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 |
|---|---|---|---|---|
@media (min-width: 1200px) and (max-width: 1500px) {
.hero-bg {
overflow: hidden;
}
.hero-caption {
padding-top: 270px;
}
.hero-img {
margin-bottom: -220px;
}
.screenshot-area {
padding-left: 50px;
padding-right: 50px;
}
.hero-caption.hero-cap-2 {
padding-top: 370px;
}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.hero-caption {
padding-top: 250px;
padding-bottom: 200px;
}
.stock-shape {
display: none;
}
.define-inner-text {
padding: 50px 35px;
}
.pricing-tab {
margin-left: -20px;
}
.header-menu {
padding-right: 20px;
}
.header-menu ul li {
margin: 0 9px;
}
.screenshot-area {
padding-left: 50px;
padding-right: 50px;
}
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.responsive {
display: block;
}
.responsive {
float: right;
display: block;
cursor: pointer;
margin-top: -27px;
}
.responsive i {
color: #fff;
font-size: 25px;
}
.header-menu {
padding-right: 0;
float: none;
background: #fff;
margin-top: 25px;
}
.header-menu ul li {
display: block;
margin: 0 25px;
}
.header-menu ul li a {
color: #5e629c;
display: block;
padding: 10px 0;
}
#basic-nav {
display: none;
background: #fff;
}
.header-menu ul li a:hover {
color: #FE8264;
}
.hero-caption {
padding-top: 250px;
padding-bottom: 200px;
}
.stock-wrapper {
margin-bottom: 40px;
}
.manual-left {
padding-top: 0;
}
.manual-right {
margin-top: 45px;
}
.pricing-tab {
margin-left: -10px;
}
.stock-shape {
display: none;
}
.sticky-menu {
padding-top: 21px;
}
.sticky-menu .responsive {
margin-top: -24px;
}
.sticky-menu .header-menu ul li a:hover, .sticky-menu .header-menu ul li.active a {
color: #FE8264;
}
#scrollUp {
right: 20px;
bottom: 20px;
}
.screenshot-area {
padding-left: 50px;
padding-right: 50px;
}
}
/* small mobile :320px. */
@media (max-width: 767px) {
.responsive {
display: block;
}
.responsive {
float: right;
display: block;
cursor: pointer;
margin-top: -27px;
}
.responsive i {
color: #fff;
font-size: 25px;
}
.header-menu {
padding-right: 0;
float: none;
background: #fff;
margin-top: 25px;
}
.header-menu ul li {
display: block;
margin: 0 25px;
}
.header-menu ul li a {
color: #5e629c;
display: block;
padding: 10px 0;
}
#basic-nav {
display: none;
background: #fff;
}
.header-menu ul li a:hover {
color: #FE8264;
}
.hero-caption {
padding-top: 250px;
padding-bottom: 200px;
}
.stock-wrapper {
margin-bottom: 40px;
}
.manual-left {
padding-top: 0;
}
.manual-right {
margin-top: 45px;
}
.pricing-tab {
margin-left: 0;
}
.stock-shape {
display: none;
}
.hero-text h1 {
font-size: 40px;
}
.subscriber-form form button.btn-bg-salmon {
position: static;
margin-top: 10px;
}
.section-title h1 {
font-size: 35px;
}
.back-text {
display: none;
}
.stock-text p {
padding-right: 0;
}
.destination-shape {
display: none;
}
.manual-wrapper {
margin-left: 0;
display: block !important;
padding-right: 15px;
padding-left: 20px;
}
.manual-icon {
margin-right: 0;
margin-bottom: 15px;
}
.manual-right img {
width: 100%;
}
.main-pricing {
transform: translateX(0);
margin-top: 0px;
margin-bottom: 40px;
}
.blog-text {
padding: 20px;
}
.get-app a {
margin-bottom: 10px;
}
.footer-copyright {
margin-bottom: 20px;
}
.footer-social-icons ul li {
margin-left: 0;
margin: 0 2px;
}
.stock-right-img img {
width: 100%;
}
.destination-right-img {
margin-bottom: 0;
}
.sticky-menu {
padding-top: 21px;
}
.sticky-menu .responsive {
margin-top: -24px;
}
.sticky-menu .header-menu ul li a:hover, .sticky-menu .header-menu ul li.active a {
color: #FE8264;
}
#scrollUp {
right: 20px;
bottom: 20px;
}
.subscriber-form {
padding-right: 0;
}
.btn-circle {
margin-left: 11px;
}
.slide-btn a {
margin-right: 10px;
margin-left: 0;
margin-bottom: 10px;
}
.destination-right-img img {
width: 100%;
}
.screenshot-area {
padding-left: 0;
padding-right: 0;
}
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.back-text {
display: block;
font-size: 150px;
}
} | src/assets/css/responsive.css | @media (min-width: 1200px) and (max-width: 1500px) {
.hero-bg {
overflow: hidden;
}
.hero-caption {
padding-top: 270px;
}
.hero-img {
margin-bottom: -220px;
}
.screenshot-area {
padding-left: 50px;
padding-right: 50px;
}
.hero-caption.hero-cap-2 {
padding-top: 370px;
}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.hero-caption {
padding-top: 250px;
padding-bottom: 200px;
}
.stock-shape {
display: none;
}
.define-inner-text {
padding: 50px 35px;
}
.pricing-tab {
margin-left: -20px;
}
.header-menu {
padding-right: 20px;
}
.header-menu ul li {
margin: 0 9px;
}
.screenshot-area {
padding-left: 50px;
padding-right: 50px;
}
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.responsive {
display: block;
}
.responsive {
float: right;
display: block;
cursor: pointer;
margin-top: -27px;
}
.responsive i {
color: #fff;
font-size: 25px;
}
.header-menu {
padding-right: 0;
float: none;
background: #fff;
margin-top: 25px;
}
.header-menu ul li {
display: block;
margin: 0 25px;
}
.header-menu ul li a {
color: #5e629c;
display: block;
padding: 10px 0;
}
#basic-nav {
display: none;
background: #fff;
}
.header-menu ul li a:hover {
color: #FE8264;
}
.hero-caption {
padding-top: 250px;
padding-bottom: 200px;
}
.stock-wrapper {
margin-bottom: 40px;
}
.manual-left {
padding-top: 0;
}
.manual-right {
margin-top: 45px;
}
.pricing-tab {
margin-left: -10px;
}
.stock-shape {
display: none;
}
.sticky-menu {
padding-top: 21px;
}
.sticky-menu .responsive {
margin-top: -24px;
}
.sticky-menu .header-menu ul li a:hover, .sticky-menu .header-menu ul li.active a {
color: #FE8264;
}
#scrollUp {
right: 20px;
bottom: 20px;
}
.screenshot-area {
padding-left: 50px;
padding-right: 50px;
}
}
/* small mobile :320px. */
@media (max-width: 767px) {
.responsive {
display: block;
}
.responsive {
float: right;
display: block;
cursor: pointer;
margin-top: -27px;
}
.responsive i {
color: #fff;
font-size: 25px;
}
.header-menu {
padding-right: 0;
float: none;
background: #fff;
margin-top: 25px;
}
.header-menu ul li {
display: block;
margin: 0 25px;
}
.header-menu ul li a {
color: #5e629c;
display: block;
padding: 10px 0;
}
#basic-nav {
display: none;
background: #fff;
}
.header-menu ul li a:hover {
color: #FE8264;
}
.hero-caption {
padding-top: 250px;
padding-bottom: 200px;
}
.stock-wrapper {
margin-bottom: 40px;
}
.manual-left {
padding-top: 0;
}
.manual-right {
margin-top: 45px;
}
.pricing-tab {
margin-left: 0;
}
.stock-shape {
display: none;
}
.hero-text h1 {
font-size: 40px;
}
.subscriber-form form button.btn-bg-salmon {
position: static;
margin-top: 10px;
}
.section-title h1 {
font-size: 35px;
}
.back-text {
display: none;
}
.stock-text p {
padding-right: 0;
}
.destination-shape {
display: none;
}
.manual-wrapper {
margin-left: 0;
display: block !important;
padding-right: 15px;
padding-left: 20px;
}
.manual-icon {
margin-right: 0;
margin-bottom: 15px;
}
.manual-right img {
width: 100%;
}
.main-pricing {
transform: translateX(0);
margin-top: 0px;
margin-bottom: 40px;
}
.blog-text {
padding: 20px;
}
.get-app a {
margin-bottom: 10px;
}
.footer-copyright {
margin-bottom: 20px;
}
.footer-social-icons ul li {
margin-left: 0;
margin: 0 2px;
}
.stock-right-img img {
width: 100%;
}
.destination-right-img {
margin-bottom: 0;
}
.sticky-menu {
padding-top: 21px;
}
.sticky-menu .responsive {
margin-top: -24px;
}
.sticky-menu .header-menu ul li a:hover, .sticky-menu .header-menu ul li.active a {
color: #FE8264;
}
#scrollUp {
right: 20px;
bottom: 20px;
}
.subscriber-form {
padding-right: 0;
}
.btn-circle {
margin-left: 11px;
}
.slide-btn a {
margin-right: 10px;
margin-left: 0;
margin-bottom: 10px;
}
.destination-right-img img {
width: 100%;
}
.screenshot-area {
padding-left: 0;
padding-right: 0;
}
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.back-text {
display: block;
font-size: 150px;
}
} | 0.213377 | 0.084947 |
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot');
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('../fonts/icomoon.woff') format('woff'),
url('../fonts/icomoon.ttf') format('truetype'),
url('../fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
a, a:hover,a:focus,a:visited
{
color: #ff9600;
text-decoration: none;
}
a.btn, a.btn:hover,a.btn:focus,a.btn:visited
{
color: #fff;
text-decoration: none;
}
body
{
background: #000000 url(http://www.coanime.net/images/bg_ca.jpg) no-repeat top center fixed;
color: #4c4c4c;
font-family: Arial;
font-size: 16px;
margin: 0;
}
footer
{
background: #878787;
color: white;
padding: 1em;
text-align: center;
}
footer #powerby:after
{
-webkit-font-smoothing: antialiased;
content:" \e0ff";
font-family: 'icomoon';
font-size: 1em;
opacity: 1;
}
.header_banner
{
background: url(/../assets/img/banners/banner.jpg) no-repeat center;
color: white;
height: 140px
margin: 0;
padding: 0.5em;
}
header figure, header h1
{
display: inline-block;
vertical-align: top;
}
header #user_avatar
{
background: #ccc;
border-radius: 0.3em;
box-shadow: 0 0 2px #000;
float: right;
margin: 2em 0.7em 0 0;
}
header #user_avatar figcaption
{
background: #ff9600;
border-bottom-right-radius: 0.3em;
border-top-right-radius: 0.3em;
float: right;
height: 50px;
padding: 0 2px;
}
header #user_avatar a img
{
border-bottom-left-radius: 0.3em;
border-top-left-radius: 0.3em;
float: left;
width: 50px;
}
header #user_avatar #user_options:after
{
-webkit-font-smoothing: antialiased;
content:"\f0dd";
font-family: "FontAwesome";
font-size: 0.8em;
opacity: 0.9;
}
header #logo
{
width: 50%;
}
header #logo img
{
width: 150px;
}
nav ul #adminweb
{
background: rgb(160, 205, 87);
}
.btn, .btn a i, .btn a i:hover, .btn a i:focus, .btn a i:visited
{
color: #ffffff;
text-decoration: none;
}
#bienvenida
{
display: none;
}
#bienvenida h3,
{
color: #878787;
text-align: center;
}
#bienvenida p
{
font-size: 0.9em;
}
#bienvenida p, #bienvenida #mensaje_registro
{
text-align: center;
}
#bienvenida #mensaje_registro
{
border-bottom: 3px solid #ccc;
border-radius: 5px;
display: block;
font-size: 0.8em;
padding-bottom: 0.5em;
}
#bienvenida #registro
{
background: #ff9600;
border-radius: 5px;
color: white;
display: block;
padding: 0.5em 0.2em;
text-align: center;
}
#bienvenida #titulo_aside
{
background: rgb(160, 205, 87);
border-radius: 5px;
color: white;
display: block;
padding: 0.5em 0.2em;
text-align: center;
}
#contenido, #contenido_post
{
margin: 0.5em;
}
#contenido_post .post
{
background: white;
border-bottom: 3px solid #f80;
border-radius: 0.3em;
margin: 0 0 1em 0;
padding: 2em;
text-align: justify;
}
#contenido .post
{
background: white;
border-bottom: 3px solid #f80;
border-radius: 0.3em;
margin: 0 0 1em 0;
padding: 1em;
text-align: justify;
}
#contenido .post .post_autor, #contenido_post .post .post_autor
{
}
#contenido .post p, #contenido_post .post p
{
}
#contenido .post .post_datos, #contenido_post .post .post_datos
{
text-align: right;
}
#contenido .post .post_datos .post_tags, #contenido_post .post .post_datos .post_tags
{
border-radius: 0.3em;
color: white;
float: left;
font-weight: bold;
padding: 0.2em 0.5em;
}
#contenido .post .post_datos .post_stars, #contenido_post .post .post_datos .post_stars
{
background: #474747;
border-radius: 0.3em;
color: white;
font-weight: bold;
margin: 0 0 0 1em;
padding: 0.2em 0.5em;
}
#contenido .post .post_datos .save_stars:after, #contenido_post .post .post_datos .save_stars:after
{
-webkit-font-smoothing: antialiased;
color: #F85;
content: "\f005";
font-family: "FontAwesome";
font-size: 1.5em;
margin: 0 1em;
opacity: 0.8;
position: relative;
text-decoration: none;
text-shadow: 1px 1px 1px #474747;
}
#contenido .post .post_image_tag, #contenido_post .post .post_image_tag
{
float: left;
margin: 0 1em 0 0;
padding: 3px;
text-align: center;
}
#contenido .post .post_image_tag a img, #contenido_post .post .post_image_tag a img
{
/*height: 170px;*/
width: 100%;
}
#contenido .post .post_paragraph, #contenido_post .post .post_paragraph
#contenido .post .post_paragraph, #contenido_post .post .post_paragraph
{
text-align: justify;
}
#contenido .post .post_body img, #contenido_post .post .post_body img
#contenido .post .post_body img, #contenido_post .post .post_body img
{
width: 300px;
margin: 15px;
}
#contenido .post .post_body img, #contenido_post .post .post_body .first-image
{
height: 400px;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}
#contenido .post .post_title, #contenido_post .post .post_title
{
font-size: 1.3em;
font-style: italic;
font-weight: bold;
margin-top: 0;
padding:0 0.5em 0 0.5em;
text-shadow: 0px 1px 1px #333;
color: #ff9600;
}
#contenido .post .post_title a, #contenido_post .post .post_title a
{
color:#ff8800;
text-decoration: none;
}
.post #autor img
{
max-width: 7em;
}
#wrapper
{
background: #EFEFEF;
border-radius: 0.3em;
margin-bottom: 0.5em;
padding-bottom: 0.2em;
}
/*----------------*/
/* Social Buttons */
/*----------------*/
#social_buttons
{
display: none;
}
#social_buttons #twitter:after
{
-moz-osx-font-smoothing:grayscale
-webkit-font-smoothing:antialiased;
color: #13BAEA;
content: "\f099";
font-family: "FontAwesome";
font-size: 2em;
text-decoration: none;
text-shadow: 1px 1px 1px #474747;
}
#social_buttons #facebook:after
{
-moz-osx-font-smoothing:grayscale
-webkit-font-smoothing:antialiased;
content: "\f09a";
font-family: "FontAwesome";
font-size: 2em;
text-decoration: none;
text-shadow: 1px 1px 1px #474747;
color: #2664BF;
}
#social_buttons #gplus:after
{
-moz-osx-font-smoothing:grayscale
-webkit-font-smoothing:antialiased;
color: #C83F11;
content: "\f0d5";
font-family: "FontAwesome";
font-size: 2em;
text-decoration: none;
text-shadow: 1px 1px 1px #474747;
}
#social_buttons #suscribete:after
{
-moz-osx-font-smoothing:grayscale
-webkit-font-smoothing:antialiased;
content: "\f0e0";
font-family: "FontAwesome";
font-size: 2em;
text-decoration: none;
text-shadow: 1px 1px 1px #474747;
}
/*------------*/
/* Text Align */
/*------------*/
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
/*------------*/
/* Tags Style */
/*------------*/
.Noticias, .Anime, .Manga, .Juegos, .Japón, .Cine, .Tecnologiía, .Cultura
{
padding: 20px;
border-radius: 5px;
}
.tags_Noticias, .tags_Anime, .tags_Manga, .tags_Juegos, .tags_Japón, .tags_Cine, .tags_Tecnología, .tags_Cultura
{
-moz-border-radius: 5px 5px 5px 5px;
-ms-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color:#fff;
float: left;
height: 55px;
margin-right: 5px;
width: 50px;
}
.tags_Noticias
{
background:url(/../assets/images/tags/news.gif) no-repeat center #77b800;
}
.Noticias_tag
{
background: #77b800;
}
.tags_Anime
{
background:url(/../assets/images/tags/anime.gif) no-repeat center #ff9600;
}
.Anime_tag
{
background: #ff9600;
}
.tags_Manga
{
background:url(/../assets/images/tags/manga.gif) no-repeat center #e22b00;
}
.Manga_tag
{
background: #e22b00;
}
.tags_Juegos
{
background:url(/../assets/images/tags/juegos.gif) no-repeat center #a500e2;
}
.Juegos_tag
{
background: #a500e2;
}
.tags_Japón
{
background:url(/../assets/images/tags/japon.gif) no-repeat center #e22b00;
}
.Japón_tag
{
background: #e22b00;
}
.tags_Cine
{
background:url(/../assets/images/tags/cine.gif) no-repeat center #4a4a4a;
}
.Cine_tag
{
background: #4a4a4a;
}
.tags_Tecnología
{
background:url(/../assets/images/tags/tecnologia.gif) no-repeat center #5b86c7;
}
.Tecnología_tag
{
background: #5b86c7;
}
.tags_Cultura
{
background:url(/../assets/images/tags/cultura.gif) no-repeat center #e22b00;
}
.Cultura_tag
{
background: #e22b00;
}
/*------------------*/
/* Items Post Style */
/*------------------*/
fieldset
{
background: #f2f2f2;
display: block;
padding: 15px;
}
.fieldset {
font-size: 1.1em;
padding: 0.8em;
}
fieldset legend
{
background-color: rgba(255, 255, 255,1);
border: 2px solid #f2f2f2;
display: block;
margin-left: 15px;
margin-bottom: -0.5px;
padding: 3px;
max-width: 100px;
text-align: center;
}
.radius
{
border-radius: 5px;
}
.youtube
{
text-align: center;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
position: relative;
}
.youtube embed
{
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.dropdown-menu {
background-clip: padding-box;
background: #ff9600;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
display: none;
float: left;
font-size: 15px;
left: -45px;
list-style: none outside none;
margin: 2px 0px 0px;
padding: 6px 0px;
position: absolute;
top: 100%;
z-index: 1000;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:visited
{
background: #ff9600;
color: #fff;
}
/*-------------------*/
/* Sign In & Sign Up */
/*-------------------*/
.login-wrapper {
margin-bottom: 80px;
margin-top: 80px;
}
.login-wrapper .form-signin {
background-color: #fff;
border: 1px solid rgba(0,0,0,0.1);
margin: 0 auto;
max-width: 380px;
padding: 15px 35px 45px;
}
.login-wrapper .form-signin-heading,
.login-wrapper .checkbox {
margin-bottom: 30px;
}
.login-wrapper .checkbox {
font-weight: normal;
}
.login-wrapper .form-control {
font-size: 16px;
height: auto;
padding: 10px;
position: relative;
@include box-sizing(border-box);
&:focus {
z-index: 2;
}
}
/*------------------------*/
/* Forma de la Paginacion */
/*------------------------*/
.pager li > a,
.pager li > span
{
border-radius: 5px;
}
pre {
tab-size: 7;
}
/*---------------------------*/
/* Perfil del Autor del Post */
/*---------------------------*/
.over {
overflow: hidden;
}
/* Perfil autor single */
.autor-perfil {
margin: 20px 0 0 0;
background: #fff;
border:1px solid rgba(0, 0, 0, .15);
border-radius: 5px;
position: relative;
}
.autor-perfil h3 {
background-color: transparent;
font-weight: 800 !important;
padding: 0;
margin: 10px 20px 5px 0px !important;
}
.autor-perfil .avatar {
float: left;
width: 140px;
height: 140px;
}
.autor-perfil .avatar img {
width: 100px;
height: 100px;
border-radius: 100%;
margin: 20px;
}
.autor-perfil .descripcion {
overflow: hidden;
padding: 10px;
font-size: .9em;
line-height: 1.4em;
color: #666
}
.autor-perfil .mas-autor {
display:inline;
text-shadow:1px 1px 0 #fff;
border-radius:3px;
padding:2px 5px;
}
.autor-perfil .social {
position:absolute;
bottom:0;
left:140px;
right:0;
border-top:1px solid rgba(0,0,0,0.05);
box-shadow:inset 0 1px 0 #fff;
background-color:#eee;
padding:5px 20px;
}
.autor-perfil .social a {
display:inline-block;
font-size:.8em;
font-weight:700;
text-shadow:1px 1px 0 #fff;
padding:4px 0 4px 22px;
}
.autor-perfil .social a:hover {
text-decoration:underline;
}
.autor-perfil .social a:last-child {
margin-right:0;
}
.autor-perfil .social a:before {
background:url(../optimg/social4.png) no-repeat!important;
width:19px;
height:18px;
content:" ";
display:inline-block;
margin-right:5px;
vertical-align:text-top;
}
.autor-perfil .social .twitter {
height:15px;
display:inline-block;
background-size:19px;
color:#2baae1;
}
.autor-perfil .social .twitter:before {
background-position:center top!important;
background-size:20px!important;
height:16px;
}
.autor-perfil .social .facebook {
color:#3a5897;
}
.autor-perfil .social .facebook:before {
background-position:center -54px!important;
background-size:22px!important;
height:17px;
}
.autor-perfil .social .gplus {
color:#d6483a;
}
.autor-perfil .social .gplus:before {
background-position:center -91px!important;
background-size:19px!important;
}
.user-profile {
background: #fff;
padding: 0.8em;
}
.user-profile .header-profile h3 {
display: inline-block;
}
.user-profile .header-profile h3 {
display: inline-block;
width: 70%;
}
.user-profile .header-profile span {
display: inline-block;
}
.user-profile .body-profile {
display: inline-block;
}
.user-profile .body-profile .avatar-profile {
display: inline-block;
margin: 0.8em;
width: 25%;
}
.user-profile .body-profile .biography-profile {
display: inline-block;
margin: 0.8em;
width: 65%;
}
.user-profile .body-profile .biography-profile .register-date {
background: #f2f2f2;
margin: 1.2em 0 0.8em 0;
padding: 0.8em;
}
.user-profile .body-profile .social-profile {
margin: 0.8em;
}
.user-profile .body-profile .social-profile .social-block {
display: inline-block;
padding: 0.8em;
margin: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .twitter {
background: #55ACEE;
color: #ffffff;
border-bottom: 3px #1063A0 solid;
padding: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .facebook {
background: #415E9B;
color: #ffffff;
border-bottom: 3px #324876 solid;
padding: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .googleplus {
background: #DD4B39;
color: #ffffff;
border-bottom: 3px #B02D1E solid;
padding: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .instagram {
background: #417096;
color: #ffffff;
border-bottom: 3px #2B4962 solid;
padding: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .tumblr {
background: #3A5976;
color: #ffffff;
border-bottom: 3px #24384A solid;
padding: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .pinterest {
background: #C01C23;
color: #ffffff;
border-bottom: 3px #801318 solid;
padding: 0.5em;
}
/*---------------------------*/
/* Arreglos en los estilos */
/*---------------------------*/
.navbar-inverse {
background-color: #ff9600;
border-color: #ff9600;
border: none;
}
.navbar-inverse .navbar-nav>li>a {
color: #fff;
}
fieldset legend {
text-align: left;
}
fieldset {
border: none;
font-style: italic;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ff9600;
border-color: #ff9600;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
color: #fff;
background-color: #bc0000;
border-color: #bc0000;
}
/*---------------------------*/
/* Arreglos en la paginacion */
/*---------------------------*/
.pagination>li>a, .pagination>li>span {
color: #ff9600;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
z-index: 2;
color: #fff;
background-color: #ff9600;
border-color: #ff9600;
cursor: default;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
color: #ff9600;
background-color: #eee;
border-color: #ddd;
} | public/assets/css/estilo.css | @font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot');
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('../fonts/icomoon.woff') format('woff'),
url('../fonts/icomoon.ttf') format('truetype'),
url('../fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
a, a:hover,a:focus,a:visited
{
color: #ff9600;
text-decoration: none;
}
a.btn, a.btn:hover,a.btn:focus,a.btn:visited
{
color: #fff;
text-decoration: none;
}
body
{
background: #000000 url(http://www.coanime.net/images/bg_ca.jpg) no-repeat top center fixed;
color: #4c4c4c;
font-family: Arial;
font-size: 16px;
margin: 0;
}
footer
{
background: #878787;
color: white;
padding: 1em;
text-align: center;
}
footer #powerby:after
{
-webkit-font-smoothing: antialiased;
content:" \e0ff";
font-family: 'icomoon';
font-size: 1em;
opacity: 1;
}
.header_banner
{
background: url(/../assets/img/banners/banner.jpg) no-repeat center;
color: white;
height: 140px
margin: 0;
padding: 0.5em;
}
header figure, header h1
{
display: inline-block;
vertical-align: top;
}
header #user_avatar
{
background: #ccc;
border-radius: 0.3em;
box-shadow: 0 0 2px #000;
float: right;
margin: 2em 0.7em 0 0;
}
header #user_avatar figcaption
{
background: #ff9600;
border-bottom-right-radius: 0.3em;
border-top-right-radius: 0.3em;
float: right;
height: 50px;
padding: 0 2px;
}
header #user_avatar a img
{
border-bottom-left-radius: 0.3em;
border-top-left-radius: 0.3em;
float: left;
width: 50px;
}
header #user_avatar #user_options:after
{
-webkit-font-smoothing: antialiased;
content:"\f0dd";
font-family: "FontAwesome";
font-size: 0.8em;
opacity: 0.9;
}
header #logo
{
width: 50%;
}
header #logo img
{
width: 150px;
}
nav ul #adminweb
{
background: rgb(160, 205, 87);
}
.btn, .btn a i, .btn a i:hover, .btn a i:focus, .btn a i:visited
{
color: #ffffff;
text-decoration: none;
}
#bienvenida
{
display: none;
}
#bienvenida h3,
{
color: #878787;
text-align: center;
}
#bienvenida p
{
font-size: 0.9em;
}
#bienvenida p, #bienvenida #mensaje_registro
{
text-align: center;
}
#bienvenida #mensaje_registro
{
border-bottom: 3px solid #ccc;
border-radius: 5px;
display: block;
font-size: 0.8em;
padding-bottom: 0.5em;
}
#bienvenida #registro
{
background: #ff9600;
border-radius: 5px;
color: white;
display: block;
padding: 0.5em 0.2em;
text-align: center;
}
#bienvenida #titulo_aside
{
background: rgb(160, 205, 87);
border-radius: 5px;
color: white;
display: block;
padding: 0.5em 0.2em;
text-align: center;
}
#contenido, #contenido_post
{
margin: 0.5em;
}
#contenido_post .post
{
background: white;
border-bottom: 3px solid #f80;
border-radius: 0.3em;
margin: 0 0 1em 0;
padding: 2em;
text-align: justify;
}
#contenido .post
{
background: white;
border-bottom: 3px solid #f80;
border-radius: 0.3em;
margin: 0 0 1em 0;
padding: 1em;
text-align: justify;
}
#contenido .post .post_autor, #contenido_post .post .post_autor
{
}
#contenido .post p, #contenido_post .post p
{
}
#contenido .post .post_datos, #contenido_post .post .post_datos
{
text-align: right;
}
#contenido .post .post_datos .post_tags, #contenido_post .post .post_datos .post_tags
{
border-radius: 0.3em;
color: white;
float: left;
font-weight: bold;
padding: 0.2em 0.5em;
}
#contenido .post .post_datos .post_stars, #contenido_post .post .post_datos .post_stars
{
background: #474747;
border-radius: 0.3em;
color: white;
font-weight: bold;
margin: 0 0 0 1em;
padding: 0.2em 0.5em;
}
#contenido .post .post_datos .save_stars:after, #contenido_post .post .post_datos .save_stars:after
{
-webkit-font-smoothing: antialiased;
color: #F85;
content: "\f005";
font-family: "FontAwesome";
font-size: 1.5em;
margin: 0 1em;
opacity: 0.8;
position: relative;
text-decoration: none;
text-shadow: 1px 1px 1px #474747;
}
#contenido .post .post_image_tag, #contenido_post .post .post_image_tag
{
float: left;
margin: 0 1em 0 0;
padding: 3px;
text-align: center;
}
#contenido .post .post_image_tag a img, #contenido_post .post .post_image_tag a img
{
/*height: 170px;*/
width: 100%;
}
#contenido .post .post_paragraph, #contenido_post .post .post_paragraph
#contenido .post .post_paragraph, #contenido_post .post .post_paragraph
{
text-align: justify;
}
#contenido .post .post_body img, #contenido_post .post .post_body img
#contenido .post .post_body img, #contenido_post .post .post_body img
{
width: 300px;
margin: 15px;
}
#contenido .post .post_body img, #contenido_post .post .post_body .first-image
{
height: 400px;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}
#contenido .post .post_title, #contenido_post .post .post_title
{
font-size: 1.3em;
font-style: italic;
font-weight: bold;
margin-top: 0;
padding:0 0.5em 0 0.5em;
text-shadow: 0px 1px 1px #333;
color: #ff9600;
}
#contenido .post .post_title a, #contenido_post .post .post_title a
{
color:#ff8800;
text-decoration: none;
}
.post #autor img
{
max-width: 7em;
}
#wrapper
{
background: #EFEFEF;
border-radius: 0.3em;
margin-bottom: 0.5em;
padding-bottom: 0.2em;
}
/*----------------*/
/* Social Buttons */
/*----------------*/
#social_buttons
{
display: none;
}
#social_buttons #twitter:after
{
-moz-osx-font-smoothing:grayscale
-webkit-font-smoothing:antialiased;
color: #13BAEA;
content: "\f099";
font-family: "FontAwesome";
font-size: 2em;
text-decoration: none;
text-shadow: 1px 1px 1px #474747;
}
#social_buttons #facebook:after
{
-moz-osx-font-smoothing:grayscale
-webkit-font-smoothing:antialiased;
content: "\f09a";
font-family: "FontAwesome";
font-size: 2em;
text-decoration: none;
text-shadow: 1px 1px 1px #474747;
color: #2664BF;
}
#social_buttons #gplus:after
{
-moz-osx-font-smoothing:grayscale
-webkit-font-smoothing:antialiased;
color: #C83F11;
content: "\f0d5";
font-family: "FontAwesome";
font-size: 2em;
text-decoration: none;
text-shadow: 1px 1px 1px #474747;
}
#social_buttons #suscribete:after
{
-moz-osx-font-smoothing:grayscale
-webkit-font-smoothing:antialiased;
content: "\f0e0";
font-family: "FontAwesome";
font-size: 2em;
text-decoration: none;
text-shadow: 1px 1px 1px #474747;
}
/*------------*/
/* Text Align */
/*------------*/
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
/*------------*/
/* Tags Style */
/*------------*/
.Noticias, .Anime, .Manga, .Juegos, .Japón, .Cine, .Tecnologiía, .Cultura
{
padding: 20px;
border-radius: 5px;
}
.tags_Noticias, .tags_Anime, .tags_Manga, .tags_Juegos, .tags_Japón, .tags_Cine, .tags_Tecnología, .tags_Cultura
{
-moz-border-radius: 5px 5px 5px 5px;
-ms-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color:#fff;
float: left;
height: 55px;
margin-right: 5px;
width: 50px;
}
.tags_Noticias
{
background:url(/../assets/images/tags/news.gif) no-repeat center #77b800;
}
.Noticias_tag
{
background: #77b800;
}
.tags_Anime
{
background:url(/../assets/images/tags/anime.gif) no-repeat center #ff9600;
}
.Anime_tag
{
background: #ff9600;
}
.tags_Manga
{
background:url(/../assets/images/tags/manga.gif) no-repeat center #e22b00;
}
.Manga_tag
{
background: #e22b00;
}
.tags_Juegos
{
background:url(/../assets/images/tags/juegos.gif) no-repeat center #a500e2;
}
.Juegos_tag
{
background: #a500e2;
}
.tags_Japón
{
background:url(/../assets/images/tags/japon.gif) no-repeat center #e22b00;
}
.Japón_tag
{
background: #e22b00;
}
.tags_Cine
{
background:url(/../assets/images/tags/cine.gif) no-repeat center #4a4a4a;
}
.Cine_tag
{
background: #4a4a4a;
}
.tags_Tecnología
{
background:url(/../assets/images/tags/tecnologia.gif) no-repeat center #5b86c7;
}
.Tecnología_tag
{
background: #5b86c7;
}
.tags_Cultura
{
background:url(/../assets/images/tags/cultura.gif) no-repeat center #e22b00;
}
.Cultura_tag
{
background: #e22b00;
}
/*------------------*/
/* Items Post Style */
/*------------------*/
fieldset
{
background: #f2f2f2;
display: block;
padding: 15px;
}
.fieldset {
font-size: 1.1em;
padding: 0.8em;
}
fieldset legend
{
background-color: rgba(255, 255, 255,1);
border: 2px solid #f2f2f2;
display: block;
margin-left: 15px;
margin-bottom: -0.5px;
padding: 3px;
max-width: 100px;
text-align: center;
}
.radius
{
border-radius: 5px;
}
.youtube
{
text-align: center;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
position: relative;
}
.youtube embed
{
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.dropdown-menu {
background-clip: padding-box;
background: #ff9600;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
display: none;
float: left;
font-size: 15px;
left: -45px;
list-style: none outside none;
margin: 2px 0px 0px;
padding: 6px 0px;
position: absolute;
top: 100%;
z-index: 1000;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:visited
{
background: #ff9600;
color: #fff;
}
/*-------------------*/
/* Sign In & Sign Up */
/*-------------------*/
.login-wrapper {
margin-bottom: 80px;
margin-top: 80px;
}
.login-wrapper .form-signin {
background-color: #fff;
border: 1px solid rgba(0,0,0,0.1);
margin: 0 auto;
max-width: 380px;
padding: 15px 35px 45px;
}
.login-wrapper .form-signin-heading,
.login-wrapper .checkbox {
margin-bottom: 30px;
}
.login-wrapper .checkbox {
font-weight: normal;
}
.login-wrapper .form-control {
font-size: 16px;
height: auto;
padding: 10px;
position: relative;
@include box-sizing(border-box);
&:focus {
z-index: 2;
}
}
/*------------------------*/
/* Forma de la Paginacion */
/*------------------------*/
.pager li > a,
.pager li > span
{
border-radius: 5px;
}
pre {
tab-size: 7;
}
/*---------------------------*/
/* Perfil del Autor del Post */
/*---------------------------*/
.over {
overflow: hidden;
}
/* Perfil autor single */
.autor-perfil {
margin: 20px 0 0 0;
background: #fff;
border:1px solid rgba(0, 0, 0, .15);
border-radius: 5px;
position: relative;
}
.autor-perfil h3 {
background-color: transparent;
font-weight: 800 !important;
padding: 0;
margin: 10px 20px 5px 0px !important;
}
.autor-perfil .avatar {
float: left;
width: 140px;
height: 140px;
}
.autor-perfil .avatar img {
width: 100px;
height: 100px;
border-radius: 100%;
margin: 20px;
}
.autor-perfil .descripcion {
overflow: hidden;
padding: 10px;
font-size: .9em;
line-height: 1.4em;
color: #666
}
.autor-perfil .mas-autor {
display:inline;
text-shadow:1px 1px 0 #fff;
border-radius:3px;
padding:2px 5px;
}
.autor-perfil .social {
position:absolute;
bottom:0;
left:140px;
right:0;
border-top:1px solid rgba(0,0,0,0.05);
box-shadow:inset 0 1px 0 #fff;
background-color:#eee;
padding:5px 20px;
}
.autor-perfil .social a {
display:inline-block;
font-size:.8em;
font-weight:700;
text-shadow:1px 1px 0 #fff;
padding:4px 0 4px 22px;
}
.autor-perfil .social a:hover {
text-decoration:underline;
}
.autor-perfil .social a:last-child {
margin-right:0;
}
.autor-perfil .social a:before {
background:url(../optimg/social4.png) no-repeat!important;
width:19px;
height:18px;
content:" ";
display:inline-block;
margin-right:5px;
vertical-align:text-top;
}
.autor-perfil .social .twitter {
height:15px;
display:inline-block;
background-size:19px;
color:#2baae1;
}
.autor-perfil .social .twitter:before {
background-position:center top!important;
background-size:20px!important;
height:16px;
}
.autor-perfil .social .facebook {
color:#3a5897;
}
.autor-perfil .social .facebook:before {
background-position:center -54px!important;
background-size:22px!important;
height:17px;
}
.autor-perfil .social .gplus {
color:#d6483a;
}
.autor-perfil .social .gplus:before {
background-position:center -91px!important;
background-size:19px!important;
}
.user-profile {
background: #fff;
padding: 0.8em;
}
.user-profile .header-profile h3 {
display: inline-block;
}
.user-profile .header-profile h3 {
display: inline-block;
width: 70%;
}
.user-profile .header-profile span {
display: inline-block;
}
.user-profile .body-profile {
display: inline-block;
}
.user-profile .body-profile .avatar-profile {
display: inline-block;
margin: 0.8em;
width: 25%;
}
.user-profile .body-profile .biography-profile {
display: inline-block;
margin: 0.8em;
width: 65%;
}
.user-profile .body-profile .biography-profile .register-date {
background: #f2f2f2;
margin: 1.2em 0 0.8em 0;
padding: 0.8em;
}
.user-profile .body-profile .social-profile {
margin: 0.8em;
}
.user-profile .body-profile .social-profile .social-block {
display: inline-block;
padding: 0.8em;
margin: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .twitter {
background: #55ACEE;
color: #ffffff;
border-bottom: 3px #1063A0 solid;
padding: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .facebook {
background: #415E9B;
color: #ffffff;
border-bottom: 3px #324876 solid;
padding: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .googleplus {
background: #DD4B39;
color: #ffffff;
border-bottom: 3px #B02D1E solid;
padding: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .instagram {
background: #417096;
color: #ffffff;
border-bottom: 3px #2B4962 solid;
padding: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .tumblr {
background: #3A5976;
color: #ffffff;
border-bottom: 3px #24384A solid;
padding: 0.5em;
}
.user-profile .body-profile .social-profile .social-block .pinterest {
background: #C01C23;
color: #ffffff;
border-bottom: 3px #801318 solid;
padding: 0.5em;
}
/*---------------------------*/
/* Arreglos en los estilos */
/*---------------------------*/
.navbar-inverse {
background-color: #ff9600;
border-color: #ff9600;
border: none;
}
.navbar-inverse .navbar-nav>li>a {
color: #fff;
}
fieldset legend {
text-align: left;
}
fieldset {
border: none;
font-style: italic;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ff9600;
border-color: #ff9600;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
color: #fff;
background-color: #bc0000;
border-color: #bc0000;
}
/*---------------------------*/
/* Arreglos en la paginacion */
/*---------------------------*/
.pagination>li>a, .pagination>li>span {
color: #ff9600;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
z-index: 2;
color: #fff;
background-color: #ff9600;
border-color: #ff9600;
cursor: default;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
color: #ff9600;
background-color: #eee;
border-color: #ddd;
} | 0.159087 | 0.06216 |
.iface {
-fx-accent: #ff7700;
-fx-focus-color: #ff7700;
}
.global-listview {
-fx-background-color: #686868;
-fx-border-color: linear-gradient(#ff7700 0.0%, #ef7102 100.0%);
-fx-border-width: 1.0px;
}
.global-listview .list-cell {
-fx-background-color: #686868;
-fx-border-color: transparent;
-fx-border-width: 70.0%;
-fx-text-fill: white;
}
.global-listview .list-cell:filled:selected:focused,
.global-listview .list-cell:filled:selected {
-fx-text-fill: #ff7700;
}
.global-listview .list-cell:empty {
-fx-background-color: #686868;
-fx-border-color: transparent;
-fx-border-width: 0.0%;
-fx-text-fill: transparent;
}
/* Login screen (connect) */
.iface-connect {
-fx-background-color: linear-gradient(#5e5e5e 0.0%, #6e6e6e 100.0%);
-fx-border-color: #5e5e5e;
}
.iface-connect-subground {
-fx-background-color: #575757;
-fx-border-color: #575757;
}
.iface-connect-textflow {
-fx-text-alignment: center;
}
.iface-connect-field {
/*-fx-background-color: #999999;*/
-fx-background-color: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-background-radius: 0.5em;
-fx-border-color: #383838;
-fx-border-radius: 0.5em;
-fx-prompt-text-fill: #383838;
}
.iface-connect-field:hover,
.iface-connect-field:focused {
-fx-border-color: #ff7700;
}
/*.iface-connect-btn {
-fx-background-color: #5e5e5e;
-fx-border-color: #5e5e5e;
}*/
.iface-connect-btn {
-fx-background-color: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-background-radius: 0.5em;
-fx-border-color: #383838;
-fx-border-radius: 0.5em;
-fx-effect: null;
}
.iface-connect-btn:hover,
.iface-connect-btn:focused {
-fx-border-color: #ff7700;
}
.iface-connect-bar .track {
-fx-background-color: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-background-radius: 0.5em;
-fx-border-color: #383838;
-fx-border-radius: 0.5em;
-fx-effect: null;
}
.iface-connect-protocol {
-fx-background-color: #383838;
-fx-background-radius: 0.5em;
-fx-border-color: #383838;
-fx-border-radius: 0.5em;
-fx-text-color: black;
}
.iface-connect-protocol .list-cell:filled:selected:focused, .list-cell:filled:selected {
-fx-background-color: #ff7700;
-fx-text-fill: white;
-fx-border-radius: 0.5em;
-fx-background-radius: 0.5em;
}
.iface-connect-protocol .list-cell:even,
.iface-connect-protocol .list-cell:odd {
-fx-background-color: #383838;
-fx-text-fill: white;
}
.iface-connect-protocol .scroll-bar:vertical .increment-arrow,
.iface-connect-protocol .scroll-bar:vertical .decrement-arrow,
.iface-connect-protocol .scroll-bar:vertical .increment-button,
.iface-connect-protocol .scroll-bar:vertical .decrement-button,
.iface-connect-protocol .scroll-bar:horizontal .increment-arrow,
.iface-connect-protocol .scroll-bar:horizontal .decrement-arrow,
.iface-connect-protocol .scroll-bar:horizontal .increment-button,
.iface-connect-protocol .scroll-bar:horizontal .decrement-button {
-fx-padding:0.0;
}
/* Menu bar */
.iface-menu {
-fx-background-color: #5e5e5e;
-fx-border-color: #5e5e5e;
}
.iface-menu .label {
-fx-text-fill: white;
}
.menu-bar > .container > .menu-button:hover,
.menu-bar > .container > .menu-button:focused,
.menu-bar > .container > .menu-button:showing {
-fx-background-color: white;
}
.menu-bar > .container > .menu-button:hover > .label,
.menu-bar > .container > .menu-button:focused > .label,
.menu-bar > .container > .menu-button:showing > .label {
-fx-text-fill: #5e5e5e;
}
/* Menu item */
.iface-menu .menu-item {
-fx-background-color: white;
-fx-border-color: white;
}
.iface-menu .menu-item .label {
-fx-text-fill: black;
}
.iface-menu .menu-item:focused {
-fx-background-color: #ff7700;
}
.iface-menu .menu-item:focused .label {
-fx-text-fill: white;
}
.iface-menu .context-menu {
/*-fx-skin: "com.sun.javafx.scene.control.skin.ContextMenuSkin";*/
-fx-background-color: white;
-fx-background-insets: 0.0, 1.0, 2.0;
-fx-background-radius: 0.0 6.0 6.0 6.0, 0.0 5.0 5.0 5.0, 0.0 4.0 4.0 4.0;
/*-fx-padding: 0.333333em 0.083333em 0.666667em 0.083333em;*/
}
/*.context-menu:hover {
-fx-skin: "com.sun.javafx.scene.control.skin.ContextMenuSkin";
-fx-background-color: #ff7700;
-fx-background-insets: 0, 1, 2;
-fx-background-radius: 0 6 6 6, 0 5 5 5, 0 4 4 4;
-fx-padding: 0.333333em 0.083333em 0.666667em 0.083333em;
}*/
/* Top-right element, aka "logo", with minimize and exit buttons */
.iface-logo-cover {
-fx-background-color: #5e5e5e;
-fx-border-color: #5e5e5e;
}
.iface-logo-text {
-fx-text-fill: rgba(255.0, 255.0, 255.0, 0.4);
-fx-text-alignment: right;
}
.iface-logo-exitbtn:selected .mark {
-fx-background-color: transparent;
}
.iface-logo-exitbtn .box {
-fx-background-color: #5e5e5e;
-fx-background-radius: 4.0em;
-fx-border-color: #ff1a00;
-fx-border-radius: 4.0em;
}
.iface-logo-exitbtn:selected .box,
.iface-logo-exitbtn:hover .box {
-fx-background-color: #ff3720;
}
.iface-logo-minbtn:selected .mark {
-fx-background-color: transparent;
}
.iface-logo-minbtn .box {
-fx-background-color: #5e5e5e;
-fx-background-radius: 4.0em;
-fx-border-color: #ff4300;
-fx-border-radius: 4.0em;
}
.iface-logo-minbtn:selected .box,
.iface-logo-minbtn:hover .box {
-fx-background-color: #ff591e;
}
.iface-panel-container {
-fx-background-color: #686868;
}
.iface-panel-title {
-fx-text-fill: white;
}
.iface-panel-btn {
-fx-background-color: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-background-radius: 0.5em;
-fx-border-color: #383838;
-fx-border-radius: 0.5em;
-fx-shadow-highlight-color: transparent;
-fx-effect: null;
}
.iface-panel-btn:selected {
-fx-border-color: #ff7700;
}
.iface-panel-slider {
-fx-control-inner-background: #878787;
-fx-padding: 0.0;
-fx-border-width: 0.0;
}
.iface-panel-slider .track {
/*-fx-background-color: #595959;*/
/*-fx-background-color: #383838;*/
-fx-background-color: linear-gradient(#595959 0.0%, #535353 100.0%);
}
.iface-panel-textfield {
-fx-alignment: center;
-fx-text-alignment: center;
-fx-opacity: 60.0%;
}
.iface-panel-textfield-error {
-fx-alignment: center;
-fx-border-color: red;
-fx-text-alignment: center;
-fx-opacity: 60.0%;
}
.iface-panel-ptzctrl {
-fx-fill: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-stroke: #383838;
-fx-shadow-highlight-color: transparent;
}
.iface-panel-ptzctrl-btn {
-fx-opacity: 0.75;
}
.iface-panel-ptzctrl-btn:hover {
-fx-opacity: 1.0;
}
.iface-panel-infoField {
-fx-alignment: center;
-fx-text-alignment: center;
-fx-opacity: 55.0%;
}
.iface-panel-accord {
-fx-box-border: transparent;
}
.iface-panel-accord-pane > .title {
-fx-background-color: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-opacity: 35.0%;
}
/*.iface-panel-accord-pane > * > * > * > AnchorPane {
-fx-padding: 0px;
}*/
.iface-panel-accord-pane > .title > .arrow-button,
.iface-panel-accord-pane > .title > .arrow-button > .arrow,
.iface-panel-accord-pane:selected > .title > .arrow-button,
.iface-panel-accord-pane:selected > .title > .arrow-button > .arrow {
-fx-effect: null;
-fx-border-color: transparent;
}
.iface-panel-accord-pane > .content {
-fx-background-color: linear-gradient(#595959 0.0%, #535353 100.0%);
-fx-opacity: 40.0%;
}
.iface-panel-accord-pane:expanded > .title,
.iface-panel-accord-pane:hover > .title {
-fx-opacity: 100.0%;
}
.iface-panel-accord-pane:expanded > *.content,
.iface-panel-accord-pane:hover > *.content {
-fx-opacity: 100.0%;
}
.iface-panel-flex-showbtn {
-fx-opacity: 0.35;
-fx-rotate: 90.0;
}
.iface-panel-flex-showbtn:hover {
-fx-opacity: 1.0;
-fx-rotate: 90.0;
}
.iface-panel-flex-hidebtn {
-fx-opacity: 0.35;
-fx-rotate: 270.0;
}
.iface-panel-flex-hidebtn:hover {
-fx-opacity: 1.0;
-fx-rotate: 270.0;
}
.iface-view-container {
-fx-background-color: #878787;
}
.iface-view-content {
-fx-border-radius: 0.0em;
}
.iface-about-container {
-fx-background-color: linear-gradient(rgba(0.0, 0.0, 0.0, 0.45) 0.0%, rgba(0.0, 0.0, 0.0, 0.35) 100.0%);
}
.iface-about-dialog {
-fx-background-color: linear-gradient(rgba(0.0, 0.0, 0.0, 0.65) 0.0%, rgba(0.0, 0.0, 0.0, 0.75) 100.0%);
-fx-border-style: solid;
-fx-border-color: #ff7700;
-fx-border-radius: 0.05em;
}
.iface-about-title {
-fx-text-fill: rgba(255.0, 255.0, 255.0, 1.0);
}
.iface-about-splitter {
-fx-fill: rgba(255.0, 199.0, 0.0, 0.6);
}
.iface-about-body {
-fx-text-fill: rgba(255.0, 255.0, 255.0, 0.75);
} | src/main/java/nl/hypothermic/fscviewer/ui/css/Interface.css | .iface {
-fx-accent: #ff7700;
-fx-focus-color: #ff7700;
}
.global-listview {
-fx-background-color: #686868;
-fx-border-color: linear-gradient(#ff7700 0.0%, #ef7102 100.0%);
-fx-border-width: 1.0px;
}
.global-listview .list-cell {
-fx-background-color: #686868;
-fx-border-color: transparent;
-fx-border-width: 70.0%;
-fx-text-fill: white;
}
.global-listview .list-cell:filled:selected:focused,
.global-listview .list-cell:filled:selected {
-fx-text-fill: #ff7700;
}
.global-listview .list-cell:empty {
-fx-background-color: #686868;
-fx-border-color: transparent;
-fx-border-width: 0.0%;
-fx-text-fill: transparent;
}
/* Login screen (connect) */
.iface-connect {
-fx-background-color: linear-gradient(#5e5e5e 0.0%, #6e6e6e 100.0%);
-fx-border-color: #5e5e5e;
}
.iface-connect-subground {
-fx-background-color: #575757;
-fx-border-color: #575757;
}
.iface-connect-textflow {
-fx-text-alignment: center;
}
.iface-connect-field {
/*-fx-background-color: #999999;*/
-fx-background-color: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-background-radius: 0.5em;
-fx-border-color: #383838;
-fx-border-radius: 0.5em;
-fx-prompt-text-fill: #383838;
}
.iface-connect-field:hover,
.iface-connect-field:focused {
-fx-border-color: #ff7700;
}
/*.iface-connect-btn {
-fx-background-color: #5e5e5e;
-fx-border-color: #5e5e5e;
}*/
.iface-connect-btn {
-fx-background-color: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-background-radius: 0.5em;
-fx-border-color: #383838;
-fx-border-radius: 0.5em;
-fx-effect: null;
}
.iface-connect-btn:hover,
.iface-connect-btn:focused {
-fx-border-color: #ff7700;
}
.iface-connect-bar .track {
-fx-background-color: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-background-radius: 0.5em;
-fx-border-color: #383838;
-fx-border-radius: 0.5em;
-fx-effect: null;
}
.iface-connect-protocol {
-fx-background-color: #383838;
-fx-background-radius: 0.5em;
-fx-border-color: #383838;
-fx-border-radius: 0.5em;
-fx-text-color: black;
}
.iface-connect-protocol .list-cell:filled:selected:focused, .list-cell:filled:selected {
-fx-background-color: #ff7700;
-fx-text-fill: white;
-fx-border-radius: 0.5em;
-fx-background-radius: 0.5em;
}
.iface-connect-protocol .list-cell:even,
.iface-connect-protocol .list-cell:odd {
-fx-background-color: #383838;
-fx-text-fill: white;
}
.iface-connect-protocol .scroll-bar:vertical .increment-arrow,
.iface-connect-protocol .scroll-bar:vertical .decrement-arrow,
.iface-connect-protocol .scroll-bar:vertical .increment-button,
.iface-connect-protocol .scroll-bar:vertical .decrement-button,
.iface-connect-protocol .scroll-bar:horizontal .increment-arrow,
.iface-connect-protocol .scroll-bar:horizontal .decrement-arrow,
.iface-connect-protocol .scroll-bar:horizontal .increment-button,
.iface-connect-protocol .scroll-bar:horizontal .decrement-button {
-fx-padding:0.0;
}
/* Menu bar */
.iface-menu {
-fx-background-color: #5e5e5e;
-fx-border-color: #5e5e5e;
}
.iface-menu .label {
-fx-text-fill: white;
}
.menu-bar > .container > .menu-button:hover,
.menu-bar > .container > .menu-button:focused,
.menu-bar > .container > .menu-button:showing {
-fx-background-color: white;
}
.menu-bar > .container > .menu-button:hover > .label,
.menu-bar > .container > .menu-button:focused > .label,
.menu-bar > .container > .menu-button:showing > .label {
-fx-text-fill: #5e5e5e;
}
/* Menu item */
.iface-menu .menu-item {
-fx-background-color: white;
-fx-border-color: white;
}
.iface-menu .menu-item .label {
-fx-text-fill: black;
}
.iface-menu .menu-item:focused {
-fx-background-color: #ff7700;
}
.iface-menu .menu-item:focused .label {
-fx-text-fill: white;
}
.iface-menu .context-menu {
/*-fx-skin: "com.sun.javafx.scene.control.skin.ContextMenuSkin";*/
-fx-background-color: white;
-fx-background-insets: 0.0, 1.0, 2.0;
-fx-background-radius: 0.0 6.0 6.0 6.0, 0.0 5.0 5.0 5.0, 0.0 4.0 4.0 4.0;
/*-fx-padding: 0.333333em 0.083333em 0.666667em 0.083333em;*/
}
/*.context-menu:hover {
-fx-skin: "com.sun.javafx.scene.control.skin.ContextMenuSkin";
-fx-background-color: #ff7700;
-fx-background-insets: 0, 1, 2;
-fx-background-radius: 0 6 6 6, 0 5 5 5, 0 4 4 4;
-fx-padding: 0.333333em 0.083333em 0.666667em 0.083333em;
}*/
/* Top-right element, aka "logo", with minimize and exit buttons */
.iface-logo-cover {
-fx-background-color: #5e5e5e;
-fx-border-color: #5e5e5e;
}
.iface-logo-text {
-fx-text-fill: rgba(255.0, 255.0, 255.0, 0.4);
-fx-text-alignment: right;
}
.iface-logo-exitbtn:selected .mark {
-fx-background-color: transparent;
}
.iface-logo-exitbtn .box {
-fx-background-color: #5e5e5e;
-fx-background-radius: 4.0em;
-fx-border-color: #ff1a00;
-fx-border-radius: 4.0em;
}
.iface-logo-exitbtn:selected .box,
.iface-logo-exitbtn:hover .box {
-fx-background-color: #ff3720;
}
.iface-logo-minbtn:selected .mark {
-fx-background-color: transparent;
}
.iface-logo-minbtn .box {
-fx-background-color: #5e5e5e;
-fx-background-radius: 4.0em;
-fx-border-color: #ff4300;
-fx-border-radius: 4.0em;
}
.iface-logo-minbtn:selected .box,
.iface-logo-minbtn:hover .box {
-fx-background-color: #ff591e;
}
.iface-panel-container {
-fx-background-color: #686868;
}
.iface-panel-title {
-fx-text-fill: white;
}
.iface-panel-btn {
-fx-background-color: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-background-radius: 0.5em;
-fx-border-color: #383838;
-fx-border-radius: 0.5em;
-fx-shadow-highlight-color: transparent;
-fx-effect: null;
}
.iface-panel-btn:selected {
-fx-border-color: #ff7700;
}
.iface-panel-slider {
-fx-control-inner-background: #878787;
-fx-padding: 0.0;
-fx-border-width: 0.0;
}
.iface-panel-slider .track {
/*-fx-background-color: #595959;*/
/*-fx-background-color: #383838;*/
-fx-background-color: linear-gradient(#595959 0.0%, #535353 100.0%);
}
.iface-panel-textfield {
-fx-alignment: center;
-fx-text-alignment: center;
-fx-opacity: 60.0%;
}
.iface-panel-textfield-error {
-fx-alignment: center;
-fx-border-color: red;
-fx-text-alignment: center;
-fx-opacity: 60.0%;
}
.iface-panel-ptzctrl {
-fx-fill: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-stroke: #383838;
-fx-shadow-highlight-color: transparent;
}
.iface-panel-ptzctrl-btn {
-fx-opacity: 0.75;
}
.iface-panel-ptzctrl-btn:hover {
-fx-opacity: 1.0;
}
.iface-panel-infoField {
-fx-alignment: center;
-fx-text-alignment: center;
-fx-opacity: 55.0%;
}
.iface-panel-accord {
-fx-box-border: transparent;
}
.iface-panel-accord-pane > .title {
-fx-background-color: linear-gradient(#afafaf 0.0%, #999999 100.0%);
-fx-opacity: 35.0%;
}
/*.iface-panel-accord-pane > * > * > * > AnchorPane {
-fx-padding: 0px;
}*/
.iface-panel-accord-pane > .title > .arrow-button,
.iface-panel-accord-pane > .title > .arrow-button > .arrow,
.iface-panel-accord-pane:selected > .title > .arrow-button,
.iface-panel-accord-pane:selected > .title > .arrow-button > .arrow {
-fx-effect: null;
-fx-border-color: transparent;
}
.iface-panel-accord-pane > .content {
-fx-background-color: linear-gradient(#595959 0.0%, #535353 100.0%);
-fx-opacity: 40.0%;
}
.iface-panel-accord-pane:expanded > .title,
.iface-panel-accord-pane:hover > .title {
-fx-opacity: 100.0%;
}
.iface-panel-accord-pane:expanded > *.content,
.iface-panel-accord-pane:hover > *.content {
-fx-opacity: 100.0%;
}
.iface-panel-flex-showbtn {
-fx-opacity: 0.35;
-fx-rotate: 90.0;
}
.iface-panel-flex-showbtn:hover {
-fx-opacity: 1.0;
-fx-rotate: 90.0;
}
.iface-panel-flex-hidebtn {
-fx-opacity: 0.35;
-fx-rotate: 270.0;
}
.iface-panel-flex-hidebtn:hover {
-fx-opacity: 1.0;
-fx-rotate: 270.0;
}
.iface-view-container {
-fx-background-color: #878787;
}
.iface-view-content {
-fx-border-radius: 0.0em;
}
.iface-about-container {
-fx-background-color: linear-gradient(rgba(0.0, 0.0, 0.0, 0.45) 0.0%, rgba(0.0, 0.0, 0.0, 0.35) 100.0%);
}
.iface-about-dialog {
-fx-background-color: linear-gradient(rgba(0.0, 0.0, 0.0, 0.65) 0.0%, rgba(0.0, 0.0, 0.0, 0.75) 100.0%);
-fx-border-style: solid;
-fx-border-color: #ff7700;
-fx-border-radius: 0.05em;
}
.iface-about-title {
-fx-text-fill: rgba(255.0, 255.0, 255.0, 1.0);
}
.iface-about-splitter {
-fx-fill: rgba(255.0, 199.0, 0.0, 0.6);
}
.iface-about-body {
-fx-text-fill: rgba(255.0, 255.0, 255.0, 0.75);
} | 0.270288 | 0.078289 |
========================================================================== */
@font-face {
font-family: "Gilroy";
src: url("../fonts/Gilroy-Extrabold.eot");
src: url("../fonts/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
font-weight: 800;
font-style: bold;
}
@font-face {
font-family: "Montserrat";
font-weight: 400;
font-style: normal;
src: url("../fonts/Montserrat-Regular.eot");
src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
font-family: "Montserrat";
font-weight: 600;
font-style: normal;
src: url("../fonts/Montserrat-Medium.eot");
src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
font-family: "Montserrat";
font-weight: 400;
font-style: italic;
src: url("../fonts/Montserrat-Italic.eot");
src: url("../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
}
/* Variables
========================================================================== */
/* Reset some basics
========================================================================== */
*,
*:before,
*:after {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
h1, h2, h3, h4, ul, ol {
padding: 0;
margin: 0;
}
input[type=submit],
input[type=button],
button {
border: none;
}
/* Set up some basic type
========================================================================== */
html {
font-size: 54.6875%;
}
@media (min-width: 56.25em) {
html {
font-size: 62.5%;
}
}
@media (min-width: 87.5em) {
html {
font-size: 70.3125%;
}
}
@media (min-width: 125em) {
html {
font-size: 78.125%;
}
}
body {
font-size: 1.6rem;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
color: #181A1C;
background: #FFF;
line-height: 1.7;
}
input,
textarea,
select {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 1.6rem;
}
/* Buttons and inputs (interrelated)
========================================================================== */
.c-button,
input[type=button] {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
display: inline-block;
padding: 0.8rem 1.6rem;
font-size: 1.6rem;
}
a.c-button {
text-decoration: none;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
border: 0.1rem solid #AAA;
border-radius: 0.3rem;
padding: 0.8rem 1rem;
}
.c-button--primary,
input[type=button] {
background: #005DAA;
color: #FFF;
}
.c-button--secondary {
border: 0.2rem solid #005DAA;
color: #005DAA;
background: transparent;
}
.c-button--secondary:hover {
background: rgba(0, 108, 198, 0.1);
transition: 0.18s ease-in background;
}
.c-button.c-button--inverse {
border: 0.2rem solid #FFF;
color: #FFF;
background: transparent;
}
.c-button-group .c-button {
margin-right: 0.8rem;
}
.c-button-group .c-button:last-child {
margin-right: 0;
}
/* Grid parts
========================================================================== */
/* General */
.c-header {
grid-area: header;
}
.c-main {
grid-area: main;
}
.c-footer {
grid-area: footer;
}
/* Simple page */
.c-basic-page {
grid-area: basic-page;
}
/* Home page */
.c-asides {
grid-area: asides;
}
.c-hero {
grid-area: hero;
}
.c-why {
grid-area: why;
}
.c-who {
grid-area: who;
}
.c-asides {
grid-area: asides;
}
.c-content-ad {
grid-area: content-ad;
}
.c-voting-instructions {
grid-area: voting-instructions;
}
.c-campaign-video {
grid-area: campaign-video;
}
.c-better {
grid-area: better;
}
.c-home-articles-list {
grid-area: home-articles;
}
@media (min-width: 56.25em) {
body {
display: grid;
margin: 2rem 0;
grid-gap: 2rem;
grid-template-columns: [full-start] minmax(2rem, 4rem) [main-start] 1fr [main-end] minmax(2em, 4rem) [full-end];
grid-template-areas: ". header ." ". main ." ". asides ." ". footer .";
}
.c-main, .c-header, .c-footer {
grid-column: 2;
}
}
@media (min-width: 56.25em) {
.c-main {
grid-column: full;
display: grid;
grid-gap: 4rem;
grid-template-columns: minmax(2rem, 4rem) repeat(6, 1fr) minmax(2rem, 4rem);
}
}
@media (min-width: 56.25em) {
.c-main {
grid-template-areas: ". . basic-page basic-page basic-page basic-page . . ";
}
}
@media (min-width: 56.25em) {
.c-main--home {
justify-content: center;
grid-template-areas: "hero hero hero hero hero hero hero hero " ". home-articles home-articles home-articles home-articles home-articles home-articles . ";
}
}
/* ==========================================================================
Logo
========================================================================== */
.c-logo h1,
.c-logo .c-site-title {
display: flex;
align-items: center;
font-size: 3.2rem;
}
.c-logo h1 span,
.c-logo .c-site-title span {
margin-top: 1rem;
}
.c-logo a {
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
color: #009DDC;
font-weight: 700;
text-decoration: none;
display: block;
}
.c-logo {
width: 24rem;
}
@media (min-width: 56.25em) {
.c-logo {
width: auto;
}
}
/* ==========================================================================
Nav
========================================================================== */
@media (min-width: 78.125em) {
.c-nav-logo-holder {
display: flex;
justify-content: space-between;
align-items: center;
}
}
.c-nav li {
display: inline-block;
margin-right: 0.5rem;
}
.c-nav li:last-child {
margin: 0;
}
.c-nav a {
margin-right: 0.5rem;
text-decoration: none;
color: #009DDC;
display: block;
padding: 1rem 0.5rem;
border-bottom: 0.2rem solid transparent;
}
.c-nav a:hover,
.c-nav a:active,
.c-nav a:focus {
border-color: #009DDC;
transition: 0.18s all ease-in;
}
.c-nav img {
position: relative;
top: 0.4rem;
}
.current-menu-item a {
color: #000;
border-bottom: 0.2rem solid #000;
}
.current-menu-item a:hover,
.current-menu-item a:active,
.current-menu-item a:focus {
border-color: #000;
}
.c-header {
border-bottom: 0.1rem solid #CCC;
padding: 2rem;
}
.c-header--home {
border: none;
background: #005DAA;
}
.c-header--home a {
color: #FFF;
}
.c-header--home .current-menu-item a {
border-bottom: 0.2rem solid #FFF;
}
.c-header--home .c-nav a:hover,
.c-header--home .c-nav a:active,
.c-header--home .c-nav a:focus {
border-color: #FFF;
}
.c-header--home .c-nav-icon {
opacity: 0.75;
}
.c-header--home .c-nav-icon:hover {
opacity: 1;
}
/* ==========================================================================
Hero
========================================================================== */
.c-hero {
padding: 5.6rem 2.4rem;
background: #005DAA;
background: linear-gradient(#005DAA, #00579E);
}
@media (min-width: 56.25em) {
.c-hero {
padding: 5.6rem 0;
display: grid;
grid-gap: 4rem;
grid-template-columns: minmax(2rem, 4rem) repeat(6, 1fr) minmax(2rem, 4rem);
}
.c-hero__content {
grid-column-start: 2;
grid-column-end: 5;
align-self: center;
}
.c-hero__img {
grid-column-start: 5;
grid-column-end: 8;
}
}
.c-hero img {
box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.35);
border: 1.2rem solid #FFF;
transform: rotate(2deg);
max-width: 75%;
margin: 0 auto;
}
@media (min-width: 56.25em) {
.c-hero img {
max-width: auto;
position: relative;
left: 10%;
}
}
.c-hero__content p {
margin: 2rem 0;
}
.c-hero__content p {
font-size: 2.3rem;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
color: #FFF;
opacity: 0.5;
}
.c-hero__img img {
margin: 0 auto;
display: block;
margin-top: 2rem;
}
@media (min-width: 56.25em) {
.c-hero__img img {
margin-top: 0;
}
}
.c-hero__img p {
color: #FFF;
text-align: center;
opacity: 0.5;
}
.c-hero span {
opacity: 0.5;
}
.c-hero h2 {
word-wrap: break-word;
margin: 4rem 0 0;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
text-transform: lowercase;
font-size: 250%;
line-height: 1.1;
color: #FFF;
}
@media (min-width: 56.25em) {
.c-hero h2 {
line-height: 0.9;
font-size: 390%;
}
}
/* ==========================================================================
c-content
========================================================================== */
.c-content ul {
list-style: disc;
padding: 0 0 0 4rem;
}
.c-a,
.c-content a {
color: #005DAA;
}
.c-a--swap-underlines {
text-decoration: none;
}
.c-a--swap-underlines:hover {
text-decoration: underline;
}
.c-content blockquote p {
font-style: italic;
}
.c-content blockquote cite {
text-transform: uppercase;
font-style: normal;
font-size: 90%;
letter-spacing: 0.1rem;
}
/* h1 */
.c-h1,
.c-content h1,
.c-content.c-content--heading-shifted-1-level h2 {
color: #005DAA;
margin: 4rem 0;
font-size: 4.2rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
.c-h1-multiline {
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
color: #002848;
line-height: 1.5;
font-size: 2.7rem;
}
.c-h1-multiline span {
opacity: 1;
color: #005DAA;
font-size: 4.2rem;
font-weight: 800;
display: block;
}
/* h2 */
.c-h2,
.c-content h2,
.c-content.c-content--heading-shifted-1-level h3 {
color: #002848;
margin: 2rem 0;
font-size: 3.4rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
/* h3 */
.c-h3,
.c-content h3,
.c-content.c-content--heading-shifted-1-level h4 {
color: #002848;
margin: 2rem 0;
font-size: 2.4rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
.c-pullquote {
color: #002848;
margin: 2rem 0;
font-size: 2.4rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
/* h4 */
/* to do if necessary */
/* ==========================================================================
footer
========================================================================== */
.c-footer {
padding: 2.4rem 0;
border-top: 0.1rem solid #CCC;
}
.c-footer ul {
display: flex;
flex-wrap: wrap;
margin: 1rem;
}
.c-footer li {
margin: 0.5rem 1rem;
}
.c-footer a {
color: #999;
display: inline-flex;
}
.c-footer .c-nav-icon img {
margin-right: 0.5rem;
}
/* ==========================================================================
Content ad
========================================================================== */
.c-content-ad {
background: #006CC6;
padding: 2.4rem;
display: flex;
align-items: center;
}
.c-content-ad-text {
flex: 2 1 auto;
}
.c-content-ad-image {
flex: 1 1 40rem;
}
.c-content-ad img {
border: 0.7rem solid #FFF;
box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
position: relative;
right: -10%;
top: -10%;
transform: rotate(7.5deg) scale(1.15);
}
.c-content-ad-image:hover img {
transition: ease-in all 0.25s;
transform: rotate(9.5deg) scale(1.25);
}
.c-content-ad h3 {
font-size: 3rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
color: #FFF;
margin: 0 0 1.2rem;
}
.c-content-ad p {
color: #FFF;
}
/* Utility classes
========================================================================== */
.u-uc {
text-transform: uppercase;
}
/* Intro
========================================================================== */
.c-intro {
font-size: 130%;
}
/* c-social-list
========================================================================== */
.c-social-list {
display: flex;
}
.c-social-list li {
margin-right: 1.8rem;
}
.c-social-list a {
color: #009DDC;
text-decoration: none;
}
.c-social-list img {
position: relative;
top: 0.4rem;
}
/* c-article-list
========================================================================== */
.c-article-list li {
margin: 4rem 0;
padding: 0 0 4rem;
border-bottom: 0.1rem solid #CCC;
}
.c-article-list li:last-child {
border: none;
}
.c-article-list a {
color: #005DAA;
}
.c-article-list h2 {
color: #002848;
margin: 2rem 0;
font-size: 3.2rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
.c-article-list h2 a {
text-decoration: none;
}
/* c-home-articles-list
========================================================================== */
.c-home-articles-list {
padding: 2.4rem;
}
@media (min-width: 56.25em) {
.c-home-articles-list {
padding: 0;
}
}
.c-asides {
padding: 2rem 2rem 4rem;
border-top: 0.1rem solid #CCC;
}
@media (min-width: 56.25em) {
.c-asides {
padding: 2rem 0 4rem;
}
}
/* c-articles-columns-list
========================================================================== */
.c-articles-columns-list li {
margin: 0 0 4rem;
}
@media (min-width: 56.25em) {
.c-articles-columns-list {
columns: 2;
column-gap: 4rem;
}
.c-articles-columns-list li {
break-inside: avoid;
margin: 0 0 4rem;
}
}
.c-articles-columns-list h4 {
margin: 0 0 2rem;
font-size: 2.4rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
.c-articles-columns-list h4 a {
color: #005DAA;
text-decoration: none;
}
/* Single article
========================================================================== */
.c-single-article header {
margin: 0 0 4rem;
}
.c-single-article > .c-content {
margin-bottom: 4rem;
}
.c-single-article header h1 {
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
font-size: 3.2rem;
color: #005DAA;
}
@media (min-width: 56.25em) {
.c-single-article header h1 {
font-size: 3.7rem;
}
}
.c-single-article header p {
color: #666;
}
.c-single-article footer {
background: #EBF4FB;
}
/* Basic page
========================================================================== */
.c-basic-page {
margin: 2rem;
}
@media (min-width: 56.25em) {
.c-basic-page {
margin: 4rem 0;
}
}
/* Breakpoint utilities
========================================================================== */
/* Inline-block */
.bp3-ib-show {
display: none !important;
}
@media (min-width: 56.25em) {
.bp3-ib-show {
display: inline-block !important;
}
}
/* Inline */
.bp3-inline-show {
display: none !important;
}
@media (min-width: 56.25em) {
.bp3-inline-show {
display: inline !important;
}
}
/* Block */
.bp3-block-show {
display: none !important;
}
@media (min-width: 56.25em) {
.bp3-block-show {
display: block !important;
}
}
.bp3-ib-hide {
display: none !important;
}
@media (max-width: 56.25em) {
.bp3-ib-hide {
display: inline-block !important;
}
}
/* Inline */
.bp3-inline-hide {
display: none !important;
}
@media (max-width: 56.25em) {
.bp3-inline-hide {
display: inline !important;
}
}
/* Block */
.bp3-block-hide {
display: none !important;
}
@media (max-width: 56.25em) {
.bp3-block-hide {
display: block !important;
}
}
/* About the author
========================================================================== */
.c-about-author {
padding: 2.4rem;
}
.c-about-author-image {
margin-bottom: 2rem;
}
@media (min-width: 56.25em) {
.c-about-author {
display: flex;
}
.c-about-author-image {
flex: 1 0 14rem;
margin-right: 2rem;
}
}
.c-about-author h3 {
margin-top: 0;
}
/* Header fixed
========================================================================== */
.c-header-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
background: #FFF;
padding: 0.8rem 4.8rem;
z-index: 1;
transform: translateY(-200%);
}
.c-header-fixed .c-logo {
width: 22rem;
}
.c-header-fixed {
transition: transform 0.5s;
}
.c-header-fixed.is-visible {
transform: translateY(0);
box-shadow: 0 0 4rem rgba(0, 0, 0, 0.25);
}
/* Page header
========================================================================== */
.c-page-header {
margin: 4rem 0;
}
/* Improvement to work around lack of CSS grid layout for IE11
========================================================================== */
html {
padding: 2rem 4rem;
}
@supports (display: grid) {
html {
padding: 0;
}
.c-bg {
content: " ";
display: block;
background: #005DAA;
/* IE11 */
background: #005DAA;
z-index: -1;
width: 100%;
height: 18rem;
position: absolute;
top: 0;
left: 0;
}
}
/* Videos
========================================================================== */
.c-video-wrapper,
.wp-block-embed.is-type-video {
position: relative;
padding-bottom: 43%;
height: 0;
margin: 2rem 0;
}
.c-video-wrapper.aspect-3-2, .c-video-wrapper.wp-embed-aspect-3-2,
.wp-block-embed.is-type-video.aspect-3-2,
.wp-block-embed.is-type-video.wp-embed-aspect-3-2 {
padding-bottom: 66.67%;
/* 3:2 */
}
.c-video-wrapper.aspect-16-9, .c-video-wrapper.wp-embed-aspect-16-9,
.wp-block-embed.is-type-video.aspect-16-9,
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 {
padding-bottom: 56.25%;
/* 16:9 */
}
.c-video-wrapper iframe,
.wp-block-embed.is-type-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* About images
========================================================================== */
.c-about-images {
/* First image has 1,5 ratio */
/* Second image has 1,33 ratio */
}
.c-about-images img:first-child {
width: 45%;
margin: 0 1.5%;
}
.c-about-images img:last-child {
width: 45%;
margin: 0 1.5%;
}
/* hr
========================================================================== */
.c-hr {
margin: 2.4rem 0;
border-bottom: 0.1rem solid #CCC;
}
.c-hr hr {
display: none;
}
/* Wrangle with Gutenberg
========================================================================== */
.c-content .wp-block-quote {
margin: 2.4rem 0;
}
.c-content .wp-block-button__link {
border-radius: 0.4rem;
padding: 0.6rem 1.6rem;
background: #005DAA;
color: #FFF;
}
/*# sourceMappingURL=style.css.map */ | css/style.css | ========================================================================== */
@font-face {
font-family: "Gilroy";
src: url("../fonts/Gilroy-Extrabold.eot");
src: url("../fonts/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
font-weight: 800;
font-style: bold;
}
@font-face {
font-family: "Montserrat";
font-weight: 400;
font-style: normal;
src: url("../fonts/Montserrat-Regular.eot");
src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
font-family: "Montserrat";
font-weight: 600;
font-style: normal;
src: url("../fonts/Montserrat-Medium.eot");
src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
font-family: "Montserrat";
font-weight: 400;
font-style: italic;
src: url("../fonts/Montserrat-Italic.eot");
src: url("../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
}
/* Variables
========================================================================== */
/* Reset some basics
========================================================================== */
*,
*:before,
*:after {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
h1, h2, h3, h4, ul, ol {
padding: 0;
margin: 0;
}
input[type=submit],
input[type=button],
button {
border: none;
}
/* Set up some basic type
========================================================================== */
html {
font-size: 54.6875%;
}
@media (min-width: 56.25em) {
html {
font-size: 62.5%;
}
}
@media (min-width: 87.5em) {
html {
font-size: 70.3125%;
}
}
@media (min-width: 125em) {
html {
font-size: 78.125%;
}
}
body {
font-size: 1.6rem;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
color: #181A1C;
background: #FFF;
line-height: 1.7;
}
input,
textarea,
select {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 1.6rem;
}
/* Buttons and inputs (interrelated)
========================================================================== */
.c-button,
input[type=button] {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
display: inline-block;
padding: 0.8rem 1.6rem;
font-size: 1.6rem;
}
a.c-button {
text-decoration: none;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
border: 0.1rem solid #AAA;
border-radius: 0.3rem;
padding: 0.8rem 1rem;
}
.c-button--primary,
input[type=button] {
background: #005DAA;
color: #FFF;
}
.c-button--secondary {
border: 0.2rem solid #005DAA;
color: #005DAA;
background: transparent;
}
.c-button--secondary:hover {
background: rgba(0, 108, 198, 0.1);
transition: 0.18s ease-in background;
}
.c-button.c-button--inverse {
border: 0.2rem solid #FFF;
color: #FFF;
background: transparent;
}
.c-button-group .c-button {
margin-right: 0.8rem;
}
.c-button-group .c-button:last-child {
margin-right: 0;
}
/* Grid parts
========================================================================== */
/* General */
.c-header {
grid-area: header;
}
.c-main {
grid-area: main;
}
.c-footer {
grid-area: footer;
}
/* Simple page */
.c-basic-page {
grid-area: basic-page;
}
/* Home page */
.c-asides {
grid-area: asides;
}
.c-hero {
grid-area: hero;
}
.c-why {
grid-area: why;
}
.c-who {
grid-area: who;
}
.c-asides {
grid-area: asides;
}
.c-content-ad {
grid-area: content-ad;
}
.c-voting-instructions {
grid-area: voting-instructions;
}
.c-campaign-video {
grid-area: campaign-video;
}
.c-better {
grid-area: better;
}
.c-home-articles-list {
grid-area: home-articles;
}
@media (min-width: 56.25em) {
body {
display: grid;
margin: 2rem 0;
grid-gap: 2rem;
grid-template-columns: [full-start] minmax(2rem, 4rem) [main-start] 1fr [main-end] minmax(2em, 4rem) [full-end];
grid-template-areas: ". header ." ". main ." ". asides ." ". footer .";
}
.c-main, .c-header, .c-footer {
grid-column: 2;
}
}
@media (min-width: 56.25em) {
.c-main {
grid-column: full;
display: grid;
grid-gap: 4rem;
grid-template-columns: minmax(2rem, 4rem) repeat(6, 1fr) minmax(2rem, 4rem);
}
}
@media (min-width: 56.25em) {
.c-main {
grid-template-areas: ". . basic-page basic-page basic-page basic-page . . ";
}
}
@media (min-width: 56.25em) {
.c-main--home {
justify-content: center;
grid-template-areas: "hero hero hero hero hero hero hero hero " ". home-articles home-articles home-articles home-articles home-articles home-articles . ";
}
}
/* ==========================================================================
Logo
========================================================================== */
.c-logo h1,
.c-logo .c-site-title {
display: flex;
align-items: center;
font-size: 3.2rem;
}
.c-logo h1 span,
.c-logo .c-site-title span {
margin-top: 1rem;
}
.c-logo a {
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
color: #009DDC;
font-weight: 700;
text-decoration: none;
display: block;
}
.c-logo {
width: 24rem;
}
@media (min-width: 56.25em) {
.c-logo {
width: auto;
}
}
/* ==========================================================================
Nav
========================================================================== */
@media (min-width: 78.125em) {
.c-nav-logo-holder {
display: flex;
justify-content: space-between;
align-items: center;
}
}
.c-nav li {
display: inline-block;
margin-right: 0.5rem;
}
.c-nav li:last-child {
margin: 0;
}
.c-nav a {
margin-right: 0.5rem;
text-decoration: none;
color: #009DDC;
display: block;
padding: 1rem 0.5rem;
border-bottom: 0.2rem solid transparent;
}
.c-nav a:hover,
.c-nav a:active,
.c-nav a:focus {
border-color: #009DDC;
transition: 0.18s all ease-in;
}
.c-nav img {
position: relative;
top: 0.4rem;
}
.current-menu-item a {
color: #000;
border-bottom: 0.2rem solid #000;
}
.current-menu-item a:hover,
.current-menu-item a:active,
.current-menu-item a:focus {
border-color: #000;
}
.c-header {
border-bottom: 0.1rem solid #CCC;
padding: 2rem;
}
.c-header--home {
border: none;
background: #005DAA;
}
.c-header--home a {
color: #FFF;
}
.c-header--home .current-menu-item a {
border-bottom: 0.2rem solid #FFF;
}
.c-header--home .c-nav a:hover,
.c-header--home .c-nav a:active,
.c-header--home .c-nav a:focus {
border-color: #FFF;
}
.c-header--home .c-nav-icon {
opacity: 0.75;
}
.c-header--home .c-nav-icon:hover {
opacity: 1;
}
/* ==========================================================================
Hero
========================================================================== */
.c-hero {
padding: 5.6rem 2.4rem;
background: #005DAA;
background: linear-gradient(#005DAA, #00579E);
}
@media (min-width: 56.25em) {
.c-hero {
padding: 5.6rem 0;
display: grid;
grid-gap: 4rem;
grid-template-columns: minmax(2rem, 4rem) repeat(6, 1fr) minmax(2rem, 4rem);
}
.c-hero__content {
grid-column-start: 2;
grid-column-end: 5;
align-self: center;
}
.c-hero__img {
grid-column-start: 5;
grid-column-end: 8;
}
}
.c-hero img {
box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.35);
border: 1.2rem solid #FFF;
transform: rotate(2deg);
max-width: 75%;
margin: 0 auto;
}
@media (min-width: 56.25em) {
.c-hero img {
max-width: auto;
position: relative;
left: 10%;
}
}
.c-hero__content p {
margin: 2rem 0;
}
.c-hero__content p {
font-size: 2.3rem;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
color: #FFF;
opacity: 0.5;
}
.c-hero__img img {
margin: 0 auto;
display: block;
margin-top: 2rem;
}
@media (min-width: 56.25em) {
.c-hero__img img {
margin-top: 0;
}
}
.c-hero__img p {
color: #FFF;
text-align: center;
opacity: 0.5;
}
.c-hero span {
opacity: 0.5;
}
.c-hero h2 {
word-wrap: break-word;
margin: 4rem 0 0;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
text-transform: lowercase;
font-size: 250%;
line-height: 1.1;
color: #FFF;
}
@media (min-width: 56.25em) {
.c-hero h2 {
line-height: 0.9;
font-size: 390%;
}
}
/* ==========================================================================
c-content
========================================================================== */
.c-content ul {
list-style: disc;
padding: 0 0 0 4rem;
}
.c-a,
.c-content a {
color: #005DAA;
}
.c-a--swap-underlines {
text-decoration: none;
}
.c-a--swap-underlines:hover {
text-decoration: underline;
}
.c-content blockquote p {
font-style: italic;
}
.c-content blockquote cite {
text-transform: uppercase;
font-style: normal;
font-size: 90%;
letter-spacing: 0.1rem;
}
/* h1 */
.c-h1,
.c-content h1,
.c-content.c-content--heading-shifted-1-level h2 {
color: #005DAA;
margin: 4rem 0;
font-size: 4.2rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
.c-h1-multiline {
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
color: #002848;
line-height: 1.5;
font-size: 2.7rem;
}
.c-h1-multiline span {
opacity: 1;
color: #005DAA;
font-size: 4.2rem;
font-weight: 800;
display: block;
}
/* h2 */
.c-h2,
.c-content h2,
.c-content.c-content--heading-shifted-1-level h3 {
color: #002848;
margin: 2rem 0;
font-size: 3.4rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
/* h3 */
.c-h3,
.c-content h3,
.c-content.c-content--heading-shifted-1-level h4 {
color: #002848;
margin: 2rem 0;
font-size: 2.4rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
.c-pullquote {
color: #002848;
margin: 2rem 0;
font-size: 2.4rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
/* h4 */
/* to do if necessary */
/* ==========================================================================
footer
========================================================================== */
.c-footer {
padding: 2.4rem 0;
border-top: 0.1rem solid #CCC;
}
.c-footer ul {
display: flex;
flex-wrap: wrap;
margin: 1rem;
}
.c-footer li {
margin: 0.5rem 1rem;
}
.c-footer a {
color: #999;
display: inline-flex;
}
.c-footer .c-nav-icon img {
margin-right: 0.5rem;
}
/* ==========================================================================
Content ad
========================================================================== */
.c-content-ad {
background: #006CC6;
padding: 2.4rem;
display: flex;
align-items: center;
}
.c-content-ad-text {
flex: 2 1 auto;
}
.c-content-ad-image {
flex: 1 1 40rem;
}
.c-content-ad img {
border: 0.7rem solid #FFF;
box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
position: relative;
right: -10%;
top: -10%;
transform: rotate(7.5deg) scale(1.15);
}
.c-content-ad-image:hover img {
transition: ease-in all 0.25s;
transform: rotate(9.5deg) scale(1.25);
}
.c-content-ad h3 {
font-size: 3rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
color: #FFF;
margin: 0 0 1.2rem;
}
.c-content-ad p {
color: #FFF;
}
/* Utility classes
========================================================================== */
.u-uc {
text-transform: uppercase;
}
/* Intro
========================================================================== */
.c-intro {
font-size: 130%;
}
/* c-social-list
========================================================================== */
.c-social-list {
display: flex;
}
.c-social-list li {
margin-right: 1.8rem;
}
.c-social-list a {
color: #009DDC;
text-decoration: none;
}
.c-social-list img {
position: relative;
top: 0.4rem;
}
/* c-article-list
========================================================================== */
.c-article-list li {
margin: 4rem 0;
padding: 0 0 4rem;
border-bottom: 0.1rem solid #CCC;
}
.c-article-list li:last-child {
border: none;
}
.c-article-list a {
color: #005DAA;
}
.c-article-list h2 {
color: #002848;
margin: 2rem 0;
font-size: 3.2rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
.c-article-list h2 a {
text-decoration: none;
}
/* c-home-articles-list
========================================================================== */
.c-home-articles-list {
padding: 2.4rem;
}
@media (min-width: 56.25em) {
.c-home-articles-list {
padding: 0;
}
}
.c-asides {
padding: 2rem 2rem 4rem;
border-top: 0.1rem solid #CCC;
}
@media (min-width: 56.25em) {
.c-asides {
padding: 2rem 0 4rem;
}
}
/* c-articles-columns-list
========================================================================== */
.c-articles-columns-list li {
margin: 0 0 4rem;
}
@media (min-width: 56.25em) {
.c-articles-columns-list {
columns: 2;
column-gap: 4rem;
}
.c-articles-columns-list li {
break-inside: avoid;
margin: 0 0 4rem;
}
}
.c-articles-columns-list h4 {
margin: 0 0 2rem;
font-size: 2.4rem;
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
}
.c-articles-columns-list h4 a {
color: #005DAA;
text-decoration: none;
}
/* Single article
========================================================================== */
.c-single-article header {
margin: 0 0 4rem;
}
.c-single-article > .c-content {
margin-bottom: 4rem;
}
.c-single-article header h1 {
line-height: 1.1;
font-family: "Gilroy", Futura, Helvetica, Arial, sans-serif;
font-weight: 800;
font-size: 3.2rem;
color: #005DAA;
}
@media (min-width: 56.25em) {
.c-single-article header h1 {
font-size: 3.7rem;
}
}
.c-single-article header p {
color: #666;
}
.c-single-article footer {
background: #EBF4FB;
}
/* Basic page
========================================================================== */
.c-basic-page {
margin: 2rem;
}
@media (min-width: 56.25em) {
.c-basic-page {
margin: 4rem 0;
}
}
/* Breakpoint utilities
========================================================================== */
/* Inline-block */
.bp3-ib-show {
display: none !important;
}
@media (min-width: 56.25em) {
.bp3-ib-show {
display: inline-block !important;
}
}
/* Inline */
.bp3-inline-show {
display: none !important;
}
@media (min-width: 56.25em) {
.bp3-inline-show {
display: inline !important;
}
}
/* Block */
.bp3-block-show {
display: none !important;
}
@media (min-width: 56.25em) {
.bp3-block-show {
display: block !important;
}
}
.bp3-ib-hide {
display: none !important;
}
@media (max-width: 56.25em) {
.bp3-ib-hide {
display: inline-block !important;
}
}
/* Inline */
.bp3-inline-hide {
display: none !important;
}
@media (max-width: 56.25em) {
.bp3-inline-hide {
display: inline !important;
}
}
/* Block */
.bp3-block-hide {
display: none !important;
}
@media (max-width: 56.25em) {
.bp3-block-hide {
display: block !important;
}
}
/* About the author
========================================================================== */
.c-about-author {
padding: 2.4rem;
}
.c-about-author-image {
margin-bottom: 2rem;
}
@media (min-width: 56.25em) {
.c-about-author {
display: flex;
}
.c-about-author-image {
flex: 1 0 14rem;
margin-right: 2rem;
}
}
.c-about-author h3 {
margin-top: 0;
}
/* Header fixed
========================================================================== */
.c-header-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
background: #FFF;
padding: 0.8rem 4.8rem;
z-index: 1;
transform: translateY(-200%);
}
.c-header-fixed .c-logo {
width: 22rem;
}
.c-header-fixed {
transition: transform 0.5s;
}
.c-header-fixed.is-visible {
transform: translateY(0);
box-shadow: 0 0 4rem rgba(0, 0, 0, 0.25);
}
/* Page header
========================================================================== */
.c-page-header {
margin: 4rem 0;
}
/* Improvement to work around lack of CSS grid layout for IE11
========================================================================== */
html {
padding: 2rem 4rem;
}
@supports (display: grid) {
html {
padding: 0;
}
.c-bg {
content: " ";
display: block;
background: #005DAA;
/* IE11 */
background: #005DAA;
z-index: -1;
width: 100%;
height: 18rem;
position: absolute;
top: 0;
left: 0;
}
}
/* Videos
========================================================================== */
.c-video-wrapper,
.wp-block-embed.is-type-video {
position: relative;
padding-bottom: 43%;
height: 0;
margin: 2rem 0;
}
.c-video-wrapper.aspect-3-2, .c-video-wrapper.wp-embed-aspect-3-2,
.wp-block-embed.is-type-video.aspect-3-2,
.wp-block-embed.is-type-video.wp-embed-aspect-3-2 {
padding-bottom: 66.67%;
/* 3:2 */
}
.c-video-wrapper.aspect-16-9, .c-video-wrapper.wp-embed-aspect-16-9,
.wp-block-embed.is-type-video.aspect-16-9,
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 {
padding-bottom: 56.25%;
/* 16:9 */
}
.c-video-wrapper iframe,
.wp-block-embed.is-type-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* About images
========================================================================== */
.c-about-images {
/* First image has 1,5 ratio */
/* Second image has 1,33 ratio */
}
.c-about-images img:first-child {
width: 45%;
margin: 0 1.5%;
}
.c-about-images img:last-child {
width: 45%;
margin: 0 1.5%;
}
/* hr
========================================================================== */
.c-hr {
margin: 2.4rem 0;
border-bottom: 0.1rem solid #CCC;
}
.c-hr hr {
display: none;
}
/* Wrangle with Gutenberg
========================================================================== */
.c-content .wp-block-quote {
margin: 2.4rem 0;
}
.c-content .wp-block-button__link {
border-radius: 0.4rem;
padding: 0.6rem 1.6rem;
background: #005DAA;
color: #FFF;
}
/*# sourceMappingURL=style.css.map */ | 0.313315 | 0.074568 |
@-moz-document domain("www.caradisiac.com") {
/* Main */
body {
background-color: #333 !important;
color: #999 !important;
}
a, .header .sousMenuEssais .sousNavTitre, .article_lien, .article_lien:hover {
color: #fff !important;
border: 0;
}
.col-md-8 {
width: 100% !important;
}
.container, .content, .poursuiteDeLecture, .header .sousNav.largeurPage, .grandDossier, .carousel-caption, .billboardFullSize .zoneNav {
background-color: #222 !important;
color: #999 !important;
text-align: justify !important;
}
.titreArticle {
color: #999 !important;
}
.txt {
color: #999 !important;
}
.meta {
background-color: #222 !important;
color: #999 !important;
border: 1px solid #333 !important;
}
.filAriane {
margin: 0 !important;
}
.breadcrumb {
background-color: #222 !important;
font-size: 12px !important;
}
.breadcrumb>.active {
color: #777 !important;
}
.bloc-header, .bloc-header em {
background-color: #222 !important;
color: #999 !important;
background: 0 !important;
}
.navProd, .ttlNav, .navProd .ttlNav .text, .navProd .imgMod, .imgMarque, .blocListGris {
background-color: #222 !important;
color: #999 !important;
border: 0 !important;
}
.navItem, .navItem li {
background-color: #222 !important;
color: #999 !important;
border: 0 !important;
}
.navItem li .current {
background-color: #444 !important;
color: #999 !important;
border: 0 !important;
}
h1, h2, h3, .h3, .bodyArticle .h3, .paginationHaute, .barreRub, .artTypeDoc {
background-color: #222 !important;
color: #999 !important;
border: 0 !important;
}
.cara-btn-block, .btn-success, .btn-ConnectHome, .paginationHaute li a, .paginationBasse li a, .btn-block-comm .btn-block-lien-comm a, .btn-block-comm .btn-block-lien-comm a:hover, .noBtnLire-xs, .btnLire, .btnLire:hover, .pagination li a, .pagination li span, .pagination li span:hover, .moteurRechercheBloc, .moteurRechercheBloc select, .slider .next, .slider .prev, select, input, .header .rechercheFullText input, .pseudoUser, .noteBlocTxt, .article_cadre_bleu, .infoView, .navArticle .pageSuiv::after, .infosDatesCo2, .poursuiteDeLecture ul li .desactivated, .owl-buttons span, .containerCarousel .owl-controls .owl-page span, .autopromoAvisMoto, .btn-autopromoAvisMoto .chevron {
background-color: #222 !important;
color: #999 !important;
border: 1px solid #333 !important;
}
.paginationComm li.current a:hover, .paginationHaute li.current a, .paginationBasse li.current a, .paginationBasse li.current a:hover, .pagination li.active a, .pagination li.active a:focus, .pagination li.active a:hover, .containerCarousel .owl-controls .owl-page.active span {
background-color: #444 !important;
color: #999 !important;
border: 1px solid #333 !important;
}
.blocPortFolio .blocPortFolioSuiteLecture, .containerBoutonAvis, .ficheTech .caract01, .ficheTech .caract02, .ficheTech .caract03, .ficheTech .caract04, .ficheTech .caract05, .btn-autopromoAvisMoto {
background: none;
}
.notationVisu, .userNoteContent, .moyenneAvis .noteAvis .noteContent, .noteBlocNote {
background-color: #555 !important;
color: #fff !important;
}
.sommaireNav, .sommaire li.current, .sommaire span, .ficheTech .caract {
background-color: #222 !important;
color: #999 !important;
}
.sommaire li.current span, .sommaire li.current span:hover, .sommaire li a:hover, .sommaire li:hover {
background-color: #222 !important;
color: #fff !important;
}
/* Header */
header, .navPrincipale, .header {
background-color: #333 !important;
}
.header .logoDesktop {
padding: 8px 0 16px 8px !important;
}
.header .infosUtilisateur .infoItem.clubcaraMiniLogo {
border:0 !important;
/* display: none !important; */
}
.bordureLight, .btn-primary, .listMotsCles a, .btn-poursuivre, .btn-poursuivre:hover {
border: 1px solid #333 !important;
background-color: #222 !important;
color: #999 !important;
}
.header .searchBox {
padding: 8px 17px 8px 0 !important;
}
.navPrincipale, .header .navItem {
border: 1px solid #333 !important;
background-color: #333 !important;
}
.header .menu .active, .header .selected {
border: 1px solid #333 !important;
background-color: #666 !important;
color: #fff !important;
}
.sousNavEvenement, .sousNavEvenement .sousNavItem {
background-color: #666 !important;
color: #fff !important;
border: 0;
}
.header .selected .labelRetromobile, .header .selected span {
color: #fff;
}
#infoCookies, #pubTop {
display: none !important;
}
/* Comments section */
.responseTo {
background-color: #333 !important;
}
.btn-gris, .btn-gris:hover {
background-color: #333 !important;
}
/* Footer */
footer, .flex, .servicesCara, .blocContext {
display: none;
}
} | data/usercss/157749.user.css | @-moz-document domain("www.caradisiac.com") {
/* Main */
body {
background-color: #333 !important;
color: #999 !important;
}
a, .header .sousMenuEssais .sousNavTitre, .article_lien, .article_lien:hover {
color: #fff !important;
border: 0;
}
.col-md-8 {
width: 100% !important;
}
.container, .content, .poursuiteDeLecture, .header .sousNav.largeurPage, .grandDossier, .carousel-caption, .billboardFullSize .zoneNav {
background-color: #222 !important;
color: #999 !important;
text-align: justify !important;
}
.titreArticle {
color: #999 !important;
}
.txt {
color: #999 !important;
}
.meta {
background-color: #222 !important;
color: #999 !important;
border: 1px solid #333 !important;
}
.filAriane {
margin: 0 !important;
}
.breadcrumb {
background-color: #222 !important;
font-size: 12px !important;
}
.breadcrumb>.active {
color: #777 !important;
}
.bloc-header, .bloc-header em {
background-color: #222 !important;
color: #999 !important;
background: 0 !important;
}
.navProd, .ttlNav, .navProd .ttlNav .text, .navProd .imgMod, .imgMarque, .blocListGris {
background-color: #222 !important;
color: #999 !important;
border: 0 !important;
}
.navItem, .navItem li {
background-color: #222 !important;
color: #999 !important;
border: 0 !important;
}
.navItem li .current {
background-color: #444 !important;
color: #999 !important;
border: 0 !important;
}
h1, h2, h3, .h3, .bodyArticle .h3, .paginationHaute, .barreRub, .artTypeDoc {
background-color: #222 !important;
color: #999 !important;
border: 0 !important;
}
.cara-btn-block, .btn-success, .btn-ConnectHome, .paginationHaute li a, .paginationBasse li a, .btn-block-comm .btn-block-lien-comm a, .btn-block-comm .btn-block-lien-comm a:hover, .noBtnLire-xs, .btnLire, .btnLire:hover, .pagination li a, .pagination li span, .pagination li span:hover, .moteurRechercheBloc, .moteurRechercheBloc select, .slider .next, .slider .prev, select, input, .header .rechercheFullText input, .pseudoUser, .noteBlocTxt, .article_cadre_bleu, .infoView, .navArticle .pageSuiv::after, .infosDatesCo2, .poursuiteDeLecture ul li .desactivated, .owl-buttons span, .containerCarousel .owl-controls .owl-page span, .autopromoAvisMoto, .btn-autopromoAvisMoto .chevron {
background-color: #222 !important;
color: #999 !important;
border: 1px solid #333 !important;
}
.paginationComm li.current a:hover, .paginationHaute li.current a, .paginationBasse li.current a, .paginationBasse li.current a:hover, .pagination li.active a, .pagination li.active a:focus, .pagination li.active a:hover, .containerCarousel .owl-controls .owl-page.active span {
background-color: #444 !important;
color: #999 !important;
border: 1px solid #333 !important;
}
.blocPortFolio .blocPortFolioSuiteLecture, .containerBoutonAvis, .ficheTech .caract01, .ficheTech .caract02, .ficheTech .caract03, .ficheTech .caract04, .ficheTech .caract05, .btn-autopromoAvisMoto {
background: none;
}
.notationVisu, .userNoteContent, .moyenneAvis .noteAvis .noteContent, .noteBlocNote {
background-color: #555 !important;
color: #fff !important;
}
.sommaireNav, .sommaire li.current, .sommaire span, .ficheTech .caract {
background-color: #222 !important;
color: #999 !important;
}
.sommaire li.current span, .sommaire li.current span:hover, .sommaire li a:hover, .sommaire li:hover {
background-color: #222 !important;
color: #fff !important;
}
/* Header */
header, .navPrincipale, .header {
background-color: #333 !important;
}
.header .logoDesktop {
padding: 8px 0 16px 8px !important;
}
.header .infosUtilisateur .infoItem.clubcaraMiniLogo {
border:0 !important;
/* display: none !important; */
}
.bordureLight, .btn-primary, .listMotsCles a, .btn-poursuivre, .btn-poursuivre:hover {
border: 1px solid #333 !important;
background-color: #222 !important;
color: #999 !important;
}
.header .searchBox {
padding: 8px 17px 8px 0 !important;
}
.navPrincipale, .header .navItem {
border: 1px solid #333 !important;
background-color: #333 !important;
}
.header .menu .active, .header .selected {
border: 1px solid #333 !important;
background-color: #666 !important;
color: #fff !important;
}
.sousNavEvenement, .sousNavEvenement .sousNavItem {
background-color: #666 !important;
color: #fff !important;
border: 0;
}
.header .selected .labelRetromobile, .header .selected span {
color: #fff;
}
#infoCookies, #pubTop {
display: none !important;
}
/* Comments section */
.responseTo {
background-color: #333 !important;
}
.btn-gris, .btn-gris:hover {
background-color: #333 !important;
}
/* Footer */
footer, .flex, .servicesCara, .blocContext {
display: none;
}
} | 0.111483 | 0.046335 |
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:400,500,700');
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0; /* 3 */
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px;
font-weight: 700;
color: #353E49;
line-height: 1.4em;
font-family: 'Roboto', sans-serif;
}
h1 {
font-size: 58px;
}
h2 {
font-size: 48px;
}
h3 {
font-size: 32px;
}
h4 {
font-size: 24px;
}
p {
margin: 0 0 0.8em 0;
}
html,
body {
height: 100%
}
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #9298a0;
line-height: 28px;
letter-spacing: 0.3px;
}
.btn {
background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
background-repeat: repeat-x;
font-family: 'Roboto', sans-serif;
border-radius: 20px;
font-weight: 700;
opacity: .8;
}
.section-padding {
padding-top: 80px;
padding-bottom: 120px;
}
.space-10 {
height: 10px;
width: 100%;
display: block;
}
.space-30 {
height: 30px;
width: 100%;
display: block;
}
.space-50 {
height: 50px;
width: 100%;
display: block;
}
.mr-top-40 {
margin-top: 40px;
}
.gray-bg {
background-color: #F1F4F6;
}
.flex-middle {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/*---- 2. Navigation Bar ----*/
#scrollBar {
background-color: transparent!important;
color: #ffffff;
padding-left: 25px;
z-index: 9999;
}
.nav-link {
color: white!important;
}
.nav-link:hover,.nav-link:active{
color:goldenrod!important;
}
.navbar-collapse collapse show{
background-color: #2a2a2a!important;
background: -webkit-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: -o-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: linear-gradient(to bottom, #414040 0%, #2a2a2a 100%)!important;
}
/*---- 3. Header Area ----*/
.headline {
font-family: 'Playfair Display', serif;
font-size: 48px;
line-height: 60px;
color: #ffffff;
font-weight: 400;
}
.sub-headline {
font-size: 20px;
letter-spacing: 0;
line-height: 42px;
}
.header-area {
color: #ffffff;
width: 100%;
height: 100vh;
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
overflow: hidden;
background-attachment: fixed;
}
.header-area.landing-header {
background-image: url("../images/backgroundOne.jpg");
z-index: 1;
}
.header-area.app-landing-header {
background-image: url("../images/backgroundOne.jpg");
background-position: right bottom;
background-size: auto;
}
.header-area:after,
.header-area:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.header-area:after {
z-index: -1;
background: #2a2a2a!important;
background: -webkit-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: -o-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: linear-gradient(to bottom, #414040 0%, #2a2a2a 100%)!important;
}
.header-area.landing-header:after {
opacity: 0.9;
}
.site-header {
height: auto;
padding: 150px 0 100px 0;
}
.header-area.site-header:before {
background: url('../images/backgroundOne.jpg') no-repeat scroll center center / auto 100%;
}
.vcenter {
position: absolute;
left: 0;
width: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.typewrite {
font-weight: 700;
color: white;
}
/*---- 4. Welcome-Area ----*/
#mediaOne, #resume{
text-align: center;
}
#buttonEffect{
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
transition-property: color;
transition-duration: .3s;
background-color:#ffbf3b;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
padding: 10px 20px;
text-transform: uppercase;
border:none;
margin-bottom: 20px;
}
#buttonEffect:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #333;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
#buttonEffect:hover, #buttonEffectfocus, #buttonEffect:active {
color: white;
}
#buttonEffect:hover:before, #buttonEffect:focus:before, #buttonEffect:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
#me {
max-width: 100%;
height: auto;
}
.single-image {
margin: 0;
padding: 0;
line-height: 0;
border-radius: 6px;
overflow: hidden;
}
/*---- 5. Education-Area ----*/
#education-page{
background-color: #2a2a2a!important;
background: -webkit-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: -o-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: linear-gradient(to bottom, #414040 0%, #2a2a2a 100%)!important;
color: white;
}
.page-title .title{
color: goldenrod;
}
.educationNo .title{
color: goldenrod;
}
/*---- 6. Work-Area ----*/
.carousel-container {
width:72%;
margin:auto;
overflow: hidden;
position: relative;
}
.carousel-slide {
display: flex;
width: 100%;
height: 700px;
}
.workImg {
width: 800px;
height:480px;
align-self: auto;
text-align: center;
}
#prevBtn{
position: absolute;
top:30%;
z-index: 100;
left: 5%;
font-size: 80px;
opacity: .8;
cursor: pointer;
color: white;
}
#nextBtn{
position: absolute;
top:30%;
z-index: 10;
right: 5%;
font-size: 80px;
opacity: .8;
cursor: pointer;
color: white;
}
.date{
color: black;
font-weight: 700;
}
.title {
text-align: center;
}
#para {
text-align: center;
}
/* .carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
height: 100px!important;
width: 100px!important;
}
.carousel-control-next-icon {
background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")!important;
height: 100px!important;
width: 100px!important;
} */
/* .works {
height: 100%;
width: 100%;
max-width: 680px;
max-height: 523px;
margin: auto;
} */
/* .carousel-item{
text-align: center;
} */
.project-header{
color: black;
margin-bottom: -2px;
text-align: center;
}
.project-description {
color: black;
text-align: center;
}
/* .carousel-caption{
background-color: rgba(0,0,0,.3);
border-radius: 10px;
padding:5px;
max-width: 680px;
margin: auto;
} */
.btnGit{
font-size: 15px;
padding: 1px 10px 1px 10px;
background: black;
color: goldenrod;
border-radius: 5px;
opacity: 1;
margin: 2%;
position: absolute;
top: 5%;
right: 2%;
z-index: 10;
}
.slides {
position: relative;
}
.btnGit:Hover{
color:white;
}
.lineSp{
line-height: 1
}
.projDis{
text-align: center;
}
/*---- 7. Form Area ----*/
/* #contact-page{
background-color: #2a2a2a!important;
background: -webkit-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: -o-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: linear-gradient(to bottom, #414040 0%, #2a2a2a 100%)!important;
} */
.socialMedia a.githubTwo {
background: rgb(0, 0, 0);
width: 150px;
height: 150px;
margin: 50px;
margin-bottom: 20px;
}
.socialMedia a.messageTwo {
background: rgb(0, 0, 0);
width: 150px;
height: 150px;
margin: 50px;
margin-bottom: 20px;
}
.socialMedia a.linkedinTwo{
background: #0e76a8;
width: 150px;
height: 150px;
margin: 50px;
margin-bottom: 20px;
}
.contact {
font-size: 50px;
}
.contactContainer {
text-align: center;
}
/*---- 8. Skills & Services Area ----*/
#service{
background: #2a2a2a!important;
background: -webkit-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: -o-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: linear-gradient(to bottom, #414040 0%, #2a2a2a 100%)!important;
}
#skillHead{
color: white;
}
.service-header h3{
font-size: 22px;
font-weight: 600;
color: white;
}
.service-header i{
display: inline-block;
margin-top: 18px;
margin-bottom: 18px;
color: #fff;
transition: .3s;
}
.single-service > p{
font-size: 14px;
line-height: 24px;
font-weight: 300;
margin-bottom: 20px;
color: white;
}
.col-md-4.col-sm-6:nth-child(-n+6) .single-service {
margin-bottom: 35px;
}
.single-service{
text-align: center;
background: #5F5F5F;
}
.camel-box .box-single:hover{
box-shadow: 0 25px 45px rgba(0,0,0,.15);
}
.camel-box .box-single{
transition: all 0.6s ease 0s;
}
.box-single .service-header i{
font-size: 35px;
border: 3px solid #fff;
height: 70px;
width: 70px;
line-height: 67px;
text-align: center;
border-radius: 100%;
}
.single-service:hover .service-header i{
color: #999;
}
.box-single:hover .service-header i{
color: #fff;
border: 3px solid #ffbf3b;
transition: .3s;
}
.box {
color: #ffd133;
border: 1px solid #fff;
background-color: rgba(102,102,102,.3);
box-shadow: 0 2px 3px hsla(0,0%,4%,.1), 0 0 0 1px hsla(0,0%,4%,.1);
padding: 1.5rem;
display: block;
}
.box h3, .box h5 {
color: #fff;
text-transform: inherit;
line-height: 21px;
}
.service-bg{
background: rgba(0,0,0,0) url("../image/banner/slider2.jpeg");
background-attachment: fixed;
background-clip: initial;
background-color: rgba(255,255,255,0);
background-origin: initial;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 0;
}
/*---- 9. Footer ----*/
.footer-section{
background: #353131c7;
text-align: center;
padding: 10px 0;
}
.socialMedia a{
display: inline-table;
text-align: center;
height: 35px;
width: 35px;
color: #fff;
border-radius: 50%;
margin: 0 5px;
transition: all .3s ease;
}
.socialMedia a:hover{
opacity: .7;
text-decoration: none;
}
.socialMedia a i{
display: table-cell;
align-content: middle;
vertical-align: middle;
}
.contact-info i {
color: #ffbf3b;
line-height: 60px;
height: 70px;
border-radius: 50%;
width: 70px;
border: 3px solid #ffbf3b;
}
.socialMedia a.github {
background: rgb(0, 0, 0);
}
.socialMedia a.message {
background: rgb(0, 0, 0);
}
.socialMedia a.linkedin{
background: #0e76a8;
}
.footer-section p {
font-size: 12px;
line-height: 12px;
color: #fff;
margin-bottom: -5px;
line-height: normal;
}
/*---- 10. Responsive ----*/
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.info-box {
font-size: 18px;
padding: 0 25px;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
#scrollBar {
background-color: #2a2a2a!important;
}
.section-padding {
padding-top: 80px;
padding-bottom: 80px;
}
.section-padding-bottom {
padding-bottom: 80px;
}
#education-page,
#work-page,
#experience-page {
padding-bottom: 40px;
}
.mainmenu-area {
padding: 0 0 0 0;
margin-top: 0;
background-color: #23235F;
}
.mainmenu-area .navbar-header {
padding: 20px 0;
}
.navbar-toggle {
border: none;
margin: 0 10px 0 0;
padding: 0 0 0 0;
}
.navbar-toggle .icon-bar {
background-color: #ffffff;
border-radius: 5px;
margin: 10px 0;
width: 30px;
}
.mainmenu-area ul.nav.navbar-nav li a {
border: none;
padding: 15px;
border-radius: 4px
}
.mainmenu-area ul.nav.navbar-nav li.active a,
.mainmenu-area ul.nav.navbar-nav li a:hover {
background-color: #00DDE9;
color: #ffffff;
border: none;
}
.header-area {
height: auto;
padding-top: 150px;
padding-bottom: 120px;
}
.vcenter {
position: static;
transform: translateY(0);
}
.single-work .work-content .title {
font-size: 16px;
}
.bttn-tr {
font-size: 10px;
padding: 6px 20px 5px 20px;
}
.sponsor li {
width: 40%;
padding: 15px;
}
.xs-center {
text-align: center;
}
.info-box {
font-size: 18px;
padding: 0;
}
.single-testimonial {
padding: 80px 30px 60px 30px;
}
.single-testimonial .desc {
font-size: 16px;
width: 100%;
}
.single-team {
margin-bottom: 30px;
}
.owl-controls .owl-nav > div {
left: 0;
}
.owl-controls .owl-nav > div.owl-next {
left: auto;
right: 0;
}
.blog-box {
margin-bottom: 30px;
}
.exp-list > li ul {
display: block;
}
.exp-list > li:last-child ul li,
.exp-list > li ul li {
width: 100%;
display: block;
padding: 15px 10px;
border: none;
border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.feature-tabs li a {
padding: 10px 20px;
}
.single-price {
margin-bottom: 30px;
}
.page-title .title {
font-size: 26px;
}
.site-header {
padding-bottom: 50px;
}
.headline {
font-size: 28px;
}
.post-details blockquote {
padding: 60px 30px 30px 30px;
font-size: 16px;
}
.post-details blockquote:before {
top: 20px
}
.social-menu {
display: block;
padding-top: 20px;
text-align: inherit;
}
.comments-list li li .comment-item,
.comment-item {
padding: 15px 10px 10px 10px;
}
.comment-item .author-pic {
position: static;
margin-bottom: 20px;
}
.comments-list ul {
margin-left: 30px;
}
.comments-list li li .comment-item {
border-left: 1px solid #ededed;
}
.comment-form.logedin {
padding-left: 0;
}
.comment-form.logedin .user-avatar {
position: static;
margin-bottom: 30px;
}
.comment-form.logedin .comment-box:before {
position: absolute;
left: 15px;
top: -34px;
transform: rotate(90deg);
}
.post-details h1,
.post-details h2,
.post-details h3,
.post-details h4,
.post-details h5,
.post-details h6,
.post-details p {
width: auto;
}
.typewrite {
font-size: 36px;
}
.top-heading {
font-size: 26px;
}
.bttn-info-tr,
.bttn-info {
padding: 13px 30px;
font-size: 12px;
}
.nav-links .page-numbers {
width: 40px;
}
.post-list {
margin-bottom: 0;
}
.widget {
margin-bottom: 0;
}
.xs-padding-close {
padding: 0;
}
} | assets/css/style.css |
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:400,500,700');
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0; /* 3 */
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px;
font-weight: 700;
color: #353E49;
line-height: 1.4em;
font-family: 'Roboto', sans-serif;
}
h1 {
font-size: 58px;
}
h2 {
font-size: 48px;
}
h3 {
font-size: 32px;
}
h4 {
font-size: 24px;
}
p {
margin: 0 0 0.8em 0;
}
html,
body {
height: 100%
}
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #9298a0;
line-height: 28px;
letter-spacing: 0.3px;
}
.btn {
background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
background-repeat: repeat-x;
font-family: 'Roboto', sans-serif;
border-radius: 20px;
font-weight: 700;
opacity: .8;
}
.section-padding {
padding-top: 80px;
padding-bottom: 120px;
}
.space-10 {
height: 10px;
width: 100%;
display: block;
}
.space-30 {
height: 30px;
width: 100%;
display: block;
}
.space-50 {
height: 50px;
width: 100%;
display: block;
}
.mr-top-40 {
margin-top: 40px;
}
.gray-bg {
background-color: #F1F4F6;
}
.flex-middle {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/*---- 2. Navigation Bar ----*/
#scrollBar {
background-color: transparent!important;
color: #ffffff;
padding-left: 25px;
z-index: 9999;
}
.nav-link {
color: white!important;
}
.nav-link:hover,.nav-link:active{
color:goldenrod!important;
}
.navbar-collapse collapse show{
background-color: #2a2a2a!important;
background: -webkit-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: -o-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: linear-gradient(to bottom, #414040 0%, #2a2a2a 100%)!important;
}
/*---- 3. Header Area ----*/
.headline {
font-family: 'Playfair Display', serif;
font-size: 48px;
line-height: 60px;
color: #ffffff;
font-weight: 400;
}
.sub-headline {
font-size: 20px;
letter-spacing: 0;
line-height: 42px;
}
.header-area {
color: #ffffff;
width: 100%;
height: 100vh;
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
overflow: hidden;
background-attachment: fixed;
}
.header-area.landing-header {
background-image: url("../images/backgroundOne.jpg");
z-index: 1;
}
.header-area.app-landing-header {
background-image: url("../images/backgroundOne.jpg");
background-position: right bottom;
background-size: auto;
}
.header-area:after,
.header-area:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.header-area:after {
z-index: -1;
background: #2a2a2a!important;
background: -webkit-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: -o-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: linear-gradient(to bottom, #414040 0%, #2a2a2a 100%)!important;
}
.header-area.landing-header:after {
opacity: 0.9;
}
.site-header {
height: auto;
padding: 150px 0 100px 0;
}
.header-area.site-header:before {
background: url('../images/backgroundOne.jpg') no-repeat scroll center center / auto 100%;
}
.vcenter {
position: absolute;
left: 0;
width: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.typewrite {
font-weight: 700;
color: white;
}
/*---- 4. Welcome-Area ----*/
#mediaOne, #resume{
text-align: center;
}
#buttonEffect{
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
transition-property: color;
transition-duration: .3s;
background-color:#ffbf3b;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
padding: 10px 20px;
text-transform: uppercase;
border:none;
margin-bottom: 20px;
}
#buttonEffect:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #333;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
#buttonEffect:hover, #buttonEffectfocus, #buttonEffect:active {
color: white;
}
#buttonEffect:hover:before, #buttonEffect:focus:before, #buttonEffect:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
#me {
max-width: 100%;
height: auto;
}
.single-image {
margin: 0;
padding: 0;
line-height: 0;
border-radius: 6px;
overflow: hidden;
}
/*---- 5. Education-Area ----*/
#education-page{
background-color: #2a2a2a!important;
background: -webkit-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: -o-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: linear-gradient(to bottom, #414040 0%, #2a2a2a 100%)!important;
color: white;
}
.page-title .title{
color: goldenrod;
}
.educationNo .title{
color: goldenrod;
}
/*---- 6. Work-Area ----*/
.carousel-container {
width:72%;
margin:auto;
overflow: hidden;
position: relative;
}
.carousel-slide {
display: flex;
width: 100%;
height: 700px;
}
.workImg {
width: 800px;
height:480px;
align-self: auto;
text-align: center;
}
#prevBtn{
position: absolute;
top:30%;
z-index: 100;
left: 5%;
font-size: 80px;
opacity: .8;
cursor: pointer;
color: white;
}
#nextBtn{
position: absolute;
top:30%;
z-index: 10;
right: 5%;
font-size: 80px;
opacity: .8;
cursor: pointer;
color: white;
}
.date{
color: black;
font-weight: 700;
}
.title {
text-align: center;
}
#para {
text-align: center;
}
/* .carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
height: 100px!important;
width: 100px!important;
}
.carousel-control-next-icon {
background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")!important;
height: 100px!important;
width: 100px!important;
} */
/* .works {
height: 100%;
width: 100%;
max-width: 680px;
max-height: 523px;
margin: auto;
} */
/* .carousel-item{
text-align: center;
} */
.project-header{
color: black;
margin-bottom: -2px;
text-align: center;
}
.project-description {
color: black;
text-align: center;
}
/* .carousel-caption{
background-color: rgba(0,0,0,.3);
border-radius: 10px;
padding:5px;
max-width: 680px;
margin: auto;
} */
.btnGit{
font-size: 15px;
padding: 1px 10px 1px 10px;
background: black;
color: goldenrod;
border-radius: 5px;
opacity: 1;
margin: 2%;
position: absolute;
top: 5%;
right: 2%;
z-index: 10;
}
.slides {
position: relative;
}
.btnGit:Hover{
color:white;
}
.lineSp{
line-height: 1
}
.projDis{
text-align: center;
}
/*---- 7. Form Area ----*/
/* #contact-page{
background-color: #2a2a2a!important;
background: -webkit-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: -o-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: linear-gradient(to bottom, #414040 0%, #2a2a2a 100%)!important;
} */
.socialMedia a.githubTwo {
background: rgb(0, 0, 0);
width: 150px;
height: 150px;
margin: 50px;
margin-bottom: 20px;
}
.socialMedia a.messageTwo {
background: rgb(0, 0, 0);
width: 150px;
height: 150px;
margin: 50px;
margin-bottom: 20px;
}
.socialMedia a.linkedinTwo{
background: #0e76a8;
width: 150px;
height: 150px;
margin: 50px;
margin-bottom: 20px;
}
.contact {
font-size: 50px;
}
.contactContainer {
text-align: center;
}
/*---- 8. Skills & Services Area ----*/
#service{
background: #2a2a2a!important;
background: -webkit-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: -o-linear-gradient(top, #414040 0%, #2a2a2a 100%)!important;
background: linear-gradient(to bottom, #414040 0%, #2a2a2a 100%)!important;
}
#skillHead{
color: white;
}
.service-header h3{
font-size: 22px;
font-weight: 600;
color: white;
}
.service-header i{
display: inline-block;
margin-top: 18px;
margin-bottom: 18px;
color: #fff;
transition: .3s;
}
.single-service > p{
font-size: 14px;
line-height: 24px;
font-weight: 300;
margin-bottom: 20px;
color: white;
}
.col-md-4.col-sm-6:nth-child(-n+6) .single-service {
margin-bottom: 35px;
}
.single-service{
text-align: center;
background: #5F5F5F;
}
.camel-box .box-single:hover{
box-shadow: 0 25px 45px rgba(0,0,0,.15);
}
.camel-box .box-single{
transition: all 0.6s ease 0s;
}
.box-single .service-header i{
font-size: 35px;
border: 3px solid #fff;
height: 70px;
width: 70px;
line-height: 67px;
text-align: center;
border-radius: 100%;
}
.single-service:hover .service-header i{
color: #999;
}
.box-single:hover .service-header i{
color: #fff;
border: 3px solid #ffbf3b;
transition: .3s;
}
.box {
color: #ffd133;
border: 1px solid #fff;
background-color: rgba(102,102,102,.3);
box-shadow: 0 2px 3px hsla(0,0%,4%,.1), 0 0 0 1px hsla(0,0%,4%,.1);
padding: 1.5rem;
display: block;
}
.box h3, .box h5 {
color: #fff;
text-transform: inherit;
line-height: 21px;
}
.service-bg{
background: rgba(0,0,0,0) url("../image/banner/slider2.jpeg");
background-attachment: fixed;
background-clip: initial;
background-color: rgba(255,255,255,0);
background-origin: initial;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 0;
}
/*---- 9. Footer ----*/
.footer-section{
background: #353131c7;
text-align: center;
padding: 10px 0;
}
.socialMedia a{
display: inline-table;
text-align: center;
height: 35px;
width: 35px;
color: #fff;
border-radius: 50%;
margin: 0 5px;
transition: all .3s ease;
}
.socialMedia a:hover{
opacity: .7;
text-decoration: none;
}
.socialMedia a i{
display: table-cell;
align-content: middle;
vertical-align: middle;
}
.contact-info i {
color: #ffbf3b;
line-height: 60px;
height: 70px;
border-radius: 50%;
width: 70px;
border: 3px solid #ffbf3b;
}
.socialMedia a.github {
background: rgb(0, 0, 0);
}
.socialMedia a.message {
background: rgb(0, 0, 0);
}
.socialMedia a.linkedin{
background: #0e76a8;
}
.footer-section p {
font-size: 12px;
line-height: 12px;
color: #fff;
margin-bottom: -5px;
line-height: normal;
}
/*---- 10. Responsive ----*/
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.info-box {
font-size: 18px;
padding: 0 25px;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
#scrollBar {
background-color: #2a2a2a!important;
}
.section-padding {
padding-top: 80px;
padding-bottom: 80px;
}
.section-padding-bottom {
padding-bottom: 80px;
}
#education-page,
#work-page,
#experience-page {
padding-bottom: 40px;
}
.mainmenu-area {
padding: 0 0 0 0;
margin-top: 0;
background-color: #23235F;
}
.mainmenu-area .navbar-header {
padding: 20px 0;
}
.navbar-toggle {
border: none;
margin: 0 10px 0 0;
padding: 0 0 0 0;
}
.navbar-toggle .icon-bar {
background-color: #ffffff;
border-radius: 5px;
margin: 10px 0;
width: 30px;
}
.mainmenu-area ul.nav.navbar-nav li a {
border: none;
padding: 15px;
border-radius: 4px
}
.mainmenu-area ul.nav.navbar-nav li.active a,
.mainmenu-area ul.nav.navbar-nav li a:hover {
background-color: #00DDE9;
color: #ffffff;
border: none;
}
.header-area {
height: auto;
padding-top: 150px;
padding-bottom: 120px;
}
.vcenter {
position: static;
transform: translateY(0);
}
.single-work .work-content .title {
font-size: 16px;
}
.bttn-tr {
font-size: 10px;
padding: 6px 20px 5px 20px;
}
.sponsor li {
width: 40%;
padding: 15px;
}
.xs-center {
text-align: center;
}
.info-box {
font-size: 18px;
padding: 0;
}
.single-testimonial {
padding: 80px 30px 60px 30px;
}
.single-testimonial .desc {
font-size: 16px;
width: 100%;
}
.single-team {
margin-bottom: 30px;
}
.owl-controls .owl-nav > div {
left: 0;
}
.owl-controls .owl-nav > div.owl-next {
left: auto;
right: 0;
}
.blog-box {
margin-bottom: 30px;
}
.exp-list > li ul {
display: block;
}
.exp-list > li:last-child ul li,
.exp-list > li ul li {
width: 100%;
display: block;
padding: 15px 10px;
border: none;
border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.feature-tabs li a {
padding: 10px 20px;
}
.single-price {
margin-bottom: 30px;
}
.page-title .title {
font-size: 26px;
}
.site-header {
padding-bottom: 50px;
}
.headline {
font-size: 28px;
}
.post-details blockquote {
padding: 60px 30px 30px 30px;
font-size: 16px;
}
.post-details blockquote:before {
top: 20px
}
.social-menu {
display: block;
padding-top: 20px;
text-align: inherit;
}
.comments-list li li .comment-item,
.comment-item {
padding: 15px 10px 10px 10px;
}
.comment-item .author-pic {
position: static;
margin-bottom: 20px;
}
.comments-list ul {
margin-left: 30px;
}
.comments-list li li .comment-item {
border-left: 1px solid #ededed;
}
.comment-form.logedin {
padding-left: 0;
}
.comment-form.logedin .user-avatar {
position: static;
margin-bottom: 30px;
}
.comment-form.logedin .comment-box:before {
position: absolute;
left: 15px;
top: -34px;
transform: rotate(90deg);
}
.post-details h1,
.post-details h2,
.post-details h3,
.post-details h4,
.post-details h5,
.post-details h6,
.post-details p {
width: auto;
}
.typewrite {
font-size: 36px;
}
.top-heading {
font-size: 26px;
}
.bttn-info-tr,
.bttn-info {
padding: 13px 30px;
font-size: 12px;
}
.nav-links .page-numbers {
width: 40px;
}
.post-list {
margin-bottom: 0;
}
.widget {
margin-bottom: 0;
}
.xs-padding-close {
padding: 0;
}
} | 0.305594 | 0.049291 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/*!
* font-family: 'Open Sans', sans-serif;
* font-family: 'Roboto', sans-serif;
* #80B19A - Main Color
*/
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Mobile--------------------------------- */
/* ---------------------------------------------------------------------------- */
@media screen and (max-width:767px){
.hero-mobile {
background-size: cover;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
}
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Navbar--------------------------------- */
/* ---------------------------------------------------------------------------- */
.dropdown-menu a {
color: rgba(255,255,255,.5);
display: block;
text-decoration: none;
font-size: 15px;
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
html, body {
height: 100%;
width:100%;
padding:0;
margin:0;
}
body {
background: #fff;
color: #3F3F3F;
font: 15px/25px serif;
font-family: "Roboto",serif;
font-weight: 400;
}
body.index-page .main-header{
height: calc(100vh - 50px);
}
@media screen and (max-width:767px){
body.index-page .main-header {
height: calc(80vh - 50px);
}
}
@media screen and (max-width:500px){
body.index-page .main-header {
height: calc(70vh - 50px);
}
}
body .wrap-body {
position: relative;
}
body {
background-color: white;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.backgrounds {
width: 100%;
height: 100%;
position: fixed;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: -1;
}
.backgrounds .background {
width: 100%;
height: 100%;
background-size: cover;
position: absolute;
left: 0;
top: 0;
}
.header {
text-align: center;
position: relative;
}
.header i.fa {
position: absolute;
text-align: center;
color: grey;
margin-top: 150px;
font-size: 70px;
}
.header i.fa:hover {
color: #999999;
}
.hero-section {
background-size: cover;
height: 100vh;
padding-top: 10px;
padding-bottom: 10px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
overflow: auto;
}
.header .hero-section .hero-section-text {
color: #F4F1DE;
text-shadow: 1px 1px 2px #0a0a0a;
}
.header .hero-section .hero-section-text h1 {
color: #f15050;
text-shadow: 1px 1px 2px #542517;
font-size: 70px;
padding-bottom: 15px;
}
.overlay:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: #2b1712;
opacity: .9;
}
.content {
padding-bottom: 10px;
padding-top: 10px;
}
.section-heading {
margin: 60px 0 60px;
text-align: center;
}
.section-heading h1 {
display: inline-block;
font-size: 60px;
font-weight: 500;
}
.section-heading p {
display: inline-block;
font-size: 25px;
font-weight: 300;
}
.section-heading .divider:after {
background: #e74c3c;
}
.section-heading .divider:after {
content: "";
position: relative;
height: 4px;
width: 60px;
display: block;
text-align: center;
margin: 13px auto;
-webkit-border-radius: 5em;
-moz-border-radius: 5em;
-ms-border-radius: 5em;
-o-border-radius: 5em;
border-radius: 5em;
}
.showHide { display:none; }
/* Desktop*/
@media screen and (min-width: 768px) {
.showHide { display: block; }
#leftside > button { display: none; }
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------About-Section--------------------------- */
/* ---------------------------------------------------------------------------- */
.about {
background: rgba(242, 204, 143, 1);
position: relative;
}
.about-item {
text-align: center;
padding-top: 5px;
padding: 15px;
}
.about-item i.fa {
padding: 35px;
border-radius: 50%;
border: 2px solid #E07A5F;
color: #E07A5F;
}
.about-item:hover i.fa {
color: #ffffff;
background: #E07A5F;
}
.about-item h3 {
margin-top: 20px;
}
.gradient-about-demo {
height: 50px;
width: 100%;
background: #f2cc8f;
background: -moz-linear-gradient(top, #f2cc8f 1%, #f2bf6d 99%);
background: -webkit-linear-gradient(top, #f2cc8f 1%,#f2bf6d 99%);
background: linear-gradient(to bottom, #f2cc8f 1%,#f2bf6d 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cc8f', endColorstr='#f2bf6d',GradientType=0 );
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Demo-Section---------------------------- */
/* ---------------------------------------------------------------------------- */
.demo {
background: #F2BF6D;
margin-bottom: 0px;
padding-bottom: 0px;
}
.demo-text {
text-align: center;
padding-top: 5px;
padding: 15px;
}
.demo-video {
padding: 20px;
border: 1px solid #b3b3b3;
min-height: 450px;
overflow: hidden;
position: relative;
height: 0;
box-sizing: border-box;
display: block;
}
.demo-video iframe {
width: 100%;
height: 100%;
border: none;
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
}
/* ---------------------------------------------------------------------------- */
/* --------------------------------Download-Section---------------------------- */
/* ---------------------------------------------------------------------------- */
.download {
background-image: url('../img/background-get.svg');
background-size: cover;
height: 100vh;
margin-top: 0px;
padding-top: 0px;
}
.download .section-heading h1 {
color: black;
}
.download .section-heading {
color: #fff;
text-shadow: 1px 1px 2px #0a0a0a;
}
.download .section-heading .divider:after {
background: #fff;
content: "";
position: relative;
height: 4px;
width: 60px;
display: block;
text-align: center;
margin: 13px auto;
-webkit-border-radius: 5em;
-moz-border-radius: 5em;
-ms-border-radius: 5em;
-o-border-radius: 5em;
border-radius: 5em;
} | css/slipway.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/*!
* font-family: 'Open Sans', sans-serif;
* font-family: 'Roboto', sans-serif;
* #80B19A - Main Color
*/
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Mobile--------------------------------- */
/* ---------------------------------------------------------------------------- */
@media screen and (max-width:767px){
.hero-mobile {
background-size: cover;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
}
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Navbar--------------------------------- */
/* ---------------------------------------------------------------------------- */
.dropdown-menu a {
color: rgba(255,255,255,.5);
display: block;
text-decoration: none;
font-size: 15px;
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
html, body {
height: 100%;
width:100%;
padding:0;
margin:0;
}
body {
background: #fff;
color: #3F3F3F;
font: 15px/25px serif;
font-family: "Roboto",serif;
font-weight: 400;
}
body.index-page .main-header{
height: calc(100vh - 50px);
}
@media screen and (max-width:767px){
body.index-page .main-header {
height: calc(80vh - 50px);
}
}
@media screen and (max-width:500px){
body.index-page .main-header {
height: calc(70vh - 50px);
}
}
body .wrap-body {
position: relative;
}
body {
background-color: white;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.backgrounds {
width: 100%;
height: 100%;
position: fixed;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: -1;
}
.backgrounds .background {
width: 100%;
height: 100%;
background-size: cover;
position: absolute;
left: 0;
top: 0;
}
.header {
text-align: center;
position: relative;
}
.header i.fa {
position: absolute;
text-align: center;
color: grey;
margin-top: 150px;
font-size: 70px;
}
.header i.fa:hover {
color: #999999;
}
.hero-section {
background-size: cover;
height: 100vh;
padding-top: 10px;
padding-bottom: 10px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
overflow: auto;
}
.header .hero-section .hero-section-text {
color: #F4F1DE;
text-shadow: 1px 1px 2px #0a0a0a;
}
.header .hero-section .hero-section-text h1 {
color: #f15050;
text-shadow: 1px 1px 2px #542517;
font-size: 70px;
padding-bottom: 15px;
}
.overlay:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: #2b1712;
opacity: .9;
}
.content {
padding-bottom: 10px;
padding-top: 10px;
}
.section-heading {
margin: 60px 0 60px;
text-align: center;
}
.section-heading h1 {
display: inline-block;
font-size: 60px;
font-weight: 500;
}
.section-heading p {
display: inline-block;
font-size: 25px;
font-weight: 300;
}
.section-heading .divider:after {
background: #e74c3c;
}
.section-heading .divider:after {
content: "";
position: relative;
height: 4px;
width: 60px;
display: block;
text-align: center;
margin: 13px auto;
-webkit-border-radius: 5em;
-moz-border-radius: 5em;
-ms-border-radius: 5em;
-o-border-radius: 5em;
border-radius: 5em;
}
.showHide { display:none; }
/* Desktop*/
@media screen and (min-width: 768px) {
.showHide { display: block; }
#leftside > button { display: none; }
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------About-Section--------------------------- */
/* ---------------------------------------------------------------------------- */
.about {
background: rgba(242, 204, 143, 1);
position: relative;
}
.about-item {
text-align: center;
padding-top: 5px;
padding: 15px;
}
.about-item i.fa {
padding: 35px;
border-radius: 50%;
border: 2px solid #E07A5F;
color: #E07A5F;
}
.about-item:hover i.fa {
color: #ffffff;
background: #E07A5F;
}
.about-item h3 {
margin-top: 20px;
}
.gradient-about-demo {
height: 50px;
width: 100%;
background: #f2cc8f;
background: -moz-linear-gradient(top, #f2cc8f 1%, #f2bf6d 99%);
background: -webkit-linear-gradient(top, #f2cc8f 1%,#f2bf6d 99%);
background: linear-gradient(to bottom, #f2cc8f 1%,#f2bf6d 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cc8f', endColorstr='#f2bf6d',GradientType=0 );
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Demo-Section---------------------------- */
/* ---------------------------------------------------------------------------- */
.demo {
background: #F2BF6D;
margin-bottom: 0px;
padding-bottom: 0px;
}
.demo-text {
text-align: center;
padding-top: 5px;
padding: 15px;
}
.demo-video {
padding: 20px;
border: 1px solid #b3b3b3;
min-height: 450px;
overflow: hidden;
position: relative;
height: 0;
box-sizing: border-box;
display: block;
}
.demo-video iframe {
width: 100%;
height: 100%;
border: none;
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
}
/* ---------------------------------------------------------------------------- */
/* --------------------------------Download-Section---------------------------- */
/* ---------------------------------------------------------------------------- */
.download {
background-image: url('../img/background-get.svg');
background-size: cover;
height: 100vh;
margin-top: 0px;
padding-top: 0px;
}
.download .section-heading h1 {
color: black;
}
.download .section-heading {
color: #fff;
text-shadow: 1px 1px 2px #0a0a0a;
}
.download .section-heading .divider:after {
background: #fff;
content: "";
position: relative;
height: 4px;
width: 60px;
display: block;
text-align: center;
margin: 13px auto;
-webkit-border-radius: 5em;
-moz-border-radius: 5em;
-ms-border-radius: 5em;
-o-border-radius: 5em;
border-radius: 5em;
} | 0.187579 | 0.049291 |
body{
padding: 50px;
}
#Comp_Table {
margin: 0;
padding: 0;
width: 210px;
}
.Comp_Table_Caption {
font: 14px sans-serif;
text-align: right;
padding: 0px 0 5px;
caption-side: top;
}
.Comp_Table_head th {
color: #4f6b72;
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
background: #fef7da url("http://www.luttrellstowncastlegolfmembers.com/images/castleknock/Competition_bg_header.jpg") no-repeat;
text-align: center;
padding: 6px 6px 6px 12px;
border: solid 1px #c1dad7;
}
.Comp_Table_Line td.specalt {
color: #797268;
background: #EFEDE3;
margin: 0;
padding: 3px 3px 3px 6px;
border-style: solid;
border-width: 1px 1px 0;
border-color: #c1dad7;
text-decoration: none;
}
.Comp_Table_Line td.btmleft {
color: #4f6b72;
background: #fff;
margin: 0;
padding: 3px 3px 3px 6px;
border: solid 1px #c1dad7;
}
.Comp_Table_Line td {
color: #4f6b72;
text-decoration: none;
background: #fff;
margin: 0;
padding: 3px 3px 3px 6px;
border-style: solid;
border-width: 1px 1px 0 0;
border-color: #c1dad7;
}
.box div {
margin: 0.5em 0 0 -1.0em;
}
.table-add {
color: #070;
cursor: pointer;
font-weight: bold;
float: right;
&:hover {
color: #0b0;
}
}
.table-remove {
color: #700;
cursor: pointer;
float: right;
&:hover {
color: #f00;
}
}
.twos-table-remove {
color: #700;
cursor: pointer;
float: right;
&:hover {
color: #f00;
}
}
.hide-head{
display: none;
}
.hide-data{
display: none;
}
.main-container{
width: 700px;
margin: auto;
}
/*Content Tools*/
/* Alignment styles for images, videos and iframes in editable regions */
/* Center (default) */
[data-editable] iframe,
[data-editable] image,
[data-editable] [data-ce-tag=img],
[data-editable] img,
[data-editable] video {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
/* Left align */
[data-editable] .align-left {
clear: initial;
float: left;
margin-right: 0.5em;
}
/* Right align */
[data-editable].align-right {
clear: initial;
float: right;
margin-left: 0.5em;
}
/* Alignment styles for text in editable regions */
[data-editable] .text-center {
text-align: center;
}
[data-editable] .text-left {
text-align: left;
}
[data-editable] .text-right {
text-align: right;
}
.author {
font-style: italic;
font-weight: bold;
}
.margin-bottom-20{
margin-bottom: 20px
}
.layout{
padding: 25px;
}
.rounded {
border-radius: .25rem!important;
}
.border {
border: 1px solid #dee2e6!important;
} | src/assets/style.css |
body{
padding: 50px;
}
#Comp_Table {
margin: 0;
padding: 0;
width: 210px;
}
.Comp_Table_Caption {
font: 14px sans-serif;
text-align: right;
padding: 0px 0 5px;
caption-side: top;
}
.Comp_Table_head th {
color: #4f6b72;
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
background: #fef7da url("http://www.luttrellstowncastlegolfmembers.com/images/castleknock/Competition_bg_header.jpg") no-repeat;
text-align: center;
padding: 6px 6px 6px 12px;
border: solid 1px #c1dad7;
}
.Comp_Table_Line td.specalt {
color: #797268;
background: #EFEDE3;
margin: 0;
padding: 3px 3px 3px 6px;
border-style: solid;
border-width: 1px 1px 0;
border-color: #c1dad7;
text-decoration: none;
}
.Comp_Table_Line td.btmleft {
color: #4f6b72;
background: #fff;
margin: 0;
padding: 3px 3px 3px 6px;
border: solid 1px #c1dad7;
}
.Comp_Table_Line td {
color: #4f6b72;
text-decoration: none;
background: #fff;
margin: 0;
padding: 3px 3px 3px 6px;
border-style: solid;
border-width: 1px 1px 0 0;
border-color: #c1dad7;
}
.box div {
margin: 0.5em 0 0 -1.0em;
}
.table-add {
color: #070;
cursor: pointer;
font-weight: bold;
float: right;
&:hover {
color: #0b0;
}
}
.table-remove {
color: #700;
cursor: pointer;
float: right;
&:hover {
color: #f00;
}
}
.twos-table-remove {
color: #700;
cursor: pointer;
float: right;
&:hover {
color: #f00;
}
}
.hide-head{
display: none;
}
.hide-data{
display: none;
}
.main-container{
width: 700px;
margin: auto;
}
/*Content Tools*/
/* Alignment styles for images, videos and iframes in editable regions */
/* Center (default) */
[data-editable] iframe,
[data-editable] image,
[data-editable] [data-ce-tag=img],
[data-editable] img,
[data-editable] video {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
/* Left align */
[data-editable] .align-left {
clear: initial;
float: left;
margin-right: 0.5em;
}
/* Right align */
[data-editable].align-right {
clear: initial;
float: right;
margin-left: 0.5em;
}
/* Alignment styles for text in editable regions */
[data-editable] .text-center {
text-align: center;
}
[data-editable] .text-left {
text-align: left;
}
[data-editable] .text-right {
text-align: right;
}
.author {
font-style: italic;
font-weight: bold;
}
.margin-bottom-20{
margin-bottom: 20px
}
.layout{
padding: 25px;
}
.rounded {
border-radius: .25rem!important;
}
.border {
border: 1px solid #dee2e6!important;
} | 0.445047 | 0.157687 |
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
background-color: white;
width: 100%;
}
.sh-zone-upper {
width: 100%;
box-shadow: -1px -1px 3px rgba(255,255,255,0.1),
2px 2px 6px rgba(0,0,0,0.2);
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
z-index: 99999;
}
.sh-nav-container {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 85vw;
}
#sh-nav {
align-self: flex-end;
}
.sh-menu-item {
font-weight: bold;
color: #333;
font-size: 16px;
}
/*total*/
.sh-nav-total-wrap {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-end;
flex-wrap: wrap;
margin: 5px 0;
}
.sh-nav-total-wrap .g2-html-annotation {
display: none !important;
}
.sh-nav-total-text-wrap {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
}
.sh-nav-total-text-wrap:hover, #StatHubMain h1 {
cursor: default;
}
.sh-nav-total-text-wrap p {
font-size: 16px;
font-weight: bold;
margin: 0 0 0 10px;
width: 140px;
}
.sh-nav-total-text-hover-panel-container {
position: absolute;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: flex-start;
z-index: 2000;
transform: translateY(125px);
pointer-events: none;
}
.sh-nav-total-text-hover-panel {
background-color: #338e6c;
color: white;
font-size: 16px;
width: 200px;
padding: 10px;
border-radius: 5px;
visibility: hidden;
}
.sh-nav-total-hover-1:hover ~ .sh-nav-total-text-hover-panel-container .sh-nav-total-text-hover-panel:nth-child(1) {
visibility: visible;
}
.sh-nav-total-hover-2:hover ~ .sh-nav-total-text-hover-panel-container .sh-nav-total-text-hover-panel:nth-child(2) {
visibility: visible;
}
.sh-nav-total-hover-3:hover ~ .sh-nav-total-text-hover-panel-container .sh-nav-total-text-hover-panel:nth-child(3) {
visibility: visible;
}
.sh-nav-total-hover-4:hover ~ .sh-nav-total-text-hover-panel-container .sh-nav-total-text-hover-panel:nth-child(4) {
visibility: visible;
}
/*loading*/
#sh-graph-loading {
position: absolute;
z-index: 2000;
background-color: rgba(255,255,255,0.8);
top: 178px;
width: 100%;
height: 81.7vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
} | src/pages/statHub/StatHubMain.css | display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
background-color: white;
width: 100%;
}
.sh-zone-upper {
width: 100%;
box-shadow: -1px -1px 3px rgba(255,255,255,0.1),
2px 2px 6px rgba(0,0,0,0.2);
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
z-index: 99999;
}
.sh-nav-container {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 85vw;
}
#sh-nav {
align-self: flex-end;
}
.sh-menu-item {
font-weight: bold;
color: #333;
font-size: 16px;
}
/*total*/
.sh-nav-total-wrap {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-end;
flex-wrap: wrap;
margin: 5px 0;
}
.sh-nav-total-wrap .g2-html-annotation {
display: none !important;
}
.sh-nav-total-text-wrap {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
}
.sh-nav-total-text-wrap:hover, #StatHubMain h1 {
cursor: default;
}
.sh-nav-total-text-wrap p {
font-size: 16px;
font-weight: bold;
margin: 0 0 0 10px;
width: 140px;
}
.sh-nav-total-text-hover-panel-container {
position: absolute;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: flex-start;
z-index: 2000;
transform: translateY(125px);
pointer-events: none;
}
.sh-nav-total-text-hover-panel {
background-color: #338e6c;
color: white;
font-size: 16px;
width: 200px;
padding: 10px;
border-radius: 5px;
visibility: hidden;
}
.sh-nav-total-hover-1:hover ~ .sh-nav-total-text-hover-panel-container .sh-nav-total-text-hover-panel:nth-child(1) {
visibility: visible;
}
.sh-nav-total-hover-2:hover ~ .sh-nav-total-text-hover-panel-container .sh-nav-total-text-hover-panel:nth-child(2) {
visibility: visible;
}
.sh-nav-total-hover-3:hover ~ .sh-nav-total-text-hover-panel-container .sh-nav-total-text-hover-panel:nth-child(3) {
visibility: visible;
}
.sh-nav-total-hover-4:hover ~ .sh-nav-total-text-hover-panel-container .sh-nav-total-text-hover-panel:nth-child(4) {
visibility: visible;
}
/*loading*/
#sh-graph-loading {
position: absolute;
z-index: 2000;
background-color: rgba(255,255,255,0.8);
top: 178px;
width: 100%;
height: 81.7vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
} | 0.4436 | 0.058426 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Prata&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Prata', serif;
}
body{
background-color: #fff4e0;
font-family: 'Montserrat', sans-serif;
}
main{
max-width: 1150px;
width: 100%;
margin: 0 auto;
display: flex;
}
.content{
width: 70%;
background-color: blue;
}
.first-section{
background-color: rgb(6,32,35);
color: #FFF4E0;
padding: 13%;
}
.first-section h1{
font-size: 90px;
margin-bottom: 56px;
line-height: 90px;
}
.first-section p{
width: 80%;
line-height: 28px;
}
.second-section{
background-color: #fff;
padding: 13%;
}
.second-section h2{
font-size: 50px;
}
.line{
height: 100px;
width: 100%;
margin: 30px 0;
border-style: solid;
border-width: 0 0 0 2px;
}
.second-section .first-p{
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin-bottom: 40px;
}
.second-section .second-p{
line-height: 34px;
}
.third-section{
background-color: rgb(6,32,35);
color: #FFF4E0;
padding: 13%;
display: flex;
justify-content: center;
align-items: center;
}
.third-section .image-card{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.third-section .image-card p{
letter-spacing: 3.5px;
}
.third-section .image-card img{
width: 75%;
}
.fourth-section{
background-color: #fff;
display: flex;
flex-direction: column;
}
.fourth-section img{
margin: -2px 0;
}
.fourth-section .header{
width: 100%;
padding: 13% 13% 4% 13%;
}
.fourth-section .header h2{
font-size: 50px;
color: rgb(6,32,35);
line-height: 1;
}
.fourth-section .galery-one{
width: 100%;
height: auto;
}
.fourth-section .galery-two{
display: flex;
flex-direction: row;
}
.fourth-section .galery-two .left-side{
width: 50%;
}
.fourth-section .galery-two .right-side{
width: 50%;
}
.fourth-section .galery-two .right-side .picture-top{
}
.fourth-section .galery-two .right-side .picture-bottom{
}
.fourth-section .more{
width: 100%;
padding: 25px 20px;
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(6,32,35);
margin-top: -2px;
color: #fff4e0;
cursor: pointer;
}
.fifth-section{
padding: 13%;
background-color: #fff;
color: rgb(6,32,35);
}
.timeline-wrapper{
border-left: 2px solid black;
padding-left: 34px;
}
.timeline-wrapper ul{
list-style-type: none;
}
.timeline-wrapper ul li{
margin-bottom: 34px;
position: relative;
}
.timeline-wrapper ul li div h2::before{
content: "";
width: 20px;
height: 20px;
background-color: black;
border: 10px solid white;
position: absolute;
left: -55px;
border-radius: 50%;
}
.timeline-wrapper ul li div h2::after{
content: "";
width: 30px;
height: 30px;
background-color: transparent;
border: 5px solid black;
position: absolute;
left: -55px;
top: 0;
border-radius: 50%;
}
.sixth-section{
background-color: rgb(6,32,35);
padding: 13%;
}
.sixth-section .bottom{
}
.sixth-section .bottom .items{
}
.sixth-section .bottom .items .skill-holder{
display: flex;
align-items: center;
margin-bottom: 30px;
height: 22px;
}
.sixth-section .bottom .items .skill-holder .skill{
width: calc(100% - 70px);
background-color: #fff4e0;
height: 12px;
position: relative;
}
.sixth-section .bottom .items .skill-holder .skill .skill-text{
color: #fff4e0;
font-size: 10px;
line-height: 100%;
font-weight: 500;
letter-spacing: 3.5px;
position: relative;
z-index: 1;
transform: translate(10px, -5px);
display: inline-block;
}
.sixth-section .bottom .items .skill-holder .skill .skill-fill{
position: absolute;
top: -5px;
left: 0;
width: 10%;
height: 22px;
transition: width .7s;
background-color: #114e53;
}
.sixth-section .bottom .items .skill-holder .skill-num{
font-size: 22px;
color: #fff4e0;
margin-left: 30px;
}
.first-skill{
width: 62% !important;
}
.second-skill{
width: 84% !important;
}
.third-skill{
width: 78% !important;
}
.fourth-skill{
width: 92% !important;
}
.fifth-skill{
width: 85% !important;
}
.first-skill{
width: 62% !important;
}
.aside{
position: sticky;
width: 30%;
height: 200px;
top: 0;
margin-left: 24px;
}
.aside .main-profile{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.aside .main-profile a{
margin-top: 24px;
color: rgb(6,32,35);
letter-spacing: 3px;
font-family: 'Montserrat', sans-serif;
text-decoration: none;
font-size: 12px;
}
.aside .main-profile a:hover{
border-bottom: .5px solid black;
}
.aside .main-profile img{
width: 100%;
} | _data/_examples/workshop/styles/style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Prata&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Prata', serif;
}
body{
background-color: #fff4e0;
font-family: 'Montserrat', sans-serif;
}
main{
max-width: 1150px;
width: 100%;
margin: 0 auto;
display: flex;
}
.content{
width: 70%;
background-color: blue;
}
.first-section{
background-color: rgb(6,32,35);
color: #FFF4E0;
padding: 13%;
}
.first-section h1{
font-size: 90px;
margin-bottom: 56px;
line-height: 90px;
}
.first-section p{
width: 80%;
line-height: 28px;
}
.second-section{
background-color: #fff;
padding: 13%;
}
.second-section h2{
font-size: 50px;
}
.line{
height: 100px;
width: 100%;
margin: 30px 0;
border-style: solid;
border-width: 0 0 0 2px;
}
.second-section .first-p{
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin-bottom: 40px;
}
.second-section .second-p{
line-height: 34px;
}
.third-section{
background-color: rgb(6,32,35);
color: #FFF4E0;
padding: 13%;
display: flex;
justify-content: center;
align-items: center;
}
.third-section .image-card{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.third-section .image-card p{
letter-spacing: 3.5px;
}
.third-section .image-card img{
width: 75%;
}
.fourth-section{
background-color: #fff;
display: flex;
flex-direction: column;
}
.fourth-section img{
margin: -2px 0;
}
.fourth-section .header{
width: 100%;
padding: 13% 13% 4% 13%;
}
.fourth-section .header h2{
font-size: 50px;
color: rgb(6,32,35);
line-height: 1;
}
.fourth-section .galery-one{
width: 100%;
height: auto;
}
.fourth-section .galery-two{
display: flex;
flex-direction: row;
}
.fourth-section .galery-two .left-side{
width: 50%;
}
.fourth-section .galery-two .right-side{
width: 50%;
}
.fourth-section .galery-two .right-side .picture-top{
}
.fourth-section .galery-two .right-side .picture-bottom{
}
.fourth-section .more{
width: 100%;
padding: 25px 20px;
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(6,32,35);
margin-top: -2px;
color: #fff4e0;
cursor: pointer;
}
.fifth-section{
padding: 13%;
background-color: #fff;
color: rgb(6,32,35);
}
.timeline-wrapper{
border-left: 2px solid black;
padding-left: 34px;
}
.timeline-wrapper ul{
list-style-type: none;
}
.timeline-wrapper ul li{
margin-bottom: 34px;
position: relative;
}
.timeline-wrapper ul li div h2::before{
content: "";
width: 20px;
height: 20px;
background-color: black;
border: 10px solid white;
position: absolute;
left: -55px;
border-radius: 50%;
}
.timeline-wrapper ul li div h2::after{
content: "";
width: 30px;
height: 30px;
background-color: transparent;
border: 5px solid black;
position: absolute;
left: -55px;
top: 0;
border-radius: 50%;
}
.sixth-section{
background-color: rgb(6,32,35);
padding: 13%;
}
.sixth-section .bottom{
}
.sixth-section .bottom .items{
}
.sixth-section .bottom .items .skill-holder{
display: flex;
align-items: center;
margin-bottom: 30px;
height: 22px;
}
.sixth-section .bottom .items .skill-holder .skill{
width: calc(100% - 70px);
background-color: #fff4e0;
height: 12px;
position: relative;
}
.sixth-section .bottom .items .skill-holder .skill .skill-text{
color: #fff4e0;
font-size: 10px;
line-height: 100%;
font-weight: 500;
letter-spacing: 3.5px;
position: relative;
z-index: 1;
transform: translate(10px, -5px);
display: inline-block;
}
.sixth-section .bottom .items .skill-holder .skill .skill-fill{
position: absolute;
top: -5px;
left: 0;
width: 10%;
height: 22px;
transition: width .7s;
background-color: #114e53;
}
.sixth-section .bottom .items .skill-holder .skill-num{
font-size: 22px;
color: #fff4e0;
margin-left: 30px;
}
.first-skill{
width: 62% !important;
}
.second-skill{
width: 84% !important;
}
.third-skill{
width: 78% !important;
}
.fourth-skill{
width: 92% !important;
}
.fifth-skill{
width: 85% !important;
}
.first-skill{
width: 62% !important;
}
.aside{
position: sticky;
width: 30%;
height: 200px;
top: 0;
margin-left: 24px;
}
.aside .main-profile{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.aside .main-profile a{
margin-top: 24px;
color: rgb(6,32,35);
letter-spacing: 3px;
font-family: 'Montserrat', sans-serif;
text-decoration: none;
font-size: 12px;
}
.aside .main-profile a:hover{
border-bottom: .5px solid black;
}
.aside .main-profile img{
width: 100%;
} | 0.48121 | 0.079531 |
.caption-text{
/*font-weight: bold;*/
color: yellow;
}
/*::-webkit-scrollbar {
width: 10px;
}*/
.wy-side-scroll{
background-color: black;
overflow-y: initial;
overflow-x: initial;
}
.wy-menu{
padding-bottom: 3em;
}
/*.wy-menu-vertical*/
.wy-nav-side{
overflow-y: scroll;
padding-bottom: 3em;
background-color: black;
/*min-height: 90%;*/
/*max-height: 90%;*/
}
.wy-grid-for-nav{
background-color: black;
}
img{
/*max-height: 400px;*/
}
html{
overflow-wrap: break-word;
word-wrap: break-word;
background-color: black;
}
.codehilite pre code{
/*overflow-x: auto;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;*/
/*background-color: black;*/
}
/*html{
background-color: black;
}
pre code {
white-space: pre-wrap;
}
code:before {
counter-reset: listing;
}
pre.code code {
counter-increment: listing;
}
pre.code code::before {
content: counter(listing) ". ";
display: inline-block;
width: 8em;
padding-left: auto;
margin-left: auto;
text-align: right;
}*/
.highlight pre{
padding: 0;
}
.lineno{
color: gray;
font-style: italic;
}
[data-linenos]:before {
content: attr(data-linenos);
/*padding-right: 10px;*/
/*display: table-cell;*/
}
h2{
padding-top: 1em;
border-top: 3px solid black;
}
/*h2:before{*/
/*content: <hr>;*/
/*}*/
hr{
height: 0px;
border-top: 3px solid black;
}
.caption{
border-top: 3px solid #333300;
}
.wy-menu-vertical li.current{
}
.wy-menu-vertical li.toctree-l1.current>a{
background-color: #161616;
color: #d9d9d9;
border-top: none;
border-bottom: none;
/*solid 1px #c9c9c9*/
}
.wy-menu-vertical li.toctree-l1{
background-color: black;
}
.wy-menu-vertical li.toctree-l1 a{
color: #d9d9d9;
}
.wy-menu-vertical li.toctree-l2{
background-color: black;
}
.wy-menu-vertical li.toctree-l2 a{
color: #d9d9d9;
}
.wy-menu-vertical li.toctree-l2.current>a{
background-color: #161616;
color: #d9d9d9;
}
.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{
background-color: black;
color: #d9d9d9;
}
.wy-menu-vertical li.toctree-l3{
background-color: black;
}
.wy-menu-vertical li.toctree-l3 a{
color: #d9d9d9;
}
.wy-menu-vertical li.toctree-l2 a:hover{
background-color: #161616;
}
.wy-side-nav-search{
background-color: black;
}
.subsection1{
border-bottom: 3px solid #333300;
padding-top: 1em;
font-weight: bold;
/*background-color: #161616;*/
/*color: #d9d9d9;*/
} | docs/docs/css/extra.css | .caption-text{
/*font-weight: bold;*/
color: yellow;
}
/*::-webkit-scrollbar {
width: 10px;
}*/
.wy-side-scroll{
background-color: black;
overflow-y: initial;
overflow-x: initial;
}
.wy-menu{
padding-bottom: 3em;
}
/*.wy-menu-vertical*/
.wy-nav-side{
overflow-y: scroll;
padding-bottom: 3em;
background-color: black;
/*min-height: 90%;*/
/*max-height: 90%;*/
}
.wy-grid-for-nav{
background-color: black;
}
img{
/*max-height: 400px;*/
}
html{
overflow-wrap: break-word;
word-wrap: break-word;
background-color: black;
}
.codehilite pre code{
/*overflow-x: auto;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;*/
/*background-color: black;*/
}
/*html{
background-color: black;
}
pre code {
white-space: pre-wrap;
}
code:before {
counter-reset: listing;
}
pre.code code {
counter-increment: listing;
}
pre.code code::before {
content: counter(listing) ". ";
display: inline-block;
width: 8em;
padding-left: auto;
margin-left: auto;
text-align: right;
}*/
.highlight pre{
padding: 0;
}
.lineno{
color: gray;
font-style: italic;
}
[data-linenos]:before {
content: attr(data-linenos);
/*padding-right: 10px;*/
/*display: table-cell;*/
}
h2{
padding-top: 1em;
border-top: 3px solid black;
}
/*h2:before{*/
/*content: <hr>;*/
/*}*/
hr{
height: 0px;
border-top: 3px solid black;
}
.caption{
border-top: 3px solid #333300;
}
.wy-menu-vertical li.current{
}
.wy-menu-vertical li.toctree-l1.current>a{
background-color: #161616;
color: #d9d9d9;
border-top: none;
border-bottom: none;
/*solid 1px #c9c9c9*/
}
.wy-menu-vertical li.toctree-l1{
background-color: black;
}
.wy-menu-vertical li.toctree-l1 a{
color: #d9d9d9;
}
.wy-menu-vertical li.toctree-l2{
background-color: black;
}
.wy-menu-vertical li.toctree-l2 a{
color: #d9d9d9;
}
.wy-menu-vertical li.toctree-l2.current>a{
background-color: #161616;
color: #d9d9d9;
}
.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{
background-color: black;
color: #d9d9d9;
}
.wy-menu-vertical li.toctree-l3{
background-color: black;
}
.wy-menu-vertical li.toctree-l3 a{
color: #d9d9d9;
}
.wy-menu-vertical li.toctree-l2 a:hover{
background-color: #161616;
}
.wy-side-nav-search{
background-color: black;
}
.subsection1{
border-bottom: 3px solid #333300;
padding-top: 1em;
font-weight: bold;
/*background-color: #161616;*/
/*color: #d9d9d9;*/
} | 0.228673 | 0.071074 |
.latest-posts {
padding: 175px 0;
}
.latest-posts .container {
display: grid;
grid-template-areas: "heading heading"
"posts categories";
grid-template-columns: 3fr 1.5fr;
column-gap: 125px;
}
.latest-posts .section-heading {
grid-area: heading;
margin-bottom: 95px;
}
.latest-posts .posts {
grid-area: posts;
display: flex;
flex-wrap: wrap;
gap: 50px;
}
.latest-posts .post {
width: 100%;
background: var(--background-color);
padding: 20px;
border-radius: 15px;
box-shadow: 0px 0px 0px 0px var(--background-color);
transition: all 0.3s ease;
}
.latest-posts .post:hover {
box-shadow: 6px 6px 0px 1px var(--secondary-color);
transform: translate(-6px, -6px);
}
.latest-posts .post h3 {
margin: 0 0 16px;
}
.latest-posts .post .metas {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 16px;
font-size: 16px;
font-weight: bold;
}
.latest-posts .post .excerpt {
font-size: 16px;
margin: 0 0 25px;
}
.latest-posts .post .read-more {
font-size: 16px;
font-weight: bold;
}
.latest-posts .view-more {
padding: 10px 25px;
background: var(--background-color);
border-radius: 10px;
font-weight: 600;
font-size: 24px;
transition: all 0.3s ease;
}
.latest-posts .view-more:hover {
background: var(--secondary-color);
color: var(--white-color);
}
.latest-posts .categories {
grid-area: categories;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-content: flex-start;
gap: 25px;
}
.latest-posts .category {
padding: 10px 25px;
background: var(--background-color);
font-weight: bold;
border-radius: 20px;
box-shadow: 0px 0px 0px 0px var(--background-color);
transition: all 0.3s ease;
}
.latest-posts .category:hover {
box-shadow: 4px 4px 0px 1px var(--secondary-color);
transform: translate(-4px, -4px);
}
@media (max-width: 1399px) {
.latest-posts .container {
column-gap: 50px;
}
}
@media (max-width: 991px) {
.latest-posts {
padding: 100px 0;
}
.latest-posts .categories {
display: none;
}
.latest-posts .container {
grid-template-areas: "heading"
"posts";
grid-template-columns: 1fr;
}
}
@media (max-width: 767px) {
.latest-posts {
padding: 50px 0 100px;
}
.latest-posts .post .excerpt {
font-size: 18px;
}
} | src/components/posts/posts.css | .latest-posts {
padding: 175px 0;
}
.latest-posts .container {
display: grid;
grid-template-areas: "heading heading"
"posts categories";
grid-template-columns: 3fr 1.5fr;
column-gap: 125px;
}
.latest-posts .section-heading {
grid-area: heading;
margin-bottom: 95px;
}
.latest-posts .posts {
grid-area: posts;
display: flex;
flex-wrap: wrap;
gap: 50px;
}
.latest-posts .post {
width: 100%;
background: var(--background-color);
padding: 20px;
border-radius: 15px;
box-shadow: 0px 0px 0px 0px var(--background-color);
transition: all 0.3s ease;
}
.latest-posts .post:hover {
box-shadow: 6px 6px 0px 1px var(--secondary-color);
transform: translate(-6px, -6px);
}
.latest-posts .post h3 {
margin: 0 0 16px;
}
.latest-posts .post .metas {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 16px;
font-size: 16px;
font-weight: bold;
}
.latest-posts .post .excerpt {
font-size: 16px;
margin: 0 0 25px;
}
.latest-posts .post .read-more {
font-size: 16px;
font-weight: bold;
}
.latest-posts .view-more {
padding: 10px 25px;
background: var(--background-color);
border-radius: 10px;
font-weight: 600;
font-size: 24px;
transition: all 0.3s ease;
}
.latest-posts .view-more:hover {
background: var(--secondary-color);
color: var(--white-color);
}
.latest-posts .categories {
grid-area: categories;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-content: flex-start;
gap: 25px;
}
.latest-posts .category {
padding: 10px 25px;
background: var(--background-color);
font-weight: bold;
border-radius: 20px;
box-shadow: 0px 0px 0px 0px var(--background-color);
transition: all 0.3s ease;
}
.latest-posts .category:hover {
box-shadow: 4px 4px 0px 1px var(--secondary-color);
transform: translate(-4px, -4px);
}
@media (max-width: 1399px) {
.latest-posts .container {
column-gap: 50px;
}
}
@media (max-width: 991px) {
.latest-posts {
padding: 100px 0;
}
.latest-posts .categories {
display: none;
}
.latest-posts .container {
grid-template-areas: "heading"
"posts";
grid-template-columns: 1fr;
}
}
@media (max-width: 767px) {
.latest-posts {
padding: 50px 0 100px;
}
.latest-posts .post .excerpt {
font-size: 18px;
}
} | 0.651798 | 0.173183 |
* {
padding: 0;
margin: 0;
font-family: 'Roboto', sans-serif;
font-weight: 300;
overflow-x: hidden;
}
:root {
--white: white;
--light-green: #22b573;
--dark-green: #006837;
--bg-green: #bde9d5;
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Fonts*/
h1 {
color: var(--light-green);
}
h2 {
color: var(--light-green);
}
h3 {
color: var(--light-green);
}
.invert-color {
color: var(--white);
}
li {
display: inline-block;
padding-right: 5px;
color: var(--white);
}
a {
text-decoration: none;
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Shared Template Items*/
/*Navigation*/
.navigation {
position: fixed;
z-index: 5;
display: flex;
align-items: center;
width: 100vw;
height: 50px;
background-color: var(--light-green);
}
.nav-left-1 {
width: 5%;
padding-left: 15px;
}
.nav-left-2 {
width: 44%;
}
.nav-logo {
display: inline-block;
width: 50%;
height: auto;
}
.nav-right {
text-align: right;
width: 49%;
}
/*Mobile Nav Responsive text*/
@media only screen and (max-width: 370px) {
.small-text {
font-size: 1.5em;
}
}
/*Mobile Navigation*/
@media only screen and (max-width: 600px) {
.nav-right {
width: 29%;
padding-right: 5%;
}
.nav-left-1 {
width: 15%;
padding-left: 15px;
}
.nav-left-2 {
width: 44%;
}
}
/*Mobile Navigation Menu and Control*/
.mobile-nav-menu {
position: fixed;
display: flex;
background-color: var(--bg-green);
width: 100vw;
height: 100vh;
justify-content: center;
align-items: center;
z-index: 3;
top: -100vh;
transition: ease-in-out 0.3;
}
.mobile-nav-menu-inner {
display: flex;
text-align: center;
}
/*Hero Image*/
.hero {
position: relative;
width: 100%;
height: 60vh;
}
.hero-textbox {
position: absolute;
width: auto;
height: auto;
background-color: var(--light-green);
bottom: 0;
padding: 10px;
margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
.hero-textbox {
width: 100%;
text-align: center;
padding: 10px 0;
}
}
/*Body Container*/
.container {
width: 80%;
height: auto;
margin: auto;
}
.container-split {
display: grid;
width: 90%;
height: auto;
margin: auto;
grid-column-gap: 10px;
grid-row-gap: 10px;
grid-template-areas: "sidebar main main";
}
@media only screen and (max-width: 980px) {
.container-split {
grid-template-areas: "sidebar"
"main";
}
}
.container-split-sidebar {
grid-area: sidebar;
}
.container-split-main {
grid-area: main;
}
/*Footer*/
.footer {
width: 100vw;
height: auto;
background-color: var(--light-green);
}
.footer-container {
width: 80%;
height: auto;
margin: 0 auto;
display: grid;
padding: 20px;
grid-row-gap: 10px;
grid-template-areas: "footerone footertwo footerthree";
}
.footer-one {
grid-area: footerone;
}
.footer-two{
grid-area: footertwo;
}
.footer-three {
grid-area: footerthree;
}
@media only screen and (max-width: 820px) {
.footer-container {
grid-template-areas: "footerone"
"footertwo"
"footerthree";
}
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Content Boxes*/
.box-large {
width: 80%;
margin: 40px auto;
}
/*Boxes Styling*/
.box-topbar {
background-color: var(--light-green);
padding: 10px;
}
.box-textarea {
background-color: var(--bg-green);
padding: 10px;
}
/*Boxes Additional Options*/
.box-split-two {
display: grid;
grid-column-gap: 10px;
grid-row-gap: 10px;
grid-template-areas: "one two";
}
@media only screen and (max-width: 600px) {
.box-split-two {
grid-template-areas: "one"
"two";
}
}
.box-split-2-section-1 {
grid-area: one;
height: auto;
background-color: var(--light-green);
padding: 5px;
}
.box-split-2-section-2 {
grid-area: two;
height: auto;
background-color: var(--light-green);
padding: 5px;
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Templates*/
/*Getting Started Template*/
.started-icon {
width: 10%;
height: auto;
display: inline-block;
}
.started-text {
width: 80%;
height: auto;
display: inline-block;
line-height: 68px;
}
@media only screen and (max-width: 1220px) {
.started-icon {
text-align: center;
width: 100%;
height: auto;
display: block;
}
.started-text {
text-align: center;
width: 100%;
height: auto;
display: block;
}
}
/*Top Project Template*/
.tp-container {
width: 100%;
height: 100%;
}
.tp-img {
width: 100%;
height: auto;
}
/*Profile Info Template*/
.profile-grid {
width: 100%;
height: auto;
display: flex;
justify-content: space-around;
align-items: flex-start;
}
.profile-pic {
display: inline-block;
width: 30%;
}
.profile-text {
display: inline-block;
height: 25vh;
width: 60%;
}
.profile-text-inner {
height: inherit;
display: -webkit-flex;
display: flex;
align-items: center;
}
.tp-profile-img {
width: 100%;
height: auto;
border-radius: 50%;
}
@media only screen and (max-width: 1270px) {
.profile-pic {
width: 100%;
display: block;
text-align: center;
margin: auto;
}
.tp-profile-img {
width: 80%;
height: auto;
border-radius: 50%;
}
.profile-text {
display: block;
width:100%;
padding: 0;
height: auto;
}
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Collapsable mobile side bar styling*/
.topbar-collapse-split-left {
display: inline-block;
width: 100%;
height: auto;
}
.topbar-collapse-split-right {
display: inline-block;
width: 10%;
display: none;
}
.collapse-open {
color: var(--white);
}
.collapse-close {
color: var(--white);
}
@media only screen and (max-width: 980px) {
.topbar-collapse-split-left {
width: 79%;
height: auto;
}
.topbar-collapse-split-right {
text-align: right;
width: 10%;
display: inline-block;
}
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Misc*/
/*Font Awesome*/
.fa-menu-open{
color: var(--white);
}
.fa-menu-close{
color: var(--white);
}
.fa-started-icon {
color: var(--bg-green);
}
.icon-bg {
background: var(--light-green);
width: 35px;
height: 32px;
text-align: center;
line-height: 30px;
vertical-align: middle;
padding: 20px;
margin-right: 10px;
}
/*HTML General*/
li {
display: inline-block;
padding-right: 5px;
color: var(--white);
}
a {
text-decoration: none;
}
/*HTML Forms*/
input[type=text] {
display: block;
width: 90%;
height: 20px;
margin: 5px auto;
border: none;
background-color: var(--white);
padding: 5%;
font-size: 16px;
}
input[type=password] {
display: block;
width: 90%;
height: 20px;
margin: 5px auto;
border: none;
background-color: var(--white);
padding: 5%;
font-size: 16px;
}
textarea {
resize: none;
display: block;
width: 90%;
height: 60px;
margin: 5px auto;
border: none;
background-color: var(--white);
padding: 5%;
font-size: 16px;
}
button {
padding: 10px;
background-color: var(--light-green);
border: none;
color: var(--white);
cursor: pointer;
font-size: 16px;
}
button:hover {
background-color: var(--dark-green);
}
input[type=checkbox] {
display: inline-block;
margin: 10px;
}
label {
display: inline-block;
}
.checkbox-label {
display: inline-block;
}
/*Error Message*/
.error-box {
background-color: #f45642;
width: 100vw;
position: fixed;
z-index: 30;
padding: 5px;
bottom: 0;
} | public/css/style.css | * {
padding: 0;
margin: 0;
font-family: 'Roboto', sans-serif;
font-weight: 300;
overflow-x: hidden;
}
:root {
--white: white;
--light-green: #22b573;
--dark-green: #006837;
--bg-green: #bde9d5;
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Fonts*/
h1 {
color: var(--light-green);
}
h2 {
color: var(--light-green);
}
h3 {
color: var(--light-green);
}
.invert-color {
color: var(--white);
}
li {
display: inline-block;
padding-right: 5px;
color: var(--white);
}
a {
text-decoration: none;
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Shared Template Items*/
/*Navigation*/
.navigation {
position: fixed;
z-index: 5;
display: flex;
align-items: center;
width: 100vw;
height: 50px;
background-color: var(--light-green);
}
.nav-left-1 {
width: 5%;
padding-left: 15px;
}
.nav-left-2 {
width: 44%;
}
.nav-logo {
display: inline-block;
width: 50%;
height: auto;
}
.nav-right {
text-align: right;
width: 49%;
}
/*Mobile Nav Responsive text*/
@media only screen and (max-width: 370px) {
.small-text {
font-size: 1.5em;
}
}
/*Mobile Navigation*/
@media only screen and (max-width: 600px) {
.nav-right {
width: 29%;
padding-right: 5%;
}
.nav-left-1 {
width: 15%;
padding-left: 15px;
}
.nav-left-2 {
width: 44%;
}
}
/*Mobile Navigation Menu and Control*/
.mobile-nav-menu {
position: fixed;
display: flex;
background-color: var(--bg-green);
width: 100vw;
height: 100vh;
justify-content: center;
align-items: center;
z-index: 3;
top: -100vh;
transition: ease-in-out 0.3;
}
.mobile-nav-menu-inner {
display: flex;
text-align: center;
}
/*Hero Image*/
.hero {
position: relative;
width: 100%;
height: 60vh;
}
.hero-textbox {
position: absolute;
width: auto;
height: auto;
background-color: var(--light-green);
bottom: 0;
padding: 10px;
margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
.hero-textbox {
width: 100%;
text-align: center;
padding: 10px 0;
}
}
/*Body Container*/
.container {
width: 80%;
height: auto;
margin: auto;
}
.container-split {
display: grid;
width: 90%;
height: auto;
margin: auto;
grid-column-gap: 10px;
grid-row-gap: 10px;
grid-template-areas: "sidebar main main";
}
@media only screen and (max-width: 980px) {
.container-split {
grid-template-areas: "sidebar"
"main";
}
}
.container-split-sidebar {
grid-area: sidebar;
}
.container-split-main {
grid-area: main;
}
/*Footer*/
.footer {
width: 100vw;
height: auto;
background-color: var(--light-green);
}
.footer-container {
width: 80%;
height: auto;
margin: 0 auto;
display: grid;
padding: 20px;
grid-row-gap: 10px;
grid-template-areas: "footerone footertwo footerthree";
}
.footer-one {
grid-area: footerone;
}
.footer-two{
grid-area: footertwo;
}
.footer-three {
grid-area: footerthree;
}
@media only screen and (max-width: 820px) {
.footer-container {
grid-template-areas: "footerone"
"footertwo"
"footerthree";
}
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Content Boxes*/
.box-large {
width: 80%;
margin: 40px auto;
}
/*Boxes Styling*/
.box-topbar {
background-color: var(--light-green);
padding: 10px;
}
.box-textarea {
background-color: var(--bg-green);
padding: 10px;
}
/*Boxes Additional Options*/
.box-split-two {
display: grid;
grid-column-gap: 10px;
grid-row-gap: 10px;
grid-template-areas: "one two";
}
@media only screen and (max-width: 600px) {
.box-split-two {
grid-template-areas: "one"
"two";
}
}
.box-split-2-section-1 {
grid-area: one;
height: auto;
background-color: var(--light-green);
padding: 5px;
}
.box-split-2-section-2 {
grid-area: two;
height: auto;
background-color: var(--light-green);
padding: 5px;
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Templates*/
/*Getting Started Template*/
.started-icon {
width: 10%;
height: auto;
display: inline-block;
}
.started-text {
width: 80%;
height: auto;
display: inline-block;
line-height: 68px;
}
@media only screen and (max-width: 1220px) {
.started-icon {
text-align: center;
width: 100%;
height: auto;
display: block;
}
.started-text {
text-align: center;
width: 100%;
height: auto;
display: block;
}
}
/*Top Project Template*/
.tp-container {
width: 100%;
height: 100%;
}
.tp-img {
width: 100%;
height: auto;
}
/*Profile Info Template*/
.profile-grid {
width: 100%;
height: auto;
display: flex;
justify-content: space-around;
align-items: flex-start;
}
.profile-pic {
display: inline-block;
width: 30%;
}
.profile-text {
display: inline-block;
height: 25vh;
width: 60%;
}
.profile-text-inner {
height: inherit;
display: -webkit-flex;
display: flex;
align-items: center;
}
.tp-profile-img {
width: 100%;
height: auto;
border-radius: 50%;
}
@media only screen and (max-width: 1270px) {
.profile-pic {
width: 100%;
display: block;
text-align: center;
margin: auto;
}
.tp-profile-img {
width: 80%;
height: auto;
border-radius: 50%;
}
.profile-text {
display: block;
width:100%;
padding: 0;
height: auto;
}
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Collapsable mobile side bar styling*/
.topbar-collapse-split-left {
display: inline-block;
width: 100%;
height: auto;
}
.topbar-collapse-split-right {
display: inline-block;
width: 10%;
display: none;
}
.collapse-open {
color: var(--white);
}
.collapse-close {
color: var(--white);
}
@media only screen and (max-width: 980px) {
.topbar-collapse-split-left {
width: 79%;
height: auto;
}
.topbar-collapse-split-right {
text-align: right;
width: 10%;
display: inline-block;
}
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Misc*/
/*Font Awesome*/
.fa-menu-open{
color: var(--white);
}
.fa-menu-close{
color: var(--white);
}
.fa-started-icon {
color: var(--bg-green);
}
.icon-bg {
background: var(--light-green);
width: 35px;
height: 32px;
text-align: center;
line-height: 30px;
vertical-align: middle;
padding: 20px;
margin-right: 10px;
}
/*HTML General*/
li {
display: inline-block;
padding-right: 5px;
color: var(--white);
}
a {
text-decoration: none;
}
/*HTML Forms*/
input[type=text] {
display: block;
width: 90%;
height: 20px;
margin: 5px auto;
border: none;
background-color: var(--white);
padding: 5%;
font-size: 16px;
}
input[type=password] {
display: block;
width: 90%;
height: 20px;
margin: 5px auto;
border: none;
background-color: var(--white);
padding: 5%;
font-size: 16px;
}
textarea {
resize: none;
display: block;
width: 90%;
height: 60px;
margin: 5px auto;
border: none;
background-color: var(--white);
padding: 5%;
font-size: 16px;
}
button {
padding: 10px;
background-color: var(--light-green);
border: none;
color: var(--white);
cursor: pointer;
font-size: 16px;
}
button:hover {
background-color: var(--dark-green);
}
input[type=checkbox] {
display: inline-block;
margin: 10px;
}
label {
display: inline-block;
}
.checkbox-label {
display: inline-block;
}
/*Error Message*/
.error-box {
background-color: #f45642;
width: 100vw;
position: fixed;
z-index: 30;
padding: 5px;
bottom: 0;
} | 0.30632 | 0.085366 |
html,
body,
ul,
ol {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
min-height: 100%;
font: 100% Sanchez, serif;
background-image: radial-gradient(circle at top right, rgba(123, 1, 1, 0.92), rgba(184, 1, 2, 0.92)), url("../images/utd-ucl.jpg");
background-size: cover;
display: flex;
flex-direction: column;
}
body main {
flex: 1 0 auto;
}
body footer {
flex-shrink: 0;
}
body h1, body h2, body h3, body h4, body h5, body th {
font-family: Acme, sans-serif;
background: -webkit-linear-gradient(#ffe600, #EF9101);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation-name: fadein;
animation-duration: 1s;
}
body p, body li, body td {
font-family: Sanchez, serif;
background: -webkit-linear-gradient(#EF9101, #ffe600);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation-name: fadein;
animation-duration: 2s;
}
.title {
text-align: center;
background-color: #b80102;
}
@media (min-width: 768px) {
.title {
font-size: 400%;
}
}
.quotes ul {
list-style-type: circle;
list-style-position: inside;
}
.quotes li {
text-align: center;
font-family: Ultra, serif;
font-size: 65%;
padding-bottom: 10px;
font-style: italic;
}
@media (min-width: 768px) {
.quotes li {
font-size: 80%;
}
}
.image-container {
/*
background-image: url("../images/alex-treble.jpg");
background-size: cover;
background-repeat: no-repeat;
*/
max-width: 1440px;
height: auto;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
}
.image-container figcaption {
background: radial-gradient(circle at bottom right, black, rgba(0, 0, 0, 0.58));
margin: 0 3%;
}
.image-container p {
background: -webkit-linear-gradient(#EF9101, #ffe600);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Ultra, serif;
font-size: 70%;
font-style: italic;
margin-top: 5px;
padding-bottom: 5px;
}
.image-container img {
width: 95%;
animation-name: fadein;
animation-duration: 3s;
}
@media (min-width: 768px) {
.image-container p {
font-size: 90%;
}
}
@media (min-width: 1024px) {
.image-container p {
font-size: 100%;
}
}
main {
margin: 0 5px;
}
main ul {
list-style-type: none;
}
main li {
border-bottom: 1px solid #EF9101;
padding-top: 5px;
color: rgba(239, 145, 1, 0.55);
font-size: 80%;
}
@media (min-width: 768px) {
main .sub-title {
font-size: 150%;
margin-left: 15px;
}
}
@media (min-width: 1024px) {
main .sub-title {
font-size: 300%;
}
}
@media (min-width: 768px) {
main section ul {
column-count: 2;
column-gap: 1em;
column-span: all;
}
}
main .table-portrait {
width: 100%;
display: flex;
flex-direction: row;
}
main .table-portrait table {
margin-top: 15px;
width: 100%;
border-collapse: collapse;
flex-grow: 1;
}
main .table-portrait table thead {
background: radial-gradient(circle at bottom right, black, rgba(0, 0, 0, 0.58));
color: white;
font-weight: bold;
}
main .table-portrait table td, main .table-portrait table th {
padding: 6px;
border: 1px solid #EF9101;
text-align: left;
}
main .table-portrait table th:last-child, main .table-portrait table td:last-child {
text-align: center;
}
@media (min-width: 768px) {
main .table-portrait table {
width: 50%;
display: inline;
}
}
main .table-portrait img {
width: 100%;
padding-left: 5px;
padding-top: 15px;
margin-right: 10px;
}
main .table-portrait img .portrait {
max-width: 1440px;
width: 100%;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
flex-grow: 1;
}
@media (min-width: 768px) {
main .table-portrait img {
display: inline;
}
}
footer .links {
margin-top: 10px;
background-color: black;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
footer div {
text-align: center;
padding-top: 10px;
}
footer div i {
color: #EF9101;
}
footer div img {
max-width: 28px;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/*# sourceMappingURL=style.css.map */ | alex/css/style.css | html,
body,
ul,
ol {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
min-height: 100%;
font: 100% Sanchez, serif;
background-image: radial-gradient(circle at top right, rgba(123, 1, 1, 0.92), rgba(184, 1, 2, 0.92)), url("../images/utd-ucl.jpg");
background-size: cover;
display: flex;
flex-direction: column;
}
body main {
flex: 1 0 auto;
}
body footer {
flex-shrink: 0;
}
body h1, body h2, body h3, body h4, body h5, body th {
font-family: Acme, sans-serif;
background: -webkit-linear-gradient(#ffe600, #EF9101);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation-name: fadein;
animation-duration: 1s;
}
body p, body li, body td {
font-family: Sanchez, serif;
background: -webkit-linear-gradient(#EF9101, #ffe600);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation-name: fadein;
animation-duration: 2s;
}
.title {
text-align: center;
background-color: #b80102;
}
@media (min-width: 768px) {
.title {
font-size: 400%;
}
}
.quotes ul {
list-style-type: circle;
list-style-position: inside;
}
.quotes li {
text-align: center;
font-family: Ultra, serif;
font-size: 65%;
padding-bottom: 10px;
font-style: italic;
}
@media (min-width: 768px) {
.quotes li {
font-size: 80%;
}
}
.image-container {
/*
background-image: url("../images/alex-treble.jpg");
background-size: cover;
background-repeat: no-repeat;
*/
max-width: 1440px;
height: auto;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
}
.image-container figcaption {
background: radial-gradient(circle at bottom right, black, rgba(0, 0, 0, 0.58));
margin: 0 3%;
}
.image-container p {
background: -webkit-linear-gradient(#EF9101, #ffe600);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Ultra, serif;
font-size: 70%;
font-style: italic;
margin-top: 5px;
padding-bottom: 5px;
}
.image-container img {
width: 95%;
animation-name: fadein;
animation-duration: 3s;
}
@media (min-width: 768px) {
.image-container p {
font-size: 90%;
}
}
@media (min-width: 1024px) {
.image-container p {
font-size: 100%;
}
}
main {
margin: 0 5px;
}
main ul {
list-style-type: none;
}
main li {
border-bottom: 1px solid #EF9101;
padding-top: 5px;
color: rgba(239, 145, 1, 0.55);
font-size: 80%;
}
@media (min-width: 768px) {
main .sub-title {
font-size: 150%;
margin-left: 15px;
}
}
@media (min-width: 1024px) {
main .sub-title {
font-size: 300%;
}
}
@media (min-width: 768px) {
main section ul {
column-count: 2;
column-gap: 1em;
column-span: all;
}
}
main .table-portrait {
width: 100%;
display: flex;
flex-direction: row;
}
main .table-portrait table {
margin-top: 15px;
width: 100%;
border-collapse: collapse;
flex-grow: 1;
}
main .table-portrait table thead {
background: radial-gradient(circle at bottom right, black, rgba(0, 0, 0, 0.58));
color: white;
font-weight: bold;
}
main .table-portrait table td, main .table-portrait table th {
padding: 6px;
border: 1px solid #EF9101;
text-align: left;
}
main .table-portrait table th:last-child, main .table-portrait table td:last-child {
text-align: center;
}
@media (min-width: 768px) {
main .table-portrait table {
width: 50%;
display: inline;
}
}
main .table-portrait img {
width: 100%;
padding-left: 5px;
padding-top: 15px;
margin-right: 10px;
}
main .table-portrait img .portrait {
max-width: 1440px;
width: 100%;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
flex-grow: 1;
}
@media (min-width: 768px) {
main .table-portrait img {
display: inline;
}
}
footer .links {
margin-top: 10px;
background-color: black;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
footer div {
text-align: center;
padding-top: 10px;
}
footer div i {
color: #EF9101;
}
footer div img {
max-width: 28px;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/*# sourceMappingURL=style.css.map */ | 0.44071 | 0.054399 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
* {
margin: 0;
padding: 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* General Styles */
html {
font-size: 16px;
}
body {
font-size: 1em;
text-align: left;
}
a {
color: #453e4f;
text-decoration: none;
font-family: "Alike", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Alike", serif;
}
h2 {
font-weight: 500;
font-size: 1.875em;
margin: 0;
}
h3,
h4,
h6 {
font-weight: 500;
font-size: 1.125em;
margin: 20px 0;
}
p {
font-size: 0.875em;
line-height: 1.285;
font-family: "Open Sans", sans-serif;
}
img {
width: 100%;
}
.wrapper {
width: 90%;
margin: 50px 0;
}
/* ==Header== */
.topnav a.active {
background-color: inherit;
color: #453e4f;
font-size: 1.3em;
}
.topnav a.contact {
color: #453e4f;
text-shadow: 2px 2px 7px #6e695e;
}
.topnav {
overflow: hidden;
background-color: #f19494;
}
.topnav a {
float: left;
display: block;
color: #453e4f;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
text-shadow: 2px 9px 7px #dfdbd4;
}
.topnav a.active:hover {
text-shadow: none;
}
.topnav a.contact:hover {
color: #dad4e2;
text-shadow: none;
}
.topnav .icon {
display: none;
}
/*==hero area==*/
.hero img {
opacity: 0.5;
display: flex;
justify-content: center;
flex-flow: row wrap;
margin-top: -3.1em;
width: 99vw;
}
.hero h1 {
margin-top: -7.2em;
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
margin-left: 1em;
font-size: 2em;
color: black;
text-shadow: 2px 1px #161414;
}
.hero p {
font-size: 1.5em;
color: rgba(4, 15, 75, 0.966);
background-color: #f19494;
padding: 2em;
margin-left: 1.2em;
box-shadow: 20px 15px 5px 5px #6e695e;
margin-top: 2.5em;
}
.hero p a i {
display: flex;
align-items: center;
justify-content: center;
margin-top: 1em;
font-size: 1.25em;
color: rgba(4, 15, 75, 0.966);
}
/*==Projects==*/
#projects {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
}
#projects h2 {
display: flex;
margin-top: 3.5em;
justify-content: center;
align-items: center;
}
.project-card {
display: grid;
grid-gap: 15px;
}
.project-card img {
box-shadow: -12px -15px 12px 1px #f19494;
}
.project-card .moi-img {
box-shadow: 12px -15px 12px 1px #6e695e;
}
.project-card h3 {
display: flex;
justify-content: center;
align-items: center;
font-size: 1.5em;
margin-top: 45px;
}
.project-card p {
font-size: 1.313em;
font-weight: 300;
}
.skills,
.tools {
font-weight: 400;
font-style: italic;
}
.project-button {
margin: 2.2em 0em 4em 5.9em;
}
.project-button a {
border: solid #6e695e;
font-size: 25px;
border-radius: 0.1px;
box-shadow: 10px 4px #6e695e;
background-color: #f19494;
}
.project-button a:hover {
background-color: #6e695e;
color: #f19494;
box-shadow: 12px 15px 2px 1px #f19494;
}
/*==Skills==*/
#skills {
background-color: #d1cdc5;
margin: 0 5px 30px 5px;
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
padding: 0;
}
#skills h2 {
color: #453e4f;
text-shadow: 2px 1px #f19494;
text-align: center;
width: 100%;
padding: 24px;
}
#skills i,
#skills h6 {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
#skills i {
margin-bottom: 32px;
}
.skill-items {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 5px;
}
.fontawesome-icon i {
font-size: 3.75em;
color: #453e4f;
text-shadow: 2px 3px #f19494;
}
.skill-item-description {
font-size: 1.3em;
text-align: center;
}
/*==about==*/
#about {
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
margin: 0 2px 10px 2px;
}
#about h2 {
text-align: center;
width: 100%;
padding: 24px;
}
#about figure {
width: 46%;
box-shadow: 17px -14px 4px 3px #f19494;
margin-left: 5em;
margin-bottom: 3em;
}
#about p {
margin-left: 0.3em;
line-height: 1.4em;
font-size: 1.1em;
color: #453e4f;
}
/*==footer==*/
footer {
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
}
.co {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.co p {
max-width: 25%;
box-shadow: 0 0 60px #f19494;
padding: 7%;
color: #d1cdc5;
background-color: #453e4f;
}
footer .icons {
font-size: 1.5em;
background-color: #d1cdc5;
padding: 1.2em;
box-shadow: -20px 15px 5px 5px #f19494;
margin-top: 1em;
margin-bottom: 2em;
margin-left: 1em;
}
.icons {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.icons p {
display: flex;
justify-content: center;
align-items: center;
background-color: #453e4f;
border-radius: 50%;
height: 40px;
width: 40px;
}
.icons i {
color: #ffe8d6;
}
.copyright {
display: flex;
text-align: center;
justify-content: center;
align-items: center;
margin-bottom: -8em;
color: #453e4f;
font-size: 12px;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
/* smaller screens */
@media screen and (max-width: 400px) {
.hero h1 {
margin-top: -7.5em;
margin-bottom: 4em;
font-size: 1.625em;
}
.hero p {
margin-top: -1.2em;
}
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {
display: none;
}
.topnav a.icon {
float: right;
display: block;
text-shadow: none;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {
position: relative;
}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
}
/* tablet screens */
@media only screen and (min-width: 768px) {
header .wrapper {
max-width: 640px;
margin: 100px 0;
width: 100%;
justify-content: space-between;
}
.topnav {
display: flex;
justify-content: flex-end;
}
.topnav a {
font-size: 1.3rem;
}
.topnav a.active {
margin-top: -6px;
margin-right: 5.7em;
font-size: 1.7em;
}
.hero img {
margin-top: -6.2em;
width: 99.9vw;
}
.hero h1 {
margin-top: -7em;
margin-bottom: 2.5em;
font-size: 3em;
}
.hero p {
padding: 2em;
margin-left: 8em;
font-size: 1.625em;
}
#projects .wrapper {
padding-left: 1em;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 5em;
}
.project-card {
flex-flow: row wrap;
}
.project-card img {
margin-top: 5em;
}
.project-card .moi-img {
height: 23vh;
}
.project-button {
margin-left: 4em;
}
.skill-items {
grid-template-columns: repeat(3, 1fr);
}
#about div {
display: flex;
margin-left: 3rem;
justify-content: space-around;
align-items: center;
}
#about figure {
width: 73vw;
margin-left: 1em;
}
#about h2 {
margin-bottom: 1em;
}
#about p {
line-height: 1.6em;
margin-top: -4em;
margin-left: 1em;
}
.co p {
max-width: 15%;
padding: 2%;
}
}
/* laptop screens */
@media only screen and (min-width: 1200px) {
.wrapper {
max-width: 960px;
}
.topnav {
font-size: 1.125em;
}
.topnav a.active {
margin-top: -15px;
margin-right: 16em;
padding: 0.5em;
font-size: 2em;
}
.hero h1 {
margin-top: -11.5em;
font-size: 3.5em;
}
.hero p {
margin-top: 13em;
padding: 5em;
width: 50vw;
line-height: 155%;
}
.hero p a i {
font-size: 1.5em;
margin-top: 1em;
}
.project-card img {
margin-top: 5em;
width: 20em;
}
.project-card .moi-img {
height: 35vh;
}
#projects .wrapper {
margin-right: 8em;
grid-template-columns: repeat(3, 300px);
}
#middle-row,
#last-row {
margin-top: -5em;
margin-left: 10em;
}
#middle-row .project-button,
#last-row .project-button {
margin-left: 4em;
}
#skills {
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
}
#skills h2 {
width: 100%;
}
.skill-items {
grid-template-columns: repeat(4, 1fr);
gap: 75px;
margin-right: 1vw;
}
#about {
display: flex;
justify-content: space-evenly;
align-items: center;
width: 100%;
}
#about h2 {
width: 100%;
text-align: center;
}
#about figure {
width: 60%;
}
#about p {
margin-left: 2em;
margin-top: -8em;
line-height: 2em;
}
}
/* bigger screens */
@media screen and (min-width: 1700px) {
.topnav a.active {
margin-right: 33.9em;
}
.hero h1 {
margin-top: -16em;
}
.hero p {
margin-top: 20.5em;
margin-left: 14em;
}
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
* {
margin: 0;
padding: 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* General Styles */
html {
font-size: 16px;
}
body {
font-size: 1em;
text-align: left;
}
a {
color: #453e4f;
text-decoration: none;
font-family: "Alike", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Alike", serif;
}
h2 {
font-weight: 500;
font-size: 1.875em;
margin: 0;
}
h3,
h4,
h6 {
font-weight: 500;
font-size: 1.125em;
margin: 20px 0;
}
p {
font-size: 0.875em;
line-height: 1.285;
font-family: "Open Sans", sans-serif;
}
img {
width: 100%;
}
.wrapper {
width: 90%;
margin: 50px 0;
}
/* ==Header== */
.topnav a.active {
background-color: inherit;
color: #453e4f;
font-size: 1.3em;
}
.topnav a.contact {
color: #453e4f;
text-shadow: 2px 2px 7px #6e695e;
}
.topnav {
overflow: hidden;
background-color: #f19494;
}
.topnav a {
float: left;
display: block;
color: #453e4f;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
text-shadow: 2px 9px 7px #dfdbd4;
}
.topnav a.active:hover {
text-shadow: none;
}
.topnav a.contact:hover {
color: #dad4e2;
text-shadow: none;
}
.topnav .icon {
display: none;
}
/*==hero area==*/
.hero img {
opacity: 0.5;
display: flex;
justify-content: center;
flex-flow: row wrap;
margin-top: -3.1em;
width: 99vw;
}
.hero h1 {
margin-top: -7.2em;
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
margin-left: 1em;
font-size: 2em;
color: black;
text-shadow: 2px 1px #161414;
}
.hero p {
font-size: 1.5em;
color: rgba(4, 15, 75, 0.966);
background-color: #f19494;
padding: 2em;
margin-left: 1.2em;
box-shadow: 20px 15px 5px 5px #6e695e;
margin-top: 2.5em;
}
.hero p a i {
display: flex;
align-items: center;
justify-content: center;
margin-top: 1em;
font-size: 1.25em;
color: rgba(4, 15, 75, 0.966);
}
/*==Projects==*/
#projects {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
}
#projects h2 {
display: flex;
margin-top: 3.5em;
justify-content: center;
align-items: center;
}
.project-card {
display: grid;
grid-gap: 15px;
}
.project-card img {
box-shadow: -12px -15px 12px 1px #f19494;
}
.project-card .moi-img {
box-shadow: 12px -15px 12px 1px #6e695e;
}
.project-card h3 {
display: flex;
justify-content: center;
align-items: center;
font-size: 1.5em;
margin-top: 45px;
}
.project-card p {
font-size: 1.313em;
font-weight: 300;
}
.skills,
.tools {
font-weight: 400;
font-style: italic;
}
.project-button {
margin: 2.2em 0em 4em 5.9em;
}
.project-button a {
border: solid #6e695e;
font-size: 25px;
border-radius: 0.1px;
box-shadow: 10px 4px #6e695e;
background-color: #f19494;
}
.project-button a:hover {
background-color: #6e695e;
color: #f19494;
box-shadow: 12px 15px 2px 1px #f19494;
}
/*==Skills==*/
#skills {
background-color: #d1cdc5;
margin: 0 5px 30px 5px;
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
padding: 0;
}
#skills h2 {
color: #453e4f;
text-shadow: 2px 1px #f19494;
text-align: center;
width: 100%;
padding: 24px;
}
#skills i,
#skills h6 {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
#skills i {
margin-bottom: 32px;
}
.skill-items {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 5px;
}
.fontawesome-icon i {
font-size: 3.75em;
color: #453e4f;
text-shadow: 2px 3px #f19494;
}
.skill-item-description {
font-size: 1.3em;
text-align: center;
}
/*==about==*/
#about {
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
margin: 0 2px 10px 2px;
}
#about h2 {
text-align: center;
width: 100%;
padding: 24px;
}
#about figure {
width: 46%;
box-shadow: 17px -14px 4px 3px #f19494;
margin-left: 5em;
margin-bottom: 3em;
}
#about p {
margin-left: 0.3em;
line-height: 1.4em;
font-size: 1.1em;
color: #453e4f;
}
/*==footer==*/
footer {
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
}
.co {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.co p {
max-width: 25%;
box-shadow: 0 0 60px #f19494;
padding: 7%;
color: #d1cdc5;
background-color: #453e4f;
}
footer .icons {
font-size: 1.5em;
background-color: #d1cdc5;
padding: 1.2em;
box-shadow: -20px 15px 5px 5px #f19494;
margin-top: 1em;
margin-bottom: 2em;
margin-left: 1em;
}
.icons {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.icons p {
display: flex;
justify-content: center;
align-items: center;
background-color: #453e4f;
border-radius: 50%;
height: 40px;
width: 40px;
}
.icons i {
color: #ffe8d6;
}
.copyright {
display: flex;
text-align: center;
justify-content: center;
align-items: center;
margin-bottom: -8em;
color: #453e4f;
font-size: 12px;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
/* smaller screens */
@media screen and (max-width: 400px) {
.hero h1 {
margin-top: -7.5em;
margin-bottom: 4em;
font-size: 1.625em;
}
.hero p {
margin-top: -1.2em;
}
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {
display: none;
}
.topnav a.icon {
float: right;
display: block;
text-shadow: none;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {
position: relative;
}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
}
/* tablet screens */
@media only screen and (min-width: 768px) {
header .wrapper {
max-width: 640px;
margin: 100px 0;
width: 100%;
justify-content: space-between;
}
.topnav {
display: flex;
justify-content: flex-end;
}
.topnav a {
font-size: 1.3rem;
}
.topnav a.active {
margin-top: -6px;
margin-right: 5.7em;
font-size: 1.7em;
}
.hero img {
margin-top: -6.2em;
width: 99.9vw;
}
.hero h1 {
margin-top: -7em;
margin-bottom: 2.5em;
font-size: 3em;
}
.hero p {
padding: 2em;
margin-left: 8em;
font-size: 1.625em;
}
#projects .wrapper {
padding-left: 1em;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 5em;
}
.project-card {
flex-flow: row wrap;
}
.project-card img {
margin-top: 5em;
}
.project-card .moi-img {
height: 23vh;
}
.project-button {
margin-left: 4em;
}
.skill-items {
grid-template-columns: repeat(3, 1fr);
}
#about div {
display: flex;
margin-left: 3rem;
justify-content: space-around;
align-items: center;
}
#about figure {
width: 73vw;
margin-left: 1em;
}
#about h2 {
margin-bottom: 1em;
}
#about p {
line-height: 1.6em;
margin-top: -4em;
margin-left: 1em;
}
.co p {
max-width: 15%;
padding: 2%;
}
}
/* laptop screens */
@media only screen and (min-width: 1200px) {
.wrapper {
max-width: 960px;
}
.topnav {
font-size: 1.125em;
}
.topnav a.active {
margin-top: -15px;
margin-right: 16em;
padding: 0.5em;
font-size: 2em;
}
.hero h1 {
margin-top: -11.5em;
font-size: 3.5em;
}
.hero p {
margin-top: 13em;
padding: 5em;
width: 50vw;
line-height: 155%;
}
.hero p a i {
font-size: 1.5em;
margin-top: 1em;
}
.project-card img {
margin-top: 5em;
width: 20em;
}
.project-card .moi-img {
height: 35vh;
}
#projects .wrapper {
margin-right: 8em;
grid-template-columns: repeat(3, 300px);
}
#middle-row,
#last-row {
margin-top: -5em;
margin-left: 10em;
}
#middle-row .project-button,
#last-row .project-button {
margin-left: 4em;
}
#skills {
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
}
#skills h2 {
width: 100%;
}
.skill-items {
grid-template-columns: repeat(4, 1fr);
gap: 75px;
margin-right: 1vw;
}
#about {
display: flex;
justify-content: space-evenly;
align-items: center;
width: 100%;
}
#about h2 {
width: 100%;
text-align: center;
}
#about figure {
width: 60%;
}
#about p {
margin-left: 2em;
margin-top: -8em;
line-height: 2em;
}
}
/* bigger screens */
@media screen and (min-width: 1700px) {
.topnav a.active {
margin-right: 33.9em;
}
.hero h1 {
margin-top: -16em;
}
.hero p {
margin-top: 20.5em;
margin-left: 14em;
}
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.422743 | 0.126353 |
#login_container {
width: 976px;
margin:0 auto;
background:white;
position:relative;
top:0;
height:450px;
}
#sign_in_box, #about_box {
position:absolute;
top:30px;
}
#sign_in_box {
left:16px;
width:304px;
height:390px;
padding:0;
border-right:1px solid rgba(0,0,0,0.3);
}
#about_box {
left:336px;
width:624px;
}
/************** Sign in form *************/
#sign_in_box form {
width:252px;
margin:10px auto;
padding:10px;
}
#sign_in_box form p {
text-align:center;
color:red;
font-size:16px;
padding-top:10px;
opacity:0;
}
#sign_in_box form.error {
background:rgba(255,0,0,0.1);
border: red 1px solid;
}
#sign_in_box form.error p {
opacity:1;
}
#sign_in_box form label {
font-family: Helvetica, Arial, Verdana, Sans-serif;
font-size:14px;
display:block;
margin:10px 0 4px 13px ;
color:rgba(0,0,0,0.6);
}
#sign_in_box form input[type=text], #sign_in_box form input[type=password] {
font-family: Georgia, Serif;
font-size:18px;
display:block;
margin: auto;
padding:5px;
border:1px solid rgba(0,0,0,0.9 );
width:220px ;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius: 20px 20px 20px 20px; /* for some reason you have to declare all corners in ie*/
}
#sign_in_box form input[type=submit] {
display:block;
padding:8px 0 ;
width:130px ;
color:white;
font-family: Georgia, Serif;
font-size:18px;
background:#0099cc;
border:0;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius: 20px 20px 20px 20px; /* for some reason you have to declare all corners in ie*/
margin: 30px auto;
}
/**************** About the prototype ****************/
#about_box p {
/* background:red;*/
display:block;
width:286px;
position:absolute;
top:50px;
left:16px;
}
#about_box img {
display:block;
margin:0 auto;
margin-top:40px;
} | public/css/login.css |
#login_container {
width: 976px;
margin:0 auto;
background:white;
position:relative;
top:0;
height:450px;
}
#sign_in_box, #about_box {
position:absolute;
top:30px;
}
#sign_in_box {
left:16px;
width:304px;
height:390px;
padding:0;
border-right:1px solid rgba(0,0,0,0.3);
}
#about_box {
left:336px;
width:624px;
}
/************** Sign in form *************/
#sign_in_box form {
width:252px;
margin:10px auto;
padding:10px;
}
#sign_in_box form p {
text-align:center;
color:red;
font-size:16px;
padding-top:10px;
opacity:0;
}
#sign_in_box form.error {
background:rgba(255,0,0,0.1);
border: red 1px solid;
}
#sign_in_box form.error p {
opacity:1;
}
#sign_in_box form label {
font-family: Helvetica, Arial, Verdana, Sans-serif;
font-size:14px;
display:block;
margin:10px 0 4px 13px ;
color:rgba(0,0,0,0.6);
}
#sign_in_box form input[type=text], #sign_in_box form input[type=password] {
font-family: Georgia, Serif;
font-size:18px;
display:block;
margin: auto;
padding:5px;
border:1px solid rgba(0,0,0,0.9 );
width:220px ;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius: 20px 20px 20px 20px; /* for some reason you have to declare all corners in ie*/
}
#sign_in_box form input[type=submit] {
display:block;
padding:8px 0 ;
width:130px ;
color:white;
font-family: Georgia, Serif;
font-size:18px;
background:#0099cc;
border:0;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius: 20px 20px 20px 20px; /* for some reason you have to declare all corners in ie*/
margin: 30px auto;
}
/**************** About the prototype ****************/
#about_box p {
/* background:red;*/
display:block;
width:286px;
position:absolute;
top:50px;
left:16px;
}
#about_box img {
display:block;
margin:0 auto;
margin-top:40px;
} | 0.258607 | 0.079496 |
:root {
font-size: 16px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
--text-primary: #000;
--text-secondary: #fff;
--bg-primary: #fff;
--bg-secondary: rgba(0, 0, 0, 0.8);
--br-card: #fff;
--box-shadow-card: 0px 0.125rem 0.06rem -0.06rem rgba(0, 0, 0, 0.2), 0px 0.06rem 0.06rem 0px rgba(0, 0, 0, 0.14),
0px 0.06rem 0.25rem 0px rgba(0, 0, 0, 0.12);
--img-preview-side: 15rem;
--img-preview-side-small: 10rem;
--img-search: 4rem;
--img-search-small: 2rem;
--price-default: #6c757d;
--price-sale: #dc3545;
--price-ps-plus: #ffc107;
--transition-speed: 600ms;
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--bg-primary);
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
body::-webkit-scrollbar {
width: 0.5rem;
}
body::-webkit-scrollbar-track {
background: var(--bg-primary);
}
body::-webkit-scrollbar-thumb {
background: var(--bg-secondary);
}
a.link {
color: #07c;
text-decoration: none;
}
.dropdown-toggle::after {
display: none;
}
.container-fluid {
padding-left: 0;
padding-right: 0;
}
.price-default {
background: var(--price-default);
color: var(--text-secondary);
}
.price-sale {
background: var(--price-sale);
color: var(--text-secondary);
}
.price-ps-plus {
background: var(--price-ps-plus);
color: var(--text-secondary);
}
.preview-card {
min-width: var(--img-preview-side-small);
max-width: var(--img-preview-side-small);
}
@media screen and (min-width: 600px) {
.preview-card {
min-width: var(--img-preview-side);
max-width: var(--img-preview-side);
}
}
.preview-card img {
min-width: var(--img-preview-side-small);
max-width: var(--img-preview-side-small);
min-height: var(--img-preview-side-small);
max-height: var(--img-preview-side-small);
}
@media screen and (min-width: 600px) {
.preview-card img {
min-width: var(--img-preview-side);
max-width: var(--img-preview-side);
min-height: var(--img-preview-side);
max-height: var(--img-preview-side);
}
} | packages/psn-tracker-app/src/index.css | :root {
font-size: 16px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
--text-primary: #000;
--text-secondary: #fff;
--bg-primary: #fff;
--bg-secondary: rgba(0, 0, 0, 0.8);
--br-card: #fff;
--box-shadow-card: 0px 0.125rem 0.06rem -0.06rem rgba(0, 0, 0, 0.2), 0px 0.06rem 0.06rem 0px rgba(0, 0, 0, 0.14),
0px 0.06rem 0.25rem 0px rgba(0, 0, 0, 0.12);
--img-preview-side: 15rem;
--img-preview-side-small: 10rem;
--img-search: 4rem;
--img-search-small: 2rem;
--price-default: #6c757d;
--price-sale: #dc3545;
--price-ps-plus: #ffc107;
--transition-speed: 600ms;
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--bg-primary);
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
body::-webkit-scrollbar {
width: 0.5rem;
}
body::-webkit-scrollbar-track {
background: var(--bg-primary);
}
body::-webkit-scrollbar-thumb {
background: var(--bg-secondary);
}
a.link {
color: #07c;
text-decoration: none;
}
.dropdown-toggle::after {
display: none;
}
.container-fluid {
padding-left: 0;
padding-right: 0;
}
.price-default {
background: var(--price-default);
color: var(--text-secondary);
}
.price-sale {
background: var(--price-sale);
color: var(--text-secondary);
}
.price-ps-plus {
background: var(--price-ps-plus);
color: var(--text-secondary);
}
.preview-card {
min-width: var(--img-preview-side-small);
max-width: var(--img-preview-side-small);
}
@media screen and (min-width: 600px) {
.preview-card {
min-width: var(--img-preview-side);
max-width: var(--img-preview-side);
}
}
.preview-card img {
min-width: var(--img-preview-side-small);
max-width: var(--img-preview-side-small);
min-height: var(--img-preview-side-small);
max-height: var(--img-preview-side-small);
}
@media screen and (min-width: 600px) {
.preview-card img {
min-width: var(--img-preview-side);
max-width: var(--img-preview-side);
min-height: var(--img-preview-side);
max-height: var(--img-preview-side);
}
} | 0.486819 | 0.143758 |
body{background:#FFFFFF;padding:0;margin:0;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
ul,li,form{list-style-type:none;margin:0;padding:0;}
img{border:0;-ms-interpolation-mode:bicubic;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
* html>body .clearfix{display:inline-block;width:100%}
* html .clearfix{/* Hides from IE-mac \*/ height:1%;/* End hide from IE-mac */ }
*+html .clearfix{min-height:1%}
body{ background:url(../images/Background.jpg);font-family:MicroSoft YaHei,simHei;}
.main{ width:1024px; margin:0 auto; position:relative;}
.main .top{ height:137px; background:url(../images/top2.png) no-repeat;}
.main .top .k{padding:34px 0 0 600px;color:#fff;font-size:20px;font-weight:bold;}
.main .wall{ height:631px;}
.main .left{ float:left;width:67px; height:631px;background:url(../images/left.png) no-repeat;}
.main .right{ float:right;width:67px; height:631px;background:url(../images/right.png) no-repeat;}
.main .center{ float:left; width:890px; background:#FCF9F8;}
.main .list{ height:569px; padding-left:4px; overflow:hidden;}
.main .footer{height:5px;background:url(../images/footer.png) no-repeat;}
.list li{ float:left; display:inline; margin:2px 0 6px; width:883px; background:#73AE1F url(../images/libg.png) repeat-y;display:none;}
.list li .pic{ float:left; padding:30px 14px 0 13px;}
.list li .pic img{ background:#E8E8E8; border:#4E9B86 1px solid; padding:3px; font-size:0;}
.list li .c{ float:left; width:736px; color:#FFFFFF;}
.list li .c span{ color:#C8FB80;}
.list li .num{color:#fff;text-align:right;}
.m1{float:left;width:883px;padding-bottom:13px;background:url(../images/m2.png) left bottom no-repeat;}
.m2{float:left;width:883px;min-height:155px;padding-bottom:13px;background:url(../images/m1.png) left top no-repeat;}
.f5{padding-top:10px;font-size:22px;line-height:1.5em;}
.f4{padding-top:10px;font-size:26px;line-height:1.5em;}
.f3{padding-top:12px;font-size:32px;line-height:1.6em;}
.f2{padding-top:20px;font-size:40px;line-height:1.6em;}
.f1{padding-top:36px;font-size:50px;line-height:1.6em;}
#explan{width:892px;height:570px;background:#8FBE4C;position:absolute;top:136px;left:66px;}
#explan p{color:#fff;font-size:42px;padding:100px 0 0 42px;line-height:1.8em;}
.mone{width:883px;position:absolute;top:136px;left:71px;background:#73AE1F url(../images/libg.png) repeat-y;display:none;}
.mone .pic{float:left;padding:30px 14px 0 13px;}
.mone .pic img{background:#E8E8E8;border:#4E9B86 1px solid; padding:3px; font-size:0;}
.mone .c{float:left;width:736px;color:#FFFFFF;}
.mone .c span{color:#C8FB80;}
.mone .m2{height:544px;}
.mone .num{position:absolute;right:5px;bottom:0;color:#fff;} | Public/static/css/wxwall.css | body{background:#FFFFFF;padding:0;margin:0;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
ul,li,form{list-style-type:none;margin:0;padding:0;}
img{border:0;-ms-interpolation-mode:bicubic;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
* html>body .clearfix{display:inline-block;width:100%}
* html .clearfix{/* Hides from IE-mac \*/ height:1%;/* End hide from IE-mac */ }
*+html .clearfix{min-height:1%}
body{ background:url(../images/Background.jpg);font-family:MicroSoft YaHei,simHei;}
.main{ width:1024px; margin:0 auto; position:relative;}
.main .top{ height:137px; background:url(../images/top2.png) no-repeat;}
.main .top .k{padding:34px 0 0 600px;color:#fff;font-size:20px;font-weight:bold;}
.main .wall{ height:631px;}
.main .left{ float:left;width:67px; height:631px;background:url(../images/left.png) no-repeat;}
.main .right{ float:right;width:67px; height:631px;background:url(../images/right.png) no-repeat;}
.main .center{ float:left; width:890px; background:#FCF9F8;}
.main .list{ height:569px; padding-left:4px; overflow:hidden;}
.main .footer{height:5px;background:url(../images/footer.png) no-repeat;}
.list li{ float:left; display:inline; margin:2px 0 6px; width:883px; background:#73AE1F url(../images/libg.png) repeat-y;display:none;}
.list li .pic{ float:left; padding:30px 14px 0 13px;}
.list li .pic img{ background:#E8E8E8; border:#4E9B86 1px solid; padding:3px; font-size:0;}
.list li .c{ float:left; width:736px; color:#FFFFFF;}
.list li .c span{ color:#C8FB80;}
.list li .num{color:#fff;text-align:right;}
.m1{float:left;width:883px;padding-bottom:13px;background:url(../images/m2.png) left bottom no-repeat;}
.m2{float:left;width:883px;min-height:155px;padding-bottom:13px;background:url(../images/m1.png) left top no-repeat;}
.f5{padding-top:10px;font-size:22px;line-height:1.5em;}
.f4{padding-top:10px;font-size:26px;line-height:1.5em;}
.f3{padding-top:12px;font-size:32px;line-height:1.6em;}
.f2{padding-top:20px;font-size:40px;line-height:1.6em;}
.f1{padding-top:36px;font-size:50px;line-height:1.6em;}
#explan{width:892px;height:570px;background:#8FBE4C;position:absolute;top:136px;left:66px;}
#explan p{color:#fff;font-size:42px;padding:100px 0 0 42px;line-height:1.8em;}
.mone{width:883px;position:absolute;top:136px;left:71px;background:#73AE1F url(../images/libg.png) repeat-y;display:none;}
.mone .pic{float:left;padding:30px 14px 0 13px;}
.mone .pic img{background:#E8E8E8;border:#4E9B86 1px solid; padding:3px; font-size:0;}
.mone .c{float:left;width:736px;color:#FFFFFF;}
.mone .c span{color:#C8FB80;}
.mone .m2{height:544px;}
.mone .num{position:absolute;right:5px;bottom:0;color:#fff;} | 0.287468 | 0.066965 |
.inputbox {
border-color: var(--border-color);
}
.input-line {
background-color: var(--primary-theme-color);
}
s-group {
border-left-color: var(--border-color);
}
s-group[has-nested-groups] {
border-left-color: transparent;
}
[group-color="0"] {
border-color: #448aff;
}
[group-color="1"] {
border-color: #536dfe;
}
[group-color="2"] {
border-color: #40c4ff;
}
[group-color="3"] {
border-color: #69f0ae;
}
[group-color="4"] {
border-color: #ff5252;
}
[group-color="5"] {
border-color: #e040fb;
}
[group-color="6"] {
border-color: #7c4dff;
}
[group-color="7"] {
border-color: #b2ff59;
}
[group-color="8"] {
border-color: #ffd740;
}
[group-color="9"] {
border-color: #ffab40;
}
[role="option"][aria-selected="true"] {
color: var( --light-text-color);
background-color: var(--highlighted-background-color);
}
:focus-within [role="option"][aria-selected="true"] {
color: var( --light-text-color);
background-color: var(--primary-theme-color);
}
::-webkit-scrollbar {
width: 16px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
background-color: var(--primary-background-color);
border-width: 6px;
border-style: solid;
border-color: var(--primary-background-color);
}
::-webkit-scrollbar-thumb {
background-color: var(--secondary-background-color);
}
::-webkit-scrollbar-thumb:active {
background-color: var(--primary-theme-color);
}
body,
.theme-bg {
color: var(--primary-color);
background-color: var(--primary-background-color);
}
.secondary-text {
color: var(--secondary-color);
}
html {
--light-text-color: #eee;
--highlighted-background-color: #616161;
}
@media (prefers-color-scheme: dark) {
html {
--primary-background-color: #212121;
--primary-color: var( --light-text-color);
--primary-theme-color: #2962ff;
--border-color: rgba(255, 255, 255, 0.24);
--secondary-color: #999;
--secondary-background-color: #424242;
}
}
@media (prefers-color-scheme: light) {
html {
--primary-background-color: #f5f5f5;
--primary-color: #000;
--primary-theme-color: #2962ff;
--border-color: rgba(0, 0, 0, 0.24);
--secondary-color: #bbb;
--secondary-background-color: #e0e0e0;
}
} | src/css/theme.css | .inputbox {
border-color: var(--border-color);
}
.input-line {
background-color: var(--primary-theme-color);
}
s-group {
border-left-color: var(--border-color);
}
s-group[has-nested-groups] {
border-left-color: transparent;
}
[group-color="0"] {
border-color: #448aff;
}
[group-color="1"] {
border-color: #536dfe;
}
[group-color="2"] {
border-color: #40c4ff;
}
[group-color="3"] {
border-color: #69f0ae;
}
[group-color="4"] {
border-color: #ff5252;
}
[group-color="5"] {
border-color: #e040fb;
}
[group-color="6"] {
border-color: #7c4dff;
}
[group-color="7"] {
border-color: #b2ff59;
}
[group-color="8"] {
border-color: #ffd740;
}
[group-color="9"] {
border-color: #ffab40;
}
[role="option"][aria-selected="true"] {
color: var( --light-text-color);
background-color: var(--highlighted-background-color);
}
:focus-within [role="option"][aria-selected="true"] {
color: var( --light-text-color);
background-color: var(--primary-theme-color);
}
::-webkit-scrollbar {
width: 16px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
background-color: var(--primary-background-color);
border-width: 6px;
border-style: solid;
border-color: var(--primary-background-color);
}
::-webkit-scrollbar-thumb {
background-color: var(--secondary-background-color);
}
::-webkit-scrollbar-thumb:active {
background-color: var(--primary-theme-color);
}
body,
.theme-bg {
color: var(--primary-color);
background-color: var(--primary-background-color);
}
.secondary-text {
color: var(--secondary-color);
}
html {
--light-text-color: #eee;
--highlighted-background-color: #616161;
}
@media (prefers-color-scheme: dark) {
html {
--primary-background-color: #212121;
--primary-color: var( --light-text-color);
--primary-theme-color: #2962ff;
--border-color: rgba(255, 255, 255, 0.24);
--secondary-color: #999;
--secondary-background-color: #424242;
}
}
@media (prefers-color-scheme: light) {
html {
--primary-background-color: #f5f5f5;
--primary-color: #000;
--primary-theme-color: #2962ff;
--border-color: rgba(0, 0, 0, 0.24);
--secondary-color: #bbb;
--secondary-background-color: #e0e0e0;
}
} | 0.5083 | 0.153296 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&display=swap');
nav {
font-family: 'Open Sans', sans-serif;
display: flex;
height: 100px;
width: 100%;
position: -webkit-sticky;
position: sticky;
top: 0;
background: #303030;
}
.active {
background: #fa4454;
}
h1 {
color: white;
text-align: left;
font-weight: 800;
font-size: 80px;
padding-left: 5%;
}
nav a {
font-family: 'Open Sans', sans-serif;
font-weight: 800;
border: none;
color: white;
padding: 16px 32px;
text-align: center;
font-size: 20px;
margin: 4px 2px;
transition: 0.3s;
text-decoration: none;
width: 20%;
}
nav a:hover {
font-family: 'Open Sans', sans-serif;
background: #fa4454;
}
nav img {
height:auto;
}
body {
font-size: 12px;
background-color: #303030;
font-family: 'Open Sans', sans-serif;
margin-left: 0px;
margin-right: 0px;
}
content h1 {
font-weight: 800;
text-align: center;
margin: 40px 0 40px;
font-size: 60px;
color: #ecf0f1;
text-shadow: 2px 2px 4px #000000;
font-family: 'Open Sans', cursive;
}
content p {
position: absolute;
font-weight: 400;
bottom: 20px;
width: 100%;
text-align: center;
color: #ecf0f1;
font-size: 16px;
}
content span {
color: #2BD6B4;
}
/* Header - Hero - Fullpage */
.banner-area {
width:100vw;
height:80vh;
background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(Valorant.png);
background-size:cover;
margin:0px;
}
.banner-area{
width:100vw;
height:80vh;
background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(Valorant.png);
background-size:cover;
margin: 0px;
}
.content-area{
height:80%;
display:flex;
justify-content: center;
align-items: center;
}
.content{
text-align: center;
}
.content h1{
font-size:80px;
color:#fff;
}
.content p{
font-size:30px;
color:#ddd;
}
.content .btn{
display: inline-block;
border:none;
outline:none;
text-decoration:none;
padding:15px;
margin-top:100px;
border-radius: 4px;
color:#eee;
font-size: 18px;
cursor: pointer;
background:#F44336;
}
.container {
display: flex;
width: 100%;
padding-top: 10px;
}
.container h2 {
color: white;
font-size: 40px;
}
.container p {
color: white;
font-size: 16px;
}
.chevron1 {
flex: 60%;
padding-left: 10%;
}
.chevron1 img {
width: 80%;
height: auto;
margin: auto;
border-radius: 11px;
}
.chevron2 {
padding-top: 100px;
flex: 40%;
color: white;
padding-left: 15%;
}
.chevron2 h3{
font-size: 22px;
}
.chevron2 h4{
font-size: 20px;
}
.chevron2 h5 {
font-size: 15px;
}
.containerleft {
display: flex;
width: 100%;
padding-top: 10px;
background: #353535;
margin-top: 10px;
margin-bottom: 10px;
}
.containerleft h2 {
color: white;
font-size: 40px;
}
.containerleft p {
color: white;
font-size: 16px;
}
.container2 {
display: flex;
width: 100%;
padding-top: 10px;
}
.container2 h2 {
color: white;
font-size: 40px;
}
.container2 p {
color: white;
font-size: 16px;
}
footer {
font-family: 'Open Sans', sans-serif;
color: white;
padding-left: 10px;
padding-top: 10px;
font-weight: 800;
} | Main webpage/asset/style/dev.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&display=swap');
nav {
font-family: 'Open Sans', sans-serif;
display: flex;
height: 100px;
width: 100%;
position: -webkit-sticky;
position: sticky;
top: 0;
background: #303030;
}
.active {
background: #fa4454;
}
h1 {
color: white;
text-align: left;
font-weight: 800;
font-size: 80px;
padding-left: 5%;
}
nav a {
font-family: 'Open Sans', sans-serif;
font-weight: 800;
border: none;
color: white;
padding: 16px 32px;
text-align: center;
font-size: 20px;
margin: 4px 2px;
transition: 0.3s;
text-decoration: none;
width: 20%;
}
nav a:hover {
font-family: 'Open Sans', sans-serif;
background: #fa4454;
}
nav img {
height:auto;
}
body {
font-size: 12px;
background-color: #303030;
font-family: 'Open Sans', sans-serif;
margin-left: 0px;
margin-right: 0px;
}
content h1 {
font-weight: 800;
text-align: center;
margin: 40px 0 40px;
font-size: 60px;
color: #ecf0f1;
text-shadow: 2px 2px 4px #000000;
font-family: 'Open Sans', cursive;
}
content p {
position: absolute;
font-weight: 400;
bottom: 20px;
width: 100%;
text-align: center;
color: #ecf0f1;
font-size: 16px;
}
content span {
color: #2BD6B4;
}
/* Header - Hero - Fullpage */
.banner-area {
width:100vw;
height:80vh;
background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(Valorant.png);
background-size:cover;
margin:0px;
}
.banner-area{
width:100vw;
height:80vh;
background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(Valorant.png);
background-size:cover;
margin: 0px;
}
.content-area{
height:80%;
display:flex;
justify-content: center;
align-items: center;
}
.content{
text-align: center;
}
.content h1{
font-size:80px;
color:#fff;
}
.content p{
font-size:30px;
color:#ddd;
}
.content .btn{
display: inline-block;
border:none;
outline:none;
text-decoration:none;
padding:15px;
margin-top:100px;
border-radius: 4px;
color:#eee;
font-size: 18px;
cursor: pointer;
background:#F44336;
}
.container {
display: flex;
width: 100%;
padding-top: 10px;
}
.container h2 {
color: white;
font-size: 40px;
}
.container p {
color: white;
font-size: 16px;
}
.chevron1 {
flex: 60%;
padding-left: 10%;
}
.chevron1 img {
width: 80%;
height: auto;
margin: auto;
border-radius: 11px;
}
.chevron2 {
padding-top: 100px;
flex: 40%;
color: white;
padding-left: 15%;
}
.chevron2 h3{
font-size: 22px;
}
.chevron2 h4{
font-size: 20px;
}
.chevron2 h5 {
font-size: 15px;
}
.containerleft {
display: flex;
width: 100%;
padding-top: 10px;
background: #353535;
margin-top: 10px;
margin-bottom: 10px;
}
.containerleft h2 {
color: white;
font-size: 40px;
}
.containerleft p {
color: white;
font-size: 16px;
}
.container2 {
display: flex;
width: 100%;
padding-top: 10px;
}
.container2 h2 {
color: white;
font-size: 40px;
}
.container2 p {
color: white;
font-size: 16px;
}
footer {
font-family: 'Open Sans', sans-serif;
color: white;
padding-left: 10px;
padding-top: 10px;
font-weight: 800;
} | 0.31216 | 0.075414 |
position: relative;
width: 100%;
height: 100%;
}
#gamelobby {
width: 100%;
height: 100%;
z-index: 0;
position: fixed;
background: rgba(0, 0, 0, 0.7);
padding: 20px;
color: white;
}
#gamelobby-gamename {
font-size: 1.5em;
font-family: rainfall, sans-serif;
}
#gamelobby-roomname {
font-size: 3em;
animation: animate-roomname 4s linear infinite;
}
#gamelobby-playerlist {
width: 75%;
height: auto;
/* border: 6px solid white; */
margin: auto;
/* margin-top: 8em; */
margin-top: 4%;
padding: 20px;
text-align: center;
}
.gamelobby-playercard {
border: 8px solid white;
width: 200px;
height: 400px;
padding: 20px;
display: inline-block;
font-size: 1.5em;
vertical-align: middle;
border-radius: 50px;
margin-left: 8px;
margin-right: 8px;
position: relative;
}
.gamelobby-playercard-playername, .gamelobby-playercard-joinedstatus {
font-family: rainfall, sans-serif;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
color: white;
border-radius: 50px;
/* vertical-align: middle; */
}
.gamelobby-playercard-joinedstatus {
position: absolute;
/* background-color: rgb(218, 189, 29); */
background-color: green;
margin-bottom: 20px;
bottom: 0;
left: 20px;
right: 20px;
/* width: 80%; */
}
#gamelobby-readybutton {
background-color: rgb(158, 158, 158);
font-family: rainfall, sans-serif;
font-weight: bold;
font-size: 2em;
width: 30%;
border-radius: 50px;
text-align: center;
vertical-align: middle;
padding: 20px;
/* height: 100px; */
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
#gamelobby-readybutton-playercount {
display: inline-block;
margin-left: 30px;
}
@keyframes animate-roomname {
25% {
opacity: 0.9;
}
50% {
opacity: 0.2;
}
75% {
opacity: 0.9;
}
}
@font-face {
font-family: "rainfall";
src: url('../css/fonts/RAINFALL.otf');
}
.gamewindow {
position: absolute;
width: 100%;
height: 100%;
} | src/client/css/index.css | position: relative;
width: 100%;
height: 100%;
}
#gamelobby {
width: 100%;
height: 100%;
z-index: 0;
position: fixed;
background: rgba(0, 0, 0, 0.7);
padding: 20px;
color: white;
}
#gamelobby-gamename {
font-size: 1.5em;
font-family: rainfall, sans-serif;
}
#gamelobby-roomname {
font-size: 3em;
animation: animate-roomname 4s linear infinite;
}
#gamelobby-playerlist {
width: 75%;
height: auto;
/* border: 6px solid white; */
margin: auto;
/* margin-top: 8em; */
margin-top: 4%;
padding: 20px;
text-align: center;
}
.gamelobby-playercard {
border: 8px solid white;
width: 200px;
height: 400px;
padding: 20px;
display: inline-block;
font-size: 1.5em;
vertical-align: middle;
border-radius: 50px;
margin-left: 8px;
margin-right: 8px;
position: relative;
}
.gamelobby-playercard-playername, .gamelobby-playercard-joinedstatus {
font-family: rainfall, sans-serif;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
color: white;
border-radius: 50px;
/* vertical-align: middle; */
}
.gamelobby-playercard-joinedstatus {
position: absolute;
/* background-color: rgb(218, 189, 29); */
background-color: green;
margin-bottom: 20px;
bottom: 0;
left: 20px;
right: 20px;
/* width: 80%; */
}
#gamelobby-readybutton {
background-color: rgb(158, 158, 158);
font-family: rainfall, sans-serif;
font-weight: bold;
font-size: 2em;
width: 30%;
border-radius: 50px;
text-align: center;
vertical-align: middle;
padding: 20px;
/* height: 100px; */
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
#gamelobby-readybutton-playercount {
display: inline-block;
margin-left: 30px;
}
@keyframes animate-roomname {
25% {
opacity: 0.9;
}
50% {
opacity: 0.2;
}
75% {
opacity: 0.9;
}
}
@font-face {
font-family: "rainfall";
src: url('../css/fonts/RAINFALL.otf');
}
.gamewindow {
position: absolute;
width: 100%;
height: 100%;
} | 0.460289 | 0.076098 |
body {font-family: Arial, Helvetica, sans-serif;}
.mb_15{
margin-bottom: 15px;
}
.btn-center{
width: 150px;
}
.x-center{
display: flex;
justify-content: center;
align-items: center;
}
.padder15{
padding:0 15px;
}
.mb-btn-login{
margin-bottom:25px;
width: 150px;
}
.login-flex{
display: flex;
justify-content: center;
}
.login-wrp{
border:1px solid grey; box-shadow:5px 5px 5px 5px rgba(0,0,0,0.5);
}
.d-login-btn{
width: 120px;
background: #39c8e2;
border: none;
padding: 10px 20px;
border-radius: 3px;
outline: none;
color: #fff;
}
/* Full-width input fields */
input[type=text], input[type=password], input[type=number], input[type=date], input[type=email] {
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;
}
/* Center the image and position the close button */
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
position: relative;
}
img.avatar {
width: 40%;
border-radius: 50%;
}
.container {
padding: 16px;
}
span.psw {
float: right;
padding-top: 16px;
}
.login-container{
background-color: #fff;
position:absolute;
z-index: 1;
width: 400px;
height: 350px;
padding: 15px;
top: 115px;
}
.center-contents{
display: flex;
justify-content: center;
align-items: center;
}
.centered-item{
width: 100%;
}
.input-wrapper{
margin-bottom: 15px;
}
.inp-doc{
outline: none;
border: none;
}
.button-wrapper{
display: flex;
justify-content: center;
align-items: center;
}
.mb_none{
margin-bottom: 0;
outline: none;
border: none;
}
.disp_none{
display: none;
} | css/doctor.css | body {font-family: Arial, Helvetica, sans-serif;}
.mb_15{
margin-bottom: 15px;
}
.btn-center{
width: 150px;
}
.x-center{
display: flex;
justify-content: center;
align-items: center;
}
.padder15{
padding:0 15px;
}
.mb-btn-login{
margin-bottom:25px;
width: 150px;
}
.login-flex{
display: flex;
justify-content: center;
}
.login-wrp{
border:1px solid grey; box-shadow:5px 5px 5px 5px rgba(0,0,0,0.5);
}
.d-login-btn{
width: 120px;
background: #39c8e2;
border: none;
padding: 10px 20px;
border-radius: 3px;
outline: none;
color: #fff;
}
/* Full-width input fields */
input[type=text], input[type=password], input[type=number], input[type=date], input[type=email] {
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;
}
/* Center the image and position the close button */
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
position: relative;
}
img.avatar {
width: 40%;
border-radius: 50%;
}
.container {
padding: 16px;
}
span.psw {
float: right;
padding-top: 16px;
}
.login-container{
background-color: #fff;
position:absolute;
z-index: 1;
width: 400px;
height: 350px;
padding: 15px;
top: 115px;
}
.center-contents{
display: flex;
justify-content: center;
align-items: center;
}
.centered-item{
width: 100%;
}
.input-wrapper{
margin-bottom: 15px;
}
.inp-doc{
outline: none;
border: none;
}
.button-wrapper{
display: flex;
justify-content: center;
align-items: center;
}
.mb_none{
margin-bottom: 0;
outline: none;
border: none;
}
.disp_none{
display: none;
} | 0.275325 | 0.050729 |
font-family: 'Staatliches', sans-serif;
font-size: 2em;
}
#up-next, #tweet-label {
font-size: 2em;
}
header {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
height: 120px;
padding: 0 48px;
background-color: rgba(255, 255, 255, 80%);
}
#logo-ome, #logo-pgrf {
height: 100px;
}
#presents {
margin: 0 0.5em;
}
#now {
font-size: 2em;
margin-left: auto;
}
#main {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0 64px;
}
#schedule {
display: inline-flex;
width: 1280px;
height: 720px;
flex-direction: column;
justify-content: space-between;
}
.game {
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
font-size: 1.2em;
}
.game > * {
padding-left: 16px;
}
.game .title {
display: block;
font-size: 1.6em;
font-weight: bold;
margin-top: -0.2em;
}
.info div {
display: inline-block;
margin-right: 1em;
}
.next .game {
height: 200px;
}
.later-than-next {
display: flex;
flex-direction: row;
align-items: center;
}
.later-than-next .time {
font-size: 1.4em;
width: 160px;
}
.later-than-next .game {
height: 160px;
font-size: 100%;
}
#tweet {
display: inline-flex;
flex-direction: column;
width: 420px;
}
#tweet .box {
padding: 16px;
}
#twitter-user {
display: flex;
flex-direction: row;
align-items: center;
padding-bottom: 16px;
border-bottom: 1px solid gray;
font-size: 0.9em;
font-weight: bold;
}
#twitter-icon {
width: 48px;
height: 48px;
margin-right: 16px;
background-color: white;
border-radius: 24px;
}
#tweet-text {
font-size: 0.9em;
padding-top: 8px;
}
footer {
display: flex;
align-items: center;
justify-content: space-between;
height: 80px;
padding: 0 48px;
background-color: rgba(255, 255, 255, 80%);
}
#spotify {
height: 48px;
padding: 0 24px;
background-color: white;
border-radius: 24px;
}
#spotify span {
vertical-align: middle;
} | src/browser/graphics/_statics/css/setup.css | font-family: 'Staatliches', sans-serif;
font-size: 2em;
}
#up-next, #tweet-label {
font-size: 2em;
}
header {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
height: 120px;
padding: 0 48px;
background-color: rgba(255, 255, 255, 80%);
}
#logo-ome, #logo-pgrf {
height: 100px;
}
#presents {
margin: 0 0.5em;
}
#now {
font-size: 2em;
margin-left: auto;
}
#main {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0 64px;
}
#schedule {
display: inline-flex;
width: 1280px;
height: 720px;
flex-direction: column;
justify-content: space-between;
}
.game {
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
font-size: 1.2em;
}
.game > * {
padding-left: 16px;
}
.game .title {
display: block;
font-size: 1.6em;
font-weight: bold;
margin-top: -0.2em;
}
.info div {
display: inline-block;
margin-right: 1em;
}
.next .game {
height: 200px;
}
.later-than-next {
display: flex;
flex-direction: row;
align-items: center;
}
.later-than-next .time {
font-size: 1.4em;
width: 160px;
}
.later-than-next .game {
height: 160px;
font-size: 100%;
}
#tweet {
display: inline-flex;
flex-direction: column;
width: 420px;
}
#tweet .box {
padding: 16px;
}
#twitter-user {
display: flex;
flex-direction: row;
align-items: center;
padding-bottom: 16px;
border-bottom: 1px solid gray;
font-size: 0.9em;
font-weight: bold;
}
#twitter-icon {
width: 48px;
height: 48px;
margin-right: 16px;
background-color: white;
border-radius: 24px;
}
#tweet-text {
font-size: 0.9em;
padding-top: 8px;
}
footer {
display: flex;
align-items: center;
justify-content: space-between;
height: 80px;
padding: 0 48px;
background-color: rgba(255, 255, 255, 80%);
}
#spotify {
height: 48px;
padding: 0 24px;
background-color: white;
border-radius: 24px;
}
#spotify span {
vertical-align: middle;
} | 0.384912 | 0.111628 |
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Poppins:wght@300&family=Raleway+Dots&display=swap');
html {
background-image: url(./images/background-image-1.jpg);
margin: 50px;
}
main {
background-image: url(./images/background-image-vlight.png);
}
:root {
--neon-text-color: #FC05F8;
}
.container {
font-family: 'Poppins', sans-serif;
/* background-image: url(../images/background-image-xlight.png); */
background-color: white;
margin: 0 auto;
}
header {
text-align: center;
padding: 2rem 4rem;
color: #fff;
border-bottom: 10px solid #55555580;
margin-bottom: 5rem;
}
header h1 {
font-size: 3.5rem;
}
.glowHeader {
color: #fff;
-webkit-animation: glowHeader 4s ease-in-out infinite alternate;
-moz-animation: glowHeader 4s ease-in-out infinite alternate;
animation: glowHeader 4s ease-in-out infinite alternate;
}
.shadow {
text-shadow: 3px 3px rgb(0, 0, 0)
}
.tip {
font-size: 0.7rem;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
main h1 {
font-size: 2.5rem;
font-weight: bolder;
}
main h2 {
font-size: 1.5rem;
}
main h3 {
font-size: 1rem;
}
main h4 {
font-size: 0.8rem;
}
.sun {
max-width: 100px
}
footer {
font-size: 1rem;
margin: 25px auto 0;
width: 45%;
text-align: center;
background-color: #000000;
color: white;
border-radius: 6rem 2rem;
}
.handwriting {
font-family: 'Homemade Apple', cursive;
}
#footer {
/* gradiet Varaiable */
--gradient: linear-gradient(45deg, #000000, #111111, #333333, #555555, #777777);
background-image:var(--gradient);
background-size: 600%;
background-position: left;
animation: grad-bg 10s infinite alternate;
}
.glow {
color: #fff;
-webkit-animation: glow 4s ease-in-out infinite alternate;
-moz-animation: glow 4s ease-in-out infinite alternate;
animation: glow 4s ease-in-out infinite alternate;
}
footer span:nth-of-type(2){
font-family: 'Raleway Dots', cursive;
font-size: 4rem;
animation: flicker 1.5s infinite alternate;
}
/* .flex-container > section {
flex-wrap: nowrap;
width: 100%;
margin: 10px;
text-align: center;
} */
footer img {
opacity: 0.2;
border-radius: 1rem 0 1rem 0;
max-height: 3rem;
max-width: 3rem;
}
footer img:hover {
opacity: 1;
}
@keyframes glowHeader {
from {
text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px red, 0 0 8px orange, 0 0 10px yellow, 0 0 12px green, 0 0 14px blue, 0 0 16px purple, 0 0 18px rgb(255, 0, 221);
}
to {
text-shadow: 0 0 4px #fff, 0 0 6px green, 0 0 8px blue, 0 0 10px purple, 0 0 12px rgb(255, 0, 221), 0 0 14px red, 0 0 16px yellow, 0 0 18px orange;
}
}
@keyframes grad-bg {
0%{
background-position: left;
}
100%{
background-position: right;
}
}
@keyframes glow {
from {
text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 4px #fff, 0 0 6px #FC05F8, 0 0 8px #FC05F8, 0 0 10px #FC05F8, 0 0 12px #FC05F8, 0 0 14px #FC05F8;
}
to {
text-shadow: 0 0 4px #fff, 0 0 6px #4e0166, 0 0 8px #4e0166, 0 0 10px #4e0166, 0 0 12px #4e0166, 0 0 14px #4e0166, 0 0 16px #4e0166;
}
}
@keyframes flicker {
0%,
19%,
21%,
23%,
25%,
54%,
56%,
100% {
text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2rem var(--neon-text-color), 0 0 4rem var(--neon-text-color), 0 0 6rem var(--neon-text-color), 0 0 8rem var(--neon-text-color), 0 0 10rem var(--neon-text-color);
}
20%,
24%,
55% {
text-shadow: none;
}
}
@media only screen and (max-width: 640px) {
html {
margin: 15px;
}
header {
padding: 1rem;
margin-bottom: 2rem;
}
header h1 {
font-size: 2rem;
}
main h1 {
font-size: 30px;
font-weight: bolder;
}
main h2 {
font-size: 25px;
}
main h3 {
font-size: 20px;
}
main h4 {
font-size: 15px;
}
.sun {
max-width: 50px
}
footer {
width: 80%;
}
} | dist/assets/style.css | @import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Poppins:wght@300&family=Raleway+Dots&display=swap');
html {
background-image: url(./images/background-image-1.jpg);
margin: 50px;
}
main {
background-image: url(./images/background-image-vlight.png);
}
:root {
--neon-text-color: #FC05F8;
}
.container {
font-family: 'Poppins', sans-serif;
/* background-image: url(../images/background-image-xlight.png); */
background-color: white;
margin: 0 auto;
}
header {
text-align: center;
padding: 2rem 4rem;
color: #fff;
border-bottom: 10px solid #55555580;
margin-bottom: 5rem;
}
header h1 {
font-size: 3.5rem;
}
.glowHeader {
color: #fff;
-webkit-animation: glowHeader 4s ease-in-out infinite alternate;
-moz-animation: glowHeader 4s ease-in-out infinite alternate;
animation: glowHeader 4s ease-in-out infinite alternate;
}
.shadow {
text-shadow: 3px 3px rgb(0, 0, 0)
}
.tip {
font-size: 0.7rem;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
main h1 {
font-size: 2.5rem;
font-weight: bolder;
}
main h2 {
font-size: 1.5rem;
}
main h3 {
font-size: 1rem;
}
main h4 {
font-size: 0.8rem;
}
.sun {
max-width: 100px
}
footer {
font-size: 1rem;
margin: 25px auto 0;
width: 45%;
text-align: center;
background-color: #000000;
color: white;
border-radius: 6rem 2rem;
}
.handwriting {
font-family: 'Homemade Apple', cursive;
}
#footer {
/* gradiet Varaiable */
--gradient: linear-gradient(45deg, #000000, #111111, #333333, #555555, #777777);
background-image:var(--gradient);
background-size: 600%;
background-position: left;
animation: grad-bg 10s infinite alternate;
}
.glow {
color: #fff;
-webkit-animation: glow 4s ease-in-out infinite alternate;
-moz-animation: glow 4s ease-in-out infinite alternate;
animation: glow 4s ease-in-out infinite alternate;
}
footer span:nth-of-type(2){
font-family: 'Raleway Dots', cursive;
font-size: 4rem;
animation: flicker 1.5s infinite alternate;
}
/* .flex-container > section {
flex-wrap: nowrap;
width: 100%;
margin: 10px;
text-align: center;
} */
footer img {
opacity: 0.2;
border-radius: 1rem 0 1rem 0;
max-height: 3rem;
max-width: 3rem;
}
footer img:hover {
opacity: 1;
}
@keyframes glowHeader {
from {
text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px red, 0 0 8px orange, 0 0 10px yellow, 0 0 12px green, 0 0 14px blue, 0 0 16px purple, 0 0 18px rgb(255, 0, 221);
}
to {
text-shadow: 0 0 4px #fff, 0 0 6px green, 0 0 8px blue, 0 0 10px purple, 0 0 12px rgb(255, 0, 221), 0 0 14px red, 0 0 16px yellow, 0 0 18px orange;
}
}
@keyframes grad-bg {
0%{
background-position: left;
}
100%{
background-position: right;
}
}
@keyframes glow {
from {
text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 4px #fff, 0 0 6px #FC05F8, 0 0 8px #FC05F8, 0 0 10px #FC05F8, 0 0 12px #FC05F8, 0 0 14px #FC05F8;
}
to {
text-shadow: 0 0 4px #fff, 0 0 6px #4e0166, 0 0 8px #4e0166, 0 0 10px #4e0166, 0 0 12px #4e0166, 0 0 14px #4e0166, 0 0 16px #4e0166;
}
}
@keyframes flicker {
0%,
19%,
21%,
23%,
25%,
54%,
56%,
100% {
text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2rem var(--neon-text-color), 0 0 4rem var(--neon-text-color), 0 0 6rem var(--neon-text-color), 0 0 8rem var(--neon-text-color), 0 0 10rem var(--neon-text-color);
}
20%,
24%,
55% {
text-shadow: none;
}
}
@media only screen and (max-width: 640px) {
html {
margin: 15px;
}
header {
padding: 1rem;
margin-bottom: 2rem;
}
header h1 {
font-size: 2rem;
}
main h1 {
font-size: 30px;
font-weight: bolder;
}
main h2 {
font-size: 25px;
}
main h3 {
font-size: 20px;
}
main h4 {
font-size: 15px;
}
.sun {
max-width: 50px
}
footer {
width: 80%;
}
} | 0.382372 | 0.136551 |
.contact_us h3 {
margin: 0 0 50px 0;
text-align: center;
font-size: 30px;
font-weight: 700;
}
.contact_us h4 {
font-size: 24px;
line-height: 1.41667;
}
.contact_us .subtitle{
letter-spacing: .05em;
margin-top: 16px;
width: 60%;
color: #9a9a9a;
}
.contact_us .all-item{
margin: 50px 0;
display: flex;
}
.contact_us .all-item .item{
padding: 20px 0;
border: 0 solid #e0e0e0;
}
@media (min-width: 768px){
.contact_us .all-item .item {
flex-grow: 1;
flex-basis: 33.333%;
}
}
@media (min-width: 992px){
.contact_us .all-item .item {
border-right-width: 1px;
}
}
.contact_us .all-item .item .item-inner{
padding: 0 15px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 992px){
.contact_us .all-item .item .item-inner {
max-width: 250px;
}
}
.contact_us .all-item .item .unit{
display: flex;
flex: 0 1 100%;
margin-bottom: -15px;
margin-left: -15px;
flex-direction: column !important;
color: #9a9a9a;
}
.contact_us .all-item .item .unit .icon{
color: #fdc319;
font-size: 42px;
margin-bottom: 16px;
}
.contact_us .all-item .item .unit .unit-body{
flex: 0 1 auto;
}
.contact_us .all-item .item .unit .unit-body>p{
line-height: 1.5;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .025em;
color: #151515;
}
.contact_us .all-item .item .unit .unit-body ul{
list-style: none;
padding: 0;
margin-top: 10px;
margin-bottom:0;
}
.contact_us .all-item .item:last-child {
border-right-width: 0;
}
.contact_us .all-item .item .unit .unit-body ul li dl{
margin: 0;
}
.contact_us .all-item .item .unit .unit-body ul li dl dt{
display: inline;
}
.contact_us .all-item .item .unit .unit-body ul li dl dt:after{
content: ':';
display: inline-block;
}
.contact_us .all-item .item .unit .unit-body ul li dl dd{
display: inline;
margin-bottom: 0;
line-height: inherit;
}
.contact_us .all-item .item .unit .unit-body ul li a{
letter-spacing: .025em;
transition: all 0.3s ease-in-out;
text-decoration: none;
color: #9a9a9a;
}
.contact_us .all-item .item .unit .unit-body ul li a:hover{
color: #fdc319;
}
.contact_us form{
margin:40px 0;
}
.contact_us form .form-control{
height: 60px;
border-radius: 0;
}
.contact_us form .form-control:focus {
border-color: #fdc319;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(253, 195, 25, 0.5);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(253, 195, 25, 0.5);
}
.contact_us form .form-control.area{
height:250px;
}
.contact_us form .button{
position: relative;
overflow: hidden;
display: inline-block;
padding: 14px 35px;
font-size: 14px;
line-height: 1.3;
border: 2px solid;
font-weight: 600;
letter-spacing: 0.025em;
text-transform: uppercase;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
cursor: pointer;
vertical-align: middle;
user-select: none;
transition: 250ms all ease-in-out;
background-color: transparent;
border-color: #fdc319;
}
.contact_us form .button:hover{
color: #ffffff;
background-color: #fdc319;
border-color: #fdc319;
}
.contact_us form{
} | resources/units/unit_for_frontend_contact_us/css/style.css | .contact_us h3 {
margin: 0 0 50px 0;
text-align: center;
font-size: 30px;
font-weight: 700;
}
.contact_us h4 {
font-size: 24px;
line-height: 1.41667;
}
.contact_us .subtitle{
letter-spacing: .05em;
margin-top: 16px;
width: 60%;
color: #9a9a9a;
}
.contact_us .all-item{
margin: 50px 0;
display: flex;
}
.contact_us .all-item .item{
padding: 20px 0;
border: 0 solid #e0e0e0;
}
@media (min-width: 768px){
.contact_us .all-item .item {
flex-grow: 1;
flex-basis: 33.333%;
}
}
@media (min-width: 992px){
.contact_us .all-item .item {
border-right-width: 1px;
}
}
.contact_us .all-item .item .item-inner{
padding: 0 15px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 992px){
.contact_us .all-item .item .item-inner {
max-width: 250px;
}
}
.contact_us .all-item .item .unit{
display: flex;
flex: 0 1 100%;
margin-bottom: -15px;
margin-left: -15px;
flex-direction: column !important;
color: #9a9a9a;
}
.contact_us .all-item .item .unit .icon{
color: #fdc319;
font-size: 42px;
margin-bottom: 16px;
}
.contact_us .all-item .item .unit .unit-body{
flex: 0 1 auto;
}
.contact_us .all-item .item .unit .unit-body>p{
line-height: 1.5;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .025em;
color: #151515;
}
.contact_us .all-item .item .unit .unit-body ul{
list-style: none;
padding: 0;
margin-top: 10px;
margin-bottom:0;
}
.contact_us .all-item .item:last-child {
border-right-width: 0;
}
.contact_us .all-item .item .unit .unit-body ul li dl{
margin: 0;
}
.contact_us .all-item .item .unit .unit-body ul li dl dt{
display: inline;
}
.contact_us .all-item .item .unit .unit-body ul li dl dt:after{
content: ':';
display: inline-block;
}
.contact_us .all-item .item .unit .unit-body ul li dl dd{
display: inline;
margin-bottom: 0;
line-height: inherit;
}
.contact_us .all-item .item .unit .unit-body ul li a{
letter-spacing: .025em;
transition: all 0.3s ease-in-out;
text-decoration: none;
color: #9a9a9a;
}
.contact_us .all-item .item .unit .unit-body ul li a:hover{
color: #fdc319;
}
.contact_us form{
margin:40px 0;
}
.contact_us form .form-control{
height: 60px;
border-radius: 0;
}
.contact_us form .form-control:focus {
border-color: #fdc319;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(253, 195, 25, 0.5);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(253, 195, 25, 0.5);
}
.contact_us form .form-control.area{
height:250px;
}
.contact_us form .button{
position: relative;
overflow: hidden;
display: inline-block;
padding: 14px 35px;
font-size: 14px;
line-height: 1.3;
border: 2px solid;
font-weight: 600;
letter-spacing: 0.025em;
text-transform: uppercase;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
cursor: pointer;
vertical-align: middle;
user-select: none;
transition: 250ms all ease-in-out;
background-color: transparent;
border-color: #fdc319;
}
.contact_us form .button:hover{
color: #ffffff;
background-color: #fdc319;
border-color: #fdc319;
}
.contact_us form{
} | 0.368519 | 0.063919 |
.Team{
margin-top: 150px ;
}
body{
background-size: cover;
background-position: center;
}
.videoSection{
width: 100%;
margin-bottom: 2%;
}
.videoSection video{
top: 0;
left: 0;
width: 100%;
height: 500px;
object-fit: cover;
}
.videoSection h1{
margin-left: 580px;
/* width: 2000px; */
position: absolute;
color: rgb(255, 255, 255);
z-index: 5;
margin-top: -270px;
font-size: 50px;
font-family: 'Libre Baskerville', serif;
text-shadow: 5px 4px #181515ea;
text-align: center;
}
.container{
display: flex;
margin: 70px;
text-align: center;
width: auto;
justify-content: center;
flex-wrap: wrap;
}
.container .team-member{
background-color: #ffffff9a;
background: radial-gradient(at 0% 100%, #d2ae84c4 10px, #d5ad9ccc 40%, rgba(255, 252, 243, 0.966) 45%);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
margin: 10px;
margin-bottom: 50px;
width: 300px;
padding: 20px;
line-height: 20px;
color:black;
position: relative;
border-radius: 10px;
}
.container .team-member h3{
font-family: 'Lora', serif;;
font-weight: bold;
font-size: 22px;
color:#000;
margin-top: 10px;
}
.container .team-member p{
margin-top: 10px;
}
.container .team-member .team-image{
width: 100px;
height: 100px;
border-radius: 50%;
}
.container a{
margin:10px;
color:#000;
border: 2px solid #000 ;
border-radius: 100%;
padding: 5px;
}
.container .team-member .team-image img{
height: 150px;
width:150px;
border-radius: 100%;
border: 2px solid #ffffff5c;
position: absolute;
top:-50px;
left: 50%;
transform: translateX(-50%);
}
.Team h2{
text-align: center;
font-weight: bold;
letter-spacing: 2px;
color: black;
font-family: 'Lora', serif;
font-size: 40px;
margin-bottom: 7%;
}
.Team h2::after{
content: "";
height: 3px;
width: 150px;
background-color: #000;
margin: 10px auto;
display: block;
}
#doc{
text-decoration: none;
position: absolute;
bottom:130px;
left:20%;
}
#doc :hover{
color:#a2a5a8 ;
} | public/style/about.css | .Team{
margin-top: 150px ;
}
body{
background-size: cover;
background-position: center;
}
.videoSection{
width: 100%;
margin-bottom: 2%;
}
.videoSection video{
top: 0;
left: 0;
width: 100%;
height: 500px;
object-fit: cover;
}
.videoSection h1{
margin-left: 580px;
/* width: 2000px; */
position: absolute;
color: rgb(255, 255, 255);
z-index: 5;
margin-top: -270px;
font-size: 50px;
font-family: 'Libre Baskerville', serif;
text-shadow: 5px 4px #181515ea;
text-align: center;
}
.container{
display: flex;
margin: 70px;
text-align: center;
width: auto;
justify-content: center;
flex-wrap: wrap;
}
.container .team-member{
background-color: #ffffff9a;
background: radial-gradient(at 0% 100%, #d2ae84c4 10px, #d5ad9ccc 40%, rgba(255, 252, 243, 0.966) 45%);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
margin: 10px;
margin-bottom: 50px;
width: 300px;
padding: 20px;
line-height: 20px;
color:black;
position: relative;
border-radius: 10px;
}
.container .team-member h3{
font-family: 'Lora', serif;;
font-weight: bold;
font-size: 22px;
color:#000;
margin-top: 10px;
}
.container .team-member p{
margin-top: 10px;
}
.container .team-member .team-image{
width: 100px;
height: 100px;
border-radius: 50%;
}
.container a{
margin:10px;
color:#000;
border: 2px solid #000 ;
border-radius: 100%;
padding: 5px;
}
.container .team-member .team-image img{
height: 150px;
width:150px;
border-radius: 100%;
border: 2px solid #ffffff5c;
position: absolute;
top:-50px;
left: 50%;
transform: translateX(-50%);
}
.Team h2{
text-align: center;
font-weight: bold;
letter-spacing: 2px;
color: black;
font-family: 'Lora', serif;
font-size: 40px;
margin-bottom: 7%;
}
.Team h2::after{
content: "";
height: 3px;
width: 150px;
background-color: #000;
margin: 10px auto;
display: block;
}
#doc{
text-decoration: none;
position: absolute;
bottom:130px;
left:20%;
}
#doc :hover{
color:#a2a5a8 ;
} | 0.403684 | 0.072867 |
@keyframes spin-bg {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@font-face {
src: url('../font/Blogger\ Sans-Medium.ttf');
font-family: 'Blogger';
}
@font-face {
src: url('../font/Night\ Machine.otf');
font-family: 'Night Machine';
}
html {
cursor: url('../img/cursor.png'), auto;
}
body {
font-family: 'Blogger' !important;
}
.mt-6 {
margin-top: 7rem;
}
.mb-6 {
margin-bottom: 7rem;
}
.pt-6 {
padding-top: 7rem;
}
.pb-6 {
padding-bottom: 7rem;
}
.plr-5 {
padding-left: 50px !important;
padding-right: 50px !important;
}
input, button:not([class*='icon-']), select, optgroup, textarea {
font-family: 'Blogger' !important;
}
a, .pagination a.page-link {
text-decoration: none !important;
cursor: url('../img/cursor-a.png'), auto !important;
}
.pagination .page-item:not(:last-child) {
margin-right: 4px;
}
.pagination a.page-link {
color: #a649b6;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
border: none;
box-shadow: -4px 9px 6px -8px #ccc, 4px -5px 6px -6px #ccc;
padding: 4px;
}
.pagination a.page-link::before,
.pagination a.page-link span {
vertical-align: -moz-middle-with-baseline;
}
a:hover,
a:focus {
background: -webkit-gradient(linear,left top,right top,from(#a649b6),to(#f17713));
background: linear-gradient(to right,#a649b6,#f17713);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: inherit !important;
}
a .cursor {
/* animation: blink-cursor .8s infinite cubic-bezier(.68,-0.55,.27,1.55);
-webkit-animation: blink-cursor .8s infinite cubic-bezier(.68,-0.55,.27,1.55);
-moz-animation: blink-cursor .8s infinite cubic-bezier(.68,-0.55,.27,1.55);
-o-animation: blink-cursor .8s infinite cubic-bezier(.68,-0.55,.27,1.55); */
visibility: hidden;
}
a:hover .cursor {
visibility: visible;
}
/* Navigation */
.bl-nav, .bl-prev-nav {
position: fixed;
width: 100%;
height: 100%;
background: #212529;
color: #999;
z-index: 3;
top: 0;
bottom: 0;
left: 160%;
cursor: url('../img/cursor-a.png'), auto;
padding-left: 60px;
padding-right: 60px;
transition: left cubic-bezier(.95,.05,.8,.04) .7s;
}
.bl-prev-nav {
position: fixed;
width: 100%;
height: 100%;
background: #212529a2;
z-index: 2;
top: 0;
bottom: 0;
left: 100%;
cursor: url('../img/cursor-a.png'), auto;
transition: left cubic-bezier(.95,.05,.8,.04) .7s;
}
.bl-prev-nav.show {
left: 0;
}
.bl-nav.show {
left: 0;
}
.bl-nav .d-close {
height: 15%;
}
.bl-nav .btn-close-menu {
width: 100px;
}
.bl-nav .btn-close-menu .bar {
background: #999;
display: inline-block;
border-radius: 20px;
height: 6px;
width: 50px;
transition: width ease-in-out .7s;
}
.bl-nav .btn-close-menu .bar:first-child {
transform: rotate(45deg);
}
.bl-nav .btn-close-menu .bar:last-child {
transform: rotate(-45deg);
}
.bl-nav .btn-close-menu:hover .bar:first-child {
width: 80px;
}
.bl-nav .d-links {
height: 85%;
}
.bl-nav .d-link a {
text-transform: uppercase;
color: #999;
font-size: 3rem;
}
/* Headers */
.bl-header img {
width: 60px;
}
.bl-header .bg-formes,
.bl-newsletter .bg-formes,
.bl-social-share .bg-formes {
position: absolute;
right: 104px;
height: 500px;
width: 500px;
}
.bl-header .bg-formes {
right: 0;
/*! height: 100%; */
width: 100%;
}
.bl-header .bg-formes img,
.bl-newsletter .bg-formes img,
.bl-social-share .bg-formes img {
height: 100%;
width: 100%;
animation: spin-bg 250s infinite linear;
}
.bl-header .bg-formes img {
animation: spin-bg 50s infinite linear;
}
.bl-nav .btn-close-menu,
.bl-header .btn-load-menu {
border: none;
background: transparent;
cursor: url('../img/cursor-a.png'), auto;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: end;
height: 40px;
}
.bl-header .btn-load-menu {
transition: transform ease-in-out .5s;
}
.bl-header .btn-load-menu.sticked {
position: fixed;
top: 10px;
z-index: 2;
transform: scale(.7);
background: #212529;
height: 61px;
padding: 10px 20px;
border-radius: 7px;
}
.bl-nav .btn-close-menu:hover,
.bl-nav .btn-close-menu:focus,
.bl-header .btn-load-menu:hover,
.bl-header .btn-load-menu:focus {
outline: none;
}
.bl-header .btn-load-menu .bar {
background: #212529;
display: inline-block;
border-radius: 20px;
height: 6px;
}
.bl-header .btn-load-menu.sticked .bar {
background: #fff;
}
.bl-header .btn-load-menu .bar:first-child {
width: 50px;
transition: width ease-in-out .7s;
}
.bl-header .btn-load-menu .bar:nth-child(2) {
width: 75px;
}
.bl-header .btn-load-menu .bar:last-child {
width: 100px;
transition: width ease-in-out .7s;
}
.bl-header .btn-load-menu:hover .bar:first-child {
width: 100px;
}
.bl-header .btn-load-menu:hover .bar:last-child {
width: 50px;
}
/* Footers */
.bl-footer {
background: #ccc3;
min-height: 200px;
padding-left: 200px;
padding-right: 200px;
padding-top: 100px;
}
.bl-footer h4 {
margin-bottom: 15px;
}
.bl-footer .list-unstyled li:not(:last-child) {
margin-bottom: 6px;
}
.bl-footer a {
color: #999;
}
.bl-footer .f-end {
padding-top: 20px;
padding-bottom: 35px;
}
.bl-footer .f-end .sitecpr * {
margin-left: 10px;
}
.bl-footer .f-end .language #google_translate_element .skiptranslate {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.bl-footer .f-end .social a {
font-size: 1.3rem;
} | resources/views/design/public/css/app.css | @keyframes spin-bg {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@font-face {
src: url('../font/Blogger\ Sans-Medium.ttf');
font-family: 'Blogger';
}
@font-face {
src: url('../font/Night\ Machine.otf');
font-family: 'Night Machine';
}
html {
cursor: url('../img/cursor.png'), auto;
}
body {
font-family: 'Blogger' !important;
}
.mt-6 {
margin-top: 7rem;
}
.mb-6 {
margin-bottom: 7rem;
}
.pt-6 {
padding-top: 7rem;
}
.pb-6 {
padding-bottom: 7rem;
}
.plr-5 {
padding-left: 50px !important;
padding-right: 50px !important;
}
input, button:not([class*='icon-']), select, optgroup, textarea {
font-family: 'Blogger' !important;
}
a, .pagination a.page-link {
text-decoration: none !important;
cursor: url('../img/cursor-a.png'), auto !important;
}
.pagination .page-item:not(:last-child) {
margin-right: 4px;
}
.pagination a.page-link {
color: #a649b6;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
border: none;
box-shadow: -4px 9px 6px -8px #ccc, 4px -5px 6px -6px #ccc;
padding: 4px;
}
.pagination a.page-link::before,
.pagination a.page-link span {
vertical-align: -moz-middle-with-baseline;
}
a:hover,
a:focus {
background: -webkit-gradient(linear,left top,right top,from(#a649b6),to(#f17713));
background: linear-gradient(to right,#a649b6,#f17713);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: inherit !important;
}
a .cursor {
/* animation: blink-cursor .8s infinite cubic-bezier(.68,-0.55,.27,1.55);
-webkit-animation: blink-cursor .8s infinite cubic-bezier(.68,-0.55,.27,1.55);
-moz-animation: blink-cursor .8s infinite cubic-bezier(.68,-0.55,.27,1.55);
-o-animation: blink-cursor .8s infinite cubic-bezier(.68,-0.55,.27,1.55); */
visibility: hidden;
}
a:hover .cursor {
visibility: visible;
}
/* Navigation */
.bl-nav, .bl-prev-nav {
position: fixed;
width: 100%;
height: 100%;
background: #212529;
color: #999;
z-index: 3;
top: 0;
bottom: 0;
left: 160%;
cursor: url('../img/cursor-a.png'), auto;
padding-left: 60px;
padding-right: 60px;
transition: left cubic-bezier(.95,.05,.8,.04) .7s;
}
.bl-prev-nav {
position: fixed;
width: 100%;
height: 100%;
background: #212529a2;
z-index: 2;
top: 0;
bottom: 0;
left: 100%;
cursor: url('../img/cursor-a.png'), auto;
transition: left cubic-bezier(.95,.05,.8,.04) .7s;
}
.bl-prev-nav.show {
left: 0;
}
.bl-nav.show {
left: 0;
}
.bl-nav .d-close {
height: 15%;
}
.bl-nav .btn-close-menu {
width: 100px;
}
.bl-nav .btn-close-menu .bar {
background: #999;
display: inline-block;
border-radius: 20px;
height: 6px;
width: 50px;
transition: width ease-in-out .7s;
}
.bl-nav .btn-close-menu .bar:first-child {
transform: rotate(45deg);
}
.bl-nav .btn-close-menu .bar:last-child {
transform: rotate(-45deg);
}
.bl-nav .btn-close-menu:hover .bar:first-child {
width: 80px;
}
.bl-nav .d-links {
height: 85%;
}
.bl-nav .d-link a {
text-transform: uppercase;
color: #999;
font-size: 3rem;
}
/* Headers */
.bl-header img {
width: 60px;
}
.bl-header .bg-formes,
.bl-newsletter .bg-formes,
.bl-social-share .bg-formes {
position: absolute;
right: 104px;
height: 500px;
width: 500px;
}
.bl-header .bg-formes {
right: 0;
/*! height: 100%; */
width: 100%;
}
.bl-header .bg-formes img,
.bl-newsletter .bg-formes img,
.bl-social-share .bg-formes img {
height: 100%;
width: 100%;
animation: spin-bg 250s infinite linear;
}
.bl-header .bg-formes img {
animation: spin-bg 50s infinite linear;
}
.bl-nav .btn-close-menu,
.bl-header .btn-load-menu {
border: none;
background: transparent;
cursor: url('../img/cursor-a.png'), auto;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: end;
height: 40px;
}
.bl-header .btn-load-menu {
transition: transform ease-in-out .5s;
}
.bl-header .btn-load-menu.sticked {
position: fixed;
top: 10px;
z-index: 2;
transform: scale(.7);
background: #212529;
height: 61px;
padding: 10px 20px;
border-radius: 7px;
}
.bl-nav .btn-close-menu:hover,
.bl-nav .btn-close-menu:focus,
.bl-header .btn-load-menu:hover,
.bl-header .btn-load-menu:focus {
outline: none;
}
.bl-header .btn-load-menu .bar {
background: #212529;
display: inline-block;
border-radius: 20px;
height: 6px;
}
.bl-header .btn-load-menu.sticked .bar {
background: #fff;
}
.bl-header .btn-load-menu .bar:first-child {
width: 50px;
transition: width ease-in-out .7s;
}
.bl-header .btn-load-menu .bar:nth-child(2) {
width: 75px;
}
.bl-header .btn-load-menu .bar:last-child {
width: 100px;
transition: width ease-in-out .7s;
}
.bl-header .btn-load-menu:hover .bar:first-child {
width: 100px;
}
.bl-header .btn-load-menu:hover .bar:last-child {
width: 50px;
}
/* Footers */
.bl-footer {
background: #ccc3;
min-height: 200px;
padding-left: 200px;
padding-right: 200px;
padding-top: 100px;
}
.bl-footer h4 {
margin-bottom: 15px;
}
.bl-footer .list-unstyled li:not(:last-child) {
margin-bottom: 6px;
}
.bl-footer a {
color: #999;
}
.bl-footer .f-end {
padding-top: 20px;
padding-bottom: 35px;
}
.bl-footer .f-end .sitecpr * {
margin-left: 10px;
}
.bl-footer .f-end .language #google_translate_element .skiptranslate {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.bl-footer .f-end .social a {
font-size: 1.3rem;
} | 0.446736 | 0.096663 |
.nbdesigner_detail_order_container {
width: 500px;
margin: 0 auto;
text-align: center;
}
.owl-item {
cursor: pointer;
}
.nbdesigner_preview {
position: relative;
width: 500px;
height: 500px;
margin-bottom: 15px;
}
.nbdesigner_preview img {
width: 100%;
height: 100%;
}
#nbdesigner_large_design {
border: 1px dashed #555;
}
.nbdesigner_order_design_info_container {
float: left;
}
.nbdesigner_item {
width: 125px;
position: relative;
height: 125px;
border: 1px solid #ddd;
}
h2 {
padding-right: 15px;
}
.nbdesigner-right {
float: right;
}
.nbdesigner_detail_order_container .owl-controls .owl-prev,
.nbdesigner_detail_order_container .owl-controls .owl-next {
position: absolute;
top: 50%;
margin-top: -10px;
background: rgba(30, 140, 190, .8);
color: #fff;
}
.nbdesigner_detail_order_container .owl-controls .owl-next {
right: 0;
}
.nbd-nav-tab li {
display: inline-block;
margin: 0 !important;
background: none !important;
border: none !important;
border-radius: 0 !important;
}
.nbd-nav-tab a {
float: left;
border: 1px solid #ccc;
border-bottom: none;
margin-left: 0.5em;
padding: 5px 10px !important;
font-size: 14px;
line-height: 24px;
font-weight: 600;
background: #e5e5e5;
color: #555;
text-decoration: none;
white-space: nowrap;
}
.nbd-nav-tab a:focus {
outline: none;
box-shadow: none;
}
.nbd-nav-tab li.ui-state-active a{
border-bottom: 1px solid #fff;
background: #fff;
color: #000;
}
.nbd-nav-tab{
height: 35px;
background: none !important;
padding: 0 !important;
border: none !important;
border-bottom: 1px solid #ddd !important;
border-radius: 0 !important;
margin-top: 15px !important;
}
#nbdesign-order-tabs select,
#nbdesign-order-tabs h2,
#nbdesign-order-tabs input{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
/* font-size: 13px !important; */
}
#nbdesign-order-tabs, #save-to-pdf {
background: #fff;
margin-right: 15px;
padding: 0 !important;
border-radius: 0 !important;
border: none !important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
font-size: 13px !important;
}
#nbdesign-order-tabs h2 {
margin: 0;
padding: 15px 15px 15px 5px;
border-bottom: 2px solid #ddd;
}
#nbdesign-order-tabs .inner{
padding: 0 15px 15px 15px;
}
.design-containers {
border: 1px solid #ddd;
width: 100%;
min-height: 700px;
position: relative;
overflow: scroll;
}
.pdf-layer {
cursor: move;
position: absolute;
/* border: 1px dashed transparent;*/
z-index: 3;
}
.pdf-layer.selected {
border: 1px dashed #000;
}
.pdf-layer.selected .ui-resizable-handle {
background-color: #FFF;
border: 2px solid #428BCA;
height: 5px;
width: 5px;
}
.pdf-layer .ui-resizable-handle.ui-resizable-se {
bottom: -6px;
right: -6px;
}
.pdf-layer img {
width: 100%;
height: 100%;
}
.nbdesigner-toggle-grid {
cursor: pointer;
}
.design-container {
position: absolute;
top: 18px;
left: 18px;
width: calc(100% - 18px);
height: calc(100% - 18px);
}
.design-inner {
position: relative;
width: 100%;
height: 100%;
}
.design-inner.has-grid{
background: url('../images/background-grid.png');
}
/*Ruler*/
.ruler {
background: rgba(255,255,255,1);
color: #444;
font-family: source code pro, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, Veranda, sans-serif;
font-size: 12px;
line-height: 14px;
overflow: hidden;
}
.ruler > div {
background: #444;
}
.hRule {
position: absolute;
width: 100%;
height: 18px;
left: 0px;
top: 0px;
border-bottom: 1px solid;
z-index: 9;
}
.vRule {
position: absolute;
min-height: 100%;
width: 18px;
left: 0px;
top: 0px;
border-right: 1px solid;
z-index: 9;
}
.corner {
position: absolute;
top: 0px;
left: 0px;
width: 18px;
height: 18px;
border-right: 1px solid;
border-bottom: 1px solid;
z-index: 10;
}
.hRule .tickLabel {
position: absolute;
top: 0px;
width: 1px;
height: 100%;
text-indent: 1px;
}
.hRule .tickMajor {
position: absolute;
bottom: 0px;
width: 1px;
height: 6px;
}
.hRule .tickMinor {
position: absolute;
bottom: 0px;
width: 1px;
height: 4px;
}
.vRule .tickLabel {
position: absolute;
right: 0px;
height: 1px;
width: 100%;
text-indent: 1px;
}
.vRule .tickLabel span {
display: block;
position: absolute;
top: 1px;
right: 0px;
margin-right: 18px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: top right;
-moz-transform-origin: top right;
-ms-transform-origin: top right;
-o-transform-origin: top right;
transform-origin: top right;
}
.vRule .tickMajor {
position: absolute;
right: 0px;
height: 1px;
width: 6px;
}
.vRule .tickMinor {
position: absolute;
right: 0px;
height: 1px;
width: 4px;
}
.vMouse {
display: block;
position: absolute;
width: 100%;
height: 0px;
left: 18px;
background: rgba(0,0,0,0);
border-bottom: 1px dotted;
z-index: 11;
}
.hMouse {
display: block;
position: absolute;
height: 100%;
width: 0px;
top: 18px;
background: rgba(0,0,0,0);
border-left: 1px dotted;
z-index: 11;
}
.hPos {
position: absolute;
height: 18px;
background: rgba(0,0,0,0.5);
color: #fff;
font-size: 10px;
left: 18px;
top: 0;
z-index: 12;
display: none;
padding: 0 5px;
}
.vPos {
position: absolute;
height: 18px;
background: rgba(0,0,0,0.5);
color: #fff;
font-size: 10px;
left: 18px;
top: 0;
z-index: 12;
padding: 0 5px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: top right;
-moz-transform-origin: top right;
-ms-transform-origin: top right;
-o-transform-origin: top right;
transform-origin: top right;
display: none;
}
.mousePosBox {
height: 16px;
background: rgba(0,0,0,0.25);
color: #fff;
font-family: source code pro;
font-size: 12px;
line-height: 16px;
border: 1px solid rgba(0,0,0,0.5);
position: fixed;
white-space: no-wrap;
display: block;
overflow-y:hidden;
float: left;
text-align: left;
left: -50%;
top: -50%;
padding: 0 2px;
}
.hRuner {
height: 18px;
width: 1px;
position: absolute;
top: 0;
left: 18px;
z-index: 10;
background: red
}
.vRuner {
height: 1px;
width: 18px;
position: absolute;
left: 0;
top: 18px;
z-index: 10;
background: red
}
/*End. Ruler*/
.margin-top, .margin-right, .margin-bottom, .margin-left {
position: absolute;
background: rgba(229, 154, 12, 0.5);
}
.bleed-line {
position: absolute;
display: none;
background: #000;
z-index: 4;
}
.bleed-line.hz {
height: 1px;
width: 20px;
}
.bleed-line.vt {
width: 1px;
height: 20px;
}
#create_pdf {
margin-left: 15px;
margin-bottom: 15px;
vertical-align: top;
}
.background-transparent {
background-image: -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
background-image: -moz-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
background-image: -o-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
background-image: linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
background-position: 0 0, 10px 10px;
-webkit-background-size: 20px 20px;
background-size: 20px 20px;
width: 100%;
height: 100%;
}
.nbdesigner_loaded {
display: none;
}
.pro-medal {
background: #ffcd08;
box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
font-size: 13px;
color: #5e5018;
text-transform: uppercase;
padding: 3px 6px;
position: absolute;
top: 5px;
right: 0;
}
.result-pdf a.pdf-file {
display: inline-block;
vertical-align: middle;
margin: 0 15px 5px;
text-align: center;
text-decoration: none;
}
.nbdesigner_detail_order_container .nbdesigner_item img {
height: 100%;
}
.nbd-resource-text {
width: 100%;
outline: none;
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-ms-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
border-collapse:collapse
}
.nbd-resource-text td:first-child {
width: 33%;
}
.nbd-resource-text td {
vertical-align: top;
padding: 0.75rem 1.125rem;
outline: none;
border-bottom: 0.0625rem solid #ddd;
text-align: left;
font-weight: normal;
background-color: transparent;
vertical-align: middle;
min-width: 200px;
}
.nbd-resource-text th {
vertical-align: top;
padding: 0.75rem 1.125rem;
outline: none;
border-bottom: 0.0625rem solid #ddd;
text-align: left;
font-weight: bold;
margin-bottom: 1.2em;
line-height: 1.5;
font-size: 1rem;
}
.nbd-color-wrap {
display: inline-block;
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-ms-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
background: #fff;
border-radius: 30px;
}
.nbd-color {
width: 30px;
height: 30px;
display: inline-block;
vertical-align: middle;
border-radius: 50%;
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-ms-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
.nbd-color-value {
display: inline-block;
height: 30px;
line-height: 30px;
vertical-align: middle;
padding: 0 15px;
text-transform: uppercase;
}
.nbd-unavailable {
pointer-events: none;
opacity: 0.3;
}
.nbd-unavailable-note {
font-size: 30px;
color: red;
top: 15px;
right: 15px;
position: absolute;
}
.nbd-convert img, .nbd-convert a.button-primary, .nbd-convert a.button-primary:active {
vertical-align: middle;
margin-right: 15px;
}
.nbd-convert a.button-primary span {
margin-top: 3px;
}
.nbd-convert-con {
vertical-align: top;
display: inline-block;
border: 1px solid #ddd;
margin-top: 15px;
position: relative;
min-width: 200px;
}
.nbd-convert-con-inner {
padding: 15px;
position: relative;
}
.nbd-convert-con-header{
line-height: 30px;
height: 30px;
border-bottom: 1px solid #ddd;
margin: 0;
padding: 0 15px;
font-weight: bold;
}
.nbd-disabled {
display: none;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotating {
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-ms-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
opacity: 0.3;
}
.nbd-prevent {
pointer-events: none;
}
/* #save-to-pdf select {
padding: 0 !important;
} */
.nbd-download-resource-link {
text-decoration: none;
background: #fff;
display: inline-block;
line-height: 20px;
vertical-align: middle;
border-radius: 50%;
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-ms-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
text-align: center;
padding: 5px;
margin-left: 15px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
transition: all 0.4s;
}
.nbd-download-resource-link:hover {
-webkit-box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
-moz-box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
-ms-box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
}
.nbd-order-text-pattern {
width: 30px; height: 30px;
}
.nbd-order-font-download {
font-size: 13px;
}
.nbd-order-warning-imagick {
color: red; font-size: 20px; margin-right: 5px;
}
.save-to-pdf-inner {
clear: both; padding: 0 15px ;
}
.nbd-order-input-60 {
width: 60px;
}
.background-transparent {
width: 30px; height: 30px; vertical-align: top; display: inline-block; border: 1px solid #ddd;
} | nbdesignonline/assets/css/detail_order.css | .nbdesigner_detail_order_container {
width: 500px;
margin: 0 auto;
text-align: center;
}
.owl-item {
cursor: pointer;
}
.nbdesigner_preview {
position: relative;
width: 500px;
height: 500px;
margin-bottom: 15px;
}
.nbdesigner_preview img {
width: 100%;
height: 100%;
}
#nbdesigner_large_design {
border: 1px dashed #555;
}
.nbdesigner_order_design_info_container {
float: left;
}
.nbdesigner_item {
width: 125px;
position: relative;
height: 125px;
border: 1px solid #ddd;
}
h2 {
padding-right: 15px;
}
.nbdesigner-right {
float: right;
}
.nbdesigner_detail_order_container .owl-controls .owl-prev,
.nbdesigner_detail_order_container .owl-controls .owl-next {
position: absolute;
top: 50%;
margin-top: -10px;
background: rgba(30, 140, 190, .8);
color: #fff;
}
.nbdesigner_detail_order_container .owl-controls .owl-next {
right: 0;
}
.nbd-nav-tab li {
display: inline-block;
margin: 0 !important;
background: none !important;
border: none !important;
border-radius: 0 !important;
}
.nbd-nav-tab a {
float: left;
border: 1px solid #ccc;
border-bottom: none;
margin-left: 0.5em;
padding: 5px 10px !important;
font-size: 14px;
line-height: 24px;
font-weight: 600;
background: #e5e5e5;
color: #555;
text-decoration: none;
white-space: nowrap;
}
.nbd-nav-tab a:focus {
outline: none;
box-shadow: none;
}
.nbd-nav-tab li.ui-state-active a{
border-bottom: 1px solid #fff;
background: #fff;
color: #000;
}
.nbd-nav-tab{
height: 35px;
background: none !important;
padding: 0 !important;
border: none !important;
border-bottom: 1px solid #ddd !important;
border-radius: 0 !important;
margin-top: 15px !important;
}
#nbdesign-order-tabs select,
#nbdesign-order-tabs h2,
#nbdesign-order-tabs input{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
/* font-size: 13px !important; */
}
#nbdesign-order-tabs, #save-to-pdf {
background: #fff;
margin-right: 15px;
padding: 0 !important;
border-radius: 0 !important;
border: none !important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
font-size: 13px !important;
}
#nbdesign-order-tabs h2 {
margin: 0;
padding: 15px 15px 15px 5px;
border-bottom: 2px solid #ddd;
}
#nbdesign-order-tabs .inner{
padding: 0 15px 15px 15px;
}
.design-containers {
border: 1px solid #ddd;
width: 100%;
min-height: 700px;
position: relative;
overflow: scroll;
}
.pdf-layer {
cursor: move;
position: absolute;
/* border: 1px dashed transparent;*/
z-index: 3;
}
.pdf-layer.selected {
border: 1px dashed #000;
}
.pdf-layer.selected .ui-resizable-handle {
background-color: #FFF;
border: 2px solid #428BCA;
height: 5px;
width: 5px;
}
.pdf-layer .ui-resizable-handle.ui-resizable-se {
bottom: -6px;
right: -6px;
}
.pdf-layer img {
width: 100%;
height: 100%;
}
.nbdesigner-toggle-grid {
cursor: pointer;
}
.design-container {
position: absolute;
top: 18px;
left: 18px;
width: calc(100% - 18px);
height: calc(100% - 18px);
}
.design-inner {
position: relative;
width: 100%;
height: 100%;
}
.design-inner.has-grid{
background: url('../images/background-grid.png');
}
/*Ruler*/
.ruler {
background: rgba(255,255,255,1);
color: #444;
font-family: source code pro, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, Veranda, sans-serif;
font-size: 12px;
line-height: 14px;
overflow: hidden;
}
.ruler > div {
background: #444;
}
.hRule {
position: absolute;
width: 100%;
height: 18px;
left: 0px;
top: 0px;
border-bottom: 1px solid;
z-index: 9;
}
.vRule {
position: absolute;
min-height: 100%;
width: 18px;
left: 0px;
top: 0px;
border-right: 1px solid;
z-index: 9;
}
.corner {
position: absolute;
top: 0px;
left: 0px;
width: 18px;
height: 18px;
border-right: 1px solid;
border-bottom: 1px solid;
z-index: 10;
}
.hRule .tickLabel {
position: absolute;
top: 0px;
width: 1px;
height: 100%;
text-indent: 1px;
}
.hRule .tickMajor {
position: absolute;
bottom: 0px;
width: 1px;
height: 6px;
}
.hRule .tickMinor {
position: absolute;
bottom: 0px;
width: 1px;
height: 4px;
}
.vRule .tickLabel {
position: absolute;
right: 0px;
height: 1px;
width: 100%;
text-indent: 1px;
}
.vRule .tickLabel span {
display: block;
position: absolute;
top: 1px;
right: 0px;
margin-right: 18px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: top right;
-moz-transform-origin: top right;
-ms-transform-origin: top right;
-o-transform-origin: top right;
transform-origin: top right;
}
.vRule .tickMajor {
position: absolute;
right: 0px;
height: 1px;
width: 6px;
}
.vRule .tickMinor {
position: absolute;
right: 0px;
height: 1px;
width: 4px;
}
.vMouse {
display: block;
position: absolute;
width: 100%;
height: 0px;
left: 18px;
background: rgba(0,0,0,0);
border-bottom: 1px dotted;
z-index: 11;
}
.hMouse {
display: block;
position: absolute;
height: 100%;
width: 0px;
top: 18px;
background: rgba(0,0,0,0);
border-left: 1px dotted;
z-index: 11;
}
.hPos {
position: absolute;
height: 18px;
background: rgba(0,0,0,0.5);
color: #fff;
font-size: 10px;
left: 18px;
top: 0;
z-index: 12;
display: none;
padding: 0 5px;
}
.vPos {
position: absolute;
height: 18px;
background: rgba(0,0,0,0.5);
color: #fff;
font-size: 10px;
left: 18px;
top: 0;
z-index: 12;
padding: 0 5px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: top right;
-moz-transform-origin: top right;
-ms-transform-origin: top right;
-o-transform-origin: top right;
transform-origin: top right;
display: none;
}
.mousePosBox {
height: 16px;
background: rgba(0,0,0,0.25);
color: #fff;
font-family: source code pro;
font-size: 12px;
line-height: 16px;
border: 1px solid rgba(0,0,0,0.5);
position: fixed;
white-space: no-wrap;
display: block;
overflow-y:hidden;
float: left;
text-align: left;
left: -50%;
top: -50%;
padding: 0 2px;
}
.hRuner {
height: 18px;
width: 1px;
position: absolute;
top: 0;
left: 18px;
z-index: 10;
background: red
}
.vRuner {
height: 1px;
width: 18px;
position: absolute;
left: 0;
top: 18px;
z-index: 10;
background: red
}
/*End. Ruler*/
.margin-top, .margin-right, .margin-bottom, .margin-left {
position: absolute;
background: rgba(229, 154, 12, 0.5);
}
.bleed-line {
position: absolute;
display: none;
background: #000;
z-index: 4;
}
.bleed-line.hz {
height: 1px;
width: 20px;
}
.bleed-line.vt {
width: 1px;
height: 20px;
}
#create_pdf {
margin-left: 15px;
margin-bottom: 15px;
vertical-align: top;
}
.background-transparent {
background-image: -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
background-image: -moz-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
background-image: -o-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
background-image: linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
background-position: 0 0, 10px 10px;
-webkit-background-size: 20px 20px;
background-size: 20px 20px;
width: 100%;
height: 100%;
}
.nbdesigner_loaded {
display: none;
}
.pro-medal {
background: #ffcd08;
box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
font-size: 13px;
color: #5e5018;
text-transform: uppercase;
padding: 3px 6px;
position: absolute;
top: 5px;
right: 0;
}
.result-pdf a.pdf-file {
display: inline-block;
vertical-align: middle;
margin: 0 15px 5px;
text-align: center;
text-decoration: none;
}
.nbdesigner_detail_order_container .nbdesigner_item img {
height: 100%;
}
.nbd-resource-text {
width: 100%;
outline: none;
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-ms-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
border-collapse:collapse
}
.nbd-resource-text td:first-child {
width: 33%;
}
.nbd-resource-text td {
vertical-align: top;
padding: 0.75rem 1.125rem;
outline: none;
border-bottom: 0.0625rem solid #ddd;
text-align: left;
font-weight: normal;
background-color: transparent;
vertical-align: middle;
min-width: 200px;
}
.nbd-resource-text th {
vertical-align: top;
padding: 0.75rem 1.125rem;
outline: none;
border-bottom: 0.0625rem solid #ddd;
text-align: left;
font-weight: bold;
margin-bottom: 1.2em;
line-height: 1.5;
font-size: 1rem;
}
.nbd-color-wrap {
display: inline-block;
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-ms-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
background: #fff;
border-radius: 30px;
}
.nbd-color {
width: 30px;
height: 30px;
display: inline-block;
vertical-align: middle;
border-radius: 50%;
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-ms-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
.nbd-color-value {
display: inline-block;
height: 30px;
line-height: 30px;
vertical-align: middle;
padding: 0 15px;
text-transform: uppercase;
}
.nbd-unavailable {
pointer-events: none;
opacity: 0.3;
}
.nbd-unavailable-note {
font-size: 30px;
color: red;
top: 15px;
right: 15px;
position: absolute;
}
.nbd-convert img, .nbd-convert a.button-primary, .nbd-convert a.button-primary:active {
vertical-align: middle;
margin-right: 15px;
}
.nbd-convert a.button-primary span {
margin-top: 3px;
}
.nbd-convert-con {
vertical-align: top;
display: inline-block;
border: 1px solid #ddd;
margin-top: 15px;
position: relative;
min-width: 200px;
}
.nbd-convert-con-inner {
padding: 15px;
position: relative;
}
.nbd-convert-con-header{
line-height: 30px;
height: 30px;
border-bottom: 1px solid #ddd;
margin: 0;
padding: 0 15px;
font-weight: bold;
}
.nbd-disabled {
display: none;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotating {
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-ms-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
opacity: 0.3;
}
.nbd-prevent {
pointer-events: none;
}
/* #save-to-pdf select {
padding: 0 !important;
} */
.nbd-download-resource-link {
text-decoration: none;
background: #fff;
display: inline-block;
line-height: 20px;
vertical-align: middle;
border-radius: 50%;
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
-ms-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
text-align: center;
padding: 5px;
margin-left: 15px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
transition: all 0.4s;
}
.nbd-download-resource-link:hover {
-webkit-box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
-moz-box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
-ms-box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
}
.nbd-order-text-pattern {
width: 30px; height: 30px;
}
.nbd-order-font-download {
font-size: 13px;
}
.nbd-order-warning-imagick {
color: red; font-size: 20px; margin-right: 5px;
}
.save-to-pdf-inner {
clear: both; padding: 0 15px ;
}
.nbd-order-input-60 {
width: 60px;
}
.background-transparent {
width: 30px; height: 30px; vertical-align: top; display: inline-block; border: 1px solid #ddd;
} | 0.446253 | 0.114864 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
body {
--color-orange: #FC7248;
--color-light-orange: #FF8A66;
--color-white: #EAEDF2;
--color-dark-grey: #36373C;
--color-light-gray: #737479;
--color-dark-black: #17171A;
--color-light-black: #222228;
font-family: 'Poppins', sans-serif;
color: var(--color-white);
background-color: var(--color-dark-grey);
}
p {
font-size: 12px;
}
.header {
width: 100%;
height: 88px;
padding: 16px 0;
background-color: var(--color-orange);
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
}
.header img {
width: 68px;
height: 68px;
margin: 0 5px;
margin-top: -4px;
}
.header h1 {
font-size: 32px;
line-height: 48px;
margin-top: 4px;
}
.header p {
padding: 20px 0;
line-height: 16px;
}
/* BASE */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: var(--color-light-black);
border-radius: 0 16px 16px 0;
}
::-webkit-scrollbar-thumb {
background: var(--color-dark-black);
border-radius: 0 16px 16px 0;
}
.base {
margin-top: 57px;
background-color: var(--color-dark-black);
border-radius: 16px;
height: 518px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
overflow-y: scroll;
overflow-x: hidden;
width: 950px;
}
/* BASE: Header */
.base__header {
margin: 29px 78px;
box-sizing: border-box;
padding-top: 29px;
overflow: auto;
}
.base__header h2 {
font-size: 24px;
line-height: 36px;
padding-top: 10px;
}
.base__header nav {
text-align: right;
padding-top: 15px;
}
#app-info {
text-align: right;
}
.base__header a {
color: var(--color-orange);
text-decoration: none;
font-size: 12px;
font-weight: 700;
transition: 0.2s;
}
.base__header a:hover {
color: var(--color-light-orange);
}
#btn-addNewTask {
border-radius: 100%;
height: 56px;
background: url(../img/plus.png) no-repeat center;
background-color: var(--color-orange);
border: none;
cursor: pointer;
transition: 0.2s;
}
#btn-addNewTask:hover {
background-color: var(--color-light-orange);
}
#btn-addNewTask:focus {
outline: none;
}
/* BASE: Tasks */
#tasks-list {
width: 100%;
overflow: hidden;
}
.base__tasks {
float: left;
overflow: hidden;
}
.task {
overflow: auto;
height: 48px;
background-color: var(--color-light-black);
width: 940px;
padding: 0 78px;
margin: 0;
transition: 0.2s;
}
.task input {
line-height: 16px;
border: none;
padding: 16px 0;
background-color: rgba(0, 0, 0, 0);
color: var(--color-white);
font-family: 'Poppins', sans-serif;
transition: 0.2s;
}
input .task {
background-color: var(--color-light-gray);
}
.task input:focus {
outline: none;
font-weight: 700;
}
.btn-check {
width: 26px;
height: 26px;
border-radius: 100%;
border: none;
margin-top: 11px;
background: url(../img/check-hover-1.png) no-repeat center;
background-position: 50% 60%;
background-color: var(--color-light-gray);
cursor: pointer;
transition: 0.2s;
}
.btn-check:hover {
background: url(../img/check-hover-2.png) no-repeat center;
background-position: 50% 60%;
background-color: var(--color-orange);
}
.btn-check:focus {
outline: none;
}
.btn-delete {
width: 26px;
height: 26px;
border: none;
margin-top: 11px;
margin-right: 28px;
background-image: url(../img/delete.png);
background-color: rgba(0, 0, 0, 0);
float: right;
cursor: pointer;
transition: 0.2s;
}
.btn-delete:hover {
background-image: url(../img/delete-hover.png);
}
.btn-delete:focus {
outline: none;
} | server/public/css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
body {
--color-orange: #FC7248;
--color-light-orange: #FF8A66;
--color-white: #EAEDF2;
--color-dark-grey: #36373C;
--color-light-gray: #737479;
--color-dark-black: #17171A;
--color-light-black: #222228;
font-family: 'Poppins', sans-serif;
color: var(--color-white);
background-color: var(--color-dark-grey);
}
p {
font-size: 12px;
}
.header {
width: 100%;
height: 88px;
padding: 16px 0;
background-color: var(--color-orange);
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
}
.header img {
width: 68px;
height: 68px;
margin: 0 5px;
margin-top: -4px;
}
.header h1 {
font-size: 32px;
line-height: 48px;
margin-top: 4px;
}
.header p {
padding: 20px 0;
line-height: 16px;
}
/* BASE */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: var(--color-light-black);
border-radius: 0 16px 16px 0;
}
::-webkit-scrollbar-thumb {
background: var(--color-dark-black);
border-radius: 0 16px 16px 0;
}
.base {
margin-top: 57px;
background-color: var(--color-dark-black);
border-radius: 16px;
height: 518px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
overflow-y: scroll;
overflow-x: hidden;
width: 950px;
}
/* BASE: Header */
.base__header {
margin: 29px 78px;
box-sizing: border-box;
padding-top: 29px;
overflow: auto;
}
.base__header h2 {
font-size: 24px;
line-height: 36px;
padding-top: 10px;
}
.base__header nav {
text-align: right;
padding-top: 15px;
}
#app-info {
text-align: right;
}
.base__header a {
color: var(--color-orange);
text-decoration: none;
font-size: 12px;
font-weight: 700;
transition: 0.2s;
}
.base__header a:hover {
color: var(--color-light-orange);
}
#btn-addNewTask {
border-radius: 100%;
height: 56px;
background: url(../img/plus.png) no-repeat center;
background-color: var(--color-orange);
border: none;
cursor: pointer;
transition: 0.2s;
}
#btn-addNewTask:hover {
background-color: var(--color-light-orange);
}
#btn-addNewTask:focus {
outline: none;
}
/* BASE: Tasks */
#tasks-list {
width: 100%;
overflow: hidden;
}
.base__tasks {
float: left;
overflow: hidden;
}
.task {
overflow: auto;
height: 48px;
background-color: var(--color-light-black);
width: 940px;
padding: 0 78px;
margin: 0;
transition: 0.2s;
}
.task input {
line-height: 16px;
border: none;
padding: 16px 0;
background-color: rgba(0, 0, 0, 0);
color: var(--color-white);
font-family: 'Poppins', sans-serif;
transition: 0.2s;
}
input .task {
background-color: var(--color-light-gray);
}
.task input:focus {
outline: none;
font-weight: 700;
}
.btn-check {
width: 26px;
height: 26px;
border-radius: 100%;
border: none;
margin-top: 11px;
background: url(../img/check-hover-1.png) no-repeat center;
background-position: 50% 60%;
background-color: var(--color-light-gray);
cursor: pointer;
transition: 0.2s;
}
.btn-check:hover {
background: url(../img/check-hover-2.png) no-repeat center;
background-position: 50% 60%;
background-color: var(--color-orange);
}
.btn-check:focus {
outline: none;
}
.btn-delete {
width: 26px;
height: 26px;
border: none;
margin-top: 11px;
margin-right: 28px;
background-image: url(../img/delete.png);
background-color: rgba(0, 0, 0, 0);
float: right;
cursor: pointer;
transition: 0.2s;
}
.btn-delete:hover {
background-image: url(../img/delete-hover.png);
}
.btn-delete:focus {
outline: none;
} | 0.286169 | 0.075346 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
body{
font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
background-color: #f3f3f4;
}
#wrapper {
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
z-index: 1000;
position: fixed;
left: 250px;
width: 0;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background: #2f4050;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
width: 100%;
position: absolute;
/** padding: 15px; **/
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 40px;
}
.sidebar-nav li ul>li{
text-indent: 20px;
line-height: 10px;
border-left: 4px solid #19aa8d;
}
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #a7b1c2;
font-weight: 600;
}
.sidebar-nav li a:hover {
text-decoration: none;
color: #fff;
background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
@media(min-width:768px) {
#wrapper {
padding-left: 250px;
}
#wrapper.toggled {
padding-left: 0;
}
#sidebar-wrapper {
width: 250px;
}
#wrapper.toggled #sidebar-wrapper {
width: 0;
}
#page-content-wrapper {
/** padding: 20px; **/
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
.border-bottom {
border-bottom: 1px solid #e7eaec !important;
}
.gray-bg {
background-color: #f3f3f4;
}
.minimalize-styl-2 {
float: left;
font-size: 13px;
margin: 10px 5px 5px 0px;
padding: 4px 12px;
}
.btn-primary-custom {
background-color: #1ab394;
border-color: #1ab394;
color: #ffffff;
}
.btn-primary-custom:hover,
.btn-primary-custom:focus,
.btn-primary-custom:active,
.btn-primary-custom.active,
.open .dropdown-toggle.btn-primary-custom,
.btn-primary-custom:active:focus,
.btn-primary-custom:active:hover,
.btn-primary-custom.active:hover,
.btn-primary-custom.active:focus{
color: #ffffff;
background-color: #18a689;
border-color: #18a689;
}
.navbar-top-links li {
display: inline-block;
}
.page-header {
border-bottom: 0px solid #eee;
margin: 20px 0 0px;
padding-bottom: 9px;
}
.ibox-title {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #ffffff;
border-color: #e7eaec;
border-image: none;
border-style: solid solid none;
border-width: 3px 0 0;
color: inherit;
margin-bottom: 0;
min-height: 48px;
padding: 14px 15px 7px;
}
.ibox-content {
clear: both;
}
.ibox-content {
background-color: #ffffff;
border-color: #e7eaec;
border-image: none;
border-style: solid solid none;
border-width: 1px 0;
color: inherit;
padding: 15px 20px 20px;
}
.ibox::after, .ibox::before {
display: table;
}
.ibox::after, .ibox::before {
display: table;
}
.ibox {
clear: both;
margin-bottom: 25px;
margin-top: 0;
padding: 0;
}
.ibox-tools a {
color: #ffffff;
cursor: pointer;
margin-left: 5px;
}
.ibox-tools {
display: block;
float: none;
margin-top: 0;
padding: 0;
position: relative;
text-align: right;
}
.ibox-title {
color: inherit;
}
.ibox-title h5 {
display: inline-block;
float: left;
font-size: 14px;
margin: 0 0 7px;
padding: 0;
text-overflow: ellipsis;
font-weight: 600;
}
.white-bg {
background-color: #ffffff;
}
.black-bg {
color: #000000;
}
.border-bottom {
border-bottom: 1px solid #e7eaec !important;
}
.dropdown-menu {
border: medium none;
border-radius: 3px;
box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
display: none;
float: left;
font-size: 12px;
left: 0;
list-style: outside none none;
padding: 0;
position: absolute;
text-shadow: none;
top: 100%;
z-index: 1000;
}
.sidebar-nav li a{
padding-left: 10px;
}
.dropdown-menu-right{
left: auto;
right: 0;
} | webroot/css/simple-sidebar.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
body{
font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
background-color: #f3f3f4;
}
#wrapper {
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
z-index: 1000;
position: fixed;
left: 250px;
width: 0;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background: #2f4050;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
width: 100%;
position: absolute;
/** padding: 15px; **/
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 40px;
}
.sidebar-nav li ul>li{
text-indent: 20px;
line-height: 10px;
border-left: 4px solid #19aa8d;
}
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #a7b1c2;
font-weight: 600;
}
.sidebar-nav li a:hover {
text-decoration: none;
color: #fff;
background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
@media(min-width:768px) {
#wrapper {
padding-left: 250px;
}
#wrapper.toggled {
padding-left: 0;
}
#sidebar-wrapper {
width: 250px;
}
#wrapper.toggled #sidebar-wrapper {
width: 0;
}
#page-content-wrapper {
/** padding: 20px; **/
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
.border-bottom {
border-bottom: 1px solid #e7eaec !important;
}
.gray-bg {
background-color: #f3f3f4;
}
.minimalize-styl-2 {
float: left;
font-size: 13px;
margin: 10px 5px 5px 0px;
padding: 4px 12px;
}
.btn-primary-custom {
background-color: #1ab394;
border-color: #1ab394;
color: #ffffff;
}
.btn-primary-custom:hover,
.btn-primary-custom:focus,
.btn-primary-custom:active,
.btn-primary-custom.active,
.open .dropdown-toggle.btn-primary-custom,
.btn-primary-custom:active:focus,
.btn-primary-custom:active:hover,
.btn-primary-custom.active:hover,
.btn-primary-custom.active:focus{
color: #ffffff;
background-color: #18a689;
border-color: #18a689;
}
.navbar-top-links li {
display: inline-block;
}
.page-header {
border-bottom: 0px solid #eee;
margin: 20px 0 0px;
padding-bottom: 9px;
}
.ibox-title {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #ffffff;
border-color: #e7eaec;
border-image: none;
border-style: solid solid none;
border-width: 3px 0 0;
color: inherit;
margin-bottom: 0;
min-height: 48px;
padding: 14px 15px 7px;
}
.ibox-content {
clear: both;
}
.ibox-content {
background-color: #ffffff;
border-color: #e7eaec;
border-image: none;
border-style: solid solid none;
border-width: 1px 0;
color: inherit;
padding: 15px 20px 20px;
}
.ibox::after, .ibox::before {
display: table;
}
.ibox::after, .ibox::before {
display: table;
}
.ibox {
clear: both;
margin-bottom: 25px;
margin-top: 0;
padding: 0;
}
.ibox-tools a {
color: #ffffff;
cursor: pointer;
margin-left: 5px;
}
.ibox-tools {
display: block;
float: none;
margin-top: 0;
padding: 0;
position: relative;
text-align: right;
}
.ibox-title {
color: inherit;
}
.ibox-title h5 {
display: inline-block;
float: left;
font-size: 14px;
margin: 0 0 7px;
padding: 0;
text-overflow: ellipsis;
font-weight: 600;
}
.white-bg {
background-color: #ffffff;
}
.black-bg {
color: #000000;
}
.border-bottom {
border-bottom: 1px solid #e7eaec !important;
}
.dropdown-menu {
border: medium none;
border-radius: 3px;
box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
display: none;
float: left;
font-size: 12px;
left: 0;
list-style: outside none none;
padding: 0;
position: absolute;
text-shadow: none;
top: 100%;
z-index: 1000;
}
.sidebar-nav li a{
padding-left: 10px;
}
.dropdown-menu-right{
left: auto;
right: 0;
} | 0.460532 | 0.071332 |
body {
background-color: #404040; /*rgb(255,243,218); /*rgb(233,255,255); /*rgb(253,233,208); /*rgb(234,205,152);*/
}
.node circle {
fill: rgb(237,125,49); /*#086398; /*#fff;*/
stroke: rgb(237,125,49); /*steelblue;*/
stroke-width: 1.5px;
/*
filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
filter: url(#drop-shadow);
-webkit-filter: drop-shadow(0px 0px 5px rgba(237,125,49, 1));
filter: drop-shadow(0px 0px 5px rgba(237,125,49, 1));*/
}
.node {
font: 10px sans-serif;
}
.node text {
font-weight: bold;
fill: #d9d9d9;
}
.link {
fill: none;
stroke: rgb(91,155,213);/*#B4B4CA; /*rgb(14,35,80); /*#ccc;*/
stroke-width: 1.5px;
/*
filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
filter: url(#drop-shadow);
-webkit-filter: drop-shadow(0px 0px 5px rgba(91,155,213, 1));
filter: drop-shadow(0px 0px 5px rgba(91,155,213, 1));*/
}
.node.degree10 rect, .node.degree10 circle,
.node.degree09 rect, .node.degree09 circle,
.node.degree08 rect, .node.degree08 circle,
.node.degree07 rect, .node.degree07 circle,
.node.degree06 rect, .node.degree06 circle,
.node.degree05 rect, .node.degree05 circle,
.node.degree04 rect, .node.degree04 circle,
.node.degree03 rect, .node.degree03 circle,
.node.degree02 rect, .node.degree02 circle,
.node.degree01 rect, .node.degree01 circle {
/* filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
filter: url(#drop-shadow);
-webkit-filter: drop-shadow(0px 0px 5px #92A300);
filter: drop-shadow(0px 0px 5px #92A300);*/
}
.node.degree10 rect, .node.degree10 circle {
fill: #003600; /*rgb(85,107,47); */
stroke: #003600;
}
.node.degree09 rect, .node.degree09 circle {
fill: #003600; /*rgb(85,107,47); */
stroke: #003600;
}
.node.degree08 rect, .node.degree08 circle {
fill: #017500;
stroke: #003600;
}
.node.degree07 rect, .node.degree07 circle {
fill: #017500;
stroke: #003600;
}
.node.degree06 rect, .node.degree06 circle {
fill: #019C00;
stroke: #003600;
}
.node.degree05 rect, .node.degree05 circle {
fill: #019C00;
stroke: #003600;
}
.node.degree04 rect, .node.degree04 circle {
fill: #01B500;
stroke: #003600;
}
.node.degree03 rect, .node.degree03 circle {
fill: #01B500;
stroke: #003600;
}
.node.degree02 rect, .node.degree02 circle {
fill: #92A300;
stroke: #003600;
}
.node.degree01 rect, .node.degree01 circle {
fill: #92A300;
stroke: #003600;
}
.node text.degree {
fill: #fff;
}
.node.degree00 rect, .node.degree00 circle {
fill: rgb(128,0,16); /*rgb(215,9,29); /*rgb(227,80,32);*/
stroke: rgb(200, 15, 18);
/*
filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
filter: url(#drop-shadow);
-webkit-filter: drop-shadow(0px 0px 5px rgb(240,131,0));
filter: drop-shadow(0px 0px 5px rgb(240,131,0));*/
}
.node.degreeP rect, .node.degreeP circle {
fill: rgb(240,131,0);
stroke: rgb(227, 80, 32);
} | src/com/handi/floci/modules/display/css/children.css | body {
background-color: #404040; /*rgb(255,243,218); /*rgb(233,255,255); /*rgb(253,233,208); /*rgb(234,205,152);*/
}
.node circle {
fill: rgb(237,125,49); /*#086398; /*#fff;*/
stroke: rgb(237,125,49); /*steelblue;*/
stroke-width: 1.5px;
/*
filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
filter: url(#drop-shadow);
-webkit-filter: drop-shadow(0px 0px 5px rgba(237,125,49, 1));
filter: drop-shadow(0px 0px 5px rgba(237,125,49, 1));*/
}
.node {
font: 10px sans-serif;
}
.node text {
font-weight: bold;
fill: #d9d9d9;
}
.link {
fill: none;
stroke: rgb(91,155,213);/*#B4B4CA; /*rgb(14,35,80); /*#ccc;*/
stroke-width: 1.5px;
/*
filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
filter: url(#drop-shadow);
-webkit-filter: drop-shadow(0px 0px 5px rgba(91,155,213, 1));
filter: drop-shadow(0px 0px 5px rgba(91,155,213, 1));*/
}
.node.degree10 rect, .node.degree10 circle,
.node.degree09 rect, .node.degree09 circle,
.node.degree08 rect, .node.degree08 circle,
.node.degree07 rect, .node.degree07 circle,
.node.degree06 rect, .node.degree06 circle,
.node.degree05 rect, .node.degree05 circle,
.node.degree04 rect, .node.degree04 circle,
.node.degree03 rect, .node.degree03 circle,
.node.degree02 rect, .node.degree02 circle,
.node.degree01 rect, .node.degree01 circle {
/* filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
filter: url(#drop-shadow);
-webkit-filter: drop-shadow(0px 0px 5px #92A300);
filter: drop-shadow(0px 0px 5px #92A300);*/
}
.node.degree10 rect, .node.degree10 circle {
fill: #003600; /*rgb(85,107,47); */
stroke: #003600;
}
.node.degree09 rect, .node.degree09 circle {
fill: #003600; /*rgb(85,107,47); */
stroke: #003600;
}
.node.degree08 rect, .node.degree08 circle {
fill: #017500;
stroke: #003600;
}
.node.degree07 rect, .node.degree07 circle {
fill: #017500;
stroke: #003600;
}
.node.degree06 rect, .node.degree06 circle {
fill: #019C00;
stroke: #003600;
}
.node.degree05 rect, .node.degree05 circle {
fill: #019C00;
stroke: #003600;
}
.node.degree04 rect, .node.degree04 circle {
fill: #01B500;
stroke: #003600;
}
.node.degree03 rect, .node.degree03 circle {
fill: #01B500;
stroke: #003600;
}
.node.degree02 rect, .node.degree02 circle {
fill: #92A300;
stroke: #003600;
}
.node.degree01 rect, .node.degree01 circle {
fill: #92A300;
stroke: #003600;
}
.node text.degree {
fill: #fff;
}
.node.degree00 rect, .node.degree00 circle {
fill: rgb(128,0,16); /*rgb(215,9,29); /*rgb(227,80,32);*/
stroke: rgb(200, 15, 18);
/*
filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
filter: url(#drop-shadow);
-webkit-filter: drop-shadow(0px 0px 5px rgb(240,131,0));
filter: drop-shadow(0px 0px 5px rgb(240,131,0));*/
}
.node.degreeP rect, .node.degreeP circle {
fill: rgb(240,131,0);
stroke: rgb(227, 80, 32);
} | 0.384219 | 0.086478 |
html, body {
/*height: 100%;*/
min-height: 100vh;
background-color: #fff;
}
body {
display: -ms-flexbox;
display: flex;
color: #333333;
text-emphasis: #fff;
box-shadow: inset 0 0 10rem rgba(0, 0, 0, 0.5);
}
.cover-container {
max-width: 50em;
align-content: center;
}
.cover {
padding: 0.75rem 1.25rem;
font-weight: 700;
}
.mastfoot {
color: rgba(0, 0, 0, 0.7);
}
#selector {
display: none;
}
.button {
color: #fff;
text-shadow: none;
background-color: #64a19d;
border-radius: 0.3rem;
cursor: pointer;
}
.forty {
width: 40%;
margin: auto;
}
.button:hover {
color: #fff;
text-shadow: none;
background-color: #4f837f;
border-radius: 0.3rem;
cursor: pointer;
text-underline: none;
}
.button_small {
color: #333333;
text-shadow: none;
background-color: #A6C0BE;
border-radius: 0.3rem;
cursor: pointer;
text-underline: none;
padding: 0.5rem;
}
.button_small:hover {
color: black;
text-shadow: none;
background-color: #C6E4E2;
border-radius: 0.3rem;
cursor: pointer;
text-underline: none;
padding: 0.5rem;
}
.button_red {
background-color: darkred;
color: #fff;
text-shadow: none;
border-radius: 0.3rem;
cursor: pointer;
}
.button_red:hover {
color: #fff;
text-shadow: none;
background-color: #4C0000;
border-radius: 0.4rem;
cursor: pointer;
text-underline: none;
}
.button_red_small {
background-color: rgba(139, 0, 0, 0.33);
color: black;
text-shadow: none;
border-radius: 0.3rem;
cursor: pointer;
padding: 0.5rem;
}
.button_red_small:hover {
color: black;
text-shadow: none;
background-color: rgba(139, 0, 0, 0.54);
border-radius: 0.4rem;
cursor: pointer;
text-underline: none;
padding: 0.5rem;
}
#error {
width: 30rem;
margin: 0.25rem auto 6rem auto;
}
.capture_div {
border: 0;
}
.capture {
align-content: center;
border-radius: 2rem;
padding-top: 1rem;
padding-bottom: 1rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
max-width: 100%;
}
.switch {
align-content: center;
max-width: 100%;
border: 1rem;
}
.lightgray_box {
border-color: lightgrey;
border-width: 2px;
padding: 1rem;
border-style: solid;
border-radius: 1rem;
} | source/static/styles.css | html, body {
/*height: 100%;*/
min-height: 100vh;
background-color: #fff;
}
body {
display: -ms-flexbox;
display: flex;
color: #333333;
text-emphasis: #fff;
box-shadow: inset 0 0 10rem rgba(0, 0, 0, 0.5);
}
.cover-container {
max-width: 50em;
align-content: center;
}
.cover {
padding: 0.75rem 1.25rem;
font-weight: 700;
}
.mastfoot {
color: rgba(0, 0, 0, 0.7);
}
#selector {
display: none;
}
.button {
color: #fff;
text-shadow: none;
background-color: #64a19d;
border-radius: 0.3rem;
cursor: pointer;
}
.forty {
width: 40%;
margin: auto;
}
.button:hover {
color: #fff;
text-shadow: none;
background-color: #4f837f;
border-radius: 0.3rem;
cursor: pointer;
text-underline: none;
}
.button_small {
color: #333333;
text-shadow: none;
background-color: #A6C0BE;
border-radius: 0.3rem;
cursor: pointer;
text-underline: none;
padding: 0.5rem;
}
.button_small:hover {
color: black;
text-shadow: none;
background-color: #C6E4E2;
border-radius: 0.3rem;
cursor: pointer;
text-underline: none;
padding: 0.5rem;
}
.button_red {
background-color: darkred;
color: #fff;
text-shadow: none;
border-radius: 0.3rem;
cursor: pointer;
}
.button_red:hover {
color: #fff;
text-shadow: none;
background-color: #4C0000;
border-radius: 0.4rem;
cursor: pointer;
text-underline: none;
}
.button_red_small {
background-color: rgba(139, 0, 0, 0.33);
color: black;
text-shadow: none;
border-radius: 0.3rem;
cursor: pointer;
padding: 0.5rem;
}
.button_red_small:hover {
color: black;
text-shadow: none;
background-color: rgba(139, 0, 0, 0.54);
border-radius: 0.4rem;
cursor: pointer;
text-underline: none;
padding: 0.5rem;
}
#error {
width: 30rem;
margin: 0.25rem auto 6rem auto;
}
.capture_div {
border: 0;
}
.capture {
align-content: center;
border-radius: 2rem;
padding-top: 1rem;
padding-bottom: 1rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
max-width: 100%;
}
.switch {
align-content: center;
max-width: 100%;
border: 1rem;
}
.lightgray_box {
border-color: lightgrey;
border-width: 2px;
padding: 1rem;
border-style: solid;
border-radius: 1rem;
} | 0.302906 | 0.051083 |
@font-face {
font-family: 'robotolight';
src: url("../fonts/Roboto-Light-webfont.eot");
src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotoregular';
src: url("../fonts/Roboto-Regular-webfont.eot");
src: url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotobold';
src: url("../fonts/Roboto-Bold-webfont.eot");
src: url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
font-weight: normal;
font-style: normal;
}
/*---------------------------------------------------------
1. Reset
-------------------------------------------------------- */
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%;
vertical-align: baseline;
}
* { box-sizing: border-box; }
main {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
sub,
sup {
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
}
button,
input {
line-height: normal;
*overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]:-webkit-search-decoration {
-webkit-appearance: none;
}
textarea {
overflow: auto;
vertical-align: top;
}
/*---------------------------------------------------------
2. Basic Style
-------------------------------------------------------- */
body {
font-size: 14px;
line-height: 24px;
color: #323232;
font-family: 'robotoregular';
overflow-x: hidden;
}
a {
color: #353535;
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
text-decoration: none !important;
}
a:hover, a:active, a:focus {
color: #ffc638;
}
h1, h2, h3, h4, h5 {
color: #323232;
}
::-webkit-input-placeholder {
color: #7a7c7c;
}
:-moz-placeholder {
/* Firefox 18- */
color: #7a7c7c;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #7a7c7c;
}
:-ms-input-placeholder {
color: #7a7c7c;
}
.text-muted {
color: #7a7c7c;
}
.form-control {
border:1px solid #afb0b0;
color: #7a7c7c;
}
small {
font-size: 85%;
}
.btn {
background-color: transparent;
border: 1px solid #afb0b0;
color: #353535;
padding: 15px;
font-weight: bold;
text-transform: uppercase;
border-radius: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
color: #323232;
background-color: #f9da2b;
border-color: #323232;
}
.disabled {
color: #e5e6e6 !important;
}
.disabled:hover,
.disabled:active,
.disabled:focus {
background-color: unset !important;
}
.main-content,
.banner-bg {
float: right;
width: 100%;
height: 100vh;
position: relative;
overflow: hidden;
}
.content-wrapper {
padding: 0 80px;
}
h4.widget-title {
font-size: 16px;
font-family: 'robotobold';
text-transform: uppercase;
margin-bottom: 20px;
}
hr {
position: relative;
outline: 0;
border: 0;
width: 100%;
height: 4px;
background: #7a7c7c;
margin-top: 40px;
margin-bottom: 0;
}
/* Overwrite the default to keep the scrollbar always visible */
::-webkit-scrollbar {
-webkit-appearance: none;
width: 5px;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 1px rgba( 175 176 176,.5);
}
.main-navigation {
overflow-y: auto;
border-top: 1px solid #afb0b0;
border-bottom: 1px solid #afb0b0;
}
/*------ banner ------ */
.banner-bg {
padding: 260px 80px;
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
z-index: 2;
}
.banner-overlay {
position: absolute;
width: 100%;
height: 100%;
background: rgba(229, 230, 230, 0.4);
top: 0;
left: 0;
z-index: 3;
}
.banner-bg.full-height {
padding: 0;
overflow: visible;
}
.banner-bg.full-height img {
width: 100vw;
height: auto;
}
.welcome-text {
position: relative;
z-index: 4;
margin: 0 25%;
text-align: center;
}
.welcome-text h2 {
font-size: 42px;
font-family: 'robotobold';
color: white;
margin-bottom: 30px;
text-transform: uppercase;
}
.welcome-text h5 {
font-size: 22px;
color: white;
} | client/src/assets/css/App.css | @font-face {
font-family: 'robotolight';
src: url("../fonts/Roboto-Light-webfont.eot");
src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotoregular';
src: url("../fonts/Roboto-Regular-webfont.eot");
src: url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotobold';
src: url("../fonts/Roboto-Bold-webfont.eot");
src: url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
font-weight: normal;
font-style: normal;
}
/*---------------------------------------------------------
1. Reset
-------------------------------------------------------- */
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%;
vertical-align: baseline;
}
* { box-sizing: border-box; }
main {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
sub,
sup {
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
}
button,
input {
line-height: normal;
*overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]:-webkit-search-decoration {
-webkit-appearance: none;
}
textarea {
overflow: auto;
vertical-align: top;
}
/*---------------------------------------------------------
2. Basic Style
-------------------------------------------------------- */
body {
font-size: 14px;
line-height: 24px;
color: #323232;
font-family: 'robotoregular';
overflow-x: hidden;
}
a {
color: #353535;
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
text-decoration: none !important;
}
a:hover, a:active, a:focus {
color: #ffc638;
}
h1, h2, h3, h4, h5 {
color: #323232;
}
::-webkit-input-placeholder {
color: #7a7c7c;
}
:-moz-placeholder {
/* Firefox 18- */
color: #7a7c7c;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #7a7c7c;
}
:-ms-input-placeholder {
color: #7a7c7c;
}
.text-muted {
color: #7a7c7c;
}
.form-control {
border:1px solid #afb0b0;
color: #7a7c7c;
}
small {
font-size: 85%;
}
.btn {
background-color: transparent;
border: 1px solid #afb0b0;
color: #353535;
padding: 15px;
font-weight: bold;
text-transform: uppercase;
border-radius: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
color: #323232;
background-color: #f9da2b;
border-color: #323232;
}
.disabled {
color: #e5e6e6 !important;
}
.disabled:hover,
.disabled:active,
.disabled:focus {
background-color: unset !important;
}
.main-content,
.banner-bg {
float: right;
width: 100%;
height: 100vh;
position: relative;
overflow: hidden;
}
.content-wrapper {
padding: 0 80px;
}
h4.widget-title {
font-size: 16px;
font-family: 'robotobold';
text-transform: uppercase;
margin-bottom: 20px;
}
hr {
position: relative;
outline: 0;
border: 0;
width: 100%;
height: 4px;
background: #7a7c7c;
margin-top: 40px;
margin-bottom: 0;
}
/* Overwrite the default to keep the scrollbar always visible */
::-webkit-scrollbar {
-webkit-appearance: none;
width: 5px;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 1px rgba( 175 176 176,.5);
}
.main-navigation {
overflow-y: auto;
border-top: 1px solid #afb0b0;
border-bottom: 1px solid #afb0b0;
}
/*------ banner ------ */
.banner-bg {
padding: 260px 80px;
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
z-index: 2;
}
.banner-overlay {
position: absolute;
width: 100%;
height: 100%;
background: rgba(229, 230, 230, 0.4);
top: 0;
left: 0;
z-index: 3;
}
.banner-bg.full-height {
padding: 0;
overflow: visible;
}
.banner-bg.full-height img {
width: 100vw;
height: auto;
}
.welcome-text {
position: relative;
z-index: 4;
margin: 0 25%;
text-align: center;
}
.welcome-text h2 {
font-size: 42px;
font-family: 'robotobold';
color: white;
margin-bottom: 30px;
text-transform: uppercase;
}
.welcome-text h5 {
font-size: 22px;
color: white;
} | 0.260201 | 0.042583 |
.size-8 {
font-size: 8pt !important;
}
.size-9 {
font-size: 9pt !important;
}
.size-10 {
font-size: 10pt !important;
}
.size-11 {
font-size: 11pt !important;
}
.size-12 {
font-size: 12pt !important;
}
.size-13 {
font-size: 13pt !important;
}
.size-14 {
font-size: 14pt !important;
}
.size-15 {
font-size: 15pt !important;
}
.size-16 {
font-size: 16pt !important;
}
.size-17 {
font-size: 17pt !important;
}
.size-18 {
font-size: 18pt !important;
}
.size-19 {
font-size: 19pt !important;
}
.size-20 {
font-size: 20pt !important;
}
.size-21 {
font-size: 21pt !important;
}
.size-22 {
font-size: 22pt !important;
}
.size-23 {
font-size: 23pt !important;
}
.size-24 {
font-size: 24pt !important;
}
.size-25 {
font-size: 25pt !important;
}
.width-100 {
width: 100% !important;
}
.no-marg {
margin: 0px !important;
}
.pad-3 {
padding: 3px !important;
}
.pad-5 {
padding: 5px !important;
}
.pad-10 {
padding: 10px !important;
}
.pad-15 {
padding: 15px !important;
}
.pad-20 {
padding: 20px !important;
}
.pad-25 {
padding: 25px !important;
}
.pad-30 {
padding: 30px !important;
}
.pad-50 {
padding: 50px !important;
}
.marg-4 {
margin: 10px !important;
}
.marg-7 {
margin: 10px !important;
}
.marg-10 {
margin: 10px !important;
}
.marg-15 {
margin: 15px !important;
}
.marg-20 {
margin: 20px !important;
}
.marg-25 {
margin: 25px !important;
}
.marg-30 {
margin: 30px !important;
}
.marg-top-6 {
margin-top: 6px !important;
}
.marg-bottom-6 {
margin-bottom: 6px !important;
}
.width-165 {
width: 165px !important;
}
.width-100 {
width: 132px !important;
}
.pad-10 {
padding: 10px;
}
.no-pad {
padding: 0px !important;
}
.clearfix {
clear: both;
}
.radius-50 {
border-radius: 50% !important;
}
.radius-5 {
border-radius: 5px !important;
-web-border-radius: 5px !important;
-moz-border-radius: 5px !important;
}
.full-radius {
border-radius: 100% !important;
-web-border-radius: 100% !important;
-moz-border-radius: 100% !important;
}
.hide-overflow {
overflow: hidden !important;
}
.show-overflow {
overflow: visible !important;
}
.no-radius {
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-o-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-moz-border-radius: 0px !important;
}
.shadow-4,.card.shadow-4,.ui.segment.shadow-4{
box-shadow: 0px 5px 20px -3px rgba(0,0,0,0.14) !important;
}
.max-width {
width: 100% !important;;
}
.pointer{
cursor: pointer !important;
}
.no-shadow {
box-shadow: none !important;
}
.no-border {
border: 0px !important;
}
.no-pad-side {
padding-left: 0px !important;
padding-right: 0px !important;
}
.height-100 {
height: 100px !important;
}
.max-height {
height: 100% !important;
}
.rtl {
direction: rtl !important;
}
.ltr {
direction: ltr !important;
}
.pad-side-10 {
padding-right: 10px !important;
padding-left: 10px !important;
}
.pad-side-30 {
padding-right: 30px !important;
padding-left: 30px !important;
}
.pad-side-5 {
padding-right: 5px !important;
padding-left: 5px !important;
}
.shadow-1 {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12) !important;
}
.shadow-2 {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
border: 1px solid #cfd8dc !important;;
}
.btn-200 {
width: 200px !important;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.centered {
position: absolute !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.justify-align {
text-align: justify !important;
}
.line-38 {
line-height: 38px !important;
}
.line-35, .line-35 *{
line-height: 38px !important;
}
.line-40, .line-40 * {
line-height: 40px !important;
}
.line-0{
line-height: 0px !important;
}
.no-height {
height: 0px !important;
}
.strong, .bold {
font-weight: 700;
}
.clearfix {
clear: both;
}
.marg-right-18 {
margin: 0px 18px 0px 0px !important;
}
.marg-bottom-20 {
margin: 0px 0px 20px 0px !important;
}
.mrg-b-40 {
margin-bottom:40px !important;
}
.no-marg-side {
margin-left: 0px !important;
margin-right: 0px !important;
}
.no-pad-side {
padding-left: 0px !important;
padding-right: 0px !important;
}
.middle-align {
vertical-align: middle !important;
}
.hide,.column.hide {
visibility: hidden !important;
display: none !important;
}
.show {
visibility: visible;
display: inherit;
}
.left-align {
text-align: left !important;
}
.center-align {
text-align: center !important;
}
.right-align {
text-align: right !important;
}
.marg-top-20 {
margin-top: 20px !important;
}
.soft-hide{
display: none;
}
.ui.popup {
overflow: auto;
}
.left-float {
float: left !important;
}
.right-float {
float: right !important;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.black {
background: black !important;
}
.white {
background: white !important;
}
.normal-font {
font-weight: normal !important;
}
.white-text {
color: white !important;
}
.truncate {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.radius-3 {
border-radius: 3px !important;
}
.radius-10 {
border-radius: 10px !important;
}
.marg-1 {
margin: 1px !important;
}
.height-0 {
height: 0px !important;
}
.labeled.input select{
border-top-right-radius:0px !important;
border-bottom-right-radius:0px !important;
}
.z-depth-0 {
-webkit-box-shadow:none !important;
box-shadow:none !important;
border: 0px !important;
}
.z-depth-1,nav,.card-panel,.card,.toast,.btn,.btn-large,.btn-small,.btn-floating,.dropdown-content,.collapsible,.sidenav {
-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2) !important;
box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2) !important;
border: 0px !important;
}
.z-depth-1-half,.btn:hover,.btn-large:hover,.btn-small:hover,.btn-floating:hover {
-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2) !important;
box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2) !important;
border: 0px !important;
}
.z-depth-2 {
-webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3) !important;
box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3) !important;
border: 0px !important;
}
.z-depth-3 {
-webkit-box-shadow:0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2) !important;
box-shadow:0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2) !important;
border: 0px !important;
}
.z-depth-4 {
-webkit-box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2) !important;
box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2) !important;
border: 0px !important;
}
.z-depth-5 {
-webkit-box-shadow:0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2) !important;
box-shadow:0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2) !important;
border: 0px !important;
}
@media only screen and (max-width: 992px) {
.ui.stackable.grid > .wide.column.no-pad-on-mobile,.no-pad-on-mobile,.ui.stackable.grid > .column:not(.row).no-pad-on-mobile{
padding: 0px !important;
}
.pad-v-10-on-mob{
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.pad-h-5-on-mob{
padding-left: 5px !important;
padding-right: 5px !important;
}
.pad-h-10-on-mob{
padding-left: 10px !important;
padding-right: 10px !important;
}
.ui.horizontal.segments{
display: block !important;
}
.ui.horizontal.segments .segment{
border:none
}
.max-width-on-mob{
width: 100% !important;
}
.no-marg-on-mobile{
margin: 0px !important;
}
.ui.container.no-marg-on-mobile{
margin-right: 0em !important;
margin-left: 0em !important;
}
.ui.uncover.sidebar{
z-index: 10000;
}
.center-align-on-mob{
text-align: center !important;
}
}
.ui.vertical.steps.right-arrow .step::after {
top: 50%;
left: 100% !important;
border-width: 1px 1px 0px 0px !important;
}
.ui.ui.left.sidebar.mobile-app.sidebar{
width: 100% !important;
opacity: 0.92 !important;
}
.mCSB_container{
margin:0px !important;
}
.line-height-30,.line-height-30 *{
line-height: 30px !important;
} | ads_project/templates/css/force_style.css | .size-8 {
font-size: 8pt !important;
}
.size-9 {
font-size: 9pt !important;
}
.size-10 {
font-size: 10pt !important;
}
.size-11 {
font-size: 11pt !important;
}
.size-12 {
font-size: 12pt !important;
}
.size-13 {
font-size: 13pt !important;
}
.size-14 {
font-size: 14pt !important;
}
.size-15 {
font-size: 15pt !important;
}
.size-16 {
font-size: 16pt !important;
}
.size-17 {
font-size: 17pt !important;
}
.size-18 {
font-size: 18pt !important;
}
.size-19 {
font-size: 19pt !important;
}
.size-20 {
font-size: 20pt !important;
}
.size-21 {
font-size: 21pt !important;
}
.size-22 {
font-size: 22pt !important;
}
.size-23 {
font-size: 23pt !important;
}
.size-24 {
font-size: 24pt !important;
}
.size-25 {
font-size: 25pt !important;
}
.width-100 {
width: 100% !important;
}
.no-marg {
margin: 0px !important;
}
.pad-3 {
padding: 3px !important;
}
.pad-5 {
padding: 5px !important;
}
.pad-10 {
padding: 10px !important;
}
.pad-15 {
padding: 15px !important;
}
.pad-20 {
padding: 20px !important;
}
.pad-25 {
padding: 25px !important;
}
.pad-30 {
padding: 30px !important;
}
.pad-50 {
padding: 50px !important;
}
.marg-4 {
margin: 10px !important;
}
.marg-7 {
margin: 10px !important;
}
.marg-10 {
margin: 10px !important;
}
.marg-15 {
margin: 15px !important;
}
.marg-20 {
margin: 20px !important;
}
.marg-25 {
margin: 25px !important;
}
.marg-30 {
margin: 30px !important;
}
.marg-top-6 {
margin-top: 6px !important;
}
.marg-bottom-6 {
margin-bottom: 6px !important;
}
.width-165 {
width: 165px !important;
}
.width-100 {
width: 132px !important;
}
.pad-10 {
padding: 10px;
}
.no-pad {
padding: 0px !important;
}
.clearfix {
clear: both;
}
.radius-50 {
border-radius: 50% !important;
}
.radius-5 {
border-radius: 5px !important;
-web-border-radius: 5px !important;
-moz-border-radius: 5px !important;
}
.full-radius {
border-radius: 100% !important;
-web-border-radius: 100% !important;
-moz-border-radius: 100% !important;
}
.hide-overflow {
overflow: hidden !important;
}
.show-overflow {
overflow: visible !important;
}
.no-radius {
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-o-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-moz-border-radius: 0px !important;
}
.shadow-4,.card.shadow-4,.ui.segment.shadow-4{
box-shadow: 0px 5px 20px -3px rgba(0,0,0,0.14) !important;
}
.max-width {
width: 100% !important;;
}
.pointer{
cursor: pointer !important;
}
.no-shadow {
box-shadow: none !important;
}
.no-border {
border: 0px !important;
}
.no-pad-side {
padding-left: 0px !important;
padding-right: 0px !important;
}
.height-100 {
height: 100px !important;
}
.max-height {
height: 100% !important;
}
.rtl {
direction: rtl !important;
}
.ltr {
direction: ltr !important;
}
.pad-side-10 {
padding-right: 10px !important;
padding-left: 10px !important;
}
.pad-side-30 {
padding-right: 30px !important;
padding-left: 30px !important;
}
.pad-side-5 {
padding-right: 5px !important;
padding-left: 5px !important;
}
.shadow-1 {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12) !important;
}
.shadow-2 {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
border: 1px solid #cfd8dc !important;;
}
.btn-200 {
width: 200px !important;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.centered {
position: absolute !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.justify-align {
text-align: justify !important;
}
.line-38 {
line-height: 38px !important;
}
.line-35, .line-35 *{
line-height: 38px !important;
}
.line-40, .line-40 * {
line-height: 40px !important;
}
.line-0{
line-height: 0px !important;
}
.no-height {
height: 0px !important;
}
.strong, .bold {
font-weight: 700;
}
.clearfix {
clear: both;
}
.marg-right-18 {
margin: 0px 18px 0px 0px !important;
}
.marg-bottom-20 {
margin: 0px 0px 20px 0px !important;
}
.mrg-b-40 {
margin-bottom:40px !important;
}
.no-marg-side {
margin-left: 0px !important;
margin-right: 0px !important;
}
.no-pad-side {
padding-left: 0px !important;
padding-right: 0px !important;
}
.middle-align {
vertical-align: middle !important;
}
.hide,.column.hide {
visibility: hidden !important;
display: none !important;
}
.show {
visibility: visible;
display: inherit;
}
.left-align {
text-align: left !important;
}
.center-align {
text-align: center !important;
}
.right-align {
text-align: right !important;
}
.marg-top-20 {
margin-top: 20px !important;
}
.soft-hide{
display: none;
}
.ui.popup {
overflow: auto;
}
.left-float {
float: left !important;
}
.right-float {
float: right !important;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.black {
background: black !important;
}
.white {
background: white !important;
}
.normal-font {
font-weight: normal !important;
}
.white-text {
color: white !important;
}
.truncate {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.radius-3 {
border-radius: 3px !important;
}
.radius-10 {
border-radius: 10px !important;
}
.marg-1 {
margin: 1px !important;
}
.height-0 {
height: 0px !important;
}
.labeled.input select{
border-top-right-radius:0px !important;
border-bottom-right-radius:0px !important;
}
.z-depth-0 {
-webkit-box-shadow:none !important;
box-shadow:none !important;
border: 0px !important;
}
.z-depth-1,nav,.card-panel,.card,.toast,.btn,.btn-large,.btn-small,.btn-floating,.dropdown-content,.collapsible,.sidenav {
-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2) !important;
box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2) !important;
border: 0px !important;
}
.z-depth-1-half,.btn:hover,.btn-large:hover,.btn-small:hover,.btn-floating:hover {
-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2) !important;
box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2) !important;
border: 0px !important;
}
.z-depth-2 {
-webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3) !important;
box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3) !important;
border: 0px !important;
}
.z-depth-3 {
-webkit-box-shadow:0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2) !important;
box-shadow:0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2) !important;
border: 0px !important;
}
.z-depth-4 {
-webkit-box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2) !important;
box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2) !important;
border: 0px !important;
}
.z-depth-5 {
-webkit-box-shadow:0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2) !important;
box-shadow:0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2) !important;
border: 0px !important;
}
@media only screen and (max-width: 992px) {
.ui.stackable.grid > .wide.column.no-pad-on-mobile,.no-pad-on-mobile,.ui.stackable.grid > .column:not(.row).no-pad-on-mobile{
padding: 0px !important;
}
.pad-v-10-on-mob{
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.pad-h-5-on-mob{
padding-left: 5px !important;
padding-right: 5px !important;
}
.pad-h-10-on-mob{
padding-left: 10px !important;
padding-right: 10px !important;
}
.ui.horizontal.segments{
display: block !important;
}
.ui.horizontal.segments .segment{
border:none
}
.max-width-on-mob{
width: 100% !important;
}
.no-marg-on-mobile{
margin: 0px !important;
}
.ui.container.no-marg-on-mobile{
margin-right: 0em !important;
margin-left: 0em !important;
}
.ui.uncover.sidebar{
z-index: 10000;
}
.center-align-on-mob{
text-align: center !important;
}
}
.ui.vertical.steps.right-arrow .step::after {
top: 50%;
left: 100% !important;
border-width: 1px 1px 0px 0px !important;
}
.ui.ui.left.sidebar.mobile-app.sidebar{
width: 100% !important;
opacity: 0.92 !important;
}
.mCSB_container{
margin:0px !important;
}
.line-height-30,.line-height-30 *{
line-height: 30px !important;
} | 0.419767 | 0.183009 |
@font-face {
font-family: 'font-awesome-custom';
src: url('/css/font-awesome-custom/font/font-awesome-custom.eot?463075');
src: url('/css/font-awesome-custom/font/font-awesome-custom.eot?463075#iefix') format('embedded-opentype'),
url('/css/font-awesome-custom/font/font-awesome-custom.woff2?463075') format('woff2'),
url('/css/font-awesome-custom/font/font-awesome-custom.woff?463075') format('woff'),
url('/css/font-awesome-custom/font/font-awesome-custom.ttf?463075') format('truetype'),
url('/css/font-awesome-custom/font/font-awesome-custom.svg?463075#font-awesome-custom') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'font-awesome-custom';
src: url('../font/font-awesome-custom.svg?463075#font-awesome-custom') format('svg');
}
}
*/
[class^="fa-"]:before, [class*=" fa-"]:before {
font-family: "font-awesome-custom";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fa-check-circle:before { content: '\e800'; } /* '' */
.fa-times-circle:before { content: '\e801'; } /* '' */
.fa-signal:before { content: '\e802'; } /* '' */
.fa-info-circle:before { content: '\e803'; } /* '' */
.fa-check:before { content: '\e804'; } /* '' */
.fa-asterisk:before { content: '\e805'; } /* '' */
.fa-phone:before { content: '\e806'; } /* '' */
.fa-search:before { content: '\e807'; } /* '' */
.fa-link:before { content: '\e808'; } /* '' */
.fa-user:before { content: '\e809'; } /* '' */
.fa-truck:before { content: '\e80a'; } /* '' */
.fa-envelope-o:before { content: '\e80b'; } /* '' */
.fa-cancel:before { content: '\e80c'; } /* '' */
.fa-right-open:before { content: '\e80d'; } /* '' */
.fa-left-open:before { content: '\e80e'; } /* '' */
.fa-eye:before { content: '\e80f'; } /* '' */
.fa-twitter:before { content: '\f099'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-pinterest:before { content: '\f0d2'; } /* '' */
.fa-google-plus:before { content: '\f0d5'; } /* '' */
.fa-mobile:before { content: '\f10b'; } /* '' */
.fa-unlock-alt:before { content: '\f13e'; } /* '' */
.fa-sort-amount-asc:before { content: '\f160'; } /* '' */
.fa-instagram:before { content: '\f16d'; } /* '' */
.fa-apple:before { content: '\f179'; } /* '' */
.fa-android:before { content: '\f17b'; } /* '' */
.fa-google:before { content: '\f1a0'; } /* '' */
.fa-facebook-official:before { content: '\f230'; } /* '' */
.fa-whatsapp:before { content: '\f232'; } /* '' */ | src/lib/client-dependencies/font-awesome-custom/css/font-awesome-custom.css | @font-face {
font-family: 'font-awesome-custom';
src: url('/css/font-awesome-custom/font/font-awesome-custom.eot?463075');
src: url('/css/font-awesome-custom/font/font-awesome-custom.eot?463075#iefix') format('embedded-opentype'),
url('/css/font-awesome-custom/font/font-awesome-custom.woff2?463075') format('woff2'),
url('/css/font-awesome-custom/font/font-awesome-custom.woff?463075') format('woff'),
url('/css/font-awesome-custom/font/font-awesome-custom.ttf?463075') format('truetype'),
url('/css/font-awesome-custom/font/font-awesome-custom.svg?463075#font-awesome-custom') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'font-awesome-custom';
src: url('../font/font-awesome-custom.svg?463075#font-awesome-custom') format('svg');
}
}
*/
[class^="fa-"]:before, [class*=" fa-"]:before {
font-family: "font-awesome-custom";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fa-check-circle:before { content: '\e800'; } /* '' */
.fa-times-circle:before { content: '\e801'; } /* '' */
.fa-signal:before { content: '\e802'; } /* '' */
.fa-info-circle:before { content: '\e803'; } /* '' */
.fa-check:before { content: '\e804'; } /* '' */
.fa-asterisk:before { content: '\e805'; } /* '' */
.fa-phone:before { content: '\e806'; } /* '' */
.fa-search:before { content: '\e807'; } /* '' */
.fa-link:before { content: '\e808'; } /* '' */
.fa-user:before { content: '\e809'; } /* '' */
.fa-truck:before { content: '\e80a'; } /* '' */
.fa-envelope-o:before { content: '\e80b'; } /* '' */
.fa-cancel:before { content: '\e80c'; } /* '' */
.fa-right-open:before { content: '\e80d'; } /* '' */
.fa-left-open:before { content: '\e80e'; } /* '' */
.fa-eye:before { content: '\e80f'; } /* '' */
.fa-twitter:before { content: '\f099'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-pinterest:before { content: '\f0d2'; } /* '' */
.fa-google-plus:before { content: '\f0d5'; } /* '' */
.fa-mobile:before { content: '\f10b'; } /* '' */
.fa-unlock-alt:before { content: '\f13e'; } /* '' */
.fa-sort-amount-asc:before { content: '\f160'; } /* '' */
.fa-instagram:before { content: '\f16d'; } /* '' */
.fa-apple:before { content: '\f179'; } /* '' */
.fa-android:before { content: '\f17b'; } /* '' */
.fa-google:before { content: '\f1a0'; } /* '' */
.fa-facebook-official:before { content: '\f230'; } /* '' */
.fa-whatsapp:before { content: '\f232'; } /* '' */ | 0.257392 | 0.064624 |
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css);
.dropdown-menu {
width: 100%;
list-style-type: none;
text-align: center;
background-color: #282c34;
}
.dropdown-menu a {
display: inline-block;
margin: auto;
width: auto;
padding: 5px;
background-color: #282c34;
}
.dropdown-menu a:hover {
background-color: #282c34;
}
.nav-item {
align-items: center;
display: flex;
padding-top: 10px;
margin-right: 1rem;
}
.dropdown {
display: inline-block;
position: absolute;
}
.dropdown-item p {
color: #ffffff;
}
.ex4 {
background-color: #fafafa;
}
.ex4 h5 {
color: #FFA500;
}
.ex4 a:hover {
text-decoration: underline;
}
.ex4 ul {
padding-left: 0;
}
.toast-title {
font-weight: 700;
}
.toast-message {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.toast-message a, .toast-message label {
color: #FFF;
}
.toast-message a:hover {
color: #CCC;
text-decoration: none;
}
.toast-close-button {
position: relative;
right: -0.3em;
top: -0.3em;
float: right;
font-size: 20px;
font-weight: 700;
color: #FFF;
-webkit-text-shadow: 0 1px 0 #fff;
text-shadow: 0 1px 0 #fff;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
line-height: 1;
}
.toast-close-button:focus, .toast-close-button:hover {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
.rtl .toast-close-button {
left: -0.3em;
float: left;
right: 0.3em;
}
button.toast-close-button {
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
-webkit-appearance: none;
}
.toast-top-center {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-center {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-full-width {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-full-width {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-left {
top: 12px;
left: 12px;
}
.toast-top-right {
top: 12px;
right: 12px;
}
.toast-bottom-right {
right: 12px;
bottom: 12px;
}
.toast-bottom-left {
bottom: 12px;
left: 12px;
}
#toast-container {
position: fixed;
z-index: 999999;
pointer-events: none;
}
#toast-container * {
box-sizing: border-box;
}
#toast-container > div {
position: relative;
pointer-events: auto;
overflow: hidden;
margin: 0 0 6px;
padding: 15px 15px 15px 50px;
width: 300px;
border-radius: 3px;
background-position: 15px center;
background-repeat: no-repeat;
box-shadow: 0 0 12px #999;
color: #FFF;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
#toast-container > div.rtl {
direction: rtl;
padding: 15px 50px 15px 15px;
background-position: right 15px center;
}
#toast-container > div:hover {
box-shadow: 0 0 12px #000;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
cursor: pointer;
}
#toast-container > .toast-info {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWY<KEY>CB<KEY>) !important;
}
#toast-container > .toast-error {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/<KEY>QTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
width: 300px;
margin-left: auto;
margin-right: auto;
}
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
width: 96%;
margin-left: auto;
margin-right: auto;
}
.toast {
background-color: #030303;
}
.toast-success {
background-color: #51A351;
}
.toast-error {
background-color: #BD362F;
}
.toast-info {
background-color: #2F96B4;
}
.toast-warning {
background-color: #F89406;
}
.toast-progress {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
background-color: #000;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 11em;
}
#toast-container > div.rtl {
padding: 8px 50px 8px 8px;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
#toast-container .rtl .toast-close-button {
left: -0.2em;
right: 0.2em;
}
}
@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 18em;
}
#toast-container > div.rtl {
padding: 8px 50px 8px 8px;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
#toast-container .rtl .toast-close-button {
left: -0.2em;
right: 0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
padding: 15px 15px 15px 50px;
width: 25em;
}
#toast-container > div.rtl {
padding: 15px 50px 15px 15px;
}
}
#msform {
text-align: center;
position: relative;
margin-top: 20px;
}
#msform div .form-card {
background: white;
border: 0 none;
border-radius: 0px;
box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
padding: 20px 40px 30px 40px;
box-sizing: border-box;
width: 94%;
margin: 0 3% 20px 3%;
}
#msform div {
background: white;
border: 0 none;
border-radius: 0.5rem;
box-sizing: border-box;
width: 100%;
margin: 0;
padding-bottom: 20px;
}
#msform div .form-card {
text-align: left;
color: #9E9E9E;
}
#msform span {
margin-bottom: 25px;
margin-top: 2px;
}
#msform input,
#msform select,
#msform textarea {
margin-bottom: 25px;
margin-top: 2px;
}
#msform .action-button {
width: 100px;
background: skyblue;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
#msform .action-button:hover,
#msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}
#msform .action-button-previous {
width: 100px;
background: #616161;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}
select.list-dt {
border: none;
outline: 0;
border-bottom: 1px solid #ccc;
padding: 2px 5px 3px 5px;
margin: 2px;
}
select.list-dt:focus {
border-bottom: 2px solid skyblue;
}
.card {
z-index: 0;
border-radius: 0.5rem;
}
.fs-title {
font-size: 25px;
color: #2C3E50;
margin-bottom: 10px;
font-weight: bold;
text-align: left;
}
.radio-group {
margin-bottom: 25px;
}
.radio {
display: inline-block;
width: 204;
height: 104;
border-radius: 0;
background: lightblue;
box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
cursor: pointer;
margin: 8px 2px;
}
.radio:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.radio.selected {
box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.fit-image {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
} | public/css/checkout/index.css | @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css);
.dropdown-menu {
width: 100%;
list-style-type: none;
text-align: center;
background-color: #282c34;
}
.dropdown-menu a {
display: inline-block;
margin: auto;
width: auto;
padding: 5px;
background-color: #282c34;
}
.dropdown-menu a:hover {
background-color: #282c34;
}
.nav-item {
align-items: center;
display: flex;
padding-top: 10px;
margin-right: 1rem;
}
.dropdown {
display: inline-block;
position: absolute;
}
.dropdown-item p {
color: #ffffff;
}
.ex4 {
background-color: #fafafa;
}
.ex4 h5 {
color: #FFA500;
}
.ex4 a:hover {
text-decoration: underline;
}
.ex4 ul {
padding-left: 0;
}
.toast-title {
font-weight: 700;
}
.toast-message {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.toast-message a, .toast-message label {
color: #FFF;
}
.toast-message a:hover {
color: #CCC;
text-decoration: none;
}
.toast-close-button {
position: relative;
right: -0.3em;
top: -0.3em;
float: right;
font-size: 20px;
font-weight: 700;
color: #FFF;
-webkit-text-shadow: 0 1px 0 #fff;
text-shadow: 0 1px 0 #fff;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
line-height: 1;
}
.toast-close-button:focus, .toast-close-button:hover {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
.rtl .toast-close-button {
left: -0.3em;
float: left;
right: 0.3em;
}
button.toast-close-button {
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
-webkit-appearance: none;
}
.toast-top-center {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-center {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-full-width {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-full-width {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-left {
top: 12px;
left: 12px;
}
.toast-top-right {
top: 12px;
right: 12px;
}
.toast-bottom-right {
right: 12px;
bottom: 12px;
}
.toast-bottom-left {
bottom: 12px;
left: 12px;
}
#toast-container {
position: fixed;
z-index: 999999;
pointer-events: none;
}
#toast-container * {
box-sizing: border-box;
}
#toast-container > div {
position: relative;
pointer-events: auto;
overflow: hidden;
margin: 0 0 6px;
padding: 15px 15px 15px 50px;
width: 300px;
border-radius: 3px;
background-position: 15px center;
background-repeat: no-repeat;
box-shadow: 0 0 12px #999;
color: #FFF;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
#toast-container > div.rtl {
direction: rtl;
padding: 15px 50px 15px 15px;
background-position: right 15px center;
}
#toast-container > div:hover {
box-shadow: 0 0 12px #000;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
cursor: pointer;
}
#toast-container > .toast-info {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWY<KEY>CB<KEY>) !important;
}
#toast-container > .toast-error {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/<KEY>QTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
width: 300px;
margin-left: auto;
margin-right: auto;
}
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
width: 96%;
margin-left: auto;
margin-right: auto;
}
.toast {
background-color: #030303;
}
.toast-success {
background-color: #51A351;
}
.toast-error {
background-color: #BD362F;
}
.toast-info {
background-color: #2F96B4;
}
.toast-warning {
background-color: #F89406;
}
.toast-progress {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
background-color: #000;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 11em;
}
#toast-container > div.rtl {
padding: 8px 50px 8px 8px;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
#toast-container .rtl .toast-close-button {
left: -0.2em;
right: 0.2em;
}
}
@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 18em;
}
#toast-container > div.rtl {
padding: 8px 50px 8px 8px;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
#toast-container .rtl .toast-close-button {
left: -0.2em;
right: 0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
padding: 15px 15px 15px 50px;
width: 25em;
}
#toast-container > div.rtl {
padding: 15px 50px 15px 15px;
}
}
#msform {
text-align: center;
position: relative;
margin-top: 20px;
}
#msform div .form-card {
background: white;
border: 0 none;
border-radius: 0px;
box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
padding: 20px 40px 30px 40px;
box-sizing: border-box;
width: 94%;
margin: 0 3% 20px 3%;
}
#msform div {
background: white;
border: 0 none;
border-radius: 0.5rem;
box-sizing: border-box;
width: 100%;
margin: 0;
padding-bottom: 20px;
}
#msform div .form-card {
text-align: left;
color: #9E9E9E;
}
#msform span {
margin-bottom: 25px;
margin-top: 2px;
}
#msform input,
#msform select,
#msform textarea {
margin-bottom: 25px;
margin-top: 2px;
}
#msform .action-button {
width: 100px;
background: skyblue;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
#msform .action-button:hover,
#msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}
#msform .action-button-previous {
width: 100px;
background: #616161;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}
select.list-dt {
border: none;
outline: 0;
border-bottom: 1px solid #ccc;
padding: 2px 5px 3px 5px;
margin: 2px;
}
select.list-dt:focus {
border-bottom: 2px solid skyblue;
}
.card {
z-index: 0;
border-radius: 0.5rem;
}
.fs-title {
font-size: 25px;
color: #2C3E50;
margin-bottom: 10px;
font-weight: bold;
text-align: left;
}
.radio-group {
margin-bottom: 25px;
}
.radio {
display: inline-block;
width: 204;
height: 104;
border-radius: 0;
background: lightblue;
box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
cursor: pointer;
margin: 8px 2px;
}
.radio:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.radio.selected {
box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.fit-image {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
} | 0.291888 | 0.116462 |
body {
font-family: Arial, Helvetica, sans-serif;
width: 960px;
margin: auto;
}
/* header styling ------------------------------ */
header {
padding: 10px;
display: flex;
justify-content: space-between;
}
#title {
display: flex;
}
header img {
display: inline-block;
}
#title > img {
width: 50px;
height: 50px;
}
#title-right {
margin-left: 10px;
}
#title-right h1 {
font-family: 'Yellowtail', cursive;
font-size: 40px;
}
#title-right p {
padding-left: 5px;
font-size: 9px;
color: grey;
}
#links {
display: flex;
}
#links-left {
margin: auto;
margin-right: 10px;
}
#links-right {
margin: auto;
}
/* main ------------------------------------- */
#divider-top {
margin-top: 10px;
background-image: url('img/hr-img.png');
height: 10px;
margin-bottom: 40px;
}
main img {
display: inline-block;
}
main > h1 {
font-size: 2em;
font-weight: bold;
}
#posted-print {
display: flex;
justify-content: space-between;
}
#posted-print > p {
margin-top: 5px;
color: grey;
font-size: 12px;
}
#print {
display: flex;
}
#print > img {
margin: auto;
}
#print > div {
color: grey;
font-size: 12px;
margin: auto;
margin-left: 3px;
}
#divider-bottom {
margin-top: 30px;
background-image: url('img/hr-img.png');
height: 10px;
}
#chocolate-pizza {
margin-top: 30px;
width: 100%;
}
#para {
margin-top: 30px;
}
#para p {
margin-bottom: 35px;
text-indent: 25px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 18px;
line-height: 1.5;
color: grey;
}
#list {
padding-top: 35px;
padding-bottom: 35px;
background-image: url('img/list-bg.png');
display: flex;
justify-content: space-around;
}
#list li {
padding: 5px;
}
#list input {
margin-right: 10px;
}
.strikethrough:checked + span {
text-decoration: line-through;
}
#profile {
display: flex;
margin-top: 25px;
position: relative;
margin-bottom: 70px;
}
#profile img {
display: inline-block;
padding-bottom: 15px;
}
#profile-desc {
margin-left: 15px;
width: 65%;
}
#profile-desc h2 {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
#profile-desc p {
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
line-height: 1.25;
}
#button {
position: absolute;
right: 0px;
padding: 15px 30px;
color: white;
background-color: rgb(240, 111, 111);
}
#small-logo-line {
display: flex;
justify-content: space-between;
text-align: center;
}
#grey-line-left {
background-color: grey;
height: 1px;
position: relative;
top: 18px;
width: 48%;
}
#grey-line-right {
background-color: grey;
height: 1px;
position: relative;
top: 18px;
width: 48%;
}
#small-logo {
display: inline-block;
}
/* footer styling */
footer {
margin-top: 25px;
text-align: center;
margin-bottom: 50px;
}
footer p {
color: grey;
padding: 5px;
} | style.css | body {
font-family: Arial, Helvetica, sans-serif;
width: 960px;
margin: auto;
}
/* header styling ------------------------------ */
header {
padding: 10px;
display: flex;
justify-content: space-between;
}
#title {
display: flex;
}
header img {
display: inline-block;
}
#title > img {
width: 50px;
height: 50px;
}
#title-right {
margin-left: 10px;
}
#title-right h1 {
font-family: 'Yellowtail', cursive;
font-size: 40px;
}
#title-right p {
padding-left: 5px;
font-size: 9px;
color: grey;
}
#links {
display: flex;
}
#links-left {
margin: auto;
margin-right: 10px;
}
#links-right {
margin: auto;
}
/* main ------------------------------------- */
#divider-top {
margin-top: 10px;
background-image: url('img/hr-img.png');
height: 10px;
margin-bottom: 40px;
}
main img {
display: inline-block;
}
main > h1 {
font-size: 2em;
font-weight: bold;
}
#posted-print {
display: flex;
justify-content: space-between;
}
#posted-print > p {
margin-top: 5px;
color: grey;
font-size: 12px;
}
#print {
display: flex;
}
#print > img {
margin: auto;
}
#print > div {
color: grey;
font-size: 12px;
margin: auto;
margin-left: 3px;
}
#divider-bottom {
margin-top: 30px;
background-image: url('img/hr-img.png');
height: 10px;
}
#chocolate-pizza {
margin-top: 30px;
width: 100%;
}
#para {
margin-top: 30px;
}
#para p {
margin-bottom: 35px;
text-indent: 25px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 18px;
line-height: 1.5;
color: grey;
}
#list {
padding-top: 35px;
padding-bottom: 35px;
background-image: url('img/list-bg.png');
display: flex;
justify-content: space-around;
}
#list li {
padding: 5px;
}
#list input {
margin-right: 10px;
}
.strikethrough:checked + span {
text-decoration: line-through;
}
#profile {
display: flex;
margin-top: 25px;
position: relative;
margin-bottom: 70px;
}
#profile img {
display: inline-block;
padding-bottom: 15px;
}
#profile-desc {
margin-left: 15px;
width: 65%;
}
#profile-desc h2 {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
#profile-desc p {
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
line-height: 1.25;
}
#button {
position: absolute;
right: 0px;
padding: 15px 30px;
color: white;
background-color: rgb(240, 111, 111);
}
#small-logo-line {
display: flex;
justify-content: space-between;
text-align: center;
}
#grey-line-left {
background-color: grey;
height: 1px;
position: relative;
top: 18px;
width: 48%;
}
#grey-line-right {
background-color: grey;
height: 1px;
position: relative;
top: 18px;
width: 48%;
}
#small-logo {
display: inline-block;
}
/* footer styling */
footer {
margin-top: 25px;
text-align: center;
margin-bottom: 50px;
}
footer p {
color: grey;
padding: 5px;
} | 0.293101 | 0.061848 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(4chan.org) {
/* LOL I TROL U */
body[bgcolor] {
background-image:url(http://img22.imageshack.us/img22/4701/hirestrollface.jpg) !important;
background-color: #ffffff !important;
background-position: center center !important;
background-repeat:no-repeat !important;
background-attachment:fixed !important;
opacity:100 !important;
}
td.rules{display:none !important;}
img[md5] {
height: auto !important;
width: auto !important;
}
.reply {
/* "Transparent" trollface */
background-image:url(http://img41.imageshack.us/img41/2954/transparenttrollface.jpg) !important;
background-color: #ffffff !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
-moz-border-radius-topright:4px !important;
-moz-border-radius-bottomright:4px !important;
-moz-border-radius-topleft:4px !important;
-moz-border-radius-bottomleft:4px !important;
border: 1px solid #aaaaaa !important;
}
/* Highlighted reply posts */
.replyhl {
/* Not transparent */
-moz-border-radius-topright:4px !important;
-moz-border-radius-bottomright:4px !important;
-moz-border-radius-topleft:4px !important;
-moz-border-radius-bottomleft:4px !important;
background-color: #cccccc !important;
border: 1px solid #aaaaaa !important;
}
.postarea .postblock{
-moz-border-radius:3px /*2px 0 0 2px*/ !important;
margin-right:-1px !important;
padding:0 3px !important;
border:solid 1px #000 !important;
background-color: #aaaaaa !important;
color: #ffffff !important;
opacity:100 !important;
border-right-style: dashed !important;
border:solid 1px rgb(0,0,0) !important;
text-align:right !important;
}
.inputtext {
background-image:url(http://img41.imageshack.us/img41/2954/transparenttrollface.jpg) !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
}
DIV[class="4chan_ext_thread"] > BLOCKQUOTE {
max-width:445px !important
}
/* Reply posts */
.reply {
border: 1px solid #aaaaaa ! important;
}
.postername, .commentpostername, .postertrip, .omittedposts, a {
color: #aaaaaa !important;
}
.replyhl .postertrip, .replyhl .commentpostername {
color: #000000 !important;
}
.postername, .commentpostername, .replyhl .commentpostername {
font: 100% Monotype Corsiva, Arial, sans-serif !important;
}
.commentpostername a.linkmail[href="mailto:sage"]:after{
content: "(IS A MASSIVE FAGGOT)";
}
} | data/usercss/20243.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(4chan.org) {
/* LOL I TROL U */
body[bgcolor] {
background-image:url(http://img22.imageshack.us/img22/4701/hirestrollface.jpg) !important;
background-color: #ffffff !important;
background-position: center center !important;
background-repeat:no-repeat !important;
background-attachment:fixed !important;
opacity:100 !important;
}
td.rules{display:none !important;}
img[md5] {
height: auto !important;
width: auto !important;
}
.reply {
/* "Transparent" trollface */
background-image:url(http://img41.imageshack.us/img41/2954/transparenttrollface.jpg) !important;
background-color: #ffffff !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
-moz-border-radius-topright:4px !important;
-moz-border-radius-bottomright:4px !important;
-moz-border-radius-topleft:4px !important;
-moz-border-radius-bottomleft:4px !important;
border: 1px solid #aaaaaa !important;
}
/* Highlighted reply posts */
.replyhl {
/* Not transparent */
-moz-border-radius-topright:4px !important;
-moz-border-radius-bottomright:4px !important;
-moz-border-radius-topleft:4px !important;
-moz-border-radius-bottomleft:4px !important;
background-color: #cccccc !important;
border: 1px solid #aaaaaa !important;
}
.postarea .postblock{
-moz-border-radius:3px /*2px 0 0 2px*/ !important;
margin-right:-1px !important;
padding:0 3px !important;
border:solid 1px #000 !important;
background-color: #aaaaaa !important;
color: #ffffff !important;
opacity:100 !important;
border-right-style: dashed !important;
border:solid 1px rgb(0,0,0) !important;
text-align:right !important;
}
.inputtext {
background-image:url(http://img41.imageshack.us/img41/2954/transparenttrollface.jpg) !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
}
DIV[class="4chan_ext_thread"] > BLOCKQUOTE {
max-width:445px !important
}
/* Reply posts */
.reply {
border: 1px solid #aaaaaa ! important;
}
.postername, .commentpostername, .postertrip, .omittedposts, a {
color: #aaaaaa !important;
}
.replyhl .postertrip, .replyhl .commentpostername {
color: #000000 !important;
}
.postername, .commentpostername, .replyhl .commentpostername {
font: 100% Monotype Corsiva, Arial, sans-serif !important;
}
.commentpostername a.linkmail[href="mailto:sage"]:after{
content: "(IS A MASSIVE FAGGOT)";
}
} | 0.156105 | 0.11469 |
@charset "utf-8";
/* CSS Document */
@media screen and (max-width : 1000px){
.head{width:100% !important;}
.CompanyN h2{width:100% !important; font-size:20px !important;}
.wrapper{width:90% !important;}
.news{display:none !important;}
.line{display:none !important;}
.training1{width:28% !important; margin:10px 25px 10px 0 !important;}
.eventBox{padding:1% !important;}
.box1{float: left; margin-bottom:25px;
text-align: center;
width:20%; padding:1%;}
.testimonial{padding:2% !important; width:96% !important;}
.clip-circle img{display:none !important;}
.footer{width:96% !important; padding:2% !important;}
.leftContent{width:100% !important; float:none !important; }
.rightContent{width:95% !important; border:none !important; padding:25px !important; }
}
@media screen and (max-width : 900px){
.box1{float: left; margin-bottom:25px;
text-align: center;
width:98%; padding:1%;}
.eventBox{width:98% !important;}
.testimonial{width:96% !important; overflow:hidden !important; padding:2% !important; clear:both !important;}
.H1{width:100% !important;}
.views{width:100% !important;}
.training1{width:30% !important; margin:10px 5px 10px 0 !important;}
.footerMenu1{width:28% !important;}
.footerMenu{width:26% !important;}
.partner{width:36% !important;}
.footerMenu1{width:45% !important;}
.footerMenu{width:40% !important;}
.partner{width:100% !important;}
.footerFOrm{width:100% !important;}
.leftContent ul{padding:1% !important; width:98% !important; }
.content{padding:2% !important; width:96% !important; }
.inner-article p{padding:2% !important; width:96% !important; border:1px solid red !important; }
}
@media screen and (max-width : 600px){
.CompanyN h2{display:none !important;}
.training1{width:92% !important; margin:10px 0 10px 0 !important;}
.footerMenu1{width:45% !important;}
.footerMenu{width:40% !important;}
.partner{width:100% !important;}
.BRCumb_h2{padding:1% !important; width:98% !important;}
.H0 {font-size:20px !important;}
.viewAll{float:left !important;}
.rightContent{width:90% !important; padding:25px !important; }
}
@media screen and (max-width : 500px){
.footerMenu{width:100% !important; margin:20px 0 0 0 !important;}
.partner{width:100% !important;}
.footerFOrm{width:100% !important;}
.footerMenu1{width:100% !important;}
.inputTEXT{width:94% !important;}
.btnsubmit{width:270px !important;}
}
@media screen and (max-width : 400px){
/*.left-content .news-content-box{width:40% !important; margin-top:25px !important;}*/
} | public/client/css/responsive.css | @charset "utf-8";
/* CSS Document */
@media screen and (max-width : 1000px){
.head{width:100% !important;}
.CompanyN h2{width:100% !important; font-size:20px !important;}
.wrapper{width:90% !important;}
.news{display:none !important;}
.line{display:none !important;}
.training1{width:28% !important; margin:10px 25px 10px 0 !important;}
.eventBox{padding:1% !important;}
.box1{float: left; margin-bottom:25px;
text-align: center;
width:20%; padding:1%;}
.testimonial{padding:2% !important; width:96% !important;}
.clip-circle img{display:none !important;}
.footer{width:96% !important; padding:2% !important;}
.leftContent{width:100% !important; float:none !important; }
.rightContent{width:95% !important; border:none !important; padding:25px !important; }
}
@media screen and (max-width : 900px){
.box1{float: left; margin-bottom:25px;
text-align: center;
width:98%; padding:1%;}
.eventBox{width:98% !important;}
.testimonial{width:96% !important; overflow:hidden !important; padding:2% !important; clear:both !important;}
.H1{width:100% !important;}
.views{width:100% !important;}
.training1{width:30% !important; margin:10px 5px 10px 0 !important;}
.footerMenu1{width:28% !important;}
.footerMenu{width:26% !important;}
.partner{width:36% !important;}
.footerMenu1{width:45% !important;}
.footerMenu{width:40% !important;}
.partner{width:100% !important;}
.footerFOrm{width:100% !important;}
.leftContent ul{padding:1% !important; width:98% !important; }
.content{padding:2% !important; width:96% !important; }
.inner-article p{padding:2% !important; width:96% !important; border:1px solid red !important; }
}
@media screen and (max-width : 600px){
.CompanyN h2{display:none !important;}
.training1{width:92% !important; margin:10px 0 10px 0 !important;}
.footerMenu1{width:45% !important;}
.footerMenu{width:40% !important;}
.partner{width:100% !important;}
.BRCumb_h2{padding:1% !important; width:98% !important;}
.H0 {font-size:20px !important;}
.viewAll{float:left !important;}
.rightContent{width:90% !important; padding:25px !important; }
}
@media screen and (max-width : 500px){
.footerMenu{width:100% !important; margin:20px 0 0 0 !important;}
.partner{width:100% !important;}
.footerFOrm{width:100% !important;}
.footerMenu1{width:100% !important;}
.inputTEXT{width:94% !important;}
.btnsubmit{width:270px !important;}
}
@media screen and (max-width : 400px){
/*.left-content .news-content-box{width:40% !important; margin-top:25px !important;}*/
} | 0.07393 | 0.093595 |
@-moz-document url-prefix("https://www.youtube.com/upload") {
#page {
background-color: #222;
}
body {
background-color: #222;
}
body #footer-container {
background-color: #222;
border-top: 1px solid #111;
}
#footer-main {
border-bottom: 1px solid #111;
}
.upload-item, .yt-card, .branded-page-box-padding, .accordion-frozen, .upload-item-confirmed, .accordion-collapsed, .upload-item-finished, .upload-item-with-share-panel {
background-color: #282828;
color: #eee !important;
border-color: #202020;
}
form {
background: #333;
}
#yt-masthead-container {
background-color: #333;
border-bottom: 1px solid #272727;
}
.yt-uix-form-input-text, .share-panel-url {
background-color: #444;
border-color: #222;
color: #ddd;
}
.item-title, .yt-uix-button-text, .yt-uix-button-text[disabled], input {
color: #eee;
}
.yt-card .yt-uix-tabs {
border-color: #444;
}
hr, html, i, iframe, img, ins, kbd, label, legend, li, menu, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub {
border-bottom-color: #444;
border-top-color: #444;
border-left-color: #444;
border-right-color: #444;
}
.upload-thumb {
border: 1px solid #222;
}
.yt-uix-button-default, .yt-uix-button-default[disabled], .yt-uix-button-default[disabled]:hover, .yt-uix-button-default[disabled]:active, .yt-uix-button-default[disabled]:focus {
background-color: #444;
border-color: #272727;
color: #eee;
}
.yt-uix-button-default:hover, .yt-uix-button-text:hover {
background-color: #555;
border-color: #272727;
color: #eee;
}
#masthead-search-terms {
background-color: #444;
}
.masthead-search-terms-border {
border: 1px solid #282828;
box-shadow: inset 0 1px 2px #444;
}
.yt-alert-default.yt-alert-info, .yt-alert-actionable.yt-alert-info, .yt-alert-naked.yt-alert-info .yt-alert-icon, .yt-alert-small.yt-alert-info, .yt-alert-default.yt-alert-success, .yt-alert-actionable.yt-alert-success, .yt-alert-naked.yt-alert-success .yt-alert-icon, .yt-alert-small.yt-alert-success {
background-color: #11456d;
}
.yt-uix-clickcard-card-border, .yt-uix-hovercard-card-border {
background-color: #282828;
border-color: #222;
}
.yt-masthead-creation-clickcard a.yt-uix-button:hover {
background-color: #363636;
}
} | data/usercss/182739.user.css | @-moz-document url-prefix("https://www.youtube.com/upload") {
#page {
background-color: #222;
}
body {
background-color: #222;
}
body #footer-container {
background-color: #222;
border-top: 1px solid #111;
}
#footer-main {
border-bottom: 1px solid #111;
}
.upload-item, .yt-card, .branded-page-box-padding, .accordion-frozen, .upload-item-confirmed, .accordion-collapsed, .upload-item-finished, .upload-item-with-share-panel {
background-color: #282828;
color: #eee !important;
border-color: #202020;
}
form {
background: #333;
}
#yt-masthead-container {
background-color: #333;
border-bottom: 1px solid #272727;
}
.yt-uix-form-input-text, .share-panel-url {
background-color: #444;
border-color: #222;
color: #ddd;
}
.item-title, .yt-uix-button-text, .yt-uix-button-text[disabled], input {
color: #eee;
}
.yt-card .yt-uix-tabs {
border-color: #444;
}
hr, html, i, iframe, img, ins, kbd, label, legend, li, menu, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub {
border-bottom-color: #444;
border-top-color: #444;
border-left-color: #444;
border-right-color: #444;
}
.upload-thumb {
border: 1px solid #222;
}
.yt-uix-button-default, .yt-uix-button-default[disabled], .yt-uix-button-default[disabled]:hover, .yt-uix-button-default[disabled]:active, .yt-uix-button-default[disabled]:focus {
background-color: #444;
border-color: #272727;
color: #eee;
}
.yt-uix-button-default:hover, .yt-uix-button-text:hover {
background-color: #555;
border-color: #272727;
color: #eee;
}
#masthead-search-terms {
background-color: #444;
}
.masthead-search-terms-border {
border: 1px solid #282828;
box-shadow: inset 0 1px 2px #444;
}
.yt-alert-default.yt-alert-info, .yt-alert-actionable.yt-alert-info, .yt-alert-naked.yt-alert-info .yt-alert-icon, .yt-alert-small.yt-alert-info, .yt-alert-default.yt-alert-success, .yt-alert-actionable.yt-alert-success, .yt-alert-naked.yt-alert-success .yt-alert-icon, .yt-alert-small.yt-alert-success {
background-color: #11456d;
}
.yt-uix-clickcard-card-border, .yt-uix-hovercard-card-border {
background-color: #282828;
border-color: #222;
}
.yt-masthead-creation-clickcard a.yt-uix-button:hover {
background-color: #363636;
}
} | 0.31542 | 0.12638 |
.App {
text-align: center;
background-color: #63CAD8;
}
.App-logo {
height: 400px;
width: 400px;
}
.App-header {
background-color: #63CAD8;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(20px + 2vmin);
color: white;
}
.App-link {
color: #09d3ac;
}
.price-btn {
background-color: #1937e4;
cursor: pointer;
padding: 5px 10px;
color: white;
font-size: 15px;
border-radius: 44px;
border: 1px solid #2e2f33;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.price-btn:hover {
background-color: #1937e4;
cursor: pointer;
padding: 5px 10px;
color: white;
font-size: 20px;
border-radius: 44px;
border: 1px solid #2e2f33;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.addbalance-btn {
background-color: #3fb549;
cursor: pointer;
padding: 5px 40px;
color: rgb(0, 0, 0);
font-size: 15px;
font-weight: bold;
border-radius: 44px;
border: 1px solid #0d0d0e;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.addbalance-btn:hover {
background-color: #3fb549;
cursor: pointer;
padding: 5px 40px;
color: rgb(0, 0, 0);
font-size: 20px;
font-weight: bold;
border-radius: 44px;
border: 1px solid #0d0d0e;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.addallowance-btn {
background-color: #f0952e;
cursor: pointer;
padding: 5px 70px;
color: rgb(0, 0, 0);
font-size: 15px;
font-weight: bold;
border-radius: 44px;
border: 1px solid #0f0f0f;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.addallowance-btn:hover {
background-color: #f0952e;
cursor: pointer;
padding: 5px 70px;
color: rgb(0, 0, 0);
font-size: 20px;
font-weight: bold;
border-radius: 44px;
border: 1px solid #0f0f0f;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.pay-btn {
background-color: #f53a18;
cursor: pointer;
padding: 5px 100px;
color: rgb(0, 0, 0);
font-size: 15px;
border-radius: 44px;
border: 1px solid #090a0a;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.pay-btn:hover {
background-color: #f53a18;
cursor: pointer;
padding: 5px 100px;
color: rgb(0, 0, 0);
font-size: 20px;
border-radius: 44px;
border: 1px solid #090a0a;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.nrml-btn {
cursor: pointer;
}
.nrml-btn:hover {
cursor: pointer;
font-size: 15px;
border:3px solid #393939;
}
.btn {
background-color: #000000;
cursor: pointer;
padding: 5px 20px;
color: rgb(255, 255, 255);
font-size: 12px;
border: 1px solid #525353;
margin-bottom: 40px;
}
.btn:hover {
background-color: #000000;
cursor: pointer;
padding: 5px 20px;
color: rgb(255, 255, 255);
font-size: 15px;
border: 1px solid #525353;
margin-bottom: 40px;
}
#addFunds {
display: none;
background-color: #f5f5dcec;
border-color: #000000;
border-style: double;
}
#setAllow {
display: none;
background-color: #f5f5dcec;
border-color: #000000;
border-style: double;
}
#rsetAllow {
display: none;
background-color: #f5f5dcec;
border-color: #000000;
border-style: double;
} | client/src/App.css | .App {
text-align: center;
background-color: #63CAD8;
}
.App-logo {
height: 400px;
width: 400px;
}
.App-header {
background-color: #63CAD8;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(20px + 2vmin);
color: white;
}
.App-link {
color: #09d3ac;
}
.price-btn {
background-color: #1937e4;
cursor: pointer;
padding: 5px 10px;
color: white;
font-size: 15px;
border-radius: 44px;
border: 1px solid #2e2f33;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.price-btn:hover {
background-color: #1937e4;
cursor: pointer;
padding: 5px 10px;
color: white;
font-size: 20px;
border-radius: 44px;
border: 1px solid #2e2f33;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.addbalance-btn {
background-color: #3fb549;
cursor: pointer;
padding: 5px 40px;
color: rgb(0, 0, 0);
font-size: 15px;
font-weight: bold;
border-radius: 44px;
border: 1px solid #0d0d0e;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.addbalance-btn:hover {
background-color: #3fb549;
cursor: pointer;
padding: 5px 40px;
color: rgb(0, 0, 0);
font-size: 20px;
font-weight: bold;
border-radius: 44px;
border: 1px solid #0d0d0e;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.addallowance-btn {
background-color: #f0952e;
cursor: pointer;
padding: 5px 70px;
color: rgb(0, 0, 0);
font-size: 15px;
font-weight: bold;
border-radius: 44px;
border: 1px solid #0f0f0f;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.addallowance-btn:hover {
background-color: #f0952e;
cursor: pointer;
padding: 5px 70px;
color: rgb(0, 0, 0);
font-size: 20px;
font-weight: bold;
border-radius: 44px;
border: 1px solid #0f0f0f;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.pay-btn {
background-color: #f53a18;
cursor: pointer;
padding: 5px 100px;
color: rgb(0, 0, 0);
font-size: 15px;
border-radius: 44px;
border: 1px solid #090a0a;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.pay-btn:hover {
background-color: #f53a18;
cursor: pointer;
padding: 5px 100px;
color: rgb(0, 0, 0);
font-size: 20px;
border-radius: 44px;
border: 1px solid #090a0a;
margin-bottom: 40px;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
}
.nrml-btn {
cursor: pointer;
}
.nrml-btn:hover {
cursor: pointer;
font-size: 15px;
border:3px solid #393939;
}
.btn {
background-color: #000000;
cursor: pointer;
padding: 5px 20px;
color: rgb(255, 255, 255);
font-size: 12px;
border: 1px solid #525353;
margin-bottom: 40px;
}
.btn:hover {
background-color: #000000;
cursor: pointer;
padding: 5px 20px;
color: rgb(255, 255, 255);
font-size: 15px;
border: 1px solid #525353;
margin-bottom: 40px;
}
#addFunds {
display: none;
background-color: #f5f5dcec;
border-color: #000000;
border-style: double;
}
#setAllow {
display: none;
background-color: #f5f5dcec;
border-color: #000000;
border-style: double;
}
#rsetAllow {
display: none;
background-color: #f5f5dcec;
border-color: #000000;
border-style: double;
} | 0.335786 | 0.10434 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
:root,
:root.dark {
--font-color: #EEEEEE;
--primary-color: #222831;
--navbar-bg-color: rgba(20, 23, 29, 0.5);
--secondary-color: #393E46;
--accent-color: #00ADB5;
--secondary-accent-color: #0082b5;
}
:root.light {
--font-color: #222831;
--primary-color: #EEEDDE;
--navbar-bg-color: rgba(255, 255, 248, 0.5);
--secondary-color: #393E46;
--accent-color: #f4c57d;
--secondary-accent-color: #f0b154;
}
.theme-btn {
background-color: var(--primary-color);
}
.theme-btn.dark {
display: none;
}
.light .theme-btn.dark {
display: block;
background-color: var(--primary-color);
}
.light .theme-btn.light {
display: none;
}
html * {
font-family: 'Poppins', sans-serif;
}
body {
background-color: var(--primary-color);
padding-top: 7rem;
}
#resume-navbar {
background-color: var(--navbar-bg-color) !important;
backdrop-filter: blur(7px);
}
html *, .navbar-brand, .nav-link, .navbar-toggler {
color: var(--font-color) !important
}
.navbar-toggler {
border-color: var(--font-color) !important;
}
.navbar {
background-image: none;
}
th {
white-space: nowrap;
}
#resume-button {
background-color: var(--accent-color);
border: none;
}
#resume-button:hover, .tool:hover{
background-color: var(--secondary-accent-color)
}
.index-section, .resume-section {
margin-bottom: 4rem;
}
.index-section h2, .resume-section h2 {
text-decoration: underline 3px var(--secondary-color);
text-underline-offset: 3px;
margin-bottom: 2rem;
}
#footer {
text-align: center;
}
#footer div{
color: var(--secondary-color) !important;
padding: 1rem;
}
#footer div span{
color: var(--secondary-color) !important;
}
.smaller-container {
padding-right: 10%;
padding-left: 10%;
}
.bio-item {
margin-bottom: 0.5rem;
padding-left: 3.4em;
text-indent: -3.4em;
}
.bio-item span {
font-weight: bold;
margin-right: 1rem
}
.tool {
background-color:var(--accent-color);
padding: 3px 7px 3px 7px;
margin: .1rem;
display: inline-block;
line-height:1.4em;
color: var(--primary-color);
border-radius: .1rem;
font-size: 1rem;
cursor: default;
}
.exp-title, .exp-tools, .exp-description, .exp-highlights, .exp-sub-title{
margin-bottom: 2rem;
}
.exp{
margin-bottom: 5rem;
}
.nav-item:hover .nav-link {
text-decoration: underline 1px var(--secondary-color);
text-underline-offset: 1px;
cursor: pointer;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
.nav-item:hover .fa-lightbulb {
font-weight: 100;
}
.social-item a span {
margin-left: 1rem;
}
.social-item a {
text-decoration: none;
}
.social-item {
padding: .3rem;
}
.social-item:hover a span{
text-decoration: underline 1px var(--secondary-color);
text-underline-offset: 1px;
}
#pic {
border: .1rem solid var(--font-color)
}
.navbar-brand:hover {
transform: scale(1.1);
cursor: pointer;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
} | src/static/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
:root,
:root.dark {
--font-color: #EEEEEE;
--primary-color: #222831;
--navbar-bg-color: rgba(20, 23, 29, 0.5);
--secondary-color: #393E46;
--accent-color: #00ADB5;
--secondary-accent-color: #0082b5;
}
:root.light {
--font-color: #222831;
--primary-color: #EEEDDE;
--navbar-bg-color: rgba(255, 255, 248, 0.5);
--secondary-color: #393E46;
--accent-color: #f4c57d;
--secondary-accent-color: #f0b154;
}
.theme-btn {
background-color: var(--primary-color);
}
.theme-btn.dark {
display: none;
}
.light .theme-btn.dark {
display: block;
background-color: var(--primary-color);
}
.light .theme-btn.light {
display: none;
}
html * {
font-family: 'Poppins', sans-serif;
}
body {
background-color: var(--primary-color);
padding-top: 7rem;
}
#resume-navbar {
background-color: var(--navbar-bg-color) !important;
backdrop-filter: blur(7px);
}
html *, .navbar-brand, .nav-link, .navbar-toggler {
color: var(--font-color) !important
}
.navbar-toggler {
border-color: var(--font-color) !important;
}
.navbar {
background-image: none;
}
th {
white-space: nowrap;
}
#resume-button {
background-color: var(--accent-color);
border: none;
}
#resume-button:hover, .tool:hover{
background-color: var(--secondary-accent-color)
}
.index-section, .resume-section {
margin-bottom: 4rem;
}
.index-section h2, .resume-section h2 {
text-decoration: underline 3px var(--secondary-color);
text-underline-offset: 3px;
margin-bottom: 2rem;
}
#footer {
text-align: center;
}
#footer div{
color: var(--secondary-color) !important;
padding: 1rem;
}
#footer div span{
color: var(--secondary-color) !important;
}
.smaller-container {
padding-right: 10%;
padding-left: 10%;
}
.bio-item {
margin-bottom: 0.5rem;
padding-left: 3.4em;
text-indent: -3.4em;
}
.bio-item span {
font-weight: bold;
margin-right: 1rem
}
.tool {
background-color:var(--accent-color);
padding: 3px 7px 3px 7px;
margin: .1rem;
display: inline-block;
line-height:1.4em;
color: var(--primary-color);
border-radius: .1rem;
font-size: 1rem;
cursor: default;
}
.exp-title, .exp-tools, .exp-description, .exp-highlights, .exp-sub-title{
margin-bottom: 2rem;
}
.exp{
margin-bottom: 5rem;
}
.nav-item:hover .nav-link {
text-decoration: underline 1px var(--secondary-color);
text-underline-offset: 1px;
cursor: pointer;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
.nav-item:hover .fa-lightbulb {
font-weight: 100;
}
.social-item a span {
margin-left: 1rem;
}
.social-item a {
text-decoration: none;
}
.social-item {
padding: .3rem;
}
.social-item:hover a span{
text-decoration: underline 1px var(--secondary-color);
text-underline-offset: 1px;
}
#pic {
border: .1rem solid var(--font-color)
}
.navbar-brand:hover {
transform: scale(1.1);
cursor: pointer;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
} | 0.286269 | 0.063222 |
.settings_wrap {
min-width: 610px;
max-width: 100%;
height: 100%;
padding: 10px;
transition: background-color .3s;
}
.settings_tabs {
width: 150px;
padding: 5px 0;
float: right;
border-radius: 5px;
background-color: white;
box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
transition: background-color .3s, box-shadow .3s;
}
.settings_tab {
height: 32px;
padding: 5px 0 0 15px;
cursor: pointer;
border-left: 2px solid transparent;
transition: background-color .3s, border .3s;
}
.settings_tab:not(.active):hover {
border-left: 2px solid rgba(81, 129, 184, .5);
background-color: #f2f4f7;
}
.settings_tab.active {
border-left: 2px solid #5181b8;
background-color: #e9ebf0;
}
.settings_content {
display: none;
overflow-wrap: break-word;
}
.settings_content.active { display: block }
.settings_content_block {
min-width: 429px;
max-width: calc(100vw - 185px);
}
.settings_block {
border-radius: 5px;
margin-bottom: 10px;
background-color: white;
box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
transition: background-color .3s, box-shadow .3s;
}
.settings_line {
margin: 0 10px;
padding: 12px 10px;
}
.settings_line:not(:last-child) {
border-bottom: 1px solid #ccc;
transition: border-color .3s;
}
.settings_left_block {
width: 170px;
float: left;
}
.settings_left_block.center { line-height: 28px }
.settings_right_block { margin-left: 170px }
/* кастомный select */
.select {
display: inline-block;
width: 150px;
user-select: none;
box-shadow: 0px 0px 0px 1px #d3d9de;
transition: background-color .3s, box-shadow .3s, color .3s;
}
.select_sel_wrap, .select_list {
width: inherit;
border-radius: 2px;
cursor: pointer;
}
.select_sel_wrap {
height: 30px;
position: relative;
}
.select_icon {
width: 12px;
height: 12px;
margin: 9px;
float: right;
background: url('../images/dropdown_arrow.png') 50% no-repeat;
background-size: 10px;
transform: rotate(0deg);
transition: transform .2s;
}
.select_opened .select_icon { transform: rotate(180deg) }
.select_selected {
float: left;
padding: 5px;
}
.select_list {
display: none;
position: absolute;
z-index: 5;
border-radius: 0;
box-shadow: 0px 0px 0px 1px #d3d9de;
}
.select_opened .select_list { display: block }
.option {
padding: 5px;
background-color: white;
transition: background-color .3s;
box-shadow: none !important;
}
.option:hover { background-color: #edf2f5 }
.option.active { background-color: #dae2e8 }
/* кастомный input */
.custom_input {
display: inline-block;
border: 1px solid #d2d8de;
border-radius: 3px;
background-color: #fff;
color: #3c3c3c;
padding: 6px;
transition: .3s all;
font-size: 0;
cursor: text;
}
.custom_input_prefix {
font-size: 13px;
color: #828282;
display: inline;
user-select: none;
}
.custom_input_input {
width: 100px;
outline: none;
border: none;
}
/* кастомный чекбокс */
.settings_checkbox {
display: inline-block;
position: relative;
line-height: 1em;
margin-bottom: 5px;
user-select: none;
cursor: pointer;
}
.settings_checkbox::before {
content: '';
float: left;
background-color: #fff;
border: 1px solid #bbb;
border-radius: 4px;
margin-right: 7px;
width: 15px;
height: 15px;
transition: background-color .2s, border-color .2s;
}
.settings_checkbox:hover::before {
background-color: #eee;
border-color: #aaa;
}
.settings_checkbox.active::before {
background-color: #5181b8;
border: 1px solid #5181b8;
}
.settings_checkbox::after {
content: '';
position: absolute;
top: 1px;
left: 1.5px;
width: 13px;
height: 13px;
background-color: #fff;
visibility: hidden;
clip-path: polygon(81% 19%, 91% 28%, 38% 85%, 5% 55%, 15% 44%, 37% 66%);
transition: visibility .2s;
}
.settings_checkbox.active::after { visibility: visible }
.settings_checkbox.active:hover::before {
background-color: #4272a8;
border: 1px solid #4272a8;
}
/* остальные элементы */
.logout {
border-bottom: none;
color: #e84a5f;
cursor: pointer;
transition: background-color .3s;
}
.edit_menu_btn { padding: 5px 45px }
/* о программе */
.about_logo {
display: block;
width: 120px;
height: 120px;
margin: 0 auto;
}
.about_version {
text-align: center;
margin: 5px 0 15px 0;
color: #29292b;
}
.about_buttons {
margin-top: 10px;
}
.about_button {
width: 200px;
height: 40px;
background-color: #e8e9eb;
} | renderer/css/settings.css | .settings_wrap {
min-width: 610px;
max-width: 100%;
height: 100%;
padding: 10px;
transition: background-color .3s;
}
.settings_tabs {
width: 150px;
padding: 5px 0;
float: right;
border-radius: 5px;
background-color: white;
box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
transition: background-color .3s, box-shadow .3s;
}
.settings_tab {
height: 32px;
padding: 5px 0 0 15px;
cursor: pointer;
border-left: 2px solid transparent;
transition: background-color .3s, border .3s;
}
.settings_tab:not(.active):hover {
border-left: 2px solid rgba(81, 129, 184, .5);
background-color: #f2f4f7;
}
.settings_tab.active {
border-left: 2px solid #5181b8;
background-color: #e9ebf0;
}
.settings_content {
display: none;
overflow-wrap: break-word;
}
.settings_content.active { display: block }
.settings_content_block {
min-width: 429px;
max-width: calc(100vw - 185px);
}
.settings_block {
border-radius: 5px;
margin-bottom: 10px;
background-color: white;
box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
transition: background-color .3s, box-shadow .3s;
}
.settings_line {
margin: 0 10px;
padding: 12px 10px;
}
.settings_line:not(:last-child) {
border-bottom: 1px solid #ccc;
transition: border-color .3s;
}
.settings_left_block {
width: 170px;
float: left;
}
.settings_left_block.center { line-height: 28px }
.settings_right_block { margin-left: 170px }
/* кастомный select */
.select {
display: inline-block;
width: 150px;
user-select: none;
box-shadow: 0px 0px 0px 1px #d3d9de;
transition: background-color .3s, box-shadow .3s, color .3s;
}
.select_sel_wrap, .select_list {
width: inherit;
border-radius: 2px;
cursor: pointer;
}
.select_sel_wrap {
height: 30px;
position: relative;
}
.select_icon {
width: 12px;
height: 12px;
margin: 9px;
float: right;
background: url('../images/dropdown_arrow.png') 50% no-repeat;
background-size: 10px;
transform: rotate(0deg);
transition: transform .2s;
}
.select_opened .select_icon { transform: rotate(180deg) }
.select_selected {
float: left;
padding: 5px;
}
.select_list {
display: none;
position: absolute;
z-index: 5;
border-radius: 0;
box-shadow: 0px 0px 0px 1px #d3d9de;
}
.select_opened .select_list { display: block }
.option {
padding: 5px;
background-color: white;
transition: background-color .3s;
box-shadow: none !important;
}
.option:hover { background-color: #edf2f5 }
.option.active { background-color: #dae2e8 }
/* кастомный input */
.custom_input {
display: inline-block;
border: 1px solid #d2d8de;
border-radius: 3px;
background-color: #fff;
color: #3c3c3c;
padding: 6px;
transition: .3s all;
font-size: 0;
cursor: text;
}
.custom_input_prefix {
font-size: 13px;
color: #828282;
display: inline;
user-select: none;
}
.custom_input_input {
width: 100px;
outline: none;
border: none;
}
/* кастомный чекбокс */
.settings_checkbox {
display: inline-block;
position: relative;
line-height: 1em;
margin-bottom: 5px;
user-select: none;
cursor: pointer;
}
.settings_checkbox::before {
content: '';
float: left;
background-color: #fff;
border: 1px solid #bbb;
border-radius: 4px;
margin-right: 7px;
width: 15px;
height: 15px;
transition: background-color .2s, border-color .2s;
}
.settings_checkbox:hover::before {
background-color: #eee;
border-color: #aaa;
}
.settings_checkbox.active::before {
background-color: #5181b8;
border: 1px solid #5181b8;
}
.settings_checkbox::after {
content: '';
position: absolute;
top: 1px;
left: 1.5px;
width: 13px;
height: 13px;
background-color: #fff;
visibility: hidden;
clip-path: polygon(81% 19%, 91% 28%, 38% 85%, 5% 55%, 15% 44%, 37% 66%);
transition: visibility .2s;
}
.settings_checkbox.active::after { visibility: visible }
.settings_checkbox.active:hover::before {
background-color: #4272a8;
border: 1px solid #4272a8;
}
/* остальные элементы */
.logout {
border-bottom: none;
color: #e84a5f;
cursor: pointer;
transition: background-color .3s;
}
.edit_menu_btn { padding: 5px 45px }
/* о программе */
.about_logo {
display: block;
width: 120px;
height: 120px;
margin: 0 auto;
}
.about_version {
text-align: center;
margin: 5px 0 15px 0;
color: #29292b;
}
.about_buttons {
margin-top: 10px;
}
.about_button {
width: 200px;
height: 40px;
background-color: #e8e9eb;
} | 0.452052 | 0.102754 |
* { margin:0; padding:0; outline:none; box-sizing:border-box; }
img { border:0; }
a { text-decoration:none; }
/* Globel Css ----------------------------------*/
/*body { font-family: 'Open Sans', sans-serif; line-height:19px; font-size:16px; background:#FFF; font-weight:400; }*/
.bodyClass { font-family: 'Open Sans', sans-serif; line-height:19px; font-size:16px; background:#FFF; font-weight:400; }
.wrapper { width:100%; }
.container-front { width:960px; margin:0 auto;padding:0px !important; }
.clearfix-front { clear:both; }
/* header ----------------------------------- */
header { border-bottom:1px solid #e9eef3; }
header .logo { float:left; margin:12px 0 0 20px; }
header .logo a { text-decoration:none; color:#299eda; font-size:30px; line-height:24px; }
header .chatwithme-cont { float:right; }
header .chatwithme-cont a { display:inline-block; text-decoration:none; text-align:center; color:#fff; font-size:20px; line-height:50px; background-color:#299eda; padding:0 28px; transition:all 200ms 0s; }
header .chatwithme-cont a:hover { background-color:#1582ba; }
/* Landing ---------------------------------- */
.landing-section { box-sizing:border-box; }
.landing-section .left-section { margin:72px 0 0 40px; float:left; }
.landing-section .right-section { margin:119px 0 0 117px; float:left; }
.landing-section .right-section h1 { color:#ff6a4f; font-weight:300; font-size:78px; line-height:78px;margin:0px;}
.landing-section .right-section h2 { color:#6dc0ed; font-style:italic; font-weight:300; font-size:36px; line-height:36px; margin:20px 0 0 0; }
.landing-section .right-section p { color:#9e9b9b; line-height:36px; font-size:24px; font-weight:300; padding:34px 0 58px 0; width:480px;margin-bottom: 0px; }
.landing-section .right-section a.work-btn { float:left; width:239px; background:#299eda; line-height:55px; text-align:center; color:#FFF; font-size:24px; cursor:pointer;text-decoration:none; }
.landing-section .right-section a.work-btn:hover { background:#1582ba; }
.landing-section .right-section .mean-io-cont {}
.landing-section .right-section .mean-io-cont .mean-io-logo { float:left; margin:0 0 0 62px; }
.landing-section .skills-logo { padding:126px 0 0 0; }
.landing-section .skills-logo ul { list-style:none; text-align:center;margin-bottom:4px; }
.landing-section .skills-logo ul li { display:inline-block; width:155px; }
.landing-section .developed-line { text-align:center; font-size:24px; font-weight:300; color:#9e9b9b; padding:57px 0 0 0; }
/* work ---------------------------------- */
.work-outer { padding:0 0 0 0; }
.work-outer .row { padding:0 0 20px 0; }
.work-outer .row h3 { float:left; color:#299eda; font-size:50px; line-height:42px; font-weight:300;margin-top:0px;margin-bottom:0px; }
.work-outer .row span { float:right; color:#dadada; font-size:40px; line-height:36px; font-weight:300; }
.work-outer .work-detail { margin:0 0 45px 0; }
.work-outer .workdetail-inner { float:left; width:32.6%; margin:0 0 0 1%; }
.work-outer .workdetail-inner:first-child { margin:0; }
.work-outer .work-thumbnail { position:relative; }
.work-outer .work-thumbnail img { width:; }
.work-outer .workthumbnail-hover { position:absolute; width:100%; opacity:0; }
.work-outer .workthumbnail-hover img { width:; }
.work-outer .work-thumbnail:hover .workthumbnail-hover { opacity:1; }
.work-outer .workdetail-inner:hover .workdetail-innerbtm h4 { color:#fd6d4e; }
.work-outer .workdetail-inner:hover .workdetail-innerbtm h5 { color:#299eda; }
.work-outer .workdetail-innerbtm a { display:inline-block; text-decoration:none; color:#848484; font-size:36px; line-height:44px; font-weight:300; padding:0 0 20px 0; }
.work-outer .workdetail-innerbtm h4 { color:#848484; font-size:36px; line-height:38px; font-weight:300;margin: 4px 0px 0px 0px; }
.work-outer .workdetail-innerbtm h5 { color:#9e9b9b; font-size:20px; font-weight:300; line-height:24px; padding:10px 0 14px 0; letter-spacing:-.5px; font-style:italic;margin: 0px; }
.work-outer .workdetail-innerbtm p { color:#9e9b9b; font-size:14px; line-height:18px; font-weight:300; }
.work-outer .row { padding:0 0 10px 0; margin:0px; }
/* Chat box ---------------------------------- */
.chat-box { bottom:0; width:300px; position:fixed; right:30px; box-shadow:0 0 9px rgba(0,0,0,0.2); z-index:100; }
.chat-box .top-title { background:#2980b9; height:46px; padding:0 0 0 7px; }
.chat-box .top-title .title-text { float:left; color:#ffffff; font-size:18px; font-style:italic; padding:13px 0 0 9px; }
.chat-box .top-title .cancel-btn { float:right; margin:11px 9px 0 0; line-height:0; padding:6px; cursor:pointer; vertical-align:top; }
.chat-box .top-title .cancel-btn:hover { background:rgba(0,0,0,.2); }
.chat-box .top-title .minize-btn { float:right; margin:11px 11px 0 0; padding:10px 6px; cursor:pointer; vertical-align:top; line-height:0; }
.chat-box .top-title .minize-btn:hover { background:rgba(0,0,0,.2); }
.chat-box .mid-cont { height:300px; background:#FFF; }
.chat-box .mid-cont .chat-center { height:253px; border-bottom:1px solid #e4e8ec; }
.chat-box .mid-cont .chat-center .time-line { color:#999999; font-size:12px; text-align:center; padding:9px 0 0 0; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
.chat-box .mid-cont .chat-center .chat-area { height:255px; }
.chat-box .mid-cont .chat-center .chat-row { padding:4px 0; margin:0 2px; position:relative; display:block; min-height:40px; }
.chat-box .mid-cont .chat-center .chat-image { position:absolute; width:40px; height:40px; }
.chat-box .mid-cont .chat-center .chat-right-cont { margin:3px 10px 0 52px; display:block; }
.chat-box .mid-cont .chat-center .chat-right-cont .arrow-bg { background:url(../img/chat-arrow.png) 0 10px no-repeat; padding:0 0 0 5px; }
.chat-box .mid-cont .chat-center .chat-right-cont .chat-inner { white-space: pre-wrap; word-wrap: break-word; background:#9bdfee; display:inline-block; padding:4px 8px; line-height:18px; border-radius:6px; color:#444444; font-size:13px; }
.chat-box .mid-cont .chat-center .chat-row2 { padding:4px 0; margin:0 2px; position:relative; display:block; }
.chat-box .mid-cont .chat-center .chat-row2 .chat-left-cont { margin:3px 10px 0 52px; display:block; text-align:right; }
.chat-box .mid-cont .chat-center .chat-row2 .chat-left-cont .arrow-bg { background:url(../img/chat-arrow-right.png) right 9px no-repeat; padding:0 5px 0 0; }
.chat-box .mid-cont .chat-center .chat-row2 .chat-left-cont .chat-inner { word-wrap: break-word; background:rgba(255,234,192,0.5); display:inline-block; padding:4px 8px; line-height:18px; border-radius:6px; color:#444444; font-size:13px; }
.chat-box .chat-text { height:50px; }
.chat-box .chat-text textarea { background:none; height:50px; width:100%; border:0; padding:15px 11px; box-sizing:border-box; outline:none; resize:none; color:#aaaaaa; font-family: 'Lato', sans-serif; }
/* agency ------------------------------------- */
.agency-top { padding:52px 0 0 0; }
.agency-top .agency-left { float:left; }
.agency-top .agency-right { float:right; width:615px; }
.agency-top .agency-right h2 { text-align:left; color:#848484; font-size:50px; line-height:51px; font-weight:300; padding:0 0 13px 0;margin:0px; }
.agency-top .agency-right h3 { text-align:left; color:#9e9b9b; font-size:20px; line-height:25px; font-weight:300; padding:0 0 5px 0; font-style:italic;margin:0px; }
.agency-top .agency-right span { display:inline-block; color:#9e9b9b; font-size:12px; font-weight:300; margin:0 0 29px 0; }
.agency-top .agency-right p { color:#848484; font-size:18px; padding:0 0 22px 0; font-weight:300; line-height:22px;margin: 0px; }
.agency-top .agency-right p:last-child { padding-bottom:0; }
.agency-mid { margin:108px 0 22px 0; text-align:center; }
.agency-mid h3 { float:left; color:#848484; font-size:34px; line-height:40px; font-weight:300;margin:0px; }
.agency-mid a { float:right; text-decoration:none; color:#fff; font-weight:300; font-size:14px; line-height:44px; padding:0 30px; background-color:#299eda; transform:all 200ms 0s; }
.agency-mid a:hover { background-color:#1582ba; }
.agency-slider { display:inline-block; width:100%; margin:0 0 80px 0; }
/* Responsive ---------------------------------- */
@media (max-width:1800px) {
.da-thumbs li a div h5 { font-size:16px; }
}
@media (max-width:1442px) {
.da-thumbs li a div h5 { font-size: 14px; padding:0px; }
.da-thumbs li a div span { background:url(../img/launch-icon.png) 10px center no-repeat #eaeaea; font-size:12px; line-height:0 0 0 18%; }
.da-thumbs li a div span:hover { background:url(../img/launch-icon-hover.png) 10px center no-repeat #a30000; color:#fff; }
.da-thumbs li a div p { font-size:12px; line-height:20px; }
.da-thumbs li a div { width:89%; height:89%; margin:12px; }
}
@media (max-width:1200px) {
.da-thumbs li a div h5 { padding: 0; }
.work-outer .work-detail ul li { margin: 0; width:25%; }
.da-thumbs li a div p { padding:0 0 13px; }
.da-thumbs li a div span { width:100%; }
.da-thumbs li a div { width:91%; height:91%; }
ul.bjqs-controls.v-centered li.bjqs-prev a, ul.bjqs-controls.v-centered li.bjqs-next a { background-size:contain; width:100px; height:80px; }
ul.bjqs-controls.v-centered li.bjqs-prev a:hover, ul.bjqs-controls.v-centered li.bjqs-next a:hover { background-color:transparent; opacity:.7; }
}
@media (max-width:990px) {
.da-thumbs li a div span { width: 100%; }
.landing-section .left-section { float:none; text-align:center; margin:50px 0 0 0; }
.landing-section .right-section { float:none; width:520px; margin:25px auto 0 auto; text-align:center; }
.landing-section .right-section h1 { text-align:center; }
.landing-section .right-section h2 { text-align:center; margin:25px 0 0 0; }
.landing-section .right-section p { text-align:center; padding:10px 0 35px 0; }
.landing-section .right-section a.work-btn { float:none; display:inline-block; }
.landing-section .right-section .mean-io-cont .mean-io-logo { float:none; margin:45px 0 0 0; }
.work-outer .work-thumbnail img { width:100%; }
.work-outer .workthumbnail-hover img { width:100%; }
.work-outer .workdetail-innerbtm { padding:0 10px; }
.work-outer .workdetail-innerbtm h4 { font-size:26px; padding:0 0 10px 0; }
.bjqs { width:80% !important; }
ul.bjqs-controls.v-centered li.bjqs-prev a, ul.bjqs-controls.v-centered li.bjqs-next a { width:60px; height:75px; top:25% !important; }
.agency-top .agency-right { width:360px; }
.agency-top .agency-right h2 { font-size:45px; line-height:35px; }
.agency-top .agency-right span { margin:0 0 15px 0; }
.agency-top .agency-right p { font-size:14px; }
.agency-mid { margin:30px 0; }
.agency-mid h3 { font-size:30px; }
}
@media (max-width:960px) {
.container-front { width:90%; margin:0 5%; }
}
@media (max-width:767px) {
.da-thumbs li a div span { padding:0 0 0 27%; font-size:12px; }
.da-thumbs li a div p { font-size:15px; }
.da-thumbs li a div h5 { font-size:20px; line-height:25px; }
.da-thumbs li a div { padding:10% 12%; }
.work-outer .workdetail-innerbtm h4 { font-size:20px; line-height:24px; }
.work-outer .workdetail-innerbtm h5 { font-size:17px; }
.agency-top .agency-right { width:100%; margin:35px 0 0 0; }
.agency-mid a { margin:0; }
.agency-mid h3 { font-size:24px; }
}
@media (max-width:639px) {
.work-outer .work-detail ul li{ width:50%; height:auto;}
.work-outer { padding:50px 0; }
.work-outer .row { width:80%; margin:0 auto; }
.work-outer .row span { float:left; width:100%; }
.work-outer .workdetail-inner { float:none; width:80%; margin:0 auto 30px auto; }
.work-outer .workdetail-inner:first-child { margin:0 auto 40px auto; }
.work-outer .workdetail-innerbtm { padding:0; }
.work-outer .workdetail-innerbtm h4 { font-size:35px; line-height:44px; }
ul.bjqs-controls.v-centered li.bjqs-prev a, ul.bjqs-controls.v-centered li.bjqs-next a { width:45px; height:60px; }
.agency-mid h3 { font-size:25px; }
.agency-mid a { float:none; display:inline-block; margin:25px 0 0 0; }
.landing-section .skills-logo { margin:70px 0 0 0; }
}
@media (max-width:550px) {
.landing-section .right-section { width:100%; }
.landing-section .right-section h1 { font-size:40px; line-height:40px; }
.landing-section .right-section h2 { font-size:25px; margin:0; }
.landing-section .right-section p { width:auto; font-size:18px; }
}
@media (max-width:480px) {
.work-outer .work-detail ul li{ width:100%;}
.da-thumbs li a div h5 { padding-bottom:20px; }
.da-thumbs li a div p { padding-bottom:20px; }
.da-thumbs li a div { width:90%; height:90%; }
.da-thumbs li a div span { background:url(../img/launch-icon.png) 13% center no-repeat #eaeaea; font-size:18px; }
.da-thumbs li a div span:hover { background:url(../img/launch-icon-hover.png) 13% center no-repeat #a30000; color:#fff; }
.work-outer .workdetail-inner { width:100%; }
.work-outer .row { width:100%; }
.work-outer .work-detail { margin:0; }
.bjqs { width:90% !important; }
ul.bjqs-controls.v-centered li.bjqs-next a { right:35% !important; top:92% !important; }
ul.bjqs-controls.v-centered li.bjqs-prev a { left:35% !important; top:92% !important; }
header .chatwithme-cont { float:left; margin:20px 0 0 0; width:100%; }
.agency-mid h3 { font-size:20px; }
header .chatwithme-cont a { width:100%; }
ul.bjqs-controls.v-centered li.bjqs-prev a { left:38% !important; }
ul.bjqs-controls.v-centered li.bjqs-next a { right:38% !important; }
ul.bjqs-controls.v-centered li.bjqs-prev a, ul.bjqs-controls.v-centered li.bjqs-next a { width:30px; height:35px; }
}
@media (max-width:380px) {
.work-outer .workdetail-innerbtm h4 { font-size:25px; line-height:36px; }
.work-outer .workdetail-innerbtm h5 { font-size:18px; padding:0 0 5px 0; }
.agency-top .agency-left img { width:100%; }
.agency-mid h3 { line-height:27px; }
} | packages/theme/public/assets/css/styles.css | * { margin:0; padding:0; outline:none; box-sizing:border-box; }
img { border:0; }
a { text-decoration:none; }
/* Globel Css ----------------------------------*/
/*body { font-family: 'Open Sans', sans-serif; line-height:19px; font-size:16px; background:#FFF; font-weight:400; }*/
.bodyClass { font-family: 'Open Sans', sans-serif; line-height:19px; font-size:16px; background:#FFF; font-weight:400; }
.wrapper { width:100%; }
.container-front { width:960px; margin:0 auto;padding:0px !important; }
.clearfix-front { clear:both; }
/* header ----------------------------------- */
header { border-bottom:1px solid #e9eef3; }
header .logo { float:left; margin:12px 0 0 20px; }
header .logo a { text-decoration:none; color:#299eda; font-size:30px; line-height:24px; }
header .chatwithme-cont { float:right; }
header .chatwithme-cont a { display:inline-block; text-decoration:none; text-align:center; color:#fff; font-size:20px; line-height:50px; background-color:#299eda; padding:0 28px; transition:all 200ms 0s; }
header .chatwithme-cont a:hover { background-color:#1582ba; }
/* Landing ---------------------------------- */
.landing-section { box-sizing:border-box; }
.landing-section .left-section { margin:72px 0 0 40px; float:left; }
.landing-section .right-section { margin:119px 0 0 117px; float:left; }
.landing-section .right-section h1 { color:#ff6a4f; font-weight:300; font-size:78px; line-height:78px;margin:0px;}
.landing-section .right-section h2 { color:#6dc0ed; font-style:italic; font-weight:300; font-size:36px; line-height:36px; margin:20px 0 0 0; }
.landing-section .right-section p { color:#9e9b9b; line-height:36px; font-size:24px; font-weight:300; padding:34px 0 58px 0; width:480px;margin-bottom: 0px; }
.landing-section .right-section a.work-btn { float:left; width:239px; background:#299eda; line-height:55px; text-align:center; color:#FFF; font-size:24px; cursor:pointer;text-decoration:none; }
.landing-section .right-section a.work-btn:hover { background:#1582ba; }
.landing-section .right-section .mean-io-cont {}
.landing-section .right-section .mean-io-cont .mean-io-logo { float:left; margin:0 0 0 62px; }
.landing-section .skills-logo { padding:126px 0 0 0; }
.landing-section .skills-logo ul { list-style:none; text-align:center;margin-bottom:4px; }
.landing-section .skills-logo ul li { display:inline-block; width:155px; }
.landing-section .developed-line { text-align:center; font-size:24px; font-weight:300; color:#9e9b9b; padding:57px 0 0 0; }
/* work ---------------------------------- */
.work-outer { padding:0 0 0 0; }
.work-outer .row { padding:0 0 20px 0; }
.work-outer .row h3 { float:left; color:#299eda; font-size:50px; line-height:42px; font-weight:300;margin-top:0px;margin-bottom:0px; }
.work-outer .row span { float:right; color:#dadada; font-size:40px; line-height:36px; font-weight:300; }
.work-outer .work-detail { margin:0 0 45px 0; }
.work-outer .workdetail-inner { float:left; width:32.6%; margin:0 0 0 1%; }
.work-outer .workdetail-inner:first-child { margin:0; }
.work-outer .work-thumbnail { position:relative; }
.work-outer .work-thumbnail img { width:; }
.work-outer .workthumbnail-hover { position:absolute; width:100%; opacity:0; }
.work-outer .workthumbnail-hover img { width:; }
.work-outer .work-thumbnail:hover .workthumbnail-hover { opacity:1; }
.work-outer .workdetail-inner:hover .workdetail-innerbtm h4 { color:#fd6d4e; }
.work-outer .workdetail-inner:hover .workdetail-innerbtm h5 { color:#299eda; }
.work-outer .workdetail-innerbtm a { display:inline-block; text-decoration:none; color:#848484; font-size:36px; line-height:44px; font-weight:300; padding:0 0 20px 0; }
.work-outer .workdetail-innerbtm h4 { color:#848484; font-size:36px; line-height:38px; font-weight:300;margin: 4px 0px 0px 0px; }
.work-outer .workdetail-innerbtm h5 { color:#9e9b9b; font-size:20px; font-weight:300; line-height:24px; padding:10px 0 14px 0; letter-spacing:-.5px; font-style:italic;margin: 0px; }
.work-outer .workdetail-innerbtm p { color:#9e9b9b; font-size:14px; line-height:18px; font-weight:300; }
.work-outer .row { padding:0 0 10px 0; margin:0px; }
/* Chat box ---------------------------------- */
.chat-box { bottom:0; width:300px; position:fixed; right:30px; box-shadow:0 0 9px rgba(0,0,0,0.2); z-index:100; }
.chat-box .top-title { background:#2980b9; height:46px; padding:0 0 0 7px; }
.chat-box .top-title .title-text { float:left; color:#ffffff; font-size:18px; font-style:italic; padding:13px 0 0 9px; }
.chat-box .top-title .cancel-btn { float:right; margin:11px 9px 0 0; line-height:0; padding:6px; cursor:pointer; vertical-align:top; }
.chat-box .top-title .cancel-btn:hover { background:rgba(0,0,0,.2); }
.chat-box .top-title .minize-btn { float:right; margin:11px 11px 0 0; padding:10px 6px; cursor:pointer; vertical-align:top; line-height:0; }
.chat-box .top-title .minize-btn:hover { background:rgba(0,0,0,.2); }
.chat-box .mid-cont { height:300px; background:#FFF; }
.chat-box .mid-cont .chat-center { height:253px; border-bottom:1px solid #e4e8ec; }
.chat-box .mid-cont .chat-center .time-line { color:#999999; font-size:12px; text-align:center; padding:9px 0 0 0; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
.chat-box .mid-cont .chat-center .chat-area { height:255px; }
.chat-box .mid-cont .chat-center .chat-row { padding:4px 0; margin:0 2px; position:relative; display:block; min-height:40px; }
.chat-box .mid-cont .chat-center .chat-image { position:absolute; width:40px; height:40px; }
.chat-box .mid-cont .chat-center .chat-right-cont { margin:3px 10px 0 52px; display:block; }
.chat-box .mid-cont .chat-center .chat-right-cont .arrow-bg { background:url(../img/chat-arrow.png) 0 10px no-repeat; padding:0 0 0 5px; }
.chat-box .mid-cont .chat-center .chat-right-cont .chat-inner { white-space: pre-wrap; word-wrap: break-word; background:#9bdfee; display:inline-block; padding:4px 8px; line-height:18px; border-radius:6px; color:#444444; font-size:13px; }
.chat-box .mid-cont .chat-center .chat-row2 { padding:4px 0; margin:0 2px; position:relative; display:block; }
.chat-box .mid-cont .chat-center .chat-row2 .chat-left-cont { margin:3px 10px 0 52px; display:block; text-align:right; }
.chat-box .mid-cont .chat-center .chat-row2 .chat-left-cont .arrow-bg { background:url(../img/chat-arrow-right.png) right 9px no-repeat; padding:0 5px 0 0; }
.chat-box .mid-cont .chat-center .chat-row2 .chat-left-cont .chat-inner { word-wrap: break-word; background:rgba(255,234,192,0.5); display:inline-block; padding:4px 8px; line-height:18px; border-radius:6px; color:#444444; font-size:13px; }
.chat-box .chat-text { height:50px; }
.chat-box .chat-text textarea { background:none; height:50px; width:100%; border:0; padding:15px 11px; box-sizing:border-box; outline:none; resize:none; color:#aaaaaa; font-family: 'Lato', sans-serif; }
/* agency ------------------------------------- */
.agency-top { padding:52px 0 0 0; }
.agency-top .agency-left { float:left; }
.agency-top .agency-right { float:right; width:615px; }
.agency-top .agency-right h2 { text-align:left; color:#848484; font-size:50px; line-height:51px; font-weight:300; padding:0 0 13px 0;margin:0px; }
.agency-top .agency-right h3 { text-align:left; color:#9e9b9b; font-size:20px; line-height:25px; font-weight:300; padding:0 0 5px 0; font-style:italic;margin:0px; }
.agency-top .agency-right span { display:inline-block; color:#9e9b9b; font-size:12px; font-weight:300; margin:0 0 29px 0; }
.agency-top .agency-right p { color:#848484; font-size:18px; padding:0 0 22px 0; font-weight:300; line-height:22px;margin: 0px; }
.agency-top .agency-right p:last-child { padding-bottom:0; }
.agency-mid { margin:108px 0 22px 0; text-align:center; }
.agency-mid h3 { float:left; color:#848484; font-size:34px; line-height:40px; font-weight:300;margin:0px; }
.agency-mid a { float:right; text-decoration:none; color:#fff; font-weight:300; font-size:14px; line-height:44px; padding:0 30px; background-color:#299eda; transform:all 200ms 0s; }
.agency-mid a:hover { background-color:#1582ba; }
.agency-slider { display:inline-block; width:100%; margin:0 0 80px 0; }
/* Responsive ---------------------------------- */
@media (max-width:1800px) {
.da-thumbs li a div h5 { font-size:16px; }
}
@media (max-width:1442px) {
.da-thumbs li a div h5 { font-size: 14px; padding:0px; }
.da-thumbs li a div span { background:url(../img/launch-icon.png) 10px center no-repeat #eaeaea; font-size:12px; line-height:0 0 0 18%; }
.da-thumbs li a div span:hover { background:url(../img/launch-icon-hover.png) 10px center no-repeat #a30000; color:#fff; }
.da-thumbs li a div p { font-size:12px; line-height:20px; }
.da-thumbs li a div { width:89%; height:89%; margin:12px; }
}
@media (max-width:1200px) {
.da-thumbs li a div h5 { padding: 0; }
.work-outer .work-detail ul li { margin: 0; width:25%; }
.da-thumbs li a div p { padding:0 0 13px; }
.da-thumbs li a div span { width:100%; }
.da-thumbs li a div { width:91%; height:91%; }
ul.bjqs-controls.v-centered li.bjqs-prev a, ul.bjqs-controls.v-centered li.bjqs-next a { background-size:contain; width:100px; height:80px; }
ul.bjqs-controls.v-centered li.bjqs-prev a:hover, ul.bjqs-controls.v-centered li.bjqs-next a:hover { background-color:transparent; opacity:.7; }
}
@media (max-width:990px) {
.da-thumbs li a div span { width: 100%; }
.landing-section .left-section { float:none; text-align:center; margin:50px 0 0 0; }
.landing-section .right-section { float:none; width:520px; margin:25px auto 0 auto; text-align:center; }
.landing-section .right-section h1 { text-align:center; }
.landing-section .right-section h2 { text-align:center; margin:25px 0 0 0; }
.landing-section .right-section p { text-align:center; padding:10px 0 35px 0; }
.landing-section .right-section a.work-btn { float:none; display:inline-block; }
.landing-section .right-section .mean-io-cont .mean-io-logo { float:none; margin:45px 0 0 0; }
.work-outer .work-thumbnail img { width:100%; }
.work-outer .workthumbnail-hover img { width:100%; }
.work-outer .workdetail-innerbtm { padding:0 10px; }
.work-outer .workdetail-innerbtm h4 { font-size:26px; padding:0 0 10px 0; }
.bjqs { width:80% !important; }
ul.bjqs-controls.v-centered li.bjqs-prev a, ul.bjqs-controls.v-centered li.bjqs-next a { width:60px; height:75px; top:25% !important; }
.agency-top .agency-right { width:360px; }
.agency-top .agency-right h2 { font-size:45px; line-height:35px; }
.agency-top .agency-right span { margin:0 0 15px 0; }
.agency-top .agency-right p { font-size:14px; }
.agency-mid { margin:30px 0; }
.agency-mid h3 { font-size:30px; }
}
@media (max-width:960px) {
.container-front { width:90%; margin:0 5%; }
}
@media (max-width:767px) {
.da-thumbs li a div span { padding:0 0 0 27%; font-size:12px; }
.da-thumbs li a div p { font-size:15px; }
.da-thumbs li a div h5 { font-size:20px; line-height:25px; }
.da-thumbs li a div { padding:10% 12%; }
.work-outer .workdetail-innerbtm h4 { font-size:20px; line-height:24px; }
.work-outer .workdetail-innerbtm h5 { font-size:17px; }
.agency-top .agency-right { width:100%; margin:35px 0 0 0; }
.agency-mid a { margin:0; }
.agency-mid h3 { font-size:24px; }
}
@media (max-width:639px) {
.work-outer .work-detail ul li{ width:50%; height:auto;}
.work-outer { padding:50px 0; }
.work-outer .row { width:80%; margin:0 auto; }
.work-outer .row span { float:left; width:100%; }
.work-outer .workdetail-inner { float:none; width:80%; margin:0 auto 30px auto; }
.work-outer .workdetail-inner:first-child { margin:0 auto 40px auto; }
.work-outer .workdetail-innerbtm { padding:0; }
.work-outer .workdetail-innerbtm h4 { font-size:35px; line-height:44px; }
ul.bjqs-controls.v-centered li.bjqs-prev a, ul.bjqs-controls.v-centered li.bjqs-next a { width:45px; height:60px; }
.agency-mid h3 { font-size:25px; }
.agency-mid a { float:none; display:inline-block; margin:25px 0 0 0; }
.landing-section .skills-logo { margin:70px 0 0 0; }
}
@media (max-width:550px) {
.landing-section .right-section { width:100%; }
.landing-section .right-section h1 { font-size:40px; line-height:40px; }
.landing-section .right-section h2 { font-size:25px; margin:0; }
.landing-section .right-section p { width:auto; font-size:18px; }
}
@media (max-width:480px) {
.work-outer .work-detail ul li{ width:100%;}
.da-thumbs li a div h5 { padding-bottom:20px; }
.da-thumbs li a div p { padding-bottom:20px; }
.da-thumbs li a div { width:90%; height:90%; }
.da-thumbs li a div span { background:url(../img/launch-icon.png) 13% center no-repeat #eaeaea; font-size:18px; }
.da-thumbs li a div span:hover { background:url(../img/launch-icon-hover.png) 13% center no-repeat #a30000; color:#fff; }
.work-outer .workdetail-inner { width:100%; }
.work-outer .row { width:100%; }
.work-outer .work-detail { margin:0; }
.bjqs { width:90% !important; }
ul.bjqs-controls.v-centered li.bjqs-next a { right:35% !important; top:92% !important; }
ul.bjqs-controls.v-centered li.bjqs-prev a { left:35% !important; top:92% !important; }
header .chatwithme-cont { float:left; margin:20px 0 0 0; width:100%; }
.agency-mid h3 { font-size:20px; }
header .chatwithme-cont a { width:100%; }
ul.bjqs-controls.v-centered li.bjqs-prev a { left:38% !important; }
ul.bjqs-controls.v-centered li.bjqs-next a { right:38% !important; }
ul.bjqs-controls.v-centered li.bjqs-prev a, ul.bjqs-controls.v-centered li.bjqs-next a { width:30px; height:35px; }
}
@media (max-width:380px) {
.work-outer .workdetail-innerbtm h4 { font-size:25px; line-height:36px; }
.work-outer .workdetail-innerbtm h5 { font-size:18px; padding:0 0 5px 0; }
.agency-top .agency-left img { width:100%; }
.agency-mid h3 { line-height:27px; }
} | 0.44553 | 0.131368 |
@font-face {
font-family:'Aileron Black';
src: url('../fonts/Aileron%20Black.eot');
src: url('../fonts/Aileron%20Blackd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Black.html') format('woff2'),
url('../fonts/Aileron%20Black-2.html') format('woff'),
url('../fonts/Aileron%20Black.svg#Aileron Black') format('svg');
font-weight: 900;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Black';
src: url('../fonts/Aileron%20Black%20Italic.eot');
src: url('../fonts/Aileron%20Black%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Black%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Black%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Black%20Italic.svg#Aileron Black Italic') format('svg');
font-weight: 900;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron';
src: url('../fonts/Aileron%20Italic.eot');
src: url('../fonts/Aileron%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Italic.svg#Aileron Italic') format('svg');
font-weight: 400;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron';
src: url('../fonts/Aileron.eot');
src: url('../fonts/Ailerond41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron.html') format('woff2'),
url('../fonts/Aileron-2.html') format('woff'),
url('../fonts/Aileron.svg#Aileron') format('svg');
font-weight: 400;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron UltraLight';
src: url('../fonts/Aileron%20UltraLight.eot');
src: url('../fonts/Aileron%20UltraLightd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20UltraLight.html') format('woff2'),
url('../fonts/Aileron%20UltraLight-2.html') format('woff'),
url('../fonts/Aileron%20UltraLight.svg#Aileron UltraLight') format('svg');
font-weight: 250;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron UltraLight';
src: url('../fonts/Aileron%20UltraLight%20Italic.eot');
src: url('../fonts/Aileron%20UltraLight%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20UltraLight%20Italic.html') format('woff2'),
url('../fonts/Aileron%20UltraLight%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20UltraLight%20Italic.svg#Aileron UltraLight Italic') format('svg');
font-weight: 250;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'<NAME>';
src: url('../fonts/Aileron%20Thin.eot');
src: url('../fonts/Aileron%20Thind41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Thin.html') format('woff2'),
url('../fonts/Aileron%20Thin-2.html') format('woff'),
url('../fonts/Aileron%20Thin.svg#Aileron Thin') format('svg');
font-weight: 250;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'<NAME>';
src: url('../fonts/Aileron%20Thin%20Italic.eot');
src: url('../fonts/Aileron%20Thin%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Thin%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Thin%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Thin%20Italic.svg#Aileron Thin Italic') format('svg');
font-weight: 250;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron SemiBold';
src: url('../fonts/Aileron%20SemiBold.eot');
src: url('../fonts/Aileron%20SemiBoldd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20SemiBold.html') format('woff2'),
url('../fonts/Aileron%20SemiBold-2.html') format('woff'),
url('../fonts/Aileron%20SemiBold.svg#Aileron SemiBold') format('svg');
font-weight: 600;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron SemiBold';
src: url('../fonts/Aileron%20SemiBold%20Italic.eot');
src: url('../fonts/Aileron%20SemiBold%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20SemiBold%20Italic.html') format('woff2'),
url('../fonts/Aileron%20SemiBold%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20SemiBold%20Italic.svg#Aileron SemiBold Italic') format('svg');
font-weight: 600;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Light';
src: url('../fonts/Aileron%20Light.eot');
src: url('../fonts/Aileron%20Lightd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Light.html') format('woff2'),
url('../fonts/Aileron%20Light-2.html') format('woff'),
url('../fonts/Aileron%20Light.svg#Aileron Light') format('svg');
font-weight: 300;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Light';
src: url('../fonts/Aileron%20Light%20Italic.eot');
src: url('../fonts/Aileron%20Light%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Light%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Light%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Light%20Italic.svg#Aileron Light Italic') format('svg');
font-weight: 300;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Heavy';
src: url('../fonts/Aileron%20Heavy.eot');
src: url('../fonts/Aileron%20Heavyd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Heavy.html') format('woff2'),
url('../fonts/Aileron%20Heavy-2.html') format('woff'),
url('../fonts/Aileron%20Heavy.svg#Aileron Heavy') format('svg');
font-weight: 900;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Heavy';
src: url('../fonts/Aileron%20Heavy%20Italic.eot');
src: url('../fonts/Aileron%20Heavy%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Heavy%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Heavy%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Heavy%20Italic.svg#Aileron Heavy Italic') format('svg');
font-weight: 900;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Bold';
src: url('../fonts/Aileron%20Bold.eot');
src: url('../fonts/Aileron%20Boldd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Bold.html') format('woff2'),
url('../fonts/Aileron%20Bold-2.html') format('woff'),
url('../fonts/Aileron%20Bold.svg#Aileron Bold') format('svg');
font-weight: 700;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Bold';
src: url('../fonts/Aileron%20Bold%20Italic.eot');
src: url('../fonts/Aileron%20Bold%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Bold%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Bold%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Bold%20Italic.svg#Aileron Bold Italic') format('svg');
font-weight: 700;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
} | assets/css/aileron-font.css | @font-face {
font-family:'Aileron Black';
src: url('../fonts/Aileron%20Black.eot');
src: url('../fonts/Aileron%20Blackd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Black.html') format('woff2'),
url('../fonts/Aileron%20Black-2.html') format('woff'),
url('../fonts/Aileron%20Black.svg#Aileron Black') format('svg');
font-weight: 900;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Black';
src: url('../fonts/Aileron%20Black%20Italic.eot');
src: url('../fonts/Aileron%20Black%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Black%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Black%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Black%20Italic.svg#Aileron Black Italic') format('svg');
font-weight: 900;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron';
src: url('../fonts/Aileron%20Italic.eot');
src: url('../fonts/Aileron%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Italic.svg#Aileron Italic') format('svg');
font-weight: 400;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron';
src: url('../fonts/Aileron.eot');
src: url('../fonts/Ailerond41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron.html') format('woff2'),
url('../fonts/Aileron-2.html') format('woff'),
url('../fonts/Aileron.svg#Aileron') format('svg');
font-weight: 400;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron UltraLight';
src: url('../fonts/Aileron%20UltraLight.eot');
src: url('../fonts/Aileron%20UltraLightd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20UltraLight.html') format('woff2'),
url('../fonts/Aileron%20UltraLight-2.html') format('woff'),
url('../fonts/Aileron%20UltraLight.svg#Aileron UltraLight') format('svg');
font-weight: 250;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron UltraLight';
src: url('../fonts/Aileron%20UltraLight%20Italic.eot');
src: url('../fonts/Aileron%20UltraLight%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20UltraLight%20Italic.html') format('woff2'),
url('../fonts/Aileron%20UltraLight%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20UltraLight%20Italic.svg#Aileron UltraLight Italic') format('svg');
font-weight: 250;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'<NAME>';
src: url('../fonts/Aileron%20Thin.eot');
src: url('../fonts/Aileron%20Thind41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Thin.html') format('woff2'),
url('../fonts/Aileron%20Thin-2.html') format('woff'),
url('../fonts/Aileron%20Thin.svg#Aileron Thin') format('svg');
font-weight: 250;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'<NAME>';
src: url('../fonts/Aileron%20Thin%20Italic.eot');
src: url('../fonts/Aileron%20Thin%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Thin%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Thin%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Thin%20Italic.svg#Aileron Thin Italic') format('svg');
font-weight: 250;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron SemiBold';
src: url('../fonts/Aileron%20SemiBold.eot');
src: url('../fonts/Aileron%20SemiBoldd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20SemiBold.html') format('woff2'),
url('../fonts/Aileron%20SemiBold-2.html') format('woff'),
url('../fonts/Aileron%20SemiBold.svg#Aileron SemiBold') format('svg');
font-weight: 600;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron SemiBold';
src: url('../fonts/Aileron%20SemiBold%20Italic.eot');
src: url('../fonts/Aileron%20SemiBold%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20SemiBold%20Italic.html') format('woff2'),
url('../fonts/Aileron%20SemiBold%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20SemiBold%20Italic.svg#Aileron SemiBold Italic') format('svg');
font-weight: 600;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Light';
src: url('../fonts/Aileron%20Light.eot');
src: url('../fonts/Aileron%20Lightd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Light.html') format('woff2'),
url('../fonts/Aileron%20Light-2.html') format('woff'),
url('../fonts/Aileron%20Light.svg#Aileron Light') format('svg');
font-weight: 300;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Light';
src: url('../fonts/Aileron%20Light%20Italic.eot');
src: url('../fonts/Aileron%20Light%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Light%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Light%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Light%20Italic.svg#Aileron Light Italic') format('svg');
font-weight: 300;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Heavy';
src: url('../fonts/Aileron%20Heavy.eot');
src: url('../fonts/Aileron%20Heavyd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Heavy.html') format('woff2'),
url('../fonts/Aileron%20Heavy-2.html') format('woff'),
url('../fonts/Aileron%20Heavy.svg#Aileron Heavy') format('svg');
font-weight: 900;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Heavy';
src: url('../fonts/Aileron%20Heavy%20Italic.eot');
src: url('../fonts/Aileron%20Heavy%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Heavy%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Heavy%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Heavy%20Italic.svg#Aileron Heavy Italic') format('svg');
font-weight: 900;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Bold';
src: url('../fonts/Aileron%20Bold.eot');
src: url('../fonts/Aileron%20Boldd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Bold.html') format('woff2'),
url('../fonts/Aileron%20Bold-2.html') format('woff'),
url('../fonts/Aileron%20Bold.svg#Aileron Bold') format('svg');
font-weight: 700;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB02;
}
@font-face {
font-family:'Aileron Bold';
src: url('../fonts/Aileron%20Bold%20Italic.eot');
src: url('../fonts/Aileron%20Bold%20Italicd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/Aileron%20Bold%20Italic.html') format('woff2'),
url('../fonts/Aileron%20Bold%20Italic-2.html') format('woff'),
url('../fonts/Aileron%20Bold%20Italic.svg#Aileron Bold Italic') format('svg');
font-weight: 700;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB02;
} | 0.135232 | 0.050284 |
@charset "utf-8";
/* NHN Web Standard 3Team HHJ */
/* common */
/* 하단 정보오류 수정요청 구버전 사용여부 확인 후 삭제 (130912) */
.contents03_sub .cs_tmpinfo{position:relative;clear:both}
.contents03_sub .cs_tmpinfo .cs_tmpinfo_txt{display:inline-block;height:15px;line-height:15px;padding:0 0 0 18px;background:url(../img/ico_notice.gif) 0 0 no-repeat;font-family:'돋움',Dotum,Helvetica,AppleGothic,Sans-serif;font-size:11px;color:#999;letter-spacing:-1px}
.contents03_sub .cs_tmpinfo .cs_tmpinfo_link{position:absolute;top:0;right:0;color:#777;font-size:11px;letter-spacing:-1px}
/* 하단 정보오류 수정요청 */
.contents03_sub .cs_applyinfo{overflow:hidden;clear:both;padding-bottom:11px;text-align:right}
.contents03_sub .cs_applyinfo .cs_applyinfo_link{color:#777;font-size:11px;letter-spacing:-1px;text-align:right;text-decoration:underline}
/* bring from seach1 */
.content_search #header{position:static;padding-bottom:15px !important;_padding-bottom:12px !important;background:none !important;line-height:15px}
.content_search #header h3{margin:0 !important;padding:0 !important}
.content_search #header h3 .tm{margin:0 1px 0 -4px;font-weight:normal}
.contents03_sub div,.contents03_sub ul,.contents03_sub ol,.contents03_sub dl,.contents03_sub dt,.contents03_sub dd,.contents03_sub p,.contents03_sub td,.contents03_sub th,.contents03_sub input,.contents03_sub textarea,.contents03_sub select,.contents03_sub em{font-size:12px}
.contents03_sub dt{color:#777 !important}
.contents03_sub dt span{color:#777 !important}
.content_search .contents03{z-index:8}
.content_search .contents03.section{border:none !important}
.section.content_search{padding-bottom:0 !important}
/* layout */
.contents03{position:relative;z-index:10000;width:auto;_width:100%;margin-top:0 !important;border:none !important;zoom:1}
.contents03 em{font-size:12px}
.contents03 h3{font-size:13px;color:#000}
.contents03 table{clear:none}
.contents03 div.tab{clear:both}
.contents03 #header{height:1em;border-bottom:0 !important}
.contents03 #header h3{display:block;float:left;font-size:13px;color:#000}
.contents03 #header h3 .tm{margin:0 1px 0 -4px;font-weight:normal}
.contents03 #header em{float:right;margin:0 !important;padding:0 0 0 15px;background:url(../img/ico_plus.gif) no-repeat 0 0 !important;font-style:normal;line-height:14px;color:#000}
.contents03 #header em a{text-decoration:underline}
.contents03 #header em.direct{float:right;margin-right:5px;padding-left:15px !important;font-style:normal}
.contents03 #header em.direct a{color:#777;text-decoration:underline}
.contents03 #header em.apply_ierror{padding:0;background:none !important}
.contents03 #header .genre{float:right;position:relative;z-index:100;margin-top:-2px}
.contents03 #header .select_title{float:left;margin-top:2px;padding-left:17px;background:url(../img/ico_plus.gif) no-repeat}
.contents03 #header .genre_layer{display:inline;float:left;margin-left:2px;scrollbar-face-color:#fff;scrollbar-highlight-color:#fff;scrollbar-shadow-color:#e1e1e1;scrollbar-3dlight-color:#e1e1e1;scrollbar-arrow-color:#a9a9a9;scrollbar-track-color:#f7f7f7;scrollbar-darkshadow-color:#fff;scrollbar-base-color:#fff}
.contents03 #header .genre .button{display:inline;float:left;margin-left:2px;text-decoration:none}
.contents03 #moreView,.contents03 #moreView02,.contents03 .moreView03{overflow:hidden;clear:both;position:relative;width:auto;padding:14px 0 20px;font-size:12px;text-align:right;zoom:1}
.contents03 #moreView a{float:right;padding:3px 8px 0 3px;background:url(../img/sprite_bu_v1.gif) 100% -204px no-repeat;font-size:12px;text-decoration:underline}
.contents03 #moreView02 a,.contents03 .moreView03 a{float:right;padding:3px 14px 0 3px;background:url(../img/sprite_bu_v1.gif) 100% -312px no-repeat;text-decoration:underline}
.contents03 #nomoreView{clear:both;margin-bottom:17px}
.contents03 .section_more{margin-bottom:0;padding:5px 0 17px}
.contents03_sub{clear:both;margin:0 0 0 10px;zoom:1}
.sub_pack .contents03_sub{margin:0}
.contents03_sub:after{display:block;visibility:hidden;clear:both;height:0;content:'.'}
.contents03_sub a{text-decoration:underline}
.contents03_sub div,.contents03_sub ul,.contents03_sub ol,.contents03_sub dl,.contents03_sub dt,.contents03_sub dd,.contents03_sub p,.contents03_sub td,.contents03_sub th,.contents03_sub input,.contents03_sub textarea,.contents03_sub select,.contents03_sub em{font-size:12px}
.contents03_sub dt,.contents03_sub dt span{color:#777 !important}
.content_search .contents03_sub dt.op_highlight{color:#000 !important}
.contents03_sub .brd_bd{margin-top:13px}
.contents03_sub td .brd_bd{margin-top:0 !important}
/* contents02 */
.content_search .contents02{margin-top:0}
.contents02{position:relative;margin-bottom:1px}
.contents02 #header{z-index:100;width:741px;height:1em;border-bottom:0}
.contents02 #header h3{float:left;font-size:13px}
.contents02 #header em{float:right;margin:0 5px -9px 0;font-style:normal}
.contents02 #header .em{float:right;margin:0 5px 0 0;font-style:normal}
.contents02 #header em a,.contents02 #header .em a{text-decoration:underline}
.contents02 p{clear:both;width:100%;margin:0 0 0 10px;*margin-left:0;padding:0}
.contents02 #moreView{float:right;clear:both;margin:5px 3px 12px 0;padding:0 0 0 9px;background:url(../img/ico_go_more.gif) no-repeat}
.contents02 #moreView02{float:right;clear:both;margin:5px 3px 12px 0;padding:0 0 0 19px !important;background:url(../img/bu_arw12.gif) no-repeat}
.contents02 div,.contents02 ul,.contents02 ol,.contents02 dl,.contents02 p,.contents02 td,.contents02 th,.contents02 input,.contents02 textarea,.contents02 select,.contents02 em{font-size:12px}
.contents div,.contents p,.contents td,.contents th,.contents font{font-size:12px}
/* 길찾기 레이어 */
.content_search .pop_layer,.content_search .pop_layer01{position:absolute;z-index:20000;background:#fff;font-size:12px;color:#666}
.content_search .pop_layer iframe,.content_search .pop_layer01 iframe{width:100% !important}
/* 기존 css */
td.p11,td.p11 font{font-size:11px}
.b,a.b:link,a.b:visited,a.b:hover,a.b:active{font-weight:bold}
.nu,a.nu:link,a.nu:visited{text-decoration:none}
a.nu:hover,a.nu:active{text-decoration:underline}
.u,a.u:link,a.u:visited,a.u:hover,a.u:active{text-decoration:underline}
.c,a.c:link,a.c:visited,a.c:hover,a.c:active{color:#000}
.o01,a.o01:link,a.o01:visited,a.o01:hover,a.o01:active{color:#f26522}
div.preview .btn{float:right}
div.preview .btn img{margin-left:10px}
.opt img.btn{margin:0 0 -4px}
.gray01,a.gray01:link,a.gray01:visited,a.gray01:hover,a.gray01:active{color:#777}
.gray06,a.gray06:link,a.gray06:visited,a.gray06:hover,a.gray06:active{color:#5c5c5c}
div.more{float:right;clear:both;clear:both;padding-left:18px;background:url(../img/bu_arw03.gif) no-repeat}
div.more a{color:#00c}
.brw01,a.brw01:link,a.brw01:visited,a.brw01:hover,a.brw01:active{color:#8E4B11}
.c6,a.c6:link,a.c6:visited{font-size:12px;color:#666;text-decoration:none}
a.c6:hover,a.c6:active{font-size:12px;color:#666;text-decoration:underline}
.fs13{font-size:13px}
.ln10{line-height:1.0}
.ls2{letter-spacing:-2px}
.ln14{line-height:1.4 !important}
.ln15{line-height:1.5 !important}
.ln16{line-height:1.6 !important}
.ln17{line-height:1.7 !important}
.ln18{line-height:1.8 !important}
a.bllink:hover{color:#00c;text-decoration:underline}
a.bllink:visited{color:#800080}
.navy_is,a.navy_is:link,a.navy_is:visited,a.navy_is:hover,a.navy_is:active{color:#2c567c}
.bk{color:#000;text-decoration:none}
.dm{font-family:'돋움',dotum}
.ls{letter-spacing:-1px}
.o,a.o:link,a.o:visited,a.o:hover,a.o:active{color:#C30}
#sp .o{color:#ff7f39}
.p11,a.p11:link,a.p11:visited,a.p11:hover,a.p11:active{font-size:11px}
.p13,a.p13:link,a.p13:visited,a.p13:hover,a.p13:active{font-size:13px}
.p15,a.p15:link,a.p15:visited,a.p15:hover,a.p15:active{font-size:15px !important}
.bl,a.bl:link,a.bl:visited{color:#00C;text-decoration:none}
a.bl:hover{text-decoration:underline}
.bk{color:#000;text-decoration:none !important}
#nodeco{text-decoration:none}
#ln2{font-size:9pt;line-height:1.4}
#ln6{font-size:9pt;line-height:1.8}
a.tia{color:#1c4971;text-decoration:none}
.contents03_sub td,th{font-size:12px;line-height:1.3;color:#000}
.gr01,a.gr01:link,a.gr01:visited,a.gr01:hover,a.gr01:active{color:#218e42}
td.p13{font-size:13px}
small span.p12{font-size:12px}
.nv02,a.nv02:link,a.nv02:visited{font-size:12px;color:#036 !important;text-decoration:none}
a.nv02:hover,a.nv02:active{font-size:12px;color:#036;text-decoration:underline}
.org,a.org:link,a.org:visited,a.org:hover,a.org:active{font-weight:bold;color:#F60}
/* 개별 */
.contents03_sub #map{width:310px;margin:0;padding:0}
.contents03_sub #eng_addr .thead p{font:11px '돋움',Dotum !important;color:#bbb}
.contents03_sub #eng_addr .content{border:none}
.contents03_sub #zip_code .thead p{font:11px '돋움',Dotum !important;color:#bbb}
.contents03_sub #zip_code .content{border:none}
.contents03_sub #unit_change .content{margin:0;padding:0;border:none}
.contents03_sub #header{margin:15px 0 12px!important}
.contents03_sub #game h3{margin-top:1px}
.contents03_sub #tvtime .tv_select .page{width:165px !important}
.contents03_sub #bow{overflow:hidden;clear:both;width:725px}
.contents03_sub #movie h4{top:12px !important}
.contents03_sub #treasure_basic .cate_search dl{width:450px}
.contents03_sub #month .calendar td div{font-family:Verdana;font-size:11px;color:#666}
.contents03_sub #lovelife h1{margin:0;padding:0}
.contents03_sub #lovelife h1 img{margin:0}
.contents03_sub #japan01 li,#japan02 li{line-height:1.3}
.spbrnd{margin-top:-16px}
.spbrnd td{font-size:12px}
html> body .bg_flv{padding-top:14px !important}
.contents03_sub #tvtime .content table{margin-top:-1px}
.contents03_sub #tvtime .day_prev{margin-bottom:6px}
.contents03_sub #info .clear{overflow:visible}
.contents03_sub #valentine #wrap,.contents03_sub #whiteday #wrap,.contents03_sub #xmascarol #wrap{clear:both}
#book dd .btn{margin:0;vertical-align:middle}
#book dd .btn img{position:relative;margin:-2px 0 1px;vertical-align:middle}
.ime_mode{ime-mode:active}
/* 브랜드검색 기타 여백 수정건 */
.content_search .brandsearch_etc .contents03_sub{margin:0 !important}
.content_search table td p.txt_block{width:520px;margin:0;padding:0;line-height:1.5 !important}
/* 지식인 연동 */
.kin_area{display:inline-block;clear:both;width:710px;margin-top:18px;margin-bottom:25px}
.kin_area .ka_wrap{position:relative;padding-top:18px;border-top:1px solid #f0f0f1}
.kin_area h4{margin-top:0 !important;font-size:12px;color:#444;letter-spacing:-1px}
.kin_area ul{margin:10px 0 -10px}
.kin_area ul li{margin-bottom:9px}
.kin_area ul li a{text-decoration:none}
.kin_area ul li a:hover{text-decoration:underline}
.kin_area ul li .date{margin-left:7px}
.kin_area .more{position:absolute;top:19px;right:0;color:#777;letter-spacing:-1px}
/* highlight */
.csr_hlight{background:#ffff95;font-weight:bold !important}
/* 관련검색 */
.contents03 .apply_connection dt{color:#000 !important}
.contents03 .apply_connection_v2{border-top:0} | static/lib/bootstrap/css/naver-knowledge.css | @charset "utf-8";
/* NHN Web Standard 3Team HHJ */
/* common */
/* 하단 정보오류 수정요청 구버전 사용여부 확인 후 삭제 (130912) */
.contents03_sub .cs_tmpinfo{position:relative;clear:both}
.contents03_sub .cs_tmpinfo .cs_tmpinfo_txt{display:inline-block;height:15px;line-height:15px;padding:0 0 0 18px;background:url(../img/ico_notice.gif) 0 0 no-repeat;font-family:'돋움',Dotum,Helvetica,AppleGothic,Sans-serif;font-size:11px;color:#999;letter-spacing:-1px}
.contents03_sub .cs_tmpinfo .cs_tmpinfo_link{position:absolute;top:0;right:0;color:#777;font-size:11px;letter-spacing:-1px}
/* 하단 정보오류 수정요청 */
.contents03_sub .cs_applyinfo{overflow:hidden;clear:both;padding-bottom:11px;text-align:right}
.contents03_sub .cs_applyinfo .cs_applyinfo_link{color:#777;font-size:11px;letter-spacing:-1px;text-align:right;text-decoration:underline}
/* bring from seach1 */
.content_search #header{position:static;padding-bottom:15px !important;_padding-bottom:12px !important;background:none !important;line-height:15px}
.content_search #header h3{margin:0 !important;padding:0 !important}
.content_search #header h3 .tm{margin:0 1px 0 -4px;font-weight:normal}
.contents03_sub div,.contents03_sub ul,.contents03_sub ol,.contents03_sub dl,.contents03_sub dt,.contents03_sub dd,.contents03_sub p,.contents03_sub td,.contents03_sub th,.contents03_sub input,.contents03_sub textarea,.contents03_sub select,.contents03_sub em{font-size:12px}
.contents03_sub dt{color:#777 !important}
.contents03_sub dt span{color:#777 !important}
.content_search .contents03{z-index:8}
.content_search .contents03.section{border:none !important}
.section.content_search{padding-bottom:0 !important}
/* layout */
.contents03{position:relative;z-index:10000;width:auto;_width:100%;margin-top:0 !important;border:none !important;zoom:1}
.contents03 em{font-size:12px}
.contents03 h3{font-size:13px;color:#000}
.contents03 table{clear:none}
.contents03 div.tab{clear:both}
.contents03 #header{height:1em;border-bottom:0 !important}
.contents03 #header h3{display:block;float:left;font-size:13px;color:#000}
.contents03 #header h3 .tm{margin:0 1px 0 -4px;font-weight:normal}
.contents03 #header em{float:right;margin:0 !important;padding:0 0 0 15px;background:url(../img/ico_plus.gif) no-repeat 0 0 !important;font-style:normal;line-height:14px;color:#000}
.contents03 #header em a{text-decoration:underline}
.contents03 #header em.direct{float:right;margin-right:5px;padding-left:15px !important;font-style:normal}
.contents03 #header em.direct a{color:#777;text-decoration:underline}
.contents03 #header em.apply_ierror{padding:0;background:none !important}
.contents03 #header .genre{float:right;position:relative;z-index:100;margin-top:-2px}
.contents03 #header .select_title{float:left;margin-top:2px;padding-left:17px;background:url(../img/ico_plus.gif) no-repeat}
.contents03 #header .genre_layer{display:inline;float:left;margin-left:2px;scrollbar-face-color:#fff;scrollbar-highlight-color:#fff;scrollbar-shadow-color:#e1e1e1;scrollbar-3dlight-color:#e1e1e1;scrollbar-arrow-color:#a9a9a9;scrollbar-track-color:#f7f7f7;scrollbar-darkshadow-color:#fff;scrollbar-base-color:#fff}
.contents03 #header .genre .button{display:inline;float:left;margin-left:2px;text-decoration:none}
.contents03 #moreView,.contents03 #moreView02,.contents03 .moreView03{overflow:hidden;clear:both;position:relative;width:auto;padding:14px 0 20px;font-size:12px;text-align:right;zoom:1}
.contents03 #moreView a{float:right;padding:3px 8px 0 3px;background:url(../img/sprite_bu_v1.gif) 100% -204px no-repeat;font-size:12px;text-decoration:underline}
.contents03 #moreView02 a,.contents03 .moreView03 a{float:right;padding:3px 14px 0 3px;background:url(../img/sprite_bu_v1.gif) 100% -312px no-repeat;text-decoration:underline}
.contents03 #nomoreView{clear:both;margin-bottom:17px}
.contents03 .section_more{margin-bottom:0;padding:5px 0 17px}
.contents03_sub{clear:both;margin:0 0 0 10px;zoom:1}
.sub_pack .contents03_sub{margin:0}
.contents03_sub:after{display:block;visibility:hidden;clear:both;height:0;content:'.'}
.contents03_sub a{text-decoration:underline}
.contents03_sub div,.contents03_sub ul,.contents03_sub ol,.contents03_sub dl,.contents03_sub dt,.contents03_sub dd,.contents03_sub p,.contents03_sub td,.contents03_sub th,.contents03_sub input,.contents03_sub textarea,.contents03_sub select,.contents03_sub em{font-size:12px}
.contents03_sub dt,.contents03_sub dt span{color:#777 !important}
.content_search .contents03_sub dt.op_highlight{color:#000 !important}
.contents03_sub .brd_bd{margin-top:13px}
.contents03_sub td .brd_bd{margin-top:0 !important}
/* contents02 */
.content_search .contents02{margin-top:0}
.contents02{position:relative;margin-bottom:1px}
.contents02 #header{z-index:100;width:741px;height:1em;border-bottom:0}
.contents02 #header h3{float:left;font-size:13px}
.contents02 #header em{float:right;margin:0 5px -9px 0;font-style:normal}
.contents02 #header .em{float:right;margin:0 5px 0 0;font-style:normal}
.contents02 #header em a,.contents02 #header .em a{text-decoration:underline}
.contents02 p{clear:both;width:100%;margin:0 0 0 10px;*margin-left:0;padding:0}
.contents02 #moreView{float:right;clear:both;margin:5px 3px 12px 0;padding:0 0 0 9px;background:url(../img/ico_go_more.gif) no-repeat}
.contents02 #moreView02{float:right;clear:both;margin:5px 3px 12px 0;padding:0 0 0 19px !important;background:url(../img/bu_arw12.gif) no-repeat}
.contents02 div,.contents02 ul,.contents02 ol,.contents02 dl,.contents02 p,.contents02 td,.contents02 th,.contents02 input,.contents02 textarea,.contents02 select,.contents02 em{font-size:12px}
.contents div,.contents p,.contents td,.contents th,.contents font{font-size:12px}
/* 길찾기 레이어 */
.content_search .pop_layer,.content_search .pop_layer01{position:absolute;z-index:20000;background:#fff;font-size:12px;color:#666}
.content_search .pop_layer iframe,.content_search .pop_layer01 iframe{width:100% !important}
/* 기존 css */
td.p11,td.p11 font{font-size:11px}
.b,a.b:link,a.b:visited,a.b:hover,a.b:active{font-weight:bold}
.nu,a.nu:link,a.nu:visited{text-decoration:none}
a.nu:hover,a.nu:active{text-decoration:underline}
.u,a.u:link,a.u:visited,a.u:hover,a.u:active{text-decoration:underline}
.c,a.c:link,a.c:visited,a.c:hover,a.c:active{color:#000}
.o01,a.o01:link,a.o01:visited,a.o01:hover,a.o01:active{color:#f26522}
div.preview .btn{float:right}
div.preview .btn img{margin-left:10px}
.opt img.btn{margin:0 0 -4px}
.gray01,a.gray01:link,a.gray01:visited,a.gray01:hover,a.gray01:active{color:#777}
.gray06,a.gray06:link,a.gray06:visited,a.gray06:hover,a.gray06:active{color:#5c5c5c}
div.more{float:right;clear:both;clear:both;padding-left:18px;background:url(../img/bu_arw03.gif) no-repeat}
div.more a{color:#00c}
.brw01,a.brw01:link,a.brw01:visited,a.brw01:hover,a.brw01:active{color:#8E4B11}
.c6,a.c6:link,a.c6:visited{font-size:12px;color:#666;text-decoration:none}
a.c6:hover,a.c6:active{font-size:12px;color:#666;text-decoration:underline}
.fs13{font-size:13px}
.ln10{line-height:1.0}
.ls2{letter-spacing:-2px}
.ln14{line-height:1.4 !important}
.ln15{line-height:1.5 !important}
.ln16{line-height:1.6 !important}
.ln17{line-height:1.7 !important}
.ln18{line-height:1.8 !important}
a.bllink:hover{color:#00c;text-decoration:underline}
a.bllink:visited{color:#800080}
.navy_is,a.navy_is:link,a.navy_is:visited,a.navy_is:hover,a.navy_is:active{color:#2c567c}
.bk{color:#000;text-decoration:none}
.dm{font-family:'돋움',dotum}
.ls{letter-spacing:-1px}
.o,a.o:link,a.o:visited,a.o:hover,a.o:active{color:#C30}
#sp .o{color:#ff7f39}
.p11,a.p11:link,a.p11:visited,a.p11:hover,a.p11:active{font-size:11px}
.p13,a.p13:link,a.p13:visited,a.p13:hover,a.p13:active{font-size:13px}
.p15,a.p15:link,a.p15:visited,a.p15:hover,a.p15:active{font-size:15px !important}
.bl,a.bl:link,a.bl:visited{color:#00C;text-decoration:none}
a.bl:hover{text-decoration:underline}
.bk{color:#000;text-decoration:none !important}
#nodeco{text-decoration:none}
#ln2{font-size:9pt;line-height:1.4}
#ln6{font-size:9pt;line-height:1.8}
a.tia{color:#1c4971;text-decoration:none}
.contents03_sub td,th{font-size:12px;line-height:1.3;color:#000}
.gr01,a.gr01:link,a.gr01:visited,a.gr01:hover,a.gr01:active{color:#218e42}
td.p13{font-size:13px}
small span.p12{font-size:12px}
.nv02,a.nv02:link,a.nv02:visited{font-size:12px;color:#036 !important;text-decoration:none}
a.nv02:hover,a.nv02:active{font-size:12px;color:#036;text-decoration:underline}
.org,a.org:link,a.org:visited,a.org:hover,a.org:active{font-weight:bold;color:#F60}
/* 개별 */
.contents03_sub #map{width:310px;margin:0;padding:0}
.contents03_sub #eng_addr .thead p{font:11px '돋움',Dotum !important;color:#bbb}
.contents03_sub #eng_addr .content{border:none}
.contents03_sub #zip_code .thead p{font:11px '돋움',Dotum !important;color:#bbb}
.contents03_sub #zip_code .content{border:none}
.contents03_sub #unit_change .content{margin:0;padding:0;border:none}
.contents03_sub #header{margin:15px 0 12px!important}
.contents03_sub #game h3{margin-top:1px}
.contents03_sub #tvtime .tv_select .page{width:165px !important}
.contents03_sub #bow{overflow:hidden;clear:both;width:725px}
.contents03_sub #movie h4{top:12px !important}
.contents03_sub #treasure_basic .cate_search dl{width:450px}
.contents03_sub #month .calendar td div{font-family:Verdana;font-size:11px;color:#666}
.contents03_sub #lovelife h1{margin:0;padding:0}
.contents03_sub #lovelife h1 img{margin:0}
.contents03_sub #japan01 li,#japan02 li{line-height:1.3}
.spbrnd{margin-top:-16px}
.spbrnd td{font-size:12px}
html> body .bg_flv{padding-top:14px !important}
.contents03_sub #tvtime .content table{margin-top:-1px}
.contents03_sub #tvtime .day_prev{margin-bottom:6px}
.contents03_sub #info .clear{overflow:visible}
.contents03_sub #valentine #wrap,.contents03_sub #whiteday #wrap,.contents03_sub #xmascarol #wrap{clear:both}
#book dd .btn{margin:0;vertical-align:middle}
#book dd .btn img{position:relative;margin:-2px 0 1px;vertical-align:middle}
.ime_mode{ime-mode:active}
/* 브랜드검색 기타 여백 수정건 */
.content_search .brandsearch_etc .contents03_sub{margin:0 !important}
.content_search table td p.txt_block{width:520px;margin:0;padding:0;line-height:1.5 !important}
/* 지식인 연동 */
.kin_area{display:inline-block;clear:both;width:710px;margin-top:18px;margin-bottom:25px}
.kin_area .ka_wrap{position:relative;padding-top:18px;border-top:1px solid #f0f0f1}
.kin_area h4{margin-top:0 !important;font-size:12px;color:#444;letter-spacing:-1px}
.kin_area ul{margin:10px 0 -10px}
.kin_area ul li{margin-bottom:9px}
.kin_area ul li a{text-decoration:none}
.kin_area ul li a:hover{text-decoration:underline}
.kin_area ul li .date{margin-left:7px}
.kin_area .more{position:absolute;top:19px;right:0;color:#777;letter-spacing:-1px}
/* highlight */
.csr_hlight{background:#ffff95;font-weight:bold !important}
/* 관련검색 */
.contents03 .apply_connection dt{color:#000 !important}
.contents03 .apply_connection_v2{border-top:0} | 0.138695 | 0.055438 |
@import '../../styles/variables.css';
.blue {
color: var(--color-blue);
font-weight: var(--font-weight-bold);
}
.mobileWrapper {
position: fixed;
top: 0;
z-index: 5;
width: 100%;
@media (min-width: 700px) {
display: none;
}
}
.blue {
color: var(--color-blue);
}
.helpUs {
color: var(--color-bright-orange);
font-weight: var(--font-weight-bold);
}
.header {
display: hide;
width: 100%;
max-width: calc(4 * var(--cell-length) + 3 * var(--gutter));
margin-top: var(--size-32);
margin-bottom: var(--size-132);
font-family: var(--font-family-nunito);
font-size: var(--size-24);
line-height: var(--size-32);
@media (min-width: 700px) {
display: flex;
flex-direction: row;
justify-content: space-between;
max-width: calc(11 * var(--cell-length) + 10 * var(--gutter));
margin: 0 auto;
}
}
.hide {
display: none;
@media (min-width: 700px) {
display: block;
max-width: calc(11 * var(--cell-length) + 10 * var(--gutter));
}
}
.logo {
width: var(--size-76);
@media (min-width: 700px) {
width: var(--size-132);
}
}
.navbarLinks {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
& a {
color: inherit;
cursor: pointer;
text-decoration: none;
}
& :hover {
color: var(--color-dark-grayish-blue);
transform: rotate(-5deg);
}
&.left a {
color: var(--color-light-grey);
}
&.right a {
color: var(--color-light-grey);
}
}
.marginRigth {
margin-right: var(--size-56);
}
.separator {
margin-right: var(--size-8);
margin-left: var(--size-8);
color: var(--color-dark-grayish-blue);
font-size: var(--size-24);
line-height: var(--size-32);
}
.intlLinks a {
color: var(--color-dark-grayish-blue);
font-size: var(--size-24);
font-weight: var(--font-weight-bold);
line-height: var(--size-32);
& :hover {
transform: rotate(-5deg);
}
&.fade {
color: var(--color-light-grey);
font-weight: var(--font-weight-bold);
}
@media (min-width: 700px) {
font-size: var(--size-24);
}
} | src/components/Header/index.css | @import '../../styles/variables.css';
.blue {
color: var(--color-blue);
font-weight: var(--font-weight-bold);
}
.mobileWrapper {
position: fixed;
top: 0;
z-index: 5;
width: 100%;
@media (min-width: 700px) {
display: none;
}
}
.blue {
color: var(--color-blue);
}
.helpUs {
color: var(--color-bright-orange);
font-weight: var(--font-weight-bold);
}
.header {
display: hide;
width: 100%;
max-width: calc(4 * var(--cell-length) + 3 * var(--gutter));
margin-top: var(--size-32);
margin-bottom: var(--size-132);
font-family: var(--font-family-nunito);
font-size: var(--size-24);
line-height: var(--size-32);
@media (min-width: 700px) {
display: flex;
flex-direction: row;
justify-content: space-between;
max-width: calc(11 * var(--cell-length) + 10 * var(--gutter));
margin: 0 auto;
}
}
.hide {
display: none;
@media (min-width: 700px) {
display: block;
max-width: calc(11 * var(--cell-length) + 10 * var(--gutter));
}
}
.logo {
width: var(--size-76);
@media (min-width: 700px) {
width: var(--size-132);
}
}
.navbarLinks {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
& a {
color: inherit;
cursor: pointer;
text-decoration: none;
}
& :hover {
color: var(--color-dark-grayish-blue);
transform: rotate(-5deg);
}
&.left a {
color: var(--color-light-grey);
}
&.right a {
color: var(--color-light-grey);
}
}
.marginRigth {
margin-right: var(--size-56);
}
.separator {
margin-right: var(--size-8);
margin-left: var(--size-8);
color: var(--color-dark-grayish-blue);
font-size: var(--size-24);
line-height: var(--size-32);
}
.intlLinks a {
color: var(--color-dark-grayish-blue);
font-size: var(--size-24);
font-weight: var(--font-weight-bold);
line-height: var(--size-32);
& :hover {
transform: rotate(-5deg);
}
&.fade {
color: var(--color-light-grey);
font-weight: var(--font-weight-bold);
}
@media (min-width: 700px) {
font-size: var(--size-24);
}
} | 0.626124 | 0.151718 |
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
*{
margin: 0
}
body{
font-family: 'Droid Serif', serif;
line-height: 1.6em;
color: #444;
}
html
{
background-color: white;
}
#wrapperDiv{
width: 80vw;
margin-left: 10vw;
margin-right: 10vw;
}
a {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: inherit;
}
h1 {
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 2.5rem;
line-height: 2.5rem;
color: #111;
}
.meta {
font-family: 'Abel', sans-serif;
font-size: 0.9rem;
color: #888;
text-transform: uppercase;
margin-bottom: 2px;
}
#print {
float: right;
display: inline;
margin-top: -29px;
padding: 0;
}
header{
height: 18vh;
margin-top: 15px;
position: relative;
}
#logoHolder{
margin-top: 8px;
height: 48px;
width: 215px;
background-color: #333333;
float: left;
background: url(../img/actuallogo.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#logoTextHolder{
font-family: 'Yellowtail', cursive;
font-size: xx-large;
font-weight: 550;
margin-top: 4px;
margin-left: 2px;
height: 50px;
width: 225px;
float: left;
}
#subText{
font-family: 'Roboto', sans-serif;
font-size: 8px;
font-weight: bold;
margin-top: 4px;
margin-left: 2px;
height: 50px;
width: 225px;
float: left;
margin-top: -8px;
}.socialMedia{
height: 24px;
width: 24px;
background-color: #333333;
float: right;
margin-left: 2px;
margin-top: 10px;
}#spaceMedia{
margin-right: 8px;
background-color:#333333;
background: url(../img/pint-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#feed{
background-color: #333333;
background: url(../img/rss-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#flik{
background-color: #333333;
background: url(../img/flic-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#im{
background-color: #333333;
background: url(../img/insta-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#gt{
background-color: #333333;
background: url(../img/gp-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#tw{
background-color: #333333;
background: url(../img/twit-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#fb{
background-color: #333333;
background: url(../img/fb-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#mail{
background-color: #333333;
background: url(../img/mail-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.decor {
width: 100%;
content: url('../img/decor.png');
width: 100%;
padding-top: 18px;
padding-bottom: 15px;
margin-top: 80px;
position: absolute;
overflow: hidden;
}
/* begining of main styles */
main{
margin-top: 30px;
}
#mainLayer1{
width: 100%;
position: relative;
margin-bottom: 20px;
}
#printerDiv{
width: 10px;
height: 13px;
position: absolute;
background-image: url(../img/print-icon.png)no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
right: 0;
bottom: 0;
}
#print::before {
margin: 0 3px;
margin-top: 2px;
content: url('../img/printer.png');
}
#mainLayer2{
height: 600px;
width: 100%;
background: url(../img/choco-pizza.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-bottom: 20px;
}
ul{
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}
.ingredients{
padding: 38px 12% 40px 16%;
font-family: '<NAME>', cursive;
font-size: 1.2rem;
line-height: 1.65;
}
.ingredients li {
display: inline-block;
list-style: none;
width: 400px;
cursor: pointer;
}
.ingredients li::before {
margin: 0 10px;
content: url('../img/box-unchecked.png');
}
.checked {
text-decoration: line-through;
}
.ingredients li.checked::before {
margin: 0 10px;
content: url('../img/box-checked.png');
}
#lowestDeco{
}
#lowerDeco{
width: 100%;
content: url('../img/decor.png');
width: 100%;
padding-top: 20px;
padding-bottom: 15px;
margin-top: 0px;
overflow: hidden;
}
#mainLayer3{
width: 100%;
margin-bottom: 20px;
}
.layered{
text-indent: 32px;
padding-top: 8px;
padding-bottom: 3px;
}
#mainLayer4{
background: url('../img/list-bg.png') no-repeat;
background-size:100% 100%;
margin-bottom: 10px;
}
.list{
float: left;
text-align: center;
width: 50%;
}
#bottomBorder2
{
width: 100%;
height: 15px;
bottom: -60px;
position: absolute;
background-image: url("../img/hr-img.png");
background-repeat: repeat repeat;
}
footer{
}
#footerDiv1{
height: 10vh;
margin-bottom: 70px;
}
#footerDiv2{
height: 7vh;
margin-bottom: 0px;
}
#footerDiv3{
height: 10vh;
margin-bottom: 20px;
text-align: center;
font-weight: lighter;
opacity: 0.5;
}
#nessa{
height: 71px;
width: 68px;
float: left;
background: url(../img/van-pic.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px;
border-radius: 71px;
}
#nessa2{
height: 71px;
float: left;
margin-top: 10px;
width: 60%;
}
#nessa2Head{
font-size: large;
font-weight: bold;
margin-bottom: -15px;
}
#nessa2Text{
margin-top: -14px;
}
#nessaButton{
display: inline-block;
float: right;
width: 20%;
height: 55px;
background-color: #bb7056;
font-family: 'Abel';
font-size: 1.25rem;
color: white;
line-height: 3.5rem;
text-transform: uppercase;
text-align: center;
margin-top: 10px;
cursor: pointer;
}
.smallFooter{
height: 32px;
margin-top: 16px;
width: 47%;
float: left;
opacity: 0.5;
}
#smallLogo{
width: 4%;
height: 31px;
margin-left: 1%;
margin-right: 1%;
float: left;
background: url(../img/small-logo.png) no-repeat center center;
background-size: 30px 30px;
} | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
*{
margin: 0
}
body{
font-family: 'Droid Serif', serif;
line-height: 1.6em;
color: #444;
}
html
{
background-color: white;
}
#wrapperDiv{
width: 80vw;
margin-left: 10vw;
margin-right: 10vw;
}
a {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: inherit;
}
h1 {
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 2.5rem;
line-height: 2.5rem;
color: #111;
}
.meta {
font-family: 'Abel', sans-serif;
font-size: 0.9rem;
color: #888;
text-transform: uppercase;
margin-bottom: 2px;
}
#print {
float: right;
display: inline;
margin-top: -29px;
padding: 0;
}
header{
height: 18vh;
margin-top: 15px;
position: relative;
}
#logoHolder{
margin-top: 8px;
height: 48px;
width: 215px;
background-color: #333333;
float: left;
background: url(../img/actuallogo.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#logoTextHolder{
font-family: 'Yellowtail', cursive;
font-size: xx-large;
font-weight: 550;
margin-top: 4px;
margin-left: 2px;
height: 50px;
width: 225px;
float: left;
}
#subText{
font-family: 'Roboto', sans-serif;
font-size: 8px;
font-weight: bold;
margin-top: 4px;
margin-left: 2px;
height: 50px;
width: 225px;
float: left;
margin-top: -8px;
}.socialMedia{
height: 24px;
width: 24px;
background-color: #333333;
float: right;
margin-left: 2px;
margin-top: 10px;
}#spaceMedia{
margin-right: 8px;
background-color:#333333;
background: url(../img/pint-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#feed{
background-color: #333333;
background: url(../img/rss-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#flik{
background-color: #333333;
background: url(../img/flic-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#im{
background-color: #333333;
background: url(../img/insta-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#gt{
background-color: #333333;
background: url(../img/gp-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#tw{
background-color: #333333;
background: url(../img/twit-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#fb{
background-color: #333333;
background: url(../img/fb-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}#mail{
background-color: #333333;
background: url(../img/mail-icon.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.decor {
width: 100%;
content: url('../img/decor.png');
width: 100%;
padding-top: 18px;
padding-bottom: 15px;
margin-top: 80px;
position: absolute;
overflow: hidden;
}
/* begining of main styles */
main{
margin-top: 30px;
}
#mainLayer1{
width: 100%;
position: relative;
margin-bottom: 20px;
}
#printerDiv{
width: 10px;
height: 13px;
position: absolute;
background-image: url(../img/print-icon.png)no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
right: 0;
bottom: 0;
}
#print::before {
margin: 0 3px;
margin-top: 2px;
content: url('../img/printer.png');
}
#mainLayer2{
height: 600px;
width: 100%;
background: url(../img/choco-pizza.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-bottom: 20px;
}
ul{
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}
.ingredients{
padding: 38px 12% 40px 16%;
font-family: '<NAME>', cursive;
font-size: 1.2rem;
line-height: 1.65;
}
.ingredients li {
display: inline-block;
list-style: none;
width: 400px;
cursor: pointer;
}
.ingredients li::before {
margin: 0 10px;
content: url('../img/box-unchecked.png');
}
.checked {
text-decoration: line-through;
}
.ingredients li.checked::before {
margin: 0 10px;
content: url('../img/box-checked.png');
}
#lowestDeco{
}
#lowerDeco{
width: 100%;
content: url('../img/decor.png');
width: 100%;
padding-top: 20px;
padding-bottom: 15px;
margin-top: 0px;
overflow: hidden;
}
#mainLayer3{
width: 100%;
margin-bottom: 20px;
}
.layered{
text-indent: 32px;
padding-top: 8px;
padding-bottom: 3px;
}
#mainLayer4{
background: url('../img/list-bg.png') no-repeat;
background-size:100% 100%;
margin-bottom: 10px;
}
.list{
float: left;
text-align: center;
width: 50%;
}
#bottomBorder2
{
width: 100%;
height: 15px;
bottom: -60px;
position: absolute;
background-image: url("../img/hr-img.png");
background-repeat: repeat repeat;
}
footer{
}
#footerDiv1{
height: 10vh;
margin-bottom: 70px;
}
#footerDiv2{
height: 7vh;
margin-bottom: 0px;
}
#footerDiv3{
height: 10vh;
margin-bottom: 20px;
text-align: center;
font-weight: lighter;
opacity: 0.5;
}
#nessa{
height: 71px;
width: 68px;
float: left;
background: url(../img/van-pic.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px;
border-radius: 71px;
}
#nessa2{
height: 71px;
float: left;
margin-top: 10px;
width: 60%;
}
#nessa2Head{
font-size: large;
font-weight: bold;
margin-bottom: -15px;
}
#nessa2Text{
margin-top: -14px;
}
#nessaButton{
display: inline-block;
float: right;
width: 20%;
height: 55px;
background-color: #bb7056;
font-family: 'Abel';
font-size: 1.25rem;
color: white;
line-height: 3.5rem;
text-transform: uppercase;
text-align: center;
margin-top: 10px;
cursor: pointer;
}
.smallFooter{
height: 32px;
margin-top: 16px;
width: 47%;
float: left;
opacity: 0.5;
}
#smallLogo{
width: 4%;
height: 31px;
margin-left: 1%;
margin-right: 1%;
float: left;
background: url(../img/small-logo.png) no-repeat center center;
background-size: 30px 30px;
} | 0.083283 | 0.05301 |
.eval-content-container{
width: 80%;
text-align: left;
margin-left:auto;
margin-right: auto;
margin-top: 2rem;
}
.eval-content-container form{
display: flex;
flex-direction: column;
width: 22rem;
max-width: 100%;
text-align: left;
}
.eval-content-container em{
display: inline-block;
font-size: 1.2rem;
margin-bottom: 1rem;
color: #2b4c66 ;
letter-spacing: .1rem;
font-style: normal;
}
.eval-content-container .eval-continue-btn,.eval-content-container .eval-next-btn{
display: block;
margin-top: 1.5rem;
text-decoration: none;
color: rgba(0,0,0,.6);
background-color: #3c8cb5;
width: 50%;
max-width:300px;
text-align: center;
padding: .7rem .5rem;
border-radius: .5rem;
transition: 0.3s;
border: none;
}
.eval-content-container .eval-continue-btn:hover{
background-color: #296380;
}
.yes-no-btn{
margin: 0 auto;
margin-top: 1rem;
text-align: center;
width: 100%;
}
.yes,.no{
border: none;
background-color: transparent;
width: 50%;
padding: .6rem;
border: solid 1px #91bcd3;
}
.yes-no-btn .yes:focus,.yes-no-btn .no:focus{
outline: 0;
}
.yes{
border-top-left-radius: .8rem;
border-bottom-left-radius: .8rem;
}
.no{
border-top-right-radius: .8rem;
border-bottom-right-radius: .8rem;
}
.yes.inactive,.no.inactive{
color: #71889a;
}
.yes.active,.no.active{
background-color: #3c8cb5;
color: rgba(0,0,0,.6);
}
.eval-content-container select,
.eval-content-container .fever-select{
display: block;
margin: 1rem 0;
width: 100%;
max-width: 600px;
border: 1px solid #91bcd3;
border-radius: .5rem;
padding: .5rem;
font-size: 1rem;
}
.eval-content-container input{
display: block;
padding: 1rem;
max-width: 600px;
border: solid 2px #234661;
border-radius: 1rem;
font-size: 1rem;
}
input:focus{
outline: none;
}
.eval-content-container input:not(:last-child){
margin-bottom: 1rem;
}
.eval-content-container .alert-error {
position: relative;
top: -1rem;
font-size: 0.95rem;
color: #e92424;
}
.eval-content-container .rating .alert-error {
top: 0;
}
.login-input-box-container input::placeholder{
color: #a69fae;
}
.eval-content-container .eval-next-btn{
width: 40%;
padding: .7rem;
font-family: 'SF Pro Text';
font-size: 1rem;
}
.eval-next-btn{
background-color:#234661;
margin-top:.7em;
border-radius:.7em;
}
.eval-next-btn:active {
animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
transform: translate3d(0, 0, 0);
}
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
.eval-content-container .radio-btns{
margin: 1rem;
display: inline;
}
.symptom-input{
color: #2b4c66;
}
.rating{
margin-left: 3rem;
}
.rating em{
font-size: 1rem;
}
#rating{
margin: 0;
display: block;
width: 50%;
}
.rating .eval-others-input{
width: 80%;
margin: 0;
}
.next-but{
background: none;
border: none;
}
.loading{
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
width: 100%;
height: 100%;
}
.signup-update {
color: #2b4c66;
}
.terms-container {
display: flex;
margin-top: 1rem;
}
.terms-container .terms {
margin-bottom: 0 !important;
margin-right: .5rem;
}
.alert-terms.alert-error {
top: .5rem;
}
.show-terms {
color: #3c8cb5;
}
.notification-modal_terms {
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.notification-modal_content.notification-modal_terms-content {
margin: 5% auto;
max-width: 40rem;
padding: 0.5rem;
}
.notification-modal_terms-content{
display: flex;
flex-direction: column;
}
.notification-modal_terms-content img{
max-width:20px;
align-self: flex-start;
cursor: pointer;
padding: 0.2rem;
margin: 0.1rem;
} | src/components/EvalContent/EvalContent.css | .eval-content-container{
width: 80%;
text-align: left;
margin-left:auto;
margin-right: auto;
margin-top: 2rem;
}
.eval-content-container form{
display: flex;
flex-direction: column;
width: 22rem;
max-width: 100%;
text-align: left;
}
.eval-content-container em{
display: inline-block;
font-size: 1.2rem;
margin-bottom: 1rem;
color: #2b4c66 ;
letter-spacing: .1rem;
font-style: normal;
}
.eval-content-container .eval-continue-btn,.eval-content-container .eval-next-btn{
display: block;
margin-top: 1.5rem;
text-decoration: none;
color: rgba(0,0,0,.6);
background-color: #3c8cb5;
width: 50%;
max-width:300px;
text-align: center;
padding: .7rem .5rem;
border-radius: .5rem;
transition: 0.3s;
border: none;
}
.eval-content-container .eval-continue-btn:hover{
background-color: #296380;
}
.yes-no-btn{
margin: 0 auto;
margin-top: 1rem;
text-align: center;
width: 100%;
}
.yes,.no{
border: none;
background-color: transparent;
width: 50%;
padding: .6rem;
border: solid 1px #91bcd3;
}
.yes-no-btn .yes:focus,.yes-no-btn .no:focus{
outline: 0;
}
.yes{
border-top-left-radius: .8rem;
border-bottom-left-radius: .8rem;
}
.no{
border-top-right-radius: .8rem;
border-bottom-right-radius: .8rem;
}
.yes.inactive,.no.inactive{
color: #71889a;
}
.yes.active,.no.active{
background-color: #3c8cb5;
color: rgba(0,0,0,.6);
}
.eval-content-container select,
.eval-content-container .fever-select{
display: block;
margin: 1rem 0;
width: 100%;
max-width: 600px;
border: 1px solid #91bcd3;
border-radius: .5rem;
padding: .5rem;
font-size: 1rem;
}
.eval-content-container input{
display: block;
padding: 1rem;
max-width: 600px;
border: solid 2px #234661;
border-radius: 1rem;
font-size: 1rem;
}
input:focus{
outline: none;
}
.eval-content-container input:not(:last-child){
margin-bottom: 1rem;
}
.eval-content-container .alert-error {
position: relative;
top: -1rem;
font-size: 0.95rem;
color: #e92424;
}
.eval-content-container .rating .alert-error {
top: 0;
}
.login-input-box-container input::placeholder{
color: #a69fae;
}
.eval-content-container .eval-next-btn{
width: 40%;
padding: .7rem;
font-family: 'SF Pro Text';
font-size: 1rem;
}
.eval-next-btn{
background-color:#234661;
margin-top:.7em;
border-radius:.7em;
}
.eval-next-btn:active {
animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
transform: translate3d(0, 0, 0);
}
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
.eval-content-container .radio-btns{
margin: 1rem;
display: inline;
}
.symptom-input{
color: #2b4c66;
}
.rating{
margin-left: 3rem;
}
.rating em{
font-size: 1rem;
}
#rating{
margin: 0;
display: block;
width: 50%;
}
.rating .eval-others-input{
width: 80%;
margin: 0;
}
.next-but{
background: none;
border: none;
}
.loading{
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
width: 100%;
height: 100%;
}
.signup-update {
color: #2b4c66;
}
.terms-container {
display: flex;
margin-top: 1rem;
}
.terms-container .terms {
margin-bottom: 0 !important;
margin-right: .5rem;
}
.alert-terms.alert-error {
top: .5rem;
}
.show-terms {
color: #3c8cb5;
}
.notification-modal_terms {
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.notification-modal_content.notification-modal_terms-content {
margin: 5% auto;
max-width: 40rem;
padding: 0.5rem;
}
.notification-modal_terms-content{
display: flex;
flex-direction: column;
}
.notification-modal_terms-content img{
max-width:20px;
align-self: flex-start;
cursor: pointer;
padding: 0.2rem;
margin: 0.1rem;
} | 0.400632 | 0.050377 |
.form-checkbox {
appearance: none;
display: inline-block;
height: 1em;
width: 1em;
vertical-align: middle;
border-width: 1px;
border-radius: 0.25rem;
background-color: #fff;
user-select: none;
}
input[type=checkbox]:focus + .form-checkbox, input[type=checkbox].form-checkbox:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
input[type=checkbox]:focus:not(:checked) + .form-checkbox, input[type=checkbox].form-checkbox:focus:not(:checked) {
border-color: #63b3ed;
}
input[type=checkbox]:checked + .form-checkbox, input[type=checkbox].form-checkbox:checked {
background-color: currentColor;
border-color: currentColor;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.293 4.293a1 1 0 0 1 0 1.414L7 12a1 1 0 0 1-1.414 0L3.293 9.707a1 1 0 0 1 1.414-1.414l1.586 1.586 5.586-5.586a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.form-radio {
appearance: none;
display: inline-block;
height: 1em;
width: 1em;
vertical-align: middle;
border-width: 1px;
border-radius: 9999px;
background-color: #fff;
user-select: none;
}
input[type=radio]:focus + .form-radio, input[type=radio].form-radio:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
input[type=radio]:focus:not(:checked) + .form-radio, input[type=radio].form-radio:focus:not(:checked) {
border-color: #63b3ed;
}
input[type=radio]:checked + .form-radio, input[type=radio].form-radio:checked {
background-color: currentColor;
border-color: currentColor;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3C/svg%3E");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.form-input, .form-textarea, .form-multiselect {
appearance: none;
background-color: #fff;
border-width: 1px;
border-radius: 0.25rem;
padding: 0.5rem 0.75rem;
line-height: 1.5;
}
.form-input:focus, .form-textarea:focus, .form-multiselect:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
border-color: #63b3ed;
}
.form-select {
background-color: #fff;
border-width: 1px;
border-radius: 0.25rem;
padding-top: 0.5rem;
padding-right: 2.5rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
line-height: 1.5;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a0aec0' viewBox='0 0 24 24' %3E%3Cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3E%3C/svg%3E");
background-position: right 0.5rem center;
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
}
.form-select::-ms-expand {
display: none;
}
.form-select:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
border-color: #63b3ed;
}
.form-error {
border-color: #f56565;
color: #f56565;
}
.form-warning {
border-color: #ecc94b;
color: #ecc94b;
}
.form-success {
border-color: #48bb78;
color: #48bb78;
}
.form-input-group {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
.form-input-group-left {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.form-input-group-left > * {
display: flex;
align-items: center;
line-height: 1.5;
padding-left: 1.25rem;
padding-right: 1.25rem;
height: 100%;
border-radius: 0.25rem 0 0 0.25rem;
}
.form-input-group-right {
display: flex;
margin-right: -1px;
border-radius: 0 0.25rem 0.25rem 0;
}
.form-input-group-right > * {
display: flex;
align-items: center;
border-radius: 0 0.25rem 0.25rem 0;
white-space: nowrap;
line-height: 1.5;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.form-input.form-input-group-left, .form-input.form-input-group-right {
flex: 1 1 0%;
}
.form-input-group-left > button, .form-input-group-right > button {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} | stubs/output.css | .form-checkbox {
appearance: none;
display: inline-block;
height: 1em;
width: 1em;
vertical-align: middle;
border-width: 1px;
border-radius: 0.25rem;
background-color: #fff;
user-select: none;
}
input[type=checkbox]:focus + .form-checkbox, input[type=checkbox].form-checkbox:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
input[type=checkbox]:focus:not(:checked) + .form-checkbox, input[type=checkbox].form-checkbox:focus:not(:checked) {
border-color: #63b3ed;
}
input[type=checkbox]:checked + .form-checkbox, input[type=checkbox].form-checkbox:checked {
background-color: currentColor;
border-color: currentColor;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.293 4.293a1 1 0 0 1 0 1.414L7 12a1 1 0 0 1-1.414 0L3.293 9.707a1 1 0 0 1 1.414-1.414l1.586 1.586 5.586-5.586a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.form-radio {
appearance: none;
display: inline-block;
height: 1em;
width: 1em;
vertical-align: middle;
border-width: 1px;
border-radius: 9999px;
background-color: #fff;
user-select: none;
}
input[type=radio]:focus + .form-radio, input[type=radio].form-radio:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
input[type=radio]:focus:not(:checked) + .form-radio, input[type=radio].form-radio:focus:not(:checked) {
border-color: #63b3ed;
}
input[type=radio]:checked + .form-radio, input[type=radio].form-radio:checked {
background-color: currentColor;
border-color: currentColor;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3C/svg%3E");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.form-input, .form-textarea, .form-multiselect {
appearance: none;
background-color: #fff;
border-width: 1px;
border-radius: 0.25rem;
padding: 0.5rem 0.75rem;
line-height: 1.5;
}
.form-input:focus, .form-textarea:focus, .form-multiselect:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
border-color: #63b3ed;
}
.form-select {
background-color: #fff;
border-width: 1px;
border-radius: 0.25rem;
padding-top: 0.5rem;
padding-right: 2.5rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
line-height: 1.5;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a0aec0' viewBox='0 0 24 24' %3E%3Cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3E%3C/svg%3E");
background-position: right 0.5rem center;
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
}
.form-select::-ms-expand {
display: none;
}
.form-select:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
border-color: #63b3ed;
}
.form-error {
border-color: #f56565;
color: #f56565;
}
.form-warning {
border-color: #ecc94b;
color: #ecc94b;
}
.form-success {
border-color: #48bb78;
color: #48bb78;
}
.form-input-group {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
.form-input-group-left {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.form-input-group-left > * {
display: flex;
align-items: center;
line-height: 1.5;
padding-left: 1.25rem;
padding-right: 1.25rem;
height: 100%;
border-radius: 0.25rem 0 0 0.25rem;
}
.form-input-group-right {
display: flex;
margin-right: -1px;
border-radius: 0 0.25rem 0.25rem 0;
}
.form-input-group-right > * {
display: flex;
align-items: center;
border-radius: 0 0.25rem 0.25rem 0;
white-space: nowrap;
line-height: 1.5;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.form-input.form-input-group-left, .form-input.form-input-group-right {
flex: 1 1 0%;
}
.form-input-group-left > button, .form-input-group-right > button {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} | 0.490236 | 0.098123 |
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
:root{
--cor-fundo: #011C26;
--cor-fundo-titulo: #025159;
--cor-titulo: #0CF2C8;
--cor-texto: #0AA696;
--cor-destaque: #FF8321;
--fonte-padrao:'Oswald', sans-serif;
--fonte-destaque:'Bebas Neue', cursive;
--fonte-texto: 'Source Sans Pro', sans-serif;
}
*{
margin: 0px;
padding: 0px;
font-family: var(--fonte-padrao);
color: white;
}
body{
display: grid;
grid-template-columns: 0.5fr 9fr 0.5fr;
grid-template-rows: 68px 9fr 68px;
background-color: black;
grid-gap: 2px;
}
/* início header*/
header{
display: flex;
justify-content: space-between;
align-items: center;
grid-row: 1/2;
height: 68px;
width: 89.8%;
background-color: var(--cor-fundo);
position: fixed;
left: 5.1%;
border-bottom: 1px solid black;
z-index: 2;
}
.logo{
height: 68px;
margin-left: 20px;
align-items: center;
display: flex;
}
.logo img{
height: 50px;
}
/*menu dropdown*/
@media (min-width: 800px) {
#menu-burguer{
display: none;
}
}
/*início da caixa*/
.dropdown{
border: 2px solid var(--cor-titulo);
border-radius: 5px;
width: 40px;
height: 40px;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
transition-duration: 1s;
}
.dropdown:hover{
background-color: var(--cor-destaque);
}
.dropdown div{
width: 30px;
height: 7px;
background-color: var(--cor-titulo);
border-radius: 3px;
}
#caixa-menu{
width: 40px;
height: 40px;
display: block;
margin: 10px 10px 10px auto;
}
#dropdown{
display: none;
}
/*final da caixa*/
/*início da lista*/
.menu{
height: 0px;
overflow: hidden;
transition-duration: 0.5s;
}
#dropdown:checked ~ .menu {
height: 200px;
}
.menu{
position: absolute;
top: 69px;
left: 0;
width: 100%;
}
.menu li {
background-color:black;
border: 1px solid var(--cor-fundo-titulo);
list-style: none;
text-align: center;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
opacity: 90%;
transition-duration: 1s;
}
.menu li:hover {
opacity: 100%;
}
.menu .link {
color: var(--cor-titulo);
font-weight: 900;
text-decoration: none;
width: 100%;
transition-duration: 0.5s;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.menu .link:hover {
color: var(--cor-destaque);
opacity: 100%;
}
/*final da lista*/
/*início das animações*/
#dropdown:checked ~ label > .dropdown > .traço01{
transform: translateY(11.5px) rotate(45deg);
transition: 0.3s;
}
#dropdown:checked ~ label > .dropdown > .traço02{
opacity: 0;
transition: 0.3s;
}
#dropdown:checked ~ label > .dropdown > .traço03{
transform: translateY(-11.5px) rotate(-45deg);
transition: 0.3s;
}
#dropdown ~ label > .dropdown > .traço01{
transform: translateY(0px) rotate(0deg);
transition: 0.3s;
}
#dropdown ~ label > .dropdown > .traço02{
opacity: 100%;
transition: 0.3s;
}
#dropdown ~ label > .dropdown > .traço03{
transform: translateY(0px) rotate(0deg);
transition: 0.3s;
}
/*fim das animações*/
/*menu dropdown*/
#menu-linear{
display: none;
}
@media (min-width: 800px) {
#menu-linear{
display: block;
}
}
#menu-linear ul{
display: flex;
list-style: none;
margin-right: 20px;
}
#menu-linear ul li a{
padding: 10px;
font-size: 20px;
text-decoration: none;
color: var(--cor-titulo);
transition-duration: 0.5s;
}
#menu-linear ul li div{
height: 5px;
background-color: var(--cor-fundo-titulo);
margin: auto 5px;
opacity: 0;
transition-duration: 0.5s;
}
#menu-linear ul li:hover div{
background-color: var(--cor-destaque);
opacity: 100%;
}
#menu-linear ul li:hover a{
color: var(--cor-destaque);
}
/* fim header*/
/* fim main*/
main{
grid-column: 2/3;
grid-row: 2/3;
background-color: var(--cor-fundo);
}
/* fim main*/
/* inicio footer*/
footer{
grid-column: 2/3;
grid-row: 3/4;
height: 68px;
background-color: var(--cor-fundo);
border-top: 1px solid black;
display: flex;
justify-content: space-evenly;
align-items: center;
}
footer img{
width: 30px;
}
/* fim footer*/
/* adicional */
.cantos{
background-color: black;
}
.cantos:nth-child(n+4):nth-child(-n+5){
background-color: rgb(31, 31, 31);
}
/* adicional */ | site-battlefield/global.css | @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
:root{
--cor-fundo: #011C26;
--cor-fundo-titulo: #025159;
--cor-titulo: #0CF2C8;
--cor-texto: #0AA696;
--cor-destaque: #FF8321;
--fonte-padrao:'Oswald', sans-serif;
--fonte-destaque:'Bebas Neue', cursive;
--fonte-texto: 'Source Sans Pro', sans-serif;
}
*{
margin: 0px;
padding: 0px;
font-family: var(--fonte-padrao);
color: white;
}
body{
display: grid;
grid-template-columns: 0.5fr 9fr 0.5fr;
grid-template-rows: 68px 9fr 68px;
background-color: black;
grid-gap: 2px;
}
/* início header*/
header{
display: flex;
justify-content: space-between;
align-items: center;
grid-row: 1/2;
height: 68px;
width: 89.8%;
background-color: var(--cor-fundo);
position: fixed;
left: 5.1%;
border-bottom: 1px solid black;
z-index: 2;
}
.logo{
height: 68px;
margin-left: 20px;
align-items: center;
display: flex;
}
.logo img{
height: 50px;
}
/*menu dropdown*/
@media (min-width: 800px) {
#menu-burguer{
display: none;
}
}
/*início da caixa*/
.dropdown{
border: 2px solid var(--cor-titulo);
border-radius: 5px;
width: 40px;
height: 40px;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
transition-duration: 1s;
}
.dropdown:hover{
background-color: var(--cor-destaque);
}
.dropdown div{
width: 30px;
height: 7px;
background-color: var(--cor-titulo);
border-radius: 3px;
}
#caixa-menu{
width: 40px;
height: 40px;
display: block;
margin: 10px 10px 10px auto;
}
#dropdown{
display: none;
}
/*final da caixa*/
/*início da lista*/
.menu{
height: 0px;
overflow: hidden;
transition-duration: 0.5s;
}
#dropdown:checked ~ .menu {
height: 200px;
}
.menu{
position: absolute;
top: 69px;
left: 0;
width: 100%;
}
.menu li {
background-color:black;
border: 1px solid var(--cor-fundo-titulo);
list-style: none;
text-align: center;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
opacity: 90%;
transition-duration: 1s;
}
.menu li:hover {
opacity: 100%;
}
.menu .link {
color: var(--cor-titulo);
font-weight: 900;
text-decoration: none;
width: 100%;
transition-duration: 0.5s;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.menu .link:hover {
color: var(--cor-destaque);
opacity: 100%;
}
/*final da lista*/
/*início das animações*/
#dropdown:checked ~ label > .dropdown > .traço01{
transform: translateY(11.5px) rotate(45deg);
transition: 0.3s;
}
#dropdown:checked ~ label > .dropdown > .traço02{
opacity: 0;
transition: 0.3s;
}
#dropdown:checked ~ label > .dropdown > .traço03{
transform: translateY(-11.5px) rotate(-45deg);
transition: 0.3s;
}
#dropdown ~ label > .dropdown > .traço01{
transform: translateY(0px) rotate(0deg);
transition: 0.3s;
}
#dropdown ~ label > .dropdown > .traço02{
opacity: 100%;
transition: 0.3s;
}
#dropdown ~ label > .dropdown > .traço03{
transform: translateY(0px) rotate(0deg);
transition: 0.3s;
}
/*fim das animações*/
/*menu dropdown*/
#menu-linear{
display: none;
}
@media (min-width: 800px) {
#menu-linear{
display: block;
}
}
#menu-linear ul{
display: flex;
list-style: none;
margin-right: 20px;
}
#menu-linear ul li a{
padding: 10px;
font-size: 20px;
text-decoration: none;
color: var(--cor-titulo);
transition-duration: 0.5s;
}
#menu-linear ul li div{
height: 5px;
background-color: var(--cor-fundo-titulo);
margin: auto 5px;
opacity: 0;
transition-duration: 0.5s;
}
#menu-linear ul li:hover div{
background-color: var(--cor-destaque);
opacity: 100%;
}
#menu-linear ul li:hover a{
color: var(--cor-destaque);
}
/* fim header*/
/* fim main*/
main{
grid-column: 2/3;
grid-row: 2/3;
background-color: var(--cor-fundo);
}
/* fim main*/
/* inicio footer*/
footer{
grid-column: 2/3;
grid-row: 3/4;
height: 68px;
background-color: var(--cor-fundo);
border-top: 1px solid black;
display: flex;
justify-content: space-evenly;
align-items: center;
}
footer img{
width: 30px;
}
/* fim footer*/
/* adicional */
.cantos{
background-color: black;
}
.cantos:nth-child(n+4):nth-child(-n+5){
background-color: rgb(31, 31, 31);
}
/* adicional */ | 0.184363 | 0.070496 |
@charset "utf-8";
body, html {
width: 100%;
height: 100%;
overflow-x: hidden;
color: #777;
}
body {
font-size: 14px;
-webkit-font-smoothing: antialiased;
line-height: 1.42857143;
background-color: transparent;
}
.wallpaper {
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
position: fixed;
width: 100%;
height: 100%;
background-size: cover;
background-position-x: 50%;
background-position-y: 0;
opacity: 1;
transition-property: opacity;
background-attachment: fixed;
background-repeat: no-repeat;
}
.app {
position: relative;
width: 100%;
min-height: 100%;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.05);
}
.app:before {
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
display: block;
width: inherit;
border: inherit;
content: "";
}
.app-header {
position: fixed;
top: 0;
width: 100%;
box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
z-index: 1020;
}
.app-header,
.navbar-header,
.navbar {
height: 50px;
}
.navbar-header {
display: flex;
justify-content: space-between;
}
.navbar-item {
list-style: none;
display: flex;
justify-content: center;
align-content: center;
color: #777777;
}
.navbar-item a {
padding: 15px;
cursor: pointer;
height: 100%;
}
.navbar {
display: none;
padding-top: 0;
padding-bottom: 0;
}
.navbar-form {
margin-top: 10px;
margin-bottom: 10px;
vertical-align: middle;
}
.navbar-search {
height: 30px;
font-size: 12px;
line-height: 1.5;
}
.navbar-right {
margin-right: -15px;
height: 100%;
}
.login-panel,
.setting-panel {
background-color: #f9f9f9;
margin-top: 0;
border-radius: 6px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.login-panel {
width: 260px;
}
.setting-panel {
width: 130px;
font-size: 14px;
}
.setting-panel ul {
list-style: none;
padding: 0;
padding-top: 6px;
}
.setting-panel-item {
width: 100%;
fill: #777777;
line-height: 20px;
}
.setting-panel-item a{
display: flex;
justify-content: space-between;
width: 100%;
padding: 10px 15px;
cursor: pointer;
}
.setting-panel-item a:hover {
background-color: rgba(177, 177, 177, .1)!important;
color: #00a1d6;
fill: #00a1d6;
}
.navbar-brand {
display: inline-block;
float: none;
height: auto;
padding: 0 20px;
margin-right: 0;
}
.navbar-brand img {
height: 100%;
max-width: 200px;
}
.app-asider {
position: fixed;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
max-width: 220px;
}
.asider-wrapper {
overflow: auto;
max-height: 84.5%;
display: block;
}
.user-panel {
width: 100%;
height: auto;
}
.user-panel-bg {
width: 100%;
height: 64px;
}
.login-btn {
color: #fff;
background: #448bff linear-gradient(45deg, #448bff, #44e9ff);
border: none;
padding-top: 6px;
padding-bottom: 6px;
transition: all .2s ease;
}
.user-name-ava-wrapper {
display: flex;
}
.user-name {
padding-top: 10px;
color: #000;
font-size: 16px;
}
.user-name:hover {
color: #00a1d6;
}
.user-avatar {
width: 56px;
height: 56px;
margin-top: -8px;
margin-left: 15px;
margin-right: 15px;
}
.user-avatar img {
border-radius: 50%;
}
.user-data {
height: auto;
margin: 0 10% 0 10%;
display: flex;
}
.user-data a {
text-decoration: none;
cursor: pointer;
}
.user-data-unit:hover {
color: #00a1d6;
}
.user-data-unit {
height: inherit;
width: calc(100%/3);
text-align: center;
color: #99a2aa;
}
.user-data-num {
padding-top: 15px;
margin: 0;
font-weight: bold;
line-height: 19px;
color: #00a1d6;
}
.user-data-text {
padding-top: 9px;
margin: 0;
font-weight: bold;
font-size: 13px;
color: inherit;
}
.nav-item {
display: flex;
flex-direction: column;
width: 100%;
transition: .2s;
fill: #777777;
}
.nav-item a {
display: flex;
justify-content: space-between;
width: 100%;
padding: 10px 20px;
cursor: pointer;
}
.nav-item svg,
.setting-panel-item svg {
fill: inherit;
}
.nav-item svg:hover,
.setting-panel svg:hover {
fill: #00a1d6;
}
.nav-item a:hover,
.asider-footer a:hover {
background-color: rgba(177, 176, 176, 0.2)!important;
color: #00a1d6;
fill: #00a1d6;
}
.nav-icon {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
margin: -10px -10px;
margin-right: 0;
line-height: 40px;
text-align: center;
}
.nav-item-name {
display: flex;
}
.nav-item-num {
display: inline-block;
min-width: 10px;
line-height: 1;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
font-size: 11px;
font-weight: 700;
margin-top: 3px;
padding: 2px 5px;
background-color: rgba(212, 218, 219, 0.5);
border-radius: 10px;
}
.nav-item-sub {
width: 100%;
background-color: rgba(249, 249, 249, .4);
}
.nav-item .nav-item-sub a {
padding-left: 55px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
.nav-item .nav-item-sub li {
list-style: none;
}
.nav-item .nav-item-sub a:hover {
background-color: rgba(177, 176, 176, .4)!important;
}
.asider-footer {
position: absolute;
width: 100%;
bottom: 50px;
display: flex;
justify-content: center;
text-align: center;
background-color: rgba(249, 249, 249, .3)!important;
line-height: 1.6;
}
.app-content {
height: 100%;
}
.app-content-body {
width: 100%;
padding-bottom: 58px;
display: flex;
}
.main-col {
vertical-align: top;
height: 100%;
display: table-cell;
margin: 8px;
}
.post-blog {
padding-top: 20px;
padding-bottom: 20px;
display: flex;
flex-direction: column;
}
.pic-panel {
position: relative;
display: flex;
background-position: 50% 50%;
background-size: cover;
background-color: rgba(249, 249, 249, .85)!important;
margin-bottom: 20px;
}
.post-thumbnail {
position: relative;
margin: 0!important;
padding: 0!important;
}
.pic-thumbnail {
border-radius: inherit;
position: relative;
width: 100%;
object-fit: cover;
display: flex;
border: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
justify-content: center;
align-content: center;
}
.blog-img {
height: 250px;
max-height: 250px;
}
.pic-blog-header,
.post-header {
border-radius: inherit;
width: 100%;
}
.post-header {
display: flex;
flex-direction: column;
}
.pic-blog-header {
position: absolute;
bottom: 0;
color: #fff;
background: linear-gradient(180deg, transparent, rgba(0,0,0,.5));
}
.post-title {
padding-bottom: 1px;
margin-top: 0;
}
.widget-tabs {
display: flex;
flex-direction: column;
}
.tablist {
position: relative;
}
.widget-tabs-content {
width: 100%;
}
.navs-slider-bar {
content: "";
position: absolute;
top: auto;
bottom: 0;
height: 2px;
width: 16.5%;
background-color: #000;
left: 0;
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*
.main-asider-header .nav-tabs > li[data-index="0"] ~ .navs-slider-bar {
transform: translateX(55%);
}
.main-asider-header .nav-tabs > li[data-index="1"] ~ .navs-slider-bar {
transform: translateX(255%);
}
.main-asider-header .nav-tabs > li[data-index="2"] > .active ~ .navs-slider-bar {
transform: translateX(460%);
}
*/
.navs-slider-bar {
transform: translateX(55%);
}
.main-asider {
vertical-align: top;
width: 240px;
margin: 8px 0;
border-radius: 6px;
z-index: 2;
display: flex;
flex-direction: column;
min-height: 500px;
height: auto;
}
.main-asider-header {
display: flex;
justify-content: center;
text-align: center;
width: 100%;
}
.main-asider-header > .nav-tabs > li > .active {
background-color: rgba(177, 176, 176, 0)!important;
cursor: default;
fill: #000;
}
.main-asider-header .nav-item svg:hover {
fill: inherit;
}
.main-asider-header .icon {
display: flex;
justify-content: center;
}
.main-asider-header .col-4 {
padding: 0;
}
.main-asider-header a {
cursor: pointer;
padding: 10px 15px;
}
.asider-icon {
width: 50px;
height: 40px;
display: flex;
justify-content: center;
}
.app-footer {
display: flex;
justify-content: space-between;
z-index: -1;
position: absolute;
right: 0;
bottom: 0;
left: 0;
margin-top: -50px;
margin-bottom: 8px;
}
.app-footer a:hover {
color: #2a3003;
}
.right-side-btn {
position: fixed;
top: 165px;
right: -240px;
width: 240px;
}
.right-side-btn > btn {
position: absolute;
top: 44px;
left: -45px;
padding: 10px 15px;
background-color: #f6f8f8!important;
border-color: rgba(222, 229, 231, .6);
border-right-width: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
}
@media (min-width: 768px) {
.app {
width: 750px;
}
.app-header {
max-width: 750px;
}
.app-header .navbar {
display: flex;
height: auto!important;
padding-left: 15px;
padding-right: 15px;
}
.app-asider,
.navbar-header {
width: 200px;
float: left;
}
.app-content,
.app-footer,
.navbar {
margin-left: 200px;
}
.main-col {
width: 550px;
}
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
padding-left: 10px;
padding-right: 15px;
margin-right: 0;
margin-left: 0;
float: left;
}
.navbar .nav > li > a {
padding: 15px;
}
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.hidden-sm {
/* 大于sm时隐藏 */
display: none;
}
}
@media (max-width: 768px) {
.app {
overflow: hidden;
}
.test+* {
position: fixed;
}
.main-col {
width: 100%;
}
.pop-l-sm {
/* 小于sm时隐藏, 且会弹出 */
display: none!important;
}
.move-right {
transform: translate3d(220px, 0, 0);
transition: transform 1s ease;
}
.move-left {
transform: translate3d(0, 0, 0);
transition: transform 1s ease;
}
.footer {
margin-right: 8px;
}
}
@media (max-width: 992px) {
.pop-m {
display: none!important;
}
}
@media (min-width: 992px) {
.app {
width: 970px;
}
.app-header {
max-width: 970px;
}
.app-asider,
.navbar-header {
width: 220px;
}
.app-content,
.app-footer,
.navbar {
margin-left: 220px;
}
.main-col {
width: 494px;
}
}
@media (min-width: 1200px) {
.app {
width: 1170px;
}
.app-header {
max-width: 1170px;
}
.main-col {
width: 694px;
}
}
@media (max-width: 1200px) {
.blog-img {
min-height: 185px;
height: auto;
}
}
@media (min-width: 1800px) {
.app.container {
width: 1300px;
}
.app-header {
max-height: 1300;
}
}
@media (min-width: 3840px) {
.app.container {
width: 3000px;
}
.app-header {
width: 3000px;
}
}
.font-gray {
color: #777;
}
.bg-white {
background-color: rgba(249, 249, 249, .85)!important;
}
.bg-white-s {
background-color: rgb(249, 249, 249)!important;
}
.bg-gray {
color: #58666e;
background-color: rgba(249, 249, 249, .15)!important;
}
.bg-light {
background-color: rgba(249, 249, 249, .95)!important;
}
.bg-pure-white {
background-color: #fff;
}
.bg-black {
color: #fff;
background-color: rgb(10, 9, 9);
}
.rounded {
border-radius: 500px!important;
}
.padder {
padding-left: 15px;
padding-right: 15px;
}
.padder-lg {
padding-left: 30px;
padding-right: 30px
}
.input-group {
position: relative;
float: left;
display: inline-table;
vertical-align: middle;
}
.input-group-btn {
vertical-align: middle;
width: auto;
position: relative;
font-size: 0;
white-space: nowrap;
display: table-cell;
}
.btn {
font-weight: 500;
border-radius: 2px;
outline: none;
border: none;
cursor: pointer;
}
.btn-rounded {
border-radius: 50px;
}
#search_input {
border: none!important;
}
#search_submit button {
color: #000;
padding: 5px 10px;
font-size: 12px;
}
.form-control {
display: inline-block;
width: auto;
vertical-align: middle;
border: none;
}
.form-control:focus {
box-shadow: none;
}
.form-control:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
form button.active>span {
display: none;
}
.form-group .form-control:focus {
box-shadow: 0 0 0 .2rem rgba(68, 139, 255, .25);
border-color: #c4daff;
border-width: 1px;
}
.active>.text-active {
display: inline-block!important;
}
button:focus {
outline: none;
}
::selection {
background: #344449;
color: #fff;
text-shadow: none;
}
.bg-black .nav > li > a:focus,
.bg-black .nav > li > a:hover,
.bg-black .navbar-item > a:hover {
background-color: #000;
color: #fff;
}
.bg-black .nav > li > a,
.bg-black .navbar-item > a {
color: #777777;
}
.bg-black .nav > li > a > svg,
.bg-black .navbar-item > a > svg {
fill: currentColor!important;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.navbar-right .dropdown {
display: flex;
}
div {
display: inherit;
}
img {
height: 100%;
width: 100%;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
color: inherit;
}
label {
font-weight: 400;
}
.line {
width: 100%;
height: 1px;
margin: 10px 0;
}
.scroll-y {
overflow-y: auto;
}
.scroll-hide::-webkit-scrollbar {
display: none;
}
.box-shadow {
box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.text-active {
display: none;
}
.text-title {
color: #555;
}
.text-xs {
font-size: 12px;
}
.text-md {
font-size: 16px;
}
.text-black {
color: #000;
}
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
}
.letterspace {
letter-spacing: 2px;
}
.m-t-sm {
margin-top: 10px;
}
.m-t-none {
margin-top: 0!important;
}
.m-t {
margin-top: 15px;
}
.m-b-sm {
margin-bottom: 10px;
}
.m-b {
margin-bottom: 15px;
}
.m-l-gap {
margin-left: 8px;
}
.no-margin {
margin: 0!important;
}
.p-t {
padding-top: 10px;
}
.p-b {
padding-bottom: 10px;
}
.p-t-lg {
padding-top: 20px;
}
.p-b-lg {
padding-bottom: 20px;
}
.p-l-lg {
padding-left: 20px;
}
.p-r-lg {
padding-right: 20px;
}
.wrapper-sm {
padding: 10px;
}
.wrapper {
padding: 15px;
}
.wrapper-lg {
padding: 20px
}
.wrapper-xlg {
padding: 1.5rem;
}
.no-padder {
padding: 0;
}
.h-w {
width: 100%;
}
.h-h {
height: 100%;
}
.d-fl {
display: flex;
}
.d-n {
display: none!important;
}
.f-right {
float: right;
}
.f-between {
justify-content: space-between;
}
.f-col {
display: flex;
flex-direction: column;
}
.f-row {
display: flex;
flex-direction: row;
}
.border-radius {
border-radius: 6px;
}
.no-border {
border: none;
border-radius: 0;
}
.dropdown-toggle::after {
display: none;
}
.dropdown-menu {
border-top: 0;
}
.margin-left {
margin-left: 220px;
}
.rotate-cw-180 {
transform: rotate(180deg);
transition: transform 1s ease;
}
.rotate-0 {
transform: rotate(0deg);
transition: transform 1s ease;
}
.show-main {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1020;
display: none;
cursor: pointer;
}
.no-bg {
color: inherit;
background-color: transparent;
}
.list-group.no-bg .list-group-item {
background-color: transparent;
}
.opacity-eight {
opacity: .8;
} | css/void.css | @charset "utf-8";
body, html {
width: 100%;
height: 100%;
overflow-x: hidden;
color: #777;
}
body {
font-size: 14px;
-webkit-font-smoothing: antialiased;
line-height: 1.42857143;
background-color: transparent;
}
.wallpaper {
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
position: fixed;
width: 100%;
height: 100%;
background-size: cover;
background-position-x: 50%;
background-position-y: 0;
opacity: 1;
transition-property: opacity;
background-attachment: fixed;
background-repeat: no-repeat;
}
.app {
position: relative;
width: 100%;
min-height: 100%;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.05);
}
.app:before {
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
display: block;
width: inherit;
border: inherit;
content: "";
}
.app-header {
position: fixed;
top: 0;
width: 100%;
box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
z-index: 1020;
}
.app-header,
.navbar-header,
.navbar {
height: 50px;
}
.navbar-header {
display: flex;
justify-content: space-between;
}
.navbar-item {
list-style: none;
display: flex;
justify-content: center;
align-content: center;
color: #777777;
}
.navbar-item a {
padding: 15px;
cursor: pointer;
height: 100%;
}
.navbar {
display: none;
padding-top: 0;
padding-bottom: 0;
}
.navbar-form {
margin-top: 10px;
margin-bottom: 10px;
vertical-align: middle;
}
.navbar-search {
height: 30px;
font-size: 12px;
line-height: 1.5;
}
.navbar-right {
margin-right: -15px;
height: 100%;
}
.login-panel,
.setting-panel {
background-color: #f9f9f9;
margin-top: 0;
border-radius: 6px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.login-panel {
width: 260px;
}
.setting-panel {
width: 130px;
font-size: 14px;
}
.setting-panel ul {
list-style: none;
padding: 0;
padding-top: 6px;
}
.setting-panel-item {
width: 100%;
fill: #777777;
line-height: 20px;
}
.setting-panel-item a{
display: flex;
justify-content: space-between;
width: 100%;
padding: 10px 15px;
cursor: pointer;
}
.setting-panel-item a:hover {
background-color: rgba(177, 177, 177, .1)!important;
color: #00a1d6;
fill: #00a1d6;
}
.navbar-brand {
display: inline-block;
float: none;
height: auto;
padding: 0 20px;
margin-right: 0;
}
.navbar-brand img {
height: 100%;
max-width: 200px;
}
.app-asider {
position: fixed;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
max-width: 220px;
}
.asider-wrapper {
overflow: auto;
max-height: 84.5%;
display: block;
}
.user-panel {
width: 100%;
height: auto;
}
.user-panel-bg {
width: 100%;
height: 64px;
}
.login-btn {
color: #fff;
background: #448bff linear-gradient(45deg, #448bff, #44e9ff);
border: none;
padding-top: 6px;
padding-bottom: 6px;
transition: all .2s ease;
}
.user-name-ava-wrapper {
display: flex;
}
.user-name {
padding-top: 10px;
color: #000;
font-size: 16px;
}
.user-name:hover {
color: #00a1d6;
}
.user-avatar {
width: 56px;
height: 56px;
margin-top: -8px;
margin-left: 15px;
margin-right: 15px;
}
.user-avatar img {
border-radius: 50%;
}
.user-data {
height: auto;
margin: 0 10% 0 10%;
display: flex;
}
.user-data a {
text-decoration: none;
cursor: pointer;
}
.user-data-unit:hover {
color: #00a1d6;
}
.user-data-unit {
height: inherit;
width: calc(100%/3);
text-align: center;
color: #99a2aa;
}
.user-data-num {
padding-top: 15px;
margin: 0;
font-weight: bold;
line-height: 19px;
color: #00a1d6;
}
.user-data-text {
padding-top: 9px;
margin: 0;
font-weight: bold;
font-size: 13px;
color: inherit;
}
.nav-item {
display: flex;
flex-direction: column;
width: 100%;
transition: .2s;
fill: #777777;
}
.nav-item a {
display: flex;
justify-content: space-between;
width: 100%;
padding: 10px 20px;
cursor: pointer;
}
.nav-item svg,
.setting-panel-item svg {
fill: inherit;
}
.nav-item svg:hover,
.setting-panel svg:hover {
fill: #00a1d6;
}
.nav-item a:hover,
.asider-footer a:hover {
background-color: rgba(177, 176, 176, 0.2)!important;
color: #00a1d6;
fill: #00a1d6;
}
.nav-icon {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
margin: -10px -10px;
margin-right: 0;
line-height: 40px;
text-align: center;
}
.nav-item-name {
display: flex;
}
.nav-item-num {
display: inline-block;
min-width: 10px;
line-height: 1;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
font-size: 11px;
font-weight: 700;
margin-top: 3px;
padding: 2px 5px;
background-color: rgba(212, 218, 219, 0.5);
border-radius: 10px;
}
.nav-item-sub {
width: 100%;
background-color: rgba(249, 249, 249, .4);
}
.nav-item .nav-item-sub a {
padding-left: 55px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
.nav-item .nav-item-sub li {
list-style: none;
}
.nav-item .nav-item-sub a:hover {
background-color: rgba(177, 176, 176, .4)!important;
}
.asider-footer {
position: absolute;
width: 100%;
bottom: 50px;
display: flex;
justify-content: center;
text-align: center;
background-color: rgba(249, 249, 249, .3)!important;
line-height: 1.6;
}
.app-content {
height: 100%;
}
.app-content-body {
width: 100%;
padding-bottom: 58px;
display: flex;
}
.main-col {
vertical-align: top;
height: 100%;
display: table-cell;
margin: 8px;
}
.post-blog {
padding-top: 20px;
padding-bottom: 20px;
display: flex;
flex-direction: column;
}
.pic-panel {
position: relative;
display: flex;
background-position: 50% 50%;
background-size: cover;
background-color: rgba(249, 249, 249, .85)!important;
margin-bottom: 20px;
}
.post-thumbnail {
position: relative;
margin: 0!important;
padding: 0!important;
}
.pic-thumbnail {
border-radius: inherit;
position: relative;
width: 100%;
object-fit: cover;
display: flex;
border: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
justify-content: center;
align-content: center;
}
.blog-img {
height: 250px;
max-height: 250px;
}
.pic-blog-header,
.post-header {
border-radius: inherit;
width: 100%;
}
.post-header {
display: flex;
flex-direction: column;
}
.pic-blog-header {
position: absolute;
bottom: 0;
color: #fff;
background: linear-gradient(180deg, transparent, rgba(0,0,0,.5));
}
.post-title {
padding-bottom: 1px;
margin-top: 0;
}
.widget-tabs {
display: flex;
flex-direction: column;
}
.tablist {
position: relative;
}
.widget-tabs-content {
width: 100%;
}
.navs-slider-bar {
content: "";
position: absolute;
top: auto;
bottom: 0;
height: 2px;
width: 16.5%;
background-color: #000;
left: 0;
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*
.main-asider-header .nav-tabs > li[data-index="0"] ~ .navs-slider-bar {
transform: translateX(55%);
}
.main-asider-header .nav-tabs > li[data-index="1"] ~ .navs-slider-bar {
transform: translateX(255%);
}
.main-asider-header .nav-tabs > li[data-index="2"] > .active ~ .navs-slider-bar {
transform: translateX(460%);
}
*/
.navs-slider-bar {
transform: translateX(55%);
}
.main-asider {
vertical-align: top;
width: 240px;
margin: 8px 0;
border-radius: 6px;
z-index: 2;
display: flex;
flex-direction: column;
min-height: 500px;
height: auto;
}
.main-asider-header {
display: flex;
justify-content: center;
text-align: center;
width: 100%;
}
.main-asider-header > .nav-tabs > li > .active {
background-color: rgba(177, 176, 176, 0)!important;
cursor: default;
fill: #000;
}
.main-asider-header .nav-item svg:hover {
fill: inherit;
}
.main-asider-header .icon {
display: flex;
justify-content: center;
}
.main-asider-header .col-4 {
padding: 0;
}
.main-asider-header a {
cursor: pointer;
padding: 10px 15px;
}
.asider-icon {
width: 50px;
height: 40px;
display: flex;
justify-content: center;
}
.app-footer {
display: flex;
justify-content: space-between;
z-index: -1;
position: absolute;
right: 0;
bottom: 0;
left: 0;
margin-top: -50px;
margin-bottom: 8px;
}
.app-footer a:hover {
color: #2a3003;
}
.right-side-btn {
position: fixed;
top: 165px;
right: -240px;
width: 240px;
}
.right-side-btn > btn {
position: absolute;
top: 44px;
left: -45px;
padding: 10px 15px;
background-color: #f6f8f8!important;
border-color: rgba(222, 229, 231, .6);
border-right-width: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
}
@media (min-width: 768px) {
.app {
width: 750px;
}
.app-header {
max-width: 750px;
}
.app-header .navbar {
display: flex;
height: auto!important;
padding-left: 15px;
padding-right: 15px;
}
.app-asider,
.navbar-header {
width: 200px;
float: left;
}
.app-content,
.app-footer,
.navbar {
margin-left: 200px;
}
.main-col {
width: 550px;
}
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
padding-left: 10px;
padding-right: 15px;
margin-right: 0;
margin-left: 0;
float: left;
}
.navbar .nav > li > a {
padding: 15px;
}
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.hidden-sm {
/* 大于sm时隐藏 */
display: none;
}
}
@media (max-width: 768px) {
.app {
overflow: hidden;
}
.test+* {
position: fixed;
}
.main-col {
width: 100%;
}
.pop-l-sm {
/* 小于sm时隐藏, 且会弹出 */
display: none!important;
}
.move-right {
transform: translate3d(220px, 0, 0);
transition: transform 1s ease;
}
.move-left {
transform: translate3d(0, 0, 0);
transition: transform 1s ease;
}
.footer {
margin-right: 8px;
}
}
@media (max-width: 992px) {
.pop-m {
display: none!important;
}
}
@media (min-width: 992px) {
.app {
width: 970px;
}
.app-header {
max-width: 970px;
}
.app-asider,
.navbar-header {
width: 220px;
}
.app-content,
.app-footer,
.navbar {
margin-left: 220px;
}
.main-col {
width: 494px;
}
}
@media (min-width: 1200px) {
.app {
width: 1170px;
}
.app-header {
max-width: 1170px;
}
.main-col {
width: 694px;
}
}
@media (max-width: 1200px) {
.blog-img {
min-height: 185px;
height: auto;
}
}
@media (min-width: 1800px) {
.app.container {
width: 1300px;
}
.app-header {
max-height: 1300;
}
}
@media (min-width: 3840px) {
.app.container {
width: 3000px;
}
.app-header {
width: 3000px;
}
}
.font-gray {
color: #777;
}
.bg-white {
background-color: rgba(249, 249, 249, .85)!important;
}
.bg-white-s {
background-color: rgb(249, 249, 249)!important;
}
.bg-gray {
color: #58666e;
background-color: rgba(249, 249, 249, .15)!important;
}
.bg-light {
background-color: rgba(249, 249, 249, .95)!important;
}
.bg-pure-white {
background-color: #fff;
}
.bg-black {
color: #fff;
background-color: rgb(10, 9, 9);
}
.rounded {
border-radius: 500px!important;
}
.padder {
padding-left: 15px;
padding-right: 15px;
}
.padder-lg {
padding-left: 30px;
padding-right: 30px
}
.input-group {
position: relative;
float: left;
display: inline-table;
vertical-align: middle;
}
.input-group-btn {
vertical-align: middle;
width: auto;
position: relative;
font-size: 0;
white-space: nowrap;
display: table-cell;
}
.btn {
font-weight: 500;
border-radius: 2px;
outline: none;
border: none;
cursor: pointer;
}
.btn-rounded {
border-radius: 50px;
}
#search_input {
border: none!important;
}
#search_submit button {
color: #000;
padding: 5px 10px;
font-size: 12px;
}
.form-control {
display: inline-block;
width: auto;
vertical-align: middle;
border: none;
}
.form-control:focus {
box-shadow: none;
}
.form-control:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
form button.active>span {
display: none;
}
.form-group .form-control:focus {
box-shadow: 0 0 0 .2rem rgba(68, 139, 255, .25);
border-color: #c4daff;
border-width: 1px;
}
.active>.text-active {
display: inline-block!important;
}
button:focus {
outline: none;
}
::selection {
background: #344449;
color: #fff;
text-shadow: none;
}
.bg-black .nav > li > a:focus,
.bg-black .nav > li > a:hover,
.bg-black .navbar-item > a:hover {
background-color: #000;
color: #fff;
}
.bg-black .nav > li > a,
.bg-black .navbar-item > a {
color: #777777;
}
.bg-black .nav > li > a > svg,
.bg-black .navbar-item > a > svg {
fill: currentColor!important;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.navbar-right .dropdown {
display: flex;
}
div {
display: inherit;
}
img {
height: 100%;
width: 100%;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
color: inherit;
}
label {
font-weight: 400;
}
.line {
width: 100%;
height: 1px;
margin: 10px 0;
}
.scroll-y {
overflow-y: auto;
}
.scroll-hide::-webkit-scrollbar {
display: none;
}
.box-shadow {
box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.text-active {
display: none;
}
.text-title {
color: #555;
}
.text-xs {
font-size: 12px;
}
.text-md {
font-size: 16px;
}
.text-black {
color: #000;
}
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
}
.letterspace {
letter-spacing: 2px;
}
.m-t-sm {
margin-top: 10px;
}
.m-t-none {
margin-top: 0!important;
}
.m-t {
margin-top: 15px;
}
.m-b-sm {
margin-bottom: 10px;
}
.m-b {
margin-bottom: 15px;
}
.m-l-gap {
margin-left: 8px;
}
.no-margin {
margin: 0!important;
}
.p-t {
padding-top: 10px;
}
.p-b {
padding-bottom: 10px;
}
.p-t-lg {
padding-top: 20px;
}
.p-b-lg {
padding-bottom: 20px;
}
.p-l-lg {
padding-left: 20px;
}
.p-r-lg {
padding-right: 20px;
}
.wrapper-sm {
padding: 10px;
}
.wrapper {
padding: 15px;
}
.wrapper-lg {
padding: 20px
}
.wrapper-xlg {
padding: 1.5rem;
}
.no-padder {
padding: 0;
}
.h-w {
width: 100%;
}
.h-h {
height: 100%;
}
.d-fl {
display: flex;
}
.d-n {
display: none!important;
}
.f-right {
float: right;
}
.f-between {
justify-content: space-between;
}
.f-col {
display: flex;
flex-direction: column;
}
.f-row {
display: flex;
flex-direction: row;
}
.border-radius {
border-radius: 6px;
}
.no-border {
border: none;
border-radius: 0;
}
.dropdown-toggle::after {
display: none;
}
.dropdown-menu {
border-top: 0;
}
.margin-left {
margin-left: 220px;
}
.rotate-cw-180 {
transform: rotate(180deg);
transition: transform 1s ease;
}
.rotate-0 {
transform: rotate(0deg);
transition: transform 1s ease;
}
.show-main {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1020;
display: none;
cursor: pointer;
}
.no-bg {
color: inherit;
background-color: transparent;
}
.list-group.no-bg .list-group-item {
background-color: transparent;
}
.opacity-eight {
opacity: .8;
} | 0.382487 | 0.060502 |
body
{
font-family: Open Sans,Helvetica,Arial,sans-serif;
background-color: #141414;
color: #d8d9da;
}
.droppable
{
display: inline-block;
}
ul
{
list-style-type: none;
}
li
{
float: left;
min-width: 100px;
}
.panel
{
background-color: #1a1818;
position: relative;
border: 1px solid #292929;
margin: 5px;
}
.centered-panel
{
position: absolute;
display: table-cell;
vertical-align: middle;
text-align: center;
width: 100%;
height: auto;
padding: auto;
}
.ui-widget-header.text
{
position: relative;
font-size: 1rem;
line-height: 1.5;
color: #d8d9da;
background-color: #1f1d1d;
text-align: center;
margin-top: 0;
border: 0;
padding-left: 12px;
padding-right: 12px;
}
.ui-widget-header.toggle-text
{
position: relative;
font-size: 1rem;
line-height: 1.5;
color: #d8d9da;
background-color: #1f1d1d;
text-align: center;
margin-top: 0;
border: 0;
padding-left: 6px;
padding-right: 12px;
margin-top: 6px;
margin-bottom: 6px;
}
.display-text
{
color: #33b5e5;
text-align: center;
font-size: 100%;
font-weight: 700;
font-size: 3em;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}
input[type=text]:focus
{
background-color: #014159;
}
.toggle-panel
{
background-color: #1f1d1d;
}
.toggle
{
/*padding-top: 75%;*/
display: inline-block;
border: 1px solid #33b5e5;
width: 15px;
height: 15px;
vertical-align: middle;
}
.toggle-true
{
background-color: #33b5e5;
}
.toggle-false
{
background-color: #2f2d2d;
}
/* The switch - the box around the slider */
.switch
{
position: relative;
display: inline-block;
width: 60px;
height: 34px;
margin: 15px;
margin-top: 0px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.slider
{
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2f2d2d;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before
{
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: #d8d9da;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider
{
background-color: #33b5e5;
}
input:focus + .slider
{
box-shadow: 0 0 1px #33b5e5;
}
input:checked + .slider:before
{
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.nominal
{
background-color: #587c0c
}
.warning
{
background-color: #c1c13f
}
.error
{
background-color: #94151b
}
.icheck
{
display:block;
}
.radio-group
{
margin: 15px;
margin-top: 0px;
}
.graph
{
width: 100%;
height: 100%;
}
.ui-tabs .ui-tabs-panel
{
display: block;
background-color: #141414;
}
.ui-widget-content {
background: #444444;
}
.ui-widget-header {
border: 1px solid #2f2d2d;
background: #1f1d1d;
color: #333333;
font-weight: bold;
}
.ui-widget.ui-widget-content {
border: 1px solid #2f2d2d;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: #d8d9da;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-menu-item-wrapper {
border: 1px solid #001935;
border-bottom-width: 1px;
background: #102945;
font-weight: normal;
color: #d8d9da;
}
.ui-state-default:hover {
border: 1px solid #115f85;
border-bottom-width: 1px;
background: #216f95;
font-weight: normal;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #272625;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
border: 1px solid #23a5d5;
border-bottom-width: 1px;
font-weight: normal;
background: #33b5e5;
}
.input-spacer
{
padding: 18px;
}
input[type=text], .ui-selectmenu-button, .ui-selectmenu-button:hover, .ui-selectmenu-button:active, .ui-selectmenu-button:focus
{
color: #33b5e5;
background-color: #2f2d2d;
text-align: center;
font-size: 100%;
font-weight: 350;
font-size: 1em;
width: 100%;
padding: 12px 20px;
box-sizing: border-box;
}
.ui-selectmenu-button.ui-button
{
width: 100%;
}
.ui-selectmenu-button, .ui-selectmenu-button:hover, .ui-selectmenu-button:active, .ui-selectmenu-button:focus
{
font-size: 1em;
text-align: left;
}
.ui-menu-item
{
float:none;
}
.ui-sortable
{
float:none;
display:block;
list-style-type:none;
}
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.group-header
{
position: absolute;
color: #d8d9da;
margin-top: -10px;
margin-bottom: 10px;
background-color: #141414;
margin-left:.8em;
padding-left:.4em;
padding-right:.4em;
font-size: 1.2rem;
font-weight: bold;
z-index: 1;
}
.ui-sortable
{
padding-top: 20px;
padding-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
margin-top:-12px;
}
.group
{
border: 1px solid #23a5d5;
border-radius: 10px 10px 10px 10px;
margin-bottom: 20px;
}
.tabs
{
border-radius:5px;
}
.tab
{
}
.display-color
{
display:block;
float: none;
clear: both;
width: 75px;
height: 75px;
margin: 0 auto;
border-radius: 10px;
position: static;
text-align: center;
margin-bottom: 10px;
}
.colpick
{
margin-bottom: 10px;
}
.colorpicker
{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 15px;
}
.display-text a
{
color: #33b5e5;
text-align: center;
font-size: 100%;
font-weight: 700;
font-size: .5em;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: 12px;
}
.breadcrumb-link
{
display: inline;
}
.breadcrumb-link a
{
color: #33b5e5;
font-weight: 700;
font-size: .75em;
display: inline;
}
.breadcrumb-title
{
display: inline;
font-weight: 700;
font-size: 1.5em;
}
.graph-container
{
height: 80%;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content
{
overflow: hidden;
}
.colpick_field > input[type="text"], .colpick_hex_field > input[type="text"]
{
padding: 0px;
width: initial;
}
.colpick_field_letter
{
padding-right: 4px;
z-index: 1;
}
.textDimensionCalculation
{
white-space: nowrap;
} | handwritten_template_examples/static-frontend/puppeteer.css | body
{
font-family: Open Sans,Helvetica,Arial,sans-serif;
background-color: #141414;
color: #d8d9da;
}
.droppable
{
display: inline-block;
}
ul
{
list-style-type: none;
}
li
{
float: left;
min-width: 100px;
}
.panel
{
background-color: #1a1818;
position: relative;
border: 1px solid #292929;
margin: 5px;
}
.centered-panel
{
position: absolute;
display: table-cell;
vertical-align: middle;
text-align: center;
width: 100%;
height: auto;
padding: auto;
}
.ui-widget-header.text
{
position: relative;
font-size: 1rem;
line-height: 1.5;
color: #d8d9da;
background-color: #1f1d1d;
text-align: center;
margin-top: 0;
border: 0;
padding-left: 12px;
padding-right: 12px;
}
.ui-widget-header.toggle-text
{
position: relative;
font-size: 1rem;
line-height: 1.5;
color: #d8d9da;
background-color: #1f1d1d;
text-align: center;
margin-top: 0;
border: 0;
padding-left: 6px;
padding-right: 12px;
margin-top: 6px;
margin-bottom: 6px;
}
.display-text
{
color: #33b5e5;
text-align: center;
font-size: 100%;
font-weight: 700;
font-size: 3em;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}
input[type=text]:focus
{
background-color: #014159;
}
.toggle-panel
{
background-color: #1f1d1d;
}
.toggle
{
/*padding-top: 75%;*/
display: inline-block;
border: 1px solid #33b5e5;
width: 15px;
height: 15px;
vertical-align: middle;
}
.toggle-true
{
background-color: #33b5e5;
}
.toggle-false
{
background-color: #2f2d2d;
}
/* The switch - the box around the slider */
.switch
{
position: relative;
display: inline-block;
width: 60px;
height: 34px;
margin: 15px;
margin-top: 0px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.slider
{
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2f2d2d;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before
{
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: #d8d9da;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider
{
background-color: #33b5e5;
}
input:focus + .slider
{
box-shadow: 0 0 1px #33b5e5;
}
input:checked + .slider:before
{
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.nominal
{
background-color: #587c0c
}
.warning
{
background-color: #c1c13f
}
.error
{
background-color: #94151b
}
.icheck
{
display:block;
}
.radio-group
{
margin: 15px;
margin-top: 0px;
}
.graph
{
width: 100%;
height: 100%;
}
.ui-tabs .ui-tabs-panel
{
display: block;
background-color: #141414;
}
.ui-widget-content {
background: #444444;
}
.ui-widget-header {
border: 1px solid #2f2d2d;
background: #1f1d1d;
color: #333333;
font-weight: bold;
}
.ui-widget.ui-widget-content {
border: 1px solid #2f2d2d;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: #d8d9da;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-menu-item-wrapper {
border: 1px solid #001935;
border-bottom-width: 1px;
background: #102945;
font-weight: normal;
color: #d8d9da;
}
.ui-state-default:hover {
border: 1px solid #115f85;
border-bottom-width: 1px;
background: #216f95;
font-weight: normal;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #272625;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
border: 1px solid #23a5d5;
border-bottom-width: 1px;
font-weight: normal;
background: #33b5e5;
}
.input-spacer
{
padding: 18px;
}
input[type=text], .ui-selectmenu-button, .ui-selectmenu-button:hover, .ui-selectmenu-button:active, .ui-selectmenu-button:focus
{
color: #33b5e5;
background-color: #2f2d2d;
text-align: center;
font-size: 100%;
font-weight: 350;
font-size: 1em;
width: 100%;
padding: 12px 20px;
box-sizing: border-box;
}
.ui-selectmenu-button.ui-button
{
width: 100%;
}
.ui-selectmenu-button, .ui-selectmenu-button:hover, .ui-selectmenu-button:active, .ui-selectmenu-button:focus
{
font-size: 1em;
text-align: left;
}
.ui-menu-item
{
float:none;
}
.ui-sortable
{
float:none;
display:block;
list-style-type:none;
}
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.group-header
{
position: absolute;
color: #d8d9da;
margin-top: -10px;
margin-bottom: 10px;
background-color: #141414;
margin-left:.8em;
padding-left:.4em;
padding-right:.4em;
font-size: 1.2rem;
font-weight: bold;
z-index: 1;
}
.ui-sortable
{
padding-top: 20px;
padding-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
margin-top:-12px;
}
.group
{
border: 1px solid #23a5d5;
border-radius: 10px 10px 10px 10px;
margin-bottom: 20px;
}
.tabs
{
border-radius:5px;
}
.tab
{
}
.display-color
{
display:block;
float: none;
clear: both;
width: 75px;
height: 75px;
margin: 0 auto;
border-radius: 10px;
position: static;
text-align: center;
margin-bottom: 10px;
}
.colpick
{
margin-bottom: 10px;
}
.colorpicker
{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 15px;
}
.display-text a
{
color: #33b5e5;
text-align: center;
font-size: 100%;
font-weight: 700;
font-size: .5em;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: 12px;
}
.breadcrumb-link
{
display: inline;
}
.breadcrumb-link a
{
color: #33b5e5;
font-weight: 700;
font-size: .75em;
display: inline;
}
.breadcrumb-title
{
display: inline;
font-weight: 700;
font-size: 1.5em;
}
.graph-container
{
height: 80%;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content
{
overflow: hidden;
}
.colpick_field > input[type="text"], .colpick_hex_field > input[type="text"]
{
padding: 0px;
width: initial;
}
.colpick_field_letter
{
padding-right: 4px;
z-index: 1;
}
.textDimensionCalculation
{
white-space: nowrap;
} | 0.389895 | 0.059674 |
display: flex;
min-height: 100%;
flex-direction: column;
}
#dot-main {
flex-grow: 1;
}
#dot-head-area,
#dot-main-area,
#dot-foot-area {
position: relative;
}
#dot-head-area,
#dot-main-area,
#dot-foot-area,
.dot-area {
transition-duration: 0.24s;
transition-property: width;
min-width: 320px;
width: auto;
margin: 0 auto;
}
#dot-head-area._resize,
#dot-main-area._resize,
#dot-foot-area._resize,
.dot-area._resize {
min-width: inherit;
width: auto;
}
._maxs32 #dot-head-area,
._maxs32 #dot-main-area,
._maxs32 #dot-foot-area,
._maxs32 .dot-area, ._max32 {
width: 320px;
}
._mins42 #dot-head-area,
._mins42 #dot-main-area,
._mins42 #dot-foot-area,
._mins42 .dot-area, ._min42 {
min-width: 425px;
}
@media only screen and (min-width: 425px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10, ._maxs76 #dot-head-area,
._maxs76 #dot-main-area,
._maxs76 #dot-foot-area,
._maxs76 .dot-area, ._max76, ._maxs64 #dot-head-area,
._maxs64 #dot-main-area,
._maxs64 #dot-foot-area,
._maxs64 .dot-area, ._max64, ._maxs54 #dot-head-area,
._maxs54 #dot-main-area,
._maxs54 #dot-foot-area,
._maxs54 .dot-area, ._max54, ._maxs48 #dot-head-area,
._maxs48 #dot-main-area,
._maxs48 #dot-foot-area,
._maxs48 .dot-area, ._max48, ._maxs42 #dot-head-area,
._maxs42 #dot-main-area,
._maxs42 #dot-foot-area,
._maxs42 .dot-area, ._max42 {
width: 425px;
}
}
._mins48 #dot-head-area,
._mins48 #dot-main-area,
._mins48 #dot-foot-area,
._mins48 .dot-area, ._min48 {
min-width: 480px;
}
@media only screen and (min-width: 480px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10, ._maxs76 #dot-head-area,
._maxs76 #dot-main-area,
._maxs76 #dot-foot-area,
._maxs76 .dot-area, ._max76, ._maxs64 #dot-head-area,
._maxs64 #dot-main-area,
._maxs64 #dot-foot-area,
._maxs64 .dot-area, ._max64, ._maxs54 #dot-head-area,
._maxs54 #dot-main-area,
._maxs54 #dot-foot-area,
._maxs54 .dot-area, ._max54, ._maxs48 #dot-head-area,
._maxs48 #dot-main-area,
._maxs48 #dot-foot-area,
._maxs48 .dot-area, ._max48 {
width: 480px;
}
}
._mins54 #dot-head-area,
._mins54 #dot-main-area,
._mins54 #dot-foot-area,
._mins54 .dot-area, ._min54 {
min-width: 540px;
}
@media only screen and (min-width: 540px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10, ._maxs76 #dot-head-area,
._maxs76 #dot-main-area,
._maxs76 #dot-foot-area,
._maxs76 .dot-area, ._max76, ._maxs64 #dot-head-area,
._maxs64 #dot-main-area,
._maxs64 #dot-foot-area,
._maxs64 .dot-area, ._max64, ._maxs54 #dot-head-area,
._maxs54 #dot-main-area,
._maxs54 #dot-foot-area,
._maxs54 .dot-area, ._max54 {
width: 540px;
}
}
._mins64 #dot-head-area,
._mins64 #dot-main-area,
._mins64 #dot-foot-area,
._mins64 .dot-area, ._min64 {
min-width: 640px;
}
@media only screen and (min-width: 640px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10, ._maxs76 #dot-head-area,
._maxs76 #dot-main-area,
._maxs76 #dot-foot-area,
._maxs76 .dot-area, ._max76, ._maxs64 #dot-head-area,
._maxs64 #dot-main-area,
._maxs64 #dot-foot-area,
._maxs64 .dot-area, ._max64 {
width: 640px;
}
}
._mins76 #dot-head-area,
._mins76 #dot-main-area,
._mins76 #dot-foot-area,
._mins76 .dot-area, ._min76 {
min-width: 768px;
}
@media only screen and (min-width: 768px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10, ._maxs76 #dot-head-area,
._maxs76 #dot-main-area,
._maxs76 #dot-foot-area,
._maxs76 .dot-area, ._max76 {
width: 768px;
}
}
._mins10 #dot-head-area,
._mins10 #dot-main-area,
._mins10 #dot-foot-area,
._mins10 .dot-area, ._min10 {
min-width: 1000px;
}
@media only screen and (min-width: 1000px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10 {
width: 1000px;
}
}
._mins12 #dot-head-area,
._mins12 #dot-main-area,
._mins12 #dot-foot-area,
._mins12 .dot-area, ._min12 {
min-width: 1200px;
}
@media only screen and (min-width: 1200px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12 {
width: 1200px;
}
}
._mins14 #dot-head-area,
._mins14 #dot-main-area,
._mins14 #dot-foot-area,
._mins14 .dot-area, ._min14 {
min-width: 1400px;
}
@media only screen and (min-width: 1400px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14 {
width: 1400px;
}
}
._mins16 #dot-head-area,
._mins16 #dot-main-area,
._mins16 #dot-foot-area,
._mins16 .dot-area, ._min16 {
min-width: 1600px;
}
@media only screen and (min-width: 1600px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16 {
width: 1600px;
}
}
._mins18 #dot-head-area,
._mins18 #dot-main-area,
._mins18 #dot-foot-area,
._mins18 .dot-area, ._min18 {
min-width: 1800px;
}
@media only screen and (min-width: 1800px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18 {
width: 1800px;
}
}
._mins20 #dot-head-area,
._mins20 #dot-main-area,
._mins20 #dot-foot-area,
._mins20 .dot-area, ._min20 {
min-width: 2000px;
}
@media only screen and (min-width: 2000px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20 {
width: 2000px;
}
}
._mins22 #dot-head-area,
._mins22 #dot-main-area,
._mins22 #dot-foot-area,
._mins22 .dot-area, ._min22 {
min-width: 2200px;
}
@media only screen and (min-width: 2200px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22 {
width: 2200px;
}
}
._mins24 #dot-head-area,
._mins24 #dot-main-area,
._mins24 #dot-foot-area,
._mins24 .dot-area, ._min24 {
min-width: 2400px;
}
@media only screen and (min-width: 2400px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24 {
width: 2400px;
}
} | prebuilt/frame.css | display: flex;
min-height: 100%;
flex-direction: column;
}
#dot-main {
flex-grow: 1;
}
#dot-head-area,
#dot-main-area,
#dot-foot-area {
position: relative;
}
#dot-head-area,
#dot-main-area,
#dot-foot-area,
.dot-area {
transition-duration: 0.24s;
transition-property: width;
min-width: 320px;
width: auto;
margin: 0 auto;
}
#dot-head-area._resize,
#dot-main-area._resize,
#dot-foot-area._resize,
.dot-area._resize {
min-width: inherit;
width: auto;
}
._maxs32 #dot-head-area,
._maxs32 #dot-main-area,
._maxs32 #dot-foot-area,
._maxs32 .dot-area, ._max32 {
width: 320px;
}
._mins42 #dot-head-area,
._mins42 #dot-main-area,
._mins42 #dot-foot-area,
._mins42 .dot-area, ._min42 {
min-width: 425px;
}
@media only screen and (min-width: 425px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10, ._maxs76 #dot-head-area,
._maxs76 #dot-main-area,
._maxs76 #dot-foot-area,
._maxs76 .dot-area, ._max76, ._maxs64 #dot-head-area,
._maxs64 #dot-main-area,
._maxs64 #dot-foot-area,
._maxs64 .dot-area, ._max64, ._maxs54 #dot-head-area,
._maxs54 #dot-main-area,
._maxs54 #dot-foot-area,
._maxs54 .dot-area, ._max54, ._maxs48 #dot-head-area,
._maxs48 #dot-main-area,
._maxs48 #dot-foot-area,
._maxs48 .dot-area, ._max48, ._maxs42 #dot-head-area,
._maxs42 #dot-main-area,
._maxs42 #dot-foot-area,
._maxs42 .dot-area, ._max42 {
width: 425px;
}
}
._mins48 #dot-head-area,
._mins48 #dot-main-area,
._mins48 #dot-foot-area,
._mins48 .dot-area, ._min48 {
min-width: 480px;
}
@media only screen and (min-width: 480px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10, ._maxs76 #dot-head-area,
._maxs76 #dot-main-area,
._maxs76 #dot-foot-area,
._maxs76 .dot-area, ._max76, ._maxs64 #dot-head-area,
._maxs64 #dot-main-area,
._maxs64 #dot-foot-area,
._maxs64 .dot-area, ._max64, ._maxs54 #dot-head-area,
._maxs54 #dot-main-area,
._maxs54 #dot-foot-area,
._maxs54 .dot-area, ._max54, ._maxs48 #dot-head-area,
._maxs48 #dot-main-area,
._maxs48 #dot-foot-area,
._maxs48 .dot-area, ._max48 {
width: 480px;
}
}
._mins54 #dot-head-area,
._mins54 #dot-main-area,
._mins54 #dot-foot-area,
._mins54 .dot-area, ._min54 {
min-width: 540px;
}
@media only screen and (min-width: 540px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10, ._maxs76 #dot-head-area,
._maxs76 #dot-main-area,
._maxs76 #dot-foot-area,
._maxs76 .dot-area, ._max76, ._maxs64 #dot-head-area,
._maxs64 #dot-main-area,
._maxs64 #dot-foot-area,
._maxs64 .dot-area, ._max64, ._maxs54 #dot-head-area,
._maxs54 #dot-main-area,
._maxs54 #dot-foot-area,
._maxs54 .dot-area, ._max54 {
width: 540px;
}
}
._mins64 #dot-head-area,
._mins64 #dot-main-area,
._mins64 #dot-foot-area,
._mins64 .dot-area, ._min64 {
min-width: 640px;
}
@media only screen and (min-width: 640px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10, ._maxs76 #dot-head-area,
._maxs76 #dot-main-area,
._maxs76 #dot-foot-area,
._maxs76 .dot-area, ._max76, ._maxs64 #dot-head-area,
._maxs64 #dot-main-area,
._maxs64 #dot-foot-area,
._maxs64 .dot-area, ._max64 {
width: 640px;
}
}
._mins76 #dot-head-area,
._mins76 #dot-main-area,
._mins76 #dot-foot-area,
._mins76 .dot-area, ._min76 {
min-width: 768px;
}
@media only screen and (min-width: 768px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10, ._maxs76 #dot-head-area,
._maxs76 #dot-main-area,
._maxs76 #dot-foot-area,
._maxs76 .dot-area, ._max76 {
width: 768px;
}
}
._mins10 #dot-head-area,
._mins10 #dot-main-area,
._mins10 #dot-foot-area,
._mins10 .dot-area, ._min10 {
min-width: 1000px;
}
@media only screen and (min-width: 1000px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12, ._maxs10 #dot-head-area,
._maxs10 #dot-main-area,
._maxs10 #dot-foot-area,
._maxs10 .dot-area, ._max10 {
width: 1000px;
}
}
._mins12 #dot-head-area,
._mins12 #dot-main-area,
._mins12 #dot-foot-area,
._mins12 .dot-area, ._min12 {
min-width: 1200px;
}
@media only screen and (min-width: 1200px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14, ._maxs12 #dot-head-area,
._maxs12 #dot-main-area,
._maxs12 #dot-foot-area,
._maxs12 .dot-area, ._max12 {
width: 1200px;
}
}
._mins14 #dot-head-area,
._mins14 #dot-main-area,
._mins14 #dot-foot-area,
._mins14 .dot-area, ._min14 {
min-width: 1400px;
}
@media only screen and (min-width: 1400px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16, ._maxs14 #dot-head-area,
._maxs14 #dot-main-area,
._maxs14 #dot-foot-area,
._maxs14 .dot-area, ._max14 {
width: 1400px;
}
}
._mins16 #dot-head-area,
._mins16 #dot-main-area,
._mins16 #dot-foot-area,
._mins16 .dot-area, ._min16 {
min-width: 1600px;
}
@media only screen and (min-width: 1600px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18, ._maxs16 #dot-head-area,
._maxs16 #dot-main-area,
._maxs16 #dot-foot-area,
._maxs16 .dot-area, ._max16 {
width: 1600px;
}
}
._mins18 #dot-head-area,
._mins18 #dot-main-area,
._mins18 #dot-foot-area,
._mins18 .dot-area, ._min18 {
min-width: 1800px;
}
@media only screen and (min-width: 1800px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20, ._maxs18 #dot-head-area,
._maxs18 #dot-main-area,
._maxs18 #dot-foot-area,
._maxs18 .dot-area, ._max18 {
width: 1800px;
}
}
._mins20 #dot-head-area,
._mins20 #dot-main-area,
._mins20 #dot-foot-area,
._mins20 .dot-area, ._min20 {
min-width: 2000px;
}
@media only screen and (min-width: 2000px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22, ._maxs20 #dot-head-area,
._maxs20 #dot-main-area,
._maxs20 #dot-foot-area,
._maxs20 .dot-area, ._max20 {
width: 2000px;
}
}
._mins22 #dot-head-area,
._mins22 #dot-main-area,
._mins22 #dot-foot-area,
._mins22 .dot-area, ._min22 {
min-width: 2200px;
}
@media only screen and (min-width: 2200px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24, ._maxs22 #dot-head-area,
._maxs22 #dot-main-area,
._maxs22 #dot-foot-area,
._maxs22 .dot-area, ._max22 {
width: 2200px;
}
}
._mins24 #dot-head-area,
._mins24 #dot-main-area,
._mins24 #dot-foot-area,
._mins24 .dot-area, ._min24 {
min-width: 2400px;
}
@media only screen and (min-width: 2400px) {
._maxs24 #dot-head-area,
._maxs24 #dot-main-area,
._maxs24 #dot-foot-area,
._maxs24 .dot-area, ._max24 {
width: 2400px;
}
} | 0.289975 | 0.033149 |
[Table of contents]
1. General CSS
2. Responsive
------------------------------------------------------------------*/
/*========================================
1. General CSS
=========================================*/
.light-bg{ background: #eaecf4}
.row{position: relative}
.section{ padding-top: 150px; padding-bottom: 150px;}
.banner{ background: url(../img/banner3.png) no-repeat top center #eaecf4; background-size:100%; height: 900px;}
.banner_sub{ background: #ffffff; text-transform: uppercase; display: inline-block; padding: 10px 20px; letter-spacing: 3px}
.navbar-brand{ padding: 0}
.navbar-brand img{ vertical-align: middle; margin-right: 10px; display: inline-block}
.navbar-brand h4{display: inline-block; vertical-align: middle; margin: 0; line-height: 18px; color: #000000}
.navbar-brand h4 small{font-size: 14px;}
nav.navbar{display: block; background: #ffffff; border-bottom: 1px solid #e3e3e3;}
nav .navbar-collapse li.nav-item a.nav-link{ color: #666666; padding-left: 20px; padding-right: 20px; font-size: 16px; border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -webkit-border-radius: 4px;}
nav .navbar-collapse li.nav-item.active a{ color: #000000 }
.responsive-img{ max-width: 100%;}
.laptop-left{ width: 38%; position: absolute; left: -70px; top: 120px}
.lady-right{ width: 18%; position: absolute; left: 5%; bottom: 0}
.block{ background: #eaecf4; padding: 20px; position: relative; height: 100%}
.block figure{ margin: -20px -20px 20px -20px; }
.block .hide{ display: none}
.block i{ text-align: center; font-size: 26px; line-height: 50px; padding: 0; height: 50px; width: 50px;display: block; position: absolute; right: 0; bottom: 0; background: #6c8bef; color: #ffffff;}
.girl-laptop{ width: 58%; position: absolute; right: 0; bottom: 0}
.block:hover { background: #6c8bef; color:#ffffff; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);}
.block:hover .hide{ display: block}
.block:hover figure{ display: none}
.block:hover i{ color:#222222; background: #FFFFFF}
.block:hover a{ color:#ffffff;}
.flexslider{ margin: 0; border: 0; overflow: hidden}
.flex-direction-nav a { font: normal normal normal 14px/1 FontAwesome;}
.flex-direction-nav a:before { font-size: 46px; font-family: FontAwesome; color: #ffffff; display: inline-block; content: "\f104"; display: block;}
.flex-direction-nav a.flex-next:before {content: "\f105";}
.block.bordered{border:1px solid rgba(108, 139, 239, 0.5); }
.block.bordered:hover{ background: #6c8bef}
.block.bordered:hover *{ color:#ffffff;}
.block.bordered:hover .btn{ color:#6c8bef;background: #ffffff}
.subscribe{ max-width: 400px; margin: 50px auto;}
.subscribe input[type="text"]{ background: rgba(255, 255, 255, 0.5) ; color: #ffffff; line-height: 50px; height: 50px; padding: 0 15px;}
.subscribe .btn{ color: #ffffff; background: #2cc4cd; text-transform: uppercase}
.subscribe .btn:hover{background: #26aab2; }
footer{margin: 0}
.footer{display: flex}
.footer-links { margin: 50px auto;}
.footer-links a { color:#999999}
.footer-links a:hover { color:#222222}
.dark_bg{background: #252d47; color: #ffffff;}
.copyright{ color: #222222; line-height: 50px; vertical-align: middle; margin: 0}
.navbar-toggler{background: #bcc4e6; margin-right: 10px; height: 40px; padding: 0; width: 40px; text-align: center; vertical-align: middle; color: #ffffff}
nav .navbar-collapse li.nav-item a:hover{ background: #eaecf4}
.contact-form{ max-width: 440px; margin: 0 auto; padding: 20px; box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, 0.15); -ms-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15); border-radius: 10px; -ms-border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.banner_laptop{ margin-bottom: -200px; position: absolute; left: 0; right: 0; bottom: 0;}
.icon-lg{ height: 100px; width: 100px; line-height: 100px; padding: 0; text-align: center; vertical-align: middle; font-size: 50px; margin-bottom: 20px; border-radius: 50%}
/*========================================
2. Responsive
=========================================*/
@media screen and ( max-width:1019px) {
.banner{ height: 550px;}
h3{ 0.9rem}
.display-1{ font-size: 3rem;}
.display-4{ font-size: 1.25rem}
.display-3 { font-size: 2.25rem;}
.lead {font-size: 1rem;}
.section {padding-top: 80px; padding-bottom: 80px;}
nav.navbar{ display: block; padding: }
.navbar-collapse{ position: fixed; top: 80px; background: rgba(0, 0, 0, 0.6);left: 0; padding: 20px;}
.copyright{ line-height: 30px; text-align: center !important; padding: 10px 15px;}
}
@media screen and ( max-width:767px) {
.banner { background: url(../img/banner3.png) no-repeat top center #eaecf4; background-size:auto100%;}
.laptop-left{ display: none}
.lady-right{ display: none}
.display-1{font-size: 4rem}
.display-2{font-size: 3rem}
.display-3{font-size: 2rem}
}
@media screen and ( max-width:556px) {
.banner{ height: 500px;}
.navbar-brand h4{ display: none}
} | public/assets/theme/dashboard_user/css/adminux_landiing3.css | [Table of contents]
1. General CSS
2. Responsive
------------------------------------------------------------------*/
/*========================================
1. General CSS
=========================================*/
.light-bg{ background: #eaecf4}
.row{position: relative}
.section{ padding-top: 150px; padding-bottom: 150px;}
.banner{ background: url(../img/banner3.png) no-repeat top center #eaecf4; background-size:100%; height: 900px;}
.banner_sub{ background: #ffffff; text-transform: uppercase; display: inline-block; padding: 10px 20px; letter-spacing: 3px}
.navbar-brand{ padding: 0}
.navbar-brand img{ vertical-align: middle; margin-right: 10px; display: inline-block}
.navbar-brand h4{display: inline-block; vertical-align: middle; margin: 0; line-height: 18px; color: #000000}
.navbar-brand h4 small{font-size: 14px;}
nav.navbar{display: block; background: #ffffff; border-bottom: 1px solid #e3e3e3;}
nav .navbar-collapse li.nav-item a.nav-link{ color: #666666; padding-left: 20px; padding-right: 20px; font-size: 16px; border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -webkit-border-radius: 4px;}
nav .navbar-collapse li.nav-item.active a{ color: #000000 }
.responsive-img{ max-width: 100%;}
.laptop-left{ width: 38%; position: absolute; left: -70px; top: 120px}
.lady-right{ width: 18%; position: absolute; left: 5%; bottom: 0}
.block{ background: #eaecf4; padding: 20px; position: relative; height: 100%}
.block figure{ margin: -20px -20px 20px -20px; }
.block .hide{ display: none}
.block i{ text-align: center; font-size: 26px; line-height: 50px; padding: 0; height: 50px; width: 50px;display: block; position: absolute; right: 0; bottom: 0; background: #6c8bef; color: #ffffff;}
.girl-laptop{ width: 58%; position: absolute; right: 0; bottom: 0}
.block:hover { background: #6c8bef; color:#ffffff; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);}
.block:hover .hide{ display: block}
.block:hover figure{ display: none}
.block:hover i{ color:#222222; background: #FFFFFF}
.block:hover a{ color:#ffffff;}
.flexslider{ margin: 0; border: 0; overflow: hidden}
.flex-direction-nav a { font: normal normal normal 14px/1 FontAwesome;}
.flex-direction-nav a:before { font-size: 46px; font-family: FontAwesome; color: #ffffff; display: inline-block; content: "\f104"; display: block;}
.flex-direction-nav a.flex-next:before {content: "\f105";}
.block.bordered{border:1px solid rgba(108, 139, 239, 0.5); }
.block.bordered:hover{ background: #6c8bef}
.block.bordered:hover *{ color:#ffffff;}
.block.bordered:hover .btn{ color:#6c8bef;background: #ffffff}
.subscribe{ max-width: 400px; margin: 50px auto;}
.subscribe input[type="text"]{ background: rgba(255, 255, 255, 0.5) ; color: #ffffff; line-height: 50px; height: 50px; padding: 0 15px;}
.subscribe .btn{ color: #ffffff; background: #2cc4cd; text-transform: uppercase}
.subscribe .btn:hover{background: #26aab2; }
footer{margin: 0}
.footer{display: flex}
.footer-links { margin: 50px auto;}
.footer-links a { color:#999999}
.footer-links a:hover { color:#222222}
.dark_bg{background: #252d47; color: #ffffff;}
.copyright{ color: #222222; line-height: 50px; vertical-align: middle; margin: 0}
.navbar-toggler{background: #bcc4e6; margin-right: 10px; height: 40px; padding: 0; width: 40px; text-align: center; vertical-align: middle; color: #ffffff}
nav .navbar-collapse li.nav-item a:hover{ background: #eaecf4}
.contact-form{ max-width: 440px; margin: 0 auto; padding: 20px; box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, 0.15); -ms-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15); border-radius: 10px; -ms-border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.banner_laptop{ margin-bottom: -200px; position: absolute; left: 0; right: 0; bottom: 0;}
.icon-lg{ height: 100px; width: 100px; line-height: 100px; padding: 0; text-align: center; vertical-align: middle; font-size: 50px; margin-bottom: 20px; border-radius: 50%}
/*========================================
2. Responsive
=========================================*/
@media screen and ( max-width:1019px) {
.banner{ height: 550px;}
h3{ 0.9rem}
.display-1{ font-size: 3rem;}
.display-4{ font-size: 1.25rem}
.display-3 { font-size: 2.25rem;}
.lead {font-size: 1rem;}
.section {padding-top: 80px; padding-bottom: 80px;}
nav.navbar{ display: block; padding: }
.navbar-collapse{ position: fixed; top: 80px; background: rgba(0, 0, 0, 0.6);left: 0; padding: 20px;}
.copyright{ line-height: 30px; text-align: center !important; padding: 10px 15px;}
}
@media screen and ( max-width:767px) {
.banner { background: url(../img/banner3.png) no-repeat top center #eaecf4; background-size:auto100%;}
.laptop-left{ display: none}
.lady-right{ display: none}
.display-1{font-size: 4rem}
.display-2{font-size: 3rem}
.display-3{font-size: 2rem}
}
@media screen and ( max-width:556px) {
.banner{ height: 500px;}
.navbar-brand h4{ display: none}
} | 0.402744 | 0.174024 |
@media all and (max-width: 360px) {
.mail-wrapper .panel-sub-heading {
text-align: center;
}
.mail-wrapper .panel-sub-heading .pull-left, .mail-wrapper .panel-sub-heading .pull-right {
float: none !important;
display: block;
}
.mail-wrapper .panel-sub-heading .pull-right {
margin-top: 10px;
}
.mail-wrapper .panel-sub-heading img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.mail-wrapper .panel-footer {
text-align: center;
}
.mail-wrapper .panel-footer .pull-right {
float: none !important;
margin-left: auto;
margin-right: auto;
}
.mail-wrapper .attachment-mail ul {
padding: 0px;
}
.mail-wrapper .attachment-mail ul li {
width: 100%;
}
.mail-wrapper .attachment-mail ul li a.atch-thumb img {
width: 100% !important;
}
.mail-wrapper .attachment-mail ul li .links {
margin-bottom: 20px;
}
.compose-mail-wrapper .search-mail input {
width: 130px;
}
.compose-mail-wrapper .panel-sub-heading {
padding: 10px 7px;
}
}
@media all and (max-width: 500px){
body > nav > div.container {
margin-right: 46%;
}
body > div.container.mt-5 > form {}
.form-details h1 {
font-size: 0.7em !important;
}
}
@media all and (max-width: 640px) {
.compose-mail-wrapper .compose-mail {
padding: 0px;
}
}
@media all and (max-width: 768px) {
body > nav {
justify-content: center;
display: flex;
flex-direction: column;
}
body > nav > .container{
width: 10% !important;
}
#navcol-1 {
text-align: center;
}
body > nav > div.dropdown.border.rounded{
margin-right: 0 !important;
}
.training-plan-article, .progress-chart {
margin-bottom: 5px;
}
.list-inline {
display: flex;
flex-direction: column;
}
.list-inline ul {
margin-bottom: 5px;
}
.row-articles div {
display: flex;
justify-content: center;
flex-direction: column;
margin: 0 auto;
flex: none;
}
#portfolio > div > div:nth-child(2){
flex-direction: column;
align-items: center;
}
#portfolio .portfolio-item{
max-width: none;
flex: none;
width: 500px;
}
.workout-container{
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
body > main > .table-responsive > table > thead{
display: flex;
}
body > main > .table-responsive > table > thead > tr > th{
padding: 0;
align-items: center;
justify-content: center;
display: flex;
}
.table-responsive > table > thead > tr > th {
height: 54px;
}
.table-responsive > table > thead > tr > th > ul {
margin-bottom: 0;
}
.table-responsive > table {
margin-bottom: 50px;
border-bottom: 2px solid;
border-top: 2px solid;
}
.card-header-tabs {
justify-content: center;
}
body > nav > div.container {
margin-right: 44%;
}
.login-form div {
margin-top: 30px;
}
.form-group btn {
display: flex;
margin: 0 auto;
}
body > div > form {
min-width: 70%;
justify-content: center;
display: flex;
flex-direction: column;
}
body > div:nth-child(3) > table > thead,
body > div:nth-child(4) > table > thead,
body > main > table > thead,
body > div > main > table > thead{
display: none;
}
.stars, .comments-title {
display: flex;
justify-content: center;
}
.btn-group{
display: flex;
margin: 0 auto;
}
body > div.container.mt-5 > form {
margin: 0 auto;
max-width: 70%;
justify-content: center;
}
.social-buttons {
flex-direction: row;
justify-content: center;
}
#team .row {
display: flex;
flex-direction: column;
align-items: center;
}
#team > div > div > div {
flex: none;
max-width: none;
}
#tbl > thead > tr {
display: none;
}
#tbl > tbody > tr {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
}
#tbl > tbody > tr > td > input {
width: 190px;
}
body > section > form:nth-child(2) {
align-items: center;
justify-content: center;
flex-direction: column;
}
body > section > form:nth-child(2) > button{
display: flex;
margin: 0 auto;
position: inherit;
}
.shop #navcol-1 .nav-link, active {
background: gray;
opacity: 0.85;
border-radius: 20px;
}
.form-details h1 {
font-size: 1em !important;
}
}
@media all and (max-width: 768px) {
.navigation-clean-button .navbar-nav .show .dropdown-menu .dropdown-item {
color: #37434d;
padding-top: 12px;
padding-bottom: 12px;
line-height: 1;
}
.navigation-clean-button .navbar-nav .show .dropdown-menu {
box-shadow: none;
}
.navigation-clean-button {
padding-top: 1rem;
padding-bottom: 1rem;
}
.header-blue .navbar-nav .nav-link {
padding-left: .7rem;
padding-right: .7rem;
}
.header-blue .hero {
margin-top: 60px;
text-align: left;
}
.header-blue .navbar .navbar-collapse {
border-color: transparent;
margin: 0;
}
.header-blue .navbar {
padding-top: 1rem;
padding-bottom: 1rem;
}
.header-blue {
padding-bottom: 120px;
}
.article-clean .text h2 {
font-size: 20px;
}
.article-list h2 {
margin-bottom: 25px;
padding-top: 25px;
font-size: 24px;
}
.article-clean .text p {
font-size: 16px;
}
.navigation-clean-button.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
color: #fff;
}
}
@media all and (max-width: 896px) {
.nav-shop ul {
flex-direction: column;
}
}
@media all and (max-width: 992px) {
.workout-container{
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.navigation-clean-button.navbar .navbar-nav .nav-link{
padding-left: 2px;
padding-right: 2px;
}
body > nav > div.dropdown.border.rounded {
margin-right: 15px;
}
.sorting-and-filters {
position: revert;
display: flex;
flex-direction: column;
margin: 10px auto;
width: 50%;
}
.products {
position: inherit;
margin-top: 20px;
max-width: 150px;
}
}
@media all and (max-width: 992px) {
.header-blue .navbar-nav .nav-link {
padding-left: 1.2rem;
padding-right: 1.2rem;
}
.header-blue .hero h1 {
margin-top: 190px;
margin-bottom: 24px;
line-height: 1.2;
}
.form-details .wrapper {
width: 100%;
}
.form-details .container-details {
width: 100%;
}
.form-details form h1 {
text-align: center;
}
.form-details div {
flex-direction: column;
width: 100%;
}
.form-details input {
margin: 5px 0;
min-height: 30px;
}
.form-details h1 {
font-size: 1.4em !important;
}
}
@media all and (max-width:1200px) {
.home-row {
flex-direction: column;
align-items: center;
}
.training-plan-article, .progress-chart {
margin-bottom: 5px;
}
.nav-shop{
margin-left: 200px;
}
}
@media all and (max-width:1000px) {
.nav-shop{
margin-left: 0px;
}
} | src/main/resources/static/css/responsive.css | @media all and (max-width: 360px) {
.mail-wrapper .panel-sub-heading {
text-align: center;
}
.mail-wrapper .panel-sub-heading .pull-left, .mail-wrapper .panel-sub-heading .pull-right {
float: none !important;
display: block;
}
.mail-wrapper .panel-sub-heading .pull-right {
margin-top: 10px;
}
.mail-wrapper .panel-sub-heading img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.mail-wrapper .panel-footer {
text-align: center;
}
.mail-wrapper .panel-footer .pull-right {
float: none !important;
margin-left: auto;
margin-right: auto;
}
.mail-wrapper .attachment-mail ul {
padding: 0px;
}
.mail-wrapper .attachment-mail ul li {
width: 100%;
}
.mail-wrapper .attachment-mail ul li a.atch-thumb img {
width: 100% !important;
}
.mail-wrapper .attachment-mail ul li .links {
margin-bottom: 20px;
}
.compose-mail-wrapper .search-mail input {
width: 130px;
}
.compose-mail-wrapper .panel-sub-heading {
padding: 10px 7px;
}
}
@media all and (max-width: 500px){
body > nav > div.container {
margin-right: 46%;
}
body > div.container.mt-5 > form {}
.form-details h1 {
font-size: 0.7em !important;
}
}
@media all and (max-width: 640px) {
.compose-mail-wrapper .compose-mail {
padding: 0px;
}
}
@media all and (max-width: 768px) {
body > nav {
justify-content: center;
display: flex;
flex-direction: column;
}
body > nav > .container{
width: 10% !important;
}
#navcol-1 {
text-align: center;
}
body > nav > div.dropdown.border.rounded{
margin-right: 0 !important;
}
.training-plan-article, .progress-chart {
margin-bottom: 5px;
}
.list-inline {
display: flex;
flex-direction: column;
}
.list-inline ul {
margin-bottom: 5px;
}
.row-articles div {
display: flex;
justify-content: center;
flex-direction: column;
margin: 0 auto;
flex: none;
}
#portfolio > div > div:nth-child(2){
flex-direction: column;
align-items: center;
}
#portfolio .portfolio-item{
max-width: none;
flex: none;
width: 500px;
}
.workout-container{
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
body > main > .table-responsive > table > thead{
display: flex;
}
body > main > .table-responsive > table > thead > tr > th{
padding: 0;
align-items: center;
justify-content: center;
display: flex;
}
.table-responsive > table > thead > tr > th {
height: 54px;
}
.table-responsive > table > thead > tr > th > ul {
margin-bottom: 0;
}
.table-responsive > table {
margin-bottom: 50px;
border-bottom: 2px solid;
border-top: 2px solid;
}
.card-header-tabs {
justify-content: center;
}
body > nav > div.container {
margin-right: 44%;
}
.login-form div {
margin-top: 30px;
}
.form-group btn {
display: flex;
margin: 0 auto;
}
body > div > form {
min-width: 70%;
justify-content: center;
display: flex;
flex-direction: column;
}
body > div:nth-child(3) > table > thead,
body > div:nth-child(4) > table > thead,
body > main > table > thead,
body > div > main > table > thead{
display: none;
}
.stars, .comments-title {
display: flex;
justify-content: center;
}
.btn-group{
display: flex;
margin: 0 auto;
}
body > div.container.mt-5 > form {
margin: 0 auto;
max-width: 70%;
justify-content: center;
}
.social-buttons {
flex-direction: row;
justify-content: center;
}
#team .row {
display: flex;
flex-direction: column;
align-items: center;
}
#team > div > div > div {
flex: none;
max-width: none;
}
#tbl > thead > tr {
display: none;
}
#tbl > tbody > tr {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
}
#tbl > tbody > tr > td > input {
width: 190px;
}
body > section > form:nth-child(2) {
align-items: center;
justify-content: center;
flex-direction: column;
}
body > section > form:nth-child(2) > button{
display: flex;
margin: 0 auto;
position: inherit;
}
.shop #navcol-1 .nav-link, active {
background: gray;
opacity: 0.85;
border-radius: 20px;
}
.form-details h1 {
font-size: 1em !important;
}
}
@media all and (max-width: 768px) {
.navigation-clean-button .navbar-nav .show .dropdown-menu .dropdown-item {
color: #37434d;
padding-top: 12px;
padding-bottom: 12px;
line-height: 1;
}
.navigation-clean-button .navbar-nav .show .dropdown-menu {
box-shadow: none;
}
.navigation-clean-button {
padding-top: 1rem;
padding-bottom: 1rem;
}
.header-blue .navbar-nav .nav-link {
padding-left: .7rem;
padding-right: .7rem;
}
.header-blue .hero {
margin-top: 60px;
text-align: left;
}
.header-blue .navbar .navbar-collapse {
border-color: transparent;
margin: 0;
}
.header-blue .navbar {
padding-top: 1rem;
padding-bottom: 1rem;
}
.header-blue {
padding-bottom: 120px;
}
.article-clean .text h2 {
font-size: 20px;
}
.article-list h2 {
margin-bottom: 25px;
padding-top: 25px;
font-size: 24px;
}
.article-clean .text p {
font-size: 16px;
}
.navigation-clean-button.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
color: #fff;
}
}
@media all and (max-width: 896px) {
.nav-shop ul {
flex-direction: column;
}
}
@media all and (max-width: 992px) {
.workout-container{
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.navigation-clean-button.navbar .navbar-nav .nav-link{
padding-left: 2px;
padding-right: 2px;
}
body > nav > div.dropdown.border.rounded {
margin-right: 15px;
}
.sorting-and-filters {
position: revert;
display: flex;
flex-direction: column;
margin: 10px auto;
width: 50%;
}
.products {
position: inherit;
margin-top: 20px;
max-width: 150px;
}
}
@media all and (max-width: 992px) {
.header-blue .navbar-nav .nav-link {
padding-left: 1.2rem;
padding-right: 1.2rem;
}
.header-blue .hero h1 {
margin-top: 190px;
margin-bottom: 24px;
line-height: 1.2;
}
.form-details .wrapper {
width: 100%;
}
.form-details .container-details {
width: 100%;
}
.form-details form h1 {
text-align: center;
}
.form-details div {
flex-direction: column;
width: 100%;
}
.form-details input {
margin: 5px 0;
min-height: 30px;
}
.form-details h1 {
font-size: 1.4em !important;
}
}
@media all and (max-width:1200px) {
.home-row {
flex-direction: column;
align-items: center;
}
.training-plan-article, .progress-chart {
margin-bottom: 5px;
}
.nav-shop{
margin-left: 200px;
}
}
@media all and (max-width:1000px) {
.nav-shop{
margin-left: 0px;
}
} | 0.378919 | 0.068569 |
@-webkit-document url-prefix(https://oltx.fidelity.com) {
/* Make the body/background dark */
html {
font-size: 14pt !important;
}
body {
background-color: #3D3D3D !important;
background: none;
}
/* Make the main grid narrower */
div.fidgrid {
margin-left: 150px;
margin-right: 150px;
}
/* Main Menu - remove all Top links, except for Log Out */
ul.pnlogin li.static {
display: none !important;
}
/* HEADER: Make the header larger and the text more legible */
div.pbn {
height: 80px !important;
}
/* Make the main logo larger */
div.pnld {
transform: scale(1.3, 1.3);
margin-top: 18px !important;
margin-left: 40px !important;
}
/* Make the search box larger */
input#nav-search-mobile {
height: 38px;
padding-left: 11px !important;
}
/* Make the search button larger */
.pgnb .pns input.pnss {
background-size: 38px 38px;
width: 38px !important;
height: 38px !important;
}
/* Make the search results box align properly */
.pgnb .pnacr .pnacs {
top: -27px !important;
width: 312px !important;
}
/* MAIN MENU */
/* Make the menu items larger and the text more legible; remove the hatch background */
.pgnb .pnmm .pnl1 .pnhs .pnsh {
text-transform: uppercase !important;
}
.pgnb .pnmm .pnshl {
font-family: Calibri, Segoe UI Light, Arial, sans serif !important;
color: #e1e1e1 !important;
font-size: 18px;
}
.pgnb .pnmm .pnl1 .pnhs .pnsh {
background: #408800 !important;
border-right: 0px !important;;
}
/* Give the main menu a large bottom border */
.pgnb .pnmm {
border-top: 2px solid #336d00;
border-bottom: 33px solid #336d00;
}
/* BLACK MENU */
/* Make the text disappear */
.action-bar--item .action-bar--item-title {
display: none !important;
}
/* Make the menu items larger */
.action-bar--group {
height: 25px;
margin-bottom: 10px;
}
.action-bar--item {
float: none !important;
}
.action-bar--right .action-bar--item {
margin-right: -95px;
}
/* NETBENEFITS LINK */
/* Remove unnecessary decoration */
.relationships--popup-benefits-card, .relationships--representative-group {
display: none !important;
}
} | data/usercss/117779.user.css | @-webkit-document url-prefix(https://oltx.fidelity.com) {
/* Make the body/background dark */
html {
font-size: 14pt !important;
}
body {
background-color: #3D3D3D !important;
background: none;
}
/* Make the main grid narrower */
div.fidgrid {
margin-left: 150px;
margin-right: 150px;
}
/* Main Menu - remove all Top links, except for Log Out */
ul.pnlogin li.static {
display: none !important;
}
/* HEADER: Make the header larger and the text more legible */
div.pbn {
height: 80px !important;
}
/* Make the main logo larger */
div.pnld {
transform: scale(1.3, 1.3);
margin-top: 18px !important;
margin-left: 40px !important;
}
/* Make the search box larger */
input#nav-search-mobile {
height: 38px;
padding-left: 11px !important;
}
/* Make the search button larger */
.pgnb .pns input.pnss {
background-size: 38px 38px;
width: 38px !important;
height: 38px !important;
}
/* Make the search results box align properly */
.pgnb .pnacr .pnacs {
top: -27px !important;
width: 312px !important;
}
/* MAIN MENU */
/* Make the menu items larger and the text more legible; remove the hatch background */
.pgnb .pnmm .pnl1 .pnhs .pnsh {
text-transform: uppercase !important;
}
.pgnb .pnmm .pnshl {
font-family: Calibri, Segoe UI Light, Arial, sans serif !important;
color: #e1e1e1 !important;
font-size: 18px;
}
.pgnb .pnmm .pnl1 .pnhs .pnsh {
background: #408800 !important;
border-right: 0px !important;;
}
/* Give the main menu a large bottom border */
.pgnb .pnmm {
border-top: 2px solid #336d00;
border-bottom: 33px solid #336d00;
}
/* BLACK MENU */
/* Make the text disappear */
.action-bar--item .action-bar--item-title {
display: none !important;
}
/* Make the menu items larger */
.action-bar--group {
height: 25px;
margin-bottom: 10px;
}
.action-bar--item {
float: none !important;
}
.action-bar--right .action-bar--item {
margin-right: -95px;
}
/* NETBENEFITS LINK */
/* Remove unnecessary decoration */
.relationships--popup-benefits-card, .relationships--representative-group {
display: none !important;
}
} | 0.168378 | 0.059537 |
html, body {
margin: 0;
padding: 0;
}
html, body, div, input, span, a {
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
font-family:"Roboto", Verdana, sans-serif;
outline-color: transparent;
-webkit-user-select: none;
/* webkit (safari, chrome) browsers */
-moz-user-select: none;
/* mozilla browsers */
-khtml-user-select: none;
/* webkit (konqueror) browsers */
-ms-user-select: none;
}
header {
position: fixed;
width: 100%;
height: 50px;
top: 0;
left: 0;
-webkit-user-select: none;
/* webkit (safari, chrome) browsers */
-moz-user-select: none;
/* mozilla browsers */
-khtml-user-select: none;
/* webkit (konqueror) browsers */
-ms-user-select: none;
z-index: 1;
}
header h1 {
padding: 10px;
margin: 0;
height: 30px;
font-size: 25px;
}
header a {
text-decoration: none;
cursor: pointer;
}
header a.ham {
padding: 5px 6px;
}
header ~ article.container {
position: relative;
}
header ~ article.container, aside.sidebar {
top: 50px;
}
article h1, article h2, article h3, article h4, article h5, article p {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
section.context .content {
padding: 20px;
}
/* Large Screen */
aside.sidebar {
position: fixed;
left: 0;
height: 100%;
overflow-y: auto;
}
aside.sidebar ul {
position: absolute;
top: 0;
margin: 0;
padding: 0;
list-style: none;
}
aside.sidebar ul li {
text-indent: 18px;
line-height: 50px;
height: 50px;
}
aside.sidebar ul li .fa {
display: initial;
padding-right: 10px;
line-height: 50px;
}
aside.sidebar ul li a {
display: block;
text-decoration: none;
}
aside.sidebar ul li a:hover {
text-decoration: none;
}
/* Large Screens */
article.container .sidebar, article.container .sidebar.large, article.container aside.sidebar ul, article.container aside.sidebar.large ul {
width: 320px;
}
aside.sidebar ul li span, aside.sidebar.large ul li span {
display: inline;
}
article.container aside.sidebar ~ .context, article.container aside.sidebar.large ~ .context {
padding-left: 320px;
}
/* short Screens */
article.container aside.sidebar.short, article.container aside.sidebar.short ul {
width: 50px;
}
article.container aside.sidebar.short ul li span {
display: none;
}
article.container aside.sidebar.short ~ .context {
padding-left: 50px;
}
article.container aside.sidebar.short ul li .fa {
padding-right: 0;
}
article.container aside.sidebar.short ul li {
text-indent: 18px;
}
/* context */
.clear:after {
content: "";
display: table;
clear: both;
}
article.container .context h1 {
font-size: 36px;
}
article.container .context h2 {
font-size: 30px;
margin-top: 10px;
}
article.container .context h3 {
font-size: 24px;
}
article.container .context h4 {
font-size: 18px;
}
.panel {
margin-bottom: 20px;
border: 1px solid transparent;
}
.panel .header {
padding: 15px 20px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.panel .header .title .fa span {
font-size: 40px;
}
.panel .header .title .message {
float: right;
}
.panel .header .title .message strong.count {
display: block;
font-size: 50px;
font-weight: bold;
text-align: right;
}
.panel .header .title .message .desc {
padding: 5px 0;
}
.panel .header .new {
position: relative;
}
.panel .header .new input {
background: transparent;
border: none;
width: 100%;
padding: 20px;
font-size: 26px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 85px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.panel .header .new button {
border-width: 1px;
border-style: solid;
height: 45px;
min-width: 75px;
font-size: 16px;
line-height: 35px;
position: absolute;
bottom: 0;
right: 0;
}
.panel .header .new button:hover {
border-width: 1px;
border-style: solid;
}
.panel .header .new button:active {
border-width: 1px;
border-style: solid;
}
.panel .body {
padding: 15px 10px;
}
.panel .body ul {
list-style: none;
margin: 0;
padding: 0;
}
.panel .body ul li {
height: 50px;
line-height: 50px;
font-size: 16px;
position: relative;
background-color: transparent;
padding: 0 10px;
}
.panel .body ul li .options {
position: absolute;
right: 0;
top: 0;
padding-right: 10px;
}
.panel .body ul li .options li {
margin: 0;
padding: 0;
display: inline-block;
height: auto;
line-height: 0;
font-size: 16px;
}
.panel .body ul li .options li button {
border: 0;
height: 49px;
width: 50px;
margin: 0;
}
.panel .body .task-list .task input[type="checkbox"] {
position: absolute;
top: 15px;
}
.panel .body .task-list .task .label {
margin-left: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
}
.panel .body .task-list .task .label.complete {
text-decoration: line-through;
}
/* https://kyusuf.com/post/completely-css-custom-checkbox-radio-buttons-and-select-boxes */
/* Settings */
.settings .themes {
display: flex;
flex-wrap: wrap;
}
.settings .themes .item {
margin: 10px;
height: 60px;
width: 60px;
border-width: 2px;
border-style: dotted
} | src/styles/main.css | html, body {
margin: 0;
padding: 0;
}
html, body, div, input, span, a {
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
font-family:"Roboto", Verdana, sans-serif;
outline-color: transparent;
-webkit-user-select: none;
/* webkit (safari, chrome) browsers */
-moz-user-select: none;
/* mozilla browsers */
-khtml-user-select: none;
/* webkit (konqueror) browsers */
-ms-user-select: none;
}
header {
position: fixed;
width: 100%;
height: 50px;
top: 0;
left: 0;
-webkit-user-select: none;
/* webkit (safari, chrome) browsers */
-moz-user-select: none;
/* mozilla browsers */
-khtml-user-select: none;
/* webkit (konqueror) browsers */
-ms-user-select: none;
z-index: 1;
}
header h1 {
padding: 10px;
margin: 0;
height: 30px;
font-size: 25px;
}
header a {
text-decoration: none;
cursor: pointer;
}
header a.ham {
padding: 5px 6px;
}
header ~ article.container {
position: relative;
}
header ~ article.container, aside.sidebar {
top: 50px;
}
article h1, article h2, article h3, article h4, article h5, article p {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
section.context .content {
padding: 20px;
}
/* Large Screen */
aside.sidebar {
position: fixed;
left: 0;
height: 100%;
overflow-y: auto;
}
aside.sidebar ul {
position: absolute;
top: 0;
margin: 0;
padding: 0;
list-style: none;
}
aside.sidebar ul li {
text-indent: 18px;
line-height: 50px;
height: 50px;
}
aside.sidebar ul li .fa {
display: initial;
padding-right: 10px;
line-height: 50px;
}
aside.sidebar ul li a {
display: block;
text-decoration: none;
}
aside.sidebar ul li a:hover {
text-decoration: none;
}
/* Large Screens */
article.container .sidebar, article.container .sidebar.large, article.container aside.sidebar ul, article.container aside.sidebar.large ul {
width: 320px;
}
aside.sidebar ul li span, aside.sidebar.large ul li span {
display: inline;
}
article.container aside.sidebar ~ .context, article.container aside.sidebar.large ~ .context {
padding-left: 320px;
}
/* short Screens */
article.container aside.sidebar.short, article.container aside.sidebar.short ul {
width: 50px;
}
article.container aside.sidebar.short ul li span {
display: none;
}
article.container aside.sidebar.short ~ .context {
padding-left: 50px;
}
article.container aside.sidebar.short ul li .fa {
padding-right: 0;
}
article.container aside.sidebar.short ul li {
text-indent: 18px;
}
/* context */
.clear:after {
content: "";
display: table;
clear: both;
}
article.container .context h1 {
font-size: 36px;
}
article.container .context h2 {
font-size: 30px;
margin-top: 10px;
}
article.container .context h3 {
font-size: 24px;
}
article.container .context h4 {
font-size: 18px;
}
.panel {
margin-bottom: 20px;
border: 1px solid transparent;
}
.panel .header {
padding: 15px 20px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.panel .header .title .fa span {
font-size: 40px;
}
.panel .header .title .message {
float: right;
}
.panel .header .title .message strong.count {
display: block;
font-size: 50px;
font-weight: bold;
text-align: right;
}
.panel .header .title .message .desc {
padding: 5px 0;
}
.panel .header .new {
position: relative;
}
.panel .header .new input {
background: transparent;
border: none;
width: 100%;
padding: 20px;
font-size: 26px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 85px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.panel .header .new button {
border-width: 1px;
border-style: solid;
height: 45px;
min-width: 75px;
font-size: 16px;
line-height: 35px;
position: absolute;
bottom: 0;
right: 0;
}
.panel .header .new button:hover {
border-width: 1px;
border-style: solid;
}
.panel .header .new button:active {
border-width: 1px;
border-style: solid;
}
.panel .body {
padding: 15px 10px;
}
.panel .body ul {
list-style: none;
margin: 0;
padding: 0;
}
.panel .body ul li {
height: 50px;
line-height: 50px;
font-size: 16px;
position: relative;
background-color: transparent;
padding: 0 10px;
}
.panel .body ul li .options {
position: absolute;
right: 0;
top: 0;
padding-right: 10px;
}
.panel .body ul li .options li {
margin: 0;
padding: 0;
display: inline-block;
height: auto;
line-height: 0;
font-size: 16px;
}
.panel .body ul li .options li button {
border: 0;
height: 49px;
width: 50px;
margin: 0;
}
.panel .body .task-list .task input[type="checkbox"] {
position: absolute;
top: 15px;
}
.panel .body .task-list .task .label {
margin-left: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
}
.panel .body .task-list .task .label.complete {
text-decoration: line-through;
}
/* https://kyusuf.com/post/completely-css-custom-checkbox-radio-buttons-and-select-boxes */
/* Settings */
.settings .themes {
display: flex;
flex-wrap: wrap;
}
.settings .themes .item {
margin: 10px;
height: 60px;
width: 60px;
border-width: 2px;
border-style: dotted
} | 0.464659 | 0.051035 |
.gamebg{padding: 10px 10px 1px 10px;}
.selectgame { border-radius: 5px; box-shadow: 0px 1px 0px #fff inset, 0px 1px 5px #fff; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px; background: none repeat scroll 0% 0% #2388b5; color: white; font-size: 1.2em; }
.availplay { background-color: #eff731; }
.img-height { min-height: 90px; }
.rules-desc { color: white; }
.rules-desc a { color: rgba(183, 31, 95, 1); }
.adbg { border-radius: 5px; box-shadow: 0px 1px 0px #fff inset, 0px 1px 5px #fff; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px; background: none repeat scroll 0% 0% #e0cdbd; font-size: 1.0em; text-align: center; }
.adbg1 { border-radius: 5px; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px; text-align: center; }
#animated-example { border: solid 0px #1A7404; position: relative; background-color: transparent; }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes bounceInUp {
0% { opacity: 0; -webkit-transform: translateY(2000px); }
60% { opacity: 1; -webkit-transform: translateY(-30px); }
80% { -webkit-transform: translateY(10px); }
100% { -webkit-transform: translateY(0); }
}
@keyframes bounceInUp {
0% { opacity: 0; transform: translateY(2000px); }
60% { opacity: 1; transform: translateY(-30px); }
80% { transform: translateY(10px); }
100% { transform: translateY(0); }
}
.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }
.post-content { background: none repeat scroll 0 0 transparent; opacity: 0.5; margin: 0 auto; margin-top: -54px; text-align: center position: relative; width: 40%; }
.finalmsg { font-family: Aclonica; line-height: 1em; color: #fff; font-size: 50px; text-shadow: 0px 0px 0 rgb(132,19,132),1px 1px 0 rgb(117,4,117),2px 2px 0 rgb(103,-10,103),3px 3px 0 rgb(88,-25,88),4px 4px 0 rgb(74,-39,74),5px 5px 0 rgb(59,-54,59), 6px 6px 0 rgb(45,-68,45),7px 7px 6px rgba(0,0,0,0.6),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2); }
.thumbnail { margin: 0 auto; text-align: center; }
.wrapper { text-align: center; }
img { display: block; height: auto; max-width: 100%; }
.game-title { font-family: ABeeZee; line-height: 1em; color: #e6c6e6; font-size: 28px; margin-left: 5px; text-align: center; text-shadow: 0px 0px 0 rgb(206,174,206),-1px 0px 0 rgb(191,159,191),-2px 0px 0 rgb(177,145,177),-3px 0px 0 rgb(162,130,162),-4px 0px 0 rgb(148,116,148),-5px 0px 0 rgb(133,101,133), -6px 0px 0 rgb(119,87,119),-7px 0px 6px rgba(0,0,0,0.55),-7px 0px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2); }
h1, .h1 { margin-top: 5px; margin-bottom: 10px; font-family: ABeeZee; line-height: 1em; color: #e6c6e6; font-size: 28px; margin-left: 5px; text-align: center; text-shadow: 0px 0px 0 rgb(206,174,206),-1px 0px 0 rgb(191,159,191),-2px 0px 0 rgb(177,145,177),-3px 0px 0 rgb(162,130,162),-4px 0px 0 rgb(148,116,148),-5px 0px 0 rgb(133,101,133), -6px 0px 0 rgb(119,87,119),-7px 0px 6px rgba(0,0,0,0.55),-7px 0px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2); }
@media (max-width:767px) /*xs*/
{
.adbg, .adbg1, .selectgame, .gamebg, .gamemsgbg, .gamebg1 { padding: 5px; margin: 5px; }
}
@media (min-width:992px) and (max-width:1199px) /*md*/
{
.adbg, .adbg1, .selectgame, .gamebg, .gamemsgbg, .gamebg1 { padding: 5px; margin: 5px; }
}
@media (min-width:768px) and (max-width:991px) /*sm*/
{
.adbg, .adbg1, .selectgame, .gamebg, .gamemsgbg, .gamebg1 { padding: 5px; margin: 5px; }
}
@media (min-width:1200px) /*lg*/
{
} | images/Play Pig Dice Game Online_files/pig-2.css | .gamebg{padding: 10px 10px 1px 10px;}
.selectgame { border-radius: 5px; box-shadow: 0px 1px 0px #fff inset, 0px 1px 5px #fff; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px; background: none repeat scroll 0% 0% #2388b5; color: white; font-size: 1.2em; }
.availplay { background-color: #eff731; }
.img-height { min-height: 90px; }
.rules-desc { color: white; }
.rules-desc a { color: rgba(183, 31, 95, 1); }
.adbg { border-radius: 5px; box-shadow: 0px 1px 0px #fff inset, 0px 1px 5px #fff; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px; background: none repeat scroll 0% 0% #e0cdbd; font-size: 1.0em; text-align: center; }
.adbg1 { border-radius: 5px; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px; text-align: center; }
#animated-example { border: solid 0px #1A7404; position: relative; background-color: transparent; }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes bounceInUp {
0% { opacity: 0; -webkit-transform: translateY(2000px); }
60% { opacity: 1; -webkit-transform: translateY(-30px); }
80% { -webkit-transform: translateY(10px); }
100% { -webkit-transform: translateY(0); }
}
@keyframes bounceInUp {
0% { opacity: 0; transform: translateY(2000px); }
60% { opacity: 1; transform: translateY(-30px); }
80% { transform: translateY(10px); }
100% { transform: translateY(0); }
}
.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }
.post-content { background: none repeat scroll 0 0 transparent; opacity: 0.5; margin: 0 auto; margin-top: -54px; text-align: center position: relative; width: 40%; }
.finalmsg { font-family: Aclonica; line-height: 1em; color: #fff; font-size: 50px; text-shadow: 0px 0px 0 rgb(132,19,132),1px 1px 0 rgb(117,4,117),2px 2px 0 rgb(103,-10,103),3px 3px 0 rgb(88,-25,88),4px 4px 0 rgb(74,-39,74),5px 5px 0 rgb(59,-54,59), 6px 6px 0 rgb(45,-68,45),7px 7px 6px rgba(0,0,0,0.6),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2); }
.thumbnail { margin: 0 auto; text-align: center; }
.wrapper { text-align: center; }
img { display: block; height: auto; max-width: 100%; }
.game-title { font-family: ABeeZee; line-height: 1em; color: #e6c6e6; font-size: 28px; margin-left: 5px; text-align: center; text-shadow: 0px 0px 0 rgb(206,174,206),-1px 0px 0 rgb(191,159,191),-2px 0px 0 rgb(177,145,177),-3px 0px 0 rgb(162,130,162),-4px 0px 0 rgb(148,116,148),-5px 0px 0 rgb(133,101,133), -6px 0px 0 rgb(119,87,119),-7px 0px 6px rgba(0,0,0,0.55),-7px 0px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2); }
h1, .h1 { margin-top: 5px; margin-bottom: 10px; font-family: ABeeZee; line-height: 1em; color: #e6c6e6; font-size: 28px; margin-left: 5px; text-align: center; text-shadow: 0px 0px 0 rgb(206,174,206),-1px 0px 0 rgb(191,159,191),-2px 0px 0 rgb(177,145,177),-3px 0px 0 rgb(162,130,162),-4px 0px 0 rgb(148,116,148),-5px 0px 0 rgb(133,101,133), -6px 0px 0 rgb(119,87,119),-7px 0px 6px rgba(0,0,0,0.55),-7px 0px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2); }
@media (max-width:767px) /*xs*/
{
.adbg, .adbg1, .selectgame, .gamebg, .gamemsgbg, .gamebg1 { padding: 5px; margin: 5px; }
}
@media (min-width:992px) and (max-width:1199px) /*md*/
{
.adbg, .adbg1, .selectgame, .gamebg, .gamemsgbg, .gamebg1 { padding: 5px; margin: 5px; }
}
@media (min-width:768px) and (max-width:991px) /*sm*/
{
.adbg, .adbg1, .selectgame, .gamebg, .gamemsgbg, .gamebg1 { padding: 5px; margin: 5px; }
}
@media (min-width:1200px) /*lg*/
{
} | 0.268558 | 0.280387 |
.compare-invocations .header {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.compare-invocations .header > :not(:last-child) {
margin-right: 16px;
}
.compare-invocations .show-changes-only-button {
margin-left: auto;
}
@media (max-width: 1280px) {
.compare-invocations .header h2 {
display: none;
}
}
@media (max-width: 1024px) {
.compare-invocations .header {
flex-direction: column;
align-items: start;
}
.compare-invocations .header > :not(:last-child) {
margin-right: 0;
margin-bottom: 8px;
}
.compare-invocations .show-changes-only-button {
margin-left: 0;
margin-right: auto;
}
}
.compare-invocations .error-container {
background: #ffebee;
padding: 16px;
border-radius: 8px;
margin: 16px 0;
display: flex;
align-items: center;
}
.compare-invocations .error-container > :not(:last-child) {
margin-right: 8px;
}
.compare-invocations .error-container img {
width: 24px;
height: 24px;
}
.compare-invocations .invocation-tags {
display: flex;
align-items: center;
}
.compare-invocations .invocation-tags :not(:last-child) {
margin-right: 8px;
}
.compare-invocations .compare-arrow {
width: 24px;
height: 24px;
}
.compare-invocations .invocation-id-tag {
padding: 0;
}
.compare-invocations .invocation-id-tag a {
display: flex;
padding: 8px 16px;
}
.compare-invocations .invocation-id-tag-prefix {
opacity: 0.7;
}
.compare-invocations .invocation-id-tag .invocation-id-tag-id {
max-width: 80px;
text-overflow: ellipsis;
white-space: nowrap;
overflow-x: hidden;
}
.compare-invocations .preprocessing-options {
display: flex;
align-items: center;
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.compare-invocations .preprocessing-options img {
opacity: 0.7;
width: 24px;
height: 24px;
}
.compare-invocations .preprocessing-options > :not(:last-child) {
margin-right: 8px;
}
.compare-invocations .preprocessing-options-list {
display: flex;
flex-wrap: wrap;
margin-top: -8px;
}
.compare-invocations .preprocessing-options-list > * {
margin-top: 8px;
}
.compare-invocations .preprocessing-options-list > :not(:last-child) {
margin-right: 8px;
}
.compare-invocations .preprocessing-options .checkbox-button label {
padding: 4px 8px;
font-size: 14px;
}
.compare-invocations .diff-line {
display: flex;
}
.compare-invocations .diff-line-content {
font-family: monospace;
}
.compare-invocations .diff-line .plus-minus-cell {
width: 16px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
margin-right: 8px;
}
.compare-invocations .collapsed {
font-size: 14px;
font-weight: 500;
width: 100%;
background: #f8f8f8;
color: rgba(0, 0, 0, 0.7);
padding: 4px 8px;
margin: 8px 0;
border-radius: 4px;
}
.compare-invocations .collapsed:hover {
color: rgba(0, 0, 0, 1);
}
.compare-invocations .collapsed .maximize-icon {
width: 16px;
height: 16px;
transform: rotate(-45deg) scale(0.8);
transition: 100ms ease-out;
opacity: 0.7;
margin-right: 8px;
}
.compare-invocations .collapsed:hover .maximize-icon {
transform: rotate(-45deg);
opacity: 1;
}
.compare-invocations .diff-line pre {
padding: 0;
margin: 0;
}
.compare-invocations .diff-line.removed {
color: #f44336;
}
.compare-invocations .diff-line.added {
color: #43a047;
} | app/compare/compare.css | .compare-invocations .header {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.compare-invocations .header > :not(:last-child) {
margin-right: 16px;
}
.compare-invocations .show-changes-only-button {
margin-left: auto;
}
@media (max-width: 1280px) {
.compare-invocations .header h2 {
display: none;
}
}
@media (max-width: 1024px) {
.compare-invocations .header {
flex-direction: column;
align-items: start;
}
.compare-invocations .header > :not(:last-child) {
margin-right: 0;
margin-bottom: 8px;
}
.compare-invocations .show-changes-only-button {
margin-left: 0;
margin-right: auto;
}
}
.compare-invocations .error-container {
background: #ffebee;
padding: 16px;
border-radius: 8px;
margin: 16px 0;
display: flex;
align-items: center;
}
.compare-invocations .error-container > :not(:last-child) {
margin-right: 8px;
}
.compare-invocations .error-container img {
width: 24px;
height: 24px;
}
.compare-invocations .invocation-tags {
display: flex;
align-items: center;
}
.compare-invocations .invocation-tags :not(:last-child) {
margin-right: 8px;
}
.compare-invocations .compare-arrow {
width: 24px;
height: 24px;
}
.compare-invocations .invocation-id-tag {
padding: 0;
}
.compare-invocations .invocation-id-tag a {
display: flex;
padding: 8px 16px;
}
.compare-invocations .invocation-id-tag-prefix {
opacity: 0.7;
}
.compare-invocations .invocation-id-tag .invocation-id-tag-id {
max-width: 80px;
text-overflow: ellipsis;
white-space: nowrap;
overflow-x: hidden;
}
.compare-invocations .preprocessing-options {
display: flex;
align-items: center;
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.compare-invocations .preprocessing-options img {
opacity: 0.7;
width: 24px;
height: 24px;
}
.compare-invocations .preprocessing-options > :not(:last-child) {
margin-right: 8px;
}
.compare-invocations .preprocessing-options-list {
display: flex;
flex-wrap: wrap;
margin-top: -8px;
}
.compare-invocations .preprocessing-options-list > * {
margin-top: 8px;
}
.compare-invocations .preprocessing-options-list > :not(:last-child) {
margin-right: 8px;
}
.compare-invocations .preprocessing-options .checkbox-button label {
padding: 4px 8px;
font-size: 14px;
}
.compare-invocations .diff-line {
display: flex;
}
.compare-invocations .diff-line-content {
font-family: monospace;
}
.compare-invocations .diff-line .plus-minus-cell {
width: 16px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
margin-right: 8px;
}
.compare-invocations .collapsed {
font-size: 14px;
font-weight: 500;
width: 100%;
background: #f8f8f8;
color: rgba(0, 0, 0, 0.7);
padding: 4px 8px;
margin: 8px 0;
border-radius: 4px;
}
.compare-invocations .collapsed:hover {
color: rgba(0, 0, 0, 1);
}
.compare-invocations .collapsed .maximize-icon {
width: 16px;
height: 16px;
transform: rotate(-45deg) scale(0.8);
transition: 100ms ease-out;
opacity: 0.7;
margin-right: 8px;
}
.compare-invocations .collapsed:hover .maximize-icon {
transform: rotate(-45deg);
opacity: 1;
}
.compare-invocations .diff-line pre {
padding: 0;
margin: 0;
}
.compare-invocations .diff-line.removed {
color: #f44336;
}
.compare-invocations .diff-line.added {
color: #43a047;
} | 0.723407 | 0.088978 |
* {
padding: 0px;
margin: 0px;
}
body {
background: #f0f0f0;
}
body,
input,
button,
option,
textarea,
label,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font: 14px/18px Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
color: #333;
outline: none;
zoom: 1;
}
.box-header {
position: absolute;
top: 0;
min-width: 1024px;
background: #956946;
width: 100%;
height: 55px;
}
.wrap-main {
max-width: 1200px;
min-width: 1024px;
width: 100%;
height: 55px;
background: #000;
margin: auto;
position: relative;
display: block;
}
.logo {
float: left;
width: 165px;
display: block;
padding: 14px 0 11px 5px;
}
a {
text-decoration: none;
}
[class^="icontgdd-"],
[class*="icontgdd-"],
[class^="iconmobile-"],
[class*="iconmobile-"] {
background-image: url(https://cdn.thegioididong.com/v2015/Content/desktop/images/V4/icondesktop@1x.png);
background-repeat: no-repeat;
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
vertical-align: middle;
}
.icontgdd-logo {
background-position: 0 0;
width: 156px;
height: 30px;
display: block;
margin: auto;
}
#search-site {
float: left;
width: 230px;
height: 35px;
margin: 10px 10px 0 10px;
background: #fff;
position: relative;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
element.style {}
input[type="text"],
input[type="tel"],
textarea {
-webkit-appearance: none;
}
.topinput {
float: left;
width: 162px;
margin-left: 8px;
padding-top: 3px;
border: 0;
position: relative;
background: #fff;
height: 30px;
text-indent: 10px;
font-size: 13px;
}
.btntop {
float: right;
width: 40px;
height: 35px;
border: 0;
background: none;
}
.icontgdd-topsearch {
background-position: -160px 0;
width: 20px;
height: 20px;
display: block;
margin: 1px auto 0;
}
nav {
width: 780px;
background: #956946;
margin: 0;
padding: 0;
height: 55px;
display: table;
}
nav a:hover,
nav a.actmenu {
background-color: #f5f5f5;
}
.icontgdd-mobile {
background-position: -190px 0;
width: 16px;
height: 25px;
display: block;
margin: 2px auto 3px;
}
.icontgdd-tablet {
background-position: -209px 0;
display: block;
margin: 0 auto 5px;
width: 33px;
height: 22px;
}
.icontgdd-laptop {
background-position: -245px 0;
display: block;
margin: 0 auto 5px;
width: 39px;
height: 21px;
}
.icontgdd-phukien {
background-position: -288px 0;
display: block;
margin: 0 auto 5px;
width: 22px;
height: 22px;
}
nav a.mobile {
width: 70px;
}
nav a {
display: table-cell;
width: 75px;
height: 44px;
padding: 3px 0 4px;
color: #fff;
background: #956946;
font-size: 11px;
text-align: center;
text-transform: uppercase;
position: relative;
}
nav a.cardsim,
nav a.utility {
text-transform: none;
font-size: 13px;
padding: 0;
vertical-align: middle;
line-height: 19px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 6px;
}
/* Body content */
#bd-content {
margin: 65px auto 0;
}
#bd-content {
max-width: 1200px;
width: 100%;
min-width: 980px;
margin: 55px auto 0;
position: relative;
}
#banner {
max-width: 1200px;
width: 100%;
min-width: 980px;
margin: 55px auto 0;
position: relative;
margin: 65px auto 0;
}
.homebanner {
float: left;
width: 65.834%;
height: 354px;
overflow: hidden;
position: relative;
background: #f0f0f0;
margin-bottom: 15px;
}
.homenews {
float: right;
width: 33.2%;
height: 354px;
overflow: hidden;
}
.homenews figure {
display: block;
overflow: hidden;
border-bottom: 1px solid #efefef;
background: #fff;
}
.homenews h2 {
float: left;
padding: 10px 20px 10px 10px;
background: #fdd504;
line-height: 1.3em;
font-size: 14px;
font-weight: 600;
color: #333;
text-transform: uppercase;
text-align: center;
position: relative;
}
.homenews h2:after {
content: "";
width: 0;
height: 0;
border-right: 12px solid #fff;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.homenews h2 a {
font-weight: 600;
}
body,
input,
button,
option,
textarea,
label,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font: 14px/18px Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
color: #333;
outline: none;
zoom: 1;
}
.liveevent {
position: relative;
color: #f33;
font-size: 12px;
padding-left: 20px;
display: inline-block;
width: 220px;
vertical-align: middle;
height: 38px;
line-height: 38px;
float: right;
}
.liveevent .text {
line-height: 1.4;
display: inline-block;
vertical-align: middle;
}
.homenews ul {
display: block;
overflow: hidden;
}
ul,
ol {
list-style: none;
}
.homenews li {
display: block;
padding: 10px 10px 5px;
border-bottom: 1px solid #ededed;
background: #fff;
}
.homenews li a {
display: block;
overflow: hidden;
}
.twobanner {
display: block;
overflow: hidden;
}
.twobanner a {
display: block;
overflow: hidden;
/* margin-top: 10px; */
margin-bottom: 5px;
}
.homenews li img {
float: left;
width: 100px;
height: 57px;
margin: 0 10px 0 0;
}
.homenews li h3 {
display: block;
overflow: hidden;
height: 36px;
line-height: 1.3em;
font-size: 14px;
color: #333;
margin-bottom: 5px;
}
.homenews li span {
float: left;
font-size: 12px;
color: #999;
margin-right: 10px;
}
aside {
display: block;
}
#sync2 {
display: block;
width: 100%;
background: #fff;
height: 55px;
}
#sync2 .owl-item {
height: 55px;
position: relative;
}
#sync2 .item {
display: table;
width: 98%;
vertical-align: middle;
position: relative;
background: #fff;
color: #666;
text-align: center;
cursor: pointer;
height: 55px;
font-size: 12px;
padding: 0 1%;
}
#sync2 .item h3 {
font-size: 12px;
line-height: 1.3em;
display: inline-block;
vertical-align: middle;
display: table-cell;
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} | home.css | * {
padding: 0px;
margin: 0px;
}
body {
background: #f0f0f0;
}
body,
input,
button,
option,
textarea,
label,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font: 14px/18px Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
color: #333;
outline: none;
zoom: 1;
}
.box-header {
position: absolute;
top: 0;
min-width: 1024px;
background: #956946;
width: 100%;
height: 55px;
}
.wrap-main {
max-width: 1200px;
min-width: 1024px;
width: 100%;
height: 55px;
background: #000;
margin: auto;
position: relative;
display: block;
}
.logo {
float: left;
width: 165px;
display: block;
padding: 14px 0 11px 5px;
}
a {
text-decoration: none;
}
[class^="icontgdd-"],
[class*="icontgdd-"],
[class^="iconmobile-"],
[class*="iconmobile-"] {
background-image: url(https://cdn.thegioididong.com/v2015/Content/desktop/images/V4/icondesktop@1x.png);
background-repeat: no-repeat;
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
vertical-align: middle;
}
.icontgdd-logo {
background-position: 0 0;
width: 156px;
height: 30px;
display: block;
margin: auto;
}
#search-site {
float: left;
width: 230px;
height: 35px;
margin: 10px 10px 0 10px;
background: #fff;
position: relative;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
element.style {}
input[type="text"],
input[type="tel"],
textarea {
-webkit-appearance: none;
}
.topinput {
float: left;
width: 162px;
margin-left: 8px;
padding-top: 3px;
border: 0;
position: relative;
background: #fff;
height: 30px;
text-indent: 10px;
font-size: 13px;
}
.btntop {
float: right;
width: 40px;
height: 35px;
border: 0;
background: none;
}
.icontgdd-topsearch {
background-position: -160px 0;
width: 20px;
height: 20px;
display: block;
margin: 1px auto 0;
}
nav {
width: 780px;
background: #956946;
margin: 0;
padding: 0;
height: 55px;
display: table;
}
nav a:hover,
nav a.actmenu {
background-color: #f5f5f5;
}
.icontgdd-mobile {
background-position: -190px 0;
width: 16px;
height: 25px;
display: block;
margin: 2px auto 3px;
}
.icontgdd-tablet {
background-position: -209px 0;
display: block;
margin: 0 auto 5px;
width: 33px;
height: 22px;
}
.icontgdd-laptop {
background-position: -245px 0;
display: block;
margin: 0 auto 5px;
width: 39px;
height: 21px;
}
.icontgdd-phukien {
background-position: -288px 0;
display: block;
margin: 0 auto 5px;
width: 22px;
height: 22px;
}
nav a.mobile {
width: 70px;
}
nav a {
display: table-cell;
width: 75px;
height: 44px;
padding: 3px 0 4px;
color: #fff;
background: #956946;
font-size: 11px;
text-align: center;
text-transform: uppercase;
position: relative;
}
nav a.cardsim,
nav a.utility {
text-transform: none;
font-size: 13px;
padding: 0;
vertical-align: middle;
line-height: 19px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 6px;
}
/* Body content */
#bd-content {
margin: 65px auto 0;
}
#bd-content {
max-width: 1200px;
width: 100%;
min-width: 980px;
margin: 55px auto 0;
position: relative;
}
#banner {
max-width: 1200px;
width: 100%;
min-width: 980px;
margin: 55px auto 0;
position: relative;
margin: 65px auto 0;
}
.homebanner {
float: left;
width: 65.834%;
height: 354px;
overflow: hidden;
position: relative;
background: #f0f0f0;
margin-bottom: 15px;
}
.homenews {
float: right;
width: 33.2%;
height: 354px;
overflow: hidden;
}
.homenews figure {
display: block;
overflow: hidden;
border-bottom: 1px solid #efefef;
background: #fff;
}
.homenews h2 {
float: left;
padding: 10px 20px 10px 10px;
background: #fdd504;
line-height: 1.3em;
font-size: 14px;
font-weight: 600;
color: #333;
text-transform: uppercase;
text-align: center;
position: relative;
}
.homenews h2:after {
content: "";
width: 0;
height: 0;
border-right: 12px solid #fff;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.homenews h2 a {
font-weight: 600;
}
body,
input,
button,
option,
textarea,
label,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font: 14px/18px Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
color: #333;
outline: none;
zoom: 1;
}
.liveevent {
position: relative;
color: #f33;
font-size: 12px;
padding-left: 20px;
display: inline-block;
width: 220px;
vertical-align: middle;
height: 38px;
line-height: 38px;
float: right;
}
.liveevent .text {
line-height: 1.4;
display: inline-block;
vertical-align: middle;
}
.homenews ul {
display: block;
overflow: hidden;
}
ul,
ol {
list-style: none;
}
.homenews li {
display: block;
padding: 10px 10px 5px;
border-bottom: 1px solid #ededed;
background: #fff;
}
.homenews li a {
display: block;
overflow: hidden;
}
.twobanner {
display: block;
overflow: hidden;
}
.twobanner a {
display: block;
overflow: hidden;
/* margin-top: 10px; */
margin-bottom: 5px;
}
.homenews li img {
float: left;
width: 100px;
height: 57px;
margin: 0 10px 0 0;
}
.homenews li h3 {
display: block;
overflow: hidden;
height: 36px;
line-height: 1.3em;
font-size: 14px;
color: #333;
margin-bottom: 5px;
}
.homenews li span {
float: left;
font-size: 12px;
color: #999;
margin-right: 10px;
}
aside {
display: block;
}
#sync2 {
display: block;
width: 100%;
background: #fff;
height: 55px;
}
#sync2 .owl-item {
height: 55px;
position: relative;
}
#sync2 .item {
display: table;
width: 98%;
vertical-align: middle;
position: relative;
background: #fff;
color: #666;
text-align: center;
cursor: pointer;
height: 55px;
font-size: 12px;
padding: 0 1%;
}
#sync2 .item h3 {
font-size: 12px;
line-height: 1.3em;
display: inline-block;
vertical-align: middle;
display: table-cell;
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} | 0.441191 | 0.143998 |
@import url(https://fonts.googleapis.com/css2?family=Belleza&family=Raleway&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
img,
form,
fieldset,
header,
footer,
.footie,
p,
blockquote {
margin: 0;
padding: 0;
/* resetting margins through the entire doc's elements to avoid default-set ones */
}
html {
font-family: 'Raleway', sans-serif;
}
body {
font-size: 1.2em;
}
a:link {
color: #ffd0a8;
text-decoration: none;
}
a:hover {
color: aquamarine;
}
.container {
display: grid;
height: 100%;
grid-template-rows: 3em minmax(250px, 1fr);
grid-template-columns: auto;
grid-template-areas: "top"
"bottom";
color: #ffd0a8;
}
.container-fluid {
grid-area: top;
background-color: #0d6C75;
border-bottom: 2px solid #16a7ac;
font-family: "Belleza", sans-serif;
font-style: italic;
padding: 5px;
}
.container-fluid>ul {
display: flex;
flex-direction: row;
list-style-type: none;
align-items: flex-start;
/* vertical align */
justify-content: space-around;
/* horizontal align */
padding-top: 7px;
}
.container-fluid>ul>li {
align-self: center;
}
.container-fluid>ul>li>h1 {
color: #f8cf40;
font-weight: bold;
}
.container2 {
display: flex;
flex-direction: column;
grid-area: bottom;
background-color: #B8a48F;
color: #544541;
align-items: left;
justify-content: top;
width: 100%;
height: fit-content;
}
header {
display: block;
width: 100%;
text-align: left;
}
h2 {
display: inline-block;
width: 80%;
text-align: left;
font-family: "Belleza", sans-serif;
font-weight: bolder;
font-size: 1.9em;
padding-left: 100px;
margin-bottom: 25px;
margin-top: 25px;
}
img {
display: inline-block;
width: 60%;
vertical-align: middle;
margin-top: 25px;
margin-bottom: 25px;
}
p {
display: inline-block;
text-align: left;
padding-left: 100px;
padding-right: 100px;
margin-bottom: 50px;
}
footer {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #544541;
color: #ffd0a8;
font-size: 0.8em;
padding-left: 20px;
padding-right: 50px;
}
.info {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.footer-social-icons {
display: flex;
line-height: 20px;
width: 100%;
flex-direction: row;
justify-content: center;
align-items: center;
}
h4 {
display: inline-block;
text-align: left;
vertical-align: middle;
}
.social-icon {
color: #ffd0a8;
height: fit-content;
}
ul {
display: inline-block;
text-align: left;
vertical-align: middle;
}
.social-icons li {
vertical-align: top;
display: inline;
height: 100px;
}
.social-icons a {
color: #ffd0a8;
text-decoration: none;
}
.fa-facebook {
padding: 10px 14px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-facebook:hover {
background-color: #3d5b99;
}
.fa-instagram {
padding: 10px 12px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-instagram:hover {
background-color: #cc3ff0;
}
.fa-rss {
padding: 10px 14px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-rss:hover {
background-color: #eb8231;
}
.fa-youtube {
padding: 10px 14px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-youtube:hover {
background-color: #e64a41;
}
.fa-linkedin {
padding: 10px 14px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-linkedin:hover {
background-color: #0073a4;
}
.fa-github {
padding: 10px 14px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-github:hover {
background-color: #5a32a3;
}
@media(max-width:600px) {
.container {
display: grid;
width: 100%;
height: max-content;
grid-template-columns: 1fr 5fr;
grid-template-rows: minmax(100px, 100%);
grid-template-areas: "sd main";
align-content: left;
font-size: 0.8em;
border: 1px solid #0d6C75;
position: relative;
}
.container-fluid {
display: flex;
flex-direction: column;
grid-area: sd;
justify-content: left;
width: fit-content;
margin: 0;
padding: 0;
}
.container-fluid>ul {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: top;
justify-content: left;
font-size: 80%;
padding: 0;
margin: 0;
}
.container-fluid>ul>li {
display: flex;
flex-direction: column;
align-items: top;
justify-content: left;
padding: 0;
margin: 0;
}
.container2 {
display: grid;
grid-area: main;
grid-template-rows: auto;
height: fit-content;
width: 100%;
position: relative;
}
h2 {
padding-top: 25px;
padding-left: 30px;
margin-left: 0;
}
img {
display: inline-block;
width: 80%;
}
p {
display: block;
padding-left: 30px;
padding-bottom: 100px;
}
footer {
display: flex;
flex-direction: column;
justify-content: bottom;
align-items: stretch;
size: fit-content;
background-color: #544541;
color: #ffd0a8;
font-size: 0.8em;
margin-top: 20px;
padding-left: 20px;
padding-right: 10px;
position: absolute;
bottom: 0;
}
} | CSS/blog-page.css |
@import url(https://fonts.googleapis.com/css2?family=Belleza&family=Raleway&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
img,
form,
fieldset,
header,
footer,
.footie,
p,
blockquote {
margin: 0;
padding: 0;
/* resetting margins through the entire doc's elements to avoid default-set ones */
}
html {
font-family: 'Raleway', sans-serif;
}
body {
font-size: 1.2em;
}
a:link {
color: #ffd0a8;
text-decoration: none;
}
a:hover {
color: aquamarine;
}
.container {
display: grid;
height: 100%;
grid-template-rows: 3em minmax(250px, 1fr);
grid-template-columns: auto;
grid-template-areas: "top"
"bottom";
color: #ffd0a8;
}
.container-fluid {
grid-area: top;
background-color: #0d6C75;
border-bottom: 2px solid #16a7ac;
font-family: "Belleza", sans-serif;
font-style: italic;
padding: 5px;
}
.container-fluid>ul {
display: flex;
flex-direction: row;
list-style-type: none;
align-items: flex-start;
/* vertical align */
justify-content: space-around;
/* horizontal align */
padding-top: 7px;
}
.container-fluid>ul>li {
align-self: center;
}
.container-fluid>ul>li>h1 {
color: #f8cf40;
font-weight: bold;
}
.container2 {
display: flex;
flex-direction: column;
grid-area: bottom;
background-color: #B8a48F;
color: #544541;
align-items: left;
justify-content: top;
width: 100%;
height: fit-content;
}
header {
display: block;
width: 100%;
text-align: left;
}
h2 {
display: inline-block;
width: 80%;
text-align: left;
font-family: "Belleza", sans-serif;
font-weight: bolder;
font-size: 1.9em;
padding-left: 100px;
margin-bottom: 25px;
margin-top: 25px;
}
img {
display: inline-block;
width: 60%;
vertical-align: middle;
margin-top: 25px;
margin-bottom: 25px;
}
p {
display: inline-block;
text-align: left;
padding-left: 100px;
padding-right: 100px;
margin-bottom: 50px;
}
footer {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #544541;
color: #ffd0a8;
font-size: 0.8em;
padding-left: 20px;
padding-right: 50px;
}
.info {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.footer-social-icons {
display: flex;
line-height: 20px;
width: 100%;
flex-direction: row;
justify-content: center;
align-items: center;
}
h4 {
display: inline-block;
text-align: left;
vertical-align: middle;
}
.social-icon {
color: #ffd0a8;
height: fit-content;
}
ul {
display: inline-block;
text-align: left;
vertical-align: middle;
}
.social-icons li {
vertical-align: top;
display: inline;
height: 100px;
}
.social-icons a {
color: #ffd0a8;
text-decoration: none;
}
.fa-facebook {
padding: 10px 14px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-facebook:hover {
background-color: #3d5b99;
}
.fa-instagram {
padding: 10px 12px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-instagram:hover {
background-color: #cc3ff0;
}
.fa-rss {
padding: 10px 14px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-rss:hover {
background-color: #eb8231;
}
.fa-youtube {
padding: 10px 14px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-youtube:hover {
background-color: #e64a41;
}
.fa-linkedin {
padding: 10px 14px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-linkedin:hover {
background-color: #0073a4;
}
.fa-github {
padding: 10px 14px;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #544541;
}
.fa-github:hover {
background-color: #5a32a3;
}
@media(max-width:600px) {
.container {
display: grid;
width: 100%;
height: max-content;
grid-template-columns: 1fr 5fr;
grid-template-rows: minmax(100px, 100%);
grid-template-areas: "sd main";
align-content: left;
font-size: 0.8em;
border: 1px solid #0d6C75;
position: relative;
}
.container-fluid {
display: flex;
flex-direction: column;
grid-area: sd;
justify-content: left;
width: fit-content;
margin: 0;
padding: 0;
}
.container-fluid>ul {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: top;
justify-content: left;
font-size: 80%;
padding: 0;
margin: 0;
}
.container-fluid>ul>li {
display: flex;
flex-direction: column;
align-items: top;
justify-content: left;
padding: 0;
margin: 0;
}
.container2 {
display: grid;
grid-area: main;
grid-template-rows: auto;
height: fit-content;
width: 100%;
position: relative;
}
h2 {
padding-top: 25px;
padding-left: 30px;
margin-left: 0;
}
img {
display: inline-block;
width: 80%;
}
p {
display: block;
padding-left: 30px;
padding-bottom: 100px;
}
footer {
display: flex;
flex-direction: column;
justify-content: bottom;
align-items: stretch;
size: fit-content;
background-color: #544541;
color: #ffd0a8;
font-size: 0.8em;
margin-top: 20px;
padding-left: 20px;
padding-right: 10px;
position: absolute;
bottom: 0;
}
} | 0.310904 | 0.050237 |
html, body {
height: 100%;
}
@keyframes typeWriter {
from { width: 0 }
to { width: 100% }
}
@keyframes blinking {
from, to { border-color: transparent }
50% { border-color: orange }
}
@keyframes fadeInUp {
from {
transform: translate3d(0,40px,0)
}
to {
transform: translate3d(0,0,0);
opacity: 1
}
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both
}
.animatedFadeInUp {
opacity: 0
}
.fadeInUp {
opacity: 0;
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
from {
transform: translate3d(0,40px,0)
}
to {
transform: translate3d(0,0,0);
opacity: 1
}
}
body {
overflow: hidden;
}
.index body {
min-height: 500px;
height: 100%;
background: #d1d7cbCC;
}
.index .homeBody {
z-index: 1;
display: flex;
flex-direction: column;
min-width: 1000px;
position: relative;
bottom: 100px;
}
.index .imageContainer {
height: 960px;
min-width: 1200px;
}
.index .welcomeText {
position: absolute;
top: 220px;
font-size: 3em;
font-family: 'Source Code Pro', monospace;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
min-width: 450px;
}
.index .bio {
position: relative;
top: 0px;
animation-delay: 2.2s;
background: #FFFFFF60;
border-radius: 5px;
padding: 5px;
padding-left: 30px;
padding-right: 30px;
font-family: 'Oswald', sans-serif;
}
.index .bio p{
width: 1200px;
color: #000000
}
.index .typeWrite h2{
display: flex;
margin: 0 auto;
overflow: hidden;
white-space: nowrap;
border-right: .15em solid orange;
animation:
typeWriter 2s steps(20, end),
blinking .5s step-end infinite;
color: white;
width: 100%;
}
.index .typeWrite div{
background: #00000060;
padding: 10px;
padding-right: 20px;
padding-left: 20px;
border-radius: 5px;
min-width: 450px;
}
.index .imageNav{
display: flex;
justify-content: space-around;
align-items: center;
position: absolute;
width: 100%;
max-width: 100%;
max-height: 100px;
height: 100px;
background: #d1d7cb;
bottom: 145px;
transition: all 0.15s ease-in-out;
}
.index .workLink {
animation-delay: 2.5s;
position: absolute;
top: 555px;
width: 100%;
font-size: 3em;
text-align: center;
}
.index .workLink a{
text-decoration: none;
color: #FFFFFF;
font-family: 'Oswald', sans-serif;
transition: all 0.15s ease-in-out;
}
.index .workLink a:hover{
color: #d1d7cbCC;
font-size: 1.02em;
}
.index .resumeLink {
width: 80px;
z-index: 2;
}
.index .githubLink {
width: 80px;
z-index: 2;
}
.index .linkedinLink {
width: 80px;
z-index: 2;
}
.index .imageNav div:hover{
transform: scale(1.02);
-webkit-transform: scale(1.02);
} | src/styles/index.module.css | html, body {
height: 100%;
}
@keyframes typeWriter {
from { width: 0 }
to { width: 100% }
}
@keyframes blinking {
from, to { border-color: transparent }
50% { border-color: orange }
}
@keyframes fadeInUp {
from {
transform: translate3d(0,40px,0)
}
to {
transform: translate3d(0,0,0);
opacity: 1
}
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both
}
.animatedFadeInUp {
opacity: 0
}
.fadeInUp {
opacity: 0;
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
from {
transform: translate3d(0,40px,0)
}
to {
transform: translate3d(0,0,0);
opacity: 1
}
}
body {
overflow: hidden;
}
.index body {
min-height: 500px;
height: 100%;
background: #d1d7cbCC;
}
.index .homeBody {
z-index: 1;
display: flex;
flex-direction: column;
min-width: 1000px;
position: relative;
bottom: 100px;
}
.index .imageContainer {
height: 960px;
min-width: 1200px;
}
.index .welcomeText {
position: absolute;
top: 220px;
font-size: 3em;
font-family: 'Source Code Pro', monospace;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
min-width: 450px;
}
.index .bio {
position: relative;
top: 0px;
animation-delay: 2.2s;
background: #FFFFFF60;
border-radius: 5px;
padding: 5px;
padding-left: 30px;
padding-right: 30px;
font-family: 'Oswald', sans-serif;
}
.index .bio p{
width: 1200px;
color: #000000
}
.index .typeWrite h2{
display: flex;
margin: 0 auto;
overflow: hidden;
white-space: nowrap;
border-right: .15em solid orange;
animation:
typeWriter 2s steps(20, end),
blinking .5s step-end infinite;
color: white;
width: 100%;
}
.index .typeWrite div{
background: #00000060;
padding: 10px;
padding-right: 20px;
padding-left: 20px;
border-radius: 5px;
min-width: 450px;
}
.index .imageNav{
display: flex;
justify-content: space-around;
align-items: center;
position: absolute;
width: 100%;
max-width: 100%;
max-height: 100px;
height: 100px;
background: #d1d7cb;
bottom: 145px;
transition: all 0.15s ease-in-out;
}
.index .workLink {
animation-delay: 2.5s;
position: absolute;
top: 555px;
width: 100%;
font-size: 3em;
text-align: center;
}
.index .workLink a{
text-decoration: none;
color: #FFFFFF;
font-family: 'Oswald', sans-serif;
transition: all 0.15s ease-in-out;
}
.index .workLink a:hover{
color: #d1d7cbCC;
font-size: 1.02em;
}
.index .resumeLink {
width: 80px;
z-index: 2;
}
.index .githubLink {
width: 80px;
z-index: 2;
}
.index .linkedinLink {
width: 80px;
z-index: 2;
}
.index .imageNav div:hover{
transform: scale(1.02);
-webkit-transform: scale(1.02);
} | 0.712632 | 0.120103 |
* {
box-sizing: border-box;
}
html, body {
position: relative;
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: "consolas",monospace;
font-size: 14px;
line-height: 1.5;
background: #f9f9f9;
color: #333;
}
code {
background: #208bfd;
color: #f9f9f9;
padding: 0.1em 0.5em;
border-radius: 4px;
}
.image-placeholder {
margin: auto;
width: 89%;
max-width: 500px;
display: block;
height: 380px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url(https://webdevtrick.com/wp-content/uploads/image-placeholder.png);
}
@media (max-width: 420px) {
.image-placeholder {
width: 320px;
max-width: 320px;
height: 280px;
background-size: contain;
background-position: top left;
background-attachment: scroll;
}
}
header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4em;
background: #208bfd;
margin: 0 auto;
text-align: center;
color: #f9f9f9;
}
::placeholder {
color: #212121;
}
input {
display: inline-block;
width: 100%;
max-width: 50%;
max-width: calc(100% - 8em);
min-height: 2.8em;
padding: 0.5em;
margin: 0.5em 0;
background: #f3f3f3;
border-color: #208bfd;
border-width: 1px;
color: #212121;
transition: all 500ms ease;
}
input:focus, input:hover {
border-color: #208bfd;
transition: all 500ms ease;
}
@media (min-width: 420px) {
input {
max-width: 50%;
}
}
.search {
display: inline-block;
padding: 0 1em;
text-align: center;
min-width: 2.8em;
height: 2.8em;
margin: 0;
background: #208bfd;
border: 2px solid #212121;
color: #f9f9f9;
transition: all 500ms ease;
}
.search:focus, .search:hover {
background: #212121;
border-color: #f9f9f9;
cursor: pointer;
transition: all 500ms ease;
}
.result {
margin: 0 auto;
padding: 4em 1em;
max-width: 40em;
}
.result video, .result img {
width: calc(100% - 4em);
margin: 2em;
}
.result .download {
text-decoration: none;
display: inline-block;
padding: 0.5em 1em;
background: #208bfd;
border-color: #208bfd;
border-width: 1px;
color: #f9f9f9;
transition: all 500ms ease;
}
.result .download:focus, .result .download:hover {
background: #208bfd;
border-color: #f9f9f9;
cursor: pointer;
transition: all 500ms ease;
}
@media (max-width: 600px) {
.result {
position: absolute;
top: 4em;
left: 0;
right: 0;
height: calc(100% - 10em);
overflow-y: auto;
max-width: 40em;
background: #f9f9f9;
margin: auto;
}
}
footer {
width: 100%;
margin: 2em auto;
text-align: center;
}
@media (max-width: 600px) {
footer {
position: absolute;
bottom: 1em;
left: 0;
right: 0;
height: 2em;
}
} | style.css | * {
box-sizing: border-box;
}
html, body {
position: relative;
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: "consolas",monospace;
font-size: 14px;
line-height: 1.5;
background: #f9f9f9;
color: #333;
}
code {
background: #208bfd;
color: #f9f9f9;
padding: 0.1em 0.5em;
border-radius: 4px;
}
.image-placeholder {
margin: auto;
width: 89%;
max-width: 500px;
display: block;
height: 380px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url(https://webdevtrick.com/wp-content/uploads/image-placeholder.png);
}
@media (max-width: 420px) {
.image-placeholder {
width: 320px;
max-width: 320px;
height: 280px;
background-size: contain;
background-position: top left;
background-attachment: scroll;
}
}
header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4em;
background: #208bfd;
margin: 0 auto;
text-align: center;
color: #f9f9f9;
}
::placeholder {
color: #212121;
}
input {
display: inline-block;
width: 100%;
max-width: 50%;
max-width: calc(100% - 8em);
min-height: 2.8em;
padding: 0.5em;
margin: 0.5em 0;
background: #f3f3f3;
border-color: #208bfd;
border-width: 1px;
color: #212121;
transition: all 500ms ease;
}
input:focus, input:hover {
border-color: #208bfd;
transition: all 500ms ease;
}
@media (min-width: 420px) {
input {
max-width: 50%;
}
}
.search {
display: inline-block;
padding: 0 1em;
text-align: center;
min-width: 2.8em;
height: 2.8em;
margin: 0;
background: #208bfd;
border: 2px solid #212121;
color: #f9f9f9;
transition: all 500ms ease;
}
.search:focus, .search:hover {
background: #212121;
border-color: #f9f9f9;
cursor: pointer;
transition: all 500ms ease;
}
.result {
margin: 0 auto;
padding: 4em 1em;
max-width: 40em;
}
.result video, .result img {
width: calc(100% - 4em);
margin: 2em;
}
.result .download {
text-decoration: none;
display: inline-block;
padding: 0.5em 1em;
background: #208bfd;
border-color: #208bfd;
border-width: 1px;
color: #f9f9f9;
transition: all 500ms ease;
}
.result .download:focus, .result .download:hover {
background: #208bfd;
border-color: #f9f9f9;
cursor: pointer;
transition: all 500ms ease;
}
@media (max-width: 600px) {
.result {
position: absolute;
top: 4em;
left: 0;
right: 0;
height: calc(100% - 10em);
overflow-y: auto;
max-width: 40em;
background: #f9f9f9;
margin: auto;
}
}
footer {
width: 100%;
margin: 2em auto;
text-align: center;
}
@media (max-width: 600px) {
footer {
position: absolute;
bottom: 1em;
left: 0;
right: 0;
height: 2em;
}
} | 0.573559 | 0.076718 |
html {
background-image: radial-gradient(at top left, #7cbbbb, transparent),
radial-gradient(at top right, #dddbcb, transparent),
radial-gradient(at bottom left, #e9e6d7, transparent);
/* background-color: #FAF8F1; */
/* overflow: auto; */
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0;
background: transparent;
}
body{
height: 1100px;
width: auto;
}
#chat-window {
background-color: aquamarine;
height: 400px;
width: 400px;
margin: 0 auto;
border-radius: 10px;
}
#logo {
height: 250px;
width: 250px;
margin-top: -40px;
margin-bottom: -35px;
}
#styling {
border-radius: 10px;
}
#welcome {
font-family:'Oswald', sans-serif;
}
#chatbox {
font-family: 'Poppins', sans-serif;
/* overflow: hidden !important; */
}
#outlined-basic {
font-family: 'Poppins', sans-serif;
}
#sendbutton {
font-family: 'Poppins', sans-serif;
}
#footer {
font-family:'Oswald', sans-serif;
text-align: center;
margin-top: 70px;
/* background-color: #7cbbbb; */
}
/* ABOUT US STYLING */
h1 {
padding: 10px;
font-family: 'Poppins', sans-serif;
display: flex;
justify-content: center;
}
.about-us {
max-width: 100%;
height: auto;
border-radius: 5px;
/* width: 390px;
height: 390px; */
font-family: 'Poppins', sans-serif;
}
h2 {
padding: 3px;
font-family: 'Poppins', sans-serif;
}
p {
padding: 10px;
font-family: 'Poppins', sans-serif;
}
.center{
display: flex;
justify-content: center;
}
.card-container {
height: 390px;
width: 390px;
margin: 30px;
perspective: 600;
position: relative;
justify-content: center;
display: flex;
}
.card {
height: 100%;
position: absolute;
transform-style: preserve-3d;
transition: all 1s ease-in-out;
width: 100%;
border-radius: 10px;
display: flex;
/* border-color: #645853;
border-style: solid;
border-width: 3px; */
}
.lets-check{
height: 200px;
}
.card:hover {
transform: rotateY(180deg);
}
.card .side {
backface-visibility: hidden;
height: 100%;
position: absolute;
width: 100%;
border-radius: 5px;
}
.card .back {
transform: rotateY(180deg);
background-color: #F5F1E3;
/* color: #777974; */
}
.connect {
margin-top: 140px;
margin-left: 10px;
}
.authors-social{
height: 30px;
width: auto;
margin-top: -70px;
}
/* HOW TO PAGE */
h2 {
font-family: 'Poppins', sans-serif;
display: flex;
justify-content: center;
}
li{
font-family: 'Poppins', sans-serif;
display: flex;
justify-content: center;
}
.login{
height: 400px;
display: flex;
align-items: center;
}
#howto-card {
overflow: auto;
height: 500px
}
#steps{
display: flex;
justify-content: center;
}
/* HEADER STYLING */
#menuButton {
font-family: 'Poppins', sans-serif;
margin-left: 65px;
margin-right: 95px;
text-decoration: none;
color: white;
font-size: 18px;
}
#header {
display: grid;
justify-content: center;
font-family: 'Monoton', cursive;
font-size: xxx-large;
}
/* #logout {
font-family: 'Poppins', sans-serif;
color: white;
font-size: 18px;
padding: 20px;
} */
#login {
font-family: 'Poppins', sans-serif;
text-align: center;
margin: 0 auto;
}
#action {
display: flex;
margin: 0 auto;
color:white;
font-size: x-large;
}
#panda {
width: 50px;
height: 50px;
margin: -23px;
margin-right: 20px;
padding-left: 5px;
} | src/components/styles/style.css | html {
background-image: radial-gradient(at top left, #7cbbbb, transparent),
radial-gradient(at top right, #dddbcb, transparent),
radial-gradient(at bottom left, #e9e6d7, transparent);
/* background-color: #FAF8F1; */
/* overflow: auto; */
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0;
background: transparent;
}
body{
height: 1100px;
width: auto;
}
#chat-window {
background-color: aquamarine;
height: 400px;
width: 400px;
margin: 0 auto;
border-radius: 10px;
}
#logo {
height: 250px;
width: 250px;
margin-top: -40px;
margin-bottom: -35px;
}
#styling {
border-radius: 10px;
}
#welcome {
font-family:'Oswald', sans-serif;
}
#chatbox {
font-family: 'Poppins', sans-serif;
/* overflow: hidden !important; */
}
#outlined-basic {
font-family: 'Poppins', sans-serif;
}
#sendbutton {
font-family: 'Poppins', sans-serif;
}
#footer {
font-family:'Oswald', sans-serif;
text-align: center;
margin-top: 70px;
/* background-color: #7cbbbb; */
}
/* ABOUT US STYLING */
h1 {
padding: 10px;
font-family: 'Poppins', sans-serif;
display: flex;
justify-content: center;
}
.about-us {
max-width: 100%;
height: auto;
border-radius: 5px;
/* width: 390px;
height: 390px; */
font-family: 'Poppins', sans-serif;
}
h2 {
padding: 3px;
font-family: 'Poppins', sans-serif;
}
p {
padding: 10px;
font-family: 'Poppins', sans-serif;
}
.center{
display: flex;
justify-content: center;
}
.card-container {
height: 390px;
width: 390px;
margin: 30px;
perspective: 600;
position: relative;
justify-content: center;
display: flex;
}
.card {
height: 100%;
position: absolute;
transform-style: preserve-3d;
transition: all 1s ease-in-out;
width: 100%;
border-radius: 10px;
display: flex;
/* border-color: #645853;
border-style: solid;
border-width: 3px; */
}
.lets-check{
height: 200px;
}
.card:hover {
transform: rotateY(180deg);
}
.card .side {
backface-visibility: hidden;
height: 100%;
position: absolute;
width: 100%;
border-radius: 5px;
}
.card .back {
transform: rotateY(180deg);
background-color: #F5F1E3;
/* color: #777974; */
}
.connect {
margin-top: 140px;
margin-left: 10px;
}
.authors-social{
height: 30px;
width: auto;
margin-top: -70px;
}
/* HOW TO PAGE */
h2 {
font-family: 'Poppins', sans-serif;
display: flex;
justify-content: center;
}
li{
font-family: 'Poppins', sans-serif;
display: flex;
justify-content: center;
}
.login{
height: 400px;
display: flex;
align-items: center;
}
#howto-card {
overflow: auto;
height: 500px
}
#steps{
display: flex;
justify-content: center;
}
/* HEADER STYLING */
#menuButton {
font-family: 'Poppins', sans-serif;
margin-left: 65px;
margin-right: 95px;
text-decoration: none;
color: white;
font-size: 18px;
}
#header {
display: grid;
justify-content: center;
font-family: 'Monoton', cursive;
font-size: xxx-large;
}
/* #logout {
font-family: 'Poppins', sans-serif;
color: white;
font-size: 18px;
padding: 20px;
} */
#login {
font-family: 'Poppins', sans-serif;
text-align: center;
margin: 0 auto;
}
#action {
display: flex;
margin: 0 auto;
color:white;
font-size: x-large;
}
#panda {
width: 50px;
height: 50px;
margin: -23px;
margin-right: 20px;
padding-left: 5px;
} | 0.327561 | 0.082438 |
.ampopup {
overflow: visible;
position: absolute;
top: 0;
left: 0;
z-index: 2000
}
.ampopup-curtain {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2001;
background: #ffff;
opacity: 0.9
}
.ampopup-title {
font-weight: bold;
font-size: 120%
}
.ampopup-content {
padding: 1em 2em;
background: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.8);
display: inline-block;
position: absolute;
max-width: 90%;
max-height: 90%;
overflow: auto;
z-index: 2002
}
.ampopup-close {
display: block;
position: absolute;
top: 0.3em;
right: 0.3em;
background-color: rgb(100, 100, 100);
background: rgba(100, 100, 100, 1.0) url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyBoZWlnaHQ9IjUxMiIgdmVyc2lvbj0iMSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQ0NS4yIDEwOS4ybC00Mi40LTQyLjRMMjU2IDIxMy42IDEwOS4yIDY2LjhsLTQyLjQgNDIuNEwyMTMuNiAyNTYgNjYuOCA0MDIuOGw0Mi40IDQyLjRMMjU2IDI5OC40bDE0Ni44IDE0Ni44IDQyLjQtNDIuNEwyOTguNCAyNTYiLz48L3N2Zz4=) no-repeat center;
background-size: 80%;
width: 1.2em;
height: 1.2em;
cursor: pointer
}
.carousel-indicators li {
display: inline-block;
width: 24px;
height: 24px;
margin: 10px;
text-indent: 0;
cursor: pointer;
border: none;
border-radius: 50%;
background-color: #00003b;
box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);
}
.carousel-indicators .active {
width: 24px;
height: 24px;
margin: 10px;
background-color: #ffffff;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
} | src/containers/Home/components/chart.css | .ampopup {
overflow: visible;
position: absolute;
top: 0;
left: 0;
z-index: 2000
}
.ampopup-curtain {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2001;
background: #ffff;
opacity: 0.9
}
.ampopup-title {
font-weight: bold;
font-size: 120%
}
.ampopup-content {
padding: 1em 2em;
background: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.8);
display: inline-block;
position: absolute;
max-width: 90%;
max-height: 90%;
overflow: auto;
z-index: 2002
}
.ampopup-close {
display: block;
position: absolute;
top: 0.3em;
right: 0.3em;
background-color: rgb(100, 100, 100);
background: rgba(100, 100, 100, 1.0) url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyBoZWlnaHQ9IjUxMiIgdmVyc2lvbj0iMSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQ0NS4yIDEwOS4ybC00Mi40LTQyLjRMMjU2IDIxMy42IDEwOS4yIDY2LjhsLTQyLjQgNDIuNEwyMTMuNiAyNTYgNjYuOCA0MDIuOGw0Mi40IDQyLjRMMjU2IDI5OC40bDE0Ni44IDE0Ni44IDQyLjQtNDIuNEwyOTguNCAyNTYiLz48L3N2Zz4=) no-repeat center;
background-size: 80%;
width: 1.2em;
height: 1.2em;
cursor: pointer
}
.carousel-indicators li {
display: inline-block;
width: 24px;
height: 24px;
margin: 10px;
text-indent: 0;
cursor: pointer;
border: none;
border-radius: 50%;
background-color: #00003b;
box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);
}
.carousel-indicators .active {
width: 24px;
height: 24px;
margin: 10px;
background-color: #ffffff;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
} | 0.54359 | 0.190837 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-left: auto;
margin-right: auto;
padding: 1.2rem .6rem 30px;
background: #fbfaf8;
color: #333;
line-height: 1.5;
font-size: 16px;
max-width: 50rem;
font-family: "PT Serif", "Georgia", serif;
}
a:link {
-webkit-tap-highlight-color: rgba(250,237,177,.25);
}
ul {
list-style: none;
}
.header {
margin-bottom: 2.4rem;
}
.logo {
margin-bottom: .6rem;
display: block;
line-height: 1.3;
font-size: 1.4rem;
font-weight: 400;
text-align: center;
}
.logo .blind_link {
text-decoration: none;
}
.nav {
display: block;
margin-bottom: .6rem;
margin-left: -.9rem;
margin-right: -.9rem;
text-align: center;
}
.nav_item {
display: inline-block;
margin-left: .9rem;
margin-right: .9rem;
}
.link, .link:link {
color: #71a2c0;
}
.link:visited {
color: #8f7cb6;
}
.blind_link, .blind_link:link, .blind_link:visited,
.nav_link, .nav_link:link, .nav_link:visited {
color: #333;
}
.link:active, .link:focus, .link:hover,
.blind_link:active, .blind_link:focus, .blind_link:hover,
.nav_link:active, .nav_link:focus, .nav_link:hover {
color: #f5a131;
}
.link,
.blind_link,
.nav_link {
transition: border .1s ease-in-out,color .2s ease-in-out,background .2s ease-in-out;
}
.note {
margin-bottom: 3.6rem;
font-size: 1.0rem;
}
.note_title {
margin-bottom: 1.2rem;
line-height: 1.3;
font-size: 1.2rem;
font-weight: 400;
}
.note_text {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.note_meta {
margin-bottom: 1.2rem;
font-size: .8rem;
}
.marked {
margin: 0 -.5ex;
padding: .25ex .5ex;
border-radius: .3em;
background: rgba(252,230,90,.6)!important;
}
.note_tags_tag {
margin-right: .8em;
}
.note_date {
color: rgba(0,0,0,.5);
}
.note_text p, .note_text ol, .note_text ul,
.note_text li, .note_text blockquote {
margin-bottom: 1.2rem;
}
.note_text h1, .note_text h2, .note_text h3,
.note_text h4, .note_text h5 {
margin-top: 2.4rem;
margin-bottom: 1.2rem;
line-height: 1.2;
font-weight: 400;
}
.note_text h2 {
font-weight: 700;
}
.note_text pre {
white-space: pre-wrap;
tab-size: 4;
margin-bottom: 1.2rem;
}
.note_text pre code {
display: block;
border: rgba(0,0,0,.25) solid;
border-width: 1px 0;
border-radius: 0;
padding: .6rem;
background: rgba(255,255,255,.7);
font-size: 0.9rem;
line-height: 1.3;
font-family: Consolas, "Lucida Console", Monaco, "DejaVu Sans Mono", monospace;
}
.note_text img {
max-width: 100%;
height: auto;
}
img {
vertical-align: middle;
}
a img {
border: none!important;
background-image: none!important;
}
.posts_list {
margin-bottom: 2.4rem;
}
.posts_list_item {
margin-bottom: .3rem;
}
.pages {
margin-bottom: 2.4rem;
}
.pages .link {
text-decoration: none;
}
.footer {
font-size: .75rem;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 30px;
}
.footer_container {
max-width: 50rem;
margin-left: auto;
margin-right: auto;
padding: 0 .6rem;
display: flex;
flex-flow: row wrap;
}
.footer_copyrights {
flex: 1;
}
.footer_info {
flex: 1;
text-align: right;
}
::selection {
color: #333;
background: #faedb1;
} | blog/static/css/main.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-left: auto;
margin-right: auto;
padding: 1.2rem .6rem 30px;
background: #fbfaf8;
color: #333;
line-height: 1.5;
font-size: 16px;
max-width: 50rem;
font-family: "PT Serif", "Georgia", serif;
}
a:link {
-webkit-tap-highlight-color: rgba(250,237,177,.25);
}
ul {
list-style: none;
}
.header {
margin-bottom: 2.4rem;
}
.logo {
margin-bottom: .6rem;
display: block;
line-height: 1.3;
font-size: 1.4rem;
font-weight: 400;
text-align: center;
}
.logo .blind_link {
text-decoration: none;
}
.nav {
display: block;
margin-bottom: .6rem;
margin-left: -.9rem;
margin-right: -.9rem;
text-align: center;
}
.nav_item {
display: inline-block;
margin-left: .9rem;
margin-right: .9rem;
}
.link, .link:link {
color: #71a2c0;
}
.link:visited {
color: #8f7cb6;
}
.blind_link, .blind_link:link, .blind_link:visited,
.nav_link, .nav_link:link, .nav_link:visited {
color: #333;
}
.link:active, .link:focus, .link:hover,
.blind_link:active, .blind_link:focus, .blind_link:hover,
.nav_link:active, .nav_link:focus, .nav_link:hover {
color: #f5a131;
}
.link,
.blind_link,
.nav_link {
transition: border .1s ease-in-out,color .2s ease-in-out,background .2s ease-in-out;
}
.note {
margin-bottom: 3.6rem;
font-size: 1.0rem;
}
.note_title {
margin-bottom: 1.2rem;
line-height: 1.3;
font-size: 1.2rem;
font-weight: 400;
}
.note_text {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.note_meta {
margin-bottom: 1.2rem;
font-size: .8rem;
}
.marked {
margin: 0 -.5ex;
padding: .25ex .5ex;
border-radius: .3em;
background: rgba(252,230,90,.6)!important;
}
.note_tags_tag {
margin-right: .8em;
}
.note_date {
color: rgba(0,0,0,.5);
}
.note_text p, .note_text ol, .note_text ul,
.note_text li, .note_text blockquote {
margin-bottom: 1.2rem;
}
.note_text h1, .note_text h2, .note_text h3,
.note_text h4, .note_text h5 {
margin-top: 2.4rem;
margin-bottom: 1.2rem;
line-height: 1.2;
font-weight: 400;
}
.note_text h2 {
font-weight: 700;
}
.note_text pre {
white-space: pre-wrap;
tab-size: 4;
margin-bottom: 1.2rem;
}
.note_text pre code {
display: block;
border: rgba(0,0,0,.25) solid;
border-width: 1px 0;
border-radius: 0;
padding: .6rem;
background: rgba(255,255,255,.7);
font-size: 0.9rem;
line-height: 1.3;
font-family: Consolas, "Lucida Console", Monaco, "DejaVu Sans Mono", monospace;
}
.note_text img {
max-width: 100%;
height: auto;
}
img {
vertical-align: middle;
}
a img {
border: none!important;
background-image: none!important;
}
.posts_list {
margin-bottom: 2.4rem;
}
.posts_list_item {
margin-bottom: .3rem;
}
.pages {
margin-bottom: 2.4rem;
}
.pages .link {
text-decoration: none;
}
.footer {
font-size: .75rem;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 30px;
}
.footer_container {
max-width: 50rem;
margin-left: auto;
margin-right: auto;
padding: 0 .6rem;
display: flex;
flex-flow: row wrap;
}
.footer_copyrights {
flex: 1;
}
.footer_info {
flex: 1;
text-align: right;
}
::selection {
color: #333;
background: #faedb1;
} | 0.563858 | 0.094803 |
@import url('iconfont/ionicons.css');
@import url('font/typography.css');
@import url('animations.css');
html {
font-size: 62.5%;
height: 100%;
}
body {
padding: 0;
margin: 0;
font-style: normal;
line-height: 1.2;
height: 100%;
position: relative;
cursor: default;
font-size: 16px;
-webkit-font-smoothing: antialiased;
font-family: "Gotham", Helvetica, Arial, sans-serif;
background: #F9F9F9;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a,
button {
text-decoration: none;
outline: 0 !important;
cursor: pointer;
}
a {
color: #04a2dc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.clearfix:after {
clear: both;
}
/* IE6/7 support */
.clearfix {
*zoom: 1;
}
.ir {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.disabled {
pointer-events: none;
opacity: 0.5;
}
.none {
display: none;
}
.no-pad {
padding: 0;
}
.ptb-80 {
padding: 80px 0;
}
.ptb-40 {
padding: 40px 0;
}
.m-t-md {
margin-top: 20px;
}
.gap-top {
margin-top: 50px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.gap-top {
margin-top: 20px;
}
}
.pos-rlt {
position: relative;
}
section {
position: relative;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.no-mobile {
display: none;
}
}
.btn {
padding: 8px 16px;
position: relative;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
border-radius: 3px;
-webkit-transition: 0.1s;
-moz-transition: 0.1s;
-ms-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
display: inline-block;
line-height: 1;
cursor: pointer;
-moz-appearance: none;
-webkit-appearance: none;
border: 0;
outline: none;
text-shadow: none;
}
.btn i {
margin: 0 5px 0 0;
font-size: 16px;
line-height: 12px;
}
.btn i.right-icon {
margin: 0 0 0 5px;
}
.btn.btn-red {
background: #e74c3c;
border: solid 1px #e74c3c;
color: white;
}
.btn.btn-red:hover {
background: #d62c1a;
}
.btn.btn-blue {
background: #04a2dc;
border: solid 1px #04a2dc;
color: white;
}
.btn.btn-blue:hover {
background: #037daa;
}
.btn.btn-green {
background: #16a085;
border: solid 1px #16a085;
color: white;
}
.btn.btn-green:hover {
background: #107360;
}
.btn.btn-clear {
border: solid 1px #04a2dc;
color: #04a2dc;
text-shadow: none;
background: none;
}
.btn.btn-clear:hover {
background: #04a2dc;
text-shadow: none;
color: white;
}
.btn.btn-default {
border: solid 1px white;
background: white;
color: #04a2dc;
}
.btn.btn-white {
border: solid 1px white;
color: white;
text-shadow: none;
background: none;
}
.btn.btn-white:hover {
border-color: #04a2dc;
background: #04a2dc;
color: white;
}
.btn.btn-full {
text-align: center;
width: 100%;
}
.btn.btn-lg {
padding: 12px 24px;
text-align: center;
font-size: 13px;
}
.btn.btn-xlg {
padding: 15px 30px;
text-align: center;
font-size: 15px;
}
.btn.btn-sm {
font-size: 12px;
padding: 5px 10px;
}
.btn.btn-git {
background-color: #4183c4;
color: white;
}
.btn.btn-bit {
background-color: #205081;
color: white;
}
.btn.btn-rounded {
border-radius: 20px;
}
.btn-tab a {
margin-bottom: 5px;
display: block;
font-size: 12px;
text-transform: uppercase;
padding: 10px;
font-weight: bold;
border-bottom: solid 1px #DDD;
color: #666;
}
.btn-tab a:hover {
color: #04a2dc;
}
.btn-tab a i {
margin-right: 5px;
}
.btn-group .btn {
float: left;
}
.btn-group .btn:not(: first-child) {
border-left: 0;
}
.sm-bold {
color: #5F5F5F;
font-weight: bold;
font-size: 13px;
}
.sm-bold:hover {
color: #04a2dc;
}
.sm-bold.active {
color: #04a2dc;
}
.sm-bold.blue {
color: #04a2dc;
}
.sm-bold.blue:hover {
color: #037daa;
}
.sm-bold.red {
color: #e74c3c;
}
.sm-bold.red:hover {
color: #d62c1a;
}
.link-btn {
line-height: 28px;
font-size: 14px;
font-weight: bold;
}
.show-xs {
display: none;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.show-xs {
display: initial;
}
}
.pad-top-lg {
padding-top: 100px;
}
.thin {
font-weight: 300;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
border-bottom: solid 1px #eee;
background: white;
z-index: 1000;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header {
padding: 0 20px;
position: absolute;
}
}
.header .logo {
position: absolute;
top: 30px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header .logo {
top: 6px;
width: 45px;
}
}
.header .menu {
float: left;
}
.header .menu ul {
padding-left: 90px;
}
.header .menu ul li {
float: left;
padding: 0 10px;
line-height: 60px;
}
.header .menu ul li:first-child {
padding-left: 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header .menu {
display: none;
}
}
.header .search-wrap {
position: relative;
float: left;
margin-right: 20px;
}
.header .search-wrap i {
position: absolute;
top: 20px;
line-height: 1;
left: 15px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header .search-wrap i {
left: 25px;
top: 14px;
}
}
.header .search-wrap .search {
border-radius: 3px;
font-size: 12px;
border-color: #E8E8E8;
transition: .3s;
padding-left: 35px;
width: 250px;
max-width: 100%;
background: whitesmoke;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.header .search-wrap .search {
width: 200px;
}
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header .search-wrap .search {
width: 100%;
margin: 4px 0;
border: 0;
background: none;
}
}
.header .search-wrap .search:hover {
border-color: #04a2dc;
}
.header .search-wrap .search::-webkit-input-placeholder {
color: #6f6f6f;
}
.header .search-wrap .search:-moz-placeholder {
/* Firefox 18- */
color: #6f6f6f;
}
.header .search-wrap .search::-moz-placeholder {
/* Firefox 19+ */
color: #6f6f6f;
}
.header .search-wrap .search:-ms-input-placeholder {
color: #6f6f6f;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header .search-wrap {
position: absolute;
left: 0;
top: 57px;
padding: 0 10px;
width: 100%;
}
}
.header .logged-in,
.header .logged-out {
float: left;
position: relative;
}
.header .logged-out {
line-height: 60px;
}
.header .logged-in {
cursor: pointer;
}
.header .logged-in .username {
line-height: 60px;
font-size: 13px;
}
.header .logged-in .username i {
margin-left: 10px;
}
.header .logged-in.active .dropdown {
display: block;
}
.body {
padding-top: 100px;
}
.body > .row {
padding-left: 90px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body > .row {
padding-left: 0;
}
}
.body .sidebar {
padding-right: 40px;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.body .sidebar {
padding-right: 0;
}
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .sidebar {
border-top: solid 1px #e2e2e2;
}
.body .sidebar h2.thin {
display: none;
}
}
.body .menu ul {
margin-bottom: 20px;
width: 100%;
float: left;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .menu ul {
margin-bottom: 0;
}
}
.body .menu ul li {
display: block;
padding: 0 0 10px 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .menu ul li {
float: left;
margin: 0;
}
}
.body .menu ul li.show-xs {
display: none;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .menu ul li.show-xs {
display: initial;
}
}
.body .menu ul li a {
display: block;
}
.body .menu ul li a i {
float: right;
opacity: .3;
}
.body .menu ul li .sm-bold {
font-size: 15px;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.body .menu ul li .btn {
margin-top: 0;
font-size: 11px;
}
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .menu ul li.new-post {
margin: 10px 10px 0 0;
}
}
.body .menu.side-menu .new-post {
margin-top: 20px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .menu.side-menu {
margin: 20px 0;
float: left;
width: 100%;
}
.body .menu.side-menu li {
margin-right: 20px;
}
.body .menu.side-menu li i {
margin-left: 10px;
}
.body .menu.side-menu .new-post {
margin-top: 0;
clear: both;
}
}
.body .jobs-menu {
margin-top: 20px;
padding-top: 20px;
clear: both;
border-top: solid 1px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .jobs-menu {
display: none;
}
}
.body .jobs-menu .title {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
}
.body .jobs-menu ul li {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
font-size: 13px;
font-weight: bold;
}
.body .jobs-menu ul li .new-job {
text-transform: uppercase;
font-size: 10px;
color: #e74c3c;
}
.body .jobs-menu ul li a {
color: #333;
}
.body .jobs-menu ul li a:hover {
color: #04a2dc;
}
.body .jobs-menu .more-link {
display: block;
text-align: center;
font-size: 13px;
font-weight: bold;
}
.welcome .big-title,
.landing .big-title {
font-size: 30px;
line-height: 1;
color: #3b3b3c;
margin: 10% 0 10px 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome .big-title,
.landing .big-title {
margin-top: 20px;
font-size: 28px;
}
}
.welcome .call-to-action,
.landing .call-to-action {
background: #04a2dc;
padding: 15px 30px;
border-radius: 30px;
margin-top: 10px;
color: white;
display: inline-block;
}
.welcome .sub-title,
.landing .sub-title {
font-size: 20px;
color: #999999;
margin: 0 0 10px 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome .sub-title,
.landing .sub-title {
font-size: 16px;
}
}
.welcome .title,
.landing .title {
margin-top: 30%;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.welcome .title,
.landing .title {
margin-top: 0;
}
}
.welcome {
padding: 40px 20px 100px;
text-align: center;
background: #037daa;
color: white;
position: relative;
overflow: hidden;
z-index: 2;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome {
padding-top: 140px;
}
}
.welcome .big-title {
color: white;
}
.welcome .sub-title {
color: rgba(255, 255, 255, 0.8);
}
.welcome .see-picks {
text-transform: uppercase;
margin-left: 10px;
color: rgba(255, 255, 255, 0.8);
font-size: 12px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome .see-picks {
display: block;
margin-top: 20px;
}
}
.welcome .connect {
position: absolute;
top: 0;
left: 10%;
max-width: 90%;
z-index: -1;
opacity: 0;
animation: welcome 10s infinite;
-webkit-animation: welcome 10s infinite;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome .connect {
display: none;
}
}
.welcome .connect.connect2 {
animation-delay: 8.5s;
-webkit-animation-delay: 8.5s;
}
@-webkit-keyframes welcome {
0%,
100% {
-webkit-transform: scale(0) rotate(-90deg);
transform: scale(0) rotate(-90deg);
opacity: 0;
}
30% {
-webkit-transform: scale(0.5) rotate(0);
transform: scale(0.5) rotate(0);
opacity: .5;
}
60% {
-webkit-transform: scale(1.2) rotate(45deg);
transform: scale(1.2) rotate(45deg);
opacity: .3;
}
90% {
-webkit-transform: scale(0.9) rotate(45deg);
transform: scale(1) rotate(45deg);
opacity: .2;
}
}
@keyframes welcome {
0%,
100% {
-webkit-transform: scale(0) rotate(-90deg);
transform: scale(0) rotate(-90deg);
opacity: 0;
}
30% {
-webkit-transform: scale(0.5) rotate(0);
transform: scale(0.5) rotate(0);
opacity: .5;
}
60% {
-webkit-transform: scale(1.2) rotate(45deg);
transform: scale(1.2) rotate(45deg);
opacity: .3;
}
90% {
-webkit-transform: scale(0.9) rotate(45deg);
transform: scale(1) rotate(45deg);
opacity: .2;
}
}
.flex-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: 100%;
overflow: hidden;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.flex-box {
height: auto;
}
}
.login,
.signup {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
padding: 40px 10%;
position: relative;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.login,
.signup {
-webkit-box-flex: 1;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
}
}
.login .form,
.signup .form {
padding-top: 50px;
max-width: 350px;
margin: 0 auto;
}
.login .form input,
.signup .form input {
margin: 0;
}
.login .form .form-group,
.signup .form .form-group {
display: inline-block;
width: 100%;
padding: 5px 0;
}
.login .form .form-title,
.signup .form .form-title {
margin: 30px 0 10px;
color: #999;
font-size: 14px;
text-transform: uppercase;
}
.login .overlayer,
.signup .overlayer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
z-index: 2;
}
.login-helpers {
font-size: 12px;
font-weight: bold;
}
.login-helpers label {
cursor: pointer;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.login {
margin-top: 40px;
}
}
@media all and (min-width: 320px) and (max-width: 959px) {
.login.alt-position {
order: 2;
}
}
@media all and (min-width: 320px) and (max-width: 959px) {
.signup.alt-position {
order: 1;
}
}
.section {
padding: 40px 0 100px 0;
border-top: solid 1px #EDEDED;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.section {
padding: 50px 10px;
}
}
.section .section-title {
margin: 20px 0 5px;
font-size: 24px;
color: #3b3b3c;
}
.section .section-subtitle {
color: #999;
margin-bottom: 50px;
}
.section.hire {
background: white;
padding: 20px 0 40px 0;
}
.gradient-bg {
background-color: #04a2dc;
background-image: -webkit-radial-gradient(0% bottom, rgba(63, 95, 163, 0.7) 0%, rgba(118, 72, 160, 0) 60%), -webkit-radial-gradient(90% bottom, #3f608c 0%, rgba(82, 63, 140, 0) 40%), -webkit-radial-gradient(50% top, rgba(37, 88, 155, 0.6) 0%, rgba(84, 90, 182, 0) 75%), -webkit-radial-gradient(right top, #204d79 0%, rgba(121, 74, 162, 0) 57%);
background-image: radial-gradient(at 0% bottom, rgba(63, 95, 163, 0.7) 0%, rgba(118, 72, 160, 0) 60%), radial-gradient(at 90% bottom, #3f608c 0%, rgba(82, 63, 140, 0) 40%), radial-gradient(at 50% top, rgba(37, 88, 155, 0.6) 0%, rgba(84, 90, 182, 0) 75%), radial-gradient(at right top, #204d79 0%, rgba(121, 74, 162, 0) 57%);
background-size: auto, auto, 100% 1000px, 100% 1000px;
background-repeat: no-repeat;
}
.pick {
height: 0;
padding-bottom: 60%;
background: white;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
position: relative;
margin-bottom: 20px;
overflow: hidden;
border: solid 1px #E8E8E8;
border-radius: 3px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.pick {
padding-bottom: 65px;
height: auto;
}
}
.pick .pick-type {
display: inline-block;
padding: 6px 10px;
border-radius: 2px;
margin: 20px 0 0 20px;
text-transform: uppercase;
font-size: 10px;
background: #16a085;
color: white;
font-weight: bold;
}
.pick .pick-type.pick-job {
background: #04a2dc;
}
.pick .pick-title {
padding: 20px 20px 0;
font-size: 17px;
margin: 0;
}
.pick .pick-title a {
color: #3b3b3c;
}
.pick .pick-summary {
padding: 10px 20px;
font-size: 14px;
color: #888;
}
.pick.pick-v {
height: auto;
padding-bottom: 10px;
}
.pick.pick-v .pick-type {
position: absolute;
top: 0;
right: 0;
margin: 0 20px;
border-radius: 0 0 2px 2px;
}
.pick.pick-v .pick-title {
font-size: 15px;
margin-bottom: 0;
}
.pick.pick-v .pick-summary {
padding: 5px 20px;
}
.pick .pick-creator {
position: absolute;
bottom: 0;
width: 100%;
padding: 15px 20px;
background: white;
}
.pick .pick-creator .pick-creator-avatar {
width: 35px;
height: 35px;
float: left;
margin-right: 10px;
border-radius: 50%;
overflow: hidden;
}
.pick .pick-creator .pick-creator-name {
line-height: 35px;
font-size: 12px;
color: #999;
font-weight: bold;
}
.pick .pick-creator .pick-creator-name a {
color: #999999;
}
.pick a:hover {
text-decoration: underline;
}
.story-top {
padding: 10px;
float: left;
width: 100%;
}
.story-top a {
color: #777;
font-size: 14px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.story-top {
padding: 15px 20px;
border-top: solid 1px #E0E0E0;
margin-top: 20px;
}
}
.story {
position: relative;
margin-bottom: 20px;
width: 100%;
float: left;
border-top: solid 1px #eee;
padding-top: 20px;
}
.story:nth-of-type(1) {
border-top: 0;
}
.story .pinned {
position: absolute;
top: 0;
right: 0;
background: #e74c3c;
color: white;
padding: 5px 10px;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
}
.story .pinned i {
margin-right: 5px;
}
.story .fancy {
position: absolute;
height: 50px;
width: 50px;
left: -60px;
background: url('../img/fancy.png');
color: white;
text-align: center;
line-height: 50px;
font-weight: bold;
}
.story .fancy.project {
background-position: 0 0;
}
.story .fancy.idea {
background-position: 0 -100px;
}
.story .username {
margin-bottom: 5px;
font-size: 13px;
}
.story .username a {
color: #383838;
font-weight: bold;
}
.story .topic {
line-height: 1.2;
margin: 0;
}
.story .topic a {
font-size: 18px;
font-weight: bold;
color: #04a2dc;
}
.story .brief {
margin: 5px 0;
color: #777;
font-size: 15px;
}
.story.full {
border-top: 0;
padding-top: 0;
}
.story.full:before {
content: "";
position: absolute;
left: 0;
background: white;
width: 75%;
height: 100%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
border-radius: 2px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.story.full:before {
width: 100%;
}
}
.story.full .topic-header {
padding: 20px 30px 10px;
}
.story.full .topic-header header {
margin-bottom: 30px;
}
.story.full .project-tags,
.story.full .project-team {
float: left;
width: 100%;
}
.story.full .project-tags h5,
.story.full .project-team h5 {
font-weight: bold;
font-size: 11px;
margin-bottom: 10px;
}
.story.full .project-team ul li {
float: left;
margin: 5px;
}
.story.full .project-team ul li a {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
display: block;
}
.story.full .project-tags {
margin-bottom: 30px;
}
.story.full .project-tags ul li {
float: left;
margin: 0 3px 3px 0;
}
.story.full .project-tags ul li a {
padding: 5px 10px;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
border: solid 1px #DDD;
border-radius: 2px;
display: inline-block;
color: #777;
}
.story.full .project-tags ul li a:hover {
background: white;
}
.story.full .profile-img {
width: 35px;
float: left;
height: 35px;
border-radius: 50%;
margin-right: 10px;
overflow: hidden;
}
.story.full .post-meta {
padding: 2px 0;
font-size: 13px;
font-weight: bold;
}
.story.full .post-meta .timestamp {
color: #777;
font-size: 11px;
display: block;
}
.story.full .topic a {
font-size: 20px;
font-weight: normal;
}
.story.full .fancy {
left: 0;
top: -50px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.story.full .fancy {
top: 0;
}
}
.story.full .brief {
font-size: 15px;
line-height: 1.3;
}
.story.full .links {
margin-top: 20px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.story.full .links {
width: 100%;
float: left;
margin-bottom: 20px;
}
.story.full .links a {
margin-bottom: 5px;
}
}
.story.full .links a {
text-transform: none;
max-width: 200px;
float: left;
margin-right: 10px;
font-size: 12px;
color: #777;
font-weight: bold;
}
.story.full .links a:hover {
color: #04a2dc;
}
.story.full .links a i {
margin-right: 5px;
}
.story.full .image-links a {
display: none;
}
.story.full .image-links a:first-child {
display: block;
}
.story .feedback {
padding: 20px;
float: left;
width: 100%;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.story .feedback {
padding-left: 0;
margin-left: -15px;
}
}
.story .feedback p {
margin: 0 0 10px;
font-size: 14px;
color: #777;
}
.story .feedback .profiles li {
height: 50px;
width: 50px;
float: left;
margin-right: 5px;
font-weight: bold;
}
.story .feedback .profiles li a {
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
background: whitesmoke;
}
.story .feedback .profiles li img {
width: 100%;
}
.story .feedback .profiles li.new {
text-align: center;
line-height: 48px;
font-size: 24px;
}
.story .feedback .profiles li.new a {
background: white;
border: solid 1px #04a2dc;
}
.m-b {
margin-bottom: 30px;
}
.link-red {
color: #e74c3c;
}
.comments {
padding: 30px 10px 50px 45px;
float: left;
width: 100%;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.comments {
padding: 30px 0 50px 20px;
}
}
.comment {
padding: 20px 0;
position: relative;
clear: both;
width: 100%;
float: left;
border-bottom: solid 1px whitesmoke;
}
.comment:last-child {
border-bottom: 0;
}
.comment.show {
animation: show .5s;
-webkit-animation: animation: show .5s;
}
@keyframes show {
50% {
background: whitesmoke;
}
0,
100% {
background: none;
}
}
@-webkit-keyframes show {
50% {
background: whitesmoke;
}
0,
100% {
background: none;
}
}
.comment.comment-new {
border: 0;
}
.comment .comment-remove {
position: absolute;
bottom: 10px;
right: 20px;
font-size: 12px;
text-transform: uppercase;
}
.comment .comment-meta {
position: absolute;
top: 20px;
right: 20px;
font-size: 13px;
color: #999;
}
.comment .comment-meta i {
margin-right: 2px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.comment .comment-meta {
top: auto;
bottom: 0;
width: 100%;
padding: 0 0 0 20px;
}
}
.comment .comment-img {
height: 50px;
width: 50px;
border-radius: 50%;
overflow: hidden;
position: absolute;
left: -25px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.comment .comment-img {
height: 35px;
width: 35px;
left: -12px;
}
}
.comment .comment-by {
float: left;
font-weight: bold;
padding-left: 40px;
font-size: 14px;
width: 60%;
}
.comment .comment-by p {
margin: 0;
}
.comment .comment-by small {
text-transform: uppercase;
font-size: 10px;
color: #999;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.comment .comment-by {
margin: 3px 0 0 0;
padding-left: 30px;
width: 100%;
}
}
.comment .comment-body {
clear: both;
padding: 5px 0 0 40px;
font-size: 14px;
line-height: 1.3;
word-wrap: break-word;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.comment .comment-body {
padding: 10px 0 0;
}
}
.new-comment {
padding: 10px 30px 20px;
border-bottom: solid 1px whitesmoke;
float: left;
width: 100%;
}
.new-comment textarea {
min-height: 0;
font-size: 14px;
}
.new-comment .return-to {
font-size: 12px;
color: #777;
font-weight: bold;
display: none;
float: left;
}
.new-comment .return-to i {
margin-right: 5px;
}
.share-modal {
position: fixed;
height: 100%;
width: 100%;
display: none;
background: rgba(255, 255, 255, 0.95);
z-index: 100;
padding-top: 100px;
top: 0;
left: 0;
overflow: auto;
}
.share-modal a {
color: #CCC;
}
.share-modal a.active {
color: #141414;
}
.share-modal .action-desc {
text-transform: uppercase;
font-size: 12px;
}
.share-modal .main-text {
font-size: 28px;
line-height: 1.2;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.share-modal .main-text {
font-size: 16px;
}
}
.share-modal .closemodal {
margin-top: 30px;
font-size: 48px;
}
.share-modal .btn {
margin-bottom: 5px;
}
.overlay {
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.9);
display: none;
z-index: 1000;
overflow: auto;
overflow: scroll;
padding: 100px 0;
}
.overlay.show {
display: block;
}
.customForm {
float: left;
border: solid 1px #eee;
border-radius: 2px;
width: 100%;
}
.customForm.panel {
background: white;
}
.customForm.fly {
background: white;
width: 100%;
max-width: 450px;
left: 0;
right: 0;
margin: auto;
float: none;
display: table;
}
.customForm .close {
position: absolute;
right: 0;
top: -30px;
font-size: 24px;
}
.customForm .title {
padding: 20px;
clear: both;
font-size: 15px;
color: white;
margin: 0;
border-radius: 2px 2px 0 0;
font-weight: normal;
color: #04a2dc;
}
.customForm .title.pattern {
background-image: url(../img/signup_banner.png);
}
.customForm .change-image {
position: absolute;
cursor: pointer;
}
.customForm .change-image input {
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
cursor: pointer;
}
.customForm .profileImage {
position: absolute;
height: 100px;
width: 100px;
background: whitesmoke;
top: 20px;
right: 20px;
border-radius: 5px;
overflow: hidden;
}
.customForm .profileImage .change-image {
bottom: 0;
width: 100%;
height: 20px;
background: rgba(255, 255, 255, 0.9);
color: #04a2dc;
text-align: center;
font-size: 11px;
text-transform: uppercase;
line-height: 20px;
font-weight: bold;
}
.customForm .headerImage {
width: 100%;
height: 0;
padding-bottom: 40%;
overflow: hidden;
position: relative;
background: whitesmoke;
}
.customForm .headerImage img {
width: 100%;
}
.customForm .headerImage .change-image {
bottom: 10px;
left: 0;
right: 0;
margin: auto;
width: 170px;
background: #04a2dc;
color: white;
font-size: 13px;
font-weight: bold;
padding: 10px 20px;
border-radius: 3px;
text-transform: uppercase;
}
.customForm .inputGroup {
margin-bottom: 20px;
padding: 0 20px;
width: 100%;
float: left;
border-bottom: solid 1px #f7f7f7;
}
.customForm .inputGroup label {
font-size: 13px;
font-weight: bold;
}
.customForm .inputGroup label.checkbox {
font-size: 15px;
cursor: pointer;
font-weight: normal;
display: block;
margin-bottom: 5px;
line-height: 18px;
}
.customForm .inputGroup label.checkbox input {
float: left;
display: inline-block;
line-height: normal;
margin: 0 5px 3px 0;
}
.customForm .inputGroup label.checkbox:last-child {
margin-bottom: 20px;
}
.customForm .inputGroup label .error {
display: none;
margin-left: 5px;
color: #e74c3c;
}
.customForm .inputGroup label.error .error {
display: initial;
}
.customForm .inputGroup input[type="text"],
.customForm .inputGroup input[type="password"],
.customForm .inputGroup input[type="email"],
.customForm .inputGroup input[type="number"],
.customForm .inputGroup textarea {
border-color: transparent;
padding: 0;
}
.customForm .inputGroup .check-group {
padding: 10px 0 20px 0;
}
.customForm .inputGroup .check-group label {
font-size: 13px;
font-weight: normal;
margin: 5px 0 0;
cursor: pointer;
}
.customForm .inputGroup .check-group label input {
margin-right: 5px;
}
.customForm .inputGroup:last-child {
border-bottom: 0;
}
.customForm .inputGroup .sm-bold {
display: inline-block;
margin-top: 15px;
color: #ccc;
}
.customForm .inputGroup .sm-bold:hover {
color: #04a2dc;
}
.customForm .inputGroup.lg label {
font-size: 15px;
}
.customForm .inputGroup.lg input {
font-size: 18px;
}
.timeDivide {
color: #04a2dc;
text-transform: uppercase;
font-size: 13px;
width: 100%;
float: left;
margin-top: 15px;
}
.timeDivide:first-child {
margin-top: 0;
}
.bg-blue {
background: #04a2dc;
}
.bg-green {
background: #16a085;
}
.welcome-kit {
margin: 10px 0;
display: inline-block;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
border: solid 1px #2DC7FF;
width: 100%;
clear: both;
color: #04a2dc;
position: relative;
z-index: 2;
font-size: 16px;
padding: 20px 20px 20px 100px;
line-height: 1.3;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome-kit {
margin: 0;
padding: 60px 20px 20px;
}
}
.welcome-kit .welcome-icon {
position: absolute;
left: 20px;
padding: 0 20px;
font-size: 36px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome-kit .welcome-icon {
top: 10px;
left: 10px;
}
}
.welcome-kit a {
display: inline-block;
margin-top: 10px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}
.pill {
margin-bottom: 40px;
}
.pill li {
float: left;
padding: 10px 10px 10px 0;
}
.pill li a {
color: #bbb;
}
.pill li a:hover {
color: #777;
}
.pill li a.active {
color: #04a2dc;
font-weight: bold;
}
.pill li .bullet {
display: inline-block;
margin-left: 10px;
color: #ccc;
}
.tags {
margin: 0;
}
.tags a {
font-size: 13px;
font-weight: bold;
line-height: 1.5;
border-radius: 3px;
color: #AAA;
margin-right: 10px;
}
.tags a:hover {
color: #04a2dc;
}
.profile h5 {
text-transform: uppercase;
letter-spacing: 1px;
}
.profile-header {
position: fixed;
width: 100%;
background: #333;
color: white;
top: 60px;
background: #1e8ecf;
background-image: -webkit--webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit--webkit-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -webkit--moz-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit--moz-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -webkit--o-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit--o-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -webkit--ms-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit--ms-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit-linear-gradient(108deg, #26d0ce, #1a2980 90%);
background-image: -moz--webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -moz--webkit-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -moz--moz-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -moz--moz-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -moz--o-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -moz--o-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -moz--ms-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -moz--ms-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -moz-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -moz-linear-gradient(108deg, #26d0ce, #1a2980 90%);
background-image: -ms--webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -ms--webkit-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -ms--moz-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -ms--moz-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -ms--o-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -ms--o-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -ms--ms-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -ms--ms-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -ms-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -ms-linear-gradient(108deg, #26d0ce, #1a2980 90%);
}
@media all and (max-width: 768px) {
.profile-header {
position: relative;
padding: 80px 0 50px;
top: 0;
margin-top: -40px;
}
}
.profile-header > .row {
padding: 0 0 0 90px;
margin-top: 150px;
margin-bottom: 80px;
}
@media all and (max-width: 768px) {
.profile-header > .row {
padding: 0;
margin: 0;
}
}
.profile-header h5 {
opacity: 0.6;
}
.profile-header .introduction {
font-size: 40px;
font-weight: 100;
letter-spacing: -1px;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.profile-header .introduction {
font-size: 24px;
}
}
.profile-header .expertise {
font-size: 20px;
margin: 20px 0 50px;
font-weight: 100;
}
.profile-header .expertise a {
color: white;
font-weight: normal;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-header .expertise {
font-size: 16px;
margin: 20px 0;
}
}
.profile-header .avatar,
.profile-header .social-accounts {
float: left;
}
.profile-header .avatar {
width: 80px;
height: 80px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
margin-right: 30px;
overflow: hidden;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
position: relative;
}
.profile-header .avatar:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
z-index: 2;
overflow: hidden;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-header .avatar {
margin-right: 10px;
width: 50px;
height: 50px;
}
}
.profile-header .social-accounts h5 {
margin: 15px 0 5px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-header .social-accounts h5 {
margin: 5px 0;
}
}
.profile-header .social-accounts .account-list a {
font-size: 27px;
margin-right: 7px;
opacity: 0.6;
color: white;
}
.profile-header .social-accounts .account-list a:hover {
opacity: 1;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-header .social-accounts .account-list a {
font-size: 18px;
}
}
.profile-header .social-accounts .account-list .ion-social-behance {
width: 27px;
height: 20px;
background: url('../img/behance.png') no-repeat;
background-size: contain;
display: inline-block;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-header .social-accounts .account-list .ion-social-behance {
width: 18px;
height: 12px;
}
}
.profile-header-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
}
.profile-header-img:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.profile-body {
background: #F9F9F9;
float: left;
width: 100%;
z-index: 2;
position: relative;
}
.profile-menu > ul > li {
float: left;
height: 100px;
border-left: solid 1px #EAEAEA;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-menu > ul {
width: 100%;
border-bottom: solid 1px #EAEAEA;
}
.profile-menu > ul > li {
height: 80px;
}
}
.profile-menu .profile-tab {
text-align: center;
text-transform: uppercase;
font-size: 13px;
}
.profile-menu .profile-tab a {
display: inline-block;
padding: 20px 40px;
color: #AAA;
}
.profile-menu .profile-tab a:hover {
color: #777;
}
.profile-menu .profile-tab a.active {
color: #04a2dc;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-menu .profile-tab a {
padding: 13px 25px;
}
}
@media all and (min-width: 320px) and (max-width: 959px) {
.profile-menu .profile-tab a {
padding: 20px 25px;
}
}
.profile-menu .profile-tab i {
display: block;
font-size: 25px;
margin-bottom: 10px;
}
.profile-menu .profile-share {
padding: 0 30px;
text-align: center;
}
.profile-menu .profile-share h5 {
margin-bottom: 5px;
}
.profile-menu .profile-share i {
font-size: 25px;
margin-left: 10px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-menu .profile-share {
padding: 0 20px;
}
.profile-menu .profile-share h5 {
margin-top: 15px;
}
}
.profile-menu .profile-contact {
padding: 25px 0 25px 30px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-menu .profile-contact {
padding: 20px 15px;
}
}
@media all and (min-width: 320px) and (max-width: 959px) {
.profile-menu .profile-contact {
padding: 20px 10px;
}
}
.profile-content {
padding: 50px 0;
}
.profile-content .experience {
font-size: 18px;
}
.profile-projects {
float: left;
width: 100%;
margin: 50px 0;
}
.text-truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.profile-project {
background: white;
border: solid 1px #E3E3E3;
border-radius: 2px;
margin-bottom: 20px;
}
.profile-project .project-title {
display: block;
padding: 20px 60px 20px 20px;
position: relative;
white-space: nowrap;
text-overflow: ellipsis;
}
.profile-project .project-title .team-project {
position: absolute;
right: 20px;
top: 20px;
}
.profile-project .project-title .team-project span {
padding: 5px 10px;
font-size: 11px;
text-transform: uppercase;
border: solid 1px #04a2dc;
color: #04a2dc;
border-radius: 2px;
font-weight: bold;
cursor: pointer;
vertical-align: middle;
}
.profile-project .project-image {
height: 0;
padding-bottom: 40%;
background: whitesmoke;
position: relative;
overflow: hidden;
}
.profile-project .project-image img {
width: 100%;
}
.profile-project .no-project-image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #04A2DC;
}
.profile-project .no-project-image span {
position: absolute;
font-weight: bold;
left: 0;
right: 0;
margin: auto;
top: 50%;
margin-top: -40px;
width: 80px;
height: 80px;
background: white;
text-align: center;
color: #04A2DC;
border-radius: 50%;
font-size: 50px;
line-height: 80px;
}
.profile-project .project-info {
padding: 20px 20px 50px;
position: relative;
font-size: 15px;
min-height: 134px;
}
.profile-project .project-link {
padding: 5px 0;
}
.profile-project .project-tags {
position: absolute;
left: 20px;
bottom: 20px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.profile-project .project-tags a {
color: #777;
}
.profile-project .team-project {
position: absolute;
}
.profile-project .team-project .dropdown {
top: 120%;
}
.dropdown {
width: 160px;
position: absolute;
z-index: 2;
top: 75%;
left: 50%;
margin-left: -80px;
background: white;
float: left;
opacity: 1;
border-radius: 4px;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
font-size: 13px;
font-weight: normal;
display: none;
}
.dropdown.active {
display: block;
}
.dropdown:before {
content: "";
position: absolute;
display: block;
width: 37px;
height: 12px;
background-image: url("../img/dropdown_arrow.png");
top: -10px;
left: 50%;
margin-left: -18px;
}
.dropdown.has-input {
padding: 10px;
}
.dropdown.has-input input {
margin: 0;
}
.dropdown ul {
float: left;
width: 100%;
padding: 10px;
}
.dropdown ul li {
text-align: left;
float: left;
width: 100%;
position: relative;
color: #777;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background 0.1s ease-out;
-moz-transition: background 0.1s ease-out;
-ms-transition: background 0.1s ease-out;
-o-transition: background 0.1s ease-out;
transition: background 0.1s ease-out;
}
.dropdown ul li a {
padding: 7px 0 7px 10px;
display: block;
color: #777;
}
.dropdown ul li:hover {
background: #f6f6f6;
}
.no-content {
text-align: center;
width: 300px;
max-width: 90%;
margin: 0 auto 100px;
}
.no-content img {
opacity: 0.4;
}
.no-content .empty-animation {
width: 132px;
height: 150px;
margin: 0 auto 30px;
opacity: 0.2;
background-image: url('../img/empty.png');
-webkit-animation: empty 8s steps(3) infinite;
animation: empty 8s steps(3) infinite;
}
@-webkit-keyframes empty {
from {
background-position: 0 0;
}
to {
background-position: 0 -450px;
}
}
@keyframes empty {
from {
background-position: 0 0;
}
to {
background-position: 0 -450px;
}
}
.search-box {
margin-bottom: 20px;
float: left;
width: 100%;
position: relative;
display: none;
}
.search-box i {
position: absolute;
top: 20px;
left: 15px;
font-size: 20px;
}
.search-box input {
font-size: 18px;
padding-left: 45px;
border-radius: 20px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.search-box {
display: block;
}
}
.results {
display: none;
}
.results > header {
display: inline-block;
margin-bottom: 20px;
border-bottom: solid 1px #DDD;
width: 100%;
}
.results .story:nth-of-type(1) {
border-top: 0;
padding-top: 0;
}
.people-list .avatar {
float: left;
height: 60px;
width: 60px;
background: whitesmoke;
border-radius: 50%;
overflow: hidden;
margin-right: 20px;
}
.people-list .name {
margin: 0;
padding-top: 10px;
}
.people-list .role {
margin: 2px 0;
color: #777;
font-size: 14px;
font-weight: bold;
}
.people-list .posts {
font-size: 13px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.hidden-xs {
display: none !important;
}
}
.advanced-search {
display: none;
position: absolute;
right: -27px;
width: 300px;
background: white;
z-index: 20;
padding: 20px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
border-radius: 3px;
top: 48px;
font-size: 13px;
}
.advanced-search .inputGroup {
margin-top: 15px;
display: inline-block;
width: 100%;
}
.advanced-search .inputGroup:first-child {
margin-top: 0;
}
.advanced-search .inputGroup > label {
font-weight: bold;
margin-bottom: 10px;
display: block;
}
.advanced-search .check-group label {
margin: 0 3px 3px 0;
cursor: pointer;
}
.slab {
padding: 10px;
background: white;
float: left;
width: 100%;
margin-bottom: 10px;
border-bottom: solid 1px whitesmoke;
}
.slab:last-child {
border-bottom: none;
}
.slab.language i {
font-size: 60px;
margin: 10px 0;
display: inline-block;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.slab.language i {
font-size: 14px;
}
}
.slab .expertise,
.slab .tags {
font-size: 13px;
font-weight: bold;
color: #777;
}
.slab .expertise {
margin: 10px 0 5px 0;
}
.muted {
opacity: 0.4;
}
.footer {
background: #eee;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
-ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
-o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
padding: 30px 0 15px;
}
.footer.fixed {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
}
.footer .logo {
float: left;
}
.footer ul {
margin: 40px 0 0 20px;
float: left;
border-left: solid 2px #04a2dc;
padding-left: 20px;
}
.footer ul a {
margin-bottom: 5px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
color: #444;
display: block;
}
.footer .copyright {
font-size: 12px;
color: #999;
text-align: right;
font-weight: bold;
}
.invite {
margin-top: 40px;
width: 100%;
display: inline-block;
padding: 20px 20px 0;
}
.invite .btn {
margin-left: 10px;
}
input.inline {
border: 0;
font-size: 15px;
background: inherit;
border-bottom: dashed 1px #DDD;
padding: 15px;
height: 46px;
text-indent: 0;
outline: none;
width: auto;
max-width: 250px;
margin: 0 10px;
float: none;
display: inline-block;
}
input.inline:focus {
border: 0;
border-bottom: dashed 1px #DDD;
border-color: #04a2dc;
}
.post-feed {
background: white;
padding: 30px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
border-width: 0 1px;
border-radius: 3px 3px 0 0;
position: relative;
margin-top: -40px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.post-feed {
padding: 20px;
margin-top: 0;
border-top: solid 1px #E2E2E2;
}
}
.post-feed.pad-top {
padding-top: 70px;
}
.post-feed .feed-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: whitesmoke;
border: solid 1px #ECECEC;
border-width: 1px 1px 0 0;
border-radius: 3px 3px 0 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.post-feed .feed-header {
border-width: 0 0 1px 0;
}
}
.post-feed .feed-header a,
.post-feed .feed-header > span {
padding: 20px;
display: inline-block;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
color: #939393;
cursor: pointer;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.post-feed .feed-header a,
.post-feed .feed-header > span {
font-size: 11px;
padding: 20px 15px;
}
}
.post-feed .feed-header a.active {
pointer-events: none;
cursor: default;
background: white;
color: #04a2dc;
}
.post-feed .feed-header span.active {
color: #04a2dc;
}
.no-results {
text-align: center;
margin: 50px auto;
width: 300px;
}
.no-results i {
font-size: 100px;
margin-bottom: 20px;
}
.no-results span {
display: block;
clear: both;
font-size: 18px;
}
.feed {
position: relative;
}
.feed .title {
position: absolute;
top: -60px;
left: -20px;
z-index: -1;
font-size: 60px;
color: #efefef;
margin: 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.feed .title {
left: auto;
right: 20px;
}
}
.feed .blog-post {
margin-top: 30px;
padding-bottom: 30px;
border-bottom: solid 1px #ededed;
}
.feed .blog-post .timestamp {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #999;
}
.feed .blog-post .post-title {
font-size: 30px;
line-height: 1;
margin: 5px 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.feed .blog-post .post-title {
font-size: 24px;
}
}
.feed .blog-post .post-title a:hover {
text-decoration: underline;
}
.feed .blog-post .post-excerpt {
font-size: 18px;
}
.single-post-title {
background: #04a2dc;
font-size: 36px;
padding: 10% 15% 5%;
color: white;
margin-top: -70px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.single-post-title {
font-size: 24px;
padding: 30% 5% 10%;
}
}
.single-post {
margin-bottom: 100px;
}
.post-content {
font-size: 18px;
line-height: 1.4;
}
.post-content .author {
margin-top: 20px;
padding: 20px 0;
border-top: solid 1px #ededed;
}
.post-content .author h5 {
margin: 0;
font-size: 18px;
}
.post-content .author h6 {
margin: 0;
}
.post-content .author .tweet {
text-align: right;
font-size: 30px;
}
.new-post-box {
max-width: 90%;
width: 500px;
left: 0;
right: 0;
margin: auto;
padding: 20px 20px 50px;
border-radius: 5px;
position: relative;
background: #0497cd;
color: white;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.new-post-box .close-overlay {
position: absolute;
right: 10px;
top: 10px;
font-size: 24px;
cursor: pointer;
z-index: 10;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.new-post-box {
max-width: 100%;
border-radius: 0;
}
}
.new-post-box.post-type-selected .new-post-intro {
opacity: 0;
}
.new-post-box .new-post-intro {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
display: none;
}
.new-post-box .new-post-intro a {
display: inline-block;
width: 32%;
color: white;
text-align: center;
font-weight: bold;
}
.new-post-box .new-post-intro a img {
width: 100%;
max-width: 100px;
margin-bottom: 5px;
}
.new-post-box .new-post-intro a span {
clear: both;
display: block;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.new-post-box .new-post-intro a {
display: block;
margin-bottom: 5px;
width: 100%;
text-align: left;
clear: both;
line-height: 36px;
}
.new-post-box .new-post-intro a img {
float: left;
width: 50px;
}
.new-post-box .new-post-intro a span {
clear: none;
display: inline-block;
float: left;
margin-left: 5px;
}
}
.new-post-box .new-post-intro a:hover {
opacity: 0.8;
}
.new-post-box .new-post-form {
display: none;
position: relative;
padding: 20px 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.new-post-box .new-post-form {
font-size: 14px;
padding: 20px 10px 50px;
}
}
.new-post-box .new-post-form label {
font-size: 14px;
}
.new-post-box .new-post-title {
font-size: 14px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
margin-bottom: 30px;
}
.new-post-box .new-post-actions {
margin-top: 20px;
padding-top: 20px;
clear: both;
}
.new-post-box .repo {
font-size: 14px;
padding: 15px 0;
margin-top: 30px;
border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.new-post-box .repo p {
margin: 0;
}
.new-post-box .repo a {
margin: 0 3px;
}
.new-post-box .project-list {
position: absolute;
left: 0;
right: 0;
top: 0;
height: 400px;
background: #0497cd;
padding: 20px 20px 50px;
border-radius: 5px;
display: none;
}
.new-post-box .project-list ul {
height: 230px;
overflow: scroll;
}
.new-post-box .project-list ul li {
adisplay: block;
padding: 7px 10px;
border-radius: 3px;
background: white;
margin-bottom: 5px;
cursor: pointer;
}
.new-post-box .project-list ul li:hover {
background: #EEE;
}
.project-updates {
clear: both;
margin-top: 10px;
width: 100%;
float: left;
}
.project-updates li {
padding: 10px 20px;
font-size: 14px;
line-height: 1.3;
border: solid 1px whitesmoke;
border-radius: 3px;
margin-top: 10px;
}
.project-updates li p {
margin: 5px 0;
}
.project-updates li .timestamp {
font-size: 12px;
font-weight: bold;
margin: 5px 0 15px;
color: #16a085;
}
.b-left {
border-left: solid 1px #eee;
}
.project-images {
margin: 20px 0;
clear: both;
}
.project-images .title-text {
display: block;
margin-bottom: 20px;
}
.project-images .img-wrap {
overflow: hidden;
width: 100%;
height: 0;
padding-bottom: 75%;
position: relative;
}
.project-images .delete-image {
position: absolute;
top: 0;
right: 0;
padding: 5px;
background: #e74c3c;
color: white;
cursor: pointer;
}
.project-images .add-image {
border-radius: 2px;
text-align: center;
font-size: 28px;
line-height: 2.5em;
border: solid 1px #333;
}
.project-images .add-image:hover {
color: #04a2dc;
border-color: #04a2dc;
}
.project-images .add-image input {
position: absolute;
cursor: pointer;
opacity: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.upload-images {
float: left;
margin-right: 15px;
line-height: 30px;
padding: 0;
font-size: 24px;
position: relative;
cursor: pointer;
}
.upload-images span {
font-size: 12px;
float: right;
margin-left: 5px;
font-weight: bold;
cursor: pointer;
}
.upload-images input {
position: absolute;
cursor: pointer;
opacity: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.slab .expertise {
margin: 10px 0 5px 0;
word-wrap: break-word;
}
body .ms-ctn {
background: white;
margin: 10px 0;
float: left;
width: 100%;
border-radius: 3px;
}
.ms-ctn .ms-sel-ctn .ms-sel-item {
padding: 3px 5px;
}
.ms-ctn .ms-sel-ctn input {
padding: 3px 0;
font-size: 15px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.no-padder-xs {
padding: 0;
}
}
.no-scroll {
overflow: hidden;
}
.square-intro {
position: relative;
height: auto;
transform: translateZ(0);
height: 400px;
overflow: hidden;
margin: 0;
}
.square-intro img {
position: relative;
display: block;
width: 100%;
height: auto;
z-index: 1;
}
.square-intro .intro-caption {
position: absolute;
bottom: 50px;
left: 25%;
width: 50%;
margin: 0 auto;
text-align: center;
z-index: 3;
color: white;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.square-intro .intro-caption {
left: 0;
width: 100%;
}
}
.square-intro .intro-caption h1 {
display: inline-block;
font-size: 4vw;
text-transform: uppercase;
font-weight: 100;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.square-intro .intro-caption h1 {
font-size: 36px;
}
}
.square-intro .intro-overlay {
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
pointer-events: none;
}
.square-intro .intro-overlay svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.square-copy {
padding: 70px 0;
width: 90%;
max-width: 600px;
text-align: center;
font-size: 18px;
margin: 0 auto;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.square-copy {
font-size: 16px;
}
}
.icon-slack {
width: 15px;
height: 15px;
vertical-align: bottom;
background: url('../img/slack.png');
margin-right: 20px;
display: inline-block;
}
.square-stats {
float: left;
width: 100%;
margin: 10px 0 20px;
border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.square-stats li {
padding: 10px;
width: 33.3%;
float: left;
border-right: solid 1px rgba(0, 0, 0, 0.1);
text-align: center;
}
.square-stats li:last-child {
border-right: 0;
}
.square-stats li span {
display: block;
font-size: 30px;
font-weight: bold;
color: #04a2dc;
}
.square-stats li small {
text-transform: uppercase;
}
.square-project {
width: 100%;
float: left;
background: white;
padding: 20px 20px 40px;
border-radius: 3px;
border: solid 1px rgba(0, 0, 0, 0.03);
text-align: center;
margin-bottom: 20px;
}
.square-project .project-title {
font-weight: bold;
font-size: 20px;
margin: 20px 0;
color: #04a2dc;
}
.square-project .project-summary {
height: 80px;
}
.square-project .project-collaborators {
float: left;
width: 100%;
padding: 15px 0;
margin-bottom: 10px;
}
.square-project .project-collaborators > a {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
display: block;
margin-top: 10px;
}
.square-project .project-collaborators .img-wrap {
width: 50px;
height: 50px;
background: whitesmoke;
display: inline-block;
margin-right: 5px;
}
.square-project .project-collaborators .img-wrap a {
display: block;
border-radius: 2px;
overflow: hidden;
}
.square-project .project-collaborators .img-wrap img {
width: 100%;
} | archive/devcenter-app/css/style.css | @import url('iconfont/ionicons.css');
@import url('font/typography.css');
@import url('animations.css');
html {
font-size: 62.5%;
height: 100%;
}
body {
padding: 0;
margin: 0;
font-style: normal;
line-height: 1.2;
height: 100%;
position: relative;
cursor: default;
font-size: 16px;
-webkit-font-smoothing: antialiased;
font-family: "Gotham", Helvetica, Arial, sans-serif;
background: #F9F9F9;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a,
button {
text-decoration: none;
outline: 0 !important;
cursor: pointer;
}
a {
color: #04a2dc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.clearfix:after {
clear: both;
}
/* IE6/7 support */
.clearfix {
*zoom: 1;
}
.ir {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.disabled {
pointer-events: none;
opacity: 0.5;
}
.none {
display: none;
}
.no-pad {
padding: 0;
}
.ptb-80 {
padding: 80px 0;
}
.ptb-40 {
padding: 40px 0;
}
.m-t-md {
margin-top: 20px;
}
.gap-top {
margin-top: 50px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.gap-top {
margin-top: 20px;
}
}
.pos-rlt {
position: relative;
}
section {
position: relative;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.no-mobile {
display: none;
}
}
.btn {
padding: 8px 16px;
position: relative;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
border-radius: 3px;
-webkit-transition: 0.1s;
-moz-transition: 0.1s;
-ms-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
display: inline-block;
line-height: 1;
cursor: pointer;
-moz-appearance: none;
-webkit-appearance: none;
border: 0;
outline: none;
text-shadow: none;
}
.btn i {
margin: 0 5px 0 0;
font-size: 16px;
line-height: 12px;
}
.btn i.right-icon {
margin: 0 0 0 5px;
}
.btn.btn-red {
background: #e74c3c;
border: solid 1px #e74c3c;
color: white;
}
.btn.btn-red:hover {
background: #d62c1a;
}
.btn.btn-blue {
background: #04a2dc;
border: solid 1px #04a2dc;
color: white;
}
.btn.btn-blue:hover {
background: #037daa;
}
.btn.btn-green {
background: #16a085;
border: solid 1px #16a085;
color: white;
}
.btn.btn-green:hover {
background: #107360;
}
.btn.btn-clear {
border: solid 1px #04a2dc;
color: #04a2dc;
text-shadow: none;
background: none;
}
.btn.btn-clear:hover {
background: #04a2dc;
text-shadow: none;
color: white;
}
.btn.btn-default {
border: solid 1px white;
background: white;
color: #04a2dc;
}
.btn.btn-white {
border: solid 1px white;
color: white;
text-shadow: none;
background: none;
}
.btn.btn-white:hover {
border-color: #04a2dc;
background: #04a2dc;
color: white;
}
.btn.btn-full {
text-align: center;
width: 100%;
}
.btn.btn-lg {
padding: 12px 24px;
text-align: center;
font-size: 13px;
}
.btn.btn-xlg {
padding: 15px 30px;
text-align: center;
font-size: 15px;
}
.btn.btn-sm {
font-size: 12px;
padding: 5px 10px;
}
.btn.btn-git {
background-color: #4183c4;
color: white;
}
.btn.btn-bit {
background-color: #205081;
color: white;
}
.btn.btn-rounded {
border-radius: 20px;
}
.btn-tab a {
margin-bottom: 5px;
display: block;
font-size: 12px;
text-transform: uppercase;
padding: 10px;
font-weight: bold;
border-bottom: solid 1px #DDD;
color: #666;
}
.btn-tab a:hover {
color: #04a2dc;
}
.btn-tab a i {
margin-right: 5px;
}
.btn-group .btn {
float: left;
}
.btn-group .btn:not(: first-child) {
border-left: 0;
}
.sm-bold {
color: #5F5F5F;
font-weight: bold;
font-size: 13px;
}
.sm-bold:hover {
color: #04a2dc;
}
.sm-bold.active {
color: #04a2dc;
}
.sm-bold.blue {
color: #04a2dc;
}
.sm-bold.blue:hover {
color: #037daa;
}
.sm-bold.red {
color: #e74c3c;
}
.sm-bold.red:hover {
color: #d62c1a;
}
.link-btn {
line-height: 28px;
font-size: 14px;
font-weight: bold;
}
.show-xs {
display: none;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.show-xs {
display: initial;
}
}
.pad-top-lg {
padding-top: 100px;
}
.thin {
font-weight: 300;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
border-bottom: solid 1px #eee;
background: white;
z-index: 1000;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header {
padding: 0 20px;
position: absolute;
}
}
.header .logo {
position: absolute;
top: 30px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header .logo {
top: 6px;
width: 45px;
}
}
.header .menu {
float: left;
}
.header .menu ul {
padding-left: 90px;
}
.header .menu ul li {
float: left;
padding: 0 10px;
line-height: 60px;
}
.header .menu ul li:first-child {
padding-left: 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header .menu {
display: none;
}
}
.header .search-wrap {
position: relative;
float: left;
margin-right: 20px;
}
.header .search-wrap i {
position: absolute;
top: 20px;
line-height: 1;
left: 15px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header .search-wrap i {
left: 25px;
top: 14px;
}
}
.header .search-wrap .search {
border-radius: 3px;
font-size: 12px;
border-color: #E8E8E8;
transition: .3s;
padding-left: 35px;
width: 250px;
max-width: 100%;
background: whitesmoke;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.header .search-wrap .search {
width: 200px;
}
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header .search-wrap .search {
width: 100%;
margin: 4px 0;
border: 0;
background: none;
}
}
.header .search-wrap .search:hover {
border-color: #04a2dc;
}
.header .search-wrap .search::-webkit-input-placeholder {
color: #6f6f6f;
}
.header .search-wrap .search:-moz-placeholder {
/* Firefox 18- */
color: #6f6f6f;
}
.header .search-wrap .search::-moz-placeholder {
/* Firefox 19+ */
color: #6f6f6f;
}
.header .search-wrap .search:-ms-input-placeholder {
color: #6f6f6f;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.header .search-wrap {
position: absolute;
left: 0;
top: 57px;
padding: 0 10px;
width: 100%;
}
}
.header .logged-in,
.header .logged-out {
float: left;
position: relative;
}
.header .logged-out {
line-height: 60px;
}
.header .logged-in {
cursor: pointer;
}
.header .logged-in .username {
line-height: 60px;
font-size: 13px;
}
.header .logged-in .username i {
margin-left: 10px;
}
.header .logged-in.active .dropdown {
display: block;
}
.body {
padding-top: 100px;
}
.body > .row {
padding-left: 90px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body > .row {
padding-left: 0;
}
}
.body .sidebar {
padding-right: 40px;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.body .sidebar {
padding-right: 0;
}
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .sidebar {
border-top: solid 1px #e2e2e2;
}
.body .sidebar h2.thin {
display: none;
}
}
.body .menu ul {
margin-bottom: 20px;
width: 100%;
float: left;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .menu ul {
margin-bottom: 0;
}
}
.body .menu ul li {
display: block;
padding: 0 0 10px 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .menu ul li {
float: left;
margin: 0;
}
}
.body .menu ul li.show-xs {
display: none;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .menu ul li.show-xs {
display: initial;
}
}
.body .menu ul li a {
display: block;
}
.body .menu ul li a i {
float: right;
opacity: .3;
}
.body .menu ul li .sm-bold {
font-size: 15px;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.body .menu ul li .btn {
margin-top: 0;
font-size: 11px;
}
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .menu ul li.new-post {
margin: 10px 10px 0 0;
}
}
.body .menu.side-menu .new-post {
margin-top: 20px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .menu.side-menu {
margin: 20px 0;
float: left;
width: 100%;
}
.body .menu.side-menu li {
margin-right: 20px;
}
.body .menu.side-menu li i {
margin-left: 10px;
}
.body .menu.side-menu .new-post {
margin-top: 0;
clear: both;
}
}
.body .jobs-menu {
margin-top: 20px;
padding-top: 20px;
clear: both;
border-top: solid 1px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 320px) and (max-width: 640px) {
.body .jobs-menu {
display: none;
}
}
.body .jobs-menu .title {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
}
.body .jobs-menu ul li {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
font-size: 13px;
font-weight: bold;
}
.body .jobs-menu ul li .new-job {
text-transform: uppercase;
font-size: 10px;
color: #e74c3c;
}
.body .jobs-menu ul li a {
color: #333;
}
.body .jobs-menu ul li a:hover {
color: #04a2dc;
}
.body .jobs-menu .more-link {
display: block;
text-align: center;
font-size: 13px;
font-weight: bold;
}
.welcome .big-title,
.landing .big-title {
font-size: 30px;
line-height: 1;
color: #3b3b3c;
margin: 10% 0 10px 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome .big-title,
.landing .big-title {
margin-top: 20px;
font-size: 28px;
}
}
.welcome .call-to-action,
.landing .call-to-action {
background: #04a2dc;
padding: 15px 30px;
border-radius: 30px;
margin-top: 10px;
color: white;
display: inline-block;
}
.welcome .sub-title,
.landing .sub-title {
font-size: 20px;
color: #999999;
margin: 0 0 10px 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome .sub-title,
.landing .sub-title {
font-size: 16px;
}
}
.welcome .title,
.landing .title {
margin-top: 30%;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.welcome .title,
.landing .title {
margin-top: 0;
}
}
.welcome {
padding: 40px 20px 100px;
text-align: center;
background: #037daa;
color: white;
position: relative;
overflow: hidden;
z-index: 2;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome {
padding-top: 140px;
}
}
.welcome .big-title {
color: white;
}
.welcome .sub-title {
color: rgba(255, 255, 255, 0.8);
}
.welcome .see-picks {
text-transform: uppercase;
margin-left: 10px;
color: rgba(255, 255, 255, 0.8);
font-size: 12px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome .see-picks {
display: block;
margin-top: 20px;
}
}
.welcome .connect {
position: absolute;
top: 0;
left: 10%;
max-width: 90%;
z-index: -1;
opacity: 0;
animation: welcome 10s infinite;
-webkit-animation: welcome 10s infinite;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome .connect {
display: none;
}
}
.welcome .connect.connect2 {
animation-delay: 8.5s;
-webkit-animation-delay: 8.5s;
}
@-webkit-keyframes welcome {
0%,
100% {
-webkit-transform: scale(0) rotate(-90deg);
transform: scale(0) rotate(-90deg);
opacity: 0;
}
30% {
-webkit-transform: scale(0.5) rotate(0);
transform: scale(0.5) rotate(0);
opacity: .5;
}
60% {
-webkit-transform: scale(1.2) rotate(45deg);
transform: scale(1.2) rotate(45deg);
opacity: .3;
}
90% {
-webkit-transform: scale(0.9) rotate(45deg);
transform: scale(1) rotate(45deg);
opacity: .2;
}
}
@keyframes welcome {
0%,
100% {
-webkit-transform: scale(0) rotate(-90deg);
transform: scale(0) rotate(-90deg);
opacity: 0;
}
30% {
-webkit-transform: scale(0.5) rotate(0);
transform: scale(0.5) rotate(0);
opacity: .5;
}
60% {
-webkit-transform: scale(1.2) rotate(45deg);
transform: scale(1.2) rotate(45deg);
opacity: .3;
}
90% {
-webkit-transform: scale(0.9) rotate(45deg);
transform: scale(1) rotate(45deg);
opacity: .2;
}
}
.flex-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: 100%;
overflow: hidden;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.flex-box {
height: auto;
}
}
.login,
.signup {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
padding: 40px 10%;
position: relative;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.login,
.signup {
-webkit-box-flex: 1;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
}
}
.login .form,
.signup .form {
padding-top: 50px;
max-width: 350px;
margin: 0 auto;
}
.login .form input,
.signup .form input {
margin: 0;
}
.login .form .form-group,
.signup .form .form-group {
display: inline-block;
width: 100%;
padding: 5px 0;
}
.login .form .form-title,
.signup .form .form-title {
margin: 30px 0 10px;
color: #999;
font-size: 14px;
text-transform: uppercase;
}
.login .overlayer,
.signup .overlayer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
z-index: 2;
}
.login-helpers {
font-size: 12px;
font-weight: bold;
}
.login-helpers label {
cursor: pointer;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.login {
margin-top: 40px;
}
}
@media all and (min-width: 320px) and (max-width: 959px) {
.login.alt-position {
order: 2;
}
}
@media all and (min-width: 320px) and (max-width: 959px) {
.signup.alt-position {
order: 1;
}
}
.section {
padding: 40px 0 100px 0;
border-top: solid 1px #EDEDED;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.section {
padding: 50px 10px;
}
}
.section .section-title {
margin: 20px 0 5px;
font-size: 24px;
color: #3b3b3c;
}
.section .section-subtitle {
color: #999;
margin-bottom: 50px;
}
.section.hire {
background: white;
padding: 20px 0 40px 0;
}
.gradient-bg {
background-color: #04a2dc;
background-image: -webkit-radial-gradient(0% bottom, rgba(63, 95, 163, 0.7) 0%, rgba(118, 72, 160, 0) 60%), -webkit-radial-gradient(90% bottom, #3f608c 0%, rgba(82, 63, 140, 0) 40%), -webkit-radial-gradient(50% top, rgba(37, 88, 155, 0.6) 0%, rgba(84, 90, 182, 0) 75%), -webkit-radial-gradient(right top, #204d79 0%, rgba(121, 74, 162, 0) 57%);
background-image: radial-gradient(at 0% bottom, rgba(63, 95, 163, 0.7) 0%, rgba(118, 72, 160, 0) 60%), radial-gradient(at 90% bottom, #3f608c 0%, rgba(82, 63, 140, 0) 40%), radial-gradient(at 50% top, rgba(37, 88, 155, 0.6) 0%, rgba(84, 90, 182, 0) 75%), radial-gradient(at right top, #204d79 0%, rgba(121, 74, 162, 0) 57%);
background-size: auto, auto, 100% 1000px, 100% 1000px;
background-repeat: no-repeat;
}
.pick {
height: 0;
padding-bottom: 60%;
background: white;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
position: relative;
margin-bottom: 20px;
overflow: hidden;
border: solid 1px #E8E8E8;
border-radius: 3px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.pick {
padding-bottom: 65px;
height: auto;
}
}
.pick .pick-type {
display: inline-block;
padding: 6px 10px;
border-radius: 2px;
margin: 20px 0 0 20px;
text-transform: uppercase;
font-size: 10px;
background: #16a085;
color: white;
font-weight: bold;
}
.pick .pick-type.pick-job {
background: #04a2dc;
}
.pick .pick-title {
padding: 20px 20px 0;
font-size: 17px;
margin: 0;
}
.pick .pick-title a {
color: #3b3b3c;
}
.pick .pick-summary {
padding: 10px 20px;
font-size: 14px;
color: #888;
}
.pick.pick-v {
height: auto;
padding-bottom: 10px;
}
.pick.pick-v .pick-type {
position: absolute;
top: 0;
right: 0;
margin: 0 20px;
border-radius: 0 0 2px 2px;
}
.pick.pick-v .pick-title {
font-size: 15px;
margin-bottom: 0;
}
.pick.pick-v .pick-summary {
padding: 5px 20px;
}
.pick .pick-creator {
position: absolute;
bottom: 0;
width: 100%;
padding: 15px 20px;
background: white;
}
.pick .pick-creator .pick-creator-avatar {
width: 35px;
height: 35px;
float: left;
margin-right: 10px;
border-radius: 50%;
overflow: hidden;
}
.pick .pick-creator .pick-creator-name {
line-height: 35px;
font-size: 12px;
color: #999;
font-weight: bold;
}
.pick .pick-creator .pick-creator-name a {
color: #999999;
}
.pick a:hover {
text-decoration: underline;
}
.story-top {
padding: 10px;
float: left;
width: 100%;
}
.story-top a {
color: #777;
font-size: 14px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.story-top {
padding: 15px 20px;
border-top: solid 1px #E0E0E0;
margin-top: 20px;
}
}
.story {
position: relative;
margin-bottom: 20px;
width: 100%;
float: left;
border-top: solid 1px #eee;
padding-top: 20px;
}
.story:nth-of-type(1) {
border-top: 0;
}
.story .pinned {
position: absolute;
top: 0;
right: 0;
background: #e74c3c;
color: white;
padding: 5px 10px;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
}
.story .pinned i {
margin-right: 5px;
}
.story .fancy {
position: absolute;
height: 50px;
width: 50px;
left: -60px;
background: url('../img/fancy.png');
color: white;
text-align: center;
line-height: 50px;
font-weight: bold;
}
.story .fancy.project {
background-position: 0 0;
}
.story .fancy.idea {
background-position: 0 -100px;
}
.story .username {
margin-bottom: 5px;
font-size: 13px;
}
.story .username a {
color: #383838;
font-weight: bold;
}
.story .topic {
line-height: 1.2;
margin: 0;
}
.story .topic a {
font-size: 18px;
font-weight: bold;
color: #04a2dc;
}
.story .brief {
margin: 5px 0;
color: #777;
font-size: 15px;
}
.story.full {
border-top: 0;
padding-top: 0;
}
.story.full:before {
content: "";
position: absolute;
left: 0;
background: white;
width: 75%;
height: 100%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
border-radius: 2px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.story.full:before {
width: 100%;
}
}
.story.full .topic-header {
padding: 20px 30px 10px;
}
.story.full .topic-header header {
margin-bottom: 30px;
}
.story.full .project-tags,
.story.full .project-team {
float: left;
width: 100%;
}
.story.full .project-tags h5,
.story.full .project-team h5 {
font-weight: bold;
font-size: 11px;
margin-bottom: 10px;
}
.story.full .project-team ul li {
float: left;
margin: 5px;
}
.story.full .project-team ul li a {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
display: block;
}
.story.full .project-tags {
margin-bottom: 30px;
}
.story.full .project-tags ul li {
float: left;
margin: 0 3px 3px 0;
}
.story.full .project-tags ul li a {
padding: 5px 10px;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
border: solid 1px #DDD;
border-radius: 2px;
display: inline-block;
color: #777;
}
.story.full .project-tags ul li a:hover {
background: white;
}
.story.full .profile-img {
width: 35px;
float: left;
height: 35px;
border-radius: 50%;
margin-right: 10px;
overflow: hidden;
}
.story.full .post-meta {
padding: 2px 0;
font-size: 13px;
font-weight: bold;
}
.story.full .post-meta .timestamp {
color: #777;
font-size: 11px;
display: block;
}
.story.full .topic a {
font-size: 20px;
font-weight: normal;
}
.story.full .fancy {
left: 0;
top: -50px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.story.full .fancy {
top: 0;
}
}
.story.full .brief {
font-size: 15px;
line-height: 1.3;
}
.story.full .links {
margin-top: 20px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.story.full .links {
width: 100%;
float: left;
margin-bottom: 20px;
}
.story.full .links a {
margin-bottom: 5px;
}
}
.story.full .links a {
text-transform: none;
max-width: 200px;
float: left;
margin-right: 10px;
font-size: 12px;
color: #777;
font-weight: bold;
}
.story.full .links a:hover {
color: #04a2dc;
}
.story.full .links a i {
margin-right: 5px;
}
.story.full .image-links a {
display: none;
}
.story.full .image-links a:first-child {
display: block;
}
.story .feedback {
padding: 20px;
float: left;
width: 100%;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.story .feedback {
padding-left: 0;
margin-left: -15px;
}
}
.story .feedback p {
margin: 0 0 10px;
font-size: 14px;
color: #777;
}
.story .feedback .profiles li {
height: 50px;
width: 50px;
float: left;
margin-right: 5px;
font-weight: bold;
}
.story .feedback .profiles li a {
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
background: whitesmoke;
}
.story .feedback .profiles li img {
width: 100%;
}
.story .feedback .profiles li.new {
text-align: center;
line-height: 48px;
font-size: 24px;
}
.story .feedback .profiles li.new a {
background: white;
border: solid 1px #04a2dc;
}
.m-b {
margin-bottom: 30px;
}
.link-red {
color: #e74c3c;
}
.comments {
padding: 30px 10px 50px 45px;
float: left;
width: 100%;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.comments {
padding: 30px 0 50px 20px;
}
}
.comment {
padding: 20px 0;
position: relative;
clear: both;
width: 100%;
float: left;
border-bottom: solid 1px whitesmoke;
}
.comment:last-child {
border-bottom: 0;
}
.comment.show {
animation: show .5s;
-webkit-animation: animation: show .5s;
}
@keyframes show {
50% {
background: whitesmoke;
}
0,
100% {
background: none;
}
}
@-webkit-keyframes show {
50% {
background: whitesmoke;
}
0,
100% {
background: none;
}
}
.comment.comment-new {
border: 0;
}
.comment .comment-remove {
position: absolute;
bottom: 10px;
right: 20px;
font-size: 12px;
text-transform: uppercase;
}
.comment .comment-meta {
position: absolute;
top: 20px;
right: 20px;
font-size: 13px;
color: #999;
}
.comment .comment-meta i {
margin-right: 2px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.comment .comment-meta {
top: auto;
bottom: 0;
width: 100%;
padding: 0 0 0 20px;
}
}
.comment .comment-img {
height: 50px;
width: 50px;
border-radius: 50%;
overflow: hidden;
position: absolute;
left: -25px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.comment .comment-img {
height: 35px;
width: 35px;
left: -12px;
}
}
.comment .comment-by {
float: left;
font-weight: bold;
padding-left: 40px;
font-size: 14px;
width: 60%;
}
.comment .comment-by p {
margin: 0;
}
.comment .comment-by small {
text-transform: uppercase;
font-size: 10px;
color: #999;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.comment .comment-by {
margin: 3px 0 0 0;
padding-left: 30px;
width: 100%;
}
}
.comment .comment-body {
clear: both;
padding: 5px 0 0 40px;
font-size: 14px;
line-height: 1.3;
word-wrap: break-word;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.comment .comment-body {
padding: 10px 0 0;
}
}
.new-comment {
padding: 10px 30px 20px;
border-bottom: solid 1px whitesmoke;
float: left;
width: 100%;
}
.new-comment textarea {
min-height: 0;
font-size: 14px;
}
.new-comment .return-to {
font-size: 12px;
color: #777;
font-weight: bold;
display: none;
float: left;
}
.new-comment .return-to i {
margin-right: 5px;
}
.share-modal {
position: fixed;
height: 100%;
width: 100%;
display: none;
background: rgba(255, 255, 255, 0.95);
z-index: 100;
padding-top: 100px;
top: 0;
left: 0;
overflow: auto;
}
.share-modal a {
color: #CCC;
}
.share-modal a.active {
color: #141414;
}
.share-modal .action-desc {
text-transform: uppercase;
font-size: 12px;
}
.share-modal .main-text {
font-size: 28px;
line-height: 1.2;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.share-modal .main-text {
font-size: 16px;
}
}
.share-modal .closemodal {
margin-top: 30px;
font-size: 48px;
}
.share-modal .btn {
margin-bottom: 5px;
}
.overlay {
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.9);
display: none;
z-index: 1000;
overflow: auto;
overflow: scroll;
padding: 100px 0;
}
.overlay.show {
display: block;
}
.customForm {
float: left;
border: solid 1px #eee;
border-radius: 2px;
width: 100%;
}
.customForm.panel {
background: white;
}
.customForm.fly {
background: white;
width: 100%;
max-width: 450px;
left: 0;
right: 0;
margin: auto;
float: none;
display: table;
}
.customForm .close {
position: absolute;
right: 0;
top: -30px;
font-size: 24px;
}
.customForm .title {
padding: 20px;
clear: both;
font-size: 15px;
color: white;
margin: 0;
border-radius: 2px 2px 0 0;
font-weight: normal;
color: #04a2dc;
}
.customForm .title.pattern {
background-image: url(../img/signup_banner.png);
}
.customForm .change-image {
position: absolute;
cursor: pointer;
}
.customForm .change-image input {
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
cursor: pointer;
}
.customForm .profileImage {
position: absolute;
height: 100px;
width: 100px;
background: whitesmoke;
top: 20px;
right: 20px;
border-radius: 5px;
overflow: hidden;
}
.customForm .profileImage .change-image {
bottom: 0;
width: 100%;
height: 20px;
background: rgba(255, 255, 255, 0.9);
color: #04a2dc;
text-align: center;
font-size: 11px;
text-transform: uppercase;
line-height: 20px;
font-weight: bold;
}
.customForm .headerImage {
width: 100%;
height: 0;
padding-bottom: 40%;
overflow: hidden;
position: relative;
background: whitesmoke;
}
.customForm .headerImage img {
width: 100%;
}
.customForm .headerImage .change-image {
bottom: 10px;
left: 0;
right: 0;
margin: auto;
width: 170px;
background: #04a2dc;
color: white;
font-size: 13px;
font-weight: bold;
padding: 10px 20px;
border-radius: 3px;
text-transform: uppercase;
}
.customForm .inputGroup {
margin-bottom: 20px;
padding: 0 20px;
width: 100%;
float: left;
border-bottom: solid 1px #f7f7f7;
}
.customForm .inputGroup label {
font-size: 13px;
font-weight: bold;
}
.customForm .inputGroup label.checkbox {
font-size: 15px;
cursor: pointer;
font-weight: normal;
display: block;
margin-bottom: 5px;
line-height: 18px;
}
.customForm .inputGroup label.checkbox input {
float: left;
display: inline-block;
line-height: normal;
margin: 0 5px 3px 0;
}
.customForm .inputGroup label.checkbox:last-child {
margin-bottom: 20px;
}
.customForm .inputGroup label .error {
display: none;
margin-left: 5px;
color: #e74c3c;
}
.customForm .inputGroup label.error .error {
display: initial;
}
.customForm .inputGroup input[type="text"],
.customForm .inputGroup input[type="password"],
.customForm .inputGroup input[type="email"],
.customForm .inputGroup input[type="number"],
.customForm .inputGroup textarea {
border-color: transparent;
padding: 0;
}
.customForm .inputGroup .check-group {
padding: 10px 0 20px 0;
}
.customForm .inputGroup .check-group label {
font-size: 13px;
font-weight: normal;
margin: 5px 0 0;
cursor: pointer;
}
.customForm .inputGroup .check-group label input {
margin-right: 5px;
}
.customForm .inputGroup:last-child {
border-bottom: 0;
}
.customForm .inputGroup .sm-bold {
display: inline-block;
margin-top: 15px;
color: #ccc;
}
.customForm .inputGroup .sm-bold:hover {
color: #04a2dc;
}
.customForm .inputGroup.lg label {
font-size: 15px;
}
.customForm .inputGroup.lg input {
font-size: 18px;
}
.timeDivide {
color: #04a2dc;
text-transform: uppercase;
font-size: 13px;
width: 100%;
float: left;
margin-top: 15px;
}
.timeDivide:first-child {
margin-top: 0;
}
.bg-blue {
background: #04a2dc;
}
.bg-green {
background: #16a085;
}
.welcome-kit {
margin: 10px 0;
display: inline-block;
background: white;
border-radius: 3px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
border: solid 1px #2DC7FF;
width: 100%;
clear: both;
color: #04a2dc;
position: relative;
z-index: 2;
font-size: 16px;
padding: 20px 20px 20px 100px;
line-height: 1.3;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome-kit {
margin: 0;
padding: 60px 20px 20px;
}
}
.welcome-kit .welcome-icon {
position: absolute;
left: 20px;
padding: 0 20px;
font-size: 36px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.welcome-kit .welcome-icon {
top: 10px;
left: 10px;
}
}
.welcome-kit a {
display: inline-block;
margin-top: 10px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}
.pill {
margin-bottom: 40px;
}
.pill li {
float: left;
padding: 10px 10px 10px 0;
}
.pill li a {
color: #bbb;
}
.pill li a:hover {
color: #777;
}
.pill li a.active {
color: #04a2dc;
font-weight: bold;
}
.pill li .bullet {
display: inline-block;
margin-left: 10px;
color: #ccc;
}
.tags {
margin: 0;
}
.tags a {
font-size: 13px;
font-weight: bold;
line-height: 1.5;
border-radius: 3px;
color: #AAA;
margin-right: 10px;
}
.tags a:hover {
color: #04a2dc;
}
.profile h5 {
text-transform: uppercase;
letter-spacing: 1px;
}
.profile-header {
position: fixed;
width: 100%;
background: #333;
color: white;
top: 60px;
background: #1e8ecf;
background-image: -webkit--webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit--webkit-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -webkit--moz-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit--moz-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -webkit--o-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit--o-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -webkit--ms-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit--ms-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit-linear-gradient(108deg, #26d0ce, #1a2980 90%);
background-image: -moz--webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -moz--webkit-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -moz--moz-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -moz--moz-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -moz--o-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -moz--o-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -moz--ms-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -moz--ms-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -moz-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -moz-linear-gradient(108deg, #26d0ce, #1a2980 90%);
background-image: -ms--webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -ms--webkit-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -ms--moz-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -ms--moz-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -ms--o-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -ms--o-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -ms--ms-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -ms--ms-linear-gradient(342deg, #26d0ce, #1a2980 90%);
background-image: -ms-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -ms-linear-gradient(108deg, #26d0ce, #1a2980 90%);
}
@media all and (max-width: 768px) {
.profile-header {
position: relative;
padding: 80px 0 50px;
top: 0;
margin-top: -40px;
}
}
.profile-header > .row {
padding: 0 0 0 90px;
margin-top: 150px;
margin-bottom: 80px;
}
@media all and (max-width: 768px) {
.profile-header > .row {
padding: 0;
margin: 0;
}
}
.profile-header h5 {
opacity: 0.6;
}
.profile-header .introduction {
font-size: 40px;
font-weight: 100;
letter-spacing: -1px;
}
@media all and (min-width: 320px) and (max-width: 959px) {
.profile-header .introduction {
font-size: 24px;
}
}
.profile-header .expertise {
font-size: 20px;
margin: 20px 0 50px;
font-weight: 100;
}
.profile-header .expertise a {
color: white;
font-weight: normal;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-header .expertise {
font-size: 16px;
margin: 20px 0;
}
}
.profile-header .avatar,
.profile-header .social-accounts {
float: left;
}
.profile-header .avatar {
width: 80px;
height: 80px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
margin-right: 30px;
overflow: hidden;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
position: relative;
}
.profile-header .avatar:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
z-index: 2;
overflow: hidden;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-header .avatar {
margin-right: 10px;
width: 50px;
height: 50px;
}
}
.profile-header .social-accounts h5 {
margin: 15px 0 5px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-header .social-accounts h5 {
margin: 5px 0;
}
}
.profile-header .social-accounts .account-list a {
font-size: 27px;
margin-right: 7px;
opacity: 0.6;
color: white;
}
.profile-header .social-accounts .account-list a:hover {
opacity: 1;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-header .social-accounts .account-list a {
font-size: 18px;
}
}
.profile-header .social-accounts .account-list .ion-social-behance {
width: 27px;
height: 20px;
background: url('../img/behance.png') no-repeat;
background-size: contain;
display: inline-block;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-header .social-accounts .account-list .ion-social-behance {
width: 18px;
height: 12px;
}
}
.profile-header-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
}
.profile-header-img:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.profile-body {
background: #F9F9F9;
float: left;
width: 100%;
z-index: 2;
position: relative;
}
.profile-menu > ul > li {
float: left;
height: 100px;
border-left: solid 1px #EAEAEA;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-menu > ul {
width: 100%;
border-bottom: solid 1px #EAEAEA;
}
.profile-menu > ul > li {
height: 80px;
}
}
.profile-menu .profile-tab {
text-align: center;
text-transform: uppercase;
font-size: 13px;
}
.profile-menu .profile-tab a {
display: inline-block;
padding: 20px 40px;
color: #AAA;
}
.profile-menu .profile-tab a:hover {
color: #777;
}
.profile-menu .profile-tab a.active {
color: #04a2dc;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-menu .profile-tab a {
padding: 13px 25px;
}
}
@media all and (min-width: 320px) and (max-width: 959px) {
.profile-menu .profile-tab a {
padding: 20px 25px;
}
}
.profile-menu .profile-tab i {
display: block;
font-size: 25px;
margin-bottom: 10px;
}
.profile-menu .profile-share {
padding: 0 30px;
text-align: center;
}
.profile-menu .profile-share h5 {
margin-bottom: 5px;
}
.profile-menu .profile-share i {
font-size: 25px;
margin-left: 10px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-menu .profile-share {
padding: 0 20px;
}
.profile-menu .profile-share h5 {
margin-top: 15px;
}
}
.profile-menu .profile-contact {
padding: 25px 0 25px 30px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.profile-menu .profile-contact {
padding: 20px 15px;
}
}
@media all and (min-width: 320px) and (max-width: 959px) {
.profile-menu .profile-contact {
padding: 20px 10px;
}
}
.profile-content {
padding: 50px 0;
}
.profile-content .experience {
font-size: 18px;
}
.profile-projects {
float: left;
width: 100%;
margin: 50px 0;
}
.text-truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.profile-project {
background: white;
border: solid 1px #E3E3E3;
border-radius: 2px;
margin-bottom: 20px;
}
.profile-project .project-title {
display: block;
padding: 20px 60px 20px 20px;
position: relative;
white-space: nowrap;
text-overflow: ellipsis;
}
.profile-project .project-title .team-project {
position: absolute;
right: 20px;
top: 20px;
}
.profile-project .project-title .team-project span {
padding: 5px 10px;
font-size: 11px;
text-transform: uppercase;
border: solid 1px #04a2dc;
color: #04a2dc;
border-radius: 2px;
font-weight: bold;
cursor: pointer;
vertical-align: middle;
}
.profile-project .project-image {
height: 0;
padding-bottom: 40%;
background: whitesmoke;
position: relative;
overflow: hidden;
}
.profile-project .project-image img {
width: 100%;
}
.profile-project .no-project-image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #04A2DC;
}
.profile-project .no-project-image span {
position: absolute;
font-weight: bold;
left: 0;
right: 0;
margin: auto;
top: 50%;
margin-top: -40px;
width: 80px;
height: 80px;
background: white;
text-align: center;
color: #04A2DC;
border-radius: 50%;
font-size: 50px;
line-height: 80px;
}
.profile-project .project-info {
padding: 20px 20px 50px;
position: relative;
font-size: 15px;
min-height: 134px;
}
.profile-project .project-link {
padding: 5px 0;
}
.profile-project .project-tags {
position: absolute;
left: 20px;
bottom: 20px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.profile-project .project-tags a {
color: #777;
}
.profile-project .team-project {
position: absolute;
}
.profile-project .team-project .dropdown {
top: 120%;
}
.dropdown {
width: 160px;
position: absolute;
z-index: 2;
top: 75%;
left: 50%;
margin-left: -80px;
background: white;
float: left;
opacity: 1;
border-radius: 4px;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
font-size: 13px;
font-weight: normal;
display: none;
}
.dropdown.active {
display: block;
}
.dropdown:before {
content: "";
position: absolute;
display: block;
width: 37px;
height: 12px;
background-image: url("../img/dropdown_arrow.png");
top: -10px;
left: 50%;
margin-left: -18px;
}
.dropdown.has-input {
padding: 10px;
}
.dropdown.has-input input {
margin: 0;
}
.dropdown ul {
float: left;
width: 100%;
padding: 10px;
}
.dropdown ul li {
text-align: left;
float: left;
width: 100%;
position: relative;
color: #777;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background 0.1s ease-out;
-moz-transition: background 0.1s ease-out;
-ms-transition: background 0.1s ease-out;
-o-transition: background 0.1s ease-out;
transition: background 0.1s ease-out;
}
.dropdown ul li a {
padding: 7px 0 7px 10px;
display: block;
color: #777;
}
.dropdown ul li:hover {
background: #f6f6f6;
}
.no-content {
text-align: center;
width: 300px;
max-width: 90%;
margin: 0 auto 100px;
}
.no-content img {
opacity: 0.4;
}
.no-content .empty-animation {
width: 132px;
height: 150px;
margin: 0 auto 30px;
opacity: 0.2;
background-image: url('../img/empty.png');
-webkit-animation: empty 8s steps(3) infinite;
animation: empty 8s steps(3) infinite;
}
@-webkit-keyframes empty {
from {
background-position: 0 0;
}
to {
background-position: 0 -450px;
}
}
@keyframes empty {
from {
background-position: 0 0;
}
to {
background-position: 0 -450px;
}
}
.search-box {
margin-bottom: 20px;
float: left;
width: 100%;
position: relative;
display: none;
}
.search-box i {
position: absolute;
top: 20px;
left: 15px;
font-size: 20px;
}
.search-box input {
font-size: 18px;
padding-left: 45px;
border-radius: 20px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.search-box {
display: block;
}
}
.results {
display: none;
}
.results > header {
display: inline-block;
margin-bottom: 20px;
border-bottom: solid 1px #DDD;
width: 100%;
}
.results .story:nth-of-type(1) {
border-top: 0;
padding-top: 0;
}
.people-list .avatar {
float: left;
height: 60px;
width: 60px;
background: whitesmoke;
border-radius: 50%;
overflow: hidden;
margin-right: 20px;
}
.people-list .name {
margin: 0;
padding-top: 10px;
}
.people-list .role {
margin: 2px 0;
color: #777;
font-size: 14px;
font-weight: bold;
}
.people-list .posts {
font-size: 13px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.hidden-xs {
display: none !important;
}
}
.advanced-search {
display: none;
position: absolute;
right: -27px;
width: 300px;
background: white;
z-index: 20;
padding: 20px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
border-radius: 3px;
top: 48px;
font-size: 13px;
}
.advanced-search .inputGroup {
margin-top: 15px;
display: inline-block;
width: 100%;
}
.advanced-search .inputGroup:first-child {
margin-top: 0;
}
.advanced-search .inputGroup > label {
font-weight: bold;
margin-bottom: 10px;
display: block;
}
.advanced-search .check-group label {
margin: 0 3px 3px 0;
cursor: pointer;
}
.slab {
padding: 10px;
background: white;
float: left;
width: 100%;
margin-bottom: 10px;
border-bottom: solid 1px whitesmoke;
}
.slab:last-child {
border-bottom: none;
}
.slab.language i {
font-size: 60px;
margin: 10px 0;
display: inline-block;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.slab.language i {
font-size: 14px;
}
}
.slab .expertise,
.slab .tags {
font-size: 13px;
font-weight: bold;
color: #777;
}
.slab .expertise {
margin: 10px 0 5px 0;
}
.muted {
opacity: 0.4;
}
.footer {
background: #eee;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
-ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
-o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
padding: 30px 0 15px;
}
.footer.fixed {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
}
.footer .logo {
float: left;
}
.footer ul {
margin: 40px 0 0 20px;
float: left;
border-left: solid 2px #04a2dc;
padding-left: 20px;
}
.footer ul a {
margin-bottom: 5px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
color: #444;
display: block;
}
.footer .copyright {
font-size: 12px;
color: #999;
text-align: right;
font-weight: bold;
}
.invite {
margin-top: 40px;
width: 100%;
display: inline-block;
padding: 20px 20px 0;
}
.invite .btn {
margin-left: 10px;
}
input.inline {
border: 0;
font-size: 15px;
background: inherit;
border-bottom: dashed 1px #DDD;
padding: 15px;
height: 46px;
text-indent: 0;
outline: none;
width: auto;
max-width: 250px;
margin: 0 10px;
float: none;
display: inline-block;
}
input.inline:focus {
border: 0;
border-bottom: dashed 1px #DDD;
border-color: #04a2dc;
}
.post-feed {
background: white;
padding: 30px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
border-width: 0 1px;
border-radius: 3px 3px 0 0;
position: relative;
margin-top: -40px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.post-feed {
padding: 20px;
margin-top: 0;
border-top: solid 1px #E2E2E2;
}
}
.post-feed.pad-top {
padding-top: 70px;
}
.post-feed .feed-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: whitesmoke;
border: solid 1px #ECECEC;
border-width: 1px 1px 0 0;
border-radius: 3px 3px 0 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.post-feed .feed-header {
border-width: 0 0 1px 0;
}
}
.post-feed .feed-header a,
.post-feed .feed-header > span {
padding: 20px;
display: inline-block;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
color: #939393;
cursor: pointer;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.post-feed .feed-header a,
.post-feed .feed-header > span {
font-size: 11px;
padding: 20px 15px;
}
}
.post-feed .feed-header a.active {
pointer-events: none;
cursor: default;
background: white;
color: #04a2dc;
}
.post-feed .feed-header span.active {
color: #04a2dc;
}
.no-results {
text-align: center;
margin: 50px auto;
width: 300px;
}
.no-results i {
font-size: 100px;
margin-bottom: 20px;
}
.no-results span {
display: block;
clear: both;
font-size: 18px;
}
.feed {
position: relative;
}
.feed .title {
position: absolute;
top: -60px;
left: -20px;
z-index: -1;
font-size: 60px;
color: #efefef;
margin: 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.feed .title {
left: auto;
right: 20px;
}
}
.feed .blog-post {
margin-top: 30px;
padding-bottom: 30px;
border-bottom: solid 1px #ededed;
}
.feed .blog-post .timestamp {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #999;
}
.feed .blog-post .post-title {
font-size: 30px;
line-height: 1;
margin: 5px 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.feed .blog-post .post-title {
font-size: 24px;
}
}
.feed .blog-post .post-title a:hover {
text-decoration: underline;
}
.feed .blog-post .post-excerpt {
font-size: 18px;
}
.single-post-title {
background: #04a2dc;
font-size: 36px;
padding: 10% 15% 5%;
color: white;
margin-top: -70px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.single-post-title {
font-size: 24px;
padding: 30% 5% 10%;
}
}
.single-post {
margin-bottom: 100px;
}
.post-content {
font-size: 18px;
line-height: 1.4;
}
.post-content .author {
margin-top: 20px;
padding: 20px 0;
border-top: solid 1px #ededed;
}
.post-content .author h5 {
margin: 0;
font-size: 18px;
}
.post-content .author h6 {
margin: 0;
}
.post-content .author .tweet {
text-align: right;
font-size: 30px;
}
.new-post-box {
max-width: 90%;
width: 500px;
left: 0;
right: 0;
margin: auto;
padding: 20px 20px 50px;
border-radius: 5px;
position: relative;
background: #0497cd;
color: white;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.new-post-box .close-overlay {
position: absolute;
right: 10px;
top: 10px;
font-size: 24px;
cursor: pointer;
z-index: 10;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.new-post-box {
max-width: 100%;
border-radius: 0;
}
}
.new-post-box.post-type-selected .new-post-intro {
opacity: 0;
}
.new-post-box .new-post-intro {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
display: none;
}
.new-post-box .new-post-intro a {
display: inline-block;
width: 32%;
color: white;
text-align: center;
font-weight: bold;
}
.new-post-box .new-post-intro a img {
width: 100%;
max-width: 100px;
margin-bottom: 5px;
}
.new-post-box .new-post-intro a span {
clear: both;
display: block;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.new-post-box .new-post-intro a {
display: block;
margin-bottom: 5px;
width: 100%;
text-align: left;
clear: both;
line-height: 36px;
}
.new-post-box .new-post-intro a img {
float: left;
width: 50px;
}
.new-post-box .new-post-intro a span {
clear: none;
display: inline-block;
float: left;
margin-left: 5px;
}
}
.new-post-box .new-post-intro a:hover {
opacity: 0.8;
}
.new-post-box .new-post-form {
display: none;
position: relative;
padding: 20px 0;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.new-post-box .new-post-form {
font-size: 14px;
padding: 20px 10px 50px;
}
}
.new-post-box .new-post-form label {
font-size: 14px;
}
.new-post-box .new-post-title {
font-size: 14px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
margin-bottom: 30px;
}
.new-post-box .new-post-actions {
margin-top: 20px;
padding-top: 20px;
clear: both;
}
.new-post-box .repo {
font-size: 14px;
padding: 15px 0;
margin-top: 30px;
border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.new-post-box .repo p {
margin: 0;
}
.new-post-box .repo a {
margin: 0 3px;
}
.new-post-box .project-list {
position: absolute;
left: 0;
right: 0;
top: 0;
height: 400px;
background: #0497cd;
padding: 20px 20px 50px;
border-radius: 5px;
display: none;
}
.new-post-box .project-list ul {
height: 230px;
overflow: scroll;
}
.new-post-box .project-list ul li {
adisplay: block;
padding: 7px 10px;
border-radius: 3px;
background: white;
margin-bottom: 5px;
cursor: pointer;
}
.new-post-box .project-list ul li:hover {
background: #EEE;
}
.project-updates {
clear: both;
margin-top: 10px;
width: 100%;
float: left;
}
.project-updates li {
padding: 10px 20px;
font-size: 14px;
line-height: 1.3;
border: solid 1px whitesmoke;
border-radius: 3px;
margin-top: 10px;
}
.project-updates li p {
margin: 5px 0;
}
.project-updates li .timestamp {
font-size: 12px;
font-weight: bold;
margin: 5px 0 15px;
color: #16a085;
}
.b-left {
border-left: solid 1px #eee;
}
.project-images {
margin: 20px 0;
clear: both;
}
.project-images .title-text {
display: block;
margin-bottom: 20px;
}
.project-images .img-wrap {
overflow: hidden;
width: 100%;
height: 0;
padding-bottom: 75%;
position: relative;
}
.project-images .delete-image {
position: absolute;
top: 0;
right: 0;
padding: 5px;
background: #e74c3c;
color: white;
cursor: pointer;
}
.project-images .add-image {
border-radius: 2px;
text-align: center;
font-size: 28px;
line-height: 2.5em;
border: solid 1px #333;
}
.project-images .add-image:hover {
color: #04a2dc;
border-color: #04a2dc;
}
.project-images .add-image input {
position: absolute;
cursor: pointer;
opacity: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.upload-images {
float: left;
margin-right: 15px;
line-height: 30px;
padding: 0;
font-size: 24px;
position: relative;
cursor: pointer;
}
.upload-images span {
font-size: 12px;
float: right;
margin-left: 5px;
font-weight: bold;
cursor: pointer;
}
.upload-images input {
position: absolute;
cursor: pointer;
opacity: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.slab .expertise {
margin: 10px 0 5px 0;
word-wrap: break-word;
}
body .ms-ctn {
background: white;
margin: 10px 0;
float: left;
width: 100%;
border-radius: 3px;
}
.ms-ctn .ms-sel-ctn .ms-sel-item {
padding: 3px 5px;
}
.ms-ctn .ms-sel-ctn input {
padding: 3px 0;
font-size: 15px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.no-padder-xs {
padding: 0;
}
}
.no-scroll {
overflow: hidden;
}
.square-intro {
position: relative;
height: auto;
transform: translateZ(0);
height: 400px;
overflow: hidden;
margin: 0;
}
.square-intro img {
position: relative;
display: block;
width: 100%;
height: auto;
z-index: 1;
}
.square-intro .intro-caption {
position: absolute;
bottom: 50px;
left: 25%;
width: 50%;
margin: 0 auto;
text-align: center;
z-index: 3;
color: white;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.square-intro .intro-caption {
left: 0;
width: 100%;
}
}
.square-intro .intro-caption h1 {
display: inline-block;
font-size: 4vw;
text-transform: uppercase;
font-weight: 100;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.square-intro .intro-caption h1 {
font-size: 36px;
}
}
.square-intro .intro-overlay {
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
pointer-events: none;
}
.square-intro .intro-overlay svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.square-copy {
padding: 70px 0;
width: 90%;
max-width: 600px;
text-align: center;
font-size: 18px;
margin: 0 auto;
}
@media all and (min-width: 320px) and (max-width: 640px) {
.square-copy {
font-size: 16px;
}
}
.icon-slack {
width: 15px;
height: 15px;
vertical-align: bottom;
background: url('../img/slack.png');
margin-right: 20px;
display: inline-block;
}
.square-stats {
float: left;
width: 100%;
margin: 10px 0 20px;
border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.square-stats li {
padding: 10px;
width: 33.3%;
float: left;
border-right: solid 1px rgba(0, 0, 0, 0.1);
text-align: center;
}
.square-stats li:last-child {
border-right: 0;
}
.square-stats li span {
display: block;
font-size: 30px;
font-weight: bold;
color: #04a2dc;
}
.square-stats li small {
text-transform: uppercase;
}
.square-project {
width: 100%;
float: left;
background: white;
padding: 20px 20px 40px;
border-radius: 3px;
border: solid 1px rgba(0, 0, 0, 0.03);
text-align: center;
margin-bottom: 20px;
}
.square-project .project-title {
font-weight: bold;
font-size: 20px;
margin: 20px 0;
color: #04a2dc;
}
.square-project .project-summary {
height: 80px;
}
.square-project .project-collaborators {
float: left;
width: 100%;
padding: 15px 0;
margin-bottom: 10px;
}
.square-project .project-collaborators > a {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
display: block;
margin-top: 10px;
}
.square-project .project-collaborators .img-wrap {
width: 50px;
height: 50px;
background: whitesmoke;
display: inline-block;
margin-right: 5px;
}
.square-project .project-collaborators .img-wrap a {
display: block;
border-radius: 2px;
overflow: hidden;
}
.square-project .project-collaborators .img-wrap img {
width: 100%;
} | 0.246715 | 0.051942 |
body {
/*padding-top: 30px;*/
padding-bottom: 30px;
background-color: cornsilk;
}
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
margin-right: 50%;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[id="inputConfirmPassword"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
/*[class*="col-"] {
padding-top: 15px;
padding-bottom: 15px;
background-color: #eee;
background-color: rgba(86,61,124,.15);
border: 1px solid #ddd;
border: 1px solid rgba(86,61,124,.2);
height: 500px;
background-color: #d9edf7;
}*/
.btn{
margin-bottom: 5px;
}
#Errors{
width: 100%;
}
#edit{
/*display:none;*/
/* visibility: hidden;*/
}
.glyphicon-comment{
color: darkgrey;
padding-top:3px;
padding-right: 5px;
}
#textbox{
resize: none;
margin: 0px 0px 20px;
width:100%;
height: 56px;
}
#content{
overflow: auto;
height: 300px;
}
.descBox{
display:none;
position:absolute;
border:1px solid azure;
width: 200px;
height: 70px;
margin-left: 15%;
background-color: rgba(255, 255, 255, 0.35);
border-radius: 25px;
}
.loginRequest{
display:none;
text-align: center;
/* background-color:lightblue;*/
position:absolute;
border:1px solid azure;
width: 350px;
height: 120px;
margin: 15%;
margin-left: 30%;
z-index: 1;
background: rgba(200, 54, 54, .9);
}
.messageBtn{
margin-left: 30%;
margin-top:8%;
}
/*.forbiden{
background-color: white;
opacity: .2;
}
.descDiv{
background:#ccc;
border: 1px #333 solid;
padding:5px;
width:100px;
}*/ | public/front/css/style.css | body {
/*padding-top: 30px;*/
padding-bottom: 30px;
background-color: cornsilk;
}
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
margin-right: 50%;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[id="inputConfirmPassword"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
/*[class*="col-"] {
padding-top: 15px;
padding-bottom: 15px;
background-color: #eee;
background-color: rgba(86,61,124,.15);
border: 1px solid #ddd;
border: 1px solid rgba(86,61,124,.2);
height: 500px;
background-color: #d9edf7;
}*/
.btn{
margin-bottom: 5px;
}
#Errors{
width: 100%;
}
#edit{
/*display:none;*/
/* visibility: hidden;*/
}
.glyphicon-comment{
color: darkgrey;
padding-top:3px;
padding-right: 5px;
}
#textbox{
resize: none;
margin: 0px 0px 20px;
width:100%;
height: 56px;
}
#content{
overflow: auto;
height: 300px;
}
.descBox{
display:none;
position:absolute;
border:1px solid azure;
width: 200px;
height: 70px;
margin-left: 15%;
background-color: rgba(255, 255, 255, 0.35);
border-radius: 25px;
}
.loginRequest{
display:none;
text-align: center;
/* background-color:lightblue;*/
position:absolute;
border:1px solid azure;
width: 350px;
height: 120px;
margin: 15%;
margin-left: 30%;
z-index: 1;
background: rgba(200, 54, 54, .9);
}
.messageBtn{
margin-left: 30%;
margin-top:8%;
}
/*.forbiden{
background-color: white;
opacity: .2;
}
.descDiv{
background:#ccc;
border: 1px #333 solid;
padding:5px;
width:100px;
}*/ | 0.279927 | 0.05621 |
::selection {
color: rgba(0, 186, 186, 1);
background: rgba(0, 186, 186, 0.25)
}
body {
overflow-x: hidden;
}
a {
color: #00baba !important;
text-decoration: none !important;
box-shadow: none !important;
font-weight: 500
}
a:hover {
text-decoration: none !important;
/*font-weight: 700;*/
color: #212529 !important;
}
nav {
background: rgba(0, 186, 186, 0.1);
background: white;
padding: 21px 0;
max-width: 600px;
margin: auto;
border-bottom: 2px solid rgba(0, 186, 186, 0.3);
/*border-bottom: 2px solid rgba(0,0,0,0.4);*/
}
nav ul {
margin: 0;
}
nav ul li {
list-style: none;
color: #00baba;
font-size: 1em;
font-family: "Graphik", helvetica !important;
font-weight: 100 !important;
/*padding: 0px !important;*/
}
nav ul li a.active {
color: #212529 !important;
}
nav ul li:hover {
font-weight: 700;
transition: 0.5s;
display: inline;
}
.bio-links {
margin-top: 5px
}
.bio-links a {
padding-right: 9px
}
.postcard-cont {
height: 400px;
}
.postcard {
background-color: rgba(4, 53, 53, 0.56);
/*background-color: rgba(8, 44, 45, 0.5);*/
width: 100%;
height: 100%;
}
.post-title__index {
color: #fff;
/*opacity: 0.83;*/
margin: auto;
padding: 176px 10px;
padding-bottom: 0px;
text-align: center;
display: block;
font-size: 2.3em;
}
.post-date__index {
color: lightgray;
opacity: 0.98;
text-align: center;
transition: 0.2s;
font-size: 0.9em
}
.post-title__index:hover {
/*color: rgba(0,186,186,0.73);*/
color: white;
opacity: 0.83;
transition: 0.2s
}
blockquote {
border-color: #00baba;
border-width: 3.7px;
}
.work-card{
/*background: rgba(0, 216, 216, 0.29);*/
background: white;
-webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.075);
-moz-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.075);
box-shadow: 0 2px 20px 0 rgba(0,0,0,0.075);
margin: 10px 0;
padding: 30px 20px;
border-radius: 10px;
transition: background-color 0.4s;
cursor: pointer;
min-height: 300px !important;
}
.work-card:hover{
background: rgba(255, 255, 255, 0.07);
}
.subscribe form {
margin: auto;
max-width: 700px;
}
.subscribe form input {
width: 100%;
padding: 10px;
margin: auto;
border: none;
background: rgba(0, 186, 186, 0.1);
box-shadow: none;
transition: all 0.3s;
}
.subscribe form input::placeholder{
color: rgb(102, 108, 104);
}
.subscribe form input:focus {
box-shadow: none !important;
outline: 1px solid rgba(0, 186, 186, 1);
}
.subscribe form button {
width: 100%;
padding: 10px;
background: #00b8b8;
border: none;
cursor: pointer;
color: white;
font-weight: bold;
opacity: 0.9;
transition: all 0.3s;
}
.subscribe form button:hover {
background: rgb(0, 132, 132);
}
.subscribe form button:focus {
outline: none !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important
}
footer {
background: white;
padding: 20px 0;
border-top: 2px solid rgba(0, 186, 186, 0.2);
}
footer div.row {
max-width: 200px;
margin: auto;
}
footer p {
font-size: 0.8em;
margin-bottom: 0px;
color: darkgray;
}
@media screen and (max-width: 500px) {
.postcard-cont {
height: 300px
}
.post-title__index {
padding: 130px 10px;
padding-bottom: 0px
}
.post-date__index {
font-size: 0.8em
}
}
@media screen and (max-width: 443px) {
.bio {
display: none !important
}
.post-title__index {
font-size: 1.7em;
}
nav {
position: fixed;
top: 0;
width: 100%;
margin: auto;
z-index: 100;
padding: 16px 0
}
div.content {
margin-top: 50px
}
.subscribe form div.sub-input-cont,
.subscribe form div.sub-button-cont{
padding: 0;
}
} | src/styles/global.css | ::selection {
color: rgba(0, 186, 186, 1);
background: rgba(0, 186, 186, 0.25)
}
body {
overflow-x: hidden;
}
a {
color: #00baba !important;
text-decoration: none !important;
box-shadow: none !important;
font-weight: 500
}
a:hover {
text-decoration: none !important;
/*font-weight: 700;*/
color: #212529 !important;
}
nav {
background: rgba(0, 186, 186, 0.1);
background: white;
padding: 21px 0;
max-width: 600px;
margin: auto;
border-bottom: 2px solid rgba(0, 186, 186, 0.3);
/*border-bottom: 2px solid rgba(0,0,0,0.4);*/
}
nav ul {
margin: 0;
}
nav ul li {
list-style: none;
color: #00baba;
font-size: 1em;
font-family: "Graphik", helvetica !important;
font-weight: 100 !important;
/*padding: 0px !important;*/
}
nav ul li a.active {
color: #212529 !important;
}
nav ul li:hover {
font-weight: 700;
transition: 0.5s;
display: inline;
}
.bio-links {
margin-top: 5px
}
.bio-links a {
padding-right: 9px
}
.postcard-cont {
height: 400px;
}
.postcard {
background-color: rgba(4, 53, 53, 0.56);
/*background-color: rgba(8, 44, 45, 0.5);*/
width: 100%;
height: 100%;
}
.post-title__index {
color: #fff;
/*opacity: 0.83;*/
margin: auto;
padding: 176px 10px;
padding-bottom: 0px;
text-align: center;
display: block;
font-size: 2.3em;
}
.post-date__index {
color: lightgray;
opacity: 0.98;
text-align: center;
transition: 0.2s;
font-size: 0.9em
}
.post-title__index:hover {
/*color: rgba(0,186,186,0.73);*/
color: white;
opacity: 0.83;
transition: 0.2s
}
blockquote {
border-color: #00baba;
border-width: 3.7px;
}
.work-card{
/*background: rgba(0, 216, 216, 0.29);*/
background: white;
-webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.075);
-moz-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.075);
box-shadow: 0 2px 20px 0 rgba(0,0,0,0.075);
margin: 10px 0;
padding: 30px 20px;
border-radius: 10px;
transition: background-color 0.4s;
cursor: pointer;
min-height: 300px !important;
}
.work-card:hover{
background: rgba(255, 255, 255, 0.07);
}
.subscribe form {
margin: auto;
max-width: 700px;
}
.subscribe form input {
width: 100%;
padding: 10px;
margin: auto;
border: none;
background: rgba(0, 186, 186, 0.1);
box-shadow: none;
transition: all 0.3s;
}
.subscribe form input::placeholder{
color: rgb(102, 108, 104);
}
.subscribe form input:focus {
box-shadow: none !important;
outline: 1px solid rgba(0, 186, 186, 1);
}
.subscribe form button {
width: 100%;
padding: 10px;
background: #00b8b8;
border: none;
cursor: pointer;
color: white;
font-weight: bold;
opacity: 0.9;
transition: all 0.3s;
}
.subscribe form button:hover {
background: rgb(0, 132, 132);
}
.subscribe form button:focus {
outline: none !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important
}
footer {
background: white;
padding: 20px 0;
border-top: 2px solid rgba(0, 186, 186, 0.2);
}
footer div.row {
max-width: 200px;
margin: auto;
}
footer p {
font-size: 0.8em;
margin-bottom: 0px;
color: darkgray;
}
@media screen and (max-width: 500px) {
.postcard-cont {
height: 300px
}
.post-title__index {
padding: 130px 10px;
padding-bottom: 0px
}
.post-date__index {
font-size: 0.8em
}
}
@media screen and (max-width: 443px) {
.bio {
display: none !important
}
.post-title__index {
font-size: 1.7em;
}
nav {
position: fixed;
top: 0;
width: 100%;
margin: auto;
z-index: 100;
padding: 16px 0
}
div.content {
margin-top: 50px
}
.subscribe form div.sub-input-cont,
.subscribe form div.sub-button-cont{
padding: 0;
}
} | 0.550607 | 0.122025 |
*{
margin: 0;
padding: 0;
font-family: 'montserrat',sans-serif;
box-sizing: border-box;
}
.hero{
background-image: url(Images/background.png);
min-height: 100vh;
width: 100%;
color: #fff;
position: relative;
}
nav{
display: flex;
align-items: center;
padding: 20px 2%;
}
nav .logo{
width: 300px;
cursor: pointer;
animation: loadText 0.7s;
}
nav ul{
flex: 1;
text-align: right;
animation: loadText 1.2s;
}
nav ul li{
display: inline-block;
list-style: none;
margin: 0 15px;
}
nav ul li a{
text-decoration: none;
color: #fff;
}
.main-logo{
position: absolute;
top: 25%;
left: -4.5%;
opacity: 100%;
width: 200px;
animation: loadLogo 0.7s;
}
.text-container{
max-width: 600px;
margin-top: 15%;
margin-left: 17%;
}
.text-container h1{
font-size: 65px;
font-weight: 0;
text-transform: uppercase;
font-family: 'montserrat',sans-serif;
animation: loadText 1.2s;
}
.text-container p{
font-size: 18px;
font-family: 'montserrat',sans-serif;
animation: loadText 1.2s;
}
.text-container a{
text-decoration: none;
background: transparent;
border: 1px solid #fff;
padding: 7px;
border-radius: 20px;
color: #ffffff;
display: inline-block;
font-size: 20px;
margin-top: 30px;
margin-right: 5px;
animation: loadText 1.2s;
}
.reveal{
position: absolute;
z-index: 12;
top: 25%;
left: 465%;
opacity: 100%;
width: 465px;
animation: loadReveal 0.7s;
}
.text-container2{
max-width: 600px;
margin-top: -12.3%;
margin-left: 70%;
}
.text-container2 h1{
font-size: 55px;
font-weight: 0;
text-transform: uppercase;
font-family: 'montserrat',sans-serif;
animation: loadText 1.2s;
}
.text-container2 p{
font-size: 18px;
font-family: 'montserrat',sans-serif;
animation: loadText 1.2s;
}
@keyframes loadLogo {
from {
left: -15%;
opacity: 0%;
}
to {
left: -4.5%;
opacity: 100%;
}
}
@keyframes loadReveal {
from {
left: 450%;
opacity: 0%;
}
to {
left: 465%;
opacity: 100%;
}
}
@keyframes loadText {
from {
opacity: 0%
}
to {
opacity: 100%;
}
} | style.css | *{
margin: 0;
padding: 0;
font-family: 'montserrat',sans-serif;
box-sizing: border-box;
}
.hero{
background-image: url(Images/background.png);
min-height: 100vh;
width: 100%;
color: #fff;
position: relative;
}
nav{
display: flex;
align-items: center;
padding: 20px 2%;
}
nav .logo{
width: 300px;
cursor: pointer;
animation: loadText 0.7s;
}
nav ul{
flex: 1;
text-align: right;
animation: loadText 1.2s;
}
nav ul li{
display: inline-block;
list-style: none;
margin: 0 15px;
}
nav ul li a{
text-decoration: none;
color: #fff;
}
.main-logo{
position: absolute;
top: 25%;
left: -4.5%;
opacity: 100%;
width: 200px;
animation: loadLogo 0.7s;
}
.text-container{
max-width: 600px;
margin-top: 15%;
margin-left: 17%;
}
.text-container h1{
font-size: 65px;
font-weight: 0;
text-transform: uppercase;
font-family: 'montserrat',sans-serif;
animation: loadText 1.2s;
}
.text-container p{
font-size: 18px;
font-family: 'montserrat',sans-serif;
animation: loadText 1.2s;
}
.text-container a{
text-decoration: none;
background: transparent;
border: 1px solid #fff;
padding: 7px;
border-radius: 20px;
color: #ffffff;
display: inline-block;
font-size: 20px;
margin-top: 30px;
margin-right: 5px;
animation: loadText 1.2s;
}
.reveal{
position: absolute;
z-index: 12;
top: 25%;
left: 465%;
opacity: 100%;
width: 465px;
animation: loadReveal 0.7s;
}
.text-container2{
max-width: 600px;
margin-top: -12.3%;
margin-left: 70%;
}
.text-container2 h1{
font-size: 55px;
font-weight: 0;
text-transform: uppercase;
font-family: 'montserrat',sans-serif;
animation: loadText 1.2s;
}
.text-container2 p{
font-size: 18px;
font-family: 'montserrat',sans-serif;
animation: loadText 1.2s;
}
@keyframes loadLogo {
from {
left: -15%;
opacity: 0%;
}
to {
left: -4.5%;
opacity: 100%;
}
}
@keyframes loadReveal {
from {
left: 450%;
opacity: 0%;
}
to {
left: 465%;
opacity: 100%;
}
}
@keyframes loadText {
from {
opacity: 0%
}
to {
opacity: 100%;
}
} | 0.52342 | 0.056004 |
:root{
/* THEME COLORS */
--danger: #FF3860;
--dark: #263238;
--warning: #FDE047;
--light: #E9F3FD;
--primary: #23A6F0;
--secondary: #0F56B3;
--success: #48C774;
/* AQUA */
--aqua-1: #ABFBF2;
--aqua-2: #4EF6E5;
--aqua-3: #0CDAC6;
--aqua-4: #009E8E;
--aqua-5: #00776A;
--aqua-6: #004F47;
/* BLUE */
--blue-1: #d3efff;
--blue-2: #8cd5ff;
--blue-3: #5fc4ff;
--blue-4: #23A6F0;
--blue-5: #0F56B3;
--blue-6: #0A3977;
/* GREEN */
--green-1: #C5F2C7;
--green-2: #8CE590;
--green-3: #52D858;
--green-4: #2AB930;
--green-5: #1F8B24;
--green-6: #155D18;
/* GREY */
--grey-1: #E0E0E0;
--grey-2: #C0C0C0;
--grey-3: #A1A1A1;
--grey-4: #818181;
--grey-5: #616161;
--grey-6: #414141;
/* INDIGO */
--indigo-1: #C7CDF1;
--indigo-2: #8E9AE3;
--indigo-3: #5668D5;
--indigo-4: #2E41B6;
--indigo-5: #223189;
--indigo-6: #17205B;
/* ORANGE */
--orange-1: #FBE5C9;
--orange-2: #F6CA92;
--orange-3: #F2B05C;
--orange-4: #ED9526;
--orange-5: #BF710F;
--orange-6: #7F4C0A;
/* PINK */
--pink-1: #FAC1D6;
--pink-2: #F584AD;
--pink-3: #F04684;
--pink-4: #E1125E;
--pink-5: #A90E46;
--pink-6: #70092F;
/* PURPLE */
--purple-1: #ECB9F9;
--purple-2: #D972F4;
--purple-3: #C52CEE;
--purple-4: #9A0FBF;
--purple-5: #730C8F;
--purple-6: #4D085F;
/* RED */
--red-1: #FCD0CF;
--red-2: #FAA09E;
--red-3: #F7716E;
--red-4: #F5413D;
--red-5: #DA100B;
--red-6: #910B08;
/* YELLOW */
--yellow-1: #FBF3D0;
--yellow-2: #F7E7A1;
--yellow-3: #F4DB71;
--yellow-4: #F0D042;
--yellow-5: #D4B011;
--yellow-6: #8E750B;
/* BORDER RADIUS */
--br-xxxs: 0.2rem;
--br-xxs: 0.5rem;
--br-xs: 0.8rem;
--br-sm: 1.0rem;
--br-md: 1.5rem;
--br-lg: 2.0rem;
--br-xl: 3.5rem;
--br-xxl: 4.0rem;
--br-xxxl: 5.0rem;
--br-full: 9999rem;
/* BOX SHADOW */
--bs-xxs: 0 1px 2px 1px rgba(6,10,36,.08);
--bs-xs: 0 1px 4px 1px rgba(6,10,36,.1),0 5px 10px 0 rgba(6,10,36,.08);
--bs-sm: 0 8px 15px 1px rgba(6,10,36,.1),0 18px 24px 1px rgba(6,10,36,.12);
--bs-md: 0 10px 20px 1px rgba(6,10,36,.1),0 24px 36px 1px rgba(6,10,36,.18);
--bs-lg: 0 10px 30px 1px rgba(6,10,36,.1),0 40px 48px 1px rgba(6,10,36,.25);
--bs-xl: 0 10px 30px 1px rgba(6,10,36,.1),0 50px 60px 1px rgba(6,10,36,.4);
--bs-xxl: 0 10px 30px 1px rgba(6,10,36,.1),0 80px 90px 1px rgba(6,10,36,.4);
/* FONT SIZES */
--fs-xxxs-1: 0.6rem;
--fs-xxxs-2: 0.8rem;
--fs-xxs-1: 1rem;
--fs-xxs-2: 1.2rem;
--fs-xs-1: 1.4rem;
--fs-xs-2: 1.6rem;
--fs-sm-1: 1.8rem;
--fs-sm-2: 2rem;
--fs-md-1: 2.2rem;
--fs-md-2: 2.4rem;
--fs-lg-1: 2.7rem;
--fs-lg-2: 3rem;
--fs-xl-1: 3.4rem;
--fs-xl-2: 3.7rem;
--fs-xxl-1: 4rem;
--fs-xxl-2: 4.8rem;
--fs-xxxl-1: 6rem;
--fs-xxxl-2: 9.6rem;
/* FONT WEIGHT */
--fw-1: 100;
--fw-2: 200;
--fw-3: 300;
--fw-4: 400;
--fw-5: 500;
--fw-6: 600;
--fw-7: 700;
--fw-8: 800;
--fw-9: 900;
/* SCREEN SIZES FOR MEDIA QUERIES */
--screen-xs: 480px;
--screen-sm: 640px;
--screen-md: 768px;
--screen-lg: 1024px;
--screen-xl: 1280px;
--screen-2xl: 1536px;
/* SPACING */
--space-xxxs: 0.4rem;
--space-xxs: 0.8rem;
--space-xs: 1.2rem;
--space-sm: 1.6rem;
--space-md: 2.4rem;
--space-lg: 3.2rem;
--space-xl: 4.0rem;
--space-xxl: 6.4rem;
--space-xxxl: 12.8rem;
/* PADDING */
--pd-xxxs: 0.1rem var(--space-xxxs);
--pd-xxs: var(--space-xxxs) var(--space-xs);
--pd-xs: var(--space-xxs) var(--space-sm);
--pd-sm: var(--space-xs) var(--space-md);
--pd-md: var(--space-sm) var(--space-lg);
--pd-lg: var(--space-md) var(--space-xl);
--pd-xl: var(--space-lg) var(--space-xxl);
--pd-xxl: var(--space-xl) var(--space-xxxl);
--pd-xxxl: var(--space-xxl) var(--space-xxxl);
} | css/_abstracts/_variables.css | :root{
/* THEME COLORS */
--danger: #FF3860;
--dark: #263238;
--warning: #FDE047;
--light: #E9F3FD;
--primary: #23A6F0;
--secondary: #0F56B3;
--success: #48C774;
/* AQUA */
--aqua-1: #ABFBF2;
--aqua-2: #4EF6E5;
--aqua-3: #0CDAC6;
--aqua-4: #009E8E;
--aqua-5: #00776A;
--aqua-6: #004F47;
/* BLUE */
--blue-1: #d3efff;
--blue-2: #8cd5ff;
--blue-3: #5fc4ff;
--blue-4: #23A6F0;
--blue-5: #0F56B3;
--blue-6: #0A3977;
/* GREEN */
--green-1: #C5F2C7;
--green-2: #8CE590;
--green-3: #52D858;
--green-4: #2AB930;
--green-5: #1F8B24;
--green-6: #155D18;
/* GREY */
--grey-1: #E0E0E0;
--grey-2: #C0C0C0;
--grey-3: #A1A1A1;
--grey-4: #818181;
--grey-5: #616161;
--grey-6: #414141;
/* INDIGO */
--indigo-1: #C7CDF1;
--indigo-2: #8E9AE3;
--indigo-3: #5668D5;
--indigo-4: #2E41B6;
--indigo-5: #223189;
--indigo-6: #17205B;
/* ORANGE */
--orange-1: #FBE5C9;
--orange-2: #F6CA92;
--orange-3: #F2B05C;
--orange-4: #ED9526;
--orange-5: #BF710F;
--orange-6: #7F4C0A;
/* PINK */
--pink-1: #FAC1D6;
--pink-2: #F584AD;
--pink-3: #F04684;
--pink-4: #E1125E;
--pink-5: #A90E46;
--pink-6: #70092F;
/* PURPLE */
--purple-1: #ECB9F9;
--purple-2: #D972F4;
--purple-3: #C52CEE;
--purple-4: #9A0FBF;
--purple-5: #730C8F;
--purple-6: #4D085F;
/* RED */
--red-1: #FCD0CF;
--red-2: #FAA09E;
--red-3: #F7716E;
--red-4: #F5413D;
--red-5: #DA100B;
--red-6: #910B08;
/* YELLOW */
--yellow-1: #FBF3D0;
--yellow-2: #F7E7A1;
--yellow-3: #F4DB71;
--yellow-4: #F0D042;
--yellow-5: #D4B011;
--yellow-6: #8E750B;
/* BORDER RADIUS */
--br-xxxs: 0.2rem;
--br-xxs: 0.5rem;
--br-xs: 0.8rem;
--br-sm: 1.0rem;
--br-md: 1.5rem;
--br-lg: 2.0rem;
--br-xl: 3.5rem;
--br-xxl: 4.0rem;
--br-xxxl: 5.0rem;
--br-full: 9999rem;
/* BOX SHADOW */
--bs-xxs: 0 1px 2px 1px rgba(6,10,36,.08);
--bs-xs: 0 1px 4px 1px rgba(6,10,36,.1),0 5px 10px 0 rgba(6,10,36,.08);
--bs-sm: 0 8px 15px 1px rgba(6,10,36,.1),0 18px 24px 1px rgba(6,10,36,.12);
--bs-md: 0 10px 20px 1px rgba(6,10,36,.1),0 24px 36px 1px rgba(6,10,36,.18);
--bs-lg: 0 10px 30px 1px rgba(6,10,36,.1),0 40px 48px 1px rgba(6,10,36,.25);
--bs-xl: 0 10px 30px 1px rgba(6,10,36,.1),0 50px 60px 1px rgba(6,10,36,.4);
--bs-xxl: 0 10px 30px 1px rgba(6,10,36,.1),0 80px 90px 1px rgba(6,10,36,.4);
/* FONT SIZES */
--fs-xxxs-1: 0.6rem;
--fs-xxxs-2: 0.8rem;
--fs-xxs-1: 1rem;
--fs-xxs-2: 1.2rem;
--fs-xs-1: 1.4rem;
--fs-xs-2: 1.6rem;
--fs-sm-1: 1.8rem;
--fs-sm-2: 2rem;
--fs-md-1: 2.2rem;
--fs-md-2: 2.4rem;
--fs-lg-1: 2.7rem;
--fs-lg-2: 3rem;
--fs-xl-1: 3.4rem;
--fs-xl-2: 3.7rem;
--fs-xxl-1: 4rem;
--fs-xxl-2: 4.8rem;
--fs-xxxl-1: 6rem;
--fs-xxxl-2: 9.6rem;
/* FONT WEIGHT */
--fw-1: 100;
--fw-2: 200;
--fw-3: 300;
--fw-4: 400;
--fw-5: 500;
--fw-6: 600;
--fw-7: 700;
--fw-8: 800;
--fw-9: 900;
/* SCREEN SIZES FOR MEDIA QUERIES */
--screen-xs: 480px;
--screen-sm: 640px;
--screen-md: 768px;
--screen-lg: 1024px;
--screen-xl: 1280px;
--screen-2xl: 1536px;
/* SPACING */
--space-xxxs: 0.4rem;
--space-xxs: 0.8rem;
--space-xs: 1.2rem;
--space-sm: 1.6rem;
--space-md: 2.4rem;
--space-lg: 3.2rem;
--space-xl: 4.0rem;
--space-xxl: 6.4rem;
--space-xxxl: 12.8rem;
/* PADDING */
--pd-xxxs: 0.1rem var(--space-xxxs);
--pd-xxs: var(--space-xxxs) var(--space-xs);
--pd-xs: var(--space-xxs) var(--space-sm);
--pd-sm: var(--space-xs) var(--space-md);
--pd-md: var(--space-sm) var(--space-lg);
--pd-lg: var(--space-md) var(--space-xl);
--pd-xl: var(--space-lg) var(--space-xxl);
--pd-xxl: var(--space-xl) var(--space-xxxl);
--pd-xxxl: var(--space-xxl) var(--space-xxxl);
} | 0.249813 | 0.095223 |
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}
body,h1,h2,h3,h4,h5,h6,select,input,textarea,button{font-family:Dotum,'돋움',Helvetica,'Apple SD Gothic Neo',sans-serif}
body{/*-webkit-text-size-adjust:none;*/font-size:14px;color:#222;word-break:break-all}
input,select,textarea,button{font-size:14px;vertical-align:top}
button,input,textarea{-webkit-border-radius:0;border-radius:0}
button{background-color:transparent;cursor:pointer}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{table-layout:fixed;width:100%;border-collapse:collapse;border-spacing:0}
ol,ul{list-style:none}
em,address{font-style:normal}
img,fieldset,iframe{border:0}
img{max-width:100%;height:auto;vertical-align:top}
a{color:#333;text-decoration:none}
area{outline:0}
input::-ms-clear{display:none}
input[type=date]::-webkit-inner-spin-button{display:none}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-calendar-picker-indicator{display:none}
input[type=number]{-moz-appearance:textfield}
select{border-radius:0}
/** Custom Style */
body{height:3000px}
/* =Progress Scroll Indicator */
.progress_scroll_indicator{position:fixed;top:0;left:0;z-index:10;background-color:#e5e6eb}
.progress_scroll_indicator .progress_scroll_bar{height:100%;background-color:#5b76f5}
.progress_scroll_indicator .progress_scroll_output{position:absolute;padding:2px;font-size:11px;white-space:nowrap}
.progress_scroll_indicator[data-direction=horizontal]{right:0;height:6px}
.progress_scroll_indicator[data-direction=horizontal] .progress_scroll_output{top:100%;right:0}
.progress_scroll_indicator[data-direction=vertical]{bottom:0;width:6px}
.progress_scroll_indicator[data-direction=vertical] .progress_scroll_output{bottom:0;left:100%} | public/modules/ProgressScrollIndicator/ProgressScrollIndicator.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}
body,h1,h2,h3,h4,h5,h6,select,input,textarea,button{font-family:Dotum,'돋움',Helvetica,'Apple SD Gothic Neo',sans-serif}
body{/*-webkit-text-size-adjust:none;*/font-size:14px;color:#222;word-break:break-all}
input,select,textarea,button{font-size:14px;vertical-align:top}
button,input,textarea{-webkit-border-radius:0;border-radius:0}
button{background-color:transparent;cursor:pointer}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{table-layout:fixed;width:100%;border-collapse:collapse;border-spacing:0}
ol,ul{list-style:none}
em,address{font-style:normal}
img,fieldset,iframe{border:0}
img{max-width:100%;height:auto;vertical-align:top}
a{color:#333;text-decoration:none}
area{outline:0}
input::-ms-clear{display:none}
input[type=date]::-webkit-inner-spin-button{display:none}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-calendar-picker-indicator{display:none}
input[type=number]{-moz-appearance:textfield}
select{border-radius:0}
/** Custom Style */
body{height:3000px}
/* =Progress Scroll Indicator */
.progress_scroll_indicator{position:fixed;top:0;left:0;z-index:10;background-color:#e5e6eb}
.progress_scroll_indicator .progress_scroll_bar{height:100%;background-color:#5b76f5}
.progress_scroll_indicator .progress_scroll_output{position:absolute;padding:2px;font-size:11px;white-space:nowrap}
.progress_scroll_indicator[data-direction=horizontal]{right:0;height:6px}
.progress_scroll_indicator[data-direction=horizontal] .progress_scroll_output{top:100%;right:0}
.progress_scroll_indicator[data-direction=vertical]{bottom:0;width:6px}
.progress_scroll_indicator[data-direction=vertical] .progress_scroll_output{bottom:0;left:100%} | 0.307046 | 0.053725 |
@charset "UTF-8";
/* --------------------CUSTOMIZATION-------------------- */
:root {
/* add more customizations to your liking */
/* new design */
--default-body-background-image: none;
--default-body-background-position: none;
--default-body-background-repeat: none;
--default-body-background-size: none;
--default-body-background-color: #F8F8F8;
--default-body-padding: 0.5em 1.5em;
--default-body-color: #262626;
--default-body-font-family: Arial, Helvetica, sans-serif;
--default-form-layout-background: none;
--default-form-layout-padding: none;
--default-form-layout-width: none;
--default-form-layout-width-media: none;
--default-form-layout-color: none;
--default-form-layout-border: none;
--default-form-logo-width: 12em;
--default-form-logo-width-media: 11em;
--default-form-width: 18em;
--default-form-width-media: 14em;
--default-form-title: 2.6em;
--default-form-title-media: 2.6em;
--default-form-subtitle: 1.4em;
--default-form-subtitle-media: 1.4em;
--default-form-input-background-color: #FFF;
--default-form-input-color: inherit;
--default-form-input-padding: 0.2em 0.7em;
--default-form-input-font-size: 1.3em;
--default-form-input-border-top: 0.07em solid #9D2A00;
--default-form-input-border-right: 0.07em solid #9D2A00;
--default-form-input-border-bottom: 0.07em solid #9D2A00;
--default-form-input-border-left: 0.07em solid #9D2A00;
--default-form-input-border-radius: 1em;
--default-form-submit-background-color: #FF4500;
--default-form-submit-background-color-hover: #D83A00;
--default-form-submit-color: #F8F8F8;
--default-form-submit-border-top: 0.07em solid #9D2A00;
--default-form-submit-border-right: 0.07em solid #9D2A00;
--default-form-submit-border-bottom: 0.07em solid #9D2A00;
--default-form-submit-border-left: 0.07em solid #9D2A00;
--default-form-submit-border-radius: 1em;
/* old design */
/* --default-body-background-image: url("../img/background_texture.jpg"); */
/* --default-body-background-position: left; */
/* --default-body-background-repeat: repeat; */
/* --default-body-background-size: contain; */
/* --default-body-background-color: #262626; */
/* --default-body-padding: 0.5em 1.5em; */
/* --default-body-color: #F8F8F8; */
/* --default-body-font-family: Arial, Helvetica, sans-serif; */
/* --default-form-layout-background: #DCDCDC; */
/* --default-form-layout-padding: 1.5em; */
/* --default-form-layout-width: 15em; */
/* --default-form-layout-width-media: 14em; */
/* --default-form-layout-color: #000; */
/* --default-form-layout-border: 0.07em solid #000; */
/* --default-form-logo-width: 12em; */
/* --default-form-logo-width-media: 11em; */
/* --default-form-width: 15em; */
/* --default-form-width-media: 14em; */
/* --default-form-title: 2.6em; */
/* --default-form-title-media: 2.6em; */
/* --default-form-subtitle: 1.4em; */
/* --default-form-subtitle-media: 1.4em; */
/* --default-form-input-background-color: #FFF; */
/* --default-form-input-color: inherit; */
/* --default-form-input-padding: 0.2em 0.4em; */
/* --default-form-input-font-size: 1.2em; */
/* --default-form-input-border-top: 0.07em solid #9D2A00; */
/* --default-form-input-border-right: 0.07em solid #9D2A00; */
/* --default-form-input-border-bottom: 0.07em solid #9D2A00; */
/* --default-form-input-border-left: 0.07em solid #9D2A00; */
/* --default-form-input-border-radius: none; */
/* --default-form-submit-background-color: #FF4500; */
/* --default-form-submit-background-color-hover: #D83A00; */
/* --default-form-submit-color: #F8F8F8; */
/* --default-form-submit-border-top: 0.07em solid #9D2A00; */
/* --default-form-submit-border-right: 0.07em solid #9D2A00; */
/* --default-form-submit-border-bottom: 0.07em solid #9D2A00; */
/* --default-form-submit-border-left: 0.07em solid #9D2A00; */
/* --default-form-submit-border-radius: none; */
}
/* --------------------GLOBAL-------------------- */
html {
height: 100%;
}
body {
background-color: var(--default-body-background-color);
display: flex;
flex-direction: column;
margin: 0;
height: inherit;
color: var(--default-body-color);
font-family: var(--default-body-font-family);
font-size: 1em;
font-weight: 400;
text-align: left;
}
.background-img {
background-image: var(--default-body-background-image);
background-position: var(--default-body-background-position);
background-repeat: var(--default-body-background-repeat);
background-size: var(--default-body-background-size);
}
/* --------------------FRONT FORM-------------------- */
.front-form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex: 1 0 auto;
padding: var(--default-body-padding);
}
.front-form .layout {
background-color: var(--default-form-layout-background);
display: flex;
flex-direction: column;
align-items: center;
padding: var(--default-form-layout-padding);
width: var(--default-form-layout-width);
color: var(--default-form-layout-color);
border: var(--default-form-layout-border);
}
.front-form .logo {
text-align: center;
}
.front-form .logo img {
margin-bottom: 0.8em;
width: var(--default-form-logo-width);
}
.front-form header {
text-align: center;
}
.front-form header .title {
margin: 0;
font-size: var(--default-form-title);
font-weight: 400;
}
.front-form header .subtitle {
margin: 0.6em 0 0 0;
font-size: var(--default-form-subtitle);
font-weight: 400;
}
.front-form form {
display: flex;
flex-direction: column;
margin-top: 1.4em;
width: var(--default-form-width);
}
.front-form form input {
background-color: var(--default-form-input-background-color);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
padding: var(--default-form-input-padding);
color: var(--default-form-input-color);
font-family: var(--default-body-font-family);
font-size: var(--default-form-input-font-size);
border-top: var(--default-form-input-border-top);
border-right: var(--default-form-input-border-right);
border-bottom: var(--default-form-input-border-bottom);
border-left: var(--default-form-input-border-left);
-webkit-border-radius: var(--default-form-input-border-radius);
-moz-border-radius: var(--default-form-input-border-radius);
border-radius: var(--default-form-input-border-radius);
}
.front-form form input:not(:last-child) {
margin-bottom: 0.5em;
}
.front-form form input[type="submit"] {
background-color: var(--default-form-submit-background-color);
color: var(--default-form-submit-color);
cursor: pointer;
border-top: var(--default-form-submit-border-top);
border-right: var(--default-form-submit-border-right);
border-bottom: var(--default-form-submit-border-bottom);
border-left: var(--default-form-submit-border-left);
-webkit-border-radius: var(--default-form-submit-border-radius);
-moz-border-radius: var(--default-form-submit-border-radius);
border-radius: var(--default-form-submit-border-radius);
transition: background-color 220ms linear;
}
.front-form form input[type="submit"]:hover {
background-color: var(--default-form-submit-background-color-hover);
transition: background-color 220ms linear;
}
/* --------------------MEDIA QUERIES-------------------- */
@media screen and (max-width: 667px) {
.front-form .layout {
width: var(--default-form-layout-width-media);
}
.front-form .layout form {
width: var(--default-form-width-media);
}
.front-form header .title {
font-size: var(--default-form-title-media);
}
.front-form header .subtitle {
font-size: var(--default-form-subtitle-media);
}
.front-form .logo img {
width: var(--default-form-logo-width-media);
}
} | social_engineering/phishing_website/css/main.css | @charset "UTF-8";
/* --------------------CUSTOMIZATION-------------------- */
:root {
/* add more customizations to your liking */
/* new design */
--default-body-background-image: none;
--default-body-background-position: none;
--default-body-background-repeat: none;
--default-body-background-size: none;
--default-body-background-color: #F8F8F8;
--default-body-padding: 0.5em 1.5em;
--default-body-color: #262626;
--default-body-font-family: Arial, Helvetica, sans-serif;
--default-form-layout-background: none;
--default-form-layout-padding: none;
--default-form-layout-width: none;
--default-form-layout-width-media: none;
--default-form-layout-color: none;
--default-form-layout-border: none;
--default-form-logo-width: 12em;
--default-form-logo-width-media: 11em;
--default-form-width: 18em;
--default-form-width-media: 14em;
--default-form-title: 2.6em;
--default-form-title-media: 2.6em;
--default-form-subtitle: 1.4em;
--default-form-subtitle-media: 1.4em;
--default-form-input-background-color: #FFF;
--default-form-input-color: inherit;
--default-form-input-padding: 0.2em 0.7em;
--default-form-input-font-size: 1.3em;
--default-form-input-border-top: 0.07em solid #9D2A00;
--default-form-input-border-right: 0.07em solid #9D2A00;
--default-form-input-border-bottom: 0.07em solid #9D2A00;
--default-form-input-border-left: 0.07em solid #9D2A00;
--default-form-input-border-radius: 1em;
--default-form-submit-background-color: #FF4500;
--default-form-submit-background-color-hover: #D83A00;
--default-form-submit-color: #F8F8F8;
--default-form-submit-border-top: 0.07em solid #9D2A00;
--default-form-submit-border-right: 0.07em solid #9D2A00;
--default-form-submit-border-bottom: 0.07em solid #9D2A00;
--default-form-submit-border-left: 0.07em solid #9D2A00;
--default-form-submit-border-radius: 1em;
/* old design */
/* --default-body-background-image: url("../img/background_texture.jpg"); */
/* --default-body-background-position: left; */
/* --default-body-background-repeat: repeat; */
/* --default-body-background-size: contain; */
/* --default-body-background-color: #262626; */
/* --default-body-padding: 0.5em 1.5em; */
/* --default-body-color: #F8F8F8; */
/* --default-body-font-family: Arial, Helvetica, sans-serif; */
/* --default-form-layout-background: #DCDCDC; */
/* --default-form-layout-padding: 1.5em; */
/* --default-form-layout-width: 15em; */
/* --default-form-layout-width-media: 14em; */
/* --default-form-layout-color: #000; */
/* --default-form-layout-border: 0.07em solid #000; */
/* --default-form-logo-width: 12em; */
/* --default-form-logo-width-media: 11em; */
/* --default-form-width: 15em; */
/* --default-form-width-media: 14em; */
/* --default-form-title: 2.6em; */
/* --default-form-title-media: 2.6em; */
/* --default-form-subtitle: 1.4em; */
/* --default-form-subtitle-media: 1.4em; */
/* --default-form-input-background-color: #FFF; */
/* --default-form-input-color: inherit; */
/* --default-form-input-padding: 0.2em 0.4em; */
/* --default-form-input-font-size: 1.2em; */
/* --default-form-input-border-top: 0.07em solid #9D2A00; */
/* --default-form-input-border-right: 0.07em solid #9D2A00; */
/* --default-form-input-border-bottom: 0.07em solid #9D2A00; */
/* --default-form-input-border-left: 0.07em solid #9D2A00; */
/* --default-form-input-border-radius: none; */
/* --default-form-submit-background-color: #FF4500; */
/* --default-form-submit-background-color-hover: #D83A00; */
/* --default-form-submit-color: #F8F8F8; */
/* --default-form-submit-border-top: 0.07em solid #9D2A00; */
/* --default-form-submit-border-right: 0.07em solid #9D2A00; */
/* --default-form-submit-border-bottom: 0.07em solid #9D2A00; */
/* --default-form-submit-border-left: 0.07em solid #9D2A00; */
/* --default-form-submit-border-radius: none; */
}
/* --------------------GLOBAL-------------------- */
html {
height: 100%;
}
body {
background-color: var(--default-body-background-color);
display: flex;
flex-direction: column;
margin: 0;
height: inherit;
color: var(--default-body-color);
font-family: var(--default-body-font-family);
font-size: 1em;
font-weight: 400;
text-align: left;
}
.background-img {
background-image: var(--default-body-background-image);
background-position: var(--default-body-background-position);
background-repeat: var(--default-body-background-repeat);
background-size: var(--default-body-background-size);
}
/* --------------------FRONT FORM-------------------- */
.front-form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex: 1 0 auto;
padding: var(--default-body-padding);
}
.front-form .layout {
background-color: var(--default-form-layout-background);
display: flex;
flex-direction: column;
align-items: center;
padding: var(--default-form-layout-padding);
width: var(--default-form-layout-width);
color: var(--default-form-layout-color);
border: var(--default-form-layout-border);
}
.front-form .logo {
text-align: center;
}
.front-form .logo img {
margin-bottom: 0.8em;
width: var(--default-form-logo-width);
}
.front-form header {
text-align: center;
}
.front-form header .title {
margin: 0;
font-size: var(--default-form-title);
font-weight: 400;
}
.front-form header .subtitle {
margin: 0.6em 0 0 0;
font-size: var(--default-form-subtitle);
font-weight: 400;
}
.front-form form {
display: flex;
flex-direction: column;
margin-top: 1.4em;
width: var(--default-form-width);
}
.front-form form input {
background-color: var(--default-form-input-background-color);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
padding: var(--default-form-input-padding);
color: var(--default-form-input-color);
font-family: var(--default-body-font-family);
font-size: var(--default-form-input-font-size);
border-top: var(--default-form-input-border-top);
border-right: var(--default-form-input-border-right);
border-bottom: var(--default-form-input-border-bottom);
border-left: var(--default-form-input-border-left);
-webkit-border-radius: var(--default-form-input-border-radius);
-moz-border-radius: var(--default-form-input-border-radius);
border-radius: var(--default-form-input-border-radius);
}
.front-form form input:not(:last-child) {
margin-bottom: 0.5em;
}
.front-form form input[type="submit"] {
background-color: var(--default-form-submit-background-color);
color: var(--default-form-submit-color);
cursor: pointer;
border-top: var(--default-form-submit-border-top);
border-right: var(--default-form-submit-border-right);
border-bottom: var(--default-form-submit-border-bottom);
border-left: var(--default-form-submit-border-left);
-webkit-border-radius: var(--default-form-submit-border-radius);
-moz-border-radius: var(--default-form-submit-border-radius);
border-radius: var(--default-form-submit-border-radius);
transition: background-color 220ms linear;
}
.front-form form input[type="submit"]:hover {
background-color: var(--default-form-submit-background-color-hover);
transition: background-color 220ms linear;
}
/* --------------------MEDIA QUERIES-------------------- */
@media screen and (max-width: 667px) {
.front-form .layout {
width: var(--default-form-layout-width-media);
}
.front-form .layout form {
width: var(--default-form-width-media);
}
.front-form header .title {
font-size: var(--default-form-title-media);
}
.front-form header .subtitle {
font-size: var(--default-form-subtitle-media);
}
.front-form .logo img {
width: var(--default-form-logo-width-media);
}
} | 0.208098 | 0.034717 |
*{
margin: 0;
padding: 0;
}
body {
font-family: Tahoma, Verdana, Segoe, sans-serif;
}
#nav-container {
position: absolute;
z-index: 0;
}
.profile .doing .one-new .plan p {
display: inline-block;
}
.profile .doing .one-new .plan p.now-doing {
color: red;
}
.profile .avatar img.img-responsive {
border-radius: 50%;
max-width: 150px;
max-height: 150px;
min-width: 150px;
min-height: 150px;
}
.profile .info.col-xs-8.col-sm-8.col-md-8.col-lg-8 {
border: 2px solid rgba(0, 0, 0, 0.45);
padding: 15px;
}
.profile .info .about p {
margin: 0 10px 0 0;
padding-right: 5px;
border-right: 1px solid black;
}
.profile .info .about {
margin: 20px 10px;
display: inline-flex;
}
.content .one-new .content-new p.text-content-new {padding: 10px;}
.center .one-new .buttons i.fa.fa-star {
color: red;
padding: 0px 2px;
}
.center .stories-around .buttons ul li p {
color: cornflowerblue;
display: inline-block;
padding-left: 5px;
margin-bottom: 0px;
}
.center .stories-around .buttons ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.center .stories-around .buttons ul li {
float: left;
padding: 0 10px;
transition: 0.4s;
cursor: pointer;
}
.center .stories-around .buttons ul li:hover {
background: cadetblue;
color: wheat;
}
.center .stories-around .buttons ul li:hover p {
color: white;
}
.center .stories-around .buttons ul li:hover i {
font-size: 15px;
}
.home .center button.btn.btn-primary {
margin-left: 30%;
margin-top: 5px;
}
button.btn.btn-primary.text-center {
margin-left: 35%;
}
.center .content .row.info {
margin: 0;
padding: 5px;
border-bottom: 1px solid black;
}
.center .one-new.row {
margin: 10px 0;
padding: 20px 5px;
border: 1px solid black;
border-top: 4px solid green;
}
.center .content .info img.img-responsive {
border-radius: 50%;
}
.center .content .name p {
}
.center .conent .info img.img-responsive {
border-radius: 50%;
height: 50px;
min-width: 50px;
}
.avatar.col-xs-3.col-sm-3.col-md-3.col-lg-3 {
width: 50px;
padding: 0;
}
.center .content {
margin: 0 15px;
}
.center .popular .one-popular.col-xs-6.col-sm-6.col-md-6.col-lg-6 {
padding: 10px;
border: 1px solid #c98d8d;
}
.home .center p.title {
border-bottom: 2px solid rgb(178, 178, 178);
padding: 5px;
}
.center {
margin: 0 15px;
}
.home .right .title p {
text-align: center;
padding: 5px;
border-bottom: 2px solid #b2b2b2;
}
.home .right {
margin: 0 15px;
}
.left ul.list-group.your-feed {
margin-bottom: 5px;
}
.left {
margin-left: 20px;
}
.left .content {
margin: 5px 10px;
}
.left li.list-group-item,.right li.list-group-item {
height: 40px;
transition: 0.4s;
cursor: pointer;
}
li.list-group-item:hover {
background: aquamarine;
}
.left .row.title {
border-bottom: 2px solid rgba(0, 0, 0, 0.32);
margin: 0 10px;
}
.left {
margin: 0 15px;
}
.shortcuts_seemore {
margin-left: 10px;
}
h1{
color: red;
} | src/main/webapp/css/main.css | *{
margin: 0;
padding: 0;
}
body {
font-family: Tahoma, Verdana, Segoe, sans-serif;
}
#nav-container {
position: absolute;
z-index: 0;
}
.profile .doing .one-new .plan p {
display: inline-block;
}
.profile .doing .one-new .plan p.now-doing {
color: red;
}
.profile .avatar img.img-responsive {
border-radius: 50%;
max-width: 150px;
max-height: 150px;
min-width: 150px;
min-height: 150px;
}
.profile .info.col-xs-8.col-sm-8.col-md-8.col-lg-8 {
border: 2px solid rgba(0, 0, 0, 0.45);
padding: 15px;
}
.profile .info .about p {
margin: 0 10px 0 0;
padding-right: 5px;
border-right: 1px solid black;
}
.profile .info .about {
margin: 20px 10px;
display: inline-flex;
}
.content .one-new .content-new p.text-content-new {padding: 10px;}
.center .one-new .buttons i.fa.fa-star {
color: red;
padding: 0px 2px;
}
.center .stories-around .buttons ul li p {
color: cornflowerblue;
display: inline-block;
padding-left: 5px;
margin-bottom: 0px;
}
.center .stories-around .buttons ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.center .stories-around .buttons ul li {
float: left;
padding: 0 10px;
transition: 0.4s;
cursor: pointer;
}
.center .stories-around .buttons ul li:hover {
background: cadetblue;
color: wheat;
}
.center .stories-around .buttons ul li:hover p {
color: white;
}
.center .stories-around .buttons ul li:hover i {
font-size: 15px;
}
.home .center button.btn.btn-primary {
margin-left: 30%;
margin-top: 5px;
}
button.btn.btn-primary.text-center {
margin-left: 35%;
}
.center .content .row.info {
margin: 0;
padding: 5px;
border-bottom: 1px solid black;
}
.center .one-new.row {
margin: 10px 0;
padding: 20px 5px;
border: 1px solid black;
border-top: 4px solid green;
}
.center .content .info img.img-responsive {
border-radius: 50%;
}
.center .content .name p {
}
.center .conent .info img.img-responsive {
border-radius: 50%;
height: 50px;
min-width: 50px;
}
.avatar.col-xs-3.col-sm-3.col-md-3.col-lg-3 {
width: 50px;
padding: 0;
}
.center .content {
margin: 0 15px;
}
.center .popular .one-popular.col-xs-6.col-sm-6.col-md-6.col-lg-6 {
padding: 10px;
border: 1px solid #c98d8d;
}
.home .center p.title {
border-bottom: 2px solid rgb(178, 178, 178);
padding: 5px;
}
.center {
margin: 0 15px;
}
.home .right .title p {
text-align: center;
padding: 5px;
border-bottom: 2px solid #b2b2b2;
}
.home .right {
margin: 0 15px;
}
.left ul.list-group.your-feed {
margin-bottom: 5px;
}
.left {
margin-left: 20px;
}
.left .content {
margin: 5px 10px;
}
.left li.list-group-item,.right li.list-group-item {
height: 40px;
transition: 0.4s;
cursor: pointer;
}
li.list-group-item:hover {
background: aquamarine;
}
.left .row.title {
border-bottom: 2px solid rgba(0, 0, 0, 0.32);
margin: 0 10px;
}
.left {
margin: 0 15px;
}
.shortcuts_seemore {
margin-left: 10px;
}
h1{
color: red;
} | 0.553988 | 0.083628 |
body {
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
abackground-color: rgba(91, 43, 43, 1);
abackground-color: rgba(127, 87, 86, 1);
font-size: 14px;
line-height: 150%;
color: rgba(255,255,255,0.75);
}
body#page {
background-color: rgba(91, 43, 43, 1);
abackground-color: rgba(117, 137, 58, 1);
abackground-color: #42531E;
abackground-image: url(../images/page_background.png);
acolor: #E6FFB0;
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
background-position: 0 0;
background-repeat: repeat-x;
font-family="Futura LT W01 Book,Helvetica,sans-serif,Arial"
/* background: url(../images/page_gradient.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
}
.apage-background {
background-image: url(../images/page_gradient.png);
abackground-position: 50% -500px;
background-position: 0 0;
background-repeat: no-repeat;
abackground-color: rgba(127, 87, 86, 1);
border:1px solid red;
height: 100%;
width: 100%;
}
.stackelement {
abackground: rgba(0, 0, 0, 1.0);
aborder: 1px solid whitesmoke;
scursor: ne-resize;
aposition: absolute;
}
.stackimage {
opacity: 1.0;
width: 220px;
height: 98px;
abackground: yellow;
}
.stackimagex {
opacity: 1.0;
width: 200px;
height: 98px;
abackground: yellow;
}
.stackoverlay {
aborder:1px solid #d3d3d3;
}
#sectionrange {
position: absolute;
top: 86px;
left: 449px;
color: rgba(255,255,255,0.45);
acolor: rgba(255,255,0,0.5);
-ms-transform: rotate(-95deg); /* IE 9 */
-webkit-transform: rotate(-95deg); /* Chrome, Safari, Opera */
transform: rotate(19deg);
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
height: 20px;
width: 101px;
aborder: solid red 1px;
padding-left: 15px;
padding-top: 5px;
abackground: rgba(255,255,255,0.15);
z-index: 101;
}
#sectionrangelabel {
position: absolute;
top: 84px;
left: 330px;
color: rgba(255,255,255,0.45);
acolor: rgba(255,255,0,0.5);
-ms-transform: rotate(-95deg); /* IE 9 */
-webkit-transform: rotate(-95deg); /* Chrome, Safari, Opera */
transform: rotate(-16deg);
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
height: 20px;
width: 102px;
aborder: solid red 1px;
padding-left: 15px;
padding-top: 5px;
abackground: rgba(255,255,255,0.15);
z-index: 101;
}
.footer
{
position: absolute;
left: 0px;
right: 0;
top: 690px;
height: 200px;
aborder: solid red 1px;
}
.header
{
position: absolute;
left: 0px;
right: 0;
top: 0px;
}
.credits
{
position: absolute;
left: 0px;
right: 0;
top: 74px;
bottom: 0;5 padding-left: 5px;
width: 20px;
height: 650px;
aborder: solid red 1px;
font-size: .75rem;
}
.toolbar
{
position: absolute;
left: 20px;
right: 0;
top: 100px;
bottom: 0;
padding-left: 1px;
margin-top: 35px;
width:35px;
height: 530px;
overflow: auto;
abackground: rgba(255,255,255,0.15);
border: solid rgba(255,255,255,0.15) 1px;
abackground-color: rgba(0, 0, 0, 0.5);
background: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
}
.project
{
color: rgba(255,255,255,0.75);
margin-bottom: 2px;
bottom: 0;
padding-left: 10px;
padding-top: 0px;
padding-bottom: 3px;
width: 254px;
height: 21px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
aborder: solid rgba(255,255,255,0.15) 1px;
background: rgba(255,255,255,0.15);
border-bottom: solid rgba(255,255,255,0.25) 1px;
border-top: solid rgba(255,255,255,0.25) 1px;
}
.project:hover {
background-color: rgba(255,255,0,0.5)
}
.project-selected
{
background-color: rgba(255,255,0,0.5)
}
/*.project-selected
{
color: rgba(255,255,255,0.75);
margin-bottom: 2px;
bottom: 0;
padding-left: 10px;
padding-top: 0px;
padding-bottom: 3px;
width: 254px;
height: 20px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
aborder: solid rgba(255,255,0,0.45) 1px;
background: rgba(255,255,0,0.25);
border-bottom: solid rgba(255,255,255,0.25) 1px;
border-top: solid rgba(255,255,255,0.25) 1px;
}*/
.slice-scrollbar-empty
{
height: 32px;
width: 17px;
margin-bottom: 2px;
background: rgba(255,255,255,0.15);
}
#slice-scrollbar
{
position: absolute;
top: 100px;
left: 305px;
aborder: solid rgba(255,255,255,0.15) 1px;
width: 17px;
height: 585px;
}
.projects
{
position: absolute;
top: 100px;
left: 62px;
right: 0;
apadding-top: 35px;
bottom: 0;
width: 240px;
height: 565px;
overflow: auto;
aborder: solid green 2px;
}
.project-tools
{
position: absolute;
top: 100px;
left: 5px;
margin-top: 0px;
margin-bottom: 2px;
apadding-top: 40px;
apadding-left: 10px;
height: 564px;
width:34px;
abackground: rgba(255,255,255,0.15);
aborder: solid red 1px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
}
.projects-tools-empty
{
height: 32px;
width: 34px;
margin-bottom: 2px;
background: rgba(255,255,255,0.15);
}
.project-toolbar
{
background: rgba(255,255,255,0.15);
height: 530px;
padding-left: 1px;
}
#training_stack
{
aborder: solid red 1px;
width: 250px;
}
#project-scrollbar
{
position: absolute;
top: 100px;
left: 42px;
aborder: solid rgba(255,255,255,0.15) 1px;
width: 17px;
height: 530px;
}
.projects-scroll-empty
{
height: 32px;
width:17px;
background: rgba(255,255,255,0.15);
margin-bottom: 2px;
}
.project-title
{
margin-top: 0px;
margin-bottom: 2px;
padding-top: 5px;
padding-left: 10px;
height: 27px;
width:239px;
background: rgba(255,255,255,0.15);
aborder: solid rgba(255,255,255,0.15) 1px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
}
#project-list
{
}
.images{
position: absolute;
left: 322px;
top: 60px;
aborder: solid red 1px;
width:275px;
height: 660px;
}
.slicenumber-label
{
margin-left: 10px;
padding-top: 8px;
color: rgba(255,255,255,0.75);
float: left;
width: 40px;
}
#slicenumber {
margin-left: 10px;
padding-top: 8px;
color: rgba(255,255,255,0.45);
float: left;
width: 200px;
height: 26px;
aborder: solid rgba(255,255,255,0.15) 1px;
border-right: solid rgba(0,0,0,0.25) 3px;
}
/*.slicetype
{
padding-left: 10px;
padding-top: 8px;
background: rgba(255,255,255,0.15);
float: left;
margin: 2px;
height: 22px;
width: 186px;
}*/
.slicetype-label
{
margin-left: 10px;
padding-top: 8px;
color: rgba(255,255,255,0.75);
float: left;
}
#slicetype
{
margin-left: 10px;
padding-top: 8px;
width: 100px;
height: 30px;
color: rgba(255,255,255,0.45);
float: left;
apadding-left: 10px;
apadding-top: 8px;
abackground: rgba(255,255,255,0.15);
afloat: left;
amargin: 2px;
aheight: 22px;
awidth: 186px;
}
.slicetools
{
position: absolute;
left: 1130px;
top: 98px;
height: 564px;
width:34px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
abackground: rgba(255,255,255,0.15);
aborder: solid rgba(255,255,255,0.15) 1px;
}
.slice-tools-empty
{
height: 32px;
width: 34px;
margin-bottom: 2px;
background: rgba(255,255,255,0.15);
}
.legend-divider
{
float: left;
border-right: 1px solid rgba(255,255,255,0.21);
width: 110px;
height: 60px;
margin-left: 10px;
margin-right: 5px;
}
.training-type
{
float: left;
background: rgba(51,255,51,0.8);
width: 30px;
height: 3px;
float:left;
color: rgba(0,0,0,1);
margin: 1px;
font-size: 14px;
padding: 3px;
margin-top: 6px;
}
.training-image
{
float: left;
width: 100px;
height: 20px;
float:left;
font-size: 14px;
margin-left: 5px;
}
.validation-type
{
float: left;
background: rgba(0,255,255,1);
width: 30px;
height: 3px;
float:left;
color: rgba(0,0,0,1);
margin: 1px;
font-size: 14px;
padding: 3px;
margin-top: 6px;
}
.validation-image
{
float: left;
background: rgba(0,255,255,0.8);
width: 100px;
height: 20px;
afloat: left;
color: rgba(0,0,0,1);
margin: 1px;
font-size: 14px;
padding: 5px;
margin-left: 5px;
}
.legend
{
width: 150px;
float: left;
}
.slice-toolbar
{
/* background: rgba(255,255,255,0.15);
height: 530px;
padding-left: 1px;*/
margin-left: 3px;
padding-top: 2px;
color: rgba(255,255,255,0.75);
float: left;
}
#slicetoolbar
{
aposition: absolute;
aleft: 732px;
atop: 372px;
width: 515px;
height: 30px;
aborder: solid red 1px;
background: rgba(255,255,255,0.15);
padding: 5px;
}
#slicetypetoolbar {
background: rgba(255,255,255,0.15);
color: rgba(255,255,255,0.75);
position: absolute;
left: 561px;
top: 665px;
width: 515px;
height: 30px;
padding: 5px;
}
#edittoolbar {
position: absolute;
background: rgba(255,255,255,0.15);
color: rgba(255,255,255,0.75);
position: absolute;
left: 561px;
top: 665px;
width: 515px;
height: 30px;
padding: 5px;
}
.preview{
position: absolute;
margin-top: 35px;
left: 561px;
top: 100px;
border: solid rgba(255,255,0,0.45) 1px;
width:525px;
height: 525px;
background: rgba(255,255,255,0.15);
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
}
.previewtools
{
position: absolute;
left: 561px;
top: 100px;
height: 32px;
width:526px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
background: rgba(255,255,255,0.15);
aborder: solid rgba(255,255,255,0.15) 1px;
}
.previewcontent
{
width: 525px;
height: 525px;
} | code/web/resources/css/browser.css | body {
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
abackground-color: rgba(91, 43, 43, 1);
abackground-color: rgba(127, 87, 86, 1);
font-size: 14px;
line-height: 150%;
color: rgba(255,255,255,0.75);
}
body#page {
background-color: rgba(91, 43, 43, 1);
abackground-color: rgba(117, 137, 58, 1);
abackground-color: #42531E;
abackground-image: url(../images/page_background.png);
acolor: #E6FFB0;
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
background-position: 0 0;
background-repeat: repeat-x;
font-family="Futura LT W01 Book,Helvetica,sans-serif,Arial"
/* background: url(../images/page_gradient.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
}
.apage-background {
background-image: url(../images/page_gradient.png);
abackground-position: 50% -500px;
background-position: 0 0;
background-repeat: no-repeat;
abackground-color: rgba(127, 87, 86, 1);
border:1px solid red;
height: 100%;
width: 100%;
}
.stackelement {
abackground: rgba(0, 0, 0, 1.0);
aborder: 1px solid whitesmoke;
scursor: ne-resize;
aposition: absolute;
}
.stackimage {
opacity: 1.0;
width: 220px;
height: 98px;
abackground: yellow;
}
.stackimagex {
opacity: 1.0;
width: 200px;
height: 98px;
abackground: yellow;
}
.stackoverlay {
aborder:1px solid #d3d3d3;
}
#sectionrange {
position: absolute;
top: 86px;
left: 449px;
color: rgba(255,255,255,0.45);
acolor: rgba(255,255,0,0.5);
-ms-transform: rotate(-95deg); /* IE 9 */
-webkit-transform: rotate(-95deg); /* Chrome, Safari, Opera */
transform: rotate(19deg);
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
height: 20px;
width: 101px;
aborder: solid red 1px;
padding-left: 15px;
padding-top: 5px;
abackground: rgba(255,255,255,0.15);
z-index: 101;
}
#sectionrangelabel {
position: absolute;
top: 84px;
left: 330px;
color: rgba(255,255,255,0.45);
acolor: rgba(255,255,0,0.5);
-ms-transform: rotate(-95deg); /* IE 9 */
-webkit-transform: rotate(-95deg); /* Chrome, Safari, Opera */
transform: rotate(-16deg);
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
height: 20px;
width: 102px;
aborder: solid red 1px;
padding-left: 15px;
padding-top: 5px;
abackground: rgba(255,255,255,0.15);
z-index: 101;
}
.footer
{
position: absolute;
left: 0px;
right: 0;
top: 690px;
height: 200px;
aborder: solid red 1px;
}
.header
{
position: absolute;
left: 0px;
right: 0;
top: 0px;
}
.credits
{
position: absolute;
left: 0px;
right: 0;
top: 74px;
bottom: 0;5 padding-left: 5px;
width: 20px;
height: 650px;
aborder: solid red 1px;
font-size: .75rem;
}
.toolbar
{
position: absolute;
left: 20px;
right: 0;
top: 100px;
bottom: 0;
padding-left: 1px;
margin-top: 35px;
width:35px;
height: 530px;
overflow: auto;
abackground: rgba(255,255,255,0.15);
border: solid rgba(255,255,255,0.15) 1px;
abackground-color: rgba(0, 0, 0, 0.5);
background: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
}
.project
{
color: rgba(255,255,255,0.75);
margin-bottom: 2px;
bottom: 0;
padding-left: 10px;
padding-top: 0px;
padding-bottom: 3px;
width: 254px;
height: 21px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
aborder: solid rgba(255,255,255,0.15) 1px;
background: rgba(255,255,255,0.15);
border-bottom: solid rgba(255,255,255,0.25) 1px;
border-top: solid rgba(255,255,255,0.25) 1px;
}
.project:hover {
background-color: rgba(255,255,0,0.5)
}
.project-selected
{
background-color: rgba(255,255,0,0.5)
}
/*.project-selected
{
color: rgba(255,255,255,0.75);
margin-bottom: 2px;
bottom: 0;
padding-left: 10px;
padding-top: 0px;
padding-bottom: 3px;
width: 254px;
height: 20px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
aborder: solid rgba(255,255,0,0.45) 1px;
background: rgba(255,255,0,0.25);
border-bottom: solid rgba(255,255,255,0.25) 1px;
border-top: solid rgba(255,255,255,0.25) 1px;
}*/
.slice-scrollbar-empty
{
height: 32px;
width: 17px;
margin-bottom: 2px;
background: rgba(255,255,255,0.15);
}
#slice-scrollbar
{
position: absolute;
top: 100px;
left: 305px;
aborder: solid rgba(255,255,255,0.15) 1px;
width: 17px;
height: 585px;
}
.projects
{
position: absolute;
top: 100px;
left: 62px;
right: 0;
apadding-top: 35px;
bottom: 0;
width: 240px;
height: 565px;
overflow: auto;
aborder: solid green 2px;
}
.project-tools
{
position: absolute;
top: 100px;
left: 5px;
margin-top: 0px;
margin-bottom: 2px;
apadding-top: 40px;
apadding-left: 10px;
height: 564px;
width:34px;
abackground: rgba(255,255,255,0.15);
aborder: solid red 1px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
}
.projects-tools-empty
{
height: 32px;
width: 34px;
margin-bottom: 2px;
background: rgba(255,255,255,0.15);
}
.project-toolbar
{
background: rgba(255,255,255,0.15);
height: 530px;
padding-left: 1px;
}
#training_stack
{
aborder: solid red 1px;
width: 250px;
}
#project-scrollbar
{
position: absolute;
top: 100px;
left: 42px;
aborder: solid rgba(255,255,255,0.15) 1px;
width: 17px;
height: 530px;
}
.projects-scroll-empty
{
height: 32px;
width:17px;
background: rgba(255,255,255,0.15);
margin-bottom: 2px;
}
.project-title
{
margin-top: 0px;
margin-bottom: 2px;
padding-top: 5px;
padding-left: 10px;
height: 27px;
width:239px;
background: rgba(255,255,255,0.15);
aborder: solid rgba(255,255,255,0.15) 1px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
}
#project-list
{
}
.images{
position: absolute;
left: 322px;
top: 60px;
aborder: solid red 1px;
width:275px;
height: 660px;
}
.slicenumber-label
{
margin-left: 10px;
padding-top: 8px;
color: rgba(255,255,255,0.75);
float: left;
width: 40px;
}
#slicenumber {
margin-left: 10px;
padding-top: 8px;
color: rgba(255,255,255,0.45);
float: left;
width: 200px;
height: 26px;
aborder: solid rgba(255,255,255,0.15) 1px;
border-right: solid rgba(0,0,0,0.25) 3px;
}
/*.slicetype
{
padding-left: 10px;
padding-top: 8px;
background: rgba(255,255,255,0.15);
float: left;
margin: 2px;
height: 22px;
width: 186px;
}*/
.slicetype-label
{
margin-left: 10px;
padding-top: 8px;
color: rgba(255,255,255,0.75);
float: left;
}
#slicetype
{
margin-left: 10px;
padding-top: 8px;
width: 100px;
height: 30px;
color: rgba(255,255,255,0.45);
float: left;
apadding-left: 10px;
apadding-top: 8px;
abackground: rgba(255,255,255,0.15);
afloat: left;
amargin: 2px;
aheight: 22px;
awidth: 186px;
}
.slicetools
{
position: absolute;
left: 1130px;
top: 98px;
height: 564px;
width:34px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
abackground: rgba(255,255,255,0.15);
aborder: solid rgba(255,255,255,0.15) 1px;
}
.slice-tools-empty
{
height: 32px;
width: 34px;
margin-bottom: 2px;
background: rgba(255,255,255,0.15);
}
.legend-divider
{
float: left;
border-right: 1px solid rgba(255,255,255,0.21);
width: 110px;
height: 60px;
margin-left: 10px;
margin-right: 5px;
}
.training-type
{
float: left;
background: rgba(51,255,51,0.8);
width: 30px;
height: 3px;
float:left;
color: rgba(0,0,0,1);
margin: 1px;
font-size: 14px;
padding: 3px;
margin-top: 6px;
}
.training-image
{
float: left;
width: 100px;
height: 20px;
float:left;
font-size: 14px;
margin-left: 5px;
}
.validation-type
{
float: left;
background: rgba(0,255,255,1);
width: 30px;
height: 3px;
float:left;
color: rgba(0,0,0,1);
margin: 1px;
font-size: 14px;
padding: 3px;
margin-top: 6px;
}
.validation-image
{
float: left;
background: rgba(0,255,255,0.8);
width: 100px;
height: 20px;
afloat: left;
color: rgba(0,0,0,1);
margin: 1px;
font-size: 14px;
padding: 5px;
margin-left: 5px;
}
.legend
{
width: 150px;
float: left;
}
.slice-toolbar
{
/* background: rgba(255,255,255,0.15);
height: 530px;
padding-left: 1px;*/
margin-left: 3px;
padding-top: 2px;
color: rgba(255,255,255,0.75);
float: left;
}
#slicetoolbar
{
aposition: absolute;
aleft: 732px;
atop: 372px;
width: 515px;
height: 30px;
aborder: solid red 1px;
background: rgba(255,255,255,0.15);
padding: 5px;
}
#slicetypetoolbar {
background: rgba(255,255,255,0.15);
color: rgba(255,255,255,0.75);
position: absolute;
left: 561px;
top: 665px;
width: 515px;
height: 30px;
padding: 5px;
}
#edittoolbar {
position: absolute;
background: rgba(255,255,255,0.15);
color: rgba(255,255,255,0.75);
position: absolute;
left: 561px;
top: 665px;
width: 515px;
height: 30px;
padding: 5px;
}
.preview{
position: absolute;
margin-top: 35px;
left: 561px;
top: 100px;
border: solid rgba(255,255,0,0.45) 1px;
width:525px;
height: 525px;
background: rgba(255,255,255,0.15);
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
}
.previewtools
{
position: absolute;
left: 561px;
top: 100px;
height: 32px;
width:526px;
abackground: url("../images/module_dark.png") repeat scroll 0px 0px padding-box transparent;
background: rgba(255,255,255,0.15);
aborder: solid rgba(255,255,255,0.15) 1px;
}
.previewcontent
{
width: 525px;
height: 525px;
} | 0.362066 | 0.085748 |
@font-face {
font-family: "Product Sans";
src: url(fonts/ProductSans-Regular.ttf);
}
@font-face {
font-family: "Product Sans";
src: url(fonts/ProductSans-Thin.ttf);
font-weight: Thin;
}
@font-face {
font-family: "Product Sans";
src: url(fonts/ProductSans-Medium.ttf);
font-weight: Medium;
}
@font-face {
font-family: "Product Sans";
src: url(fonts/ProductSans-Bold.ttf);
font-weight: Bold;
}
/* DOCUMENT STYLES */
html,
body {
margin: 0 auto;
width: 100%;
color: #2f333a !important;
background-color: rgb(255, 255, 255);
background-size: cover;
scroll-behavior: smooth;
cursor: default;
font-family: "Product Sans", "Poppins", "Open Sans";
font-size: 20px;
/* text-align: center; */
}
a {
color: #97a6c0 !important;
}
a:hover {
cursor: default;
}
.body {
text-align: center;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
/* MENU STYLES */
.menu-link {
font-size: 15px !important;
font-weight: bold;
}
.menu-link:hover {
/* text-decoration: underline; */
text-shadow: rgb(36, 36, 36) 3px 2px;
background-color: rgb(80, 80, 80);
}
.menu-link-side:hover {
/* text-decoration: underline; */
text-shadow: rgb(219, 219, 219) 1px 1px;
background-color: rgb(112, 112, 112);
}
.navcolor {
background-color: #282b30;
color: rgb(22, 22, 22) !important;
}
.navcolor:hover {
background-color: #353a41 !important;
}
.account {
padding-left: 15px;
}
.cart {
padding-left: 10px;
margin-right: 10px;
}
.logo-side {
margin-left: 30px;
margin: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
}
.logo-side:hover {
font-size: 20px !important;
}
.centerlogo {
width: 120px;
margin-top: 10px;
}
.navClass {
color: black !important;
}
/* BODY STYLES */
.header {
position: absolute;
left: 0;
top: 0;
}
.header_img {
width: 100%;
height: 600px;
background-image: url('images/jc_img1.jpg');
background-size: cover;
}
.logo {
display: inline-block !important;
height: 50px;
margin-left: 10px;
}
.logo>img {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#coffee1 {
width: 2000px;
object-fit: contain;
position: absolute;
opacity: 0.1;
left: 0;
top: 0;
z-index: -1;
}
.img-main {
width: 100%;
object-fit: cover;
size: cover;
margin: 0 auto;
}
.hit-subscribe {
background-color: #2e2e2e00 !important;
border: 2px solid #2e2e2e !important;
color: #2e2e2e !important;
font-size: 28px !important;
padding: 5px !important;
height: 50px !important;
width: 200px !important;
}
.words {
padding: 50px !important;
font-size: 18px;
}
.s1 {
background-color: rgb(24, 24, 24);
}
.s2 {
background-color: rgb(238, 238, 238);
}
.sFooter {
margin-top: 30px !important;
font-size: 12px !important;
text-align: center !important;
}
.formclass {
background-color: white;
padding: 10px !important;
border-radius: 20px;
border: 2px solid rgb(122, 122, 122);
}
.subscribe {
text-align: center;
font-weight: bold;
}
.learn-more {
text-align: center !important;
}
.how-to {
text-align: center;
font-size: 28px;
}
.coffeet {
/* min-height: 1000px; */
width: 25%;
width: 25%;
/* margin-left: 100px; */
border: 25px solid rgb(250, 255, 203);
margin: 0 auto !important;
margin-top: 60px !important;
display: block !important;
text-align: center !important;
}
#coffeet {
margin-bottom: 100px !important;
}
.white {
background-color: white !important;
}
.below-coffeet {
text-align: center;
margin-bottom: 100px !important;
}
.mission-statement {
color: #343941 !important;
}
.quote {
font-style: italic;
background-color: rgba(255, 255, 255, 0.514);
color: #8393ac;
padding: 50px;
padding-bottom: 25px;
text-align: justify;
border: 25px solid rgba(203, 245, 255, 0.767);
font-size: 16px;
width: 600px !important;
}
.droids {
text-align: right;
margin-right: 100px;
margin-bottom: 300px;
}
.more {
margin-bottom: 200px;
}
.small-text {
font-size: 18px;
font-weight: 100;
margin-left: 100px !important;
text-align: left !important;
}
.smaller-text {
font-size: 12px;
}
.signup-form{
margin: 30px !important;
}
.agreements {
font-size: 12px;
}
.submitrow {
text-align: center;
}
.input-field {
color: rgb(27, 27, 27) !important;
background-color: white !important;
}
.submit {
background-color: #414141 !important;
}
.hit-subscribe {
background-color: #ffffff !important;
border: 2px solid #2e2e2e !important;
color: #2e2e2e !important;
font-size: 16px !important;
padding: 1px !important;
height: 40px !important;
width: 120px !important;
}
.customer-login {
color: #3b3e42;
margin-bottom: 30px !important;
}
.customer-cart {
color: #3b3e42;
}
#login-account {
margin-top: 20px;
}
#modal-account,
#modal-cart {
background-color: rgb(255, 254, 247);
padding: 15px;
border: 3px solid gray;
border-radius: 20px;
text-align: center;
overflow: scroll;
}
.gray {
background-color: #282b30;
padding: 15px;
color: white !important;
}
.blueish {
background-color: #b2d2d8 !important;
color: #2f2f2f91 !important;
padding-bottom: 50px;
}
.yellowbkg {
background-color: rgb(254, 255, 215);
padding: 15px;
}
.notamember, .isamember {
margin-bottom: 20px;
}
.isamember {
margin-top: 20px;
}
.sm-cart {
font-size: 14px;
}
.huttese {
font-size: 200px;
text-align: right !important;
}
.choose {
padding: 20px !important;
width: 960px;
overflow: hidden;
}
.s-page {
padding-left: 20px !important;
}
#submit-subscription {
background-color: #2e2e2e00 !important;
border: 2px solid #2e2e2e !important;
color: #2e2e2e !important;
font-size: 28px !important;
padding: 5px !important;
height: 50px !important;
width: 200px !important;
}
.rightalign {
text-align: right !important;
margin: 20px;
}
.lorem-words {
text-align: right !important;
}
.dont-words {
text-align: center !important;
}
.block {
display: block !important;
margin: 0 auto !important;
text-align: center !important;
max-height: 200px;
width: auto;
}
.accountinfo {
padding: 30px !important;
text-align: center !important;
font-size: 18px;
}
.right {
text-align: right !important;
}
.btmsp {
margin-bottom: 10px;
}
.whitebkg {
background-color: white !important;
}
/* iPad Styles */
@media only screen and (max-width: 768px) {
.column-words {
font-size: 12px;
margin-bottom: 100px !important;
}
.blueish {
padding: 5px !important;
text-align: justify;
margin: 1px !important;
}
.words {
padding: 10px !important;
font-size: 16px;
}
.coffeet {
/* height: 200px; */
width: 100%;
height: 100%;
border: 20px solid rgb(250, 255, 203);
margin: 0 auto;
text-align: center !important;
}
.quote {
font-style: italic;
background-color: rgba(255, 255, 255, 0.315);
color: #8393ac;
padding: 25px;
padding-bottom: 10px;
text-align: justify;
border: 10px solid rgba(203, 245, 255, 0.37);
font-size: 14px;
}
.small-text {
margin: 0 auto !important;
font-size: 18px;
padding: -50px;
}
.huttese {
text-align: left;
}
.profile-details {
font-size: 14px;
}
.h3profile {
font-size: 20px;
}
}
/* Mobile Styles */
@media only screen and (max-width: 400px) {
html,
body {
padding: -5px;
}
.column-words {
font-size: 12px;
}
.words {
padding: 10px !important;
font-size: 16px;
}
.coffeet {
/* height: 200px; */
border: 10px solid rgb(250, 255, 203);
margin-left: 10px;
}
.quote {
font-style: italic;
color: #8393ac;
padding: 25px;
padding-bottom: 10px;
text-align: justify;
border: 10px solid rgba(203, 245, 255, 0.37);
font-size: 14px;
width: 300px !important;
}
.small-text {
padding: -5px !important;
font-size: 12px;
text-align: justify !important;
padding: 18px !important;
}
.choose {
text-align: right;
}
.huttese {
margin-left: 15px;
margin-top: 10px;
text-align: justify !important;
font-size: 50px;
}
.more {
margin-bottom: 1200px !important;
}
.droids {
margin: 0 auto !important;
margin-bottom: 300px !important;
}
} | public/css/styles.css | @font-face {
font-family: "Product Sans";
src: url(fonts/ProductSans-Regular.ttf);
}
@font-face {
font-family: "Product Sans";
src: url(fonts/ProductSans-Thin.ttf);
font-weight: Thin;
}
@font-face {
font-family: "Product Sans";
src: url(fonts/ProductSans-Medium.ttf);
font-weight: Medium;
}
@font-face {
font-family: "Product Sans";
src: url(fonts/ProductSans-Bold.ttf);
font-weight: Bold;
}
/* DOCUMENT STYLES */
html,
body {
margin: 0 auto;
width: 100%;
color: #2f333a !important;
background-color: rgb(255, 255, 255);
background-size: cover;
scroll-behavior: smooth;
cursor: default;
font-family: "Product Sans", "Poppins", "Open Sans";
font-size: 20px;
/* text-align: center; */
}
a {
color: #97a6c0 !important;
}
a:hover {
cursor: default;
}
.body {
text-align: center;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
/* MENU STYLES */
.menu-link {
font-size: 15px !important;
font-weight: bold;
}
.menu-link:hover {
/* text-decoration: underline; */
text-shadow: rgb(36, 36, 36) 3px 2px;
background-color: rgb(80, 80, 80);
}
.menu-link-side:hover {
/* text-decoration: underline; */
text-shadow: rgb(219, 219, 219) 1px 1px;
background-color: rgb(112, 112, 112);
}
.navcolor {
background-color: #282b30;
color: rgb(22, 22, 22) !important;
}
.navcolor:hover {
background-color: #353a41 !important;
}
.account {
padding-left: 15px;
}
.cart {
padding-left: 10px;
margin-right: 10px;
}
.logo-side {
margin-left: 30px;
margin: 30px !important;
background-color: rgba(0, 0, 0, 0) !important;
}
.logo-side:hover {
font-size: 20px !important;
}
.centerlogo {
width: 120px;
margin-top: 10px;
}
.navClass {
color: black !important;
}
/* BODY STYLES */
.header {
position: absolute;
left: 0;
top: 0;
}
.header_img {
width: 100%;
height: 600px;
background-image: url('images/jc_img1.jpg');
background-size: cover;
}
.logo {
display: inline-block !important;
height: 50px;
margin-left: 10px;
}
.logo>img {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#coffee1 {
width: 2000px;
object-fit: contain;
position: absolute;
opacity: 0.1;
left: 0;
top: 0;
z-index: -1;
}
.img-main {
width: 100%;
object-fit: cover;
size: cover;
margin: 0 auto;
}
.hit-subscribe {
background-color: #2e2e2e00 !important;
border: 2px solid #2e2e2e !important;
color: #2e2e2e !important;
font-size: 28px !important;
padding: 5px !important;
height: 50px !important;
width: 200px !important;
}
.words {
padding: 50px !important;
font-size: 18px;
}
.s1 {
background-color: rgb(24, 24, 24);
}
.s2 {
background-color: rgb(238, 238, 238);
}
.sFooter {
margin-top: 30px !important;
font-size: 12px !important;
text-align: center !important;
}
.formclass {
background-color: white;
padding: 10px !important;
border-radius: 20px;
border: 2px solid rgb(122, 122, 122);
}
.subscribe {
text-align: center;
font-weight: bold;
}
.learn-more {
text-align: center !important;
}
.how-to {
text-align: center;
font-size: 28px;
}
.coffeet {
/* min-height: 1000px; */
width: 25%;
width: 25%;
/* margin-left: 100px; */
border: 25px solid rgb(250, 255, 203);
margin: 0 auto !important;
margin-top: 60px !important;
display: block !important;
text-align: center !important;
}
#coffeet {
margin-bottom: 100px !important;
}
.white {
background-color: white !important;
}
.below-coffeet {
text-align: center;
margin-bottom: 100px !important;
}
.mission-statement {
color: #343941 !important;
}
.quote {
font-style: italic;
background-color: rgba(255, 255, 255, 0.514);
color: #8393ac;
padding: 50px;
padding-bottom: 25px;
text-align: justify;
border: 25px solid rgba(203, 245, 255, 0.767);
font-size: 16px;
width: 600px !important;
}
.droids {
text-align: right;
margin-right: 100px;
margin-bottom: 300px;
}
.more {
margin-bottom: 200px;
}
.small-text {
font-size: 18px;
font-weight: 100;
margin-left: 100px !important;
text-align: left !important;
}
.smaller-text {
font-size: 12px;
}
.signup-form{
margin: 30px !important;
}
.agreements {
font-size: 12px;
}
.submitrow {
text-align: center;
}
.input-field {
color: rgb(27, 27, 27) !important;
background-color: white !important;
}
.submit {
background-color: #414141 !important;
}
.hit-subscribe {
background-color: #ffffff !important;
border: 2px solid #2e2e2e !important;
color: #2e2e2e !important;
font-size: 16px !important;
padding: 1px !important;
height: 40px !important;
width: 120px !important;
}
.customer-login {
color: #3b3e42;
margin-bottom: 30px !important;
}
.customer-cart {
color: #3b3e42;
}
#login-account {
margin-top: 20px;
}
#modal-account,
#modal-cart {
background-color: rgb(255, 254, 247);
padding: 15px;
border: 3px solid gray;
border-radius: 20px;
text-align: center;
overflow: scroll;
}
.gray {
background-color: #282b30;
padding: 15px;
color: white !important;
}
.blueish {
background-color: #b2d2d8 !important;
color: #2f2f2f91 !important;
padding-bottom: 50px;
}
.yellowbkg {
background-color: rgb(254, 255, 215);
padding: 15px;
}
.notamember, .isamember {
margin-bottom: 20px;
}
.isamember {
margin-top: 20px;
}
.sm-cart {
font-size: 14px;
}
.huttese {
font-size: 200px;
text-align: right !important;
}
.choose {
padding: 20px !important;
width: 960px;
overflow: hidden;
}
.s-page {
padding-left: 20px !important;
}
#submit-subscription {
background-color: #2e2e2e00 !important;
border: 2px solid #2e2e2e !important;
color: #2e2e2e !important;
font-size: 28px !important;
padding: 5px !important;
height: 50px !important;
width: 200px !important;
}
.rightalign {
text-align: right !important;
margin: 20px;
}
.lorem-words {
text-align: right !important;
}
.dont-words {
text-align: center !important;
}
.block {
display: block !important;
margin: 0 auto !important;
text-align: center !important;
max-height: 200px;
width: auto;
}
.accountinfo {
padding: 30px !important;
text-align: center !important;
font-size: 18px;
}
.right {
text-align: right !important;
}
.btmsp {
margin-bottom: 10px;
}
.whitebkg {
background-color: white !important;
}
/* iPad Styles */
@media only screen and (max-width: 768px) {
.column-words {
font-size: 12px;
margin-bottom: 100px !important;
}
.blueish {
padding: 5px !important;
text-align: justify;
margin: 1px !important;
}
.words {
padding: 10px !important;
font-size: 16px;
}
.coffeet {
/* height: 200px; */
width: 100%;
height: 100%;
border: 20px solid rgb(250, 255, 203);
margin: 0 auto;
text-align: center !important;
}
.quote {
font-style: italic;
background-color: rgba(255, 255, 255, 0.315);
color: #8393ac;
padding: 25px;
padding-bottom: 10px;
text-align: justify;
border: 10px solid rgba(203, 245, 255, 0.37);
font-size: 14px;
}
.small-text {
margin: 0 auto !important;
font-size: 18px;
padding: -50px;
}
.huttese {
text-align: left;
}
.profile-details {
font-size: 14px;
}
.h3profile {
font-size: 20px;
}
}
/* Mobile Styles */
@media only screen and (max-width: 400px) {
html,
body {
padding: -5px;
}
.column-words {
font-size: 12px;
}
.words {
padding: 10px !important;
font-size: 16px;
}
.coffeet {
/* height: 200px; */
border: 10px solid rgb(250, 255, 203);
margin-left: 10px;
}
.quote {
font-style: italic;
color: #8393ac;
padding: 25px;
padding-bottom: 10px;
text-align: justify;
border: 10px solid rgba(203, 245, 255, 0.37);
font-size: 14px;
width: 300px !important;
}
.small-text {
padding: -5px !important;
font-size: 12px;
text-align: justify !important;
padding: 18px !important;
}
.choose {
text-align: right;
}
.huttese {
margin-left: 15px;
margin-top: 10px;
text-align: justify !important;
font-size: 50px;
}
.more {
margin-bottom: 1200px !important;
}
.droids {
margin: 0 auto !important;
margin-bottom: 300px !important;
}
} | 0.449634 | 0.081009 |
/*ALL NAVBAR PARAMS*/
.navbar_grid{
display: grid;
grid-template-columns: 20% 60% 20% ;
justify-content: center;
align-items: center;
}
/*---------------------------------------*/
/*LOGO LEFT*/
#home_logo{
text-align: center;
}
#home_logo a svg{
margin: 5px 0 0 0;
padding: 10px;
width: 120px;
height: 73px;
animation: logoAnimation 0.7s 1 0s cubic-bezier(0.18, 0, 0.5, 1.0);
transition: 0.2s;
}
#home_logo:hover a svg{
transform: scale(1.3);
}
@keyframes logoAnimation{
0%{
transform: translateX(-300px);
}
100%{
transform: rotate(0) translateX(0);
}
}
/*---------------------------------------*/
/*MIDDLE NAV*/
nav{
display: inline-block;
animation: navAnimation 1s 1 0s cubic-bezier(0.18, 0, 0.5, 1.0);
}
@keyframes navAnimation{
0%{
transform: translateY(-300px);
}
25%{
transform: translateY(-300px);
}
100%{
transform: rotate(0) translateY(0);
}
}
nav ul{
list-style: none;
text-align: center;
}
nav ul li{
display: inline;
padding: 50px;
}
nav ul li a{
position: relative;
text-decoration: none;
font-size: 1.2em;
color: #fff;
text-transform: uppercase;
padding-bottom: 2px;
}
nav ul li a::after, .login .log::after{
content: '';
transform-origin: 0 0;
transform: scaleX(0);
position: absolute;
bottom: -5%;
left: 0;
right: 0;
height: 2px;
background: var(--yellow);
z-index: -1;
opacity: 1;
transition: .4s;
}
nav ul li a:hover::after, .login .log:hover::after{
transform: scaleX(1);
}
/*---------------------------------------*/
/*RIGHT PART : LOGIN/REG/BURGER */
/*START ANIMATION*/
.connected, .login, .burgerAnim{
animation: loginAnimation 0.7s 1 0s cubic-bezier(0.18, 0, 0.5, 1.0);
}
@keyframes loginAnimation{
0%{
transform: translateX(400px);
}
100%{
transform: rotate(0) translateX(0);
}
}
/*MAIN BLOC*/
.dropdown{
display: flex;
align-items: center;
}
/*BURGER*/
.burgerAnim{
margin: 0 25px;
min-width: 40px;
max-width: 40px;
cursor: pointer;
}
path{
stroke: white;
}
/*-------*/
/*LOG/REG PART*/
.login{
display: none;
align-items: center;
width: 250px;
}
.show{
display: flex;
}
.login .log, .login .dezoom{
text-align: center;
}
.login .log{
position: relative;
padding: 5px;
color: #fff;
font-size: 12px;
text-decoration: none;
transition: 0.4s;
}
.login .dezoom{
display: flex;
justify-content: center;
height: 65%;
width: 50%;
margin-left: 20px;
padding: 7px 12px;
border-radius: 5px;
background: linear-gradient(145deg, var(--low_yellow), var(--high_yellow));
cursor: pointer;
transform: scale(0.8);
transition: 0.2s;
}
.login .dezoom:hover{
transform: scale(0.95);
background: linear-gradient(145deg, var(--high_yellow), var(--low_yellow));
}
.login .dezoom .reg{
position: relative;
font-size: 1em;
color: white;
}
/* .login .dezoom .reg:hover{
background: linear-gradient(145deg, #e6ae06, #ffcf07);
} */
/*---------------------------------------*/
/*CONNECTED PART*/
.connected{
text-align: right;
margin-right: 40px;
}
/*---------------------------------------*/
.connected .name_connected{
color: var(--yellow);
} | public/css/navbar_style.css |
/*ALL NAVBAR PARAMS*/
.navbar_grid{
display: grid;
grid-template-columns: 20% 60% 20% ;
justify-content: center;
align-items: center;
}
/*---------------------------------------*/
/*LOGO LEFT*/
#home_logo{
text-align: center;
}
#home_logo a svg{
margin: 5px 0 0 0;
padding: 10px;
width: 120px;
height: 73px;
animation: logoAnimation 0.7s 1 0s cubic-bezier(0.18, 0, 0.5, 1.0);
transition: 0.2s;
}
#home_logo:hover a svg{
transform: scale(1.3);
}
@keyframes logoAnimation{
0%{
transform: translateX(-300px);
}
100%{
transform: rotate(0) translateX(0);
}
}
/*---------------------------------------*/
/*MIDDLE NAV*/
nav{
display: inline-block;
animation: navAnimation 1s 1 0s cubic-bezier(0.18, 0, 0.5, 1.0);
}
@keyframes navAnimation{
0%{
transform: translateY(-300px);
}
25%{
transform: translateY(-300px);
}
100%{
transform: rotate(0) translateY(0);
}
}
nav ul{
list-style: none;
text-align: center;
}
nav ul li{
display: inline;
padding: 50px;
}
nav ul li a{
position: relative;
text-decoration: none;
font-size: 1.2em;
color: #fff;
text-transform: uppercase;
padding-bottom: 2px;
}
nav ul li a::after, .login .log::after{
content: '';
transform-origin: 0 0;
transform: scaleX(0);
position: absolute;
bottom: -5%;
left: 0;
right: 0;
height: 2px;
background: var(--yellow);
z-index: -1;
opacity: 1;
transition: .4s;
}
nav ul li a:hover::after, .login .log:hover::after{
transform: scaleX(1);
}
/*---------------------------------------*/
/*RIGHT PART : LOGIN/REG/BURGER */
/*START ANIMATION*/
.connected, .login, .burgerAnim{
animation: loginAnimation 0.7s 1 0s cubic-bezier(0.18, 0, 0.5, 1.0);
}
@keyframes loginAnimation{
0%{
transform: translateX(400px);
}
100%{
transform: rotate(0) translateX(0);
}
}
/*MAIN BLOC*/
.dropdown{
display: flex;
align-items: center;
}
/*BURGER*/
.burgerAnim{
margin: 0 25px;
min-width: 40px;
max-width: 40px;
cursor: pointer;
}
path{
stroke: white;
}
/*-------*/
/*LOG/REG PART*/
.login{
display: none;
align-items: center;
width: 250px;
}
.show{
display: flex;
}
.login .log, .login .dezoom{
text-align: center;
}
.login .log{
position: relative;
padding: 5px;
color: #fff;
font-size: 12px;
text-decoration: none;
transition: 0.4s;
}
.login .dezoom{
display: flex;
justify-content: center;
height: 65%;
width: 50%;
margin-left: 20px;
padding: 7px 12px;
border-radius: 5px;
background: linear-gradient(145deg, var(--low_yellow), var(--high_yellow));
cursor: pointer;
transform: scale(0.8);
transition: 0.2s;
}
.login .dezoom:hover{
transform: scale(0.95);
background: linear-gradient(145deg, var(--high_yellow), var(--low_yellow));
}
.login .dezoom .reg{
position: relative;
font-size: 1em;
color: white;
}
/* .login .dezoom .reg:hover{
background: linear-gradient(145deg, #e6ae06, #ffcf07);
} */
/*---------------------------------------*/
/*CONNECTED PART*/
.connected{
text-align: right;
margin-right: 40px;
}
/*---------------------------------------*/
.connected .name_connected{
color: var(--yellow);
} | 0.311636 | 0.090695 |
html
{
min-height: 100%;
height: 100%;
font-size: 12px;
}
body
{
background: url(../images/bg/22.png);
font-size: 13px;
}
.sx-header-logo .navbar-brand
{
padding: 0px;
padding-left: 10px;
padding-top: 4px;
}
iframe {
border: 0px;
}
.table thead > tr > th
{
padding: 5px;
max-height: 20px;
}
.breadcrumb {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: 40px;
line-height: 40px;
padding: 0 15px;
position: relative;
/* margin: -30px -15px 0 -15px; */
background: 0;
margin-bottom: 0;
margin-top: 0px;
font-size: 16px;
}
.breadcrumb>li+li:before
{
color: #396298;
text-shadow: 0 1px #FFFFFF;
}
.breadcrumb li a
{
color: #396298;
text-shadow: 0 1px #FFFFFF;
}
.breadcrumb>.active
{
color: #777;
}
.main {
padding: 50px 0px 40px 270px;
background: none;
}
.main:after
{
clear: both;
display: table;
content: " ";
}
.main:before
{
content: " ";
display: table;
}
.main .sx-main-body
{
margin-top: 10px;
float: left;
width: 100%;
}
@media (max-width: 767px)
{
.main
{
padding: 50px 0px 0 24px!important;
}
}
body.sidebar-hidden .main
{
padding: 50px 0px 0px 26px;
}
.sx-main-head
{
padding: 10px 0;
border-left: 1px solid rgba(255, 255, 255, 0.46);
}
.navbar-brand:hover i
{
color: #a6ed18;
}
.sx-navbar
{
box-shadow: 1px 5px 9px rgba(0, 0, 0, 0.17);
z-index: 9; /* Если больше то будет перекрываться full scrin CodeMirror*/
}
.navbar .navbar-nav.navbar-right:last-child
{
padding-left: 0px;
border-left: 1px solid #d1d4d7;
}
.navbar .navbar-nav.navbar-right:last-child
{
margin-right: 0px;
}
footer.sx-admin-footer
{
width: 100%;
background: white;
border-top: 1px solid #d1d4d7;
/*color: #d1d4d7;*/
color: #474747;
height: 40px;
padding: 0 20px 0px 20px;
margin: 0;
position: fixed;
bottom: 0;
z-index: 100;
font-size: 10px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.17), 1px -5px 9px rgba(0, 0, 0, 0.17);
}
footer.sx-admin-footer a
{
color: #474747;
}
body.sidebar-hidden footer.sx-admin-footer
{
padding: 0 20px 0px 20px;
}
@media(max-width:767px) {
.empty .main {
overflow: hidden;
padding: 0px 0px 0 0px !important
}
}
@media (max-width: 991px)
{
.main
{
z-index: 0;
}
.sidebar
{
padding-top: 50px;
}
}
.sx-panel-full
{
position: fixed;
top: 0;
left: 0;
z-index: 10000;
width: 100%;
height: 100%;
overflow: auto;
}
body.empty
{
min-height: 100%;
background: white;
}
body.empty .sx-panel-content
{
min-height: 100%;
border: 0px;
}
body.empty .panel-heading
{
display: none;
}
body.empty .sx-sidebar
{
display: none;
}
body.empty .sx-empty-hide
{
display: none;
}
body.empty .navbar
{
display: none;
}
body.empty .sx-admin-footer
{
display: none;
}
body.empty .main
{
margin: 0;
padding: 0;
}
body.empty .main>.sx-main-body
{
margin: 0;
padding: 0;
}
body.empty .main>.sx-main-body>.sx-panel
{
margin: 0;
}
.navbar .navbar-nav li .dropdown-menu, .dropdown-menu
{
box-shadow: 1px 7px 16px rgba(0, 0, 0, 0.42);
}
div#jGrowl
{
top: 130px;
}
.sx-show-onWindowReady
{
display: none;
}
.navbar .navbar-nav li .sx-dropdown-menu-left:before
{
left: 12px;
right: auto;
}
.navbar .navbar-nav li .sx-dropdown-menu-left:after
{
left: 12px;
right: auto;
}
.sx-main-menu-toggle-opened
{
position: fixed;
top: 50%;
left: 258px;
z-index: 10000;
display: block;
}
.sx-main-menu-toggle-closed
{
display: none;
position: fixed;
top: 50%;
left: 12px;
}
.sx-hide {
display: none;
}
.panel-body .tab-content
{
background: transparent;
border: 0;
padding: 0;
margin: 0;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px;
border-right: 1px solid #ddd;
}
.panel .panel-heading h2, .panel .panel-heading h3
{
font-weight: bold;
text-transform: none;
}
/**
* new styles
**/
.sx-border
{
border: 1px solid rgba(32, 168, 216, 0.23);
}
.sx-m-10
{
margin: 10px;
}
.sx-mt-10
{
margin-top: 10px;
}
.sx-mb-10
{
margin-bottom: 10px;
}
.sx-p-10
{
padding: 10px;
}
/**
* sx-top-nav-menu
**/
.navbar .navbar-nav.navbar-right:last-child
{
border: none;
}
.navbar .sx-left-border
{
border-left: 1px solid #d1d4d7;
}
.datetimepicker th.switch
{
display: table-cell;
}
.sx-box
{
border: 1px solid rgba(32, 168, 216, 0.23);
}
.sx-box .sx-box-head
{
border-bottom: 1px solid rgba(32, 168, 216, 0.23);
}
.sx-box .sx-box-head h2
{
padding: 0px;
margin: 0px;
}
.sx-box .sx-box-body
{}
.sx-p-10
{
padding: 10px;
}
.sx-pt-10
{
padding-top: 10px;
}
.sx-pl-10
{
padding-left: 10px;
}
.sx-pr-10
{
padding-right: 10px;
}
.sx-pb-10
{
padding-bottom: 10px;
}
.sx-bg-primary
{
background: #f5f9f9;
}
/**
* Подстветка картинок в ссылках
*/
a.sx-img-link-hover img
{
border: 2px solid silver;
}
a.sx-img-link-hover img:hover
{
border: 2px solid #5dc3e7;
box-shadow: 1px 1px 14px rgba(32, 168, 216, 0.69);
}
a.sx-border-1px img
{
border-width: 1px;
}
a.sx-width-1px img:hover
{
border-width: 1px;
}
/* Global styles */
.sx-bg-glass
{
background: rgba(208, 208, 208, 0.32);
}
.sx-bg-glass-hover:hover
{
background: rgba(208, 208, 208, 0.5);
}
.modal-content
{
border-top: 3px solid #20a8d8;
}
.sx-admin-filters-form-wrapper .tab-content {
box-shadow: inset 0 1px 0 #fff/*, inset 0 0 2px -1px rgba(232,19,64, 1)*/;
background: #EFF3F4;
border-radius: 0px 4px 4px 4px;
border-bottom: 1px solid #adbdca;
border-right: 1px solid #adbdca;
border-top: 1px solid #adbdca;
border-left: 1px solid #adbdca;
padding: 5px;
border-color: #d6dfe1 #ced7d8 #969d9e #bec7c8;
margin-bottom: 10px;
}
.panel-content-before-second
{
background: #f5f9f9;
}
.panel-content-before-second .sx-model-title
{
margin-top: 11px;
font-weight: bold;
overflow: hidden;
}
.modal-header {
font-weight: bold;
font-size: 18px;
}
.sx-action-permission
{
padding: 5px;
}
.sx-action-permission:hover
{
background-color: rgba(93, 195, 231, 0.15) !important;
}
.sx-action-permission:nth-child(2n)
{
background-color: #f8f9fa;
}
.sx-controll-actions
{
margin-bottom: 10px;
}
table.table {
margin-top: 0px !important;
}
.navbar-brand > span > img {
height: 40px;
}
/**
* Context menu
*/
.context-menu-item.sx-backend-action-wrapper {
padding: 3px 10px;
}
.context-menu-item.sx-backend-action-wrapper:hover {
background: #f5f5f5;
}
.context-menu-item.sx-backend-action-wrapper span,
.context-menu-item.sx-backend-action-wrapper span:hover,
.context-menu-item.sx-backend-action-wrapper a,
.context-menu-item.sx-backend-action-wrapper a:hover
{
text-decoration: none;
color: #333;
font-size: 14px;
cursor: pointer;
} | frontend/web/assets/70eaef95/css/app.css | html
{
min-height: 100%;
height: 100%;
font-size: 12px;
}
body
{
background: url(../images/bg/22.png);
font-size: 13px;
}
.sx-header-logo .navbar-brand
{
padding: 0px;
padding-left: 10px;
padding-top: 4px;
}
iframe {
border: 0px;
}
.table thead > tr > th
{
padding: 5px;
max-height: 20px;
}
.breadcrumb {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: 40px;
line-height: 40px;
padding: 0 15px;
position: relative;
/* margin: -30px -15px 0 -15px; */
background: 0;
margin-bottom: 0;
margin-top: 0px;
font-size: 16px;
}
.breadcrumb>li+li:before
{
color: #396298;
text-shadow: 0 1px #FFFFFF;
}
.breadcrumb li a
{
color: #396298;
text-shadow: 0 1px #FFFFFF;
}
.breadcrumb>.active
{
color: #777;
}
.main {
padding: 50px 0px 40px 270px;
background: none;
}
.main:after
{
clear: both;
display: table;
content: " ";
}
.main:before
{
content: " ";
display: table;
}
.main .sx-main-body
{
margin-top: 10px;
float: left;
width: 100%;
}
@media (max-width: 767px)
{
.main
{
padding: 50px 0px 0 24px!important;
}
}
body.sidebar-hidden .main
{
padding: 50px 0px 0px 26px;
}
.sx-main-head
{
padding: 10px 0;
border-left: 1px solid rgba(255, 255, 255, 0.46);
}
.navbar-brand:hover i
{
color: #a6ed18;
}
.sx-navbar
{
box-shadow: 1px 5px 9px rgba(0, 0, 0, 0.17);
z-index: 9; /* Если больше то будет перекрываться full scrin CodeMirror*/
}
.navbar .navbar-nav.navbar-right:last-child
{
padding-left: 0px;
border-left: 1px solid #d1d4d7;
}
.navbar .navbar-nav.navbar-right:last-child
{
margin-right: 0px;
}
footer.sx-admin-footer
{
width: 100%;
background: white;
border-top: 1px solid #d1d4d7;
/*color: #d1d4d7;*/
color: #474747;
height: 40px;
padding: 0 20px 0px 20px;
margin: 0;
position: fixed;
bottom: 0;
z-index: 100;
font-size: 10px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.17), 1px -5px 9px rgba(0, 0, 0, 0.17);
}
footer.sx-admin-footer a
{
color: #474747;
}
body.sidebar-hidden footer.sx-admin-footer
{
padding: 0 20px 0px 20px;
}
@media(max-width:767px) {
.empty .main {
overflow: hidden;
padding: 0px 0px 0 0px !important
}
}
@media (max-width: 991px)
{
.main
{
z-index: 0;
}
.sidebar
{
padding-top: 50px;
}
}
.sx-panel-full
{
position: fixed;
top: 0;
left: 0;
z-index: 10000;
width: 100%;
height: 100%;
overflow: auto;
}
body.empty
{
min-height: 100%;
background: white;
}
body.empty .sx-panel-content
{
min-height: 100%;
border: 0px;
}
body.empty .panel-heading
{
display: none;
}
body.empty .sx-sidebar
{
display: none;
}
body.empty .sx-empty-hide
{
display: none;
}
body.empty .navbar
{
display: none;
}
body.empty .sx-admin-footer
{
display: none;
}
body.empty .main
{
margin: 0;
padding: 0;
}
body.empty .main>.sx-main-body
{
margin: 0;
padding: 0;
}
body.empty .main>.sx-main-body>.sx-panel
{
margin: 0;
}
.navbar .navbar-nav li .dropdown-menu, .dropdown-menu
{
box-shadow: 1px 7px 16px rgba(0, 0, 0, 0.42);
}
div#jGrowl
{
top: 130px;
}
.sx-show-onWindowReady
{
display: none;
}
.navbar .navbar-nav li .sx-dropdown-menu-left:before
{
left: 12px;
right: auto;
}
.navbar .navbar-nav li .sx-dropdown-menu-left:after
{
left: 12px;
right: auto;
}
.sx-main-menu-toggle-opened
{
position: fixed;
top: 50%;
left: 258px;
z-index: 10000;
display: block;
}
.sx-main-menu-toggle-closed
{
display: none;
position: fixed;
top: 50%;
left: 12px;
}
.sx-hide {
display: none;
}
.panel-body .tab-content
{
background: transparent;
border: 0;
padding: 0;
margin: 0;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px;
border-right: 1px solid #ddd;
}
.panel .panel-heading h2, .panel .panel-heading h3
{
font-weight: bold;
text-transform: none;
}
/**
* new styles
**/
.sx-border
{
border: 1px solid rgba(32, 168, 216, 0.23);
}
.sx-m-10
{
margin: 10px;
}
.sx-mt-10
{
margin-top: 10px;
}
.sx-mb-10
{
margin-bottom: 10px;
}
.sx-p-10
{
padding: 10px;
}
/**
* sx-top-nav-menu
**/
.navbar .navbar-nav.navbar-right:last-child
{
border: none;
}
.navbar .sx-left-border
{
border-left: 1px solid #d1d4d7;
}
.datetimepicker th.switch
{
display: table-cell;
}
.sx-box
{
border: 1px solid rgba(32, 168, 216, 0.23);
}
.sx-box .sx-box-head
{
border-bottom: 1px solid rgba(32, 168, 216, 0.23);
}
.sx-box .sx-box-head h2
{
padding: 0px;
margin: 0px;
}
.sx-box .sx-box-body
{}
.sx-p-10
{
padding: 10px;
}
.sx-pt-10
{
padding-top: 10px;
}
.sx-pl-10
{
padding-left: 10px;
}
.sx-pr-10
{
padding-right: 10px;
}
.sx-pb-10
{
padding-bottom: 10px;
}
.sx-bg-primary
{
background: #f5f9f9;
}
/**
* Подстветка картинок в ссылках
*/
a.sx-img-link-hover img
{
border: 2px solid silver;
}
a.sx-img-link-hover img:hover
{
border: 2px solid #5dc3e7;
box-shadow: 1px 1px 14px rgba(32, 168, 216, 0.69);
}
a.sx-border-1px img
{
border-width: 1px;
}
a.sx-width-1px img:hover
{
border-width: 1px;
}
/* Global styles */
.sx-bg-glass
{
background: rgba(208, 208, 208, 0.32);
}
.sx-bg-glass-hover:hover
{
background: rgba(208, 208, 208, 0.5);
}
.modal-content
{
border-top: 3px solid #20a8d8;
}
.sx-admin-filters-form-wrapper .tab-content {
box-shadow: inset 0 1px 0 #fff/*, inset 0 0 2px -1px rgba(232,19,64, 1)*/;
background: #EFF3F4;
border-radius: 0px 4px 4px 4px;
border-bottom: 1px solid #adbdca;
border-right: 1px solid #adbdca;
border-top: 1px solid #adbdca;
border-left: 1px solid #adbdca;
padding: 5px;
border-color: #d6dfe1 #ced7d8 #969d9e #bec7c8;
margin-bottom: 10px;
}
.panel-content-before-second
{
background: #f5f9f9;
}
.panel-content-before-second .sx-model-title
{
margin-top: 11px;
font-weight: bold;
overflow: hidden;
}
.modal-header {
font-weight: bold;
font-size: 18px;
}
.sx-action-permission
{
padding: 5px;
}
.sx-action-permission:hover
{
background-color: rgba(93, 195, 231, 0.15) !important;
}
.sx-action-permission:nth-child(2n)
{
background-color: #f8f9fa;
}
.sx-controll-actions
{
margin-bottom: 10px;
}
table.table {
margin-top: 0px !important;
}
.navbar-brand > span > img {
height: 40px;
}
/**
* Context menu
*/
.context-menu-item.sx-backend-action-wrapper {
padding: 3px 10px;
}
.context-menu-item.sx-backend-action-wrapper:hover {
background: #f5f5f5;
}
.context-menu-item.sx-backend-action-wrapper span,
.context-menu-item.sx-backend-action-wrapper span:hover,
.context-menu-item.sx-backend-action-wrapper a,
.context-menu-item.sx-backend-action-wrapper a:hover
{
text-decoration: none;
color: #333;
font-size: 14px;
cursor: pointer;
} | 0.270866 | 0.078784 |
body {
background-color: #f5f8fa;
font-style: normal;
font-size: 14px;
line-height: 1.6;
min-height:100%;
position:relative;
padding-bottom: 50px;
border-color: #d3e0e9;
}
label {
font-weight: 700;
}
html {
height: 100%;
margin: 0;
}
html, body {
font-family: 'Alegreya','Raleway', sans-serif;
font-weight: 600;
}
strong {
font-weight: 800;
}
.bg {
background-color: #009d57;
}
.nav-align-center {
padding-top: .3125rem;
padding-bottom: .3125rem;
}
h2, .h2 {
color: #80ba27;
font-size: 26px;
letter-spacing: -1px;
line-height: 1.25;
margin: 20px 0;
}
h3, .h3 {
font-size: 20px;
letter-spacing: -0.5px;
font-weight: bold;
}
h4, .h4 {
font-size: 16px;
text-align: left;
}
.title {
font-size: 1.5em;
}
/* unvisited link */
a:link {
color: red;
}
/* visited link */
a:visited {
color: tomato;
}
/* mouse over link */
a:hover {
color: green;
}
/* selected link */
a:active {
color: blue;
}
.jumbotron {
background-color: #fff;
border: 1px solid #ccc;
margin-left: 15%;
margin-right: 15%;
padding: 19px 29px;
}
.page-title {
text-align: center;
}
.row {
padding-top: 1%;
text-align: center;
}
.user-image {
border-radius: 100%;
}
.rating {
font-size: 0.875rem;
line-height: 25px;
margin-bottom: 1%;
color: grey;
}
.alert {
font-weight: bold;
font-style: italic;
color: red;
}
.product-description {
text-align: left;
margin-top: 1.5%;
font-size: 14px;
}
blockquote, .blockquote {
font-size: 0.875rem;
}
.site-location {
/*margin-left: 16px;*/
/*margin-right: 16px;*/
margin-bottom: 1.6875rem;
}
.crud-button {
margin-left: 15px;
margin-bottom: 15px;
}
.submit {
margin-bottom: 15px;
}
.delete-button {
background-color: Transparent;
background-repeat:no-repeat;
border: none;
cursor:pointer;
overflow: hidden;
outline:none;
}
#myBtn {
/* display: none; Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 85px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: tomato; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
border-radius: 10px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
#myBtn:hover {
background-color: #555; /* Add a dark-grey background on hover */
}
/*.outer {*/
/* overflow: hidden;*/
/* position: relative;*/
/*}*/
/*.inner {*/
/* position: absolute;*/
/* height: 100px;*/
/* width: 100px;*/
/* right: -50px;*/
/* top: 50px;*/
/*}*/
.answer {
background-color: #f2f2f2;
margin-top: 10px;
padding: 8px 20px;
}
.pic {
border: solid;
}
.detail {
border: solid;
}
.review-detai {
line-height: 1.5;
}
.rating {
color: grey;
font-weight: 600;
}
.product-review {
margin-top: 10px;
border-top: 1px solid #e6e6e6;
/*border-bottom: 1px solid #e6e6e6;*/
}
@media (min-width: 320px) {
.details, .brand {
text-align: left;
min-height: 240px;
}
.brand a {
color: black;
padding-left: 10px;
}
.brand li:hover {
background-color: #009d57;
list-style-position:inside;
border: 1px solid #23A265;
border-radius: 5px;
text-decoration: none;
}
.brand li:hover a {
color: white;
text-decoration: none;
}
.reviews {
border-left: 5px solid #80ba27;
margin-left: -30px;
padding-left: 25px;
padding-right: 25px;
font-size: 14px;
}
.product-pics-thumbnail {
width: auto;
max-height: 165px;
}
}
@media (max-width: 319px) {
.items {
font-size: 5;
}
}
.test {
border: solid;
}
.footer {
position: absolute;
left: 0 ; right: 0; bottom: 0;
}
.edit-form {
margin-left: auto;
margin-right: auto;
}
.port-image {
width: 100%;
}
.gallery_product {
margin-bottom: 30px;
}
.product-pics {
max-height: 250px
} | public/css/master.css | body {
background-color: #f5f8fa;
font-style: normal;
font-size: 14px;
line-height: 1.6;
min-height:100%;
position:relative;
padding-bottom: 50px;
border-color: #d3e0e9;
}
label {
font-weight: 700;
}
html {
height: 100%;
margin: 0;
}
html, body {
font-family: 'Alegreya','Raleway', sans-serif;
font-weight: 600;
}
strong {
font-weight: 800;
}
.bg {
background-color: #009d57;
}
.nav-align-center {
padding-top: .3125rem;
padding-bottom: .3125rem;
}
h2, .h2 {
color: #80ba27;
font-size: 26px;
letter-spacing: -1px;
line-height: 1.25;
margin: 20px 0;
}
h3, .h3 {
font-size: 20px;
letter-spacing: -0.5px;
font-weight: bold;
}
h4, .h4 {
font-size: 16px;
text-align: left;
}
.title {
font-size: 1.5em;
}
/* unvisited link */
a:link {
color: red;
}
/* visited link */
a:visited {
color: tomato;
}
/* mouse over link */
a:hover {
color: green;
}
/* selected link */
a:active {
color: blue;
}
.jumbotron {
background-color: #fff;
border: 1px solid #ccc;
margin-left: 15%;
margin-right: 15%;
padding: 19px 29px;
}
.page-title {
text-align: center;
}
.row {
padding-top: 1%;
text-align: center;
}
.user-image {
border-radius: 100%;
}
.rating {
font-size: 0.875rem;
line-height: 25px;
margin-bottom: 1%;
color: grey;
}
.alert {
font-weight: bold;
font-style: italic;
color: red;
}
.product-description {
text-align: left;
margin-top: 1.5%;
font-size: 14px;
}
blockquote, .blockquote {
font-size: 0.875rem;
}
.site-location {
/*margin-left: 16px;*/
/*margin-right: 16px;*/
margin-bottom: 1.6875rem;
}
.crud-button {
margin-left: 15px;
margin-bottom: 15px;
}
.submit {
margin-bottom: 15px;
}
.delete-button {
background-color: Transparent;
background-repeat:no-repeat;
border: none;
cursor:pointer;
overflow: hidden;
outline:none;
}
#myBtn {
/* display: none; Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 85px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: tomato; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
border-radius: 10px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
#myBtn:hover {
background-color: #555; /* Add a dark-grey background on hover */
}
/*.outer {*/
/* overflow: hidden;*/
/* position: relative;*/
/*}*/
/*.inner {*/
/* position: absolute;*/
/* height: 100px;*/
/* width: 100px;*/
/* right: -50px;*/
/* top: 50px;*/
/*}*/
.answer {
background-color: #f2f2f2;
margin-top: 10px;
padding: 8px 20px;
}
.pic {
border: solid;
}
.detail {
border: solid;
}
.review-detai {
line-height: 1.5;
}
.rating {
color: grey;
font-weight: 600;
}
.product-review {
margin-top: 10px;
border-top: 1px solid #e6e6e6;
/*border-bottom: 1px solid #e6e6e6;*/
}
@media (min-width: 320px) {
.details, .brand {
text-align: left;
min-height: 240px;
}
.brand a {
color: black;
padding-left: 10px;
}
.brand li:hover {
background-color: #009d57;
list-style-position:inside;
border: 1px solid #23A265;
border-radius: 5px;
text-decoration: none;
}
.brand li:hover a {
color: white;
text-decoration: none;
}
.reviews {
border-left: 5px solid #80ba27;
margin-left: -30px;
padding-left: 25px;
padding-right: 25px;
font-size: 14px;
}
.product-pics-thumbnail {
width: auto;
max-height: 165px;
}
}
@media (max-width: 319px) {
.items {
font-size: 5;
}
}
.test {
border: solid;
}
.footer {
position: absolute;
left: 0 ; right: 0; bottom: 0;
}
.edit-form {
margin-left: auto;
margin-right: auto;
}
.port-image {
width: 100%;
}
.gallery_product {
margin-bottom: 30px;
}
.product-pics {
max-height: 250px
} | 0.433502 | 0.098296 |
* {
margin: 0;
padding: 0;
}
html, body {
min-height: 100%;
-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
-webkit-text-size-adjust: none;
}
input, textarea {
-webkit-appearance: none;
}
a {
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input {
border: none;
background-color: transparent;
}
.ads {
position: relative;
display: none;
}
.ads.show {
display: block;
}
.ads img {
width: 100%;
margin-bottom: -4px;
}
.btn-close-ad {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
background-image: url("../../img/magpiebridge/btn_close.png");
background-size: 35px 35px;
background-repeat: no-repeat;
background-position: center;
}
#start-page{
position: relative;
overflow: hidden;
}
#start-page-main {
width: 100%;
min-height: 100%;
background-size: 476px 755px;
background-repeat: no-repeat;
background-position: center top;
background-color: #2F1B58;
}
#btn-start {
width: 160px;/*200 180*/
height: 40px;
position: absolute;
top: 190px;
left: 0;
right: 0;
margin: 0 auto;
background-size: 100% 100%;
background:url(../images/start_btn.png) no-repeat;
-webkit-transform: translate3d(-58px, 0, 0) scale(1);
-webkit-transform-origin: center;
}
#btn-start.anim {
-webkit-animation: btnstartanim 1.5s ease-in-out infinite;
}
@-webkit-keyframes btnstartanim {
0% {
-webkit-transform: translate3d(-58px, 0, 0) scale(1);
}
50% {
-webkit-transform: translate3d(-58px, 0, 0) scale(1.2);
}
100% {
-webkit-transform: translate3d(-58px, 0, 0) scale(1);
}
}
/*
#btn-prize {
width: 37px;
height: 41px;
position: absolute;
right: 10px;
top: 10px;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: right top;
background-image: url("../../img/magpiebridge/btn_prize.png");
} */
#btn-prize.anim{
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-name: btnprizeanim;
-webkit-animation-duration: 200ms;
-webkit-transform-origin: bottom center;
}
@-webkit-keyframes btnprizeanim{
25%{-webkit-transform: rotate(-6deg);}
50%{-webkit-transform: rotate(0deg);}
75%{-webkit-transform: rotate(6deg);}
100%{-webkit-transform: rotate(0deg);}
}
.panel-container {
width: 100%;
padding-top: 300px;
}
.panel-container .container-title {
text-align: center;
height:69px;
letter-spacing: 2px;
}
.panel-container .container-title li {
display: inline-block;
height: 100%;
position:relative;
z-index:888;
}
.panel-container .container-title li a {
display: inline-block;
height: 100%;
background-size: 100%;
width:173px;
background:url(../images/btn-rank.png) no-repeat;
}
.panel-container .container-title li a.btn-activity {
background:url(../images/btn-activity.png) no-repeat;
}
.panel-container .container-title li a.btn-rank {
background-position: 0 0;
}
.panel-container .container-body {
position: relative;
height: 355px;
margin-top:-15px;
}
.panel-container .container-content {
border-radius: 12px;
width: 100%;
position: absolute;
top: 0;
height: 100%;
}
.panel-container .container-content.container-rank {
background-image: -webkit-linear-gradient(270deg, #d7cee5 10%, transparent 20%), -webkit-linear-gradient(0deg, #f0e4f6 0%, #FFFFFF 50%, #f0e4f6 100%);
background-size: 100% 100px, 100% 100%;
background-repeat: no-repeat;;
}
.panel-container .container-content.container-acitivity {
display: none;
background-image: -webkit-linear-gradient(270deg, #d7cee5 10%, transparent 20%), -webkit-linear-gradient(0deg, #f0e4f6 0%, #FFFFFF 50%, #f0e4f6 100%);
background-size: 100% 100px, 100% 100%;
background-repeat: no-repeat;
font-size: 12px;
padding-top: 6px;
box-sizing: border-box;
color: rgb(212, 126, 93);
}
.panel-container .container-content.container-acitivity .container-activity-box{
background-image: -webkit-linear-gradient(0deg, #F7E39C 0%, #FFFFFF 50%, #F7E39C 100%);
height: 100%;
position: relative;
padding-top: 7px;
border-radius: 12px;
box-sizing: border-box;
}
/* .panel-container .container-content.container-acitivity .container-activity-content{
border-radius: 16px;
background-repeat: repeat-x;
background-size: 1px 45px;
background-image: url("../../img/magpiebridge/bg_th.png");
overflow: hidden;
height: 100%;
} */
.panel-container .container-content.container-acitivity .container-activity-content .text{
padding: 20px;
line-height: 19px;
word-break: break-word;
}
.panel-container .container-content.container-acitivity .container-activity-content img{
max-width: 100%;
}
.panel-container .container-content .icon-img-bg {
width: 35px;
height: 35px;
border-radius: 50%;
border: 2px solid #FFFFFF;
margin-top: -3px;
display: inline-block;
vertical-align: middle;
}
.panel-container .container-content .icon-img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.panel-container .container-content table {
width: 100%;
border-spacing: 0;
color: #d47e5d;
text-align: center;
font-size: 12px;
white-space: nowrap;
background-image: -webkit-linear-gradient(0deg, #f0e4f6 0%, #f0e4f6 50%, #f0e4f6 100%);
}
.panel-container .container-content .table-title {
border-radius: 12px 12px 0 0;
padding-top: 7px;
margin-top: 6px;
}
.panel-container .container-content .table-title th:first-child {
border-radius: 16px 0 0 0;
}
.panel-container .container-content .table-title th:last-child {
border-radius: 0 16px 0 0;
}
.panel-container .container-content .table-bottom {
border-radius: 0 0 12px 12px;
line-height: 40px;
font-size: 12px;
}
.panel-container .container-content .table-scroll{
height: 228px;
overflow: hidden;
}
.panel-container .container-content .table-bottom{
background-image: -webkit-linear-gradient(0deg, #d7cee5 0%, #ecd8f6 50%, #d7cee5 100%);
}
.panel-container .container-content .table-bottom td:last-child{
white-space: nowrap;
}
/* .panel-container .container-content .table-title th {
height: 45px;
line-height: 45px;
background-repeat: repeat-x;
background-size: 1px 45px;
background-image: url("../../img/magpiebridge/bg_th.png");
} */
/* .panel-container .container-content .table-body tr {
height: 45px;
line-height: 45px;
background-repeat: repeat-x;
background-size: 1px 49px;
background-image: url("../../img/magpiebridge/bg_tr.png");
} */
.panel-container .container-content th {
height: 16px;
}
.panel-container .container-content .icon {
width: 58px;
height: 30px;
display: inline-block;
/*background-size: 93px 16px;*/
background:url(../images/start_page_title.png);
}
.panel-container .container-content .icon.icon-head {
background-position: 0px 0;
}
.panel-container .container-content .icon.icon-nick {
background-position:0 -30px;
}
.panel-container .container-content .icon.icon-time {
background-position:0 -60px;
}
/* .panel-container .container-content .icon2 {
width: 60px;
height: 15px;
display: inline-block;
margin-top: 15px;
background-size: 180px 15px;
background-image: url("../../img/magpiebridge/start_page_title2.png");
}
*/
.panel-container .container-content .icon2.icon-desc {
background-position: 0 0;
}
.panel-container .container-content .icon2.icon-rule {
background-position: -60px 0;
}
.panel-container .container-content .icon2.icon-time {
background-position: -120px 0;
}
.panel-container .container-content .icon_rank {
width: 39px;
height: 39px;
display: inline-block;
/*background-size: 105px 33px;*/
vertical-align: middle;
margin-top: -6px;
background:url(../images/num_03.gif) no-repeat;;
}
.panel-container .container-content b{
font-weight: bold;
color: #d75827;
margin-right: 6px;
}
.panel-container .container-content .icon_rank.rank1 {
background-position: 0px 0;
}
.panel-container .container-content .icon_rank.rank2 {
background-position: 0 -39px;
}
.panel-container .container-content .icon_rank.rank3 {
background-position: 0 -78px;
}
.company-rights {
color: #7854c2;
font-size: 10px;
text-align: center;
line-height: 45px;
width: 100%;
}
.register-panel {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto 25px;
background-color: #fba778;
border-radius: 12px;
height: 306px;
display: none;
}
#panel-without-times{
height: 220px;
}
#panel-without-times .register-main{
height: 214px;
}
.register-panel.show {
display: block;
}
.register-panel-layer {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: none;
}
.register-panel-layer.show {
display: block;
}
.register-panel .register-main {
border-radius: 12px;
margin-top: 6px;
height: 300px;
position: relative;
background-image: -webkit-linear-gradient(0deg, #F7E39C 0%, #FFFFFF 50%, #F7E39C 100%);
}
/* .register-panel .register-content {
width: 100%;
min-height: 45px;
line-height: 45px;
border-radius: 20px 20px 0 0;
background-repeat: repeat-x;
background-size: 1px 45px;
background-image: url("../../img/magpiebridge/bg_th.png");
position: absolute;
top: 6px;
left: 0;
text-align: center;
}
*/
.register-panel .icon-player {
width: 82px;
height: 20px;
position: absolute;
top: 20px;
left: 0;
right: 0;
margin: 0 auto;
background-size: 100% 100%;
background-image: url("../../img/magpiebridge/icon_player.png");
}
.register-panel .icon-img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.register-panel .icon-img-bg {
width: 75px;
height: 75px;
border-radius: 50%;
border: 2px solid #FFFFFF;
margin-top: 50px;
display: inline-block;
}
.register-panel .icon-edit {
width: 25px;
height: 24px;
position: absolute;
top: 100px;
left: 0;
right: 0;
margin: 0 auto;
background-size: 25px 24px;
background-position: right bottom;
background-image: url("../../img/magpiebridge/icon_edit.png");
-webkit-transform: translate3d(30px, 2px, 0);
background-repeat: no-repeat;
}
.register-panel input[type="text"],
.register-panel input[type="tel"] {
border: 1px solid #F5DBA2;
background-color: #fefbf1;
border-radius: 2px;
margin: 0 auto 6px;
width: 195px;
height: 32px;
line-height: normal;
text-align: center;
display: block;
font-size: 15px;
color: #d1865c;
}
.register-panel input::-webkit-input-placeholder {
text-align: center;
}
.register-panel .input-file {
opacity: 0;
position: absolute;
top: 50px;
left: 0;
right: 0;
margin: 0 auto;
width: 80px;
height: 80px;
}
.register-panel .btn-layout {
text-align: center;
margin-top: 10px;
}
.register-panel .btn-start,
.register-panel .btn-cancel {
display: inline-block;
width: 91px;
height: 40px;
background-size: 300% 100%;
background-image: url("../../img/magpiebridge/start_page_btn.png");
}
.register-panel .btn-start {
background-position: -182px 0;
}
.register-panel .btn-cancel {
background-position: -91px 0;
}
.register-panel .icon-without-times{
width: 199px;
height: 78px;
position: absolute;
top: -37px;
left: 0;
right: 0;
margin: 0 auto;
background-size: 100% 100%;
background-image: url(../../img/magpiebridge/result_page_prize_no.png);
-webkit-transform: translate(10px, 0px);
}
.register-panel .btn-know {
display: inline-block;
width: 156px;
height: 41px;
background-size: 156px 41px;
background-image: url("../../img/magpiebridge/btn_know.png");
}
.register-panel .btn-know {
background-position: 0 0;
}
.register-panel .result-page-prize{
color: #d1865c;
font-size: 22px;
font-weight: bold;
text-align: center;
line-height: 25px;
margin-top: 50px;
}
.register-panel .plus{
font-size: 15px;
color: #d1865c;
line-height: 20px;
margin-top: 12px;
padding-bottom: 8px;
}
.register-panel .color_warn{
color: #fd615f;
font-weight: bold;
text-decoration: none;
} | Public/static/applegame/wap/res/index.css | * {
margin: 0;
padding: 0;
}
html, body {
min-height: 100%;
-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
-webkit-text-size-adjust: none;
}
input, textarea {
-webkit-appearance: none;
}
a {
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input {
border: none;
background-color: transparent;
}
.ads {
position: relative;
display: none;
}
.ads.show {
display: block;
}
.ads img {
width: 100%;
margin-bottom: -4px;
}
.btn-close-ad {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
background-image: url("../../img/magpiebridge/btn_close.png");
background-size: 35px 35px;
background-repeat: no-repeat;
background-position: center;
}
#start-page{
position: relative;
overflow: hidden;
}
#start-page-main {
width: 100%;
min-height: 100%;
background-size: 476px 755px;
background-repeat: no-repeat;
background-position: center top;
background-color: #2F1B58;
}
#btn-start {
width: 160px;/*200 180*/
height: 40px;
position: absolute;
top: 190px;
left: 0;
right: 0;
margin: 0 auto;
background-size: 100% 100%;
background:url(../images/start_btn.png) no-repeat;
-webkit-transform: translate3d(-58px, 0, 0) scale(1);
-webkit-transform-origin: center;
}
#btn-start.anim {
-webkit-animation: btnstartanim 1.5s ease-in-out infinite;
}
@-webkit-keyframes btnstartanim {
0% {
-webkit-transform: translate3d(-58px, 0, 0) scale(1);
}
50% {
-webkit-transform: translate3d(-58px, 0, 0) scale(1.2);
}
100% {
-webkit-transform: translate3d(-58px, 0, 0) scale(1);
}
}
/*
#btn-prize {
width: 37px;
height: 41px;
position: absolute;
right: 10px;
top: 10px;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: right top;
background-image: url("../../img/magpiebridge/btn_prize.png");
} */
#btn-prize.anim{
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-name: btnprizeanim;
-webkit-animation-duration: 200ms;
-webkit-transform-origin: bottom center;
}
@-webkit-keyframes btnprizeanim{
25%{-webkit-transform: rotate(-6deg);}
50%{-webkit-transform: rotate(0deg);}
75%{-webkit-transform: rotate(6deg);}
100%{-webkit-transform: rotate(0deg);}
}
.panel-container {
width: 100%;
padding-top: 300px;
}
.panel-container .container-title {
text-align: center;
height:69px;
letter-spacing: 2px;
}
.panel-container .container-title li {
display: inline-block;
height: 100%;
position:relative;
z-index:888;
}
.panel-container .container-title li a {
display: inline-block;
height: 100%;
background-size: 100%;
width:173px;
background:url(../images/btn-rank.png) no-repeat;
}
.panel-container .container-title li a.btn-activity {
background:url(../images/btn-activity.png) no-repeat;
}
.panel-container .container-title li a.btn-rank {
background-position: 0 0;
}
.panel-container .container-body {
position: relative;
height: 355px;
margin-top:-15px;
}
.panel-container .container-content {
border-radius: 12px;
width: 100%;
position: absolute;
top: 0;
height: 100%;
}
.panel-container .container-content.container-rank {
background-image: -webkit-linear-gradient(270deg, #d7cee5 10%, transparent 20%), -webkit-linear-gradient(0deg, #f0e4f6 0%, #FFFFFF 50%, #f0e4f6 100%);
background-size: 100% 100px, 100% 100%;
background-repeat: no-repeat;;
}
.panel-container .container-content.container-acitivity {
display: none;
background-image: -webkit-linear-gradient(270deg, #d7cee5 10%, transparent 20%), -webkit-linear-gradient(0deg, #f0e4f6 0%, #FFFFFF 50%, #f0e4f6 100%);
background-size: 100% 100px, 100% 100%;
background-repeat: no-repeat;
font-size: 12px;
padding-top: 6px;
box-sizing: border-box;
color: rgb(212, 126, 93);
}
.panel-container .container-content.container-acitivity .container-activity-box{
background-image: -webkit-linear-gradient(0deg, #F7E39C 0%, #FFFFFF 50%, #F7E39C 100%);
height: 100%;
position: relative;
padding-top: 7px;
border-radius: 12px;
box-sizing: border-box;
}
/* .panel-container .container-content.container-acitivity .container-activity-content{
border-radius: 16px;
background-repeat: repeat-x;
background-size: 1px 45px;
background-image: url("../../img/magpiebridge/bg_th.png");
overflow: hidden;
height: 100%;
} */
.panel-container .container-content.container-acitivity .container-activity-content .text{
padding: 20px;
line-height: 19px;
word-break: break-word;
}
.panel-container .container-content.container-acitivity .container-activity-content img{
max-width: 100%;
}
.panel-container .container-content .icon-img-bg {
width: 35px;
height: 35px;
border-radius: 50%;
border: 2px solid #FFFFFF;
margin-top: -3px;
display: inline-block;
vertical-align: middle;
}
.panel-container .container-content .icon-img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.panel-container .container-content table {
width: 100%;
border-spacing: 0;
color: #d47e5d;
text-align: center;
font-size: 12px;
white-space: nowrap;
background-image: -webkit-linear-gradient(0deg, #f0e4f6 0%, #f0e4f6 50%, #f0e4f6 100%);
}
.panel-container .container-content .table-title {
border-radius: 12px 12px 0 0;
padding-top: 7px;
margin-top: 6px;
}
.panel-container .container-content .table-title th:first-child {
border-radius: 16px 0 0 0;
}
.panel-container .container-content .table-title th:last-child {
border-radius: 0 16px 0 0;
}
.panel-container .container-content .table-bottom {
border-radius: 0 0 12px 12px;
line-height: 40px;
font-size: 12px;
}
.panel-container .container-content .table-scroll{
height: 228px;
overflow: hidden;
}
.panel-container .container-content .table-bottom{
background-image: -webkit-linear-gradient(0deg, #d7cee5 0%, #ecd8f6 50%, #d7cee5 100%);
}
.panel-container .container-content .table-bottom td:last-child{
white-space: nowrap;
}
/* .panel-container .container-content .table-title th {
height: 45px;
line-height: 45px;
background-repeat: repeat-x;
background-size: 1px 45px;
background-image: url("../../img/magpiebridge/bg_th.png");
} */
/* .panel-container .container-content .table-body tr {
height: 45px;
line-height: 45px;
background-repeat: repeat-x;
background-size: 1px 49px;
background-image: url("../../img/magpiebridge/bg_tr.png");
} */
.panel-container .container-content th {
height: 16px;
}
.panel-container .container-content .icon {
width: 58px;
height: 30px;
display: inline-block;
/*background-size: 93px 16px;*/
background:url(../images/start_page_title.png);
}
.panel-container .container-content .icon.icon-head {
background-position: 0px 0;
}
.panel-container .container-content .icon.icon-nick {
background-position:0 -30px;
}
.panel-container .container-content .icon.icon-time {
background-position:0 -60px;
}
/* .panel-container .container-content .icon2 {
width: 60px;
height: 15px;
display: inline-block;
margin-top: 15px;
background-size: 180px 15px;
background-image: url("../../img/magpiebridge/start_page_title2.png");
}
*/
.panel-container .container-content .icon2.icon-desc {
background-position: 0 0;
}
.panel-container .container-content .icon2.icon-rule {
background-position: -60px 0;
}
.panel-container .container-content .icon2.icon-time {
background-position: -120px 0;
}
.panel-container .container-content .icon_rank {
width: 39px;
height: 39px;
display: inline-block;
/*background-size: 105px 33px;*/
vertical-align: middle;
margin-top: -6px;
background:url(../images/num_03.gif) no-repeat;;
}
.panel-container .container-content b{
font-weight: bold;
color: #d75827;
margin-right: 6px;
}
.panel-container .container-content .icon_rank.rank1 {
background-position: 0px 0;
}
.panel-container .container-content .icon_rank.rank2 {
background-position: 0 -39px;
}
.panel-container .container-content .icon_rank.rank3 {
background-position: 0 -78px;
}
.company-rights {
color: #7854c2;
font-size: 10px;
text-align: center;
line-height: 45px;
width: 100%;
}
.register-panel {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto 25px;
background-color: #fba778;
border-radius: 12px;
height: 306px;
display: none;
}
#panel-without-times{
height: 220px;
}
#panel-without-times .register-main{
height: 214px;
}
.register-panel.show {
display: block;
}
.register-panel-layer {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: none;
}
.register-panel-layer.show {
display: block;
}
.register-panel .register-main {
border-radius: 12px;
margin-top: 6px;
height: 300px;
position: relative;
background-image: -webkit-linear-gradient(0deg, #F7E39C 0%, #FFFFFF 50%, #F7E39C 100%);
}
/* .register-panel .register-content {
width: 100%;
min-height: 45px;
line-height: 45px;
border-radius: 20px 20px 0 0;
background-repeat: repeat-x;
background-size: 1px 45px;
background-image: url("../../img/magpiebridge/bg_th.png");
position: absolute;
top: 6px;
left: 0;
text-align: center;
}
*/
.register-panel .icon-player {
width: 82px;
height: 20px;
position: absolute;
top: 20px;
left: 0;
right: 0;
margin: 0 auto;
background-size: 100% 100%;
background-image: url("../../img/magpiebridge/icon_player.png");
}
.register-panel .icon-img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.register-panel .icon-img-bg {
width: 75px;
height: 75px;
border-radius: 50%;
border: 2px solid #FFFFFF;
margin-top: 50px;
display: inline-block;
}
.register-panel .icon-edit {
width: 25px;
height: 24px;
position: absolute;
top: 100px;
left: 0;
right: 0;
margin: 0 auto;
background-size: 25px 24px;
background-position: right bottom;
background-image: url("../../img/magpiebridge/icon_edit.png");
-webkit-transform: translate3d(30px, 2px, 0);
background-repeat: no-repeat;
}
.register-panel input[type="text"],
.register-panel input[type="tel"] {
border: 1px solid #F5DBA2;
background-color: #fefbf1;
border-radius: 2px;
margin: 0 auto 6px;
width: 195px;
height: 32px;
line-height: normal;
text-align: center;
display: block;
font-size: 15px;
color: #d1865c;
}
.register-panel input::-webkit-input-placeholder {
text-align: center;
}
.register-panel .input-file {
opacity: 0;
position: absolute;
top: 50px;
left: 0;
right: 0;
margin: 0 auto;
width: 80px;
height: 80px;
}
.register-panel .btn-layout {
text-align: center;
margin-top: 10px;
}
.register-panel .btn-start,
.register-panel .btn-cancel {
display: inline-block;
width: 91px;
height: 40px;
background-size: 300% 100%;
background-image: url("../../img/magpiebridge/start_page_btn.png");
}
.register-panel .btn-start {
background-position: -182px 0;
}
.register-panel .btn-cancel {
background-position: -91px 0;
}
.register-panel .icon-without-times{
width: 199px;
height: 78px;
position: absolute;
top: -37px;
left: 0;
right: 0;
margin: 0 auto;
background-size: 100% 100%;
background-image: url(../../img/magpiebridge/result_page_prize_no.png);
-webkit-transform: translate(10px, 0px);
}
.register-panel .btn-know {
display: inline-block;
width: 156px;
height: 41px;
background-size: 156px 41px;
background-image: url("../../img/magpiebridge/btn_know.png");
}
.register-panel .btn-know {
background-position: 0 0;
}
.register-panel .result-page-prize{
color: #d1865c;
font-size: 22px;
font-weight: bold;
text-align: center;
line-height: 25px;
margin-top: 50px;
}
.register-panel .plus{
font-size: 15px;
color: #d1865c;
line-height: 20px;
margin-top: 12px;
padding-bottom: 8px;
}
.register-panel .color_warn{
color: #fd615f;
font-weight: bold;
text-decoration: none;
} | 0.360827 | 0.067393 |
@tailwind base;
/* work-sans-100 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 100;
src: local('Work Sans Thin'), local('WorkSans-Thin'),
url('../fonts/work-sans-v5-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-200 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 200;
src: local('Work Sans ExtraLight'), local('WorkSans-ExtraLight'),
url('../fonts/work-sans-v5-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-300 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 300;
src: local('Work Sans Light'), local('WorkSans-Light'),
url('../fonts/work-sans-v5-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-500 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
src: local('Work Sans Medium'), local('WorkSans-Medium'),
url('../fonts/work-sans-v5-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-regular - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: local('Work Sans'), local('WorkSans-Regular'),
url('../fonts/work-sans-v5-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-600 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 600;
src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'),
url('../fonts/work-sans-v5-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-700 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 700;
src: local('Work Sans Bold'), local('WorkSans-Bold'),
url('../fonts/work-sans-v5-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-800 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 800;
src: local('Work Sans ExtraBold'), local('WorkSans-ExtraBold'),
url('../fonts/work-sans-v5-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-900 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 900;
src: local('Work Sans Black'), local('WorkSans-Black'),
url('../fonts/work-sans-v5-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
font-family: "LeagueMono";
font-weight: 100;
src: url("/fonts/leaguemono-ultralight-webfont.woff2") format("woff2"),
url("/fonts/leaguemono-ultralight-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 200;
src: url("/fonts/leaguemono-thin-webfont.woff2") format("woff2"),
url("/fonts/leaguemono-thin-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 300;
src: url("../fonts/leaguemono-light-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-light-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 400;
src: url("../fonts/leaguemono-regular-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-regular-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 500;
src: url("../fonts/leaguemono-medium-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-medium-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 600;
src: url("../fonts/leaguemono-semibold-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-semibold-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 700;
src: url("../fonts/leaguemono-bold-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-bold-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 800;
src: url("../fonts/leaguemono-extrabold-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-extrabold-webfont.woff") format("woff");
}
/* anaheim-regular - latin */
@font-face {
font-family: 'Anaheim';
font-style: normal;
font-weight: 400;
src: url('../fonts/anaheim-v7-latin-regular.eot');
/* IE9 Compat Modes */
src: local('Anaheim'), local('Anaheim-Regular'),
url('../fonts/anaheim-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../fonts/anaheim-v7-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */
url('../fonts/anaheim-v7-latin-regular.woff') format('woff'),
/* Modern Browsers */
url('../fonts/anaheim-v7-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../fonts/anaheim-v7-latin-regular.svg#Anaheim') format('svg');
/* Legacy iOS */
}
/* laila-300 - latin */
@font-face {
font-family: 'Laila';
font-style: normal;
font-weight: 300;
src: local('Laila Light'), local('Laila-Light'),
/* url('../fonts/laila-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ */
url('../fonts/laila-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
/* url('../fonts/laila-v6-latin-300.woff') format('woff'), /* Modern Browsers */ */
/* url('../fonts/laila-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
/* url('../fonts/laila-v6-latin-300.svg#Laila') format('svg'); Legacy iOS */
}
@font-face {
font-family: "Fira Sans Condensed";
font-weight: 900;
src: url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:900i&display=swap");
}
h1, h2, h3, h5 {
font-family: "LeagueMono", monospace;
}
h4 {
font-family: "Work Sans", serif;
}
html, body {
overflow-x: hidden;
max-width: 100%;
font-family: "Work Sans", serif;
}
.anaheim {
font-family: Anaheim;
}
@tailwind components;
.current {
@apply bg-white rounded-t-lg py-2;
/* @apply sm:rounded-b-none; */
/* @apply sm:rounded-t-lg; */
}
.check_text {
@apply font-thin ml-3;
}
@tailwind utilities; | src/style.css | @tailwind base;
/* work-sans-100 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 100;
src: local('Work Sans Thin'), local('WorkSans-Thin'),
url('../fonts/work-sans-v5-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-200 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 200;
src: local('Work Sans ExtraLight'), local('WorkSans-ExtraLight'),
url('../fonts/work-sans-v5-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-300 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 300;
src: local('Work Sans Light'), local('WorkSans-Light'),
url('../fonts/work-sans-v5-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-500 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
src: local('Work Sans Medium'), local('WorkSans-Medium'),
url('../fonts/work-sans-v5-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-regular - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: local('Work Sans'), local('WorkSans-Regular'),
url('../fonts/work-sans-v5-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-600 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 600;
src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'),
url('../fonts/work-sans-v5-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-700 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 700;
src: local('Work Sans Bold'), local('WorkSans-Bold'),
url('../fonts/work-sans-v5-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-800 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 800;
src: local('Work Sans ExtraBold'), local('WorkSans-ExtraBold'),
url('../fonts/work-sans-v5-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* work-sans-900 - latin */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 900;
src: local('Work Sans Black'), local('WorkSans-Black'),
url('../fonts/work-sans-v5-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/work-sans-v5-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
font-family: "LeagueMono";
font-weight: 100;
src: url("/fonts/leaguemono-ultralight-webfont.woff2") format("woff2"),
url("/fonts/leaguemono-ultralight-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 200;
src: url("/fonts/leaguemono-thin-webfont.woff2") format("woff2"),
url("/fonts/leaguemono-thin-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 300;
src: url("../fonts/leaguemono-light-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-light-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 400;
src: url("../fonts/leaguemono-regular-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-regular-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 500;
src: url("../fonts/leaguemono-medium-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-medium-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 600;
src: url("../fonts/leaguemono-semibold-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-semibold-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 700;
src: url("../fonts/leaguemono-bold-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-bold-webfont.woff") format("woff");
}
@font-face {
font-family: "LeagueMono";
font-weight: 800;
src: url("../fonts/leaguemono-extrabold-webfont.woff2") format("woff2"),
url("../fonts/leaguemono-extrabold-webfont.woff") format("woff");
}
/* anaheim-regular - latin */
@font-face {
font-family: 'Anaheim';
font-style: normal;
font-weight: 400;
src: url('../fonts/anaheim-v7-latin-regular.eot');
/* IE9 Compat Modes */
src: local('Anaheim'), local('Anaheim-Regular'),
url('../fonts/anaheim-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../fonts/anaheim-v7-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */
url('../fonts/anaheim-v7-latin-regular.woff') format('woff'),
/* Modern Browsers */
url('../fonts/anaheim-v7-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../fonts/anaheim-v7-latin-regular.svg#Anaheim') format('svg');
/* Legacy iOS */
}
/* laila-300 - latin */
@font-face {
font-family: 'Laila';
font-style: normal;
font-weight: 300;
src: local('Laila Light'), local('Laila-Light'),
/* url('../fonts/laila-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ */
url('../fonts/laila-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
/* url('../fonts/laila-v6-latin-300.woff') format('woff'), /* Modern Browsers */ */
/* url('../fonts/laila-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
/* url('../fonts/laila-v6-latin-300.svg#Laila') format('svg'); Legacy iOS */
}
@font-face {
font-family: "Fira Sans Condensed";
font-weight: 900;
src: url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:900i&display=swap");
}
h1, h2, h3, h5 {
font-family: "LeagueMono", monospace;
}
h4 {
font-family: "Work Sans", serif;
}
html, body {
overflow-x: hidden;
max-width: 100%;
font-family: "Work Sans", serif;
}
.anaheim {
font-family: Anaheim;
}
@tailwind components;
.current {
@apply bg-white rounded-t-lg py-2;
/* @apply sm:rounded-b-none; */
/* @apply sm:rounded-t-lg; */
}
.check_text {
@apply font-thin ml-3;
}
@tailwind utilities; | 0.257952 | 0.032744 |
html {
background: url("imgs/bkgrnd.jpg") no-repeat center center fixed ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
scroll-behavior: smooth;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Chome - Opera */
}
#bkgrnd {
display: none;
}
body {
background: transparent;
}
#panelInicial {
background-color: rgba( 16, 71, 93,0.8);
height: 100vh;
width: 100%;
padding: 0px;
}
/*Nombre - Welcome*/
@media all and (min-width: 1501px) {
#txtNombre, .slidingVertical span {
font-size: 100px;
}
#txtWelcome{
font-size: 60px;
}
.skill .glyphicon,.skillsList .title{
font-size: 40px;
}
}
@media all and (max-width: 1500px) and (min-width: 1201px) {
#txtNombre, .slidingVertical span {
font-size: 6vw;
}
#txtWelcome{
font-size: 4vw;
}
.skill .glyphicon,.skillsList .title{
font-size: 2vw;
}
}
@media all and (max-width: 1200px) {
#txtNombre, .slidingVertical span {
font-size: 6vw;
}
#txtWelcome{
font-size: 6vw;
}
.skill .glyphicon,.skillsList .title{
font-size: 4vw;
}
}
#containerNombre{
padding: 0px;
height: 100%;
}
#filaNombre{
height:80%;
}
.slidingVertical{
width: 20%;
}
#txtNombre, .slidingVertical span, #txtWelcome {
color: white;
font-family: 'Lato', sans-serif;
}
#txtNombre {
padding-left: 22%
}
#punto{
padding-left: 0;
}
#txtWelcome{
padding-top: 2.5%;
width: 95%;
}
/*Down Button*/
#inicialScrollPanel{
height: 20%;
position: relative;
}
#inicialButton{
cursor: pointer;
padding-top: 15px;
position: absolute;
height: 70px;
width: 100px;
bottom: 0;
right: 0;
background-color: rgba(80,80,80,0.8);
}
#arrow-down .glyphicon {
color: white;
font-size: 40px;
}
#arrow-down {
position: relative;
margin: 0 auto;
text-align: center;
animation: jump 1.5s infinite;
}
@keyframes jump { 0% { top: 0; } 50% { top: 10%; } 100% { top: 0; } }
/* About ME */
#panelAboutMe {
background-color: #D3C7A2;
width: 100%;
height: 100%;
padding-bottom: 5%;
}
#aboutMeTitle{
font-family: 'Roboto Slab', serif;
font-size: 5vw;
padding-top: 5%;
color: #505050;
}
#aboutMeQuote{
font-size: 1.5vw;
color: #10475D;
padding-left: 20%;
padding-right: 20%;
padding-top: 0.5%;
padding-bottom: 0.5%;
}
#hrAboutMeTitle {
background-color: #10475D;
width: 50%;
height: 3px;
border: 0;
}
#aboutMeFila2{
padding-top: 5%;
}
#aboutMeImg{
padding-top: 15%;
}
#aboutMePara{
}
#aboutMePara .title{
font-size: 3vw;
font-family: 'Bitter', serif;
color: #10475D;
}
#aboutMePara .para{
padding-top: 5%;
font-size: 1.5vw;
}
#aboutMeDetails .title{
font-size: 3vw;
font-family: 'Bitter', serif;
color: #10475D;
}
#aboutMeDetails .details{
padding-top: 7.5%;
padding-left: 5%;
font-size: 1.5vw;
}
#aboutMeDetails .details .tag{
font-weight: bold;
}
#aboutMeDetails .details .info{
padding-bottom: 7.5%;
}
#aboutMeInfo{
padding-top: 12.5%;
height: 100%;
font-size: 1.5vw;
font-family: 'Bitter', serif;
}
/*ListPanel*/
.panelList {
width: 100%;
height: 100%;
padding-bottom: 5%;
}
.listTitle{
font-family: 'Roboto Slab', serif;
font-size: 5vw;
padding-top: 5%;
}
.listQuote{
font-size: 1.5vw;
padding-left: 20%;
padding-right: 20%;
padding-top: 0.5%;
padding-bottom: 0.5%;
}
.hrListTitle {
width: 65%;
height: 3px;
border: 0;
}
.listInfo{
padding-top: 5%;
padding-bottom: 2.5%
}
.listLeft{
padding-left: 7.5%;
}
.listName{
font-size: 1.5vw;
font-weight: bold;
}
.listTime{
padding-top: 2%;
font-size: 1.1vw;
font-family: 'Roboto Slab', serif;
}
.listRight{
padding-left: 2%;
}
.listRight .title{
font-size: 1.3vw;
font-weight: bold;
}
.listRight .info{
padding-top: 2.5%;
padding-bottom: 1%;
font-family: 'Roboto Slab', serif;
font-size: 1.2vw;
}
.listRight .location .glyphicon {
font-size: 20px;
}
.listRight .location{
font-size: 1.2vw;
cursor: pointer;
}
.listHr{
width: 85%;
height: 2px;
border: 0;
}
/*Education*/
.eduHr{
background-color: #D3D3D3;
}
#panelEducation{
background-color: #ffff;
}
#educationTitle, .educationName, .educationRight .title, .educationRight .location{
color: #10475D;
}
#educationQuote{
color: #505050;
}
#hrEducationTitle {
background-color: #505050;
}
/*Experience*/
#panelExperience{
background-color: #D3C7A2;
}
#experienceTitle, .experienceName, .experienceRight .title, .experienceRight .location{
color: #505050;
}
#experienceQuote, .experienceRight .info, .experienceTime{
color: #10475D;
}
#hrExperienceTitle {
background-color: #10475D;
}
.expHr{
background-color: #6C5640;
}
/* Skills */
#panelSkills {
background-color: #ffff;
width: 100%;
height: 100%;
padding-bottom: 7.5%;
}
#skillsTitle{
font-family: 'Roboto Slab', serif;
font-size: 5vw;
padding-top: 5%;
color: #10475D;
}
#skillsQuote{
font-size: 2vw;
color: #505050;
padding-left: 20%;
padding-right: 20%;
padding-top: 1%;
padding-bottom: 0.5%;
}
#hrSkillsTitle {
background-color: #505050;
width: 50%;
height: 3px;
border: 0;
}
.txt-rotate > .wrap {
border-right: 0.08em solid #666;
}
#languagesRow{
padding-top: 2.5%;
padding-bottom: 2.5%;
}
#languagesTitle{
font-size: 2.5vw;
color: #10475D;
width: 50%;
}
.skillsList .title{
padding-right: 1%;
}
.skillsList .stars{
text-align: right;
white-space: nowrap;
}
.skill{
margin-top: 3%;
border-radius: 10px;
padding: 0;
padding-left: 0;
}
.skill:hover{
background-color: #D3D3D3;
}
.skill:hover .stars .glyphicon{
margin-left: 2px;
}
.skill .glyphicon{
color: #868686;
}
.skill .filled{
color: #10475D;
}
.skillsHr{
height: 2px;
background-color: #10475D;
border: 0;
width: 70%;
}
#skillsSub{
padding-top: 2%;
padding-bottom: 2%;
}
#skillsSubTitle{
font-size: 3vw;
color: #10475D;
width: 50%;
}
/*Contacto*/
#panelContacto {
background-color: rgba( 16, 71, 93,0.8);
height: 100vh;
width: 100%;
padding: 0px;
}
#contactTitle{
font-family: 'Roboto Slab', serif;
font-size: 5vw;
padding-top: 5%;
color: #ffff;
}
#hrContactTitle {
margin-top: 5%;
background-color: #ffff;
width: 80%;
height: 2px;
border: 0;
}
#filaContact{
padding-bottom: 2%;
}
.icon{
color: white;
font-size: 2.5vw;
}
.contactrow{
font-size: 1.25vw;
border-radius: 10px;
margin-top: 2%;
}
.linkicon{
color: white;
}
.iconitem{
margin-top: 10%;
}
#creditRow{
padding-top: 7.5%;
color: white;
}
#pascalLink{
color: white;
padding-left: 5px;
}
/*Projects*/
#panelProjects {
background-color: #D3C7A2;
width: 100%;
height: 100%;
padding-bottom: 5%;
}
#projectsTitle{
font-family: 'Roboto Slab', serif;
font-size: 5vw;
padding-top: 5%;
color: #505050;
}
#projectsQuote{
font-size: 1.5vw;
color: #10475D;
padding-left: 15%;
padding-right: 15%;
padding-top: 0.5%;
padding-bottom: 0.5%;
}
#hrProjectsTitle {
background-color: #10475D;
width: 50%;
height: 3px;
border: 0;
}
#buttonProject{
color: white;
background-color: #10475D;
font-size: 2vw;
margin-top: 5%;
} | mystyle.css | html {
background: url("imgs/bkgrnd.jpg") no-repeat center center fixed ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
scroll-behavior: smooth;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Chome - Opera */
}
#bkgrnd {
display: none;
}
body {
background: transparent;
}
#panelInicial {
background-color: rgba( 16, 71, 93,0.8);
height: 100vh;
width: 100%;
padding: 0px;
}
/*Nombre - Welcome*/
@media all and (min-width: 1501px) {
#txtNombre, .slidingVertical span {
font-size: 100px;
}
#txtWelcome{
font-size: 60px;
}
.skill .glyphicon,.skillsList .title{
font-size: 40px;
}
}
@media all and (max-width: 1500px) and (min-width: 1201px) {
#txtNombre, .slidingVertical span {
font-size: 6vw;
}
#txtWelcome{
font-size: 4vw;
}
.skill .glyphicon,.skillsList .title{
font-size: 2vw;
}
}
@media all and (max-width: 1200px) {
#txtNombre, .slidingVertical span {
font-size: 6vw;
}
#txtWelcome{
font-size: 6vw;
}
.skill .glyphicon,.skillsList .title{
font-size: 4vw;
}
}
#containerNombre{
padding: 0px;
height: 100%;
}
#filaNombre{
height:80%;
}
.slidingVertical{
width: 20%;
}
#txtNombre, .slidingVertical span, #txtWelcome {
color: white;
font-family: 'Lato', sans-serif;
}
#txtNombre {
padding-left: 22%
}
#punto{
padding-left: 0;
}
#txtWelcome{
padding-top: 2.5%;
width: 95%;
}
/*Down Button*/
#inicialScrollPanel{
height: 20%;
position: relative;
}
#inicialButton{
cursor: pointer;
padding-top: 15px;
position: absolute;
height: 70px;
width: 100px;
bottom: 0;
right: 0;
background-color: rgba(80,80,80,0.8);
}
#arrow-down .glyphicon {
color: white;
font-size: 40px;
}
#arrow-down {
position: relative;
margin: 0 auto;
text-align: center;
animation: jump 1.5s infinite;
}
@keyframes jump { 0% { top: 0; } 50% { top: 10%; } 100% { top: 0; } }
/* About ME */
#panelAboutMe {
background-color: #D3C7A2;
width: 100%;
height: 100%;
padding-bottom: 5%;
}
#aboutMeTitle{
font-family: 'Roboto Slab', serif;
font-size: 5vw;
padding-top: 5%;
color: #505050;
}
#aboutMeQuote{
font-size: 1.5vw;
color: #10475D;
padding-left: 20%;
padding-right: 20%;
padding-top: 0.5%;
padding-bottom: 0.5%;
}
#hrAboutMeTitle {
background-color: #10475D;
width: 50%;
height: 3px;
border: 0;
}
#aboutMeFila2{
padding-top: 5%;
}
#aboutMeImg{
padding-top: 15%;
}
#aboutMePara{
}
#aboutMePara .title{
font-size: 3vw;
font-family: 'Bitter', serif;
color: #10475D;
}
#aboutMePara .para{
padding-top: 5%;
font-size: 1.5vw;
}
#aboutMeDetails .title{
font-size: 3vw;
font-family: 'Bitter', serif;
color: #10475D;
}
#aboutMeDetails .details{
padding-top: 7.5%;
padding-left: 5%;
font-size: 1.5vw;
}
#aboutMeDetails .details .tag{
font-weight: bold;
}
#aboutMeDetails .details .info{
padding-bottom: 7.5%;
}
#aboutMeInfo{
padding-top: 12.5%;
height: 100%;
font-size: 1.5vw;
font-family: 'Bitter', serif;
}
/*ListPanel*/
.panelList {
width: 100%;
height: 100%;
padding-bottom: 5%;
}
.listTitle{
font-family: 'Roboto Slab', serif;
font-size: 5vw;
padding-top: 5%;
}
.listQuote{
font-size: 1.5vw;
padding-left: 20%;
padding-right: 20%;
padding-top: 0.5%;
padding-bottom: 0.5%;
}
.hrListTitle {
width: 65%;
height: 3px;
border: 0;
}
.listInfo{
padding-top: 5%;
padding-bottom: 2.5%
}
.listLeft{
padding-left: 7.5%;
}
.listName{
font-size: 1.5vw;
font-weight: bold;
}
.listTime{
padding-top: 2%;
font-size: 1.1vw;
font-family: 'Roboto Slab', serif;
}
.listRight{
padding-left: 2%;
}
.listRight .title{
font-size: 1.3vw;
font-weight: bold;
}
.listRight .info{
padding-top: 2.5%;
padding-bottom: 1%;
font-family: 'Roboto Slab', serif;
font-size: 1.2vw;
}
.listRight .location .glyphicon {
font-size: 20px;
}
.listRight .location{
font-size: 1.2vw;
cursor: pointer;
}
.listHr{
width: 85%;
height: 2px;
border: 0;
}
/*Education*/
.eduHr{
background-color: #D3D3D3;
}
#panelEducation{
background-color: #ffff;
}
#educationTitle, .educationName, .educationRight .title, .educationRight .location{
color: #10475D;
}
#educationQuote{
color: #505050;
}
#hrEducationTitle {
background-color: #505050;
}
/*Experience*/
#panelExperience{
background-color: #D3C7A2;
}
#experienceTitle, .experienceName, .experienceRight .title, .experienceRight .location{
color: #505050;
}
#experienceQuote, .experienceRight .info, .experienceTime{
color: #10475D;
}
#hrExperienceTitle {
background-color: #10475D;
}
.expHr{
background-color: #6C5640;
}
/* Skills */
#panelSkills {
background-color: #ffff;
width: 100%;
height: 100%;
padding-bottom: 7.5%;
}
#skillsTitle{
font-family: 'Roboto Slab', serif;
font-size: 5vw;
padding-top: 5%;
color: #10475D;
}
#skillsQuote{
font-size: 2vw;
color: #505050;
padding-left: 20%;
padding-right: 20%;
padding-top: 1%;
padding-bottom: 0.5%;
}
#hrSkillsTitle {
background-color: #505050;
width: 50%;
height: 3px;
border: 0;
}
.txt-rotate > .wrap {
border-right: 0.08em solid #666;
}
#languagesRow{
padding-top: 2.5%;
padding-bottom: 2.5%;
}
#languagesTitle{
font-size: 2.5vw;
color: #10475D;
width: 50%;
}
.skillsList .title{
padding-right: 1%;
}
.skillsList .stars{
text-align: right;
white-space: nowrap;
}
.skill{
margin-top: 3%;
border-radius: 10px;
padding: 0;
padding-left: 0;
}
.skill:hover{
background-color: #D3D3D3;
}
.skill:hover .stars .glyphicon{
margin-left: 2px;
}
.skill .glyphicon{
color: #868686;
}
.skill .filled{
color: #10475D;
}
.skillsHr{
height: 2px;
background-color: #10475D;
border: 0;
width: 70%;
}
#skillsSub{
padding-top: 2%;
padding-bottom: 2%;
}
#skillsSubTitle{
font-size: 3vw;
color: #10475D;
width: 50%;
}
/*Contacto*/
#panelContacto {
background-color: rgba( 16, 71, 93,0.8);
height: 100vh;
width: 100%;
padding: 0px;
}
#contactTitle{
font-family: 'Roboto Slab', serif;
font-size: 5vw;
padding-top: 5%;
color: #ffff;
}
#hrContactTitle {
margin-top: 5%;
background-color: #ffff;
width: 80%;
height: 2px;
border: 0;
}
#filaContact{
padding-bottom: 2%;
}
.icon{
color: white;
font-size: 2.5vw;
}
.contactrow{
font-size: 1.25vw;
border-radius: 10px;
margin-top: 2%;
}
.linkicon{
color: white;
}
.iconitem{
margin-top: 10%;
}
#creditRow{
padding-top: 7.5%;
color: white;
}
#pascalLink{
color: white;
padding-left: 5px;
}
/*Projects*/
#panelProjects {
background-color: #D3C7A2;
width: 100%;
height: 100%;
padding-bottom: 5%;
}
#projectsTitle{
font-family: 'Roboto Slab', serif;
font-size: 5vw;
padding-top: 5%;
color: #505050;
}
#projectsQuote{
font-size: 1.5vw;
color: #10475D;
padding-left: 15%;
padding-right: 15%;
padding-top: 0.5%;
padding-bottom: 0.5%;
}
#hrProjectsTitle {
background-color: #10475D;
width: 50%;
height: 3px;
border: 0;
}
#buttonProject{
color: white;
background-color: #10475D;
font-size: 2vw;
margin-top: 5%;
} | 0.216342 | 0.055234 |
.chat-online-users{
position: fixed;
width: 280px;
bottom: 0;
right: 20px;
border: 1px solid #CCC;
border-top-left-radius: .25rem !important;
border-top-right-radius: .25rem !important;
font-family: 'Poppins', sans-serif;
z-index: 999;
border-bottom: none;
}
.chat-user-list{
display:none;
background: #FFF;
padding: 5px 0px;
height: 315px;
overflow-x: scroll;
overflow-x: hidden;
}
.chat-user-list label{
font-weight: bold;
padding: 5px 0px 5px 15px;
display: block;
color: #4c4a4a;
margin-bottom: 0px;
}
.chat-user-list ul{
list-style: none;
}
.chat-user-list ul li a{
color: #303e67;
display: block;
padding: 6px 12px;
transition: all 0.3s;
font-size: 13px;
position: relative;
overflow: hidden;
}
.chat-user-list ul li a:hover{
background: #e4e3e3;
}
.chat-user-list ul li a > img{
width: 30px;
height: 30px;
border-radius: 50px;
margin-right: 5px;
}
.online-users-header{
background: #2979ff;
cursor: pointer;
}
.widget-notification{
width: 20px;
height: 20px;
background: #eb3b5a;
color: #FFF;
text-align: center;
font-size: 11px;
padding-top: 2px;
border-radius: 10px;
display: inline-block;
margin-left: 5px;
right: 30px;
}
.chat-user-list ul li a > span.contact-status {
position: absolute;
left: 0;
margin: -2px 0 0 12px;
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid #2c3e50;
background: #95a5a6;
}
.chat-user-list ul li a > span.online {
background: #2ecc71;
border: 2px solid #2ecc71;
}
.chat-user-list ul li a > .group-img {
width: 30px;
height: 30px;
background: #FFF;
border-radius: 50%;
display: inline-block;
margin-right: 7px;
overflow: hidden;
color: #2294ec;
font-weight: bold;
text-align: center;
line-height: 28px;
font-size: 12px;
float: left;
border: 1px solid #2294ec;
}
.chat-user-list ul li a > .group-name{
float: left;
padding-top: 5px;
}
#widget-group-list li{
clear: both;
}
.chat-user-list::-webkit-scrollbar {
width: 8px;
background: transparent;
}
.chat-user-list::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 5px;
}
/* Chat Box */
.chat-main{
position: fixed;
width: 280px;
bottom: 0;
right: 20px;
border: 1px solid #CCC;
border-top-left-radius: .25rem !important;
border-top-right-radius: .25rem !important;
font-family: 'Poppins', sans-serif;
z-index: 999;
display: none;
}
.chat-header{
background: #2979ff;
cursor: pointer;
}
.chat-content{
background: #FFF;
}
.chats::-webkit-scrollbar {
width: 8px;
background: transparent;
}
.chats::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 5px;
}
.username i{
font-size: 9px;
}
.username h6{
display: inline-block;
font-size: 12px;
font-weight: 600;
color: #FFF;
padding: 10px 0px;
}
.options i{
font-size: 14px;
margin-left: 5px;
opacity: 0.7;
display: inline-block;
height: 100%;
padding: 10px 2px;
}
.options .live-video{
font-size: 6px;
}
.chats{
height: 270px;
overflow-x: scroll;
overflow-x: hidden;
padding: 5px;
}
.chats ul li{
list-style: none;
clear: both;
font-size: 13px;
margin-bottom: 5px;
}
.chats ul li p{
padding: 4px 10px;
border-radius: 5px;
max-width: 170px;
line-height: 20px;
}
.chats ul li p > img{
width: 100%;
}
.chats ul li p > a:hover{
text-decoration: underline;
}
.chats ul li.send-msg p a{
color: #FFF;
font-size: 11px;
}
.chats .send-msg{
float: right;
}
.chats .send-msg p{
display: inline-block;
background: #2979ff;
color: #FFF;
}
.chats .send-msg > img{
border-radius: 100%;
height: 30px;
width: 30px;
float: right;
margin-left: 5px;
}
.receive-msg > img{
border-radius: 100%;
height: 30px;
width: 30px;
margin-right: 5px;
}
.receive-msg-img{
display: inline;
}
.receive-msg p{
display: inline-block;
background: #e4e3e3;
}
.chats ul li.receive-msg p a{
color: #000;
font-size: 11px;
}
.message-box input{
border: none;
font-size: 13px;
opacity: 0.7;
padding: 6px;
padding-right: 55px !important;
}
.message-box input:focus{
outline: none;
}
#widget-chat-form{
position: relative;
}
#widget-chat-form .tools{
position: absolute;
top: 8px;
right: 0;
background: #FFF;
}
.tools i{
color: #b9b9b9;
cursor: pointer;
font-size: 18px;
margin-right: 6px;
}
.text-green{
color: #2ecc71;
}
.chat-settings-dropdown{
background: #FFF;
position: absolute;
right: 30px;
margin-top: 0px;
width: 160px;
padding: 5px 0px;
box-shadow: 0px -2px 8px #a9a8a8;
z-index: 999;
display: none;
}
.chat-settings-dropdown a{
display: block;
padding: 5px;
text-align: left;
padding-left: 6px;
color: #000;
font-size: 13px;
transition: all 0.3s;
}
.chat-settings-dropdown a > i{
margin-right: 5px;
padding: 0;
background: transparent;
}
.chat-settings-dropdown a:hover{
text-decoration: none;
color: #007bff;
}
#chat-preloader{
width: 100%;
height: 100%;
position: absolute;
text-align: center;
display:none;
background: rgba(0,0,0,.2);
z-index: 1;
}
#chat-preloader > i{
color: #000;
font-size: 32px;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin-top: -48px;
}
.chat-submit-btn{
border: none;
background: transparent;
} | public/backend/assets/css/chat-widget.css | .chat-online-users{
position: fixed;
width: 280px;
bottom: 0;
right: 20px;
border: 1px solid #CCC;
border-top-left-radius: .25rem !important;
border-top-right-radius: .25rem !important;
font-family: 'Poppins', sans-serif;
z-index: 999;
border-bottom: none;
}
.chat-user-list{
display:none;
background: #FFF;
padding: 5px 0px;
height: 315px;
overflow-x: scroll;
overflow-x: hidden;
}
.chat-user-list label{
font-weight: bold;
padding: 5px 0px 5px 15px;
display: block;
color: #4c4a4a;
margin-bottom: 0px;
}
.chat-user-list ul{
list-style: none;
}
.chat-user-list ul li a{
color: #303e67;
display: block;
padding: 6px 12px;
transition: all 0.3s;
font-size: 13px;
position: relative;
overflow: hidden;
}
.chat-user-list ul li a:hover{
background: #e4e3e3;
}
.chat-user-list ul li a > img{
width: 30px;
height: 30px;
border-radius: 50px;
margin-right: 5px;
}
.online-users-header{
background: #2979ff;
cursor: pointer;
}
.widget-notification{
width: 20px;
height: 20px;
background: #eb3b5a;
color: #FFF;
text-align: center;
font-size: 11px;
padding-top: 2px;
border-radius: 10px;
display: inline-block;
margin-left: 5px;
right: 30px;
}
.chat-user-list ul li a > span.contact-status {
position: absolute;
left: 0;
margin: -2px 0 0 12px;
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid #2c3e50;
background: #95a5a6;
}
.chat-user-list ul li a > span.online {
background: #2ecc71;
border: 2px solid #2ecc71;
}
.chat-user-list ul li a > .group-img {
width: 30px;
height: 30px;
background: #FFF;
border-radius: 50%;
display: inline-block;
margin-right: 7px;
overflow: hidden;
color: #2294ec;
font-weight: bold;
text-align: center;
line-height: 28px;
font-size: 12px;
float: left;
border: 1px solid #2294ec;
}
.chat-user-list ul li a > .group-name{
float: left;
padding-top: 5px;
}
#widget-group-list li{
clear: both;
}
.chat-user-list::-webkit-scrollbar {
width: 8px;
background: transparent;
}
.chat-user-list::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 5px;
}
/* Chat Box */
.chat-main{
position: fixed;
width: 280px;
bottom: 0;
right: 20px;
border: 1px solid #CCC;
border-top-left-radius: .25rem !important;
border-top-right-radius: .25rem !important;
font-family: 'Poppins', sans-serif;
z-index: 999;
display: none;
}
.chat-header{
background: #2979ff;
cursor: pointer;
}
.chat-content{
background: #FFF;
}
.chats::-webkit-scrollbar {
width: 8px;
background: transparent;
}
.chats::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 5px;
}
.username i{
font-size: 9px;
}
.username h6{
display: inline-block;
font-size: 12px;
font-weight: 600;
color: #FFF;
padding: 10px 0px;
}
.options i{
font-size: 14px;
margin-left: 5px;
opacity: 0.7;
display: inline-block;
height: 100%;
padding: 10px 2px;
}
.options .live-video{
font-size: 6px;
}
.chats{
height: 270px;
overflow-x: scroll;
overflow-x: hidden;
padding: 5px;
}
.chats ul li{
list-style: none;
clear: both;
font-size: 13px;
margin-bottom: 5px;
}
.chats ul li p{
padding: 4px 10px;
border-radius: 5px;
max-width: 170px;
line-height: 20px;
}
.chats ul li p > img{
width: 100%;
}
.chats ul li p > a:hover{
text-decoration: underline;
}
.chats ul li.send-msg p a{
color: #FFF;
font-size: 11px;
}
.chats .send-msg{
float: right;
}
.chats .send-msg p{
display: inline-block;
background: #2979ff;
color: #FFF;
}
.chats .send-msg > img{
border-radius: 100%;
height: 30px;
width: 30px;
float: right;
margin-left: 5px;
}
.receive-msg > img{
border-radius: 100%;
height: 30px;
width: 30px;
margin-right: 5px;
}
.receive-msg-img{
display: inline;
}
.receive-msg p{
display: inline-block;
background: #e4e3e3;
}
.chats ul li.receive-msg p a{
color: #000;
font-size: 11px;
}
.message-box input{
border: none;
font-size: 13px;
opacity: 0.7;
padding: 6px;
padding-right: 55px !important;
}
.message-box input:focus{
outline: none;
}
#widget-chat-form{
position: relative;
}
#widget-chat-form .tools{
position: absolute;
top: 8px;
right: 0;
background: #FFF;
}
.tools i{
color: #b9b9b9;
cursor: pointer;
font-size: 18px;
margin-right: 6px;
}
.text-green{
color: #2ecc71;
}
.chat-settings-dropdown{
background: #FFF;
position: absolute;
right: 30px;
margin-top: 0px;
width: 160px;
padding: 5px 0px;
box-shadow: 0px -2px 8px #a9a8a8;
z-index: 999;
display: none;
}
.chat-settings-dropdown a{
display: block;
padding: 5px;
text-align: left;
padding-left: 6px;
color: #000;
font-size: 13px;
transition: all 0.3s;
}
.chat-settings-dropdown a > i{
margin-right: 5px;
padding: 0;
background: transparent;
}
.chat-settings-dropdown a:hover{
text-decoration: none;
color: #007bff;
}
#chat-preloader{
width: 100%;
height: 100%;
position: absolute;
text-align: center;
display:none;
background: rgba(0,0,0,.2);
z-index: 1;
}
#chat-preloader > i{
color: #000;
font-size: 32px;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin-top: -48px;
}
.chat-submit-btn{
border: none;
background: transparent;
} | 0.363195 | 0.058373 |
.main {
}
body {
text-align: center;
font-family: 'Noto Serif KR', serif;
}
.blank {
/*
height: 20vh;
*/
}
#main_title {
position: relative;
width: 100%;
font-family: 'Noto Serif KR', serif;
font-size: 300%;
}
#sub_title {
padding-top: 5px;
font-size: 100%;
padding-bottom: 50px;
}
.score {
font-family: 'Noto Serif KR', serif;
font-size: 200%;
}
#challenge_button_div {
padding-bottom: 20px;
}
.button {
font-family: 'Noto Serif KR', serif;
font-size: 120%;
width: 250px;
height: 50px;
border: 2px solid black;
border-radius: 15px;
background-color: white;
outline: 0;
}
.button:active {
background-color: black;
}
.challenge_mode {
display: none;
}
.infinity_mode {
display: none;
}
.game_mode {
display: none;
}
#result {
display: none;
}
.logo {
text-align: left;
}
#logo_title {
font-size: 30px;
vertical-align: top;
}
#logo_mode {
padding-left: 100px;
}
#level {
font-size: 25px;
}
#question {
font-size: 40px;
}
#answer_div {
font-size: 40px;
}
#time_block_div {
padding-left: 10vw;
}
#time_block {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
width: 80vw;
height: 30px;
background-color: #595959;
}
/*
#circle {
display: none;
z-index: 1;
position: absolute;
top : 20vh;
left : calc(50vw - 20vh);
width: 40vh;
height: 40vh;
border: 5px solid greenyellow;
-moz-border-radius: 20vh;
-webkit-border-radius: 20vh;
border-radius: 20vh;
}
*/
#correct_image {
position: absolute;
top : 20vh;
left : calc(50vw - 20vh);
width: 40vh;
}
#next_problem_button {
font-family: 'Noto Serif KR', serif;
font-size: 120%;
width: 250px;
height: 50px;
border: 2px solid black;
border-radius: 15px;
background-color: white;
outline: 0;
}
#next_problem_button:active {
background-color: black;
}
#restart_button {
font-family: 'Noto Serif KR', serif;
font-size: 120%;
width: 250px;
height: 50px;
border: 2px solid black;
border-radius: 15px;
background-color: white;
outline: 0;
}
#restart_button:active {
background-color: black;
}
#correct_div {
display: none;
} | src/main.css | .main {
}
body {
text-align: center;
font-family: 'Noto Serif KR', serif;
}
.blank {
/*
height: 20vh;
*/
}
#main_title {
position: relative;
width: 100%;
font-family: 'Noto Serif KR', serif;
font-size: 300%;
}
#sub_title {
padding-top: 5px;
font-size: 100%;
padding-bottom: 50px;
}
.score {
font-family: 'Noto Serif KR', serif;
font-size: 200%;
}
#challenge_button_div {
padding-bottom: 20px;
}
.button {
font-family: 'Noto Serif KR', serif;
font-size: 120%;
width: 250px;
height: 50px;
border: 2px solid black;
border-radius: 15px;
background-color: white;
outline: 0;
}
.button:active {
background-color: black;
}
.challenge_mode {
display: none;
}
.infinity_mode {
display: none;
}
.game_mode {
display: none;
}
#result {
display: none;
}
.logo {
text-align: left;
}
#logo_title {
font-size: 30px;
vertical-align: top;
}
#logo_mode {
padding-left: 100px;
}
#level {
font-size: 25px;
}
#question {
font-size: 40px;
}
#answer_div {
font-size: 40px;
}
#time_block_div {
padding-left: 10vw;
}
#time_block {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
width: 80vw;
height: 30px;
background-color: #595959;
}
/*
#circle {
display: none;
z-index: 1;
position: absolute;
top : 20vh;
left : calc(50vw - 20vh);
width: 40vh;
height: 40vh;
border: 5px solid greenyellow;
-moz-border-radius: 20vh;
-webkit-border-radius: 20vh;
border-radius: 20vh;
}
*/
#correct_image {
position: absolute;
top : 20vh;
left : calc(50vw - 20vh);
width: 40vh;
}
#next_problem_button {
font-family: 'Noto Serif KR', serif;
font-size: 120%;
width: 250px;
height: 50px;
border: 2px solid black;
border-radius: 15px;
background-color: white;
outline: 0;
}
#next_problem_button:active {
background-color: black;
}
#restart_button {
font-family: 'Noto Serif KR', serif;
font-size: 120%;
width: 250px;
height: 50px;
border: 2px solid black;
border-radius: 15px;
background-color: white;
outline: 0;
}
#restart_button:active {
background-color: black;
}
#correct_div {
display: none;
} | 0.378804 | 0.070304 |
body {
width: 100%;
height: 100%;
font-family: "Solano Gothic MVB Pro",sans-serif;
color: white;
background-color: rgb(0, 24, 31);
font-size: 28px;
}
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
font-family: "Solano Gothic MVB Pro",sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
p {
margin: 0 0 25px;
font-size: 18px;
line-height: 1.5;
}
@media (min-width: 768px) {
p {
margin: 0 0 35px;
font-size: 20px;
line-height: 1.6;
}
}
a {
color: #42DCA3;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
color: #1d9b6c;
}
.light {
font-weight: 400;
}
.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
text-transform: uppercase;
font-family: "Solano Gothic MVB Pro",sans-serif;
background-color: rgb(214, 138, 138);
}
.navbar-custom .navbar-toggle {
color: #5a0202;
background-color: rgba(255, 255, 255, 0.2);
font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
outline: none;
}
.navbar-custom .navbar-brand {
font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
outline: none;
}
.navbar-custom a {
color: #5a0202;
}
.navbar-custom .nav li a {
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
color: rgba(255, 255, 255, 0.8);
outline: none;
background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
outline: none;
background-color: transparent;
}
.navbar-custom .nav li.active {
outline: none;
}
.navbar-custom .nav li.active a {
background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
color: white;
}
@media (min-width: 768px) {
.navbar-custom {
padding: 20px 0;
box-shadow: 10px 0 36px 0 rgba(7, 87, 105, 0.39);
letter-spacing: 1px;
background: transparent;
-webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
padding: 0;
background: rgb(214, 138, 138);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
}
/* HOME MOBILE & DEKSTOP CSS*/
.home-container{
color: #777;
padding: 0;
}
#nav{
border: 1px solid rgba(220, 158, 158, 0.43);
background-color: #fafafa;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
border: 1px solid rgba(220, 158, 158, 0.43) !important;
}
.table tr:nth-child(1){
font-size: 20px;
background-color: #fafafa;
}
.table tr:nth-child(1n+2){
background-color: #ffffff;
font-size: 17px;
}
.home-content{
margin-top: 10px;
}
.table-content tr:nth-child(1){
font-size: 18px;
padding: 0;
}
.img-fluid{
display: table;
width: 100%;
height: 100%;
text-align: center;
color: white;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#footer{
background-color: pink;
padding: 1px 8px;
}
#footer a{
color: #7b0202;
}
.non-pad{
padding: 0 !important;
margin: 0 !important;
}
.nopadding{
padding: 0 !important;
margin: 0 !important;
padding-right: 5px !important;
}
#uploadBtn{
display: none;
}
.uploadBtnLabel{
width: auto;
height: auto;
padding: 0 3px;
background-color: #202020;
border: 2px solid #202020;
color: #fff;
cursor: pointer;
}
.uploadBtnLabel:hover{
background: none;
color: #202020;
transition: 0.40s;
}
#logoutBtnmobile{
float: right;
}
#logoutBtn{
display: none;
}
.table-bordered tr td p{
margin:0;
writing-mode: vertical-rl;
text-orientation: upright;
}
/*error css*/
#container-error{
width: 100%;
}
.container .msg h2{
margin-top: 30%;
color: white;
background: black;
padding: 10px;
}
.container .error h2{
color: black;
}
.container .error p{
color: gray;
}
.intro {
display: table;
width: 100%;
height: 300px;
padding: 100px 0;
text-align: center;
color: white;
background: url(../img/bg-bts.jpg) no-repeat bottom center scroll;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: middle;
}
.intro .intro-body .brand-heading {
font-size: 40px;
}
.intro .intro-body .intro-text {
font-size: 18px;
}
/* END*/
@media (min-width: 768px) {
/*HOME DESKTOP*/
.home-container{
width: 75%;
}
.navbar-default{
width: 92% !important;
margin: 0 auto;
margin-top: -1px;
margin-bottom: 30px;
}
.intro {
height: 100%;
padding: 0;
}
.intro .intro-body .brand-heading {
font-size: 100px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}
.image-post{
width: 500px !important;
}
#logoutBtn{
display: block;
color: #777;
float: right;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.btn-danger{
margin-top: -3px;
padding: 2px 10px;
cursor: pointer;
}
.btn-danger:hover{
border: 2px solid red;
background:none;
color: red;
}
#logoutBtnmobile{
display: none;
}
/*error css*/
.container .msg h2{
margin-top: 15%;
color: white;
background: black;
width: 500px;
padding: 10px;
}
.container .error h2{
color: black;
}
.container .error p{
color: gray;
}
}
/*END*/
.btn-circle {
width: 70px;
height: 70px;
margin-top: 15px;
padding: 7px 16px;
border: 2px solid white;
border-radius: 100% !important;
font-size: 40px;
color: white;
background: transparent;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
outline: none;
color: white;
background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
.content-section {
padding: 100px;
}
.gallery-section {
width: 100%;
padding-top: 100px;
background: url(../img/intro-bg.jpg) no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.title{
font-size: 50px;
}
.linya{
margin-top: -30px;
width: 70px;
}
.social span{
font-size: 20px;
}
.social a{
color: rgba(135, 177, 214, 0.71);
}
.social a:hover{
color: rgb(135, 177, 214);
}
#map {
width: 100%;
height: 200px;
margin-top: 100px;
}
@media (min-width: 767px) {
.content-section {
padding-top: 100px;
display: block;
height: 650px;
}
.gallery-section {
padding-top: 100px;
display: block;
}
#map {
height: 400px;
margin-top: 250px;
}
.justify{
display: block;
width: 500px;
padding-top: 20px;
margin: 0 auto;
font-size: 22px;
font-family: ruda;
text-align: center;
}
}
.btn {
text-transform: uppercase;
font-family: "Solano Gothic MVB Pro",sans-serif;
font-weight: 400;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-radius: 0;
}
.btn-default {
border: 1px solid #42DCA3;
color: #42DCA3;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #42DCA3;
outline: none;
color: black;
background-color: #42DCA3;
}
ul.banner-social-buttons {
margin-top: 0;
}
@media (max-width: 1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media (max-width: 767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
}
footer p {
margin: 0;
}
footer span{
padding-left: 19px;
padding-right: 19px;
font-size: 30px;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255, 255, 255, 0.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: pink;
}
img::selection {
background: transparent;
}
img::-moz-selection {
background: transparent;
}
body {
webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
} | vendor/css/grayscale.css | body {
width: 100%;
height: 100%;
font-family: "Solano Gothic MVB Pro",sans-serif;
color: white;
background-color: rgb(0, 24, 31);
font-size: 28px;
}
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
font-family: "Solano Gothic MVB Pro",sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
p {
margin: 0 0 25px;
font-size: 18px;
line-height: 1.5;
}
@media (min-width: 768px) {
p {
margin: 0 0 35px;
font-size: 20px;
line-height: 1.6;
}
}
a {
color: #42DCA3;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
color: #1d9b6c;
}
.light {
font-weight: 400;
}
.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
text-transform: uppercase;
font-family: "Solano Gothic MVB Pro",sans-serif;
background-color: rgb(214, 138, 138);
}
.navbar-custom .navbar-toggle {
color: #5a0202;
background-color: rgba(255, 255, 255, 0.2);
font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
outline: none;
}
.navbar-custom .navbar-brand {
font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
outline: none;
}
.navbar-custom a {
color: #5a0202;
}
.navbar-custom .nav li a {
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
color: rgba(255, 255, 255, 0.8);
outline: none;
background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
outline: none;
background-color: transparent;
}
.navbar-custom .nav li.active {
outline: none;
}
.navbar-custom .nav li.active a {
background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
color: white;
}
@media (min-width: 768px) {
.navbar-custom {
padding: 20px 0;
box-shadow: 10px 0 36px 0 rgba(7, 87, 105, 0.39);
letter-spacing: 1px;
background: transparent;
-webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
padding: 0;
background: rgb(214, 138, 138);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
}
/* HOME MOBILE & DEKSTOP CSS*/
.home-container{
color: #777;
padding: 0;
}
#nav{
border: 1px solid rgba(220, 158, 158, 0.43);
background-color: #fafafa;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
border: 1px solid rgba(220, 158, 158, 0.43) !important;
}
.table tr:nth-child(1){
font-size: 20px;
background-color: #fafafa;
}
.table tr:nth-child(1n+2){
background-color: #ffffff;
font-size: 17px;
}
.home-content{
margin-top: 10px;
}
.table-content tr:nth-child(1){
font-size: 18px;
padding: 0;
}
.img-fluid{
display: table;
width: 100%;
height: 100%;
text-align: center;
color: white;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#footer{
background-color: pink;
padding: 1px 8px;
}
#footer a{
color: #7b0202;
}
.non-pad{
padding: 0 !important;
margin: 0 !important;
}
.nopadding{
padding: 0 !important;
margin: 0 !important;
padding-right: 5px !important;
}
#uploadBtn{
display: none;
}
.uploadBtnLabel{
width: auto;
height: auto;
padding: 0 3px;
background-color: #202020;
border: 2px solid #202020;
color: #fff;
cursor: pointer;
}
.uploadBtnLabel:hover{
background: none;
color: #202020;
transition: 0.40s;
}
#logoutBtnmobile{
float: right;
}
#logoutBtn{
display: none;
}
.table-bordered tr td p{
margin:0;
writing-mode: vertical-rl;
text-orientation: upright;
}
/*error css*/
#container-error{
width: 100%;
}
.container .msg h2{
margin-top: 30%;
color: white;
background: black;
padding: 10px;
}
.container .error h2{
color: black;
}
.container .error p{
color: gray;
}
.intro {
display: table;
width: 100%;
height: 300px;
padding: 100px 0;
text-align: center;
color: white;
background: url(../img/bg-bts.jpg) no-repeat bottom center scroll;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: middle;
}
.intro .intro-body .brand-heading {
font-size: 40px;
}
.intro .intro-body .intro-text {
font-size: 18px;
}
/* END*/
@media (min-width: 768px) {
/*HOME DESKTOP*/
.home-container{
width: 75%;
}
.navbar-default{
width: 92% !important;
margin: 0 auto;
margin-top: -1px;
margin-bottom: 30px;
}
.intro {
height: 100%;
padding: 0;
}
.intro .intro-body .brand-heading {
font-size: 100px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}
.image-post{
width: 500px !important;
}
#logoutBtn{
display: block;
color: #777;
float: right;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.btn-danger{
margin-top: -3px;
padding: 2px 10px;
cursor: pointer;
}
.btn-danger:hover{
border: 2px solid red;
background:none;
color: red;
}
#logoutBtnmobile{
display: none;
}
/*error css*/
.container .msg h2{
margin-top: 15%;
color: white;
background: black;
width: 500px;
padding: 10px;
}
.container .error h2{
color: black;
}
.container .error p{
color: gray;
}
}
/*END*/
.btn-circle {
width: 70px;
height: 70px;
margin-top: 15px;
padding: 7px 16px;
border: 2px solid white;
border-radius: 100% !important;
font-size: 40px;
color: white;
background: transparent;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
outline: none;
color: white;
background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
.content-section {
padding: 100px;
}
.gallery-section {
width: 100%;
padding-top: 100px;
background: url(../img/intro-bg.jpg) no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.title{
font-size: 50px;
}
.linya{
margin-top: -30px;
width: 70px;
}
.social span{
font-size: 20px;
}
.social a{
color: rgba(135, 177, 214, 0.71);
}
.social a:hover{
color: rgb(135, 177, 214);
}
#map {
width: 100%;
height: 200px;
margin-top: 100px;
}
@media (min-width: 767px) {
.content-section {
padding-top: 100px;
display: block;
height: 650px;
}
.gallery-section {
padding-top: 100px;
display: block;
}
#map {
height: 400px;
margin-top: 250px;
}
.justify{
display: block;
width: 500px;
padding-top: 20px;
margin: 0 auto;
font-size: 22px;
font-family: ruda;
text-align: center;
}
}
.btn {
text-transform: uppercase;
font-family: "Solano Gothic MVB Pro",sans-serif;
font-weight: 400;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-radius: 0;
}
.btn-default {
border: 1px solid #42DCA3;
color: #42DCA3;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #42DCA3;
outline: none;
color: black;
background-color: #42DCA3;
}
ul.banner-social-buttons {
margin-top: 0;
}
@media (max-width: 1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media (max-width: 767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
}
footer p {
margin: 0;
}
footer span{
padding-left: 19px;
padding-right: 19px;
font-size: 30px;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255, 255, 255, 0.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: pink;
}
img::selection {
background: transparent;
}
img::-moz-selection {
background: transparent;
}
body {
webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
} | 0.285671 | 0.061199 |
.pv17_wide_menu {
position: absolute;
right: 00;
background-color: rgba(48, 52, 61, 0.90);
width: 222px;
height: 100%;
z-index: 1;
}
#up_K_theme {
z-index: 10;
}
.page-Wmedium .toolbar .toolbar_c {
max-width: 1010px!important;
width: auto!important;
/* box-sizing: content-box; */
right: 7px;
}
.page-Wmedium #page_layout {
box-sizing: border-box;
width: 1052px;
}
.page-Wmedium #mainContent {
width: 810px!important;
transition: width .3s ease;
float: left!important;
}.page-Wmedium #profile_left_side_bar {
width: 196px;
}
.pv17_wmenu_c {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
flex-basis: unset;
flex-direction: column;
padding: 2px 10px;
margin-top: -14px;
box-sizing: border-box;
}
.pv17_u_avatar {
width: 100px;
height: 100px;
overflow: hidden;
position: relative;
border-radius: 50%;
background-color: #dbe3ea;
}.pv17_u_avatar img{
width: 100%;
border-radius: 50%;
}
.pv17_wide_menu {
position: absolute;
right: 0px;
background-color: rgba(48, 52, 61, 0.90);
width: 222px;
height: 100%;
z-index: 1;
}
.pv17_u_name {
font-size: 17px;
color: #fff;
line-height: 120%;
font-weight: 500;
margin-top: 16px;
margin-bottom: 2px;
}
.pv17_ic_nav1 {
background: url(images/ic_nav_1.png) no-repeat;
width: 16px;
height: 16px;
display:inline-block;
}
.pv17_ic_nav1._status{
background-position:-1px -1103px;
}
.ic_status_msg_div{float:left;}
.status_msg_txt {
margin-left: 27px;
word-break: break-word;
margin-bottom: 16px;
}.profile_add_text_post a {
padding: 5px 2px;
display: block;
font-size: 12px;
color: #727b83;
}
.profile_add_text_post {
position: relative;
}
.uasm_pd {
position: absolute;
width: 300px;
top: 0;
right: 0;
z-index: 123;
border: 1px solid #d3d9de;
border-radius: 2px;
background-color: #fafbfc;
box-shadow: 0 1px 3px rgba(0,0,0,.1);
padding: 16px;
}
.textarea_profile_add_msg {
margin-bottom: 12px;
}
.textarea_profile_add_msg {
margin-bottom: 12px;
}#new_msg_Status_err {
display: none;
color: #FF5722;
margin-top: 12px;
}
#user_add_status_msg .emoji-wysiwyg-editor{width:auto;}
#user_add_status_msg .contenteditable-max-chars {
float: right;
margin: 4px;
}
.uasm_btns {
display: inline-block!important;
margin-right: 9px;
color:#333!important;
}#user_add_status_msg #profile_status_msg_emoji_btn {
position: absolute;
right: 19px;
top: 21px;
height: 16px;
}
.u_info_about_str {
color: #eee;
text-align: center;
font-weight: 300;
max-height: 95px;
overflow: hidden;
}
.pv17_head_separator {
height: 1px;
width: 100%;
background: #616a73;
margin: 16px 0;
}
.pv17_head_menu_p16 {
width: 90%;
display: flex;
flex-direction: column;
align-items: center;
}
.v117-redesign-btnm{
width:100%;
}
.v117-redesign-btnm .flat_button {
border-radius: 4px;
margin: 4px 0;
}
.flat_button._send_message {
background: #e3e9ef;
color: #5e7ca0;
font-size: 14px;
font-weight: 500;
text-transform:capitalize;
}
.v117-buttons-likea button:not(.relationship_save), .v115-redesign-btnm button:not(.relationship_save) {
background:transparent!important;
color:#eee!important;
padding: 0px 4px!important;
margin-top:0!important;
white-space: pre-line;
}
.v117-buttons-likea, .v115-redesign-btnm {
margin-top: -5px;
margin-bottom: 5px;
}
.v117-buttons-likea button:not(.relationship_save):hover , .v115-redesign-btnm button:not(.relationship_save):hover{
color:#fff!important;
}
.indicate-relationship.__relationship i{
margin-right:6px;
}
#profile_time_lv {
color: #8f99a5;
padding: 5px 8px;
position: relative;
}
#profile_time_lv .ic-online {
left: 7px;
bottom: 8px;
right: 7px;
border: 0;
}
#up_K_theme.v117 .covers_control_cnt {
display: block;
height: 23px;
line-height: 23px;
padding: 0 15px 0 27px;
border-radius: 13px;
border: 1px solid #282933;
/* background-color: #fff; */
white-space: nowrap;
color: #eee;
}#up_K_theme.v117 .covers_control_anim {
width: auto;
transition-delay: 0s;
margin: auto;
left: 0;
right: 0;
top: auto;
position: relative;
bottom: auto;
margin-top: 36px;
}#up_K_theme.v117 .covers_control_anim:hover {
width: auto;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
#up_K_theme.v117 .covers_control_cnt {
display: block;
height: 23px;
line-height: 23px;
padding: 0 15px 0 27px;
border-radius: 13px;
border: 1px solid #2d2f3c;
background-color: transparent;
white-space: nowrap;
color: #eee;
opacity:1;
}
#up_K_theme.v117 .covers_control_anim .covers_control_ic {
left:0;
}
#up_K_theme.v117 .covers_control_anim .covers_control_ic {
left: 0;
margin-left: 4px;
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.pv117-nav-menu {
position: absolute;
width: 100%;
padding: 12px 0;
opacity: 1;
left: 0;
bottom: 0;
z-index: 1;
width: 588px;
display: flex;
}
.pv117-nav-menu:Before {
width: 100%;
content: '';
background-image: -webkit-linear-gradient(transparent 0%,rgba(0,0,0,.55));
background-image: linear-gradient(transparent 0,rgba(0,0,0,.55));
position: absolute;
bottom: 0;
height: 100%;
}
a.pv117-a-nav-menu-item {
font-weight: 500;
opacity: .9;
padding: 0px 12px;
color: #eee;
font-size: 11px;
text-transform: uppercase;
flex: 1;
text-align: center;
font-family: 'Lato',Arial;
position: relative;
line-height: 18px;
}
.pv117-a-nav-menu-item.last-child {
vertical-align: middle;
line-height: 300%;
}
a.pv117-a-nav-menu-item:hover {
opacity: 1;
color: #fff;
}
a.pv117-a-nav-menu-item:after {
width: 1px;
height: 90%;
background: #949196;
display: block;
position: absolute;
content: '';
right: 0;
top: 1px;
}
.pv117-a-nav-menu-item.last-child:after{
width:0;height:0;opacity:0;display:none;
}
.pv117-a-nav-menu-item .navMenuCount {
color: #fff;
font-weight: 400;
font-size: 26px;
font-family: 'PT Sans',arial,sans-serif;
}
.pv117-a-nav-menu-item:hover {
text-decoration: none;
}
#hook_Block_ThemeTopCenterImageRB, .uprf_coll_abs_kn{
display: flex;
}
.pv117-a-nav-menu-item .navMenuCount {
font-weight: 300;
font-size: 22px;
}
.pv117-nav-menu .mctc_navMenuDDC{
right:0;
}
.pv117-right-col {
background: #f4f8f9;
width: 220px;
min-height: 200px;
border-right: 1px solid #dadde0;
border-bottom: 1px solid #d4d4d4;
box-sizing: border-box;
}
.pv117-wall-cnt {
min-height: 200px;
background: #fff;
flex: 2 0 0;
max-width: 588px;width:100%;
border-left: 1px solid #d4d4d4;
border-right: 1px solid #eceff2;
border-bottom: 1px solid #d4d4d4;
}
.pv117-twogp {
display: flex;
min-height: 400px;
}
.pv117-right-col .emoji-menu{
margin: -326px 0 0 72px;
}
.rightu23jx-ic {
float: left;
background-image: url(images/post_icon.png);
background-repeat: no-repeat;
width: 15px;
height: 15px;
display: block;
vertical-align: middle;
}
.rightu23jx-ic.location{
background-position:-6px -157px;
}
.rightu23jx-ic.born{
background-position:-5px -267px;
}
.rightu23jx-ic.status{
background-position:0 -15px;
}.uinfo-r .u_info_about_str {
color: #727b83;
font-weight: 400;
font-size: 12px;
vertical-align: middle;
margin-left: 22px;
display: block;
text-align: left;
}
li.uinfo-r {
margin-bottom: 8px;
}.pv117-right-col .header-n {
color: #898f96;
font-size: 12px;
padding: 8px 0;
border-bottom: 1px solid #d5dbe2;
margin-bottom: 18px;
text-transform: uppercase;
}.block-more-btn a {
width: 100%;
border-radius: 4px;
color: #8090b5!important;
font-family: 'Lato';
font-weight: 500;
letter-spacing: 1px;
}.block-more-btn {
margin: 18px 0;
}
.ublxx2ww1t {
display: flex;
margin-bottom: 16px;
}.ublxx2ww1t img {
width: 32px;
height: 32px;
border-radius: 50%;
vertical-align: middle;
float: left;
}.fsf3xy4 {
vertical-align: middle;
margin-left: 45px;
}.fsf3xy5 {
font-size: 12.5px;
font-weight: 500;
letter-spacing: .2px;
color: #000;
}.fsf3xy6 {
color: #888d96;
line-height: 130%;
}
.user_profile_v117_filter_a_title {
padding: 12px;
font-size: 16px;
border-bottom: 1px solid #eee;
}
.user_profile_v117_filter_a_title .navMenuCount{
font-weight:500;
}
.u_prof_redesign_feed.v117 .feed {
margin-bottom: 0;
border-right: 0;
border-left: 0;
border-top: 0;
border-bottom: 1px solid #e7e8ec;
}
.pv117-right-col a:hover {
text-decoration: none;
opacity: .9;
}
.a07 {
width: 80px;
height: 80px;
}.a07 img {
width: 100%;
}
.a06 .image-hover{
margin:2px;
}.YxWgs1Q {
padding: 12px 12px;
font-size: 15px;
color: #000;
}.YxWgs1Q a {
color: #000;
}
.ublxx2ww1t .book_cover, .ublxx2ww1t .movie_cover {
width: 32px;
height: 32px;
float: left;
background-color: transparent;
border-radius: 2px;
background-size: cover;
}
.profile_men_redesign .track{
margin-bottom: 10px;
}
.YzWgs1Q {
background: url(images/cog_cross.png) no-repeat 4px 4px;
position: absolute;
top: -3px;
right: 0;
width: 20px;
height: 20px;
margin: 5px 7px 0 0;
}
.xvEEfg31 {
margin-left: 12px;
}.YzWgs1Q .user_more_act{
top: 0;
margin-top: 30px;
margin-right: 0;
margin-left: -109px;
}
.profile_msg_split .cut_left {
width: 143px;
float: left;
}.profile_msg_split .profile_btn_cut_left {
border-radius: 4px 0 0 4px;
border-right: 1px solid #6a98cc;
height: 30px;width:100%;
}.profile_msg_split .cut_right {
width: 38px;
float: left;
}.profile_msg_split .profile_btn_cut_right {
border-radius: 0 4px 4px 0;
border-right: 1px solid #5e82a7;
height: 30px;
width: 38px;
padding-left: 13px;
}.profile_msg_none, .profile_gift_text {
display: none;
}
#profile-sticky-right-side-fixed {
width: 199px;
padding: 6px 12px;
box-sizing: content-box;
}
.uprofile-right-stories .invisible-a-openstory:hover {
opacity: 0.2!important;
background: #f4f8f9;
}ul.stories_while.uprofile-right-stories {
overflow: hidden;
max-height: none;
}.blocks-p {
margin: 22px 0;
}
.blocks-p.first{margin:0;}
.fsf3xy6 .page_rating_stars li{
font-size:12px;
}
.fsf3xy6 .rating_sys_count{
display:none;
}
.fsf3xy6 .ratings_ul_sys{
pointer-events:none;
}
.pv17_u_avatar .story_seen_bord {
width: 92%;
height: 92%;
border: 4px solid #aaa;
}.pv17_u_avatar .story_seen_bord:before {
content: '';
position: absolute;
width: 96%;
height: 96%;
border: 2px solid #fff;
border-radius: 50%;
}
.pv17_u_avatar svg.stories{
position: absolute;
top: 0;
stroke-width: 4px;
}
.pv17_u_avatar svg.stories circle{
r: 48;
}
.pv17_u_avatar .my svg.stories {
stroke: rgba(233, 30, 99, 0.42);
animation: stories-stroke-draw-my 6s ease-out;
} | sites/CodeCanyon/v. 2/Script/template/original/css/profile-view-redesign-v1.1.7.css | .pv17_wide_menu {
position: absolute;
right: 00;
background-color: rgba(48, 52, 61, 0.90);
width: 222px;
height: 100%;
z-index: 1;
}
#up_K_theme {
z-index: 10;
}
.page-Wmedium .toolbar .toolbar_c {
max-width: 1010px!important;
width: auto!important;
/* box-sizing: content-box; */
right: 7px;
}
.page-Wmedium #page_layout {
box-sizing: border-box;
width: 1052px;
}
.page-Wmedium #mainContent {
width: 810px!important;
transition: width .3s ease;
float: left!important;
}.page-Wmedium #profile_left_side_bar {
width: 196px;
}
.pv17_wmenu_c {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
flex-basis: unset;
flex-direction: column;
padding: 2px 10px;
margin-top: -14px;
box-sizing: border-box;
}
.pv17_u_avatar {
width: 100px;
height: 100px;
overflow: hidden;
position: relative;
border-radius: 50%;
background-color: #dbe3ea;
}.pv17_u_avatar img{
width: 100%;
border-radius: 50%;
}
.pv17_wide_menu {
position: absolute;
right: 0px;
background-color: rgba(48, 52, 61, 0.90);
width: 222px;
height: 100%;
z-index: 1;
}
.pv17_u_name {
font-size: 17px;
color: #fff;
line-height: 120%;
font-weight: 500;
margin-top: 16px;
margin-bottom: 2px;
}
.pv17_ic_nav1 {
background: url(images/ic_nav_1.png) no-repeat;
width: 16px;
height: 16px;
display:inline-block;
}
.pv17_ic_nav1._status{
background-position:-1px -1103px;
}
.ic_status_msg_div{float:left;}
.status_msg_txt {
margin-left: 27px;
word-break: break-word;
margin-bottom: 16px;
}.profile_add_text_post a {
padding: 5px 2px;
display: block;
font-size: 12px;
color: #727b83;
}
.profile_add_text_post {
position: relative;
}
.uasm_pd {
position: absolute;
width: 300px;
top: 0;
right: 0;
z-index: 123;
border: 1px solid #d3d9de;
border-radius: 2px;
background-color: #fafbfc;
box-shadow: 0 1px 3px rgba(0,0,0,.1);
padding: 16px;
}
.textarea_profile_add_msg {
margin-bottom: 12px;
}
.textarea_profile_add_msg {
margin-bottom: 12px;
}#new_msg_Status_err {
display: none;
color: #FF5722;
margin-top: 12px;
}
#user_add_status_msg .emoji-wysiwyg-editor{width:auto;}
#user_add_status_msg .contenteditable-max-chars {
float: right;
margin: 4px;
}
.uasm_btns {
display: inline-block!important;
margin-right: 9px;
color:#333!important;
}#user_add_status_msg #profile_status_msg_emoji_btn {
position: absolute;
right: 19px;
top: 21px;
height: 16px;
}
.u_info_about_str {
color: #eee;
text-align: center;
font-weight: 300;
max-height: 95px;
overflow: hidden;
}
.pv17_head_separator {
height: 1px;
width: 100%;
background: #616a73;
margin: 16px 0;
}
.pv17_head_menu_p16 {
width: 90%;
display: flex;
flex-direction: column;
align-items: center;
}
.v117-redesign-btnm{
width:100%;
}
.v117-redesign-btnm .flat_button {
border-radius: 4px;
margin: 4px 0;
}
.flat_button._send_message {
background: #e3e9ef;
color: #5e7ca0;
font-size: 14px;
font-weight: 500;
text-transform:capitalize;
}
.v117-buttons-likea button:not(.relationship_save), .v115-redesign-btnm button:not(.relationship_save) {
background:transparent!important;
color:#eee!important;
padding: 0px 4px!important;
margin-top:0!important;
white-space: pre-line;
}
.v117-buttons-likea, .v115-redesign-btnm {
margin-top: -5px;
margin-bottom: 5px;
}
.v117-buttons-likea button:not(.relationship_save):hover , .v115-redesign-btnm button:not(.relationship_save):hover{
color:#fff!important;
}
.indicate-relationship.__relationship i{
margin-right:6px;
}
#profile_time_lv {
color: #8f99a5;
padding: 5px 8px;
position: relative;
}
#profile_time_lv .ic-online {
left: 7px;
bottom: 8px;
right: 7px;
border: 0;
}
#up_K_theme.v117 .covers_control_cnt {
display: block;
height: 23px;
line-height: 23px;
padding: 0 15px 0 27px;
border-radius: 13px;
border: 1px solid #282933;
/* background-color: #fff; */
white-space: nowrap;
color: #eee;
}#up_K_theme.v117 .covers_control_anim {
width: auto;
transition-delay: 0s;
margin: auto;
left: 0;
right: 0;
top: auto;
position: relative;
bottom: auto;
margin-top: 36px;
}#up_K_theme.v117 .covers_control_anim:hover {
width: auto;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
#up_K_theme.v117 .covers_control_cnt {
display: block;
height: 23px;
line-height: 23px;
padding: 0 15px 0 27px;
border-radius: 13px;
border: 1px solid #2d2f3c;
background-color: transparent;
white-space: nowrap;
color: #eee;
opacity:1;
}
#up_K_theme.v117 .covers_control_anim .covers_control_ic {
left:0;
}
#up_K_theme.v117 .covers_control_anim .covers_control_ic {
left: 0;
margin-left: 4px;
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.pv117-nav-menu {
position: absolute;
width: 100%;
padding: 12px 0;
opacity: 1;
left: 0;
bottom: 0;
z-index: 1;
width: 588px;
display: flex;
}
.pv117-nav-menu:Before {
width: 100%;
content: '';
background-image: -webkit-linear-gradient(transparent 0%,rgba(0,0,0,.55));
background-image: linear-gradient(transparent 0,rgba(0,0,0,.55));
position: absolute;
bottom: 0;
height: 100%;
}
a.pv117-a-nav-menu-item {
font-weight: 500;
opacity: .9;
padding: 0px 12px;
color: #eee;
font-size: 11px;
text-transform: uppercase;
flex: 1;
text-align: center;
font-family: 'Lato',Arial;
position: relative;
line-height: 18px;
}
.pv117-a-nav-menu-item.last-child {
vertical-align: middle;
line-height: 300%;
}
a.pv117-a-nav-menu-item:hover {
opacity: 1;
color: #fff;
}
a.pv117-a-nav-menu-item:after {
width: 1px;
height: 90%;
background: #949196;
display: block;
position: absolute;
content: '';
right: 0;
top: 1px;
}
.pv117-a-nav-menu-item.last-child:after{
width:0;height:0;opacity:0;display:none;
}
.pv117-a-nav-menu-item .navMenuCount {
color: #fff;
font-weight: 400;
font-size: 26px;
font-family: 'PT Sans',arial,sans-serif;
}
.pv117-a-nav-menu-item:hover {
text-decoration: none;
}
#hook_Block_ThemeTopCenterImageRB, .uprf_coll_abs_kn{
display: flex;
}
.pv117-a-nav-menu-item .navMenuCount {
font-weight: 300;
font-size: 22px;
}
.pv117-nav-menu .mctc_navMenuDDC{
right:0;
}
.pv117-right-col {
background: #f4f8f9;
width: 220px;
min-height: 200px;
border-right: 1px solid #dadde0;
border-bottom: 1px solid #d4d4d4;
box-sizing: border-box;
}
.pv117-wall-cnt {
min-height: 200px;
background: #fff;
flex: 2 0 0;
max-width: 588px;width:100%;
border-left: 1px solid #d4d4d4;
border-right: 1px solid #eceff2;
border-bottom: 1px solid #d4d4d4;
}
.pv117-twogp {
display: flex;
min-height: 400px;
}
.pv117-right-col .emoji-menu{
margin: -326px 0 0 72px;
}
.rightu23jx-ic {
float: left;
background-image: url(images/post_icon.png);
background-repeat: no-repeat;
width: 15px;
height: 15px;
display: block;
vertical-align: middle;
}
.rightu23jx-ic.location{
background-position:-6px -157px;
}
.rightu23jx-ic.born{
background-position:-5px -267px;
}
.rightu23jx-ic.status{
background-position:0 -15px;
}.uinfo-r .u_info_about_str {
color: #727b83;
font-weight: 400;
font-size: 12px;
vertical-align: middle;
margin-left: 22px;
display: block;
text-align: left;
}
li.uinfo-r {
margin-bottom: 8px;
}.pv117-right-col .header-n {
color: #898f96;
font-size: 12px;
padding: 8px 0;
border-bottom: 1px solid #d5dbe2;
margin-bottom: 18px;
text-transform: uppercase;
}.block-more-btn a {
width: 100%;
border-radius: 4px;
color: #8090b5!important;
font-family: 'Lato';
font-weight: 500;
letter-spacing: 1px;
}.block-more-btn {
margin: 18px 0;
}
.ublxx2ww1t {
display: flex;
margin-bottom: 16px;
}.ublxx2ww1t img {
width: 32px;
height: 32px;
border-radius: 50%;
vertical-align: middle;
float: left;
}.fsf3xy4 {
vertical-align: middle;
margin-left: 45px;
}.fsf3xy5 {
font-size: 12.5px;
font-weight: 500;
letter-spacing: .2px;
color: #000;
}.fsf3xy6 {
color: #888d96;
line-height: 130%;
}
.user_profile_v117_filter_a_title {
padding: 12px;
font-size: 16px;
border-bottom: 1px solid #eee;
}
.user_profile_v117_filter_a_title .navMenuCount{
font-weight:500;
}
.u_prof_redesign_feed.v117 .feed {
margin-bottom: 0;
border-right: 0;
border-left: 0;
border-top: 0;
border-bottom: 1px solid #e7e8ec;
}
.pv117-right-col a:hover {
text-decoration: none;
opacity: .9;
}
.a07 {
width: 80px;
height: 80px;
}.a07 img {
width: 100%;
}
.a06 .image-hover{
margin:2px;
}.YxWgs1Q {
padding: 12px 12px;
font-size: 15px;
color: #000;
}.YxWgs1Q a {
color: #000;
}
.ublxx2ww1t .book_cover, .ublxx2ww1t .movie_cover {
width: 32px;
height: 32px;
float: left;
background-color: transparent;
border-radius: 2px;
background-size: cover;
}
.profile_men_redesign .track{
margin-bottom: 10px;
}
.YzWgs1Q {
background: url(images/cog_cross.png) no-repeat 4px 4px;
position: absolute;
top: -3px;
right: 0;
width: 20px;
height: 20px;
margin: 5px 7px 0 0;
}
.xvEEfg31 {
margin-left: 12px;
}.YzWgs1Q .user_more_act{
top: 0;
margin-top: 30px;
margin-right: 0;
margin-left: -109px;
}
.profile_msg_split .cut_left {
width: 143px;
float: left;
}.profile_msg_split .profile_btn_cut_left {
border-radius: 4px 0 0 4px;
border-right: 1px solid #6a98cc;
height: 30px;width:100%;
}.profile_msg_split .cut_right {
width: 38px;
float: left;
}.profile_msg_split .profile_btn_cut_right {
border-radius: 0 4px 4px 0;
border-right: 1px solid #5e82a7;
height: 30px;
width: 38px;
padding-left: 13px;
}.profile_msg_none, .profile_gift_text {
display: none;
}
#profile-sticky-right-side-fixed {
width: 199px;
padding: 6px 12px;
box-sizing: content-box;
}
.uprofile-right-stories .invisible-a-openstory:hover {
opacity: 0.2!important;
background: #f4f8f9;
}ul.stories_while.uprofile-right-stories {
overflow: hidden;
max-height: none;
}.blocks-p {
margin: 22px 0;
}
.blocks-p.first{margin:0;}
.fsf3xy6 .page_rating_stars li{
font-size:12px;
}
.fsf3xy6 .rating_sys_count{
display:none;
}
.fsf3xy6 .ratings_ul_sys{
pointer-events:none;
}
.pv17_u_avatar .story_seen_bord {
width: 92%;
height: 92%;
border: 4px solid #aaa;
}.pv17_u_avatar .story_seen_bord:before {
content: '';
position: absolute;
width: 96%;
height: 96%;
border: 2px solid #fff;
border-radius: 50%;
}
.pv17_u_avatar svg.stories{
position: absolute;
top: 0;
stroke-width: 4px;
}
.pv17_u_avatar svg.stories circle{
r: 48;
}
.pv17_u_avatar .my svg.stories {
stroke: rgba(233, 30, 99, 0.42);
animation: stories-stroke-draw-my 6s ease-out;
} | 0.401688 | 0.079639 |
* {
font-family: Roboto, sans-serif;
box-sizing: border-box;
margin: 0px;
padding: 0px; }
html,
body {
height: 100%; }
.content {
height: 100%;
width: 100vw;
display: grid;
grid-template-rows: 10vh auto 10vh;
grid-template-columns: 20vh auto;
grid-template-areas: "side top"
"side main"
"side bottom"; }
.side {
grid-area: side;
border-right: 1px solid #eee;
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
z-index: 3; }
.side .profile {
background-color: #eee; }
.side .profile .img {
clip-path: circle(50% at 50% 50%);
width: 50%;
height: auto;
margin: 25% 25% 1em 25%; }
.side .profile .name {
padding: 0em 1em 1em 1em;
text-align: center; }
.side .nav-icons {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center; }
.side .nav-icons .nav-icon {
padding: 1em;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
text-transform: uppercase;
cursor: pointer; }
.side .nav-icons .nav-icon:hover .fas {
color: blue; }
.side .nav-icons .nav-icon .fas {
transition: color ease-in-out 0.25s;
font-size: 2em;
color: #aaa;
margin-bottom: 0.5rem; }
.top {
grid-area: top;
display: flex;
align-items: center;
justify-content: space-between;
padding: 2em;
box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.75);
box-shadow-left: none;
z-index: 2; }
.top .logo {
font-size: 1.5em; }
.top .group-name {
font-size: 2em; }
.top .more {
font-size: 1.5em;
cursor: pointer;
perspective: 10em; }
.top .more i {
transition: transform ease-in 0.25s;
position: relative; }
.top .more i:hover {
transform: translateZ(1em); }
.bottom {
grid-area: bottom;
display: flex;
align-items: center;
justify-content: space-around;
box-shadow: 0 -5px 10px -10px rgba(0, 0, 0, 0.75);
z-index: 2; }
.bottom .link {
font-size: 1.25em;
text-transform: uppercase; }
.bottom .link.active {
color: #0074D9;
border-bottom: 2px solid #0074D9; }
.main {
grid-area: main;
background-color: #eee;
min-width: 0;
overflow: auto; }
.main .section {
max-width: 100%;
margin: 0em 0em; }
.main .section .section-title {
padding: 1rem 3.5rem;
font-size: 1.25em;
font-weight: bold; }
.main .section .section-body {
padding: 2em 0em; }
.main .section.files .section-body, .main .section.flashcards .section-body {
padding: 2em 4em;
display: flex;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
overflow: auto;
max-width: 100%; }
.main .section.files .section-body::-webkit-scrollbar, .main .section.flashcards .section-body::-webkit-scrollbar {
height: 1px; }
.main .section.files .file {
padding: 0em 2em;
perspective: 10em;
cursor: pointer; }
.main .section.files .file:hover .file-icon,
.main .section.files .file:focus .file-icon {
transform: translateZ(0.05em);
box-shadow: 0 0 22px -10px rgba(0, 0, 0, 0.8); }
.main .section.files .file .file-icon {
background-color: #fff;
color: grey;
font-size: 5em;
display: flex;
align-items: center;
justify-content: center;
width: 10rem;
height: 8rem;
border-radius: 1rem;
box-shadow: 0 0 20px -12px rgba(0, 0, 0, 0.75);
position: relative;
transition: box-shadow ease-out 0.5s, transform ease-out 0.5s; }
.main .section.files .file .file-name {
padding: 1em;
padding-bottom: 0em;
text-align: center; }
.main .section.chats .section-body .chat {
width: 100%;
background-color: #fff;
overflow: hidden;
max-height: 100%;
cursor: pointer;
transition: background-color 0.25s ease-in-out;
border-bottom: 1px solid #ddd; }
.main .section.chats .section-body .chat .chat-title {
font-weight: bold;
margin: 1em 3em 0em 3em; }
.main .section.chats .section-body .chat .chat-last-msg {
margin: 0em 3em 0.25em 3em; }
.main .section.chats .section-body .chat .chat-respond {
transition: max-height 0.35s ease-in-out;
transition-delay: 0s;
height: 100%;
max-height: 0em;
padding: 0em;
margin: 0em; }
.main .section.chats .section-body .chat .chat-respond .chat-respond-input {
width: 100%;
height: 100%;
display: block;
margin: 0em;
margin-top: 0.5em;
border: none;
background-color: #eee;
padding: 0.25em 3.5em; }
.main .section.chats .section-body .chat:hover {
background-color: #f9f9f9; }
.main .section.chats .section-body .chat:hover .chat-respond,
.main .section.chats .section-body .chat:hover .chat-respond:hover,
.main .section.chats .section-body .chat:hover .chat-respond:focus-within {
max-height: 2em; }
.main .section.chats .section-body .chat-more {
background-color: #fff;
text-align: center;
padding: 0.25em;
cursor: pointer;
color: #555;
position: relative; }
.main .section.chats .section-body .chat-more .fa-arrow-right {
position: relative;
transition: left 0.25s ease-in-out;
left: 0px;
margin-left: 0.25rem;
font-size: 0.9em; }
.main .section.chats .section-body .chat-more:hover .fa-arrow-right {
left: 1em; }
.main .section.flashcards .flashcard-set {
perspective: 10em;
min-width: 10rem;
height: 8rem;
margin: 0em 1.5em;
position: relative;
cursor: pointer; }
.main .section.flashcards .flashcard-set:after, .main .section.flashcards .flashcard-set:before {
content: " ";
position: absolute;
display: inline-block;
min-width: 10rem;
height: 8rem;
border-radius: 1rem;
background-color: #fff;
box-shadow: 0 0 20px -12px rgba(0, 0, 0, 0.75);
transition: box-shadow ease-out 0.5s,
transform ease-out 0.5s;
overflow: visible !important; }
.main .section.flashcards .flashcard-set:before {
left: 1em;
bottom: 1em; }
.main .section.flashcards .flashcard-set:after {
left: 0.5em;
bottom: 0.5em; }
.main .section.flashcards .flashcard-set .flash-text {
padding: 2em;
width: 100%;
height: 100%;
border-radius: 1rem;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 20px -12px rgba(0, 0, 0, 0.75);
position: relative;
transition: transform ease-out 0.5s;
user-select: none;
z-index: 1; }
.main .section.flashcards .flashcard-set:hover .flash-text, .main .section.flashcards .flashcard-set:focus .flash-text {
transform: translateZ(0.2em); }
.main .section.flashcards .flashcard-set:hover:after {
transform: translateZ(0.2em); }
.main .section.flashcards .flashcard-set:hover:before {
box-shadow: 0 0 22px -10px rgba(0, 0, 0, 0.8);
transform: translateZ(0.2em); } | UI ideas/Group/group dashboard/page.css | * {
font-family: Roboto, sans-serif;
box-sizing: border-box;
margin: 0px;
padding: 0px; }
html,
body {
height: 100%; }
.content {
height: 100%;
width: 100vw;
display: grid;
grid-template-rows: 10vh auto 10vh;
grid-template-columns: 20vh auto;
grid-template-areas: "side top"
"side main"
"side bottom"; }
.side {
grid-area: side;
border-right: 1px solid #eee;
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
z-index: 3; }
.side .profile {
background-color: #eee; }
.side .profile .img {
clip-path: circle(50% at 50% 50%);
width: 50%;
height: auto;
margin: 25% 25% 1em 25%; }
.side .profile .name {
padding: 0em 1em 1em 1em;
text-align: center; }
.side .nav-icons {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center; }
.side .nav-icons .nav-icon {
padding: 1em;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
text-transform: uppercase;
cursor: pointer; }
.side .nav-icons .nav-icon:hover .fas {
color: blue; }
.side .nav-icons .nav-icon .fas {
transition: color ease-in-out 0.25s;
font-size: 2em;
color: #aaa;
margin-bottom: 0.5rem; }
.top {
grid-area: top;
display: flex;
align-items: center;
justify-content: space-between;
padding: 2em;
box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.75);
box-shadow-left: none;
z-index: 2; }
.top .logo {
font-size: 1.5em; }
.top .group-name {
font-size: 2em; }
.top .more {
font-size: 1.5em;
cursor: pointer;
perspective: 10em; }
.top .more i {
transition: transform ease-in 0.25s;
position: relative; }
.top .more i:hover {
transform: translateZ(1em); }
.bottom {
grid-area: bottom;
display: flex;
align-items: center;
justify-content: space-around;
box-shadow: 0 -5px 10px -10px rgba(0, 0, 0, 0.75);
z-index: 2; }
.bottom .link {
font-size: 1.25em;
text-transform: uppercase; }
.bottom .link.active {
color: #0074D9;
border-bottom: 2px solid #0074D9; }
.main {
grid-area: main;
background-color: #eee;
min-width: 0;
overflow: auto; }
.main .section {
max-width: 100%;
margin: 0em 0em; }
.main .section .section-title {
padding: 1rem 3.5rem;
font-size: 1.25em;
font-weight: bold; }
.main .section .section-body {
padding: 2em 0em; }
.main .section.files .section-body, .main .section.flashcards .section-body {
padding: 2em 4em;
display: flex;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
overflow: auto;
max-width: 100%; }
.main .section.files .section-body::-webkit-scrollbar, .main .section.flashcards .section-body::-webkit-scrollbar {
height: 1px; }
.main .section.files .file {
padding: 0em 2em;
perspective: 10em;
cursor: pointer; }
.main .section.files .file:hover .file-icon,
.main .section.files .file:focus .file-icon {
transform: translateZ(0.05em);
box-shadow: 0 0 22px -10px rgba(0, 0, 0, 0.8); }
.main .section.files .file .file-icon {
background-color: #fff;
color: grey;
font-size: 5em;
display: flex;
align-items: center;
justify-content: center;
width: 10rem;
height: 8rem;
border-radius: 1rem;
box-shadow: 0 0 20px -12px rgba(0, 0, 0, 0.75);
position: relative;
transition: box-shadow ease-out 0.5s, transform ease-out 0.5s; }
.main .section.files .file .file-name {
padding: 1em;
padding-bottom: 0em;
text-align: center; }
.main .section.chats .section-body .chat {
width: 100%;
background-color: #fff;
overflow: hidden;
max-height: 100%;
cursor: pointer;
transition: background-color 0.25s ease-in-out;
border-bottom: 1px solid #ddd; }
.main .section.chats .section-body .chat .chat-title {
font-weight: bold;
margin: 1em 3em 0em 3em; }
.main .section.chats .section-body .chat .chat-last-msg {
margin: 0em 3em 0.25em 3em; }
.main .section.chats .section-body .chat .chat-respond {
transition: max-height 0.35s ease-in-out;
transition-delay: 0s;
height: 100%;
max-height: 0em;
padding: 0em;
margin: 0em; }
.main .section.chats .section-body .chat .chat-respond .chat-respond-input {
width: 100%;
height: 100%;
display: block;
margin: 0em;
margin-top: 0.5em;
border: none;
background-color: #eee;
padding: 0.25em 3.5em; }
.main .section.chats .section-body .chat:hover {
background-color: #f9f9f9; }
.main .section.chats .section-body .chat:hover .chat-respond,
.main .section.chats .section-body .chat:hover .chat-respond:hover,
.main .section.chats .section-body .chat:hover .chat-respond:focus-within {
max-height: 2em; }
.main .section.chats .section-body .chat-more {
background-color: #fff;
text-align: center;
padding: 0.25em;
cursor: pointer;
color: #555;
position: relative; }
.main .section.chats .section-body .chat-more .fa-arrow-right {
position: relative;
transition: left 0.25s ease-in-out;
left: 0px;
margin-left: 0.25rem;
font-size: 0.9em; }
.main .section.chats .section-body .chat-more:hover .fa-arrow-right {
left: 1em; }
.main .section.flashcards .flashcard-set {
perspective: 10em;
min-width: 10rem;
height: 8rem;
margin: 0em 1.5em;
position: relative;
cursor: pointer; }
.main .section.flashcards .flashcard-set:after, .main .section.flashcards .flashcard-set:before {
content: " ";
position: absolute;
display: inline-block;
min-width: 10rem;
height: 8rem;
border-radius: 1rem;
background-color: #fff;
box-shadow: 0 0 20px -12px rgba(0, 0, 0, 0.75);
transition: box-shadow ease-out 0.5s,
transform ease-out 0.5s;
overflow: visible !important; }
.main .section.flashcards .flashcard-set:before {
left: 1em;
bottom: 1em; }
.main .section.flashcards .flashcard-set:after {
left: 0.5em;
bottom: 0.5em; }
.main .section.flashcards .flashcard-set .flash-text {
padding: 2em;
width: 100%;
height: 100%;
border-radius: 1rem;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 20px -12px rgba(0, 0, 0, 0.75);
position: relative;
transition: transform ease-out 0.5s;
user-select: none;
z-index: 1; }
.main .section.flashcards .flashcard-set:hover .flash-text, .main .section.flashcards .flashcard-set:focus .flash-text {
transform: translateZ(0.2em); }
.main .section.flashcards .flashcard-set:hover:after {
transform: translateZ(0.2em); }
.main .section.flashcards .flashcard-set:hover:before {
box-shadow: 0 0 22px -10px rgba(0, 0, 0, 0.8);
transform: translateZ(0.2em); } | 0.414069 | 0.095181 |
button#trigger-overlay {
background-color: transparent;
/* color: transparent; */
border: transparent;
}
div.navigate-menu {
border: none;
background: transparent;
padding: 0;
}
/* ICON */
.reveal .control-menu,
aside.control-menu {
display: none;
position: fixed;
width: 40px;
height: 40px;
z-index: 30;
right: .75em;
top: .75em;
-webkit-user-select: none;
opacity: 0.25;
transition: transform 350ms cubic-bezier(0.4, 0, 1, 1);
/* transform: rotate( -45deg ); */
-webkit-animation-name: jello;
animation-name: jello;
-webkit-animation-duration: 1.15s;
animation-duration: 1.15;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*
aside.control-menu:hover {
border-right: 2px dotted rgba(252,252,252,0.5);
padding: 0.15em;
}*/
.reveal .control-menu:hover,
aside.control-menu:hover {
opacity: 0.5;
/* transform: rotate( 45deg ); */
transition: transform 250ms cubic-bezier(0.4, 0, 1, 1);
-webkit-animation-name: wobble;
animation-name: wobble;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*********************************************
* SOCIAL MEDIA
*********************************************/
div.footer.social {
display: block;
position: absolute;
bottom: 16px;
left: 40%;
/* margin-left: -139px; */
z-index: 20;
border: 1px dotted pink;
/* line-height: 0px; */
right: 40%;
height: 10%;
/* vertical-align: middle; */
}
a.icon.nav.social {
height: 0;
line-height: 0;
padding: 0 3%;
opacity: 0.25;
}
a.icon.nav.social:hover {
opacity: 0.65;
}
a.icon.nav.social:after {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*********************************************
* OTHER ICONS
*********************************************/
/* index.html#/5/1 */
.sandbox.icon.ixd-test div {
z-index: 500;
}
p.icon.ps3 {
width: 11em;
margin: 0 auto;
display: block;
}
img.animated.swing {
opacity: 0.5;
width: 92px;
height: 92px;
float: left;
padding-top: 4em;
margin-right: -15em;
}
/*********************************************
* BACKGROUND GRADIENTS
*********************************************/
/*html.bg-gradient-01, .bg-gradient-01, */section.bg-gradient-01 {
background:
linear-gradient(-180deg, rgba(30, 112, 207, .45), transparent 300%),
linear-gradient(240deg, rgba(9, 155, 221, .25), transparent 50%),
linear-gradient(100deg, rgba(101, 6, 4, .95), transparent 100%),
linear-gradient(-100deg, rgba(158, 40, 234, .95), transparent 100%)/*, url(https://cloud.githubusercontent.com/assets/4642277/13794568/ed1620dc-ead2-11e5-9560-dafe85506391.jpg)*/
}
/* Animated Pantone 2016 Hues */
html.bg-gradient-02, .pTone {
background:
linear-gradient(75deg, #f7cac9, #f7786b, #91a8d0, #034f84, #f7786b, #91a8d0, #f7786b, #034f84, #f7cac9, #342760, #9896a4, #ef8905, #0df4c9) rotate(-360deg);
background-size: 2600% 2600%;
-webkit-animation: pTone 59s ease infinite;
-moz-animation: pTone 59s ease infinite;
animation: pTone 59s ease infinite;
}
@-webkit-keyframes pTone {
0%{background-position:48% 0%}
50%{background-position:53% 100%}
100%{background-position:48% 0%}
}
@-moz-keyframes pTone {
0%{background-position:48% 0%}
50%{background-position:53% 100%}
100%{background-position:48% 0%}
}
@keyframes pTone {
0%{background-position:48% 0%}
50%{background-position:53% 100%}
100%{background-position:48% 0%}
}
/*MINT LIME SEAFOAM - mintyFoam */
html.bg-gradient-03, .mintyFoam {
background: linear-gradient(268deg, #09efb3, #c6fa39, #3dfcd8, #3dfcd8);
background-size: 800% 800%;
-webkit-animation: mintyFoam 16s ease infinite;
-moz-animation: mintyFoam 16s ease infinite;
animation: mintyFoam 16s ease infinite;
}
@-webkit-keyframes mintyFoam {
0%{background-position:0% 30%}
50%{background-position:100% 71%}
100%{background-position:0% 30%}
}
@-moz-keyframes mintyFoam {
0%{background-position:0% 30%}
50%{background-position:100% 71%}
100%{background-position:0% 30%}
}
@keyframes mintyFoam {
0%{background-position:0% 30%}
50%{background-position:100% 71%}
100%{background-position:0% 30%}
}
/* DEEP SEA EMERALD, PURPLE, SEAFOAM, LIME - nikeForce */
html.bg-gradient-04, .nikeForce {
/*background: linear-gradient(216deg, #00ffd0, #153c35, #281635, #c6fa39) 0.5;*/
background: linear-gradient(-216deg, #00ffd0, rgba(66, 101, 95, 1), #281635, #c6fa39) rgba(247,120,107,0.9) 300%;
background-size: 1000% 1000%;
/*animation: CustomAnimation 9s ease infinite; */
-webkit-animation: nikeForce 50s ease infinite;
-moz-animation: nikeForce 50s ease infinite;
animation: nikeForce 50s ease infinite;
}
@-webkit-keyframes nikeForce {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-moz-keyframes nikeForce {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@keyframes nikeForce {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
.nikeACG {
background: linear-gradient(-116deg, rgba(75,0,130,0.9), rgba(205,92,92,0.9), rgba(247,120,107,0.9), rgba(102,51,153,0.9), rgba(61,252,216,0.9), rgba(198,250,57,0.9)) 300%;
background-size: 1000% 1000%;
/*animation: CustomAnimation 9s ease infinite; */
-webkit-animation: nikeACG 30s ease infinite;
-moz-animation: nikeACG 30s ease infinite;
animation: nikeACG 30s ease infinite;
}
@-webkit-keyframes nikeACG {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-moz-keyframes nikeACG {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@keyframes nikeACG {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
/* Cool Grays */
.kuhlenGraus {
background: linear-gradient(-116deg, #3e4a47, #5b5162, #5f7071, #645258, #6d5e5c) transparent 30%;
background-size: 1000% 1000%;
-webkit-animation: kuhlenGraus 19s ease infinite;
-moz-animation: kuhlenGraus 19s ease infinite;
animation: kuhlenGraus 19s ease infinite;
}
@-webkit-keyframes kuhlenGraus {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-moz-keyframes kuhlenGraus {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@keyframes kuhlenGraus {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
/* LIGHTER VERSION OF KUHLEN GRAUS / COOL GRAYS */
.pastelle {
background: linear-gradient(216deg, #cae5e0, #e0d3e9, #cce4e5, #e5ccd4, #e5d2cf);
background-size: 1000% 1000%;
-webkit-animation: pastelle 9s ease infinite;
-moz-animation: pastelle 9s ease infinite;
animation: pastelle 9s ease infinite;
}
@-webkit-keyframes pastelle {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-moz-keyframes pastelle {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@keyframes pastelle {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
.olAbgrund {
/*background: linear-gradient(116deg, #072620, #160720, #200501);
background: linear-gradient(-316deg, #011914, #160720);*/
background: linear-gradient(216deg, #072620, #160720, #011914, #330010, #200501);
background-size: 1000% 1000%;
-webkit-animation: olAbgrund 30s ease infinite;
-moz-animation: olAbgrund 30s ease infinite;
-o-animation: olAbgrund 30s ease infinite;
animation: olAbgrund 30s ease infinite;
}
@-webkit-keyframes olAbgrund {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-moz-keyframes olAbgrund {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-o-keyframes olAbgrund {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@keyframes olAbgrund {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
} | image-processing/pyladies/slides/css/styling.css | button#trigger-overlay {
background-color: transparent;
/* color: transparent; */
border: transparent;
}
div.navigate-menu {
border: none;
background: transparent;
padding: 0;
}
/* ICON */
.reveal .control-menu,
aside.control-menu {
display: none;
position: fixed;
width: 40px;
height: 40px;
z-index: 30;
right: .75em;
top: .75em;
-webkit-user-select: none;
opacity: 0.25;
transition: transform 350ms cubic-bezier(0.4, 0, 1, 1);
/* transform: rotate( -45deg ); */
-webkit-animation-name: jello;
animation-name: jello;
-webkit-animation-duration: 1.15s;
animation-duration: 1.15;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*
aside.control-menu:hover {
border-right: 2px dotted rgba(252,252,252,0.5);
padding: 0.15em;
}*/
.reveal .control-menu:hover,
aside.control-menu:hover {
opacity: 0.5;
/* transform: rotate( 45deg ); */
transition: transform 250ms cubic-bezier(0.4, 0, 1, 1);
-webkit-animation-name: wobble;
animation-name: wobble;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*********************************************
* SOCIAL MEDIA
*********************************************/
div.footer.social {
display: block;
position: absolute;
bottom: 16px;
left: 40%;
/* margin-left: -139px; */
z-index: 20;
border: 1px dotted pink;
/* line-height: 0px; */
right: 40%;
height: 10%;
/* vertical-align: middle; */
}
a.icon.nav.social {
height: 0;
line-height: 0;
padding: 0 3%;
opacity: 0.25;
}
a.icon.nav.social:hover {
opacity: 0.65;
}
a.icon.nav.social:after {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*********************************************
* OTHER ICONS
*********************************************/
/* index.html#/5/1 */
.sandbox.icon.ixd-test div {
z-index: 500;
}
p.icon.ps3 {
width: 11em;
margin: 0 auto;
display: block;
}
img.animated.swing {
opacity: 0.5;
width: 92px;
height: 92px;
float: left;
padding-top: 4em;
margin-right: -15em;
}
/*********************************************
* BACKGROUND GRADIENTS
*********************************************/
/*html.bg-gradient-01, .bg-gradient-01, */section.bg-gradient-01 {
background:
linear-gradient(-180deg, rgba(30, 112, 207, .45), transparent 300%),
linear-gradient(240deg, rgba(9, 155, 221, .25), transparent 50%),
linear-gradient(100deg, rgba(101, 6, 4, .95), transparent 100%),
linear-gradient(-100deg, rgba(158, 40, 234, .95), transparent 100%)/*, url(https://cloud.githubusercontent.com/assets/4642277/13794568/ed1620dc-ead2-11e5-9560-dafe85506391.jpg)*/
}
/* Animated Pantone 2016 Hues */
html.bg-gradient-02, .pTone {
background:
linear-gradient(75deg, #f7cac9, #f7786b, #91a8d0, #034f84, #f7786b, #91a8d0, #f7786b, #034f84, #f7cac9, #342760, #9896a4, #ef8905, #0df4c9) rotate(-360deg);
background-size: 2600% 2600%;
-webkit-animation: pTone 59s ease infinite;
-moz-animation: pTone 59s ease infinite;
animation: pTone 59s ease infinite;
}
@-webkit-keyframes pTone {
0%{background-position:48% 0%}
50%{background-position:53% 100%}
100%{background-position:48% 0%}
}
@-moz-keyframes pTone {
0%{background-position:48% 0%}
50%{background-position:53% 100%}
100%{background-position:48% 0%}
}
@keyframes pTone {
0%{background-position:48% 0%}
50%{background-position:53% 100%}
100%{background-position:48% 0%}
}
/*MINT LIME SEAFOAM - mintyFoam */
html.bg-gradient-03, .mintyFoam {
background: linear-gradient(268deg, #09efb3, #c6fa39, #3dfcd8, #3dfcd8);
background-size: 800% 800%;
-webkit-animation: mintyFoam 16s ease infinite;
-moz-animation: mintyFoam 16s ease infinite;
animation: mintyFoam 16s ease infinite;
}
@-webkit-keyframes mintyFoam {
0%{background-position:0% 30%}
50%{background-position:100% 71%}
100%{background-position:0% 30%}
}
@-moz-keyframes mintyFoam {
0%{background-position:0% 30%}
50%{background-position:100% 71%}
100%{background-position:0% 30%}
}
@keyframes mintyFoam {
0%{background-position:0% 30%}
50%{background-position:100% 71%}
100%{background-position:0% 30%}
}
/* DEEP SEA EMERALD, PURPLE, SEAFOAM, LIME - nikeForce */
html.bg-gradient-04, .nikeForce {
/*background: linear-gradient(216deg, #00ffd0, #153c35, #281635, #c6fa39) 0.5;*/
background: linear-gradient(-216deg, #00ffd0, rgba(66, 101, 95, 1), #281635, #c6fa39) rgba(247,120,107,0.9) 300%;
background-size: 1000% 1000%;
/*animation: CustomAnimation 9s ease infinite; */
-webkit-animation: nikeForce 50s ease infinite;
-moz-animation: nikeForce 50s ease infinite;
animation: nikeForce 50s ease infinite;
}
@-webkit-keyframes nikeForce {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-moz-keyframes nikeForce {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@keyframes nikeForce {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
.nikeACG {
background: linear-gradient(-116deg, rgba(75,0,130,0.9), rgba(205,92,92,0.9), rgba(247,120,107,0.9), rgba(102,51,153,0.9), rgba(61,252,216,0.9), rgba(198,250,57,0.9)) 300%;
background-size: 1000% 1000%;
/*animation: CustomAnimation 9s ease infinite; */
-webkit-animation: nikeACG 30s ease infinite;
-moz-animation: nikeACG 30s ease infinite;
animation: nikeACG 30s ease infinite;
}
@-webkit-keyframes nikeACG {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-moz-keyframes nikeACG {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@keyframes nikeACG {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
/* Cool Grays */
.kuhlenGraus {
background: linear-gradient(-116deg, #3e4a47, #5b5162, #5f7071, #645258, #6d5e5c) transparent 30%;
background-size: 1000% 1000%;
-webkit-animation: kuhlenGraus 19s ease infinite;
-moz-animation: kuhlenGraus 19s ease infinite;
animation: kuhlenGraus 19s ease infinite;
}
@-webkit-keyframes kuhlenGraus {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-moz-keyframes kuhlenGraus {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@keyframes kuhlenGraus {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
/* LIGHTER VERSION OF KUHLEN GRAUS / COOL GRAYS */
.pastelle {
background: linear-gradient(216deg, #cae5e0, #e0d3e9, #cce4e5, #e5ccd4, #e5d2cf);
background-size: 1000% 1000%;
-webkit-animation: pastelle 9s ease infinite;
-moz-animation: pastelle 9s ease infinite;
animation: pastelle 9s ease infinite;
}
@-webkit-keyframes pastelle {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-moz-keyframes pastelle {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@keyframes pastelle {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
.olAbgrund {
/*background: linear-gradient(116deg, #072620, #160720, #200501);
background: linear-gradient(-316deg, #011914, #160720);*/
background: linear-gradient(216deg, #072620, #160720, #011914, #330010, #200501);
background-size: 1000% 1000%;
-webkit-animation: olAbgrund 30s ease infinite;
-moz-animation: olAbgrund 30s ease infinite;
-o-animation: olAbgrund 30s ease infinite;
animation: olAbgrund 30s ease infinite;
}
@-webkit-keyframes olAbgrund {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-moz-keyframes olAbgrund {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@-o-keyframes olAbgrund {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
}
@keyframes olAbgrund {
0%{background-position:51% 0%}
50%{background-position:50% 100%}
100%{background-position:51% 0%}
} | 0.3492 | 0.052352 |
.fcf-btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.fcf-btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.fcf-btn-secondary:focus, .fcf-btn-secondary.focus {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.fcf-btn-secondary.disabled, .fcf-btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.fcf-btn-secondary:not(:disabled):not(.disabled):active, .fcf-btn-secondary:not(:disabled):not(.disabled).active, .show>.fcf-btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.fcf-btn-secondary:not(:disabled):not(.disabled):active:focus, .fcf-btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.fcf-btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.fcf-btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.fcf-btn-success:focus, .fcf-btn-success.focus {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.fcf-btn-success.disabled, .fcf-btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.fcf-btn-success:not(:disabled):not(.disabled):active, .fcf-btn-success:not(:disabled):not(.disabled).active, .show>.fcf-btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.fcf-btn-success:not(:disabled):not(.disabled):active:focus, .fcf-btn-success:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.fcf-btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.fcf-btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.fcf-btn-info:focus, .fcf-btn-info.focus {
color: #fff;
background-color: #138496;
border-color: #117a8b;
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.fcf-btn-info.disabled, .fcf-btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.fcf-btn-info:not(:disabled):not(.disabled):active, .fcf-btn-info:not(:disabled):not(.disabled).active, .show>.fcf-btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.fcf-btn-info:not(:disabled):not(.disabled):active:focus, .fcf-btn-info:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.fcf-btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.fcf-btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.fcf-btn-warning:focus, .fcf-btn-warning.focus {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.fcf-btn-warning.disabled, .fcf-btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.fcf-btn-warning:not(:disabled):not(.disabled):active, .fcf-btn-warning:not(:disabled):not(.disabled).active, .show>.fcf-btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.fcf-btn-warning:not(:disabled):not(.disabled):active:focus, .fcf-btn-warning:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.fcf-btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.fcf-btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.fcf-btn-danger:focus, .fcf-btn-danger.focus {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.fcf-btn-danger.disabled, .fcf-btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.fcf-btn-danger:not(:disabled):not(.disabled):active, .fcf-btn-danger:not(:disabled):not(.disabled).active, .show>.fcf-btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.fcf-btn-danger:not(:disabled):not(.disabled):active:focus, .fcf-btn-danger:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.fcf-btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.fcf-btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.fcf-btn-light:focus, .fcf-btn-light.focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.fcf-btn-light.disabled, .fcf-btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.fcf-btn-light:not(:disabled):not(.disabled):active, .fcf-btn-light:not(:disabled):not(.disabled).active, .show>.fcf-btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.fcf-btn-light:not(:disabled):not(.disabled):active:focus, .fcf-btn-light:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.fcf-btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.fcf-btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.fcf-btn-dark:focus, .fcf-btn-dark.focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.fcf-btn-dark.disabled, .fcf-btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.fcf-btn-dark:not(:disabled):not(.disabled):active, .fcf-btn-dark:not(:disabled):not(.disabled).active, .show>.fcf-btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.fcf-btn-dark:not(:disabled):not(.disabled):active:focus, .fcf-btn-dark:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.fcf-btn-outline-primary {
color: #007bff;
border-color: #007bff;
}
.fcf-btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.fcf-btn-outline-primary:focus, .fcf-btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.fcf-btn-outline-primary.disabled, .fcf-btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.fcf-btn-outline-primary:not(:disabled):not(.disabled):active, .fcf-btn-outline-primary:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.fcf-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.fcf-btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.fcf-btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.fcf-btn-outline-secondary:focus, .fcf-btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.fcf-btn-outline-secondary.disabled, .fcf-btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.fcf-btn-outline-secondary:not(:disabled):not(.disabled):active, .fcf-btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.fcf-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.fcf-btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.fcf-btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.fcf-btn-outline-success:focus, .fcf-btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.fcf-btn-outline-success.disabled, .fcf-btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.fcf-btn-outline-success:not(:disabled):not(.disabled):active, .fcf-btn-outline-success:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.fcf-btn-outline-success:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.fcf-btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
.fcf-btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.fcf-btn-outline-info:focus, .fcf-btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.fcf-btn-outline-info.disabled, .fcf-btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.fcf-btn-outline-info:not(:disabled):not(.disabled):active, .fcf-btn-outline-info:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.fcf-btn-outline-info:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.fcf-btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.fcf-btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.fcf-btn-outline-warning:focus, .fcf-btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.fcf-btn-outline-warning.disabled, .fcf-btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.fcf-btn-outline-warning:not(:disabled):not(.disabled):active, .fcf-btn-outline-warning:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.fcf-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.fcf-btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.fcf-btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.fcf-btn-outline-danger:focus, .fcf-btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.fcf-btn-outline-danger.disabled, .fcf-btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.fcf-btn-outline-danger:not(:disabled):not(.disabled):active, .fcf-btn-outline-danger:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.fcf-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.fcf-btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.fcf-btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.fcf-btn-outline-light:focus, .fcf-btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.fcf-btn-outline-light.disabled, .fcf-btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.fcf-btn-outline-light:not(:disabled):not(.disabled):active, .fcf-btn-outline-light:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.fcf-btn-outline-light:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.fcf-btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
.fcf-btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.fcf-btn-outline-dark:focus, .fcf-btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.fcf-btn-outline-dark.disabled, .fcf-btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.fcf-btn-outline-dark:not(:disabled):not(.disabled):active, .fcf-btn-outline-dark:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.fcf-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
} | fcf-assets/css/contact-form-more-buttons.css | .fcf-btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.fcf-btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.fcf-btn-secondary:focus, .fcf-btn-secondary.focus {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.fcf-btn-secondary.disabled, .fcf-btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.fcf-btn-secondary:not(:disabled):not(.disabled):active, .fcf-btn-secondary:not(:disabled):not(.disabled).active, .show>.fcf-btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.fcf-btn-secondary:not(:disabled):not(.disabled):active:focus, .fcf-btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.fcf-btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.fcf-btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.fcf-btn-success:focus, .fcf-btn-success.focus {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.fcf-btn-success.disabled, .fcf-btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.fcf-btn-success:not(:disabled):not(.disabled):active, .fcf-btn-success:not(:disabled):not(.disabled).active, .show>.fcf-btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.fcf-btn-success:not(:disabled):not(.disabled):active:focus, .fcf-btn-success:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.fcf-btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.fcf-btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.fcf-btn-info:focus, .fcf-btn-info.focus {
color: #fff;
background-color: #138496;
border-color: #117a8b;
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.fcf-btn-info.disabled, .fcf-btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.fcf-btn-info:not(:disabled):not(.disabled):active, .fcf-btn-info:not(:disabled):not(.disabled).active, .show>.fcf-btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.fcf-btn-info:not(:disabled):not(.disabled):active:focus, .fcf-btn-info:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.fcf-btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.fcf-btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.fcf-btn-warning:focus, .fcf-btn-warning.focus {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.fcf-btn-warning.disabled, .fcf-btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.fcf-btn-warning:not(:disabled):not(.disabled):active, .fcf-btn-warning:not(:disabled):not(.disabled).active, .show>.fcf-btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.fcf-btn-warning:not(:disabled):not(.disabled):active:focus, .fcf-btn-warning:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.fcf-btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.fcf-btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.fcf-btn-danger:focus, .fcf-btn-danger.focus {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.fcf-btn-danger.disabled, .fcf-btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.fcf-btn-danger:not(:disabled):not(.disabled):active, .fcf-btn-danger:not(:disabled):not(.disabled).active, .show>.fcf-btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.fcf-btn-danger:not(:disabled):not(.disabled):active:focus, .fcf-btn-danger:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.fcf-btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.fcf-btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.fcf-btn-light:focus, .fcf-btn-light.focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.fcf-btn-light.disabled, .fcf-btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.fcf-btn-light:not(:disabled):not(.disabled):active, .fcf-btn-light:not(:disabled):not(.disabled).active, .show>.fcf-btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.fcf-btn-light:not(:disabled):not(.disabled):active:focus, .fcf-btn-light:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.fcf-btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.fcf-btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.fcf-btn-dark:focus, .fcf-btn-dark.focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.fcf-btn-dark.disabled, .fcf-btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.fcf-btn-dark:not(:disabled):not(.disabled):active, .fcf-btn-dark:not(:disabled):not(.disabled).active, .show>.fcf-btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.fcf-btn-dark:not(:disabled):not(.disabled):active:focus, .fcf-btn-dark:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.fcf-btn-outline-primary {
color: #007bff;
border-color: #007bff;
}
.fcf-btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.fcf-btn-outline-primary:focus, .fcf-btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.fcf-btn-outline-primary.disabled, .fcf-btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.fcf-btn-outline-primary:not(:disabled):not(.disabled):active, .fcf-btn-outline-primary:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.fcf-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.fcf-btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.fcf-btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.fcf-btn-outline-secondary:focus, .fcf-btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.fcf-btn-outline-secondary.disabled, .fcf-btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.fcf-btn-outline-secondary:not(:disabled):not(.disabled):active, .fcf-btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.fcf-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.fcf-btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.fcf-btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.fcf-btn-outline-success:focus, .fcf-btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.fcf-btn-outline-success.disabled, .fcf-btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.fcf-btn-outline-success:not(:disabled):not(.disabled):active, .fcf-btn-outline-success:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.fcf-btn-outline-success:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.fcf-btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
.fcf-btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.fcf-btn-outline-info:focus, .fcf-btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.fcf-btn-outline-info.disabled, .fcf-btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.fcf-btn-outline-info:not(:disabled):not(.disabled):active, .fcf-btn-outline-info:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.fcf-btn-outline-info:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.fcf-btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.fcf-btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.fcf-btn-outline-warning:focus, .fcf-btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.fcf-btn-outline-warning.disabled, .fcf-btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.fcf-btn-outline-warning:not(:disabled):not(.disabled):active, .fcf-btn-outline-warning:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.fcf-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.fcf-btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.fcf-btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.fcf-btn-outline-danger:focus, .fcf-btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.fcf-btn-outline-danger.disabled, .fcf-btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.fcf-btn-outline-danger:not(:disabled):not(.disabled):active, .fcf-btn-outline-danger:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.fcf-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.fcf-btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.fcf-btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.fcf-btn-outline-light:focus, .fcf-btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.fcf-btn-outline-light.disabled, .fcf-btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.fcf-btn-outline-light:not(:disabled):not(.disabled):active, .fcf-btn-outline-light:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.fcf-btn-outline-light:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.fcf-btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
.fcf-btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.fcf-btn-outline-dark:focus, .fcf-btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.fcf-btn-outline-dark.disabled, .fcf-btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.fcf-btn-outline-dark:not(:disabled):not(.disabled):active, .fcf-btn-outline-dark:not(:disabled):not(.disabled).active, .show>.fcf-btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.fcf-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .fcf-btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.fcf-btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
} | 0.393502 | 0.058615 |
body {
background: var(--body-bg-color);
font-family: var(--font-family);
font-weight: var(--font-weight);
font-size: var(--font-size);
color: var(--body-color);
line-height: var(--line-height);
}
a {
color: var(--link-color);
text-decoration: var(--link-text-decoration);
}
a:hover {
color: var(--link-color-hover);
text-decoration: var(--link-text-decoration-hover);
}
a.isDisabled {
color: currentColor;
cursor: not-allowed;
opacity: 0.5;
}
abbr[title] {
text-decoration: none;
border-bottom: dashed 2px currentcolor;
}
blockquote,
.blockquote {
font-size: 120%;
border-left: solid 0.25rem var(--component-border-color);
padding: var(--blockquote-padding);
margin-bottom: var(--component-margin-bottom);
margin-left: 0;
}
blockquote :last-child,
.blockquote :last-child {
margin-bottom: 0;
}
code,
.code {
font-family: var(--font-monospace);
font-size: var(--code-font-size);
color: var(--code-color);
background-color: var(--code-bg-color);
border-radius: var(--code-border-radius);
padding: var(--code-padding-y) var(--code-padding-x);
}
del,
.del {
color: var(--red);
}
figure {
margin-top: 0;
margin-bottom: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: var(--headings-font-weight);
line-height: var(--headings-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--headings-font-family);
color: var(--headings-color);
margin-bottom: var(--headings-margin-bottom);
margin-top: 0;
}
h1,
.h1 {
font-size: calc(var(--headings-font-size-h1) * var(--media-hdg, 1));
}
h2,
.h2 {
font-size: calc(var(--headings-font-size-h2) * var(--media-hdg, 1));
}
h3,
.h3 {
font-size: calc(var(--headings-font-size-h3) * var(--media-hdg, 1));
}
h4,
.h4 {
font-size: calc(var(--headings-font-size-h4) * var(--media-hdg, 1));
}
h5,
.h5 {
font-size: calc(var(--headings-font-size-h5) * var(--media-hdg, 1));
}
h6,
.h6 {
font-size: calc(var(--headings-font-size-h6) * var(--media-hdg, 1));
}
hr {
border: none;
border-top: solid var(--hr-border-width) var(--hr-border-color);
margin: var(--hr-margin-y) var(--hr-margin-x);
}
img,
.img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
ins,
.ins {
color: var(--green);
}
kbd,
.kbd {
font-family: var(--font-monospace);
font-size: var(--kbd-font-size);
color: var(--kbd-color);
background-color: var(--kbd-bg-color);
border-radius: var(--kbd-border-radius);
padding: var(--kbd-padding-y) var(--kbd-padding-x);
}
mark,
.mark {
color: var(--mark-color);
background-color: var(--mark-bg-color);
padding: var(--mark-padding-y) var(--mark-padding-x);
}
p {
margin-top: 0;
margin-bottom: var(--p-margin);
}
pre {
max-height: var(--pre-max-height);
overflow-y: auto;
font-family: var(--font-monospace);
color: var(--pre-color);
background-color: var(--pre-bg-color);
border-radius: var(--pre-border-radius);
padding: 1rem;
margin-top: 0;
margin-bottom: 1.5rem;
}
.pre {
white-space: pre;
}
.preline {
white-space: pre-line;
}
.prewrap {
white-space: pre-wrap;
}
.nowrap {
white-space: nowrap;
}
small,
.small {
font-size: var(--font-size-small);
}
sub {
vertical-align: sub;
}
sup {
vertical-align: super;
}
.ellipsis {
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
}
.italic {
font-style: italic;
}
.normal {
font-style: normal;
}
.oblique {
font-style: oblique;
}
.thin {
font-weight: var(--font-weight-thin);
}
.regular {
font-weight: var(--font-weight);
}
.medium {
font-weight: var(--font-weight-medium);
}
b,
strong,
.bold {
font-weight: var(--font-weight-bold);
}
.muted {
color: var(--body-color-muted) !important;
}
.center {
text-align: center;
}
.justify {
text-align: justify;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.linethrough {
text-decoration: line-through;
}
.overline {
text-decoration: overline;
}
.underline {
text-decoration: underline;
}
.capitalize {
text-transform: capitalize;
}
.lowercase {
text-transform: lowercase;
}
.uppercase {
text-transform: uppercase;
}
.breakword {
word-wrap: break-word;
} | src/text.css | body {
background: var(--body-bg-color);
font-family: var(--font-family);
font-weight: var(--font-weight);
font-size: var(--font-size);
color: var(--body-color);
line-height: var(--line-height);
}
a {
color: var(--link-color);
text-decoration: var(--link-text-decoration);
}
a:hover {
color: var(--link-color-hover);
text-decoration: var(--link-text-decoration-hover);
}
a.isDisabled {
color: currentColor;
cursor: not-allowed;
opacity: 0.5;
}
abbr[title] {
text-decoration: none;
border-bottom: dashed 2px currentcolor;
}
blockquote,
.blockquote {
font-size: 120%;
border-left: solid 0.25rem var(--component-border-color);
padding: var(--blockquote-padding);
margin-bottom: var(--component-margin-bottom);
margin-left: 0;
}
blockquote :last-child,
.blockquote :last-child {
margin-bottom: 0;
}
code,
.code {
font-family: var(--font-monospace);
font-size: var(--code-font-size);
color: var(--code-color);
background-color: var(--code-bg-color);
border-radius: var(--code-border-radius);
padding: var(--code-padding-y) var(--code-padding-x);
}
del,
.del {
color: var(--red);
}
figure {
margin-top: 0;
margin-bottom: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: var(--headings-font-weight);
line-height: var(--headings-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--headings-font-family);
color: var(--headings-color);
margin-bottom: var(--headings-margin-bottom);
margin-top: 0;
}
h1,
.h1 {
font-size: calc(var(--headings-font-size-h1) * var(--media-hdg, 1));
}
h2,
.h2 {
font-size: calc(var(--headings-font-size-h2) * var(--media-hdg, 1));
}
h3,
.h3 {
font-size: calc(var(--headings-font-size-h3) * var(--media-hdg, 1));
}
h4,
.h4 {
font-size: calc(var(--headings-font-size-h4) * var(--media-hdg, 1));
}
h5,
.h5 {
font-size: calc(var(--headings-font-size-h5) * var(--media-hdg, 1));
}
h6,
.h6 {
font-size: calc(var(--headings-font-size-h6) * var(--media-hdg, 1));
}
hr {
border: none;
border-top: solid var(--hr-border-width) var(--hr-border-color);
margin: var(--hr-margin-y) var(--hr-margin-x);
}
img,
.img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
ins,
.ins {
color: var(--green);
}
kbd,
.kbd {
font-family: var(--font-monospace);
font-size: var(--kbd-font-size);
color: var(--kbd-color);
background-color: var(--kbd-bg-color);
border-radius: var(--kbd-border-radius);
padding: var(--kbd-padding-y) var(--kbd-padding-x);
}
mark,
.mark {
color: var(--mark-color);
background-color: var(--mark-bg-color);
padding: var(--mark-padding-y) var(--mark-padding-x);
}
p {
margin-top: 0;
margin-bottom: var(--p-margin);
}
pre {
max-height: var(--pre-max-height);
overflow-y: auto;
font-family: var(--font-monospace);
color: var(--pre-color);
background-color: var(--pre-bg-color);
border-radius: var(--pre-border-radius);
padding: 1rem;
margin-top: 0;
margin-bottom: 1.5rem;
}
.pre {
white-space: pre;
}
.preline {
white-space: pre-line;
}
.prewrap {
white-space: pre-wrap;
}
.nowrap {
white-space: nowrap;
}
small,
.small {
font-size: var(--font-size-small);
}
sub {
vertical-align: sub;
}
sup {
vertical-align: super;
}
.ellipsis {
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
}
.italic {
font-style: italic;
}
.normal {
font-style: normal;
}
.oblique {
font-style: oblique;
}
.thin {
font-weight: var(--font-weight-thin);
}
.regular {
font-weight: var(--font-weight);
}
.medium {
font-weight: var(--font-weight-medium);
}
b,
strong,
.bold {
font-weight: var(--font-weight-bold);
}
.muted {
color: var(--body-color-muted) !important;
}
.center {
text-align: center;
}
.justify {
text-align: justify;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.linethrough {
text-decoration: line-through;
}
.overline {
text-decoration: overline;
}
.underline {
text-decoration: underline;
}
.capitalize {
text-transform: capitalize;
}
.lowercase {
text-transform: lowercase;
}
.uppercase {
text-transform: uppercase;
}
.breakword {
word-wrap: break-word;
} | 0.552781 | 0.102125 |
div.day {
position: absolute; top: 70px; left: 10px; width: 100px; height: 480px; border: 1px solid #AAAAAA; color: #AAAAAA;
text-align: left;
font-size: 12px; font-family: Arial, Helvetica, sans;
}
div.label {
position: absolute; top: 10px; left: 10px; width: 100px; height: 60px; border: 1px solid #AAAAAA; color: #AAAAAA;
text-align: left;
font-size: 12px; font-family: Arial, Helvetica, sans;
}
div#mon_label { left: 10px; }
div#tue_label { left: 120px; }
div#wen_label { left: 230px; }
div#thu_label { left: 340px; }
div#fri_label { left: 450px; }
div#sat_label { left: 560px; background: #EEEEEE; opacity: 0.5; color: #404040; }
div#sun_label { left: 670px; background: #EEEEEE; opacity: 0.5; color: #404040; }
div#mon { left: 10px; }
div#tue { left: 120px; }
div#wen { left: 230px; }
div#thu { left: 340px; }
div#fri { left: 450px; }
div#sat { left: 560px; background: #EEEEEE; opacity: 0.5; color: #404040; }
div#sun { left: 670px; background: #EEEEEE; opacity: 0.5; color: #404040; }
div.hour {
position: absolute; left: 0px; width: 820px; height: 10px; border-top: 1px solid #CCCCCC; color: #AAAAAA; text-align: right;
font-size: 10px; font-family: Arial, Helvetica, sans;
}
div#h0 { position: absolute; top: 70px; }
div#h1 { position: absolute; top: 90px; }
div#h2 { position: absolute; top: 110px; }
div#h3 { position: absolute; top: 130px; }
div#h4 { position: absolute; top: 150px; }
div#h5 { position: absolute; top: 170px; }
div#h6 { position: absolute; top: 190px; }
div#h7 { position: absolute; top: 210px; }
div#h8 { position: absolute; top: 230px; }
div#h9 { position: absolute; top: 250px; }
div#h10 { position: absolute; top: 270px; }
div#h11 { position: absolute; top: 290px; }
div#h12 { position: absolute; top: 310px; }
div#h13 { position: absolute; top: 330px; }
div#h14 { position: absolute; top: 350px; }
div#h15 { position: absolute; top: 370px; }
div#h16 { position: absolute; top: 390px; }
div#h17 { position: absolute; top: 410px; }
div#h18 { position: absolute; top: 430px; }
div#h19 { position: absolute; top: 450px; }
div#h20 { position: absolute; top: 470px; }
div#h21 { position: absolute; top: 490px; }
div#h22 { position: absolute; top: 510px; }
div#h23 { position: absolute; top: 530px; }
div.event { position: absolute; background: #00FF00; border: 1px solid black; opacity: 0.5; font-size: 10px; font-family: Arial, Helvetica, sans; }
div.button { position: absolute; top: 555px; left: 10px; width: 100px; height: 20; border: 1px solid black; background: #AAAAAA; font-size:12px; font-family: Arial, Helvetica, sans; text-align:center; } | cal.css | div.day {
position: absolute; top: 70px; left: 10px; width: 100px; height: 480px; border: 1px solid #AAAAAA; color: #AAAAAA;
text-align: left;
font-size: 12px; font-family: Arial, Helvetica, sans;
}
div.label {
position: absolute; top: 10px; left: 10px; width: 100px; height: 60px; border: 1px solid #AAAAAA; color: #AAAAAA;
text-align: left;
font-size: 12px; font-family: Arial, Helvetica, sans;
}
div#mon_label { left: 10px; }
div#tue_label { left: 120px; }
div#wen_label { left: 230px; }
div#thu_label { left: 340px; }
div#fri_label { left: 450px; }
div#sat_label { left: 560px; background: #EEEEEE; opacity: 0.5; color: #404040; }
div#sun_label { left: 670px; background: #EEEEEE; opacity: 0.5; color: #404040; }
div#mon { left: 10px; }
div#tue { left: 120px; }
div#wen { left: 230px; }
div#thu { left: 340px; }
div#fri { left: 450px; }
div#sat { left: 560px; background: #EEEEEE; opacity: 0.5; color: #404040; }
div#sun { left: 670px; background: #EEEEEE; opacity: 0.5; color: #404040; }
div.hour {
position: absolute; left: 0px; width: 820px; height: 10px; border-top: 1px solid #CCCCCC; color: #AAAAAA; text-align: right;
font-size: 10px; font-family: Arial, Helvetica, sans;
}
div#h0 { position: absolute; top: 70px; }
div#h1 { position: absolute; top: 90px; }
div#h2 { position: absolute; top: 110px; }
div#h3 { position: absolute; top: 130px; }
div#h4 { position: absolute; top: 150px; }
div#h5 { position: absolute; top: 170px; }
div#h6 { position: absolute; top: 190px; }
div#h7 { position: absolute; top: 210px; }
div#h8 { position: absolute; top: 230px; }
div#h9 { position: absolute; top: 250px; }
div#h10 { position: absolute; top: 270px; }
div#h11 { position: absolute; top: 290px; }
div#h12 { position: absolute; top: 310px; }
div#h13 { position: absolute; top: 330px; }
div#h14 { position: absolute; top: 350px; }
div#h15 { position: absolute; top: 370px; }
div#h16 { position: absolute; top: 390px; }
div#h17 { position: absolute; top: 410px; }
div#h18 { position: absolute; top: 430px; }
div#h19 { position: absolute; top: 450px; }
div#h20 { position: absolute; top: 470px; }
div#h21 { position: absolute; top: 490px; }
div#h22 { position: absolute; top: 510px; }
div#h23 { position: absolute; top: 530px; }
div.event { position: absolute; background: #00FF00; border: 1px solid black; opacity: 0.5; font-size: 10px; font-family: Arial, Helvetica, sans; }
div.button { position: absolute; top: 555px; left: 10px; width: 100px; height: 20; border: 1px solid black; background: #AAAAAA; font-size:12px; font-family: Arial, Helvetica, sans; text-align:center; } | 0.523664 | 0.138374 |
:root {
--primary: rgba(102, 201, 255, 1);
--nav-height: 48px;
/* Light/default theme */
--bg-primary: rgba(255, 255, 255, 1);
--bg-secondary: rgba(245, 245, 245, 1);
--bg-slider: rgba(245, 245, 245, 1);
--color-primary: rgba(0, 0, 0, 1);
--color-secondary: rgba(180, 180, 180, 1);
}
:root[data-theme="dark"] {
--bg-primary: rgba(38, 46, 51, 1);
--bg-secondary: rgba(17, 24, 39, 1);
--bg-slider: var(--primary);
--color-primary: rgba(243, 244, 246, 1);
--color-secondary: rgba(180, 180, 180, 1);
}
a {
color: var(--color-secondary);
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
color: var(--primary);
}
html {
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body {
position: relative;
margin: 0;
padding: 0;
font-family: Roboto, sans-serif;
font-size: 1.25rem;
color: var(--color-primary);
background-color: var(--bg-secondary);
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.scrollBtn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
vertical-align: middle;
width: 48px;
height: 48px;
margin: 16px auto;
border: 0;
border-radius: 50%;
outline: -webkit-focus-ring-color;
background-color: inherit;
color: inherit;
cursor: pointer;
-webkit-transition: color 250ms ease-in-out;
-o-transition: color 250ms ease-in-out;
transition: color 250ms ease-in-out;
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.scrollBtn:hover {
color: var(--primary);
}
.card {
padding: 16px;
border-radius: 8px;
background-color: var(--bg-primary);
-webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.typewrite {
width: 100%;
}
.typewrite__content {
color: var(--primary);
font-weight: 300;
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
}
.typewrite__cursor {
-webkit-animation: typewriter-cursor 1s infinite;
animation: typewriter-cursor 1s infinite;
border-right: 0.2rem solid var(--primary);
}
@-webkit-keyframes typewriter-cursor {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes typewriter-cursor {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.header {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 10;
height: var(--nav-height);
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
background-color: var(--bg-primary);
opacity: 0.9;
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__content {
height: inherit;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 1.125rem;
}
.homeBtn {
font-weight: 300;
}
.options {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.options > * {
margin-left: 12px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.options__menu {
visibility: hidden;
display: none;
}
.overlay {
display: none;
visibility: hidden;
position: fixed;
z-index: 12;
top: 0;
left: 0;
background-color: var(--bg-primary);
right: 0;
padding: 8px 16px 16px 16px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-bottom: 1px solid var(--color-secondary);
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.overlay__closeBtn {
-ms-flex-item-align: end;
align-self: flex-end;
font-size: 2rem;
}
.overlay__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: auto;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.overlay__content > * {
margin: 4px 0;
}
.themeSwitch {
border: 0;
background-color: inherit;
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;
cursor: pointer;
outline: -webkit-focus-ring-color;
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.themeSwitch__icon {
width: 1.125rem;
height: 1.125rem;
color: var(--color-primary);
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
}
.themeSwitch__icon:active {
color: var(--primary);
}
.header__progress {
width: 0;
height: 4px;
background-color: var(--primary);
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nojs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 2px 0;
place-content: center;
background-color: rgba(255, 0, 0, 0.5);
}
.main {
padding: 0px 100px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.main > section {
padding-top: var(--nav-height);
min-height: 100vh;
}
.main > section:first-of-type {
padding-top: calc(16px);
}
.footer__wrapper {
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 16px 0 32px 0;
place-content: center;
}
.footer__content {
font-size: 0.875rem;
letter-spacing: 0.1rem;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer__scrollBtn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer__scrollBtn::before,
.footer__scrollBtn::after {
content: "";
width: 40%;
border-top: 1px solid;
height: 1px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.footer__scrollBtn + .scrollBtn {
margin: auto;
}
.landingPage {
height: calc(100vh - var(--nav-height));
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.landingPage__wrapper {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.landingPage__content {
width: 100%;
}
.landingPage__text {
font-size: 5rem;
margin: 0;
width: 100%;
}
.landingPage__text:last-of-type {
margin-bottom: 24px;
}
.landingPage__socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.landingPage__socials > a:nth-child(2n + 1) {
margin: 1rem 0;
}
.socials__icon {
width: 3rem;
height: 3rem;
font-size: 3rem;
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
}
.socials__icon:hover {
color: var(--primary);
}
.about {
display: -ms-grid;
display: grid;
row-gap: 16px;
-webkit-column-gap: 16px;
-moz-column-gap: 16px;
column-gap: 16px;
-ms-grid-rows: 1fr 16px 1fr 16px auto;
-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
grid-template:
"avatar description description" 1fr
"avatar description description" 1fr
"techs techs techs" auto / 1fr 1fr 1fr;
}
.about__me {
-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 1;
grid-area: avatar;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.avatar {
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.about__socials {
width: 1.5rem;
height: 1.5rem;
font-size: 1.5rem;
margin-top: 4px;
}
.about__description {
-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 3;
-ms-grid-column-span: 3;
grid-area: description;
}
.description__title {
margin-bottom: 0;
}
.description__subtitle {
font-size: 0.875rem;
font-weight: 300;
letter-spacing: 1px;
}
.description__about {
margin-top: 24px;
}
.description__about--techs {
color: var(--primary);
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
}
.about__techs {
-ms-grid-row: 5;
-ms-grid-column: 1;
-ms-grid-column-span: 5;
grid-area: techs;
padding: 16px 0;
}
.techs__title {
padding: 0 16px;
}
.techs__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
overflow: hidden;
padding: 8px;
background-color: var(--bg-slider);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.techs__wrapper > em {
margin: 8px;
font-size: 5rem;
}
.projects {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.projects__project {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
grid-template-columns: repeat(2, 1fr);
grid-gap: 16px;
}
.project {
position: relative;
cursor: pointer;
color: inherit;
-ms-grid-column-span: 1;
grid-column: span 1;
height: 200px;
background-color: var(--bg-primary);
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.project:hover {
-webkit-box-shadow: 0px 0px 20px 8px rgb(102 201 255 / 10%);
box-shadow: 0px 0px 20px 8px rgb(102 201 255 / 10%);
}
.project__tech {
font-size: 1.5rem;
}
.project__title {
text-align: center;
}
.project__keywords {
color: var(--primary);
text-align: center;
list-style: none;
font-size: 1rem;
padding: 0;
}
@media (prefers-reduced-motion: reduce) {
* {
-webkit-transition: color none;
-o-transition: color none;
transition: color none;
-webkit-transition: background-color none;
-o-transition: background-color none;
transition: background-color none;
}
html {
scroll-behavior: auto;
}
}
@media (max-width: 1200px) {
.landingPage__text {
font-size: 4rem;
}
.socials__icon {
width: 2rem;
height: 2rem;
font-size: 2rem;
}
.techs__wrapper > em {
margin: 8px;
font-size: 3rem;
}
}
@media (max-width: 1000px) {
.projects__project {
-ms-grid-columns: 1fr 16px 1fr;
grid-template-columns: repeat(2, 1fr);
}
.techs__wrapper > em {
margin: 4px;
font-size: 2.5rem;
}
}
@media (max-width: 769px) {
.main {
padding: 0 50px;
}
.landingPage__text {
font-size: 3rem;
}
.socials__icon {
width: 1.5rem;
height: 1.5rem;
font-size: 1.5rem;
}
.description__about {
font-size: 1.125rem;
}
.techs__wrapper > em {
margin: 4px;
font-size: 2rem;
}
.projects__project {
-ms-grid-columns: 1fr;
grid-template-columns: repeat(1, 1fr);
}
.project {
font-size: 1.125rem;
}
}
@media (max-width: 600px) {
.main {
padding: 0 25px;
}
.about {
-ms-grid-rows: auto auto;
-ms-grid-columns: 100%;
grid-template:
"description" auto
"techs" auto / 100%;
}
.about__me {
display: none;
}
}
@media (max-width: 500px) {
.landingPage__content {
text-align: center;
}
.landingPage__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.landingPage__text {
font-size: 2.5rem;
}
.landingPage__socials {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.landingPage__socials > a:nth-child(2n + 1) {
margin: 0 1rem;
}
.socials__icon {
width: 2.5rem;
height: 2.5rem;
font-size: 2.5rem;
}
}
@media (max-width: 426px) {
.main {
padding: 0 16px;
}
.options a:not(:last-child) {
display: none;
}
.options__menu {
display: block;
visibility: visible;
}
.landingPage__content {
text-align: center;
}
.landingPage__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.landingPage__text {
font-size: 2rem;
}
.landingPage__socials {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.landingPage__socials > a:nth-child(2n + 1) {
margin: 0 1rem;
}
.socials__icon {
width: 2rem;
height: 2rem;
font-size: 2rem;
}
.description__about {
font-size: 1rem;
}
.description__subtitle {
font-size: 0.75rem;
}
.techs__wrapper {
overflow: auto;
-webkit-box-pack: initial;
-ms-flex-pack: initial;
justify-content: initial;
}
.techs__wrapper > em {
margin: 4px;
font-size: 2rem;
}
.project {
font-size: 1rem;
}
} | assets/css/index.min.css | :root {
--primary: rgba(102, 201, 255, 1);
--nav-height: 48px;
/* Light/default theme */
--bg-primary: rgba(255, 255, 255, 1);
--bg-secondary: rgba(245, 245, 245, 1);
--bg-slider: rgba(245, 245, 245, 1);
--color-primary: rgba(0, 0, 0, 1);
--color-secondary: rgba(180, 180, 180, 1);
}
:root[data-theme="dark"] {
--bg-primary: rgba(38, 46, 51, 1);
--bg-secondary: rgba(17, 24, 39, 1);
--bg-slider: var(--primary);
--color-primary: rgba(243, 244, 246, 1);
--color-secondary: rgba(180, 180, 180, 1);
}
a {
color: var(--color-secondary);
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
color: var(--primary);
}
html {
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body {
position: relative;
margin: 0;
padding: 0;
font-family: Roboto, sans-serif;
font-size: 1.25rem;
color: var(--color-primary);
background-color: var(--bg-secondary);
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.scrollBtn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
vertical-align: middle;
width: 48px;
height: 48px;
margin: 16px auto;
border: 0;
border-radius: 50%;
outline: -webkit-focus-ring-color;
background-color: inherit;
color: inherit;
cursor: pointer;
-webkit-transition: color 250ms ease-in-out;
-o-transition: color 250ms ease-in-out;
transition: color 250ms ease-in-out;
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.scrollBtn:hover {
color: var(--primary);
}
.card {
padding: 16px;
border-radius: 8px;
background-color: var(--bg-primary);
-webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.typewrite {
width: 100%;
}
.typewrite__content {
color: var(--primary);
font-weight: 300;
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
}
.typewrite__cursor {
-webkit-animation: typewriter-cursor 1s infinite;
animation: typewriter-cursor 1s infinite;
border-right: 0.2rem solid var(--primary);
}
@-webkit-keyframes typewriter-cursor {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes typewriter-cursor {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.header {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 10;
height: var(--nav-height);
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
background-color: var(--bg-primary);
opacity: 0.9;
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__content {
height: inherit;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 1.125rem;
}
.homeBtn {
font-weight: 300;
}
.options {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.options > * {
margin-left: 12px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.options__menu {
visibility: hidden;
display: none;
}
.overlay {
display: none;
visibility: hidden;
position: fixed;
z-index: 12;
top: 0;
left: 0;
background-color: var(--bg-primary);
right: 0;
padding: 8px 16px 16px 16px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-bottom: 1px solid var(--color-secondary);
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.overlay__closeBtn {
-ms-flex-item-align: end;
align-self: flex-end;
font-size: 2rem;
}
.overlay__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: auto;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.overlay__content > * {
margin: 4px 0;
}
.themeSwitch {
border: 0;
background-color: inherit;
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;
cursor: pointer;
outline: -webkit-focus-ring-color;
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.themeSwitch__icon {
width: 1.125rem;
height: 1.125rem;
color: var(--color-primary);
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
}
.themeSwitch__icon:active {
color: var(--primary);
}
.header__progress {
width: 0;
height: 4px;
background-color: var(--primary);
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nojs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 2px 0;
place-content: center;
background-color: rgba(255, 0, 0, 0.5);
}
.main {
padding: 0px 100px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.main > section {
padding-top: var(--nav-height);
min-height: 100vh;
}
.main > section:first-of-type {
padding-top: calc(16px);
}
.footer__wrapper {
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 16px 0 32px 0;
place-content: center;
}
.footer__content {
font-size: 0.875rem;
letter-spacing: 0.1rem;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer__scrollBtn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer__scrollBtn::before,
.footer__scrollBtn::after {
content: "";
width: 40%;
border-top: 1px solid;
height: 1px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.footer__scrollBtn + .scrollBtn {
margin: auto;
}
.landingPage {
height: calc(100vh - var(--nav-height));
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.landingPage__wrapper {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.landingPage__content {
width: 100%;
}
.landingPage__text {
font-size: 5rem;
margin: 0;
width: 100%;
}
.landingPage__text:last-of-type {
margin-bottom: 24px;
}
.landingPage__socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.landingPage__socials > a:nth-child(2n + 1) {
margin: 1rem 0;
}
.socials__icon {
width: 3rem;
height: 3rem;
font-size: 3rem;
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
}
.socials__icon:hover {
color: var(--primary);
}
.about {
display: -ms-grid;
display: grid;
row-gap: 16px;
-webkit-column-gap: 16px;
-moz-column-gap: 16px;
column-gap: 16px;
-ms-grid-rows: 1fr 16px 1fr 16px auto;
-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
grid-template:
"avatar description description" 1fr
"avatar description description" 1fr
"techs techs techs" auto / 1fr 1fr 1fr;
}
.about__me {
-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 1;
grid-area: avatar;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.avatar {
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.about__socials {
width: 1.5rem;
height: 1.5rem;
font-size: 1.5rem;
margin-top: 4px;
}
.about__description {
-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 3;
-ms-grid-column-span: 3;
grid-area: description;
}
.description__title {
margin-bottom: 0;
}
.description__subtitle {
font-size: 0.875rem;
font-weight: 300;
letter-spacing: 1px;
}
.description__about {
margin-top: 24px;
}
.description__about--techs {
color: var(--primary);
-webkit-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
transition: color 50ms cubic-bezier(0.4, 0, 0.2, 1);
}
.about__techs {
-ms-grid-row: 5;
-ms-grid-column: 1;
-ms-grid-column-span: 5;
grid-area: techs;
padding: 16px 0;
}
.techs__title {
padding: 0 16px;
}
.techs__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
overflow: hidden;
padding: 8px;
background-color: var(--bg-slider);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.techs__wrapper > em {
margin: 8px;
font-size: 5rem;
}
.projects {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.projects__project {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
grid-template-columns: repeat(2, 1fr);
grid-gap: 16px;
}
.project {
position: relative;
cursor: pointer;
color: inherit;
-ms-grid-column-span: 1;
grid-column: span 1;
height: 200px;
background-color: var(--bg-primary);
-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.project:hover {
-webkit-box-shadow: 0px 0px 20px 8px rgb(102 201 255 / 10%);
box-shadow: 0px 0px 20px 8px rgb(102 201 255 / 10%);
}
.project__tech {
font-size: 1.5rem;
}
.project__title {
text-align: center;
}
.project__keywords {
color: var(--primary);
text-align: center;
list-style: none;
font-size: 1rem;
padding: 0;
}
@media (prefers-reduced-motion: reduce) {
* {
-webkit-transition: color none;
-o-transition: color none;
transition: color none;
-webkit-transition: background-color none;
-o-transition: background-color none;
transition: background-color none;
}
html {
scroll-behavior: auto;
}
}
@media (max-width: 1200px) {
.landingPage__text {
font-size: 4rem;
}
.socials__icon {
width: 2rem;
height: 2rem;
font-size: 2rem;
}
.techs__wrapper > em {
margin: 8px;
font-size: 3rem;
}
}
@media (max-width: 1000px) {
.projects__project {
-ms-grid-columns: 1fr 16px 1fr;
grid-template-columns: repeat(2, 1fr);
}
.techs__wrapper > em {
margin: 4px;
font-size: 2.5rem;
}
}
@media (max-width: 769px) {
.main {
padding: 0 50px;
}
.landingPage__text {
font-size: 3rem;
}
.socials__icon {
width: 1.5rem;
height: 1.5rem;
font-size: 1.5rem;
}
.description__about {
font-size: 1.125rem;
}
.techs__wrapper > em {
margin: 4px;
font-size: 2rem;
}
.projects__project {
-ms-grid-columns: 1fr;
grid-template-columns: repeat(1, 1fr);
}
.project {
font-size: 1.125rem;
}
}
@media (max-width: 600px) {
.main {
padding: 0 25px;
}
.about {
-ms-grid-rows: auto auto;
-ms-grid-columns: 100%;
grid-template:
"description" auto
"techs" auto / 100%;
}
.about__me {
display: none;
}
}
@media (max-width: 500px) {
.landingPage__content {
text-align: center;
}
.landingPage__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.landingPage__text {
font-size: 2.5rem;
}
.landingPage__socials {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.landingPage__socials > a:nth-child(2n + 1) {
margin: 0 1rem;
}
.socials__icon {
width: 2.5rem;
height: 2.5rem;
font-size: 2.5rem;
}
}
@media (max-width: 426px) {
.main {
padding: 0 16px;
}
.options a:not(:last-child) {
display: none;
}
.options__menu {
display: block;
visibility: visible;
}
.landingPage__content {
text-align: center;
}
.landingPage__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.landingPage__text {
font-size: 2rem;
}
.landingPage__socials {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.landingPage__socials > a:nth-child(2n + 1) {
margin: 0 1rem;
}
.socials__icon {
width: 2rem;
height: 2rem;
font-size: 2rem;
}
.description__about {
font-size: 1rem;
}
.description__subtitle {
font-size: 0.75rem;
}
.techs__wrapper {
overflow: auto;
-webkit-box-pack: initial;
-ms-flex-pack: initial;
justify-content: initial;
}
.techs__wrapper > em {
margin: 4px;
font-size: 2rem;
}
.project {
font-size: 1rem;
}
} | 0.416322 | 0.117041 |
.bg-primary {
background-color: #095C87;
color: #F2F1ED;
}
.bg-secondary {
background-color: #0D4D6E;
color: #F2F1ED;
}
.bg-gradient1 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#095C87), to(#0D4D6E));
background-image: linear-gradient(#095C87, #0D4D6E);
color: #F2F1ED;
}
.bg-gradient2 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#0D4D6E), to(#095C87));
background-image: linear-gradient(#0D4D6E, #095C87);
color: #F2F1ED;
}
.bg-dark {
background-color: #121212;
color: #F2F1ED;
}
.bg-light {
background-color: #F2F1ED;
color: #121212;
border: rgba(160, 160, 160, 0.3) 1px solid;
}
.bg-accent1 {
background-color: #6E0810;
color: #F2F1ED;
}
.bg-accent2 {
background-color: #BA202E;
color: #F2F1ED;
}
.bg-shade1 {
background-color: #ABABAB;
color: #121212;
}
.bg-shade2 {
background-color: #646464;
color: #F2F1ED;
}
.bg-shade3 {
background-color: #272425;
color: #F2F1ED;
}
.overlay {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.overlay-dark {
background-color: rgba(39, 36, 37, 0.7);
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Lato', sans-serif;
font-size: 1rem;
line-height: 1.6;
background-color: #121212;
color: #F2F1ED;
}
a {
text-decoration: none;
color: #095C87;
}
ul {
list-style: none;
}
img {
width: 100%;
}
.navbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.7rem 2rem;
position: fixed;
z-index: 1;
width: 100%;
top: 0;
border-bottom: solid 1px #095C87;
opacity: 0.9;
}
.navbar ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.navbar a {
color: #F2F1ED;
padding: 0.45rem;
margin: 0 0.25rem;
}
.navbar a:hover {
color: #095C87;
}
.banner {
position: relative;
background: url(../images/header.jpg) no-repeat center center/cover;
height: 100vh;
}
.banner-inner {
color: #F2F1ED;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 80%;
margin: auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
} | vibrary/static/css/main.css | .bg-primary {
background-color: #095C87;
color: #F2F1ED;
}
.bg-secondary {
background-color: #0D4D6E;
color: #F2F1ED;
}
.bg-gradient1 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#095C87), to(#0D4D6E));
background-image: linear-gradient(#095C87, #0D4D6E);
color: #F2F1ED;
}
.bg-gradient2 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#0D4D6E), to(#095C87));
background-image: linear-gradient(#0D4D6E, #095C87);
color: #F2F1ED;
}
.bg-dark {
background-color: #121212;
color: #F2F1ED;
}
.bg-light {
background-color: #F2F1ED;
color: #121212;
border: rgba(160, 160, 160, 0.3) 1px solid;
}
.bg-accent1 {
background-color: #6E0810;
color: #F2F1ED;
}
.bg-accent2 {
background-color: #BA202E;
color: #F2F1ED;
}
.bg-shade1 {
background-color: #ABABAB;
color: #121212;
}
.bg-shade2 {
background-color: #646464;
color: #F2F1ED;
}
.bg-shade3 {
background-color: #272425;
color: #F2F1ED;
}
.overlay {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.overlay-dark {
background-color: rgba(39, 36, 37, 0.7);
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Lato', sans-serif;
font-size: 1rem;
line-height: 1.6;
background-color: #121212;
color: #F2F1ED;
}
a {
text-decoration: none;
color: #095C87;
}
ul {
list-style: none;
}
img {
width: 100%;
}
.navbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.7rem 2rem;
position: fixed;
z-index: 1;
width: 100%;
top: 0;
border-bottom: solid 1px #095C87;
opacity: 0.9;
}
.navbar ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.navbar a {
color: #F2F1ED;
padding: 0.45rem;
margin: 0 0.25rem;
}
.navbar a:hover {
color: #095C87;
}
.banner {
position: relative;
background: url(../images/header.jpg) no-repeat center center/cover;
height: 100vh;
}
.banner-inner {
color: #F2F1ED;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 80%;
margin: auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
} | 0.384681 | 0.121035 |
.owl-carousel .owl-item img {
transform-style: unset;
}
.owl-carousel .thumbnail {
margin-right: 1px;
}
.owl-carousel .item-video {
height: 300px;
}
.owl-carousel .owl-nav {
top: 50%;
position: absolute;
margin-top: -20px;
width: 100%;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
display: inline-block;
position: absolute;
width: 30px;
height: 30px;
}
.owl-carousel .owl-nav .owl-prev {
left: -5px;
}
.owl-carousel .owl-nav .owl-prev:before {
/*font-family: "Font Awesome 5 Free";*/
font-family: 'simple-line-icons';
font-style: normal;
font-weight: 900;
/*content: "\f104";*/
content: "\e605";
position: relative;
left: -1px;
top: 0px;
}
.owl-carousel.owl-nav-bordered .owl-nav .owl-prev:before {
top: -1px;
}
.owl-carousel .owl-nav .owl-next {
right: -5px;
}
.owl-carousel .owl-nav .owl-next:before {
/*font-family: "Font Awesome 5 Free";*/
font-family: 'simple-line-icons';
font-style: normal;
font-weight: 900;
/*content: "\f105";*/
content: "\e606";
position: relative;
left: 1px;
top: 0px;
}
.owl-carousel.owl-nav-bordered .owl-nav .owl-next:before {
top: -1px;
}
.owl-carousel.stage-margin .owl-stage-outer {
margin-left: 40px !important;
margin-right: 40px !important;
}
.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
padding-left: 0 !important;
padding-right: 0 !important;
}
.owl-carousel.show-nav-hover .owl-nav {
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.owl-carousel.show-nav-hover .owl-nav .owl-prev {
left: -20px;
}
.owl-carousel.show-nav-hover .owl-nav .owl-next {
right: -20px;
}
.owl-carousel.show-nav-hover:hover .owl-nav {
opacity: 1;
}
.owl-carousel.show-nav-title .owl-nav {
top: 0;
right: 0;
margin-top: -50px !important;
width: auto;
}
/*.owl-carousel.show-nav-title .owl-nav [class*="owl-"], .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {
font-size: 18px;
background: transparent !important;
width: 18px;
font-size: 18px;
}*/
.owl-carousel.show-nav-title .owl-nav .owl-prev {
left: -70px;
}
.owl-carousel.rounded-nav .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
padding: 3px 7px;
border-radius: 50%;
background: transparent;
border: 1px solid #999 !important;
color: #999;
}
.owl-carousel.nav-bottom .owl-nav {
position: static;
margin: 0;
padding: 0;
width: auto;
}
.owl-carousel.nav-bottom .owl-nav .owl-prev, .owl-carousel.nav-bottom .owl-nav .owl-next {
position: static;
}
.owl-carousel.nav-inside .owl-nav, .owl-carousel.nav-inside .owl-dots {
bottom: 2px;
margin-top: 10px;
position: absolute;
right: 6px;
}
.owl-carousel.full-width .owl-nav [class*="owl-"], .owl-carousel.full-width .owl-nav [class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav [class*="owl-"], .owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {
height: auto;
}
/* Spaced */
.owl-carousel-spaced {
margin-left: -5px;
}
.owl-carousel-spaced .owl-item > div {
margin: 5px;
}
/* Responsive */
@media (max-width: 479px) {
.owl-carousel-spaced {
margin-left: 0;
}
}
/* Carousel Areas */
/*.carousel-areas {
background: transparent url(../img/patterns/stripes.png) repeat 0 0;
margin-bottom: -10px;
padding: 10px 10px 0 10px;
border-radius: 6px 6px 0 0;
}*/
.carousel-areas .owl-carousel {
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.carousel-areas .owl-carousel .owl-nav .owl-prev {
left: -55px;
}
.carousel-areas .owl-carousel .owl-nav .owl-next {
right: -55px;
}
.carousel-areas .owl-carousel:first-child img {
border-radius: 6px 6px 0 0;
}
/* Dots */
.owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot span {
border-style: solid;
border-width: 2px;
}
.owl-theme .owl-dots .owl-dot span {
background: none !important;
}
.owl-theme .owl-dots .owl-dot span {
border-style: solid;
border-width: 2px;
}
/* NAV */
.owl-theme .owl-nav {
margin-top: -20px !important;
}
.owl-theme .owl-nav [class*=owl-] {
font-size: 24px!important;
padding: 0!important;
background: none!important;
line-height: 24px;
border-radius: 0 !important;
}
.owl-carousel.full-width .owl-nav, .owl-carousel.big-nav .owl-nav {
margin-top: -17px !important;
}
.owl-carousel.show-nav-hover .owl-nav .owl-prev {
left: 0px;
}
.owl-carousel.show-nav-hover .owl-nav .owl-next {
right: 0px;
}
/* OWL-ROUNDED */
.owl-theme.owl-nav-circle .owl-nav [class*=owl-] {
border-radius: 100px !important;
}
/* OWL-BG */
.owl-theme.owl-nav-bg .owl-nav [class*=owl-] {
font-size: 17px !important;
line-height: 29px;
}
.owl-theme.owl-nav-bordered .owl-nav [class*=owl-] {
font-size: 17px !important;
line-height: 29px;
border-style: solid;
border-width: 2px;
}
.owl-theme .owl-dots {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
margin-bottom: -32px;
}
/* DOTS INSIDE */
.owl-dots-inside-top-left .owl-dots {
top: 0;
bottom: auto;
width: auto;
margin: 10px;
}
.owl-dots-inside-top-right .owl-dots {
top: 0;
right: 0;
left: auto;
bottom: auto;
width: auto;
margin: 10px;
}
.owl-dots-inside-bottom-left .owl-dots {
bottom: 0;
width: auto;
margin: 10px;
}
.owl-dots-inside-bottom-right .owl-dots {
right: 0;
left: auto;
bottom: 0;
width: auto;
margin: 10px;
}
/* OWL NAV LG */
.owl-theme.owl-nav-lg .owl-nav {
margin-top: -43px !important;
}
.owl-theme.owl-nav-lg .owl-nav [class*=owl-] {
font-size: 48px!important;
line-height: 29px;
}
.owl-carousel.owl-nav-lg .owl-nav .owl-prev, .owl-carousel.owl-nav-lg .owl-nav .owl-next {
width: 75px;
height: 75px;
}
.owl-carousel.owl-nav-lg .owl-nav .owl-prev:before {
top: 22px;
}
.owl-carousel.owl-nav-lg .owl-nav .owl-next:before {
top: 22px;
}
/* OWL DOTS LG */
.owl-theme.owl-dots-lg .owl-dots .owl-dot span {
width: 17px;
height: 17px;
}
/* Responsive */
@media (max-width: 991px) {
.carousel-areas .owl-carousel .owl-nav {
display: none;
}
}
/* COLORS */
.owl-theme .owl-nav [class*=owl-] {
color: rgba(0, 0, 0, 1)!important;
}
.owl-theme .owl-dots .owl-dot span {
border-color: rgba(0, 0, 0, 1);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: rgba(0, 0, 0, 1) !important;
}
/* OWL-BG */
.owl-theme.owl-nav-bg .owl-nav [class*=owl-] {
background: rgba(0, 0, 0, 1) !important;
color: #fff !important;
}
/* OWL-BG */
.owl-theme.owl-nav-bordered .owl-nav [class*=owl-] {
border-color: rgba(0, 0, 0, 1);
} | Client/src/assets/css/vendors/sliders.css | .owl-carousel .owl-item img {
transform-style: unset;
}
.owl-carousel .thumbnail {
margin-right: 1px;
}
.owl-carousel .item-video {
height: 300px;
}
.owl-carousel .owl-nav {
top: 50%;
position: absolute;
margin-top: -20px;
width: 100%;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
display: inline-block;
position: absolute;
width: 30px;
height: 30px;
}
.owl-carousel .owl-nav .owl-prev {
left: -5px;
}
.owl-carousel .owl-nav .owl-prev:before {
/*font-family: "Font Awesome 5 Free";*/
font-family: 'simple-line-icons';
font-style: normal;
font-weight: 900;
/*content: "\f104";*/
content: "\e605";
position: relative;
left: -1px;
top: 0px;
}
.owl-carousel.owl-nav-bordered .owl-nav .owl-prev:before {
top: -1px;
}
.owl-carousel .owl-nav .owl-next {
right: -5px;
}
.owl-carousel .owl-nav .owl-next:before {
/*font-family: "Font Awesome 5 Free";*/
font-family: 'simple-line-icons';
font-style: normal;
font-weight: 900;
/*content: "\f105";*/
content: "\e606";
position: relative;
left: 1px;
top: 0px;
}
.owl-carousel.owl-nav-bordered .owl-nav .owl-next:before {
top: -1px;
}
.owl-carousel.stage-margin .owl-stage-outer {
margin-left: 40px !important;
margin-right: 40px !important;
}
.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
padding-left: 0 !important;
padding-right: 0 !important;
}
.owl-carousel.show-nav-hover .owl-nav {
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.owl-carousel.show-nav-hover .owl-nav .owl-prev {
left: -20px;
}
.owl-carousel.show-nav-hover .owl-nav .owl-next {
right: -20px;
}
.owl-carousel.show-nav-hover:hover .owl-nav {
opacity: 1;
}
.owl-carousel.show-nav-title .owl-nav {
top: 0;
right: 0;
margin-top: -50px !important;
width: auto;
}
/*.owl-carousel.show-nav-title .owl-nav [class*="owl-"], .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {
font-size: 18px;
background: transparent !important;
width: 18px;
font-size: 18px;
}*/
.owl-carousel.show-nav-title .owl-nav .owl-prev {
left: -70px;
}
.owl-carousel.rounded-nav .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
padding: 3px 7px;
border-radius: 50%;
background: transparent;
border: 1px solid #999 !important;
color: #999;
}
.owl-carousel.nav-bottom .owl-nav {
position: static;
margin: 0;
padding: 0;
width: auto;
}
.owl-carousel.nav-bottom .owl-nav .owl-prev, .owl-carousel.nav-bottom .owl-nav .owl-next {
position: static;
}
.owl-carousel.nav-inside .owl-nav, .owl-carousel.nav-inside .owl-dots {
bottom: 2px;
margin-top: 10px;
position: absolute;
right: 6px;
}
.owl-carousel.full-width .owl-nav [class*="owl-"], .owl-carousel.full-width .owl-nav [class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav [class*="owl-"], .owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {
height: auto;
}
/* Spaced */
.owl-carousel-spaced {
margin-left: -5px;
}
.owl-carousel-spaced .owl-item > div {
margin: 5px;
}
/* Responsive */
@media (max-width: 479px) {
.owl-carousel-spaced {
margin-left: 0;
}
}
/* Carousel Areas */
/*.carousel-areas {
background: transparent url(../img/patterns/stripes.png) repeat 0 0;
margin-bottom: -10px;
padding: 10px 10px 0 10px;
border-radius: 6px 6px 0 0;
}*/
.carousel-areas .owl-carousel {
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.carousel-areas .owl-carousel .owl-nav .owl-prev {
left: -55px;
}
.carousel-areas .owl-carousel .owl-nav .owl-next {
right: -55px;
}
.carousel-areas .owl-carousel:first-child img {
border-radius: 6px 6px 0 0;
}
/* Dots */
.owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot span {
border-style: solid;
border-width: 2px;
}
.owl-theme .owl-dots .owl-dot span {
background: none !important;
}
.owl-theme .owl-dots .owl-dot span {
border-style: solid;
border-width: 2px;
}
/* NAV */
.owl-theme .owl-nav {
margin-top: -20px !important;
}
.owl-theme .owl-nav [class*=owl-] {
font-size: 24px!important;
padding: 0!important;
background: none!important;
line-height: 24px;
border-radius: 0 !important;
}
.owl-carousel.full-width .owl-nav, .owl-carousel.big-nav .owl-nav {
margin-top: -17px !important;
}
.owl-carousel.show-nav-hover .owl-nav .owl-prev {
left: 0px;
}
.owl-carousel.show-nav-hover .owl-nav .owl-next {
right: 0px;
}
/* OWL-ROUNDED */
.owl-theme.owl-nav-circle .owl-nav [class*=owl-] {
border-radius: 100px !important;
}
/* OWL-BG */
.owl-theme.owl-nav-bg .owl-nav [class*=owl-] {
font-size: 17px !important;
line-height: 29px;
}
.owl-theme.owl-nav-bordered .owl-nav [class*=owl-] {
font-size: 17px !important;
line-height: 29px;
border-style: solid;
border-width: 2px;
}
.owl-theme .owl-dots {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
margin-bottom: -32px;
}
/* DOTS INSIDE */
.owl-dots-inside-top-left .owl-dots {
top: 0;
bottom: auto;
width: auto;
margin: 10px;
}
.owl-dots-inside-top-right .owl-dots {
top: 0;
right: 0;
left: auto;
bottom: auto;
width: auto;
margin: 10px;
}
.owl-dots-inside-bottom-left .owl-dots {
bottom: 0;
width: auto;
margin: 10px;
}
.owl-dots-inside-bottom-right .owl-dots {
right: 0;
left: auto;
bottom: 0;
width: auto;
margin: 10px;
}
/* OWL NAV LG */
.owl-theme.owl-nav-lg .owl-nav {
margin-top: -43px !important;
}
.owl-theme.owl-nav-lg .owl-nav [class*=owl-] {
font-size: 48px!important;
line-height: 29px;
}
.owl-carousel.owl-nav-lg .owl-nav .owl-prev, .owl-carousel.owl-nav-lg .owl-nav .owl-next {
width: 75px;
height: 75px;
}
.owl-carousel.owl-nav-lg .owl-nav .owl-prev:before {
top: 22px;
}
.owl-carousel.owl-nav-lg .owl-nav .owl-next:before {
top: 22px;
}
/* OWL DOTS LG */
.owl-theme.owl-dots-lg .owl-dots .owl-dot span {
width: 17px;
height: 17px;
}
/* Responsive */
@media (max-width: 991px) {
.carousel-areas .owl-carousel .owl-nav {
display: none;
}
}
/* COLORS */
.owl-theme .owl-nav [class*=owl-] {
color: rgba(0, 0, 0, 1)!important;
}
.owl-theme .owl-dots .owl-dot span {
border-color: rgba(0, 0, 0, 1);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: rgba(0, 0, 0, 1) !important;
}
/* OWL-BG */
.owl-theme.owl-nav-bg .owl-nav [class*=owl-] {
background: rgba(0, 0, 0, 1) !important;
color: #fff !important;
}
/* OWL-BG */
.owl-theme.owl-nav-bordered .owl-nav [class*=owl-] {
border-color: rgba(0, 0, 0, 1);
} | 0.281011 | 0.046249 |
body{
margin: 0px;
}
ul{
list-style: none;
padding: 0px;
margin: 0px;
}
.navbar{
display: flex;
justify-content: space-between;
padding: 10px;
background-color: rgb(225, 229, 230);
border-bottom: 1px solid gray;
box-shadow: 1px 1px gray;
}
.navbar> li{
display: flex;
align-items: center;
}
.logo{
height: 70px;
}
.button{
border: 0px;
padding: 5px 10px;
border-radius: 10px;
font-weight: bolder;
}
.button:hover{
cursor: pointer;
transform: scale(1.1);
}
.mainbutton{
background-color: rgb(43, 148, 43);
color: white;
}
.mainbutton:hover{
box-shadow: 1px 1px rgb(66, 85, 66);
}
.secondarybutton{
background-color: rgb(77, 152, 221);
color: white;
}
.secondarybutton:hover{
box-shadow: 1px 1px rgb(37, 64, 124);
}
.buscar{
background-color: white;
border: 1px solid gray;
padding: 4px;
border-radius: 8px;
width: 300px;
display: flex;
justify-content: space-between;
}
.buscar:focus-within{
border: 1px solid blue;
}
.buscar>input{
outline:none;
border: 0px;
}
.iconoBusqueda:hover{
color: blue;
}
.breedCardContainer{
display: flex;
}
.breedCard{
margin: 10px;
background-color: rgb(78, 75, 75);
box-shadow: 5px 10px 5px rgb(190, 188, 188);
border-radius: 10px;
}
.breedTitle{
color: white;
margin: 10px;
font-weight: bold;
font-size: x-large;
}
.contenedorImagen{
width: 240px;
height: 350px;
display: flex;
margin-bottom: 10px;
}
.contenedorImagen:hover{
cursor: pointer;
transform: scale(1.02);
}
.contenedorImagen> img{
object-fit: cover;
width: 100%;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.mainTitle{
color: rgb(102, 100, 100);
text-align: center;
font-weight: bold;
font-size: x-large;
}
.colorLikes{
color: rgb(224, 39, 39);
font-weight: bold;
}
.colorIconsCard{
color: white;
font-weight: bold;
}
.textoInforme{
color: white;
font-weight: bold;
}
.movWeb{
display: flex;
padding: 10px;
justify-content: center;
}
.botonesWeb{
background-color: rgb(78, 75, 75);
border: 0px;
padding: 10px;
}
.botonesWeb:hover{
cursor: pointer;
transform: scale(1.1);
} | src/styles/Styles.css | body{
margin: 0px;
}
ul{
list-style: none;
padding: 0px;
margin: 0px;
}
.navbar{
display: flex;
justify-content: space-between;
padding: 10px;
background-color: rgb(225, 229, 230);
border-bottom: 1px solid gray;
box-shadow: 1px 1px gray;
}
.navbar> li{
display: flex;
align-items: center;
}
.logo{
height: 70px;
}
.button{
border: 0px;
padding: 5px 10px;
border-radius: 10px;
font-weight: bolder;
}
.button:hover{
cursor: pointer;
transform: scale(1.1);
}
.mainbutton{
background-color: rgb(43, 148, 43);
color: white;
}
.mainbutton:hover{
box-shadow: 1px 1px rgb(66, 85, 66);
}
.secondarybutton{
background-color: rgb(77, 152, 221);
color: white;
}
.secondarybutton:hover{
box-shadow: 1px 1px rgb(37, 64, 124);
}
.buscar{
background-color: white;
border: 1px solid gray;
padding: 4px;
border-radius: 8px;
width: 300px;
display: flex;
justify-content: space-between;
}
.buscar:focus-within{
border: 1px solid blue;
}
.buscar>input{
outline:none;
border: 0px;
}
.iconoBusqueda:hover{
color: blue;
}
.breedCardContainer{
display: flex;
}
.breedCard{
margin: 10px;
background-color: rgb(78, 75, 75);
box-shadow: 5px 10px 5px rgb(190, 188, 188);
border-radius: 10px;
}
.breedTitle{
color: white;
margin: 10px;
font-weight: bold;
font-size: x-large;
}
.contenedorImagen{
width: 240px;
height: 350px;
display: flex;
margin-bottom: 10px;
}
.contenedorImagen:hover{
cursor: pointer;
transform: scale(1.02);
}
.contenedorImagen> img{
object-fit: cover;
width: 100%;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.mainTitle{
color: rgb(102, 100, 100);
text-align: center;
font-weight: bold;
font-size: x-large;
}
.colorLikes{
color: rgb(224, 39, 39);
font-weight: bold;
}
.colorIconsCard{
color: white;
font-weight: bold;
}
.textoInforme{
color: white;
font-weight: bold;
}
.movWeb{
display: flex;
padding: 10px;
justify-content: center;
}
.botonesWeb{
background-color: rgb(78, 75, 75);
border: 0px;
padding: 10px;
}
.botonesWeb:hover{
cursor: pointer;
transform: scale(1.1);
} | 0.455925 | 0.088939 |
body {
background: var(--bg_primary);
overflow-x: hidden;
font-family: 'Montserrat', sans-serif;
}
body::-webkit-scrollbar{
height: 6px;
width: 8px;
background-color: rgba(255,255,255,0);
}
body::-webkit-scrollbar-thumb{
background-color: var(--scroll_bar);
outline: rgba(255,255,255,0) solid 1px;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
background-color: rgba(255,255,255,0)!important;
}
.bg-light {
background-color: var(--bg_secondary)!important;
}
#sidebar-wrapper {
min-height: 100%;
/* margin-left: -15rem; */
-webkit-transition: margin .25s ease-out;
-moz-transition: margin .25s ease-out;
-o-transition: margin .25s ease-out;
transition: margin .25s ease-out;
}
#sidebar-wrapper .sidebar-heading {
padding: 0.65rem 1.3rem;
font-size: 24px;
cursor: pointer;
color: var(--menu_primary);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#sidebar-wrapper .sidebar-heading:hover{
color: var(--menu_hover);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper.toggled #sidebar-wrapper .list-group {
width: 80px;
-webkit-transition: width .25s ease-out;
-moz-transition: width .25s ease-out;
-o-transition: width .25s ease-out;
transition: width .25s ease-out;
}
#wrapper.toggled #sidebar-wrapper #menu-toggle .logo {
display: block;
}
#wrapper.toggled #sidebar-wrapper #menu-toggle .logo {
display: none;
}
.list-group-item {
border: none;
padding: 0.5rem 1.25rem;
}
.list-group-item i.mdi {
font-size: 20px;
}
.sep {
width: 70%;
height:1px;
border-bottom: 2px solid var(--border_primary);
margin-left:15%;
margin-bottom:10px;
}
.border-bottom {
border-bottom-color: var(--border_primary) !important;
border-bottom-width: 2px!important;
}
.border-right {
border-right-color: var(--border_primary) !important;
border-right-width: 2px!important;
}
#page-content-wrapper {
min-width: 100vw;
}
.logo {
width:90px;
margin:11px 0 0 10px;
position: absolute;
}
#wrapper.toggled #sidebar-wrapper {
/* margin-left: 0; */
width: 82px;
-webkit-transition: width .25s ease-out;
-moz-transition: width .25s ease-out;
-o-transition: width .25s ease-out;
transition: width .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group .list-group-item {
border-left:3px solid var(--bg_secondary);
}
#wrapper #sidebar-wrapper .list-group .list-group-item.active {
border-left:3px solid var(--border_active);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group .list-group-item.active:focus,
#wrapper #sidebar-wrapper .list-group .list-group-item.active:hover {
border-left:3px solid var(--border_active_hover);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group a.list-group-item,
#wrapper #sidebar-wrapper .list-group a.list-group-item:active{
color: var(--menu_primary);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group a.list-group-item.active,
#wrapper #sidebar-wrapper .list-group a.list-group-item.active:active{
color: var(--link_active);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group a.list-group-item.active:hover,
#wrapper #sidebar-wrapper .list-group a.list-group-item.active:focus{
color: var(--link_active_hover);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group a.list-group-item:hover,
#wrapper #sidebar-wrapper .list-group a.list-group-item:focus{
color: var(--menu_hover);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group a.list-group-item span.menu-name {
font-weight:600;
/* display: inline-block; */
position: absolute;
margin-top: 4px;
margin-left: 10px;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
#wrapper.toggled #sidebar-wrapper .list-group a.list-group-item span.menu-name {
display: none;
position: absolute;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
#sidebar-wrapper .list-group {
width: 180px;
-webkit-transition: width .25s ease-out;
-moz-transition: width .25s ease-out;
-o-transition: width .25s ease-out;
transition: width .25s ease-out;
}
#sidebar-wrapper {
margin-left: 0;
width: 182px;
-webkit-transition: width .25s ease-out;
-moz-transition: width .25s ease-out;
-o-transition: width .25s ease-out;
transition: width .25s ease-out;
}
#page-content-wrapper {
min-width: 0;
width: 100%;
}
.nav-link {
padding: .5rem 1.6rem!important;
font-weight: 700!important;
}
.navbar-light .navbar-nav .nav-link {
color: var(--top_menu_primary);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: var(--top_menu_hover);
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: var(--top_menu_active);
}
.user_prof {
display:inline-block;
}
.user_prof img {
width:30px;
height:30px;
position:absolute;
}
.user_prof .user_meta p {
line-height: 1.1;
margin:0;
margin-left:36px;
font-size:12px;
}
.user_prof .user_meta p small{
font-weight: 600;
color:var(--menu_primary);
}
.user_prof .user_meta p span.method{
color:var(--menu_primary);
}
.cust-prof{
margin-top:-5px;
}
.cust_nav_border {
height:20px;
margin-top:10px;
width:1px;
border-left:1px solid var(--border_primary);
}
.left-cont,
.right-cont {
background:var(--bg_secondary);
padding-bottom:12px;
}
@media (min-width: 768px) {
.left-cont,
.right-cont {
min-height:100vh!important;
}
.left-cont{
border-right:2px solid var(--border_primary);
}
.right-cont{
border-left:2px solid var(--border_primary);
}
}
.dropdown-menu {
border-radius: 0;
border: 1px solid rgba(0,0,0,0);
margin: .58rem 0 0;
box-shadow:2px 2px 10px rgba(0,0,0,0.1);
}
.dropdown-menu a.dropdown-item {
font-weight:600!important;
color: var(--top_menu_primary)!important;
}
.dropdown-item.hover,
.dropdown-item:focus {
color: var(--top_menu_hover)!important;
background-color: rgba(255,255,255,0)!important;
}
.cont .header {
margin-top:20px;
width: 100%;
float:left;
}
.cont .header h6{
font-weight:600;
font-size:15px;
float:left;
}
.cont .header h6{
font-weight:600;
font-size:15px;
float:left;
}
.cont .header .right-links{
font-size:15px;
float:right;
}
.cont .header .right-links i{
margin-left:4px;
padding:4px;
color:var(--top_menu_primary);
cursor:pointer;
}
.cont .header .right-links i:hover{
color:var(--border_active);
}
.live-matches {
float:left;
width:100%;
border-radius:8px;
border:2px solid var(--border_primary);
padding:12px 0px;
margin-top:6px;
}
.live-matches .match{
float:left;
border-radius:50px;
border:1px solid var(--border_primary);
padding:10px 12px;
background:var(--bg_primary);
margin-top:6px;
margin-left:16px;
}
.live-matches .match.ht{
border-left:1px solid var(--border_active);
border-bottom:1px solid var(--border_active);
}
.live-matches .match.past-ht{
border-left:1px solid var(--border_active);
border-top:1px solid var(--border_active);
}
.live-matches .match img{
width:22px;
}
.live-matches .match .scores{
font-weight:900;
font-size:12px;
padding:6px 6px;
}
.live-matches .match .vs{
padding:2px 10px;
background:var(--bg_secondary);
position:absolute;
font-size:10px;
border-radius:20px;
margin-left:22px;
border:1px solid var(--border_primary);
font-weight:600;
box-shadow:2px 2px 6px var(--border_primary);
}
.live-matches .more{
float:left;
width:100%;
margin-top:6px;
margin-bottom:-12px;
}
.live-matches .more i{
padding:4px;
color:var(--top_menu_primary);
cursor:pointer;
}
.live-matches .more i:hover{
color:var(--border_active);
}
.standings {
float:left;
width:100%;
border-radius:8px;
border:2px solid var(--border_primary);
padding:0px;
margin-top:6px;
font-size:12px;
}
.standings .stitle{
width:100%;
float:left;
border-bottom:2px solid var(--border_primary);
padding:6px 12px;
font-weight:600;
margin-top:6px;
/* color:var(--border_active); */
}
.standings .stitle i{
float:right;
padding:0px 4px;
color:var(--top_menu_primary);
cursor:pointer;
font-size:16px;
}
.standings .stitle i:hover{
color:var(--border_active);
}
.sheader{
width:100%;
float:left;
/* border-bottom:2px solid var(--border_primary); */
color:var(--top_menu_primary);
background:var(--bg_primary);
}
.srow {
width:100%;
float:left;
font-weight:600;
}
.srow .sleft {
width:60%;
float:left;
padding:6px 12px;
}
.srow .sright {
width:40%;
float:right;
padding:6px 12px;
/* color:var(--border_active); */
text-align: right;
}
.srow .sright .scol{
display:inline-block;
width:20px;
padding:0px 10px;
text-align: right;
}
.steam {
width:100%;
float:left;
font-size:11px;
border-top:2px solid var(--border_primary);
}
.steam .srow .sleft img {
height: 14px;
margin-top:-4px;
margin-left:4px;
}
.text-grey {
color:var(--top_menu_primary);
}
.standings .more{
float:left;
width:100%;
/* margin-top:6px; */
margin-bottom:6px;
}
.standings .more i{
padding:4px;
color:var(--top_menu_primary);
cursor:pointer;
}
.standings .more i:hover{
color:var(--border_active);
} | html/style.css | body {
background: var(--bg_primary);
overflow-x: hidden;
font-family: 'Montserrat', sans-serif;
}
body::-webkit-scrollbar{
height: 6px;
width: 8px;
background-color: rgba(255,255,255,0);
}
body::-webkit-scrollbar-thumb{
background-color: var(--scroll_bar);
outline: rgba(255,255,255,0) solid 1px;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
background-color: rgba(255,255,255,0)!important;
}
.bg-light {
background-color: var(--bg_secondary)!important;
}
#sidebar-wrapper {
min-height: 100%;
/* margin-left: -15rem; */
-webkit-transition: margin .25s ease-out;
-moz-transition: margin .25s ease-out;
-o-transition: margin .25s ease-out;
transition: margin .25s ease-out;
}
#sidebar-wrapper .sidebar-heading {
padding: 0.65rem 1.3rem;
font-size: 24px;
cursor: pointer;
color: var(--menu_primary);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#sidebar-wrapper .sidebar-heading:hover{
color: var(--menu_hover);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper.toggled #sidebar-wrapper .list-group {
width: 80px;
-webkit-transition: width .25s ease-out;
-moz-transition: width .25s ease-out;
-o-transition: width .25s ease-out;
transition: width .25s ease-out;
}
#wrapper.toggled #sidebar-wrapper #menu-toggle .logo {
display: block;
}
#wrapper.toggled #sidebar-wrapper #menu-toggle .logo {
display: none;
}
.list-group-item {
border: none;
padding: 0.5rem 1.25rem;
}
.list-group-item i.mdi {
font-size: 20px;
}
.sep {
width: 70%;
height:1px;
border-bottom: 2px solid var(--border_primary);
margin-left:15%;
margin-bottom:10px;
}
.border-bottom {
border-bottom-color: var(--border_primary) !important;
border-bottom-width: 2px!important;
}
.border-right {
border-right-color: var(--border_primary) !important;
border-right-width: 2px!important;
}
#page-content-wrapper {
min-width: 100vw;
}
.logo {
width:90px;
margin:11px 0 0 10px;
position: absolute;
}
#wrapper.toggled #sidebar-wrapper {
/* margin-left: 0; */
width: 82px;
-webkit-transition: width .25s ease-out;
-moz-transition: width .25s ease-out;
-o-transition: width .25s ease-out;
transition: width .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group .list-group-item {
border-left:3px solid var(--bg_secondary);
}
#wrapper #sidebar-wrapper .list-group .list-group-item.active {
border-left:3px solid var(--border_active);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group .list-group-item.active:focus,
#wrapper #sidebar-wrapper .list-group .list-group-item.active:hover {
border-left:3px solid var(--border_active_hover);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group a.list-group-item,
#wrapper #sidebar-wrapper .list-group a.list-group-item:active{
color: var(--menu_primary);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group a.list-group-item.active,
#wrapper #sidebar-wrapper .list-group a.list-group-item.active:active{
color: var(--link_active);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group a.list-group-item.active:hover,
#wrapper #sidebar-wrapper .list-group a.list-group-item.active:focus{
color: var(--link_active_hover);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group a.list-group-item:hover,
#wrapper #sidebar-wrapper .list-group a.list-group-item:focus{
color: var(--menu_hover);
-webkit-transition: color .25s ease-out;
-moz-transition: color .25s ease-out;
-o-transition: color .25s ease-out;
transition: color .25s ease-out;
}
#wrapper #sidebar-wrapper .list-group a.list-group-item span.menu-name {
font-weight:600;
/* display: inline-block; */
position: absolute;
margin-top: 4px;
margin-left: 10px;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
#wrapper.toggled #sidebar-wrapper .list-group a.list-group-item span.menu-name {
display: none;
position: absolute;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
#sidebar-wrapper .list-group {
width: 180px;
-webkit-transition: width .25s ease-out;
-moz-transition: width .25s ease-out;
-o-transition: width .25s ease-out;
transition: width .25s ease-out;
}
#sidebar-wrapper {
margin-left: 0;
width: 182px;
-webkit-transition: width .25s ease-out;
-moz-transition: width .25s ease-out;
-o-transition: width .25s ease-out;
transition: width .25s ease-out;
}
#page-content-wrapper {
min-width: 0;
width: 100%;
}
.nav-link {
padding: .5rem 1.6rem!important;
font-weight: 700!important;
}
.navbar-light .navbar-nav .nav-link {
color: var(--top_menu_primary);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: var(--top_menu_hover);
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: var(--top_menu_active);
}
.user_prof {
display:inline-block;
}
.user_prof img {
width:30px;
height:30px;
position:absolute;
}
.user_prof .user_meta p {
line-height: 1.1;
margin:0;
margin-left:36px;
font-size:12px;
}
.user_prof .user_meta p small{
font-weight: 600;
color:var(--menu_primary);
}
.user_prof .user_meta p span.method{
color:var(--menu_primary);
}
.cust-prof{
margin-top:-5px;
}
.cust_nav_border {
height:20px;
margin-top:10px;
width:1px;
border-left:1px solid var(--border_primary);
}
.left-cont,
.right-cont {
background:var(--bg_secondary);
padding-bottom:12px;
}
@media (min-width: 768px) {
.left-cont,
.right-cont {
min-height:100vh!important;
}
.left-cont{
border-right:2px solid var(--border_primary);
}
.right-cont{
border-left:2px solid var(--border_primary);
}
}
.dropdown-menu {
border-radius: 0;
border: 1px solid rgba(0,0,0,0);
margin: .58rem 0 0;
box-shadow:2px 2px 10px rgba(0,0,0,0.1);
}
.dropdown-menu a.dropdown-item {
font-weight:600!important;
color: var(--top_menu_primary)!important;
}
.dropdown-item.hover,
.dropdown-item:focus {
color: var(--top_menu_hover)!important;
background-color: rgba(255,255,255,0)!important;
}
.cont .header {
margin-top:20px;
width: 100%;
float:left;
}
.cont .header h6{
font-weight:600;
font-size:15px;
float:left;
}
.cont .header h6{
font-weight:600;
font-size:15px;
float:left;
}
.cont .header .right-links{
font-size:15px;
float:right;
}
.cont .header .right-links i{
margin-left:4px;
padding:4px;
color:var(--top_menu_primary);
cursor:pointer;
}
.cont .header .right-links i:hover{
color:var(--border_active);
}
.live-matches {
float:left;
width:100%;
border-radius:8px;
border:2px solid var(--border_primary);
padding:12px 0px;
margin-top:6px;
}
.live-matches .match{
float:left;
border-radius:50px;
border:1px solid var(--border_primary);
padding:10px 12px;
background:var(--bg_primary);
margin-top:6px;
margin-left:16px;
}
.live-matches .match.ht{
border-left:1px solid var(--border_active);
border-bottom:1px solid var(--border_active);
}
.live-matches .match.past-ht{
border-left:1px solid var(--border_active);
border-top:1px solid var(--border_active);
}
.live-matches .match img{
width:22px;
}
.live-matches .match .scores{
font-weight:900;
font-size:12px;
padding:6px 6px;
}
.live-matches .match .vs{
padding:2px 10px;
background:var(--bg_secondary);
position:absolute;
font-size:10px;
border-radius:20px;
margin-left:22px;
border:1px solid var(--border_primary);
font-weight:600;
box-shadow:2px 2px 6px var(--border_primary);
}
.live-matches .more{
float:left;
width:100%;
margin-top:6px;
margin-bottom:-12px;
}
.live-matches .more i{
padding:4px;
color:var(--top_menu_primary);
cursor:pointer;
}
.live-matches .more i:hover{
color:var(--border_active);
}
.standings {
float:left;
width:100%;
border-radius:8px;
border:2px solid var(--border_primary);
padding:0px;
margin-top:6px;
font-size:12px;
}
.standings .stitle{
width:100%;
float:left;
border-bottom:2px solid var(--border_primary);
padding:6px 12px;
font-weight:600;
margin-top:6px;
/* color:var(--border_active); */
}
.standings .stitle i{
float:right;
padding:0px 4px;
color:var(--top_menu_primary);
cursor:pointer;
font-size:16px;
}
.standings .stitle i:hover{
color:var(--border_active);
}
.sheader{
width:100%;
float:left;
/* border-bottom:2px solid var(--border_primary); */
color:var(--top_menu_primary);
background:var(--bg_primary);
}
.srow {
width:100%;
float:left;
font-weight:600;
}
.srow .sleft {
width:60%;
float:left;
padding:6px 12px;
}
.srow .sright {
width:40%;
float:right;
padding:6px 12px;
/* color:var(--border_active); */
text-align: right;
}
.srow .sright .scol{
display:inline-block;
width:20px;
padding:0px 10px;
text-align: right;
}
.steam {
width:100%;
float:left;
font-size:11px;
border-top:2px solid var(--border_primary);
}
.steam .srow .sleft img {
height: 14px;
margin-top:-4px;
margin-left:4px;
}
.text-grey {
color:var(--top_menu_primary);
}
.standings .more{
float:left;
width:100%;
/* margin-top:6px; */
margin-bottom:6px;
}
.standings .more i{
padding:4px;
color:var(--top_menu_primary);
cursor:pointer;
}
.standings .more i:hover{
color:var(--border_active);
} | 0.427038 | 0.033685 |
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
.input {
display: inline-block;
height: 30px;
line-height: 30px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
color: #555555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
input{
background: #eee;
border: 1px solid #ccc;
padding: 0 5px;
box-sizing: border-box;
}
select {
width: 220px;
background-color: #fff;
border: 1px solid #eee;
line-height: 30px;
}
button,
.button,
input[type="submit"]{
display: inline-block;
color: #333;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 3px;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 14px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
}
button.blue,
.button.blue,
input[type="submit"].blue{
background-color: #0067ab;
color: #eee;
}
.button a{
text-decoration: none;
}
.nav{
padding-left: 0;
margin: 20px 0;
overflow: hidden;
}
.nav ul{
overflow: hidden;
list-style: none;
}
.nav ul > li{
float: left;
padding-right: 10px;
position: relative;
display: block;
}
.nav ul > li.logout{
float: right;
padding-right: 0;
}
.nav li > a{
background-color: #0067ab;
color: #eee;
text-decoration: none;
position: relative;
display: block;
padding: 10px 15px;
border-radius: 4px;
}
table {
max-width: 100%;
background-color: #fff;
border-collapse: collapse;
border-spacing: 0;
}
.table {
width: 100%;
margin-bottom: 18px;
}
.table th {
font-weight: bold;
}
.table th, .table td {
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.error{
padding: 8px 35px 8px 14px;
margin: 0 12px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
border-radius: 4px;
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.error .error-msg{
font-weight: bold;
} | src/public/css/elements.css | select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
.input {
display: inline-block;
height: 30px;
line-height: 30px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
color: #555555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
input{
background: #eee;
border: 1px solid #ccc;
padding: 0 5px;
box-sizing: border-box;
}
select {
width: 220px;
background-color: #fff;
border: 1px solid #eee;
line-height: 30px;
}
button,
.button,
input[type="submit"]{
display: inline-block;
color: #333;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 3px;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 14px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
}
button.blue,
.button.blue,
input[type="submit"].blue{
background-color: #0067ab;
color: #eee;
}
.button a{
text-decoration: none;
}
.nav{
padding-left: 0;
margin: 20px 0;
overflow: hidden;
}
.nav ul{
overflow: hidden;
list-style: none;
}
.nav ul > li{
float: left;
padding-right: 10px;
position: relative;
display: block;
}
.nav ul > li.logout{
float: right;
padding-right: 0;
}
.nav li > a{
background-color: #0067ab;
color: #eee;
text-decoration: none;
position: relative;
display: block;
padding: 10px 15px;
border-radius: 4px;
}
table {
max-width: 100%;
background-color: #fff;
border-collapse: collapse;
border-spacing: 0;
}
.table {
width: 100%;
margin-bottom: 18px;
}
.table th {
font-weight: bold;
}
.table th, .table td {
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.error{
padding: 8px 35px 8px 14px;
margin: 0 12px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
border-radius: 4px;
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.error .error-msg{
font-weight: bold;
} | 0.321141 | 0.135632 |
/*services module*/
.cssClassImgWrapper{ display:block !important}
.cssImageWrapper,.cssItemImage{margin-right: 30px;float:left; width:25%;}
.cssServiceDesc,.cssDesc{ float:left; width:72%;}
.cssImageWrapper img,.cssItemImage img{ width:100%;}
.cssClassItems h3,.cssClassItems h3 a{ font-size:20px; margin-bottom:10px;}
.cssClassItems .sfButtonwrapper{ float:right;}
.cssClasstimewrap{ float:left; line-height:36px;}
.cssClassItems p{ font-size:14px; line-height:20px; margin-bottom:20px;}
.cssClassItems .sfButtonwrapper a, .cssServiceItemDetails .sfButtonwrapper a {}
.cssClassItems .sfButtonwrapper a:hover, .cssServiceItemDetails .sfButtonwrapper a:hover{ color:#fff;}
.cssServiceItemDetails .sfButtonwrapper a { float:left; margin-top:15px;}
.cssServiceItemWrapper .cssClassItems {margin: 30px 30px 0 0;float: left; background:#fff; border-bottom:solid 1px #ededed;border-right:solid 1px #ededed; padding:25px;width:48.7%;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing:border-box;/* Firefox, other Gecko */
box-sizing:border-box;}
#divFrontService li:last-child{ margin-right:0}
.cssClassAllService li{ min-height:240px; }
.cssClassService li{ padding:10px; float:left; padding:25px; border:solid 1px #efefef; margin-right:30px; width:218px;}
.cssClassService li a span{ font-size:20px; margin:10px 0;}
.cssClassService li a img{width:100%;}
.cssClassAllService li .cssClassImgWrapper img{ width:100%}
.cssClassAllService li .cssClassImgWrapper{ margin:0 0 10px 0}
.cssClassService li h3{ color:#910000; padding:12px 0 0 0; }
.cssClassService li h3 a{ display:block; text-align:center}
.cssClassService .cssClassImgWrapper img {width:80%;margin:10%;}
.cssClassService p{ color:#686868; text-transform:capitalize;}
.cssClassTimeList{ background:#fff!important; border:1px solid #ccc; width:200px!Important; padding:5px;}
.cssServiceTime{ font-weight:bold; margin:0 0 5px 0}
.cssClassTimeFrom span,.cssClassServiceDuration ul li span{ margin:0 0 0 5px;}
.cssClassServiceDuration{}
.cssClassServiceDuration ul li{ margin:5px 0;}
/* Services Appointment*/
.cssClassAppointmentBody{ color:#686868;}
.cssClassAppointmentHeading h2{margin-bottom:20px;}
.cssClassAppointmentBody tr td{ padding:5px;}
.cssClassAppointmentBody td span{ width:25%}
.cssClassAppointmentBody .sfListmenu{ min-width:210px;}
.cssClassAppointmentBody tr td label input{ margin-right:5px;}
.cssClassAppointmentBody tr td label{ margin:5px; font-size:14px;}
.cssClassServiceInfo,.cssClassPersonalInfo{ background:#ebeef1; font-size:18px; font-weight:bold; border-bottom:solid 3px #6fc25c;}
tr.cssClassServiceInfo td,tr.cssClassPersonalInfo td{ padding:10px;}
{background:#b3b3b3; display:block; color:#910000; padding:7px 0 7px 15px; margin-bottom:10px;}
.ssClassPaymentList b label{}
.cssServiceName,.cssServiceItemDetails,.cssClassAppointmentBody,.cssClassPaymentList{ display:block; clear:both; overflow:hidden; background:#fff; border-bottom:solid 1px #ededed;border-right:solid 1px #ededed; padding:25px;}
#tablePaymentDetails2Rcpt tr td,.PaymentSectionTable tr td{ border-bottom:solid 1px #ededed;padding:6px;}
.sfEdd{ background:#f8f8f8;}
.sfEmailSuccess{ color:#6fc25c;}
#divClickAway a{ line-height:26px;}
#divClickAway a:hover{ color:#fff;} | SageFrame/Modules/AspxCommerce/AspxServiceItems/css/ServiceItems.css | /*services module*/
.cssClassImgWrapper{ display:block !important}
.cssImageWrapper,.cssItemImage{margin-right: 30px;float:left; width:25%;}
.cssServiceDesc,.cssDesc{ float:left; width:72%;}
.cssImageWrapper img,.cssItemImage img{ width:100%;}
.cssClassItems h3,.cssClassItems h3 a{ font-size:20px; margin-bottom:10px;}
.cssClassItems .sfButtonwrapper{ float:right;}
.cssClasstimewrap{ float:left; line-height:36px;}
.cssClassItems p{ font-size:14px; line-height:20px; margin-bottom:20px;}
.cssClassItems .sfButtonwrapper a, .cssServiceItemDetails .sfButtonwrapper a {}
.cssClassItems .sfButtonwrapper a:hover, .cssServiceItemDetails .sfButtonwrapper a:hover{ color:#fff;}
.cssServiceItemDetails .sfButtonwrapper a { float:left; margin-top:15px;}
.cssServiceItemWrapper .cssClassItems {margin: 30px 30px 0 0;float: left; background:#fff; border-bottom:solid 1px #ededed;border-right:solid 1px #ededed; padding:25px;width:48.7%;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing:border-box;/* Firefox, other Gecko */
box-sizing:border-box;}
#divFrontService li:last-child{ margin-right:0}
.cssClassAllService li{ min-height:240px; }
.cssClassService li{ padding:10px; float:left; padding:25px; border:solid 1px #efefef; margin-right:30px; width:218px;}
.cssClassService li a span{ font-size:20px; margin:10px 0;}
.cssClassService li a img{width:100%;}
.cssClassAllService li .cssClassImgWrapper img{ width:100%}
.cssClassAllService li .cssClassImgWrapper{ margin:0 0 10px 0}
.cssClassService li h3{ color:#910000; padding:12px 0 0 0; }
.cssClassService li h3 a{ display:block; text-align:center}
.cssClassService .cssClassImgWrapper img {width:80%;margin:10%;}
.cssClassService p{ color:#686868; text-transform:capitalize;}
.cssClassTimeList{ background:#fff!important; border:1px solid #ccc; width:200px!Important; padding:5px;}
.cssServiceTime{ font-weight:bold; margin:0 0 5px 0}
.cssClassTimeFrom span,.cssClassServiceDuration ul li span{ margin:0 0 0 5px;}
.cssClassServiceDuration{}
.cssClassServiceDuration ul li{ margin:5px 0;}
/* Services Appointment*/
.cssClassAppointmentBody{ color:#686868;}
.cssClassAppointmentHeading h2{margin-bottom:20px;}
.cssClassAppointmentBody tr td{ padding:5px;}
.cssClassAppointmentBody td span{ width:25%}
.cssClassAppointmentBody .sfListmenu{ min-width:210px;}
.cssClassAppointmentBody tr td label input{ margin-right:5px;}
.cssClassAppointmentBody tr td label{ margin:5px; font-size:14px;}
.cssClassServiceInfo,.cssClassPersonalInfo{ background:#ebeef1; font-size:18px; font-weight:bold; border-bottom:solid 3px #6fc25c;}
tr.cssClassServiceInfo td,tr.cssClassPersonalInfo td{ padding:10px;}
{background:#b3b3b3; display:block; color:#910000; padding:7px 0 7px 15px; margin-bottom:10px;}
.ssClassPaymentList b label{}
.cssServiceName,.cssServiceItemDetails,.cssClassAppointmentBody,.cssClassPaymentList{ display:block; clear:both; overflow:hidden; background:#fff; border-bottom:solid 1px #ededed;border-right:solid 1px #ededed; padding:25px;}
#tablePaymentDetails2Rcpt tr td,.PaymentSectionTable tr td{ border-bottom:solid 1px #ededed;padding:6px;}
.sfEdd{ background:#f8f8f8;}
.sfEmailSuccess{ color:#6fc25c;}
#divClickAway a{ line-height:26px;}
#divClickAway a:hover{ color:#fff;} | 0.338514 | 0.042147 |
.add-item {
color: #fff;
font-weight: bolder; }
.link {
font-size: 12px;
cursor: pointer;
color: #aaa; }
.link i {
margin-right: 2px; }
.link:hover {
color: #fece06;
text-decoration: none; }
.dashboard {
position: relative;
background-color: #4b0; }
.dashboard .sidebar {
min-height: 100vh;
float: left;
position: relative;
width: 220px;
background-color: #222; }
.dashboard .sidebar .header {
background-color: #222;
text-align: center;
padding-top: 20px; }
.dashboard .sidebar .header .logo {
height: 75px;
width: 75px;
margin: 0 auto;
background-size: contain;
background-position: 50% 50%; }
.dashboard .sidebar .header .site-name {
text-transform: uppercase;
color: #ccc;
font-weight: bolder;
margin: 20px 0 0 0;
display: block; }
.dashboard .sidebar .header .profile {
height: 50px;
text-align: center; }
.dashboard .sidebar .header .profile .dropdown .profile-name {
color: #777; }
.dashboard .sidebar .header .profile .dropdown .profile-name:hover {
color: #fece06;
text-decoration: none; }
.dashboard .sidebar .create {
position: relative;
display: table;
height: 50px;
font-size: 13px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
color: #ddd;
margin-left: 20px; }
.dashboard .sidebar .create span {
display: table-cell;
padding-left: 25px;
vertical-align: middle; }
.dashboard .sidebar .create a {
position: absolute;
top: 2px;
display: table-cell;
font-size: 30px;
font-weight: 900;
vertical-align: middle; }
.dashboard .sidebar .create a:hover {
text-decoration: none;
color: #fece06; }
.dashboard .sidebar .list .apiary {
padding-left: 30px;
color: #aaa;
height: 30px;
cursor: pointer; }
.dashboard .sidebar .list .apiary:before {
content: '';
background-color: #fece06;
width: 5px;
height: 5px;
display: inline-block;
margin-right: 10px; }
.dashboard .sidebar .list .apiary:hover {
color: #222;
background-color: #fece06; }
.dashboard .sidebar .list .active {
color: #222;
background-color: #fece06; }
.dashboard .sidebar .apiary-info {
width: 220px;
height: 220px;
background-color: #222;
bottom: 0;
position: fixed; }
.dashboard .sidebar .apiary-info .title {
position: relative;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
color: #ddd;
margin-left: 20px; }
.dashboard .sidebar .apiary-info .field {
font-size: 13px;
padding-left: 25px;
color: #aaa;
margin-top: 5px; }
.dashboard .sidebar .apiary-info .field span {
margin-left: 5px; }
.dashboard .sidebar .apiary-info .options {
margin-top: 10px;
padding-left: 25px; }
.dashboard .sidebar .apiary-info .options .option {
font-size: 12px;
cursor: pointer;
color: #aaa;
margin-right: 5px; }
.dashboard .sidebar .apiary-info .options .option:hover {
color: #fece06;
text-decoration: none; }
.dashboard .content {
float: left;
height: 100%;
width: calc(100% - 220px); }
.dashboard .content .beehives-container {
padding-top: 37px;
width: 100%; }
.dashboard .content .beehives-container .beehive {
position: relative;
height: 35px;
width: 60.62px;
float: left;
margin-top: 18px; }
.dashboard .content .beehives-container .beehive a {
cursor: pointer;
display: block;
width: 100%;
height: 100%; }
.dashboard .content .beehives-container .beehive a svg {
position: absolute;
top: -18px; }
.dashboard .content .beehives-container .beehive a svg polygon:hover {
fill: #fece06; }
.dashboard .content .beehives-container .first {
margin-left: 30px; }
.dashboard .content .beehives-container .even {
height: 73px; }
.dashboard .content .beehives-container .even .beehive {
position: relative;
width: 130px;
height: 73px;
background-color: red;
float: left; }
.dashboard .content .beehives-container .even .beehive a {
margin-top: 50px;
cursor: pointer;
display: block;
width: 100%;
height: 100%; }
.dashboard .content .beehives-container .even .beehive a img {
position: absolute;
top: -37px;
width: 130px;
height: 150px; }
.dashboard .content .beehives-container .odd {
height: 73px;
margin-top: 37px;
margin-left: 65px; }
.dashboard .content .beehives-container .odd .beehive {
position: relative;
width: 130px;
height: 73px;
background-color: red;
float: left; }
.dashboard .content .beehives-container .odd .beehive a {
margin-top: 50px;
cursor: pointer;
display: block;
width: 100%;
height: 100%; }
.dashboard .content .beehives-container .odd .beehive a img {
position: absolute;
top: -37px;
width: 130px;
height: 150px; }
.dashboard .content .info-panel {
width: 100%;
height: 220px;
background-color: rgba(255, 255, 255, 0.5);
bottom: 0;
position: fixed; }
.dashboard .content .info-panel .create-beehive {
position: relative;
display: table;
font-size: 13px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
color: #222;
margin: 0 0 0 20px; }
.dashboard .content .info-panel .create-beehive span {
display: table-cell;
padding-left: 25px; }
.dashboard .content .info-panel .create-beehive a {
color: #777;
position: absolute;
top: -15px;
display: table-cell;
font-size: 30px;
font-weight: 900;
vertical-align: middle; }
.dashboard .content .info-panel .create-beehive a:hover {
text-decoration: none;
color: #fece06; }
.dashboard .content .info-panel .beehive-info {
margin-left: 20px; }
.dashboard .content .info-panel .beehive-info .field-display {
margin-top: 5px; }
.dashboard .content .info-panel .beehive-info .field-display .field-label {
display: inline-block; }
.dashboard .content .info-panel .beehive-info .field-display .field-info {
display: inline-block; }
.dashboard .content .info-panel .beehive-info .beehive-settings {
margin-top: 10px; }
.dashboard .content .info-panel .beehive-info .beehive-settings .link {
margin-right: 5px;
color: #222; }
.dashboard .content .info-panel .beehive-info .beehive-settings .link:hover {
color: #fece06; }
.dashboard .control-panel {
background-color: #4bb;
width: 200px;
float: right; }
/*------- modal -------*/
.modal-mask {
position: fixed;
z-index: 9998;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: table;
transition: opacity .3s ease; }
.modal-wrapper {
display: table-cell;
vertical-align: middle; }
.modal-container {
position: relative;
width: 554px;
height: 321px;
margin: 0px auto;
padding: 20px 30px;
background-color: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
transition: all .3s ease; }
.modal-container svg {
top: -160px;
left: 0;
position: absolute;
z-index: 0; }
.modal-container svg polygon {
fill: #fece06; }
.my-modal-header h3 {
position: relative;
z-index: 1;
margin-top: 0;
color: #222;
border-bottom: 0; }
.my-modal-body {
position: relative;
z-index: 1;
margin: 20px 0; }
.my-modal-footer {
position: relative;
z-index: 1;
margin: 20px 0; }
.confirm-button {
position: relative;
text-align: center;
font-weight: bolder;
display: inline-block;
margin: 0 auto;
text-transform: uppercase;
padding: 5px;
z-index: 1; }
.confirm-button button {
background-color: #fff;
border: 2px solid #222;
color: #222;
transition: all 0.2s ease-out; }
.confirm-button:hover button {
background-color: #222;
color: #fff;
transition: all 0.2s ease-in; }
/*
* the following styles are auto-applied to elements with
* v-transition="modal" when their visiblity is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/
.modal-enter, .modal-leave {
opacity: 0; }
.modal-enter .modal-container,
.modal-leave .modal-container {
transform: scale(1.1); }
/*# sourceMappingURL=app.css.map */ | public/css/app.css | .add-item {
color: #fff;
font-weight: bolder; }
.link {
font-size: 12px;
cursor: pointer;
color: #aaa; }
.link i {
margin-right: 2px; }
.link:hover {
color: #fece06;
text-decoration: none; }
.dashboard {
position: relative;
background-color: #4b0; }
.dashboard .sidebar {
min-height: 100vh;
float: left;
position: relative;
width: 220px;
background-color: #222; }
.dashboard .sidebar .header {
background-color: #222;
text-align: center;
padding-top: 20px; }
.dashboard .sidebar .header .logo {
height: 75px;
width: 75px;
margin: 0 auto;
background-size: contain;
background-position: 50% 50%; }
.dashboard .sidebar .header .site-name {
text-transform: uppercase;
color: #ccc;
font-weight: bolder;
margin: 20px 0 0 0;
display: block; }
.dashboard .sidebar .header .profile {
height: 50px;
text-align: center; }
.dashboard .sidebar .header .profile .dropdown .profile-name {
color: #777; }
.dashboard .sidebar .header .profile .dropdown .profile-name:hover {
color: #fece06;
text-decoration: none; }
.dashboard .sidebar .create {
position: relative;
display: table;
height: 50px;
font-size: 13px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
color: #ddd;
margin-left: 20px; }
.dashboard .sidebar .create span {
display: table-cell;
padding-left: 25px;
vertical-align: middle; }
.dashboard .sidebar .create a {
position: absolute;
top: 2px;
display: table-cell;
font-size: 30px;
font-weight: 900;
vertical-align: middle; }
.dashboard .sidebar .create a:hover {
text-decoration: none;
color: #fece06; }
.dashboard .sidebar .list .apiary {
padding-left: 30px;
color: #aaa;
height: 30px;
cursor: pointer; }
.dashboard .sidebar .list .apiary:before {
content: '';
background-color: #fece06;
width: 5px;
height: 5px;
display: inline-block;
margin-right: 10px; }
.dashboard .sidebar .list .apiary:hover {
color: #222;
background-color: #fece06; }
.dashboard .sidebar .list .active {
color: #222;
background-color: #fece06; }
.dashboard .sidebar .apiary-info {
width: 220px;
height: 220px;
background-color: #222;
bottom: 0;
position: fixed; }
.dashboard .sidebar .apiary-info .title {
position: relative;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
color: #ddd;
margin-left: 20px; }
.dashboard .sidebar .apiary-info .field {
font-size: 13px;
padding-left: 25px;
color: #aaa;
margin-top: 5px; }
.dashboard .sidebar .apiary-info .field span {
margin-left: 5px; }
.dashboard .sidebar .apiary-info .options {
margin-top: 10px;
padding-left: 25px; }
.dashboard .sidebar .apiary-info .options .option {
font-size: 12px;
cursor: pointer;
color: #aaa;
margin-right: 5px; }
.dashboard .sidebar .apiary-info .options .option:hover {
color: #fece06;
text-decoration: none; }
.dashboard .content {
float: left;
height: 100%;
width: calc(100% - 220px); }
.dashboard .content .beehives-container {
padding-top: 37px;
width: 100%; }
.dashboard .content .beehives-container .beehive {
position: relative;
height: 35px;
width: 60.62px;
float: left;
margin-top: 18px; }
.dashboard .content .beehives-container .beehive a {
cursor: pointer;
display: block;
width: 100%;
height: 100%; }
.dashboard .content .beehives-container .beehive a svg {
position: absolute;
top: -18px; }
.dashboard .content .beehives-container .beehive a svg polygon:hover {
fill: #fece06; }
.dashboard .content .beehives-container .first {
margin-left: 30px; }
.dashboard .content .beehives-container .even {
height: 73px; }
.dashboard .content .beehives-container .even .beehive {
position: relative;
width: 130px;
height: 73px;
background-color: red;
float: left; }
.dashboard .content .beehives-container .even .beehive a {
margin-top: 50px;
cursor: pointer;
display: block;
width: 100%;
height: 100%; }
.dashboard .content .beehives-container .even .beehive a img {
position: absolute;
top: -37px;
width: 130px;
height: 150px; }
.dashboard .content .beehives-container .odd {
height: 73px;
margin-top: 37px;
margin-left: 65px; }
.dashboard .content .beehives-container .odd .beehive {
position: relative;
width: 130px;
height: 73px;
background-color: red;
float: left; }
.dashboard .content .beehives-container .odd .beehive a {
margin-top: 50px;
cursor: pointer;
display: block;
width: 100%;
height: 100%; }
.dashboard .content .beehives-container .odd .beehive a img {
position: absolute;
top: -37px;
width: 130px;
height: 150px; }
.dashboard .content .info-panel {
width: 100%;
height: 220px;
background-color: rgba(255, 255, 255, 0.5);
bottom: 0;
position: fixed; }
.dashboard .content .info-panel .create-beehive {
position: relative;
display: table;
font-size: 13px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
color: #222;
margin: 0 0 0 20px; }
.dashboard .content .info-panel .create-beehive span {
display: table-cell;
padding-left: 25px; }
.dashboard .content .info-panel .create-beehive a {
color: #777;
position: absolute;
top: -15px;
display: table-cell;
font-size: 30px;
font-weight: 900;
vertical-align: middle; }
.dashboard .content .info-panel .create-beehive a:hover {
text-decoration: none;
color: #fece06; }
.dashboard .content .info-panel .beehive-info {
margin-left: 20px; }
.dashboard .content .info-panel .beehive-info .field-display {
margin-top: 5px; }
.dashboard .content .info-panel .beehive-info .field-display .field-label {
display: inline-block; }
.dashboard .content .info-panel .beehive-info .field-display .field-info {
display: inline-block; }
.dashboard .content .info-panel .beehive-info .beehive-settings {
margin-top: 10px; }
.dashboard .content .info-panel .beehive-info .beehive-settings .link {
margin-right: 5px;
color: #222; }
.dashboard .content .info-panel .beehive-info .beehive-settings .link:hover {
color: #fece06; }
.dashboard .control-panel {
background-color: #4bb;
width: 200px;
float: right; }
/*------- modal -------*/
.modal-mask {
position: fixed;
z-index: 9998;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: table;
transition: opacity .3s ease; }
.modal-wrapper {
display: table-cell;
vertical-align: middle; }
.modal-container {
position: relative;
width: 554px;
height: 321px;
margin: 0px auto;
padding: 20px 30px;
background-color: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
transition: all .3s ease; }
.modal-container svg {
top: -160px;
left: 0;
position: absolute;
z-index: 0; }
.modal-container svg polygon {
fill: #fece06; }
.my-modal-header h3 {
position: relative;
z-index: 1;
margin-top: 0;
color: #222;
border-bottom: 0; }
.my-modal-body {
position: relative;
z-index: 1;
margin: 20px 0; }
.my-modal-footer {
position: relative;
z-index: 1;
margin: 20px 0; }
.confirm-button {
position: relative;
text-align: center;
font-weight: bolder;
display: inline-block;
margin: 0 auto;
text-transform: uppercase;
padding: 5px;
z-index: 1; }
.confirm-button button {
background-color: #fff;
border: 2px solid #222;
color: #222;
transition: all 0.2s ease-out; }
.confirm-button:hover button {
background-color: #222;
color: #fff;
transition: all 0.2s ease-in; }
/*
* the following styles are auto-applied to elements with
* v-transition="modal" when their visiblity is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/
.modal-enter, .modal-leave {
opacity: 0; }
.modal-enter .modal-container,
.modal-leave .modal-container {
transform: scale(1.1); }
/*# sourceMappingURL=app.css.map */ | 0.417628 | 0.062646 |