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 |
|---|---|---|---|---|
.post-card {
padding: 0 20px; }
.post-card .card-header {
padding: 5px 24px;
display: flex;
justify-content: space-between;
align-items: center; }
.post-card .card-header .card-header__userinfo {
display: flex; }
.post-card .card-header .card-header__userinfo .card-header__avatar {
margin-right: 10px; }
.post-card .card-header .card-header__userinfo .card-header__avatar img {
width: 70px;
height: 70px;
object-fit: cover; }
.post-card .card-header .card-header__userinfo .card-header__username {
font-size: 2em;
color: #6637b3; }
.post-card .card-image img {
width: 100%;
object-fit: cover; }
.post-card .card-content a {
color: #1a237e; }
.post-card .card-content img {
width: 50px;
height: 50px;
object-fit: contain; }
.post-card .card-action {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center; }
.post-card .card-action i {
color: #1a237e; }
.settings > * {
padding: 40px 40px;
background-color: whitesmoke;
margin: 5px 0; }
.posts-empty {
margin-top: 20px;
font-size: 1.2rem;
color: whitesmoke; }
.menu .menu-nav {
z-index: 9999;
position: fixed;
width: 300px;
margin-top: 50px; }
.menu .menu-nav .menu-nav__user {
display: flex;
color: whitesmoke;
align-items: center;
font-size: 1.5rem; }
.menu .menu-nav .menu-nav__user a {
margin-right: 30px; }
.menu .menu-nav .menu-nav__user img {
width: 100px;
height: 100px; }
.menu .menu-nav .menu-nav__items {
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 70vh; }
.menu .menu-nav .menu-nav__items .menu-nav__item {
font-family: Roboto-Regular;
font-size: 1.3rem;
width: 100%;
color: #ffffff;
transition: all 0.1s ease-in-out;
display: flex; }
.menu .menu-nav .menu-nav__items .menu-nav__item:hover {
background-color: #a838ff;
color: whitesmoke; }
.menu .menu-nav .menu-nav__items .menu-nav__item i {
color: yellow;
margin-right: 10px; }
.menu .menu-nav .menu-nav__items .menu-nav__item button {
all: unset;
color: #ffffff; }
@media screen and (max-width: 996px) {
.menu .menu-nav {
display: none; } }
.menu .mobile-menu__top {
display: none;
z-index: 9999;
position: fixed;
width: 100%;
top: 0;
background-color: #212121;
color: whitesmoke;
border-bottom: 1px solid black; }
.menu .mobile-menu__top button {
all: unset;
color: yellow; }
@media screen and (max-width: 996px) {
.menu .mobile-menu__top {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center; } }
.menu .mobile-menu__top img {
width: 50px;
height: 50px;
object-fit: contain;
border-radius: 50%; }
.menu .mobile-menu__bottom {
display: none;
z-index: 9999;
bottom: 0;
position: fixed;
width: 100%;
color: whitesmoke;
background-color: #212121; }
.menu .mobile-menu__bottom ul {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center; }
.menu .mobile-menu__bottom ul li a {
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
font-family: Roboto-Regular;
align-items: center;
font-size: 14px;
color: white; }
.menu .mobile-menu__bottom ul li a i {
font-size: 30px;
color: yellow; }
.menu .mobile-menu__bottom ul li a .badge {
position: absolute;
left: 10px;
bottom: 60px;
color: red;
font-size: 6rem; }
@media screen and (max-width: 996px) {
.menu .mobile-menu__bottom {
display: block; } }
.friends {
margin-top: 5vh; }
.friends #friends-tabs {
display: flex;
justify-content: space-between; }
.friends #friends-tabs a {
color: whitesmoke; }
.friends #friends-tabs a:hover {
color: rebeccapurple; }
.friends #friends-tabs a.active {
color: mediumpurple; }
.friends #friends-tabs .indicator {
display: none; }
.friend-card {
width: 100%;
background-color: #212121;
color: whitesmoke;
display: flex;
flex-direction: row; }
.friend-card .title {
color: #e67853; }
.friend-card__image {
max-width: 30%;
max-height: 400px; }
.friend-card__image img {
max-height: 400px; }
@media all and (max-width: 998px) {
.friend-card {
width: 100%; } }
.friends-search {
margin-top: 10px;
color: whitesmoke; }
.friends-search__field {
color: whitesmoke; }
.friends-search__field input {
color: whitesmoke; }
@font-face {
font-family: Roboto-Medium;
src: url(../fonts/Roboto-Medium.ttf); }
@font-face {
font-family: Roboto-Regular;
src: url(../fonts/Roboto-Regular.ttf); }
body {
font-family: Roboto-Medium;
box-sizing: border-box;
background-color: #121212; }
body::-webkit-scrollbar {
width: 0; }
.app {
min-height: 100vh;
width: 1400px;
margin: 0 auto; }
@media all and (max-width: 998px) {
.app {
width: 100%; } }
.app .insta_main_page {
overflow: auto;
width: 700px;
margin: 20px auto 0; }
.app .insta_main_page .warning_message {
margin-top: 50px;
color: whitesmoke; }
.app .insta_main_page .create_post {
width: 40%; }
.app .insta_main_page .create_post .upload_picture label {
margin: 0 auto;
width: 60%;
height: 100px;
border: 2px dashed grey;
border-radius: 5px;
padding: 1.2em;
display: flex;
justify-content: center;
align-items: center;
transition: all 300ms ease;
cursor: pointer;
text-align: center;
font-size: 2rem; }
.app .insta_main_page .create_post .upload_picture label:hover {
border: 2px dashed #121212;
color: #121212; }
@media all and (max-width: 998px) {
.app .insta_main_page .create_post .upload_picture label {
width: 100%;
padding: 10px 10px; } }
.app .insta_main_page .create_post .upload_picture .upload_picture__btn {
display: none; }
@media all and (max-width: 998px) {
.app .insta_main_page .create_post {
width: 90%;
padding: 10px 10px; } }
@media all and (max-width: 998px) {
.app .insta_main_page {
width: 100%;
padding: 10px 10px;
margin: 70px 0; } } | frontend/web/css/insta.css | .post-card {
padding: 0 20px; }
.post-card .card-header {
padding: 5px 24px;
display: flex;
justify-content: space-between;
align-items: center; }
.post-card .card-header .card-header__userinfo {
display: flex; }
.post-card .card-header .card-header__userinfo .card-header__avatar {
margin-right: 10px; }
.post-card .card-header .card-header__userinfo .card-header__avatar img {
width: 70px;
height: 70px;
object-fit: cover; }
.post-card .card-header .card-header__userinfo .card-header__username {
font-size: 2em;
color: #6637b3; }
.post-card .card-image img {
width: 100%;
object-fit: cover; }
.post-card .card-content a {
color: #1a237e; }
.post-card .card-content img {
width: 50px;
height: 50px;
object-fit: contain; }
.post-card .card-action {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center; }
.post-card .card-action i {
color: #1a237e; }
.settings > * {
padding: 40px 40px;
background-color: whitesmoke;
margin: 5px 0; }
.posts-empty {
margin-top: 20px;
font-size: 1.2rem;
color: whitesmoke; }
.menu .menu-nav {
z-index: 9999;
position: fixed;
width: 300px;
margin-top: 50px; }
.menu .menu-nav .menu-nav__user {
display: flex;
color: whitesmoke;
align-items: center;
font-size: 1.5rem; }
.menu .menu-nav .menu-nav__user a {
margin-right: 30px; }
.menu .menu-nav .menu-nav__user img {
width: 100px;
height: 100px; }
.menu .menu-nav .menu-nav__items {
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 70vh; }
.menu .menu-nav .menu-nav__items .menu-nav__item {
font-family: Roboto-Regular;
font-size: 1.3rem;
width: 100%;
color: #ffffff;
transition: all 0.1s ease-in-out;
display: flex; }
.menu .menu-nav .menu-nav__items .menu-nav__item:hover {
background-color: #a838ff;
color: whitesmoke; }
.menu .menu-nav .menu-nav__items .menu-nav__item i {
color: yellow;
margin-right: 10px; }
.menu .menu-nav .menu-nav__items .menu-nav__item button {
all: unset;
color: #ffffff; }
@media screen and (max-width: 996px) {
.menu .menu-nav {
display: none; } }
.menu .mobile-menu__top {
display: none;
z-index: 9999;
position: fixed;
width: 100%;
top: 0;
background-color: #212121;
color: whitesmoke;
border-bottom: 1px solid black; }
.menu .mobile-menu__top button {
all: unset;
color: yellow; }
@media screen and (max-width: 996px) {
.menu .mobile-menu__top {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center; } }
.menu .mobile-menu__top img {
width: 50px;
height: 50px;
object-fit: contain;
border-radius: 50%; }
.menu .mobile-menu__bottom {
display: none;
z-index: 9999;
bottom: 0;
position: fixed;
width: 100%;
color: whitesmoke;
background-color: #212121; }
.menu .mobile-menu__bottom ul {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center; }
.menu .mobile-menu__bottom ul li a {
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
font-family: Roboto-Regular;
align-items: center;
font-size: 14px;
color: white; }
.menu .mobile-menu__bottom ul li a i {
font-size: 30px;
color: yellow; }
.menu .mobile-menu__bottom ul li a .badge {
position: absolute;
left: 10px;
bottom: 60px;
color: red;
font-size: 6rem; }
@media screen and (max-width: 996px) {
.menu .mobile-menu__bottom {
display: block; } }
.friends {
margin-top: 5vh; }
.friends #friends-tabs {
display: flex;
justify-content: space-between; }
.friends #friends-tabs a {
color: whitesmoke; }
.friends #friends-tabs a:hover {
color: rebeccapurple; }
.friends #friends-tabs a.active {
color: mediumpurple; }
.friends #friends-tabs .indicator {
display: none; }
.friend-card {
width: 100%;
background-color: #212121;
color: whitesmoke;
display: flex;
flex-direction: row; }
.friend-card .title {
color: #e67853; }
.friend-card__image {
max-width: 30%;
max-height: 400px; }
.friend-card__image img {
max-height: 400px; }
@media all and (max-width: 998px) {
.friend-card {
width: 100%; } }
.friends-search {
margin-top: 10px;
color: whitesmoke; }
.friends-search__field {
color: whitesmoke; }
.friends-search__field input {
color: whitesmoke; }
@font-face {
font-family: Roboto-Medium;
src: url(../fonts/Roboto-Medium.ttf); }
@font-face {
font-family: Roboto-Regular;
src: url(../fonts/Roboto-Regular.ttf); }
body {
font-family: Roboto-Medium;
box-sizing: border-box;
background-color: #121212; }
body::-webkit-scrollbar {
width: 0; }
.app {
min-height: 100vh;
width: 1400px;
margin: 0 auto; }
@media all and (max-width: 998px) {
.app {
width: 100%; } }
.app .insta_main_page {
overflow: auto;
width: 700px;
margin: 20px auto 0; }
.app .insta_main_page .warning_message {
margin-top: 50px;
color: whitesmoke; }
.app .insta_main_page .create_post {
width: 40%; }
.app .insta_main_page .create_post .upload_picture label {
margin: 0 auto;
width: 60%;
height: 100px;
border: 2px dashed grey;
border-radius: 5px;
padding: 1.2em;
display: flex;
justify-content: center;
align-items: center;
transition: all 300ms ease;
cursor: pointer;
text-align: center;
font-size: 2rem; }
.app .insta_main_page .create_post .upload_picture label:hover {
border: 2px dashed #121212;
color: #121212; }
@media all and (max-width: 998px) {
.app .insta_main_page .create_post .upload_picture label {
width: 100%;
padding: 10px 10px; } }
.app .insta_main_page .create_post .upload_picture .upload_picture__btn {
display: none; }
@media all and (max-width: 998px) {
.app .insta_main_page .create_post {
width: 90%;
padding: 10px 10px; } }
@media all and (max-width: 998px) {
.app .insta_main_page {
width: 100%;
padding: 10px 10px;
margin: 70px 0; } } | 0.344443 | 0.052716 |
body {font-family: Arial, Helvetica, sans-serif;}
/* Navigation Bar Styling for Vertical Nav Bar on initial landing page */
.collapsible {
background-color: #48D1CC;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 20px;
font-weight: bold;
}
#nobullets {
list-style-type: none; /* Remove bullets */
padding: 0; /* Remove padding */
margin: 0; /* Remove margins */
font-size: 18px; /* Set font */
}
.navbar {
width: 100%;
background-color: #48D1CC;
overflow: auto;
}
.navbar a {
float: left;
padding: 12px;
color: white;
text-decoration: none;
font-size: 17px;
}
.navbar a:hover {
background-color: #008B8B;
}
.navbar a {
float: left;
padding: 12px;
color: white;
text-decoration: none;
font-size: 17px;
}
.content {
padding: 18px;
display: none;
overflow: hidden;
background-color: #F5FFFA;
}
a.dropdown-item{
padding-top:20px;
padding-bottom: 20px;
position: fixed;
line-height: 24px;
}
/* Navigation Bar Styling for Horizontal Nav Bar on Secondary Pages */
.othernavbar {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: black;
}
.horizontal {
float: left;
}
.horizontal a {
display: block;
color: #48D1CC;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.horizontal a:hover {
background-color: #008B8B;
}
/* Make the website responsive to different screen sizes */
@media screen and (max-width: 500px) {
.navbar a {
float: none;
display: block;
}
}
/* Styling Main Content on Landing Page */
.main {
margin-top: 30px; /* Add a top margin to avoid content overlay */
}
h1 {
background-color: #48D1CC
}
#viz{
margin-top: 100px;
margin-left: 39%;
}
#p1 {
padding-top: 50px;
}
#wrapper {
width: 1000px;
}
#first-globe {
width: 300px;
margin-left: 100px;
float: left;
}
/* Style lower matplotlib charts on landing page */
.picture-box {
margin-top: 10px;
margin-left: 100px;
display: flex;
max-width: 300px;
background:#cpeeff;
padding: 10px;
flex-direction: row;
text-align: center;
}
/* Return to homepage from other landing pages */
.tohomepage {
background-color: #48D1CC;
padding-right:100%;
font-size: 36px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
/* Data landing page styling */
dt {
margin-bottom: 15px;
margin-left: 15px;
}
#define {
text-align: center;
}
table {
width: 100%;
}
#tablename {
text-align: center;
}
.dataframe {
border: 1px solid black;
padding: 15px;
}
th {
text-align: center;
}
tr {
text-align: center;
color: black;
}
td {
height: 50px;
}
th, td {
border-bottom: 1px solid #ddd;
}
tr:hover {
background-color: #48D1CC;
}
tr:nth-child(even) {
background-color: #f2f2f2;
} | style.css | body {font-family: Arial, Helvetica, sans-serif;}
/* Navigation Bar Styling for Vertical Nav Bar on initial landing page */
.collapsible {
background-color: #48D1CC;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 20px;
font-weight: bold;
}
#nobullets {
list-style-type: none; /* Remove bullets */
padding: 0; /* Remove padding */
margin: 0; /* Remove margins */
font-size: 18px; /* Set font */
}
.navbar {
width: 100%;
background-color: #48D1CC;
overflow: auto;
}
.navbar a {
float: left;
padding: 12px;
color: white;
text-decoration: none;
font-size: 17px;
}
.navbar a:hover {
background-color: #008B8B;
}
.navbar a {
float: left;
padding: 12px;
color: white;
text-decoration: none;
font-size: 17px;
}
.content {
padding: 18px;
display: none;
overflow: hidden;
background-color: #F5FFFA;
}
a.dropdown-item{
padding-top:20px;
padding-bottom: 20px;
position: fixed;
line-height: 24px;
}
/* Navigation Bar Styling for Horizontal Nav Bar on Secondary Pages */
.othernavbar {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: black;
}
.horizontal {
float: left;
}
.horizontal a {
display: block;
color: #48D1CC;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.horizontal a:hover {
background-color: #008B8B;
}
/* Make the website responsive to different screen sizes */
@media screen and (max-width: 500px) {
.navbar a {
float: none;
display: block;
}
}
/* Styling Main Content on Landing Page */
.main {
margin-top: 30px; /* Add a top margin to avoid content overlay */
}
h1 {
background-color: #48D1CC
}
#viz{
margin-top: 100px;
margin-left: 39%;
}
#p1 {
padding-top: 50px;
}
#wrapper {
width: 1000px;
}
#first-globe {
width: 300px;
margin-left: 100px;
float: left;
}
/* Style lower matplotlib charts on landing page */
.picture-box {
margin-top: 10px;
margin-left: 100px;
display: flex;
max-width: 300px;
background:#cpeeff;
padding: 10px;
flex-direction: row;
text-align: center;
}
/* Return to homepage from other landing pages */
.tohomepage {
background-color: #48D1CC;
padding-right:100%;
font-size: 36px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
/* Data landing page styling */
dt {
margin-bottom: 15px;
margin-left: 15px;
}
#define {
text-align: center;
}
table {
width: 100%;
}
#tablename {
text-align: center;
}
.dataframe {
border: 1px solid black;
padding: 15px;
}
th {
text-align: center;
}
tr {
text-align: center;
color: black;
}
td {
height: 50px;
}
th, td {
border-bottom: 1px solid #ddd;
}
tr:hover {
background-color: #48D1CC;
}
tr:nth-child(even) {
background-color: #f2f2f2;
} | 0.34798 | 0.074804 |
div#header_wrapper {
overflow: hidden;
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
padding-bottom: 8px;
z-index: 10;
}
div#footer_wrapper {
overflow: hidden;
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: white;
padding-top: 8px;
padding-bottom: 4px;
z-index: 10;
}
div#header {
border-bottom: 1px solid #000000;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding-bottom: 5px;
overflow: hidden;
display: block;
margin-left: 10px;
margin-right: 10px;
}
div#footer {
text-align: right;
font-size: small;
padding-top: 5px;
padding-right: 20px;
border-top: 1px solid #000000;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-left: 10px;
margin-right: 10px;
}
div#main_wrapper {
margin-top: 112px;
}
@media only screen and (max-height: 500px) {
div#header_wrapper {
position: static;
}
div#footer_wrapper {
position: static;
}
div#main_wrapper {
margin-top: 6px;
}
}
div#header h1 {
padding-left: 50px;
margin-top: 2px;
margin-bottom: 6px;
}
div#header div#login_header {
display: block;
padding: 4px;
position: absolute;
top: 4px;
right: 4px;
margin-left: 100px;
margin-bottom: 100px;
border: 1px dotted #3030FF;
border-radius: 5px;
}
div#header div#login_header a.login {
text-decoration: none;
color: #008000;
}
div#header div#login_header a.logout {
text-decoration: none;
color: #FF2020;
}
div#header ul#nav_main {
list-style: none;
overflow: hidden;
display: block;
width: 100%;
margin: 0;
padding: 0px;
padding-left: 20px;
padding-right: 20px;
}
div#header ul#nav_main li {
display: block;
float: left;
margin-right: 10px;
margin-left: 10px;
padding-left: 5px;
padding-right: 5px;
border-bottom: 1px solid transparent;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
div#header ul#nav_main li:hover {
border-bottom: 1px solid #A04040;
}
div#header ul#nav_main li.split {
width: 1px !important;
background: #b0b0b0 !important;
padding: 0px !important;
margin: 0 !important;
border: none !important;
}
div#header ul#nav_main li a {
text-decoration: none;
color: #000080;
}
div#content {
padding-left: 0px;
padding-right: 0px;
padding-bottom: 30px;
}
dl.tiny {
list-style: none;
overflow: hidden;
}
dl.tiny > dt {
float: left;
margin: 0;
width: 100px;
margin-right: -160px;
padding-top: 4px;
}
dl.tiny > dd {
float: left;
margin: 0;
width: 100%;
padding-left: 110px;
padding-top: 4px;
}
dl.form {
list-style: none;
overflow: hidden;
}
dl.form > dt, dl.form > .wrapper > dt {
float: left;
margin: 0;
width: 150px;
margin-top: 12px;
margin-right: -160px;
padding-top: 4px;
}
dl.form > dd, dl.form > .wrapper > dd {
float: left;
margin: 0;
width: 100%;
margin-top: 12px;
padding-left: 160px;
padding-top: 4px;
border-top: 1px dotted #d0d0d0;
}
dl.medium {
list-style: none;
overflow: hidden;
}
dl.medium > dt {
float: left;
margin: 0;
width: 140px;
margin-right: -160px;
padding-top: 4px;
}
dl.medium > dd {
float: left;
margin: 0;
width: 100%;
padding-left: 140px;
padding-top: 4px;
}
div#free_modal {
width: 100%;
height: 100%;
overflow: hidden;
background: #E5E5E5;
background: rgba(229, 229, 229, 0.8);
position: fixed;
left: 0px;
top: 0px;
z-index: 100;
cursor: pointer;
}
div#modal_inner_wrap {
width: auto;
height: 90%;
margin: 2%;
background: white;
border: 1px solid black;
border-radius: 10px;
position: relative;
top: 0px;
left: 0px;
cursor: default;
overflow: hidden;
}
div#modal_close {
display: block;
position: absolute;
top: 6px;
right: 6px;
color: red;
font-weight: bold;
cursor: pointer;
border: 1px solid transparent;
border-radius: 50%;
text-align: center;
}
div#modal_close:hover {
color: orange;
}
div#modal_body {
overflow: auto;
margin-top: 3ch;
height: calc(100% - 4ch);
margin-left: 1ch;
}
div#errors {
border-width: 1px;
border-style: solid;
border-radius: 10px;
padding: 5px;
}
div#messages {
border-width: 1px;
border-style: solid;
border-radius: 10px;
padding: 5px;
}
.etoggle {
display: inline-block;
border-radius: 4px;
text-align: center;
font-weight: bold;
font-size: 14px;
width: fit-content;
min-width: 1.5ch;
text-align: center;
vertical-align: middle;
cursor: pointer;
padding: 0px;
padding-left: 1px;
padding-right: 1px;
}
.grid {
display: grid;
grid-gap: 0px;
grid-template-columns: min-content;
grid-column-gap: 1px;
grid-row-gap: 1px;
overflow: auto;
width: min-content;
border-radius: 10px;
}
.grid.top {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.grid.bottom {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.grid.middle {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-width: 1px;
}
.grid > * {
display: block;
text-align: left;
vertical-align: top;
padding: 2px 4px;
white-space: nowrap;
}
.grid > .head {
font-weight: bold;
text-align: center;
padding: 3px 6px;
}
.grid > .col1 { grid-column: 1 / 2; }
.grid > .col2 { grid-column: 2 / 3; }
.grid > .col3 { grid-column: 3 / 4; }
.grid > .col4 { grid-column: 4 / 5; }
.grid > .col5 { grid-column: 5 / 6; }
.grid > .col6 { grid-column: 6 / 7; }
.grid > .col7 { grid-column: 7 / 8; }
.grid > .col8 { grid-column: 8 / 9; }
.grid > .col9 { grid-column: 9 / 10; }
.grid > .col10 { grid-column: 10 / 11; }
.grid > .col11 { grid-column: 11 / 12; }
.grid > .col12 { grid-column: 12 / 13; }
.grid > .col13 { grid-column: 13 / 14; }
.grid > .col14 { grid-column: 14 / 15; }
.grid > .col15 { grid-column: 15 / 16; }
.grid > .col16 { grid-column: 16 / 17; }
.grid > .col17 { grid-column: 17 / 18; }
.grid > .col18 { grid-column: 18 / 19; }
.grid > .col19 { grid-column: 19 / 20; }
.grid > .col20 { grid-column: 20 / 21; }
.grid > .colfat { grid-column: 1 / 21; }
div#progress_bar {
display: block;
width: 100%;
border: none;
height: 10px;
background: transparent;
margin-bottom: -6px;
margin-top: -4px;
vertical-align: top;
text-align: center;
}
.tools {
text-align: left;
}
.tools > .tool {
display: inline-block;
margin-right: 4px;
}
.tools > .tool:last-child {
margin-right: inherit;
}
.count {
text-align: center;
}
.tool.etoggle {
border-color: transparent;
background: inherit;
border-radius: 50%;
}
.tools > .tool:hover {
background: #D0E0F0;
} | share/css/main.css | div#header_wrapper {
overflow: hidden;
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
padding-bottom: 8px;
z-index: 10;
}
div#footer_wrapper {
overflow: hidden;
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: white;
padding-top: 8px;
padding-bottom: 4px;
z-index: 10;
}
div#header {
border-bottom: 1px solid #000000;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding-bottom: 5px;
overflow: hidden;
display: block;
margin-left: 10px;
margin-right: 10px;
}
div#footer {
text-align: right;
font-size: small;
padding-top: 5px;
padding-right: 20px;
border-top: 1px solid #000000;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-left: 10px;
margin-right: 10px;
}
div#main_wrapper {
margin-top: 112px;
}
@media only screen and (max-height: 500px) {
div#header_wrapper {
position: static;
}
div#footer_wrapper {
position: static;
}
div#main_wrapper {
margin-top: 6px;
}
}
div#header h1 {
padding-left: 50px;
margin-top: 2px;
margin-bottom: 6px;
}
div#header div#login_header {
display: block;
padding: 4px;
position: absolute;
top: 4px;
right: 4px;
margin-left: 100px;
margin-bottom: 100px;
border: 1px dotted #3030FF;
border-radius: 5px;
}
div#header div#login_header a.login {
text-decoration: none;
color: #008000;
}
div#header div#login_header a.logout {
text-decoration: none;
color: #FF2020;
}
div#header ul#nav_main {
list-style: none;
overflow: hidden;
display: block;
width: 100%;
margin: 0;
padding: 0px;
padding-left: 20px;
padding-right: 20px;
}
div#header ul#nav_main li {
display: block;
float: left;
margin-right: 10px;
margin-left: 10px;
padding-left: 5px;
padding-right: 5px;
border-bottom: 1px solid transparent;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
div#header ul#nav_main li:hover {
border-bottom: 1px solid #A04040;
}
div#header ul#nav_main li.split {
width: 1px !important;
background: #b0b0b0 !important;
padding: 0px !important;
margin: 0 !important;
border: none !important;
}
div#header ul#nav_main li a {
text-decoration: none;
color: #000080;
}
div#content {
padding-left: 0px;
padding-right: 0px;
padding-bottom: 30px;
}
dl.tiny {
list-style: none;
overflow: hidden;
}
dl.tiny > dt {
float: left;
margin: 0;
width: 100px;
margin-right: -160px;
padding-top: 4px;
}
dl.tiny > dd {
float: left;
margin: 0;
width: 100%;
padding-left: 110px;
padding-top: 4px;
}
dl.form {
list-style: none;
overflow: hidden;
}
dl.form > dt, dl.form > .wrapper > dt {
float: left;
margin: 0;
width: 150px;
margin-top: 12px;
margin-right: -160px;
padding-top: 4px;
}
dl.form > dd, dl.form > .wrapper > dd {
float: left;
margin: 0;
width: 100%;
margin-top: 12px;
padding-left: 160px;
padding-top: 4px;
border-top: 1px dotted #d0d0d0;
}
dl.medium {
list-style: none;
overflow: hidden;
}
dl.medium > dt {
float: left;
margin: 0;
width: 140px;
margin-right: -160px;
padding-top: 4px;
}
dl.medium > dd {
float: left;
margin: 0;
width: 100%;
padding-left: 140px;
padding-top: 4px;
}
div#free_modal {
width: 100%;
height: 100%;
overflow: hidden;
background: #E5E5E5;
background: rgba(229, 229, 229, 0.8);
position: fixed;
left: 0px;
top: 0px;
z-index: 100;
cursor: pointer;
}
div#modal_inner_wrap {
width: auto;
height: 90%;
margin: 2%;
background: white;
border: 1px solid black;
border-radius: 10px;
position: relative;
top: 0px;
left: 0px;
cursor: default;
overflow: hidden;
}
div#modal_close {
display: block;
position: absolute;
top: 6px;
right: 6px;
color: red;
font-weight: bold;
cursor: pointer;
border: 1px solid transparent;
border-radius: 50%;
text-align: center;
}
div#modal_close:hover {
color: orange;
}
div#modal_body {
overflow: auto;
margin-top: 3ch;
height: calc(100% - 4ch);
margin-left: 1ch;
}
div#errors {
border-width: 1px;
border-style: solid;
border-radius: 10px;
padding: 5px;
}
div#messages {
border-width: 1px;
border-style: solid;
border-radius: 10px;
padding: 5px;
}
.etoggle {
display: inline-block;
border-radius: 4px;
text-align: center;
font-weight: bold;
font-size: 14px;
width: fit-content;
min-width: 1.5ch;
text-align: center;
vertical-align: middle;
cursor: pointer;
padding: 0px;
padding-left: 1px;
padding-right: 1px;
}
.grid {
display: grid;
grid-gap: 0px;
grid-template-columns: min-content;
grid-column-gap: 1px;
grid-row-gap: 1px;
overflow: auto;
width: min-content;
border-radius: 10px;
}
.grid.top {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.grid.bottom {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.grid.middle {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-width: 1px;
}
.grid > * {
display: block;
text-align: left;
vertical-align: top;
padding: 2px 4px;
white-space: nowrap;
}
.grid > .head {
font-weight: bold;
text-align: center;
padding: 3px 6px;
}
.grid > .col1 { grid-column: 1 / 2; }
.grid > .col2 { grid-column: 2 / 3; }
.grid > .col3 { grid-column: 3 / 4; }
.grid > .col4 { grid-column: 4 / 5; }
.grid > .col5 { grid-column: 5 / 6; }
.grid > .col6 { grid-column: 6 / 7; }
.grid > .col7 { grid-column: 7 / 8; }
.grid > .col8 { grid-column: 8 / 9; }
.grid > .col9 { grid-column: 9 / 10; }
.grid > .col10 { grid-column: 10 / 11; }
.grid > .col11 { grid-column: 11 / 12; }
.grid > .col12 { grid-column: 12 / 13; }
.grid > .col13 { grid-column: 13 / 14; }
.grid > .col14 { grid-column: 14 / 15; }
.grid > .col15 { grid-column: 15 / 16; }
.grid > .col16 { grid-column: 16 / 17; }
.grid > .col17 { grid-column: 17 / 18; }
.grid > .col18 { grid-column: 18 / 19; }
.grid > .col19 { grid-column: 19 / 20; }
.grid > .col20 { grid-column: 20 / 21; }
.grid > .colfat { grid-column: 1 / 21; }
div#progress_bar {
display: block;
width: 100%;
border: none;
height: 10px;
background: transparent;
margin-bottom: -6px;
margin-top: -4px;
vertical-align: top;
text-align: center;
}
.tools {
text-align: left;
}
.tools > .tool {
display: inline-block;
margin-right: 4px;
}
.tools > .tool:last-child {
margin-right: inherit;
}
.count {
text-align: center;
}
.tool.etoggle {
border-color: transparent;
background: inherit;
border-radius: 50%;
}
.tools > .tool:hover {
background: #D0E0F0;
} | 0.489748 | 0.123366 |
min-height: 450px;
position: relative
}
#rep-src-iframe-container>.progress-bar {
width: 100%
}
#rep-src-iframe {
width: 100%;
border: none;
padding: 0;
margin: 0;
height: 0
}
.rep--main-container a {
color: #4a90e2;
text-decoration: none;
transition: color 0.1s linear
}
.rep--main-container a:active,.rep--main-container a:focus,.rep--main-container a:hover {
color: #1f69c1
}
.rep--main-container a:active {
outline: none
}
.rep--main-container a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.rep--main-container hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #f1f3f4
}
.rep--main-container {
box-sizing: border-box;
color: rgba(0,0,0,0.87);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
.rep--main-container *,.rep--main-container *::before,.rep--main-container *::after {
box-sizing: inherit
}
.rep--row {
margin-left: -15px;
margin-right: -15px
}
.rep--row::after {
content: '';
display: table;
clear: both
}
.rep--email-nav-container,.rep--email-list-half,.rep--email-headers {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
@media (min-width: 768px) {
.rep--email-nav-container {
float:left;
width: 33.3333333333%
}
}
@media (min-width: 768px) {
.rep--email-list-half {
float:left;
width: 50%
}
}
@media (min-width: 768px) {
.rep--email-headers {
float:left;
width: 66.6666666667%
}
}
.rep--breadcrumbs {
padding: 0.75rem 1rem;
margin-bottom: 1rem;
font-size: 1.15em;
list-style: none;
background-color: #f1f3f4
}
.rep--breadcrumbs__breadcrumb {
display: inline-block
}
.rep--breadcrumbs__breadcrumb+::before {
display: inline-block;
padding: 0 0.5em;
color: #dedede;
content: '/'
}
.rep--breadcrumbs__breadcrumb-active {
display: inline-block
}
.rep--headers-list {
margin: 0
}
.rep--headers-list dt {
color: #263238;
font-weight: bold
}
@media (min-width: 768px) {
.rep--headers-list dt {
float:left;
clear: left;
margin-right: 0.4em;
text-align: right;
width: 6em
}
}
.rep--headers-list dd {
width: auto;
margin-left: 0;
margin-bottom: 0.2em
}
.rep--btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-font-smoothing: antialiased;
border: 1px solid;
cursor: pointer;
display: inline-block;
font-weight: 600;
padding: 0.75em 1em;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
text-align: center;
white-space: nowrap;
transition: all 0.2s ease-in-out
}
.rep--btn:active,.rep--btn.rep--btn-active {
background-image: none;
outline: 0;
box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.rep--btn:focus {
outline: none
}
.rep--btn-default {
color: #111;
background: #f1f3f4;
border-color: #e3e7e9
}
.rep--btn-default:hover {
background: #d4dbde;
border-color: #c0c9ce
}
.rep--btn-default:focus {
box-shadow: 0 0 3px #f1f3f4;
background-color: #c0c9ce;
border-color: #9baab1
}
.rep--btn-primary {
color: #fff;
background: #4a90e2;
border-color: #3483de
}
.rep--btn-primary:hover {
background: #2275d7;
border-color: #1d65b8
}
.rep--btn-primary:focus {
box-shadow: 0 0 3px #4a90e2;
background-color: #1d65b8;
border-color: #14457f
}
.rep--btn-danger {
color: #fff;
background: #d9534f;
border-color: #d43f3a
}
.rep--btn-danger:hover {
background: #c9302c;
border-color: #ac2925
}
.rep--btn-danger:focus {
box-shadow: 0 0 3px #d9534f;
background-color: #ac2925;
border-color: #761c19
}
.rep--btn-group .rep--btn+.rep--btn {
margin-left: -1px
}
.rep--btn-group .rep--btn {
z-index: 1
}
.rep--btn-group .rep--btn.rep--btn-active {
z-index: 2
}
.rep--btn-group .rep--btn:focus,.rep--btn-group .rep--btn:hover {
z-index: 3
}
.rep--list-group {
font-size: 1.15em
}
.rep--list-group__item {
display: block;
padding: 1rem 1.5rem
}
.rep--list-group__item:hover {
background-color: #f1f3f4;
transition: background-color ease-in-out 0.15s, background-color ease-in-out 0.15s
}
.rep--list-group__item+.rep--list-group__item {
border-top: 1px solid #dedede
}
.rep--panel {
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.125);
padding: 1.25rem;
margin-bottom: 1rem
}
.rep--email-options {
font-size: 0.875rem;
text-align: left
}
.rep--email-options p {
margin-top: 0
}
@media (min-width: 768px) {
.rep--email-options {
text-align:right
}
}
.rep--send-to-form {
display: block;
white-space: nowrap;
padding-bottom: 4px
}
.rep--send-to-form button,.rep--send-to-form [type='email'] {
display: inline-block
}
.rep--send-to-form button:focus,.rep--send-to-form button:active,.rep--send-to-form [type='email']:focus,.rep--send-to-form [type='email']:active {
z-index: 2
}
.rep--send-to-form button {
line-height: 1.25;
padding: 0.5rem
}
.rep--send-to-form [type='email'] {
max-width: 135px;
padding: 0.5rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.rep--form-control {
padding: 0.5rem 0.75rem;
line-height: 1.25;
background-image: none;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 0.25rem;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.rep--form-control::-webkit-input-placeholder {
color: #999;
opacity: 1
}
.rep--form-control::-moz-placeholder {
color: #999;
opacity: 1
}
.rep--form-control:-ms-input-placeholder {
color: #999;
opacity: 1
}
.rep--form-control::-ms-input-placeholder {
color: #999;
opacity: 1
}
.rep--form-control::placeholder {
color: #999;
opacity: 1
}
.rep--form-control:focus {
border-color: #a2c6f0;
outline: none;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}
.rep--footer {
text-align: center;
color: #818a91
}
body {
margin: 0;
padding: 0
}
.rep-standalone-container {
padding: 0 15px
}
.rep--list-group ul {
margin: 0.5em 1.25em 1em
}
.rep--list-group ul li {
line-height: 1.5;
list-style: disc;
margin: 0 0 0.5em;
color: #999
}
.rep--list-group__item {
padding: 0
} | app/assets/stylesheets/application.css | min-height: 450px;
position: relative
}
#rep-src-iframe-container>.progress-bar {
width: 100%
}
#rep-src-iframe {
width: 100%;
border: none;
padding: 0;
margin: 0;
height: 0
}
.rep--main-container a {
color: #4a90e2;
text-decoration: none;
transition: color 0.1s linear
}
.rep--main-container a:active,.rep--main-container a:focus,.rep--main-container a:hover {
color: #1f69c1
}
.rep--main-container a:active {
outline: none
}
.rep--main-container a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.rep--main-container hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #f1f3f4
}
.rep--main-container {
box-sizing: border-box;
color: rgba(0,0,0,0.87);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
.rep--main-container *,.rep--main-container *::before,.rep--main-container *::after {
box-sizing: inherit
}
.rep--row {
margin-left: -15px;
margin-right: -15px
}
.rep--row::after {
content: '';
display: table;
clear: both
}
.rep--email-nav-container,.rep--email-list-half,.rep--email-headers {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
@media (min-width: 768px) {
.rep--email-nav-container {
float:left;
width: 33.3333333333%
}
}
@media (min-width: 768px) {
.rep--email-list-half {
float:left;
width: 50%
}
}
@media (min-width: 768px) {
.rep--email-headers {
float:left;
width: 66.6666666667%
}
}
.rep--breadcrumbs {
padding: 0.75rem 1rem;
margin-bottom: 1rem;
font-size: 1.15em;
list-style: none;
background-color: #f1f3f4
}
.rep--breadcrumbs__breadcrumb {
display: inline-block
}
.rep--breadcrumbs__breadcrumb+::before {
display: inline-block;
padding: 0 0.5em;
color: #dedede;
content: '/'
}
.rep--breadcrumbs__breadcrumb-active {
display: inline-block
}
.rep--headers-list {
margin: 0
}
.rep--headers-list dt {
color: #263238;
font-weight: bold
}
@media (min-width: 768px) {
.rep--headers-list dt {
float:left;
clear: left;
margin-right: 0.4em;
text-align: right;
width: 6em
}
}
.rep--headers-list dd {
width: auto;
margin-left: 0;
margin-bottom: 0.2em
}
.rep--btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-font-smoothing: antialiased;
border: 1px solid;
cursor: pointer;
display: inline-block;
font-weight: 600;
padding: 0.75em 1em;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
text-align: center;
white-space: nowrap;
transition: all 0.2s ease-in-out
}
.rep--btn:active,.rep--btn.rep--btn-active {
background-image: none;
outline: 0;
box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.rep--btn:focus {
outline: none
}
.rep--btn-default {
color: #111;
background: #f1f3f4;
border-color: #e3e7e9
}
.rep--btn-default:hover {
background: #d4dbde;
border-color: #c0c9ce
}
.rep--btn-default:focus {
box-shadow: 0 0 3px #f1f3f4;
background-color: #c0c9ce;
border-color: #9baab1
}
.rep--btn-primary {
color: #fff;
background: #4a90e2;
border-color: #3483de
}
.rep--btn-primary:hover {
background: #2275d7;
border-color: #1d65b8
}
.rep--btn-primary:focus {
box-shadow: 0 0 3px #4a90e2;
background-color: #1d65b8;
border-color: #14457f
}
.rep--btn-danger {
color: #fff;
background: #d9534f;
border-color: #d43f3a
}
.rep--btn-danger:hover {
background: #c9302c;
border-color: #ac2925
}
.rep--btn-danger:focus {
box-shadow: 0 0 3px #d9534f;
background-color: #ac2925;
border-color: #761c19
}
.rep--btn-group .rep--btn+.rep--btn {
margin-left: -1px
}
.rep--btn-group .rep--btn {
z-index: 1
}
.rep--btn-group .rep--btn.rep--btn-active {
z-index: 2
}
.rep--btn-group .rep--btn:focus,.rep--btn-group .rep--btn:hover {
z-index: 3
}
.rep--list-group {
font-size: 1.15em
}
.rep--list-group__item {
display: block;
padding: 1rem 1.5rem
}
.rep--list-group__item:hover {
background-color: #f1f3f4;
transition: background-color ease-in-out 0.15s, background-color ease-in-out 0.15s
}
.rep--list-group__item+.rep--list-group__item {
border-top: 1px solid #dedede
}
.rep--panel {
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.125);
padding: 1.25rem;
margin-bottom: 1rem
}
.rep--email-options {
font-size: 0.875rem;
text-align: left
}
.rep--email-options p {
margin-top: 0
}
@media (min-width: 768px) {
.rep--email-options {
text-align:right
}
}
.rep--send-to-form {
display: block;
white-space: nowrap;
padding-bottom: 4px
}
.rep--send-to-form button,.rep--send-to-form [type='email'] {
display: inline-block
}
.rep--send-to-form button:focus,.rep--send-to-form button:active,.rep--send-to-form [type='email']:focus,.rep--send-to-form [type='email']:active {
z-index: 2
}
.rep--send-to-form button {
line-height: 1.25;
padding: 0.5rem
}
.rep--send-to-form [type='email'] {
max-width: 135px;
padding: 0.5rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.rep--form-control {
padding: 0.5rem 0.75rem;
line-height: 1.25;
background-image: none;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 0.25rem;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.rep--form-control::-webkit-input-placeholder {
color: #999;
opacity: 1
}
.rep--form-control::-moz-placeholder {
color: #999;
opacity: 1
}
.rep--form-control:-ms-input-placeholder {
color: #999;
opacity: 1
}
.rep--form-control::-ms-input-placeholder {
color: #999;
opacity: 1
}
.rep--form-control::placeholder {
color: #999;
opacity: 1
}
.rep--form-control:focus {
border-color: #a2c6f0;
outline: none;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}
.rep--footer {
text-align: center;
color: #818a91
}
body {
margin: 0;
padding: 0
}
.rep-standalone-container {
padding: 0 15px
}
.rep--list-group ul {
margin: 0.5em 1.25em 1em
}
.rep--list-group ul li {
line-height: 1.5;
list-style: disc;
margin: 0 0 0.5em;
color: #999
}
.rep--list-group__item {
padding: 0
} | 0.338077 | 0.056731 |
*{
margin: 0;
padding: 0;
user-select: none;
}
input{
user-select: all;
margin-left: 30%;
}
body{
background: white;
}
header,.login-success-top-title{
display: flex;
background-color: #aed581;
border-radius: 10px 10px 0 0;
padding-bottom: 5px;
}
.login-form{
position: absolute;
background-color: #ffffff;
box-shadow:
0 1.9px 2.5px rgba(0, 0, 0, 0.057),
0 5px 6.1px rgba(0, 0, 0, 0.076),
0 10.1px 11.4px rgba(0, 0, 0, 0.086),
0 19.2px 19.8px rgba(0, 0, 0, 0.092),
0 38.4px 34.8px rgba(0, 0, 0, 0.1),
0 101px 74px rgba(0, 0, 0, 0.13);
margin: 0 auto;
margin-top: 20vmin;
width: 400px;
height: 500px;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 10px;
}
.switching{
display: flex;
width: 100%;
height: 10%;
}
.switching div{
display: flex;
justify-content: center;
align-items: center;
font-size: large;
height: 100%;
width: 50%;
border: black solid 1px;
}
.form{
}
.register{
display: none;
}
.top-icon{
width: 4em;
margin-left: 7%;
}
.top-title{
font-size: 3em;
margin-left: 1em;
}
.login-title{
font-size: 2em;
text-align: center;
margin-top: 1em;
margin-bottom: 2em;
}
.register-title{
font-size: 2em;
text-align: center;
margin-top: 1em;
margin-bottom: 0.2em;
}
.login-username,.login-password,.register-username,.register-Email,.register-password{
margin-left: 30%;
font-size: 130%;
}
.password-list{
margin-left: 30%;
}
.login-password-div{
margin-top: 4em;
margin-bottom: 3em;
}
.register-Email-div{
margin-top: 2em;
margin-bottom: 2em;
}
.account-create,.register-login-button{
margin-left: 15%;
margin-right: 20%;
padding-left: 7px;
padding-right: 7px;
display: flex;
justify-content: center;
align-items: center;
}
.account-create-a,.register-login-button-a{
color: #1a73e8;
font-size: 13px;
}
.account-create:hover,.register-login-button:hover{
color: #1865ca;
background-color: #eef4fc;
border-radius: 4px;
}
.account-create:active,.register-login-button:active{
background-color: #c1dcfc;
border-radius: 4px;
}
.login-button{
width: 85px;
height: 35px;
border-radius: 5px;
color: white;
background-color: #1a73e8;
border: 1px solid #333;
}
.register-button{
width: 85px;
height: 35px;
border-radius: 5px;
color: white;
background-color: #1a73e8;
border: 1px solid #333;
}
.login-button:hover,.register-button:hover{
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
background-color: #1768d3;
}
.login-button:active,.register-button:active{
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
background-color: #155cb9;
}
.screen-size{
width: 100%;
height: 650px;
}
.login-under-menu{
display: flex;
margin-top: 32%;
}
.register-under-menu{
display: flex;
margin-top: 16%;
}
.textbox{
padding: 1% 0;
}
.login-success{
display: none;
}
.login-success-title,.register-success-title{
text-align: center;
font-size: 200%;
margin-top: 50px;
}
.login-blunder{
display: none;
}
.login-error{
color: rgb(222, 69, 60);
text-align: center;
position: absolute;
left: 22%;
top:70%;
}
.register-blunder{
display: none;
}
.register-error{
color: rgb(222, 69, 60);
text-align: center;
position: absolute;
left: 11%;
top:77%;
}
.register-success{
display: none;
}
.check{
text-align: center;
color:#aed581;
font-size: 6em;
margin-top: 120px;
margin-left: 40%;
} | extension/css/login.css | *{
margin: 0;
padding: 0;
user-select: none;
}
input{
user-select: all;
margin-left: 30%;
}
body{
background: white;
}
header,.login-success-top-title{
display: flex;
background-color: #aed581;
border-radius: 10px 10px 0 0;
padding-bottom: 5px;
}
.login-form{
position: absolute;
background-color: #ffffff;
box-shadow:
0 1.9px 2.5px rgba(0, 0, 0, 0.057),
0 5px 6.1px rgba(0, 0, 0, 0.076),
0 10.1px 11.4px rgba(0, 0, 0, 0.086),
0 19.2px 19.8px rgba(0, 0, 0, 0.092),
0 38.4px 34.8px rgba(0, 0, 0, 0.1),
0 101px 74px rgba(0, 0, 0, 0.13);
margin: 0 auto;
margin-top: 20vmin;
width: 400px;
height: 500px;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 10px;
}
.switching{
display: flex;
width: 100%;
height: 10%;
}
.switching div{
display: flex;
justify-content: center;
align-items: center;
font-size: large;
height: 100%;
width: 50%;
border: black solid 1px;
}
.form{
}
.register{
display: none;
}
.top-icon{
width: 4em;
margin-left: 7%;
}
.top-title{
font-size: 3em;
margin-left: 1em;
}
.login-title{
font-size: 2em;
text-align: center;
margin-top: 1em;
margin-bottom: 2em;
}
.register-title{
font-size: 2em;
text-align: center;
margin-top: 1em;
margin-bottom: 0.2em;
}
.login-username,.login-password,.register-username,.register-Email,.register-password{
margin-left: 30%;
font-size: 130%;
}
.password-list{
margin-left: 30%;
}
.login-password-div{
margin-top: 4em;
margin-bottom: 3em;
}
.register-Email-div{
margin-top: 2em;
margin-bottom: 2em;
}
.account-create,.register-login-button{
margin-left: 15%;
margin-right: 20%;
padding-left: 7px;
padding-right: 7px;
display: flex;
justify-content: center;
align-items: center;
}
.account-create-a,.register-login-button-a{
color: #1a73e8;
font-size: 13px;
}
.account-create:hover,.register-login-button:hover{
color: #1865ca;
background-color: #eef4fc;
border-radius: 4px;
}
.account-create:active,.register-login-button:active{
background-color: #c1dcfc;
border-radius: 4px;
}
.login-button{
width: 85px;
height: 35px;
border-radius: 5px;
color: white;
background-color: #1a73e8;
border: 1px solid #333;
}
.register-button{
width: 85px;
height: 35px;
border-radius: 5px;
color: white;
background-color: #1a73e8;
border: 1px solid #333;
}
.login-button:hover,.register-button:hover{
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
background-color: #1768d3;
}
.login-button:active,.register-button:active{
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
background-color: #155cb9;
}
.screen-size{
width: 100%;
height: 650px;
}
.login-under-menu{
display: flex;
margin-top: 32%;
}
.register-under-menu{
display: flex;
margin-top: 16%;
}
.textbox{
padding: 1% 0;
}
.login-success{
display: none;
}
.login-success-title,.register-success-title{
text-align: center;
font-size: 200%;
margin-top: 50px;
}
.login-blunder{
display: none;
}
.login-error{
color: rgb(222, 69, 60);
text-align: center;
position: absolute;
left: 22%;
top:70%;
}
.register-blunder{
display: none;
}
.register-error{
color: rgb(222, 69, 60);
text-align: center;
position: absolute;
left: 11%;
top:77%;
}
.register-success{
display: none;
}
.check{
text-align: center;
color:#aed581;
font-size: 6em;
margin-top: 120px;
margin-left: 40%;
} | 0.428473 | 0.095349 |
*{
margin: 0px;
}
body{
font-size: 24px;
color: white;
height: auto;
display: flex;
flex-direction: column;
flex: 1;
text-align: center;
background: linear-gradient( rgba(0,0,0,0.75),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.45))
}
.flex-header{
background-color: black;
}
.flex-header ul{
justify-content: space-around;
list-style-type: none;
}
.flex-header ul li:hover{
background-color: dimgrey;
}
.flex-header a {
text-decoration: none;
color: white;
margin: 20px ;
text-align: center;
flex: auto;
}
.flex-header a:hover{ color:#9d0404;}
.main-navigation{
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
margin:0.5em;
}
ul{
margin:0; //reset
padding:0;
}
.menu{
display:flex;
flex-direction:column;
li{
display:block;
list-style-type:none;
text-transform:uppercase;
}
li a{
display:flex;
text-align:center;
text-decoration:none;
color:#777;
padding:1rem;
}
li a:hover{
background:#777;
color:#fff;
}
}
@media (min-width: 800px) {
.menu{
flex-direction:row;
justify-content:space-between;
}
}
nav ul ul {
display: none;
}
@media (min-width: 800px) {
nav ul ul {
display: none;
position:absolute;
}
}
nav ul li:hover > ul {
display:block;
color:#fff;
padding-left:4rem;
visibility: visible;
}
@media (min-width: 800px) {
nav ul li:hover > ul {
padding-left:0;
background:#777;
}
nav ul li:hover > ul a{
color:#fff;
}
.sub-menu{
li{
display:flex;
padding-right:2em;
}
li:hover, li a:hover{
background:#ddd;
color:#777;
visibility: visible;
}
}
nav ul ul ul{
margin:0 0 0 100%;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.dropdown {
position: relative;
margin-left: 1.1em;
}
.dropdown:before {
content: "";
position: absolute;
right: 10px;
top: 8px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #f00;
}
}
.flex-art{
flex: 3 3;
order: 2;
background-color: black;
}
.flex-main{
display: flex;
flex: 1;
}
.flex-art h2{
color: wheat;
font-style: oblique;
font-size: 50px;
padding-top: 2rem;
padding-bottom: 2rem;
}
.flex-art #slider {
width: 1200px;
height: 500px;
overflow: hidden;
}
.flex-art #slider .slides {
display: block;
width: 6000px;
height: 1000px;
margin: 0;
padding: 0;
}
.flex-art #slider .slide {
float: left;
list-style-type: none;
width: 1200px;
height: 500px;
}
/* helper css, since we don't have images */
.flex-art .slide1 {
background:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0.5)), url("https://upload.wikimedia.org/wikipedia/commons/6/6d/Good_Food_Display_-_NCI_Visuals_Online.jpg");
background-size: cover;}
.flex-art .slide2 {background:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0.5)), url(food.jpg);
background-size: cover;}
.flex-art .slide3 {background:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0.5)), url("https://scx2.b-cdn.net/gfx/news/hires/2016/howcuttingdo.jpg");
background-size: cover;}
.flex-art .slide4 {background:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0.5)), url("https://cdn3.tmbi.com/toh/GoogleImagesPostCard/Fish-Taco-Bites_exps143738_THCA2916394C09_26_5bC_RMS.jpg");
background-size: cover;}
.flex-art .slide5 {background:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0.5)), url("https://www.clubchefman.com/upload/recipe-images/crepe303-1000x600.jpg");
background-size: cover;}
.flex-art p{
background:linear-gradient( rgba(0,0,0,0.75),rgba(0,0,0,0.75),rgba(0,0,0,0.85),rgba(0,0,0,0.45)), url(article.jpg);
background-size: cover;
color: white;
font-style: italic;
font-size: 20px;
}
.flex-art h2:hover{ color: darkturquoise;}
.flex-art #bg{
background: linear-gradient(#fe1ebe,#f87dd5,#fba2e1,#f5c9e9,#ffffff);
background-size: cover;
}
.flex-art blockquote{
display: none;
color: black;
font-size: 40px;
font-family: "Georgia";
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.flex-art blockquote:first-of-type{
display: block;
}
.flex-aside{
display: flex;
justify-content: space-around;
order: 3;
align-self: stretch;
flex-flow: column wrap;
justify-content: center;
flex-flow: column wrap;
padding-top: 4rem;
padding-bottom: 4rem;
flex: 0.5 2 5rem;
background:linear-gradient( rgba(0,0,0,0.65),rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0.45)), url(food.jpg);
background-size: cover;
}
.flex-aside a{
text-decoration: overline;
color: white;
margin: 20px ;
text-align: center;
}
.flex-aside a:hover{ color:lawngreen;}
.flex-footer{
padding-top: 2rem;
padding-bottom: 2rem;
padding-left: 1rem;
padding-right: 1rem;
display: flex;
justify-content: space-around;
flex-flow: column wrap;
order: 1;
background: linear-gradient( rgba(0,0,0,0),rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0.45)), url(sidebar.jpg);
background-size: cover;
}
.flex-news{
display: flex;
flex: 1;
background-color: black;
padding-top: 1rem;
padding-bottom: 1rem;
}
.t{
padding-top: 0.2rem;
padding-bottom: 0.2rem;
background-color: royalblue;
}
.t h2{
text-align: center;
color: blanchedalmond;
}
.news1{
border: solid 3px white;
}
.news2{
border: solid 3px white;
}
.news1 a{
text-decoration: none;
color: aqua;
margin: 20px ;
text-align: center;
}
.news1 p{
color: blanchedalmond;
font-size: 20px;
}
.news2 p{
color: blanchedalmond;
font-size: 20px;
}
.news2 a{
text-decoration: none;
color: aqua;
margin: 20px ;
text-align: center;
}
@media screen and (min-width:1200px){
.body{
width: 80%;
}
}
@media screen and (max-width:600px){
.body{
width: 40%;
}
} | Final1/flex1.css | *{
margin: 0px;
}
body{
font-size: 24px;
color: white;
height: auto;
display: flex;
flex-direction: column;
flex: 1;
text-align: center;
background: linear-gradient( rgba(0,0,0,0.75),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.45))
}
.flex-header{
background-color: black;
}
.flex-header ul{
justify-content: space-around;
list-style-type: none;
}
.flex-header ul li:hover{
background-color: dimgrey;
}
.flex-header a {
text-decoration: none;
color: white;
margin: 20px ;
text-align: center;
flex: auto;
}
.flex-header a:hover{ color:#9d0404;}
.main-navigation{
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
margin:0.5em;
}
ul{
margin:0; //reset
padding:0;
}
.menu{
display:flex;
flex-direction:column;
li{
display:block;
list-style-type:none;
text-transform:uppercase;
}
li a{
display:flex;
text-align:center;
text-decoration:none;
color:#777;
padding:1rem;
}
li a:hover{
background:#777;
color:#fff;
}
}
@media (min-width: 800px) {
.menu{
flex-direction:row;
justify-content:space-between;
}
}
nav ul ul {
display: none;
}
@media (min-width: 800px) {
nav ul ul {
display: none;
position:absolute;
}
}
nav ul li:hover > ul {
display:block;
color:#fff;
padding-left:4rem;
visibility: visible;
}
@media (min-width: 800px) {
nav ul li:hover > ul {
padding-left:0;
background:#777;
}
nav ul li:hover > ul a{
color:#fff;
}
.sub-menu{
li{
display:flex;
padding-right:2em;
}
li:hover, li a:hover{
background:#ddd;
color:#777;
visibility: visible;
}
}
nav ul ul ul{
margin:0 0 0 100%;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.dropdown {
position: relative;
margin-left: 1.1em;
}
.dropdown:before {
content: "";
position: absolute;
right: 10px;
top: 8px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #f00;
}
}
.flex-art{
flex: 3 3;
order: 2;
background-color: black;
}
.flex-main{
display: flex;
flex: 1;
}
.flex-art h2{
color: wheat;
font-style: oblique;
font-size: 50px;
padding-top: 2rem;
padding-bottom: 2rem;
}
.flex-art #slider {
width: 1200px;
height: 500px;
overflow: hidden;
}
.flex-art #slider .slides {
display: block;
width: 6000px;
height: 1000px;
margin: 0;
padding: 0;
}
.flex-art #slider .slide {
float: left;
list-style-type: none;
width: 1200px;
height: 500px;
}
/* helper css, since we don't have images */
.flex-art .slide1 {
background:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0.5)), url("https://upload.wikimedia.org/wikipedia/commons/6/6d/Good_Food_Display_-_NCI_Visuals_Online.jpg");
background-size: cover;}
.flex-art .slide2 {background:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0.5)), url(food.jpg);
background-size: cover;}
.flex-art .slide3 {background:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0.5)), url("https://scx2.b-cdn.net/gfx/news/hires/2016/howcuttingdo.jpg");
background-size: cover;}
.flex-art .slide4 {background:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0.5)), url("https://cdn3.tmbi.com/toh/GoogleImagesPostCard/Fish-Taco-Bites_exps143738_THCA2916394C09_26_5bC_RMS.jpg");
background-size: cover;}
.flex-art .slide5 {background:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0.5)), url("https://www.clubchefman.com/upload/recipe-images/crepe303-1000x600.jpg");
background-size: cover;}
.flex-art p{
background:linear-gradient( rgba(0,0,0,0.75),rgba(0,0,0,0.75),rgba(0,0,0,0.85),rgba(0,0,0,0.45)), url(article.jpg);
background-size: cover;
color: white;
font-style: italic;
font-size: 20px;
}
.flex-art h2:hover{ color: darkturquoise;}
.flex-art #bg{
background: linear-gradient(#fe1ebe,#f87dd5,#fba2e1,#f5c9e9,#ffffff);
background-size: cover;
}
.flex-art blockquote{
display: none;
color: black;
font-size: 40px;
font-family: "Georgia";
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.flex-art blockquote:first-of-type{
display: block;
}
.flex-aside{
display: flex;
justify-content: space-around;
order: 3;
align-self: stretch;
flex-flow: column wrap;
justify-content: center;
flex-flow: column wrap;
padding-top: 4rem;
padding-bottom: 4rem;
flex: 0.5 2 5rem;
background:linear-gradient( rgba(0,0,0,0.65),rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0.45)), url(food.jpg);
background-size: cover;
}
.flex-aside a{
text-decoration: overline;
color: white;
margin: 20px ;
text-align: center;
}
.flex-aside a:hover{ color:lawngreen;}
.flex-footer{
padding-top: 2rem;
padding-bottom: 2rem;
padding-left: 1rem;
padding-right: 1rem;
display: flex;
justify-content: space-around;
flex-flow: column wrap;
order: 1;
background: linear-gradient( rgba(0,0,0,0),rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0.45)), url(sidebar.jpg);
background-size: cover;
}
.flex-news{
display: flex;
flex: 1;
background-color: black;
padding-top: 1rem;
padding-bottom: 1rem;
}
.t{
padding-top: 0.2rem;
padding-bottom: 0.2rem;
background-color: royalblue;
}
.t h2{
text-align: center;
color: blanchedalmond;
}
.news1{
border: solid 3px white;
}
.news2{
border: solid 3px white;
}
.news1 a{
text-decoration: none;
color: aqua;
margin: 20px ;
text-align: center;
}
.news1 p{
color: blanchedalmond;
font-size: 20px;
}
.news2 p{
color: blanchedalmond;
font-size: 20px;
}
.news2 a{
text-decoration: none;
color: aqua;
margin: 20px ;
text-align: center;
}
@media screen and (min-width:1200px){
.body{
width: 80%;
}
}
@media screen and (max-width:600px){
.body{
width: 40%;
}
} | 0.545528 | 0.084342 |
.divselect-fb {
position: relative;
width: 187px;
outline-width: 0;
}
.divselect-fb:focus {
outline: 1px dotted #000000;
}
.divselect-fb__input {
display: none;
}
.divselect-fb__background {
display: block;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
padding: 0;
background: transparent;
z-index: 99;
}
.divselect-fb__selector {
position: relative;
padding: 2px 2px 2px 4px;
height: 16px;
border: 1px solid transparent;
overflow: hidden;
color: #888888;
font-size: 12px;
/*background-image: url("images/fb-icon-select.png");
background-position: top right;
background-repeat: no-repeat;*/
background-color: #ffffff;
outline-width: 0;
}
.divselect-fb__selector:before {
content: '';
position: absolute;
right: 6px;
top: 7px;
z-index: 1;
width: 0;
height: 0;
border-top: 5px solid #576d9b;
border-bottom: 5px solid transparent;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
.divselect-fb__selector--readonly {
color: #777777;
}
.divselect-fb__selector--disabled {
border-color: transparent;
background-color: #eeeeee;
color: #777777;
}
.divselect-fb__selector:hover {
border-color: #888888;
color: #000000;
background-color: #f2f2f2;
}
.divselect-fb__selector span {
position: relative;
top: -3px;
}
.divselect-fb__selector--active {
color: #ffffff;
background-position: bottom right;
background-color: #6d84b4;
border-color: #3b5998;
}
.divselect-fb__selector--active:before {
border-top-color: #ffffff;
}
.divselect-fb__menu {
display: block;
padding: 4px 0;
width: 185px;
max-height: 250px;
overflow: auto;
border: 1px solid #777777;
background-color: #ffffff;
position: absolute;
z-index: 100;
}
.divselect-fb__group {
}
.divselect-fb__group__title {
margin: 4px;
border-bottom: 1px solid #dddddd;
color: #777777;
font-weight: bold;
}
.divselect-fb__item {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
padding: 2px 2px 0 4px;
color: #000000;
font-size: 12px;
}
.divselect-fb__item--readonly {
}
.divselect-fb__item--disabled {
color: #777777;
}
.divselect-fb__item span {
position: relative;
top: -3px;
}
.divselect-fb__group .divselect-fb__item {
padding-left: 14px;
}
.divselect-fb__item:hover {
border-top-color: #3b5998;
border-bottom-color: #3b5998;
color: #ffffff;
background-color: #6d84b4;
}
.divselect-fb__item--disabled:hover {
border-top-color: transparent;
border-bottom-color: transparent;
color: #777777;
background-color: #ffffff;
}
.divselect-fb__item--preselected {
border-top-color: #3b5998;
border-bottom-color: #3b5998;
color: #ffffff;
background-color: #6d84b4;
outline-width: 0;
}
/* Filter plugin */
.divselect-fb__filter {
margin-bottom: 3px;
padding: 3px;
width: 160px;
height: 16px;
}
.divselect-fb__filter__input {
padding: 2px;
width: 140px;
height: 14px;
border: 1px solid #777777;
background-color: #ffffff;
}
.divselect-fb__filter__reset {
color: #999999;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
cursor: pointer;
}
.divselect-fb__filter__reset:hover {
color: #000000;
} | divselect_hu/css/divselect-fb.css | .divselect-fb {
position: relative;
width: 187px;
outline-width: 0;
}
.divselect-fb:focus {
outline: 1px dotted #000000;
}
.divselect-fb__input {
display: none;
}
.divselect-fb__background {
display: block;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
padding: 0;
background: transparent;
z-index: 99;
}
.divselect-fb__selector {
position: relative;
padding: 2px 2px 2px 4px;
height: 16px;
border: 1px solid transparent;
overflow: hidden;
color: #888888;
font-size: 12px;
/*background-image: url("images/fb-icon-select.png");
background-position: top right;
background-repeat: no-repeat;*/
background-color: #ffffff;
outline-width: 0;
}
.divselect-fb__selector:before {
content: '';
position: absolute;
right: 6px;
top: 7px;
z-index: 1;
width: 0;
height: 0;
border-top: 5px solid #576d9b;
border-bottom: 5px solid transparent;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
.divselect-fb__selector--readonly {
color: #777777;
}
.divselect-fb__selector--disabled {
border-color: transparent;
background-color: #eeeeee;
color: #777777;
}
.divselect-fb__selector:hover {
border-color: #888888;
color: #000000;
background-color: #f2f2f2;
}
.divselect-fb__selector span {
position: relative;
top: -3px;
}
.divselect-fb__selector--active {
color: #ffffff;
background-position: bottom right;
background-color: #6d84b4;
border-color: #3b5998;
}
.divselect-fb__selector--active:before {
border-top-color: #ffffff;
}
.divselect-fb__menu {
display: block;
padding: 4px 0;
width: 185px;
max-height: 250px;
overflow: auto;
border: 1px solid #777777;
background-color: #ffffff;
position: absolute;
z-index: 100;
}
.divselect-fb__group {
}
.divselect-fb__group__title {
margin: 4px;
border-bottom: 1px solid #dddddd;
color: #777777;
font-weight: bold;
}
.divselect-fb__item {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
padding: 2px 2px 0 4px;
color: #000000;
font-size: 12px;
}
.divselect-fb__item--readonly {
}
.divselect-fb__item--disabled {
color: #777777;
}
.divselect-fb__item span {
position: relative;
top: -3px;
}
.divselect-fb__group .divselect-fb__item {
padding-left: 14px;
}
.divselect-fb__item:hover {
border-top-color: #3b5998;
border-bottom-color: #3b5998;
color: #ffffff;
background-color: #6d84b4;
}
.divselect-fb__item--disabled:hover {
border-top-color: transparent;
border-bottom-color: transparent;
color: #777777;
background-color: #ffffff;
}
.divselect-fb__item--preselected {
border-top-color: #3b5998;
border-bottom-color: #3b5998;
color: #ffffff;
background-color: #6d84b4;
outline-width: 0;
}
/* Filter plugin */
.divselect-fb__filter {
margin-bottom: 3px;
padding: 3px;
width: 160px;
height: 16px;
}
.divselect-fb__filter__input {
padding: 2px;
width: 140px;
height: 14px;
border: 1px solid #777777;
background-color: #ffffff;
}
.divselect-fb__filter__reset {
color: #999999;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
cursor: pointer;
}
.divselect-fb__filter__reset:hover {
color: #000000;
} | 0.252384 | 0.099034 |
p {
font-weight: 300;
}
a, a:focus, a:hover, a:active {
color: #00afd7;
}
h1, h2, h3 {
font-family: "Gotham Rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 12px 0;
}
h1 {
font-size: 32px;
font-weight: 100;
letter-spacing: .02em;
line-height: 48px;
margin: 12px 0;
}
h2 {
color: #2a333c;
font-weight: 400;
font-size: 21px;
}
h3 {
color: rgb(84, 102, 120);
font-size: 21px;
font-weight: 500;
letter-spacing: -0.28px;
line-height: 29.39px;
}
.btn {
background: transparent;
border: 1px solid white;
}
.keen-logo {
height: 38px;
margin: 0 15px 0 0;
width: 150px;
}
.navbar-toggle {
background-color: rgba(255,255,255,.25);
}
.navbar-toggle .icon-bar {
background: #fff;
}
.navbar-nav {
margin: 5px 0 0;
}
.navbar-nav > li > a {
font-size: 15px;
font-weight: 200;
letter-spacing: 0.03em;
padding-top: 19px;
text-shadow: 0 0 2px rgba(0,0,0,.1);
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
background: transparent none;
}
.navbar-nav > li > a.navbar-btn {
background-color: rgba(255,255,255,.25);
border: medium none;
padding: 10px 15px;
}
.navbar-nav > li > a.navbar-btn:focus,
.navbar-nav > li > a.navbar-btn:hover {
background-color: rgba(255,255,255,.35);
}
.navbar-collapse {
box-shadow: none;
}
.masthead {
background-color: #00afd7;
background-image: url("../img/bg-bars.png");
background-position: 0 -290px;
background-repeat: repeat-x;
color: #fff;
margin: 0 0 24px;
padding: 20px 0;
}
.masthead h1 {
margin: 0;
}
.masthead small,
.masthead a,
.masthead a:focus,
.masthead a:hover,
.masthead a:active {
color: #fff;
}
.masthead p {
color: #dff5fa;
font-weight: 100;
letter-spacing: .05em;
}
.hero {
background-position: 50% 100%;
min-height: 450px;
text-align: center;
}
.hero h1 {
font-size: 48px;
margin: 120px 0 10px;
}
.hero .lead {
margin-bottom: 32px;
}
.hero-btn-group {
margin: 0 auto 10px;
text-align: center;
}
.hero-btn-group a.hero-btn:first-child {
margin-right: 10px;
}
.hero-btn-group a.hero-btn {
display: inline-block;
padding: 10px 15px;
border: 2px solid #fff;
font-family: "Gotham Rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 200;
}
.hero-btn-group a.hero-btn.secondary {
background-color: rgba(255,255,255,.25);
border: medium none;
}
.hero-btn-group a.hero-btn.primary {
padding-left: 30px;
padding-right: 30px;
}
.hero-btn-group a.hero-btn:focus,
.hero-btn-group a.hero-btn:hover {
border-color: transparent;
background-color: #fff;
color: #00afd7;
}
.hero-btn-group a.hero-btn.secondary:hover,
.hero-btn-group a.hero-btn.secondary:focus {
background-color: rgba(255,255,255,.35);
color: #fff;
}
.sample-item {
margin-bottom: 24px;
}
.signup {
float: left;
display: inline-block;
vertical-align: middle;
margin-top: -6px;
margin-right: 10px;
}
.platforms {
background: #F3F5F6;
margin-top: 20px;
padding-top: 15px;
padding-bottom: 30px;
}
.platforms h2 {
padding-bottom: 15px;
}
.platforms ul {
margin-bottom: 0px;
}
.platforms ul li {
padding-left: 50px;
padding-right: 50px;
max-width: 250px;
}
.value-prop {
padding-top: 15px;
margin-top: 15px;
}
.examples h3 {
margin-top: 30px;
margin-bottom: 0px;
}
.examples .example {
margin-top: 20px;
}
pre {
background: #f8f8f8 !important;
max-height: 300px;
overflow-y: scroll;
}
pre, code {
padding-top: 0;
padding-bottom: 0;
}
.cta {
background: #00afd7;
color: white;
padding: 20px;
margin-top: 20px;
text-align: center;
}
.cta h1 {
max-width: 750px;
margin: 0 auto;
padding-bottom: 10px;
}
.cta a.btn {
display: inline-block;
border: 2px solid #fff;
font-family: "Gotham Rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 200;
color: #fff;
}
.cta a.btn:focus,
.cta a.btn:hover {
border-color: transparent;
background-color: #fff;
color: #00afd7;
}
.love {
/*border-top: 1px solid #d7d7d7;*/
color: #546678;
margin: 20px 0 0;
padding: 15px 0;
text-align: center;
}
.love p {
margin-bottom: 0;
}
.navbar.floating {
background: white;
padding-bottom: 5px;
}
.navbar.floating .navbar-brand {
display: none;
}
.navbar.floating .navbar-brand.navbar-floating-logo {
visibility: visible !important;
display: block !important;
}
.navbar.floating a, .navbar.floating * {
color: #00afd7;
}
.navbar.floating a.btn {
border: 2px solid #00afd7;
}
.navbar.floating a.btn:hover,
.navbar.floating a.btn:focus {
background: #00afd7;
color: #fff;
} | docs/assets/css/keen-static.css | p {
font-weight: 300;
}
a, a:focus, a:hover, a:active {
color: #00afd7;
}
h1, h2, h3 {
font-family: "Gotham Rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 12px 0;
}
h1 {
font-size: 32px;
font-weight: 100;
letter-spacing: .02em;
line-height: 48px;
margin: 12px 0;
}
h2 {
color: #2a333c;
font-weight: 400;
font-size: 21px;
}
h3 {
color: rgb(84, 102, 120);
font-size: 21px;
font-weight: 500;
letter-spacing: -0.28px;
line-height: 29.39px;
}
.btn {
background: transparent;
border: 1px solid white;
}
.keen-logo {
height: 38px;
margin: 0 15px 0 0;
width: 150px;
}
.navbar-toggle {
background-color: rgba(255,255,255,.25);
}
.navbar-toggle .icon-bar {
background: #fff;
}
.navbar-nav {
margin: 5px 0 0;
}
.navbar-nav > li > a {
font-size: 15px;
font-weight: 200;
letter-spacing: 0.03em;
padding-top: 19px;
text-shadow: 0 0 2px rgba(0,0,0,.1);
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
background: transparent none;
}
.navbar-nav > li > a.navbar-btn {
background-color: rgba(255,255,255,.25);
border: medium none;
padding: 10px 15px;
}
.navbar-nav > li > a.navbar-btn:focus,
.navbar-nav > li > a.navbar-btn:hover {
background-color: rgba(255,255,255,.35);
}
.navbar-collapse {
box-shadow: none;
}
.masthead {
background-color: #00afd7;
background-image: url("../img/bg-bars.png");
background-position: 0 -290px;
background-repeat: repeat-x;
color: #fff;
margin: 0 0 24px;
padding: 20px 0;
}
.masthead h1 {
margin: 0;
}
.masthead small,
.masthead a,
.masthead a:focus,
.masthead a:hover,
.masthead a:active {
color: #fff;
}
.masthead p {
color: #dff5fa;
font-weight: 100;
letter-spacing: .05em;
}
.hero {
background-position: 50% 100%;
min-height: 450px;
text-align: center;
}
.hero h1 {
font-size: 48px;
margin: 120px 0 10px;
}
.hero .lead {
margin-bottom: 32px;
}
.hero-btn-group {
margin: 0 auto 10px;
text-align: center;
}
.hero-btn-group a.hero-btn:first-child {
margin-right: 10px;
}
.hero-btn-group a.hero-btn {
display: inline-block;
padding: 10px 15px;
border: 2px solid #fff;
font-family: "Gotham Rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 200;
}
.hero-btn-group a.hero-btn.secondary {
background-color: rgba(255,255,255,.25);
border: medium none;
}
.hero-btn-group a.hero-btn.primary {
padding-left: 30px;
padding-right: 30px;
}
.hero-btn-group a.hero-btn:focus,
.hero-btn-group a.hero-btn:hover {
border-color: transparent;
background-color: #fff;
color: #00afd7;
}
.hero-btn-group a.hero-btn.secondary:hover,
.hero-btn-group a.hero-btn.secondary:focus {
background-color: rgba(255,255,255,.35);
color: #fff;
}
.sample-item {
margin-bottom: 24px;
}
.signup {
float: left;
display: inline-block;
vertical-align: middle;
margin-top: -6px;
margin-right: 10px;
}
.platforms {
background: #F3F5F6;
margin-top: 20px;
padding-top: 15px;
padding-bottom: 30px;
}
.platforms h2 {
padding-bottom: 15px;
}
.platforms ul {
margin-bottom: 0px;
}
.platforms ul li {
padding-left: 50px;
padding-right: 50px;
max-width: 250px;
}
.value-prop {
padding-top: 15px;
margin-top: 15px;
}
.examples h3 {
margin-top: 30px;
margin-bottom: 0px;
}
.examples .example {
margin-top: 20px;
}
pre {
background: #f8f8f8 !important;
max-height: 300px;
overflow-y: scroll;
}
pre, code {
padding-top: 0;
padding-bottom: 0;
}
.cta {
background: #00afd7;
color: white;
padding: 20px;
margin-top: 20px;
text-align: center;
}
.cta h1 {
max-width: 750px;
margin: 0 auto;
padding-bottom: 10px;
}
.cta a.btn {
display: inline-block;
border: 2px solid #fff;
font-family: "Gotham Rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 200;
color: #fff;
}
.cta a.btn:focus,
.cta a.btn:hover {
border-color: transparent;
background-color: #fff;
color: #00afd7;
}
.love {
/*border-top: 1px solid #d7d7d7;*/
color: #546678;
margin: 20px 0 0;
padding: 15px 0;
text-align: center;
}
.love p {
margin-bottom: 0;
}
.navbar.floating {
background: white;
padding-bottom: 5px;
}
.navbar.floating .navbar-brand {
display: none;
}
.navbar.floating .navbar-brand.navbar-floating-logo {
visibility: visible !important;
display: block !important;
}
.navbar.floating a, .navbar.floating * {
color: #00afd7;
}
.navbar.floating a.btn {
border: 2px solid #00afd7;
}
.navbar.floating a.btn:hover,
.navbar.floating a.btn:focus {
background: #00afd7;
color: #fff;
} | 0.368519 | 0.144631 |
*{
padding: 0;
margin: 0;
box-sizing: border-box;
scroll-behavior: smooth;
text-decoration: none;
list-style: none;
}
img{
max-width: 100%;
}
html{
font-size: 62.5%;
}
body{
font-family: 'Raleway', sans-serif;
}
.section{
min-height: 100vh;
padding-bottom: 10rem;
}
.container{
width: 100%;
height: auto;
position: relative;
}
.navBar{
position: absolute;
width: 100%;
height: 6rem;
z-index: 100;
display: flex;
justify-content: flex-end;
align-items: center;
}
ul.nav{
display: flex;
justify-content: space-between;
align-items: center;
max-width: 70rem;
}
.nav--link{
padding: 0 2rem;
}
.nav--link a{
color: #fff;
font-size: 1.4rem;
letter-spacing: 0.2rem;
}
.navBar--changed{
height: 5rem;
background-color: #000;
position: fixed;
}
.landing{
width: 100%;
min-height: 100vh;
position: relative;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-image: url('../images/landing__hero.jpg');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.landing__content{
max-width: 80rem;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #fff;
}
.landing__content--head{
font-size: 6rem;
letter-spacing: 1rem;
text-transform: uppercase;
}
.landing__content--subHeading{
font-size: 1.8rem;
letter-spacing: 0.4rem;
margin-top: 0.5rem;
margin-bottom: 2.5rem;
}
.landing__content--link{
font-size: 1.5rem;
display: block;
height: 3rem;
color: inherit;
letter-spacing: 0.2rem;
position: relative;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
transition: all 300ms ease-in;
color: #fff;
padding: 1rem;
}
.landing__content--link i{
position: absolute;
left: 0;
padding-left: 1rem;
visibility: hidden;
transition: all 300ms ease-in;
}
.landing__content--link:hover{
background-color: transparent;
color: springgreen;
}
.landing__content--link:hover i{
color: springgreen;
left: calc(100% - 1rem);
visibility: visible;
}
.landing__content--link::after,
.landing__content--link::before{
content: "";
position: absolute;
height: 0.2rem;
width: 0%;
background-color: springgreen;
transition: all 300ms ease;
}
.landing__content--link::after{
bottom: 0px;
left: 0px;
}
.landing__content--link::before{
top: 0px;
right: 0px;
}
.landing__content--link:hover::after,
.landing__content--link:hover::before{
width: 100%;
}
/* About Section */
.about{
width: 100%;
position: relative;
}
.about__content{
position: relative;
width: 100%;
height: auto;
}
.heading{
font-size: 4rem;
text-align: center;
margin-top: 10rem;
}
.subHeading{
font-size: 2rem;
text-align: center;
margin-bottom: 5rem;
letter-spacing: 0.5rem;
}
.aboutData{
padding: 2rem;
font-size: 1.5rem;
letter-spacing: 0.15rem;
line-height: 150%;
display: flex;
flex-direction: column;
justify-content: center;
}
.about__content--aboutData{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.aboutData--left{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-gap: 1rem;
}
.right--para1:nth-child(1){
padding-bottom: 3rem;
}
/* Menu */
/* Specials */
.menu{
background-color: antiquewhite;
}
.specials{
width: 100%;
height: 60rem;
display: flex;
justify-content: center;
align-items: center;
}
.specials--content{
height: 100%;
width: 100%;
}
.about__content--subHeading{
margin: 0;
}
.specials--head{
text-align: center;
margin:5rem;
font-size: 4rem;
letter-spacing: 0.5rem;
font-weight: 400;
}
.specials--S__cards{
display: flex;
justify-content: center;
align-items: center;
padding: 2rem;
}
.S__card{
max-width: 30rem;
height: 40rem;
margin: 0 2rem;
padding: 1rem;
display: flex;
box-shadow: 0 0.1rem 0.5rem 0.2rem #111;
background-position: center;
background-size: cover;
color: #fff;
}
.S__card:hover{
box-shadow: 0 0.1rem 0.2rem 0.1rem #111;
}
.scard1{
background-image: url('../images/s_card1.jpg');
}
.scard2{
background-image: url('../images/s_card2.jpg');
}
.scard3{
background-image: url('../images/s_card3.jpg');
}
.S__card--text{
display: flex;
flex-direction: column;
align-items: center;
}
.S__card--title{
font-size: 2rem;
width: 100%;
letter-spacing: 0.3rem;
margin-bottom: 5rem;
text-align: center;
margin-top: 2rem;
background-color: rgba(1,1,1,0.3);
padding: 1rem;
}
.S__card--para{
font-size: 1.5rem;
letter-spacing: 0.2rem;
line-height: 150%;
background-color: rgba(1,1,1,0.3);
padding: 1rem;
}
/* Menu Item List */
.menuItems{
position: relative;
width: 100%;
}
.menuItems--head{
text-align: center;
font-size: 4rem;
margin: 5rem 0;
}
.menuItems--content{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.menuType{
padding: 1rem 4rem;
margin: 0 auto 3rem;
}
.menuType--name{
padding: 2rem;
background-color: #F5A352;
color: #fff;
letter-spacing: 0.5rem;
margin-bottom: 1rem;
text-transform: uppercase;
box-shadow: 0 0 .5rem 0.1rem #111;
}
.menuItem{
padding: 1rem 3rem;
font-size: 1.8rem;
margin: 0 1rem 1rem;
}
.menuItem:nth-child(odd){
background-color: #79BFA1;
}
.menuItem:nth-child(even){
background-color: #A3CBF1;
}
.menuItem:nth-child(odd):hover{
color: #79BFA1;
background-color: #000;
}
.menuItem:nth-child(even):hover{
color: #A3CBF1;
background-color: #000;
}
.menuItem--name{
letter-spacing: 0.3rem;
font-size: 1.8rem;
}
.menuItem--name::first-letter{
font-size: 2.5rem;
color: #fff;
font-weight: 600;
}
.menuItem--description{
font-size: 1.2rem;
letter-spacing: 0.2rem;
margin-top: 0.5rem;
}
.gallery__content--imageSection{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 1rem;
margin: 0 2rem;
}
.imageSection{
position: relative;
overflow: hidden;
}
.imageSection--box{
position: absolute;
padding: 2rem;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(1,1,1,0.3);
transform: translateY(120%);
transition: all 100ms 300ms ease;
}
.imageSection img{
transition: all 300ms ease;
width: 100%;
height: 100%;
}
.imageSection:hover .imageSection--box{
transform: translateY(0%);
}
.imageSection:hover img{
transform: scale(1.1);
}
.box--caption{
color: #fff;
position: absolute;
bottom: 2rem;
}
.box--main{
font-size: 2rem;
margin-bottom: 0.5rem;
letter-spacing: 0.2rem;
}
.box--sub{
font-size: 1.4rem;
line-height: 150%;
}
/* Media Query */
@media only screen and (min-width:1200px) {
.gallery__content--imageSection{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 4rem;
}
}
@media only screen and (min-width:1600px) {
.gallery__content--imageSection{
display: grid;
grid-template-columns: repeat(5, 1fr);
}
} | Web_Projects/Project4--Restaurant/styles/project_4_styles.css | *{
padding: 0;
margin: 0;
box-sizing: border-box;
scroll-behavior: smooth;
text-decoration: none;
list-style: none;
}
img{
max-width: 100%;
}
html{
font-size: 62.5%;
}
body{
font-family: 'Raleway', sans-serif;
}
.section{
min-height: 100vh;
padding-bottom: 10rem;
}
.container{
width: 100%;
height: auto;
position: relative;
}
.navBar{
position: absolute;
width: 100%;
height: 6rem;
z-index: 100;
display: flex;
justify-content: flex-end;
align-items: center;
}
ul.nav{
display: flex;
justify-content: space-between;
align-items: center;
max-width: 70rem;
}
.nav--link{
padding: 0 2rem;
}
.nav--link a{
color: #fff;
font-size: 1.4rem;
letter-spacing: 0.2rem;
}
.navBar--changed{
height: 5rem;
background-color: #000;
position: fixed;
}
.landing{
width: 100%;
min-height: 100vh;
position: relative;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-image: url('../images/landing__hero.jpg');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.landing__content{
max-width: 80rem;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #fff;
}
.landing__content--head{
font-size: 6rem;
letter-spacing: 1rem;
text-transform: uppercase;
}
.landing__content--subHeading{
font-size: 1.8rem;
letter-spacing: 0.4rem;
margin-top: 0.5rem;
margin-bottom: 2.5rem;
}
.landing__content--link{
font-size: 1.5rem;
display: block;
height: 3rem;
color: inherit;
letter-spacing: 0.2rem;
position: relative;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
transition: all 300ms ease-in;
color: #fff;
padding: 1rem;
}
.landing__content--link i{
position: absolute;
left: 0;
padding-left: 1rem;
visibility: hidden;
transition: all 300ms ease-in;
}
.landing__content--link:hover{
background-color: transparent;
color: springgreen;
}
.landing__content--link:hover i{
color: springgreen;
left: calc(100% - 1rem);
visibility: visible;
}
.landing__content--link::after,
.landing__content--link::before{
content: "";
position: absolute;
height: 0.2rem;
width: 0%;
background-color: springgreen;
transition: all 300ms ease;
}
.landing__content--link::after{
bottom: 0px;
left: 0px;
}
.landing__content--link::before{
top: 0px;
right: 0px;
}
.landing__content--link:hover::after,
.landing__content--link:hover::before{
width: 100%;
}
/* About Section */
.about{
width: 100%;
position: relative;
}
.about__content{
position: relative;
width: 100%;
height: auto;
}
.heading{
font-size: 4rem;
text-align: center;
margin-top: 10rem;
}
.subHeading{
font-size: 2rem;
text-align: center;
margin-bottom: 5rem;
letter-spacing: 0.5rem;
}
.aboutData{
padding: 2rem;
font-size: 1.5rem;
letter-spacing: 0.15rem;
line-height: 150%;
display: flex;
flex-direction: column;
justify-content: center;
}
.about__content--aboutData{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.aboutData--left{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-gap: 1rem;
}
.right--para1:nth-child(1){
padding-bottom: 3rem;
}
/* Menu */
/* Specials */
.menu{
background-color: antiquewhite;
}
.specials{
width: 100%;
height: 60rem;
display: flex;
justify-content: center;
align-items: center;
}
.specials--content{
height: 100%;
width: 100%;
}
.about__content--subHeading{
margin: 0;
}
.specials--head{
text-align: center;
margin:5rem;
font-size: 4rem;
letter-spacing: 0.5rem;
font-weight: 400;
}
.specials--S__cards{
display: flex;
justify-content: center;
align-items: center;
padding: 2rem;
}
.S__card{
max-width: 30rem;
height: 40rem;
margin: 0 2rem;
padding: 1rem;
display: flex;
box-shadow: 0 0.1rem 0.5rem 0.2rem #111;
background-position: center;
background-size: cover;
color: #fff;
}
.S__card:hover{
box-shadow: 0 0.1rem 0.2rem 0.1rem #111;
}
.scard1{
background-image: url('../images/s_card1.jpg');
}
.scard2{
background-image: url('../images/s_card2.jpg');
}
.scard3{
background-image: url('../images/s_card3.jpg');
}
.S__card--text{
display: flex;
flex-direction: column;
align-items: center;
}
.S__card--title{
font-size: 2rem;
width: 100%;
letter-spacing: 0.3rem;
margin-bottom: 5rem;
text-align: center;
margin-top: 2rem;
background-color: rgba(1,1,1,0.3);
padding: 1rem;
}
.S__card--para{
font-size: 1.5rem;
letter-spacing: 0.2rem;
line-height: 150%;
background-color: rgba(1,1,1,0.3);
padding: 1rem;
}
/* Menu Item List */
.menuItems{
position: relative;
width: 100%;
}
.menuItems--head{
text-align: center;
font-size: 4rem;
margin: 5rem 0;
}
.menuItems--content{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.menuType{
padding: 1rem 4rem;
margin: 0 auto 3rem;
}
.menuType--name{
padding: 2rem;
background-color: #F5A352;
color: #fff;
letter-spacing: 0.5rem;
margin-bottom: 1rem;
text-transform: uppercase;
box-shadow: 0 0 .5rem 0.1rem #111;
}
.menuItem{
padding: 1rem 3rem;
font-size: 1.8rem;
margin: 0 1rem 1rem;
}
.menuItem:nth-child(odd){
background-color: #79BFA1;
}
.menuItem:nth-child(even){
background-color: #A3CBF1;
}
.menuItem:nth-child(odd):hover{
color: #79BFA1;
background-color: #000;
}
.menuItem:nth-child(even):hover{
color: #A3CBF1;
background-color: #000;
}
.menuItem--name{
letter-spacing: 0.3rem;
font-size: 1.8rem;
}
.menuItem--name::first-letter{
font-size: 2.5rem;
color: #fff;
font-weight: 600;
}
.menuItem--description{
font-size: 1.2rem;
letter-spacing: 0.2rem;
margin-top: 0.5rem;
}
.gallery__content--imageSection{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 1rem;
margin: 0 2rem;
}
.imageSection{
position: relative;
overflow: hidden;
}
.imageSection--box{
position: absolute;
padding: 2rem;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(1,1,1,0.3);
transform: translateY(120%);
transition: all 100ms 300ms ease;
}
.imageSection img{
transition: all 300ms ease;
width: 100%;
height: 100%;
}
.imageSection:hover .imageSection--box{
transform: translateY(0%);
}
.imageSection:hover img{
transform: scale(1.1);
}
.box--caption{
color: #fff;
position: absolute;
bottom: 2rem;
}
.box--main{
font-size: 2rem;
margin-bottom: 0.5rem;
letter-spacing: 0.2rem;
}
.box--sub{
font-size: 1.4rem;
line-height: 150%;
}
/* Media Query */
@media only screen and (min-width:1200px) {
.gallery__content--imageSection{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 4rem;
}
}
@media only screen and (min-width:1600px) {
.gallery__content--imageSection{
display: grid;
grid-template-columns: repeat(5, 1fr);
}
} | 0.5083 | 0.06951 |
body{
font-family: 'Roboto', sans-serif;
color:#fff;
background: url("../images/home_bg.jpg") top center no-repeat;
background-size: 100% 100%;
}
@font-face {
font-family: 'leaguegothic';
src: url('../fonts/leaguegothic-regular.otf');
src: url('../fonts/leaguegothic-regular-webfont.eot'); /* IE9 Compat Modes */
src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
url('../fonts/leaguegothic-regular-webfont.woff') format('woff'), /* Modern Browsers */
url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg'); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
.container {
margin-left: auto;
margin-right: auto;
width: 920px;
max-width: 100%;
}
.container-text
{
margin-left: auto;
margin-right: auto;
width: 920px;
max-width: 100%;
background-color: rgba(0, 0, 0, 0.7);
padding: 30px;
border-radius: 20px;
}
.container-text:before, .container-text:after {
display: table;
content: "";
}
.container-text:after {
clear: both;
}
.container-footer
{
margin-left: auto;
margin-right: auto;
width: 920px;
max-width: 100%;
}
.container:before, .container:after {
display: table;
content: "";
}
.container:after {
clear: both;
}
.textoAmarelo { color: #FACB1B;/* letter-spacing: 2px;*/}
.tituloPrincipal {
font-family: 'leaguegothic';
font-weight: normal;
font-size: 28px;
margin: 0;
}
.tituloPrincipal .textoAmarelo {
font-size: 38px;
font-weight: bold;
}
.caixa2 {
width: 49%;
display: inline-block;
vertical-align: top;
}
.caixa2 .caixaInterior {
width: 420px;
}
.espacador {
width: 90%;
padding: 0 5%;
}
#cadastro .espacador {
width: 85%;
}
.naoQuebrar {
display: inline-block;
}
label.naoQuebrar.meio.margem {
margin-right: 20px;
}
#cadastroForm select {
height: 34px !important;
}
#cadastroForm select,
#cadastroForm textarea,
#cadastroForm input[type=text],
#cadastroForm input[type=password] {
padding: 4px 0;
background-color: #E9EEF1;
}
#cadastroForm .meio {
width: 155px;
}
.espacador {
width: 90%;
padding: 0 5%;
}
#cadastro .espacador {
width: 85%;
}
.larguraDiferente {
width: 300px;
}
/******************************************/ | public/css/signin.css | body{
font-family: 'Roboto', sans-serif;
color:#fff;
background: url("../images/home_bg.jpg") top center no-repeat;
background-size: 100% 100%;
}
@font-face {
font-family: 'leaguegothic';
src: url('../fonts/leaguegothic-regular.otf');
src: url('../fonts/leaguegothic-regular-webfont.eot'); /* IE9 Compat Modes */
src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
url('../fonts/leaguegothic-regular-webfont.woff') format('woff'), /* Modern Browsers */
url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg'); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
.container {
margin-left: auto;
margin-right: auto;
width: 920px;
max-width: 100%;
}
.container-text
{
margin-left: auto;
margin-right: auto;
width: 920px;
max-width: 100%;
background-color: rgba(0, 0, 0, 0.7);
padding: 30px;
border-radius: 20px;
}
.container-text:before, .container-text:after {
display: table;
content: "";
}
.container-text:after {
clear: both;
}
.container-footer
{
margin-left: auto;
margin-right: auto;
width: 920px;
max-width: 100%;
}
.container:before, .container:after {
display: table;
content: "";
}
.container:after {
clear: both;
}
.textoAmarelo { color: #FACB1B;/* letter-spacing: 2px;*/}
.tituloPrincipal {
font-family: 'leaguegothic';
font-weight: normal;
font-size: 28px;
margin: 0;
}
.tituloPrincipal .textoAmarelo {
font-size: 38px;
font-weight: bold;
}
.caixa2 {
width: 49%;
display: inline-block;
vertical-align: top;
}
.caixa2 .caixaInterior {
width: 420px;
}
.espacador {
width: 90%;
padding: 0 5%;
}
#cadastro .espacador {
width: 85%;
}
.naoQuebrar {
display: inline-block;
}
label.naoQuebrar.meio.margem {
margin-right: 20px;
}
#cadastroForm select {
height: 34px !important;
}
#cadastroForm select,
#cadastroForm textarea,
#cadastroForm input[type=text],
#cadastroForm input[type=password] {
padding: 4px 0;
background-color: #E9EEF1;
}
#cadastroForm .meio {
width: 155px;
}
.espacador {
width: 90%;
padding: 0 5%;
}
#cadastro .espacador {
width: 85%;
}
.larguraDiferente {
width: 300px;
}
/******************************************/ | 0.303319 | 0.050051 |
body, ul, li, p{
padding: 0px;
margin: 0 auto;
font-family: arial;
font-size: 1.2rem;
}
body{
background-image: url("../images/madeiraFundo.jpg");
}
#app{
height: 700px;
width: 50%;
display: flex;
float: left;
flex-direction: column;
margin: 20px 25%;
background-color: white;
border-radius: 20px;
overflow-y: auto;
}
#header{
width: 100%;
height: auto;
padding-bottom: 10px;
}
h1{
width: 100%;
text-align: center;
color: red;
text-shadow: #000f00 2px 3px 2px;;
}
#tarefa{
margin-top: 30px;
margin-left: 150px;
border-radius: 5px;
height: 25px;
width: 40%;
border: 2px solid black;
}
#btn-adicionar{
color: white;
background-color: red;
height: 40px;
width: 12%;
font-family:Verdana, Geneva, Tahoma, sans-serif;
border-radius: 6px;
box-shadow: 0 0 0.3em black;
}
#tarefas-box{
margin-left: 110px;
margin-top: 30px;
font-style:oblique;
}
.apagar, .openModal{
margin-left: 10px;
color: white;
background-color: red;
height: 25px;
width: 12%;
font-family:Verdana, Geneva, Tahoma, sans-serif;
border-radius: 6px;
box-shadow: 0 0 0.3em black;
}
.bg-modal{
width: 100%;
height: 100%;
background: rgba(0,0,0,0.75);
position: fixed;
z-index: 2;
display: none;
transition: 350ms;
}
.modal{
width: 50%;
height: 60%;
background-color: #fff;
border: 1px solid #000;
border-radius: 10px;
margin: 80px auto 0 auto;
}
.modal span{
float: rigth;
font-size: 25px;
color: #000;
margin: 20px 20px;
transition: 350ms;
cursor:pointer;
}
.modal span:hover{
color: #990000;
transition: 350ms;
}
#titulo-modal{
margin-top: 10px;
font-size: 32px;
}
#push-modal{
margin-top: 30px;
margin-left: 170px;
border-radius: 5px;
height: 25px;
width: 50%;
border: 2px solid black;
text-align: center;
}
#btn-modal{
display: flex;
justify-content: space-around;
margin-top: 90px;
}
#btn-salvar{
color: black;
background-color: #00FF7F;
height: 40px;
width: 25%;
font-family:Verdana, Geneva, Tahoma, sans-serif;
border-radius: 6px;
box-shadow: 0 0 0.3em black;
}
#btn-cancelar{
color: black;
background-color: red;
height: 40px;
width: 25%;
font-family:Verdana, Geneva, Tahoma, sans-serif;
border-radius: 6px;
box-shadow: 0 0 0.3em black;
} | css/style.css | body, ul, li, p{
padding: 0px;
margin: 0 auto;
font-family: arial;
font-size: 1.2rem;
}
body{
background-image: url("../images/madeiraFundo.jpg");
}
#app{
height: 700px;
width: 50%;
display: flex;
float: left;
flex-direction: column;
margin: 20px 25%;
background-color: white;
border-radius: 20px;
overflow-y: auto;
}
#header{
width: 100%;
height: auto;
padding-bottom: 10px;
}
h1{
width: 100%;
text-align: center;
color: red;
text-shadow: #000f00 2px 3px 2px;;
}
#tarefa{
margin-top: 30px;
margin-left: 150px;
border-radius: 5px;
height: 25px;
width: 40%;
border: 2px solid black;
}
#btn-adicionar{
color: white;
background-color: red;
height: 40px;
width: 12%;
font-family:Verdana, Geneva, Tahoma, sans-serif;
border-radius: 6px;
box-shadow: 0 0 0.3em black;
}
#tarefas-box{
margin-left: 110px;
margin-top: 30px;
font-style:oblique;
}
.apagar, .openModal{
margin-left: 10px;
color: white;
background-color: red;
height: 25px;
width: 12%;
font-family:Verdana, Geneva, Tahoma, sans-serif;
border-radius: 6px;
box-shadow: 0 0 0.3em black;
}
.bg-modal{
width: 100%;
height: 100%;
background: rgba(0,0,0,0.75);
position: fixed;
z-index: 2;
display: none;
transition: 350ms;
}
.modal{
width: 50%;
height: 60%;
background-color: #fff;
border: 1px solid #000;
border-radius: 10px;
margin: 80px auto 0 auto;
}
.modal span{
float: rigth;
font-size: 25px;
color: #000;
margin: 20px 20px;
transition: 350ms;
cursor:pointer;
}
.modal span:hover{
color: #990000;
transition: 350ms;
}
#titulo-modal{
margin-top: 10px;
font-size: 32px;
}
#push-modal{
margin-top: 30px;
margin-left: 170px;
border-radius: 5px;
height: 25px;
width: 50%;
border: 2px solid black;
text-align: center;
}
#btn-modal{
display: flex;
justify-content: space-around;
margin-top: 90px;
}
#btn-salvar{
color: black;
background-color: #00FF7F;
height: 40px;
width: 25%;
font-family:Verdana, Geneva, Tahoma, sans-serif;
border-radius: 6px;
box-shadow: 0 0 0.3em black;
}
#btn-cancelar{
color: black;
background-color: red;
height: 40px;
width: 25%;
font-family:Verdana, Geneva, Tahoma, sans-serif;
border-radius: 6px;
box-shadow: 0 0 0.3em black;
} | 0.275812 | 0.088702 |
.gf {
background-color: #1d1d1f;
font-size: 12px;
line-height: 1.33337;
letter-spacing: -0.01em;
font-weight: 400;
color: #f5f5f7;
}
.gf-content {
margin: 0 auto;
max-width: 980px;
padding: 0 22px;
}
.gf-dictionary {
display: flex;
flex-wrap: nowrap;
padding-top: 20px;
width: 100%;
}
.gf-dictionary-column {
flex-basis: 25%;
}
.gf-dictionary-column-section-title {
font-weight: 600;
margin-top: 0;
margin-right: 20px;
margin-bottom: 0.8em;
color: #f5f5f7;
font-size: 12px;
line-height: 1.33337;
letter-spacing: -0.01em;
font-family: 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'Apple Legacy Chevron', 'Helvetica Neue', 'Helvetica',
'Arial', sans-serif;
}
.gf-dictionary-column-section ~ .gf-dictionary-column-section {
padding-top: 24px;
}
.gf-dictionary-column-section-item {
margin-right: 20px;
margin-bottom: 0.8em;
}
.gf-dictionary-column-section-item-link {
color: #a1a1a6;
}
.gf-footer {
padding: 34px 0 44px;
color: #6e6e73;
}
.gf-footer-shop {
margin-bottom: 7px;
padding-bottom: 8px;
border-bottom: 1px solid #424245;
}
.gf-footer-shop a {
color: #2997ff;
}
.gf-footer-legal {
margin-top: 5px;
}
.gf-footer-legal-copyright {
float: left;
margin-right: 30px;
}
.gf-footer-legal-links {
float: left;
}
.gf-footer-legal-links-item {
border-right: 1px solid #a1a1a6;
margin-right: 7px;
padding-right: 10px;
display: inline-block;
white-space: nowrap;
}
.gf-footer-legal-links-item:last-child {
border: none;
margin: 0;
padding: 0;
}
.gf-footer-legal-link {
color: #a1a1a6;
}
.gf-footer-locale {
float: right;
color: #a1a1a6;
}
@media only screen and (max-width: 767px) {
.gf-content {
padding: 0 16px;
}
.gf-dictionary {
flex-direction: column;
}
.gf-dictionary-column {
flex-basis: auto;
}
.gf-dictionary-column-section ~ .gf-dictionary-column-section {
padding-top: 0px;
}
.gf-dictionary-column-section-title {
font-weight: 400;
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
position: relative;
border-bottom: 1px solid #424245;
}
.gf-dictionary-column-section-title:after {
content: '+';
float: right;
font-size: 14px;
font-weight: normal;
margin-top: -2px;
margin-right: 8px;
}
.gf-dictionary-column-section-item {
display: none;
}
.gf-footer {
padding: 17px 0;
}
.gf-footer-shop {
border: none;
}
.gf-footer-locale {
float: unset;
}
.gf-footer-legal * {
float: unset;
}
.gf-footer-legal {
padding-top: 12px;
}
.gf-footer-legal-links-item {
padding-top: 5px;
}
} | src/css/globalFooter.css | .gf {
background-color: #1d1d1f;
font-size: 12px;
line-height: 1.33337;
letter-spacing: -0.01em;
font-weight: 400;
color: #f5f5f7;
}
.gf-content {
margin: 0 auto;
max-width: 980px;
padding: 0 22px;
}
.gf-dictionary {
display: flex;
flex-wrap: nowrap;
padding-top: 20px;
width: 100%;
}
.gf-dictionary-column {
flex-basis: 25%;
}
.gf-dictionary-column-section-title {
font-weight: 600;
margin-top: 0;
margin-right: 20px;
margin-bottom: 0.8em;
color: #f5f5f7;
font-size: 12px;
line-height: 1.33337;
letter-spacing: -0.01em;
font-family: 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'Apple Legacy Chevron', 'Helvetica Neue', 'Helvetica',
'Arial', sans-serif;
}
.gf-dictionary-column-section ~ .gf-dictionary-column-section {
padding-top: 24px;
}
.gf-dictionary-column-section-item {
margin-right: 20px;
margin-bottom: 0.8em;
}
.gf-dictionary-column-section-item-link {
color: #a1a1a6;
}
.gf-footer {
padding: 34px 0 44px;
color: #6e6e73;
}
.gf-footer-shop {
margin-bottom: 7px;
padding-bottom: 8px;
border-bottom: 1px solid #424245;
}
.gf-footer-shop a {
color: #2997ff;
}
.gf-footer-legal {
margin-top: 5px;
}
.gf-footer-legal-copyright {
float: left;
margin-right: 30px;
}
.gf-footer-legal-links {
float: left;
}
.gf-footer-legal-links-item {
border-right: 1px solid #a1a1a6;
margin-right: 7px;
padding-right: 10px;
display: inline-block;
white-space: nowrap;
}
.gf-footer-legal-links-item:last-child {
border: none;
margin: 0;
padding: 0;
}
.gf-footer-legal-link {
color: #a1a1a6;
}
.gf-footer-locale {
float: right;
color: #a1a1a6;
}
@media only screen and (max-width: 767px) {
.gf-content {
padding: 0 16px;
}
.gf-dictionary {
flex-direction: column;
}
.gf-dictionary-column {
flex-basis: auto;
}
.gf-dictionary-column-section ~ .gf-dictionary-column-section {
padding-top: 0px;
}
.gf-dictionary-column-section-title {
font-weight: 400;
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
position: relative;
border-bottom: 1px solid #424245;
}
.gf-dictionary-column-section-title:after {
content: '+';
float: right;
font-size: 14px;
font-weight: normal;
margin-top: -2px;
margin-right: 8px;
}
.gf-dictionary-column-section-item {
display: none;
}
.gf-footer {
padding: 17px 0;
}
.gf-footer-shop {
border: none;
}
.gf-footer-locale {
float: unset;
}
.gf-footer-legal * {
float: unset;
}
.gf-footer-legal {
padding-top: 12px;
}
.gf-footer-legal-links-item {
padding-top: 5px;
}
} | 0.476336 | 0.099208 |
:root {
--darkTan: #13161B;
--tan: #1C1E21;
--primary: #26C036;
--primaryDark: #199626;
--lightGrey: #D4DBEC;
--mediumGrey: #8B8EA5;
--darkGrey: #3a3c4b;
}
* {
box-sizing: border-box;
}
html, body {
padding: 0;
margin: 0;
}
.container {
width: 100vw;
height: 100vh;
display: flex;
background-color: var(--tan);
}
.login-left {
width: 55%;
height: 100vh;
overflow: hidden;
}
.login-left img {
height: 100%;
object-position: center;
}
.login-right {
width: 45%;
height: 100vh;
display: flex;
flex-direction: column;
padding: 50px 4rem;
}
.action-button-container {
display: flex;
padding: 6px 18px;
border-radius: 100px;
height: 44px;
border: 2px solid var(--darkGrey);
width: fit-content;
cursor: pointer;
transition: 0.25s ease-out;
flex-direction: row;
align-items: center;
}
.action-button-container:hover {
background-color: var(--darkGrey);
transition: 0.25s ease-out;
}
.action-button-container p {
font-family: Regular, sans-serif;
font-size: 15px;
color: var(--primary);
letter-spacing: 0.8px;
}
.action-button-container img {
margin-left: -5px;
transition: .25s ease-out;
}
.login-title {
font-size: 35px;
font-family: 'DM Sans', sans-serif;
letter-spacing: 0.3px;
color: white;
font-weight: 700;
}
label {
font-size: 16px;
color: var(--lightGrey);
font-weight: 400;
font-family: 'DM Sans', sans-serif;
letter-spacing: 0.9px;
}
input {
width: 100%;
height: 48px;
border-radius: 4px;
background-color: var(--darkGrey);
padding: 8px 16px;
font-size: 15px;
font-family: 'DM Sans', sans-serif;
margin: 10px 0;
color: white;
border: none;
outline: none;
letter-spacing: 0.8px;
}
input::placeholder {
color: var(--mediumGrey);
}
.remember-forgot {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
input[type=checkbox] {
width: 16px;
height: 16px;
border-radius: 3px;
background-color: var(--darkGrey);
accent-color: var(--primary)
}
.remember-me {
font-size: 15px;
letter-spacing: 0.8px;
color: var(--mediumGrey);
font-family: 'DM Sans', sans-serif;
}
.forgot-password {
font-size: 15px;
letter-spacing: 0.8px;
color: var(--primary);
font-family: 'DM Sans', sans-serif;
}
.primary-button {
border-radius: 4px;
background-color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
height: 45px;
font-size: 15px;
letter-spacing: 0.8px;
color: white;
font-family: 'DM Sans', sans-serif;
}
.sign-up {
font-size: 15px;
letter-spacing: 0.8px;
color: var(--primary);
font-family: 'DM Sans', sans-serif;
margin: 10px auto;
}
@media only screen and (max-width: 600px) {
.login-left {
width: 0;
}
.login-right {
width: 100%;
padding: 50px 30px;
}
} | login-form-v28/styles.css |
:root {
--darkTan: #13161B;
--tan: #1C1E21;
--primary: #26C036;
--primaryDark: #199626;
--lightGrey: #D4DBEC;
--mediumGrey: #8B8EA5;
--darkGrey: #3a3c4b;
}
* {
box-sizing: border-box;
}
html, body {
padding: 0;
margin: 0;
}
.container {
width: 100vw;
height: 100vh;
display: flex;
background-color: var(--tan);
}
.login-left {
width: 55%;
height: 100vh;
overflow: hidden;
}
.login-left img {
height: 100%;
object-position: center;
}
.login-right {
width: 45%;
height: 100vh;
display: flex;
flex-direction: column;
padding: 50px 4rem;
}
.action-button-container {
display: flex;
padding: 6px 18px;
border-radius: 100px;
height: 44px;
border: 2px solid var(--darkGrey);
width: fit-content;
cursor: pointer;
transition: 0.25s ease-out;
flex-direction: row;
align-items: center;
}
.action-button-container:hover {
background-color: var(--darkGrey);
transition: 0.25s ease-out;
}
.action-button-container p {
font-family: Regular, sans-serif;
font-size: 15px;
color: var(--primary);
letter-spacing: 0.8px;
}
.action-button-container img {
margin-left: -5px;
transition: .25s ease-out;
}
.login-title {
font-size: 35px;
font-family: 'DM Sans', sans-serif;
letter-spacing: 0.3px;
color: white;
font-weight: 700;
}
label {
font-size: 16px;
color: var(--lightGrey);
font-weight: 400;
font-family: 'DM Sans', sans-serif;
letter-spacing: 0.9px;
}
input {
width: 100%;
height: 48px;
border-radius: 4px;
background-color: var(--darkGrey);
padding: 8px 16px;
font-size: 15px;
font-family: 'DM Sans', sans-serif;
margin: 10px 0;
color: white;
border: none;
outline: none;
letter-spacing: 0.8px;
}
input::placeholder {
color: var(--mediumGrey);
}
.remember-forgot {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
input[type=checkbox] {
width: 16px;
height: 16px;
border-radius: 3px;
background-color: var(--darkGrey);
accent-color: var(--primary)
}
.remember-me {
font-size: 15px;
letter-spacing: 0.8px;
color: var(--mediumGrey);
font-family: 'DM Sans', sans-serif;
}
.forgot-password {
font-size: 15px;
letter-spacing: 0.8px;
color: var(--primary);
font-family: 'DM Sans', sans-serif;
}
.primary-button {
border-radius: 4px;
background-color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
height: 45px;
font-size: 15px;
letter-spacing: 0.8px;
color: white;
font-family: 'DM Sans', sans-serif;
}
.sign-up {
font-size: 15px;
letter-spacing: 0.8px;
color: var(--primary);
font-family: 'DM Sans', sans-serif;
margin: 10px auto;
}
@media only screen and (max-width: 600px) {
.login-left {
width: 0;
}
.login-right {
width: 100%;
padding: 50px 30px;
}
} | 0.530966 | 0.128279 |
display: flex;
flex-direction: column;
background-color: var(--color-9);
align-items: center;
justify-content: center;
border-radius: 4px;
width: 230px;
height: 380px;
overflow: hidden;
margin-bottom: 16px;
background-position-x: absolute;
transition: 0.2s;
position: relative;
}
.normal {
border: var(--color-3) 0.2px;
border-style: solid;
box-shadow: var(--color-10) 4px 2px 6px;
}
.normal:hover {
transform: translateY(-5px);
box-shadow: var(--color-10) 5px 3px 7px;
border-style: solid;
}
.hidden {
visibility: hidden;
}
#projectcard-component .img-content {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
height: 720px;
width: 360px;
background-color: var(--color-7);
padding-top: 24px;
padding-bottom: 24px;
}
#projectcard-component img {
width: 190px;
max-height: 720px;
}
#projectcard-component div.content {
display: flex;
flex-direction: column;
padding: 20px;
align-items: center;
justify-content: center;
}
#projectcard-component div.content h3 {
text-align: center;
font-family: var(--title-font);
font-size: 24px;
font-weight: 300;
color: var(--color-4);
margin-top: -2px;
}
#projectcard-component div.content p {
display: flex;
font-family: var(--text-font);
text-align: start;
font-size: 12px;
line-height: 25px;
color: var(--color-6);
max-width: 350px;
height: 148px;
overflow: hidden;
margin-top: -14px;
text-align: justify;
}
@media (min-width: 760px) {
#projectcard-component {
width: 430px;
height: 580px;
}
#projectcard-component .img-content {
overflow: hidden;
height: 200px;
width: 430px;
padding-top: 32px;
}
#projectcard-component div.content {
margin-top: 32px;
padding-bottom: 40px;
}
}
@media (min-width: 1080px) {
#projectcard-component {
flex-direction: row;
justify-content: space-between;
width: 720px;
height: 410px;
margin-bottom: 0px;
margin-top: -32px;
}
#projectcard-component .img-content {
display: flex;
width: 500px;
height: 450px;
align-items: center;
justify-content: center;
}
#projectcard-component img {
width: 300px;
max-height: 300px;
}
#projectcard-component div.content {
gap: 5px;
}
#projectcard-component div.content p {
line-height: 30px;
font-size: 16px;
align-self: center;
width: 360px;
margin-top: -15px;
height: 205px;
}
#projectcard-component div.content h3 {
font-size: 32px;
margin-top: 10px;
}
} | project/src/components/ProjectCard/styles.css | display: flex;
flex-direction: column;
background-color: var(--color-9);
align-items: center;
justify-content: center;
border-radius: 4px;
width: 230px;
height: 380px;
overflow: hidden;
margin-bottom: 16px;
background-position-x: absolute;
transition: 0.2s;
position: relative;
}
.normal {
border: var(--color-3) 0.2px;
border-style: solid;
box-shadow: var(--color-10) 4px 2px 6px;
}
.normal:hover {
transform: translateY(-5px);
box-shadow: var(--color-10) 5px 3px 7px;
border-style: solid;
}
.hidden {
visibility: hidden;
}
#projectcard-component .img-content {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
height: 720px;
width: 360px;
background-color: var(--color-7);
padding-top: 24px;
padding-bottom: 24px;
}
#projectcard-component img {
width: 190px;
max-height: 720px;
}
#projectcard-component div.content {
display: flex;
flex-direction: column;
padding: 20px;
align-items: center;
justify-content: center;
}
#projectcard-component div.content h3 {
text-align: center;
font-family: var(--title-font);
font-size: 24px;
font-weight: 300;
color: var(--color-4);
margin-top: -2px;
}
#projectcard-component div.content p {
display: flex;
font-family: var(--text-font);
text-align: start;
font-size: 12px;
line-height: 25px;
color: var(--color-6);
max-width: 350px;
height: 148px;
overflow: hidden;
margin-top: -14px;
text-align: justify;
}
@media (min-width: 760px) {
#projectcard-component {
width: 430px;
height: 580px;
}
#projectcard-component .img-content {
overflow: hidden;
height: 200px;
width: 430px;
padding-top: 32px;
}
#projectcard-component div.content {
margin-top: 32px;
padding-bottom: 40px;
}
}
@media (min-width: 1080px) {
#projectcard-component {
flex-direction: row;
justify-content: space-between;
width: 720px;
height: 410px;
margin-bottom: 0px;
margin-top: -32px;
}
#projectcard-component .img-content {
display: flex;
width: 500px;
height: 450px;
align-items: center;
justify-content: center;
}
#projectcard-component img {
width: 300px;
max-height: 300px;
}
#projectcard-component div.content {
gap: 5px;
}
#projectcard-component div.content p {
line-height: 30px;
font-size: 16px;
align-self: center;
width: 360px;
margin-top: -15px;
height: 205px;
}
#projectcard-component div.content h3 {
font-size: 32px;
margin-top: 10px;
}
} | 0.461745 | 0.092483 |
html, body {
margin: 0;
height: 100%;
}
.carousel-caption {
padding-top: 0;
padding-bottom: 0;
bottom: 0;
font-weight: 700;
}
.carousel-caption-left {
font-size: 4vw;
font-weight: 700;
}
.carousel-caption-right {
}
#header {
position: absolute;
background-color: #202833;
height: 7%;
width: 100%;
z-index: 10;
}
#logo {
height: 100%;
margin-left: 25px;
margin-top: 10px;
}
#fullScreenButton{
position:absolute;
z-index: 1;
background-color: red;
color: white;
font-size: 25px;
padding-left: 7px;
padding-right: 7px;
right: 25px;
bottom: 40px;
height: 40px;
width: 40px;
visibility: visible;
box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
#fullScreenButton, input, textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
}
#fullScreenButton svg {
display: block !important;
}
/* to the body element */
.noscroll { overflow: hidden; }
.overlay {
position: fixed;
overflow-y: scroll;
top: 0; right: 0; bottom: 0; left: 0; }
[aria-hidden="true"] { display: none; }
[aria-hidden="false"] { display: block; }
.home #hgroup-wrap { display: none; }
.container-fluid {
padding: 0;
text-align: center;
max-width: unset;
}
#map {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
#carouselContainer {
height: 34%;
text-align: center;
position: absolute;
z-index: 1;
top: 7%;
}
.carousel {
padding: 0;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
border-bottom: 5px #202833 solid;
}
.carousel-inner {
height: 100%;
background-color: white;
}
.carousel-control-next, .carousel-control-prev,.carousel-control-next:hover, .carousel-control-prev:hover,
.carousel-control-next:focus, .carousel-control-prev:focus {
background-color: black;
opacity: 0.1;
}
.carousel-control-next:active, .carousel-control-prev:active {
background-color: black;
opacity: 0.3;
}
.car-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.carousel-indicators {
margin-right: 25%;
margin-left: 25%;
top: 10px;
bottom: 0;
height: 20px !important;
}
.carousel-indicators li {
width: 15px;
/* height: 10px; */
}
@media (min-width : 1224px) {
.car-img {
margin-top: -80px;
}
}
@media (orientation:landscape) {
.car-img {
width: 50%;
}
#myCarousel {
height: 100%;
}
.carousel {
height: 45%;
}
.carousel-control-next, .carousel-control-prev {
width: 25%;
}
.carousel-caption {
font-size: 2vw;
bottom: 60px;
}
.carousel-caption-left {
font-size:2vw;
}
}
@media only screen and (max-width: 1080px) {
#banner-area-wrapper {display: none;}
}
@supports (-webkit-overflow-scrolling: touch) {
#fullScreenButton{
position:absolute;
z-index: 1;
color: #202833;
font-size: 25px;
padding-left: 7px;
padding-right: 7px;
right: 25px;
bottom: 40px;
height: 40px;
width: 40px;
visibility: visible;
box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
} | mural/static/base.css | html, body {
margin: 0;
height: 100%;
}
.carousel-caption {
padding-top: 0;
padding-bottom: 0;
bottom: 0;
font-weight: 700;
}
.carousel-caption-left {
font-size: 4vw;
font-weight: 700;
}
.carousel-caption-right {
}
#header {
position: absolute;
background-color: #202833;
height: 7%;
width: 100%;
z-index: 10;
}
#logo {
height: 100%;
margin-left: 25px;
margin-top: 10px;
}
#fullScreenButton{
position:absolute;
z-index: 1;
background-color: red;
color: white;
font-size: 25px;
padding-left: 7px;
padding-right: 7px;
right: 25px;
bottom: 40px;
height: 40px;
width: 40px;
visibility: visible;
box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
#fullScreenButton, input, textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
}
#fullScreenButton svg {
display: block !important;
}
/* to the body element */
.noscroll { overflow: hidden; }
.overlay {
position: fixed;
overflow-y: scroll;
top: 0; right: 0; bottom: 0; left: 0; }
[aria-hidden="true"] { display: none; }
[aria-hidden="false"] { display: block; }
.home #hgroup-wrap { display: none; }
.container-fluid {
padding: 0;
text-align: center;
max-width: unset;
}
#map {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
#carouselContainer {
height: 34%;
text-align: center;
position: absolute;
z-index: 1;
top: 7%;
}
.carousel {
padding: 0;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
border-bottom: 5px #202833 solid;
}
.carousel-inner {
height: 100%;
background-color: white;
}
.carousel-control-next, .carousel-control-prev,.carousel-control-next:hover, .carousel-control-prev:hover,
.carousel-control-next:focus, .carousel-control-prev:focus {
background-color: black;
opacity: 0.1;
}
.carousel-control-next:active, .carousel-control-prev:active {
background-color: black;
opacity: 0.3;
}
.car-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.carousel-indicators {
margin-right: 25%;
margin-left: 25%;
top: 10px;
bottom: 0;
height: 20px !important;
}
.carousel-indicators li {
width: 15px;
/* height: 10px; */
}
@media (min-width : 1224px) {
.car-img {
margin-top: -80px;
}
}
@media (orientation:landscape) {
.car-img {
width: 50%;
}
#myCarousel {
height: 100%;
}
.carousel {
height: 45%;
}
.carousel-control-next, .carousel-control-prev {
width: 25%;
}
.carousel-caption {
font-size: 2vw;
bottom: 60px;
}
.carousel-caption-left {
font-size:2vw;
}
}
@media only screen and (max-width: 1080px) {
#banner-area-wrapper {display: none;}
}
@supports (-webkit-overflow-scrolling: touch) {
#fullScreenButton{
position:absolute;
z-index: 1;
color: #202833;
font-size: 25px;
padding-left: 7px;
padding-right: 7px;
right: 25px;
bottom: 40px;
height: 40px;
width: 40px;
visibility: visible;
box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
} | 0.342572 | 0.069289 |
body {
background-color: #f9fafb;
margin-top: 20px;
}
.profile-page .profile-header {
box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
border: 1px solid #f2f4f9;
}
.profile-page .profile-header .cover {
position: relative;
border-radius: .25rem .25rem 0 0;
}
.profile-page .profile-header .cover figure {
margin-bottom: 0;
}
@media (max-width: 767px) {
.profile-page .profile-header .cover figure {
height: 110px;
overflow: hidden;
}
}
@media (min-width: 2400px) {
.profile-page .profile-header .cover figure {
height: 280px;
overflow: hidden;
}
}
.profile-page .profile-header .cover figure img {
border-radius: .25rem .25rem 0 0;
width: 100%;
}
@media (max-width: 767px) {
.profile-page .profile-header .cover figure img {
-webkit-transform: scale(2);
transform: scale(2);
margin-top: 15px;
}
}
@media (min-width: 2400px) {
.profile-page .profile-header .cover figure img {
margin-top: -55px;
}
}
.profile-page .profile-header .cover .gray-shade {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: linear-gradient(rgba(255, 255, 255, 0.1), #fff 99%);
}
.profile-page .profile-header .cover .cover-body {
position: absolute;
bottom: -20px;
left: 0;
z-index: 2;
width: 100%;
padding: 0 20px;
}
.profile-page .profile-header .cover .cover-body .profile-pic {
width: 100px;
}
@media (max-width: 767px) {
.profile-page .profile-header .cover .cover-body .profile-pic {
width: 70px;
}
}
.profile-page .profile-header .cover .cover-body .profile-name {
font-size: 20px;
font-weight: 600;
margin-left: 17px;
}
.profile-name {
font-family: 'Sacramento', cursive;
font-size: 20px;
font-weight: 600;
margin-left: 17px;
}
.profile-page .profile-header .header-links {
padding: 15px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
background: #fff;
border-radius: 0 0 .25rem .25rem;
}
.profile-page .profile-header .header-links ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.profile-page .profile-header .header-links ul li a {
color: #000;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.profile-page .profile-header .header-links ul li:hover,
.profile-page .profile-header .header-links ul li.active {
color: #727cf5;
}
.profile-page .profile-header .header-links ul li:hover a,
.profile-page .profile-header .header-links ul li.active a {
color: #727cf5;
}
.profile-page .profile-body .left-wrapper .social-links a {
width: 30px;
height: 30px;
}
.profile-page .profile-body .right-wrapper .latest-photos>.row {
margin-right: 0;
margin-left: 0;
}
.profile-page .profile-body .right-wrapper .latest-photos>.row>div {
padding-left: 3px;
padding-right: 3px;
}
.profile-page .profile-body .right-wrapper .latest-photos>.row>div figure {
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
margin-bottom: 6px;
}
.profile-page .profile-body .right-wrapper .latest-photos>.row>div figure:hover {
-webkit-transform: scale(1.06);
transform: scale(1.06);
}
.profile-page .profile-body .right-wrapper .latest-photos>.row>div figure img {
border-radius: .25rem;
}
.rtl .profile-page .profile-header .cover .cover-body .profile-name {
margin-left: 0;
margin-right: 17px;
}
.img-xs {
width: 37px;
height: 37px;
}
.rounded-circle {
border-radius: 50% !important;
}
img {
vertical-align: middle;
border-style: none;
}
.card-header:first-child {
border-radius: 0 0 0 0;
}
.card-header {
padding: 0.875rem 1.5rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0);
border-bottom: 1px solid #f2f4f9;
}
.card-footer:last-child {
border-radius: 0 0 0 0;
}
.card-footer {
padding: 0.875rem 1.5rem;
background-color: rgba(0, 0, 0, 0);
border-top: 1px solid #f2f4f9;
}
.grid-margin {
margin-bottom: 1rem;
}
.card {
box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
-webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
-moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
-ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
}
.rounded {
border-radius: 0.25rem !important;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid #f2f4f9;
border-radius: 0.25rem;
}
/* profile */
.profile-pic {
width: 100px;
height: 100px;
border-radius: 50%;
}
.space-name {
font-color: #F4F9F9;
font-family: 'Sacramento', cursive;
font-size: 1.75rem;
font-weight: bolder;
line-height: 2;
margin: 10px auto 0 auto;
}
/* Dev Stage */
.baby-age {
color: #5C33F6;
font-family: 'Ribeye Marrow', cursive;
text-align: center;
}
.baby-stage {
text-align: center;
}
/* profile container */
.profile-container {
height: 120px;
}
.profile-left-container {
width: 20%;
float: left;
}
.profile-right-container {
width: 80%;
float: right;
}
.description {
text-align: center;
color: #2541B2;
font-family: 'Sacramento', cursive;
font-size: 1.0rem;
font-weight: normal;
padding-bottom: 5px;
}
.mg-top-10 {
text-align: center;
}
/*moment*/
.create-moment-link {
color: #E8F0F2;
}
.moment-title {
color: #04009A;
font-family: 'Pacifico', cursive;
font-weight: bolder;
}
.moment-content {
text-align: justify;
text-justify: inter-word;
}
.moment-author-and-date {
margin-bottom: 0px;
font-family: 'Pacifico', cursive;
font-weight: bolder;
}
.moment-action {
margin-bottom: 0px;
}
.like-list {
margin-bottom: 0px;
}
.like-heart {
width: 14%;
height: 12%;
}
/*moment*/
.create-moment-link {
color: #E8F0F2
}
.moment-title {
font-family: 'Style Script', cursive;
color: #B2B1B9
font-weight: bolder;
}
.moment-content {
text-align: justify;
text-justify: inter-word;
}
/*
comment
*/
.comments-list {
padding: 0;
margin-top: 20px;
list-style-type: none;
}
.comments-list .comment {
display: block;
width: 100%;
margin: 20px 0;
}
.comments-list .comment .avatar {
width: 35px;
height: 35px;
}
.comments-list .comment .comment-heading {
display: block;
width: 100%;
}
.comments-list .comment .comment-heading .user {
font-size: 14px;
font-weight: bold;
display: inline;
margin-top: 0;
margin-right: 10px;
}
.comments-list .comment .comment-heading .time {
font-size: 12px;
color: #aaa;
margin-top: 0;
display: inline;
}
.comments-list .comment .comment-body {
margin-left: 1em;
}
.comments-list .comment > .comments-list {
margin-left: 1em;
} | src/main/resources/public/css/space_styles.css | body {
background-color: #f9fafb;
margin-top: 20px;
}
.profile-page .profile-header {
box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
border: 1px solid #f2f4f9;
}
.profile-page .profile-header .cover {
position: relative;
border-radius: .25rem .25rem 0 0;
}
.profile-page .profile-header .cover figure {
margin-bottom: 0;
}
@media (max-width: 767px) {
.profile-page .profile-header .cover figure {
height: 110px;
overflow: hidden;
}
}
@media (min-width: 2400px) {
.profile-page .profile-header .cover figure {
height: 280px;
overflow: hidden;
}
}
.profile-page .profile-header .cover figure img {
border-radius: .25rem .25rem 0 0;
width: 100%;
}
@media (max-width: 767px) {
.profile-page .profile-header .cover figure img {
-webkit-transform: scale(2);
transform: scale(2);
margin-top: 15px;
}
}
@media (min-width: 2400px) {
.profile-page .profile-header .cover figure img {
margin-top: -55px;
}
}
.profile-page .profile-header .cover .gray-shade {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: linear-gradient(rgba(255, 255, 255, 0.1), #fff 99%);
}
.profile-page .profile-header .cover .cover-body {
position: absolute;
bottom: -20px;
left: 0;
z-index: 2;
width: 100%;
padding: 0 20px;
}
.profile-page .profile-header .cover .cover-body .profile-pic {
width: 100px;
}
@media (max-width: 767px) {
.profile-page .profile-header .cover .cover-body .profile-pic {
width: 70px;
}
}
.profile-page .profile-header .cover .cover-body .profile-name {
font-size: 20px;
font-weight: 600;
margin-left: 17px;
}
.profile-name {
font-family: 'Sacramento', cursive;
font-size: 20px;
font-weight: 600;
margin-left: 17px;
}
.profile-page .profile-header .header-links {
padding: 15px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
background: #fff;
border-radius: 0 0 .25rem .25rem;
}
.profile-page .profile-header .header-links ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.profile-page .profile-header .header-links ul li a {
color: #000;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.profile-page .profile-header .header-links ul li:hover,
.profile-page .profile-header .header-links ul li.active {
color: #727cf5;
}
.profile-page .profile-header .header-links ul li:hover a,
.profile-page .profile-header .header-links ul li.active a {
color: #727cf5;
}
.profile-page .profile-body .left-wrapper .social-links a {
width: 30px;
height: 30px;
}
.profile-page .profile-body .right-wrapper .latest-photos>.row {
margin-right: 0;
margin-left: 0;
}
.profile-page .profile-body .right-wrapper .latest-photos>.row>div {
padding-left: 3px;
padding-right: 3px;
}
.profile-page .profile-body .right-wrapper .latest-photos>.row>div figure {
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
margin-bottom: 6px;
}
.profile-page .profile-body .right-wrapper .latest-photos>.row>div figure:hover {
-webkit-transform: scale(1.06);
transform: scale(1.06);
}
.profile-page .profile-body .right-wrapper .latest-photos>.row>div figure img {
border-radius: .25rem;
}
.rtl .profile-page .profile-header .cover .cover-body .profile-name {
margin-left: 0;
margin-right: 17px;
}
.img-xs {
width: 37px;
height: 37px;
}
.rounded-circle {
border-radius: 50% !important;
}
img {
vertical-align: middle;
border-style: none;
}
.card-header:first-child {
border-radius: 0 0 0 0;
}
.card-header {
padding: 0.875rem 1.5rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0);
border-bottom: 1px solid #f2f4f9;
}
.card-footer:last-child {
border-radius: 0 0 0 0;
}
.card-footer {
padding: 0.875rem 1.5rem;
background-color: rgba(0, 0, 0, 0);
border-top: 1px solid #f2f4f9;
}
.grid-margin {
margin-bottom: 1rem;
}
.card {
box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
-webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
-moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
-ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
}
.rounded {
border-radius: 0.25rem !important;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid #f2f4f9;
border-radius: 0.25rem;
}
/* profile */
.profile-pic {
width: 100px;
height: 100px;
border-radius: 50%;
}
.space-name {
font-color: #F4F9F9;
font-family: 'Sacramento', cursive;
font-size: 1.75rem;
font-weight: bolder;
line-height: 2;
margin: 10px auto 0 auto;
}
/* Dev Stage */
.baby-age {
color: #5C33F6;
font-family: 'Ribeye Marrow', cursive;
text-align: center;
}
.baby-stage {
text-align: center;
}
/* profile container */
.profile-container {
height: 120px;
}
.profile-left-container {
width: 20%;
float: left;
}
.profile-right-container {
width: 80%;
float: right;
}
.description {
text-align: center;
color: #2541B2;
font-family: 'Sacramento', cursive;
font-size: 1.0rem;
font-weight: normal;
padding-bottom: 5px;
}
.mg-top-10 {
text-align: center;
}
/*moment*/
.create-moment-link {
color: #E8F0F2;
}
.moment-title {
color: #04009A;
font-family: 'Pacifico', cursive;
font-weight: bolder;
}
.moment-content {
text-align: justify;
text-justify: inter-word;
}
.moment-author-and-date {
margin-bottom: 0px;
font-family: 'Pacifico', cursive;
font-weight: bolder;
}
.moment-action {
margin-bottom: 0px;
}
.like-list {
margin-bottom: 0px;
}
.like-heart {
width: 14%;
height: 12%;
}
/*moment*/
.create-moment-link {
color: #E8F0F2
}
.moment-title {
font-family: 'Style Script', cursive;
color: #B2B1B9
font-weight: bolder;
}
.moment-content {
text-align: justify;
text-justify: inter-word;
}
/*
comment
*/
.comments-list {
padding: 0;
margin-top: 20px;
list-style-type: none;
}
.comments-list .comment {
display: block;
width: 100%;
margin: 20px 0;
}
.comments-list .comment .avatar {
width: 35px;
height: 35px;
}
.comments-list .comment .comment-heading {
display: block;
width: 100%;
}
.comments-list .comment .comment-heading .user {
font-size: 14px;
font-weight: bold;
display: inline;
margin-top: 0;
margin-right: 10px;
}
.comments-list .comment .comment-heading .time {
font-size: 12px;
color: #aaa;
margin-top: 0;
display: inline;
}
.comments-list .comment .comment-body {
margin-left: 1em;
}
.comments-list .comment > .comments-list {
margin-left: 1em;
} | 0.456894 | 0.06165 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');
*,
*::before,
*::after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
html{
font-size: 62.5%;
font-family: "Open Sans", sans-serif;
}
body{
line-height: 1.4;
}
h1,h2,h3,h4,h5,h6{
font-weight: 700;
line-height: 2;
color: #333333;
}
p{
color: #333333;
}
a{
text-decoration: none;
transition: all 450ms ease;
}
ul li{
list-style: none;
}
img{
max-width: 100%;
height: auto;
}
#scrollUp{
background-image: url('../img/up-arrow\ \(1\).png');
background-repeat: no-repeat;
height: 5rem;
width: 5rem;
display: block;
bottom: 5px;
right: 5px;
}
.slicknav_menu{
display: none;
}
.top{
background-color: #a88c95;
}
.container{
max-width: 115rem;
width: 100%;
padding: 0 1.5rem;
margin: 0 auto;
}
.topsection{
display: flex;
justify-content: space-between;
align-items: center;
height: 5rem;
}
.social{
flex-basis: 70%;
}
.social a{
width: 30px;
height: 30px;
font-size: 1.3rem;
background-color: #d2d2d2;
color: #97455f;
display: inline-flex;
margin-right: .5rem;
justify-content: center;
align-items: center;
border-radius: 100%;
}
.social a:hover{
background-color: #918b8b;
color: #ffffff;
}
.topsection form{
max-width: 30rem;
display: flex;
padding: .8rem 0;
}
.topsection form input[type=text]{
width: 22rem;
border: 0;
background-color: #ffffff;
padding: .8rem 1rem;
outline: none;
border-radius: .5rem 0 0 .5rem;
color: #333333;
}
.topsection form input[type=submit]{
width: 8rem;
border: 0;
border-radius: 0 .5rem .5rem 0;
background-color: #97455f;
color: #ffffff;
font-weight: 600;
cursor: pointer;
}
.topsection form input[type=submit]:hover{
background-color: #6a3144;
}
.logo{
text-align: center;
margin: 2rem 0;
}
nav{
background-color: #97455f;
}
.main_nav{
text-align: center;
}
.main_nav li{
display: inline-block;
}
.main_nav li a{
display: block;
color: #ffffff;
text-transform: uppercase;
padding: 1.5rem;
font-size: 1.4rem;
}
.main_nav li a:hover{
background-color: #6a3144;
}
.bx-wrapper{
box-shadow: none;
border: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
bottom: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: transparent;
width: 30px;
height: 30px;
margin: 0 8px;
border: .1rem solid #6a3144;
border-radius: 100px;
/* transtion: all 650ms ease-in; */
}
.bx-wrapper .bx-pager.bx-default-pager a:focus{
outline: .1rem solid #523827;
outline-offset: .3rem;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
background: #97455f;
}
.hero-text h2{
font-size: 3rem;
max-width: 52rem;
}
.hero-text p{
font-size: 1.8rem;
margin-bottom: 3rem;
}
.hero-text a{
color: #ffffff;
background-color: #6a3144;
padding: 1rem 1.2rem;
font-size: 1.4rem;
}
#service{
background-color: #f5f5f5;
margin-top: 2rem;
}
.service-text{
text-align: center;
padding-top: 3rem;
}
.service-text h2{
font-size: 3rem;
color: #6a3144;
}
.service-text p{
font-size: 1.8rem;
margin-bottom: 3rem;
}
.item1{
position: relative;
padding: 3rem;
transition: all 650ms ease;
}
.item1 h1 {
font-size: 8rem;
opacity: .2;
line-height: 0;
position: absolute;
top: 3.5rem;
left: -0.5rem;
padding: 4.5rem;
}
.content{
margin-top: 6.5rem;
margin-left: 8.2rem;
padding-right: 1rem;
padding-bottom: 1rem;
}
.content h4 a{
font-size: 1.8rem;
margin-bottom: 1rem;
text-transform: uppercase;
color: #523827;
line-height: 1.2;
}
.content p{
font-size: 1.4rem;
margin-right: -1rem;
margin-left: -2rem;
margin-top: 2rem;
}
.col:nth-child(4){
margin-left: 0;
}
.item1:hover{
box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
background-color: #ffffff;
}
#contact{
text-align: center;
background: url('../img/edou-hoekstra-vVZw0AI05z4-unsplash.jpg');
background-position: center;
background-attachment: fixed;
}
.contact-text h2{
font-size: 3rem;
padding-top: 3rem;
color: #ffffff;
}
#contact form{
max-width: 90rem;
margin: 0 auto;
}
#contact input{
width: 100%;
padding: 1rem;
border-radius: .5rem;
border: 0;
font-size: 1.4rem;
color: #333333;
outline: none;
}
#contact textarea{
width: 100%;
border-radius: .5rem;
border: 0;
margin: .7rem 0;
padding: 1rem;
font-size: 1.4rem;
color: #333333;
outline: none;
}
button{
border: 0;
padding: 1rem 5rem;
text-transform: uppercase;
border-radius: 2rem;
background-color: #97455f;
color: #ffffff;
font-weight: 900;
cursor: pointer;
margin-top: 1rem;
margin-bottom: 3rem;
}
button:hover{
background-color: #6a3144;
}
footer{
text-align: center;
}
footer img{
padding: 3rem 0;
} | Project 3/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');
*,
*::before,
*::after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
html{
font-size: 62.5%;
font-family: "Open Sans", sans-serif;
}
body{
line-height: 1.4;
}
h1,h2,h3,h4,h5,h6{
font-weight: 700;
line-height: 2;
color: #333333;
}
p{
color: #333333;
}
a{
text-decoration: none;
transition: all 450ms ease;
}
ul li{
list-style: none;
}
img{
max-width: 100%;
height: auto;
}
#scrollUp{
background-image: url('../img/up-arrow\ \(1\).png');
background-repeat: no-repeat;
height: 5rem;
width: 5rem;
display: block;
bottom: 5px;
right: 5px;
}
.slicknav_menu{
display: none;
}
.top{
background-color: #a88c95;
}
.container{
max-width: 115rem;
width: 100%;
padding: 0 1.5rem;
margin: 0 auto;
}
.topsection{
display: flex;
justify-content: space-between;
align-items: center;
height: 5rem;
}
.social{
flex-basis: 70%;
}
.social a{
width: 30px;
height: 30px;
font-size: 1.3rem;
background-color: #d2d2d2;
color: #97455f;
display: inline-flex;
margin-right: .5rem;
justify-content: center;
align-items: center;
border-radius: 100%;
}
.social a:hover{
background-color: #918b8b;
color: #ffffff;
}
.topsection form{
max-width: 30rem;
display: flex;
padding: .8rem 0;
}
.topsection form input[type=text]{
width: 22rem;
border: 0;
background-color: #ffffff;
padding: .8rem 1rem;
outline: none;
border-radius: .5rem 0 0 .5rem;
color: #333333;
}
.topsection form input[type=submit]{
width: 8rem;
border: 0;
border-radius: 0 .5rem .5rem 0;
background-color: #97455f;
color: #ffffff;
font-weight: 600;
cursor: pointer;
}
.topsection form input[type=submit]:hover{
background-color: #6a3144;
}
.logo{
text-align: center;
margin: 2rem 0;
}
nav{
background-color: #97455f;
}
.main_nav{
text-align: center;
}
.main_nav li{
display: inline-block;
}
.main_nav li a{
display: block;
color: #ffffff;
text-transform: uppercase;
padding: 1.5rem;
font-size: 1.4rem;
}
.main_nav li a:hover{
background-color: #6a3144;
}
.bx-wrapper{
box-shadow: none;
border: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
bottom: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: transparent;
width: 30px;
height: 30px;
margin: 0 8px;
border: .1rem solid #6a3144;
border-radius: 100px;
/* transtion: all 650ms ease-in; */
}
.bx-wrapper .bx-pager.bx-default-pager a:focus{
outline: .1rem solid #523827;
outline-offset: .3rem;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
background: #97455f;
}
.hero-text h2{
font-size: 3rem;
max-width: 52rem;
}
.hero-text p{
font-size: 1.8rem;
margin-bottom: 3rem;
}
.hero-text a{
color: #ffffff;
background-color: #6a3144;
padding: 1rem 1.2rem;
font-size: 1.4rem;
}
#service{
background-color: #f5f5f5;
margin-top: 2rem;
}
.service-text{
text-align: center;
padding-top: 3rem;
}
.service-text h2{
font-size: 3rem;
color: #6a3144;
}
.service-text p{
font-size: 1.8rem;
margin-bottom: 3rem;
}
.item1{
position: relative;
padding: 3rem;
transition: all 650ms ease;
}
.item1 h1 {
font-size: 8rem;
opacity: .2;
line-height: 0;
position: absolute;
top: 3.5rem;
left: -0.5rem;
padding: 4.5rem;
}
.content{
margin-top: 6.5rem;
margin-left: 8.2rem;
padding-right: 1rem;
padding-bottom: 1rem;
}
.content h4 a{
font-size: 1.8rem;
margin-bottom: 1rem;
text-transform: uppercase;
color: #523827;
line-height: 1.2;
}
.content p{
font-size: 1.4rem;
margin-right: -1rem;
margin-left: -2rem;
margin-top: 2rem;
}
.col:nth-child(4){
margin-left: 0;
}
.item1:hover{
box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
background-color: #ffffff;
}
#contact{
text-align: center;
background: url('../img/edou-hoekstra-vVZw0AI05z4-unsplash.jpg');
background-position: center;
background-attachment: fixed;
}
.contact-text h2{
font-size: 3rem;
padding-top: 3rem;
color: #ffffff;
}
#contact form{
max-width: 90rem;
margin: 0 auto;
}
#contact input{
width: 100%;
padding: 1rem;
border-radius: .5rem;
border: 0;
font-size: 1.4rem;
color: #333333;
outline: none;
}
#contact textarea{
width: 100%;
border-radius: .5rem;
border: 0;
margin: .7rem 0;
padding: 1rem;
font-size: 1.4rem;
color: #333333;
outline: none;
}
button{
border: 0;
padding: 1rem 5rem;
text-transform: uppercase;
border-radius: 2rem;
background-color: #97455f;
color: #ffffff;
font-weight: 900;
cursor: pointer;
margin-top: 1rem;
margin-bottom: 3rem;
}
button:hover{
background-color: #6a3144;
}
footer{
text-align: center;
}
footer img{
padding: 3rem 0;
} | 0.28897 | 0.046965 |
* 1) General Styling
* ================================================== */
.special_page {
background-color: #fafafa;
}
/* ==================================================
* 2) Top Background
* ================================================== */
.special_page > .top {
height: 359px;
width: 100%;
position: absolute;
/* The blue background gradient */
background: #608dbe; /* Old browsers */
background: rgb(54,111,172); /* Old browsers */
background: -moz-linear-gradient(top, rgba(54,111,172,1) 0%, rgba(24,75,130,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,111,172,1)), color-stop(100%,rgba(24,75,130,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(54,111,172,1) 0%,rgba(24,75,130,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(54,111,172,1) 0%,rgba(24,75,130,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(54,111,172,1) 0%,rgba(24,75,130,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(54,111,172,1) 0%,rgba(24,75,130,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366fac', endColorstr='#184b82',GradientType=0 ); /* IE6-9 */
/* Other colorfull stuff */
border-bottom: 1px solid #0d3259;
box-shadow: 0 2px 5px rgba(17, 16, 13, 0.5);
}
.special_page > .top .gradient {
position: absolute;
width: 100%;
top: 360px;
height: 270px;
/* The light grey gradient */
background: #e3e3e3; /* Old browsers */
background: -moz-linear-gradient(top, #e3e3e3 0%, #fafafa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e3e3e3 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e3e3e3 0%,#fafafa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e3e3e3 0%,#fafafa 100%); /* IE10+ */
background: linear-gradient(top, #e3e3e3 0%,#fafafa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.special_page > .top .white {
position: absolute;
height: 1px;
width: 787px;
top:358px;
margin: 0 auto;
left: 0px; right: 0px;
background: url(../img/special-page/white-line.png);
z-index: 99;
}
.special_page > .top .shadow {
z-index: 80;
background: url(../img/special-page/white-line-shadow.png);
height: 25px;
width: 460px;
position: absolute;
top: 360px;
margin: 0 auto;
left: 0px; right: 0px;
z-index: 99;
}
/* ==================================================
* 3) Content
* ================================================== */
.special_page > .content .background {
z-index: 99;
position: absolute;
top: 0;
left: 0; right: 0;
margin: 0 auto;
width: 790px;
height: 167px;
background: url(../img/special-page/header.png);
}
/* ==================================================
* 4) Title
* ================================================== */
.special_page h1 {
position: absolute;
top: 60px;
left: 0; right: 0;
margin: 0;
z-index: 101;
}
.special_page h1 {
color: #fff;
font-size: 40px;
font-weight: bold;
text-align: center;
text-shadow: 0 0 5px rgba(10, 50, 92, 0.75);
}
/* ==================================================
* 5) Box
* ================================================== */
.special_page .wrapper {
position: absolute;
width: 400px;
top: 250px;
left: 0; right: 0;
margin: 0 auto;
z-index: 101;
}
.special_page .box {
z-index: 110;
margin: 0 auto;
position: relative;
}
.special_page .wrapper .shadow {
width: 372px;
height: 18px;
bottom: -10px;
margin: 0 auto;
margin-top: -7px;
background: url(../img/special-page/box-shadow.png);
z-index: 99;
}
/* ==================================================
* 6) Error
* ================================================== */
.error_nr h1 {
margin-top: 50px;
color: #FFFFFF;
font-size: 200px;
text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #C9C9C9, 0 3px 0 #BBBBBB, 0 4px 0 #B9B9B9, 0 5px 0 #AAAAAA, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
.error_text {
position: absolute;
top: 380px;
width: 100%;
text-align: center;
}
.error_text a.button {
display: inline-block;
} | public/admininterface/css/special-page.css | * 1) General Styling
* ================================================== */
.special_page {
background-color: #fafafa;
}
/* ==================================================
* 2) Top Background
* ================================================== */
.special_page > .top {
height: 359px;
width: 100%;
position: absolute;
/* The blue background gradient */
background: #608dbe; /* Old browsers */
background: rgb(54,111,172); /* Old browsers */
background: -moz-linear-gradient(top, rgba(54,111,172,1) 0%, rgba(24,75,130,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,111,172,1)), color-stop(100%,rgba(24,75,130,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(54,111,172,1) 0%,rgba(24,75,130,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(54,111,172,1) 0%,rgba(24,75,130,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(54,111,172,1) 0%,rgba(24,75,130,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(54,111,172,1) 0%,rgba(24,75,130,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366fac', endColorstr='#184b82',GradientType=0 ); /* IE6-9 */
/* Other colorfull stuff */
border-bottom: 1px solid #0d3259;
box-shadow: 0 2px 5px rgba(17, 16, 13, 0.5);
}
.special_page > .top .gradient {
position: absolute;
width: 100%;
top: 360px;
height: 270px;
/* The light grey gradient */
background: #e3e3e3; /* Old browsers */
background: -moz-linear-gradient(top, #e3e3e3 0%, #fafafa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e3e3e3 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e3e3e3 0%,#fafafa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e3e3e3 0%,#fafafa 100%); /* IE10+ */
background: linear-gradient(top, #e3e3e3 0%,#fafafa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.special_page > .top .white {
position: absolute;
height: 1px;
width: 787px;
top:358px;
margin: 0 auto;
left: 0px; right: 0px;
background: url(../img/special-page/white-line.png);
z-index: 99;
}
.special_page > .top .shadow {
z-index: 80;
background: url(../img/special-page/white-line-shadow.png);
height: 25px;
width: 460px;
position: absolute;
top: 360px;
margin: 0 auto;
left: 0px; right: 0px;
z-index: 99;
}
/* ==================================================
* 3) Content
* ================================================== */
.special_page > .content .background {
z-index: 99;
position: absolute;
top: 0;
left: 0; right: 0;
margin: 0 auto;
width: 790px;
height: 167px;
background: url(../img/special-page/header.png);
}
/* ==================================================
* 4) Title
* ================================================== */
.special_page h1 {
position: absolute;
top: 60px;
left: 0; right: 0;
margin: 0;
z-index: 101;
}
.special_page h1 {
color: #fff;
font-size: 40px;
font-weight: bold;
text-align: center;
text-shadow: 0 0 5px rgba(10, 50, 92, 0.75);
}
/* ==================================================
* 5) Box
* ================================================== */
.special_page .wrapper {
position: absolute;
width: 400px;
top: 250px;
left: 0; right: 0;
margin: 0 auto;
z-index: 101;
}
.special_page .box {
z-index: 110;
margin: 0 auto;
position: relative;
}
.special_page .wrapper .shadow {
width: 372px;
height: 18px;
bottom: -10px;
margin: 0 auto;
margin-top: -7px;
background: url(../img/special-page/box-shadow.png);
z-index: 99;
}
/* ==================================================
* 6) Error
* ================================================== */
.error_nr h1 {
margin-top: 50px;
color: #FFFFFF;
font-size: 200px;
text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #C9C9C9, 0 3px 0 #BBBBBB, 0 4px 0 #B9B9B9, 0 5px 0 #AAAAAA, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
.error_text {
position: absolute;
top: 380px;
width: 100%;
text-align: center;
}
.error_text a.button {
display: inline-block;
} | 0.23144 | 0.075858 |
.row h3{
color: #fff;
}
/**
* 小标题格式
*/
.tit span{
color: #a0a0a0;
font-family: "Lora";
font-size: 1rem;
font-style: italic;
font-weight: 400;
line-height: 1.79;}
.mw-ui-row-nodrop{
height:50px;}
.tit h2{
color: #fff;
font-family: "Montserrat";
}
/**
* margin-bottom间距
*/
.btn {
margin-bottom: 0.5rem; }
.btn + .btn {
margin-left: 1rem; }
@media (max-width: 767px) {
.btn {
white-space: normal; }
.btn + .btn {
margin-left: 0; } }
/**
* DEMO的格式
*/
.mbr-plan-btn .btn {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
letter-spacing: 2px;
padding: 0.75rem 2.1875rem;
font-size: 0.75rem;
line-height: 1.5;
border-radius: 3px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; }
.mbr-plan-btn .btn-white-outline {
background: none;
border-color: #fff;
color: #fff; }
.btn-white-outline:focus, .btn-white-outline.focus, .btn-white-outline:active, .btn-white-outline.active {
color: #535353;
background-color: #fff;
border-color: #fff; }
.btn-white-outline:hover {
color: #535353;
background-color: #fff;
border-color: #fff; }
.btn-white-outline.disabled, .btn-white-outline:disabled {
color: #535353 !important;
background-color: #fff !important;
border-color: #fff !important;
opacity: 0.85; }
/**
* 右侧
*/
.mbr-section__container--middle {
padding-top: 0;
padding-bottom: 40px; }
/*-------
Price Table
-------*/
@media (min-width: 1600px) {
.mbr-section-nopadding {
padding-left: 12%;
padding-right: 12%; } }
.mbr-price-table .row {
margin-left: 0;
margin-right: 0; }
.mbr-price-table .row > div {
padding-left: 0.625rem;
padding-right: 0.625rem; }
@media (max-width: 1199px) {
.mbr-price-table .row > div {
padding-bottom: 40px; } }
/*-------
Price Table / Plan
-------*/
.pla .mbr-plan {
background: none;
border-radius: 0;
border: 1px solid rgba(255, 255, 255, 0.2);
color: #fff;
margin-bottom: 0;
padding: 0.625rem; }
.mbr-plan .list-group-item {
font-family: 'Raleway', sans-serif;
background: none;
border-bottom: 0;
border-top: 1px dotted rgba(255, 255, 255, 0.2);
font-size: 0.875rem;
line-height: 3.125rem;
padding-bottom: 0;
padding-top: 0; }
.mbr-plan .card-title {
margin-bottom: 1.5625rem; }
.mbr-plan-title {
font-family: "Montserrat";
font-size: 0.9375rem;
font-weight: 700;
line-height: 1.28;
margin-bottom: 0; }
.mbr-plan-subtitle, .mbr-plan-price-desc {
color: #e8ddcd;
font-family: "Lora";
font-size: 0.875rem;
font-style: italic;
font-weight: 400;
line-height: 1.79; }
.mbr-plan-price-desc {
display: block;
padding-top: 1.25rem; }
.mbr-plan-header {
padding-bottom: 3.4375rem;
padding-top: 2.1875rem;
position: relative; }
.btn:hover {
background-color: none;}
.mw-ui-field-holder .w100{
padding-bottom: 10px;
width:40%;
}
.card-title .mbr-plan-price-desc{
color: #e8ddcd; }
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
color: #d0dac6; }
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
color: #c7d4d5; }
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
color: #fbebc1; }
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
color: #fef5f5; }
.mbr-plan-label {
color: #fff;
display: block;
font-size: 0.6875rem;
font-weight: 400;
height: 3.125rem;
line-height: 3.125rem;
min-width: 3.125rem;
padding: 0 0.75rem;
position: absolute;
right: 0;
top: 0; }
.mbr-plan-body {
margin-top: 2px;
padding-bottom: 0;
padding-top: 2.5rem; }
.mbr-plan-list .list-group{
font-family: 'Raleway', sans-serif;
padding-bottom: 4.0625rem;
padding-top: 1.5625rem; }
.mbr-plan-btn {
margin-top: -2.5rem;
padding-bottom: 1.375rem;
padding-top: 1.875rem; }
/*-------
Price Table / Price
-------*/
.card-text .mbr-price {
font-family: "Montserrat";
line-height: 1.3; }
.mbr-price-value {
font-size: 1.875rem;
line-height: 1;
position: relative;
top: -1.25rem; }
.mbr-price-figure {
font-size: 3.75rem;
line-height: inherit;
padding-left: 0.625rem; }
.mbr-price-term {
font-size: 1.875rem;
position: relative; }
.mbr-price-term:before {
content: "/";
font-size: 110%;
font-weight: 100;
position: relative; } | userfiles/modules/layouts/css/product-price.css | .row h3{
color: #fff;
}
/**
* 小标题格式
*/
.tit span{
color: #a0a0a0;
font-family: "Lora";
font-size: 1rem;
font-style: italic;
font-weight: 400;
line-height: 1.79;}
.mw-ui-row-nodrop{
height:50px;}
.tit h2{
color: #fff;
font-family: "Montserrat";
}
/**
* margin-bottom间距
*/
.btn {
margin-bottom: 0.5rem; }
.btn + .btn {
margin-left: 1rem; }
@media (max-width: 767px) {
.btn {
white-space: normal; }
.btn + .btn {
margin-left: 0; } }
/**
* DEMO的格式
*/
.mbr-plan-btn .btn {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
letter-spacing: 2px;
padding: 0.75rem 2.1875rem;
font-size: 0.75rem;
line-height: 1.5;
border-radius: 3px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; }
.mbr-plan-btn .btn-white-outline {
background: none;
border-color: #fff;
color: #fff; }
.btn-white-outline:focus, .btn-white-outline.focus, .btn-white-outline:active, .btn-white-outline.active {
color: #535353;
background-color: #fff;
border-color: #fff; }
.btn-white-outline:hover {
color: #535353;
background-color: #fff;
border-color: #fff; }
.btn-white-outline.disabled, .btn-white-outline:disabled {
color: #535353 !important;
background-color: #fff !important;
border-color: #fff !important;
opacity: 0.85; }
/**
* 右侧
*/
.mbr-section__container--middle {
padding-top: 0;
padding-bottom: 40px; }
/*-------
Price Table
-------*/
@media (min-width: 1600px) {
.mbr-section-nopadding {
padding-left: 12%;
padding-right: 12%; } }
.mbr-price-table .row {
margin-left: 0;
margin-right: 0; }
.mbr-price-table .row > div {
padding-left: 0.625rem;
padding-right: 0.625rem; }
@media (max-width: 1199px) {
.mbr-price-table .row > div {
padding-bottom: 40px; } }
/*-------
Price Table / Plan
-------*/
.pla .mbr-plan {
background: none;
border-radius: 0;
border: 1px solid rgba(255, 255, 255, 0.2);
color: #fff;
margin-bottom: 0;
padding: 0.625rem; }
.mbr-plan .list-group-item {
font-family: 'Raleway', sans-serif;
background: none;
border-bottom: 0;
border-top: 1px dotted rgba(255, 255, 255, 0.2);
font-size: 0.875rem;
line-height: 3.125rem;
padding-bottom: 0;
padding-top: 0; }
.mbr-plan .card-title {
margin-bottom: 1.5625rem; }
.mbr-plan-title {
font-family: "Montserrat";
font-size: 0.9375rem;
font-weight: 700;
line-height: 1.28;
margin-bottom: 0; }
.mbr-plan-subtitle, .mbr-plan-price-desc {
color: #e8ddcd;
font-family: "Lora";
font-size: 0.875rem;
font-style: italic;
font-weight: 400;
line-height: 1.79; }
.mbr-plan-price-desc {
display: block;
padding-top: 1.25rem; }
.mbr-plan-header {
padding-bottom: 3.4375rem;
padding-top: 2.1875rem;
position: relative; }
.btn:hover {
background-color: none;}
.mw-ui-field-holder .w100{
padding-bottom: 10px;
width:40%;
}
.card-title .mbr-plan-price-desc{
color: #e8ddcd; }
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
color: #d0dac6; }
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
color: #c7d4d5; }
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
color: #fbebc1; }
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
color: #fef5f5; }
.mbr-plan-label {
color: #fff;
display: block;
font-size: 0.6875rem;
font-weight: 400;
height: 3.125rem;
line-height: 3.125rem;
min-width: 3.125rem;
padding: 0 0.75rem;
position: absolute;
right: 0;
top: 0; }
.mbr-plan-body {
margin-top: 2px;
padding-bottom: 0;
padding-top: 2.5rem; }
.mbr-plan-list .list-group{
font-family: 'Raleway', sans-serif;
padding-bottom: 4.0625rem;
padding-top: 1.5625rem; }
.mbr-plan-btn {
margin-top: -2.5rem;
padding-bottom: 1.375rem;
padding-top: 1.875rem; }
/*-------
Price Table / Price
-------*/
.card-text .mbr-price {
font-family: "Montserrat";
line-height: 1.3; }
.mbr-price-value {
font-size: 1.875rem;
line-height: 1;
position: relative;
top: -1.25rem; }
.mbr-price-figure {
font-size: 3.75rem;
line-height: inherit;
padding-left: 0.625rem; }
.mbr-price-term {
font-size: 1.875rem;
position: relative; }
.mbr-price-term:before {
content: "/";
font-size: 110%;
font-weight: 100;
position: relative; } | 0.419053 | 0.055669 |
.__hopin__c-home-item {
display: flex;
flex-direction: column;
width: 100%;
}
.__hopin__c-home-item--content {
display: inline-flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
height: var(--hopin-home-item-height-mobile, 150px);
box-sizing: border-box;
border-style: solid;
border-radius: 5px;
border-width: var(--hopin-home-item-border-width, 1px);
border-color: var(--hopin-home-item-border-color, #C4C4C4);
box-shadow: 0 3px 4px 0 var(--hopin-home-item-shadow-color, #C4C4C4);
}
.__hopin__c-home-item--link {
text-decoration: none;
}
.__hopin__c-home-item--footer {
font-weight: bold;
font-size: var(--hopin-home-item-font-size, 1.4em);
}
.__hopin__c-home-item--content {
color: var(--hopin-home-item-outline, #454545);
font-weight: bold;
font-size: var(--hopin-home-item-font-size, 3em);
}
.__hopin__c-color-symbol--right-circle {
fill: var(--hopin-home-item-color-2, #00aeef);
}
.__hopin__c-color-symbol--left-circle {
fill: var(--hopin-home-item-color-3, #ec008c);
}
.__hopin__c-color-symbol--top-circle {
fill: var(--hopin-home-item-color-1, #fff200);
}
.__hopin__c-color-symbol--circle-outline {
stroke: var(--hopin-home-item-outline, #454545);
}
.__hopin__c-dimens-symbol--square {
stroke: var(--hopin-home-item-outline, #454545);
fill: var(--hopin-home-item-color-1, #fff200);
}
.__hopin__c-dimens-symbol--rule {
stroke: var(--hopin-home-item-color-3, #ec008c);
}
.__hopin__c-layout-symbol--left, .__hopin__c-layout-symbol--right, .__hopin__c-layout-symbol--bottom {
stroke: var(--hopin-home-item-outline, #454545);
}
.__hopin__c-layout-symbol--left {
fill: var(--hopin-home-item-color-2, #00aeef);
}
.__hopin__c-layout-symbol--right {
fill: var(--hopin-home-item-color-3, #ec008c);
}
.__hopin__c-layout-symbol--bottom {
fill: var(--hopin-home-item-color-1, #fff200);
}
.__hopin__c-component-symbol--fill {
fill: var(--hopin-home-item-outline, #454545);
}
.__hopin__c-component-symbol--detail {
fill: var(--hopin-home-item-bg, white);
} | template/components/home-item/home-item.css | .__hopin__c-home-item {
display: flex;
flex-direction: column;
width: 100%;
}
.__hopin__c-home-item--content {
display: inline-flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
height: var(--hopin-home-item-height-mobile, 150px);
box-sizing: border-box;
border-style: solid;
border-radius: 5px;
border-width: var(--hopin-home-item-border-width, 1px);
border-color: var(--hopin-home-item-border-color, #C4C4C4);
box-shadow: 0 3px 4px 0 var(--hopin-home-item-shadow-color, #C4C4C4);
}
.__hopin__c-home-item--link {
text-decoration: none;
}
.__hopin__c-home-item--footer {
font-weight: bold;
font-size: var(--hopin-home-item-font-size, 1.4em);
}
.__hopin__c-home-item--content {
color: var(--hopin-home-item-outline, #454545);
font-weight: bold;
font-size: var(--hopin-home-item-font-size, 3em);
}
.__hopin__c-color-symbol--right-circle {
fill: var(--hopin-home-item-color-2, #00aeef);
}
.__hopin__c-color-symbol--left-circle {
fill: var(--hopin-home-item-color-3, #ec008c);
}
.__hopin__c-color-symbol--top-circle {
fill: var(--hopin-home-item-color-1, #fff200);
}
.__hopin__c-color-symbol--circle-outline {
stroke: var(--hopin-home-item-outline, #454545);
}
.__hopin__c-dimens-symbol--square {
stroke: var(--hopin-home-item-outline, #454545);
fill: var(--hopin-home-item-color-1, #fff200);
}
.__hopin__c-dimens-symbol--rule {
stroke: var(--hopin-home-item-color-3, #ec008c);
}
.__hopin__c-layout-symbol--left, .__hopin__c-layout-symbol--right, .__hopin__c-layout-symbol--bottom {
stroke: var(--hopin-home-item-outline, #454545);
}
.__hopin__c-layout-symbol--left {
fill: var(--hopin-home-item-color-2, #00aeef);
}
.__hopin__c-layout-symbol--right {
fill: var(--hopin-home-item-color-3, #ec008c);
}
.__hopin__c-layout-symbol--bottom {
fill: var(--hopin-home-item-color-1, #fff200);
}
.__hopin__c-component-symbol--fill {
fill: var(--hopin-home-item-outline, #454545);
}
.__hopin__c-component-symbol--detail {
fill: var(--hopin-home-item-bg, white);
} | 0.446253 | 0.059265 |
.mobileDragWrapper.display {
display: none;
}
.mobileDragWrapper.noDisplay {
display: none;
}
@media (max-width: 1024px) {
.mobileDragWrapper {
-webkit-transition: 250ms ease-in-out;
transition: 250ms ease-in-out;
cursor: pointer;
background-color: white;
font-weight: bold;
overflow: hidden;
-webkit-transition: 250ms ease-in;
transition: 250ms ease-in;
margin-right: auto;
margin-left: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 2%;
overflow: hidden;
z-index: 1;
}
.mobileDragWrapper.display {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mobileDragWrapper.noDisplay {
display: none;
}
.mobileDragWrapper .dragInner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-transition: 250ms ease-in-out;
transition: 250ms ease-in-out;
}
.mobileDragWrapper .dragInner .partTitleWrapper {
width: 50px;
height: 50px;
margin-left: 2.5px;
overflow: hidden;
text-overflow: ellipsis;
}
.mobileDragWrapper .dragInner .partTitleWrapper div {
font-size: 10pt;
font-family: "Josefin Sans";
word-wrap: normal;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
}
.mobileDragWrapper .dragInner .partImageWrapper {
height: 50px;
width: 25px;
overflow: hidden;
-o-object-fit: contain;
object-fit: contain;
padding: 0;
}
.mobileDragWrapper .dragInner .partImageWrapper img {
height: auto;
width: 25px;
position: relative;
}
}
/*# sourceMappingURL=MobileDragPiece.css.map */ | src/components/Date-Parts-Piece/Parts/MobileDragPiece/MobileDragPiece.css | .mobileDragWrapper.display {
display: none;
}
.mobileDragWrapper.noDisplay {
display: none;
}
@media (max-width: 1024px) {
.mobileDragWrapper {
-webkit-transition: 250ms ease-in-out;
transition: 250ms ease-in-out;
cursor: pointer;
background-color: white;
font-weight: bold;
overflow: hidden;
-webkit-transition: 250ms ease-in;
transition: 250ms ease-in;
margin-right: auto;
margin-left: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 2%;
overflow: hidden;
z-index: 1;
}
.mobileDragWrapper.display {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mobileDragWrapper.noDisplay {
display: none;
}
.mobileDragWrapper .dragInner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-transition: 250ms ease-in-out;
transition: 250ms ease-in-out;
}
.mobileDragWrapper .dragInner .partTitleWrapper {
width: 50px;
height: 50px;
margin-left: 2.5px;
overflow: hidden;
text-overflow: ellipsis;
}
.mobileDragWrapper .dragInner .partTitleWrapper div {
font-size: 10pt;
font-family: "Josefin Sans";
word-wrap: normal;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
}
.mobileDragWrapper .dragInner .partImageWrapper {
height: 50px;
width: 25px;
overflow: hidden;
-o-object-fit: contain;
object-fit: contain;
padding: 0;
}
.mobileDragWrapper .dragInner .partImageWrapper img {
height: auto;
width: 25px;
position: relative;
}
}
/*# sourceMappingURL=MobileDragPiece.css.map */ | 0.398758 | 0.036186 |
.stgt-tree {
position: fixed;
right: 0;
bottom: 150px;
background: rgba(0, 0, 0, 0.5);
color: #fff;
}
#jstree-container {
/*visibility: hidden;*/
position: fixed;
bottom: 132px;
right: 50px;
background-color: #fafbfc;
color: #59616a;
border: 1px solid #dddddd;
box-shadow: 0px 1px 20px 0px rgba(155,155,155,0.1), inset 0px -1px 0px 0px #e0e0e0;
border-radius: 0.25em;
text-align: left;
max-height: 70vh;
overflow: scroll;
opacity: 0.7;
background-color: black;
z-index: 1;
/* Force Hardware Acceleration in WebKit */
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
transition: transform 0.3s, visibility 0s 0.3s;
}
#jstree-container.has-transitions {
/* this class is used to bring back transitions when the navigation moves at the bottom right */
-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
transition: transform 0.3s, visibility 0s 0.3s;
}
#jstree-container.is-visable {
/* this class is used to bring back the navigation animation - as on touch devices */
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
-moz-transition: -moz-transform 0.3s, visibility 0s 0s;
transition: transform 0.3s, visibility 0s 0s;
}
#jstree-container.is-hidden {
/* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
#jstree-container .jstree-anchor {
color: #ececec;
font-weight: initial;
text-decoration: none;
}
#jstree-container .jstree-clicked {
box-shadow: rgb(153, 153, 153) 0px 0px 1px inset;
background: rgb(190, 235, 255);
color: black;
font-weight: bolder;
border-radius: 2px;
}
#jstree-container .jstree-anchor:hover {
color: black;
text-decoration: none;
}
#jstree-container #j1_1_anchor {
pointer-events: none;
cursor: default;
} | tree.css | .stgt-tree {
position: fixed;
right: 0;
bottom: 150px;
background: rgba(0, 0, 0, 0.5);
color: #fff;
}
#jstree-container {
/*visibility: hidden;*/
position: fixed;
bottom: 132px;
right: 50px;
background-color: #fafbfc;
color: #59616a;
border: 1px solid #dddddd;
box-shadow: 0px 1px 20px 0px rgba(155,155,155,0.1), inset 0px -1px 0px 0px #e0e0e0;
border-radius: 0.25em;
text-align: left;
max-height: 70vh;
overflow: scroll;
opacity: 0.7;
background-color: black;
z-index: 1;
/* Force Hardware Acceleration in WebKit */
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
transition: transform 0.3s, visibility 0s 0.3s;
}
#jstree-container.has-transitions {
/* this class is used to bring back transitions when the navigation moves at the bottom right */
-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
transition: transform 0.3s, visibility 0s 0.3s;
}
#jstree-container.is-visable {
/* this class is used to bring back the navigation animation - as on touch devices */
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
-moz-transition: -moz-transform 0.3s, visibility 0s 0s;
transition: transform 0.3s, visibility 0s 0s;
}
#jstree-container.is-hidden {
/* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
#jstree-container .jstree-anchor {
color: #ececec;
font-weight: initial;
text-decoration: none;
}
#jstree-container .jstree-clicked {
box-shadow: rgb(153, 153, 153) 0px 0px 1px inset;
background: rgb(190, 235, 255);
color: black;
font-weight: bolder;
border-radius: 2px;
}
#jstree-container .jstree-anchor:hover {
color: black;
text-decoration: none;
}
#jstree-container #j1_1_anchor {
pointer-events: none;
cursor: default;
} | 0.428951 | 0.117927 |
color: var(--tybearder-content-title-color);
margin-right: 0.5em;
}
/* .tybearder-blog-post-background {
border-radius: 6px;
margin: 0em 12em;
} */
.tybearder-blog-post-header {
display: flex;
flex-direction: column;
align-items: center;
}
.tybearder-blog-post-title {
font-family: var(--tybearder-header-title);
font-size: 36px;
color: var(--tybearder-content-title-color);
text-align: center;
padding-top: 1em;
}
.tybearder-blog-post-go-back {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
color: var(--tybearder-content-title-color);
}
.tybearder-blog-post-content {
text-align: center;
font-size: 18px;
font-family: var(--tybearder-header-title);
letter-spacing: 0.8px;
line-height: 1.6em;
text-align: justify;
margin: 2em 20em 2em 20em;
}
@media screen and (max-width: 1340px) {
.tybearder-blog-post-content {
margin: 2em 4em 2em 4em;
}
}
@media screen and (max-width: 1024px) {
.tybearder-blog-post-content {
margin: 1em -4em;
}
}
@media screen and (max-width: 768px) {
.tybearder-blog-post-title {
font-size: 28px;
padding: 0;
}
.tybearder-blog-post-content {
margin: 1em 2em;
}
}
@media screen and (max-width: 672px) {
.tybearder-blog-post-content {
margin: 1em 2em;
}
}
@media screen and (max-width: 548px) {
.tybearder-blog-post-title {
font-size: 22px;
white-space: nowrap;
}
#indication {
white-space: nowrap;
}
}
.tybearder-blog-post-content-info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: var(--tybearder-content-title-color);
}
.tybearder-blog-post-info-date {
color: var(--tybearder-content-title-color);
}
.tybearder-blog-post-about-card {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
}
@media screen and (max-width: 1000px) {
.blog-post-title {
font-size: 25px;
}
.blog-post-content {
font-size: 14px;
}
}
@media screen and (max-width: 770px) {
.blog-post-title {
text-align: center;
}
}
@media screen and (max-width: 600px) {
.blog-post-title {
font-size: 22px;
text-align: center;
}
.blog-footer {
font-size: 12px;
}
.redirect {
display: flex;
justify-content: center;
}
}
@media screen and (max-width: 400px) {
main {
width: 325px;
}
.blog-post-title {
font-size: 13px;
text-align: center;
}
.blog-post-content {
letter-spacing: 0.7px;
line-height: 1.4em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.blog-post-content p {
font-size: 12px;
margin-top: 1.6em;
margin-bottom: 1.6em;
}
.blog-footer {
text-align: center;
font-size: 10px;
}
}
@media screen and (max-width: 350px) {
main {
width: 280px;
}
.blog-post-title {
font-size: 10px;
text-align: center;
}
} | src/styles/blogpost.css | color: var(--tybearder-content-title-color);
margin-right: 0.5em;
}
/* .tybearder-blog-post-background {
border-radius: 6px;
margin: 0em 12em;
} */
.tybearder-blog-post-header {
display: flex;
flex-direction: column;
align-items: center;
}
.tybearder-blog-post-title {
font-family: var(--tybearder-header-title);
font-size: 36px;
color: var(--tybearder-content-title-color);
text-align: center;
padding-top: 1em;
}
.tybearder-blog-post-go-back {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
color: var(--tybearder-content-title-color);
}
.tybearder-blog-post-content {
text-align: center;
font-size: 18px;
font-family: var(--tybearder-header-title);
letter-spacing: 0.8px;
line-height: 1.6em;
text-align: justify;
margin: 2em 20em 2em 20em;
}
@media screen and (max-width: 1340px) {
.tybearder-blog-post-content {
margin: 2em 4em 2em 4em;
}
}
@media screen and (max-width: 1024px) {
.tybearder-blog-post-content {
margin: 1em -4em;
}
}
@media screen and (max-width: 768px) {
.tybearder-blog-post-title {
font-size: 28px;
padding: 0;
}
.tybearder-blog-post-content {
margin: 1em 2em;
}
}
@media screen and (max-width: 672px) {
.tybearder-blog-post-content {
margin: 1em 2em;
}
}
@media screen and (max-width: 548px) {
.tybearder-blog-post-title {
font-size: 22px;
white-space: nowrap;
}
#indication {
white-space: nowrap;
}
}
.tybearder-blog-post-content-info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: var(--tybearder-content-title-color);
}
.tybearder-blog-post-info-date {
color: var(--tybearder-content-title-color);
}
.tybearder-blog-post-about-card {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
}
@media screen and (max-width: 1000px) {
.blog-post-title {
font-size: 25px;
}
.blog-post-content {
font-size: 14px;
}
}
@media screen and (max-width: 770px) {
.blog-post-title {
text-align: center;
}
}
@media screen and (max-width: 600px) {
.blog-post-title {
font-size: 22px;
text-align: center;
}
.blog-footer {
font-size: 12px;
}
.redirect {
display: flex;
justify-content: center;
}
}
@media screen and (max-width: 400px) {
main {
width: 325px;
}
.blog-post-title {
font-size: 13px;
text-align: center;
}
.blog-post-content {
letter-spacing: 0.7px;
line-height: 1.4em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.blog-post-content p {
font-size: 12px;
margin-top: 1.6em;
margin-bottom: 1.6em;
}
.blog-footer {
text-align: center;
font-size: 10px;
}
}
@media screen and (max-width: 350px) {
main {
width: 280px;
}
.blog-post-title {
font-size: 10px;
text-align: center;
}
} | 0.360377 | 0.112991 |
.bg-primary-hipay {
background-color: #28a1c5;
color: #FFFFFF;
}
.panel-primary-hipay {
border-color: #28a1c5!important;
}
.panel-primary-hipay > .panel-heading {
color: #fff!important;
background-color: #28a1c5!important;
border-color: #28a1c5!important;
}
#version-plugin {
padding: 15px;
}
#hipay-container-admin {
margin-top: 20px;
}
#hipay-container-admin ul {
list-style: inherit;
}
#hipay-container-admin #accordion-faq ul {
list-style: none;
}
#hipay-container-admin ul.hipay-local-payment-list {
margin: 20px;
}
#hipay-container-admin .help-block {
font-style: italic;
padding: 10px;
}
.is_pointer {
cursor: pointer;
}
.woocommerce_hipayenterprise_methods_cc_countries, .woocommerce_hipayenterprise_methods_cc_countries_available, .woocommerce_hipayenterprise_methods_lp_countries, .woocommerce_hipayenterprise_methods_lp_countries_available {
min-width: 180px !important;
min-height: 120px;
}
.tab .nav-tabs a:hover, .tab .nav-tabs a:focus {
text-decoration: none;
outline: none;
background-color: inherit;
}
.tab .nav-tabs {
border: none;
border-bottom: 2px solid #079fc9;
margin: 0;
}
.tab .nav-tabs li a {
padding: 10px 20px;
margin: 0 10px -1px 0;
font-size: 17px;
font-weight: 600;
color: #293241;
text-transform: uppercase;
border: 2px solid #e6e5e1;
border-bottom: none;
border-radius: 5px 5px 0 0;
z-index: 1;
position: relative;
transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a {
background: #fff;
color: #079fc9;
border: 2px solid #079fc9;
border-bottom-color: transparent;
}
.tab .nav-tabs li a:before {
content: "";
display: block;
height: 2px;
background: #fff;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
transform: scaleX(0);
transition: all 0.3s ease-in-out 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
transform: scaleX(1);
}
.tab .tab-content {
padding: 10px;
position: relative;
}
/* ORDER STYLES */
#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items small.captured {
display: block;
color: #17aa00;
white-space: nowrap;
margin-top: .5em;
text-align: center;
}
#woocommerce-order-items tr.hipay-captured td {
padding: 0 !important;
} | src/woocommerce_hipayenterprise/assets/css/admin/hipay-admin.css | .bg-primary-hipay {
background-color: #28a1c5;
color: #FFFFFF;
}
.panel-primary-hipay {
border-color: #28a1c5!important;
}
.panel-primary-hipay > .panel-heading {
color: #fff!important;
background-color: #28a1c5!important;
border-color: #28a1c5!important;
}
#version-plugin {
padding: 15px;
}
#hipay-container-admin {
margin-top: 20px;
}
#hipay-container-admin ul {
list-style: inherit;
}
#hipay-container-admin #accordion-faq ul {
list-style: none;
}
#hipay-container-admin ul.hipay-local-payment-list {
margin: 20px;
}
#hipay-container-admin .help-block {
font-style: italic;
padding: 10px;
}
.is_pointer {
cursor: pointer;
}
.woocommerce_hipayenterprise_methods_cc_countries, .woocommerce_hipayenterprise_methods_cc_countries_available, .woocommerce_hipayenterprise_methods_lp_countries, .woocommerce_hipayenterprise_methods_lp_countries_available {
min-width: 180px !important;
min-height: 120px;
}
.tab .nav-tabs a:hover, .tab .nav-tabs a:focus {
text-decoration: none;
outline: none;
background-color: inherit;
}
.tab .nav-tabs {
border: none;
border-bottom: 2px solid #079fc9;
margin: 0;
}
.tab .nav-tabs li a {
padding: 10px 20px;
margin: 0 10px -1px 0;
font-size: 17px;
font-weight: 600;
color: #293241;
text-transform: uppercase;
border: 2px solid #e6e5e1;
border-bottom: none;
border-radius: 5px 5px 0 0;
z-index: 1;
position: relative;
transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a {
background: #fff;
color: #079fc9;
border: 2px solid #079fc9;
border-bottom-color: transparent;
}
.tab .nav-tabs li a:before {
content: "";
display: block;
height: 2px;
background: #fff;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
transform: scaleX(0);
transition: all 0.3s ease-in-out 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
transform: scaleX(1);
}
.tab .tab-content {
padding: 10px;
position: relative;
}
/* ORDER STYLES */
#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items small.captured {
display: block;
color: #17aa00;
white-space: nowrap;
margin-top: .5em;
text-align: center;
}
#woocommerce-order-items tr.hipay-captured td {
padding: 0 !important;
} | 0.377885 | 0.055031 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: 'Rubik', sans-serif;
line-height: 1;
font-weight: 400;
color: #555;
}
a {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
}
form div {
margin: 1em;
display: inline-block;
}
/* Header */
.header {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #b7a2cd;
width: 100%;
}
.logo-img {
height: 133px;
}
.main-nav-list {
list-style: none;
display: flex;
align-items: center;
gap: 2.8rem;
transition: all 0.3s;
}
.main-nav {
padding-right: 50px;
}
.main-nav-link:link,
.main-nav-link:visited {
display: inline-block;
text-decoration: none;
color: white;
font-weight: 500;
font-size: 1.3rem;
transition: all 0.3s;
}
.main-nav-link:hover,
.main-nav-link:active {
color: #3e1152;
}
.material-icons-outlined {
font-size: 45px;
}
/* Home */
.home-header {
position: relative;
padding-top: 10px;
}
.home-img {
width: 100%;
}
.welcome {
color: #3a0e4d;
font-size: 1.3rem;
}
.text-box {
position: absolute;
left: 60%;
top: 38%;
transform: translate(-5%, -65%);
text-align: center;
}
.heading-primary {
color: #3a0e4d;
text-transform: uppercase;
backface-visibility: hidden;
margin-bottom: 40px;
}
.heading-primary-main {
display: block;
font-size: 48px;
font-weight: 400px;
letter-spacing: 25px;
animation-name: moveInLeft;
animation-duration: 1s;
animation-timing-function: ease-out;
}
.heading-primary-sub {
display: block;
font-size: 20px;
font-weight: 700px;
letter-spacing: 5.4px;
animation: moveInRight 1s ease-out;
}
@keyframes moveInLeft {
0% {
opacity: 0;
transform: translateX(-100px);
}
80% {
transform: translateX(10px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
@keyframes moveInRight {
0% {
opacity: 0;
transform: translateX(100px);
}
80% {
transform: translateX(-10px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
@keyframes moveInBottom {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
.btn:link,
.btn:visited {
text-transform: uppercase;
text-decoration: none;
padding: 15px 40px;
display: inline-block;
border-radius: 100px;
transition: all 0.2s;
position: relative;
}
.btn:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn:active {
transform: translateY(-1px);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn-white {
background-color: white;
color: #777;
}
.btn::after {
content: '';
display: inline-block;
height: 100%;
width: 100%;
border-radius: 100px;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transition: all 0.4s;
}
.btn-white::after {
background-color: #fff;
}
.btn:hover::after {
transform: scaleX(1.4) scaleY(1.6);
opacity: 0;
}
.btn-animated {
animation: moveInBottom 0.5s ease-out 0.75s;
animation-fill-mode: backwards;
}
/* Sign-In */
.sign-in {
height: 100%;
padding-left: 50px;
}
.signin-form {
display: flex;
flex-direction: column;
width: 30%;
/* align-items: center; */
padding: 20px 0px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
margin: 60px auto;
}
.signin-form div {
padding: 0 20px;
}
.login {
padding: 30px 36px;
}
.label {
margin-bottom: 3px;
}
.label::after {
content: '*';
color: #c00;
}
.input {
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
}
.button {
width: 100%;
color: white;
background-color: #3e1152;
height: 37px;
font-size: 18px;
}
.button:hover {
cursor: pointer;
}
/* Product */
.products {
padding: 0 60px;
width: 100%;
}
.product-header {
width: 100%;
text-align: center;
padding-top: 20px;
}
.header-text {
font-family: 'Playfair Display', serif;
text-transform: uppercase;
letter-spacing: 0.25em;
font-weight: 300;
color: #3e1152;
font-size: 20px;
padding-top: 45px;
margin-bottom: 15px;
}
.text {
font-family: 'Roboto', sans-serif;
letter-spacing: 0.025em;
line-height: 1.7;
}
.header-img {
width: 100%;
height: 25vh;
background-size: cover;
background-position: top;
}
.grid-container {
grid-column: center-start / center-end;
margin: 2rem 0;
display: grid;
margin-left: 20px;
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
grid-gap: 3rem;
}
.product-container {
display: grid;
padding: 20px;
position: relative;
width: 340px;
}
.filter-container {
margin-top: 80px;
display: flex;
justify-content: end;
padding-right: 80px;
}
.filter-box {
display: flex;
}
.label {
color: #57206e;
}
.filter {
padding-right: 15px;
}
.product-name {
color: black;
margin-bottom: 15px;
width: 330px;
}
.price {
color: #3e1152;
}
.addtobag-btn {
background-color: #3d1152;
opacity: 0;
color: white;
text-transform: uppercase;
position: absolute;
bottom: 110px;
left: 60px;
width: 60%;
text-align: center;
min-height: 4em;
font-weight: 400;
letter-spacing: 2px;
}
.addtobag-btn:hover {
background-color: white;
color: #3d1152;
border-color: #3d1152;
opacity: 1;
cursor: pointer;
}
.addtobag-btn:active {
transform: translateY(1px);
}
/* Single Product */
.single-page-container {
margin: 20px;
display: flex;
padding: 4%;
align-items: center;
flex-wrap: wrap;
}
.img-container {
width: 50%;
padding-left: 25px;
display: flex;
justify-content: center;
}
.img-container img {
width: 400px;
}
.info-container {
width: 50%;
padding-right: 100px;
}
.addtobag-btn2 {
background-color: #3d1152;
color: white;
width: 50%;
text-align: center;
min-height: 3.6em;
font-weight: 400;
font-size: 16px;
letter-spacing: 2px;
}
.addtobag-btn2:hover {
cursor: pointer;
background: #5c1a7c;
transition-delay: 0.25s;
transition: background 0.2s ease 0s;
}
.addtobag-btn2:active {
transform: translateY(1px);
}
.product-name-single {
font-family: 'Playfair Display', serif;
font-weight: 400;
letter-spacing: 0em;
line-height: 1;
text-transform: uppercase;
margin-bottom: 20px;
}
.product-price-single {
color: #3e1152;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.description {
font-size: 1.1em;
font-family: 'Roboto', sans-serif;
letter-spacing: 0.025em;
line-height: 1.7;
}
.quantity-container {
margin-top: 30px;
margin-bottom: 20px;
}
.quantity-btn {
margin-top: 10px;
display: flex;
letter-spacing: 0.2em;
font-size: 0.8em;
font-family: 'Roboto', sans-serif;
}
.incre,
.decre {
padding: 5px 7px;
font-size: 18px;
}
.quantity-num {
padding: 9px 15px 5px 15px;
font-size: 16px;
border: 1px solid grey;
}
/* Cart */
.cart-container {
display: flex;
padding: 40px;
min-height: 60vh;
align-items: flex-start;
}
.item-box {
display: flex;
flex-direction: column;
padding-right: 25px;
}
.item {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
border-top: 1px solid #e8e8e1;
padding: 20px 0;
}
.name-rm-btn {
display: flex;
flex-direction: column;
justify-content: center;
}
.empty-cart {
height: 100%;
}
.checkout {
width: 30%;
padding: 20px 30px;
background: #f7f7f7;
border-top: 3px solid #3d1152;
border-bottom: 3px solid #3d1152;
padding: 50px 40px 40px;
}
.cart-qty {
display: flex;
justify-content: center;
align-items: center;
}
.decre-cart,
.incre-cart {
padding: 2px 10px;
height: 21%;
border-radius: 0;
border: 1px solid rgb(109, 108, 108);
}
.price-container {
display: flex;
justify-content: center;
align-items: center;
}
.delete-item-btn {
margin-top: 20px;
transition: background 0.2s ease 0s;
color: white;
background: #3d1152;
border-radius: 0;
border: #3d1152;
padding: 5px 0px;
width: 37%;
}
.delete-item-btn:hover {
background: #5c1a7c;
transition-delay: 0.25s;
transition: background 0.2s ease 0s;
cursor: pointer;
}
.table-att {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
margin-bottom: 10px;
}
.table-att .p {
font-weight: 700;
}
.quantity-cart {
padding: 9.1px 15px 5px 15px;
font-size: 16px;
border: 1px solid grey;
}
.center-div {
display: flex;
justify-content: center;
}
.checkout-btn {
background: #3d1152;
border-radius: 0;
border: #3d1152;
color: white;
padding: 15px 0px;
width: 100%;
margin-top: 15px;
font-weight: 700;
font-size: 16px;
letter-spacing: 2px;
}
.checkout-btn:hover {
background: #5c1a7c;
transition-delay: 0.25s;
transition: background 0.2s ease 0s;
cursor: pointer;
}
.checkout-info {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.empty-cart {
min-height: 60vh;
text-align: center;
}
.empty-cart .text {
padding: 2rem;
}
/* Confirmation Page */
.confirmation {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 40px 0;
background-color: #ece8f0;
}
.confirmation h2 {
margin-bottom: 30px;
color: #310a42;
font-size: 28px;
letter-spacing: 1.15px;
}
.confirmation img {
height: 450px;
}
/* Footer */
.footer {
padding: 2.8rem 0;
border-top: 1px solid #eee;
background-color: #3e1152;
}
.grid--footer {
grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
display: grid;
}
.logo-col {
display: flex;
flex-direction: column;
}
.footer-logo {
display: flex;
justify-content: center;
}
.logo {
height: 8rem;
}
.social-links {
list-style: none;
display: flex;
justify-content: center;
padding: 1rem 0;
gap: 2.4rem;
}
.social-icon {
height: 50px;
width: 50px;
}
.copyright {
font-size: 1.2rem;
line-height: 1.6;
color: #767676;
margin-top: auto;
}
.footer-heading {
font-size: 1.5rem;
font-weight: 500;
margin-bottom: 2rem;
color: White;
}
.contacts {
font-style: normal;
font-size: 1.4rem;
line-height: 1.6;
}
.address {
margin-bottom: 1rem;
}
.footer-nav {
list-style: none;
display: flex;
flex-direction: column;
gap: 1.4rem;
}
.footer-link:link,
.footer-link:visited {
text-decoration: none;
font-size: 1.2rem;
color: white;
transition: all 0.3s;
}
.footer-link:hover,
.footer-link:active {
color: #9751b4;
}
/* Tables for Admin */
.admin-portal-all-users,
.admin-portal-one-user {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding: 50px 10px;
min-height: 60vh;
}
.admin-portal-all-users h2,
.admin-portal-one-user h2 {
font-size: 32px;
}
.admin-portal-one-user h3 {
font-size: 24px;
margin: 10px 0;
}
table {
width: 700px;
margin-top: 30px;
font-size: 18px;
border-collapse: collapse;
}
.past-order {
width: 700px;
font-size: 18px;
border-collapse: collapse;
margin: 0;
margin-bottom: 40px;
}
th,
td {
padding: 16px 24px;
text-align: left;
}
thead tr {
background-color: #b7a2cd;
color: #fff;
font-size: 24px;
}
thead th {
width: 25%;
}
tbody td {
font-size: 20px;
}
tbody tr:nth-child(odd) {
background-color: #f8f9fa;
}
tbody tr:nth-child(even) {
background-color: #e9ecef;
}
.username:link,
.username:visited {
text-decoration: none;
color: #555;
font-weight: 500;
}
/* Admin AllProducts Page */
.delete-btn-container {
display: flex;
align-content: flex-end;
}
.delete-btn {
margin-top: 20px;
transition: background 0.2s ease 0s;
color: white;
background: #3d1152;
border-radius: 0;
border: #3d1152;
padding: 5px 0px;
width: 45%;
height: 30px;
}
/* Admin Single Products Page */
.edit-form-container {
margin-top: 30px;
} | public/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: 'Rubik', sans-serif;
line-height: 1;
font-weight: 400;
color: #555;
}
a {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
}
form div {
margin: 1em;
display: inline-block;
}
/* Header */
.header {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #b7a2cd;
width: 100%;
}
.logo-img {
height: 133px;
}
.main-nav-list {
list-style: none;
display: flex;
align-items: center;
gap: 2.8rem;
transition: all 0.3s;
}
.main-nav {
padding-right: 50px;
}
.main-nav-link:link,
.main-nav-link:visited {
display: inline-block;
text-decoration: none;
color: white;
font-weight: 500;
font-size: 1.3rem;
transition: all 0.3s;
}
.main-nav-link:hover,
.main-nav-link:active {
color: #3e1152;
}
.material-icons-outlined {
font-size: 45px;
}
/* Home */
.home-header {
position: relative;
padding-top: 10px;
}
.home-img {
width: 100%;
}
.welcome {
color: #3a0e4d;
font-size: 1.3rem;
}
.text-box {
position: absolute;
left: 60%;
top: 38%;
transform: translate(-5%, -65%);
text-align: center;
}
.heading-primary {
color: #3a0e4d;
text-transform: uppercase;
backface-visibility: hidden;
margin-bottom: 40px;
}
.heading-primary-main {
display: block;
font-size: 48px;
font-weight: 400px;
letter-spacing: 25px;
animation-name: moveInLeft;
animation-duration: 1s;
animation-timing-function: ease-out;
}
.heading-primary-sub {
display: block;
font-size: 20px;
font-weight: 700px;
letter-spacing: 5.4px;
animation: moveInRight 1s ease-out;
}
@keyframes moveInLeft {
0% {
opacity: 0;
transform: translateX(-100px);
}
80% {
transform: translateX(10px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
@keyframes moveInRight {
0% {
opacity: 0;
transform: translateX(100px);
}
80% {
transform: translateX(-10px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
@keyframes moveInBottom {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
.btn:link,
.btn:visited {
text-transform: uppercase;
text-decoration: none;
padding: 15px 40px;
display: inline-block;
border-radius: 100px;
transition: all 0.2s;
position: relative;
}
.btn:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn:active {
transform: translateY(-1px);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn-white {
background-color: white;
color: #777;
}
.btn::after {
content: '';
display: inline-block;
height: 100%;
width: 100%;
border-radius: 100px;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transition: all 0.4s;
}
.btn-white::after {
background-color: #fff;
}
.btn:hover::after {
transform: scaleX(1.4) scaleY(1.6);
opacity: 0;
}
.btn-animated {
animation: moveInBottom 0.5s ease-out 0.75s;
animation-fill-mode: backwards;
}
/* Sign-In */
.sign-in {
height: 100%;
padding-left: 50px;
}
.signin-form {
display: flex;
flex-direction: column;
width: 30%;
/* align-items: center; */
padding: 20px 0px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
margin: 60px auto;
}
.signin-form div {
padding: 0 20px;
}
.login {
padding: 30px 36px;
}
.label {
margin-bottom: 3px;
}
.label::after {
content: '*';
color: #c00;
}
.input {
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
}
.button {
width: 100%;
color: white;
background-color: #3e1152;
height: 37px;
font-size: 18px;
}
.button:hover {
cursor: pointer;
}
/* Product */
.products {
padding: 0 60px;
width: 100%;
}
.product-header {
width: 100%;
text-align: center;
padding-top: 20px;
}
.header-text {
font-family: 'Playfair Display', serif;
text-transform: uppercase;
letter-spacing: 0.25em;
font-weight: 300;
color: #3e1152;
font-size: 20px;
padding-top: 45px;
margin-bottom: 15px;
}
.text {
font-family: 'Roboto', sans-serif;
letter-spacing: 0.025em;
line-height: 1.7;
}
.header-img {
width: 100%;
height: 25vh;
background-size: cover;
background-position: top;
}
.grid-container {
grid-column: center-start / center-end;
margin: 2rem 0;
display: grid;
margin-left: 20px;
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
grid-gap: 3rem;
}
.product-container {
display: grid;
padding: 20px;
position: relative;
width: 340px;
}
.filter-container {
margin-top: 80px;
display: flex;
justify-content: end;
padding-right: 80px;
}
.filter-box {
display: flex;
}
.label {
color: #57206e;
}
.filter {
padding-right: 15px;
}
.product-name {
color: black;
margin-bottom: 15px;
width: 330px;
}
.price {
color: #3e1152;
}
.addtobag-btn {
background-color: #3d1152;
opacity: 0;
color: white;
text-transform: uppercase;
position: absolute;
bottom: 110px;
left: 60px;
width: 60%;
text-align: center;
min-height: 4em;
font-weight: 400;
letter-spacing: 2px;
}
.addtobag-btn:hover {
background-color: white;
color: #3d1152;
border-color: #3d1152;
opacity: 1;
cursor: pointer;
}
.addtobag-btn:active {
transform: translateY(1px);
}
/* Single Product */
.single-page-container {
margin: 20px;
display: flex;
padding: 4%;
align-items: center;
flex-wrap: wrap;
}
.img-container {
width: 50%;
padding-left: 25px;
display: flex;
justify-content: center;
}
.img-container img {
width: 400px;
}
.info-container {
width: 50%;
padding-right: 100px;
}
.addtobag-btn2 {
background-color: #3d1152;
color: white;
width: 50%;
text-align: center;
min-height: 3.6em;
font-weight: 400;
font-size: 16px;
letter-spacing: 2px;
}
.addtobag-btn2:hover {
cursor: pointer;
background: #5c1a7c;
transition-delay: 0.25s;
transition: background 0.2s ease 0s;
}
.addtobag-btn2:active {
transform: translateY(1px);
}
.product-name-single {
font-family: 'Playfair Display', serif;
font-weight: 400;
letter-spacing: 0em;
line-height: 1;
text-transform: uppercase;
margin-bottom: 20px;
}
.product-price-single {
color: #3e1152;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.description {
font-size: 1.1em;
font-family: 'Roboto', sans-serif;
letter-spacing: 0.025em;
line-height: 1.7;
}
.quantity-container {
margin-top: 30px;
margin-bottom: 20px;
}
.quantity-btn {
margin-top: 10px;
display: flex;
letter-spacing: 0.2em;
font-size: 0.8em;
font-family: 'Roboto', sans-serif;
}
.incre,
.decre {
padding: 5px 7px;
font-size: 18px;
}
.quantity-num {
padding: 9px 15px 5px 15px;
font-size: 16px;
border: 1px solid grey;
}
/* Cart */
.cart-container {
display: flex;
padding: 40px;
min-height: 60vh;
align-items: flex-start;
}
.item-box {
display: flex;
flex-direction: column;
padding-right: 25px;
}
.item {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
border-top: 1px solid #e8e8e1;
padding: 20px 0;
}
.name-rm-btn {
display: flex;
flex-direction: column;
justify-content: center;
}
.empty-cart {
height: 100%;
}
.checkout {
width: 30%;
padding: 20px 30px;
background: #f7f7f7;
border-top: 3px solid #3d1152;
border-bottom: 3px solid #3d1152;
padding: 50px 40px 40px;
}
.cart-qty {
display: flex;
justify-content: center;
align-items: center;
}
.decre-cart,
.incre-cart {
padding: 2px 10px;
height: 21%;
border-radius: 0;
border: 1px solid rgb(109, 108, 108);
}
.price-container {
display: flex;
justify-content: center;
align-items: center;
}
.delete-item-btn {
margin-top: 20px;
transition: background 0.2s ease 0s;
color: white;
background: #3d1152;
border-radius: 0;
border: #3d1152;
padding: 5px 0px;
width: 37%;
}
.delete-item-btn:hover {
background: #5c1a7c;
transition-delay: 0.25s;
transition: background 0.2s ease 0s;
cursor: pointer;
}
.table-att {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
margin-bottom: 10px;
}
.table-att .p {
font-weight: 700;
}
.quantity-cart {
padding: 9.1px 15px 5px 15px;
font-size: 16px;
border: 1px solid grey;
}
.center-div {
display: flex;
justify-content: center;
}
.checkout-btn {
background: #3d1152;
border-radius: 0;
border: #3d1152;
color: white;
padding: 15px 0px;
width: 100%;
margin-top: 15px;
font-weight: 700;
font-size: 16px;
letter-spacing: 2px;
}
.checkout-btn:hover {
background: #5c1a7c;
transition-delay: 0.25s;
transition: background 0.2s ease 0s;
cursor: pointer;
}
.checkout-info {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.empty-cart {
min-height: 60vh;
text-align: center;
}
.empty-cart .text {
padding: 2rem;
}
/* Confirmation Page */
.confirmation {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 40px 0;
background-color: #ece8f0;
}
.confirmation h2 {
margin-bottom: 30px;
color: #310a42;
font-size: 28px;
letter-spacing: 1.15px;
}
.confirmation img {
height: 450px;
}
/* Footer */
.footer {
padding: 2.8rem 0;
border-top: 1px solid #eee;
background-color: #3e1152;
}
.grid--footer {
grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
display: grid;
}
.logo-col {
display: flex;
flex-direction: column;
}
.footer-logo {
display: flex;
justify-content: center;
}
.logo {
height: 8rem;
}
.social-links {
list-style: none;
display: flex;
justify-content: center;
padding: 1rem 0;
gap: 2.4rem;
}
.social-icon {
height: 50px;
width: 50px;
}
.copyright {
font-size: 1.2rem;
line-height: 1.6;
color: #767676;
margin-top: auto;
}
.footer-heading {
font-size: 1.5rem;
font-weight: 500;
margin-bottom: 2rem;
color: White;
}
.contacts {
font-style: normal;
font-size: 1.4rem;
line-height: 1.6;
}
.address {
margin-bottom: 1rem;
}
.footer-nav {
list-style: none;
display: flex;
flex-direction: column;
gap: 1.4rem;
}
.footer-link:link,
.footer-link:visited {
text-decoration: none;
font-size: 1.2rem;
color: white;
transition: all 0.3s;
}
.footer-link:hover,
.footer-link:active {
color: #9751b4;
}
/* Tables for Admin */
.admin-portal-all-users,
.admin-portal-one-user {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding: 50px 10px;
min-height: 60vh;
}
.admin-portal-all-users h2,
.admin-portal-one-user h2 {
font-size: 32px;
}
.admin-portal-one-user h3 {
font-size: 24px;
margin: 10px 0;
}
table {
width: 700px;
margin-top: 30px;
font-size: 18px;
border-collapse: collapse;
}
.past-order {
width: 700px;
font-size: 18px;
border-collapse: collapse;
margin: 0;
margin-bottom: 40px;
}
th,
td {
padding: 16px 24px;
text-align: left;
}
thead tr {
background-color: #b7a2cd;
color: #fff;
font-size: 24px;
}
thead th {
width: 25%;
}
tbody td {
font-size: 20px;
}
tbody tr:nth-child(odd) {
background-color: #f8f9fa;
}
tbody tr:nth-child(even) {
background-color: #e9ecef;
}
.username:link,
.username:visited {
text-decoration: none;
color: #555;
font-weight: 500;
}
/* Admin AllProducts Page */
.delete-btn-container {
display: flex;
align-content: flex-end;
}
.delete-btn {
margin-top: 20px;
transition: background 0.2s ease 0s;
color: white;
background: #3d1152;
border-radius: 0;
border: #3d1152;
padding: 5px 0px;
width: 45%;
height: 30px;
}
/* Admin Single Products Page */
.edit-form-container {
margin-top: 30px;
} | 0.529993 | 0.099034 |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
}
body #title {
width: 100%;
height: 100px;
}
body #title #shop_car {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body #title #shop_logo {
width: 250px;
height: 60px;
background-color: red;
float: left;
font-size: 32px;
color: white;
padding-left: 30px;
padding-top: 10px;
border-radius: 0 0 15px 15px;
margin-left: 50px;
}
body #title #shop_logo p {
margin: 0;
}
body #title img {
margin-top: 5px;
}
body #shop_button_group {
width: 50%;
height: 50px;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 24px;
font-weight: 900;
}
body #shop_button_group a {
text-decoration: none;
color: black;
-webkit-transition: 0.5s;
transition: 0.5s;
}
body #shop_button_group a:hover {
color: red;
}
body #shop_button_group p {
-webkit-transition: 0.5s;
transition: 0.5s;
cursor: pointer;
color: black;
}
body #shop_button_group p:hover {
color: red;
}
body #shop_button_group p.active {
color: red;
}
body .swiper-container.swiper_shop {
width: 100%;
}
body .swiper-container.swiper_shop .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
width: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_shop .swiper-slide.swiper-slide-next {
width: 40% !important;
}
body .swiper-container.swiper_shop .swiper-slide.swiper-slide-active {
width: 30% !important;
}
body .swiper-container.swiper_shop .swiper-slide.swiper-slide-prev {
width: 30% !important;
}
body .type {
width: 40%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_host {
width: 70%;
}
body .swiper-container.swiper_host .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_controller {
width: 70%;
}
body .swiper-container.swiper_controller .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_amiibo {
width: 70%;
}
body .swiper-container.swiper_amiibo .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_charger {
width: 70%;
}
body .swiper-container.swiper_charger .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_other {
margin-bottom: 50px;
width: 70%;
}
body .swiper-container.swiper_other .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 850px) {
body #shop_button_group {
width: 100% !important;
height: 150px !important;
}
}
@media (max-width: 400px) {
body #shop_button_group {
font-size: 19px !important;
}
}
/*# sourceMappingURL=store_main.css.map */ | public/css/store_main.css | * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
}
body #title {
width: 100%;
height: 100px;
}
body #title #shop_car {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body #title #shop_logo {
width: 250px;
height: 60px;
background-color: red;
float: left;
font-size: 32px;
color: white;
padding-left: 30px;
padding-top: 10px;
border-radius: 0 0 15px 15px;
margin-left: 50px;
}
body #title #shop_logo p {
margin: 0;
}
body #title img {
margin-top: 5px;
}
body #shop_button_group {
width: 50%;
height: 50px;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 24px;
font-weight: 900;
}
body #shop_button_group a {
text-decoration: none;
color: black;
-webkit-transition: 0.5s;
transition: 0.5s;
}
body #shop_button_group a:hover {
color: red;
}
body #shop_button_group p {
-webkit-transition: 0.5s;
transition: 0.5s;
cursor: pointer;
color: black;
}
body #shop_button_group p:hover {
color: red;
}
body #shop_button_group p.active {
color: red;
}
body .swiper-container.swiper_shop {
width: 100%;
}
body .swiper-container.swiper_shop .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
width: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_shop .swiper-slide.swiper-slide-next {
width: 40% !important;
}
body .swiper-container.swiper_shop .swiper-slide.swiper-slide-active {
width: 30% !important;
}
body .swiper-container.swiper_shop .swiper-slide.swiper-slide-prev {
width: 30% !important;
}
body .type {
width: 40%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_host {
width: 70%;
}
body .swiper-container.swiper_host .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_controller {
width: 70%;
}
body .swiper-container.swiper_controller .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_amiibo {
width: 70%;
}
body .swiper-container.swiper_amiibo .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_charger {
width: 70%;
}
body .swiper-container.swiper_charger .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .swiper-container.swiper_other {
margin-bottom: 50px;
width: 70%;
}
body .swiper-container.swiper_other .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 850px) {
body #shop_button_group {
width: 100% !important;
height: 150px !important;
}
}
@media (max-width: 400px) {
body #shop_button_group {
font-size: 19px !important;
}
}
/*# sourceMappingURL=store_main.css.map */ | 0.290779 | 0.044743 |
.one-by-one-slider{
position: absolute;
left: 1%;
right: 1%;
width: 100%;
height: 400px;
max-width: 1024px;
margin: 0 auto;
align: center;
}
.one-by-one-slider-loading{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index:999;
background: transparent;
color: #fff000;
text-align: center;
line-height: 400px;
}
.one-by-one-slider-large{
height: 100%;
width: 100%;
position:relative;
overflow: hidden;
}
.one-by-one-slider-large li{
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
height: 100%;
width: 100%;
}
.one-by-one-slider-large li img{
width: 100%;
}
.one-by-one-slider-nav {
position: relative;
text-align: center;
}
.one-by-one-slider-thumbs{
height: 13px;
margin:0px auto;
position: relative;
}
.one-by-one-slider-thumbs li{
position: relative;
height: 100%;
display: inline;
text-align: center;
}
.one-by-one-slider-thumbs li.one-by-one-slider-element {
display: inline-block;
position: absolute;
width: 12px;
height: 12px;
border-radius: 50%;
background: gray;
z-index: 99999;
margin: 5px;
box-shadow:
1px 1px 1px rgba(0,0,0,0.1) inset,
1px 1px 1px rgba(255,255,255,0.1);
}
.one-by-one-slider-thumbs li a{
display: inline-block;
position: relative;
width: 12px;
height: 12px;
border-radius: 50%;
background: #e4b42d;
margin: 5px;
box-shadow:
1px 1px 1px rgba(0,0,0,0.1) inset,
1px 1px 1px rgba(255,255,255,0.1);
}
.one-by-one-slider-thumbs li a:hover{
background-color: #f0f0f0;
}
.one-by-one-slider-thumbs li img{
position: absolute;
bottom: 50px;
left: -33px;
padding: 15px;
right: 50%;
opacity: 0;
z-index: 999;
width: 64px;
-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;
-webkit-box-reflect:
below 0px -webkit-gradient(
linear,
left top,
left bottom,
from(transparent),
color-stop(50%, transparent),
to(rgba(255,255,255,0.3))
);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.one-by-one-slider-thumbs li:hover img{
opacity: 1;
bottom: 13px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
.one-by-one-slider{
height: 300px;
}
} | assets/start/css/slider.css | .one-by-one-slider{
position: absolute;
left: 1%;
right: 1%;
width: 100%;
height: 400px;
max-width: 1024px;
margin: 0 auto;
align: center;
}
.one-by-one-slider-loading{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index:999;
background: transparent;
color: #fff000;
text-align: center;
line-height: 400px;
}
.one-by-one-slider-large{
height: 100%;
width: 100%;
position:relative;
overflow: hidden;
}
.one-by-one-slider-large li{
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
height: 100%;
width: 100%;
}
.one-by-one-slider-large li img{
width: 100%;
}
.one-by-one-slider-nav {
position: relative;
text-align: center;
}
.one-by-one-slider-thumbs{
height: 13px;
margin:0px auto;
position: relative;
}
.one-by-one-slider-thumbs li{
position: relative;
height: 100%;
display: inline;
text-align: center;
}
.one-by-one-slider-thumbs li.one-by-one-slider-element {
display: inline-block;
position: absolute;
width: 12px;
height: 12px;
border-radius: 50%;
background: gray;
z-index: 99999;
margin: 5px;
box-shadow:
1px 1px 1px rgba(0,0,0,0.1) inset,
1px 1px 1px rgba(255,255,255,0.1);
}
.one-by-one-slider-thumbs li a{
display: inline-block;
position: relative;
width: 12px;
height: 12px;
border-radius: 50%;
background: #e4b42d;
margin: 5px;
box-shadow:
1px 1px 1px rgba(0,0,0,0.1) inset,
1px 1px 1px rgba(255,255,255,0.1);
}
.one-by-one-slider-thumbs li a:hover{
background-color: #f0f0f0;
}
.one-by-one-slider-thumbs li img{
position: absolute;
bottom: 50px;
left: -33px;
padding: 15px;
right: 50%;
opacity: 0;
z-index: 999;
width: 64px;
-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;
-webkit-box-reflect:
below 0px -webkit-gradient(
linear,
left top,
left bottom,
from(transparent),
color-stop(50%, transparent),
to(rgba(255,255,255,0.3))
);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.one-by-one-slider-thumbs li:hover img{
opacity: 1;
bottom: 13px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
.one-by-one-slider{
height: 300px;
}
} | 0.503418 | 0.056993 |
.dropdown .dd {
display: none;
}
.main {
margin-top: 25px;
}
.crumb-wrap li {
float: left;
margin-right: 15px;
}
/*产品介绍*/
.product-intro {}
/*放大镜预览模块*/
.preview-wrap {
width: 400px;
}
.preview-img {
position: relative;
width: 398px;
height: 398px;
border: 1px solid #ccc;
}
.preview-img img {
width: 100%;
}
.mask {
position: absolute;
top: 0;
left: 0;
width: 298px;
height: 298px;
border: 1px solid #ccc;
background: rgba(255, 255, 0, 0.3);
/*鼠标变成移动样式效果*/
cursor: move;
display: none;
}
.preview-list {
position: relative;
height: 60px;
margin-top: 60px;
}
.arrow-prev,
.arrow-next {
position: absolute;
top: 15px;
}
.arrow-prev {
left: 0;
}
.arrow-next {
right: 0;
}
.list-item {
width: 320px;
height: 60px;
margin: auto;
overflow: hidden;
}
.list-item img {
border: 1px solid #fff;
}
.list-item img:hover {
border: 1px solid #c81623;
}
.list-item ul {
width: 400px;
}
.list-item li {
float: left;
margin: 2px;
}
.itemInfo-wrap {
width: 720px;
}
.sku-name {
font-size: 16px;
font-weight: 600;
}
.news {
color: red;
margin: 10px 0;
}
.summary-price {
position: relative;
background-color: #fee9eb;
padding: 20px 0;
}
.summary .dt {
width: 70px;
float: left;
text-align: center;
}
.summary .dd {
float: left;
color: #666;
}
.summary-price em {
font-size: 24px;
color: #e12228;
}
.summary-price i {
color: #e12228;
margin-left: 15px;
}
.remark {
position: absolute;
right: 20px;
top: 20px;
}
.summary-support {
padding: 10px 0;
}
.summary-stock {
padding: 10px 0;
border-bottom: 1px solid #ccc;
}
.choose {
margin-top: 20px;
}
.choose-item {
margin: 5px 0;
}
.choose-color {
display: inline-block;
width: 80px;
text-align: center;
line-height: 40px;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.current {
border: 1px solid #c81623;
}
.choose-color:hover {
background-color: #eee;
}
.item-color {
line-height: 40px;
}
.choose-btns {
margin-top: 30px;
}
.choose-style {
display: inline-block;
padding: 0 15px;
line-height: 30px;
box-shadow: 2px 2px 0px rgba(0, 0, 0, .1)
}
.choose-amount {
display: inline-block;
position: relative;
width: 50px;
height: 44px;
}
.choose-amount input {
width: 33px;
height: 42px;
border: 1px solid #ccc;
text-align: center;
line-height: 48px;
}
.add,
.reduce {
position: absolute;
right: 0;
width: 14px;
height: 20px;
border: 1px solid #ccc;
text-align: center;
}
.reduce {
bottom: 0;
height: 21px;
}
.addshopcar {
display: inline-block;
width: 142px;
background-color: #c81623;
text-align: center;
line-height: 46px;
color: #fff;
font-size: 16px;
margin-left: 15px;
}
.addshopcar:hover {
color: #fff;
background-color: #9d0611;
}
.aside {
width: 208px;
border: 1px solid #ccc;
}
.product-detail {
margin-top: 50px;
}
.aside .tab-list {
height: 34px;
background-color: purple;
}
.aside .tab-list li {
float: left;
background-color: #f1f1f1;
text-align: center;
line-height: 33px;
width: 103px;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
cursor: pointer;
}
.aside .tab-list .active {
background-color: #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #c81623;
}
.aside .tab-content {
padding: 0 10px;
}
.aside .tab-con-item li {
float: left;
line-height: 28px;
width: 85px;
padding-left: 5px;
border-bottom: 1px dashed #ccc;
}
.tab-con-pro {
border-bottom: 1px solid #ccc;
}
.addcar {
display: block;
width: 88px;
height: 20px;
margin: 20px auto;
background-color: #eee;
border: 1px solid #ccc;
text-align: center;
line-height: 20px;
}
.detail {
width: 978px;
}
.detail .tab-list {
height: 38px;
border: 1px solid #ccc;
background-color: #eee;
line-height: 38px;
}
.detail .tab-list li {
float: left;
padding: 0 20px;
cursor: pointer;
}
.detail .tab-list .active {
background-color: #c81623;
color: #fff;
}
.tab-con-img {
text-align: center;
}
.big {
border: 1px solid #000;
width: 600px;
height: 600px;
position: absolute;
left: 400px;
top: 0;
/* display: none; */
z-index: 998;
} | css/detail.css | .dropdown .dd {
display: none;
}
.main {
margin-top: 25px;
}
.crumb-wrap li {
float: left;
margin-right: 15px;
}
/*产品介绍*/
.product-intro {}
/*放大镜预览模块*/
.preview-wrap {
width: 400px;
}
.preview-img {
position: relative;
width: 398px;
height: 398px;
border: 1px solid #ccc;
}
.preview-img img {
width: 100%;
}
.mask {
position: absolute;
top: 0;
left: 0;
width: 298px;
height: 298px;
border: 1px solid #ccc;
background: rgba(255, 255, 0, 0.3);
/*鼠标变成移动样式效果*/
cursor: move;
display: none;
}
.preview-list {
position: relative;
height: 60px;
margin-top: 60px;
}
.arrow-prev,
.arrow-next {
position: absolute;
top: 15px;
}
.arrow-prev {
left: 0;
}
.arrow-next {
right: 0;
}
.list-item {
width: 320px;
height: 60px;
margin: auto;
overflow: hidden;
}
.list-item img {
border: 1px solid #fff;
}
.list-item img:hover {
border: 1px solid #c81623;
}
.list-item ul {
width: 400px;
}
.list-item li {
float: left;
margin: 2px;
}
.itemInfo-wrap {
width: 720px;
}
.sku-name {
font-size: 16px;
font-weight: 600;
}
.news {
color: red;
margin: 10px 0;
}
.summary-price {
position: relative;
background-color: #fee9eb;
padding: 20px 0;
}
.summary .dt {
width: 70px;
float: left;
text-align: center;
}
.summary .dd {
float: left;
color: #666;
}
.summary-price em {
font-size: 24px;
color: #e12228;
}
.summary-price i {
color: #e12228;
margin-left: 15px;
}
.remark {
position: absolute;
right: 20px;
top: 20px;
}
.summary-support {
padding: 10px 0;
}
.summary-stock {
padding: 10px 0;
border-bottom: 1px solid #ccc;
}
.choose {
margin-top: 20px;
}
.choose-item {
margin: 5px 0;
}
.choose-color {
display: inline-block;
width: 80px;
text-align: center;
line-height: 40px;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.current {
border: 1px solid #c81623;
}
.choose-color:hover {
background-color: #eee;
}
.item-color {
line-height: 40px;
}
.choose-btns {
margin-top: 30px;
}
.choose-style {
display: inline-block;
padding: 0 15px;
line-height: 30px;
box-shadow: 2px 2px 0px rgba(0, 0, 0, .1)
}
.choose-amount {
display: inline-block;
position: relative;
width: 50px;
height: 44px;
}
.choose-amount input {
width: 33px;
height: 42px;
border: 1px solid #ccc;
text-align: center;
line-height: 48px;
}
.add,
.reduce {
position: absolute;
right: 0;
width: 14px;
height: 20px;
border: 1px solid #ccc;
text-align: center;
}
.reduce {
bottom: 0;
height: 21px;
}
.addshopcar {
display: inline-block;
width: 142px;
background-color: #c81623;
text-align: center;
line-height: 46px;
color: #fff;
font-size: 16px;
margin-left: 15px;
}
.addshopcar:hover {
color: #fff;
background-color: #9d0611;
}
.aside {
width: 208px;
border: 1px solid #ccc;
}
.product-detail {
margin-top: 50px;
}
.aside .tab-list {
height: 34px;
background-color: purple;
}
.aside .tab-list li {
float: left;
background-color: #f1f1f1;
text-align: center;
line-height: 33px;
width: 103px;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
cursor: pointer;
}
.aside .tab-list .active {
background-color: #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #c81623;
}
.aside .tab-content {
padding: 0 10px;
}
.aside .tab-con-item li {
float: left;
line-height: 28px;
width: 85px;
padding-left: 5px;
border-bottom: 1px dashed #ccc;
}
.tab-con-pro {
border-bottom: 1px solid #ccc;
}
.addcar {
display: block;
width: 88px;
height: 20px;
margin: 20px auto;
background-color: #eee;
border: 1px solid #ccc;
text-align: center;
line-height: 20px;
}
.detail {
width: 978px;
}
.detail .tab-list {
height: 38px;
border: 1px solid #ccc;
background-color: #eee;
line-height: 38px;
}
.detail .tab-list li {
float: left;
padding: 0 20px;
cursor: pointer;
}
.detail .tab-list .active {
background-color: #c81623;
color: #fff;
}
.tab-con-img {
text-align: center;
}
.big {
border: 1px solid #000;
width: 600px;
height: 600px;
position: absolute;
left: 400px;
top: 0;
/* display: none; */
z-index: 998;
} | 0.411702 | 0.075244 |
@font-face {
font-family: myFirstFont;
src: url(font/Montserrat-Bold.ttf);
}
@font-face {
font-family: myFirstFont1;
src: url(font/Great_Wishes.otf);
}
html,body{
background-color: #000000 ;
height: 100vh;
width: 100vw;
font-family: 'myFirstFont', sans-serif;
}
body,
html {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
.wrapper {
width: 100%;
height: 100%;
}
.loading {
margin: 10% auto;
border-top: 6px solid #1abc9c;
width: 125px;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: 50%;
z-index: 9999;
}
.spin {
-webkit-animation: spin 1s infinite linear;
-moz-animation: spin 2s infinite linear;
-ms-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 1s infinite linear;
}
@keyframes spin {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes spin {
from {
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
transform: rotate(3670deg);
}
}
@-o-keyframes spin {
from {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.class {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
}
.up {
background-color: #34495e;
width: 100%;
height: 50%;
position: absolute;
top: 0;
}
.down {
background-color: #34495e;
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
}
.left-text-con,
.right-text-con {
position: absolute;
width: 50%;
height: auto;
top: 35%;
}
.left-text-con {
left: -50%;
text-align: right;
margin-right: 10px;
}
.right-text-con {
right: -50%;
}
.text {
color: #34495e;
font-size: 4em;
margin: 0 auto;
}
@media (max-height: 300px) {
.text {
font-size: 3em;
}
.left-text-con,
.right-text-con {
top: 20%;
}
}
.anchor-user {
font-size: 3em;
position: relative;
bottom: 0;
right: 20px;
color: #000;
}
.anchor-user:hover {
color: #039be5;;
-webkit-transition: color .5s ease;
-moz-transition: color .5s ease;
-ms-transition: color .5s ease;
-o-transition: color .5s ease;
transition: color .5s ease;
} | Loader 1/css/style.css | @font-face {
font-family: myFirstFont;
src: url(font/Montserrat-Bold.ttf);
}
@font-face {
font-family: myFirstFont1;
src: url(font/Great_Wishes.otf);
}
html,body{
background-color: #000000 ;
height: 100vh;
width: 100vw;
font-family: 'myFirstFont', sans-serif;
}
body,
html {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
.wrapper {
width: 100%;
height: 100%;
}
.loading {
margin: 10% auto;
border-top: 6px solid #1abc9c;
width: 125px;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: 50%;
z-index: 9999;
}
.spin {
-webkit-animation: spin 1s infinite linear;
-moz-animation: spin 2s infinite linear;
-ms-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 1s infinite linear;
}
@keyframes spin {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes spin {
from {
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
transform: rotate(3670deg);
}
}
@-o-keyframes spin {
from {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.class {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
}
.up {
background-color: #34495e;
width: 100%;
height: 50%;
position: absolute;
top: 0;
}
.down {
background-color: #34495e;
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
}
.left-text-con,
.right-text-con {
position: absolute;
width: 50%;
height: auto;
top: 35%;
}
.left-text-con {
left: -50%;
text-align: right;
margin-right: 10px;
}
.right-text-con {
right: -50%;
}
.text {
color: #34495e;
font-size: 4em;
margin: 0 auto;
}
@media (max-height: 300px) {
.text {
font-size: 3em;
}
.left-text-con,
.right-text-con {
top: 20%;
}
}
.anchor-user {
font-size: 3em;
position: relative;
bottom: 0;
right: 20px;
color: #000;
}
.anchor-user:hover {
color: #039be5;;
-webkit-transition: color .5s ease;
-moz-transition: color .5s ease;
-ms-transition: color .5s ease;
-o-transition: color .5s ease;
transition: color .5s ease;
} | 0.507324 | 0.122655 |
* {
border: 0;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body {
background-color: black;
}
.head {
font-size: 150%;
/* grid-column: 1 / -1; /**/
padding: 5px;
background-color: darkcyan;
border-radius: 5px;
color: white;
text-align: center;
margin: .5em 0;
}
.grid {
display: grid;
grid-auto-flow: column;
column-gap: 1em;
justify-items: center;
justify-content: center;
}
.grid-label {
background-color: lightseagreen;
border-radius: 5px;
padding: 5px;
}
.grid-month {
display: grid;
grid-auto-flow: row;
justify-items: center;
height: fit-content;
}
.month {
font-weight: bold;
text-transform: lowercase;
color: #5a3d18;
}
.day-frame {
display: grid;
}
.tick {
border-radius: 50%;
}
.submit {
justify-self: center;
}
/* The grid-day */
.grid-day {
position: relative;
cursor: pointer;
padding-top: 8px;
height: 28px;
width: 36px;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: bold;
color: #5a3d18;
}
/* Hide the browser's default checkbox */
.day-frame input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.custom {
position: absolute;
top: 0;
left: 0;
height: 36px;
width: 36px;
background-color: #6f5449;
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
z-index: -1;
/* border-radius: 50%;/**/
}
/* On mouse-over, add a grey background color */
.day-frame:hover label .custom:before {
background-color: #efcf0f;
}/**/
.grid-day:hover {
color: #efcf0f;
}/**/
/* When the checkbox is checked, add a blue background */
/* .grid-day input:checked ~ .custom {
background-color: #2196F3;
border-radius: 50%;
}/**/
/* Create the custom/indicator (hidden when not checked) */
.custom:before {
content: "";
position: absolute;
}
.custom:after {
content: "";
position: absolute;
}
/* Show the custom when checked */
.day-frame input:checked + label .custom:before {
background-color: #efcf0f;
}
.day-frame input:checked + label {
color: #efcf0f;
}
/* Style the custom/indicator */
.grid-day .custom:before {
left: 3px;
top: 3px;
width: 30px;
height: 30px;
background-color: #5a3d18;
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.grid-day .custom:after {
left: 6px;
top: 6px;
width: 24px;
height: 24px;
background-color: #6f5449;
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
} | daily.css | * {
border: 0;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body {
background-color: black;
}
.head {
font-size: 150%;
/* grid-column: 1 / -1; /**/
padding: 5px;
background-color: darkcyan;
border-radius: 5px;
color: white;
text-align: center;
margin: .5em 0;
}
.grid {
display: grid;
grid-auto-flow: column;
column-gap: 1em;
justify-items: center;
justify-content: center;
}
.grid-label {
background-color: lightseagreen;
border-radius: 5px;
padding: 5px;
}
.grid-month {
display: grid;
grid-auto-flow: row;
justify-items: center;
height: fit-content;
}
.month {
font-weight: bold;
text-transform: lowercase;
color: #5a3d18;
}
.day-frame {
display: grid;
}
.tick {
border-radius: 50%;
}
.submit {
justify-self: center;
}
/* The grid-day */
.grid-day {
position: relative;
cursor: pointer;
padding-top: 8px;
height: 28px;
width: 36px;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: bold;
color: #5a3d18;
}
/* Hide the browser's default checkbox */
.day-frame input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.custom {
position: absolute;
top: 0;
left: 0;
height: 36px;
width: 36px;
background-color: #6f5449;
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
z-index: -1;
/* border-radius: 50%;/**/
}
/* On mouse-over, add a grey background color */
.day-frame:hover label .custom:before {
background-color: #efcf0f;
}/**/
.grid-day:hover {
color: #efcf0f;
}/**/
/* When the checkbox is checked, add a blue background */
/* .grid-day input:checked ~ .custom {
background-color: #2196F3;
border-radius: 50%;
}/**/
/* Create the custom/indicator (hidden when not checked) */
.custom:before {
content: "";
position: absolute;
}
.custom:after {
content: "";
position: absolute;
}
/* Show the custom when checked */
.day-frame input:checked + label .custom:before {
background-color: #efcf0f;
}
.day-frame input:checked + label {
color: #efcf0f;
}
/* Style the custom/indicator */
.grid-day .custom:before {
left: 3px;
top: 3px;
width: 30px;
height: 30px;
background-color: #5a3d18;
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.grid-day .custom:after {
left: 6px;
top: 6px;
width: 24px;
height: 24px;
background-color: #6f5449;
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
} | 0.413596 | 0.103612 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Arial';
font-size: 15px;
}
body {
display: grid;
place-items: center;
font-family: 'Arial';
}
.menu-bar {
display: flex;
flex-wrap: wrap;
background-color: #2a2e35;
padding: 15px 0 0 0;
height: auto;
width: 100%;
margin: 0 0 100px 0;
color: white;
font-family: 'Arial';
}
.container .logo{
background-color: blue;
}
.container .logo .title {
font-size: 30px;
font-weight: bold;
font-family: 'Arial';
color: black;
text-align: center;
}
.title1 {
padding: 20px 20px 50px 80px;
font-weight: bold;
font-family: 'Arial';
}
.title1:hover {
color: #4db882;
}
.container {
background-color: #2a2e35;
border-radius: 15px;
width: 450px;
line-height: 15px;
height: auto;
margin: 110px 0 0 0;
}
.containerss {
margin: 0 0 10px 0;
padding: 10px 0 0 0;
background-color: #00994d;
border-radius: 10px;
}
.wrapper {
background-color: #2a2e35;
height: auto;
max-width: 3000px;
padding: 10px 40px 10px 40px;
border-radius: 15px;
/* width: 800px; */
}
#output {
margin: 0 0 10px 0;
}
h1,
h4 {
color: white;
}
.username {
text-align: center;
}
.numberC {
text-align: center;
font-size: 30px;
}
.div2 .form-label{
color: black;
font-family: 'Arial';
}
/* button */
.bondpaper ul {
margin: 0;
padding: 0;
list-style: none;
}
.bondpaper li {
display: inline;
}
.bondpaper li a {
padding: 10px;
font-size: 0.875rem;
text-decoration: none;
}
button {
color: white;
font-weight: bold;
border-width: 0px;
background-color: #00994d;
width: 200px;
height: 50px;
margin-bottom: 10%;
display: inline;
}
button:hover {
background-color: #4db882;
}
@media screen and (max-width: 480px) {
.bondpaper {
padding: 30px 0 10px 0;
}
.bondpaper li {
display: block;
margin: 5px 0;
}
}
.container .form .div2 {
height: 45px;
margin-bottom: 15px;
position: relative;
margin: 35px 0 0 0;
}
.container .form .div2 input {
color: white;
background-color: #454e56;
border-color: #454e56;
border-width: 0px;
height: 100%;
width: 100%;
padding-left: 60px;
font-size: 15px;
border-radius: 20px;
}
.container .form .div2 textarea {
color: white;
background-color: #454e56;
border-width: 0px;
height: 200%;
width: 100%;
padding-top: 10px;
padding-left: 60px;
}
.container .form .div2 i {
position: absolute;
width: 47px;
height: 100%;
color: white;
font-size: 18px;
background-color: #00994d;
border: 1px solid #00994d;
display: flex;
align-items: center;
justify-content: center;
}
.container .form .div2 #ii {
position: absolute;
width: 47px;
height: 200%;
color: white;
font-size: 18px;
background-color: #00994d;
border-color: #00994d;
border: 0px;
display: flex;
align-items: center;
justify-content: center;
}
.form-label {
margin: 40px 0 0 2%;
color: white;
font-weight: bold;
} | assets/light/css/Establishment/establishment_monitor.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Arial';
font-size: 15px;
}
body {
display: grid;
place-items: center;
font-family: 'Arial';
}
.menu-bar {
display: flex;
flex-wrap: wrap;
background-color: #2a2e35;
padding: 15px 0 0 0;
height: auto;
width: 100%;
margin: 0 0 100px 0;
color: white;
font-family: 'Arial';
}
.container .logo{
background-color: blue;
}
.container .logo .title {
font-size: 30px;
font-weight: bold;
font-family: 'Arial';
color: black;
text-align: center;
}
.title1 {
padding: 20px 20px 50px 80px;
font-weight: bold;
font-family: 'Arial';
}
.title1:hover {
color: #4db882;
}
.container {
background-color: #2a2e35;
border-radius: 15px;
width: 450px;
line-height: 15px;
height: auto;
margin: 110px 0 0 0;
}
.containerss {
margin: 0 0 10px 0;
padding: 10px 0 0 0;
background-color: #00994d;
border-radius: 10px;
}
.wrapper {
background-color: #2a2e35;
height: auto;
max-width: 3000px;
padding: 10px 40px 10px 40px;
border-radius: 15px;
/* width: 800px; */
}
#output {
margin: 0 0 10px 0;
}
h1,
h4 {
color: white;
}
.username {
text-align: center;
}
.numberC {
text-align: center;
font-size: 30px;
}
.div2 .form-label{
color: black;
font-family: 'Arial';
}
/* button */
.bondpaper ul {
margin: 0;
padding: 0;
list-style: none;
}
.bondpaper li {
display: inline;
}
.bondpaper li a {
padding: 10px;
font-size: 0.875rem;
text-decoration: none;
}
button {
color: white;
font-weight: bold;
border-width: 0px;
background-color: #00994d;
width: 200px;
height: 50px;
margin-bottom: 10%;
display: inline;
}
button:hover {
background-color: #4db882;
}
@media screen and (max-width: 480px) {
.bondpaper {
padding: 30px 0 10px 0;
}
.bondpaper li {
display: block;
margin: 5px 0;
}
}
.container .form .div2 {
height: 45px;
margin-bottom: 15px;
position: relative;
margin: 35px 0 0 0;
}
.container .form .div2 input {
color: white;
background-color: #454e56;
border-color: #454e56;
border-width: 0px;
height: 100%;
width: 100%;
padding-left: 60px;
font-size: 15px;
border-radius: 20px;
}
.container .form .div2 textarea {
color: white;
background-color: #454e56;
border-width: 0px;
height: 200%;
width: 100%;
padding-top: 10px;
padding-left: 60px;
}
.container .form .div2 i {
position: absolute;
width: 47px;
height: 100%;
color: white;
font-size: 18px;
background-color: #00994d;
border: 1px solid #00994d;
display: flex;
align-items: center;
justify-content: center;
}
.container .form .div2 #ii {
position: absolute;
width: 47px;
height: 200%;
color: white;
font-size: 18px;
background-color: #00994d;
border-color: #00994d;
border: 0px;
display: flex;
align-items: center;
justify-content: center;
}
.form-label {
margin: 40px 0 0 2%;
color: white;
font-weight: bold;
} | 0.314366 | 0.100702 |
.explanationWrapper {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1rem;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.explanationWrapper > ol {
margin-bottom: 0.3rem;
}
.explanationLoadingWrapper {
padding-left: 1rem;
}
.outputHeader {
margin-bottom: 1rem;
}
.outputMessageRow {
margin-bottom: 1rem;
}
.outputMessageWrapper {
width: 100%;
position: relative;
border: 1px solid #ced4da;
border-radius: 0.25rem;
padding: 0.5rem 1rem;
margin-bottom: 0.5rem;
}
.outputMessageWrapper p:last-child {
margin-bottom: 0;
}
.showInformationToggleWrapper {
text-align: center;
}
.showInformationToggle {
color: var(--primary);
}
.showInformationToggle:hover {
text-decoration: underline;
cursor: pointer;
}
.informationWrapper {
position: fixed;
display: block;
top: 0;
right: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 998;
}
.noScroll {
overflow: hidden;
}
.toastExplain {
background-color: var(--light-gray);
color: black;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: var(--light);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.05);
padding: 1rem;
border-radius: 0.25rem;
height: 90%;
width: 80%;
overflow: auto;
}
.toastHeader {
display: flex;
justify-content: space-between;
font-weight: bold;
}
.toastHeader button {
color: white;
opacity: 1;
padding: 0;
margin-top: -2px !important;
text-shadow: none;
}
.toastHeader button:active {
outline: none;
border: none;
}
.toastHeader span {
color: black;
opacity: 1;
margin: 0;
padding: 0;
margin-top: -2px !important;
}
.toastHeader span:active {
outline: none;
border: none;
}
.toastHeader button:hover {
color: black;
opacity: 1;
}
.toastHeader span:hover {
color: black;
opacity: 1;
}
.toastBody {
margin-bottom: 0;
} | frontend/src/components/FormOutput/FormOutput.module.css | .explanationWrapper {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1rem;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.explanationWrapper > ol {
margin-bottom: 0.3rem;
}
.explanationLoadingWrapper {
padding-left: 1rem;
}
.outputHeader {
margin-bottom: 1rem;
}
.outputMessageRow {
margin-bottom: 1rem;
}
.outputMessageWrapper {
width: 100%;
position: relative;
border: 1px solid #ced4da;
border-radius: 0.25rem;
padding: 0.5rem 1rem;
margin-bottom: 0.5rem;
}
.outputMessageWrapper p:last-child {
margin-bottom: 0;
}
.showInformationToggleWrapper {
text-align: center;
}
.showInformationToggle {
color: var(--primary);
}
.showInformationToggle:hover {
text-decoration: underline;
cursor: pointer;
}
.informationWrapper {
position: fixed;
display: block;
top: 0;
right: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 998;
}
.noScroll {
overflow: hidden;
}
.toastExplain {
background-color: var(--light-gray);
color: black;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: var(--light);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.05);
padding: 1rem;
border-radius: 0.25rem;
height: 90%;
width: 80%;
overflow: auto;
}
.toastHeader {
display: flex;
justify-content: space-between;
font-weight: bold;
}
.toastHeader button {
color: white;
opacity: 1;
padding: 0;
margin-top: -2px !important;
text-shadow: none;
}
.toastHeader button:active {
outline: none;
border: none;
}
.toastHeader span {
color: black;
opacity: 1;
margin: 0;
padding: 0;
margin-top: -2px !important;
}
.toastHeader span:active {
outline: none;
border: none;
}
.toastHeader button:hover {
color: black;
opacity: 1;
}
.toastHeader span:hover {
color: black;
opacity: 1;
}
.toastBody {
margin-bottom: 0;
} | 0.758153 | 0.136868 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
* {
padding: 0;
margin: 0;
box-sizing: border-box;
text-decoration: none;
list-style: none;
}
.main-header {
/* margin: 26px 24px; */
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
z-index: 1;
background-color: #fff;
padding: 20px;
width: 100%;
}
.main-header > .header-nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-nav > .nav-logo {
font: normal normal 700 18px 'Poppins', sans-serif;
line-height: 20px;
text-transform: uppercase;
color: #6070ff;
}
.header-nav > .nav-menu {
color: #6070ff;
}
.hero-section {
background-image: url("assets/images/background\ image.svg");
background-position: top;
background-repeat: no-repeat;
background-size: auto;
background-clip: padding-box;
object-fit: contain;
padding-bottom: 138px;
margin-bottom: 114px;
border-bottom-left-radius: 20px;
}
.hero-section > div > .hero-h1 {
margin-top: 100px;
}
.hero-section > div {
width: 100%;
padding: 0 24px;
display: flex;
flex-direction: column;
gap: 12px;
}
.hero-section > div > h1 {
font: normal normal 700 40px 'Poppins', sans-serif;
line-height: 52px;
margin-top: 205px;
color: #172b4d;
}
.hero-section > div > .hero-text {
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #344563;
}
.hero-section > div > .hero-connect {
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #7f8cff;
}
.hero-links {
float: left;
display: flex;
align-items: center;
padding: 12px 12px 12px 0;
border-radius: 10px;
}
.hero-section > div > .hero-links {
display: flex;
gap: 19px;
align-items: baseline;
}
.menu-container {
width: 100%;
height: 100vh;
background-color: #6070ff;
opacity: 80%;
position: absolute;
right: 0;
top: 0;
bottom: 0;
mix-blend-mode: multiply;
left: 100%;
transition: 0.6s ease-in-out;
z-index: 5;
display: none;
}
.menu-container.isActive {
left: 0;
flex-direction: column;
align-items: center;
gap: 40px;
text-align: center;
animation: trans 1s;
display: block;
transition: 0.6s ease-in-out;
}
.menu-container .trans {
padding: 60px 10px;
height: 100%;
background-color: transparent;
display: flex;
flex-direction: column;
}
.menu-container .trans .closeIcon {
color: #fff;
background-color: #800020;
border-radius: 20px;
}
.menu-container .trans .close-btn {
text-align: right;
}
.menu-container .trans ul {
list-style: none;
text-align: left;
}
.menu-container .trans ul li a {
text-decoration: none;
color: #fff;
font-size: 32px;
font-weight: 600;
font-family: "Poppins", sans-serif;
text-transform: lowercase;
}
.modal-content {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
z-index: 10;
transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modal-content.show {
transition: all 300ms ease-in-out;
transform: translate(-50%, -50%) scale(1);
border-radius: 20px;
width: 100%;
}
#overlay.show {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 70%);
z-index: 1;
padding: 50% 0;
}
.modal-card {
display: flex;
flex-direction: column;
background-color: #fff;
padding: 20px;
margin: 0 10px;
border-radius: 20px;
border: 3px solid #fff;
}
.modal-card:hover {
border-color: #a7aeff;
transition: all 0.9s;
}
.modal-bottom {
display: flex;
flex-direction: column;
}
.modal-side {
display: flex;
flex-direction: column;
}
.m-close-head {
justify-content: space-between;
align-items: flex-start;
}
.modal-para {
font-family: "Poppins", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-align: justify;
}
.close-icon {
color: #f16529;
padding-top: 15px;
}
.modal-langs {
flex-wrap: wrap;
}
#modal-img {
width: 100%;
border-radius: 20px;
transform: scale(1);
object-fit: scale-down;
}
.modal-langs li {
font-family: "Poppins", sans-serif;
background: #ebebff;
border-radius: 8px;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #6070ff;
padding: 4px 12px;
margin-right: 5px;
margin-bottom: 2px;
flex-wrap: wrap;
}
.modal-btn {
align-items: flex-start;
text-decoration: none;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
text-align: center;
letter-spacing: 0.03em;
border: 1px solid #6070ff;
border-radius: 8px;
padding: 5px;
background-color: #fff;
color: #396df2;
}
@media screen and (min-width: 768px) {
.modal-content {
overflow-y: auto;
width: 100vw;
max-height: 100%;
padding: 20px 0 !important;
}
.modal-content::-webkit-scrollbar {
width: 0.1em;
}
.modal-content::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px transparent;
border-radius: 10px;
}
.modal-card-inner {
display: flex;
flex-direction: column;
gap: 20px;
padding: 0 50px;
}
.modal-card {
width: 700px;
margin: 0 auto;
}
.modal-figure {
width: 100%;
margin: 0 auto;
}
.button-group {
margin: 0 auto;
gap: 50px;
padding-top: 10px;
}
}
@media screen and (min-width: 992px) {
.modal-content {
overflow-y: auto;
max-height: 100%;
}
.modal-card-inner {
display: flex;
flex-direction: column;
}
.modal-card {
width: 900px;
margin: 0 auto;
}
.modal-tonic {
margin-top: 0 !important;
}
.modal-figure {
width: 100%;
margin: 0 auto;
}
.button-group {
margin: 0 auto;
gap: 50px;
padding-top: 10px;
}
}
@media screen and (min-width: 1024px) {
.modal-content {
overflow-y: auto;
max-height: 100%;
}
.modal-card-inner {
display: flex;
flex-direction: column;
}
.modal-figure {
width: 100%;
margin: 0 auto;
}
}
@media screen and (min-width: 1366px) {
.modal-content {
overflow-y: auto;
max-height: 100%;
}
.modal-card-inner {
display: flex;
flex-direction: column;
}
.modal-card {
width: 100%;
}
}
#work-container {
display: grid;
flex-direction: column;
gap: 20px;
padding-top: 12px;
background-color: #e5e5e5;
}
.container {
display: grid;
grid-template-columns: auto;
gap: 10px;
background-color: #fff;
border-radius: 16px;
border: 1px solid #dfe1e6;
margin: 50px auto;
padding: 16px 0;
position: static;
}
.container > figure {
margin: 0 16px;
}
.container > figure > img {
width: 100%;
}
.Project-one-header {
margin: 0 16px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.Project-one-header > h4 {
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 44px;
color: #172b4d;
margin-top: 0;
}
.project-description li {
margin: 0 5px;
}
.project-text {
color: #344563;
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
.project-description > .project-text {
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
color: #344563;
}
.project-requirement {
font: normal normal 400 15px 'Poppins', sans-serif;
line-height: 24px;
color: #344563;
position: static;
height: 76px;
left: 0;
top: 92px;
}
/* .Project1-languages {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 10px;
list-style: none;
float: initial;
} */
/* .Project1-languages > .lang1 {
float: left;
width: 53px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
color: #6070ff;
background: #ebebff;
} */
/* .Project1-languages > .lang2 {
float: left;
width: 40px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
color: #6070ff;
background: #ebebff;
} */
.flex {
display: flex;
justify-content: center;
align-items: center;
}
.lang {
border-radius: 8px;
color: #6070ff;
background: #ebebff;
padding: 5px;
margin: 5px;
}
.ruby {
display: none;
}
.btn {
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 24px;
letter-spacing: 0.03em;
border: 2px solid #6070ff;
color: #6070ff;
background-color: #fff;
box-sizing: border-box;
border-radius: 8px;
margin-top: 24px;
padding: 12px;
}
.btn:hover {
top: 12px;
background: #6070ff;
box-shadow: 0 8px 16px #172b4d;
color: #fff;
}
.btn:active {
top: 12px;
background: #2230d2;
box-shadow: 0 8px 16px #172b4d;
color: #fff;
}
#about-container {
display: grid;
padding: 150px 30px 150px 30px;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: top right;
}
.about-content {
display: flex;
flex-direction: column;
width: 327px;
height: auto;
}
.title {
position: static;
width: 327px;
height: 101px;
left: 0;
top: 0;
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 52px;
display: flex;
align-items: center;
color: #172b4d;
}
.about-description {
font: normal normal 400 16px 'Poppins', sans-serif;
position: static;
width: 370px;
height: 144px;
left: 0;
top: 113px;
line-height: 24px;
color: #344563;
margin: 12px 0;
}
#about-container > a {
text-decoration: none;
}
.connect-one {
position: static;
width: 117px;
height: 24px;
left: 0;
top: 0;
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 100;
font-size: 16px;
line-height: 24px;
color: #7f8cff;
}
.icons {
display: flex;
gap: 19px;
align-items: baseline;
margin-top: 20px;
}
.btn1 {
font: normal normal 400 17px 'Poppins', sans-serif;
width: 180px;
height: 48px;
display: flex;
align-items: center;
text-align: center;
line-height: 24px;
letter-spacing: 0.03em;
border: 2px solid #6070ff;
color: #6070ff;
background-color: #fff;
box-sizing: border-box;
border-radius: 8px;
margin-top: 24px;
padding-left: 12px;
}
.programming-languages3 {
display: flex;
flex-direction: column;
align-items: center;
}
.menu1 {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: auto;
margin-top: 20px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 24px;
}
.programming-languages3 > .menu1 {
padding: 30px 0;
height: 24px;
left: 12px;
right: 78px;
top: calc(50% - 24px / 2);
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
display: flex;
align-items: center;
color: #000;
}
.programming-lang {
margin-top: 20px;
display: flex;
flex-direction: column;
}
.hero-sub-link {
font: normal normal 400 15px 'Poppins', sans-serif;
}
.programming-lang1 {
display: flex;
flex-direction: column;
}
#frameworks {
margin-top: 20px;
padding: 10px;
border-bottom: 1px solid lightgray;
}
#skills {
margin-top: 20px;
padding: 10px;
border-bottom: 1px solid lightgray;
}
.framework1 {
font: normal normal 500 20px 'Poppins', sans-serif;
}
.icon {
margin-right: 20px;
}
/* contact-me section */
.contact-me {
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 70px 0 0 0;
background-color: #6070ff;
padding: 20px;
text-align: center;
color: #fff;
font-family: inherit;
background-image: url(assets/images/contact-form-image.png), url(assets/images/contact-form-image.png);
background-position: top right, bottom right;
padding-top: 180px;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
box-sizing: border-box;
}
.contact-title {
font-family: Poppins, sans-serif;
display: flex;
align-items: center;
text-align: center;
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 52px;
color: #fff;
top: 4734px;
padding-right: 20px;
justify-content: center;
}
.contact-description {
font-family: Poppins, sans-serif;
font-size: 20px;
line-height: 28px;
text-align: center;
color: #ebebff;
margin-top: 5px;
width: 100%;
font-style: normal;
position: static;
font-weight: 250;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 130px;
height: 102px;
top: 3000px;
justify-content: center;
}
form {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 30px;
}
input,
textarea {
width: 100%;
box-sizing: border-box;
margin-bottom: 20px;
border-radius: 6px;
border: none;
padding: 12px;
}
.footer-line {
position: static;
width: 134px;
height: 5px;
bottom: 8px;
background: #0d151e;
border-radius: 10px;
margin-top: 40px;
margin-left: 100px;
}
.desktop,
.nav-items {
display: none;
}
@media only screen and (min-width: 768px) {
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
.main-header {
width: 70%;
margin: 20px auto;
}
.nav-logo {
color: #6070ff;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 20px;
}
#social-media {
display: flex;
flex-direction: row;
}
.header-nav i {
display: none;
}
.nav-items {
display: flex;
}
.nav-items li {
padding: 0 20px;
}
.nav-items a {
color: #344563;
}
.hero-section {
background-image: url(assets/images/desktop-bg-img.png);
background-repeat: no-repeat;
background-size: cover;
background-color: #fff;
}
.hero-section > div {
margin: auto;
width: 70%;
}
.mobile {
display: none;
}
.desktop {
display: block;
display: flex;
width: 80%;
margin: 25px auto;
}
.row-reverse {
flex-direction: row-reverse;
}
.ruby {
display: block;
}
.contact-me {
background-image: url(assets/images/desktop-bg-img.png);
}
.contact-me > div {
margin: auto;
padding-top: 180px;
width: 40%;
box-sizing: border-box;
}
.flex-column {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.about-content {
display: flex;
flex-direction: row;
justify-content: space-between;
box-sizing: border-box;
}
#about-container {
width: 80%;
margin: 70px auto 70px auto;
padding: 0;
}
.programming-lang {
display: flex;
flex-direction: row;
}
.Project-languages {
flex-wrap: wrap;
margin-top: 20px;
}
.dropdown-menu {
width: 100%;
}
.hero-links {
flex-direction: column;
gap: 10px;
margin-right: 10px;
padding-right: 40px;
background-color: #f7f7f9;
}
.about-description {
padding-right: 20px;
}
.contact-title {
margin-bottom: 50px;
}
.contact-description {
margin-bottom: 80px;
}
.footer-line {
display: none;
}
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
* {
padding: 0;
margin: 0;
box-sizing: border-box;
text-decoration: none;
list-style: none;
}
.main-header {
/* margin: 26px 24px; */
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
z-index: 1;
background-color: #fff;
padding: 20px;
width: 100%;
}
.main-header > .header-nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-nav > .nav-logo {
font: normal normal 700 18px 'Poppins', sans-serif;
line-height: 20px;
text-transform: uppercase;
color: #6070ff;
}
.header-nav > .nav-menu {
color: #6070ff;
}
.hero-section {
background-image: url("assets/images/background\ image.svg");
background-position: top;
background-repeat: no-repeat;
background-size: auto;
background-clip: padding-box;
object-fit: contain;
padding-bottom: 138px;
margin-bottom: 114px;
border-bottom-left-radius: 20px;
}
.hero-section > div > .hero-h1 {
margin-top: 100px;
}
.hero-section > div {
width: 100%;
padding: 0 24px;
display: flex;
flex-direction: column;
gap: 12px;
}
.hero-section > div > h1 {
font: normal normal 700 40px 'Poppins', sans-serif;
line-height: 52px;
margin-top: 205px;
color: #172b4d;
}
.hero-section > div > .hero-text {
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #344563;
}
.hero-section > div > .hero-connect {
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #7f8cff;
}
.hero-links {
float: left;
display: flex;
align-items: center;
padding: 12px 12px 12px 0;
border-radius: 10px;
}
.hero-section > div > .hero-links {
display: flex;
gap: 19px;
align-items: baseline;
}
.menu-container {
width: 100%;
height: 100vh;
background-color: #6070ff;
opacity: 80%;
position: absolute;
right: 0;
top: 0;
bottom: 0;
mix-blend-mode: multiply;
left: 100%;
transition: 0.6s ease-in-out;
z-index: 5;
display: none;
}
.menu-container.isActive {
left: 0;
flex-direction: column;
align-items: center;
gap: 40px;
text-align: center;
animation: trans 1s;
display: block;
transition: 0.6s ease-in-out;
}
.menu-container .trans {
padding: 60px 10px;
height: 100%;
background-color: transparent;
display: flex;
flex-direction: column;
}
.menu-container .trans .closeIcon {
color: #fff;
background-color: #800020;
border-radius: 20px;
}
.menu-container .trans .close-btn {
text-align: right;
}
.menu-container .trans ul {
list-style: none;
text-align: left;
}
.menu-container .trans ul li a {
text-decoration: none;
color: #fff;
font-size: 32px;
font-weight: 600;
font-family: "Poppins", sans-serif;
text-transform: lowercase;
}
.modal-content {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
z-index: 10;
transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modal-content.show {
transition: all 300ms ease-in-out;
transform: translate(-50%, -50%) scale(1);
border-radius: 20px;
width: 100%;
}
#overlay.show {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 70%);
z-index: 1;
padding: 50% 0;
}
.modal-card {
display: flex;
flex-direction: column;
background-color: #fff;
padding: 20px;
margin: 0 10px;
border-radius: 20px;
border: 3px solid #fff;
}
.modal-card:hover {
border-color: #a7aeff;
transition: all 0.9s;
}
.modal-bottom {
display: flex;
flex-direction: column;
}
.modal-side {
display: flex;
flex-direction: column;
}
.m-close-head {
justify-content: space-between;
align-items: flex-start;
}
.modal-para {
font-family: "Poppins", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-align: justify;
}
.close-icon {
color: #f16529;
padding-top: 15px;
}
.modal-langs {
flex-wrap: wrap;
}
#modal-img {
width: 100%;
border-radius: 20px;
transform: scale(1);
object-fit: scale-down;
}
.modal-langs li {
font-family: "Poppins", sans-serif;
background: #ebebff;
border-radius: 8px;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #6070ff;
padding: 4px 12px;
margin-right: 5px;
margin-bottom: 2px;
flex-wrap: wrap;
}
.modal-btn {
align-items: flex-start;
text-decoration: none;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
text-align: center;
letter-spacing: 0.03em;
border: 1px solid #6070ff;
border-radius: 8px;
padding: 5px;
background-color: #fff;
color: #396df2;
}
@media screen and (min-width: 768px) {
.modal-content {
overflow-y: auto;
width: 100vw;
max-height: 100%;
padding: 20px 0 !important;
}
.modal-content::-webkit-scrollbar {
width: 0.1em;
}
.modal-content::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px transparent;
border-radius: 10px;
}
.modal-card-inner {
display: flex;
flex-direction: column;
gap: 20px;
padding: 0 50px;
}
.modal-card {
width: 700px;
margin: 0 auto;
}
.modal-figure {
width: 100%;
margin: 0 auto;
}
.button-group {
margin: 0 auto;
gap: 50px;
padding-top: 10px;
}
}
@media screen and (min-width: 992px) {
.modal-content {
overflow-y: auto;
max-height: 100%;
}
.modal-card-inner {
display: flex;
flex-direction: column;
}
.modal-card {
width: 900px;
margin: 0 auto;
}
.modal-tonic {
margin-top: 0 !important;
}
.modal-figure {
width: 100%;
margin: 0 auto;
}
.button-group {
margin: 0 auto;
gap: 50px;
padding-top: 10px;
}
}
@media screen and (min-width: 1024px) {
.modal-content {
overflow-y: auto;
max-height: 100%;
}
.modal-card-inner {
display: flex;
flex-direction: column;
}
.modal-figure {
width: 100%;
margin: 0 auto;
}
}
@media screen and (min-width: 1366px) {
.modal-content {
overflow-y: auto;
max-height: 100%;
}
.modal-card-inner {
display: flex;
flex-direction: column;
}
.modal-card {
width: 100%;
}
}
#work-container {
display: grid;
flex-direction: column;
gap: 20px;
padding-top: 12px;
background-color: #e5e5e5;
}
.container {
display: grid;
grid-template-columns: auto;
gap: 10px;
background-color: #fff;
border-radius: 16px;
border: 1px solid #dfe1e6;
margin: 50px auto;
padding: 16px 0;
position: static;
}
.container > figure {
margin: 0 16px;
}
.container > figure > img {
width: 100%;
}
.Project-one-header {
margin: 0 16px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.Project-one-header > h4 {
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 44px;
color: #172b4d;
margin-top: 0;
}
.project-description li {
margin: 0 5px;
}
.project-text {
color: #344563;
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
.project-description > .project-text {
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
color: #344563;
}
.project-requirement {
font: normal normal 400 15px 'Poppins', sans-serif;
line-height: 24px;
color: #344563;
position: static;
height: 76px;
left: 0;
top: 92px;
}
/* .Project1-languages {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 10px;
list-style: none;
float: initial;
} */
/* .Project1-languages > .lang1 {
float: left;
width: 53px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
color: #6070ff;
background: #ebebff;
} */
/* .Project1-languages > .lang2 {
float: left;
width: 40px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
color: #6070ff;
background: #ebebff;
} */
.flex {
display: flex;
justify-content: center;
align-items: center;
}
.lang {
border-radius: 8px;
color: #6070ff;
background: #ebebff;
padding: 5px;
margin: 5px;
}
.ruby {
display: none;
}
.btn {
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 24px;
letter-spacing: 0.03em;
border: 2px solid #6070ff;
color: #6070ff;
background-color: #fff;
box-sizing: border-box;
border-radius: 8px;
margin-top: 24px;
padding: 12px;
}
.btn:hover {
top: 12px;
background: #6070ff;
box-shadow: 0 8px 16px #172b4d;
color: #fff;
}
.btn:active {
top: 12px;
background: #2230d2;
box-shadow: 0 8px 16px #172b4d;
color: #fff;
}
#about-container {
display: grid;
padding: 150px 30px 150px 30px;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: top right;
}
.about-content {
display: flex;
flex-direction: column;
width: 327px;
height: auto;
}
.title {
position: static;
width: 327px;
height: 101px;
left: 0;
top: 0;
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 52px;
display: flex;
align-items: center;
color: #172b4d;
}
.about-description {
font: normal normal 400 16px 'Poppins', sans-serif;
position: static;
width: 370px;
height: 144px;
left: 0;
top: 113px;
line-height: 24px;
color: #344563;
margin: 12px 0;
}
#about-container > a {
text-decoration: none;
}
.connect-one {
position: static;
width: 117px;
height: 24px;
left: 0;
top: 0;
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 100;
font-size: 16px;
line-height: 24px;
color: #7f8cff;
}
.icons {
display: flex;
gap: 19px;
align-items: baseline;
margin-top: 20px;
}
.btn1 {
font: normal normal 400 17px 'Poppins', sans-serif;
width: 180px;
height: 48px;
display: flex;
align-items: center;
text-align: center;
line-height: 24px;
letter-spacing: 0.03em;
border: 2px solid #6070ff;
color: #6070ff;
background-color: #fff;
box-sizing: border-box;
border-radius: 8px;
margin-top: 24px;
padding-left: 12px;
}
.programming-languages3 {
display: flex;
flex-direction: column;
align-items: center;
}
.menu1 {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: auto;
margin-top: 20px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 24px;
}
.programming-languages3 > .menu1 {
padding: 30px 0;
height: 24px;
left: 12px;
right: 78px;
top: calc(50% - 24px / 2);
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
display: flex;
align-items: center;
color: #000;
}
.programming-lang {
margin-top: 20px;
display: flex;
flex-direction: column;
}
.hero-sub-link {
font: normal normal 400 15px 'Poppins', sans-serif;
}
.programming-lang1 {
display: flex;
flex-direction: column;
}
#frameworks {
margin-top: 20px;
padding: 10px;
border-bottom: 1px solid lightgray;
}
#skills {
margin-top: 20px;
padding: 10px;
border-bottom: 1px solid lightgray;
}
.framework1 {
font: normal normal 500 20px 'Poppins', sans-serif;
}
.icon {
margin-right: 20px;
}
/* contact-me section */
.contact-me {
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 70px 0 0 0;
background-color: #6070ff;
padding: 20px;
text-align: center;
color: #fff;
font-family: inherit;
background-image: url(assets/images/contact-form-image.png), url(assets/images/contact-form-image.png);
background-position: top right, bottom right;
padding-top: 180px;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
box-sizing: border-box;
}
.contact-title {
font-family: Poppins, sans-serif;
display: flex;
align-items: center;
text-align: center;
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 52px;
color: #fff;
top: 4734px;
padding-right: 20px;
justify-content: center;
}
.contact-description {
font-family: Poppins, sans-serif;
font-size: 20px;
line-height: 28px;
text-align: center;
color: #ebebff;
margin-top: 5px;
width: 100%;
font-style: normal;
position: static;
font-weight: 250;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 130px;
height: 102px;
top: 3000px;
justify-content: center;
}
form {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 30px;
}
input,
textarea {
width: 100%;
box-sizing: border-box;
margin-bottom: 20px;
border-radius: 6px;
border: none;
padding: 12px;
}
.footer-line {
position: static;
width: 134px;
height: 5px;
bottom: 8px;
background: #0d151e;
border-radius: 10px;
margin-top: 40px;
margin-left: 100px;
}
.desktop,
.nav-items {
display: none;
}
@media only screen and (min-width: 768px) {
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
.main-header {
width: 70%;
margin: 20px auto;
}
.nav-logo {
color: #6070ff;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 20px;
}
#social-media {
display: flex;
flex-direction: row;
}
.header-nav i {
display: none;
}
.nav-items {
display: flex;
}
.nav-items li {
padding: 0 20px;
}
.nav-items a {
color: #344563;
}
.hero-section {
background-image: url(assets/images/desktop-bg-img.png);
background-repeat: no-repeat;
background-size: cover;
background-color: #fff;
}
.hero-section > div {
margin: auto;
width: 70%;
}
.mobile {
display: none;
}
.desktop {
display: block;
display: flex;
width: 80%;
margin: 25px auto;
}
.row-reverse {
flex-direction: row-reverse;
}
.ruby {
display: block;
}
.contact-me {
background-image: url(assets/images/desktop-bg-img.png);
}
.contact-me > div {
margin: auto;
padding-top: 180px;
width: 40%;
box-sizing: border-box;
}
.flex-column {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.about-content {
display: flex;
flex-direction: row;
justify-content: space-between;
box-sizing: border-box;
}
#about-container {
width: 80%;
margin: 70px auto 70px auto;
padding: 0;
}
.programming-lang {
display: flex;
flex-direction: row;
}
.Project-languages {
flex-wrap: wrap;
margin-top: 20px;
}
.dropdown-menu {
width: 100%;
}
.hero-links {
flex-direction: column;
gap: 10px;
margin-right: 10px;
padding-right: 40px;
background-color: #f7f7f9;
}
.about-description {
padding-right: 20px;
}
.contact-title {
margin-bottom: 50px;
}
.contact-description {
margin-bottom: 80px;
}
.footer-line {
display: none;
}
} | 0.385375 | 0.055541 |
@keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
#leftpane{
height: 90vh;
background-color: #222;
}
#rightpane{
height: 90vh;
background-color: #333;
}
#meta-container{
height: 65vh;
}
#song-cover{
width: 250px;
height: 250px;
background: url('../vectors/disc1.svg') center center no-repeat;
border-radius: 50%;
background-size: contain;
animation: rotating 4s linear infinite;
animation-play-state: paused;
display: block;
}
#song-details{
display: block;
}
#song-name{
font-size: 30px;
line-height: 2;
display: block;
}
#song-artist{
color: #999;
}
/* Player Config */
.playBtn, .repBtn, .shuffleBtn, .prevBtn, .nextBtn{
padding-top: 0.7vh;
border-radius: 50%;
border: 0;
background-color: #333;
outline: none;
transition: all 0.2s;
}
.playBtn i,.prevBtn i, .nextBtn i{
font-size: 3vh;
width: 3vh;
text-align: center;
color: white;
transition: all 0.2s;
}
.shuffleBtn i, .repBtn i{
font-size: 2.7vh;
width: 2.7vh;
text-align: center;
color: white;
transition: all 0.2s;
}
.nextBtn:hover i, .prevBtn:hover i{
color: #888;
}
.playBtn:hover{
background-color: white;
}
.playBtn:hover i{
color: #333;
}
.slider {
outline: 0;
border: 0;
margin: 20px;
border-radius: 3px;
-webkit-appearance: none;
width: 100%;
transition: all 450ms ease-in;
height: 5px;
}
.slider:disabled{
background-color: #ccc;
}
.slider::-webkit-slider-thumb {
width: 15px;
-webkit-appearance: none;
height: 15px;
cursor: ew-resize;
background: #fff;
border-radius: 50%;
position: relative;
}
/* Table Properties */
.table-fixed thead {
width: auto;
}
.table-fixed tbody {
height: 80vh;
overflow-y: auto;
width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr{
display: block;
color: white;
}
/* .table-fixed tbody td, .table-fixed thead > tr> th {
float: left;
} */
.table-fixed tr:hover{
background-color: #444;
cursor: pointer;
} | assets/css/index.css | @keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
#leftpane{
height: 90vh;
background-color: #222;
}
#rightpane{
height: 90vh;
background-color: #333;
}
#meta-container{
height: 65vh;
}
#song-cover{
width: 250px;
height: 250px;
background: url('../vectors/disc1.svg') center center no-repeat;
border-radius: 50%;
background-size: contain;
animation: rotating 4s linear infinite;
animation-play-state: paused;
display: block;
}
#song-details{
display: block;
}
#song-name{
font-size: 30px;
line-height: 2;
display: block;
}
#song-artist{
color: #999;
}
/* Player Config */
.playBtn, .repBtn, .shuffleBtn, .prevBtn, .nextBtn{
padding-top: 0.7vh;
border-radius: 50%;
border: 0;
background-color: #333;
outline: none;
transition: all 0.2s;
}
.playBtn i,.prevBtn i, .nextBtn i{
font-size: 3vh;
width: 3vh;
text-align: center;
color: white;
transition: all 0.2s;
}
.shuffleBtn i, .repBtn i{
font-size: 2.7vh;
width: 2.7vh;
text-align: center;
color: white;
transition: all 0.2s;
}
.nextBtn:hover i, .prevBtn:hover i{
color: #888;
}
.playBtn:hover{
background-color: white;
}
.playBtn:hover i{
color: #333;
}
.slider {
outline: 0;
border: 0;
margin: 20px;
border-radius: 3px;
-webkit-appearance: none;
width: 100%;
transition: all 450ms ease-in;
height: 5px;
}
.slider:disabled{
background-color: #ccc;
}
.slider::-webkit-slider-thumb {
width: 15px;
-webkit-appearance: none;
height: 15px;
cursor: ew-resize;
background: #fff;
border-radius: 50%;
position: relative;
}
/* Table Properties */
.table-fixed thead {
width: auto;
}
.table-fixed tbody {
height: 80vh;
overflow-y: auto;
width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr{
display: block;
color: white;
}
/* .table-fixed tbody td, .table-fixed thead > tr> th {
float: left;
} */
.table-fixed tr:hover{
background-color: #444;
cursor: pointer;
} | 0.379723 | 0.111725 |
min-width:1280px;
}
#couples .couples_box{
width:960px;
margin:0 auto;
}
#couples .couples_box .couples_choose{
border:1px solid #ddd;
float: left;
margin:20px 0px 30px 0px;
width:100%;
}
#couples .choose_img {
margin-top:30px;
float: left;
margin-left:30px;
}
#couples .choose_img li{
float: left;
line-height:48px;
margin:0px 30px 0px 20px;
cursor: pointer;
text-align: center;
}
#couples .choose_img li img{
width:64px;
height:64px;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
}
#couples .choose_img .border,.border_hover{
border:1px solid #139ffc;
margin:-1px;
}
#couples .choose_img .color,.color_hover{
color: #139ffc;
margin:-1px;
}
#couples .couples_box .choose_text{
float: left;
width:100%;
line-height: 48px;
border-bottom:1px solid #ddd;
}
#couples .couples_box .choose_text li{
float: left;
margin:0px 10px 0px 20px;
cursor: pointer;
}
#couples .couples_box .choose_text li:hover{
color: #139ffc;
border-bottom:3px solid #139ffc;
}
#couples .choose_text .border{
color: #139ffc;
border-bottom:3px solid #139ffc;
}
.god_zxz,.god_xh,.god_nsp,.god_ssp,.god_xqx,.god_xxr,.god_bl,.god_hlf{
width:58px;
height:58px;
overflow: hidden;
background-repeat:no-repeat;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
}
#couples .god_zxz{
background-image: url("../img/god_zxz_ico.png");
}
#couples .god_xh{
background-image: url("../img/god_xhmm_ico.png");
}
#couples .god_nsp{
background-image: url("../img/god_nsp_ico.png");
}
#couples .god_ssp{
background-image: url("../img/god_ssp_ico.png");
}
#couples .god_xqx{
background-image: url("../img/god_xqx_ico.png");
}
#couples .god_xxr{
background-image: url("../img/god_xxr_ico.png");
background-position: -20px 0;
}
#couples .god_bl{
background-image: url("../img/god_bl_ico.png");
background-position: -4px 0
}
#couples .god_hlf{
background-image: url("../img/god_hlf_ico.png");
}
#couples .baby_details {
float: left;
width:100%;
}
#couples .baby_details ul{
float: left;
margin-left:-22px;
width:1100px;
}
#couples .baby_details ul li{
width:222px;
height:332px;
float: left;
border:1px solid #e6e6e6;
margin-bottom:20px;
margin-left:22px;
}
#couples .baby_details ul li:hover{
-webkit-box-shadow: 2px 2px 8px #999;
-moz-box-shadow: 2px 2px 8px #999;
box-shadow: 1px 2px 8px #ddd;
}
#couples .baby_img{
width: 222px;
height:222px;
overflow: hidden;
}
#couples .baby_img img{
max-width:222px;
max-height:222px;
}
#couples .baby_content {
padding:20px 10px;
}
#couples .baby_content p{
height:40px;
display: -webkit-box;
text-overflow: ellipsis;
overflow : hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
#couples .baby_price{
padding:0px 10px;
}
#couples .baby_price .price{
float: left;
color: #ff2d47;' '
}
#couples .baby_price .praise{
cursor:pointer;
}
#couples .baby_price .praise_ico{
width:18px;
height:20px;
float: left;
background-image: url(../img/praise_ico.png);
background-repeat:no-repeat;
background-position: 0px 2px;
}
#couples .baby_price .parise_solid_ico{
width:18px;
height:20px;
float: left;
background-image: url(../img/parise_solid_ico.png);
background-repeat:no-repeat;
background-position: 0px 2px;
}
#couples .baby_price .praise{
float: right;
color: #999;
margin-top:4px;
}
#couples .choose_page{
margin-bottom:70px;
margin-top:30px;
float: left;
margin-left:50%;
}
#couples .choose_page ul{
float: left;
}
#couples .choose_page ul li{
float: left;
margin-left:10px;
text-align: center;
width:30px;
height:30px;
line-height:30px;
background: #e6e6e6;
}
#couples .choose_page ul li:hover{
color: #fff;
background: #139ffc;
}
#couples .choose_page a{
color: #999;
}
#couples .choose_page .point{
background: none;
color: #999;
}
#couples .choose_page .point:hover{
background: none;
color: #999;
}
#couples .choose_page .selected{
color: #fff;
background: #139ffc;
} | Public/css/couples.css | min-width:1280px;
}
#couples .couples_box{
width:960px;
margin:0 auto;
}
#couples .couples_box .couples_choose{
border:1px solid #ddd;
float: left;
margin:20px 0px 30px 0px;
width:100%;
}
#couples .choose_img {
margin-top:30px;
float: left;
margin-left:30px;
}
#couples .choose_img li{
float: left;
line-height:48px;
margin:0px 30px 0px 20px;
cursor: pointer;
text-align: center;
}
#couples .choose_img li img{
width:64px;
height:64px;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
}
#couples .choose_img .border,.border_hover{
border:1px solid #139ffc;
margin:-1px;
}
#couples .choose_img .color,.color_hover{
color: #139ffc;
margin:-1px;
}
#couples .couples_box .choose_text{
float: left;
width:100%;
line-height: 48px;
border-bottom:1px solid #ddd;
}
#couples .couples_box .choose_text li{
float: left;
margin:0px 10px 0px 20px;
cursor: pointer;
}
#couples .couples_box .choose_text li:hover{
color: #139ffc;
border-bottom:3px solid #139ffc;
}
#couples .choose_text .border{
color: #139ffc;
border-bottom:3px solid #139ffc;
}
.god_zxz,.god_xh,.god_nsp,.god_ssp,.god_xqx,.god_xxr,.god_bl,.god_hlf{
width:58px;
height:58px;
overflow: hidden;
background-repeat:no-repeat;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
}
#couples .god_zxz{
background-image: url("../img/god_zxz_ico.png");
}
#couples .god_xh{
background-image: url("../img/god_xhmm_ico.png");
}
#couples .god_nsp{
background-image: url("../img/god_nsp_ico.png");
}
#couples .god_ssp{
background-image: url("../img/god_ssp_ico.png");
}
#couples .god_xqx{
background-image: url("../img/god_xqx_ico.png");
}
#couples .god_xxr{
background-image: url("../img/god_xxr_ico.png");
background-position: -20px 0;
}
#couples .god_bl{
background-image: url("../img/god_bl_ico.png");
background-position: -4px 0
}
#couples .god_hlf{
background-image: url("../img/god_hlf_ico.png");
}
#couples .baby_details {
float: left;
width:100%;
}
#couples .baby_details ul{
float: left;
margin-left:-22px;
width:1100px;
}
#couples .baby_details ul li{
width:222px;
height:332px;
float: left;
border:1px solid #e6e6e6;
margin-bottom:20px;
margin-left:22px;
}
#couples .baby_details ul li:hover{
-webkit-box-shadow: 2px 2px 8px #999;
-moz-box-shadow: 2px 2px 8px #999;
box-shadow: 1px 2px 8px #ddd;
}
#couples .baby_img{
width: 222px;
height:222px;
overflow: hidden;
}
#couples .baby_img img{
max-width:222px;
max-height:222px;
}
#couples .baby_content {
padding:20px 10px;
}
#couples .baby_content p{
height:40px;
display: -webkit-box;
text-overflow: ellipsis;
overflow : hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
#couples .baby_price{
padding:0px 10px;
}
#couples .baby_price .price{
float: left;
color: #ff2d47;' '
}
#couples .baby_price .praise{
cursor:pointer;
}
#couples .baby_price .praise_ico{
width:18px;
height:20px;
float: left;
background-image: url(../img/praise_ico.png);
background-repeat:no-repeat;
background-position: 0px 2px;
}
#couples .baby_price .parise_solid_ico{
width:18px;
height:20px;
float: left;
background-image: url(../img/parise_solid_ico.png);
background-repeat:no-repeat;
background-position: 0px 2px;
}
#couples .baby_price .praise{
float: right;
color: #999;
margin-top:4px;
}
#couples .choose_page{
margin-bottom:70px;
margin-top:30px;
float: left;
margin-left:50%;
}
#couples .choose_page ul{
float: left;
}
#couples .choose_page ul li{
float: left;
margin-left:10px;
text-align: center;
width:30px;
height:30px;
line-height:30px;
background: #e6e6e6;
}
#couples .choose_page ul li:hover{
color: #fff;
background: #139ffc;
}
#couples .choose_page a{
color: #999;
}
#couples .choose_page .point{
background: none;
color: #999;
}
#couples .choose_page .point:hover{
background: none;
color: #999;
}
#couples .choose_page .selected{
color: #fff;
background: #139ffc;
} | 0.264263 | 0.06951 |
html {
scroll-behavior: smooth;
}
html,
body {
min-height: 100% !important;
height: 100%;
}
body {
background-color: #00539e;
}
.navbar {
font-family: 'Playfair Display', serif;
font-weight: 200;
background-color: #00539e !important;
}
#cover_text {
padding-top: 4rem;
font-family: 'Playfair Display', serif;
font-size: 5rem;
font-weight: 200;
color:
#efa37f;
}
.home_page {
height: 100%;
width: 100%;
}
section {
height: 100%;
width: 100%;
}
section #contact {
padding-left: 1rem;
}
#contact{
font-family: 'Playfair Display', serif;
color:
#efa37f;
}
#contact h1 {
font-size: 4rem;
}
#contact a {
text-decoration: none;
}
#contact a:hover {
text-decoration: none;
}
.outer_contact{
position: relative;
}
.inner_contact{
position: absolute;
top:4rem;
left:4rem;
}
.navbar a:active {
color: white;
}
#about {
font-family: 'Playfair Display', serif;
color:
#efa37f;
}
#about_text {
font-size: 1.3rem;
color:
#efa37f;
}
#about h1 {
padding-bottom: 0.5rem;
font-size: 3rem;
font-weight: 600;
;
}
#about .row {
padding: 1rem 0 1rem 0;
}
/* .about_item {
margin-top: 1.8rem;
margin-bottom: 1rem;
font-size: 2vw;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
} */
#about i {
margin: 1.3rem 0rem 0rem 0rem;
}
.desc1 {
font-weight: 400;
padding: 3rem 0;
}
.typed_link {
text-decoration: none;
color: #212529;
}
.typed_link :hover :active {
text-decoration: none;
color: #212529;
}
.about-intro2 {
font-style: italic;
font-weight: 600;
}
.row .row {
padding: 1rem 0;
}
a:hover,
a:visited,
a:link,
a:active {
text-decoration: none;
color: inherit;
}
.about-link {
background-color: #212529;
border-color: #212529;
color: #6E9887;
padding: 1rem;
}
.about_outer{
position: relative;
}
#about_inner{
position:absolute;
bottom:1rem;
left:1rem;
}
.wrapper {
display: grid;
grid-template-columns: 100px 100px 100px;
grid-gap: 10px;
background-color: #fff;
color: #444;
}
.box {
background-color: #444;
color: #fff;
border-radius: 5px;
padding: 20px;
font-size: 150%;
}
#icons {
padding: 3rem 0;
}
.icon{
padding:1rem;
} | css/styles.css | html {
scroll-behavior: smooth;
}
html,
body {
min-height: 100% !important;
height: 100%;
}
body {
background-color: #00539e;
}
.navbar {
font-family: 'Playfair Display', serif;
font-weight: 200;
background-color: #00539e !important;
}
#cover_text {
padding-top: 4rem;
font-family: 'Playfair Display', serif;
font-size: 5rem;
font-weight: 200;
color:
#efa37f;
}
.home_page {
height: 100%;
width: 100%;
}
section {
height: 100%;
width: 100%;
}
section #contact {
padding-left: 1rem;
}
#contact{
font-family: 'Playfair Display', serif;
color:
#efa37f;
}
#contact h1 {
font-size: 4rem;
}
#contact a {
text-decoration: none;
}
#contact a:hover {
text-decoration: none;
}
.outer_contact{
position: relative;
}
.inner_contact{
position: absolute;
top:4rem;
left:4rem;
}
.navbar a:active {
color: white;
}
#about {
font-family: 'Playfair Display', serif;
color:
#efa37f;
}
#about_text {
font-size: 1.3rem;
color:
#efa37f;
}
#about h1 {
padding-bottom: 0.5rem;
font-size: 3rem;
font-weight: 600;
;
}
#about .row {
padding: 1rem 0 1rem 0;
}
/* .about_item {
margin-top: 1.8rem;
margin-bottom: 1rem;
font-size: 2vw;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
} */
#about i {
margin: 1.3rem 0rem 0rem 0rem;
}
.desc1 {
font-weight: 400;
padding: 3rem 0;
}
.typed_link {
text-decoration: none;
color: #212529;
}
.typed_link :hover :active {
text-decoration: none;
color: #212529;
}
.about-intro2 {
font-style: italic;
font-weight: 600;
}
.row .row {
padding: 1rem 0;
}
a:hover,
a:visited,
a:link,
a:active {
text-decoration: none;
color: inherit;
}
.about-link {
background-color: #212529;
border-color: #212529;
color: #6E9887;
padding: 1rem;
}
.about_outer{
position: relative;
}
#about_inner{
position:absolute;
bottom:1rem;
left:1rem;
}
.wrapper {
display: grid;
grid-template-columns: 100px 100px 100px;
grid-gap: 10px;
background-color: #fff;
color: #444;
}
.box {
background-color: #444;
color: #fff;
border-radius: 5px;
padding: 20px;
font-size: 150%;
}
#icons {
padding: 3rem 0;
}
.icon{
padding:1rem;
} | 0.343012 | 0.059483 |
html, body {
padding: 0;
margin: 0;
height: 100%;
background-image: none;
}
#header {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
margin-left: -17px;
height: 2em;
z-index: 11;
background-color: gray;
}
#header .inner {
margin-left: 17px;
}
#header .left {
float: left;
padding-left: 10px;
color: white;
}
#header .right {
margin-left: 17em;
color: white;
}
#header span.close {
float: right;
padding-right: 1em;
color: white;
}
#header span.close a {
color: #ff5555;
}
#footer {
display: none;
}
#body .left {
position: absolute;
top: 2em;
left: 0px;
width: 16.5em;
background-color: #eee;
_height: 90%;
bottom: 0px;
z-index: 10;
overflow: auto;
}
#body .right {
position: absolute;
top: 0px;
left: 17em;
right: 0px;
bottom: 0px;
_left: 0px;
_height: 100%;
_width: 100%;
overflow: auto;
z-index: 9;
}
ul {
list-style-type : none;
font-size: 85%;
margin : 0px;
padding : 10px;
}
.code-container {
_margin-left: 17em;
margin-top: 2em;
}
code {
color: rgb(0,0,0);
white-space: nowrap;
font-size : 11px;
font-family : Lucida Console, Monospace, Courier New, Courier, Fixed;
}
.java_type {
color: rgb(0,44,221);
}
.java_comment {
color: rgb(147,147,147); background-color: rgb(247,247,247);
}
.java_operator {
color: rgb(0,124,31);
}
.java_separator {
color: rgb(0,33,255);
}
.java_plain {
color: rgb(0,0,0);
}
.java_javadoc_comment {
color: rgb(147,147,147); background-color: rgb(247,247,247); font-style: italic;
}
.java_keyword {
color: rgb(0,0,0); font-weight: bold;
}
.java_literal {
color: rgb(188,0,0);
}
.java_javadoc_tag {
color: rgb(147,147,147); background-color: rgb(247,247,247); font-style: italic; font-weight: bold;
}
e {
color: rgb(0,0,0); font-family: monospace; font-size: 12px; white-space: nowrap;
}
.xml_tag_symbols {
color: rgb(0,59,255);
}
.xml_rife_tag {
color: rgb(0,0,0); background-color: rgb(228,230,160);
}
.xml_plain {
color: rgb(0,0,0);
}
.xml_comment {
color: rgb(147,147,147); background-color: rgb(247,247,247);
}
.xml_attribute_name {
color: rgb(0,0,0); font-weight: bold;
}
.xml_tag_name {
color: rgb(0,55,255);
}
.xml_char_data {
color: rgb(0,0,0);
}
.xml_processing_instruction {
color: rgb(0,0,0); font-weight: bold; font-style: italic;
}
.xml_attribute_value {
color: rgb(193,0,0);
}
.xml_rife_name {
color: rgb(0,0,196); background-color: rgb(228,230,160);
} | wicket-examples/src/main/resources/org/apache/wicket/examples/source/style.css | html, body {
padding: 0;
margin: 0;
height: 100%;
background-image: none;
}
#header {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
margin-left: -17px;
height: 2em;
z-index: 11;
background-color: gray;
}
#header .inner {
margin-left: 17px;
}
#header .left {
float: left;
padding-left: 10px;
color: white;
}
#header .right {
margin-left: 17em;
color: white;
}
#header span.close {
float: right;
padding-right: 1em;
color: white;
}
#header span.close a {
color: #ff5555;
}
#footer {
display: none;
}
#body .left {
position: absolute;
top: 2em;
left: 0px;
width: 16.5em;
background-color: #eee;
_height: 90%;
bottom: 0px;
z-index: 10;
overflow: auto;
}
#body .right {
position: absolute;
top: 0px;
left: 17em;
right: 0px;
bottom: 0px;
_left: 0px;
_height: 100%;
_width: 100%;
overflow: auto;
z-index: 9;
}
ul {
list-style-type : none;
font-size: 85%;
margin : 0px;
padding : 10px;
}
.code-container {
_margin-left: 17em;
margin-top: 2em;
}
code {
color: rgb(0,0,0);
white-space: nowrap;
font-size : 11px;
font-family : Lucida Console, Monospace, Courier New, Courier, Fixed;
}
.java_type {
color: rgb(0,44,221);
}
.java_comment {
color: rgb(147,147,147); background-color: rgb(247,247,247);
}
.java_operator {
color: rgb(0,124,31);
}
.java_separator {
color: rgb(0,33,255);
}
.java_plain {
color: rgb(0,0,0);
}
.java_javadoc_comment {
color: rgb(147,147,147); background-color: rgb(247,247,247); font-style: italic;
}
.java_keyword {
color: rgb(0,0,0); font-weight: bold;
}
.java_literal {
color: rgb(188,0,0);
}
.java_javadoc_tag {
color: rgb(147,147,147); background-color: rgb(247,247,247); font-style: italic; font-weight: bold;
}
e {
color: rgb(0,0,0); font-family: monospace; font-size: 12px; white-space: nowrap;
}
.xml_tag_symbols {
color: rgb(0,59,255);
}
.xml_rife_tag {
color: rgb(0,0,0); background-color: rgb(228,230,160);
}
.xml_plain {
color: rgb(0,0,0);
}
.xml_comment {
color: rgb(147,147,147); background-color: rgb(247,247,247);
}
.xml_attribute_name {
color: rgb(0,0,0); font-weight: bold;
}
.xml_tag_name {
color: rgb(0,55,255);
}
.xml_char_data {
color: rgb(0,0,0);
}
.xml_processing_instruction {
color: rgb(0,0,0); font-weight: bold; font-style: italic;
}
.xml_attribute_value {
color: rgb(193,0,0);
}
.xml_rife_name {
color: rgb(0,0,196); background-color: rgb(228,230,160);
} | 0.617859 | 0.09426 |
body {
font-size: 11px;
margin: 0;
padding: 0;
height: 100%;
}
table#events {
font-size: 12px;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-hover a, .ui-state-hover a:link, .ui-state-hover a:visited {
outline: none;
}
.ui-jqgrid tr.jqgrow td {
font-size: 12px;
}
.ui-jqgrid .ui-pg-input {
height: 20px !important;
}
#tabs {
padding: 0;
margin: 0;
border: none;
border-radius: 0;
}
.header {
height: 29px;
line-height: 29px;
font-size: 16px;
margin-left: 5px !important;
margin-right: 6px !important;
}
.ui-tabs-nav {
border-radius: 0;
border-top: none;
border-left: none;
border-right: none;
}
.ui-tabs-panel {
border: none;
padding: 8px !important;
}
.ui-jqgrid-titlebar-close {
display: none !important;
}
#edit-object-common, #edit-object-native {
font-size: 12px;
width: 100%;
height: 240px;
padding:0;
margin:0;
border: 1px solid grey;
outline: none;
box-shadow: none;
resize:none;
}
#edit-script-source {
font-size: 12px;
width: 600px;
height: 240px;
padding:0;
margin:0;
border: 1px solid grey;
outline: none;
box-shadow: none;
resize:none;
}
.menu-button {
float: right;
height: 26px;
margin: 1px 2px 1px 2px;
}
#script-editor {
position: absolute;
top: 80px;
right: 0;
bottom: 0;
left: 0;
}
.event-column-1 {
width: 10%;
}
.event-column-2 {
width: 35%;
}
.event-column-3 {
width: 11%;
}
.event-column-4 {
width: 7%;
}
.event-column-5 {
width: 7%;
}
.event-column-6 {
width: 16%;
}
.event-column-7 {
width: 16%;
}
.event-column-8 {
width: 30px;
}
#event-outer {
border-collapse: collapse;
}
#event-table tr {
height: 23px;
max-height: 23px;
}
#event-table tr td {
padding-left: 2px;
font-size: 12px;
font-weight: normal;
background-color: #fff;
color: #222;
border: 1px solid #c5dbec;
}
.planned {
background-color: rgba(255,0,0,0.4);
width: 100%;
display: block;
}
.alpha {
background-color: rgba(255,127,0,0.4);
width: 100%;
display: block;
}
.beta {
background-color: rgba(255,255,0,0.4);
width: 100%;
display: block;
}
.stable {
background-color: rgba(0,255,0,0.4);
width: 100%;
display: block;
}
.updateReady {
font-weight: bold;
color: green !important;
} | www/css/admin.css | body {
font-size: 11px;
margin: 0;
padding: 0;
height: 100%;
}
table#events {
font-size: 12px;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-hover a, .ui-state-hover a:link, .ui-state-hover a:visited {
outline: none;
}
.ui-jqgrid tr.jqgrow td {
font-size: 12px;
}
.ui-jqgrid .ui-pg-input {
height: 20px !important;
}
#tabs {
padding: 0;
margin: 0;
border: none;
border-radius: 0;
}
.header {
height: 29px;
line-height: 29px;
font-size: 16px;
margin-left: 5px !important;
margin-right: 6px !important;
}
.ui-tabs-nav {
border-radius: 0;
border-top: none;
border-left: none;
border-right: none;
}
.ui-tabs-panel {
border: none;
padding: 8px !important;
}
.ui-jqgrid-titlebar-close {
display: none !important;
}
#edit-object-common, #edit-object-native {
font-size: 12px;
width: 100%;
height: 240px;
padding:0;
margin:0;
border: 1px solid grey;
outline: none;
box-shadow: none;
resize:none;
}
#edit-script-source {
font-size: 12px;
width: 600px;
height: 240px;
padding:0;
margin:0;
border: 1px solid grey;
outline: none;
box-shadow: none;
resize:none;
}
.menu-button {
float: right;
height: 26px;
margin: 1px 2px 1px 2px;
}
#script-editor {
position: absolute;
top: 80px;
right: 0;
bottom: 0;
left: 0;
}
.event-column-1 {
width: 10%;
}
.event-column-2 {
width: 35%;
}
.event-column-3 {
width: 11%;
}
.event-column-4 {
width: 7%;
}
.event-column-5 {
width: 7%;
}
.event-column-6 {
width: 16%;
}
.event-column-7 {
width: 16%;
}
.event-column-8 {
width: 30px;
}
#event-outer {
border-collapse: collapse;
}
#event-table tr {
height: 23px;
max-height: 23px;
}
#event-table tr td {
padding-left: 2px;
font-size: 12px;
font-weight: normal;
background-color: #fff;
color: #222;
border: 1px solid #c5dbec;
}
.planned {
background-color: rgba(255,0,0,0.4);
width: 100%;
display: block;
}
.alpha {
background-color: rgba(255,127,0,0.4);
width: 100%;
display: block;
}
.beta {
background-color: rgba(255,255,0,0.4);
width: 100%;
display: block;
}
.stable {
background-color: rgba(0,255,0,0.4);
width: 100%;
display: block;
}
.updateReady {
font-weight: bold;
color: green !important;
} | 0.464659 | 0.080466 |
.overlay {
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.5);
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 10;
transition: 1s;
opacity: 1;
visibility: visible;
}
.overlay.active {
opacity: 0;
visibility: hidden;
}
.modal {
display: grid;
grid-template-columns: minmax(700px, auto);
grid-template-rows: auto;
width: 700px;
height: auto;
background: #dfe6f2;
padding: 2em;
border-radius: 0.5em;
text-align: center;
align-items: center;
animation: none;
will-change: transform;
overflow: hidden;
}
.call-container {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 100px 1fr 100px;
visibility: visible;
}
.call-container.active {
visibility: hidden;
display: none;
}
.call-client {
grid-row: 1;
font-size: 1.5em;
}
.modal span {
color: #df040b;
}
.button-container {
grid-row: 1;
color: #fff;
display: none;
grid-template-columns: 50% 50%;
grid-template-rows: 100px 100px 100px;
visibility: visible;
grid-gap: 10px;
}
.button-container.active{
grid-gap:35px;
}
.button-container.active .btn{
width: 11em;
}
.button-container.active button{
font-size: 1.8em
}
.modal-box {
grid-row: 1;
}
.modal-materials {
grid-row: 2;
}
.modal-accounts {
grid-row: 3;
}
.modal-buttons {
grid-row: 3;
margin-top: 0.6em;
line-height: 100px;
}
.modal-buttons span {
padding: 10px;
font-size: 2em;
}
.call-ticket {
grid-row: 2;
margin-top: 25px;
}
.call-ticket h2 {
font-size: 3.5em;
margin: 0;
padding: 0;
}
.call-animation {
grid-row: 3;
display: grid;
justify-content: center;
}
.modal-buttons .icon-phone {
color: #00bb2d;
}
.modal-buttons .icon-checkmark {
color: mediumturquoise;
}
.modal-buttons .icon-cross {
color: #df040b;
}
.modal-buttons .icon-share {
color: #2b2b2b;
}
/*.btn{
text-align: center;
padding: .6em .8em .8em;
border: none;
color: unset;
background: lightgray;
margin: 5px;
border-radius: 5px;
cursor: pointer;
box-shadow: inset 0 -.2em rgba(0,0,0, .2);
outline: 0;
transition: .2s;
will-change: transform;
}
.btn.primary {
background: #7dc800;
width: 100px;
height: 50px;
}
.btn:active{
transform: scale(.9);
}*/
@keyframes modalIn {
0% {
transform: translateY(-3000px);
}
60% {
transform: translateY(25px);
}
75% {
transform: translateY(-10px);
}
90% {
transform: translateY(5px);
}
}
@keyframes modalOut {
0% {
transform: translateY(5px);
}
60% {
transform: translateY(-10px);
}
75% {
transform: translateY(25px);
}
100% {
transform: translateY(-3000px);
}
}
@keyframes logoIntro {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/*ANIMACION LLAMANDO*/
.loader,
.loader:before,
.loader:after {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.loader {
color: yellowgreen;
font-size: 10px;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before,
.loader:after {
content: '';
position: absolute;
top: 0;
}
.loader:before {
left: -3.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 3.5em;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
} | public/css/modal.css |
.overlay {
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.5);
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 10;
transition: 1s;
opacity: 1;
visibility: visible;
}
.overlay.active {
opacity: 0;
visibility: hidden;
}
.modal {
display: grid;
grid-template-columns: minmax(700px, auto);
grid-template-rows: auto;
width: 700px;
height: auto;
background: #dfe6f2;
padding: 2em;
border-radius: 0.5em;
text-align: center;
align-items: center;
animation: none;
will-change: transform;
overflow: hidden;
}
.call-container {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 100px 1fr 100px;
visibility: visible;
}
.call-container.active {
visibility: hidden;
display: none;
}
.call-client {
grid-row: 1;
font-size: 1.5em;
}
.modal span {
color: #df040b;
}
.button-container {
grid-row: 1;
color: #fff;
display: none;
grid-template-columns: 50% 50%;
grid-template-rows: 100px 100px 100px;
visibility: visible;
grid-gap: 10px;
}
.button-container.active{
grid-gap:35px;
}
.button-container.active .btn{
width: 11em;
}
.button-container.active button{
font-size: 1.8em
}
.modal-box {
grid-row: 1;
}
.modal-materials {
grid-row: 2;
}
.modal-accounts {
grid-row: 3;
}
.modal-buttons {
grid-row: 3;
margin-top: 0.6em;
line-height: 100px;
}
.modal-buttons span {
padding: 10px;
font-size: 2em;
}
.call-ticket {
grid-row: 2;
margin-top: 25px;
}
.call-ticket h2 {
font-size: 3.5em;
margin: 0;
padding: 0;
}
.call-animation {
grid-row: 3;
display: grid;
justify-content: center;
}
.modal-buttons .icon-phone {
color: #00bb2d;
}
.modal-buttons .icon-checkmark {
color: mediumturquoise;
}
.modal-buttons .icon-cross {
color: #df040b;
}
.modal-buttons .icon-share {
color: #2b2b2b;
}
/*.btn{
text-align: center;
padding: .6em .8em .8em;
border: none;
color: unset;
background: lightgray;
margin: 5px;
border-radius: 5px;
cursor: pointer;
box-shadow: inset 0 -.2em rgba(0,0,0, .2);
outline: 0;
transition: .2s;
will-change: transform;
}
.btn.primary {
background: #7dc800;
width: 100px;
height: 50px;
}
.btn:active{
transform: scale(.9);
}*/
@keyframes modalIn {
0% {
transform: translateY(-3000px);
}
60% {
transform: translateY(25px);
}
75% {
transform: translateY(-10px);
}
90% {
transform: translateY(5px);
}
}
@keyframes modalOut {
0% {
transform: translateY(5px);
}
60% {
transform: translateY(-10px);
}
75% {
transform: translateY(25px);
}
100% {
transform: translateY(-3000px);
}
}
@keyframes logoIntro {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/*ANIMACION LLAMANDO*/
.loader,
.loader:before,
.loader:after {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.loader {
color: yellowgreen;
font-size: 10px;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before,
.loader:after {
content: '';
position: absolute;
top: 0;
}
.loader:before {
left: -3.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 3.5em;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
} | 0.525612 | 0.135604 |
.bvalidator_bootstraprt_invalid {
background-color: #fcf8e3 !important;
}
/* error message */
.bvalidator_bootstraprt_errmsg {
font-size: 14px;
display: none;
white-space: nowrap;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
z-index:1010;
}
/* close icon */
.bvalidator_bootstraprt_errmsg .bvalidator_bootstraprt_close_icon {
margin-left: 5px;
margin-top: -2px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
cursor: pointer color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.bvalidator_bootstraprt_errmsg .bvalidator_bootstraprt_close_icon:hover {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
}
/* arrow */
.bvalidator_bootstraprt_errmsg .bvalidator_bootstraprt_arrow {
display: block;
height: 0;
width: 0;
position: absolute;
left: 10px;
border-color: transparent;
border-top-color: #ffffff;
border-width: 10px 10px 0 10px;
border-style: solid;
bottom: -10px;
}
.bvalidator_bootstraprt_errmsg .bvalidator_bootstraprt_arrow:after {
position: absolute;
top: -10px;
left: -11px;
border-width: 11px 11px 0 11px;
content: "";
z-index: -1;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-top-color: rgba(0, 0, 0, 0.25);
z-index:-1;
}
/* message container */
.bvalidator_bootstraprt_errmsg .bvalidator_bootstraprt_cont1 {
display: inline-block;
vertical-align: middle;
margin: 5px;
} | Resources/css/bvalidator.theme.bootstrap.rt.css | .bvalidator_bootstraprt_invalid {
background-color: #fcf8e3 !important;
}
/* error message */
.bvalidator_bootstraprt_errmsg {
font-size: 14px;
display: none;
white-space: nowrap;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
z-index:1010;
}
/* close icon */
.bvalidator_bootstraprt_errmsg .bvalidator_bootstraprt_close_icon {
margin-left: 5px;
margin-top: -2px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
cursor: pointer color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.bvalidator_bootstraprt_errmsg .bvalidator_bootstraprt_close_icon:hover {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
}
/* arrow */
.bvalidator_bootstraprt_errmsg .bvalidator_bootstraprt_arrow {
display: block;
height: 0;
width: 0;
position: absolute;
left: 10px;
border-color: transparent;
border-top-color: #ffffff;
border-width: 10px 10px 0 10px;
border-style: solid;
bottom: -10px;
}
.bvalidator_bootstraprt_errmsg .bvalidator_bootstraprt_arrow:after {
position: absolute;
top: -10px;
left: -11px;
border-width: 11px 11px 0 11px;
content: "";
z-index: -1;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-top-color: rgba(0, 0, 0, 0.25);
z-index:-1;
}
/* message container */
.bvalidator_bootstraprt_errmsg .bvalidator_bootstraprt_cont1 {
display: inline-block;
vertical-align: middle;
margin: 5px;
} | 0.211987 | 0.101723 |
@font-face {
font-family: "Montserrat Regular";
src: url("../font/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Montserrat Bold";
src: url("../font/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Montserrat Light";
src: url("../font/Montserrat-Light.ttf") format("truetype");
}
@font-face {
font-family: "Montserrat Italic";
src: url("../font/Montserrat-Italic.ttf") format("truetype");
}
@font-face {
font-family: "Montserrat Medium";
src: url("../font/Montserrat-Medium.ttf") format("truetype");
}
/**
Création des variables principal dans l'élément root
*/
:root {
--color-green: #7BED9F;
--color-blue-light: #70A1FF;
--color-blue: #5352ED;
--color-white: #FFFFFF;
--color-silver: #DFE4EA;
--color-gray: #9F9F9F;
--color-outline-white: var(--color-white);
}
html {
scroll-behavior: smooth;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
/**
Kajuta - Classes Polices d'écriture
*/
.kajuta-font-bold {
font-family: "Montserrat Bold", sans-serif;
}
.kajuta-font-regular {
font-family: "Montserrat Regular", sans-serif;
}
.kajuta-font-light {
font-family: "Montserrat Light", sans-serif;
}
.kajuta-font-italic {
font-family: "Montserrat Italic", sans-serif;
}
/**
Kajuta - Classes couleurs
*/
/* Background */
.kajuta-bg {
background: -o-linear-gradient(215.42deg, #5352ED 0%, #70A1FF 48.44%, #7BED9F 100%);
background: linear-gradient(234.58deg, #5352ED 0%, #70A1FF 48.44%, #7BED9F 100%);
}
.kajuta-bg-green {
background-color: var(--color-green);
}
.kajuta-bg-blue-light {
background-color: var(--color-blue-light);
}
.kajuta-bg-blue {
background-color: var(--color-blue);
}
.kajuta-bg-white {
background-color: var(--color-white);
}
.kajuta-bg-silver {
background-color: var(--color-silver);
}
.kajuta-bg-gray {
background-color: var(--color-gray);
}
.kajuta-border-white {
border: 1px solid var(--color-outline-white);
}
/* Couleur du texte */
.kajuta-color-green {
color: var(--color-green);
}
.kajuta-color-blue-light {
color: var(--color-blue-light);
}
.kajuta-color-blue {
color: var(--color-blue);
}
.kajuta-color-white {
color: var(--color-white);
}
.kajuta-color-silver {
color: var(--color-silver);
}
.kajuta-color-gray {
color: var(--color-gray);
}
/**
Kajuta - Classes taille
*/
.kajuta-display-7 {
font-size: 2rem;
}
.kajuta-display-8 {
font-size: 1.7rem;
}
.kajuta-display-9 {
font-size: 1.25rem;
}
.kajuta-display-10 {
font-size: 1rem;
}
.kajuta-mb-7 {
margin-bottom: 4rem !important;
}
.kajuta-maxw-400 {
max-width: 400px !important;
}
/**
Kajuta - Classes hauteur
*/
.hv-100 {
height: 100vh;
}
/**
Kajuta - Sections
*/
main section h3::after {
width: 100%;
height: 1px;
content: " ";
display: block;
margin: 20px 0;
background-color: var(--color-gray);
opacity: .5;
}
main section p {
max-width: 700px;
}
main section img {
max-height: 400px;
max-width: 400px;
}
/**
Kajuta - Footer
*/
footer h3 {
min-width: 200px;
}
footer h3::after {
max-width: 250px;
width: 100%;
height: 1px;
content: " ";
display: block;
margin: 20px 0;
background-color: var(--color-gray);
}
footer p {
max-width: 700px;
}
/**
Kajuta - Parallax
Ajoute un effet de scroll sur l'image de fond
*/
.kajuta-parallax {
width: 100%;
height: 500px;
background-image: url("../img/bird_house_01.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: white;
opacity: .8;
}
/**
Kajuta - Bouton
*/
button.kajuta-color-white:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
button.kajuta-color-white:hover {
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
color: var(--color-silver);
}
/**
Kajuta - ThreeJs
*/
.kajuta-slider-container {
width: 100%;
height: auto;
}
/**
Kajuta - Séparateur
*/
.separator {
height: 2px;
width: 100%;
background-color: gray;
opacity: .5;
}
/**
Kajuta - Classes responsive
*/
@media (max-width: 1920px) {
.kajuta-parallax {
background-image: url("../img/bird_house_01-normal.jpg");
}
}
@media (max-width: 720px) {
.kajuta-parallax {
background-image: url("../img/bird_house_01-small.jpg");
}
}
@media (max-width: 600px) {
.kajuta-flex {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
} | wp-content/themes/kajuta-theme/assets/css/main.css | @font-face {
font-family: "Montserrat Regular";
src: url("../font/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Montserrat Bold";
src: url("../font/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Montserrat Light";
src: url("../font/Montserrat-Light.ttf") format("truetype");
}
@font-face {
font-family: "Montserrat Italic";
src: url("../font/Montserrat-Italic.ttf") format("truetype");
}
@font-face {
font-family: "Montserrat Medium";
src: url("../font/Montserrat-Medium.ttf") format("truetype");
}
/**
Création des variables principal dans l'élément root
*/
:root {
--color-green: #7BED9F;
--color-blue-light: #70A1FF;
--color-blue: #5352ED;
--color-white: #FFFFFF;
--color-silver: #DFE4EA;
--color-gray: #9F9F9F;
--color-outline-white: var(--color-white);
}
html {
scroll-behavior: smooth;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
/**
Kajuta - Classes Polices d'écriture
*/
.kajuta-font-bold {
font-family: "Montserrat Bold", sans-serif;
}
.kajuta-font-regular {
font-family: "Montserrat Regular", sans-serif;
}
.kajuta-font-light {
font-family: "Montserrat Light", sans-serif;
}
.kajuta-font-italic {
font-family: "Montserrat Italic", sans-serif;
}
/**
Kajuta - Classes couleurs
*/
/* Background */
.kajuta-bg {
background: -o-linear-gradient(215.42deg, #5352ED 0%, #70A1FF 48.44%, #7BED9F 100%);
background: linear-gradient(234.58deg, #5352ED 0%, #70A1FF 48.44%, #7BED9F 100%);
}
.kajuta-bg-green {
background-color: var(--color-green);
}
.kajuta-bg-blue-light {
background-color: var(--color-blue-light);
}
.kajuta-bg-blue {
background-color: var(--color-blue);
}
.kajuta-bg-white {
background-color: var(--color-white);
}
.kajuta-bg-silver {
background-color: var(--color-silver);
}
.kajuta-bg-gray {
background-color: var(--color-gray);
}
.kajuta-border-white {
border: 1px solid var(--color-outline-white);
}
/* Couleur du texte */
.kajuta-color-green {
color: var(--color-green);
}
.kajuta-color-blue-light {
color: var(--color-blue-light);
}
.kajuta-color-blue {
color: var(--color-blue);
}
.kajuta-color-white {
color: var(--color-white);
}
.kajuta-color-silver {
color: var(--color-silver);
}
.kajuta-color-gray {
color: var(--color-gray);
}
/**
Kajuta - Classes taille
*/
.kajuta-display-7 {
font-size: 2rem;
}
.kajuta-display-8 {
font-size: 1.7rem;
}
.kajuta-display-9 {
font-size: 1.25rem;
}
.kajuta-display-10 {
font-size: 1rem;
}
.kajuta-mb-7 {
margin-bottom: 4rem !important;
}
.kajuta-maxw-400 {
max-width: 400px !important;
}
/**
Kajuta - Classes hauteur
*/
.hv-100 {
height: 100vh;
}
/**
Kajuta - Sections
*/
main section h3::after {
width: 100%;
height: 1px;
content: " ";
display: block;
margin: 20px 0;
background-color: var(--color-gray);
opacity: .5;
}
main section p {
max-width: 700px;
}
main section img {
max-height: 400px;
max-width: 400px;
}
/**
Kajuta - Footer
*/
footer h3 {
min-width: 200px;
}
footer h3::after {
max-width: 250px;
width: 100%;
height: 1px;
content: " ";
display: block;
margin: 20px 0;
background-color: var(--color-gray);
}
footer p {
max-width: 700px;
}
/**
Kajuta - Parallax
Ajoute un effet de scroll sur l'image de fond
*/
.kajuta-parallax {
width: 100%;
height: 500px;
background-image: url("../img/bird_house_01.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: white;
opacity: .8;
}
/**
Kajuta - Bouton
*/
button.kajuta-color-white:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
button.kajuta-color-white:hover {
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
color: var(--color-silver);
}
/**
Kajuta - ThreeJs
*/
.kajuta-slider-container {
width: 100%;
height: auto;
}
/**
Kajuta - Séparateur
*/
.separator {
height: 2px;
width: 100%;
background-color: gray;
opacity: .5;
}
/**
Kajuta - Classes responsive
*/
@media (max-width: 1920px) {
.kajuta-parallax {
background-image: url("../img/bird_house_01-normal.jpg");
}
}
@media (max-width: 720px) {
.kajuta-parallax {
background-image: url("../img/bird_house_01-small.jpg");
}
}
@media (max-width: 600px) {
.kajuta-flex {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
} | 0.379953 | 0.10961 |
html,
body {
height: 100%;
}
h1 { white-space: nowrap; }
.highlight {
background-color: rgb(255, 255, 140);
}
p#sentence {
list-style-type: none;
font-family: 'Roboto Mono', monospace;
font-size: 14px;
line-height: 25px;
padding-left: 5px;
background-color: #f5f5f5;
opacity: 0.8;
background-image: repeating-linear-gradient(45deg, #eff0ff 25%, transparent 25%, transparent 75%, #eff0ff 75%, #eff0ff), repeating-linear-gradient(45deg, #eff0ff 25%, #f5f5f5 25%, #f5f5f5 75%, #eff0ff 75%, #eff0ff);
background-position: 0 0, 4px 4px;
background-size: 8px 8px;
border: 1px solid rgb(114, 114, 114);
border-radius: 0.25rem;
}
.sentence {
list-style-type: none;
font-family: 'Roboto Mono', monospace;
font-size: 14px;
line-height: 25px;
padding-left: 5px;
background-color: #f5f5f5;
opacity: 0.8;
background-image: repeating-linear-gradient(45deg, #eff0ff 25%, transparent 25%, transparent 75%, #eff0ff 75%, #eff0ff), repeating-linear-gradient(45deg, #eff0ff 25%, #f5f5f5 25%, #f5f5f5 75%, #eff0ff 75%, #eff0ff);
background-position: 0 0, 4px 4px;
background-size: 8px 8px;
border: 1px solid rgb(114, 114, 114);
border-radius: 0.25rem;
}
.visuallyhidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}
body {
display: flex;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
background-color: #f5f5f5;
}
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: auto;
}
.form-signin .checkbox {
font-weight: 400;
}
.form-signin .form-floating:focus-within {
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;
}
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #afafaf;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}
.step.active {
opacity: 1;
}
.step.finish {
background-color: #0066ff;
} | static/css/signin.css | html,
body {
height: 100%;
}
h1 { white-space: nowrap; }
.highlight {
background-color: rgb(255, 255, 140);
}
p#sentence {
list-style-type: none;
font-family: 'Roboto Mono', monospace;
font-size: 14px;
line-height: 25px;
padding-left: 5px;
background-color: #f5f5f5;
opacity: 0.8;
background-image: repeating-linear-gradient(45deg, #eff0ff 25%, transparent 25%, transparent 75%, #eff0ff 75%, #eff0ff), repeating-linear-gradient(45deg, #eff0ff 25%, #f5f5f5 25%, #f5f5f5 75%, #eff0ff 75%, #eff0ff);
background-position: 0 0, 4px 4px;
background-size: 8px 8px;
border: 1px solid rgb(114, 114, 114);
border-radius: 0.25rem;
}
.sentence {
list-style-type: none;
font-family: 'Roboto Mono', monospace;
font-size: 14px;
line-height: 25px;
padding-left: 5px;
background-color: #f5f5f5;
opacity: 0.8;
background-image: repeating-linear-gradient(45deg, #eff0ff 25%, transparent 25%, transparent 75%, #eff0ff 75%, #eff0ff), repeating-linear-gradient(45deg, #eff0ff 25%, #f5f5f5 25%, #f5f5f5 75%, #eff0ff 75%, #eff0ff);
background-position: 0 0, 4px 4px;
background-size: 8px 8px;
border: 1px solid rgb(114, 114, 114);
border-radius: 0.25rem;
}
.visuallyhidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}
body {
display: flex;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
background-color: #f5f5f5;
}
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: auto;
}
.form-signin .checkbox {
font-weight: 400;
}
.form-signin .form-floating:focus-within {
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;
}
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #afafaf;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}
.step.active {
opacity: 1;
}
.step.finish {
background-color: #0066ff;
} | 0.510985 | 0.090173 |
@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.eot");
src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
@font-face {
font-family: 'icono_estrellita_vacia';
src: url("../fonts/icomoon.eot?n253df");
src: url("../fonts/icomoon.eot?n253df#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf?n253df") format('truetype'), url("../fonts/icomoon.woff?n253df") format('woff'), url("../fonts/icomoon.svg?n253df#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'icono_estrellita_llena';
src: url("../fonts/estrellallena.eot?az4rfq");
src: url("../fonts/estrellallena.eot?az4rfq#iefix") format('embedded-opentype'), url("../fonts/estrellallena.ttf?az4rfq") format('truetype'), url("../fonts/estrellallena.woff?az4rfq") format('woff'), url("../fonts/estrellallena.svg?az4rfq#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'googleicon';
src: url("../fonts/googleicon.eot?9927647");
src: url("../fonts/googleicon.eot?9927647#iefix") format('embedded-opentype'), url("../fonts/googleicon.woff?9927647") format('woff'), url("../fonts/googleicon.ttf?9927647") format('truetype'), url("../fonts/googleicon.svg?9927647#googleicon") format('svg');
font-weight: normal;
font-style: normal;
}
.btnPpal {
background: #7acc2d !important;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
transition: 0.5s;
}
.btnPpal:hover {
background: #7acc2d;
color: #fff;
font-size: 17px;
}
body {
font-family: 'Allerta', sans-serif;
}
.headerppal {
background: #126798;
overflow: hidden;
box-shadow: 0 8px 10px rgba(0,0,0,0.5);
padding-bottom: 30px;
text-align: center;
}
.headerppal .titulo {
color: #fff;
font-size: 40px;
font-family: 'Montserrat', sans-serif;
margin-top: 30px;
margin-bottom: 0;
}
.headerppal .titulo-a {
color: #fff;
font-size: 20px;
padding-top: 5px;
padding-bottom: 15px;
}
.headerppal .header-logotipo {
margin-right: 5em;
margin-left: 50px;
margin-top: 20px;
}
.headerppal .header-logotipo img {
border-right-style: solid;
border-width: 2px;
border-color: #fff;
border-radius: 60%;
height: 140px;
padding: 20px;
width: 140px;
transition: 0.6s;
}
.headerppal .header-logotipo img:hover {
transform: scale(1.2);
}
.headerppal .header-avatar {
display: none;
float: right;
margin-top: -200px;
margin-right: 50px;
}
.headerppal .header-avatar img {
border-radius: 60%;
height: 80px;
width: 80px;
transition: 0.6s;
transform: translateY(100px);
}
.menu {
background: #219cca;
border-left: 10px solid #fff;
box-shadow: 0 8px 10px rgba(0,0,0,0.5);
}
.menu ul {
margin: 0px;
}
.menu ul li {
display: block;
line-height: 40px;
transition: 0.6s;
}
.menu ul li:hover {
background: #126798;
}
.menu ul li a {
color: #fff;
text-decoration: none;
padding: 0 1em;
transition: 0.6s;
}
.menu ul li a:hover {
font-size: 17px;
}
.footer {
height: 100%;
background: #126798;
margin: 0px;
}
.footer .contenedor-footer {
display: flex;
flex-direction: column-reverse;
justify-content: space-around;
}
.footer .contenedor-footer .formulario-contactenos {
display: flex;
flex-direction: column;
margin-left: 20px;
}
.footer .contenedor-footer .formulario-contactenos .form-col1,
.footer .contenedor-footer .formulario-contactenos .form-col2 {
margin-right: 30px;
color: #fff;
display: flex;
flex-direction: column;
label
}
.footer .contenedor-footer .formulario-contactenos .form-col1 input,
.footer .contenedor-footer .formulario-contactenos .form-col2 input {
margin-bottom: 10px;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 label {
color: #fff;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 {
margin-top: 10px;
margin-bottom: 10px;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 .tipos-comentarios {
display: flex;
flex-direction: column;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 .tipos-comentarios label {
font-size: 13px;
}
.footer .contenedor-footer .formulario-contactenos .form-col2 {
align-items: flex-start;
}
.footer .contenedor-footer .formulario-contactenos .form-col2 label {
color: #fff;
margin-bottom: 1em;
}
.footer .contenedor-footer .formulario-contactenos .form-col2 textarea {
margin-bottom: 10px;
height: 110px;
}
.footer .contenedor-footer .redesSociales .realizadopor {
padding-top: 30px;
}
.footer .contenedor-footer .redesSociales .realizadoclase {
padding-bottom: 30px;
}
.footer .contenedor-footer .redesSociales p {
color: #fff;
text-align: center;
margin: 10px;
}
.footer .contenedor-footer .redesSociales .logos-redes {
text-align: center;
}
.footer .contenedor-footer .redesSociales .logos-redes a {
text-decoration: none;
}
.footer .contenedor-footer .redesSociales .logos-redes .logo-facebook:before {
color: #7acc2d;
content: "\f101";
font-size: 30px;
font-family: "Flaticon";
}
.footer .contenedor-footer .redesSociales .logos-redes .logo-twitter:before {
color: #7acc2d;
content: "\f102";
font-size: 30px;
font-family: "Flaticon";
}
.footer .contenedor-footer .redesSociales .logos-redes .logo-github:before {
color: #7acc2d;
content: "\f100";
font-size: 30px;
font-family: "Flaticon";
}
.posts {
padding: 0.8em;
margin: 0px;
text-align: center;
}
.posts .post {
background: #fff;
border: 1px solid #000;
box-shadow: 10px 9px 25px -1px rgba(0,0,0,0.75);
display: block;
margin-bottom: 1.5em;
margin-right: 1.5em;
width: 100%;
}
.posts .post .post-calificacion {
text-align: center;
padding: 0.5em;
}
.posts .post .post-calificacion .post-estrellita-vacia {
text-decoration: none;
}
.posts .post .post-calificacion .post-estrellita-vacia:before {
color: #7acc2d;
content: "\e9d7";
font-family: "icono_estrellita_vacia";
}
.posts .post .post-calificacion .post-estrellita-llena {
text-decoration: none;
}
.posts .post .post-calificacion .post-estrellita-llena:before {
color: #7acc2d;
content: "\e9d9";
font-family: "icono_estrellita_llena";
}
.posts .post .post-titulo {
text-align: center;
background: #eee;
font-family: 'Montserrat', sans-serif;
padding: 0.5em;
}
.posts .post .post-titulo h5 {
font-weight: bold;
}
.posts .post .post-video {
text-align: center;
padding: 0 0.5em;
}
.posts .post .post-video iframe {
width: 100%;
height: 300px;
}
.posts .post .post-video .post-imagen-video {
width: 100%;
height: 300px;
}
.posts .post .post-descripcion {
text-align: center;
background: #eee;
font-family: 'Allerta', sans-serif;
padding: 0.5em;
font-size: 17px;
}
.posts .post .post-videolink {
text-align: center;
background: #126798;
color: #fff;
font-family: 'Allerta', sans-serif;
padding: 0.5em;
font-size: 17px;
}
.posts .post .post-videolink a {
color: #fff;
text-decoration: underline;
}
.posts .post .post-footer {
background: #126798;
color: #fff;
font-size: 17px;
padding-bottom: 0.5em;
padding-top: 1em;
padding-left: 0.5em;
text-align: left;
width: 100%;
}
.modal-registro {
width: 80% !important;
}
.registro-bienvenida {
text-align: center;
width: 100%;
}
.registro-bienvenida h4 {
color: #126798;
font-size: 1.5em;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
margin-bottom: 0.5em;
}
.registro-bienvenida .registro-bienvenida-texto {
margin-bottom: 1em;
font-size: 1em;
text-align: left;
}
.registro-bienvenida span {
color: #7acc2d;
font-size: 1.2em;
font-weight: bold;
}
.registro-formulario {
border-left: 0.3em solid #126798;
}
.registro-formulario div {
margin: 0;
}
.registro-formulario label {
color: #126798;
font-size: 1em;
}
.registro-formulario a {
margin-top: 2em;
text-align: center;
width: 80% !important;
}
.registro-formulario .div-btnInicioSesion {
text-align: center;
}
.registro-formulario .div-btnInicioSesion a {
background: #126798 !important;
}
.registro-formulario .lbl-ingresar-redes {
color: #126798;
font-weight: bold;
padding-top: 1em;
text-align: center;
}
.registro-formulario .registro-iconos-redes {
background: #fff !important;
text-align: center;
}
.registro-formulario .registro-iconos-redes .logo-facebook:before {
color: #7acc2d;
content: "\f101";
font-size: 40px;
font-family: "Flaticon";
}
.registro-formulario .registro-iconos-redes .logo-google {
margin-left: 1em;
}
.registro-formulario .registro-iconos-redes .logo-google:before {
color: #7acc2d;
content: "\f2b3";
font-size: 45px;
font-family: "googleicon";
}
.registro-formulario .registro-iconos-redes .logo-twitter {
margin-left: 1em;
}
.registro-formulario .registro-iconos-redes .logo-twitter:before {
color: #7acc2d;
content: "\f102";
font-size: 40px;
font-family: "Flaticon";
}
.div-btnRegistrarse {
text-align: center;
margin-top: 2em;
margin-bottom: 0em;
}
.div-btnRegistrarse a {
background: #126798 !important;
}
.titulo-posts {
color: #126798;
font-weight: bold;
text-align: center;
}
#btnUploadFile {
background: #126798 !important;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
transition: 0.5s;
margin-bottom: 1em;
margin-top: 1em;
}
@media screen and (min-width: 768px) {
.headerppal {
text-align: left;
}
.headerppal .header-logotipo {
float: left;
}
.headerppal .header-avatar {
display: inline-block;
}
.menu ul {
height: 40px;
}
.menu ul li {
display: inline-block;
}
.posts .post {
display: inline-block;
margin-top: 25px;
width: 47%;
}
.posts .post .post-descripcion {
height: 120px;
}
.footer .contenedor-footer {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.footer .contenedor-footer .formulario-contactenos {
display: flex;
flex-direction: row;
margin-top: 30px;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 {
margin-top: 0;
margin-bottom: 0;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 .tipos-comentarios {
display: flex;
flex-direction: row;
}
.footer .contenedor-footer .redesSociales {
margin-top: 40px;
margin-bottom: 45px;
padding-right: 3em;
border-right: 3px solid #fff;
}
.registro-bienvenida {
text-align: left;
}
.registro-bienvenida h4 {
margin-bottom: 1em;
font-size: 2em;
}
.registro-bienvenida .registro-bienvenida-texto {
margin-bottom: 2em;
font-size: 1.5em;
}
.registro-bienvenida span {
font-size: 1.5em;
}
.modal-registro {
width: 70% !important;
}
} | public/css/index.css | @font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.eot");
src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
@font-face {
font-family: 'icono_estrellita_vacia';
src: url("../fonts/icomoon.eot?n253df");
src: url("../fonts/icomoon.eot?n253df#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf?n253df") format('truetype'), url("../fonts/icomoon.woff?n253df") format('woff'), url("../fonts/icomoon.svg?n253df#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'icono_estrellita_llena';
src: url("../fonts/estrellallena.eot?az4rfq");
src: url("../fonts/estrellallena.eot?az4rfq#iefix") format('embedded-opentype'), url("../fonts/estrellallena.ttf?az4rfq") format('truetype'), url("../fonts/estrellallena.woff?az4rfq") format('woff'), url("../fonts/estrellallena.svg?az4rfq#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'googleicon';
src: url("../fonts/googleicon.eot?9927647");
src: url("../fonts/googleicon.eot?9927647#iefix") format('embedded-opentype'), url("../fonts/googleicon.woff?9927647") format('woff'), url("../fonts/googleicon.ttf?9927647") format('truetype'), url("../fonts/googleicon.svg?9927647#googleicon") format('svg');
font-weight: normal;
font-style: normal;
}
.btnPpal {
background: #7acc2d !important;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
transition: 0.5s;
}
.btnPpal:hover {
background: #7acc2d;
color: #fff;
font-size: 17px;
}
body {
font-family: 'Allerta', sans-serif;
}
.headerppal {
background: #126798;
overflow: hidden;
box-shadow: 0 8px 10px rgba(0,0,0,0.5);
padding-bottom: 30px;
text-align: center;
}
.headerppal .titulo {
color: #fff;
font-size: 40px;
font-family: 'Montserrat', sans-serif;
margin-top: 30px;
margin-bottom: 0;
}
.headerppal .titulo-a {
color: #fff;
font-size: 20px;
padding-top: 5px;
padding-bottom: 15px;
}
.headerppal .header-logotipo {
margin-right: 5em;
margin-left: 50px;
margin-top: 20px;
}
.headerppal .header-logotipo img {
border-right-style: solid;
border-width: 2px;
border-color: #fff;
border-radius: 60%;
height: 140px;
padding: 20px;
width: 140px;
transition: 0.6s;
}
.headerppal .header-logotipo img:hover {
transform: scale(1.2);
}
.headerppal .header-avatar {
display: none;
float: right;
margin-top: -200px;
margin-right: 50px;
}
.headerppal .header-avatar img {
border-radius: 60%;
height: 80px;
width: 80px;
transition: 0.6s;
transform: translateY(100px);
}
.menu {
background: #219cca;
border-left: 10px solid #fff;
box-shadow: 0 8px 10px rgba(0,0,0,0.5);
}
.menu ul {
margin: 0px;
}
.menu ul li {
display: block;
line-height: 40px;
transition: 0.6s;
}
.menu ul li:hover {
background: #126798;
}
.menu ul li a {
color: #fff;
text-decoration: none;
padding: 0 1em;
transition: 0.6s;
}
.menu ul li a:hover {
font-size: 17px;
}
.footer {
height: 100%;
background: #126798;
margin: 0px;
}
.footer .contenedor-footer {
display: flex;
flex-direction: column-reverse;
justify-content: space-around;
}
.footer .contenedor-footer .formulario-contactenos {
display: flex;
flex-direction: column;
margin-left: 20px;
}
.footer .contenedor-footer .formulario-contactenos .form-col1,
.footer .contenedor-footer .formulario-contactenos .form-col2 {
margin-right: 30px;
color: #fff;
display: flex;
flex-direction: column;
label
}
.footer .contenedor-footer .formulario-contactenos .form-col1 input,
.footer .contenedor-footer .formulario-contactenos .form-col2 input {
margin-bottom: 10px;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 label {
color: #fff;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 {
margin-top: 10px;
margin-bottom: 10px;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 .tipos-comentarios {
display: flex;
flex-direction: column;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 .tipos-comentarios label {
font-size: 13px;
}
.footer .contenedor-footer .formulario-contactenos .form-col2 {
align-items: flex-start;
}
.footer .contenedor-footer .formulario-contactenos .form-col2 label {
color: #fff;
margin-bottom: 1em;
}
.footer .contenedor-footer .formulario-contactenos .form-col2 textarea {
margin-bottom: 10px;
height: 110px;
}
.footer .contenedor-footer .redesSociales .realizadopor {
padding-top: 30px;
}
.footer .contenedor-footer .redesSociales .realizadoclase {
padding-bottom: 30px;
}
.footer .contenedor-footer .redesSociales p {
color: #fff;
text-align: center;
margin: 10px;
}
.footer .contenedor-footer .redesSociales .logos-redes {
text-align: center;
}
.footer .contenedor-footer .redesSociales .logos-redes a {
text-decoration: none;
}
.footer .contenedor-footer .redesSociales .logos-redes .logo-facebook:before {
color: #7acc2d;
content: "\f101";
font-size: 30px;
font-family: "Flaticon";
}
.footer .contenedor-footer .redesSociales .logos-redes .logo-twitter:before {
color: #7acc2d;
content: "\f102";
font-size: 30px;
font-family: "Flaticon";
}
.footer .contenedor-footer .redesSociales .logos-redes .logo-github:before {
color: #7acc2d;
content: "\f100";
font-size: 30px;
font-family: "Flaticon";
}
.posts {
padding: 0.8em;
margin: 0px;
text-align: center;
}
.posts .post {
background: #fff;
border: 1px solid #000;
box-shadow: 10px 9px 25px -1px rgba(0,0,0,0.75);
display: block;
margin-bottom: 1.5em;
margin-right: 1.5em;
width: 100%;
}
.posts .post .post-calificacion {
text-align: center;
padding: 0.5em;
}
.posts .post .post-calificacion .post-estrellita-vacia {
text-decoration: none;
}
.posts .post .post-calificacion .post-estrellita-vacia:before {
color: #7acc2d;
content: "\e9d7";
font-family: "icono_estrellita_vacia";
}
.posts .post .post-calificacion .post-estrellita-llena {
text-decoration: none;
}
.posts .post .post-calificacion .post-estrellita-llena:before {
color: #7acc2d;
content: "\e9d9";
font-family: "icono_estrellita_llena";
}
.posts .post .post-titulo {
text-align: center;
background: #eee;
font-family: 'Montserrat', sans-serif;
padding: 0.5em;
}
.posts .post .post-titulo h5 {
font-weight: bold;
}
.posts .post .post-video {
text-align: center;
padding: 0 0.5em;
}
.posts .post .post-video iframe {
width: 100%;
height: 300px;
}
.posts .post .post-video .post-imagen-video {
width: 100%;
height: 300px;
}
.posts .post .post-descripcion {
text-align: center;
background: #eee;
font-family: 'Allerta', sans-serif;
padding: 0.5em;
font-size: 17px;
}
.posts .post .post-videolink {
text-align: center;
background: #126798;
color: #fff;
font-family: 'Allerta', sans-serif;
padding: 0.5em;
font-size: 17px;
}
.posts .post .post-videolink a {
color: #fff;
text-decoration: underline;
}
.posts .post .post-footer {
background: #126798;
color: #fff;
font-size: 17px;
padding-bottom: 0.5em;
padding-top: 1em;
padding-left: 0.5em;
text-align: left;
width: 100%;
}
.modal-registro {
width: 80% !important;
}
.registro-bienvenida {
text-align: center;
width: 100%;
}
.registro-bienvenida h4 {
color: #126798;
font-size: 1.5em;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
margin-bottom: 0.5em;
}
.registro-bienvenida .registro-bienvenida-texto {
margin-bottom: 1em;
font-size: 1em;
text-align: left;
}
.registro-bienvenida span {
color: #7acc2d;
font-size: 1.2em;
font-weight: bold;
}
.registro-formulario {
border-left: 0.3em solid #126798;
}
.registro-formulario div {
margin: 0;
}
.registro-formulario label {
color: #126798;
font-size: 1em;
}
.registro-formulario a {
margin-top: 2em;
text-align: center;
width: 80% !important;
}
.registro-formulario .div-btnInicioSesion {
text-align: center;
}
.registro-formulario .div-btnInicioSesion a {
background: #126798 !important;
}
.registro-formulario .lbl-ingresar-redes {
color: #126798;
font-weight: bold;
padding-top: 1em;
text-align: center;
}
.registro-formulario .registro-iconos-redes {
background: #fff !important;
text-align: center;
}
.registro-formulario .registro-iconos-redes .logo-facebook:before {
color: #7acc2d;
content: "\f101";
font-size: 40px;
font-family: "Flaticon";
}
.registro-formulario .registro-iconos-redes .logo-google {
margin-left: 1em;
}
.registro-formulario .registro-iconos-redes .logo-google:before {
color: #7acc2d;
content: "\f2b3";
font-size: 45px;
font-family: "googleicon";
}
.registro-formulario .registro-iconos-redes .logo-twitter {
margin-left: 1em;
}
.registro-formulario .registro-iconos-redes .logo-twitter:before {
color: #7acc2d;
content: "\f102";
font-size: 40px;
font-family: "Flaticon";
}
.div-btnRegistrarse {
text-align: center;
margin-top: 2em;
margin-bottom: 0em;
}
.div-btnRegistrarse a {
background: #126798 !important;
}
.titulo-posts {
color: #126798;
font-weight: bold;
text-align: center;
}
#btnUploadFile {
background: #126798 !important;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
transition: 0.5s;
margin-bottom: 1em;
margin-top: 1em;
}
@media screen and (min-width: 768px) {
.headerppal {
text-align: left;
}
.headerppal .header-logotipo {
float: left;
}
.headerppal .header-avatar {
display: inline-block;
}
.menu ul {
height: 40px;
}
.menu ul li {
display: inline-block;
}
.posts .post {
display: inline-block;
margin-top: 25px;
width: 47%;
}
.posts .post .post-descripcion {
height: 120px;
}
.footer .contenedor-footer {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.footer .contenedor-footer .formulario-contactenos {
display: flex;
flex-direction: row;
margin-top: 30px;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 {
margin-top: 0;
margin-bottom: 0;
}
.footer .contenedor-footer .formulario-contactenos .form-col1 .tipos-comentarios {
display: flex;
flex-direction: row;
}
.footer .contenedor-footer .redesSociales {
margin-top: 40px;
margin-bottom: 45px;
padding-right: 3em;
border-right: 3px solid #fff;
}
.registro-bienvenida {
text-align: left;
}
.registro-bienvenida h4 {
margin-bottom: 1em;
font-size: 2em;
}
.registro-bienvenida .registro-bienvenida-texto {
margin-bottom: 2em;
font-size: 1.5em;
}
.registro-bienvenida span {
font-size: 1.5em;
}
.modal-registro {
width: 70% !important;
}
} | 0.28587 | 0.079531 |
@-moz-document regexp("https?://www\\.gamekult\\.com(?!/forum/).*") {
/*
Supprimez cette ligne pour voir "Le trailer du jour" sur les pages News, Sorties et Tests */
#gk-top[data-current-route="news"] .gk__main .gk__main__content .gk__block .gk__block__col.col-md-8.col-xs-12 > section:first-of-type,
#gk-top[data-current-route="games"] .gk__main .gk__main__content .gk__block .gk__block__col.col-md-8.col-xs-12 > section:first-of-type,
#gk-top[data-current-route="reviews"] .gk__main .gk__main__content .gk__block .gk__block__col.col-md-8.col-xs-12 > section:first-of-type {
display: none;
}
/**/
/*** --- VARIABLES --- ***/
:root {
--mainColor: #6BBDF4;
--secondaryColor: #3180BF;
--linkColor: #fff;
/*6DFD0D*/
--specialLinkColor: #F5A623;
/*#FD0DC2*/
--bodyColor: #EDEDED;
--darkBodyColor: #C4C4C4;
--darkestBodyColor: #8C8C8C;
/* orange theme: F5A623/FE7A15, blue theme: 6BBDF4/3180BF */
--darkestBg: #191919;
--midBg: #242424;
--lightBg: #333333;
--lightestBg: #444444;
/* darkest: 191919, mid: 242424, lightest: 333333, veryLight: 272727 */
--titleFont: 'Lora';
--subFont: 'Libre Baskerville';
--catFont: 'Roboto';
/*'Vollkorn';*/
--catFontSize: .75rem;
/*.85rem;*/
--firstLetterFont: 'Cinzel';
--pFont: 'PT Serif';
}
/*** --- GENERAL --- ***/
[data-track-category="native-ad"].ed__tn-h__xs {
display: none;
}
.ed__webtv-h__lg--center {
display: none;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v10/I0dEfRgGNE90_hXZq7bjyw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v10/4vqKRIwnQQGUQQh-PnvdMA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v10/BYKAuswRIqh69412sen31PY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v10/P18Nsu9EiYldSvHIj_0e5w.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
font-family: 'Cinzel';
font-style: normal;
font-weight: 700;
src: local('Cinzel Bold'), local('Cinzel-Bold'), url(https://fonts.gstatic.com/s/cinzel/v5/L74890HNVnUypqWjqGUt1VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400;
src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url(https://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsKwHlCYWexZJCPRz1QQ0uKVU.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400;
src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url(https://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsK6Ucnt8gjcHpqyffjHeZWDA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v8/CPRt--GVMETgA6YEaoGitxTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v8/I-OtoJZa3TeyH6D9oli3ifesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Slabo 27px';
font-style: normal;
font-weight: 400;
src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v3/LfR9_S_HMdQ73mwIHBRxoSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Slabo 27px';
font-style: normal;
font-weight: 400;
src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v3/PuwvqkdbcqU-fCZ9Ed-b7fk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 400;
src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url(https://fonts.gstatic.com/s/vollkorn/v6/idGKtgpe38okB6bfeHMsLPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.gk__text__square__container > dl > dd > a,
.gk__text__square__container > dl > dd > a:link,
.gk__text__square__container > dl > dd > a:visited,
.gk__text__square__container > ul > li > a,
.gk__text__square__container > ul > li > a:link,
.gk__text__square__container > ul > li > a:visited,
.gk__text__square__container > ol > li > a,
.gk__text__square__container > ol > li > a:link,
.gk__text__square__container > ol > li > a:visited,
.ed__news p a,
.ed__news p a:link,
.ed__news p a:visited {
color: var(--mainColor);
}
.gk__text__square__container > dl > dd > a:hover,
.gk__text__square__container > ul > li > a:hover,
.gk__text__square__container > ol > li > a:hover,
.ed__news p a:hover {
color: var(--linkColor);
}
.gk__text__p--initial:first-letter {
font-family: 'Cinzel';
}
html {
background-color: #191919;
}
body,
.fo__comment-h__body,
label,
legend {
color: var(--bodyColor);
}
.gk__ads__intro {
display: none;
}
#gk-top {
background-color: rgba(0, 0, 0, .5);
}
.gk__breadcrumb {
background-color: var(--lightestBg);
}
.gk__breadcrumb > ol > li {
color: var(--bodyColor);
}
.gk__breadcrumb > ol > li a:link,
.gk__breadcrumb > ol > li a:visited {
color: var(--linkColor);
}
.gk__breadcrumb > ol > li a:hover,
.gk__close--lg-dark,
.gk__close--md-dark {
color: var(--mainColor);
}
.gk__breadcrumb > ol > li a:link::after,
.gk__breadcrumb > ol > li a:visited::after {
color: var(--mainColor);
}
.fo__comments__sb__wrap,
.fo__comments__sb__header.gk__panel,
.js-topic-posts-list.gk__list.gk__list--separator-dark-sm.gk__panel {
background-color: var(--darkestBg);
}
.js-topic-posts-list.gk__list.gk__list--separator-dark-sm.gk__panel {
/*transform: rotate(180deg);
margin-top: 1rem;*/
padding: 1.25rem .75rem 0;
}
.js-topic-posts-list.gk__list.gk__list--separator-dark-sm.gk__panel > li {
/*transform: rotate(-180deg);*/
background-color: var(--midBg);
border-top: 2px solid #374E5E;
padding: .75rem;
}
.fo__comments__sb__reverse:after {
color: var(--bodyColor);
}
.js-topic-posts-list.gk__list.gk__list--separator-dark-sm.gk__panel > li:nth-of-type(odd) {
background-color: var(--lightBg);
}
.fo__comment-h__sm__body-container {
padding: .5rem 0 0;
}
.fo__comment-h__answer__recipient,
.fo__comment-h__quote__recipient {
color: var(--bodyColor);
}
.fo__comment-h__header__author a:link,
.fo__comment-h__header__author a:visited,
.fo__comment-h__body a:link,
.fo__comment-h__body a:visited {
color: var(--mainColor);
}
.fo__comment-h__header__author a:hover,
.fo__comment-h__header__user-profil--small:hover + .row--nmrg .fo__comment-h__header__author a:link,
.fo__comment-h__header__user-profil--small:hover + .row--nmrg .fo__comment-h__header__author a:visited,
.fo__comment-h__body a:hover,
.fo__comment-h__body a:active {
color: var(--linkColor);
}
.fo__comment-h__body blockquote {
margin-top: .625rem;
color: var(--bodyColor);
}
.fo__comment-h__body blockquote:before {
color: var(--mainColor);
}
.gk__button__md--light {
background-color: var(--secondaryColor);
border-color: var(--secondaryColor);
color: var(--linkColor);
transition: all .2s ease;
}
.gk__button__md--light:hover {
background-color: var(--mainColor);
border-color: var(--mainColor);
}
.gk__discourse aside.quote blockquote,
.gk__discourse aside.quote div.title {
background-color: rgba(0, 0, 0, .3);
border-left: 3px solid var(--secondaryColor);
}
.fo__comment-h__body blockquote {
background-color: var(--midBg);
}
.fo__comment-h__body.gk__discourse blockquote p:first-child {
margin-top: 0;
}
.gk__main__content {
background-color: var(--darkestBg);
}
.gk__panel {
background-color: var(--midBg);
}
.ed__tip__header:before,
.gk__t1--line:before,
.gk__t4--line:before {
background-color: var(--mainColor);
}
.pr__platform__tag--link a:link,
.pr__platform__tag--link a:visited {
color: var(--mainColor);
border-color: var(--mainColor);
background-color: transparent;
}
.pr__platform__tag--link a:active,
.pr__platform__tag--link a:hover {
color: var(--linkColor);
background-color: var(--mainColor);
}
.gk__helpers__category {
color: var(--mainColor);
background: none;
padding: 0 2px;
}
.gk__helpers__author,
.gk__helpers__comments {
color: var(--darkestBodyColor);
}
.gk__helpers__comments:hover {
color: var(--mainColor);
}
.gk__helpers__fat-title-m,
.gk__helpers__fat-title-m--complementary {
font-size: .95rem;
line-height: 1.05rem;
font-family: var(--titleFont);
}
.gk__helpers__subtitle-s {
font-size: .875rem;
line-height: 18px;
font-family: var(--subFont);
}
.gk__helpers__fat-title-l > a:link,
.gk__helpers__fat-title-l > a:visited,
.gk__helpers__fat-title-m > a:link,
.gk__helpers__fat-title-m > a:visited,
.gk__helpers__fat-title-s > a:link,
.gk__helpers__fat-title-s > a:visited,
.gk__helpers__fat-title-sm > a:link,
.gk__helpers__fat-title-sm > a:visited,
.gk__helpers__fat-title-xs > a:link,
.gk__helpers__fat-title-xs > a:visited,
.gk__link__see-more a:link,
.gk__link__see-more a:visited,
.gk__link__see-more--inverted a:link,
.gk__link__see-more--inverted a:visited,
.gk__link__see-more--left a:link,
.gk__link__see-more--left a:visited,
.gk__link__see-more a:link:after,
.gk__link__see-more a:visited:after,
.gk__link__see-more--inverted a:link:after,
.gk__link__see-more--inverted a:visited:after,
.gk__link__see-more--left a:link:after,
.gk__link__see-more--left a:visited:after {
color: var(--linkColor);
}
.gk__helpers__fat-title-l > a:hover,
.gk__helpers__fat-title-m > a:hover,
.gk__helpers__fat-title-s > a:hover,
.gk__helpers__fat-title-sm > a:hover,
.gk__helpers__fat-title-xs > a:hover,
.gk__helpers__types__type,
.gk__link__see-more a:hover,
.gk__link__see-more--left a:hover,
.gk__link__see-more a:hover:after,
.gk__link__see-more--inverted a:hover:after,
.gk__link__see-more--left a:hover:after {
color: var(--mainColor);
}
.ho__show-list > header > .gk__t3--complementary,
.gk__gamefinder > .gk__t3 {
font-family: var(--titleFont);
text-transform: uppercase;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
padding: .25rem .25rem .25rem .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
}
.gk__helpers__subtitle-s {
color: var(--darkBodyColor);
}
.gk__list--separator-dark-sm > li:after,
.gk__list--separator-dark-xs > li:after {
/*background-color: var(--lightestBg);*/
display: none;
}
.gk__text__blockquote {
background-color: var(--lightBg);
color: var(--bodyColor);
padding: 1rem 0;
margin-bottom: .625rem;
font-family: var(--subFont);
}
.gk__text__subhead {
font-family: var(--subFont);
}
.gk__text__legend,
.gk__text__blockquote > footer > cite,
.gk__text__img--center > figcaption,
.gk__text__img--panorama > figcaption {
color: var(--darkestBodyColor);
}
.gk__text__blockquote__content {
width: 95%;
text-indent: 2.5rem;
}
.gk__text__blockquote__content:before,
.gk__text__blockquote__content:after {
color: var(--mainColor);
text-indent: 0;
}
.ed__news .gk__text__p {
text-indent: 1rem;
}
.gk__text__square__container > dl > dd::before,
.gk__text__square__container > ul > li::before,
.gk__text__square__container > ol > li::before {
background-color: var(--mainColor);
}
.gk__button__comment {
border: none;
padding: .5rem;
}
.gk__button__comment__inner:link,
.gk__button__comment__inner:visited,
.gk__button__comment__inner:focus,
.gk__button__comment__inner:active {
background-color: var(--secondaryColor);
border: none;
color: var(--linkColor);
font-size: 1rem;
padding: .1rem 1.25rem;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
transition: all .2s ease;
}
.gk__button__comment__inner:hover {
border-color: var(--mainColor);
background-color: var(--mainColor);
-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
}
.gk__technical-list {
background-color: var(--lightBg);
font-family: var(--pFont);
font-size: .8rem;
line-height: 1rem;
letter-spacing: .02rem;
}
.gk__technical-list header {
padding: 0;
}
/*.gk__technical-list br {
display: block;
content: "";
margin-top: 5px;
}*/
.gk__t3,
.gk__t3--mrg,
.gk__t4--line {
font-family: var(--subFont);
}
/*** --- TOP MENUS --- ***/
.gk__search-bar__submit {
border-radius: 0;
border: none;
background-color: var(--secondaryColor);
border-left: 0;
}
.gk__search-bar__field {
box-shadow: none;
border-radius: 0;
background-color: var(--lightBg);
color: var(--bodyColor);
}
.gk__gamefinder__header .gk__search-bar__field {
background-color: var(--midBg);
}
.gk__search-bar__field:focus {
background-color: var(--lightestBg);
}
.gk__gamefinder__header .gk__search-bar__field:focus {
background-color: var(--darkestBg);
}
.gk__search-bar:hover .gk__search-bar__submit,
.gk__search-bar__field:focus + .gk__search-bar__submit {
background-color: var(--secondaryColor);
}
.gk__search-bar:hover .gk__search-bar__submit:hover {
background-color: var(--mainColor);
}
.gk__autocomplete {
border: none;
}
.gk__autocomplete,
.gk__autocomplete:before {
background-color: var(--lightBg);
}
.gk__autocomplete:before {
border-color: var(--mainColor);
z-index: 1001;
background-color: var(--lightestBg);
}
.gk__autocomplete__list-items {
border-bottom: none;
}
.gk__autocomplete__list-items .gk__autocomplete__list-item__items:first-of-type .gk__autocomplete__list-items__item {
border: 1px solid var(--mainColor);
border-bottom: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.gk__autocomplete__list-items__item {
border-left: 1px solid var(--mainColor);
border-right: 1px solid var(--mainColor);
}
.gk__autocomplete__list-items__item--search-with {
background: none;
border: none;
}
.gk__autocomplete__list-items__item--search-with .gk__autocomplete__list-items__item {
background-color: var(--midBg);
border: 1px solid var(--mainColor);
border-top: 0px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.gk__autocomplete__list-items__item {
color: var(--bodyColor);
}
.gk__autocomplete__list-items__item:hover {
color: var(--mainColor);
background-color: var(--lightestBg);
}
.gk__autocomplete__list-items__item--search-with .gk__autocomplete__list-items__item:hover {
background-color: var(--mainColor);
color: var(--linkColor);
}
.gk__autocomplete__list-items__item__category {
color: var(--mainColor);
}
.gk__menu-dark {
background-color: var(--midBg);
border-bottom: 1px solid var(--darkestBg);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.gk__menu-dark ul li > a:link {
color: var(--darkBodyColor);
}
.pm__bundle__container {
display: none;
}
.gk__header__hot-tag__list > li:not(:last-child) {
display: none;
}
.gk__header__hot-tag__list__item a:hover,
.gk__menu ul li a.premium-link-menu,
.gk__menu ul li a.link-event,
.gk__main-menu > ul > li > a:hover,
.gk__menu-dark ul li:hover .gk__submenu__item a:hover,
.gk__menu-user__alerts:hover > i:before,
.gk__menu-user__bunks:hover > i:before,
.gk__menu-user > li:first-of-type:hover .gk__header__user__menu-icon:before,
.gk__header__hot-tag__list__item--highlight a:link,
.gk__header__hot-tag__list__item--highlight a:visited {
color: var(--mainColor);
}
.gk__menu-dark ul li:hover .gk__submenu__item--highlight a {
background-color: var(--secondaryColor);
}
.gk__menu-dark ul li:hover .gk__submenu__item--highlight a:hover,
.gk__menu-user > li:hover > a:after,
.gk__menu-user > li:hover > a:hover:after {
background-color: var(--mainColor);
}
.gk__menu-user__alerts > i:before,
.gk__menu-user__bunks > i:before,
.gk__header__user__menu-icon:before {
color: var(--secondaryColor);
}
.gk__menu ul li a.premium-link-menu:hover,
.gk__menu ul li a.link-event:hover,
.gk__menu-dark ul li:hover .gk__submenu__item a:hover:before,
.gk__header__hot-tag__list__item--highlight a:hover {
color: var(--specialLinkColor);
}
/*.gk__main-menu.gk__menu > ul > li {
width: 140px;
}*/
.gk__menu > ul > li > a:hover > span::after {
background-color: var(--mainColor);
}
.gk__menu > ul > li > a.premium-link-menu:hover > span:after,
.gk__menu > ul > li > a.link-event:hover > span:after {
background-color: var(--specialLinkColor);
}
.gk__menu > ul > li.gk__menu--active > a:link > span::after,
.gk__menu > ul > li.gk__menu--active > a:visited > span::after,
.gk__menu > ul > li.gk__menu--active > a:hover > span::after {
background-color: var(--specialLinkColor);
}
.gk__button__md--dark,
.gk__button__md--dark:active,
.gk__button__md--dark:focus {
border-color: var(--mainColor);
background-color: var(--mainColor);
transition: all .2s ease;
}
.gk__button__md--dark:hover {
border-color: var(--specialLinkColor);
background-color: var(--specialLinkColor);
}
.gk__submenu {
transform: translateX(-50%);
}
.gk__submenu--plateform {
min-width: 230px;
}
/*** --- HOMEPAGE -- Misc --- ***/
.gk__main__content--home {
padding: 0;
}
.ho__news-river__main-section + .ho__news-river__main-section {
padding: 0 0 0 4px;
border-left: 0;
/*margin-top: calc(-55px - 12.75rem);*/
}
.ho__news-river__main-section + .ho__news-river__main-section,
.ho__news-river__main-section > section + section {
border-color: var(--lightestBg);
}
.gk__main__content--home {
background-color: var(--darkestBg);
}
/*.ed__webtv-h__md,
.ed__webtv-h__md *,
.ed__webtv-h__lg,
.ed__webtv-h__lg * {
height: 0;
padding: 0;
margin: 0;
}*/
/*[data-current-route="homepage"] */
.ed__webtv-h__md,
/*[data-current-route="homepage"]*/
.ed__webtv-h__lg {
display: none;
}
.js-layout:not([data-current-route="webtv"]) + div .gk__body .js-webtv-update {
display: none;
}
.gk__header__hot-tag__list__item a:link,
.gk__header__hot-tag__list__item a:visited {
color: var(--linkColor);
}
.gk__header__hot-tag__list__item a:hover {
color: var(--mainColor);
}
.gk__header__hot-tag__list__item--highlight a:link,
.gk__header__hot-tag__list__item--highlight a:visited {
background-color: var(--secondaryColor);
border: none;
color: var(--linkColor);
font-size: 1rem;
font-weight: 700;
/*padding: .1rem 1.25rem;*/
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
transition: all .2s ease;
}
.gk__header__hot-tag__list__item--highlight a:hover {
border-color: var(--mainColor);
background-color: var(--mainColor);
-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
}
/*** --- HOMEPAGE -- News tiles --- ***/
.row--nowrap.row-to-col .flex-card {
height: 30rem;
}
.row--nowrap.row-to-col .simple-height.card-xs,
.row--nowrap.row-to-col .flex-card ul li.simple-height {
/*height: 12.5rem;*/
/*height: 18.75rem;*/
height: 15rem;
}
.row--nowrap.row-to-col .double-height {
height: 30rem;
}
.pr__header__main__body__info a,
.pr__header__main__body__info--game a,
.pr__header__main__body__info--platform a,
.pr__header__main__body__info a,
.pr__header__main__body__info--game a,
.pr__header__main__body__info--platform a,
.ed__header__info__author > a,
.ed__header__info__author > a,
.pr__header__main__body__collection__button,
.pr__header__main__body__collection__button--add,
.pr__header__main__body__collection__button--wishlist,
.pr__header__main__body__collection__button--delete,
.gk__text__lightsquare > a {
color: var(--secondaryColor);
text-decoration: none;
}
.pr__header__main__body__info a:visited,
.pr__header__main__body__info--game a:visited,
.pr__header__main__body__info--platform a:visited,
.pr__header__main__body__info a:hover,
.pr__header__main__body__info--game a:hover,
.pr__header__main__body__info--platform a:hover,
.ed__header__info__author > a:hover,
.ed__header__info__author > a:active,
.pr__header__main__body__collection__button:hover,
.pr__header__main__body__collection__button--add:hover,
.pr__header__main__body__collection__button--wishlist:hover,
.pr__header__main__body__collection__button--delete:hover,
.gk__text__lightsquare > a:hover {
color: var(--mainColor);
}
.gk__tile {
margin: 0 0 0 -2rem;
padding: 0 2px 1px 2px;
max-width: calc(75% + 2rem);
background-color: var(--darkestBg);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
position: absolute;
border: 2px solid var(--midBg);
border-top: 0;
}
/*.gk__tile:after {
content: '';
display: block;
width: 90%;
margin: 2px auto;
border-top: 2px solid var(--midBg);
}*/
.gk__tile1,
.gk__tile2 {
color: var(--linkColor);
}
.gk__tile__list__card__content .gk__tile__list__card__content__image img {
object-position: 50% 0%;
}
.gk__tile:hover .gk__tile__list__card__content {
/* .gk__tile__list__card__content__image img {*/
filter: grayscale(60%);
}
.gk__tile__list__card__content {
/*.gk__tile__list__card__content__image img {*/
transition: all ease-out .3s;
}
.gk__tile:hover .gk__tile__list__card__content:hover,
.gk__tile:hover .gk__tile__list__card__content:hover .gk__tile__list__card__content__image img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.gk__tile__list__card__content__figcaption > div {
transition: all ease .1s;
}
.gk__tile__list {
background-color: transparent;
}
.gk__tile__list .flex-card {
padding-bottom: 2px;
/*padding-left: 2px;*/
margin-bottom: 1px;
margin-left: 2px;
}
.gk__tile__list .flex-card:first-of-type {
margin-left: 0;
}
.gk__tile__list:last-of-type .flex-card {
margin-bottom: 0px;
}
.gk__body {
background-color: var(--darkestBg);
/*display: block;*/
}
.gk__tile__list__card__content {
box-shadow: none;
border: none;
}
.gk__tile__list__card__content__figcaption {
width: calc(100% + 1rem);
}
.gk__tile__list__card__content .gk__tile__list__card__content__figcaption .gk__tile__list__card__content__figcaption__infos > .gk__tile__list__card__content__figcaption__category {
padding: 0 2px;
color: #fff;
font-family: var(--catFont);
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: 0;
background: var(--secondaryColor);
border-top: none;
font-size: var(--catFontSize);
line-height: 1rem;
}
.gk__tile__list__card__content:hover .gk__tile__list__card__content__figcaption .gk__tile__list__card__content__figcaption__infos > .gk__tile__list__card__content__figcaption__category {
background: var(--mainColor);
}
.gk__tile__list__card__content:hover img {
transform: none;
}
.gk__tile__list__card__content__figcaption__title,
.flex-card.double-height .gk__tile__list__card__content__figcaption__title,
.flex-card.full .gk__tile__list__card__content__figcaption__title,
.flex-card.medium .gk__tile__list__card__content__figcaption__title {
width: 100%;
font-size: 1.2rem;
line-height: 1.3rem;
padding: 4px calc(1rem + 4px) 4px 4px;
font-family: var(--titleFont);
}
.gk__tile__list__card__content__figcaption__subtitle {
font-size: 1rem;
line-height: 18px;
padding: 0 1rem 4px 4px;
color: var(--darkBodyColor);
font-family: var(--subFont);
}
.simple-height.gk__tile__list__card:after,
.double-height.gk__tile__list__card:after {
content: '';
display: block;
width: 0;
height: 2px;
background: var(--mainColor);
transition: width ease .3s;
margin: 0 auto;
}
.gk__tile__list__card:hover:after {
width: 100%;
}
/*** --- HOMEPAGE - Premium tiles --- ***/
.pm__list-body__logo {
/*background-image: url(https://d3isma7snj3lcx.cloudfront.net/assets/front/img/base/logo/logo-premium.svg);
margin: 10px auto;*/
background: none;
margin: 0;
height: auto;
width: 100%;
}
.pm__list-body__logo:before {
content: 'GAMEKULT PREMIUM';
display: block;
width: 100%;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
font-family: var(--titleFont);
padding: .25rem .25rem .25rem .5rem;
margin: 1rem 0 .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
}
[data-current-route="homepage"] .pm__list-body {
padding: 0 2rem 0 2rem;
background-color: transparent;
width: 75%;
position: absolute;
top: 30rem;
}
.gk__main__content--home .pm__list-body .gk__text-indent {
display: none;
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg {
padding: 0 0 1px;
}
.pm__premium-h__sm:before {
background: none;
}
.pm__premium-h__sm:hover:before {
background: none;
}
.pm__premium-h__sm {
border: 0;
/*height: 160px;*/
height: 10rem;
max-width: none;
box-shadow: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
.pm__premium-h__sm .gk__link__area {
z-index: 3;
}
.pm__premium-h__sm__body {
position: absolute;
bottom: 0;
padding: 3px 0 5px 5px;
width: 100%;
text-align: left;
z-index: 1;
background-color: RGBA(36, 36, 36, .95);
transition: all ease .1s;
}
.pm__premium-h__sm:hover .pm__premium-h__sm__body {
padding-bottom: 10px;
background-color: RGBA(36, 36, 36, 1);
}
.pm__premium-h__sm:hover {
border: none;
box-shadow: none;
}
.pm__premium-h__sm a:hover {
color: #fff !important;
}
.pm__premium-h__sm:after {
width: 0;
z-index: 2;
-webkit-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
background-color: var(--mainColor);
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg > li {
padding: 0 0 0 2px;
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg > li:first-of-type {
padding: 0;
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg > li:nth-child(n+1):nth-child(-n+2) {
margin-bottom: 2px;
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg > li .pm__premium-h__sm figure img {
transition: all ease .2s;
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg:hover > li .pm__premium-h__sm figure img {
filter: grayscale(75%);
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg:hover > li:hover .pm__premium-h__sm figure img {
filter: grayscale(0%);
}
.pm__list-body__list > li {
margin-bottom: 0px;
}
.gk__link__see-more--inverted {
padding: 0;
}
.gk__link__see-more--inverted a:link {
font-family: Roboto, sans-serif, serif;
text-transform: uppercase;
padding: 0 2px;
color: #ffffff;
background-color: var(--secondaryColor);
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
font-size: .75rem;
line-height: 1rem;
font-weight: 700;
}
.gk__link__see-more--inverted a:visited,
.gk__link__see-more--inverted a:visited:after {
color: #ffffff;
}
.gk__link__see-more--inverted a:hover {
background-color: var(--mainColor);
}
/*** --- HOMEPAGE - Sidebar --- ***/
[data-current-route="homepage"] .gk__sidebar {
position: relative !important;
max-height: calc(30rem - 1px);
width: calc(100% - 1px);
}
[data-current-route="game_review"] .gk__sidebar {
width: calc(100% - 1px);
min-width: 325px;
}
[data-current-route="homepage"] .gk__sidebar__wrapper {
position: absolute !important;
top: 0;
right: -2rem;
height: auto !important;
width: calc(25% + 2rem) !important;
}
[data-current-route="game_review"] .gk__sidebar__wrapper {
top: 0;
right: 0;
width: 25% !important;
}
.gk__sidebar {
margin: 0 0 1px 1px;
box-shadow: none;
background-color: var(--darkestBg);
}
.gk__sidebar__wrapper {
padding: 0 0 0;
background-color: var(--darkestBg);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
border: 2px solid var(--midBg);
border-left: 0;
}
.gk__sidebar:before {
content: 'NEWS';
display: block;
width: auto;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
font-family: var(--titleFont);
padding: .25rem .25rem .25rem .5rem;
margin: 0 0 .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
}
.gk__ads__mpu-top {
margin: 0;
}
.ed__tn__n--e,
.ed__tn__n--pm--e,
.ed__tn__n--webtv--e {
padding: .5rem 2rem .5rem .5rem;
}
.ed__tn__n--e > div > p,
.ed__tn__n--pm--e > div > p,
.ed__tn__n--webtv--e > div > p {
font-family: var(--pFont);
font-size: .925rem;
line-height: 1.2rem;
letter-spacing: 0.01rem;
color: #ffffff;
}
.ed__tn__n--e:after,
.ed__tn__n--pm--e:after,
.ed__tn__n--webtv--e:after {
display: none;
}
.ed__tn__n__a:after {
color: #ffffff;
}
.ed__tn__n--e:before,
.ed__tn__n--pm--e:before,
.ed__tn__n--webtv--e:link:before {
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
content: '';
-webkit-transition: width .1s ease-out;
-o-transition: width .1s ease-out;
transition: width .1s ease-out;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
background-color: var(--specialLinkColor);
}
.ed__tn__n--e:link .ed__tn__n__h__c {
color: var(--specialLinkColor);
}
.ed__tn__n--webtv--e > div:first-child > div {
float: none;
width: auto;
text-transform: uppercase;
font-size: .625rem;
line-height: 1.125rem;
margin: 0 3px 0 .5rem;
padding: 0 2px 0 2px;
color: var(--mainColor);
font-family: Roboto, sans-serif, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: .01rem;
}
.ed__tn__n--webtv--e > div:first-child > div > br,
.ed__tn__n--webtv--e > div:first-child > div:before {
display: none;
}
.ed__tn__n--e:hover:before,
.ed__tn__n--pm--e:hover:before,
.ed__tn__n--webtv--e:hover:before {
width: 6px;
}
.ed__tn__n--webtv--e > div > p.ed__tn__n__w,
.ed__tn__n--webtv--e > div > p {
padding: 0 .5rem;
}
.ed__tn__n--e:hover .ed__tn__n__a:after,
.ed__tn__n--pm--e:hover .ed__tn__n__a:after,
.ed__tn__n--webtv--e:hover .ed__tn__n__a:after {
color: var(--specialLinkColor);
}
.ed__tn__n--e:link,
.ed__tn__n--e:visited,
.ed__tn__n--pm--e:link,
.ed__tn__n--pm--e:visited,
.ed__tn__n--webtv--e:link,
.ed__tn__n--webtv--e:visited {
background-color: var(--lightBg);
-moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}
.ed__tn__n--e:hover > div > p ,
.ed__tn__n--pm--e:hover > div > p,
.ed__tn__n--webtv--e:hover > div > p {
color: var(--specialLinkColor);
}
.ed__tn__s--t,
.ed__tn__s--r {
text-align: left;
font-weight: bold;
background-color: var(--lightestBg);
color: var(--bodyColor);
padding: .5rem;
border: none;
margin: 1px 0 0px;
}
.ed__tn__s--t:before,
.ed__tn__s--r:before {
color: var(--mainColor);
}
.ed__tn__n:link,
.ed__tn__n:visited,
.ed__tn__n--d:link,
.ed__tn__n--d:visited,
.ed__tn__n--pm:link,
.ed__tn__n--pm:visited,
.ed__tn__n--webtv:link,
.ed__tn__n--webtv:visited,
.ed__tn__n--webtv--d:link,
.ed__tn__n--webtv--d:visited,
.ed__tn__n--r,
.ed__tn__n--pm--r,
.ed__tn__n--bp:link,
.ed__tn__n--bp:visited,
.ed__tn__n--pm--d:link,
.ed__tn__n--pm--d:visited {
border-bottom: 0;
border-top: 2px solid var(--darkestBg);
background-color: var(--lightBg);
-moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
padding: 0;
}
.ed__tn__s--r,
.ed__tn__n--d:link,
.ed__tn__n--d:visited,
.ed__tn__n--webtv--d:link,
.ed__tn__n--webtv--d:visited {
background-color: var(--lightestBg);
}
.ed__tn__n--r,
.ed__tn__n--pm--r {
border-left: 0;
border-right: 0;
padding-bottom: .5rem;
background-color: var(--midBg);
}
.ed__tn__n__b {
margin: 0;
}
.ed__tn__n--bp {
display: none;
}
.ed__tn__n--r > div:nth-child(1),
.ed__tn__n--pm--r > div:nth-child(1),
.ed__tn__n--r > div > img,
.ed__tn__n--e > div > img {
display: none;
}
.ed__tn__n--r > .ed__tn__n__h:before,
.ed__tn__n--pm--r > .ed__tn__n__h:before {
margin: 0 -5px 0 .5rem;
padding: 0 2px 0 2px;
color: var(--darkBodyColor);
font-family: Roboto, sans-serif, serif;
letter-spacing: .01rem;
content: 'En cours de lecture';
}
.ed__tn__n:visited,
.ed__tn__n--pm:visited,
.ed__tn__n--webtv:visited,
.ed__tn__n--bp:visited,
.ed__tn__n--pm--d:visited {
background-color: var(--darkestBg);
}
.ed__tn__n > div > img,
.ed__tn__n--d > div > img,
.ed__tn__n--pm > div > img,
.ed__tn__n--webtv > div > img,
.ed__tn__n--webtv--d > div > img,
.ed__tn__n--bp > div > img,
.ed__tn__n--pm--d > div > img,
.ed__tn__n--webtv--e > div > img {
display: none;
}
/*.ed__tn__n[href*="/test"] > div > img {
display: block;
}*/
.ed__tn__n:hover,
.ed__tn__n--d:hover,
.ed__tn__n--pm:hover,
.ed__tn__n--webtv:hover,
.ed__tn__n--webtv--d:hover,
.ed__tn__n--r:hover,
.ed__tn__n--pm--r:hover,
.ed__tn__n--bp:hover,
.ed__tn__n--pm--d:hover{
background-color: var(--midBg);
}
.ed__tn__n__h {
margin: 0;
color: var(--darkBodyColor);
height: auto;
line-height: .5rem;
}
.ed__tn__n__h + div {
padding: 0 .5rem .5rem;
}
.ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n__h > .ed__tn-h__xs__cat {
font-size: .625rem;
line-height: 1.125rem;
margin: 0 3px 0 .5rem;
padding: 0 2px 0 2px;
color: var(--mainColor);
/*color: #ffffff !important;*/
/*background-color: var(--secondaryColor);*/
font-family: Roboto, sans-serif, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: .01rem;
}
.ed__tn__n--bp > .ed__tn__n__h > .ed__tn__n__h__i {
position: absolute;
top: 0;
right: 0;
margin: 0 .5rem;
color: #ababab;
font-size: .625rem;
font-family: Roboto, sans-serif, serif;
letter-spacing: .01rem;
}
.ed__tn__n:link:before,
.ed__tn__n--d:link:before,
.ed__tn__n--r:before,
.ed__tn__n--pm:link:before,
.ed__tn__n--webtv:link:before,
.ed__tn__n--webtv--d:link:before,
.ed__tn__n--bp:link:before,
.ed__tn__n--pm--d:link:before {
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 100%;
content: '';
-webkit-transition: width .1s ease-out;
-o-transition: width .1s ease-out;
transition: width .1s ease-out;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
background-color: var(--secondaryColor);
}
.ed__tn__n:hover:before,
.ed__tn__n--d:hover:before,
.ed__tn__n--r:hover:before,
.ed__tn__n--pm:hover:before,
.ed__tn__n--webtv:hover:before,
.ed__tn__n--webtv--d:hover:before,
.ed__tn__n--bp:hover:before,
.ed__tn__n--pm--d:hover:before {
width: 4px;
}
.ed__tn__n > div > p,
.ed__tn__n--d > div > p,
.ed__tn__n--pm > div > p,
.ed__tn__n--webtv > div > p,
.ed__tn__n--webtv--d > div > p,
.ed__tn__n--r > div > p,
.ed__tn__n--bp > div > p,
.ed__tn__n--pm--d > div > p,
.ed__tn__n:visited > div > p,
.ed__tn__n--d:visited > div > p,
.ed__tn__n--pm:visited > div > p,
.ed__tn__n--webtv:visited > div > p,
.ed__tn__n--webtv--d:visited > div > p,
.ed__tn__n--r:visited > div > p,
.ed__tn__n--bp:visited > div > p,
.ed__tn__n--pm--d:visited > div > p {
color: var(--bodyColor);
font-family: var(--pFont);
padding: 0 .3rem 0 calc(.5rem + 35px);
font-size: .875rem;
line-height: 1.125rem;
letter-spacing: 0rem;
}
.ed__tn__n--webtv .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--webtv .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--webtv .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--webtv--d .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--webtv--d .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--webtv--d .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--webtv:hover > div > p,
.ed__tn__n--webtv--d:hover > div > p {
/*background-*/color: #e65a95;
}
.ed__tn__n[href*="/test"] > .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n[href*="/test"] > .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n[href*="/test"] > .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--d[href*="/test"] > .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--d[href*="/test"] > .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--d[href*="/test"] > .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n[href*="/test"]:hover > div > p,
.ed__tn__n--d[href*="/test"]:hover > div > p {
/*background-*/color: #eb1d25/*#c0011e*/;
}
.ed__tn__n--pm .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--pm .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--pm .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--pm--d .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--pm--d .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--pm--d .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--pm:hover > div > p,
.ed__tn__n--pm--d:hover > div > p {
/*background-*/color: var(--specialLinkColor);
}
.ed__tn__n--bp > .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--bp > .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--bp > .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--bp:hover > div > p {
/*background-*/color: #00A800;
}
.ed__tn__n:hover > div > p,
.ed__tn__n--d:hover > div > p {
color: var(--mainColor);
}
.ed__tn__n--webtv:link:before,
.ed__tn__n--webtv--d:link:before {
background-color: #e65a95;
}
.ed__tn__n--pm:link:before,
.ed__tn__n--pm--d:link:before {
background-color: var(--specialLinkColor);
}
.ed__tn__n[href*="/test"]:link:before,
.ed__tn__n--d[href*="/test"]:link:before {
background-color: #eb1d25/*#c0011e*/;
}
.ed__tn__n--bp:link:before {
background-color: #00A800;
}
.ed__tn__n__h > time:before {
display: none;
}
.ed__tn__n__h {
height: 100%;
min-height: .5rem;
}
.ed__tn__n__h > time {
position: absolute;
left: .5rem;
top: calc(50% - 4px);
min-width: 32px;
text-align: center;
/*font-size: .7rem;*/
}
.ed__tn__n__h__c + time,
.ed__tn__n__h__c--i + time,
.ed__tn-h__xs__cat + time {
top: calc((100% - 10px) / 2 + 6px);
}
.ed__tn__n--ad,
.ed__tn__n__c {
display: none;
}
.ed__tn__n:after,
.ed__tn__n--d:after,
.ed__tn__n--pm:after,
.ed__tn__n--webtv:after,
.ed__tn__n--webtv--d:after,
.ed__tn__n--bp:after,
.ed__tn__n--pm--d:after {
display: none;
}
.gk__sidebar__list > li.ed__tn__n--r > div > .gk__share__icon--comment {
background-color: var(--secondaryColor);
border: none;
color: var(--linkColor);
padding: .1rem 1.25rem;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
transition: all .2s ease;
}
.gk__sidebar__list > li.ed__tn__n--r > div > .gk__share__icon--comment:hover {
border-color: var(--mainColor);
background-color: var(--mainColor);
-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
}
/*** --- HOMEPAGE - News --- ***/
.ho__news-river {
background-color: var(--darkestBg);
padding: 30rem 0 1rem;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section > header {
display: none;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section .gk__t3 {
font-family: Roboto, sans-serif, serif;
text-transform: uppercase;
padding: 0 2px 0 4px;
color: #ffffff;
background-color: var(--secondaryColor);
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
font-size: .75rem;
line-height: 1rem;
font-weight: 700;
width: auto;
margin: 0;
display: inline-block;
vertical-align: top;
}
.ho__news-river__main-section > section + section {
margin-top: 6px;
padding-top: 0;
border-top: 0;
}
.ho__news-river .ho__news-river__main-section:nth-child(1) {
margin-top: calc(13.75rem);
display: flex;
flex-flow: row wrap;
max-width: 75%;
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 0 2rem 0 2rem;
justify-content: space-between;
align-content: flex-start;
}
.ho__news-river .ho__news-river__main-section:nth-child(1):before {
content: 'EN CE MOMENT';
display: block;
width: 100%;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
font-family: var(--titleFont);
padding: .25rem .25rem .25rem .5rem;
margin: 1rem 0 .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section {
max-width: 25%;
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section {
max-width: 100%;
padding-right: 2rem;
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section:nth-child(1):before {
content: 'LES DERNIERS TESTS';
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section:nth-child(2):before {
content: 'À VENIR';
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section:nth-child(3):before {
content: 'DANS VOTRE VISEUR';
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section:nth-child(4) {
display: none;
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section:before {
display: block;
width: 100%;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
font-family: var(--titleFont);
padding: .25rem .25rem .25rem .5rem;
margin: 1rem 0 .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
}
.ho__news-river .ho__news-river__main-section {
padding: 0;
}
.ho__news-river__main-section > section > .gk__link__see-more {
margin-top: 0;
}
.gk__countdown {
margin-bottom: 2px;
max-width: none;
border-top: 2px solid var(--secondaryColor);
}
.gk__countdown > header {
text-align: left;
margin-top: -2px;
}
.gk__countdown > header > .gk__helpers__category {
padding: 0 2px 0 2px;
color: #fff;
font-family: Roboto, sans-serif, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: .01rem;
background: var(--secondaryColor);
border-top: none;
font-size: .75rem;
line-height: 1rem;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section:hover,
.gk__text__box {
border-color: var(--mainColor);
}
.gk__text__box {
background-color: var(--midBg);
padding: .5rem;
}
.gk__text__box a:link,
.gk__text__box a:visited {
color: var(--mainColor);
}
.gk__text__box a:hover {
color: var(--linkColor);
}
.ed__review-h__sm__title,
.gk__staff-note__xs {
margin: .2rem 0;
}
.ed__review-h__sm {
background-color: var(--lightBg);
}
.ed__review-h__sm__thumbnail {
margin-right: .2rem;
}
.ed__review-h__sm__thumbnail:hover + .ed__review-h__sm__title > .gk__helpers__fat-title-s > a:link,
.ed__review-h__sm__thumbnail:hover + .ed__review-h__sm__title > .gk__helpers__fat-title-s > a:visited {
color: var(--mainColor);
}
.ed__review-h__sm__thumbnail > a > img,
.ed__review-h__xsm__thumbnail img {
border-radius: 0;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section > .gk__list.gk__list--separator-dark-xs > li {
margin-bottom: 4px;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section > .gk__list.gk__list--separator-dark-xs > li:after {
display: block;
position: relative;
width: 0;
margin: 0 auto;
content: '';
height: 2px;
background-color: var(--mainColor);
transition: width ease .3s;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section > .gk__list.gk__list--separator-dark-xs > li:hover:after {
width: 100%;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section:nth-of-type(2) .gk__t3 {
padding-left: 2px;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section:nth-of-type(2) > article {
margin-left: 1px;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section:nth-of-type(2) > article:first-of-type {
margin-top: 1px;
}
.ho__news-river .ho__news-river__main-section:nth-child(1) > .row {
margin: 0;
padding: 0;
max-width: 50%;
width: 50%;
flex: 0 0 50%;
}
.ho__news-river .ho__news-river__main-section:nth-child(1) > .row:nth-of-type(even) {
padding-left: 1rem;
}
.ho__news-river .ho__news-river__main-section:nth-child(1) > .row:nth-of-type(odd) {
padding-right: 1rem;
}
.ed__news-h__sm {
background-color: var(--lightBg);
padding: 0;
min-height: 0;
}
/*
.gk__list--unstyle.gk__list--separator-dark-sm > li:nth-child(1),
.gk__list--unstyle.gk__list--separator-dark-sm > li:nth-child(2) {
width: 50%;
display: inline-block;
}
.gk__list--unstyle.gk__list--separator-dark-sm > li:nth-child(2) {
float: right;
}
*/
.ed__news-h__mdb {
background-color: var(--lightBg);
padding: 0;
}
.ho__news-river .ho__news-river__main-section > .row > .col-md-12 {
margin-bottom: 1rem;
padding: 0;
}
.ho__news-river .ho__news-river__main-section > .row > .col-md-12:after,
.ho__news-river__section > .gk__list--separator-dark-sm > li:after {
content: '';
position: relative;
display: block;
width: 0;
margin: 0 auto;
height: 2px;
line-height: 1px;
background-color: var(--mainColor);
transition: width ease .3s;
visibility: visible;
/*margin-bottom: .75rem;*/
margin-bottom: 1rem;
}
.ho__news-river__section > .gk__list--separator-dark-sm > li:last-child:after {
margin-bottom: 0;
}
.ho__news-river .ho__news-river__main-section .col-md-12:hover:after,
.ho__news-river__section > .gk__list--separator-dark-sm > li:hover:after {
width: 100%;
}
.ho__news-river .ho__news-river__main-section > .row > .col-md-12.col-sm-12.ho__news-river__section:after {
display: none;
}
.ed__news-h__mdb > header > .gk__helpers__category,
.ed__news-h__sm > header > .gk__helpers__category {
margin: -2px 0 0;
padding: 0 2px 0 2px;
position: absolute;
left: 2rem;
color: #fff;
font-family: Roboto, sans-serif, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: .01rem;
background-color: var(--secondaryColor);
border-top: none;
font-size: .75rem;
line-height: 1rem;
vertical-align: top;
transition: background-color ease .1s;
pointer-events: none;
}
[data-current-route="homepage"] .ed__news-h__sm > header > .gk__helpers__category {
left: calc(37.5% + 1rem);
max-width: 11.2%;
}
[data-current-route="platform"] .ed__news-h__sm > header > .gk__helpers__category,
[data-current-route="search"] .ed__news-h__sm > header > .gk__helpers__category,
[data-current-route="news"] .ed__news-h__sm > header > .gk__helpers__category,
[data-current-route="news_section"] .ed__news-h__mdb > header > .gk__helpers__category {
position: relative;
left: 0;
}
[data-current-route="platform"] .ed__news-h__sm > header .gk__helpers__fat-title-m {
margin-top: 0;
}
.ed__news-h__mdb figure img,
.ed__news-h__sm header figure img {
max-width: none;
-o-object-fit: cover;
object-fit: cover;
margin: 0;
transition: border-right ease .1s;
}
.ed__news-h__mdb > header,
.ed__news-h__sm > header {
border-top: 2px solid var(--secondaryColor);
transition: border-top ease .1s;
}
.ho__news-river .ho__news-river__main-section .col-md-12:hover .ed__news-h__mdb > header,
.ho__news-river__section > .gk__list--separator-dark-sm > li:hover .ed__news-h__sm > header {
border-top: 2px solid var(--mainColor);
}
.ho__news-river .ho__news-river__main-section .col-md-12:hover .ed__news-h__mdb > header > .gk__helpers__category,
.ho__news-river__section > .gk__list--separator-dark-sm > li:hover .ed__news-h__sm > header > .gk__helpers__category {
background: var(--mainColor);
}
.ed__news-h__mdb .gk__helpers__category + figure {
/*width: 60%;
margin: -2px 4px 0 0;*/
}
.ed__news-h__sm header figure {
width: 33%;
margin: 0 4px 0 0;
vertical-align: top;
}
.ed__news-h__mdb header figure,
.ed__news-h__sm header figure {
line-height: 1px;
}
.ed__news-h__mdb > header > .gk__helpers__fat-title-m,
.ed__news-h__sm > header .gk__helpers__fat-title-m {
margin: 4px 2px;
}
.ed__news-h__mdb > header > figure:hover + .gk__helpers__fat-title-m > a:link,
.ed__news-h__mdb > header > figure:hover + .gk__helpers__fat-title-m > a:visited,
.ed__news-h__sm > header > figure:hover + .gk__helpers__figure-side > .gk__helpers__fat-title-m > a:link,
.ed__news-h__sm > header > figure:hover + .gk__helpers__figure-side > .gk__helpers__fat-title-m > a:visited {
color: var(--mainColor);
}
.ed__news-h__sm > header .gk__helpers__figure-side {
margin: 0;
}
.ed__news-h__sm > header .gk__helpers__subtitle-s {
margin: 2px 0 0 2px;
}
.ed__news-h__mdb > header .gk__helpers__subtitle-s {
margin: 2px 2px 0;
}
.ed__news-h__mdb footer,
.ed__news-h__sm footer {
padding: 0 4px;
}
.ed__news-h--native > figure {
margin: 0;
width: 100%;
line-height: 0;
font-size: 0;
}
.ed__news-h--native > span:first-of-type {
display: none;
}
.ed__news-h--native > .gk__helpers__p {
display: none;
}
.ed__news-h--native > header:before {
content: 'PUBLICITÉ';
padding: 0 2px 0 2px;
margin: -2px 0 0;
font-weight: bold;
display: inline-block;
color: #fff;
font-family: Roboto, sans-serif, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: .01rem;
background: var(--secondaryColor);
border-top: none;
font-size: .75rem;
line-height: 1rem;
vertical-align: top;
transition: background ease .1s;
pointer-events: none;
}
.ed__news-h--native:hover > header:before {
background: var(--mainColor);
}
.gk__list > li {
margin-bottom: 2px;
}
.pr__upcoming-game-h__xsm figure,
.pr__upcoming-game-h__xsm__details,
.pr__upcoming-game-h__xsm__details--no-image {
border-radius: 0;
}
.pr__upcoming-game-h__xsm__details,
.pr__upcoming-game-h__xsm__details--no-image {
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
.pr__upcoming-game-h__xsm__details__platforms li {
color: var(--mainColor);
}
.pr__upcoming-game-h__xsm:after {
display: none;
}
.gk__helpers__types.ed__review-h__sm__types {
padding-bottom: 2px;
}
.gk__helpers__fat-title-l--complementary > a:link,
.gk__helpers__fat-title-m--complementary > a:link,
.gk__helpers__fat-title-sm--complementary > a:link,
.gk__helpers__fat-title-s--complementary > a:link,
.gk__helpers__fat-title-xs--complementary > a:link,
.gk__helpers__fat-title-l--complementary > a:visited,
.gk__helpers__fat-title-m--complementary > a:visited,
.gk__helpers__fat-title-sm--complementary > a:visited,
.gk__helpers__fat-title-s--complementary > a:visited,
.gk__helpers__fat-title-xs--complementary > a:visited {
color: var(--linkColor);
}
.gk__helpers__fat-title-l--complementary > a:hover,
.gk__helpers__fat-title-m--complementary > a:hover,
.gk__helpers__fat-title-sm--complementary > a:hover,
.gk__helpers__fat-title-s--complementary > a:hover,
.gk__helpers__fat-title-xs--complementary > a:hover {
color: var(--mainColor);
}
/*** --- HOMEPAGE - Derniers Tests --- ***/
/*** --- LOGIN PAGE --- ***/
.gk__login {
background-color: var(--midBg);
}
.gk__form__label {
color: var(--bodyColor);
}
.gk__form__checkbox label {
color: var(--linkColor);
}
.gk__form__checkbox label:hover {
color: var(--mainColor);
}
#login-form .flex-card.end-xs.gk__link.end-xs {
transition: none;
}
#username.gk__form__control,
#password.gk__form__control {
border-color: var(--midBg);
border-radius: 0;
background-color: var(--lightestBg);
color: var(--bodyColor);
}
/*** --- NEWS - Article --- ***/
.js-layout[data-current-route="news_display"] div#gk__layout.gk__layout main div.gk__body section.gk__main div.gk__main__content div.gk__block.ed__news section.gk__block__col.col-xs-12 section.ed__news__panel--with-cover article.js-start-progression-bar div div.gk__text__container > hr {
/*display: none;*/
border: none;
border-top: 1px solid var(--mainColor);
-moz-box-shadow: 0px 0px 3px 1px var(--mainColor);
-webkit-box-shadow: 0px 0px 3px 1px var(--mainColor);
-o-box-shadow: 0px 0px 3px 1px var(--mainColor);
box-shadow: 0px 0px 3px 1px var(--mainColor);
}
.ed__show__header__content {
background: none;
}
section.ed__news__panel,
section.ed__news__panel--with-cover {
background-color: var(--midBg);
}
div[itemprop="articleBody"],
.ed__news__header__content,
.gk__text__video {
background-color: transparent;
}
/*.ed__news__header__content*/
.ed__news__title {
color: var(--bodyColor);
font-family: var(--subFont);
}
.ed__news__header__content .gk__subtitle,
.pr__game-h__sm__details__platforms li {
color: var(--darkBodyColor);
}
.gk__subtitle {
font-family: var(--pFont);
font-size: 1rem;
letter-spacing: 0.02rem;
}
.ed__header__author {
font-family: var(--pFont);
font-size: .8rem;
letter-spacing: 0.02rem;
}
.gk__helpers__fat-title-s > a:link,
.gk__helpers__fat-title-s > a:visited,
.gk__text__header > a:link:hover,
.gk__text__link a:link:hover,
.gk__text__p a:link:hover {
color: var(--linkColor);
}
.gk__helpers__fat-title-s > a:hover,
.gk__text__header > a:link,
.gk__text__header > a:visited,
.gk__text__link a,
.gk__text__link a:link,
.gk__text__link a:visited,
.gk__text__p a,
.gk__text__p a:link,
.gk__text__p a:visited,
.pr__game-h__sm > figure:hover + .pr__game-h__sm__details > .gk__helpers__fat-title-s > a {
color: var(--mainColor);
}
.gk__helpers__fat-title-s,
.gk__helpers__fat-title-s--complementary,
.gk__t1,
.gk__t1--line,
.ed__tip__header,
.ed__guide__header {
font-family: var(--titleFont);
}
.ed__header__info__author {
color: var(--secondaryColor);
}
.flex-card.gk__share__icon.gk__share__icon--comment {
margin-left: 2rem;
}
.gk__share__icon--comment {
border-color: var(--secondaryColor);
background-color: var(--secondaryColor);
transition: all ease .2s;
color: var(--linkColor);
}
.gk__share__icon--comment:hover {
border-color: var(--mainColor);
background-color: var(--mainColor);
color: var(--linkColor);
}
.gk__share__icon--comment:after {
color: var(--linkColor);
}
.gk__share__icon--comment:hover:after {
color: var(--linkColor);
}
div[itemprop="articleBody"] {
max-width: 52.5rem;
padding: 1.25rem 0 0;
margin: 0 auto;
}
.ed__news__header__cover + .ed__news__header__content {
/*margin-top: 0;*/
padding: 1.25rem 0 0;
}
.gk__text__container--full {
margin: 1.25rem 0 0;
}
.gk__text__gallery {
margin-top: 1.25rem;
}
.gk__text__container {
max-width: none;
}
.gk__text__video {
padding: 0;
}
.gk__text__video .gk__text__video__container {
max-width: 100%;
}
.gk__text__gallery:after {
background: -webkit-linear-gradient(right, var(--lightBg) 0, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(right, var(--lightBg) 0, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to left, var(--lightBg) 0, rgba(255, 255, 255, 0) 100%);
}
.ed__news__header.ed__news__header__cover:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 6%, var(--midBg) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 6%, var(--midBg) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 6%, var(--midBg) 100%);
}
/*** --- TEST --- ***/
.gk__t2.ed__review__pn__positive,
.gk__t2.ed__review__pn__negative {
font-family: var(--titleFont);
font-size: 1.5rem;
line-height: 3rem;
font-weight: 700;
}
.ed__review__pn__positive::before {
color: #00b232;
}
.ed__review__pn__negative::before {
color: #f54041;
}
.ed__review__pn__list--positive,
.ed__review__pn__list--negative{
height: auto;
}
.ed__review__pn ul > li,
.ed__review__pn a:link,
.ed__review__pn a:visited {
font-size: .9rem;
line-height: 1.25rem;
letter-spacing: 0.01rem;
font-family: var(--subFont);
}
.ed__review__pn a:hover {
color: #fff;
}
.ed__review__pn__list--positive a:link,
.ed__review__pn__list--positive a:visited,
.ed__review__pn__list--positive a:hover {
text-decoration: underline dotted #00b232;
}
.ed__review__pn__list--negative a:link,
.ed__review__pn__list--negative a:visited,
.ed__review__pn__list--negative a:hover {
text-decoration: underline dotted #f54041;
}
.ed__review__pn ul{
width: 90%;
}
.gk__main.js__game-view {
max-width: 75%;
}
.ed__header__info--top {
margin-top: -1.5rem;
}
.ed__review__article__header__price {
display: none;
}
.ed__review__article__header--after-img {
max-width: none;
}
.ed__review__article__header--after-img,
.ed__review__preview__list,
.ed__review__article > .gk__text__container {
padding: 0 3rem;
}
.ed__review__article__header--after-img > .row--nmrg {
display: block;
flex: 0;
overflow: visible;
}
.ed__review__article__header__infos {
max-width: 100%;
}
.ed__review__article__header__infos__share {
display: none;
}
.ed__review__article__header__infos__share .flex-card.gk__share__icon.gk__share__icon--comment {
margin-left: 0;
margin-right: 2rem;
}
.ed__review__article > footer > .gk__text__container:first-child > .gk__t2 {
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
font-family: var(--titleFont);
padding: .25rem .25rem .25rem .5rem;
margin: 0 0 .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
text-transform: uppercase;
}
.ed__editorial__panel--with-cover {
background-color: var(--midBg);
-webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .3);
-moz-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .3);
box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .3);
}
.ed__review__pn h4,
.gk__text__square__container,
.ed__review__preview__list__item,
.ed__review__preview__list__item.is-unfold,
.ed__review__preview__container {
background-color: var(--lightBg);
}
.ed__review__big-img {
background-image: none !important;
min-height: 0;
}
.ed__review__big-img--custom::after,
.ed__review__big-img::after {
/*background: -webkit-linear-gradient(top,rgba(0,0,0,.1) 6%,var(--midBg) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,.1) 6%,var(--midBg) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,.1) 6%,var(--midBg) 100%);*/
display: none;
}
.ed__review__article__footer > .flex-card.ed__review__article__footer__conclusion {
height: auto;
}
.us__author-h__staffer__pseudo a:link,
.us__author-h__staffer__pseudo a:visited,
.gk__link > a,
.gk__link > a:link,
.gk__link > a:visited,
.gk__text__p--initial:first-letter {
color: var(--mainColor);
}
.gk__text__p--initial:first-letter {
font-family: var(--firstLetterFont);
}
.gk__text__link,
.gk__text__list,
.gk__text__p,
.pr__description,
.pr__description--platform,
.pr__description--game {
font-family: var(--pFont);
font-size: 1rem;
letter-spacing: 0.02rem;
}
.gk__text__p,
.gk__text__p + aside {
margin-top: 1.5rem;
}
.ed__review__preview__container .gk__text__p {
font-size: .8rem;
}
.gk__text__header,
.gk__text__header--buyersguide {
font-family: var(--pFont);
font-size: 1rem;
letter-spacing: .02rem;
}
.us__author-h__staffer__pseudo a:hover,
.ed__review__preview__list__title > a:link,
.ed__review__preview__list__title > a:visited,
.gk__link > a:hover {
color: var(--linkColor);
}
.ed__review__preview__list__title > a:hover {
color: var(--mainColor);
}
.ed__editorial__footer--light p,
.gk__text__square__container > p,
.pr__game-h__lg__note {
color: var(--bodyColor);
}
.ed__review__article__header__title {
font-size: 3rem;
line-height: 3.1rem;
max-width: 100%;
text-transform: none;
font-family: var(--titleFont);
background: none;
-webkit-background-clip: none;
-webkit-text-fill-color: var(--bodyColor);
text-shadow: none;
left: 0;
padding: 2rem 3rem;
}
.ed__review__article__header__title__infos {
font-family: var(--catFont);
color: var(--bodyColor);
text-shadow: none;
}
.gk__text__square--full span,
.gk__text__square__title,
.gk__text__subhead {
color: var(--mainColor);
}
.gk__text__square__title {
font-family: var(--subFont);
}
.gk__text__subhead::before {
background-color: var(--mainColor);
}
.gk__text__square__title--instroke,
.gk__text__square__title--instroke + .gk__text__square__container {
background-color: var(--midBg);
}
.gk__text__square--stroke {
border-color: var(--mainColor);
margin-bottom: .625rem;
}
.gk__text__square__title--instroke {
color: var(--mainColor);
font-family: var(--subFont);
}
.gk__text__product--right {
margin: 0 0 0 1rem;
padding: 0;
}
.gk__text__product__title {
font-family: var(--pFont);
margin-bottom: .5rem;
font-size: 1.2rem;
line-height: 1.35rem;
letter-spacing: 0rem;
padding: 0;
}
.gk__text__product--right .col-md-12 {
padding: 0;
}
.gk__text__product--right .gk__link__see-more {
margin-top: 0;
}
.gk__text__square--right {
margin: 0 0 0 1rem;
}
.gk__text__square--right > .gk__text__square__container {
padding: 1rem;
}
.gk__text__square--right > .gk__text__square__container > .gk__text__img--center {
margin: .5rem auto;
}
.gk__text__square__container > p {
/*font-size: .8rem;*/
line-height: 1.35rem;
letter-spacing: 0.02rem;
/*font-family: var(--subFont);*/
text-align: left;
font-size: .9rem;
font-family: var(--pFont);
}
.gk__text__selected__cursor--negative:hover + .gk__text__selected--negative,
.gk__text__selected__cursor--negative + .gk__text__selected--negative.is-active,
.gk__text__selected__cursor--positive:hover + .gk__text__selected--positive,
.gk__text__selected__cursor--positive + .gk__text__selected--positive.is-active{
padding: 0 2px;
}
.ed__review__article__footer__infos {
margin-bottom: 1.25rem;
}
.ed__review__article__footer__infos__collection__infos__item--catched > span::before {
color: #656565;
}
.ed__review__article__footer__infos__collection__infos__item--plus {
color: var(--linkColor);
background-color: var(--secondaryColor);
font-weight: bold;
border: none;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
transition: all .2s ease;
}
.ed__review__article__footer__infos__collection__infos__item--plus:hover {
background-color: var(--mainColor);
}
.ed__review__article__footer__infos__collection__infos__item--plus .ed__review__article__footer__infos__collection__infos__item__inner__dot {
background-color: var(--linkColor);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
}
.pr__game-h__overflow-menu__list,
.pr__game-h__overflow-menu__list::before {
background-color: var(--lightBg);
border-color: var(--mainColor);
}
.pr__game-h__overflow-menu__list > ul > li > a:link,
.pr__game-h__overflow-menu__list > ul > li > a:visited {
color: var(--linkColor);
text-shadow: none;
}
.pr__game-h__overflow-menu__list > ul > li > a:hover {
color: var(--mainColor);
background-color: var(--lightestBg);
border: none;
}
.pr__game-h__overflow-menu__list > ul > li:hover:before {
display: none;
}
/*** --- BUYER'S GUIDE --- ***/
.ed__buyersguide__header__content {
background-color: transparent;
}
.gk__t1.ed__buyersguide__title {
width: 100%;
}
.gk__t1.ed__buyersguide__title {
font-family: var(--titleFont);
font-size: 3rem;
line-height: 3.1rem;
font-weight: 700;
}
.gk__subtitle {
color: var(--darkBodyColor);
}
/*** --- FICHE JEU --- ***/
.pr__header {
margin-top: 0;
}
.pr__header.gk__panel--npdg {
background-color: var(--midBg);
}
.gk__menu-light ul {
background-color: var(--lightBg);
}
.pr__header__main__cover {
border-color: var(--mainColor);
}
.gk__menu-light ul li > a:link,
.gk__menu-light ul li > a:visited {
color: var(--linkColor);
}
.gk__menu-light ul li.gk__menu--active > a:link,
.gk__menu-light ul li.gk__menu--active > a:visited,
.gk__menu-light ul li > a:hover {
color: var(--mainColor);
}
.gk__menu-light ul li.gk__menu--active > a:hover {
color: var(--specialLinkColor);
}
.gk__menu--active > a:link > span::after,
.gk__menu--active > a:visited > span::after,
.gk__menu-light > ul > .gk__menu--active > a:hover > span::after {
background-color: var(--specialLinkColor);
}
.ed__reviews-table > thead {
background-color: var(--lightBg);
color: var(--bodyColor);
}
.ed__reviews-table tbody {
background-color: var(--midBg);
color: var(--bodyColor);
}
.us__review-h__mdb__header__mark,
.us__review-h__mdb__header__mark--separator {
color: var(--darkBodyColor);
}
.gk__fact-sheet {
border-bottom: 3px solid var(--mainColor);
}
.gk__fact-sheet__tabs__item > a.gk__tab__cross {
background: var(--lightBg);
}
.gk__fact-sheet__tabs__item > a.gk__tab__cross:before {
color: var(--linkColor);
}
.gk__fact-sheet__tabs__submenu {
background: var(--lightBg);
}
.gk__fact-sheet__tabs__item > a.attribute-item {
color: var(--linkColor);
background: var(--lightBg);
}
.gk__fact-sheet__tabs__item > a.attribute-item.is-active {
color: var(--linkColor);
background: var(--lightestBg);
}
.gk__fact-sheet__tabs__item > a.attribute-item:hover {
color: var(--linkColor);
background: var(--lightestBg);
}
.gk__fact-sheet__tabs__item > a.attribute-item:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
width: 100%;
height: 3px;
content: '';
background: var(--secondaryColor);
}
.gk__fact-sheet__tabs__item > a.attribute-item.is-active::before,
.gk__fact-sheet__tabs__item > a.attribute-item:hover:before {
background: var(--mainColor);
}
.gk__panel--npdg {
background: var(--lightestBg);
}
.gk__data-table a:link,
.gk__data-table a:visited {
color: var(--mainColor);
}
.gk__data-table a:hover {
color: var(--linkColor);
text-decoration: none;
}
.gk__prices-tabs__tabs__item > a.is-active,
.gk__prices-h--inverted thead,
.gk__prices-h thead,
.gk__prices-h--inverted tfoot,
.gk__prices-h tfoot {
background-color: var(--midBg);
}
.gk__prices-h tfoot td a:link,
.gk__prices-h tfoot td a:visited,
.gk__prices-h tfoot td a:link:after,
.gk__prices-h tfoot td a:visited:after {
color: var(--linkColor);
}
.gk__prices-h tfoot td a:hover,
.gk__prices-h tfoot td a:hover:after {
color: var(--mainColor);
}
.gk__prices-tabs__tabs__item > a.is-active::before {
background: var(--mainColor);
}
.gk__prices-tabs__tabs__item > a.is-active::after {
background-color: var(--darkestBg);
}
.gk__prices-h tbody tr:first-child,
.gk__prices-h--inverted tbody tr:first-child,
.gk__prices-h tbody tr,
.gk__prices-h--inverted tbody tr {
background-color: var(--lightestBg);
}
.gk__prices-h--inverted tbody tr {
border-top: 1px solid var(--darkestBg);
border-bottom: 1px solid var(--darkestBg);
}
.gk__prices-h tbody tr:first-child a:link,
.gk__prices-h tbody tr:first-child a:visited,
.gk__prices-h tbody tr a:link,
.gk__prices-h tbody tr a:visited {
color: var(--bodyColor);
}
/*** --- RECHERCHE JEUX --- ***/
.gk__panel--mrg {
background-color: var(--midBg);
}
.gk__tab > li.gk__tab__active a:link,
.gk__tab > li.gk__tab__active a:visited {
color: var(--mainColor);
}
.gk__tab > li.gk__tab__active a:hover,
.gk__tab > li a:link,
.gk__tab > li a:visited,
.gk__form__select__dropdown > ul > li > a:link,
.gk__form__select__dropdown > ul > li > a:visited {
color: var(--linkColor);
}
li.gk__tab__active a:hover::after,
.gk__tab > li.gk__tab__active a:link::after,
.gk__tab > li.gk__tab__active a:visited::after {
background-color: var(--mainColor);
}
.gk__tab > li a:hover {
color: var(--mainColor);
}
.gk__form__filter > button.gk__form__control > span,
.gk__form__filter > button.gk__form__control > span::after,
.gk__form__select--date::before,
.gk__form__select--platform::before,
.gk__form__select--type::before,
.gk__form__select::after {
color: var(--bodyColor);
}
select.gk__form__control,
.pr__gamefinder__filters button.gk__form__control {
background-color: var(--secondaryColor);
border-color: var(--secondaryColor);
color: var(--linkColor);
}
select.gk__form__control:hover,
select.gk__form__control:focus,
.pr__gamefinder__filters button.gk__form__control:hover,
.pr__gamefinder__filters button.gk__form__control:focus,
.pr__gamefinder__filters button.gk__form__control.select--active {
background-color: var(--mainColor);
border-color: var(--mainColor);
box-shadow: none;
}
select.gk__form__control option {
background-color: var(--midBg);
}
.gk__form__select__dropdown {
background-color: var(--lightBg);
border-color: var(--lightBg);
border: none;
}
.gk__form__select__dropdown__search > input[type="search"] {
background-color: var(--midBg);
border-color: var(--midBg);
}
/*.gk__form__select__dropdown > ul > li > a:hover,*/
.gk__form__select__dropdown > ul > li:hover {
background-color: var(--mainColor);
}
/** NEWS PAGE **/
[data-current-route="news"] .gk__main__content > .gk__block > section > ul {
display: flex;
flex-direction: column;
}
[data-current-route="news"] .gk__main__content > .gk__block > section > ul > li:nth-child(9) {
order: -1;
}
[data-current-route="news"] .ed__news-h__mdb > header > .gk__helpers__category,
[data-current-route="news_platform"] .ed__news-h__mdb > header > .gk__helpers__category,
[data-current-route="platform_news"] .ed__news-h__mdb > header > .gk__helpers__category {
left: 2.5rem;
}
[data-current-route="news"] .ed__news-h__mdb .gk__helpers__category + .gk__helpers__fat-title-m,
[data-current-route="news_platform"] .ed__news-h__mdb .gk__helpers__category + .gk__helpers__fat-title-m,
[data-current-route="platform_news"] .ed__news-h__mdb .gk__helpers__category + .gk__helpers__fat-title-m {
margin-top: 1rem;
margin-left: .5rem;
}
[data-current-route="news"] .pm__list-body,
[data-current-route="news_platform"] .pm__list-body {
padding: 0;
background-color: transparent;
/*width: calc(66.667% - 4.58rem);
/*position: absolute;
top: 690px;*/
}
[data-current-route="news"] .pm__list-body .pm__premium-h__sm {
height: auto;
}
[data-current-route="news"] .ed__news-h__mdb figure {
width: 25%;
}
[data-current-route="news"] .pm__list-body .pm__list-body__logo,
[data-current-route="news_platform"] .pm__list-body .pm__list-body__logo {
display: none;
}
/** COLLECTION **/
.gk__modal__content,
.gk__modal__content--pm,
.pr__game-h__card,
.us__user-info:after {
background-color: var(--lightBg);
}
.us__alert__mdb__message {
color: var(--bodyColor);
}
} | data/usercss/142050.user.css | @-moz-document regexp("https?://www\\.gamekult\\.com(?!/forum/).*") {
/*
Supprimez cette ligne pour voir "Le trailer du jour" sur les pages News, Sorties et Tests */
#gk-top[data-current-route="news"] .gk__main .gk__main__content .gk__block .gk__block__col.col-md-8.col-xs-12 > section:first-of-type,
#gk-top[data-current-route="games"] .gk__main .gk__main__content .gk__block .gk__block__col.col-md-8.col-xs-12 > section:first-of-type,
#gk-top[data-current-route="reviews"] .gk__main .gk__main__content .gk__block .gk__block__col.col-md-8.col-xs-12 > section:first-of-type {
display: none;
}
/**/
/*** --- VARIABLES --- ***/
:root {
--mainColor: #6BBDF4;
--secondaryColor: #3180BF;
--linkColor: #fff;
/*6DFD0D*/
--specialLinkColor: #F5A623;
/*#FD0DC2*/
--bodyColor: #EDEDED;
--darkBodyColor: #C4C4C4;
--darkestBodyColor: #8C8C8C;
/* orange theme: F5A623/FE7A15, blue theme: 6BBDF4/3180BF */
--darkestBg: #191919;
--midBg: #242424;
--lightBg: #333333;
--lightestBg: #444444;
/* darkest: 191919, mid: 242424, lightest: 333333, veryLight: 272727 */
--titleFont: 'Lora';
--subFont: 'Libre Baskerville';
--catFont: 'Roboto';
/*'Vollkorn';*/
--catFontSize: .75rem;
/*.85rem;*/
--firstLetterFont: 'Cinzel';
--pFont: 'PT Serif';
}
/*** --- GENERAL --- ***/
[data-track-category="native-ad"].ed__tn-h__xs {
display: none;
}
.ed__webtv-h__lg--center {
display: none;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v10/I0dEfRgGNE90_hXZq7bjyw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v10/4vqKRIwnQQGUQQh-PnvdMA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v10/BYKAuswRIqh69412sen31PY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v10/P18Nsu9EiYldSvHIj_0e5w.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
font-family: 'Cinzel';
font-style: normal;
font-weight: 700;
src: local('Cinzel Bold'), local('Cinzel-Bold'), url(https://fonts.gstatic.com/s/cinzel/v5/L74890HNVnUypqWjqGUt1VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400;
src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url(https://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsKwHlCYWexZJCPRz1QQ0uKVU.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400;
src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url(https://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsK6Ucnt8gjcHpqyffjHeZWDA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v8/CPRt--GVMETgA6YEaoGitxTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v8/I-OtoJZa3TeyH6D9oli3ifesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Slabo 27px';
font-style: normal;
font-weight: 400;
src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v3/LfR9_S_HMdQ73mwIHBRxoSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Slabo 27px';
font-style: normal;
font-weight: 400;
src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v3/PuwvqkdbcqU-fCZ9Ed-b7fk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 400;
src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url(https://fonts.gstatic.com/s/vollkorn/v6/idGKtgpe38okB6bfeHMsLPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.gk__text__square__container > dl > dd > a,
.gk__text__square__container > dl > dd > a:link,
.gk__text__square__container > dl > dd > a:visited,
.gk__text__square__container > ul > li > a,
.gk__text__square__container > ul > li > a:link,
.gk__text__square__container > ul > li > a:visited,
.gk__text__square__container > ol > li > a,
.gk__text__square__container > ol > li > a:link,
.gk__text__square__container > ol > li > a:visited,
.ed__news p a,
.ed__news p a:link,
.ed__news p a:visited {
color: var(--mainColor);
}
.gk__text__square__container > dl > dd > a:hover,
.gk__text__square__container > ul > li > a:hover,
.gk__text__square__container > ol > li > a:hover,
.ed__news p a:hover {
color: var(--linkColor);
}
.gk__text__p--initial:first-letter {
font-family: 'Cinzel';
}
html {
background-color: #191919;
}
body,
.fo__comment-h__body,
label,
legend {
color: var(--bodyColor);
}
.gk__ads__intro {
display: none;
}
#gk-top {
background-color: rgba(0, 0, 0, .5);
}
.gk__breadcrumb {
background-color: var(--lightestBg);
}
.gk__breadcrumb > ol > li {
color: var(--bodyColor);
}
.gk__breadcrumb > ol > li a:link,
.gk__breadcrumb > ol > li a:visited {
color: var(--linkColor);
}
.gk__breadcrumb > ol > li a:hover,
.gk__close--lg-dark,
.gk__close--md-dark {
color: var(--mainColor);
}
.gk__breadcrumb > ol > li a:link::after,
.gk__breadcrumb > ol > li a:visited::after {
color: var(--mainColor);
}
.fo__comments__sb__wrap,
.fo__comments__sb__header.gk__panel,
.js-topic-posts-list.gk__list.gk__list--separator-dark-sm.gk__panel {
background-color: var(--darkestBg);
}
.js-topic-posts-list.gk__list.gk__list--separator-dark-sm.gk__panel {
/*transform: rotate(180deg);
margin-top: 1rem;*/
padding: 1.25rem .75rem 0;
}
.js-topic-posts-list.gk__list.gk__list--separator-dark-sm.gk__panel > li {
/*transform: rotate(-180deg);*/
background-color: var(--midBg);
border-top: 2px solid #374E5E;
padding: .75rem;
}
.fo__comments__sb__reverse:after {
color: var(--bodyColor);
}
.js-topic-posts-list.gk__list.gk__list--separator-dark-sm.gk__panel > li:nth-of-type(odd) {
background-color: var(--lightBg);
}
.fo__comment-h__sm__body-container {
padding: .5rem 0 0;
}
.fo__comment-h__answer__recipient,
.fo__comment-h__quote__recipient {
color: var(--bodyColor);
}
.fo__comment-h__header__author a:link,
.fo__comment-h__header__author a:visited,
.fo__comment-h__body a:link,
.fo__comment-h__body a:visited {
color: var(--mainColor);
}
.fo__comment-h__header__author a:hover,
.fo__comment-h__header__user-profil--small:hover + .row--nmrg .fo__comment-h__header__author a:link,
.fo__comment-h__header__user-profil--small:hover + .row--nmrg .fo__comment-h__header__author a:visited,
.fo__comment-h__body a:hover,
.fo__comment-h__body a:active {
color: var(--linkColor);
}
.fo__comment-h__body blockquote {
margin-top: .625rem;
color: var(--bodyColor);
}
.fo__comment-h__body blockquote:before {
color: var(--mainColor);
}
.gk__button__md--light {
background-color: var(--secondaryColor);
border-color: var(--secondaryColor);
color: var(--linkColor);
transition: all .2s ease;
}
.gk__button__md--light:hover {
background-color: var(--mainColor);
border-color: var(--mainColor);
}
.gk__discourse aside.quote blockquote,
.gk__discourse aside.quote div.title {
background-color: rgba(0, 0, 0, .3);
border-left: 3px solid var(--secondaryColor);
}
.fo__comment-h__body blockquote {
background-color: var(--midBg);
}
.fo__comment-h__body.gk__discourse blockquote p:first-child {
margin-top: 0;
}
.gk__main__content {
background-color: var(--darkestBg);
}
.gk__panel {
background-color: var(--midBg);
}
.ed__tip__header:before,
.gk__t1--line:before,
.gk__t4--line:before {
background-color: var(--mainColor);
}
.pr__platform__tag--link a:link,
.pr__platform__tag--link a:visited {
color: var(--mainColor);
border-color: var(--mainColor);
background-color: transparent;
}
.pr__platform__tag--link a:active,
.pr__platform__tag--link a:hover {
color: var(--linkColor);
background-color: var(--mainColor);
}
.gk__helpers__category {
color: var(--mainColor);
background: none;
padding: 0 2px;
}
.gk__helpers__author,
.gk__helpers__comments {
color: var(--darkestBodyColor);
}
.gk__helpers__comments:hover {
color: var(--mainColor);
}
.gk__helpers__fat-title-m,
.gk__helpers__fat-title-m--complementary {
font-size: .95rem;
line-height: 1.05rem;
font-family: var(--titleFont);
}
.gk__helpers__subtitle-s {
font-size: .875rem;
line-height: 18px;
font-family: var(--subFont);
}
.gk__helpers__fat-title-l > a:link,
.gk__helpers__fat-title-l > a:visited,
.gk__helpers__fat-title-m > a:link,
.gk__helpers__fat-title-m > a:visited,
.gk__helpers__fat-title-s > a:link,
.gk__helpers__fat-title-s > a:visited,
.gk__helpers__fat-title-sm > a:link,
.gk__helpers__fat-title-sm > a:visited,
.gk__helpers__fat-title-xs > a:link,
.gk__helpers__fat-title-xs > a:visited,
.gk__link__see-more a:link,
.gk__link__see-more a:visited,
.gk__link__see-more--inverted a:link,
.gk__link__see-more--inverted a:visited,
.gk__link__see-more--left a:link,
.gk__link__see-more--left a:visited,
.gk__link__see-more a:link:after,
.gk__link__see-more a:visited:after,
.gk__link__see-more--inverted a:link:after,
.gk__link__see-more--inverted a:visited:after,
.gk__link__see-more--left a:link:after,
.gk__link__see-more--left a:visited:after {
color: var(--linkColor);
}
.gk__helpers__fat-title-l > a:hover,
.gk__helpers__fat-title-m > a:hover,
.gk__helpers__fat-title-s > a:hover,
.gk__helpers__fat-title-sm > a:hover,
.gk__helpers__fat-title-xs > a:hover,
.gk__helpers__types__type,
.gk__link__see-more a:hover,
.gk__link__see-more--left a:hover,
.gk__link__see-more a:hover:after,
.gk__link__see-more--inverted a:hover:after,
.gk__link__see-more--left a:hover:after {
color: var(--mainColor);
}
.ho__show-list > header > .gk__t3--complementary,
.gk__gamefinder > .gk__t3 {
font-family: var(--titleFont);
text-transform: uppercase;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
padding: .25rem .25rem .25rem .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
}
.gk__helpers__subtitle-s {
color: var(--darkBodyColor);
}
.gk__list--separator-dark-sm > li:after,
.gk__list--separator-dark-xs > li:after {
/*background-color: var(--lightestBg);*/
display: none;
}
.gk__text__blockquote {
background-color: var(--lightBg);
color: var(--bodyColor);
padding: 1rem 0;
margin-bottom: .625rem;
font-family: var(--subFont);
}
.gk__text__subhead {
font-family: var(--subFont);
}
.gk__text__legend,
.gk__text__blockquote > footer > cite,
.gk__text__img--center > figcaption,
.gk__text__img--panorama > figcaption {
color: var(--darkestBodyColor);
}
.gk__text__blockquote__content {
width: 95%;
text-indent: 2.5rem;
}
.gk__text__blockquote__content:before,
.gk__text__blockquote__content:after {
color: var(--mainColor);
text-indent: 0;
}
.ed__news .gk__text__p {
text-indent: 1rem;
}
.gk__text__square__container > dl > dd::before,
.gk__text__square__container > ul > li::before,
.gk__text__square__container > ol > li::before {
background-color: var(--mainColor);
}
.gk__button__comment {
border: none;
padding: .5rem;
}
.gk__button__comment__inner:link,
.gk__button__comment__inner:visited,
.gk__button__comment__inner:focus,
.gk__button__comment__inner:active {
background-color: var(--secondaryColor);
border: none;
color: var(--linkColor);
font-size: 1rem;
padding: .1rem 1.25rem;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
transition: all .2s ease;
}
.gk__button__comment__inner:hover {
border-color: var(--mainColor);
background-color: var(--mainColor);
-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
}
.gk__technical-list {
background-color: var(--lightBg);
font-family: var(--pFont);
font-size: .8rem;
line-height: 1rem;
letter-spacing: .02rem;
}
.gk__technical-list header {
padding: 0;
}
/*.gk__technical-list br {
display: block;
content: "";
margin-top: 5px;
}*/
.gk__t3,
.gk__t3--mrg,
.gk__t4--line {
font-family: var(--subFont);
}
/*** --- TOP MENUS --- ***/
.gk__search-bar__submit {
border-radius: 0;
border: none;
background-color: var(--secondaryColor);
border-left: 0;
}
.gk__search-bar__field {
box-shadow: none;
border-radius: 0;
background-color: var(--lightBg);
color: var(--bodyColor);
}
.gk__gamefinder__header .gk__search-bar__field {
background-color: var(--midBg);
}
.gk__search-bar__field:focus {
background-color: var(--lightestBg);
}
.gk__gamefinder__header .gk__search-bar__field:focus {
background-color: var(--darkestBg);
}
.gk__search-bar:hover .gk__search-bar__submit,
.gk__search-bar__field:focus + .gk__search-bar__submit {
background-color: var(--secondaryColor);
}
.gk__search-bar:hover .gk__search-bar__submit:hover {
background-color: var(--mainColor);
}
.gk__autocomplete {
border: none;
}
.gk__autocomplete,
.gk__autocomplete:before {
background-color: var(--lightBg);
}
.gk__autocomplete:before {
border-color: var(--mainColor);
z-index: 1001;
background-color: var(--lightestBg);
}
.gk__autocomplete__list-items {
border-bottom: none;
}
.gk__autocomplete__list-items .gk__autocomplete__list-item__items:first-of-type .gk__autocomplete__list-items__item {
border: 1px solid var(--mainColor);
border-bottom: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.gk__autocomplete__list-items__item {
border-left: 1px solid var(--mainColor);
border-right: 1px solid var(--mainColor);
}
.gk__autocomplete__list-items__item--search-with {
background: none;
border: none;
}
.gk__autocomplete__list-items__item--search-with .gk__autocomplete__list-items__item {
background-color: var(--midBg);
border: 1px solid var(--mainColor);
border-top: 0px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.gk__autocomplete__list-items__item {
color: var(--bodyColor);
}
.gk__autocomplete__list-items__item:hover {
color: var(--mainColor);
background-color: var(--lightestBg);
}
.gk__autocomplete__list-items__item--search-with .gk__autocomplete__list-items__item:hover {
background-color: var(--mainColor);
color: var(--linkColor);
}
.gk__autocomplete__list-items__item__category {
color: var(--mainColor);
}
.gk__menu-dark {
background-color: var(--midBg);
border-bottom: 1px solid var(--darkestBg);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.gk__menu-dark ul li > a:link {
color: var(--darkBodyColor);
}
.pm__bundle__container {
display: none;
}
.gk__header__hot-tag__list > li:not(:last-child) {
display: none;
}
.gk__header__hot-tag__list__item a:hover,
.gk__menu ul li a.premium-link-menu,
.gk__menu ul li a.link-event,
.gk__main-menu > ul > li > a:hover,
.gk__menu-dark ul li:hover .gk__submenu__item a:hover,
.gk__menu-user__alerts:hover > i:before,
.gk__menu-user__bunks:hover > i:before,
.gk__menu-user > li:first-of-type:hover .gk__header__user__menu-icon:before,
.gk__header__hot-tag__list__item--highlight a:link,
.gk__header__hot-tag__list__item--highlight a:visited {
color: var(--mainColor);
}
.gk__menu-dark ul li:hover .gk__submenu__item--highlight a {
background-color: var(--secondaryColor);
}
.gk__menu-dark ul li:hover .gk__submenu__item--highlight a:hover,
.gk__menu-user > li:hover > a:after,
.gk__menu-user > li:hover > a:hover:after {
background-color: var(--mainColor);
}
.gk__menu-user__alerts > i:before,
.gk__menu-user__bunks > i:before,
.gk__header__user__menu-icon:before {
color: var(--secondaryColor);
}
.gk__menu ul li a.premium-link-menu:hover,
.gk__menu ul li a.link-event:hover,
.gk__menu-dark ul li:hover .gk__submenu__item a:hover:before,
.gk__header__hot-tag__list__item--highlight a:hover {
color: var(--specialLinkColor);
}
/*.gk__main-menu.gk__menu > ul > li {
width: 140px;
}*/
.gk__menu > ul > li > a:hover > span::after {
background-color: var(--mainColor);
}
.gk__menu > ul > li > a.premium-link-menu:hover > span:after,
.gk__menu > ul > li > a.link-event:hover > span:after {
background-color: var(--specialLinkColor);
}
.gk__menu > ul > li.gk__menu--active > a:link > span::after,
.gk__menu > ul > li.gk__menu--active > a:visited > span::after,
.gk__menu > ul > li.gk__menu--active > a:hover > span::after {
background-color: var(--specialLinkColor);
}
.gk__button__md--dark,
.gk__button__md--dark:active,
.gk__button__md--dark:focus {
border-color: var(--mainColor);
background-color: var(--mainColor);
transition: all .2s ease;
}
.gk__button__md--dark:hover {
border-color: var(--specialLinkColor);
background-color: var(--specialLinkColor);
}
.gk__submenu {
transform: translateX(-50%);
}
.gk__submenu--plateform {
min-width: 230px;
}
/*** --- HOMEPAGE -- Misc --- ***/
.gk__main__content--home {
padding: 0;
}
.ho__news-river__main-section + .ho__news-river__main-section {
padding: 0 0 0 4px;
border-left: 0;
/*margin-top: calc(-55px - 12.75rem);*/
}
.ho__news-river__main-section + .ho__news-river__main-section,
.ho__news-river__main-section > section + section {
border-color: var(--lightestBg);
}
.gk__main__content--home {
background-color: var(--darkestBg);
}
/*.ed__webtv-h__md,
.ed__webtv-h__md *,
.ed__webtv-h__lg,
.ed__webtv-h__lg * {
height: 0;
padding: 0;
margin: 0;
}*/
/*[data-current-route="homepage"] */
.ed__webtv-h__md,
/*[data-current-route="homepage"]*/
.ed__webtv-h__lg {
display: none;
}
.js-layout:not([data-current-route="webtv"]) + div .gk__body .js-webtv-update {
display: none;
}
.gk__header__hot-tag__list__item a:link,
.gk__header__hot-tag__list__item a:visited {
color: var(--linkColor);
}
.gk__header__hot-tag__list__item a:hover {
color: var(--mainColor);
}
.gk__header__hot-tag__list__item--highlight a:link,
.gk__header__hot-tag__list__item--highlight a:visited {
background-color: var(--secondaryColor);
border: none;
color: var(--linkColor);
font-size: 1rem;
font-weight: 700;
/*padding: .1rem 1.25rem;*/
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
transition: all .2s ease;
}
.gk__header__hot-tag__list__item--highlight a:hover {
border-color: var(--mainColor);
background-color: var(--mainColor);
-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
}
/*** --- HOMEPAGE -- News tiles --- ***/
.row--nowrap.row-to-col .flex-card {
height: 30rem;
}
.row--nowrap.row-to-col .simple-height.card-xs,
.row--nowrap.row-to-col .flex-card ul li.simple-height {
/*height: 12.5rem;*/
/*height: 18.75rem;*/
height: 15rem;
}
.row--nowrap.row-to-col .double-height {
height: 30rem;
}
.pr__header__main__body__info a,
.pr__header__main__body__info--game a,
.pr__header__main__body__info--platform a,
.pr__header__main__body__info a,
.pr__header__main__body__info--game a,
.pr__header__main__body__info--platform a,
.ed__header__info__author > a,
.ed__header__info__author > a,
.pr__header__main__body__collection__button,
.pr__header__main__body__collection__button--add,
.pr__header__main__body__collection__button--wishlist,
.pr__header__main__body__collection__button--delete,
.gk__text__lightsquare > a {
color: var(--secondaryColor);
text-decoration: none;
}
.pr__header__main__body__info a:visited,
.pr__header__main__body__info--game a:visited,
.pr__header__main__body__info--platform a:visited,
.pr__header__main__body__info a:hover,
.pr__header__main__body__info--game a:hover,
.pr__header__main__body__info--platform a:hover,
.ed__header__info__author > a:hover,
.ed__header__info__author > a:active,
.pr__header__main__body__collection__button:hover,
.pr__header__main__body__collection__button--add:hover,
.pr__header__main__body__collection__button--wishlist:hover,
.pr__header__main__body__collection__button--delete:hover,
.gk__text__lightsquare > a:hover {
color: var(--mainColor);
}
.gk__tile {
margin: 0 0 0 -2rem;
padding: 0 2px 1px 2px;
max-width: calc(75% + 2rem);
background-color: var(--darkestBg);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
position: absolute;
border: 2px solid var(--midBg);
border-top: 0;
}
/*.gk__tile:after {
content: '';
display: block;
width: 90%;
margin: 2px auto;
border-top: 2px solid var(--midBg);
}*/
.gk__tile1,
.gk__tile2 {
color: var(--linkColor);
}
.gk__tile__list__card__content .gk__tile__list__card__content__image img {
object-position: 50% 0%;
}
.gk__tile:hover .gk__tile__list__card__content {
/* .gk__tile__list__card__content__image img {*/
filter: grayscale(60%);
}
.gk__tile__list__card__content {
/*.gk__tile__list__card__content__image img {*/
transition: all ease-out .3s;
}
.gk__tile:hover .gk__tile__list__card__content:hover,
.gk__tile:hover .gk__tile__list__card__content:hover .gk__tile__list__card__content__image img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.gk__tile__list__card__content__figcaption > div {
transition: all ease .1s;
}
.gk__tile__list {
background-color: transparent;
}
.gk__tile__list .flex-card {
padding-bottom: 2px;
/*padding-left: 2px;*/
margin-bottom: 1px;
margin-left: 2px;
}
.gk__tile__list .flex-card:first-of-type {
margin-left: 0;
}
.gk__tile__list:last-of-type .flex-card {
margin-bottom: 0px;
}
.gk__body {
background-color: var(--darkestBg);
/*display: block;*/
}
.gk__tile__list__card__content {
box-shadow: none;
border: none;
}
.gk__tile__list__card__content__figcaption {
width: calc(100% + 1rem);
}
.gk__tile__list__card__content .gk__tile__list__card__content__figcaption .gk__tile__list__card__content__figcaption__infos > .gk__tile__list__card__content__figcaption__category {
padding: 0 2px;
color: #fff;
font-family: var(--catFont);
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: 0;
background: var(--secondaryColor);
border-top: none;
font-size: var(--catFontSize);
line-height: 1rem;
}
.gk__tile__list__card__content:hover .gk__tile__list__card__content__figcaption .gk__tile__list__card__content__figcaption__infos > .gk__tile__list__card__content__figcaption__category {
background: var(--mainColor);
}
.gk__tile__list__card__content:hover img {
transform: none;
}
.gk__tile__list__card__content__figcaption__title,
.flex-card.double-height .gk__tile__list__card__content__figcaption__title,
.flex-card.full .gk__tile__list__card__content__figcaption__title,
.flex-card.medium .gk__tile__list__card__content__figcaption__title {
width: 100%;
font-size: 1.2rem;
line-height: 1.3rem;
padding: 4px calc(1rem + 4px) 4px 4px;
font-family: var(--titleFont);
}
.gk__tile__list__card__content__figcaption__subtitle {
font-size: 1rem;
line-height: 18px;
padding: 0 1rem 4px 4px;
color: var(--darkBodyColor);
font-family: var(--subFont);
}
.simple-height.gk__tile__list__card:after,
.double-height.gk__tile__list__card:after {
content: '';
display: block;
width: 0;
height: 2px;
background: var(--mainColor);
transition: width ease .3s;
margin: 0 auto;
}
.gk__tile__list__card:hover:after {
width: 100%;
}
/*** --- HOMEPAGE - Premium tiles --- ***/
.pm__list-body__logo {
/*background-image: url(https://d3isma7snj3lcx.cloudfront.net/assets/front/img/base/logo/logo-premium.svg);
margin: 10px auto;*/
background: none;
margin: 0;
height: auto;
width: 100%;
}
.pm__list-body__logo:before {
content: 'GAMEKULT PREMIUM';
display: block;
width: 100%;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
font-family: var(--titleFont);
padding: .25rem .25rem .25rem .5rem;
margin: 1rem 0 .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
}
[data-current-route="homepage"] .pm__list-body {
padding: 0 2rem 0 2rem;
background-color: transparent;
width: 75%;
position: absolute;
top: 30rem;
}
.gk__main__content--home .pm__list-body .gk__text-indent {
display: none;
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg {
padding: 0 0 1px;
}
.pm__premium-h__sm:before {
background: none;
}
.pm__premium-h__sm:hover:before {
background: none;
}
.pm__premium-h__sm {
border: 0;
/*height: 160px;*/
height: 10rem;
max-width: none;
box-shadow: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
.pm__premium-h__sm .gk__link__area {
z-index: 3;
}
.pm__premium-h__sm__body {
position: absolute;
bottom: 0;
padding: 3px 0 5px 5px;
width: 100%;
text-align: left;
z-index: 1;
background-color: RGBA(36, 36, 36, .95);
transition: all ease .1s;
}
.pm__premium-h__sm:hover .pm__premium-h__sm__body {
padding-bottom: 10px;
background-color: RGBA(36, 36, 36, 1);
}
.pm__premium-h__sm:hover {
border: none;
box-shadow: none;
}
.pm__premium-h__sm a:hover {
color: #fff !important;
}
.pm__premium-h__sm:after {
width: 0;
z-index: 2;
-webkit-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
background-color: var(--mainColor);
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg > li {
padding: 0 0 0 2px;
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg > li:first-of-type {
padding: 0;
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg > li:nth-child(n+1):nth-child(-n+2) {
margin-bottom: 2px;
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg > li .pm__premium-h__sm figure img {
transition: all ease .2s;
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg:hover > li .pm__premium-h__sm figure img {
filter: grayscale(75%);
}
.pm__list-body ul.gk__list.pm__list-body__list.row--nmrg:hover > li:hover .pm__premium-h__sm figure img {
filter: grayscale(0%);
}
.pm__list-body__list > li {
margin-bottom: 0px;
}
.gk__link__see-more--inverted {
padding: 0;
}
.gk__link__see-more--inverted a:link {
font-family: Roboto, sans-serif, serif;
text-transform: uppercase;
padding: 0 2px;
color: #ffffff;
background-color: var(--secondaryColor);
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
font-size: .75rem;
line-height: 1rem;
font-weight: 700;
}
.gk__link__see-more--inverted a:visited,
.gk__link__see-more--inverted a:visited:after {
color: #ffffff;
}
.gk__link__see-more--inverted a:hover {
background-color: var(--mainColor);
}
/*** --- HOMEPAGE - Sidebar --- ***/
[data-current-route="homepage"] .gk__sidebar {
position: relative !important;
max-height: calc(30rem - 1px);
width: calc(100% - 1px);
}
[data-current-route="game_review"] .gk__sidebar {
width: calc(100% - 1px);
min-width: 325px;
}
[data-current-route="homepage"] .gk__sidebar__wrapper {
position: absolute !important;
top: 0;
right: -2rem;
height: auto !important;
width: calc(25% + 2rem) !important;
}
[data-current-route="game_review"] .gk__sidebar__wrapper {
top: 0;
right: 0;
width: 25% !important;
}
.gk__sidebar {
margin: 0 0 1px 1px;
box-shadow: none;
background-color: var(--darkestBg);
}
.gk__sidebar__wrapper {
padding: 0 0 0;
background-color: var(--darkestBg);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
border: 2px solid var(--midBg);
border-left: 0;
}
.gk__sidebar:before {
content: 'NEWS';
display: block;
width: auto;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
font-family: var(--titleFont);
padding: .25rem .25rem .25rem .5rem;
margin: 0 0 .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
}
.gk__ads__mpu-top {
margin: 0;
}
.ed__tn__n--e,
.ed__tn__n--pm--e,
.ed__tn__n--webtv--e {
padding: .5rem 2rem .5rem .5rem;
}
.ed__tn__n--e > div > p,
.ed__tn__n--pm--e > div > p,
.ed__tn__n--webtv--e > div > p {
font-family: var(--pFont);
font-size: .925rem;
line-height: 1.2rem;
letter-spacing: 0.01rem;
color: #ffffff;
}
.ed__tn__n--e:after,
.ed__tn__n--pm--e:after,
.ed__tn__n--webtv--e:after {
display: none;
}
.ed__tn__n__a:after {
color: #ffffff;
}
.ed__tn__n--e:before,
.ed__tn__n--pm--e:before,
.ed__tn__n--webtv--e:link:before {
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
content: '';
-webkit-transition: width .1s ease-out;
-o-transition: width .1s ease-out;
transition: width .1s ease-out;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
background-color: var(--specialLinkColor);
}
.ed__tn__n--e:link .ed__tn__n__h__c {
color: var(--specialLinkColor);
}
.ed__tn__n--webtv--e > div:first-child > div {
float: none;
width: auto;
text-transform: uppercase;
font-size: .625rem;
line-height: 1.125rem;
margin: 0 3px 0 .5rem;
padding: 0 2px 0 2px;
color: var(--mainColor);
font-family: Roboto, sans-serif, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: .01rem;
}
.ed__tn__n--webtv--e > div:first-child > div > br,
.ed__tn__n--webtv--e > div:first-child > div:before {
display: none;
}
.ed__tn__n--e:hover:before,
.ed__tn__n--pm--e:hover:before,
.ed__tn__n--webtv--e:hover:before {
width: 6px;
}
.ed__tn__n--webtv--e > div > p.ed__tn__n__w,
.ed__tn__n--webtv--e > div > p {
padding: 0 .5rem;
}
.ed__tn__n--e:hover .ed__tn__n__a:after,
.ed__tn__n--pm--e:hover .ed__tn__n__a:after,
.ed__tn__n--webtv--e:hover .ed__tn__n__a:after {
color: var(--specialLinkColor);
}
.ed__tn__n--e:link,
.ed__tn__n--e:visited,
.ed__tn__n--pm--e:link,
.ed__tn__n--pm--e:visited,
.ed__tn__n--webtv--e:link,
.ed__tn__n--webtv--e:visited {
background-color: var(--lightBg);
-moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}
.ed__tn__n--e:hover > div > p ,
.ed__tn__n--pm--e:hover > div > p,
.ed__tn__n--webtv--e:hover > div > p {
color: var(--specialLinkColor);
}
.ed__tn__s--t,
.ed__tn__s--r {
text-align: left;
font-weight: bold;
background-color: var(--lightestBg);
color: var(--bodyColor);
padding: .5rem;
border: none;
margin: 1px 0 0px;
}
.ed__tn__s--t:before,
.ed__tn__s--r:before {
color: var(--mainColor);
}
.ed__tn__n:link,
.ed__tn__n:visited,
.ed__tn__n--d:link,
.ed__tn__n--d:visited,
.ed__tn__n--pm:link,
.ed__tn__n--pm:visited,
.ed__tn__n--webtv:link,
.ed__tn__n--webtv:visited,
.ed__tn__n--webtv--d:link,
.ed__tn__n--webtv--d:visited,
.ed__tn__n--r,
.ed__tn__n--pm--r,
.ed__tn__n--bp:link,
.ed__tn__n--bp:visited,
.ed__tn__n--pm--d:link,
.ed__tn__n--pm--d:visited {
border-bottom: 0;
border-top: 2px solid var(--darkestBg);
background-color: var(--lightBg);
-moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
padding: 0;
}
.ed__tn__s--r,
.ed__tn__n--d:link,
.ed__tn__n--d:visited,
.ed__tn__n--webtv--d:link,
.ed__tn__n--webtv--d:visited {
background-color: var(--lightestBg);
}
.ed__tn__n--r,
.ed__tn__n--pm--r {
border-left: 0;
border-right: 0;
padding-bottom: .5rem;
background-color: var(--midBg);
}
.ed__tn__n__b {
margin: 0;
}
.ed__tn__n--bp {
display: none;
}
.ed__tn__n--r > div:nth-child(1),
.ed__tn__n--pm--r > div:nth-child(1),
.ed__tn__n--r > div > img,
.ed__tn__n--e > div > img {
display: none;
}
.ed__tn__n--r > .ed__tn__n__h:before,
.ed__tn__n--pm--r > .ed__tn__n__h:before {
margin: 0 -5px 0 .5rem;
padding: 0 2px 0 2px;
color: var(--darkBodyColor);
font-family: Roboto, sans-serif, serif;
letter-spacing: .01rem;
content: 'En cours de lecture';
}
.ed__tn__n:visited,
.ed__tn__n--pm:visited,
.ed__tn__n--webtv:visited,
.ed__tn__n--bp:visited,
.ed__tn__n--pm--d:visited {
background-color: var(--darkestBg);
}
.ed__tn__n > div > img,
.ed__tn__n--d > div > img,
.ed__tn__n--pm > div > img,
.ed__tn__n--webtv > div > img,
.ed__tn__n--webtv--d > div > img,
.ed__tn__n--bp > div > img,
.ed__tn__n--pm--d > div > img,
.ed__tn__n--webtv--e > div > img {
display: none;
}
/*.ed__tn__n[href*="/test"] > div > img {
display: block;
}*/
.ed__tn__n:hover,
.ed__tn__n--d:hover,
.ed__tn__n--pm:hover,
.ed__tn__n--webtv:hover,
.ed__tn__n--webtv--d:hover,
.ed__tn__n--r:hover,
.ed__tn__n--pm--r:hover,
.ed__tn__n--bp:hover,
.ed__tn__n--pm--d:hover{
background-color: var(--midBg);
}
.ed__tn__n__h {
margin: 0;
color: var(--darkBodyColor);
height: auto;
line-height: .5rem;
}
.ed__tn__n__h + div {
padding: 0 .5rem .5rem;
}
.ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n__h > .ed__tn-h__xs__cat {
font-size: .625rem;
line-height: 1.125rem;
margin: 0 3px 0 .5rem;
padding: 0 2px 0 2px;
color: var(--mainColor);
/*color: #ffffff !important;*/
/*background-color: var(--secondaryColor);*/
font-family: Roboto, sans-serif, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: .01rem;
}
.ed__tn__n--bp > .ed__tn__n__h > .ed__tn__n__h__i {
position: absolute;
top: 0;
right: 0;
margin: 0 .5rem;
color: #ababab;
font-size: .625rem;
font-family: Roboto, sans-serif, serif;
letter-spacing: .01rem;
}
.ed__tn__n:link:before,
.ed__tn__n--d:link:before,
.ed__tn__n--r:before,
.ed__tn__n--pm:link:before,
.ed__tn__n--webtv:link:before,
.ed__tn__n--webtv--d:link:before,
.ed__tn__n--bp:link:before,
.ed__tn__n--pm--d:link:before {
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 100%;
content: '';
-webkit-transition: width .1s ease-out;
-o-transition: width .1s ease-out;
transition: width .1s ease-out;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
background-color: var(--secondaryColor);
}
.ed__tn__n:hover:before,
.ed__tn__n--d:hover:before,
.ed__tn__n--r:hover:before,
.ed__tn__n--pm:hover:before,
.ed__tn__n--webtv:hover:before,
.ed__tn__n--webtv--d:hover:before,
.ed__tn__n--bp:hover:before,
.ed__tn__n--pm--d:hover:before {
width: 4px;
}
.ed__tn__n > div > p,
.ed__tn__n--d > div > p,
.ed__tn__n--pm > div > p,
.ed__tn__n--webtv > div > p,
.ed__tn__n--webtv--d > div > p,
.ed__tn__n--r > div > p,
.ed__tn__n--bp > div > p,
.ed__tn__n--pm--d > div > p,
.ed__tn__n:visited > div > p,
.ed__tn__n--d:visited > div > p,
.ed__tn__n--pm:visited > div > p,
.ed__tn__n--webtv:visited > div > p,
.ed__tn__n--webtv--d:visited > div > p,
.ed__tn__n--r:visited > div > p,
.ed__tn__n--bp:visited > div > p,
.ed__tn__n--pm--d:visited > div > p {
color: var(--bodyColor);
font-family: var(--pFont);
padding: 0 .3rem 0 calc(.5rem + 35px);
font-size: .875rem;
line-height: 1.125rem;
letter-spacing: 0rem;
}
.ed__tn__n--webtv .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--webtv .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--webtv .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--webtv--d .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--webtv--d .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--webtv--d .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--webtv:hover > div > p,
.ed__tn__n--webtv--d:hover > div > p {
/*background-*/color: #e65a95;
}
.ed__tn__n[href*="/test"] > .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n[href*="/test"] > .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n[href*="/test"] > .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--d[href*="/test"] > .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--d[href*="/test"] > .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--d[href*="/test"] > .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n[href*="/test"]:hover > div > p,
.ed__tn__n--d[href*="/test"]:hover > div > p {
/*background-*/color: #eb1d25/*#c0011e*/;
}
.ed__tn__n--pm .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--pm .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--pm .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--pm--d .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--pm--d .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--pm--d .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--pm:hover > div > p,
.ed__tn__n--pm--d:hover > div > p {
/*background-*/color: var(--specialLinkColor);
}
.ed__tn__n--bp > .ed__tn__n__h > .ed__tn__n__h__c--i,
.ed__tn__n--bp > .ed__tn__n__h > .ed__tn__n__h__c,
.ed__tn__n--bp > .ed__tn__n__h > .ed__tn-h__xs__cat,
.ed__tn__n--bp:hover > div > p {
/*background-*/color: #00A800;
}
.ed__tn__n:hover > div > p,
.ed__tn__n--d:hover > div > p {
color: var(--mainColor);
}
.ed__tn__n--webtv:link:before,
.ed__tn__n--webtv--d:link:before {
background-color: #e65a95;
}
.ed__tn__n--pm:link:before,
.ed__tn__n--pm--d:link:before {
background-color: var(--specialLinkColor);
}
.ed__tn__n[href*="/test"]:link:before,
.ed__tn__n--d[href*="/test"]:link:before {
background-color: #eb1d25/*#c0011e*/;
}
.ed__tn__n--bp:link:before {
background-color: #00A800;
}
.ed__tn__n__h > time:before {
display: none;
}
.ed__tn__n__h {
height: 100%;
min-height: .5rem;
}
.ed__tn__n__h > time {
position: absolute;
left: .5rem;
top: calc(50% - 4px);
min-width: 32px;
text-align: center;
/*font-size: .7rem;*/
}
.ed__tn__n__h__c + time,
.ed__tn__n__h__c--i + time,
.ed__tn-h__xs__cat + time {
top: calc((100% - 10px) / 2 + 6px);
}
.ed__tn__n--ad,
.ed__tn__n__c {
display: none;
}
.ed__tn__n:after,
.ed__tn__n--d:after,
.ed__tn__n--pm:after,
.ed__tn__n--webtv:after,
.ed__tn__n--webtv--d:after,
.ed__tn__n--bp:after,
.ed__tn__n--pm--d:after {
display: none;
}
.gk__sidebar__list > li.ed__tn__n--r > div > .gk__share__icon--comment {
background-color: var(--secondaryColor);
border: none;
color: var(--linkColor);
padding: .1rem 1.25rem;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
transition: all .2s ease;
}
.gk__sidebar__list > li.ed__tn__n--r > div > .gk__share__icon--comment:hover {
border-color: var(--mainColor);
background-color: var(--mainColor);
-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .8);
}
/*** --- HOMEPAGE - News --- ***/
.ho__news-river {
background-color: var(--darkestBg);
padding: 30rem 0 1rem;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section > header {
display: none;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section .gk__t3 {
font-family: Roboto, sans-serif, serif;
text-transform: uppercase;
padding: 0 2px 0 4px;
color: #ffffff;
background-color: var(--secondaryColor);
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
font-size: .75rem;
line-height: 1rem;
font-weight: 700;
width: auto;
margin: 0;
display: inline-block;
vertical-align: top;
}
.ho__news-river__main-section > section + section {
margin-top: 6px;
padding-top: 0;
border-top: 0;
}
.ho__news-river .ho__news-river__main-section:nth-child(1) {
margin-top: calc(13.75rem);
display: flex;
flex-flow: row wrap;
max-width: 75%;
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 0 2rem 0 2rem;
justify-content: space-between;
align-content: flex-start;
}
.ho__news-river .ho__news-river__main-section:nth-child(1):before {
content: 'EN CE MOMENT';
display: block;
width: 100%;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
font-family: var(--titleFont);
padding: .25rem .25rem .25rem .5rem;
margin: 1rem 0 .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section {
max-width: 25%;
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section {
max-width: 100%;
padding-right: 2rem;
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section:nth-child(1):before {
content: 'LES DERNIERS TESTS';
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section:nth-child(2):before {
content: 'À VENIR';
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section:nth-child(3):before {
content: 'DANS VOTRE VISEUR';
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section:nth-child(4) {
display: none;
}
.ho__news-river .ho__news-river__main-section + .ho__news-river__main-section > section:before {
display: block;
width: 100%;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
font-family: var(--titleFont);
padding: .25rem .25rem .25rem .5rem;
margin: 1rem 0 .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
}
.ho__news-river .ho__news-river__main-section {
padding: 0;
}
.ho__news-river__main-section > section > .gk__link__see-more {
margin-top: 0;
}
.gk__countdown {
margin-bottom: 2px;
max-width: none;
border-top: 2px solid var(--secondaryColor);
}
.gk__countdown > header {
text-align: left;
margin-top: -2px;
}
.gk__countdown > header > .gk__helpers__category {
padding: 0 2px 0 2px;
color: #fff;
font-family: Roboto, sans-serif, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: .01rem;
background: var(--secondaryColor);
border-top: none;
font-size: .75rem;
line-height: 1rem;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section:hover,
.gk__text__box {
border-color: var(--mainColor);
}
.gk__text__box {
background-color: var(--midBg);
padding: .5rem;
}
.gk__text__box a:link,
.gk__text__box a:visited {
color: var(--mainColor);
}
.gk__text__box a:hover {
color: var(--linkColor);
}
.ed__review-h__sm__title,
.gk__staff-note__xs {
margin: .2rem 0;
}
.ed__review-h__sm {
background-color: var(--lightBg);
}
.ed__review-h__sm__thumbnail {
margin-right: .2rem;
}
.ed__review-h__sm__thumbnail:hover + .ed__review-h__sm__title > .gk__helpers__fat-title-s > a:link,
.ed__review-h__sm__thumbnail:hover + .ed__review-h__sm__title > .gk__helpers__fat-title-s > a:visited {
color: var(--mainColor);
}
.ed__review-h__sm__thumbnail > a > img,
.ed__review-h__xsm__thumbnail img {
border-radius: 0;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section > .gk__list.gk__list--separator-dark-xs > li {
margin-bottom: 4px;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section > .gk__list.gk__list--separator-dark-xs > li:after {
display: block;
position: relative;
width: 0;
margin: 0 auto;
content: '';
height: 2px;
background-color: var(--mainColor);
transition: width ease .3s;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section > .gk__list.gk__list--separator-dark-xs > li:hover:after {
width: 100%;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section:nth-of-type(2) .gk__t3 {
padding-left: 2px;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section:nth-of-type(2) > article {
margin-left: 1px;
}
.ho__news-river .row--nmrg .ho__news-river__main-section + .ho__news-river__main-section > section:nth-of-type(2) > article:first-of-type {
margin-top: 1px;
}
.ho__news-river .ho__news-river__main-section:nth-child(1) > .row {
margin: 0;
padding: 0;
max-width: 50%;
width: 50%;
flex: 0 0 50%;
}
.ho__news-river .ho__news-river__main-section:nth-child(1) > .row:nth-of-type(even) {
padding-left: 1rem;
}
.ho__news-river .ho__news-river__main-section:nth-child(1) > .row:nth-of-type(odd) {
padding-right: 1rem;
}
.ed__news-h__sm {
background-color: var(--lightBg);
padding: 0;
min-height: 0;
}
/*
.gk__list--unstyle.gk__list--separator-dark-sm > li:nth-child(1),
.gk__list--unstyle.gk__list--separator-dark-sm > li:nth-child(2) {
width: 50%;
display: inline-block;
}
.gk__list--unstyle.gk__list--separator-dark-sm > li:nth-child(2) {
float: right;
}
*/
.ed__news-h__mdb {
background-color: var(--lightBg);
padding: 0;
}
.ho__news-river .ho__news-river__main-section > .row > .col-md-12 {
margin-bottom: 1rem;
padding: 0;
}
.ho__news-river .ho__news-river__main-section > .row > .col-md-12:after,
.ho__news-river__section > .gk__list--separator-dark-sm > li:after {
content: '';
position: relative;
display: block;
width: 0;
margin: 0 auto;
height: 2px;
line-height: 1px;
background-color: var(--mainColor);
transition: width ease .3s;
visibility: visible;
/*margin-bottom: .75rem;*/
margin-bottom: 1rem;
}
.ho__news-river__section > .gk__list--separator-dark-sm > li:last-child:after {
margin-bottom: 0;
}
.ho__news-river .ho__news-river__main-section .col-md-12:hover:after,
.ho__news-river__section > .gk__list--separator-dark-sm > li:hover:after {
width: 100%;
}
.ho__news-river .ho__news-river__main-section > .row > .col-md-12.col-sm-12.ho__news-river__section:after {
display: none;
}
.ed__news-h__mdb > header > .gk__helpers__category,
.ed__news-h__sm > header > .gk__helpers__category {
margin: -2px 0 0;
padding: 0 2px 0 2px;
position: absolute;
left: 2rem;
color: #fff;
font-family: Roboto, sans-serif, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: .01rem;
background-color: var(--secondaryColor);
border-top: none;
font-size: .75rem;
line-height: 1rem;
vertical-align: top;
transition: background-color ease .1s;
pointer-events: none;
}
[data-current-route="homepage"] .ed__news-h__sm > header > .gk__helpers__category {
left: calc(37.5% + 1rem);
max-width: 11.2%;
}
[data-current-route="platform"] .ed__news-h__sm > header > .gk__helpers__category,
[data-current-route="search"] .ed__news-h__sm > header > .gk__helpers__category,
[data-current-route="news"] .ed__news-h__sm > header > .gk__helpers__category,
[data-current-route="news_section"] .ed__news-h__mdb > header > .gk__helpers__category {
position: relative;
left: 0;
}
[data-current-route="platform"] .ed__news-h__sm > header .gk__helpers__fat-title-m {
margin-top: 0;
}
.ed__news-h__mdb figure img,
.ed__news-h__sm header figure img {
max-width: none;
-o-object-fit: cover;
object-fit: cover;
margin: 0;
transition: border-right ease .1s;
}
.ed__news-h__mdb > header,
.ed__news-h__sm > header {
border-top: 2px solid var(--secondaryColor);
transition: border-top ease .1s;
}
.ho__news-river .ho__news-river__main-section .col-md-12:hover .ed__news-h__mdb > header,
.ho__news-river__section > .gk__list--separator-dark-sm > li:hover .ed__news-h__sm > header {
border-top: 2px solid var(--mainColor);
}
.ho__news-river .ho__news-river__main-section .col-md-12:hover .ed__news-h__mdb > header > .gk__helpers__category,
.ho__news-river__section > .gk__list--separator-dark-sm > li:hover .ed__news-h__sm > header > .gk__helpers__category {
background: var(--mainColor);
}
.ed__news-h__mdb .gk__helpers__category + figure {
/*width: 60%;
margin: -2px 4px 0 0;*/
}
.ed__news-h__sm header figure {
width: 33%;
margin: 0 4px 0 0;
vertical-align: top;
}
.ed__news-h__mdb header figure,
.ed__news-h__sm header figure {
line-height: 1px;
}
.ed__news-h__mdb > header > .gk__helpers__fat-title-m,
.ed__news-h__sm > header .gk__helpers__fat-title-m {
margin: 4px 2px;
}
.ed__news-h__mdb > header > figure:hover + .gk__helpers__fat-title-m > a:link,
.ed__news-h__mdb > header > figure:hover + .gk__helpers__fat-title-m > a:visited,
.ed__news-h__sm > header > figure:hover + .gk__helpers__figure-side > .gk__helpers__fat-title-m > a:link,
.ed__news-h__sm > header > figure:hover + .gk__helpers__figure-side > .gk__helpers__fat-title-m > a:visited {
color: var(--mainColor);
}
.ed__news-h__sm > header .gk__helpers__figure-side {
margin: 0;
}
.ed__news-h__sm > header .gk__helpers__subtitle-s {
margin: 2px 0 0 2px;
}
.ed__news-h__mdb > header .gk__helpers__subtitle-s {
margin: 2px 2px 0;
}
.ed__news-h__mdb footer,
.ed__news-h__sm footer {
padding: 0 4px;
}
.ed__news-h--native > figure {
margin: 0;
width: 100%;
line-height: 0;
font-size: 0;
}
.ed__news-h--native > span:first-of-type {
display: none;
}
.ed__news-h--native > .gk__helpers__p {
display: none;
}
.ed__news-h--native > header:before {
content: 'PUBLICITÉ';
padding: 0 2px 0 2px;
margin: -2px 0 0;
font-weight: bold;
display: inline-block;
color: #fff;
font-family: Roboto, sans-serif, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
letter-spacing: .01rem;
background: var(--secondaryColor);
border-top: none;
font-size: .75rem;
line-height: 1rem;
vertical-align: top;
transition: background ease .1s;
pointer-events: none;
}
.ed__news-h--native:hover > header:before {
background: var(--mainColor);
}
.gk__list > li {
margin-bottom: 2px;
}
.pr__upcoming-game-h__xsm figure,
.pr__upcoming-game-h__xsm__details,
.pr__upcoming-game-h__xsm__details--no-image {
border-radius: 0;
}
.pr__upcoming-game-h__xsm__details,
.pr__upcoming-game-h__xsm__details--no-image {
text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
.pr__upcoming-game-h__xsm__details__platforms li {
color: var(--mainColor);
}
.pr__upcoming-game-h__xsm:after {
display: none;
}
.gk__helpers__types.ed__review-h__sm__types {
padding-bottom: 2px;
}
.gk__helpers__fat-title-l--complementary > a:link,
.gk__helpers__fat-title-m--complementary > a:link,
.gk__helpers__fat-title-sm--complementary > a:link,
.gk__helpers__fat-title-s--complementary > a:link,
.gk__helpers__fat-title-xs--complementary > a:link,
.gk__helpers__fat-title-l--complementary > a:visited,
.gk__helpers__fat-title-m--complementary > a:visited,
.gk__helpers__fat-title-sm--complementary > a:visited,
.gk__helpers__fat-title-s--complementary > a:visited,
.gk__helpers__fat-title-xs--complementary > a:visited {
color: var(--linkColor);
}
.gk__helpers__fat-title-l--complementary > a:hover,
.gk__helpers__fat-title-m--complementary > a:hover,
.gk__helpers__fat-title-sm--complementary > a:hover,
.gk__helpers__fat-title-s--complementary > a:hover,
.gk__helpers__fat-title-xs--complementary > a:hover {
color: var(--mainColor);
}
/*** --- HOMEPAGE - Derniers Tests --- ***/
/*** --- LOGIN PAGE --- ***/
.gk__login {
background-color: var(--midBg);
}
.gk__form__label {
color: var(--bodyColor);
}
.gk__form__checkbox label {
color: var(--linkColor);
}
.gk__form__checkbox label:hover {
color: var(--mainColor);
}
#login-form .flex-card.end-xs.gk__link.end-xs {
transition: none;
}
#username.gk__form__control,
#password.gk__form__control {
border-color: var(--midBg);
border-radius: 0;
background-color: var(--lightestBg);
color: var(--bodyColor);
}
/*** --- NEWS - Article --- ***/
.js-layout[data-current-route="news_display"] div#gk__layout.gk__layout main div.gk__body section.gk__main div.gk__main__content div.gk__block.ed__news section.gk__block__col.col-xs-12 section.ed__news__panel--with-cover article.js-start-progression-bar div div.gk__text__container > hr {
/*display: none;*/
border: none;
border-top: 1px solid var(--mainColor);
-moz-box-shadow: 0px 0px 3px 1px var(--mainColor);
-webkit-box-shadow: 0px 0px 3px 1px var(--mainColor);
-o-box-shadow: 0px 0px 3px 1px var(--mainColor);
box-shadow: 0px 0px 3px 1px var(--mainColor);
}
.ed__show__header__content {
background: none;
}
section.ed__news__panel,
section.ed__news__panel--with-cover {
background-color: var(--midBg);
}
div[itemprop="articleBody"],
.ed__news__header__content,
.gk__text__video {
background-color: transparent;
}
/*.ed__news__header__content*/
.ed__news__title {
color: var(--bodyColor);
font-family: var(--subFont);
}
.ed__news__header__content .gk__subtitle,
.pr__game-h__sm__details__platforms li {
color: var(--darkBodyColor);
}
.gk__subtitle {
font-family: var(--pFont);
font-size: 1rem;
letter-spacing: 0.02rem;
}
.ed__header__author {
font-family: var(--pFont);
font-size: .8rem;
letter-spacing: 0.02rem;
}
.gk__helpers__fat-title-s > a:link,
.gk__helpers__fat-title-s > a:visited,
.gk__text__header > a:link:hover,
.gk__text__link a:link:hover,
.gk__text__p a:link:hover {
color: var(--linkColor);
}
.gk__helpers__fat-title-s > a:hover,
.gk__text__header > a:link,
.gk__text__header > a:visited,
.gk__text__link a,
.gk__text__link a:link,
.gk__text__link a:visited,
.gk__text__p a,
.gk__text__p a:link,
.gk__text__p a:visited,
.pr__game-h__sm > figure:hover + .pr__game-h__sm__details > .gk__helpers__fat-title-s > a {
color: var(--mainColor);
}
.gk__helpers__fat-title-s,
.gk__helpers__fat-title-s--complementary,
.gk__t1,
.gk__t1--line,
.ed__tip__header,
.ed__guide__header {
font-family: var(--titleFont);
}
.ed__header__info__author {
color: var(--secondaryColor);
}
.flex-card.gk__share__icon.gk__share__icon--comment {
margin-left: 2rem;
}
.gk__share__icon--comment {
border-color: var(--secondaryColor);
background-color: var(--secondaryColor);
transition: all ease .2s;
color: var(--linkColor);
}
.gk__share__icon--comment:hover {
border-color: var(--mainColor);
background-color: var(--mainColor);
color: var(--linkColor);
}
.gk__share__icon--comment:after {
color: var(--linkColor);
}
.gk__share__icon--comment:hover:after {
color: var(--linkColor);
}
div[itemprop="articleBody"] {
max-width: 52.5rem;
padding: 1.25rem 0 0;
margin: 0 auto;
}
.ed__news__header__cover + .ed__news__header__content {
/*margin-top: 0;*/
padding: 1.25rem 0 0;
}
.gk__text__container--full {
margin: 1.25rem 0 0;
}
.gk__text__gallery {
margin-top: 1.25rem;
}
.gk__text__container {
max-width: none;
}
.gk__text__video {
padding: 0;
}
.gk__text__video .gk__text__video__container {
max-width: 100%;
}
.gk__text__gallery:after {
background: -webkit-linear-gradient(right, var(--lightBg) 0, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(right, var(--lightBg) 0, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to left, var(--lightBg) 0, rgba(255, 255, 255, 0) 100%);
}
.ed__news__header.ed__news__header__cover:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 6%, var(--midBg) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 6%, var(--midBg) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 6%, var(--midBg) 100%);
}
/*** --- TEST --- ***/
.gk__t2.ed__review__pn__positive,
.gk__t2.ed__review__pn__negative {
font-family: var(--titleFont);
font-size: 1.5rem;
line-height: 3rem;
font-weight: 700;
}
.ed__review__pn__positive::before {
color: #00b232;
}
.ed__review__pn__negative::before {
color: #f54041;
}
.ed__review__pn__list--positive,
.ed__review__pn__list--negative{
height: auto;
}
.ed__review__pn ul > li,
.ed__review__pn a:link,
.ed__review__pn a:visited {
font-size: .9rem;
line-height: 1.25rem;
letter-spacing: 0.01rem;
font-family: var(--subFont);
}
.ed__review__pn a:hover {
color: #fff;
}
.ed__review__pn__list--positive a:link,
.ed__review__pn__list--positive a:visited,
.ed__review__pn__list--positive a:hover {
text-decoration: underline dotted #00b232;
}
.ed__review__pn__list--negative a:link,
.ed__review__pn__list--negative a:visited,
.ed__review__pn__list--negative a:hover {
text-decoration: underline dotted #f54041;
}
.ed__review__pn ul{
width: 90%;
}
.gk__main.js__game-view {
max-width: 75%;
}
.ed__header__info--top {
margin-top: -1.5rem;
}
.ed__review__article__header__price {
display: none;
}
.ed__review__article__header--after-img {
max-width: none;
}
.ed__review__article__header--after-img,
.ed__review__preview__list,
.ed__review__article > .gk__text__container {
padding: 0 3rem;
}
.ed__review__article__header--after-img > .row--nmrg {
display: block;
flex: 0;
overflow: visible;
}
.ed__review__article__header__infos {
max-width: 100%;
}
.ed__review__article__header__infos__share {
display: none;
}
.ed__review__article__header__infos__share .flex-card.gk__share__icon.gk__share__icon--comment {
margin-left: 0;
margin-right: 2rem;
}
.ed__review__article > footer > .gk__text__container:first-child > .gk__t2 {
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 700;
font-family: var(--titleFont);
padding: .25rem .25rem .25rem .5rem;
margin: 0 0 .5rem;
border-left: 2px solid var(--secondaryColor);
color: var(--bodyColor);
text-transform: uppercase;
}
.ed__editorial__panel--with-cover {
background-color: var(--midBg);
-webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .3);
-moz-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .3);
box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .3);
}
.ed__review__pn h4,
.gk__text__square__container,
.ed__review__preview__list__item,
.ed__review__preview__list__item.is-unfold,
.ed__review__preview__container {
background-color: var(--lightBg);
}
.ed__review__big-img {
background-image: none !important;
min-height: 0;
}
.ed__review__big-img--custom::after,
.ed__review__big-img::after {
/*background: -webkit-linear-gradient(top,rgba(0,0,0,.1) 6%,var(--midBg) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,.1) 6%,var(--midBg) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,.1) 6%,var(--midBg) 100%);*/
display: none;
}
.ed__review__article__footer > .flex-card.ed__review__article__footer__conclusion {
height: auto;
}
.us__author-h__staffer__pseudo a:link,
.us__author-h__staffer__pseudo a:visited,
.gk__link > a,
.gk__link > a:link,
.gk__link > a:visited,
.gk__text__p--initial:first-letter {
color: var(--mainColor);
}
.gk__text__p--initial:first-letter {
font-family: var(--firstLetterFont);
}
.gk__text__link,
.gk__text__list,
.gk__text__p,
.pr__description,
.pr__description--platform,
.pr__description--game {
font-family: var(--pFont);
font-size: 1rem;
letter-spacing: 0.02rem;
}
.gk__text__p,
.gk__text__p + aside {
margin-top: 1.5rem;
}
.ed__review__preview__container .gk__text__p {
font-size: .8rem;
}
.gk__text__header,
.gk__text__header--buyersguide {
font-family: var(--pFont);
font-size: 1rem;
letter-spacing: .02rem;
}
.us__author-h__staffer__pseudo a:hover,
.ed__review__preview__list__title > a:link,
.ed__review__preview__list__title > a:visited,
.gk__link > a:hover {
color: var(--linkColor);
}
.ed__review__preview__list__title > a:hover {
color: var(--mainColor);
}
.ed__editorial__footer--light p,
.gk__text__square__container > p,
.pr__game-h__lg__note {
color: var(--bodyColor);
}
.ed__review__article__header__title {
font-size: 3rem;
line-height: 3.1rem;
max-width: 100%;
text-transform: none;
font-family: var(--titleFont);
background: none;
-webkit-background-clip: none;
-webkit-text-fill-color: var(--bodyColor);
text-shadow: none;
left: 0;
padding: 2rem 3rem;
}
.ed__review__article__header__title__infos {
font-family: var(--catFont);
color: var(--bodyColor);
text-shadow: none;
}
.gk__text__square--full span,
.gk__text__square__title,
.gk__text__subhead {
color: var(--mainColor);
}
.gk__text__square__title {
font-family: var(--subFont);
}
.gk__text__subhead::before {
background-color: var(--mainColor);
}
.gk__text__square__title--instroke,
.gk__text__square__title--instroke + .gk__text__square__container {
background-color: var(--midBg);
}
.gk__text__square--stroke {
border-color: var(--mainColor);
margin-bottom: .625rem;
}
.gk__text__square__title--instroke {
color: var(--mainColor);
font-family: var(--subFont);
}
.gk__text__product--right {
margin: 0 0 0 1rem;
padding: 0;
}
.gk__text__product__title {
font-family: var(--pFont);
margin-bottom: .5rem;
font-size: 1.2rem;
line-height: 1.35rem;
letter-spacing: 0rem;
padding: 0;
}
.gk__text__product--right .col-md-12 {
padding: 0;
}
.gk__text__product--right .gk__link__see-more {
margin-top: 0;
}
.gk__text__square--right {
margin: 0 0 0 1rem;
}
.gk__text__square--right > .gk__text__square__container {
padding: 1rem;
}
.gk__text__square--right > .gk__text__square__container > .gk__text__img--center {
margin: .5rem auto;
}
.gk__text__square__container > p {
/*font-size: .8rem;*/
line-height: 1.35rem;
letter-spacing: 0.02rem;
/*font-family: var(--subFont);*/
text-align: left;
font-size: .9rem;
font-family: var(--pFont);
}
.gk__text__selected__cursor--negative:hover + .gk__text__selected--negative,
.gk__text__selected__cursor--negative + .gk__text__selected--negative.is-active,
.gk__text__selected__cursor--positive:hover + .gk__text__selected--positive,
.gk__text__selected__cursor--positive + .gk__text__selected--positive.is-active{
padding: 0 2px;
}
.ed__review__article__footer__infos {
margin-bottom: 1.25rem;
}
.ed__review__article__footer__infos__collection__infos__item--catched > span::before {
color: #656565;
}
.ed__review__article__footer__infos__collection__infos__item--plus {
color: var(--linkColor);
background-color: var(--secondaryColor);
font-weight: bold;
border: none;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
transition: all .2s ease;
}
.ed__review__article__footer__infos__collection__infos__item--plus:hover {
background-color: var(--mainColor);
}
.ed__review__article__footer__infos__collection__infos__item--plus .ed__review__article__footer__infos__collection__infos__item__inner__dot {
background-color: var(--linkColor);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .8);
}
.pr__game-h__overflow-menu__list,
.pr__game-h__overflow-menu__list::before {
background-color: var(--lightBg);
border-color: var(--mainColor);
}
.pr__game-h__overflow-menu__list > ul > li > a:link,
.pr__game-h__overflow-menu__list > ul > li > a:visited {
color: var(--linkColor);
text-shadow: none;
}
.pr__game-h__overflow-menu__list > ul > li > a:hover {
color: var(--mainColor);
background-color: var(--lightestBg);
border: none;
}
.pr__game-h__overflow-menu__list > ul > li:hover:before {
display: none;
}
/*** --- BUYER'S GUIDE --- ***/
.ed__buyersguide__header__content {
background-color: transparent;
}
.gk__t1.ed__buyersguide__title {
width: 100%;
}
.gk__t1.ed__buyersguide__title {
font-family: var(--titleFont);
font-size: 3rem;
line-height: 3.1rem;
font-weight: 700;
}
.gk__subtitle {
color: var(--darkBodyColor);
}
/*** --- FICHE JEU --- ***/
.pr__header {
margin-top: 0;
}
.pr__header.gk__panel--npdg {
background-color: var(--midBg);
}
.gk__menu-light ul {
background-color: var(--lightBg);
}
.pr__header__main__cover {
border-color: var(--mainColor);
}
.gk__menu-light ul li > a:link,
.gk__menu-light ul li > a:visited {
color: var(--linkColor);
}
.gk__menu-light ul li.gk__menu--active > a:link,
.gk__menu-light ul li.gk__menu--active > a:visited,
.gk__menu-light ul li > a:hover {
color: var(--mainColor);
}
.gk__menu-light ul li.gk__menu--active > a:hover {
color: var(--specialLinkColor);
}
.gk__menu--active > a:link > span::after,
.gk__menu--active > a:visited > span::after,
.gk__menu-light > ul > .gk__menu--active > a:hover > span::after {
background-color: var(--specialLinkColor);
}
.ed__reviews-table > thead {
background-color: var(--lightBg);
color: var(--bodyColor);
}
.ed__reviews-table tbody {
background-color: var(--midBg);
color: var(--bodyColor);
}
.us__review-h__mdb__header__mark,
.us__review-h__mdb__header__mark--separator {
color: var(--darkBodyColor);
}
.gk__fact-sheet {
border-bottom: 3px solid var(--mainColor);
}
.gk__fact-sheet__tabs__item > a.gk__tab__cross {
background: var(--lightBg);
}
.gk__fact-sheet__tabs__item > a.gk__tab__cross:before {
color: var(--linkColor);
}
.gk__fact-sheet__tabs__submenu {
background: var(--lightBg);
}
.gk__fact-sheet__tabs__item > a.attribute-item {
color: var(--linkColor);
background: var(--lightBg);
}
.gk__fact-sheet__tabs__item > a.attribute-item.is-active {
color: var(--linkColor);
background: var(--lightestBg);
}
.gk__fact-sheet__tabs__item > a.attribute-item:hover {
color: var(--linkColor);
background: var(--lightestBg);
}
.gk__fact-sheet__tabs__item > a.attribute-item:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
width: 100%;
height: 3px;
content: '';
background: var(--secondaryColor);
}
.gk__fact-sheet__tabs__item > a.attribute-item.is-active::before,
.gk__fact-sheet__tabs__item > a.attribute-item:hover:before {
background: var(--mainColor);
}
.gk__panel--npdg {
background: var(--lightestBg);
}
.gk__data-table a:link,
.gk__data-table a:visited {
color: var(--mainColor);
}
.gk__data-table a:hover {
color: var(--linkColor);
text-decoration: none;
}
.gk__prices-tabs__tabs__item > a.is-active,
.gk__prices-h--inverted thead,
.gk__prices-h thead,
.gk__prices-h--inverted tfoot,
.gk__prices-h tfoot {
background-color: var(--midBg);
}
.gk__prices-h tfoot td a:link,
.gk__prices-h tfoot td a:visited,
.gk__prices-h tfoot td a:link:after,
.gk__prices-h tfoot td a:visited:after {
color: var(--linkColor);
}
.gk__prices-h tfoot td a:hover,
.gk__prices-h tfoot td a:hover:after {
color: var(--mainColor);
}
.gk__prices-tabs__tabs__item > a.is-active::before {
background: var(--mainColor);
}
.gk__prices-tabs__tabs__item > a.is-active::after {
background-color: var(--darkestBg);
}
.gk__prices-h tbody tr:first-child,
.gk__prices-h--inverted tbody tr:first-child,
.gk__prices-h tbody tr,
.gk__prices-h--inverted tbody tr {
background-color: var(--lightestBg);
}
.gk__prices-h--inverted tbody tr {
border-top: 1px solid var(--darkestBg);
border-bottom: 1px solid var(--darkestBg);
}
.gk__prices-h tbody tr:first-child a:link,
.gk__prices-h tbody tr:first-child a:visited,
.gk__prices-h tbody tr a:link,
.gk__prices-h tbody tr a:visited {
color: var(--bodyColor);
}
/*** --- RECHERCHE JEUX --- ***/
.gk__panel--mrg {
background-color: var(--midBg);
}
.gk__tab > li.gk__tab__active a:link,
.gk__tab > li.gk__tab__active a:visited {
color: var(--mainColor);
}
.gk__tab > li.gk__tab__active a:hover,
.gk__tab > li a:link,
.gk__tab > li a:visited,
.gk__form__select__dropdown > ul > li > a:link,
.gk__form__select__dropdown > ul > li > a:visited {
color: var(--linkColor);
}
li.gk__tab__active a:hover::after,
.gk__tab > li.gk__tab__active a:link::after,
.gk__tab > li.gk__tab__active a:visited::after {
background-color: var(--mainColor);
}
.gk__tab > li a:hover {
color: var(--mainColor);
}
.gk__form__filter > button.gk__form__control > span,
.gk__form__filter > button.gk__form__control > span::after,
.gk__form__select--date::before,
.gk__form__select--platform::before,
.gk__form__select--type::before,
.gk__form__select::after {
color: var(--bodyColor);
}
select.gk__form__control,
.pr__gamefinder__filters button.gk__form__control {
background-color: var(--secondaryColor);
border-color: var(--secondaryColor);
color: var(--linkColor);
}
select.gk__form__control:hover,
select.gk__form__control:focus,
.pr__gamefinder__filters button.gk__form__control:hover,
.pr__gamefinder__filters button.gk__form__control:focus,
.pr__gamefinder__filters button.gk__form__control.select--active {
background-color: var(--mainColor);
border-color: var(--mainColor);
box-shadow: none;
}
select.gk__form__control option {
background-color: var(--midBg);
}
.gk__form__select__dropdown {
background-color: var(--lightBg);
border-color: var(--lightBg);
border: none;
}
.gk__form__select__dropdown__search > input[type="search"] {
background-color: var(--midBg);
border-color: var(--midBg);
}
/*.gk__form__select__dropdown > ul > li > a:hover,*/
.gk__form__select__dropdown > ul > li:hover {
background-color: var(--mainColor);
}
/** NEWS PAGE **/
[data-current-route="news"] .gk__main__content > .gk__block > section > ul {
display: flex;
flex-direction: column;
}
[data-current-route="news"] .gk__main__content > .gk__block > section > ul > li:nth-child(9) {
order: -1;
}
[data-current-route="news"] .ed__news-h__mdb > header > .gk__helpers__category,
[data-current-route="news_platform"] .ed__news-h__mdb > header > .gk__helpers__category,
[data-current-route="platform_news"] .ed__news-h__mdb > header > .gk__helpers__category {
left: 2.5rem;
}
[data-current-route="news"] .ed__news-h__mdb .gk__helpers__category + .gk__helpers__fat-title-m,
[data-current-route="news_platform"] .ed__news-h__mdb .gk__helpers__category + .gk__helpers__fat-title-m,
[data-current-route="platform_news"] .ed__news-h__mdb .gk__helpers__category + .gk__helpers__fat-title-m {
margin-top: 1rem;
margin-left: .5rem;
}
[data-current-route="news"] .pm__list-body,
[data-current-route="news_platform"] .pm__list-body {
padding: 0;
background-color: transparent;
/*width: calc(66.667% - 4.58rem);
/*position: absolute;
top: 690px;*/
}
[data-current-route="news"] .pm__list-body .pm__premium-h__sm {
height: auto;
}
[data-current-route="news"] .ed__news-h__mdb figure {
width: 25%;
}
[data-current-route="news"] .pm__list-body .pm__list-body__logo,
[data-current-route="news_platform"] .pm__list-body .pm__list-body__logo {
display: none;
}
/** COLLECTION **/
.gk__modal__content,
.gk__modal__content--pm,
.pr__game-h__card,
.us__user-info:after {
background-color: var(--lightBg);
}
.us__alert__mdb__message {
color: var(--bodyColor);
}
} | 0.213623 | 0.050307 |
*{
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}
a{
text-decoration: none;
color: white;
}
h1,h2,.item{
font-family: 'Poppins', sans-serif;
}
body{
font-family: 'Roboto', sans-serif;
background-color: #f9ffff;
}
header{
width: 100vw;
height: 10vh;
background-color: #6adaff;
display: flex;
justify-content: space-around;
align-items: center;
border-bottom: 3px solid gold;
color: white;
position: sticky;
top: 0;
z-index: 1;
}
.logo{
width: 60px;
height: 60px;
background-color: white;
border-radius: 100px;
}
.logo img{
width: 60px;
height: 60px;
}
a.item{
font-size: 1.2rem;
font-weight: bold;
border-bottom: 2px solid transparent;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
}
a.item.active{
border-bottom: 3px solid gold;
}
a.item:hover{
font-size: 1.2rem;
font-weight: bold;
transition: border 1s;
cursor: pointer;
border-bottom: 2px solid gold;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
}
.footer-abu {
background-color: #FAF9F9;
display: flex;
text-align: center;
justify-content: space-around;
padding-top: 50px;
padding-bottom: 50px;
}
.lakulaku{
text-align: left;
}
.pembayaran{
text-align: left;
}
.pembayaran img{
height: 20px;
}
.sosmed{
display: flex;
align-items: center;
}
.sosmed img{
height: 20px;
padding-top: 5px;
padding-right: 7px;
}
.download{
align-items: center;
text-align: left;
}
.aplikasi img{
/* height: 20px; */
padding-top: 5px;
padding-right: 7px;
width: 7vw;
}
#apple-store img{
width: 7vw;
}
footer{
width: 100vw;
height: 10vh;
background-color: #6adaff;
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 1vw;
}
@media screen and (max-width: 1024px) {
.logo, .logo img{
height: 10vw;
width: 10vw;
}
a.item{
font-size: 2vw;
}
a.item:hover{
font-size: 3vw
}
header{
height: 15vw;
}
.before-footer{
font-size: 2vw;
}
.footer-abu{
padding: 8vw 0;
}
.bank img{
width: 10vw;
height: 4vw;
}
.aplikasi img{
width: 15vw;
}
#apple-store img{
width: 15vw;
}
footer{
font-size: 2.5vw;
height: 10vw;
}
} | CSS/header-footer.css | *{
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}
a{
text-decoration: none;
color: white;
}
h1,h2,.item{
font-family: 'Poppins', sans-serif;
}
body{
font-family: 'Roboto', sans-serif;
background-color: #f9ffff;
}
header{
width: 100vw;
height: 10vh;
background-color: #6adaff;
display: flex;
justify-content: space-around;
align-items: center;
border-bottom: 3px solid gold;
color: white;
position: sticky;
top: 0;
z-index: 1;
}
.logo{
width: 60px;
height: 60px;
background-color: white;
border-radius: 100px;
}
.logo img{
width: 60px;
height: 60px;
}
a.item{
font-size: 1.2rem;
font-weight: bold;
border-bottom: 2px solid transparent;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
}
a.item.active{
border-bottom: 3px solid gold;
}
a.item:hover{
font-size: 1.2rem;
font-weight: bold;
transition: border 1s;
cursor: pointer;
border-bottom: 2px solid gold;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
}
.footer-abu {
background-color: #FAF9F9;
display: flex;
text-align: center;
justify-content: space-around;
padding-top: 50px;
padding-bottom: 50px;
}
.lakulaku{
text-align: left;
}
.pembayaran{
text-align: left;
}
.pembayaran img{
height: 20px;
}
.sosmed{
display: flex;
align-items: center;
}
.sosmed img{
height: 20px;
padding-top: 5px;
padding-right: 7px;
}
.download{
align-items: center;
text-align: left;
}
.aplikasi img{
/* height: 20px; */
padding-top: 5px;
padding-right: 7px;
width: 7vw;
}
#apple-store img{
width: 7vw;
}
footer{
width: 100vw;
height: 10vh;
background-color: #6adaff;
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 1vw;
}
@media screen and (max-width: 1024px) {
.logo, .logo img{
height: 10vw;
width: 10vw;
}
a.item{
font-size: 2vw;
}
a.item:hover{
font-size: 3vw
}
header{
height: 15vw;
}
.before-footer{
font-size: 2vw;
}
.footer-abu{
padding: 8vw 0;
}
.bank img{
width: 10vw;
height: 4vw;
}
.aplikasi img{
width: 15vw;
}
#apple-store img{
width: 15vw;
}
footer{
font-size: 2.5vw;
height: 10vw;
}
} | 0.438304 | 0.064329 |
body {
max-width: 100%;
background: #000;
/*background: url('/assets/images/grass_tiling.jpg');*/
/*background-repeat: repeat;*/
/*background: url('/assets/images/Forest.jpg');*/
/*background: url('/assets/images/field.jpg') no-repeat center center fixed;*/
/*-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
/*background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;*/
font-family: Montserrat, Helvetica, Arial, sans-serif;
max-width: 1300px;
margin: 0 auto;
}
header {
/*padding-top: 50px;*/
}
li {
list-style-type: square;
}
.fa {
margin: 0;
padding: 0;
}
.container-fluid {
padding: 0;
}
/* Content from CKEditor */
.content {
padding: 15px;
}
.marquee {
height: 20px;
overflow: hidden;
white-space: nowrap;
position: relative;
background: #000;
}
.marquee p {
font-size: 18px;
color: #FFF;
position: absolute;
width: 100%;
height: 100%;
margin: 0;
line-height: 18px;
text-align: center;
/* Starting position */
-moz-transform:translateX(100%);
-webkit-transform:translateX(100%);
transform:translateX(100%);
/* Apply animation to this element */
-moz-animation: marquee 15s linear infinite;
-webkit-animation: marquee 15s linear infinite;
animation: marquee 15s linear infinite;
}
.marquee p:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.marquee p span {
margin: 0 5%;
}
/* Move it (define the animation) */
@-moz-keyframes marquee {
0% { -moz-transform: translateX(100%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
0% { -webkit-transform: translateX(100%); }
100% { -webkit-transform: translateX(-100%); }
}
@keyframes marquee {
0% {
-moz-transform: translateX(100%); /* Firefox bug fix */
-webkit-transform: translateX(100%); /* Firefox bug fix */
transform: translateX(100%);
}
100% {
-moz-transform: translateX(-100%); /* Firefox bug fix */
-webkit-transform: translateX(-100%); /* Firefox bug fix */
transform: translateX(-100%);
}
}
/*--NAVIGATION--*/
.navWrap {
/*position: fixed;
left: 0;
right: 0;*/
margin: 0 auto;
max-width: 1300px;
width: 100%;
z-index: 100;
overflow: hidden;
}
nav {
/*margin: 0;*/
/*padding: 0;*/
/*max-width: 1400px;
margin: 0 auto;*/
max-width: 1300px;
}
.navbar {
/*background: transparent;
border-color: transparent;*/
background: #000;
/*background: rgba(0, 0, 0, 0.85);*/
border: none;
border-radius: 0;
width: 100%;
margin: 0 auto;
margin-bottom: 0 !important;
}
.navbar .navbar-nav {
display: inline-block;
float: none;
}
.navbar .navbar-collapse {
text-align: center;
}
.navbar-brand {
/*padding-top: 0;*/
}
.logo {
/*max-width: 1300px;*/
width: 100%;
margin: 0 auto;
background: #000;
background: rgba(0, 0, 0, 0.85);
/*position: fixed;*/
/*top: 0;*/
}
#navLogo {
width: 100%;
max-width: 1300px;
margin: 0 auto;
}
.navList {
/*margin-right: 2%;*/
}
.navLink {
margin: 0 12%;
color: #FFF;
}
.navList li {
/*margin-top: 5px;*/
background: #000;
margin-bottom: -5px;
}
.navbar .nav > li > a {
color: #FFF;
display: block;
margin: 0;
padding: 0 25px;
line-height: 50px;
}
.navbar .nav > .active > a {
background: #FFF;
color: #000;
}
@media screen and (max-width: 767px) {
.navbar .nav > .active > a {
background: #FFF;
color: #000;
width: 90vw;
}
}
.navbar .nav > .active {
background: #FFF;
}
@media screen and (max-width: 767px) {
.navbar .nav > .active {
width: 100%;
margin: 0 auto;
text-align: center;
}
}
.navbar .nav > li:hover a {
background: transparent;
color: #FFF;
}
.navbar .nav > .active:hover a {
background: transparent;
color: #FFF;
}
.navList li:hover {
background: #666;
background: rgba(150, 150, 150, 0.7);
background: #016934;
}
.navList .active:hover {
background: #666;
background: rgba(150, 150, 150, 0.7);
background: #016934;
}
/*--------------*/
.error {
color: #f00;
}
.center {
float: none;
margin-left: auto;
margin-right: auto;
}
/*--HOME--*/
#home {
/*background: #fff;*/
/*background: rgba(255, 255, 255, 0.9);*/
overflow-x: hidden;
padding: 0;
/*max-width: 95%;*/
/*max-width: 1300px;*/
/*max-width: 1300px;
margin: 0 auto;*/
}
@media screen and (max-width: 700px) {
#home {
padding: 0;
}
}
@media screen and (min-width: 701px) {
#home {
/*padding: 0 50px;*/
}
}
#myCarousel {
max-width: 1300px;
margin: 0 auto;
padding: 0;
background: #FFF;
overflow: hidden;
}
.carouselImage {
width: 100%;
max-height: 700px;
}
#about {
margin: 0;
width: 100%;
background: #36f900;
background: rgba(0, 255, 0, 0.85);
background: rgba(1, 105, 52, 0.8);
color: #FFF;
padding: 2%;
}
#servicesOverview {
background: url('/assets/images/grass_tiling.jpg');
background-repeat: repeat;
}
.services-overview-anchor {
display: inline-block;
}
.services-overview-anchor:hover {
outline: 0;
text-decoration: none;
}
.services-overview-div {
margin: 35px auto;
width: 240px;
height: 240px;
border: 1px solid #555;
border-radius: 50%;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6), 0 3px 10px 0 rgba(0, 0, 0, 0.6);
/*transition: box-shadow 0.5s;*/
overflow: visible;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.services-overview-div:hover {
border: 1px solid #777;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 16px 0 rgba(0, 0, 0, 0.8);
text-decoration: none;
}
.services-overview-div span {
width: 240px;
height: 240px;
font-size: 22pt;
color: #FFF;
text-shadow: 2px 2px 4px #000;
display: table-cell;
vertical-align: middle;
text-align: center;
text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.services-overview-div {
width: 200px;
height: 200px;
}
.services-overview-div span {
width: 200px;
height: 200px;
font-size: 18pt;
}
}
@media only screen and (max-width: 400px) {
.services-overview-div {
width: 200px;
height: 200px;
}
.services-overview-div span {
width: 200px;
height: 200px;
font-size: 18pt;
}
}
#contact {
width: 100%;
margin: 0;
padding: 3% 5%;
background: #FFF;
/*background: rgba(255, 255, 255, 0.9);*/
background: #FFF;
}
.fa-star {
color: #F00;
font-size: 80%;
vertical-align: top;
}
.form-control[placeholder]
{
text-align: center;
}
textarea {
resize: none;
}
.contactSuccess {
margin-top: 170px;
margin-bottom: 170px;
}
#map {
background: #36f900;
background: rgba(0, 255, 0, 0.85);
background: rgba(1, 105, 52, 0.8);
color: #FFF;
}
#gmap {
width: 450px;
height: 250px;
border: 0;
margin: 5%;
}
@media screen and (max-width: 500px) {
#gmap {
width: 80vw;
}
}
#county {
margin: 5%;
}
.counties {
width: 180px;
margin: 5% auto;
font-size: 110%;
}
footer {
width: 100%;
margin: 0;
color: #fff;
background: #000;
/*background: rgba(0, 0, 0, 0.85);*/
overflow: hidden;
/*max-width: 1400px;
margin: 0 auto;*/
max-width: 1300px;
margin: 0 auto;
}
.footerItem {
margin: 30px 0;
}
.hours {
width: 45%;
margin: 0 auto;
}
.greenText {
color: #36f900;
font-weight: 900;
}
.serviceList {
margin: 0 auto;
max-width: 250px;
}
.serviceFooter {
text-align: left;
}
/*--------*/
/*--SERVICES--*/
#services {
background: #fff;
background: #e0eec7;
padding: 2%;
}
.service-section {
padding-top: 2%;
background: transparent;
border: none;
box-shadow: none;
}
.service-panel {
color: #111;
box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.8);
}
#lawn-care-panel {
background: #77c953;
background: #9EC953;
}
#landscaping-panel {
background: #c9b953;
background: #016934;
}
#snow-removal-panel {
background: #e0eec7;
background: #fff;
}
.services {
padding: 0% 5%;
}
.service-image {
/*box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.8);*/
/*max-width: 200px;*/
margin-top: 2%;
margin-bottom: 2%;
}
/*------------*/
/*--GALLERY--*/
.gallery {
background: #fff;
padding: 2%;
min-height: 50vh;
position: relative;
overflow: hidden;
}
#categories {
background: #000;
margin: 2% -2.1% 0;
}
.categories {
margin: 0;
padding: 0;
overflow: hidden;
}
@media screen and (max-width: 767px) {
#categories {
padding: 10px;
}
}
.categories a {
padding: 5px;
}
.categories:hover {
background: #016934;
}
.categories:hover a {
color: #FFF;
}
.categories a {
color: #FFF;
text-decoration: none;
font-weight: 900;
display: block;
}
.activeCategory {
background: #FFF;
}
.activeCategory a {
color: #000;
}
.imgThumbnail {
margin: 14px 0;
}
.imgThumbnail:hover {
cursor: pointer;
}
#pagination {
width: 100%;
position: absolute;
bottom: 0;
}
.pagination a {
width: 100%;
padding: 0 8px;
display: inline-block;
}
.pagination:hover {
background: #016934;
}
.pagination {
margin: 0 -1px;
min-width: 30px;
font-size: 140%;
background: #000;
border-radius: 0;
border: 1px #444 solid;
}
.pagination a {
color: #FFF;
text-decoration: none;
}
.pagination-cur {
color: #000;
background: #FFF;
}
/*-----------*/
/*--CONTACT--*/
#contactPage {
width: 100%;
margin: 0;
padding: 3% 5%;
background: #FFF;
}
#contactPageContent {
min-height: 52vh;
}
/*-----------*/
/*---LOGIN---*/
#login {
min-height: 50vh;
}
#user {
width: 90%;
max-width: 400px;
padding: 0 20px;
margin: 10% auto;
background: #FFF;
background: rgba(255, 255, 255, 0.9);
border: 1px solid #000;
border-radius: 15px;
}
/*-----------*/
/*-ERROR_404-*/
.error_404 {
background: #fff;
padding: 2%;
min-height: 52vh;
position: relative;
overflow: hidden;
}
/*-----------*/ | assets/css/style.css | body {
max-width: 100%;
background: #000;
/*background: url('/assets/images/grass_tiling.jpg');*/
/*background-repeat: repeat;*/
/*background: url('/assets/images/Forest.jpg');*/
/*background: url('/assets/images/field.jpg') no-repeat center center fixed;*/
/*-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
/*background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;*/
font-family: Montserrat, Helvetica, Arial, sans-serif;
max-width: 1300px;
margin: 0 auto;
}
header {
/*padding-top: 50px;*/
}
li {
list-style-type: square;
}
.fa {
margin: 0;
padding: 0;
}
.container-fluid {
padding: 0;
}
/* Content from CKEditor */
.content {
padding: 15px;
}
.marquee {
height: 20px;
overflow: hidden;
white-space: nowrap;
position: relative;
background: #000;
}
.marquee p {
font-size: 18px;
color: #FFF;
position: absolute;
width: 100%;
height: 100%;
margin: 0;
line-height: 18px;
text-align: center;
/* Starting position */
-moz-transform:translateX(100%);
-webkit-transform:translateX(100%);
transform:translateX(100%);
/* Apply animation to this element */
-moz-animation: marquee 15s linear infinite;
-webkit-animation: marquee 15s linear infinite;
animation: marquee 15s linear infinite;
}
.marquee p:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.marquee p span {
margin: 0 5%;
}
/* Move it (define the animation) */
@-moz-keyframes marquee {
0% { -moz-transform: translateX(100%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
0% { -webkit-transform: translateX(100%); }
100% { -webkit-transform: translateX(-100%); }
}
@keyframes marquee {
0% {
-moz-transform: translateX(100%); /* Firefox bug fix */
-webkit-transform: translateX(100%); /* Firefox bug fix */
transform: translateX(100%);
}
100% {
-moz-transform: translateX(-100%); /* Firefox bug fix */
-webkit-transform: translateX(-100%); /* Firefox bug fix */
transform: translateX(-100%);
}
}
/*--NAVIGATION--*/
.navWrap {
/*position: fixed;
left: 0;
right: 0;*/
margin: 0 auto;
max-width: 1300px;
width: 100%;
z-index: 100;
overflow: hidden;
}
nav {
/*margin: 0;*/
/*padding: 0;*/
/*max-width: 1400px;
margin: 0 auto;*/
max-width: 1300px;
}
.navbar {
/*background: transparent;
border-color: transparent;*/
background: #000;
/*background: rgba(0, 0, 0, 0.85);*/
border: none;
border-radius: 0;
width: 100%;
margin: 0 auto;
margin-bottom: 0 !important;
}
.navbar .navbar-nav {
display: inline-block;
float: none;
}
.navbar .navbar-collapse {
text-align: center;
}
.navbar-brand {
/*padding-top: 0;*/
}
.logo {
/*max-width: 1300px;*/
width: 100%;
margin: 0 auto;
background: #000;
background: rgba(0, 0, 0, 0.85);
/*position: fixed;*/
/*top: 0;*/
}
#navLogo {
width: 100%;
max-width: 1300px;
margin: 0 auto;
}
.navList {
/*margin-right: 2%;*/
}
.navLink {
margin: 0 12%;
color: #FFF;
}
.navList li {
/*margin-top: 5px;*/
background: #000;
margin-bottom: -5px;
}
.navbar .nav > li > a {
color: #FFF;
display: block;
margin: 0;
padding: 0 25px;
line-height: 50px;
}
.navbar .nav > .active > a {
background: #FFF;
color: #000;
}
@media screen and (max-width: 767px) {
.navbar .nav > .active > a {
background: #FFF;
color: #000;
width: 90vw;
}
}
.navbar .nav > .active {
background: #FFF;
}
@media screen and (max-width: 767px) {
.navbar .nav > .active {
width: 100%;
margin: 0 auto;
text-align: center;
}
}
.navbar .nav > li:hover a {
background: transparent;
color: #FFF;
}
.navbar .nav > .active:hover a {
background: transparent;
color: #FFF;
}
.navList li:hover {
background: #666;
background: rgba(150, 150, 150, 0.7);
background: #016934;
}
.navList .active:hover {
background: #666;
background: rgba(150, 150, 150, 0.7);
background: #016934;
}
/*--------------*/
.error {
color: #f00;
}
.center {
float: none;
margin-left: auto;
margin-right: auto;
}
/*--HOME--*/
#home {
/*background: #fff;*/
/*background: rgba(255, 255, 255, 0.9);*/
overflow-x: hidden;
padding: 0;
/*max-width: 95%;*/
/*max-width: 1300px;*/
/*max-width: 1300px;
margin: 0 auto;*/
}
@media screen and (max-width: 700px) {
#home {
padding: 0;
}
}
@media screen and (min-width: 701px) {
#home {
/*padding: 0 50px;*/
}
}
#myCarousel {
max-width: 1300px;
margin: 0 auto;
padding: 0;
background: #FFF;
overflow: hidden;
}
.carouselImage {
width: 100%;
max-height: 700px;
}
#about {
margin: 0;
width: 100%;
background: #36f900;
background: rgba(0, 255, 0, 0.85);
background: rgba(1, 105, 52, 0.8);
color: #FFF;
padding: 2%;
}
#servicesOverview {
background: url('/assets/images/grass_tiling.jpg');
background-repeat: repeat;
}
.services-overview-anchor {
display: inline-block;
}
.services-overview-anchor:hover {
outline: 0;
text-decoration: none;
}
.services-overview-div {
margin: 35px auto;
width: 240px;
height: 240px;
border: 1px solid #555;
border-radius: 50%;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6), 0 3px 10px 0 rgba(0, 0, 0, 0.6);
/*transition: box-shadow 0.5s;*/
overflow: visible;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.services-overview-div:hover {
border: 1px solid #777;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 16px 0 rgba(0, 0, 0, 0.8);
text-decoration: none;
}
.services-overview-div span {
width: 240px;
height: 240px;
font-size: 22pt;
color: #FFF;
text-shadow: 2px 2px 4px #000;
display: table-cell;
vertical-align: middle;
text-align: center;
text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.services-overview-div {
width: 200px;
height: 200px;
}
.services-overview-div span {
width: 200px;
height: 200px;
font-size: 18pt;
}
}
@media only screen and (max-width: 400px) {
.services-overview-div {
width: 200px;
height: 200px;
}
.services-overview-div span {
width: 200px;
height: 200px;
font-size: 18pt;
}
}
#contact {
width: 100%;
margin: 0;
padding: 3% 5%;
background: #FFF;
/*background: rgba(255, 255, 255, 0.9);*/
background: #FFF;
}
.fa-star {
color: #F00;
font-size: 80%;
vertical-align: top;
}
.form-control[placeholder]
{
text-align: center;
}
textarea {
resize: none;
}
.contactSuccess {
margin-top: 170px;
margin-bottom: 170px;
}
#map {
background: #36f900;
background: rgba(0, 255, 0, 0.85);
background: rgba(1, 105, 52, 0.8);
color: #FFF;
}
#gmap {
width: 450px;
height: 250px;
border: 0;
margin: 5%;
}
@media screen and (max-width: 500px) {
#gmap {
width: 80vw;
}
}
#county {
margin: 5%;
}
.counties {
width: 180px;
margin: 5% auto;
font-size: 110%;
}
footer {
width: 100%;
margin: 0;
color: #fff;
background: #000;
/*background: rgba(0, 0, 0, 0.85);*/
overflow: hidden;
/*max-width: 1400px;
margin: 0 auto;*/
max-width: 1300px;
margin: 0 auto;
}
.footerItem {
margin: 30px 0;
}
.hours {
width: 45%;
margin: 0 auto;
}
.greenText {
color: #36f900;
font-weight: 900;
}
.serviceList {
margin: 0 auto;
max-width: 250px;
}
.serviceFooter {
text-align: left;
}
/*--------*/
/*--SERVICES--*/
#services {
background: #fff;
background: #e0eec7;
padding: 2%;
}
.service-section {
padding-top: 2%;
background: transparent;
border: none;
box-shadow: none;
}
.service-panel {
color: #111;
box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.8);
}
#lawn-care-panel {
background: #77c953;
background: #9EC953;
}
#landscaping-panel {
background: #c9b953;
background: #016934;
}
#snow-removal-panel {
background: #e0eec7;
background: #fff;
}
.services {
padding: 0% 5%;
}
.service-image {
/*box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.8);*/
/*max-width: 200px;*/
margin-top: 2%;
margin-bottom: 2%;
}
/*------------*/
/*--GALLERY--*/
.gallery {
background: #fff;
padding: 2%;
min-height: 50vh;
position: relative;
overflow: hidden;
}
#categories {
background: #000;
margin: 2% -2.1% 0;
}
.categories {
margin: 0;
padding: 0;
overflow: hidden;
}
@media screen and (max-width: 767px) {
#categories {
padding: 10px;
}
}
.categories a {
padding: 5px;
}
.categories:hover {
background: #016934;
}
.categories:hover a {
color: #FFF;
}
.categories a {
color: #FFF;
text-decoration: none;
font-weight: 900;
display: block;
}
.activeCategory {
background: #FFF;
}
.activeCategory a {
color: #000;
}
.imgThumbnail {
margin: 14px 0;
}
.imgThumbnail:hover {
cursor: pointer;
}
#pagination {
width: 100%;
position: absolute;
bottom: 0;
}
.pagination a {
width: 100%;
padding: 0 8px;
display: inline-block;
}
.pagination:hover {
background: #016934;
}
.pagination {
margin: 0 -1px;
min-width: 30px;
font-size: 140%;
background: #000;
border-radius: 0;
border: 1px #444 solid;
}
.pagination a {
color: #FFF;
text-decoration: none;
}
.pagination-cur {
color: #000;
background: #FFF;
}
/*-----------*/
/*--CONTACT--*/
#contactPage {
width: 100%;
margin: 0;
padding: 3% 5%;
background: #FFF;
}
#contactPageContent {
min-height: 52vh;
}
/*-----------*/
/*---LOGIN---*/
#login {
min-height: 50vh;
}
#user {
width: 90%;
max-width: 400px;
padding: 0 20px;
margin: 10% auto;
background: #FFF;
background: rgba(255, 255, 255, 0.9);
border: 1px solid #000;
border-radius: 15px;
}
/*-----------*/
/*-ERROR_404-*/
.error_404 {
background: #fff;
padding: 2%;
min-height: 52vh;
position: relative;
overflow: hidden;
}
/*-----------*/ | 0.277473 | 0.038412 |
@font-face {font-family: "iconfont";
src: url('//at.alicdn.com/t/font_uzx73rskhrdlsor.eot?t=1493365361897'); /* IE9*/
src: url('//at.alicdn.com/t/font_uzx73rskhrdlsor.eot?t=1493365361897#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//at.alicdn.com/t/font_uzx73rskhrdlsor.woff?t=1493365361897') format('woff'), /* chrome, firefox */
url('//at.alicdn.com/t/font_uzx73rskhrdlsor.ttf?t=1493365361897') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('//at.alicdn.com/t/font_uzx73rskhrdlsor.svg?t=1493365361897#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-zhanghu:before { content: "\e600"; }
.icon-tongji:before { content: "\e601"; }
.icon-liebiao:before { content: "\343a"; }
.icon-addfile:before { content: "\e628"; }
.icon-dianhua1:before { content: "\e631"; }
.icon-bitcoin:before { content: "\e607"; }
.icon-litecoin:before { content: "\e634"; }
.icon-google:before { content: "\e63f"; }
.icon-iconfontxiazai:before { content: "\e60d"; }
.icon-award:before { content: "\e67f"; }
.icon-chong:before { content: "\e68b"; }
.icon-unie614:before { content: "\e63a"; }
.icon-zhoujie:before { content: "\e630"; }
.icon-youjian:before { content: "\e650"; }
.icon-time:before { content: "\e602"; }
.icon-icon:before { content: "\e62e"; }
.icon-kefu:before { content: "\e621"; }
.icon-iconfontgantanhao:before { content: "\e652"; }
.icon-iconfontfilesfill:before { content: "\e61e"; }
.icon-xiugai:before { content: "\e620"; }
.icon-shijian:before { content: "\e63d"; }
.icon-iconfontqq:before { content: "\e649"; }
.icon-xiugai1:before { content: "\e6d6"; }
.icon-juxing7:before { content: "\e618"; }
.icon-google1:before { content: "\e69a"; }
.icon-gonggao:before { content: "\e654"; }
.icon-jiaoyiguanli:before { content: "\e658"; }
.icon-xitongxiaoxi:before { content: "\e6ef"; }
.icon-zlicondate01:before { content: "\e65e"; }
.icon-qq:before { content: "\e635"; }
.icon-renzheng:before { content: "\e646"; }
.icon-tubiao207:before { content: "\e619"; }
.icon-tubiao214:before { content: "\e651"; }
.icon-wenzhang:before { content: "\e633"; }
.icon-xitongxiaoxi1:before { content: "\e603"; }
.icon-jianjie:before { content: "\e64e"; }
.icon-renzheng1:before { content: "\e7e5"; }
.icon-zijinzhanghu:before { content: "\e647"; }
.icon-iconfontadslink:before { content: "\e604"; }
.icon-jiedong2:before { content: "\e63e"; }
.icon-tuiguang:before { content: "\e629"; }
.icon-jiangli:before { content: "\e64a"; }
.icon-news:before { content: "\e640"; }
.icon-p:before { content: "\e65c"; }
.icon-dianhua:before { content: "\e669"; }
.icon-daichong:before { content: "\e6ec"; }
.icon-xingqing:before { content: "\e605"; }
.icon-chengjiao:before { content: "\e622"; }
.icon-jiaoyimima:before { content: "\e6ad"; }
.icon-tongji1:before { content: "\e610"; }
.icon-wakuang:before { content: "\e6b4"; }
.icon-kefu1:before { content: "\e653"; }
.icon-zhuxingtu:before { content: "\e6be"; }
.icon-anquan:before { content: "\e682"; }
.icon-houtaiguanli:before { content: "\e83e"; }
.icon-jiantou:before { content: "\e65a"; }
.icon-kuangchanchuliang:before { content: "\e908"; }
.icon-zhuanchu:before { content: "\e606"; }
.icon-zhong:before { content: "\e617"; }
.icon-liebiao1:before { content: "\e66f"; }
.icon-dianhua2:before { content: "\e6ab"; }
.icon-jifen:before { content: "\e63b"; }
.icon-caiwu:before { content: "\e608"; }
.icon-zichan:before { content: "\e6f0"; }
.icon-renminbi:before { content: "\e686"; }
.icon-24xiaoshifuwu:before { content: "\e659"; }
.icon-1:before { content: "\e609"; }
.icon-tongji2:before { content: "\e615"; }
.icon-zhongchou-copy:before { content: "\e60a"; }
.icon-gengxinshijian01:before { content: "\e68f"; }
.icon-qianbao:before { content: "\e6e2"; }
.icon-yaoqing:before { content: "\e60f"; }
.icon-yue:before { content: "\e9ca"; }
.icon-8:before { content: "\e64d"; }
.icon-idcard:before { content: "\e6f2"; }
.icon-information:before { content: "\e676"; }
.icon-qqquno:before { content: "\e689"; }
.icon-tuijianren:before { content: "\e62f"; }
.icon-tttt:before { content: "\e639"; }
.icon-anquan1:before { content: "\e60b"; }
.icon-caikuang:before { content: "\e632"; }
.icon-zhuanru:before { content: "\e60c"; }
.icon-cf-c40:before { content: "\e63c"; }
.icon-jiangli1:before { content: "\e62d"; }
.icon-yinxing:before { content: "\e636"; }
.icon-kefu2:before { content: "\e65f"; }
.icon-swipe:before { content: "\e60e"; }
.icon-meiyousoudaoxinxi:before { content: "\e642"; }
.icon-chengjiaomaichu:before { content: "\e66b"; }
.icon-paixing:before { content: "\e656"; }
.icon-guanjiaowangtubiao37:before { content: "\e660"; }
.icon-right:before { content: "\e611"; }
.icon-chakanxiangxi:before { content: "\e648"; }
.icon-intro3:before { content: "\e643"; }
.icon-xinlang-copy:before { content: "\e612"; }
.icon-zuozhe:before { content: "\e65b"; }
.icon-fenhong:before { content: "\e690"; }
.icon-kehuan:before { content: "\e613"; }
.icon-bangdingshouji:before { content: "\e61d"; }
.icon-qqqun:before { content: "\e967"; }
.icon-caiwu1:before { content: "\e625"; }
.icon-xinwen:before { content: "\e670"; }
.icon-laba:before { content: "\e644"; }
.icon-arrow-right:before { content: "\e64c"; }
.icon-wangluo:before { content: "\e655"; }
.icon-shimingrenzheng:before { content: "\e677"; }
.icon-yinxing1:before { content: "\e641"; }
.icon-paixingbang-copy:before { content: "\e627"; }
.icon-renzheng2:before { content: "\e62a"; }
.icon-gantanhao:before { content: "\e6cc"; }
.icon-zuozhegengxin:before { content: "\e695"; }
.icon-kuangyuan:before { content: "\e699"; }
.icon-icon1:before { content: "\e624"; }
.icon-wodezichan:before { content: "\e790"; }
.icon-jiantouyou:before { content: "\e64f"; }
.icon-wenzhang1:before { content: "\e614"; }
.icon-201:before { content: "\e638"; }
.icon-ti:before { content: "\e616"; }
.icon-icon2:before { content: "\e62c"; }
.icon-lianjie-copy-copy-copy-copy:before { content: "\e666"; }
.icon-shenqing-copy:before { content: "\e657"; }
.icon-shuju:before { content: "\e61a"; }
.icon-youjian-copy:before { content: "\e61b"; }
.icon-chong1:before { content: "\e69b"; }
.icon-jiaoyiguanli-copy:before { content: "\e623"; }
.icon-zijinchi:before { content: "\e6f1"; }
.icon-bangzhuzhongxin:before { content: "\e61c"; }
.icon-yanzheng:before { content: "\e626"; }
.icon-caiwu2:before { content: "\e61f"; }
.icon-chongzhi:before { content: "\e664"; }
.icon-chongbi:before { content: "\e637"; }
.icon-zhuanzhang:before { content: "\e65d"; }
.icon-shanchu-shanchuchengyuan:before { content: "\e62b"; }
.icon-youjiantou:before { content: "\e64b"; }
.icon-gonggao1:before { content: "\e645"; }
.icon-meiyouquanxian:before { content: "\e7bb"; } | Public/qq3479015851/css/font_uzx73rskhrdlsor.css |
@font-face {font-family: "iconfont";
src: url('//at.alicdn.com/t/font_uzx73rskhrdlsor.eot?t=1493365361897'); /* IE9*/
src: url('//at.alicdn.com/t/font_uzx73rskhrdlsor.eot?t=1493365361897#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//at.alicdn.com/t/font_uzx73rskhrdlsor.woff?t=1493365361897') format('woff'), /* chrome, firefox */
url('//at.alicdn.com/t/font_uzx73rskhrdlsor.ttf?t=1493365361897') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('//at.alicdn.com/t/font_uzx73rskhrdlsor.svg?t=1493365361897#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-zhanghu:before { content: "\e600"; }
.icon-tongji:before { content: "\e601"; }
.icon-liebiao:before { content: "\343a"; }
.icon-addfile:before { content: "\e628"; }
.icon-dianhua1:before { content: "\e631"; }
.icon-bitcoin:before { content: "\e607"; }
.icon-litecoin:before { content: "\e634"; }
.icon-google:before { content: "\e63f"; }
.icon-iconfontxiazai:before { content: "\e60d"; }
.icon-award:before { content: "\e67f"; }
.icon-chong:before { content: "\e68b"; }
.icon-unie614:before { content: "\e63a"; }
.icon-zhoujie:before { content: "\e630"; }
.icon-youjian:before { content: "\e650"; }
.icon-time:before { content: "\e602"; }
.icon-icon:before { content: "\e62e"; }
.icon-kefu:before { content: "\e621"; }
.icon-iconfontgantanhao:before { content: "\e652"; }
.icon-iconfontfilesfill:before { content: "\e61e"; }
.icon-xiugai:before { content: "\e620"; }
.icon-shijian:before { content: "\e63d"; }
.icon-iconfontqq:before { content: "\e649"; }
.icon-xiugai1:before { content: "\e6d6"; }
.icon-juxing7:before { content: "\e618"; }
.icon-google1:before { content: "\e69a"; }
.icon-gonggao:before { content: "\e654"; }
.icon-jiaoyiguanli:before { content: "\e658"; }
.icon-xitongxiaoxi:before { content: "\e6ef"; }
.icon-zlicondate01:before { content: "\e65e"; }
.icon-qq:before { content: "\e635"; }
.icon-renzheng:before { content: "\e646"; }
.icon-tubiao207:before { content: "\e619"; }
.icon-tubiao214:before { content: "\e651"; }
.icon-wenzhang:before { content: "\e633"; }
.icon-xitongxiaoxi1:before { content: "\e603"; }
.icon-jianjie:before { content: "\e64e"; }
.icon-renzheng1:before { content: "\e7e5"; }
.icon-zijinzhanghu:before { content: "\e647"; }
.icon-iconfontadslink:before { content: "\e604"; }
.icon-jiedong2:before { content: "\e63e"; }
.icon-tuiguang:before { content: "\e629"; }
.icon-jiangli:before { content: "\e64a"; }
.icon-news:before { content: "\e640"; }
.icon-p:before { content: "\e65c"; }
.icon-dianhua:before { content: "\e669"; }
.icon-daichong:before { content: "\e6ec"; }
.icon-xingqing:before { content: "\e605"; }
.icon-chengjiao:before { content: "\e622"; }
.icon-jiaoyimima:before { content: "\e6ad"; }
.icon-tongji1:before { content: "\e610"; }
.icon-wakuang:before { content: "\e6b4"; }
.icon-kefu1:before { content: "\e653"; }
.icon-zhuxingtu:before { content: "\e6be"; }
.icon-anquan:before { content: "\e682"; }
.icon-houtaiguanli:before { content: "\e83e"; }
.icon-jiantou:before { content: "\e65a"; }
.icon-kuangchanchuliang:before { content: "\e908"; }
.icon-zhuanchu:before { content: "\e606"; }
.icon-zhong:before { content: "\e617"; }
.icon-liebiao1:before { content: "\e66f"; }
.icon-dianhua2:before { content: "\e6ab"; }
.icon-jifen:before { content: "\e63b"; }
.icon-caiwu:before { content: "\e608"; }
.icon-zichan:before { content: "\e6f0"; }
.icon-renminbi:before { content: "\e686"; }
.icon-24xiaoshifuwu:before { content: "\e659"; }
.icon-1:before { content: "\e609"; }
.icon-tongji2:before { content: "\e615"; }
.icon-zhongchou-copy:before { content: "\e60a"; }
.icon-gengxinshijian01:before { content: "\e68f"; }
.icon-qianbao:before { content: "\e6e2"; }
.icon-yaoqing:before { content: "\e60f"; }
.icon-yue:before { content: "\e9ca"; }
.icon-8:before { content: "\e64d"; }
.icon-idcard:before { content: "\e6f2"; }
.icon-information:before { content: "\e676"; }
.icon-qqquno:before { content: "\e689"; }
.icon-tuijianren:before { content: "\e62f"; }
.icon-tttt:before { content: "\e639"; }
.icon-anquan1:before { content: "\e60b"; }
.icon-caikuang:before { content: "\e632"; }
.icon-zhuanru:before { content: "\e60c"; }
.icon-cf-c40:before { content: "\e63c"; }
.icon-jiangli1:before { content: "\e62d"; }
.icon-yinxing:before { content: "\e636"; }
.icon-kefu2:before { content: "\e65f"; }
.icon-swipe:before { content: "\e60e"; }
.icon-meiyousoudaoxinxi:before { content: "\e642"; }
.icon-chengjiaomaichu:before { content: "\e66b"; }
.icon-paixing:before { content: "\e656"; }
.icon-guanjiaowangtubiao37:before { content: "\e660"; }
.icon-right:before { content: "\e611"; }
.icon-chakanxiangxi:before { content: "\e648"; }
.icon-intro3:before { content: "\e643"; }
.icon-xinlang-copy:before { content: "\e612"; }
.icon-zuozhe:before { content: "\e65b"; }
.icon-fenhong:before { content: "\e690"; }
.icon-kehuan:before { content: "\e613"; }
.icon-bangdingshouji:before { content: "\e61d"; }
.icon-qqqun:before { content: "\e967"; }
.icon-caiwu1:before { content: "\e625"; }
.icon-xinwen:before { content: "\e670"; }
.icon-laba:before { content: "\e644"; }
.icon-arrow-right:before { content: "\e64c"; }
.icon-wangluo:before { content: "\e655"; }
.icon-shimingrenzheng:before { content: "\e677"; }
.icon-yinxing1:before { content: "\e641"; }
.icon-paixingbang-copy:before { content: "\e627"; }
.icon-renzheng2:before { content: "\e62a"; }
.icon-gantanhao:before { content: "\e6cc"; }
.icon-zuozhegengxin:before { content: "\e695"; }
.icon-kuangyuan:before { content: "\e699"; }
.icon-icon1:before { content: "\e624"; }
.icon-wodezichan:before { content: "\e790"; }
.icon-jiantouyou:before { content: "\e64f"; }
.icon-wenzhang1:before { content: "\e614"; }
.icon-201:before { content: "\e638"; }
.icon-ti:before { content: "\e616"; }
.icon-icon2:before { content: "\e62c"; }
.icon-lianjie-copy-copy-copy-copy:before { content: "\e666"; }
.icon-shenqing-copy:before { content: "\e657"; }
.icon-shuju:before { content: "\e61a"; }
.icon-youjian-copy:before { content: "\e61b"; }
.icon-chong1:before { content: "\e69b"; }
.icon-jiaoyiguanli-copy:before { content: "\e623"; }
.icon-zijinchi:before { content: "\e6f1"; }
.icon-bangzhuzhongxin:before { content: "\e61c"; }
.icon-yanzheng:before { content: "\e626"; }
.icon-caiwu2:before { content: "\e61f"; }
.icon-chongzhi:before { content: "\e664"; }
.icon-chongbi:before { content: "\e637"; }
.icon-zhuanzhang:before { content: "\e65d"; }
.icon-shanchu-shanchuchengyuan:before { content: "\e62b"; }
.icon-youjiantou:before { content: "\e64b"; }
.icon-gonggao1:before { content: "\e645"; }
.icon-meiyouquanxian:before { content: "\e7bb"; } | 0.294621 | 0.100879 |
h3 {
font-weight: normal;
}
body {
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
min-width: 860px;
}
.home {
-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
box-shadow: 0px 1px 0px 0px #f0f7fa;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
background-color:#33bdef;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #057fd0;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:0px -1px 0px #5b6178;
margin: 0 auto;
}
.home:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
background-color:#019ad2;
}
.home:active {
position:relative;
top:1px;
}
.container {
margin: 0 auto;
max-width: 1460px;
display: flex;
align-items: center;
padding: 0.5rem;
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
color: #ffffff;
font-weight: 700;
padding: 10px 20px 10px 20px;
text-decoration: none;
margin-bottom: 1em;
}
.search {
width: 25rem;
vertical-align: middle;
}
.caption {
padding: 6px 8px;
font-weight: normal;
}
.selectize__container {
position: relative;
height: 36px;
}
.selectize__button {
border: 1px solid #d0d0d0;
padding: 6px 8px;
padding-right: 62px;
width: 100%;
height: 35px;
z-index: 1;
cursor: pointer;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
color: #303030;
background-color: #fff;
text-align: left;
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
font-size: 15px;
line-height: 21px;
-webkit-font-smoothing: inherit;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.selectize__button:focus {
outline: none !important;
border-color: #66afe9;
}
.selectize__button--light {
color: #808080;
cursor: auto;
}
.selectize__textfield {
border: 1px solid #d0d0d0;
padding: 6px 8px;
padding-right: 62px;
width: 100%;
height: 35px;
z-index: 1;
cursor: pointer;
text-overflow: ellipsis;
overflow-x: hidden;
white-space: nowrap;
color: #303030;
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
font-size: 15px;
line-height: 21px;
-webkit-font-smoothing: inherit;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.selectize__textfield:focus {
outline: none !important;
border-color: #66afe9;
}
.selectize__textfield--no-selection::-webkit-input-placeholder {
color: #808080;
}
.selectize__textfield--no-selection::-moz-placeholder {
color: #808080;
}
.selectize__textfield--no-selection:-ms-input-placeholder {
color: #808080;
}
.selectize__textfield--no-selection:-moz-placeholder {
color: #808080;
}
.selectize__textfield--selection::-webkit-input-placeholder {
color: #303030;
}
.selectize__textfield--selection::-moz-placeholder {
color: #303030;
}
.selectize__textfield--selection:-ms-input-placeholder {
color: #303030;
}
.selectize__textfield--selection:-moz-placeholder {
color: #303030;
}
.selectize__textfield--menu-open {
cursor: auto;
}
.selectize__menu-toggle {
z-index: 1000;
color: #808080;
display: flex;
flex-flow: column;
justify-content: center;
height: 35px;
width: 1.8rem;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.selectize__menu-toggle:hover {
color: #555;
}
.selectize__menu {
z-index: 2000;
width: 100%;
margin-top: 5px;
background: white;
color: black;
max-height: 20rem;
overflow-y: scroll;
padding: 0;
margin: 2px 0 0 0;
color: #000;
background: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize__list {
list-style: none;
padding: 0;
margin: auto;
overflow-y: auto;
}
.selectize__item {
display: block;
padding: 9px 8px;
cursor: pointer;
font-size: 16px;
line-height: 24px;
color: #555;
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
font-weight: normal;
}
.selectize__item--mouse-selected {
background-color: #fafafa;
color: #495c68;
}
.selectize__item--key-selected {
background-color: #f5fafd;
color: #495c68;
}
.selectize__divider {
display: block;
padding-top: 8px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 8px;
border-bottom: 1px solid #ccc;
font-size: 12px;
line-height: 1;
color: #555;
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
font-weight: normal;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.selectize__icon {
color: #808080;
}
input[type="radio"], input[type="checkbox"] {
display: none;
}
.icon {
width: 25px;
height: 25px;
stroke: #f3aa7d;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
cursor: pointer;
}
.icon:hover, .icon:focus, .icon:active, input:checked ~ .icon {
-webkit-transform: scale(1.1);
transform: scale(1.1);
stroke: #eb7125;
}
.icon:hover {
transition: stroke .15s ease-in;
}
.media {
width: 25px;
height: 25px;
}
label {
display: inline-block;
text-align: left;
line-height: 2em;
}
.check-green > .icon {
stroke: rgba(0%, 69%, 31.4%, 50%);
}
.check-green > .icon:hover, .check-green > input[type="checkbox"]:checked ~ .icon {
stroke: rgba(0%, 69%, 31.4%, 80%);
}
.check-blue > .icon {
stroke: rgba(0%, 43.9%, 75.3%, 50%);
}
.check-blue > .icon:hover, .check-blue > input[type="checkbox"]:checked ~ .icon {
stroke: rgba(0%, 43.9%, 75.3%, 80%);
}
.check-red {
padding-right: 0.3em;
}
.check-red > .icon {
stroke: rgba(93.73%, 44.31%, 45.1%, 50%);
}
.check-red > .icon:hover, .check-red > input[type="checkbox"]:checked ~ .icon {
stroke: rgba(93.73%, 44.31%, 45.1%, 80%);
}
.check-yellow > .icon {
stroke: rgba(100%, 100%, 0%, 50%);
}
.check-yellow > .icon:hover, .check-yellow > input[type="checkbox"]:checked ~ .icon {
stroke: rgba(100%, 100%, 0%, 80%);
}
label > .icon {
padding-right: 0.5em;
padding-left: 1em;
}
.map {
margin: 0 auto;
width: 100%;
min-height: 700px;
min-width: 1300px;
height: 85vh;
} | src/floorplan.css | h3 {
font-weight: normal;
}
body {
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
min-width: 860px;
}
.home {
-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
box-shadow: 0px 1px 0px 0px #f0f7fa;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
background-color:#33bdef;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #057fd0;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:0px -1px 0px #5b6178;
margin: 0 auto;
}
.home:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
background-color:#019ad2;
}
.home:active {
position:relative;
top:1px;
}
.container {
margin: 0 auto;
max-width: 1460px;
display: flex;
align-items: center;
padding: 0.5rem;
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
color: #ffffff;
font-weight: 700;
padding: 10px 20px 10px 20px;
text-decoration: none;
margin-bottom: 1em;
}
.search {
width: 25rem;
vertical-align: middle;
}
.caption {
padding: 6px 8px;
font-weight: normal;
}
.selectize__container {
position: relative;
height: 36px;
}
.selectize__button {
border: 1px solid #d0d0d0;
padding: 6px 8px;
padding-right: 62px;
width: 100%;
height: 35px;
z-index: 1;
cursor: pointer;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
color: #303030;
background-color: #fff;
text-align: left;
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
font-size: 15px;
line-height: 21px;
-webkit-font-smoothing: inherit;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.selectize__button:focus {
outline: none !important;
border-color: #66afe9;
}
.selectize__button--light {
color: #808080;
cursor: auto;
}
.selectize__textfield {
border: 1px solid #d0d0d0;
padding: 6px 8px;
padding-right: 62px;
width: 100%;
height: 35px;
z-index: 1;
cursor: pointer;
text-overflow: ellipsis;
overflow-x: hidden;
white-space: nowrap;
color: #303030;
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
font-size: 15px;
line-height: 21px;
-webkit-font-smoothing: inherit;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.selectize__textfield:focus {
outline: none !important;
border-color: #66afe9;
}
.selectize__textfield--no-selection::-webkit-input-placeholder {
color: #808080;
}
.selectize__textfield--no-selection::-moz-placeholder {
color: #808080;
}
.selectize__textfield--no-selection:-ms-input-placeholder {
color: #808080;
}
.selectize__textfield--no-selection:-moz-placeholder {
color: #808080;
}
.selectize__textfield--selection::-webkit-input-placeholder {
color: #303030;
}
.selectize__textfield--selection::-moz-placeholder {
color: #303030;
}
.selectize__textfield--selection:-ms-input-placeholder {
color: #303030;
}
.selectize__textfield--selection:-moz-placeholder {
color: #303030;
}
.selectize__textfield--menu-open {
cursor: auto;
}
.selectize__menu-toggle {
z-index: 1000;
color: #808080;
display: flex;
flex-flow: column;
justify-content: center;
height: 35px;
width: 1.8rem;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.selectize__menu-toggle:hover {
color: #555;
}
.selectize__menu {
z-index: 2000;
width: 100%;
margin-top: 5px;
background: white;
color: black;
max-height: 20rem;
overflow-y: scroll;
padding: 0;
margin: 2px 0 0 0;
color: #000;
background: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize__list {
list-style: none;
padding: 0;
margin: auto;
overflow-y: auto;
}
.selectize__item {
display: block;
padding: 9px 8px;
cursor: pointer;
font-size: 16px;
line-height: 24px;
color: #555;
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
font-weight: normal;
}
.selectize__item--mouse-selected {
background-color: #fafafa;
color: #495c68;
}
.selectize__item--key-selected {
background-color: #f5fafd;
color: #495c68;
}
.selectize__divider {
display: block;
padding-top: 8px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 8px;
border-bottom: 1px solid #ccc;
font-size: 12px;
line-height: 1;
color: #555;
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
font-weight: normal;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.selectize__icon {
color: #808080;
}
input[type="radio"], input[type="checkbox"] {
display: none;
}
.icon {
width: 25px;
height: 25px;
stroke: #f3aa7d;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
cursor: pointer;
}
.icon:hover, .icon:focus, .icon:active, input:checked ~ .icon {
-webkit-transform: scale(1.1);
transform: scale(1.1);
stroke: #eb7125;
}
.icon:hover {
transition: stroke .15s ease-in;
}
.media {
width: 25px;
height: 25px;
}
label {
display: inline-block;
text-align: left;
line-height: 2em;
}
.check-green > .icon {
stroke: rgba(0%, 69%, 31.4%, 50%);
}
.check-green > .icon:hover, .check-green > input[type="checkbox"]:checked ~ .icon {
stroke: rgba(0%, 69%, 31.4%, 80%);
}
.check-blue > .icon {
stroke: rgba(0%, 43.9%, 75.3%, 50%);
}
.check-blue > .icon:hover, .check-blue > input[type="checkbox"]:checked ~ .icon {
stroke: rgba(0%, 43.9%, 75.3%, 80%);
}
.check-red {
padding-right: 0.3em;
}
.check-red > .icon {
stroke: rgba(93.73%, 44.31%, 45.1%, 50%);
}
.check-red > .icon:hover, .check-red > input[type="checkbox"]:checked ~ .icon {
stroke: rgba(93.73%, 44.31%, 45.1%, 80%);
}
.check-yellow > .icon {
stroke: rgba(100%, 100%, 0%, 50%);
}
.check-yellow > .icon:hover, .check-yellow > input[type="checkbox"]:checked ~ .icon {
stroke: rgba(100%, 100%, 0%, 80%);
}
label > .icon {
padding-right: 0.5em;
padding-left: 1em;
}
.map {
margin: 0 auto;
width: 100%;
min-height: 700px;
min-width: 1300px;
height: 85vh;
} | 0.300746 | 0.136695 |
section {
font-family: 'OpenSans', sans-serif;
position: relative;
margin: auto;
min-width: 400px;
max-width: 640px; }
section a {
color: #ef5ba1;
text-decoration: none; }
.link {
text-decoration: underline; }
.intro {
position: relative;
display: flex;
flex-flow: column wrap;
text-align: center;
align-items: center; }
.intro a {
color: unset; }
.intro-info-place-title {
font-size: 33px;
font-weight: 800;
margin: 0 70px;
padding-top: 20px; }
.intro-info-edition {
padding-top: 15px;
font-size: 18px;
font-weight: bold; }
.intro-info-edition sup {
font-size: 14px; }
.intro-info-date {
font-size: 24px;
font-weight: bold;
padding-bottom: 20px; }
.intro-info-date sup {
font-size: 18px; }
.intro-info-buttons {
display: flex;
flex-flow: row wrap;
justify-content: space-around; }
.intro-info-buttons-button {
border-radius: 4px;
border: 1px solid transparent;
cursor: pointer;
flex: 0.3 0 auto;
display: flex;
flex-flow: column wrap; }
.intro-info-buttons-button-text {
height: 60px;
font-size: 24px;
font-weight: bold;
line-height: 60px;
border-radius: 4px;
background-color: #1a73ba;
color: #fff; }
.intro-info-buttons-button-sub-text {
color: #000;
font-style: italic;
font-size: 14px;
padding: 5px; }
.intro-info-subnote {
display: flex;
justify-content: center;
padding: 20px; }
.intro-info-subnote .youtube {
background: url("https://vikytech.github.io/geeknight/img/youtube-logo.svg") center no-repeat;
background-size: 70px;
flex: 0 1 15%; }
.intro .line {
border-top: 1px solid;
margin: 10px; }
.agenda-heading {
height: 50px;
line-height: 50px;
text-align: center;
background-color: #6a2569; }
.agenda-heading-text {
font-size: 24px;
font-weight: 800;
color: #000;
text-transform: uppercase;
color: #fff; }
.agenda .content .speakers {
margin: 0px auto; }
.agenda .content .speakers .speaker-details {
display: flex;
flex-flow: row wrap;
border-bottom: 1px solid #000;
padding: 20px 30px; }
.agenda .content .speakers .speaker-details .time {
flex: 1 1 20%;
padding-top: 5px;
font-weight: 800;
text-transform: uppercase;
align-self: flex-start; }
.agenda .content .speakers .speaker-details .speaker-detail {
flex: 1 0 80%;
display: flex;
flex-flow: column;
align-items: flex-start; }
.agenda .content .speakers .speaker-details .speaker-detail .img {
border-radius: 20px;
width: 80px;
height: 80px;
margin: 5px 5px 5px 0;
flex: 1 1 10%; }
.agenda .content .speakers .speaker-details .speaker-detail .title {
color: #ef5ba1;
font-size: 20px;
font-weight: bold;
flex: 1 1 auto; }
.agenda .content .speakers .speaker-details .speaker-detail .title-default {
color: #000;
font-size: 20px;
font-weight: bold; }
.agenda .content .speakers .speaker-details .speaker-detail .subtitle {
display: block;
color: #4a4a4a;
font-size: 15px;
font-style: italic;
text-align: justify;
padding: 0 0 10px 0;
line-height: 1.5;
max-height: 55px;
overflow: hidden; }
.agenda .content .speakers .speaker-details .speaker-detail .subtitle.show {
max-height: none; }
.agenda .content .speakers .speaker-details .speaker-detail .name {
font-size: 15px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: flex-start;
flex: 1 0 30%; }
.agenda .content .speakers .speaker-details .speaker-detail .name .speaker-description {
font-size: 12px;
font-weight: normal;
padding-top: 5px;
text-align: justify;
line-height: 1.5; }
.agenda .content .speakers .speaker-details .speaker-detail .name .profile {
width: 95%; }
.agenda .content .speakers .speaker-details .speaker-detail .motivation {
font-size: 15px;
font-weight: bold;
flex: 1 0 10%; }
.agenda .content .speakers .speaker-details .speaker-detail .live {
height: 300px;
width: 100%; }
.gratitude-heading {
height: 50px;
line-height: 50px;
text-align: center;
background-color: #6a2569; }
.gratitude-heading-text {
font-size: 24px;
font-weight: 800;
color: #000;
text-transform: uppercase;
color: #fff; }
.gratitude .content {
margin: 0 0 50px 0; }
.gratitude .content .organizers {
margin: 0px auto;
display: flex;
flex-flow: row wrap;
justify-content: space-evenly; }
.gratitude .content .organizers .name {
font-size: 15px;
font-weight: bold;
display: flex;
flex-flow: column;
align-items: center;
padding: 10px 2rem; }
.gratitude .content .organizers .img {
border-radius: 10px;
width: 80px;
height: 80px;
margin: 5px 5px 5px 0; } | docs/css/app.css | section {
font-family: 'OpenSans', sans-serif;
position: relative;
margin: auto;
min-width: 400px;
max-width: 640px; }
section a {
color: #ef5ba1;
text-decoration: none; }
.link {
text-decoration: underline; }
.intro {
position: relative;
display: flex;
flex-flow: column wrap;
text-align: center;
align-items: center; }
.intro a {
color: unset; }
.intro-info-place-title {
font-size: 33px;
font-weight: 800;
margin: 0 70px;
padding-top: 20px; }
.intro-info-edition {
padding-top: 15px;
font-size: 18px;
font-weight: bold; }
.intro-info-edition sup {
font-size: 14px; }
.intro-info-date {
font-size: 24px;
font-weight: bold;
padding-bottom: 20px; }
.intro-info-date sup {
font-size: 18px; }
.intro-info-buttons {
display: flex;
flex-flow: row wrap;
justify-content: space-around; }
.intro-info-buttons-button {
border-radius: 4px;
border: 1px solid transparent;
cursor: pointer;
flex: 0.3 0 auto;
display: flex;
flex-flow: column wrap; }
.intro-info-buttons-button-text {
height: 60px;
font-size: 24px;
font-weight: bold;
line-height: 60px;
border-radius: 4px;
background-color: #1a73ba;
color: #fff; }
.intro-info-buttons-button-sub-text {
color: #000;
font-style: italic;
font-size: 14px;
padding: 5px; }
.intro-info-subnote {
display: flex;
justify-content: center;
padding: 20px; }
.intro-info-subnote .youtube {
background: url("https://vikytech.github.io/geeknight/img/youtube-logo.svg") center no-repeat;
background-size: 70px;
flex: 0 1 15%; }
.intro .line {
border-top: 1px solid;
margin: 10px; }
.agenda-heading {
height: 50px;
line-height: 50px;
text-align: center;
background-color: #6a2569; }
.agenda-heading-text {
font-size: 24px;
font-weight: 800;
color: #000;
text-transform: uppercase;
color: #fff; }
.agenda .content .speakers {
margin: 0px auto; }
.agenda .content .speakers .speaker-details {
display: flex;
flex-flow: row wrap;
border-bottom: 1px solid #000;
padding: 20px 30px; }
.agenda .content .speakers .speaker-details .time {
flex: 1 1 20%;
padding-top: 5px;
font-weight: 800;
text-transform: uppercase;
align-self: flex-start; }
.agenda .content .speakers .speaker-details .speaker-detail {
flex: 1 0 80%;
display: flex;
flex-flow: column;
align-items: flex-start; }
.agenda .content .speakers .speaker-details .speaker-detail .img {
border-radius: 20px;
width: 80px;
height: 80px;
margin: 5px 5px 5px 0;
flex: 1 1 10%; }
.agenda .content .speakers .speaker-details .speaker-detail .title {
color: #ef5ba1;
font-size: 20px;
font-weight: bold;
flex: 1 1 auto; }
.agenda .content .speakers .speaker-details .speaker-detail .title-default {
color: #000;
font-size: 20px;
font-weight: bold; }
.agenda .content .speakers .speaker-details .speaker-detail .subtitle {
display: block;
color: #4a4a4a;
font-size: 15px;
font-style: italic;
text-align: justify;
padding: 0 0 10px 0;
line-height: 1.5;
max-height: 55px;
overflow: hidden; }
.agenda .content .speakers .speaker-details .speaker-detail .subtitle.show {
max-height: none; }
.agenda .content .speakers .speaker-details .speaker-detail .name {
font-size: 15px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: flex-start;
flex: 1 0 30%; }
.agenda .content .speakers .speaker-details .speaker-detail .name .speaker-description {
font-size: 12px;
font-weight: normal;
padding-top: 5px;
text-align: justify;
line-height: 1.5; }
.agenda .content .speakers .speaker-details .speaker-detail .name .profile {
width: 95%; }
.agenda .content .speakers .speaker-details .speaker-detail .motivation {
font-size: 15px;
font-weight: bold;
flex: 1 0 10%; }
.agenda .content .speakers .speaker-details .speaker-detail .live {
height: 300px;
width: 100%; }
.gratitude-heading {
height: 50px;
line-height: 50px;
text-align: center;
background-color: #6a2569; }
.gratitude-heading-text {
font-size: 24px;
font-weight: 800;
color: #000;
text-transform: uppercase;
color: #fff; }
.gratitude .content {
margin: 0 0 50px 0; }
.gratitude .content .organizers {
margin: 0px auto;
display: flex;
flex-flow: row wrap;
justify-content: space-evenly; }
.gratitude .content .organizers .name {
font-size: 15px;
font-weight: bold;
display: flex;
flex-flow: column;
align-items: center;
padding: 10px 2rem; }
.gratitude .content .organizers .img {
border-radius: 10px;
width: 80px;
height: 80px;
margin: 5px 5px 5px 0; } | 0.442637 | 0.073264 |
.app-ban{
position: relative;
height: 420px;
background: url("../img/loadApp/xiazaiye-_02.jpg") no-repeat center;
}
.app-ban-img{
position: absolute;
top: 200px;
left: 632px;
width: 308px;
height: 96px;
}
.app-ban-text{
float: right;
width: 190px;
}
.app-ban-text a{
color: white;
font-size: 17px;
}
.app-ban-text-top{
display: flex;
align-items: center;
width: 100%;
height: 37px;
background: #E62E36;
margin-bottom: 15px;
border-radius: 5px ;
}
.app-ban-text-top a:before{
content: '';
display: inline-block;
width: 22px;
height: 27px;
background: url("../img/loadApp/iph.png") no-repeat center;
vertical-align: middle;
margin-right: 15px;
margin-left: 20px;
}
.app-ban-text-bottom{
width: 100%;
height: 37px;
background: #A0C842;
border-radius: 5px ;
display: flex;
align-items: center;
}
.app-ban-text-bottom a:before{
content: '';
display: inline-block;
width: 22px;
height: 27px;
background: url("../img/loadApp/and.png") no-repeat center;
vertical-align: middle;
margin-right: 5px;
margin-left: 20px;
}
/*download*/
.download{
width: 1200px;
margin: 0 auto;
padding-top: 62px;
}
.down-img{
display: flex;
justify-content: center;
margin-bottom: 15px;
}
.down-text{
height: 25px;
line-height: 25px;
font-size: 25px;
font-weight: bold;
font-family: '黑体';
text-align: center;
}
.down-list{
margin-top: 62px;
overflow: hidden;
}
.down-list-item{
float: left;
margin-right: 10px;
margin-bottom: 10px;
width: 390px;
height: 216px;
box-sizing: border-box;
border: 1px solid #EAEAEA;
white-space: nowrap;
font-size: 0;
}
.down-list-item-left{
float: left;
margin-top: 20px;
margin-left: 20px;
}
.down-list-item-rigth{
float: left;
width: 168px;
}
.down-list-item-rigth p:first-child{
margin-top: 70px ;
height: 24px;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.down-list-item-rigth .text{
width: 168px;
height: 20px;
font-size: 14px;
white-space: normal;
}
/*banner图2*/
.app-ban2{
position: relative;
height: 432px;
background-color: #FBF8F8;
margin-top: 24px;
}
.app-ban2-left{
position: absolute;
top: 150px;
left: 300px;
}
.app-ban2-left p{
margin-top: 10px;
margin-left: -40px;
font-size: 22px;
font-weight: bold;
}
.app-ban2-right{
position: absolute;
top: 20px;
right: 300px;
}
/*banner图3*/
.app-ban3{
position: relative;
height: 432px;
margin-top: 24px;
}
.app-ban3-left{
position: absolute;
top: 20px;
left: 250px;
}
.app-ban3-right p{
margin-top: 10px;
margin-left: -40px;
font-size: 22px;
font-weight: bold;
}
.app-ban3-right{
position: absolute;
top: 150px;
right: 250px;
}
/*banner图4*/
.app-ban4{
position: relative;
height: 480px;
background-color: #FBF8F8;
margin-top: 24px;
}
.app-ban4-left{
position: absolute;
top: 150px;
left: 200px;
}
.app-ban4-left p{
margin-top: 10px;
margin-left: -40px;
font-size: 22px;
font-weight: bold;
}
.app-ban4-right{
position: absolute;
top: 20px;
right: 250px;
} | css/loadApp.css | .app-ban{
position: relative;
height: 420px;
background: url("../img/loadApp/xiazaiye-_02.jpg") no-repeat center;
}
.app-ban-img{
position: absolute;
top: 200px;
left: 632px;
width: 308px;
height: 96px;
}
.app-ban-text{
float: right;
width: 190px;
}
.app-ban-text a{
color: white;
font-size: 17px;
}
.app-ban-text-top{
display: flex;
align-items: center;
width: 100%;
height: 37px;
background: #E62E36;
margin-bottom: 15px;
border-radius: 5px ;
}
.app-ban-text-top a:before{
content: '';
display: inline-block;
width: 22px;
height: 27px;
background: url("../img/loadApp/iph.png") no-repeat center;
vertical-align: middle;
margin-right: 15px;
margin-left: 20px;
}
.app-ban-text-bottom{
width: 100%;
height: 37px;
background: #A0C842;
border-radius: 5px ;
display: flex;
align-items: center;
}
.app-ban-text-bottom a:before{
content: '';
display: inline-block;
width: 22px;
height: 27px;
background: url("../img/loadApp/and.png") no-repeat center;
vertical-align: middle;
margin-right: 5px;
margin-left: 20px;
}
/*download*/
.download{
width: 1200px;
margin: 0 auto;
padding-top: 62px;
}
.down-img{
display: flex;
justify-content: center;
margin-bottom: 15px;
}
.down-text{
height: 25px;
line-height: 25px;
font-size: 25px;
font-weight: bold;
font-family: '黑体';
text-align: center;
}
.down-list{
margin-top: 62px;
overflow: hidden;
}
.down-list-item{
float: left;
margin-right: 10px;
margin-bottom: 10px;
width: 390px;
height: 216px;
box-sizing: border-box;
border: 1px solid #EAEAEA;
white-space: nowrap;
font-size: 0;
}
.down-list-item-left{
float: left;
margin-top: 20px;
margin-left: 20px;
}
.down-list-item-rigth{
float: left;
width: 168px;
}
.down-list-item-rigth p:first-child{
margin-top: 70px ;
height: 24px;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.down-list-item-rigth .text{
width: 168px;
height: 20px;
font-size: 14px;
white-space: normal;
}
/*banner图2*/
.app-ban2{
position: relative;
height: 432px;
background-color: #FBF8F8;
margin-top: 24px;
}
.app-ban2-left{
position: absolute;
top: 150px;
left: 300px;
}
.app-ban2-left p{
margin-top: 10px;
margin-left: -40px;
font-size: 22px;
font-weight: bold;
}
.app-ban2-right{
position: absolute;
top: 20px;
right: 300px;
}
/*banner图3*/
.app-ban3{
position: relative;
height: 432px;
margin-top: 24px;
}
.app-ban3-left{
position: absolute;
top: 20px;
left: 250px;
}
.app-ban3-right p{
margin-top: 10px;
margin-left: -40px;
font-size: 22px;
font-weight: bold;
}
.app-ban3-right{
position: absolute;
top: 150px;
right: 250px;
}
/*banner图4*/
.app-ban4{
position: relative;
height: 480px;
background-color: #FBF8F8;
margin-top: 24px;
}
.app-ban4-left{
position: absolute;
top: 150px;
left: 200px;
}
.app-ban4-left p{
margin-top: 10px;
margin-left: -40px;
font-size: 22px;
font-weight: bold;
}
.app-ban4-right{
position: absolute;
top: 20px;
right: 250px;
} | 0.48438 | 0.064742 |
body {
background: #e0e0ff; /* Old browsers */
background: -webkit-linear-gradient(left, #ffffff, #e0e0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #ffffff, #e0e0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #ffffff, #e0e0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(left, #ffffff, #e0e0ff); /* Old IE */
background: linear-gradient(to right, #ffffff, #e0e0ff); /* Standard */
}
/**** Title ****/
.title {
color: white;
background-color: #303088;
}
.title-right {
background: #a0a0ff; /* Old browsers */
background: -webkit-linear-gradient(#8080ff, #a0a0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#8080ff, #a0a0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#8080ff, #a0a0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#8080ff, #a0a0ff); /* Old IE */
background: linear-gradient(#8080ff, #a0a0ff); /* Standard */
color: white;
}
.title-right:hover {
background: #8080ff; /* Old browsers */
background: -webkit-linear-gradient(#4040ff, #8080ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#4040ff, #8080ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#4040ff, #8080ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#4040ff, #8080ff); /* Old IE */
background: linear-gradient(#4040ff, #8080ff); /* Standard */
}
/**** Group ****/
.group-header {
background: #a0a0ff; /* Old browsers */
background: -webkit-linear-gradient(#6060ff, #a0a0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#6060ff, #a0a0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#6060ff, #a0a0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#6060ff, #a0a0ff); /* Old IE */
background: linear-gradient(#6060ff, #a0a0ff); /* Standard */
box-shadow: 3px 3px 0px 0px #5050ff;
}
.group-header:hover {
background: #6060ff; /* Old browsers */
background: -webkit-linear-gradient(#4040ff, #6060ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#4040ff, #6060ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#4040ff, #6060ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#4040ff, #6060ff); /* Old IE */
background: linear-gradient(#4040ff, #6060ff); /* Standard */
}
/**** General item styles ****/
.item-insidecontainer {
background: #c0c0ff; /* Old browsers */
background: -webkit-linear-gradient(#a0a0ff, #c0c0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#a0a0ff, #c0c0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#a0a0ff, #c0c0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#a0a0ff, #c0c0ff); /* Old IE */
background: linear-gradient(#a0a0ff, #c0c0ff); /* Standard */
box-shadow: 3px 3px 0px 0px #9090ff;
}
.cursor-pointer:hover {
background: #a0a0ff; /* Old browsers */
background: -webkit-linear-gradient(#707070, #a0a0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#707070, #a0a0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#707070, #a0a0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#707070, #a0a0ff); /* Old IE */
background: linear-gradient(#707070, #a0a0ff); /* Standard */
}
.item-center {
background-color: #8080ff;
}
.item-center:hover {
background-color: #6060ff;
}
.button {
background: #c0c0ff; /* Old browsers */
background: -webkit-linear-gradient(#a0a0ff, #c0c0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#a0a0ff, #c0c0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#a0a0ff, #c0c0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#a0a0ff, #c0c0ff); /* Old IE */
background: linear-gradient(#a0a0ff, #c0c0ff); /* Standard */
}
.button:hover {
background: #a0a0ff; /* Old browsers */
background: -webkit-linear-gradient(#707070, #a0a0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#707070, #a0a0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#707070, #a0a0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#707070, #a0a0ff); /* Old IE */
background: linear-gradient(#707070, #a0a0ff); /* Standard */
}
/**** Image item ****/
.item-insidecontainer-image:hover {
background: #a0a0ff; /* Old browsers */
background: -webkit-linear-gradient(#707070, #a0a0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#707070, #a0a0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#707070, #a0a0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#707070, #a0a0ff); /* Old IE */
background: linear-gradient(#707070, #a0a0ff); /* Standard */
}
/**** Switch item ****/
.switch-position {
background-color: #ffffff;
box-shadow: 2px 2px 0px 0px rgba(100, 100, 100, 1);
}
.item-right-switch {
background-color: #8080ff;
}
.item-right-switch:hover {
background-color: #6060ff;
}
/**** Level item ****/
.level-position {
background-color: #ffffff;
background: rgba(255, 255, 255, 0.7);
box-shadow: 2px 2px 0px 0px rgba(100, 100, 100, 1);
} | modules/thc_Web/www_simple/thc_Web_ColorBlue.css |
body {
background: #e0e0ff; /* Old browsers */
background: -webkit-linear-gradient(left, #ffffff, #e0e0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #ffffff, #e0e0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #ffffff, #e0e0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(left, #ffffff, #e0e0ff); /* Old IE */
background: linear-gradient(to right, #ffffff, #e0e0ff); /* Standard */
}
/**** Title ****/
.title {
color: white;
background-color: #303088;
}
.title-right {
background: #a0a0ff; /* Old browsers */
background: -webkit-linear-gradient(#8080ff, #a0a0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#8080ff, #a0a0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#8080ff, #a0a0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#8080ff, #a0a0ff); /* Old IE */
background: linear-gradient(#8080ff, #a0a0ff); /* Standard */
color: white;
}
.title-right:hover {
background: #8080ff; /* Old browsers */
background: -webkit-linear-gradient(#4040ff, #8080ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#4040ff, #8080ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#4040ff, #8080ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#4040ff, #8080ff); /* Old IE */
background: linear-gradient(#4040ff, #8080ff); /* Standard */
}
/**** Group ****/
.group-header {
background: #a0a0ff; /* Old browsers */
background: -webkit-linear-gradient(#6060ff, #a0a0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#6060ff, #a0a0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#6060ff, #a0a0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#6060ff, #a0a0ff); /* Old IE */
background: linear-gradient(#6060ff, #a0a0ff); /* Standard */
box-shadow: 3px 3px 0px 0px #5050ff;
}
.group-header:hover {
background: #6060ff; /* Old browsers */
background: -webkit-linear-gradient(#4040ff, #6060ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#4040ff, #6060ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#4040ff, #6060ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#4040ff, #6060ff); /* Old IE */
background: linear-gradient(#4040ff, #6060ff); /* Standard */
}
/**** General item styles ****/
.item-insidecontainer {
background: #c0c0ff; /* Old browsers */
background: -webkit-linear-gradient(#a0a0ff, #c0c0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#a0a0ff, #c0c0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#a0a0ff, #c0c0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#a0a0ff, #c0c0ff); /* Old IE */
background: linear-gradient(#a0a0ff, #c0c0ff); /* Standard */
box-shadow: 3px 3px 0px 0px #9090ff;
}
.cursor-pointer:hover {
background: #a0a0ff; /* Old browsers */
background: -webkit-linear-gradient(#707070, #a0a0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#707070, #a0a0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#707070, #a0a0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#707070, #a0a0ff); /* Old IE */
background: linear-gradient(#707070, #a0a0ff); /* Standard */
}
.item-center {
background-color: #8080ff;
}
.item-center:hover {
background-color: #6060ff;
}
.button {
background: #c0c0ff; /* Old browsers */
background: -webkit-linear-gradient(#a0a0ff, #c0c0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#a0a0ff, #c0c0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#a0a0ff, #c0c0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#a0a0ff, #c0c0ff); /* Old IE */
background: linear-gradient(#a0a0ff, #c0c0ff); /* Standard */
}
.button:hover {
background: #a0a0ff; /* Old browsers */
background: -webkit-linear-gradient(#707070, #a0a0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#707070, #a0a0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#707070, #a0a0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#707070, #a0a0ff); /* Old IE */
background: linear-gradient(#707070, #a0a0ff); /* Standard */
}
/**** Image item ****/
.item-insidecontainer-image:hover {
background: #a0a0ff; /* Old browsers */
background: -webkit-linear-gradient(#707070, #a0a0ff); /* Safari 5.1 to 6.0 */
background: -o-linear-gradient(#707070, #a0a0ff); /* Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#707070, #a0a0ff); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#707070, #a0a0ff); /* Old IE */
background: linear-gradient(#707070, #a0a0ff); /* Standard */
}
/**** Switch item ****/
.switch-position {
background-color: #ffffff;
box-shadow: 2px 2px 0px 0px rgba(100, 100, 100, 1);
}
.item-right-switch {
background-color: #8080ff;
}
.item-right-switch:hover {
background-color: #6060ff;
}
/**** Level item ****/
.level-position {
background-color: #ffffff;
background: rgba(255, 255, 255, 0.7);
box-shadow: 2px 2px 0px 0px rgba(100, 100, 100, 1);
} | 0.270577 | 0.112844 |
html{
display: flex;
flex-direction: column;
color: rgb(59, 59, 59);
text-align: center;
align-items: center;
justify-content: center;
font-size: calc(7px + 2vmin);
background-color:white;
font-family:monospace;
background-image:url('bkgrnd.jpg');
background-repeat:repeat-y;
background-size:15em;
background-position-y: -250px;
line-height: 1.5;
}
.navbar {
border-radius: 50px;
margin: 50px 0px;
width: 100%;
}
.navbar a {
color: black;
text-align: center;
padding: 14px;
text-decoration: none;
border-radius: 50px;
margin-top: 2px;
}
.navbar a.active{
background-color:rgb(72, 72, 214);
color: white;
text-align: center;
padding: 14px;
text-decoration: none;
border-radius: 50px;
margin-top: 2px;
}
h3{
line-height: 1.5;
}
.tmain{
align-items:stretch;
justify-content: center;
padding:0px 30vw;
}
.tmain th{
padding:10px;
text-align:justify;
}
.liref,.lirem,.dival{
text-align:left;
}
.liref{
float:left;
}
.dival p{
margin-top:-40px;
padding:20px;
}
.tccolumn {
float: left;
width: 50%;
}
.tcrow:after {
content: "";
display: table;
clear: both;
}
.tccolumn4 {
float: left;
width: 40%;
font-size:50px;
margin-top:-50px;
}
.tcobject{
zoom: 2;
-moz-transform: scale(2);
-moz-transform-origin: 0 0;
-o-transform: scale(2);
-o-transform-origin: 0 0;
-webkit-transform: scale(2);
-webkit-transform-origin: 0 0;
min-height: 101%;
height: 100px;
overflow:hidden;
}
.tccolumn6 {
float: left;
width: 60%;
margin-top:-120px;
}
#tcoutput{
padding:20px;
width:100%;
margin-top:-12%;
align-items:center;
}
.tcrow:after {
content: "";
display: table;
clear: both;
}
.tccontainer{
clear:both;
display:block;
text-align:left;
font-size:25px;
}
.tcase{
font-family: Arial;
font-size: 1000px;
}
.diframe{
border:0;
width:100%;
height:100vh;
display: block;
}
.timing{
text-align: left;
padding:30px;
} | Assignment-2/Documentation/main.css | html{
display: flex;
flex-direction: column;
color: rgb(59, 59, 59);
text-align: center;
align-items: center;
justify-content: center;
font-size: calc(7px + 2vmin);
background-color:white;
font-family:monospace;
background-image:url('bkgrnd.jpg');
background-repeat:repeat-y;
background-size:15em;
background-position-y: -250px;
line-height: 1.5;
}
.navbar {
border-radius: 50px;
margin: 50px 0px;
width: 100%;
}
.navbar a {
color: black;
text-align: center;
padding: 14px;
text-decoration: none;
border-radius: 50px;
margin-top: 2px;
}
.navbar a.active{
background-color:rgb(72, 72, 214);
color: white;
text-align: center;
padding: 14px;
text-decoration: none;
border-radius: 50px;
margin-top: 2px;
}
h3{
line-height: 1.5;
}
.tmain{
align-items:stretch;
justify-content: center;
padding:0px 30vw;
}
.tmain th{
padding:10px;
text-align:justify;
}
.liref,.lirem,.dival{
text-align:left;
}
.liref{
float:left;
}
.dival p{
margin-top:-40px;
padding:20px;
}
.tccolumn {
float: left;
width: 50%;
}
.tcrow:after {
content: "";
display: table;
clear: both;
}
.tccolumn4 {
float: left;
width: 40%;
font-size:50px;
margin-top:-50px;
}
.tcobject{
zoom: 2;
-moz-transform: scale(2);
-moz-transform-origin: 0 0;
-o-transform: scale(2);
-o-transform-origin: 0 0;
-webkit-transform: scale(2);
-webkit-transform-origin: 0 0;
min-height: 101%;
height: 100px;
overflow:hidden;
}
.tccolumn6 {
float: left;
width: 60%;
margin-top:-120px;
}
#tcoutput{
padding:20px;
width:100%;
margin-top:-12%;
align-items:center;
}
.tcrow:after {
content: "";
display: table;
clear: both;
}
.tccontainer{
clear:both;
display:block;
text-align:left;
font-size:25px;
}
.tcase{
font-family: Arial;
font-size: 1000px;
}
.diframe{
border:0;
width:100%;
height:100vh;
display: block;
}
.timing{
text-align: left;
padding:30px;
} | 0.436622 | 0.093223 |
body{
background: #ebebeb;
}
.content{
/* border: 1px solid #ddd; */
box-sizing: border-box;
/* background: #f6f6f6; */
width: 1000px;
margin: 30px auto;
}
.content a:hover{
text-decoration: underline;
}
.content .userde{
margin-bottom: 20px;
display: flex;
justify-content: space-between;
}
.content .userde .uimgana{
display: flex;
justify-content: space-between;
}
.content .userde .uimgana img{
border: 5px solid #fff;
border-radius: 3px;
box-shadow: 3px 3px 3px #bbb;
}
.content .userde .uimgana .una{
margin-left: 15px;
}
.content .userde .uimgana .una p{
font-size: 16px;
}
.content .userde .opbtn a{
display: block;
margin: 10px;
}
.content .ulbtn{
display: flex;
margin-bottom: 0px;
}
.content .ulbtn li{
margin-right: 5px;
}
.content .ulbtn li a{
display: block;
border: 1px solid #CCC;
/* border-bottom-color: #FFF; */
background: #E5EDF2;
padding: 7px 10px;
font-size: 12px;
}
.content .ulbtn li a.display{
background: #fff;
border-bottom: 1px solid #fff;
}
.content .ulbtn li a:hover{
text-decoration: none;
}
.content .ucon{
background: #fff;
border: 1px solid #ddd;
border-top: none;
box-sizing: border-box;
padding: 30px;
}
.content .ucon span.grayiro{
color: #5d5d5d;
}
.content .ucon .uconrow{
border-bottom: 1px dashed #CDCDCD;
}
.content .ucon .aandr{
display: flex;
}
.displaybtn{
font-weight: bold;
}
.uarttable{
width: 100%;
border-top: 1px dashed #CDCDCD;
}
.uarttable .th td:nth-child(1){
padding-left: 20px;
}
.uarttable .arttitle{
box-sizing: border-box;
padding: 0px 20px;
width: 600px;
}
.uarttable .arttitle div{
min-height: 35px;
}
.uarttable .comrow{
height: 35px!important;
line-height: 35px;
}
.uarttable .comcontent{
font-size: 12px;
max-height: 35px!important;
display: flex;
overflow: hidden;
}
.uarttable .comcontent a{
color: #aaa;
}
.uarttable .comcontent p{
margin: 0px;
}
.uarttable .comcontent>img{
margin-top: 10px;
}
.uarttable .comcontent>img:nth-child(1){
margin-right: 5px;
}
.uarttable .comcontent>img:nth-last-child(1){
margin-left: 5px;
}
.uarttable tr{
height: 44px;
}
.uarttable td{
padding: 5px 0;
border-bottom: 1px solid #DDD;
}
.uarttable .th{
margin-top: 1px;
padding: 0 10px;
border-bottom: 1px solid #CDCDCD;
background: #F5F5F5;
}
.hascom>td{
border-bottom: none;
}
.con2{
background: #fff;
display: flex;
}
.content .left{
width: 150px;
}
.content .left .letitle{
line-height: 50px;
border-bottom: 1px dashed #CDCDCD;
font-size: 16px;
padding-left: 20px;
}
.content .left ul{
margin: 0;
}
.content .left li{
border-bottom: 1px solid #E5E5E5;
}
.content .left li a{
display: block;
height: 40px;
line-height: 40px;
padding-left: 20px;
}
.content .left li a:hover{
text-decoration: none;
}
.content .left li a.eraned{
font-weight: bold;
}
.content .right{
width: 850px;
box-shadow: #e9e9e9 -5px 0px 5px ;
box-sizing: border-box;
padding: 30px;
}
.content .right .row{
display: flex;
margin-bottom: 20px;
}
.content .right .row .rowleft{
width: 100px;
height: 25px;
line-height: 25px;
}
.content .right .row input[type="text"],.content .right .row input[type="password"]{
width: 280px;
height: 25px;
box-shadow: inset 2px 2px 3px #e9e9e9;
border: 1px solid #ddd;
padding: 0 2px;
}
.content .right button{
width: 60px;
height: 30px;
cursor: pointer;
background: #222;
color: #fff;
margin-left: 100px;
}
.content .right button:hover{
background: #404040;
}
.content .right .chimtitle{
margin-top: 10px;
}
.content .right .btn2{
margin-top: 30px;
margin-left: 50px;
}
.useron{
display: flex;
flex-wrap: wrap;
}
.content .userspan{
margin: 10px 4px 0;
padding: 10px;
width: 215px;
height: 58px;
border: 1px solid #F3F3F3;
background: #F9F9F9;
white-space: nowrap;
}
.content .userspan,.content .userspan a{
font-size: 12px;
}
.content .userspan .userimg img{
border-radius: 8px;
padding: 2px;
width: 48px;
height: 48px;
background: #FFF;
border: 1px solid;
border-color: #F5F5F5 #CDCDCD #CDCDCD #F5F5F5;
}
.content .userspan .userimg{
margin-right: 5px;
}
.content .userspan .userimg,.content .userspan .userinfo{
display: inline-block;
}
.content .userspan .userinfo .infobtn a{
color: #8d8d8d;
}
.content .userspan .userinfo .infobtn a:hover{
text-decoration: underline;
}
.sp{
font-size: 12px;
color: #ff0000;
margin-left: 5px;
line-height: 25px;
}
.sphidden{
display: none;
} | public/static/study/css/user.css |
body{
background: #ebebeb;
}
.content{
/* border: 1px solid #ddd; */
box-sizing: border-box;
/* background: #f6f6f6; */
width: 1000px;
margin: 30px auto;
}
.content a:hover{
text-decoration: underline;
}
.content .userde{
margin-bottom: 20px;
display: flex;
justify-content: space-between;
}
.content .userde .uimgana{
display: flex;
justify-content: space-between;
}
.content .userde .uimgana img{
border: 5px solid #fff;
border-radius: 3px;
box-shadow: 3px 3px 3px #bbb;
}
.content .userde .uimgana .una{
margin-left: 15px;
}
.content .userde .uimgana .una p{
font-size: 16px;
}
.content .userde .opbtn a{
display: block;
margin: 10px;
}
.content .ulbtn{
display: flex;
margin-bottom: 0px;
}
.content .ulbtn li{
margin-right: 5px;
}
.content .ulbtn li a{
display: block;
border: 1px solid #CCC;
/* border-bottom-color: #FFF; */
background: #E5EDF2;
padding: 7px 10px;
font-size: 12px;
}
.content .ulbtn li a.display{
background: #fff;
border-bottom: 1px solid #fff;
}
.content .ulbtn li a:hover{
text-decoration: none;
}
.content .ucon{
background: #fff;
border: 1px solid #ddd;
border-top: none;
box-sizing: border-box;
padding: 30px;
}
.content .ucon span.grayiro{
color: #5d5d5d;
}
.content .ucon .uconrow{
border-bottom: 1px dashed #CDCDCD;
}
.content .ucon .aandr{
display: flex;
}
.displaybtn{
font-weight: bold;
}
.uarttable{
width: 100%;
border-top: 1px dashed #CDCDCD;
}
.uarttable .th td:nth-child(1){
padding-left: 20px;
}
.uarttable .arttitle{
box-sizing: border-box;
padding: 0px 20px;
width: 600px;
}
.uarttable .arttitle div{
min-height: 35px;
}
.uarttable .comrow{
height: 35px!important;
line-height: 35px;
}
.uarttable .comcontent{
font-size: 12px;
max-height: 35px!important;
display: flex;
overflow: hidden;
}
.uarttable .comcontent a{
color: #aaa;
}
.uarttable .comcontent p{
margin: 0px;
}
.uarttable .comcontent>img{
margin-top: 10px;
}
.uarttable .comcontent>img:nth-child(1){
margin-right: 5px;
}
.uarttable .comcontent>img:nth-last-child(1){
margin-left: 5px;
}
.uarttable tr{
height: 44px;
}
.uarttable td{
padding: 5px 0;
border-bottom: 1px solid #DDD;
}
.uarttable .th{
margin-top: 1px;
padding: 0 10px;
border-bottom: 1px solid #CDCDCD;
background: #F5F5F5;
}
.hascom>td{
border-bottom: none;
}
.con2{
background: #fff;
display: flex;
}
.content .left{
width: 150px;
}
.content .left .letitle{
line-height: 50px;
border-bottom: 1px dashed #CDCDCD;
font-size: 16px;
padding-left: 20px;
}
.content .left ul{
margin: 0;
}
.content .left li{
border-bottom: 1px solid #E5E5E5;
}
.content .left li a{
display: block;
height: 40px;
line-height: 40px;
padding-left: 20px;
}
.content .left li a:hover{
text-decoration: none;
}
.content .left li a.eraned{
font-weight: bold;
}
.content .right{
width: 850px;
box-shadow: #e9e9e9 -5px 0px 5px ;
box-sizing: border-box;
padding: 30px;
}
.content .right .row{
display: flex;
margin-bottom: 20px;
}
.content .right .row .rowleft{
width: 100px;
height: 25px;
line-height: 25px;
}
.content .right .row input[type="text"],.content .right .row input[type="password"]{
width: 280px;
height: 25px;
box-shadow: inset 2px 2px 3px #e9e9e9;
border: 1px solid #ddd;
padding: 0 2px;
}
.content .right button{
width: 60px;
height: 30px;
cursor: pointer;
background: #222;
color: #fff;
margin-left: 100px;
}
.content .right button:hover{
background: #404040;
}
.content .right .chimtitle{
margin-top: 10px;
}
.content .right .btn2{
margin-top: 30px;
margin-left: 50px;
}
.useron{
display: flex;
flex-wrap: wrap;
}
.content .userspan{
margin: 10px 4px 0;
padding: 10px;
width: 215px;
height: 58px;
border: 1px solid #F3F3F3;
background: #F9F9F9;
white-space: nowrap;
}
.content .userspan,.content .userspan a{
font-size: 12px;
}
.content .userspan .userimg img{
border-radius: 8px;
padding: 2px;
width: 48px;
height: 48px;
background: #FFF;
border: 1px solid;
border-color: #F5F5F5 #CDCDCD #CDCDCD #F5F5F5;
}
.content .userspan .userimg{
margin-right: 5px;
}
.content .userspan .userimg,.content .userspan .userinfo{
display: inline-block;
}
.content .userspan .userinfo .infobtn a{
color: #8d8d8d;
}
.content .userspan .userinfo .infobtn a:hover{
text-decoration: underline;
}
.sp{
font-size: 12px;
color: #ff0000;
margin-left: 5px;
line-height: 25px;
}
.sphidden{
display: none;
} | 0.353205 | 0.072472 |
@import url('https://fonts.googleapis.com/css?family=Sacramento');
@import url('https://fonts.googleapis.com/css?family=Pontano+Sans');
html {
position: relative;
min-height: 100%;
}
body {
font-family: 'Pontano Sans', sans-serif;
overflow-x: hidden;
font-size: 16px;
}
body.sticky-footer {
margin-bottom: 56px;
}
body.sticky-footer .content-wrapper {
min-height: calc(100vh - 56px - 56px);
}
body.fixed-nav {
padding-top: 56px;
}
.content-wrapper {
min-height: calc(100vh - 56px);
padding-top: 1rem;
}
.scroll-to-top {
position: fixed;
right: 15px;
bottom: 3px;
display: none;
width: 50px;
height: 50px;
text-align: center;
color: white;
background: rgba(52, 58, 64, 0.5);
line-height: 45px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
color: white;
}
.scroll-to-top:hover {
background: #343a40;
}
.scroll-to-top i {
font-weight: 800;
}
.smaller {
font-size: 0.7rem;
}
.o-hidden {
overflow: hidden !important;
}
.z-0 {
z-index: 0;
}
.z-1 {
z-index: 1;
}
#mainNav .navbar-collapse {
overflow: auto;
max-height: 75vh;
}
#mainNav .navbar-collapse .navbar-nav .nav-item .nav-link {
cursor: pointer;
}
#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
float: right;
content: '\f107';
font-family: 'FontAwesome';
}
#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse.collapsed:after {
content: '\f105';
}
#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level {
padding-left: 0;
}
#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a {
display: block;
padding: 0.5em 0;
}
#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:focus, #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:hover,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:focus,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:hover {
text-decoration: none;
}
#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a {
padding-left: 1em;
}
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a {
padding-left: 2em;
}
#mainNav .navbar-collapse .sidenav-toggler {
display: none;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link {
position: relative;
min-width: 45px;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
float: right;
width: auto;
content: '\f105';
border: none;
font-family: 'FontAwesome';
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link .indicator {
position: absolute;
top: 5px;
left: 21px;
font-size: 10px;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown.show > .nav-link:after {
content: '\f107';
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message {
overflow: hidden;
max-width: none;
text-overflow: ellipsis;
}
@media (min-width: 992px) {
#mainNav .navbar-brand {
font-family: 'Sacramento', cursive;
color: #a5adb5;
width: 200px;
font-size: 2em;
}
#mainNav .navbar-collapse {
overflow: visible;
max-height: none;
}
#mainNav .navbar-collapse .navbar-sidenav {
position: absolute;
top: 0;
left: 0;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 56px;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item {
width: 200px;
padding: 0;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
padding: 1em;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level,
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level {
padding-left: 0;
list-style: none;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li,
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li {
width: 200px;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a,
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
padding: 1em;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a {
padding-left: 2.75em;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
padding-left: 3.75em;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link {
min-width: 0;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
width: 24px;
text-align: center;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message {
max-width: 300px;
}
}
#mainNav.fixed-top .sidenav-toggler {
display: none;
}
@media (min-width: 992px) {
#mainNav.fixed-top .navbar-sidenav {
height: calc(100vh - 112px);
}
#mainNav.fixed-top .sidenav-toggler {
position: absolute;
top: 0;
left: 0;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-top: calc(100vh - 56px);
}
#mainNav.fixed-top .sidenav-toggler > .nav-item {
width: 200px;
padding: 0;
}
#mainNav.fixed-top .sidenav-toggler > .nav-item > .nav-link {
padding: 1em;
}
}
#mainNav.fixed-top.navbar-dark .sidenav-toggler {
background-color: #212529;
}
#mainNav.fixed-top.navbar-dark .sidenav-toggler a i {
color: #adb5bd;
}
#mainNav.fixed-top.navbar-light .sidenav-toggler {
background-color: #dee2e6;
}
#mainNav.fixed-top.navbar-light .sidenav-toggler a i {
color: rgba(0, 0, 0, 0.5);
}
body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler {
overflow-x: hidden;
width: 55px;
}
body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler .nav-item,
body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler .nav-link {
width: 55px !important;
}
body.sidenav-toggled #mainNav.fixed-top #sidenavToggler i {
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: 'FlipH';
}
#mainNav.static-top .sidenav-toggler {
display: none;
}
@media (min-width: 992px) {
#mainNav.static-top .sidenav-toggler {
display: flex;
}
}
body.sidenav-toggled #mainNav.static-top #sidenavToggler i {
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: 'FlipH';
}
.content-wrapper {
overflow-x: hidden;
background: white;
}
@media (min-width: 992px) {
.content-wrapper {
margin-left: 200px;
}
}
#sidenavToggler i {
font-weight: 800;
}
.navbar-sidenav-tooltip.show {
display: none;
}
@media (min-width: 992px) {
body.sidenav-toggled .content-wrapper {
margin-left: 55px;
}
}
body.sidenav-toggled .navbar-sidenav {
width: 55px;
}
body.sidenav-toggled .navbar-sidenav .nav-link-text {
display: none;
}
body.sidenav-toggled .navbar-sidenav .nav-item,
body.sidenav-toggled .navbar-sidenav .nav-link {
width: 55px !important;
}
body.sidenav-toggled .navbar-sidenav .nav-item:after,
body.sidenav-toggled .navbar-sidenav .nav-link:after {
display: none;
}
body.sidenav-toggled .navbar-sidenav .nav-item {
white-space: nowrap;
}
body.sidenav-toggled .navbar-sidenav-tooltip.show {
display: flex;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
color: #868e96;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
color: #868e96;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:hover {
color: #adb5bd;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
color: #868e96;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:hover,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:focus,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:hover {
color: #adb5bd;
}
#mainNav.navbar-dark .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
color: #adb5bd;
}
@media (min-width: 992px) {
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
background: #343a40;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a {
color: white !important;
background-color: #495057;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:hover {
color: white;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level {
background: #343a40;
}
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
color: rgba(0, 0, 0, 0.5);
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
color: rgba(0, 0, 0, 0.5);
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
color: rgba(0, 0, 0, 0.5);
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:hover,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:focus,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:hover {
color: rgba(0, 0, 0, 0.7);
}
#mainNav.navbar-light .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
color: rgba(0, 0, 0, 0.5);
}
#loginModal, #signupModal, #logout {
z-index: 10000;
}
/* Full-width input fields */
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
/* Set a style for all buttons */
button {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
button:hover {
opacity: 0.8;
}
/* Extra styles for the cancel button */
.cancelbtn {
width: auto;
padding: 10px 18px;
background-color: #f44336;
}
.container-form {
padding: 16px;
}
.container-form-footer {
padding: 16px;
background-color: #f1f1f1;
}
span.psw {
float: right;
padding-top: 16px;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
padding-top: 60px;
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
width: 80%; /* Could be more or less, depending on screen size */
}
/* The Close Button (x) */
.close {
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
.picture-grid {
display: grid;
grid-template-columns: repeat(3, 200px);
grid-auto-rows: 200px;
grid-gap: 20px;
}
.image {
width: 100%;
max-height: 100%;
}
/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {
-webkit-transform: scale(0)
}
to {
-webkit-transform: scale(1)
}
}
@keyframes animatezoom {
from {
transform: scale(0)
}
to {
transform: scale(1)
}
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}
}
@media (min-width: 992px) {
#mainNav.navbar-light .navbar-collapse .navbar-sidenav {
background: #f8f9fa;
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a {
color: #000 !important;
background-color: #e9ecef;
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:hover {
color: #000;
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level {
background: #f8f9fa;
}
}
.card-body-icon {
position: absolute;
z-index: 0;
top: -25px;
right: -25px;
font-size: 5rem;
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
@media (min-width: 576px) {
.card-columns {
column-count: 1;
}
}
@media (min-width: 768px) {
.card-columns {
column-count: 2;
}
}
@media (min-width: 1200px) {
.card-columns {
column-count: 2;
}
}
.custom-btn {
font-size: 14px;
}
.form-control {
font-size: 16px;
}
.site-login {
font-size: 16px;
width: 60%; /* Ширина элемента в пикселах */
padding: 10px; /* Поля вокруг текста */
margin: auto; /* Выравниваем по центру */
/*background: #495057; !* Цвет фона *!*/
/*color: white;*/
border-radius: 10px;
}
.site-signup {
font-size: 16px;
width: 60%; /* Ширина элемента в пикселах */
padding: 10px; /* Поля вокруг текста */
margin: auto; /* Выравниваем по центру */
background: #495057; /* Цвет фона */
color: white;
border-radius: 10px;
}
footer.sticky-footer {
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 56px;
background-color: #e9ecef;
line-height: 55px;
}
@media (min-width: 992px) {
footer.sticky-footer {
width: calc(100% - 200px);
}
}
@media (min-width: 992px) {
body.sidenav-toggled footer.sticky-footer {
width: calc(100% - 55px);
}
} | web/css/sb-admin.css | @import url('https://fonts.googleapis.com/css?family=Sacramento');
@import url('https://fonts.googleapis.com/css?family=Pontano+Sans');
html {
position: relative;
min-height: 100%;
}
body {
font-family: 'Pontano Sans', sans-serif;
overflow-x: hidden;
font-size: 16px;
}
body.sticky-footer {
margin-bottom: 56px;
}
body.sticky-footer .content-wrapper {
min-height: calc(100vh - 56px - 56px);
}
body.fixed-nav {
padding-top: 56px;
}
.content-wrapper {
min-height: calc(100vh - 56px);
padding-top: 1rem;
}
.scroll-to-top {
position: fixed;
right: 15px;
bottom: 3px;
display: none;
width: 50px;
height: 50px;
text-align: center;
color: white;
background: rgba(52, 58, 64, 0.5);
line-height: 45px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
color: white;
}
.scroll-to-top:hover {
background: #343a40;
}
.scroll-to-top i {
font-weight: 800;
}
.smaller {
font-size: 0.7rem;
}
.o-hidden {
overflow: hidden !important;
}
.z-0 {
z-index: 0;
}
.z-1 {
z-index: 1;
}
#mainNav .navbar-collapse {
overflow: auto;
max-height: 75vh;
}
#mainNav .navbar-collapse .navbar-nav .nav-item .nav-link {
cursor: pointer;
}
#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
float: right;
content: '\f107';
font-family: 'FontAwesome';
}
#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse.collapsed:after {
content: '\f105';
}
#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level {
padding-left: 0;
}
#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a {
display: block;
padding: 0.5em 0;
}
#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:focus, #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:hover,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:focus,
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:hover {
text-decoration: none;
}
#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a {
padding-left: 1em;
}
#mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a {
padding-left: 2em;
}
#mainNav .navbar-collapse .sidenav-toggler {
display: none;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link {
position: relative;
min-width: 45px;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
float: right;
width: auto;
content: '\f105';
border: none;
font-family: 'FontAwesome';
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link .indicator {
position: absolute;
top: 5px;
left: 21px;
font-size: 10px;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown.show > .nav-link:after {
content: '\f107';
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message {
overflow: hidden;
max-width: none;
text-overflow: ellipsis;
}
@media (min-width: 992px) {
#mainNav .navbar-brand {
font-family: 'Sacramento', cursive;
color: #a5adb5;
width: 200px;
font-size: 2em;
}
#mainNav .navbar-collapse {
overflow: visible;
max-height: none;
}
#mainNav .navbar-collapse .navbar-sidenav {
position: absolute;
top: 0;
left: 0;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 56px;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item {
width: 200px;
padding: 0;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
padding: 1em;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level,
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level {
padding-left: 0;
list-style: none;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li,
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li {
width: 200px;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a,
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
padding: 1em;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a {
padding-left: 2.75em;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
padding-left: 3.75em;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link {
min-width: 0;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
width: 24px;
text-align: center;
}
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message {
max-width: 300px;
}
}
#mainNav.fixed-top .sidenav-toggler {
display: none;
}
@media (min-width: 992px) {
#mainNav.fixed-top .navbar-sidenav {
height: calc(100vh - 112px);
}
#mainNav.fixed-top .sidenav-toggler {
position: absolute;
top: 0;
left: 0;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-top: calc(100vh - 56px);
}
#mainNav.fixed-top .sidenav-toggler > .nav-item {
width: 200px;
padding: 0;
}
#mainNav.fixed-top .sidenav-toggler > .nav-item > .nav-link {
padding: 1em;
}
}
#mainNav.fixed-top.navbar-dark .sidenav-toggler {
background-color: #212529;
}
#mainNav.fixed-top.navbar-dark .sidenav-toggler a i {
color: #adb5bd;
}
#mainNav.fixed-top.navbar-light .sidenav-toggler {
background-color: #dee2e6;
}
#mainNav.fixed-top.navbar-light .sidenav-toggler a i {
color: rgba(0, 0, 0, 0.5);
}
body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler {
overflow-x: hidden;
width: 55px;
}
body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler .nav-item,
body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler .nav-link {
width: 55px !important;
}
body.sidenav-toggled #mainNav.fixed-top #sidenavToggler i {
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: 'FlipH';
}
#mainNav.static-top .sidenav-toggler {
display: none;
}
@media (min-width: 992px) {
#mainNav.static-top .sidenav-toggler {
display: flex;
}
}
body.sidenav-toggled #mainNav.static-top #sidenavToggler i {
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: 'FlipH';
}
.content-wrapper {
overflow-x: hidden;
background: white;
}
@media (min-width: 992px) {
.content-wrapper {
margin-left: 200px;
}
}
#sidenavToggler i {
font-weight: 800;
}
.navbar-sidenav-tooltip.show {
display: none;
}
@media (min-width: 992px) {
body.sidenav-toggled .content-wrapper {
margin-left: 55px;
}
}
body.sidenav-toggled .navbar-sidenav {
width: 55px;
}
body.sidenav-toggled .navbar-sidenav .nav-link-text {
display: none;
}
body.sidenav-toggled .navbar-sidenav .nav-item,
body.sidenav-toggled .navbar-sidenav .nav-link {
width: 55px !important;
}
body.sidenav-toggled .navbar-sidenav .nav-item:after,
body.sidenav-toggled .navbar-sidenav .nav-link:after {
display: none;
}
body.sidenav-toggled .navbar-sidenav .nav-item {
white-space: nowrap;
}
body.sidenav-toggled .navbar-sidenav-tooltip.show {
display: flex;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
color: #868e96;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
color: #868e96;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:hover {
color: #adb5bd;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
color: #868e96;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:hover,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:focus,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:hover {
color: #adb5bd;
}
#mainNav.navbar-dark .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
color: #adb5bd;
}
@media (min-width: 992px) {
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
background: #343a40;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a {
color: white !important;
background-color: #495057;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:hover {
color: white;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level {
background: #343a40;
}
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
color: rgba(0, 0, 0, 0.5);
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
color: rgba(0, 0, 0, 0.5);
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
color: rgba(0, 0, 0, 0.5);
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:hover,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:focus,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:hover {
color: rgba(0, 0, 0, 0.7);
}
#mainNav.navbar-light .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after {
color: rgba(0, 0, 0, 0.5);
}
#loginModal, #signupModal, #logout {
z-index: 10000;
}
/* Full-width input fields */
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
/* Set a style for all buttons */
button {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
button:hover {
opacity: 0.8;
}
/* Extra styles for the cancel button */
.cancelbtn {
width: auto;
padding: 10px 18px;
background-color: #f44336;
}
.container-form {
padding: 16px;
}
.container-form-footer {
padding: 16px;
background-color: #f1f1f1;
}
span.psw {
float: right;
padding-top: 16px;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
padding-top: 60px;
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
width: 80%; /* Could be more or less, depending on screen size */
}
/* The Close Button (x) */
.close {
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
.picture-grid {
display: grid;
grid-template-columns: repeat(3, 200px);
grid-auto-rows: 200px;
grid-gap: 20px;
}
.image {
width: 100%;
max-height: 100%;
}
/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {
-webkit-transform: scale(0)
}
to {
-webkit-transform: scale(1)
}
}
@keyframes animatezoom {
from {
transform: scale(0)
}
to {
transform: scale(1)
}
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}
}
@media (min-width: 992px) {
#mainNav.navbar-light .navbar-collapse .navbar-sidenav {
background: #f8f9fa;
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a {
color: #000 !important;
background-color: #e9ecef;
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:hover {
color: #000;
}
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level,
#mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level {
background: #f8f9fa;
}
}
.card-body-icon {
position: absolute;
z-index: 0;
top: -25px;
right: -25px;
font-size: 5rem;
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
@media (min-width: 576px) {
.card-columns {
column-count: 1;
}
}
@media (min-width: 768px) {
.card-columns {
column-count: 2;
}
}
@media (min-width: 1200px) {
.card-columns {
column-count: 2;
}
}
.custom-btn {
font-size: 14px;
}
.form-control {
font-size: 16px;
}
.site-login {
font-size: 16px;
width: 60%; /* Ширина элемента в пикселах */
padding: 10px; /* Поля вокруг текста */
margin: auto; /* Выравниваем по центру */
/*background: #495057; !* Цвет фона *!*/
/*color: white;*/
border-radius: 10px;
}
.site-signup {
font-size: 16px;
width: 60%; /* Ширина элемента в пикселах */
padding: 10px; /* Поля вокруг текста */
margin: auto; /* Выравниваем по центру */
background: #495057; /* Цвет фона */
color: white;
border-radius: 10px;
}
footer.sticky-footer {
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 56px;
background-color: #e9ecef;
line-height: 55px;
}
@media (min-width: 992px) {
footer.sticky-footer {
width: calc(100% - 200px);
}
}
@media (min-width: 992px) {
body.sidenav-toggled footer.sticky-footer {
width: calc(100% - 55px);
}
} | 0.444806 | 0.039122 |
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;
}
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;
}
/* Our styles */
body {
margin: 0 10% 0 10%;
}
nav {
background: -webkit-linear-gradient(-0, rgba(0, 0, 0, 0.8), #1c1c1c);
background: -o-linear-gradient(-0, rgba(0, 0, 0, 0.8), #1c1c1c);
background: -moz-linear-gradient(-0, rgba(0, 0, 0, 0.8), #1c1c1c);
background: linear-gradient(-0, rgba(0, 0, 0, 0.8), #1c1c1c);
border-bottom: 1px solid black;
box-shadow: 0 8px 50px -5px #000;
overflow: hidden;
text-align: center;
padding-top: 1%;
padding-bottom: 1%;
}
h2 {
color: white;
background-color: #8f8f8f;
background: -webkit-linear-gradient(-90deg, rgba(13, 13, 13, 1), #404040, rgba(13, 13, 13, 1));
background: -o-linear-gradient(-90deg, rgba(13, 13, 13, 1), #404040, rgba(13, 13, 13, 1));
background: -moz-linear-gradient(-90deg, rgba(13, 13, 13, 1), #404040, rgba(13, 13, 13, 1));
background: linear-gradient(-90deg, rgba(13, 13, 13, 1), #404040, rgba(13, 13, 13, 1));
text-align: center;
text-shadow: 1px 2px 16px black;
font-size: 3.7em;
border-top: 2px solid #1b02d9;
border-bottom: 2px solid #1b02d9;
box-shadow: 0px -1px 40px -5px black;
padding: 1% 2% 1% 2%;
margin: 11% 0 3% 0;
}
h1, h2, h3, h4, h6 {
font-family: 'Ubuntu', sans-serif;
}
h3, h4 {
display: inline-block;
}
h3, h6 {
color: white;
font-size: 3em;
text-shadow: 1px 3px 4px black;
margin-top: 1%;
padding-bottom:1%;
}
h4 {
color: black;
font-size: 3em;
margin-top: 1%;
padding-bottom:1%;
}
h5 {
font-size: 1.4em;
}
h6 {
font-size: 3.5em;
margin-top: 0px;
}
p {
font-size: 1.5em;
margin: 1% 0 7% 0;
}
p, li, label, h5 {
color: white;
font-family: 'Raleway', sans-serif;
text-shadow: 1px 1px 6px black;
}
label {
font-size: 1.3em;
}
a {
color: inherit;
text-decoration: none;
font-size: 1em;
}
textarea {
width: 100%;
padding: 1%;
box-sizing:border-box;
background:none;
outline:none;
resize:none;
border:0;
font-family: 'Ubuntu', sans-serif;
font-size: 1em;
transition:all .3s;
border-bottom: 2px solid #bebed2;
margin-top: 3%;
}
textarea:focus {
border-bottom:2px solid #78788c
}
footer {
text-align: center;
background-color: black;
border: 1px solid black;
border-radius: 2px;
padding: 1% 0 1% 0;
margin-top: 10%;
}
footer > p {
font-size: 1em;
} | learning_journal/static/styles/base.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;
}
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;
}
/* Our styles */
body {
margin: 0 10% 0 10%;
}
nav {
background: -webkit-linear-gradient(-0, rgba(0, 0, 0, 0.8), #1c1c1c);
background: -o-linear-gradient(-0, rgba(0, 0, 0, 0.8), #1c1c1c);
background: -moz-linear-gradient(-0, rgba(0, 0, 0, 0.8), #1c1c1c);
background: linear-gradient(-0, rgba(0, 0, 0, 0.8), #1c1c1c);
border-bottom: 1px solid black;
box-shadow: 0 8px 50px -5px #000;
overflow: hidden;
text-align: center;
padding-top: 1%;
padding-bottom: 1%;
}
h2 {
color: white;
background-color: #8f8f8f;
background: -webkit-linear-gradient(-90deg, rgba(13, 13, 13, 1), #404040, rgba(13, 13, 13, 1));
background: -o-linear-gradient(-90deg, rgba(13, 13, 13, 1), #404040, rgba(13, 13, 13, 1));
background: -moz-linear-gradient(-90deg, rgba(13, 13, 13, 1), #404040, rgba(13, 13, 13, 1));
background: linear-gradient(-90deg, rgba(13, 13, 13, 1), #404040, rgba(13, 13, 13, 1));
text-align: center;
text-shadow: 1px 2px 16px black;
font-size: 3.7em;
border-top: 2px solid #1b02d9;
border-bottom: 2px solid #1b02d9;
box-shadow: 0px -1px 40px -5px black;
padding: 1% 2% 1% 2%;
margin: 11% 0 3% 0;
}
h1, h2, h3, h4, h6 {
font-family: 'Ubuntu', sans-serif;
}
h3, h4 {
display: inline-block;
}
h3, h6 {
color: white;
font-size: 3em;
text-shadow: 1px 3px 4px black;
margin-top: 1%;
padding-bottom:1%;
}
h4 {
color: black;
font-size: 3em;
margin-top: 1%;
padding-bottom:1%;
}
h5 {
font-size: 1.4em;
}
h6 {
font-size: 3.5em;
margin-top: 0px;
}
p {
font-size: 1.5em;
margin: 1% 0 7% 0;
}
p, li, label, h5 {
color: white;
font-family: 'Raleway', sans-serif;
text-shadow: 1px 1px 6px black;
}
label {
font-size: 1.3em;
}
a {
color: inherit;
text-decoration: none;
font-size: 1em;
}
textarea {
width: 100%;
padding: 1%;
box-sizing:border-box;
background:none;
outline:none;
resize:none;
border:0;
font-family: 'Ubuntu', sans-serif;
font-size: 1em;
transition:all .3s;
border-bottom: 2px solid #bebed2;
margin-top: 3%;
}
textarea:focus {
border-bottom:2px solid #78788c
}
footer {
text-align: center;
background-color: black;
border: 1px solid black;
border-radius: 2px;
padding: 1% 0 1% 0;
margin-top: 10%;
}
footer > p {
font-size: 1em;
} | 0.326701 | 0.124107 |
========================================================================== */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
font-family: sans-serif;
/* 1 */
line-height: 1.15;
/* 2 */
-ms-text-size-adjust: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 3 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
figcaption,
figure {
display: block; }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* Add the correct display in IE.
*/
main {
display: block; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Links
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0; }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
*/
button {
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
button,
[type="button"],
[type="reset"],
[type="submit"] {
/**
* Remove the inner border and padding in Firefox.
*/
/**
* Restore the focus styles unset by the previous rule.
*/ }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Show the overflow in Edge.
*/
input {
overflow: visible; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
color: inherit;
/* 2 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE, and Firefox.
*/
details {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/*
* Add the correct display in IE 9-.
*/
menu {
display: block; }
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block; }
/**
* Add the correct display in IE.
*/
template {
display: none; }
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none; }
/* ====================================
== BASE FRAMEWORK ==
GLOBAL
* ==================================== */
html, body {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html *, html *:before, html *:after, body *, body *:before, body *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
body {
margin: 0;
padding: 0;
min-width: 100%;
max-width: 100%;
width: 100%; }
body {
width: 99%;
height: 900px;
background-color: #ffd3bd;
height: 100vh; }
#page-container {
display: row;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
width: 100vw; }
.row {
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.row.is-centered {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.col {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
min-width: 100%;
width: 100%; }
.col-1 {
min-width: 100%; }
.col-2 {
min-width: 100%; }
.col-3 {
min-width: 100%; }
.col-4 {
min-width: 100%; }
.col-5 {
min-width: 100%; }
.col-6 {
min-width: 100%; }
.col-7 {
min-width: 100%; }
.col-8 {
min-width: 100%; }
.col-9 {
min-width: 100%; }
.col-10 {
min-width: 100%; }
.col-11 {
min-width: 100%; }
.col-12 {
min-width: 100%; }
h1 {
color: #e64f00; }
ul {
display: block;
list-style-type: none;
margin: 0 1rem; }
ul li {
margin: 1rem 0;
padding: 0.5rem 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 2rem;
background-color: #fcf4c0; }
@media all and (min-width: 981px) {
.row {
position: relative;
top: 15%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap; }
ul > li {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.col-1 {
min-width: auto;
max-width: 8.33333%; }
.col-2 {
min-width: auto;
max-width: 16.66667%; }
.col-3 {
min-width: auto;
max-width: 25%; }
.col-4 {
min-width: auto;
max-width: 33.33333%; }
.col-5 {
min-width: auto;
max-width: 41.66667%; }
.col-6 {
min-width: auto;
max-width: 50%; }
.col-7 {
min-width: auto;
max-width: 58.33333%; }
.col-8 {
min-width: auto;
max-width: 66.66667%; }
.col-9 {
min-width: auto;
max-width: 75%; }
.col-10 {
min-width: auto;
max-width: 83.33333%; }
.col-11 {
min-width: auto;
max-width: 91.66667%; }
.col-12 {
min-width: auto;
max-width: 100%; } }
.text-left {
text-align: left; }
.img-left {
display: block;
margin-left: 0; }
.text-center {
text-align: center; }
.img-center {
display: block;
margin: 0 auto; }
.text-right {
text-align: right; }
.img-right {
display: block;
margin-right: 0; }
.text-xs {
font-size: 0.5rem; }
.text-sm {
font-size: 0.8rem; }
.text-md {
font-size: 1rem; }
.text-lg {
font-size: 1.5rem; }
.text-xl {
font-size: 2.2rem; }
.justify-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start; }
.justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.justify-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end; }
.justify-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.justify-space-around {
-ms-flex-pack: distribute;
justify-content: space-around; }
.justify-space-evenly {
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly; }
.align-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.align-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start; }
.align-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end; }
.ptop {
padding-t: 0.75rem; }
.pright {
padding-r: 0.75rem; }
.pbottom {
padding-b: 0.75rem; }
.pleft {
padding-l: 0.75rem; }
.paround {
padding: 0.75rem !important; }
.px {
padding-left: 0.75rem !important;
padding-right: 0.75rem !important; }
.py {
padding-top: 0.75rem !important;
padding-bottom: 0.75rem !important; }
.btn {
padding: 0.4rem 0.6rem;
border: 0;
outline: 0;
margin: 0.5rem;
background-color: #a5aabb;
cursor: pointer; }
.btn.btn-default {
background-color: #5D576B;
color: #f7f8f9; }
.btn.btn-default.btn-border {
border: 2px solid #383440; }
.btn.btn-info {
background-color: #41D3BD;
color: #020203; }
.btn.btn-info.btn-border {
border: 2px solid #1f8677; }
.btn.btn-success {
background-color: #A9E190;
color: #020203; }
.btn.btn-success.btn-border {
border: 2px solid #56ae2f; }
.btn.btn-alert {
background-color: #F4F1BB;
color: #020203; }
.btn.btn-alert.btn-border {
border: 2px solid #dcd227; }
.btn.btn-warn {
background-color: #ED6A5A;
color: #f7f8f9; }
.btn.btn-warn.btn-border {
border: 2px solid #b12413; }
.btn.btn-rounded {
border-radius: 0.4rem; }
.btn.btn-xs {
padding: 0.55rem 1.1rem; }
.btn.btn-sm {
padding: 0.7rem 1.4rem; }
.btn.btn-md {
padding: 0.85rem 1.7rem; }
.btn.btn-lg {
padding: 1rem 2rem; }
.btn.btn-xl {
padding: 1.15rem 2.3rem; }
.input-text {
padding: 0.4rem;
font-size: larger; } | dist/public/css/style.css | ========================================================================== */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
font-family: sans-serif;
/* 1 */
line-height: 1.15;
/* 2 */
-ms-text-size-adjust: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 3 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
figcaption,
figure {
display: block; }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* Add the correct display in IE.
*/
main {
display: block; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Links
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0; }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
*/
button {
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
button,
[type="button"],
[type="reset"],
[type="submit"] {
/**
* Remove the inner border and padding in Firefox.
*/
/**
* Restore the focus styles unset by the previous rule.
*/ }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Show the overflow in Edge.
*/
input {
overflow: visible; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
color: inherit;
/* 2 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE, and Firefox.
*/
details {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/*
* Add the correct display in IE 9-.
*/
menu {
display: block; }
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block; }
/**
* Add the correct display in IE.
*/
template {
display: none; }
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none; }
/* ====================================
== BASE FRAMEWORK ==
GLOBAL
* ==================================== */
html, body {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html *, html *:before, html *:after, body *, body *:before, body *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
body {
margin: 0;
padding: 0;
min-width: 100%;
max-width: 100%;
width: 100%; }
body {
width: 99%;
height: 900px;
background-color: #ffd3bd;
height: 100vh; }
#page-container {
display: row;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
width: 100vw; }
.row {
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.row.is-centered {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.col {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
min-width: 100%;
width: 100%; }
.col-1 {
min-width: 100%; }
.col-2 {
min-width: 100%; }
.col-3 {
min-width: 100%; }
.col-4 {
min-width: 100%; }
.col-5 {
min-width: 100%; }
.col-6 {
min-width: 100%; }
.col-7 {
min-width: 100%; }
.col-8 {
min-width: 100%; }
.col-9 {
min-width: 100%; }
.col-10 {
min-width: 100%; }
.col-11 {
min-width: 100%; }
.col-12 {
min-width: 100%; }
h1 {
color: #e64f00; }
ul {
display: block;
list-style-type: none;
margin: 0 1rem; }
ul li {
margin: 1rem 0;
padding: 0.5rem 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 2rem;
background-color: #fcf4c0; }
@media all and (min-width: 981px) {
.row {
position: relative;
top: 15%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap; }
ul > li {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.col-1 {
min-width: auto;
max-width: 8.33333%; }
.col-2 {
min-width: auto;
max-width: 16.66667%; }
.col-3 {
min-width: auto;
max-width: 25%; }
.col-4 {
min-width: auto;
max-width: 33.33333%; }
.col-5 {
min-width: auto;
max-width: 41.66667%; }
.col-6 {
min-width: auto;
max-width: 50%; }
.col-7 {
min-width: auto;
max-width: 58.33333%; }
.col-8 {
min-width: auto;
max-width: 66.66667%; }
.col-9 {
min-width: auto;
max-width: 75%; }
.col-10 {
min-width: auto;
max-width: 83.33333%; }
.col-11 {
min-width: auto;
max-width: 91.66667%; }
.col-12 {
min-width: auto;
max-width: 100%; } }
.text-left {
text-align: left; }
.img-left {
display: block;
margin-left: 0; }
.text-center {
text-align: center; }
.img-center {
display: block;
margin: 0 auto; }
.text-right {
text-align: right; }
.img-right {
display: block;
margin-right: 0; }
.text-xs {
font-size: 0.5rem; }
.text-sm {
font-size: 0.8rem; }
.text-md {
font-size: 1rem; }
.text-lg {
font-size: 1.5rem; }
.text-xl {
font-size: 2.2rem; }
.justify-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start; }
.justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.justify-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end; }
.justify-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.justify-space-around {
-ms-flex-pack: distribute;
justify-content: space-around; }
.justify-space-evenly {
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly; }
.align-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.align-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start; }
.align-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end; }
.ptop {
padding-t: 0.75rem; }
.pright {
padding-r: 0.75rem; }
.pbottom {
padding-b: 0.75rem; }
.pleft {
padding-l: 0.75rem; }
.paround {
padding: 0.75rem !important; }
.px {
padding-left: 0.75rem !important;
padding-right: 0.75rem !important; }
.py {
padding-top: 0.75rem !important;
padding-bottom: 0.75rem !important; }
.btn {
padding: 0.4rem 0.6rem;
border: 0;
outline: 0;
margin: 0.5rem;
background-color: #a5aabb;
cursor: pointer; }
.btn.btn-default {
background-color: #5D576B;
color: #f7f8f9; }
.btn.btn-default.btn-border {
border: 2px solid #383440; }
.btn.btn-info {
background-color: #41D3BD;
color: #020203; }
.btn.btn-info.btn-border {
border: 2px solid #1f8677; }
.btn.btn-success {
background-color: #A9E190;
color: #020203; }
.btn.btn-success.btn-border {
border: 2px solid #56ae2f; }
.btn.btn-alert {
background-color: #F4F1BB;
color: #020203; }
.btn.btn-alert.btn-border {
border: 2px solid #dcd227; }
.btn.btn-warn {
background-color: #ED6A5A;
color: #f7f8f9; }
.btn.btn-warn.btn-border {
border: 2px solid #b12413; }
.btn.btn-rounded {
border-radius: 0.4rem; }
.btn.btn-xs {
padding: 0.55rem 1.1rem; }
.btn.btn-sm {
padding: 0.7rem 1.4rem; }
.btn.btn-md {
padding: 0.85rem 1.7rem; }
.btn.btn-lg {
padding: 1rem 2rem; }
.btn.btn-xl {
padding: 1.15rem 2.3rem; }
.input-text {
padding: 0.4rem;
font-size: larger; } | 0.536313 | 0.119229 |
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0; padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details,summary,picture{display:block;}
table{border-collapse:collapse; border-spacing:0;}
caption,th{text-align:left; font-weight:normal;}
html,body,img,iframe,abbr{border:0;}
i,em{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
sup,sub{font-size:12px;}
textarea{overflow:auto; resize:none;}
label{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,b{font-weight:normal; display:block;}
a,a:hover{text-decoration:none;}
a{color:#666; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
a:hover{color:#ff500b;}
body,textarea,input,button,select,keygen,legend{font:14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif,\5b8b\4f53; color:#666; outline:0;}
html{font-size:10px;}
body{position:relative; background:#fafafa; -webkit-transition:none !important; -moz-transition:none !important; -ms-transition:none !important; -o-transition:none !important;}
input[type=submit]{cursor:pointer;}
.clear{zoom:1;}
.clear:after{content:''; width:0; height:0; display:block; clear:both;}
.wrap{width:1200px; margin:auto; }
.log{font-size:12px; width:100%; height:38px; background:#f5f5f5;}
.log article{width:1200px; height:38px; margin:auto; line-height:38px;}
.log article .log_lf{float:left;}
.log article .log_lf i{margin:0 10px; color:#c7c7c7;}
.log article .log_lf #mobile{position:relative; padding-left:17px; z-index:3; height:38px; display:inline-block; *display:inline; *zoom:1;}
.log article .log_lf #mobile:hover span{background-image:url(../img/pic03_a.png);}
.log article .log_lf #mobile span{ padding-right:15px; background:url(../img/pic03.png) no-repeat right center; height:38px;}
.log article .log_lf #mobile b{width:11px; height:15px; background:url(../img/pic01.png) no-repeat; position:absolute; left:0; top:11px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
.log article .log_lf #mobile:hover b{background-image:url(../img/pic01_a.png);}
.log article .log_lf #mobile p{background:#fff; display:none; position:absolute; left:-5px; top:0; padding-top:38px; width:90px; border:1px solid #e2e2e2; border-top:0; text-align:center; line-height:25px; z-index:-1;}
.log article .log_lf #mobile p img{ display:block; width:64px; height:64px; margin:10px auto 0;}
.log article .log_rl{float:right;}
.log article .log_rl li{float:left; height:38px; margin:0 10px;}
.log article .log_rl li i{color:#e2e2e2;}
.log article .log_rl .log_arr{ -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; position:relative; z-index:3;}
.log article .log_rl .log_arr div{display:none; position:absolute; top:0; left:-10%; width:120%; border:1px solid #e2e2e2; border-top:0; background:#fff; padding-top:38px; z-index:-1;}
.log article .log_rl .log_arr div a{line-height:30px; display:block; padding:0 8px;}
.log article .log_rl .log_arr .my_lg{ padding-right:15px; background:url(../img/pic03.png) no-repeat right center; display:inline-block; *display:inline; *zoom:1;}
.log article .log_rl .log_arr:hover .my_lg{color:#ff500b; background-image:url(../img/pic03_a.png);}
.log article .log_rl .log_arr div.help{width:88px; left:50%; margin-left:-44px;}
.log article .log_rl .service{background:url(../img/pic02.png) no-repeat left center; padding-left:25px;}
.log article .log_rl .id a{color:#ff500b; float:left;}
.log article .log_rl .id a:hover{text-decoration:underline;}
.log article .log_rl .id picture{float:left; margin-right:10px; margin-top:3px; background:#fff; width:30px; height:30px; border-radius:50%; overflow:hidden; border:1px solid #e2e2e2;}
.log article .log_rl .id picture img{width:100%; display:block;}
header{background:#fff; border-bottom:2px solid #ff500b;}
header section{width:1200px; margin:auto;}
header section .logo{display:block; float:left; width:348px; height:100px; background:url(../img/logo.png) no-repeat;}
header section .add{position:relative; padding-left:50px; float:left; margin-left:30px; margin-top:38px;}
header section .add a{position:absolute; left:0; top:0; z-index:1; width:100%; display:block; height:100%;}
header section .add .add_pic{position:absolute; left:0; top:50%; margin-top:-32px; }
header section .add span{ float:left; margin-top:10px; line-height:24px; margin-left:5px;}
header section .add span.arrow{padding-right:10px; background:url(../img/arrow.png) no-repeat right center;}
header section .add ul{float:left;}
header section .add ul li{position:relative; font-size:22px; width:23px; height:32px; float:left; margin-left:6px; color:#ee4410; text-align:center; line-height:32px; overflow:hidden;}
header section .add ul li aside{position:absolute; bottom:0; left:0; width:23px;}
header section .add ul li aside em{display:block; height:32px;}
header section .add ul li.num{border:1px solid #e4e4e4; border-radius:4px;}
header section .add ul li.nobor{width:10px; border:0;}
header section .search{float:right; margin-top:32px;}
header section .search div{position:relative; float:left; width:242px; height:38px; border:1px solid #e0e0e0;}
header section .search div input[type="text"]{border:0; margin-top:8px; margin-left:10px; width:220px; float:left; }
header section .search div span{position:absolute; right:8px; top:8px; font-size:12px;}
header section .search div span a{background:#f3f3f3; color:#808080; padding:2px 3px; float:left; display:block; margin-right:6px;}
header section .search div span a:hover{background:#ff500b; color:#fff;}
header section .search input[type="submit"]{width:44px; height:40px; border:1px solid #e0e0e0; border-left:0; background:#fff url(../img/pic06.png) no-repeat center; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
header section .search input[type="submit"]:hover{border-color:#ff500b; background:#ff500b url(../img/pic06_a.png) no-repeat center;}
header section .sort{ float:left; width:231px; height:42px; background:#ff500b; position:relative; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
header section .sort:hover{background:#ff7900;}
header section .sort .sort_title{ margin:0 14px; display:block; line-height:42px; color:#fff; font-size:16px; background:url(../img/pic07.png) no-repeat right center;}
header section .sort div{display:none; position:absolute; left:0; top:100%; z-index:999; width:100%; background:#fff; z-index:1;}
header section .sort div dl{padding:11.5px 0; padding-left:40px;}
header section .sort div dt a{color:#333;}
header section .sort div dt a:hover{color:#ff500b;}
header section .sort div dd a{font-size:12px; color:#999; margin-right:8px;}
header section .sort div dd a:hover{ color:#ff500b;}
header section .sort div dl.sort_list{background:url(../img/pic10.png) no-repeat 12px 10px;}
header section .sort div dl.sort_list_b{background:url(../img/pic11.png) no-repeat 12px 10px;}
header section .sort div dl.sort_list_c{background:url(../img/pic12.png) no-repeat 12px 10px;}
header section .sort div dl.sort_list_d{background:url(../img/pic13.png) no-repeat 12px 10px;}
header section .sort div dl.sort_list_e{background:url(../img/pic14.png) no-repeat 12px 10px;}
header section .sort div dl.sort_list_f{background:url(../img/pic15.png) no-repeat 12px 10px;}
header section .nav{float:left; line-height:42px; font-size:16px;}
header section .nav li{float:left; margin:0 35px;}
header section .nav li a{color:#4f4f4f;}
header section .nav li a:hover,header section .nav li.act a{color:#ff500b;}
header section .nav li.invite{background:url(../img/pic08.png) no-repeat right center; padding-right:40px;}
header section .shop{float:right; padding-left:43px; padding-right:14px; height:42px; line-height:42px; background:#ff500b url(../img/pic09.png) no-repeat 14px center; font-size:12px; color:#fff;}
header section .shop:hover{background-color:#ff7900;}
footer{margin-top:50px; overflow:hidden; background:#fff;}
footer .footer_a{margin:auto; width:1200px;overflow:hidden; padding:15px 0 20px;}
footer .footer_a .footer_a_list{border-right:1px dotted #cdcdcd; overflow:hidden; float:left; width:908px; min-height:130px;}
footer .footer_a .footer_a_list dl{width:180px; float:left;}
footer .footer_a .footer_a_list dl dt{ font-size:16px; margin:15px 0 11px;}
footer .footer_a .footer_a_list dl dd{ font-size:12px; line-height:24px;}
footer .footer_a .footer_a_list dl dd a{color:#999; display:block;}
footer .footer_a .footer_a_list dl dd a:hover{color:#ff500b;}
footer .footer_a .service{width:215px; float:right; margin-right:15px;}
footer .footer_a .service summary{padding-left:55px; padding-top:15px; background:url(../img/pic41.jpg) no-repeat;}
footer .footer_a .service summary h3{font-size:14px; font-weight:bold;}
footer .footer_a .service summary p{color:#999;}
footer .footer_a .service aside{color:#ff500b;font-size:29px; font-weight:bold;font-family:'Arial';}
footer .footer_a .service .service_qq{border-radius:3px; border:1px solid #f0f0f0; display: block; width:75px; height: 28px; line-height:28px; text-indent:18px; padding-left:16px; font-size:12px; background:url(../img/ico_lt.png) no-repeat 8px center;}
footer .footer_a .service .service_qq:hover{border:1px solid #ff500b; color:#fff; background:#ff500b url(../img/ico_lt_a.png) no-repeat 8px center;}
footer .footer_b{overflow:hidden; height:129px; border-top:1px solid #ececec; border-bottom:1px solid #ececec;}
footer .footer_b .footer_b_01{float:left; background:url(../img/pic43.png) no-repeat 10px center; width:298px; border-right:1px solid #ececec; height:129px; border-left:1px solid #ececec;}
footer .footer_b .footer_b_01 summary{width:128px; margin:30px 0 0 133px;}
footer .footer_b .footer_b_01 summary a{margin-top:8px; width:128px; background:#ff500b; color:#fff; text-align:center; line-height:38px; border-radius:3px; display:block;}
footer .footer_b .footer_b_01 summary a:hover{background:#ff7900;}
footer .footer_b .footer_b_02{float:left; background:url(../img/pic44.png) no-repeat center; width:298px; border-right:1px solid #ececec; height:129px;}
footer .footer_b .footer_b_03{float:left; background:url(../img/pic45.png)no-repeat 22px center; width:298px; border-right:1px solid #ececec; height:129px;}
footer .footer_b .footer_b_03 summary{margin:30px 0 0 95px;}
#server-time{margin-top:8px; color:#666; display:block; font-size:21px; line-height:38px; font-family:'Arial'; }
#server-time span{border-radius:4px; display:inline-block; *display:inline; *zoom:1; padding:0 4px; height:38px; background:#ff500b; color:#fff; text-align:center; margin:0 2px;}
footer .footer_b .footer_b_04{float:left; background:url(../img/pic46.png) no-repeat 25px center; width:298px; height:129px; border-right:1px solid #e2e2e2;}
footer .footer_b .footer_b_04 summary{ margin:30px 0 0 113px;}
footer .footer_b .footer_b_04 summary span{margin-top:8px; width:148px; background:#81d444; color:#fff; text-align:center; line-height:38px; border-radius:3px; display:block; font-size:20px;}
footer .footer_c{padding:20px 0; overflow:hidden; border-bottom:1px solid #f0f0f0;}
footer .footer_c ul{overflow:hidden;}
footer .footer_c ul li{float:left; padding-left:66px; height:50px; width:19.5%; background:no-repeat 6px center;}
footer .footer_c ul li h3{margin-top:3px; color:#333; font-size:16px;}
footer .footer_c ul li aside{color:#999; font-size:12px;}
footer .footer_c ul li.footer_c_01{background-image:url(../img/pic47.jpg);}
footer .footer_c ul li.footer_c_02{background-image:url(../img/pic48.jpg);}
footer .footer_c ul li.footer_c_03{background-image:url(../img/pic49.jpg);}
footer .footer_c ul li.footer_c_04{background-image:url(../img/pic50.jpg);}
footer .footer_d{font-size:12px; text-align:center; padding:20px 0 30px; background:#fafafa;}
footer .footer_d article{color:#999;}
footer .footer_d article i{margin:0 8px;}
footer .footer_d article a{color:#999;}
footer .footer_d article a:hover{color:#ff500b;}
footer .footer_d aside{font-family:'Arial'; color:#999; margin:10px 0;}
footer .footer_d summary a{margin:0 3px; }
.sidebar{display:none; position:relative; width:44px; height:100%; background:#e2e2e2 url(../img/pic55.png) center top no-repeat; position:fixed; right:0; top: 0; z-index:999;}
#car-inner{display:none; position:absolute; top:0; right:44px; width:220px; height:100%; padding:0 5px; background:#eee;}
#car-inner .car-inner-top{height:32px; line-height:32px;}
#car-inner .car-inner-top h2{float:left; font-size:12px;}
#car-inner .car-inner-top a{float:right; width:60px; height:22px; border:1px solid #aaa; background:#fff; text-align:center; line-height:22px; color:#999; font-size:12px; margin-top:5px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#car-inner .car-inner-top a:hover{border-color:#666; color:#333;}
#car-inner .car-list-wrap{position:absolute; top:32px; right:5px; bottom:60px; left:5px; background:#fff; box-shadow:0 1px 2px #e4e4e4,1px 0 2px #e4e4e4; overflow:hidden;}
#car-list{position:absolute; top:0; left:0; width:100%;}
#car-list dl{position:relative; height:60px; padding:8px 0 8px 10px; border-bottom:1px solid #eee;}
#car-list dl dt{float:left; width:60px; height:60px; margin-right:10px; overflow:hidden;}
#car-list dl dt img{width:100%;}
#car-list dl dd{float:left; width:130px;}
#car-list dl dd.car-list-info{height:40px; padding:10px 0; font-size:12px; line-height:20px;}
#car-list dl dd.car-list-info span{color:#ff500b;}
#car-list dl dd.car-list-ctrl{display:none; height:60px; font-size:12px; line-height:16px;}
#car-list dl dd.car-list-ctrl span{display:block; height:24px; padding: 2px 0;}
#car-list dl dd.car-list-ctrl span a{float:left; width:22px; height:22px; line-height:18px; text-align:center; border:1px solid #eee; font-size:20px; background-color: #fff;}
#car-list dl dd.car-list-ctrl span input{float:left; width:50px; height:22px; text-align:center; border:1px solid #eee; border-left:0; border-right:0; font-size:12px;}
#car-list dl .car-list-delete{position:absolute; top:50%; right:10px; width:8px; height:8px; margin-top:-6px; padding:2px; font-size:8px; line-height:8px; color:#ccc; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#car-list dl .car-list-delete:hover{color:#fff; background:#ff500b}
#car-list dl.hover{background:#f7f7f7;}
#car-list dl.hover dd.car-list-info{display:none;}
#car-list dl.hover dd.car-list-ctrl{display:block;}
#car-inner .car-inner-bottom{position:absolute; right:5px; bottom:0; left:5px; height:60px;}
#car-inner .car-inner-bottom p{text-align:center;}
#car-inner .car-inner-bottom p span{color:#ff500b;}
#car-inner .car-inner-bottom p em{color:#ff500b; font-weight:bold; font-size:16px;}
#car-inner .car-inner-bottom .topay-btn{display:block; height:32px; border-radius:3px; background:#ff500b; color:#fff; text-align:center; line-height:32px;}
.sidebar article .sidebar_shop{margin-bottom:20px; width:100%; display:block; text-align:center; color:#fff; line-height:16px; padding:45px 0 20px; background:#ff500b url(../img/pic56.png) center 18px no-repeat; color:#fff;}
.sidebar article .sidebar_shop:hover{background:#ff7900 url(../img/pic56.png) center 18px no-repeat; color:#fff;}
.sidebar article .sidebar_shop b{font-size:12px;}
.sidebar article{position:absolute; bottom:0; left:0;}
.sidebar article a{position:relative; height:60px; width:44px; display:block; background:no-repeat center; border-bottom:1px solid #f2f2f2;}
.sidebar article a:hover{background-color:#989898;}
.sidebar article a i{display:none; position:absolute; left:0; top:50%; margin-top:-6px; border-left:6px solid #fff; border-top:6px solid transparent; border-bottom:6px solid transparent; border-right:6px solid transparent;}
.sidebar article a:hover i, .sidebar article a:hover p{display:block;}
.sidebar article a span{display:none; text-align:center; background:#989898; color:#fff; height:50px; padding-top:10px;}
.sidebar article a:hover span{display:block;}
.sidebar article a p{display:none; position:absolute; right:100%; top:0; padding:10px; border:1px solid #e2e2e2; background:#fff;}
.sidebar article a.sidebar_01{background-image:url(../img/pic57.png);}
.sidebar article a.sidebar_01:hover{background-image:url(../img/pic57_a.png);}
.sidebar article a.sidebar_01 p{width:120px; text-align:center; padding:0 10px; height:60px; line-height:60px; font-weight:bold;}
.sidebar article a.sidebar_02{background-image:url(../img/pic58.png);}
.sidebar article a.sidebar_02:hover{background-image:url(../img/pic58_a.png);}
.sidebar article a.sidebar_03{ background-image:url(../img/pic59.png);}
.sidebar article a.sidebar_03:hover{background-image:url(../img/pic59_a.png);}
.sidebar article a.sidebar_04{background-image:url(../img/pic60.png);}
.sidebar article a.sidebar_04:hover{background-image:url(../img/pic60_a.png);}
.sidebar article a.sidebar_05{background-image:url(../img/pic61.png);}
.sidebar article a.sidebar_05:hover{ background-image:url(../img/pic61_a.png);}
.u-flyer{z-index:999; width:40px; height:40px; border-radius:50%; border:1px solid #e2e2e2; overflow:hidden; text-align:center;}
.u-flyer img{width:100%; vertical-align:top;}
.u-flyer span{display:block; background:#fff; color:#ff500b; height:100%; line-height:20px; font-size:12px;}
#buy_popup{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
#buy_popup .buy_box{width:500px; position:fixed; top:50%; left:50%; margin:-105px 0 0 -250px; background:#fff;}
#buy_popup .buy_box .close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#buy_popup .buy_box .close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#buy_popup .buy_box .buy_con{width:370px; margin:30px auto;}
#buy_popup .buy_box .buy_con p{padding-left:15px; text-align:center; font-size:16px;}
#buy_popup .buy_box .buy_con p.hui{color:#999; margin-bottom:15px;}
#buy_popup .buy_box .buy_con .renci{width:270px; margin:15px auto; overflow:hidden;}
#buy_popup .buy_box .buy_con .renci em{line-height:36px; float:left; font-size:16px; width:72px; color:#999;}
#buy_popup .buy_box .buy_con .renci div{float:left;}
#buy_popup .buy_box .buy_con .renci div span{font-weight:bold; cursor:pointer; float:left; display:block; width:36px; height:36px; text-align:center; line-height:36px; border:1px solid #e2e2e2; border-radius:3px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
#buy_popup .buy_box .buy_con .renci div span:hover{background:#ff7900; border-color:#ff7900; color:#fff;}
#buy_popup .buy_box .buy_con .renci div input{text-align:center; color:#666; width:74px; float:left; height:36px; line-height:36px; border:0; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2;}
#buy_popup .buy_box .buy_con .renci b{ border-radius:3px; float:left; width:50px; height:36px; border:1px solid #e2e2e2; margin-left:10px; cursor:pointer; text-align:center; line-height:36px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
#buy_popup .buy_box .buy_con .renci b:hover{border-color:#ff7900; background:#ff7900; color:#fff;}
#buy_popup .buy_box .buy_con .renci i{float:left; margin-left:15px; line-height:36px; color:#999; font-size:16px;}
#confirm-cayment{display:inline-block; *display:inline; *zoom:1; background:#ff500b; width:178px; height:40px; text-align:center; line-height:40px; color:#fff; border-radius:3px; margin:auto;}
#confirm-cayment:hover{background:#ff7900;}
#pay_mode{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
#pay_mode .pay_mode_box{width:500px; position:fixed; top:50%; left:50%; margin:-180px 0 0 -250px; background:#fff;}
#pay_mode .pay_mode_box .close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#pay_mode .pay_mode_box .close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#pay_mode .pay_mode_box .pay_mode_con{width:416px; margin:30px auto;}
#pay_mode .pay_mode_box .pay_mode_con p{padding-left:15px; text-align:center;}
#pay_mode .pay_mode_box .pay_mode_con p.hui{color:#999; margin-bottom:15px;}
#pay_mode .pay_mode_box .pay_mode_con .renci{width:270px; margin:15px auto; overflow:hidden;}
#pay_mode .pay_mode_box .pay_mode_con .renci em{line-height:36px; float:left; font-size:16px; width:72px; color:#999;}
#pay_mode .pays_mode_box .pay_mode_con .renci div{float:left;}
#pay_mode .pay_mode_box .pay_mode_con .renci div span{font-weight:bold; cursor:pointer; float:left; display:block; width:36px; height:36px; text-align:center; line-height:36px; border:1px solid #e2e2e2; border-radius:3px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
#pay_mode .pay_mode_box .pay_mode_con .renci div span:hover{background:#ff7900; border-color:#ff7900; color:#fff;}
#pay_mode .pay_mode_box .pay_mode_con .renci div input{text-align:center; color:#666; width:74px; float:left; height:36px; line-height:36px; border:0; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2;}
#pay_mode .pay_mode_box .pay_mode_con .renci b{ border-radius:3px; float:left; width:50px; height:36px; border:1px solid #e2e2e2; margin-left:10px; cursor:pointer; text-align:center; line-height:36px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
#pay_mode .pay_mode_box .pay_mode_con .renci b:hover{border-color:#ff7900; background:#ff7900; color:#fff;}
#pay_mode .pay_mode_box .pay_mode_con .renci i{float:left; margin-left:15px; line-height:36px; color:#999; font-size:16px;}
.balance{ background:#fffef3; padding:20px; border:1px solid #fbe5c8; margin-bottom:15px;}
.balance p i{color:#ff500b;}
.balance p a.blue{color:#22aaff;}
.balance p a.blue:hover{text-decoration:underline;}
#failure{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
#failure .failure_box{width:500px; position:fixed; top:50%; left:50%; margin:-112px 0 0 -250px; background:#fff;}
#failure .failure_box .close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#failure .failure_box .close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#failure .failure_box .failure_con{text-align:center; width:416px; margin:30px auto;}
#failure .failure_box .failure_con p{ font-size:16px; padding-top:70px; background:url(../img/shibai.jpg) no-repeat center top;}
#failure .failure_box .failure_con a{display:inline-block; *display:inline; *zoom:1; background:#ff500b; width:138px; height:40px; text-align:center; line-height:40px; color:#fff; border-radius:3px; margin:auto; margin-top:30px;}
#failure .failure_box .failure_con a:hover{background:#ff7900;}
#prosperity{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
#prosperity .prosperity_box{width:500px; position:fixed; top:50%; left:50%; margin:-112px 0 0 -250px; background:#fff;}
#prosperity .prosperity_box .close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#prosperity .prosperity_box .close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#prosperity .prosperity_box .prosperity_con{text-align:center; width:416px; margin:30px auto;}
#prosperity .prosperity_box .prosperity_con p{ font-size:16px; padding-top:70px; background:url(../img/chenggong.jpg) no-repeat center top; color:#00a900;}
#prosperity .prosperity_box .prosperity_con a{display:inline-block; *display:inline; *zoom:1; width:138px; height:38px; text-align:center; line-height:38px; border:1px solid #e2e2e2; border-radius:3px; margin:auto; margin:30px 6px 0;}
#prosperity .prosperity_box .prosperity_con a:hover{border-color:#ff500b; background:#ff500b; color:#fff;}
#submit-data{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
#submit-data .submit-data_box{width:500px; position:fixed; top:50%; left:50%; margin:-112px 0 0 -250px; background:#fff;}
#submit-data .submit-data_box .close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#submit-data .submit-data_box .close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#submit-data .submit-data_box .submit-data_con{text-align:center; width:320px; margin:50px auto;}
#submit-data .submit-data_box .submit-data_con p{font-size:16px;}
#submit-data .submit-data_box .submit-data_con summary{width:320px; height:14px; border-radius:12px; background:#e2e2e2; margin-top:30px;}
#submit-data .submit-data_box .submit-data_con summary b{width:32%; height:14px; background:#ff500b; border-radius:12px;}
#log-fixed{display:none; background:url(../img/hei.png); position:fixed; top:0; left:0; width:100%; height:100%; z-index:9999;}
#log-fixed-close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; cursor:pointer;}
#log-fixed-close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#log-fixed .log_con{position:absolute; left:50%; top:50%; margin:-203px 0 0 -184px; width:298px; padding:25px 35px; background:#fff; overflow:hidden;}
#log-fixed .log_con h3{font-size:20px; line-height:20px; margin-bottom:30px;}
#log-fixed .log_con input[type="text"],#log-fixed .log_con input[type="password"]{border:1px solid #ccc; padding-left:56px; width:240px; height:46px; line-height:46px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; margin-bottom:22px;}
#log-fixed .log_con input.log_id{background:url(../img/log01.png) no-repeat 15px center;}
#log-fixed .log_con input.log_id:focus{background:url(../img/log01_a.png) no-repeat 15px center; border-color:#ff7900;}
#log-fixed .log_con input.log_code{background:url(../img/log02.png) no-repeat 15px center;}
#log-fixed .log_con input.log_code:focus{background:url(../img/log02_a.png) no-repeat 15px center; border-color:#ff7900;}
#log-fixed .log_con summary{font-size:12px; font-family:'宋体'; overflow:hidden;}
#log-fixed .log_con summary a:hover{text-decoration:underline;}
#log-fixed .log_con summary .fl{float:left;}
#log-fixed .log_con summary .rl{float:right; color:#ff7900;}
#log-fixed .log_con input[type="submit"]{margin-top:22px; border:0; background:#ff7900; color:#fff; font-size:16px; width:298px; height:48px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; margin-bottom:22px;}
#log-fixed .log_con input[type="submit"]:active{background:#ff500b;}
#log-fixed .log_con article{padding-bottom:15px; border-top:1px dotted #ccc; padding-top:22px; height:17px; line-height:17px;}
#log-fixed .log_con article a{padding-left:24px; margin-right:10px;}
#log-fixed .log_con article a.ico_qq{background:url(../img/ico_qq.png) no-repeat left center;}
#log-fixed .log_con article a.ico_qq:hover{background-image:url(../img/ico_qq_a.png);}
#log-fixed .log_con article a.ico_wx{background:url(../img/ico_wx.png) no-repeat left center;}
#log-fixed .log_con article a.ico_wx:hover{background-image:url(../img/ico_wx_a.png);}
#log-fixed .fixed_wx{-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; position:absolute; left:100%; top:0; background:#fff; width:100%; height:100%;}
#log-fixed .fixed_wx h2{font-size:18px; line-height:18px; margin:35px 0 20px; text-align:center;}
#log-fixed .fixed_wx div{margin:auto; width:203px; height:203px; border:1px solid #e2e2e2;}
#log-fixed .fixed_wx div img{width:100%;}
#log-fixed .fixed_wx p{text-align:center; margin-top:10px;}
#log-fixed .fixed_wx .fixed_wx_act{position:absolute; right:0; bottom:0; width:173px; height:61px; background:url(../img/return_01.gif); -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#log-fixed .fixed_wx .fixed_wx_act:hover{width:173px; height:61px; background:url(../img/return_02.gif)}
#log-fixed .fixed_wx.wx_100{left:0;}
/*公用弹窗*/
.global-fixed{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
.global-fixed .global-con{width:500px; min-height:160px; position:fixed; top:50%; left:50%; margin:-80px 0 0 -250px; background:#fff;}
.global-fixed .global-con p{margin:30px auto; display:block; height:30px; line-height:30px; overflow:hidden;}
.global-fixed .global-con p i{float:left; width:30px; height:30px; background:no-repeat; display:inline-block; *display:inline; *zoom:1;}
.global-fixed .global-con p em{float:left; margin-left:10px; font-size:15px;}
.global-fixed .global-con p.Success i{background-image:url(../img/friends01.png); margin-left:190px;}
.global-fixed .global-con p.Success em{color:#00a900;}
.global-fixed .global-con p.Failure i{background-image:url(../img/shibai.png); margin-left:165px;}
.global-fixed .global-con p.Failure em{color:#ff500b;}
.global-fixed .global-con p.Note i{background-image:url(../img/zhu.png); margin-left:165px;}
.global-fixed .global-con p.Note em{color:#ff500b;}
.global-fixed .global-con summary{text-align:center;}
.global-fixed .global-con a{width:96px; height:38px; line-height:38px; text-align:center; border:1px solid #e2e2e2; margin:0 6px; display:inline-block; *display:inline; *zoom:1; border-radius:3px;}
.global-fixed .global-con a.determine{border-color:#ff500b; background:#ff500b; color:#fff;}
.global-fixed .global-con a.determine:hover{background-color:#ff7900;}
/*公用弹窗*/
/*无内容*/
.No-content{text-align:center; margin-top:180px; overflow:hidden;}
.No-content p{background:url(../img/no_content.png) no-repeat center top; padding-top:100px; font-size:18px; color:#999;}
/*------------404---------------*/
.error{padding:120px 0; background:#f9fafa;}
.error figure{width:1200px; margin:auto; text-align:center;}
.error figure picture, .error figure figcaption{display:inline-block; *display:inline; *zoom:1; vertical-align:top;}
.error figure figcaption{width:360px; padding:20px 0 0 40px; text-align:left;}
.error figure h1{color:#b8b8b8; font-size:40px;}
.error figure p{margin-bottom:40px; color:#666; font-size:22px;}
.error figure figcaption a{display:inline-block; width:140px; height:45px; margin-right:25px; border-radius:5px; border:1px solid #dadada; color:#666; text-align:center; line-height:45px; font-size:18px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.error figure figcaption a:hover{color:#ff500b; border-color:#ff500b;}
/*------------404---------------*/
/*侧栏------简*/
#quick-links{width:50px; position:fixed; right:20px; bottom:30px; background:#fff;border:1px solid #e2e2e2; border-radius:3px;}
#quick-links ul{}
#quick-links ul li{width:50px; height:50px; background-image:url(../img/quick.png); background-repeat:no-repeat; border-bottom:1px solid #e2e2e2; position:relative; }
#quick-links ul li b{display:none; padding-top:5px; text-align:center; font-size:13px;}
#quick-links ul li:hover b{display:block; color:#fff; background:#ff500b;}
#quick-links ul li.quick-a{background-position:0 0;}
#quick-links ul li.quick-a a{display:block; height:100%;}
#quick-links ul li.quick-a:hover{background-color:#ff500b; background-position:-50px 0;}
#quick-links ul li.quick-b{background-position:0 -50px;}
#quick-links ul li.quick-b:hover{background-color:#ff500b; background-position:-50px -50px;}
#quick-links ul li.quick-b p{display:none; position:absolute; padding:8px; background:#fff; right:100%; top:-1px; border:1px solid #e2e2e2;}
#quick-links ul li.quick-b:hover p{display:block;}
#quick-links ul li.quick-c{background-position:0 -100px;}
#quick-links ul li.quick-c:hover{background-color:#ff500b; background-position:-50px -100px;}
#quick-links ul li.quick-c p{display:none; position:absolute; padding:8px; background:#fff; right:100%; top:-1px; border:1px solid #e2e2e2;}
#quick-links ul li.quick-c:hover p{display:block;}
#quick-links ul li.quick-c b{ padding-top:0; line-height:50px;}
#quick-links ul li.quick-d{background-position:0 -150px;}
#quick-links ul li.quick-d a{display:block; height:100%;}
#quick-links ul li.quick-d:hover{background-color:#ff500b; background-position:-50px -150px;}
#quick-links ul li.quick-d b{ padding-top:0; line-height:50px;}
#quick-links ul li.quick-e{cursor:pointer; background-position:0 -200px; border:0;}
#quick-links ul li.quick-e:hover{background-color:#ff500b; background-position:-50px -200px;} | html/new/css/global.css | html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0; padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details,summary,picture{display:block;}
table{border-collapse:collapse; border-spacing:0;}
caption,th{text-align:left; font-weight:normal;}
html,body,img,iframe,abbr{border:0;}
i,em{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
sup,sub{font-size:12px;}
textarea{overflow:auto; resize:none;}
label{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,b{font-weight:normal; display:block;}
a,a:hover{text-decoration:none;}
a{color:#666; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
a:hover{color:#ff500b;}
body,textarea,input,button,select,keygen,legend{font:14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif,\5b8b\4f53; color:#666; outline:0;}
html{font-size:10px;}
body{position:relative; background:#fafafa; -webkit-transition:none !important; -moz-transition:none !important; -ms-transition:none !important; -o-transition:none !important;}
input[type=submit]{cursor:pointer;}
.clear{zoom:1;}
.clear:after{content:''; width:0; height:0; display:block; clear:both;}
.wrap{width:1200px; margin:auto; }
.log{font-size:12px; width:100%; height:38px; background:#f5f5f5;}
.log article{width:1200px; height:38px; margin:auto; line-height:38px;}
.log article .log_lf{float:left;}
.log article .log_lf i{margin:0 10px; color:#c7c7c7;}
.log article .log_lf #mobile{position:relative; padding-left:17px; z-index:3; height:38px; display:inline-block; *display:inline; *zoom:1;}
.log article .log_lf #mobile:hover span{background-image:url(../img/pic03_a.png);}
.log article .log_lf #mobile span{ padding-right:15px; background:url(../img/pic03.png) no-repeat right center; height:38px;}
.log article .log_lf #mobile b{width:11px; height:15px; background:url(../img/pic01.png) no-repeat; position:absolute; left:0; top:11px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
.log article .log_lf #mobile:hover b{background-image:url(../img/pic01_a.png);}
.log article .log_lf #mobile p{background:#fff; display:none; position:absolute; left:-5px; top:0; padding-top:38px; width:90px; border:1px solid #e2e2e2; border-top:0; text-align:center; line-height:25px; z-index:-1;}
.log article .log_lf #mobile p img{ display:block; width:64px; height:64px; margin:10px auto 0;}
.log article .log_rl{float:right;}
.log article .log_rl li{float:left; height:38px; margin:0 10px;}
.log article .log_rl li i{color:#e2e2e2;}
.log article .log_rl .log_arr{ -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; position:relative; z-index:3;}
.log article .log_rl .log_arr div{display:none; position:absolute; top:0; left:-10%; width:120%; border:1px solid #e2e2e2; border-top:0; background:#fff; padding-top:38px; z-index:-1;}
.log article .log_rl .log_arr div a{line-height:30px; display:block; padding:0 8px;}
.log article .log_rl .log_arr .my_lg{ padding-right:15px; background:url(../img/pic03.png) no-repeat right center; display:inline-block; *display:inline; *zoom:1;}
.log article .log_rl .log_arr:hover .my_lg{color:#ff500b; background-image:url(../img/pic03_a.png);}
.log article .log_rl .log_arr div.help{width:88px; left:50%; margin-left:-44px;}
.log article .log_rl .service{background:url(../img/pic02.png) no-repeat left center; padding-left:25px;}
.log article .log_rl .id a{color:#ff500b; float:left;}
.log article .log_rl .id a:hover{text-decoration:underline;}
.log article .log_rl .id picture{float:left; margin-right:10px; margin-top:3px; background:#fff; width:30px; height:30px; border-radius:50%; overflow:hidden; border:1px solid #e2e2e2;}
.log article .log_rl .id picture img{width:100%; display:block;}
header{background:#fff; border-bottom:2px solid #ff500b;}
header section{width:1200px; margin:auto;}
header section .logo{display:block; float:left; width:348px; height:100px; background:url(../img/logo.png) no-repeat;}
header section .add{position:relative; padding-left:50px; float:left; margin-left:30px; margin-top:38px;}
header section .add a{position:absolute; left:0; top:0; z-index:1; width:100%; display:block; height:100%;}
header section .add .add_pic{position:absolute; left:0; top:50%; margin-top:-32px; }
header section .add span{ float:left; margin-top:10px; line-height:24px; margin-left:5px;}
header section .add span.arrow{padding-right:10px; background:url(../img/arrow.png) no-repeat right center;}
header section .add ul{float:left;}
header section .add ul li{position:relative; font-size:22px; width:23px; height:32px; float:left; margin-left:6px; color:#ee4410; text-align:center; line-height:32px; overflow:hidden;}
header section .add ul li aside{position:absolute; bottom:0; left:0; width:23px;}
header section .add ul li aside em{display:block; height:32px;}
header section .add ul li.num{border:1px solid #e4e4e4; border-radius:4px;}
header section .add ul li.nobor{width:10px; border:0;}
header section .search{float:right; margin-top:32px;}
header section .search div{position:relative; float:left; width:242px; height:38px; border:1px solid #e0e0e0;}
header section .search div input[type="text"]{border:0; margin-top:8px; margin-left:10px; width:220px; float:left; }
header section .search div span{position:absolute; right:8px; top:8px; font-size:12px;}
header section .search div span a{background:#f3f3f3; color:#808080; padding:2px 3px; float:left; display:block; margin-right:6px;}
header section .search div span a:hover{background:#ff500b; color:#fff;}
header section .search input[type="submit"]{width:44px; height:40px; border:1px solid #e0e0e0; border-left:0; background:#fff url(../img/pic06.png) no-repeat center; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
header section .search input[type="submit"]:hover{border-color:#ff500b; background:#ff500b url(../img/pic06_a.png) no-repeat center;}
header section .sort{ float:left; width:231px; height:42px; background:#ff500b; position:relative; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
header section .sort:hover{background:#ff7900;}
header section .sort .sort_title{ margin:0 14px; display:block; line-height:42px; color:#fff; font-size:16px; background:url(../img/pic07.png) no-repeat right center;}
header section .sort div{display:none; position:absolute; left:0; top:100%; z-index:999; width:100%; background:#fff; z-index:1;}
header section .sort div dl{padding:11.5px 0; padding-left:40px;}
header section .sort div dt a{color:#333;}
header section .sort div dt a:hover{color:#ff500b;}
header section .sort div dd a{font-size:12px; color:#999; margin-right:8px;}
header section .sort div dd a:hover{ color:#ff500b;}
header section .sort div dl.sort_list{background:url(../img/pic10.png) no-repeat 12px 10px;}
header section .sort div dl.sort_list_b{background:url(../img/pic11.png) no-repeat 12px 10px;}
header section .sort div dl.sort_list_c{background:url(../img/pic12.png) no-repeat 12px 10px;}
header section .sort div dl.sort_list_d{background:url(../img/pic13.png) no-repeat 12px 10px;}
header section .sort div dl.sort_list_e{background:url(../img/pic14.png) no-repeat 12px 10px;}
header section .sort div dl.sort_list_f{background:url(../img/pic15.png) no-repeat 12px 10px;}
header section .nav{float:left; line-height:42px; font-size:16px;}
header section .nav li{float:left; margin:0 35px;}
header section .nav li a{color:#4f4f4f;}
header section .nav li a:hover,header section .nav li.act a{color:#ff500b;}
header section .nav li.invite{background:url(../img/pic08.png) no-repeat right center; padding-right:40px;}
header section .shop{float:right; padding-left:43px; padding-right:14px; height:42px; line-height:42px; background:#ff500b url(../img/pic09.png) no-repeat 14px center; font-size:12px; color:#fff;}
header section .shop:hover{background-color:#ff7900;}
footer{margin-top:50px; overflow:hidden; background:#fff;}
footer .footer_a{margin:auto; width:1200px;overflow:hidden; padding:15px 0 20px;}
footer .footer_a .footer_a_list{border-right:1px dotted #cdcdcd; overflow:hidden; float:left; width:908px; min-height:130px;}
footer .footer_a .footer_a_list dl{width:180px; float:left;}
footer .footer_a .footer_a_list dl dt{ font-size:16px; margin:15px 0 11px;}
footer .footer_a .footer_a_list dl dd{ font-size:12px; line-height:24px;}
footer .footer_a .footer_a_list dl dd a{color:#999; display:block;}
footer .footer_a .footer_a_list dl dd a:hover{color:#ff500b;}
footer .footer_a .service{width:215px; float:right; margin-right:15px;}
footer .footer_a .service summary{padding-left:55px; padding-top:15px; background:url(../img/pic41.jpg) no-repeat;}
footer .footer_a .service summary h3{font-size:14px; font-weight:bold;}
footer .footer_a .service summary p{color:#999;}
footer .footer_a .service aside{color:#ff500b;font-size:29px; font-weight:bold;font-family:'Arial';}
footer .footer_a .service .service_qq{border-radius:3px; border:1px solid #f0f0f0; display: block; width:75px; height: 28px; line-height:28px; text-indent:18px; padding-left:16px; font-size:12px; background:url(../img/ico_lt.png) no-repeat 8px center;}
footer .footer_a .service .service_qq:hover{border:1px solid #ff500b; color:#fff; background:#ff500b url(../img/ico_lt_a.png) no-repeat 8px center;}
footer .footer_b{overflow:hidden; height:129px; border-top:1px solid #ececec; border-bottom:1px solid #ececec;}
footer .footer_b .footer_b_01{float:left; background:url(../img/pic43.png) no-repeat 10px center; width:298px; border-right:1px solid #ececec; height:129px; border-left:1px solid #ececec;}
footer .footer_b .footer_b_01 summary{width:128px; margin:30px 0 0 133px;}
footer .footer_b .footer_b_01 summary a{margin-top:8px; width:128px; background:#ff500b; color:#fff; text-align:center; line-height:38px; border-radius:3px; display:block;}
footer .footer_b .footer_b_01 summary a:hover{background:#ff7900;}
footer .footer_b .footer_b_02{float:left; background:url(../img/pic44.png) no-repeat center; width:298px; border-right:1px solid #ececec; height:129px;}
footer .footer_b .footer_b_03{float:left; background:url(../img/pic45.png)no-repeat 22px center; width:298px; border-right:1px solid #ececec; height:129px;}
footer .footer_b .footer_b_03 summary{margin:30px 0 0 95px;}
#server-time{margin-top:8px; color:#666; display:block; font-size:21px; line-height:38px; font-family:'Arial'; }
#server-time span{border-radius:4px; display:inline-block; *display:inline; *zoom:1; padding:0 4px; height:38px; background:#ff500b; color:#fff; text-align:center; margin:0 2px;}
footer .footer_b .footer_b_04{float:left; background:url(../img/pic46.png) no-repeat 25px center; width:298px; height:129px; border-right:1px solid #e2e2e2;}
footer .footer_b .footer_b_04 summary{ margin:30px 0 0 113px;}
footer .footer_b .footer_b_04 summary span{margin-top:8px; width:148px; background:#81d444; color:#fff; text-align:center; line-height:38px; border-radius:3px; display:block; font-size:20px;}
footer .footer_c{padding:20px 0; overflow:hidden; border-bottom:1px solid #f0f0f0;}
footer .footer_c ul{overflow:hidden;}
footer .footer_c ul li{float:left; padding-left:66px; height:50px; width:19.5%; background:no-repeat 6px center;}
footer .footer_c ul li h3{margin-top:3px; color:#333; font-size:16px;}
footer .footer_c ul li aside{color:#999; font-size:12px;}
footer .footer_c ul li.footer_c_01{background-image:url(../img/pic47.jpg);}
footer .footer_c ul li.footer_c_02{background-image:url(../img/pic48.jpg);}
footer .footer_c ul li.footer_c_03{background-image:url(../img/pic49.jpg);}
footer .footer_c ul li.footer_c_04{background-image:url(../img/pic50.jpg);}
footer .footer_d{font-size:12px; text-align:center; padding:20px 0 30px; background:#fafafa;}
footer .footer_d article{color:#999;}
footer .footer_d article i{margin:0 8px;}
footer .footer_d article a{color:#999;}
footer .footer_d article a:hover{color:#ff500b;}
footer .footer_d aside{font-family:'Arial'; color:#999; margin:10px 0;}
footer .footer_d summary a{margin:0 3px; }
.sidebar{display:none; position:relative; width:44px; height:100%; background:#e2e2e2 url(../img/pic55.png) center top no-repeat; position:fixed; right:0; top: 0; z-index:999;}
#car-inner{display:none; position:absolute; top:0; right:44px; width:220px; height:100%; padding:0 5px; background:#eee;}
#car-inner .car-inner-top{height:32px; line-height:32px;}
#car-inner .car-inner-top h2{float:left; font-size:12px;}
#car-inner .car-inner-top a{float:right; width:60px; height:22px; border:1px solid #aaa; background:#fff; text-align:center; line-height:22px; color:#999; font-size:12px; margin-top:5px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#car-inner .car-inner-top a:hover{border-color:#666; color:#333;}
#car-inner .car-list-wrap{position:absolute; top:32px; right:5px; bottom:60px; left:5px; background:#fff; box-shadow:0 1px 2px #e4e4e4,1px 0 2px #e4e4e4; overflow:hidden;}
#car-list{position:absolute; top:0; left:0; width:100%;}
#car-list dl{position:relative; height:60px; padding:8px 0 8px 10px; border-bottom:1px solid #eee;}
#car-list dl dt{float:left; width:60px; height:60px; margin-right:10px; overflow:hidden;}
#car-list dl dt img{width:100%;}
#car-list dl dd{float:left; width:130px;}
#car-list dl dd.car-list-info{height:40px; padding:10px 0; font-size:12px; line-height:20px;}
#car-list dl dd.car-list-info span{color:#ff500b;}
#car-list dl dd.car-list-ctrl{display:none; height:60px; font-size:12px; line-height:16px;}
#car-list dl dd.car-list-ctrl span{display:block; height:24px; padding: 2px 0;}
#car-list dl dd.car-list-ctrl span a{float:left; width:22px; height:22px; line-height:18px; text-align:center; border:1px solid #eee; font-size:20px; background-color: #fff;}
#car-list dl dd.car-list-ctrl span input{float:left; width:50px; height:22px; text-align:center; border:1px solid #eee; border-left:0; border-right:0; font-size:12px;}
#car-list dl .car-list-delete{position:absolute; top:50%; right:10px; width:8px; height:8px; margin-top:-6px; padding:2px; font-size:8px; line-height:8px; color:#ccc; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#car-list dl .car-list-delete:hover{color:#fff; background:#ff500b}
#car-list dl.hover{background:#f7f7f7;}
#car-list dl.hover dd.car-list-info{display:none;}
#car-list dl.hover dd.car-list-ctrl{display:block;}
#car-inner .car-inner-bottom{position:absolute; right:5px; bottom:0; left:5px; height:60px;}
#car-inner .car-inner-bottom p{text-align:center;}
#car-inner .car-inner-bottom p span{color:#ff500b;}
#car-inner .car-inner-bottom p em{color:#ff500b; font-weight:bold; font-size:16px;}
#car-inner .car-inner-bottom .topay-btn{display:block; height:32px; border-radius:3px; background:#ff500b; color:#fff; text-align:center; line-height:32px;}
.sidebar article .sidebar_shop{margin-bottom:20px; width:100%; display:block; text-align:center; color:#fff; line-height:16px; padding:45px 0 20px; background:#ff500b url(../img/pic56.png) center 18px no-repeat; color:#fff;}
.sidebar article .sidebar_shop:hover{background:#ff7900 url(../img/pic56.png) center 18px no-repeat; color:#fff;}
.sidebar article .sidebar_shop b{font-size:12px;}
.sidebar article{position:absolute; bottom:0; left:0;}
.sidebar article a{position:relative; height:60px; width:44px; display:block; background:no-repeat center; border-bottom:1px solid #f2f2f2;}
.sidebar article a:hover{background-color:#989898;}
.sidebar article a i{display:none; position:absolute; left:0; top:50%; margin-top:-6px; border-left:6px solid #fff; border-top:6px solid transparent; border-bottom:6px solid transparent; border-right:6px solid transparent;}
.sidebar article a:hover i, .sidebar article a:hover p{display:block;}
.sidebar article a span{display:none; text-align:center; background:#989898; color:#fff; height:50px; padding-top:10px;}
.sidebar article a:hover span{display:block;}
.sidebar article a p{display:none; position:absolute; right:100%; top:0; padding:10px; border:1px solid #e2e2e2; background:#fff;}
.sidebar article a.sidebar_01{background-image:url(../img/pic57.png);}
.sidebar article a.sidebar_01:hover{background-image:url(../img/pic57_a.png);}
.sidebar article a.sidebar_01 p{width:120px; text-align:center; padding:0 10px; height:60px; line-height:60px; font-weight:bold;}
.sidebar article a.sidebar_02{background-image:url(../img/pic58.png);}
.sidebar article a.sidebar_02:hover{background-image:url(../img/pic58_a.png);}
.sidebar article a.sidebar_03{ background-image:url(../img/pic59.png);}
.sidebar article a.sidebar_03:hover{background-image:url(../img/pic59_a.png);}
.sidebar article a.sidebar_04{background-image:url(../img/pic60.png);}
.sidebar article a.sidebar_04:hover{background-image:url(../img/pic60_a.png);}
.sidebar article a.sidebar_05{background-image:url(../img/pic61.png);}
.sidebar article a.sidebar_05:hover{ background-image:url(../img/pic61_a.png);}
.u-flyer{z-index:999; width:40px; height:40px; border-radius:50%; border:1px solid #e2e2e2; overflow:hidden; text-align:center;}
.u-flyer img{width:100%; vertical-align:top;}
.u-flyer span{display:block; background:#fff; color:#ff500b; height:100%; line-height:20px; font-size:12px;}
#buy_popup{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
#buy_popup .buy_box{width:500px; position:fixed; top:50%; left:50%; margin:-105px 0 0 -250px; background:#fff;}
#buy_popup .buy_box .close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#buy_popup .buy_box .close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#buy_popup .buy_box .buy_con{width:370px; margin:30px auto;}
#buy_popup .buy_box .buy_con p{padding-left:15px; text-align:center; font-size:16px;}
#buy_popup .buy_box .buy_con p.hui{color:#999; margin-bottom:15px;}
#buy_popup .buy_box .buy_con .renci{width:270px; margin:15px auto; overflow:hidden;}
#buy_popup .buy_box .buy_con .renci em{line-height:36px; float:left; font-size:16px; width:72px; color:#999;}
#buy_popup .buy_box .buy_con .renci div{float:left;}
#buy_popup .buy_box .buy_con .renci div span{font-weight:bold; cursor:pointer; float:left; display:block; width:36px; height:36px; text-align:center; line-height:36px; border:1px solid #e2e2e2; border-radius:3px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
#buy_popup .buy_box .buy_con .renci div span:hover{background:#ff7900; border-color:#ff7900; color:#fff;}
#buy_popup .buy_box .buy_con .renci div input{text-align:center; color:#666; width:74px; float:left; height:36px; line-height:36px; border:0; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2;}
#buy_popup .buy_box .buy_con .renci b{ border-radius:3px; float:left; width:50px; height:36px; border:1px solid #e2e2e2; margin-left:10px; cursor:pointer; text-align:center; line-height:36px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
#buy_popup .buy_box .buy_con .renci b:hover{border-color:#ff7900; background:#ff7900; color:#fff;}
#buy_popup .buy_box .buy_con .renci i{float:left; margin-left:15px; line-height:36px; color:#999; font-size:16px;}
#confirm-cayment{display:inline-block; *display:inline; *zoom:1; background:#ff500b; width:178px; height:40px; text-align:center; line-height:40px; color:#fff; border-radius:3px; margin:auto;}
#confirm-cayment:hover{background:#ff7900;}
#pay_mode{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
#pay_mode .pay_mode_box{width:500px; position:fixed; top:50%; left:50%; margin:-180px 0 0 -250px; background:#fff;}
#pay_mode .pay_mode_box .close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#pay_mode .pay_mode_box .close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#pay_mode .pay_mode_box .pay_mode_con{width:416px; margin:30px auto;}
#pay_mode .pay_mode_box .pay_mode_con p{padding-left:15px; text-align:center;}
#pay_mode .pay_mode_box .pay_mode_con p.hui{color:#999; margin-bottom:15px;}
#pay_mode .pay_mode_box .pay_mode_con .renci{width:270px; margin:15px auto; overflow:hidden;}
#pay_mode .pay_mode_box .pay_mode_con .renci em{line-height:36px; float:left; font-size:16px; width:72px; color:#999;}
#pay_mode .pays_mode_box .pay_mode_con .renci div{float:left;}
#pay_mode .pay_mode_box .pay_mode_con .renci div span{font-weight:bold; cursor:pointer; float:left; display:block; width:36px; height:36px; text-align:center; line-height:36px; border:1px solid #e2e2e2; border-radius:3px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
#pay_mode .pay_mode_box .pay_mode_con .renci div span:hover{background:#ff7900; border-color:#ff7900; color:#fff;}
#pay_mode .pay_mode_box .pay_mode_con .renci div input{text-align:center; color:#666; width:74px; float:left; height:36px; line-height:36px; border:0; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2;}
#pay_mode .pay_mode_box .pay_mode_con .renci b{ border-radius:3px; float:left; width:50px; height:36px; border:1px solid #e2e2e2; margin-left:10px; cursor:pointer; text-align:center; line-height:36px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
#pay_mode .pay_mode_box .pay_mode_con .renci b:hover{border-color:#ff7900; background:#ff7900; color:#fff;}
#pay_mode .pay_mode_box .pay_mode_con .renci i{float:left; margin-left:15px; line-height:36px; color:#999; font-size:16px;}
.balance{ background:#fffef3; padding:20px; border:1px solid #fbe5c8; margin-bottom:15px;}
.balance p i{color:#ff500b;}
.balance p a.blue{color:#22aaff;}
.balance p a.blue:hover{text-decoration:underline;}
#failure{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
#failure .failure_box{width:500px; position:fixed; top:50%; left:50%; margin:-112px 0 0 -250px; background:#fff;}
#failure .failure_box .close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#failure .failure_box .close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#failure .failure_box .failure_con{text-align:center; width:416px; margin:30px auto;}
#failure .failure_box .failure_con p{ font-size:16px; padding-top:70px; background:url(../img/shibai.jpg) no-repeat center top;}
#failure .failure_box .failure_con a{display:inline-block; *display:inline; *zoom:1; background:#ff500b; width:138px; height:40px; text-align:center; line-height:40px; color:#fff; border-radius:3px; margin:auto; margin-top:30px;}
#failure .failure_box .failure_con a:hover{background:#ff7900;}
#prosperity{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
#prosperity .prosperity_box{width:500px; position:fixed; top:50%; left:50%; margin:-112px 0 0 -250px; background:#fff;}
#prosperity .prosperity_box .close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#prosperity .prosperity_box .close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#prosperity .prosperity_box .prosperity_con{text-align:center; width:416px; margin:30px auto;}
#prosperity .prosperity_box .prosperity_con p{ font-size:16px; padding-top:70px; background:url(../img/chenggong.jpg) no-repeat center top; color:#00a900;}
#prosperity .prosperity_box .prosperity_con a{display:inline-block; *display:inline; *zoom:1; width:138px; height:38px; text-align:center; line-height:38px; border:1px solid #e2e2e2; border-radius:3px; margin:auto; margin:30px 6px 0;}
#prosperity .prosperity_box .prosperity_con a:hover{border-color:#ff500b; background:#ff500b; color:#fff;}
#submit-data{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
#submit-data .submit-data_box{width:500px; position:fixed; top:50%; left:50%; margin:-112px 0 0 -250px; background:#fff;}
#submit-data .submit-data_box .close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#submit-data .submit-data_box .close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#submit-data .submit-data_box .submit-data_con{text-align:center; width:320px; margin:50px auto;}
#submit-data .submit-data_box .submit-data_con p{font-size:16px;}
#submit-data .submit-data_box .submit-data_con summary{width:320px; height:14px; border-radius:12px; background:#e2e2e2; margin-top:30px;}
#submit-data .submit-data_box .submit-data_con summary b{width:32%; height:14px; background:#ff500b; border-radius:12px;}
#log-fixed{display:none; background:url(../img/hei.png); position:fixed; top:0; left:0; width:100%; height:100%; z-index:9999;}
#log-fixed-close{position:absolute; right:0; top:0; width:50px; height:50px; background:url(../img/gb_01.png) no-repeat; cursor:pointer;}
#log-fixed-close:hover{background:url(../img/gb_01_a.png) no-repeat;}
#log-fixed .log_con{position:absolute; left:50%; top:50%; margin:-203px 0 0 -184px; width:298px; padding:25px 35px; background:#fff; overflow:hidden;}
#log-fixed .log_con h3{font-size:20px; line-height:20px; margin-bottom:30px;}
#log-fixed .log_con input[type="text"],#log-fixed .log_con input[type="password"]{border:1px solid #ccc; padding-left:56px; width:240px; height:46px; line-height:46px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; margin-bottom:22px;}
#log-fixed .log_con input.log_id{background:url(../img/log01.png) no-repeat 15px center;}
#log-fixed .log_con input.log_id:focus{background:url(../img/log01_a.png) no-repeat 15px center; border-color:#ff7900;}
#log-fixed .log_con input.log_code{background:url(../img/log02.png) no-repeat 15px center;}
#log-fixed .log_con input.log_code:focus{background:url(../img/log02_a.png) no-repeat 15px center; border-color:#ff7900;}
#log-fixed .log_con summary{font-size:12px; font-family:'宋体'; overflow:hidden;}
#log-fixed .log_con summary a:hover{text-decoration:underline;}
#log-fixed .log_con summary .fl{float:left;}
#log-fixed .log_con summary .rl{float:right; color:#ff7900;}
#log-fixed .log_con input[type="submit"]{margin-top:22px; border:0; background:#ff7900; color:#fff; font-size:16px; width:298px; height:48px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; margin-bottom:22px;}
#log-fixed .log_con input[type="submit"]:active{background:#ff500b;}
#log-fixed .log_con article{padding-bottom:15px; border-top:1px dotted #ccc; padding-top:22px; height:17px; line-height:17px;}
#log-fixed .log_con article a{padding-left:24px; margin-right:10px;}
#log-fixed .log_con article a.ico_qq{background:url(../img/ico_qq.png) no-repeat left center;}
#log-fixed .log_con article a.ico_qq:hover{background-image:url(../img/ico_qq_a.png);}
#log-fixed .log_con article a.ico_wx{background:url(../img/ico_wx.png) no-repeat left center;}
#log-fixed .log_con article a.ico_wx:hover{background-image:url(../img/ico_wx_a.png);}
#log-fixed .fixed_wx{-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; position:absolute; left:100%; top:0; background:#fff; width:100%; height:100%;}
#log-fixed .fixed_wx h2{font-size:18px; line-height:18px; margin:35px 0 20px; text-align:center;}
#log-fixed .fixed_wx div{margin:auto; width:203px; height:203px; border:1px solid #e2e2e2;}
#log-fixed .fixed_wx div img{width:100%;}
#log-fixed .fixed_wx p{text-align:center; margin-top:10px;}
#log-fixed .fixed_wx .fixed_wx_act{position:absolute; right:0; bottom:0; width:173px; height:61px; background:url(../img/return_01.gif); -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; cursor:pointer;}
#log-fixed .fixed_wx .fixed_wx_act:hover{width:173px; height:61px; background:url(../img/return_02.gif)}
#log-fixed .fixed_wx.wx_100{left:0;}
/*公用弹窗*/
.global-fixed{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url(../img/hei.png); z-index:9999;}
.global-fixed .global-con{width:500px; min-height:160px; position:fixed; top:50%; left:50%; margin:-80px 0 0 -250px; background:#fff;}
.global-fixed .global-con p{margin:30px auto; display:block; height:30px; line-height:30px; overflow:hidden;}
.global-fixed .global-con p i{float:left; width:30px; height:30px; background:no-repeat; display:inline-block; *display:inline; *zoom:1;}
.global-fixed .global-con p em{float:left; margin-left:10px; font-size:15px;}
.global-fixed .global-con p.Success i{background-image:url(../img/friends01.png); margin-left:190px;}
.global-fixed .global-con p.Success em{color:#00a900;}
.global-fixed .global-con p.Failure i{background-image:url(../img/shibai.png); margin-left:165px;}
.global-fixed .global-con p.Failure em{color:#ff500b;}
.global-fixed .global-con p.Note i{background-image:url(../img/zhu.png); margin-left:165px;}
.global-fixed .global-con p.Note em{color:#ff500b;}
.global-fixed .global-con summary{text-align:center;}
.global-fixed .global-con a{width:96px; height:38px; line-height:38px; text-align:center; border:1px solid #e2e2e2; margin:0 6px; display:inline-block; *display:inline; *zoom:1; border-radius:3px;}
.global-fixed .global-con a.determine{border-color:#ff500b; background:#ff500b; color:#fff;}
.global-fixed .global-con a.determine:hover{background-color:#ff7900;}
/*公用弹窗*/
/*无内容*/
.No-content{text-align:center; margin-top:180px; overflow:hidden;}
.No-content p{background:url(../img/no_content.png) no-repeat center top; padding-top:100px; font-size:18px; color:#999;}
/*------------404---------------*/
.error{padding:120px 0; background:#f9fafa;}
.error figure{width:1200px; margin:auto; text-align:center;}
.error figure picture, .error figure figcaption{display:inline-block; *display:inline; *zoom:1; vertical-align:top;}
.error figure figcaption{width:360px; padding:20px 0 0 40px; text-align:left;}
.error figure h1{color:#b8b8b8; font-size:40px;}
.error figure p{margin-bottom:40px; color:#666; font-size:22px;}
.error figure figcaption a{display:inline-block; width:140px; height:45px; margin-right:25px; border-radius:5px; border:1px solid #dadada; color:#666; text-align:center; line-height:45px; font-size:18px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.error figure figcaption a:hover{color:#ff500b; border-color:#ff500b;}
/*------------404---------------*/
/*侧栏------简*/
#quick-links{width:50px; position:fixed; right:20px; bottom:30px; background:#fff;border:1px solid #e2e2e2; border-radius:3px;}
#quick-links ul{}
#quick-links ul li{width:50px; height:50px; background-image:url(../img/quick.png); background-repeat:no-repeat; border-bottom:1px solid #e2e2e2; position:relative; }
#quick-links ul li b{display:none; padding-top:5px; text-align:center; font-size:13px;}
#quick-links ul li:hover b{display:block; color:#fff; background:#ff500b;}
#quick-links ul li.quick-a{background-position:0 0;}
#quick-links ul li.quick-a a{display:block; height:100%;}
#quick-links ul li.quick-a:hover{background-color:#ff500b; background-position:-50px 0;}
#quick-links ul li.quick-b{background-position:0 -50px;}
#quick-links ul li.quick-b:hover{background-color:#ff500b; background-position:-50px -50px;}
#quick-links ul li.quick-b p{display:none; position:absolute; padding:8px; background:#fff; right:100%; top:-1px; border:1px solid #e2e2e2;}
#quick-links ul li.quick-b:hover p{display:block;}
#quick-links ul li.quick-c{background-position:0 -100px;}
#quick-links ul li.quick-c:hover{background-color:#ff500b; background-position:-50px -100px;}
#quick-links ul li.quick-c p{display:none; position:absolute; padding:8px; background:#fff; right:100%; top:-1px; border:1px solid #e2e2e2;}
#quick-links ul li.quick-c:hover p{display:block;}
#quick-links ul li.quick-c b{ padding-top:0; line-height:50px;}
#quick-links ul li.quick-d{background-position:0 -150px;}
#quick-links ul li.quick-d a{display:block; height:100%;}
#quick-links ul li.quick-d:hover{background-color:#ff500b; background-position:-50px -150px;}
#quick-links ul li.quick-d b{ padding-top:0; line-height:50px;}
#quick-links ul li.quick-e{cursor:pointer; background-position:0 -200px; border:0;}
#quick-links ul li.quick-e:hover{background-color:#ff500b; background-position:-50px -200px;} | 0.299822 | 0.06885 |
.bold, .bold td { font-weight: 600; }
.title, .characterName, #commentCount, .paging > div.active, #index .tab_comment:after { font-family: 'custom bold'; font-weight: 600; -coherent-font-cleartype: off; }
#warRecord table.warRecordHeader thead tr.totalWarRecord td:not(:first-child) { font-family: 'custom bold'; font-weight: 600; }
#comments .comment { font-size: 10pt; font-size: 10pt; word-break: break-all; }
.caption { font-size: 12pt; }
input, text, textarea { font-size: 12px; }
html { height: 630px !important; width: 870px !important; background-color: #131211 !important; }
html, body { width: 100%; height: 100%; padding: 0; margin: 0; font-family: custom; overflow: hidden; }
div, h1, h2, h3, h4, h5, h6, input, text, textarea { font-family: custom; }
table { width: 100%; height: 100%; }
table.guildInfo, table.guildInfo tr, table.guildInfo tr td { font-family: 'custom bold'; font-weight: 600; }
h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; font-weight: normal; }
span, div { cursor: default; }
.hide { display: none; }
#index, .container { margin: 0; box-sizing: border-box; width: 100%; height: 100%; }
.tooltip { z-index: 1 !important; position: absolute !important; box-sizing: border-box !important; color: white !important; background: rgba(0, 0, 0, 0.8) !important; padding: 5px 10px !important; border-radius: 3px !important; font-size: 12px !important; }
iframe { border: none; }
textarea { resize: none; }
.btnSave { color: white; background: url(/Areas/GuildInfo/Common/img/content/btn_bg.png) no-repeat; background-position: -5px -2px; width: 100px; text-align: center; padding: 3px 0px; float: right; position: relative; cursor: pointer; margin: -36px 10px 0 0; border: 1px solid black; border-radius: 2px; }
.btnSave:hover { box-shadow: 500px 0 0 0 rgba(255,255,255, 0.15) inset; }
.btnSave:active { box-shadow: 500px 0 0 0 rgba(0,0,0, 0.15) inset; }
.btnReset { color: white; background: url(/Areas/GuildInfo/Common/img/content/btn_bg.png) no-repeat; background-position: -5px -2px; width: 100px; text-align: center; padding: 3px 0px; float: right; position: relative; cursor: pointer; margin: -36px 10px 0 0; border: 1px solid black; border-radius: 2px; right: 110px; }
.btnReset:hover { box-shadow: 500px 0 0 0 rgba(255,255,255, 0.15) inset; }
.btnReset:active { box-shadow: 500px 0 0 0 rgba(0,0,0, 0.15) inset; }
.btnPost { background: linear-gradient(#0062e8, #0053c4); color: white; text-align: center; height: 30px; line-height: 30px; border-radius: 2px; font-size: 12pt; margin: 0 auto; cursor: pointer; display: inline-block; width: auto; min-width: 70px; padding: 0 10px; box-sizing:border-box;}
.btnPost:hover { box-shadow: 100px 0 0 0 rgba(255, 255, 255, 0.15) inset; }
.btnPost:active { box-shadow: 100px 0 0 0 rgba(0,0,0, 0.15) inset; }
.checkBox { width: 28px; height: 28px; border: 1px solid #bfbfbf; border-radius: 4px; text-align: center; padding: 5px; box-sizing: border-box; }
.checkBox:before { content: url(/Areas/GuildInfo/Common/img/content/nonChecked.png); height: 28px; }
.checkBox.active:before { content: url(/Areas/GuildInfo/Common/img/content/checked.png); }
.checkBox.active { background-color: #544336; }
.file { cursor: pointer; font-size: 9pt; border: 1px solid #cacaca; width: 91px; height: 26px; line-height: 26px; text-align: center; box-sizing: border-box; background: linear-gradient(#fff 47%,#eee); float: left; }
.file:hover { box-shadow: 500px 0 0 0 rgba(0,0,0, 0.05) inset; }
.file:active { box-shadow: 500px 0 0 0 rgba(0,0,0, 0.15) inset; }
.filePath { color: #000; font-size: 9pt; font-family: Arial; float: left; padding: 6px 15px; }
.fileDelete { color: red; font-size: 9pt; font-family: Arial; float: left; padding: 6px 0; text-decoration: none; }
.caption { color: #8c8c8c; font-size: 9pt; }
/* paging */
.paging { display: table; margin: 6px auto 30px; color: #4c4c4c !important; }
.paging > div { background-color:white; color: #4c4c4c !important; min-width: 27px; height: 27px; line-height: 27px; border: 1px solid #e1e1e1; border-radius: 2px; float: left; text-align: center; font-size: 9pt; margin: 0 3px 0 0; cursor: pointer; padding: 0 10px; box-sizing: border-box; }
.paging > div:hover { color: white !important; background-color: #1e94fa; border-color: #1e94fa; box-shadow: inset 0 0px 20px rgba(0,0,0, 0.18); }
.paging > div:active { box-shadow: 100px 0 0 0 rgba(0,0,0, 0.15) inset; }
.paging > div.active { color: white !important; background-color: #1e94fa; border-color: #1e94fa; box-shadow: inset 0 0px 20px rgba(0,0,0, 0.18); text-shadow: 1px 2px 2px rgba(0,0,0,0.5); }
.paging > div::after, .paging > div::before { position: relative; top: 2px; padding-right: 1px; }
#warRecord div.arrow_left::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_left.png); }
#warRecord div.arrow_right::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_right.png); }
#comments div.arrow_left::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_left_small.png); }
#comments div.arrow_right::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_right_small.png); }
#comments div.arrow_left:hover::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_left_acitve.png); }
#comments div.arrow_right:hover::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_right_active.png); }
.paging div.arrow_first::before { content: url(/Areas/GuildInfo/Common/img/content/arrow_first.png); padding: 0 8px 0 0; }
.paging div.arrow_last::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_last.png); padding: 0 0 0 8px; }
.paging div.arrow_first:hover::before { content: url(/Areas/GuildInfo/Common/img/content/arrow_first_active.png); }
.paging div.arrow_last:hover::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_last_active.png); }
.arrow_last { margin-left: 20px !important; }
.arrow_first { margin-right: 20px !important; }
/* index */
#index .top table { padding: 4px; border-spacing: 0; border-collapse: collapse; }
#index .top table tr:nth-child(1) { vertical-align: bottom; }
#index .top table tr:nth-child(2) { font-size: 12pt; }
#index .top table tr:nth-child(3) { font-size: 10.5pt; }
#index .top table tr:nth-child(n+2) td { vertical-align: top; position: relative; }
#index .top table tr:nth-child(n+2) td span.guildData { position: relative; top: -2px; margin-right: 10px; padding-bottom: 1px; }
#index .top table tr:nth-child(3) td span.guildData { margin-left: 2px; width: 220px; white-space: nowrap; overflow: hidden; display: inline-block; text-overflow: ellipsis; vertical-align: bottom; }
#index .top table tr:nth-child(2) td { width: 30%; }
#index .container { overflow-y: auto; }
#index .guildInfo td { color: #e6cdc0; }
#index .guildInfo td.area2 span { width: 450px !important; margin-right: 0 !important; }
#index .top { background-image: url(/Areas/GuildInfo/Common/img/content/logoBackground.png); height: 100px; }
#index .bottom { height: calc(100% - 120px); margin-top: 6px; }
#index .tab { height: 35px; }
#index .main { width: 100%; height: calc(100% - 21px); background-color: white; padding-top: 10px; box-sizing: border-box; border: 1px solid; border-top: none; }
#index .tabList li { min-width: 62px; max-height: 35px; float: left; box-sizing: border-box; padding: 8px 10px; text-align: center; background: linear-gradient(#584739, #3f3228); margin: 0 2px; border-radius: 3px 3px 0 0; color: lightgray; border-top: 1px solid #90857b; cursor: pointer; }
#index .tabList li:hover { box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4); }
#index .tabList li.active { background: white; }
#index .logo { width: 90px; text-align: center; }
#index .logo > img { width: 60px; height: 60px; border: 1px solid #6c6d6d; box-shadow: 0 0 10px black; }
#index img { max-width: 827px; text-align: center; top: 2px; position: relative; }
#index .guild_name { float: left; font-size: 18pt; color: white; text-shadow: 2px 2px 5px black; }
#index .guild_join { float: left; height: 25px; background: linear-gradient(#c98356, #964313); margin-top: 5px; margin-left: 10px; color: #eedc99; font-size: 10pt; padding: 2px 5px; box-sizing: border-box; border: 1px solid #ac4504; cursor: pointer; }
#index .guild_join:hover { box-shadow: 100px 0 0 0 rgba(255, 255, 255, 0.15) inset; }
#index .guild_join:active { box-shadow: 100px 0 0 0 rgba(0,0,0, 0.15) inset; }
.add { width: 21px; height: 20px; background: linear-gradient(#519165, #0f5322); border-radius: 3px; margin: 0; border: 1px solid #003d00; box-sizing: border-box; cursor: pointer; text-align: center; display: inline-block; top: 2px; position: relative; }
.add:after { content: url(/Areas/GuildInfo/Common/img/content/icon_add.png); color: rgba(255,255,255,0.7); font-size: 12pt; position: relative; top: -5px; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); }
.add:hover { box-shadow: 100px 0 0 0 rgba(255, 255, 255, 0.15) inset; }
.add:active { box-shadow: 100px 0 0 0 rgba(0,0,0, 0.15) inset; }
.add:hover:before { content: attr(data-attr); margin-left: -5px; }
#index .tab_comment:after { content: attr(data-attr); padding: 2px 7px; margin: 0 0 0 10px; font-size: 9pt; position: relative; top: -6px; left: 2px; border-radius: 8px; background: linear-gradient(#DA6C02, #fd7f03); color: white; box-shadow: 0 1px 1px rgba(255,255,255,.8); font-family: arial; text-shadow: 1px 1px 0 rgba(0,0,0,0.5); }
#index .settings { float: right; cursor: pointer; }
#index .settings:before { content: url(/Areas/GuildInfo/Common/img/content/settings.png); position: relative; left: -10px; cursor: pointer !important; }
#index .settings:hover:before { content: url(/Areas/GuildInfo/Common/img/content/settings_hover.png); }
.title { font-size: 14pt; padding-left: 18px; line-height: 30px; }
.hr { background-color: #935a22; width: calc(100% - 20px); height: 2px; margin: 0 10px; }
ul { margin: 0; padding: 0; list-style-type: none; }
/* home */
#home.container { padding: 0; }
#home .data > div:first-child { padding: 20px 28px; }
#home .data > div { padding-bottom: 20px; padding: 20px 13px 10px; }
#home .data .image { text-align: center; }
#home img { max-width: 827px; text-align: center; }
#home object { width: 827px; text-align: center; }
#home .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; width: 90%; margin: 0 auto; text-align: center; }
#home .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#home .fb-page, .facebook { text-align: center; }
#home .defaultArea { height: 100%; }
#home .defaultArea .title { color: #7b7671; font-size: 17.25pt; padding-top: 44px; text-align: center; }
#home .defaultArea .subtitle { color: #7b7671; font-size: 10.5pt; line-height: 18px; text-align: center; padding-bottom: 27px; }
#home .defaultArea table { padding: 11px 50px 0 50px; }
#home .defaultArea td { color: #b7b7b7; text-align: center; }
#home .defaultArea .btncaption { color: black; font-size: 9pt; }
#home .defaultArea .btnDetail { background: url(/Areas/GuildInfo/Common/img/content/btn_bg.png) no-repeat; min-width: 189px; width: auto; display: inline-block; height: 58px; line-height: 58px; margin: 0 auto; color: white; font-size: 16.5pt; font-weight: 500; cursor: pointer; background-size: cover; padding: 0 10px;}
#home .defaultArea .btnDetail:hover { box-shadow: 500px 0 0 0 rgba(255, 255, 255, 0.15) inset; }
#home .defaultArea .btnDetail:active { box-shadow: 500px 0 0 0 rgba(0,0,0, 0.15) inset; }
/* homeDetail */
#homeDetail .container { padding: 0 0 20px 0; overflow: hidden; }
#homeDetailForm .title { color: #5c5854; font-size: 18px; padding-left: 22px; }
#homeDetailForm .subtitle { color: #5c5854; font-size: 9pt; line-height: 13px; padding-left: 22px; padding-bottom: 7px; }
#homeDetail table { height: calc(100% - 44px); padding: 9px 22px; }
#homeDetail table td { vertical-align: top; color: #5c5854; font-size: 16px; }
#homeDetail table td:nth-child(2) { padding-top: 2px; }
#homeDetail input[type="text"] { width: 70%; padding: 2px 5px; }
#homeDetail textarea { overflow-y: auto; }
#homeDetail input[type="text"], textarea { background-color: rgb(254, 254, 254); border: 1px solid #cacaca; }
/* comments */
.commentDelete { color: red; font-size: 9pt; font-family: Arial; padding: 6px 10px; text-decoration: none; }
#comments.container { overflow-y: auto; overflow-x: hidden; }
#comments .title { font-size: 10.5pt; }
#comments #commentCount { font-size: 13.5pt; color: #ff6000; padding-right: 10px; }
#comments textarea { margin-left: 10px; width: 600px; height: 74px; border-radius: 3px; border-color: #bebebe; }
#comments table td { text-align: center; }
#comments .inputArea { margin: 13px 13px 0; border-bottom: 1px solid #dedede; }
#comments .inputArea img, .viewFormat img { width: 60px; height: 60px; }
#comments .viewArea { margin: 0 13px; padding: 11px 0; }
#comments .viewArea .classImage { float: left; margin-right: 20px; padding-left: 5px; }
#comments .view { width: calc(100% - 100px); padding-left: 100px; border-bottom: 1px solid #dedede; min-height: 75px; }
#comments .view .characterName { font-size: 12pt; color: #0049a4; }
#comments .view .characterInfo { font-size: 10.5pt; color: #929292; padding-right: 10px; }
#comments .view .comments { font-size: 10.5pt; color: #545454; padding-left: 5px; }
#comments .view .date { font-size: 9.75pt; color: #888888; margin: 5px 0 15px; }
#comments .viewFormat { margin-bottom: 10px; } | src/main/resources/data/web/Areas/GuildInfo/common/css/main.css | .bold, .bold td { font-weight: 600; }
.title, .characterName, #commentCount, .paging > div.active, #index .tab_comment:after { font-family: 'custom bold'; font-weight: 600; -coherent-font-cleartype: off; }
#warRecord table.warRecordHeader thead tr.totalWarRecord td:not(:first-child) { font-family: 'custom bold'; font-weight: 600; }
#comments .comment { font-size: 10pt; font-size: 10pt; word-break: break-all; }
.caption { font-size: 12pt; }
input, text, textarea { font-size: 12px; }
html { height: 630px !important; width: 870px !important; background-color: #131211 !important; }
html, body { width: 100%; height: 100%; padding: 0; margin: 0; font-family: custom; overflow: hidden; }
div, h1, h2, h3, h4, h5, h6, input, text, textarea { font-family: custom; }
table { width: 100%; height: 100%; }
table.guildInfo, table.guildInfo tr, table.guildInfo tr td { font-family: 'custom bold'; font-weight: 600; }
h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; font-weight: normal; }
span, div { cursor: default; }
.hide { display: none; }
#index, .container { margin: 0; box-sizing: border-box; width: 100%; height: 100%; }
.tooltip { z-index: 1 !important; position: absolute !important; box-sizing: border-box !important; color: white !important; background: rgba(0, 0, 0, 0.8) !important; padding: 5px 10px !important; border-radius: 3px !important; font-size: 12px !important; }
iframe { border: none; }
textarea { resize: none; }
.btnSave { color: white; background: url(/Areas/GuildInfo/Common/img/content/btn_bg.png) no-repeat; background-position: -5px -2px; width: 100px; text-align: center; padding: 3px 0px; float: right; position: relative; cursor: pointer; margin: -36px 10px 0 0; border: 1px solid black; border-radius: 2px; }
.btnSave:hover { box-shadow: 500px 0 0 0 rgba(255,255,255, 0.15) inset; }
.btnSave:active { box-shadow: 500px 0 0 0 rgba(0,0,0, 0.15) inset; }
.btnReset { color: white; background: url(/Areas/GuildInfo/Common/img/content/btn_bg.png) no-repeat; background-position: -5px -2px; width: 100px; text-align: center; padding: 3px 0px; float: right; position: relative; cursor: pointer; margin: -36px 10px 0 0; border: 1px solid black; border-radius: 2px; right: 110px; }
.btnReset:hover { box-shadow: 500px 0 0 0 rgba(255,255,255, 0.15) inset; }
.btnReset:active { box-shadow: 500px 0 0 0 rgba(0,0,0, 0.15) inset; }
.btnPost { background: linear-gradient(#0062e8, #0053c4); color: white; text-align: center; height: 30px; line-height: 30px; border-radius: 2px; font-size: 12pt; margin: 0 auto; cursor: pointer; display: inline-block; width: auto; min-width: 70px; padding: 0 10px; box-sizing:border-box;}
.btnPost:hover { box-shadow: 100px 0 0 0 rgba(255, 255, 255, 0.15) inset; }
.btnPost:active { box-shadow: 100px 0 0 0 rgba(0,0,0, 0.15) inset; }
.checkBox { width: 28px; height: 28px; border: 1px solid #bfbfbf; border-radius: 4px; text-align: center; padding: 5px; box-sizing: border-box; }
.checkBox:before { content: url(/Areas/GuildInfo/Common/img/content/nonChecked.png); height: 28px; }
.checkBox.active:before { content: url(/Areas/GuildInfo/Common/img/content/checked.png); }
.checkBox.active { background-color: #544336; }
.file { cursor: pointer; font-size: 9pt; border: 1px solid #cacaca; width: 91px; height: 26px; line-height: 26px; text-align: center; box-sizing: border-box; background: linear-gradient(#fff 47%,#eee); float: left; }
.file:hover { box-shadow: 500px 0 0 0 rgba(0,0,0, 0.05) inset; }
.file:active { box-shadow: 500px 0 0 0 rgba(0,0,0, 0.15) inset; }
.filePath { color: #000; font-size: 9pt; font-family: Arial; float: left; padding: 6px 15px; }
.fileDelete { color: red; font-size: 9pt; font-family: Arial; float: left; padding: 6px 0; text-decoration: none; }
.caption { color: #8c8c8c; font-size: 9pt; }
/* paging */
.paging { display: table; margin: 6px auto 30px; color: #4c4c4c !important; }
.paging > div { background-color:white; color: #4c4c4c !important; min-width: 27px; height: 27px; line-height: 27px; border: 1px solid #e1e1e1; border-radius: 2px; float: left; text-align: center; font-size: 9pt; margin: 0 3px 0 0; cursor: pointer; padding: 0 10px; box-sizing: border-box; }
.paging > div:hover { color: white !important; background-color: #1e94fa; border-color: #1e94fa; box-shadow: inset 0 0px 20px rgba(0,0,0, 0.18); }
.paging > div:active { box-shadow: 100px 0 0 0 rgba(0,0,0, 0.15) inset; }
.paging > div.active { color: white !important; background-color: #1e94fa; border-color: #1e94fa; box-shadow: inset 0 0px 20px rgba(0,0,0, 0.18); text-shadow: 1px 2px 2px rgba(0,0,0,0.5); }
.paging > div::after, .paging > div::before { position: relative; top: 2px; padding-right: 1px; }
#warRecord div.arrow_left::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_left.png); }
#warRecord div.arrow_right::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_right.png); }
#comments div.arrow_left::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_left_small.png); }
#comments div.arrow_right::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_right_small.png); }
#comments div.arrow_left:hover::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_left_acitve.png); }
#comments div.arrow_right:hover::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_right_active.png); }
.paging div.arrow_first::before { content: url(/Areas/GuildInfo/Common/img/content/arrow_first.png); padding: 0 8px 0 0; }
.paging div.arrow_last::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_last.png); padding: 0 0 0 8px; }
.paging div.arrow_first:hover::before { content: url(/Areas/GuildInfo/Common/img/content/arrow_first_active.png); }
.paging div.arrow_last:hover::after { content: url(/Areas/GuildInfo/Common/img/content/arrow_last_active.png); }
.arrow_last { margin-left: 20px !important; }
.arrow_first { margin-right: 20px !important; }
/* index */
#index .top table { padding: 4px; border-spacing: 0; border-collapse: collapse; }
#index .top table tr:nth-child(1) { vertical-align: bottom; }
#index .top table tr:nth-child(2) { font-size: 12pt; }
#index .top table tr:nth-child(3) { font-size: 10.5pt; }
#index .top table tr:nth-child(n+2) td { vertical-align: top; position: relative; }
#index .top table tr:nth-child(n+2) td span.guildData { position: relative; top: -2px; margin-right: 10px; padding-bottom: 1px; }
#index .top table tr:nth-child(3) td span.guildData { margin-left: 2px; width: 220px; white-space: nowrap; overflow: hidden; display: inline-block; text-overflow: ellipsis; vertical-align: bottom; }
#index .top table tr:nth-child(2) td { width: 30%; }
#index .container { overflow-y: auto; }
#index .guildInfo td { color: #e6cdc0; }
#index .guildInfo td.area2 span { width: 450px !important; margin-right: 0 !important; }
#index .top { background-image: url(/Areas/GuildInfo/Common/img/content/logoBackground.png); height: 100px; }
#index .bottom { height: calc(100% - 120px); margin-top: 6px; }
#index .tab { height: 35px; }
#index .main { width: 100%; height: calc(100% - 21px); background-color: white; padding-top: 10px; box-sizing: border-box; border: 1px solid; border-top: none; }
#index .tabList li { min-width: 62px; max-height: 35px; float: left; box-sizing: border-box; padding: 8px 10px; text-align: center; background: linear-gradient(#584739, #3f3228); margin: 0 2px; border-radius: 3px 3px 0 0; color: lightgray; border-top: 1px solid #90857b; cursor: pointer; }
#index .tabList li:hover { box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4); }
#index .tabList li.active { background: white; }
#index .logo { width: 90px; text-align: center; }
#index .logo > img { width: 60px; height: 60px; border: 1px solid #6c6d6d; box-shadow: 0 0 10px black; }
#index img { max-width: 827px; text-align: center; top: 2px; position: relative; }
#index .guild_name { float: left; font-size: 18pt; color: white; text-shadow: 2px 2px 5px black; }
#index .guild_join { float: left; height: 25px; background: linear-gradient(#c98356, #964313); margin-top: 5px; margin-left: 10px; color: #eedc99; font-size: 10pt; padding: 2px 5px; box-sizing: border-box; border: 1px solid #ac4504; cursor: pointer; }
#index .guild_join:hover { box-shadow: 100px 0 0 0 rgba(255, 255, 255, 0.15) inset; }
#index .guild_join:active { box-shadow: 100px 0 0 0 rgba(0,0,0, 0.15) inset; }
.add { width: 21px; height: 20px; background: linear-gradient(#519165, #0f5322); border-radius: 3px; margin: 0; border: 1px solid #003d00; box-sizing: border-box; cursor: pointer; text-align: center; display: inline-block; top: 2px; position: relative; }
.add:after { content: url(/Areas/GuildInfo/Common/img/content/icon_add.png); color: rgba(255,255,255,0.7); font-size: 12pt; position: relative; top: -5px; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); }
.add:hover { box-shadow: 100px 0 0 0 rgba(255, 255, 255, 0.15) inset; }
.add:active { box-shadow: 100px 0 0 0 rgba(0,0,0, 0.15) inset; }
.add:hover:before { content: attr(data-attr); margin-left: -5px; }
#index .tab_comment:after { content: attr(data-attr); padding: 2px 7px; margin: 0 0 0 10px; font-size: 9pt; position: relative; top: -6px; left: 2px; border-radius: 8px; background: linear-gradient(#DA6C02, #fd7f03); color: white; box-shadow: 0 1px 1px rgba(255,255,255,.8); font-family: arial; text-shadow: 1px 1px 0 rgba(0,0,0,0.5); }
#index .settings { float: right; cursor: pointer; }
#index .settings:before { content: url(/Areas/GuildInfo/Common/img/content/settings.png); position: relative; left: -10px; cursor: pointer !important; }
#index .settings:hover:before { content: url(/Areas/GuildInfo/Common/img/content/settings_hover.png); }
.title { font-size: 14pt; padding-left: 18px; line-height: 30px; }
.hr { background-color: #935a22; width: calc(100% - 20px); height: 2px; margin: 0 10px; }
ul { margin: 0; padding: 0; list-style-type: none; }
/* home */
#home.container { padding: 0; }
#home .data > div:first-child { padding: 20px 28px; }
#home .data > div { padding-bottom: 20px; padding: 20px 13px 10px; }
#home .data .image { text-align: center; }
#home img { max-width: 827px; text-align: center; }
#home object { width: 827px; text-align: center; }
#home .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; width: 90%; margin: 0 auto; text-align: center; }
#home .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#home .fb-page, .facebook { text-align: center; }
#home .defaultArea { height: 100%; }
#home .defaultArea .title { color: #7b7671; font-size: 17.25pt; padding-top: 44px; text-align: center; }
#home .defaultArea .subtitle { color: #7b7671; font-size: 10.5pt; line-height: 18px; text-align: center; padding-bottom: 27px; }
#home .defaultArea table { padding: 11px 50px 0 50px; }
#home .defaultArea td { color: #b7b7b7; text-align: center; }
#home .defaultArea .btncaption { color: black; font-size: 9pt; }
#home .defaultArea .btnDetail { background: url(/Areas/GuildInfo/Common/img/content/btn_bg.png) no-repeat; min-width: 189px; width: auto; display: inline-block; height: 58px; line-height: 58px; margin: 0 auto; color: white; font-size: 16.5pt; font-weight: 500; cursor: pointer; background-size: cover; padding: 0 10px;}
#home .defaultArea .btnDetail:hover { box-shadow: 500px 0 0 0 rgba(255, 255, 255, 0.15) inset; }
#home .defaultArea .btnDetail:active { box-shadow: 500px 0 0 0 rgba(0,0,0, 0.15) inset; }
/* homeDetail */
#homeDetail .container { padding: 0 0 20px 0; overflow: hidden; }
#homeDetailForm .title { color: #5c5854; font-size: 18px; padding-left: 22px; }
#homeDetailForm .subtitle { color: #5c5854; font-size: 9pt; line-height: 13px; padding-left: 22px; padding-bottom: 7px; }
#homeDetail table { height: calc(100% - 44px); padding: 9px 22px; }
#homeDetail table td { vertical-align: top; color: #5c5854; font-size: 16px; }
#homeDetail table td:nth-child(2) { padding-top: 2px; }
#homeDetail input[type="text"] { width: 70%; padding: 2px 5px; }
#homeDetail textarea { overflow-y: auto; }
#homeDetail input[type="text"], textarea { background-color: rgb(254, 254, 254); border: 1px solid #cacaca; }
/* comments */
.commentDelete { color: red; font-size: 9pt; font-family: Arial; padding: 6px 10px; text-decoration: none; }
#comments.container { overflow-y: auto; overflow-x: hidden; }
#comments .title { font-size: 10.5pt; }
#comments #commentCount { font-size: 13.5pt; color: #ff6000; padding-right: 10px; }
#comments textarea { margin-left: 10px; width: 600px; height: 74px; border-radius: 3px; border-color: #bebebe; }
#comments table td { text-align: center; }
#comments .inputArea { margin: 13px 13px 0; border-bottom: 1px solid #dedede; }
#comments .inputArea img, .viewFormat img { width: 60px; height: 60px; }
#comments .viewArea { margin: 0 13px; padding: 11px 0; }
#comments .viewArea .classImage { float: left; margin-right: 20px; padding-left: 5px; }
#comments .view { width: calc(100% - 100px); padding-left: 100px; border-bottom: 1px solid #dedede; min-height: 75px; }
#comments .view .characterName { font-size: 12pt; color: #0049a4; }
#comments .view .characterInfo { font-size: 10.5pt; color: #929292; padding-right: 10px; }
#comments .view .comments { font-size: 10.5pt; color: #545454; padding-left: 5px; }
#comments .view .date { font-size: 9.75pt; color: #888888; margin: 5px 0 15px; }
#comments .viewFormat { margin-bottom: 10px; } | 0.328853 | 0.188082 |
a#nav-toggle-persistence * {
transition-duration: 500ms;
}
a#nav-toggle-persistence > span {
display: inline;
position: relative;
padding: 0;
margin: 0;
}
#persistence-toggler {
display: inline-block;
position: relative;
height: 18px;
width: 30px;
top: 3px;
left: 15px;
border: 2px solid #ccc;
border-radius: 9px;
background-color: #0008;
}
#persistence-toggler.persistence-on {
border: 2px solid #0005;
background-color: #cff;
box-shadow: 0 0 10px white;
}
#persistence-ball {
position: relative;
width: 14px;
height: 14px;
border-radius: 50%;
border: 1px solid #0008;
}
#persistence-toggler #persistence-ball {
background-color: #ccc;
left: -0.5px;
}
#persistence-toggler.persistence-on #persistence-ball {
background-color: #aaf;
box-shadow: 0 0 5px #fff;
left: 12.5px;
}
nav#chatroom-nav {
background-color: #000000a0;
padding-left: 2px;
padding-top: 10px;
padding-right: 2px;
height: 75vh;
transition-duration: 250ms;
overflow-y: auto;
overflow-x: hidden;
}
nav#chatroom-nav:hover {
background-color: #0906289c;
transition-duration: 500ms;
}
nav#nav-menu-items {
letter-spacing: 3px;
}
.nav-link.dropdown-toggle {
letter-spacing: 2px;
}
button#show-create-room-modal-button {
font-size: .75em;
margin-bottom: 5px;
}
.room-button {
left:10%;
position: relative;
background-color: #080808a0;
color: gray;
width: 80%;
height: 30px;
border-radius: 15px;
text-align: center;
border: 2px solid #888888;
margin-bottom: 4px;
white-space: nowrap;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
transition-duration: 250ms;
}
.has-unread-messages {
animation: glow 2s infinite;
}
.noodlechat-alert {
animation: glow2 2s infinite;
}
@keyframes glow {
0% {
border: 3px solid #080808;
}
50% {
border: 3px solid rgb(255, 166, 0);
}
100% {
border: 3px solid #080808;
}
}
@keyframes glow2 {
0% {
border: 3px solid rgba(255, 166, 0, 0);
}
50% {
border: 3px solid rgba(255, 166, 0, 1);
}
100% {
border: 3px solid rgba(255, 166, 0, 0);
}
}
.room-button.full-room-minim {
font-size: x-small;
}
.room-initial {
text-transform: capitalize;
position: relative;
left: 0;
top: -24px;
}
.room-initial.only-letter {
left: 0;
}
.room-initial.second-letter {
text-transform: lowercase;
position: relative;
left: 12px;
top: -44px;
}
.room-icon {
position: relative;
top: -26px;
left: 0;
width: 100%;
}
.room-button.full-room-minim .room-initial {
font-size: medium;
top: -15px;
left: 0;
}
.room-button.full-room-minim .room-initial.second-letter {
font-size: small;
top: -33px;
left: 8px;
}
.room-button.full-room-minim .full-chatroom-name {
top: 5px;
}
.room-button.full-room-minim .room-icon {
top: -17px;
}
.full-chatroom-name {
width: 0;
left: 0;
color: #080808;
position: relative;
visibility: hidden;
text-overflow: ellipsis;
top: 0;
}
.full-room-minim {
font-size: x-small;
top: 2px;
}
.room-button:hover {
background-color: #484848;
left: 0;
width: 100%;
color: white;
border: 2px solid white;
transition-duration: 500ms;
}
.room-button:hover .room-initial, .room-button:hover .room-initial.second-letter, .room-button:hover .room-icon {
visibility: hidden;
}
.room-button:hover .full-chatroom-name {
width: 100%;
left: 0;
color: white;
visibility: visible;
transition-duration: 1000ms;
}
.sidemenu-room-summary-label {
margin-bottom: 0;
color: dimgray;
}
.sidemenu-room-summary-text {
margin-top: -3px;
line-height: 1rem;
font-size: small;
font-weight: lighter;
color: gainsboro;
overflow: hidden;
text-overflow: ellipsis;
}
ul#chatroom-nav-list > li {
padding-left: 4px;
margin-top: 2px;
background-color: #08080880;
color: rgba(128, 128, 128, 0.5);
border-radius: 4px;
user-select: none;
}
ul#chatroom-nav-list > li.chats-alert {
color: rgb(252, 216, 17);
}
ul#chatroom-nav-list > li.current-room {
background-color: #333333;
color: white;
}
ul#chatroom-nav-list > li:hover {
background-color: #484848;
color: white;
transition-duration: 500ms;
}
ul#chatroom-nav-list > li.chats-alert:hover {
background-color: #484848;
color: rgb(255, 180, 118);
transition-duration: 500ms;
} | dist/css/side_menu.css | a#nav-toggle-persistence * {
transition-duration: 500ms;
}
a#nav-toggle-persistence > span {
display: inline;
position: relative;
padding: 0;
margin: 0;
}
#persistence-toggler {
display: inline-block;
position: relative;
height: 18px;
width: 30px;
top: 3px;
left: 15px;
border: 2px solid #ccc;
border-radius: 9px;
background-color: #0008;
}
#persistence-toggler.persistence-on {
border: 2px solid #0005;
background-color: #cff;
box-shadow: 0 0 10px white;
}
#persistence-ball {
position: relative;
width: 14px;
height: 14px;
border-radius: 50%;
border: 1px solid #0008;
}
#persistence-toggler #persistence-ball {
background-color: #ccc;
left: -0.5px;
}
#persistence-toggler.persistence-on #persistence-ball {
background-color: #aaf;
box-shadow: 0 0 5px #fff;
left: 12.5px;
}
nav#chatroom-nav {
background-color: #000000a0;
padding-left: 2px;
padding-top: 10px;
padding-right: 2px;
height: 75vh;
transition-duration: 250ms;
overflow-y: auto;
overflow-x: hidden;
}
nav#chatroom-nav:hover {
background-color: #0906289c;
transition-duration: 500ms;
}
nav#nav-menu-items {
letter-spacing: 3px;
}
.nav-link.dropdown-toggle {
letter-spacing: 2px;
}
button#show-create-room-modal-button {
font-size: .75em;
margin-bottom: 5px;
}
.room-button {
left:10%;
position: relative;
background-color: #080808a0;
color: gray;
width: 80%;
height: 30px;
border-radius: 15px;
text-align: center;
border: 2px solid #888888;
margin-bottom: 4px;
white-space: nowrap;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
transition-duration: 250ms;
}
.has-unread-messages {
animation: glow 2s infinite;
}
.noodlechat-alert {
animation: glow2 2s infinite;
}
@keyframes glow {
0% {
border: 3px solid #080808;
}
50% {
border: 3px solid rgb(255, 166, 0);
}
100% {
border: 3px solid #080808;
}
}
@keyframes glow2 {
0% {
border: 3px solid rgba(255, 166, 0, 0);
}
50% {
border: 3px solid rgba(255, 166, 0, 1);
}
100% {
border: 3px solid rgba(255, 166, 0, 0);
}
}
.room-button.full-room-minim {
font-size: x-small;
}
.room-initial {
text-transform: capitalize;
position: relative;
left: 0;
top: -24px;
}
.room-initial.only-letter {
left: 0;
}
.room-initial.second-letter {
text-transform: lowercase;
position: relative;
left: 12px;
top: -44px;
}
.room-icon {
position: relative;
top: -26px;
left: 0;
width: 100%;
}
.room-button.full-room-minim .room-initial {
font-size: medium;
top: -15px;
left: 0;
}
.room-button.full-room-minim .room-initial.second-letter {
font-size: small;
top: -33px;
left: 8px;
}
.room-button.full-room-minim .full-chatroom-name {
top: 5px;
}
.room-button.full-room-minim .room-icon {
top: -17px;
}
.full-chatroom-name {
width: 0;
left: 0;
color: #080808;
position: relative;
visibility: hidden;
text-overflow: ellipsis;
top: 0;
}
.full-room-minim {
font-size: x-small;
top: 2px;
}
.room-button:hover {
background-color: #484848;
left: 0;
width: 100%;
color: white;
border: 2px solid white;
transition-duration: 500ms;
}
.room-button:hover .room-initial, .room-button:hover .room-initial.second-letter, .room-button:hover .room-icon {
visibility: hidden;
}
.room-button:hover .full-chatroom-name {
width: 100%;
left: 0;
color: white;
visibility: visible;
transition-duration: 1000ms;
}
.sidemenu-room-summary-label {
margin-bottom: 0;
color: dimgray;
}
.sidemenu-room-summary-text {
margin-top: -3px;
line-height: 1rem;
font-size: small;
font-weight: lighter;
color: gainsboro;
overflow: hidden;
text-overflow: ellipsis;
}
ul#chatroom-nav-list > li {
padding-left: 4px;
margin-top: 2px;
background-color: #08080880;
color: rgba(128, 128, 128, 0.5);
border-radius: 4px;
user-select: none;
}
ul#chatroom-nav-list > li.chats-alert {
color: rgb(252, 216, 17);
}
ul#chatroom-nav-list > li.current-room {
background-color: #333333;
color: white;
}
ul#chatroom-nav-list > li:hover {
background-color: #484848;
color: white;
transition-duration: 500ms;
}
ul#chatroom-nav-list > li.chats-alert:hover {
background-color: #484848;
color: rgb(255, 180, 118);
transition-duration: 500ms;
} | 0.485844 | 0.09118 |
* { box-sizing: border-box; }
html { font-size: 16px; }
body { font-size: 1rem; font-family: sans-serif; color: #000000; background-color: #FFFFFF; }
p { margin-top: 5px; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; padding: 0px; text-align: justify; }
a { text-decoration: none; color: #000080; border: 0px; }
a:hover { text-decoration: underline; color: #0040FF; border: 0px; }
h1 { font-size: 1.5rem; }
h2 { font-size: 1.2rem; }
h3 { font-size: 1rem; font-weight: bold; text-decoration: underline; }
strong { font-weight: bold; }
em { font-style: italic; }
.header { width: 100%; margin: 0px; border: 0px; padding: 5px; font-size: 1.5rem; color: #FFFFFF; background-color: #000080; overflow: auto; vertical-align: middle; line-height: 2.0; }
.footer { width: 100%; margin: 0px; margin-top: 10px; border: 0px; padding: 5px; font-size: 0.75rem; color: #FFFFFF; background-color: #000080; overflow: auto; vertical-align: middle; text-align: center; line-height: 2.0; }
.footer a { text-decoration: none; color: #FFFFFF; border: 0px; }
.footer a:hover { text-decoration: underline; }
.row:after { content: ""; clear: both; display: block; }
[class*="col-"] { float: left; padding: 16px; width: 100%; }
@media only screen and (max-width: 425px) {
.col-m-0 {width: 0%;}
.col-m-1 {width: 8.33%;}
.col-m-2 {width: 16.66%;}
.col-m-3 {width: 25%;}
.col-m-4 {width: 33.33%;}
.col-m-5 {width: 41.66%;}
.col-m-6 {width: 50%;}
.col-m-7 {width: 58.33%;}
.col-m-8 {width: 66.66%;}
.col-m-9 {width: 75%;}
.col-m-10 {width: 83.33%;}
.col-m-11 {width: 91.66%;}
.col-m-12 {width: 100%;}
#logo_img { width: auto; height: 60px; }
.logoheader { line-height: 64px; }
}
@media only screen and (max-width: 768px) {
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
#logo_img { width: auto; height: 80px; }
.logoheader { line-height: 84px; }
}
@media only screen and (min-width: 1200px) {
body { width: 1200px; margin-left: auto; margin-right: auto; }
} | GeoIPCache/public/style.css | * { box-sizing: border-box; }
html { font-size: 16px; }
body { font-size: 1rem; font-family: sans-serif; color: #000000; background-color: #FFFFFF; }
p { margin-top: 5px; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; padding: 0px; text-align: justify; }
a { text-decoration: none; color: #000080; border: 0px; }
a:hover { text-decoration: underline; color: #0040FF; border: 0px; }
h1 { font-size: 1.5rem; }
h2 { font-size: 1.2rem; }
h3 { font-size: 1rem; font-weight: bold; text-decoration: underline; }
strong { font-weight: bold; }
em { font-style: italic; }
.header { width: 100%; margin: 0px; border: 0px; padding: 5px; font-size: 1.5rem; color: #FFFFFF; background-color: #000080; overflow: auto; vertical-align: middle; line-height: 2.0; }
.footer { width: 100%; margin: 0px; margin-top: 10px; border: 0px; padding: 5px; font-size: 0.75rem; color: #FFFFFF; background-color: #000080; overflow: auto; vertical-align: middle; text-align: center; line-height: 2.0; }
.footer a { text-decoration: none; color: #FFFFFF; border: 0px; }
.footer a:hover { text-decoration: underline; }
.row:after { content: ""; clear: both; display: block; }
[class*="col-"] { float: left; padding: 16px; width: 100%; }
@media only screen and (max-width: 425px) {
.col-m-0 {width: 0%;}
.col-m-1 {width: 8.33%;}
.col-m-2 {width: 16.66%;}
.col-m-3 {width: 25%;}
.col-m-4 {width: 33.33%;}
.col-m-5 {width: 41.66%;}
.col-m-6 {width: 50%;}
.col-m-7 {width: 58.33%;}
.col-m-8 {width: 66.66%;}
.col-m-9 {width: 75%;}
.col-m-10 {width: 83.33%;}
.col-m-11 {width: 91.66%;}
.col-m-12 {width: 100%;}
#logo_img { width: auto; height: 60px; }
.logoheader { line-height: 64px; }
}
@media only screen and (max-width: 768px) {
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
#logo_img { width: auto; height: 80px; }
.logoheader { line-height: 84px; }
}
@media only screen and (min-width: 1200px) {
body { width: 1200px; margin-left: auto; margin-right: auto; }
} | 0.519034 | 0.173428 |
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-extralight-webfont.eot');
src: url('fonts/dosis-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-extralight-webfont.woff') format('woff'), url('fonts/dosis-extralight-webfont.ttf') format('truetype'), url('fonts/dosis-extralight-webfont.svg#42f943d0f7ca6e66f4115349a902a055') format('svg');
font-weight: 200;
font-style: normal;
}
/* END Dosis Extra Light */
/* BEGIN Dosis Light */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-light-webfont.eot');
src: url('fonts/dosis-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-light-webfont.woff') format('woff'), url('fonts/dosis-light-webfont.ttf') format('truetype'), url('fonts/dosis-light-webfont.svg#1aff088524c49cd5afcc744e5b53141a') format('svg');
font-weight: 300;
font-style: normal;
}
/* END Dosis Light */
/* BEGIN Dosis Regular */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-regular-webfont.eot');
src: url('fonts/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-regular-webfont.woff') format('woff'), url('fonts/dosis-regular-webfont.ttf') format('truetype'), url('fonts/dosis-regular-webfont.svg#548baaf7a02d0b5cf20987eecbc3005e') format('svg');
font-weight: normal;
font-style: normal;
}
/* END Dosis Regular */
/* BEGIN Dosis Medium */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-medium-webfont.eot');
src: url('fonts/dosis-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-medium-webfont.woff') format('woff'), url('fonts/dosis-medium-webfont.ttf') format('truetype'), url('fonts/dosis-medium-webfont.svg#2cbaa3672d557c9ba71c951362e5c97b') format('svg');
font-weight: 500;
font-style: normal;
}
/* END Dosis Medium */
/* BEGIN Dosis Semi Bold */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-semibold-webfont.eot');
src: url('fonts/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-semibold-webfont.woff') format('woff'), url('fonts/dosis-semibold-webfont.ttf') format('truetype'), url('fonts/dosis-semibold-webfont.svg#ea3d2069407c6221628e6100ecea896b') format('svg');
font-weight: 600;
font-style: normal;
}
/* END Dosis Semi Bold */
/* BEGIN Dosis Bold */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-bold-webfont.eot');
src: url('fonts/dosis-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-bold-webfont.woff') format('woff'), url('fonts/dosis-bold-webfont.ttf') format('truetype'), url('fonts/dosis-bold-webfont.svg#ca77017c9ce4c854dee5d657c3771940') format('svg');
font-weight: bold;
font-style: normal;
}
/* END Dosis Bold */
/* BEGIN Dosis Extra Bold */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-extrabold-webfont.eot');
src: url('fonts/dosis-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-extrabold-webfont.woff') format('woff'), url('fonts/dosis-extrabold-webfont.ttf') format('truetype'), url('fonts/dosis-extrabold-webfont.svg#95f4a68d6bbb7d62890bcf445d9e753e') format('svg');
font-weight: bold;
font-style: normal;
}
/* END Dosis Extra Bold */
/*# sourceMappingURL=dosis.map */ | dosis.css | @font-face {
font-family: 'Dosis';
src: url('fonts/dosis-extralight-webfont.eot');
src: url('fonts/dosis-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-extralight-webfont.woff') format('woff'), url('fonts/dosis-extralight-webfont.ttf') format('truetype'), url('fonts/dosis-extralight-webfont.svg#42f943d0f7ca6e66f4115349a902a055') format('svg');
font-weight: 200;
font-style: normal;
}
/* END Dosis Extra Light */
/* BEGIN Dosis Light */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-light-webfont.eot');
src: url('fonts/dosis-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-light-webfont.woff') format('woff'), url('fonts/dosis-light-webfont.ttf') format('truetype'), url('fonts/dosis-light-webfont.svg#1aff088524c49cd5afcc744e5b53141a') format('svg');
font-weight: 300;
font-style: normal;
}
/* END Dosis Light */
/* BEGIN Dosis Regular */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-regular-webfont.eot');
src: url('fonts/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-regular-webfont.woff') format('woff'), url('fonts/dosis-regular-webfont.ttf') format('truetype'), url('fonts/dosis-regular-webfont.svg#548baaf7a02d0b5cf20987eecbc3005e') format('svg');
font-weight: normal;
font-style: normal;
}
/* END Dosis Regular */
/* BEGIN Dosis Medium */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-medium-webfont.eot');
src: url('fonts/dosis-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-medium-webfont.woff') format('woff'), url('fonts/dosis-medium-webfont.ttf') format('truetype'), url('fonts/dosis-medium-webfont.svg#2cbaa3672d557c9ba71c951362e5c97b') format('svg');
font-weight: 500;
font-style: normal;
}
/* END Dosis Medium */
/* BEGIN Dosis Semi Bold */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-semibold-webfont.eot');
src: url('fonts/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-semibold-webfont.woff') format('woff'), url('fonts/dosis-semibold-webfont.ttf') format('truetype'), url('fonts/dosis-semibold-webfont.svg#ea3d2069407c6221628e6100ecea896b') format('svg');
font-weight: 600;
font-style: normal;
}
/* END Dosis Semi Bold */
/* BEGIN Dosis Bold */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-bold-webfont.eot');
src: url('fonts/dosis-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-bold-webfont.woff') format('woff'), url('fonts/dosis-bold-webfont.ttf') format('truetype'), url('fonts/dosis-bold-webfont.svg#ca77017c9ce4c854dee5d657c3771940') format('svg');
font-weight: bold;
font-style: normal;
}
/* END Dosis Bold */
/* BEGIN Dosis Extra Bold */
@font-face {
font-family: 'Dosis';
src: url('fonts/dosis-extrabold-webfont.eot');
src: url('fonts/dosis-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dosis-extrabold-webfont.woff') format('woff'), url('fonts/dosis-extrabold-webfont.ttf') format('truetype'), url('fonts/dosis-extrabold-webfont.svg#95f4a68d6bbb7d62890bcf445d9e753e') format('svg');
font-weight: bold;
font-style: normal;
}
/* END Dosis Extra Bold */
/*# sourceMappingURL=dosis.map */ | 0.274546 | 0.042762 |
body { --accent: #FFFFFF; }
body[maximized="false"] { margin: 30px 1px 1px 1px; }
body[maximized="true"] { margin: 21px 0 0 0; }
platform-frame div#inner { background: white; position: absolute; box-shadow: 0 1px 0 1px #19526E; }
platform-frame div#frameTop { z-index: -1; }
platform-frame div#frameCenter { z-index: -2; }
platform-frame div#frameBottom { z-index: -2; }
platform-frame div#title { color: black; font-family: 'Segoe UI'; font-size: 12px; margin: 0 auto; text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important; }
platform-frame div#minimize { background-image: url(../../../png/platforms/Windows/10/glyph_minimize_black.png); background-repeat: no-repeat; background-position: center }
platform-frame div#minimize:hover { background-color: #E5E5E5; }
platform-frame div#minimize:active { background-color: #CACACB; }
platform-frame div#maximize { background-repeat: no-repeat; background-position: center; }
platform-frame div#maximize:hover { background-color: #E5E5E5; }
platform-frame div#maximize:active { background-color: #CACACB; }
platform-frame div#close { background-image: url(../../../png/platforms/Windows/10/glyph_close_black.png); background-repeat: no-repeat; background-position: center; }
platform-frame div#close:hover { background-color: #E81123; background-image: url(../../../png/platforms/Windows/10/glyph_close_white.png); }
platform-frame div#close:active { background-color: #F1707A; background-image: url(../../../png/platforms/Windows/10/glyph_close_white.png); }
platform-frame div#minimize, platform-frame div#maximize, platform-frame div#close { transition: background 0.1s ease-in-out; }
platform-frame div#minimize:active, platform-frame div#maximize:active, platform-frame div#close:active { transition: none; }
platform-frame div#frameN { width: 100%; }
platform-frame div#frameNW, platform-frame div#frameNE, platform-frame div#frameW, platform-frame div#frameE, platform-frame div#frameSW, platform-frame div#frameS, platform-frame div#frameSE, platform-frame div#frameCenter, platform-frame div#frameBottom { display: none; }
body[maximized="false"] platform-frame div#inner { top: 30px; right: 1px; bottom: 1px; left: 1px; }
body[maximized="false"] platform-frame div#frameTop { height: 30px; border-top: 1px solid #19526E; border-left: 1px solid #19526E; border-right: 1px solid #19526E; }
body[maximized="false"] platform-frame div#frameCenter { height: calc(100% - 30px); }
body[maximized="false"] platform-frame div#favicon { top: 7px; left: 9px; }
body[maximized="false"] platform-frame div#title { top: 7px; left: 29px; }
body[maximized="false"] platform-frame div#minimize { width: 45px; height: 29px; top: 1px; right: 91px; }
body[maximized="false"] platform-frame div#maximize { width: 45px; height: 29px; top: 1px; right: 46px; background-image: url(../../../png/platforms/Windows/10/glyph_maximize_black.png); }
body[maximized="false"] platform-frame div#close { width: 45px; height: 29px; top: 1px; right: 1px; }
body[maximized="true"] platform-frame div#inner { top: 21px; right: 0; bottom: 0; left: 0; }
body[maximized="true"] platform-frame div#frameTop { height: 21px; }
body[maximized="true"] platform-frame div#favicon { top: 3px; left: 2px; }
body[maximized="true"] platform-frame div#title { top: 3px; left: 22px; }
body[maximized="true"] platform-frame div#minimize { width: 45px; height: 21px; top: 0; right: 94px; }
body[maximized="true"] platform-frame div#maximize { width: 45px; height: 21px; top: 0; right: 48px; background-image: url(../../../png/platforms/Windows/10/glyph_restore_black.png); }
body[maximized="true"] platform-frame div#close { width: 45px; height: 21px; top: 0; right: 2px; }
body[focused="false"] platform-frame div#title { filter: opacity(0.5); }
body[focused="false"] platform-frame div#minimize:not(:hover) { filter: opacity(0.5); }
body[focused="false"] platform-frame div#maximize:not(:hover) { filter: opacity(0.5); }
body[focused="false"] platform-frame div#close:not(:hover) { filter: opacity(0.5); }
body[focused="false"] platform-frame div#frameN { background: #FFFFFF; }
body[focused="true"] platform-frame div#frameN { background: var(--accent); } | static/css/platforms/Windows/10.css | body { --accent: #FFFFFF; }
body[maximized="false"] { margin: 30px 1px 1px 1px; }
body[maximized="true"] { margin: 21px 0 0 0; }
platform-frame div#inner { background: white; position: absolute; box-shadow: 0 1px 0 1px #19526E; }
platform-frame div#frameTop { z-index: -1; }
platform-frame div#frameCenter { z-index: -2; }
platform-frame div#frameBottom { z-index: -2; }
platform-frame div#title { color: black; font-family: 'Segoe UI'; font-size: 12px; margin: 0 auto; text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important; }
platform-frame div#minimize { background-image: url(../../../png/platforms/Windows/10/glyph_minimize_black.png); background-repeat: no-repeat; background-position: center }
platform-frame div#minimize:hover { background-color: #E5E5E5; }
platform-frame div#minimize:active { background-color: #CACACB; }
platform-frame div#maximize { background-repeat: no-repeat; background-position: center; }
platform-frame div#maximize:hover { background-color: #E5E5E5; }
platform-frame div#maximize:active { background-color: #CACACB; }
platform-frame div#close { background-image: url(../../../png/platforms/Windows/10/glyph_close_black.png); background-repeat: no-repeat; background-position: center; }
platform-frame div#close:hover { background-color: #E81123; background-image: url(../../../png/platforms/Windows/10/glyph_close_white.png); }
platform-frame div#close:active { background-color: #F1707A; background-image: url(../../../png/platforms/Windows/10/glyph_close_white.png); }
platform-frame div#minimize, platform-frame div#maximize, platform-frame div#close { transition: background 0.1s ease-in-out; }
platform-frame div#minimize:active, platform-frame div#maximize:active, platform-frame div#close:active { transition: none; }
platform-frame div#frameN { width: 100%; }
platform-frame div#frameNW, platform-frame div#frameNE, platform-frame div#frameW, platform-frame div#frameE, platform-frame div#frameSW, platform-frame div#frameS, platform-frame div#frameSE, platform-frame div#frameCenter, platform-frame div#frameBottom { display: none; }
body[maximized="false"] platform-frame div#inner { top: 30px; right: 1px; bottom: 1px; left: 1px; }
body[maximized="false"] platform-frame div#frameTop { height: 30px; border-top: 1px solid #19526E; border-left: 1px solid #19526E; border-right: 1px solid #19526E; }
body[maximized="false"] platform-frame div#frameCenter { height: calc(100% - 30px); }
body[maximized="false"] platform-frame div#favicon { top: 7px; left: 9px; }
body[maximized="false"] platform-frame div#title { top: 7px; left: 29px; }
body[maximized="false"] platform-frame div#minimize { width: 45px; height: 29px; top: 1px; right: 91px; }
body[maximized="false"] platform-frame div#maximize { width: 45px; height: 29px; top: 1px; right: 46px; background-image: url(../../../png/platforms/Windows/10/glyph_maximize_black.png); }
body[maximized="false"] platform-frame div#close { width: 45px; height: 29px; top: 1px; right: 1px; }
body[maximized="true"] platform-frame div#inner { top: 21px; right: 0; bottom: 0; left: 0; }
body[maximized="true"] platform-frame div#frameTop { height: 21px; }
body[maximized="true"] platform-frame div#favicon { top: 3px; left: 2px; }
body[maximized="true"] platform-frame div#title { top: 3px; left: 22px; }
body[maximized="true"] platform-frame div#minimize { width: 45px; height: 21px; top: 0; right: 94px; }
body[maximized="true"] platform-frame div#maximize { width: 45px; height: 21px; top: 0; right: 48px; background-image: url(../../../png/platforms/Windows/10/glyph_restore_black.png); }
body[maximized="true"] platform-frame div#close { width: 45px; height: 21px; top: 0; right: 2px; }
body[focused="false"] platform-frame div#title { filter: opacity(0.5); }
body[focused="false"] platform-frame div#minimize:not(:hover) { filter: opacity(0.5); }
body[focused="false"] platform-frame div#maximize:not(:hover) { filter: opacity(0.5); }
body[focused="false"] platform-frame div#close:not(:hover) { filter: opacity(0.5); }
body[focused="false"] platform-frame div#frameN { background: #FFFFFF; }
body[focused="true"] platform-frame div#frameN { background: var(--accent); } | 0.438304 | 0.136868 |
.newTo {
max-width: 80em;
margin: 0 auto;
}
.au-display-lg {
margin-top: 1.6em;
font-weight: normal;
color: #313131;
display: block;
line-height: 1.4;
font-size: 24px;
text-align: center;
padding-bottom: 48px;
margin-left: auto;
margin-right: auto;
max-width: 82%
}
.icon {
float: right;
width: 48px;
height: 48px;
}
.summary {
font-size: 24px;
line-height: 1.38;
margin-bottom: 20px;
}
.full-header {
background: #def4f9;
padding-top: 5em;
}
.full-header h4:first-of-type, .full-header ul {
margin-top: 0;
}
.full-header > div {
max-width: 75em;
margin: 0 auto;
padding: 0 1.6em;
}
.tiles {
padding: 0 55px;
margin-top: 36px;
}
.tiles img {
float: right;
margin-top: -50px;
}
.tiles li {
width: 100%;
border-radius: 3px;
background-color: #ffffff;
box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.3);
border: solid 1px #bbbbbb;
display: block;
margin-top: 24px;
cursor: pointer;
background-repeat: no-repeat;
background-position-x: 97%;
background-position-y: 83%;
padding: 24px;
}
.tiles li:hover, .tiles li:focus {
box-shadow: 0 2px 4px 0 rgba(102, 102, 200, 0.7);
border: solid 2px #5bcbe3;
cursor: pointer;
}
.tiles li:hover a:first-child, .tiles li:focus a:first-child {
background-color: #5bcbe3;
color: #313131;
}
.explore {
padding-top: 48px;
padding-bottom: 58px;
background-color: #f0f3f5;
}
.tiles p {
font-size: 17px;
}
.tiles li h3 {
margin-top: 0;
}
.fine {
color: #313131;
font-size: 14px;
line-height: 1.57;
padding: 0 48px;
}
.code h2 {
font-size: 32px;
font-weight: bold;
line-height: 1.4;
}
.code a[role="button"] {
color: white;
font-size: 16px;
border-bottom: 0;
}
.code a[role="button"]:hover {
background-color: #115361;
color: white;
}
.center {
width: 1024px;
margin: 0 auto;
text-align: left;
}
.illustration {
margin-top: 14px;
margin-bottom: 10px;
margin-left: 30px;
}
.code-text {
margin: 0 auto;
font-size: 20px;
line-height: 1.45;
padding-bottom: 48px;
padding-left: 48px;
}
.what {
width: 36%;
margin: 0 auto;
text-align: center;
}
.what p {
font-size: 20px;
}
@media only screen and (max-device-width: 768px) {
.title {
font-size: 28px;
}
.tiles {
padding-top: 16px;
}
.summary {
font-size: 20px;
}
.illustration {
width: 306px;
}
.center {
width: 100%;
}
.code h2 {
font-size: 28px;
font-weight: bold;
line-height: 1.6;
}
.tiles li h3 {
font-size: 20px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.45;
letter-spacing: normal;
}
.code-text {
font-size: 18px;
max-width: 475px;
}
}
@media only screen and (max-device-width: 767px) {
.full-header {
padding-top: 2em;
text-align: center;
padding-bottom: 2em;
}
.illustration {
margin: 0;
}
.tiles {
padding: 0 24px;
}
.tiles li {
background-position-y: 97%;
}
.code a[role="button"] {
text-align: center;
width: 100%;
}
.code-text {
padding: 24px;
}
.explore {
padding-top: 1px;
padding-bottom: 48px;
}
.what {
padding: 0 24px;
width: 100%
}
} | src/bundles/Collaborate/components/Code/Code.css | .newTo {
max-width: 80em;
margin: 0 auto;
}
.au-display-lg {
margin-top: 1.6em;
font-weight: normal;
color: #313131;
display: block;
line-height: 1.4;
font-size: 24px;
text-align: center;
padding-bottom: 48px;
margin-left: auto;
margin-right: auto;
max-width: 82%
}
.icon {
float: right;
width: 48px;
height: 48px;
}
.summary {
font-size: 24px;
line-height: 1.38;
margin-bottom: 20px;
}
.full-header {
background: #def4f9;
padding-top: 5em;
}
.full-header h4:first-of-type, .full-header ul {
margin-top: 0;
}
.full-header > div {
max-width: 75em;
margin: 0 auto;
padding: 0 1.6em;
}
.tiles {
padding: 0 55px;
margin-top: 36px;
}
.tiles img {
float: right;
margin-top: -50px;
}
.tiles li {
width: 100%;
border-radius: 3px;
background-color: #ffffff;
box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.3);
border: solid 1px #bbbbbb;
display: block;
margin-top: 24px;
cursor: pointer;
background-repeat: no-repeat;
background-position-x: 97%;
background-position-y: 83%;
padding: 24px;
}
.tiles li:hover, .tiles li:focus {
box-shadow: 0 2px 4px 0 rgba(102, 102, 200, 0.7);
border: solid 2px #5bcbe3;
cursor: pointer;
}
.tiles li:hover a:first-child, .tiles li:focus a:first-child {
background-color: #5bcbe3;
color: #313131;
}
.explore {
padding-top: 48px;
padding-bottom: 58px;
background-color: #f0f3f5;
}
.tiles p {
font-size: 17px;
}
.tiles li h3 {
margin-top: 0;
}
.fine {
color: #313131;
font-size: 14px;
line-height: 1.57;
padding: 0 48px;
}
.code h2 {
font-size: 32px;
font-weight: bold;
line-height: 1.4;
}
.code a[role="button"] {
color: white;
font-size: 16px;
border-bottom: 0;
}
.code a[role="button"]:hover {
background-color: #115361;
color: white;
}
.center {
width: 1024px;
margin: 0 auto;
text-align: left;
}
.illustration {
margin-top: 14px;
margin-bottom: 10px;
margin-left: 30px;
}
.code-text {
margin: 0 auto;
font-size: 20px;
line-height: 1.45;
padding-bottom: 48px;
padding-left: 48px;
}
.what {
width: 36%;
margin: 0 auto;
text-align: center;
}
.what p {
font-size: 20px;
}
@media only screen and (max-device-width: 768px) {
.title {
font-size: 28px;
}
.tiles {
padding-top: 16px;
}
.summary {
font-size: 20px;
}
.illustration {
width: 306px;
}
.center {
width: 100%;
}
.code h2 {
font-size: 28px;
font-weight: bold;
line-height: 1.6;
}
.tiles li h3 {
font-size: 20px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.45;
letter-spacing: normal;
}
.code-text {
font-size: 18px;
max-width: 475px;
}
}
@media only screen and (max-device-width: 767px) {
.full-header {
padding-top: 2em;
text-align: center;
padding-bottom: 2em;
}
.illustration {
margin: 0;
}
.tiles {
padding: 0 24px;
}
.tiles li {
background-position-y: 97%;
}
.code a[role="button"] {
text-align: center;
width: 100%;
}
.code-text {
padding: 24px;
}
.explore {
padding-top: 1px;
padding-bottom: 48px;
}
.what {
padding: 0 24px;
width: 100%
}
} | 0.657209 | 0.151529 |
@media(max-width: 350px){
html{
font-size: 8px;
}
}
@media(min-width: 350px) and (max-width: 450px){
html{
font-size: 10px;
}
}
@media(min-width: 450px) and (max-width: 600px){
html{
font-size: 12px;
}
}
@media(min-width: 600px){
html{
font-size: 16px;
}
}
*{
margin: 0;
padding: 0;
}
h1,h2,h3,h4,h5,p{
margin: 0;
}
/* 蓝图 */
.blue_con{
padding-top: 8%;
background-color: #fff;
}
.blue_logo{
text-align: center;
padding: 2.5% 0;
}
.blue_logo img{
width: 15%;
}
.blue_list{
position: relative;
}
.huabian{
position: absolute;
right: 0;
top: 10%;
width: 10%;
}
.blue_list>li{
text-align: center;
padding: 0 13%;
}
.blue_list li h3{
font-weight: 500;
font-size: 1.5rem;
}
.blue_list li span{
display: inline-block;
width: 50px;
height: 2px;
background-color: #fee600;
margin: 3% 0;
}
.blue_list li img{
width: 100%;
}
.mar_top{
margin-top: 8%;
}
.mar_top ul{
display: table;
margin: 0 auto;
padding: 2.5%;
background-image: url(../img/images/ulbeijing_03.png);
background-size: 100% 100%;
}
.bottom_mar{
padding-bottom: 8%;
}
.mar_top ul li{
display: table-cell;
}
.mar_top ul li img{
width: 80%;
}
/* 新闻 */
.Jou_con{
padding: 5% 21% 0;
background-color: #fff;
}
.jou_logo{
text-align: center;
padding: 2.5% 0;
}
.jou_logo img{
width: 20%;
}
.Jou_con h1, .Jou_con h2, .Jou_con h3, .Jou_con h4, .Jou_con h5{
font-size: 1.8rem;
padding: 3% 0;
}
.Jou_con h2{
border-bottom:1px solid #d9d9d9;
}
.jou_mid img{
width: 100%;
margin: 4% 0;
}
.Jou_con p{
font-size: 1.2rem;
line-height: 2;
padding-bottom: 3%;
}
footer.footer .flex1 span{
font-size: 1.2rem;
}
.sunwukong{
position: relative;
}
.sunwukongbeijing{
position: absolute;
top: 51%;
left: 0;
height: 117%;
}
/* 新闻列表 */
.new_list{
padding: 5% 0;
}
.new_list ul{
padding: 0 15%;
}
.new_list ul li{
padding: 4% 0 4% 40%;
margin: 3% 0;
position: relative;
background: url(../img/images/xingwenbeijing.png) left center no-repeat;
background-size: contain;
}
.new_content h4{
font-size: 1.4rem;
}
.new_content p{
font-size: 1.1rem;
}
.new_content{
padding: 4%;
background-color: #fff;
box-shadow: 0px 5px 40px #999;
}
.new_content span{
display: inline-block;
width: 40px;
height: 3px;
background-color:#565656;
margin: 2% 0;
}
.newdate{
position: absolute;
width: 15%;
height: 43%;
left: 3%;
top: 14%;
}
.newdate h3 ,.newdate p{
position: absolute;
text-align: center;
background: url(../img/images/xingwenbiejing_03.png) 0 0 no-repeat;
background-size: 100% 100%;
color: #fee600;
}
.newdate h3{
left: 0;
top: 0;
padding: 15% 0;
width: 90%;
font-size: 2rem;
}
.newdate p{
right: 0;
bottom: 0;
width: 50%;
padding: 11% 0;
font-size: 1rem;
}
.simpleTit{
font-size: 1.2rem;
}
@media(max-width: 900px){
/* 途悦站 */
.blue_list>li{
padding: 0;
}
.simpleTit{
font-size: .8rem;
}
/* 新闻 */
.Jou_con{
padding: 10% 2% 0;
}
/* 新闻列表 */
.new_list ul{
padding: 2%;
}
.newdate{
left: 0;
top: 0;
}
.new_list ul li{
padding: 5% 0 5% 21%;
}
.new_content{
max-height: 150px;
overflow: hidden;
}
.newdate h3 ,.newdate p{
width: 100%;
}
} | pc/css/simple.css | @media(max-width: 350px){
html{
font-size: 8px;
}
}
@media(min-width: 350px) and (max-width: 450px){
html{
font-size: 10px;
}
}
@media(min-width: 450px) and (max-width: 600px){
html{
font-size: 12px;
}
}
@media(min-width: 600px){
html{
font-size: 16px;
}
}
*{
margin: 0;
padding: 0;
}
h1,h2,h3,h4,h5,p{
margin: 0;
}
/* 蓝图 */
.blue_con{
padding-top: 8%;
background-color: #fff;
}
.blue_logo{
text-align: center;
padding: 2.5% 0;
}
.blue_logo img{
width: 15%;
}
.blue_list{
position: relative;
}
.huabian{
position: absolute;
right: 0;
top: 10%;
width: 10%;
}
.blue_list>li{
text-align: center;
padding: 0 13%;
}
.blue_list li h3{
font-weight: 500;
font-size: 1.5rem;
}
.blue_list li span{
display: inline-block;
width: 50px;
height: 2px;
background-color: #fee600;
margin: 3% 0;
}
.blue_list li img{
width: 100%;
}
.mar_top{
margin-top: 8%;
}
.mar_top ul{
display: table;
margin: 0 auto;
padding: 2.5%;
background-image: url(../img/images/ulbeijing_03.png);
background-size: 100% 100%;
}
.bottom_mar{
padding-bottom: 8%;
}
.mar_top ul li{
display: table-cell;
}
.mar_top ul li img{
width: 80%;
}
/* 新闻 */
.Jou_con{
padding: 5% 21% 0;
background-color: #fff;
}
.jou_logo{
text-align: center;
padding: 2.5% 0;
}
.jou_logo img{
width: 20%;
}
.Jou_con h1, .Jou_con h2, .Jou_con h3, .Jou_con h4, .Jou_con h5{
font-size: 1.8rem;
padding: 3% 0;
}
.Jou_con h2{
border-bottom:1px solid #d9d9d9;
}
.jou_mid img{
width: 100%;
margin: 4% 0;
}
.Jou_con p{
font-size: 1.2rem;
line-height: 2;
padding-bottom: 3%;
}
footer.footer .flex1 span{
font-size: 1.2rem;
}
.sunwukong{
position: relative;
}
.sunwukongbeijing{
position: absolute;
top: 51%;
left: 0;
height: 117%;
}
/* 新闻列表 */
.new_list{
padding: 5% 0;
}
.new_list ul{
padding: 0 15%;
}
.new_list ul li{
padding: 4% 0 4% 40%;
margin: 3% 0;
position: relative;
background: url(../img/images/xingwenbeijing.png) left center no-repeat;
background-size: contain;
}
.new_content h4{
font-size: 1.4rem;
}
.new_content p{
font-size: 1.1rem;
}
.new_content{
padding: 4%;
background-color: #fff;
box-shadow: 0px 5px 40px #999;
}
.new_content span{
display: inline-block;
width: 40px;
height: 3px;
background-color:#565656;
margin: 2% 0;
}
.newdate{
position: absolute;
width: 15%;
height: 43%;
left: 3%;
top: 14%;
}
.newdate h3 ,.newdate p{
position: absolute;
text-align: center;
background: url(../img/images/xingwenbiejing_03.png) 0 0 no-repeat;
background-size: 100% 100%;
color: #fee600;
}
.newdate h3{
left: 0;
top: 0;
padding: 15% 0;
width: 90%;
font-size: 2rem;
}
.newdate p{
right: 0;
bottom: 0;
width: 50%;
padding: 11% 0;
font-size: 1rem;
}
.simpleTit{
font-size: 1.2rem;
}
@media(max-width: 900px){
/* 途悦站 */
.blue_list>li{
padding: 0;
}
.simpleTit{
font-size: .8rem;
}
/* 新闻 */
.Jou_con{
padding: 10% 2% 0;
}
/* 新闻列表 */
.new_list ul{
padding: 2%;
}
.newdate{
left: 0;
top: 0;
}
.new_list ul li{
padding: 5% 0 5% 21%;
}
.new_content{
max-height: 150px;
overflow: hidden;
}
.newdate h3 ,.newdate p{
width: 100%;
}
} | 0.159152 | 0.07989 |
html {
font-size: 62.5%;
}
p {
font-size: 1.6rem;
margin: 0;
}
.fw-bold {
font-weight: bold;
}
.fw-light {
font-weight: 200;
}
.center {
text-align: center;
font-size: 1.4rem;
display: block;
}
.label-w {
width: 200px;
margin-right: 30px;
}
.fl_col_start .btn_b {
margin-top: 10px;
}
.tal {
text-align: left;
}
@media screen and (max-width: 767px) {
h1 {
font-size: 1.3rem !important;
}
.sm {
display: block;
}
}
body {
text-align: center;
}
a {
text-decoration: none;
}
form h1 {
margin-bottom: 20px;
}
.temp_board {
min-width: 510px;
background: #ffebc8;
border: 1px solid black;
padding: 60px 40px;
}
.temp_board h1 {
font-weight: bold;
margin-bottom: 30px;
}
.temp_board p {
font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
.temp_board {
width: 100%;
}
}
form {
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
padding: 0px 40px;
max-width: 810px;
}
form h1 {
font-weight: bold;
}
@media screen and (max-width: 767px) {
form {
width: 95%;
}
}
.blue {
background: aliceblue;
}
.blue-board, .blue-board_admin {
padding: 0;
border: 1px solid black;
min-width: 450px;
min-height: 260px;
}
@media screen and (max-width: 767px) {
.blue-board, .blue-board_admin {
width: 96%;
}
}
.blue-board_admin {
width: 608px;
max-width: 610px;
}
.board {
width: auto;
max-width: 810px;
}
.container {
padding: 30px 50px;
}
@media screen and (max-width: 767px) {
.container {
padding: 30px 15px;
}
}
.man-body, .man-body_b, .mab-body_review {
min-height: 250px;
height: inherit;
background: #ffebc8;
padding: 40px 25px 50px;
}
.man-body_b {
background: aliceblue;
}
.mab-body_review {
background: #d7f7ff;
padding: 10px 70px 25px;
}
.add_pd {
padding: 0px 70px 25px;
}
.man-body-tables {
background: #ffebc8;
height: auto;
padding: 40px 25px 50px;
}
.show_wrap {
padding: 0px 40px;
text-align: left;
}
.show_wrap .name_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 20px;
}
.show_wrap .name_wrap .name {
font-weight: bold;
margin-right: 50px;
font-size: 1.8rem;
}
.show_wrap .name_wrap p + p {
font-size: 1.3rem;
}
.show_wrap .img_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
}
.show_wrap .img_wrap .img_wrap_item {
margin-right: 10px;
}
.show_wrap .img_wrap .img_wrap_item img {
-o-object-fit: cover;
object-fit: cover;
}
.show_wrap .content_wrap {
margin-top: 20px;
}
.show_wrap .content_wrap p + p {
margin-top: 10px;
}
.man-name {
margin: 0 20px 0 0;
font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
.man-name {
font-size: 1rem;
margin: 0 10px 0 0;
}
}
.tabletest, .tabletest_category {
border: black solid 1px;
border-collapse: collapse;
table-layout: fixed;
width: 100%;
font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
.tabletest, .tabletest_category {
font-size: 1rem;
}
}
.tabletest th, .tabletest_category th,
.tabletest td,
.tabletest_category td {
border: black dotted 1px;
}
.tabletest th, .tabletest_category th {
background: rgba(211, 207, 207, 0.712);
font-weight: normal;
height: 20px !important;
width: auto;
}
.tabletest td,
.tabletest_category td {
background: white;
text-align: center;
vertical-align: middle;
}
.tabletest .t_id, .tabletest_category .t_id {
width: 5%;
}
.tabletest .t_name, .tabletest_category .t_name {
text-align: center;
}
.tabletest .t_gender, .tabletest_category .t_gender {
width: 7.5%;
text-align: center;
}
.tabletest .t_email, .tabletest_category .t_email {
text-align: center;
}
.tabletest .t_category, .tabletest_category .t_category {
text-align: center;
width: 15%;
}
.tabletest .t_created_at, .tabletest_category .t_created_at {
width: 12%;
}
.tabletest .t_id, .tabletest_category .t_id, .tabletest .t_created_at, .tabletest_category .t_created_at {
height: inherit;
position: relative;
}
.tabletest .t_id p, .tabletest_category .t_id p,
.tabletest .t_created_at p,
.tabletest_category .t_created_at p {
margin: 0;
display: inline;
height: inherit;
}
.tabletest_category {
width: 95%;
margin-top: 20px;
}
.form_sp {
background: transparent;
position: absolute;
display: inline-block;
border: none;
width: 13px !important;
height: 13px;
margin: 0;
padding: 0;
bottom: 8px;
right: 7px;
}
.form_sp input[name="asc"],
.form_sp input[name="desc"] {
background: transparent;
border: none;
}
.edit {
color: blue;
}
.edit:hover {
opacity: .7;
}
.product_lists, .product_top {
border-top: 1px solid;
margin-top: 15px;
}
.product_lists .product, .product_top .product {
border-bottom: 2px solid;
padding: 15px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.product_lists .product .product_body, .product_top .product .product_body {
width: 100%;
height: 100%;
margin-left: 50px;
}
.product_lists .product .product_body p, .product_top .product .product_body p {
font-size: 1.4rem !important;
}
.product_lists .product .product_body .left-block, .product_top .product .product_body .left-block {
display: block;
text-align: left;
}
.product_lists .product .product_body .cat, .product_top .product .product_body .cat {
display: inline;
width: auto;
background: white;
padding: 2px 4px;
border: 1px solid;
}
.product_lists .product .product_body .product_name, .product_top .product .product_body .product_name {
text-align: left;
margin-top: 15px;
color: blue;
}
.product_lists .product .product_body .product_name:hover, .product_top .product .product_body .product_name:hover {
opacity: 0.7;
cursor: pointer;
}
.product_lists .product .product_body .product_star, .product_top .product .product_body .product_star {
text-align: left;
margin-top: 10px;
color: black;
}
.product_lists .product .product_body .product_comment, .product_top .product .product_body .product_comment {
text-align: left;
margin-top: 0px;
color: black;
margin-bottom: 10px;
}
.product_body_b {
background: lightgray;
padding: 10px 0;
border-top: solid 2px;
border-bottom: solid 2px;
border-right: solid 1px;
border-left: solid 1px;
margin-left: calc(((608px - 100%) / 2) * -1);
margin-right: calc(((608px - 100%) / 2) * -1);
text-align: center;
}
.product_top {
border: none;
margin-top: 0px;
}
.product_top .product {
border-bottom: none;
padding: 0px;
}
.product_top .product .product_body p {
font-size: 1.5rem !important;
}
.product_top .product .product_body .product_name {
margin-top: 0px;
color: black;
}
.product_top .product .product_body .product_name:hover {
opacity: 1;
cursor: auto;
}
.product_top .product_star,
.product_top .product_name {
font-size: 1.8rem;
}
.product_header {
width: 100px;
height: 100px;
}
.product_header img {
width: 100px;
height: 100px;
-o-object-fit: cover;
object-fit: cover;
}
.comment_header {
width: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
text-align: left;
}
.comment_header p {
font-weight: bold;
font-size: 1.4em;
}
.comment_header p + p {
margin-top: 10px;
}
.example {
margin-top: 25px;
padding-left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.example li {
position: relative;
border: 1px black solid;
}
.example .t_prev,
.example .t_next {
background: white;
border: 1px solid;
width: 4.5rem;
height: 1.4rem;
}
.example .t_prev {
margin-right: 10px;
}
.example .t_next {
margin-left: 10px;
}
.example .mid {
display: inline-block;
width: 1.4rem;
height: 1.4rem;
background: white;
border-radius: 0;
}
.example a {
color: black;
line-height: auto;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
font-size: 1.2rem;
}
.example .this {
background-color: #777;
color: #fff;
}
label {
font-size: 1.4rem !important;
display: inline-block;
margin: 0 10px 10px 0;
vertical-align: top;
}
.name-label {
text-align: right !important;
margin-right: 10px;
}
input {
background-color: white;
border: black 1px solid;
}
input:not([type="submit"]) {
height: 20px;
}
input[name="name_sei"],
input[name="name_mei"],
input[name="pref_name"] {
width: 120px;
}
@media screen and (max-width: 767px) {
input[name="name_sei"],
input[name="name_mei"],
input[name="pref_name"] {
width: 90px;
}
}
input[name="nickname"],
input[name="password"],
input[name="login_id"],
input[name="password_confirmation"],
input[name="email"] {
width: 220px;
}
@media screen and (max-width: 767px) {
input[name="nickname"],
input[name="password"],
input[name="login_id"],
input[name="password_confirmation"],
input[name="email"] {
width: 200px;
}
}
input[type="file"] {
height: auto;
}
.sub_name + .sub_name {
margin-top: 10px;
}
.sub_name_b {
padding-bottom: 10px;
}
.originalFileBtn {
border: 2px solid #ff8800;
border-radius: 8px;
color: #ff8800;
background: white;
display: inline-block;
padding: 2px 4px;
position: relative;
width: 120px;
}
.originalFileBtn:hover {
opacity: 0.6;
}
.originalFileBtn input[type="file"] {
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
}
.pics_wrap {
margin-left: 30px;
}
.view_box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 15px;
}
.view_box img {
-o-object-fit: cover;
object-fit: cover;
}
.file_design {
position: relative;
display: inline-block;
color: #ff6600;
background-color: white;
border: solid 2px #ff6600;
padding: 4px 8px;
border-radius: 5px;
cursor: pointer;
font-size: 1rem;
}
.image_label {
text-align: left;
}
#preview {
margin-bottom: 15px;
}
#preview img {
width: 200px;
border: solid 1px silver;
}
select {
background: white;
border: 1px black solid;
height: 20px;
margin-right: 20px;
}
.element_wrap, .element_wrap_fill, .element_wrap_fill_no_margin {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0px auto 15px;
}
.element_wrap label, .element_wrap_fill label, .element_wrap_fill_no_margin label {
margin-right: 15px;
}
.element_wrap p, .element_wrap_fill p, .element_wrap_fill_no_margin p {
font-size: 1.4rem;
display: inline-block;
margin: 0;
}
.element_wrap_fill label, .element_wrap_fill_no_margin label {
font-size: 1.4rem;
}
.element_wrap_fill input[name="email"], .element_wrap_fill_no_margin input[name="email"] {
width: 74%;
}
.element_wrap_fill_no_margin label {
margin-right: 0;
}
.product_category {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.product_category a {
margin-right: 7px;
}
.element_wrap_v {
margin-bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.img_label {
text-align: left;
margin-bottom: 5px;
}
.img_view {
padding-bottom: 15px;
}
.img_view img {
-o-object-fit: cover;
object-fit: cover;
}
.element_wrap_str {
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.element_wrap_str label {
display: inline-block;
width: auto;
text-align: left;
margin-right: 50px;
}
@media screen and (max-width: 767px) {
.element_wrap_str label {
margin-right: 20px;
}
}
.element_wrap_str .content-wrap {
font-size: 1.4rem;
}
.element_wrap_str p {
font-size: 1.4rem;
margin: 0;
}
.element_wrap_str .str_l {
width: 120px;
text-align: left;
}
.element_wrap_str_review {
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.long_label {
width: 120px !important;
font-weight: bold !important;
text-align: left;
margin: 0;
display: inline-block;
}
.long {
width: 290px;
}
.inner_element {
margin-right: 20px !important;
}
.btn, .btn_b, .btn-back, .btn-back-bl, .btn-back_b, .btn-back_b_left {
display: inline-block;
min-width: 150px;
padding: 8px 15px;
text-decoration: none;
background-color: #ff8800;
border: #ff8800 solid 1px;
border-radius: 8px;
color: white;
font-weight: bold;
margin: 20px auto 0;
}
.btn:hover, .btn_b:hover, .btn-back:hover, .btn-back-bl:hover, .btn-back_b:hover, .btn-back_b_left:hover, .btn:focus, .btn_b:focus, .btn-back:focus, .btn-back-bl:focus, .btn-back_b:focus, .btn-back_b_left:focus {
background-color: white;
color: #ff8800;
}
.btn_b {
background-color: #486693;
font-size: 1.4rem;
border-color: #486693;
}
.btn_b:hover, .btn_b:focus {
color: #486693;
}
.btn-back, .btn-back-bl {
background-color: white;
color: #ff8800;
border: #ff8800 solid 1px;
}
.btn-back:hover, .btn-back-bl:hover, .btn-back:focus, .btn-back-bl:focus {
background-color: #ff8800;
color: white;
}
.btn-back_b {
background-color: white;
color: #486693;
border-color: #486693;
font-size: 1.4rem;
}
.btn-back_b:hover, .btn-back_b:focus {
background-color: #486693;
color: white;
border-color: #486693;
}
.btn-back_b_left {
margin-right: auto;
}
.btn-back-bl {
color: blue;
border: blue solid 1px;
}
.btn-back-bl:hover, .btn-back-bl:focus {
background: blue;
}
.admin-btn {
float: left;
margin-top: 0;
}
.blue_btn {
border: solid #0042a5 1px;
border-radius: 5px;
display: inline-block;
padding: 5px 6px;
line-height: 1;
background: #0042a5;
color: white;
font-weight: bold;
font-size: 1.2rem;
}
.blue_btn:hover {
opacity: 0.7;
}
.blue_btn_md, .blue_btn_md_con {
margin-top: 20px;
border: solid #486693 1px;
border-radius: 7px;
display: inline-block;
width: 120px;
padding: 8px 5px;
background: #486693;
color: white;
margin-left: auto;
font-size: 1.2rem;
}
.blue_btn_md:hover, .blue_btn_md_con:hover {
opacity: 0.8;
color: white;
}
.blue_btn_md_con {
width: 250px;
color: #486693;
background: white;
}
.blue_btn_md_con:hover {
color: #486693;
}
.admin_regist {
display: block;
margin: 0 0 20px 40px;
width: 60px;
padding: 5px 5px;
}
@media screen and (max-width: 767px) {
.admin_regist {
margin: 0 auto;
}
}
.admin_regist_d {
display: block;
margin-right: 10px;
margin-left: 0;
width: 140px;
padding: 6px 8px;
}
.add {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.add-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.add-wrap + .add-wrap {
margin-top: 20px;
}
.btn-wrap, .fl_col_start, .content_wrap, .content-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.content_wrap {
margin-right: 15px;
}
.content_wrap_v {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 15px;
}
ul {
padding-left: 0;
list-style: none;
}
.error {
color: #ff2e5a;
font-size: 1.6rem;
text-align: left;
list-style: none;
display: block;
}
.header, .header_b {
background: rgba(255, 207, 171, 0.81);
height: 50px;
width: 100%;
padding: 0 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.header_b {
background: gainsboro;
}
.welcome_name {
margin-right: 20px;
}
.man-header {
background: rgba(117, 93, 74, 0.596);
}
.man-header h1 {
margin: 0;
}
.simple-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.simple-wrap_sb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.btn-simple, .btn-simple_sm {
border: solid 1px black;
color: black;
display: inline-block;
padding: 8px 12px;
font-size: 1.2rem;
text-align: center;
text-decoration: none;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.btn-simple + .btn-simple, .btn-simple_sm + .btn-simple, .btn-simple + .btn-simple_sm, .btn-simple_sm + .btn-simple_sm {
margin-left: 20px;
}
.btn-simple:hover, .btn-simple_sm:hover {
opacity: 0.7;
}
@media screen and (max-width: 767px) {
.btn-simple, .btn-simple_sm {
padding: 4px 8px;
font-size: 1rem;
}
}
.btn-simple_sm {
padding: 4px 8px;
font-size: 1rem;
width: 130px;
}
@media screen and (max-width: 767px) {
.btn-simple_sm {
padding: 2px 5px;
font-size: 1rem;
}
}
.contents {
color: white;
font-size: 5rem !important;
}
.mem-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: inherit;
}
textarea {
width: 200px;
border: 1px solid black;
height: 150px;
}
@media screen and (max-width: 767px) {
textarea {
width: 230px;
}
}
input[name="title"] {
width: 240px;
}
@media screen and (max-width: 767px) {
input[name="title"] {
width: 200px;
}
}
.comment-wrap {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.block-b {
padding: 20px 40px;
max-width: 550px;
border: 1px solid black;
}
.yellow {
background-color: #ffebc8;
}
.block-a {
width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.block-a label {
width: 30%;
display: inline-block;
text-align: left;
margin: 0;
}
@media screen and (max-width: 767px) {
.block-a label {
width: 50%;
}
}
.block-a p {
width: 300px;
display: inline-block;
text-align: left;
}
.log-error {
text-align: center;
}
.forget {
color: blue;
font-size: 1.6rem;
text-align: right;
display: block;
}
.forget_lead {
font-size: 1.6rem;
text-align: left;
margin-bottom: 50px;
}
.forget_lead_sent {
font-size: 1.6rem;
line-height: 1.6;
text-align: center;
margin: 0 auto;
}
.forget_form {
border: none;
}
.forget_form label {
margin-right: 30px;
}
.forget_form input[type="text"] {
width: 50%;
}
.forget_form input[type="email"] {
width: 70%;
}
.results {
padding: 70px;
}
@media screen and (max-width: 767px) {
.results {
padding: 30px 15px;
}
}
.search-wrap {
background: white;
padding: 25px 30px;
margin: 0px auto;
border: 1px solid black;
}
.search-wrap label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.search-wrap label input,
.search-wrap label select {
margin-left: 15px;
}
.search-wrap button {
background: white;
display: block;
margin: 0 auto;
}
.search-wrap button:hover {
background: black;
color: white;
}
.search_container_mem {
display: block;
}
.search_container_mem input[name="search-btn"] {
height: auto;
width: 35%;
}
table {
margin: 0px auto;
font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
table {
font-size: 1.1rem;
}
}
table td {
text-align: left;
vertical-align: top;
}
table td a {
text-decoration: none;
}
table td a:hover {
opacity: 0.6;
}
table .td_title {
max-width: 230px;
}
.mem-board {
max-width: 610px;
}
.mem-search {
width: 100%;
table-layout: fixed;
border: 1px solid black;
border-collapse: collapse;
}
.mem-search th {
width: 100px;
height: 40px;
background: rgba(211, 207, 207, 0.712);
text-align: left;
}
.mem-search td {
padding: 0 10%;
text-align: left;
}
@media screen and (max-width: 767px) {
.mem-search td {
padding: 0 5%;
}
}
.mem-search td input {
height: 30px;
width: 90%;
}
.mem-search td select {
height: 30px;
width: 60%;
}
.table-gender {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
}
.table-gender input[type="checkbox"] {
border: 1px solid black;
padding: 0.8em;
-webkit-appearance: none;
width: auto;
height: auto;
margin: 0;
position: relative;
top: 4px;
}
.table-gender input[type="checkbox"]:checked {
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=) no-repeat center center;
background-size: 5px 5px;
}
.table-gender input[type="checkbox"]:focus {
outline-color: transparent;
}
.table-gender label {
padding-right: 15px;
margin-bottom: 0;
}
.table-gender .table-gender_list {
border: none;
background: transparent;
}
.mem-search th,
.mem-search td {
border: 1px solid black;
vertical-align: middle;
}
h1 {
margin-bottom: 0;
font-size: 2rem;
}
.ttl_comments {
font-size: 1.6rem;
margin-top: 0;
margin-bottom: 0;
text-align: center;
}
.ttl_date {
font-size: 1.2rem;
font-weight: bold;
margin: 0;
margin-left: auto;
text-align: right;
}
.com-wrap {
border: 1px solid blue;
border-radius: 20px;
padding: 0px 13px;
color: blue;
font-size: 1.6rem;
line-height: 1.7;
text-align: left;
}
a:link {
text-decoration: none;
}
a.page_number:visited {
color: black;
text-decoration: none;
}
.pagination {
margin: 15px;
}
.page_feed {
width: 30px;
margin: 0 10px;
padding: 5px 10px;
text-align: center;
background: #b8b8b8;
color: black;
}
.first_last_page {
width: 30px;
margin: 0 10px;
padding: 5px 10px;
text-align: center;
background: #f0f0f0;
color: black;
}
a:link {
text-decoration: none;
}
a.page_number:visited {
color: black;
text-decoration: none;
}
.page_number {
width: 30px;
margin: 0 10px;
padding: 5px;
text-align: center;
background: #b8b8b8;
color: black;
}
.now_page_number {
width: 30px;
margin: 0 10px;
padding: 5px;
text-align: center;
background: #f0f0f0;
color: black;
font-weight: bold;
}
.double_col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cp_ipselect {
overflow: hidden;
width: 150px;
text-align: center;
}
.cp_ipselect select {
width: 100%;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
top: 2px;
left: 4px;
}
.cp_ipselect select::-ms-expand {
display: none;
}
.cp_ipselect.cp_sl02 {
position: relative;
border: 1px solid black;
border-radius: 2px;
background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
position: absolute;
top: 0.9em;
right: 0.1em;
content: "";
pointer-events: none;
width: 0;
height: 0;
border-style: solid;
border-width: 8.7px 5px 0 5px;
border-color: black transparent transparent transparent;
}
.cp_ipselect.cp_sl02:after {
position: absolute;
top: 0;
right: 1.2em;
bottom: 0;
width: 2px;
content: "";
border-left: 1px solid black;
}
.cp_ipselect.cp_sl02 select {
color: black;
} | public/css/my.css | html {
font-size: 62.5%;
}
p {
font-size: 1.6rem;
margin: 0;
}
.fw-bold {
font-weight: bold;
}
.fw-light {
font-weight: 200;
}
.center {
text-align: center;
font-size: 1.4rem;
display: block;
}
.label-w {
width: 200px;
margin-right: 30px;
}
.fl_col_start .btn_b {
margin-top: 10px;
}
.tal {
text-align: left;
}
@media screen and (max-width: 767px) {
h1 {
font-size: 1.3rem !important;
}
.sm {
display: block;
}
}
body {
text-align: center;
}
a {
text-decoration: none;
}
form h1 {
margin-bottom: 20px;
}
.temp_board {
min-width: 510px;
background: #ffebc8;
border: 1px solid black;
padding: 60px 40px;
}
.temp_board h1 {
font-weight: bold;
margin-bottom: 30px;
}
.temp_board p {
font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
.temp_board {
width: 100%;
}
}
form {
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
padding: 0px 40px;
max-width: 810px;
}
form h1 {
font-weight: bold;
}
@media screen and (max-width: 767px) {
form {
width: 95%;
}
}
.blue {
background: aliceblue;
}
.blue-board, .blue-board_admin {
padding: 0;
border: 1px solid black;
min-width: 450px;
min-height: 260px;
}
@media screen and (max-width: 767px) {
.blue-board, .blue-board_admin {
width: 96%;
}
}
.blue-board_admin {
width: 608px;
max-width: 610px;
}
.board {
width: auto;
max-width: 810px;
}
.container {
padding: 30px 50px;
}
@media screen and (max-width: 767px) {
.container {
padding: 30px 15px;
}
}
.man-body, .man-body_b, .mab-body_review {
min-height: 250px;
height: inherit;
background: #ffebc8;
padding: 40px 25px 50px;
}
.man-body_b {
background: aliceblue;
}
.mab-body_review {
background: #d7f7ff;
padding: 10px 70px 25px;
}
.add_pd {
padding: 0px 70px 25px;
}
.man-body-tables {
background: #ffebc8;
height: auto;
padding: 40px 25px 50px;
}
.show_wrap {
padding: 0px 40px;
text-align: left;
}
.show_wrap .name_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 20px;
}
.show_wrap .name_wrap .name {
font-weight: bold;
margin-right: 50px;
font-size: 1.8rem;
}
.show_wrap .name_wrap p + p {
font-size: 1.3rem;
}
.show_wrap .img_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
}
.show_wrap .img_wrap .img_wrap_item {
margin-right: 10px;
}
.show_wrap .img_wrap .img_wrap_item img {
-o-object-fit: cover;
object-fit: cover;
}
.show_wrap .content_wrap {
margin-top: 20px;
}
.show_wrap .content_wrap p + p {
margin-top: 10px;
}
.man-name {
margin: 0 20px 0 0;
font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
.man-name {
font-size: 1rem;
margin: 0 10px 0 0;
}
}
.tabletest, .tabletest_category {
border: black solid 1px;
border-collapse: collapse;
table-layout: fixed;
width: 100%;
font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
.tabletest, .tabletest_category {
font-size: 1rem;
}
}
.tabletest th, .tabletest_category th,
.tabletest td,
.tabletest_category td {
border: black dotted 1px;
}
.tabletest th, .tabletest_category th {
background: rgba(211, 207, 207, 0.712);
font-weight: normal;
height: 20px !important;
width: auto;
}
.tabletest td,
.tabletest_category td {
background: white;
text-align: center;
vertical-align: middle;
}
.tabletest .t_id, .tabletest_category .t_id {
width: 5%;
}
.tabletest .t_name, .tabletest_category .t_name {
text-align: center;
}
.tabletest .t_gender, .tabletest_category .t_gender {
width: 7.5%;
text-align: center;
}
.tabletest .t_email, .tabletest_category .t_email {
text-align: center;
}
.tabletest .t_category, .tabletest_category .t_category {
text-align: center;
width: 15%;
}
.tabletest .t_created_at, .tabletest_category .t_created_at {
width: 12%;
}
.tabletest .t_id, .tabletest_category .t_id, .tabletest .t_created_at, .tabletest_category .t_created_at {
height: inherit;
position: relative;
}
.tabletest .t_id p, .tabletest_category .t_id p,
.tabletest .t_created_at p,
.tabletest_category .t_created_at p {
margin: 0;
display: inline;
height: inherit;
}
.tabletest_category {
width: 95%;
margin-top: 20px;
}
.form_sp {
background: transparent;
position: absolute;
display: inline-block;
border: none;
width: 13px !important;
height: 13px;
margin: 0;
padding: 0;
bottom: 8px;
right: 7px;
}
.form_sp input[name="asc"],
.form_sp input[name="desc"] {
background: transparent;
border: none;
}
.edit {
color: blue;
}
.edit:hover {
opacity: .7;
}
.product_lists, .product_top {
border-top: 1px solid;
margin-top: 15px;
}
.product_lists .product, .product_top .product {
border-bottom: 2px solid;
padding: 15px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.product_lists .product .product_body, .product_top .product .product_body {
width: 100%;
height: 100%;
margin-left: 50px;
}
.product_lists .product .product_body p, .product_top .product .product_body p {
font-size: 1.4rem !important;
}
.product_lists .product .product_body .left-block, .product_top .product .product_body .left-block {
display: block;
text-align: left;
}
.product_lists .product .product_body .cat, .product_top .product .product_body .cat {
display: inline;
width: auto;
background: white;
padding: 2px 4px;
border: 1px solid;
}
.product_lists .product .product_body .product_name, .product_top .product .product_body .product_name {
text-align: left;
margin-top: 15px;
color: blue;
}
.product_lists .product .product_body .product_name:hover, .product_top .product .product_body .product_name:hover {
opacity: 0.7;
cursor: pointer;
}
.product_lists .product .product_body .product_star, .product_top .product .product_body .product_star {
text-align: left;
margin-top: 10px;
color: black;
}
.product_lists .product .product_body .product_comment, .product_top .product .product_body .product_comment {
text-align: left;
margin-top: 0px;
color: black;
margin-bottom: 10px;
}
.product_body_b {
background: lightgray;
padding: 10px 0;
border-top: solid 2px;
border-bottom: solid 2px;
border-right: solid 1px;
border-left: solid 1px;
margin-left: calc(((608px - 100%) / 2) * -1);
margin-right: calc(((608px - 100%) / 2) * -1);
text-align: center;
}
.product_top {
border: none;
margin-top: 0px;
}
.product_top .product {
border-bottom: none;
padding: 0px;
}
.product_top .product .product_body p {
font-size: 1.5rem !important;
}
.product_top .product .product_body .product_name {
margin-top: 0px;
color: black;
}
.product_top .product .product_body .product_name:hover {
opacity: 1;
cursor: auto;
}
.product_top .product_star,
.product_top .product_name {
font-size: 1.8rem;
}
.product_header {
width: 100px;
height: 100px;
}
.product_header img {
width: 100px;
height: 100px;
-o-object-fit: cover;
object-fit: cover;
}
.comment_header {
width: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
text-align: left;
}
.comment_header p {
font-weight: bold;
font-size: 1.4em;
}
.comment_header p + p {
margin-top: 10px;
}
.example {
margin-top: 25px;
padding-left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.example li {
position: relative;
border: 1px black solid;
}
.example .t_prev,
.example .t_next {
background: white;
border: 1px solid;
width: 4.5rem;
height: 1.4rem;
}
.example .t_prev {
margin-right: 10px;
}
.example .t_next {
margin-left: 10px;
}
.example .mid {
display: inline-block;
width: 1.4rem;
height: 1.4rem;
background: white;
border-radius: 0;
}
.example a {
color: black;
line-height: auto;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
font-size: 1.2rem;
}
.example .this {
background-color: #777;
color: #fff;
}
label {
font-size: 1.4rem !important;
display: inline-block;
margin: 0 10px 10px 0;
vertical-align: top;
}
.name-label {
text-align: right !important;
margin-right: 10px;
}
input {
background-color: white;
border: black 1px solid;
}
input:not([type="submit"]) {
height: 20px;
}
input[name="name_sei"],
input[name="name_mei"],
input[name="pref_name"] {
width: 120px;
}
@media screen and (max-width: 767px) {
input[name="name_sei"],
input[name="name_mei"],
input[name="pref_name"] {
width: 90px;
}
}
input[name="nickname"],
input[name="password"],
input[name="login_id"],
input[name="password_confirmation"],
input[name="email"] {
width: 220px;
}
@media screen and (max-width: 767px) {
input[name="nickname"],
input[name="password"],
input[name="login_id"],
input[name="password_confirmation"],
input[name="email"] {
width: 200px;
}
}
input[type="file"] {
height: auto;
}
.sub_name + .sub_name {
margin-top: 10px;
}
.sub_name_b {
padding-bottom: 10px;
}
.originalFileBtn {
border: 2px solid #ff8800;
border-radius: 8px;
color: #ff8800;
background: white;
display: inline-block;
padding: 2px 4px;
position: relative;
width: 120px;
}
.originalFileBtn:hover {
opacity: 0.6;
}
.originalFileBtn input[type="file"] {
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
}
.pics_wrap {
margin-left: 30px;
}
.view_box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 15px;
}
.view_box img {
-o-object-fit: cover;
object-fit: cover;
}
.file_design {
position: relative;
display: inline-block;
color: #ff6600;
background-color: white;
border: solid 2px #ff6600;
padding: 4px 8px;
border-radius: 5px;
cursor: pointer;
font-size: 1rem;
}
.image_label {
text-align: left;
}
#preview {
margin-bottom: 15px;
}
#preview img {
width: 200px;
border: solid 1px silver;
}
select {
background: white;
border: 1px black solid;
height: 20px;
margin-right: 20px;
}
.element_wrap, .element_wrap_fill, .element_wrap_fill_no_margin {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0px auto 15px;
}
.element_wrap label, .element_wrap_fill label, .element_wrap_fill_no_margin label {
margin-right: 15px;
}
.element_wrap p, .element_wrap_fill p, .element_wrap_fill_no_margin p {
font-size: 1.4rem;
display: inline-block;
margin: 0;
}
.element_wrap_fill label, .element_wrap_fill_no_margin label {
font-size: 1.4rem;
}
.element_wrap_fill input[name="email"], .element_wrap_fill_no_margin input[name="email"] {
width: 74%;
}
.element_wrap_fill_no_margin label {
margin-right: 0;
}
.product_category {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.product_category a {
margin-right: 7px;
}
.element_wrap_v {
margin-bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.img_label {
text-align: left;
margin-bottom: 5px;
}
.img_view {
padding-bottom: 15px;
}
.img_view img {
-o-object-fit: cover;
object-fit: cover;
}
.element_wrap_str {
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.element_wrap_str label {
display: inline-block;
width: auto;
text-align: left;
margin-right: 50px;
}
@media screen and (max-width: 767px) {
.element_wrap_str label {
margin-right: 20px;
}
}
.element_wrap_str .content-wrap {
font-size: 1.4rem;
}
.element_wrap_str p {
font-size: 1.4rem;
margin: 0;
}
.element_wrap_str .str_l {
width: 120px;
text-align: left;
}
.element_wrap_str_review {
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.long_label {
width: 120px !important;
font-weight: bold !important;
text-align: left;
margin: 0;
display: inline-block;
}
.long {
width: 290px;
}
.inner_element {
margin-right: 20px !important;
}
.btn, .btn_b, .btn-back, .btn-back-bl, .btn-back_b, .btn-back_b_left {
display: inline-block;
min-width: 150px;
padding: 8px 15px;
text-decoration: none;
background-color: #ff8800;
border: #ff8800 solid 1px;
border-radius: 8px;
color: white;
font-weight: bold;
margin: 20px auto 0;
}
.btn:hover, .btn_b:hover, .btn-back:hover, .btn-back-bl:hover, .btn-back_b:hover, .btn-back_b_left:hover, .btn:focus, .btn_b:focus, .btn-back:focus, .btn-back-bl:focus, .btn-back_b:focus, .btn-back_b_left:focus {
background-color: white;
color: #ff8800;
}
.btn_b {
background-color: #486693;
font-size: 1.4rem;
border-color: #486693;
}
.btn_b:hover, .btn_b:focus {
color: #486693;
}
.btn-back, .btn-back-bl {
background-color: white;
color: #ff8800;
border: #ff8800 solid 1px;
}
.btn-back:hover, .btn-back-bl:hover, .btn-back:focus, .btn-back-bl:focus {
background-color: #ff8800;
color: white;
}
.btn-back_b {
background-color: white;
color: #486693;
border-color: #486693;
font-size: 1.4rem;
}
.btn-back_b:hover, .btn-back_b:focus {
background-color: #486693;
color: white;
border-color: #486693;
}
.btn-back_b_left {
margin-right: auto;
}
.btn-back-bl {
color: blue;
border: blue solid 1px;
}
.btn-back-bl:hover, .btn-back-bl:focus {
background: blue;
}
.admin-btn {
float: left;
margin-top: 0;
}
.blue_btn {
border: solid #0042a5 1px;
border-radius: 5px;
display: inline-block;
padding: 5px 6px;
line-height: 1;
background: #0042a5;
color: white;
font-weight: bold;
font-size: 1.2rem;
}
.blue_btn:hover {
opacity: 0.7;
}
.blue_btn_md, .blue_btn_md_con {
margin-top: 20px;
border: solid #486693 1px;
border-radius: 7px;
display: inline-block;
width: 120px;
padding: 8px 5px;
background: #486693;
color: white;
margin-left: auto;
font-size: 1.2rem;
}
.blue_btn_md:hover, .blue_btn_md_con:hover {
opacity: 0.8;
color: white;
}
.blue_btn_md_con {
width: 250px;
color: #486693;
background: white;
}
.blue_btn_md_con:hover {
color: #486693;
}
.admin_regist {
display: block;
margin: 0 0 20px 40px;
width: 60px;
padding: 5px 5px;
}
@media screen and (max-width: 767px) {
.admin_regist {
margin: 0 auto;
}
}
.admin_regist_d {
display: block;
margin-right: 10px;
margin-left: 0;
width: 140px;
padding: 6px 8px;
}
.add {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.add-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.add-wrap + .add-wrap {
margin-top: 20px;
}
.btn-wrap, .fl_col_start, .content_wrap, .content-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.content_wrap {
margin-right: 15px;
}
.content_wrap_v {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 15px;
}
ul {
padding-left: 0;
list-style: none;
}
.error {
color: #ff2e5a;
font-size: 1.6rem;
text-align: left;
list-style: none;
display: block;
}
.header, .header_b {
background: rgba(255, 207, 171, 0.81);
height: 50px;
width: 100%;
padding: 0 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.header_b {
background: gainsboro;
}
.welcome_name {
margin-right: 20px;
}
.man-header {
background: rgba(117, 93, 74, 0.596);
}
.man-header h1 {
margin: 0;
}
.simple-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.simple-wrap_sb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.btn-simple, .btn-simple_sm {
border: solid 1px black;
color: black;
display: inline-block;
padding: 8px 12px;
font-size: 1.2rem;
text-align: center;
text-decoration: none;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.btn-simple + .btn-simple, .btn-simple_sm + .btn-simple, .btn-simple + .btn-simple_sm, .btn-simple_sm + .btn-simple_sm {
margin-left: 20px;
}
.btn-simple:hover, .btn-simple_sm:hover {
opacity: 0.7;
}
@media screen and (max-width: 767px) {
.btn-simple, .btn-simple_sm {
padding: 4px 8px;
font-size: 1rem;
}
}
.btn-simple_sm {
padding: 4px 8px;
font-size: 1rem;
width: 130px;
}
@media screen and (max-width: 767px) {
.btn-simple_sm {
padding: 2px 5px;
font-size: 1rem;
}
}
.contents {
color: white;
font-size: 5rem !important;
}
.mem-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: inherit;
}
textarea {
width: 200px;
border: 1px solid black;
height: 150px;
}
@media screen and (max-width: 767px) {
textarea {
width: 230px;
}
}
input[name="title"] {
width: 240px;
}
@media screen and (max-width: 767px) {
input[name="title"] {
width: 200px;
}
}
.comment-wrap {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.block-b {
padding: 20px 40px;
max-width: 550px;
border: 1px solid black;
}
.yellow {
background-color: #ffebc8;
}
.block-a {
width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.block-a label {
width: 30%;
display: inline-block;
text-align: left;
margin: 0;
}
@media screen and (max-width: 767px) {
.block-a label {
width: 50%;
}
}
.block-a p {
width: 300px;
display: inline-block;
text-align: left;
}
.log-error {
text-align: center;
}
.forget {
color: blue;
font-size: 1.6rem;
text-align: right;
display: block;
}
.forget_lead {
font-size: 1.6rem;
text-align: left;
margin-bottom: 50px;
}
.forget_lead_sent {
font-size: 1.6rem;
line-height: 1.6;
text-align: center;
margin: 0 auto;
}
.forget_form {
border: none;
}
.forget_form label {
margin-right: 30px;
}
.forget_form input[type="text"] {
width: 50%;
}
.forget_form input[type="email"] {
width: 70%;
}
.results {
padding: 70px;
}
@media screen and (max-width: 767px) {
.results {
padding: 30px 15px;
}
}
.search-wrap {
background: white;
padding: 25px 30px;
margin: 0px auto;
border: 1px solid black;
}
.search-wrap label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.search-wrap label input,
.search-wrap label select {
margin-left: 15px;
}
.search-wrap button {
background: white;
display: block;
margin: 0 auto;
}
.search-wrap button:hover {
background: black;
color: white;
}
.search_container_mem {
display: block;
}
.search_container_mem input[name="search-btn"] {
height: auto;
width: 35%;
}
table {
margin: 0px auto;
font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
table {
font-size: 1.1rem;
}
}
table td {
text-align: left;
vertical-align: top;
}
table td a {
text-decoration: none;
}
table td a:hover {
opacity: 0.6;
}
table .td_title {
max-width: 230px;
}
.mem-board {
max-width: 610px;
}
.mem-search {
width: 100%;
table-layout: fixed;
border: 1px solid black;
border-collapse: collapse;
}
.mem-search th {
width: 100px;
height: 40px;
background: rgba(211, 207, 207, 0.712);
text-align: left;
}
.mem-search td {
padding: 0 10%;
text-align: left;
}
@media screen and (max-width: 767px) {
.mem-search td {
padding: 0 5%;
}
}
.mem-search td input {
height: 30px;
width: 90%;
}
.mem-search td select {
height: 30px;
width: 60%;
}
.table-gender {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
}
.table-gender input[type="checkbox"] {
border: 1px solid black;
padding: 0.8em;
-webkit-appearance: none;
width: auto;
height: auto;
margin: 0;
position: relative;
top: 4px;
}
.table-gender input[type="checkbox"]:checked {
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=) no-repeat center center;
background-size: 5px 5px;
}
.table-gender input[type="checkbox"]:focus {
outline-color: transparent;
}
.table-gender label {
padding-right: 15px;
margin-bottom: 0;
}
.table-gender .table-gender_list {
border: none;
background: transparent;
}
.mem-search th,
.mem-search td {
border: 1px solid black;
vertical-align: middle;
}
h1 {
margin-bottom: 0;
font-size: 2rem;
}
.ttl_comments {
font-size: 1.6rem;
margin-top: 0;
margin-bottom: 0;
text-align: center;
}
.ttl_date {
font-size: 1.2rem;
font-weight: bold;
margin: 0;
margin-left: auto;
text-align: right;
}
.com-wrap {
border: 1px solid blue;
border-radius: 20px;
padding: 0px 13px;
color: blue;
font-size: 1.6rem;
line-height: 1.7;
text-align: left;
}
a:link {
text-decoration: none;
}
a.page_number:visited {
color: black;
text-decoration: none;
}
.pagination {
margin: 15px;
}
.page_feed {
width: 30px;
margin: 0 10px;
padding: 5px 10px;
text-align: center;
background: #b8b8b8;
color: black;
}
.first_last_page {
width: 30px;
margin: 0 10px;
padding: 5px 10px;
text-align: center;
background: #f0f0f0;
color: black;
}
a:link {
text-decoration: none;
}
a.page_number:visited {
color: black;
text-decoration: none;
}
.page_number {
width: 30px;
margin: 0 10px;
padding: 5px;
text-align: center;
background: #b8b8b8;
color: black;
}
.now_page_number {
width: 30px;
margin: 0 10px;
padding: 5px;
text-align: center;
background: #f0f0f0;
color: black;
font-weight: bold;
}
.double_col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cp_ipselect {
overflow: hidden;
width: 150px;
text-align: center;
}
.cp_ipselect select {
width: 100%;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
top: 2px;
left: 4px;
}
.cp_ipselect select::-ms-expand {
display: none;
}
.cp_ipselect.cp_sl02 {
position: relative;
border: 1px solid black;
border-radius: 2px;
background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
position: absolute;
top: 0.9em;
right: 0.1em;
content: "";
pointer-events: none;
width: 0;
height: 0;
border-style: solid;
border-width: 8.7px 5px 0 5px;
border-color: black transparent transparent transparent;
}
.cp_ipselect.cp_sl02:after {
position: absolute;
top: 0;
right: 1.2em;
bottom: 0;
width: 2px;
content: "";
border-left: 1px solid black;
}
.cp_ipselect.cp_sl02 select {
color: black;
} | 0.429669 | 0.111265 |
body {
margin: 0;
background-color: rgb(240, 91, 86);
color: white;
min-height: 100vh;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
letter-spacing: 1.1px;
}
.header-container, footer {
padding: 0px 12px;
max-width: 620px;
margin: auto;
}
.header {
background-color: inherit;
width: 100%;
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
}
.title {
display: inline-block;
color: white;
margin: 0px;
padding: 10px 0px;
font-size: 20px;
}
.top-menu {
display: flex;
align-items: center;
color: white;
}
.button-menu {
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: row;
border-radius: 4px;
cursor: pointer;
opacity: 0.9;
background: none rgba(255, 255, 255, 0.2);
box-shadow: none;
margin-left: 10px;
font-size: 13px;
padding: 8px 12px;
min-width: 85px;
border: none;
color: white !important;
}
.relative {
position: relative;
display: block;
}
.log-in-drop {
border-radius: 4px;
opacity: 1;
padding: 4px 0px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
display: block;
position: absolute;
background-color: white;
transform: translateY(10px);
width: 170px;
right: 0px;
}
.log-in-google {
color: rgb(79, 43, 45);
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
justify-content: space-around;
padding: 10px 5px;
font-size: 14px;
cursor: pointer;
}
.content-container {
padding: 0px 12px;
max-width: 620px;
margin: auto;
}
.content {
text-align: center;
display: block;
}
.progress-line {
background-color: rgba(0, 0, 0, 0.1);
height: 1.5px;
margin-bottom: 40px;
}
#progress-bar {
height: 3.5px;
background-color: white;
border-radius: 100px;
transform: translateY(-1px);
width: 1.06667%;
}
.timer-container {
max-width: 480px;
margin: auto;
text-align: center;
}
.timer-box {
background-color: rgba(255, 255, 255, 0.1);
padding: 20px 0px 30px;
border-radius: 6px;
margin-bottom: 20px;
width: 100%;
}
.timer-style {
font-size: 120px;
font-weight: bold;
margin-top: 20px;
text-align: center;
}
.timer-button {
cursor: pointer;
border: none;
margin: 20px 0px 0px;
padding: 0px 12px;
border-radius: 4px;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
height: 55px;
color: rgb(240, 91, 86);
font-weight: bold;
width: 200px;
background-color: white;
transform: translateY(6px);
box-shadow: none;
transition: color 0.5s ease-in-out 0s;
}
.option-wrapper {
display: flex;
justify-content: space-around;
align-content: center;
padding: 0px 50px;
}
.timer-option {
margin: 0px;
padding: 2px 12px;
border: none;
border-radius: 4px;
height: 28px;
color: white;
box-shadow: none;
opacity: 1;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
cursor: pointer;
background: none;
/* onclicked button changes background, for javascript???
rgba(0, 0, 0, 0.15);*/
}
.timer-task {
font-size: 13px;
margin-bottom: 10px;
opacity: 0.6;
}
.timer-comment {
/*doing task: change "Time to work! to "Task"*/
font-size: 18px;
font-weight: 100;
color: white;
overflow-wrap: break-word;
}
.task-container {
max-width: 480px;
margin: 28px auto 42px;
}
.task-bar {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid rgba(255, 255, 255, 0.6);
padding-bottom: 14px;
}
.task-menu {
position: relative;
}
.task-menu-btn {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 4px;
cursor: pointer;
opacity: 0.9;
background-color: rgba(255, 255, 255, 0.2);
box-shadow: none;
margin-left: 10px;
padding: 8px;
min-width: 30px;
height: 30px;
border: none;
color: white;
font-size: 18px;
}
.task-title {
font-size: 18px;
font-weight: bold;
}
.task-drop {
border-radius: 4px;
opacity: 1;
padding: 4px 0px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
display: block;
position: absolute;
background-color: white;
transform: translateY(10px);
width: 220px;
right: 0px;
z-index: 1;
}
.dropdown {
color: rgb(79, 43, 45);
display: flex;
flex-direction: row;
align-items: center;
padding: 10px 15px;
font-size: 14px;
cursor: pointer;
}
.space {
padding: 0px 6px;
}
.task-add {
width: 100%;
height: 60px;
background-color: rgba(0, 0, 0, 0.1);
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
opacity: 0.8;
margin-top: 12px;
border: 2px dashed rgba(255, 255, 255, 0.4);
}
.task-editor-container {
background-color: white;
border-radius: 8px;
text-align: left;
margin-top: 12px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
}
.editor-container {
padding: 10px 20px 0px;
display: block;
}
.editor-content {
position: relative;
padding: 8px 0px 18px;
text-align: left;
}
.content-box {
padding: 8px 0px;
display: flex;
justify-content: space-between;
flex-direction: column;
margin: 0;
}
.task-name-style {
font-size: 22px;
font-weight: bold;
padding: 10px 0px;
box-shadow: none;
border: none;
border-width: 0;
color: rgb(85, 85, 85);
width: 100%;
outline: none !important;
}
p {
color: black;
font-weight: bold;
margin: 0;
padding: inherit;
}
.task-unit-box {
padding: inherit;
flex-direction: row;
margin: 0;
}
.task-unit-style {
border-radius: 4px;
background-color: rgb(239, 239, 239);
font-size: 16px;
font-weight: bold;
padding: 10px;
box-shadow: none;
border: none;
color: rgb(85, 85, 85);
width: 75px;
margin-right: 10px;
}
/* Remove arrows from #task-unit-box */
.task-unit-style::-webkit-inner-spin-button {
display: none;
}
.task-unit-btn {
border-radius: 4px;
border: 1px solid rgb(223, 223, 223);
cursor: pointer;
opacity: 0.9;
font-size: 14px;
padding: 8px 12px;
margin: 0px 2px;
width: 40px;
background-color: white;
color: rgb(85, 85, 85);
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
}
.note-project-btn {
cursor: pointer;
font-size: 14px;
background: none;
border: none;
color: rgba(0, 0, 0, 0.4);
font-weight: bold;
}
.note-project-box {
flex-direction: row;
margin: 0;
}
.footer-task-container {
display: flex;
flex-direction: row;
justify-content: flex-end;
background-color: rgb(239, 239, 239);
padding: 14px 20px;
border-radius: 8px;
}
.footer-task-btn {
justify-content: space-between;
}
.cancel-btn {
background-color: transparent;
border: none;
color: rgb(171, 171, 171);
font-size: 14px;
opacity: 0.9;
height: 35px;
width: auto;
cursor: pointer;
}
.save-btn {
margin: 0px 15px;
border-radius: 4px;
border: none;
background-color: rgb(171, 171, 171);
color: white;
font-size: 14px;
opacity: 0.9;
height: 35px;
width: 70px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
cursor: pointer;
}
.task-list-container {
margin-top: 12px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: center;
background-color: white;
padding: 14px 20px;
border-radius: 8px;
color: black;
}
.task-list {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: rgb(171, 171, 171);
}
.name-list, .unit-list {
padding: 0px 10px;
font-weight: bold;
}
.name-list {
color:rgb(79, 43, 45);
}
/* Add style for checked tasks */
.name-list-checked {
color:rgb(79, 43, 45);
text-decoration: line-through;
}
.fa-check-circle {
color: rgb(240, 91, 86);
}
.fa-check-circle-checked {
color: rgb(171, 171, 171);
}
.list-menu-btn {
background-color: rgb(171, 171, 171);
border-radius: 4px;
cursor: pointer;
opacity: 0.9;
box-shadow: none;
/* margin-left: 10px; */
padding: 8px;
min-width: 30px;
height: 30px;
border: none;
color: white;
font-size: 15px;
}
.list-menu-btn:hover {
background-color: rgb(137, 137, 137);
}
.task-status-container {
margin-top: 28px;
padding: 20px 12px;
border-top: 1px solid rgb(255, 255, 255, 0.8);
background-color: rgb(255, 255, 255, 0.1);
}
.task-status {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
text-align: center;
}
.status-item {
margin: 0px;
}
h6 {
text-align: center;
font-weight: normal;
}
footer {
margin-top: 100px;
}
/* Add hide class for use it in javascript */
.hide {
display: none;
} | public/styles/style.css | body {
margin: 0;
background-color: rgb(240, 91, 86);
color: white;
min-height: 100vh;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
letter-spacing: 1.1px;
}
.header-container, footer {
padding: 0px 12px;
max-width: 620px;
margin: auto;
}
.header {
background-color: inherit;
width: 100%;
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
}
.title {
display: inline-block;
color: white;
margin: 0px;
padding: 10px 0px;
font-size: 20px;
}
.top-menu {
display: flex;
align-items: center;
color: white;
}
.button-menu {
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: row;
border-radius: 4px;
cursor: pointer;
opacity: 0.9;
background: none rgba(255, 255, 255, 0.2);
box-shadow: none;
margin-left: 10px;
font-size: 13px;
padding: 8px 12px;
min-width: 85px;
border: none;
color: white !important;
}
.relative {
position: relative;
display: block;
}
.log-in-drop {
border-radius: 4px;
opacity: 1;
padding: 4px 0px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
display: block;
position: absolute;
background-color: white;
transform: translateY(10px);
width: 170px;
right: 0px;
}
.log-in-google {
color: rgb(79, 43, 45);
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
justify-content: space-around;
padding: 10px 5px;
font-size: 14px;
cursor: pointer;
}
.content-container {
padding: 0px 12px;
max-width: 620px;
margin: auto;
}
.content {
text-align: center;
display: block;
}
.progress-line {
background-color: rgba(0, 0, 0, 0.1);
height: 1.5px;
margin-bottom: 40px;
}
#progress-bar {
height: 3.5px;
background-color: white;
border-radius: 100px;
transform: translateY(-1px);
width: 1.06667%;
}
.timer-container {
max-width: 480px;
margin: auto;
text-align: center;
}
.timer-box {
background-color: rgba(255, 255, 255, 0.1);
padding: 20px 0px 30px;
border-radius: 6px;
margin-bottom: 20px;
width: 100%;
}
.timer-style {
font-size: 120px;
font-weight: bold;
margin-top: 20px;
text-align: center;
}
.timer-button {
cursor: pointer;
border: none;
margin: 20px 0px 0px;
padding: 0px 12px;
border-radius: 4px;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
height: 55px;
color: rgb(240, 91, 86);
font-weight: bold;
width: 200px;
background-color: white;
transform: translateY(6px);
box-shadow: none;
transition: color 0.5s ease-in-out 0s;
}
.option-wrapper {
display: flex;
justify-content: space-around;
align-content: center;
padding: 0px 50px;
}
.timer-option {
margin: 0px;
padding: 2px 12px;
border: none;
border-radius: 4px;
height: 28px;
color: white;
box-shadow: none;
opacity: 1;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
cursor: pointer;
background: none;
/* onclicked button changes background, for javascript???
rgba(0, 0, 0, 0.15);*/
}
.timer-task {
font-size: 13px;
margin-bottom: 10px;
opacity: 0.6;
}
.timer-comment {
/*doing task: change "Time to work! to "Task"*/
font-size: 18px;
font-weight: 100;
color: white;
overflow-wrap: break-word;
}
.task-container {
max-width: 480px;
margin: 28px auto 42px;
}
.task-bar {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid rgba(255, 255, 255, 0.6);
padding-bottom: 14px;
}
.task-menu {
position: relative;
}
.task-menu-btn {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 4px;
cursor: pointer;
opacity: 0.9;
background-color: rgba(255, 255, 255, 0.2);
box-shadow: none;
margin-left: 10px;
padding: 8px;
min-width: 30px;
height: 30px;
border: none;
color: white;
font-size: 18px;
}
.task-title {
font-size: 18px;
font-weight: bold;
}
.task-drop {
border-radius: 4px;
opacity: 1;
padding: 4px 0px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
display: block;
position: absolute;
background-color: white;
transform: translateY(10px);
width: 220px;
right: 0px;
z-index: 1;
}
.dropdown {
color: rgb(79, 43, 45);
display: flex;
flex-direction: row;
align-items: center;
padding: 10px 15px;
font-size: 14px;
cursor: pointer;
}
.space {
padding: 0px 6px;
}
.task-add {
width: 100%;
height: 60px;
background-color: rgba(0, 0, 0, 0.1);
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
opacity: 0.8;
margin-top: 12px;
border: 2px dashed rgba(255, 255, 255, 0.4);
}
.task-editor-container {
background-color: white;
border-radius: 8px;
text-align: left;
margin-top: 12px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
}
.editor-container {
padding: 10px 20px 0px;
display: block;
}
.editor-content {
position: relative;
padding: 8px 0px 18px;
text-align: left;
}
.content-box {
padding: 8px 0px;
display: flex;
justify-content: space-between;
flex-direction: column;
margin: 0;
}
.task-name-style {
font-size: 22px;
font-weight: bold;
padding: 10px 0px;
box-shadow: none;
border: none;
border-width: 0;
color: rgb(85, 85, 85);
width: 100%;
outline: none !important;
}
p {
color: black;
font-weight: bold;
margin: 0;
padding: inherit;
}
.task-unit-box {
padding: inherit;
flex-direction: row;
margin: 0;
}
.task-unit-style {
border-radius: 4px;
background-color: rgb(239, 239, 239);
font-size: 16px;
font-weight: bold;
padding: 10px;
box-shadow: none;
border: none;
color: rgb(85, 85, 85);
width: 75px;
margin-right: 10px;
}
/* Remove arrows from #task-unit-box */
.task-unit-style::-webkit-inner-spin-button {
display: none;
}
.task-unit-btn {
border-radius: 4px;
border: 1px solid rgb(223, 223, 223);
cursor: pointer;
opacity: 0.9;
font-size: 14px;
padding: 8px 12px;
margin: 0px 2px;
width: 40px;
background-color: white;
color: rgb(85, 85, 85);
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
}
.note-project-btn {
cursor: pointer;
font-size: 14px;
background: none;
border: none;
color: rgba(0, 0, 0, 0.4);
font-weight: bold;
}
.note-project-box {
flex-direction: row;
margin: 0;
}
.footer-task-container {
display: flex;
flex-direction: row;
justify-content: flex-end;
background-color: rgb(239, 239, 239);
padding: 14px 20px;
border-radius: 8px;
}
.footer-task-btn {
justify-content: space-between;
}
.cancel-btn {
background-color: transparent;
border: none;
color: rgb(171, 171, 171);
font-size: 14px;
opacity: 0.9;
height: 35px;
width: auto;
cursor: pointer;
}
.save-btn {
margin: 0px 15px;
border-radius: 4px;
border: none;
background-color: rgb(171, 171, 171);
color: white;
font-size: 14px;
opacity: 0.9;
height: 35px;
width: 70px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
cursor: pointer;
}
.task-list-container {
margin-top: 12px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: center;
background-color: white;
padding: 14px 20px;
border-radius: 8px;
color: black;
}
.task-list {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: rgb(171, 171, 171);
}
.name-list, .unit-list {
padding: 0px 10px;
font-weight: bold;
}
.name-list {
color:rgb(79, 43, 45);
}
/* Add style for checked tasks */
.name-list-checked {
color:rgb(79, 43, 45);
text-decoration: line-through;
}
.fa-check-circle {
color: rgb(240, 91, 86);
}
.fa-check-circle-checked {
color: rgb(171, 171, 171);
}
.list-menu-btn {
background-color: rgb(171, 171, 171);
border-radius: 4px;
cursor: pointer;
opacity: 0.9;
box-shadow: none;
/* margin-left: 10px; */
padding: 8px;
min-width: 30px;
height: 30px;
border: none;
color: white;
font-size: 15px;
}
.list-menu-btn:hover {
background-color: rgb(137, 137, 137);
}
.task-status-container {
margin-top: 28px;
padding: 20px 12px;
border-top: 1px solid rgb(255, 255, 255, 0.8);
background-color: rgb(255, 255, 255, 0.1);
}
.task-status {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
text-align: center;
}
.status-item {
margin: 0px;
}
h6 {
text-align: center;
font-weight: normal;
}
footer {
margin-top: 100px;
}
/* Add hide class for use it in javascript */
.hide {
display: none;
} | 0.442396 | 0.09277 |
body {
margin: 0 auto;
padding: 0;
font-family: sans-serif;
background:white;
color: #111;
width: 100%;
max-width: 1800px;
font-family: "Questrial", sans-serif;
}
body * {
transition: all 300ms ease-in-out;
}
.texte-center p{
font-size: 13px;
color:black;
}
header {
background: url("https://updown12.s3.us-east-2.amazonaws.com/Background2.jpg")center;
background-size: 100%;
height: 640px;
}
header .header-data {
text-indent: 50px;
color: white;
width: 100%;
text-align: justify;
padding-top: 14%;
margin: 0 auto;
text-align: left;
}*
.text-center h1{
color:#1178BF;
}
.text-center{
color:black;
}
.texte-center button{
color:black;
margin-left: 50px;
}
.text-center h6{
color:white;
font-size: 20px;
}
header .header-data h1 {
font-size: 55px;
padding: 0;
margin: 0;
}
button{
background-color: #4CAF50; /* Green */
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-left: 50px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.imgs-bar button{
background-color: #4CAF50; /* Green */
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
text-align: left;
margin-left: 570px;
}
.text-center button{
margin-left: 0;
}
.container {
padding: 0px ;
text-align: center;
}
header .back{
background: url("https://updown12.s3.us-east-2.amazonaws.com/personnes3.jpg");
background-size: 135%;
}
.back button{
background-color:#1178BF;
margin-left: 9px;
}
header .back1{
background: url("https://updown12.s3.us-east-2.amazonaws.com/personnes3.jpg");
background-size: 135%;
}
.back1 button{
background-color:#1178BF;
margin-left: 1px;
}
.container1{
width: 60%;
margin-top: 0px;
margin-left:295px;
background: url("https://updown12.s3.us-east-2.amazonaws.com/Services.jpg");
height: 450px;
background-size: 105%;
}
.img-section {
width: 100%;
margin-top: 40px;
background: url("https://updown12.s3.us-east-2.amazonaws.com/UpDown.png");
height: 700px;
background-size: 100%;
}
.imgs-bar {
margin-top: 40px;
background: url("https://updown12.s3.us-east-2.amazonaws.com/personnes2.jpg");
background-size: 100%;
height: 500px;
text-indent: 400px;
color: white;
width: 100%;
text-align: justify;
padding-top: 15%;
}
.imgs-bar img {
margin: 10px;
display: inline-block;
width: 20%;
}
.imgs-bar h1{
font-size: 40px;
text-align: left;
margin-left: 20px;
background-size: 100%;
}
section {
margin: 40px 0;
} | src/components/Pages/styles.css | body {
margin: 0 auto;
padding: 0;
font-family: sans-serif;
background:white;
color: #111;
width: 100%;
max-width: 1800px;
font-family: "Questrial", sans-serif;
}
body * {
transition: all 300ms ease-in-out;
}
.texte-center p{
font-size: 13px;
color:black;
}
header {
background: url("https://updown12.s3.us-east-2.amazonaws.com/Background2.jpg")center;
background-size: 100%;
height: 640px;
}
header .header-data {
text-indent: 50px;
color: white;
width: 100%;
text-align: justify;
padding-top: 14%;
margin: 0 auto;
text-align: left;
}*
.text-center h1{
color:#1178BF;
}
.text-center{
color:black;
}
.texte-center button{
color:black;
margin-left: 50px;
}
.text-center h6{
color:white;
font-size: 20px;
}
header .header-data h1 {
font-size: 55px;
padding: 0;
margin: 0;
}
button{
background-color: #4CAF50; /* Green */
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-left: 50px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.imgs-bar button{
background-color: #4CAF50; /* Green */
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
text-align: left;
margin-left: 570px;
}
.text-center button{
margin-left: 0;
}
.container {
padding: 0px ;
text-align: center;
}
header .back{
background: url("https://updown12.s3.us-east-2.amazonaws.com/personnes3.jpg");
background-size: 135%;
}
.back button{
background-color:#1178BF;
margin-left: 9px;
}
header .back1{
background: url("https://updown12.s3.us-east-2.amazonaws.com/personnes3.jpg");
background-size: 135%;
}
.back1 button{
background-color:#1178BF;
margin-left: 1px;
}
.container1{
width: 60%;
margin-top: 0px;
margin-left:295px;
background: url("https://updown12.s3.us-east-2.amazonaws.com/Services.jpg");
height: 450px;
background-size: 105%;
}
.img-section {
width: 100%;
margin-top: 40px;
background: url("https://updown12.s3.us-east-2.amazonaws.com/UpDown.png");
height: 700px;
background-size: 100%;
}
.imgs-bar {
margin-top: 40px;
background: url("https://updown12.s3.us-east-2.amazonaws.com/personnes2.jpg");
background-size: 100%;
height: 500px;
text-indent: 400px;
color: white;
width: 100%;
text-align: justify;
padding-top: 15%;
}
.imgs-bar img {
margin: 10px;
display: inline-block;
width: 20%;
}
.imgs-bar h1{
font-size: 40px;
text-align: left;
margin-left: 20px;
background-size: 100%;
}
section {
margin: 40px 0;
} | 0.46563 | 0.071429 |
.image-preview {
width: 300px;
min-height: 100px;
border: 2px solid #dddddd;
margin-top: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: bold;
color: #cccccc;
}
.image-preview img {
width: 300px;
}
.form-group .url:not(:focus):invalid {
border: 2px solid #F44336;
color: #F44336 !important;
-webkit-animation: headshake 100ms cubic-bezier(0.4, 0.1, 0.6, 0.9) 3;
animation: headshake 100ms cubic-bezier(0.4, 0.1, 0.6, 0.9) 3;
}
@-webkit-keyframes headshake {
25% {
-webkit-transform: translateX(3%);
transform: translateX(3%);
}
75% {
-webkit-transform: translateX(-3%);
transform: translateX(-3%);
}
}
@keyframes headshake {
25% {
-webkit-transform: translateX(3%);
transform: translateX(3%);
}
75% {
-webkit-transform: translateX(-3%);
transform: translateX(-3%);
}
}
.tox {
min-height: 50vh !important;
}
.margin-top {
margin-top: 2rem;
}
#the-count {
float: right;
padding: 0.1rem 0 0 0;
font-size: 0.875rem;
}
.edit-image {
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.edit-image img {
opacity: 1;
display: block;
width: 100%;
height: auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.edit-image__middle {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.edit-image__text {
background-color: #33375F;
color: #fcfcfc;
font-size: 16px;
padding: 16px 32px;
}
.edit-image:hover img {
opacity: 0.3;
}
.edit-image:hover .edit-image__middle {
opacity: 1;
cursor: pointer;
}
.upload,
.upload-pdf {
display: none;
z-index: 10;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.number-words {
margin-top: 40px;
}
.edit-video-thumbnail {
margin-bottom: 2rem;
}
.edit-video {
margin-top: 1rem;
}
.edit-video .edit-pdf {
margin-bottom: 1rem;
}
.edit-video label {
margin-bottom: -1rem;
}
/*!
* Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
*/
body {
overflow-x: hidden;
}
#sidebar-wrapper {
min-height: 100vh;
margin-left: -15rem;
-webkit-transition: margin 0.25s ease-out;
-o-transition: margin 0.25s ease-out;
transition: margin 0.25s ease-out;
}
#sidebar-wrapper .sidebar-heading {
padding: 0.875rem 1.25rem;
font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
width: 15rem;
}
#page-content-wrapper {
min-width: 100vw;
}
#wrapper.toggled #sidebar-wrapper {
margin-left: 0;
}
@media (min-width: 768px) {
#sidebar-wrapper {
margin-left: 0;
}
#page-content-wrapper {
min-width: 0;
width: 100%;
}
#wrapper.toggled #sidebar-wrapper {
margin-left: -15rem;
}
} | public/css/admin/admin.css |
.image-preview {
width: 300px;
min-height: 100px;
border: 2px solid #dddddd;
margin-top: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: bold;
color: #cccccc;
}
.image-preview img {
width: 300px;
}
.form-group .url:not(:focus):invalid {
border: 2px solid #F44336;
color: #F44336 !important;
-webkit-animation: headshake 100ms cubic-bezier(0.4, 0.1, 0.6, 0.9) 3;
animation: headshake 100ms cubic-bezier(0.4, 0.1, 0.6, 0.9) 3;
}
@-webkit-keyframes headshake {
25% {
-webkit-transform: translateX(3%);
transform: translateX(3%);
}
75% {
-webkit-transform: translateX(-3%);
transform: translateX(-3%);
}
}
@keyframes headshake {
25% {
-webkit-transform: translateX(3%);
transform: translateX(3%);
}
75% {
-webkit-transform: translateX(-3%);
transform: translateX(-3%);
}
}
.tox {
min-height: 50vh !important;
}
.margin-top {
margin-top: 2rem;
}
#the-count {
float: right;
padding: 0.1rem 0 0 0;
font-size: 0.875rem;
}
.edit-image {
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.edit-image img {
opacity: 1;
display: block;
width: 100%;
height: auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.edit-image__middle {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.edit-image__text {
background-color: #33375F;
color: #fcfcfc;
font-size: 16px;
padding: 16px 32px;
}
.edit-image:hover img {
opacity: 0.3;
}
.edit-image:hover .edit-image__middle {
opacity: 1;
cursor: pointer;
}
.upload,
.upload-pdf {
display: none;
z-index: 10;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.number-words {
margin-top: 40px;
}
.edit-video-thumbnail {
margin-bottom: 2rem;
}
.edit-video {
margin-top: 1rem;
}
.edit-video .edit-pdf {
margin-bottom: 1rem;
}
.edit-video label {
margin-bottom: -1rem;
}
/*!
* Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
*/
body {
overflow-x: hidden;
}
#sidebar-wrapper {
min-height: 100vh;
margin-left: -15rem;
-webkit-transition: margin 0.25s ease-out;
-o-transition: margin 0.25s ease-out;
transition: margin 0.25s ease-out;
}
#sidebar-wrapper .sidebar-heading {
padding: 0.875rem 1.25rem;
font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
width: 15rem;
}
#page-content-wrapper {
min-width: 100vw;
}
#wrapper.toggled #sidebar-wrapper {
margin-left: 0;
}
@media (min-width: 768px) {
#sidebar-wrapper {
margin-left: 0;
}
#page-content-wrapper {
min-width: 0;
width: 100%;
}
#wrapper.toggled #sidebar-wrapper {
margin-left: -15rem;
}
} | 0.486332 | 0.060474 |
body {
background-image: url("WillIcon1.png");
background-position: center;
background-attachment: fixed;
background-size: cover;
}
.header {
font-family:"Arial Black", Gadget, sans-serif;
text-align: center;
background-image: url("WebTop.png");
background-position: bottom;
background-size: cover;
box-shadow: 8px 8px 8px -2px gray;
position: relative;
overflow: visible;
padding-top: 4rem;
padding-bottom: 5rem; }
.header .headline {
color: white; }
.header-subnav {
float: none;
position: absolute;
text-align: center;
margin: 0 auto;
bottom: 0;
width: 100%; }
.header-subnav li {
float: none;
display: inline-block; }
.header-subnav li a {
padding: 0.9rem 1rem;
font-size: 0.75rem;
color: white;
display: block;
font-weight: bold;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 1px;
transition: all 0.35s ease-in-out; }
.header-subnav li a.is-active {
background: rgba(250, 0, 0, 0.8); }
.header-subnav li a:hover {
background: rgba(250, 0, 0, 1);
transition: all 0.35s ease-in-out; }
.subheader {
display: inline;
text-align: center;
color: red;
padding: 10px 100px;
}
.col-md-3 {
padding: 5px;
border-radius: 15px;
background-color: #B8B8B8;
border-style: solid;
border-color: red;
text-align: center;
font-family:"Arial Black", Gadget, sans-serif;
}
.col-md-6 {
padding: 5px;
border-radius: 15px;
background-color: #B8B8B8;
border-style: solid;
border-color: black;
text-align: center;
font-family:"Arial Black", Gadget, sans-serif;
}
.dropbtn {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
} | site.css | body {
background-image: url("WillIcon1.png");
background-position: center;
background-attachment: fixed;
background-size: cover;
}
.header {
font-family:"Arial Black", Gadget, sans-serif;
text-align: center;
background-image: url("WebTop.png");
background-position: bottom;
background-size: cover;
box-shadow: 8px 8px 8px -2px gray;
position: relative;
overflow: visible;
padding-top: 4rem;
padding-bottom: 5rem; }
.header .headline {
color: white; }
.header-subnav {
float: none;
position: absolute;
text-align: center;
margin: 0 auto;
bottom: 0;
width: 100%; }
.header-subnav li {
float: none;
display: inline-block; }
.header-subnav li a {
padding: 0.9rem 1rem;
font-size: 0.75rem;
color: white;
display: block;
font-weight: bold;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 1px;
transition: all 0.35s ease-in-out; }
.header-subnav li a.is-active {
background: rgba(250, 0, 0, 0.8); }
.header-subnav li a:hover {
background: rgba(250, 0, 0, 1);
transition: all 0.35s ease-in-out; }
.subheader {
display: inline;
text-align: center;
color: red;
padding: 10px 100px;
}
.col-md-3 {
padding: 5px;
border-radius: 15px;
background-color: #B8B8B8;
border-style: solid;
border-color: red;
text-align: center;
font-family:"Arial Black", Gadget, sans-serif;
}
.col-md-6 {
padding: 5px;
border-radius: 15px;
background-color: #B8B8B8;
border-style: solid;
border-color: black;
text-align: center;
font-family:"Arial Black", Gadget, sans-serif;
}
.dropbtn {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
} | 0.5564 | 0.073165 |
@charset "utf-8";
body{
position: relative;
width: 100%;
min-height: 100vh;
overflow-x: hidden;
font-size: 12px;
background-color: white;
}
.weixin-container{
padding-bottom: 140px;
position:relative;
}
.top-banner-container {
background-color: #fff;
height: 50px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
position: relative;
margin-bottom: 4px;
}
.top-banner-container .logo {
width: 36px;
height: 36px;
position: absolute;
top: 0;
bottom: 0;
left: 15px;
margin: auto;
border: 1px solid #eee;
border-radius: 7px;
}
.top-banner-container .slogan {
font-size: 14px;
color: #222;
position: absolute;
top: 0;
bottom: 0;
left: 61px;
line-height: 50px;
}
.top-banner-container .open {
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto;
width: 72px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 14px;
text-align: center;
font-weight: 500;
border-radius: 14px;
background-image: linear-gradient(to right, #ff0000, #ff5050);
}
.padding-side {
padding-left: 14px;
padding-right: 14px;
}
.article {
padding-top: 8px;
overflow: hidden;
}
.article__header {
position: relative;
}
.article__header .article__title {
font-family: 'SimHei';
line-height: 1.36;
font-weight: 500;
color: #222222;
font-size: 22px;
}
.article__header .article__author {
height: 24px;
position: relative;
margin-top: 12px;
}
.avatar {
border: none;
position: relative;
height: 28px;
width: 28px;
display: inline-block;
}
.article__header .article__author .avatar {
width: 24px;
height: 24px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
.avatar .avatar__image, .avatar .avatar__mask {
width: 100%;
height: 100%;
border-radius: 32px;
position: absolute;
top: 0;
left: 0;
}
.article__header .article__author .author-name {
position: absolute;
top: 0;
bottom: 0;
left: 30px;
margin: auto;
font-size: 14px;
color: #222;
margin-left: 6px;
line-height: 24px;
}
.article__header .article__author .article-info {
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
font-size: 12px;
color: #999;
line-height: 24px;
}
.article__header .article__author .article-info .dot {
display: inline-block;
width: 2px;
height: 2px;
border-radius: 1px;
background-color: #999;
margin: 0 8px;
vertical-align: middle;
}
.article .article__content {
position: relative;
overflow: hidden;
clear: both;
padding: 17px 5px 24px 5px;
}
.article .article__content img {
width: 100%;
height: auto;
display: block;
margin-right: auto;
margin-left: auto;
margin-top: 4px;
}
.article .article__content p, .article .article__content li, .article .article__content span {
word-wrap: break-word;
color: #222;
text-align: justify;
}
.article .article__content p, .article .article__content li, .article .article__content span {
word-wrap: break-word;
color: #222;
text-align: justify;
}
.article .article__content p, .article .article__content blockquote {
margin-top: 17px;
}
.bottom-banner-container {
background-color: #fff;
height: 64px;
width: 100%;
position: absolute;
bottom: 0;
display: flex;
justify-content: space-between;
padding: 0 14px;
box-sizing: border-box;
box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.1);
}
.bottom-banner-container .slogan-wrapper {
display: flex;
}
.bottom-banner-container .logo {
width: 48px;
height: 48px;
margin: auto;
border: 1px solid #eee;
border-radius: 7px;
}
.bottom-banner-container .desc-wrapper {
justify-content: center;
display: flex;
flex-direction: column;
}
.bottom-banner-container .slogan {
font-size: 14px;
margin-left: 12px;
color: #000;
font-weight: 600;
line-height: 20px;
}
.bottom-banner-container .open {
align-self: center;
width: 72px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 14px;
text-align: center;
font-weight: 500;
border-radius: 14px;
background-image: linear-gradient(to right, #ff0000, #ff5050);
}
@media screen and (min-width: 375px){
.article__header .article__title {
font-size: 24px;
line-height: 34px;
}
.article .article__content p, .article .article__content li, .article .article__content span, .article .article__content strong {
font-size: 18px;
line-height: 1.76;
}
}
@media screen and (min-width: 360px){
.article__header .article__title {
font-size: 23px;
line-height: 31px;
}
.article .article__content p, .article .article__content li, .article .article__content span, .article .article__content strong {
font-size: 18px;
line-height: 28px;
}
}
@media screen and (min-width: 320px){
.article__header .article__title {
font-size: 21px;
line-height: 30px;
}
.article .article__content p, .article .article__content li, .article .article__content span, .article .article__content strong {
font-size: 17px;
line-height: 25px;
}
} | src/main/webapp/view/css/news.css | @charset "utf-8";
body{
position: relative;
width: 100%;
min-height: 100vh;
overflow-x: hidden;
font-size: 12px;
background-color: white;
}
.weixin-container{
padding-bottom: 140px;
position:relative;
}
.top-banner-container {
background-color: #fff;
height: 50px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
position: relative;
margin-bottom: 4px;
}
.top-banner-container .logo {
width: 36px;
height: 36px;
position: absolute;
top: 0;
bottom: 0;
left: 15px;
margin: auto;
border: 1px solid #eee;
border-radius: 7px;
}
.top-banner-container .slogan {
font-size: 14px;
color: #222;
position: absolute;
top: 0;
bottom: 0;
left: 61px;
line-height: 50px;
}
.top-banner-container .open {
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto;
width: 72px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 14px;
text-align: center;
font-weight: 500;
border-radius: 14px;
background-image: linear-gradient(to right, #ff0000, #ff5050);
}
.padding-side {
padding-left: 14px;
padding-right: 14px;
}
.article {
padding-top: 8px;
overflow: hidden;
}
.article__header {
position: relative;
}
.article__header .article__title {
font-family: 'SimHei';
line-height: 1.36;
font-weight: 500;
color: #222222;
font-size: 22px;
}
.article__header .article__author {
height: 24px;
position: relative;
margin-top: 12px;
}
.avatar {
border: none;
position: relative;
height: 28px;
width: 28px;
display: inline-block;
}
.article__header .article__author .avatar {
width: 24px;
height: 24px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
.avatar .avatar__image, .avatar .avatar__mask {
width: 100%;
height: 100%;
border-radius: 32px;
position: absolute;
top: 0;
left: 0;
}
.article__header .article__author .author-name {
position: absolute;
top: 0;
bottom: 0;
left: 30px;
margin: auto;
font-size: 14px;
color: #222;
margin-left: 6px;
line-height: 24px;
}
.article__header .article__author .article-info {
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
font-size: 12px;
color: #999;
line-height: 24px;
}
.article__header .article__author .article-info .dot {
display: inline-block;
width: 2px;
height: 2px;
border-radius: 1px;
background-color: #999;
margin: 0 8px;
vertical-align: middle;
}
.article .article__content {
position: relative;
overflow: hidden;
clear: both;
padding: 17px 5px 24px 5px;
}
.article .article__content img {
width: 100%;
height: auto;
display: block;
margin-right: auto;
margin-left: auto;
margin-top: 4px;
}
.article .article__content p, .article .article__content li, .article .article__content span {
word-wrap: break-word;
color: #222;
text-align: justify;
}
.article .article__content p, .article .article__content li, .article .article__content span {
word-wrap: break-word;
color: #222;
text-align: justify;
}
.article .article__content p, .article .article__content blockquote {
margin-top: 17px;
}
.bottom-banner-container {
background-color: #fff;
height: 64px;
width: 100%;
position: absolute;
bottom: 0;
display: flex;
justify-content: space-between;
padding: 0 14px;
box-sizing: border-box;
box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.1);
}
.bottom-banner-container .slogan-wrapper {
display: flex;
}
.bottom-banner-container .logo {
width: 48px;
height: 48px;
margin: auto;
border: 1px solid #eee;
border-radius: 7px;
}
.bottom-banner-container .desc-wrapper {
justify-content: center;
display: flex;
flex-direction: column;
}
.bottom-banner-container .slogan {
font-size: 14px;
margin-left: 12px;
color: #000;
font-weight: 600;
line-height: 20px;
}
.bottom-banner-container .open {
align-self: center;
width: 72px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 14px;
text-align: center;
font-weight: 500;
border-radius: 14px;
background-image: linear-gradient(to right, #ff0000, #ff5050);
}
@media screen and (min-width: 375px){
.article__header .article__title {
font-size: 24px;
line-height: 34px;
}
.article .article__content p, .article .article__content li, .article .article__content span, .article .article__content strong {
font-size: 18px;
line-height: 1.76;
}
}
@media screen and (min-width: 360px){
.article__header .article__title {
font-size: 23px;
line-height: 31px;
}
.article .article__content p, .article .article__content li, .article .article__content span, .article .article__content strong {
font-size: 18px;
line-height: 28px;
}
}
@media screen and (min-width: 320px){
.article__header .article__title {
font-size: 21px;
line-height: 30px;
}
.article .article__content p, .article .article__content li, .article .article__content span, .article .article__content strong {
font-size: 17px;
line-height: 25px;
}
} | 0.448185 | 0.062303 |
* {
outline: 2px solid red;
}
body {
font-family: 'Montserrat', 'Nunito Sans', sans-serif;
}
.head {
display: inline-block;
padding-top: 40px;
margin-bottom: 30px;
}
.wrapper {
width: 1170px;
margin: 0 avto;
}
.site-logo {
display: inline-block;
padding-left: 100px;
}
.site-navigation {
list-style: none;
font-size: 12px;
line-height: 24px;
width: 250px;
float: right;
}
.site-navigation li {
float: left;
margin-right: 30px;
}
.clearfix::after {
content: "";
display: table;
clear: both;
}
.site-navigation a {
color: #0f0101;
font-weight: bold;
font-family: Montserrat;
text-transform: uppercase;
text-decoration: none;
}
.site-navigation li:nth-child(6) {
margin-right: 0;
}
.site-navigation a:hover {
color: #1abc9c;
}
.name {
height: 350px;
background-color: #3e3e3e;
text-align: center;
padding-top: 120px;
}
.name-page {
font-size: 38px;
line-height: 48px;
display: inline-block;
vertical-align: middle;
}
.text {
font-size: 18px;
line-height: 28px;
}
.pictures {
display: block;
list-style: none;
color: white;
padding: 0;
}
.about {
display: block;
background-color: #10c9c3;
padding-top: 90px;
padding-left: 60px;
padding-right: 60px;
padding-bottom: 90px;
}
.pictures-menu {
float: left;
padding-left: 30px;
}
.pictures-menu:nth-child(4) {
margin-right: 0;
}
.text-in {
display: inline-block;
padding-left: 20px;
}
h3 {
font-size: 12px;
line-height: 30px;
margin-top: 0;
margin-bottom: 4px;
}
p {
font-size: 18px;
line-height: 30px;
margin: 0;
}
.about-me {
display: inline-block;
}
.about-pic {
display: inline-block;
background-color: #e1e1e1;
width: 582px;
}
.about-me-in {
display: inline-block;
width: 582px;
}
.name-about {
font-size: 30px;
line-height: 84px;
text-align: center;
}
.text-about {
font-size: 16px;
line-height: 24px;
padding-left: 100px;
margin-bottom: 30px;
}
.text-about-in {
font-size: 16px;
line-height: 24px;
padding-left: 100px;
margin-bottom: 30px;
}
.img-pic {
padding-left: 100px;
} | css/style.css | * {
outline: 2px solid red;
}
body {
font-family: 'Montserrat', 'Nunito Sans', sans-serif;
}
.head {
display: inline-block;
padding-top: 40px;
margin-bottom: 30px;
}
.wrapper {
width: 1170px;
margin: 0 avto;
}
.site-logo {
display: inline-block;
padding-left: 100px;
}
.site-navigation {
list-style: none;
font-size: 12px;
line-height: 24px;
width: 250px;
float: right;
}
.site-navigation li {
float: left;
margin-right: 30px;
}
.clearfix::after {
content: "";
display: table;
clear: both;
}
.site-navigation a {
color: #0f0101;
font-weight: bold;
font-family: Montserrat;
text-transform: uppercase;
text-decoration: none;
}
.site-navigation li:nth-child(6) {
margin-right: 0;
}
.site-navigation a:hover {
color: #1abc9c;
}
.name {
height: 350px;
background-color: #3e3e3e;
text-align: center;
padding-top: 120px;
}
.name-page {
font-size: 38px;
line-height: 48px;
display: inline-block;
vertical-align: middle;
}
.text {
font-size: 18px;
line-height: 28px;
}
.pictures {
display: block;
list-style: none;
color: white;
padding: 0;
}
.about {
display: block;
background-color: #10c9c3;
padding-top: 90px;
padding-left: 60px;
padding-right: 60px;
padding-bottom: 90px;
}
.pictures-menu {
float: left;
padding-left: 30px;
}
.pictures-menu:nth-child(4) {
margin-right: 0;
}
.text-in {
display: inline-block;
padding-left: 20px;
}
h3 {
font-size: 12px;
line-height: 30px;
margin-top: 0;
margin-bottom: 4px;
}
p {
font-size: 18px;
line-height: 30px;
margin: 0;
}
.about-me {
display: inline-block;
}
.about-pic {
display: inline-block;
background-color: #e1e1e1;
width: 582px;
}
.about-me-in {
display: inline-block;
width: 582px;
}
.name-about {
font-size: 30px;
line-height: 84px;
text-align: center;
}
.text-about {
font-size: 16px;
line-height: 24px;
padding-left: 100px;
margin-bottom: 30px;
}
.text-about-in {
font-size: 16px;
line-height: 24px;
padding-left: 100px;
margin-bottom: 30px;
}
.img-pic {
padding-left: 100px;
} | 0.361616 | 0.130175 |
.footer {
display: flex;
justify-content: space-between;
background-color: black;
font-size: 0.5em;
color: white;
font-weight: 400;
padding: 3em 12em;
}
.footerLeftSide {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.footerLeftSide>a>div {
margin-right: 16px !important;
}
.footerData {
display: flex;
flex-direction: column;
text-align: left;
color: rgba(255, 255, 255, 0.829);
font-weight: 500;
letter-spacing: 0.8px;
font-size: 10px;
margin-left: 16px;
margin-top: 5px;
}
.socialIconContainer {
margin-top: 16px;
margin-bottom: 24px;
display: flex;
justify-content: space-between;
align-items: center;
width: 212px;
}
.socialIcon {
color: #fff;
font-size: 24px;
height: 24px;
}
.languageSelector {
font-size: 14px;
list-style: none;
}
.languageSelector ul {
padding: 0px;
margin-top: 0px;
display: flex;
flex-direction: row;
justify-content: space-between;
list-style: none;
}
.languageSelector ul >:last-child {
border: none;
}
.languageSelector li {
font-weight: 300;
cursor: pointer;
text-align: center;
width: 100%;
margin: 0px;
padding-left: 1em;
padding-right: 1em;
border-right: 1px solid white;
}
.languageSelector li>a {
color: white;
text-decoration: none;
}
.languageSelector li:hover {
font-weight: 500;
}
#zenithCopyright {
font-size: 12px;
margin-bottom: 1px;
}
#easterEgg {
font-weight: 400;
}
@media screen and (max-width: 960px) {
.footerData {
text-align: center;
}
.footer {
flex-direction: column;
align-items: center;
justify-content: center;
padding: 1.5em 6em 1.5em 6em;
}
.footerLeftSide {
flex-direction: column;
}
.footerRightSide {
margin-top: 1.5em;
}
.languageSelector ul {
margin-top: 24px;
margin-bottom: 0px;
}
} | styles/Footer.module.css | .footer {
display: flex;
justify-content: space-between;
background-color: black;
font-size: 0.5em;
color: white;
font-weight: 400;
padding: 3em 12em;
}
.footerLeftSide {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.footerLeftSide>a>div {
margin-right: 16px !important;
}
.footerData {
display: flex;
flex-direction: column;
text-align: left;
color: rgba(255, 255, 255, 0.829);
font-weight: 500;
letter-spacing: 0.8px;
font-size: 10px;
margin-left: 16px;
margin-top: 5px;
}
.socialIconContainer {
margin-top: 16px;
margin-bottom: 24px;
display: flex;
justify-content: space-between;
align-items: center;
width: 212px;
}
.socialIcon {
color: #fff;
font-size: 24px;
height: 24px;
}
.languageSelector {
font-size: 14px;
list-style: none;
}
.languageSelector ul {
padding: 0px;
margin-top: 0px;
display: flex;
flex-direction: row;
justify-content: space-between;
list-style: none;
}
.languageSelector ul >:last-child {
border: none;
}
.languageSelector li {
font-weight: 300;
cursor: pointer;
text-align: center;
width: 100%;
margin: 0px;
padding-left: 1em;
padding-right: 1em;
border-right: 1px solid white;
}
.languageSelector li>a {
color: white;
text-decoration: none;
}
.languageSelector li:hover {
font-weight: 500;
}
#zenithCopyright {
font-size: 12px;
margin-bottom: 1px;
}
#easterEgg {
font-weight: 400;
}
@media screen and (max-width: 960px) {
.footerData {
text-align: center;
}
.footer {
flex-direction: column;
align-items: center;
justify-content: center;
padding: 1.5em 6em 1.5em 6em;
}
.footerLeftSide {
flex-direction: column;
}
.footerRightSide {
margin-top: 1.5em;
}
.languageSelector ul {
margin-top: 24px;
margin-bottom: 0px;
}
} | 0.537041 | 0.108425 |
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
footer {
bottom: 0;
height: 50px;
}
/*
.row {
margin:0;
padding-top:60px;
margin-top: -60px;
}
*/
#map0, #map1, #map2 {
height: 100%;
width: 100%;
margin: 0;
}
.navbar{
margin-bottom: 0;
position: relative;
}
.navbar-brand h2 {
margin: 0;
margin-top: -10px;
}
@media (min-width: 768px) {
.navbar-collapse {
padding-right: 0px;
}
.navbar-form {
padding-right: 0px;
}
}
/*
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-nav>li>.dropdown-toggle {
padding-top: 19.5px;
padding-bottom: 19.5px;
}
*/
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info h4 {
margin: 0 0 5px;
color: #777;
}
.maps {
height:100%;
margin:0;
margin-top: -60px;
padding-top: 60px;
}
@media (max-width: 995px) {
.maps {
margin-top: -100px;
padding-top: 100px;
}
}
.map-wrapper{
height: 100%;
padding: 3px 1.5px;
}
.map {
height:100%;
}
div.map > h2 {
margin: 0.25em auto 0px auto;
position: relative;
text-align:center;
text-shadow: 2px 2px 2px #333333;
text-outline: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
color: #FFFFFF;
z-index: 500;
}
.leaflet-bottom {
display: none;
}
.sidebar {
background-color: #F5F5F5;
width: 100%;
height: 100%;
}
.iwindow-title{
text-align: center;
}
.iwindow {
height: 150px;
text-align: center;
padding: 20px 10px;
}
.iwindow>p{
font-size: 1.33em;
}
.iwindow-vals{
text-align: left;
}
.iwindow-tract{
text-align: left;
padding-top: 25px;
}
.iwindow ul {
margin-top: 20px;
list-style: none;
}
.swatch {
border: 1px solid black;
display: inline-block;
margin-right: 5px;
width: 15px;
height: 15px;
}
.change {
font-size: x-small;
padding-left: 20px;
}
/*
.increase {
color: green;
}
.increase:before {
content: "⬆";
}
.decrease {
color: red;
}
.decrease:before {
content: "⬇";
}
*/
.glyphicon-arrow-up{
color: green;
}
.glyphicon-arrow-down{
color: red;
}
.lwrapper{
position: absolute;
bottom: 3%;
left: 5%;
padding: 10px;
background-color: lightgray;
border-radius: 2px;
}
.legend {
color: #555;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin-right: 8px;
opacity: 0.7;
}
.slider_time {
width: 200px;
height: 30px;
}
#slider {
width:300px;
}
#drop_down_z_index{
z-index:9999;
}
/*** isse #62 this was to fix overscreen dropdown ***/
.open>ul
{
right:0;
left: auto;
}
.dropdown.open:first-child ul{
right:inherit;
}
.highlight{
background-color:yellow;
}
.map-group {
position: relative;
height: 100%;
}
.map-segment {
position: absolute;
top:0;
left:0;
height: 100%;
width: 33%;
}
.map-segment.first {
left: 0;
}
.map-segment.second {
left: 33%;
}
.map-segment.third {
left: 66%;
}
@media(max-width:990px){
.map-segment.first,
.map-segment.second,
.map-segment.third {
position: absolute;
top:0;
left: -100%;
height: 100%;
width: 100%;
}
.map-segment.first.active,
.map-segment.second.active,
.map-segment.third.active {
left: 0;
}
}
.sidebar-wrapper .nav-tabs .dropdown{
width: 33%;
}
.sidebar-wrapper .sidebar-toggle {
display: none;
}
@media(max-width:768px){
.sidebar-wrapper {
position: absolute;
width: 100%;
right: 0;
top: 100%;
height: 70%;
z-index: 1000;
transition: top 350ms ease-in-out;
}
.sidebar-wrapper.active {
top: 30%;
}
.sidebar-wrapper .sidebar-toggle {
display: block;
position: absolute;
left: 0;
border: none;
background-color: #F5F5F5;
padding: 20px;
top: -55px;
width: 100%;
}
.lwrapper {
left: auto;
right: 2%;
}
.iwindow-title {
text-align: left;
}
.iwindow {
text-align: left;
width: 50%;
}
} | src/style.css | html {
height: 100%;
}
body {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
footer {
bottom: 0;
height: 50px;
}
/*
.row {
margin:0;
padding-top:60px;
margin-top: -60px;
}
*/
#map0, #map1, #map2 {
height: 100%;
width: 100%;
margin: 0;
}
.navbar{
margin-bottom: 0;
position: relative;
}
.navbar-brand h2 {
margin: 0;
margin-top: -10px;
}
@media (min-width: 768px) {
.navbar-collapse {
padding-right: 0px;
}
.navbar-form {
padding-right: 0px;
}
}
/*
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-nav>li>.dropdown-toggle {
padding-top: 19.5px;
padding-bottom: 19.5px;
}
*/
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info h4 {
margin: 0 0 5px;
color: #777;
}
.maps {
height:100%;
margin:0;
margin-top: -60px;
padding-top: 60px;
}
@media (max-width: 995px) {
.maps {
margin-top: -100px;
padding-top: 100px;
}
}
.map-wrapper{
height: 100%;
padding: 3px 1.5px;
}
.map {
height:100%;
}
div.map > h2 {
margin: 0.25em auto 0px auto;
position: relative;
text-align:center;
text-shadow: 2px 2px 2px #333333;
text-outline: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
color: #FFFFFF;
z-index: 500;
}
.leaflet-bottom {
display: none;
}
.sidebar {
background-color: #F5F5F5;
width: 100%;
height: 100%;
}
.iwindow-title{
text-align: center;
}
.iwindow {
height: 150px;
text-align: center;
padding: 20px 10px;
}
.iwindow>p{
font-size: 1.33em;
}
.iwindow-vals{
text-align: left;
}
.iwindow-tract{
text-align: left;
padding-top: 25px;
}
.iwindow ul {
margin-top: 20px;
list-style: none;
}
.swatch {
border: 1px solid black;
display: inline-block;
margin-right: 5px;
width: 15px;
height: 15px;
}
.change {
font-size: x-small;
padding-left: 20px;
}
/*
.increase {
color: green;
}
.increase:before {
content: "⬆";
}
.decrease {
color: red;
}
.decrease:before {
content: "⬇";
}
*/
.glyphicon-arrow-up{
color: green;
}
.glyphicon-arrow-down{
color: red;
}
.lwrapper{
position: absolute;
bottom: 3%;
left: 5%;
padding: 10px;
background-color: lightgray;
border-radius: 2px;
}
.legend {
color: #555;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin-right: 8px;
opacity: 0.7;
}
.slider_time {
width: 200px;
height: 30px;
}
#slider {
width:300px;
}
#drop_down_z_index{
z-index:9999;
}
/*** isse #62 this was to fix overscreen dropdown ***/
.open>ul
{
right:0;
left: auto;
}
.dropdown.open:first-child ul{
right:inherit;
}
.highlight{
background-color:yellow;
}
.map-group {
position: relative;
height: 100%;
}
.map-segment {
position: absolute;
top:0;
left:0;
height: 100%;
width: 33%;
}
.map-segment.first {
left: 0;
}
.map-segment.second {
left: 33%;
}
.map-segment.third {
left: 66%;
}
@media(max-width:990px){
.map-segment.first,
.map-segment.second,
.map-segment.third {
position: absolute;
top:0;
left: -100%;
height: 100%;
width: 100%;
}
.map-segment.first.active,
.map-segment.second.active,
.map-segment.third.active {
left: 0;
}
}
.sidebar-wrapper .nav-tabs .dropdown{
width: 33%;
}
.sidebar-wrapper .sidebar-toggle {
display: none;
}
@media(max-width:768px){
.sidebar-wrapper {
position: absolute;
width: 100%;
right: 0;
top: 100%;
height: 70%;
z-index: 1000;
transition: top 350ms ease-in-out;
}
.sidebar-wrapper.active {
top: 30%;
}
.sidebar-wrapper .sidebar-toggle {
display: block;
position: absolute;
left: 0;
border: none;
background-color: #F5F5F5;
padding: 20px;
top: -55px;
width: 100%;
}
.lwrapper {
left: auto;
right: 2%;
}
.iwindow-title {
text-align: left;
}
.iwindow {
text-align: left;
width: 50%;
}
} | 0.417509 | 0.086439 |
@charset "utf-8";
/* CSS Document */
.header{font-family:"SimHei",Arial,Helvetica,verdana,sans-serif;}
.header-nav-fixed{height:30px; line-height:30px; background:#00a6a0; color:#fff;}
.header-welcome{}
.header-nav-list li{float:left; display:inline;}
.header-nav-list li a{display:block; margin:0 8px; color:#fff;}
.header-nav-list li a.header-login{color:#002e35;}
.header-nav-list li em{color:#057478; padding:0 2px;}
.header-nav-corner{width:8px; height:4px; display:inline-block; background:url(../img/top_nav_corner.png) no-repeat; margin:13px 5px;}
.logo-search-cart{height:70px; overflow:hidden;}
.logo,.logo a,.logo img{width:200px; height:70px; display:block;}
.header-search{margin:17px 0 0 460px;}
.header-search-bar{width:430px; height:34px; border:1px #a1a1a1 solid; border-radius:4px; -webkit-border-radius:4px; position:relative;}
.header-search-input,.header-cart-icon,.header-cart-count{background:url(../img/header_ico.png) no-repeat;}
.header-search-input{background-position:0 0; padding:10px 96px 10px 34px; width:300px; height:14px; color:#c0c9ca;}
.header-search-btn{width:93px; height:36px; line-height:36px; display:block; background:#00a6a0; border-radius:4px; -webkit-border-radius:4px; position:absolute; top:-1px; right:-1px; font-size:18px; color:#fff; text-align:center; z-index:9;}
.hot-search li{display:inline; margin:3px 0 0; float:left;}
.hot-search li a{display:block; color:#c0c9ca; margin:0 4px;}
.hot-search li a:hover{color:#00a6a0;}
.hot-search li em{color:#c0c9ca;}
.header-cart{margin:17px 0 0 0;}
.header-cart-btn{width:92px; height:34px; line-height:34px; padding-left:10px; display:block; position:relative; border:1px #dfdfdf solid; position:relative; color:#00a6a0; border-radius:4px; -webkit-border-radius:4px;}
.header-cart-icon{width:34px; height:34px; display:inline-block; background-position:0 -34px; position:absolute; top:0; right:0;}
.header-cart-count{height:18px; line-height:18px; display:inline-block; padding:0 4px; border-radius:4px; -webkit-border-radius:4px; background:#e94715; color:#fff; position:absolute; right:8px; top:-14px;}
.header-cart-count i{width:10px; height:7px; display:inline-block; background:url(../img/cart-corner.png) no-repeat; position:absolute; left:50%; margin-left:-5px; bottom:-6px;}
/*menu*/
.nav-box{border-bottom:2px #0d807c solid;}
.menu{position:relative; width:1210px; margin:0px auto; height:46px; background:#fff;}
.menu div {position:absolute; height:46px; font-family:"Microsoft Yahei";}
.menu .all-sort {left:0px; width:200px; text-align:center; font-size:18px;}
.menu .all-sort a {color:#fff; display:block; width:100%; height:100%; line-height:46px; background:#00a6a0;}
.menu .important{right:0px; bottom:0; width:250px;}
.menu .nav {left:200px; }
.menu .nav ul li {float:left; line-height:46px; display:inline;}
.menu .nav ul li a {display:block; width:100%; color:#333; text-align:center; font:700 16px/46px "Microsoft Yahei"; padding:0 20px;}
.menu .nav ul li a:hover,.menu .nav ul li a.current{ background:#fff; text-decoration:none; }
.wrap { width:1210px; margin:0px auto; }
.all-sort-list { position:relative; width:200px; background:rgba(0,166,160,.6); padding:8px 0;}
.all-sort-list .item {height:28px;}
.all-sort-list .item h3 { height:28px; line-height:28px; font-size:12px; width:170px; padding-left:30px; overflow:hidden; color:#fff;}
.all-sort-list .hover h3 { position:relative; z-index:13; background:#FFF; border-left:2px #f06d00 solid; padding-left:28px;}
.all-sort-list .hover h3 b{width:28px; height:28px; background:url(../img/menu_list_ico.png) no-repeat; position:absolute; left:1px; top:0; display:none;}
.all-sort-list .item span { padding:0px 5px; color:#A40000; }
.all-sort-list .item a { color:#fff; text-decoration:none; }
.all-sort-list .item a.all-column{font-size:14px;}
.all-sort-list .item em { color:#fff; padding:0 3px;}
.all-sort-list .hover h3 a{color:#f06d00;}
.all-sort-list .hover h3 b{display:block;}
.all-sort-list .hover h3 em{color:#f06d00;}
.all-sort-list .item-list {
display:none;
position:absolute;
width:1010px;
min-height:417px;
_height:417px;
background:#ebebeb;
left:200px;
border-bottom:2px #0d807c solid;
top:3px;
z-index:10;
}
/*.all-sort-list .item-list .close {
position:absolute;
width:26px;
height:26px;
color:#FFFFFF;
cursor:pointer;
top:-1px;
right:-26px;
font-size:20px;
line-height:20px;
text-align:center;
font-family:"Microsoft Yahei";
background:rgba(0, 0, 0, 0.6);
background-color:transparent\9;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#60000000', endColorstr='#60000000');
}
.item-list .subitem { float:left; width:1010px;}
.item-list .subitem dl { border-top:1px solid #EEE; padding:6px 0px; overflow:hidden; zoom:1; }
.item-list .subitem .fore1 { border-top:none; }
.item-list .subitem dt { float:left; width:54px; line-height:22px; text-align:right; padding:3px 6px 0px 0px; font-weight:700; color:#E4393C; }
.item-list .subitem dt a { color:#E4393C; text-decoration:underline; }
.item-list .subitem dd { float:left; width:415px; padding:3px 0px 0px; overflow:hidden; }
.item-list .subitem dd em { float:left; height:14px; line-height:14px; padding:0px 8px; margin-top:5px; border-left:1px solid #CCC; }
.item-list .subitem dd em a, .item-list .cat-right dd a { color:#666; text-decoration:none; }
.item-list .subitem dd em a:hover, .item-list .cat-right dd a:hover { font-weight:normal; text-decoration:underline; }
.item-list .cat-right { float:right; width:210px; }
.item-list .cat-right dl { width:194px; padding:6px 8px; }
.item-list .cat-right dd { padding-top:6px; line-height:22px; overflow:hidden; padding:3px 0px 0px; }
.item-list .cat-right dt { padding:3px 6px 0px 0px; font-weight:700; color:#E4393C; }
.item-list .cat-right dd a:hover { color:#666; }*/ | WebRoot/web/css/Untitled-6.css | @charset "utf-8";
/* CSS Document */
.header{font-family:"SimHei",Arial,Helvetica,verdana,sans-serif;}
.header-nav-fixed{height:30px; line-height:30px; background:#00a6a0; color:#fff;}
.header-welcome{}
.header-nav-list li{float:left; display:inline;}
.header-nav-list li a{display:block; margin:0 8px; color:#fff;}
.header-nav-list li a.header-login{color:#002e35;}
.header-nav-list li em{color:#057478; padding:0 2px;}
.header-nav-corner{width:8px; height:4px; display:inline-block; background:url(../img/top_nav_corner.png) no-repeat; margin:13px 5px;}
.logo-search-cart{height:70px; overflow:hidden;}
.logo,.logo a,.logo img{width:200px; height:70px; display:block;}
.header-search{margin:17px 0 0 460px;}
.header-search-bar{width:430px; height:34px; border:1px #a1a1a1 solid; border-radius:4px; -webkit-border-radius:4px; position:relative;}
.header-search-input,.header-cart-icon,.header-cart-count{background:url(../img/header_ico.png) no-repeat;}
.header-search-input{background-position:0 0; padding:10px 96px 10px 34px; width:300px; height:14px; color:#c0c9ca;}
.header-search-btn{width:93px; height:36px; line-height:36px; display:block; background:#00a6a0; border-radius:4px; -webkit-border-radius:4px; position:absolute; top:-1px; right:-1px; font-size:18px; color:#fff; text-align:center; z-index:9;}
.hot-search li{display:inline; margin:3px 0 0; float:left;}
.hot-search li a{display:block; color:#c0c9ca; margin:0 4px;}
.hot-search li a:hover{color:#00a6a0;}
.hot-search li em{color:#c0c9ca;}
.header-cart{margin:17px 0 0 0;}
.header-cart-btn{width:92px; height:34px; line-height:34px; padding-left:10px; display:block; position:relative; border:1px #dfdfdf solid; position:relative; color:#00a6a0; border-radius:4px; -webkit-border-radius:4px;}
.header-cart-icon{width:34px; height:34px; display:inline-block; background-position:0 -34px; position:absolute; top:0; right:0;}
.header-cart-count{height:18px; line-height:18px; display:inline-block; padding:0 4px; border-radius:4px; -webkit-border-radius:4px; background:#e94715; color:#fff; position:absolute; right:8px; top:-14px;}
.header-cart-count i{width:10px; height:7px; display:inline-block; background:url(../img/cart-corner.png) no-repeat; position:absolute; left:50%; margin-left:-5px; bottom:-6px;}
/*menu*/
.nav-box{border-bottom:2px #0d807c solid;}
.menu{position:relative; width:1210px; margin:0px auto; height:46px; background:#fff;}
.menu div {position:absolute; height:46px; font-family:"Microsoft Yahei";}
.menu .all-sort {left:0px; width:200px; text-align:center; font-size:18px;}
.menu .all-sort a {color:#fff; display:block; width:100%; height:100%; line-height:46px; background:#00a6a0;}
.menu .important{right:0px; bottom:0; width:250px;}
.menu .nav {left:200px; }
.menu .nav ul li {float:left; line-height:46px; display:inline;}
.menu .nav ul li a {display:block; width:100%; color:#333; text-align:center; font:700 16px/46px "Microsoft Yahei"; padding:0 20px;}
.menu .nav ul li a:hover,.menu .nav ul li a.current{ background:#fff; text-decoration:none; }
.wrap { width:1210px; margin:0px auto; }
.all-sort-list { position:relative; width:200px; background:rgba(0,166,160,.6); padding:8px 0;}
.all-sort-list .item {height:28px;}
.all-sort-list .item h3 { height:28px; line-height:28px; font-size:12px; width:170px; padding-left:30px; overflow:hidden; color:#fff;}
.all-sort-list .hover h3 { position:relative; z-index:13; background:#FFF; border-left:2px #f06d00 solid; padding-left:28px;}
.all-sort-list .hover h3 b{width:28px; height:28px; background:url(../img/menu_list_ico.png) no-repeat; position:absolute; left:1px; top:0; display:none;}
.all-sort-list .item span { padding:0px 5px; color:#A40000; }
.all-sort-list .item a { color:#fff; text-decoration:none; }
.all-sort-list .item a.all-column{font-size:14px;}
.all-sort-list .item em { color:#fff; padding:0 3px;}
.all-sort-list .hover h3 a{color:#f06d00;}
.all-sort-list .hover h3 b{display:block;}
.all-sort-list .hover h3 em{color:#f06d00;}
.all-sort-list .item-list {
display:none;
position:absolute;
width:1010px;
min-height:417px;
_height:417px;
background:#ebebeb;
left:200px;
border-bottom:2px #0d807c solid;
top:3px;
z-index:10;
}
/*.all-sort-list .item-list .close {
position:absolute;
width:26px;
height:26px;
color:#FFFFFF;
cursor:pointer;
top:-1px;
right:-26px;
font-size:20px;
line-height:20px;
text-align:center;
font-family:"Microsoft Yahei";
background:rgba(0, 0, 0, 0.6);
background-color:transparent\9;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#60000000', endColorstr='#60000000');
}
.item-list .subitem { float:left; width:1010px;}
.item-list .subitem dl { border-top:1px solid #EEE; padding:6px 0px; overflow:hidden; zoom:1; }
.item-list .subitem .fore1 { border-top:none; }
.item-list .subitem dt { float:left; width:54px; line-height:22px; text-align:right; padding:3px 6px 0px 0px; font-weight:700; color:#E4393C; }
.item-list .subitem dt a { color:#E4393C; text-decoration:underline; }
.item-list .subitem dd { float:left; width:415px; padding:3px 0px 0px; overflow:hidden; }
.item-list .subitem dd em { float:left; height:14px; line-height:14px; padding:0px 8px; margin-top:5px; border-left:1px solid #CCC; }
.item-list .subitem dd em a, .item-list .cat-right dd a { color:#666; text-decoration:none; }
.item-list .subitem dd em a:hover, .item-list .cat-right dd a:hover { font-weight:normal; text-decoration:underline; }
.item-list .cat-right { float:right; width:210px; }
.item-list .cat-right dl { width:194px; padding:6px 8px; }
.item-list .cat-right dd { padding-top:6px; line-height:22px; overflow:hidden; padding:3px 0px 0px; }
.item-list .cat-right dt { padding:3px 6px 0px 0px; font-weight:700; color:#E4393C; }
.item-list .cat-right dd a:hover { color:#666; }*/ | 0.222616 | 0.075824 |
@import url('https://fonts.googleapis.com/css?family=Limelight|Lobster');
*{
margin: 0;
padding:0;
}
ul,ol{
list-style: none;
}
body{
background: #bfbfbf url('../img/background.jpg') repeat-x;
font-family: Arial, sans-serif;
}
header{
padding: 30px 0;
}
header h1{
font-size: 40px;
text-align: center;
color: #fff;
text-transform: uppercase;
text-shadow: 2px 2px 2px #000;
font-family: 'Limelight', cursive;
}
/**main menu*/
#main-menu ul{
width: 980px;
height: 500px;
margin: 0 auto;
padding-top: 148px;
}
#main-menu ul li{
float: left;
width: 140px;
height: 500px;
overflow: hidden;
position: relative;
}
.bw{
position: absolute;
left: 0px;
width: 140px;
height: 500px;
cursor: pointer;
background: url('../img/bw-image.jpg') no-repeat;
opacity: 0.7;
}
.color{
position: absolute;
left: 140px;
width: 140px;
height: 500px;
cursor: pointer;
background: url('../img/color-image.jpg') no-repeat;
}
#part2 div{
background-position: -140px 0px;
}
#part3 div{
background-position: -280px 0px;
}
#part4 div{
background-position: -420px 0px;
}
#part5 div{
background-position: -560px 0px;
}
.description{
position: absolute;
left: 140px;
width: 240px;
height: 460px;
padding: 20px;
background: #fff;
}
.description h2{
padding-top: 20px;
font-size: 30px;
text-align: center;
font-family: 'Limelight', sans-serif;
color: #333;
text-transform: uppercase;
}
.description h3{
margin-top: 30px;
padding: 10px;;
font-size: 26px;
background: #d70000;
color: #fff;
text-align: center;
text-shadow: 1px 1px 1px #000;
border-radius: 4px;
font-family: 'Lobster', cursive;
}
.description p{
font-family: 'Lobster', cursive;
padding-top: 35px;
font-size: 22px;;
color: #000;
text-align: center;
}
/*button menu*/
#buttons-menu{
float: left;
width: 100%;
padding: 170px 0 50px 0;
}
#buttons-menu ul{
float: left;
position: relative;
left: 50%;
text-align: center;
}
.button{
float: left;
width: 150px;
margin-left: 30px;
padding: 10px 0;
position: relative;
right: 50%;
text-shadow: 1px 1px 1px #000;
font-family: 'Lobster', sans-serif;
text-align: center;
color: #fff;
border-radius: 5px;
box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
background: #333;
border: 2px solid #b70000;
font-size: 22px;
cursor: pointer;
opacity: 0.9;
}
.hovered{
background: #b70000;
border: 2px solid #333;
font-size: 24px;
}
.p1, .p2, .p3{
opacity: 0;
} | hollywood/css/style.css | @import url('https://fonts.googleapis.com/css?family=Limelight|Lobster');
*{
margin: 0;
padding:0;
}
ul,ol{
list-style: none;
}
body{
background: #bfbfbf url('../img/background.jpg') repeat-x;
font-family: Arial, sans-serif;
}
header{
padding: 30px 0;
}
header h1{
font-size: 40px;
text-align: center;
color: #fff;
text-transform: uppercase;
text-shadow: 2px 2px 2px #000;
font-family: 'Limelight', cursive;
}
/**main menu*/
#main-menu ul{
width: 980px;
height: 500px;
margin: 0 auto;
padding-top: 148px;
}
#main-menu ul li{
float: left;
width: 140px;
height: 500px;
overflow: hidden;
position: relative;
}
.bw{
position: absolute;
left: 0px;
width: 140px;
height: 500px;
cursor: pointer;
background: url('../img/bw-image.jpg') no-repeat;
opacity: 0.7;
}
.color{
position: absolute;
left: 140px;
width: 140px;
height: 500px;
cursor: pointer;
background: url('../img/color-image.jpg') no-repeat;
}
#part2 div{
background-position: -140px 0px;
}
#part3 div{
background-position: -280px 0px;
}
#part4 div{
background-position: -420px 0px;
}
#part5 div{
background-position: -560px 0px;
}
.description{
position: absolute;
left: 140px;
width: 240px;
height: 460px;
padding: 20px;
background: #fff;
}
.description h2{
padding-top: 20px;
font-size: 30px;
text-align: center;
font-family: 'Limelight', sans-serif;
color: #333;
text-transform: uppercase;
}
.description h3{
margin-top: 30px;
padding: 10px;;
font-size: 26px;
background: #d70000;
color: #fff;
text-align: center;
text-shadow: 1px 1px 1px #000;
border-radius: 4px;
font-family: 'Lobster', cursive;
}
.description p{
font-family: 'Lobster', cursive;
padding-top: 35px;
font-size: 22px;;
color: #000;
text-align: center;
}
/*button menu*/
#buttons-menu{
float: left;
width: 100%;
padding: 170px 0 50px 0;
}
#buttons-menu ul{
float: left;
position: relative;
left: 50%;
text-align: center;
}
.button{
float: left;
width: 150px;
margin-left: 30px;
padding: 10px 0;
position: relative;
right: 50%;
text-shadow: 1px 1px 1px #000;
font-family: 'Lobster', sans-serif;
text-align: center;
color: #fff;
border-radius: 5px;
box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
background: #333;
border: 2px solid #b70000;
font-size: 22px;
cursor: pointer;
opacity: 0.9;
}
.hovered{
background: #b70000;
border: 2px solid #333;
font-size: 24px;
}
.p1, .p2, .p3{
opacity: 0;
} | 0.276007 | 0.059346 |
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
html {
font-size: 1.5vw;
}
}
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Galaxy S4 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Galaxy S5 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- HTC One ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
html{
font-size:1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
html{
font-size:1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
html{
font-size:1vw;
}
}
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
html{
font-size:1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
html{
font-size:1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
html {
font-size: 1vw;
}
}
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1vw;
}
}
/* ----------- Galaxy Tab 10.1 ----------- */
/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media (max-device-width: 800px) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media (max-device-width: 1280px) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Asus Nexus 7 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Kindle Fire HD 7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Kindle Fire HD 8.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
html {
font-size: 1vw;
}
}
/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
html {
font-size: 1vw;
}
} | node_modules/css-media-all/css-media-all.css |
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
html {
font-size: 1.5vw;
}
}
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Galaxy S4 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Galaxy S5 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- HTC One ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
html{
font-size:1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
html{
font-size:1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
html{
font-size:1vw;
}
}
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
html{
font-size:1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
html{
font-size:1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
html {
font-size: 1vw;
}
}
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
html {
font-size: 1vw;
}
}
/* ----------- Galaxy Tab 10.1 ----------- */
/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media (max-device-width: 800px) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media (max-device-width: 1280px) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Asus Nexus 7 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Kindle Fire HD 7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Kindle Fire HD 8.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {
html {
font-size: 1.5vw;
}
}
/* Portrait */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
html {
font-size: 1.5vw;
}
}
/* Landscape */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
html {
font-size: 1vw;
}
}
/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
html {
font-size: 1vw;
}
}
/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
html {
font-size: 1vw;
}
} | 0.356447 | 0.139133 |
html, body {
height: 100%;
margin: 0;
padding: 0;
background-color: #c2d7e4;
}
.navbar-default {
background-color: #f0dca6;
}
.navbar-border {
border-bottom: 1px solid #bbb;
}
.navbar-header {
float: left;
padding: 15px;
text-align: center;
width: 100%;
}
.navbar-brand {
font-size: 25px;
}
.navbar-brand {
float:none;
}
.action-menu {
margin-top: 2%;
}
.block-action-menu {
width: 550px;
}
.title-action-menu,
.subtitle-action-menu {
text-align: center;
color: #fafafa;
}
.subtitle-action-menu {
font-style: italic;
font-size: 15px;
color: #fafafa;
}
.nav-tabs-action-menu {
margin-left: 37%;
margin-top: 7%;
border-bottom: none;
}
.nav-tabs-action-menu > li > a {
color: #999999;
}
.nav-tabs-action-menu > li.active > a,
.nav-tabs-action-menu > li.active > a:focus,
.nav-tabs > li.active > a:hover {
color: #999999;
margin: 0;
}
.buy-tab-action-menu,
.rent-tab-action-menu {
background-color: #e6e6e6;
border-radius: 4px 4px 0px 0px;
}
.panel-action-menu {
padding: 20px;
color: #999999;
border-radius: 13px;
}
.first-options-action-menu {
margin-bottom: 20px;
}
.second-options-action-menu,
.third-options-action-menu {
padding-left: 15px;
margin-bottom: 10px;
}
.btn-critera-action-menu,
.btn-critera-action-menu:visited,
.btn-critera-action-menu:active {
color: #999999;
}
.btn-critera-action-menu:hover,
.btn-critera-action-menu:focus {
background-color: #efefef;
}
.chevron-critera-action-menu {
margin-left: 10px;
}
.search-action-menu {
position: absolute;
margin-left: 340px;
}
.submit-btn-action-menu,
.submit-btn-action-menu:active,
.submit-btn-action-menu:visited {
background-color: #f0dca6;
color: #777;
}
.submit-btn-action-menu:hover,
.submit-btn-action-menu:focus {
background-color: #ecd38f;
}
.select2-result-repository { padding-top: 4px; padding-bottom: 3px; }
.select2-result-repository__avatar { float: left; width: 60px; margin-right: 10px; }
.select2-result-repository__avatar img { width: 100%; height: auto; border-radius: 2px; }
.select2-result-repository__meta {margin-left: 70px;}
.select2-result-repository__title { color: black; font-weight: bold; word-wrap: break-word; line-height: 1.1; margin-bottom: 4px; }
.select2-result-repository__forks, .select2-result-repository__stargazers { margin-right: 1em; }
.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers { display: inline-block; color: #aaa; font-size: 11px; }
.select2-result-repository__description { font-size: 13px; color: #777; margin-top: 4px; }
.select2-results__option--highlighted .select2-result-repository__title { color: white; }
.select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers { color: #c6dcef; }
#search-form > div.row.first-options-action-menu > div:nth-child(1) > span {
width: 237px!important;
}
#search-form > div.filter-box-ad-result.place-box-ad-result > ul > li:nth-child(1) > div > span {
width: 237px!important;
}
#search-form > div.filter-box-ad-result.place-box-ad-result > ul > li:nth-child(1) > div > span > span.selection > span > ul > li > input {
width: 237px!important;
}
#search-form > div.row.first-options-action-menu > div:nth-child(1) > span > span.selection > span > ul > li > input {
width: 237px!important;
} | public/css/general.css | html, body {
height: 100%;
margin: 0;
padding: 0;
background-color: #c2d7e4;
}
.navbar-default {
background-color: #f0dca6;
}
.navbar-border {
border-bottom: 1px solid #bbb;
}
.navbar-header {
float: left;
padding: 15px;
text-align: center;
width: 100%;
}
.navbar-brand {
font-size: 25px;
}
.navbar-brand {
float:none;
}
.action-menu {
margin-top: 2%;
}
.block-action-menu {
width: 550px;
}
.title-action-menu,
.subtitle-action-menu {
text-align: center;
color: #fafafa;
}
.subtitle-action-menu {
font-style: italic;
font-size: 15px;
color: #fafafa;
}
.nav-tabs-action-menu {
margin-left: 37%;
margin-top: 7%;
border-bottom: none;
}
.nav-tabs-action-menu > li > a {
color: #999999;
}
.nav-tabs-action-menu > li.active > a,
.nav-tabs-action-menu > li.active > a:focus,
.nav-tabs > li.active > a:hover {
color: #999999;
margin: 0;
}
.buy-tab-action-menu,
.rent-tab-action-menu {
background-color: #e6e6e6;
border-radius: 4px 4px 0px 0px;
}
.panel-action-menu {
padding: 20px;
color: #999999;
border-radius: 13px;
}
.first-options-action-menu {
margin-bottom: 20px;
}
.second-options-action-menu,
.third-options-action-menu {
padding-left: 15px;
margin-bottom: 10px;
}
.btn-critera-action-menu,
.btn-critera-action-menu:visited,
.btn-critera-action-menu:active {
color: #999999;
}
.btn-critera-action-menu:hover,
.btn-critera-action-menu:focus {
background-color: #efefef;
}
.chevron-critera-action-menu {
margin-left: 10px;
}
.search-action-menu {
position: absolute;
margin-left: 340px;
}
.submit-btn-action-menu,
.submit-btn-action-menu:active,
.submit-btn-action-menu:visited {
background-color: #f0dca6;
color: #777;
}
.submit-btn-action-menu:hover,
.submit-btn-action-menu:focus {
background-color: #ecd38f;
}
.select2-result-repository { padding-top: 4px; padding-bottom: 3px; }
.select2-result-repository__avatar { float: left; width: 60px; margin-right: 10px; }
.select2-result-repository__avatar img { width: 100%; height: auto; border-radius: 2px; }
.select2-result-repository__meta {margin-left: 70px;}
.select2-result-repository__title { color: black; font-weight: bold; word-wrap: break-word; line-height: 1.1; margin-bottom: 4px; }
.select2-result-repository__forks, .select2-result-repository__stargazers { margin-right: 1em; }
.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers { display: inline-block; color: #aaa; font-size: 11px; }
.select2-result-repository__description { font-size: 13px; color: #777; margin-top: 4px; }
.select2-results__option--highlighted .select2-result-repository__title { color: white; }
.select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers { color: #c6dcef; }
#search-form > div.row.first-options-action-menu > div:nth-child(1) > span {
width: 237px!important;
}
#search-form > div.filter-box-ad-result.place-box-ad-result > ul > li:nth-child(1) > div > span {
width: 237px!important;
}
#search-form > div.filter-box-ad-result.place-box-ad-result > ul > li:nth-child(1) > div > span > span.selection > span > ul > li > input {
width: 237px!important;
}
#search-form > div.row.first-options-action-menu > div:nth-child(1) > span > span.selection > span > ul > li > input {
width: 237px!important;
} | 0.342022 | 0.069763 |
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, input, 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 {
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;
}
/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Mukta', sans-serif;
font-family: 'Varela Round', sans-serif;
*/
#mainContainer {
background: url(../images/face.png) no-repeat fixed center top transparent;
background-size: cover;
min-height: 100vh;
padding-top: 40px;
font-family: 'Audiowide', sans-serif;
}
#gameContainer {
color: #fff;
}
#textContainer > div {
text-align: justify;
margin: 0 auto;
width: 80%;
}
/* ----- ALL BORDER BOX SHADOW SETTINGS BELOW ----- */
#instructionsBody, .modal {
background-color: rgba(25, 28, 30, 0.65);
box-shadow: -1px -1px 14px 10px rgb(91, 255, 249);
}
/* ----- ALL BORDER BOX SHADOW SETTINGS ABOVE ----- */
#gameTitle {
color: rgb(128, 11, 166);
padding-top: 5px;
font-size: 22px;
font-weight: 600;
text-shadow:
-1px -1px 2px rgb(91, 255, 249),
1px 1px 2px rgb(91, 255, 249),
-1px 1px 2px rgb(91, 255, 249),
1px -1px 2px rgb(91, 255, 249);
letter-spacing: 1px;
}
#instructionsHead {
font-size: 22px;
text-shadow:
-1px -1px 2px rgb(128, 11, 166),
1px 1px 2px rgb(128, 11, 166),
-1px 1px 2px rgb(128, 11, 166),
1px -1px 2px rgb(128, 11, 166);
letter-spacing: 1px;
}
#instructionsBody {
font-size: 12px;
line-height: 1.3;
padding: 10px;
}
#gameSettings {
display: flex;
justify-content: center;
text-align: justify;
margin: 0 auto;
padding: 15px 0;
}
.gameSetting {
display: flex;
flex-direction: column;
height: 40px;
justify-content: space-between;
object-position: center;
align-items: center;
margin: 0 auto;
}
.gameSetting > p {
text-shadow:
-1px -1px 2px rgb(128, 11, 166),
1px 1px 2px rgb(128, 11, 166),
-1px 1px 2px rgb(128, 11, 166),
1px -1px 2px rgb(128, 11, 166);
font-weight: 500;
font-size: 20px;
margin-bottom: 5px;
}
.gsLeft {
margin-right: 15px;
margin-left: auto;
}
.gsRight {
margin-left: 15px;
margin-right: auto;
}
select {
width: 60px;
height: 30px;
background-color: rgb(0, 81, 131);
}
select, button {
color: white;
font-weight: 500;
font-size: 12px;
border-radius: 3px;
border: 1px solid white;
}
#submitGuess:disabled {
background-color: rgb(145, 145, 145);
color: #ccc;
}
h1, h2 {
text-align: center;
}
#playContainer {
margin: 0;
display: grid;
grid-template-columns: 1fr 5fr 1fr;
grid-template-rows: auto auto auto;
grid-template-areas:
"inputs"
"buttons"
"mysteryBox";
width: 100vw;
justify-items: center;
}
#inputContainer, #buttonContainer, #secretCodeContainer, .turnContainer, .guessContainer, .dotContainer, .blackContainer, .whiteContainer {
display: flex;
}
/* ----- ALL FEEDBACK BOX SIZES BELOW ----- */
input, .turn, .guessPeg, .mysteryPeg {
height: 50px;
width: 50px;
font-size: 26px;
}
/* ----- ALL FEEDBACK BOX SIZES ABOVE ----- */
input[type="text"] {
text-align: center;
margin: 1px;
border: 1px solid #888888;
}
input:focus {
outline: none;
border:1px solid rgb(0, 81, 131);
box-shadow: 0 0 3px 3px rgb(113, 158, 206);
}
input:invalid {
box-shadow: 0 0 5px 3px red;
}
#inputContainer {
grid-area: inputs;
grid-column-start: 2;
grid-column-end: 3;
}
#buttonContainer {
grid-area: buttons;
width: 224px;
justify-content: space-around;
grid-column-start: 2;
grid-column-end: 3;
padding: 15px 0;
}
#resetGame {
background-color: rgb(117, 0, 0)
}
#submitGuess {
background-color: rgb(0, 90, 5)
}
#secretCodeContainer {
grid-area: mysteryBox;
grid-column-start: 2;
grid-column-end: 3;
}
.guessPeg, .mysteryPeg {
display: flex;
justify-content: center;
align-items: center;
font-weight: 800;
color: white;
border: 1px #999999 solid;
margin: 1px;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
#feedbackContainer {
display: grid;
grid-template-columns: 1fr auto 1fr;
width: 100vw;
justify-items: center;
}
.turnContainer {
grid-column-start: 1;
grid-column-end: 2;
justify-self: right;
align-items: center;
margin-right: 5px;
}
.turn {
text-align: center;
align-items: center;
display: flex;
justify-content: center;
font-weight: 800;
text-shadow:
-1px -1px 2px rgb(128, 11, 166),
1px 1px 2px rgb(128, 11, 166),
-1px 1px 2px rgb(128, 11, 166),
1px -1px 2px rgb(128, 11, 166);
}
.guessContainer {
grid-column-start: 2;
grid-column-end: 3;
}
.dotContainer {
flex-direction: column;
grid-column-start: 3;
grid-column-end: 4;
margin-left: 10px;
justify-content: center;
justify-self: left;
}
.dot {
border-radius: 50%;
margin: 1px;
height: 15px;
width: 15px;
}
.white {
background-color: white;
border: black solid 1px;
}
.black {
background-color: rgb(186, 37, 37);
border: white solid 1px;
}
.guessPeg1 {
background-color: rgba(255, 0, 0, .8);
}
.guessPeg2 {
background-color: rgba(255, 165, 0, .8);
}
.guessPeg3 {
background-color: rgba(255, 255, 0, .8);
}
.guessPeg4 {
background-color: rgba(0, 128, 0, .8);
}
.guessPeg5 {
background-color: rgba(0, 0, 255, .8);
}
.guessPeg6 {
background-color: rgba(75, 0, 130, .8);
}
.guessPeg7 {
background-color: rgba(128, 0, 128, .8);
}
.guessPeg8 {
background-color: rgba(98, 98, 98, 0.8);
}
.guessPeg9 {
background-color: rgba(39, 29, 22, 0.8);
}
.mysteryPeg {
background-color: rgba(0, 0, 0, .5);
}
#victoryModal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(56, 141, 221, 0.4);
}
.modal {
background-color: rgba(7, 58, 95, .9);
color: white;
margin: 45% auto;
padding: 20px;
width: 80%;
font-size: 16px;
text-align: center;
}
h3 {
font-size: 30px;
}
@media only screen and (min-width: 500px) {
#textContainer > div {
width: 70%;
}
#gameTitle {
padding-top: 10px;
font-size: 60px;
}
#instructionsHead {
font-size: 30px;
}
#instructionsBody {
font-size: 14px;
line-height: 1.3;
border-radius: 3px;
}
#gameSettings {
padding: 25px;
}
.gameSetting {
height: 50px;
}
.gsLeft {
margin-right: 17px;
margin-left: auto;
}
.gsRight {
margin-left: 17px;
margin-right: auto;
}
select, button {
font-size: 16px;
}
input[type="text"] {
margin: 2px;
}
#buttonContainer {
padding: 10px 0;
margin: 5px;
}
.mysteryPeg, .guessPeg {
margin: 2px;
}
.modal {
background-color: rgba(7, 58, 95, .9);
color: white;
margin: 15% auto;
width: 40%;
font-size: 20px;
}
}
@media only screen and (min-width: 768px) {
#textContainer > div {
width: 60%;
}
#instructionsBody {
font-size: 16px;
line-height: 1.3;
}
} | 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, input, 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 {
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;
}
/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Mukta', sans-serif;
font-family: 'Varela Round', sans-serif;
*/
#mainContainer {
background: url(../images/face.png) no-repeat fixed center top transparent;
background-size: cover;
min-height: 100vh;
padding-top: 40px;
font-family: 'Audiowide', sans-serif;
}
#gameContainer {
color: #fff;
}
#textContainer > div {
text-align: justify;
margin: 0 auto;
width: 80%;
}
/* ----- ALL BORDER BOX SHADOW SETTINGS BELOW ----- */
#instructionsBody, .modal {
background-color: rgba(25, 28, 30, 0.65);
box-shadow: -1px -1px 14px 10px rgb(91, 255, 249);
}
/* ----- ALL BORDER BOX SHADOW SETTINGS ABOVE ----- */
#gameTitle {
color: rgb(128, 11, 166);
padding-top: 5px;
font-size: 22px;
font-weight: 600;
text-shadow:
-1px -1px 2px rgb(91, 255, 249),
1px 1px 2px rgb(91, 255, 249),
-1px 1px 2px rgb(91, 255, 249),
1px -1px 2px rgb(91, 255, 249);
letter-spacing: 1px;
}
#instructionsHead {
font-size: 22px;
text-shadow:
-1px -1px 2px rgb(128, 11, 166),
1px 1px 2px rgb(128, 11, 166),
-1px 1px 2px rgb(128, 11, 166),
1px -1px 2px rgb(128, 11, 166);
letter-spacing: 1px;
}
#instructionsBody {
font-size: 12px;
line-height: 1.3;
padding: 10px;
}
#gameSettings {
display: flex;
justify-content: center;
text-align: justify;
margin: 0 auto;
padding: 15px 0;
}
.gameSetting {
display: flex;
flex-direction: column;
height: 40px;
justify-content: space-between;
object-position: center;
align-items: center;
margin: 0 auto;
}
.gameSetting > p {
text-shadow:
-1px -1px 2px rgb(128, 11, 166),
1px 1px 2px rgb(128, 11, 166),
-1px 1px 2px rgb(128, 11, 166),
1px -1px 2px rgb(128, 11, 166);
font-weight: 500;
font-size: 20px;
margin-bottom: 5px;
}
.gsLeft {
margin-right: 15px;
margin-left: auto;
}
.gsRight {
margin-left: 15px;
margin-right: auto;
}
select {
width: 60px;
height: 30px;
background-color: rgb(0, 81, 131);
}
select, button {
color: white;
font-weight: 500;
font-size: 12px;
border-radius: 3px;
border: 1px solid white;
}
#submitGuess:disabled {
background-color: rgb(145, 145, 145);
color: #ccc;
}
h1, h2 {
text-align: center;
}
#playContainer {
margin: 0;
display: grid;
grid-template-columns: 1fr 5fr 1fr;
grid-template-rows: auto auto auto;
grid-template-areas:
"inputs"
"buttons"
"mysteryBox";
width: 100vw;
justify-items: center;
}
#inputContainer, #buttonContainer, #secretCodeContainer, .turnContainer, .guessContainer, .dotContainer, .blackContainer, .whiteContainer {
display: flex;
}
/* ----- ALL FEEDBACK BOX SIZES BELOW ----- */
input, .turn, .guessPeg, .mysteryPeg {
height: 50px;
width: 50px;
font-size: 26px;
}
/* ----- ALL FEEDBACK BOX SIZES ABOVE ----- */
input[type="text"] {
text-align: center;
margin: 1px;
border: 1px solid #888888;
}
input:focus {
outline: none;
border:1px solid rgb(0, 81, 131);
box-shadow: 0 0 3px 3px rgb(113, 158, 206);
}
input:invalid {
box-shadow: 0 0 5px 3px red;
}
#inputContainer {
grid-area: inputs;
grid-column-start: 2;
grid-column-end: 3;
}
#buttonContainer {
grid-area: buttons;
width: 224px;
justify-content: space-around;
grid-column-start: 2;
grid-column-end: 3;
padding: 15px 0;
}
#resetGame {
background-color: rgb(117, 0, 0)
}
#submitGuess {
background-color: rgb(0, 90, 5)
}
#secretCodeContainer {
grid-area: mysteryBox;
grid-column-start: 2;
grid-column-end: 3;
}
.guessPeg, .mysteryPeg {
display: flex;
justify-content: center;
align-items: center;
font-weight: 800;
color: white;
border: 1px #999999 solid;
margin: 1px;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
#feedbackContainer {
display: grid;
grid-template-columns: 1fr auto 1fr;
width: 100vw;
justify-items: center;
}
.turnContainer {
grid-column-start: 1;
grid-column-end: 2;
justify-self: right;
align-items: center;
margin-right: 5px;
}
.turn {
text-align: center;
align-items: center;
display: flex;
justify-content: center;
font-weight: 800;
text-shadow:
-1px -1px 2px rgb(128, 11, 166),
1px 1px 2px rgb(128, 11, 166),
-1px 1px 2px rgb(128, 11, 166),
1px -1px 2px rgb(128, 11, 166);
}
.guessContainer {
grid-column-start: 2;
grid-column-end: 3;
}
.dotContainer {
flex-direction: column;
grid-column-start: 3;
grid-column-end: 4;
margin-left: 10px;
justify-content: center;
justify-self: left;
}
.dot {
border-radius: 50%;
margin: 1px;
height: 15px;
width: 15px;
}
.white {
background-color: white;
border: black solid 1px;
}
.black {
background-color: rgb(186, 37, 37);
border: white solid 1px;
}
.guessPeg1 {
background-color: rgba(255, 0, 0, .8);
}
.guessPeg2 {
background-color: rgba(255, 165, 0, .8);
}
.guessPeg3 {
background-color: rgba(255, 255, 0, .8);
}
.guessPeg4 {
background-color: rgba(0, 128, 0, .8);
}
.guessPeg5 {
background-color: rgba(0, 0, 255, .8);
}
.guessPeg6 {
background-color: rgba(75, 0, 130, .8);
}
.guessPeg7 {
background-color: rgba(128, 0, 128, .8);
}
.guessPeg8 {
background-color: rgba(98, 98, 98, 0.8);
}
.guessPeg9 {
background-color: rgba(39, 29, 22, 0.8);
}
.mysteryPeg {
background-color: rgba(0, 0, 0, .5);
}
#victoryModal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(56, 141, 221, 0.4);
}
.modal {
background-color: rgba(7, 58, 95, .9);
color: white;
margin: 45% auto;
padding: 20px;
width: 80%;
font-size: 16px;
text-align: center;
}
h3 {
font-size: 30px;
}
@media only screen and (min-width: 500px) {
#textContainer > div {
width: 70%;
}
#gameTitle {
padding-top: 10px;
font-size: 60px;
}
#instructionsHead {
font-size: 30px;
}
#instructionsBody {
font-size: 14px;
line-height: 1.3;
border-radius: 3px;
}
#gameSettings {
padding: 25px;
}
.gameSetting {
height: 50px;
}
.gsLeft {
margin-right: 17px;
margin-left: auto;
}
.gsRight {
margin-left: 17px;
margin-right: auto;
}
select, button {
font-size: 16px;
}
input[type="text"] {
margin: 2px;
}
#buttonContainer {
padding: 10px 0;
margin: 5px;
}
.mysteryPeg, .guessPeg {
margin: 2px;
}
.modal {
background-color: rgba(7, 58, 95, .9);
color: white;
margin: 15% auto;
width: 40%;
font-size: 20px;
}
}
@media only screen and (min-width: 768px) {
#textContainer > div {
width: 60%;
}
#instructionsBody {
font-size: 16px;
line-height: 1.3;
}
} | 0.320821 | 0.100392 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:602px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u1084 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1085_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:602px;
height:1056px;
}
#u1085 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:602px;
height:1056px;
}
#u1085_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1086_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:667px;
}
#u1086 {
border-width:0px;
position:absolute;
left:111px;
top:195px;
width:377px;
height:667px;
}
#u1086_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1087 {
border-width:0px;
position:absolute;
left:112px;
top:195px;
width:375px;
height:667px;
}
#u1087_input {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:375px;
height:667px;
overflow:hidden;
}
#u1088_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:93px;
}
#u1088 {
border-width:0px;
position:absolute;
left:111px;
top:194px;
width:377px;
height:93px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFFFF;
}
#u1088_text {
border-width:0px;
position:absolute;
left:2px;
top:12px;
width:373px;
word-wrap:break-word;
}
#u1089_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:2px;
}
#u1089 {
border-width:0px;
position:absolute;
left:112px;
top:286px;
width:376px;
height:1px;
}
#u1089_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1091 {
border-width:0px;
position:absolute;
left:112px;
top:195px;
width:375px;
height:23px;
overflow:hidden;
}
#u1091_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:375px;
height:23px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u1091_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1092_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:375px;
height:23px;
}
#u1092 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:375px;
height:23px;
}
#u1092_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1093_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:19px;
height:20px;
}
#u1093 {
border-width:0px;
position:absolute;
left:81px;
top:0px;
width:19px;
height:20px;
}
#u1093_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1094_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:35px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
}
#u1094 {
border-width:0px;
position:absolute;
left:44px;
top:3px;
width:35px;
height:15px;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
}
#u1094_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:35px;
white-space:nowrap;
}
#u1095_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue';
font-weight:500;
font-style:normal;
font-size:12px;
}
#u1095 {
border-width:0px;
position:absolute;
left:164px;
top:2px;
width:47px;
height:15px;
font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue';
font-weight:500;
font-style:normal;
font-size:12px;
}
#u1095_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
white-space:nowrap;
}
#u1096_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
text-align:right;
}
#u1096 {
border-width:0px;
position:absolute;
left:308px;
top:3px;
width:34px;
height:15px;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
text-align:right;
}
#u1096_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
white-space:nowrap;
}
#u1097_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:20px;
}
#u1097 {
border-width:0px;
position:absolute;
left:342px;
top:0px;
width:34px;
height:20px;
}
#u1097_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1098_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:7px;
}
#u1098 {
border-width:0px;
position:absolute;
left:7px;
top:7px;
width:34px;
height:7px;
}
#u1098_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1091_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:375px;
height:23px;
visibility:hidden;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u1091_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1099_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:376px;
height:23px;
}
#u1099 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:376px;
height:23px;
}
#u1099_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1100_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:35px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1100 {
border-width:0px;
position:absolute;
left:44px;
top:3px;
width:35px;
height:15px;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1100_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:35px;
white-space:nowrap;
}
#u1101_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue';
font-weight:500;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1101 {
border-width:0px;
position:absolute;
left:164px;
top:2px;
width:47px;
height:15px;
font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue';
font-weight:500;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1101_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
white-space:nowrap;
}
#u1102_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:right;
}
#u1102 {
border-width:0px;
position:absolute;
left:308px;
top:3px;
width:34px;
height:15px;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:right;
}
#u1102_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
white-space:nowrap;
}
#u1103_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:19px;
height:20px;
}
#u1103 {
border-width:0px;
position:absolute;
left:81px;
top:0px;
width:19px;
height:20px;
}
#u1103_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1104_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:20px;
}
#u1104 {
border-width:0px;
position:absolute;
left:342px;
top:0px;
width:34px;
height:20px;
}
#u1104_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1105_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:7px;
}
#u1105 {
border-width:0px;
position:absolute;
left:7px;
top:7px;
width:34px;
height:7px;
}
#u1105_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1106 {
position:absolute;
left:127px;
top:255px;
}
#u1106_state0 {
position:relative;
left:0px;
top:0px;
width:12px;
height:15px;
background-image:none;
}
#u1106_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1107_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:15px;
}
#u1107 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:15px;
}
#u1107_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1108_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:28px;
height:25px;
}
#u1108 {
border-width:0px;
position:absolute;
left:440px;
top:248px;
width:28px;
height:25px;
}
#u1108_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1109 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1110 {
border-width:0px;
position:absolute;
left:128px;
top:318px;
width:345px;
height:44px;
}
#u1110_input {
position:absolute;
left:0px;
top:0px;
width:345px;
height:44px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u1111_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:23px;
}
#u1111 {
border-width:0px;
position:absolute;
left:142px;
top:327px;
width:22px;
height:23px;
}
#u1111_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1112 {
position:absolute;
left:111px;
top:249px;
}
#u1112_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:28px;
background-image:none;
}
#u1112_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1113 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:28px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u1114 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1115_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:345px;
height:120px;
background:inherit;
background-color:rgba(153, 204, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(204, 204, 204, 1);
border-radius:20px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-align:left;
line-height:24px;
}
#u1115 {
border-width:0px;
position:absolute;
left:127px;
top:401px;
width:345px;
height:120px;
text-align:left;
line-height:24px;
}
#u1115_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1116_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:17px;
}
#u1116 {
border-width:0px;
position:absolute;
left:450px;
top:453px;
width:12px;
height:17px;
}
#u1116_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1117 {
border-width:0px;
position:absolute;
left:159px;
top:407px;
width:256px;
height:109px;
}
#u1118_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:30px;
}
#u1118 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1118_text {
border-width:0px;
position:absolute;
left:2px;
top:6px;
width:67px;
word-wrap:break-word;
}
#u1119_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:185px;
height:30px;
}
#u1119 {
border-width:0px;
position:absolute;
left:71px;
top:0px;
width:185px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1119_text {
border-width:0px;
position:absolute;
left:2px;
top:6px;
width:181px;
word-wrap:break-word;
}
#u1120_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:27px;
}
#u1120 {
border-width:0px;
position:absolute;
left:0px;
top:30px;
width:71px;
height:27px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1120_text {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:67px;
word-wrap:break-word;
}
#u1121_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:185px;
height:27px;
}
#u1121 {
border-width:0px;
position:absolute;
left:71px;
top:30px;
width:185px;
height:27px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1121_text {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:181px;
word-wrap:break-word;
}
#u1122_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:30px;
}
#u1122 {
border-width:0px;
position:absolute;
left:0px;
top:57px;
width:71px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1122_text {
border-width:0px;
position:absolute;
left:2px;
top:6px;
width:67px;
word-wrap:break-word;
}
#u1123_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:185px;
height:30px;
}
#u1123 {
border-width:0px;
position:absolute;
left:71px;
top:57px;
width:185px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1123_text {
border-width:0px;
position:absolute;
left:2px;
top:6px;
width:181px;
word-wrap:break-word;
}
#u1124_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:22px;
}
#u1124 {
border-width:0px;
position:absolute;
left:0px;
top:87px;
width:71px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1124_text {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:67px;
word-wrap:break-word;
}
#u1125_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:185px;
height:22px;
}
#u1125 {
border-width:0px;
position:absolute;
left:71px;
top:87px;
width:185px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1125_text {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:181px;
word-wrap:break-word;
}
#u1126_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:130px;
height:24px;
}
#u1126 {
border-width:0px;
position:absolute;
left:142px;
top:385px;
width:130px;
height:24px;
color:#666666;
}
#u1126_text {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:126px;
word-wrap:break-word;
}
#u1127 {
border-width:0px;
position:absolute;
left:127px;
top:401px;
width:345px;
height:120px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
} | files/reminder/styles.css | body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:602px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u1084 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1085_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:602px;
height:1056px;
}
#u1085 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:602px;
height:1056px;
}
#u1085_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1086_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:667px;
}
#u1086 {
border-width:0px;
position:absolute;
left:111px;
top:195px;
width:377px;
height:667px;
}
#u1086_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1087 {
border-width:0px;
position:absolute;
left:112px;
top:195px;
width:375px;
height:667px;
}
#u1087_input {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:375px;
height:667px;
overflow:hidden;
}
#u1088_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:93px;
}
#u1088 {
border-width:0px;
position:absolute;
left:111px;
top:194px;
width:377px;
height:93px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFFFF;
}
#u1088_text {
border-width:0px;
position:absolute;
left:2px;
top:12px;
width:373px;
word-wrap:break-word;
}
#u1089_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:2px;
}
#u1089 {
border-width:0px;
position:absolute;
left:112px;
top:286px;
width:376px;
height:1px;
}
#u1089_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1091 {
border-width:0px;
position:absolute;
left:112px;
top:195px;
width:375px;
height:23px;
overflow:hidden;
}
#u1091_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:375px;
height:23px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u1091_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1092_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:375px;
height:23px;
}
#u1092 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:375px;
height:23px;
}
#u1092_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1093_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:19px;
height:20px;
}
#u1093 {
border-width:0px;
position:absolute;
left:81px;
top:0px;
width:19px;
height:20px;
}
#u1093_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1094_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:35px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
}
#u1094 {
border-width:0px;
position:absolute;
left:44px;
top:3px;
width:35px;
height:15px;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
}
#u1094_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:35px;
white-space:nowrap;
}
#u1095_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue';
font-weight:500;
font-style:normal;
font-size:12px;
}
#u1095 {
border-width:0px;
position:absolute;
left:164px;
top:2px;
width:47px;
height:15px;
font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue';
font-weight:500;
font-style:normal;
font-size:12px;
}
#u1095_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
white-space:nowrap;
}
#u1096_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
text-align:right;
}
#u1096 {
border-width:0px;
position:absolute;
left:308px;
top:3px;
width:34px;
height:15px;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
text-align:right;
}
#u1096_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
white-space:nowrap;
}
#u1097_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:20px;
}
#u1097 {
border-width:0px;
position:absolute;
left:342px;
top:0px;
width:34px;
height:20px;
}
#u1097_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1098_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:7px;
}
#u1098 {
border-width:0px;
position:absolute;
left:7px;
top:7px;
width:34px;
height:7px;
}
#u1098_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1091_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:375px;
height:23px;
visibility:hidden;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u1091_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1099_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:376px;
height:23px;
}
#u1099 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:376px;
height:23px;
}
#u1099_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1100_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:35px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1100 {
border-width:0px;
position:absolute;
left:44px;
top:3px;
width:35px;
height:15px;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1100_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:35px;
white-space:nowrap;
}
#u1101_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue';
font-weight:500;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1101 {
border-width:0px;
position:absolute;
left:164px;
top:2px;
width:47px;
height:15px;
font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue';
font-weight:500;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1101_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
white-space:nowrap;
}
#u1102_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:right;
}
#u1102 {
border-width:0px;
position:absolute;
left:308px;
top:3px;
width:34px;
height:15px;
font-family:'HelveticaNeue', 'Helvetica Neue';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:right;
}
#u1102_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
white-space:nowrap;
}
#u1103_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:19px;
height:20px;
}
#u1103 {
border-width:0px;
position:absolute;
left:81px;
top:0px;
width:19px;
height:20px;
}
#u1103_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1104_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:20px;
}
#u1104 {
border-width:0px;
position:absolute;
left:342px;
top:0px;
width:34px;
height:20px;
}
#u1104_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1105_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:7px;
}
#u1105 {
border-width:0px;
position:absolute;
left:7px;
top:7px;
width:34px;
height:7px;
}
#u1105_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1106 {
position:absolute;
left:127px;
top:255px;
}
#u1106_state0 {
position:relative;
left:0px;
top:0px;
width:12px;
height:15px;
background-image:none;
}
#u1106_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1107_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:15px;
}
#u1107 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:15px;
}
#u1107_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1108_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:28px;
height:25px;
}
#u1108 {
border-width:0px;
position:absolute;
left:440px;
top:248px;
width:28px;
height:25px;
}
#u1108_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1109 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1110 {
border-width:0px;
position:absolute;
left:128px;
top:318px;
width:345px;
height:44px;
}
#u1110_input {
position:absolute;
left:0px;
top:0px;
width:345px;
height:44px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u1111_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:23px;
}
#u1111 {
border-width:0px;
position:absolute;
left:142px;
top:327px;
width:22px;
height:23px;
}
#u1111_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1112 {
position:absolute;
left:111px;
top:249px;
}
#u1112_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:28px;
background-image:none;
}
#u1112_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1113 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:28px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u1114 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1115_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:345px;
height:120px;
background:inherit;
background-color:rgba(153, 204, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(204, 204, 204, 1);
border-radius:20px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-align:left;
line-height:24px;
}
#u1115 {
border-width:0px;
position:absolute;
left:127px;
top:401px;
width:345px;
height:120px;
text-align:left;
line-height:24px;
}
#u1115_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1116_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:17px;
}
#u1116 {
border-width:0px;
position:absolute;
left:450px;
top:453px;
width:12px;
height:17px;
}
#u1116_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1117 {
border-width:0px;
position:absolute;
left:159px;
top:407px;
width:256px;
height:109px;
}
#u1118_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:30px;
}
#u1118 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1118_text {
border-width:0px;
position:absolute;
left:2px;
top:6px;
width:67px;
word-wrap:break-word;
}
#u1119_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:185px;
height:30px;
}
#u1119 {
border-width:0px;
position:absolute;
left:71px;
top:0px;
width:185px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1119_text {
border-width:0px;
position:absolute;
left:2px;
top:6px;
width:181px;
word-wrap:break-word;
}
#u1120_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:27px;
}
#u1120 {
border-width:0px;
position:absolute;
left:0px;
top:30px;
width:71px;
height:27px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1120_text {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:67px;
word-wrap:break-word;
}
#u1121_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:185px;
height:27px;
}
#u1121 {
border-width:0px;
position:absolute;
left:71px;
top:30px;
width:185px;
height:27px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1121_text {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:181px;
word-wrap:break-word;
}
#u1122_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:30px;
}
#u1122 {
border-width:0px;
position:absolute;
left:0px;
top:57px;
width:71px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1122_text {
border-width:0px;
position:absolute;
left:2px;
top:6px;
width:67px;
word-wrap:break-word;
}
#u1123_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:185px;
height:30px;
}
#u1123 {
border-width:0px;
position:absolute;
left:71px;
top:57px;
width:185px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1123_text {
border-width:0px;
position:absolute;
left:2px;
top:6px;
width:181px;
word-wrap:break-word;
}
#u1124_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:22px;
}
#u1124 {
border-width:0px;
position:absolute;
left:0px;
top:87px;
width:71px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1124_text {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:67px;
word-wrap:break-word;
}
#u1125_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:185px;
height:22px;
}
#u1125 {
border-width:0px;
position:absolute;
left:71px;
top:87px;
width:185px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u1125_text {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:181px;
word-wrap:break-word;
}
#u1126_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:130px;
height:24px;
}
#u1126 {
border-width:0px;
position:absolute;
left:142px;
top:385px;
width:130px;
height:24px;
color:#666666;
}
#u1126_text {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:126px;
word-wrap:break-word;
}
#u1127 {
border-width:0px;
position:absolute;
left:127px;
top:401px;
width:345px;
height:120px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
} | 0.36591 | 0.053403 |
@charset "UTF-8";
/*
* HELPERS
*/
/*Mixins*/
/*
* BASE
*/
* {
outline: none;
box-sizing: border-box;
-webkit-box-sizing: border-box; }
@font-face {
font-family: 'SF Pro Display';
src: url("../fonts/SF-Pro-Display-Light.eot");
src: local("вє"), url("../fonts/SF-Pro-Display-Light.woff") format("woff"), url("../fonts/SF-Pro-Display-Light.ttf") format("truetype"), url("../fonts/SF-Pro-Display-Light.svg") format("svg");
font-weight: 300;
font-style: normal; }
@font-face {
font-family: 'SF Pro Display';
src: url("../fonts/SF-Pro-Display-Regular.eot");
src: local("вє"), url("../fonts/SF-Pro-Display-Regular.woff") format("woff"), url("../fonts/SF-Pro-Display-Regular.ttf") format("truetype"), url("../fonts/SF-Pro-Display-Regular.svg") format("svg");
font-weight: 400;
font-style: normal; }
@font-face {
font-family: 'SF Pro Display';
src: url("../fonts/SF-Pro-Display-Medium.eot");
src: local("вє"), url("../fonts/SF-Pro-Display-Medium.woff") format("woff"), url("../fonts/SF-Pro-Display-Medium.ttf") format("truetype"), url("../fonts/SF-Pro-Display-Medium.svg") format("svg");
font-weight: 500;
font-style: normal; }
@font-face {
font-family: 'SF Pro Display';
src: url("../fonts/SF-Pro-Display-Bold.eot");
src: local("вє"), url("../fonts/SF-Pro-Display-Bold.woff") format("woff"), url("../fonts/SF-Pro-Display-Bold.ttf") format("truetype"), url("../fonts/SF-Pro-Display-Bold.svg") format("svg");
font-weight: 700;
font-style: normal; }
::-webkit-input-placeholder {
color: #DBDBDB; }
::-moz-placeholder {
color: #DBDBDB; }
:-moz-placeholder {
color: #DBDBDB; }
:-ms-input-placeholder {
color: #DBDBDB; }
html, body {
margin: 0;
padding: 0;
background: #F9F9F9;
font-size: 18px;
color: #5F5F5F;
font-family: "SF Pro Display", sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%; }
a {
color: #F17685;
text-decoration: none;
cursor: pointer; }
a:link {
color: #F17685; }
a:active {
color: #F17685; }
a:visited {
color: #F17685; }
a:hover {
color: #F17685;
text-decoration: underline; }
a img {
border: none; }
input, textarea, button {
font-family: "SF Pro Display";
-webkit-appearance: none;
box-shadow: none !important; }
label {
cursor: pointer; }
.clear {
clear: both; }
ul {
margin: 0;
padding: 0;
list-style: none; }
strong {
font-weight: 700; }
.centrize {
display: table !important;
table-layout: fixed !important;
height: 100% !important;
position: relative !important; }
.centrize.full-width {
width: 100% !important; }
.vertical-center {
display: table-cell !important;
vertical-align: middle !important; }
.mobile-show {
display: none; }
.mobile-hide {
display: block; }
input[type="number"] {
-moz-appearance: textfield; }
.disabled, .hidden {
display: none; }
/*Buttons*/
/*Container*/
.page {
position: relative;
overflow: hidden;
min-width: 1400px; }
.container {
position: relative; }
.fw {
position: relative;
width: auto;
margin: 0 auto;
padding: 0 64px; }
.fw:after {
content: '';
clear: both;
display: block; }
/*Left Bar*/
.left-bar {
position: fixed;
overflow: auto;
width: 300px;
height: 100%;
background: #3b3b3b;
background: -moz-linear-gradient(left, #3b3b3b 0%, #343434 100%);
background: -webkit-linear-gradient(left, #3b3b3b 0%, #343434 100%);
background: linear-gradient(to right, #3b3b3b 0%, #343434 100%);
z-index: 100; }
.logo {
margin: 0 0 100px 0;
padding: 40px 0 0 40px;
height: 100px;
background: rgba(0, 0, 0, 0.15);
text-align: center; }
.logo span {
position: relative;
margin: 0;
display: inline-block;
vertical-align: top;
font-size: 26px;
line-height: 31px;
color: #fff;
font-weight: 500; }
.logo span:before {
content: '';
position: absolute;
top: 0;
left: -50px;
width: 39px;
height: 31px;
background: url(../images/logo-t-ic.svg) no-repeat;
background-size: contain; }
.logo span em {
padding: 0 10px;
content: '';
position: absolute;
top: -20px;
right: -35px;
height: 20px;
font-size: 14px;
line-height: 20px;
color: #fff;
font-weight: 400;
background: #F17685;
font-style: normal;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.main-menu > ul > li > a {
position: relative;
padding: 0 0 0 90px;
display: block;
height: 70px;
line-height: 70px;
font-size: 25px;
color: #fff;
font-weight: 400;
text-decoration: none; }
.main-menu > ul > li > a:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
background: #F17685;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s; }
.main-menu > ul > li > a .icon {
margin-top: -12px;
position: absolute;
left: 47px;
top: 50%;
width: 24px;
height: 24px; }
.main-menu > ul > li > a .icon:before, .main-menu > ul > li > a .icon:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s; }
.main-menu > ul > li > a .icon:after {
opacity: 0; }
.main-menu > ul > li.active > a:before {
width: 7px; }
.main-menu > ul > li.active > a .icon:before {
opacity: 0; }
.main-menu > ul > li.active > a .icon:after {
opacity: 1; }
.main-menu > ul > li.item-1 > a .icon:before {
background-image: url(../images/m-ic-1.svg); }
.main-menu > ul > li.item-1 > a .icon:after {
background-image: url(../images/m-ic-1h.svg); }
.main-menu > ul > li.item-2 a .icon:before {
background-image: url(../images/m-ic-2.svg); }
.main-menu > ul > li.item-2 a .icon:after {
background-image: url(../images/m-ic-2h.svg); }
.main-menu > ul > li.item-3 a .icon:before {
background-image: url(../images/m-ic-3.svg); }
.main-menu > ul > li.item-3 a .icon:after {
background-image: url(../images/m-ic-3h.svg); }
.main-menu > ul > li ul {
padding: 0 20px 0 70px; }
.main-menu > ul > li ul li {
margin: 0 0 10px 0; }
.main-menu > ul > li ul li a {
padding: 0 20px;
display: inline-block;
height: 38px;
line-height: 38px;
font-size: 20px;
color: #fff;
font-weight: 400;
text-decoration: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s; }
.main-menu > ul > li ul li.active a {
background: #F17685; }
/*Wrapper*/
.wrapper {
margin-left: 300px; }
.content {
padding: 68px 0; }
/*Breadcrumbs*/
/*Preloader*/
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background: #F9F9F9;
z-index: 1000; }
.preloader .spinner {
width: 68px;
height: 68px;
display: inline-block;
position: relative;
background: url(../images/preloader.gif) no-repeat;
background-size: 100% 100%; }
.loading {
margin: 30px 0 0 0;
text-align: center; }
.loading .spinner {
width: 68px;
height: 68px;
display: inline-block;
position: relative;
background: url(../images/preloader.gif) no-repeat;
background-size: 100% 100%; }
/*Forms*/
.c-form .group {
position: relative;
margin: 0 0 15px 0; }
.c-form .label {
margin: 0 0 10px 0;
font-size: 16px;
line-height: 19px;
color: #4A4A4A;
font-weight: 300; }
.c-form .field {
margin: 10px 0 0 0;
position: relative; }
.c-form .field.email:before, .c-form .field.tel:before {
margin: -9px 0 0 0;
content: '';
position: absolute;
left: 15px;
top: 50%;
width: 18px;
height: 18px;
background-position: center center;
background-repeat: no-repeat; }
.c-form .field.email input[type="text"], .c-form .field.email input[type="tel"], .c-form .field.email input[type="password"], .c-form .field.email input[type="email"], .c-form .field.email input[type="number"], .c-form .field.tel input[type="text"], .c-form .field.tel input[type="tel"], .c-form .field.tel input[type="password"], .c-form .field.tel input[type="email"], .c-form .field.tel input[type="number"] {
padding: 0 15px 0 45px; }
.c-form .field.email:before {
background-image: url(../images/f-mail.svg); }
.c-form .field.tel:before {
background-image: url(../images/f-tel.svg); }
.c-form .field input[type="text"], .c-form .field input[type="tel"], .c-form .field input[type="password"], .c-form .field input[type="email"], .c-form .field input[type="number"], .c-form .field input[type="date"], .c-form .field textarea {
padding: 0 15px;
width: 100%;
height: 40px;
font-size: 14px;
color: rgba(241, 118, 133, 0.8);
font-family: "SF Pro Display";
font-weight: 500;
text-align: left;
background: rgba(241, 118, 133, 0.2);
border: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.c-form .field input[type="text"].error, .c-form .field input[type="text"]:focus, .c-form .field input[type="tel"].error, .c-form .field input[type="tel"]:focus, .c-form .field input[type="password"].error, .c-form .field input[type="password"]:focus, .c-form .field input[type="email"].error, .c-form .field input[type="email"]:focus, .c-form .field input[type="number"].error, .c-form .field input[type="number"]:focus, .c-form .field input[type="date"].error, .c-form .field input[type="date"]:focus, .c-form .field textarea.error, .c-form .field textarea:focus {
background: #fff;
border: 1px solid #F17685; }
.c-form .field input[type="text"].error, .c-form .field input[type="tel"].error, .c-form .field input[type="password"].error, .c-form .field input[type="email"].error, .c-form .field input[type="number"].error, .c-form .field input[type="date"].error, .c-form .field textarea.error {
background: #FFEAED;
border: 1px solid #F17685; }
.c-form .field textarea {
padding: 15px;
height: 180px;
resize: none; }
.c-form .field textarea.error {
border-color: red; }
.c-form .add-btn {
position: absolute;
padding: 0 0 0 27px;
top: 0;
right: 0;
font-size: 14px;
line-height: 19px;
color: #B3B2B3;
font-weight: 300;
text-decoration: none; }
.c-form .add-btn:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 19px;
height: 19px;
background: url(../images/add-plus.svg) no-repeat;
background-size: contain; }
.c-form label.error {
position: absolute;
right: 0;
top: -15px;
font-size: 11px;
color: red;
display: none !important; }
.c-form .bts {
margin: 35px 0 0 0; }
.c-form .submit-btn, .c-form .cancel-btn {
float: left;
width: 150px;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #fff;
font-weight: 500;
background: #F17685;
text-align: center;
border: none;
cursor: pointer;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.c-form .cancel-btn {
float: right;
line-height: 39px;
color: #F17685;
text-decoration: none;
background: #fff;
border: 1px solid #F17685; }
/*popups*/
.overlay {
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(50, 49, 50, 0.2);
z-index: 101; }
.nonebox {
position: absolute;
left: 50%;
top: -2000px;
margin: 0 0 0 -193px;
padding: 30px;
width: 386px;
background: #fff;
box-shadow: 5px 5px 25px rgba(179, 179, 179, 0.25);
-moz-box-shadow: 5px 5px 25px rgba(179, 179, 179, 0.25);
-webkit-box-shadow: 5px 5px 25px rgba(179, 179, 179, 0.25);
-khtml-box-shadow: 5px 5px 25px rgba(179, 179, 179, 0.25);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
z-index: 1002;
text-align: left; }
.nonebox.large {
margin-left: -266px;
padding: 45px;
width: 532px; }
.nonebox .title {
position: relative;
margin: 0 0 25px 0;
padding: 0 0 0 63px;
font-size: 20px;
line-height: 48px;
color: #4A4A4A;
font-weight: 500; }
.nonebox .title.pay {
padding: 0;
color: #4A4A4A;
font-size: 25px;
line-height: 30px;
font-weight: 500; }
.nonebox .title.pay:before {
display: none; }
.nonebox .title:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 48px;
height: 48px;
background: rgba(126, 211, 33, 0.1) url(../images/form-cl-ic.svg) no-repeat center center;
border-radius: 48px;
-moz-border-radius: 48px;
-webkit-border-radius: 48px;
-khtml-border-radius: 48px; }
.nonebox .close {
position: absolute;
top: 20px;
right: 20px;
width: 16px;
height: 16px;
background: url(../images/close.svg) no-repeat;
background-size: contain;
cursor: pointer; }
.nonebox .confirm {
padding: 20px 0;
text-align: center; }
.nonebox .confirm.delete .c-title:before {
background: url(../images/conf_ic2.svg) no-repeat;
background-size: contain; }
.nonebox .confirm.delete .c-bts .submit-btn, .nonebox .confirm.delete .c-bts .cancel-btn {
background: #F17685;
border: 1px solid #F17685; }
.nonebox .confirm.delete .c-bts .cancel-btn {
color: #F17685;
background: #fff; }
.nonebox .confirm .c-title {
position: relative;
padding: 70px 0 0 0;
font-size: 18px;
line-height: 21px;
color: #4A4A4A; }
.nonebox .confirm .c-title:before {
margin-left: -24px;
content: '';
position: absolute;
left: 50%;
top: 0;
width: 48px;
height: 48px;
background: url(../images/conf_ic1.svg) no-repeat;
background-size: contain; }
.nonebox .confirm .c-subtitle {
margin: 10px 0 0 0;
color: #4A4A4A;
font-size: 12px;
line-height: 14px; }
.nonebox .confirm .c-bts {
margin: 30px 0 0 0;
text-align: center;
font-size: 0; }
.nonebox .confirm .c-bts .submit-btn, .nonebox .confirm .c-bts .cancel-btn {
display: inline-block;
vertical-align: top;
margin: 0 7px;
padding: 0 20px;
height: 48px;
line-height: 46px;
font-size: 14px;
color: #fff;
font-weight: 400;
letter-spacing: 0.05em;
background: #7ED321;
text-align: center;
border: 1px solid #7ED321;
cursor: pointer;
text-decoration: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.nonebox .confirm .c-bts .cancel-btn {
color: #7ED321;
background: #fff; }
.c-form.payments .group {
margin-bottom: 30px; }
.c-form.payments .group.lt {
float: left;
width: 200px; }
.c-form.payments .group.rt {
float: right;
width: 200px; }
.c-form.payments .group.bts .submit-btn, .c-form.payments .group.bts .cancel-btn {
float: none;
display: inline-block;
vertical-align: top;
margin-right: 28px; }
.c-form.payments .group .field {
position: relative; }
.c-form.payments .group .field.comp:before {
margin-top: -15px;
content: '';
position: absolute;
top: 50%;
right: 30%;
width: 1px;
height: 30px;
background: #9B9B9B;
z-index: 2; }
.c-form.payments .group .field.comp:after {
content: '';
position: relative;
clear: both;
display: block; }
.c-form.payments .group .field.comp input {
background: #F3F3F3;
color: #B3B2B3; }
.c-form.payments .group .field.comp input:focus {
border: none; }
.c-form.payments .group .field.comp input.comp-name {
float: left;
width: 70%;
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-khtml-border-radius: 4px 0 0 4px; }
.c-form.payments .group .field.comp input.comp-price {
float: left;
width: 30%;
border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0; }
.c-form.payments .group .field.price:before {
margin-top: -11px;
content: '';
position: absolute;
top: 50%;
right: 20px;
width: 22px;
height: 22px;
background: url(../images/in-price.svg) no-repeat;
background-size: contain; }
.c-form.payments .group .field.price input {
background: #fff;
border: 1px solid #979797;
color: #B3B2B3; }
.c-form.payments .group .field.date input {
padding-right: 0; }
.c-form.payments .group .field.date:before {
margin-top: -12px;
content: '';
position: absolute;
top: 50%;
right: 20px;
width: 24px;
height: 24px;
background: url(../images/in-date.svg) no-repeat;
background-size: contain;
pointer-events: none; }
.c-form.payments .add-btn {
padding-left: 0;
padding-top: 5px;
position: relative;
left: 0;
top: 0;
right: auto;
display: inline-block; }
.c-form.payments .add-btn:before {
display: none; }
.c-form.payments .monthly-choice {
position: relative;
height: 37px;
line-height: 37px;
cursor: pointer; }
.c-form.payments .monthly-choice ul {
position: relative;
width: 100%;
z-index: 2; }
.c-form.payments .monthly-choice ul li {
float: left;
width: 8.333%;
height: 37px;
text-align: center;
font-size: 14px;
color: #e6e6e6; }
.c-form.payments .monthly-choice .choice-line {
position: absolute;
left: 0;
top: 0;
height: 37px;
background: #F17685;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
box-shadow: 0px 5px 20px rgba(241, 118, 133, 0.1);
-moz-box-shadow: 0px 5px 20px rgba(241, 118, 133, 0.1);
-webkit-box-shadow: 0px 5px 20px rgba(241, 118, 133, 0.1);
-khtml-box-shadow: 0px 5px 20px rgba(241, 118, 133, 0.1); }
/*Login*/
html, body {
min-height: 100%; }
body.login-page {
min-height: 100vh;
background: #fe6666;
background: -moz-linear-gradient(top, #fe6666 0%, #e22a6f 100%);
background: -webkit-linear-gradient(top, #fe6666 0%, #e22a6f 100%);
background: linear-gradient(to bottom, #fe6666 0%, #e22a6f 100%); }
.page {
position: relative;
overflow: hidden; }
.login-container {
padding: 125px 0;
text-align: center; }
.login-container .title {
margin: 0 0 30px 0;
font-size: 60px;
line-height: 60px;
letter-spacing: 0.015em;
color: #fff;
font-weight: 700;
text-shadow: 0px 25px 30px rgba(147, 88, 88, 0.5); }
.login-container .subtitle {
margin: 0 0 40px 0;
font-size: 30px;
line-height: 40px;
letter-spacing: 0.015em;
color: #fff;
font-weight: 300;
text-shadow: 0px 25px 30px rgba(147, 88, 88, 0.5); }
.login-form {
margin: 0 auto;
padding: 57px 43px 80px 43px;
width: 600px;
min-height: 492px;
background: #FAFAFA;
box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.15);
-khtml-box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.15);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px; }
.login-form .login-title span {
position: relative;
margin: 0 0 35px 15px;
display: inline-block;
vertical-align: top;
font-size: 26px;
line-height: 31px;
color: #4A4A4A;
font-weight: 500; }
.login-form .login-title span:before {
content: '';
position: absolute;
top: 0;
left: -50px;
width: 39px;
height: 31px;
background: url(../images/log-t-ic.svg) no-repeat;
background-size: contain; }
.login-form .login-title span em {
padding: 0 10px;
content: '';
position: absolute;
top: -20px;
right: -35px;
height: 20px;
font-size: 14px;
line-height: 20px;
color: #fff;
font-weight: 400;
background: #F17685;
font-style: normal;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.login-form .group {
position: relative;
margin: 0 0 18px 0; }
.login-form .field {
position: relative; }
.login-form .field input[type="text"], .login-form .field input[type="tel"], .login-form .field input[type="password"], .login-form .field input[type="email"], .login-form .field input[type="number"], .login-form .field textarea {
padding: 0 33px;
width: 100%;
height: 70px;
font-size: 20px;
color: #AAAAAA;
font-family: "SF Pro Display";
font-weight: 700;
text-align: left;
background: #EEEEEE;
border: 1px solid #EEEEEE;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.login-form .field input[type="text"].error, .login-form .field input[type="tel"].error, .login-form .field input[type="password"].error, .login-form .field input[type="email"].error, .login-form .field input[type="number"].error, .login-form .field textarea.error {
border-color: red; }
.login-form .field textarea {
padding: 23px 33px;
height: 100px;
resize: none; }
.login-form .field textarea.error {
border-color: red; }
.login-form label.error {
display: none !important; }
.login-form .submit-btn {
margin: 50px 0 0 0;
width: 100%;
height: 69px;
display: block;
font-size: 25px;
font-weight: 700;
color: #fff;
font-family: "SF Pro Display";
letter-spacing: 0.025em;
background: #fe6666;
background: -moz-linear-gradient(top, #fe6666 0%, #e22a6f 100%);
background: -webkit-linear-gradient(top, #fe6666 0%, #e22a6f 100%);
background: linear-gradient(to bottom, #fe6666 0%, #e22a6f 100%);
text-align: center;
cursor: pointer;
border: none;
outline: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.15) !important;
-moz-box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.15) !important;
-webkit-box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.15) !important;
-khtml-box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.15) !important; }
.login-form ::-webkit-input-placeholder {
color: #AAAAAA; }
.login-form ::-moz-placeholder {
color: #AAAAAA; }
.login-form :-moz-placeholder {
color: #AAAAAA; }
.login-form :-ms-input-placeholder {
color: #AAAAAA; }
/*
* PLUGINS
*/
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 <NAME>
*/
.animated {
animation-duration: 1s;
animation-fill-mode: both; }
.animated.infinite {
animation-iteration-count: infinite; }
.animated.hinge {
animation-duration: 2s; }
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s; }
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0); }
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0); }
70% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0); }
90% {
transform: translate3d(0, -4px, 0); } }
.bounce {
animation-name: bounce;
transform-origin: center bottom; }
@keyframes flash {
from, 50%, to {
opacity: 1; }
25%, 75% {
opacity: 0; } }
.flash {
animation-name: flash; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes pulse {
from {
transform: scale3d(1, 1, 1); }
50% {
transform: scale3d(1.05, 1.05, 1.05); }
to {
transform: scale3d(1, 1, 1); } }
.pulse {
animation-name: pulse; }
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1); }
30% {
transform: scale3d(1.25, 0.75, 1); }
40% {
transform: scale3d(0.75, 1.25, 1); }
50% {
transform: scale3d(1.15, 0.85, 1); }
65% {
transform: scale3d(0.95, 1.05, 1); }
75% {
transform: scale3d(1.05, 0.95, 1); }
to {
transform: scale3d(1, 1, 1); } }
.rubberBand {
animation-name: rubberBand; }
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0); }
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0); } }
.shake {
animation-name: shake; }
@keyframes headShake {
0% {
transform: translateX(0); }
6.5% {
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
transform: translateX(5px) rotateY(7deg); }
31.5% {
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
transform: translateX(2px) rotateY(3deg); }
50% {
transform: translateX(0); } }
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake; }
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg); }
40% {
transform: rotate3d(0, 0, 1, -10deg); }
60% {
transform: rotate3d(0, 0, 1, 5deg); }
80% {
transform: rotate3d(0, 0, 1, -5deg); }
to {
transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
transform-origin: top center;
animation-name: swing; }
@keyframes tada {
from {
transform: scale3d(1, 1, 1); }
10%, 20% {
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
transform: scale3d(1, 1, 1); } }
.tada {
animation-name: tada; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes wobble {
from {
transform: none; }
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
transform: none; } }
.wobble {
animation-name: wobble; }
@keyframes jello {
from, 11.1%, to {
transform: none; }
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg); }
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
animation-name: jello;
transform-origin: center; }
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
20% {
transform: scale3d(1.1, 1.1, 1.1); }
40% {
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03); }
80% {
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
transform: scale3d(1, 1, 1); } }
.bounceIn {
animation-name: bounceIn; }
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, 25px, 0); }
75% {
transform: translate3d(0, -10px, 0); }
90% {
transform: translate3d(0, 5px, 0); }
to {
transform: none; } }
.bounceInDown {
animation-name: bounceInDown; }
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(25px, 0, 0); }
75% {
transform: translate3d(-10px, 0, 0); }
90% {
transform: translate3d(5px, 0, 0); }
to {
transform: none; } }
.bounceInLeft {
animation-name: bounceInLeft; }
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0); }
75% {
transform: translate3d(10px, 0, 0); }
90% {
transform: translate3d(-5px, 0, 0); }
to {
transform: none; } }
.bounceInRight {
animation-name: bounceInRight; }
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
75% {
transform: translate3d(0, 10px, 0); }
90% {
transform: translate3d(0, -5px, 0); }
to {
transform: translate3d(0, 0, 0); } }
.bounceInUp {
animation-name: bounceInUp; }
@keyframes bounceOut {
20% {
transform: scale3d(0.9, 0.9, 0.9); }
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
animation-name: bounceOut; }
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
animation-name: bounceOutDown; }
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
animation-name: bounceOutLeft; }
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
animation-name: bounceOutRight; }
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
animation-name: bounceOutUp; }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.fadeIn {
animation-name: fadeIn; }
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDown {
animation-name: fadeInDown; }
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDownBig {
animation-name: fadeInDownBig; }
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeft {
animation-name: fadeInLeft; }
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeftBig {
animation-name: fadeInLeftBig; }
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRight {
animation-name: fadeInRight; }
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRightBig {
animation-name: fadeInRightBig; }
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUp {
animation-name: fadeInUp; }
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUpBig {
animation-name: fadeInUpBig; }
@keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
.fadeOut {
animation-name: fadeOut; }
@keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
animation-name: fadeOutDown; }
@keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
animation-name: fadeOutDownBig; }
@keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
animation-name: fadeOutLeft; }
@keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
animation-name: fadeOutLeftBig; }
@keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
animation-name: fadeOutRight; }
@keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
animation-name: fadeOutRightBig; }
@keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
animation-name: fadeOutUp; }
@keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
animation-name: fadeOutUpBig; }
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out; }
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out; }
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in; }
80% {
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
animation-timing-function: ease-in; }
to {
transform: perspective(400px);
animation-timing-function: ease-in; } }
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip; }
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
transform: perspective(400px); } }
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX; }
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
transform: perspective(400px); } }
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY; }
@keyframes flipOutX {
from {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important; }
@keyframes flipOutY {
from {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY; }
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
transform: skewX(20deg);
opacity: 1; }
80% {
transform: skewX(-5deg);
opacity: 1; }
to {
transform: none;
opacity: 1; } }
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out; }
@keyframes lightSpeedOut {
from {
opacity: 1; }
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in; }
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
transform-origin: center;
transform: none;
opacity: 1; } }
.rotateIn {
animation-name: rotateIn; }
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInDownLeft {
animation-name: rotateInDownLeft; }
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInDownRight {
animation-name: rotateInDownRight; }
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInUpLeft {
animation-name: rotateInUpLeft; }
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInUpRight {
animation-name: rotateInUpRight; }
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1; }
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
.rotateOut {
animation-name: rotateOut; }
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
.rotateOutDownLeft {
animation-name: rotateOutDownLeft; }
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutDownRight {
animation-name: rotateOutDownRight; }
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutUpLeft {
animation-name: rotateOutUpLeft; }
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
.rotateOutUpRight {
animation-name: rotateOutUpRight; }
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out; }
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out; }
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
transform: translate3d(0, 700px, 0);
opacity: 0; } }
.hinge {
animation-name: hinge; }
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom; }
50% {
transform: rotate(-10deg); }
70% {
transform: rotate(3deg); }
to {
opacity: 1;
transform: scale(1); } }
.jackInTheBox {
animation-name: jackInTheBox; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
transform: none; } }
.rollIn {
animation-name: rollIn; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
animation-name: rollOut; }
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
.zoomIn {
animation-name: zoomIn; }
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
animation-name: zoomInDown; }
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
animation-name: zoomInLeft; }
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
animation-name: zoomInRight; }
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
animation-name: zoomInUp; }
@keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
.zoomOut {
animation-name: zoomOut; }
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
animation-name: zoomOutDown; }
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center; } }
.zoomOutLeft {
animation-name: zoomOutLeft; }
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center; } }
.zoomOutRight {
animation-name: zoomOutRight; }
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
animation-name: zoomOutUp; }
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInDown {
animation-name: slideInDown; }
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInLeft {
animation-name: slideInLeft; }
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInRight {
animation-name: slideInRight; }
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInUp {
animation-name: slideInUp; }
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(0, 100%, 0); } }
.slideOutDown {
animation-name: slideOutDown; }
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
animation-name: slideOutLeft; }
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(100%, 0, 0); } }
.slideOutRight {
animation-name: slideOutRight; }
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(0, -100%, 0); } }
.slideOutUp {
animation-name: slideOutUp; }
.jq-checkbox {
top: 0;
vertical-align: middle;
cursor: pointer;
overflow: visible !important;
margin: 0;
width: 38px;
height: 38px; }
.jq-checkbox:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url(../images/check1.svg) no-repeat;
background-size: contain; }
.jq-checkbox .jq-checkbox__div {
position: relative;
width: 100%;
height: 100%;
background: url(../images/check2.svg) no-repeat;
background-size: contain;
display: none; }
.jq-checkbox.checked:before {
opacity: 0; }
.jq-checkbox.checked .jq-checkbox__div {
display: block; }
.jq-checkbox input {
visibility: hidden; }
.jq-checkbox.disabled {
opacity: .55; }
.jq-radio {
top: 6px;
vertical-align: middle;
cursor: pointer;
overflow: visible !important;
margin: 0 15px 0 0;
width: 14px;
height: 14px;
background: url(../images/radio1.svg) no-repeat;
background-size: contain;
cursor: pointer; }
.jq-radio .jq-radio__div {
position: relative;
width: 100%;
height: 100%;
background: url(../images/radio2.svg) no-repeat;
background-size: contain;
display: none; }
.jq-radio.checked .jq-radio__div {
display: block; }
.jq-radio.disabled {
opacity: .55; }
.jq-file {
width: 100%; }
.jq-file input {
height: auto;
line-height: 1em;
cursor: pointer; }
.jq-file__name {
display: none; }
.jq-file__browse {
padding: 0 0 0 50px;
display: block;
height: 40px;
background: none;
font-family: 'Lato';
font-size: 13px;
color: #00aed1;
line-height: 40px;
text-align: left; }
.jq-file__browse:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 36px;
height: 100%;
background: url(../images/file.png) no-repeat center center; }
.jq-number {
position: relative;
display: block;
padding: 0; }
.jq-number__field {
position: relative;
width: 100%;
height: 31px;
background: none; }
.jq-number__field:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2; }
.jq-number__field input {
margin: 0 auto;
height: 31px;
width: 100%;
background: none;
border: none;
text-align: center;
font-family: Arial;
font-size: 19px;
font-weight: 700;
display: block;
color: #4A4A4A; }
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
margin: 0;
/* в каких-то браузерах присутствует отступ */
-webkit-appearance: none; }
.jq-number__spin {
position: absolute;
top: 0;
left: 0;
width: 31px;
height: 31px;
border: none;
cursor: pointer;
z-index: 3; }
.jq-number__spin.minus {
left: 0;
right: auto;
background: url(../images/minus.svg) no-repeat; }
.jq-number__spin.plus {
left: auto;
right: 0;
background: url(../images/plus.svg) no-repeat; }
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
opacity: 0.8; }
.jq-selectbox {
margin: 0;
vertical-align: middle;
cursor: pointer;
width: 100%; }
.jq-selectbox__select {
padding: 0 25px 0 0;
height: 28px;
font-family: "SF Pro Display";
font-size: 20px;
font-weight: 400;
color: #5F5F5F;
border: none;
line-height: 28px; }
.jq-selectbox.disabled .jq-selectbox__select {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888; }
.jq-selectbox__select-text {
display: inline-block;
overflow: hidden;
width: auto;
white-space: nowrap;
text-overflow: ellipsis;
border-bottom: 1px dotted #D8D8D8; }
.jq-selectbox .placeholder {
color: #5F5F5F; }
.jq-selectbox__trigger {
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 100%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
background: transparent; }
.jq-selectbox__trigger-arrow {
position: absolute;
top: 50%;
right: 0;
width: 100%;
height: 8px;
background: url(../images/sel-arr.png) no-repeat center center;
margin: -4px 0 0 0; }
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
border-top-color: #AAA; }
.jq-selectbox__dropdown {
box-sizing: border-box;
width: 100% !important;
margin: 0;
left: 0;
padding: 0;
border: 1px solid #D7D7D7;
border-top: none;
outline: none;
background: #fff;
box-shadow: 6px 13px 19px rgba(187, 187, 187, 0.2);
-webkit-box-shadow: 6px 13px 19px rgba(187, 187, 187, 0.2);
color: #5F5F5F;
font-size: 16px;
border-radius: 4px;
-webkit-border-radius: 4px; }
.jq-selectbox__search {
margin: 5px; }
.jq-selectbox__search input {
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 5px 27px 6px 8px;
border: 1px solid #dbbb04;
border-radius: 3px;
outline: none;
background: #ffd900;
color: #202028;
-webkit-appearance: textfield; }
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
-webkit-appearance: none; }
.jq-selectbox__not-found {
margin: 5px;
padding: 5px 8px 6px;
background: #F0F0F0;
font-size: 13px; }
.jq-selectbox ul {
margin: 0;
padding: 0; }
.jq-selectbox li {
padding: 10px 20px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: normal;
color: #5F5F5F;
font-size: 16px;
line-height: 22px; }
.jq-selectbox li.selected {
background-color: #F1F1F1;
color: #5F5F5F; }
.jq-selectbox li:hover {
background-color: #F1F1F1; }
.jq-selectbox li.disabled {
color: #5F5F5F; }
.jq-selectbox li.disabled:hover {
background: none; }
.jq-selectbox li.optgroup {
font-weight: bold; }
.jq-selectbox li.optgroup:hover {
background: none;
color: #231F20;
cursor: default; }
.jq-selectbox li.option {
padding-left: 25px; }
.jq-select-multiple {
box-sizing: border-box;
padding: 1px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
background: #FFF;
box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
font: 14px/18px Arial, sans-serif;
color: #333;
cursor: default; }
.jq-select-multiple.focused {
border: 1px solid #5794BF; }
.jq-select-multiple.disabled {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888; }
.jq-select-multiple ul {
margin: 0;
padding: 0; }
.jq-select-multiple li {
padding: 3px 9px 4px;
list-style: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap; }
.jq-select-multiple li:first-child {
border-radius: 3px 3px 0 0; }
.jq-select-multiple li:last-child {
border-radius: 0 0 3px 3px; }
.jq-select-multiple li.selected {
background: #08C;
color: #FFF; }
.jq-select-multiple li.disabled {
color: #AAA; }
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
background: #CCC;
color: #FFF; }
.jq-select-multiple li.optgroup {
font-weight: bold; }
.jq-select-multiple li.option {
padding-left: 25px; }
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
padding: 8px 9px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
font: 14px Arial, sans-serif;
color: #333; }
input[type='search'].styler {
-webkit-appearance: none; }
textarea.styler {
overflow: auto; }
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
border-color: #B3B3B3; }
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
border-color: #CCC;
border-top-color: #B3B3B3;
outline: none;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
overflow: visible;
padding: 8px 11px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
outline: none;
background: #F5F5F5;
background: -webkit-linear-gradient(#FFF, #E6E6E6);
background: linear-gradient(#FFF, #E6E6E6);
box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
font: 14px Arial, sans-serif;
color: #333;
text-shadow: 1px 1px #FFF;
cursor: pointer; }
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
padding: 0;
border: 0; }
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
background: #E6E6E6;
background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
background: linear-gradient(#F6F6F6, #E6E6E6); }
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
background: #F5F5F5;
box-shadow: inset 1px 1px 3px #DDD; }
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888; }
/*
* RESPONSIVE
*/ | web/css/login.css | @charset "UTF-8";
/*
* HELPERS
*/
/*Mixins*/
/*
* BASE
*/
* {
outline: none;
box-sizing: border-box;
-webkit-box-sizing: border-box; }
@font-face {
font-family: 'SF Pro Display';
src: url("../fonts/SF-Pro-Display-Light.eot");
src: local("вє"), url("../fonts/SF-Pro-Display-Light.woff") format("woff"), url("../fonts/SF-Pro-Display-Light.ttf") format("truetype"), url("../fonts/SF-Pro-Display-Light.svg") format("svg");
font-weight: 300;
font-style: normal; }
@font-face {
font-family: 'SF Pro Display';
src: url("../fonts/SF-Pro-Display-Regular.eot");
src: local("вє"), url("../fonts/SF-Pro-Display-Regular.woff") format("woff"), url("../fonts/SF-Pro-Display-Regular.ttf") format("truetype"), url("../fonts/SF-Pro-Display-Regular.svg") format("svg");
font-weight: 400;
font-style: normal; }
@font-face {
font-family: 'SF Pro Display';
src: url("../fonts/SF-Pro-Display-Medium.eot");
src: local("вє"), url("../fonts/SF-Pro-Display-Medium.woff") format("woff"), url("../fonts/SF-Pro-Display-Medium.ttf") format("truetype"), url("../fonts/SF-Pro-Display-Medium.svg") format("svg");
font-weight: 500;
font-style: normal; }
@font-face {
font-family: 'SF Pro Display';
src: url("../fonts/SF-Pro-Display-Bold.eot");
src: local("вє"), url("../fonts/SF-Pro-Display-Bold.woff") format("woff"), url("../fonts/SF-Pro-Display-Bold.ttf") format("truetype"), url("../fonts/SF-Pro-Display-Bold.svg") format("svg");
font-weight: 700;
font-style: normal; }
::-webkit-input-placeholder {
color: #DBDBDB; }
::-moz-placeholder {
color: #DBDBDB; }
:-moz-placeholder {
color: #DBDBDB; }
:-ms-input-placeholder {
color: #DBDBDB; }
html, body {
margin: 0;
padding: 0;
background: #F9F9F9;
font-size: 18px;
color: #5F5F5F;
font-family: "SF Pro Display", sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%; }
a {
color: #F17685;
text-decoration: none;
cursor: pointer; }
a:link {
color: #F17685; }
a:active {
color: #F17685; }
a:visited {
color: #F17685; }
a:hover {
color: #F17685;
text-decoration: underline; }
a img {
border: none; }
input, textarea, button {
font-family: "SF Pro Display";
-webkit-appearance: none;
box-shadow: none !important; }
label {
cursor: pointer; }
.clear {
clear: both; }
ul {
margin: 0;
padding: 0;
list-style: none; }
strong {
font-weight: 700; }
.centrize {
display: table !important;
table-layout: fixed !important;
height: 100% !important;
position: relative !important; }
.centrize.full-width {
width: 100% !important; }
.vertical-center {
display: table-cell !important;
vertical-align: middle !important; }
.mobile-show {
display: none; }
.mobile-hide {
display: block; }
input[type="number"] {
-moz-appearance: textfield; }
.disabled, .hidden {
display: none; }
/*Buttons*/
/*Container*/
.page {
position: relative;
overflow: hidden;
min-width: 1400px; }
.container {
position: relative; }
.fw {
position: relative;
width: auto;
margin: 0 auto;
padding: 0 64px; }
.fw:after {
content: '';
clear: both;
display: block; }
/*Left Bar*/
.left-bar {
position: fixed;
overflow: auto;
width: 300px;
height: 100%;
background: #3b3b3b;
background: -moz-linear-gradient(left, #3b3b3b 0%, #343434 100%);
background: -webkit-linear-gradient(left, #3b3b3b 0%, #343434 100%);
background: linear-gradient(to right, #3b3b3b 0%, #343434 100%);
z-index: 100; }
.logo {
margin: 0 0 100px 0;
padding: 40px 0 0 40px;
height: 100px;
background: rgba(0, 0, 0, 0.15);
text-align: center; }
.logo span {
position: relative;
margin: 0;
display: inline-block;
vertical-align: top;
font-size: 26px;
line-height: 31px;
color: #fff;
font-weight: 500; }
.logo span:before {
content: '';
position: absolute;
top: 0;
left: -50px;
width: 39px;
height: 31px;
background: url(../images/logo-t-ic.svg) no-repeat;
background-size: contain; }
.logo span em {
padding: 0 10px;
content: '';
position: absolute;
top: -20px;
right: -35px;
height: 20px;
font-size: 14px;
line-height: 20px;
color: #fff;
font-weight: 400;
background: #F17685;
font-style: normal;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.main-menu > ul > li > a {
position: relative;
padding: 0 0 0 90px;
display: block;
height: 70px;
line-height: 70px;
font-size: 25px;
color: #fff;
font-weight: 400;
text-decoration: none; }
.main-menu > ul > li > a:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
background: #F17685;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s; }
.main-menu > ul > li > a .icon {
margin-top: -12px;
position: absolute;
left: 47px;
top: 50%;
width: 24px;
height: 24px; }
.main-menu > ul > li > a .icon:before, .main-menu > ul > li > a .icon:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s; }
.main-menu > ul > li > a .icon:after {
opacity: 0; }
.main-menu > ul > li.active > a:before {
width: 7px; }
.main-menu > ul > li.active > a .icon:before {
opacity: 0; }
.main-menu > ul > li.active > a .icon:after {
opacity: 1; }
.main-menu > ul > li.item-1 > a .icon:before {
background-image: url(../images/m-ic-1.svg); }
.main-menu > ul > li.item-1 > a .icon:after {
background-image: url(../images/m-ic-1h.svg); }
.main-menu > ul > li.item-2 a .icon:before {
background-image: url(../images/m-ic-2.svg); }
.main-menu > ul > li.item-2 a .icon:after {
background-image: url(../images/m-ic-2h.svg); }
.main-menu > ul > li.item-3 a .icon:before {
background-image: url(../images/m-ic-3.svg); }
.main-menu > ul > li.item-3 a .icon:after {
background-image: url(../images/m-ic-3h.svg); }
.main-menu > ul > li ul {
padding: 0 20px 0 70px; }
.main-menu > ul > li ul li {
margin: 0 0 10px 0; }
.main-menu > ul > li ul li a {
padding: 0 20px;
display: inline-block;
height: 38px;
line-height: 38px;
font-size: 20px;
color: #fff;
font-weight: 400;
text-decoration: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s; }
.main-menu > ul > li ul li.active a {
background: #F17685; }
/*Wrapper*/
.wrapper {
margin-left: 300px; }
.content {
padding: 68px 0; }
/*Breadcrumbs*/
/*Preloader*/
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background: #F9F9F9;
z-index: 1000; }
.preloader .spinner {
width: 68px;
height: 68px;
display: inline-block;
position: relative;
background: url(../images/preloader.gif) no-repeat;
background-size: 100% 100%; }
.loading {
margin: 30px 0 0 0;
text-align: center; }
.loading .spinner {
width: 68px;
height: 68px;
display: inline-block;
position: relative;
background: url(../images/preloader.gif) no-repeat;
background-size: 100% 100%; }
/*Forms*/
.c-form .group {
position: relative;
margin: 0 0 15px 0; }
.c-form .label {
margin: 0 0 10px 0;
font-size: 16px;
line-height: 19px;
color: #4A4A4A;
font-weight: 300; }
.c-form .field {
margin: 10px 0 0 0;
position: relative; }
.c-form .field.email:before, .c-form .field.tel:before {
margin: -9px 0 0 0;
content: '';
position: absolute;
left: 15px;
top: 50%;
width: 18px;
height: 18px;
background-position: center center;
background-repeat: no-repeat; }
.c-form .field.email input[type="text"], .c-form .field.email input[type="tel"], .c-form .field.email input[type="password"], .c-form .field.email input[type="email"], .c-form .field.email input[type="number"], .c-form .field.tel input[type="text"], .c-form .field.tel input[type="tel"], .c-form .field.tel input[type="password"], .c-form .field.tel input[type="email"], .c-form .field.tel input[type="number"] {
padding: 0 15px 0 45px; }
.c-form .field.email:before {
background-image: url(../images/f-mail.svg); }
.c-form .field.tel:before {
background-image: url(../images/f-tel.svg); }
.c-form .field input[type="text"], .c-form .field input[type="tel"], .c-form .field input[type="password"], .c-form .field input[type="email"], .c-form .field input[type="number"], .c-form .field input[type="date"], .c-form .field textarea {
padding: 0 15px;
width: 100%;
height: 40px;
font-size: 14px;
color: rgba(241, 118, 133, 0.8);
font-family: "SF Pro Display";
font-weight: 500;
text-align: left;
background: rgba(241, 118, 133, 0.2);
border: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.c-form .field input[type="text"].error, .c-form .field input[type="text"]:focus, .c-form .field input[type="tel"].error, .c-form .field input[type="tel"]:focus, .c-form .field input[type="password"].error, .c-form .field input[type="password"]:focus, .c-form .field input[type="email"].error, .c-form .field input[type="email"]:focus, .c-form .field input[type="number"].error, .c-form .field input[type="number"]:focus, .c-form .field input[type="date"].error, .c-form .field input[type="date"]:focus, .c-form .field textarea.error, .c-form .field textarea:focus {
background: #fff;
border: 1px solid #F17685; }
.c-form .field input[type="text"].error, .c-form .field input[type="tel"].error, .c-form .field input[type="password"].error, .c-form .field input[type="email"].error, .c-form .field input[type="number"].error, .c-form .field input[type="date"].error, .c-form .field textarea.error {
background: #FFEAED;
border: 1px solid #F17685; }
.c-form .field textarea {
padding: 15px;
height: 180px;
resize: none; }
.c-form .field textarea.error {
border-color: red; }
.c-form .add-btn {
position: absolute;
padding: 0 0 0 27px;
top: 0;
right: 0;
font-size: 14px;
line-height: 19px;
color: #B3B2B3;
font-weight: 300;
text-decoration: none; }
.c-form .add-btn:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 19px;
height: 19px;
background: url(../images/add-plus.svg) no-repeat;
background-size: contain; }
.c-form label.error {
position: absolute;
right: 0;
top: -15px;
font-size: 11px;
color: red;
display: none !important; }
.c-form .bts {
margin: 35px 0 0 0; }
.c-form .submit-btn, .c-form .cancel-btn {
float: left;
width: 150px;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #fff;
font-weight: 500;
background: #F17685;
text-align: center;
border: none;
cursor: pointer;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.c-form .cancel-btn {
float: right;
line-height: 39px;
color: #F17685;
text-decoration: none;
background: #fff;
border: 1px solid #F17685; }
/*popups*/
.overlay {
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(50, 49, 50, 0.2);
z-index: 101; }
.nonebox {
position: absolute;
left: 50%;
top: -2000px;
margin: 0 0 0 -193px;
padding: 30px;
width: 386px;
background: #fff;
box-shadow: 5px 5px 25px rgba(179, 179, 179, 0.25);
-moz-box-shadow: 5px 5px 25px rgba(179, 179, 179, 0.25);
-webkit-box-shadow: 5px 5px 25px rgba(179, 179, 179, 0.25);
-khtml-box-shadow: 5px 5px 25px rgba(179, 179, 179, 0.25);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
z-index: 1002;
text-align: left; }
.nonebox.large {
margin-left: -266px;
padding: 45px;
width: 532px; }
.nonebox .title {
position: relative;
margin: 0 0 25px 0;
padding: 0 0 0 63px;
font-size: 20px;
line-height: 48px;
color: #4A4A4A;
font-weight: 500; }
.nonebox .title.pay {
padding: 0;
color: #4A4A4A;
font-size: 25px;
line-height: 30px;
font-weight: 500; }
.nonebox .title.pay:before {
display: none; }
.nonebox .title:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 48px;
height: 48px;
background: rgba(126, 211, 33, 0.1) url(../images/form-cl-ic.svg) no-repeat center center;
border-radius: 48px;
-moz-border-radius: 48px;
-webkit-border-radius: 48px;
-khtml-border-radius: 48px; }
.nonebox .close {
position: absolute;
top: 20px;
right: 20px;
width: 16px;
height: 16px;
background: url(../images/close.svg) no-repeat;
background-size: contain;
cursor: pointer; }
.nonebox .confirm {
padding: 20px 0;
text-align: center; }
.nonebox .confirm.delete .c-title:before {
background: url(../images/conf_ic2.svg) no-repeat;
background-size: contain; }
.nonebox .confirm.delete .c-bts .submit-btn, .nonebox .confirm.delete .c-bts .cancel-btn {
background: #F17685;
border: 1px solid #F17685; }
.nonebox .confirm.delete .c-bts .cancel-btn {
color: #F17685;
background: #fff; }
.nonebox .confirm .c-title {
position: relative;
padding: 70px 0 0 0;
font-size: 18px;
line-height: 21px;
color: #4A4A4A; }
.nonebox .confirm .c-title:before {
margin-left: -24px;
content: '';
position: absolute;
left: 50%;
top: 0;
width: 48px;
height: 48px;
background: url(../images/conf_ic1.svg) no-repeat;
background-size: contain; }
.nonebox .confirm .c-subtitle {
margin: 10px 0 0 0;
color: #4A4A4A;
font-size: 12px;
line-height: 14px; }
.nonebox .confirm .c-bts {
margin: 30px 0 0 0;
text-align: center;
font-size: 0; }
.nonebox .confirm .c-bts .submit-btn, .nonebox .confirm .c-bts .cancel-btn {
display: inline-block;
vertical-align: top;
margin: 0 7px;
padding: 0 20px;
height: 48px;
line-height: 46px;
font-size: 14px;
color: #fff;
font-weight: 400;
letter-spacing: 0.05em;
background: #7ED321;
text-align: center;
border: 1px solid #7ED321;
cursor: pointer;
text-decoration: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.nonebox .confirm .c-bts .cancel-btn {
color: #7ED321;
background: #fff; }
.c-form.payments .group {
margin-bottom: 30px; }
.c-form.payments .group.lt {
float: left;
width: 200px; }
.c-form.payments .group.rt {
float: right;
width: 200px; }
.c-form.payments .group.bts .submit-btn, .c-form.payments .group.bts .cancel-btn {
float: none;
display: inline-block;
vertical-align: top;
margin-right: 28px; }
.c-form.payments .group .field {
position: relative; }
.c-form.payments .group .field.comp:before {
margin-top: -15px;
content: '';
position: absolute;
top: 50%;
right: 30%;
width: 1px;
height: 30px;
background: #9B9B9B;
z-index: 2; }
.c-form.payments .group .field.comp:after {
content: '';
position: relative;
clear: both;
display: block; }
.c-form.payments .group .field.comp input {
background: #F3F3F3;
color: #B3B2B3; }
.c-form.payments .group .field.comp input:focus {
border: none; }
.c-form.payments .group .field.comp input.comp-name {
float: left;
width: 70%;
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-khtml-border-radius: 4px 0 0 4px; }
.c-form.payments .group .field.comp input.comp-price {
float: left;
width: 30%;
border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0; }
.c-form.payments .group .field.price:before {
margin-top: -11px;
content: '';
position: absolute;
top: 50%;
right: 20px;
width: 22px;
height: 22px;
background: url(../images/in-price.svg) no-repeat;
background-size: contain; }
.c-form.payments .group .field.price input {
background: #fff;
border: 1px solid #979797;
color: #B3B2B3; }
.c-form.payments .group .field.date input {
padding-right: 0; }
.c-form.payments .group .field.date:before {
margin-top: -12px;
content: '';
position: absolute;
top: 50%;
right: 20px;
width: 24px;
height: 24px;
background: url(../images/in-date.svg) no-repeat;
background-size: contain;
pointer-events: none; }
.c-form.payments .add-btn {
padding-left: 0;
padding-top: 5px;
position: relative;
left: 0;
top: 0;
right: auto;
display: inline-block; }
.c-form.payments .add-btn:before {
display: none; }
.c-form.payments .monthly-choice {
position: relative;
height: 37px;
line-height: 37px;
cursor: pointer; }
.c-form.payments .monthly-choice ul {
position: relative;
width: 100%;
z-index: 2; }
.c-form.payments .monthly-choice ul li {
float: left;
width: 8.333%;
height: 37px;
text-align: center;
font-size: 14px;
color: #e6e6e6; }
.c-form.payments .monthly-choice .choice-line {
position: absolute;
left: 0;
top: 0;
height: 37px;
background: #F17685;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
box-shadow: 0px 5px 20px rgba(241, 118, 133, 0.1);
-moz-box-shadow: 0px 5px 20px rgba(241, 118, 133, 0.1);
-webkit-box-shadow: 0px 5px 20px rgba(241, 118, 133, 0.1);
-khtml-box-shadow: 0px 5px 20px rgba(241, 118, 133, 0.1); }
/*Login*/
html, body {
min-height: 100%; }
body.login-page {
min-height: 100vh;
background: #fe6666;
background: -moz-linear-gradient(top, #fe6666 0%, #e22a6f 100%);
background: -webkit-linear-gradient(top, #fe6666 0%, #e22a6f 100%);
background: linear-gradient(to bottom, #fe6666 0%, #e22a6f 100%); }
.page {
position: relative;
overflow: hidden; }
.login-container {
padding: 125px 0;
text-align: center; }
.login-container .title {
margin: 0 0 30px 0;
font-size: 60px;
line-height: 60px;
letter-spacing: 0.015em;
color: #fff;
font-weight: 700;
text-shadow: 0px 25px 30px rgba(147, 88, 88, 0.5); }
.login-container .subtitle {
margin: 0 0 40px 0;
font-size: 30px;
line-height: 40px;
letter-spacing: 0.015em;
color: #fff;
font-weight: 300;
text-shadow: 0px 25px 30px rgba(147, 88, 88, 0.5); }
.login-form {
margin: 0 auto;
padding: 57px 43px 80px 43px;
width: 600px;
min-height: 492px;
background: #FAFAFA;
box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.15);
-khtml-box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.15);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px; }
.login-form .login-title span {
position: relative;
margin: 0 0 35px 15px;
display: inline-block;
vertical-align: top;
font-size: 26px;
line-height: 31px;
color: #4A4A4A;
font-weight: 500; }
.login-form .login-title span:before {
content: '';
position: absolute;
top: 0;
left: -50px;
width: 39px;
height: 31px;
background: url(../images/log-t-ic.svg) no-repeat;
background-size: contain; }
.login-form .login-title span em {
padding: 0 10px;
content: '';
position: absolute;
top: -20px;
right: -35px;
height: 20px;
font-size: 14px;
line-height: 20px;
color: #fff;
font-weight: 400;
background: #F17685;
font-style: normal;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.login-form .group {
position: relative;
margin: 0 0 18px 0; }
.login-form .field {
position: relative; }
.login-form .field input[type="text"], .login-form .field input[type="tel"], .login-form .field input[type="password"], .login-form .field input[type="email"], .login-form .field input[type="number"], .login-form .field textarea {
padding: 0 33px;
width: 100%;
height: 70px;
font-size: 20px;
color: #AAAAAA;
font-family: "SF Pro Display";
font-weight: 700;
text-align: left;
background: #EEEEEE;
border: 1px solid #EEEEEE;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px; }
.login-form .field input[type="text"].error, .login-form .field input[type="tel"].error, .login-form .field input[type="password"].error, .login-form .field input[type="email"].error, .login-form .field input[type="number"].error, .login-form .field textarea.error {
border-color: red; }
.login-form .field textarea {
padding: 23px 33px;
height: 100px;
resize: none; }
.login-form .field textarea.error {
border-color: red; }
.login-form label.error {
display: none !important; }
.login-form .submit-btn {
margin: 50px 0 0 0;
width: 100%;
height: 69px;
display: block;
font-size: 25px;
font-weight: 700;
color: #fff;
font-family: "SF Pro Display";
letter-spacing: 0.025em;
background: #fe6666;
background: -moz-linear-gradient(top, #fe6666 0%, #e22a6f 100%);
background: -webkit-linear-gradient(top, #fe6666 0%, #e22a6f 100%);
background: linear-gradient(to bottom, #fe6666 0%, #e22a6f 100%);
text-align: center;
cursor: pointer;
border: none;
outline: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.15) !important;
-moz-box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.15) !important;
-webkit-box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.15) !important;
-khtml-box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.15) !important; }
.login-form ::-webkit-input-placeholder {
color: #AAAAAA; }
.login-form ::-moz-placeholder {
color: #AAAAAA; }
.login-form :-moz-placeholder {
color: #AAAAAA; }
.login-form :-ms-input-placeholder {
color: #AAAAAA; }
/*
* PLUGINS
*/
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 <NAME>
*/
.animated {
animation-duration: 1s;
animation-fill-mode: both; }
.animated.infinite {
animation-iteration-count: infinite; }
.animated.hinge {
animation-duration: 2s; }
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s; }
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0); }
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0); }
70% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0); }
90% {
transform: translate3d(0, -4px, 0); } }
.bounce {
animation-name: bounce;
transform-origin: center bottom; }
@keyframes flash {
from, 50%, to {
opacity: 1; }
25%, 75% {
opacity: 0; } }
.flash {
animation-name: flash; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes pulse {
from {
transform: scale3d(1, 1, 1); }
50% {
transform: scale3d(1.05, 1.05, 1.05); }
to {
transform: scale3d(1, 1, 1); } }
.pulse {
animation-name: pulse; }
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1); }
30% {
transform: scale3d(1.25, 0.75, 1); }
40% {
transform: scale3d(0.75, 1.25, 1); }
50% {
transform: scale3d(1.15, 0.85, 1); }
65% {
transform: scale3d(0.95, 1.05, 1); }
75% {
transform: scale3d(1.05, 0.95, 1); }
to {
transform: scale3d(1, 1, 1); } }
.rubberBand {
animation-name: rubberBand; }
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0); }
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0); } }
.shake {
animation-name: shake; }
@keyframes headShake {
0% {
transform: translateX(0); }
6.5% {
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
transform: translateX(5px) rotateY(7deg); }
31.5% {
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
transform: translateX(2px) rotateY(3deg); }
50% {
transform: translateX(0); } }
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake; }
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg); }
40% {
transform: rotate3d(0, 0, 1, -10deg); }
60% {
transform: rotate3d(0, 0, 1, 5deg); }
80% {
transform: rotate3d(0, 0, 1, -5deg); }
to {
transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
transform-origin: top center;
animation-name: swing; }
@keyframes tada {
from {
transform: scale3d(1, 1, 1); }
10%, 20% {
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
transform: scale3d(1, 1, 1); } }
.tada {
animation-name: tada; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes wobble {
from {
transform: none; }
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
transform: none; } }
.wobble {
animation-name: wobble; }
@keyframes jello {
from, 11.1%, to {
transform: none; }
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg); }
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
animation-name: jello;
transform-origin: center; }
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
20% {
transform: scale3d(1.1, 1.1, 1.1); }
40% {
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03); }
80% {
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
transform: scale3d(1, 1, 1); } }
.bounceIn {
animation-name: bounceIn; }
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, 25px, 0); }
75% {
transform: translate3d(0, -10px, 0); }
90% {
transform: translate3d(0, 5px, 0); }
to {
transform: none; } }
.bounceInDown {
animation-name: bounceInDown; }
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(25px, 0, 0); }
75% {
transform: translate3d(-10px, 0, 0); }
90% {
transform: translate3d(5px, 0, 0); }
to {
transform: none; } }
.bounceInLeft {
animation-name: bounceInLeft; }
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0); }
75% {
transform: translate3d(10px, 0, 0); }
90% {
transform: translate3d(-5px, 0, 0); }
to {
transform: none; } }
.bounceInRight {
animation-name: bounceInRight; }
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
75% {
transform: translate3d(0, 10px, 0); }
90% {
transform: translate3d(0, -5px, 0); }
to {
transform: translate3d(0, 0, 0); } }
.bounceInUp {
animation-name: bounceInUp; }
@keyframes bounceOut {
20% {
transform: scale3d(0.9, 0.9, 0.9); }
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
animation-name: bounceOut; }
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
animation-name: bounceOutDown; }
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
animation-name: bounceOutLeft; }
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
animation-name: bounceOutRight; }
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
animation-name: bounceOutUp; }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.fadeIn {
animation-name: fadeIn; }
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDown {
animation-name: fadeInDown; }
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDownBig {
animation-name: fadeInDownBig; }
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeft {
animation-name: fadeInLeft; }
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeftBig {
animation-name: fadeInLeftBig; }
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRight {
animation-name: fadeInRight; }
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRightBig {
animation-name: fadeInRightBig; }
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUp {
animation-name: fadeInUp; }
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUpBig {
animation-name: fadeInUpBig; }
@keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
.fadeOut {
animation-name: fadeOut; }
@keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
animation-name: fadeOutDown; }
@keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
animation-name: fadeOutDownBig; }
@keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
animation-name: fadeOutLeft; }
@keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
animation-name: fadeOutLeftBig; }
@keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
animation-name: fadeOutRight; }
@keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
animation-name: fadeOutRightBig; }
@keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
animation-name: fadeOutUp; }
@keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
animation-name: fadeOutUpBig; }
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out; }
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out; }
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in; }
80% {
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
animation-timing-function: ease-in; }
to {
transform: perspective(400px);
animation-timing-function: ease-in; } }
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip; }
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
transform: perspective(400px); } }
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX; }
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
transform: perspective(400px); } }
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY; }
@keyframes flipOutX {
from {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important; }
@keyframes flipOutY {
from {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY; }
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
transform: skewX(20deg);
opacity: 1; }
80% {
transform: skewX(-5deg);
opacity: 1; }
to {
transform: none;
opacity: 1; } }
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out; }
@keyframes lightSpeedOut {
from {
opacity: 1; }
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in; }
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
transform-origin: center;
transform: none;
opacity: 1; } }
.rotateIn {
animation-name: rotateIn; }
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInDownLeft {
animation-name: rotateInDownLeft; }
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInDownRight {
animation-name: rotateInDownRight; }
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInUpLeft {
animation-name: rotateInUpLeft; }
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInUpRight {
animation-name: rotateInUpRight; }
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1; }
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
.rotateOut {
animation-name: rotateOut; }
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
.rotateOutDownLeft {
animation-name: rotateOutDownLeft; }
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutDownRight {
animation-name: rotateOutDownRight; }
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutUpLeft {
animation-name: rotateOutUpLeft; }
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
.rotateOutUpRight {
animation-name: rotateOutUpRight; }
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out; }
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out; }
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
transform: translate3d(0, 700px, 0);
opacity: 0; } }
.hinge {
animation-name: hinge; }
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom; }
50% {
transform: rotate(-10deg); }
70% {
transform: rotate(3deg); }
to {
opacity: 1;
transform: scale(1); } }
.jackInTheBox {
animation-name: jackInTheBox; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
transform: none; } }
.rollIn {
animation-name: rollIn; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
animation-name: rollOut; }
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
.zoomIn {
animation-name: zoomIn; }
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
animation-name: zoomInDown; }
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
animation-name: zoomInLeft; }
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
animation-name: zoomInRight; }
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
animation-name: zoomInUp; }
@keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
.zoomOut {
animation-name: zoomOut; }
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
animation-name: zoomOutDown; }
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center; } }
.zoomOutLeft {
animation-name: zoomOutLeft; }
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center; } }
.zoomOutRight {
animation-name: zoomOutRight; }
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
animation-name: zoomOutUp; }
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInDown {
animation-name: slideInDown; }
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInLeft {
animation-name: slideInLeft; }
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInRight {
animation-name: slideInRight; }
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInUp {
animation-name: slideInUp; }
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(0, 100%, 0); } }
.slideOutDown {
animation-name: slideOutDown; }
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
animation-name: slideOutLeft; }
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(100%, 0, 0); } }
.slideOutRight {
animation-name: slideOutRight; }
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(0, -100%, 0); } }
.slideOutUp {
animation-name: slideOutUp; }
.jq-checkbox {
top: 0;
vertical-align: middle;
cursor: pointer;
overflow: visible !important;
margin: 0;
width: 38px;
height: 38px; }
.jq-checkbox:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url(../images/check1.svg) no-repeat;
background-size: contain; }
.jq-checkbox .jq-checkbox__div {
position: relative;
width: 100%;
height: 100%;
background: url(../images/check2.svg) no-repeat;
background-size: contain;
display: none; }
.jq-checkbox.checked:before {
opacity: 0; }
.jq-checkbox.checked .jq-checkbox__div {
display: block; }
.jq-checkbox input {
visibility: hidden; }
.jq-checkbox.disabled {
opacity: .55; }
.jq-radio {
top: 6px;
vertical-align: middle;
cursor: pointer;
overflow: visible !important;
margin: 0 15px 0 0;
width: 14px;
height: 14px;
background: url(../images/radio1.svg) no-repeat;
background-size: contain;
cursor: pointer; }
.jq-radio .jq-radio__div {
position: relative;
width: 100%;
height: 100%;
background: url(../images/radio2.svg) no-repeat;
background-size: contain;
display: none; }
.jq-radio.checked .jq-radio__div {
display: block; }
.jq-radio.disabled {
opacity: .55; }
.jq-file {
width: 100%; }
.jq-file input {
height: auto;
line-height: 1em;
cursor: pointer; }
.jq-file__name {
display: none; }
.jq-file__browse {
padding: 0 0 0 50px;
display: block;
height: 40px;
background: none;
font-family: 'Lato';
font-size: 13px;
color: #00aed1;
line-height: 40px;
text-align: left; }
.jq-file__browse:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 36px;
height: 100%;
background: url(../images/file.png) no-repeat center center; }
.jq-number {
position: relative;
display: block;
padding: 0; }
.jq-number__field {
position: relative;
width: 100%;
height: 31px;
background: none; }
.jq-number__field:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2; }
.jq-number__field input {
margin: 0 auto;
height: 31px;
width: 100%;
background: none;
border: none;
text-align: center;
font-family: Arial;
font-size: 19px;
font-weight: 700;
display: block;
color: #4A4A4A; }
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
margin: 0;
/* в каких-то браузерах присутствует отступ */
-webkit-appearance: none; }
.jq-number__spin {
position: absolute;
top: 0;
left: 0;
width: 31px;
height: 31px;
border: none;
cursor: pointer;
z-index: 3; }
.jq-number__spin.minus {
left: 0;
right: auto;
background: url(../images/minus.svg) no-repeat; }
.jq-number__spin.plus {
left: auto;
right: 0;
background: url(../images/plus.svg) no-repeat; }
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
opacity: 0.8; }
.jq-selectbox {
margin: 0;
vertical-align: middle;
cursor: pointer;
width: 100%; }
.jq-selectbox__select {
padding: 0 25px 0 0;
height: 28px;
font-family: "SF Pro Display";
font-size: 20px;
font-weight: 400;
color: #5F5F5F;
border: none;
line-height: 28px; }
.jq-selectbox.disabled .jq-selectbox__select {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888; }
.jq-selectbox__select-text {
display: inline-block;
overflow: hidden;
width: auto;
white-space: nowrap;
text-overflow: ellipsis;
border-bottom: 1px dotted #D8D8D8; }
.jq-selectbox .placeholder {
color: #5F5F5F; }
.jq-selectbox__trigger {
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 100%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
background: transparent; }
.jq-selectbox__trigger-arrow {
position: absolute;
top: 50%;
right: 0;
width: 100%;
height: 8px;
background: url(../images/sel-arr.png) no-repeat center center;
margin: -4px 0 0 0; }
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
border-top-color: #AAA; }
.jq-selectbox__dropdown {
box-sizing: border-box;
width: 100% !important;
margin: 0;
left: 0;
padding: 0;
border: 1px solid #D7D7D7;
border-top: none;
outline: none;
background: #fff;
box-shadow: 6px 13px 19px rgba(187, 187, 187, 0.2);
-webkit-box-shadow: 6px 13px 19px rgba(187, 187, 187, 0.2);
color: #5F5F5F;
font-size: 16px;
border-radius: 4px;
-webkit-border-radius: 4px; }
.jq-selectbox__search {
margin: 5px; }
.jq-selectbox__search input {
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 5px 27px 6px 8px;
border: 1px solid #dbbb04;
border-radius: 3px;
outline: none;
background: #ffd900;
color: #202028;
-webkit-appearance: textfield; }
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
-webkit-appearance: none; }
.jq-selectbox__not-found {
margin: 5px;
padding: 5px 8px 6px;
background: #F0F0F0;
font-size: 13px; }
.jq-selectbox ul {
margin: 0;
padding: 0; }
.jq-selectbox li {
padding: 10px 20px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: normal;
color: #5F5F5F;
font-size: 16px;
line-height: 22px; }
.jq-selectbox li.selected {
background-color: #F1F1F1;
color: #5F5F5F; }
.jq-selectbox li:hover {
background-color: #F1F1F1; }
.jq-selectbox li.disabled {
color: #5F5F5F; }
.jq-selectbox li.disabled:hover {
background: none; }
.jq-selectbox li.optgroup {
font-weight: bold; }
.jq-selectbox li.optgroup:hover {
background: none;
color: #231F20;
cursor: default; }
.jq-selectbox li.option {
padding-left: 25px; }
.jq-select-multiple {
box-sizing: border-box;
padding: 1px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
background: #FFF;
box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
font: 14px/18px Arial, sans-serif;
color: #333;
cursor: default; }
.jq-select-multiple.focused {
border: 1px solid #5794BF; }
.jq-select-multiple.disabled {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888; }
.jq-select-multiple ul {
margin: 0;
padding: 0; }
.jq-select-multiple li {
padding: 3px 9px 4px;
list-style: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap; }
.jq-select-multiple li:first-child {
border-radius: 3px 3px 0 0; }
.jq-select-multiple li:last-child {
border-radius: 0 0 3px 3px; }
.jq-select-multiple li.selected {
background: #08C;
color: #FFF; }
.jq-select-multiple li.disabled {
color: #AAA; }
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
background: #CCC;
color: #FFF; }
.jq-select-multiple li.optgroup {
font-weight: bold; }
.jq-select-multiple li.option {
padding-left: 25px; }
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
padding: 8px 9px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
font: 14px Arial, sans-serif;
color: #333; }
input[type='search'].styler {
-webkit-appearance: none; }
textarea.styler {
overflow: auto; }
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
border-color: #B3B3B3; }
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
border-color: #CCC;
border-top-color: #B3B3B3;
outline: none;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
overflow: visible;
padding: 8px 11px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
outline: none;
background: #F5F5F5;
background: -webkit-linear-gradient(#FFF, #E6E6E6);
background: linear-gradient(#FFF, #E6E6E6);
box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
font: 14px Arial, sans-serif;
color: #333;
text-shadow: 1px 1px #FFF;
cursor: pointer; }
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
padding: 0;
border: 0; }
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
background: #E6E6E6;
background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
background: linear-gradient(#F6F6F6, #E6E6E6); }
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
background: #F5F5F5;
box-shadow: inset 1px 1px 3px #DDD; }
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888; }
/*
* RESPONSIVE
*/ | 0.264738 | 0.042662 |
body {
direction :rtl;
background-color: #222;
font-family:'BYekan';
}
@font-face {
font-family: 'BYekan';
src: url('../fonts/BYekan.eot');
src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'),
url('../fonts/BYekan.woff') format('woff'),
url('../fonts/BYekan.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.box-l{
background: url("../img/gr.jpg");
background-size: cover;
padding:0
}
.box-s{
color: #222;
padding:50px;
transition: 0.3s;
border: 1px solid #555;
background: #ddd;
opacity:0.8;
}
.box-s:hover{
color:#e74141;
background:#fff;
padding-right:5px;
opacity:1;
}
.bg-red{
background-color: #e74141;
padding-bottom: 30px;
}
.bg-red span{
display: block;
color:#eee;
text-align: center;
font-size: 30px;
transition : 0.1s;
}
.bg-red span:hover{
padding-right:7px;
}
.logo img{
display:block;
margin:0 auto;
padding-top: 60px;
}
.btn-site h3{
font-size:17px;
padding: 20px 10px;
margin:20px 0;
width: 20%;
border:2px solid #eee;
margin: 30px auto 15px auto;
text-align: center;
transition: 0.3s;
line-height: 30px;
color: #fff;
}
.btn-site h3:hover{
background-color: #fff;
opacity: 1;
color: #c0392b;
}
.btn-dl h3{
text-align:center;
font-size:17px;
font-size:17px;
margin:10px;
padding:10px;
opacity: 0.8;
transition: 0.3s;
line-height: 30px;
}
.btn-dl h3:hover{
opacity: 1;
color: #c0392b;
}
a{
color:#fff;
}
a:hover{
color:c0392b;
}
.box-l a{
text-decoration: none;
}
.box-s h1{
text-align: center;
font-size: 65px;
padding-top: 30px;
}
.audio-row{
padding:60px 0;
background-color:#ecf0f1;
}
.audio-row h1{
font-size:40px;
text-align: center;
}
audio{
margin:0 auto;
display:block;
}
.audio{
opacity:0.1;
padding:40px 0;
}
.audio h3{
font-size:16px;
text-align: center;
}
.video-row{
color:#222;
padding:60px 0;
background-color:#fff;
border-bottom: 1px solid #222;
}
.video-row h1{
font-size:40px;
text-align: center;
}
video{
margin:0 auto;
display:block;
}
.video-box{
padding: 60px 0;
}
#footer {
left:0px;
bottom:0px;
height:60px;
width:100%;
background:#222;
color:#fff;
text-align: center;
padding:20px 0;
}
#playlist {
padding-top: 20px;
list-style: none;
}
#playlist li{
cursor:pointer;
padding:10px;
margin:5px;
border:1px solid #222;
}
li .section-list{
border:0 !important;
padding:0 !important;
margin:5px !important;
}
#playlist li:hover{
}
#videoarea {
width:608px;
}
.player_panel{
background-image: url("../img/tvtnovin.png");
background-size: contain;
height: 40px;
margin: 0 auto;
width: 608px;
}
.time{
text-align: center;
color:#aaa;
font-size: 16px;
} | web/css/style.css | body {
direction :rtl;
background-color: #222;
font-family:'BYekan';
}
@font-face {
font-family: 'BYekan';
src: url('../fonts/BYekan.eot');
src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'),
url('../fonts/BYekan.woff') format('woff'),
url('../fonts/BYekan.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.box-l{
background: url("../img/gr.jpg");
background-size: cover;
padding:0
}
.box-s{
color: #222;
padding:50px;
transition: 0.3s;
border: 1px solid #555;
background: #ddd;
opacity:0.8;
}
.box-s:hover{
color:#e74141;
background:#fff;
padding-right:5px;
opacity:1;
}
.bg-red{
background-color: #e74141;
padding-bottom: 30px;
}
.bg-red span{
display: block;
color:#eee;
text-align: center;
font-size: 30px;
transition : 0.1s;
}
.bg-red span:hover{
padding-right:7px;
}
.logo img{
display:block;
margin:0 auto;
padding-top: 60px;
}
.btn-site h3{
font-size:17px;
padding: 20px 10px;
margin:20px 0;
width: 20%;
border:2px solid #eee;
margin: 30px auto 15px auto;
text-align: center;
transition: 0.3s;
line-height: 30px;
color: #fff;
}
.btn-site h3:hover{
background-color: #fff;
opacity: 1;
color: #c0392b;
}
.btn-dl h3{
text-align:center;
font-size:17px;
font-size:17px;
margin:10px;
padding:10px;
opacity: 0.8;
transition: 0.3s;
line-height: 30px;
}
.btn-dl h3:hover{
opacity: 1;
color: #c0392b;
}
a{
color:#fff;
}
a:hover{
color:c0392b;
}
.box-l a{
text-decoration: none;
}
.box-s h1{
text-align: center;
font-size: 65px;
padding-top: 30px;
}
.audio-row{
padding:60px 0;
background-color:#ecf0f1;
}
.audio-row h1{
font-size:40px;
text-align: center;
}
audio{
margin:0 auto;
display:block;
}
.audio{
opacity:0.1;
padding:40px 0;
}
.audio h3{
font-size:16px;
text-align: center;
}
.video-row{
color:#222;
padding:60px 0;
background-color:#fff;
border-bottom: 1px solid #222;
}
.video-row h1{
font-size:40px;
text-align: center;
}
video{
margin:0 auto;
display:block;
}
.video-box{
padding: 60px 0;
}
#footer {
left:0px;
bottom:0px;
height:60px;
width:100%;
background:#222;
color:#fff;
text-align: center;
padding:20px 0;
}
#playlist {
padding-top: 20px;
list-style: none;
}
#playlist li{
cursor:pointer;
padding:10px;
margin:5px;
border:1px solid #222;
}
li .section-list{
border:0 !important;
padding:0 !important;
margin:5px !important;
}
#playlist li:hover{
}
#videoarea {
width:608px;
}
.player_panel{
background-image: url("../img/tvtnovin.png");
background-size: contain;
height: 40px;
margin: 0 auto;
width: 608px;
}
.time{
text-align: center;
color:#aaa;
font-size: 16px;
} | 0.370339 | 0.099514 |
@namespace url(http://www.w3.org/1999/xhtml);
/**
* A Dark theme for Yelp, circa Jan 2014
* Meant to be practical, not pretty, I'm not a graphic designer
*/
@-moz-document domain("yelp.com") {
/* The sides */
body {
background: none repeat scroll 0 0 #112233 !important;
}
/* The actual background */
#super-container {
background: none repeat scroll 0 0 #001122 !important;
}
/* Links (in case that wasn't obvs, haha) */
a {
color: #3B75C7 !important;
}
/* The header at the top of the main page showing location */
#loc-bar h3, #loc-bar h1 {
color: #888888 !important;
}
/* General Text, might have problems with certain parts */
body, .reset {
color: #888888 !important;
}
/* The search box text at the top of the page */
.header-search-form label {
background: none repeat scroll 0 0 #881111 !important;
}
/* The header links at the top of the page */
#header-nav a {
color: #F5F5F1 !important;
}
/* Any bar with links in them */
.link-bar {
background: none repeat scroll 0 0 #112233 !important;
}
/* Best of Yelp */
#best-of-yelp-main .navigation li a {
background: linear-gradient(#202020, #2F2F2F) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
#best-of-yelp-main .navigation li.selected a {
background: none repeat scroll 0 0 #303030 !important;
}
/* Columns at the bottom of main page */
#yelp-three-column-pitch {
background: linear-gradient(#000000, #050505) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
/* Drop downzzz */
.drop-menu-link {
color: #AAAAAA !important;
background: none repeat scroll 0 0 #222222 !important;
}
.drop-menu {
background: none repeat scroll 0 0 black !important;
}
/* Passport */
.user-scorecard .passport-container {
background: none repeat scroll 0 0 #050505 !important;
}
.user-scorecard .user-passport-stats li b {
color: white !important;
}
.ypassport .friend-count, .ypassport .review-count {
color: #AAAAAA !important;
}
/* Ambient yellow background */
.boxAmbientYellow {
background: none repeat scroll 0 0 #232A18 !important;
border: 1px solid #333333 !important;
}
/* Get rid of blinding ads */
#bling {
display: none !important;
}
/* Tablez */
table.listing1 {
background-color: black !important;
}
/* Reviews */
h3.reviews-header {
background-color: #2F2001 !important;
color: #CCCCCC !important;
}
#bizReviews .review {
background-color: black !important;
}
.rateReview {
background: none repeat scroll 0 0 black !important;
}
/* Photos */
.photo-details-base #selected-photo-frame {
background-color: #0C0C0C !important;
}
.photo-details-base .photos-index table .photo-box {
border: 7px solid #2C2C2C !important;
}
.photo-details-base #photo-nav {
background-color: black !important;
}
.ytype.ybtn-primary {
color: white !important;
}
.photo-details-base #selected-photo-info h4 {
color: #CCCCCC !important;
}
/* Options */
.body-overlay {
background: none repeat scroll 0 0 #000000 !important;
}
.ypop-title {
background: none repeat scroll 0 0 #252521 !important;
}
.ypop-title h2 {
color: #F41200 !important;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) !important;
}
.ytype .ypop-content {
background: none repeat scroll 0 0 #151511 !important;
}
/* Reviews */
.search-result .indexed-biz-name {
color: #CCCCCC !important;
}
.radio-list-links .radio:checked + span {
color: #CCCCCC !important;
}
.ytype h1 {
color: #CCCCCC !important;
}
} | data/usercss/97532.user.css | @namespace url(http://www.w3.org/1999/xhtml);
/**
* A Dark theme for Yelp, circa Jan 2014
* Meant to be practical, not pretty, I'm not a graphic designer
*/
@-moz-document domain("yelp.com") {
/* The sides */
body {
background: none repeat scroll 0 0 #112233 !important;
}
/* The actual background */
#super-container {
background: none repeat scroll 0 0 #001122 !important;
}
/* Links (in case that wasn't obvs, haha) */
a {
color: #3B75C7 !important;
}
/* The header at the top of the main page showing location */
#loc-bar h3, #loc-bar h1 {
color: #888888 !important;
}
/* General Text, might have problems with certain parts */
body, .reset {
color: #888888 !important;
}
/* The search box text at the top of the page */
.header-search-form label {
background: none repeat scroll 0 0 #881111 !important;
}
/* The header links at the top of the page */
#header-nav a {
color: #F5F5F1 !important;
}
/* Any bar with links in them */
.link-bar {
background: none repeat scroll 0 0 #112233 !important;
}
/* Best of Yelp */
#best-of-yelp-main .navigation li a {
background: linear-gradient(#202020, #2F2F2F) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
#best-of-yelp-main .navigation li.selected a {
background: none repeat scroll 0 0 #303030 !important;
}
/* Columns at the bottom of main page */
#yelp-three-column-pitch {
background: linear-gradient(#000000, #050505) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
/* Drop downzzz */
.drop-menu-link {
color: #AAAAAA !important;
background: none repeat scroll 0 0 #222222 !important;
}
.drop-menu {
background: none repeat scroll 0 0 black !important;
}
/* Passport */
.user-scorecard .passport-container {
background: none repeat scroll 0 0 #050505 !important;
}
.user-scorecard .user-passport-stats li b {
color: white !important;
}
.ypassport .friend-count, .ypassport .review-count {
color: #AAAAAA !important;
}
/* Ambient yellow background */
.boxAmbientYellow {
background: none repeat scroll 0 0 #232A18 !important;
border: 1px solid #333333 !important;
}
/* Get rid of blinding ads */
#bling {
display: none !important;
}
/* Tablez */
table.listing1 {
background-color: black !important;
}
/* Reviews */
h3.reviews-header {
background-color: #2F2001 !important;
color: #CCCCCC !important;
}
#bizReviews .review {
background-color: black !important;
}
.rateReview {
background: none repeat scroll 0 0 black !important;
}
/* Photos */
.photo-details-base #selected-photo-frame {
background-color: #0C0C0C !important;
}
.photo-details-base .photos-index table .photo-box {
border: 7px solid #2C2C2C !important;
}
.photo-details-base #photo-nav {
background-color: black !important;
}
.ytype.ybtn-primary {
color: white !important;
}
.photo-details-base #selected-photo-info h4 {
color: #CCCCCC !important;
}
/* Options */
.body-overlay {
background: none repeat scroll 0 0 #000000 !important;
}
.ypop-title {
background: none repeat scroll 0 0 #252521 !important;
}
.ypop-title h2 {
color: #F41200 !important;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) !important;
}
.ytype .ypop-content {
background: none repeat scroll 0 0 #151511 !important;
}
/* Reviews */
.search-result .indexed-biz-name {
color: #CCCCCC !important;
}
.radio-list-links .radio:checked + span {
color: #CCCCCC !important;
}
.ytype h1 {
color: #CCCCCC !important;
}
} | 0.298798 | 0.112649 |
body {
font-family: Quicksand;
margin: 40px;
padding: 0;
color: #fff;
background: linear-gradient(0, #281130 50%, #030133);
}
h1 {
position: relative;
font-size: 45px;
margin: 15px 0;
display: inline-block;
}
h1:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
right: 0;
height: 2px;
background-color: #fff;
border-radius: 5px;
}
.link-cont {
position: relative;
font-size: 24px;
}
.link {
display: inline-block;
position: relative;
text-decoration: none;
padding: 10px 0;
color: #fff;
}
.link-wrapper {
position: relative;
display: block;
padding: 20px 0;
}
.inner-wrapper {
position: relative;
display: inline-block;
}
/* hover styles */
.hover-1:after {
content: '';
position: absolute;
width: 100%;
height: 3px;
bottom: 0;
left: 0;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.hover-1:hover:after {
transform-origin: bottom left;
transform: scaleX(1);
}
.hover-2:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 3px;
transform: scaleX(0);
background-color: #20C2F7;
transition: transform 0.3s;
}
.hover-2:hover:after {
transform: scaleX(1);
}
.hover-3:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #37D631;
transform: scaleX(0);
transform-origin: bottom left;
transition: transform 0.3s;
}
.hover-3:hover:after {
transform: scaleX(1);
}
.hover-4:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.hover-4:hover:after {
transform: scaleX(1);
}
.hover-5:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 3px;
transform: scaleY(0);
background-color: #E2061B;
transition: transform 0.3s;
}
.hover-5:hover:after {
transform: scaleY(1);
}
.hover-6:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 50%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transform-origin: bottom left;
transition: transform 0.3s;
}
.hover-6:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
left: 50%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.hover-6:hover:before {
transform: scaleX(1);
}
.hover-6:hover:after {
transform: scaleX(1);
}
.hover-7:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #37D631;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.hover-7:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #37D631;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.hover-7:hover:before {
transform: scaleX(1);
}
.hover-7:hover:after {
transform: scaleX(1);
}
.hover-8:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.hover-8:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.hover-8:hover:before,
.hover-8:hover:after {
transform: scaleX(1);
}
.hover-9:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: top right;
transition: transform 0.3s;
}
.hover-9:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: top right;
transition: transform 0.3s;
}
.hover-9:hover:before,
.hover-9:hover:after {
transform: scaleX(1);
}
.hover-10:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transition: transform 0.3s;
}
.hover-10:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transition: transform 0.3s;
}
.hover-10:hover:before,
.hover-10:hover:after {
transform: scaleX(1);
}
.hover-11:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 3px;
transform: scaleY(0);
background-color: #37D631;
transition: transform 0.3s;
}
.hover-11:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 3px;
transform: scaleY(0);
background-color: #37D631;
transition: transform 0.2s;
}
.hover-11:hover:before,
.hover-11:hover:after {
transform: scaleY(1);
}
.hover-12:before {
content: '';
position: absolute;
width: 100%;
height: 3px;
top: 0;
left: 0;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.hover-12:after {
content: '';
position: absolute;
width: 100%;
height: 3px;
bottom: 0;
right: 0;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.hover-12:hover:before {
transform-origin: top right;
transform: scaleX(1);
}
.hover-12:hover:after {
transform-origin: bottom left;
transform: scaleX(1);
}
.wrapper-13:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 50%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.wrapper-13:after {
content: '';
position: absolute;
top: 0;
right: 0;
left: 50%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: top right;
transition: transform 0.3s;
}
.wrapper-13 .hover-13:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 50%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: bottom left;
transition: transform 0.3s;
}
.wrapper-13 .hover-13:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
left: 50%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.wrapper-13 .hover-13:hover:before,
.wrapper-13 .hover-13:hover:after {
transform: scaleX(1);
}
.wrapper-13:hover:before,
.wrapper-13:hover:after {
transform: scaleX(1);
}
.wrapper-14:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
background-color: #20C2F7;
transform: scaleY(0);
transition: transform 0.3s;
}
.wrapper-14:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 3px;
height: 100%;
background-color: #20C2F7;
transform: scaleY(0);
transition: transform 0.3s;
}
.wrapper-14 .hover-14 {
padding: 10px;
}
.wrapper-14 .hover-14:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transition: transform 0.3s;
}
.wrapper-14 .hover-14:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transition: transform 0.3s;
}
.wrapper-14:hover:before,
.wrapper-14:hover:after {
transform: scaleY(1);
}
.wrapper-14:hover .hover-14:before,
.wrapper-14:hover .hover-14:after {
transform: scaleX(1);
}
.wrapper-15:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
background-color: #37D631;
transform: scaleY(0);
transform-origin: top left;
transition: transform 0.3s;
}
.wrapper-15:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 3px;
height: 100%;
background-color: #37D631;
transform: scaleY(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.wrapper-15 .hover-15 {
padding: 10px;
}
.wrapper-15 .hover-15:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #37D631;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.wrapper-15 .hover-15:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #37D631;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.wrapper-15:hover:before,
.wrapper-15:hover:after {
transform: scaleY(1);
}
.wrapper-15:hover .hover-15:before,
.wrapper-15:hover .hover-15:after {
transform: scaleX(1);
}
.wrapper-16:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 3px;
height: 100%;
background-color: #ffcc00;
transform: scaleY(0);
transform-origin: bottom left;
transition: transform 0.3s;
}
.wrapper-16:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 3px;
height: 100%;
background-color: #ffcc00;
transform: scaleY(0);
transform-origin: top right;
transition: transform 0.3s;
}
.wrapper-16 .hover-16 {
padding: 10px;
}
.wrapper-16 .hover-16:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.wrapper-16 .hover-16:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.wrapper-16:hover:before,
.wrapper-16:hover:after {
transform: scaleY(1);
}
.wrapper-16:hover .hover-16:before,
.wrapper-16:hover .hover-16:after {
transform: scaleX(1);
}
.wrapper-17:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 3px;
height: 100%;
background-color: #E2061B;
transform: scaleY(0);
transform-origin: bottom left;
transition: transform 0.2s;
}
.wrapper-17:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 3px;
height: 100%;
background-color: #E2061B;
transform: scaleY(0);
transform-origin: top right;
transition: transform 0.2s 0.2s;
}
.wrapper-17 .hover-17 {
padding: 10px;
}
.wrapper-17 .hover-17:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.2s 0.3s;
}
.wrapper-17 .hover-17:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.2s 0.1s;
}
.wrapper-17:hover:before {
transform: scaleY(1);
transition: transform 0.2s 0.3s;
}
.wrapper-17:hover:after {
transform: scaleY(1);
transition: transform 0.2s 0.1s;
}
.wrapper-17:hover .hover-17:before {
transform: scaleX(1);
transition: transform 0.2s;
}
.wrapper-17:hover .hover-17:after {
transform: scaleX(1);
transition: transform 0.2s 0.2s;
} | static/assets/css/style.css | body {
font-family: Quicksand;
margin: 40px;
padding: 0;
color: #fff;
background: linear-gradient(0, #281130 50%, #030133);
}
h1 {
position: relative;
font-size: 45px;
margin: 15px 0;
display: inline-block;
}
h1:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
right: 0;
height: 2px;
background-color: #fff;
border-radius: 5px;
}
.link-cont {
position: relative;
font-size: 24px;
}
.link {
display: inline-block;
position: relative;
text-decoration: none;
padding: 10px 0;
color: #fff;
}
.link-wrapper {
position: relative;
display: block;
padding: 20px 0;
}
.inner-wrapper {
position: relative;
display: inline-block;
}
/* hover styles */
.hover-1:after {
content: '';
position: absolute;
width: 100%;
height: 3px;
bottom: 0;
left: 0;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.hover-1:hover:after {
transform-origin: bottom left;
transform: scaleX(1);
}
.hover-2:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 3px;
transform: scaleX(0);
background-color: #20C2F7;
transition: transform 0.3s;
}
.hover-2:hover:after {
transform: scaleX(1);
}
.hover-3:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #37D631;
transform: scaleX(0);
transform-origin: bottom left;
transition: transform 0.3s;
}
.hover-3:hover:after {
transform: scaleX(1);
}
.hover-4:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.hover-4:hover:after {
transform: scaleX(1);
}
.hover-5:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 3px;
transform: scaleY(0);
background-color: #E2061B;
transition: transform 0.3s;
}
.hover-5:hover:after {
transform: scaleY(1);
}
.hover-6:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 50%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transform-origin: bottom left;
transition: transform 0.3s;
}
.hover-6:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
left: 50%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.hover-6:hover:before {
transform: scaleX(1);
}
.hover-6:hover:after {
transform: scaleX(1);
}
.hover-7:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #37D631;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.hover-7:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #37D631;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.hover-7:hover:before {
transform: scaleX(1);
}
.hover-7:hover:after {
transform: scaleX(1);
}
.hover-8:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.hover-8:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.hover-8:hover:before,
.hover-8:hover:after {
transform: scaleX(1);
}
.hover-9:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: top right;
transition: transform 0.3s;
}
.hover-9:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: top right;
transition: transform 0.3s;
}
.hover-9:hover:before,
.hover-9:hover:after {
transform: scaleX(1);
}
.hover-10:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transition: transform 0.3s;
}
.hover-10:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transition: transform 0.3s;
}
.hover-10:hover:before,
.hover-10:hover:after {
transform: scaleX(1);
}
.hover-11:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 3px;
transform: scaleY(0);
background-color: #37D631;
transition: transform 0.3s;
}
.hover-11:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 3px;
transform: scaleY(0);
background-color: #37D631;
transition: transform 0.2s;
}
.hover-11:hover:before,
.hover-11:hover:after {
transform: scaleY(1);
}
.hover-12:before {
content: '';
position: absolute;
width: 100%;
height: 3px;
top: 0;
left: 0;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.hover-12:after {
content: '';
position: absolute;
width: 100%;
height: 3px;
bottom: 0;
right: 0;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.hover-12:hover:before {
transform-origin: top right;
transform: scaleX(1);
}
.hover-12:hover:after {
transform-origin: bottom left;
transform: scaleX(1);
}
.wrapper-13:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 50%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.wrapper-13:after {
content: '';
position: absolute;
top: 0;
right: 0;
left: 50%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: top right;
transition: transform 0.3s;
}
.wrapper-13 .hover-13:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 50%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: bottom left;
transition: transform 0.3s;
}
.wrapper-13 .hover-13:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
left: 50%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.wrapper-13 .hover-13:hover:before,
.wrapper-13 .hover-13:hover:after {
transform: scaleX(1);
}
.wrapper-13:hover:before,
.wrapper-13:hover:after {
transform: scaleX(1);
}
.wrapper-14:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
background-color: #20C2F7;
transform: scaleY(0);
transition: transform 0.3s;
}
.wrapper-14:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 3px;
height: 100%;
background-color: #20C2F7;
transform: scaleY(0);
transition: transform 0.3s;
}
.wrapper-14 .hover-14 {
padding: 10px;
}
.wrapper-14 .hover-14:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transition: transform 0.3s;
}
.wrapper-14 .hover-14:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #20C2F7;
transform: scaleX(0);
transition: transform 0.3s;
}
.wrapper-14:hover:before,
.wrapper-14:hover:after {
transform: scaleY(1);
}
.wrapper-14:hover .hover-14:before,
.wrapper-14:hover .hover-14:after {
transform: scaleX(1);
}
.wrapper-15:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
background-color: #37D631;
transform: scaleY(0);
transform-origin: top left;
transition: transform 0.3s;
}
.wrapper-15:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 3px;
height: 100%;
background-color: #37D631;
transform: scaleY(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.wrapper-15 .hover-15 {
padding: 10px;
}
.wrapper-15 .hover-15:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #37D631;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.wrapper-15 .hover-15:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #37D631;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.wrapper-15:hover:before,
.wrapper-15:hover:after {
transform: scaleY(1);
}
.wrapper-15:hover .hover-15:before,
.wrapper-15:hover .hover-15:after {
transform: scaleX(1);
}
.wrapper-16:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 3px;
height: 100%;
background-color: #ffcc00;
transform: scaleY(0);
transform-origin: bottom left;
transition: transform 0.3s;
}
.wrapper-16:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 3px;
height: 100%;
background-color: #ffcc00;
transform: scaleY(0);
transform-origin: top right;
transition: transform 0.3s;
}
.wrapper-16 .hover-16 {
padding: 10px;
}
.wrapper-16 .hover-16:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.3s;
}
.wrapper-16 .hover-16:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #ffcc00;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.wrapper-16:hover:before,
.wrapper-16:hover:after {
transform: scaleY(1);
}
.wrapper-16:hover .hover-16:before,
.wrapper-16:hover .hover-16:after {
transform: scaleX(1);
}
.wrapper-17:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 3px;
height: 100%;
background-color: #E2061B;
transform: scaleY(0);
transform-origin: bottom left;
transition: transform 0.2s;
}
.wrapper-17:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 3px;
height: 100%;
background-color: #E2061B;
transform: scaleY(0);
transform-origin: top right;
transition: transform 0.2s 0.2s;
}
.wrapper-17 .hover-17 {
padding: 10px;
}
.wrapper-17 .hover-17:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: top left;
transition: transform 0.2s 0.3s;
}
.wrapper-17 .hover-17:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background-color: #E2061B;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.2s 0.1s;
}
.wrapper-17:hover:before {
transform: scaleY(1);
transition: transform 0.2s 0.3s;
}
.wrapper-17:hover:after {
transform: scaleY(1);
transition: transform 0.2s 0.1s;
}
.wrapper-17:hover .hover-17:before {
transform: scaleX(1);
transition: transform 0.2s;
}
.wrapper-17:hover .hover-17:after {
transform: scaleX(1);
transition: transform 0.2s 0.2s;
} | 0.63861 | 0.092688 |
@import url("//fonts.googleapis.com/css?family=Lobster|Cabin:400,700");
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
h2, .h2 {
font-size: 32px;
font-family: inherit;
color: #9771c6;
}
p {
font-size: 20px;
}
img {
vertical-align: middle;
margin-left: -15px;
}
.navbar-default {
background-color: #24282b;
border-color: #24282b;
margin-left: -15px;
margin-right: -15px;
margin-top: -1px;
padding-left: 0px;
}
.navbar-nav {
padding-left: 50px;
background-color: #25282c;
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
.nav>li {
position: relative;
margin-top: 0px;
display: block;
background-color: #25282c;
font-size: 20px;
}
.left-side, .main-sidebar {
padding-top: 10px;
}
.content {
min-height: 250px;
padding: 1px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.box {
border-radius: 0px;
}
.box.box-solid {
border: 0!important;
border-top: 0 solid #666!important;
}
.box.box-success {
border-top-color: rgba(72, 138, 153, 0.5)!important;
}
.box.box-warning {
border-top-color: rgba(219, 174, 88, 1)!important;
}
.box.box-danger {
border-top-color: #666!important;
}
.box.box-solid.box-primary>.box-header {
background-color: rgba(72, 138, 153, 1)!important;
}
.box.box-solid.box-warning>.box-header {
background-color: rgba(30, 40, 62, 1)!important;
}
.box.box-solid.bg-yellow {
color: #000!important;
background-color: rgba(0, 0, 0, 0)!important;
border-bottom: 1px solid #888!important;
box-shadow: none;
}
.bg-black {
background-color: #333!important;
}
.bg-navy {
background-color: rgba(72, 72, 72, 1)!important;
}
.bg-green {
background-color: rgba(218, 218, 218, 0.5)!important;
color: #222!important;
}
/*control warning font*/
.form-group.has-error .help-block {
color: #ff0000;
font-weight: 800;
font-family: Time;
} | www/css/custom.css | @import url("//fonts.googleapis.com/css?family=Lobster|Cabin:400,700");
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
h2, .h2 {
font-size: 32px;
font-family: inherit;
color: #9771c6;
}
p {
font-size: 20px;
}
img {
vertical-align: middle;
margin-left: -15px;
}
.navbar-default {
background-color: #24282b;
border-color: #24282b;
margin-left: -15px;
margin-right: -15px;
margin-top: -1px;
padding-left: 0px;
}
.navbar-nav {
padding-left: 50px;
background-color: #25282c;
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
.nav>li {
position: relative;
margin-top: 0px;
display: block;
background-color: #25282c;
font-size: 20px;
}
.left-side, .main-sidebar {
padding-top: 10px;
}
.content {
min-height: 250px;
padding: 1px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.box {
border-radius: 0px;
}
.box.box-solid {
border: 0!important;
border-top: 0 solid #666!important;
}
.box.box-success {
border-top-color: rgba(72, 138, 153, 0.5)!important;
}
.box.box-warning {
border-top-color: rgba(219, 174, 88, 1)!important;
}
.box.box-danger {
border-top-color: #666!important;
}
.box.box-solid.box-primary>.box-header {
background-color: rgba(72, 138, 153, 1)!important;
}
.box.box-solid.box-warning>.box-header {
background-color: rgba(30, 40, 62, 1)!important;
}
.box.box-solid.bg-yellow {
color: #000!important;
background-color: rgba(0, 0, 0, 0)!important;
border-bottom: 1px solid #888!important;
box-shadow: none;
}
.bg-black {
background-color: #333!important;
}
.bg-navy {
background-color: rgba(72, 72, 72, 1)!important;
}
.bg-green {
background-color: rgba(218, 218, 218, 0.5)!important;
color: #222!important;
}
/*control warning font*/
.form-group.has-error .help-block {
color: #ff0000;
font-weight: 800;
font-family: Time;
} | 0.290075 | 0.057865 |
=============================================== */
* {outline: none !important;}
a:hover, a:focus{
text-decoration: none;
}
img{
max-width: 100%;
}
.input-group {
width: 80%;
margin-left: 70px;
}
.input-group-addon{
border-radius: 0px;
background-color: rgba(31, 58, 66, 0.83);
color: #fff;
padding: 0px 20px;
}
input.form-control:focus {
box-shadow: none !important;
border: 1px solid #fff;
}
.form-control{
padding: 30px 15px;
background-color: rgba(31, 58, 66, 0.83);
color: #fff;
letter-spacing: 1px;
border-radius: 0px;
}
::-webkit-input-placeholder
{
color: rgba(255,255,255,0.62) !important;
font-family: 'Roboto Condensed', sans-serif !important;
letter-spacing: 1px !important;
font-weight: 300 !important;
}
:-moz-placeholder
{ /* Firefox 18- */
color: rgba(255,255,255,0.62) !important;
font-family: 'Roboto Condensed', sans-serif !important;
letter-spacing: 1px !important;
font-weight: 300 !important;
}
::-moz-placeholder
{ /* Firefox 19+ */
color: rgba(255,255,255,0.62) !important;
font-family: 'Roboto Condensed', sans-serif !important;
letter-spacing: 1px !important;
font-weight: 300 !important;
}
:-ms-input-placeholder
{
color: rgba(255,255,255,0.62) !important;
font-weight: 300 !important;
font-family: 'Roboto Condensed', sans-serif !important;
letter-spacing: 1px !important;
}
p{
margin-bottom: 0px;
}
.subsribe-btn {
padding: 0px 45px;
margin-top: 35px;
background-color: rgba(31, 58, 66, 0.83);
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 62px;
letter-spacing: 1px;
word-spacing: 1px;
border: none;
}
.subsribe-btn:hover {
background: rgba(87, 87, 87, 0.63);
color: #fff;
}
.subscribe-btn:focus{
border: none;
}
/*
==================================
1. Header
==================================
*/
.header{
background-image: url(../img/Awesome_Coming_Soon_Template_BG.jpg) ;
background-position: center;
background-attachment: fixed !important;
background-size: cover;
max-width: 100%;
height: 100vh;
}
/* =============================== 1.1 Logo ====================================== */
.theme-name {
margin: 50px 0px;
}
a.title {
font-size: 70px;
border: 6px ridge #fff;
color: #fff;
padding: 14px;
font-family: 'Oswald',sans-serif;
background-color: rgba(31, 58, 66, 0.7);
text-shadow: -3px 5px #000;
font-weight: lighter;
}
.header-text{
margin-bottom: 20px;
margin-top: 40px;
text-align: center;
}
.service-text{
font-size: 27px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: #fff;
text-transform: capitalize;
text-align: center;
margin-bottom: 18px;
padding: 0;
}
.coming{
font-size: 50px;
color: #fff;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
word-spacing: 5px;
font-weight: 500;
}
/* ------------------------------ for responsiveness ------------------------------------- */
@media (max-width: 600px) {
.coming {
font-size: 50px;
height: 100%;
}
}
@media (max-width: 500px) {
.coming {
font-size: 50px;
}
}
.newsletter{
background: url(../img/pixel_weave.png);
}
.newsletter-wrapper{
padding: 58px 0px;
}
.newsletter-text{
text-transform: capitalize;
padding-bottom: 30px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 40px;
word-spacing: 5px;
color: rgba(31, 58, 66, 1);
}
p.spam {
font-style: italic;
}
.spam i {
padding-right: 8px;
}
/* =============================================
3. Social Media
================================================ */
.social-media{
background:url(../img/social-media-bg1.jpg);
background-position: center;
background-attachment: fixed;
background-size: cover;
}
.social-media-wrapper{
background-color: rgba(0, 0, 0, 0.9);
padding: 58px 0px;
}
.social-media-text{
text-transform: capitalize;
padding-bottom: 40px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: whitesmoke;
font-size: 40px;
word-spacing: 5px;
}
.social-links a{
margin: 15px;
}
.social-links a i{
font-size: 25px;
width: 50px;
height: 50px;
background-color: rgba(31, 58, 66, 0.7);
color: #fff;
border-radius: 50%;
border: 3px double #fff;
padding-top: 10px;
}
/* =============================================
4. Footer
================================================ */
.footer{
background-color: rgba(0,0,0,0.89);
bottom: 0;
width: 100%;
position: fixed;
}
.footer-wrapper{
padding: 20px 0px;
}
.copy-right{
color: #fff;
}
.develop{
color: #fff;
}
.develop a {
color: cadetblue;
}
#box {
border-radius: 30px;
padding: 10px;
backface-visibility: hidden;
background-color: rgba(0,0,0,0.5);
}
a{
color: lavenderblush !important;
}
h1{
font-size: 50px;
color: #fff;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
word-spacing: 5px;
font-weight: 300;
} | dev/css/custom.css | =============================================== */
* {outline: none !important;}
a:hover, a:focus{
text-decoration: none;
}
img{
max-width: 100%;
}
.input-group {
width: 80%;
margin-left: 70px;
}
.input-group-addon{
border-radius: 0px;
background-color: rgba(31, 58, 66, 0.83);
color: #fff;
padding: 0px 20px;
}
input.form-control:focus {
box-shadow: none !important;
border: 1px solid #fff;
}
.form-control{
padding: 30px 15px;
background-color: rgba(31, 58, 66, 0.83);
color: #fff;
letter-spacing: 1px;
border-radius: 0px;
}
::-webkit-input-placeholder
{
color: rgba(255,255,255,0.62) !important;
font-family: 'Roboto Condensed', sans-serif !important;
letter-spacing: 1px !important;
font-weight: 300 !important;
}
:-moz-placeholder
{ /* Firefox 18- */
color: rgba(255,255,255,0.62) !important;
font-family: 'Roboto Condensed', sans-serif !important;
letter-spacing: 1px !important;
font-weight: 300 !important;
}
::-moz-placeholder
{ /* Firefox 19+ */
color: rgba(255,255,255,0.62) !important;
font-family: 'Roboto Condensed', sans-serif !important;
letter-spacing: 1px !important;
font-weight: 300 !important;
}
:-ms-input-placeholder
{
color: rgba(255,255,255,0.62) !important;
font-weight: 300 !important;
font-family: 'Roboto Condensed', sans-serif !important;
letter-spacing: 1px !important;
}
p{
margin-bottom: 0px;
}
.subsribe-btn {
padding: 0px 45px;
margin-top: 35px;
background-color: rgba(31, 58, 66, 0.83);
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 62px;
letter-spacing: 1px;
word-spacing: 1px;
border: none;
}
.subsribe-btn:hover {
background: rgba(87, 87, 87, 0.63);
color: #fff;
}
.subscribe-btn:focus{
border: none;
}
/*
==================================
1. Header
==================================
*/
.header{
background-image: url(../img/Awesome_Coming_Soon_Template_BG.jpg) ;
background-position: center;
background-attachment: fixed !important;
background-size: cover;
max-width: 100%;
height: 100vh;
}
/* =============================== 1.1 Logo ====================================== */
.theme-name {
margin: 50px 0px;
}
a.title {
font-size: 70px;
border: 6px ridge #fff;
color: #fff;
padding: 14px;
font-family: 'Oswald',sans-serif;
background-color: rgba(31, 58, 66, 0.7);
text-shadow: -3px 5px #000;
font-weight: lighter;
}
.header-text{
margin-bottom: 20px;
margin-top: 40px;
text-align: center;
}
.service-text{
font-size: 27px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: #fff;
text-transform: capitalize;
text-align: center;
margin-bottom: 18px;
padding: 0;
}
.coming{
font-size: 50px;
color: #fff;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
word-spacing: 5px;
font-weight: 500;
}
/* ------------------------------ for responsiveness ------------------------------------- */
@media (max-width: 600px) {
.coming {
font-size: 50px;
height: 100%;
}
}
@media (max-width: 500px) {
.coming {
font-size: 50px;
}
}
.newsletter{
background: url(../img/pixel_weave.png);
}
.newsletter-wrapper{
padding: 58px 0px;
}
.newsletter-text{
text-transform: capitalize;
padding-bottom: 30px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 40px;
word-spacing: 5px;
color: rgba(31, 58, 66, 1);
}
p.spam {
font-style: italic;
}
.spam i {
padding-right: 8px;
}
/* =============================================
3. Social Media
================================================ */
.social-media{
background:url(../img/social-media-bg1.jpg);
background-position: center;
background-attachment: fixed;
background-size: cover;
}
.social-media-wrapper{
background-color: rgba(0, 0, 0, 0.9);
padding: 58px 0px;
}
.social-media-text{
text-transform: capitalize;
padding-bottom: 40px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: whitesmoke;
font-size: 40px;
word-spacing: 5px;
}
.social-links a{
margin: 15px;
}
.social-links a i{
font-size: 25px;
width: 50px;
height: 50px;
background-color: rgba(31, 58, 66, 0.7);
color: #fff;
border-radius: 50%;
border: 3px double #fff;
padding-top: 10px;
}
/* =============================================
4. Footer
================================================ */
.footer{
background-color: rgba(0,0,0,0.89);
bottom: 0;
width: 100%;
position: fixed;
}
.footer-wrapper{
padding: 20px 0px;
}
.copy-right{
color: #fff;
}
.develop{
color: #fff;
}
.develop a {
color: cadetblue;
}
#box {
border-radius: 30px;
padding: 10px;
backface-visibility: hidden;
background-color: rgba(0,0,0,0.5);
}
a{
color: lavenderblush !important;
}
h1{
font-size: 50px;
color: #fff;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
word-spacing: 5px;
font-weight: 300;
} | 0.383988 | 0.075176 |
{
display: block;
height: 100%;
position: fixed;
top: 0;
left: 0;
padding-bottom: 30px;
transition: width linear .15s;
box-sizing: border-box;
z-index: 2010;
background: url("../images/noise_gray.png") repeat scroll 0 0 #EEEEEE;
}
#right-panel,
#left-panel,
#right-panel.expanded,
#left-panel.expanded
{
width: 220px;
white-space: normal;
padding-top: 0;
}
#left-panel.expanded a:not([href]) span,
#left-panel.expanded .navbar-toggle,
#left-panel a[href="#expand"],
#left-panel.expanded a[href="#expand"],
#right-panel.expanded a:not([href]) span,
#right-panel.expanded .navbar-toggle,
#right-panel a[href="#expand"],
#right-panel.expanded a[href="#expand"]
{
display:none;
}
#left-panel.collapsed a[href="#expand"],
#right-panel.collapsed a[href="#expand"]
{
display:block;
}
#left-panel.expanded a:not([href]),
#right-panel.expanded a:not([href])
{
padding-left:15px;
}
#left-panel nav,
#left-panel.expanded nav,
#left-panel:not(.collapsed) nav,
#right-panel nav,
#right-panel.expanded nav,
#right-panel:not(.collapsed) nav
{
overflow-x:hidden;
overflow-y:auto;
height: 100%;
width: 100%;
}
.main-menu li.complete {
text-decoration: line-through;
}
#left-panel a[href="#collapse"]
{
right:0;
left:auto;
}
#right-panel a[href="#collapse"]
{
display: inline-block;
width: 40px;
padding: 0;
margin: 0;
position: absolute;
top: 8px;
left: 0;
}
#right-panel h3,
#left-panel h3
{
border-bottom:3px solid #555555;
margin:0;
padding:5px 15px;
font-size:16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#right-panel h3
{
text-align: right;
display: inline-block;
width: 100%;
vertical-align: middle;
}
#right-panel
{
right: 0;
left:auto;
}
.header .main-menu,
#right-panel ul,
#left-panel ul
{
list-style: none none;
padding: 0;
margin: 0;
overflow:hidden;
}
.main-menu li
{
margin: 0;
padding: 0;
width: 220px;
text-align: left;
position: relative;
background: none;
border-radius: 0;
border: none;
box-shadow: none;
}
.header .main-menu li a:hover,
.header .main-menu li a:focus,
.header .main-menu li a:active,
.header .main-menu li a.active
{
padding:5px 10px;
background-color:#0099BB;
border-left:0;
color:#eee;
font-weight: inherit;
}
.header .main-menu li {
min-width:80px;
padding:0;
display:inline-block;
text-align: center;
width:auto;
margin:0 -3px;
}
.header .main-menu li a:not(.more):not(.btn):not(.cloak) {
color:#eee;
padding:5px 10px;
height:40px;
line-height: 34px;
}
.header .main-menu li a:not(.more):not(.btn):not(.cloak):before {
display:none;
}
.header .main-menu li a span {
display:none;
}
.main-menu li.coming
{
padding-left:45px;
}
.main-menu li.like-us a
{
background:none;
}
.main-menu a.skrollable-after,
.main-menu a
{
display:block;
padding:10px 0 10px 30px;
position:relative;
letter-spacing: -1px;
}
.main-menu .squiggle {
background-color: #FF9900;
}
.main-menu a
{
color:inherit;
}
.main-menu a span
{
line-height: 40px;
text-align: center;
padding: 0;
display: block;
overflow: hidden;
vertical-align: middle;
height: 40px;
width: 50px;
position: absolute;
top: 50%;
margin-top: -20px;
left: 0;
}
a[href*="/redirect/google"]
{
width:180px;
border-bottom-color:#DD4433;
color: #ffffff;
background:url("../images/menu_new_compressed.png") no-repeat left -5502px #DD4433;
padding-left:60px;
position:relative;
}
a[href*="/redirect/google"]:hover,
a[href*="/redirect/google"]:active,
a[href*="/redirect/google"]:focus {
background-color: #992211;
border-bottom-color: #771100;
}
a[href*="/redirect/gcal"]
{
width:180px;
border-bottom-color:#DD4433;
color: #ffffff;
background:url("../images/menu_new_compressed.png") no-repeat left -9202px #DD4433;
padding-left:60px;
position:relative;
}
a[href*="/redirect/gcal"]:hover,
a[href*="/redirect/gcal"]:active,
a[href*="/redirect/gcal"]:focus {
background-color: #992211;
border-bottom-color: #771100;
}
a[href*="evernote"]
{
width:180px;
border-bottom-color:#77CC44;
color: #ffffff;
background:url("../images/menu_new_compressed.png") no-repeat left -7102px #77CC44;
padding-left:60px;
position:relative;
}
a[href*="evernote"]:hover,
a[href*="evernote"]:active,
a[href*="evernote"]:focus {
background-color: #559922;
border-bottom-color: #447711;
}
a[href*="/redirect/facebook"]
{
width:180px;
border-bottom-color:#5577AA;
color: #ffffff;
background:url("../images/menu_new_compressed.png") no-repeat left -5402px #5577AA;
padding-left:60px;
position:relative;
}
a[href*="/redirect/facebook"]:hover,
a[href*="/redirect/facebook"]:active,
a[href*="/redirect/facebook"]:focus
{
background-color:#446699;
border-bottom-color: #224477;
}
.main-menu li a:hover,
.main-menu li a:focus,
.main-menu li a:active,
.main-menu li a.active,
#left-panel.expanded .main-menu li a:hover,
#left-panel.expanded .main-menu li a:focus,
#left-panel.expanded .main-menu li a:active,
#left-panel.expanded .main-menu li a.active,
#right-panel.expanded .main-menu li a:hover,
#right-panel.expanded .main-menu li a:focus,
#right-panel.expanded .main-menu li a:active,
#right-panel.expanded .main-menu li a.active
{
background-color:#DDDDDD;
transition:background-color ease-in-out .15s, color ease-in-out .15s;
color: #0099BB;
font-weight: bold;
}
#left-panel.expanded .main-menu li a:hover,
#right-panel.expanded .main-menu li a:hover,
#left-panel a[href="#collapse"]:hover,
#right-panel a[href="#collapse"]:hover
{
background: transparent;
}
/*
.main-menu a.active
{
background-color: #ffffff;
}
*/
.main-menu a:hover span,
.main-menu a:focus span,
.main-menu a:active span,
.main-menu a.active span {
left:-5px;
}
#left-panel.expanded .main-menu a:hover span,
#left-panel.expanded .main-menu a:focus span,
#left-panel.expanded .main-menu a:active span,
#left-panel.expanded .main-menu a.active span,
#left-panel .main-menu a:hover span,
#left-panel .main-menu a:focus span,
#left-panel .main-menu a:active span,
#left-panel .main-menu a.active span {
color:#0099BB;
left:5px;
}
#left-panel .main-menu a:hover:not([href]),
#left-panel .main-menu a:focus:not([href]),
#left-panel .main-menu a:active:not([href]),
#left-panel .main-menu a.active:not([href]),
#left-panel .main-menu a:hover:not([href]) span,
#left-panel .main-menu a:focus:not([href]) span,
#left-panel .main-menu a:active:not([href]) span,
#left-panel .main-menu a.active:not([href]) span
{
color:inherit;
cursor: pointer;
}
#left-panel .main-menu a:not([href]) span,
#left-panel.expanded .main-menu a:not([href]) span
{
display:none;
}
#left-panel .main-menu a:not([href]),
#left-panel.expanded .main-menu a:not([href])
{
padding-left:15px;
}
#left-panel .main-menu a:hover:not([href]),
#left-panel.expanded .main-menu a:hover:not([href])
{
padding-left:10px;
}
#right-panel a.selected + ul
{
overflow: visible;
max-height:500px;
}
#right-panel.collapsed,
#left-panel.collapsed
{
width:0;
white-space: nowrap;
padding-top:40px;
}
#right-panel .navbar-toggle
{
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
transform-origin: left bottom;
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-ms-transform-origin: left bottom;
-o-transform-origin: left bottom;
height:40px;
line-height: 100%;
vertical-align: top;
background: url("../images/menu_new_compressed.png") no-repeat 50% 10px transparent;
padding:2px 5px 12px 5px;
margin-top:20px;
width:auto;
font-size: 20px;
font-weight: bold;
}
#right-panel a[href="#expand"]
{
color:#555555;
text-align: right;
}
#right-panel a[href="#expand"]:hover
{
color:#0099BB;
}
#right-panel a[href="#expand"]:hover .navbar-toggle
{
background-position: 50% -290px;
}
#left-panel .navbar-toggle
{
margin-top:60px;
}
.navbar-toggle
{
display:inline-block;
float:none;
padding: 5px;
width:100%;
margin:0;
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
}
.navbar-toggle .icon-bar {
display: block;
width: auto;
height: 4px;
border-radius: 4px;
background-color:#555555;
}
#left-panel a[href="#expand"]:hover .icon-bar
{
background-color:#0099BB;
}
#left-panel a[href="#expand"],
#right-panel a[href="#expand"]
{
display:none;
position:absolute;
z-index: 0;
top:0;
height:100%;
width:100%;
left:0;
}
#left-panel.collapsed a[href="#expand"],
#right-panel.collapsed a[href="#expand"]
{
display:block;
}
#left-panel.collapsed a[href="#collapse"],
#right-panel.collapsed a[href="#collapse"]
{
display:none;
}
#right-panel.collapsed h3,
#left-panel.collapsed h3,
#right-panel.collapsed .main-menu
{
display:none;
}
#left-panel.collapsed a[href="#expand"],
#right-panel.collapsed a[href="#expand"]
{
display:block;
}
#left-panel .main-menu a:hover:not([href]),
#left-panel .main-menu a:focus:not([href]),
#left-panel .main-menu a:active:not([href]),
#left-panel .main-menu a.active:not([href]),
#right-panel .main-menu a:hover:not([href]),
#right-panel .main-menu a:focus:not([href]),
#right-panel .main-menu a:active:not([href]),
#right-panel .main-menu a.active:not([href])
{
padding-left:10px;
}
#left-panel.collapsed .main-menu a:hover,
#left-panel.collapsed .main-menu a:focus,
#left-panel.collapsed .main-menu a:active,
#left-panel.collapsed .main-menu a.active
{
border:0;
}
#left-panel.collapsed .main-menu a:hover span,
#left-panel.collapsed .main-menu a:focus span,
#left-panel.collapsed .main-menu a:active span,
#left-panel.collapsed .main-menu a.active span
{
left:10px;
}
#left-panel.collapsed nav,
#right-panel.collapsed nav
{
overflow: hidden;
}
#left-panel.collapsed .main-menu a:not([href]) span
{
display:block;
}
#left-panel.collapsed .main-menu a:not([href])
{
padding-left:50px;
}
#left-panel.collapsed .main-menu a:hover,
#left-panel.collapsed .main-menu a:focus,
#left-panel.collapsed .main-menu a:active,
#left-panel.collapsed .main-menu a.active
{
padding-left:50px;
}
#left-panel.collapsed .main-menu li.coming
{
padding-left:50px;
}
@media all and (max-width: 1300px), (max-height: 700px)
{
#left-panel .main-menu a:not([href]) span
{
display:block;
}
#left-panel .main-menu a:not([href]),
#left-panel .main-menu a:hover:not([href])
{
padding-left:50px;
}
#left-panel.expanded .main-menu a:hover:not([href]),
#right-panel.expanded .main-menu a:hover:not([href])
{
padding-left:10px;
}
.main-menu a:hover,
.main-menu a:focus,
.main-menu a:active,
.main-menu a.active
{
border:0;
}
#left-panel .main-menu a:hover span,
#left-panel .main-menu a:focus span,
#left-panel .main-menu a:active span,
#left-panel .main-menu a.active span
{
left:5px;
}
#left-panel nav,
#left-panel:not(.expanded) nav,
#right-panel nav,
#right-panel:not(.expanded) nav
{
overflow: hidden;
}
}
@media all and (max-width:700px), all and (max-height:700px) {
#left-panel nav,
#left-panel.expanded nav,
#left-panel:not(.collapsed) nav,
#right-panel nav,
#right-panel.expanded nav,
#right-panel:not(.collapsed) nav {
overflow-y: visible;
}
#right-panel.expanded, #left-panel.expanded
{
position:absolute;
height: auto;
min-height: 100%;
}
}
@media all and (max-width: 700px) {
#left-panel.expanded a[href="#collapse"],
#right-panel.expanded a[href="#collapse"],
#left-panel a[href="#collapse"],
#right-panel a[href="#collapse"]
{
display:none;
}
#left-panel .navbar-toggle .icon-bar
{
display:none;
}
#left-panel .navbar-toggle {
background: url("../images/menu_new_compressed.png") no-repeat 50% -7412px transparent;
padding: 2px 5px 12px 5px;
height: 40px;
}
body.left-menu #left-panel.expanded .navbar-toggle
{
left:220px;
}
body.right-menu #right-panel.expanded .navbar-toggle
{
right:220px;
}
body.right-menu #left-panel a[href="#expand"], body.left-menu #right-panel a[href="#expand"]
{
display:none;
}
body.left-menu #left-panel.expanded .navbar-toggle, body.right-menu #right-panel.expanded .navbar-toggle,
body.left-menu #left-panel a[href="#expand"], body.right-menu #right-panel a[href="#expand"]
{
display:inline-block;
}
#right-panel .main-menu a[href*="/home"] span
{
background-position: left -5605px;
}
#right-panel .main-menu a[href*="/userlist"] span
{
background-position: left -5605px;
}
#right-panel .main-menu a[href*="/goals"] span
{
background-position: left -5705px;
}
#right-panel .main-menu a[href*="/schedule"] span
{
background-position: left -6605px;
}
#right-panel .main-menu a[href*="/checkin"] span
{
background-position: left -5905px;
}
#right-panel .main-menu a[href*="/metrics"] span
{
background-position: left -6005px;
}
#right-panel .main-menu a[href*="/deadlines"] span
{
background-position: left -8805px;
}
#right-panel .main-menu a[href*="/partner"] span
{
background-position: left -6205px;
}
#right-panel .main-menu a[href*="/import"] span
{
background-position: left -6205px;
}
#right-panel .main-menu a[href*="/plan"] span
{
background-position: left -7005px;
}
#right-panel .main-menu a[href*="/profile"] span
{
background-position: left -5205px;
}
#right-panel .main-menu a[href*="/premium"] span
{
background-position: left -6405px;
}
#right-panel .main-menu a[href*="/account"] span
{
background-position: left -6505px;
}
#right-panel .main-menu a[href*="#midterm"] span
{
background-position: left -6805px;
}
#right-panel .main-menu a[href*="/calculator"] span
{
background-position: left -6705px;
}
#right-panel .main-menu a[href*="#quizlet"] span
{
background-position: left -6905px;
}
#right-panel .main-menu a[href*="#drive"] span
{
background-position: left -7005px;
}
#right-panel .main-menu a[href*="/notes"] span
{
background-position: left -7105px;
}
#right-panel .main-menu a[href*="#blackboard"] span
{
background-position: left -7205px;
}
#right-panel h3, #left-panel h3
{
border-bottom-color:#FFFFFF;
}
.main-menu a:hover,
.main-menu a:focus,
.main-menu a:active,
.main-menu a.active,
#left-panel.expanded .main-menu a:hover,
#left-panel.expanded .main-menu a:focus,
#left-panel.expanded .main-menu a:active,
#left-panel.expanded .main-menu a.active,
#right-panel.expanded .main-menu a:hover,
#right-panel.expanded .main-menu a:focus,
#right-panel.expanded .main-menu a:active,
#right-panel.expanded .main-menu a.active
{
background-color:#333333;
}
#left-panel,
#right-panel,
#left-panel.collapsed,
#right-panel.collapsed
{
padding-top:0;
width:0;
z-index: 2100;
background: #555 none;
}
#left-panel, #right-panel,
#left-panel.expanded, #right-panel.expanded
{
padding-top:0;
color:#ffffff;
}
#left-panel .navbar-toggle
{
width:40px;
left:-5px;
transition: left linear .15s;
position: fixed;
}
#right-panel .navbar-toggle
{
width:40px;
transition: right linear .15s;
position: fixed;
right:-5px;
}
#left-panel .navbar-toggle
{
margin-top:10px;
}
#right-panel a[href="#expand"],
#right-panel.collapsed a[href="#expand"]
{
left: auto;
right:17px;
}
#right-panel .navbar-toggle
{
overflow:hidden;
color:transparent;
top:0;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
filter: none;
transform-origin: left bottom;
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-ms-transform-origin: left bottom;
-o-transform-origin: left bottom;
margin-top: 0;
background-position: 50% -7500px;
}
#right-panel a[href="#expand"]:hover .navbar-toggle
{
background-position: 50% -7500px;
}
} | src/StudySauce/Bundle/Resources/public/css/menu.css | {
display: block;
height: 100%;
position: fixed;
top: 0;
left: 0;
padding-bottom: 30px;
transition: width linear .15s;
box-sizing: border-box;
z-index: 2010;
background: url("../images/noise_gray.png") repeat scroll 0 0 #EEEEEE;
}
#right-panel,
#left-panel,
#right-panel.expanded,
#left-panel.expanded
{
width: 220px;
white-space: normal;
padding-top: 0;
}
#left-panel.expanded a:not([href]) span,
#left-panel.expanded .navbar-toggle,
#left-panel a[href="#expand"],
#left-panel.expanded a[href="#expand"],
#right-panel.expanded a:not([href]) span,
#right-panel.expanded .navbar-toggle,
#right-panel a[href="#expand"],
#right-panel.expanded a[href="#expand"]
{
display:none;
}
#left-panel.collapsed a[href="#expand"],
#right-panel.collapsed a[href="#expand"]
{
display:block;
}
#left-panel.expanded a:not([href]),
#right-panel.expanded a:not([href])
{
padding-left:15px;
}
#left-panel nav,
#left-panel.expanded nav,
#left-panel:not(.collapsed) nav,
#right-panel nav,
#right-panel.expanded nav,
#right-panel:not(.collapsed) nav
{
overflow-x:hidden;
overflow-y:auto;
height: 100%;
width: 100%;
}
.main-menu li.complete {
text-decoration: line-through;
}
#left-panel a[href="#collapse"]
{
right:0;
left:auto;
}
#right-panel a[href="#collapse"]
{
display: inline-block;
width: 40px;
padding: 0;
margin: 0;
position: absolute;
top: 8px;
left: 0;
}
#right-panel h3,
#left-panel h3
{
border-bottom:3px solid #555555;
margin:0;
padding:5px 15px;
font-size:16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#right-panel h3
{
text-align: right;
display: inline-block;
width: 100%;
vertical-align: middle;
}
#right-panel
{
right: 0;
left:auto;
}
.header .main-menu,
#right-panel ul,
#left-panel ul
{
list-style: none none;
padding: 0;
margin: 0;
overflow:hidden;
}
.main-menu li
{
margin: 0;
padding: 0;
width: 220px;
text-align: left;
position: relative;
background: none;
border-radius: 0;
border: none;
box-shadow: none;
}
.header .main-menu li a:hover,
.header .main-menu li a:focus,
.header .main-menu li a:active,
.header .main-menu li a.active
{
padding:5px 10px;
background-color:#0099BB;
border-left:0;
color:#eee;
font-weight: inherit;
}
.header .main-menu li {
min-width:80px;
padding:0;
display:inline-block;
text-align: center;
width:auto;
margin:0 -3px;
}
.header .main-menu li a:not(.more):not(.btn):not(.cloak) {
color:#eee;
padding:5px 10px;
height:40px;
line-height: 34px;
}
.header .main-menu li a:not(.more):not(.btn):not(.cloak):before {
display:none;
}
.header .main-menu li a span {
display:none;
}
.main-menu li.coming
{
padding-left:45px;
}
.main-menu li.like-us a
{
background:none;
}
.main-menu a.skrollable-after,
.main-menu a
{
display:block;
padding:10px 0 10px 30px;
position:relative;
letter-spacing: -1px;
}
.main-menu .squiggle {
background-color: #FF9900;
}
.main-menu a
{
color:inherit;
}
.main-menu a span
{
line-height: 40px;
text-align: center;
padding: 0;
display: block;
overflow: hidden;
vertical-align: middle;
height: 40px;
width: 50px;
position: absolute;
top: 50%;
margin-top: -20px;
left: 0;
}
a[href*="/redirect/google"]
{
width:180px;
border-bottom-color:#DD4433;
color: #ffffff;
background:url("../images/menu_new_compressed.png") no-repeat left -5502px #DD4433;
padding-left:60px;
position:relative;
}
a[href*="/redirect/google"]:hover,
a[href*="/redirect/google"]:active,
a[href*="/redirect/google"]:focus {
background-color: #992211;
border-bottom-color: #771100;
}
a[href*="/redirect/gcal"]
{
width:180px;
border-bottom-color:#DD4433;
color: #ffffff;
background:url("../images/menu_new_compressed.png") no-repeat left -9202px #DD4433;
padding-left:60px;
position:relative;
}
a[href*="/redirect/gcal"]:hover,
a[href*="/redirect/gcal"]:active,
a[href*="/redirect/gcal"]:focus {
background-color: #992211;
border-bottom-color: #771100;
}
a[href*="evernote"]
{
width:180px;
border-bottom-color:#77CC44;
color: #ffffff;
background:url("../images/menu_new_compressed.png") no-repeat left -7102px #77CC44;
padding-left:60px;
position:relative;
}
a[href*="evernote"]:hover,
a[href*="evernote"]:active,
a[href*="evernote"]:focus {
background-color: #559922;
border-bottom-color: #447711;
}
a[href*="/redirect/facebook"]
{
width:180px;
border-bottom-color:#5577AA;
color: #ffffff;
background:url("../images/menu_new_compressed.png") no-repeat left -5402px #5577AA;
padding-left:60px;
position:relative;
}
a[href*="/redirect/facebook"]:hover,
a[href*="/redirect/facebook"]:active,
a[href*="/redirect/facebook"]:focus
{
background-color:#446699;
border-bottom-color: #224477;
}
.main-menu li a:hover,
.main-menu li a:focus,
.main-menu li a:active,
.main-menu li a.active,
#left-panel.expanded .main-menu li a:hover,
#left-panel.expanded .main-menu li a:focus,
#left-panel.expanded .main-menu li a:active,
#left-panel.expanded .main-menu li a.active,
#right-panel.expanded .main-menu li a:hover,
#right-panel.expanded .main-menu li a:focus,
#right-panel.expanded .main-menu li a:active,
#right-panel.expanded .main-menu li a.active
{
background-color:#DDDDDD;
transition:background-color ease-in-out .15s, color ease-in-out .15s;
color: #0099BB;
font-weight: bold;
}
#left-panel.expanded .main-menu li a:hover,
#right-panel.expanded .main-menu li a:hover,
#left-panel a[href="#collapse"]:hover,
#right-panel a[href="#collapse"]:hover
{
background: transparent;
}
/*
.main-menu a.active
{
background-color: #ffffff;
}
*/
.main-menu a:hover span,
.main-menu a:focus span,
.main-menu a:active span,
.main-menu a.active span {
left:-5px;
}
#left-panel.expanded .main-menu a:hover span,
#left-panel.expanded .main-menu a:focus span,
#left-panel.expanded .main-menu a:active span,
#left-panel.expanded .main-menu a.active span,
#left-panel .main-menu a:hover span,
#left-panel .main-menu a:focus span,
#left-panel .main-menu a:active span,
#left-panel .main-menu a.active span {
color:#0099BB;
left:5px;
}
#left-panel .main-menu a:hover:not([href]),
#left-panel .main-menu a:focus:not([href]),
#left-panel .main-menu a:active:not([href]),
#left-panel .main-menu a.active:not([href]),
#left-panel .main-menu a:hover:not([href]) span,
#left-panel .main-menu a:focus:not([href]) span,
#left-panel .main-menu a:active:not([href]) span,
#left-panel .main-menu a.active:not([href]) span
{
color:inherit;
cursor: pointer;
}
#left-panel .main-menu a:not([href]) span,
#left-panel.expanded .main-menu a:not([href]) span
{
display:none;
}
#left-panel .main-menu a:not([href]),
#left-panel.expanded .main-menu a:not([href])
{
padding-left:15px;
}
#left-panel .main-menu a:hover:not([href]),
#left-panel.expanded .main-menu a:hover:not([href])
{
padding-left:10px;
}
#right-panel a.selected + ul
{
overflow: visible;
max-height:500px;
}
#right-panel.collapsed,
#left-panel.collapsed
{
width:0;
white-space: nowrap;
padding-top:40px;
}
#right-panel .navbar-toggle
{
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
transform-origin: left bottom;
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-ms-transform-origin: left bottom;
-o-transform-origin: left bottom;
height:40px;
line-height: 100%;
vertical-align: top;
background: url("../images/menu_new_compressed.png") no-repeat 50% 10px transparent;
padding:2px 5px 12px 5px;
margin-top:20px;
width:auto;
font-size: 20px;
font-weight: bold;
}
#right-panel a[href="#expand"]
{
color:#555555;
text-align: right;
}
#right-panel a[href="#expand"]:hover
{
color:#0099BB;
}
#right-panel a[href="#expand"]:hover .navbar-toggle
{
background-position: 50% -290px;
}
#left-panel .navbar-toggle
{
margin-top:60px;
}
.navbar-toggle
{
display:inline-block;
float:none;
padding: 5px;
width:100%;
margin:0;
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
}
.navbar-toggle .icon-bar {
display: block;
width: auto;
height: 4px;
border-radius: 4px;
background-color:#555555;
}
#left-panel a[href="#expand"]:hover .icon-bar
{
background-color:#0099BB;
}
#left-panel a[href="#expand"],
#right-panel a[href="#expand"]
{
display:none;
position:absolute;
z-index: 0;
top:0;
height:100%;
width:100%;
left:0;
}
#left-panel.collapsed a[href="#expand"],
#right-panel.collapsed a[href="#expand"]
{
display:block;
}
#left-panel.collapsed a[href="#collapse"],
#right-panel.collapsed a[href="#collapse"]
{
display:none;
}
#right-panel.collapsed h3,
#left-panel.collapsed h3,
#right-panel.collapsed .main-menu
{
display:none;
}
#left-panel.collapsed a[href="#expand"],
#right-panel.collapsed a[href="#expand"]
{
display:block;
}
#left-panel .main-menu a:hover:not([href]),
#left-panel .main-menu a:focus:not([href]),
#left-panel .main-menu a:active:not([href]),
#left-panel .main-menu a.active:not([href]),
#right-panel .main-menu a:hover:not([href]),
#right-panel .main-menu a:focus:not([href]),
#right-panel .main-menu a:active:not([href]),
#right-panel .main-menu a.active:not([href])
{
padding-left:10px;
}
#left-panel.collapsed .main-menu a:hover,
#left-panel.collapsed .main-menu a:focus,
#left-panel.collapsed .main-menu a:active,
#left-panel.collapsed .main-menu a.active
{
border:0;
}
#left-panel.collapsed .main-menu a:hover span,
#left-panel.collapsed .main-menu a:focus span,
#left-panel.collapsed .main-menu a:active span,
#left-panel.collapsed .main-menu a.active span
{
left:10px;
}
#left-panel.collapsed nav,
#right-panel.collapsed nav
{
overflow: hidden;
}
#left-panel.collapsed .main-menu a:not([href]) span
{
display:block;
}
#left-panel.collapsed .main-menu a:not([href])
{
padding-left:50px;
}
#left-panel.collapsed .main-menu a:hover,
#left-panel.collapsed .main-menu a:focus,
#left-panel.collapsed .main-menu a:active,
#left-panel.collapsed .main-menu a.active
{
padding-left:50px;
}
#left-panel.collapsed .main-menu li.coming
{
padding-left:50px;
}
@media all and (max-width: 1300px), (max-height: 700px)
{
#left-panel .main-menu a:not([href]) span
{
display:block;
}
#left-panel .main-menu a:not([href]),
#left-panel .main-menu a:hover:not([href])
{
padding-left:50px;
}
#left-panel.expanded .main-menu a:hover:not([href]),
#right-panel.expanded .main-menu a:hover:not([href])
{
padding-left:10px;
}
.main-menu a:hover,
.main-menu a:focus,
.main-menu a:active,
.main-menu a.active
{
border:0;
}
#left-panel .main-menu a:hover span,
#left-panel .main-menu a:focus span,
#left-panel .main-menu a:active span,
#left-panel .main-menu a.active span
{
left:5px;
}
#left-panel nav,
#left-panel:not(.expanded) nav,
#right-panel nav,
#right-panel:not(.expanded) nav
{
overflow: hidden;
}
}
@media all and (max-width:700px), all and (max-height:700px) {
#left-panel nav,
#left-panel.expanded nav,
#left-panel:not(.collapsed) nav,
#right-panel nav,
#right-panel.expanded nav,
#right-panel:not(.collapsed) nav {
overflow-y: visible;
}
#right-panel.expanded, #left-panel.expanded
{
position:absolute;
height: auto;
min-height: 100%;
}
}
@media all and (max-width: 700px) {
#left-panel.expanded a[href="#collapse"],
#right-panel.expanded a[href="#collapse"],
#left-panel a[href="#collapse"],
#right-panel a[href="#collapse"]
{
display:none;
}
#left-panel .navbar-toggle .icon-bar
{
display:none;
}
#left-panel .navbar-toggle {
background: url("../images/menu_new_compressed.png") no-repeat 50% -7412px transparent;
padding: 2px 5px 12px 5px;
height: 40px;
}
body.left-menu #left-panel.expanded .navbar-toggle
{
left:220px;
}
body.right-menu #right-panel.expanded .navbar-toggle
{
right:220px;
}
body.right-menu #left-panel a[href="#expand"], body.left-menu #right-panel a[href="#expand"]
{
display:none;
}
body.left-menu #left-panel.expanded .navbar-toggle, body.right-menu #right-panel.expanded .navbar-toggle,
body.left-menu #left-panel a[href="#expand"], body.right-menu #right-panel a[href="#expand"]
{
display:inline-block;
}
#right-panel .main-menu a[href*="/home"] span
{
background-position: left -5605px;
}
#right-panel .main-menu a[href*="/userlist"] span
{
background-position: left -5605px;
}
#right-panel .main-menu a[href*="/goals"] span
{
background-position: left -5705px;
}
#right-panel .main-menu a[href*="/schedule"] span
{
background-position: left -6605px;
}
#right-panel .main-menu a[href*="/checkin"] span
{
background-position: left -5905px;
}
#right-panel .main-menu a[href*="/metrics"] span
{
background-position: left -6005px;
}
#right-panel .main-menu a[href*="/deadlines"] span
{
background-position: left -8805px;
}
#right-panel .main-menu a[href*="/partner"] span
{
background-position: left -6205px;
}
#right-panel .main-menu a[href*="/import"] span
{
background-position: left -6205px;
}
#right-panel .main-menu a[href*="/plan"] span
{
background-position: left -7005px;
}
#right-panel .main-menu a[href*="/profile"] span
{
background-position: left -5205px;
}
#right-panel .main-menu a[href*="/premium"] span
{
background-position: left -6405px;
}
#right-panel .main-menu a[href*="/account"] span
{
background-position: left -6505px;
}
#right-panel .main-menu a[href*="#midterm"] span
{
background-position: left -6805px;
}
#right-panel .main-menu a[href*="/calculator"] span
{
background-position: left -6705px;
}
#right-panel .main-menu a[href*="#quizlet"] span
{
background-position: left -6905px;
}
#right-panel .main-menu a[href*="#drive"] span
{
background-position: left -7005px;
}
#right-panel .main-menu a[href*="/notes"] span
{
background-position: left -7105px;
}
#right-panel .main-menu a[href*="#blackboard"] span
{
background-position: left -7205px;
}
#right-panel h3, #left-panel h3
{
border-bottom-color:#FFFFFF;
}
.main-menu a:hover,
.main-menu a:focus,
.main-menu a:active,
.main-menu a.active,
#left-panel.expanded .main-menu a:hover,
#left-panel.expanded .main-menu a:focus,
#left-panel.expanded .main-menu a:active,
#left-panel.expanded .main-menu a.active,
#right-panel.expanded .main-menu a:hover,
#right-panel.expanded .main-menu a:focus,
#right-panel.expanded .main-menu a:active,
#right-panel.expanded .main-menu a.active
{
background-color:#333333;
}
#left-panel,
#right-panel,
#left-panel.collapsed,
#right-panel.collapsed
{
padding-top:0;
width:0;
z-index: 2100;
background: #555 none;
}
#left-panel, #right-panel,
#left-panel.expanded, #right-panel.expanded
{
padding-top:0;
color:#ffffff;
}
#left-panel .navbar-toggle
{
width:40px;
left:-5px;
transition: left linear .15s;
position: fixed;
}
#right-panel .navbar-toggle
{
width:40px;
transition: right linear .15s;
position: fixed;
right:-5px;
}
#left-panel .navbar-toggle
{
margin-top:10px;
}
#right-panel a[href="#expand"],
#right-panel.collapsed a[href="#expand"]
{
left: auto;
right:17px;
}
#right-panel .navbar-toggle
{
overflow:hidden;
color:transparent;
top:0;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
filter: none;
transform-origin: left bottom;
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-ms-transform-origin: left bottom;
-o-transform-origin: left bottom;
margin-top: 0;
background-position: 50% -7500px;
}
#right-panel a[href="#expand"]:hover .navbar-toggle
{
background-position: 50% -7500px;
}
} | 0.375248 | 0.132852 |
.container {
position: fixed;
z-index: 100;
width: 100%;
background: linear-gradient(90deg, #022ed4, #0ff3ee);
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
/* padding: 13px 3%; */
top: 0px;
padding-left: 3%;
padding-right: 3%;
padding-top: 13px;
padding-bottom: 13px;
box-shadow: 0px 3px 25px rgba(46, 46, 46, 0.5);
/* border-bottom: solid 1px rgba(247, 247, 247, 0.4); */
transition: top 0.2s ease-in-out;
}
.hideNav {
background: white !important;
box-shadow: unset !important;
}
.univjobsLogo {
height: 38px;
margin: 0px;
cursor: pointer;
}
.logoContainer {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.navItems {}
.navItems a {
color: #fff;
text-transform: uppercase;
margin-left: 2em;
font-size: 17px;
font-weight: 500;
letter-spacing: .5px;
transition: .1s ease-out;
position: relative;
text-decoration: none;
font-weight: 300;
}
.navItems a:hover {
color: white;
}
.navItems a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #fff;
visibility: hidden;
-ms-transform: scaleX(0);
transform: scaleX(0);
transition: all .2s ease-in 0s;
margin-bottom: -3px;
border-radius: 10px;
}
.navItems a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.overlay:before {
height: 0px !important;
}
.signInButton {
display: inline-block;
font-size: 16px;
color: #2643a7;
border: 3px solid #2643a7;
padding: 6px;
padding-left: 2em;
padding-right: 2em;
margin-left: 11px;
font-weight: 500;
cursor: pointer;
margin-left: 2em;
transition: .2s ease-out;
font-weight: bold;
text-decoration: none;
}
.signInButton:hover {
background: #2643a7;
color: white;
font-weight: 700;
letter-spacing: .6px;
text-decoration: none;
}
.burgerMenuNavItem {
display: none;
}
.navItem {}
.burgerMenu {
color: #fff;
margin-right: 20px;
font-size: 1.7em;
cursor: pointer;
position: relative;
z-index: 99;
}
.mobileNavOverlay {
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
background: #12d6ea;
top: 0px;
height: 100%;
transition: height 0.25s ease-in;
overflow: hidden;
}
.overlayClosed {
height: 0% !important;
}
.bar1,
.bar2,
.bar3 {
width: 35px;
height: 5px;
background-color: #fff;
margin: 6px 0;
transition: 0.4s;
cursor: pointer;
position: relative;
z-index: 99;
}
/* Rotate first bar */
.change1 {
-webkit-transform: rotate(-45deg) translate(-9px, 6px) !important;
transform: rotate(-45deg) translate(-9px, 6px) !important;
}
/* Fade out the second bar */
.change2 {
opacity: 0 !important;
}
/* Rotate last bar */
.change3 {
-webkit-transform: rotate(45deg) translate(-8px, -8px) !important;
transform: rotate(45deg) translate(-8px, -8px) !important;
}
.mobileNavOverlayOptionsContainer {
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding: 2em;
font-family: 'Roboto', sans-serif;
}
.overlaySection {
text-transform: none !important;
font-weight: bold;
font-size: 20px;
margin-top: 2em;
color: #00ffd7;
}
.overlayItem {
font-size: 1em !important;
padding: 5px !important;
font-size: 20px !important;
margin-left: 0 !important;
text-transform: none !important;
}
.overlayItemMain {
font-size: 1em !important;
padding: 5px !important;
font-size: 20px !important;
margin-left: 0px !important;
text-transform: none !important;
}
@media (max-width: 885px) {
.navItem {
display: none;
}
.signInButton {
display: none;
}
.burgerMenuNavItem {
display: block;
}
} | src/styles/HeaderStyles.module.css | .container {
position: fixed;
z-index: 100;
width: 100%;
background: linear-gradient(90deg, #022ed4, #0ff3ee);
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
/* padding: 13px 3%; */
top: 0px;
padding-left: 3%;
padding-right: 3%;
padding-top: 13px;
padding-bottom: 13px;
box-shadow: 0px 3px 25px rgba(46, 46, 46, 0.5);
/* border-bottom: solid 1px rgba(247, 247, 247, 0.4); */
transition: top 0.2s ease-in-out;
}
.hideNav {
background: white !important;
box-shadow: unset !important;
}
.univjobsLogo {
height: 38px;
margin: 0px;
cursor: pointer;
}
.logoContainer {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.navItems {}
.navItems a {
color: #fff;
text-transform: uppercase;
margin-left: 2em;
font-size: 17px;
font-weight: 500;
letter-spacing: .5px;
transition: .1s ease-out;
position: relative;
text-decoration: none;
font-weight: 300;
}
.navItems a:hover {
color: white;
}
.navItems a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #fff;
visibility: hidden;
-ms-transform: scaleX(0);
transform: scaleX(0);
transition: all .2s ease-in 0s;
margin-bottom: -3px;
border-radius: 10px;
}
.navItems a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.overlay:before {
height: 0px !important;
}
.signInButton {
display: inline-block;
font-size: 16px;
color: #2643a7;
border: 3px solid #2643a7;
padding: 6px;
padding-left: 2em;
padding-right: 2em;
margin-left: 11px;
font-weight: 500;
cursor: pointer;
margin-left: 2em;
transition: .2s ease-out;
font-weight: bold;
text-decoration: none;
}
.signInButton:hover {
background: #2643a7;
color: white;
font-weight: 700;
letter-spacing: .6px;
text-decoration: none;
}
.burgerMenuNavItem {
display: none;
}
.navItem {}
.burgerMenu {
color: #fff;
margin-right: 20px;
font-size: 1.7em;
cursor: pointer;
position: relative;
z-index: 99;
}
.mobileNavOverlay {
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
background: #12d6ea;
top: 0px;
height: 100%;
transition: height 0.25s ease-in;
overflow: hidden;
}
.overlayClosed {
height: 0% !important;
}
.bar1,
.bar2,
.bar3 {
width: 35px;
height: 5px;
background-color: #fff;
margin: 6px 0;
transition: 0.4s;
cursor: pointer;
position: relative;
z-index: 99;
}
/* Rotate first bar */
.change1 {
-webkit-transform: rotate(-45deg) translate(-9px, 6px) !important;
transform: rotate(-45deg) translate(-9px, 6px) !important;
}
/* Fade out the second bar */
.change2 {
opacity: 0 !important;
}
/* Rotate last bar */
.change3 {
-webkit-transform: rotate(45deg) translate(-8px, -8px) !important;
transform: rotate(45deg) translate(-8px, -8px) !important;
}
.mobileNavOverlayOptionsContainer {
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding: 2em;
font-family: 'Roboto', sans-serif;
}
.overlaySection {
text-transform: none !important;
font-weight: bold;
font-size: 20px;
margin-top: 2em;
color: #00ffd7;
}
.overlayItem {
font-size: 1em !important;
padding: 5px !important;
font-size: 20px !important;
margin-left: 0 !important;
text-transform: none !important;
}
.overlayItemMain {
font-size: 1em !important;
padding: 5px !important;
font-size: 20px !important;
margin-left: 0px !important;
text-transform: none !important;
}
@media (max-width: 885px) {
.navItem {
display: none;
}
.signInButton {
display: none;
}
.burgerMenuNavItem {
display: block;
}
} | 0.420005 | 0.089654 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Rubik", sans-serif;
font-size: 14px;
background-color: #E8EBF1;
}
.nav-container {
display: flex;
width: 100%;
height: 90px;
padding: 15px;
position: fixed;
top: 0;
left: 0;
z-index: 1030;
background-color: #fff;
}
.nav-container .nav-left {
width: 30%;
}
.nav-container .nav-left img {
height: 100%;
}
.nav-container .nav-right {
width: 70%;
}
.nav-container .nav-right ul {
width: 100%;
height: 100%;
list-style: none;
display: flex;
justify-content: flex-end;
align-items: center;
}
.nav-container .nav-right ul li {
margin-left: 40px;
}
.nav-container .nav-right ul li a {
text-decoration: none;
font-size: 17px;
}
.nav-container .nav-right ul li a.candidati-btn {
border: 1px solid #61ce4e;
background-color: #61ce4e;
border-radius: 10px;
padding: 10px 25px;
color: #fff;
}
.nav-container .nav-right ul li a.candidati-btn:hover {
background-color: #73d462;
}
.wrapper {
width: 80%;
margin: 120px auto 0 auto;
}
.wrapper section.all-students {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.wrapper section.all-students .student {
position: relative;
width: calc(100% / 2 - 20px);
margin: 20px 10px;
padding: 35px;
background-color: #fff;
border-radius: 5px;
box-shadow: 5px 7px 14px 0 #b0b0b0;
min-height: 270px;
}
.wrapper section.all-students .student .info {
color: #1b3c59;
}
.wrapper section.all-students .student .info img {
float: left;
width: 100px;
margin-right: 20px;
margin-bottom: 5px;
border-radius: 5px;
}
.wrapper section.all-students .student .info h3 {
margin-bottom: 10px;
font-size: 20px;
line-height: 35px;
}
.wrapper section.all-students .student .info span {
font-size: 18px;
}
.wrapper section.all-students .student p {
margin-top: 60px;
line-height: 25px;
font-size: 17px;
font-weight: lighter;
}
.wrapper section.all-students .student a.linkedin-icon {
position: absolute;
bottom: 20px;
right: 20px;
display: block;
margin-top: 10px;
}
.wrapper section.all-students .student a.linkedin-icon i {
color: #0078b5;
font-size: 25px;
}
.nav-footer {
background-color: #1B3C59;
}
.nav-footer .container-fluid-top {
height: 100%;
width: 80%;
margin: auto;
padding-top: 65px;
padding-bottom: 20px;
display: flex;
justify-content: space-between;
border-bottom: 3px solid #fff;
}
.nav-footer .container-fluid-top .nav-footer-left {
display: flex;
flex-direction: column;
}
.nav-footer .container-fluid-top .nav-footer-left img {
width: 200px;
}
.nav-footer .container-fluid-top .nav-footer-left small {
font-size: 15px;
margin-top: 5px;
color: #fff;
}
.nav-footer .container-fluid-top .nav-footer-right ul {
list-style: none;
text-align: right;
}
.nav-footer .container-fluid-top .nav-footer-right ul li {
padding: 5px 0;
}
.nav-footer .container-fluid-top .nav-footer-right ul li a {
font-size: 20px;
color: #fff;
text-decoration: none;
}
.nav-footer .container-fluid-bottom .footer-bottom-icons {
display: flex;
justify-content: center;
align-items: center;
}
.nav-footer .container-fluid-bottom .footer-bottom-icons a i {
color: #fff;
margin: 30px 20px;
font-size: 35px;
}
.nav-footer .container-fluid-bottom .footer-bottom-text {
color: #fff;
font-size: 15px;
text-align: center;
padding-bottom: 40px;
} | public/css/app.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Rubik", sans-serif;
font-size: 14px;
background-color: #E8EBF1;
}
.nav-container {
display: flex;
width: 100%;
height: 90px;
padding: 15px;
position: fixed;
top: 0;
left: 0;
z-index: 1030;
background-color: #fff;
}
.nav-container .nav-left {
width: 30%;
}
.nav-container .nav-left img {
height: 100%;
}
.nav-container .nav-right {
width: 70%;
}
.nav-container .nav-right ul {
width: 100%;
height: 100%;
list-style: none;
display: flex;
justify-content: flex-end;
align-items: center;
}
.nav-container .nav-right ul li {
margin-left: 40px;
}
.nav-container .nav-right ul li a {
text-decoration: none;
font-size: 17px;
}
.nav-container .nav-right ul li a.candidati-btn {
border: 1px solid #61ce4e;
background-color: #61ce4e;
border-radius: 10px;
padding: 10px 25px;
color: #fff;
}
.nav-container .nav-right ul li a.candidati-btn:hover {
background-color: #73d462;
}
.wrapper {
width: 80%;
margin: 120px auto 0 auto;
}
.wrapper section.all-students {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.wrapper section.all-students .student {
position: relative;
width: calc(100% / 2 - 20px);
margin: 20px 10px;
padding: 35px;
background-color: #fff;
border-radius: 5px;
box-shadow: 5px 7px 14px 0 #b0b0b0;
min-height: 270px;
}
.wrapper section.all-students .student .info {
color: #1b3c59;
}
.wrapper section.all-students .student .info img {
float: left;
width: 100px;
margin-right: 20px;
margin-bottom: 5px;
border-radius: 5px;
}
.wrapper section.all-students .student .info h3 {
margin-bottom: 10px;
font-size: 20px;
line-height: 35px;
}
.wrapper section.all-students .student .info span {
font-size: 18px;
}
.wrapper section.all-students .student p {
margin-top: 60px;
line-height: 25px;
font-size: 17px;
font-weight: lighter;
}
.wrapper section.all-students .student a.linkedin-icon {
position: absolute;
bottom: 20px;
right: 20px;
display: block;
margin-top: 10px;
}
.wrapper section.all-students .student a.linkedin-icon i {
color: #0078b5;
font-size: 25px;
}
.nav-footer {
background-color: #1B3C59;
}
.nav-footer .container-fluid-top {
height: 100%;
width: 80%;
margin: auto;
padding-top: 65px;
padding-bottom: 20px;
display: flex;
justify-content: space-between;
border-bottom: 3px solid #fff;
}
.nav-footer .container-fluid-top .nav-footer-left {
display: flex;
flex-direction: column;
}
.nav-footer .container-fluid-top .nav-footer-left img {
width: 200px;
}
.nav-footer .container-fluid-top .nav-footer-left small {
font-size: 15px;
margin-top: 5px;
color: #fff;
}
.nav-footer .container-fluid-top .nav-footer-right ul {
list-style: none;
text-align: right;
}
.nav-footer .container-fluid-top .nav-footer-right ul li {
padding: 5px 0;
}
.nav-footer .container-fluid-top .nav-footer-right ul li a {
font-size: 20px;
color: #fff;
text-decoration: none;
}
.nav-footer .container-fluid-bottom .footer-bottom-icons {
display: flex;
justify-content: center;
align-items: center;
}
.nav-footer .container-fluid-bottom .footer-bottom-icons a i {
color: #fff;
margin: 30px 20px;
font-size: 35px;
}
.nav-footer .container-fluid-bottom .footer-bottom-text {
color: #fff;
font-size: 15px;
text-align: center;
padding-bottom: 40px;
} | 0.420838 | 0.081228 |
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
* {
margin: 0;
padding: 0;
}
body::-webkit-scrollbar {
width: 12px;
height: 12px;
}
body::-webkit-scrollbar-thumb {
border-radius: 12px;
background: rgba(124, 124, 124, 0.5);
}
body::-webkit-scrollbar-track {
background-color: transparent;
}
body {
-webkit-tap-highlight-color: transparent;
font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.menu a {
text-decoration: none;
color: #000;
}
.menu a:hover {
color: #666;
}
.menu li {
list-style-type: none;
}
.menu {
position: fixed;
bottom: 23%;
right: 20%;
width: 150px;
height: fit-content;
z-index: 101;
display: none;
text-align: center;
line-height: 46px;
color: #333;
background-color: rgba(255,255,255,0.6);
border-radius: 1em;
}
.menu.show {
display: block;
}
.menu a {
display: block;
}
.menu li::after {
content: "";
display: block;
border-bottom: solid 0.8px rgba(0,0,0,0.2);
width: 90%;
margin-left: 50%;
transform: translateX(-50%);
}
.menu li:last-child::after {
display: none;
}
.menu li:first-child {
margin-top: 5px;
}
.menu-button {
position: fixed;
bottom: 8%;
right: 12%;
transform: translate(50%, 50%);
width: 50px;
height: 50px;
border-radius: 50%;
z-index: 101;
font-size: 20px;
cursor: pointer;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
box-shadow: 0 1px 3px rgba(0,0,0,.3);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
background-color: rgba(255,255,255,0.8);
}
@supports not ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
.menu-button {
background-color: #f2f2f7;
}
}
.menu-button span {
position: absolute;
display: block;
width: 21px;
height: 1px;
background-color: #333;
border-radius: 0.5px;
margin-left: 14.5px;
}
.menu-button input+ span {
top: 20px;
}
.menu-button span:last-child {
top: 30px;
}
.menu-button span {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.menu-button input:checked+ span {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 25px;
}
.menu-button input:checked+span+ span {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: 25px;
}
.menu-button input {
display: none;
}
#blur {
position: fixed;
display: none;
top: 0;
width: 100%;
height: 100%;
z-index: 99;
background-color: rgba(124, 124, 124, 0.1);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}
@supports not ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
.menu {
background-color: #f2f2f7;
-webkit-box-shadow: 0 4px 2rem 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0 4px 2rem 2px rgba(0,0,0,0.2);
box-shadow: 0 4px 2rem 2px rgba(0,0,0,0.2);
}
#blur {
background-color: transparent;
}
}
#toTop {
position: fixed;
visibility: hidden;
opacity: 0;
bottom: calc(8% + 80px);
right: 12%;
transform: translate(50%,50%);
z-index: 98;
height: 50px;
width: 50px;
cursor: pointer;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
box-shadow: 0 1px 3px rgba(0,0,0,.3);
border-radius: 50%;
background-color: rgba(255,255,255,0.8);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}
@supports not ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
#toTop {
background-color: #f2f2f7;
}
}
.menu-button:hover,#toTop:hover {
-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
box-shadow: 0 3px 8px rgba(0,0,0,0.3);
-webkit-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}
#toTop span:first-child {
position: absolute;
top: 24px;
left: 14px;
display: block;
width: 13px;
height: 1px;
background-color: #000;
transform: rotate(-45deg);
}
#toTop span:last-child {
position: absolute;
top: 24px;
left: 23px;
display: block;
width: 13px;
height: 1px;
background-color: #000;
transform: rotate(45deg);
} | src/css/style.css | .markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
* {
margin: 0;
padding: 0;
}
body::-webkit-scrollbar {
width: 12px;
height: 12px;
}
body::-webkit-scrollbar-thumb {
border-radius: 12px;
background: rgba(124, 124, 124, 0.5);
}
body::-webkit-scrollbar-track {
background-color: transparent;
}
body {
-webkit-tap-highlight-color: transparent;
font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.menu a {
text-decoration: none;
color: #000;
}
.menu a:hover {
color: #666;
}
.menu li {
list-style-type: none;
}
.menu {
position: fixed;
bottom: 23%;
right: 20%;
width: 150px;
height: fit-content;
z-index: 101;
display: none;
text-align: center;
line-height: 46px;
color: #333;
background-color: rgba(255,255,255,0.6);
border-radius: 1em;
}
.menu.show {
display: block;
}
.menu a {
display: block;
}
.menu li::after {
content: "";
display: block;
border-bottom: solid 0.8px rgba(0,0,0,0.2);
width: 90%;
margin-left: 50%;
transform: translateX(-50%);
}
.menu li:last-child::after {
display: none;
}
.menu li:first-child {
margin-top: 5px;
}
.menu-button {
position: fixed;
bottom: 8%;
right: 12%;
transform: translate(50%, 50%);
width: 50px;
height: 50px;
border-radius: 50%;
z-index: 101;
font-size: 20px;
cursor: pointer;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
box-shadow: 0 1px 3px rgba(0,0,0,.3);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
background-color: rgba(255,255,255,0.8);
}
@supports not ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
.menu-button {
background-color: #f2f2f7;
}
}
.menu-button span {
position: absolute;
display: block;
width: 21px;
height: 1px;
background-color: #333;
border-radius: 0.5px;
margin-left: 14.5px;
}
.menu-button input+ span {
top: 20px;
}
.menu-button span:last-child {
top: 30px;
}
.menu-button span {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.menu-button input:checked+ span {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 25px;
}
.menu-button input:checked+span+ span {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: 25px;
}
.menu-button input {
display: none;
}
#blur {
position: fixed;
display: none;
top: 0;
width: 100%;
height: 100%;
z-index: 99;
background-color: rgba(124, 124, 124, 0.1);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}
@supports not ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
.menu {
background-color: #f2f2f7;
-webkit-box-shadow: 0 4px 2rem 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0 4px 2rem 2px rgba(0,0,0,0.2);
box-shadow: 0 4px 2rem 2px rgba(0,0,0,0.2);
}
#blur {
background-color: transparent;
}
}
#toTop {
position: fixed;
visibility: hidden;
opacity: 0;
bottom: calc(8% + 80px);
right: 12%;
transform: translate(50%,50%);
z-index: 98;
height: 50px;
width: 50px;
cursor: pointer;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
box-shadow: 0 1px 3px rgba(0,0,0,.3);
border-radius: 50%;
background-color: rgba(255,255,255,0.8);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}
@supports not ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
#toTop {
background-color: #f2f2f7;
}
}
.menu-button:hover,#toTop:hover {
-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
box-shadow: 0 3px 8px rgba(0,0,0,0.3);
-webkit-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}
#toTop span:first-child {
position: absolute;
top: 24px;
left: 14px;
display: block;
width: 13px;
height: 1px;
background-color: #000;
transform: rotate(-45deg);
}
#toTop span:last-child {
position: absolute;
top: 24px;
left: 23px;
display: block;
width: 13px;
height: 1px;
background-color: #000;
transform: rotate(45deg);
} | 0.463687 | 0.111628 |
-----------------------------
GENERIC
-----------------------------
*/
/* MAIN TYPOGRAPHY */
html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
big { font-size: 125%; line-height: 80%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; }
/* QUOTES */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote > *:before { content: "\201C"; }
blockquote > *:after { content: "\201D"; }
/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }
/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
*[lang|='en'] q:before { content: '\201C'; }
*[lang|='en'] q:after { content: '\201D'; }
*[lang|='en'] q q:before { content: '\2018'; }
*[lang|='en'] q q:after { content: '\2019'; }
/* FORMS */
fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }
/*
-----------------------------
CONTENT ONLY
-----------------------------
*/
/* BASE SIZES */
.content { font-size: 1.2em; line-height: 1.6em; }
.content h1 { font-size: 1.6em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }
/* HR */
.content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }
/* LISTS */
.content ul{list-style: disc outside;}
.content ol{list-style: decimal outside;}
/* TABLES */
.content table { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.content th, .content td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }
/* MARGINS & PADDINGS */
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: line-height/size, BOTTOM: TOP/2 */
.content h1 { margin: 1em 0 .5em; }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em .1em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul, .content ol { margin-left: 2.2em; }
.content ul ul, content ol ul, .content ul ol, content ol ol { margin-bottom: 0; }
.content form div { margin-bottom: .8em; }
.content button { padding: 0.3em 0.5em; }
.content blockquote > * { margin: .8em 0; }
/* COLORS */
.content a:link { color: #36c; }
.content a:visited { color: #99c; }
.content a:hover { color: #c33; }
.content a:active, .content a:focus { color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */ | public/css/generic.css | -----------------------------
GENERIC
-----------------------------
*/
/* MAIN TYPOGRAPHY */
html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
big { font-size: 125%; line-height: 80%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; }
/* QUOTES */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote > *:before { content: "\201C"; }
blockquote > *:after { content: "\201D"; }
/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }
/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
*[lang|='en'] q:before { content: '\201C'; }
*[lang|='en'] q:after { content: '\201D'; }
*[lang|='en'] q q:before { content: '\2018'; }
*[lang|='en'] q q:after { content: '\2019'; }
/* FORMS */
fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }
/*
-----------------------------
CONTENT ONLY
-----------------------------
*/
/* BASE SIZES */
.content { font-size: 1.2em; line-height: 1.6em; }
.content h1 { font-size: 1.6em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }
/* HR */
.content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }
/* LISTS */
.content ul{list-style: disc outside;}
.content ol{list-style: decimal outside;}
/* TABLES */
.content table { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.content th, .content td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }
/* MARGINS & PADDINGS */
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: line-height/size, BOTTOM: TOP/2 */
.content h1 { margin: 1em 0 .5em; }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em .1em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul, .content ol { margin-left: 2.2em; }
.content ul ul, content ol ul, .content ul ol, content ol ol { margin-bottom: 0; }
.content form div { margin-bottom: .8em; }
.content button { padding: 0.3em 0.5em; }
.content blockquote > * { margin: .8em 0; }
/* COLORS */
.content a:link { color: #36c; }
.content a:visited { color: #99c; }
.content a:hover { color: #c33; }
.content a:active, .content a:focus { color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */ | 0.397237 | 0.166167 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600|Roboto:300,400&display=swap");
[fixed] {
position: fixed;
}
[capat] {
text-transform: uppercase;
}
[abs] {
position: absolute;
}
[bold] {
font-weight: bold;
}
#PPB {
float: right;
right: 0;
padding-right: 20px;
}
[italic] {
font-style: italic;
}
[wrapper] {
height: 100%;
width: 100%;
top: 0;
position: absolute;
}
a:link:active {
color: black !important;
}
#aa {
color: #d3d1d1 !important;
}
#aa:hover {
text-decoration: none !important;
font-weight: bold;
}
[noscroll] {
overflow: -moz-scrollbars-none !important;
scrollbar-width: none !important;
}
html,
head,
body {
margin: 0;
scroll-behavior: smooth;
padding: 0;
border: 0;
width: 100%;
height: 100%;
background: #ffffff !important;
color: #1f1e1e;
overflow-x: hidden;
overflow-y: hidden;
overflow: -moz-scrollbars-none !important;
scrollbar-width: none !important;
font-family: 'Open Sans', sans-serif !important;
}
html .logodeclare,
head .logodeclare,
body .logodeclare {
font-weight: 300;
padding-left: 12px;
letter-spacing: 1px;
}
html .navbar,
head .navbar,
body .navbar {
-webkit-box-shadow: 0 6px 6px -6px #999;
box-shadow: 0 6px 6px -6px #999;
width: 100%;
z-index: 30000;
background: #eeeded;
}
html .brand,
head .brand,
body .brand {
margin-right: 30px;
}
html #foot,
head #foot,
body #foot {
width: 100%;
top: 100%;
margin-top: 20px;
}
html [foot],
head [foot],
body [foot] {
/* css rhymes with "makes me depressed" */
position: absolute;
bottom: 0 !important;
width: 100%;
height: 70px;
background: #414040;
-webkit-box-shadow: 0 6px 6px 8px #999;
box-shadow: 0 6px 6px 8px #999;
z-index: 200;
border-top: 20px;
}
html [foot] .icon,
head [foot] .icon,
body [foot] .icon {
color: #e6e6e6;
width: 30px !important;
height: 30px !important;
padding-top: 18px;
padding-left: 18px;
margin-right: 12px;
}
html [foot] [joblist],
head [foot] [joblist],
body [foot] [joblist] {
color: #d3d1d1;
padding-top: 24px;
padding-right: 18px;
margin-left: 12px;
right: 0;
float: right;
}
html [foot] #gone,
head [foot] #gone,
body [foot] #gone {
visibility: visible;
}
@media screen and (max-width: 900px) {
html [foot] #gone,
head [foot] #gone,
body [foot] #gone {
visibility: hidden;
}
}
html #tc,
head #tc,
body #tc {
width: 100%;
height: 95%;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 60px;
position: relative;
overflow-y: scroll;
overflow-x: hidden;
border-bottom: 20px;
margin-bottom: 40px;
}
html #nav,
head #nav,
body #nav {
width: 100%;
height: auto;
}
html .twitter:hover,
head .twitter:hover,
body .twitter:hover {
color: #4aa0eb;
text-decoration: none !important;
}
html .linked:hover,
head .linked:hover,
body .linked:hover {
color: #367fbb;
text-decoration: none !important;
}
html .fb:hover,
head .fb:hover,
body .fb:hover {
color: #4967ad;
text-decoration: none !important;
}
html .snapchat:hover,
head .snapchat:hover,
body .snapchat:hover {
color: #fffc00;
text-decoration: none !important;
}
html .instagram:hover,
head .instagram:hover,
body .instagram:hover {
color: #e1306c;
text-decoration: none !important;
}
html #logo,
head #logo,
body #logo {
width: 100%;
height: 80%;
text-align: center;
left: 0;
}
html #logo #llogo,
head #logo #llogo,
body #logo #llogo {
margin-right: 30px;
}
html #logo #lh,
head #logo #lh,
body #logo #lh {
font-size: 3.8rem;
font-weight: 300;
padding-top: 15px;
margin-left: 15px;
}
html #logo #fp,
head #logo #fp,
body #logo #fp {
border-style: solid;
border-color: gray;
border-width: 0px;
text-align: center;
}
@media screen and (min-width: 1030px) {
html #logo #fp,
head #logo #fp,
body #logo #fp {
border-radius: 8px;
background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(60%, transparent));
background: linear-gradient(to bottom, white, transparent 60%);
}
}
@media screen and (max-width: 1029px) {
html #logo #fp,
head #logo #fp,
body #logo #fp {
width: 100% !important;
height: auto;
border-radius: 8px;
}
}
html #logo #fpj,
head #logo #fpj,
body #logo #fpj {
border-style: solid;
border-color: gray;
border-width: 0px;
float: left;
left: 0;
}
@media screen and (min-width: 1030px) {
html #logo #fpj,
head #logo #fpj,
body #logo #fpj {
border-radius: 8px;
background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(60%, transparent));
background: linear-gradient(to bottom, white, transparent 60%);
}
}
@media screen and (max-width: 1029px) {
html #logo #fpj,
head #logo #fpj,
body #logo #fpj {
width: 100% !important;
height: auto;
border-radius: 8px;
}
}
html #logo .scream,
head #logo .scream,
body #logo .scream {
position: absolute;
color: white;
top: 4rem;
font-size: 2.8rem;
left: 15rem;
text-shadow: 0px 0px 8px #a09e9e;
}
html .book,
head .book,
body .book {
width: 100%;
padding-top: 800px;
text-align: center;
position: absolute;
top: 0;
background: white;
}
html .book .bmain,
head .book .bmain,
body .book .bmain {
background: white;
position: absolute;
}
html .owner,
head .owner,
body .owner {
width: 100%;
position: absolute;
bottom: 10px;
}
html .owner .downer,
head .owner .downer,
body .owner .downer {
width: 100%;
position: absolute;
color: darkgray;
opacity: 0.6;
bottom: 0px;
text-align: center;
}
html .owner #sm,
head .owner #sm,
body .owner #sm {
width: 100%;
position: absolute;
color: darkgray;
opacity: 0.6;
bottom: 30px;
text-align: center;
}
html .food,
head .food,
body .food {
z-index: 200;
margin-bottom: 25px;
}
@media screen and (min-width: 1150px) {
html .food,
head .food,
body .food {
width: 97%;
position: absolute;
height: 75%;
text-align: center;
top: 375px;
margin-bottom: 40px;
}
html .food .menu,
head .food .menu,
body .food .menu {
border-radius: 10px;
width: 80%;
height: auto;
background: white;
text-align: center;
position: absolute;
margin-left: 10%;
z-index: 10;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
}
html .food .menu [dinertable],
head .food .menu [dinertable],
body .food .menu [dinertable] {
width: 100%;
height: 60px;
background: #4d98e4;
top: 0;
opacity: 0.8;
z-index: 3;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
html .food .menu [dinertable] [flager],
head .food .menu [dinertable] [flager],
body .food .menu [dinertable] [flager] {
font-size: 2rem;
color: white;
text-align: left;
padding-left: 15px;
padding-top: 8px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: left;
}
html .food .menu [dinertable] [botter],
head .food .menu [dinertable] [botter],
body .food .menu [dinertable] [botter] {
font-size: 1.7rem;
color: white;
text-align: right;
padding-right: 15px;
padding-top: 12px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: right;
}
html .food .menu [booker],
head .food .menu [booker],
body .food .menu [booker] {
width: 100%;
height: 95px;
padding: 8px;
}
html .food .menu [booker] [abover],
head .food .menu [booker] [abover],
body .food .menu [booker] [abover] {
text-align: left;
}
html .food .menu [booker] [abover] .nc,
head .food .menu [booker] [abover] .nc,
body .food .menu [booker] [abover] .nc {
font-size: 14px;
color: gray;
font-weight: bold;
}
html .food .menu [booker] [opt],
head .food .menu [booker] [opt],
body .food .menu [booker] [opt] {
width: 120px;
height: 65px;
margin-top: 6px;
}
html .food .menu [booker] [opt] [opti],
head .food .menu [booker] [opt] [opti],
body .food .menu [booker] [opt] [opti] {
color: gray;
font-size: 12px;
text-align: left;
padding-left: 4px;
margin-bottom: 4px;
}
html .food .menu [booker] [opt] [selr],
head .food .menu [booker] [opt] [selr],
body .food .menu [booker] [opt] [selr] {
background: #ececec;
width: 100%;
height: 57% !important;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1.2rem;
border-style: solid;
border-width: 1px;
border-color: #80808044;
}
html .food .menu [booker] [opt] [subm],
head .food .menu [booker] [opt] [subm],
body .food .menu [booker] [opt] [subm] {
background: #ececec;
width: 70%;
height: 57%;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1rem;
border-style: solid;
border-width: 1px;
border-color: gray;
}
html .food .menu [booker] [optf],
head .food .menu [booker] [optf],
body .food .menu [booker] [optf] {
float: left;
}
html .food .menu [booker] [fr],
head .food .menu [booker] [fr],
body .food .menu [booker] [fr] {
float: left;
margin-left: 20px;
}
html .food .menu [booker] [dtr],
head .food .menu [booker] [dtr],
body .food .menu [booker] [dtr] {
width: 170px !important;
}
html .food .menu [booker] [dtrf],
head .food .menu [booker] [dtrf],
body .food .menu [booker] [dtrf] {
width: 150px !important;
}
html .food .menu [booker] [fl],
head .food .menu [booker] [fl],
body .food .menu [booker] [fl] {
float: right;
width: 100px !important;
}
html .food .menu [booker] [fl] [opti],
head .food .menu [booker] [fl] [opti],
body .food .menu [booker] [fl] [opti] {
text-align: right;
padding-right: 4px;
}
html .food .menu [elp],
head .food .menu [elp],
body .food .menu [elp] {
width: 100%;
height: 15px;
text-align: left;
padding-left: 10px;
padding-bottom: -8px;
margin-top: -8px;
}
html .food .menu [elp] .fabb,
head .food .menu [elp] .fabb,
body .food .menu [elp] .fabb {
color: gray;
}
html .food .menu [elp] [ghelp],
head .food .menu [elp] [ghelp],
body .food .menu [elp] [ghelp] {
padding-right: 15px;
font-size: 12px;
margin-bottom: 10px;
line-height: 0;
top: 0;
}
}
@media screen and (max-width: 1149px) {
html .food,
head .food,
body .food {
visibility: hidden;
}
}
@media screen and (min-width: 1150px) {
html .foodmobile,
head .foodmobile,
body .foodmobile {
visibility: hidden;
}
}
@media screen and (max-width: 1149px) {
html .foodmobile,
head .foodmobile,
body .foodmobile {
width: 100%;
margin-top: 35px;
top: 65vh !important;
text-align: center;
position: absolute;
}
html .foodmobile [mbut],
head .foodmobile [mbut],
body .foodmobile [mbut] {
width: 150px;
height: 70px;
background-color: grey;
color: white;
border-radius: 8px;
}
html .foodmobile [mbut] #first,
head .foodmobile [mbut] #first,
body .foodmobile [mbut] #first {
float: right;
margin-right: 20px;
}
html .foodmobile [mbut]:hover,
head .foodmobile [mbut]:hover,
body .foodmobile [mbut]:hover {
text-decoration: none !important;
font-weight: bold;
}
}
html .foodbook,
head .foodbook,
body .foodbook {
z-index: 200;
}
@media screen and (min-width: 655px) {
html .foodbook,
head .foodbook,
body .foodbook {
width: 97%;
position: absolute;
height: 85%;
text-align: center;
top: 20px;
margin-bottom: 40px;
}
html .foodbook .menu,
head .foodbook .menu,
body .foodbook .menu {
border-radius: 10px;
width: 80%;
height: auto;
background: white;
text-align: center;
position: absolute;
margin-left: 10%;
margin-bottom: 20px;
z-index: 10;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
}
html .foodbook .menu [dinertable],
head .foodbook .menu [dinertable],
body .foodbook .menu [dinertable] {
width: 100%;
height: 60px;
background: #4d98e4;
top: 0;
opacity: 0.8;
z-index: 3;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
html .foodbook .menu [dinertable] [flager],
head .foodbook .menu [dinertable] [flager],
body .foodbook .menu [dinertable] [flager] {
font-size: 2rem;
color: white;
text-align: left;
padding-left: 15px;
padding-top: 8px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: left;
}
html .foodbook .menu [dinertable] [botter],
head .foodbook .menu [dinertable] [botter],
body .foodbook .menu [dinertable] [botter] {
font-size: 1.7rem;
color: white;
text-align: right;
padding-right: 15px;
padding-top: 12px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: right;
}
html .foodbook .menu [booker],
head .foodbook .menu [booker],
body .foodbook .menu [booker] {
width: 100%;
height: 160px;
padding: 8px;
}
html .foodbook .menu [booker] [abover],
head .foodbook .menu [booker] [abover],
body .foodbook .menu [booker] [abover] {
text-align: left;
}
html .foodbook .menu [booker] [abover] .nc,
head .foodbook .menu [booker] [abover] .nc,
body .foodbook .menu [booker] [abover] .nc {
font-size: 14px;
color: gray;
font-weight: bold;
}
html .foodbook .menu [booker] [opt],
head .foodbook .menu [booker] [opt],
body .foodbook .menu [booker] [opt] {
width: 140px;
height: 65px;
margin-top: 6px;
}
html .foodbook .menu [booker] [opt] [opti],
head .foodbook .menu [booker] [opt] [opti],
body .foodbook .menu [booker] [opt] [opti] {
color: gray;
font-size: 12px;
text-align: left;
padding-left: 4px;
margin-bottom: 4px;
}
html .foodbook .menu [booker] [opt] [selr],
head .foodbook .menu [booker] [opt] [selr],
body .foodbook .menu [booker] [opt] [selr] {
background: #ececec;
width: 100%;
height: 57% !important;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1.2rem;
border-style: solid;
border-width: 1px;
border-color: #80808044;
}
html .foodbook .menu [booker] [opt] [subm],
head .foodbook .menu [booker] [opt] [subm],
body .foodbook .menu [booker] [opt] [subm] {
background: #ececec;
width: 70%;
height: 57%;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1rem;
border-style: solid;
border-width: 1px;
border-color: gray;
}
html .foodbook .menu [booker] [optf],
head .foodbook .menu [booker] [optf],
body .foodbook .menu [booker] [optf] {
float: left;
margin-right: 20px;
}
html .foodbook .menu [booker] [fr],
head .foodbook .menu [booker] [fr],
body .foodbook .menu [booker] [fr] {
float: left;
margin-right: 20px;
}
html .foodbook .menu [booker] [dtr],
head .foodbook .menu [booker] [dtr],
body .foodbook .menu [booker] [dtr] {
width: 170px !important;
}
html .foodbook .menu [booker] [dtrf],
head .foodbook .menu [booker] [dtrf],
body .foodbook .menu [booker] [dtrf] {
width: 150px !important;
}
html .foodbook .menu [booker] [fl],
head .foodbook .menu [booker] [fl],
body .foodbook .menu [booker] [fl] {
float: right;
width: 100px !important;
}
html .foodbook .menu [booker] [fl] [opti],
head .foodbook .menu [booker] [fl] [opti],
body .foodbook .menu [booker] [fl] [opti] {
text-align: right;
padding-right: 4px;
}
html .foodbook .menu [elp],
head .foodbook .menu [elp],
body .foodbook .menu [elp] {
width: 100%;
height: 15px;
text-align: left;
padding-left: 10px;
padding-bottom: -8px;
margin-top: -8px;
margin-bottom: 8px;
}
html .foodbook .menu [elp] .fabb,
head .foodbook .menu [elp] .fabb,
body .foodbook .menu [elp] .fabb {
color: gray;
}
html .foodbook .menu [elp] [ghelp],
head .foodbook .menu [elp] [ghelp],
body .foodbook .menu [elp] [ghelp] {
padding-right: 15px;
font-size: 12px;
margin-bottom: 10px;
line-height: 0;
top: 0;
}
html .foodbook .foodbookmob,
head .foodbook .foodbookmob,
body .foodbook .foodbookmob {
visibility: hidden;
}
}
@media screen and (max-width: 654px) {
html .foodbook,
head .foodbook,
body .foodbook {
width: 97%;
position: absolute;
height: 87%;
text-align: center;
top: 40px;
margin-bottom: 40px;
visibility: hidden;
}
html .foodbook .menu,
head .foodbook .menu,
body .foodbook .menu {
margin-bottom: 100px !important;
border-radius: 10px;
width: 80%;
height: auto;
background: white;
text-align: center;
position: absolute;
margin-left: 10%;
z-index: 10;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
}
html .foodbook .menu #restart:before,
head .foodbook .menu #restart:before,
body .foodbook .menu #restart:before {
content: '\A\A\A';
white-space: pre-wrap;
}
html .foodbook .menu [dinertable],
head .foodbook .menu [dinertable],
body .foodbook .menu [dinertable] {
width: 100%;
height: 60px;
background: #4d98e4;
top: 0;
opacity: 0.8;
z-index: 3;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
html .foodbook .menu [dinertable] [flager],
head .foodbook .menu [dinertable] [flager],
body .foodbook .menu [dinertable] [flager] {
font-size: 2rem;
color: white;
text-align: left;
padding-left: 15px;
padding-top: 8px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: left;
}
html .foodbook .menu [dinertable] [botter],
head .foodbook .menu [dinertable] [botter],
body .foodbook .menu [dinertable] [botter] {
font-size: 1.7rem;
color: white;
text-align: right;
padding-right: 15px;
padding-top: 12px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: right;
}
html .foodbook .menu [booker],
head .foodbook .menu [booker],
body .foodbook .menu [booker] {
width: 100%;
height: 160px;
padding: 8px;
}
html .foodbook .menu [booker] [abover],
head .foodbook .menu [booker] [abover],
body .foodbook .menu [booker] [abover] {
text-align: left;
}
html .foodbook .menu [booker] [abover] .nc,
head .foodbook .menu [booker] [abover] .nc,
body .foodbook .menu [booker] [abover] .nc {
font-size: 14px;
color: gray;
font-weight: bold;
}
html .foodbook .menu [booker] [opt],
head .foodbook .menu [booker] [opt],
body .foodbook .menu [booker] [opt] {
width: 140px;
height: 65px;
margin-top: 6px;
}
html .foodbook .menu [booker] [opt] [opti],
head .foodbook .menu [booker] [opt] [opti],
body .foodbook .menu [booker] [opt] [opti] {
color: gray;
font-size: 12px;
text-align: left;
padding-left: 4px;
margin-bottom: 4px;
}
html .foodbook .menu [booker] [opt] [selr],
head .foodbook .menu [booker] [opt] [selr],
body .foodbook .menu [booker] [opt] [selr] {
background: #ececec;
width: 100%;
height: 57% !important;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1.2rem;
border-style: solid;
border-width: 1px;
border-color: #80808044;
}
html .foodbook .menu [booker] [opt] [subm],
head .foodbook .menu [booker] [opt] [subm],
body .foodbook .menu [booker] [opt] [subm] {
background: #ececec;
width: 70%;
height: 57%;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1rem;
border-style: solid;
border-width: 1px;
border-color: gray;
}
html .foodbook .menu [booker] [optf],
head .foodbook .menu [booker] [optf],
body .foodbook .menu [booker] [optf] {
float: left;
margin-right: 20px;
}
html .foodbook .menu [booker] [fr],
head .foodbook .menu [booker] [fr],
body .foodbook .menu [booker] [fr] {
float: left;
margin-right: 20px;
}
html .foodbook .menu [booker] [dtr],
head .foodbook .menu [booker] [dtr],
body .foodbook .menu [booker] [dtr] {
width: 170px !important;
}
html .foodbook .menu [booker] [dtrf],
head .foodbook .menu [booker] [dtrf],
body .foodbook .menu [booker] [dtrf] {
width: 150px !important;
}
html .foodbook .menu [booker] [fl],
head .foodbook .menu [booker] [fl],
body .foodbook .menu [booker] [fl] {
float: right;
width: 100px !important;
}
html .foodbook .menu [booker] [fl] [opti],
head .foodbook .menu [booker] [fl] [opti],
body .foodbook .menu [booker] [fl] [opti] {
text-align: right;
padding-right: 4px;
}
html .foodbook .menu [elp],
head .foodbook .menu [elp],
body .foodbook .menu [elp] {
width: 100%;
height: 15px;
text-align: left;
padding-left: 10px;
padding-bottom: -8px;
margin-top: 80px;
margin-bottom: 8px;
}
html .foodbook .menu [elp] .fabb,
head .foodbook .menu [elp] .fabb,
body .foodbook .menu [elp] .fabb {
color: gray;
}
html .foodbook .menu [elp] [ghelp],
head .foodbook .menu [elp] [ghelp],
body .foodbook .menu [elp] [ghelp] {
padding-right: 15px;
font-size: 12px;
margin-bottom: 10px;
line-height: 0;
top: 0;
}
html .foodbook .foodbookmob,
head .foodbook .foodbookmob,
body .foodbook .foodbookmob {
visibility: visible;
}
}
html [universal],
head [universal],
body [universal] {
overflow-y: scroll;
padding-bottom: 100px;
overflow-x: hidden !important;
top: 20px !important;
}
@media screen and (min-width: 655px) {
html [universal],
head [universal],
body [universal] {
width: 85%;
background: white;
height: 600px;
margin-left: 7.5%;
border-radius: 12px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
top: 20px !important;
}
}
@media screen and (max-width: 654px) {
html [universal],
head [universal],
body [universal] {
width: 100%;
background: white;
height: 500px;
margin-left: 0%;
border-radius: 12px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
top: 20px !important;
}
}
html [universal] .menu,
head [universal] .menu,
body [universal] .menu {
height: auto;
}
html [universal] .title,
head [universal] .title,
body [universal] .title {
width: 100%;
height: 63px;
background: #4d98e4;
color: white;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
font-size: 2rem;
padding-left: 10px;
text-transform: capitalize;
padding-top: 6px;
font-weight: bold;
}
html [universal] .table,
head [universal] .table,
body [universal] .table {
margin: 20px;
}
html [universal] .table .citem,
head [universal] .table .citem,
body [universal] .table .citem {
background: #dddbdb;
width: 90%;
height: auto;
padding: 5px;
border-radius: 5px;
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold;
font-size: 1.55rem;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
color: #4e4e4e;
}
html [universal] .table .citem pricer,
head [universal] .table .citem pricer,
body [universal] .table .citem pricer {
text-align: right !important;
float: right;
padding-right: 10px;
}
html [universal] .table .cexpand,
head [universal] .table .cexpand,
body [universal] .table .cexpand {
background: #f1f0f0;
width: 90%;
height: auto;
padding: 5px;
border-radius: 5px;
margin-bottom: 20px;
padding-left: 20px;
padding-top: 15px;
padding-bottom: 15px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
font-weight: bold;
font-size: 1.2rem;
color: #4e4e4e;
}
html [universal] .table .cexpand forwards,
head [universal] .table .cexpand forwards,
body [universal] .table .cexpand forwards {
font-weight: 400;
color: gray;
}
.datepicker {
z-index: 999999 !important;
}
.datepicker .datepicker-switch {
text-transform: uppercase;
font-weight: 300 !important;
}
.datepicker .active {
border-radius: 0px !important;
background: #7dec8b !important;
color: #838383 !important;
text-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
}
.form-group {
margin-bottom: 20px;
}
.control-label {
display: block;
}
.autocomplete-wrapper {
position: relative;
}
.autocomplete-wrapper input {
width: 100%;
}
.autocomplete-results {
position: absolute;
background: white;
z-index: 1;
top: 100%;
left: 0;
font-size: 13px;
border: solid 1px #ddd;
border-top-width: 0;
border-bottom-color: #ccc;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.autocomplete-result {
padding: 12px 15px;
border-bottom: solid 1px #eee;
cursor: pointer;
}
.autocomplete-result:last-child {
border-bottom-width: 0;
}
.autocomplete-location {
opacity: .8;
font-size: smaller;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hscroll::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE and Edge */
.hscroll {
-ms-overflow-style: none;
}
[adverts] {
width: 100%;
height: 300px;
background: transparent;
border-style: solid;
border-width: 0px;
border-color: black;
position: relative;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
opacity: 0.8;
-webkit-box-shadow: 0 -2px 5px 0px #999;
box-shadow: 0 -2px 5px 0px #999;
/* Hide scrollbar for Chrome, Safari and Opera */
/* Hide scrollbar for IE and Edge */
}
[adverts] [ad-left]::-webkit-scrollbar {
display: none;
}
[adverts] [ad-left] {
-ms-overflow-style: none;
}
[adverts] [ad-left] {
background: #4d98e4;
position: absolute;
left: 0;
top: 0;
width: 50%;
height: 100%;
border-bottom-left-radius: 10px;
border-style: solid;
border-right-width: 1px;
border-width: 0;
color: white;
padding: 14px;
text-align: left;
overflow: hidden;
}
[adverts] [ad-right] {
background: #dddddd;
position: absolute;
right: 0;
overflow: hidden;
top: 0;
width: 50%;
height: 100%;
border-bottom-right-radius: 10px;
color: #4d98e4;
padding: 14px;
text-align: left;
}
[adverts] [ad-left]:hover {
background: #458dd4;
color: white;
}
[adverts] [ad-right]:hover {
color: #4d98e4;
background: #ebeaea;
}
[adverts] [adhead] {
font-weight: bold;
font-size: 2rem;
}
[adverts] [adcont] {
font-size: 1.3rem;
}
[adverts] [adhed] {
font-size: 1.3rem;
}
@media screen and (min-width: 655px) {
.foodbookmob {
visibility: hidden;
}
}
@media screen and (max-width: 654px) {
.foodbookmob {
visibility: visible;
}
}
body::-webkit-scrollbar {
width: 0 !important;
}
.autocomplete-results[data-highlight='0'] > :nth-child(1) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='1'] > :nth-child(2) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='2'] > :nth-child(3) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='3'] > :nth-child(4) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='4'] > :nth-child(5) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='5'] > :nth-child(6) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='6'] > :nth-child(7) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='7'] > :nth-child(8) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
/* responsive?? (laughing emoji) more like barely usable! */
table {
width: 90%;
border-radius: 3px;
border: none !important;
}
th,
td {
padding: 15px;
text-align: left;
border: none !important;
}
table#t01 tr:nth-child(even) {
background-color: #eee;
border: none !important;
}
table#t01 tr:nth-child(odd) {
background-color: #fff;
border: none !important;
}
table#t01 th {
background-color: #7dec8b;
color: #757575;
font-weight: bolder;
text-transform: uppercase;
font-size: 1.2rem;
}
/*# sourceMappingURL=app.css.map */ | public/app.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600|Roboto:300,400&display=swap");
[fixed] {
position: fixed;
}
[capat] {
text-transform: uppercase;
}
[abs] {
position: absolute;
}
[bold] {
font-weight: bold;
}
#PPB {
float: right;
right: 0;
padding-right: 20px;
}
[italic] {
font-style: italic;
}
[wrapper] {
height: 100%;
width: 100%;
top: 0;
position: absolute;
}
a:link:active {
color: black !important;
}
#aa {
color: #d3d1d1 !important;
}
#aa:hover {
text-decoration: none !important;
font-weight: bold;
}
[noscroll] {
overflow: -moz-scrollbars-none !important;
scrollbar-width: none !important;
}
html,
head,
body {
margin: 0;
scroll-behavior: smooth;
padding: 0;
border: 0;
width: 100%;
height: 100%;
background: #ffffff !important;
color: #1f1e1e;
overflow-x: hidden;
overflow-y: hidden;
overflow: -moz-scrollbars-none !important;
scrollbar-width: none !important;
font-family: 'Open Sans', sans-serif !important;
}
html .logodeclare,
head .logodeclare,
body .logodeclare {
font-weight: 300;
padding-left: 12px;
letter-spacing: 1px;
}
html .navbar,
head .navbar,
body .navbar {
-webkit-box-shadow: 0 6px 6px -6px #999;
box-shadow: 0 6px 6px -6px #999;
width: 100%;
z-index: 30000;
background: #eeeded;
}
html .brand,
head .brand,
body .brand {
margin-right: 30px;
}
html #foot,
head #foot,
body #foot {
width: 100%;
top: 100%;
margin-top: 20px;
}
html [foot],
head [foot],
body [foot] {
/* css rhymes with "makes me depressed" */
position: absolute;
bottom: 0 !important;
width: 100%;
height: 70px;
background: #414040;
-webkit-box-shadow: 0 6px 6px 8px #999;
box-shadow: 0 6px 6px 8px #999;
z-index: 200;
border-top: 20px;
}
html [foot] .icon,
head [foot] .icon,
body [foot] .icon {
color: #e6e6e6;
width: 30px !important;
height: 30px !important;
padding-top: 18px;
padding-left: 18px;
margin-right: 12px;
}
html [foot] [joblist],
head [foot] [joblist],
body [foot] [joblist] {
color: #d3d1d1;
padding-top: 24px;
padding-right: 18px;
margin-left: 12px;
right: 0;
float: right;
}
html [foot] #gone,
head [foot] #gone,
body [foot] #gone {
visibility: visible;
}
@media screen and (max-width: 900px) {
html [foot] #gone,
head [foot] #gone,
body [foot] #gone {
visibility: hidden;
}
}
html #tc,
head #tc,
body #tc {
width: 100%;
height: 95%;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 60px;
position: relative;
overflow-y: scroll;
overflow-x: hidden;
border-bottom: 20px;
margin-bottom: 40px;
}
html #nav,
head #nav,
body #nav {
width: 100%;
height: auto;
}
html .twitter:hover,
head .twitter:hover,
body .twitter:hover {
color: #4aa0eb;
text-decoration: none !important;
}
html .linked:hover,
head .linked:hover,
body .linked:hover {
color: #367fbb;
text-decoration: none !important;
}
html .fb:hover,
head .fb:hover,
body .fb:hover {
color: #4967ad;
text-decoration: none !important;
}
html .snapchat:hover,
head .snapchat:hover,
body .snapchat:hover {
color: #fffc00;
text-decoration: none !important;
}
html .instagram:hover,
head .instagram:hover,
body .instagram:hover {
color: #e1306c;
text-decoration: none !important;
}
html #logo,
head #logo,
body #logo {
width: 100%;
height: 80%;
text-align: center;
left: 0;
}
html #logo #llogo,
head #logo #llogo,
body #logo #llogo {
margin-right: 30px;
}
html #logo #lh,
head #logo #lh,
body #logo #lh {
font-size: 3.8rem;
font-weight: 300;
padding-top: 15px;
margin-left: 15px;
}
html #logo #fp,
head #logo #fp,
body #logo #fp {
border-style: solid;
border-color: gray;
border-width: 0px;
text-align: center;
}
@media screen and (min-width: 1030px) {
html #logo #fp,
head #logo #fp,
body #logo #fp {
border-radius: 8px;
background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(60%, transparent));
background: linear-gradient(to bottom, white, transparent 60%);
}
}
@media screen and (max-width: 1029px) {
html #logo #fp,
head #logo #fp,
body #logo #fp {
width: 100% !important;
height: auto;
border-radius: 8px;
}
}
html #logo #fpj,
head #logo #fpj,
body #logo #fpj {
border-style: solid;
border-color: gray;
border-width: 0px;
float: left;
left: 0;
}
@media screen and (min-width: 1030px) {
html #logo #fpj,
head #logo #fpj,
body #logo #fpj {
border-radius: 8px;
background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(60%, transparent));
background: linear-gradient(to bottom, white, transparent 60%);
}
}
@media screen and (max-width: 1029px) {
html #logo #fpj,
head #logo #fpj,
body #logo #fpj {
width: 100% !important;
height: auto;
border-radius: 8px;
}
}
html #logo .scream,
head #logo .scream,
body #logo .scream {
position: absolute;
color: white;
top: 4rem;
font-size: 2.8rem;
left: 15rem;
text-shadow: 0px 0px 8px #a09e9e;
}
html .book,
head .book,
body .book {
width: 100%;
padding-top: 800px;
text-align: center;
position: absolute;
top: 0;
background: white;
}
html .book .bmain,
head .book .bmain,
body .book .bmain {
background: white;
position: absolute;
}
html .owner,
head .owner,
body .owner {
width: 100%;
position: absolute;
bottom: 10px;
}
html .owner .downer,
head .owner .downer,
body .owner .downer {
width: 100%;
position: absolute;
color: darkgray;
opacity: 0.6;
bottom: 0px;
text-align: center;
}
html .owner #sm,
head .owner #sm,
body .owner #sm {
width: 100%;
position: absolute;
color: darkgray;
opacity: 0.6;
bottom: 30px;
text-align: center;
}
html .food,
head .food,
body .food {
z-index: 200;
margin-bottom: 25px;
}
@media screen and (min-width: 1150px) {
html .food,
head .food,
body .food {
width: 97%;
position: absolute;
height: 75%;
text-align: center;
top: 375px;
margin-bottom: 40px;
}
html .food .menu,
head .food .menu,
body .food .menu {
border-radius: 10px;
width: 80%;
height: auto;
background: white;
text-align: center;
position: absolute;
margin-left: 10%;
z-index: 10;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
}
html .food .menu [dinertable],
head .food .menu [dinertable],
body .food .menu [dinertable] {
width: 100%;
height: 60px;
background: #4d98e4;
top: 0;
opacity: 0.8;
z-index: 3;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
html .food .menu [dinertable] [flager],
head .food .menu [dinertable] [flager],
body .food .menu [dinertable] [flager] {
font-size: 2rem;
color: white;
text-align: left;
padding-left: 15px;
padding-top: 8px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: left;
}
html .food .menu [dinertable] [botter],
head .food .menu [dinertable] [botter],
body .food .menu [dinertable] [botter] {
font-size: 1.7rem;
color: white;
text-align: right;
padding-right: 15px;
padding-top: 12px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: right;
}
html .food .menu [booker],
head .food .menu [booker],
body .food .menu [booker] {
width: 100%;
height: 95px;
padding: 8px;
}
html .food .menu [booker] [abover],
head .food .menu [booker] [abover],
body .food .menu [booker] [abover] {
text-align: left;
}
html .food .menu [booker] [abover] .nc,
head .food .menu [booker] [abover] .nc,
body .food .menu [booker] [abover] .nc {
font-size: 14px;
color: gray;
font-weight: bold;
}
html .food .menu [booker] [opt],
head .food .menu [booker] [opt],
body .food .menu [booker] [opt] {
width: 120px;
height: 65px;
margin-top: 6px;
}
html .food .menu [booker] [opt] [opti],
head .food .menu [booker] [opt] [opti],
body .food .menu [booker] [opt] [opti] {
color: gray;
font-size: 12px;
text-align: left;
padding-left: 4px;
margin-bottom: 4px;
}
html .food .menu [booker] [opt] [selr],
head .food .menu [booker] [opt] [selr],
body .food .menu [booker] [opt] [selr] {
background: #ececec;
width: 100%;
height: 57% !important;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1.2rem;
border-style: solid;
border-width: 1px;
border-color: #80808044;
}
html .food .menu [booker] [opt] [subm],
head .food .menu [booker] [opt] [subm],
body .food .menu [booker] [opt] [subm] {
background: #ececec;
width: 70%;
height: 57%;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1rem;
border-style: solid;
border-width: 1px;
border-color: gray;
}
html .food .menu [booker] [optf],
head .food .menu [booker] [optf],
body .food .menu [booker] [optf] {
float: left;
}
html .food .menu [booker] [fr],
head .food .menu [booker] [fr],
body .food .menu [booker] [fr] {
float: left;
margin-left: 20px;
}
html .food .menu [booker] [dtr],
head .food .menu [booker] [dtr],
body .food .menu [booker] [dtr] {
width: 170px !important;
}
html .food .menu [booker] [dtrf],
head .food .menu [booker] [dtrf],
body .food .menu [booker] [dtrf] {
width: 150px !important;
}
html .food .menu [booker] [fl],
head .food .menu [booker] [fl],
body .food .menu [booker] [fl] {
float: right;
width: 100px !important;
}
html .food .menu [booker] [fl] [opti],
head .food .menu [booker] [fl] [opti],
body .food .menu [booker] [fl] [opti] {
text-align: right;
padding-right: 4px;
}
html .food .menu [elp],
head .food .menu [elp],
body .food .menu [elp] {
width: 100%;
height: 15px;
text-align: left;
padding-left: 10px;
padding-bottom: -8px;
margin-top: -8px;
}
html .food .menu [elp] .fabb,
head .food .menu [elp] .fabb,
body .food .menu [elp] .fabb {
color: gray;
}
html .food .menu [elp] [ghelp],
head .food .menu [elp] [ghelp],
body .food .menu [elp] [ghelp] {
padding-right: 15px;
font-size: 12px;
margin-bottom: 10px;
line-height: 0;
top: 0;
}
}
@media screen and (max-width: 1149px) {
html .food,
head .food,
body .food {
visibility: hidden;
}
}
@media screen and (min-width: 1150px) {
html .foodmobile,
head .foodmobile,
body .foodmobile {
visibility: hidden;
}
}
@media screen and (max-width: 1149px) {
html .foodmobile,
head .foodmobile,
body .foodmobile {
width: 100%;
margin-top: 35px;
top: 65vh !important;
text-align: center;
position: absolute;
}
html .foodmobile [mbut],
head .foodmobile [mbut],
body .foodmobile [mbut] {
width: 150px;
height: 70px;
background-color: grey;
color: white;
border-radius: 8px;
}
html .foodmobile [mbut] #first,
head .foodmobile [mbut] #first,
body .foodmobile [mbut] #first {
float: right;
margin-right: 20px;
}
html .foodmobile [mbut]:hover,
head .foodmobile [mbut]:hover,
body .foodmobile [mbut]:hover {
text-decoration: none !important;
font-weight: bold;
}
}
html .foodbook,
head .foodbook,
body .foodbook {
z-index: 200;
}
@media screen and (min-width: 655px) {
html .foodbook,
head .foodbook,
body .foodbook {
width: 97%;
position: absolute;
height: 85%;
text-align: center;
top: 20px;
margin-bottom: 40px;
}
html .foodbook .menu,
head .foodbook .menu,
body .foodbook .menu {
border-radius: 10px;
width: 80%;
height: auto;
background: white;
text-align: center;
position: absolute;
margin-left: 10%;
margin-bottom: 20px;
z-index: 10;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
}
html .foodbook .menu [dinertable],
head .foodbook .menu [dinertable],
body .foodbook .menu [dinertable] {
width: 100%;
height: 60px;
background: #4d98e4;
top: 0;
opacity: 0.8;
z-index: 3;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
html .foodbook .menu [dinertable] [flager],
head .foodbook .menu [dinertable] [flager],
body .foodbook .menu [dinertable] [flager] {
font-size: 2rem;
color: white;
text-align: left;
padding-left: 15px;
padding-top: 8px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: left;
}
html .foodbook .menu [dinertable] [botter],
head .foodbook .menu [dinertable] [botter],
body .foodbook .menu [dinertable] [botter] {
font-size: 1.7rem;
color: white;
text-align: right;
padding-right: 15px;
padding-top: 12px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: right;
}
html .foodbook .menu [booker],
head .foodbook .menu [booker],
body .foodbook .menu [booker] {
width: 100%;
height: 160px;
padding: 8px;
}
html .foodbook .menu [booker] [abover],
head .foodbook .menu [booker] [abover],
body .foodbook .menu [booker] [abover] {
text-align: left;
}
html .foodbook .menu [booker] [abover] .nc,
head .foodbook .menu [booker] [abover] .nc,
body .foodbook .menu [booker] [abover] .nc {
font-size: 14px;
color: gray;
font-weight: bold;
}
html .foodbook .menu [booker] [opt],
head .foodbook .menu [booker] [opt],
body .foodbook .menu [booker] [opt] {
width: 140px;
height: 65px;
margin-top: 6px;
}
html .foodbook .menu [booker] [opt] [opti],
head .foodbook .menu [booker] [opt] [opti],
body .foodbook .menu [booker] [opt] [opti] {
color: gray;
font-size: 12px;
text-align: left;
padding-left: 4px;
margin-bottom: 4px;
}
html .foodbook .menu [booker] [opt] [selr],
head .foodbook .menu [booker] [opt] [selr],
body .foodbook .menu [booker] [opt] [selr] {
background: #ececec;
width: 100%;
height: 57% !important;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1.2rem;
border-style: solid;
border-width: 1px;
border-color: #80808044;
}
html .foodbook .menu [booker] [opt] [subm],
head .foodbook .menu [booker] [opt] [subm],
body .foodbook .menu [booker] [opt] [subm] {
background: #ececec;
width: 70%;
height: 57%;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1rem;
border-style: solid;
border-width: 1px;
border-color: gray;
}
html .foodbook .menu [booker] [optf],
head .foodbook .menu [booker] [optf],
body .foodbook .menu [booker] [optf] {
float: left;
margin-right: 20px;
}
html .foodbook .menu [booker] [fr],
head .foodbook .menu [booker] [fr],
body .foodbook .menu [booker] [fr] {
float: left;
margin-right: 20px;
}
html .foodbook .menu [booker] [dtr],
head .foodbook .menu [booker] [dtr],
body .foodbook .menu [booker] [dtr] {
width: 170px !important;
}
html .foodbook .menu [booker] [dtrf],
head .foodbook .menu [booker] [dtrf],
body .foodbook .menu [booker] [dtrf] {
width: 150px !important;
}
html .foodbook .menu [booker] [fl],
head .foodbook .menu [booker] [fl],
body .foodbook .menu [booker] [fl] {
float: right;
width: 100px !important;
}
html .foodbook .menu [booker] [fl] [opti],
head .foodbook .menu [booker] [fl] [opti],
body .foodbook .menu [booker] [fl] [opti] {
text-align: right;
padding-right: 4px;
}
html .foodbook .menu [elp],
head .foodbook .menu [elp],
body .foodbook .menu [elp] {
width: 100%;
height: 15px;
text-align: left;
padding-left: 10px;
padding-bottom: -8px;
margin-top: -8px;
margin-bottom: 8px;
}
html .foodbook .menu [elp] .fabb,
head .foodbook .menu [elp] .fabb,
body .foodbook .menu [elp] .fabb {
color: gray;
}
html .foodbook .menu [elp] [ghelp],
head .foodbook .menu [elp] [ghelp],
body .foodbook .menu [elp] [ghelp] {
padding-right: 15px;
font-size: 12px;
margin-bottom: 10px;
line-height: 0;
top: 0;
}
html .foodbook .foodbookmob,
head .foodbook .foodbookmob,
body .foodbook .foodbookmob {
visibility: hidden;
}
}
@media screen and (max-width: 654px) {
html .foodbook,
head .foodbook,
body .foodbook {
width: 97%;
position: absolute;
height: 87%;
text-align: center;
top: 40px;
margin-bottom: 40px;
visibility: hidden;
}
html .foodbook .menu,
head .foodbook .menu,
body .foodbook .menu {
margin-bottom: 100px !important;
border-radius: 10px;
width: 80%;
height: auto;
background: white;
text-align: center;
position: absolute;
margin-left: 10%;
z-index: 10;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
}
html .foodbook .menu #restart:before,
head .foodbook .menu #restart:before,
body .foodbook .menu #restart:before {
content: '\A\A\A';
white-space: pre-wrap;
}
html .foodbook .menu [dinertable],
head .foodbook .menu [dinertable],
body .foodbook .menu [dinertable] {
width: 100%;
height: 60px;
background: #4d98e4;
top: 0;
opacity: 0.8;
z-index: 3;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
html .foodbook .menu [dinertable] [flager],
head .foodbook .menu [dinertable] [flager],
body .foodbook .menu [dinertable] [flager] {
font-size: 2rem;
color: white;
text-align: left;
padding-left: 15px;
padding-top: 8px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: left;
}
html .foodbook .menu [dinertable] [botter],
head .foodbook .menu [dinertable] [botter],
body .foodbook .menu [dinertable] [botter] {
font-size: 1.7rem;
color: white;
text-align: right;
padding-right: 15px;
padding-top: 12px;
text-transform: uppercase;
font-weight: bold;
width: 50%;
float: right;
}
html .foodbook .menu [booker],
head .foodbook .menu [booker],
body .foodbook .menu [booker] {
width: 100%;
height: 160px;
padding: 8px;
}
html .foodbook .menu [booker] [abover],
head .foodbook .menu [booker] [abover],
body .foodbook .menu [booker] [abover] {
text-align: left;
}
html .foodbook .menu [booker] [abover] .nc,
head .foodbook .menu [booker] [abover] .nc,
body .foodbook .menu [booker] [abover] .nc {
font-size: 14px;
color: gray;
font-weight: bold;
}
html .foodbook .menu [booker] [opt],
head .foodbook .menu [booker] [opt],
body .foodbook .menu [booker] [opt] {
width: 140px;
height: 65px;
margin-top: 6px;
}
html .foodbook .menu [booker] [opt] [opti],
head .foodbook .menu [booker] [opt] [opti],
body .foodbook .menu [booker] [opt] [opti] {
color: gray;
font-size: 12px;
text-align: left;
padding-left: 4px;
margin-bottom: 4px;
}
html .foodbook .menu [booker] [opt] [selr],
head .foodbook .menu [booker] [opt] [selr],
body .foodbook .menu [booker] [opt] [selr] {
background: #ececec;
width: 100%;
height: 57% !important;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1.2rem;
border-style: solid;
border-width: 1px;
border-color: #80808044;
}
html .foodbook .menu [booker] [opt] [subm],
head .foodbook .menu [booker] [opt] [subm],
body .foodbook .menu [booker] [opt] [subm] {
background: #ececec;
width: 70%;
height: 57%;
top: 0;
border-radius: 6px;
text-transform: uppercase;
font-size: 1rem;
border-style: solid;
border-width: 1px;
border-color: gray;
}
html .foodbook .menu [booker] [optf],
head .foodbook .menu [booker] [optf],
body .foodbook .menu [booker] [optf] {
float: left;
margin-right: 20px;
}
html .foodbook .menu [booker] [fr],
head .foodbook .menu [booker] [fr],
body .foodbook .menu [booker] [fr] {
float: left;
margin-right: 20px;
}
html .foodbook .menu [booker] [dtr],
head .foodbook .menu [booker] [dtr],
body .foodbook .menu [booker] [dtr] {
width: 170px !important;
}
html .foodbook .menu [booker] [dtrf],
head .foodbook .menu [booker] [dtrf],
body .foodbook .menu [booker] [dtrf] {
width: 150px !important;
}
html .foodbook .menu [booker] [fl],
head .foodbook .menu [booker] [fl],
body .foodbook .menu [booker] [fl] {
float: right;
width: 100px !important;
}
html .foodbook .menu [booker] [fl] [opti],
head .foodbook .menu [booker] [fl] [opti],
body .foodbook .menu [booker] [fl] [opti] {
text-align: right;
padding-right: 4px;
}
html .foodbook .menu [elp],
head .foodbook .menu [elp],
body .foodbook .menu [elp] {
width: 100%;
height: 15px;
text-align: left;
padding-left: 10px;
padding-bottom: -8px;
margin-top: 80px;
margin-bottom: 8px;
}
html .foodbook .menu [elp] .fabb,
head .foodbook .menu [elp] .fabb,
body .foodbook .menu [elp] .fabb {
color: gray;
}
html .foodbook .menu [elp] [ghelp],
head .foodbook .menu [elp] [ghelp],
body .foodbook .menu [elp] [ghelp] {
padding-right: 15px;
font-size: 12px;
margin-bottom: 10px;
line-height: 0;
top: 0;
}
html .foodbook .foodbookmob,
head .foodbook .foodbookmob,
body .foodbook .foodbookmob {
visibility: visible;
}
}
html [universal],
head [universal],
body [universal] {
overflow-y: scroll;
padding-bottom: 100px;
overflow-x: hidden !important;
top: 20px !important;
}
@media screen and (min-width: 655px) {
html [universal],
head [universal],
body [universal] {
width: 85%;
background: white;
height: 600px;
margin-left: 7.5%;
border-radius: 12px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
top: 20px !important;
}
}
@media screen and (max-width: 654px) {
html [universal],
head [universal],
body [universal] {
width: 100%;
background: white;
height: 500px;
margin-left: 0%;
border-radius: 12px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.205);
top: 20px !important;
}
}
html [universal] .menu,
head [universal] .menu,
body [universal] .menu {
height: auto;
}
html [universal] .title,
head [universal] .title,
body [universal] .title {
width: 100%;
height: 63px;
background: #4d98e4;
color: white;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
font-size: 2rem;
padding-left: 10px;
text-transform: capitalize;
padding-top: 6px;
font-weight: bold;
}
html [universal] .table,
head [universal] .table,
body [universal] .table {
margin: 20px;
}
html [universal] .table .citem,
head [universal] .table .citem,
body [universal] .table .citem {
background: #dddbdb;
width: 90%;
height: auto;
padding: 5px;
border-radius: 5px;
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold;
font-size: 1.55rem;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
color: #4e4e4e;
}
html [universal] .table .citem pricer,
head [universal] .table .citem pricer,
body [universal] .table .citem pricer {
text-align: right !important;
float: right;
padding-right: 10px;
}
html [universal] .table .cexpand,
head [universal] .table .cexpand,
body [universal] .table .cexpand {
background: #f1f0f0;
width: 90%;
height: auto;
padding: 5px;
border-radius: 5px;
margin-bottom: 20px;
padding-left: 20px;
padding-top: 15px;
padding-bottom: 15px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
font-weight: bold;
font-size: 1.2rem;
color: #4e4e4e;
}
html [universal] .table .cexpand forwards,
head [universal] .table .cexpand forwards,
body [universal] .table .cexpand forwards {
font-weight: 400;
color: gray;
}
.datepicker {
z-index: 999999 !important;
}
.datepicker .datepicker-switch {
text-transform: uppercase;
font-weight: 300 !important;
}
.datepicker .active {
border-radius: 0px !important;
background: #7dec8b !important;
color: #838383 !important;
text-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
}
.form-group {
margin-bottom: 20px;
}
.control-label {
display: block;
}
.autocomplete-wrapper {
position: relative;
}
.autocomplete-wrapper input {
width: 100%;
}
.autocomplete-results {
position: absolute;
background: white;
z-index: 1;
top: 100%;
left: 0;
font-size: 13px;
border: solid 1px #ddd;
border-top-width: 0;
border-bottom-color: #ccc;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.autocomplete-result {
padding: 12px 15px;
border-bottom: solid 1px #eee;
cursor: pointer;
}
.autocomplete-result:last-child {
border-bottom-width: 0;
}
.autocomplete-location {
opacity: .8;
font-size: smaller;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hscroll::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE and Edge */
.hscroll {
-ms-overflow-style: none;
}
[adverts] {
width: 100%;
height: 300px;
background: transparent;
border-style: solid;
border-width: 0px;
border-color: black;
position: relative;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
opacity: 0.8;
-webkit-box-shadow: 0 -2px 5px 0px #999;
box-shadow: 0 -2px 5px 0px #999;
/* Hide scrollbar for Chrome, Safari and Opera */
/* Hide scrollbar for IE and Edge */
}
[adverts] [ad-left]::-webkit-scrollbar {
display: none;
}
[adverts] [ad-left] {
-ms-overflow-style: none;
}
[adverts] [ad-left] {
background: #4d98e4;
position: absolute;
left: 0;
top: 0;
width: 50%;
height: 100%;
border-bottom-left-radius: 10px;
border-style: solid;
border-right-width: 1px;
border-width: 0;
color: white;
padding: 14px;
text-align: left;
overflow: hidden;
}
[adverts] [ad-right] {
background: #dddddd;
position: absolute;
right: 0;
overflow: hidden;
top: 0;
width: 50%;
height: 100%;
border-bottom-right-radius: 10px;
color: #4d98e4;
padding: 14px;
text-align: left;
}
[adverts] [ad-left]:hover {
background: #458dd4;
color: white;
}
[adverts] [ad-right]:hover {
color: #4d98e4;
background: #ebeaea;
}
[adverts] [adhead] {
font-weight: bold;
font-size: 2rem;
}
[adverts] [adcont] {
font-size: 1.3rem;
}
[adverts] [adhed] {
font-size: 1.3rem;
}
@media screen and (min-width: 655px) {
.foodbookmob {
visibility: hidden;
}
}
@media screen and (max-width: 654px) {
.foodbookmob {
visibility: visible;
}
}
body::-webkit-scrollbar {
width: 0 !important;
}
.autocomplete-results[data-highlight='0'] > :nth-child(1) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='1'] > :nth-child(2) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='2'] > :nth-child(3) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='3'] > :nth-child(4) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='4'] > :nth-child(5) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='5'] > :nth-child(6) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='6'] > :nth-child(7) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight='7'] > :nth-child(8) {
color: white;
background: #26c9ff;
border-bottom-color: #26c9ff;
outline: solid 1px #00b6f2;
}
/* responsive?? (laughing emoji) more like barely usable! */
table {
width: 90%;
border-radius: 3px;
border: none !important;
}
th,
td {
padding: 15px;
text-align: left;
border: none !important;
}
table#t01 tr:nth-child(even) {
background-color: #eee;
border: none !important;
}
table#t01 tr:nth-child(odd) {
background-color: #fff;
border: none !important;
}
table#t01 th {
background-color: #7dec8b;
color: #757575;
font-weight: bolder;
text-transform: uppercase;
font-size: 1.2rem;
}
/*# sourceMappingURL=app.css.map */ | 0.371251 | 0.095898 |
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
color: #0366d6;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.border-top {
border-top: 1px solid #e5e5e5;
}
.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
background: #f2f2f2;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 30px;
line-height: 60px;
}
@media (min-width:768px) {
body {
padding-top: 0
}
}
/*Colors*/
.background-fresh {
background-color: #4ABDAC;
}
.background-tangerine {
background-color: #F19F4D;
}
.background-aluminium {
background-color: #D9D9D9;
}
.font-color-fresh {
color: #4ABDAC;
}
.font-color-tangerine {
color: #F19F4D;
}
.font-color-aluminium {
color: #D9D9D9;
}
.font-color-dark-gray {
color: #606060;
}
.mini-icon-color {
color: black;
}
.navbar {
padding: 0;
}
.vertical-navbar ul {
margin-top: 50px;
}
.vertical-navbar li {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 35px;
cursor: pointer;
}
.vertical-navbar ul :not(collapsed) .arrow:before,
.vertical-navbar li :not(collapsed) .arrow:before {
font-family: FontAwesome;
content: "\f078";
display: inline-block;
vertical-align: middle;
float: right;
}
.vertical-navbar ul .active,
.vertical-navbar li .active {
background-color: #32897c;
}
.vertical-navbar li {
padding-left: 0px;
border-bottom: 1px solid #32897c;
}
.vertical-navbar li a {
text-decoration: none;
color: #F7F7F7;
}
.vertical-navbar li a i {
padding-left: 10px;
padding-right: 20px;
}
.vertical-navbar li:hover {
background-color: #32897c;
transition: all 1s ease;
}
.card-info {
box-shadow: 2px 2px 10px #DADADA;
margin: 5px;
padding: 20px 20px;
background-color: #fff;
height: 100px;
border-radius: 5px;
transition: .3s linear all;
}
.card-info:hover {
box-shadow: 4px 4px 20px #DADADA;
transition: .3s linear all;
}
.card-info.primary {
background-color: #007bff;
color: #FFF;
}
.card-info.danger {
background-color: #ef5350;
color: #FFF;
}
.card-info.success {
background-color: #66bb6a;
color: #FFF;
}
.card-info.info {
background-color: #26c6da;
color: #FFF;
}
.card-info.tangerine {
background-color: #F19F4D;
color: #FFF;
}
.card-info i {
font-size: 5em;
opacity: 0.2;
}
.card-info .count-numbers {
position: absolute;
right: 35px;
top: 20px;
font-size: 32px;
display: block;
}
.card-info .count-name {
position: absolute;
right: 35px;
top: 65px;
font-style: italic;
text-transform: capitalize;
opacity: 0.5;
display: block;
font-size: 18px;
}
.card-info .title {
position: absolute;
text-align: center;
font-style: italic;
text-transform: capitalize;
opacity: 0.5;
display: block;
}
.card-height {
height: 110px;
}
.card-min-width {
min-width: 240px;
}
/* Quiz */
.quiz .container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
user-select: none;
}
.quiz .container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.quiz .checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 50%;
}
.quiz .container:hover input ~ .checkmark {
background-color: #ccc;
}
.quiz .container input:checked ~ .checkmark {
background-color: #F19F4D;
}
.quiz .checkmark:after {
content: "";
position: absolute;
display: none;
}
.quiz .container input:checked ~ .checkmark:after {
display: block;
}
.quiz .container .checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
/* Custom */
.border-width-answer {
border-width: 3px !important;
}
/* Grade-hover */
.hide {
display: none;
}
.grade:hover + .hide {
display: block;
color: green;
} | Web/ESchool.Web/wwwroot/css/site.css | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
color: #0366d6;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.border-top {
border-top: 1px solid #e5e5e5;
}
.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
background: #f2f2f2;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 30px;
line-height: 60px;
}
@media (min-width:768px) {
body {
padding-top: 0
}
}
/*Colors*/
.background-fresh {
background-color: #4ABDAC;
}
.background-tangerine {
background-color: #F19F4D;
}
.background-aluminium {
background-color: #D9D9D9;
}
.font-color-fresh {
color: #4ABDAC;
}
.font-color-tangerine {
color: #F19F4D;
}
.font-color-aluminium {
color: #D9D9D9;
}
.font-color-dark-gray {
color: #606060;
}
.mini-icon-color {
color: black;
}
.navbar {
padding: 0;
}
.vertical-navbar ul {
margin-top: 50px;
}
.vertical-navbar li {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 35px;
cursor: pointer;
}
.vertical-navbar ul :not(collapsed) .arrow:before,
.vertical-navbar li :not(collapsed) .arrow:before {
font-family: FontAwesome;
content: "\f078";
display: inline-block;
vertical-align: middle;
float: right;
}
.vertical-navbar ul .active,
.vertical-navbar li .active {
background-color: #32897c;
}
.vertical-navbar li {
padding-left: 0px;
border-bottom: 1px solid #32897c;
}
.vertical-navbar li a {
text-decoration: none;
color: #F7F7F7;
}
.vertical-navbar li a i {
padding-left: 10px;
padding-right: 20px;
}
.vertical-navbar li:hover {
background-color: #32897c;
transition: all 1s ease;
}
.card-info {
box-shadow: 2px 2px 10px #DADADA;
margin: 5px;
padding: 20px 20px;
background-color: #fff;
height: 100px;
border-radius: 5px;
transition: .3s linear all;
}
.card-info:hover {
box-shadow: 4px 4px 20px #DADADA;
transition: .3s linear all;
}
.card-info.primary {
background-color: #007bff;
color: #FFF;
}
.card-info.danger {
background-color: #ef5350;
color: #FFF;
}
.card-info.success {
background-color: #66bb6a;
color: #FFF;
}
.card-info.info {
background-color: #26c6da;
color: #FFF;
}
.card-info.tangerine {
background-color: #F19F4D;
color: #FFF;
}
.card-info i {
font-size: 5em;
opacity: 0.2;
}
.card-info .count-numbers {
position: absolute;
right: 35px;
top: 20px;
font-size: 32px;
display: block;
}
.card-info .count-name {
position: absolute;
right: 35px;
top: 65px;
font-style: italic;
text-transform: capitalize;
opacity: 0.5;
display: block;
font-size: 18px;
}
.card-info .title {
position: absolute;
text-align: center;
font-style: italic;
text-transform: capitalize;
opacity: 0.5;
display: block;
}
.card-height {
height: 110px;
}
.card-min-width {
min-width: 240px;
}
/* Quiz */
.quiz .container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
user-select: none;
}
.quiz .container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.quiz .checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 50%;
}
.quiz .container:hover input ~ .checkmark {
background-color: #ccc;
}
.quiz .container input:checked ~ .checkmark {
background-color: #F19F4D;
}
.quiz .checkmark:after {
content: "";
position: absolute;
display: none;
}
.quiz .container input:checked ~ .checkmark:after {
display: block;
}
.quiz .container .checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
/* Custom */
.border-width-answer {
border-width: 3px !important;
}
/* Grade-hover */
.hide {
display: none;
}
.grade:hover + .hide {
display: block;
color: green;
} | 0.487307 | 0.083666 |
* {
font-family: 'Raleway';
box-sizing: border-box;
}
body {
color: #fff;
font-family: 'Open Sans';
height: 200vh;
margin: 0;
background-color: #f5f5f5;
}
/* header */
header {
align-items: center;
background-color: #000;
display: flex;
font-weight: 800;
height: 69px;
justify-content: space-between;
padding: 10px 10vw;
position: fixed;
width: 100%;
z-index: 1000;
}
/* header > nav */
.nav__item {
color: #fff;
font-size: 0.8em;
font-weight: 400;
margin: 0 10px;
position: relative;
text-decoration: none;
}
.nav__item:hover {
color: #d4bb47;
transition: color .1s linear;
}
.nav__item::after {
background-color: #d4bb47;
bottom: -3px;
content: " ";
height: 2px;
left: 0;
opacity: 0;
position: absolute;
transition: opacity .1s linear;
width: 100%;
}
.nav__item:hover::after {
opacity: 1;
}
.logo {
display: inline-block;
font-size: 32px;
}
/* intro */
.intro {
background-color: #000;
background-size: 100%;
display: flex;
height: 100vh;
justify-content: space-between;
padding: 100px 10vw;
padding-top: 69px;
}
.intro-info {
display: flex;
flex-direction: column;
justify-content: center;
width: 600px;
}
.intro-info__title {
font-size: 4.5em;
font-weight: 800;
}
.intro-info__subtitle {
font-size: 2.5em;
font-weight: 400;
}
.intro-info__discription {
width: 80%;
}
.intro-info__download-button {
border: 2px solid #fff;
color: #fff;
display: flex;
justify-content: center;
margin: 50px 0;
padding: 10px;
text-decoration: none;
transition: background-color .2s linear;
width: 175px;
}
.intro-info__download-button:hover {
background-color: #ffffff80;
}
/* form */
.form {
background-color: #fff;
border-radius: 4px;
color: black;
display: table;
margin-top: 125px;
padding: 50px 30px;
position: relative;
width: 350px;
}
.form__input {
border: none;
border-bottom: 1px solid #d6d6d6;
display: block;
margin: 40px 0;
padding: 5px 10px;
width: 100%;
}
.form__lable {
align-items: center;
background-color: #f5f5f5;
border-radius: 4px 4px 0 0;
color: #646464;
display: flex;
font-weight: 800;
height: 50px;
justify-content: center;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.form__label__button {
align-items: center;
background-color: #ff9b51;
border-radius: 0 0 4px 4px;
bottom: 0;
color: #fff;
display: flex;
height: 50px;
justify-content: center;
left: 0;
margin-top: 30px;
position: absolute;
transition: background-color .1s linear;
width: 100%;
}
.form__label__button:hover {
background-color: #ff862a;
}
/* social */
.social {
align-items: center;
background-color: #fff;
box-shadow: 0px 1px 4px 0px #00000057;
display: flex;
font-family: 'Raleway';
justify-content: center;
padding: 20px 200px;
}
.social__discription {
color: #a4a4a4;
font-size: 14px;
width: 400px;
}
.social__discription font {
color: #333;
display: block;
font-weight: 800;
}
.social__links {
display: flex;
}
.social__links a {
margin: 0 25px;
}
.social__links img {
filter: grayscale(1);
height: 35px;
}
/* main */
.features > div:nth-child(even) {
background-color: #fff;
}
/* features */
.features__about {
display: flex;
justify-content: space-between;
padding: 100px 200px;
}
.features__tablist {
display: flex;
}
.features__tl-item {
align-items: center;
background-color: #333;
color: #fff;
display: flex;
font-weight: 800;
height: 100px;
justify-content: center;
margin: 2px 0;
text-decoration: none;
width: 100px;
}
.features__tl-item:hover {
background-color: #ff9b51;
}
.features__tl-item:nth-child(1) {
background-color: #ff8b38;
border-radius: 3px 3px 0 0;
}
.features__tl-item:nth-last-child(1) {
border-radius: 0 0 3px 3px;
}
.features__tablist__text {
margin: 10px 0 0 50px;
width: 480px;
}
.sublist__img {
box-shadow: 0px 4px 15px 2px #5252524d;
}
.features__button {
box-shadow: 0px 1px 4px 0px #00000057;
background-color: #ff8b38;
border-radius: 3px;
display: inline-flex;
font-weight: 600;
margin-top: 50px;
padding: 15px 40px;
}
.features__button:hover {
background-color: #333;
}
/* sublist */
.sublist {
background-color: red;
display: flex;
justify-content: space-between;
padding: 100px;
}
.sublist__main-title {
margin-left: 50px;
}
.sublist__download {
display: flex;
justify-content: space-between;
}
.sublist__title__description, .sublist__download {
margin-bottom: 25px;
}
.sublist__download__head {
color: #000;
font-size: 16px;
font-weight: 800;
}
.sublist img {
height: 300px;
box-shadow: 0px 4px 15px 2px #5252524d;
}
.dl-sublist {
background-color: #ff862a;
margin: 0;
}
.standart-section {
display: flex;
padding: 100px;
}
.section {
margin-right: 50px;
}
/* why */
.why {
display: flex;
flex-direction: column;
justify-content: center;
padding: 100px 25px;
}
.discription {
display: grid;
justify-items: center;
padding: 50px;
text-align: center;
}
.why__main-title {
color: #000;
font-size: 36px;
font-weight: 400;
}
.why__title {
color: #000;
font-weight: 600;
}
.why__icon-section {
display: flex;
justify-content: center;
}
.why__item {
display: flex;
flex-direction: column;
margin: 0 50px;
text-align: center;
width: 20%;
}
.why__item img {
border: 2px solid #ff8b38;
border-radius: 100%;
margin: 0 auto 15px auto;
padding: 10px;
width: 50px;
}
/* pricing */
.pricing {
display: flex;
flex-direction: column;
padding-top: 100px;
}
.pricing__title {
color: #000;
font-size: 36px;
}
.pricing__description {
display: flex;
flex-direction: column;
text-align: center;
}
.pricing__blocks {
display: flex;
justify-content: center;
padding: 50px;
}
.pricing__blocks > div {
margin: 20px;
}
.pb__description {
background-color: #333;
border-bottom: 3px solid #ff8b38;
color: #fff;
padding-bottom: 15px;
text-align: center;
}
.pb__head {
border-bottom: 1px solid #fff;
font-weight: 600;
padding: 10px;
size: 20px;
}
.p_description {
color: #86878b;
font-size: 14px;
}
.pd__pric {
font-size: 94px;
font-weight: 800;
}
.pd__pric::before {
content: "$";
font-size: 35px;
font-weight: 800;
}
.pb_options {
background-color: #fff;
color: #86878b;
font-size: 14px;
text-align: center;
text-transform: uppercase;
}
.pb_options ul {
margin: 0;
padding: 0 20px;
}
.pb_options li {
border-bottom: 1px solid #f5f5f5;
list-style: none;
padding: 10px;
}
/* customers */
.customers {
padding: 100px;
}
.customers__description {
text-align: center;
margin-bottom: 100px;
}
.customers__msg {
color: #86878b;
background-color: #f5f5f5;
padding: 15px;
border-radius: 6px;
margin-bottom: 25px;
}
.customers__people {
margin: 0 50px;
}
.customers__avatar {
border-radius: 50px;
margin-right: 20px;
}
.customers__author {
display: flex;
align-items: center;
}
.customers__list {
display: flex;
}
/* stylish */
/* ! TODO delete */
.stylish {
padding: 50px;
text-align: center;
color: #fff;
height: 320px;
background: 100vw / 320px url(http://placehold.it/320x320);
}
.stylish__title {
font-size: 36px;
}
.stylish__subtitle {
font-size: 16px;
}
.stylish__title-button {
margin: 50px auto;
}
/* contact */
.contact {
padding: 100px 200px;
display: block;
}
.contact__form {
display: grid;
grid-gap: 50px;
grid-template: 1fr 50px / 1fr 1fr;
}
.contact__form button {
display: block;
grid-column: 1 / -1;
margin: 0px 40%;
height: 50px;
}
.contact__form input, textarea {
border: none;
background-color: rgba(255, 255, 255, 0);
border-bottom: 1px solid #d6d6d6;
}
.contact__inputs {
display: flex;
flex-direction: column;;
}
.contact__inputs input {
height: 35px;
margin-top: 32px;
width: 100%;
}
.contact__button {
border: none;
}
.contact__form-textarea {
resize: vertical;
max-height: 500px;
min-height: 200px;
}
/* footer */
footer {
color: #595959;
background-color: #000;
text-align: center;
padding: 25px 0 10px 0;
}
footer .social__links {
margin: 0 auto;
display: block;
} | web/first/assets/css/main.css | * {
font-family: 'Raleway';
box-sizing: border-box;
}
body {
color: #fff;
font-family: 'Open Sans';
height: 200vh;
margin: 0;
background-color: #f5f5f5;
}
/* header */
header {
align-items: center;
background-color: #000;
display: flex;
font-weight: 800;
height: 69px;
justify-content: space-between;
padding: 10px 10vw;
position: fixed;
width: 100%;
z-index: 1000;
}
/* header > nav */
.nav__item {
color: #fff;
font-size: 0.8em;
font-weight: 400;
margin: 0 10px;
position: relative;
text-decoration: none;
}
.nav__item:hover {
color: #d4bb47;
transition: color .1s linear;
}
.nav__item::after {
background-color: #d4bb47;
bottom: -3px;
content: " ";
height: 2px;
left: 0;
opacity: 0;
position: absolute;
transition: opacity .1s linear;
width: 100%;
}
.nav__item:hover::after {
opacity: 1;
}
.logo {
display: inline-block;
font-size: 32px;
}
/* intro */
.intro {
background-color: #000;
background-size: 100%;
display: flex;
height: 100vh;
justify-content: space-between;
padding: 100px 10vw;
padding-top: 69px;
}
.intro-info {
display: flex;
flex-direction: column;
justify-content: center;
width: 600px;
}
.intro-info__title {
font-size: 4.5em;
font-weight: 800;
}
.intro-info__subtitle {
font-size: 2.5em;
font-weight: 400;
}
.intro-info__discription {
width: 80%;
}
.intro-info__download-button {
border: 2px solid #fff;
color: #fff;
display: flex;
justify-content: center;
margin: 50px 0;
padding: 10px;
text-decoration: none;
transition: background-color .2s linear;
width: 175px;
}
.intro-info__download-button:hover {
background-color: #ffffff80;
}
/* form */
.form {
background-color: #fff;
border-radius: 4px;
color: black;
display: table;
margin-top: 125px;
padding: 50px 30px;
position: relative;
width: 350px;
}
.form__input {
border: none;
border-bottom: 1px solid #d6d6d6;
display: block;
margin: 40px 0;
padding: 5px 10px;
width: 100%;
}
.form__lable {
align-items: center;
background-color: #f5f5f5;
border-radius: 4px 4px 0 0;
color: #646464;
display: flex;
font-weight: 800;
height: 50px;
justify-content: center;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.form__label__button {
align-items: center;
background-color: #ff9b51;
border-radius: 0 0 4px 4px;
bottom: 0;
color: #fff;
display: flex;
height: 50px;
justify-content: center;
left: 0;
margin-top: 30px;
position: absolute;
transition: background-color .1s linear;
width: 100%;
}
.form__label__button:hover {
background-color: #ff862a;
}
/* social */
.social {
align-items: center;
background-color: #fff;
box-shadow: 0px 1px 4px 0px #00000057;
display: flex;
font-family: 'Raleway';
justify-content: center;
padding: 20px 200px;
}
.social__discription {
color: #a4a4a4;
font-size: 14px;
width: 400px;
}
.social__discription font {
color: #333;
display: block;
font-weight: 800;
}
.social__links {
display: flex;
}
.social__links a {
margin: 0 25px;
}
.social__links img {
filter: grayscale(1);
height: 35px;
}
/* main */
.features > div:nth-child(even) {
background-color: #fff;
}
/* features */
.features__about {
display: flex;
justify-content: space-between;
padding: 100px 200px;
}
.features__tablist {
display: flex;
}
.features__tl-item {
align-items: center;
background-color: #333;
color: #fff;
display: flex;
font-weight: 800;
height: 100px;
justify-content: center;
margin: 2px 0;
text-decoration: none;
width: 100px;
}
.features__tl-item:hover {
background-color: #ff9b51;
}
.features__tl-item:nth-child(1) {
background-color: #ff8b38;
border-radius: 3px 3px 0 0;
}
.features__tl-item:nth-last-child(1) {
border-radius: 0 0 3px 3px;
}
.features__tablist__text {
margin: 10px 0 0 50px;
width: 480px;
}
.sublist__img {
box-shadow: 0px 4px 15px 2px #5252524d;
}
.features__button {
box-shadow: 0px 1px 4px 0px #00000057;
background-color: #ff8b38;
border-radius: 3px;
display: inline-flex;
font-weight: 600;
margin-top: 50px;
padding: 15px 40px;
}
.features__button:hover {
background-color: #333;
}
/* sublist */
.sublist {
background-color: red;
display: flex;
justify-content: space-between;
padding: 100px;
}
.sublist__main-title {
margin-left: 50px;
}
.sublist__download {
display: flex;
justify-content: space-between;
}
.sublist__title__description, .sublist__download {
margin-bottom: 25px;
}
.sublist__download__head {
color: #000;
font-size: 16px;
font-weight: 800;
}
.sublist img {
height: 300px;
box-shadow: 0px 4px 15px 2px #5252524d;
}
.dl-sublist {
background-color: #ff862a;
margin: 0;
}
.standart-section {
display: flex;
padding: 100px;
}
.section {
margin-right: 50px;
}
/* why */
.why {
display: flex;
flex-direction: column;
justify-content: center;
padding: 100px 25px;
}
.discription {
display: grid;
justify-items: center;
padding: 50px;
text-align: center;
}
.why__main-title {
color: #000;
font-size: 36px;
font-weight: 400;
}
.why__title {
color: #000;
font-weight: 600;
}
.why__icon-section {
display: flex;
justify-content: center;
}
.why__item {
display: flex;
flex-direction: column;
margin: 0 50px;
text-align: center;
width: 20%;
}
.why__item img {
border: 2px solid #ff8b38;
border-radius: 100%;
margin: 0 auto 15px auto;
padding: 10px;
width: 50px;
}
/* pricing */
.pricing {
display: flex;
flex-direction: column;
padding-top: 100px;
}
.pricing__title {
color: #000;
font-size: 36px;
}
.pricing__description {
display: flex;
flex-direction: column;
text-align: center;
}
.pricing__blocks {
display: flex;
justify-content: center;
padding: 50px;
}
.pricing__blocks > div {
margin: 20px;
}
.pb__description {
background-color: #333;
border-bottom: 3px solid #ff8b38;
color: #fff;
padding-bottom: 15px;
text-align: center;
}
.pb__head {
border-bottom: 1px solid #fff;
font-weight: 600;
padding: 10px;
size: 20px;
}
.p_description {
color: #86878b;
font-size: 14px;
}
.pd__pric {
font-size: 94px;
font-weight: 800;
}
.pd__pric::before {
content: "$";
font-size: 35px;
font-weight: 800;
}
.pb_options {
background-color: #fff;
color: #86878b;
font-size: 14px;
text-align: center;
text-transform: uppercase;
}
.pb_options ul {
margin: 0;
padding: 0 20px;
}
.pb_options li {
border-bottom: 1px solid #f5f5f5;
list-style: none;
padding: 10px;
}
/* customers */
.customers {
padding: 100px;
}
.customers__description {
text-align: center;
margin-bottom: 100px;
}
.customers__msg {
color: #86878b;
background-color: #f5f5f5;
padding: 15px;
border-radius: 6px;
margin-bottom: 25px;
}
.customers__people {
margin: 0 50px;
}
.customers__avatar {
border-radius: 50px;
margin-right: 20px;
}
.customers__author {
display: flex;
align-items: center;
}
.customers__list {
display: flex;
}
/* stylish */
/* ! TODO delete */
.stylish {
padding: 50px;
text-align: center;
color: #fff;
height: 320px;
background: 100vw / 320px url(http://placehold.it/320x320);
}
.stylish__title {
font-size: 36px;
}
.stylish__subtitle {
font-size: 16px;
}
.stylish__title-button {
margin: 50px auto;
}
/* contact */
.contact {
padding: 100px 200px;
display: block;
}
.contact__form {
display: grid;
grid-gap: 50px;
grid-template: 1fr 50px / 1fr 1fr;
}
.contact__form button {
display: block;
grid-column: 1 / -1;
margin: 0px 40%;
height: 50px;
}
.contact__form input, textarea {
border: none;
background-color: rgba(255, 255, 255, 0);
border-bottom: 1px solid #d6d6d6;
}
.contact__inputs {
display: flex;
flex-direction: column;;
}
.contact__inputs input {
height: 35px;
margin-top: 32px;
width: 100%;
}
.contact__button {
border: none;
}
.contact__form-textarea {
resize: vertical;
max-height: 500px;
min-height: 200px;
}
/* footer */
footer {
color: #595959;
background-color: #000;
text-align: center;
padding: 25px 0 10px 0;
}
footer .social__links {
margin: 0 auto;
display: block;
} | 0.299822 | 0.06134 |
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 { 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; }
/* Styles */
:root {
--color-bg: #181E2F;
--color-text: #fff;
--color-bulb: #555d77;
--color-bulb-on: #ead114;
--text-color: rgb(171, 178, 206);
--color-primary: #275fff;
--color-primary-hover: #366bff;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: var(--color-bg);
color: var(--color-text);
}
header {
text-align: center;
padding: 3em 0;
font-weight: 800;
border-bottom: 5px solid var(--color-bulb);
}
header h1, header h2 {
display: block;
}
header h1 {
font-size: 3em;
}
header h2 {
font-size: 1.5em;
}
p {
margin-top: 20px;
}
main {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.articleWrapper {
margin-top: 1em;
width: 30%;
height: fit-content;
}
/* Light */
.light {
display: flex;
flex-direction: column;
align-items: center;
color: var(--color-bulb);
}
.fit-light:hover .light-bulb {
animation: toggleLight 2s ease-in-out forwards;
}
.fit-light .light-bulb {
transition: animation 1s ease-in-out;
}
.light .light-bulb path:last-child {
fill-opacity: 0;
}
.fit-light .light-bulb path:last-child {
fill-opacity: 0;
transition: fill-opacity .3s ease 1s;
}
.fit-light:hover .light-bulb path:last-child,
.light.is-on .light-bulb path:last-child {
fill-opacity: 1;
}
.light-cord {
position: relative;
width: 1px;
height: 100px;
background-color: #eee;
}
.light-cord::after {
content: "";
position: absolute;
bottom: 0;
left: -2px;
width: 5px;
height: 10px;
background-color: #eee;
}
.light-fitting {
background-color: #eee;
width: 24px;
height: 28px;
border-top-left-radius: 100px;
border-top-right-radius: 100px;
border-bottom: 0;
z-index: 1;
}
.articleWrapper:nth-of-type(1) .light-bulb {
transform: translateY(10px) rotateY(0deg);
transition: 1s ease-in-out;
}
.light-bulb {
width: 48px;
height: auto;
transform: translateY(-22px) rotateY(0deg);
transition: 0.2s ease-in;
}
@keyframes toggleLight {
0% {
color: var(--color-bulb);
transform: translateY(10px) rotateY(0deg);
}
50% {
transform: translateY(-22px) rotateY(360deg);
}
55% {
color: var(--color-bulb);
}
60% {
color: var(--color-bulb-on);
}
68% {
color: var(--color-bulb);
}
69% {
color: var(--color-bulb-on);
}
100% {
color: var(--color-bulb-on);
transform: translateY(-22px) rotateY(360deg);
}
}
/* light switch */
.light-switch-container {
position: relative;
}
.light-switch {
position: absolute;
top: 200px;
left: 70%;
height: 50px;
width: 30px;
background-color: #FFF;
margin-top: 10px;
/* background from https://codepen.io/peiche/pen/vonqb */
background: -moz-linear-gradient(center top , #fff 1%, #e6e6e6 1%, #e6e6e6 50%, #ddd 1%, #ddd 51%, #fbfcfb 1%, #fbfcfb 85%, #bbb 1%, #bbb 86%, #c5c5c5 1%, #d2d2d2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.01, #fff), color-stop(0.01, #e6e6e6), color-stop(0.5, #e6e6e6), color-stop(0.5, #ddd), color-stop(0.51, #ddd), color-stop(0.51, #fbfcfb), color-stop(0.85, #fbfcfb), color-stop(0.85, #c5c5c5), color-stop(1, #d2d2d2));
}
.light-switch-checkbox {
opacity: 0;
position: absolute;
}
.light-switch-checkbox:checked + .light-switch {
/* background from https://codepen.io/peiche/pen/vonqb */
background: -moz-linear-gradient(center top , #fff 15%, #bbb 1%, #bbb 16%, #c5c5c5 1%, #d2d2d2 50%, #e6e6e6 1%, #e6e6e6 99%, #d2d2d2 1%, #d2d2d2 100%);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), color-stop(0.15, #FFF), color-stop(0.15, #BBB), color-stop(0.16, #BBB), color-stop(0.17, #C5C5C5), color-stop(0.5, #D2D2D2), color-stop(0.51, #E6E6E6), color-stop(0.99, #E6E6E6), color-stop(0.99, #D2D2D2), to(#D2D2D2));
}
.light-switch-checkbox:checked ~ .light .light-bulb,
.light.is-on .light-bulb {
color: var(--color-bulb-on);
}
.light-switch-checkbox:checked ~ .light path:nth-of-type(4) {
fill-opacity: 1;
}
footer {
color: var(--text-color);
font-size: 1.2em;
}
.articleWrapper footer {
margin: 10%;
}
.articleWrapper footer p{
line-height: 1.7em;
}
body > footer {
display: block;
position: relative;
text-align: center;
padding-top: 2vh;
border-top: 5px solid var(--color-bulb);
}
/* Speech */
.articleWrapper:nth-of-type(3) {
position: relative;
}
button {
position: relative;
height: 80px;
width: 80px;
top: 200px;
left: calc(55% + 80px);
transform: translateX(-50%);
border-radius: 100%;
position: absolute;
outline: 0;
border: 0;
background: none;
color: #fff;
cursor: pointer;
font-weight: 800;
font-size: 0.7em;
}
button:hover::after,
button.is-active::after {
background-color: var(--color-primary-hover);
}
button::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: var(--color-primary);
z-index: -1;
}
button.is-active::after {
animation: pulseAnimation 1s infinite;
}
.speech-result {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
background-color: #21283c;
transform: translateY(100%);
opacity: 0;
transition: transform .2s ease-in-out, opacity .2s ease-in-out
}
.speech-result.is-speaking {
transform: none;
opacity: 1;
}
@keyframes pulseAnimation {
0% {
transform: scale(1)
}
50% {
transform: scale(1.05)
}
100% {
transform: scale(1)
}
} | exercises/progressive-enhancement/main.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 { 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; }
/* Styles */
:root {
--color-bg: #181E2F;
--color-text: #fff;
--color-bulb: #555d77;
--color-bulb-on: #ead114;
--text-color: rgb(171, 178, 206);
--color-primary: #275fff;
--color-primary-hover: #366bff;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: var(--color-bg);
color: var(--color-text);
}
header {
text-align: center;
padding: 3em 0;
font-weight: 800;
border-bottom: 5px solid var(--color-bulb);
}
header h1, header h2 {
display: block;
}
header h1 {
font-size: 3em;
}
header h2 {
font-size: 1.5em;
}
p {
margin-top: 20px;
}
main {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.articleWrapper {
margin-top: 1em;
width: 30%;
height: fit-content;
}
/* Light */
.light {
display: flex;
flex-direction: column;
align-items: center;
color: var(--color-bulb);
}
.fit-light:hover .light-bulb {
animation: toggleLight 2s ease-in-out forwards;
}
.fit-light .light-bulb {
transition: animation 1s ease-in-out;
}
.light .light-bulb path:last-child {
fill-opacity: 0;
}
.fit-light .light-bulb path:last-child {
fill-opacity: 0;
transition: fill-opacity .3s ease 1s;
}
.fit-light:hover .light-bulb path:last-child,
.light.is-on .light-bulb path:last-child {
fill-opacity: 1;
}
.light-cord {
position: relative;
width: 1px;
height: 100px;
background-color: #eee;
}
.light-cord::after {
content: "";
position: absolute;
bottom: 0;
left: -2px;
width: 5px;
height: 10px;
background-color: #eee;
}
.light-fitting {
background-color: #eee;
width: 24px;
height: 28px;
border-top-left-radius: 100px;
border-top-right-radius: 100px;
border-bottom: 0;
z-index: 1;
}
.articleWrapper:nth-of-type(1) .light-bulb {
transform: translateY(10px) rotateY(0deg);
transition: 1s ease-in-out;
}
.light-bulb {
width: 48px;
height: auto;
transform: translateY(-22px) rotateY(0deg);
transition: 0.2s ease-in;
}
@keyframes toggleLight {
0% {
color: var(--color-bulb);
transform: translateY(10px) rotateY(0deg);
}
50% {
transform: translateY(-22px) rotateY(360deg);
}
55% {
color: var(--color-bulb);
}
60% {
color: var(--color-bulb-on);
}
68% {
color: var(--color-bulb);
}
69% {
color: var(--color-bulb-on);
}
100% {
color: var(--color-bulb-on);
transform: translateY(-22px) rotateY(360deg);
}
}
/* light switch */
.light-switch-container {
position: relative;
}
.light-switch {
position: absolute;
top: 200px;
left: 70%;
height: 50px;
width: 30px;
background-color: #FFF;
margin-top: 10px;
/* background from https://codepen.io/peiche/pen/vonqb */
background: -moz-linear-gradient(center top , #fff 1%, #e6e6e6 1%, #e6e6e6 50%, #ddd 1%, #ddd 51%, #fbfcfb 1%, #fbfcfb 85%, #bbb 1%, #bbb 86%, #c5c5c5 1%, #d2d2d2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.01, #fff), color-stop(0.01, #e6e6e6), color-stop(0.5, #e6e6e6), color-stop(0.5, #ddd), color-stop(0.51, #ddd), color-stop(0.51, #fbfcfb), color-stop(0.85, #fbfcfb), color-stop(0.85, #c5c5c5), color-stop(1, #d2d2d2));
}
.light-switch-checkbox {
opacity: 0;
position: absolute;
}
.light-switch-checkbox:checked + .light-switch {
/* background from https://codepen.io/peiche/pen/vonqb */
background: -moz-linear-gradient(center top , #fff 15%, #bbb 1%, #bbb 16%, #c5c5c5 1%, #d2d2d2 50%, #e6e6e6 1%, #e6e6e6 99%, #d2d2d2 1%, #d2d2d2 100%);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), color-stop(0.15, #FFF), color-stop(0.15, #BBB), color-stop(0.16, #BBB), color-stop(0.17, #C5C5C5), color-stop(0.5, #D2D2D2), color-stop(0.51, #E6E6E6), color-stop(0.99, #E6E6E6), color-stop(0.99, #D2D2D2), to(#D2D2D2));
}
.light-switch-checkbox:checked ~ .light .light-bulb,
.light.is-on .light-bulb {
color: var(--color-bulb-on);
}
.light-switch-checkbox:checked ~ .light path:nth-of-type(4) {
fill-opacity: 1;
}
footer {
color: var(--text-color);
font-size: 1.2em;
}
.articleWrapper footer {
margin: 10%;
}
.articleWrapper footer p{
line-height: 1.7em;
}
body > footer {
display: block;
position: relative;
text-align: center;
padding-top: 2vh;
border-top: 5px solid var(--color-bulb);
}
/* Speech */
.articleWrapper:nth-of-type(3) {
position: relative;
}
button {
position: relative;
height: 80px;
width: 80px;
top: 200px;
left: calc(55% + 80px);
transform: translateX(-50%);
border-radius: 100%;
position: absolute;
outline: 0;
border: 0;
background: none;
color: #fff;
cursor: pointer;
font-weight: 800;
font-size: 0.7em;
}
button:hover::after,
button.is-active::after {
background-color: var(--color-primary-hover);
}
button::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: var(--color-primary);
z-index: -1;
}
button.is-active::after {
animation: pulseAnimation 1s infinite;
}
.speech-result {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
background-color: #21283c;
transform: translateY(100%);
opacity: 0;
transition: transform .2s ease-in-out, opacity .2s ease-in-out
}
.speech-result.is-speaking {
transform: none;
opacity: 1;
}
@keyframes pulseAnimation {
0% {
transform: scale(1)
}
50% {
transform: scale(1.05)
}
100% {
transform: scale(1)
}
} | 0.605916 | 0.161155 |
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
/*
COLOR PALETTE
main protopia color: #9178a0
main protopia color v2: #90779f
protopia button color: #cba8e0
protopia secondary button: #c9a8d0
*/
:root {
font-size: 62.5%;
}
#app{
background: linear-gradient(90deg, rgba(173,102,200,1) 0%, rgba(174,102,189,1) 50%);
}
.btn-group{
margin-left: 15px;
}
.widget-card .vs-icon{
padding-bottom: 4px;
padding-left: 4px;
}
.boxTitle{
color: white;
font-size: .8em;
font-weight: lighter;
margin-bottom: 3px;
}
.boxLine{
background-color: #49198c;
border-width: .3px;
}
.headerDiv{
display: flex;
align-items: center;
justify-content: flex-start;
width: 90%;
margin: auto;
padding-top: -50px !important;
}
.bodyDiv{
display: grid;
grid-gap: 10px;
/*grid-template-columns: repeat(4, [col] auto);*/
grid-template-columns: 3fr 1fr;
grid-template-rows: repeat(2, [row] auto);
padding: 10px;
}
.bottomDiv{
display: grid;
grid-gap: 8px;
grid-template-columns: 1fr 2fr 1fr;
grid-template-rows: repeat(2, [row] auto);
padding: 10px;
padding-top: 0px;
}
.f{
margin-right: 3px !important;
}
.g{
margin-left: -2px !important;
}
.box {
background-color: #5e26ac;
border-radius: 7px;
padding: 10px;
font-size: 150%;
}
.box .box{
background-color: rgba(145,120,160,.2);
}
.graph1st{
grid-row: row;
}
.b {
grid-row: row;
}
.graph2nd{
grid-row: row 2;
}
.d {
grid-row: row 2;
}
body {
font-family: Roboto;
font-weight: 400;
width: 100%;
margin: 0;
font-size: 1.6rem;
}
body .vs-button{
font-size: 1rem;
}
#sidebar {
position: relative;
display: flex;
flex-direction: column;
background-image: linear-gradient(-180deg, #80b6db 0%, #7da7e2 100%);
}
#search {
text-align: center;
height: 20vh;
position: relative;
}
#location-input {
height: 42px;
width: 100%;
opacity: 1;
border: 0;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.2);
margin-top: 16px;
padding-left: 16px;
color: #ffffff;
font-size: 1.8rem;
line-height: 21px;
}
#location-input:focus {
outline: none;
}
::placeholder {
color: #FFFFFF;
opacity: 0.6;
}
#current-weather {
color: #ffffff;
font-size: 8rem;
line-height: 106px;
position: relative;
}
#current-weather>span {
color: #ffffff;
font-size: 3.6rem;
line-height: 42px;
vertical-align: super;
opacity: 0.8;
top: 15px;
position: absolute;
}
#weather-desc {
font-size: 2.0rem;
color: #ffffff;
font-weight: 500;
line-height: 24px;
}
#possibility {
color: #ffffff;
font-size: 16px;
font-weight: 500;
line-height: 19px;
}
#max-detail,
#min-detail {
color: #ffffff;
font-size: 2.0rem;
font-weight: 500;
line-height: 24px;
}
#max-detail>i,
#min-detail>i {
font-style: normal;
height: 13.27px;
width: 16.5px;
opacity: 0.4;
}
#max-detail>span,
#min-detail>span {
color: #ffffff;
font-family: Roboto;
font-size: 1.2rem;
line-height: 10px;
vertical-align: super;
}
#max-summary,
#min-summary {
opacity: 0.9;
color: #ffffff;
font-size: 1.4rem;
line-height: 16px;
margin-top: 2px;
opacity: 0.7;
}
#search-btn {
position: absolute;
right: 0;
top: 16px;
padding: 2px;
z-index: 999;
height: 42px;
width: 45px;
background-color: rgba(255, 255, 255, 0.2);
border: none;
}
#dashboard-content {
text-align: center;
height: 100vh;
}
#date-desc,
#location-desc {
color: #ffffff;
font-size: 1.6rem;
font-weight: 500;
line-height: 19px;
margin-bottom: 15px;
}
#date-desc>img {
top: -3px;
position: relative;
margin-right: 10px;
}
#location-desc>img {
top: -3px;
position: relative;
margin-left: 5px;
margin-right: 15px;
}
#location-detail {
opacity: 0.7;
color: #ffffff;
font-size: 1.4rem;
line-height: 20px;
margin-left: 35px;
}
.centered {
position: fixed;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
}
.max-desc {
width: 80px;
float: left;
margin-right: 28px;
}
.temp-max-min {
margin-top: 40px
}
#dashboard-content {
background-color: white;
}
.custom-card {
background-color: #FFFFFF !important;
border: 0 !important;
margin-top: 16px !important;
margin-bottom: 20px !important;
}
.custom-content-card {
background-color: #FFFFFF !important;
border: 0 !important;
margin-top: 16px !important;
margin-bottom: 0px !important;
}
.header-card {
height: 50vh;
}
.content-card {
height: 43vh;
}
.card-divider {
margin-top: 0;
}
.content-header {
/*color: #8786A4;*/
color: white;
font-size: 1.4rem;
line-height: 16px;
font-weight: 500;
padding: 15px 10px 5px 15px;
}
.highlights-item {
min-height: 37vh;
max-height: 38vh;
background-color: #FFFFFF;
}
.card-heading{
padding: 5px;
font-weight: 400;
font-size: 1.2em;
color: #FFF;
}
.card-sub-heading {
/*color: #73748C;*/
color: white;
font-size: 1.6rem;
line-height: 19px;
}
.card-value {
color: #000000;
font-size: 1.8rem;
line-height: 21px;
}
span text {
font-weight: 500 !important;
}
hr {
padding-top: 1.5px;
padding-bottom: 1px;
margin-bottom: 0;
margin-top: 0;
line-height: 0.5px;
}
/*********************************** NEW CODE ********************************************/
body {
background-color: white;
}
.vs-sidebar--item .vs-sidebar-item-active{
color: #ae66bd !important;
}
.vs-component.vs-button.vs-button-primary.vs-button-filled {
background: linear-gradient(90deg, rgba(173,102,200,1) 0%, rgba(174,102,189,1) 50%) !important;
}
.vs-sidebar-primary .vs-sidebar-item-active a{
color: #ae66bd !important;
font-weight: normal;
}
.vs-sidebar--item vs-sidebar-item-active{
color: #ae66bd !important;
font-weight: normal;
}
a{
color: #ae66bd;
}
.title{
flex: 2;
}
.parent-card{
flex: 6;
}
.title h1{
text-align: left;
color: #FFF !important;
font-weight: normal;
font-size: 2em;
}
.title h2{
text-align: left;
font-weight: lighter;
font-size: 1.3em;
color: #FFF;
}
.title a:hover, .globaltitle a:hover{
text-decoration: none !important;
font-weight: normal;
}
.title a, .globaltitle a{
color: #FFF;
}
.globaltitle{
text-align: center;
color: #FFF !important;
font-weight: normal;
font-size: 2em;
}
.pagetitle{
text-align: center;
font-weight: lighter;
font-size: 1.3em;
color: #FFF;
}
/*.header-card {*/
/* width:80%;*/
/* margin: auto;*/
/* fill: none;*/
/*}*/
.widget-card {
display: inline-block !important;
background-color: #ffffff !important;
margin: auto !important;
}
.parent-card {
display: flex;
justify-content: center;
align-items: center;
}
.custom-card {
background-color: transparent !important;
}
#sidebar p{
text-align: center !important;
font-size: 1.3em !important;
font-family: Roboto;
color: #000000 !important;
padding: 5px !important;
}
.dataCounts{
display:flex;
justify-content: center;
align-items: center;
color: #FFF;
/*font-size: 2em;*/
}
.dataCounts h1{
text-align: left;
padding: 0px;
/*font-size: .8em;*/
/*color: #cba8e0;*/
}
.dataCounts p{
font-size: 2em;
}
/* NEW SIDEBAR STYLING */
.vs-sidebar--item a{
font-size: 1em !important;
}
.vs-sidebar--item a i{
font-size: 1em !important;
padding-right: 5px;
}
.footer-sidebar button i{
}
.vs-sidebar--header {
background-color: #ae66bd;
}
/********************************************************************************/
@media only screen and (min-width: 768px) {
#sidebar {
height: 160vh;
}
.raphael-group-102-dataset-Label-group text{
/*font-size: 1.1em !important;*/
/*fill: !important;*/
}
#info {
position: fixed;
bottom: 50px;
width: 100%;
padding-left: 15px;
}
.wrapper-right {
margin-top: 80px;
}
}
@media only screen and (min-width:1440px) {
#sidebar {
width: 350px;
max-width: 350px;
flex: auto;
}
#dashboard-content {
width: 800px;
max-width: 800px;
flex: auto;
}
.raphael-group-102-dataset-Label-group text{
font-size: 1.2em !important;
/*fill: !important;*/
}
} | client/src/css/style.css | @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
/*
COLOR PALETTE
main protopia color: #9178a0
main protopia color v2: #90779f
protopia button color: #cba8e0
protopia secondary button: #c9a8d0
*/
:root {
font-size: 62.5%;
}
#app{
background: linear-gradient(90deg, rgba(173,102,200,1) 0%, rgba(174,102,189,1) 50%);
}
.btn-group{
margin-left: 15px;
}
.widget-card .vs-icon{
padding-bottom: 4px;
padding-left: 4px;
}
.boxTitle{
color: white;
font-size: .8em;
font-weight: lighter;
margin-bottom: 3px;
}
.boxLine{
background-color: #49198c;
border-width: .3px;
}
.headerDiv{
display: flex;
align-items: center;
justify-content: flex-start;
width: 90%;
margin: auto;
padding-top: -50px !important;
}
.bodyDiv{
display: grid;
grid-gap: 10px;
/*grid-template-columns: repeat(4, [col] auto);*/
grid-template-columns: 3fr 1fr;
grid-template-rows: repeat(2, [row] auto);
padding: 10px;
}
.bottomDiv{
display: grid;
grid-gap: 8px;
grid-template-columns: 1fr 2fr 1fr;
grid-template-rows: repeat(2, [row] auto);
padding: 10px;
padding-top: 0px;
}
.f{
margin-right: 3px !important;
}
.g{
margin-left: -2px !important;
}
.box {
background-color: #5e26ac;
border-radius: 7px;
padding: 10px;
font-size: 150%;
}
.box .box{
background-color: rgba(145,120,160,.2);
}
.graph1st{
grid-row: row;
}
.b {
grid-row: row;
}
.graph2nd{
grid-row: row 2;
}
.d {
grid-row: row 2;
}
body {
font-family: Roboto;
font-weight: 400;
width: 100%;
margin: 0;
font-size: 1.6rem;
}
body .vs-button{
font-size: 1rem;
}
#sidebar {
position: relative;
display: flex;
flex-direction: column;
background-image: linear-gradient(-180deg, #80b6db 0%, #7da7e2 100%);
}
#search {
text-align: center;
height: 20vh;
position: relative;
}
#location-input {
height: 42px;
width: 100%;
opacity: 1;
border: 0;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.2);
margin-top: 16px;
padding-left: 16px;
color: #ffffff;
font-size: 1.8rem;
line-height: 21px;
}
#location-input:focus {
outline: none;
}
::placeholder {
color: #FFFFFF;
opacity: 0.6;
}
#current-weather {
color: #ffffff;
font-size: 8rem;
line-height: 106px;
position: relative;
}
#current-weather>span {
color: #ffffff;
font-size: 3.6rem;
line-height: 42px;
vertical-align: super;
opacity: 0.8;
top: 15px;
position: absolute;
}
#weather-desc {
font-size: 2.0rem;
color: #ffffff;
font-weight: 500;
line-height: 24px;
}
#possibility {
color: #ffffff;
font-size: 16px;
font-weight: 500;
line-height: 19px;
}
#max-detail,
#min-detail {
color: #ffffff;
font-size: 2.0rem;
font-weight: 500;
line-height: 24px;
}
#max-detail>i,
#min-detail>i {
font-style: normal;
height: 13.27px;
width: 16.5px;
opacity: 0.4;
}
#max-detail>span,
#min-detail>span {
color: #ffffff;
font-family: Roboto;
font-size: 1.2rem;
line-height: 10px;
vertical-align: super;
}
#max-summary,
#min-summary {
opacity: 0.9;
color: #ffffff;
font-size: 1.4rem;
line-height: 16px;
margin-top: 2px;
opacity: 0.7;
}
#search-btn {
position: absolute;
right: 0;
top: 16px;
padding: 2px;
z-index: 999;
height: 42px;
width: 45px;
background-color: rgba(255, 255, 255, 0.2);
border: none;
}
#dashboard-content {
text-align: center;
height: 100vh;
}
#date-desc,
#location-desc {
color: #ffffff;
font-size: 1.6rem;
font-weight: 500;
line-height: 19px;
margin-bottom: 15px;
}
#date-desc>img {
top: -3px;
position: relative;
margin-right: 10px;
}
#location-desc>img {
top: -3px;
position: relative;
margin-left: 5px;
margin-right: 15px;
}
#location-detail {
opacity: 0.7;
color: #ffffff;
font-size: 1.4rem;
line-height: 20px;
margin-left: 35px;
}
.centered {
position: fixed;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
}
.max-desc {
width: 80px;
float: left;
margin-right: 28px;
}
.temp-max-min {
margin-top: 40px
}
#dashboard-content {
background-color: white;
}
.custom-card {
background-color: #FFFFFF !important;
border: 0 !important;
margin-top: 16px !important;
margin-bottom: 20px !important;
}
.custom-content-card {
background-color: #FFFFFF !important;
border: 0 !important;
margin-top: 16px !important;
margin-bottom: 0px !important;
}
.header-card {
height: 50vh;
}
.content-card {
height: 43vh;
}
.card-divider {
margin-top: 0;
}
.content-header {
/*color: #8786A4;*/
color: white;
font-size: 1.4rem;
line-height: 16px;
font-weight: 500;
padding: 15px 10px 5px 15px;
}
.highlights-item {
min-height: 37vh;
max-height: 38vh;
background-color: #FFFFFF;
}
.card-heading{
padding: 5px;
font-weight: 400;
font-size: 1.2em;
color: #FFF;
}
.card-sub-heading {
/*color: #73748C;*/
color: white;
font-size: 1.6rem;
line-height: 19px;
}
.card-value {
color: #000000;
font-size: 1.8rem;
line-height: 21px;
}
span text {
font-weight: 500 !important;
}
hr {
padding-top: 1.5px;
padding-bottom: 1px;
margin-bottom: 0;
margin-top: 0;
line-height: 0.5px;
}
/*********************************** NEW CODE ********************************************/
body {
background-color: white;
}
.vs-sidebar--item .vs-sidebar-item-active{
color: #ae66bd !important;
}
.vs-component.vs-button.vs-button-primary.vs-button-filled {
background: linear-gradient(90deg, rgba(173,102,200,1) 0%, rgba(174,102,189,1) 50%) !important;
}
.vs-sidebar-primary .vs-sidebar-item-active a{
color: #ae66bd !important;
font-weight: normal;
}
.vs-sidebar--item vs-sidebar-item-active{
color: #ae66bd !important;
font-weight: normal;
}
a{
color: #ae66bd;
}
.title{
flex: 2;
}
.parent-card{
flex: 6;
}
.title h1{
text-align: left;
color: #FFF !important;
font-weight: normal;
font-size: 2em;
}
.title h2{
text-align: left;
font-weight: lighter;
font-size: 1.3em;
color: #FFF;
}
.title a:hover, .globaltitle a:hover{
text-decoration: none !important;
font-weight: normal;
}
.title a, .globaltitle a{
color: #FFF;
}
.globaltitle{
text-align: center;
color: #FFF !important;
font-weight: normal;
font-size: 2em;
}
.pagetitle{
text-align: center;
font-weight: lighter;
font-size: 1.3em;
color: #FFF;
}
/*.header-card {*/
/* width:80%;*/
/* margin: auto;*/
/* fill: none;*/
/*}*/
.widget-card {
display: inline-block !important;
background-color: #ffffff !important;
margin: auto !important;
}
.parent-card {
display: flex;
justify-content: center;
align-items: center;
}
.custom-card {
background-color: transparent !important;
}
#sidebar p{
text-align: center !important;
font-size: 1.3em !important;
font-family: Roboto;
color: #000000 !important;
padding: 5px !important;
}
.dataCounts{
display:flex;
justify-content: center;
align-items: center;
color: #FFF;
/*font-size: 2em;*/
}
.dataCounts h1{
text-align: left;
padding: 0px;
/*font-size: .8em;*/
/*color: #cba8e0;*/
}
.dataCounts p{
font-size: 2em;
}
/* NEW SIDEBAR STYLING */
.vs-sidebar--item a{
font-size: 1em !important;
}
.vs-sidebar--item a i{
font-size: 1em !important;
padding-right: 5px;
}
.footer-sidebar button i{
}
.vs-sidebar--header {
background-color: #ae66bd;
}
/********************************************************************************/
@media only screen and (min-width: 768px) {
#sidebar {
height: 160vh;
}
.raphael-group-102-dataset-Label-group text{
/*font-size: 1.1em !important;*/
/*fill: !important;*/
}
#info {
position: fixed;
bottom: 50px;
width: 100%;
padding-left: 15px;
}
.wrapper-right {
margin-top: 80px;
}
}
@media only screen and (min-width:1440px) {
#sidebar {
width: 350px;
max-width: 350px;
flex: auto;
}
#dashboard-content {
width: 800px;
max-width: 800px;
flex: auto;
}
.raphael-group-102-dataset-Label-group text{
font-size: 1.2em !important;
/*fill: !important;*/
}
} | 0.383064 | 0.075687 |
@font-face {
font-family: 'vinlottis-icons';
src:
url('/public/assets/fonts/vinlottis-icons/vinlottis-icons.ttf?95xu5r') format('truetype'),
url('/public/assets/fonts/vinlottis-icons/vinlottis-icons.woff?95xu5r') format('woff'),
url('/public/assets/fonts/vinlottis-icons/vinlottis-icons.svg?95xu5r#vinlottis-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'vinlottis-icons' !important;
speak: never;
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--arrow-long-right:before {
content: "\e907";
}
.icon--arrow-long-left:before {
content: "\e908";
}
.icon--arrow-right:before {
content: "\e909";
}
.icon--arrow-left:before {
content: "\e900";
}
.icon--ballon:before {
content: "\e90b";
}
.icon--bars:before {
content: "\e90c";
}
.icon--bottle:before {
content: "\e90d";
}
.icon--cake-chart:before {
content: "\e90f";
}
.icon--stopwatch:before {
content: "\e911";
}
.icon--cloud:before {
content: "\e912";
}
.icon--dart:before {
content: "\e914";
}
.icon--eye-1:before {
content: "\e919";
}
.icon--eye-2:before {
content: "\e91a";
}
.icon--eye-3:before {
content: "\e91b";
}
.icon--eye-4:before {
content: "\e91c";
}
.icon--eye-5:before {
content: "\e91d";
}
.icon--eye-6:before {
content: "\e91e";
}
.icon--eye-7:before {
content: "\e91f";
}
.icon--eye-8:before {
content: "\e920";
}
.icon--face-1:before {
content: "\e922";
}
.icon--face-2:before {
content: "\e923";
}
.icon--face-3:before {
content: "\e924";
}
.icon--heart-sparks:before {
content: "\e928";
}
.icon--heart:before {
content: "\e929";
}
.icon--medal:before {
content: "\e936";
}
.icon--megaphone:before {
content: "\e937";
}
.icon--phone:before {
content: "\e93a";
}
.icon--plus:before {
content: "\e93e";
}
.icon--spark:before {
content: "\e946";
}
.icon--tag:before {
content: "\e949";
}
.icon--talk:before {
content: "\e94b";
}
.icon--cross:before {
content: "\e952";
} | frontend/styles/vinlottis-icons.css | @font-face {
font-family: 'vinlottis-icons';
src:
url('/public/assets/fonts/vinlottis-icons/vinlottis-icons.ttf?95xu5r') format('truetype'),
url('/public/assets/fonts/vinlottis-icons/vinlottis-icons.woff?95xu5r') format('woff'),
url('/public/assets/fonts/vinlottis-icons/vinlottis-icons.svg?95xu5r#vinlottis-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'vinlottis-icons' !important;
speak: never;
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--arrow-long-right:before {
content: "\e907";
}
.icon--arrow-long-left:before {
content: "\e908";
}
.icon--arrow-right:before {
content: "\e909";
}
.icon--arrow-left:before {
content: "\e900";
}
.icon--ballon:before {
content: "\e90b";
}
.icon--bars:before {
content: "\e90c";
}
.icon--bottle:before {
content: "\e90d";
}
.icon--cake-chart:before {
content: "\e90f";
}
.icon--stopwatch:before {
content: "\e911";
}
.icon--cloud:before {
content: "\e912";
}
.icon--dart:before {
content: "\e914";
}
.icon--eye-1:before {
content: "\e919";
}
.icon--eye-2:before {
content: "\e91a";
}
.icon--eye-3:before {
content: "\e91b";
}
.icon--eye-4:before {
content: "\e91c";
}
.icon--eye-5:before {
content: "\e91d";
}
.icon--eye-6:before {
content: "\e91e";
}
.icon--eye-7:before {
content: "\e91f";
}
.icon--eye-8:before {
content: "\e920";
}
.icon--face-1:before {
content: "\e922";
}
.icon--face-2:before {
content: "\e923";
}
.icon--face-3:before {
content: "\e924";
}
.icon--heart-sparks:before {
content: "\e928";
}
.icon--heart:before {
content: "\e929";
}
.icon--medal:before {
content: "\e936";
}
.icon--megaphone:before {
content: "\e937";
}
.icon--phone:before {
content: "\e93a";
}
.icon--plus:before {
content: "\e93e";
}
.icon--spark:before {
content: "\e946";
}
.icon--tag:before {
content: "\e949";
}
.icon--talk:before {
content: "\e94b";
}
.icon--cross:before {
content: "\e952";
} | 0.304352 | 0.115212 |
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
nav ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
body {
background-color: #fcf9ff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23d51bf6' fill-opacity='0.48' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
main {
max-width: 800px;
margin: 80px auto;
text-align: center;
font-family: sans-serif;
}
main .title {
font-size: 40px;
margin: 24px;
}
main .btn {
padding: 16px 78px;
border: 1px solid black;
-webkit-box-shadow: 4px 4px 0;
box-shadow: 4px 4px 0;
background-color: #f7f7be;
font-weight: 900;
font-size: 18px;
letter-spacing: 1px;
}
main .btn:hover {
-webkit-box-shadow: none;
box-shadow: none;
background-color: #ff9;
}
main .card {
max-width: 400px;
margin: 16px auto;
border: 1px solid black;
padding: 24px;
-webkit-box-shadow: 2px 2px 0;
box-shadow: 2px 2px 0;
background-color: #f9e6e9;
}
main .card__name {
font-size: 24px;
padding: 12px 0;
text-transform: uppercase;
}
main .card__img__image {
width: 100%;
border-radius: 2px;
}
main .card__img__caption {
font-style: italic;
text-align: right;
}
main .card span {
font-weight: 900;
}
main .card p {
margin: 16px 0;
text-align: left;
}
/*# sourceMappingURL=styles.css.map */ | rick_morty/styles.css | html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
nav ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
body {
background-color: #fcf9ff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23d51bf6' fill-opacity='0.48' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
main {
max-width: 800px;
margin: 80px auto;
text-align: center;
font-family: sans-serif;
}
main .title {
font-size: 40px;
margin: 24px;
}
main .btn {
padding: 16px 78px;
border: 1px solid black;
-webkit-box-shadow: 4px 4px 0;
box-shadow: 4px 4px 0;
background-color: #f7f7be;
font-weight: 900;
font-size: 18px;
letter-spacing: 1px;
}
main .btn:hover {
-webkit-box-shadow: none;
box-shadow: none;
background-color: #ff9;
}
main .card {
max-width: 400px;
margin: 16px auto;
border: 1px solid black;
padding: 24px;
-webkit-box-shadow: 2px 2px 0;
box-shadow: 2px 2px 0;
background-color: #f9e6e9;
}
main .card__name {
font-size: 24px;
padding: 12px 0;
text-transform: uppercase;
}
main .card__img__image {
width: 100%;
border-radius: 2px;
}
main .card__img__caption {
font-style: italic;
text-align: right;
}
main .card span {
font-weight: 900;
}
main .card p {
margin: 16px 0;
text-align: left;
}
/*# sourceMappingURL=styles.css.map */ | 0.403684 | 0.073297 |
html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
max-width: 100%;
}
/* --------------------------------
Modules - reusable parts of our design
-------------------------------- */
#i-cart-trigger
{
color: white;
}
/* --------------------------------
xheader
-------------------------------- */
#cd-cart {
position: fixed;
top: 0;
height: 100%;
width: 260px;
/* header height */
padding-top: 50px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
z-index: 3;
}
@media only screen and (max-width: 767px) {
#cd-cart {
width: 100%;
}
}
@media only screen and (min-width: 768px) {
#cd-cart {
width: 100%;
}
}
@media only screen and (min-width: 1200px) {
#cd-cart {
width: 30%;
/* header height has changed */
padding-top: 80px;
}
}
#cd-cart {
right: -100%;
background: #FFF;
-webkit-transition: right 0.3s;
-moz-transition: right 0.3s;
transition: right 0.3s;
}
#cd-cart.speed-in {
right: 0;
}
#cd-cart > * {
padding: 0 1em;
}
#cd-cart h2 {
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
text-transform: uppercase;
margin: 1em 0;
}
#cd-cart .cd-cart-items {
padding: 0;
}
#cd-cart .cd-cart-items li {
position: relative;
padding: 1em;
border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
color: #a5aebc;
}
#cd-cart .cd-price {
margin-top: .4em;
}
#cd-cart .cd-item-remove {
position: absolute;
right: 1em;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 32px;
height: 32px;
border-radius: 50%;
background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
padding-top: 1em;
padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
float: right;
}
#cd-cart .cd-cart-total::after {
/* clearfix */
content: '';
display: table;
clear: both;
}
#cd-cart .checkout-btn {
display: block;
width: 100%;
height: 60px;
line-height: 60px;
background: #7dcf85;
color: #FFF;
text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
text-align: center;
margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
#cd-cart > * {
padding: 0 2em;
}
#cd-cart .cd-cart-items li {
padding: 1em 2em;
}
#cd-cart .cd-item-remove {
right: 2em;
}
}
#cd-shadow-layer {
position: fixed;
min-height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(67, 87, 121, 0.6);
cursor: pointer;
z-index: 2;
display: none;
}
#cd-shadow-layer.is-visible {
display: block;
-webkit-animation: cd-fade-in 0.3s;
-moz-animation: cd-fade-in 0.3s;
animation: cd-fade-in 0.3s;
}
/* --------------------------------
xkeyframes
-------------------------------- */
@-webkit-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} | src/main/resources/static/css/cart-drawer.css | html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
max-width: 100%;
}
/* --------------------------------
Modules - reusable parts of our design
-------------------------------- */
#i-cart-trigger
{
color: white;
}
/* --------------------------------
xheader
-------------------------------- */
#cd-cart {
position: fixed;
top: 0;
height: 100%;
width: 260px;
/* header height */
padding-top: 50px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
z-index: 3;
}
@media only screen and (max-width: 767px) {
#cd-cart {
width: 100%;
}
}
@media only screen and (min-width: 768px) {
#cd-cart {
width: 100%;
}
}
@media only screen and (min-width: 1200px) {
#cd-cart {
width: 30%;
/* header height has changed */
padding-top: 80px;
}
}
#cd-cart {
right: -100%;
background: #FFF;
-webkit-transition: right 0.3s;
-moz-transition: right 0.3s;
transition: right 0.3s;
}
#cd-cart.speed-in {
right: 0;
}
#cd-cart > * {
padding: 0 1em;
}
#cd-cart h2 {
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
text-transform: uppercase;
margin: 1em 0;
}
#cd-cart .cd-cart-items {
padding: 0;
}
#cd-cart .cd-cart-items li {
position: relative;
padding: 1em;
border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
color: #a5aebc;
}
#cd-cart .cd-price {
margin-top: .4em;
}
#cd-cart .cd-item-remove {
position: absolute;
right: 1em;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 32px;
height: 32px;
border-radius: 50%;
background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
padding-top: 1em;
padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
float: right;
}
#cd-cart .cd-cart-total::after {
/* clearfix */
content: '';
display: table;
clear: both;
}
#cd-cart .checkout-btn {
display: block;
width: 100%;
height: 60px;
line-height: 60px;
background: #7dcf85;
color: #FFF;
text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
text-align: center;
margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
#cd-cart > * {
padding: 0 2em;
}
#cd-cart .cd-cart-items li {
padding: 1em 2em;
}
#cd-cart .cd-item-remove {
right: 2em;
}
}
#cd-shadow-layer {
position: fixed;
min-height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(67, 87, 121, 0.6);
cursor: pointer;
z-index: 2;
display: none;
}
#cd-shadow-layer.is-visible {
display: block;
-webkit-animation: cd-fade-in 0.3s;
-moz-animation: cd-fade-in 0.3s;
animation: cd-fade-in 0.3s;
}
/* --------------------------------
xkeyframes
-------------------------------- */
@-webkit-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} | 0.399929 | 0.064683 |
.landingContainer{
background-color: black;
max-width: 1920px;
margin: 0 auto;
}
.landing{
display: grid;
grid-template-rows: 1fr;
grid-template-columns: 1fr 1fr;
grid-template-areas:
"image titleGrid";
background-color: black;
margin: 0 auto;
}
#imageContainer{
grid-area: image;
}
#mainImage{
display: block;
margin: 0 auto;
width: 60%;
opacity: 0;
animation-name: imageFadeIn;
animation-duration: 7s;
animation-fill-mode: forwards;
animation-delay: 1s;
}
@keyframes imageFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#titleContainer{
grid-area: titleGrid;
display: grid;
grid-template-rows: 2fr 2fr 0.5fr 2fr;
grid-template-columns: 1fr;
grid-template-areas:
"."
"."
"main"
"subtitle";
color: white;
white-space: nowrap;
}
#titleContainer h1{
grid-area: main;
display: inline;
color: black;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: 30px;
font-weight: 100;
font-size: 100px;
margin: 0;
animation-name: fadeIn;
animation-duration: 7s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
}
#titleContainer h4{
grid-area: subtitle;
color: black;
display: inline;
letter-spacing: 16px;
/* font-size: 30px; */
font-family: Arial, Helvetica, sans-serif;
font-weight: 100;
margin: 10px 0 0 60px;
animation-name: slide-in;
animation-duration: 3s;
animation-delay: 1.5s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
}
@keyframes slide-in {
0% {
margin: 10px 0 0;
color: black;
letter-spacing: 16px;
font-size: 10px;
}
100% {
margin-left: 10px 0 0 60px;
color: white;
letter-spacing: 7px;
font-size: 30px;
}
}
@keyframes fadeIn {
0% {
color: black;
letter-spacing: 16px;
}
100% {
color: white;
letter-spacing: 7px;
}
}
@media only screen and (max-width: 1330px){
.landing{
grid-template-rows: 2fr 1fr;
grid-template-columns: 1fr;
grid-template-areas:
"image"
"titleGrid";
}
#mainImage{
display: block;
width: 30%;
height:auto;
}
#titleContainer{
grid-template-rows: 100px 10px;
grid-template-areas:
"main"
"subtitle";
margin:0 auto;
}
#titleContainer h1{
font-size: 75px;
}
#titleContainer h4{
font-size: 25px;
animation-name: fadeIn;
}
}
@media only screen and (max-width: 700px){
#titleContainer h1{
font-size: 40px;
text-align: center;
animation-name: none;
letter-spacing: 7px;
color: white;
animation-name: none;
}
#titleContainer h4{
font-size: 15px;
text-align: center;
padding: 0;
margin: -50px 0 0 0;
letter-spacing: 4px;
animation-name: none;
color: white;
}
} | src/css/prevLanding.css | .landingContainer{
background-color: black;
max-width: 1920px;
margin: 0 auto;
}
.landing{
display: grid;
grid-template-rows: 1fr;
grid-template-columns: 1fr 1fr;
grid-template-areas:
"image titleGrid";
background-color: black;
margin: 0 auto;
}
#imageContainer{
grid-area: image;
}
#mainImage{
display: block;
margin: 0 auto;
width: 60%;
opacity: 0;
animation-name: imageFadeIn;
animation-duration: 7s;
animation-fill-mode: forwards;
animation-delay: 1s;
}
@keyframes imageFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#titleContainer{
grid-area: titleGrid;
display: grid;
grid-template-rows: 2fr 2fr 0.5fr 2fr;
grid-template-columns: 1fr;
grid-template-areas:
"."
"."
"main"
"subtitle";
color: white;
white-space: nowrap;
}
#titleContainer h1{
grid-area: main;
display: inline;
color: black;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: 30px;
font-weight: 100;
font-size: 100px;
margin: 0;
animation-name: fadeIn;
animation-duration: 7s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
}
#titleContainer h4{
grid-area: subtitle;
color: black;
display: inline;
letter-spacing: 16px;
/* font-size: 30px; */
font-family: Arial, Helvetica, sans-serif;
font-weight: 100;
margin: 10px 0 0 60px;
animation-name: slide-in;
animation-duration: 3s;
animation-delay: 1.5s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
}
@keyframes slide-in {
0% {
margin: 10px 0 0;
color: black;
letter-spacing: 16px;
font-size: 10px;
}
100% {
margin-left: 10px 0 0 60px;
color: white;
letter-spacing: 7px;
font-size: 30px;
}
}
@keyframes fadeIn {
0% {
color: black;
letter-spacing: 16px;
}
100% {
color: white;
letter-spacing: 7px;
}
}
@media only screen and (max-width: 1330px){
.landing{
grid-template-rows: 2fr 1fr;
grid-template-columns: 1fr;
grid-template-areas:
"image"
"titleGrid";
}
#mainImage{
display: block;
width: 30%;
height:auto;
}
#titleContainer{
grid-template-rows: 100px 10px;
grid-template-areas:
"main"
"subtitle";
margin:0 auto;
}
#titleContainer h1{
font-size: 75px;
}
#titleContainer h4{
font-size: 25px;
animation-name: fadeIn;
}
}
@media only screen and (max-width: 700px){
#titleContainer h1{
font-size: 40px;
text-align: center;
animation-name: none;
letter-spacing: 7px;
color: white;
animation-name: none;
}
#titleContainer h4{
font-size: 15px;
text-align: center;
padding: 0;
margin: -50px 0 0 0;
letter-spacing: 4px;
animation-name: none;
color: white;
}
} | 0.366136 | 0.118029 |
@-moz-document domain("gamekyo.com") {
body
{
background: url("http://i.imgur.com/PtJ6fl7.jpg") bottom fixed no-repeat !important;
background-size: cover !important;
}
/* Entete */
#header {
background-color: #252525 !important;
background: url("http://i.imgur.com/EH49A5y.jpg") repeat !important;
border-color: #2D2D2D !important;
border-width: 0px 0px 0px 0px !important;
}
#header-logo img
{
display:none !important;
}
#header-logo
{
padding-top:50px;
padding-left:400px;
background: url("http://i.imgur.com/qSS3KMq.png") no-repeat !important;
}
#main-menu-lign, #sub-menu-lign
{
background-color: #2D2D2D !important;
background: url("http://i.imgur.com/EH49A5y.jpg") repeat !important;
}
#sub-menu-lign
{
border-width: 0px 0px 1px 0px !important;
}
/* Bloc recherche */
.box-frame, div.box-container.gray-background
{
background-color: #353535 !important;
}
/* Bordure bleu */
.box-title-external-blue, .box-frame
{
background-color: #353535 !important;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #D0D0D0;
color: #C3C3C3 !important;
}
/* Fond blanc */
.white-background
{
background-color: #3A3939 !important;
}
/* Fond gris */
.gray-background
{
background-color: #232222 !important;
}
/* Fond jaune */
.yellow-background
{
background-color: #616060 !important;
}
/* Bloc votes */
.voters-box-news, .votes-box
{
border-color: #232222;
background-color: #232222 !important;
}
/* Fin de bloc */
.box-bottom-link
{
background-color: #353535 !important;
}
/* articles */
.tip-container, .yellow-border
{
border-width: 0px 0px 0px 0px !important;
color: #BBBBBB !important;
}
/* Titre des articles */
div.medium-title a:link
{
color: #CCCCCC !important;
text-decoration: none;
}
.box-container
{
background-color: #3A3939 !important;
}
.article-thumb {
border-width: 0px !important;
background-color: #000000;
}
/* Texte des articles */
.medium-text
{
color: #CCCCCC !important;
}
#quote {
background-color: #6F6F6F !important;
}
} | data/usercss/117724.user.css | @-moz-document domain("gamekyo.com") {
body
{
background: url("http://i.imgur.com/PtJ6fl7.jpg") bottom fixed no-repeat !important;
background-size: cover !important;
}
/* Entete */
#header {
background-color: #252525 !important;
background: url("http://i.imgur.com/EH49A5y.jpg") repeat !important;
border-color: #2D2D2D !important;
border-width: 0px 0px 0px 0px !important;
}
#header-logo img
{
display:none !important;
}
#header-logo
{
padding-top:50px;
padding-left:400px;
background: url("http://i.imgur.com/qSS3KMq.png") no-repeat !important;
}
#main-menu-lign, #sub-menu-lign
{
background-color: #2D2D2D !important;
background: url("http://i.imgur.com/EH49A5y.jpg") repeat !important;
}
#sub-menu-lign
{
border-width: 0px 0px 1px 0px !important;
}
/* Bloc recherche */
.box-frame, div.box-container.gray-background
{
background-color: #353535 !important;
}
/* Bordure bleu */
.box-title-external-blue, .box-frame
{
background-color: #353535 !important;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #D0D0D0;
color: #C3C3C3 !important;
}
/* Fond blanc */
.white-background
{
background-color: #3A3939 !important;
}
/* Fond gris */
.gray-background
{
background-color: #232222 !important;
}
/* Fond jaune */
.yellow-background
{
background-color: #616060 !important;
}
/* Bloc votes */
.voters-box-news, .votes-box
{
border-color: #232222;
background-color: #232222 !important;
}
/* Fin de bloc */
.box-bottom-link
{
background-color: #353535 !important;
}
/* articles */
.tip-container, .yellow-border
{
border-width: 0px 0px 0px 0px !important;
color: #BBBBBB !important;
}
/* Titre des articles */
div.medium-title a:link
{
color: #CCCCCC !important;
text-decoration: none;
}
.box-container
{
background-color: #3A3939 !important;
}
.article-thumb {
border-width: 0px !important;
background-color: #000000;
}
/* Texte des articles */
.medium-text
{
color: #CCCCCC !important;
}
#quote {
background-color: #6F6F6F !important;
}
} | 0.083974 | 0.05951 |