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
body { padding: 10px; margin: 0; min-width: 300px; font-family: "Helvetica", "Arial", sans-serif; } span { line-height: 100%; } a { color: grey; } a:hover { color: black; } #cover-box { float: left; border-color: #FFC200; border-width: 2px; border-style: solid; border-radius: 5px; } #cover { border: none; width: 60px; height: 60px; cursor: hand; cursor: pointer; } #song.nosong { color: grey; } #song.nosong a { font-size: 12px; } #song { margin-left: 75px; } #artist { font-weight: bold; } #album { min-height: 25px; font-style: italic; color: #999; font-size: 80%; } #track { margin-top: 6px; font-size: 14px; } #bottom { margin-top: 10px; font-size: 11px; color: grey; } #scrobbling { float: left; } #lastfm-profile { float: right; } a.logout { display: inline-block; width: 10px; height: 10px; background: url('../img/logout.png') 0 0 no-repeat; margin-left: 4px; } a:hover.logout { background-position: 0 -10px; } a.loved, a.notloved { display: inline-block; width: 16px; height: 16px; background-image: url('../img/love.png'); background-repeat: no-repeat; } a.loved { background-position: 0 0; } a.notloved { background-position: 0 -16px; } a.play, a.pause { display: inline-block; width: 16px; height: 18; background-image: url('../img/play_pause.png'); background-repeat: no-repeat; } a.play { background-position: 0 0; } a.pause { background-position: 0 -19px; } #prev-btn { display: inline-block; width: 25px; height: 18px; background-image: url('../img/prev.png'); background-repeat: no-repeat; } #next-btn { display: inline-block; width: 25px; height: 18px; background-image: url('../img/next.png'); background-repeat: no-repeat; } .clear { clear: both; } .hidden { display: none; } #alert { font-size: 12px; border-bottom: 1px dotted #000; padding-bottom: 10px; margin-bottom: 10px; }
css/popup.css
body { padding: 10px; margin: 0; min-width: 300px; font-family: "Helvetica", "Arial", sans-serif; } span { line-height: 100%; } a { color: grey; } a:hover { color: black; } #cover-box { float: left; border-color: #FFC200; border-width: 2px; border-style: solid; border-radius: 5px; } #cover { border: none; width: 60px; height: 60px; cursor: hand; cursor: pointer; } #song.nosong { color: grey; } #song.nosong a { font-size: 12px; } #song { margin-left: 75px; } #artist { font-weight: bold; } #album { min-height: 25px; font-style: italic; color: #999; font-size: 80%; } #track { margin-top: 6px; font-size: 14px; } #bottom { margin-top: 10px; font-size: 11px; color: grey; } #scrobbling { float: left; } #lastfm-profile { float: right; } a.logout { display: inline-block; width: 10px; height: 10px; background: url('../img/logout.png') 0 0 no-repeat; margin-left: 4px; } a:hover.logout { background-position: 0 -10px; } a.loved, a.notloved { display: inline-block; width: 16px; height: 16px; background-image: url('../img/love.png'); background-repeat: no-repeat; } a.loved { background-position: 0 0; } a.notloved { background-position: 0 -16px; } a.play, a.pause { display: inline-block; width: 16px; height: 18; background-image: url('../img/play_pause.png'); background-repeat: no-repeat; } a.play { background-position: 0 0; } a.pause { background-position: 0 -19px; } #prev-btn { display: inline-block; width: 25px; height: 18px; background-image: url('../img/prev.png'); background-repeat: no-repeat; } #next-btn { display: inline-block; width: 25px; height: 18px; background-image: url('../img/next.png'); background-repeat: no-repeat; } .clear { clear: both; } .hidden { display: none; } #alert { font-size: 12px; border-bottom: 1px dotted #000; padding-bottom: 10px; margin-bottom: 10px; }
0.318591
0.117319
body { background: white; } h1,h2,h3,h4,h5,h6 { color: black; font-family: 'Open Sans', sans-serif; } thead tr td p { color: #c00; } /*-------- header ---------- */ .navbar-header a { font-family: 'Open Sans', sans-serif; } .navbar { background: white; margin: 0px; } .jumbotron { position: relative; width: 100%; height: 100%; background-size: cover; overflow: hidden; opacity: 0.8; margin: 0; } .jumbotron p { color: #c00; text-shadow: 1px 1px #333, 2px 2px #333, 3px 3px #333; font-size: 28pt; } .jumbotron h1 { color: #09c; text-shadow: 1px 1px #333, 2px 2px #333, 3px 3px #333; font-size: 72pt; } /* -------- store ------- */ /* img { height: 250px; width: 250px; display: block; padding: 10px; } #panelproducto { border-style: inset; border-radius: 5px; padding: 25px; margin: 50px; font-size: 20pt; } #panelinfo { padding: 10px; font-size: 16pt; } */ #products { position: relative; max-width: 100%; width: 100%; } img { width: 200px; max-width: 100%; height: auto; } /* .white-panel { position: absolute; background: white; box-shadow: 0px 1px 2px rgba(0,0,0,0.3); padding: 10px; } .white-panel h1 { font-size: 1em; } .white-panel h1 a { color: #A92733; } .white-panel:hover { box-shadow: 1px 1px 10px rgba(0,0,0,0.5); margin-top: -5px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } */ /*carrusel*/ .carousel-inner img { width: 100%; /* Set width to 100% */ margin: auto; min-height:200px; } /* Hide the carousel text when the screen is less than 600 pixels wide */ @media (max-width: 600px) { .carousel-caption { display: none; } } /* carrusel producto */ /**carrito*/ .monto { font-size: 16pt; } /* ----- footer ----- */ footer { background: black; text-align: center; } footer p { color: gray; text-align: justify; } .img-rounded { } ul.redes li { display: inline-block; } ul.redes li a { color: red; } .avatar { border: 5px solid red; border-radius:50%; float: left; height: 100px; width: 100px; } /* footer { background-color: #222; position: relative; margin-bottom: -350px; display: inline-block; height: 300px; } #imagenperfil { border-radius: 3em; border-color: #c00; border-width: 5px; border-style: solid; width: 75px; height: 75px; float: left; padding: 0px; } .divfooter { padding: 50px; } .divfooter p { color: #cc0000; } #socialnetworks i { color: white; float: left; padding: 1px; } */
public/css/estilo.css
body { background: white; } h1,h2,h3,h4,h5,h6 { color: black; font-family: 'Open Sans', sans-serif; } thead tr td p { color: #c00; } /*-------- header ---------- */ .navbar-header a { font-family: 'Open Sans', sans-serif; } .navbar { background: white; margin: 0px; } .jumbotron { position: relative; width: 100%; height: 100%; background-size: cover; overflow: hidden; opacity: 0.8; margin: 0; } .jumbotron p { color: #c00; text-shadow: 1px 1px #333, 2px 2px #333, 3px 3px #333; font-size: 28pt; } .jumbotron h1 { color: #09c; text-shadow: 1px 1px #333, 2px 2px #333, 3px 3px #333; font-size: 72pt; } /* -------- store ------- */ /* img { height: 250px; width: 250px; display: block; padding: 10px; } #panelproducto { border-style: inset; border-radius: 5px; padding: 25px; margin: 50px; font-size: 20pt; } #panelinfo { padding: 10px; font-size: 16pt; } */ #products { position: relative; max-width: 100%; width: 100%; } img { width: 200px; max-width: 100%; height: auto; } /* .white-panel { position: absolute; background: white; box-shadow: 0px 1px 2px rgba(0,0,0,0.3); padding: 10px; } .white-panel h1 { font-size: 1em; } .white-panel h1 a { color: #A92733; } .white-panel:hover { box-shadow: 1px 1px 10px rgba(0,0,0,0.5); margin-top: -5px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } */ /*carrusel*/ .carousel-inner img { width: 100%; /* Set width to 100% */ margin: auto; min-height:200px; } /* Hide the carousel text when the screen is less than 600 pixels wide */ @media (max-width: 600px) { .carousel-caption { display: none; } } /* carrusel producto */ /**carrito*/ .monto { font-size: 16pt; } /* ----- footer ----- */ footer { background: black; text-align: center; } footer p { color: gray; text-align: justify; } .img-rounded { } ul.redes li { display: inline-block; } ul.redes li a { color: red; } .avatar { border: 5px solid red; border-radius:50%; float: left; height: 100px; width: 100px; } /* footer { background-color: #222; position: relative; margin-bottom: -350px; display: inline-block; height: 300px; } #imagenperfil { border-radius: 3em; border-color: #c00; border-width: 5px; border-style: solid; width: 75px; height: 75px; float: left; padding: 0px; } .divfooter { padding: 50px; } .divfooter p { color: #cc0000; } #socialnetworks i { color: white; float: left; padding: 1px; } */
0.244995
0.064065
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot?29cp5u'); src: url('../fonts/icomoon.eot?29cp5u#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?29cp5u') format('truetype'), url('../fonts/icomoon.woff?29cp5u') format('woff'), url('../fonts/icomoon.svg?29cp5u#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-ageofproperty:before { content: "\e91b"; } .icon-req:before { content: "\e91d"; } .icon-left-arrow:before { content: "\e919"; } .icon-right-arrow:before { content: "\e91a"; } .icon-start-date:before { content: "\e918"; } .icon-bids:before { content: "\e917"; } .icon-sorting:before { content: "\e91c"; } .icon-cross:before { content: "\e90f"; } .icon-refresh:before { content: "\e916"; } .icon-filter:before { content: "\e91f"; } .icon-down:before { content: "\e901"; } .icon-rating:before { content: "\e907"; } .icon-area:before { content: "\e900"; } .icon-calender:before { content: "\e902"; } .icon-check:before { content: "\e903"; } .icon-date:before { content: "\e904"; } .icon-delete:before { content: "\e905"; } .icon-dollar:before { content: "\e906"; } .icon-edit:before { content: "\e908"; } .icon-filter:before { content: "\e909"; } .icon-heart:before { content: "\e90a"; } .icon-home:before { content: "\e90b"; } .icon-license:before { content: "\e90c"; } .icon-map-pin:before { content: "\e90d"; } .icon-notification:before { content: "\e90e"; } .icon-search:before { content: "\e915"; } .icon-smiley:before { content: "\e910"; } .icon-target:before { content: "\e911"; } .icon-time:before { content: "\e912"; } .icon-verify:before { content: "\e913"; } .icon-view:before { content: "\e914"; }
public/css/icomoon.css
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot?29cp5u'); src: url('../fonts/icomoon.eot?29cp5u#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?29cp5u') format('truetype'), url('../fonts/icomoon.woff?29cp5u') format('woff'), url('../fonts/icomoon.svg?29cp5u#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-ageofproperty:before { content: "\e91b"; } .icon-req:before { content: "\e91d"; } .icon-left-arrow:before { content: "\e919"; } .icon-right-arrow:before { content: "\e91a"; } .icon-start-date:before { content: "\e918"; } .icon-bids:before { content: "\e917"; } .icon-sorting:before { content: "\e91c"; } .icon-cross:before { content: "\e90f"; } .icon-refresh:before { content: "\e916"; } .icon-filter:before { content: "\e91f"; } .icon-down:before { content: "\e901"; } .icon-rating:before { content: "\e907"; } .icon-area:before { content: "\e900"; } .icon-calender:before { content: "\e902"; } .icon-check:before { content: "\e903"; } .icon-date:before { content: "\e904"; } .icon-delete:before { content: "\e905"; } .icon-dollar:before { content: "\e906"; } .icon-edit:before { content: "\e908"; } .icon-filter:before { content: "\e909"; } .icon-heart:before { content: "\e90a"; } .icon-home:before { content: "\e90b"; } .icon-license:before { content: "\e90c"; } .icon-map-pin:before { content: "\e90d"; } .icon-notification:before { content: "\e90e"; } .icon-search:before { content: "\e915"; } .icon-smiley:before { content: "\e910"; } .icon-target:before { content: "\e911"; } .icon-time:before { content: "\e912"; } .icon-verify:before { content: "\e913"; } .icon-view:before { content: "\e914"; }
0.276788
0.101012
body { margin-top: 100px; background-image: url('../img/fondo_2.jpeg'); background-size: 100% 100%; background-attachment: fixed; } @media(min-width:768px) { body { margin-top: 50px; background-image: url('../img/fondo_2.jpeg'); background-size: 100% 100%; background-attachment: fixed; } } #wrapper { padding-left: 0; } #page-wrapper { width: 100%; padding: 0; } .huge { font-size: 50px; line-height: normal; } @media(min-width:768px) { #wrapper { padding-left: 225px; } #page-wrapper { padding: 10px; } } /* Top Navigation */ .top-nav { padding: 0 15px; } .top-nav>li { display: inline-block; float: left; } .top-nav>li>a { padding-top: 15px; padding-bottom: 15px; line-height: 20px; color: #999; } .top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus { color: #fff; background-color: #000; } .top-nav>.open>.dropdown-menu { float: left; position: absolute; margin-top: 0; border: 1px solid rgba(0,0,0,.15); border-top-left-radius: 0; border-top-right-radius: 0; background-color: #fff; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .top-nav>.open>.dropdown-menu>li>a { white-space: normal; } ul.message-dropdown { padding: 0; max-height: 250px; overflow-x: hidden; overflow-y: auto; } li.message-preview { width: 275px; border-bottom: 1px solid rgba(0,0,0,.15); } li.message-preview>a { padding-top: 15px; padding-bottom: 15px; } li.message-footer { margin: 5px 0; } ul.alert-dropdown { width: 200px; } /* Side Navigation */ @media(min-width:768px) { .side-nav { position: fixed; top: 51px; left: 225px; width: 225px; margin-left: -225px; border: none; border-radius: 0; overflow-y: auto; background-color: #222; bottom: 0; overflow-x: hidden; padding-bottom: 40px; } .side-nav>li>a { width: 225px; } .side-nav li a:hover, .side-nav li a:focus { outline: none; background-color: #000 !important; } } .side-nav>li>ul { padding: 0; } .side-nav>li>ul>li>a { display: block; padding: 10px 15px 10px 38px; text-decoration: none; color: #999; } .side-nav>li>ul>li>a:hover { color: #fff; } /* Flot Chart Containers */ .flot-chart { display: block; height: 400px; } .flot-chart-content { width: 100%; height: 100%; } /* Custom Colored Panels */ .huge { font-size: 40px; } .panel-green { border-color: #5cb85c; } .panel-green > .panel-heading { border-color: #5cb85c; color: #fff; background-color: #5cb85c; } .panel-green > a { color: #5cb85c; } .panel-green > a:hover { color: #3d8b3d; } .panel-red { border-color: #d9534f; } .panel-red > .panel-heading { border-color: #d9534f; color: #fff; background-color: #d9534f; } .panel-red > a { color: #d9534f; } .panel-red > a:hover { color: #b52b27; } .panel-yellow { border-color: #f0ad4e; } .panel-yellow > .panel-heading { border-color: #f0ad4e; color: #fff; background-color: #f0ad4e; } .panel-yellow > a { color: #f0ad4e; } .panel-yellow > a:hover { color: #df8a13; } /* NUEVO */ /*----------------------- MENÚ -----------------------*/ /* IMAGEN ADMINISTRADOR (MENÚ HORIZONTAL) */ .menuUsuario{ margin-top: -8px; width: 30px; height: 30px; } /* IMAGEN AURELIS (MENÚ VERTICAL) */ .aurelis{ background-color: rgb(38,50,56); background-size: 100% 100%; background-position: center; pointer-events:none; } /* LINEAS DE DIVISION EN EL MENU VERTICAL */ .NavLateralDivider { height: 0 !important; width: 100% !important; background-color: transparent; border: none; border-top: 1px solid rgba(0,0,0,0.9); border-bottom: 1px solid rgba(255,255,255,0.08); margin: 0 auto !important; } /*----------------------- TABLAS -----------------------*/ /* PARA BAJAR LA TABLA (margin-top) */ .table{ margin-top: 2%; } /* ALINEAR TEXTO DEL ENCABEZADO DE LA TABLA */ th,td{ text-align: center; } /*----------------------- BOTONES GENERALES -----------------------*/ /* ALINEA BOTÓN (nuevo cliente) */ .btnNuevoC{ margin-top: 8%; } /*----------------------- MODAL -----------------------*/ /* PARA BAJAR LOS MODALES */ .modal-dialog { width: 600px; margin: 100px auto !important; } /* LETRAS COLOR BLANCO PARA EL TITULO DE LOS MODALES*/ .modal-title{ color: white !important; } /* BOTÓN CLOSE (TITULO) DE LOS MODALES DE COLOR BLACO*/ button.close{ color: white !important; } /* IMAGEN CLIENTE (modalNuevoC) */ .imgCliente { margin-top: -5px; width: 70px; height: 70px; margin-left: 30%; } /*----------------------- FOOTER -----------------------*/ /* CSS PARA LINEAS DE DIVISION PARA EL FOOTER */ .footerDivider { height: 0 !important; width: 100% !important; background-color: transparent; border: none; border-top: 1px solid rgba(0,0,0,0.9); border-bottom: 1px solid rgba(255,255,255,0.08); margin: 6px auto !important; }
css/estiloAurelis.css
body { margin-top: 100px; background-image: url('../img/fondo_2.jpeg'); background-size: 100% 100%; background-attachment: fixed; } @media(min-width:768px) { body { margin-top: 50px; background-image: url('../img/fondo_2.jpeg'); background-size: 100% 100%; background-attachment: fixed; } } #wrapper { padding-left: 0; } #page-wrapper { width: 100%; padding: 0; } .huge { font-size: 50px; line-height: normal; } @media(min-width:768px) { #wrapper { padding-left: 225px; } #page-wrapper { padding: 10px; } } /* Top Navigation */ .top-nav { padding: 0 15px; } .top-nav>li { display: inline-block; float: left; } .top-nav>li>a { padding-top: 15px; padding-bottom: 15px; line-height: 20px; color: #999; } .top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus { color: #fff; background-color: #000; } .top-nav>.open>.dropdown-menu { float: left; position: absolute; margin-top: 0; border: 1px solid rgba(0,0,0,.15); border-top-left-radius: 0; border-top-right-radius: 0; background-color: #fff; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .top-nav>.open>.dropdown-menu>li>a { white-space: normal; } ul.message-dropdown { padding: 0; max-height: 250px; overflow-x: hidden; overflow-y: auto; } li.message-preview { width: 275px; border-bottom: 1px solid rgba(0,0,0,.15); } li.message-preview>a { padding-top: 15px; padding-bottom: 15px; } li.message-footer { margin: 5px 0; } ul.alert-dropdown { width: 200px; } /* Side Navigation */ @media(min-width:768px) { .side-nav { position: fixed; top: 51px; left: 225px; width: 225px; margin-left: -225px; border: none; border-radius: 0; overflow-y: auto; background-color: #222; bottom: 0; overflow-x: hidden; padding-bottom: 40px; } .side-nav>li>a { width: 225px; } .side-nav li a:hover, .side-nav li a:focus { outline: none; background-color: #000 !important; } } .side-nav>li>ul { padding: 0; } .side-nav>li>ul>li>a { display: block; padding: 10px 15px 10px 38px; text-decoration: none; color: #999; } .side-nav>li>ul>li>a:hover { color: #fff; } /* Flot Chart Containers */ .flot-chart { display: block; height: 400px; } .flot-chart-content { width: 100%; height: 100%; } /* Custom Colored Panels */ .huge { font-size: 40px; } .panel-green { border-color: #5cb85c; } .panel-green > .panel-heading { border-color: #5cb85c; color: #fff; background-color: #5cb85c; } .panel-green > a { color: #5cb85c; } .panel-green > a:hover { color: #3d8b3d; } .panel-red { border-color: #d9534f; } .panel-red > .panel-heading { border-color: #d9534f; color: #fff; background-color: #d9534f; } .panel-red > a { color: #d9534f; } .panel-red > a:hover { color: #b52b27; } .panel-yellow { border-color: #f0ad4e; } .panel-yellow > .panel-heading { border-color: #f0ad4e; color: #fff; background-color: #f0ad4e; } .panel-yellow > a { color: #f0ad4e; } .panel-yellow > a:hover { color: #df8a13; } /* NUEVO */ /*----------------------- MENÚ -----------------------*/ /* IMAGEN ADMINISTRADOR (MENÚ HORIZONTAL) */ .menuUsuario{ margin-top: -8px; width: 30px; height: 30px; } /* IMAGEN AURELIS (MENÚ VERTICAL) */ .aurelis{ background-color: rgb(38,50,56); background-size: 100% 100%; background-position: center; pointer-events:none; } /* LINEAS DE DIVISION EN EL MENU VERTICAL */ .NavLateralDivider { height: 0 !important; width: 100% !important; background-color: transparent; border: none; border-top: 1px solid rgba(0,0,0,0.9); border-bottom: 1px solid rgba(255,255,255,0.08); margin: 0 auto !important; } /*----------------------- TABLAS -----------------------*/ /* PARA BAJAR LA TABLA (margin-top) */ .table{ margin-top: 2%; } /* ALINEAR TEXTO DEL ENCABEZADO DE LA TABLA */ th,td{ text-align: center; } /*----------------------- BOTONES GENERALES -----------------------*/ /* ALINEA BOTÓN (nuevo cliente) */ .btnNuevoC{ margin-top: 8%; } /*----------------------- MODAL -----------------------*/ /* PARA BAJAR LOS MODALES */ .modal-dialog { width: 600px; margin: 100px auto !important; } /* LETRAS COLOR BLANCO PARA EL TITULO DE LOS MODALES*/ .modal-title{ color: white !important; } /* BOTÓN CLOSE (TITULO) DE LOS MODALES DE COLOR BLACO*/ button.close{ color: white !important; } /* IMAGEN CLIENTE (modalNuevoC) */ .imgCliente { margin-top: -5px; width: 70px; height: 70px; margin-left: 30%; } /*----------------------- FOOTER -----------------------*/ /* CSS PARA LINEAS DE DIVISION PARA EL FOOTER */ .footerDivider { height: 0 !important; width: 100% !important; background-color: transparent; border: none; border-top: 1px solid rgba(0,0,0,0.9); border-bottom: 1px solid rgba(255,255,255,0.08); margin: 6px auto !important; }
0.416085
0.078784
body,html{ height: 100%; } /* remove outer padding */ .main .row{ padding: 0px; margin: 0px; } /*Remove rounded coners*/ nav.sidebar.navbar { border-radius: 0px; } nav.sidebar, .main{ -webkit-transition: margin 200ms ease-out; -moz-transition: margin 200ms ease-out; -o-transition: margin 200ms ease-out; transition: margin 200ms ease-out; } /* Add gap to nav and right windows.*/ .main{ padding: 10px 10px 0 10px; } /* .....NavBar: Icon only with coloring/layout.....*/ /*small/medium side display*/ @media (min-width: 768px) { /*Allow main to be next to Nav*/ .main{ position: absolute; width: calc(100% - 40px); /*keeps 100% minus nav size*/ margin-left: 40px; float: right; } /*lets nav bar to be showed on mouseover*/ nav.sidebar:hover + .main{ margin-left: 200px; } /*Center Brand*/ nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0px; } /*Center Brand*/ nav.sidebar .navbar-brand, nav.sidebar .navbar-header{ text-align: center; width: 100%; margin-left: 0px; } /*Center Icons*/ nav.sidebar a{ padding-right: 13px; } /*adds border top to first nav box */ nav.sidebar .navbar-nav > li:first-child{ border-top: none; } /*adds border to bottom nav boxes*/ nav.sidebar .navbar-nav > li{ border-bottom: none; } /* Colors/style dropdown box*/ nav.sidebar .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } /*allows nav box to use 100% width*/ nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{ padding: 0 0px 0 0px; } /*colors dropdown box text */ .navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #777; } /*gives sidebar width/height*/ nav.sidebar{ width: 300px; height: 100%; margin-left: -160px; float: left; z-index: 8000; margin-bottom: 0px; } /*give sidebar 100% width;*/ nav.sidebar li { width: 100%; } /* Move nav to full on mouse over*/ nav.sidebar:hover{ margin-left: 0px; } /*for hiden things when navbar hidden*/ .forAnimate{ opacity: 0; } } /* .....NavBar: Fully showing nav bar..... */ @media (min-width: 1330px) { /*Allow main to be next to Nav*/ .main{ width: calc(100% - 200px); /*keeps 100% minus nav size*/ margin-left: 200px; } /*Show all nav*/ nav.sidebar{ margin-left: 0px; float: left; } /*Show hidden items on nav*/ nav.sidebar .forAnimate{ opacity: 1; } } nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus { color: #CCC; background-color: transparent; } nav:hover .forAnimate{ opacity: 1; } section{ padding-left: 15px; } .navbar{ margin-bottom: 0; } .jumbotron{ padding: 0; } .jumbotron p{ margin-top: 30px; } #column-set{ padding-right: 0; } #main-container{ margin-top: 50px; } #main-container-show{ margin-top: 72px; } .carousel{ margin-bottom: 0; } .carousel-caption{ background-color: rgba(0,0,0,0.5); } #table-game{ background-color: #000033; color: white; } #table-standings{ background-color: #0d3625; color: white; } #time-set{ color: #00ffff; } #day-set{ color: #ffe066; } #table-game tbody tr:hover td, .table-hover tbody tr:hover th { background-color: black; } #table-standings tbody tr:hover td, .table-hover tbody tr:hover th { background-color: black; } #table-game > thead > tr, #table-game > thead > tr, #table-game > tbody > tr, #table-game > tbody > tr, #table-game > tfoot > tr, #table-game > tfoot > tr { border-top: 3px solid #ddd; } .polaroid { width: 250px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align: center; } #table-bests{ background-color: darkkhaki; color: white; } #table-bests tbody tr:hover td, .table-hover tbody tr:hover th { background-color: saddlebrown; } #table-bests-head{ background-color: saddlebrown; } #club-container{ margin-bottom: 18px; } .navbar-default{ border-radius: 0; } .navbar-nav > li > a{ padding-right: 10px; padding-left: 10px; }
public/css/mine.css
body,html{ height: 100%; } /* remove outer padding */ .main .row{ padding: 0px; margin: 0px; } /*Remove rounded coners*/ nav.sidebar.navbar { border-radius: 0px; } nav.sidebar, .main{ -webkit-transition: margin 200ms ease-out; -moz-transition: margin 200ms ease-out; -o-transition: margin 200ms ease-out; transition: margin 200ms ease-out; } /* Add gap to nav and right windows.*/ .main{ padding: 10px 10px 0 10px; } /* .....NavBar: Icon only with coloring/layout.....*/ /*small/medium side display*/ @media (min-width: 768px) { /*Allow main to be next to Nav*/ .main{ position: absolute; width: calc(100% - 40px); /*keeps 100% minus nav size*/ margin-left: 40px; float: right; } /*lets nav bar to be showed on mouseover*/ nav.sidebar:hover + .main{ margin-left: 200px; } /*Center Brand*/ nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0px; } /*Center Brand*/ nav.sidebar .navbar-brand, nav.sidebar .navbar-header{ text-align: center; width: 100%; margin-left: 0px; } /*Center Icons*/ nav.sidebar a{ padding-right: 13px; } /*adds border top to first nav box */ nav.sidebar .navbar-nav > li:first-child{ border-top: none; } /*adds border to bottom nav boxes*/ nav.sidebar .navbar-nav > li{ border-bottom: none; } /* Colors/style dropdown box*/ nav.sidebar .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } /*allows nav box to use 100% width*/ nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{ padding: 0 0px 0 0px; } /*colors dropdown box text */ .navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #777; } /*gives sidebar width/height*/ nav.sidebar{ width: 300px; height: 100%; margin-left: -160px; float: left; z-index: 8000; margin-bottom: 0px; } /*give sidebar 100% width;*/ nav.sidebar li { width: 100%; } /* Move nav to full on mouse over*/ nav.sidebar:hover{ margin-left: 0px; } /*for hiden things when navbar hidden*/ .forAnimate{ opacity: 0; } } /* .....NavBar: Fully showing nav bar..... */ @media (min-width: 1330px) { /*Allow main to be next to Nav*/ .main{ width: calc(100% - 200px); /*keeps 100% minus nav size*/ margin-left: 200px; } /*Show all nav*/ nav.sidebar{ margin-left: 0px; float: left; } /*Show hidden items on nav*/ nav.sidebar .forAnimate{ opacity: 1; } } nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus { color: #CCC; background-color: transparent; } nav:hover .forAnimate{ opacity: 1; } section{ padding-left: 15px; } .navbar{ margin-bottom: 0; } .jumbotron{ padding: 0; } .jumbotron p{ margin-top: 30px; } #column-set{ padding-right: 0; } #main-container{ margin-top: 50px; } #main-container-show{ margin-top: 72px; } .carousel{ margin-bottom: 0; } .carousel-caption{ background-color: rgba(0,0,0,0.5); } #table-game{ background-color: #000033; color: white; } #table-standings{ background-color: #0d3625; color: white; } #time-set{ color: #00ffff; } #day-set{ color: #ffe066; } #table-game tbody tr:hover td, .table-hover tbody tr:hover th { background-color: black; } #table-standings tbody tr:hover td, .table-hover tbody tr:hover th { background-color: black; } #table-game > thead > tr, #table-game > thead > tr, #table-game > tbody > tr, #table-game > tbody > tr, #table-game > tfoot > tr, #table-game > tfoot > tr { border-top: 3px solid #ddd; } .polaroid { width: 250px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align: center; } #table-bests{ background-color: darkkhaki; color: white; } #table-bests tbody tr:hover td, .table-hover tbody tr:hover th { background-color: saddlebrown; } #table-bests-head{ background-color: saddlebrown; } #club-container{ margin-bottom: 18px; } .navbar-default{ border-radius: 0; } .navbar-nav > li > a{ padding-right: 10px; padding-left: 10px; }
0.452052
0.048428
*, *:before, *:after { box-sizing: border-box; } div#preloader { position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; height: 100%; overflow: visible; background: #fff url('../img/carousel/car.gif') no-repeat center center; } body{ overflow: hidden; padding: 0; margin: 0; font-family: 'Raleway', sans-serif; } .body { background-image:url('../img/comprar/comprar.jpg') ; background-repeat: no-repeat; background-position: center center; background-size: cover; object-fit: cover; position: relative; width: 100%; height: 100vh; -webkit-transition:all 2s ease; /* Safari y Chrome */ -moz-transition:all 2s ease; /* Firefox */ -o-transition:all 2s ease; /* IE 9 */ -ms-transition:all 2s ease; /* Opera */ } .body:hover{ -webkit-transform:scale(1.02); -moz-transform:scale(1.02); -ms-transform:scale(1.02); -o-transform:scale(1.02); transform:scale(1.02); } .body-after{ position: absolute; top: 0 !important; left: 0 !important; margin: 0; width: 100%; height: 100vh; background-color: rgba(8, 8, 8, 0.664); z-index: 2; } a { text-decoration: none; color: #1aa0a5; -webkit-transition: 0.5s ease; transition: 0.5s ease; } a:hover { color: #1aa0a5; } .form { background: rgb(255, 255, 255); padding: 40px; max-width: 600px; margin: auto; border-radius: 4px; } header{ padding: 20px 40px; } #imagen-logo{ width: 200px; } #flex-titulo { display: inline-block; font-size: 40px; font-weight: 600; margin-top: -5px; margin-bottom: 40px; position: relative; text-transform: capitalize; text-align: center !important; } #signup{ text-align: center; } .tab-group { list-style: none; padding: 0; margin: 0 0 40px 0; } .tab-group:after { content: ""; display: table; clear: both; } .tab-group li a { display: block; text-decoration: none; padding: 15px; background: rgba(211, 211, 211, 0.972); color: #0a0a0a; font-size: 16px; float: left; width: 50%; text-align: center; text-transform: uppercase; cursor: pointer; -webkit-transition: 0.5s ease; transition: 0.5s ease; } .tab-group li a:hover { background: #1aa0a5; color: #ffffff; } .tab-group .active a { background: #1aa0a5; color: #ffffff; } .tab-content > div:last-child { display: none; } input, textarea { font-size: 18px; display: block; width: 100%; height: 100%; padding: 10px 10px; background: none; background-image: none; border: 1px solid #a0b3b0; color: #141414; border-radius: 0; -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease; transition: border-color 0.25s ease, box-shadow 0.25s ease; } input:focus, textarea:focus { outline: 0; border-color: #1aa0a5; } textarea { border: 2px solid #a0b3b0; resize: vertical; } .field-wrap { position: relative; margin-bottom: 30px; } .top-row:after { content: ""; display: table; clear: both; } .top-row > div { float: left; width: 48%; margin-right: 4%; } .top-row > div:last-child { margin: 0; } .button{ background: #1aa0a5 none repeat scroll 0 0; border: 1px solid rgb(255, 255, 255); border-radius: 25px; color: rgb(255, 255, 255); cursor: pointer; display: inline-block; font-size: 14px; font-weight: 500; margin: 0 4px; padding: 18px 25px; text-transform: capitalize; transition: all 0.3s ease 0s; margin-top: 20px; } .button:hover{ background-color: transparent; border: 1px solid #1aa0a5; color: rgb(26, 25, 25); } .button-block { display: block; width: 30%; } #ver_credenciales{ text-align: left !important; color: #1aa0a5; cursor: pointer; } .container{ display: none; cursor: pointer; }
public/css/login.css
*, *:before, *:after { box-sizing: border-box; } div#preloader { position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; height: 100%; overflow: visible; background: #fff url('../img/carousel/car.gif') no-repeat center center; } body{ overflow: hidden; padding: 0; margin: 0; font-family: 'Raleway', sans-serif; } .body { background-image:url('../img/comprar/comprar.jpg') ; background-repeat: no-repeat; background-position: center center; background-size: cover; object-fit: cover; position: relative; width: 100%; height: 100vh; -webkit-transition:all 2s ease; /* Safari y Chrome */ -moz-transition:all 2s ease; /* Firefox */ -o-transition:all 2s ease; /* IE 9 */ -ms-transition:all 2s ease; /* Opera */ } .body:hover{ -webkit-transform:scale(1.02); -moz-transform:scale(1.02); -ms-transform:scale(1.02); -o-transform:scale(1.02); transform:scale(1.02); } .body-after{ position: absolute; top: 0 !important; left: 0 !important; margin: 0; width: 100%; height: 100vh; background-color: rgba(8, 8, 8, 0.664); z-index: 2; } a { text-decoration: none; color: #1aa0a5; -webkit-transition: 0.5s ease; transition: 0.5s ease; } a:hover { color: #1aa0a5; } .form { background: rgb(255, 255, 255); padding: 40px; max-width: 600px; margin: auto; border-radius: 4px; } header{ padding: 20px 40px; } #imagen-logo{ width: 200px; } #flex-titulo { display: inline-block; font-size: 40px; font-weight: 600; margin-top: -5px; margin-bottom: 40px; position: relative; text-transform: capitalize; text-align: center !important; } #signup{ text-align: center; } .tab-group { list-style: none; padding: 0; margin: 0 0 40px 0; } .tab-group:after { content: ""; display: table; clear: both; } .tab-group li a { display: block; text-decoration: none; padding: 15px; background: rgba(211, 211, 211, 0.972); color: #0a0a0a; font-size: 16px; float: left; width: 50%; text-align: center; text-transform: uppercase; cursor: pointer; -webkit-transition: 0.5s ease; transition: 0.5s ease; } .tab-group li a:hover { background: #1aa0a5; color: #ffffff; } .tab-group .active a { background: #1aa0a5; color: #ffffff; } .tab-content > div:last-child { display: none; } input, textarea { font-size: 18px; display: block; width: 100%; height: 100%; padding: 10px 10px; background: none; background-image: none; border: 1px solid #a0b3b0; color: #141414; border-radius: 0; -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease; transition: border-color 0.25s ease, box-shadow 0.25s ease; } input:focus, textarea:focus { outline: 0; border-color: #1aa0a5; } textarea { border: 2px solid #a0b3b0; resize: vertical; } .field-wrap { position: relative; margin-bottom: 30px; } .top-row:after { content: ""; display: table; clear: both; } .top-row > div { float: left; width: 48%; margin-right: 4%; } .top-row > div:last-child { margin: 0; } .button{ background: #1aa0a5 none repeat scroll 0 0; border: 1px solid rgb(255, 255, 255); border-radius: 25px; color: rgb(255, 255, 255); cursor: pointer; display: inline-block; font-size: 14px; font-weight: 500; margin: 0 4px; padding: 18px 25px; text-transform: capitalize; transition: all 0.3s ease 0s; margin-top: 20px; } .button:hover{ background-color: transparent; border: 1px solid #1aa0a5; color: rgb(26, 25, 25); } .button-block { display: block; width: 30%; } #ver_credenciales{ text-align: left !important; color: #1aa0a5; cursor: pointer; } .container{ display: none; cursor: pointer; }
0.309024
0.073963
body{ background: url("../../images/website/blog_body_bg.jpg"); background-position: 104px 37px; } .logo { margin:8px 0 0 0; float:left; } a{ text-decoration: none; } /*两列布局*/ .blog_two_col{ width:1000px; margin:120px auto 120px auto; } /*左列 start*/ .left{ width:200px; float: left; } .left a{ color: #CA0000; } .left a:hover{ color: #200; } /*轮廓*/ .panel_profile{ height: 100px; border: 1px solid #000; background-color: #fff; } /*博客资料 start*/ .left .panel{ border: 1px solid #000; } .left .panel_head{ height: 30px; background-color: #666; text-indent: 5px; line-height:30px; } .left .panel_body{ padding:4px 10px; } .panel_profile .blog_statistics{ list-style: none; color: #666; margin:10px 10px; } .blog_statistics li{ width: 50%; float: left; margin:4px 0; } /*博客资料 end*/ /*博客搜索 start*/ .left .blog_search{ margin: 10px 0; height: 88px; background-color: #fff; } .form_search { background: #fff; border: 1px solid #CCCCCC; display: block; height: 24px; margin: 10px 0; overflow: hidden; padding: 0 3px; } .left .blogsearch{ float: left; border: medium none; color: #666; height: 20px; margin: 2px 5px 0 0; width: 140px; } .left .btnSubmit{ background: url("../../images/website/ico_sear.png") no-repeat scroll 0 0 transparent; border: medium none; cursor: pointer; display: inline-block; height: 16px; line-height: 16px; margin: 5px 0 0; overflow: hidden; text-indent: -1000px; width: 16px; float: left; } /*博客搜索 end*/ /*博客分类 start*/ .left .type_list{ background-color: #fff; } .left .blogType, .left .archiveTime, .left .readRank, .left .commentRank, .left .blog_recommend { list-style: none; } .left .blogType li, .left .archiveTime li, .left .readRank li, .left .commentRank li, .left .blog_recommend li { margin: 4px 0; } /*博客分类 end*/ /*博客存档 start*/ .left .blog_archive, .left .read_rack, .left .blog_recommend, .left .blog_comments { margin:10px 0; } /*博客存档 end*/ /*阅读排行 start*/ .readRank li a, .commentRank li a { display: inline-block; white-space: nowrap; width: 145px; height: 15px; overflow: hidden; } .readRank li span, .commentRank li span { display: inline-block; height: 14px; float: right; } /*阅读排行 end*/ /*左列 end*/ /*右列 start*/ .right{ width: 778px; float: left; margin: 0 10px; border: 1px solid #000; background-color: #fff; } .right .article_list{ margin: 20px 20px 70px 20px; } .article_title{ margin: 5px 0; } .article_title a{ color: #000; font:normal 20px/30px 'Microsoft YaHei'; } .article_title a:hover{ color: #666; } .article_description{ color: #666; font: normal 14px/24px Arial; text-indent: 2em; } .article_manage { padding: 5px 0; color: #999; font: normal 12px/24px Arial; text-align: right; border-bottom: 1px dashed #999; } .article_manage span{ margin:0 5px; } .article_manage a{ color:#ca0000; } .article_manage .write_time{ margin: 0 5px 0 0; } .article_manage .read_times{ padding:0 0 0 5px; } .pageList{ clear: both; padding: 15px 0; color: #666; font: normal 12px/24px Arial; text-align: center; } /*右列 end*/ /*底部 start*/ .t_foot{ background:#3d4a60; height:40px; width: 100%; line-height:40px; color:#fff; font-size:14px; } .t_foot .t_yl{ text-align:center; } .t_foot .t_yl a{ text-decoration:none; color:#f0f0f0; font-size:14px; font-family:"微软雅黑"; } .t_foot .t_yl a:hover{ text-decoration:underline; } .copyright{ background:#293240; height:50px; line-height:50px; text-align:center; color:#f0f0f0; font-size:14px; font-family:"微软雅黑"; } /*底部 end*/ /*博客原创声明 start*/ .original_statement{ margin-bottom: 10px; } .original_statement .statement{ color:#999; } .original_statement .original_color{ color: red; margin-right: 5px; } /*博客原创声明 end*/ .pre_article, .next_article{ text-align: center; padding: 5px; } .pre_article a, .next_article a{ color: #CA9000; } .pre_article a:hover, .next_article a:hover{ color: #CA0000; } .my_blog{ width: 1000px; color: #ffffff; margin: 30px auto; font-size: 30px; }
Public/stylesheets/website/blog.css
body{ background: url("../../images/website/blog_body_bg.jpg"); background-position: 104px 37px; } .logo { margin:8px 0 0 0; float:left; } a{ text-decoration: none; } /*两列布局*/ .blog_two_col{ width:1000px; margin:120px auto 120px auto; } /*左列 start*/ .left{ width:200px; float: left; } .left a{ color: #CA0000; } .left a:hover{ color: #200; } /*轮廓*/ .panel_profile{ height: 100px; border: 1px solid #000; background-color: #fff; } /*博客资料 start*/ .left .panel{ border: 1px solid #000; } .left .panel_head{ height: 30px; background-color: #666; text-indent: 5px; line-height:30px; } .left .panel_body{ padding:4px 10px; } .panel_profile .blog_statistics{ list-style: none; color: #666; margin:10px 10px; } .blog_statistics li{ width: 50%; float: left; margin:4px 0; } /*博客资料 end*/ /*博客搜索 start*/ .left .blog_search{ margin: 10px 0; height: 88px; background-color: #fff; } .form_search { background: #fff; border: 1px solid #CCCCCC; display: block; height: 24px; margin: 10px 0; overflow: hidden; padding: 0 3px; } .left .blogsearch{ float: left; border: medium none; color: #666; height: 20px; margin: 2px 5px 0 0; width: 140px; } .left .btnSubmit{ background: url("../../images/website/ico_sear.png") no-repeat scroll 0 0 transparent; border: medium none; cursor: pointer; display: inline-block; height: 16px; line-height: 16px; margin: 5px 0 0; overflow: hidden; text-indent: -1000px; width: 16px; float: left; } /*博客搜索 end*/ /*博客分类 start*/ .left .type_list{ background-color: #fff; } .left .blogType, .left .archiveTime, .left .readRank, .left .commentRank, .left .blog_recommend { list-style: none; } .left .blogType li, .left .archiveTime li, .left .readRank li, .left .commentRank li, .left .blog_recommend li { margin: 4px 0; } /*博客分类 end*/ /*博客存档 start*/ .left .blog_archive, .left .read_rack, .left .blog_recommend, .left .blog_comments { margin:10px 0; } /*博客存档 end*/ /*阅读排行 start*/ .readRank li a, .commentRank li a { display: inline-block; white-space: nowrap; width: 145px; height: 15px; overflow: hidden; } .readRank li span, .commentRank li span { display: inline-block; height: 14px; float: right; } /*阅读排行 end*/ /*左列 end*/ /*右列 start*/ .right{ width: 778px; float: left; margin: 0 10px; border: 1px solid #000; background-color: #fff; } .right .article_list{ margin: 20px 20px 70px 20px; } .article_title{ margin: 5px 0; } .article_title a{ color: #000; font:normal 20px/30px 'Microsoft YaHei'; } .article_title a:hover{ color: #666; } .article_description{ color: #666; font: normal 14px/24px Arial; text-indent: 2em; } .article_manage { padding: 5px 0; color: #999; font: normal 12px/24px Arial; text-align: right; border-bottom: 1px dashed #999; } .article_manage span{ margin:0 5px; } .article_manage a{ color:#ca0000; } .article_manage .write_time{ margin: 0 5px 0 0; } .article_manage .read_times{ padding:0 0 0 5px; } .pageList{ clear: both; padding: 15px 0; color: #666; font: normal 12px/24px Arial; text-align: center; } /*右列 end*/ /*底部 start*/ .t_foot{ background:#3d4a60; height:40px; width: 100%; line-height:40px; color:#fff; font-size:14px; } .t_foot .t_yl{ text-align:center; } .t_foot .t_yl a{ text-decoration:none; color:#f0f0f0; font-size:14px; font-family:"微软雅黑"; } .t_foot .t_yl a:hover{ text-decoration:underline; } .copyright{ background:#293240; height:50px; line-height:50px; text-align:center; color:#f0f0f0; font-size:14px; font-family:"微软雅黑"; } /*底部 end*/ /*博客原创声明 start*/ .original_statement{ margin-bottom: 10px; } .original_statement .statement{ color:#999; } .original_statement .original_color{ color: red; margin-right: 5px; } /*博客原创声明 end*/ .pre_article, .next_article{ text-align: center; padding: 5px; } .pre_article a, .next_article a{ color: #CA9000; } .pre_article a:hover, .next_article a:hover{ color: #CA0000; } .my_blog{ width: 1000px; color: #ffffff; margin: 30px auto; font-size: 30px; }
0.344443
0.098642
.modal-header-component { display: flex; justify-content: space-between; width: 100%; } .modal-side-header { display: flex; align-items: center; width: 60%; } .modal-logo { width: 50px; height: 50px; border-radius: 50%; margin-top: -3%; } .modal-side-header div { margin-left: 3%; } .modal-side-header h3 { font-family: "Raleway"; font-style: normal; font-weight: bold; font-size: 20px; } .modal-side-header p { font-family: "Raleway"; font-style: normal; font-weight: 500; font-size: 15px; } .modal-left-header h3 { font-family: "Raleway"; font-style: normal; font-weight: 600; margin-top: 20%; margin-bottom: -5%; font-size: 10px; } .modal-left-header p { font-family: "Raleway"; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; } .select-component { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 30vh; } .select-box { width: 50%; box-shadow: 1px 1px 5px 5px rgba(47, 118, 188, 0.15); border-radius: 5px; border: none; outline: none; padding: 10px; } select:focus { outline: none; } .css-1s2u09g-control { border: none !important; border-color: none !important; box-shadow: none !important; } .css-1s2u09g-control:focus { border: none !important; border-color: none !important; outline: none !important; } .span-income { font-family: "Raleway"; font-style: normal; font-weight: bold; font-size: 25px; line-height: 29px; } .span-div { display: flex; justify-content: space-between; align-items: center; width: 40%; } .span-response { font-family: "Raleway"; font-style: normal; font-weight: 500; font-size: 16px; line-height: 19px; } .label { display: flex !important; justify-content: flex-start; align-items: center; } .label img { margin-right: 4%; } .section-component { display: flex; justify-content: center; align-items: center; } .section-component div { display: flex; justify-content: space-between; background: #ffffff; box-shadow: 1px 1px 10px 2px rgba(47, 118, 188, 0.15); border-radius: 5px; width: 80%; } .active { font-family: "Raleway"; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; color: #2138a8; text-align: center; width: 50%; border: 1px solid #2138a8; box-sizing: border-box; border-radius: 5px; padding: 15px; cursor: pointer; } .inactive { font-family: "Raleway"; font-style: normal; font-weight: 500; font-size: 16px; line-height: 19px; text-align: center; color: rgba(38, 50, 56, 0.5); width: 50%; padding: 15px; cursor: pointer; } .qr-container { margin-top: 5%; padding: 3% 10%; display: flex; } .qr-div { border: 1px solid black; padding: 10px; border-radius: 5px; } .qr-text { margin-left: 5%; } .qr-text h1 { font-family: "Raleway"; font-style: normal; font-weight: bold; font-size: 14px; line-height: 16px; display: flex; align-items: center; } .qr-text p { font-family: "Raleway"; font-style: normal; font-weight: 600; font-size: 14px; line-height: 16px; display: flex; align-items: center; color: #000000; } .qr-url { background: rgba(196, 196, 196, 0.3); border-radius: 5px; padding: 10px; min-width: 250px; display: flex; } .address { font-family: "Raleway"; font-style: normal; font-weight: normal; font-size: 14px; line-height: 16px; color: rgba(38, 50, 56, 0.5); } .code { font-family: "Raleway"; font-style: normal; font-weight: 600; font-size: 14px; line-height: 16px; color: #2138a8; margin-right: 2%; } .agent-section { display: flex; flex-direction: column; align-items: center; margin-top: 5%; } .agent-section h1 { font-family: "Raleway"; font-style: normal; font-weight: 600; font-size: 14px; line-height: 16px; display: flex; align-items: center; color: #000000; } .agent-section-div { width: 50%; margin-top: 3%; } .agent-section-div label { font-family: "Raleway"; font-style: normal; font-weight: 500; font-size: 12px; display: flex; align-items: center; color: #000000; } .agent-section-div input { padding: 10px; width: 100%; border: none; border-radius: 10px; background: #ffffff; box-shadow: 0px 0px 2px #949dee; border-radius: 5px; outline: none; } .agent-btn { margin-top: 3%; } .agent-btn button { width: 200px; padding: 10px; border: none; background: #2138a8; border-radius: 4px; color: white; } .qr-code { width: 100px; } @media screen and (min-width: 320px) and (max-width: 1024px) { .qr-container { flex-direction: column; justify-content: center; align-items: center; padding: 3%; } .modal-logo { width: 30px; height: 30px; } .modal-side-header div h3 { font-size: 15px; margin-bottom: -2%; } .modal-side-header div p { font-size: 13px; } .select-component h2 { font-size: 12px; } .select-box { width: 80%; padding: 0%; } .span-div { width: 100%; justify-content: space-around; } .span-income { font-size: 20px; } .span-response { font-size: 20px; } .section-component div { width: 80%; } .active { font-size: 10px; padding: 10px; } .inactive { font-size: 10px; padding: 10px; } .qr-div { display: flex; justify-content: center; align-content: center; border: none; } .qr-text { margin-top: 2%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-left: 0%; } .qr-url { display: flex; } .qr-text p { text-align: center; } .address { font-size: 10px; } .agent-section { margin-top: 10%; } .agent-section h1 { width: 80%; } .agent-section-div { width: 80%; } .agent-btn { margin-top: 5%; } }
packages/offline-pay-with-crypto-widget/src/screens/Modal/modal.css
.modal-header-component { display: flex; justify-content: space-between; width: 100%; } .modal-side-header { display: flex; align-items: center; width: 60%; } .modal-logo { width: 50px; height: 50px; border-radius: 50%; margin-top: -3%; } .modal-side-header div { margin-left: 3%; } .modal-side-header h3 { font-family: "Raleway"; font-style: normal; font-weight: bold; font-size: 20px; } .modal-side-header p { font-family: "Raleway"; font-style: normal; font-weight: 500; font-size: 15px; } .modal-left-header h3 { font-family: "Raleway"; font-style: normal; font-weight: 600; margin-top: 20%; margin-bottom: -5%; font-size: 10px; } .modal-left-header p { font-family: "Raleway"; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; } .select-component { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 30vh; } .select-box { width: 50%; box-shadow: 1px 1px 5px 5px rgba(47, 118, 188, 0.15); border-radius: 5px; border: none; outline: none; padding: 10px; } select:focus { outline: none; } .css-1s2u09g-control { border: none !important; border-color: none !important; box-shadow: none !important; } .css-1s2u09g-control:focus { border: none !important; border-color: none !important; outline: none !important; } .span-income { font-family: "Raleway"; font-style: normal; font-weight: bold; font-size: 25px; line-height: 29px; } .span-div { display: flex; justify-content: space-between; align-items: center; width: 40%; } .span-response { font-family: "Raleway"; font-style: normal; font-weight: 500; font-size: 16px; line-height: 19px; } .label { display: flex !important; justify-content: flex-start; align-items: center; } .label img { margin-right: 4%; } .section-component { display: flex; justify-content: center; align-items: center; } .section-component div { display: flex; justify-content: space-between; background: #ffffff; box-shadow: 1px 1px 10px 2px rgba(47, 118, 188, 0.15); border-radius: 5px; width: 80%; } .active { font-family: "Raleway"; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; color: #2138a8; text-align: center; width: 50%; border: 1px solid #2138a8; box-sizing: border-box; border-radius: 5px; padding: 15px; cursor: pointer; } .inactive { font-family: "Raleway"; font-style: normal; font-weight: 500; font-size: 16px; line-height: 19px; text-align: center; color: rgba(38, 50, 56, 0.5); width: 50%; padding: 15px; cursor: pointer; } .qr-container { margin-top: 5%; padding: 3% 10%; display: flex; } .qr-div { border: 1px solid black; padding: 10px; border-radius: 5px; } .qr-text { margin-left: 5%; } .qr-text h1 { font-family: "Raleway"; font-style: normal; font-weight: bold; font-size: 14px; line-height: 16px; display: flex; align-items: center; } .qr-text p { font-family: "Raleway"; font-style: normal; font-weight: 600; font-size: 14px; line-height: 16px; display: flex; align-items: center; color: #000000; } .qr-url { background: rgba(196, 196, 196, 0.3); border-radius: 5px; padding: 10px; min-width: 250px; display: flex; } .address { font-family: "Raleway"; font-style: normal; font-weight: normal; font-size: 14px; line-height: 16px; color: rgba(38, 50, 56, 0.5); } .code { font-family: "Raleway"; font-style: normal; font-weight: 600; font-size: 14px; line-height: 16px; color: #2138a8; margin-right: 2%; } .agent-section { display: flex; flex-direction: column; align-items: center; margin-top: 5%; } .agent-section h1 { font-family: "Raleway"; font-style: normal; font-weight: 600; font-size: 14px; line-height: 16px; display: flex; align-items: center; color: #000000; } .agent-section-div { width: 50%; margin-top: 3%; } .agent-section-div label { font-family: "Raleway"; font-style: normal; font-weight: 500; font-size: 12px; display: flex; align-items: center; color: #000000; } .agent-section-div input { padding: 10px; width: 100%; border: none; border-radius: 10px; background: #ffffff; box-shadow: 0px 0px 2px #949dee; border-radius: 5px; outline: none; } .agent-btn { margin-top: 3%; } .agent-btn button { width: 200px; padding: 10px; border: none; background: #2138a8; border-radius: 4px; color: white; } .qr-code { width: 100px; } @media screen and (min-width: 320px) and (max-width: 1024px) { .qr-container { flex-direction: column; justify-content: center; align-items: center; padding: 3%; } .modal-logo { width: 30px; height: 30px; } .modal-side-header div h3 { font-size: 15px; margin-bottom: -2%; } .modal-side-header div p { font-size: 13px; } .select-component h2 { font-size: 12px; } .select-box { width: 80%; padding: 0%; } .span-div { width: 100%; justify-content: space-around; } .span-income { font-size: 20px; } .span-response { font-size: 20px; } .section-component div { width: 80%; } .active { font-size: 10px; padding: 10px; } .inactive { font-size: 10px; padding: 10px; } .qr-div { display: flex; justify-content: center; align-content: center; border: none; } .qr-text { margin-top: 2%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-left: 0%; } .qr-url { display: flex; } .qr-text p { text-align: center; } .address { font-size: 10px; } .agent-section { margin-top: 10%; } .agent-section h1 { width: 80%; } .agent-section-div { width: 80%; } .agent-btn { margin-top: 5%; } }
0.388966
0.071982
#menu{ clear:both; padding:0px; background:url("image/menu.png") repeat-x; color:white; margin:0 0 20px; } #menu a, #topMenu a:hover{ color:white; text-decoration:none; } #menu a:hover{ text-decoration:underline; } #menu h1{ background:none; float:left; margin:0; padding:9px 10px 11px; padding-left:15px; font-weight:bold; font-size:22px; border:0; } #menuRighthand{ float:right; padding:14px 15px 0 0; } #menuBar { background:#E4ECEC url("image/bodyline.png") bottom left repeat-x; display:block; clear:both; border-bottom:1px solid #ACB7C4; margin:0; padding:0 0 0 5px; height:26px; } #menuBar li{ display:block; float:left; list-style-type:none; margin:0; padding:0; } #menuBar .firstLevel a{ display:block; float:left; color:black; font-size:12px; font-weight:normal; padding:6px 10px; height:15px; outline:none; } #menuBar .firstLevel a:hover, #menuBar a.hovered{ text-decoration:none; background-color:#663366; color:white; } .submenusli{padding:0;margin:0;} .submenuitems{ clear:left; display:none; padding:2px 2px 4px 2px; margin-top:-1px; position:absolute; z-index: 100; background-color:white; border:1px solid #999999; } #menuBar .submenuitems li{float:none;} #menuBar .submenuitems a{ float:none; border:0; background-image:none; margin:0px; display:block; padding:3px 25px 3px 15px; font-size:11px; color:black; white-space:nowrap; font-weight:normal; } #menuBar .submenuitems .menuSep {border-top:1px solid #AAAAAA; padding-top:3px;margin-top:3px;} #menuBar .submenuitems a:hover{ text-decoration:none; background-color:#663366; color:white; } #statusmessage{ background:#0B63A2 url(image/statusm-right.png) bottom right no-repeat; margin:15px; margin-top:-20px; padding:0 5px 0 0; display:none; } #SMLeft{background:url(image/statusm-left.png) bottom left no-repeat;padding-bottom:5px;} #SMText{ background:url("image/statusmessage.png") 7px 5px no-repeat; color:white; font-weight:bold; font-size:15px; padding: 5px 5px 0px 30px; } /* ------ Help Page ---- */ #helpBox{background:white} #helpClose{ padding-left: 15px; padding-right: 15px; }
common/stylesheet/mozilla/menu.css
#menu{ clear:both; padding:0px; background:url("image/menu.png") repeat-x; color:white; margin:0 0 20px; } #menu a, #topMenu a:hover{ color:white; text-decoration:none; } #menu a:hover{ text-decoration:underline; } #menu h1{ background:none; float:left; margin:0; padding:9px 10px 11px; padding-left:15px; font-weight:bold; font-size:22px; border:0; } #menuRighthand{ float:right; padding:14px 15px 0 0; } #menuBar { background:#E4ECEC url("image/bodyline.png") bottom left repeat-x; display:block; clear:both; border-bottom:1px solid #ACB7C4; margin:0; padding:0 0 0 5px; height:26px; } #menuBar li{ display:block; float:left; list-style-type:none; margin:0; padding:0; } #menuBar .firstLevel a{ display:block; float:left; color:black; font-size:12px; font-weight:normal; padding:6px 10px; height:15px; outline:none; } #menuBar .firstLevel a:hover, #menuBar a.hovered{ text-decoration:none; background-color:#663366; color:white; } .submenusli{padding:0;margin:0;} .submenuitems{ clear:left; display:none; padding:2px 2px 4px 2px; margin-top:-1px; position:absolute; z-index: 100; background-color:white; border:1px solid #999999; } #menuBar .submenuitems li{float:none;} #menuBar .submenuitems a{ float:none; border:0; background-image:none; margin:0px; display:block; padding:3px 25px 3px 15px; font-size:11px; color:black; white-space:nowrap; font-weight:normal; } #menuBar .submenuitems .menuSep {border-top:1px solid #AAAAAA; padding-top:3px;margin-top:3px;} #menuBar .submenuitems a:hover{ text-decoration:none; background-color:#663366; color:white; } #statusmessage{ background:#0B63A2 url(image/statusm-right.png) bottom right no-repeat; margin:15px; margin-top:-20px; padding:0 5px 0 0; display:none; } #SMLeft{background:url(image/statusm-left.png) bottom left no-repeat;padding-bottom:5px;} #SMText{ background:url("image/statusmessage.png") 7px 5px no-repeat; color:white; font-weight:bold; font-size:15px; padding: 5px 5px 0px 30px; } /* ------ Help Page ---- */ #helpBox{background:white} #helpClose{ padding-left: 15px; padding-right: 15px; }
0.103053
0.056705
body{ } #layout{ width:100%; height:100%; } #mind_layout_right>div{ width:170px; overflow-x:hidden; } #mind_layout_center>div{ width:170px; height:100%; overflow-x:hidden; } #mind_layout_bottom>div{ width:100%; height:100%; overflow:hidden; } #mind_layout_left{ position:absolute; left:0px; top:30px; height:80%; width:170px; overflow:auto; overflow-x:hidden; z-index:1; vertical-align:top; background-color:white; } .vertical-resizable-bar-left>div{ width:100%; } .vertical-resizable-bar-left{ position:absolute; left:170px; top:30px; height:80%; width:6px; z-index:2; background-image:url(../../images/back_bar.png); text-align:center; cursor:w-resize; } #mind_layout_left>div{ width:170px; height:100%; overflow:auto; } #mind_layout_right{ position:absolute; right:0px; top:30px; width:170px; height:80%; overflow:auto; overflow-x:hidden; z-index:1; vertical-align:top; background-color:white; } .vertical-resizable-bar-right{ position:absolute; right:170px; top:30px; height:80%; width:6px; z-index:2; background-image:url(../../images/back_bar.png); text-align:center; cursor:w-resize; } #mind_layout_center{ position:absolute; border-top:solid 1px #666; right:0px; top:30px; width:170px; height:80%; overflow:hidden; z-index:1; vertical-align:top; background-color:white; } #mind_layout_bottom{ position:absolute; left:0px; top:400px; overflow:auto; width:100%; vertical-align:top; z-index:2; background-color:#fff; } .horizontal-resizable-bar{ position:absolute; left:0px; top:400px; width:100%; height:6px; font-size:1px; background-image:url(../../images/back_bar_c.png); cursor:n-resize; z-index:3; } .horizontal-resizable-bar div{ cursor:pointer; width:35px; height:100%; background-image:url(../../images/toggle-ct.gif); } .vertical-resizable-bar-left div, .vertical-resizable-bar-right div{ cursor:pointer; width:100%; height:29px; background-image:url(../../images/toggle-lt.gif); } .debugger-ok { padding:2px; padding-left:20px; background-color: #e0ffe0; border-bottom: solid 1px #6a6; border-top: solid 1px #6a6; font-size:11px; background-image:url(css_images/debug-verified.png); background-repeat:no-repeat; background-position:3px 2px; } .debugger-step { padding-left:20px; background-color: #fff; color:#999; border-bottom: solid 1px #e0e0e0; font-size:11px; } .debugger-ok-tips { padding:2px; padding-left:20px; background-color: #e9e9ff; border-bottom: solid 1px #66a; font-size:11px; background-image:url(css_images/debug-tip.png); background-repeat:no-repeat; background-position:3px 2px; } .debugger-ok-alerts { padding:2px; padding-left:20px; background-color: #ffffb0; border-bottom: solid 1px #773; font-size:11px; background-image:url(css_images/debug-alert.png); background-repeat:no-repeat; background-position:3px 2px; } .debugger-fail { padding:2px; padding-left:20px; background-color: #ffe0e0; border-top: solid 1px #f66; border-bottom: solid 1px #f66; font-size:11px; background-image:url(css_images/debug-fail.png); background-repeat:no-repeat; background-position:3px 2px; } #debugBalloon .balloon { -moz-border-radius: 8px; -webkit-border-radius: 8px; border: solid 1px #74bada; padding:4px; background-color: #fff; } #debugBalloon .tip { background-image:url(css_images/tip-arrow.png); background-position:right; background-repeat:no-repeat; height: 20px; position:relative; top: -1px; } #debugBalloon>img { position:relative; top:-7px; left:4px; cursor:pointer; } #debugBalloon { position:absolute; left: 10px; top:500px; z-index:99999; }
restrict/framework/styles/layout.css
body{ } #layout{ width:100%; height:100%; } #mind_layout_right>div{ width:170px; overflow-x:hidden; } #mind_layout_center>div{ width:170px; height:100%; overflow-x:hidden; } #mind_layout_bottom>div{ width:100%; height:100%; overflow:hidden; } #mind_layout_left{ position:absolute; left:0px; top:30px; height:80%; width:170px; overflow:auto; overflow-x:hidden; z-index:1; vertical-align:top; background-color:white; } .vertical-resizable-bar-left>div{ width:100%; } .vertical-resizable-bar-left{ position:absolute; left:170px; top:30px; height:80%; width:6px; z-index:2; background-image:url(../../images/back_bar.png); text-align:center; cursor:w-resize; } #mind_layout_left>div{ width:170px; height:100%; overflow:auto; } #mind_layout_right{ position:absolute; right:0px; top:30px; width:170px; height:80%; overflow:auto; overflow-x:hidden; z-index:1; vertical-align:top; background-color:white; } .vertical-resizable-bar-right{ position:absolute; right:170px; top:30px; height:80%; width:6px; z-index:2; background-image:url(../../images/back_bar.png); text-align:center; cursor:w-resize; } #mind_layout_center{ position:absolute; border-top:solid 1px #666; right:0px; top:30px; width:170px; height:80%; overflow:hidden; z-index:1; vertical-align:top; background-color:white; } #mind_layout_bottom{ position:absolute; left:0px; top:400px; overflow:auto; width:100%; vertical-align:top; z-index:2; background-color:#fff; } .horizontal-resizable-bar{ position:absolute; left:0px; top:400px; width:100%; height:6px; font-size:1px; background-image:url(../../images/back_bar_c.png); cursor:n-resize; z-index:3; } .horizontal-resizable-bar div{ cursor:pointer; width:35px; height:100%; background-image:url(../../images/toggle-ct.gif); } .vertical-resizable-bar-left div, .vertical-resizable-bar-right div{ cursor:pointer; width:100%; height:29px; background-image:url(../../images/toggle-lt.gif); } .debugger-ok { padding:2px; padding-left:20px; background-color: #e0ffe0; border-bottom: solid 1px #6a6; border-top: solid 1px #6a6; font-size:11px; background-image:url(css_images/debug-verified.png); background-repeat:no-repeat; background-position:3px 2px; } .debugger-step { padding-left:20px; background-color: #fff; color:#999; border-bottom: solid 1px #e0e0e0; font-size:11px; } .debugger-ok-tips { padding:2px; padding-left:20px; background-color: #e9e9ff; border-bottom: solid 1px #66a; font-size:11px; background-image:url(css_images/debug-tip.png); background-repeat:no-repeat; background-position:3px 2px; } .debugger-ok-alerts { padding:2px; padding-left:20px; background-color: #ffffb0; border-bottom: solid 1px #773; font-size:11px; background-image:url(css_images/debug-alert.png); background-repeat:no-repeat; background-position:3px 2px; } .debugger-fail { padding:2px; padding-left:20px; background-color: #ffe0e0; border-top: solid 1px #f66; border-bottom: solid 1px #f66; font-size:11px; background-image:url(css_images/debug-fail.png); background-repeat:no-repeat; background-position:3px 2px; } #debugBalloon .balloon { -moz-border-radius: 8px; -webkit-border-radius: 8px; border: solid 1px #74bada; padding:4px; background-color: #fff; } #debugBalloon .tip { background-image:url(css_images/tip-arrow.png); background-position:right; background-repeat:no-repeat; height: 20px; position:relative; top: -1px; } #debugBalloon>img { position:relative; top:-7px; left:4px; cursor:pointer; } #debugBalloon { position:absolute; left: 10px; top:500px; z-index:99999; }
0.212681
0.066297
body, pre { font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500; height: 100%; background-color: #ffffff; word-break : break-all; } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; background-color: #fff; border: 0; padding: 0; color: inherit; } h1 { margin-bottom: 3rem; font-size: 2rem; } section { margin-bottom: 50px; } button > a { display: block; height: 100%; width: 100%; margin: 0; } button > a:hover { text-decoration: none; } .content { margin-top: 20px; } #app { display: flex; flex-direction: column; min-height: 100vh; } .main { margin-bottom: 50px; } footer { font-size: 12px; font-weight: 800; padding: 15px; margin-top: auto; background-color: #99c74c; color: #fff; height: 170px; } footer > dl > dt { font-size: 140%; font-weight: bold; margin-bottom: 10px; } footer > dl > dd { font-size: 100%; font-weight: normal; } .copy-right { text-align: center; width: 100%; font-weight: normal; } .navbar-collapse { border-color: #fff; } .logo { padding: 0; margin: 0; font-size: 100%; } .pagination { margin: 0; font-size: 120%; } .pagination > li:first-child > a { border-radius: inherit; } .pagination > li:last-child > a { border-radius: inherit; margin: 0; } .pagination > li > a { display: block; color: #7ba92b; border: 1px solid #7ba92b; height: 40px; min-width: 40px; margin-right: 5px; } .pagination > .active > a, .pagination > li > a:hover { background-color: #7ba92b; border: 1px solid #7ba92b; color: #fff; } .content-header::before, .markdown h2::before { content: ''; display: block; width: 150px; height: 2px; background-color: #99c74c; left: 0; bottom: 0; position: absolute; } .content-header, .markdown h2 { margin: 0; font-size: 140%; border-bottom: 1px solid #dddddd; padding: 0 0 4px 10px; position: relative; } .markdown h2:not(:first-child) { margin-top: 50px; } .markdown h2 { margin-bottom: 24px; } .markdown h3 { margin-left: 10px; font-size: 130%; margin-bottom: 12px; } .markdown h4 { margin-left: 10px; font-size: 110%; margin-bottom: 12px; } .markdown h1, .markdown h2, .markdown h3, .markdown h4 { font-feature-settings: "palt"; } .markdown ol > li { margin-bottom: 5px; } .markdown p { padding-left: 10px; margin-bottom: 20px; line-height: 1.8; } .markdown ul { margin-left: 10px; } .information { list-style-type: none; padding: 0; } .information > li > a { display: block; text-decoration: none; } .information > li > a:hover { background-color: #f3f7e2; } .inform-data { list-style-type: none; display: flex; flex-wrap: nowrap; color: #333; font-size: 110%; padding: 15px 5px; border-bottom: 1px solid #ddd; } .inform-category { display: block; width: 60px; margin: 2px 10px 2px 2px; padding: 0 3px; text-align: center; font-size: 12px; color: #fff; } .all-categories { background-color: #4dc6aa; } .all-categories::before { content: "すべて"; } .topic { background-color: #c64d69; } .topic::before { content: "トピック"; } .event { background-color: #99C74C; } .event::before { content: "イベント"; } .notification { background-color: #4dc661; } .notification::before { content: "通知"; } .report { background-color: #c6c24d; } .report::before { content: "レポート"; } .inform-date, .inform-category, .inform-title { margin-right: 10px; } .inform-date { font-size: 13px; margin-top: 3px; } .inform-title { overflow: hidden; white-space: nowrap; width: calc(100% - 200px); text-overflow: ellipsis; } .big-list .inform-title { width: calc(100% - 180px); } .inform-btn::before { content: ''; width: 9px; height: 9px; border: 0px; border-top: solid 2px #7ba92b; border-right: solid 2px #7ba92b; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 50%; right: 10px; margin-top: -4px; } .inform-btn { display: inline-block; border: 2px solid #7ba92b; line-height: 44px; text-align: center; width: 180px; font-size: 14px; color: #7ba92b; position: relative; margin: 20px 0 30px 0; } .inform-btn:hover { color: #fff; text-decoration: none; background-color: #7ba92b; } .inform-btn:hover::before { border-top: solid 2px #fff; border-right: solid 2px #fff; } .main-message { font-size: 160%; padding: 30px; margin: 0 0 20px; text-align: center; } .side-banner-list { list-style-type: none; margin-top: 20px; padding: 0; } .side-banner { display: block; font-size: 16px; font-weight: bold; text-align: center; line-height: 46px; margin-bottom: 10px; } .general-banner { border-radius: 4px; border: 5px double #99c74c; color: #7ba92b; } .doc-dl-banner { border-radius: 4px; border: 5px solid #ec7c2e; background-color: #333; border: 0; color: #fff; } .doc-dl-banner > a { display: block; border-radius: 4px; background-color: #ec7c2e; text-decoration: none; color: #fff; } .doc-dl-banner > a:hover { text-decoration: none; opacity: .8; } .phone-banner { border: 5px solid #efefef; margin-bottom: 5px; } .phone-banner > dl { margin: 0; padding: 10px; } .phone-banner > dl > dt { font-size: 90%; color: #333; font-weight: normal; } .phone-banner > dl > dd { font-size: 120%; color: #7ba92b; font-weight: bold; } .general-banner > a { display: block; color: #7ba92b; } .general-banner:hover { border: 5px solid #7ba92b; } .general-banner > a:hover { background-color: #7ba92b; color: #fff; } .login-box { padding: 20px; background-color: #f3f7e2; text-align: center; } .login-box button { color: #fff; background-color: #99c74c; width: 180px; padding: 10px; font-size: 110%; font-weight: bold; } .login-box button:after { content: "\f090"; font-family: FontAwesome; margin-left: 10px; } .circumstance-data, .director-data, .contact-data { display: flex; flex-wrap: nowrap; margin-bottom: 10px; } .circumstance-year { width: 55px; } .circumstance-month { width: 35px; text-align: right; } .circumstance-other { width: 30px; text-align: left; } .circumstance-title { width: 100%; } .circumstance-more { font-size: 90%; color: #3097d1; opacity: .6; } .director-position { width: 80px; } .director-name { width: 100%; } .contact-label { width: 80px; } .contact-label { width: 80px; } .contact-value { width: 100%; } .categories-list { list-style-type: none; margin-top: 20px; padding: 0; } .categories-list-label { display: block; padding: 10px; color: #fff; margin-bottom: 10px; border-radius: 5px; } .categories-list-bg { background-color: #333; border-radius: 5px; } .categories-list-label:hover { color: #fff; text-decoration: none; opacity: .8; } .big-list { min-height: 18vh; } .cooperation-data { display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 10px; } .cooperation { border: 1px solid #ddd; width: 32.4%; margin: 0 1vw 1vw 0; } .cooperation > a { display: block; width: 100%; height: 100%; } .cooperation ul { margin: 1vw; } .cooperation-banner { height: 80px; text-align:center; } .cooperation-banner > img { width: 100%; height: auto; } .cooperation-name { color: #1caa3a; font-size: 100%; margin-bottom: 10px; } .cooperation > a:hover { background-color: #fff !important; border: 2px solid #7ba92b; color: initial; opacity: .8; } .cooperation-data .cooperation:nth-child(3n) { margin-right: 0; } ul.dl_list { list-style-type: none; padding: 0; margin: 50px 0; } ul.dl_list > li { display: flex; flex-wrap: nowrap; align-items: center; } .dl_list button { display: block; padding: 2px 5px; font-size: 80%; background-color: #ec7c2e; border-radius: 5px; margin-left: 10px; } .dl_list button:hover { opacity: .8; } .dl_list a { color: #fff; } ul.showcase { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 50px 0; } .showcase img { max-width: 250px; } .showcase figcaption { text-align: center; } .content-nav { display: flex; flex-wrap: nowrap; list-style-type: none; padding: 0; margin-bottom: 20px; } .content-nav > li { padding: 0 8px; } #page_top { width: 80px; height: 40px; position: fixed; right: 90px; bottom: 10px; background: #99c74c; opacity: 0.7; border-radius: 5px; cursor: pointer; } #page_top::before { font-weight: 900; content: '▲TOP'; font-size: 12px; color: #fff; position: absolute; top: 10px; bottom: 0; right: 0; left: 0; margin: auto; text-align: center; }
src/css/main.css
body, pre { font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500; height: 100%; background-color: #ffffff; word-break : break-all; } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; background-color: #fff; border: 0; padding: 0; color: inherit; } h1 { margin-bottom: 3rem; font-size: 2rem; } section { margin-bottom: 50px; } button > a { display: block; height: 100%; width: 100%; margin: 0; } button > a:hover { text-decoration: none; } .content { margin-top: 20px; } #app { display: flex; flex-direction: column; min-height: 100vh; } .main { margin-bottom: 50px; } footer { font-size: 12px; font-weight: 800; padding: 15px; margin-top: auto; background-color: #99c74c; color: #fff; height: 170px; } footer > dl > dt { font-size: 140%; font-weight: bold; margin-bottom: 10px; } footer > dl > dd { font-size: 100%; font-weight: normal; } .copy-right { text-align: center; width: 100%; font-weight: normal; } .navbar-collapse { border-color: #fff; } .logo { padding: 0; margin: 0; font-size: 100%; } .pagination { margin: 0; font-size: 120%; } .pagination > li:first-child > a { border-radius: inherit; } .pagination > li:last-child > a { border-radius: inherit; margin: 0; } .pagination > li > a { display: block; color: #7ba92b; border: 1px solid #7ba92b; height: 40px; min-width: 40px; margin-right: 5px; } .pagination > .active > a, .pagination > li > a:hover { background-color: #7ba92b; border: 1px solid #7ba92b; color: #fff; } .content-header::before, .markdown h2::before { content: ''; display: block; width: 150px; height: 2px; background-color: #99c74c; left: 0; bottom: 0; position: absolute; } .content-header, .markdown h2 { margin: 0; font-size: 140%; border-bottom: 1px solid #dddddd; padding: 0 0 4px 10px; position: relative; } .markdown h2:not(:first-child) { margin-top: 50px; } .markdown h2 { margin-bottom: 24px; } .markdown h3 { margin-left: 10px; font-size: 130%; margin-bottom: 12px; } .markdown h4 { margin-left: 10px; font-size: 110%; margin-bottom: 12px; } .markdown h1, .markdown h2, .markdown h3, .markdown h4 { font-feature-settings: "palt"; } .markdown ol > li { margin-bottom: 5px; } .markdown p { padding-left: 10px; margin-bottom: 20px; line-height: 1.8; } .markdown ul { margin-left: 10px; } .information { list-style-type: none; padding: 0; } .information > li > a { display: block; text-decoration: none; } .information > li > a:hover { background-color: #f3f7e2; } .inform-data { list-style-type: none; display: flex; flex-wrap: nowrap; color: #333; font-size: 110%; padding: 15px 5px; border-bottom: 1px solid #ddd; } .inform-category { display: block; width: 60px; margin: 2px 10px 2px 2px; padding: 0 3px; text-align: center; font-size: 12px; color: #fff; } .all-categories { background-color: #4dc6aa; } .all-categories::before { content: "すべて"; } .topic { background-color: #c64d69; } .topic::before { content: "トピック"; } .event { background-color: #99C74C; } .event::before { content: "イベント"; } .notification { background-color: #4dc661; } .notification::before { content: "通知"; } .report { background-color: #c6c24d; } .report::before { content: "レポート"; } .inform-date, .inform-category, .inform-title { margin-right: 10px; } .inform-date { font-size: 13px; margin-top: 3px; } .inform-title { overflow: hidden; white-space: nowrap; width: calc(100% - 200px); text-overflow: ellipsis; } .big-list .inform-title { width: calc(100% - 180px); } .inform-btn::before { content: ''; width: 9px; height: 9px; border: 0px; border-top: solid 2px #7ba92b; border-right: solid 2px #7ba92b; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 50%; right: 10px; margin-top: -4px; } .inform-btn { display: inline-block; border: 2px solid #7ba92b; line-height: 44px; text-align: center; width: 180px; font-size: 14px; color: #7ba92b; position: relative; margin: 20px 0 30px 0; } .inform-btn:hover { color: #fff; text-decoration: none; background-color: #7ba92b; } .inform-btn:hover::before { border-top: solid 2px #fff; border-right: solid 2px #fff; } .main-message { font-size: 160%; padding: 30px; margin: 0 0 20px; text-align: center; } .side-banner-list { list-style-type: none; margin-top: 20px; padding: 0; } .side-banner { display: block; font-size: 16px; font-weight: bold; text-align: center; line-height: 46px; margin-bottom: 10px; } .general-banner { border-radius: 4px; border: 5px double #99c74c; color: #7ba92b; } .doc-dl-banner { border-radius: 4px; border: 5px solid #ec7c2e; background-color: #333; border: 0; color: #fff; } .doc-dl-banner > a { display: block; border-radius: 4px; background-color: #ec7c2e; text-decoration: none; color: #fff; } .doc-dl-banner > a:hover { text-decoration: none; opacity: .8; } .phone-banner { border: 5px solid #efefef; margin-bottom: 5px; } .phone-banner > dl { margin: 0; padding: 10px; } .phone-banner > dl > dt { font-size: 90%; color: #333; font-weight: normal; } .phone-banner > dl > dd { font-size: 120%; color: #7ba92b; font-weight: bold; } .general-banner > a { display: block; color: #7ba92b; } .general-banner:hover { border: 5px solid #7ba92b; } .general-banner > a:hover { background-color: #7ba92b; color: #fff; } .login-box { padding: 20px; background-color: #f3f7e2; text-align: center; } .login-box button { color: #fff; background-color: #99c74c; width: 180px; padding: 10px; font-size: 110%; font-weight: bold; } .login-box button:after { content: "\f090"; font-family: FontAwesome; margin-left: 10px; } .circumstance-data, .director-data, .contact-data { display: flex; flex-wrap: nowrap; margin-bottom: 10px; } .circumstance-year { width: 55px; } .circumstance-month { width: 35px; text-align: right; } .circumstance-other { width: 30px; text-align: left; } .circumstance-title { width: 100%; } .circumstance-more { font-size: 90%; color: #3097d1; opacity: .6; } .director-position { width: 80px; } .director-name { width: 100%; } .contact-label { width: 80px; } .contact-label { width: 80px; } .contact-value { width: 100%; } .categories-list { list-style-type: none; margin-top: 20px; padding: 0; } .categories-list-label { display: block; padding: 10px; color: #fff; margin-bottom: 10px; border-radius: 5px; } .categories-list-bg { background-color: #333; border-radius: 5px; } .categories-list-label:hover { color: #fff; text-decoration: none; opacity: .8; } .big-list { min-height: 18vh; } .cooperation-data { display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 10px; } .cooperation { border: 1px solid #ddd; width: 32.4%; margin: 0 1vw 1vw 0; } .cooperation > a { display: block; width: 100%; height: 100%; } .cooperation ul { margin: 1vw; } .cooperation-banner { height: 80px; text-align:center; } .cooperation-banner > img { width: 100%; height: auto; } .cooperation-name { color: #1caa3a; font-size: 100%; margin-bottom: 10px; } .cooperation > a:hover { background-color: #fff !important; border: 2px solid #7ba92b; color: initial; opacity: .8; } .cooperation-data .cooperation:nth-child(3n) { margin-right: 0; } ul.dl_list { list-style-type: none; padding: 0; margin: 50px 0; } ul.dl_list > li { display: flex; flex-wrap: nowrap; align-items: center; } .dl_list button { display: block; padding: 2px 5px; font-size: 80%; background-color: #ec7c2e; border-radius: 5px; margin-left: 10px; } .dl_list button:hover { opacity: .8; } .dl_list a { color: #fff; } ul.showcase { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 50px 0; } .showcase img { max-width: 250px; } .showcase figcaption { text-align: center; } .content-nav { display: flex; flex-wrap: nowrap; list-style-type: none; padding: 0; margin-bottom: 20px; } .content-nav > li { padding: 0 8px; } #page_top { width: 80px; height: 40px; position: fixed; right: 90px; bottom: 10px; background: #99c74c; opacity: 0.7; border-radius: 5px; cursor: pointer; } #page_top::before { font-weight: 900; content: '▲TOP'; font-size: 12px; color: #fff; position: absolute; top: 10px; bottom: 0; right: 0; left: 0; margin: auto; text-align: center; }
0.446495
0.09947
position: fixed!important; left: %(param_root_position_left)s!important; right: %(param_root_position_right)s!important; bottom: %(param_root_position_bottom)s!important; width: %(param_total_max_width)spx!important; /*height: %(param_total_max_height)spx!important;*/ /*-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; */ overflow: hidden!important; } #cf_widget { position: absolute!important; left: 0px!important; bottom: %(param_button_height)spx; width: %(param_total_max_width)spx!important; height: 100%!important; overflow: hidden!important; /* background-image: none!important; */ display: none; } #cf_widget_triangle_img { position: absolute!important; left: 134px!important; bottom: -1px!important; width: 0px!important; height: 0px!important; border-left: 10px solid rgba(0, 0, 0, 0)!important; border-right: 10px solid rgba(0, 0, 0, 0)!important; border-top: 11px solid %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } .cf_content { position: absolute!important; left: 0px!important; bottom: 10px; width: %(param_total_max_width)spx!important; /* background-image: none!important; */ /* background: none!important; */ border-radius: %(param_content_border_radius)spx!important; overflow: hidden!important; } .cf_background { position: absolute!important; left: 0px!important; top: 0px!important; width: 100%!important; height: 100%!important; /* background-image: none!important; */ border-radius: %(param_content_border_radius)spx!important; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 22px; } #cf_main_button { position: fixed!important; left: %(param_root_position_left)s; right: %(param_root_position_right)s; bottom: %(param_root_position_bottom)s; } #cf_main_button_wrap { width: %(param_total_max_width)spx!important; height: %(param_button_height)spx!important; } #cf_main_button:hover { opacity: 1!important; } #cf_main_button_content { position: relative!important; margin-left: auto!important; margin-right: auto!important; width: %(param_button_width)spx!important; word-wrap: break-word!important; text-align: center!important; height: %(param_button_height)spx!important; line-height: 38px!important; vertical-align: middle; cursor: pointer!important; font-size: 17px!important; color: %(color_font_global)s!important; /* background-image: none!important; */ background-color: %(color_background_global)s!important; opacity: %(color_opacity_main_button)s!important; border-radius: %(param_main_button_border_radius)spx!important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #cf_main_button_label { font-family: Arial!important; } .cf_main_button_fixed_left { transform: rotate(90deg); transform-origin: 0px 100%; right: initial!important; left: 0px!important; top: %(param_button_top_offset)s!important; bottom: initial!important; } .cf_main_button_fixed_right { transform: rotate(-90deg); transform-origin: 100% 100%; left: initial!important; right: 0px!important; top: %(param_button_top_offset)s!important; bottom: initial!important; } #cf_copyright_link { position: absolute!important; bottom: 12px!important; right: 12px!important; } #cf_copyright_link_content { color: %(color_font_link)s!important; /* color: %(color_font_global)s!important; opacity: .7!important; */ font-size: 10px!important; font-family: %(param_font1)s!important; font-weight: 400!important; text-decoration: none!important; } .cf_manager_panel { /* position: absolute!important; */ /* top: 24px!important; left: 20px!important; right: 20px!important; */ height: %(param_manager_panel_height)spx!important; } .cf_manager_face { /* position: absolute!important; top: 0px!important; left: 0px!important; width: 50px!important; */ height: %(param_manager_panel_height)spx!important; border-radius: 50px!important; } .cf_manager_name { /* position: absolute!important; top: 5px!important; left: 65px!important; right: 0px!important; */ height: 25px!important; color: %(color_font_global)s!important; font-size: 14px!important; } .cf_manager_role { /* position: absolute!important; top: 30px!important; left: 65px!important; right: 0px!important;*/ height: 20px!important; color: %(color_font_scondary_global)s!important; font-size: 12px!important; } .cf_close_button { position: absolute!important; right: 10px!important; top: 10px!important; width: 12px!important; height: 12px!important; cursor: pointer!important; } .cf_close_button_img { position: absolute!important; left: 0px!important; top: 0px!important; width: 12px!important; height: 12px!important; } .cf_send_message_link { position: absolute!important; text-align: center!important; left: 0px!important; right: 0px!important; bottom: 26px!important; height: 16px!important; color: %(color_font_link)s!important; /* color: %(color_font_global)s!important; opacity: .7!important; */ white-space: nowrap!important; font-size: 13px!important; } .cf_time_select_link { position: absolute!important; text-align: center!important; left: 0px!important; right: 0px!important; bottom: 52px!important; height: 16px!important; color: %(color_font_link)s!important; /* color: %(color_font_global)s!important; opacity: .7!important; */ white-space: nowrap!important; font-size: 13px!important; } .cf_call_panel { position: absolute!important; left: 20px!important; right: 20px!important; height: 38px!important; /* background-image: none!important; */ background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_call_panel)s!important; border-radius: 19px!important; border: 1px solid %(color_background_inputs)s; box-sizing: border-box!important; } .cf_call_input { position: absolute!important; left: 18px!important; top: 0px!important; width: 190px!important; height: 36px!important; font-size: 16px!important; border: 0px!important; } .cf_call_button { position: absolute!important; width: 36px!important; height: 36px!important; cursor: pointer!important; opacity: %(color_opacity_call_button)s!important; } .cf_call_button_bg_img { position: absolute!important; left: 0px!important; top: 0px!important; width: 36px!important; height: 36px!important; opacity: %(color_opacity_call_button)s!important; } .cf_call_button_phone_img { position: absolute!important; left: 8px!important; top: 8px!important; width: 20px!important; height: 20px!important; opacity: %(color_opacity_call_button)s!important; } .cf_day_select { position: absolute!important; top: 0px!important; left: 0px!important; width: 130px!important; height: 38px!important; font-size: %(param_font_size_inputs)s!important; color: #000!important; border-radius: 19px!important; cursor: pointer!important; padding-left: 10px!important; } .cf_time_select { position: absolute!important; top: 0px!important; right: 0px!important; width: 80px!important; height: 38px!important; font-size: %(param_font_size_inputs)s!important; color: #000!important; border-radius: 19px!important; cursor: pointer!important; padding-left: 14px!important; } .cf_daytime_at_text { position: absolute!important; top: 10px!important; left: 145px!important; width: 16px!important; height: 16px!important; line-height: 16px!important; color: %(color_font_global)s!important; font-size: 16px!important; } .cf_custom_text { position: absolute!important; left: 20px!important; right: 20px!important; overflow: hidden!important; /* cursor: default!important; */ } .cf_custom_text_value { font-family: %(param_font1)s!important; font-weight: 400!important; white-space: normal!important; word-wrap: break-word!important; } #cf_main_content { display: none; height: %(param_main_height)spx; } #cf_main_call_panel { bottom: 87px!important; } #cf_main_custom_text { top: 90px!important; /* bottom: 130px!important; */ } #cf_main_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 20px!important; } #cf_main_call_button { position: absolute!important; right: 21px!important; bottom: 88px!important; } #cf_dial_content { display: none; height: %(param_dial_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_dial_custom_text { top: 90px!important; /* bottom: 110px!important; */ } #cf_dial_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 20px!important; } #cf_dial_countdown_panel { position: absolute!important; left: 20px!important; right: 20px!important; bottom: 52px!important; height: 50px!important; text-align: center!important; } #cf_dial_countdown_text { font-family: "Courier Обычный","Courier"!important; font-weight: 600!important; font-size: 50px!important; line-height: 50px!important; } #cf_free_content { display: none; height: %(param_free_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_free_call_button { position: absolute!important; right: 21px!important; bottom: 51px!important; } #cf_free_call_panel { bottom: 50px!important; } #cf_free_daytime_panel { position: absolute!important; left: 20px!important; right: 20px!important; bottom: 100px!important; height: 38px!important; } #cf_free_custom_text { top: 90px!important; /* bottom: 148px!important; */ } #cf_free_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_free_sent_custom_text { top: 24px!important; /* bottom: 52px!important; */ } #cf_free_sent_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_free_sent_content { display: none; height: %(param_free_sent_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_timeoff_content { display: none; height: %(param_timeoff_height)spx; } #cf_timeoff_call_button { position: absolute!important; right: 21px!important; bottom: 61px!important; } #cf_timeoff_custom_text { top: 24px!important; /* height: 140px!important; */ /* right: 40px!important; */ } #cf_timeoff_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_timeoff_call_panel { bottom: 60px!important; } #cf_timeoff_daytime_panel { position: absolute!important; left: 20px!important; right: 20px!important; bottom: 110px!important; height: 38px!important; } #cf_timeoff_sent_custom_text { top: 24px!important; /* bottom: 52px!important; */ } #cf_timeoff_sent_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_timeoff_sent_content { display: none; height: %(param_timeoff_sent_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_message_content { display: none; height: %(param_message_height)spx; } #cf_message_custom_text { top: 24px!important; right: 40px!important; /* height: 60px!important; */ } #cf_message_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_message_message_textarea { position: absolute!important; left: 20px!important; width: 250px!important; bottom: 260px; height: 74px!important; color: #000!important; resize: none!important; /* background-image: none!important; */ background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_inputs)s!important; border-radius: 12px!important; padding: 14px!important; } #cf_message_name_input { position: absolute!important; left: 20px!important; width: 236px!important; height: 36px!important; bottom: 210px; color: #000!important; border-radius: 12px!important; padding-left: 14px!important; } #cf_message_email_input { position: absolute!important; left: 20px!important; width: 236px!important; height: 38px!important; bottom: 160px; color: #000!important; border-radius: 12px!important; padding-left: 14px!important; } #cf_message_phone_input { position: absolute!important; left: 20px!important; width: 236px!important; height: 38px!important; bottom: 110px; color: #000!important; border-radius: 12px!important; padding-left: 14px!important; } #cf_message_send_button { position: absolute!important; left: 20px!important; right: 20px!important; height: 38px!important; bottom: 60px!important; text-align: center!important; cursor: pointer!important; color: %(color_font_global)s!important; line-height: 38px!important; /* background-image: none!important; */ background-color: #3BB767!important; opacity: %(color_opacity_call_button)s!important; border-radius: 19px!important; } .cf_message_go_back_link { position: absolute!important; text-align: center!important; left: 0px!important; right: 0px!important; bottom: 26px!important; height: 16px!important; color: %(color_font_link)s!important; /* color: %(color_font_global)s!important; opacity: .7!important; */ white-space: nowrap!important; font-size: 13px!important; } #cf_message_sent_content { display: none; height: %(param_message_sent_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_message_sent_custom_text { top: 24px!important; /* bottom: 52px!important; */ } #cf_message_sent_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_order_content { display: none; height: %(param_order_height)spx; } #cf_order_call_button { position: absolute!important; right: 21px!important; bottom: 88px!important; } #cf_order_call_panel { bottom: 87px!important; } #cf_order_daytime_panel { position: absolute!important; left: 20px!important; right: 20px!important; bottom: 137px!important; height: 38px!important; } #cf_order_custom_text { top: 90px!important; /* bottom: 185px!important; */ } #cf_order_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } .cf_order_go_back_link { position: absolute!important; left: 0px!important; right: 0px!important; text-align: center!important; bottom: 52px!important; height: 16px!important; color: %(color_font_link)s!important; /* color: %(color_font_global)s!important; opacity: .7!important; */ white-space: nowrap!important; font-size: 13px!important; } #cf_order_sent_content { display: none; height: %(param_order_sent_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_order_sent_custom_text { top: 90px!important; /* bottom: 52px!important; */ } #cf_order_sent_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } .cf__divimg { } .cf__divtext { } .cf__divpanel { } .cf__div0height { height: 0px!important; } .cf__divhidden { display: none!important; } .cf__divinput { } .cf__divlink { cursor: pointer!important; } .cf__img { } .cf__u { text-decoration: underline!important; } .cf__span { font-family: %(param_font1)s!important; font-weight: 400!important; font-style: normal!important; } .cf__p { font-family: %(param_font1)s!important; font-weight: 400!important; font-style: normal!important; } .cf__disabled { background-color: #aaa!important; opacity: %(color_opacity_inputs)s!important; color: #ccc!important; } .cf__valid { border-color: %(color_background_inputs)s!important; background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_inputs)s!important; } .cf__notvalid { border: 1px solid #f00!important; background-color: %(color_background_inputs)s!important; /* background-color: #ecc!important; */ opacity: %(color_opacity_inputs)s!important; } .cf__input { margin:0!important; border: 1px solid %(color_background_inputs)s; padding:0!important; outline:0!important; /* background-image: none!important; */ background: %(color_background_inputs)s; background-color: %(color_background_inputs)s; /* background: none!important; */ opacity: %(color_opacity_inputs)s!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow:none!important; display:inline-block; vertical-align:middle!important; white-space:normal!important; color: #000!important; line-height: 34px!important; font-family: %(param_font1)s!important; font-size: %(param_font_size_inputs)s!important; -webkit-box-sizing:content-box!important; -moz-box-sizing:content-box!important; box-sizing:content-box!important; -webkit-appearance: none!important; -moz-appearance: none!important; appearance: none!important; } .cf__input:focus, .cf__input:hover { /* border: 0!important; */ border: 1px solid %(color_background_inputs)s; outline:0!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow:none!important; background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_inputs)s!important; } .cf_call_panel input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #ccc inset !important; /* border: 0!important; */ /* border: 1px solid %(color_background_inputs)s; */ } .cf_content input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #ccc inset !important; /* border: 0!important; */ border: 1px solid %(color_background_inputs)s; } .cf_call_panel input { border: 0!important; background: %(color_background_inputs)s; } .cf__select { margin:0!important; border: 0!important; padding:0; outline:0!important; /* background-image: none!important; */ background: #F2F2F2 url("http://callfeed.net/static/img/widget/up_down_arrow.png") no-repeat right center ; background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_inputs)s!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow:none!important; display:inline-block; vertical-align:middle!important; white-space:normal!important; font-family:%(param_font1)s!important; font-size: %(param_font_size_inputs)s!important; -webkit-box-sizing:border-box!important; -moz-box-sizing:border-box!important; box-sizing:border-box!important; cursor: pointer!important; -webkit-appearance: none!important; -moz-appearance: none!important; appearance: none!important; } .cf__select:focus, .cf__select:hover { outline:0!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow:none!important; border-color:transparent!important; } .cf__select [disabled] { background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_inputs)s!important; color: #ccc!important; } .cf__select [multiple] { vertical-align:middle!important; } .cf__textarea { margin:0!important; padding:0; border: 0!important; outline:0!important; overflow: auto!important; line-height: 1!important; font-family: %(param_font1)s!important; font-size: %(param_font_size_inputs)s!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow: none!important; -moz-box-sizing:border-box!important; -webkit-box-sizing:border-box!important; box-sizing:border-box!important; -webkit-appearance: none!important; -moz-appearance: none!important; appearance: none!important; }
widget/callfeed.css
position: fixed!important; left: %(param_root_position_left)s!important; right: %(param_root_position_right)s!important; bottom: %(param_root_position_bottom)s!important; width: %(param_total_max_width)spx!important; /*height: %(param_total_max_height)spx!important;*/ /*-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; */ overflow: hidden!important; } #cf_widget { position: absolute!important; left: 0px!important; bottom: %(param_button_height)spx; width: %(param_total_max_width)spx!important; height: 100%!important; overflow: hidden!important; /* background-image: none!important; */ display: none; } #cf_widget_triangle_img { position: absolute!important; left: 134px!important; bottom: -1px!important; width: 0px!important; height: 0px!important; border-left: 10px solid rgba(0, 0, 0, 0)!important; border-right: 10px solid rgba(0, 0, 0, 0)!important; border-top: 11px solid %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } .cf_content { position: absolute!important; left: 0px!important; bottom: 10px; width: %(param_total_max_width)spx!important; /* background-image: none!important; */ /* background: none!important; */ border-radius: %(param_content_border_radius)spx!important; overflow: hidden!important; } .cf_background { position: absolute!important; left: 0px!important; top: 0px!important; width: 100%!important; height: 100%!important; /* background-image: none!important; */ border-radius: %(param_content_border_radius)spx!important; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 22px; } #cf_main_button { position: fixed!important; left: %(param_root_position_left)s; right: %(param_root_position_right)s; bottom: %(param_root_position_bottom)s; } #cf_main_button_wrap { width: %(param_total_max_width)spx!important; height: %(param_button_height)spx!important; } #cf_main_button:hover { opacity: 1!important; } #cf_main_button_content { position: relative!important; margin-left: auto!important; margin-right: auto!important; width: %(param_button_width)spx!important; word-wrap: break-word!important; text-align: center!important; height: %(param_button_height)spx!important; line-height: 38px!important; vertical-align: middle; cursor: pointer!important; font-size: 17px!important; color: %(color_font_global)s!important; /* background-image: none!important; */ background-color: %(color_background_global)s!important; opacity: %(color_opacity_main_button)s!important; border-radius: %(param_main_button_border_radius)spx!important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #cf_main_button_label { font-family: Arial!important; } .cf_main_button_fixed_left { transform: rotate(90deg); transform-origin: 0px 100%; right: initial!important; left: 0px!important; top: %(param_button_top_offset)s!important; bottom: initial!important; } .cf_main_button_fixed_right { transform: rotate(-90deg); transform-origin: 100% 100%; left: initial!important; right: 0px!important; top: %(param_button_top_offset)s!important; bottom: initial!important; } #cf_copyright_link { position: absolute!important; bottom: 12px!important; right: 12px!important; } #cf_copyright_link_content { color: %(color_font_link)s!important; /* color: %(color_font_global)s!important; opacity: .7!important; */ font-size: 10px!important; font-family: %(param_font1)s!important; font-weight: 400!important; text-decoration: none!important; } .cf_manager_panel { /* position: absolute!important; */ /* top: 24px!important; left: 20px!important; right: 20px!important; */ height: %(param_manager_panel_height)spx!important; } .cf_manager_face { /* position: absolute!important; top: 0px!important; left: 0px!important; width: 50px!important; */ height: %(param_manager_panel_height)spx!important; border-radius: 50px!important; } .cf_manager_name { /* position: absolute!important; top: 5px!important; left: 65px!important; right: 0px!important; */ height: 25px!important; color: %(color_font_global)s!important; font-size: 14px!important; } .cf_manager_role { /* position: absolute!important; top: 30px!important; left: 65px!important; right: 0px!important;*/ height: 20px!important; color: %(color_font_scondary_global)s!important; font-size: 12px!important; } .cf_close_button { position: absolute!important; right: 10px!important; top: 10px!important; width: 12px!important; height: 12px!important; cursor: pointer!important; } .cf_close_button_img { position: absolute!important; left: 0px!important; top: 0px!important; width: 12px!important; height: 12px!important; } .cf_send_message_link { position: absolute!important; text-align: center!important; left: 0px!important; right: 0px!important; bottom: 26px!important; height: 16px!important; color: %(color_font_link)s!important; /* color: %(color_font_global)s!important; opacity: .7!important; */ white-space: nowrap!important; font-size: 13px!important; } .cf_time_select_link { position: absolute!important; text-align: center!important; left: 0px!important; right: 0px!important; bottom: 52px!important; height: 16px!important; color: %(color_font_link)s!important; /* color: %(color_font_global)s!important; opacity: .7!important; */ white-space: nowrap!important; font-size: 13px!important; } .cf_call_panel { position: absolute!important; left: 20px!important; right: 20px!important; height: 38px!important; /* background-image: none!important; */ background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_call_panel)s!important; border-radius: 19px!important; border: 1px solid %(color_background_inputs)s; box-sizing: border-box!important; } .cf_call_input { position: absolute!important; left: 18px!important; top: 0px!important; width: 190px!important; height: 36px!important; font-size: 16px!important; border: 0px!important; } .cf_call_button { position: absolute!important; width: 36px!important; height: 36px!important; cursor: pointer!important; opacity: %(color_opacity_call_button)s!important; } .cf_call_button_bg_img { position: absolute!important; left: 0px!important; top: 0px!important; width: 36px!important; height: 36px!important; opacity: %(color_opacity_call_button)s!important; } .cf_call_button_phone_img { position: absolute!important; left: 8px!important; top: 8px!important; width: 20px!important; height: 20px!important; opacity: %(color_opacity_call_button)s!important; } .cf_day_select { position: absolute!important; top: 0px!important; left: 0px!important; width: 130px!important; height: 38px!important; font-size: %(param_font_size_inputs)s!important; color: #000!important; border-radius: 19px!important; cursor: pointer!important; padding-left: 10px!important; } .cf_time_select { position: absolute!important; top: 0px!important; right: 0px!important; width: 80px!important; height: 38px!important; font-size: %(param_font_size_inputs)s!important; color: #000!important; border-radius: 19px!important; cursor: pointer!important; padding-left: 14px!important; } .cf_daytime_at_text { position: absolute!important; top: 10px!important; left: 145px!important; width: 16px!important; height: 16px!important; line-height: 16px!important; color: %(color_font_global)s!important; font-size: 16px!important; } .cf_custom_text { position: absolute!important; left: 20px!important; right: 20px!important; overflow: hidden!important; /* cursor: default!important; */ } .cf_custom_text_value { font-family: %(param_font1)s!important; font-weight: 400!important; white-space: normal!important; word-wrap: break-word!important; } #cf_main_content { display: none; height: %(param_main_height)spx; } #cf_main_call_panel { bottom: 87px!important; } #cf_main_custom_text { top: 90px!important; /* bottom: 130px!important; */ } #cf_main_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 20px!important; } #cf_main_call_button { position: absolute!important; right: 21px!important; bottom: 88px!important; } #cf_dial_content { display: none; height: %(param_dial_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_dial_custom_text { top: 90px!important; /* bottom: 110px!important; */ } #cf_dial_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 20px!important; } #cf_dial_countdown_panel { position: absolute!important; left: 20px!important; right: 20px!important; bottom: 52px!important; height: 50px!important; text-align: center!important; } #cf_dial_countdown_text { font-family: "Courier Обычный","Courier"!important; font-weight: 600!important; font-size: 50px!important; line-height: 50px!important; } #cf_free_content { display: none; height: %(param_free_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_free_call_button { position: absolute!important; right: 21px!important; bottom: 51px!important; } #cf_free_call_panel { bottom: 50px!important; } #cf_free_daytime_panel { position: absolute!important; left: 20px!important; right: 20px!important; bottom: 100px!important; height: 38px!important; } #cf_free_custom_text { top: 90px!important; /* bottom: 148px!important; */ } #cf_free_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_free_sent_custom_text { top: 24px!important; /* bottom: 52px!important; */ } #cf_free_sent_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_free_sent_content { display: none; height: %(param_free_sent_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_timeoff_content { display: none; height: %(param_timeoff_height)spx; } #cf_timeoff_call_button { position: absolute!important; right: 21px!important; bottom: 61px!important; } #cf_timeoff_custom_text { top: 24px!important; /* height: 140px!important; */ /* right: 40px!important; */ } #cf_timeoff_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_timeoff_call_panel { bottom: 60px!important; } #cf_timeoff_daytime_panel { position: absolute!important; left: 20px!important; right: 20px!important; bottom: 110px!important; height: 38px!important; } #cf_timeoff_sent_custom_text { top: 24px!important; /* bottom: 52px!important; */ } #cf_timeoff_sent_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_timeoff_sent_content { display: none; height: %(param_timeoff_sent_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_message_content { display: none; height: %(param_message_height)spx; } #cf_message_custom_text { top: 24px!important; right: 40px!important; /* height: 60px!important; */ } #cf_message_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_message_message_textarea { position: absolute!important; left: 20px!important; width: 250px!important; bottom: 260px; height: 74px!important; color: #000!important; resize: none!important; /* background-image: none!important; */ background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_inputs)s!important; border-radius: 12px!important; padding: 14px!important; } #cf_message_name_input { position: absolute!important; left: 20px!important; width: 236px!important; height: 36px!important; bottom: 210px; color: #000!important; border-radius: 12px!important; padding-left: 14px!important; } #cf_message_email_input { position: absolute!important; left: 20px!important; width: 236px!important; height: 38px!important; bottom: 160px; color: #000!important; border-radius: 12px!important; padding-left: 14px!important; } #cf_message_phone_input { position: absolute!important; left: 20px!important; width: 236px!important; height: 38px!important; bottom: 110px; color: #000!important; border-radius: 12px!important; padding-left: 14px!important; } #cf_message_send_button { position: absolute!important; left: 20px!important; right: 20px!important; height: 38px!important; bottom: 60px!important; text-align: center!important; cursor: pointer!important; color: %(color_font_global)s!important; line-height: 38px!important; /* background-image: none!important; */ background-color: #3BB767!important; opacity: %(color_opacity_call_button)s!important; border-radius: 19px!important; } .cf_message_go_back_link { position: absolute!important; text-align: center!important; left: 0px!important; right: 0px!important; bottom: 26px!important; height: 16px!important; color: %(color_font_link)s!important; /* color: %(color_font_global)s!important; opacity: .7!important; */ white-space: nowrap!important; font-size: 13px!important; } #cf_message_sent_content { display: none; height: %(param_message_sent_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_message_sent_custom_text { top: 24px!important; /* bottom: 52px!important; */ } #cf_message_sent_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } #cf_order_content { display: none; height: %(param_order_height)spx; } #cf_order_call_button { position: absolute!important; right: 21px!important; bottom: 88px!important; } #cf_order_call_panel { bottom: 87px!important; } #cf_order_daytime_panel { position: absolute!important; left: 20px!important; right: 20px!important; bottom: 137px!important; height: 38px!important; } #cf_order_custom_text { top: 90px!important; /* bottom: 185px!important; */ } #cf_order_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } .cf_order_go_back_link { position: absolute!important; left: 0px!important; right: 0px!important; text-align: center!important; bottom: 52px!important; height: 16px!important; color: %(color_font_link)s!important; /* color: %(color_font_global)s!important; opacity: .7!important; */ white-space: nowrap!important; font-size: 13px!important; } #cf_order_sent_content { display: none; height: %(param_order_sent_height)spx; background-color: %(color_background_global)s!important; opacity: %(color_opacity_global)s!important; } #cf_order_sent_custom_text { top: 90px!important; /* bottom: 52px!important; */ } #cf_order_sent_custom_text_value { font-size: 16px!important; color: %(color_font_global)s!important; text-align: left!important; line-height: 16px!important; } .cf__divimg { } .cf__divtext { } .cf__divpanel { } .cf__div0height { height: 0px!important; } .cf__divhidden { display: none!important; } .cf__divinput { } .cf__divlink { cursor: pointer!important; } .cf__img { } .cf__u { text-decoration: underline!important; } .cf__span { font-family: %(param_font1)s!important; font-weight: 400!important; font-style: normal!important; } .cf__p { font-family: %(param_font1)s!important; font-weight: 400!important; font-style: normal!important; } .cf__disabled { background-color: #aaa!important; opacity: %(color_opacity_inputs)s!important; color: #ccc!important; } .cf__valid { border-color: %(color_background_inputs)s!important; background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_inputs)s!important; } .cf__notvalid { border: 1px solid #f00!important; background-color: %(color_background_inputs)s!important; /* background-color: #ecc!important; */ opacity: %(color_opacity_inputs)s!important; } .cf__input { margin:0!important; border: 1px solid %(color_background_inputs)s; padding:0!important; outline:0!important; /* background-image: none!important; */ background: %(color_background_inputs)s; background-color: %(color_background_inputs)s; /* background: none!important; */ opacity: %(color_opacity_inputs)s!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow:none!important; display:inline-block; vertical-align:middle!important; white-space:normal!important; color: #000!important; line-height: 34px!important; font-family: %(param_font1)s!important; font-size: %(param_font_size_inputs)s!important; -webkit-box-sizing:content-box!important; -moz-box-sizing:content-box!important; box-sizing:content-box!important; -webkit-appearance: none!important; -moz-appearance: none!important; appearance: none!important; } .cf__input:focus, .cf__input:hover { /* border: 0!important; */ border: 1px solid %(color_background_inputs)s; outline:0!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow:none!important; background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_inputs)s!important; } .cf_call_panel input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #ccc inset !important; /* border: 0!important; */ /* border: 1px solid %(color_background_inputs)s; */ } .cf_content input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #ccc inset !important; /* border: 0!important; */ border: 1px solid %(color_background_inputs)s; } .cf_call_panel input { border: 0!important; background: %(color_background_inputs)s; } .cf__select { margin:0!important; border: 0!important; padding:0; outline:0!important; /* background-image: none!important; */ background: #F2F2F2 url("http://callfeed.net/static/img/widget/up_down_arrow.png") no-repeat right center ; background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_inputs)s!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow:none!important; display:inline-block; vertical-align:middle!important; white-space:normal!important; font-family:%(param_font1)s!important; font-size: %(param_font_size_inputs)s!important; -webkit-box-sizing:border-box!important; -moz-box-sizing:border-box!important; box-sizing:border-box!important; cursor: pointer!important; -webkit-appearance: none!important; -moz-appearance: none!important; appearance: none!important; } .cf__select:focus, .cf__select:hover { outline:0!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow:none!important; border-color:transparent!important; } .cf__select [disabled] { background-color: %(color_background_inputs)s!important; opacity: %(color_opacity_inputs)s!important; color: #ccc!important; } .cf__select [multiple] { vertical-align:middle!important; } .cf__textarea { margin:0!important; padding:0; border: 0!important; outline:0!important; overflow: auto!important; line-height: 1!important; font-family: %(param_font1)s!important; font-size: %(param_font_size_inputs)s!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow: none!important; -moz-box-sizing:border-box!important; -webkit-box-sizing:border-box!important; box-sizing:border-box!important; -webkit-appearance: none!important; -moz-appearance: none!important; appearance: none!important; }
0.324021
0.057945
.ag-float-wrapper.ag-image-toolbar-container { overflow: visible; border-radius: 2px; } .ag-image-toolbar { height: 30px; width: 240px; } .ag-image-toolbar ul, .ag-image-toolbar li { margin: 0; padding: 0; } .ag-image-toolbar ul { padding: 0 7px; display: flex; } .ag-image-toolbar li.item { position: relative; list-style: none; width: 28px; height: 30px; display: flex; justify-content: space-around; align-items: center; cursor: pointer; } .ag-image-toolbar li.item div.tooltip { min-width: 100px; box-sizing: border-box; height: 30px; text-align: center; display: block; position: absolute; top: -38px; background: var(--floatBgColor); border-radius: 2px; line-height: 30px; color: var(--editorColor); box-shadow: var(--floatShadow); display: none; } .ag-image-toolbar li.item div.tooltip::before { content: ''; width: 7px; height: 7px; display: block; background: var(--floatBgColor); position: absolute; bottom: -1px; transform: rotate(-45deg) translateX(-50%); left: 50%; } .ag-image-toolbar li.item:hover { background: var(--floatHoverColor); } .ag-image-toolbar li.item:hover div.tooltip { display: block; } .ag-image-toolbar li.item.edit { margin-right: 21px; margin-left: 10px; } .ag-image-toolbar li.item.inline { margin-right: 8px; } .ag-image-toolbar li.item:first-of-type:before { content: ''; width: 1px; position: absolute; height: 16px; background: var(--editorColor10); right: -10px; top: 7px; } .ag-image-toolbar li.item.delete { margin-right: 10px; margin-left: 21px; } .ag-image-toolbar li.item:last-of-type:before { content: ''; width: 1px; position: absolute; height: 16px; background: var(--editorColor10); left: -10px; top: 7px; } .ag-image-toolbar li.item .icon-wrapper { width: 16px; height: 16px; } .ag-image-toolbar li.item .icon-wrapper i.icon { display: inline-block; position: relative; height: 100%; width: 100%; overflow: hidden; color: var(--iconColor); transition: all .25s ease-in-out; } .ag-image-toolbar li.item .icon-wrapper i.icon > i[class^=icon-] { display: inline-block; width: 100%; height: 100%; filter: drop-shadow(16px 0 currentColor); position: relative; left: -16px; } .ag-image-toolbar li.item.active .icon-wrapper i.icon { color: var(--themeColor); }
src/muya/lib/ui/imageToolbar/index.css
.ag-float-wrapper.ag-image-toolbar-container { overflow: visible; border-radius: 2px; } .ag-image-toolbar { height: 30px; width: 240px; } .ag-image-toolbar ul, .ag-image-toolbar li { margin: 0; padding: 0; } .ag-image-toolbar ul { padding: 0 7px; display: flex; } .ag-image-toolbar li.item { position: relative; list-style: none; width: 28px; height: 30px; display: flex; justify-content: space-around; align-items: center; cursor: pointer; } .ag-image-toolbar li.item div.tooltip { min-width: 100px; box-sizing: border-box; height: 30px; text-align: center; display: block; position: absolute; top: -38px; background: var(--floatBgColor); border-radius: 2px; line-height: 30px; color: var(--editorColor); box-shadow: var(--floatShadow); display: none; } .ag-image-toolbar li.item div.tooltip::before { content: ''; width: 7px; height: 7px; display: block; background: var(--floatBgColor); position: absolute; bottom: -1px; transform: rotate(-45deg) translateX(-50%); left: 50%; } .ag-image-toolbar li.item:hover { background: var(--floatHoverColor); } .ag-image-toolbar li.item:hover div.tooltip { display: block; } .ag-image-toolbar li.item.edit { margin-right: 21px; margin-left: 10px; } .ag-image-toolbar li.item.inline { margin-right: 8px; } .ag-image-toolbar li.item:first-of-type:before { content: ''; width: 1px; position: absolute; height: 16px; background: var(--editorColor10); right: -10px; top: 7px; } .ag-image-toolbar li.item.delete { margin-right: 10px; margin-left: 21px; } .ag-image-toolbar li.item:last-of-type:before { content: ''; width: 1px; position: absolute; height: 16px; background: var(--editorColor10); left: -10px; top: 7px; } .ag-image-toolbar li.item .icon-wrapper { width: 16px; height: 16px; } .ag-image-toolbar li.item .icon-wrapper i.icon { display: inline-block; position: relative; height: 100%; width: 100%; overflow: hidden; color: var(--iconColor); transition: all .25s ease-in-out; } .ag-image-toolbar li.item .icon-wrapper i.icon > i[class^=icon-] { display: inline-block; width: 100%; height: 100%; filter: drop-shadow(16px 0 currentColor); position: relative; left: -16px; } .ag-image-toolbar li.item.active .icon-wrapper i.icon { color: var(--themeColor); }
0.519765
0.054777
@charset "UTF-8"; /*Pagination*/ a.pagination { color: #66afe9; text-size-adjust: 300%; text-align: center; padding: 8px 16px; } /*Fin Pagination*/ p { display:flex; text-align: justify; overflow: auto; } .user { color: #a4d7e1; font-size: 2em; margin-bottom: -4px; } .flexbox { display:flex; } .flexboxC { display:flex; flex-direction: column; } .flexboxR { display:flex; flex-direction: row; } .flexboxCL { display: flex; flex-direction: column; justify-items: left; width: 100%; } div#content { margin-right: 10%; margin-left: 10%; display: flex; margin-top: -80px; align-items: center; position: relative; justify-content: center; flex-direction: column; padding-top: 80px; } div#error { margin-right: 10%; margin-left: 10%; position: relative; color: #ee4c4c; } .cv { max-width: 800px; } h1 { color: #66afe9; font-size: 3em; } h2 { color: #66afe9; font-size: 2em; } h3 { font-size: 1.5em; } .padding-up { padding-top: 50px; } textarea#content { position: relative; left: auto; } a#content { text-decoration: none; color: #66afe9; transition: color 0.3s ease; position: relative; left: auto; } .form-group { margin-bottom: 15px; } .form-control { display: block; width: auto; min-width: 500px; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); } .blue-submit { background-color: #66afe9; color: #fff; width: 100%; } .red-submit { background-color: #ee4c4c; color: #fff; width: 100%; } .yellow-submit { background-color: #da7f08; color: #fff; width: 100%; } .flex { display: flex; align-items: left; padding-right: 1em; } /*Menu Hamburger*/ body { margin: 0; padding: 0; background: #232323; color: #cdcdcd; font-family: "Roboto", sans-serif; } a { text-decoration: none; color: #66afe9; transition: color 0.3s ease; } a:hover { color: #a200ff; } #menuToggle { display: block; position: relative; top: 50px; left: 50px; z-index: 1; -webkit-user-select: none; user-select: none; } #menuToggle input { display: block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; /* hide this */ z-index: 2; /* place over hamburger */ -webkit-touch-callout: none; } /* hamburger */ #menuToggle span { display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: #cdcdcd; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; } #menuToggle span:first-child { transform-origin: 0% 0%; } #menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; } #menuToggle input:checked ~ span { opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background: #232323; } #menuToggle input:checked ~ span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); } #menuToggle input:checked ~ span:nth-last-child(2) { transform: rotate(-45deg) translate(0, -1px); } /* position: top left of the screen */ #menu { position: absolute; width: 300px; min-width: 500px; margin: -100px 0 0 -50px; padding: 50px; padding-top: 125px; background: #ededed; list-style-type: none; -webkit-font-smoothing: antialiased; transform-origin: 0% 0%; transform: translate(-100%, 0); transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); } #menu li { padding: 10px 0; font-size: 3em; } /* position left */ #menuToggle input:checked ~ ul { transform: none; } /*Fin menu Hamburger*/
web/css/style21.css
@charset "UTF-8"; /*Pagination*/ a.pagination { color: #66afe9; text-size-adjust: 300%; text-align: center; padding: 8px 16px; } /*Fin Pagination*/ p { display:flex; text-align: justify; overflow: auto; } .user { color: #a4d7e1; font-size: 2em; margin-bottom: -4px; } .flexbox { display:flex; } .flexboxC { display:flex; flex-direction: column; } .flexboxR { display:flex; flex-direction: row; } .flexboxCL { display: flex; flex-direction: column; justify-items: left; width: 100%; } div#content { margin-right: 10%; margin-left: 10%; display: flex; margin-top: -80px; align-items: center; position: relative; justify-content: center; flex-direction: column; padding-top: 80px; } div#error { margin-right: 10%; margin-left: 10%; position: relative; color: #ee4c4c; } .cv { max-width: 800px; } h1 { color: #66afe9; font-size: 3em; } h2 { color: #66afe9; font-size: 2em; } h3 { font-size: 1.5em; } .padding-up { padding-top: 50px; } textarea#content { position: relative; left: auto; } a#content { text-decoration: none; color: #66afe9; transition: color 0.3s ease; position: relative; left: auto; } .form-group { margin-bottom: 15px; } .form-control { display: block; width: auto; min-width: 500px; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); } .blue-submit { background-color: #66afe9; color: #fff; width: 100%; } .red-submit { background-color: #ee4c4c; color: #fff; width: 100%; } .yellow-submit { background-color: #da7f08; color: #fff; width: 100%; } .flex { display: flex; align-items: left; padding-right: 1em; } /*Menu Hamburger*/ body { margin: 0; padding: 0; background: #232323; color: #cdcdcd; font-family: "Roboto", sans-serif; } a { text-decoration: none; color: #66afe9; transition: color 0.3s ease; } a:hover { color: #a200ff; } #menuToggle { display: block; position: relative; top: 50px; left: 50px; z-index: 1; -webkit-user-select: none; user-select: none; } #menuToggle input { display: block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; /* hide this */ z-index: 2; /* place over hamburger */ -webkit-touch-callout: none; } /* hamburger */ #menuToggle span { display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: #cdcdcd; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; } #menuToggle span:first-child { transform-origin: 0% 0%; } #menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; } #menuToggle input:checked ~ span { opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background: #232323; } #menuToggle input:checked ~ span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); } #menuToggle input:checked ~ span:nth-last-child(2) { transform: rotate(-45deg) translate(0, -1px); } /* position: top left of the screen */ #menu { position: absolute; width: 300px; min-width: 500px; margin: -100px 0 0 -50px; padding: 50px; padding-top: 125px; background: #ededed; list-style-type: none; -webkit-font-smoothing: antialiased; transform-origin: 0% 0%; transform: translate(-100%, 0); transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); } #menu li { padding: 10px 0; font-size: 3em; } /* position left */ #menuToggle input:checked ~ ul { transform: none; } /*Fin menu Hamburger*/
0.193757
0.053924
body { font-family: 'flamenco', sans-serif; } body p{ font-family: 'pt-sans', sans-serif; } .companyBrand{ font-size: 2em; color: whitesmoke; font-family: 'source-sans-pro', sans-serif; -webkit-transition: all 0.8s ease-out ; -moz-transition: all 0.8s ease-out ; transition: all 0.8s ease-out ; } .companyBrand:hover{ color: burlywood; } .companyBrand:active{ color: burlywood; } .navlinker{ font-size:0.8em; color:whitesmoke; font-weight:bold; font-family: 'source-sans-pro', sans-serif; -webkit-transition: all 0.8s ease-out ; -moz-transition: all 0.8s ease-out ; transition: all 0.8s ease-out ; } .navlinker:hover{ text-decoration:none; color: burlywood; } .navlinker:active{ color: burlywood; } .navlinks{ background:black; } .indexBackground{ background:url(../images/city.jpg) no-repeat; margin-top:85px; } .otherBackground{ background-color:white; opacity:0.8; padding-top:25px; } /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content { } /* Set widths on the form inputs since otherwise they're 100% wide */ /* Carousel */ .carousel-caption { z-index: 10 !important; } .carousel-caption p { font-size: 20px; line-height: 1.4; } @media (min-width: 768px) { .carousel-caption { z-index: 10 !important; } } .wardrobe-frame{ position:relative; top:20px; bottom:20px; } .form-table{ border-spacing:10px; border-collapse:separate; } .table-label{ text-align:right; } .table-input{ border-radius: 5px 5px; border: 2px solid beige; padding:4px; box-sizing:content-box; min-width: 250px; } .table-validation{ color:red; font-style:italic; } .table-data-button{ position:relative; left:90px; background-color:beige; text-align:center; } input[type="submit"]{ text-transform:capitalize; margin:5px; width:100%; height:100%; font-weight:600; border:0px; } .footer-styling{ background-color:#3f3f3f; } .Copyright{ text-align:center; float:right; color: whitesmoke; font-weight: 600; box-sizing: border-box; margin-top: 10px; font-size: 0.9em; } .Social-plugins{ box-sizing:border-box; margin-top:10px; } article{ line-height:1.9em; font-size:0.9em; font-weight:500; font-family: 'pt-sans', sans-serif; } article section{ margin-bottom: 30px; } .main-content-wrapper{ margin-top:25px; } .moto{ margin-top:45px; margin-bottom:45px; font-size:120px; font-stretch:condensed; color:rgb(249, 226, 195) } .recent-updates{ text-align:center; border:1px inset black; padding:5px; font-weight:bold; } .updates-title{ border:1px inset grey; text-align:center; padding:5px; margin-bottom:0px; color:darkgoldenrod; font-weight:bold; } .updates-list{ list-style-type:none; padding-left:0px; } .updates-list>li{ padding:5px; border:1px inset grey; } .image-mission>h6{ font-size:14px; font-weight:bold; text-align:center; color:mintcream; } .nav-styling{ opacity:0.87; font-variant:small-caps; } #facebook{ color:cornflowerblue; } #googleplus{ color:orangered; } #twitter{ color:cornflowerblue; } .home-form{ border-radius:1.5px; box-shadow:1.5px 1.5px 3px; padding:10px; background-color:rgb(249, 226, 195); } .home-form-sections{ margin-bottom:15px; } .home-form-submit-button{ font-size:small; background-color:whitesmoke; border-radius:2.5px; } .feeds{ font-size:14px; font-weight:bold; text-align:center; color:mintcream; } .section-container{ padding:10px; opacity:0.97; } .section-container>ul{ list-style-type:none; padding-left:0px; } .section-container>ul>li{ border-bottom:1px solid black; margin-bottom:3px; box-sizing:border-box; } .text-Validation{ font-size:11px; margin-top:10px; } .project-description{ font-size:0.9em; padding-left:0px; line-height:1.7em; } .demacations{ padding-left: 5px; padding-top:10px; border-radius: 5px; box-shadow: 1px 1px 2px; border:1.5px inset inherit; } .section-container>div>ul>li{ list-style-type: none; font-size: 1em; margin-bottom: 11px; border-radius: 3px; box-sizing: content-box; -webkit-transition: all 0.8s ease-out ; -moz-transition: all 0.8s ease-out ; transition: all 0.8s ease-out ; } .mission-nav:hover{ cursor: pointer; text-decoration:underline; } .mission-nav>a{ color: inherit; } .mission-nav>a:hover{ text-decoration: none; } #fillMeUp{ -webkit-transition: all 0.8s ease-in; -moz-transition: all 0.8s ease-in; transition: all 0.8s ease-in; } .article-header{ font-weight: 600; font-variant: petite-caps; } .article-parent{ overflow: auto; margin-bottom: 40px; } .relatedResources{ text-align: center; } .relatedResources>ul{ list-style-type: None; }
bin/Release/netcoreapp1.0/publish/wwwroot/css/site.css
body { font-family: 'flamenco', sans-serif; } body p{ font-family: 'pt-sans', sans-serif; } .companyBrand{ font-size: 2em; color: whitesmoke; font-family: 'source-sans-pro', sans-serif; -webkit-transition: all 0.8s ease-out ; -moz-transition: all 0.8s ease-out ; transition: all 0.8s ease-out ; } .companyBrand:hover{ color: burlywood; } .companyBrand:active{ color: burlywood; } .navlinker{ font-size:0.8em; color:whitesmoke; font-weight:bold; font-family: 'source-sans-pro', sans-serif; -webkit-transition: all 0.8s ease-out ; -moz-transition: all 0.8s ease-out ; transition: all 0.8s ease-out ; } .navlinker:hover{ text-decoration:none; color: burlywood; } .navlinker:active{ color: burlywood; } .navlinks{ background:black; } .indexBackground{ background:url(../images/city.jpg) no-repeat; margin-top:85px; } .otherBackground{ background-color:white; opacity:0.8; padding-top:25px; } /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content { } /* Set widths on the form inputs since otherwise they're 100% wide */ /* Carousel */ .carousel-caption { z-index: 10 !important; } .carousel-caption p { font-size: 20px; line-height: 1.4; } @media (min-width: 768px) { .carousel-caption { z-index: 10 !important; } } .wardrobe-frame{ position:relative; top:20px; bottom:20px; } .form-table{ border-spacing:10px; border-collapse:separate; } .table-label{ text-align:right; } .table-input{ border-radius: 5px 5px; border: 2px solid beige; padding:4px; box-sizing:content-box; min-width: 250px; } .table-validation{ color:red; font-style:italic; } .table-data-button{ position:relative; left:90px; background-color:beige; text-align:center; } input[type="submit"]{ text-transform:capitalize; margin:5px; width:100%; height:100%; font-weight:600; border:0px; } .footer-styling{ background-color:#3f3f3f; } .Copyright{ text-align:center; float:right; color: whitesmoke; font-weight: 600; box-sizing: border-box; margin-top: 10px; font-size: 0.9em; } .Social-plugins{ box-sizing:border-box; margin-top:10px; } article{ line-height:1.9em; font-size:0.9em; font-weight:500; font-family: 'pt-sans', sans-serif; } article section{ margin-bottom: 30px; } .main-content-wrapper{ margin-top:25px; } .moto{ margin-top:45px; margin-bottom:45px; font-size:120px; font-stretch:condensed; color:rgb(249, 226, 195) } .recent-updates{ text-align:center; border:1px inset black; padding:5px; font-weight:bold; } .updates-title{ border:1px inset grey; text-align:center; padding:5px; margin-bottom:0px; color:darkgoldenrod; font-weight:bold; } .updates-list{ list-style-type:none; padding-left:0px; } .updates-list>li{ padding:5px; border:1px inset grey; } .image-mission>h6{ font-size:14px; font-weight:bold; text-align:center; color:mintcream; } .nav-styling{ opacity:0.87; font-variant:small-caps; } #facebook{ color:cornflowerblue; } #googleplus{ color:orangered; } #twitter{ color:cornflowerblue; } .home-form{ border-radius:1.5px; box-shadow:1.5px 1.5px 3px; padding:10px; background-color:rgb(249, 226, 195); } .home-form-sections{ margin-bottom:15px; } .home-form-submit-button{ font-size:small; background-color:whitesmoke; border-radius:2.5px; } .feeds{ font-size:14px; font-weight:bold; text-align:center; color:mintcream; } .section-container{ padding:10px; opacity:0.97; } .section-container>ul{ list-style-type:none; padding-left:0px; } .section-container>ul>li{ border-bottom:1px solid black; margin-bottom:3px; box-sizing:border-box; } .text-Validation{ font-size:11px; margin-top:10px; } .project-description{ font-size:0.9em; padding-left:0px; line-height:1.7em; } .demacations{ padding-left: 5px; padding-top:10px; border-radius: 5px; box-shadow: 1px 1px 2px; border:1.5px inset inherit; } .section-container>div>ul>li{ list-style-type: none; font-size: 1em; margin-bottom: 11px; border-radius: 3px; box-sizing: content-box; -webkit-transition: all 0.8s ease-out ; -moz-transition: all 0.8s ease-out ; transition: all 0.8s ease-out ; } .mission-nav:hover{ cursor: pointer; text-decoration:underline; } .mission-nav>a{ color: inherit; } .mission-nav>a:hover{ text-decoration: none; } #fillMeUp{ -webkit-transition: all 0.8s ease-in; -moz-transition: all 0.8s ease-in; transition: all 0.8s ease-in; } .article-header{ font-weight: 600; font-variant: petite-caps; } .article-parent{ overflow: auto; margin-bottom: 40px; } .relatedResources{ text-align: center; } .relatedResources>ul{ list-style-type: None; }
0.393618
0.075448
body { margin:0px; background-image:none; position:relative; left:-106px; width:501px; margin-left:auto; margin-right:auto; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { position:absolute; z-index:0; } #u23_div { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:23px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:20px; } #u23 { border-width:0px; position:absolute; left:106px; top:97px; width:140px; height:23px; display:flex; font-size:20px; } #u23 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u23_text { border-width:0px; white-space:nowrap; text-transform:none; } #u24_div { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:23px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:20px; } #u24 { border-width:0px; position:absolute; left:106px; top:156px; width:140px; height:23px; display:flex; font-size:20px; } #u24 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u24_text { border-width:0px; white-space:nowrap; text-transform:none; } #u25_div { border-width:0px; position:absolute; left:0px; top:0px; width:180px; height:23px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:20px; } #u25 { border-width:0px; position:absolute; left:106px; top:212px; width:180px; height:23px; display:flex; font-size:20px; } #u25 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u25_text { border-width:0px; white-space:nowrap; text-transform:none; } #u26_input { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u26_input.disabled { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u26_div { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u26 { border-width:0px; position:absolute; left:307px; top:97px; width:300px; height:25px; display:flex; } #u26 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u26_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u26.disabled { } #u27_input { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u27_input.disabled { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u27_div { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u27 { border-width:0px; position:absolute; left:307px; top:154px; width:300px; height:25px; display:flex; } #u27 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u27_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u27.disabled { } #u28_input { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u28_input.disabled { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u28_div { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u28 { border-width:0px; position:absolute; left:307px; top:212px; width:300px; height:25px; display:flex; } #u28 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u28_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u28.disabled { } #u29_div { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:40px; background:inherit; background-color:rgba(22, 155, 213, 1); border:none; border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:20px; } #u29 { border-width:0px; position:absolute; left:186px; top:293px; width:140px; height:40px; display:flex; font-size:20px; } #u29 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u29_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u30_div { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:40px; background:inherit; background-color:rgba(22, 155, 213, 1); border:none; border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:20px; } #u30 { border-width:0px; position:absolute; left:406px; top:293px; width:140px; height:40px; display:flex; font-size:20px; } #u30 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u30_text { border-width:0px; word-wrap:break-word; text-transform:none; }
server/tornado/static/css/modifypassword.css
body { margin:0px; background-image:none; position:relative; left:-106px; width:501px; margin-left:auto; margin-right:auto; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { position:absolute; z-index:0; } #u23_div { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:23px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:20px; } #u23 { border-width:0px; position:absolute; left:106px; top:97px; width:140px; height:23px; display:flex; font-size:20px; } #u23 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u23_text { border-width:0px; white-space:nowrap; text-transform:none; } #u24_div { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:23px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:20px; } #u24 { border-width:0px; position:absolute; left:106px; top:156px; width:140px; height:23px; display:flex; font-size:20px; } #u24 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u24_text { border-width:0px; white-space:nowrap; text-transform:none; } #u25_div { border-width:0px; position:absolute; left:0px; top:0px; width:180px; height:23px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:20px; } #u25 { border-width:0px; position:absolute; left:106px; top:212px; width:180px; height:23px; display:flex; font-size:20px; } #u25 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u25_text { border-width:0px; white-space:nowrap; text-transform:none; } #u26_input { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u26_input.disabled { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u26_div { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u26 { border-width:0px; position:absolute; left:307px; top:97px; width:300px; height:25px; display:flex; } #u26 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u26_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u26.disabled { } #u27_input { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u27_input.disabled { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u27_div { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u27 { border-width:0px; position:absolute; left:307px; top:154px; width:300px; height:25px; display:flex; } #u27 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u27_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u27.disabled { } #u28_input { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u28_input.disabled { position:absolute; left:0px; top:0px; width:300px; height:25px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u28_div { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u28 { border-width:0px; position:absolute; left:307px; top:212px; width:300px; height:25px; display:flex; } #u28 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u28_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u28.disabled { } #u29_div { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:40px; background:inherit; background-color:rgba(22, 155, 213, 1); border:none; border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:20px; } #u29 { border-width:0px; position:absolute; left:186px; top:293px; width:140px; height:40px; display:flex; font-size:20px; } #u29 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u29_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u30_div { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:40px; background:inherit; background-color:rgba(22, 155, 213, 1); border:none; border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:20px; } #u30 { border-width:0px; position:absolute; left:406px; top:293px; width:140px; height:40px; display:flex; font-size:20px; } #u30 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u30_text { border-width:0px; word-wrap:break-word; text-transform:none; }
0.325735
0.063628
.tree-wrapper { margin-top: 70px; height: calc(100% - 160px); overflow-y: auto; overflow-x: hidden; border: 1px solid #282828; border-radius: 5px; padding: 20px; padding-left: 25px; background-color: #222222; position: fixed; width: 300px; } .search-results-wrapper { padding-left: 10px; margin-left: 300px; width: calc(100% - 300px); overflow: auto; display: block; } .search-results-wrapper-lg { padding-left: 10px; margin-left: 50px; width: calc(100% - 50px); overflow: auto; display: block; } .tree-button-wrapper { width: 300px; position: fixed; margin: 0px auto; padding: 5px; padding-left: 10px; border: 1px solid #282828; border-radius: 5px; background-color: #222222; } .tree-button-wrapper-sm { width: 50px; position: fixed; margin: 0px auto; padding: 5px; padding-left: 10px; border: 1px solid #282828; border-radius: 5px; background-color: #222222; } #tree-wrapper::-webkit-scrollbar-track { background-color: #33373B; } #tree-wrapper::-webkit-scrollbar-corner { background-color: #33373B; } #tree-wrapper::-webkit-scrollbar { width: 8px; height: 8px; background-color: #33373B; } #tree-wrapper::-webkit-scrollbar-thumb { background-color: #555; border-radius: 5px; } .tree-container { position: absolute; left: 5px; display: block; } .tree-container-toppaths { overflow: auto; border: 0; margin: 0px auto; } .selected { color: #ffffff !important; text-decoration: underline !important; } .node { font-size: 12px; overflow: visible; position: absolute; list-style: none; margin-top: 10px; margin-left: 10px; margin-right: 0px; white-space: nowrap; word-wrap: break-word; z-index: 1; width: 400px; color: #C7CED6; } .node .fa-folder { font-size: 14px; padding-right: 6px; color: #6E7681; font-weight: bold; } .node .fa-folder-open { font-size: 14px; padding-right: 6px; color: #6E7681; font-weight: bold; } .node .filename { cursor: pointer; font-size: 12px; padding-left: 2px; padding-right: 2px; } .node .filesize-darkergray { color: #6E7681; font-size: 12px; padding-left: 2px; } /* d3 tool tip */ .d3-tip { font-size: 11px; line-height: 1; font-weight: bold; padding: 12px; background: rgba(29, 29, 29, 0.9); color: #fff; border-radius: 2px; pointer-events: none !important; word-break: break-all; word-wrap: break-word; z-index: 99; }
diskover-web/public/css/diskover-filetree-search.css
.tree-wrapper { margin-top: 70px; height: calc(100% - 160px); overflow-y: auto; overflow-x: hidden; border: 1px solid #282828; border-radius: 5px; padding: 20px; padding-left: 25px; background-color: #222222; position: fixed; width: 300px; } .search-results-wrapper { padding-left: 10px; margin-left: 300px; width: calc(100% - 300px); overflow: auto; display: block; } .search-results-wrapper-lg { padding-left: 10px; margin-left: 50px; width: calc(100% - 50px); overflow: auto; display: block; } .tree-button-wrapper { width: 300px; position: fixed; margin: 0px auto; padding: 5px; padding-left: 10px; border: 1px solid #282828; border-radius: 5px; background-color: #222222; } .tree-button-wrapper-sm { width: 50px; position: fixed; margin: 0px auto; padding: 5px; padding-left: 10px; border: 1px solid #282828; border-radius: 5px; background-color: #222222; } #tree-wrapper::-webkit-scrollbar-track { background-color: #33373B; } #tree-wrapper::-webkit-scrollbar-corner { background-color: #33373B; } #tree-wrapper::-webkit-scrollbar { width: 8px; height: 8px; background-color: #33373B; } #tree-wrapper::-webkit-scrollbar-thumb { background-color: #555; border-radius: 5px; } .tree-container { position: absolute; left: 5px; display: block; } .tree-container-toppaths { overflow: auto; border: 0; margin: 0px auto; } .selected { color: #ffffff !important; text-decoration: underline !important; } .node { font-size: 12px; overflow: visible; position: absolute; list-style: none; margin-top: 10px; margin-left: 10px; margin-right: 0px; white-space: nowrap; word-wrap: break-word; z-index: 1; width: 400px; color: #C7CED6; } .node .fa-folder { font-size: 14px; padding-right: 6px; color: #6E7681; font-weight: bold; } .node .fa-folder-open { font-size: 14px; padding-right: 6px; color: #6E7681; font-weight: bold; } .node .filename { cursor: pointer; font-size: 12px; padding-left: 2px; padding-right: 2px; } .node .filesize-darkergray { color: #6E7681; font-size: 12px; padding-left: 2px; } /* d3 tool tip */ .d3-tip { font-size: 11px; line-height: 1; font-weight: bold; padding: 12px; background: rgba(29, 29, 29, 0.9); color: #fff; border-radius: 2px; pointer-events: none !important; word-break: break-all; word-wrap: break-word; z-index: 99; }
0.448909
0.10833
html, body { font-family: 'PT Sans', sans-serif; font-size: 100%; overflow-x: hidden; background: #fff; } body a { transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; text-decoration: none; } h1, h2, h3, h4, h5, h6 { margin: 0; font-family: 'Yanone Kaffeesatz', sans-serif; } p { margin: 0; line-height: 1.8; font-size: 1em; color: #333; } ul { margin: 0; padding: 0; } li { list-style-type: none; } body a:hover { text-decoration: none; } .main-content { position: relative; } .sidebar-left .navbar-brand { height: 61px; padding: 10px 15px 10px 25px; font-size: 25px; text-transform: uppercase; color: #fff; } span.dashboard_text { font-size: 12px; text-transform: capitalize; display: block; letter-spacing: 1px; padding-left: 35px; } .navbar-inverse .navbar-brand { color: #b8c7ce; } .w3ls-btn { letter-spacing: 2px; font-size: 16px; } /*-------HEADER SECTION------*/ .navbar-inverse { background-color: transparent; border-color: transparent; } /* ----STICKY HEADER----*/ /* .header-section { background: #FFF; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.21); -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.21); -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.21); -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.21); } .header-section::after { clear: both; display: block; content: ''; }*/ header { left: 0; right: 0; z-index: 1002; background: transparent; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; position: fixed; } .header-right { float: right; } /* ----menu-icon----*/ button#showLeftPush { font-size: 1.1em; text-align: center; cursor: pointer; color: #EB5C74; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; border: none; background-color: #fff; outline: none; border-radius: 50%; height: 40px; width: 40px; margin-top: 11px; position: fixed; margin-top: 1.5em; } /*--push-menu-css--*/ .cbp-spmenu { position: fixed; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .cbp-spmenu-vertical { height: 100%; z-index: 1000; padding: 0em 0 2em; } .cbp-spmenu-left { left: 0; } .cbp-spmenu-left.cbp-spmenu-open { left: -309px; } /* Push classes applied to the body */ .cbp-spmenu-push { overflow-x: hidden; position: relative; } .cbp-spmenu-push-toright { left: 0; } /* Transitions */ .cbp-spmenu, .cbp-spmenu-push { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .cbp-spmenu-push div#page-wrapper { margin: 0 0 0 13.5em; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; } .cbp-spmenu-push.cbp-spmenu-push-toright div#page-wrapper { margin: 0; } /*--//push-menu-css--*/ /*--side-menu--*/ .sidebar ul li { margin-bottom: 1em; } .sidebar ul li a { color: #FFFFFF; font-size: 1em; padding: 5px 15px; padding-left: 25px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .nav>li>a:hover, .nav>li>a:focus { text-decoration: none; background-color: transparent; color: #000; } .sidebar .arrow { float: right; } h4.heading { padding-left: 25px; font-size: 17px; letter-spacing: 1px; color: #eee; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; margin-top: 30px; } .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background: none; color: #337ab7; } .chart-nav span.nav-badge-btm { right: 5%; top: 24%; } ul.dropdown-menu { /* animation: flipInX 1s ease; -moz-animation: flipInX 1s ease; -webkit-animation: flipInX 1s ease; -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -moz-backface-visibility: visible !important; data-wow-delay:".1s"; */ -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } /*--//side-menu--*/ /* ----Logo----*/ h1 a.logo { text-align: center; } h1 a.logo { color: #000; font-size: 0.9em; font-family: 'Pacifico', cursive; text-transform: capitalize; } .w3serv_modal h4 { font-family: 'Pacifico', cursive; } /* ----//Logo---- */ @media(max-width:1080px) { .cbp-spmenu-vertical { width: 201px; } .cbp-spmenu-push div#page-wrapper { margin: 0; } .cbp-spmenu-left.cbp-spmenu-open { left: 0; height: 100%; background: #fff; } .cbp-spmenu-vertical { left: -309px; } } /* @media(max-width:767px) { .sidebar .navbar-collapse.collapse { display: block; } .cbp-spmenu-vertical { padding: 1em 0; width: 201px; } .navbar-inverse .navbar-toggle { border-color: transparent; background: #629aa9; } .navbar-toggle { border-radius: 30px; height: 40px; width: 40px; text-align: center; } .navbar-toggle .icon-bar { width: 20px; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #F2B33F; } } */ .brand { position: relative; margin-left: 13em; } ul.sidebar-menu { padding-top: 60px; } /* banner */ .banner { background: url(../images/banner.jpg) no-repeat center; background-size: cover; height: 50vw; } .inner-banner { background: url(../images/b3.jpg) no-repeat center; background-size: cover; height: 15vw; } .inner-bc { background: #e9ecef; } li.breadcrumb-item a { color: #000; } .banner_text_agile { max-width: 650px; padding: 19vw 0 0 3vw; box-sizing: border-box; } .banner_text_agile i { color: rgba(255, 255, 255, 0.38); font-size: 5em; } .b-w3ltxt { color: #fff; font-size: 4vw; letter-spacing: 1px; word-spacing: 4px; } .carousel-indicators { bottom: -55px; } .banner_text_agile p { color: #eee; letter-spacing: 0.5px; max-width: 500px; } .btn-banner { color: #ffffff; background-color: #EB5C74; } a.btn-banner:hover { color: #ffffff; background-color: #EB5C74; } .carousel-indicators .active { background-color: #eb5c74; } .carousel-indicators li{ background: #fff; } /* //banner */ /* about */ h3.agile-title { color: #000; font-size: 3em; line-height: 36px; font-weight: 400; letter-spacing: 4.7px; } span.w3-line { background: #c5c5c5; display: inline-block; width: 52px; height: 5px; } .card-title { text-transform: uppercase; font-size: 1.5em; color: #000000; letter-spacing: 6px; word-spacing: 4px; } .card-body a.btn { background: #eb5c74; border: none; color: #fff; } section.agile_stats { background: #EFF6FD; } h3.stat-title { color: #000; letter-spacing: 4.5px; font-size: 1.8em; line-height: 25px; } .counter i { color: #bed0e9; } .timer { font-size: 2em; color: #000; } .w3l-thead { background: #007bff; } /*-- about--*/ /* about bottom */ .abbot-main { background: #edf5fd; } .abbot-grid2 { background: #fdeef1; } .abbot-right .card { background: transparent; border: none; } .abt_card_btn { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 1.2em; letter-spacing: 4px; color: #333 !important; } /* progress bars */ .progress_agile { max-width: 500px; } .progress-outer { border-radius: 50px; } .progress-outer h6 { color: #000; font-size: 1.2em; letter-spacing: 2px; } .progress { height: 22px; margin: 0; overflow: visible; border-radius: 50px; background: #e6d9d9; box-shadow: inset 0 10px 10px rgba(247, 247, 247, 0.9); } .progress .progress-bar { border-radius: 50px; } .progress .progress-value { position: relative; left: -45px; top: 0; font-size: 14px; font-weight: bold; color: #fff; letter-spacing: 2px; } .progress-bar.active { animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s; } @-webkit-keyframes animate-positive { 0% { width: 0%; } } @keyframes animate-positive { 0% { width: 0%; } } /* //progress bars */ /* //about bottom */ /* services */ .services-bg { background: #fdeef1; } .wthree_s1 { background: #ffffff; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; } .wthree_s1:hover { border-radius: 25px; } /* //services */ /* viewmore services */ .serv_bottom { background: #C33764; background: -webkit-linear-gradient(to right, #1D2671, #C33764); background: linear-gradient(to right, #1D2671, #C33764); background: -moz-linear-gradient(to right, #1D2671, #C33764); background: -o-linear-gradient(to right, #1D2671, #C33764); background: -ms-linear-gradient(to right, #1D2671, #C33764); } h4.agile-ser_bot { font-size: 2.5em; letter-spacing: 4px; word-spacing: 3px; } a.serv_link { color: #000; font-weight: bold; letter-spacing: 1px; word-spacing: 3px; } .serv_bottom h5 { letter-spacing: 5px; word-spacing: 3px; } .serv_bottom h5 { letter-spacing: 10px; word-spacing: 23px; } /* //view more *services/ /* slide */ .slide-bg { background: url(../images/slide.jpg) no-repeat; background-size: cover; min-height: 40vw; } h5.agile-title { color: #fff; font-size: 2.7em; font-weight: 600; letter-spacing: 2px; word-spacing: 4px; font-family: 'PT Sans', sans-serif; max-width: 750px; } .slide-bg p { max-width: 750px; letter-spacing: 1px; } /* //slide */ /* pricing */ .bg-price h4 { color: #000; font-size: 2em; letter-spacing: 2px; } .bg-price span { display: block; background: #17a2b8; width: 15px; height: 5px; border-radius: 10px; } .agile-pricegrid h5 { font-size: 3.5em; color: #EB5C74; font-weight: bold; } .agile-pricegrid h5 span { display: inline; } .list-group-item { color: #777; } /* //pricing */ /* portfolio */ .portfolio-categ li { color: #333; cursor: pointer; display: inline-block; padding: 10px 20px; font-size: 1.1em; margin: 0 0.4em; letter-spacing: 1px; text-transform: capitalize; background: #eee; } .portfolio-item2 a{ cursor:zoom-in; } .portfolio-categ li a { color: #333; } .image-block { display: block; position: relative; } .portfolio-area li { float: left; list-style-type: none; overflow: hidden; width: 388px; } .home-portfolio-text { margin-top: 10px; } .portfolio-categ li.active { background: #EB5C74; color: #fff; } .portfolio-categ li.active a { color: #fff; } /* //portfolio */ /* team */ .team-effect { display: block; overflow: hidden; position: relative; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; opacity: 1; filter: alpha(opacity=100); } .team-text { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img { height: 100%; width: 100%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img:before { content: ''; background-color: rgba(0, 0, 0, 0); left: 0; top: 0; right: 0; bottom: 0; position: absolute; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img:hover { background-color: rgba(0, 0, 0, 0.8); } .team-grids:hover .team-text { background-color: #e01414; } .team-grids:hover .team-text p { color: #fff; } .team-grids:hover .social-icon { bottom: 0%; height: 100%; padding-top: 18em; position: absolute; visibility: visible; background-color: rgba(0, 0, 0, 0.8); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.9s; -moz-transition: all 0.9s; -ms-transition: all 0.9s; -o-transition: all 0.9s; transition: all 0.9s; } .team-effect:hover .social-icon a { -webkit-animation-name: translate-transition; -webkit-animation-duration: 0.8s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-name: translate-transition; animation-duration: 0.8s; animation-timing-function: linear; animation-iteration-count: 1; } .team-text { background-color: #dedada; padding: 20px; width: 100%; text-align: center; } .team-text h4 { color: #000; font-size: 2em; } .team-text p { margin-top: 0.3em; text-transform: capitalize; } .team-effect .social-icon { bottom: 0; padding: 10px; left: 0; position: absolute; right: 0; text-align: center; overflow: hidden; z-index: 9; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; visibility: hidden; } .social-button { display: inline-block; background-color: #fff; width: 40px; height: 40px; margin: 0 3px; text-align: center; position: relative; overflow: hidden; opacity: .99; -webkit-border-radius: 20%; -moz-border-radius: 20%; border-radius: 20%; } .social-button:before { content: ''; background-color: #000; width: 120%; height: 120%; position: absolute; top: 102%; left: -118%; -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); } .social-button .fa { font-size: 2em; line-height: 1.5; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); } .social-button.facebook:before { background-color: #3B5998; } .social-button.facebook .fa { color: #3B5998; } .social-button.twitter:before { background-color: #3CF; } .social-button.twitter .fa { color: #3CF; } .social-button.google:before { background-color: #DC4A38; } .social-button.google .fa { color: #DC4A38; } .social-button.dribbble:before { background-color: #F26798; } .social-button.dribbble .fa { color: #F26798; } .social-button.skype:before { background-color: #00AFF0; } .social-button.skype .fa { color: #00AFF0; } .social-button:focus:before, .social-button:hover:before { top: -10%; left: -10%; } .social-button:focus .fa, .social-button:hover .fa { color: #fff; -webkit-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } /*-- //team --*/ /*-- team --*/ .team.agileits-w3layouts { background: #fff; } .team-grid.w3_agileits img { margin: 1em 0 0; } .team-grid.w3_agileits ul { margin: 1em 0 0; } .team-grid.w3_agileits { padding: 2em; -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78); -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78); box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78); } .testi-grids img { display: inline-block; -webkit-border-radius: 50%; border-radius: 50%; -moz-border-radius: 50%; text-decoration: none; z-index: 1; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; } .team-grid .social-icons { margin-top: 1em; } /* team * .team-grids { padding: 0; } .team-mid-txt span { color: #34c663; text-transform: uppercase; font-size: 2.5em; font-weight: bold; } .team-mid-txt h5 { text-transform: uppercase; font-weight: bold; color: #000; font-size: 5em; text-shadow: 4px 0px 0px #a09c9c; } .team-mid-txt h5:last-child { font-size: 4em; } .team-mid-txt.text-center { background: #eee; padding: 7em 3em; } .team-container { width: 86%; margin: 0 auto; } .team-effect { display: block; overflow: hidden; position: relative; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; opacity: 1; filter: alpha(opacity=100); } .team-text { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img { height: 100%; width: 100%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img:before { content: ''; background-color: rgba(0, 0, 0, 0); left: 0; top: 0; right: 0; bottom: 0; position: absolute; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img:hover { background-color: rgba(0, 0, 0, 0.8); } .team-grids:hover .team-text { background-color: #e01414; } .team-grid-left .team-grids :nth-child(1).team-text { background: #f7c052; } .team-grid-left .team-grids :nth-child(2).team-text { background: #c3d0ff; } .team-grid-right .team-grids :nth-child(2).team-text { background: #34c663; } .team-grid-right .team-grids :nth-child(1).team-text { background: #f7c052; } .team-grids:hover .team-text p { color: #fff; } .team-grids:hover .social-icon { bottom: 0%; height: 100%; padding-top: 8em; position: absolute; visibility: visible; background-color: rgba(212, 210, 210, 0.67); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.9s; -moz-transition: all 0.9s; -ms-transition: all 0.9s; -o-transition: all 0.9s; transition: all 0.9s; } .team-effect:hover .social-icon a { -webkit-animation-name: translate-transition; -webkit-animation-duration: 0.8s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-name: translate-transition; animation-duration: 0.8s; animation-timing-function: linear; animation-iteration-count: 1; } .team-text { padding: 50px 30px 0; width: 100%; min-height: 285px; } .team-grid-left { text-align: right; } .team-text h4 { color: #000; font-size: 1.5em; line-height: 2; text-shadow: 1px 1px 1px #fffafa; } .team-text span { font-style: italic; color: #636262; font-size: 1.1em; letter-spacing: 0.5px; } .team-text p { color: #fff; margin-top: 15px; text-transform: capitalize; } .team-effect .social-icon { bottom: 0; padding: 10px; left: 0; position: absolute; right: 0; text-align: center; overflow: hidden; z-index: 9; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; visibility: hidden; } .social-button { display: inline-block; background-color: #fff; width: 40px; height: 40px; margin: 0 3px; text-align: center; position: relative; overflow: hidden; opacity: .99; -webkit-border-radius: 20%; -moz-border-radius: 20%; border-radius: 20%; } .social-button:before { content: ''; background-color: #000; width: 120%; height: 120%; position: absolute; top: 102%; left: -118%; -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); } .social-button i { font-size: 2em; line-height: 1.5; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); } .social-button.facebook:before { background-color: #3B5998; } .social-button.facebook .fab { color: #3B5998; } .social-button.twitter:before { background-color: #3CF; } .social-button.twitter .fab { color: #3CF; } .social-button.google:before { background-color: #DC4A38; } .social-button.google .fab { color: #DC4A38; } .social-button.dribbble:before { background-color: #F26798; } .social-button.dribbble .fa { color: #F26798; } .social-button.skype:before { background-color: #00AFF0; } .social-button.skype .fa { color: #00AFF0; } .social-button:focus:before, .social-button:hover:before { top: -10%; left: -10%; } .social-button:focus .fab, .social-button:hover .fab { color: #fff; -webkit-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } /*-- //team --*/ /*-- testimonials--*/ .testi-bg { background: url(../images/b1.jpg) no-repeat center; background-size: cover; } .carousel-control.left, .carousel-control.right { background: none; width: 25px; } .carousel-control.left { left: -25px; } .carousel-control.right { right: -25px; } .broun-block { padding-bottom: 34px; } .block-text { background-color: #fff; border-radius: 5px; box-shadow: 0 3px 0 #2c2222; color: #000; margin-top: 27px; padding: 15px 18px; } .block-text span { color: #eb5c74; } .block-text h6 { color: #000000; font-size: 20px; font-weight: bold; text-transform: capitalize; line-height: 21px; font-family: 'PT Sans', sans-serif; } .mark { background: none; } .block-text p { color: #585858; font-style: italic; } .block { display: block; } .zmin { z-index: 1; } .ab { position: absolute; } .person-text { padding: 10px 0 0; text-align: center; z-index: 2; } .person-text h5 { color: #eb5c74; display: block; font-size: 1.2em; margin: 10px 0 5px; font-family: 'PT Sans', sans-serif; } .person-text i { color: #000; } .rel { position: relative; background: #eaeaea; padding: 2em; } .person-text.rel { background: transparent; } /*-- testimonials--*/ /*--contact--*/ .map iframe { width: 100%; min-height: 350px; border: 5px solid #17a2b8; } .address h5 { color: #000; text-transform: capitalize; font-size: 1.1em; } .address p a, p.c-txt { color: #777; } .address p a:hover { color: #000; } .contact-top1 .form-group label, form.f-color .form-control { color: #000; letter-spacing: 1px; } .contact-top1 h5 { font-size: 2em; } .address h5 { font-size: 1.5em; } /*--//contact--*/ /* footer */ .footer { background: url(../images/footer.jpg) no-repeat center; background-size: cover; } /* footer grids */ .footerv3-top h3 { font-size: 1.3em; color: #fff; text-transform: uppercase; margin-bottom: 1.5em; } .footv3-left h4 a { font-size: 1.3em; letter-spacing: 0.5px; color: #fff !important; padding: 14px 0 0; position: relative; text-transform: capitalize; } h2 a { font-size: 1em; font-family: 'Pacifico', cursive; text-transform: capitalize; letter-spacing: 1px; color: #eb5c74; } h2 a:hover { color: #eb5c74; } .footerv3-top p { font-size: 1em; color: #a3b1bf; margin: 1em 0; line-height: 1.5em; } .footer p a { color: #777; } .footer p a:hover { color: #ED4F2E; } .fv3-contact span { color: #17a2b8; font-size: 1.2em; display: inline-block; vertical-align: middle; } .fv3-contact p { display: inline-block; vertical-align: middle; color: #333; } .footer-top p { max-width: 400px; } .fv3-contact p a:hover { color: #000; } .list-agileits li a { color: #333; font-size: 1em; } h3.w3f_title { font-size: 1.5em; letter-spacing: 2px; color: #000; } .cpy-right p a { color: #333; font-size: 1em; } /* footer grids */ footer-top p { max-width: 500px; } .footerv2-w3ls ul.social-iconsv2 li { display: inline-block; margin-right: 6px; } .footerv2-w3ls ul.social-iconsv2 li a { text-decoration: none; font-size: 16px; color: #fff; } .footerv2-w3ls ul.social-iconsv2 li a i.fab { font-size: 18px; line-height: 41px; width: 42px; height: 42px; text-align: center; background-color: transparent; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; } .footerv2-w3ls ul.social-iconsv2 li:first-child { background: #3b5998; color: #fff; } .footerv2-w3ls ul.social-iconsv2 li:last-child { background: #287bbc; color: #000; } .footerv2-w3ls ul.social-iconsv2 li:nth-child(3) { background: #dd4b39; color: #000; } .footerv2-w3ls ul.social-iconsv2 li a i.fab:hover { background-color: #fff; color: #000; } .footerv2-w3ls ul.social-iconsv2 li:nth-child(2) { background: #1da1f2; color: #000; } .footerv2-w3ls ul.social-iconsv2 li a:hover { color: #fff; } /* //footer */ /* typography */ .typo-wthree h4 { color: #eb5c74; font-size: 2em; text-transform: capitalize; } .bg-flex { background-color: #d1ecf1; border-color: #bee5eb; } .bg-flex-item { background-color: #fff; border: 1px solid #78c7d6; } .typo-wthree h5 { color: #000; letter-spacing:1px; } /* //typography */ /* login and register modal */ .modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-size: cover; border-radius: 0.3rem; outline: 0; color: #fff; font-family: 'PT Sans', sans-serif; } .form-control { font-family: 'PT Sans', sans-serif; } .right-w3l input[type="submit"] { background: #020202; border: none; color: #fff; font-size: 1em; text-transform: uppercase; letter-spacing: 1px; font-family: 'PT Sans', sans-serif; cursor: pointer; } .col-form-label { text-transform: uppercase; font-weight: 600; color: #000; font-size: 13px; letter-spacing: 1px; } .modal-header { background: #EB5C74; color: #fff; border: none; } .modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; background: #fff; } h5.modal-title { letter-spacing: 1px; font-size: 1.6em; } /* //modal */ /*-- bottom-to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 24px; right: 3%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url(../images/move-top.png) no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //bottom-to-top --*/ /* -- Responsive code -- */ @media screen and (max-width: 1920px) { .b-w3ltxt { font-size: 3vw; } } @media screen and (max-width: 1600px) { .b-w3ltxt { font-size: 4vw; } } @media screen and (max-width: 1440px) { h3.stat-title { font-size: 1.6em; } p.count-text { padding-bottom: 2em; } .portfolio-area li { width: 348px; } } @media screen and (max-width: 1366px) { h3.stat-title { letter-spacing: 3.5px; } .portfolio-area li { width: 329px; } } @media screen and (max-width: 1280px) { .card-title { word-spacing: 0px; } .portfolio-area li { width: 344px; } } @media screen and (max-width: 1080px) { .card-title { letter-spacing: 3px; word-spacing: 4px; font-size: 1.38em; } h3.stat-title { letter-spacing: 3px; } portfolio-area li { width: 250px; } .portfolio-categ li{ padding: 10px 15px; } .footerv2-w3ls ul.social-iconsv2 li { margin-right: 0px; } } @media screen and (max-width: 1050px) { .carousel-indicators { bottom: -42px; } h3.stat-title { line-height: 30px; letter-spacing: 2px; } h5.agile-title { font-size: 2.5em; } h3.agile-title { font-size: 2.8em; } .portfolio-area li { width: 334px; } .footerv2-w3ls ul.social-iconsv2 li a i.fab { font-size: 16px; line-height: 36px; width: 35px; height: 35px; } } @media screen and (max-width: 1024px) { .timer { font-size: 1.8em; } p.count-text { font-size: 0.96em; } .portfolio-area li { width: 325px; } .portfolio-categ li { font-size: 1em; } .inner-banner { height: 20vw; } } @media screen and (max-width: 991px) { .portfolio-area li { width: 236px; } .rel { padding: 1em 1.2em; } .block-text span { font-size: 0.95em; } } @media screen and (max-width: 900px) { .banner_text_agile { padding-top: 6em; } h4.agile-ser_bot { font-size: 2.3em; } h5.agile-title { font-size: 2.3em; } h3.agile-title { font-size: 2.5em; } .portfolio-area li { width: 284px; } .portfolio-categ li { padding: 10px 8px; margin:0.8em; } } @media screen and (max-width: 800px) { .serv_bottom h5 { word-spacing: 22px; } .portfolio-area li { width: 251px; } } @media screen and (max-width: 768px) { h1 a.logo { font-size: 0.8em; } .w3ls-btn { font-size: 15px; } h5.agile-title { font-size: 2em; } .portfolio-area li { width: 240px; } .b-w3ltxt { font-size: 6vw; } .banner_text_agile { padding-top: 4em; } } @media screen and (max-width: 736px) { .banner_text_agile i { font-size: 4em; } .footerv2-w3ls ul.social-iconsv2 li a i.fab { line-height: 38px; width: 38px; height: 38px; } .brand { margin-left: 11em; } h4.agile-ser_bot { font-size: 2.1em; letter-spacing: 3px; } .serv_bottom h5 { word-spacing: 14px; } .portfolio-area li { width: 170px; } .portfolio-categ li { margin: 0.5em 0.5em; } .inner-banner { min-height: 180px; } h3.w3f_title { letter-spacing: 1px; } } @media screen and (max-width: 667px) { .banner_text_agile i { font-size: 3.5em; } .banner_text_agile { padding-top: 5em; } .portfolio-categ li { margin: 0.5em 0.5em 0 0; } .portfolio-area li { width: 206px; } h3.agile-title { font-size: 2.3em; } .carousel-indicators { bottom: -25px; } } @media screen and (max-width: 640px) { .banner { min-height: 375px; } .portfolio-categ li { margin: 0.5em 0.4em 0 0; } .portfolio-area li { width: 197px; } .carousel-indicators { bottom: -46px; } } @media screen and (max-width: 600px) { .portfolio-categ li { font-size: 0.9em; } .portfolio-area li { width: 184px; } } @media screen and (max-width: 568px) { h3.agile-title { font-size: 2.2em; } a.serv_link { margin-top: 1em; } .agile-pricegrid h5 { font-size: 3.2em; } .portfolio-area li { width: 260px; } } @media screen and (max-width: 480px) { h3.w3f_title { font-size: 1.4em; letter-spacing: 1px; } h5.agile-title { font-size: 1.8em; line-height: 35px; } .serv_bottom h5 { letter-spacing: 7px; } h4.agile-ser_bot { font-size: 1.8em; } h3.stat-title { letter-spacing: 3px; font-size: 1.5em; } h3.stat-title { line-height: 20px; } .portfolio-area li { width: 216px; } .b-w3ltxt { font-size: 8vw; } } @media screen and (max-width: 414px) { .b-w3ltxt { font-size: 2.2em; } .timer { font-size: 1.5em; } .serv_bottom h5 { letter-spacing: 4.5px; } h5.agile-title { font-size: 1.6em; } h3.stat-title { line-height: 30px; margin-bottom: 0; } .agile-pricegrid h5 { font-size: 3em; } .portfolio-area li { width: 183px; } .contact-top1 h5 { font-size: 1.7em; } } @media screen and (max-width: 384px) { .banner { background-position: right; } .timer { font-size: 1.3em; } .serv_bottom h5 { letter-spacing: 3.5px; } h3.agile-title { font-size: 2em; } .portfolio-area li { width: 328px; } } @media screen and (max-width: 375px) { .cbp-spmenu-vertical { width: 190px; } .brand { margin-left: 10.5em; } .progress-outer h6 { font-size: 1.1em; } } @media screen and (max-width: 320px) { .b-w3ltxt { font-size: 2em; } .cbp-spmenu-vertical { width: 180px; } .brand { margin-left: 8.5em; } h1 a.logo { font-size: 0.7em; } .cbp-spmenu-vertical { width: 170px; } h3.agile-title { font-size: 1.5em; } .serv_bottom h5 { letter-spacing: 3px; word-spacing: 0px; } .portfolio-area li { width: 287px; } h4.agile-ser_bot { letter-spacing: 1px; } } /* -- //Responsive code -- */
templates/web/css/style.css
html, body { font-family: 'PT Sans', sans-serif; font-size: 100%; overflow-x: hidden; background: #fff; } body a { transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; text-decoration: none; } h1, h2, h3, h4, h5, h6 { margin: 0; font-family: 'Yanone Kaffeesatz', sans-serif; } p { margin: 0; line-height: 1.8; font-size: 1em; color: #333; } ul { margin: 0; padding: 0; } li { list-style-type: none; } body a:hover { text-decoration: none; } .main-content { position: relative; } .sidebar-left .navbar-brand { height: 61px; padding: 10px 15px 10px 25px; font-size: 25px; text-transform: uppercase; color: #fff; } span.dashboard_text { font-size: 12px; text-transform: capitalize; display: block; letter-spacing: 1px; padding-left: 35px; } .navbar-inverse .navbar-brand { color: #b8c7ce; } .w3ls-btn { letter-spacing: 2px; font-size: 16px; } /*-------HEADER SECTION------*/ .navbar-inverse { background-color: transparent; border-color: transparent; } /* ----STICKY HEADER----*/ /* .header-section { background: #FFF; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.21); -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.21); -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.21); -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.21); } .header-section::after { clear: both; display: block; content: ''; }*/ header { left: 0; right: 0; z-index: 1002; background: transparent; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; position: fixed; } .header-right { float: right; } /* ----menu-icon----*/ button#showLeftPush { font-size: 1.1em; text-align: center; cursor: pointer; color: #EB5C74; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; border: none; background-color: #fff; outline: none; border-radius: 50%; height: 40px; width: 40px; margin-top: 11px; position: fixed; margin-top: 1.5em; } /*--push-menu-css--*/ .cbp-spmenu { position: fixed; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .cbp-spmenu-vertical { height: 100%; z-index: 1000; padding: 0em 0 2em; } .cbp-spmenu-left { left: 0; } .cbp-spmenu-left.cbp-spmenu-open { left: -309px; } /* Push classes applied to the body */ .cbp-spmenu-push { overflow-x: hidden; position: relative; } .cbp-spmenu-push-toright { left: 0; } /* Transitions */ .cbp-spmenu, .cbp-spmenu-push { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .cbp-spmenu-push div#page-wrapper { margin: 0 0 0 13.5em; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; } .cbp-spmenu-push.cbp-spmenu-push-toright div#page-wrapper { margin: 0; } /*--//push-menu-css--*/ /*--side-menu--*/ .sidebar ul li { margin-bottom: 1em; } .sidebar ul li a { color: #FFFFFF; font-size: 1em; padding: 5px 15px; padding-left: 25px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .nav>li>a:hover, .nav>li>a:focus { text-decoration: none; background-color: transparent; color: #000; } .sidebar .arrow { float: right; } h4.heading { padding-left: 25px; font-size: 17px; letter-spacing: 1px; color: #eee; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; margin-top: 30px; } .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background: none; color: #337ab7; } .chart-nav span.nav-badge-btm { right: 5%; top: 24%; } ul.dropdown-menu { /* animation: flipInX 1s ease; -moz-animation: flipInX 1s ease; -webkit-animation: flipInX 1s ease; -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -moz-backface-visibility: visible !important; data-wow-delay:".1s"; */ -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } /*--//side-menu--*/ /* ----Logo----*/ h1 a.logo { text-align: center; } h1 a.logo { color: #000; font-size: 0.9em; font-family: 'Pacifico', cursive; text-transform: capitalize; } .w3serv_modal h4 { font-family: 'Pacifico', cursive; } /* ----//Logo---- */ @media(max-width:1080px) { .cbp-spmenu-vertical { width: 201px; } .cbp-spmenu-push div#page-wrapper { margin: 0; } .cbp-spmenu-left.cbp-spmenu-open { left: 0; height: 100%; background: #fff; } .cbp-spmenu-vertical { left: -309px; } } /* @media(max-width:767px) { .sidebar .navbar-collapse.collapse { display: block; } .cbp-spmenu-vertical { padding: 1em 0; width: 201px; } .navbar-inverse .navbar-toggle { border-color: transparent; background: #629aa9; } .navbar-toggle { border-radius: 30px; height: 40px; width: 40px; text-align: center; } .navbar-toggle .icon-bar { width: 20px; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #F2B33F; } } */ .brand { position: relative; margin-left: 13em; } ul.sidebar-menu { padding-top: 60px; } /* banner */ .banner { background: url(../images/banner.jpg) no-repeat center; background-size: cover; height: 50vw; } .inner-banner { background: url(../images/b3.jpg) no-repeat center; background-size: cover; height: 15vw; } .inner-bc { background: #e9ecef; } li.breadcrumb-item a { color: #000; } .banner_text_agile { max-width: 650px; padding: 19vw 0 0 3vw; box-sizing: border-box; } .banner_text_agile i { color: rgba(255, 255, 255, 0.38); font-size: 5em; } .b-w3ltxt { color: #fff; font-size: 4vw; letter-spacing: 1px; word-spacing: 4px; } .carousel-indicators { bottom: -55px; } .banner_text_agile p { color: #eee; letter-spacing: 0.5px; max-width: 500px; } .btn-banner { color: #ffffff; background-color: #EB5C74; } a.btn-banner:hover { color: #ffffff; background-color: #EB5C74; } .carousel-indicators .active { background-color: #eb5c74; } .carousel-indicators li{ background: #fff; } /* //banner */ /* about */ h3.agile-title { color: #000; font-size: 3em; line-height: 36px; font-weight: 400; letter-spacing: 4.7px; } span.w3-line { background: #c5c5c5; display: inline-block; width: 52px; height: 5px; } .card-title { text-transform: uppercase; font-size: 1.5em; color: #000000; letter-spacing: 6px; word-spacing: 4px; } .card-body a.btn { background: #eb5c74; border: none; color: #fff; } section.agile_stats { background: #EFF6FD; } h3.stat-title { color: #000; letter-spacing: 4.5px; font-size: 1.8em; line-height: 25px; } .counter i { color: #bed0e9; } .timer { font-size: 2em; color: #000; } .w3l-thead { background: #007bff; } /*-- about--*/ /* about bottom */ .abbot-main { background: #edf5fd; } .abbot-grid2 { background: #fdeef1; } .abbot-right .card { background: transparent; border: none; } .abt_card_btn { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 1.2em; letter-spacing: 4px; color: #333 !important; } /* progress bars */ .progress_agile { max-width: 500px; } .progress-outer { border-radius: 50px; } .progress-outer h6 { color: #000; font-size: 1.2em; letter-spacing: 2px; } .progress { height: 22px; margin: 0; overflow: visible; border-radius: 50px; background: #e6d9d9; box-shadow: inset 0 10px 10px rgba(247, 247, 247, 0.9); } .progress .progress-bar { border-radius: 50px; } .progress .progress-value { position: relative; left: -45px; top: 0; font-size: 14px; font-weight: bold; color: #fff; letter-spacing: 2px; } .progress-bar.active { animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s; } @-webkit-keyframes animate-positive { 0% { width: 0%; } } @keyframes animate-positive { 0% { width: 0%; } } /* //progress bars */ /* //about bottom */ /* services */ .services-bg { background: #fdeef1; } .wthree_s1 { background: #ffffff; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; } .wthree_s1:hover { border-radius: 25px; } /* //services */ /* viewmore services */ .serv_bottom { background: #C33764; background: -webkit-linear-gradient(to right, #1D2671, #C33764); background: linear-gradient(to right, #1D2671, #C33764); background: -moz-linear-gradient(to right, #1D2671, #C33764); background: -o-linear-gradient(to right, #1D2671, #C33764); background: -ms-linear-gradient(to right, #1D2671, #C33764); } h4.agile-ser_bot { font-size: 2.5em; letter-spacing: 4px; word-spacing: 3px; } a.serv_link { color: #000; font-weight: bold; letter-spacing: 1px; word-spacing: 3px; } .serv_bottom h5 { letter-spacing: 5px; word-spacing: 3px; } .serv_bottom h5 { letter-spacing: 10px; word-spacing: 23px; } /* //view more *services/ /* slide */ .slide-bg { background: url(../images/slide.jpg) no-repeat; background-size: cover; min-height: 40vw; } h5.agile-title { color: #fff; font-size: 2.7em; font-weight: 600; letter-spacing: 2px; word-spacing: 4px; font-family: 'PT Sans', sans-serif; max-width: 750px; } .slide-bg p { max-width: 750px; letter-spacing: 1px; } /* //slide */ /* pricing */ .bg-price h4 { color: #000; font-size: 2em; letter-spacing: 2px; } .bg-price span { display: block; background: #17a2b8; width: 15px; height: 5px; border-radius: 10px; } .agile-pricegrid h5 { font-size: 3.5em; color: #EB5C74; font-weight: bold; } .agile-pricegrid h5 span { display: inline; } .list-group-item { color: #777; } /* //pricing */ /* portfolio */ .portfolio-categ li { color: #333; cursor: pointer; display: inline-block; padding: 10px 20px; font-size: 1.1em; margin: 0 0.4em; letter-spacing: 1px; text-transform: capitalize; background: #eee; } .portfolio-item2 a{ cursor:zoom-in; } .portfolio-categ li a { color: #333; } .image-block { display: block; position: relative; } .portfolio-area li { float: left; list-style-type: none; overflow: hidden; width: 388px; } .home-portfolio-text { margin-top: 10px; } .portfolio-categ li.active { background: #EB5C74; color: #fff; } .portfolio-categ li.active a { color: #fff; } /* //portfolio */ /* team */ .team-effect { display: block; overflow: hidden; position: relative; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; opacity: 1; filter: alpha(opacity=100); } .team-text { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img { height: 100%; width: 100%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img:before { content: ''; background-color: rgba(0, 0, 0, 0); left: 0; top: 0; right: 0; bottom: 0; position: absolute; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img:hover { background-color: rgba(0, 0, 0, 0.8); } .team-grids:hover .team-text { background-color: #e01414; } .team-grids:hover .team-text p { color: #fff; } .team-grids:hover .social-icon { bottom: 0%; height: 100%; padding-top: 18em; position: absolute; visibility: visible; background-color: rgba(0, 0, 0, 0.8); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.9s; -moz-transition: all 0.9s; -ms-transition: all 0.9s; -o-transition: all 0.9s; transition: all 0.9s; } .team-effect:hover .social-icon a { -webkit-animation-name: translate-transition; -webkit-animation-duration: 0.8s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-name: translate-transition; animation-duration: 0.8s; animation-timing-function: linear; animation-iteration-count: 1; } .team-text { background-color: #dedada; padding: 20px; width: 100%; text-align: center; } .team-text h4 { color: #000; font-size: 2em; } .team-text p { margin-top: 0.3em; text-transform: capitalize; } .team-effect .social-icon { bottom: 0; padding: 10px; left: 0; position: absolute; right: 0; text-align: center; overflow: hidden; z-index: 9; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; visibility: hidden; } .social-button { display: inline-block; background-color: #fff; width: 40px; height: 40px; margin: 0 3px; text-align: center; position: relative; overflow: hidden; opacity: .99; -webkit-border-radius: 20%; -moz-border-radius: 20%; border-radius: 20%; } .social-button:before { content: ''; background-color: #000; width: 120%; height: 120%; position: absolute; top: 102%; left: -118%; -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); } .social-button .fa { font-size: 2em; line-height: 1.5; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); } .social-button.facebook:before { background-color: #3B5998; } .social-button.facebook .fa { color: #3B5998; } .social-button.twitter:before { background-color: #3CF; } .social-button.twitter .fa { color: #3CF; } .social-button.google:before { background-color: #DC4A38; } .social-button.google .fa { color: #DC4A38; } .social-button.dribbble:before { background-color: #F26798; } .social-button.dribbble .fa { color: #F26798; } .social-button.skype:before { background-color: #00AFF0; } .social-button.skype .fa { color: #00AFF0; } .social-button:focus:before, .social-button:hover:before { top: -10%; left: -10%; } .social-button:focus .fa, .social-button:hover .fa { color: #fff; -webkit-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } /*-- //team --*/ /*-- team --*/ .team.agileits-w3layouts { background: #fff; } .team-grid.w3_agileits img { margin: 1em 0 0; } .team-grid.w3_agileits ul { margin: 1em 0 0; } .team-grid.w3_agileits { padding: 2em; -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78); -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78); box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78); } .testi-grids img { display: inline-block; -webkit-border-radius: 50%; border-radius: 50%; -moz-border-radius: 50%; text-decoration: none; z-index: 1; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; } .team-grid .social-icons { margin-top: 1em; } /* team * .team-grids { padding: 0; } .team-mid-txt span { color: #34c663; text-transform: uppercase; font-size: 2.5em; font-weight: bold; } .team-mid-txt h5 { text-transform: uppercase; font-weight: bold; color: #000; font-size: 5em; text-shadow: 4px 0px 0px #a09c9c; } .team-mid-txt h5:last-child { font-size: 4em; } .team-mid-txt.text-center { background: #eee; padding: 7em 3em; } .team-container { width: 86%; margin: 0 auto; } .team-effect { display: block; overflow: hidden; position: relative; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; opacity: 1; filter: alpha(opacity=100); } .team-text { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img { height: 100%; width: 100%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img:before { content: ''; background-color: rgba(0, 0, 0, 0); left: 0; top: 0; right: 0; bottom: 0; position: absolute; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-effect img:hover { background-color: rgba(0, 0, 0, 0.8); } .team-grids:hover .team-text { background-color: #e01414; } .team-grid-left .team-grids :nth-child(1).team-text { background: #f7c052; } .team-grid-left .team-grids :nth-child(2).team-text { background: #c3d0ff; } .team-grid-right .team-grids :nth-child(2).team-text { background: #34c663; } .team-grid-right .team-grids :nth-child(1).team-text { background: #f7c052; } .team-grids:hover .team-text p { color: #fff; } .team-grids:hover .social-icon { bottom: 0%; height: 100%; padding-top: 8em; position: absolute; visibility: visible; background-color: rgba(212, 210, 210, 0.67); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.9s; -moz-transition: all 0.9s; -ms-transition: all 0.9s; -o-transition: all 0.9s; transition: all 0.9s; } .team-effect:hover .social-icon a { -webkit-animation-name: translate-transition; -webkit-animation-duration: 0.8s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-name: translate-transition; animation-duration: 0.8s; animation-timing-function: linear; animation-iteration-count: 1; } .team-text { padding: 50px 30px 0; width: 100%; min-height: 285px; } .team-grid-left { text-align: right; } .team-text h4 { color: #000; font-size: 1.5em; line-height: 2; text-shadow: 1px 1px 1px #fffafa; } .team-text span { font-style: italic; color: #636262; font-size: 1.1em; letter-spacing: 0.5px; } .team-text p { color: #fff; margin-top: 15px; text-transform: capitalize; } .team-effect .social-icon { bottom: 0; padding: 10px; left: 0; position: absolute; right: 0; text-align: center; overflow: hidden; z-index: 9; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; visibility: hidden; } .social-button { display: inline-block; background-color: #fff; width: 40px; height: 40px; margin: 0 3px; text-align: center; position: relative; overflow: hidden; opacity: .99; -webkit-border-radius: 20%; -moz-border-radius: 20%; border-radius: 20%; } .social-button:before { content: ''; background-color: #000; width: 120%; height: 120%; position: absolute; top: 102%; left: -118%; -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); } .social-button i { font-size: 2em; line-height: 1.5; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); } .social-button.facebook:before { background-color: #3B5998; } .social-button.facebook .fab { color: #3B5998; } .social-button.twitter:before { background-color: #3CF; } .social-button.twitter .fab { color: #3CF; } .social-button.google:before { background-color: #DC4A38; } .social-button.google .fab { color: #DC4A38; } .social-button.dribbble:before { background-color: #F26798; } .social-button.dribbble .fa { color: #F26798; } .social-button.skype:before { background-color: #00AFF0; } .social-button.skype .fa { color: #00AFF0; } .social-button:focus:before, .social-button:hover:before { top: -10%; left: -10%; } .social-button:focus .fab, .social-button:hover .fab { color: #fff; -webkit-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } /*-- //team --*/ /*-- testimonials--*/ .testi-bg { background: url(../images/b1.jpg) no-repeat center; background-size: cover; } .carousel-control.left, .carousel-control.right { background: none; width: 25px; } .carousel-control.left { left: -25px; } .carousel-control.right { right: -25px; } .broun-block { padding-bottom: 34px; } .block-text { background-color: #fff; border-radius: 5px; box-shadow: 0 3px 0 #2c2222; color: #000; margin-top: 27px; padding: 15px 18px; } .block-text span { color: #eb5c74; } .block-text h6 { color: #000000; font-size: 20px; font-weight: bold; text-transform: capitalize; line-height: 21px; font-family: 'PT Sans', sans-serif; } .mark { background: none; } .block-text p { color: #585858; font-style: italic; } .block { display: block; } .zmin { z-index: 1; } .ab { position: absolute; } .person-text { padding: 10px 0 0; text-align: center; z-index: 2; } .person-text h5 { color: #eb5c74; display: block; font-size: 1.2em; margin: 10px 0 5px; font-family: 'PT Sans', sans-serif; } .person-text i { color: #000; } .rel { position: relative; background: #eaeaea; padding: 2em; } .person-text.rel { background: transparent; } /*-- testimonials--*/ /*--contact--*/ .map iframe { width: 100%; min-height: 350px; border: 5px solid #17a2b8; } .address h5 { color: #000; text-transform: capitalize; font-size: 1.1em; } .address p a, p.c-txt { color: #777; } .address p a:hover { color: #000; } .contact-top1 .form-group label, form.f-color .form-control { color: #000; letter-spacing: 1px; } .contact-top1 h5 { font-size: 2em; } .address h5 { font-size: 1.5em; } /*--//contact--*/ /* footer */ .footer { background: url(../images/footer.jpg) no-repeat center; background-size: cover; } /* footer grids */ .footerv3-top h3 { font-size: 1.3em; color: #fff; text-transform: uppercase; margin-bottom: 1.5em; } .footv3-left h4 a { font-size: 1.3em; letter-spacing: 0.5px; color: #fff !important; padding: 14px 0 0; position: relative; text-transform: capitalize; } h2 a { font-size: 1em; font-family: 'Pacifico', cursive; text-transform: capitalize; letter-spacing: 1px; color: #eb5c74; } h2 a:hover { color: #eb5c74; } .footerv3-top p { font-size: 1em; color: #a3b1bf; margin: 1em 0; line-height: 1.5em; } .footer p a { color: #777; } .footer p a:hover { color: #ED4F2E; } .fv3-contact span { color: #17a2b8; font-size: 1.2em; display: inline-block; vertical-align: middle; } .fv3-contact p { display: inline-block; vertical-align: middle; color: #333; } .footer-top p { max-width: 400px; } .fv3-contact p a:hover { color: #000; } .list-agileits li a { color: #333; font-size: 1em; } h3.w3f_title { font-size: 1.5em; letter-spacing: 2px; color: #000; } .cpy-right p a { color: #333; font-size: 1em; } /* footer grids */ footer-top p { max-width: 500px; } .footerv2-w3ls ul.social-iconsv2 li { display: inline-block; margin-right: 6px; } .footerv2-w3ls ul.social-iconsv2 li a { text-decoration: none; font-size: 16px; color: #fff; } .footerv2-w3ls ul.social-iconsv2 li a i.fab { font-size: 18px; line-height: 41px; width: 42px; height: 42px; text-align: center; background-color: transparent; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; } .footerv2-w3ls ul.social-iconsv2 li:first-child { background: #3b5998; color: #fff; } .footerv2-w3ls ul.social-iconsv2 li:last-child { background: #287bbc; color: #000; } .footerv2-w3ls ul.social-iconsv2 li:nth-child(3) { background: #dd4b39; color: #000; } .footerv2-w3ls ul.social-iconsv2 li a i.fab:hover { background-color: #fff; color: #000; } .footerv2-w3ls ul.social-iconsv2 li:nth-child(2) { background: #1da1f2; color: #000; } .footerv2-w3ls ul.social-iconsv2 li a:hover { color: #fff; } /* //footer */ /* typography */ .typo-wthree h4 { color: #eb5c74; font-size: 2em; text-transform: capitalize; } .bg-flex { background-color: #d1ecf1; border-color: #bee5eb; } .bg-flex-item { background-color: #fff; border: 1px solid #78c7d6; } .typo-wthree h5 { color: #000; letter-spacing:1px; } /* //typography */ /* login and register modal */ .modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-size: cover; border-radius: 0.3rem; outline: 0; color: #fff; font-family: 'PT Sans', sans-serif; } .form-control { font-family: 'PT Sans', sans-serif; } .right-w3l input[type="submit"] { background: #020202; border: none; color: #fff; font-size: 1em; text-transform: uppercase; letter-spacing: 1px; font-family: 'PT Sans', sans-serif; cursor: pointer; } .col-form-label { text-transform: uppercase; font-weight: 600; color: #000; font-size: 13px; letter-spacing: 1px; } .modal-header { background: #EB5C74; color: #fff; border: none; } .modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; background: #fff; } h5.modal-title { letter-spacing: 1px; font-size: 1.6em; } /* //modal */ /*-- bottom-to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 24px; right: 3%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url(../images/move-top.png) no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //bottom-to-top --*/ /* -- Responsive code -- */ @media screen and (max-width: 1920px) { .b-w3ltxt { font-size: 3vw; } } @media screen and (max-width: 1600px) { .b-w3ltxt { font-size: 4vw; } } @media screen and (max-width: 1440px) { h3.stat-title { font-size: 1.6em; } p.count-text { padding-bottom: 2em; } .portfolio-area li { width: 348px; } } @media screen and (max-width: 1366px) { h3.stat-title { letter-spacing: 3.5px; } .portfolio-area li { width: 329px; } } @media screen and (max-width: 1280px) { .card-title { word-spacing: 0px; } .portfolio-area li { width: 344px; } } @media screen and (max-width: 1080px) { .card-title { letter-spacing: 3px; word-spacing: 4px; font-size: 1.38em; } h3.stat-title { letter-spacing: 3px; } portfolio-area li { width: 250px; } .portfolio-categ li{ padding: 10px 15px; } .footerv2-w3ls ul.social-iconsv2 li { margin-right: 0px; } } @media screen and (max-width: 1050px) { .carousel-indicators { bottom: -42px; } h3.stat-title { line-height: 30px; letter-spacing: 2px; } h5.agile-title { font-size: 2.5em; } h3.agile-title { font-size: 2.8em; } .portfolio-area li { width: 334px; } .footerv2-w3ls ul.social-iconsv2 li a i.fab { font-size: 16px; line-height: 36px; width: 35px; height: 35px; } } @media screen and (max-width: 1024px) { .timer { font-size: 1.8em; } p.count-text { font-size: 0.96em; } .portfolio-area li { width: 325px; } .portfolio-categ li { font-size: 1em; } .inner-banner { height: 20vw; } } @media screen and (max-width: 991px) { .portfolio-area li { width: 236px; } .rel { padding: 1em 1.2em; } .block-text span { font-size: 0.95em; } } @media screen and (max-width: 900px) { .banner_text_agile { padding-top: 6em; } h4.agile-ser_bot { font-size: 2.3em; } h5.agile-title { font-size: 2.3em; } h3.agile-title { font-size: 2.5em; } .portfolio-area li { width: 284px; } .portfolio-categ li { padding: 10px 8px; margin:0.8em; } } @media screen and (max-width: 800px) { .serv_bottom h5 { word-spacing: 22px; } .portfolio-area li { width: 251px; } } @media screen and (max-width: 768px) { h1 a.logo { font-size: 0.8em; } .w3ls-btn { font-size: 15px; } h5.agile-title { font-size: 2em; } .portfolio-area li { width: 240px; } .b-w3ltxt { font-size: 6vw; } .banner_text_agile { padding-top: 4em; } } @media screen and (max-width: 736px) { .banner_text_agile i { font-size: 4em; } .footerv2-w3ls ul.social-iconsv2 li a i.fab { line-height: 38px; width: 38px; height: 38px; } .brand { margin-left: 11em; } h4.agile-ser_bot { font-size: 2.1em; letter-spacing: 3px; } .serv_bottom h5 { word-spacing: 14px; } .portfolio-area li { width: 170px; } .portfolio-categ li { margin: 0.5em 0.5em; } .inner-banner { min-height: 180px; } h3.w3f_title { letter-spacing: 1px; } } @media screen and (max-width: 667px) { .banner_text_agile i { font-size: 3.5em; } .banner_text_agile { padding-top: 5em; } .portfolio-categ li { margin: 0.5em 0.5em 0 0; } .portfolio-area li { width: 206px; } h3.agile-title { font-size: 2.3em; } .carousel-indicators { bottom: -25px; } } @media screen and (max-width: 640px) { .banner { min-height: 375px; } .portfolio-categ li { margin: 0.5em 0.4em 0 0; } .portfolio-area li { width: 197px; } .carousel-indicators { bottom: -46px; } } @media screen and (max-width: 600px) { .portfolio-categ li { font-size: 0.9em; } .portfolio-area li { width: 184px; } } @media screen and (max-width: 568px) { h3.agile-title { font-size: 2.2em; } a.serv_link { margin-top: 1em; } .agile-pricegrid h5 { font-size: 3.2em; } .portfolio-area li { width: 260px; } } @media screen and (max-width: 480px) { h3.w3f_title { font-size: 1.4em; letter-spacing: 1px; } h5.agile-title { font-size: 1.8em; line-height: 35px; } .serv_bottom h5 { letter-spacing: 7px; } h4.agile-ser_bot { font-size: 1.8em; } h3.stat-title { letter-spacing: 3px; font-size: 1.5em; } h3.stat-title { line-height: 20px; } .portfolio-area li { width: 216px; } .b-w3ltxt { font-size: 8vw; } } @media screen and (max-width: 414px) { .b-w3ltxt { font-size: 2.2em; } .timer { font-size: 1.5em; } .serv_bottom h5 { letter-spacing: 4.5px; } h5.agile-title { font-size: 1.6em; } h3.stat-title { line-height: 30px; margin-bottom: 0; } .agile-pricegrid h5 { font-size: 3em; } .portfolio-area li { width: 183px; } .contact-top1 h5 { font-size: 1.7em; } } @media screen and (max-width: 384px) { .banner { background-position: right; } .timer { font-size: 1.3em; } .serv_bottom h5 { letter-spacing: 3.5px; } h3.agile-title { font-size: 2em; } .portfolio-area li { width: 328px; } } @media screen and (max-width: 375px) { .cbp-spmenu-vertical { width: 190px; } .brand { margin-left: 10.5em; } .progress-outer h6 { font-size: 1.1em; } } @media screen and (max-width: 320px) { .b-w3ltxt { font-size: 2em; } .cbp-spmenu-vertical { width: 180px; } .brand { margin-left: 8.5em; } h1 a.logo { font-size: 0.7em; } .cbp-spmenu-vertical { width: 170px; } h3.agile-title { font-size: 1.5em; } .serv_bottom h5 { letter-spacing: 3px; word-spacing: 0px; } .portfolio-area li { width: 287px; } h4.agile-ser_bot { letter-spacing: 1px; } } /* -- //Responsive code -- */
0.254787
0.053576
.background_lawnGreen8, .hover_background_lawnGreen8:hover, .active_background_lawnGreen8:active:hover { background: #224500; background-image: -moz-linear-gradient(top, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(43, 87, 0)), color-stop(100%, rgb(34, 69, 0))); background-image: -webkit-linear-gradient(top, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%); background-image: -o-linear-gradient(top, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%); background-image: -ms-linear-gradient(top, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%); background-image: linear-gradient(to bottom, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b5700', endColorstr='#224500',GradientType=0 ); } .background_lawnGreen8h, .hover_background_lawnGreen8h:hover, .active_background_lawnGreen8h:active:hover { background: #224500; background-image: -moz-linear-gradient(top, rgb(51, 104, 0) 0%, rgb(41, 83, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(51, 104, 0)), color-stop(100%, rgb(41, 83, 0))); background-image: -webkit-linear-gradient(top, rgb(51, 104, 0) 0%, rgb(41, 83, 0) 100%); background-image: -o-linear-gradient(top, rgb(51, 104, 0) 0%, rgb(41, 83, 0) 100%); background-image: -ms-linear-gradient(top, rgb(51, 104, 0) 0%, rgb(41, 83, 0) 100%); background-image: linear-gradient(to bottom, rgb(51, 104, 0) 0%, rgb(41, 83, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336800', endColorstr='#295300',GradientType=0 ); } .background_lawnGreen8a, .hover_background_lawnGreen8a:hover, .active_background_lawnGreen8a:active:hover { background: #224500; background-image: -moz-linear-gradient(top, rgb(41, 83, 0) 0%, rgb(51, 104, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(41, 83, 0)), color-stop(100%, rgb(51, 104, 0))); background-image: -webkit-linear-gradient(top, rgb(41, 83, 0) 0%, rgb(51, 104, 0) 100%); background-image: -o-linear-gradient(top, rgb(41, 83, 0) 0%, rgb(51, 104, 0) 100%); background-image: -ms-linear-gradient(top, rgb(41, 83, 0) 0%, rgb(51, 104, 0) 100%); background-image: linear-gradient(to bottom, rgb(41, 83, 0) 0%, rgb(51, 104, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295300', endColorstr='#336800',GradientType=0 ); } .background_lawnGreen8s, .hover_background_lawnGreen8s:hover, .active_background_lawnGreen8s:active:hover { background: #224500; background-image: -moz-linear-gradient(top, rgb(64, 130, 0) 0%, rgb(51, 104, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(64, 130, 0)), color-stop(100%, rgb(51, 104, 0))); background-image: -webkit-linear-gradient(top, rgb(64, 130, 0) 0%, rgb(51, 104, 0) 100%); background-image: -o-linear-gradient(top, rgb(64, 130, 0) 0%, rgb(51, 104, 0) 100%); background-image: -ms-linear-gradient(top, rgb(64, 130, 0) 0%, rgb(51, 104, 0) 100%); background-image: linear-gradient(to bottom, rgb(64, 130, 0) 0%, rgb(51, 104, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#408200', endColorstr='#336800',GradientType=0 ); } .background_color_lawnGreen8, .hover_background_color_lawnGreen8:hover, .active_background_color_lawnGreen8:active:hover { background-color:#224500; } .background_first_color_lawnGreen8, .hover_background_first_color_lawnGreen8:hover, .active_background_first_color_lawnGreen8:active:hover { background-color:#2b5700; } .background_last_color_lawnGreen8, .hover_background_last_color_lawnGreen8:hover, .active_background_color_last_lawnGreen8:active:hover { background-color:#224500; } /* ------------------------------ color settings -------------------------------*/ .color_lawnGreen8, .hover_color_lawnGreen8:hover, .active_color_lawnGreen8:active:hover { color: #c8c8c8; } .color_lawnGreen8h, .hover_color_lawnGreen8h:hover, .active_color_lawnGreen8h:active:hover { color: #c8c8c8; } .color_lawnGreen8a, .hover_color_lawnGreen8a:hover, .active_color_lawnGreen8a:active:hover { color: #ff0; } .color_lawnGreen8s, .hover_color_lawnGreen8s:hover, .active_color_lawnGreen8s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_lawnGreen8, .hover_border_lawnGreen8:hover, .active_border_lawnGreen8:active:hover { border-color: #224500 #224500 #224500 #224500; } .border_lawnGreen8h, .hover_border_lawnGreen8h:hover, .active_border_lawnGreen8h:active:hover { border-color: #1f3e00 #1f3e00 #1f3e00 #1f3e00; } .border_lawnGreen8a, .hover_border_lawnGreen8a:hover, .active_border_lawnGreen8a:active:hover { border-color: #1b3700 #1b3700 #1b3700 #1b3700; } .border_lawnGreen8s, .hover_border_lawnGreen8s:hover, .active_border_lawnGreen8s:active:hover { border-color: #336800 #336800 #336800 #336800; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_lawnGreen8, .hover_shadow_expand_lawnGreen8:hover, .active_shadow_expand_lawnGreen8:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(34, 69, 0, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(34, 69, 0, .39); box-shadow: 0em 0em 1em 0.25em rgba(34, 69, 0, .39); } .shadow_expand_lawnGreen8h, .hover_shadow_expand_lawnGreen8h:hover, .active_shadow_expand_lawnGreen8h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(41, 83, 0, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(41, 83, 0, .50); box-shadow: 0em 0em 1em 0.25em rgba(41, 83, 0, .50); } .shadow_expand_lawnGreen8a, .hover_shadow_expand_lawnGreen8a:hover, .active_shadow_expand_lawnGreen8a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .63); box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .63); } .shadow_expand_lawnGreen8s, .hover_shadow_expand_lawnGreen8s:hover, .active_shadow_expand_lawnGreen8s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .78); box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_lawnGreen8, .hover_shadow_left_lawnGreen8:hover, .active_shadow_left_lawnGreen8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); } .shadow_left_lawnGreen8h, .hover_shadow_left_lawnGreen8h:hover, .active_shadow_left_lawnGreen8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); } .shadow_left_lawnGreen8a, .hover_shadow_left_lawnGreen8a:hover, .active_shadow_left_lawnGreen8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); } .shadow_left_lawnGreen8s, .hover_shadow_left_lawnGreen8s:hover, .active_shadow_left_lawnGreen8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_lawnGreen8, .hover_shadow_right_lawnGreen8:hover, .active_shadow_right_lawnGreen8:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(34, 69, 0, .39); -moz-box-shadow: 0.5em 0em 1em rgba(34, 69, 0, .39); box-shadow: 0.5em 0em 1em rgba(34, 69, 0, .39); } .shadow_right_lawnGreen8h, .hover_shadow_right_lawnGreen8h:hover, .active_shadow_right_lawnGreen8h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(41, 83, 0, .50); -moz-box-shadow: 0.5em 0em 1em rgba(41, 83, 0, .50); box-shadow: 0.5em 0em 1em rgba(41, 83, 0, .50); } .shadow_right_lawnGreen8a, .hover_shadow_right_lawnGreen8a:hover, .active_shadow_right_lawnGreen8a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .63); -moz-box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .63); box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .63); } .shadow_right_lawnGreen8s, .hover_shadow_right_lawnGreen8s:hover, .active_shadow_right_lawnGreen8s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .78); -moz-box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .78); box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_lawnGreen8, .hover_shadow_top_lawnGreen8:hover, .active_shadow_top_lawnGreen8:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: 0em -0.5em 1em rgba(34, 69, 0, .39); box-shadow: 0em -0.5em 1em rgba(34, 69, 0, .39); } .shadow_top_lawnGreen8h, .hover_shadow_top_lawnGreen8h:hover, .active_shadow_top_lawnGreen8h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: 0em -0.5em 1em rgba(41, 83, 0, .50); box-shadow: 0em -0.5em 1em rgba(41, 83, 0, .50); } .shadow_top_lawnGreen8a, .hover_shadow_top_lawnGreen8a:hover, .active_shadow_top_lawnGreen8a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .63); box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .63); } .shadow_top_lawnGreen8s, .hover_shadow_top_lawnGreen8s:hover, .active_shadow_top_lawnGreen8s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .78); box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_lawnGreen8, .hover_shadow_bottom_lawnGreen8:hover, .active_shadow_bottom_lawnGreen8:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: 0em 0.5em 1em rgba(34, 69, 0, .39); box-shadow: 0em 0.5em 1em rgba(34, 69, 0, .39); } .shadow_bottom_lawnGreen8h, .hover_shadow_bottom_lawnGreen8h:hover, .active_shadow_bottom_lawnGreen8h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: 0em 0.5em 1em rgba(41, 83, 0, .50); box-shadow: 0em 0.5em 1em rgba(41, 83, 0, .50); } .shadow_bottom_lawnGreen8a, .hover_shadow_bottom_lawnGreen8a:hover, .active_shadow_bottom_lawnGreen8a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .63); box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .63); } .shadow_bottom_lawnGreen8s, .hover_shadow_bottom_lawnGreen8s:hover, .active_shadow_bottom_lawnGreen8s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .78); box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_lawnGreen8, .hover_shadow_top_left_lawnGreen8:hover, .active_shadow_top_left_lawnGreen8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); } .shadow_top_left_lawnGreen8h, .hover_shadow_top_left_lawnGreen8h:hover, .active_shadow_top_left_lawnGreen8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); } .shadow_top_left_lawnGreen8a, .hover_shadow_top_left_lawnGreen8a:hover, .active_shadow_top_left_lawnGreen8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); } .shadow_top_left_lawnGreen8s, .hover_shadow_top_left_lawnGreen8s:hover, .active_shadow_top_left_lawnGreen8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_lawnGreen8, .hover_shadow_top_right_lawnGreen8:hover, .active_shadow_top_right_lawnGreen8:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(34, 69, 0, .39); box-shadow: 0.5em -0.5em 1em rgba(34, 69, 0, .39); } .shadow_top_right_lawnGreen8h, .hover_shadow_top_right_lawnGreen8h:hover, .active_shadow_top_right_lawnGreen8h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(41, 83, 0, .50); box-shadow: 0.5em -0.5em 1em rgba(41, 83, 0, .50); } .shadow_top_right_lawnGreen8a, .hover_shadow_top_right_lawnGreen8a:hover, .active_shadow_top_right_lawnGreen8a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .63); box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .63); } .shadow_top_right_lawnGreen8s, .hover_shadow_top_right_lawnGreen8s:hover, .active_shadow_top_right_lawnGreen8s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .78); box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_lawnGreen8, .hover_shadow_bottom_left_lawnGreen8:hover, .active_shadow_bottom_left_lawnGreen8:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(34, 69, 0, .39); box-shadow: -0.5em 0.5em 1em rgba(34, 69, 0, .39); } .shadow_bottom_left_lawnGreen8h, .hover_shadow_bottom_left_lawnGreen8h:hover, .active_shadow_bottom_left_lawnGreen8h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(41, 83, 0, .50); box-shadow: -0.5em 0.5em 1em rgba(41, 83, 0, .50); } .shadow_bottom_left_lawnGreen8a, .hover_shadow_bottom_left_lawnGreen8a:hover, .active_shadow_bottom_left_lawnGreen8a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .63); box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .63); } .shadow_bottom_left_lawnGreen8s, .hover_shadow_bottom_left_lawnGreen8s:hover, .active_shadow_bottom_left_lawnGreen8s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .78); box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_lawnGreen8, .hover_shadow_bottom_right_lawnGreen8:hover, .active_shadow_bottom_right_lawnGreen8:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(34, 69, 0, .39); box-shadow: 0.5em 0.5em 1em rgba(34, 69, 0, .39); } .shadow_bottom_right_lawnGreen8h, .hover_shadow_bottom_right_lawnGreen8h:hover, .active_shadow_bottom_right_lawnGreen8h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(41, 83, 0, .50); box-shadow: 0.5em 0.5em 1em rgba(41, 83, 0, .50); } .shadow_bottom_right_lawnGreen8a, .hover_shadow_bottom_right_lawnGreen8a:hover, .active_shadow_bottom_right_lawnGreen8a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .63); box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .63); } .shadow_bottom_right_lawnGreen8s, .hover_shadow_bottom_right_lawnGreen8s:hover, .active_shadow_bottom_right_lawnGreen8s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .78); box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .78); }
widgets/common/assets/gradients/simple/lawnGreen/lawnGreen8.css
.background_lawnGreen8, .hover_background_lawnGreen8:hover, .active_background_lawnGreen8:active:hover { background: #224500; background-image: -moz-linear-gradient(top, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(43, 87, 0)), color-stop(100%, rgb(34, 69, 0))); background-image: -webkit-linear-gradient(top, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%); background-image: -o-linear-gradient(top, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%); background-image: -ms-linear-gradient(top, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%); background-image: linear-gradient(to bottom, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b5700', endColorstr='#224500',GradientType=0 ); } .background_lawnGreen8h, .hover_background_lawnGreen8h:hover, .active_background_lawnGreen8h:active:hover { background: #224500; background-image: -moz-linear-gradient(top, rgb(51, 104, 0) 0%, rgb(41, 83, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(51, 104, 0)), color-stop(100%, rgb(41, 83, 0))); background-image: -webkit-linear-gradient(top, rgb(51, 104, 0) 0%, rgb(41, 83, 0) 100%); background-image: -o-linear-gradient(top, rgb(51, 104, 0) 0%, rgb(41, 83, 0) 100%); background-image: -ms-linear-gradient(top, rgb(51, 104, 0) 0%, rgb(41, 83, 0) 100%); background-image: linear-gradient(to bottom, rgb(51, 104, 0) 0%, rgb(41, 83, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336800', endColorstr='#295300',GradientType=0 ); } .background_lawnGreen8a, .hover_background_lawnGreen8a:hover, .active_background_lawnGreen8a:active:hover { background: #224500; background-image: -moz-linear-gradient(top, rgb(41, 83, 0) 0%, rgb(51, 104, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(41, 83, 0)), color-stop(100%, rgb(51, 104, 0))); background-image: -webkit-linear-gradient(top, rgb(41, 83, 0) 0%, rgb(51, 104, 0) 100%); background-image: -o-linear-gradient(top, rgb(41, 83, 0) 0%, rgb(51, 104, 0) 100%); background-image: -ms-linear-gradient(top, rgb(41, 83, 0) 0%, rgb(51, 104, 0) 100%); background-image: linear-gradient(to bottom, rgb(41, 83, 0) 0%, rgb(51, 104, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295300', endColorstr='#336800',GradientType=0 ); } .background_lawnGreen8s, .hover_background_lawnGreen8s:hover, .active_background_lawnGreen8s:active:hover { background: #224500; background-image: -moz-linear-gradient(top, rgb(64, 130, 0) 0%, rgb(51, 104, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(64, 130, 0)), color-stop(100%, rgb(51, 104, 0))); background-image: -webkit-linear-gradient(top, rgb(64, 130, 0) 0%, rgb(51, 104, 0) 100%); background-image: -o-linear-gradient(top, rgb(64, 130, 0) 0%, rgb(51, 104, 0) 100%); background-image: -ms-linear-gradient(top, rgb(64, 130, 0) 0%, rgb(51, 104, 0) 100%); background-image: linear-gradient(to bottom, rgb(64, 130, 0) 0%, rgb(51, 104, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#408200', endColorstr='#336800',GradientType=0 ); } .background_color_lawnGreen8, .hover_background_color_lawnGreen8:hover, .active_background_color_lawnGreen8:active:hover { background-color:#224500; } .background_first_color_lawnGreen8, .hover_background_first_color_lawnGreen8:hover, .active_background_first_color_lawnGreen8:active:hover { background-color:#2b5700; } .background_last_color_lawnGreen8, .hover_background_last_color_lawnGreen8:hover, .active_background_color_last_lawnGreen8:active:hover { background-color:#224500; } /* ------------------------------ color settings -------------------------------*/ .color_lawnGreen8, .hover_color_lawnGreen8:hover, .active_color_lawnGreen8:active:hover { color: #c8c8c8; } .color_lawnGreen8h, .hover_color_lawnGreen8h:hover, .active_color_lawnGreen8h:active:hover { color: #c8c8c8; } .color_lawnGreen8a, .hover_color_lawnGreen8a:hover, .active_color_lawnGreen8a:active:hover { color: #ff0; } .color_lawnGreen8s, .hover_color_lawnGreen8s:hover, .active_color_lawnGreen8s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_lawnGreen8, .hover_border_lawnGreen8:hover, .active_border_lawnGreen8:active:hover { border-color: #224500 #224500 #224500 #224500; } .border_lawnGreen8h, .hover_border_lawnGreen8h:hover, .active_border_lawnGreen8h:active:hover { border-color: #1f3e00 #1f3e00 #1f3e00 #1f3e00; } .border_lawnGreen8a, .hover_border_lawnGreen8a:hover, .active_border_lawnGreen8a:active:hover { border-color: #1b3700 #1b3700 #1b3700 #1b3700; } .border_lawnGreen8s, .hover_border_lawnGreen8s:hover, .active_border_lawnGreen8s:active:hover { border-color: #336800 #336800 #336800 #336800; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_lawnGreen8, .hover_shadow_expand_lawnGreen8:hover, .active_shadow_expand_lawnGreen8:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(34, 69, 0, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(34, 69, 0, .39); box-shadow: 0em 0em 1em 0.25em rgba(34, 69, 0, .39); } .shadow_expand_lawnGreen8h, .hover_shadow_expand_lawnGreen8h:hover, .active_shadow_expand_lawnGreen8h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(41, 83, 0, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(41, 83, 0, .50); box-shadow: 0em 0em 1em 0.25em rgba(41, 83, 0, .50); } .shadow_expand_lawnGreen8a, .hover_shadow_expand_lawnGreen8a:hover, .active_shadow_expand_lawnGreen8a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .63); box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .63); } .shadow_expand_lawnGreen8s, .hover_shadow_expand_lawnGreen8s:hover, .active_shadow_expand_lawnGreen8s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .78); box-shadow: 0em 0em 1em 0.25em rgba(51, 104, 0, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_lawnGreen8, .hover_shadow_left_lawnGreen8:hover, .active_shadow_left_lawnGreen8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); } .shadow_left_lawnGreen8h, .hover_shadow_left_lawnGreen8h:hover, .active_shadow_left_lawnGreen8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); } .shadow_left_lawnGreen8a, .hover_shadow_left_lawnGreen8a:hover, .active_shadow_left_lawnGreen8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); } .shadow_left_lawnGreen8s, .hover_shadow_left_lawnGreen8s:hover, .active_shadow_left_lawnGreen8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_lawnGreen8, .hover_shadow_right_lawnGreen8:hover, .active_shadow_right_lawnGreen8:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(34, 69, 0, .39); -moz-box-shadow: 0.5em 0em 1em rgba(34, 69, 0, .39); box-shadow: 0.5em 0em 1em rgba(34, 69, 0, .39); } .shadow_right_lawnGreen8h, .hover_shadow_right_lawnGreen8h:hover, .active_shadow_right_lawnGreen8h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(41, 83, 0, .50); -moz-box-shadow: 0.5em 0em 1em rgba(41, 83, 0, .50); box-shadow: 0.5em 0em 1em rgba(41, 83, 0, .50); } .shadow_right_lawnGreen8a, .hover_shadow_right_lawnGreen8a:hover, .active_shadow_right_lawnGreen8a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .63); -moz-box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .63); box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .63); } .shadow_right_lawnGreen8s, .hover_shadow_right_lawnGreen8s:hover, .active_shadow_right_lawnGreen8s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .78); -moz-box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .78); box-shadow: 0.5em 0em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_lawnGreen8, .hover_shadow_top_lawnGreen8:hover, .active_shadow_top_lawnGreen8:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: 0em -0.5em 1em rgba(34, 69, 0, .39); box-shadow: 0em -0.5em 1em rgba(34, 69, 0, .39); } .shadow_top_lawnGreen8h, .hover_shadow_top_lawnGreen8h:hover, .active_shadow_top_lawnGreen8h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: 0em -0.5em 1em rgba(41, 83, 0, .50); box-shadow: 0em -0.5em 1em rgba(41, 83, 0, .50); } .shadow_top_lawnGreen8a, .hover_shadow_top_lawnGreen8a:hover, .active_shadow_top_lawnGreen8a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .63); box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .63); } .shadow_top_lawnGreen8s, .hover_shadow_top_lawnGreen8s:hover, .active_shadow_top_lawnGreen8s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .78); box-shadow: 0em -0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_lawnGreen8, .hover_shadow_bottom_lawnGreen8:hover, .active_shadow_bottom_lawnGreen8:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: 0em 0.5em 1em rgba(34, 69, 0, .39); box-shadow: 0em 0.5em 1em rgba(34, 69, 0, .39); } .shadow_bottom_lawnGreen8h, .hover_shadow_bottom_lawnGreen8h:hover, .active_shadow_bottom_lawnGreen8h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: 0em 0.5em 1em rgba(41, 83, 0, .50); box-shadow: 0em 0.5em 1em rgba(41, 83, 0, .50); } .shadow_bottom_lawnGreen8a, .hover_shadow_bottom_lawnGreen8a:hover, .active_shadow_bottom_lawnGreen8a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .63); box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .63); } .shadow_bottom_lawnGreen8s, .hover_shadow_bottom_lawnGreen8s:hover, .active_shadow_bottom_lawnGreen8s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .78); box-shadow: 0em 0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_lawnGreen8, .hover_shadow_top_left_lawnGreen8:hover, .active_shadow_top_left_lawnGreen8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); box-shadow: -0.5em -0.5em 1em rgba(34, 69, 0, .39); } .shadow_top_left_lawnGreen8h, .hover_shadow_top_left_lawnGreen8h:hover, .active_shadow_top_left_lawnGreen8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); box-shadow: -0.5em -0.5em 1em rgba(41, 83, 0, .50); } .shadow_top_left_lawnGreen8a, .hover_shadow_top_left_lawnGreen8a:hover, .active_shadow_top_left_lawnGreen8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .63); } .shadow_top_left_lawnGreen8s, .hover_shadow_top_left_lawnGreen8s:hover, .active_shadow_top_left_lawnGreen8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); box-shadow: -0.5em -0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_lawnGreen8, .hover_shadow_top_right_lawnGreen8:hover, .active_shadow_top_right_lawnGreen8:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(34, 69, 0, .39); box-shadow: 0.5em -0.5em 1em rgba(34, 69, 0, .39); } .shadow_top_right_lawnGreen8h, .hover_shadow_top_right_lawnGreen8h:hover, .active_shadow_top_right_lawnGreen8h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(41, 83, 0, .50); box-shadow: 0.5em -0.5em 1em rgba(41, 83, 0, .50); } .shadow_top_right_lawnGreen8a, .hover_shadow_top_right_lawnGreen8a:hover, .active_shadow_top_right_lawnGreen8a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .63); box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .63); } .shadow_top_right_lawnGreen8s, .hover_shadow_top_right_lawnGreen8s:hover, .active_shadow_top_right_lawnGreen8s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .78); box-shadow: 0.5em -0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_lawnGreen8, .hover_shadow_bottom_left_lawnGreen8:hover, .active_shadow_bottom_left_lawnGreen8:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(34, 69, 0, .39); box-shadow: -0.5em 0.5em 1em rgba(34, 69, 0, .39); } .shadow_bottom_left_lawnGreen8h, .hover_shadow_bottom_left_lawnGreen8h:hover, .active_shadow_bottom_left_lawnGreen8h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(41, 83, 0, .50); box-shadow: -0.5em 0.5em 1em rgba(41, 83, 0, .50); } .shadow_bottom_left_lawnGreen8a, .hover_shadow_bottom_left_lawnGreen8a:hover, .active_shadow_bottom_left_lawnGreen8a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .63); box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .63); } .shadow_bottom_left_lawnGreen8s, .hover_shadow_bottom_left_lawnGreen8s:hover, .active_shadow_bottom_left_lawnGreen8s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .78); box-shadow: -0.5em 0.5em 1em rgba(51, 104, 0, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_lawnGreen8, .hover_shadow_bottom_right_lawnGreen8:hover, .active_shadow_bottom_right_lawnGreen8:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(34, 69, 0, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(34, 69, 0, .39); box-shadow: 0.5em 0.5em 1em rgba(34, 69, 0, .39); } .shadow_bottom_right_lawnGreen8h, .hover_shadow_bottom_right_lawnGreen8h:hover, .active_shadow_bottom_right_lawnGreen8h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(41, 83, 0, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(41, 83, 0, .50); box-shadow: 0.5em 0.5em 1em rgba(41, 83, 0, .50); } .shadow_bottom_right_lawnGreen8a, .hover_shadow_bottom_right_lawnGreen8a:hover, .active_shadow_bottom_right_lawnGreen8a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .63); box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .63); } .shadow_bottom_right_lawnGreen8s, .hover_shadow_bottom_right_lawnGreen8s:hover, .active_shadow_bottom_right_lawnGreen8s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .78); box-shadow: 0.5em 0.5em 1em rgba(51, 104, 0, .78); }
0.494385
0.115411
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200&display=swap'); *{ margin: 0; padding: 0; } body{ background: darkslategrey; } header{ width: 100%; height: 94vh; opacity: 0.8; text-align: center; background-image: url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=750&q=80"); background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; } select{ position: absolute; margin: 23px 0px 0px 553px; padding: 4px; border-radius: 4px; cursor: pointer; } #Phases{ margin-top: 157px; color: white; font-size: 41px; font-family: 'Roboto Mono', monospace; } nav{ width: 100%; height: 69px; opacity: 530.1; background: darkslategrey; text-align: center; font-family: 'Roboto Mono', monospace; } ul li{ text-decoration: none; list-style: none; display: inline-block; color: white; padding: 25px; } .Img-Log{ width: 112px; height: 34px; background-image: url('../image/Comps.png'); background-position: center center; background-size: auto; background-repeat: no-repeat; position: absolute; margin: 19px 0px 0px 60px; } section{ width: 90%; height: 256vh; background: white; position: absolute; margin: -220px 0px 0px 60px; text-align: center; } .First_article{ cursor: pointer; } .img_of_article{ width: 548px; height: 400px; background-image: url("https://images.unsplash.com/photo-1520351796985-c24e2bc5997a?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=749&q=80"); background-position: center center; background-repeat: no-repeat; position: absolute; background-size: cover; margin: 30px 0px 0px 30px; border-radius: 4px; } .title_of_article{ font-family: 'Roboto Mono', monospace; position: absolute; margin: 52px 0px 0px 773px } .text_of_article{ font-family: 'Roboto Mono', monospace; position: absolute; margin: 183px 0px 0px 611px; width: 534px; } .Second_article{ cursor: pointer; } .Second_img_of_second_article{ width: 548px; height: 400px; background-image: url("https://images.unsplash.com/photo-1627162153613-c38035045ceb?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=889&q=80"); background-position: center center; background-repeat: no-repeat; position: absolute; background-size: cover; margin: 517px 0px 0px 640px; border-radius: 4px; } .Second_title_of_second_article{ position: absolute; margin: 552px 0px 0px 248px; font-family: 'Roboto Mono', monospace; } .text_second_article{ font-family: 'Roboto Mono', monospace; position: absolute; margin: 656px 0px 0px 75px; width: 534px; } .three_article{ cursor: pointer; } .Three_img_of_three_article{ width: 548px; height: 400px; background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=752&q=80"); background-position: center center; background-repeat: no-repeat; position: absolute; background-size: cover; margin: 1015px 0px 0px 30px; border-radius: 4px; } .Three_title_of_three_article{ font-family: 'Roboto Mono', monospace; position: absolute; margin: 1045px 0px 0px 773px; } .Three_text_of_three_article{ font-family: 'Roboto Mono', monospace; position: absolute; margin: 1155px 0px 0px 611px; width: 534px; } .First_copy { font-family: 'Roboto Mono', monospace; font-style: oblique; font-size: 17px; margin-top: 1503px; } /*FOOTER*/ footer{ width: 100%; height: 125px; background: darkslategrey; margin-top: 105%; border-top-color: gray; border-bottom: none; border-left-style: none; border-right-style: none; border-top-style: solid; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; } #logo_of_footer{ width: 112px; height: 34px; background-image: url("../image/Comps.png"); background-position: center center; background-size: auto; background-repeat: no-repeat; position: absolute; margin: 17px 0px 0px -1128px; } #facebook{ width: 30px; height: 30px; background-image: url("../icons/facebook.png"); background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; margin-top: 16px; margin-left: -254px; } #instagram{ width: 30px; height: 30px; background-image: url("../icons/instagram.png"); background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; margin-top: 16px; margin-left: -35px; } #twitter{ width: 30px; height: 30px; background-image: url("../icons/twitter.png"); background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; margin-top: 16px; margin-left: 182px; } #phase_of_copy_of_footer{ margin-top: 16px; margin-left: 997px; font-family: 'Roboto Mono', monospace; font-weight: 300; font-style: normal; font-size: 13px; color: white; } /*SCROLL*/ ::-webkit-scrollbar-track { background-color: #F4F4F4; } ::-webkit-scrollbar { width: 6px; background: #F4F4F4; } ::-webkit-scrollbar-thumb { background: #bdbdbd; } /* ____ ____ _____ _____ ___ ____ ________ _______ |_ _| |_ _||_ _| |_ _| |_ ||_ _| |_ __ | |_ __ \ \ \ /\ / / | | | | | |_/ / | |_ \_| | |__) | \ \/ \/ / | | | | _ | __'. | _| _ | __ / \ /\ / _| |_ _| |__/ | _| | \ \_ _| |__/ | _| | \ \_ \/ \/ |_____| |________| |____||____| |________| |____| |___| */
blog/style.css
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200&display=swap'); *{ margin: 0; padding: 0; } body{ background: darkslategrey; } header{ width: 100%; height: 94vh; opacity: 0.8; text-align: center; background-image: url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=750&q=80"); background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; } select{ position: absolute; margin: 23px 0px 0px 553px; padding: 4px; border-radius: 4px; cursor: pointer; } #Phases{ margin-top: 157px; color: white; font-size: 41px; font-family: 'Roboto Mono', monospace; } nav{ width: 100%; height: 69px; opacity: 530.1; background: darkslategrey; text-align: center; font-family: 'Roboto Mono', monospace; } ul li{ text-decoration: none; list-style: none; display: inline-block; color: white; padding: 25px; } .Img-Log{ width: 112px; height: 34px; background-image: url('../image/Comps.png'); background-position: center center; background-size: auto; background-repeat: no-repeat; position: absolute; margin: 19px 0px 0px 60px; } section{ width: 90%; height: 256vh; background: white; position: absolute; margin: -220px 0px 0px 60px; text-align: center; } .First_article{ cursor: pointer; } .img_of_article{ width: 548px; height: 400px; background-image: url("https://images.unsplash.com/photo-1520351796985-c24e2bc5997a?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=749&q=80"); background-position: center center; background-repeat: no-repeat; position: absolute; background-size: cover; margin: 30px 0px 0px 30px; border-radius: 4px; } .title_of_article{ font-family: 'Roboto Mono', monospace; position: absolute; margin: 52px 0px 0px 773px } .text_of_article{ font-family: 'Roboto Mono', monospace; position: absolute; margin: 183px 0px 0px 611px; width: 534px; } .Second_article{ cursor: pointer; } .Second_img_of_second_article{ width: 548px; height: 400px; background-image: url("https://images.unsplash.com/photo-1627162153613-c38035045ceb?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=889&q=80"); background-position: center center; background-repeat: no-repeat; position: absolute; background-size: cover; margin: 517px 0px 0px 640px; border-radius: 4px; } .Second_title_of_second_article{ position: absolute; margin: 552px 0px 0px 248px; font-family: 'Roboto Mono', monospace; } .text_second_article{ font-family: 'Roboto Mono', monospace; position: absolute; margin: 656px 0px 0px 75px; width: 534px; } .three_article{ cursor: pointer; } .Three_img_of_three_article{ width: 548px; height: 400px; background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=752&q=80"); background-position: center center; background-repeat: no-repeat; position: absolute; background-size: cover; margin: 1015px 0px 0px 30px; border-radius: 4px; } .Three_title_of_three_article{ font-family: 'Roboto Mono', monospace; position: absolute; margin: 1045px 0px 0px 773px; } .Three_text_of_three_article{ font-family: 'Roboto Mono', monospace; position: absolute; margin: 1155px 0px 0px 611px; width: 534px; } .First_copy { font-family: 'Roboto Mono', monospace; font-style: oblique; font-size: 17px; margin-top: 1503px; } /*FOOTER*/ footer{ width: 100%; height: 125px; background: darkslategrey; margin-top: 105%; border-top-color: gray; border-bottom: none; border-left-style: none; border-right-style: none; border-top-style: solid; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; } #logo_of_footer{ width: 112px; height: 34px; background-image: url("../image/Comps.png"); background-position: center center; background-size: auto; background-repeat: no-repeat; position: absolute; margin: 17px 0px 0px -1128px; } #facebook{ width: 30px; height: 30px; background-image: url("../icons/facebook.png"); background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; margin-top: 16px; margin-left: -254px; } #instagram{ width: 30px; height: 30px; background-image: url("../icons/instagram.png"); background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; margin-top: 16px; margin-left: -35px; } #twitter{ width: 30px; height: 30px; background-image: url("../icons/twitter.png"); background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; margin-top: 16px; margin-left: 182px; } #phase_of_copy_of_footer{ margin-top: 16px; margin-left: 997px; font-family: 'Roboto Mono', monospace; font-weight: 300; font-style: normal; font-size: 13px; color: white; } /*SCROLL*/ ::-webkit-scrollbar-track { background-color: #F4F4F4; } ::-webkit-scrollbar { width: 6px; background: #F4F4F4; } ::-webkit-scrollbar-thumb { background: #bdbdbd; } /* ____ ____ _____ _____ ___ ____ ________ _______ |_ _| |_ _||_ _| |_ _| |_ ||_ _| |_ __ | |_ __ \ \ \ /\ / / | | | | | |_/ / | |_ \_| | |__) | \ \/ \/ / | | | | _ | __'. | _| _ | __ / \ /\ / _| |_ _| |__/ | _| | \ \_ _| |__/ | _| | \ \_ \/ \/ |_____| |________| |____||____| |________| |____| |___| */
0.447943
0.060557
margin-left : 10px; width : 220px; } #pnlWebCall h1 { font-weight : bold; font-size : 18px; text-align : center; } #pnlWebCall h2 { font-weight : bold; font-size : 14px; } #pnlWebCall .padding { padding-left : 28px; width : 162px; } #pnlWebCall .long { width : 158px; } #pnlWebCall .btnConnect { margin-top : 20px; margin-left : 28px; } #pnlWebCall .logo { margin-top : 8px; } #pnlWebCall .connected { white-space : nowrap; } #pnlWebCall .disconnected, #pnlWebCall .error .msgError { height : 180px; } #pnlWebCall.conf .disconnected, #pnlWebCall.conf .error .msgError { height : 140px; } #pnlWebCall .disconnected input { margin-bottom : 4px; } #pnlWebCall .disconnected input, #pnlWebCall .disconnected .label { width : 216px; } #pnlWebCall .divPlayTestSound { text-align : center; } /* status/slider/meter */ #pnlWebCall .status { font-size : 20px; font-weight : bold; color : #34495E; text-align : center; } #pnlWebCall .meters { color : #34495E; margin-bottom : 4px; } #pnlWebCall .ctlInputMeter { margin-left : 4px; width : 132px; height : 8px; margin-top : 4px; border : 1px solid black; } #pnlWebCall .muted, #pnlWebCall .hold { width : 156px; text-align : center; height : 16px; padding-top : 4px; } #pnlWebCall div.meter { background-color : #34495E; height : 10px; width : 0px; margin : 0; padding : 0; } /* buttons */ #pnlWebCall .pnlButtons .button { width : 48px; height : 36px; margin : 2px; } #pnlWebCall .pnlButtons .button .icon { height : 20px; width : 20px; } #pnlWebCall .pnlButtons .button .ui-button-text { margin-left : 4px; margin-top : 4px; } #pnlWebCall .divDialpad .ui-button-text { margin : 0 !important; } #pnlWebCall .button.left { margin-left : 0; } #pnlWebCall .button .digit { font-size : 14px; } #pnlWebCall .button.dtmf_star .digit { font-size : 20px !important; } #pnlWebCall .button .label { font-weight : normal; font-size : 10px; } /* btnHold */ #pnlWebCall .btnHold .icon { background-image : url(../img/unhold.png); } #pnlWebCall .btnHold.ui-state-hover .icon { background-image : url(../img/unhold_hover.png); } #pnlWebCall .btnHold.ui-state-error .icon { background-image : url(../img/hold.png); } #pnlWebCall .btnHold.ui-state-error.ui-state-hover .icon { background-image : url(../img/hold_hover.png); } /* btnMute */ #pnlWebCall .btnMute .icon { background-image : url(../img/mic.png); } #pnlWebCall .btnMute.ui-state-hover .icon { background-image : url(../img/mic_hover.png); } #pnlWebCall .btnMute.ui-state-error .icon { background-image : url(../img/mic_off.png); } #pnlWebCall .btnMute.ui-state-error.ui-state-hover .icon { background-image : url(../img/mic_off_hover.png); } /* btnSettings */ #pnlWebCall .btnSettings .icon { background-image : url(../img/settings.png); } #pnlWebCall .btnSettings.ui-state-hover .icon { background-image : url(../img/settings_hover.png); } /* btnOpenDialpad */ #pnlWebCall .btnOpenDialpad .icon { background-image : url(../img/dialpad.png); } #pnlWebCall .btnOpenDialpad.ui-state-hover .icon { background-image : url(../img/dialpad_hover.png); } #pnlWebCall .btnDisconnect, #pnlWebCall .btnClose { width : 158px; } #pnlWebCall .btnDisconnect { margin-top : 2px; } #pnlWebCall .msgError div { padding-top : 50px; color : red; } #pnlUnsupported { padding : 10px; font-size : 20px; font-weight : bold; color : #34495E; }
webcall/css/webCall.css
margin-left : 10px; width : 220px; } #pnlWebCall h1 { font-weight : bold; font-size : 18px; text-align : center; } #pnlWebCall h2 { font-weight : bold; font-size : 14px; } #pnlWebCall .padding { padding-left : 28px; width : 162px; } #pnlWebCall .long { width : 158px; } #pnlWebCall .btnConnect { margin-top : 20px; margin-left : 28px; } #pnlWebCall .logo { margin-top : 8px; } #pnlWebCall .connected { white-space : nowrap; } #pnlWebCall .disconnected, #pnlWebCall .error .msgError { height : 180px; } #pnlWebCall.conf .disconnected, #pnlWebCall.conf .error .msgError { height : 140px; } #pnlWebCall .disconnected input { margin-bottom : 4px; } #pnlWebCall .disconnected input, #pnlWebCall .disconnected .label { width : 216px; } #pnlWebCall .divPlayTestSound { text-align : center; } /* status/slider/meter */ #pnlWebCall .status { font-size : 20px; font-weight : bold; color : #34495E; text-align : center; } #pnlWebCall .meters { color : #34495E; margin-bottom : 4px; } #pnlWebCall .ctlInputMeter { margin-left : 4px; width : 132px; height : 8px; margin-top : 4px; border : 1px solid black; } #pnlWebCall .muted, #pnlWebCall .hold { width : 156px; text-align : center; height : 16px; padding-top : 4px; } #pnlWebCall div.meter { background-color : #34495E; height : 10px; width : 0px; margin : 0; padding : 0; } /* buttons */ #pnlWebCall .pnlButtons .button { width : 48px; height : 36px; margin : 2px; } #pnlWebCall .pnlButtons .button .icon { height : 20px; width : 20px; } #pnlWebCall .pnlButtons .button .ui-button-text { margin-left : 4px; margin-top : 4px; } #pnlWebCall .divDialpad .ui-button-text { margin : 0 !important; } #pnlWebCall .button.left { margin-left : 0; } #pnlWebCall .button .digit { font-size : 14px; } #pnlWebCall .button.dtmf_star .digit { font-size : 20px !important; } #pnlWebCall .button .label { font-weight : normal; font-size : 10px; } /* btnHold */ #pnlWebCall .btnHold .icon { background-image : url(../img/unhold.png); } #pnlWebCall .btnHold.ui-state-hover .icon { background-image : url(../img/unhold_hover.png); } #pnlWebCall .btnHold.ui-state-error .icon { background-image : url(../img/hold.png); } #pnlWebCall .btnHold.ui-state-error.ui-state-hover .icon { background-image : url(../img/hold_hover.png); } /* btnMute */ #pnlWebCall .btnMute .icon { background-image : url(../img/mic.png); } #pnlWebCall .btnMute.ui-state-hover .icon { background-image : url(../img/mic_hover.png); } #pnlWebCall .btnMute.ui-state-error .icon { background-image : url(../img/mic_off.png); } #pnlWebCall .btnMute.ui-state-error.ui-state-hover .icon { background-image : url(../img/mic_off_hover.png); } /* btnSettings */ #pnlWebCall .btnSettings .icon { background-image : url(../img/settings.png); } #pnlWebCall .btnSettings.ui-state-hover .icon { background-image : url(../img/settings_hover.png); } /* btnOpenDialpad */ #pnlWebCall .btnOpenDialpad .icon { background-image : url(../img/dialpad.png); } #pnlWebCall .btnOpenDialpad.ui-state-hover .icon { background-image : url(../img/dialpad_hover.png); } #pnlWebCall .btnDisconnect, #pnlWebCall .btnClose { width : 158px; } #pnlWebCall .btnDisconnect { margin-top : 2px; } #pnlWebCall .msgError div { padding-top : 50px; color : red; } #pnlUnsupported { padding : 10px; font-size : 20px; font-weight : bold; color : #34495E; }
0.252476
0.067485
@charset "UTF-8"; body { background: #202020; } @media screen and (min-device-width: 800px) { body { /* Track */ /* Handle */ /* Handle on hover */ } body .home-header { background-color: #333333 !important; } body .home-header .navbar-brand { color: #bc38c1; } body .home-header .navbar-brand:hover { color: white; /* Цвет ссылки при наведении */ } body .home-header .nav-name { color: #bc38c1 !important; } body .home-header .nav-back { color: #bc38c1 !important; background-color: #333333 !important; } body .home-header .nav-text-drop:hover { color: #ffffff !important; background-color: #bc38c1 !important; } body .home-header .nav-text-drop { color: #bc38c1; } body .home-header .nav-name:hover { color: white !important; } body .home-header .nav-logout-text { color: #bc38c1 !important; } body .home-header .nav-logout-text:hover { color: white !important; } body .col-md-8 .AccountName { background-color: #bc38c1 !important; height: 50px; } body .col-md-8 .card { background-color: #333333; } body .col-md-8 .card .card-body .wellCUM-text { font-size: 16px; color: #bc38c1; } body .col-md-8 .card .card-body .info-body { margin-right: 5px; margin-left: auto; color: #bc38c1; width: 300px; } body .col-md-8 .card .bonus-info-pos { margin-left: auto; margin-right: auto; width: 90%; height: -webkit-max-content; height: -moz-max-content; height: max-content; } body .col-md-8 .card .bonus-info-pos .bonus-info { width: 100%; height: 150px; border: 2px solid #bc38c1; border-radius: 4px; color: #bc38c1; background-color: #202020; padding: 15px; resize: none; } body .col-md-8 .card .accept-about { color: #bc38c1; border-color: #bc38c1; height: 50px; width: 125px; margin-top: 25px; margin-left: 75%; margin-bottom: 15px; } body .col-md-8 .card .login-text-style { text-align: center; font-size: 24px; } body .button-send { margin-top: 5px; margin-right: auto; margin-left: 90% !important; } body .chat-card { padding-bottom: 15px !important; } body .global-chat { height: 500px; resize: none; } body .form-input-custom { background-color: #202020 !important; border-color: #bc38c1; color: #bc38c1; } body .forgot-password { color: #bc38c1; } body .forgot-password:hover { color: #ffffff; } body .form-input-custom:focus { background-color: #202020; border-color: #bc38c1; color: #bc38c1; } body .text-md-right { color: #bc38c1; } body .home-info { height: 500px; } body .tableBd { width: 1200px; text-align: center; margin-top: 50px; margin-left: auto; margin-right: auto; border-radius: 9px; } body .column-name { background-color: #1d1d1d; color: #bc38c1; border: 1px solid #000000; border-radius: 9px; } body .tables { background-color: #333333; color: #bc38c1; border-top: 1px solid black; border-bottom: 1px solid black; } body .tables-first { color: #bc38c1; background-color: #333333; border: 1px solid black; } body .table-finish { color: #bc38c1; background-color: #333333; border-right: 1px solid black; border-bottom: 1px solid black; } body .add-shelter { height: 40px; width: 125px; margin-top: 25px; margin-left: 60%; } body .order-by { width: 150px; height: 37px; color: #bc38c1; background-color: #333333; border-color: #bc38c1; margin-right: 10px; border-radius: 4px; } body .order-by option { color: #bc38c1; background-color: #333333; border-color: #bc38c1; width: 150px; margin-right: 10px; } body .chat { width: 550px; } body .chat-card-inner { padding: 5px; } body .user-list-chat { margin-left: 15px; margin-bottom: 5px; margin-top: 5px; overflow-y: scroll; height: 650px; width: 165px; } body .chat-dont-created { margin-left: auto; margin-right: auto; margin-top: 5px; width: 350px; height: 35px; font-size: 24px; text-align: center; color: #bc38c1; } body .order-type { width: 150px; height: 37px; color: #bc38c1; background-color: #333333; border-color: #bc38c1; border-radius: 4px; margin-right: 10px; } body .order-type option { color: #bc38c1; background-color: #333333; border-color: #bc38c1; width: 150px; margin-right: 10px; } body ::-webkit-scrollbar { width: 7.5px; } body ::-webkit-scrollbar-track { background: #202020; } body ::-webkit-scrollbar-thumb { background: #bc38c1; } body ::-webkit-scrollbar-thumb:hover { background: #555; } body .btn-chat { width: 150px; height: 35px; padding: 5px; margin: 2px; } body .table-chat { padding: 5px; border: 1px solid #c7c7c7; margin: 2px; } body .order-zone { width: 700px; height: 50px; margin-top: 25px; margin-left: 55%; margin-right: auto; } body .btn-color { background: #bc38c1; color: white; } body .link-city { color: #bc38c1; text-decoration: underline; } body .link-city:hover { color: #ffffff; text-decoration: none; } body .linked-accounts { color: #bc38c1; margin-top: 10px; margin-bottom: 10px; margin-left: 80%; } body .linked-accounts-icons { margin: 5px; font-size: 25px !important; } body .unlinked-accounts-icons { color: #ffffff; display: inline-block; width: 20px; height: 20px; text-align: center; background-color: #bc38c1; border: #bc38c1 solid 2px; border-radius: 4px; margin-top: auto; margin-bottom: auto; } body .unlinked-accounts-icons:hover { color: #dedede; text-decoration: none; } body .linked-account-link { color: #ffffff; display: inline-block; width: 40px; height: 40px; text-align: center; margin-top: auto; margin-bottom: auto; background-color: #bc38c1; border: #bc38c1 solid 2px; border-radius: 4px; } body .linked-account-link:hover { color: #dedede; text-decoration: none; } } @media screen and (max-device-width: 800px) { body { /* Track */ /* Handle */ /* Handle on hover */ } body .home-header { background-color: #333333 !important; } body .home-header .navbar-brand { color: #38c172; } body .home-header .navbar-brand:hover { color: white; /* Цвет ссылки при наведении */ } body .home-header .nav-name { color: #38c172 !important; } body .home-header .nav-back { color: #38c172 !important; background-color: #333333 !important; } body .home-header .nav-text-drop:hover { color: #ffffff !important; background-color: #38c172 !important; } body .home-header .nav-text-drop { color: #38c172; } body .home-header .nav-name:hover { color: white !important; } body .home-header .nav-logout-text { color: #38c172 !important; } body .home-header .nav-logout-text:hover { color: white !important; } body .col-md-8 .AccountName { height: 50px; } body .col-md-8 .card { background-color: #333333; } body .col-md-8 .card .card-body .wellCUM-text { font-size: 16px; color: #38c172; } body .col-md-8 .card .card-body .info-body { margin-right: auto; margin-left: auto; color: #38c172; width: 300px; } body .col-md-8 .card .bonus-info-pos { margin-left: auto; margin-right: auto; width: 90%; height: -webkit-max-content; height: -moz-max-content; height: max-content; } body .col-md-8 .card .bonus-info-pos .bonus-info { width: 100%; height: 150px; border: 2px solid #38c172; border-radius: 4px; color: #38c172; background-color: #202020; padding: 15px; resize: none; } body .col-md-8 .card .accept-about { height: 50px; width: 25%; margin-top: 25px; margin-left: 60%; margin-bottom: 15px; } body .col-md-8 .card .login-text-style { text-align: center; font-size: 24px; } body .button-send { margin-top: 5px; margin-right: auto; margin-left: 90% !important; } body .chat-card { padding-bottom: 15px !important; } body .global-chat { height: 500px; resize: none; } body .form-input-custom { background-color: #202020 !important; border-color: #38c172; color: #38c172; } body .forgot-password { color: #3<PASSWORD>; } body .forgot-password:hover { color: #ffffff; } body .form-input-custom:focus { background-color: #202020; border-color: #38c172; color: #38c172; } body .text-md-right { color: #38c172; } body .home-info { height: 500px; } body .tableBd { width: 1200px; text-align: center; margin-top: 50px; margin-left: auto; margin-right: auto; border-radius: 9px; } body .column-name { background-color: #1d1d1d; color: #38c172; border: 1px solid #000000; border-radius: 9px; } body .tables { background-color: #333333; color: #38c172; border-top: 1px solid black; border-bottom: 1px solid black; } body .tables-first { color: #38c172; background-color: #333333; border: 1px solid black; } body .table-finish { color: #38c172; background-color: #333333; border-right: 1px solid black; border-bottom: 1px solid black; } body .add-shelter { height: 40px; width: 125px; margin-top: 25px; margin-left: 60%; } body .order-by { width: 150px; height: 37px; color: #38c172; background-color: #333333; border-color: #38c172; margin-right: 10px; border-radius: 4px; } body .order-by option { color: #38c172; background-color: #333333; border-color: #38c172; width: 150px; margin-right: 10px; } body .chat { width: 550px; } body .chat-card-inner { padding: 5px; } body .user-list-chat { margin-left: 15px; margin-bottom: 5px; margin-top: 5px; overflow-y: scroll; height: 650px; width: 165px; } body .chat-dont-created { margin-left: auto; margin-right: auto; margin-top: 5px; width: 350px; height: 35px; font-size: 24px; text-align: center; color: #38c172; } body .order-type { width: 150px; height: 37px; color: #38c172; background-color: #333333; border-color: #38c172; border-radius: 4px; margin-right: 10px; } body .order-type option { color: #38c172; background-color: #333333; border-color: #38c172; width: 150px; margin-right: 10px; } body ::-webkit-scrollbar { width: 7.5px; } body ::-webkit-scrollbar-track { background: #202020; } body ::-webkit-scrollbar-thumb { background: #38c172; } body ::-webkit-scrollbar-thumb:hover { background: #555; } body .btn-chat { width: 150px; height: 35px; padding: 5px; margin: 2px; } body .table-chat { padding: 5px; border: 1px solid #c7c7c7; margin: 2px; } body .order-zone { width: 700px; height: 50px; margin-top: 25px; margin-left: 55%; margin-right: auto; } body .btn-color { background: #38c172; color: white; } body .link-city { color: #38c172; text-decoration: underline; } body .link-city:hover { color: #ffffff; text-decoration: none; } body .linked-accounts { color: #2a9055; margin-top: 10px; margin-bottom: 10px; margin-left: 80%; } body .linked-accounts-icons { margin: 5px; font-size: 25px !important; } body .unlinked-accounts-icons { color: #ffffff; display: inline-block; width: 20px; height: 20px; text-align: center; background-color: #38c172; border: #38c172 solid 2px; border-radius: 4px; margin-top: auto; margin-bottom: auto; } body .unlinked-accounts-icons:hover { color: #dedede; text-decoration: none; } body .linked-account-link { color: #ffffff; display: inline-block; width: 40px; height: 40px; text-align: center; margin-top: auto; margin-bottom: auto; background-color: #38c172; border: #38c172 solid 2px; border-radius: 4px; } body .linked-account-link:hover { color: #dedede; text-decoration: none; } }
public/css/style.css
@charset "UTF-8"; body { background: #202020; } @media screen and (min-device-width: 800px) { body { /* Track */ /* Handle */ /* Handle on hover */ } body .home-header { background-color: #333333 !important; } body .home-header .navbar-brand { color: #bc38c1; } body .home-header .navbar-brand:hover { color: white; /* Цвет ссылки при наведении */ } body .home-header .nav-name { color: #bc38c1 !important; } body .home-header .nav-back { color: #bc38c1 !important; background-color: #333333 !important; } body .home-header .nav-text-drop:hover { color: #ffffff !important; background-color: #bc38c1 !important; } body .home-header .nav-text-drop { color: #bc38c1; } body .home-header .nav-name:hover { color: white !important; } body .home-header .nav-logout-text { color: #bc38c1 !important; } body .home-header .nav-logout-text:hover { color: white !important; } body .col-md-8 .AccountName { background-color: #bc38c1 !important; height: 50px; } body .col-md-8 .card { background-color: #333333; } body .col-md-8 .card .card-body .wellCUM-text { font-size: 16px; color: #bc38c1; } body .col-md-8 .card .card-body .info-body { margin-right: 5px; margin-left: auto; color: #bc38c1; width: 300px; } body .col-md-8 .card .bonus-info-pos { margin-left: auto; margin-right: auto; width: 90%; height: -webkit-max-content; height: -moz-max-content; height: max-content; } body .col-md-8 .card .bonus-info-pos .bonus-info { width: 100%; height: 150px; border: 2px solid #bc38c1; border-radius: 4px; color: #bc38c1; background-color: #202020; padding: 15px; resize: none; } body .col-md-8 .card .accept-about { color: #bc38c1; border-color: #bc38c1; height: 50px; width: 125px; margin-top: 25px; margin-left: 75%; margin-bottom: 15px; } body .col-md-8 .card .login-text-style { text-align: center; font-size: 24px; } body .button-send { margin-top: 5px; margin-right: auto; margin-left: 90% !important; } body .chat-card { padding-bottom: 15px !important; } body .global-chat { height: 500px; resize: none; } body .form-input-custom { background-color: #202020 !important; border-color: #bc38c1; color: #bc38c1; } body .forgot-password { color: #bc38c1; } body .forgot-password:hover { color: #ffffff; } body .form-input-custom:focus { background-color: #202020; border-color: #bc38c1; color: #bc38c1; } body .text-md-right { color: #bc38c1; } body .home-info { height: 500px; } body .tableBd { width: 1200px; text-align: center; margin-top: 50px; margin-left: auto; margin-right: auto; border-radius: 9px; } body .column-name { background-color: #1d1d1d; color: #bc38c1; border: 1px solid #000000; border-radius: 9px; } body .tables { background-color: #333333; color: #bc38c1; border-top: 1px solid black; border-bottom: 1px solid black; } body .tables-first { color: #bc38c1; background-color: #333333; border: 1px solid black; } body .table-finish { color: #bc38c1; background-color: #333333; border-right: 1px solid black; border-bottom: 1px solid black; } body .add-shelter { height: 40px; width: 125px; margin-top: 25px; margin-left: 60%; } body .order-by { width: 150px; height: 37px; color: #bc38c1; background-color: #333333; border-color: #bc38c1; margin-right: 10px; border-radius: 4px; } body .order-by option { color: #bc38c1; background-color: #333333; border-color: #bc38c1; width: 150px; margin-right: 10px; } body .chat { width: 550px; } body .chat-card-inner { padding: 5px; } body .user-list-chat { margin-left: 15px; margin-bottom: 5px; margin-top: 5px; overflow-y: scroll; height: 650px; width: 165px; } body .chat-dont-created { margin-left: auto; margin-right: auto; margin-top: 5px; width: 350px; height: 35px; font-size: 24px; text-align: center; color: #bc38c1; } body .order-type { width: 150px; height: 37px; color: #bc38c1; background-color: #333333; border-color: #bc38c1; border-radius: 4px; margin-right: 10px; } body .order-type option { color: #bc38c1; background-color: #333333; border-color: #bc38c1; width: 150px; margin-right: 10px; } body ::-webkit-scrollbar { width: 7.5px; } body ::-webkit-scrollbar-track { background: #202020; } body ::-webkit-scrollbar-thumb { background: #bc38c1; } body ::-webkit-scrollbar-thumb:hover { background: #555; } body .btn-chat { width: 150px; height: 35px; padding: 5px; margin: 2px; } body .table-chat { padding: 5px; border: 1px solid #c7c7c7; margin: 2px; } body .order-zone { width: 700px; height: 50px; margin-top: 25px; margin-left: 55%; margin-right: auto; } body .btn-color { background: #bc38c1; color: white; } body .link-city { color: #bc38c1; text-decoration: underline; } body .link-city:hover { color: #ffffff; text-decoration: none; } body .linked-accounts { color: #bc38c1; margin-top: 10px; margin-bottom: 10px; margin-left: 80%; } body .linked-accounts-icons { margin: 5px; font-size: 25px !important; } body .unlinked-accounts-icons { color: #ffffff; display: inline-block; width: 20px; height: 20px; text-align: center; background-color: #bc38c1; border: #bc38c1 solid 2px; border-radius: 4px; margin-top: auto; margin-bottom: auto; } body .unlinked-accounts-icons:hover { color: #dedede; text-decoration: none; } body .linked-account-link { color: #ffffff; display: inline-block; width: 40px; height: 40px; text-align: center; margin-top: auto; margin-bottom: auto; background-color: #bc38c1; border: #bc38c1 solid 2px; border-radius: 4px; } body .linked-account-link:hover { color: #dedede; text-decoration: none; } } @media screen and (max-device-width: 800px) { body { /* Track */ /* Handle */ /* Handle on hover */ } body .home-header { background-color: #333333 !important; } body .home-header .navbar-brand { color: #38c172; } body .home-header .navbar-brand:hover { color: white; /* Цвет ссылки при наведении */ } body .home-header .nav-name { color: #38c172 !important; } body .home-header .nav-back { color: #38c172 !important; background-color: #333333 !important; } body .home-header .nav-text-drop:hover { color: #ffffff !important; background-color: #38c172 !important; } body .home-header .nav-text-drop { color: #38c172; } body .home-header .nav-name:hover { color: white !important; } body .home-header .nav-logout-text { color: #38c172 !important; } body .home-header .nav-logout-text:hover { color: white !important; } body .col-md-8 .AccountName { height: 50px; } body .col-md-8 .card { background-color: #333333; } body .col-md-8 .card .card-body .wellCUM-text { font-size: 16px; color: #38c172; } body .col-md-8 .card .card-body .info-body { margin-right: auto; margin-left: auto; color: #38c172; width: 300px; } body .col-md-8 .card .bonus-info-pos { margin-left: auto; margin-right: auto; width: 90%; height: -webkit-max-content; height: -moz-max-content; height: max-content; } body .col-md-8 .card .bonus-info-pos .bonus-info { width: 100%; height: 150px; border: 2px solid #38c172; border-radius: 4px; color: #38c172; background-color: #202020; padding: 15px; resize: none; } body .col-md-8 .card .accept-about { height: 50px; width: 25%; margin-top: 25px; margin-left: 60%; margin-bottom: 15px; } body .col-md-8 .card .login-text-style { text-align: center; font-size: 24px; } body .button-send { margin-top: 5px; margin-right: auto; margin-left: 90% !important; } body .chat-card { padding-bottom: 15px !important; } body .global-chat { height: 500px; resize: none; } body .form-input-custom { background-color: #202020 !important; border-color: #38c172; color: #38c172; } body .forgot-password { color: #3<PASSWORD>; } body .forgot-password:hover { color: #ffffff; } body .form-input-custom:focus { background-color: #202020; border-color: #38c172; color: #38c172; } body .text-md-right { color: #38c172; } body .home-info { height: 500px; } body .tableBd { width: 1200px; text-align: center; margin-top: 50px; margin-left: auto; margin-right: auto; border-radius: 9px; } body .column-name { background-color: #1d1d1d; color: #38c172; border: 1px solid #000000; border-radius: 9px; } body .tables { background-color: #333333; color: #38c172; border-top: 1px solid black; border-bottom: 1px solid black; } body .tables-first { color: #38c172; background-color: #333333; border: 1px solid black; } body .table-finish { color: #38c172; background-color: #333333; border-right: 1px solid black; border-bottom: 1px solid black; } body .add-shelter { height: 40px; width: 125px; margin-top: 25px; margin-left: 60%; } body .order-by { width: 150px; height: 37px; color: #38c172; background-color: #333333; border-color: #38c172; margin-right: 10px; border-radius: 4px; } body .order-by option { color: #38c172; background-color: #333333; border-color: #38c172; width: 150px; margin-right: 10px; } body .chat { width: 550px; } body .chat-card-inner { padding: 5px; } body .user-list-chat { margin-left: 15px; margin-bottom: 5px; margin-top: 5px; overflow-y: scroll; height: 650px; width: 165px; } body .chat-dont-created { margin-left: auto; margin-right: auto; margin-top: 5px; width: 350px; height: 35px; font-size: 24px; text-align: center; color: #38c172; } body .order-type { width: 150px; height: 37px; color: #38c172; background-color: #333333; border-color: #38c172; border-radius: 4px; margin-right: 10px; } body .order-type option { color: #38c172; background-color: #333333; border-color: #38c172; width: 150px; margin-right: 10px; } body ::-webkit-scrollbar { width: 7.5px; } body ::-webkit-scrollbar-track { background: #202020; } body ::-webkit-scrollbar-thumb { background: #38c172; } body ::-webkit-scrollbar-thumb:hover { background: #555; } body .btn-chat { width: 150px; height: 35px; padding: 5px; margin: 2px; } body .table-chat { padding: 5px; border: 1px solid #c7c7c7; margin: 2px; } body .order-zone { width: 700px; height: 50px; margin-top: 25px; margin-left: 55%; margin-right: auto; } body .btn-color { background: #38c172; color: white; } body .link-city { color: #38c172; text-decoration: underline; } body .link-city:hover { color: #ffffff; text-decoration: none; } body .linked-accounts { color: #2a9055; margin-top: 10px; margin-bottom: 10px; margin-left: 80%; } body .linked-accounts-icons { margin: 5px; font-size: 25px !important; } body .unlinked-accounts-icons { color: #ffffff; display: inline-block; width: 20px; height: 20px; text-align: center; background-color: #38c172; border: #38c172 solid 2px; border-radius: 4px; margin-top: auto; margin-bottom: auto; } body .unlinked-accounts-icons:hover { color: #dedede; text-decoration: none; } body .linked-account-link { color: #ffffff; display: inline-block; width: 40px; height: 40px; text-align: center; margin-top: auto; margin-bottom: auto; background-color: #38c172; border: #38c172 solid 2px; border-radius: 4px; } body .linked-account-link:hover { color: #dedede; text-decoration: none; } }
0.298901
0.045205
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Provide sufficient contrast against white background */ a { color: #0366d6; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #8c9196; border-color: #7db610; } /* Sticky footer styles -------------------------------------------------- */ html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .navbar { z-index: 1; color: #f3f3f3 !important; background-color: rgba(140, 145, 150, 0.80) } .footer { background-color: #8c9196; color: #f3f3f3 !important; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } button.accept-policy { font-size: 1rem; line-height: inherit; } /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-top: 60px; margin-bottom: 60px; } #page-wrapper { padding: 15px 15px 15px 15px; flex: 1; } .footer { position: absolute; bottom: 0; width: 100%; white-space: nowrap; line-height: 60px; /* Vertically center the text there */ } /* PANELS ***********************************/ .panel { margin-bottom: 15px; background-color: rgb(252, 237, 216); border: 0; border-radius: 10px; width: 100%; } .panel-body { padding: 20px; } .panel-heading { color: #333; border: 0; padding: 20px; background-color: transparent; } .panel-heading h3 { color: #555; border: 0; padding: 0; margin: 0; display: inline-block; line-height: 30px; font-size: 21px; } .panel-heading .lstick { width: 2px; background: #555; height: 40px; margin-left: -20px; margin-right: 18px; display: inline-block; vertical-align: middle; } /* TABLES ***********************************/ table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled { background: transparent; } table > tbody > tr > td, table > tbody > tr > th { background: rgb(252, 237, 216); } table#dataTablesLink > tbody > tr > td, table#dataTablesLink > tbody > tr > th { background: rgb(252, 237, 216); } table { padding: 2px; } table thead { border-top: 1px solid rgb(252, 237, 216); } table > thead > tr > th { border-bottom: 1px solid rgb(252, 237, 216); } table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { vertical-align: middle !important; } table tfoot > tr { background-color: rgb(252, 237, 216); } /* BUTTONS ***********************************/ .btn-primary.btn-outline { color: rgb(252, 237, 216); background-color: #0366d6; border-color: #0366d6; } /*SOW IS NOT EDIT***************/ .sow-is-not-edit { background: rgba(170, 241, 255, 0.3); } /*DETAILS SOW***************/ a.style-link{ text-decoration: none; } a:hover.link-hover { text-decoration: none; color:white; } span.field-icon { position: absolute; display: inline-block; cursor: pointer; right: 0.5rem; top: 2.8rem; margin-right: 20px; z-index: 2; }
Alocha/wwwroot/css/site.css
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Provide sufficient contrast against white background */ a { color: #0366d6; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #8c9196; border-color: #7db610; } /* Sticky footer styles -------------------------------------------------- */ html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .navbar { z-index: 1; color: #f3f3f3 !important; background-color: rgba(140, 145, 150, 0.80) } .footer { background-color: #8c9196; color: #f3f3f3 !important; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } button.accept-policy { font-size: 1rem; line-height: inherit; } /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-top: 60px; margin-bottom: 60px; } #page-wrapper { padding: 15px 15px 15px 15px; flex: 1; } .footer { position: absolute; bottom: 0; width: 100%; white-space: nowrap; line-height: 60px; /* Vertically center the text there */ } /* PANELS ***********************************/ .panel { margin-bottom: 15px; background-color: rgb(252, 237, 216); border: 0; border-radius: 10px; width: 100%; } .panel-body { padding: 20px; } .panel-heading { color: #333; border: 0; padding: 20px; background-color: transparent; } .panel-heading h3 { color: #555; border: 0; padding: 0; margin: 0; display: inline-block; line-height: 30px; font-size: 21px; } .panel-heading .lstick { width: 2px; background: #555; height: 40px; margin-left: -20px; margin-right: 18px; display: inline-block; vertical-align: middle; } /* TABLES ***********************************/ table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled { background: transparent; } table > tbody > tr > td, table > tbody > tr > th { background: rgb(252, 237, 216); } table#dataTablesLink > tbody > tr > td, table#dataTablesLink > tbody > tr > th { background: rgb(252, 237, 216); } table { padding: 2px; } table thead { border-top: 1px solid rgb(252, 237, 216); } table > thead > tr > th { border-bottom: 1px solid rgb(252, 237, 216); } table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { vertical-align: middle !important; } table tfoot > tr { background-color: rgb(252, 237, 216); } /* BUTTONS ***********************************/ .btn-primary.btn-outline { color: rgb(252, 237, 216); background-color: #0366d6; border-color: #0366d6; } /*SOW IS NOT EDIT***************/ .sow-is-not-edit { background: rgba(170, 241, 255, 0.3); } /*DETAILS SOW***************/ a.style-link{ text-decoration: none; } a:hover.link-hover { text-decoration: none; color:white; } span.field-icon { position: absolute; display: inline-block; cursor: pointer; right: 0.5rem; top: 2.8rem; margin-right: 20px; z-index: 2; }
0.518059
0.079926
@charset "utf-8"; textarea { margin: 0; font: inherit; color: inherit; } .row { margin-right: -15px; margin-left: -15px; } .row:before, .row:after { display: table; content: " "; } .row:after{ clear: both; } .col-md-10 { width: 83.33333333%; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .comment-container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active { background-image: none; } .btn-info.disabled, .btn-info[disabled], .btn-info.disabled:hover, .btn-info[disabled]:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, .btn-info.disabled:active, .btn-info[disabled]:active, .btn-info.disabled.active, .btn-info[disabled].active { background-color: #5bc0de; border-color: #46b8da; } @font-face { font-family: 'Glyphicons Halflings'; src: url('../../fonts/glyphicons-halflings-regular.eot'); src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-globe:before { content: "\e135"; } .comment-container{ width: 1000px; } .pull-right { float: right !important; } .commentbox{ width: 100%; position:relative; height: 100px; } .mytextarea { width: 90%; position: relative; left:70px; word-break: break-all; height: 100px; color: #000; margin-bottom: 20px; font-size: 1em; resize: none; } .comment-list{ width: 900px; margin: 20px auto; clear: both; padding-top: 20px; } .comment-list .comment-info{ position: relative; margin-bottom: 20px; border-bottom: 1px solid #ccc; } .comment-list .comment-info header{ width: 10%; position: absolute; } .comment-list .comment-info header img{ width: 100%; border-radius: 50%; padding: 5px; } .comment-list .comment-info .comment-right{ padding:5px 0px 5px 11%; } .comment-list .comment-info .comment-right h3{ margin: 5px 0px; } .comment-list .comment-info .comment-right .comment-content-header{ height: 25px; } .comment-list .comment-info .comment-right .comment-content-header span,.comment-list .comment-info .comment-right .comment-content-footer span{ padding-right: 2em; color: #aaa; } .comment-list .comment-info .comment-right .comment-content-header span,.comment-list .comment-info .comment-right .comment-content-footer span.reply-btn,.send,.reply-list-btn{ cursor: pointer; } .comment-list .comment-info .comment-right .reply-list { border-left: 3px solid #ccc; padding-left: 7px; } .comment-list .comment-info .comment-right .reply-list .reply{ border-bottom: 1px dashed #ccc; } .comment-list .comment-info .comment-right .reply-list .reply div span{ padding-left: 10px; } .comment-list .comment-info .comment-right .reply-list .reply p span{ padding-right: 2em; color: #aaa; }
static/front/css/comment.css
@charset "utf-8"; textarea { margin: 0; font: inherit; color: inherit; } .row { margin-right: -15px; margin-left: -15px; } .row:before, .row:after { display: table; content: " "; } .row:after{ clear: both; } .col-md-10 { width: 83.33333333%; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .comment-container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active { background-image: none; } .btn-info.disabled, .btn-info[disabled], .btn-info.disabled:hover, .btn-info[disabled]:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, .btn-info.disabled:active, .btn-info[disabled]:active, .btn-info.disabled.active, .btn-info[disabled].active { background-color: #5bc0de; border-color: #46b8da; } @font-face { font-family: 'Glyphicons Halflings'; src: url('../../fonts/glyphicons-halflings-regular.eot'); src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-globe:before { content: "\e135"; } .comment-container{ width: 1000px; } .pull-right { float: right !important; } .commentbox{ width: 100%; position:relative; height: 100px; } .mytextarea { width: 90%; position: relative; left:70px; word-break: break-all; height: 100px; color: #000; margin-bottom: 20px; font-size: 1em; resize: none; } .comment-list{ width: 900px; margin: 20px auto; clear: both; padding-top: 20px; } .comment-list .comment-info{ position: relative; margin-bottom: 20px; border-bottom: 1px solid #ccc; } .comment-list .comment-info header{ width: 10%; position: absolute; } .comment-list .comment-info header img{ width: 100%; border-radius: 50%; padding: 5px; } .comment-list .comment-info .comment-right{ padding:5px 0px 5px 11%; } .comment-list .comment-info .comment-right h3{ margin: 5px 0px; } .comment-list .comment-info .comment-right .comment-content-header{ height: 25px; } .comment-list .comment-info .comment-right .comment-content-header span,.comment-list .comment-info .comment-right .comment-content-footer span{ padding-right: 2em; color: #aaa; } .comment-list .comment-info .comment-right .comment-content-header span,.comment-list .comment-info .comment-right .comment-content-footer span.reply-btn,.send,.reply-list-btn{ cursor: pointer; } .comment-list .comment-info .comment-right .reply-list { border-left: 3px solid #ccc; padding-left: 7px; } .comment-list .comment-info .comment-right .reply-list .reply{ border-bottom: 1px dashed #ccc; } .comment-list .comment-info .comment-right .reply-list .reply div span{ padding-left: 10px; } .comment-list .comment-info .comment-right .reply-list .reply p span{ padding-right: 2em; color: #aaa; }
0.354992
0.063861
@font-face { font-family: 'novecento_widebold'; src: url('../fonts/novecentowide/novecentowide-bold-webfont.woff2') format('woff2'), url('../fonts/novecentowide/novecentowide-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'novecento_widemedium'; src: url('../fonts/novecentowide/novecentowide-medium-webfont.woff2') format('woff2'), url('../fonts/novecentowide/novecentowide-medium-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'novecento_widenormal'; src: url('../fonts/novecentowide/novecentowide-normal-webfont.woff2') format('woff2'), url('../fonts/novecentowide/novecentowide-normal-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: '<NAME>'; src: url('../fonts/gothic/FranklinGothic-DemiItalic.woff2') format('woff2'), url('FranklinGothic-DemiItalic.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { font-family: '<NAME>'; src: url('../fonts/gothic/FranklinGothic-HeavyItalic.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-HeavyItalic.woff') format('woff'); font-weight: 900; font-style: italic; } @font-face { font-family: 'Franklin Gothic'; src: url('../fonts/gothic/FranklinGothic-Heavy.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-Heavy.woff') format('woff'); font-weight: 900; font-style: normal; } @font-face { font-family: 'Franklin Gothic Book'; src: url('../fonts/gothic/FranklinGothic-BookItalic.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-BookItalic.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Franklin Gothic Demi'; src: url('../fonts/gothic/FranklinGothic-Demi.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-Demi.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Franklin Gothic'; src: url('../fonts/gothic/FranklinGothic-Medium.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-Medium.woff') format('woff'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Franklin Gothic Book'; src: url('../fonts/gothic/FranklinGothic-Book.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-Book.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Franklin Gothic Demi Cond'; src: url('../fonts/gothic/FranklinGothic-DemiCond.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-DemiCond.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Franklin Gothic'; src: url('../fonts/gothic/FranklinGothic-MediumItalic.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-MediumItalic.woff') format('woff'); font-weight: 500; font-style: italic; } @font-face { font-family: 'Franklin Gothic Medium Cond'; src: url('../fonts/gothic/FranklinGothic-MediumCond.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-MediumCond.woff') format('woff'); font-weight: 500; font-style: normal; }
css/stylesheet.css
@font-face { font-family: 'novecento_widebold'; src: url('../fonts/novecentowide/novecentowide-bold-webfont.woff2') format('woff2'), url('../fonts/novecentowide/novecentowide-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'novecento_widemedium'; src: url('../fonts/novecentowide/novecentowide-medium-webfont.woff2') format('woff2'), url('../fonts/novecentowide/novecentowide-medium-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'novecento_widenormal'; src: url('../fonts/novecentowide/novecentowide-normal-webfont.woff2') format('woff2'), url('../fonts/novecentowide/novecentowide-normal-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: '<NAME>'; src: url('../fonts/gothic/FranklinGothic-DemiItalic.woff2') format('woff2'), url('FranklinGothic-DemiItalic.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { font-family: '<NAME>'; src: url('../fonts/gothic/FranklinGothic-HeavyItalic.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-HeavyItalic.woff') format('woff'); font-weight: 900; font-style: italic; } @font-face { font-family: 'Franklin Gothic'; src: url('../fonts/gothic/FranklinGothic-Heavy.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-Heavy.woff') format('woff'); font-weight: 900; font-style: normal; } @font-face { font-family: 'Franklin Gothic Book'; src: url('../fonts/gothic/FranklinGothic-BookItalic.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-BookItalic.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Franklin Gothic Demi'; src: url('../fonts/gothic/FranklinGothic-Demi.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-Demi.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Franklin Gothic'; src: url('../fonts/gothic/FranklinGothic-Medium.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-Medium.woff') format('woff'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Franklin Gothic Book'; src: url('../fonts/gothic/FranklinGothic-Book.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-Book.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Franklin Gothic Demi Cond'; src: url('../fonts/gothic/FranklinGothic-DemiCond.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-DemiCond.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Franklin Gothic'; src: url('../fonts/gothic/FranklinGothic-MediumItalic.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-MediumItalic.woff') format('woff'); font-weight: 500; font-style: italic; } @font-face { font-family: 'Franklin Gothic Medium Cond'; src: url('../fonts/gothic/FranklinGothic-MediumCond.woff2') format('woff2'), url('../fonts/gothic/FranklinGothic-MediumCond.woff') format('woff'); font-weight: 500; font-style: normal; }
0.222025
0.040503
.right { display: flex; background: #fff none repeat scroll 0 0; height: 100vh; right: 0; padding-bottom: 30px; padding-top: 30px; position: fixed; top: 59px; width: 70px; z-index: 9; -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1); -moz-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1); -ms-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1); -o-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1); box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1); position: fixed; } .right ul { margin: 0px; padding: 0px; padding-left: 17px; list-style: none; } .right ul li { margin: 0px 5px; margin-bottom: 30px; cursor: pointer; } .right ul li .right-a { width: 35px; height: 35px; background-position: center; background-size: cover; background-repeat: no-repeat; border-radius: 50%; } .right ul li .right-a .big-dot { font-size: 12px; color: #7FBA00; position: relative; top: 20px; left: 27px; } .right ul li .right-a .small-dot { position: relative; margin-right: 3px; transform: translateY(-32px); font-size: 6px; color: white; top: 50px; left: 18px; } .right ul li .rght-a { background-image: url(../img/side-friend1.jpg); } .right ul li .rght-b { background-image: url(../img/side-friend2.jpg); } .right ul li .rght-c { background-image: url(../img/side-friend3.jpg); } .right ul li .rght-d { background-image: url(../img/side-friend4.jpg); } .right ul li .rght-e { background-image: url(../img/qe.jpg); } .right ul li .rght-f { background-image: url(../img/qf.jpg); } .right ul li .rght-g { background-image: url(../img/qg.jpg); } .right ul li .rght-h { background-image: url(../img/qh.jpg); } .right ul li .rght-i { background-image: url(../img/qi.jpg); } .right ul li .rght-j { background-image: url(../img/qb.jpg); } .menu-right { cursor: pointer; float: right; position: absolute; right: 15px; top: 8px; font-size: 20px; } .menuright { display: none; width: 50%; height: 1500px; position: fixed; right: 0px; top: 0px; background-color: white; transition: 1s; padding: 0px 20px; padding-top: 88px; } .menuright h5 { font-size: 21px; color: #202329; } .menuright ul { padding: 0px; margin-bottom: 30px; list-style: none; } .menuright ul li { padding: 15px 10px; border-bottom: 1px solid #bbb5b5; } .menuright ul li i { float: right; color: lightgrey; font-size: 18px; margin-right: 66px; } .menuright ul .fa-dot-circle { color: #7FBA00; } .menuright ul li:hover { cursor: pointer; color: #008dcd; } .menuright ul li:hover i { color: #008dcd; } .move-right { transform: translateX(-50%); transition: .4s; } .mymessge { width: 300px; background-color: #fbfbfb; z-index: 55555; position: fixed; bottom: 10px; right: 70px; display: none; } .mymessge .hedr { background-color: #008dcd; padding: 10px 10px 10px 10px; color: white; width: 100%; float: left; } .mymessge .hedr i { float: right; margin-left: 8px; font-size: 19px; } .mymessge .hedr .fffa-circle { color: #7FBA00; float: left; margin-right: 8px; font-size: 14px; margin-top: 3px; } .mymessge .hedr .sml-clc { top: 6px; font-size: 8px; color: white; position: relative; right: 134px; margin: 0px; color: white; } .mymessge .hedr h5 { color: white; font-size: 15px; display: inline-block; } .mymessge .bodycontct { padding: 15px; width: 100%; float: left; } .mymessge .bodycontct .sent { width: 100%; } .mymessge .bodycontct .sent .img-a { background-position: center; background-repeat: no-repeat; background-size: cover; width: 35px; height: 35px; border-radius: 50%; float: left; margin-right: 15px; } .mymessge .bodycontct .sent .img-s { background-image: url(../img/2017_08_12_13_32_IMG_0109.JPG); } .mymessge .bodycontct .sent .text-a { border-radius: 4px; padding: 4px; float: right; width: 80%; font-size: 14px; background-color: #F0F4F9; } .mymessge .bodycontct .sent span { width: 100%; float: right; color: #999696; } .mymessge .bodycontct .sent span P { font-size: 13px; transform: translateX(48px); margin-top: 8px; margin-bottom: 25px; } .mymessge .bodycontct .recieve { width: 100%; } .mymessge .bodycontct .wrt { float: left; width: 100%; background-color: #F0F0F0; } .mymessge .bodycontct .wrt input { width: 80%; border: 0px; border-radius: 4px; background-color: transparent; padding: 10px; } .mymessge .bodycontct .wrt .fa-smile-wink { color: #FBC821; } .mymessge .bodycontct .wrt .fa-share { color: #008dcd; } @media only screen and (min-width: 992px) { .menuright { width: 25% !important; } .move-right { transform: translateX(-25%); transition: .4s; } } @media only screen and (max-width: 992px) { .right { display: none; } .menu-right { display: block; } .menu-right img { height: 20px; } } @media only screen and (max-width: 482px) { .menuright { width: 100% !important; } .move-right { transform: translateX(-100%); transition: .4s; } } a { text-decoration: none; } a:hover { text-decoration: none; }
css/right-m.css
.right { display: flex; background: #fff none repeat scroll 0 0; height: 100vh; right: 0; padding-bottom: 30px; padding-top: 30px; position: fixed; top: 59px; width: 70px; z-index: 9; -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1); -moz-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1); -ms-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1); -o-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1); box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1); position: fixed; } .right ul { margin: 0px; padding: 0px; padding-left: 17px; list-style: none; } .right ul li { margin: 0px 5px; margin-bottom: 30px; cursor: pointer; } .right ul li .right-a { width: 35px; height: 35px; background-position: center; background-size: cover; background-repeat: no-repeat; border-radius: 50%; } .right ul li .right-a .big-dot { font-size: 12px; color: #7FBA00; position: relative; top: 20px; left: 27px; } .right ul li .right-a .small-dot { position: relative; margin-right: 3px; transform: translateY(-32px); font-size: 6px; color: white; top: 50px; left: 18px; } .right ul li .rght-a { background-image: url(../img/side-friend1.jpg); } .right ul li .rght-b { background-image: url(../img/side-friend2.jpg); } .right ul li .rght-c { background-image: url(../img/side-friend3.jpg); } .right ul li .rght-d { background-image: url(../img/side-friend4.jpg); } .right ul li .rght-e { background-image: url(../img/qe.jpg); } .right ul li .rght-f { background-image: url(../img/qf.jpg); } .right ul li .rght-g { background-image: url(../img/qg.jpg); } .right ul li .rght-h { background-image: url(../img/qh.jpg); } .right ul li .rght-i { background-image: url(../img/qi.jpg); } .right ul li .rght-j { background-image: url(../img/qb.jpg); } .menu-right { cursor: pointer; float: right; position: absolute; right: 15px; top: 8px; font-size: 20px; } .menuright { display: none; width: 50%; height: 1500px; position: fixed; right: 0px; top: 0px; background-color: white; transition: 1s; padding: 0px 20px; padding-top: 88px; } .menuright h5 { font-size: 21px; color: #202329; } .menuright ul { padding: 0px; margin-bottom: 30px; list-style: none; } .menuright ul li { padding: 15px 10px; border-bottom: 1px solid #bbb5b5; } .menuright ul li i { float: right; color: lightgrey; font-size: 18px; margin-right: 66px; } .menuright ul .fa-dot-circle { color: #7FBA00; } .menuright ul li:hover { cursor: pointer; color: #008dcd; } .menuright ul li:hover i { color: #008dcd; } .move-right { transform: translateX(-50%); transition: .4s; } .mymessge { width: 300px; background-color: #fbfbfb; z-index: 55555; position: fixed; bottom: 10px; right: 70px; display: none; } .mymessge .hedr { background-color: #008dcd; padding: 10px 10px 10px 10px; color: white; width: 100%; float: left; } .mymessge .hedr i { float: right; margin-left: 8px; font-size: 19px; } .mymessge .hedr .fffa-circle { color: #7FBA00; float: left; margin-right: 8px; font-size: 14px; margin-top: 3px; } .mymessge .hedr .sml-clc { top: 6px; font-size: 8px; color: white; position: relative; right: 134px; margin: 0px; color: white; } .mymessge .hedr h5 { color: white; font-size: 15px; display: inline-block; } .mymessge .bodycontct { padding: 15px; width: 100%; float: left; } .mymessge .bodycontct .sent { width: 100%; } .mymessge .bodycontct .sent .img-a { background-position: center; background-repeat: no-repeat; background-size: cover; width: 35px; height: 35px; border-radius: 50%; float: left; margin-right: 15px; } .mymessge .bodycontct .sent .img-s { background-image: url(../img/2017_08_12_13_32_IMG_0109.JPG); } .mymessge .bodycontct .sent .text-a { border-radius: 4px; padding: 4px; float: right; width: 80%; font-size: 14px; background-color: #F0F4F9; } .mymessge .bodycontct .sent span { width: 100%; float: right; color: #999696; } .mymessge .bodycontct .sent span P { font-size: 13px; transform: translateX(48px); margin-top: 8px; margin-bottom: 25px; } .mymessge .bodycontct .recieve { width: 100%; } .mymessge .bodycontct .wrt { float: left; width: 100%; background-color: #F0F0F0; } .mymessge .bodycontct .wrt input { width: 80%; border: 0px; border-radius: 4px; background-color: transparent; padding: 10px; } .mymessge .bodycontct .wrt .fa-smile-wink { color: #FBC821; } .mymessge .bodycontct .wrt .fa-share { color: #008dcd; } @media only screen and (min-width: 992px) { .menuright { width: 25% !important; } .move-right { transform: translateX(-25%); transition: .4s; } } @media only screen and (max-width: 992px) { .right { display: none; } .menu-right { display: block; } .menu-right img { height: 20px; } } @media only screen and (max-width: 482px) { .menuright { width: 100% !important; } .move-right { transform: translateX(-100%); transition: .4s; } } a { text-decoration: none; } a:hover { text-decoration: none; }
0.381911
0.124745
html, body { width: 100%; height: 100%; /*overflow-x: hidden;*/ } .navbar { position: absolute; } .container-fluid { min-width: 320px !important; min-height: calc(568px - 45px) !important; } .section { display: table; } .section-table { display: table-cell; vertical-align: middle; } .image-container { position: relative; background: rgba(0, 0, 0, 1); width: 100%; height: 100%; overflow-y: hidden; background: white; } .text-over-image { z-index: 2; color: #f1f1f1; font-size: 42px; position: relative; text-align: center; /*padding-top: 27%;*/ padding-left: 13%; padding-right: 13%; } .highlight-text { color: #ffc749; } .image-container img { left: 0; top: 0; width: 100%; height: 100%; position: absolute; z-index: 1; opacity: 0.7; } .objective-container { height: calc( 100% - 45px ); text-align: center; padding-left: 0; padding-right: 0; } .objective-quote { width: 100%; height: 36%; background: #2faebe; color: #fff; font-size: 32px; padding-left: 6%; padding-right: 6%; /*padding-top: 10%;*/ line-height: 50px; } .objective-quote-text { /*padding-top: 11%;*/ } .inverted-commas { font-size: 55px; } .objective { height: 64%; } .objective-heading { color: #2faebe; font-size: 86px; stroke: #4d4d4d; /*padding-top: 80px;*/ padding-bottom: 30px; } .objective-main { color: #4d4d4d; font-size: 25px; padding-bottom: 10px; } .objective-text { color: #666666; font-size: 20px; padding-left: 100px; padding-right: 100px; } .projects-container { height: calc( 100% - 45px ); width: 100%; background: #56bb89; text-align: center; } .projects-heading { font-size: 86px; color: #fff; /*padding-top: 16%;*/ padding-bottom: 4%; } .projects-main { color: #4d4d4d; font-size: 25px; padding-bottom: 10px; } .projects-text { color: #666; font-size: 20px; padding-left: 100px; padding-right: 100px; } .education-container { height: calc( 100% - 45px ); text-align: center; padding-left: 0; padding-right: 0; } .education-quote { width: 100%; height: 36%; background: #173657; color: #fff; font-size: 32px; padding-left: 6%; padding-right: 6%; /*padding-top: 10%;*/ line-height: 50px; } .education-quote-text { /*padding-top: 11%;*/ } .education { height: 64%; } .education-heading { color: #174657; font-size: 86px; stroke: #4d4d4d; /*padding-top: 80px;*/ padding-bottom: 30px; } .education-main { color: #4d4d4d; font-size: 25px; padding-bottom: 10px; } .education-text { color: #666666; font-size: 20px; padding-left: 100px; padding-right: 100px; } .education-button { width: 100%; text-align: center; padding-top: 30px; } .education-button button { border-radius: 11px; height: 55px; width: 324px; background: #e5e5e5; font-size: 20px; color: #173657; } .new-header-container { height: calc( 100% - 45px ); width: 100%; background: #f1f1f1; text-align: center; } .new-header-heading { font-size: 93px; color: #4d4d4d; stroke: #4d4d4d; /*padding-top: 16%;*/ padding-bottom: 4%; } .new-header-main { color: #4d4d4d; font-size: 25px; padding-bottom: 10px; } .new-header-text { color: #666; font-size: 20px; padding-left: 100px; padding-right: 100px; } .new-header-button { width: 100%; text-align: center; padding-top: 30px; } .new-header-button button { border-radius: 11px; height: 55px; width: 324px; background: #e5e5e5; font-size: 20px; color: #4d4d4d; } /* Media Queries */ /* Custom, iPhone Retina */ @media only screen and (max-width: 319px) { .text-over-image { font-size: 20px; padding-left: 5%; padding-right: 5%; } .objective-quote { line-height: 30px; padding-right: 4%; padding-left: 4%; } .objective-quote-text { font-size: 11px; /*padding-top: 20%;*/ } .inverted-commas { font-size: 18px; line-height: 18px; } .objective-heading { font-size: 25px; /*padding-top: 20px;*/ padding-bottom: 10px; } .objective-main { font-size: 13px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .objective-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .projects-heading { font-size: 25px; padding-bottom: 3%; } .projects-main { font-size: 13px; padding-bottom: 20px; } .projects-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .education-quote { line-height: 25px; padding-right: 4%; padding-left: 4%; } .education-quote-text { font-size: 11px; /*padding-top: 20%;*/ } .education-heading { font-size: 25px; /*padding-top: 20px;*/ padding-bottom: 10px; } .education-main { font-size: 13px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .education-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .education-button { padding-top: 20px; } .education-button button { height: 35px; width: 260px; font-size: 13px; } .new-header-heading { font-size: 25px; padding-bottom: 3%; } .new-header-main { font-size: 13px; padding-bottom: 20px; } .new-header-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .new-header-button button { height: 35px; width: 260px; font-size: 13px; } .profile-name { margin-top: 16px; margin-bottom: 8px; } .profile-title { padding-bottom: 8px; } .team-button button { width: 280px; height: 38px; font-size: 13px; } } @media only screen and (min-width: 320px) and (max-width: 374px) { .text-over-image { font-size: 20px; padding-left: 5%; padding-right: 5%; } .objective-quote { line-height: 30px; padding-right: 4%; padding-left: 4%; } .objective-quote-text { font-size: 11px; /*padding-top: 20%;*/ } .inverted-commas { font-size: 18px; line-height: 18px; } .objective-heading { font-size: 25px; /*padding-top: 20px;*/ padding-bottom: 10px; } .objective-main { font-size: 13px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .objective-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .projects-heading { font-size: 25px; padding-bottom: 3%; } .projects-main { font-size: 13px; padding-bottom: 20px; } .projects-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .education-quote { line-height: 25px; padding-right: 4%; padding-left: 4%; } .education-quote-text { font-size: 11px; /*padding-top: 20%;*/ } .education-heading { font-size: 25px; /*padding-top: 20px;*/ padding-bottom: 10px; } .education-main { font-size: 13px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .education-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .education-button { padding-top: 20px; } .education-button button { height: 35px; width: 260px; font-size: 13px; } .new-header-heading { font-size: 25px; padding-bottom: 3%; } .new-header-main { font-size: 13px; padding-bottom: 20px; } .new-header-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .new-header-button button { height: 35px; width: 260px; font-size: 13px; } .profile-name { margin-top: 16px; margin-bottom: 8px; } .profile-title { padding-bottom: 8px; } .team-button button { width: 280px; height: 38px; font-size: 13px; } } @media only screen and (min-width: 320px) {} /* Extra Small Devices, Phones */ @media only screen and (min-width: 480px) {} @media (max-width: 540px) {} /* Small Devices, Tablets */ @media only screen and (min-width: 375px) and (max-width: 767px) { .text-over-image { font-size: 25px; } .objective-quote { line-height: 35px; padding-right: 4%; padding-left: 4%; } .objective-quote-text { font-size: 14px; /*padding-top: 22%;*/ } .inverted-commas { font-size: 25px; line-height: 20px; } .objective-heading { font-size: 35px; /*padding-top: 30px;*/ padding-bottom: 10px; } .objective-main { font-size: 15px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .objective-text { font-size: 13px; padding-left: 40px; padding-right: 40px; } .projects-heading { font-size: 35px; padding-bottom: 3%; } .projects-main { font-size: 14px; padding-bottom: 20px; } .projects-text { font-size: 13px; padding-left: 40px; padding-right: 40px; } .education-quote { line-height: 35px; padding-right: 4%; padding-left: 4%; } .education-quote-text { font-size: 14px; /*padding-top: 22%;*/ } .education-heading { font-size: 35px; /*padding-top: 30px;*/ padding-bottom: 10px; } .education-main { font-size: 15px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .education-text { font-size: 13px; padding-left: 40px; padding-right: 40px; } .education-button button { height: 35px; width: 260px; font-size: 14px; } .new-header-heading { font-size: 35px; padding-bottom: 3%; } .new-header-main { font-size: 14px; padding-bottom: 20px; } .new-header-text { font-size: 13px; padding-left: 40px; padding-right: 40px; } .new-header-button button { height: 35px; width: 260px; font-size: 13px; } .profile-name { margin-top: 16px; margin-bottom: 8px; } .profile-title { padding-bottom: 8px; } .team-button button { width: 280px; height: 38px; font-size: 15px; } } @media only screen and (min-width: 768px) and (max-width: 1023px) { .objective-quote-text { font-size: 25px; /*padding-top: 15%;*/ } .inverted-commas { font-size: 45px; line-height: 25px; } .objective-heading { font-size: 75px; /*padding-top: 30px;*/ padding-bottom: 15px; } .objective-main { font-size: 20px; padding-bottom: 22px; } .objective-text { font-size: 17px; } .projects-heading { font-size: 80px; padding-bottom: 3%; } .projects-main { font-size: 23px; padding-bottom: 20px; } .projects-text { font-size: 18px; } .education-quote-text { font-size: 25px; /*padding-top: 15%;*/ } .education-heading { font-size: 75px; /*padding-top: 30px;*/ padding-bottom: 15px; } .education-main { font-size: 20px; padding-bottom: 22px; } .education-text { font-size: 17px; } .education-button button { height: 40px; width: 300px; font-size: 18px; } .new-header-heading { font-size: 80px; padding-bottom: 3%; } .new-header-main { font-size: 23px; padding-bottom: 20px; } .new-header-text { font-size: 18px; } .new-header-button button { height: 40px; width: 300px; font-size: 18px; } } /* Medium Devices, Desktops */ @media only screen and (min-width: 992px) {} @media only screen and (max-width: 900px) {} /* Large Devices, Wide Screens */ @media (max-width: 1024px) {} @media (min-width: 1024px) and (max-width: 1439px) { .search-bar-container { padding-bottom: 0; } .search-bar-container input { height: 52px; } .profile-pic img { width: 148px; height: 201px; } .profile-pic figure { /*padding-left: 18%;*/ } .team-button { padding-top: 7px; padding-bottom: 16px; } #effect-2 figure figcaption { /*left: 18%;*/ width: 148px; } .profile-name { margin-top: 15px; margin-bottom: 7px; } .profile-title { padding-bottom: 5px; } } @media only screen and (min-width: 1069px) {} @media only screen and (min-width: 1200px) {} @media only screen and (min-width: 1300px) and (max-width: 1439px) { .search-bar-container { padding-top: 45px; width: 100%; padding-bottom: 10px; } .team-button { padding-top: 0; } }
css/about.css
html, body { width: 100%; height: 100%; /*overflow-x: hidden;*/ } .navbar { position: absolute; } .container-fluid { min-width: 320px !important; min-height: calc(568px - 45px) !important; } .section { display: table; } .section-table { display: table-cell; vertical-align: middle; } .image-container { position: relative; background: rgba(0, 0, 0, 1); width: 100%; height: 100%; overflow-y: hidden; background: white; } .text-over-image { z-index: 2; color: #f1f1f1; font-size: 42px; position: relative; text-align: center; /*padding-top: 27%;*/ padding-left: 13%; padding-right: 13%; } .highlight-text { color: #ffc749; } .image-container img { left: 0; top: 0; width: 100%; height: 100%; position: absolute; z-index: 1; opacity: 0.7; } .objective-container { height: calc( 100% - 45px ); text-align: center; padding-left: 0; padding-right: 0; } .objective-quote { width: 100%; height: 36%; background: #2faebe; color: #fff; font-size: 32px; padding-left: 6%; padding-right: 6%; /*padding-top: 10%;*/ line-height: 50px; } .objective-quote-text { /*padding-top: 11%;*/ } .inverted-commas { font-size: 55px; } .objective { height: 64%; } .objective-heading { color: #2faebe; font-size: 86px; stroke: #4d4d4d; /*padding-top: 80px;*/ padding-bottom: 30px; } .objective-main { color: #4d4d4d; font-size: 25px; padding-bottom: 10px; } .objective-text { color: #666666; font-size: 20px; padding-left: 100px; padding-right: 100px; } .projects-container { height: calc( 100% - 45px ); width: 100%; background: #56bb89; text-align: center; } .projects-heading { font-size: 86px; color: #fff; /*padding-top: 16%;*/ padding-bottom: 4%; } .projects-main { color: #4d4d4d; font-size: 25px; padding-bottom: 10px; } .projects-text { color: #666; font-size: 20px; padding-left: 100px; padding-right: 100px; } .education-container { height: calc( 100% - 45px ); text-align: center; padding-left: 0; padding-right: 0; } .education-quote { width: 100%; height: 36%; background: #173657; color: #fff; font-size: 32px; padding-left: 6%; padding-right: 6%; /*padding-top: 10%;*/ line-height: 50px; } .education-quote-text { /*padding-top: 11%;*/ } .education { height: 64%; } .education-heading { color: #174657; font-size: 86px; stroke: #4d4d4d; /*padding-top: 80px;*/ padding-bottom: 30px; } .education-main { color: #4d4d4d; font-size: 25px; padding-bottom: 10px; } .education-text { color: #666666; font-size: 20px; padding-left: 100px; padding-right: 100px; } .education-button { width: 100%; text-align: center; padding-top: 30px; } .education-button button { border-radius: 11px; height: 55px; width: 324px; background: #e5e5e5; font-size: 20px; color: #173657; } .new-header-container { height: calc( 100% - 45px ); width: 100%; background: #f1f1f1; text-align: center; } .new-header-heading { font-size: 93px; color: #4d4d4d; stroke: #4d4d4d; /*padding-top: 16%;*/ padding-bottom: 4%; } .new-header-main { color: #4d4d4d; font-size: 25px; padding-bottom: 10px; } .new-header-text { color: #666; font-size: 20px; padding-left: 100px; padding-right: 100px; } .new-header-button { width: 100%; text-align: center; padding-top: 30px; } .new-header-button button { border-radius: 11px; height: 55px; width: 324px; background: #e5e5e5; font-size: 20px; color: #4d4d4d; } /* Media Queries */ /* Custom, iPhone Retina */ @media only screen and (max-width: 319px) { .text-over-image { font-size: 20px; padding-left: 5%; padding-right: 5%; } .objective-quote { line-height: 30px; padding-right: 4%; padding-left: 4%; } .objective-quote-text { font-size: 11px; /*padding-top: 20%;*/ } .inverted-commas { font-size: 18px; line-height: 18px; } .objective-heading { font-size: 25px; /*padding-top: 20px;*/ padding-bottom: 10px; } .objective-main { font-size: 13px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .objective-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .projects-heading { font-size: 25px; padding-bottom: 3%; } .projects-main { font-size: 13px; padding-bottom: 20px; } .projects-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .education-quote { line-height: 25px; padding-right: 4%; padding-left: 4%; } .education-quote-text { font-size: 11px; /*padding-top: 20%;*/ } .education-heading { font-size: 25px; /*padding-top: 20px;*/ padding-bottom: 10px; } .education-main { font-size: 13px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .education-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .education-button { padding-top: 20px; } .education-button button { height: 35px; width: 260px; font-size: 13px; } .new-header-heading { font-size: 25px; padding-bottom: 3%; } .new-header-main { font-size: 13px; padding-bottom: 20px; } .new-header-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .new-header-button button { height: 35px; width: 260px; font-size: 13px; } .profile-name { margin-top: 16px; margin-bottom: 8px; } .profile-title { padding-bottom: 8px; } .team-button button { width: 280px; height: 38px; font-size: 13px; } } @media only screen and (min-width: 320px) and (max-width: 374px) { .text-over-image { font-size: 20px; padding-left: 5%; padding-right: 5%; } .objective-quote { line-height: 30px; padding-right: 4%; padding-left: 4%; } .objective-quote-text { font-size: 11px; /*padding-top: 20%;*/ } .inverted-commas { font-size: 18px; line-height: 18px; } .objective-heading { font-size: 25px; /*padding-top: 20px;*/ padding-bottom: 10px; } .objective-main { font-size: 13px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .objective-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .projects-heading { font-size: 25px; padding-bottom: 3%; } .projects-main { font-size: 13px; padding-bottom: 20px; } .projects-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .education-quote { line-height: 25px; padding-right: 4%; padding-left: 4%; } .education-quote-text { font-size: 11px; /*padding-top: 20%;*/ } .education-heading { font-size: 25px; /*padding-top: 20px;*/ padding-bottom: 10px; } .education-main { font-size: 13px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .education-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .education-button { padding-top: 20px; } .education-button button { height: 35px; width: 260px; font-size: 13px; } .new-header-heading { font-size: 25px; padding-bottom: 3%; } .new-header-main { font-size: 13px; padding-bottom: 20px; } .new-header-text { font-size: 11px; padding-left: 30px; padding-right: 30px; } .new-header-button button { height: 35px; width: 260px; font-size: 13px; } .profile-name { margin-top: 16px; margin-bottom: 8px; } .profile-title { padding-bottom: 8px; } .team-button button { width: 280px; height: 38px; font-size: 13px; } } @media only screen and (min-width: 320px) {} /* Extra Small Devices, Phones */ @media only screen and (min-width: 480px) {} @media (max-width: 540px) {} /* Small Devices, Tablets */ @media only screen and (min-width: 375px) and (max-width: 767px) { .text-over-image { font-size: 25px; } .objective-quote { line-height: 35px; padding-right: 4%; padding-left: 4%; } .objective-quote-text { font-size: 14px; /*padding-top: 22%;*/ } .inverted-commas { font-size: 25px; line-height: 20px; } .objective-heading { font-size: 35px; /*padding-top: 30px;*/ padding-bottom: 10px; } .objective-main { font-size: 15px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .objective-text { font-size: 13px; padding-left: 40px; padding-right: 40px; } .projects-heading { font-size: 35px; padding-bottom: 3%; } .projects-main { font-size: 14px; padding-bottom: 20px; } .projects-text { font-size: 13px; padding-left: 40px; padding-right: 40px; } .education-quote { line-height: 35px; padding-right: 4%; padding-left: 4%; } .education-quote-text { font-size: 14px; /*padding-top: 22%;*/ } .education-heading { font-size: 35px; /*padding-top: 30px;*/ padding-bottom: 10px; } .education-main { font-size: 15px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } .education-text { font-size: 13px; padding-left: 40px; padding-right: 40px; } .education-button button { height: 35px; width: 260px; font-size: 14px; } .new-header-heading { font-size: 35px; padding-bottom: 3%; } .new-header-main { font-size: 14px; padding-bottom: 20px; } .new-header-text { font-size: 13px; padding-left: 40px; padding-right: 40px; } .new-header-button button { height: 35px; width: 260px; font-size: 13px; } .profile-name { margin-top: 16px; margin-bottom: 8px; } .profile-title { padding-bottom: 8px; } .team-button button { width: 280px; height: 38px; font-size: 15px; } } @media only screen and (min-width: 768px) and (max-width: 1023px) { .objective-quote-text { font-size: 25px; /*padding-top: 15%;*/ } .inverted-commas { font-size: 45px; line-height: 25px; } .objective-heading { font-size: 75px; /*padding-top: 30px;*/ padding-bottom: 15px; } .objective-main { font-size: 20px; padding-bottom: 22px; } .objective-text { font-size: 17px; } .projects-heading { font-size: 80px; padding-bottom: 3%; } .projects-main { font-size: 23px; padding-bottom: 20px; } .projects-text { font-size: 18px; } .education-quote-text { font-size: 25px; /*padding-top: 15%;*/ } .education-heading { font-size: 75px; /*padding-top: 30px;*/ padding-bottom: 15px; } .education-main { font-size: 20px; padding-bottom: 22px; } .education-text { font-size: 17px; } .education-button button { height: 40px; width: 300px; font-size: 18px; } .new-header-heading { font-size: 80px; padding-bottom: 3%; } .new-header-main { font-size: 23px; padding-bottom: 20px; } .new-header-text { font-size: 18px; } .new-header-button button { height: 40px; width: 300px; font-size: 18px; } } /* Medium Devices, Desktops */ @media only screen and (min-width: 992px) {} @media only screen and (max-width: 900px) {} /* Large Devices, Wide Screens */ @media (max-width: 1024px) {} @media (min-width: 1024px) and (max-width: 1439px) { .search-bar-container { padding-bottom: 0; } .search-bar-container input { height: 52px; } .profile-pic img { width: 148px; height: 201px; } .profile-pic figure { /*padding-left: 18%;*/ } .team-button { padding-top: 7px; padding-bottom: 16px; } #effect-2 figure figcaption { /*left: 18%;*/ width: 148px; } .profile-name { margin-top: 15px; margin-bottom: 7px; } .profile-title { padding-bottom: 5px; } } @media only screen and (min-width: 1069px) {} @media only screen and (min-width: 1200px) {} @media only screen and (min-width: 1300px) and (max-width: 1439px) { .search-bar-container { padding-top: 45px; width: 100%; padding-bottom: 10px; } .team-button { padding-top: 0; } }
0.439988
0.067209
*{ box-sizing: border-box !important; } .header-container{ display: flex; justify-content: space-around; align-items: center; height: 60px; padding: 0; } .header-menu{ display: flex; justify-content: space-around; text-decoration: none; } .link-nav{ margin-right: 40px; color: #64288c; text-decoration: none; font-family: "Montserrat", sans-serif; font-size: 0.85rem; font-weight: 500; transition: all 0.3s ease 0s; } .link-nav:hover{ color: #f7045e; } .img-logo{ height: 40px; width: 40px; } /* FUNCIONALIDAD PARA MOSTRAR MENU */ #reveal-menu{ display:none; } #reveal-menu:checked~.header-menu { display: flex; position: fixed; overflow-y:hidden; } /* Transformaciones para el icono de menu*/ #reveal-menu:checked~ .nav-btn > label >.span-ham{ opacity: 1; transform: rotate(-45deg) translate(-2px, -1px); background: #64288c; } #reveal-menu:checked~ .nav-btn > label >.span-ham:nth-last-child(2){ opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); } #reveal-menu:checked~ .nav-btn > label >.span-ham:nth-last-child(3){ transform: rotate(45deg) translate(0, -1px); } .span-ham:first-child{ transform-origin: 0% 0%; } .span-ham:nth-last-child(2){ transform-origin: 0% 100%; } .nav-btn{ display: none; } @media (max-width:768px) { .header-container{ background-color: aliceblue; position: fixed; top: 0; width: 100%; z-index: 100; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); } .nav-btn{ display: block; } .header-menu{ display: none; position: absolute; flex-direction: column; justify-content: center; align-items: center; top:50px; left: 0px; width: 100vw; height: 100vh; transition: all 0.3s ease-in; background-color: aliceblue; z-index: 100; } .link-nav{ margin-top: 7vh; } /* * Iconos de menu */ .span-ham{ display: block; width: 25px; height: 3px; margin-bottom: 5px; background: #64288c; border-radius: 3px; z-index: 1; transform-origin: 0px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; } }
src/components/header.css
*{ box-sizing: border-box !important; } .header-container{ display: flex; justify-content: space-around; align-items: center; height: 60px; padding: 0; } .header-menu{ display: flex; justify-content: space-around; text-decoration: none; } .link-nav{ margin-right: 40px; color: #64288c; text-decoration: none; font-family: "Montserrat", sans-serif; font-size: 0.85rem; font-weight: 500; transition: all 0.3s ease 0s; } .link-nav:hover{ color: #f7045e; } .img-logo{ height: 40px; width: 40px; } /* FUNCIONALIDAD PARA MOSTRAR MENU */ #reveal-menu{ display:none; } #reveal-menu:checked~.header-menu { display: flex; position: fixed; overflow-y:hidden; } /* Transformaciones para el icono de menu*/ #reveal-menu:checked~ .nav-btn > label >.span-ham{ opacity: 1; transform: rotate(-45deg) translate(-2px, -1px); background: #64288c; } #reveal-menu:checked~ .nav-btn > label >.span-ham:nth-last-child(2){ opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); } #reveal-menu:checked~ .nav-btn > label >.span-ham:nth-last-child(3){ transform: rotate(45deg) translate(0, -1px); } .span-ham:first-child{ transform-origin: 0% 0%; } .span-ham:nth-last-child(2){ transform-origin: 0% 100%; } .nav-btn{ display: none; } @media (max-width:768px) { .header-container{ background-color: aliceblue; position: fixed; top: 0; width: 100%; z-index: 100; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); } .nav-btn{ display: block; } .header-menu{ display: none; position: absolute; flex-direction: column; justify-content: center; align-items: center; top:50px; left: 0px; width: 100vw; height: 100vh; transition: all 0.3s ease-in; background-color: aliceblue; z-index: 100; } .link-nav{ margin-top: 7vh; } /* * Iconos de menu */ .span-ham{ display: block; width: 25px; height: 3px; margin-bottom: 5px; background: #64288c; border-radius: 3px; z-index: 1; transform-origin: 0px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; } }
0.279337
0.074366
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap"); *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Heebo', sans-serif; font-weight: 400; color: #d3d3d3; font-size: 12px; } h1, h2, h3, h4, h5, h6 { font-weight: 400; } .header { display: flex; align-items: center; width: 100%; height: 70px; padding: 0 16px; } .header .header-group { display: flex; align-items: center; justify-content: start; } .header-primary { background: #212427; display: flex; justify-content: space-between; } .header-primary .menu-right { display: flex; } .header-primary .menu-right > * { margin-left: 0.5rem; } .header-secondary { background: #4c5155; justify-content: space-between; } .header-secondary .separator { display: inline-block; width: 1px; height: 50px; border-radius: 0.5px; background-color: #d3d3d3; opacity: 0.25; margin: 0 10px; } .ui-group { display: flex; justify-content: flex-start; margin: 0 10px; } .ui-group:first-child { margin-left: 0; } .ui-group:last-child { margin-right: 0; } .ui-group > * { margin-right: 7px; } .ui-group > *:last-child { margin-right: 0; } .ui-group.ui-group-toggle > * { margin-right: 0; } .layers-panel { background: #303336; width: 250px; max-height: calc(100vh - 140px); overflow-y: auto; } .layers-panel-list { padding: 0 16px; } .layers-panel ul { list-style-type: none; } .layers-panel li { display: flex; align-items: center; flex-wrap: wrap; min-height: 36px; padding-left: 19px; } .layers-panel li.active { background: #0d6ecc; color: #d3d3d3; } .layers-panel li.active.list-component-group { background: none; color: inherit; } .layers-panel li.active.list-component-group .list-component-group-name { background: #0d6ecc; color: #d3d3d3; } .layers-panel .divider { background: #0d6ecc; opacity: 0.5; } .layers-panel .hover { background: rgba(13, 110, 204, 0.7); } .layer-details-panel { background: #303336; width: 302px; height: calc(100vh - 140px); overflow-y: auto; } .layer-details-panel .tab-group { list-style: none; display: flex; align-items: center; } .layer-details-panel .tab-group .tab-item { display: flex; align-items: center; justify-content: center; height: 36px; text-transform: uppercase; cursor: pointer; flex: 1; background: #212427; } .layer-details-panel .tab-group .tab-item.active { background: #303336; } .layer-details-panel .layer-details-group { padding: 16px; } .layer-details-panel .row { margin-bottom: 16px; } .copy-btn { display: inline-block; display: flex; align-items: center; justify-content: center; height: 36px; border: none; color: #d3d3d3; background: #303336; cursor: pointer; padding: 0 1rem; } .toolbar-btn { display: flex; align-items: center; justify-content: center; height: 36px; width: 36px; border: none; color: #d3d3d3; background: #303336; cursor: pointer; } .toolbar-btn:active { background: #0d6ecc; } .toolbar-btn.active { background: #0d6ecc; } .panel-heading { display: flex; align-items: center; height: 36px; color: #d3d3d3; padding-left: 16px; font-size: 12px; text-transform: uppercase; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .panel-subheading { display: flex; align-items: center; height: 36px; color: #d3d3d3; padding-left: 16px; text-transform: capitalize; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .panel-subheading h3 { font-size: 12px; font-weight: 700; } .list-component-group { display: block; } .list-component-group-name { display: flex; align-items: center; width: 100%; height: 36px; position: relative; } .list-component-group-name .expand-icon { display: flex; justify-content: center; align-items: center; height: 30px; width: 30px; position: absolute; left: -30px; top: 50%; transform: translateY(-50%); } .list-component-group-name .expand-icon.expanded { transform: translateY(-50%) rotate(90deg); } .list-component-group-body { width: 100%; } .list-component-group-body li { display: flex; align-items: center; flex-wrap: wrap; height: 36px; padding-left: 19px; } .list-component-group.collapsed .list-component-group-body { display: none; } .select { cursor: pointer; user-select: none; color: #d3d3d3; background: #4c5155; border-radius: 3px; padding: 0 16px; position: relative; } .select.active { border-radius: 3px 3px 0 0; } .select .select-box { display: flex; align-items: center; justify-content: space-between; height: 36px; } .select .select-options { cursor: pointer; user-select: none; list-style: none; padding: 10px 16px 0 16px; color: #d3d3d3; background: #4c5155; border-top: rgba(128, 128, 128, 0.1) solid 1px; border-radius: 0 0 3px 3px; position: absolute; top: calc(100% - 3px); left: 0; width: 100%; } .select .select-options-item { margin-bottom: 6px; } .input-group { display: inline-flex; color: #d3d3d3; background-color: #4c5155; border-radius: 3px; } .input-group.num { width: 80px; } .input-group .input { display: inline-block; } .input-group .input input { width: 100%; height: 36px; color: inherit; background-color: inherit; border: none; padding-left: 16px; } .input-group .input-append { display: flex; align-items: center; justify-content: center; padding-right: 16px; } .edit .rotate-icon { display: inline-block !important; } .rotate-icon { display: none !important; position: absolute; z-index: -10; opacity: 0; } .rotate-icon:hover { opacity: 1; } .rotate-icon.top-left { top: -10px; left: -10px; transform: translate(-50%, -50%); } .rotate-icon.bottom-left { top: calc(100% + 10px); left: -10px; transform: translate(-50%, -50%) rotate(-90deg); } .rotate-icon.bottom-right { top: calc(100% + 10px); left: calc(100% + 10px); transform: translate(-50%, -50%) rotate(-180deg); } .rotate-icon.top-right { top: -10px; left: calc(100% + 10px); transform: translate(-50%, -50%) rotate(-270deg); } .rotate-icon.corner { border-radius: 50%; } body { width: 100%; height: 100vh; overflow-y: hidden; background: #808080; } #main { display: flex; } #canvas { position: relative; flex: 1; height: 100vh; } #canvas.draw { cursor: crosshair; } #canvas.edit .transform-helper { cursor: grab; } #canvas.edit .anchor { cursor: pointer; } #canvas div { display: inline-block; } .shape, .transform-helper { display: inline-block; position: absolute; } .shape { background: dodgerblue; } .transform-helper { border: 1px dashed dodgerblue; } .anchor { display: inline-block; position: absolute; background: white; width: 8px; height: 8px; border: 2px solid dodgerblue; } .anchor.top-left { top: 0; left: 0; transform: translate(-50%, -50%); } .anchor.bottom-left { top: 100%; left: 0; transform: translate(-50%, -50%); } .anchor.bottom-right { top: 100%; left: 100%; transform: translate(-50%, -50%); } .anchor.top-right { left: 100%; transform: translate(-50%, -50%); } .anchor.corner { border-radius: 50%; } .transform-origin { display: inline-block; position: absolute; background: white; width: 8px; height: 8px; border: 2px solid dodgerblue; } .ellipse { border-radius: 50%; } .hidden { display: none; } .d-flex { display: flex; } .space-between { justify-content: space-between; }
dist/style.css
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap"); *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Heebo', sans-serif; font-weight: 400; color: #d3d3d3; font-size: 12px; } h1, h2, h3, h4, h5, h6 { font-weight: 400; } .header { display: flex; align-items: center; width: 100%; height: 70px; padding: 0 16px; } .header .header-group { display: flex; align-items: center; justify-content: start; } .header-primary { background: #212427; display: flex; justify-content: space-between; } .header-primary .menu-right { display: flex; } .header-primary .menu-right > * { margin-left: 0.5rem; } .header-secondary { background: #4c5155; justify-content: space-between; } .header-secondary .separator { display: inline-block; width: 1px; height: 50px; border-radius: 0.5px; background-color: #d3d3d3; opacity: 0.25; margin: 0 10px; } .ui-group { display: flex; justify-content: flex-start; margin: 0 10px; } .ui-group:first-child { margin-left: 0; } .ui-group:last-child { margin-right: 0; } .ui-group > * { margin-right: 7px; } .ui-group > *:last-child { margin-right: 0; } .ui-group.ui-group-toggle > * { margin-right: 0; } .layers-panel { background: #303336; width: 250px; max-height: calc(100vh - 140px); overflow-y: auto; } .layers-panel-list { padding: 0 16px; } .layers-panel ul { list-style-type: none; } .layers-panel li { display: flex; align-items: center; flex-wrap: wrap; min-height: 36px; padding-left: 19px; } .layers-panel li.active { background: #0d6ecc; color: #d3d3d3; } .layers-panel li.active.list-component-group { background: none; color: inherit; } .layers-panel li.active.list-component-group .list-component-group-name { background: #0d6ecc; color: #d3d3d3; } .layers-panel .divider { background: #0d6ecc; opacity: 0.5; } .layers-panel .hover { background: rgba(13, 110, 204, 0.7); } .layer-details-panel { background: #303336; width: 302px; height: calc(100vh - 140px); overflow-y: auto; } .layer-details-panel .tab-group { list-style: none; display: flex; align-items: center; } .layer-details-panel .tab-group .tab-item { display: flex; align-items: center; justify-content: center; height: 36px; text-transform: uppercase; cursor: pointer; flex: 1; background: #212427; } .layer-details-panel .tab-group .tab-item.active { background: #303336; } .layer-details-panel .layer-details-group { padding: 16px; } .layer-details-panel .row { margin-bottom: 16px; } .copy-btn { display: inline-block; display: flex; align-items: center; justify-content: center; height: 36px; border: none; color: #d3d3d3; background: #303336; cursor: pointer; padding: 0 1rem; } .toolbar-btn { display: flex; align-items: center; justify-content: center; height: 36px; width: 36px; border: none; color: #d3d3d3; background: #303336; cursor: pointer; } .toolbar-btn:active { background: #0d6ecc; } .toolbar-btn.active { background: #0d6ecc; } .panel-heading { display: flex; align-items: center; height: 36px; color: #d3d3d3; padding-left: 16px; font-size: 12px; text-transform: uppercase; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .panel-subheading { display: flex; align-items: center; height: 36px; color: #d3d3d3; padding-left: 16px; text-transform: capitalize; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .panel-subheading h3 { font-size: 12px; font-weight: 700; } .list-component-group { display: block; } .list-component-group-name { display: flex; align-items: center; width: 100%; height: 36px; position: relative; } .list-component-group-name .expand-icon { display: flex; justify-content: center; align-items: center; height: 30px; width: 30px; position: absolute; left: -30px; top: 50%; transform: translateY(-50%); } .list-component-group-name .expand-icon.expanded { transform: translateY(-50%) rotate(90deg); } .list-component-group-body { width: 100%; } .list-component-group-body li { display: flex; align-items: center; flex-wrap: wrap; height: 36px; padding-left: 19px; } .list-component-group.collapsed .list-component-group-body { display: none; } .select { cursor: pointer; user-select: none; color: #d3d3d3; background: #4c5155; border-radius: 3px; padding: 0 16px; position: relative; } .select.active { border-radius: 3px 3px 0 0; } .select .select-box { display: flex; align-items: center; justify-content: space-between; height: 36px; } .select .select-options { cursor: pointer; user-select: none; list-style: none; padding: 10px 16px 0 16px; color: #d3d3d3; background: #4c5155; border-top: rgba(128, 128, 128, 0.1) solid 1px; border-radius: 0 0 3px 3px; position: absolute; top: calc(100% - 3px); left: 0; width: 100%; } .select .select-options-item { margin-bottom: 6px; } .input-group { display: inline-flex; color: #d3d3d3; background-color: #4c5155; border-radius: 3px; } .input-group.num { width: 80px; } .input-group .input { display: inline-block; } .input-group .input input { width: 100%; height: 36px; color: inherit; background-color: inherit; border: none; padding-left: 16px; } .input-group .input-append { display: flex; align-items: center; justify-content: center; padding-right: 16px; } .edit .rotate-icon { display: inline-block !important; } .rotate-icon { display: none !important; position: absolute; z-index: -10; opacity: 0; } .rotate-icon:hover { opacity: 1; } .rotate-icon.top-left { top: -10px; left: -10px; transform: translate(-50%, -50%); } .rotate-icon.bottom-left { top: calc(100% + 10px); left: -10px; transform: translate(-50%, -50%) rotate(-90deg); } .rotate-icon.bottom-right { top: calc(100% + 10px); left: calc(100% + 10px); transform: translate(-50%, -50%) rotate(-180deg); } .rotate-icon.top-right { top: -10px; left: calc(100% + 10px); transform: translate(-50%, -50%) rotate(-270deg); } .rotate-icon.corner { border-radius: 50%; } body { width: 100%; height: 100vh; overflow-y: hidden; background: #808080; } #main { display: flex; } #canvas { position: relative; flex: 1; height: 100vh; } #canvas.draw { cursor: crosshair; } #canvas.edit .transform-helper { cursor: grab; } #canvas.edit .anchor { cursor: pointer; } #canvas div { display: inline-block; } .shape, .transform-helper { display: inline-block; position: absolute; } .shape { background: dodgerblue; } .transform-helper { border: 1px dashed dodgerblue; } .anchor { display: inline-block; position: absolute; background: white; width: 8px; height: 8px; border: 2px solid dodgerblue; } .anchor.top-left { top: 0; left: 0; transform: translate(-50%, -50%); } .anchor.bottom-left { top: 100%; left: 0; transform: translate(-50%, -50%); } .anchor.bottom-right { top: 100%; left: 100%; transform: translate(-50%, -50%); } .anchor.top-right { left: 100%; transform: translate(-50%, -50%); } .anchor.corner { border-radius: 50%; } .transform-origin { display: inline-block; position: absolute; background: white; width: 8px; height: 8px; border: 2px solid dodgerblue; } .ellipse { border-radius: 50%; } .hidden { display: none; } .d-flex { display: flex; } .space-between { justify-content: space-between; }
0.389198
0.080394
@charset "utf-8"; /* スタイルシート */ html { width: 100%; height: 100%; display: table; } body { background-color: #adc; display: table-cell; vertical-align: middle; } body, button { color: #232; font-family: sans-serif; } #main { padding: 5px; background-color: #bed; line-height: 0; display: flex; align-items: flex-start; justify-content: center; } #screen { position: fixed; width: 100%; height: 100%; top: 0; left: 0; color: #262; background-color: #bed; font-size: 200%; text-align: center; display: table; } #screen span { vertical-align: middle; display: table-cell; } #test { position: absolute; top: -99px; } [data-ruby] { position: relative; } [data-ruby]:after { position: absolute; top: -1em; left: 0; right: 0; font-size: 50%; text-align: center; letter-spacing: 2px; white-space: nowrap; content: attr(data-ruby); } #messageContainer { width: 30%; min-width: 300px; max-width: 600px; } #messageBorder { position: relative; border: 3px solid #363; border-radius: 10px; background-color: #fff; } #messageBorder:before { position: absolute; bottom: -20px; left: calc(50% - 10px); border-top: 20px solid #363; border-right: 10px solid transparent; border-left: 10px solid transparent; content: ""; } #messageBorder:after { position: absolute; bottom: -14px; left: calc(50% - 10px); border-top: 20px solid #fff; border-right: 10px solid transparent; border-left: 10px solid transparent; content: ""; } #message { margin: 10px; height: 120px; font-size: 120%; line-height: initial; overflow: auto; overflow-wrap: break-word; word-break: break-word; } #messageWait { position: absolute; bottom: 10px; right: 10px; display: none; } #messageWait:before { position: absolute; bottom: 0; right: 0; border-top: 15px solid #797; border-right: 10px solid transparent; border-left: 10px solid transparent; content: ""; } #messageChara { margin-top: 20px; text-align: center; line-height: 0; } #messageChara img { width: 128px; height: 128px; } #stand { margin: 0 auto; width: 250px; height: 100px; background: linear-gradient(#9cb, #bed); } #boardContainer { margin-left: 10px; position: relative; width: 70%; min-width: 500px; max-width: 95vmin; overflow: hidden; } #board { border-radius: 5px; background-color: #021; } #dialog { padding: 1%; position: absolute; width: 60%; max-height: 90%; top: 50%; left: 50%; border: 5px solid #aea; border-radius: 20px; background-color: rgba(129, 200, 129, 0.9); box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); font-size: 120%; text-align: center; line-height: normal; overflow: auto; display: none; } #dialog span { margin: 1% 0; text-align: start; display: inline-block; } #dialog button { margin: 20px auto; padding: 5% 0; width: 70%; border: 3px solid #373; border-radius: 10px; background-color: #9d9; font-size: 100%; display: block; } #dialog button.active, #dialog button:not(.disable):hover { border-color: #585; background-color: #aea; } .end #dialog, .end button { font-family: serif; } .end #messageBorder, .end #messageChara { visibility: hidden; } @media screen and (max-width: 819px) { #main { padding: unset; display: block; } #stand { display: none; } #messageContainer { margin: 0 auto; width: 100%; max-width: unset; display: flex; justify-content: center; } #messageBorder { width: calc(100% - 145px); max-width: 500px; } #messageBorder:before { top: calc(50% - 10px); bottom: unset; right: -20px; left: unset; border-top: 10px solid transparent; border-right: unset; border-bottom: 10px solid transparent; border-left: 20px solid #363; } #messageBorder:after { top: calc(50% - 10px); bottom: unset; right: -14px; left: unset; border-top: 10px solid transparent; border-right: unset; border-bottom: 10px solid transparent; border-left: 20px solid #fff; } #message { height: 102px; } #messageChara { margin-top: unset; width: 145px; text-align: right; } #boardContainer { margin: 0 auto; width: 100%; min-width: 320px; max-width: unset; } } @media screen and (max-width: 599px) { #message, #dialog { font-size: 100%; } } @media screen and (max-width: 479px) { #message { margin: 5px; font-size: 80%; } #dialog { width: 70%; font-size: 80%; } #dialog button { margin: 15px auto; } }
src/main.css
@charset "utf-8"; /* スタイルシート */ html { width: 100%; height: 100%; display: table; } body { background-color: #adc; display: table-cell; vertical-align: middle; } body, button { color: #232; font-family: sans-serif; } #main { padding: 5px; background-color: #bed; line-height: 0; display: flex; align-items: flex-start; justify-content: center; } #screen { position: fixed; width: 100%; height: 100%; top: 0; left: 0; color: #262; background-color: #bed; font-size: 200%; text-align: center; display: table; } #screen span { vertical-align: middle; display: table-cell; } #test { position: absolute; top: -99px; } [data-ruby] { position: relative; } [data-ruby]:after { position: absolute; top: -1em; left: 0; right: 0; font-size: 50%; text-align: center; letter-spacing: 2px; white-space: nowrap; content: attr(data-ruby); } #messageContainer { width: 30%; min-width: 300px; max-width: 600px; } #messageBorder { position: relative; border: 3px solid #363; border-radius: 10px; background-color: #fff; } #messageBorder:before { position: absolute; bottom: -20px; left: calc(50% - 10px); border-top: 20px solid #363; border-right: 10px solid transparent; border-left: 10px solid transparent; content: ""; } #messageBorder:after { position: absolute; bottom: -14px; left: calc(50% - 10px); border-top: 20px solid #fff; border-right: 10px solid transparent; border-left: 10px solid transparent; content: ""; } #message { margin: 10px; height: 120px; font-size: 120%; line-height: initial; overflow: auto; overflow-wrap: break-word; word-break: break-word; } #messageWait { position: absolute; bottom: 10px; right: 10px; display: none; } #messageWait:before { position: absolute; bottom: 0; right: 0; border-top: 15px solid #797; border-right: 10px solid transparent; border-left: 10px solid transparent; content: ""; } #messageChara { margin-top: 20px; text-align: center; line-height: 0; } #messageChara img { width: 128px; height: 128px; } #stand { margin: 0 auto; width: 250px; height: 100px; background: linear-gradient(#9cb, #bed); } #boardContainer { margin-left: 10px; position: relative; width: 70%; min-width: 500px; max-width: 95vmin; overflow: hidden; } #board { border-radius: 5px; background-color: #021; } #dialog { padding: 1%; position: absolute; width: 60%; max-height: 90%; top: 50%; left: 50%; border: 5px solid #aea; border-radius: 20px; background-color: rgba(129, 200, 129, 0.9); box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); font-size: 120%; text-align: center; line-height: normal; overflow: auto; display: none; } #dialog span { margin: 1% 0; text-align: start; display: inline-block; } #dialog button { margin: 20px auto; padding: 5% 0; width: 70%; border: 3px solid #373; border-radius: 10px; background-color: #9d9; font-size: 100%; display: block; } #dialog button.active, #dialog button:not(.disable):hover { border-color: #585; background-color: #aea; } .end #dialog, .end button { font-family: serif; } .end #messageBorder, .end #messageChara { visibility: hidden; } @media screen and (max-width: 819px) { #main { padding: unset; display: block; } #stand { display: none; } #messageContainer { margin: 0 auto; width: 100%; max-width: unset; display: flex; justify-content: center; } #messageBorder { width: calc(100% - 145px); max-width: 500px; } #messageBorder:before { top: calc(50% - 10px); bottom: unset; right: -20px; left: unset; border-top: 10px solid transparent; border-right: unset; border-bottom: 10px solid transparent; border-left: 20px solid #363; } #messageBorder:after { top: calc(50% - 10px); bottom: unset; right: -14px; left: unset; border-top: 10px solid transparent; border-right: unset; border-bottom: 10px solid transparent; border-left: 20px solid #fff; } #message { height: 102px; } #messageChara { margin-top: unset; width: 145px; text-align: right; } #boardContainer { margin: 0 auto; width: 100%; min-width: 320px; max-width: unset; } } @media screen and (max-width: 599px) { #message, #dialog { font-size: 100%; } } @media screen and (max-width: 479px) { #message { margin: 5px; font-size: 80%; } #dialog { width: 70%; font-size: 80%; } #dialog button { margin: 15px auto; } }
0.228673
0.058453
html { position: relative; min-height: 100%; } body { padding: 50px; font: Helvetica, Arial, sans-serif; word-wrap: break-word; overflow-x: hidden; } h1, h2, h3, h4, h5, h6, p { color: #3e3e3e; } a { color: #003e57; } a:hover { color: #00628a; } /*------------------------------ BUTTON ------------------------------*/ .btn{ border-radius: 30px; padding: 9px 20px; font-weight: 500; font-size: 0.9rem; } .btn.btn-primary{ background-color: #003e57; border-color: #003e57; } .btn.btn-primary:hover{ background-color: #00628a; border-color: #00628a; } .btn.btn-warning{ background-color: #f4cc42; border-color: #f4cc42; } .btn.btn-warning:hover{ background-color: #f7c71c; border-color: #f7c71c; } /*------------------------------ LOGIN CARD ------------------------------*/ .login-card{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-image: linear-gradient( #f2f2f2, #fbfbfb ); border-radius: 5px; -webkit-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); -moz-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); } /*------------------------------ INDEX CARD ------------------------------*/ .index-card{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-image: linear-gradient( #f2f2f2, #fbfbfb ); border-radius: 5px; -webkit-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); -moz-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); } /*------------------------------ SIGNUP CARD ------------------------------*/ .signup-card{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-image: linear-gradient( #f2f2f2, #fbfbfb ); border-radius: 5px; -webkit-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); -moz-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); } /*------------------------------ USER CARD ------------------------------*/ .user-card{ background-image: linear-gradient( #f2f2f2, #fbfbfb ); border-radius: 5px; -webkit-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); -moz-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); } /*------------------------------ PROJECT CARD ------------------------------*/ .project-card{ background-image: linear-gradient( #f2f2f2, #fbfbfb ); border-radius: 5px; -webkit-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); -moz-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); } .logout-admin{ position: absolute; right: 0; top: 0; }
views/public/toolkit.css
html { position: relative; min-height: 100%; } body { padding: 50px; font: Helvetica, Arial, sans-serif; word-wrap: break-word; overflow-x: hidden; } h1, h2, h3, h4, h5, h6, p { color: #3e3e3e; } a { color: #003e57; } a:hover { color: #00628a; } /*------------------------------ BUTTON ------------------------------*/ .btn{ border-radius: 30px; padding: 9px 20px; font-weight: 500; font-size: 0.9rem; } .btn.btn-primary{ background-color: #003e57; border-color: #003e57; } .btn.btn-primary:hover{ background-color: #00628a; border-color: #00628a; } .btn.btn-warning{ background-color: #f4cc42; border-color: #f4cc42; } .btn.btn-warning:hover{ background-color: #f7c71c; border-color: #f7c71c; } /*------------------------------ LOGIN CARD ------------------------------*/ .login-card{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-image: linear-gradient( #f2f2f2, #fbfbfb ); border-radius: 5px; -webkit-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); -moz-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); } /*------------------------------ INDEX CARD ------------------------------*/ .index-card{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-image: linear-gradient( #f2f2f2, #fbfbfb ); border-radius: 5px; -webkit-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); -moz-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); } /*------------------------------ SIGNUP CARD ------------------------------*/ .signup-card{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-image: linear-gradient( #f2f2f2, #fbfbfb ); border-radius: 5px; -webkit-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); -moz-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); } /*------------------------------ USER CARD ------------------------------*/ .user-card{ background-image: linear-gradient( #f2f2f2, #fbfbfb ); border-radius: 5px; -webkit-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); -moz-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); } /*------------------------------ PROJECT CARD ------------------------------*/ .project-card{ background-image: linear-gradient( #f2f2f2, #fbfbfb ); border-radius: 5px; -webkit-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); -moz-box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); box-shadow: 0px 40px 85px -43px rgba(82,82,82,1); } .logout-admin{ position: absolute; right: 0; top: 0; }
0.388618
0.084153
body { background: hsl(188, 39%, 88%); color: hsl(227, 28%, 10%); font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; font-size: 14px; } * { box-sizing: border-box; } a:link, a:visited { color: hsl(195, 100%, 27%); text-decoration: none; } a:hover, a:focus { text-decoration: none; background: hsla(195, 100%, 27%, 0.1); border-top: 1px solid hsla(195, 100%, 27%, 0.3); border-bottom: 1px solid hsla(195, 100%, 27%, 0.3); } h1 { font-weight: bold; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 6em; text-shadow: 0px 0px 3px hsla(227, 28%, 10%, 0.7); color: hsl(188, 39%, 97%); } h2 { font-weight: bold; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-shadow: 0px 1px 0px hsl(0, 0%, 100%); font-size: 2em; } h3 { font-weight: bold; font-size: 1.3em; } h4 { text-decoration: none; font-size: 1em; font-weight: normal; line-height: 2em; background: hsla(195, 100%, 27%, 0.1); border: 1px solid hsla(195, 100%, 27%, 0.3); border-left: none; border-right: none; padding: 0em 0.5em; } h5 { font-weight: normal; font-style: italic; font-size: 1em; } hr { height: 2px; border: none; border-top: 1px solid hsla(0, 0%, 0%, 0.1); border-bottom: 1px solid hsla(0, 100%, 100%, 0.3); margin: 40px 0px; } code { font-family: "Monaco", "Inconsolata", "Menlo", monospace; font-size: 0.9em; color: hsl(195, 100%, 27%); } #fork-me { position: absolute; top: 0px; right: 0px; width: 140px; height: 140px; text-indent: -9999px; background-image: url("fork-me.png"); border: none; text-decoration: none; background-color: transparent; } @media (-webkit-min-device-pixel-ratio: 2) { #fork-me { background-image: url("fork-me@2x.png") !important; -webkit-background-size: 140px 140px; } } .content { max-width: 760px; margin: 0px auto; padding: 20px; } .content h1:first-of-type { text-align: center; margin-top: 0.25em; margin-bottom: 0.25em; } .content p:first-of-type { text-align: center; text-shadow: 0px 1px 0px hsl(0, 0%, 100%); color: hsl(188, 39%, 38%); font-size: 1.3em; } .content p:first-of-type em { font-style: normal; }
website/style.css
body { background: hsl(188, 39%, 88%); color: hsl(227, 28%, 10%); font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; font-size: 14px; } * { box-sizing: border-box; } a:link, a:visited { color: hsl(195, 100%, 27%); text-decoration: none; } a:hover, a:focus { text-decoration: none; background: hsla(195, 100%, 27%, 0.1); border-top: 1px solid hsla(195, 100%, 27%, 0.3); border-bottom: 1px solid hsla(195, 100%, 27%, 0.3); } h1 { font-weight: bold; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 6em; text-shadow: 0px 0px 3px hsla(227, 28%, 10%, 0.7); color: hsl(188, 39%, 97%); } h2 { font-weight: bold; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-shadow: 0px 1px 0px hsl(0, 0%, 100%); font-size: 2em; } h3 { font-weight: bold; font-size: 1.3em; } h4 { text-decoration: none; font-size: 1em; font-weight: normal; line-height: 2em; background: hsla(195, 100%, 27%, 0.1); border: 1px solid hsla(195, 100%, 27%, 0.3); border-left: none; border-right: none; padding: 0em 0.5em; } h5 { font-weight: normal; font-style: italic; font-size: 1em; } hr { height: 2px; border: none; border-top: 1px solid hsla(0, 0%, 0%, 0.1); border-bottom: 1px solid hsla(0, 100%, 100%, 0.3); margin: 40px 0px; } code { font-family: "Monaco", "Inconsolata", "Menlo", monospace; font-size: 0.9em; color: hsl(195, 100%, 27%); } #fork-me { position: absolute; top: 0px; right: 0px; width: 140px; height: 140px; text-indent: -9999px; background-image: url("fork-me.png"); border: none; text-decoration: none; background-color: transparent; } @media (-webkit-min-device-pixel-ratio: 2) { #fork-me { background-image: url("fork-me@2x.png") !important; -webkit-background-size: 140px 140px; } } .content { max-width: 760px; margin: 0px auto; padding: 20px; } .content h1:first-of-type { text-align: center; margin-top: 0.25em; margin-bottom: 0.25em; } .content p:first-of-type { text-align: center; text-shadow: 0px 1px 0px hsl(0, 0%, 100%); color: hsl(188, 39%, 38%); font-size: 1.3em; } .content p:first-of-type em { font-style: normal; }
0.441914
0.129513
html { font-size:1em;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0);-webkit-text-size-adjust:none;} body { font-size:0.75em} label { cursor:pointer} a:link, a:visited { text-decoration:none} input,button,select,textarea{outline:none} textarea{resize:none;} a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var { margin:0; padding:0} article, aside, footer, header, hgroup, nav, section, figure, figcaption { display: block} /*html5设置*/ h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub{ font-size:1em} body, input, button, select, textarea, sub{ font-family:Arial, sans-serif} em, cite, address, optgroup { font-style:normal} kbd, samp, code { font-family:monospace} img, input, button, select, textarea { vertical-align:middle} ul, ol { list-style:none} img, fieldset { border:0} abbr, acronym { cursor:help; border-bottom:1px dotted black} table { width:100%; border-spacing:0; border:0} table th, table td { border:0} legend, hr { overflow:hidden; position:absolute; top:0; left:0} legend, hr, caption { visibility:hidden; font-size:0; width:0; height:0; line-height:0} /*------------------------------------------------------------------------------------------------------------------------------*/ /*统一样式*/ html { width: 100%; height: 100%; } body { margin:0 auto; width:640px; background:#fff; font-family:"微软雅黑"; } /** * css sprite背景样式 */ .css_sprite01 { background:url(sprite01.png) no-repeat; background-repeat: no-repeat; } /*统一功能元件样式 f-*/ .f-fl { float:left; } .f-fr { float:right; } .f-imgW01 { max-width:640px; } .f-imgW02 { max-width:320px; } .f-tit01 { height:96px; line-height:96px; font-size:38px; color:#0e0e0e; text-align:center; } .f-txt01 { font-size:24px; color:#646464; line-height:130%; } .f-tid { text-indent:2em; } /*统一模块元件样式 u-*/ .u-ipnut-198 { width:198px; } .u-ipnut-540 { width:510px; } .u-ipnut-540 { width:510px; } .u-word { font-size:36px; color:#0e0e0e; text-align:center; } /*统一皮肤 s-*/ .s-col01 { color:#ffae01; } .s-col02 { color:#597d9a; } .s-col03 { color:#23c4e5; } .m-txt .expand { background-position: -120px 0; } .m-page6 .m-map .tit p a span { background-position: 0 -61px; } .m-page6 .m-intro .btn .time a span { background-position: -42px -61px; } .m-page6 .m-intro .btn .tel a span { background-position: -84px -61px; } .share_icon { background-position: -126px -61px; } .close_map { background-position: -168px -61px; } .audio_open { background-position: -60px 0; } .audio_close { background-position: 0 0; } /* 统一功能模块样式 fn- */ .fn-audio { position:fixed; top:45px; right:35px; z-index:2000; width:60px; height:61px; line-height:120px; text-align:center; } .fn-audio .btn p { width:60px; height:61px; } .fn-audio .btn p span { display:none; width: 60px; height: 61px; } .fn-audio .btn p span:first-child { display:inline-block; } .fn-audio .btn audio { height:0; width:0; opacity:0; } /* 声音提示 */ .audio_txt { position:fixed; top:59px; right:90px; height:60px; overflow:hidden; opacity:1; z-index:2000; -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -0-transition: opacity 1s; transition: opacity 1s; } .audio_txt p { float:left; background:rgba(93,143,176,0.5); font-size:16px; color:#fff; font-weight:bold; } .audio_txt p:first-child { padding:0 10px; height:40px; line-height:40px; border-bottom-left-radius:10px; border-top-left-radius:10px; } .audio_txt p:last-child { border-style: solid; border-width: 20px; border-color: transparent transparent transparent rgba(93,143,176,0.5); background:none; } .audio_txt.close { opacity:0; } /** * 箭头指示元件 * -u-arrow */ .u-arrow { position: fixed; bottom: 30px; left:50%; z-index: 150; width: 80px; height: 80px; margin-left: -40px; /*background: rgba(160,160,160,0.6); border-radius: 50%;*/ } .u-arrow img { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -25px; width: 50px; height: 28px; background-position: 0 -82px; -webkit-animation: start 1.5s infinite ease-in-out; -moz-animation: start 1.5s infinite ease-in-out; animation: start 1.5s infinite ease-in-out; } /*箭头指示引导*/ @-webkit-keyframes start { 0%,30% {opacity: 0;-webkit-transform: translate(0,10px);} 60% {opacity: 1;-webkit-transform: translate(0,0);} 100% {opacity: 0;-webkit-transform: translate(0,-8px);} } @-moz-keyframes start { 0%,30% {opacity: 0;-moz-transform: translate(0,10px);} 60% {opacity: 1;-moz-transform: translate(0,0);} 100% {opacity: 0;-moz-transform: translate(0,-8px);} } @keyframes start { 0%,30% {opacity: 0;transform: translate(0,10px);} 60% {opacity: 1;transform: translate(0,0);} 100% {opacity: 0;transform: translate(0,-8px);} } /*------------------------------------------------------------------------------------------------------------------------*/ body {height: 100%; overflow: hidden;} /*index*/ .p-index { position:relative; height: 100%; width: 100%; overflow: hidden; } .portrait .p-index { -webkit-transform: scale(0.4); margin-top: -44%; } /*模块 m-*/ .m-page { position:absolute; left:0; top:0%; height:100%; width:100%; background:#fff; } .m-page.show { z-index:10; display:block; } .m-page.hide { z-index:5; display:none; } .m-page.active { z-index:15; display:block; } .m-img { width:100%; height:100%; } /* .m-img img { width:100%; height:100%; } */ .m-txt { position:absolute; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .m-txt h2 { font-size:38px; color:#ffcc00; margin-bottom:16px; } .m-txt h3 { font-size:26px; color:#ffcc00; margin-bottom:8px; } .m-txt p { padding-left:1.5%; font-size:24px; color:#fff; margin-bottom:18px; line-height:140%; word-break:break-all; } .m-txt p:last-child { margin-bottom:0; } .m-txt .expand { display:block; position:absolute; bottom:0; right:0; width:12px; height:12px; } .m-txt.open .expand { display:none; } .m-txt.hide_poniter .expand { display:none; } .m-page2 .m-txt01 { top:30px; left:30px; padding:20px 10px; width:440px; height:280px; overflow:hidden; background:rgba(0,0,0,0.5); } .m-page2 .m-txt01 .wtxt { width:100%; height:100%; overflow:hidden; } .m-page2 .m-txt01.open { width:560px; } .m-blank { position: absolute; bottom:150px;width:100%; text-align: center; } .m-blank a { display: inline-block; margin-top: 30px; width: 100%; height: 100px; } .m-blank a img { max-height: 100%; max-width: 100%; } .m-blank-animate { display: none; position: absolute; top: 50%; left:50%; margin:-100px 0 0 -200px; width: 400px; height: 200px; line-height: 200px; text-align: center; background: rgba(0,0,0,0.8); border-radius: 10px; } .m-blank-animate span, .m-blank-animate strong { display: inline-block; vertical-align: middle; } .m-blank-animate strong { margin-left: 20px; font-size: 26px; color: #fff; } .m-blank-animate span{ width: 30px; height: 30px; background-color: #fff; border-radius: 100%; } .m-blank-animate.move span{ -webkit-animation: bouncedelay 1.4s infinite ease-in-out; moz-animation: bouncedelay 1.4s infinite ease-in-out; animation: bouncedelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } .m-blank-animate span:nth-child(1) { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .m-blank-animate span:nth-child(2) { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0.0) } 40% { -webkit-transform: scale(1.0) } } @-moz-keyframes bouncedelay { 0%, 80%, 100% { -moz-transform: scale(0.0) } 40% { -moz-transform: scale(1.0) } } @keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 40% { transform: scale(1.0); -webkit-transform: scale(1.0); } } .m-page3 .plate { position:relative; width:100%; height:50%!important; } .m-page3 .plate .m-txt { position:absolute; top:2%; width:265px; height:175px; padding:5px; overflow:hidden; background:rgba(0,0,0,0.5); } .m-page3 .plate .m-txt .wtxt { width:100%; height:100%; overflow:hidden; } .m-page3 .plate .m-txt.open { width:630px; } .m-page3 .plate:first-child { margin-bottom: 1%; } .m-page3 .plate01 .m-txt { left:0; } .m-page3 .plate02 .m-txt { right:0; } .m-page4 .m-img { height: 100%; width:100%; } .m-page4 .m-img img { width: 100%; height: 100%; } .m-page4 .m-exhibit { position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; } .m-page4 .m-exhibit .imgbox { position:relative; width:100%; height:100%; } .m-page4 .m-exhibit .imgbox .boxWrap { display:inline-block; width:0; height: 100%; vertical-align: middle; } .m-page4 .m-exhibit .imgbox img { width:99%; height: auto; vertical-align: middle; text-align: center; } .m-page5 .m-video { position:relative; height:420px; width:100%; padding:45px 0; background:#000; } .m-page5 .m-video .video-warp { position:absolute; top:0; left:0; z-index:999999; opacity:0; width:100%; height:100%; } .m-page5 .m-txt03 { width:620px; height:46%; padding:15px 10px; overflow:hidden; background:rgba(0,0,0,0.5); } .m-page5 .m-txt03 .wtxt { width:590px; height:170px; overflow:hidden; } .m-page6 .m-map { width:100%; height:280px; position:relative; background:#fff; -webkit-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; -moz-transition:all 0.4s; transition:all 0.4s; } .m-page6 .m-map .ylMap { height:100%; width:100%; } .m-page6 .m-map .tit { position:absolute; left:0; bottom:0; height:70px; width:100%; overflow: hidden; background:rgba(0,0,0,0.5); } .m-page6 .m-map .tit p { margin-right:100px; } .m-page6 .m-map .tit p a { display:block; position: relative; font-size:24px; color:#fff; height:70px; line-height:70px; padding-left:70px; } .m-page6 .m-map .tit p a span { display: inline-block; width: 42px; height: 42px; position: absolute; top: 14px; left:15px; } .m-page6 .m-map .tit .close_map { display: none; position: absolute; bottom: 10px; right: 10px; width: 42px; height: 42px; } /* ** 轮播图插件 */ .m-page6 .u-img { width:640px; height:140px; } .imgSlider{height:100%;width:640px;} .m-page6 .m-intro { position:relative; } .m-page6 .m-intro h3 { height:100px; line-height:100px; font-size:30px; text-align:center; } .m-page6 .m-intro .txt { left:30px; top:100px; width:560px; height:50px; padding:10px 10px; overflow:hidden; background:rgba(0,0,0,0.5); } .m-page6 .m-intro .txt .wtxt { width:100%; height:100%; overflow:hidden; } .m-page6 .m-intro .txt.open { height:160px; } .m-page6 .m-intro .btn { margin-top:115px; } .m-page6 .m-intro .btn p { margin:0 auto; width:580px; height:80px; border-radius:8px; margin-bottom:40px; } .m-page6 .m-intro .btn p:last-child { margin-bottom:60px; } .m-page6 .m-intro .btn p a { position: relative; display:block; height:80px; line-height:80px; font-size:34px; text-align:center; } .m-page6 .m-intro .btn p a span { position: absolute; top: 19px; left: 40px; display: inline-block; width:42px; height: 42px; } .m-page6 .m-intro .btn .time { background:#f0f0f0; } .m-page6 .m-intro .btn .tel { background:#73ba5d; } .m-page6 .m-intro .btn .time a { color:#717171; } .m-page6 .m-intro .btn .tel a { color:#fff; } .m-page7 .wbg { width:100%; height:100%;opacity:0.9;} .m-page7 .wbg img { width:100%; height:100%; } .m-page7 .wct { position:absolute; left:0; top:0; padding:0 20px; width:600px; height:100%; overflow: hidden; } .m-page7 .wct h3 { font-size:40px; color:#fff; text-align:center; margin-bottom:50px; padding-top:26px; letter-spacing:8px;text-shadow:6px -4px 12px #666;} .m-page7 .wct table { background:#ffffff; border:2px solid #c4c4c4; border-radius:10px; } .m-page7 .wct table tbody td,.m-page7 .wct table tbody th { font-size:28px; padding:13px 0; height:54px; border-bottom:2px solid #c4c4c4;overflow:hidden; } .m-page7 .wct table tbody th { font-weight:normal; color:#717171; } .m-page7 .wct table tbody th span { display:block; width:100%; border-right:2px solid #c4c4c4; letter-spacing:8px;} .m-page7 .wct table tbody td { padding-left:20px; } .m-page7 .wct table tbody td input { height:50px; width:350px; border:none; } .m-page7 .wct table tbody td.time input { width:30%; } .m-page7 .wct table tbody td p.sex {display:block;float:left;height:40px;font-size:26px;overflow:hidden;cursor:pointer;} .m-page7 .wct table tbody td p.sex span {display:block;float:left;} .m-page7 .wct table tbody td p.sex .select {padding:4px 0 0 4px;margin:7px 15px 0 0;width:18px;height:18px;border:1px solid #bef7f9;border-radius:50%;background:#f1f4f4; } .m-page7 .wct table tbody td p.sex .select strong.on{display:block;width:14px;height:14px;background:#2ef0f7;border-radius:50%; } .m-page7 .wct table tbody td p.sex:first-child {margin-right:40px;} .m-page7 .wct table tbody td p.student {display:block;float:left;height:40px;font-size:26px;overflow:hidden;cursor:pointer;} .m-page7 .wct table tbody td p.student span {display:block;float:left;} .m-page7 .wct table tbody td p.student .select {padding:4px 0 0 4px;margin:7px 15px 0 0;width:18px;height:18px;border:1px solid #bef7f9;border-radius:50%;background:#f1f4f4; } .m-page7 .wct table tbody td p.student .select strong.on{display:block;width:14px;height:14px;background:#2ef0f7;border-radius:50%; } .m-page7 .wct table tbody td p.student:first-child {margin-right:40px;} .m-page7 .wct table tbody td.time input:first-child { margin-right:5px; width:50%; } .m-page7 .wct table tbody tr:last-child td,.m-page7 .wct table tbody tr:last-child th { border-bottom:none; } .m-page7 .wct .submit { margin:45px auto; width:600px; height:80px; line-height:80px; border-radius:8px; background:#73ba5d; text-align:center; font-size:30px; letter-spacing:12px;} .m-page7 .wct .submit input { width:100%; height:100%; border:none; color:#fff; background:none; font-weight:bold; cursor:pointer;text-align:center} .m-page7 .wct .popup { position: fixed; left: 60px; top:50%; margin-top:-40px; width: 520px; padding: 30px 10px; text-align: center; font-size: 26px; border-radius: 8px; opacity: 0; z-index: -1; -webkit-transition: all 1.2s; -moz-transition: all 1.2s; -ms-transition: all 1.2s; -o-transition: all 1.2s; transition: all 1.2s; } .m-page7 .wct .popup.popup_error { background: #f48813; } .m-page7 .wct .popup.popup_sucess { background: rgba(0,0,0,0.7); color:#fff;} .m-page7 .wct .popup.on { opacity: 1; z-index: 99; } .m-page7 .wct .edit-more-info { height:70px; line-height:70px; margin-top:20px; text-align:center; font-size:28px; color:#000; border:2px solid #999; border-radius:8px; background:#fff; } .m-page7 .wct .share { margin:0 auto; width:600px; height:80px; } .share-content{position:fixed;} .m-page7 .wct .share a { display:block; width:100%; height:80px; line-height:80px; border-radius:8px; background:#fff; text-align:center; font-size:30px; color:#545454;letter-spacing:20px;font-weight: bold;} .m-page7 .wct .share .share_icon { display: inline-block; width: 42px; height: 42px; vertical-align: middle; } .m-page7 .popup-txt { position:absolute;left:0;bottom:-100%;width:100%;padding:40px 0;font-size:26px;opacity:0;color:#e23f06;font-weight:bold;text-align:center;} .m-page7 .popup-txt.txtHide { animation: txtHide 4s; -webkit-animation: txtHide 4s; -moz-animation: txtHide 4s; -o-animation: txtHide 4s; } /*新表单样式*/ .m-page7 .wct .wct_form { height:100%; overflow:hidden; width:1280px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .m-page7 .wct .tableWrap { float:left; width:600px; } .m-page7 .wct .tableWrap-1 { margin-right:20px; } .m-page7 .wct .tableWrap-2 { margin-left:20px; } .m-page7 .wct .wct_form.change { margin-left:-640px; } .m-page7 .wct .tableWrap-2 .submit-2 { display:inline-block; width:220px; margin-left:45px; } .m-page7 .wct .tableWrap-2 .submit-3 { display:inline-block; width:220px; margin-left:45px; background:#fa2929; } @keyframes txtHide { 0% { opacity:0.8; bottom:0; } 40% { opacity:0.7; bottom:0; } 90% { opacity:0; bottom:0; } 100% { bottom:-100%; } } @-webkit-keyframes txtHide { 0% { opacity:0.8; bottom:0; } 40% { opacity:0.7; bottom:0; } 90% { opacity:0; bottom:0; } 100% { bottom:-100%; } } @-moz-keyframes txtHide { 0% { opacity:0.8; bottom:0; } 40% { opacity:0.7; bottom:0; } 90 { opacity:0; bottom:0; } 100% { bottom:-100%; } } @-o-keyframes txtHide { 0% { opacity:0.8; bottom:0; } 40% { opacity:0.7; bottom:0; } 90% { opacity:0; bottom:0; } 100% { bottom:-100%; } } @-ms-keyframes txtHide { 0% { opacity:0.8; bottom:0; } 40% { opacity:0.7; bottom:0; } 90% { opacity:0; bottom:0; } 100% { bottom:-100%; } } /**loading****/ .loading{margin:0 auto; width:600px;position:fixed;top:38%;left:0;display:none;} .loading img{text-align:center;margin-left:48%;height:60px;width:60px;} /* share */ .share-content {position:fixed;left:0px;top:0px;height:100%; width:100%; background:rgba(0,0,0,0.7);opacity: 0;z-index:-1;} .m-spopup {width:84%; border-radius:8px;margin:80% auto 0;text-align:center; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; opacity: 0; } .share-content.open{ opacity: 1; } .share-content .m-spopup.open{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } .m-spopup a{display:inline-block;color:#fff;font-size:26px;margin:0px 12px;} .m-spopup a img{border-radius:12%;height:90px;width:90px;} .m-spopup .share-btn{background:#fff;border:1px solid #fff;border-radius:8px;display:block;color:#000;margin-top:30px;line-height:60px;} /* pageLoading */ .pageLoading { display:none; position:fixed; top:0; left:0; z-index:99999; height:100%; width:100%; background:rgba(0,0,0,0.6); } .pageLoading img { position:absolute; top:40%; left:50%; height:100px; width:100px; margin:-50px 0 0 -50px; } /* btn优化样式 */ .btn-boder-color.open { -moz-box-shadow: 0 0 8px rgba(241,68,40,0.8), 0 0 8px 2px rgba(241,68,40,0.4) inset; -ms-box-shadow: 0 0 8px rgba(241,68,40,0.8), 0 0 8px 2px rgba(241,68,40,0.4) inset; -o-box-shadow: 0 0 8px rgba(241,68,40,0.8), 0 0 8px 2px rgba(241,68,40,0.4) inset; -webkit-box-shadow: 0 0 8px rgba(241,68,40,0.8), 0 0 8px 2px rgba(241,68,40,0.4) inset; box-shadow: 0 0 8px(241,68,40,0.8), 0 0 8px 2px rgba(241,68,40,0.4) inset; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; -o-transition:all 0.6s; -ms-transition:all 0.6s; transition:all 0.6s; } /**微信分享****/ .weixin-share{position:fixed; top:0; left:0; z-index:9999; height:100%; width:100%; background:rgba(0,0,0,0.7);display:none;} .weixin-share img{height:auto;width:auto;position:absolute;right:50px;top:10px;} .dropdown-menu > li { float: left; margin: 3px; } .jb_map{width:640px;height:280px;background:url('map.png');position:relative;top:-280px;z-index:9999}
source/wedding/main.css
html { font-size:1em;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0);-webkit-text-size-adjust:none;} body { font-size:0.75em} label { cursor:pointer} a:link, a:visited { text-decoration:none} input,button,select,textarea{outline:none} textarea{resize:none;} a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var { margin:0; padding:0} article, aside, footer, header, hgroup, nav, section, figure, figcaption { display: block} /*html5设置*/ h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub{ font-size:1em} body, input, button, select, textarea, sub{ font-family:Arial, sans-serif} em, cite, address, optgroup { font-style:normal} kbd, samp, code { font-family:monospace} img, input, button, select, textarea { vertical-align:middle} ul, ol { list-style:none} img, fieldset { border:0} abbr, acronym { cursor:help; border-bottom:1px dotted black} table { width:100%; border-spacing:0; border:0} table th, table td { border:0} legend, hr { overflow:hidden; position:absolute; top:0; left:0} legend, hr, caption { visibility:hidden; font-size:0; width:0; height:0; line-height:0} /*------------------------------------------------------------------------------------------------------------------------------*/ /*统一样式*/ html { width: 100%; height: 100%; } body { margin:0 auto; width:640px; background:#fff; font-family:"微软雅黑"; } /** * css sprite背景样式 */ .css_sprite01 { background:url(sprite01.png) no-repeat; background-repeat: no-repeat; } /*统一功能元件样式 f-*/ .f-fl { float:left; } .f-fr { float:right; } .f-imgW01 { max-width:640px; } .f-imgW02 { max-width:320px; } .f-tit01 { height:96px; line-height:96px; font-size:38px; color:#0e0e0e; text-align:center; } .f-txt01 { font-size:24px; color:#646464; line-height:130%; } .f-tid { text-indent:2em; } /*统一模块元件样式 u-*/ .u-ipnut-198 { width:198px; } .u-ipnut-540 { width:510px; } .u-ipnut-540 { width:510px; } .u-word { font-size:36px; color:#0e0e0e; text-align:center; } /*统一皮肤 s-*/ .s-col01 { color:#ffae01; } .s-col02 { color:#597d9a; } .s-col03 { color:#23c4e5; } .m-txt .expand { background-position: -120px 0; } .m-page6 .m-map .tit p a span { background-position: 0 -61px; } .m-page6 .m-intro .btn .time a span { background-position: -42px -61px; } .m-page6 .m-intro .btn .tel a span { background-position: -84px -61px; } .share_icon { background-position: -126px -61px; } .close_map { background-position: -168px -61px; } .audio_open { background-position: -60px 0; } .audio_close { background-position: 0 0; } /* 统一功能模块样式 fn- */ .fn-audio { position:fixed; top:45px; right:35px; z-index:2000; width:60px; height:61px; line-height:120px; text-align:center; } .fn-audio .btn p { width:60px; height:61px; } .fn-audio .btn p span { display:none; width: 60px; height: 61px; } .fn-audio .btn p span:first-child { display:inline-block; } .fn-audio .btn audio { height:0; width:0; opacity:0; } /* 声音提示 */ .audio_txt { position:fixed; top:59px; right:90px; height:60px; overflow:hidden; opacity:1; z-index:2000; -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -0-transition: opacity 1s; transition: opacity 1s; } .audio_txt p { float:left; background:rgba(93,143,176,0.5); font-size:16px; color:#fff; font-weight:bold; } .audio_txt p:first-child { padding:0 10px; height:40px; line-height:40px; border-bottom-left-radius:10px; border-top-left-radius:10px; } .audio_txt p:last-child { border-style: solid; border-width: 20px; border-color: transparent transparent transparent rgba(93,143,176,0.5); background:none; } .audio_txt.close { opacity:0; } /** * 箭头指示元件 * -u-arrow */ .u-arrow { position: fixed; bottom: 30px; left:50%; z-index: 150; width: 80px; height: 80px; margin-left: -40px; /*background: rgba(160,160,160,0.6); border-radius: 50%;*/ } .u-arrow img { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -25px; width: 50px; height: 28px; background-position: 0 -82px; -webkit-animation: start 1.5s infinite ease-in-out; -moz-animation: start 1.5s infinite ease-in-out; animation: start 1.5s infinite ease-in-out; } /*箭头指示引导*/ @-webkit-keyframes start { 0%,30% {opacity: 0;-webkit-transform: translate(0,10px);} 60% {opacity: 1;-webkit-transform: translate(0,0);} 100% {opacity: 0;-webkit-transform: translate(0,-8px);} } @-moz-keyframes start { 0%,30% {opacity: 0;-moz-transform: translate(0,10px);} 60% {opacity: 1;-moz-transform: translate(0,0);} 100% {opacity: 0;-moz-transform: translate(0,-8px);} } @keyframes start { 0%,30% {opacity: 0;transform: translate(0,10px);} 60% {opacity: 1;transform: translate(0,0);} 100% {opacity: 0;transform: translate(0,-8px);} } /*------------------------------------------------------------------------------------------------------------------------*/ body {height: 100%; overflow: hidden;} /*index*/ .p-index { position:relative; height: 100%; width: 100%; overflow: hidden; } .portrait .p-index { -webkit-transform: scale(0.4); margin-top: -44%; } /*模块 m-*/ .m-page { position:absolute; left:0; top:0%; height:100%; width:100%; background:#fff; } .m-page.show { z-index:10; display:block; } .m-page.hide { z-index:5; display:none; } .m-page.active { z-index:15; display:block; } .m-img { width:100%; height:100%; } /* .m-img img { width:100%; height:100%; } */ .m-txt { position:absolute; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .m-txt h2 { font-size:38px; color:#ffcc00; margin-bottom:16px; } .m-txt h3 { font-size:26px; color:#ffcc00; margin-bottom:8px; } .m-txt p { padding-left:1.5%; font-size:24px; color:#fff; margin-bottom:18px; line-height:140%; word-break:break-all; } .m-txt p:last-child { margin-bottom:0; } .m-txt .expand { display:block; position:absolute; bottom:0; right:0; width:12px; height:12px; } .m-txt.open .expand { display:none; } .m-txt.hide_poniter .expand { display:none; } .m-page2 .m-txt01 { top:30px; left:30px; padding:20px 10px; width:440px; height:280px; overflow:hidden; background:rgba(0,0,0,0.5); } .m-page2 .m-txt01 .wtxt { width:100%; height:100%; overflow:hidden; } .m-page2 .m-txt01.open { width:560px; } .m-blank { position: absolute; bottom:150px;width:100%; text-align: center; } .m-blank a { display: inline-block; margin-top: 30px; width: 100%; height: 100px; } .m-blank a img { max-height: 100%; max-width: 100%; } .m-blank-animate { display: none; position: absolute; top: 50%; left:50%; margin:-100px 0 0 -200px; width: 400px; height: 200px; line-height: 200px; text-align: center; background: rgba(0,0,0,0.8); border-radius: 10px; } .m-blank-animate span, .m-blank-animate strong { display: inline-block; vertical-align: middle; } .m-blank-animate strong { margin-left: 20px; font-size: 26px; color: #fff; } .m-blank-animate span{ width: 30px; height: 30px; background-color: #fff; border-radius: 100%; } .m-blank-animate.move span{ -webkit-animation: bouncedelay 1.4s infinite ease-in-out; moz-animation: bouncedelay 1.4s infinite ease-in-out; animation: bouncedelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } .m-blank-animate span:nth-child(1) { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .m-blank-animate span:nth-child(2) { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0.0) } 40% { -webkit-transform: scale(1.0) } } @-moz-keyframes bouncedelay { 0%, 80%, 100% { -moz-transform: scale(0.0) } 40% { -moz-transform: scale(1.0) } } @keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 40% { transform: scale(1.0); -webkit-transform: scale(1.0); } } .m-page3 .plate { position:relative; width:100%; height:50%!important; } .m-page3 .plate .m-txt { position:absolute; top:2%; width:265px; height:175px; padding:5px; overflow:hidden; background:rgba(0,0,0,0.5); } .m-page3 .plate .m-txt .wtxt { width:100%; height:100%; overflow:hidden; } .m-page3 .plate .m-txt.open { width:630px; } .m-page3 .plate:first-child { margin-bottom: 1%; } .m-page3 .plate01 .m-txt { left:0; } .m-page3 .plate02 .m-txt { right:0; } .m-page4 .m-img { height: 100%; width:100%; } .m-page4 .m-img img { width: 100%; height: 100%; } .m-page4 .m-exhibit { position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; } .m-page4 .m-exhibit .imgbox { position:relative; width:100%; height:100%; } .m-page4 .m-exhibit .imgbox .boxWrap { display:inline-block; width:0; height: 100%; vertical-align: middle; } .m-page4 .m-exhibit .imgbox img { width:99%; height: auto; vertical-align: middle; text-align: center; } .m-page5 .m-video { position:relative; height:420px; width:100%; padding:45px 0; background:#000; } .m-page5 .m-video .video-warp { position:absolute; top:0; left:0; z-index:999999; opacity:0; width:100%; height:100%; } .m-page5 .m-txt03 { width:620px; height:46%; padding:15px 10px; overflow:hidden; background:rgba(0,0,0,0.5); } .m-page5 .m-txt03 .wtxt { width:590px; height:170px; overflow:hidden; } .m-page6 .m-map { width:100%; height:280px; position:relative; background:#fff; -webkit-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; -moz-transition:all 0.4s; transition:all 0.4s; } .m-page6 .m-map .ylMap { height:100%; width:100%; } .m-page6 .m-map .tit { position:absolute; left:0; bottom:0; height:70px; width:100%; overflow: hidden; background:rgba(0,0,0,0.5); } .m-page6 .m-map .tit p { margin-right:100px; } .m-page6 .m-map .tit p a { display:block; position: relative; font-size:24px; color:#fff; height:70px; line-height:70px; padding-left:70px; } .m-page6 .m-map .tit p a span { display: inline-block; width: 42px; height: 42px; position: absolute; top: 14px; left:15px; } .m-page6 .m-map .tit .close_map { display: none; position: absolute; bottom: 10px; right: 10px; width: 42px; height: 42px; } /* ** 轮播图插件 */ .m-page6 .u-img { width:640px; height:140px; } .imgSlider{height:100%;width:640px;} .m-page6 .m-intro { position:relative; } .m-page6 .m-intro h3 { height:100px; line-height:100px; font-size:30px; text-align:center; } .m-page6 .m-intro .txt { left:30px; top:100px; width:560px; height:50px; padding:10px 10px; overflow:hidden; background:rgba(0,0,0,0.5); } .m-page6 .m-intro .txt .wtxt { width:100%; height:100%; overflow:hidden; } .m-page6 .m-intro .txt.open { height:160px; } .m-page6 .m-intro .btn { margin-top:115px; } .m-page6 .m-intro .btn p { margin:0 auto; width:580px; height:80px; border-radius:8px; margin-bottom:40px; } .m-page6 .m-intro .btn p:last-child { margin-bottom:60px; } .m-page6 .m-intro .btn p a { position: relative; display:block; height:80px; line-height:80px; font-size:34px; text-align:center; } .m-page6 .m-intro .btn p a span { position: absolute; top: 19px; left: 40px; display: inline-block; width:42px; height: 42px; } .m-page6 .m-intro .btn .time { background:#f0f0f0; } .m-page6 .m-intro .btn .tel { background:#73ba5d; } .m-page6 .m-intro .btn .time a { color:#717171; } .m-page6 .m-intro .btn .tel a { color:#fff; } .m-page7 .wbg { width:100%; height:100%;opacity:0.9;} .m-page7 .wbg img { width:100%; height:100%; } .m-page7 .wct { position:absolute; left:0; top:0; padding:0 20px; width:600px; height:100%; overflow: hidden; } .m-page7 .wct h3 { font-size:40px; color:#fff; text-align:center; margin-bottom:50px; padding-top:26px; letter-spacing:8px;text-shadow:6px -4px 12px #666;} .m-page7 .wct table { background:#ffffff; border:2px solid #c4c4c4; border-radius:10px; } .m-page7 .wct table tbody td,.m-page7 .wct table tbody th { font-size:28px; padding:13px 0; height:54px; border-bottom:2px solid #c4c4c4;overflow:hidden; } .m-page7 .wct table tbody th { font-weight:normal; color:#717171; } .m-page7 .wct table tbody th span { display:block; width:100%; border-right:2px solid #c4c4c4; letter-spacing:8px;} .m-page7 .wct table tbody td { padding-left:20px; } .m-page7 .wct table tbody td input { height:50px; width:350px; border:none; } .m-page7 .wct table tbody td.time input { width:30%; } .m-page7 .wct table tbody td p.sex {display:block;float:left;height:40px;font-size:26px;overflow:hidden;cursor:pointer;} .m-page7 .wct table tbody td p.sex span {display:block;float:left;} .m-page7 .wct table tbody td p.sex .select {padding:4px 0 0 4px;margin:7px 15px 0 0;width:18px;height:18px;border:1px solid #bef7f9;border-radius:50%;background:#f1f4f4; } .m-page7 .wct table tbody td p.sex .select strong.on{display:block;width:14px;height:14px;background:#2ef0f7;border-radius:50%; } .m-page7 .wct table tbody td p.sex:first-child {margin-right:40px;} .m-page7 .wct table tbody td p.student {display:block;float:left;height:40px;font-size:26px;overflow:hidden;cursor:pointer;} .m-page7 .wct table tbody td p.student span {display:block;float:left;} .m-page7 .wct table tbody td p.student .select {padding:4px 0 0 4px;margin:7px 15px 0 0;width:18px;height:18px;border:1px solid #bef7f9;border-radius:50%;background:#f1f4f4; } .m-page7 .wct table tbody td p.student .select strong.on{display:block;width:14px;height:14px;background:#2ef0f7;border-radius:50%; } .m-page7 .wct table tbody td p.student:first-child {margin-right:40px;} .m-page7 .wct table tbody td.time input:first-child { margin-right:5px; width:50%; } .m-page7 .wct table tbody tr:last-child td,.m-page7 .wct table tbody tr:last-child th { border-bottom:none; } .m-page7 .wct .submit { margin:45px auto; width:600px; height:80px; line-height:80px; border-radius:8px; background:#73ba5d; text-align:center; font-size:30px; letter-spacing:12px;} .m-page7 .wct .submit input { width:100%; height:100%; border:none; color:#fff; background:none; font-weight:bold; cursor:pointer;text-align:center} .m-page7 .wct .popup { position: fixed; left: 60px; top:50%; margin-top:-40px; width: 520px; padding: 30px 10px; text-align: center; font-size: 26px; border-radius: 8px; opacity: 0; z-index: -1; -webkit-transition: all 1.2s; -moz-transition: all 1.2s; -ms-transition: all 1.2s; -o-transition: all 1.2s; transition: all 1.2s; } .m-page7 .wct .popup.popup_error { background: #f48813; } .m-page7 .wct .popup.popup_sucess { background: rgba(0,0,0,0.7); color:#fff;} .m-page7 .wct .popup.on { opacity: 1; z-index: 99; } .m-page7 .wct .edit-more-info { height:70px; line-height:70px; margin-top:20px; text-align:center; font-size:28px; color:#000; border:2px solid #999; border-radius:8px; background:#fff; } .m-page7 .wct .share { margin:0 auto; width:600px; height:80px; } .share-content{position:fixed;} .m-page7 .wct .share a { display:block; width:100%; height:80px; line-height:80px; border-radius:8px; background:#fff; text-align:center; font-size:30px; color:#545454;letter-spacing:20px;font-weight: bold;} .m-page7 .wct .share .share_icon { display: inline-block; width: 42px; height: 42px; vertical-align: middle; } .m-page7 .popup-txt { position:absolute;left:0;bottom:-100%;width:100%;padding:40px 0;font-size:26px;opacity:0;color:#e23f06;font-weight:bold;text-align:center;} .m-page7 .popup-txt.txtHide { animation: txtHide 4s; -webkit-animation: txtHide 4s; -moz-animation: txtHide 4s; -o-animation: txtHide 4s; } /*新表单样式*/ .m-page7 .wct .wct_form { height:100%; overflow:hidden; width:1280px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .m-page7 .wct .tableWrap { float:left; width:600px; } .m-page7 .wct .tableWrap-1 { margin-right:20px; } .m-page7 .wct .tableWrap-2 { margin-left:20px; } .m-page7 .wct .wct_form.change { margin-left:-640px; } .m-page7 .wct .tableWrap-2 .submit-2 { display:inline-block; width:220px; margin-left:45px; } .m-page7 .wct .tableWrap-2 .submit-3 { display:inline-block; width:220px; margin-left:45px; background:#fa2929; } @keyframes txtHide { 0% { opacity:0.8; bottom:0; } 40% { opacity:0.7; bottom:0; } 90% { opacity:0; bottom:0; } 100% { bottom:-100%; } } @-webkit-keyframes txtHide { 0% { opacity:0.8; bottom:0; } 40% { opacity:0.7; bottom:0; } 90% { opacity:0; bottom:0; } 100% { bottom:-100%; } } @-moz-keyframes txtHide { 0% { opacity:0.8; bottom:0; } 40% { opacity:0.7; bottom:0; } 90 { opacity:0; bottom:0; } 100% { bottom:-100%; } } @-o-keyframes txtHide { 0% { opacity:0.8; bottom:0; } 40% { opacity:0.7; bottom:0; } 90% { opacity:0; bottom:0; } 100% { bottom:-100%; } } @-ms-keyframes txtHide { 0% { opacity:0.8; bottom:0; } 40% { opacity:0.7; bottom:0; } 90% { opacity:0; bottom:0; } 100% { bottom:-100%; } } /**loading****/ .loading{margin:0 auto; width:600px;position:fixed;top:38%;left:0;display:none;} .loading img{text-align:center;margin-left:48%;height:60px;width:60px;} /* share */ .share-content {position:fixed;left:0px;top:0px;height:100%; width:100%; background:rgba(0,0,0,0.7);opacity: 0;z-index:-1;} .m-spopup {width:84%; border-radius:8px;margin:80% auto 0;text-align:center; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; opacity: 0; } .share-content.open{ opacity: 1; } .share-content .m-spopup.open{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } .m-spopup a{display:inline-block;color:#fff;font-size:26px;margin:0px 12px;} .m-spopup a img{border-radius:12%;height:90px;width:90px;} .m-spopup .share-btn{background:#fff;border:1px solid #fff;border-radius:8px;display:block;color:#000;margin-top:30px;line-height:60px;} /* pageLoading */ .pageLoading { display:none; position:fixed; top:0; left:0; z-index:99999; height:100%; width:100%; background:rgba(0,0,0,0.6); } .pageLoading img { position:absolute; top:40%; left:50%; height:100px; width:100px; margin:-50px 0 0 -50px; } /* btn优化样式 */ .btn-boder-color.open { -moz-box-shadow: 0 0 8px rgba(241,68,40,0.8), 0 0 8px 2px rgba(241,68,40,0.4) inset; -ms-box-shadow: 0 0 8px rgba(241,68,40,0.8), 0 0 8px 2px rgba(241,68,40,0.4) inset; -o-box-shadow: 0 0 8px rgba(241,68,40,0.8), 0 0 8px 2px rgba(241,68,40,0.4) inset; -webkit-box-shadow: 0 0 8px rgba(241,68,40,0.8), 0 0 8px 2px rgba(241,68,40,0.4) inset; box-shadow: 0 0 8px(241,68,40,0.8), 0 0 8px 2px rgba(241,68,40,0.4) inset; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; -o-transition:all 0.6s; -ms-transition:all 0.6s; transition:all 0.6s; } /**微信分享****/ .weixin-share{position:fixed; top:0; left:0; z-index:9999; height:100%; width:100%; background:rgba(0,0,0,0.7);display:none;} .weixin-share img{height:auto;width:auto;position:absolute;right:50px;top:10px;} .dropdown-menu > li { float: left; margin: 3px; } .jb_map{width:640px;height:280px;background:url('map.png');position:relative;top:-280px;z-index:9999}
0.385143
0.121477
COLOR VARIABLE FOR THEME ====================================================*/ /*==================================================== MIXINS ====================================================*/ /*==================================================== common styles ====================================================*/ html, body { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #505050; line-height: 1.75em; background: #ebebeb; position: relative; } h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Slab', serif; font-weight: 400; color: #303030; } h1 { font-size: 3em; } h2 { font-size: 2.5em; } h3 { font-size: 2em; } h4 { font-size: 1.5em; } h5 { font-size: 1em; } h6 { font-size: 0.75em; } a { color: #00ada7; outline: none; } a:hover { color: #00ada7; } a:active, a:focus, a img { outline: none; } .btn { padding: 7px 14px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .btn-default { border: 1px solid #00ada7; background: #00ada7; color: #ffffff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .btn-default:hover { border: 1px solid #303030; background: #303030; color: #ffffff; } .btn-default:focus { outline: none; } .btn-default[disabled] { border: 1px solid #303030; background: #303030; color: #ffffff; } input[type="search"], input[type="text"], input[type="url"], input[type="email"], textarea { padding: 7px 7px; border: 1px solid #ebebeb; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } input[type="search"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #00ada7; outline: none; } blockquote { border-left: 4px solid #00ada7; font-family: 'Roboto Slab', serif; font-style: italic; } pre { padding: 0; background: none; border: none; } ::-moz-selection { color: #ffffff; background: #00ada7; text-shadow: none; } ::selection { color: #ffffff; background: #00ada7; text-shadow: none; } /*==================================================== header ====================================================*/ .main-header { text-align: center; padding: 42px 0; background: #ffffff; } .main-header .branding { font-size: 3.5em; font-family: 'Roboto Slab', serif; color: #303030; } .main-header .branding:hover { text-decoration: none; } .main-header .branding img { max-width: 100%; } .navbar-header { text-align: center; } .navbar-header i { height: 56px; line-height: 56px; font-size: 2em; cursor: pointer; } .main-navigation { text-align: center; background: #ffffff; border-top: 1px solid #ebebeb; margin-bottom: 35px; } .main-navigation .menu { padding: 0; margin: 0; } .main-navigation .menu li { list-style: none; display: inline-block; position: relative; } .main-navigation .menu li a { color: #505050; line-height: 4em; display: block; padding: 0 21px; font-family: 'Roboto Slab', serif; } .main-navigation .menu li:hover > a { color: #00ada7; text-decoration: none; } .main-navigation .menu li.nav-current a { color: #00ada7; } .main-navigation .menu li ul { visibility: hidden; background: #ffffff; text-align: left; padding: 7px 0px; margin: 0; position: absolute; left: 0; top: 120%; width: 200px; z-index: 999; -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; -o-opacity: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .main-navigation .menu li ul li { display: block; margin: 0; } .main-navigation .menu li ul li a { line-height: 2.5em; color: #505050; } .main-navigation .menu li ul:hover > a { color: #00ada7; } .main-navigation .menu li:hover ul { visibility: visible; -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; filter: alpha(opacity=100); top: 100%; } /*==================================================== main post area ====================================================*/ .post { padding: 35px; background: #ffffff; margin-bottom: 35px; position: relative; overflow: hidden; } .post .featured { position: absolute; background: #00ada7; color: #ffffff; text-align: center; top: -12px; right: -32px; width: 80px; height: 40px; line-height: 54px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .post .featured i { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .post .post-head { text-align: center; } .post .post-head .post-title { margin: 0; line-height: 1em; } .post .post-head .post-title a { color: #303030; } .post .post-head .post-title a:hover, .post .post-head .post-title a:focus { text-decoration: none; } .post .post-head .post-meta { font-style: italic; color: #959595; margin: 14px 0 0px; } .post .post-head .post-meta span { margin: 0px 7px; white-space: nowrap; } .post .featured-media { margin-top: 30px; overflow: hidden; } .post .featured-media img { width: 100%; } .post .post-content { margin: 30px 0; } .post .post-content img { max-width: 100%; margin-bottom: 14px; } .post .post-footer { margin-top: 30px; border-top: 1px solid #ebebeb; padding: 21px 0 0; } .post .post-footer .tag-list { color: #959595; font-style: italic; line-height: 28px; } .post .post-footer .tag-list a { color: #959595; margin-left: 7px; } .post .post-footer .tag-list a:hover { color: #00ada7; } .post .post-footer .share .share-icons { padding: 0; margin: 0; } .post .post-footer .share .share-icons li { list-style: none; display: inline-block; } .post .post-footer .share .share-icons li a { color: #959595; text-align: center; } .post .post-footer .share .share-icons li a i { width: 28px; height: 28px; line-height: 28px; border: 1px solid #ebebeb; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; font-size: 12px; } .post .post-footer .share .share-icons li a:hover i { color: #ffffff; background: #00ada7; border: 1px solid #00ada7; } /*==================================================== pagination ====================================================*/ .pagination { margin: 0 0 35px; text-align: center; display: block; } .pagination a { text-align: center; display: inline-block; color: #ffffff; background: #00ada7; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .pagination a i { width: 36px; height: 36px; line-height: 36px; } .pagination a:hover { background: #505050; text-decoration: none; color: #ffffff; } .pagination .page-number { background: #00ada7; color: #ffffff; margin: 0 3px; display: inline-block; line-height: 36px; padding: 0 14px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } /*==================================================== about author and comment and next-prev link ====================================================*/ .about-author { background: #ffffff; padding: 35px; margin-bottom: 35px; } .about-author .avatar { width: 100px; height: 100px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .about-author .details { margin-left: 114px; } .about-author .author { font-size: 1.5em; margin-bottom: 7px; } .about-author .author a:hover { text-decoration: none; } .about-author .meta-info { font-style: italic; color: #959595; margin-bottom: 7px; } .about-author .meta-info span { margin-right: 14px; white-space: nowrap; } .about-author .meta-info span i { margin-right: 7px; } .comment-wrap { background: #ffffff; padding: 35px; margin-bottom: 35px; } .prev-next-wrap { margin-bottom: 35px; text-align: center; } /*==================================================== sidebar ====================================================*/ .sidebar .widget { background: #ffffff; padding: 21px 30px; } .main-footer .widget { padding: 0px 30px; } .widget { margin-bottom: 35px; } .widget .title { margin-top: 0; padding-bottom: 7px; border-bottom: 1px solid #ebebeb; margin-bottom: 21px; position: relative; } .widget .title:after { content: ""; width: 90px; height: 1px; background: #00ada7; position: absolute; left: 0; bottom: -1px; } .widget .social { padding: 0; margin: 0; } .widget .social li { display: inline-block; margin: 0 2px 5px 0; text-align: center; } .widget .social li a i { width: 35px; height: 35px; line-height: 35px; border: 1px solid #ebebeb; color: #959595; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .widget .social li a:hover i { color: #ffffff; background: #00ada7; border: 1px solid #00ada7; } .widget .tag-cloud a { border: 1px solid #ebebeb; padding: 2px 7px; color: #959595; line-height: 1.5em; display: inline-block; margin: 0 7px 7px 0; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .widget .tag-cloud a:hover { color: #ffffff; background: #00ada7; border: 1px solid #00ada7; text-decoration: none; } .widget .recent-post .recent-single-post { border-bottom: 1px dashed #ebebeb; padding-bottom: 14px; margin-bottom: 14px; } .widget .recent-post .recent-single-post .post-title { color: #505050; font-family: 'Roboto Slab', serif; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .widget .recent-post .recent-single-post .post-title:hover { color: #00ada7; text-decoration: none; } .widget .recent-post .recent-single-post .date { font-style: italic; color: #959595; } .widget .recent-post .recent-single-post:last-child { margin-bottom: 0; } .widget .newsletter .input-group { margin-bottom: 10px; display: block; } .widget .newsletter .input-group .email { width: 100%; } .widget .newsletter .input-group .btn { width: 100%; } .widget .ad { text-align: center; } .widget .ad img { max-width: 100%; } .widget .flkr-widget { list-style: none; padding-left: 0; } .widget .flkr-widget li { display: inline-block; margin: 0 5px 5px 0; } .widget .flkr-widget li a img { width: 70px; height: 70px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .widget .flkr-widget li a img:hover { -webkit-opacity: 0.8; -moz-opacity: 0.8; -ms-opacity: 0.8; -o-opacity: 0.8; opacity: 0.8; filter: alpha(opacity=80); } /*==================================================== Tag page & author page cover ====================================================*/ .cover { text-align: center; background: #ffffff; padding: 35px; margin-bottom: 35px; } .cover .tag-name { margin-top: 0; } .cover .post-count { margin-top: 7px; color: #959595; font-style: italic; } .cover .avatar { width: 100px; height: 100px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .cover .meta-info { color: #959595; font-style: italic; } .cover .meta-info span { margin: 0 7px; } .cover .meta-info span i { margin-right: 7px; } .cover .bio { margin-top: 7px; } /*==================================================== footer ====================================================*/ .main-footer { background: #202020; padding: 35px 0 0; color: #959595; } .main-footer .widget .title { color: #ffffff; border-bottom: 1px solid #303030; } .main-footer .widget .tag-cloud a { border: 1px solid #303030; } .main-footer .widget .tag-cloud a:hover { border: 1px solid #00ada7; } .main-footer .widget .recent-post .recent-single-post { border-bottom: 1px dashed #303030; } .main-footer .widget .recent-post .recent-single-post .post-title { color: #959595; } .main-footer .widget .recent-post .recent-single-post .post-title:hover { color: #00ada7; } .main-footer .widget .recent-post .recent-single-post .date { color: #505050; } .copyright { background: #111111; text-align: center; color: #ffffff; padding-top: 28px; padding-bottom: 28px; border-top: 1px solid #303030; } #back-to-top { position: fixed; right: 10px; bottom: 10px; background: rgba(0, 173, 167, 0.6); color: #ffffff; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; z-index: 1; display: none; } #back-to-top:hover { background: #00ada7; } #back-to-top i { width: 30px; height: 30px; line-height: 30px; } /*==================================================== media query ====================================================*/ @media (max-width: 767px) { .main-navigation { text-align: left; } .main-navigation .menu li { display: block; } .main-navigation .menu li:hover > a { color: #00ada7; text-decoration: none; } .main-navigation .menu li ul { visibility: visible; padding: 0px 0px 0px 20px; margin: 0; position: relative; top: 0; width: 100%; -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; filter: alpha(opacity=100); } .prev-next-wrap a { display: block; } } @media (min-width: 768px) { .nav-toggle-button { display: none; } }
content/themes/alvaro/assets/css/style-custom.css
COLOR VARIABLE FOR THEME ====================================================*/ /*==================================================== MIXINS ====================================================*/ /*==================================================== common styles ====================================================*/ html, body { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #505050; line-height: 1.75em; background: #ebebeb; position: relative; } h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Slab', serif; font-weight: 400; color: #303030; } h1 { font-size: 3em; } h2 { font-size: 2.5em; } h3 { font-size: 2em; } h4 { font-size: 1.5em; } h5 { font-size: 1em; } h6 { font-size: 0.75em; } a { color: #00ada7; outline: none; } a:hover { color: #00ada7; } a:active, a:focus, a img { outline: none; } .btn { padding: 7px 14px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .btn-default { border: 1px solid #00ada7; background: #00ada7; color: #ffffff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .btn-default:hover { border: 1px solid #303030; background: #303030; color: #ffffff; } .btn-default:focus { outline: none; } .btn-default[disabled] { border: 1px solid #303030; background: #303030; color: #ffffff; } input[type="search"], input[type="text"], input[type="url"], input[type="email"], textarea { padding: 7px 7px; border: 1px solid #ebebeb; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } input[type="search"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #00ada7; outline: none; } blockquote { border-left: 4px solid #00ada7; font-family: 'Roboto Slab', serif; font-style: italic; } pre { padding: 0; background: none; border: none; } ::-moz-selection { color: #ffffff; background: #00ada7; text-shadow: none; } ::selection { color: #ffffff; background: #00ada7; text-shadow: none; } /*==================================================== header ====================================================*/ .main-header { text-align: center; padding: 42px 0; background: #ffffff; } .main-header .branding { font-size: 3.5em; font-family: 'Roboto Slab', serif; color: #303030; } .main-header .branding:hover { text-decoration: none; } .main-header .branding img { max-width: 100%; } .navbar-header { text-align: center; } .navbar-header i { height: 56px; line-height: 56px; font-size: 2em; cursor: pointer; } .main-navigation { text-align: center; background: #ffffff; border-top: 1px solid #ebebeb; margin-bottom: 35px; } .main-navigation .menu { padding: 0; margin: 0; } .main-navigation .menu li { list-style: none; display: inline-block; position: relative; } .main-navigation .menu li a { color: #505050; line-height: 4em; display: block; padding: 0 21px; font-family: 'Roboto Slab', serif; } .main-navigation .menu li:hover > a { color: #00ada7; text-decoration: none; } .main-navigation .menu li.nav-current a { color: #00ada7; } .main-navigation .menu li ul { visibility: hidden; background: #ffffff; text-align: left; padding: 7px 0px; margin: 0; position: absolute; left: 0; top: 120%; width: 200px; z-index: 999; -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; -o-opacity: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .main-navigation .menu li ul li { display: block; margin: 0; } .main-navigation .menu li ul li a { line-height: 2.5em; color: #505050; } .main-navigation .menu li ul:hover > a { color: #00ada7; } .main-navigation .menu li:hover ul { visibility: visible; -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; filter: alpha(opacity=100); top: 100%; } /*==================================================== main post area ====================================================*/ .post { padding: 35px; background: #ffffff; margin-bottom: 35px; position: relative; overflow: hidden; } .post .featured { position: absolute; background: #00ada7; color: #ffffff; text-align: center; top: -12px; right: -32px; width: 80px; height: 40px; line-height: 54px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .post .featured i { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .post .post-head { text-align: center; } .post .post-head .post-title { margin: 0; line-height: 1em; } .post .post-head .post-title a { color: #303030; } .post .post-head .post-title a:hover, .post .post-head .post-title a:focus { text-decoration: none; } .post .post-head .post-meta { font-style: italic; color: #959595; margin: 14px 0 0px; } .post .post-head .post-meta span { margin: 0px 7px; white-space: nowrap; } .post .featured-media { margin-top: 30px; overflow: hidden; } .post .featured-media img { width: 100%; } .post .post-content { margin: 30px 0; } .post .post-content img { max-width: 100%; margin-bottom: 14px; } .post .post-footer { margin-top: 30px; border-top: 1px solid #ebebeb; padding: 21px 0 0; } .post .post-footer .tag-list { color: #959595; font-style: italic; line-height: 28px; } .post .post-footer .tag-list a { color: #959595; margin-left: 7px; } .post .post-footer .tag-list a:hover { color: #00ada7; } .post .post-footer .share .share-icons { padding: 0; margin: 0; } .post .post-footer .share .share-icons li { list-style: none; display: inline-block; } .post .post-footer .share .share-icons li a { color: #959595; text-align: center; } .post .post-footer .share .share-icons li a i { width: 28px; height: 28px; line-height: 28px; border: 1px solid #ebebeb; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; font-size: 12px; } .post .post-footer .share .share-icons li a:hover i { color: #ffffff; background: #00ada7; border: 1px solid #00ada7; } /*==================================================== pagination ====================================================*/ .pagination { margin: 0 0 35px; text-align: center; display: block; } .pagination a { text-align: center; display: inline-block; color: #ffffff; background: #00ada7; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .pagination a i { width: 36px; height: 36px; line-height: 36px; } .pagination a:hover { background: #505050; text-decoration: none; color: #ffffff; } .pagination .page-number { background: #00ada7; color: #ffffff; margin: 0 3px; display: inline-block; line-height: 36px; padding: 0 14px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } /*==================================================== about author and comment and next-prev link ====================================================*/ .about-author { background: #ffffff; padding: 35px; margin-bottom: 35px; } .about-author .avatar { width: 100px; height: 100px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .about-author .details { margin-left: 114px; } .about-author .author { font-size: 1.5em; margin-bottom: 7px; } .about-author .author a:hover { text-decoration: none; } .about-author .meta-info { font-style: italic; color: #959595; margin-bottom: 7px; } .about-author .meta-info span { margin-right: 14px; white-space: nowrap; } .about-author .meta-info span i { margin-right: 7px; } .comment-wrap { background: #ffffff; padding: 35px; margin-bottom: 35px; } .prev-next-wrap { margin-bottom: 35px; text-align: center; } /*==================================================== sidebar ====================================================*/ .sidebar .widget { background: #ffffff; padding: 21px 30px; } .main-footer .widget { padding: 0px 30px; } .widget { margin-bottom: 35px; } .widget .title { margin-top: 0; padding-bottom: 7px; border-bottom: 1px solid #ebebeb; margin-bottom: 21px; position: relative; } .widget .title:after { content: ""; width: 90px; height: 1px; background: #00ada7; position: absolute; left: 0; bottom: -1px; } .widget .social { padding: 0; margin: 0; } .widget .social li { display: inline-block; margin: 0 2px 5px 0; text-align: center; } .widget .social li a i { width: 35px; height: 35px; line-height: 35px; border: 1px solid #ebebeb; color: #959595; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .widget .social li a:hover i { color: #ffffff; background: #00ada7; border: 1px solid #00ada7; } .widget .tag-cloud a { border: 1px solid #ebebeb; padding: 2px 7px; color: #959595; line-height: 1.5em; display: inline-block; margin: 0 7px 7px 0; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .widget .tag-cloud a:hover { color: #ffffff; background: #00ada7; border: 1px solid #00ada7; text-decoration: none; } .widget .recent-post .recent-single-post { border-bottom: 1px dashed #ebebeb; padding-bottom: 14px; margin-bottom: 14px; } .widget .recent-post .recent-single-post .post-title { color: #505050; font-family: 'Roboto Slab', serif; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .widget .recent-post .recent-single-post .post-title:hover { color: #00ada7; text-decoration: none; } .widget .recent-post .recent-single-post .date { font-style: italic; color: #959595; } .widget .recent-post .recent-single-post:last-child { margin-bottom: 0; } .widget .newsletter .input-group { margin-bottom: 10px; display: block; } .widget .newsletter .input-group .email { width: 100%; } .widget .newsletter .input-group .btn { width: 100%; } .widget .ad { text-align: center; } .widget .ad img { max-width: 100%; } .widget .flkr-widget { list-style: none; padding-left: 0; } .widget .flkr-widget li { display: inline-block; margin: 0 5px 5px 0; } .widget .flkr-widget li a img { width: 70px; height: 70px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .widget .flkr-widget li a img:hover { -webkit-opacity: 0.8; -moz-opacity: 0.8; -ms-opacity: 0.8; -o-opacity: 0.8; opacity: 0.8; filter: alpha(opacity=80); } /*==================================================== Tag page & author page cover ====================================================*/ .cover { text-align: center; background: #ffffff; padding: 35px; margin-bottom: 35px; } .cover .tag-name { margin-top: 0; } .cover .post-count { margin-top: 7px; color: #959595; font-style: italic; } .cover .avatar { width: 100px; height: 100px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .cover .meta-info { color: #959595; font-style: italic; } .cover .meta-info span { margin: 0 7px; } .cover .meta-info span i { margin-right: 7px; } .cover .bio { margin-top: 7px; } /*==================================================== footer ====================================================*/ .main-footer { background: #202020; padding: 35px 0 0; color: #959595; } .main-footer .widget .title { color: #ffffff; border-bottom: 1px solid #303030; } .main-footer .widget .tag-cloud a { border: 1px solid #303030; } .main-footer .widget .tag-cloud a:hover { border: 1px solid #00ada7; } .main-footer .widget .recent-post .recent-single-post { border-bottom: 1px dashed #303030; } .main-footer .widget .recent-post .recent-single-post .post-title { color: #959595; } .main-footer .widget .recent-post .recent-single-post .post-title:hover { color: #00ada7; } .main-footer .widget .recent-post .recent-single-post .date { color: #505050; } .copyright { background: #111111; text-align: center; color: #ffffff; padding-top: 28px; padding-bottom: 28px; border-top: 1px solid #303030; } #back-to-top { position: fixed; right: 10px; bottom: 10px; background: rgba(0, 173, 167, 0.6); color: #ffffff; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; z-index: 1; display: none; } #back-to-top:hover { background: #00ada7; } #back-to-top i { width: 30px; height: 30px; line-height: 30px; } /*==================================================== media query ====================================================*/ @media (max-width: 767px) { .main-navigation { text-align: left; } .main-navigation .menu li { display: block; } .main-navigation .menu li:hover > a { color: #00ada7; text-decoration: none; } .main-navigation .menu li ul { visibility: visible; padding: 0px 0px 0px 20px; margin: 0; position: relative; top: 0; width: 100%; -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; filter: alpha(opacity=100); } .prev-next-wrap a { display: block; } } @media (min-width: 768px) { .nav-toggle-button { display: none; } }
0.397237
0.071332
@font-face { font-family: "Mada"; src: url("../fonts/Mada-Regular.ttf"); } @font-face { font-family: "Mada Bold"; src: url("../fonts/Mada-Bold.ttf"); font-weight: bold; } @font-face{ font-family: "Mada Light"; src: url("../fonts/Mada-Light.ttf"); } @font-face{ font-family: "Mada Black"; src: url("../fonts/Mada-Black.ttf"); } ul{ background-color: #007bff00; } body { font-family: "Mada"; font-weight: 300; background-color: white; } .button-div{ position:absolute; bottom:0; height: 50px; background-color: #601035; } .vertical-center { margin: auto; width: 50%; padding: 20px; } .navbar-text p { margin-bottom: 5px; font-size: 13px; } .center{ text-align: center; } .m-li{ margin: 0px 10px; } .m-contact-info{ margin-left: 30px; } .m-text-decription{ margin-top: 30px; margin-bottom: 15px; } .bg-header-compania{ background-image: url("../imgs/compania_fondo.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-size: 100%; display: table; width: 100%; } .bg-header-servicio{ background-image: url("../imgs/servicio_fondo.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-size: 100%; display: table; width: 100%; } .bg-header-casos{ background-image: url("../imgs/casos_fondo.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-size: 100%; display: table; width: 100%; } .bg-header-contacto{ background-image: url("../imgs/contacto_fondo.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-size: 100% 100%; display: table; width: 100%; } .header-title{ display: table-cell; vertical-align: middle; text-align: center; } .centered-text{ text-align: center; } .enviar-button{ width: 100%; height: 65px; background-color: white; color: #888a8c; } .success{ color:white; } input, textarea{ border-radius: 0rem !important; } .social-icon{ height: 36px; } .p-21{ font-size: 21px; color: #BBBBBB; } .bottom-20{ padding-bottom: 40px } footer{ background-color: white; height: 130px; padding-top: 60px; font-size: 10px; } .footer-text{ text-align: center; color: #888a8c; } .div-bg{ height:350px; margin-top: 40px; } /*****************************/ /*Estudios de opinion publica*/ /*****************************/ .templelogo{ position: absolute; top: 7.8%; left: 6.8%; } .numeros{ color: #fff; position: absolute; top: 3%; left: 70%; } .introd{ color: #fff; position: absolute; top: 25%; left: 15%; } .solici{ font-family: 'Mada'; color: #fff; /* position: relative;*/ background: rgba(236, 37, 82, 1); /*top: 73%;*/ left: 0%; padding: 3.5% 5.5%; border:none; } .solici:hover{ color:#fff; text-decoration: none; } .bg-header-estu-cuanti{ background-image: url("../imgs/adorno.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; display: table; width: 100%; height: 10rem; padding-top: 4rem; } .cuanti{ color:#AD003A; text-align: center; font-weight: bold; } .infocuanti{ color:#BBBBBB; font-size: 22px; text-align: center; } .tipoEstudio{ color:#601035; text-align: left; font-weight: bold; } ul>.opc { color:#67768A; list-style-image: url("../imgs/puntito.png"); } ul>.opcOtra{ color:#601035; list-style-image: url("../imgs/puntoAzul.png"); } .benchmark{ font-size: 16px; color:#BBBBBB; text-align: left; } .servi{ color: #fff; background:#601035; padding: 4.5% 16.5%; border: solid 1px #fff; } .servi:hover{ color: #fff; cursor: pointer; text-decoration:none; } .diseno{ color: #fff; font-size: 25px; text-align: center; padding-top: 7%; } .otros{ color: #2A445D; margin-bottom: 2%; } .bg-otros-servicios{ background-image: url("../imgs/otrosServicios.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-size: 100%; display: table; width: 100%; padding-top: 4%; padding-bottom:4%; } .ver{ color: #131C2E; background: transparent; border: solid 1px #131C2E; padding: 20px 40px; } .ver:hover{ color: #EC2552; text-decoration: none; border: solid 1px #EC2552; } .nav-link{ color: white; font-weight: 600; } .navbar-nav .nav-link{ margin-top: -3% } .contacto-link{ background-color: #ec2651; padding: 10px; width: 100%; } .medio-adorno{ background-image: url(../imgs/adorno.png); background-repeat: no-repeat; background-position-x: center; background-position-y: center; display: table; width: 100%; height: 10rem; position: relative; margin-top: -80px; z-index: 1; } .adorno-title{ background-image: url(../imgs/adorno.png); background-repeat: no-repeat; background-position-x: center; background-position-y: center; display: table; width: 100%; height: 10rem; position: relative; z-index: 1; } .fondo-tinto{ background-image: url(../imgs/fondo-tinto.png); background-repeat: no-repeat; background-position-x: center; background-position-y: center; display: table; width: 100%; height: 10rem; position: relative; z-index: 1; } .text-black{ color:black; } .center-title{ vertical-align: middle; line-height: 10rem; } .font-bold{ font-weight: bold; } .p-bottom{ bottom: 0; } .margin-top-30{ margin-top: 30px; } .div-img-container{ height: 120px; min-width: 120px; } .text-pink{ color: #ad073d; } .text-gray{ color: #BBBBBB; } .line-height-dot-5{ line-height: 0.5rem; } .ter{ font-size:14px;color: #fff; text-align:left; } @media only screen and (min-width:340px) and (max-width:1023px) { #datoSitio{ font-size: 16px !important; } } @media only screen and (min-width:1000px) and (max-width:1300px) { .ver{ top: 86% !important; } #spann{ font-size: 20px !important; } } @media only screen and (min-width:340px) and (max-width:760px) { #fotitos{ padding-left: 0% !important; width: 44%; } #imgsConsu{ width: 41%; } } @media only screen and (min-width:340px) and (max-width:790px) { #fotitos{ padding-left: 0% !important; } .bg-otros-servicios{ background-image: none; background: #f7f7f7; } #veo-veo{ margin-right: 12% !important; } #visto{ margin-right: 7% !important; } #infodiv{ border-right:0px solid #95989A !important; } #formita{ margin-left: 0px !important; } .ter-mobile{ text-align: center !important; } } @media only screen and (max-width:767px) { .bg-header-contacto{ background-image: none; background-color: #4d162a;; } .div-bg{ height: auto; } .templelogo{ height: 25%; } .numeros{ left: 35%; top: 10%; font-size: 10px; } .introd{ left: 3%; top:37%; } h1{ font-size:2rem; } } @media only screen and (min-width:768px) and (max-width:995px) { .numeros{ font-size: 11px !important; } } /*********************************/ /* Consultoria Politica */ /*********************************/ .estrate{ color:#AD003A; text-align: center; font-weight: bold; } html, body { max-width: 100%; overflow-x: hidden; } @media only screen and (max-width:850px) and (min-width:480px){ ul{ background-color: #ffffff00; } .contacto-link { background-color: #ec2651; padding: 12px; width: 25%; } .back-img{ background: url("../imgs/banner-consultoria-politica_480x500.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-opinion{ background: url("../imgs/banner-estudios-opinion-publica_480x500.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-home{ background: url("../imgs/banner-servicios-consultoria-opinion_480x500.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-promocion{ background: url("../imgs/banner-promocion-activacion_480x500.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } } @media only screen and (min-width:850px){ .back-img{ background: url("../imgs/banner-consultoria-politica.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-opinion{ background: url("../imgs/banner-estudios-opinion-publica.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-home{ background: url("../imgs/banner-servicios-consultoria-opinion.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-promocion{ background: url("../imgs/banner-promocion-activacion.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } } @media only screen and (max-width:480px){ ul{ background-color: #ffffff00; } .contacto-link { background-color: #ec2651; padding: 12px; width: 25%; border: 1px solid #ec2650; border-radius: 5px; } .title-margin-top{ margin-top: 50%; } .back-img{ background: url("../imgs/banner-consultoria-politica_480x640.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-opinion{ background: url("../imgs/banner-estudios-opinion-publica_480x640.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-home{ background: url("../imgs/banner-servicios-consultoria-opinion_480x640.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-promocion{ background: url("../imgs/banner-promocion-activacion_480x640.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } } /*Tamaño de fuente responsivos */ @media only screen and (min-width:1100px){ .sub{ color:white; top: 43%; font-size: 32px; font-family: "Mada Light"; } .sub-edop{ color:white; font-size: 25px; font-family: "Mada Light"; } .titulo{ color:white; font-size: 45px; font-family: "Mada Black"; } } @media only screen and (max-width:1100px){ .sub{ color:white; font-size: 30px; font-family: "Mada Light" } .titulo{ color:white; font-size: 40px; font-family: "Mada Black"; } } @media only screen and (max-width:800px) and (min-width:415px){ .sub{ top: 40%; font-size: 25px; font-family: "Mada Light" } .titulo{ color:white; font-size: 35px; font-family: "Mada Black"; } } @media only screen and (max-width:415px) { .sub{ font-size: 18px; font-family: "Mada Light" } .titulo{ color:white; font-size:25px; font-family: "Mada Black"; } } @media only screen and (min-width:800px){ .vh-height{ height: 100vh; } } @media only screen and (max-width:1360px){ .img-width{ width: 75px; } .brand-logo{ height:50px; } .nav-link{ font-size: 12px; } } .test{ position: absolute; top:35%; left:15%; } .consultoria-politica{ position: absolute; top:35%; left:15%; } .sub-edop{ color:white; } .titulo{ color:white; } .termAndConditions{ background: #131C2E; border-top: 1px solid white; } .termAndConditions div{ padding: 15px 0px; }
public/css/home.css
@font-face { font-family: "Mada"; src: url("../fonts/Mada-Regular.ttf"); } @font-face { font-family: "Mada Bold"; src: url("../fonts/Mada-Bold.ttf"); font-weight: bold; } @font-face{ font-family: "Mada Light"; src: url("../fonts/Mada-Light.ttf"); } @font-face{ font-family: "Mada Black"; src: url("../fonts/Mada-Black.ttf"); } ul{ background-color: #007bff00; } body { font-family: "Mada"; font-weight: 300; background-color: white; } .button-div{ position:absolute; bottom:0; height: 50px; background-color: #601035; } .vertical-center { margin: auto; width: 50%; padding: 20px; } .navbar-text p { margin-bottom: 5px; font-size: 13px; } .center{ text-align: center; } .m-li{ margin: 0px 10px; } .m-contact-info{ margin-left: 30px; } .m-text-decription{ margin-top: 30px; margin-bottom: 15px; } .bg-header-compania{ background-image: url("../imgs/compania_fondo.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-size: 100%; display: table; width: 100%; } .bg-header-servicio{ background-image: url("../imgs/servicio_fondo.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-size: 100%; display: table; width: 100%; } .bg-header-casos{ background-image: url("../imgs/casos_fondo.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-size: 100%; display: table; width: 100%; } .bg-header-contacto{ background-image: url("../imgs/contacto_fondo.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-size: 100% 100%; display: table; width: 100%; } .header-title{ display: table-cell; vertical-align: middle; text-align: center; } .centered-text{ text-align: center; } .enviar-button{ width: 100%; height: 65px; background-color: white; color: #888a8c; } .success{ color:white; } input, textarea{ border-radius: 0rem !important; } .social-icon{ height: 36px; } .p-21{ font-size: 21px; color: #BBBBBB; } .bottom-20{ padding-bottom: 40px } footer{ background-color: white; height: 130px; padding-top: 60px; font-size: 10px; } .footer-text{ text-align: center; color: #888a8c; } .div-bg{ height:350px; margin-top: 40px; } /*****************************/ /*Estudios de opinion publica*/ /*****************************/ .templelogo{ position: absolute; top: 7.8%; left: 6.8%; } .numeros{ color: #fff; position: absolute; top: 3%; left: 70%; } .introd{ color: #fff; position: absolute; top: 25%; left: 15%; } .solici{ font-family: 'Mada'; color: #fff; /* position: relative;*/ background: rgba(236, 37, 82, 1); /*top: 73%;*/ left: 0%; padding: 3.5% 5.5%; border:none; } .solici:hover{ color:#fff; text-decoration: none; } .bg-header-estu-cuanti{ background-image: url("../imgs/adorno.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; display: table; width: 100%; height: 10rem; padding-top: 4rem; } .cuanti{ color:#AD003A; text-align: center; font-weight: bold; } .infocuanti{ color:#BBBBBB; font-size: 22px; text-align: center; } .tipoEstudio{ color:#601035; text-align: left; font-weight: bold; } ul>.opc { color:#67768A; list-style-image: url("../imgs/puntito.png"); } ul>.opcOtra{ color:#601035; list-style-image: url("../imgs/puntoAzul.png"); } .benchmark{ font-size: 16px; color:#BBBBBB; text-align: left; } .servi{ color: #fff; background:#601035; padding: 4.5% 16.5%; border: solid 1px #fff; } .servi:hover{ color: #fff; cursor: pointer; text-decoration:none; } .diseno{ color: #fff; font-size: 25px; text-align: center; padding-top: 7%; } .otros{ color: #2A445D; margin-bottom: 2%; } .bg-otros-servicios{ background-image: url("../imgs/otrosServicios.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: center; background-size: 100%; display: table; width: 100%; padding-top: 4%; padding-bottom:4%; } .ver{ color: #131C2E; background: transparent; border: solid 1px #131C2E; padding: 20px 40px; } .ver:hover{ color: #EC2552; text-decoration: none; border: solid 1px #EC2552; } .nav-link{ color: white; font-weight: 600; } .navbar-nav .nav-link{ margin-top: -3% } .contacto-link{ background-color: #ec2651; padding: 10px; width: 100%; } .medio-adorno{ background-image: url(../imgs/adorno.png); background-repeat: no-repeat; background-position-x: center; background-position-y: center; display: table; width: 100%; height: 10rem; position: relative; margin-top: -80px; z-index: 1; } .adorno-title{ background-image: url(../imgs/adorno.png); background-repeat: no-repeat; background-position-x: center; background-position-y: center; display: table; width: 100%; height: 10rem; position: relative; z-index: 1; } .fondo-tinto{ background-image: url(../imgs/fondo-tinto.png); background-repeat: no-repeat; background-position-x: center; background-position-y: center; display: table; width: 100%; height: 10rem; position: relative; z-index: 1; } .text-black{ color:black; } .center-title{ vertical-align: middle; line-height: 10rem; } .font-bold{ font-weight: bold; } .p-bottom{ bottom: 0; } .margin-top-30{ margin-top: 30px; } .div-img-container{ height: 120px; min-width: 120px; } .text-pink{ color: #ad073d; } .text-gray{ color: #BBBBBB; } .line-height-dot-5{ line-height: 0.5rem; } .ter{ font-size:14px;color: #fff; text-align:left; } @media only screen and (min-width:340px) and (max-width:1023px) { #datoSitio{ font-size: 16px !important; } } @media only screen and (min-width:1000px) and (max-width:1300px) { .ver{ top: 86% !important; } #spann{ font-size: 20px !important; } } @media only screen and (min-width:340px) and (max-width:760px) { #fotitos{ padding-left: 0% !important; width: 44%; } #imgsConsu{ width: 41%; } } @media only screen and (min-width:340px) and (max-width:790px) { #fotitos{ padding-left: 0% !important; } .bg-otros-servicios{ background-image: none; background: #f7f7f7; } #veo-veo{ margin-right: 12% !important; } #visto{ margin-right: 7% !important; } #infodiv{ border-right:0px solid #95989A !important; } #formita{ margin-left: 0px !important; } .ter-mobile{ text-align: center !important; } } @media only screen and (max-width:767px) { .bg-header-contacto{ background-image: none; background-color: #4d162a;; } .div-bg{ height: auto; } .templelogo{ height: 25%; } .numeros{ left: 35%; top: 10%; font-size: 10px; } .introd{ left: 3%; top:37%; } h1{ font-size:2rem; } } @media only screen and (min-width:768px) and (max-width:995px) { .numeros{ font-size: 11px !important; } } /*********************************/ /* Consultoria Politica */ /*********************************/ .estrate{ color:#AD003A; text-align: center; font-weight: bold; } html, body { max-width: 100%; overflow-x: hidden; } @media only screen and (max-width:850px) and (min-width:480px){ ul{ background-color: #ffffff00; } .contacto-link { background-color: #ec2651; padding: 12px; width: 25%; } .back-img{ background: url("../imgs/banner-consultoria-politica_480x500.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-opinion{ background: url("../imgs/banner-estudios-opinion-publica_480x500.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-home{ background: url("../imgs/banner-servicios-consultoria-opinion_480x500.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-promocion{ background: url("../imgs/banner-promocion-activacion_480x500.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } } @media only screen and (min-width:850px){ .back-img{ background: url("../imgs/banner-consultoria-politica.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-opinion{ background: url("../imgs/banner-estudios-opinion-publica.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-home{ background: url("../imgs/banner-servicios-consultoria-opinion.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-promocion{ background: url("../imgs/banner-promocion-activacion.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } } @media only screen and (max-width:480px){ ul{ background-color: #ffffff00; } .contacto-link { background-color: #ec2651; padding: 12px; width: 25%; border: 1px solid #ec2650; border-radius: 5px; } .title-margin-top{ margin-top: 50%; } .back-img{ background: url("../imgs/banner-consultoria-politica_480x640.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-opinion{ background: url("../imgs/banner-estudios-opinion-publica_480x640.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-home{ background: url("../imgs/banner-servicios-consultoria-opinion_480x640.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } .back-img-promocion{ background: url("../imgs/banner-promocion-activacion_480x640.jpg") no-repeat top center ; background-size: 100% 100%; height: 100vh; width: 100%; } } /*Tamaño de fuente responsivos */ @media only screen and (min-width:1100px){ .sub{ color:white; top: 43%; font-size: 32px; font-family: "Mada Light"; } .sub-edop{ color:white; font-size: 25px; font-family: "Mada Light"; } .titulo{ color:white; font-size: 45px; font-family: "Mada Black"; } } @media only screen and (max-width:1100px){ .sub{ color:white; font-size: 30px; font-family: "Mada Light" } .titulo{ color:white; font-size: 40px; font-family: "Mada Black"; } } @media only screen and (max-width:800px) and (min-width:415px){ .sub{ top: 40%; font-size: 25px; font-family: "Mada Light" } .titulo{ color:white; font-size: 35px; font-family: "Mada Black"; } } @media only screen and (max-width:415px) { .sub{ font-size: 18px; font-family: "Mada Light" } .titulo{ color:white; font-size:25px; font-family: "Mada Black"; } } @media only screen and (min-width:800px){ .vh-height{ height: 100vh; } } @media only screen and (max-width:1360px){ .img-width{ width: 75px; } .brand-logo{ height:50px; } .nav-link{ font-size: 12px; } } .test{ position: absolute; top:35%; left:15%; } .consultoria-politica{ position: absolute; top:35%; left:15%; } .sub-edop{ color:white; } .titulo{ color:white; } .termAndConditions{ background: #131C2E; border-top: 1px solid white; } .termAndConditions div{ padding: 15px 0px; }
0.313315
0.069195
body{ background-color: rgba(0, 0, 0, 0.678); color: white; font-family: sans-serif; /* display: flex; */ font-family: 'Times New Roman', Times, serif; } #online{ margin-right: 0px; } #contacts{ border: 3px solid black; border-radius: 10px; text-align: center; height:30rem; overflow: scroll; } #user{ background-color: black; /* width: min-content; */ position: relative; padding: 1rem; margin: 1rem; cursor: pointer; border-radius: 10px; } .chat-space{ display: flex; flex-direction: row; margin: 3%; } #bodyLeft{ width: 80%; float:left; } #bodyRight{ width: 20em; float:right; } #status{ width: 1em; } #profile-btn{ width: fit-content; /* background-color: transparent; */ border-style: hidden; cursor: pointer; border-radius: 2em; /* align-items: center; */ margin-top: 2%; margin-left: 50%; } #profile-img{ /* width: 10%; */ height: 3em; border-radius: 1cm; } #logout-btn{ width: fit-content; /* background-color: transparent; */ border-style: hidden; cursor: pointer; border-radius: 1mm; } #logout-img{ /* width: 10%; */ height: 2em; } .home-header{ display: flex; flex-direction: row; /* width: 80%; */ } .home-header-left{ width: 40%; } .home-header-right{ width: 60%; } #recontainer{ margin-bottom: 1rem; margin-top: 1rem; width: 60%; height: 20rem; border: 3px solid black; overflow: scroll; border-radius: 10px; background-color: white; } #recieved-msgbox{ display: flex; justify-content: flex-start; width: 80%; } #sent-msgbox{ display: flex; justify-content: flex-end; width: 80%; } #containerrec{ width: 100%; display: flex; justify-content: left; } #containersend{ width: 100%; display: flex; justify-content: right; } #left{ width: auto; } #right{ width: auto; } #from{ color: red; font-weight: bold; font-size: 13px; text-align:left; } #message-box{ width: 100%; display: flex; } #message-text{ width: 60%; overflow-y: auto; max-height: 100px; } #send-btn{ display: flex; flex-direction: column; } #empty{ height:70%; } #message:empty::before{ /* border: 1px solid black; */ content: attr(placeholder); opacity: 0.6; } #message{ background-color: white; color: black; width: 100%; /* height: 3rem; */ border-radius: 2mm; /* overflow-y: auto; */ /* overflow-wrap: break-word; */ resize: none; padding-top: 1em; padding-bottom: 1em; } #time{ color: rgb(45, 49, 46); font-size: 1em; float:right; margin-top: 1em; } #msg{ background-color: grey; width: auto; border-radius: 4px; padding: 4px; overflow-y: auto; word-wrap: break-word; } #submitbutton img{ height: 3rem; } #submitbutton{ /* height: 2rem; */ /* width:7%; */ width: fit-content; border-radius:2em; background-color: rgb(209, 203, 203); border-style: none; cursor: pointer; } .sendto{ height: 2em; font-weight: bold; /* border: 1px solid black; */ /* border-radius: 10px; */ } .active{ color: rgb(72, 226, 72); } .idle{ color: orange; } .inactive{ color:rgb(255, 46, 46); } #recfrom{ height: 2em; border: 1px solid black; border-radius: 10px; }
static/css/home.css
body{ background-color: rgba(0, 0, 0, 0.678); color: white; font-family: sans-serif; /* display: flex; */ font-family: 'Times New Roman', Times, serif; } #online{ margin-right: 0px; } #contacts{ border: 3px solid black; border-radius: 10px; text-align: center; height:30rem; overflow: scroll; } #user{ background-color: black; /* width: min-content; */ position: relative; padding: 1rem; margin: 1rem; cursor: pointer; border-radius: 10px; } .chat-space{ display: flex; flex-direction: row; margin: 3%; } #bodyLeft{ width: 80%; float:left; } #bodyRight{ width: 20em; float:right; } #status{ width: 1em; } #profile-btn{ width: fit-content; /* background-color: transparent; */ border-style: hidden; cursor: pointer; border-radius: 2em; /* align-items: center; */ margin-top: 2%; margin-left: 50%; } #profile-img{ /* width: 10%; */ height: 3em; border-radius: 1cm; } #logout-btn{ width: fit-content; /* background-color: transparent; */ border-style: hidden; cursor: pointer; border-radius: 1mm; } #logout-img{ /* width: 10%; */ height: 2em; } .home-header{ display: flex; flex-direction: row; /* width: 80%; */ } .home-header-left{ width: 40%; } .home-header-right{ width: 60%; } #recontainer{ margin-bottom: 1rem; margin-top: 1rem; width: 60%; height: 20rem; border: 3px solid black; overflow: scroll; border-radius: 10px; background-color: white; } #recieved-msgbox{ display: flex; justify-content: flex-start; width: 80%; } #sent-msgbox{ display: flex; justify-content: flex-end; width: 80%; } #containerrec{ width: 100%; display: flex; justify-content: left; } #containersend{ width: 100%; display: flex; justify-content: right; } #left{ width: auto; } #right{ width: auto; } #from{ color: red; font-weight: bold; font-size: 13px; text-align:left; } #message-box{ width: 100%; display: flex; } #message-text{ width: 60%; overflow-y: auto; max-height: 100px; } #send-btn{ display: flex; flex-direction: column; } #empty{ height:70%; } #message:empty::before{ /* border: 1px solid black; */ content: attr(placeholder); opacity: 0.6; } #message{ background-color: white; color: black; width: 100%; /* height: 3rem; */ border-radius: 2mm; /* overflow-y: auto; */ /* overflow-wrap: break-word; */ resize: none; padding-top: 1em; padding-bottom: 1em; } #time{ color: rgb(45, 49, 46); font-size: 1em; float:right; margin-top: 1em; } #msg{ background-color: grey; width: auto; border-radius: 4px; padding: 4px; overflow-y: auto; word-wrap: break-word; } #submitbutton img{ height: 3rem; } #submitbutton{ /* height: 2rem; */ /* width:7%; */ width: fit-content; border-radius:2em; background-color: rgb(209, 203, 203); border-style: none; cursor: pointer; } .sendto{ height: 2em; font-weight: bold; /* border: 1px solid black; */ /* border-radius: 10px; */ } .active{ color: rgb(72, 226, 72); } .idle{ color: orange; } .inactive{ color:rgb(255, 46, 46); } #recfrom{ height: 2em; border: 1px solid black; border-radius: 10px; }
0.375363
0.069321
.Dashboard{ width: 100%; height: 100%; margin: 0; } .Header{ background: greenyellow; height: 7vh; position: relative; } .Header h2{ position: absolute; top: 8px; left: 50px; color: white; margin: 0; } .UserInfo{ position: absolute; bottom: -6px; right: 16px; } .UserInfo h3{ padding-right: 8px; } .UserInfo button{ border-width:0px; border:none; border-radius: 8px; background-color: wheat; } .UserInfo h3, .UserInfo button{ display: inline-block; } .LeftBox{ padding-top: 50px; background-color: #F2F2F2; width: 200px; min-height: calc(100vh - 7vh); display: inline-block; position: relative; } .LeftBox button{ color: white; background-color: rgb(124, 182, 38); border-radius: 24px; width: 100px; height: 50px; border-width: 1px; outline: none; font-size: 16px; font-weight: bold; } .LeftBox input{ display: none; } .LeftBox ul{ text-decoration: none; padding: 0; } .LeftBox ul li{ display: block; padding: 8px; } .LeftBox ul li a{ text-decoration: none; color: black; } .LeftBox h3{ position: absolute; bottom: 50px; left: 25px; font-weight: normal; } .RightBox{ display: inline-block; text-align: center; min-height: calc(100vh - 7vh); width: calc(100% - 200px); vertical-align: top; } .SearchBar{ width: 100%; margin-top: 25px; } .SearchBar input{ margin-top: 24px; margin-bottom: 10px; width: 450px; height: 30px; border-radius: 24px; background-color: #F2F2F2; padding-left: 16px; } .SearchBar input, .SearchBar input:focus{ border-width:0px; border:none; outline: none; } .SearchBar button{ height: 30px; width: 120px; color: white; background-color: greenyellow; border-radius: 24px; border-width:0px; border:none; font-weight: bold; font-size: 16px; } .ItemsBox{ margin: 0; margin-top: 50px; padding: 0; width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-content: flex-start; } .ItemBox{ background-color: #dadada; width: 100px; height: 130px; margin: 8px; padding: 8px; border-radius: 8px; position: relative; } .ItemBox:hover{ margin: 7px; border: solid 1px grey; } .ItemBox img{ width: 60px; height: 60px; } .ItemBox p{ position: absolute; font-weight: normal; font-size: 12px; padding: 8px; top: 60px; left: 0; text-align: center; } .ItemBox button{ background-color: rgb(124, 182, 38); color: white; font-weight: bold; position: absolute; bottom: 5px; left: 19px; border-radius: 8px; border: none; }
app/src/Dashboard.css
.Dashboard{ width: 100%; height: 100%; margin: 0; } .Header{ background: greenyellow; height: 7vh; position: relative; } .Header h2{ position: absolute; top: 8px; left: 50px; color: white; margin: 0; } .UserInfo{ position: absolute; bottom: -6px; right: 16px; } .UserInfo h3{ padding-right: 8px; } .UserInfo button{ border-width:0px; border:none; border-radius: 8px; background-color: wheat; } .UserInfo h3, .UserInfo button{ display: inline-block; } .LeftBox{ padding-top: 50px; background-color: #F2F2F2; width: 200px; min-height: calc(100vh - 7vh); display: inline-block; position: relative; } .LeftBox button{ color: white; background-color: rgb(124, 182, 38); border-radius: 24px; width: 100px; height: 50px; border-width: 1px; outline: none; font-size: 16px; font-weight: bold; } .LeftBox input{ display: none; } .LeftBox ul{ text-decoration: none; padding: 0; } .LeftBox ul li{ display: block; padding: 8px; } .LeftBox ul li a{ text-decoration: none; color: black; } .LeftBox h3{ position: absolute; bottom: 50px; left: 25px; font-weight: normal; } .RightBox{ display: inline-block; text-align: center; min-height: calc(100vh - 7vh); width: calc(100% - 200px); vertical-align: top; } .SearchBar{ width: 100%; margin-top: 25px; } .SearchBar input{ margin-top: 24px; margin-bottom: 10px; width: 450px; height: 30px; border-radius: 24px; background-color: #F2F2F2; padding-left: 16px; } .SearchBar input, .SearchBar input:focus{ border-width:0px; border:none; outline: none; } .SearchBar button{ height: 30px; width: 120px; color: white; background-color: greenyellow; border-radius: 24px; border-width:0px; border:none; font-weight: bold; font-size: 16px; } .ItemsBox{ margin: 0; margin-top: 50px; padding: 0; width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-content: flex-start; } .ItemBox{ background-color: #dadada; width: 100px; height: 130px; margin: 8px; padding: 8px; border-radius: 8px; position: relative; } .ItemBox:hover{ margin: 7px; border: solid 1px grey; } .ItemBox img{ width: 60px; height: 60px; } .ItemBox p{ position: absolute; font-weight: normal; font-size: 12px; padding: 8px; top: 60px; left: 0; text-align: center; } .ItemBox button{ background-color: rgb(124, 182, 38); color: white; font-weight: bold; position: absolute; bottom: 5px; left: 19px; border-radius: 8px; border: none; }
0.632389
0.0697
@charset "utf-8"; .center, .news_tab_nav { text-align: center } * { margin: 0; padding: 0 } .btn-cal, .mTab { max-width: 480px } .f12 { font-size: 12px } .f14 { font-size: 14px } .f16 { font-size: 16px } .f18 { font-size: 18px } .ti2 { text-indent: 2em } .pd10 { padding: 10px } .pdX10 { padding: 0 10px } .pdY10 { padding: 10px 0 } .pdY5 { padding: 5px 0 } .mgX10 { margin: 0 10px } .mgY10 { margin: 10px 0 } .mt10 { margin-top: 10px !important } .mt15 { margin-top: 15px !important } .mt20 { margin-top: 20px !important } .lh20 { line-height: 20px } .lh22 { line-height: 22px } .fccc { color: #ccc } .f999 { color: #999 } .fgray { color: gray } .f039, .fblue { color: #039 } .fgrn { color: #16ac0e } .ff60, .forge { color: #f60 } .ff90 { color: #f90 } .fc00 { color: #c00 } .f333 { color: #333 } .fdf3 { color: #df3031 } .f93 { color: #f93 } .f666 { color: #f66 } .clear { clear: both; height: 0; font-size: 0; visibility: hidden; line-height: 0 } .clearfix:after { clear: both; content: "\200B"; display: block; height: 0 } .hide, .none { display: none } .clearfix { *zoom: 1 } .flol { float: left } .flor { float: right } .rbox4 { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px } .rbox6 { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px } #cankao { margin-bottom: 10px } .news_tab { clear: both; border-bottom: 1px solid #dfdfdf; color: #333; padding: 0 12px; font-size: 14px; height: 41px; line-height: 41px } .mt10e { height: 10px; font-size: 0; background: #f4f4f4 } .news_tab_nav { float: left; white-space: nowrap; width: 33%; padding: 0 9px; min-width: 55px } .news_tab_nav.on { color: red; border-bottom: 2px solid red; font-size: 16px; line-height: 40px } .news_tab_nav strong { font-weight: 400 } .news_items_module_wrap { min-height: 200px } .news_items_module { width: 100%; height: 100%; margin: 0 auto } .calculator dl { padding: 6px 10px; display: table; width: 100%; line-height: 32px; border-top: 1px solid #f4f4f4 } .calculator dd, .calculator dt { display: table-cell; vertical-align: top } .calculator dl.not { border-top: 0 } .calculator dt { width: 6.5em } .calculator dd { position: relative; text-align: left; color: #999; font-size: 14px } .calculator .ipt-text, .calculator .ipt-texta { font-size: 16px; border: 0; line-height: normal; height: 32px } .calculator dd a { color: #999 } .calculator ul { border-bottom: 1px solid #f4f4f4; padding: 0 10px 10px } .calculator ul li { line-height: 22px; margin-top: 10px } .calculator ul li .ipt-cb { float: left; width: 20px; height: 20px; background: url(../../dist/img/icon-ipt.png) no-repeat; background-size: 40px auto; margin-right: 10px; -webkit-appearance: none !important; appearance: none !important; outline: 0; border: 0 } .calculator ul li .ipt-cb:checked { background-position: -20px 0 } .calculator .ipt-text { background-color: #fff; color: #999; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box } .calculator .ipt-text:focus { color: #333; background-color: #fff } .calculator .ipt-text:-webkit-input-placeholder { color: #999 } .calculator .ipt-texta { background-color: #fff; color: #999; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box } .calculator .ipt-texta:focus { color: #333; background-color: #fff } .calculator .ipt-texta:-webkit-input-placeholder { color: #999 } .calculator .flexbox i { margin: 0 5px; -moz-box-flex: 0; -webkit-box-flex: 0; box-flex: 0; line-height: 32px; font-style: normal } .calculator .flexbox i:first-child { margin-left: 0 } .calculator .flexbox i:last-child { margin-right: 0 } .calculator dd select { border: none; width: 100%; margin: 0; padding: 0; height: 32px; line-height: 32px; font: inherit; -webkit-appearance: none; color: #999; background-color: transparent } .hkmethods, .methodbox { border-bottom: 1px solid #f4f4f4 } .hkmethods, .hkmethodsa { height: 32px; line-height: 32px; background: #fafafa; font-size: 14px } .hkmethods { color: #999; border-top: 1px solid #f4f4f4 } .hkmethodsa { color: #999 } .methodbox p, .methodboxa p { line-height: 24px; color: #999; margin-top: 10px } .methodbox { padding: 25px 40px 15px } .methodbox.nob, .methodboxa.nob { border-bottom: 0 } .methodboxa { padding: 15px 40px 0 } .flexbox { display: box; display: -webkit-box; display: -moz-box; display: -ms-box; -webkit-box-orient: horizontal; box-orient: horizontal; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box } .flexbox > * { display: block; box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box } .mTab { margin: 0 auto } .mTab .flexbox { width: 100%; padding: 1px; border: 1px solid #f66; border-radius: 2px } .mTab a { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; box-flex: 1; text-align: center; border-radius: 2px; width: 50px; height: 30px; line-height: 30px; color: #f66 } .mTab a.active { background-color: #f66; color: #fff } .jsresults { padding: 0 10px; border-top: 1px solid #f4f4f4 } .jsresults h3 { color: #999; line-height: 32px } .jsresults01 { height: 140px; position: relative } .jsresults01:after { position: absolute; content: ''; right: -4px; top: 50%; margin-top: -7px; width: 15px; height: 15px; background: url(../../dist/img/arrs01.png) no-repeat; background-size: 15px auto } .jsresults10 .rquan { width: 140px; height: 140px; margin: 0 auto; background-size: 140px; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; box-flex: 1; position: relative } .jsresults10 .rquan .info { width: 70px; height: 20px; line-height: 20px; color: #999; position: absolute; top: 60px; left: 35px; text-align: center; font-size: 14px; z-index: 1 } .jsresults01 .quan .info, .jsresults10 .quan .info { line-height: 24px; top: 45px; left: 32px; text-align: center } .jsresults10 .quan { width: 140px; height: 140px; overflow: hidden; margin: 0 auto; background: url(../../dist/img/quan.png) no-repeat; background-size: 140px; position: relative } .jsresults10 .quan .info { width: 70px; height: 50px; color: #999; position: absolute } .jsresults10 .quan .info em { font-style: normal; color: #f66; display: block } .jsresults01 .quan { width: 140px; height: 140px; overflow: hidden; margin: 0 auto; background-size: 140px; position: relative } .jsresults01 .quan .info { width: 70px; height: 50px; color: #999; position: absolute; z-index: 1 } .jsresults01 .quan .info em { font-style: normal; color: #f66; display: block } .jsresults02 { margin-top: 20px } .jsresults02 dl { display: table; width: 100%; line-height: 30px } .jsresults02 dd, .jsresults02 dt { display: table-cell; vertical-align: top } .jsresults02 dt { width: 7.5em; padding-left: 25px } .jsresults02 dt.bj01, .jsresults02 dt.bj02, .jsresults02 dt.bj03 { background: url(../../dist/img/quan_icon.png) 0 6px no-repeat; background-size: 10px } .jsresults02 dt.bj02 { background-position: 0 -17px } .jsresults02 dt.bj03 { background-position: 0 -42px } .jsresults02 dd { position: relative; text-align: right; color: #999; font-size: 14px } .taxation01 { padding: 25px 40px; background: #fafafa } .jsresults03 { margin-top: 10px } .jsresults01 .rquan { width: 140px; height: 140px; margin: 0 auto; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; box-flex: 1; position: relative } .jsresults01 .rquan .info { width: 70px; height: 20px; line-height: 20px; color: #999; position: absolute; top: 60px; left: 35px; text-align: center; font-size: 14px; z-index: 1 } .jsresults03 dd, .mlist dd { position: relative; text-align: right; color: #999; font-size: 14px } .jsresults03 dl { display: table; line-height: 28px; width: 100% } .jsresults03 dd, .jsresults03 dt { display: table-cell; vertical-align: top } .jsresults03 dt { padding-left: 25px; width: 11em } .jsresults03 dt.bj01, .jsresults03 dt.bj02, .jsresults03 dt.bj03, .jsresults03 dt.bj04, .jsresults03 dt.bj05, .jsresults03 dt.bj06, .jsresults03 dt.bj07 { background: url(../../dist/img/quan_icon.png) 0 8px no-repeat; background-size: 10px } .jsresults03 dt.bj02 { background-position: 0 -20px } .jsresults03 dt.bj03 { background-position: 0 -42px } .jsresults03 dt.bj04 { background-position: 0 -68px } .jsresults03 dt.bj05 { background-position: 0 -92px } .jsresults03 dt.bj06 { background-position: 0 -142px } .jsresults03 dt.bj07 { background-position: 0 -117px } .mlist { padding: 10px } .mlist dl { display: table; width: 100%; line-height: 32px } .mlist dd, .mlist dt { display: table-cell; vertical-align: top } .mlist dt { width: 8em } .mlist dd a { color: #999 } .mlisttab { line-height: 32px; background: #e4e4e4; color: #333; font-size: 14px; padding: 0 } .mlisttab table { text-align: center; font-size: 14px; width: 100%; background: #fff } .mlisttab table th { padding: 0 5px; height: 30px; line-height: 30px; background-color: #e4e4e4; font-weight: 400 } .mlisttab table td { padding: 4px 5px; color: #999 } .mt32e, .mt32e a { color: #f66 } .mlisttab table td.lf4 { background: #f4f4f4; padding-left: 10px; text-align: left } .mt32e { line-height: 32px; font-size: 14px; background: #f4f4f4; padding: 6px 10px; text-align: right } .mt32e img { width: 12px; height: 16px; vertical-align: middle; margin-top: -4px; margin-right: 4px } .btn-cal { margin: 0 auto; display: block; height: 36px; line-height: 36px; font-size: 14px; border: none; border-radius: 2px; text-align: center; cursor: pointer; background-color: #df3031; color: #fff !important } .detailPage{ border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; height: 100%; overflow-y: scroll; } .detailPage::-webkit-scrollbar {/*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; } .detailPage::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: #535353; } .detailPage::-webkit-scrollbar-track {/*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); border-radius: 5px; background: #EDEDED; } .houseCal{ border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; } .calculatorhead { height: 40px; _height: 40px; position: relative; } .calculatorhead div { float: left; height: 39px; color: #333; line-height: 40px; font-size: 16px; padding: 0 16px; margin-right: 12px; border-top-left-radius: 4px; border-top-right-radius: 4px; border: 1px solid #ddd; border-bottom-style: none; } .calculatorhead .on { height: 40px; _height: 41px; padding: 0 17px; color: #fff; background-color: #b98660; border-style: none; } .calcontent { margin-bottom: 20px; width: 1178px; background-color: #f9f9f9; border: 1px solid #dcdcdc; border-top: 2px solid #b98660; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .calcontent .calleft { float: left; height: 100%; width: 587px; background-color: #fff; position: relative; border-right: 1px solid #dcdcdc; } .calcontent .calleft .item-mod { color: #333; padding-left: 180px; height: 40px; font-size: 14px; line-height: 40px; margin-top: 20px; } .calcontent .calleft .item-mod .item-label { float: left; width: 112px; color: #666; height: 40px; line-height: 40px; font-size: 14px; margin-left: -142px; text-align: right; } .calcontent .icon-help { cursor: pointer; margin-right: 10px; vertical-align: -2px; *vertical-align: middle; _margin-top: 13px; _margin-bottom: 13px; } .icon-help { width: 14px; height: 14px; background-position: -16px -129px; } .icon { display: inline-block; width: 16px; height: 16px; overflow: hidden; background-image: url(//pages.anjukestatic.com/usersite/site/img/common/icons-2.0.png); background-repeat: no-repeat; } .calcontent .calleft .item-bot { margin-top: 41px; padding-left: 142px; } .icon-arrow{ display: block; position: absolute; width: 0; height: 0; right: -15px; top: 50%; margin-top: -14px; border-left: 15px solid #c9c9c9; border-top: 15px dashed transparent; border-bottom: 15px dashed transparent; } .icon-arrow span{ display: block; overflow: hidden; position: absolute; height: 0; width: 0; left: -16px; top: -15px; border-left: 15px solid #fff; border-top: 15px dashed transparent; border-bottom: 15px dashed transparent; } .calcontent .calleft .item-mod .textbox { top: 4px; height: 32px; width: 270px; float: left; position: relative; } .calcontent .calleft .int-radio { width: 12px; height: 12px; margin-left: 32px; margin-right: 4px; _margin-top: 14px; _margin-bottom: 14px; } .calcontent .calleft .item-mod .textbox input { float: left; width: 244px; height: 30px; line-height: 30px; color: #333; z-index: 2; font-size: 14px; padding: 0 12px; border: 1px solid #e3e3e3; background-color: transparent; } .calcontent .calleft .item-mod .textbox em { _filter: alpha(opacity=0); position: absolute; display: block; top: 0; right: 11px; z-index: 1; color: #999; width: 48px; height: 32px; line-height: 32px; font-size: 14px; text-align: right; } .calcontent .calleft .item-bot .cal-button { display: inline-block; font-size: 16px; color: #fff; width: 150px; height: 40px; line-height: 40px; text-align: center; background-color: #f60; border-radius: 3px; } .calcontent .calleft .item-bot .cal-reset { color: #333; font-size: 14px; margin-left: 16px; } .calcontent .calright { width: 470px; height: 100%; float: left; padding-left: 61px; position: relative; } .calcontent .calright .default { margin-top: 165px; margin: 120px auto; width: 178px; height: 211px; } .calcontent .calright .default i { width: 178px; height: 178px; display: inline-block; background-image: url(../../dist/img/calculator-bg.png); } .calcontent .calright .resultContent { width: 466px; margin: 30px auto; } .calright li.title { margin-top: 32px; } .calright h2 { width: 110px; font-size: 15px; color: #333; font-weight: 700; } .calright li { margin-top: 22px; height: 32px; line-height: 32px; } .calright h3 { width: 155px; margin-right: 5px; } .calright h3 { font-weight: 700; text-align: right; color: #383e4b; float: left; font-size: 14px; } .calright span.on { color: #d64242; } .calright span { /*width: 90px;*/ margin-right: 5px; } .calright span { color: #3c3f46; font-size: 16px; font-family: Microsoft YaHei; font-weight: 700; float: left; } .note { color: #b3b6be; margin-top: 60px; }
dist/css/houseCal.css
@charset "utf-8"; .center, .news_tab_nav { text-align: center } * { margin: 0; padding: 0 } .btn-cal, .mTab { max-width: 480px } .f12 { font-size: 12px } .f14 { font-size: 14px } .f16 { font-size: 16px } .f18 { font-size: 18px } .ti2 { text-indent: 2em } .pd10 { padding: 10px } .pdX10 { padding: 0 10px } .pdY10 { padding: 10px 0 } .pdY5 { padding: 5px 0 } .mgX10 { margin: 0 10px } .mgY10 { margin: 10px 0 } .mt10 { margin-top: 10px !important } .mt15 { margin-top: 15px !important } .mt20 { margin-top: 20px !important } .lh20 { line-height: 20px } .lh22 { line-height: 22px } .fccc { color: #ccc } .f999 { color: #999 } .fgray { color: gray } .f039, .fblue { color: #039 } .fgrn { color: #16ac0e } .ff60, .forge { color: #f60 } .ff90 { color: #f90 } .fc00 { color: #c00 } .f333 { color: #333 } .fdf3 { color: #df3031 } .f93 { color: #f93 } .f666 { color: #f66 } .clear { clear: both; height: 0; font-size: 0; visibility: hidden; line-height: 0 } .clearfix:after { clear: both; content: "\200B"; display: block; height: 0 } .hide, .none { display: none } .clearfix { *zoom: 1 } .flol { float: left } .flor { float: right } .rbox4 { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px } .rbox6 { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px } #cankao { margin-bottom: 10px } .news_tab { clear: both; border-bottom: 1px solid #dfdfdf; color: #333; padding: 0 12px; font-size: 14px; height: 41px; line-height: 41px } .mt10e { height: 10px; font-size: 0; background: #f4f4f4 } .news_tab_nav { float: left; white-space: nowrap; width: 33%; padding: 0 9px; min-width: 55px } .news_tab_nav.on { color: red; border-bottom: 2px solid red; font-size: 16px; line-height: 40px } .news_tab_nav strong { font-weight: 400 } .news_items_module_wrap { min-height: 200px } .news_items_module { width: 100%; height: 100%; margin: 0 auto } .calculator dl { padding: 6px 10px; display: table; width: 100%; line-height: 32px; border-top: 1px solid #f4f4f4 } .calculator dd, .calculator dt { display: table-cell; vertical-align: top } .calculator dl.not { border-top: 0 } .calculator dt { width: 6.5em } .calculator dd { position: relative; text-align: left; color: #999; font-size: 14px } .calculator .ipt-text, .calculator .ipt-texta { font-size: 16px; border: 0; line-height: normal; height: 32px } .calculator dd a { color: #999 } .calculator ul { border-bottom: 1px solid #f4f4f4; padding: 0 10px 10px } .calculator ul li { line-height: 22px; margin-top: 10px } .calculator ul li .ipt-cb { float: left; width: 20px; height: 20px; background: url(../../dist/img/icon-ipt.png) no-repeat; background-size: 40px auto; margin-right: 10px; -webkit-appearance: none !important; appearance: none !important; outline: 0; border: 0 } .calculator ul li .ipt-cb:checked { background-position: -20px 0 } .calculator .ipt-text { background-color: #fff; color: #999; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box } .calculator .ipt-text:focus { color: #333; background-color: #fff } .calculator .ipt-text:-webkit-input-placeholder { color: #999 } .calculator .ipt-texta { background-color: #fff; color: #999; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box } .calculator .ipt-texta:focus { color: #333; background-color: #fff } .calculator .ipt-texta:-webkit-input-placeholder { color: #999 } .calculator .flexbox i { margin: 0 5px; -moz-box-flex: 0; -webkit-box-flex: 0; box-flex: 0; line-height: 32px; font-style: normal } .calculator .flexbox i:first-child { margin-left: 0 } .calculator .flexbox i:last-child { margin-right: 0 } .calculator dd select { border: none; width: 100%; margin: 0; padding: 0; height: 32px; line-height: 32px; font: inherit; -webkit-appearance: none; color: #999; background-color: transparent } .hkmethods, .methodbox { border-bottom: 1px solid #f4f4f4 } .hkmethods, .hkmethodsa { height: 32px; line-height: 32px; background: #fafafa; font-size: 14px } .hkmethods { color: #999; border-top: 1px solid #f4f4f4 } .hkmethodsa { color: #999 } .methodbox p, .methodboxa p { line-height: 24px; color: #999; margin-top: 10px } .methodbox { padding: 25px 40px 15px } .methodbox.nob, .methodboxa.nob { border-bottom: 0 } .methodboxa { padding: 15px 40px 0 } .flexbox { display: box; display: -webkit-box; display: -moz-box; display: -ms-box; -webkit-box-orient: horizontal; box-orient: horizontal; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box } .flexbox > * { display: block; box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box } .mTab { margin: 0 auto } .mTab .flexbox { width: 100%; padding: 1px; border: 1px solid #f66; border-radius: 2px } .mTab a { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; box-flex: 1; text-align: center; border-radius: 2px; width: 50px; height: 30px; line-height: 30px; color: #f66 } .mTab a.active { background-color: #f66; color: #fff } .jsresults { padding: 0 10px; border-top: 1px solid #f4f4f4 } .jsresults h3 { color: #999; line-height: 32px } .jsresults01 { height: 140px; position: relative } .jsresults01:after { position: absolute; content: ''; right: -4px; top: 50%; margin-top: -7px; width: 15px; height: 15px; background: url(../../dist/img/arrs01.png) no-repeat; background-size: 15px auto } .jsresults10 .rquan { width: 140px; height: 140px; margin: 0 auto; background-size: 140px; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; box-flex: 1; position: relative } .jsresults10 .rquan .info { width: 70px; height: 20px; line-height: 20px; color: #999; position: absolute; top: 60px; left: 35px; text-align: center; font-size: 14px; z-index: 1 } .jsresults01 .quan .info, .jsresults10 .quan .info { line-height: 24px; top: 45px; left: 32px; text-align: center } .jsresults10 .quan { width: 140px; height: 140px; overflow: hidden; margin: 0 auto; background: url(../../dist/img/quan.png) no-repeat; background-size: 140px; position: relative } .jsresults10 .quan .info { width: 70px; height: 50px; color: #999; position: absolute } .jsresults10 .quan .info em { font-style: normal; color: #f66; display: block } .jsresults01 .quan { width: 140px; height: 140px; overflow: hidden; margin: 0 auto; background-size: 140px; position: relative } .jsresults01 .quan .info { width: 70px; height: 50px; color: #999; position: absolute; z-index: 1 } .jsresults01 .quan .info em { font-style: normal; color: #f66; display: block } .jsresults02 { margin-top: 20px } .jsresults02 dl { display: table; width: 100%; line-height: 30px } .jsresults02 dd, .jsresults02 dt { display: table-cell; vertical-align: top } .jsresults02 dt { width: 7.5em; padding-left: 25px } .jsresults02 dt.bj01, .jsresults02 dt.bj02, .jsresults02 dt.bj03 { background: url(../../dist/img/quan_icon.png) 0 6px no-repeat; background-size: 10px } .jsresults02 dt.bj02 { background-position: 0 -17px } .jsresults02 dt.bj03 { background-position: 0 -42px } .jsresults02 dd { position: relative; text-align: right; color: #999; font-size: 14px } .taxation01 { padding: 25px 40px; background: #fafafa } .jsresults03 { margin-top: 10px } .jsresults01 .rquan { width: 140px; height: 140px; margin: 0 auto; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; box-flex: 1; position: relative } .jsresults01 .rquan .info { width: 70px; height: 20px; line-height: 20px; color: #999; position: absolute; top: 60px; left: 35px; text-align: center; font-size: 14px; z-index: 1 } .jsresults03 dd, .mlist dd { position: relative; text-align: right; color: #999; font-size: 14px } .jsresults03 dl { display: table; line-height: 28px; width: 100% } .jsresults03 dd, .jsresults03 dt { display: table-cell; vertical-align: top } .jsresults03 dt { padding-left: 25px; width: 11em } .jsresults03 dt.bj01, .jsresults03 dt.bj02, .jsresults03 dt.bj03, .jsresults03 dt.bj04, .jsresults03 dt.bj05, .jsresults03 dt.bj06, .jsresults03 dt.bj07 { background: url(../../dist/img/quan_icon.png) 0 8px no-repeat; background-size: 10px } .jsresults03 dt.bj02 { background-position: 0 -20px } .jsresults03 dt.bj03 { background-position: 0 -42px } .jsresults03 dt.bj04 { background-position: 0 -68px } .jsresults03 dt.bj05 { background-position: 0 -92px } .jsresults03 dt.bj06 { background-position: 0 -142px } .jsresults03 dt.bj07 { background-position: 0 -117px } .mlist { padding: 10px } .mlist dl { display: table; width: 100%; line-height: 32px } .mlist dd, .mlist dt { display: table-cell; vertical-align: top } .mlist dt { width: 8em } .mlist dd a { color: #999 } .mlisttab { line-height: 32px; background: #e4e4e4; color: #333; font-size: 14px; padding: 0 } .mlisttab table { text-align: center; font-size: 14px; width: 100%; background: #fff } .mlisttab table th { padding: 0 5px; height: 30px; line-height: 30px; background-color: #e4e4e4; font-weight: 400 } .mlisttab table td { padding: 4px 5px; color: #999 } .mt32e, .mt32e a { color: #f66 } .mlisttab table td.lf4 { background: #f4f4f4; padding-left: 10px; text-align: left } .mt32e { line-height: 32px; font-size: 14px; background: #f4f4f4; padding: 6px 10px; text-align: right } .mt32e img { width: 12px; height: 16px; vertical-align: middle; margin-top: -4px; margin-right: 4px } .btn-cal { margin: 0 auto; display: block; height: 36px; line-height: 36px; font-size: 14px; border: none; border-radius: 2px; text-align: center; cursor: pointer; background-color: #df3031; color: #fff !important } .detailPage{ border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; height: 100%; overflow-y: scroll; } .detailPage::-webkit-scrollbar {/*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; } .detailPage::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: #535353; } .detailPage::-webkit-scrollbar-track {/*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); border-radius: 5px; background: #EDEDED; } .houseCal{ border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; } .calculatorhead { height: 40px; _height: 40px; position: relative; } .calculatorhead div { float: left; height: 39px; color: #333; line-height: 40px; font-size: 16px; padding: 0 16px; margin-right: 12px; border-top-left-radius: 4px; border-top-right-radius: 4px; border: 1px solid #ddd; border-bottom-style: none; } .calculatorhead .on { height: 40px; _height: 41px; padding: 0 17px; color: #fff; background-color: #b98660; border-style: none; } .calcontent { margin-bottom: 20px; width: 1178px; background-color: #f9f9f9; border: 1px solid #dcdcdc; border-top: 2px solid #b98660; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .calcontent .calleft { float: left; height: 100%; width: 587px; background-color: #fff; position: relative; border-right: 1px solid #dcdcdc; } .calcontent .calleft .item-mod { color: #333; padding-left: 180px; height: 40px; font-size: 14px; line-height: 40px; margin-top: 20px; } .calcontent .calleft .item-mod .item-label { float: left; width: 112px; color: #666; height: 40px; line-height: 40px; font-size: 14px; margin-left: -142px; text-align: right; } .calcontent .icon-help { cursor: pointer; margin-right: 10px; vertical-align: -2px; *vertical-align: middle; _margin-top: 13px; _margin-bottom: 13px; } .icon-help { width: 14px; height: 14px; background-position: -16px -129px; } .icon { display: inline-block; width: 16px; height: 16px; overflow: hidden; background-image: url(//pages.anjukestatic.com/usersite/site/img/common/icons-2.0.png); background-repeat: no-repeat; } .calcontent .calleft .item-bot { margin-top: 41px; padding-left: 142px; } .icon-arrow{ display: block; position: absolute; width: 0; height: 0; right: -15px; top: 50%; margin-top: -14px; border-left: 15px solid #c9c9c9; border-top: 15px dashed transparent; border-bottom: 15px dashed transparent; } .icon-arrow span{ display: block; overflow: hidden; position: absolute; height: 0; width: 0; left: -16px; top: -15px; border-left: 15px solid #fff; border-top: 15px dashed transparent; border-bottom: 15px dashed transparent; } .calcontent .calleft .item-mod .textbox { top: 4px; height: 32px; width: 270px; float: left; position: relative; } .calcontent .calleft .int-radio { width: 12px; height: 12px; margin-left: 32px; margin-right: 4px; _margin-top: 14px; _margin-bottom: 14px; } .calcontent .calleft .item-mod .textbox input { float: left; width: 244px; height: 30px; line-height: 30px; color: #333; z-index: 2; font-size: 14px; padding: 0 12px; border: 1px solid #e3e3e3; background-color: transparent; } .calcontent .calleft .item-mod .textbox em { _filter: alpha(opacity=0); position: absolute; display: block; top: 0; right: 11px; z-index: 1; color: #999; width: 48px; height: 32px; line-height: 32px; font-size: 14px; text-align: right; } .calcontent .calleft .item-bot .cal-button { display: inline-block; font-size: 16px; color: #fff; width: 150px; height: 40px; line-height: 40px; text-align: center; background-color: #f60; border-radius: 3px; } .calcontent .calleft .item-bot .cal-reset { color: #333; font-size: 14px; margin-left: 16px; } .calcontent .calright { width: 470px; height: 100%; float: left; padding-left: 61px; position: relative; } .calcontent .calright .default { margin-top: 165px; margin: 120px auto; width: 178px; height: 211px; } .calcontent .calright .default i { width: 178px; height: 178px; display: inline-block; background-image: url(../../dist/img/calculator-bg.png); } .calcontent .calright .resultContent { width: 466px; margin: 30px auto; } .calright li.title { margin-top: 32px; } .calright h2 { width: 110px; font-size: 15px; color: #333; font-weight: 700; } .calright li { margin-top: 22px; height: 32px; line-height: 32px; } .calright h3 { width: 155px; margin-right: 5px; } .calright h3 { font-weight: 700; text-align: right; color: #383e4b; float: left; font-size: 14px; } .calright span.on { color: #d64242; } .calright span { /*width: 90px;*/ margin-right: 5px; } .calright span { color: #3c3f46; font-size: 16px; font-family: Microsoft YaHei; font-weight: 700; float: left; } .note { color: #b3b6be; margin-top: 60px; }
0.355104
0.282009
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* MY CODE */ a{ color: #000; text-decoration: none; } .wrapper { width: 960px; margin: 0 auto; } header { width: 100%; height: 140px; background-color: #222; } header h1{ color: #fff; text-align: center; font-family: Lato; font-size: 30px; float: left; margin-top: 60px; margin-left: 260px; } header img { margin-top: 10px; float: left; } header nav { float: right; } header nav ul{ margin-top: 72px; } header nav ul li { display: inline-block; margin-left: 20px; list-style: none; } header nav ul li a{ font-family: Lato; font-weight: 400; font-size :14px; color: #fff; } .index-intro { width:100%; padding: 50px 0px; } .index-intro h2 { font-weight: 700; font-family: Lato; font-size:24; text-align: center; padding-bottom:20px; } .index-intro p { font-weight: 400; font-family: Lato; font-size:16px; text-align: center; line-height: 22px; margin: 20px; } .index-news{ width: 100%; padding: 80px 0px; background-color: #ccc; overflow: hidden; } .index-news article{ width: 18%; float: left; margin: 0px 1%; } .index-news article:hover .news-img{ background-image: url('../document_file_icon_2.png'); } .news-img { width: 100%; height: 120px; background-image: url('../document_file_icon.png'); transition: all 0.75s ease-in-out; -webkit-transition: all 0.75s ease-in-out; -moz-transition: all 0.75s ease-in-out; -o-transition: all 0.75s ease-in-out; } .index-news h3 { font-weight: 400; font-family: Lato; font-size:18; text-align: center; padding-bottom:10px; padding-top:10px; color: #000; } .index-news p { font-weight: 400; font-family: Lato; font-size:14px; text-align: center; padding-bottom:10px; color: #000; } .table-box{ width: 100%; padding: 80px 0px; } .table-box table tr{ border-top: 2px solid #fff; } .table-box table{ width: 100%; } .table-box table th{ text-align:left; } .table-box table td{ background-color: #ccc; border: 2px solid #fff; } .table-box{ width: 100%; padding: 80px 0px; background-color: #fff; } .form-box { width: 100%; padding: 80px 0px; background-color: #fff; } .form-box form input{ width: 40%; height: 30px; margin-bottom: 10px; padding: 0px 0.5%; border: 1px solid orange; } .form-box form textarea{ clear: both; width: 60%; height: 300px; margin-bottom: 4px; padding: 0px 0.5%; border: 1px solid orange; font-size: 16px; color: #282828; font-family: Lato; resize: vertical; } /*------------------------------------------------file2_comb----------------------------------------------*/ *, *:before, *:after { box-sizing: border-box; } .texteditor-position { margin-top: 20px; margin-bottom: 50px; } .background-color-lip { /* background: #c1bdba; */ font-family: 'Titillium Web', sans-serif; } .form a { text-decoration: none; color: #1ab188; -webkit-transition: .5s ease; transition: .5s ease; } .form a:hover { color: #179b77; } .form { background: rgba(19, 35, 47, 0.9); padding: 40px; max-width: 600px; margin: 40px auto; border-radius: 4px; box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3); } .tab-group { list-style: none; padding: 0; margin: 0 0 40px 0; } .tab-group:after { content: ""; display: table; clear: both; } .tab-group li a { display: block; text-decoration: none; padding: 15px; background: rgba(160, 179, 176, 0.25); color: #a0b3b0; font-size: 20px; float: left; width: 50%; text-align: center; cursor: pointer; -webkit-transition: .5s ease; transition: .5s ease; } .tab-group li a:hover { background: #179b77; color: #ffffff; } .tab-group .active a { background: #1ab188; color: #ffffff; } .tab-content > div:last-child { display: none; } .form h1 { text-align: center; color: #ffffff; font-weight: 300; margin: 0 0 40px; } .form h2 { text-align: center; color: red; font-weight: 300; margin: 0 0 20px; } label { position: absolute; -webkit-transform: translateY(6px); transform: translateY(6px); left: 13px; color: rgba(255, 255, 255, 0.5); -webkit-transition: all 0.25s ease; transition: all 0.25s ease; -webkit-backface-visibility: hidden; pointer-events: none; font-size: 22px; } label .req { margin: 2px; color: #1ab188; } label.active { -webkit-transform: translateY(50px); transform: translateY(50px); left: 2px; font-size: 14px; } label.active .req { opacity: 0; } label.highlight { color: #ffffff; } .form input, textarea { font-size: 22px; display: block; width: 100%; height: 100%; padding: 5px 10px; background: none; background-image: none; border: 1px solid #a0b3b0; color: #ffffff; border-radius: 0; -webkit-transition: border-color .25s ease, box-shadow .25s ease; transition: border-color .25s ease, box-shadow .25s ease; } .form input:focus, textarea:focus { outline: 0; border-color: #1ab188; } .form textarea { border: 2px solid #a0b3b0; resize: vertical; } .field-wrap { position: relative; margin-bottom: 40px; } .top-row:after { content: ""; display: table; clear: both; } .top-row > div { float: left; width: 48%; margin-right: 4%; } .top-row > div:last-child { margin: 0; } .button { border: 0; outline: none; border-radius: 0; padding: 15px 0; font-size: 2rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; background: #1ab188; color: #ffffff; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-appearance: none; } .button:hover, .button:focus { background: #179b77; } .button-block { display: block; width: 100%; } .forgot { margin-top: -20px; text-align: right; margin-bottom:10px; } /*--------footer-------------------------------------------------------------------------------------------*/ html { height: 100%; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { position: relative; margin: 0; padding-bottom: 6rem; min-height: 100%; } footer{ width: 100%; background-color: #222; padding: 60px 0px; position: absolute; right: 0; bottom: 0; left: 0; } footer nav { float: left; } footer nav ul{ } footer nav ul li { display: inline-block; margin-left: 20px; list-style: none; } footer nav ul li a{ font-family: Lato; font-weight: 400; font-size :12px; color: #fff; } #upload-file{ margin-top: 30px; transition: all 150ms ease-in-out; -webkit-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; } #upload-file:hover{ width:82px; height:82px; } #create-file{ margin-top: 30px; transition: all 150ms ease-in-out; -webkit-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; } #create-file:hover{ width:82px; height:82px; } .image-upload > input { display: none; } #download-key{ margin-top: 30px; transition: all 150ms ease-in-out; -webkit-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; } #download-key:hover{ width:82px; height:82px; } #top-images { } .popup { position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-top: 40px; } /* The actual popup */ .popup .popuptext { visibility: hidden; width: 200px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -100px; margin-top: 40px; } /* Popup arrow */ .popup .popuptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } /* Toggle this class - hide and show the popup */ .popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } /* Add animation (fade in the popup) */ @-webkit-keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeIn { from {opacity: 0;} to {opacity:1 ;} } .files-box { overflow:hidden; padding: 60px 0px; } .img-single { width: 110px; margin: 5px 5px; float: left; position: relative; } .img-single img{ width: 100%; height: 120px; float: left; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; } .img-single h3 { text-align: center; font-family: Lato; margin-top: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .img-single img:hover{ width: 110%; height: 130px; float: left; position: absolute; top: -5%; left: -5%; } @media only screen and (max-width: 768px) and (orientation: potrait){ .index-intro h2 { font-weight: 700; font-size:34; } .index-intro p { font-weight: 400; font-size:26px; } } @media only screen and (max-width: 768px) and (orientation: landscape){ .index-intro h2 { font-weight: 700; font-size:34; color: red; } .index-intro p { font-weight: 400; font-size:26px; } } /*--------------------------------------------------------------------------------- */ @import url(http://fonts.googleapis.com/css?family=Roboto:400,300); *, *::before, *::after { box-sizing: border-box; } .container { margin: 0 auto; padding: 0 24px; max-width: 960px; } /* primary header */ .primary-header { padding: 24px 0; text-align: center; border-bottom: solid 2px #cfcfcf; } .primary-header__title { color: #393939; font-size: 36px; } .primary-header__title small { font-size: 18px; color: #898989; } /* content */ .content { padding: 48px 0; border-bottom: solid 2px #cfcfcf; } .content__footer { margin-top: 12px; text-align: center; } /* footer */ .primary-footer { padding: 24px 0; color: #898989; font-size: 14px; text-align: center; } /* tasks */ .tasks { list-style: none; margin: 0; padding: 0; } .task { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: solid 1px #dfdfdf; } .task:last-child { border-bottom: none; } /* context menu */ .context-menu { display: none; font-family: "Roboto", sans-serif; font-size: 16px; font-weight: 300; line-height: 1.5; position: absolute; z-index: 10; padding: 12px 0; width: 240px; background-color: #fff; border: solid 1px #dfdfdf; box-shadow: 1px 1px 2px #cfcfcf; } .context-menu--active { display: block; } .context-menu__items { list-style: none; margin: 0; padding: 0; } .context-menu__item { display: block; margin-bottom: 4px; } .context-menu__item:last-child { margin-bottom: 0; } .context-menu__link { display: block; padding: 4px 12px; color: #0066aa; text-decoration: none; } .context-menu__link:hover { color: #fff; background-color: #0066aa; }
static/stylesheets/style_test.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* MY CODE */ a{ color: #000; text-decoration: none; } .wrapper { width: 960px; margin: 0 auto; } header { width: 100%; height: 140px; background-color: #222; } header h1{ color: #fff; text-align: center; font-family: Lato; font-size: 30px; float: left; margin-top: 60px; margin-left: 260px; } header img { margin-top: 10px; float: left; } header nav { float: right; } header nav ul{ margin-top: 72px; } header nav ul li { display: inline-block; margin-left: 20px; list-style: none; } header nav ul li a{ font-family: Lato; font-weight: 400; font-size :14px; color: #fff; } .index-intro { width:100%; padding: 50px 0px; } .index-intro h2 { font-weight: 700; font-family: Lato; font-size:24; text-align: center; padding-bottom:20px; } .index-intro p { font-weight: 400; font-family: Lato; font-size:16px; text-align: center; line-height: 22px; margin: 20px; } .index-news{ width: 100%; padding: 80px 0px; background-color: #ccc; overflow: hidden; } .index-news article{ width: 18%; float: left; margin: 0px 1%; } .index-news article:hover .news-img{ background-image: url('../document_file_icon_2.png'); } .news-img { width: 100%; height: 120px; background-image: url('../document_file_icon.png'); transition: all 0.75s ease-in-out; -webkit-transition: all 0.75s ease-in-out; -moz-transition: all 0.75s ease-in-out; -o-transition: all 0.75s ease-in-out; } .index-news h3 { font-weight: 400; font-family: Lato; font-size:18; text-align: center; padding-bottom:10px; padding-top:10px; color: #000; } .index-news p { font-weight: 400; font-family: Lato; font-size:14px; text-align: center; padding-bottom:10px; color: #000; } .table-box{ width: 100%; padding: 80px 0px; } .table-box table tr{ border-top: 2px solid #fff; } .table-box table{ width: 100%; } .table-box table th{ text-align:left; } .table-box table td{ background-color: #ccc; border: 2px solid #fff; } .table-box{ width: 100%; padding: 80px 0px; background-color: #fff; } .form-box { width: 100%; padding: 80px 0px; background-color: #fff; } .form-box form input{ width: 40%; height: 30px; margin-bottom: 10px; padding: 0px 0.5%; border: 1px solid orange; } .form-box form textarea{ clear: both; width: 60%; height: 300px; margin-bottom: 4px; padding: 0px 0.5%; border: 1px solid orange; font-size: 16px; color: #282828; font-family: Lato; resize: vertical; } /*------------------------------------------------file2_comb----------------------------------------------*/ *, *:before, *:after { box-sizing: border-box; } .texteditor-position { margin-top: 20px; margin-bottom: 50px; } .background-color-lip { /* background: #c1bdba; */ font-family: 'Titillium Web', sans-serif; } .form a { text-decoration: none; color: #1ab188; -webkit-transition: .5s ease; transition: .5s ease; } .form a:hover { color: #179b77; } .form { background: rgba(19, 35, 47, 0.9); padding: 40px; max-width: 600px; margin: 40px auto; border-radius: 4px; box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3); } .tab-group { list-style: none; padding: 0; margin: 0 0 40px 0; } .tab-group:after { content: ""; display: table; clear: both; } .tab-group li a { display: block; text-decoration: none; padding: 15px; background: rgba(160, 179, 176, 0.25); color: #a0b3b0; font-size: 20px; float: left; width: 50%; text-align: center; cursor: pointer; -webkit-transition: .5s ease; transition: .5s ease; } .tab-group li a:hover { background: #179b77; color: #ffffff; } .tab-group .active a { background: #1ab188; color: #ffffff; } .tab-content > div:last-child { display: none; } .form h1 { text-align: center; color: #ffffff; font-weight: 300; margin: 0 0 40px; } .form h2 { text-align: center; color: red; font-weight: 300; margin: 0 0 20px; } label { position: absolute; -webkit-transform: translateY(6px); transform: translateY(6px); left: 13px; color: rgba(255, 255, 255, 0.5); -webkit-transition: all 0.25s ease; transition: all 0.25s ease; -webkit-backface-visibility: hidden; pointer-events: none; font-size: 22px; } label .req { margin: 2px; color: #1ab188; } label.active { -webkit-transform: translateY(50px); transform: translateY(50px); left: 2px; font-size: 14px; } label.active .req { opacity: 0; } label.highlight { color: #ffffff; } .form input, textarea { font-size: 22px; display: block; width: 100%; height: 100%; padding: 5px 10px; background: none; background-image: none; border: 1px solid #a0b3b0; color: #ffffff; border-radius: 0; -webkit-transition: border-color .25s ease, box-shadow .25s ease; transition: border-color .25s ease, box-shadow .25s ease; } .form input:focus, textarea:focus { outline: 0; border-color: #1ab188; } .form textarea { border: 2px solid #a0b3b0; resize: vertical; } .field-wrap { position: relative; margin-bottom: 40px; } .top-row:after { content: ""; display: table; clear: both; } .top-row > div { float: left; width: 48%; margin-right: 4%; } .top-row > div:last-child { margin: 0; } .button { border: 0; outline: none; border-radius: 0; padding: 15px 0; font-size: 2rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; background: #1ab188; color: #ffffff; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-appearance: none; } .button:hover, .button:focus { background: #179b77; } .button-block { display: block; width: 100%; } .forgot { margin-top: -20px; text-align: right; margin-bottom:10px; } /*--------footer-------------------------------------------------------------------------------------------*/ html { height: 100%; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { position: relative; margin: 0; padding-bottom: 6rem; min-height: 100%; } footer{ width: 100%; background-color: #222; padding: 60px 0px; position: absolute; right: 0; bottom: 0; left: 0; } footer nav { float: left; } footer nav ul{ } footer nav ul li { display: inline-block; margin-left: 20px; list-style: none; } footer nav ul li a{ font-family: Lato; font-weight: 400; font-size :12px; color: #fff; } #upload-file{ margin-top: 30px; transition: all 150ms ease-in-out; -webkit-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; } #upload-file:hover{ width:82px; height:82px; } #create-file{ margin-top: 30px; transition: all 150ms ease-in-out; -webkit-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; } #create-file:hover{ width:82px; height:82px; } .image-upload > input { display: none; } #download-key{ margin-top: 30px; transition: all 150ms ease-in-out; -webkit-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; } #download-key:hover{ width:82px; height:82px; } #top-images { } .popup { position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-top: 40px; } /* The actual popup */ .popup .popuptext { visibility: hidden; width: 200px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -100px; margin-top: 40px; } /* Popup arrow */ .popup .popuptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } /* Toggle this class - hide and show the popup */ .popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } /* Add animation (fade in the popup) */ @-webkit-keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeIn { from {opacity: 0;} to {opacity:1 ;} } .files-box { overflow:hidden; padding: 60px 0px; } .img-single { width: 110px; margin: 5px 5px; float: left; position: relative; } .img-single img{ width: 100%; height: 120px; float: left; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; } .img-single h3 { text-align: center; font-family: Lato; margin-top: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .img-single img:hover{ width: 110%; height: 130px; float: left; position: absolute; top: -5%; left: -5%; } @media only screen and (max-width: 768px) and (orientation: potrait){ .index-intro h2 { font-weight: 700; font-size:34; } .index-intro p { font-weight: 400; font-size:26px; } } @media only screen and (max-width: 768px) and (orientation: landscape){ .index-intro h2 { font-weight: 700; font-size:34; color: red; } .index-intro p { font-weight: 400; font-size:26px; } } /*--------------------------------------------------------------------------------- */ @import url(http://fonts.googleapis.com/css?family=Roboto:400,300); *, *::before, *::after { box-sizing: border-box; } .container { margin: 0 auto; padding: 0 24px; max-width: 960px; } /* primary header */ .primary-header { padding: 24px 0; text-align: center; border-bottom: solid 2px #cfcfcf; } .primary-header__title { color: #393939; font-size: 36px; } .primary-header__title small { font-size: 18px; color: #898989; } /* content */ .content { padding: 48px 0; border-bottom: solid 2px #cfcfcf; } .content__footer { margin-top: 12px; text-align: center; } /* footer */ .primary-footer { padding: 24px 0; color: #898989; font-size: 14px; text-align: center; } /* tasks */ .tasks { list-style: none; margin: 0; padding: 0; } .task { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: solid 1px #dfdfdf; } .task:last-child { border-bottom: none; } /* context menu */ .context-menu { display: none; font-family: "Roboto", sans-serif; font-size: 16px; font-weight: 300; line-height: 1.5; position: absolute; z-index: 10; padding: 12px 0; width: 240px; background-color: #fff; border: solid 1px #dfdfdf; box-shadow: 1px 1px 2px #cfcfcf; } .context-menu--active { display: block; } .context-menu__items { list-style: none; margin: 0; padding: 0; } .context-menu__item { display: block; margin-bottom: 4px; } .context-menu__item:last-child { margin-bottom: 0; } .context-menu__link { display: block; padding: 4px 12px; color: #0066aa; text-decoration: none; } .context-menu__link:hover { color: #fff; background-color: #0066aa; }
0.291888
0.062274
@import url("https://fonts.google.com/specimen/Poppins"); * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; background: url(/images/bg-intro-desktop.png) no-repeat; background-color: #ff7a7a; min-height: 100vh; width: 100vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } button { cursor: pointer; } .container { margin: 0 auto; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 100vh; } .text-container { color: #fff; max-width: 480px; } .text-container h1 { font-size: 50px; } .text-container p { margin-top: 40px; line-height: 1.6; opacity: 0.8; } .informations { height: 60vh; width: 90%; max-width: 700px; margin-left: 80px; } .informations .trial-btn { width: 90%; text-align: center; background: #6055a5; color: #fff; padding: 25px 20px; border: none; border-radius: 8px; padding-right: 30px; font-size: 14px; -webkit-box-shadow: 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 10px rgba(0, 0, 0, 0.2); } .informations .trial-btn strong { font-weight: 600; } .informations .error { border: 2px solid #ff7a7a; } .container-items { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 20px; position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #fff; width: 90%; height: 520px; border-radius: 8px; -webkit-box-shadow: 1px 10px rgba(0, 0, 0, 0.2); box-shadow: 1px 10px rgba(0, 0, 0, 0.2); } .container-items form { margin: 2rem auto; width: 90%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; display: -ms-grid; display: grid; } .container-items form input:first-of-type { margin-top: 1.5rem; } .container-items form input { height: 3rem; margin-top: 1rem; border-radius: 5px; border: 1px solid #9999; outline: none; padding: 15px; font-weight: 600; padding-left: 30px; } .container-items .claim-btn { margin-top: 10px; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; background: #38cc8c; font-weight: 600; border: none; height: 60px; border-radius: 8px; color: #fff; font-size: 16px; -webkit-box-shadow: 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 5px rgba(0, 0, 0, 0.2); } .container-items span { margin-top: 25px; text-align: center; color: #b9b6d3; } .container-items span strong { color: #ff7a7a; } .error { background: url("/images/icon-error.svg") no-repeat; background-position: 95% center; background-size: 1.5rem 1.5rem; } .form_error { display: none; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: inherit; color: #ff7a7a; font-size: 12px; font-weight: 500; } .content { width: 100%; margin: auto; display: -ms-grid; display: grid; } footer { width: 100%; position: fixed; bottom: 1rem; } footer .attribution { color: white; font-size: 11px; text-align: center; } @media (min-width: 500px) and (max-width: 900px) { .container { padding: 40px 20px; -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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: -50px; } .container h1 { font-size: 38px; } .container .text-container { width: 90%; margin-bottom: 20px; text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .container .informations { width: 90%; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: auto; } .attribution { text-align: center; margin-top: auto; position: relative; } } /*# sourceMappingURL=styles.css.map */
intro-component-with-signup-form/styles/css/styles.css
@import url("https://fonts.google.com/specimen/Poppins"); * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; background: url(/images/bg-intro-desktop.png) no-repeat; background-color: #ff7a7a; min-height: 100vh; width: 100vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } button { cursor: pointer; } .container { margin: 0 auto; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 100vh; } .text-container { color: #fff; max-width: 480px; } .text-container h1 { font-size: 50px; } .text-container p { margin-top: 40px; line-height: 1.6; opacity: 0.8; } .informations { height: 60vh; width: 90%; max-width: 700px; margin-left: 80px; } .informations .trial-btn { width: 90%; text-align: center; background: #6055a5; color: #fff; padding: 25px 20px; border: none; border-radius: 8px; padding-right: 30px; font-size: 14px; -webkit-box-shadow: 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 10px rgba(0, 0, 0, 0.2); } .informations .trial-btn strong { font-weight: 600; } .informations .error { border: 2px solid #ff7a7a; } .container-items { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 20px; position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #fff; width: 90%; height: 520px; border-radius: 8px; -webkit-box-shadow: 1px 10px rgba(0, 0, 0, 0.2); box-shadow: 1px 10px rgba(0, 0, 0, 0.2); } .container-items form { margin: 2rem auto; width: 90%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; display: -ms-grid; display: grid; } .container-items form input:first-of-type { margin-top: 1.5rem; } .container-items form input { height: 3rem; margin-top: 1rem; border-radius: 5px; border: 1px solid #9999; outline: none; padding: 15px; font-weight: 600; padding-left: 30px; } .container-items .claim-btn { margin-top: 10px; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; background: #38cc8c; font-weight: 600; border: none; height: 60px; border-radius: 8px; color: #fff; font-size: 16px; -webkit-box-shadow: 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 5px rgba(0, 0, 0, 0.2); } .container-items span { margin-top: 25px; text-align: center; color: #b9b6d3; } .container-items span strong { color: #ff7a7a; } .error { background: url("/images/icon-error.svg") no-repeat; background-position: 95% center; background-size: 1.5rem 1.5rem; } .form_error { display: none; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: inherit; color: #ff7a7a; font-size: 12px; font-weight: 500; } .content { width: 100%; margin: auto; display: -ms-grid; display: grid; } footer { width: 100%; position: fixed; bottom: 1rem; } footer .attribution { color: white; font-size: 11px; text-align: center; } @media (min-width: 500px) and (max-width: 900px) { .container { padding: 40px 20px; -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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: -50px; } .container h1 { font-size: 38px; } .container .text-container { width: 90%; margin-bottom: 20px; text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .container .informations { width: 90%; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: auto; } .attribution { text-align: center; margin-top: auto; position: relative; } } /*# sourceMappingURL=styles.css.map */
0.346984
0.054424
:root { --bs-primary: #ba0f51; --bs-primary-rgb: 186, 15, 81; --bs-primary-hover: #900C3F; } a, .link-primary, .nav-link, .text-primary { color: var(--bs-primary); } .bg-primary, .btn-primary { background-color: var(--bs-primary); color: var(--bs-white); } .btn-primary { border-color: var(--bs-primary); } a:hover, .link-primary:focus, .link-primary:hover, .nav-link:focus, .nav-link:hover { color: var(--bs-primary-hover); } .btn-primary:focus, .btn-primary:hover { background-color: var(--bs-primary-hover); border-color: var(--bs-primary-hover); color: var(--bs-white); } body { background-color: #fff; } .fullback-color { background-color: rgba(var(--bs-primary-rgb), 0.02); } .hsep-1, .hsep-2, .hsep-3, .hsep-4, .hsep-5, .hsep-6 { height: calc(1px + (1 * 4px) - 4px); width: 100%; box-shadow: 0px 15px 10px -15px #111; } .hsep-2 { height: calc(1px + (2 * 4px) - 4px); } .hsep-3 { height: calc(1px + (3 * 4px) - 4px); } .hsep-4 { height: calc(1px + (4 * 4px) - 4px); } .hsep-5 { height: calc(1px + (5 * 4px) - 4px); } .hsep-6 { height: calc(1px + (6 * 4px) - 4px); } .icon-errors { opacity: 0.5; width: 20vw; max-width: 96px; height: 20vw; max-height: 96px; } .responsive-vaside { min-width: 250px; /*background-color: var(--bs-gray-100);*/ background-color: var(--bs-dark); color: var(--bs-white); } .responsive-vaside a span { display: inline-block; } .responsive-vaside a i { margin-right: 0.5rem; } .responsive-vaside .list-group-item { border: 0; /*background-color: var(--bs-gray-100);*/ background-color: transparent; color: var(--bs-white); } .responsive-vaside .list-group-item:hover.list-group-item-action { /*background-color: var(--bs-gray-200);*/ background-color: rgba(var(--bs-white-rgb), 0.1); color: var(--bs-light); } .responsive-vaside .list-group-item.active, .responsive-vaside .list-group-item:hover.active { background-color: var(--bs-primary-hover); border-right-width: 10px; border-right-style: solid; border-right-color: rgba(var(--bs-dark-rgb), 0.3); color: var(--bs-white); } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, .75); } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgba(255, 255, 255, 0.9); } @media (max-width: 576px) { .responsive-vaside { width: auto; min-width: auto; } .responsive-vaside a span { display: none; } .responsive-vaside a i { margin-right: 0; font-size: large; } }
public/styles/base.css
:root { --bs-primary: #ba0f51; --bs-primary-rgb: 186, 15, 81; --bs-primary-hover: #900C3F; } a, .link-primary, .nav-link, .text-primary { color: var(--bs-primary); } .bg-primary, .btn-primary { background-color: var(--bs-primary); color: var(--bs-white); } .btn-primary { border-color: var(--bs-primary); } a:hover, .link-primary:focus, .link-primary:hover, .nav-link:focus, .nav-link:hover { color: var(--bs-primary-hover); } .btn-primary:focus, .btn-primary:hover { background-color: var(--bs-primary-hover); border-color: var(--bs-primary-hover); color: var(--bs-white); } body { background-color: #fff; } .fullback-color { background-color: rgba(var(--bs-primary-rgb), 0.02); } .hsep-1, .hsep-2, .hsep-3, .hsep-4, .hsep-5, .hsep-6 { height: calc(1px + (1 * 4px) - 4px); width: 100%; box-shadow: 0px 15px 10px -15px #111; } .hsep-2 { height: calc(1px + (2 * 4px) - 4px); } .hsep-3 { height: calc(1px + (3 * 4px) - 4px); } .hsep-4 { height: calc(1px + (4 * 4px) - 4px); } .hsep-5 { height: calc(1px + (5 * 4px) - 4px); } .hsep-6 { height: calc(1px + (6 * 4px) - 4px); } .icon-errors { opacity: 0.5; width: 20vw; max-width: 96px; height: 20vw; max-height: 96px; } .responsive-vaside { min-width: 250px; /*background-color: var(--bs-gray-100);*/ background-color: var(--bs-dark); color: var(--bs-white); } .responsive-vaside a span { display: inline-block; } .responsive-vaside a i { margin-right: 0.5rem; } .responsive-vaside .list-group-item { border: 0; /*background-color: var(--bs-gray-100);*/ background-color: transparent; color: var(--bs-white); } .responsive-vaside .list-group-item:hover.list-group-item-action { /*background-color: var(--bs-gray-200);*/ background-color: rgba(var(--bs-white-rgb), 0.1); color: var(--bs-light); } .responsive-vaside .list-group-item.active, .responsive-vaside .list-group-item:hover.active { background-color: var(--bs-primary-hover); border-right-width: 10px; border-right-style: solid; border-right-color: rgba(var(--bs-dark-rgb), 0.3); color: var(--bs-white); } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, .75); } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgba(255, 255, 255, 0.9); } @media (max-width: 576px) { .responsive-vaside { width: auto; min-width: auto; } .responsive-vaside a span { display: none; } .responsive-vaside a i { margin-right: 0; font-size: large; } }
0.656878
0.108661
.catalog-cart-slider { display: none; position: relative; top: 60px; background: #FFFFFF; box-shadow: 0px 10px 20px rgba(0, 122, 201, 0.2), 0px 20px 40px rgba(0, 122, 201, 0.2); border-radius: 24px; padding: 40px 0 10px; } .catalog-cart-slider .catalog-cart-slider-close { position: absolute; top: 40px; right: 40px; width: 40px; height: 40px; border-radius: 20px; cursor: pointer; background: url(../images/closetr.svg) no-repeat center center; } .catalog-cart-slider .catalog-cart-slider-close:hover { background-color: #8F8F91; } .catalog-cart-slider .owl-carousel { width: 70%; margin: auto; } .catalog-cart-slider .catalog-cart-slider-item img { width: 100%; height: 70vh; } .catalog-cart-slider .catalog-cart-slider-nav-left, .catalog-cart-slider .catalog-cart-slider-nav-right { color: #00407A; padding: 2px 9px 5px 5px; border-radius: 22px; background: #BDE3FB; width: max-content; cursor: pointer; position: absolute; top: 48%; z-index: 10; } .catalog-cart-slider .catalog-cart-slider-nav-left { position: absolute; left: 40px; } .catalog-cart-slider .catalog-cart-slider-nav-right { padding: 2px 5px 5px 9px; right: 40px; } .catalog-cart-slider .catalog-cart-slider-nav-left:hover, .catalog-cart-slider .catalog-cart-slider-nav-right:hover { color: #fff; background: #00407a; } .catalog-cart-slider .d-flex { width: 40%; margin: 15px auto; font-size: 16px; } .catalog-cart-slider .d-flex div span { color: #007AC9; } /****** Секция catalog-cart *****/ .catalog-cart p { font-weight: 600; font-size: 14px; color: #007AC9; margin: 30px 0; } .catalog-cart p span { color: #202023; } .catalog-cart .catalog-cart-item { background: #BDE3FB; border-radius: 10px; flex-wrap: wrap; justify-content: space-around; } .catalog-cart .catalog-cart-item .catalog-cart-item-part { width: 48%; background: #fff; border-radius: 10px; margin: 10px 0; } .catalog-cart .catalog-cart-item .catalog-cart-item-part:nth-child(2) { flex-direction: column; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-img { width: 95%; margin: auto; cursor: pointer; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-img img { width: 100%; margin: 10px auto; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-top, .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-bottom { margin: 0 20px; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-top h2 { font-size: 36px; font-weight: 700; color: #00407A; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-top h3 { font-size: 24px; font-weight: 700; color: #E95D2A; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-bottom p { font-size: 14px; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-bottom p:nth-child(3) { color: #06A92A; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-bottom p img { margin-right: 7px; } .catalog-cart .catalog-cart-item .catalog-cart-item-down { width: 100%; } .catalog-cart .catalog-cart-item .catalog-cart-item-down .catalog-cart-item-down-img { margin: 10px; width: 70px; height: 70px; cursor: pointer; } .catalog-cart .catalog-cart-item .catalog-cart-item-down .catalog-cart-item-down-img img { width: 100%; } /****** Секция catalog-cart-info *****/ .catalog-cart-info { padding: 40px 0 80px; border-bottom: 1px solid #BDE3FB; } .catalog-cart-info .catalog-cart-info-buttons { border-bottom: 1px solid #BDE3FB; } .catalog-cart-info .catalog-cart-info-buttons .catalog-cart-info-buttons-on { font-size: 18px; font-weight: 700; color: #00407A; padding: 12px 20px; background: #DFF1FD; border-radius: 4px 4px 0px 0px; } .catalog-cart-info .catalog-cart-info-buttons .catalog-cart-info-buttons-off { font-size: 18px; font-weight: 700; color: #202023; padding: 12px 20px; background: transparent; border-radius: 4px 4px 0px 0px; } .catalog-cart-info .catalog-cart-info-text { width: 70%; } .catalog-cart-info .catalog-cart-info-text p { font-size: 20px; } /****** Секция catalog-cart-goods *****/ .catalog-cart-goods { padding: 80px 0; border-bottom: 1px solid #BDE3FB; } .catalog-cart-goods h3 { font-size: 24px; font-weight: 700; color: #00407A; margin-bottom: 50px; } .catalog-cart-goods .d-flex { flex-wrap: wrap; } .catalog-cart-goods .catalog-cart-goods-item { display: block; width: 23%; box-sizing: border-box; border: 1px solid #BDE3FB; border-radius: 4px; padding: 10px; } .catalog-cart-goods .catalog-cart-goods-item img { display: block; width: 100%; margin: auto; } .catalog-cart-goods .catalog-cart-goods-item h4 { font-size: 18px; font-weight: 700; color: #00407A; } .catalog-cart-goods .catalog-cart-goods-item p { font-size: 16px; font-weight: 400; color: #202023; } @media (max-width: 768px) { /****** Окно catalog-cart-slider *****/ .catalog-cart-slider { top: 50px; width: 95%; } .catalog-cart-slider .catalog-cart-slider-item img { width: 90%; margin: auto; height: 40vh; } .catalog-cart-slider .catalog-cart-slider-close { top: 20px; right: 20px; } .catalog-cart-slider .catalog-cart-slider-nav-left { left: 20px; } .catalog-cart-slider .catalog-cart-slider-nav-right { right: 20px; } .catalog-cart-slider .d-flex { width: 90%; } /*****************/ .catalog-cart .catalog-cart-item .catalog-cart-item-part { width: 96%; } .catalog-cart .catalog-cart-item .catalog-cart-item-part:nth-child(2) { order: 1; } .catalog-cart-info .catalog-cart-info-text { width: 100%; } .catalog-cart-goods .catalog-cart-goods-item { width: 48%; margin-bottom: 30px; } } @media (max-width: 480px) { .catalog-cart-slider { padding: 40px 0 10px; } .catalog-cart-slider .owl-carousel { width: 95%; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-top h2 { font-size: 24px; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-top h3 { font-size: 36px; margin: 5px 0; } .catalog-cart-goods .catalog-cart-goods-item { width: 100%; } .catalog-cart-slider .catalog-cart-slider-close { top: 10px; right: 10px; } .catalog-cart-slider .catalog-cart-slider-nav-left { left: 10px; } .catalog-cart-slider .catalog-cart-slider-nav-right { right: 10px; } } @media (max-width: 320px) { .catalog-cart-slider .catalog-cart-slider-close { width: 25px; height: 25px; } .catalog-cart-slider .d-flex { flex-direction: column; } .catalog-cart-slider .d-flex div { font-size: 13px; } .catalog-cart-slider .d-flex div:nth-child(2) { width: max-content; margin: 10px auto 0; } }
web/css/catalog-cart-styles.css
.catalog-cart-slider { display: none; position: relative; top: 60px; background: #FFFFFF; box-shadow: 0px 10px 20px rgba(0, 122, 201, 0.2), 0px 20px 40px rgba(0, 122, 201, 0.2); border-radius: 24px; padding: 40px 0 10px; } .catalog-cart-slider .catalog-cart-slider-close { position: absolute; top: 40px; right: 40px; width: 40px; height: 40px; border-radius: 20px; cursor: pointer; background: url(../images/closetr.svg) no-repeat center center; } .catalog-cart-slider .catalog-cart-slider-close:hover { background-color: #8F8F91; } .catalog-cart-slider .owl-carousel { width: 70%; margin: auto; } .catalog-cart-slider .catalog-cart-slider-item img { width: 100%; height: 70vh; } .catalog-cart-slider .catalog-cart-slider-nav-left, .catalog-cart-slider .catalog-cart-slider-nav-right { color: #00407A; padding: 2px 9px 5px 5px; border-radius: 22px; background: #BDE3FB; width: max-content; cursor: pointer; position: absolute; top: 48%; z-index: 10; } .catalog-cart-slider .catalog-cart-slider-nav-left { position: absolute; left: 40px; } .catalog-cart-slider .catalog-cart-slider-nav-right { padding: 2px 5px 5px 9px; right: 40px; } .catalog-cart-slider .catalog-cart-slider-nav-left:hover, .catalog-cart-slider .catalog-cart-slider-nav-right:hover { color: #fff; background: #00407a; } .catalog-cart-slider .d-flex { width: 40%; margin: 15px auto; font-size: 16px; } .catalog-cart-slider .d-flex div span { color: #007AC9; } /****** Секция catalog-cart *****/ .catalog-cart p { font-weight: 600; font-size: 14px; color: #007AC9; margin: 30px 0; } .catalog-cart p span { color: #202023; } .catalog-cart .catalog-cart-item { background: #BDE3FB; border-radius: 10px; flex-wrap: wrap; justify-content: space-around; } .catalog-cart .catalog-cart-item .catalog-cart-item-part { width: 48%; background: #fff; border-radius: 10px; margin: 10px 0; } .catalog-cart .catalog-cart-item .catalog-cart-item-part:nth-child(2) { flex-direction: column; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-img { width: 95%; margin: auto; cursor: pointer; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-img img { width: 100%; margin: 10px auto; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-top, .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-bottom { margin: 0 20px; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-top h2 { font-size: 36px; font-weight: 700; color: #00407A; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-top h3 { font-size: 24px; font-weight: 700; color: #E95D2A; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-bottom p { font-size: 14px; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-bottom p:nth-child(3) { color: #06A92A; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-bottom p img { margin-right: 7px; } .catalog-cart .catalog-cart-item .catalog-cart-item-down { width: 100%; } .catalog-cart .catalog-cart-item .catalog-cart-item-down .catalog-cart-item-down-img { margin: 10px; width: 70px; height: 70px; cursor: pointer; } .catalog-cart .catalog-cart-item .catalog-cart-item-down .catalog-cart-item-down-img img { width: 100%; } /****** Секция catalog-cart-info *****/ .catalog-cart-info { padding: 40px 0 80px; border-bottom: 1px solid #BDE3FB; } .catalog-cart-info .catalog-cart-info-buttons { border-bottom: 1px solid #BDE3FB; } .catalog-cart-info .catalog-cart-info-buttons .catalog-cart-info-buttons-on { font-size: 18px; font-weight: 700; color: #00407A; padding: 12px 20px; background: #DFF1FD; border-radius: 4px 4px 0px 0px; } .catalog-cart-info .catalog-cart-info-buttons .catalog-cart-info-buttons-off { font-size: 18px; font-weight: 700; color: #202023; padding: 12px 20px; background: transparent; border-radius: 4px 4px 0px 0px; } .catalog-cart-info .catalog-cart-info-text { width: 70%; } .catalog-cart-info .catalog-cart-info-text p { font-size: 20px; } /****** Секция catalog-cart-goods *****/ .catalog-cart-goods { padding: 80px 0; border-bottom: 1px solid #BDE3FB; } .catalog-cart-goods h3 { font-size: 24px; font-weight: 700; color: #00407A; margin-bottom: 50px; } .catalog-cart-goods .d-flex { flex-wrap: wrap; } .catalog-cart-goods .catalog-cart-goods-item { display: block; width: 23%; box-sizing: border-box; border: 1px solid #BDE3FB; border-radius: 4px; padding: 10px; } .catalog-cart-goods .catalog-cart-goods-item img { display: block; width: 100%; margin: auto; } .catalog-cart-goods .catalog-cart-goods-item h4 { font-size: 18px; font-weight: 700; color: #00407A; } .catalog-cart-goods .catalog-cart-goods-item p { font-size: 16px; font-weight: 400; color: #202023; } @media (max-width: 768px) { /****** Окно catalog-cart-slider *****/ .catalog-cart-slider { top: 50px; width: 95%; } .catalog-cart-slider .catalog-cart-slider-item img { width: 90%; margin: auto; height: 40vh; } .catalog-cart-slider .catalog-cart-slider-close { top: 20px; right: 20px; } .catalog-cart-slider .catalog-cart-slider-nav-left { left: 20px; } .catalog-cart-slider .catalog-cart-slider-nav-right { right: 20px; } .catalog-cart-slider .d-flex { width: 90%; } /*****************/ .catalog-cart .catalog-cart-item .catalog-cart-item-part { width: 96%; } .catalog-cart .catalog-cart-item .catalog-cart-item-part:nth-child(2) { order: 1; } .catalog-cart-info .catalog-cart-info-text { width: 100%; } .catalog-cart-goods .catalog-cart-goods-item { width: 48%; margin-bottom: 30px; } } @media (max-width: 480px) { .catalog-cart-slider { padding: 40px 0 10px; } .catalog-cart-slider .owl-carousel { width: 95%; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-top h2 { font-size: 24px; } .catalog-cart .catalog-cart-item .catalog-cart-item-part .catalog-cart-item-part-top h3 { font-size: 36px; margin: 5px 0; } .catalog-cart-goods .catalog-cart-goods-item { width: 100%; } .catalog-cart-slider .catalog-cart-slider-close { top: 10px; right: 10px; } .catalog-cart-slider .catalog-cart-slider-nav-left { left: 10px; } .catalog-cart-slider .catalog-cart-slider-nav-right { right: 10px; } } @media (max-width: 320px) { .catalog-cart-slider .catalog-cart-slider-close { width: 25px; height: 25px; } .catalog-cart-slider .d-flex { flex-direction: column; } .catalog-cart-slider .d-flex div { font-size: 13px; } .catalog-cart-slider .d-flex div:nth-child(2) { width: max-content; margin: 10px auto 0; } }
0.327346
0.050799
@import "bootstrap/dist/css/bootstrap.min.css"; @import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700;800&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap"); .theme-dark { --color-start: #833ab4; --color-end: #1dfdd8; --bg-color: #000000; --text-color: #fafafa; --main-color: #000000da; --button-text-color: #fafafa; --button-bg-color: #100f10; --card-color: #1b1b1b; --theme-button-color: #1b1b1b; } .theme-light { --color-start: #1dfdd8; --color-end: #833ab4; --bg-color: #ffffff; --text-color: #000000; --button-text-color: #0c4ec9; --button-bg-color: #ffffff; --card-color: #ffffff; --theme-button-color: #ffffff; --main-color: #ffffffda; --button-shadow: 1px 1px 5px #8f78f8; } /* Custom Scrollbar */ html::-webkit-scrollbar { width: 10px; } html::-webkit-scrollbar-track { background-color: var(--bg-color); } html::-webkit-scrollbar-thumb { background-color: var(--text-color); border-radius: 10px; } /* Custom Scrollbar */ body { background-color: var(--bg-color); } .card { background-color: var(--card-color); } .textColor { color: var(--text-color); } a { color: inherit; } .main-bg { background-color: var(--main-color); } .customButton { background-color: var(--button-bg-color); color: var(--button-text-color); font-weight: bold; font-family: Roboto; letter-spacing: 1px; border-radius: 7px; padding: 10px; box-shadow: var(--button-shadow); } .themeButton { background-color: var(--theme-button-color); color: var(--button-text-color); font-weight: bold; border-radius: 7px; padding: 10px; box-shadow: var(--button-shadow); } .text-pattarai { color: var(--text-color); font-family: Montserrat; font-size: 1vw; letter-spacing: 5vw; margin-left: 8.5%; } @keyframes animate { from { background-position: 0%; } to { background-position: 100%; } } .title-word { font-family: Open Sans; font-size: 10vw; font-weight: 100px; background-image: linear-gradient( to right, var(--color-start), var(--color-end) ); -webkit-background-clip: text; background-clip: text; color: transparent; background-size: 300%; background-position: -100%; animation: animate 2s infinite alternate-reverse; white-space: nowrap; } .img-animation { margin-left: 15%; background-image: linear-gradient( to right, var(--color-start), var(--color-end) ); mask-image: url("../images/pattaraiCircle.svg"); color: transparent; background-size: 300%; background-position: -100%; mask-size: 100%; mask-position: -100%; animation: animate 2s infinite alternate-reverse; } button { background: transparent; box-shadow: 0px 0px 0px transparent; border: 0px solid transparent; text-shadow: 0px 0px 0px transparent; } /* Take me home button - Start */ .errorButton { font-size: 20px; } .errorButton span { position: relative; transition: 0.5s; } .errorButton span:after { content: "\00bb"; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .errorButton:hover span { padding-right: 20px; } .errorButton:hover span:after { opacity: 1; right: 0; } /* Take me home button - End */ .iframe-height { height: 75vh; } @media (max-width: 767px) { .iframe-height { height: 50vh; } .stream-text { font-size: 15px; } .errorButton { font-size: 10px; } .customButton { font-size: 11px; } .themeButton { font-size: 10px; } .title-word { font-size: 18vw; } .text-pattarai { font-size: 2.5vw; } }
src/assets/css/style.css
@import "bootstrap/dist/css/bootstrap.min.css"; @import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700;800&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap"); .theme-dark { --color-start: #833ab4; --color-end: #1dfdd8; --bg-color: #000000; --text-color: #fafafa; --main-color: #000000da; --button-text-color: #fafafa; --button-bg-color: #100f10; --card-color: #1b1b1b; --theme-button-color: #1b1b1b; } .theme-light { --color-start: #1dfdd8; --color-end: #833ab4; --bg-color: #ffffff; --text-color: #000000; --button-text-color: #0c4ec9; --button-bg-color: #ffffff; --card-color: #ffffff; --theme-button-color: #ffffff; --main-color: #ffffffda; --button-shadow: 1px 1px 5px #8f78f8; } /* Custom Scrollbar */ html::-webkit-scrollbar { width: 10px; } html::-webkit-scrollbar-track { background-color: var(--bg-color); } html::-webkit-scrollbar-thumb { background-color: var(--text-color); border-radius: 10px; } /* Custom Scrollbar */ body { background-color: var(--bg-color); } .card { background-color: var(--card-color); } .textColor { color: var(--text-color); } a { color: inherit; } .main-bg { background-color: var(--main-color); } .customButton { background-color: var(--button-bg-color); color: var(--button-text-color); font-weight: bold; font-family: Roboto; letter-spacing: 1px; border-radius: 7px; padding: 10px; box-shadow: var(--button-shadow); } .themeButton { background-color: var(--theme-button-color); color: var(--button-text-color); font-weight: bold; border-radius: 7px; padding: 10px; box-shadow: var(--button-shadow); } .text-pattarai { color: var(--text-color); font-family: Montserrat; font-size: 1vw; letter-spacing: 5vw; margin-left: 8.5%; } @keyframes animate { from { background-position: 0%; } to { background-position: 100%; } } .title-word { font-family: Open Sans; font-size: 10vw; font-weight: 100px; background-image: linear-gradient( to right, var(--color-start), var(--color-end) ); -webkit-background-clip: text; background-clip: text; color: transparent; background-size: 300%; background-position: -100%; animation: animate 2s infinite alternate-reverse; white-space: nowrap; } .img-animation { margin-left: 15%; background-image: linear-gradient( to right, var(--color-start), var(--color-end) ); mask-image: url("../images/pattaraiCircle.svg"); color: transparent; background-size: 300%; background-position: -100%; mask-size: 100%; mask-position: -100%; animation: animate 2s infinite alternate-reverse; } button { background: transparent; box-shadow: 0px 0px 0px transparent; border: 0px solid transparent; text-shadow: 0px 0px 0px transparent; } /* Take me home button - Start */ .errorButton { font-size: 20px; } .errorButton span { position: relative; transition: 0.5s; } .errorButton span:after { content: "\00bb"; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .errorButton:hover span { padding-right: 20px; } .errorButton:hover span:after { opacity: 1; right: 0; } /* Take me home button - End */ .iframe-height { height: 75vh; } @media (max-width: 767px) { .iframe-height { height: 50vh; } .stream-text { font-size: 15px; } .errorButton { font-size: 10px; } .customButton { font-size: 11px; } .themeButton { font-size: 10px; } .title-word { font-size: 18vw; } .text-pattarai { font-size: 2.5vw; } }
0.309337
0.052207
input { background-color: #fcfcfc; border: 1px solid #bbb; font-family: Verdana; padding: 5px; background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1); border: 1px solid #aaa; border-radius: 5px; font-size: 13px; } input[type="submit"], input[type="button"]{ border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 5px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3093c7), color-stop(100%, #1c5a85)); background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85); background-image: -moz-linear-gradient(top, #3093c7, #1c5a85); background-image: -ms-linear-gradient(top, #3093c7, #1c5a85); background-image: -o-linear-gradient(top, #3093c7, #1c5a85); background-image: linear-gradient(top, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85); } input[type="submit"]:hover, input[type="button"]:hover{ border:1px solid #1c5675; background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26759e), color-stop(100%, #133d5b)); background-image: -webkit-linear-gradient(top, #26759e, #133d5b); background-image: -moz-linear-gradient(top, #26759e, #133d5b); background-image: -ms-linear-gradient(top, #26759e, #133d5b); background-image: -o-linear-gradient(top, #26759e, #133d5b); background-image: linear-gradient(top, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b); } textarea { border-radius: 5px; border: 1px solid #ccc; padding: 5px; }
web/css/input.css
input { background-color: #fcfcfc; border: 1px solid #bbb; font-family: Verdana; padding: 5px; background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1); border: 1px solid #aaa; border-radius: 5px; font-size: 13px; } input[type="submit"], input[type="button"]{ border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 5px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3093c7), color-stop(100%, #1c5a85)); background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85); background-image: -moz-linear-gradient(top, #3093c7, #1c5a85); background-image: -ms-linear-gradient(top, #3093c7, #1c5a85); background-image: -o-linear-gradient(top, #3093c7, #1c5a85); background-image: linear-gradient(top, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85); } input[type="submit"]:hover, input[type="button"]:hover{ border:1px solid #1c5675; background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26759e), color-stop(100%, #133d5b)); background-image: -webkit-linear-gradient(top, #26759e, #133d5b); background-image: -moz-linear-gradient(top, #26759e, #133d5b); background-image: -ms-linear-gradient(top, #26759e, #133d5b); background-image: -o-linear-gradient(top, #26759e, #133d5b); background-image: linear-gradient(top, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b); } textarea { border-radius: 5px; border: 1px solid #ccc; padding: 5px; }
0.383064
0.230551
.react-flow { width: 100%; height: 100%; position: relative; overflow: hidden; } .react-flow__renderer, .react-flow__pane, .react-flow__selectionpane { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .react-flow__pane { z-index: 1; } .react-flow__renderer { z-index: 4; } .react-flow__selectionpane { z-index: 5; } .react-flow__selection { position: absolute; top: 0; left: 0; } .react-flow__edges { position: absolute; top: 0; left: 0; pointer-events: none; z-index: 3; } .react-flow__edge { pointer-events: visibleStroke; &.inactive { pointer-events: none; } } @keyframes dashdraw { from { stroke-dashoffset: 10; } } .react-flow__edge-path { fill: none; } .react-flow__edge-textwrapper { pointer-events: all; } .react-flow__edge-text { pointer-events: none; user-select: none; } .react-flow__connection { pointer-events: none; .animated { stroke-dasharray: 5; animation: dashdraw 0.5s linear infinite; } } .react-flow__connection-path { fill: none; } .react-flow__nodes { position: absolute; width: 100%; height: 100%; pointer-events: none; transform-origin: 0 0; z-index: 4; } .react-flow__node { position: absolute; user-select: none; pointer-events: all; transform-origin: 0 0; line-height: 1; } .react-flow__nodesselection { z-index: 4; position: absolute; width: 100%; height: 100%; top: 0; left: 0; transform-origin: left top; pointer-events: none; &-rect { position: absolute; pointer-events: all; cursor: grab; } } .react-flow__handle { pointer-events: none; &.connectable { pointer-events: all; } } .react-flow__handle-bottom { top: auto; left: 50%; bottom: -5px; transform: translate(-50%, 0); } .react-flow__handle-bottom-left { top: auto; left: 25%; bottom: -5px; transform: translate(-50%, 0); } .react-flow__handle-bottom-right { top: auto; left: 75%; bottom: -5px; transform: translate(-50%, 0); } .react-flow__handle-top { left: 50%; top: -5px; transform: translate(-50%, 0); } .react-flow__handle-top-left { left: 25%; top: -5px; transform: translate(-50%, 0); } .react-flow__handle-top-right { left: 75%; top: -5px; transform: translate(-50%, 0); } .react-flow__handle-left { top: 50%; left: -5px; transform: translate(0, -50%); } .react-flow__handle-left-top { top: 25%; left: -5px; transform: translate(0, -50%); } .react-flow__handle-left-bottom { top: 75%; left: -5px; transform: translate(0, -50%); } .react-flow__handle-right { right: -5px; top: 50%; transform: translate(0, -50%); } .react-flow__handle-right-top { right: -5px; top: 25%; transform: translate(0, -50%); } .react-flow__handle-right-bottom { right: -5px; top: 75%; transform: translate(0, -50%); } .react-flow__edgeupdater { cursor: move; pointer-events: all; } /* additional components */ .react-flow__background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .react-flow__controls { position: absolute; z-index: 5; bottom: 10px; left: 10px; &-button { width: 24px; height: 24px; border: none; svg { width: 100%; } } } .react-flow__minimap { position: absolute; z-index: 5; bottom: 10px; right: 10px; } .react-flow__section { display: flex; flex-direction: row; min-width: 300px; min-height: 34px; background: transparent; overflow-y: auto; &.nodrag { resize: both; cursor: default; } } .react-flow__section__label { writing-mode: vertical-rl; text-orientation: mixed; transform: rotate(180deg); min-width: 32px; background: #9fa5b7; font-weight: 700; border-radius: 4px; display: flex; flex-direction: row; justify-content: center; align-items: center; color: white; padding: 1rem 0; } .react-flow__section__content { width: 100%; } .react-flow__node-unidirectional { padding: 12.5px; min-height: 42px; font-size: 1.25rem; text-align: center; white-space: pre-wrap; border-radius: 0; display: flex; flex-direction: row; justify-content: center; align-items: center; .react-flow__handle { visibility: hidden; } &:hover { .react-flow__handle { visibility: initial; width: 10px !important; height: 10px !important; } } &.rounded { border-radius: 25px; } a { color: inherit; } } .react-flow__node-breakpoint { width: 20px; height: 20px; border: 0; .react-flow__handle { visibility: hidden; } &:hover { .react-flow__handle { visibility: initial; width: 10px !important; height: 10px !important; } } }
src/style.css
.react-flow { width: 100%; height: 100%; position: relative; overflow: hidden; } .react-flow__renderer, .react-flow__pane, .react-flow__selectionpane { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .react-flow__pane { z-index: 1; } .react-flow__renderer { z-index: 4; } .react-flow__selectionpane { z-index: 5; } .react-flow__selection { position: absolute; top: 0; left: 0; } .react-flow__edges { position: absolute; top: 0; left: 0; pointer-events: none; z-index: 3; } .react-flow__edge { pointer-events: visibleStroke; &.inactive { pointer-events: none; } } @keyframes dashdraw { from { stroke-dashoffset: 10; } } .react-flow__edge-path { fill: none; } .react-flow__edge-textwrapper { pointer-events: all; } .react-flow__edge-text { pointer-events: none; user-select: none; } .react-flow__connection { pointer-events: none; .animated { stroke-dasharray: 5; animation: dashdraw 0.5s linear infinite; } } .react-flow__connection-path { fill: none; } .react-flow__nodes { position: absolute; width: 100%; height: 100%; pointer-events: none; transform-origin: 0 0; z-index: 4; } .react-flow__node { position: absolute; user-select: none; pointer-events: all; transform-origin: 0 0; line-height: 1; } .react-flow__nodesselection { z-index: 4; position: absolute; width: 100%; height: 100%; top: 0; left: 0; transform-origin: left top; pointer-events: none; &-rect { position: absolute; pointer-events: all; cursor: grab; } } .react-flow__handle { pointer-events: none; &.connectable { pointer-events: all; } } .react-flow__handle-bottom { top: auto; left: 50%; bottom: -5px; transform: translate(-50%, 0); } .react-flow__handle-bottom-left { top: auto; left: 25%; bottom: -5px; transform: translate(-50%, 0); } .react-flow__handle-bottom-right { top: auto; left: 75%; bottom: -5px; transform: translate(-50%, 0); } .react-flow__handle-top { left: 50%; top: -5px; transform: translate(-50%, 0); } .react-flow__handle-top-left { left: 25%; top: -5px; transform: translate(-50%, 0); } .react-flow__handle-top-right { left: 75%; top: -5px; transform: translate(-50%, 0); } .react-flow__handle-left { top: 50%; left: -5px; transform: translate(0, -50%); } .react-flow__handle-left-top { top: 25%; left: -5px; transform: translate(0, -50%); } .react-flow__handle-left-bottom { top: 75%; left: -5px; transform: translate(0, -50%); } .react-flow__handle-right { right: -5px; top: 50%; transform: translate(0, -50%); } .react-flow__handle-right-top { right: -5px; top: 25%; transform: translate(0, -50%); } .react-flow__handle-right-bottom { right: -5px; top: 75%; transform: translate(0, -50%); } .react-flow__edgeupdater { cursor: move; pointer-events: all; } /* additional components */ .react-flow__background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .react-flow__controls { position: absolute; z-index: 5; bottom: 10px; left: 10px; &-button { width: 24px; height: 24px; border: none; svg { width: 100%; } } } .react-flow__minimap { position: absolute; z-index: 5; bottom: 10px; right: 10px; } .react-flow__section { display: flex; flex-direction: row; min-width: 300px; min-height: 34px; background: transparent; overflow-y: auto; &.nodrag { resize: both; cursor: default; } } .react-flow__section__label { writing-mode: vertical-rl; text-orientation: mixed; transform: rotate(180deg); min-width: 32px; background: #9fa5b7; font-weight: 700; border-radius: 4px; display: flex; flex-direction: row; justify-content: center; align-items: center; color: white; padding: 1rem 0; } .react-flow__section__content { width: 100%; } .react-flow__node-unidirectional { padding: 12.5px; min-height: 42px; font-size: 1.25rem; text-align: center; white-space: pre-wrap; border-radius: 0; display: flex; flex-direction: row; justify-content: center; align-items: center; .react-flow__handle { visibility: hidden; } &:hover { .react-flow__handle { visibility: initial; width: 10px !important; height: 10px !important; } } &.rounded { border-radius: 25px; } a { color: inherit; } } .react-flow__node-breakpoint { width: 20px; height: 20px; border: 0; .react-flow__handle { visibility: hidden; } &:hover { .react-flow__handle { visibility: initial; width: 10px !important; height: 10px !important; } } }
0.835484
0.099383
@media screen and (min-width: 390px) and (max-width: 414px) { .subir { font-size: 35px; bottom: 2%; position: fixed; right: 5%; } .header__contenedor { padding: 10px 10px; position: relative; } /* -------------- cambiando formato a logo --------------*/ .logo { text-decoration: none; font-size: 25px; font-weight: 600; } /* -------------- menu resposive -------------- */ #menu { display: none; position: absolute; left: 0; top: 47px; background-color: white; z-index: 100; width: 100%; text-align: center; } .nav { flex-direction: row-reverse; gap: 10px; } .nav__a { color: black; display: block; border: 1px rgba(211, 205, 205, 0.377) solid; } .luna { border-right: 1px solid #000; padding-right: 5px; } /* -------------- icono sadwich -------------- */ .contenedor__sandwich { display: flex; justify-content: center; align-items: center; } #iconomenu { font-size: 20px; } /* -------------- about ----------- */ .about { flex-wrap: wrap; gap: 15px; } .componente__encabezado { width: 100%; padding-top: 5px; } .componente__title { justify-content: center; } /* ------------ menu ------ */ .contenedor__contenido { gap: 20px; } .tabla__menu { flex-basis: 100%; } /*-------- galeria ----------- */ .contenedor__figure { padding: 0 15px; grid-template-columns: 1fr; grid-template-areas: "gallary1" "gallary2" "gallary3" "gallary4" "gallary5" "gallary6" "gallary7"; gap: 0.8em; } /* ----- historial o experiencia --- */ .contenedor__historial { gap: 50px; } .historial__article { width: 100%; padding-top: 60px; } /* -------- chefs ------- */ .chef__article { width: 100%; } .chefs__contenedor { gap: 20px; } /*---------- paralaxs --------*/ .pedido__contacto { flex-direction: column; gap: 15px; } /* ----- clientes ------*/ .contenedor__slider { flex-direction: column; } .viewport { width: 350px; } .overview { justify-content: center; gap: 17px; padding-left: 17px; } .cards { width: 340px; height: 180px; } .contenedor__textoequipo { width: 100%; } .cont_flechas { position: relative; top: 280px; left: 150px; z-index: 111111; width: 20%; } /* ------ blog ------ */ .blog__contenedor { gap: 15px; justify-content: center; } /* ----- footer -------- */ .redes__sociales { justify-content: flex-start; gap: 30px; padding: 15px 25px; } }
donut/styles/movil.css
@media screen and (min-width: 390px) and (max-width: 414px) { .subir { font-size: 35px; bottom: 2%; position: fixed; right: 5%; } .header__contenedor { padding: 10px 10px; position: relative; } /* -------------- cambiando formato a logo --------------*/ .logo { text-decoration: none; font-size: 25px; font-weight: 600; } /* -------------- menu resposive -------------- */ #menu { display: none; position: absolute; left: 0; top: 47px; background-color: white; z-index: 100; width: 100%; text-align: center; } .nav { flex-direction: row-reverse; gap: 10px; } .nav__a { color: black; display: block; border: 1px rgba(211, 205, 205, 0.377) solid; } .luna { border-right: 1px solid #000; padding-right: 5px; } /* -------------- icono sadwich -------------- */ .contenedor__sandwich { display: flex; justify-content: center; align-items: center; } #iconomenu { font-size: 20px; } /* -------------- about ----------- */ .about { flex-wrap: wrap; gap: 15px; } .componente__encabezado { width: 100%; padding-top: 5px; } .componente__title { justify-content: center; } /* ------------ menu ------ */ .contenedor__contenido { gap: 20px; } .tabla__menu { flex-basis: 100%; } /*-------- galeria ----------- */ .contenedor__figure { padding: 0 15px; grid-template-columns: 1fr; grid-template-areas: "gallary1" "gallary2" "gallary3" "gallary4" "gallary5" "gallary6" "gallary7"; gap: 0.8em; } /* ----- historial o experiencia --- */ .contenedor__historial { gap: 50px; } .historial__article { width: 100%; padding-top: 60px; } /* -------- chefs ------- */ .chef__article { width: 100%; } .chefs__contenedor { gap: 20px; } /*---------- paralaxs --------*/ .pedido__contacto { flex-direction: column; gap: 15px; } /* ----- clientes ------*/ .contenedor__slider { flex-direction: column; } .viewport { width: 350px; } .overview { justify-content: center; gap: 17px; padding-left: 17px; } .cards { width: 340px; height: 180px; } .contenedor__textoequipo { width: 100%; } .cont_flechas { position: relative; top: 280px; left: 150px; z-index: 111111; width: 20%; } /* ------ blog ------ */ .blog__contenedor { gap: 15px; justify-content: center; } /* ----- footer -------- */ .redes__sociales { justify-content: flex-start; gap: 30px; padding: 15px 25px; } }
0.373647
0.147279
::selection { background: #0cf; color: #000; text-shadow: none; } ::-webkit-scrollbar { width: 15px; height: 15px; background-color: #00151d; } ::-webkit-scrollbar-thumb { min-height: 15px; min-width: 15px; background-color: #013a4f; } ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active { background-color: #024c69; } textarea::-webkit-scrollbar, .autocomplete::-webkit-scrollbar { background-color: #fff; } textarea::-webkit-scrollbar-thumb, .autocomplete::-webkit-scrollbar-thumb { background-color: #d9d9d9; } textarea::-webkit-scrollbar-thumb:hover, textarea::-webkit-scrollbar-thumb:active, .autocomplete::-webkit-scrollbar-thumb:hover, .autocomplete::-webkit-scrollbar-thumb:active { background-color: #bfbfbf; } body, input, textarea, select { font-family: "Segoe UI", Arial, Helvetica, sans-serif; } body { margin: 0; padding: 0; font-size: 22pt; background: #00151d; color: #fff; overflow-y: scroll; } a { color: inherit; text-decoration: none; } #main { padding: 45px 0 0; } #top { position: fixed; z-index: 1; top: 0; left: 0; padding: 5px 10px; width: 100%; height: 45px; font-size: 16pt; background: #000709; color: #fff; white-space: nowrap; box-sizing: border-box; } #top .top-left { float: left; } #top .top-right { float: right; } #top, #main { min-width: 1000px; } #info-bar { height: 0; box-sizing: border-box; position: fixed; bottom: 0; left: 0; width: 100%; padding: 0; background: rgba(0, 7, 9, 0.95); font-size: 22pt; color: #b8ebfe; pointer-events: none; } #info-bar span, #info-bar i { display: inline; } #info-bar .hide-from-bar { display: none; } #info-bar .info-wrapper { margin: 0.5em 1.5em 0 108px; line-height: 1.3em; } #info-bar .titles { display: block; white-space: nowrap; padding-bottom: .33em; overflow: hidden; text-overflow: ellipsis; } #info-bar .title { display: inline !important; } #info-bar .title:empty { display: none !important; } #info-bar .title.title-orig { font-size: 1.5em; color: #fff; } #info-bar .title.title-pl:not(:empty) { font-size: 1.5em; color: #fff; margin-right: .5em; } #info-bar .title.title-pl:not(:empty) + .title { font-size: 1.2em; color: #b8ebfe; } #info-bar .title.title-pl:not(:empty) + .title:before { content: '('; } #info-bar .title.title-pl:not(:empty) + .title:after { content: ')'; } #info-bar .rates { display: block; left: .5em; top: .2em; right: auto; bottom: auto; width: 78px; } #info-bar .rates i { line-height: 78px; width: 78px; height: 78px; background-image: url(img/gfx.png); font-size: 29.25px; margin: 0 0 .5em; text-indent: -7px; } #info-bar .rates i:empty { display: none !important; } #info-bar .rates i.filmweb_rate { background-position: 0 0; } #info-bar .rates i.imdb_rate { background-position: 0 -96px; } #info-bar .details { clear: both; } #info-bar .genres, #info-bar .duration, #info-bar .year { margin-right: 1em; background-position: left center; background-repeat: no-repeat; } #info-bar .desc { margin-top: .33em; display: block; } .square-btns { float: left; margin-right: 8px; } .square-btns a { float: left; width: 24px; height: 24px; cursor: pointer; margin: 3px 3px 0 0; color: #8eacb7; border: 2px solid #8eacb7; background: #8eacb7; background-image: url(img/gfx.png); -webkit-user-select: none; } .square-btns a:hover { border-color: white; box-shadow: inset 0 0 12px white; } .square-btns a.current { border-color: white; background-color: white; } .square-btns .rates-filmweb { background-position: -96px -120px; } .square-btns .rates { background-position: -120px -120px; } .square-btns .marked { background-position: -144px -120px; } .square-btns .time { background-position: -168px -120px; } .square-btns .tiles { background-position: -192px -120px; } .square-btns .plus { background-position: -216px -120px; } .square-btns .reset { background-position: -240px -120px; } .square-btns .az { background-position: -264px -120px; } .square-btns .rates-imdb { background-position: -96px -144px; } .square-btns .bar { background-position: -120px -144px; } .square-btns .dice { background-position: -144px -144px; } .square-btns .refresh { background-position: -168px -144px; } .square-btns .list { background-position: -192px -144px; } .square-btns .minus { background-position: -216px -144px; } .square-btns .path { background-position: -240px -144px; } .square-btns .year { background-position: -264px -144px; } #filter { float: left; margin: 3px 0 0 0; } #filter .input { display: block; position: relative; } #filter .input #qclear { display: none; position: absolute; top: 4px; right: 4px; width: 22px; height: 22px; line-height: 17px; text-align: center; font-size: 22px; font-weight: bold; cursor: pointer; background: #01455f; color: #fff; opacity: 0.8; } #filter .input #qclear:hover { opacity: 1; } #filter input { display: block; padding: 0 5px; width: 11em; height: 30px; line-height: 26px; font-size: 0.9em; border: 1px solid #000709; background: white; color: #333; box-sizing: border-box; -webkit-transition: all 0.2s; } #filter input:focus { outline: none; border-color: #038ec3; box-shadow: 0 0 0 3px rgba(48, 196, 252, 0.9); } #loading-bar { position: absolute; width: 100%; height: 45px; left: 0; top: 0; z-index: 100; display: none; } #loading-bar .bg-overlay { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 7, 9, 0.5); } @-webkit-keyframes rotation { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } .spinner { display: inline-block; position: relative; vertical-align: middle; margin: -3px 10px 0 7px; width: 22px; height: 22px; border-radius: 100%; border: 6px solid rgba(3, 142, 195, 0.25); visibility: hidden; opacity: 0; } .spinner i { content: ""; position: absolute; height: 22px; width: 22px; top: -6px; left: -6px; border: 6px solid; border-color: #038ec3 transparent transparent; border-radius: 100%; -webkit-animation: rotation .8s infinite linear; } .spinner.working { opacity: 1; visibility: visible; } .files { margin: 20px 20px 250px; padding: 0; list-style: none; text-align: left; } .list { text-align: left; } .list .film { width: 100%; margin: 0 0 .5em; padding: .1em .5em; text-align: left; line-height: 1.2em; background: #0c2129; position: relative; } .list .film.active { background: #193038; } .list .film .play { display: block; } .list .film .cover-wrap { min-height: 0; display: inline; position: static; } .list .film .hide-on-list { display: none; } .film { display: inline-block; margin: 0; padding: 15px 10px; vertical-align: top; text-align: center; line-height: 1.15em; box-sizing: border-box; width: 33.33333%; font-size: 0.8em; } @media all and (min-width: 840px) { .film { width: 33.33333%; font-size: 0.8em; } } @media all and (min-width: 1120px) { .film { width: 25%; font-size: 0.9em; } } @media all and (min-width: 1400px) { .film { width: 20%; font-size: 1em; } } @media all and (min-width: 1680px) { .film { width: 16.66667%; font-size: 1.1em; } } .film .hide, .film .hide-on-tiles { display: none; } .show-marked .film { display: none !important; } .show-marked .film.marked { display: inline-block !important; } .show-marked .film.marked .mark-tick { display: none; } .film .play { cursor: pointer; text-decoration: none; outline: none; } .film .play .cover, .film .play .title { opacity: 0.8; } .film .play:hover .cover, .film .play:hover .title, .film .play:focus .cover, .film .play:focus .title { opacity: 1; } .film .play:hover .cover, .film .play:focus .cover { box-shadow: 0 0 55px rgba(255, 255, 255, 0.15), 0 0 5px 2px rgba(255, 255, 255, 0.4); -webkit-transition: all 0.15s; } .film .play:hover .mark-tick, .film .play:focus .mark-tick { display: inline-block; } .film .play.selected { color: #ffe100; } .film .play.selected .cover, .film .play.selected .title { opacity: 1; } .film .play.selected .cover { border-color: #ffe100; box-shadow: 0 0 55px rgba(255, 225, 0, 0.1), 0 0 35px rgba(255, 225, 0, 0.15), 0 0 5px 3px rgba(255, 225, 0, 0.3); } .film.menu .play { color: #48c0ff; } .film.menu .play .cover, .film.menu .play .title { opacity: 1; } .film.menu .play .cover { border-color: #48c0ff; box-shadow: 0 0 55px rgba(72, 192, 255, 0.1), 0 0 35px rgba(72, 192, 255, 0.15), 0 0 5px 3px rgba(72, 192, 255, 0.3); } .film .cover-wrap { display: inline-block; position: relative; vertical-align: middle; min-height: 10em; -webkit-user-select: none; } .film .cover-wrap .mark-tick { display: none; position: absolute; right: 5px; top: 5px; background: transparent; width: 0; height: 0; border: 42px solid; border-color: rgba(170, 170, 170, 0.75) rgba(170, 170, 170, 0.75) transparent transparent; -webkit-transition: border 0.2s; } .film .cover-wrap .mark-tick:after { content: ''; position: absolute; top: -30px; right: -30px; width: 32px; height: 32px; background: url(img/gfx.png) -256px -64px no-repeat; } .film .cover-wrap .mark-tick:hover { border-color: #aaaaaa #aaaaaa transparent transparent; } .film .cover-wrap .info { pointer-events: none; } .film .cover-wrap .info span { display: none !important; } .film.marked .mark-tick { display: block; border-color: #22bb00 #22bb00 transparent transparent; } .film.marked .mark-tick:hover { border-color: rgba(34, 187, 0, 0.75) rgba(34, 187, 0, 0.75) transparent transparent; } .list .film .mark-tick { top: 0; right: 0; border-width: 26px; } .list .film .mark-tick:after { top: -26px; right: -26px; } .film .cover { display: block; max-width: 8em; height: 10em; line-height: 0; background: #000c11; border: 5px solid #000c11; border-radius: 2px; } .film .title { display: block; padding: 5px 0; width: 100%; overflow: hidden; text-overflow: ellipsis; letter-spacing: .05em; } .film .title span { padding: 20px; } .info span { display: none; } .info .rates { display: none; position: absolute; right: -5px; bottom: -5px; } .show-rates .info .rates { display: block !important; } .list .info .rates { right: .5em; bottom: 50%; margin-bottom: -27px; } .info .rates i { display: inline-block; z-index: 2; margin-left: -.33em; text-align: center; line-height: 53.46px; width: 54px; height: 54px; letter-spacing: -1px; text-indent: -5px; background: url(img/gfx.png) no-repeat -90px 0; font-family: "Segoe UI Semibold", "Segoe UI", Arial, Helvetica, sans-serif; font-size: 20.25px; font-style: normal; font-weight: normal; } .info .rates i.filmweb_rate { color: #fff; text-shadow: 0 1px 0 #000; } .info .rates i.imdb_rate { color: #000; text-shadow: 0 1px 0 #fe8; background-position: -90px -54px; } .context-menu-list { margin: 0; padding: 3px; display: inline-block; position: absolute; list-style-type: none; background: #fff; color: #000; font-size: 19px; line-height: 32px; -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5), 3px 4px 8px rgba(0, 0, 0, 0.2); } .context-menu-list.fixed { position: fixed; } .context-menu-item { padding: 4px 10px 4px 44px; position: relative; border: 1px solid transparent; white-space: nowrap; -webkit-user-select: none; } .context-menu-item.hover { cursor: pointer; border-color: #70c0e7; background-color: #e6f7ff; } .context-menu-item.hover .shortcut { color: #5db2ff; } .context-menu-item.disabled { display: none; } .context-menu-item > .context-menu-list { display: none; /* re-positioned by js */ right: -5px; top: 5px; } .context-menu-item.hover > .context-menu-list { display: block; } .context-menu-item[class*=" icon-"]:before { content: ''; float: left; margin-left: -40px; width: 32px; height: 32px; background: url(img/gfx.png) no-repeat; } .context-menu-item.icon-filmweb:before { background-position: -160px 0px; } .context-menu-item.icon-imdb:before { background-position: -192px 0px; } .context-menu-item.icon-edit:before { background-position: -224px 0px; } .context-menu-item.icon-subtitles:before { background-position: -256px 0px; } .context-menu-item.icon-google:before { background-position: -160px -32px; } .context-menu-item.icon-copy:before { background-position: -192px -32px; } .context-menu-item.icon-mark:before { background-position: -224px -32px; } .context-menu-item.icon-unmark:before { background-position: -256px -32px; } .context-menu-item.icon-open-folder:before { background-position: -160px -64px; } .context-menu-item.context-menu-separator { margin: .2em 0; padding: 0; border-bottom: 1px solid #ccc; } .context-menu-item .context-menu-submenu:after { content: ">"; color: #666; position: absolute; top: 0; right: 3px; z-index: 1; } .context-menu-item .context-menu-accesskey { text-decoration: underline; } .blockUI.blockMsg { position: fixed; top: 0; left: 50%; height: 100%; display: table; z-index: 100; /* blockCentrify */ } .blockUI.blockMsg .blockCentrify, .blockUI.blockMsg input, .blockUI.blockMsg select, .blockUI.blockMsg textarea { font-size: 19.8pt; } .blockUI.blockMsg .blockCentrify { position: relative; top: 0; left: -50%; display: table-cell; vertical-align: middle; } .blockUI.blockMsg .blockCentrify .blockWrap { width: auto; margin: 0 auto; text-align: left; background: #fff; color: #000; border: 1px solid #003f57; box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.5); } .blockUI.blockMsg .blockCentrify .blockHeader { position: relative; } .blockUI.blockMsg .blockCentrify .blockHeader .blockTitle { display: block; padding: .1em 3em .3em .5em; font-weight: 600; background: #00151d; background: -webkit-gradient(linear, left top, left bottom, from(#001f2b), to(#00151d)); color: #fff; } .blockUI.blockMsg .blockCentrify .blockHeader .blockTitle .normal { font-weight: normal; } .blockUI.blockMsg .blockCentrify .blockContent { padding: 20px; min-width: 200px; overflow: auto; overflow-x: hidden; } .blockUI.blockMsg .blockCentrify .blockContent::-webkit-scrollbar { width: 6px; height: 6px; background-color: #fff; } .blockUI.blockMsg .blockCentrify .blockContent::-webkit-scrollbar-thumb { min-height: 6px; min-width: 6px; background-color: #d8d8d8; } .blockUI.blockMsg .blockCentrify .blockContent::-webkit-scrollbar-thumb:hover, .blockUI.blockMsg .blockCentrify .blockContent::-webkit-scrollbar-thumb:active { background-color: #bfbfbf; } .blockUI.blockMsg .blockCentrify .blockContent p:first-child { margin-top: 0; } .blockUI.blockMsg .blockCentrify .blockContent h3, .blockUI.blockMsg .blockCentrify .blockContent h4 { margin: 0 0 .5em; } .blockClose { cursor: pointer; position: absolute; right: .25em; top: -1px; font-size: 27px; line-height: 22px; width: 48px; height: 28px; background: #c75050; color: #fff; text-align: center; -webkit-transition: all 0.2s; } .blockClose:hover { background: #e04343; } .ui-tooltip { position: absolute; z-index: 9999; max-width: 16em; font-size: 16pt; padding: .33em .5em; text-align: center; margin: 0 .5em; } .ui-tooltip, .arrow:after { background: #012836; border: 2px solid #fff; } .arrow { width: 70px; height: 16px; overflow: hidden; position: absolute; left: 50%; margin-left: -35px; bottom: -16px; } .arrow.top { top: -16px; bottom: auto; } .arrow.left { left: 20%; } .arrow:after { content: ""; position: absolute; left: 20px; top: -20px; width: 25px; height: 25px; box-shadow: 6px 5px 9px -9px black; -webkit-transform: rotate(45deg); } .arrow.top:after { bottom: -20px; top: auto; } #film_path { max-width: 32em; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-weight: normal; color: #666; } .form { margin: 0; padding: 0; min-width: 768px; } .form a { color: #06a; cursor: pointer; } .form input, .form select, .form textarea, .form .btn { box-sizing: border-box; margin: 0; padding: .1em .25em; line-height: 1.4em; border: 2px solid #eee; background: #fff; -webkit-transition: all 0.2s; } .form input:hover, .form select:hover, .form textarea:hover, .form .btn:hover { border-color: #ccc; } .form input:focus, .form input.focus, .form select:focus, .form select.focus, .form textarea:focus, .form textarea.focus, .form .btn:focus, .form .btn.focus { outline: none; border-color: #04b3f5; box-shadow: 0 0 0 3px rgba(48, 196, 252, 0.9); } .form input[disabled], .form select[disabled], .form textarea[disabled], .form .btn[disabled] { border-color: #eee; background: #fafafa; color: #999; } .form textarea { resize: none; } .form .btn { display: inline-block; padding: .06em .5em .18em; border: 1px solid #fff; background: #fff; color: #000; } .form input[type=submit] { padding: 0 .5em .12em; background: #5a0; border-color: #5a0; border-bottom-color: #390; color: #fff; cursor: pointer; } .form input[type=submit]:hover { background: #61c300; border-color: #61c300; border-bottom-color: #3aaf00; } .form dt, .form dd { box-sizing: border-box; float: left; margin: 0 0 .7em; padding: 0; } .form dt { clear: both; width: 25%; } .form dt label { display: block; margin: .2em .5em 0 0; white-space: nowrap; } .form dt.for-short { clear: none; text-align: right; padding-right: .5em; } .form dd { width: 75%; } .form dd input[type=text], .form dd select, .form dd textarea { width: 100%; } .form dd.full-width { width: 100%; float: none; clear: both; } .form dd.short { width: 25%; } .form dd.with-rate { padding-right: 80px; position: relative; } .form dd.with-rate .rate, .form dd.with-rate .star { width: 60px; position: absolute; top: 0; right: 0; text-align: center; } .form dd.with-rate .rate { z-index: 2; text-indent: 0; text-align: center; padding-left: 0; padding-right: 0; background: transparent; color: #fff; font-weight: bold; } .form dd.with-rate .star { z-index: 1; font-size: 2.5em; height: 100%; line-height: .5em; background: #e02; overflow: hidden; color: rgba(255, 255, 255, 0.2); } .form dd.with-rate .star.imdb { background: #f9b200; } .form dd.submit { margin: 1em -20px -20px; padding: 20px; background: #f1f1f1; width: auto; float: none; clear: both; text-align: right; } .form dd.submit input, .form dd.submit a { vertical-align: top; } .form dd.submit a { margin-left: .2em; } .form .grey { font-size: 0.8em; color: #aaa; } .input-wrap { position: relative; } .autocomplete { position: absolute; top: 100%; left: 0; box-sizing: border-box; width: 100%; margin: 0; padding: .2em 0 0; background: #fff; border: 2px solid #00bdff; max-height: 10em; overflow: auto; outline: none; z-index: 3; cursor: default; border-top: none; box-shadow: 0 3pt 0 #00d2ff, -3pt 3pt 0 #00d2ff, 3pt 3pt 0 #00d2ff; } .autocomplete li { display: block; padding: .2em .5em .3em; background: #fff; cursor: pointer; } .autocomplete li:hover { background: #eee; } .autocomplete li.not-found { color: #b00; text-align: center; } .autocomplete li span { display: block; line-height: 1.25em; } .autocomplete li b { font-weight: normal; background: rgba(255, 245, 150, 0.8); } .autocomplete li .details { font-size: 0.7em; } .abstract { display: none; }
content/style.css
::selection { background: #0cf; color: #000; text-shadow: none; } ::-webkit-scrollbar { width: 15px; height: 15px; background-color: #00151d; } ::-webkit-scrollbar-thumb { min-height: 15px; min-width: 15px; background-color: #013a4f; } ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active { background-color: #024c69; } textarea::-webkit-scrollbar, .autocomplete::-webkit-scrollbar { background-color: #fff; } textarea::-webkit-scrollbar-thumb, .autocomplete::-webkit-scrollbar-thumb { background-color: #d9d9d9; } textarea::-webkit-scrollbar-thumb:hover, textarea::-webkit-scrollbar-thumb:active, .autocomplete::-webkit-scrollbar-thumb:hover, .autocomplete::-webkit-scrollbar-thumb:active { background-color: #bfbfbf; } body, input, textarea, select { font-family: "Segoe UI", Arial, Helvetica, sans-serif; } body { margin: 0; padding: 0; font-size: 22pt; background: #00151d; color: #fff; overflow-y: scroll; } a { color: inherit; text-decoration: none; } #main { padding: 45px 0 0; } #top { position: fixed; z-index: 1; top: 0; left: 0; padding: 5px 10px; width: 100%; height: 45px; font-size: 16pt; background: #000709; color: #fff; white-space: nowrap; box-sizing: border-box; } #top .top-left { float: left; } #top .top-right { float: right; } #top, #main { min-width: 1000px; } #info-bar { height: 0; box-sizing: border-box; position: fixed; bottom: 0; left: 0; width: 100%; padding: 0; background: rgba(0, 7, 9, 0.95); font-size: 22pt; color: #b8ebfe; pointer-events: none; } #info-bar span, #info-bar i { display: inline; } #info-bar .hide-from-bar { display: none; } #info-bar .info-wrapper { margin: 0.5em 1.5em 0 108px; line-height: 1.3em; } #info-bar .titles { display: block; white-space: nowrap; padding-bottom: .33em; overflow: hidden; text-overflow: ellipsis; } #info-bar .title { display: inline !important; } #info-bar .title:empty { display: none !important; } #info-bar .title.title-orig { font-size: 1.5em; color: #fff; } #info-bar .title.title-pl:not(:empty) { font-size: 1.5em; color: #fff; margin-right: .5em; } #info-bar .title.title-pl:not(:empty) + .title { font-size: 1.2em; color: #b8ebfe; } #info-bar .title.title-pl:not(:empty) + .title:before { content: '('; } #info-bar .title.title-pl:not(:empty) + .title:after { content: ')'; } #info-bar .rates { display: block; left: .5em; top: .2em; right: auto; bottom: auto; width: 78px; } #info-bar .rates i { line-height: 78px; width: 78px; height: 78px; background-image: url(img/gfx.png); font-size: 29.25px; margin: 0 0 .5em; text-indent: -7px; } #info-bar .rates i:empty { display: none !important; } #info-bar .rates i.filmweb_rate { background-position: 0 0; } #info-bar .rates i.imdb_rate { background-position: 0 -96px; } #info-bar .details { clear: both; } #info-bar .genres, #info-bar .duration, #info-bar .year { margin-right: 1em; background-position: left center; background-repeat: no-repeat; } #info-bar .desc { margin-top: .33em; display: block; } .square-btns { float: left; margin-right: 8px; } .square-btns a { float: left; width: 24px; height: 24px; cursor: pointer; margin: 3px 3px 0 0; color: #8eacb7; border: 2px solid #8eacb7; background: #8eacb7; background-image: url(img/gfx.png); -webkit-user-select: none; } .square-btns a:hover { border-color: white; box-shadow: inset 0 0 12px white; } .square-btns a.current { border-color: white; background-color: white; } .square-btns .rates-filmweb { background-position: -96px -120px; } .square-btns .rates { background-position: -120px -120px; } .square-btns .marked { background-position: -144px -120px; } .square-btns .time { background-position: -168px -120px; } .square-btns .tiles { background-position: -192px -120px; } .square-btns .plus { background-position: -216px -120px; } .square-btns .reset { background-position: -240px -120px; } .square-btns .az { background-position: -264px -120px; } .square-btns .rates-imdb { background-position: -96px -144px; } .square-btns .bar { background-position: -120px -144px; } .square-btns .dice { background-position: -144px -144px; } .square-btns .refresh { background-position: -168px -144px; } .square-btns .list { background-position: -192px -144px; } .square-btns .minus { background-position: -216px -144px; } .square-btns .path { background-position: -240px -144px; } .square-btns .year { background-position: -264px -144px; } #filter { float: left; margin: 3px 0 0 0; } #filter .input { display: block; position: relative; } #filter .input #qclear { display: none; position: absolute; top: 4px; right: 4px; width: 22px; height: 22px; line-height: 17px; text-align: center; font-size: 22px; font-weight: bold; cursor: pointer; background: #01455f; color: #fff; opacity: 0.8; } #filter .input #qclear:hover { opacity: 1; } #filter input { display: block; padding: 0 5px; width: 11em; height: 30px; line-height: 26px; font-size: 0.9em; border: 1px solid #000709; background: white; color: #333; box-sizing: border-box; -webkit-transition: all 0.2s; } #filter input:focus { outline: none; border-color: #038ec3; box-shadow: 0 0 0 3px rgba(48, 196, 252, 0.9); } #loading-bar { position: absolute; width: 100%; height: 45px; left: 0; top: 0; z-index: 100; display: none; } #loading-bar .bg-overlay { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 7, 9, 0.5); } @-webkit-keyframes rotation { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } .spinner { display: inline-block; position: relative; vertical-align: middle; margin: -3px 10px 0 7px; width: 22px; height: 22px; border-radius: 100%; border: 6px solid rgba(3, 142, 195, 0.25); visibility: hidden; opacity: 0; } .spinner i { content: ""; position: absolute; height: 22px; width: 22px; top: -6px; left: -6px; border: 6px solid; border-color: #038ec3 transparent transparent; border-radius: 100%; -webkit-animation: rotation .8s infinite linear; } .spinner.working { opacity: 1; visibility: visible; } .files { margin: 20px 20px 250px; padding: 0; list-style: none; text-align: left; } .list { text-align: left; } .list .film { width: 100%; margin: 0 0 .5em; padding: .1em .5em; text-align: left; line-height: 1.2em; background: #0c2129; position: relative; } .list .film.active { background: #193038; } .list .film .play { display: block; } .list .film .cover-wrap { min-height: 0; display: inline; position: static; } .list .film .hide-on-list { display: none; } .film { display: inline-block; margin: 0; padding: 15px 10px; vertical-align: top; text-align: center; line-height: 1.15em; box-sizing: border-box; width: 33.33333%; font-size: 0.8em; } @media all and (min-width: 840px) { .film { width: 33.33333%; font-size: 0.8em; } } @media all and (min-width: 1120px) { .film { width: 25%; font-size: 0.9em; } } @media all and (min-width: 1400px) { .film { width: 20%; font-size: 1em; } } @media all and (min-width: 1680px) { .film { width: 16.66667%; font-size: 1.1em; } } .film .hide, .film .hide-on-tiles { display: none; } .show-marked .film { display: none !important; } .show-marked .film.marked { display: inline-block !important; } .show-marked .film.marked .mark-tick { display: none; } .film .play { cursor: pointer; text-decoration: none; outline: none; } .film .play .cover, .film .play .title { opacity: 0.8; } .film .play:hover .cover, .film .play:hover .title, .film .play:focus .cover, .film .play:focus .title { opacity: 1; } .film .play:hover .cover, .film .play:focus .cover { box-shadow: 0 0 55px rgba(255, 255, 255, 0.15), 0 0 5px 2px rgba(255, 255, 255, 0.4); -webkit-transition: all 0.15s; } .film .play:hover .mark-tick, .film .play:focus .mark-tick { display: inline-block; } .film .play.selected { color: #ffe100; } .film .play.selected .cover, .film .play.selected .title { opacity: 1; } .film .play.selected .cover { border-color: #ffe100; box-shadow: 0 0 55px rgba(255, 225, 0, 0.1), 0 0 35px rgba(255, 225, 0, 0.15), 0 0 5px 3px rgba(255, 225, 0, 0.3); } .film.menu .play { color: #48c0ff; } .film.menu .play .cover, .film.menu .play .title { opacity: 1; } .film.menu .play .cover { border-color: #48c0ff; box-shadow: 0 0 55px rgba(72, 192, 255, 0.1), 0 0 35px rgba(72, 192, 255, 0.15), 0 0 5px 3px rgba(72, 192, 255, 0.3); } .film .cover-wrap { display: inline-block; position: relative; vertical-align: middle; min-height: 10em; -webkit-user-select: none; } .film .cover-wrap .mark-tick { display: none; position: absolute; right: 5px; top: 5px; background: transparent; width: 0; height: 0; border: 42px solid; border-color: rgba(170, 170, 170, 0.75) rgba(170, 170, 170, 0.75) transparent transparent; -webkit-transition: border 0.2s; } .film .cover-wrap .mark-tick:after { content: ''; position: absolute; top: -30px; right: -30px; width: 32px; height: 32px; background: url(img/gfx.png) -256px -64px no-repeat; } .film .cover-wrap .mark-tick:hover { border-color: #aaaaaa #aaaaaa transparent transparent; } .film .cover-wrap .info { pointer-events: none; } .film .cover-wrap .info span { display: none !important; } .film.marked .mark-tick { display: block; border-color: #22bb00 #22bb00 transparent transparent; } .film.marked .mark-tick:hover { border-color: rgba(34, 187, 0, 0.75) rgba(34, 187, 0, 0.75) transparent transparent; } .list .film .mark-tick { top: 0; right: 0; border-width: 26px; } .list .film .mark-tick:after { top: -26px; right: -26px; } .film .cover { display: block; max-width: 8em; height: 10em; line-height: 0; background: #000c11; border: 5px solid #000c11; border-radius: 2px; } .film .title { display: block; padding: 5px 0; width: 100%; overflow: hidden; text-overflow: ellipsis; letter-spacing: .05em; } .film .title span { padding: 20px; } .info span { display: none; } .info .rates { display: none; position: absolute; right: -5px; bottom: -5px; } .show-rates .info .rates { display: block !important; } .list .info .rates { right: .5em; bottom: 50%; margin-bottom: -27px; } .info .rates i { display: inline-block; z-index: 2; margin-left: -.33em; text-align: center; line-height: 53.46px; width: 54px; height: 54px; letter-spacing: -1px; text-indent: -5px; background: url(img/gfx.png) no-repeat -90px 0; font-family: "Segoe UI Semibold", "Segoe UI", Arial, Helvetica, sans-serif; font-size: 20.25px; font-style: normal; font-weight: normal; } .info .rates i.filmweb_rate { color: #fff; text-shadow: 0 1px 0 #000; } .info .rates i.imdb_rate { color: #000; text-shadow: 0 1px 0 #fe8; background-position: -90px -54px; } .context-menu-list { margin: 0; padding: 3px; display: inline-block; position: absolute; list-style-type: none; background: #fff; color: #000; font-size: 19px; line-height: 32px; -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5), 3px 4px 8px rgba(0, 0, 0, 0.2); } .context-menu-list.fixed { position: fixed; } .context-menu-item { padding: 4px 10px 4px 44px; position: relative; border: 1px solid transparent; white-space: nowrap; -webkit-user-select: none; } .context-menu-item.hover { cursor: pointer; border-color: #70c0e7; background-color: #e6f7ff; } .context-menu-item.hover .shortcut { color: #5db2ff; } .context-menu-item.disabled { display: none; } .context-menu-item > .context-menu-list { display: none; /* re-positioned by js */ right: -5px; top: 5px; } .context-menu-item.hover > .context-menu-list { display: block; } .context-menu-item[class*=" icon-"]:before { content: ''; float: left; margin-left: -40px; width: 32px; height: 32px; background: url(img/gfx.png) no-repeat; } .context-menu-item.icon-filmweb:before { background-position: -160px 0px; } .context-menu-item.icon-imdb:before { background-position: -192px 0px; } .context-menu-item.icon-edit:before { background-position: -224px 0px; } .context-menu-item.icon-subtitles:before { background-position: -256px 0px; } .context-menu-item.icon-google:before { background-position: -160px -32px; } .context-menu-item.icon-copy:before { background-position: -192px -32px; } .context-menu-item.icon-mark:before { background-position: -224px -32px; } .context-menu-item.icon-unmark:before { background-position: -256px -32px; } .context-menu-item.icon-open-folder:before { background-position: -160px -64px; } .context-menu-item.context-menu-separator { margin: .2em 0; padding: 0; border-bottom: 1px solid #ccc; } .context-menu-item .context-menu-submenu:after { content: ">"; color: #666; position: absolute; top: 0; right: 3px; z-index: 1; } .context-menu-item .context-menu-accesskey { text-decoration: underline; } .blockUI.blockMsg { position: fixed; top: 0; left: 50%; height: 100%; display: table; z-index: 100; /* blockCentrify */ } .blockUI.blockMsg .blockCentrify, .blockUI.blockMsg input, .blockUI.blockMsg select, .blockUI.blockMsg textarea { font-size: 19.8pt; } .blockUI.blockMsg .blockCentrify { position: relative; top: 0; left: -50%; display: table-cell; vertical-align: middle; } .blockUI.blockMsg .blockCentrify .blockWrap { width: auto; margin: 0 auto; text-align: left; background: #fff; color: #000; border: 1px solid #003f57; box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.5); } .blockUI.blockMsg .blockCentrify .blockHeader { position: relative; } .blockUI.blockMsg .blockCentrify .blockHeader .blockTitle { display: block; padding: .1em 3em .3em .5em; font-weight: 600; background: #00151d; background: -webkit-gradient(linear, left top, left bottom, from(#001f2b), to(#00151d)); color: #fff; } .blockUI.blockMsg .blockCentrify .blockHeader .blockTitle .normal { font-weight: normal; } .blockUI.blockMsg .blockCentrify .blockContent { padding: 20px; min-width: 200px; overflow: auto; overflow-x: hidden; } .blockUI.blockMsg .blockCentrify .blockContent::-webkit-scrollbar { width: 6px; height: 6px; background-color: #fff; } .blockUI.blockMsg .blockCentrify .blockContent::-webkit-scrollbar-thumb { min-height: 6px; min-width: 6px; background-color: #d8d8d8; } .blockUI.blockMsg .blockCentrify .blockContent::-webkit-scrollbar-thumb:hover, .blockUI.blockMsg .blockCentrify .blockContent::-webkit-scrollbar-thumb:active { background-color: #bfbfbf; } .blockUI.blockMsg .blockCentrify .blockContent p:first-child { margin-top: 0; } .blockUI.blockMsg .blockCentrify .blockContent h3, .blockUI.blockMsg .blockCentrify .blockContent h4 { margin: 0 0 .5em; } .blockClose { cursor: pointer; position: absolute; right: .25em; top: -1px; font-size: 27px; line-height: 22px; width: 48px; height: 28px; background: #c75050; color: #fff; text-align: center; -webkit-transition: all 0.2s; } .blockClose:hover { background: #e04343; } .ui-tooltip { position: absolute; z-index: 9999; max-width: 16em; font-size: 16pt; padding: .33em .5em; text-align: center; margin: 0 .5em; } .ui-tooltip, .arrow:after { background: #012836; border: 2px solid #fff; } .arrow { width: 70px; height: 16px; overflow: hidden; position: absolute; left: 50%; margin-left: -35px; bottom: -16px; } .arrow.top { top: -16px; bottom: auto; } .arrow.left { left: 20%; } .arrow:after { content: ""; position: absolute; left: 20px; top: -20px; width: 25px; height: 25px; box-shadow: 6px 5px 9px -9px black; -webkit-transform: rotate(45deg); } .arrow.top:after { bottom: -20px; top: auto; } #film_path { max-width: 32em; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-weight: normal; color: #666; } .form { margin: 0; padding: 0; min-width: 768px; } .form a { color: #06a; cursor: pointer; } .form input, .form select, .form textarea, .form .btn { box-sizing: border-box; margin: 0; padding: .1em .25em; line-height: 1.4em; border: 2px solid #eee; background: #fff; -webkit-transition: all 0.2s; } .form input:hover, .form select:hover, .form textarea:hover, .form .btn:hover { border-color: #ccc; } .form input:focus, .form input.focus, .form select:focus, .form select.focus, .form textarea:focus, .form textarea.focus, .form .btn:focus, .form .btn.focus { outline: none; border-color: #04b3f5; box-shadow: 0 0 0 3px rgba(48, 196, 252, 0.9); } .form input[disabled], .form select[disabled], .form textarea[disabled], .form .btn[disabled] { border-color: #eee; background: #fafafa; color: #999; } .form textarea { resize: none; } .form .btn { display: inline-block; padding: .06em .5em .18em; border: 1px solid #fff; background: #fff; color: #000; } .form input[type=submit] { padding: 0 .5em .12em; background: #5a0; border-color: #5a0; border-bottom-color: #390; color: #fff; cursor: pointer; } .form input[type=submit]:hover { background: #61c300; border-color: #61c300; border-bottom-color: #3aaf00; } .form dt, .form dd { box-sizing: border-box; float: left; margin: 0 0 .7em; padding: 0; } .form dt { clear: both; width: 25%; } .form dt label { display: block; margin: .2em .5em 0 0; white-space: nowrap; } .form dt.for-short { clear: none; text-align: right; padding-right: .5em; } .form dd { width: 75%; } .form dd input[type=text], .form dd select, .form dd textarea { width: 100%; } .form dd.full-width { width: 100%; float: none; clear: both; } .form dd.short { width: 25%; } .form dd.with-rate { padding-right: 80px; position: relative; } .form dd.with-rate .rate, .form dd.with-rate .star { width: 60px; position: absolute; top: 0; right: 0; text-align: center; } .form dd.with-rate .rate { z-index: 2; text-indent: 0; text-align: center; padding-left: 0; padding-right: 0; background: transparent; color: #fff; font-weight: bold; } .form dd.with-rate .star { z-index: 1; font-size: 2.5em; height: 100%; line-height: .5em; background: #e02; overflow: hidden; color: rgba(255, 255, 255, 0.2); } .form dd.with-rate .star.imdb { background: #f9b200; } .form dd.submit { margin: 1em -20px -20px; padding: 20px; background: #f1f1f1; width: auto; float: none; clear: both; text-align: right; } .form dd.submit input, .form dd.submit a { vertical-align: top; } .form dd.submit a { margin-left: .2em; } .form .grey { font-size: 0.8em; color: #aaa; } .input-wrap { position: relative; } .autocomplete { position: absolute; top: 100%; left: 0; box-sizing: border-box; width: 100%; margin: 0; padding: .2em 0 0; background: #fff; border: 2px solid #00bdff; max-height: 10em; overflow: auto; outline: none; z-index: 3; cursor: default; border-top: none; box-shadow: 0 3pt 0 #00d2ff, -3pt 3pt 0 #00d2ff, 3pt 3pt 0 #00d2ff; } .autocomplete li { display: block; padding: .2em .5em .3em; background: #fff; cursor: pointer; } .autocomplete li:hover { background: #eee; } .autocomplete li.not-found { color: #b00; text-align: center; } .autocomplete li span { display: block; line-height: 1.25em; } .autocomplete li b { font-weight: normal; background: rgba(255, 245, 150, 0.8); } .autocomplete li .details { font-size: 0.7em; } .abstract { display: none; }
0.234933
0.035178
html, body { height: 100%; width: 100%; overflow: hidden; margin: 0; } .grass, .sky, , .grass2 .manna { position: relative; } .sky { height: 33%; background-color: skyblue; } .grass { height: 16%; background-color: seagreen; } .road { height: 35%; background-color: dimgray; box-sizing: border-box; border-top: 10px solid grey; border-bottom: 10px solid grey; width: 100%; } .lines { box-sizing: border-box; border: 5px dashed #fff; height: 0px; width: 100%; position: absolute; top: 365px; } .grass2 { height: 16%; background-color: seagreen; } /*// ELEMENTS TO ANIMATE //*/ .car1 { position: absolute; top: 305px; left: 0; animation: drive 12s both infinite linear, jump 0.3s 1.2s ease; } .car2 { position: absolute; top: 425px; left: 0; animation-name: drive; animation-duration: 12s; animation-fill-mode: both; animation-iteration-count: infinite; animation-timing-function: linear; } .cloud { position: absolute; } .cloud:nth-child(1) { width: 200px; top: 120px; opacity: 0.5; animation: wind 80s linear infinite reverse; } .cloud:nth-child(2) { width: 300px; top: 0; animation: wind 50s linear infinite reverse; } .manna { position: absolute; left: 500px; animation-name: manna; animation-fill-mode: both; animation-duration: 6s; animation-iteration-count: infinite; } /*// KEYFRAMES //*/ @keyframes drive { from { transform: translateX(-200px) } to { transform: translateX(1300PX) } } @keyframes wind { from { left: -300px } to { left: 100% } } @keyframes jump { 0% { top: -40px } 50% { top: -100px } 100% { top: -40px } } @keyframes manna { from { transform: translateY(0px); } to { transform: translateY(360px); } }
css/manna.css
html, body { height: 100%; width: 100%; overflow: hidden; margin: 0; } .grass, .sky, , .grass2 .manna { position: relative; } .sky { height: 33%; background-color: skyblue; } .grass { height: 16%; background-color: seagreen; } .road { height: 35%; background-color: dimgray; box-sizing: border-box; border-top: 10px solid grey; border-bottom: 10px solid grey; width: 100%; } .lines { box-sizing: border-box; border: 5px dashed #fff; height: 0px; width: 100%; position: absolute; top: 365px; } .grass2 { height: 16%; background-color: seagreen; } /*// ELEMENTS TO ANIMATE //*/ .car1 { position: absolute; top: 305px; left: 0; animation: drive 12s both infinite linear, jump 0.3s 1.2s ease; } .car2 { position: absolute; top: 425px; left: 0; animation-name: drive; animation-duration: 12s; animation-fill-mode: both; animation-iteration-count: infinite; animation-timing-function: linear; } .cloud { position: absolute; } .cloud:nth-child(1) { width: 200px; top: 120px; opacity: 0.5; animation: wind 80s linear infinite reverse; } .cloud:nth-child(2) { width: 300px; top: 0; animation: wind 50s linear infinite reverse; } .manna { position: absolute; left: 500px; animation-name: manna; animation-fill-mode: both; animation-duration: 6s; animation-iteration-count: infinite; } /*// KEYFRAMES //*/ @keyframes drive { from { transform: translateX(-200px) } to { transform: translateX(1300PX) } } @keyframes wind { from { left: -300px } to { left: 100% } } @keyframes jump { 0% { top: -40px } 50% { top: -100px } 100% { top: -40px } } @keyframes manna { from { transform: translateY(0px); } to { transform: translateY(360px); } }
0.625552
0.054374
*{ margin: 0; padding: 0; } /* css variables */ :root{ --navbar-height: 59px; } /* Navigaton Bar */ #navbar { display:flex; align-items:center; position: relative; /*resize the navbar*/ top:0px; } /* Logo and image */ #logo{ margin: 10px 36px; } #logo img{ height: 60px; margin: 5px 6px; } /* List styling */ #navbar ul{ display:flex; font-family: '<NAME>', cursive; } /* color the navbar */ #navbar::before{ content: ""; background-color: black; position: absolute; height: 100%; top: 0px; left: 0px; width: 100%; z-index: -1; /*show the content on the black screen*/ opacity: 3.4; } #navbar ul li{ color: rgb(8, 133, 50); list-style: none; font-size: 1.3rem; /* padding: 0px; */ } #navbar ul li a{ color: white; list-style: none; display: block; font-size: 1.3rem; padding: 10px 5px; text-decoration: none; /* remove underlines*/ } /* hover to change the color of the element */ #navbar ul li a:hover{ color: black; background-color: White; display: block; padding: 3px 22px; border-radius: 20px; text-decoration: none; } #navbar ul li{ color: rgb(10, 141, 56); list-style: none; font-size: 1.3rem; padding: 0px; } /* Home Section */ #home{ display: flex; flex-direction: column; padding: 3px 200px; justify-content: center; align-items: center; height: 554px; } /* set background to our webpage */ #home::before{ /*background's underheight*/ content: ""; background: url(../p2/bg1.jpg) no-repeat center center/cover; position: absolute; height: 90%; top: 0px; left: 0px; /*hide the navbar */ width: 100%; z-index: -1; /*show the content on the black screen*/ opacity: 0.89; /*reduce the opacity of the background image*/ } /* Utility class */ #home h1 { color: white; text-align: center; } #home p { color: white; text-align: center; font-size:1.5rem; font-family: 'Bree Serif', serif; } .h-primary{ font-size: 3.8rem; padding: 2px; font-family: 'Baloo 2', cursive; } .h-secondary{ font-size: 2.8rem; padding: 12px; font-family: 'Baloo 2', cursive; align-items: center; /* display: block; */ } .btn{ padding: 6px 20px; border: 2px solid white; background-color:rgb(218, 12, 12); color: white; margin: 17px; font-size: 1.5rem; border-radius:10px; cursor: pointer; } .btn:hover{ background-color: rgb(207, 97, 97); } /* Services section */ #services{ margin: 34px; display: flex; } /* #services.box img{ border: 2px solid brown; } */ .center{ text-align: center; /* border: 2px solid black; */ } #services .box{ border: 2px solid rgb(214, 12, 12); padding: 34px; margin: 3px 6px; background-color: rgb(209, 209, 166); } #services .box img{ height:100px; /* border: 2px solid brown; */ margin: auto; display:block; /* background-color: yellow; */ } /* .box{ border: 2px solid black; padding: 34px; margin: 3px 6px; } */ /* client-section */ #client-section { height: 344px; } #clients{ display: flex; justify-content: center; align-items: center; } #clients img { height: 124px; /* padding: 12px; */ } .client-item{ padding: 20px; } #client-section::before{ content: ""; position: absolute; background: url('../bg.jpg'); width: 100%; height: 100%; z-index: -1; }
p2.css
*{ margin: 0; padding: 0; } /* css variables */ :root{ --navbar-height: 59px; } /* Navigaton Bar */ #navbar { display:flex; align-items:center; position: relative; /*resize the navbar*/ top:0px; } /* Logo and image */ #logo{ margin: 10px 36px; } #logo img{ height: 60px; margin: 5px 6px; } /* List styling */ #navbar ul{ display:flex; font-family: '<NAME>', cursive; } /* color the navbar */ #navbar::before{ content: ""; background-color: black; position: absolute; height: 100%; top: 0px; left: 0px; width: 100%; z-index: -1; /*show the content on the black screen*/ opacity: 3.4; } #navbar ul li{ color: rgb(8, 133, 50); list-style: none; font-size: 1.3rem; /* padding: 0px; */ } #navbar ul li a{ color: white; list-style: none; display: block; font-size: 1.3rem; padding: 10px 5px; text-decoration: none; /* remove underlines*/ } /* hover to change the color of the element */ #navbar ul li a:hover{ color: black; background-color: White; display: block; padding: 3px 22px; border-radius: 20px; text-decoration: none; } #navbar ul li{ color: rgb(10, 141, 56); list-style: none; font-size: 1.3rem; padding: 0px; } /* Home Section */ #home{ display: flex; flex-direction: column; padding: 3px 200px; justify-content: center; align-items: center; height: 554px; } /* set background to our webpage */ #home::before{ /*background's underheight*/ content: ""; background: url(../p2/bg1.jpg) no-repeat center center/cover; position: absolute; height: 90%; top: 0px; left: 0px; /*hide the navbar */ width: 100%; z-index: -1; /*show the content on the black screen*/ opacity: 0.89; /*reduce the opacity of the background image*/ } /* Utility class */ #home h1 { color: white; text-align: center; } #home p { color: white; text-align: center; font-size:1.5rem; font-family: 'Bree Serif', serif; } .h-primary{ font-size: 3.8rem; padding: 2px; font-family: 'Baloo 2', cursive; } .h-secondary{ font-size: 2.8rem; padding: 12px; font-family: 'Baloo 2', cursive; align-items: center; /* display: block; */ } .btn{ padding: 6px 20px; border: 2px solid white; background-color:rgb(218, 12, 12); color: white; margin: 17px; font-size: 1.5rem; border-radius:10px; cursor: pointer; } .btn:hover{ background-color: rgb(207, 97, 97); } /* Services section */ #services{ margin: 34px; display: flex; } /* #services.box img{ border: 2px solid brown; } */ .center{ text-align: center; /* border: 2px solid black; */ } #services .box{ border: 2px solid rgb(214, 12, 12); padding: 34px; margin: 3px 6px; background-color: rgb(209, 209, 166); } #services .box img{ height:100px; /* border: 2px solid brown; */ margin: auto; display:block; /* background-color: yellow; */ } /* .box{ border: 2px solid black; padding: 34px; margin: 3px 6px; } */ /* client-section */ #client-section { height: 344px; } #clients{ display: flex; justify-content: center; align-items: center; } #clients img { height: 124px; /* padding: 12px; */ } .client-item{ padding: 20px; } #client-section::before{ content: ""; position: absolute; background: url('../bg.jpg'); width: 100%; height: 100%; z-index: -1; }
0.237134
0.043083
html, body{ max-width: 100%; } body { width: 100%; margin: 0; padding: 0; text-decoration: none; font-family: 'Oxanium Regular', serif; font-weight: 400; background-image: url("../img/bg.jpg"); background-size: cover ; background-position: top center; background-repeat: repeat; color: white; } /* base style*/ /* fonts*/ @font-face { font-family: 'Oxanium Regular'; src: url("../fonts/Oxanium/Oxanium-Regular.ttf"); } figure{ font-size: 1.2em; border-bottom: 0; text-align: center; } /* mobiele styles */ figure{ display: block; margin-left: auto; margin-right: auto; width: 55%; } .logo{ width: 80%; } main{ display: flex; flex-direction: column; justify-content: space-around; margin: auto; width: 95%; padding: 0 2% 2%; } article{ display: flex; background: RGBA(30, 35, 38, 0.7); text-align: center; margin-bottom: 1rem; padding: 1rem; } .landing{ display: flex; justify-content: center; padding-top: 5rem; } .landing input{ width: 13rem; max-width: 380px; padding: 20px 15px; border: none; outline: none; background-color: rgb(255, 255, 255); border-radius: 1rem 0 1rem 0; border-bottom: 3px solid #D4f8; color: #331133; font-size: 20px; font-weight: 300; transition: 0.2s ease-out; } .landing input:focus{ background-color: rgba(0, 0, 0, 0.53); color: white; } .ground{ min-width: 12.5rem; width: 18.75rem; height: 15rem; margin: 1.5rem auto; } .bar{ min-width: 12.5rem; width: 18.75rem; height: 25rem; margin: 1.5rem auto; background: RGBA(30, 35, 38, 0.7); font-family: 'Oxanium Regular', serif; display: flex; align-items: center; justify-content: center; } /* tabvar styles*/ @media screen and ( min-width: 620px) { html { height: 100%; } main{ flex-wrap: wrap; flex-direction: row; } article{ width: 30%; } .bar{ width: 90%; } .clock{ font-size: 3.1rem; } .logo{ width: 15rem; } } /* Desktop */ @media screen and (min-width: 1200px) { .pie .radar{ width: 50%; } .logo{ width: 15rem; } .bar{ height: 20rem; } }
css/main.css
html, body{ max-width: 100%; } body { width: 100%; margin: 0; padding: 0; text-decoration: none; font-family: 'Oxanium Regular', serif; font-weight: 400; background-image: url("../img/bg.jpg"); background-size: cover ; background-position: top center; background-repeat: repeat; color: white; } /* base style*/ /* fonts*/ @font-face { font-family: 'Oxanium Regular'; src: url("../fonts/Oxanium/Oxanium-Regular.ttf"); } figure{ font-size: 1.2em; border-bottom: 0; text-align: center; } /* mobiele styles */ figure{ display: block; margin-left: auto; margin-right: auto; width: 55%; } .logo{ width: 80%; } main{ display: flex; flex-direction: column; justify-content: space-around; margin: auto; width: 95%; padding: 0 2% 2%; } article{ display: flex; background: RGBA(30, 35, 38, 0.7); text-align: center; margin-bottom: 1rem; padding: 1rem; } .landing{ display: flex; justify-content: center; padding-top: 5rem; } .landing input{ width: 13rem; max-width: 380px; padding: 20px 15px; border: none; outline: none; background-color: rgb(255, 255, 255); border-radius: 1rem 0 1rem 0; border-bottom: 3px solid #D4f8; color: #331133; font-size: 20px; font-weight: 300; transition: 0.2s ease-out; } .landing input:focus{ background-color: rgba(0, 0, 0, 0.53); color: white; } .ground{ min-width: 12.5rem; width: 18.75rem; height: 15rem; margin: 1.5rem auto; } .bar{ min-width: 12.5rem; width: 18.75rem; height: 25rem; margin: 1.5rem auto; background: RGBA(30, 35, 38, 0.7); font-family: 'Oxanium Regular', serif; display: flex; align-items: center; justify-content: center; } /* tabvar styles*/ @media screen and ( min-width: 620px) { html { height: 100%; } main{ flex-wrap: wrap; flex-direction: row; } article{ width: 30%; } .bar{ width: 90%; } .clock{ font-size: 3.1rem; } .logo{ width: 15rem; } } /* Desktop */ @media screen and (min-width: 1200px) { .pie .radar{ width: 50%; } .logo{ width: 15rem; } .bar{ height: 20rem; } }
0.461502
0.075858
:root { --green-dark: #207561; --green-med: #589167; --green-light: #a0cc78; --blue-med: #007bff; --blue-dark:#00008B; --red: #da4302; --brown: #6d4e0c; --brown-light: #ad8e4c; --offwhite: #f9f6f2; } * { margin: 0; padding: 0; font-family: sans-serif; } body { background: var(--offwhite); padding-bottom: 100px; } /* nav bar */ header { background-color: var(--green-dark); } .hidden { display: none; } .nav-list { padding: 0; display: flex; list-style: none; text-transform: uppercase; } .nav-list li { float: left; display: inline; } .nav-list a { display: block; color: var(--green-light); padding: 14px 16px; text-decoration: none; font-size: 16px; letter-spacing: 1px; } .nav-list li.active a { background-color: var(--green-light); color: var(--green-dark); } .nav-list a:hover { background-color: var(--red); color: black; } h1, h2, h3 { text-align: center; margin: 15px; color: var(--green-dark) } h4 { text-align: center; margin: 15px; color: var(--red) } /* tables */ table, th, td { border: 2px solid var(--brown); border-collapse: collapse; padding: 0.2em 0.5em 0.2em; margin: 0; } table { max-width: 800px; margin: 0 auto 0; } th { width: auto; white-space: nowrap; } tr input, td select { max-width: 100%; width: 100%; font-size: 16px; color: black; opacity: 1; padding-left: 3px; } /* hide number input and select arrows when not editable */ tr input:not(.editable), td select:not(.editable), input:not(.editable)::-webkit-outer-spin-button, input:not(.editable)::-webkit-inner-spin-button { border: 0; background: none; -webkit-appearance: none; -webkit-text-fill-color: black; } /* hide number input arrows when not editable Firefox */ tr input:not(.editable) { -moz-appearance: textfield; } td .editable { color: red; } th .editable { color: black; } button { border-radius: 4px; } table button { width: 4em; color: black; font-size: 15px; } .update-btn { background-color: var(--green-light); padding: 2px; } .delete-btn { background-color: var(--red); padding: 2px; width: 60px; } .add-btn { background-color: var(--green-dark); padding: 2px; color: var(--green-light); width: 138px; } .search-btn { background-color: var(--brown-light); padding: 2px; width: 60px; } .centered-img { text-align: center; margin: auto; } .centered-img p { text-align: left; } #favicon { border-radius: 50%; } /*allows clicking of button with icon*/ /*REF: https://css-tricks.com/slightly-careful-sub-elements-clickable-things/*/ button > * { pointer-events: none; } ::placeholder { font-style: italic; } /* widths for table cells */ .width1 {min-width: 1em; max-width: 1em;} .width2 {min-width: 2em; max-width: 2em;} .width3 {min-width: 3em; max-width: 3em;} .width4 {min-width: 4em; max-width: 4em;} .width5 {min-width: 5em; max-width: 5em;} .width6 {min-width: 6em; max-width: 6em;} .width7 {min-width: 7em; max-width: 7em;} .width8 {min-width: 8em; max-width: 8em;} .width9 {min-width: 9em; max-width: 9em;} #overview { text-align: justify; margin: auto auto auto auto; padding-bottom: 15px; width: 700px; color: var(--brown); } /*flash colors:*/ #error { color: var(--red); background-color: #ffe6e6; border-color: #ffcccc; } /*flash colors:*/ #success { color: var(--green-med); }
starter_website/static/css/styles.css
:root { --green-dark: #207561; --green-med: #589167; --green-light: #a0cc78; --blue-med: #007bff; --blue-dark:#00008B; --red: #da4302; --brown: #6d4e0c; --brown-light: #ad8e4c; --offwhite: #f9f6f2; } * { margin: 0; padding: 0; font-family: sans-serif; } body { background: var(--offwhite); padding-bottom: 100px; } /* nav bar */ header { background-color: var(--green-dark); } .hidden { display: none; } .nav-list { padding: 0; display: flex; list-style: none; text-transform: uppercase; } .nav-list li { float: left; display: inline; } .nav-list a { display: block; color: var(--green-light); padding: 14px 16px; text-decoration: none; font-size: 16px; letter-spacing: 1px; } .nav-list li.active a { background-color: var(--green-light); color: var(--green-dark); } .nav-list a:hover { background-color: var(--red); color: black; } h1, h2, h3 { text-align: center; margin: 15px; color: var(--green-dark) } h4 { text-align: center; margin: 15px; color: var(--red) } /* tables */ table, th, td { border: 2px solid var(--brown); border-collapse: collapse; padding: 0.2em 0.5em 0.2em; margin: 0; } table { max-width: 800px; margin: 0 auto 0; } th { width: auto; white-space: nowrap; } tr input, td select { max-width: 100%; width: 100%; font-size: 16px; color: black; opacity: 1; padding-left: 3px; } /* hide number input and select arrows when not editable */ tr input:not(.editable), td select:not(.editable), input:not(.editable)::-webkit-outer-spin-button, input:not(.editable)::-webkit-inner-spin-button { border: 0; background: none; -webkit-appearance: none; -webkit-text-fill-color: black; } /* hide number input arrows when not editable Firefox */ tr input:not(.editable) { -moz-appearance: textfield; } td .editable { color: red; } th .editable { color: black; } button { border-radius: 4px; } table button { width: 4em; color: black; font-size: 15px; } .update-btn { background-color: var(--green-light); padding: 2px; } .delete-btn { background-color: var(--red); padding: 2px; width: 60px; } .add-btn { background-color: var(--green-dark); padding: 2px; color: var(--green-light); width: 138px; } .search-btn { background-color: var(--brown-light); padding: 2px; width: 60px; } .centered-img { text-align: center; margin: auto; } .centered-img p { text-align: left; } #favicon { border-radius: 50%; } /*allows clicking of button with icon*/ /*REF: https://css-tricks.com/slightly-careful-sub-elements-clickable-things/*/ button > * { pointer-events: none; } ::placeholder { font-style: italic; } /* widths for table cells */ .width1 {min-width: 1em; max-width: 1em;} .width2 {min-width: 2em; max-width: 2em;} .width3 {min-width: 3em; max-width: 3em;} .width4 {min-width: 4em; max-width: 4em;} .width5 {min-width: 5em; max-width: 5em;} .width6 {min-width: 6em; max-width: 6em;} .width7 {min-width: 7em; max-width: 7em;} .width8 {min-width: 8em; max-width: 8em;} .width9 {min-width: 9em; max-width: 9em;} #overview { text-align: justify; margin: auto auto auto auto; padding-bottom: 15px; width: 700px; color: var(--brown); } /*flash colors:*/ #error { color: var(--red); background-color: #ffe6e6; border-color: #ffcccc; } /*flash colors:*/ #success { color: var(--green-med); }
0.397938
0.142799
body.sidebar_vis>.page{ position: absolute; width: 100rem; margin: 0px; right: 10rem; border: 0px; transform: translateX(0px); transition: transform .125s ease-in-out, opacity .5s ease-in-out; -webkit-transition: transform .125s ease-in-out, opacity .5s ease-in-out; -moz-transition: transform .125s ease-in-out, opacity .5s ease-in-out; } body.sidebar_vis.fullscreen_page>.page{ right: 0px; left: 5rem; width: auto; max-width: none; bottom: 0px; padding-bottom: 0px; top: 0px; overflow: hidden; } body.sidebar_vis.fullscreen_page>.page>span{ position: relative; height: 100%; display: block; } body.sidebar_expanded.fullscreen_page>.page{ transform: translateX(15rem); } body.sidebar_full.fullscreen_page>.page{ transform: translateX(0rem); left: 0px; } body.sidebar_vis #sidebar, body.sidebar_vis #info_panel{ font-family: 'Lato', Arial, sans-serif !important; } body.sidebar_vis #sidebar{ position: fixed; padding: 10px; padding-top: 6rem; background-color: #fafafa; width: 5rem; height: 100%; left: 0px; top: 0px; bottom: 0px; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; overflow: hidden; } body.info_panel_open #sidebar{ width: 5.5rem; } body.info_panel_open #sidebar{ width: 5.5rem; } body.sidebar_vis #sidebar.tall{ padding-top: 2rem; } body.sidebar_vis #info_panel.tall{ padding-top: 2rem; } body.sidebar_vis #sidebar ul{ vertical-align: middle; display: table-cell; } body.sidebar_vis #sidebar_inside{ width: 100%; height: 100%; position: relative; } body.sidebar_vis #sidebar .sidebar_icon{ font-size: 2rem; line-height: 2.5rem; text-align: center; margin: 10px; vertical-align: middle; width: 1rem; padding-left: 4px; color: rgba(0,0,0,.33); transition-duration: .25s; -webkit-transition-duration: .25s; -moz-transition-duration: .25s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; display: table-cell; } body.sidebar_vis #sidebar li.active .sidebar_icon{ color: rgba(0,0,0,1); } body.sidebar_vis #sidebar header{ font-size: 2rem; padding-bottom: 5px; border-bottom: 0px solid rgba(0,0,0,.5); margin-bottom: 5px; white-space: nowrap; } body.sidebar_expanded #sidebar header{ border-bottom: 1px solid #333; } body.sidebar_vis #sidebar header .title{ text-indent: -100em; white-space: nowrap; overflow: hidden; display: inline-block; } body.sidebar_vis #sidebar header .controls{ float: right; text-indent: -1000px; overflow: hidden; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; } body.sidebar_vis #sidebar header .controls a, body.sidebar_vis #sidebar header .controls a:hover{ font-size: 1.5rem; text-decoration: none; } body.sidebar_full #sidebar header .controls .sidebar_maximize{ opacity: .5; cursor: default; } body.sidebar_expanded #sidebar header .title, body.sidebar_expanded #sidebar header .controls{ text-indent: 0em; } body.sidebar_vis #sidebar header .header_icon{ float: left; vertical-align: middle; margin-right: 1rem; font-size: 25px; line-height: 28px; } body.sidebar_vis #sidebar header .header_icon span{ vertical-align: middle; color: rgba(0,0,0,.33); } body.sidebar_vis #sidebar header:hover .header_icon span{ color: rgba(0,0,0,.5); } body.sidebar_vis #sidebar #sidebar_panes{ position: absolute; top: 5rem; left: 0px; right: 0px; bottom: 0px; overflow: hidden; overflow-y: auto; } body.sidebar_expanded #sidebar #sidebar_panes{ overflow-y: auto; overflow-x: hidden; } body.sidebar_vis #sidebar .pane{ height: 100%; width: 100%; display: none; margin-top: 0px; } body.sidebar_vis #sidebar .pane.active{ display: block; } body.sidebar_vis #sidebar .pane ul li{ color: #ccc; list-style-type: none; vertical-align: middle; width: 180px; display: table; cursor: pointer; padding-top: 4px; padding-bottom: 4px; } body.sidebar_vis #sidebar .pane ul li .title{ font-size: .75em; display: table-cell; vertical-align: middle; padding-left: 1em; } body.sidebar_vis #sidebar .pane ul li.active{ color: #333; } body.sidebar_vis #sidebar header{ border-color: 2px solid #222; margin: -10px -10px 0px -10px; padding: 10px; cursor: pointer; } body.sidebar_expanded #sidebar header:hover{ background-color: rgba(0,0,0,.125); } body.sidebar_vis #sidebar header .controls a{ padding: 5px; color: #333; cursor: pointer; } body.sidebar_vis #sidebar header .controls a:hover{ color: #222; } body.sidebar_expanded.sidebar_opened #sidebar{ background-color: rgba(255,255,255,.5) } body.sidebar_vis .bg_screen{ background-color: rgba(255,255,255,.25) } body.sidebar_vis .smallmed, body.sidebar_full .large{ width: 100%; height: 100%; position: relative; } body.sidebar_vis #sidebar .smallmed{ display: table; } body.sidebar_vis #sidebar .large, body.sidebar_full #sidebar .smallmed{ display: none; } body.sidebar_full #sidebar .large{ display: block; padding: 50px; padding-left: 250px; } body{ background-color: #fff; } body.sidebar_expanded #sidebar{ background-color: rgba(238, 238, 238, 0.75); width: 20rem; } body.sidebar_expanded.info_panel_open #sidebar #sidebar_inside>header .controls{ text-indent: 0.25rem } body.sidebar_expanded.sidebar_full #sidebar{ background-color: rgba(255,255,255,0.875); width: 100%; } body.sidebar_vis #info_panel{ width: 0px; position: fixed; left: 5.5rem; background-color: #ddd; top: 0px; padding-top: 5rem; bottom: 0px; z-index: 1; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; } body.sidebar_full #info_panel{ top: 10rem; z-index: 3; margin-top: 5px; } body.sidebar_vis #info_panel #info_panel_content{ display: none; overflow: hidden; width: 100%; height: 100%; position: relative; z-index: 4; background-color: #ddd; } body.sidebar_vis #info_panel .section{ display: none; background-color: transparent; padding: 0px; margin: 0px; } body.sidebar_vis #info_panel.overview #overview_info.section, body.sidebar_vis #info_panel.comments #comments_info.section, body.sidebar_vis #info_panel.metadata #metadata_info.section{ display: block; } body.sidebar_expanded #info_panel{ left: 20rem; } body.info_panel_open #info_panel{ width: 22rem; } #info_panel .overview_link{ float: left; } #info_panel .metadata_link{ float: right; } body.info_panel_open #info_panel #info_panel_content{ display: block; } body.sidebar_vis #info_panel .description{ padding: 5px; margin: 0px; } body.sidebar_vis #info_panel #info_panel_header{ border-bottom: 1px solid #fff; padding: 20px 10px; font-size: 1rem; text-align: center; } body.sidebar_vis #info_panel #info_panel_header a, body.sidebar_vis #sidebar_inside>header #sidebar_selector ul li{ padding-right: 5px; text-transform: uppercase; color: #888; cursor: pointer; } body.sidebar_vis #info_panel #info_panel_header a.active{ color: #444; } body.sidebar_vis #info_panel_arrow{ opacity: 0; z-index: -1; width: 0px; height: 0px; border-top: 1em transparent solid; border-bottom: 1em transparent solid; position: fixed; top: 50%; left: 3em; z-index: 3; margin-top: -4.5rem; border-left: 0em #ddd solid; border-right: 0em #ddd solid; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; } body.sidebar_vis #info_panel.tall #info_panel_arrow{ margin-top: -6.5rem; } body.info_panel_open #info_panel_arrow{ opacity: 1; z-index: 3; left: 2.5em; border-right: 1em #ddd solid; } body.sidebar_expanded.info_panel_open #info_panel_arrow{ left: 11.5em; } body.sidebar_full #info_panel{ left: 0px; } body.info_panel_open.sidebar_full #info_panel_arrow{ opacity: 1; z-index: 3; left: 100%; border-left: 1em #ddd solid; border-right: 0px; } body.sidebar_expanded.info_panel_open #info_panel{ margin-left: 0px; } body.sidebar_vis #info_panel h2{ padding: 0px; margin: 0px; font-size: 1.25em; line-height: 1.75em; } body.sidebar_vis #info_panel .title, body.sidebar_vis #info_panel h4{ margin: 0px; font-family: 'Lato', Arial, sans-serif !important; padding: 5px 10px; } body.sidebar_vis #info_panel .description{ padding: 5px 10px; } body.sidebar_vis #info_panel .title{ font-size: 2.5rem; line-height: 2.25rem; margin-top: .5em; padding: 5px 10px; font-weight: 100; } body.sidebar_vis #info_panel h4{ font-size: 1.25rem; line-height: 1.25rem; text-transform: uppercase; padding: 5px 10px; margin-top: 2em; } body.sidebar_vis #info_panel .featured_block, body.sidebar_vis #info_panel .tagged_by_block{ display: none; } body.sidebar_vis #info_panel ul, body.sidebar_vis #info_panel .discuss_link{ margin: 0px; padding: 0px; } body.sidebar_vis #sidebar_inside>header #sidebar_selector{ display: none; position: absolute; top: 5rem; margin-top: 4px; left: -1rem; width: 20rem; z-index: 2; border-bottom: 1px solid #000; } body.sidebar_vis #sidebar_inside>header.selector_open, body.sidebar_vis #sidebar_inside>header.selector_open:hover{ background-color: rgba(0,0,0,.125); } body.sidebar_vis #sidebar_inside>header.selector_open .header_icon span{ color: rgba(0,0,0,.5); } body.sidebar_vis #sidebar_inside>header.selector_open #sidebar_selector{ display: block; background-color: rgba(238, 238, 238, 0.75); } body.sidebar_vis #sidebar_inside>header.selector_open{ border-bottom: 0px; } body.sidebar_vis #sidebar_inside>header #sidebar_selector ul{ padding: 0px; margin: 0px; list-style-type: none; width: 100%; display: block; } body.sidebar_vis #sidebar_inside>header #sidebar_selector ul li{ display: none; padding: 1rem 2rem; } body.sidebar_vis #sidebar_inside>header #sidebar_selector ul li.enabled{ display: block; } body.sidebar_vis #sidebar_inside>header #sidebar_selector ul li.enabled:hover{ background-color: rgba(0,0,0,.125); color: #444; } body.sidebar_vis #sidebar_inside>header #sidebar_selector ul li.active{ display: none; } body.sidebar_vis #sidebar #sidebar_path_pane .large>header{ position: fixed; top: 6rem; left: 100px; right: 100px; height: 5.5rem; padding: 5px; line-height: 4rem; text-align: center; background-color: transparent !important; border-bottom: 0px; } body.sidebar_vis #sidebar #sidebar_path_pane .large .view,body.sidebar_vis #sidebar #sidebar_path_pane .large>header>a{ display: none; } body.sidebar_vis #sidebar #sidebar_path_pane .large.list #path_list_view,body.sidebar_vis #sidebar #sidebar_path_pane .large.list>header>a.list_link, body.sidebar_vis #sidebar #sidebar_path_pane .large.all #path_all_view,body.sidebar_vis #sidebar #sidebar_path_pane .large.all>header>a.all_link{ display: block; } .comment_list>li>a>.text{ width: 175px; } .comment_list>li>a>.text>strong{ white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; display: block; } body.sidebar_vis #info_panel ul li, body.sidebar_vis #info_panel .discuss_link{ clear: left; list-style-type: none; } #comments_info .discuss_link .icon, #comments_info .comment_list .icon, #comments_info .discuss_link .text, #comments_info .comment_list .text{ float: left; color: #444; vertical-align: middle; padding: 5px 10px; } #comments_info .discuss_link .icon, #comments_info .comment_list .icon{ font-size: 25px; line-height: 25px; } #comments_info .discuss_link .icon span{ color: #fff; } body.sidebar_vis #sidebar header .controls .sidebar_hide{ display: none; } body.sidebar_vis #sidebar footer, body.sidebar_vis #info_panel footer{ display: none; } @media only screen and (min-width : 581px) { /*Everything but small screens*/ body.sidebar_vis #sidebar .pane ul li.distant, body.sidebar_vis #sidebar .pane ul li .title{ opacity: 0; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; } body.sidebar_expanded #sidebar .pane ul li.distant, body.sidebar_expanded #sidebar .pane ul li .title{ text-indent: 0px; opacity: 1; } } /* Large Devices, Wide Screens */ @media only screen and (max-width : 1250px) { body.sidebar_vis>.page{ width: auto; left: 200px; } } /* Medium Devices, Desktops */ @media only screen and (max-width : 992px) { body.sidebar_vis>.page{ width: auto; left: 100px; } body.sidebar_expanded>.page{ transform: translateX(100px); } } /* Small Devices, Tablets */ @media only screen and (max-width : 768px) { body.sidebar_vis>.page{ width: auto; left: 50px; } body.sidebar_expanded>.page{ transform: translateX(15rem); } } /* Extra Small Devices, Phones */ @media only screen and (max-width : 580px) { body.sidebar_vis>.page{ width: 100%; left: 0px; right: 0px; top: 5rem; } body.sidebar_vis #sidebar{ right: 0px; width: 100%; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; position: fixed; padding-top: 5rem; height: 10rem; } body.sidebar_expanded>.page{ left: 0px; right: 0px; transform: translateY(10rem); } body.sidebar_vis #sidebar_panes{ opacity: 0; height: 0px; bottom: auto; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; } body.sidebar_expanded #sidebar{ background-color: rgb(238, 238, 238); height: 100%; } body.sidebar_expanded #sidebar_panes{ margin-top: 5px; height: 100%; opacity: 1; } body.sidebar_vis #info_panel{ bottom: 5rem; } body.sidebar_vis #sidebar{ padding-bottom: 5rem; } body.sidebar_vis #sidebar header{ padding: 1rem 2rem; background-color: #eee; margin-top: 0px; } body.sidebar_vis #sidebar header .controls{ display: none; } body.sidebar_vis #sidebar footer, body.sidebar_vis #info_panel footer{ position: fixed; height: 5rem; background-color: #333; color: #fff; width: 100%; left: 0px; bottom: 0px; text-align: center; cursor: pointer; } body.sidebar_vis #sidebar footer a, body.sidebar_vis #sidebar footer a:hover, body.sidebar_vis #info_panel footer a, body.sidebar_vis #info_panel footer a:hover{ color: #fff; font-size: 2rem; line-height: 5rem; text-decoration: none; cursor: pointer; display: block; } body.sidebar_expanded #sidebar #sidebar_inside footer, body.info_panel_open #info_panel footer{ display: block; } body.info_panel_open #info_panel footer a{ display: block; width: 50%; text-align: center; cursor: pointer; } body.info_panel_open #info_panel footer a:hover, body.sidebar_expanded #sidebar footer a:hover{ background-color: rgba(0,0,0,.25); } body.info_panel_open #info_panel footer .info_hide{ float: left; } body.info_panel_open #info_panel footer .info_visit{ float: right; } body.sidebar_expanded{ overflow: hidden; } body.sidebar_vis #info_panel{ left: 100%; right: 0px; width: 100%; } body.info_panel_open #info_panel{ left: 0px; right: 0px; } body.info_panel_open #sidebar{ transform: translateX(-10px); background-color: rgb(100, 100, 100); } body.sidebar_vis #info_panel #info_panel_arrow{ display: none; } body.sidebar_vis.fullscreen_page>.page{ left: 0px; top: 5rem; } body.sidebar_expanded.sidebar_full.fullscreen_page>.page{ transform: translateX(0px); } body.sidebar_vis #sidebar_inside>header.selector_open #sidebar_selector{ width: auto; right: -1rem; bottom: 0px; background-color: rgb(238, 238, 238); } body.sidebar_vis #sidebar .pane ul li { width: 100%; } body.sidebar_vis #sidebar .pane ul li .sidebar_icon{ font-size: 2.5rem; line-height: 4.5rem; } body.sidebar_vis #sidebar .pane ul li .title{ font-size: 2rem; } body.sidebar_vis #info_panel_header a{ width: 33%; line-height: 5rem; display: inline-block; } body.sidebar_vis #info_panel #info_panel_header{ padding: 0px; } body.sidebar_vis #info_panel_header a.active{ background-color: rgba(0,0,0,.125); } } /* Custom, iPhone Retina */ @media only screen and (max-width : 320px) { }
system/application/views/melons/cantaloupe/css/sidebar_vis.css
body.sidebar_vis>.page{ position: absolute; width: 100rem; margin: 0px; right: 10rem; border: 0px; transform: translateX(0px); transition: transform .125s ease-in-out, opacity .5s ease-in-out; -webkit-transition: transform .125s ease-in-out, opacity .5s ease-in-out; -moz-transition: transform .125s ease-in-out, opacity .5s ease-in-out; } body.sidebar_vis.fullscreen_page>.page{ right: 0px; left: 5rem; width: auto; max-width: none; bottom: 0px; padding-bottom: 0px; top: 0px; overflow: hidden; } body.sidebar_vis.fullscreen_page>.page>span{ position: relative; height: 100%; display: block; } body.sidebar_expanded.fullscreen_page>.page{ transform: translateX(15rem); } body.sidebar_full.fullscreen_page>.page{ transform: translateX(0rem); left: 0px; } body.sidebar_vis #sidebar, body.sidebar_vis #info_panel{ font-family: 'Lato', Arial, sans-serif !important; } body.sidebar_vis #sidebar{ position: fixed; padding: 10px; padding-top: 6rem; background-color: #fafafa; width: 5rem; height: 100%; left: 0px; top: 0px; bottom: 0px; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; overflow: hidden; } body.info_panel_open #sidebar{ width: 5.5rem; } body.info_panel_open #sidebar{ width: 5.5rem; } body.sidebar_vis #sidebar.tall{ padding-top: 2rem; } body.sidebar_vis #info_panel.tall{ padding-top: 2rem; } body.sidebar_vis #sidebar ul{ vertical-align: middle; display: table-cell; } body.sidebar_vis #sidebar_inside{ width: 100%; height: 100%; position: relative; } body.sidebar_vis #sidebar .sidebar_icon{ font-size: 2rem; line-height: 2.5rem; text-align: center; margin: 10px; vertical-align: middle; width: 1rem; padding-left: 4px; color: rgba(0,0,0,.33); transition-duration: .25s; -webkit-transition-duration: .25s; -moz-transition-duration: .25s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; display: table-cell; } body.sidebar_vis #sidebar li.active .sidebar_icon{ color: rgba(0,0,0,1); } body.sidebar_vis #sidebar header{ font-size: 2rem; padding-bottom: 5px; border-bottom: 0px solid rgba(0,0,0,.5); margin-bottom: 5px; white-space: nowrap; } body.sidebar_expanded #sidebar header{ border-bottom: 1px solid #333; } body.sidebar_vis #sidebar header .title{ text-indent: -100em; white-space: nowrap; overflow: hidden; display: inline-block; } body.sidebar_vis #sidebar header .controls{ float: right; text-indent: -1000px; overflow: hidden; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; } body.sidebar_vis #sidebar header .controls a, body.sidebar_vis #sidebar header .controls a:hover{ font-size: 1.5rem; text-decoration: none; } body.sidebar_full #sidebar header .controls .sidebar_maximize{ opacity: .5; cursor: default; } body.sidebar_expanded #sidebar header .title, body.sidebar_expanded #sidebar header .controls{ text-indent: 0em; } body.sidebar_vis #sidebar header .header_icon{ float: left; vertical-align: middle; margin-right: 1rem; font-size: 25px; line-height: 28px; } body.sidebar_vis #sidebar header .header_icon span{ vertical-align: middle; color: rgba(0,0,0,.33); } body.sidebar_vis #sidebar header:hover .header_icon span{ color: rgba(0,0,0,.5); } body.sidebar_vis #sidebar #sidebar_panes{ position: absolute; top: 5rem; left: 0px; right: 0px; bottom: 0px; overflow: hidden; overflow-y: auto; } body.sidebar_expanded #sidebar #sidebar_panes{ overflow-y: auto; overflow-x: hidden; } body.sidebar_vis #sidebar .pane{ height: 100%; width: 100%; display: none; margin-top: 0px; } body.sidebar_vis #sidebar .pane.active{ display: block; } body.sidebar_vis #sidebar .pane ul li{ color: #ccc; list-style-type: none; vertical-align: middle; width: 180px; display: table; cursor: pointer; padding-top: 4px; padding-bottom: 4px; } body.sidebar_vis #sidebar .pane ul li .title{ font-size: .75em; display: table-cell; vertical-align: middle; padding-left: 1em; } body.sidebar_vis #sidebar .pane ul li.active{ color: #333; } body.sidebar_vis #sidebar header{ border-color: 2px solid #222; margin: -10px -10px 0px -10px; padding: 10px; cursor: pointer; } body.sidebar_expanded #sidebar header:hover{ background-color: rgba(0,0,0,.125); } body.sidebar_vis #sidebar header .controls a{ padding: 5px; color: #333; cursor: pointer; } body.sidebar_vis #sidebar header .controls a:hover{ color: #222; } body.sidebar_expanded.sidebar_opened #sidebar{ background-color: rgba(255,255,255,.5) } body.sidebar_vis .bg_screen{ background-color: rgba(255,255,255,.25) } body.sidebar_vis .smallmed, body.sidebar_full .large{ width: 100%; height: 100%; position: relative; } body.sidebar_vis #sidebar .smallmed{ display: table; } body.sidebar_vis #sidebar .large, body.sidebar_full #sidebar .smallmed{ display: none; } body.sidebar_full #sidebar .large{ display: block; padding: 50px; padding-left: 250px; } body{ background-color: #fff; } body.sidebar_expanded #sidebar{ background-color: rgba(238, 238, 238, 0.75); width: 20rem; } body.sidebar_expanded.info_panel_open #sidebar #sidebar_inside>header .controls{ text-indent: 0.25rem } body.sidebar_expanded.sidebar_full #sidebar{ background-color: rgba(255,255,255,0.875); width: 100%; } body.sidebar_vis #info_panel{ width: 0px; position: fixed; left: 5.5rem; background-color: #ddd; top: 0px; padding-top: 5rem; bottom: 0px; z-index: 1; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; } body.sidebar_full #info_panel{ top: 10rem; z-index: 3; margin-top: 5px; } body.sidebar_vis #info_panel #info_panel_content{ display: none; overflow: hidden; width: 100%; height: 100%; position: relative; z-index: 4; background-color: #ddd; } body.sidebar_vis #info_panel .section{ display: none; background-color: transparent; padding: 0px; margin: 0px; } body.sidebar_vis #info_panel.overview #overview_info.section, body.sidebar_vis #info_panel.comments #comments_info.section, body.sidebar_vis #info_panel.metadata #metadata_info.section{ display: block; } body.sidebar_expanded #info_panel{ left: 20rem; } body.info_panel_open #info_panel{ width: 22rem; } #info_panel .overview_link{ float: left; } #info_panel .metadata_link{ float: right; } body.info_panel_open #info_panel #info_panel_content{ display: block; } body.sidebar_vis #info_panel .description{ padding: 5px; margin: 0px; } body.sidebar_vis #info_panel #info_panel_header{ border-bottom: 1px solid #fff; padding: 20px 10px; font-size: 1rem; text-align: center; } body.sidebar_vis #info_panel #info_panel_header a, body.sidebar_vis #sidebar_inside>header #sidebar_selector ul li{ padding-right: 5px; text-transform: uppercase; color: #888; cursor: pointer; } body.sidebar_vis #info_panel #info_panel_header a.active{ color: #444; } body.sidebar_vis #info_panel_arrow{ opacity: 0; z-index: -1; width: 0px; height: 0px; border-top: 1em transparent solid; border-bottom: 1em transparent solid; position: fixed; top: 50%; left: 3em; z-index: 3; margin-top: -4.5rem; border-left: 0em #ddd solid; border-right: 0em #ddd solid; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; } body.sidebar_vis #info_panel.tall #info_panel_arrow{ margin-top: -6.5rem; } body.info_panel_open #info_panel_arrow{ opacity: 1; z-index: 3; left: 2.5em; border-right: 1em #ddd solid; } body.sidebar_expanded.info_panel_open #info_panel_arrow{ left: 11.5em; } body.sidebar_full #info_panel{ left: 0px; } body.info_panel_open.sidebar_full #info_panel_arrow{ opacity: 1; z-index: 3; left: 100%; border-left: 1em #ddd solid; border-right: 0px; } body.sidebar_expanded.info_panel_open #info_panel{ margin-left: 0px; } body.sidebar_vis #info_panel h2{ padding: 0px; margin: 0px; font-size: 1.25em; line-height: 1.75em; } body.sidebar_vis #info_panel .title, body.sidebar_vis #info_panel h4{ margin: 0px; font-family: 'Lato', Arial, sans-serif !important; padding: 5px 10px; } body.sidebar_vis #info_panel .description{ padding: 5px 10px; } body.sidebar_vis #info_panel .title{ font-size: 2.5rem; line-height: 2.25rem; margin-top: .5em; padding: 5px 10px; font-weight: 100; } body.sidebar_vis #info_panel h4{ font-size: 1.25rem; line-height: 1.25rem; text-transform: uppercase; padding: 5px 10px; margin-top: 2em; } body.sidebar_vis #info_panel .featured_block, body.sidebar_vis #info_panel .tagged_by_block{ display: none; } body.sidebar_vis #info_panel ul, body.sidebar_vis #info_panel .discuss_link{ margin: 0px; padding: 0px; } body.sidebar_vis #sidebar_inside>header #sidebar_selector{ display: none; position: absolute; top: 5rem; margin-top: 4px; left: -1rem; width: 20rem; z-index: 2; border-bottom: 1px solid #000; } body.sidebar_vis #sidebar_inside>header.selector_open, body.sidebar_vis #sidebar_inside>header.selector_open:hover{ background-color: rgba(0,0,0,.125); } body.sidebar_vis #sidebar_inside>header.selector_open .header_icon span{ color: rgba(0,0,0,.5); } body.sidebar_vis #sidebar_inside>header.selector_open #sidebar_selector{ display: block; background-color: rgba(238, 238, 238, 0.75); } body.sidebar_vis #sidebar_inside>header.selector_open{ border-bottom: 0px; } body.sidebar_vis #sidebar_inside>header #sidebar_selector ul{ padding: 0px; margin: 0px; list-style-type: none; width: 100%; display: block; } body.sidebar_vis #sidebar_inside>header #sidebar_selector ul li{ display: none; padding: 1rem 2rem; } body.sidebar_vis #sidebar_inside>header #sidebar_selector ul li.enabled{ display: block; } body.sidebar_vis #sidebar_inside>header #sidebar_selector ul li.enabled:hover{ background-color: rgba(0,0,0,.125); color: #444; } body.sidebar_vis #sidebar_inside>header #sidebar_selector ul li.active{ display: none; } body.sidebar_vis #sidebar #sidebar_path_pane .large>header{ position: fixed; top: 6rem; left: 100px; right: 100px; height: 5.5rem; padding: 5px; line-height: 4rem; text-align: center; background-color: transparent !important; border-bottom: 0px; } body.sidebar_vis #sidebar #sidebar_path_pane .large .view,body.sidebar_vis #sidebar #sidebar_path_pane .large>header>a{ display: none; } body.sidebar_vis #sidebar #sidebar_path_pane .large.list #path_list_view,body.sidebar_vis #sidebar #sidebar_path_pane .large.list>header>a.list_link, body.sidebar_vis #sidebar #sidebar_path_pane .large.all #path_all_view,body.sidebar_vis #sidebar #sidebar_path_pane .large.all>header>a.all_link{ display: block; } .comment_list>li>a>.text{ width: 175px; } .comment_list>li>a>.text>strong{ white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; display: block; } body.sidebar_vis #info_panel ul li, body.sidebar_vis #info_panel .discuss_link{ clear: left; list-style-type: none; } #comments_info .discuss_link .icon, #comments_info .comment_list .icon, #comments_info .discuss_link .text, #comments_info .comment_list .text{ float: left; color: #444; vertical-align: middle; padding: 5px 10px; } #comments_info .discuss_link .icon, #comments_info .comment_list .icon{ font-size: 25px; line-height: 25px; } #comments_info .discuss_link .icon span{ color: #fff; } body.sidebar_vis #sidebar header .controls .sidebar_hide{ display: none; } body.sidebar_vis #sidebar footer, body.sidebar_vis #info_panel footer{ display: none; } @media only screen and (min-width : 581px) { /*Everything but small screens*/ body.sidebar_vis #sidebar .pane ul li.distant, body.sidebar_vis #sidebar .pane ul li .title{ opacity: 0; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; } body.sidebar_expanded #sidebar .pane ul li.distant, body.sidebar_expanded #sidebar .pane ul li .title{ text-indent: 0px; opacity: 1; } } /* Large Devices, Wide Screens */ @media only screen and (max-width : 1250px) { body.sidebar_vis>.page{ width: auto; left: 200px; } } /* Medium Devices, Desktops */ @media only screen and (max-width : 992px) { body.sidebar_vis>.page{ width: auto; left: 100px; } body.sidebar_expanded>.page{ transform: translateX(100px); } } /* Small Devices, Tablets */ @media only screen and (max-width : 768px) { body.sidebar_vis>.page{ width: auto; left: 50px; } body.sidebar_expanded>.page{ transform: translateX(15rem); } } /* Extra Small Devices, Phones */ @media only screen and (max-width : 580px) { body.sidebar_vis>.page{ width: 100%; left: 0px; right: 0px; top: 5rem; } body.sidebar_vis #sidebar{ right: 0px; width: 100%; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; position: fixed; padding-top: 5rem; height: 10rem; } body.sidebar_expanded>.page{ left: 0px; right: 0px; transform: translateY(10rem); } body.sidebar_vis #sidebar_panes{ opacity: 0; height: 0px; bottom: auto; transition-duration: .125s; -webkit-transition-duration: .125s; -moz-transition-duration: .125s; transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; } body.sidebar_expanded #sidebar{ background-color: rgb(238, 238, 238); height: 100%; } body.sidebar_expanded #sidebar_panes{ margin-top: 5px; height: 100%; opacity: 1; } body.sidebar_vis #info_panel{ bottom: 5rem; } body.sidebar_vis #sidebar{ padding-bottom: 5rem; } body.sidebar_vis #sidebar header{ padding: 1rem 2rem; background-color: #eee; margin-top: 0px; } body.sidebar_vis #sidebar header .controls{ display: none; } body.sidebar_vis #sidebar footer, body.sidebar_vis #info_panel footer{ position: fixed; height: 5rem; background-color: #333; color: #fff; width: 100%; left: 0px; bottom: 0px; text-align: center; cursor: pointer; } body.sidebar_vis #sidebar footer a, body.sidebar_vis #sidebar footer a:hover, body.sidebar_vis #info_panel footer a, body.sidebar_vis #info_panel footer a:hover{ color: #fff; font-size: 2rem; line-height: 5rem; text-decoration: none; cursor: pointer; display: block; } body.sidebar_expanded #sidebar #sidebar_inside footer, body.info_panel_open #info_panel footer{ display: block; } body.info_panel_open #info_panel footer a{ display: block; width: 50%; text-align: center; cursor: pointer; } body.info_panel_open #info_panel footer a:hover, body.sidebar_expanded #sidebar footer a:hover{ background-color: rgba(0,0,0,.25); } body.info_panel_open #info_panel footer .info_hide{ float: left; } body.info_panel_open #info_panel footer .info_visit{ float: right; } body.sidebar_expanded{ overflow: hidden; } body.sidebar_vis #info_panel{ left: 100%; right: 0px; width: 100%; } body.info_panel_open #info_panel{ left: 0px; right: 0px; } body.info_panel_open #sidebar{ transform: translateX(-10px); background-color: rgb(100, 100, 100); } body.sidebar_vis #info_panel #info_panel_arrow{ display: none; } body.sidebar_vis.fullscreen_page>.page{ left: 0px; top: 5rem; } body.sidebar_expanded.sidebar_full.fullscreen_page>.page{ transform: translateX(0px); } body.sidebar_vis #sidebar_inside>header.selector_open #sidebar_selector{ width: auto; right: -1rem; bottom: 0px; background-color: rgb(238, 238, 238); } body.sidebar_vis #sidebar .pane ul li { width: 100%; } body.sidebar_vis #sidebar .pane ul li .sidebar_icon{ font-size: 2.5rem; line-height: 4.5rem; } body.sidebar_vis #sidebar .pane ul li .title{ font-size: 2rem; } body.sidebar_vis #info_panel_header a{ width: 33%; line-height: 5rem; display: inline-block; } body.sidebar_vis #info_panel #info_panel_header{ padding: 0px; } body.sidebar_vis #info_panel_header a.active{ background-color: rgba(0,0,0,.125); } } /* Custom, iPhone Retina */ @media only screen and (max-width : 320px) { }
0.322099
0.044452
.wrapper{ max-width:400px; margin:auto; @media (--small) { max-width:450px; } @media (--medium) { max-width:900px; } @media (--large) { max-width:1200px; } } .calendar { margin-top:5rem; padding:0rem; background: var(--black); @media (--medium) { padding:2rem; } } .grid-sizer,.grid { width: 45%; @media (--medium) { width:30%; } @media (--large) { width:22%; } } .gutter-sizer { width: 3%; @media (--medium) { width:4%; } @media (--large) { width:3%; } } /*======================================= = Grid date style = =======================================*/ .grid-item , .feature ,.grid{ display:flex; align-items:center; justify-content:center; height:200px; background: var(--purple); margin-bottom:.5rem; position: relative; color: #fff; border-radius: 1px; cursor: pointer; transition: all .8s; background-position: 50% 200%; @media (--medium) { height:270px; margin-bottom:1rem; } & h1 { font-weight: 300; position: relative; z-index: var(--normal); transition: all .5s ease; font-family: var(--font-title); font-size:5vw; letter-spacing:-1px; color: var(--purple-muted); margin: 0; transition-delay: .25s; } } .today h1 { transition-delay: .5s; } .grid-item:hover { & h1 { } } .grid-item:before { content: ''; background: var(--purple-dates); z-index: var(--normal); position: absolute; perspective: 800px; top: 0; left: 0; height: 100%; width: 100%; transition: all .4s ease; transition: transform 1s; transform-style: preserve-3d; transform-origin: 50% 0%; } .grid-item:after { content: ''; //background:var(--white); // background:url(../images/burst.svg) no-repeat; background-size: contain; background-position: center; height: 1px; width: 1px; position: absolute; transition: all .4s; } /*---------- future present past ----------*/ .future {} .past:before { background: transparent; } .past h1 { opacity: 0; } .today:hover #date-featured { background-size:110%; } #date-featured { height: 100%; width: 100%; opacity:1; z-index: var(--normal); position: absolute; transition: all .5s; transition:background-size .4s ease; background: url(../images/burst.svg) no-repeat; background-size: 50%; background-position: center; } .today #date-featured{ transition-delay: .30s; } .expanded #date-featured{ opacity: 0; transform: rotateX(-90deg); transform-style: preserve-3d; transform-origin: -180% 0%; transition-delay: 0s; } /*===== End of Grid date style ======*/ /*---------- Hover effect peek ----------*/ div[class^="day-"].future:hover:before, div[class^="day-"].future h1 { transform: rotateX(-30deg); transition:all .4s ease; } .today.expanded:hover h1{ } div[class^="day-"]{ box-shadow: inset 2px 2px 9px rgba(8, 3, 41, 0.94); } /*------ end --- */ /*---------- no peek ----------*/ .no-peek{ transition:all .4s ease; height:100%; width:100%; display:flex; align-items:center; justify-content:center; position:absolute; text-align:center; z-index: var(--above); top:0; opacity:0; transition:all .4s ease; left:0; content:'No Peeking'; & h2 { font-family:var(--font-title); color:var(--white); font-size:3vw; font-weight:100; margin:0; } } .peek.peek-open .no-peek{ opacity:1; } /*------ end --- */ /*================================== = Open Effect = ==================================*/ .today.expanded{ z-index: var(--max); } .expanded.today:before {} .expanded.today:after { content: ''; //transform: scale(3000); position: absolute; transition: all 1s; } .expanded.today:after { z-index: var(--normal); } .expanded.future:before, .expanded.today:before { transform: rotateX(-180deg) skew(-2deg); box-shadow: 16px 24px 44px rgba(2, 0, 10, .24); z-index: var(--above); opacity:0; } .today.expanded h1 { opacity: 0; transform: rotateX(-90deg) skew(-2deg); transform-style: preserve-3d; transform-origin: -80% 0%; transition-delay: 0s; } /*================================== = Grid dates = ==================================*/ .day-1 { //grid-row: 1 / 3; //grid-column: 1 / 5; background: url(/images/day1.svg)no-repeat, var(--blue-dark); background-size: 50%; @media (--small-only) { width:100%; } background-position: center; @media (--medium) { height:340px; //grid-row: 1/4; //grid-column: 1/4; } } .service-1:before { background: url(/images/logo.svg) no-repeat; background-size: 50%; background-position: 110% 1rem; opacity: .1; } .service-1 { background: var(--gold-muted); background-size: cover; background-position: center; display: flex; padding: 2rem; //height:316px; align-items: flex-start; justify-content: center; flex-direction: column; & h3{ font-size:3rem; font-weight:100; line-height:2.5rem; font-family:var(--font-body); margin:0; } & p { font-size: 1rem; font-family: var(--font-body); margin: 0; color: var(--white); } & h4 { margin: 0; font-weight: 100; text-transform: uppercase; font-size: 1.25rem; font-family: var(--font-title); letter-spacing: 2px; color: var(--white); } & h4:last-of-type { margin-top: 1rem; } @media (--medium-only) { width:100%; } @media (--medium) { width:40%; //grid-row: 4/6; //grid-column: 1/4; } } .video-1{ width:100%; height:460px; background:transparent; & :before{ background:transparent; } @media (--small-only) { width:100%; } } .photo-1{ background:linear-gradient(45deg, color(var(--purple-dates) alpha(-50%)), color(var(--purple-dates) alpha(-50%))),url(../images/intro.jpg)no-repeat; background-size:cover; background-position:center; width:100%; @media (--medium) { width:40%; } } .day-2 { background: url(/images/day2.svg)no-repeat, var(--rose); background-size: contain; background-position: center; height:350px; //grid-row: 1/4; //grid-column: 5/9; @media (--medium) { //grid-column: 4/7; //grid-row: 1/5; } } .day-3 { background-position: 50% -1rem; background: url(/images/day3.svg)no-repeat, var(--blue-muted); background-size: cover; } .day-4{ background: url(/images/day4.svg)no-repeat, var(--purple-muted); background-size: cover; background-position: 43% 5rem; //width:440px; @media (--medium) { width:30%; } @media (--large) { width:40%; } } .day-5 { background: url(/images/day5.svg)no-repeat, var(--blue-muted); background-size: 50%; background-position: center; } .day-6 { background: url(/images/day6.svg)no-repeat, var(--blue-dark); background-size: cover; background-position: center; @media (--medium) { //grid-row: 5 / 9; //grid-column: 4/7; } } .day-7 { background: url(/images/day7.svg)no-repeat, var(--purple-muted); background-size: cover; background-position: center; @media (--medium) { // grid-row: 3 / 6; // grid-column: 7/9; } } .day-8 { background: url(/images/day8.svg)no-repeat, var(--purple); background-size: cover; background-position: center; @media (--medium) { width:35%; // grid-row: 4 / 6; // grid-column: 9/13; } } .day-9 { background: url(/images/day9.svg)no-repeat, url(/images/day9-bg.svg)no-repeat, var(--purple-muted); background-size: 80%, cover, cover; background-position: center; @media (--medium) { // grid-row: 8 / 11; // grid-column: 2/4; } } .day-10 { background: url(/images/day10.svg)no-repeat, var(--blue-dark); background-size: 60%; background-position: center; @media (--medium) { // grid-row: 9 / 11; // grid-column: 4/7; } } .day-11 { background: url(/images/day11.svg)no-repeat, url(/images/day11bg.svg)no-repeat, var(--rose); background-size: 30%, cover; background-position: center; @media (--medium) { // grid-row: 11/13; width:33%; height:300px; // grid-column: 3/7; } } .worship-10:before { background: transparent; } .worship-10 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-30%)), color(var(--purple-dates) alpha(-30%))), url(/images/day-1--photo.jpg)no-repeat; background-size: cover; background-position: center; display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; padding: .25rem; // grid-row: 12/14; // grid-column: 1/9; & span{ font-family:var(--font-title); letter-spacing:4px; font-weight:100; font-size:.75rem; } & h2 { font-weight: 100; font-family: var(--font-body); color: var(--gold-muted); margin-bottom:0; margin-top:.25rem; font-size: 1.5rem; @media (--medium) { max-width:60%; } } width:100%; @media (--medium) { padding: 2rem; width:45%; height:400px; background-size: cover, cover; background-position: center; // grid-row: 6 / 10; // grid-column: 7/13; } } .cta-11:before { background: transparent; } .cta-11 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-60%)), color(var(--purple-dates) alpha(-60%))), url(/images/day16-photo.jpg)no-repeat; background-size: cover; background-position: center; // grid-row: 16/19; // grid-column: 6/9; @media (--medium) { // grid-row: 11/14; // grid-column: 1/3; } } .day-12 { background: url(/images/day12.svg)no-repeat, var(--blue-muted); background-size: 70%; background-position: center; @media (--medium) { // grid-row: 10/13; // grid-column: 7/10; } } .day-13 { @media (--medium) { // grid-row: 10/14; // grid-column: 10/13; width:50%; } } .day-14 { @media (--medium) { // grid-row: 14/16; // grid-column: 1/3; } } .day-15 { @media (--medium) { // grid-row: 13/16; // grid-column: 3/7; } } .photo-16:before { background: transparent; } .photo-16 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-70%)), color(var(--purple-dates) alpha(-70%))), url(/images/vertical_pray.jpg)no-repeat; background-size: cover; background-position: center; @media (--medium) { width:40%; height:400px; // grid-row: 13/16; // grid-column: 7/10; } } .day-16 { @media (--medium) { // grid-row: 14/19; // grid-column: 10/13; } } .worship-17:before { background: transparent; } .worship-17 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-50%)), color(var(--purple-dates) alpha(-50%))), url(/images/day17-photo.jpg)no-repeat; background-size: cover; background-position: center; width:100%; @media (--medium) { background-size: cover, 120%; width:50%; background-position: center, 0 -2rem; // grid-row: 16/19; // grid-column: 1/6; } } .day-17 { @media (--medium) { // grid-row: 16/19; width:66%; height:300px; // grid-column: 6/10; } } .wreath-17{ } .day-18 { @media (--medium) { // grid-row: 19/23; // grid-column: 1/5; } } .day-19 { @media (--medium) { // grid-row: 19/23; // grid-column: 5/9; } } .day-20 { height:350px; @media (--medium) { // grid-row: 19/23; // grid-column: 9/13; } } .day-21 { @media (--medium) { // grid-row: 23/28; // grid-column: 1/5; } } .photo-21:before { background: transparent; } .photo-21 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-60%)), color(var(--purple-dates) alpha(-60%))), url(/images/horizontalchoir.jpg)no-repeat; background-size: cover; background-position: center; @media (--medium) { height:600px; width:44%; // grid-row: 23/29; // grid-column: 5/13; } } .cta-21{ } .day-22 { @media (--medium) { // grid-row: 28/32; // grid-column: 1/5; } } .day-23 { @media (--medium) { // grid-row: 29/32; // grid-column: 5/13; } } .photo-24:before { background: transparent; } .photo-24 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-60%)), color(var(--purple-dates) alpha(-60%))), url(/images/horizontalfamily.jpg)no-repeat; background-size: cover; background-position: center; // grid-row: 42/45; // grid-column: 1/9; height:350px; @media (--medium) { // grid-row: 32/37; width:60%; // grid-column: 1/13; } } .day-24 { @media (--medium) { // grid-row: 37/41; // grid-column: 1/6; } } /*===== End of Grid dates ======*/
src/css/layout/calendar.css
.wrapper{ max-width:400px; margin:auto; @media (--small) { max-width:450px; } @media (--medium) { max-width:900px; } @media (--large) { max-width:1200px; } } .calendar { margin-top:5rem; padding:0rem; background: var(--black); @media (--medium) { padding:2rem; } } .grid-sizer,.grid { width: 45%; @media (--medium) { width:30%; } @media (--large) { width:22%; } } .gutter-sizer { width: 3%; @media (--medium) { width:4%; } @media (--large) { width:3%; } } /*======================================= = Grid date style = =======================================*/ .grid-item , .feature ,.grid{ display:flex; align-items:center; justify-content:center; height:200px; background: var(--purple); margin-bottom:.5rem; position: relative; color: #fff; border-radius: 1px; cursor: pointer; transition: all .8s; background-position: 50% 200%; @media (--medium) { height:270px; margin-bottom:1rem; } & h1 { font-weight: 300; position: relative; z-index: var(--normal); transition: all .5s ease; font-family: var(--font-title); font-size:5vw; letter-spacing:-1px; color: var(--purple-muted); margin: 0; transition-delay: .25s; } } .today h1 { transition-delay: .5s; } .grid-item:hover { & h1 { } } .grid-item:before { content: ''; background: var(--purple-dates); z-index: var(--normal); position: absolute; perspective: 800px; top: 0; left: 0; height: 100%; width: 100%; transition: all .4s ease; transition: transform 1s; transform-style: preserve-3d; transform-origin: 50% 0%; } .grid-item:after { content: ''; //background:var(--white); // background:url(../images/burst.svg) no-repeat; background-size: contain; background-position: center; height: 1px; width: 1px; position: absolute; transition: all .4s; } /*---------- future present past ----------*/ .future {} .past:before { background: transparent; } .past h1 { opacity: 0; } .today:hover #date-featured { background-size:110%; } #date-featured { height: 100%; width: 100%; opacity:1; z-index: var(--normal); position: absolute; transition: all .5s; transition:background-size .4s ease; background: url(../images/burst.svg) no-repeat; background-size: 50%; background-position: center; } .today #date-featured{ transition-delay: .30s; } .expanded #date-featured{ opacity: 0; transform: rotateX(-90deg); transform-style: preserve-3d; transform-origin: -180% 0%; transition-delay: 0s; } /*===== End of Grid date style ======*/ /*---------- Hover effect peek ----------*/ div[class^="day-"].future:hover:before, div[class^="day-"].future h1 { transform: rotateX(-30deg); transition:all .4s ease; } .today.expanded:hover h1{ } div[class^="day-"]{ box-shadow: inset 2px 2px 9px rgba(8, 3, 41, 0.94); } /*------ end --- */ /*---------- no peek ----------*/ .no-peek{ transition:all .4s ease; height:100%; width:100%; display:flex; align-items:center; justify-content:center; position:absolute; text-align:center; z-index: var(--above); top:0; opacity:0; transition:all .4s ease; left:0; content:'No Peeking'; & h2 { font-family:var(--font-title); color:var(--white); font-size:3vw; font-weight:100; margin:0; } } .peek.peek-open .no-peek{ opacity:1; } /*------ end --- */ /*================================== = Open Effect = ==================================*/ .today.expanded{ z-index: var(--max); } .expanded.today:before {} .expanded.today:after { content: ''; //transform: scale(3000); position: absolute; transition: all 1s; } .expanded.today:after { z-index: var(--normal); } .expanded.future:before, .expanded.today:before { transform: rotateX(-180deg) skew(-2deg); box-shadow: 16px 24px 44px rgba(2, 0, 10, .24); z-index: var(--above); opacity:0; } .today.expanded h1 { opacity: 0; transform: rotateX(-90deg) skew(-2deg); transform-style: preserve-3d; transform-origin: -80% 0%; transition-delay: 0s; } /*================================== = Grid dates = ==================================*/ .day-1 { //grid-row: 1 / 3; //grid-column: 1 / 5; background: url(/images/day1.svg)no-repeat, var(--blue-dark); background-size: 50%; @media (--small-only) { width:100%; } background-position: center; @media (--medium) { height:340px; //grid-row: 1/4; //grid-column: 1/4; } } .service-1:before { background: url(/images/logo.svg) no-repeat; background-size: 50%; background-position: 110% 1rem; opacity: .1; } .service-1 { background: var(--gold-muted); background-size: cover; background-position: center; display: flex; padding: 2rem; //height:316px; align-items: flex-start; justify-content: center; flex-direction: column; & h3{ font-size:3rem; font-weight:100; line-height:2.5rem; font-family:var(--font-body); margin:0; } & p { font-size: 1rem; font-family: var(--font-body); margin: 0; color: var(--white); } & h4 { margin: 0; font-weight: 100; text-transform: uppercase; font-size: 1.25rem; font-family: var(--font-title); letter-spacing: 2px; color: var(--white); } & h4:last-of-type { margin-top: 1rem; } @media (--medium-only) { width:100%; } @media (--medium) { width:40%; //grid-row: 4/6; //grid-column: 1/4; } } .video-1{ width:100%; height:460px; background:transparent; & :before{ background:transparent; } @media (--small-only) { width:100%; } } .photo-1{ background:linear-gradient(45deg, color(var(--purple-dates) alpha(-50%)), color(var(--purple-dates) alpha(-50%))),url(../images/intro.jpg)no-repeat; background-size:cover; background-position:center; width:100%; @media (--medium) { width:40%; } } .day-2 { background: url(/images/day2.svg)no-repeat, var(--rose); background-size: contain; background-position: center; height:350px; //grid-row: 1/4; //grid-column: 5/9; @media (--medium) { //grid-column: 4/7; //grid-row: 1/5; } } .day-3 { background-position: 50% -1rem; background: url(/images/day3.svg)no-repeat, var(--blue-muted); background-size: cover; } .day-4{ background: url(/images/day4.svg)no-repeat, var(--purple-muted); background-size: cover; background-position: 43% 5rem; //width:440px; @media (--medium) { width:30%; } @media (--large) { width:40%; } } .day-5 { background: url(/images/day5.svg)no-repeat, var(--blue-muted); background-size: 50%; background-position: center; } .day-6 { background: url(/images/day6.svg)no-repeat, var(--blue-dark); background-size: cover; background-position: center; @media (--medium) { //grid-row: 5 / 9; //grid-column: 4/7; } } .day-7 { background: url(/images/day7.svg)no-repeat, var(--purple-muted); background-size: cover; background-position: center; @media (--medium) { // grid-row: 3 / 6; // grid-column: 7/9; } } .day-8 { background: url(/images/day8.svg)no-repeat, var(--purple); background-size: cover; background-position: center; @media (--medium) { width:35%; // grid-row: 4 / 6; // grid-column: 9/13; } } .day-9 { background: url(/images/day9.svg)no-repeat, url(/images/day9-bg.svg)no-repeat, var(--purple-muted); background-size: 80%, cover, cover; background-position: center; @media (--medium) { // grid-row: 8 / 11; // grid-column: 2/4; } } .day-10 { background: url(/images/day10.svg)no-repeat, var(--blue-dark); background-size: 60%; background-position: center; @media (--medium) { // grid-row: 9 / 11; // grid-column: 4/7; } } .day-11 { background: url(/images/day11.svg)no-repeat, url(/images/day11bg.svg)no-repeat, var(--rose); background-size: 30%, cover; background-position: center; @media (--medium) { // grid-row: 11/13; width:33%; height:300px; // grid-column: 3/7; } } .worship-10:before { background: transparent; } .worship-10 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-30%)), color(var(--purple-dates) alpha(-30%))), url(/images/day-1--photo.jpg)no-repeat; background-size: cover; background-position: center; display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; padding: .25rem; // grid-row: 12/14; // grid-column: 1/9; & span{ font-family:var(--font-title); letter-spacing:4px; font-weight:100; font-size:.75rem; } & h2 { font-weight: 100; font-family: var(--font-body); color: var(--gold-muted); margin-bottom:0; margin-top:.25rem; font-size: 1.5rem; @media (--medium) { max-width:60%; } } width:100%; @media (--medium) { padding: 2rem; width:45%; height:400px; background-size: cover, cover; background-position: center; // grid-row: 6 / 10; // grid-column: 7/13; } } .cta-11:before { background: transparent; } .cta-11 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-60%)), color(var(--purple-dates) alpha(-60%))), url(/images/day16-photo.jpg)no-repeat; background-size: cover; background-position: center; // grid-row: 16/19; // grid-column: 6/9; @media (--medium) { // grid-row: 11/14; // grid-column: 1/3; } } .day-12 { background: url(/images/day12.svg)no-repeat, var(--blue-muted); background-size: 70%; background-position: center; @media (--medium) { // grid-row: 10/13; // grid-column: 7/10; } } .day-13 { @media (--medium) { // grid-row: 10/14; // grid-column: 10/13; width:50%; } } .day-14 { @media (--medium) { // grid-row: 14/16; // grid-column: 1/3; } } .day-15 { @media (--medium) { // grid-row: 13/16; // grid-column: 3/7; } } .photo-16:before { background: transparent; } .photo-16 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-70%)), color(var(--purple-dates) alpha(-70%))), url(/images/vertical_pray.jpg)no-repeat; background-size: cover; background-position: center; @media (--medium) { width:40%; height:400px; // grid-row: 13/16; // grid-column: 7/10; } } .day-16 { @media (--medium) { // grid-row: 14/19; // grid-column: 10/13; } } .worship-17:before { background: transparent; } .worship-17 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-50%)), color(var(--purple-dates) alpha(-50%))), url(/images/day17-photo.jpg)no-repeat; background-size: cover; background-position: center; width:100%; @media (--medium) { background-size: cover, 120%; width:50%; background-position: center, 0 -2rem; // grid-row: 16/19; // grid-column: 1/6; } } .day-17 { @media (--medium) { // grid-row: 16/19; width:66%; height:300px; // grid-column: 6/10; } } .wreath-17{ } .day-18 { @media (--medium) { // grid-row: 19/23; // grid-column: 1/5; } } .day-19 { @media (--medium) { // grid-row: 19/23; // grid-column: 5/9; } } .day-20 { height:350px; @media (--medium) { // grid-row: 19/23; // grid-column: 9/13; } } .day-21 { @media (--medium) { // grid-row: 23/28; // grid-column: 1/5; } } .photo-21:before { background: transparent; } .photo-21 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-60%)), color(var(--purple-dates) alpha(-60%))), url(/images/horizontalchoir.jpg)no-repeat; background-size: cover; background-position: center; @media (--medium) { height:600px; width:44%; // grid-row: 23/29; // grid-column: 5/13; } } .cta-21{ } .day-22 { @media (--medium) { // grid-row: 28/32; // grid-column: 1/5; } } .day-23 { @media (--medium) { // grid-row: 29/32; // grid-column: 5/13; } } .photo-24:before { background: transparent; } .photo-24 { background: linear-gradient(45deg, color(var(--purple-dates) alpha(-60%)), color(var(--purple-dates) alpha(-60%))), url(/images/horizontalfamily.jpg)no-repeat; background-size: cover; background-position: center; // grid-row: 42/45; // grid-column: 1/9; height:350px; @media (--medium) { // grid-row: 32/37; width:60%; // grid-column: 1/13; } } .day-24 { @media (--medium) { // grid-row: 37/41; // grid-column: 1/6; } } /*===== End of Grid dates ======*/
0.549157
0.076788
header { background-color: #9E72B0; font-family: arial,helvetica; color: #fff; position: fixed; top: 0; z-index: 3; width: 100%; height: 70px; box-sizing: border-box; } html { scroll-behavior:smooth } .navegacao-externa { position: absolute; top: -70px; z-index: 1000; } nav a { text-decoration: none; color: #fff; } nav { padding-right: 2rem; display: flex; flex-direction: row; z-index: 100; } nav ul { align-self: flex-start; display: flex; width: 100%; align-items: center; justify-content: flex-end; list-style-type: none; padding: 0; align-self: center; margin: 0; height: 100%; } nav li span { vertical-align: bottom; } nav a { text-decoration: none; cursor: pointer; } nav a:visited { color: inherit; } nav li { padding: 1em; font-size: 1.1em; letter-spacing: 1px; min-width: fit-content; -webkit-font-smoothing: antialiased; height: 100%; box-sizing: border-box; display: flex; align-items: center; } header { display: flex; justify-content: space-between; } header img { padding-bottom: 1em; padding-left: 2em; max-height: 60px; } #home { padding-top: 0.4em; cursor: pointer; } #menu-hamburger { visibility: hidden; } .dropdown-content { display: none; } .dropdown:hover .dropdown-content { background: #9E72B0; opacity: 0.9; top: 70px; display: flex; flex-direction: column; position: absolute; width: fit-content; } .dropdown-content a { padding: 1em; justify-content: center; } .dropdown-link:hover { background: #9262a5; } @media (max-width: 1150px) { nav ul{ visibility: hidden; display: block; left: 0; position: absolute; top: 70px; z-index: 100; height: 0; width: 100vw; opacity: 0.9; background: #9262a5; } nav li { height: 40px; margin: 20px; border-bottom: 2px solid rgba(0, 0, 0, 0.1); } .active { height: calc(100vh - 70px); visibility: visible; } nav ul{ height: calc(100vh - 70px); } #menu-hamburger { visibility: visible; border: none; align-self: center; background:none; height: 40px; width: 45px; } #menu-hamburger span { height: 5px; background: white; width: 100%; display: block; margin: 3px; box-sizing: border-box; cursor: pointer; } .dropdown:hover .dropdown-content { display: none; } }
assets/header.css
header { background-color: #9E72B0; font-family: arial,helvetica; color: #fff; position: fixed; top: 0; z-index: 3; width: 100%; height: 70px; box-sizing: border-box; } html { scroll-behavior:smooth } .navegacao-externa { position: absolute; top: -70px; z-index: 1000; } nav a { text-decoration: none; color: #fff; } nav { padding-right: 2rem; display: flex; flex-direction: row; z-index: 100; } nav ul { align-self: flex-start; display: flex; width: 100%; align-items: center; justify-content: flex-end; list-style-type: none; padding: 0; align-self: center; margin: 0; height: 100%; } nav li span { vertical-align: bottom; } nav a { text-decoration: none; cursor: pointer; } nav a:visited { color: inherit; } nav li { padding: 1em; font-size: 1.1em; letter-spacing: 1px; min-width: fit-content; -webkit-font-smoothing: antialiased; height: 100%; box-sizing: border-box; display: flex; align-items: center; } header { display: flex; justify-content: space-between; } header img { padding-bottom: 1em; padding-left: 2em; max-height: 60px; } #home { padding-top: 0.4em; cursor: pointer; } #menu-hamburger { visibility: hidden; } .dropdown-content { display: none; } .dropdown:hover .dropdown-content { background: #9E72B0; opacity: 0.9; top: 70px; display: flex; flex-direction: column; position: absolute; width: fit-content; } .dropdown-content a { padding: 1em; justify-content: center; } .dropdown-link:hover { background: #9262a5; } @media (max-width: 1150px) { nav ul{ visibility: hidden; display: block; left: 0; position: absolute; top: 70px; z-index: 100; height: 0; width: 100vw; opacity: 0.9; background: #9262a5; } nav li { height: 40px; margin: 20px; border-bottom: 2px solid rgba(0, 0, 0, 0.1); } .active { height: calc(100vh - 70px); visibility: visible; } nav ul{ height: calc(100vh - 70px); } #menu-hamburger { visibility: visible; border: none; align-self: center; background:none; height: 40px; width: 45px; } #menu-hamburger span { height: 5px; background: white; width: 100%; display: block; margin: 3px; box-sizing: border-box; cursor: pointer; } .dropdown:hover .dropdown-content { display: none; } }
0.394084
0.106458
* Universal */ body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center; background: url(http://i.imgur.com/kVJs7Pb.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; color: #FFFFFF; } h1, h2, h3, h4, h5, h6 { font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; letter-spacing: 1px; } h1 { font-size: 3.0em; } p { font-size: 1.25em; line-height: 1.6; color: #FFFFFF; } hr { max-width: 400px; border-color: #999999; } img.masa-photo { height: 300px; width: 300px; margin: 40px 0px 0px 0px; border: 7px solid white; border-radius: 20px; } /** * Logo and address */ .brand { font-size: 4.0em; font-weight: 800; margin: 30px 0 0 0; } .address-bar { color: #CCCCCC; font-size: 1.3em; font-weight: 300; margin: 10px 0 30px 0; } /** * Navigation bar at the top */ header { text-align: center; } header ul { padding: 30px 0; background: rgba(99, 99, 99, .5); } header li { display: inline; padding: 0 5px 0 5px; text-transform: uppercase; font-weight: normal; font-size: 1.1em; } header a { text-decoration: none; color: #DDDDDD; padding: 0 20px; } header a:hover { color: #BBBBBB; } header a.active { color: #BBBBBB; } /** * Slider list */ /* Leaves some space from the top when hyperlink is clicked */ h1 { padding-top: 50px; } h1 a { font-size: 0.5em; color: #FFF; text-decoration: none; } h1 a:hover { color: #CCCCCC; } .lead { font-size: 1.2em; } .sliderList div { height: 50px; background: #EEEEEE; margin: 0 auto; max-width: 600px; position: relative; margin: 40px auto 0 auto; border-radius: 5px; } .sliderList div p { color: red; background: linear-gradient(to top, rgba(0,0,0,1) , rgba(0,0,0,.4)); padding: 10px 30px; text-align: left; line-height: 28px; position: absolute; bottom: 0; margin: 0; height: 30px; transition: height .5s; -webkit-transition: height .5s; -moz-transition: height .5s; overflow: hidden; /* Ignore the extra space that the hidden test occupies */ } .sliderList div p span:hover { color: #A00; } .sliderList div p small { /*opacity: 0;*/ /*display: none;*/ visibility: hidden; /* Hide the description text by default */ } /* Links */ .sliderList div p a { color: yellow; pointer-events: none; /* Desable the links */ cursor: default; } .sliderList div p a:hover { color: #999900; } /* For when description is shown */ .sliderList div.show-description span, .sliderList div.show-description span:hover { color: #BABABA; text-shadow: 1px 0 red, 0 -1px red, -1px 0 red, 0 1px red; } .sliderList div.show-description p { color: yellow; height: 150px; overflow: auto; } .sliderList div.show-description p small { color: yellow; /*opacity: 1;*/ /*display: block;*/ visibility: visible; text-shadow: 1px 0 blue, 0 -1px blue, -1px 0 blue, 0 1px blue; } .sliderList div.show-description p a { pointer-events: auto; /* Activate the links */ cursor: auto; } /** * Card */ /*article { max-width: 535px; margin: 10px auto 20px auto; padding: 0.1em 2.0em 2.0em 2.0em; box-shadow: 0 8px 16px #999; background: #fafafa; }*/ /** * Button / input */ #contact-me { margin: 0 auto; width: 400px; } button { border: 0 none; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: 1.0em; padding: 1.0em; } textarea { box-sizing: border-box; width: 400px; height: 150px; border: 0; padding: 10px; display: block; margin-left: auto; margin-right: auto; font-size: 18px; margin-bottom: 4px; background-color: rgba(230, 230, 230, 0.6); color: #000; } #btn-send-message { width: 248px; background: #32CD32; color: white; float: right; } #btn-clear-message { width: 148px; float: left; } .btn-outline { background: none; padding: 12px 22px; border: 2px solid #0099cc; color: #0099cc; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active, .open > .dropdown-toggle.btn-outline { color: #33a6cc; background: #f0f0ff; border-color: #33a6cc; } .btn-outline:active, .btn-outline.active { border-color: #007299; color: #007299; box-shadow: none; } /* Placeholder text color */ ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #555; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #555; opacity: 1; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #555; opacity: 1; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #555; } /** * Footer */ footer { font-size: 1.2em; line-height: 3em; padding: 40px 0; color: white; clear: both; text-align: center; } footer a, footer a:hover { color: white; text-decoration: none; } /** * Styling for mobile devices */ @media (max-width: 500px) { .brand { font-size: 3.0em; margin: 20px 0 0 0; line-height: 50px; } .address-bar { font-size: 1.3em; margin: 10px 0 30px 0; } img.masa-photo { height: 200px; width: 200px; } header ul { padding: 15px 0; } header li { padding: 0; font-size: 0.8em; } h1 { padding-top: 15px; font-size: 2.5em; } .sliderList div { margin: 10px 12px; font-size: 0.9em; } }
demos/list_slider/stylesheets/main.css
* Universal */ body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center; background: url(http://i.imgur.com/kVJs7Pb.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; color: #FFFFFF; } h1, h2, h3, h4, h5, h6 { font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; letter-spacing: 1px; } h1 { font-size: 3.0em; } p { font-size: 1.25em; line-height: 1.6; color: #FFFFFF; } hr { max-width: 400px; border-color: #999999; } img.masa-photo { height: 300px; width: 300px; margin: 40px 0px 0px 0px; border: 7px solid white; border-radius: 20px; } /** * Logo and address */ .brand { font-size: 4.0em; font-weight: 800; margin: 30px 0 0 0; } .address-bar { color: #CCCCCC; font-size: 1.3em; font-weight: 300; margin: 10px 0 30px 0; } /** * Navigation bar at the top */ header { text-align: center; } header ul { padding: 30px 0; background: rgba(99, 99, 99, .5); } header li { display: inline; padding: 0 5px 0 5px; text-transform: uppercase; font-weight: normal; font-size: 1.1em; } header a { text-decoration: none; color: #DDDDDD; padding: 0 20px; } header a:hover { color: #BBBBBB; } header a.active { color: #BBBBBB; } /** * Slider list */ /* Leaves some space from the top when hyperlink is clicked */ h1 { padding-top: 50px; } h1 a { font-size: 0.5em; color: #FFF; text-decoration: none; } h1 a:hover { color: #CCCCCC; } .lead { font-size: 1.2em; } .sliderList div { height: 50px; background: #EEEEEE; margin: 0 auto; max-width: 600px; position: relative; margin: 40px auto 0 auto; border-radius: 5px; } .sliderList div p { color: red; background: linear-gradient(to top, rgba(0,0,0,1) , rgba(0,0,0,.4)); padding: 10px 30px; text-align: left; line-height: 28px; position: absolute; bottom: 0; margin: 0; height: 30px; transition: height .5s; -webkit-transition: height .5s; -moz-transition: height .5s; overflow: hidden; /* Ignore the extra space that the hidden test occupies */ } .sliderList div p span:hover { color: #A00; } .sliderList div p small { /*opacity: 0;*/ /*display: none;*/ visibility: hidden; /* Hide the description text by default */ } /* Links */ .sliderList div p a { color: yellow; pointer-events: none; /* Desable the links */ cursor: default; } .sliderList div p a:hover { color: #999900; } /* For when description is shown */ .sliderList div.show-description span, .sliderList div.show-description span:hover { color: #BABABA; text-shadow: 1px 0 red, 0 -1px red, -1px 0 red, 0 1px red; } .sliderList div.show-description p { color: yellow; height: 150px; overflow: auto; } .sliderList div.show-description p small { color: yellow; /*opacity: 1;*/ /*display: block;*/ visibility: visible; text-shadow: 1px 0 blue, 0 -1px blue, -1px 0 blue, 0 1px blue; } .sliderList div.show-description p a { pointer-events: auto; /* Activate the links */ cursor: auto; } /** * Card */ /*article { max-width: 535px; margin: 10px auto 20px auto; padding: 0.1em 2.0em 2.0em 2.0em; box-shadow: 0 8px 16px #999; background: #fafafa; }*/ /** * Button / input */ #contact-me { margin: 0 auto; width: 400px; } button { border: 0 none; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: 1.0em; padding: 1.0em; } textarea { box-sizing: border-box; width: 400px; height: 150px; border: 0; padding: 10px; display: block; margin-left: auto; margin-right: auto; font-size: 18px; margin-bottom: 4px; background-color: rgba(230, 230, 230, 0.6); color: #000; } #btn-send-message { width: 248px; background: #32CD32; color: white; float: right; } #btn-clear-message { width: 148px; float: left; } .btn-outline { background: none; padding: 12px 22px; border: 2px solid #0099cc; color: #0099cc; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active, .open > .dropdown-toggle.btn-outline { color: #33a6cc; background: #f0f0ff; border-color: #33a6cc; } .btn-outline:active, .btn-outline.active { border-color: #007299; color: #007299; box-shadow: none; } /* Placeholder text color */ ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #555; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #555; opacity: 1; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #555; opacity: 1; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #555; } /** * Footer */ footer { font-size: 1.2em; line-height: 3em; padding: 40px 0; color: white; clear: both; text-align: center; } footer a, footer a:hover { color: white; text-decoration: none; } /** * Styling for mobile devices */ @media (max-width: 500px) { .brand { font-size: 3.0em; margin: 20px 0 0 0; line-height: 50px; } .address-bar { font-size: 1.3em; margin: 10px 0 30px 0; } img.masa-photo { height: 200px; width: 200px; } header ul { padding: 15px 0; } header li { padding: 0; font-size: 0.8em; } h1 { padding-top: 15px; font-size: 2.5em; } .sliderList div { margin: 10px 12px; font-size: 0.9em; } }
0.391639
0.090897
* { box-sizing: border-box; } :root { --main-blue-color: #728fcb; --main-lightblue-color: #d6e7f1; --main-gunmetal-color: #31363e; --main-grey-color: hsla(0, 0%, 0%, 0.04); --main-black-color: hsla(0, 0%, 0%, 0.8); --main-paper-color: white; } html { font-family: Helvetica; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; box-sizing: border-box; overflow-y: scroll; background-color: var(--main-paper-color) } body { margin: 0; color: var(--main-black-color); font-weight: normal; word-wrap: break-word; font-kerning: normal; -moz-font-feature-settings: "kern", "liga", "clig", "calt"; -ms-font-feature-settings: "kern", "liga", "clig", "calt"; -webkit-font-feature-settings: "kern", "liga", "clig", "calt"; font-feature-settings: "kern", "liga", "clig", "calt"; font-size: 100%; } a { color: var(--main-gunmetal-color); background-color: transparent; -webkit-text-decoration-skip: objects; } a:active, a:hover { outline-width: 0; } b, strong { font-weight: inherit; font-weight: bolder; } dfn { font-style: italic; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } img { border-style: none; max-width: 100%; margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; } h1, h2, h3, h4, h5, h6 { color: inherit; font-weight: bold; text-rendering: optimizeLegibility; margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; line-height: 1.1; } h1 { margin: .67em 0; margin-bottom: 1.45rem; font-size: 2.25rem; } h2 { margin-bottom: 1.45rem; font-size: 1.62671rem; } h3 { margin-bottom: 1.45rem; font-size: 1.38316rem; } h4 { margin-bottom: 1.45rem; font-size: 1rem; } h5 { margin-bottom: 1.45rem; font-size: 0.85028rem; } h6 { margin-bottom: 1.45rem; font-size: 0.78405rem; } hgroup { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } ul { margin-left: 1.45rem; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; list-style-position: outside; list-style-image: none; } ol { margin-left: 1.45rem; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; list-style-position: outside; list-style-image: none; } p { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; font-size: 1rem; line-height: 1.45rem; } figure { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } table { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; font-size: 1rem; line-height: 1.45rem; border-collapse: collapse; width: 100%; } fieldset { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } blockquote { margin-left: 1.45rem; margin-right: 1.45rem; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } form { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } noscript { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } iframe { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } hr { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: calc(1.45rem - 1px); background: var(--main-black-color); border: none; height: 1px; } b, strong, dt, th { font-weight: bold; } li { margin-bottom: calc(1.45rem / 2); } ol li { padding-left: 0; } ul li { padding-left: 0; } li > ol { margin-left: 1.45rem; margin-bottom: calc(1.45rem / 2); margin-top: calc(1.45rem / 2); } li > ul { margin-left: 1.45rem; margin-bottom: calc(1.45rem / 2); margin-top: calc(1.45rem / 2); } blockquote *:last-child { margin-bottom: 0; } li *:last-child { margin-bottom: 0; } p *:last-child { margin-bottom: 0; } li > p { margin-bottom: calc(1.45rem / 2); } code { font-size: 0.85rem; line-height: 1.45rem; } thead { text-align: left; } td, th { text-align: left; border-bottom: 1px solid hsla(0, 0%, 0%, 0.12); font-feature-settings: "tnum"; -moz-font-feature-settings: "tnum"; -ms-font-feature-settings: "tnum"; -webkit-font-feature-settings: "tnum"; padding-left: 0.96667rem; padding-right: 0.96667rem; padding-top: 0.725rem; padding-bottom: calc(0.725rem - 1px); } th:first-child, td:first-child { padding-left: 0; } th:last-child, td:last-child { padding-right: 0; } .group { padding-bottom: 32px; padding-top: 72px; border-bottom: 1px solid var(--main-grey-color); } .group:first-of-type { padding-top: 0; } .group:last-of-type { border: none; } .section { padding-bottom: 64px; } .section:last-of-type { padding-bottom: 0px; } .hidden { visibility: hidden; } .links [role="group"] { padding: 0px 0px 0px 32px; } tt, code { background-color: var(--main-grey-color); border-radius: 3px; font-family: "SFMono-Regular", Consolas, "Roboto Mono", "Droid Sans Mono", "Liberation Mono", Menlo, Courier, monospace; padding: 0; padding-top: 0.2em; padding-bottom: 0.2em; } pre { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; font-size: 0.85rem; line-height: 1.42; background: var(--main-grey-color); border-radius: 3px; overflow: auto; word-wrap: normal; padding: 1.45rem; border-left: 5px solid var(--main-blue-color); } pre code { background: none; line-height: 1.42; } code:before, code:after, tt:before, tt:after { letter-spacing: -0.2em; content: " "; } pre code:before, pre code:after, pre tt:before, pre tt:after { content: ""; } p > code { background: #faf8f5; } pre[class*="language-"] { color: var(--main-blue-color); } code[class*="language-"] { color: var(--main-gunmetal-color); } pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection { background: var(--main-blue-color); } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: #b6ad9a; } .token.punctuation { color: #b6ad9a; } .token.namespace { opacity: .7; } .token.tag, .token.operator, .token.number { color: #063289; } .token.property, .token.function { color: #b29762; } .token.tag-id, .token.selector, .token.atrule-id { color: #2d2006; } code.language-javascript, .token.attr-name { color: #896724; } code.language-css, code.language-scss, .token.boolean, .token.string, .token.entity, .token.url, .language-css .token.string, .language-scss .token.string, .style .token.string, .token.attr-value, .token.keyword, .token.control, .token.directive, .token.unit, .token.statement, .token.regex, .token.atrule { color: var(--main-blue-color); } .token.placeholder, .token.variable { color: #93abdc; } .token.inserted { border-bottom: 1px dotted #2d2006; text-decoration: none; } .token.important { color: #896724; } pre > code.highlight { outline: .4em solid #896724; } .line-numbers .line-numbers-rows { border-right-color: #ece8de; } .line-numbers-rows > span:before { color: #cdc4b1; } .line-highlight { background: rgba(45, 32, 6, 0.2); background: -webkit-linear-gradient(left, rgba(45, 32, 6, 0.2) 70%, rgba(45, 32, 6, 0)); background: linear-gradient(to right, rgba(45, 32, 6, 0.2) 70%, rgba(45, 32, 6, 0)); } [role="tablist"] [aria-selected="true"], [role="tablist"] [role="tab"]:hover { color: var(--main-blue-color); } [role="tablist"] [role="tab"] span { background-color: var(--main-blue-color); } .notice { border-radius: 0 0 3px 3px; padding: 1rem; transition: box-shadow .2s cubic-bezier(.64,0,.35,1); transition-delay: .1s; box-shadow: inset 0 3px 0 0 var(--main-blue-color), inset 0 0 0 0 transparent, 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15); background-color: var(--main-lightblue-color); } .notice:not(:last-child) { margin-bottom: 24px; } .notice header { padding-top: .2rem; } .notice .content { padding: .4rem 0; width: 100%; word-break: break-word; overflow-wrap: break-word; } .badge { display: inline-block; background-color: var(--main-lightblue-color); color: var(--main-blue-color); font-size: .75rem; font-weight: 700; line-height: 1; max-width: 100%; text-transform: uppercase; vertical-align: baseline; border-radius: 3px; padding: 3px 5px; } .sdk-block { width: 100%; padding-top: 10px; } .layout-container { display: flex; height: 100%; } .main { flex-grow: 1; width: 1px; margin: 0px; padding: 40px; padding-left: 80px; max-width: 1200px; } @media only screen and (max-width: 480px) { html { font-size: 100%; } .main { padding: 64px; } .nav { display: none; } } .gatsby-highlight { position: relative; } pre[class*="language-"] { position: relative; } pre[class*="language-"]:before { content: '📋'; position: absolute; top: -25px; right: 25px; }
src/components/layout.css
* { box-sizing: border-box; } :root { --main-blue-color: #728fcb; --main-lightblue-color: #d6e7f1; --main-gunmetal-color: #31363e; --main-grey-color: hsla(0, 0%, 0%, 0.04); --main-black-color: hsla(0, 0%, 0%, 0.8); --main-paper-color: white; } html { font-family: Helvetica; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; box-sizing: border-box; overflow-y: scroll; background-color: var(--main-paper-color) } body { margin: 0; color: var(--main-black-color); font-weight: normal; word-wrap: break-word; font-kerning: normal; -moz-font-feature-settings: "kern", "liga", "clig", "calt"; -ms-font-feature-settings: "kern", "liga", "clig", "calt"; -webkit-font-feature-settings: "kern", "liga", "clig", "calt"; font-feature-settings: "kern", "liga", "clig", "calt"; font-size: 100%; } a { color: var(--main-gunmetal-color); background-color: transparent; -webkit-text-decoration-skip: objects; } a:active, a:hover { outline-width: 0; } b, strong { font-weight: inherit; font-weight: bolder; } dfn { font-style: italic; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } img { border-style: none; max-width: 100%; margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; } h1, h2, h3, h4, h5, h6 { color: inherit; font-weight: bold; text-rendering: optimizeLegibility; margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; line-height: 1.1; } h1 { margin: .67em 0; margin-bottom: 1.45rem; font-size: 2.25rem; } h2 { margin-bottom: 1.45rem; font-size: 1.62671rem; } h3 { margin-bottom: 1.45rem; font-size: 1.38316rem; } h4 { margin-bottom: 1.45rem; font-size: 1rem; } h5 { margin-bottom: 1.45rem; font-size: 0.85028rem; } h6 { margin-bottom: 1.45rem; font-size: 0.78405rem; } hgroup { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } ul { margin-left: 1.45rem; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; list-style-position: outside; list-style-image: none; } ol { margin-left: 1.45rem; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; list-style-position: outside; list-style-image: none; } p { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; font-size: 1rem; line-height: 1.45rem; } figure { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } table { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; font-size: 1rem; line-height: 1.45rem; border-collapse: collapse; width: 100%; } fieldset { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } blockquote { margin-left: 1.45rem; margin-right: 1.45rem; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } form { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } noscript { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } iframe { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; } hr { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: calc(1.45rem - 1px); background: var(--main-black-color); border: none; height: 1px; } b, strong, dt, th { font-weight: bold; } li { margin-bottom: calc(1.45rem / 2); } ol li { padding-left: 0; } ul li { padding-left: 0; } li > ol { margin-left: 1.45rem; margin-bottom: calc(1.45rem / 2); margin-top: calc(1.45rem / 2); } li > ul { margin-left: 1.45rem; margin-bottom: calc(1.45rem / 2); margin-top: calc(1.45rem / 2); } blockquote *:last-child { margin-bottom: 0; } li *:last-child { margin-bottom: 0; } p *:last-child { margin-bottom: 0; } li > p { margin-bottom: calc(1.45rem / 2); } code { font-size: 0.85rem; line-height: 1.45rem; } thead { text-align: left; } td, th { text-align: left; border-bottom: 1px solid hsla(0, 0%, 0%, 0.12); font-feature-settings: "tnum"; -moz-font-feature-settings: "tnum"; -ms-font-feature-settings: "tnum"; -webkit-font-feature-settings: "tnum"; padding-left: 0.96667rem; padding-right: 0.96667rem; padding-top: 0.725rem; padding-bottom: calc(0.725rem - 1px); } th:first-child, td:first-child { padding-left: 0; } th:last-child, td:last-child { padding-right: 0; } .group { padding-bottom: 32px; padding-top: 72px; border-bottom: 1px solid var(--main-grey-color); } .group:first-of-type { padding-top: 0; } .group:last-of-type { border: none; } .section { padding-bottom: 64px; } .section:last-of-type { padding-bottom: 0px; } .hidden { visibility: hidden; } .links [role="group"] { padding: 0px 0px 0px 32px; } tt, code { background-color: var(--main-grey-color); border-radius: 3px; font-family: "SFMono-Regular", Consolas, "Roboto Mono", "Droid Sans Mono", "Liberation Mono", Menlo, Courier, monospace; padding: 0; padding-top: 0.2em; padding-bottom: 0.2em; } pre { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 1.45rem; font-size: 0.85rem; line-height: 1.42; background: var(--main-grey-color); border-radius: 3px; overflow: auto; word-wrap: normal; padding: 1.45rem; border-left: 5px solid var(--main-blue-color); } pre code { background: none; line-height: 1.42; } code:before, code:after, tt:before, tt:after { letter-spacing: -0.2em; content: " "; } pre code:before, pre code:after, pre tt:before, pre tt:after { content: ""; } p > code { background: #faf8f5; } pre[class*="language-"] { color: var(--main-blue-color); } code[class*="language-"] { color: var(--main-gunmetal-color); } pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection { background: var(--main-blue-color); } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: #b6ad9a; } .token.punctuation { color: #b6ad9a; } .token.namespace { opacity: .7; } .token.tag, .token.operator, .token.number { color: #063289; } .token.property, .token.function { color: #b29762; } .token.tag-id, .token.selector, .token.atrule-id { color: #2d2006; } code.language-javascript, .token.attr-name { color: #896724; } code.language-css, code.language-scss, .token.boolean, .token.string, .token.entity, .token.url, .language-css .token.string, .language-scss .token.string, .style .token.string, .token.attr-value, .token.keyword, .token.control, .token.directive, .token.unit, .token.statement, .token.regex, .token.atrule { color: var(--main-blue-color); } .token.placeholder, .token.variable { color: #93abdc; } .token.inserted { border-bottom: 1px dotted #2d2006; text-decoration: none; } .token.important { color: #896724; } pre > code.highlight { outline: .4em solid #896724; } .line-numbers .line-numbers-rows { border-right-color: #ece8de; } .line-numbers-rows > span:before { color: #cdc4b1; } .line-highlight { background: rgba(45, 32, 6, 0.2); background: -webkit-linear-gradient(left, rgba(45, 32, 6, 0.2) 70%, rgba(45, 32, 6, 0)); background: linear-gradient(to right, rgba(45, 32, 6, 0.2) 70%, rgba(45, 32, 6, 0)); } [role="tablist"] [aria-selected="true"], [role="tablist"] [role="tab"]:hover { color: var(--main-blue-color); } [role="tablist"] [role="tab"] span { background-color: var(--main-blue-color); } .notice { border-radius: 0 0 3px 3px; padding: 1rem; transition: box-shadow .2s cubic-bezier(.64,0,.35,1); transition-delay: .1s; box-shadow: inset 0 3px 0 0 var(--main-blue-color), inset 0 0 0 0 transparent, 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15); background-color: var(--main-lightblue-color); } .notice:not(:last-child) { margin-bottom: 24px; } .notice header { padding-top: .2rem; } .notice .content { padding: .4rem 0; width: 100%; word-break: break-word; overflow-wrap: break-word; } .badge { display: inline-block; background-color: var(--main-lightblue-color); color: var(--main-blue-color); font-size: .75rem; font-weight: 700; line-height: 1; max-width: 100%; text-transform: uppercase; vertical-align: baseline; border-radius: 3px; padding: 3px 5px; } .sdk-block { width: 100%; padding-top: 10px; } .layout-container { display: flex; height: 100%; } .main { flex-grow: 1; width: 1px; margin: 0px; padding: 40px; padding-left: 80px; max-width: 1200px; } @media only screen and (max-width: 480px) { html { font-size: 100%; } .main { padding: 64px; } .nav { display: none; } } .gatsby-highlight { position: relative; } pre[class*="language-"] { position: relative; } pre[class*="language-"]:before { content: '📋'; position: absolute; top: -25px; right: 25px; }
0.489748
0.107813
html { scroll-behavior: smooth; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; } body .des { display: -webkit-box; max-width: 200px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin: auto; } body.nav-nofixed { padding-top: 65px; } @media (max-width: 340px) { body.nav-nofixed { padding-top: 55px; } } body .image-center-cover { background-position: center; background-size: cover; background-repeat: no-repeat; } body .image-center-contain { background-position: center; background-size: contain; background-repeat: no-repeat; } body main { display: none; } body .jumbotron { -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25) inset; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25) inset; } #preloader { position: fixed; top: 0; z-index: 999999; height: 100vh; width: 100%; background-color: #fff; 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; overflow: hidden; } #preloader .title { font-size: 18px; } #preloader .logo { text-align: center; } #preloader .loader { margin: auto; border: 4px solid #f3f3f3; /* Light grey */ border-top: 4px solid #242424; /* Blue */ border-radius: 50%; width: 40px; height: 40px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } #preloader .shape { background-color: #e8e8e8; background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), to(#d2d2d2)); background: linear-gradient(90deg, #e8e8e8, #d2d2d2); height: 150px; width: 120%; position: absolute; bottom: 0; border-radius: 50%; } #preloader .shape .rect { background-color: #e8e8e8; background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), to(#d2d2d2)); background: linear-gradient(90deg, #e8e8e8, #d2d2d2); height: 150px; width: 100%; position: relative; top: 75px; } .dummy { min-height: 60vh; } .navbar { position: fixed; z-index: 9999; width: 100%; -webkit-transition: 0.5s; transition: 0.5s; background-color: rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 0; box-shadow: 0 0 0; padding: 2rem 1rem; } .navbar .holder { font-size: 12px; } @media (max-width: 340px) { .navbar .holder { font-size: 10px; } .navbar .logo { height: 30px; } } .navbar.shown .navbar-collapse { background: linear-gradient(45deg, #fff, #ebebeb); margin: 0.5rem 0rem; padding: 0.5rem 1rem; border-radius: 10px; } .navbar.shown .nav-link { color: #1e1e1e; } .navbar.top, .nav-nofixed .navbar { top: 0; background: linear-gradient(45deg, #fff, #ebebeb); padding: 0.5rem 1rem; -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.15); box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.15); } .navbar.top .nav-link, .nav-nofixed .navbar .nav-link { color: #000; } .navbar.top .navbar-brand, .nav-nofixed .navbar .navbar-brand { font-weight: 600; color: #1bb1dc; } .navbar.top .navbar-toggler, .nav-nofixed .navbar .navbar-toggler { color: #1e1e1e; } .navbar .navbar-toggler { color: #fff; } .navbar .logo { border-radius: 10px; margin-right: 0.5rem; } .navbar .navbar-brand { color: #fff; line-height: 1; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navbar .nav-link { color: #fff; text-transform: uppercase; font-size: 14px; font-family: "Open Sans", sans-serif; text-transform: uppercase; font-weight: 600; } .navbar .nav-link:hover { color: #1bb1dc; } #hero { width: 100%; height: 100vh; /* background: #f5f8fd url(img/public-speaking-3926344_1920.jpg) center top no-repeat; */ /* background: #747a76 url(img/public-speaking-3926344_1920.jpg) center top no-repeat; */ background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#00000080)), url("../img/public-speaking-3926344_1920.jpg") center top no-repeat; background: linear-gradient(#000000, #00000080), url("../img/public-speaking-3926344_1920.jpg") center top no-repeat; background-size: cover; } #hero .info h2 { color: #fff; margin-bottom: 40px; font-weight: 700; line-height: 50px; } #hero .info h2 span { color: #1bb1dc; } #hero .image { height: 200px; } @media (max-width: 768px) { #hero .container { text-align: center; } #hero .info h2 { text-align: center; font-size: 40px; line-height: 50px; } #hero .image { height: 200px; } #hero .btn-primary { margin-bottom: 1rem; } } @media (max-width: 520px) { #hero .info h2 { text-align: center; font-size: 32px; line-height: 50px; margin-top: 2rem; } #hero .image { height: 180px; margin-top: 1.5rem; } } @media (max-width: 360px) { #hero .info h2 { font-size: 24px; line-height: 24px; margin-top: 2rem; } #hero .image { margin-top: 1rem; height: 120px; } } #hero .btn-primary { font-family: "Montserrat", sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; display: inline-block; padding: 10px 32px; border-radius: 4px; -webkit-transition: 0.5s; transition: 0.5s; color: #fff; background: #1bb1dc; color: #fff; border: 0; } #hero .btn-primary:hover { border: 0; background: #006d8c; } .about .content { padding-top: 3rem; } .about .doodle { position: relative; margin: 30px 30px 30px 30px; } .about .doodle::before { position: absolute; left: -31px; top: -30px; width: 90%; height: 92%; z-index: -1; content: ""; background-color: #ebf1fa; -webkit-transition: 0.5s; transition: 0.5s; } .about .doodle::after { position: absolute; right: -31px; bottom: -30px; width: 90%; height: 92%; z-index: -1; content: ""; background-color: #ebf1fa; -webkit-transition: 0.5s; transition: 0.5s; } .about .doodle img { width: 100%; border: 8px solid #fff; -webkit-transition: 0.5s; transition: 0.5s; } .team .member { text-align: center; margin: 5px; margin: auto; margin-bottom: 1rem; -webkit-transition: 0.3s; transition: 0.3s; border-radius: 1rem; width: 150px; height: 100%; } .team .member:hover { padding: 10px; cursor: pointer; -webkit-transition: 0.5s; transition: 0.5s; background-color: #006d8c; } .team .member:hover .image { width: 130px; height: 180px; -webkit-transition: 0.3s; transition: 0.3s; } .team .member:hover .name, .team .member:hover .position { color: #fff; } .team .member .image { -webkit-transition: 0.5s; transition: 0.5s; width: 150px; height: 180px; margin: auto; border-radius: 10px; background-color: #f1f1f1; margin-bottom: 10px; } .team .member .name { margin: 0; font-style: 12px; font-weight: 600; } .team .member .position { margin: 0; font-size: 11px; font-style: italic; } .board .director { background-color: #f2f2f2; background: linear-gradient(45deg, #f2f2f2, #d9d9d9); padding: 1rem; border-radius: 1rem; text-align: center; height: 100%; width: 230px; margin: auto; 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: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-transition: 0.5s; transition: 0.5s; } .board .director:hover { cursor: pointer; background: linear-gradient(45deg, #006d8c, #1bb1dc); -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15); box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15); } .board .director:hover .name, .board .director:hover .position { color: #fff; } .board .director:hover .image { -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25); } .board .director:hover .social { background-color: #fff; background: #fff; -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25) inset; box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25) inset; } .board .director:hover .social a { color: #000; } .board .director:hover .social a:hover:not([disabled]) { color: #006d8c; text-decoration: none; } .board .director .image { border-radius: 1rem; height: 200px; width: 200px; background-color: #fff; margin-bottom: 1rem; } .board .director .name { font-size: 18px; font-weight: 600; margin: 0; } .board .director .position { font-size: 12px; font-style: italic; } .board .director .social { background-color: #006d8c; background: linear-gradient(45deg, #1bb1dc, #006d8c); border-radius: 5rem; padding: 0.5rem; } .board .director .social a { margin: 5px; color: #fff; } .board .director .social a[disabled] { color: rgba(0, 0, 0, 0.28); } section { padding-top: 2rem; padding-bottom: 2rem; } section .direct { position: relative; } section .title { font-size: 36px; color: #413e66; font-weight: 700; position: relative; font-family: "Montserrat", sans-serif; } section .section-header { text-align: center; font-size: 48px; color: #413e66; font-weight: 700; position: relative; font-family: "Montserrat", sans-serif; } .community .section-header { padding-top: 1.5rem; padding-bottom: 1.5rem; background-color: #f5f8fd; } .community .member { padding: 1rem; text-align: center; margin: auto; margin-bottom: 1.5rem; border-radius: 1rem; border-top: 5px solid #575578; border-bottom: 5px solid #1bb1dc; background: linear-gradient(45deg, #fff, #f3f3f3); } .community .member .image { background-color: #f2f2f2; border-radius: 1rem; overflow: hidden; height: 180px; width: 150px; -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05); box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05); } .community .member .name { font-weight: 700; margin-bottom: 2px; font-size: 18px; } .community .member .position { font-style: italic; display: block; font-size: 13px; margin-bottom: 0.5rem; } .community .member .social i { color: #1bb1dc; } .explore { background-color: #f5f8fd; background: linear-gradient(45deg, #ebf3ff, #e3edff); border-radius: 1rem; } .explore .swiper-slide { text-align: center; } .explore .swiper-slide .card { margin: auto; height: 100%; } #expo .card, #connect .card { border-radius: 1rem; overflow: hidden; } #expo .card .card-title, #connect .card .card-title { font-size: 14px; font-weight: 600; } #expo .card .card-img-top, #connect .card .card-img-top { height: 170px; width: 100%; background-color: #1e1e1e; } #expo .card .card-text, #connect .card .card-text { font-size: 12px; } .contact-form { background-color: #ebebeb; background: linear-gradient(47deg, #e1e1e1, #f1f1f1); padding: 1.5rem; border-radius: 1rem; color: #fff; } #footer { background: linear-gradient(45deg, #3886d4, #002449); background: linear-gradient(45deg, #1bb1dc, #006d8c); color: #fff; } #footer .footer-top { padding: 2rem; } #footer .copyright { background-color: rgba(0, 0, 0, 0.5); padding: 1rem; text-align: center; } #footer a { color: #fff; } #footer .footer-newsletter { background: #00000080; padding: 1rem; border-radius: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .btn-dark { background: linear-gradient(45deg, #000, #090909); border: 0; } .btn-dark:hover { text-shadow: 0px 0px 2px; } .btn-primary { background: linear-gradient(45deg, #1bb1dc, #006d8c); border: 0; } .btn-primary:hover { text-shadow: 0px 0px 2px; } .btn-pill { border: 0; padding: 10px 35px; color: #fff; -webkit-transition: 0.4s; transition: 0.4s; border-radius: 50px; } /*# sourceMappingURL=style.css.map */
public/assets/css/style.css
html { scroll-behavior: smooth; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; } body .des { display: -webkit-box; max-width: 200px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin: auto; } body.nav-nofixed { padding-top: 65px; } @media (max-width: 340px) { body.nav-nofixed { padding-top: 55px; } } body .image-center-cover { background-position: center; background-size: cover; background-repeat: no-repeat; } body .image-center-contain { background-position: center; background-size: contain; background-repeat: no-repeat; } body main { display: none; } body .jumbotron { -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25) inset; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25) inset; } #preloader { position: fixed; top: 0; z-index: 999999; height: 100vh; width: 100%; background-color: #fff; 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; overflow: hidden; } #preloader .title { font-size: 18px; } #preloader .logo { text-align: center; } #preloader .loader { margin: auto; border: 4px solid #f3f3f3; /* Light grey */ border-top: 4px solid #242424; /* Blue */ border-radius: 50%; width: 40px; height: 40px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } #preloader .shape { background-color: #e8e8e8; background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), to(#d2d2d2)); background: linear-gradient(90deg, #e8e8e8, #d2d2d2); height: 150px; width: 120%; position: absolute; bottom: 0; border-radius: 50%; } #preloader .shape .rect { background-color: #e8e8e8; background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), to(#d2d2d2)); background: linear-gradient(90deg, #e8e8e8, #d2d2d2); height: 150px; width: 100%; position: relative; top: 75px; } .dummy { min-height: 60vh; } .navbar { position: fixed; z-index: 9999; width: 100%; -webkit-transition: 0.5s; transition: 0.5s; background-color: rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 0; box-shadow: 0 0 0; padding: 2rem 1rem; } .navbar .holder { font-size: 12px; } @media (max-width: 340px) { .navbar .holder { font-size: 10px; } .navbar .logo { height: 30px; } } .navbar.shown .navbar-collapse { background: linear-gradient(45deg, #fff, #ebebeb); margin: 0.5rem 0rem; padding: 0.5rem 1rem; border-radius: 10px; } .navbar.shown .nav-link { color: #1e1e1e; } .navbar.top, .nav-nofixed .navbar { top: 0; background: linear-gradient(45deg, #fff, #ebebeb); padding: 0.5rem 1rem; -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.15); box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.15); } .navbar.top .nav-link, .nav-nofixed .navbar .nav-link { color: #000; } .navbar.top .navbar-brand, .nav-nofixed .navbar .navbar-brand { font-weight: 600; color: #1bb1dc; } .navbar.top .navbar-toggler, .nav-nofixed .navbar .navbar-toggler { color: #1e1e1e; } .navbar .navbar-toggler { color: #fff; } .navbar .logo { border-radius: 10px; margin-right: 0.5rem; } .navbar .navbar-brand { color: #fff; line-height: 1; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navbar .nav-link { color: #fff; text-transform: uppercase; font-size: 14px; font-family: "Open Sans", sans-serif; text-transform: uppercase; font-weight: 600; } .navbar .nav-link:hover { color: #1bb1dc; } #hero { width: 100%; height: 100vh; /* background: #f5f8fd url(img/public-speaking-3926344_1920.jpg) center top no-repeat; */ /* background: #747a76 url(img/public-speaking-3926344_1920.jpg) center top no-repeat; */ background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#00000080)), url("../img/public-speaking-3926344_1920.jpg") center top no-repeat; background: linear-gradient(#000000, #00000080), url("../img/public-speaking-3926344_1920.jpg") center top no-repeat; background-size: cover; } #hero .info h2 { color: #fff; margin-bottom: 40px; font-weight: 700; line-height: 50px; } #hero .info h2 span { color: #1bb1dc; } #hero .image { height: 200px; } @media (max-width: 768px) { #hero .container { text-align: center; } #hero .info h2 { text-align: center; font-size: 40px; line-height: 50px; } #hero .image { height: 200px; } #hero .btn-primary { margin-bottom: 1rem; } } @media (max-width: 520px) { #hero .info h2 { text-align: center; font-size: 32px; line-height: 50px; margin-top: 2rem; } #hero .image { height: 180px; margin-top: 1.5rem; } } @media (max-width: 360px) { #hero .info h2 { font-size: 24px; line-height: 24px; margin-top: 2rem; } #hero .image { margin-top: 1rem; height: 120px; } } #hero .btn-primary { font-family: "Montserrat", sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; display: inline-block; padding: 10px 32px; border-radius: 4px; -webkit-transition: 0.5s; transition: 0.5s; color: #fff; background: #1bb1dc; color: #fff; border: 0; } #hero .btn-primary:hover { border: 0; background: #006d8c; } .about .content { padding-top: 3rem; } .about .doodle { position: relative; margin: 30px 30px 30px 30px; } .about .doodle::before { position: absolute; left: -31px; top: -30px; width: 90%; height: 92%; z-index: -1; content: ""; background-color: #ebf1fa; -webkit-transition: 0.5s; transition: 0.5s; } .about .doodle::after { position: absolute; right: -31px; bottom: -30px; width: 90%; height: 92%; z-index: -1; content: ""; background-color: #ebf1fa; -webkit-transition: 0.5s; transition: 0.5s; } .about .doodle img { width: 100%; border: 8px solid #fff; -webkit-transition: 0.5s; transition: 0.5s; } .team .member { text-align: center; margin: 5px; margin: auto; margin-bottom: 1rem; -webkit-transition: 0.3s; transition: 0.3s; border-radius: 1rem; width: 150px; height: 100%; } .team .member:hover { padding: 10px; cursor: pointer; -webkit-transition: 0.5s; transition: 0.5s; background-color: #006d8c; } .team .member:hover .image { width: 130px; height: 180px; -webkit-transition: 0.3s; transition: 0.3s; } .team .member:hover .name, .team .member:hover .position { color: #fff; } .team .member .image { -webkit-transition: 0.5s; transition: 0.5s; width: 150px; height: 180px; margin: auto; border-radius: 10px; background-color: #f1f1f1; margin-bottom: 10px; } .team .member .name { margin: 0; font-style: 12px; font-weight: 600; } .team .member .position { margin: 0; font-size: 11px; font-style: italic; } .board .director { background-color: #f2f2f2; background: linear-gradient(45deg, #f2f2f2, #d9d9d9); padding: 1rem; border-radius: 1rem; text-align: center; height: 100%; width: 230px; margin: auto; 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: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-transition: 0.5s; transition: 0.5s; } .board .director:hover { cursor: pointer; background: linear-gradient(45deg, #006d8c, #1bb1dc); -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15); box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15); } .board .director:hover .name, .board .director:hover .position { color: #fff; } .board .director:hover .image { -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25); } .board .director:hover .social { background-color: #fff; background: #fff; -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25) inset; box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25) inset; } .board .director:hover .social a { color: #000; } .board .director:hover .social a:hover:not([disabled]) { color: #006d8c; text-decoration: none; } .board .director .image { border-radius: 1rem; height: 200px; width: 200px; background-color: #fff; margin-bottom: 1rem; } .board .director .name { font-size: 18px; font-weight: 600; margin: 0; } .board .director .position { font-size: 12px; font-style: italic; } .board .director .social { background-color: #006d8c; background: linear-gradient(45deg, #1bb1dc, #006d8c); border-radius: 5rem; padding: 0.5rem; } .board .director .social a { margin: 5px; color: #fff; } .board .director .social a[disabled] { color: rgba(0, 0, 0, 0.28); } section { padding-top: 2rem; padding-bottom: 2rem; } section .direct { position: relative; } section .title { font-size: 36px; color: #413e66; font-weight: 700; position: relative; font-family: "Montserrat", sans-serif; } section .section-header { text-align: center; font-size: 48px; color: #413e66; font-weight: 700; position: relative; font-family: "Montserrat", sans-serif; } .community .section-header { padding-top: 1.5rem; padding-bottom: 1.5rem; background-color: #f5f8fd; } .community .member { padding: 1rem; text-align: center; margin: auto; margin-bottom: 1.5rem; border-radius: 1rem; border-top: 5px solid #575578; border-bottom: 5px solid #1bb1dc; background: linear-gradient(45deg, #fff, #f3f3f3); } .community .member .image { background-color: #f2f2f2; border-radius: 1rem; overflow: hidden; height: 180px; width: 150px; -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05); box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05); } .community .member .name { font-weight: 700; margin-bottom: 2px; font-size: 18px; } .community .member .position { font-style: italic; display: block; font-size: 13px; margin-bottom: 0.5rem; } .community .member .social i { color: #1bb1dc; } .explore { background-color: #f5f8fd; background: linear-gradient(45deg, #ebf3ff, #e3edff); border-radius: 1rem; } .explore .swiper-slide { text-align: center; } .explore .swiper-slide .card { margin: auto; height: 100%; } #expo .card, #connect .card { border-radius: 1rem; overflow: hidden; } #expo .card .card-title, #connect .card .card-title { font-size: 14px; font-weight: 600; } #expo .card .card-img-top, #connect .card .card-img-top { height: 170px; width: 100%; background-color: #1e1e1e; } #expo .card .card-text, #connect .card .card-text { font-size: 12px; } .contact-form { background-color: #ebebeb; background: linear-gradient(47deg, #e1e1e1, #f1f1f1); padding: 1.5rem; border-radius: 1rem; color: #fff; } #footer { background: linear-gradient(45deg, #3886d4, #002449); background: linear-gradient(45deg, #1bb1dc, #006d8c); color: #fff; } #footer .footer-top { padding: 2rem; } #footer .copyright { background-color: rgba(0, 0, 0, 0.5); padding: 1rem; text-align: center; } #footer a { color: #fff; } #footer .footer-newsletter { background: #00000080; padding: 1rem; border-radius: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .btn-dark { background: linear-gradient(45deg, #000, #090909); border: 0; } .btn-dark:hover { text-shadow: 0px 0px 2px; } .btn-primary { background: linear-gradient(45deg, #1bb1dc, #006d8c); border: 0; } .btn-primary:hover { text-shadow: 0px 0px 2px; } .btn-pill { border: 0; padding: 10px 35px; color: #fff; -webkit-transition: 0.4s; transition: 0.4s; border-radius: 50px; } /*# sourceMappingURL=style.css.map */
0.362969
0.053403
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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0;padding:0;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{ vertical-align:baseline;}/* vertical align baseline */ .vertical-top{ vertical-align:top;}/* vertical align top */ .underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */ nav.vertical ul li{ display:block;}/* vertical menu */ nav.horizontal ul li{ display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/ body { background:#ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 100%; } .wrap{ padding: 0px 10px; } .header { padding: 0.6em 0em; } .logo { float:left; } /*--menu--*/ .drp-dwn{ float:right; } .drp-dwn select { padding: 6px 5px; outline: none; display: block!important; width:100%; border: none; background:#49CBCD; color: #FFF; cursor: pointer; font-size: 0.8125em; float: right; } /*---start-top-slider----*/ .slider{ background:#49CBCD url(../images/bg2.png) no-repeat; background-size: 100% 100%; } .slider { padding: 1em; text-align: center; } .slider h2{ color: #FFF; font-size: 1.2em; } .slider p{ color: #FFF; font-size: 0.9em; margin: 1em 0em; } .da-link { border: 2px solid #FFF; display: inline-block; color: #FFF; font-size: 0.9em; padding: 0.2em 0.7em; text-decoration: none; text-align: center; } /*---end-top-slider----*/ /***************start-service************/ .service-grids{ margin:2em 0; } .middle-grids { margin: 0em 2em; } .section { clear: both; padding: 0px; margin: 0px; } .images_1_of_4{ display: block; margin-bottom:1em; text-align: center; } .images_1_of_4 img{ max-width:100%; margin-bottom: 23px; } .images_1_of_4 h3{ color:#49CBCD; font-size:1em; font-weight :bold; } .images_1_of_4 h3,.images_1_of_4 p { padding: 0em 0em 1em 0em; } .images_1_of_4 p { font-size:0.875em; color:#5A5E68; line-height: 1.8em; } .images_1_of_4 .button a{ padding:7px 10px; font-size:0.9em; background:#49CBCD; color : #fff; } .images_1_of_4 .button a:hover{ background: #296E6F; text-decoration:none; } /***************end-servivice************/ /***************start-portfolio************/ .portfolio_main{ background: #eee; } .heading_h { text-align: center; padding: 1.1em 0em; } .heading_h h3 a{ font-size:1.5em; color:#555658; } #gallerylist { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; overflow:hidden; width:100%; } .gallerylist-wrapper { overflow:hidden; position: relative !important; cursor:pointer; margin-bottom: 1.5em; } .gallerylist img { max-width:100%; position: relative; -webkit-filter: grayscale(100%); opacity: 5; } .gallerylist-wrapper img{ width: 100%; } .button_1{ text-align: center; padding-bottom: 2em; } .button_1 a{ padding: 0.4em; font-size: 1em; background :#49CBCD; color:#fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-family:'Open Sans', sans-serif; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } .button_1 a:hover{ background:#296E6F; text-decoration:none; } /**********end-portfolio********/ *Pricing table and price blocks*/ .pricing-plans{ padding: 1em 0em; background: #eee; } /*----*/ .pricing-grid{ background: #FFF; text-align: center; } .pricing-grid:hover { box-shadow: 0 0 0px 2px #fff; -webkit-transform: scale(1.04) translateY(-5px); -o-transform: scale(1.04) translateY(-5px); -moz-transform: scale(1.04) translateY(-5px); z-index: 1; border-bottom: 0 none; } .pricing-grid:hover h3 a,.pricing-grid:hover .cart a{ background: #49CBCD; } .pricing-grid:nth-child(3){ margin-right:0; } .pricing-grid h3 a{ background:#485460; padding: 0.4em 1em; display: block; color: #FFF; font-size: 1.2em; } .price-value a{ font-size:1.3em; color: #485460; } .price-value { padding: 0.9em 0 0.5em 0; } .pricing-grid ul li a{ color: #838383; font-size:0.9em;; text-align: center; border-top: 1px solid #ECECEC; display: block; padding: 1em 0em; } .pricing-grid ul li a:hover{ background:#F8F9FB; color:#49CBCD; } .cart{ padding:2em 1em; display: block; color: #FFF; } .cart a{ color: #FFF; background: #788492; font-size: 1.1em; padding: 0.4em 2em; } /*----*/ /*------------pricing-tabels--------------------*/ /**********team************/ .team { text-align: center; } .images_1_of_4 h4 { color: #4E525D; font-size: 0.9em; font-weight: 600; padding-bottom: 1em; } /***********end_team*********/ /***********star-text-slider********/ .wmuSlider { overflow: hidden; text-align: center; padding: 2em 0em; } .text_slider h4{ color:#585C67; font-size:1.4em; text-align:center; padding:1em 0 0 0; } .text_slider p { width:97%; color:#585C67; font-size:0.9em; text-align: center; padding: 2em 0 0 0; margin:0 auto; } .text_slider span{ text-align: center; padding: 1em 0 0 0; display:block; } .text_slider span > a { color:#585C67; cursor: pointer; font-size:1.2em; } .text_slider span > a:hover{ color:#C0B9CD; } /*************end-slider**********/ /************start-contact*********/ .contact{ background:#000 url(../images/cbg.png) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center; background-size: 100% 100%; } .form{ margin: 2em 0; display: block; } .para-contact { display: block; } .para-contact h4{ color:#F2F2F2; font-size:1em; } .para-contact p{ font-size:0.990em; color:#666666; line-height:2em; margin-top:0.5em; } .contact-form { padding: 1em 0 1em; } .contact h2{ color:#F2F2F2; font-size:1.4em; padding: 1em 0em 0em 0em; text-align: center; } .get-intouch-left-address p,.get-intouch-left-address p a{ color: #9689B0; font-size: 0.95em; line-height:1.6em; } .get-intouch-left-address p a:hover{ color:#fff; } .contact input[type="text"],.contact textarea{ padding: 10px; width: 88%; margin: 2% 1%; background: #FFF; outline: none; color: #999; font-size: 0.9em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -webkit-appearance: none; border: 1px solid #FFF; -webkit-appearance: none; font-family: Arial, Helvetica, sans-serif; } .contact input[type="text"]:nth-child(2) { margin-right: 0em; } .contact form textarea{ padding: 10px; display: block; width: 88%; background: #fff; border: none; outline: none; color: #999999; font-size:0.9em; -webkit-appearance: none; margin-top: 1em; font-family: Arial, Helvetica, sans-serif; } .contact form textarea{ resize:none; height:130px; } #contact > div > div > div.con > form > div.con-button a:hover{ text-decoration:none; background:#45BDBE; } #contact > div > div.contact-form > div > div.social-icons > p{ font-size: 0.980em; color: #6B598C; line-height:2px; margin-top: 3em; } #toTop { display: none; text-decoration: none; position: fixed; bottom: 10px; right: 10px; overflow: hidden; width: 44px; height:44px; border: none; text-indent: 100%; background: url(../images/top_move.png) no-repeat right top; } /***********end-contact*************/ /********start-blog*************************/ /*--blog--*/ .banner { background: #49CBCD url(../images/slider.png) no-repeat; background-size: 100% 100%; } .banner h2{ text-align: center; font-size: 2em; color:#fff; padding: 0.5em 0em; } .main { padding: 0em 0em 2em 0em; border-bottom: 1px solid #E9E9E9; } .wrapper_top{ margin-bottom:3%; } .grid_1 { width:35.5%; float: left; } .alpha { margin-right: 3.6%; } .date { background: #49CBCD; font-size: 0.7em; line-height: 18px; padding:0.5em 0.5em; color: #FFF; text-align: center; } .date span { display: inline-block; font-size:2em;; line-height: 30px; margin-bottom: 5px; margin-left: 5px; } h5.blog_title{ margin:2em 0em 1.5em 6em; } h5.blog_title a{ color: #485460; font-size: 1em; } h5.blog_title a:hover { color: #44C0C2; } .span-1-of-2 p,.popularpost p,.link_1 p a,.desc p a{ font-size: 0.85em; color: #414A5A; line-height: 1.8em; } .span-1-of-2 p:nth-child(2) { margin-top: 2.1em; } .arrow_btn { display: block; background: url(../images/arrow_btn.png) no-repeat 88px 24.9px; padding: 18px 22px 9px 0px; color: #A88FD8; font-size: 16px; } .arrow_btn:hover{ background: url(../images/arrow_btnh.png) no-repeat 88px 24.9px; text-decoration: none; color:#44C0C2; } .links { border: 1px solid #E9E9E9; border-right: none; border-left:none; padding: 0.7em 0em; margin: 1em 0em 2em 0em; } .links h3{ color:#757B85; margin: 4%; float: left; font-size: 0.96em; } .tags a{ color:#757B85; margin-right: 0.6em; } .comments a{ color:#9677D3; margin-left: 0.2em; } .links h3:nth-child(5) { margin-right: 0em; } .social_1 ul li:first-child, ol li:first-child { margin-top: 0px; margin-left: 0; } .social_1 li { background: none; margin-right:1em; display: inline-block; } .social_1 li a span { height:30px; width:30px; display: block; background: url(../images/spriteimg.png); } li.icon2_f > a > span { background-position: -35px 4px; } li.icon2_f > a > span:hover { opacity:0.8; } li.icon1_t > a > span { background-position: 0px 0px; } .pages ul li{ margin: 1em 0.8em 0em 0em; padding: 0.3em 0.7em; float:left; display: block; cursor: pointer; background-color:#F6FAFB; } .pages ul li a{ color:#BEBEBE; font-size:1em; } .pages ul li a span { background: url(../images/spriteimg.png); width: 8px; height: 23px; display: block; } .pages li.preview a span { background-position: -68px -10px; } .pages li.next a span { background-position: -119px -10px; } .pages ul li a img{ vertical-align: middle; } .pages ul li:hover { background-color:#485460; } .pages li:nth-child(7),.pages li:nth-child(7):hover { background: none; } .rsidebar{ display: block; } .search_box,.email{ border:1px solid #E4E4E4; padding:5px 10px; cursor: pointer; width: 90%; } .search_box img { vertical-align: middle; margin-right: 10px; } .search_box form input[type="text"],.email_box form input[type="text"] { border: none; outline: none; background: none; font-size: 0.85em; color:#999; width:87%; -webkit-apperance: none; padding: 0.4em 0em; } .search_box form input[type="submit"] { border: none; cursor: pointer; background: url(../images/search.png) no-repeat 0px -5px; position: absolute; right: 10px; width:31px; height:33px; outline: none; margin: 0.4em 0em; } .rsidebar h4,.span_2_of_single h4 { color:#414A5A; font-size: 1.1em; padding: 0em 0em 0.8em 0em; } .social_2 { padding: 1.5em 0em; } .social_2 ul li:first-child, ol li:first-child { margin-top: 0px; margin-left: 0; } .social_2 li { background: none; margin-right:1em; display: inline-block; } .social_2 li a span { height:35px; width:36px; display: block; background: url(../images/spriteimg.png); } li.facebook a span { background-position:-21px -57px; } li.twitter a span { background-position:-105px -57px ; } li.google a span { background-position: -64px -57px; } .button input[type="submit"],.send_button input[type="submit"] { cursor: pointer; color: #FFF; font-size: 0.99em; outline: none; background: #49CBCD; padding: 10px 20px; border: none; margin-top: 20px; -webkit-appearance: none; } .button input[type="submit"]:hover,.send_button input[type="submit"]:hover { background:#45BDBE; } .Categories { padding: 1em 0em; } ul.sidebar li { list-style-image: url(../images/icon_1.png); margin: 0 15px 0px; vertical-align: bottom; } .hover li a,ul.sidebar_1 li a,.tags ul li a { font-size: 0.85em; line-height: 1.8em; color: #414A5A; display: block; padding: 0.6em 0em; } ul.sidebar_1 li a:hover { color: #49CBCD; } .hover li a:hover { color:#fff; } .hover:hover { background: #485460; color:#fff; margin-left: 1em; } .popularpost p { padding:1.5em 0em 0em 0em; } .link_1 p { font-size: 1.1em; float: left; padding: 14px 22px 9px 0px; } .link_1 .right { float:right; } .recentpost { padding: 0.5em 0em; margin-left: 20px; } ul.sidebar_1 li { list-style-image: url(../images/icon_2.png); vertical-align: bottom; } .tags ul li { padding: 0.2em; float:left; } .tags ul li a { padding: 0.3em; border-radius: 5px; background-color: #F6FAFB; } .tags ul li a:hover{ color:#fff; background: #49CBCD; } .footer { text-align: center; padding-bottom: 2.5em; } .social_3 { padding: 2em 0em 0em 0em; } .copy{ padding-top:20px; } .copy p{ color:#414A5A; font-size:0.85em; } .copy p a{ color:#49CBCD; } .copy p a:hover{ color:#414A5A; } /********end-blog**************/ /*******star_blog_innerpage***/ .para p,.text a,.heading_1{ font-size: 0.85em; color:#485460; line-height: 1.8em; margin-top:2em; } .heading { color: #414A5A; font-size: 1.6em; font-weight: normal; margin: 1em 0em; } .images_1 { margin-top: 2em; } .para_1 { font-style: italic; font-size: 1.1em; } .text { text-align: right; } .heading_1 { font-size: 1em; text-align: center; background: #FFF; margin: 0 auto; position: relative; z-index: 999; margin-top: 25px; width: 110px; } .share_icons { border:1px solid #EBEBEB; text-align: center; margin-top: -30px; } .share_icons img { padding:3em 0em 2.6em 0em; } .grid_2_page { padding: 1em 0em; } .grid_2_page ul li{ margin: 1em 0.1em 0em 0em; padding: 0.4em 0.8em; border-radius: 50px; -webkit-border-radius: 50px; -o-border-radius: 50px; -moz-border-radius: 50px; float:left; display: block; } .grid_2_page ul li a{ color:#BEBEBE; font-size: 0.9em; } .grid_2_page ul li a span { background: url(../images/spriteimg.png); width: 9px; height: 22px; display: block; } .grid_2_page li.preview a span { background-position: -68px -10px; } .grid_2_page li.next a span { background-position: -118px -11px; } .grid_2_page ul li:nth-child(1),.grid_2_page ul li:nth-child(4) { background-color:#F6FAFB; } .grid_2_page ul li:nth-child(1):hover,.grid_2_page ul li:nth-child(4):hover { background-color:#485460; } .c_grid { padding-bottom: 2em; border-bottom: 1px solid #EBEBEB; } .c_grid:nth-child(3) { padding: 1.4em 0em 2.5em 0em; } .person_1 a span { background: url(../images/spriteimg.png) -321px -8px; width:93px; height:93px; display:block; margin: 0 auto; } .plus a span { background:url(../images/spriteimg.png) -187px -11px; } .desc p { float:left; } .desc p a { float:left; font-size: 1em; margin-right: 2em; } .desc p a:hover { color:#AE96DB; } .desc h6 a{ float:left; color:#AE96DB; font-size: 1em; margin-top: 4px; } .desc h6 a:hover{ color: #414A5A; } .desc .para p { margin-top:1em; } .comments-area{ padding-top:50px; } .comments-area h2 { color: #555; font-size: 1.5em; margin-bottom:10px; text-transform: uppercase; } .text_area { margin-top: 0.7em 0em; } .comments-area span { color:#00AEFF; position: absolute; left: 4px; top: 30px; } .comments-area input[type="text"] { border: none; outline: none; background: none; font-size: 0.85em; color: #485460; width: 89%; -webkit-apperance: none; padding: 0.8em 1em; border: 1px solid #E4E4E4; border-radius: 5px; margin: 0.7em 0em; } .comments-area input[type="text"]:focus,.comments-area textarea:focus { box-shadow: 0px 0px 8px 1px #A88FD8; } .comments-area textarea { border: none; outline: none; background: none; font-size: 0.85em; color: #485460; width: 89%; resize:none; -webkit-apperance: none; padding: 0.4em 1em; height: 130px; border: 1px solid #E4E4E4; border-radius: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; font-family: Arial, Helvetica, sans-serif; } .send_button input[type="submit"] { padding: 9px 25px; } .sky_form { margin: 0.7em 0em 0em 0em; } .sky_form label i{ color: #485460; font-size: 0.8725em; margin: 0em 1em; vertical-align: middle; } .sky_form input[type="checkbox"]{ vertical-align: text-top; border: 1px solid #fff; width: 30px; height: 30px; vertical-align: middle; } /*******end_blog_innerpage***/
mobile/css/style.css
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0;padding:0;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{ vertical-align:baseline;}/* vertical align baseline */ .vertical-top{ vertical-align:top;}/* vertical align top */ .underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */ nav.vertical ul li{ display:block;}/* vertical menu */ nav.horizontal ul li{ display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/ body { background:#ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 100%; } .wrap{ padding: 0px 10px; } .header { padding: 0.6em 0em; } .logo { float:left; } /*--menu--*/ .drp-dwn{ float:right; } .drp-dwn select { padding: 6px 5px; outline: none; display: block!important; width:100%; border: none; background:#49CBCD; color: #FFF; cursor: pointer; font-size: 0.8125em; float: right; } /*---start-top-slider----*/ .slider{ background:#49CBCD url(../images/bg2.png) no-repeat; background-size: 100% 100%; } .slider { padding: 1em; text-align: center; } .slider h2{ color: #FFF; font-size: 1.2em; } .slider p{ color: #FFF; font-size: 0.9em; margin: 1em 0em; } .da-link { border: 2px solid #FFF; display: inline-block; color: #FFF; font-size: 0.9em; padding: 0.2em 0.7em; text-decoration: none; text-align: center; } /*---end-top-slider----*/ /***************start-service************/ .service-grids{ margin:2em 0; } .middle-grids { margin: 0em 2em; } .section { clear: both; padding: 0px; margin: 0px; } .images_1_of_4{ display: block; margin-bottom:1em; text-align: center; } .images_1_of_4 img{ max-width:100%; margin-bottom: 23px; } .images_1_of_4 h3{ color:#49CBCD; font-size:1em; font-weight :bold; } .images_1_of_4 h3,.images_1_of_4 p { padding: 0em 0em 1em 0em; } .images_1_of_4 p { font-size:0.875em; color:#5A5E68; line-height: 1.8em; } .images_1_of_4 .button a{ padding:7px 10px; font-size:0.9em; background:#49CBCD; color : #fff; } .images_1_of_4 .button a:hover{ background: #296E6F; text-decoration:none; } /***************end-servivice************/ /***************start-portfolio************/ .portfolio_main{ background: #eee; } .heading_h { text-align: center; padding: 1.1em 0em; } .heading_h h3 a{ font-size:1.5em; color:#555658; } #gallerylist { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; overflow:hidden; width:100%; } .gallerylist-wrapper { overflow:hidden; position: relative !important; cursor:pointer; margin-bottom: 1.5em; } .gallerylist img { max-width:100%; position: relative; -webkit-filter: grayscale(100%); opacity: 5; } .gallerylist-wrapper img{ width: 100%; } .button_1{ text-align: center; padding-bottom: 2em; } .button_1 a{ padding: 0.4em; font-size: 1em; background :#49CBCD; color:#fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-family:'Open Sans', sans-serif; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } .button_1 a:hover{ background:#296E6F; text-decoration:none; } /**********end-portfolio********/ *Pricing table and price blocks*/ .pricing-plans{ padding: 1em 0em; background: #eee; } /*----*/ .pricing-grid{ background: #FFF; text-align: center; } .pricing-grid:hover { box-shadow: 0 0 0px 2px #fff; -webkit-transform: scale(1.04) translateY(-5px); -o-transform: scale(1.04) translateY(-5px); -moz-transform: scale(1.04) translateY(-5px); z-index: 1; border-bottom: 0 none; } .pricing-grid:hover h3 a,.pricing-grid:hover .cart a{ background: #49CBCD; } .pricing-grid:nth-child(3){ margin-right:0; } .pricing-grid h3 a{ background:#485460; padding: 0.4em 1em; display: block; color: #FFF; font-size: 1.2em; } .price-value a{ font-size:1.3em; color: #485460; } .price-value { padding: 0.9em 0 0.5em 0; } .pricing-grid ul li a{ color: #838383; font-size:0.9em;; text-align: center; border-top: 1px solid #ECECEC; display: block; padding: 1em 0em; } .pricing-grid ul li a:hover{ background:#F8F9FB; color:#49CBCD; } .cart{ padding:2em 1em; display: block; color: #FFF; } .cart a{ color: #FFF; background: #788492; font-size: 1.1em; padding: 0.4em 2em; } /*----*/ /*------------pricing-tabels--------------------*/ /**********team************/ .team { text-align: center; } .images_1_of_4 h4 { color: #4E525D; font-size: 0.9em; font-weight: 600; padding-bottom: 1em; } /***********end_team*********/ /***********star-text-slider********/ .wmuSlider { overflow: hidden; text-align: center; padding: 2em 0em; } .text_slider h4{ color:#585C67; font-size:1.4em; text-align:center; padding:1em 0 0 0; } .text_slider p { width:97%; color:#585C67; font-size:0.9em; text-align: center; padding: 2em 0 0 0; margin:0 auto; } .text_slider span{ text-align: center; padding: 1em 0 0 0; display:block; } .text_slider span > a { color:#585C67; cursor: pointer; font-size:1.2em; } .text_slider span > a:hover{ color:#C0B9CD; } /*************end-slider**********/ /************start-contact*********/ .contact{ background:#000 url(../images/cbg.png) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center; background-size: 100% 100%; } .form{ margin: 2em 0; display: block; } .para-contact { display: block; } .para-contact h4{ color:#F2F2F2; font-size:1em; } .para-contact p{ font-size:0.990em; color:#666666; line-height:2em; margin-top:0.5em; } .contact-form { padding: 1em 0 1em; } .contact h2{ color:#F2F2F2; font-size:1.4em; padding: 1em 0em 0em 0em; text-align: center; } .get-intouch-left-address p,.get-intouch-left-address p a{ color: #9689B0; font-size: 0.95em; line-height:1.6em; } .get-intouch-left-address p a:hover{ color:#fff; } .contact input[type="text"],.contact textarea{ padding: 10px; width: 88%; margin: 2% 1%; background: #FFF; outline: none; color: #999; font-size: 0.9em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -webkit-appearance: none; border: 1px solid #FFF; -webkit-appearance: none; font-family: Arial, Helvetica, sans-serif; } .contact input[type="text"]:nth-child(2) { margin-right: 0em; } .contact form textarea{ padding: 10px; display: block; width: 88%; background: #fff; border: none; outline: none; color: #999999; font-size:0.9em; -webkit-appearance: none; margin-top: 1em; font-family: Arial, Helvetica, sans-serif; } .contact form textarea{ resize:none; height:130px; } #contact > div > div > div.con > form > div.con-button a:hover{ text-decoration:none; background:#45BDBE; } #contact > div > div.contact-form > div > div.social-icons > p{ font-size: 0.980em; color: #6B598C; line-height:2px; margin-top: 3em; } #toTop { display: none; text-decoration: none; position: fixed; bottom: 10px; right: 10px; overflow: hidden; width: 44px; height:44px; border: none; text-indent: 100%; background: url(../images/top_move.png) no-repeat right top; } /***********end-contact*************/ /********start-blog*************************/ /*--blog--*/ .banner { background: #49CBCD url(../images/slider.png) no-repeat; background-size: 100% 100%; } .banner h2{ text-align: center; font-size: 2em; color:#fff; padding: 0.5em 0em; } .main { padding: 0em 0em 2em 0em; border-bottom: 1px solid #E9E9E9; } .wrapper_top{ margin-bottom:3%; } .grid_1 { width:35.5%; float: left; } .alpha { margin-right: 3.6%; } .date { background: #49CBCD; font-size: 0.7em; line-height: 18px; padding:0.5em 0.5em; color: #FFF; text-align: center; } .date span { display: inline-block; font-size:2em;; line-height: 30px; margin-bottom: 5px; margin-left: 5px; } h5.blog_title{ margin:2em 0em 1.5em 6em; } h5.blog_title a{ color: #485460; font-size: 1em; } h5.blog_title a:hover { color: #44C0C2; } .span-1-of-2 p,.popularpost p,.link_1 p a,.desc p a{ font-size: 0.85em; color: #414A5A; line-height: 1.8em; } .span-1-of-2 p:nth-child(2) { margin-top: 2.1em; } .arrow_btn { display: block; background: url(../images/arrow_btn.png) no-repeat 88px 24.9px; padding: 18px 22px 9px 0px; color: #A88FD8; font-size: 16px; } .arrow_btn:hover{ background: url(../images/arrow_btnh.png) no-repeat 88px 24.9px; text-decoration: none; color:#44C0C2; } .links { border: 1px solid #E9E9E9; border-right: none; border-left:none; padding: 0.7em 0em; margin: 1em 0em 2em 0em; } .links h3{ color:#757B85; margin: 4%; float: left; font-size: 0.96em; } .tags a{ color:#757B85; margin-right: 0.6em; } .comments a{ color:#9677D3; margin-left: 0.2em; } .links h3:nth-child(5) { margin-right: 0em; } .social_1 ul li:first-child, ol li:first-child { margin-top: 0px; margin-left: 0; } .social_1 li { background: none; margin-right:1em; display: inline-block; } .social_1 li a span { height:30px; width:30px; display: block; background: url(../images/spriteimg.png); } li.icon2_f > a > span { background-position: -35px 4px; } li.icon2_f > a > span:hover { opacity:0.8; } li.icon1_t > a > span { background-position: 0px 0px; } .pages ul li{ margin: 1em 0.8em 0em 0em; padding: 0.3em 0.7em; float:left; display: block; cursor: pointer; background-color:#F6FAFB; } .pages ul li a{ color:#BEBEBE; font-size:1em; } .pages ul li a span { background: url(../images/spriteimg.png); width: 8px; height: 23px; display: block; } .pages li.preview a span { background-position: -68px -10px; } .pages li.next a span { background-position: -119px -10px; } .pages ul li a img{ vertical-align: middle; } .pages ul li:hover { background-color:#485460; } .pages li:nth-child(7),.pages li:nth-child(7):hover { background: none; } .rsidebar{ display: block; } .search_box,.email{ border:1px solid #E4E4E4; padding:5px 10px; cursor: pointer; width: 90%; } .search_box img { vertical-align: middle; margin-right: 10px; } .search_box form input[type="text"],.email_box form input[type="text"] { border: none; outline: none; background: none; font-size: 0.85em; color:#999; width:87%; -webkit-apperance: none; padding: 0.4em 0em; } .search_box form input[type="submit"] { border: none; cursor: pointer; background: url(../images/search.png) no-repeat 0px -5px; position: absolute; right: 10px; width:31px; height:33px; outline: none; margin: 0.4em 0em; } .rsidebar h4,.span_2_of_single h4 { color:#414A5A; font-size: 1.1em; padding: 0em 0em 0.8em 0em; } .social_2 { padding: 1.5em 0em; } .social_2 ul li:first-child, ol li:first-child { margin-top: 0px; margin-left: 0; } .social_2 li { background: none; margin-right:1em; display: inline-block; } .social_2 li a span { height:35px; width:36px; display: block; background: url(../images/spriteimg.png); } li.facebook a span { background-position:-21px -57px; } li.twitter a span { background-position:-105px -57px ; } li.google a span { background-position: -64px -57px; } .button input[type="submit"],.send_button input[type="submit"] { cursor: pointer; color: #FFF; font-size: 0.99em; outline: none; background: #49CBCD; padding: 10px 20px; border: none; margin-top: 20px; -webkit-appearance: none; } .button input[type="submit"]:hover,.send_button input[type="submit"]:hover { background:#45BDBE; } .Categories { padding: 1em 0em; } ul.sidebar li { list-style-image: url(../images/icon_1.png); margin: 0 15px 0px; vertical-align: bottom; } .hover li a,ul.sidebar_1 li a,.tags ul li a { font-size: 0.85em; line-height: 1.8em; color: #414A5A; display: block; padding: 0.6em 0em; } ul.sidebar_1 li a:hover { color: #49CBCD; } .hover li a:hover { color:#fff; } .hover:hover { background: #485460; color:#fff; margin-left: 1em; } .popularpost p { padding:1.5em 0em 0em 0em; } .link_1 p { font-size: 1.1em; float: left; padding: 14px 22px 9px 0px; } .link_1 .right { float:right; } .recentpost { padding: 0.5em 0em; margin-left: 20px; } ul.sidebar_1 li { list-style-image: url(../images/icon_2.png); vertical-align: bottom; } .tags ul li { padding: 0.2em; float:left; } .tags ul li a { padding: 0.3em; border-radius: 5px; background-color: #F6FAFB; } .tags ul li a:hover{ color:#fff; background: #49CBCD; } .footer { text-align: center; padding-bottom: 2.5em; } .social_3 { padding: 2em 0em 0em 0em; } .copy{ padding-top:20px; } .copy p{ color:#414A5A; font-size:0.85em; } .copy p a{ color:#49CBCD; } .copy p a:hover{ color:#414A5A; } /********end-blog**************/ /*******star_blog_innerpage***/ .para p,.text a,.heading_1{ font-size: 0.85em; color:#485460; line-height: 1.8em; margin-top:2em; } .heading { color: #414A5A; font-size: 1.6em; font-weight: normal; margin: 1em 0em; } .images_1 { margin-top: 2em; } .para_1 { font-style: italic; font-size: 1.1em; } .text { text-align: right; } .heading_1 { font-size: 1em; text-align: center; background: #FFF; margin: 0 auto; position: relative; z-index: 999; margin-top: 25px; width: 110px; } .share_icons { border:1px solid #EBEBEB; text-align: center; margin-top: -30px; } .share_icons img { padding:3em 0em 2.6em 0em; } .grid_2_page { padding: 1em 0em; } .grid_2_page ul li{ margin: 1em 0.1em 0em 0em; padding: 0.4em 0.8em; border-radius: 50px; -webkit-border-radius: 50px; -o-border-radius: 50px; -moz-border-radius: 50px; float:left; display: block; } .grid_2_page ul li a{ color:#BEBEBE; font-size: 0.9em; } .grid_2_page ul li a span { background: url(../images/spriteimg.png); width: 9px; height: 22px; display: block; } .grid_2_page li.preview a span { background-position: -68px -10px; } .grid_2_page li.next a span { background-position: -118px -11px; } .grid_2_page ul li:nth-child(1),.grid_2_page ul li:nth-child(4) { background-color:#F6FAFB; } .grid_2_page ul li:nth-child(1):hover,.grid_2_page ul li:nth-child(4):hover { background-color:#485460; } .c_grid { padding-bottom: 2em; border-bottom: 1px solid #EBEBEB; } .c_grid:nth-child(3) { padding: 1.4em 0em 2.5em 0em; } .person_1 a span { background: url(../images/spriteimg.png) -321px -8px; width:93px; height:93px; display:block; margin: 0 auto; } .plus a span { background:url(../images/spriteimg.png) -187px -11px; } .desc p { float:left; } .desc p a { float:left; font-size: 1em; margin-right: 2em; } .desc p a:hover { color:#AE96DB; } .desc h6 a{ float:left; color:#AE96DB; font-size: 1em; margin-top: 4px; } .desc h6 a:hover{ color: #414A5A; } .desc .para p { margin-top:1em; } .comments-area{ padding-top:50px; } .comments-area h2 { color: #555; font-size: 1.5em; margin-bottom:10px; text-transform: uppercase; } .text_area { margin-top: 0.7em 0em; } .comments-area span { color:#00AEFF; position: absolute; left: 4px; top: 30px; } .comments-area input[type="text"] { border: none; outline: none; background: none; font-size: 0.85em; color: #485460; width: 89%; -webkit-apperance: none; padding: 0.8em 1em; border: 1px solid #E4E4E4; border-radius: 5px; margin: 0.7em 0em; } .comments-area input[type="text"]:focus,.comments-area textarea:focus { box-shadow: 0px 0px 8px 1px #A88FD8; } .comments-area textarea { border: none; outline: none; background: none; font-size: 0.85em; color: #485460; width: 89%; resize:none; -webkit-apperance: none; padding: 0.4em 1em; height: 130px; border: 1px solid #E4E4E4; border-radius: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; font-family: Arial, Helvetica, sans-serif; } .send_button input[type="submit"] { padding: 9px 25px; } .sky_form { margin: 0.7em 0em 0em 0em; } .sky_form label i{ color: #485460; font-size: 0.8725em; margin: 0em 1em; vertical-align: middle; } .sky_form input[type="checkbox"]{ vertical-align: text-top; border: 1px solid #fff; width: 30px; height: 30px; vertical-align: middle; } /*******end_blog_innerpage***/
0.187653
0.051558
h1,h2,h3,h4,h5,h6 { font-family:"Lato", sans-serif !important; } img{ max-width:100% } iframe{ border:0 } #header-social a,.social-counter-item i,.video-details .meta a, .post-info .meta a,#footer .widget a.tag{ -webkit-transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; transition:0.4s } .container{ min-width:320px; position:relative } .carousel{ overflow:hidden } .pagination{ white-space:nowrap } /*** HEADER ***/ #header { border-bottom:1px solid #e5e5e5; position: relative; z-index: 10; } /*** LOGO ***/ #logo { width: 240px; height:79px; border-right:1px solid #e5e5e5; line-height:76px; -webkit-box-shadow: 6px 0px 9px 0px rgba(165, 165, 165, 0.07); -moz-box-shadow: 6px 0px 9px 0px rgba(165, 165, 165, 0.07); box-shadow: 6px 0px 9px 0px rgba(165, 165, 165, 0.07); } /*** HEADER SEARCH ***/ #header-search { position: absolute; left: 255px; right: 197px; width: auto; } #header-search input { border:none; font-size:16px; letter-spacing:0.5px; line-height:78px; height:78px; width: 97%; margin-left: 23px; background: inherit; } #header-search input:focus { outline:none; } #header-search .search-icon { color:#bbb; position: absolute; top: 32px; } /*** HEADER SOCIAL ***/ #header-social { width: 183px; float: right; text-align: right; height:79px; border-left:1px solid #e5e5e5; line-height:80px; -webkit-box-shadow: -6px 0px 9px 0px rgba(165, 165, 165, 0.07); -moz-box-shadow: -6px 0px 9px 0px rgba(165, 165, 165, 0.07); box-shadow: -6px 0px 9px 0px rgba(165, 165, 165, 0.07); } #header-social a { color:#bbb; font-size:14px; margin-left:10px; } #header-social a:hover{ color:#e73737 } /*** NAVIGATION ***/ #navigation-wrapper { background:#4c5358; margin-bottom:30px; } .navbar-collapse{ margin-right: -15px!important; margin-left: -15px!important; } .navbar-toggle .icon-bar{ background:#FFF } #navigation-wrapper ul.menu { margin-bottom:0; } #navigation-wrapper ul.menu li { padding:0; } #navigation-wrapper ul.menu li a { color:#FFF; font-family:Lato, sans-serif; text-transform:uppercase; font-size:11px; font-weight:700; letter-spacing:1px; height:56px; display:block; line-height:56px; padding:0 14px; } #navigation-wrapper ul.menu li ul li a { height:30px; line-height:30px; } #navigation-wrapper ul.menu li ul li ul { left: } .dropdown-submenu{position:relative;} .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:0;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;} .dropdown-submenu:hover>.dropdown-menu{display:block;} .dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:9px;margin-right:-6px;} .dropdown-submenu:hover>a:after{border-left-color:#ffffff;} .dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;} #navigation-wrapper ul.menu li:hover{ background:rgba(0,0,0, .2); } #navigation-wrapper ul.menu li a:hover{ background:none; } #navigation-wrapper ul.menu li.active a { background:rgba(0,0,0, .2); } /*** SECTION HEADER ***/ .section-header { overflow:hidden; margin-bottom:20px; } .section-header h3 { color:#888; font-size:20px; letter-spacing:0px; margin:0; font-weight:300; font-family:Lato, sens-serif; float:left; margin-top:3px; } .section-header h3 i { font-size:13px; background:#E73737; color:#fff; width:22px; height:22px; line-height:22px; text-align:center; border-radius:50%; letter-spacing:0; margin-right:2px; vertical-align:middle; margin-top:-3px; } .section-header h3 i.fa-play { font-size:9px; } .section-header .section-nav { float:right; position: static; width: auto; margin: 0; } .section-header .section-nav .bullet { background:#ddd; width:13px; height:13px; display:inline-block; border-radius:50px; border: 0; margin: 0; } .section-header .section-nav .bullet.active { background:#e73737; } a.viewmore { padding:5px 8px 6px 8px; font-size:10px; background:#E73737; color:#fff; font-weight:700; letter-spacing:1px; text-transform:uppercase; border-radius:5px; margin-top:1px; display:inline-block; } a.viewmore:hover { text-decoration:none; color:#fff; opacity:.9; } a.viewmore i { font-size:12px; } /*** FEATURED WRAPPER ***/ .featured-wrapper { background:#f2f2f2; padding:30px 0 0; margin-bottom:30px; } .featured-wrapper .col-sm-4{ margin-bottom:30px } .feat-item { position:absolute; bottom:0; left:15px; right:15px; height:120px; background:url(img/feat-bg.png) repeat-x bottom; max-width: 360px; } .feat-item .feat-info { padding: 38px 20px 0 20px; } .feat-item h3 { margin-bottom:4px; overflow: hidden; } .feat-item h3 a{ color:#FFF; font-size:17px; font-weight:700; white-space: nowrap; } /*** ITEMS ***/ .video-section { margin-bottom:30px; } .item.big.list { margin-bottom:60px; } .carousel-inner .item.active .row:last-child{ margin-bottom:-30px; } .carousel-inner .post { margin-bottom:30px; } .carousel-inner .post .post-header { margin-bottom:0; } .video-section .post, .widget .post { margin-bottom:30px; } .video-section .post .post-header, .widget .post .post-header { margin-bottom:0; } .video-section .item, .widget .item { margin-bottom:30px; } .video-section .item,.widget .item { margin-bottom:30px; } .video-section .item h3,.widget .item h3 { margin:0; line-height:21px; margin-bottom:4px; overflow: hidden; } .video-section .item h3 a,.widget .item h3 a { font-size:13px; color:#000; font-weight:700; white-space: nowrap; overflow: hidden; } .video-section .item img,.widget .item img{ margin-bottom:5px } .loading-wrapper button{ width: 100%; } .loading-wrapper .loading-more-icon{ background: transparent; } .item .meta, .feat-item .feat-info .meta { font-size:12px; font-family:"Lato", sans-serif; color:#999; overflow:hidden; } .item .meta .date, .feat-item .feat-info .meta .date { float:left; } .item .meta .views, .feat-item .feat-info .meta .views { float:right; } .item .meta .fcomments, .feat-item .feat-info .meta .fcomments { float:right; margin-right:9px; } .item .meta .heart, .feat-item .feat-info .meta .heart { float:right; margin-right:10px; } .item .meta .views i, .feat-item .feat-info .meta .views i { font-size:12px; margin-right:3px; color:#b5b5b5; } .item .meta .heart i, .feat-item .feat-info .meta .heart i { font-size:10px; margin-right:3px; color:#bbb; } .item .meta .fcomments i, .feat-item .feat-info .meta .fcomments i { font-size:12px; margin-right:3px; color:#b5b5b5; } /*** ITEM LIST ***/ .item p { font-size:12px; line-height:19px; } .item p a { font-weight:700; color:#e73737; white-space: nowrap; } .item p a i { font-size:14px; margin-right:4px; } .item.list h3 a { font-size:17px; margin-bottom:6px; display:block; } .item.list .meta { margin-bottom:12px; padding-bottom:12px; border-bottom:1px solid #eee; max-width: 10000px; } /*** Big list ***/ .item.list.big img { margin-bottom:12px; } .social-share-buttons > div{ margin: 0px 0px 10px 0px; } .social-share-buttons > div > a > img{ width:30px;height:auto; } /** IMG hover **/ .item-img { position:relative; } .img-hover { position:absolute; top:0; left:0; width:100%; height:100%; background:#000000 url(img/play-icon.png) no-repeat center center; opacity:0; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0); } .img-hover.big { background:#000000 url(img/play-icon-big.png) no-repeat center center; } .item-img:hover > a .img-hover { opacity:.75; } /*** SIDEBAR ***/ .sidebar { } /*** WIDGETS ***/ .widget { overflow:hidden; margin-bottom:30px; } .widget ul li { font-size:13px; margin-bottom:4px; } .widget p { font-size:12px; line-height:19px; } .widget h4.widget-title { background:#e73737; border-left:8px solid rgba(0,0,0,.2); color:#FFF; margin:0 0 20px 0; padding:13px 10px 14px 10px; font-family:Lato, sans-serif; font-weight:400; text-transform:uppercase; letter-spacing:1px; font-size:14px; } /*** Social Widget ***/ .social-counter-item { text-align: center; width: 22.5%; float: left; margin-right: 3.3%; } .social-counter-item.last { margin-right:0; } .social-counter-item i { width:100%; height:75px; background:#eee; color:#aaa; font-size:28px; text-align:center; line-height:75px; margin-bottom:5px; } .social-counter-item i.fa-facebook:hover { background:#3B5998; color:#fff; } .social-counter-item i.fa-twitter:hover { background:#00ABF0; color:#fff; } .social-counter-item i.fa-google-plus:hover { background:#DA4835; color:#fff; } .social-counter-item i.fa-rss:hover { background:#FF6600; color:#fff; } .social-counter-item a { color:#999; } .social-counter-item a:hover { text-decoration:none; color:#444; } .social-counter-item span.counter { font-size:15px; font-weight:700; display:block; margin-bottom:-3px; } .social-counter-item span.counter-text { font-size:12px; } /*** Tags ***/ a.tag { background:#eee; color:#b5b5b5; padding:4px 6px; margin:0 4px 8px 0; display:inline-block; font-size:11px; text-transform:uppercase; letter-spacing:1px; } /*** Social List ***/ ul.social li i{ width:20px; font-size:14px; } /*** FOOTER ***/ #footer { background:#111; padding:40px 0 20px 0; } /*** Footer widgets ***/ h4.footer-widget-title { color:#FFF; font-size:14px; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-bottom:20px; } #footer .widget ul li a, #footer .widget p a { color:#bbb; } #footer .widget p { color:#777; } /*** Tags **/ #footer .widget a.tag { background:#333; color:#888; } #footer .widget a.tag:hover { background:#e73737; color:#fff; text-decoration:none; } /*** FOOTER COPYRIGHT ***/ .copyright { border-top:1px solid #222; padding-top:20px; margin-top:20px; } .copyright p { font-size:12px; color:#444; } /*** VIDEO PAGE ***/ .video-wrapper { margin-top:-30px; padding:30px 0; background:#111; margin-bottom:30px; } .video-info { margin-bottom:20px; overflow:hidden; } .video-info h1 { margin:0; font-size:24px; color:#fff; float:left; } .video-info span.views { float:right; color:#888; font-size:16px; line-height:30px; } .video-info span.views i { margin-right:4px; } .video-info span.likes,.video-info span.dislikes { float:right; color:#666; font-size:16px; line-height:30px; margin-right:15px; } .video-info span.likes i, .video-info span.dislikes i { margin-right:4px; } .video-info span.likes { color:#4aad51; } .video-info span.dislikes { color:#f85043; } .video-options { margin-bottom:25px; } .video-options .option { border:1px solid #e5e5e5; display:block; text-align:center; padding:22px 0 20px 0; color:#999; height: 90px; } .video-options .option:hover { text-decoration:none; border:1px solid #ccc; color:#666; } .video-options .option:hover i { color:#666; } .video-options .option i { font-size:20px; display:block; margin-bottom:4px; color:#b5b5b5; } /*** POST ENTRY ***/ .post-entry { margin-bottom:28px; } .post-entry p{ line-height:23px; margin-bottom:18px; } .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 { margin-bottom:18px; } .post-entry > ul > li:last-child, .post-entry > ol > li:last-child { margin-bottom:18px; } .post-entry .categories-video .btn-group{ width: 100%; } .post-entry .categories-video .btn-group .multiselect{ width: 100%; } .post-entry .categories-video .btn-group .multiselect-container{ background: #fff!important; width: 40%; } .post-entry .categories-video .btn-group .multiselect-container input{ width: auto!important; } img.alignright {float:right; margin:0 0 1em 1em} img.alignleft {float:left; margin:0 1em 1em 0} img.aligncenter {display: block; margin-left: auto; margin-right: auto} a img.alignright {float:right; margin:0 0 1em 1em} a img.alignleft {float:left; margin:0 1em 1em 0} a img.aligncenter {display: block; margin-left: auto; margin-right: auto} .video-details { margin-bottom:30px; } .video-details .date { font-weight:700; display:block; margin-bottom:5px; } .video-details .meta, .post-info .meta { text-transform:uppercase; font-size:11px; display:block; line-height: 27px; } .video-details .meta .meta-info, .post-info .meta .meta-info { background:#e73737; color:#fff; padding:5px 7px; } .video-details .meta a, .post-info .meta a { background:#b2b2b2; color:#fff; padding:5px 7px; } .video-details .meta a:hover, .post-info .meta a:hover { text-decoration:none; background:#555; color:#fff; } /*** Video small ***/ .video-info.small h1 { color:#000; } .player { margin-bottom:25px; } /*** COMMENTS ***/ .comments { margin-bottom:40px; } .comment-form .form-group input { width:50%; } /*** user comments ***/ .comment-list { margin-bottom:30px; } .comment { } .the-comment { overflow:hidden; margin-bottom:20px; } .the-comment .avatar { float:left; margin-right:12px; } .the-comment .comment-content span.author { font-size:13px; font-weight:700; margin-bottom:4px; display:block; } .the-comment .comment-content span.author small { font-weight:400; color:#999; } .the-comment .comment-content p { font-size:12px; } .the-comment .comment-content a.reply, .the-comment .comment-content a.edit { font-size:11px; display:block; letter-spacing:1px; color:#aaa; margin-top:-2px; margin-right:8px; float:left; } /*** Comment nesting ***/ .comment ul { margin-left:30px; } /*** BLOG ***/ .post { margin-bottom:60px; } .post .blog-date { text-align:center; border-bottom:1px solid #eee; padding-bottom:5px; } .post .blog-date .day { font-size:30px; line-height:22px; color:#888; } .post .blog-date .month { text-transform:uppercase; color:#bbb; letter-spacing:1px; font-size:16px; margin-right:-2px; } .post .post-header { margin-bottom:20px; } .post .post-header h2 a { color:#000; } .post .post-header .post-meta, .post .post-header .post-meta a, .post-meta a { color:#aaa; font-size:12px; } .post .post-header .post-meta i{ font-size:14px; color:#c5c5c5; margin-right:3px; } .post .post-header .post-meta .sep { margin:0 12px; color:#ccc; } .post-entry a.readmore { background:#E73737; padding:10px 12px; border-radius:3px; color:#FFF; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1px; } .post-entry a.readmore:hover { text-decoration:none; opacity:.9; } .post-tags a.tag { padding:6px 10px; color:#999; } /*** Pagination ***/ .pager li > a { color:#888; border:1px solid #ccc !important; } /*** BROWSE & CATEGORIES ***/ .browsing { display:block; color:#b5b5b5; font-size:9px; text-transform:uppercase; letter-spacing:1px; margin-bottom:-1px; } .sorting { margin-top:2px; padding-left: 0; } .sorting li { display:inline-block } .sorting li a { padding:4px 8px; color:#999; font-size:12px; } .sorting li.active a, .sorting li:hover > a { background:#E73737; color:#fff; border-radius:5px; } .sorting li a:hover { text-decoration:none; } .sorting li.sort-text { font-weight:700; color:#555; font-size:12px; margin-right:6px; } /*** pagination ***/ .pagination>.active>a { background:#E73737 !important; border-color:#E73737 !important; color:#FFF !important; } .pagination>li>a, .pagination>li>span { color:#999 !important; } .videoWrapper { position: relative; padding-bottom: 57.25%; /* 16:9 */ height: 0; z-index:200; } #lightoff { display: none; background: #000; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .90; z-index:10; } .videoWrapper object{ width: 100%; height: 100%; } .videoWrapper embed{ width: 100%; height: 100%; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .wp-video-shortcode { max-width: 100%; } .video{ width: 100%; height: 100%; max-width: 100%; } .wp-video{width: 100% !important;} .wp-audio-shortcode { max-width: 100%; } .wp-video{ width: 100%!important; } .carousel .meta,.widget .col-sm-6 .meta,.meta-maxwidth-230 .meta{ max-width:230px } .featured-wrapper .meta,.widget .meta,.meta-maxwidth-360 .meta{ max-width:360px } .dropdown-menu{ background: #4c5358; } .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{ background: rgba(0,0,0, .2) } @media (min-width:767px) { ul.nav li.menu-item-has-children:hover > ul.dropdown-menu { display: block; } } @media (max-width:1023px) { .feat-item h3 a{ font-size:12px; } .video-section .item h3 a, .widget .item h3 a{ font-size:11px; white-space: nowrap; overflow: hidden; } .item .meta, .feat-item .feat-info .meta{ font-size:10px } } @media (max-width:767px) { .container{ max-width:390px } #logo{ width:100%; border-right: 0; box-shadow: none } #header-search{ position: relative; left:0; right:0; overflow: hidden; } #header-social{ position: absolute; line-height: 52px; height: 52px; border-left: 0; text-align: left; box-shadow: none } #header-social a{ margin-left:0; margin-right:10px } .navbar-collapse { max-height: 1000px!important } } /* =WordPress Core -------------------------------------------------------------- */ .alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float:right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } .aligncenter { display: block; margin: 5px auto 5px auto; } a img.alignright { float: right; margin: 5px 0 20px 20px; } a img.alignnone { margin: 5px 20px 20px 0; } a img.alignleft { float: left; margin: 5px 20px 20px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto } .wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } .gallery-caption{} .bypostauthor{} .channel-header,.profile-widget-header { float:left; width:100%; border:1px solid #eee; padding:12px; margin-bottom:25px; } .channel-image, .profile-widget-image { float:left; margin-right:16px; } .channel-info h3, .profile-widget-info h3 { display:block; margin-bottom:14px; margin-top:9px; float:none; } .profile-widget-info h3{ font-size: 18px; } .channel-item, .profile-widget-info-item{ display:inline-block; border:1px solid #eee; color:#999; font-size:12px; padding:3px 7px; margin-right:5px; margin-bottom:5px; }
htdocs/wp-content/themes/videotube/style.css
h1,h2,h3,h4,h5,h6 { font-family:"Lato", sans-serif !important; } img{ max-width:100% } iframe{ border:0 } #header-social a,.social-counter-item i,.video-details .meta a, .post-info .meta a,#footer .widget a.tag{ -webkit-transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; transition:0.4s } .container{ min-width:320px; position:relative } .carousel{ overflow:hidden } .pagination{ white-space:nowrap } /*** HEADER ***/ #header { border-bottom:1px solid #e5e5e5; position: relative; z-index: 10; } /*** LOGO ***/ #logo { width: 240px; height:79px; border-right:1px solid #e5e5e5; line-height:76px; -webkit-box-shadow: 6px 0px 9px 0px rgba(165, 165, 165, 0.07); -moz-box-shadow: 6px 0px 9px 0px rgba(165, 165, 165, 0.07); box-shadow: 6px 0px 9px 0px rgba(165, 165, 165, 0.07); } /*** HEADER SEARCH ***/ #header-search { position: absolute; left: 255px; right: 197px; width: auto; } #header-search input { border:none; font-size:16px; letter-spacing:0.5px; line-height:78px; height:78px; width: 97%; margin-left: 23px; background: inherit; } #header-search input:focus { outline:none; } #header-search .search-icon { color:#bbb; position: absolute; top: 32px; } /*** HEADER SOCIAL ***/ #header-social { width: 183px; float: right; text-align: right; height:79px; border-left:1px solid #e5e5e5; line-height:80px; -webkit-box-shadow: -6px 0px 9px 0px rgba(165, 165, 165, 0.07); -moz-box-shadow: -6px 0px 9px 0px rgba(165, 165, 165, 0.07); box-shadow: -6px 0px 9px 0px rgba(165, 165, 165, 0.07); } #header-social a { color:#bbb; font-size:14px; margin-left:10px; } #header-social a:hover{ color:#e73737 } /*** NAVIGATION ***/ #navigation-wrapper { background:#4c5358; margin-bottom:30px; } .navbar-collapse{ margin-right: -15px!important; margin-left: -15px!important; } .navbar-toggle .icon-bar{ background:#FFF } #navigation-wrapper ul.menu { margin-bottom:0; } #navigation-wrapper ul.menu li { padding:0; } #navigation-wrapper ul.menu li a { color:#FFF; font-family:Lato, sans-serif; text-transform:uppercase; font-size:11px; font-weight:700; letter-spacing:1px; height:56px; display:block; line-height:56px; padding:0 14px; } #navigation-wrapper ul.menu li ul li a { height:30px; line-height:30px; } #navigation-wrapper ul.menu li ul li ul { left: } .dropdown-submenu{position:relative;} .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:0;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;} .dropdown-submenu:hover>.dropdown-menu{display:block;} .dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:9px;margin-right:-6px;} .dropdown-submenu:hover>a:after{border-left-color:#ffffff;} .dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;} #navigation-wrapper ul.menu li:hover{ background:rgba(0,0,0, .2); } #navigation-wrapper ul.menu li a:hover{ background:none; } #navigation-wrapper ul.menu li.active a { background:rgba(0,0,0, .2); } /*** SECTION HEADER ***/ .section-header { overflow:hidden; margin-bottom:20px; } .section-header h3 { color:#888; font-size:20px; letter-spacing:0px; margin:0; font-weight:300; font-family:Lato, sens-serif; float:left; margin-top:3px; } .section-header h3 i { font-size:13px; background:#E73737; color:#fff; width:22px; height:22px; line-height:22px; text-align:center; border-radius:50%; letter-spacing:0; margin-right:2px; vertical-align:middle; margin-top:-3px; } .section-header h3 i.fa-play { font-size:9px; } .section-header .section-nav { float:right; position: static; width: auto; margin: 0; } .section-header .section-nav .bullet { background:#ddd; width:13px; height:13px; display:inline-block; border-radius:50px; border: 0; margin: 0; } .section-header .section-nav .bullet.active { background:#e73737; } a.viewmore { padding:5px 8px 6px 8px; font-size:10px; background:#E73737; color:#fff; font-weight:700; letter-spacing:1px; text-transform:uppercase; border-radius:5px; margin-top:1px; display:inline-block; } a.viewmore:hover { text-decoration:none; color:#fff; opacity:.9; } a.viewmore i { font-size:12px; } /*** FEATURED WRAPPER ***/ .featured-wrapper { background:#f2f2f2; padding:30px 0 0; margin-bottom:30px; } .featured-wrapper .col-sm-4{ margin-bottom:30px } .feat-item { position:absolute; bottom:0; left:15px; right:15px; height:120px; background:url(img/feat-bg.png) repeat-x bottom; max-width: 360px; } .feat-item .feat-info { padding: 38px 20px 0 20px; } .feat-item h3 { margin-bottom:4px; overflow: hidden; } .feat-item h3 a{ color:#FFF; font-size:17px; font-weight:700; white-space: nowrap; } /*** ITEMS ***/ .video-section { margin-bottom:30px; } .item.big.list { margin-bottom:60px; } .carousel-inner .item.active .row:last-child{ margin-bottom:-30px; } .carousel-inner .post { margin-bottom:30px; } .carousel-inner .post .post-header { margin-bottom:0; } .video-section .post, .widget .post { margin-bottom:30px; } .video-section .post .post-header, .widget .post .post-header { margin-bottom:0; } .video-section .item, .widget .item { margin-bottom:30px; } .video-section .item,.widget .item { margin-bottom:30px; } .video-section .item h3,.widget .item h3 { margin:0; line-height:21px; margin-bottom:4px; overflow: hidden; } .video-section .item h3 a,.widget .item h3 a { font-size:13px; color:#000; font-weight:700; white-space: nowrap; overflow: hidden; } .video-section .item img,.widget .item img{ margin-bottom:5px } .loading-wrapper button{ width: 100%; } .loading-wrapper .loading-more-icon{ background: transparent; } .item .meta, .feat-item .feat-info .meta { font-size:12px; font-family:"Lato", sans-serif; color:#999; overflow:hidden; } .item .meta .date, .feat-item .feat-info .meta .date { float:left; } .item .meta .views, .feat-item .feat-info .meta .views { float:right; } .item .meta .fcomments, .feat-item .feat-info .meta .fcomments { float:right; margin-right:9px; } .item .meta .heart, .feat-item .feat-info .meta .heart { float:right; margin-right:10px; } .item .meta .views i, .feat-item .feat-info .meta .views i { font-size:12px; margin-right:3px; color:#b5b5b5; } .item .meta .heart i, .feat-item .feat-info .meta .heart i { font-size:10px; margin-right:3px; color:#bbb; } .item .meta .fcomments i, .feat-item .feat-info .meta .fcomments i { font-size:12px; margin-right:3px; color:#b5b5b5; } /*** ITEM LIST ***/ .item p { font-size:12px; line-height:19px; } .item p a { font-weight:700; color:#e73737; white-space: nowrap; } .item p a i { font-size:14px; margin-right:4px; } .item.list h3 a { font-size:17px; margin-bottom:6px; display:block; } .item.list .meta { margin-bottom:12px; padding-bottom:12px; border-bottom:1px solid #eee; max-width: 10000px; } /*** Big list ***/ .item.list.big img { margin-bottom:12px; } .social-share-buttons > div{ margin: 0px 0px 10px 0px; } .social-share-buttons > div > a > img{ width:30px;height:auto; } /** IMG hover **/ .item-img { position:relative; } .img-hover { position:absolute; top:0; left:0; width:100%; height:100%; background:#000000 url(img/play-icon.png) no-repeat center center; opacity:0; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0); } .img-hover.big { background:#000000 url(img/play-icon-big.png) no-repeat center center; } .item-img:hover > a .img-hover { opacity:.75; } /*** SIDEBAR ***/ .sidebar { } /*** WIDGETS ***/ .widget { overflow:hidden; margin-bottom:30px; } .widget ul li { font-size:13px; margin-bottom:4px; } .widget p { font-size:12px; line-height:19px; } .widget h4.widget-title { background:#e73737; border-left:8px solid rgba(0,0,0,.2); color:#FFF; margin:0 0 20px 0; padding:13px 10px 14px 10px; font-family:Lato, sans-serif; font-weight:400; text-transform:uppercase; letter-spacing:1px; font-size:14px; } /*** Social Widget ***/ .social-counter-item { text-align: center; width: 22.5%; float: left; margin-right: 3.3%; } .social-counter-item.last { margin-right:0; } .social-counter-item i { width:100%; height:75px; background:#eee; color:#aaa; font-size:28px; text-align:center; line-height:75px; margin-bottom:5px; } .social-counter-item i.fa-facebook:hover { background:#3B5998; color:#fff; } .social-counter-item i.fa-twitter:hover { background:#00ABF0; color:#fff; } .social-counter-item i.fa-google-plus:hover { background:#DA4835; color:#fff; } .social-counter-item i.fa-rss:hover { background:#FF6600; color:#fff; } .social-counter-item a { color:#999; } .social-counter-item a:hover { text-decoration:none; color:#444; } .social-counter-item span.counter { font-size:15px; font-weight:700; display:block; margin-bottom:-3px; } .social-counter-item span.counter-text { font-size:12px; } /*** Tags ***/ a.tag { background:#eee; color:#b5b5b5; padding:4px 6px; margin:0 4px 8px 0; display:inline-block; font-size:11px; text-transform:uppercase; letter-spacing:1px; } /*** Social List ***/ ul.social li i{ width:20px; font-size:14px; } /*** FOOTER ***/ #footer { background:#111; padding:40px 0 20px 0; } /*** Footer widgets ***/ h4.footer-widget-title { color:#FFF; font-size:14px; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-bottom:20px; } #footer .widget ul li a, #footer .widget p a { color:#bbb; } #footer .widget p { color:#777; } /*** Tags **/ #footer .widget a.tag { background:#333; color:#888; } #footer .widget a.tag:hover { background:#e73737; color:#fff; text-decoration:none; } /*** FOOTER COPYRIGHT ***/ .copyright { border-top:1px solid #222; padding-top:20px; margin-top:20px; } .copyright p { font-size:12px; color:#444; } /*** VIDEO PAGE ***/ .video-wrapper { margin-top:-30px; padding:30px 0; background:#111; margin-bottom:30px; } .video-info { margin-bottom:20px; overflow:hidden; } .video-info h1 { margin:0; font-size:24px; color:#fff; float:left; } .video-info span.views { float:right; color:#888; font-size:16px; line-height:30px; } .video-info span.views i { margin-right:4px; } .video-info span.likes,.video-info span.dislikes { float:right; color:#666; font-size:16px; line-height:30px; margin-right:15px; } .video-info span.likes i, .video-info span.dislikes i { margin-right:4px; } .video-info span.likes { color:#4aad51; } .video-info span.dislikes { color:#f85043; } .video-options { margin-bottom:25px; } .video-options .option { border:1px solid #e5e5e5; display:block; text-align:center; padding:22px 0 20px 0; color:#999; height: 90px; } .video-options .option:hover { text-decoration:none; border:1px solid #ccc; color:#666; } .video-options .option:hover i { color:#666; } .video-options .option i { font-size:20px; display:block; margin-bottom:4px; color:#b5b5b5; } /*** POST ENTRY ***/ .post-entry { margin-bottom:28px; } .post-entry p{ line-height:23px; margin-bottom:18px; } .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 { margin-bottom:18px; } .post-entry > ul > li:last-child, .post-entry > ol > li:last-child { margin-bottom:18px; } .post-entry .categories-video .btn-group{ width: 100%; } .post-entry .categories-video .btn-group .multiselect{ width: 100%; } .post-entry .categories-video .btn-group .multiselect-container{ background: #fff!important; width: 40%; } .post-entry .categories-video .btn-group .multiselect-container input{ width: auto!important; } img.alignright {float:right; margin:0 0 1em 1em} img.alignleft {float:left; margin:0 1em 1em 0} img.aligncenter {display: block; margin-left: auto; margin-right: auto} a img.alignright {float:right; margin:0 0 1em 1em} a img.alignleft {float:left; margin:0 1em 1em 0} a img.aligncenter {display: block; margin-left: auto; margin-right: auto} .video-details { margin-bottom:30px; } .video-details .date { font-weight:700; display:block; margin-bottom:5px; } .video-details .meta, .post-info .meta { text-transform:uppercase; font-size:11px; display:block; line-height: 27px; } .video-details .meta .meta-info, .post-info .meta .meta-info { background:#e73737; color:#fff; padding:5px 7px; } .video-details .meta a, .post-info .meta a { background:#b2b2b2; color:#fff; padding:5px 7px; } .video-details .meta a:hover, .post-info .meta a:hover { text-decoration:none; background:#555; color:#fff; } /*** Video small ***/ .video-info.small h1 { color:#000; } .player { margin-bottom:25px; } /*** COMMENTS ***/ .comments { margin-bottom:40px; } .comment-form .form-group input { width:50%; } /*** user comments ***/ .comment-list { margin-bottom:30px; } .comment { } .the-comment { overflow:hidden; margin-bottom:20px; } .the-comment .avatar { float:left; margin-right:12px; } .the-comment .comment-content span.author { font-size:13px; font-weight:700; margin-bottom:4px; display:block; } .the-comment .comment-content span.author small { font-weight:400; color:#999; } .the-comment .comment-content p { font-size:12px; } .the-comment .comment-content a.reply, .the-comment .comment-content a.edit { font-size:11px; display:block; letter-spacing:1px; color:#aaa; margin-top:-2px; margin-right:8px; float:left; } /*** Comment nesting ***/ .comment ul { margin-left:30px; } /*** BLOG ***/ .post { margin-bottom:60px; } .post .blog-date { text-align:center; border-bottom:1px solid #eee; padding-bottom:5px; } .post .blog-date .day { font-size:30px; line-height:22px; color:#888; } .post .blog-date .month { text-transform:uppercase; color:#bbb; letter-spacing:1px; font-size:16px; margin-right:-2px; } .post .post-header { margin-bottom:20px; } .post .post-header h2 a { color:#000; } .post .post-header .post-meta, .post .post-header .post-meta a, .post-meta a { color:#aaa; font-size:12px; } .post .post-header .post-meta i{ font-size:14px; color:#c5c5c5; margin-right:3px; } .post .post-header .post-meta .sep { margin:0 12px; color:#ccc; } .post-entry a.readmore { background:#E73737; padding:10px 12px; border-radius:3px; color:#FFF; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1px; } .post-entry a.readmore:hover { text-decoration:none; opacity:.9; } .post-tags a.tag { padding:6px 10px; color:#999; } /*** Pagination ***/ .pager li > a { color:#888; border:1px solid #ccc !important; } /*** BROWSE & CATEGORIES ***/ .browsing { display:block; color:#b5b5b5; font-size:9px; text-transform:uppercase; letter-spacing:1px; margin-bottom:-1px; } .sorting { margin-top:2px; padding-left: 0; } .sorting li { display:inline-block } .sorting li a { padding:4px 8px; color:#999; font-size:12px; } .sorting li.active a, .sorting li:hover > a { background:#E73737; color:#fff; border-radius:5px; } .sorting li a:hover { text-decoration:none; } .sorting li.sort-text { font-weight:700; color:#555; font-size:12px; margin-right:6px; } /*** pagination ***/ .pagination>.active>a { background:#E73737 !important; border-color:#E73737 !important; color:#FFF !important; } .pagination>li>a, .pagination>li>span { color:#999 !important; } .videoWrapper { position: relative; padding-bottom: 57.25%; /* 16:9 */ height: 0; z-index:200; } #lightoff { display: none; background: #000; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .90; z-index:10; } .videoWrapper object{ width: 100%; height: 100%; } .videoWrapper embed{ width: 100%; height: 100%; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .wp-video-shortcode { max-width: 100%; } .video{ width: 100%; height: 100%; max-width: 100%; } .wp-video{width: 100% !important;} .wp-audio-shortcode { max-width: 100%; } .wp-video{ width: 100%!important; } .carousel .meta,.widget .col-sm-6 .meta,.meta-maxwidth-230 .meta{ max-width:230px } .featured-wrapper .meta,.widget .meta,.meta-maxwidth-360 .meta{ max-width:360px } .dropdown-menu{ background: #4c5358; } .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{ background: rgba(0,0,0, .2) } @media (min-width:767px) { ul.nav li.menu-item-has-children:hover > ul.dropdown-menu { display: block; } } @media (max-width:1023px) { .feat-item h3 a{ font-size:12px; } .video-section .item h3 a, .widget .item h3 a{ font-size:11px; white-space: nowrap; overflow: hidden; } .item .meta, .feat-item .feat-info .meta{ font-size:10px } } @media (max-width:767px) { .container{ max-width:390px } #logo{ width:100%; border-right: 0; box-shadow: none } #header-search{ position: relative; left:0; right:0; overflow: hidden; } #header-social{ position: absolute; line-height: 52px; height: 52px; border-left: 0; text-align: left; box-shadow: none } #header-social a{ margin-left:0; margin-right:10px } .navbar-collapse { max-height: 1000px!important } } /* =WordPress Core -------------------------------------------------------------- */ .alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float:right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } .aligncenter { display: block; margin: 5px auto 5px auto; } a img.alignright { float: right; margin: 5px 0 20px 20px; } a img.alignnone { margin: 5px 20px 20px 0; } a img.alignleft { float: left; margin: 5px 20px 20px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto } .wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } .gallery-caption{} .bypostauthor{} .channel-header,.profile-widget-header { float:left; width:100%; border:1px solid #eee; padding:12px; margin-bottom:25px; } .channel-image, .profile-widget-image { float:left; margin-right:16px; } .channel-info h3, .profile-widget-info h3 { display:block; margin-bottom:14px; margin-top:9px; float:none; } .profile-widget-info h3{ font-size: 18px; } .channel-item, .profile-widget-info-item{ display:inline-block; border:1px solid #eee; color:#999; font-size:12px; padding:3px 7px; margin-right:5px; margin-bottom:5px; }
0.124054
0.043916
BODY { font-family: sans-serif; font-size: 12px; background-image: url(../bg/weave.gif); background-color: black; color: white; } DIV,PRE { text-align: left; font-size: 8pt; background: #f7f7f7; border: 1px solid #ddc; /*overflow: auto; white-space: nowrap; max-width: 95%; */ margin: 5px; padding: 5px; font-family: "Lucida Console", Monaco, monospace; } H1 { font-size: 18px; } H2 { font-size: 16px; } H3 { font-size: 14px; } HR { background-color: #7a8ff8; color: #7a8ff8; border-width: 0; width: 100%; } TABLE { background-color: white; font-family: sans-serif; font-size: 12px; color: black; border-style: none; } TABLE.main { border-style: solid; border-color: #7a8ff8; border-width: 3px; border-left: none; border-right: none; } TABLE.captions { border-style: solid; border-width: 1px; border-color : #7a8ff8; text-align: center; } SPAN.caption { font-family: sans-serif; font-size: 10px; font-weight: bold; } TR.captions { border: none; } TD.captions { border-style: solid; border-width: 1px; border-color : #7a8ff8; text-align: center; } TABLE.bulk { width: 90%; margin-top: 10px; margin-bottom: 10px; } TD.main { border-style: solid; border-color: #7a8ff8; border-width: 3px; border-left: none; border-top: none; border-right: none; text-align: right; background-color: #07108D; } TD.menu { border-style: solid; border-color: #7a8ff8; border-width: 3px; border-left: none; border-top: none; border-right: none; text-align: right; background-color: #e0d0b0; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; } TD.menu A { color: black; text-decoration: none; } TD.menu A:hover { color: black; font-weight: bold; background-color: #f7f7ec; } TD.sidemenu { font-size: 10px; border-style: solid; border-color: #7a8ff8; border-width: 10; border-left: none; border-top: none; border-right: none; text-align: left; background-color: #e0d0b0; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; } TD.sidemenu A { color: blue; text-decoration: none; } TD.sidemenu A:hover { color: blue; font-weight: bold; background-color: #f7f7ec; } TABLE.gallery { background-color: white; text-align: center; font-size: 11px; } TD.gallery { border-style: solid; border-color: white; } IMG.gallery { border-style: solid; border-color: black; } IMG { border-style: none; } A { color: blue; text-decoration: none; } A:hover { color: blue; font-weight: bold; }
public/images/card/Philip Rideout __ Colors_files/root.css
BODY { font-family: sans-serif; font-size: 12px; background-image: url(../bg/weave.gif); background-color: black; color: white; } DIV,PRE { text-align: left; font-size: 8pt; background: #f7f7f7; border: 1px solid #ddc; /*overflow: auto; white-space: nowrap; max-width: 95%; */ margin: 5px; padding: 5px; font-family: "Lucida Console", Monaco, monospace; } H1 { font-size: 18px; } H2 { font-size: 16px; } H3 { font-size: 14px; } HR { background-color: #7a8ff8; color: #7a8ff8; border-width: 0; width: 100%; } TABLE { background-color: white; font-family: sans-serif; font-size: 12px; color: black; border-style: none; } TABLE.main { border-style: solid; border-color: #7a8ff8; border-width: 3px; border-left: none; border-right: none; } TABLE.captions { border-style: solid; border-width: 1px; border-color : #7a8ff8; text-align: center; } SPAN.caption { font-family: sans-serif; font-size: 10px; font-weight: bold; } TR.captions { border: none; } TD.captions { border-style: solid; border-width: 1px; border-color : #7a8ff8; text-align: center; } TABLE.bulk { width: 90%; margin-top: 10px; margin-bottom: 10px; } TD.main { border-style: solid; border-color: #7a8ff8; border-width: 3px; border-left: none; border-top: none; border-right: none; text-align: right; background-color: #07108D; } TD.menu { border-style: solid; border-color: #7a8ff8; border-width: 3px; border-left: none; border-top: none; border-right: none; text-align: right; background-color: #e0d0b0; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; } TD.menu A { color: black; text-decoration: none; } TD.menu A:hover { color: black; font-weight: bold; background-color: #f7f7ec; } TD.sidemenu { font-size: 10px; border-style: solid; border-color: #7a8ff8; border-width: 10; border-left: none; border-top: none; border-right: none; text-align: left; background-color: #e0d0b0; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; } TD.sidemenu A { color: blue; text-decoration: none; } TD.sidemenu A:hover { color: blue; font-weight: bold; background-color: #f7f7ec; } TABLE.gallery { background-color: white; text-align: center; font-size: 11px; } TD.gallery { border-style: solid; border-color: white; } IMG.gallery { border-style: solid; border-color: black; } IMG { border-style: none; } A { color: blue; text-decoration: none; } A:hover { color: blue; font-weight: bold; }
0.386648
0.090173
@import url(https://fonts.googleapis.com/css?family=Lato:400,900); .wrapper { margin-top: 80px; margin-bottom: 50px; } .form-signin { max-width: 420px; padding: 30px 38px 66px; margin: 0 auto; background-color: #eee; border: 3px dotted rgba(0,0,0,0.1); } .form-signin-heading { text-align:center; margin-bottom: 30px; } .form-control-login { position: relative; font-size: 16px; height: auto; padding: 10px; } * { margin: 0; padding: 0px; } body { background: #ffffff; margin: 0; height: 100%; color: #384452; font-family: 'Lato', sans-serif; font-weight: 400; } h1, h2, h3, h4, h5, h6, label { font-family: 'Lato', sans-serif; font-weight: 700; } p { padding: 0; margin-bottom: 12px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; line-height: 24px; color: #384452; margin-top: 10px; } .spacing-less { margin-top: 10px; margin-bottom: 10px; } .spacing { padding-top: 50px; padding-bottom: 10px; } .spacing-big { margin-top: 60px; } .calendar-btn { padding: 2px; font-size: 16px; } .asi-calendar-btn { padding: 2px; font-size: 16px; } .navbar-av { margin-top: 0px; background: #f5f5f5; } .navbar-brand { font-family: 'Lato', sans-serif; font-weight: bold; } .alert-custom { font-size: 20px; font-family: 'Lato', sans-serif; font-weight: bold; } .inner-addon { position: relative; } /* style glyph */ .inner-addon .glyphicon { position: absolute; padding: 10px; pointer-events: none; } /* align glyph */ .left-addon .glyphicon { left: 0px;} .right-addon .glyphicon { right: 0px;} /* add padding */ .left-addon input { padding-left: 30px; } .right-addon input { padding-right: 30px; } .ui-notification { position: fixed; z-index: 9999; width: 100%; opacity: 0.9; } /* remove outer padding */ .main .row{ padding: 0px; margin: 0px; } /*Remove rounded coners*/ nav.sidebar.navbar { border-radius: 0px; } nav.sidebar, .main{ -webkit-transition: margin 200ms ease-out; -moz-transition: margin 200ms ease-out; -o-transition: margin 200ms ease-out; transition: margin 200ms ease-out; } /* Add gap to nav and right windows.*/ .main{ padding: 10px 10px 0px 10px; } /* .....NavBar: Icon only with coloring/layout.....*/ /*small/medium side display*/ @media (min-width: 768px) { /*Allow main to be next to Nav*/ .main{ position: absolute; width: calc(100% - 40px); /*keeps 100% minus nav size*/ margin-left: 40px; float: right; } /*lets nav bar to be showed on mouseover*/ nav.sidebar:hover + .main { margin-left: 100px; } /*lets nav bar to be showed on mouseover*/ nav.sidebar:hover + .main #sub-nav{ margin-left: 110px; } /*Center Brand*/ nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0px; } /*Center Brand*/ nav.sidebar .navbar-brand, nav.sidebar .navbar-header{ text-align: center; width: 100%; margin-left: 0px; } /*Center Icons*/ nav.sidebar a{ padding-right: 13px; } /*adds border top to first nav box */ nav.sidebar .navbar-nav > li:first-child{ border-top: 1px #e5e5e5 solid; } /*adds border to bottom nav boxes*/ nav.sidebar .navbar-nav > li{ border-bottom: 1px #e5e5e5 solid; } /* Colors/style dropdown box*/ nav.sidebar .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } /*allows nav box to use 100% width*/ nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{ padding: 0 0px 0 0px; } /*colors dropdown box text */ .navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #777; } /*gives sidebar width/height*/ nav.sidebar{ width: 200px; height: 100%; margin-left: -160px; float: left; z-index: 8000; margin-bottom: 0px; } /*give sidebar 100% width;*/ nav.sidebar li { width: 100%; } /* Move nav to full on mouse over*/ nav.sidebar:hover{ margin-left: 0px; } /*for hiden things when navbar hidden*/ .forAnimate{ opacity: 0; } } /* .....NavBar: Fully showing nav bar..... */ @media (min-width: 2000px) { /*Allow main to be next to Nav*/ .main{ width: calc(100% - 200px); /*keeps 100% minus nav size*/ margin-left: 200px; } /*Show all nav*/ nav.sidebar{ margin-left: 0px; float: left; } /*Show hidden items on nav*/ nav.sidebar .forAnimate{ opacity: 1; } } nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus { color: #CCC; background-color: transparent; } nav:hover .forAnimate{ opacity: 1; } section{ padding-left: 15px; } .csmall { padding-top: 5px; font-size: 12px; color: #01b2fe; }
src/css/styles.css
@import url(https://fonts.googleapis.com/css?family=Lato:400,900); .wrapper { margin-top: 80px; margin-bottom: 50px; } .form-signin { max-width: 420px; padding: 30px 38px 66px; margin: 0 auto; background-color: #eee; border: 3px dotted rgba(0,0,0,0.1); } .form-signin-heading { text-align:center; margin-bottom: 30px; } .form-control-login { position: relative; font-size: 16px; height: auto; padding: 10px; } * { margin: 0; padding: 0px; } body { background: #ffffff; margin: 0; height: 100%; color: #384452; font-family: 'Lato', sans-serif; font-weight: 400; } h1, h2, h3, h4, h5, h6, label { font-family: 'Lato', sans-serif; font-weight: 700; } p { padding: 0; margin-bottom: 12px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; line-height: 24px; color: #384452; margin-top: 10px; } .spacing-less { margin-top: 10px; margin-bottom: 10px; } .spacing { padding-top: 50px; padding-bottom: 10px; } .spacing-big { margin-top: 60px; } .calendar-btn { padding: 2px; font-size: 16px; } .asi-calendar-btn { padding: 2px; font-size: 16px; } .navbar-av { margin-top: 0px; background: #f5f5f5; } .navbar-brand { font-family: 'Lato', sans-serif; font-weight: bold; } .alert-custom { font-size: 20px; font-family: 'Lato', sans-serif; font-weight: bold; } .inner-addon { position: relative; } /* style glyph */ .inner-addon .glyphicon { position: absolute; padding: 10px; pointer-events: none; } /* align glyph */ .left-addon .glyphicon { left: 0px;} .right-addon .glyphicon { right: 0px;} /* add padding */ .left-addon input { padding-left: 30px; } .right-addon input { padding-right: 30px; } .ui-notification { position: fixed; z-index: 9999; width: 100%; opacity: 0.9; } /* remove outer padding */ .main .row{ padding: 0px; margin: 0px; } /*Remove rounded coners*/ nav.sidebar.navbar { border-radius: 0px; } nav.sidebar, .main{ -webkit-transition: margin 200ms ease-out; -moz-transition: margin 200ms ease-out; -o-transition: margin 200ms ease-out; transition: margin 200ms ease-out; } /* Add gap to nav and right windows.*/ .main{ padding: 10px 10px 0px 10px; } /* .....NavBar: Icon only with coloring/layout.....*/ /*small/medium side display*/ @media (min-width: 768px) { /*Allow main to be next to Nav*/ .main{ position: absolute; width: calc(100% - 40px); /*keeps 100% minus nav size*/ margin-left: 40px; float: right; } /*lets nav bar to be showed on mouseover*/ nav.sidebar:hover + .main { margin-left: 100px; } /*lets nav bar to be showed on mouseover*/ nav.sidebar:hover + .main #sub-nav{ margin-left: 110px; } /*Center Brand*/ nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0px; } /*Center Brand*/ nav.sidebar .navbar-brand, nav.sidebar .navbar-header{ text-align: center; width: 100%; margin-left: 0px; } /*Center Icons*/ nav.sidebar a{ padding-right: 13px; } /*adds border top to first nav box */ nav.sidebar .navbar-nav > li:first-child{ border-top: 1px #e5e5e5 solid; } /*adds border to bottom nav boxes*/ nav.sidebar .navbar-nav > li{ border-bottom: 1px #e5e5e5 solid; } /* Colors/style dropdown box*/ nav.sidebar .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } /*allows nav box to use 100% width*/ nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{ padding: 0 0px 0 0px; } /*colors dropdown box text */ .navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #777; } /*gives sidebar width/height*/ nav.sidebar{ width: 200px; height: 100%; margin-left: -160px; float: left; z-index: 8000; margin-bottom: 0px; } /*give sidebar 100% width;*/ nav.sidebar li { width: 100%; } /* Move nav to full on mouse over*/ nav.sidebar:hover{ margin-left: 0px; } /*for hiden things when navbar hidden*/ .forAnimate{ opacity: 0; } } /* .....NavBar: Fully showing nav bar..... */ @media (min-width: 2000px) { /*Allow main to be next to Nav*/ .main{ width: calc(100% - 200px); /*keeps 100% minus nav size*/ margin-left: 200px; } /*Show all nav*/ nav.sidebar{ margin-left: 0px; float: left; } /*Show hidden items on nav*/ nav.sidebar .forAnimate{ opacity: 1; } } nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus { color: #CCC; background-color: transparent; } nav:hover .forAnimate{ opacity: 1; } section{ padding-left: 15px; } .csmall { padding-top: 5px; font-size: 12px; color: #01b2fe; }
0.232484
0.072505
body { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; padding-top: 70px; overflow-x:hidden; } .righteous { font-family: 'Righteous', cursive; } .trans-nav { background-color: rgba(0, 0, 0, 0); transition: background 500ms; } #favicon{ object-fit: contain; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.3); } #mail-link{ text-decoration: none; color: white; } #mail-link:hover{ text-decoration: underline; } html.loading, loading body { margin: 0; height: 100%; overflow: hidden; } body, html { height: 100%; max-width: 100vw; } .myPic { flex-grow: 1; /* max-width: 85%; */ object-fit: contain; } .intro-container { margin-top: 10vh; width: 80vw; height: 75vh; overflow: hidden; } .landingNote { font-family: 'Raleway', sans-serif; font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1600 - 300))); color: rgb(105, 105, 105); text-align: center; opacity: 1; } .landingNote.overflow { opacity: 0; } .landingText { font-family: 'Raleway', sans-serif; line-height: 1.3; font-size: calc(42px + (96 - 42) * ((100vw - 300px) / (1600 - 300))); } .landingLine { margin: 0px; padding: 0px; border-top: 1px solid rgb(105, 105, 105); border-bottom: 2px solid rgba(0, 0, 0, 0.5); } .intro-text { background-color: rgba(0, 0, 0, 0.4); color: white; padding: 1%; text-align: center; height: 100%; width: 100%; } #me { overflow: auto; margin-top: -70px; height: 100vh; position: relative; } .navbar.scrolled { background: rgba(115, 194, 251, 0.95); transition: background 500ms; } .blue-bg { background: rgba(115, 194, 251, 0.95); transition: background 500ms; } #me:before { content: ""; position: fixed; left: 0; right: 0; z-index: -1; display: block; background-image: url('../../assets/misc/bg.jpg'); background-size: cover; width: 100%; height: 100vh; -webkit-filter: blur(8px); -moz-filter: blur(8px); -o-filter: blur(8px); -ms-filter: blur(8px); filter: blur(8px); background-position: center; background-repeat: no-repeat; } #projects { /* background: rgb(163, 208, 247); */ background: #1B6882; } .code-joke { object-fit: contain; } #contact { background-color: #632C3C; } #about { background-color: #212121; } .scroll-down { text-align: center; font-size: 3.5em; color: rgba(0, 0, 0, 0.4); transition: color 500ms; } .about-text { font-family: 'Quicksand', sans-serif; font-size: 1.5em; font-weight: 400; } .about-heading { font-family: 'Quicksand', sans-serif; font-weight: 400; border-bottom: 1px solid cornsilk; font-size: 4em; } .projects-heading { font-family: 'Quicksand', sans-serif; border-bottom: 1px solid cornsilk; font-weight: 400; font-size: 4em; } .scroll-down:hover { color: white; transition: color 1000ms; text-decoration: none; } .card { background: rgb(238, 238, 238); background: -moz-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); background: -webkit-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); background: linear-gradient(to right, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=1); -webkit-box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.5); box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.5); border-radius: 1%; } .card-text { font-family: 'Quicksand', sans-serif; font-weight: 500; } .card-title { font-family: 'Quicksand', sans-serif; font-weight: 700; } .card-img-top { max-width: 96%; display: block; margin: auto; border: 3px solid #1B6882; padding: 0px; margin-top: 2%; border-radius: 2.5%; } .myPic { max-height: 72%; } .navbar-light .navbar-brand{ color: #993723; } .trans-init{ opacity: 0; } #main-navbar{ transition-timing-function: ease-out; transition: 0.8s; } @media (min-width: 992px) { .myPic { max-height: 100%; } }
src/style/style.css
body { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; padding-top: 70px; overflow-x:hidden; } .righteous { font-family: 'Righteous', cursive; } .trans-nav { background-color: rgba(0, 0, 0, 0); transition: background 500ms; } #favicon{ object-fit: contain; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.3); } #mail-link{ text-decoration: none; color: white; } #mail-link:hover{ text-decoration: underline; } html.loading, loading body { margin: 0; height: 100%; overflow: hidden; } body, html { height: 100%; max-width: 100vw; } .myPic { flex-grow: 1; /* max-width: 85%; */ object-fit: contain; } .intro-container { margin-top: 10vh; width: 80vw; height: 75vh; overflow: hidden; } .landingNote { font-family: 'Raleway', sans-serif; font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1600 - 300))); color: rgb(105, 105, 105); text-align: center; opacity: 1; } .landingNote.overflow { opacity: 0; } .landingText { font-family: 'Raleway', sans-serif; line-height: 1.3; font-size: calc(42px + (96 - 42) * ((100vw - 300px) / (1600 - 300))); } .landingLine { margin: 0px; padding: 0px; border-top: 1px solid rgb(105, 105, 105); border-bottom: 2px solid rgba(0, 0, 0, 0.5); } .intro-text { background-color: rgba(0, 0, 0, 0.4); color: white; padding: 1%; text-align: center; height: 100%; width: 100%; } #me { overflow: auto; margin-top: -70px; height: 100vh; position: relative; } .navbar.scrolled { background: rgba(115, 194, 251, 0.95); transition: background 500ms; } .blue-bg { background: rgba(115, 194, 251, 0.95); transition: background 500ms; } #me:before { content: ""; position: fixed; left: 0; right: 0; z-index: -1; display: block; background-image: url('../../assets/misc/bg.jpg'); background-size: cover; width: 100%; height: 100vh; -webkit-filter: blur(8px); -moz-filter: blur(8px); -o-filter: blur(8px); -ms-filter: blur(8px); filter: blur(8px); background-position: center; background-repeat: no-repeat; } #projects { /* background: rgb(163, 208, 247); */ background: #1B6882; } .code-joke { object-fit: contain; } #contact { background-color: #632C3C; } #about { background-color: #212121; } .scroll-down { text-align: center; font-size: 3.5em; color: rgba(0, 0, 0, 0.4); transition: color 500ms; } .about-text { font-family: 'Quicksand', sans-serif; font-size: 1.5em; font-weight: 400; } .about-heading { font-family: 'Quicksand', sans-serif; font-weight: 400; border-bottom: 1px solid cornsilk; font-size: 4em; } .projects-heading { font-family: 'Quicksand', sans-serif; border-bottom: 1px solid cornsilk; font-weight: 400; font-size: 4em; } .scroll-down:hover { color: white; transition: color 1000ms; text-decoration: none; } .card { background: rgb(238, 238, 238); background: -moz-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); background: -webkit-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); background: linear-gradient(to right, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=1); -webkit-box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.5); box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.5); border-radius: 1%; } .card-text { font-family: 'Quicksand', sans-serif; font-weight: 500; } .card-title { font-family: 'Quicksand', sans-serif; font-weight: 700; } .card-img-top { max-width: 96%; display: block; margin: auto; border: 3px solid #1B6882; padding: 0px; margin-top: 2%; border-radius: 2.5%; } .myPic { max-height: 72%; } .navbar-light .navbar-brand{ color: #993723; } .trans-init{ opacity: 0; } #main-navbar{ transition-timing-function: ease-out; transition: 0.8s; } @media (min-width: 992px) { .myPic { max-height: 100%; } }
0.427516
0.101411
.terminal { float: left; border-width: 0; border-style: none; border-radius: 4px; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; color: #f0f0f0; padding-bottom: 5px; padding-top: 5px; padding-left: 10px; padding-right: 10px; text-align: left; } .terminal div { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; border-width: 0; border-style: none; border-radius: 4px; padding-bottom: 5px; padding-top: 5px; padding-left: 10px; padding-right: 10px; } /* TERM.JS STYLES */ .fg {color: #b0b8c1;} div[style*=";color: rgb(240, 240, 240);"] { color: #b0b8c1 !important; } .bg {background-color: #363838;} div[style*="background-color: rgb(0, 0, 0);"] { background-color: #363838 !important; } .terminal-cursor { color: #363838; background-color: #b0b8c1; } ::-moz-selection { color: #363838; background: #b4d5ff; } ::selection { color: #363838; background: #b4d5ff; } /* FG COLORS */ span[style*=";color:#2e3436;"] {color: #363737 !important;} span[style*=";color:#cc0000;"] {color: #bb0000 !important;} span[style*=";color:#4e9a06;"] {color: #00bb00 !important;} span[style*=";color:#c4a000;"] {color: #bbbb00 !important;} span[style*=";color:#3465a4;"] {color: #0000bb !important;} span[style*=";color:#75507b;"] {color: #bb00bb !important;} span[style*=";color:#06989a;"] {color: #00bbbb !important;} span[style*=";color:#d3d7cf;"] {color: #bac2cc !important;} /* FG BRIGHT COLORS */ span[style*=";color:#555753;"] {color: #636666 !important;} span[style*=";color:#ef2929;"] {color: #ff5555 !important;} span[style*=";color:#8ae234;"] {color: #55ff55 !important;} span[style*=";color:#fce94f;"] {color: #ffff55 !important;} span[style*=";color:#729fcf;"] {color: #5555ff !important;} span[style*=";color:#ad7fa8;"] {color: #ff55ff !important;} span[style*=";color:#34e2e2;"] {color: #55ffff !important;} span[style*=";color:#eeeeec;"] {color: #d8e2f0 !important;} /* BG COLORS */ span[style*="background-color:#2e3436;"] { background-color: #363737 !important; } span[style*="background-color:#cc0000;"] { background-color: #bb0000 !important; } span[style*="background-color:#4e9a06;"] { background-color: #00bb00 !important; } span[style*="background-color:#c4a000;"] { background-color: #bbbb00 !important; } span[style*="background-color:#3465a4;"] { background-color: #0000bb !important; } span[style*="background-color:#75507b;"] { background-color: #bb00bb !important; } span[style*="background-color:#06989a;"] { background-color: #00bbbb !important; } span[style*="background-color:#d3d7cf;"] { background-color: #bac2cc !important; } /* BG BRIGHT COLORS */ span[style*="background-color:#555753;"] { background-color: #636666 !important; } span[style*="background-color:#ef2929;"] { background-color: #ff5555 !important; } span[style*="background-color:#8ae234;"] { background-color: #55ff55 !important; } span[style*="background-color:#fce94f;"] { background-color: #ffff55 !important; } span[style*="background-color:#729fcf;"] { background-color: #5555ff !important; } span[style*="background-color:#ad7fa8;"] { background-color: #ff55ff !important; } span[style*="background-color:#34e2e2;"] { background-color: #55ffff !important; } span[style*="background-color:#eeeeec;"] { background-color: #d8e2f0 !important; }
css/terminal.css
.terminal { float: left; border-width: 0; border-style: none; border-radius: 4px; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; color: #f0f0f0; padding-bottom: 5px; padding-top: 5px; padding-left: 10px; padding-right: 10px; text-align: left; } .terminal div { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; border-width: 0; border-style: none; border-radius: 4px; padding-bottom: 5px; padding-top: 5px; padding-left: 10px; padding-right: 10px; } /* TERM.JS STYLES */ .fg {color: #b0b8c1;} div[style*=";color: rgb(240, 240, 240);"] { color: #b0b8c1 !important; } .bg {background-color: #363838;} div[style*="background-color: rgb(0, 0, 0);"] { background-color: #363838 !important; } .terminal-cursor { color: #363838; background-color: #b0b8c1; } ::-moz-selection { color: #363838; background: #b4d5ff; } ::selection { color: #363838; background: #b4d5ff; } /* FG COLORS */ span[style*=";color:#2e3436;"] {color: #363737 !important;} span[style*=";color:#cc0000;"] {color: #bb0000 !important;} span[style*=";color:#4e9a06;"] {color: #00bb00 !important;} span[style*=";color:#c4a000;"] {color: #bbbb00 !important;} span[style*=";color:#3465a4;"] {color: #0000bb !important;} span[style*=";color:#75507b;"] {color: #bb00bb !important;} span[style*=";color:#06989a;"] {color: #00bbbb !important;} span[style*=";color:#d3d7cf;"] {color: #bac2cc !important;} /* FG BRIGHT COLORS */ span[style*=";color:#555753;"] {color: #636666 !important;} span[style*=";color:#ef2929;"] {color: #ff5555 !important;} span[style*=";color:#8ae234;"] {color: #55ff55 !important;} span[style*=";color:#fce94f;"] {color: #ffff55 !important;} span[style*=";color:#729fcf;"] {color: #5555ff !important;} span[style*=";color:#ad7fa8;"] {color: #ff55ff !important;} span[style*=";color:#34e2e2;"] {color: #55ffff !important;} span[style*=";color:#eeeeec;"] {color: #d8e2f0 !important;} /* BG COLORS */ span[style*="background-color:#2e3436;"] { background-color: #363737 !important; } span[style*="background-color:#cc0000;"] { background-color: #bb0000 !important; } span[style*="background-color:#4e9a06;"] { background-color: #00bb00 !important; } span[style*="background-color:#c4a000;"] { background-color: #bbbb00 !important; } span[style*="background-color:#3465a4;"] { background-color: #0000bb !important; } span[style*="background-color:#75507b;"] { background-color: #bb00bb !important; } span[style*="background-color:#06989a;"] { background-color: #00bbbb !important; } span[style*="background-color:#d3d7cf;"] { background-color: #bac2cc !important; } /* BG BRIGHT COLORS */ span[style*="background-color:#555753;"] { background-color: #636666 !important; } span[style*="background-color:#ef2929;"] { background-color: #ff5555 !important; } span[style*="background-color:#8ae234;"] { background-color: #55ff55 !important; } span[style*="background-color:#fce94f;"] { background-color: #ffff55 !important; } span[style*="background-color:#729fcf;"] { background-color: #5555ff !important; } span[style*="background-color:#ad7fa8;"] { background-color: #ff55ff !important; } span[style*="background-color:#34e2e2;"] { background-color: #55ffff !important; } span[style*="background-color:#eeeeec;"] { background-color: #d8e2f0 !important; }
0.341363
0.208501
div#ofmeet { border: 1px solid #C9C9C9; margin: 10px auto 20px auto; padding: 10px; font-family: Arial,Helvetica,sans-serif,"sans serif"; background-color: #F9F9F9; -moz-border-radius: 5px; -webkit-border-radius: 5px; display:block; position:relative; top: -100px; float:top; text-align:left; line-height:20px; font-size:14px; padding:5px; overflow:scroll; visibility:hidden; overflow: hidden; } div#ofmeet div.ofmeet-clear { clear: both; } div#ofmeet form { margin: 10px; padding: 10px; } div#ofmeet div#ofmeet-login { overflow: hidden; position: relative; } div#ofmeet div#ofmeet-login label, div#ofmeet div#ofmeet-login span#ofmeet-usernameDisplay { font-size: 0.9em; line-height: 22px; margin: 0px 6px; } div#ofmeet div#ofmeet-login span#ofmeet-usernameDisplay { font-weight: bold; margin: 0; } div#ofmeet div#ofmeet-login label, div#ofmeet div#.ofmeet-login input#ofmeet-username, div#ofmeet div#ofmeet-login span#ofmeet-usernameDisplay { float: left; vertical-align: middle; } div#ofmeet div#ofmeet-login input#ofmeet-connect { float: right; margin-right: 5px; } div#ofmeet div#ofmeet-messaging { position: relative; overflow: hidden; zoom: 1; /* uh, dirty ie6 hack... */ } div#ofmeet div#ofmeet-log { height: 85%; border: 1px solid #999999; background-color: #FFFFFF; overflow: auto; margin: 5px; padding-top: 10px; font-size: 0.8em; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; position: relative; } div#ofmeet div#ofmeet-log div.message { width: 95%; background: transparent url(../images/bubble_top.png) left top no-repeat; padding-top: 9px; margin: 0 auto; } div#ofmeet div#ofmeet-log div.message a:link, div#ofmeet div#ofmeet-log div.message a:visited, div#ofmeet div#ofmeet-log div.message a:hover, div#ofmeet div#ofmeet-log div.message a:active { text-decoration: underline; font-weight: bold; } div#ofmeet div#ofmeet-log div.message a:link, div#ofmeet div#ofmeet-log div.message a:visited { color: #C64100; } div#ofmeet div#ofmeet-log div.message a:hover, div#ofmeet div#ofmeet-log div.message a:active { color: #333333; background-color: #EAEAEA; } div#ofmeet div#ofmeet-log div.messageIn { color: #444444; } div#ofmeet div#ofmeet-log div.messageOut { color: #888888; } div#ofmeet div#ofmeet-log div.messageSystem { color: #BBBBBB; } div#ofmeet div#ofmeet-log div.message span.msgText { display: block; font-weight: bold; background: #E0E1E1 url(../images/bubble_content.png) left top no-repeat; padding: 0px 12px; } div#ofmeet div#ofmeet-log div.message span.msgPerson { display: block; background: transparent url(../images/bubble_bottom.png) left top no-repeat; height: 25px; padding: 12px 0 0 50px; font-size: 0.8em; } div#ofmeet div#ofmeet-log div.message span.msgPerson span.msgTime { color: #AAAAAA; } div#ofmeet div#ofmeet-messaging textarea#ofmeet-message { width: 388px; border: 1px solid #999999; margin: 5px 5px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; position: relative; } div#ofmeet div#ofmeet-messaging input#ofmeet-sendmessage { float: right; position: relative; text-transform: uppercase; font-weight: bold; padding: 0px 10px; margin: 7px 5px 0 0; }
src/plugins/jitsivideobridge/src/apps/ofmeet/css/styles.css
div#ofmeet { border: 1px solid #C9C9C9; margin: 10px auto 20px auto; padding: 10px; font-family: Arial,Helvetica,sans-serif,"sans serif"; background-color: #F9F9F9; -moz-border-radius: 5px; -webkit-border-radius: 5px; display:block; position:relative; top: -100px; float:top; text-align:left; line-height:20px; font-size:14px; padding:5px; overflow:scroll; visibility:hidden; overflow: hidden; } div#ofmeet div.ofmeet-clear { clear: both; } div#ofmeet form { margin: 10px; padding: 10px; } div#ofmeet div#ofmeet-login { overflow: hidden; position: relative; } div#ofmeet div#ofmeet-login label, div#ofmeet div#ofmeet-login span#ofmeet-usernameDisplay { font-size: 0.9em; line-height: 22px; margin: 0px 6px; } div#ofmeet div#ofmeet-login span#ofmeet-usernameDisplay { font-weight: bold; margin: 0; } div#ofmeet div#ofmeet-login label, div#ofmeet div#.ofmeet-login input#ofmeet-username, div#ofmeet div#ofmeet-login span#ofmeet-usernameDisplay { float: left; vertical-align: middle; } div#ofmeet div#ofmeet-login input#ofmeet-connect { float: right; margin-right: 5px; } div#ofmeet div#ofmeet-messaging { position: relative; overflow: hidden; zoom: 1; /* uh, dirty ie6 hack... */ } div#ofmeet div#ofmeet-log { height: 85%; border: 1px solid #999999; background-color: #FFFFFF; overflow: auto; margin: 5px; padding-top: 10px; font-size: 0.8em; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; position: relative; } div#ofmeet div#ofmeet-log div.message { width: 95%; background: transparent url(../images/bubble_top.png) left top no-repeat; padding-top: 9px; margin: 0 auto; } div#ofmeet div#ofmeet-log div.message a:link, div#ofmeet div#ofmeet-log div.message a:visited, div#ofmeet div#ofmeet-log div.message a:hover, div#ofmeet div#ofmeet-log div.message a:active { text-decoration: underline; font-weight: bold; } div#ofmeet div#ofmeet-log div.message a:link, div#ofmeet div#ofmeet-log div.message a:visited { color: #C64100; } div#ofmeet div#ofmeet-log div.message a:hover, div#ofmeet div#ofmeet-log div.message a:active { color: #333333; background-color: #EAEAEA; } div#ofmeet div#ofmeet-log div.messageIn { color: #444444; } div#ofmeet div#ofmeet-log div.messageOut { color: #888888; } div#ofmeet div#ofmeet-log div.messageSystem { color: #BBBBBB; } div#ofmeet div#ofmeet-log div.message span.msgText { display: block; font-weight: bold; background: #E0E1E1 url(../images/bubble_content.png) left top no-repeat; padding: 0px 12px; } div#ofmeet div#ofmeet-log div.message span.msgPerson { display: block; background: transparent url(../images/bubble_bottom.png) left top no-repeat; height: 25px; padding: 12px 0 0 50px; font-size: 0.8em; } div#ofmeet div#ofmeet-log div.message span.msgPerson span.msgTime { color: #AAAAAA; } div#ofmeet div#ofmeet-messaging textarea#ofmeet-message { width: 388px; border: 1px solid #999999; margin: 5px 5px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; position: relative; } div#ofmeet div#ofmeet-messaging input#ofmeet-sendmessage { float: right; position: relative; text-transform: uppercase; font-weight: bold; padding: 0px 10px; margin: 7px 5px 0 0; }
0.190498
0.075756
@font-face { font-family: 'PlumbRegular'; src: url('../fonts/plumb-regular.otf') format('opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PlumbMedium'; src: url('../fonts/plumb-medium.ttf') format('opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PlumbBold'; src: url('../fonts/plumb-bold.otf') format('opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PlumbBlack'; src: url('../fonts/plumb-black.ttf') format('opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PlumbLight'; src: url('../fonts/plumb-light.ttf') format('opentype'); font-weight: normal; font-style: normal; } html, button, input, select, textarea { color: #222; } html { font-size: 1em; line-height: 1.4; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } textarea { resize: vertical; } .browsehappy { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } a:focus, a:active { outline: none !important; } input:focus, textarea:focus, select:focus, select option:focus { outline: none !important; } a { color: #eaab00; text-decoration: underline; } a:hover { text-decoration: none; } p { font-size: 14px; color: #231f20; line-height: 20px; font-weight: 300; margin: 0 0 16px; font-family: 'PlumbRegular'; } ol { margin: 0 0 0 13px; counter-reset: item; list-style-type: none; padding-left: 0; } ol > li:before { content: counter(item, decimal); counter-increment: item; font-size: 18px; font-family: 'PlumbBlack'; color: #dc211e; position: absolute; left: 0; top: 0; line-height: 24px; } ol li { margin-bottom: 26px; color:#231f20; font-size:16px; line-height: 26px; padding-left: 35px; position: relative; } ol li strong{ /*display: block;*/ margin-bottom: 10px; } ul { padding-left: 18px; margin: 0 0 30px; list-style: disc; } ul li { font-size: 16px; line-height: 26px; color: #231f20; margin-bottom: 9px; padding-left: 0; } ul.birds{ padding-left: 26px; } ul.birds li{ list-style-image: url(../img/birds.png); } h1 { font-size: 24px; color: #242123; font-weight: normal; margin: 5px 0 15px; } h2 { font-size: 18px; color: #262626; font-family: 'PlumbBlack'; font-weight: 700; text-transform: none; margin: 0 0 17px; line-height: 22px; } h3 { font-size: 14px; line-height: 18px; color: #262626; text-transform: none; font-family: 'PlumbBlack'; font-weight: 700; margin: 0 0 18px; } strong{ font-family: 'PlumbBold'; font-weight: normal; } body { font: 14px/20px Arial; font-family: 'PlumbRegular', sans-serif; color: #363636; background: #fff; font-weight: 400; } .sitewrap { margin: 0px; min-height: 100%; height: auto !important; height: 100%; min-height: 100%; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } html, body { height: 100%; min-width: 1240px; } .wrap { min-width: 1235px; box-sizing:border-box; width:100%; padding:0 20px; margin: 0 auto; position: relative; } /*==================== header top =============================*/ header{ z-index: 2; position: relative; } .header-top{ height: 50px; border-bottom: 1px solid #2b2828; background: #000000 url(../img/top-line.png) 0 0 no-repeat; line-height: 49px; position: relative; z-index:2; } .menu-sec{ text-align: center; } .menu-sec a{ color:#bfbfbf; margin:0 14px; text-decoration: none; border-bottom: 1px solid #bfbfbf; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; font-size:14px; } .menu-sec a:hover{ color:#dc211e; border-color:transparent; } .lang{ position: absolute; top:0; right: 20px; } .lang a{ margin:0 15px; font-size:14px; color:#bfbfbf; text-decoration: none; border-bottom: 1px solid #bfbfbf; position: relative; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .lang a:last-of-type{ margin-right: 0; } .lang a:hover, .lang .active{ color:#dc211e; border-color:transparent; } .lang a:first-of-type:after{ content:''; display: block; border-right: 1px solid #bfbfbf; position: absolute; top: 0; right: -15px; height: 20px; } .header-adress-show{ display: none; } .header-work-show{ display: none; } .header-work strong{ display: inline-block; width: 14px; } /*==================== header bottom =============================*/ .header-bot{ height: 70px; padding-top: 22px; padding-bottom: 28px; position: relative; z-index: 2; } .logo{ position: absolute; left:50%; top: -3px; width: 164px; margin-left: -82px; text-align: center; } .header-bot__l{ float: left; line-height: 1; } .header-bot__l span{ display: block; height: 15px; color:#ffffff; font-size:14px; margin-top: 15px; line-height: 15px; padding-left: 20px; background: url(../img/sprite.png) 0 0 no-repeat; } .header-bot__l span:last-of-type{ background: url(../img/sprite.png) 0 -20px no-repeat; } .header-bot__r{ float: right; } .header-bot__btn{ display: block; float:left; width: 130px; height: 32px; color:#ffffff; font-size: 14px; box-sizing: border-box; border-radius: 20px; background: none; text-decoration: none; text-align: center; margin-top: 20px; line-height: 32px; background: url(../img/btn-top.png) 0 0 no-repeat; } .header-bot__btn:hover{ border-color:transparent; background: url(../img/nav-bg.jpg) 0 0 repeat-x; } .header-bot__btn:after{ display: none; content:''; height: 0; background: url(../img/nav-bg.jpg) 0 0 no-repeat; } .header-bot__phones{ float: right; margin-left: 35px; line-height: 1; } .header-bot__phones a{ height: 16px; line-height: 16px; display: block; font-family: 'PlumbMedium'; font-size:18px; text-decoration: none; color:#ffffff; margin-top: 14px; margin-bottom: 1px; padding-left: 25px; background: url(../img/sprite.png) 0 -41px no-repeat; } .header-bot__phones a:last-of-type{ background: url(../img/sprite.png) 0 -60px no-repeat; } /*==================== main nav =============================*/ .nav-main{ height:60px; background: #dc211e; position: relative; z-index: 2; border-radius: 7px; } .nav-main ul{ padding:0; margin:0; } .nav-main ul li{ padding:0; list-style: none; margin:0; } .nav-main a { -webkit-transition:background .2s linear 0s; -moz-transition:background .2s linear 0s; transition:background .4s linear 0s; } .nav-main > ul { display: block; } .nav-main > ul > li { display:block; float: left; text-align: center; position:relative; vertical-align:middle; box-sizing: border-box; -webkit-transition:background .2s linear 0s; -moz-transition:background .2s linear 0s; transition:background .4s linear 0s; } .nav-main > ul > li:first-of-type { width:13%; border-radius:7px 0 0 7px; } .nav-main > ul > li:first-of-type a{ border-radius:7px 0 0 7px; border-left: none; } .nav-main > ul > li:nth-of-type(2) { width:16%; } .nav-main > ul > li:nth-of-type(3) { width:10%; } .nav-main > ul > li:nth-of-type(4) { width:13%; } .nav-main > ul > li:nth-of-type(5) { width:11%; } .nav-main > ul > li:nth-of-type(6) { width:13.5%; } .nav-main > ul > li:nth-of-type(7) { width:9%; } .nav-main > ul > li:nth-of-type(8) { width:14.5%; } .nav-main > ul > li:nth-of-type(8) { border-radius: 0 7px 7px 0; } .nav-main > ul > li:nth-of-type(8) a{ border-radius: 0 7px 7px 0; } .nav-main > ul > li:hover{ background: #b01a18; } .nav-main > ul > li > a{ display:table; vertical-align: middle; height: 60px; width:100%; text-align: center; border-left: 1px solid #b01a18; /*display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: center; flex-direction: column;*/ font-size: 14px; line-height:18px; color:#fff; font-family: 'PlumbBold'; text-decoration: none; text-transform: uppercase; box-sizing: border-box; } .nav-main > ul > li > a:hover{ background: #b01a18; } .nav-main > ul > li > a span{ display:table-cell; vertical-align: middle; height: 60px; text-align: center; font-size:14px; padding:0 17px; } .nav-main > ul > li > a small{ font-size:14px; position: relative; } .nav-main > ul > li > a small:after{ content:''; display: block; border: 3px solid transparent; border-top: 3px solid #000000; position: absolute; right: -12px; top: 50%; margin-top: -1px; } .nav-main > ul ul { display: none; -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); } .br-1600{ display: none; } .nav-main > ul > li ul { background: #ffffff; position: absolute; z-index:5; top:100%; text-align: left; padding:0 0 0 0; width:auto; } .nav-main > ul > li > ul li { display: block; white-space: nowrap; position: relative; } .nav-main > ul > li > ul a { display: block; font-size: 14px; height: 50px; line-height: 50px; text-decoration:none; width:auto; color:#231f20; font-family: 'PlumbBold'; padding:0 20px 0 20px; border-bottom:1px solid #d3d2d2; position:relative; border-radius:0!important; } .nav-main > ul > li > ul > li:last-of-type> a{ border-bottom:0; } .nav-main > ul > li > ul li a:hover { color:#ffffff; background:#dc211e; } .nav-main > ul > li > ul li a span{ display: inline-block; width: 4px; height: 7px; background: url(../img/sprite.png) 0 -740px no-repeat; margin-left: 8px; } .nav-main > ul > li > ul li a:hover span{ background: url(../img/sprite.png) 0 -755px no-repeat; } .nav-main > ul > li ul li ul{ top:0; left:100%; } .nav-main > ul > li > ul > li> ul li:last-of-type> a{ border-bottom: 0; } .menu-close{ display: none; } /*==================== main banner =============================*/ .main-slider{ position: relative; margin:0 auto -180px; max-width:1920px; top:-180px; } .main-slider .owl-item:after{ content:''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0, .50); } .main-slider .owl-item:before{ content:''; display: block; position: absolute; left: 0; right: 0; top: 0; height: 449px; background: url(../img/main-banner/top-bg.png) center top no-repeat; z-index: 1; } .main-slider img{ display: block; max-width: 100%; } .main-slider__text{ position: absolute; left: 0; right: 0; text-align: center; top: 50%; height: 150px; font-size:80px; color:#ffffff; font-family: 'PlumbBlack'; line-height: 80px; z-index: 2; } /*==================== main page =============================*/ .main-b__about{ background: url(../img/main-about-bg.jpg) 0 bottom repeat-x, url(../img/white-bg.jpg) 0 bottom repeat; padding-top: 60px; padding-bottom: 70px; } .main-b__about .wrap{ width: 1170px; text-align: center; } .b-title{ font-size:44px; color:#231f20; text-align: center; font-family: 'PlumbBold'; position: relative; line-height: 1; padding-bottom: 30px; margin-bottom: 30px; } .b-title:after{ content:''; display: block; width: 279px; height: 11px; position: absolute; bottom:0; left:50%; margin-left: -140px; background: url(../img/title-bg.png) 0 0 repeat; } .main-b__about p{ color:#231f20; font-size:16px; line-height: 25px; } .main-b__about iframe{ width: 760px; height: 500px; margin-top: 50px; -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35); -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35); box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35); } .main-b__btns{ padding:50px 0px; background: url(../img/grey-bg.jpg) 0 bottom repeat; } .main-b__btns__btn{ width: 32.5%; margin-right: 1.25%; float: left; height: 150px; background: #dc211e; border:5px solid #dc211e; box-sizing: border-box; position: relative; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; font-size:24px; color:#fff; text-align: center; text-transform: uppercase; line-height: 140px; text-decoration: none; font-family: 'PlumbLight'; } .main-b__btns__btn:nth-of-type(3){ margin-right: 0; } .main-b__btns__btn:after{ display: block; content:''; border:1px solid #fff; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index:2; } .main-b__btns__btn:hover{ background: #ffffff; color:#dc211e; } .main-b__btns__btn span{ display: inline-block; width: 50px; height: 50px; margin-right: 10px; margin-bottom: -16px; } .main-b__btns__btn br{ display: none; } .main-b__btns__btn:first-of-type span{ background: url(../img/sprite.png) 0 -160px no-repeat; } .main-b__btns__btn:first-of-type:hover span{ background: url(../img/sprite.png) 0 -220px no-repeat; } .main-b__btns__btn:nth-of-type(2) span{ background: url(../img/sprite.png) 0 -280px no-repeat; } .main-b__btns__btn:nth-of-type(2):hover span{ background: url(../img/sprite.png) 0 -340px no-repeat; } .main-b__btns__btn:nth-of-type(3) span{ background: url(../img/sprite.png) 0 -400px no-repeat; } .main-b__btns__btn:nth-of-type(3):hover span{ background: url(../img/sprite.png) 0 -455px no-repeat; } .main-b__proj{ padding:53px 0 62px; background: url(../img/main-project.jpg) center center no-repeat; } .main-b__proj .b-title{ color:#ffffff; } .proj-b__i{ width: 32.5%; margin-right: 1.25%; float: left; text-align: center; position: relative; } .proj-b__i:nth-of-type(3){ margin-right: 0; } .proj-b__i img{ max-width:100%; display: block; } .proj-b__i__info{ display: block; position: absolute; bottom:0; right:0; left:0; min-height:61px; width:100%; box-sizing: border-box; border-bottom: 1px solid #dc211e; background: rgba(0,0,0, .7); -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .4s linear 0s; } .proj-b__i:hover .proj-b__i__info{ min-height:100%; border:1px solid #dc211e; } .proj-b__i__info span{ display: block; position: absolute; left: 0; right: 0; top: 50%; height: 16px; line-height: 16px; margin-top: -8px; text-align: center; font-size:24px; color:#ffffff; } .proj-b__i__info span small{ font-size: 24px; color:#dc211e; margin-right: 10px; } .main-b__info{ background: url(../img/white-bg.jpg) 0 bottom repeat; padding:52px 0 50px; } .art{ } .art__i{ width: 32.5%; margin-right: 1.25%; float: left; margin-bottom: 40px; margin-top: 10px; } .art__i:nth-of-type(3n){ margin-right: 0; } .art__i__img{ text-align: center; overflow:hidden; width:100%; position: relative; margin-bottom: 14px; display: block; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .art__i__img:hover{ opacity: .8; } .art__i__img:after{ display: block; content:''; border:1px solid #fff; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; z-index:2; } .art__i__img img{ max-width:100%; display: block; } .art__i__video:after{ background: url(../img/video.png) center center no-repeat; } .art__i__video:before{ display: block; content:''; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index:1; background: rgba(0,0,0,.5); } .art__i__date{ line-height: 1; font-size:12px; color:#7b7979; margin-bottom: 6px; } .art__i__title{ display: inline-block; font-size:16px; line-height: 20px; border-bottom:1px solid #dc211e; color:#dc211e; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; text-decoration: none; font-family: 'PlumbBold'; margin-bottom: 12px; } .art__i__title:hover{ border-color: transparent; } .art__i__text{ color:#231f20; font-size:14px; line-height: 21px; } .centered{ text-align: center; } .art__more{ color:#231f20; text-decoration: none; text-transform: uppercase; font-family: 'PlumbBlack'; border-bottom: 1px solid #231f20; position: relative; margin-left: -14px; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .art__more:after{ content: ""; display: block; width: 7px; height: 10px; position: absolute; right: -14px; top: 3px; background: url(../img/sprite.png) 0 -140px no-repeat; } .art__more:hover{ border-color: transparent; } .grey-bg{ background: url(../img/grey-bg.jpg) 0 0 repeat; } .main-b__text{ padding: 45px 0 30px; } .main-b__text p{ color:#7b7979; } /*==================== inn page =============================*/ .inn-page header:after{ content:''; display: block; height: 200px; position: absolute; left: 0; right: 0; top: 0; background: url(../img/header-bg.jpg) center top no-repeat; } .inn-page .content{ padding-bottom: 20px; } .inn-page .content p{ font-size:16px; line-height: 26px; } .inn-page .content h2{ font-size:22px; font-family: 'PlumbBold'; color:#231f20; } .breadchambs, .breadchambs a{ color:#7b7979; font-size: 12px; line-height: 16px; } .breadchambs a{ padding-right: 15px; margin-right: 3px; text-decoration: underline; background: url(../img/breadchambs-arrow.jpg) right center no-repeat; } .breadchambs a:hover{ text-decoration: none; } .breadchambs{ padding:18px 0 15px; border-bottom: 1px solid #d3d2d2; margin-bottom: 20px; } .divider{ border-bottom: 1px solid #d3d2d2; margin-top: 30px; margin-bottom: 40px; } .img-left{ float: left; display: block; margin-right: 30px; margin-bottom: 20px; } /*==================== adventages =============================*/ .adv-list__item{ width: 45.8%; float: left; text-align: center; font-size:16px; margin-bottom: 20px; } .adv-list__item:nth-of-type(2n){ float: right; } .adv-list__item__nmb{ display: inline-block; width: 40px; height: 40px; border-radius: 50%; background: #dc211e; line-height: 40px; text-align: center; color:#ffffff; font-family: 'PlumbBlack'; } .adv-list__item__title{ font-family: 'PlumbBold'; font-size:16px!important; margin-top: 19px; } /*==================== payment =============================*/ .payment__item{ float: left; width: 48.33%; } .payment__item:nth-of-type(2){ float: right; } .payment__item__title{ color:#231f20; font-family: 'PlumbBold'; font-size:22px; padding-bottom: 15px; border-bottom: 1px solid #d3d2d2; margin-bottom: 18px; } .payment__item__sm-title{ font-family: 'PlumbBold'; font-size:18px; margin-top: -8px; } .payment__note{ color:#7b7979; font-size:12px!important; line-height: 21px!important; padding-left: 18px; margin-top: -20px; position: relative; } .payment__note:before{ content:''; display: block; height: 13px; width: 13px; position: absolute; left: 0; top: 1px; background: url(../img/sprite.png) 0 -515px no-repeat; } /*==================== kredit =============================*/ .kredit__item{ margin-bottom: 30px; margin-top: 30px; } .kredit__item h3{ font-size:18px; font-family: 'PlumbBold'; } .kredit__item h3.bigger{ font-size:22px; } .kredit__item p{ margin-bottom: 11px; } .kredit__item a{ color:#dc211e; text-decoration: underline; } .kredit__item a:hover{ text-decoration: none; } .grey-text p{ color:#7b7979; } /*==================== video =============================*/ .video-title{ font-size:22px; font-family: 'PlumbBold'; line-height: 1; padding-bottom: 17px; border-bottom: 1px solid #d3d2d2; margin-bottom: 30px; } .video-item{ width:31.6%; float: left; margin-right: 2.6%; } .video-b{ margin-bottom: 30px; } .video-item:nth-of-type(3n){ margin-right: 0; } .video-item iframe{ min-height: 285px; } .video-more{ font-size:14px; color:#231f20; text-transform: uppercase; display: block; width:110px; line-height: 20px; height: 20px; margin:26px auto 0; box-sizing: border-box; padding-left: 28px; font-family: 'PlumbBlack'; font-size:14px; background: url(../img/sprite.png) 0 -540px no-repeat } /*==================== contacts =============================*/ #map{ width: 100%; height: 100%; } .contacts{ padding-bottom: 30px; } .contacts-l{ float: left; width: 23.5%; } .contacts-i{ margin-bottom: 21px; font-size:16px; line-height: 28px; color:#231f20; } .contacts-i a{ color:#dc211e; text-decoration: none; } .contacts-i a:hover{ text-decoration: underline; } .contacts-i strong{ font-family: 'PlumbBold'; color:#231f20; } .contacts-c{ width: 48%; height: 440px; float: left; margin:37px 2.5% 0; } .contacts-r{ float: right; width: 23.5%; } .contacts-r .payment__item__title{ margin-bottom: 0; } .contacts-r .form{ height: 440px; box-sizing: border-box; } .form{ padding: 15px 20px 20px 20px; background: #f4f4f4; } .form__label{ display: block; font-family: 'PlumbBold'; text-transform: uppercase; color:#231f20; margin-bottom: 4px; position: relative; } .form__label span{ display: inline-block; height: 8px; width: 10px; position: relative; top:-2px; margin-left: 5px; background: url(../img/sprite.png) 0 -685px no-repeat; } .form__input{ display: block; width: 100%; box-sizing:border-box; padding:0 10px; height: 40px; margin-bottom: 15px; border:1px solid #d3d2d2; border-radius:5px; -webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); -moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); } .form__textarea{ display: block; width: 100%; box-sizing:border-box; padding:10px; height: 130px; margin-bottom: 20px; border:1px solid #d3d2d2; border-radius:5px; -webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); -moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); } .form__note{ line-height: 16px; padding-left: 20px; background: url(../img/sprite.png) 0 -515px no-repeat; color:#7b7979; font-size:12px; } .form__btn{ width: 100%; display: block; height: 50px; line-height: 50px; text-align: center; color:#ffffff; text-decoration: none; font-size: 18px; background: #ff4515; /* Old browsers */ background: -moz-linear-gradient(top, #ff4515 0%, #dc211e 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #ff4515 0%,#dc211e 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #ff4515 0%,#dc211e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4515', endColorstr='#dc211e',GradientType=0 ); /* IE6-9 */ -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; border-radius: 5px; border:0; margin-bottom: 12px; } .form__btn:hover{ opacity:.8; } .form_error{ border-color:#dc211e; } /*==================== article =============================*/ .art-more{ font-size:14px; color:#231f20; text-transform: uppercase; display: block; width:160px; line-height: 20px; height: 20px; margin:5px auto 0; box-sizing: border-box; padding-left: 28px; font-family: 'PlumbBlack'; font-size:14px; background: url(../img/sprite.png) 0 -540px no-repeat } .art__i__text a{ color:#dc211e; font-size: 12px; margin-left: 16px; position: relative; } .art__i__text a:after{ content:''; position: absolute; left: -9px; top: 3px; border: 3px solid transparent; border-left: 3px solid #dc211e; } .art__in .art__i{ margin-top: 0; margin-bottom: 22px; } .pager{ padding-top: 14px; padding-bottom: 14px; margin-top: 28px; border-top:1px solid #d3d2d2; border-bottom:1px solid #d3d2d2; margin-bottom: 30px; text-align: center; } .pager span, .pager a{ font-size:18px; margin-left: 8px; margin-right: 8px; font-family: 'PlumbBold'; } .pager a{ color:#dc211e; text-decoration: underline; } .pager a:hover{ text-decoration: none; } .pager__next, .pager__prev{ display: block; height: 20px; width: 19px; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .pager__next{ float: right; border-left: 1px solid #d3d2d2; background: url(../img/sprite.png) 11px -586px no-repeat; } .pager__next:hover{ opacity: .8; } .pager__prev{ float: left; border-right: 1px solid #d3d2d2; background: url(../img/sprite.png) 0 -566px no-repeat } .pager__prev:hover{ opacity: .8; } /*==================== article =============================*/ .art-date{ color:#7b7979; font-size:12px; position: absolute; right: 20px; top: 83px; } .b-title__art{ text-align: left; } .b-title__art{ font-size: 30px; margin-bottom: 0; padding-right: 75px; } .b-title__art:after{ display: none; } .img-art{ margin-bottom: 0; } .pager__facebook{ display: inline-block; width: 11px; height: 19px; background: url(../img/sprite.png) 0 -610px no-repeat; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .pager__facebook:hover{ opacity: .8; } .pager__twitter{ display: inline-block; width: 19px; height: 16px; background: url(../img/sprite.png) 0 -635px no-repeat; margin:0 18px!important; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .pager__twitter:hover{ opacity: .8; } .pager__gplus{ display: inline-block; width: 20px; height: 18px; background: url(../img/sprite.png) 0 -660px no-repeat; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; border:0; } .pager__gplus:hover{ opacity: .8; } .top-pager{ position: absolute; right: 20px; top: 15px; } .top-pager .pager__prev{ margin-right: -1px; } /*==================== otzivi =============================*/ .otzivi{ padding-bottom: 25px; } .otzivi-l{ width: 70%; float: left; } .otzivi-r{ width: 27.5%; float: right; } .otzivi-r .form{ display: none; padding: 25px 20px 25px 20px; border-top: 2px solid #dc211e; position: relative; } .otzivi-r .form:after{ content:''; display: block; position: absolute; top: 0; right: 50% ; margin-right: -4px; border: 4px solid transparent; border-top: 4px solid #dc211e; } .otzivi-r .form__btn{ margin-bottom: 17px; } .add-otziv{ height: 75px; line-height: 75px; display: block; background: #f4f4f4; text-align: center; font-size:18px; color:#231f20; font-family: 'PlumbBlack'; text-transform: uppercase; cursor:pointer; } .add-otziv span{ display: inline-block; border: 4px solid transparent; border-top: 4px solid #231f20; margin-left: 5px; } .add-otziv.active span{ border: 4px solid transparent; border-bottom: 4px solid #231f20; position: relative; top: -4px; } .otziv-i{ position: relative; padding:20px; background: #f4f4f4; margin-bottom: 20px; } .otziv-i__date{ position: absolute; top: 30px; line-height: 1; right: 20px; font-size:12px; color:#7b7979; } .otziv-i__info{ margin-bottom: 20px; } .otziv-i__img{ float: left; margin-right: 20px; width: 80px; height: 80px; text-align: center; line-height: 80px; background: #fff; border-radius: 5px; } .otziv-i__img img{ max-width: 100%; max-height: 100%; vertical-align: middle; } .otziv-i__cont{ float: left; } .otziv-i__name{ font-size:18px; color:#dc211e; line-height: 1; margin-top: 3px; margin-bottom: 12px; } .otziv-i__stars span{ width: 15px; height: 15px; display: inline-block; margin-right: 3px; background: url(../img/sprite.png) 0 -700px no-repeat; } .otziv-i__stars span.none{ background: url(../img/sprite.png) 0 -720px no-repeat; } .otziv-i__stars{ margin-bottom: 7px; } .otziv-i__link{ font-size:12px; color:#7b7979; text-decoration: underline; line-height: 1; } .otziv-i__link:hover{ text-decoration: none; } /*==================== catalog =============================*/ /*.cat{ margin-bottom: 25px; } .cat__i{ width: 31.6%; margin-right: 2.6%; float: left; margin-bottom: 30px; text-decoration: none; } .cat__i:nth-of-type(3n){ margin-right: 0; }*/ .cat{ margin-bottom: 25px; text-align: center; } .cat__i{ width: 31%; display: inline-block; margin-bottom: 30px; text-decoration: none; background: #f4f4f4; border-bottom: 1px solid #dc211e; padding-bottom: 15px; } .cat__i:nth-of-type(3n+2){ margin: 0 2.6% 30px; } .cat__i img{ max-width: 100%; display: block; } .cat__i__text{ width:100%; height: 78px; display: block; background: #dc211e; color:#ffffff; font-size:20px; text-align: center; text-decoration: none; line-height: 31px; text-decoration: none; padding-top: 10px; overflow: hidden; padding-left: 10px; padding-right: 10px; box-sizing: border-box; } .cat__i__img{ border:10px solid #f4f4f4; } .cat-i__info{ display: block; height: 86px; overflow:hidden; color:#231f20; font-size:14px; line-height: 22px; margin: 0 20px; border-top:1px solid #d3d2d2; text-align: left; padding-top: 10px; } .cat-i__price{ display: block; height:64px; line-height: 64px; background: #f4f4f4; font-size:20px; color:#231f20; font-family: 'PlumbMedium'; text-align: center; } .cat-i__price small{ font-size:16px; } .grey-bg_in{ margin-bottom: -20px; } .inn-page .main-b__info{ -webkit-box-shadow: inset 0px 10px 15px 0px rgba(244,244,244,1); -moz-box-shadow: inset 0px 10px 15px 0px rgba(244,244,244,1); box-shadow: inset 0px 10px 15px 0px rgba(244,244,244,1); padding-bottom: 45px; } .inn-page .main-b__info .otziv-i{ width: 48.75%; float: left; box-sizing: border-box; } .inn-page .main-b__info .otziv-i:nth-of-type(2n){ float: right; } .inn-page .main-b__info .art-more{ margin-top: 15px; } /*==================== about =============================*/ .about-video{ display: block; margin:30px auto 50px; -webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.5); box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.5); } .about-title{ font-size:22px; font-family: 'PlumbBold'; } .about__item{ float: left; width: 46%; } .about__item ul{ margin-bottom: 0; } .about__item+.about__item{ float: right; } .about-slider{ margin-top: 30px; margin-bottom: -7px; } .about-slider .item{ padding:0 10px; position: relative; } .about-slider .item:after{ content:''; display: block; position: absolute; top: 5px; bottom: 5px; right: 15px; left: 15px; border:1px solid #fff; } .about-slider img{ max-width:100%; display: block; } .about-slider .owl-wrapper-outer{ padding-bottom: 45px; } .about-slider .owl-pagination { bottom: 0px; } .about-slider .owl-controls .owl-page span{ background: #231f20; } .about-slider .owl-controls .owl-page.active span, .about-slider .owl-controls.clickable .owl-page:hover span{ background: #dc211e; } .about-slider .owl-controls .owl-buttons div { cursor: pointer; width: 50px; height: 50px; position: absolute; top: 50%; margin-top: -50px; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; } .about-slider .owl-controls .owl-buttons .owl-next{ right: -10px; background: url(../img/next-ar.png) 0 0 no-repeat; } .about-slider .owl-controls .owl-buttons .owl-next:after{ content:''; display: none; height: 0; background: url(../img/next-ar-hover.png) 0 0 no-repeat; } .about-slider .owl-controls .owl-buttons .owl-next:hover{ background: url(../img/next-ar-hover.png) 0 0 no-repeat; } .about-slider .owl-controls .owl-buttons .owl-prev{ left: -10px; background: url(../img/prev-ar.png) 0 0 no-repeat; } .about-slider .owl-controls .owl-buttons .owl-prev:after{ content:''; display: none; height: 0; background: url(../img/prev-ar-hover.png) 0 0 no-repeat; } .about-slider .owl-controls .owl-buttons .owl-prev:hover{ background: url(../img/prev-ar-hover.png) 0 0 no-repeat; } /*==================== projects =============================*/ .projects-menu{ font-family: 'PlumbBold'; color:#231f20; font-size:18px; text-align: center; line-height: 1; padding:16px 0 15px; border-top:1px solid #d3d2d2; border-bottom:1px solid #d3d2d2; margin-bottom: 30px; } .projects-menu span{ display: inline-block; padding:0 50px; position: relative; } .projects-menu span:after{ content:''; display: block; position: absolute; left: 0; right: 0; bottom: -17px; border-bottom:2px solid #dc211e; } .projects-menu span:before{ content:''; display: block; position: absolute; left: 50%; margin-left: -4px; bottom: -25px; border: 4px solid transparent; border-top: 4px solid #dc211e; } .projects-menu a{ text-decoration: none; color:#dc211e; font-size:18px; font-family: 'PlumbBold'; display: inline-block; padding:0 50px; position: relative; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; } .projects-menu a:hover{ color:#231f20; } .projects__i{ display: block; float: left; width: 23.77%; margin-right: 1.64%; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; } .projects__i:hover{ opacity:.8; } .projects__i:nth-of-type(4n){ margin-right: 0; } .projects__i img{ max-width: 100%; } /*====================tovar =============================*/ .tovar-slider .item .cat__i{ width:100%; } .tovar-slider .item:after{ display: none; } .tovar-slider .owl-prev, .tovar-slider .owl-next{ top: 25%!important; margin-top: 0!important; } .tov{ margin-bottom: 30px; } .tov__left{ float: left; width:600px; position: relative; } .slider{ width: 480px; float: right; box-sizing: border-box; border:10px solid #f4f4f4; position: relative; display: none; } .slider.slick-initialize{ display: block; } .slider .slick-slide{ position: relative; } .slider .slick-slide:after{ content:''; display: block; width: 117px; height: 50px; background: url(../img/watermark.png) 0 0 no-repeat; position: absolute; bottom: 20px; left: 20px; z-index: 2; } .slider .slick-slide img{ max-width: 100%; } .prev.slick-disabled, .next.slick-disabled { opacity:.3; } .prev, .next { position: absolute; display: none!important; width: 100px; height: 25px; padding: 0; background: red; cursor: pointer; z-index: 3; content: ''; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; left:0; } .slick-initialize .next, .slick-initialize .prev{ display: block!important; } .slick-initialized + .next, .slick-initialized + .next + .prev{ display: block!important; } .prev{ top:0; background: url(../img/tov-prev.png) center 5px no-repeat; } .next{ bottom: 0px; background: url(../img/tov-next.png) center 8px no-repeat; } .prev:hover, .next:hover{ opacity:.8; } .slider-nav{ width:100px; float: left; margin-top: 20px; display: none; } .slick-initialize.slider-nav{ display: block; } .slider-nav img{ height: 98px; width:98px; } .slider-nav img:focus, .slider-nav img:active, .slider-nav .slick-slide:focus, .slider-nav .slick-slide:active{ outline: none; } .slider-nav .slick-slide{ margin:5px 0px; cursor:pointer; border:1px solid #d3d2d2!important; } .slider-nav .slick-current{ position: relative; } .slider-nav .slick-current:after{ content:''; display: block; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: rgba(210,210,210, .6); } .tov__right{ margin-left: 620px; } .tov__info{ padding-bottom: 8px; border-bottom:1px dotted #dddddd; line-height: 34px; margin-bottom: 18px; } .tov__title{ margin-top: 0; margin-bottom: 0; font-size:30px; display:inline; font-family: 'PlumbBold'; color:#231f20; margin-right: 15px; } .tov__art{ display: inline; font-size:18px; color:#231f20; } .tov__art strong{ font-family: 'PlumbBold'; color:#231f20; margin-right: 20px; } .tov__stars{ display: block; } .tov__prop__title{ font-size:18px; text-transform: uppercase; line-height: 1; margin-bottom: 15px; } .tov__prop__i{ display: inline-block; margin-right: 7px; margin-bottom: 20px; } .tov__prop__i input[type=radio] { display: none; } .tov__prop__i label { display: block; width: 50px; height: 50px; box-sizing: border-box; border:2px solid #f4f4f4; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; line-height: 46px; text-align: center; font-size:16px; font-family: 'PlumbBold'; color:#231f20; } .tov__prop__i input[type=radio]:checked + label, .tov__prop__i label:hover{ border:2px solid #dc211e; } .tov__gr{ background: #f4f4f4; height: 70px; position: relative; margin-bottom: 18px; padding:0 10px 0 20px; } .tov__gr:before{ content: ""; display: block; position: absolute; left: 0; top: -10px; border: 5px solid transparent; border-right: 5px solid #d3d2d2; border-bottom: 5px solid #d3d2d2; } .tov__price{ display: inline-block; color:#dc211e; font-size:18px; line-height: 1; margin-top: 23px; } .tov__price strong{ font-size:24px; font-family: 'PlumbBlack'; } .tov__nalichie{ line-height: 16px; display: inline-block; margin-left: 27px; padding-left: 25px; position: relative; top: -2px; font-size:14px; background: url(../img/sprite.png) 0 -905px no-repeat; } .tov__nalichie_no{ background: url(../img/sprite.png) 0 -935px no-repeat; } .tov__btn{ display: inline-block; float: right; margin-top: 10px; height: 50px; line-height: 50px; background: url(../img/btn-bg.png) 55px 15px no-repeat, url(../img/btn.png) 0 0 repeat-x; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; border-radius: 25px; padding:0 55px 0 85px; font-size:20px; text-decoration: none; color:#fff; } .tov__btn:hover{ opacity:.8; } .tov__text{ font-size:14px!important; line-height: 22px!important; padding-bottom: 18px; border-bottom:1px dotted #dddddd; margin-bottom: 20px; } .tov__icons div{ float: left; width: 24.5%; box-sizing: border-box; padding-right: 20px; font-size:12px; color:#7b7979; } .tov__icons div:nth-of-type(3){ width: 31.5%; } .tov__icons div:last-of-type{ width: 19.5%; padding-right: 0; } .tov__icons div img{ vertical-align: middle; margin-right: 9px; } .tov__icons div br{ display: none; } .tov__icons div a{ color:#dc211e; text-decoration: none; } .tov__bottom{ margin-bottom: 30px; } .tabs { height: 49px; border-top:1px solid #d3d2d2; border-bottom: 1px solid #d3d2d2; list-style: none; padding:0; margin:0; } .tabs li { float: left; display: block; width: 20%; line-height:49px; position: relative; text-align: center; font-size: 18px; font-family: 'PlumbBold'; cursor: pointer; color: #dc211e; } .tabs_3 li{ width: 33.3%; } .tabs_3 li:nth-of-type(4), .tabs_3 li:nth-of-type(5){ display: none; } .tabs li a{ display: block; width: 100%; height: 49px; line-height: 49px; color: #dc211e; cursor: pointer; font-size: 18px; font-family: 'PlumbBold'; text-decoration: none!important; text-align: center; } .tabs li.current, .tabs li.current a, .tabs li:hover a{ color: #231f20; text-decoration: none!important; } .tabs li.current, .tabs li.current a{ cursor:default; } .tabs li.current:after{ content:''; display: block; position: absolute; border-bottom: 2px solid #dc211e; left: 0; right: 0; bottom: -1px; } .tabs li.current:before{ content:''; display: block; position: absolute; left: 50%; margin-left: -4px; border: 4px solid transparent; border-top: 4px solid #dc211e; bottom: -9px; } .tabs li img{ margin-right:7px; vertical-align: middle; margin-top: -2px; } .box { display: none; background: #fff; padding: 15px 0 0 21px; overflow:hidden; margin-top:2px; } .box.visible { display: block; } .box iframe{ width: 600px; height: 430px; float: left; margin-right: 20px; margin-bottom: 20px; } .tov-char{ width:1000px; margin:0 auto; border-bottom: 1px solid #f4f4f4; border-right: 1px solid #f4f4f4; } .tov-char th{ padding-left: 15px; background: #dc211e; color:#ffffff; font-size:14px; font-family: 'PlumbBold'; text-align: left; padding-top: 10px; padding-bottom: 9px; } .tov-char th:nth-of-type(3){ padding-right: 15px; } .tov-char td{ border-right:1px solid #f4f4f4; padding-left: 15px; width: 25%!important; padding-top: 10px; padding-bottom: 10px; font-size:14px; padding-right: 15px; } .tov-char td:first-of-type{ border-left:1px solid #f4f4f4; } .tov-char tr:nth-of-type(2n+1) td{ background: #f4f4f4; } .tov-char tr:nth-of-type(2) td:first-of-type{ width:50%!important; } .tov-char td:last-of-type{ border-right:1px solid #f4f4f4; } .tov-char td:nth-of-type(2), .tov-char td:nth-of-type(3), .tov-char th:nth-of-type(2), .tov-char th:nth-of-type(3){ text-align: center; } .passp-out{ text-align: center; } .passp{ display: inline-block; width: 410px; text-decoration: none; margin:0 10px 20px; } .passp-img{ border:5px solid #dc211e; } .passp-img img{ max-width: 100%; } .passp-text{ font-size: 14px; line-height: 18px; float: left; height: 82px; background: #dc211e; width: 50%; box-sizing: border-box; padding:10px 0 0 15px; color:#fff; text-decoration: none; border-bottom: 0; } .passp-title{ float: left; width: 50%; color:#000; font-size:22px; font-family: 'PlumbBold'; height: 82px; line-height: 82px; text-align: center; box-sizing: border-box; } /*==================== footer top =============================*/ .footer-top{ padding:38px 0 25px 0; background: url(../img/footer-bg.jpg) top center repeat; } .footer-menu{ float: left; width: 26%; } .footer-menu:last-of-type{ width: 22%; } .footer-menu__title{ color:#dc211e; font-size:14px; font-family: 'PlumbBlack'; line-height: 1; margin-bottom: 13px; text-transform: uppercase; } .footer-menu ul{ margin: 0; padding: 0; list-style: none; } .footer-menu ul li{ margin: 0 0 5px; padding: 0; color:#ffffff; line-height: 20px; font-size:14px; } .footer-menu li a{ color:#ffffff; font-size:14px; border-bottom: 1px solid #ffffff; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; text-decoration: none; } .footer-menu li a:hover{ color:#dc211e; border-color:transparent; } .footer-menu:last-of-type li a{ border-bottom: 0; } .footer-menu:last-of-type li { padding-left: 25px; } .footer-menu__ic1{ position: relative; } .footer-menu__ic1:after{ content: ''; display: block; height: 15px; width: 12px; position: absolute; left: 0; top: 0; background: url(../img/sprite.png) 2px -77px no-repeat; } .footer-menu__ic1 br{ display: none; } .footer-menu__ic2{ background: url(../img/sprite.png) 0 -95px no-repeat; } .footer-menu__ic3{ background: url(../img/sprite.png) 0 -113px no-repeat; } .footer-facebook{ display: inline-block; height: 34px; width: 34px; background: url(../img/facebook.png) 0 0 no-repeat; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; margin-right: 10px; margin-top: 20px; } .footer-facebook:after{ content:''; display: none; height: 0; background: url(../img/facebook-hover.png) 0 0 no-repeat; } .footer-facebook:hover{ background: url(../img/facebook-hover.png) 0 0 no-repeat; } .footer-twitter{ display: inline-block; height: 34px; width: 34px; background: url(../img/twitter.png) 0 0 no-repeat; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; margin-top: 20px; } .footer-twitter:after{ content:''; display: none; height: 0; background: url(../img/twitter-hover.png) 0 0 no-repeat; } .footer-twitter:hover{ background: url(../img/twitter-hover.png) 0 0 no-repeat; } /*==================== footer bottom =============================*/ .footer-bottom{ padding: 10px 0 15px; border-top: 1px solid #393536; background: #000000; } .footer-copy{ margin-left: 0px; float: left; } .footer-copy span{ display: inline-block; top: -7px; position: relative; margin-left: 10px; color:#ffffff; font-size:12px; } .footer-bottom__r{ float: right; } .footer-frog{ float: left; margin-right: 30px; margin-top: 6px; color:#ffffff; font-size:12px; } .footer-frog span{ position: relative; display: inline-block; top: -12px; margin-right: 4px; } #to-top{ display: block; float: left; margin-top: 15px; } /*==================== forms =============================*/ .overlay-forms { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; display: none; } .form-overlay { width: 100%; height: 100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, .83); } .of-form { display: none; width: 320px; position: absolute; top: 50px; left: 50%; margin-left: -160px; } .of-form__title{ height: 70px; background: #f4f4f4; border-bottom:2px solid #dc211e; position: relative; font-size:22px; color:#231f20; font-family: 'PlumbBlack'; line-height: 70px; text-align: center; text-transform: uppercase; } .of-form__title:before{ content:''; display: block; position: absolute; left: 50%; margin-left: -4px; bottom: -10px; border: 4px solid transparent; border-top: 4px solid #dc211e; } .of-close{ width: 40px; height: 40px; display: block; position: absolute; right: -11px; top: -11px; background: #f4f4f4 url(../img/sprite.png) 14px -762px no-repeat; border-radius: 50%; z-index:2; } .of-wrap{ padding:25px 30px 25px; background: #ffffff; } .of-label{ display: block; font-family: 'PlumbBold'; text-transform: uppercase; color:#231f20; margin-bottom: 4px; position: relative; } .of-label span{ display: inline-block; height: 8px; width: 10px; position: relative; top:-2px; margin-left: 5px; background: url(../img/sprite.png) 0 -685px no-repeat; } .of-input{ display: block; width: 100%; box-sizing:border-box; padding:0 10px 0 40px; height: 40px; margin-bottom: 15px; border:1px solid #d3d2d2; border-radius:5px; -webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); -moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); } .of-input_name{ background: #fff url(../img/sprite.png) 12px -791px no-repeat; } .of-input_phone{ background: #fff url(../img/sprite.png) 10px -820px no-repeat; } .of-input_email{ background: #fff url(../img/sprite.png) 10px -858px no-repeat; } .of-show{ color:#231f20; font-size:14px; line-height: 1; text-decoration: none; border-bottom:1px dotted #231f20; position: relative; } .of-show:after{ content:''; display: block; position: absolute; right: -12px; top: 50%; margin-top: -1px; border: 3px solid transparent; border-top: 3px solid #231f20; } .of-show.active:after{ margin-top: -4px; border: 3px solid transparent; border-bottom: 3px solid #231f20; } .of-textarea{ display: none; width: 100%; box-sizing:border-box; padding:10px; height: 130px; /* margin-bottom: 20px; */ border:1px solid #d3d2d2; border-radius:5px; margin-top: 6px; margin-bottom: -5px; -webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); -moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); } .form_error{ border-color:#dc211e; } .of-note{ line-height: 16px; padding-left: 20px; background: url(../img/sprite.png) 0 -515px no-repeat; color:#7b7979; font-size:12px; margin-left: 15px; } .of-submit{ width: 100%; display: block; height: 50px; line-height: 50px; text-align: center; color:#ffffff; text-decoration: none; font-size: 18px; margin-top: 25px; background: #ff4515; /* Old browsers */ background: -moz-linear-gradient(top, #ff4515 0%, #dc211e 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #ff4515 0%,#dc211e 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #ff4515 0%,#dc211e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4515', endColorstr='#dc211e',GradientType=0 ); /* IE6-9 */ -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; border-radius: 5px; margin-bottom: 12px; border:0; } .of-submit:hover{ opacity:.8; } .form-buy__b{ padding-bottom: 10px; border-bottom: 1px solid #d3d2d2; margin-bottom: 15px; } .form-buy__img{ float: left; width: 80px; height: 80px; background: #f4f4f4; border-radius:5px; text-align: center; line-height: 80px; } .form-buy__img img{ vertical-align: middle; } .form-buy__text{ width: 165px; float: left; color:#231f20; font-size:14px; line-height: 20px; margin-left: 14px; } .size-img{ width: 1000px; margin:0 auto; box-sizing: border-box; } .form-commerse { width: 880px; position: absolute; top: 50px; margin-left: -440px; } .form-commerse .of-form__title { text-transform: none; line-height: 1; height: auto; padding-top: 20px; padding-bottom: 15px; } .form-commerse .of-form__title span { display: block; color: #dc211e; font-size: 16px; font-family: 'PlumbRegular'; margin-top: 3px; } .form-commerse .of-submit { width: 260px; margin-left: auto; margin-right: auto; } .form-tr { float: left; width: 260px; margin-right: 20px; } .form-tr:nth-of-type(3n) { margin-right: 0; } .form-commerse .of-input { padding-left: 10px; margin-bottom: 20px; } .form-bl { border-bottom: 1px solid #d3d2d2; margin-bottom: 28px; } .form-bl__title { color: #231f20; font-size: 18px; font-family: 'PlumbBold'; line-height: 1; margin-bottom: 15px; } .jqui-select { margin-bottom: 20px; } .ui-selectmenu-button span.ui-selectmenu-text { box-shadow: inset 0 2px 0px 0px #f4f4f4; font-size: 14px; color: #666666 !important; } .jqui-select .ui-state-default { font-weight: 400; font-size: 12px; outline: none !important; height: 40px; width: 100% !important; box-sizing: border-box; font-family: 'PlumbRegular'; font-size: 14px; margin-bottom: -5px; } .jqui-select .ui-selectmenu-text { background: #fff !important; padding: 0.7em 2.1em 0.8em 1em !important; } .jqui-select .ui-selectmenu-text:before { position: absolute; content: ''; width: 37px; height: 100%; top: 0; bottom: 0; background: #f7f7f7; right: 0; border-left: 1px solid #d3d2d2; border-radius: 0 5px 5px 0; } .ui-selectmenu-button { border: 1px solid #d3d2d2; border-radius: 5px; } .ui-selectmenu-button .ui-icon-triangle-1-s { background: none !important; margin-top: -2px !important; border: 4px solid transparent; border-top: 4px solid #000000; z-index: 3; width: auto; right: 15px !important; } .ui-selectmenu .ui-widget-content { background: #fff !important; } .ui-selectmenu-menu .ui-menu-item { background: #fff !important; font-family: 'PlumbRegular'; margin: 0 !important; font-size: 14px !important; color: #666666; } .ui-selectmenu-menu .ui-menu-item.ui-state-focus { background: #fafafa !important; border: 0 !important; color: #666666; font-weight: 400; font-size: 14px !important; } @media only screen and (min-width: 1900px) { .wrap { width: 1860px; padding:0; } .lang{ right: 0; } .lang a:last-of-type{ margin-right: 10px; } .nav-main > ul > li:first-of-type { width:12%; } .nav-main > ul > li:nth-of-type(2) { width:14.7%; } .nav-main > ul > li:nth-of-type(3) { width:10%; } .nav-main > ul > li:nth-of-type(4) { width:14%; } .nav-main > ul > li:nth-of-type(5) { width:12.6%; } .nav-main > ul > li:nth-of-type(6) { width:14%; } .nav-main > ul > li:nth-of-type(7) { width:8%; } .nav-main > ul > li:nth-of-type(8) { width:14.7%; } .nav-main > ul > li > a small:after{ right: -17px; } .owl-controls .owl-buttons .owl-prev{ left: 30px; } .owl-controls .owl-buttons .owl-next{ right: 30px; } .tov__icons div:first-of-type br{ display: block; } .tov__icons div:first-of-type img{ float: left; display: block; margin-bottom: 20px; } } @media only screen and (min-width: 1640px) { .tov__icons div:first-of-type br{ display: block; } .tov__icons div:first-of-type img{ float: left; display: block; margin-bottom: 20px; } } @media only screen and (max-width: 1639px) { .tov__icons div{ width: 26%; padding-right: 20px; } .tov__icons div:nth-of-type(3){ width: 26%; } .tov__icons div:last-of-type{ width: 22%; padding-right: 0; } .tov__icons div img{ float: left; display: block; margin-bottom: 20px; } .tov__icons div:nth-of-type(3) br{ display: none; } .tov__icons div br{ display: block; } } @media only screen and (max-width: 1560px) { .main-b__btns__btn:first-of-type, .main-b__btns__btn:nth-of-type(2){ line-height: 28px; text-align: left; padding-left: 70px; height:120px; padding-top: 28px; } .main-b__btns__btn span{ float: left; } .main-b__btns__btn br{ display: block; } .main-b__btns__btn:nth-of-type(3){ height: 120px; line-height: 110px; text-align: left; padding-left: 70px; } .main-b__btns__btn:nth-of-type(3) br{ display: none; } .main-b__btns__btn:nth-of-type(3) span{ float: none; } .br-1600{ display: block; } } @media only screen and (max-width: 1500px) { .nav-main > ul > li:first-of-type { width:13%; border-radius:7px 0 0 7px; } .nav-main > ul > li:first-of-type a{ border-radius:7px 0 0 7px; border-left: none; } .nav-main > ul > li:nth-of-type(2) { width:15%; } .nav-main > ul > li:nth-of-type(3) { width:10%; } .nav-main > ul > li:nth-of-type(4) { width:13%; } .nav-main > ul > li:nth-of-type(5) { width:11%; } .nav-main > ul > li:nth-of-type(6) { width:15.5%; } .nav-main > ul > li:nth-of-type(7) { width:9%; } .nav-main > ul > li:nth-of-type(8) { width:13.5%; } .tov__icons div:first-of-type br{ display: none; } } @media only screen and (max-width: 1370px) { .nav-main > ul > li > a span{ font-size:13px; } .nav-main > ul > li:nth-of-type(7) { width: 10.5%; } .nav-main > ul > li:nth-of-type(8) { width: 13%; } .nav-main > ul > li:first-of-type { width:12%; border-radius:7px 0 0 7px; } .main-b__btns__btn:nth-of-type(3){ text-align: center; padding-left: 0; } } @media only screen and (max-width: 1260px) { .tov__icons div{ padding-right: 10px; } } .delear-l{ width: 72%; float: left; } .delear-r{ width: 25%; float: right; } .form__label span { display: inline-block; height: 8px; width: 10px; margin-left: 5px; color:#dc211e; background: none; position: relative; top: 1px; } .form__note{ background: none; padding-left: 0; } .form__note span{ color:#dc211e; font-size:18px; position: relative; top: 6px; } @media only screen and (max-width:767px){ .delear-l{ width: 100%; float: none; } .delear-r{ width: 280px; margin:0 auto; float: none; } }
css/main.css
@font-face { font-family: 'PlumbRegular'; src: url('../fonts/plumb-regular.otf') format('opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PlumbMedium'; src: url('../fonts/plumb-medium.ttf') format('opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PlumbBold'; src: url('../fonts/plumb-bold.otf') format('opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PlumbBlack'; src: url('../fonts/plumb-black.ttf') format('opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PlumbLight'; src: url('../fonts/plumb-light.ttf') format('opentype'); font-weight: normal; font-style: normal; } html, button, input, select, textarea { color: #222; } html { font-size: 1em; line-height: 1.4; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } textarea { resize: vertical; } .browsehappy { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } a:focus, a:active { outline: none !important; } input:focus, textarea:focus, select:focus, select option:focus { outline: none !important; } a { color: #eaab00; text-decoration: underline; } a:hover { text-decoration: none; } p { font-size: 14px; color: #231f20; line-height: 20px; font-weight: 300; margin: 0 0 16px; font-family: 'PlumbRegular'; } ol { margin: 0 0 0 13px; counter-reset: item; list-style-type: none; padding-left: 0; } ol > li:before { content: counter(item, decimal); counter-increment: item; font-size: 18px; font-family: 'PlumbBlack'; color: #dc211e; position: absolute; left: 0; top: 0; line-height: 24px; } ol li { margin-bottom: 26px; color:#231f20; font-size:16px; line-height: 26px; padding-left: 35px; position: relative; } ol li strong{ /*display: block;*/ margin-bottom: 10px; } ul { padding-left: 18px; margin: 0 0 30px; list-style: disc; } ul li { font-size: 16px; line-height: 26px; color: #231f20; margin-bottom: 9px; padding-left: 0; } ul.birds{ padding-left: 26px; } ul.birds li{ list-style-image: url(../img/birds.png); } h1 { font-size: 24px; color: #242123; font-weight: normal; margin: 5px 0 15px; } h2 { font-size: 18px; color: #262626; font-family: 'PlumbBlack'; font-weight: 700; text-transform: none; margin: 0 0 17px; line-height: 22px; } h3 { font-size: 14px; line-height: 18px; color: #262626; text-transform: none; font-family: 'PlumbBlack'; font-weight: 700; margin: 0 0 18px; } strong{ font-family: 'PlumbBold'; font-weight: normal; } body { font: 14px/20px Arial; font-family: 'PlumbRegular', sans-serif; color: #363636; background: #fff; font-weight: 400; } .sitewrap { margin: 0px; min-height: 100%; height: auto !important; height: 100%; min-height: 100%; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } html, body { height: 100%; min-width: 1240px; } .wrap { min-width: 1235px; box-sizing:border-box; width:100%; padding:0 20px; margin: 0 auto; position: relative; } /*==================== header top =============================*/ header{ z-index: 2; position: relative; } .header-top{ height: 50px; border-bottom: 1px solid #2b2828; background: #000000 url(../img/top-line.png) 0 0 no-repeat; line-height: 49px; position: relative; z-index:2; } .menu-sec{ text-align: center; } .menu-sec a{ color:#bfbfbf; margin:0 14px; text-decoration: none; border-bottom: 1px solid #bfbfbf; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; font-size:14px; } .menu-sec a:hover{ color:#dc211e; border-color:transparent; } .lang{ position: absolute; top:0; right: 20px; } .lang a{ margin:0 15px; font-size:14px; color:#bfbfbf; text-decoration: none; border-bottom: 1px solid #bfbfbf; position: relative; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .lang a:last-of-type{ margin-right: 0; } .lang a:hover, .lang .active{ color:#dc211e; border-color:transparent; } .lang a:first-of-type:after{ content:''; display: block; border-right: 1px solid #bfbfbf; position: absolute; top: 0; right: -15px; height: 20px; } .header-adress-show{ display: none; } .header-work-show{ display: none; } .header-work strong{ display: inline-block; width: 14px; } /*==================== header bottom =============================*/ .header-bot{ height: 70px; padding-top: 22px; padding-bottom: 28px; position: relative; z-index: 2; } .logo{ position: absolute; left:50%; top: -3px; width: 164px; margin-left: -82px; text-align: center; } .header-bot__l{ float: left; line-height: 1; } .header-bot__l span{ display: block; height: 15px; color:#ffffff; font-size:14px; margin-top: 15px; line-height: 15px; padding-left: 20px; background: url(../img/sprite.png) 0 0 no-repeat; } .header-bot__l span:last-of-type{ background: url(../img/sprite.png) 0 -20px no-repeat; } .header-bot__r{ float: right; } .header-bot__btn{ display: block; float:left; width: 130px; height: 32px; color:#ffffff; font-size: 14px; box-sizing: border-box; border-radius: 20px; background: none; text-decoration: none; text-align: center; margin-top: 20px; line-height: 32px; background: url(../img/btn-top.png) 0 0 no-repeat; } .header-bot__btn:hover{ border-color:transparent; background: url(../img/nav-bg.jpg) 0 0 repeat-x; } .header-bot__btn:after{ display: none; content:''; height: 0; background: url(../img/nav-bg.jpg) 0 0 no-repeat; } .header-bot__phones{ float: right; margin-left: 35px; line-height: 1; } .header-bot__phones a{ height: 16px; line-height: 16px; display: block; font-family: 'PlumbMedium'; font-size:18px; text-decoration: none; color:#ffffff; margin-top: 14px; margin-bottom: 1px; padding-left: 25px; background: url(../img/sprite.png) 0 -41px no-repeat; } .header-bot__phones a:last-of-type{ background: url(../img/sprite.png) 0 -60px no-repeat; } /*==================== main nav =============================*/ .nav-main{ height:60px; background: #dc211e; position: relative; z-index: 2; border-radius: 7px; } .nav-main ul{ padding:0; margin:0; } .nav-main ul li{ padding:0; list-style: none; margin:0; } .nav-main a { -webkit-transition:background .2s linear 0s; -moz-transition:background .2s linear 0s; transition:background .4s linear 0s; } .nav-main > ul { display: block; } .nav-main > ul > li { display:block; float: left; text-align: center; position:relative; vertical-align:middle; box-sizing: border-box; -webkit-transition:background .2s linear 0s; -moz-transition:background .2s linear 0s; transition:background .4s linear 0s; } .nav-main > ul > li:first-of-type { width:13%; border-radius:7px 0 0 7px; } .nav-main > ul > li:first-of-type a{ border-radius:7px 0 0 7px; border-left: none; } .nav-main > ul > li:nth-of-type(2) { width:16%; } .nav-main > ul > li:nth-of-type(3) { width:10%; } .nav-main > ul > li:nth-of-type(4) { width:13%; } .nav-main > ul > li:nth-of-type(5) { width:11%; } .nav-main > ul > li:nth-of-type(6) { width:13.5%; } .nav-main > ul > li:nth-of-type(7) { width:9%; } .nav-main > ul > li:nth-of-type(8) { width:14.5%; } .nav-main > ul > li:nth-of-type(8) { border-radius: 0 7px 7px 0; } .nav-main > ul > li:nth-of-type(8) a{ border-radius: 0 7px 7px 0; } .nav-main > ul > li:hover{ background: #b01a18; } .nav-main > ul > li > a{ display:table; vertical-align: middle; height: 60px; width:100%; text-align: center; border-left: 1px solid #b01a18; /*display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: center; flex-direction: column;*/ font-size: 14px; line-height:18px; color:#fff; font-family: 'PlumbBold'; text-decoration: none; text-transform: uppercase; box-sizing: border-box; } .nav-main > ul > li > a:hover{ background: #b01a18; } .nav-main > ul > li > a span{ display:table-cell; vertical-align: middle; height: 60px; text-align: center; font-size:14px; padding:0 17px; } .nav-main > ul > li > a small{ font-size:14px; position: relative; } .nav-main > ul > li > a small:after{ content:''; display: block; border: 3px solid transparent; border-top: 3px solid #000000; position: absolute; right: -12px; top: 50%; margin-top: -1px; } .nav-main > ul ul { display: none; -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); } .br-1600{ display: none; } .nav-main > ul > li ul { background: #ffffff; position: absolute; z-index:5; top:100%; text-align: left; padding:0 0 0 0; width:auto; } .nav-main > ul > li > ul li { display: block; white-space: nowrap; position: relative; } .nav-main > ul > li > ul a { display: block; font-size: 14px; height: 50px; line-height: 50px; text-decoration:none; width:auto; color:#231f20; font-family: 'PlumbBold'; padding:0 20px 0 20px; border-bottom:1px solid #d3d2d2; position:relative; border-radius:0!important; } .nav-main > ul > li > ul > li:last-of-type> a{ border-bottom:0; } .nav-main > ul > li > ul li a:hover { color:#ffffff; background:#dc211e; } .nav-main > ul > li > ul li a span{ display: inline-block; width: 4px; height: 7px; background: url(../img/sprite.png) 0 -740px no-repeat; margin-left: 8px; } .nav-main > ul > li > ul li a:hover span{ background: url(../img/sprite.png) 0 -755px no-repeat; } .nav-main > ul > li ul li ul{ top:0; left:100%; } .nav-main > ul > li > ul > li> ul li:last-of-type> a{ border-bottom: 0; } .menu-close{ display: none; } /*==================== main banner =============================*/ .main-slider{ position: relative; margin:0 auto -180px; max-width:1920px; top:-180px; } .main-slider .owl-item:after{ content:''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0, .50); } .main-slider .owl-item:before{ content:''; display: block; position: absolute; left: 0; right: 0; top: 0; height: 449px; background: url(../img/main-banner/top-bg.png) center top no-repeat; z-index: 1; } .main-slider img{ display: block; max-width: 100%; } .main-slider__text{ position: absolute; left: 0; right: 0; text-align: center; top: 50%; height: 150px; font-size:80px; color:#ffffff; font-family: 'PlumbBlack'; line-height: 80px; z-index: 2; } /*==================== main page =============================*/ .main-b__about{ background: url(../img/main-about-bg.jpg) 0 bottom repeat-x, url(../img/white-bg.jpg) 0 bottom repeat; padding-top: 60px; padding-bottom: 70px; } .main-b__about .wrap{ width: 1170px; text-align: center; } .b-title{ font-size:44px; color:#231f20; text-align: center; font-family: 'PlumbBold'; position: relative; line-height: 1; padding-bottom: 30px; margin-bottom: 30px; } .b-title:after{ content:''; display: block; width: 279px; height: 11px; position: absolute; bottom:0; left:50%; margin-left: -140px; background: url(../img/title-bg.png) 0 0 repeat; } .main-b__about p{ color:#231f20; font-size:16px; line-height: 25px; } .main-b__about iframe{ width: 760px; height: 500px; margin-top: 50px; -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35); -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35); box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35); } .main-b__btns{ padding:50px 0px; background: url(../img/grey-bg.jpg) 0 bottom repeat; } .main-b__btns__btn{ width: 32.5%; margin-right: 1.25%; float: left; height: 150px; background: #dc211e; border:5px solid #dc211e; box-sizing: border-box; position: relative; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; font-size:24px; color:#fff; text-align: center; text-transform: uppercase; line-height: 140px; text-decoration: none; font-family: 'PlumbLight'; } .main-b__btns__btn:nth-of-type(3){ margin-right: 0; } .main-b__btns__btn:after{ display: block; content:''; border:1px solid #fff; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index:2; } .main-b__btns__btn:hover{ background: #ffffff; color:#dc211e; } .main-b__btns__btn span{ display: inline-block; width: 50px; height: 50px; margin-right: 10px; margin-bottom: -16px; } .main-b__btns__btn br{ display: none; } .main-b__btns__btn:first-of-type span{ background: url(../img/sprite.png) 0 -160px no-repeat; } .main-b__btns__btn:first-of-type:hover span{ background: url(../img/sprite.png) 0 -220px no-repeat; } .main-b__btns__btn:nth-of-type(2) span{ background: url(../img/sprite.png) 0 -280px no-repeat; } .main-b__btns__btn:nth-of-type(2):hover span{ background: url(../img/sprite.png) 0 -340px no-repeat; } .main-b__btns__btn:nth-of-type(3) span{ background: url(../img/sprite.png) 0 -400px no-repeat; } .main-b__btns__btn:nth-of-type(3):hover span{ background: url(../img/sprite.png) 0 -455px no-repeat; } .main-b__proj{ padding:53px 0 62px; background: url(../img/main-project.jpg) center center no-repeat; } .main-b__proj .b-title{ color:#ffffff; } .proj-b__i{ width: 32.5%; margin-right: 1.25%; float: left; text-align: center; position: relative; } .proj-b__i:nth-of-type(3){ margin-right: 0; } .proj-b__i img{ max-width:100%; display: block; } .proj-b__i__info{ display: block; position: absolute; bottom:0; right:0; left:0; min-height:61px; width:100%; box-sizing: border-box; border-bottom: 1px solid #dc211e; background: rgba(0,0,0, .7); -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .4s linear 0s; } .proj-b__i:hover .proj-b__i__info{ min-height:100%; border:1px solid #dc211e; } .proj-b__i__info span{ display: block; position: absolute; left: 0; right: 0; top: 50%; height: 16px; line-height: 16px; margin-top: -8px; text-align: center; font-size:24px; color:#ffffff; } .proj-b__i__info span small{ font-size: 24px; color:#dc211e; margin-right: 10px; } .main-b__info{ background: url(../img/white-bg.jpg) 0 bottom repeat; padding:52px 0 50px; } .art{ } .art__i{ width: 32.5%; margin-right: 1.25%; float: left; margin-bottom: 40px; margin-top: 10px; } .art__i:nth-of-type(3n){ margin-right: 0; } .art__i__img{ text-align: center; overflow:hidden; width:100%; position: relative; margin-bottom: 14px; display: block; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .art__i__img:hover{ opacity: .8; } .art__i__img:after{ display: block; content:''; border:1px solid #fff; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; z-index:2; } .art__i__img img{ max-width:100%; display: block; } .art__i__video:after{ background: url(../img/video.png) center center no-repeat; } .art__i__video:before{ display: block; content:''; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index:1; background: rgba(0,0,0,.5); } .art__i__date{ line-height: 1; font-size:12px; color:#7b7979; margin-bottom: 6px; } .art__i__title{ display: inline-block; font-size:16px; line-height: 20px; border-bottom:1px solid #dc211e; color:#dc211e; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; text-decoration: none; font-family: 'PlumbBold'; margin-bottom: 12px; } .art__i__title:hover{ border-color: transparent; } .art__i__text{ color:#231f20; font-size:14px; line-height: 21px; } .centered{ text-align: center; } .art__more{ color:#231f20; text-decoration: none; text-transform: uppercase; font-family: 'PlumbBlack'; border-bottom: 1px solid #231f20; position: relative; margin-left: -14px; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .art__more:after{ content: ""; display: block; width: 7px; height: 10px; position: absolute; right: -14px; top: 3px; background: url(../img/sprite.png) 0 -140px no-repeat; } .art__more:hover{ border-color: transparent; } .grey-bg{ background: url(../img/grey-bg.jpg) 0 0 repeat; } .main-b__text{ padding: 45px 0 30px; } .main-b__text p{ color:#7b7979; } /*==================== inn page =============================*/ .inn-page header:after{ content:''; display: block; height: 200px; position: absolute; left: 0; right: 0; top: 0; background: url(../img/header-bg.jpg) center top no-repeat; } .inn-page .content{ padding-bottom: 20px; } .inn-page .content p{ font-size:16px; line-height: 26px; } .inn-page .content h2{ font-size:22px; font-family: 'PlumbBold'; color:#231f20; } .breadchambs, .breadchambs a{ color:#7b7979; font-size: 12px; line-height: 16px; } .breadchambs a{ padding-right: 15px; margin-right: 3px; text-decoration: underline; background: url(../img/breadchambs-arrow.jpg) right center no-repeat; } .breadchambs a:hover{ text-decoration: none; } .breadchambs{ padding:18px 0 15px; border-bottom: 1px solid #d3d2d2; margin-bottom: 20px; } .divider{ border-bottom: 1px solid #d3d2d2; margin-top: 30px; margin-bottom: 40px; } .img-left{ float: left; display: block; margin-right: 30px; margin-bottom: 20px; } /*==================== adventages =============================*/ .adv-list__item{ width: 45.8%; float: left; text-align: center; font-size:16px; margin-bottom: 20px; } .adv-list__item:nth-of-type(2n){ float: right; } .adv-list__item__nmb{ display: inline-block; width: 40px; height: 40px; border-radius: 50%; background: #dc211e; line-height: 40px; text-align: center; color:#ffffff; font-family: 'PlumbBlack'; } .adv-list__item__title{ font-family: 'PlumbBold'; font-size:16px!important; margin-top: 19px; } /*==================== payment =============================*/ .payment__item{ float: left; width: 48.33%; } .payment__item:nth-of-type(2){ float: right; } .payment__item__title{ color:#231f20; font-family: 'PlumbBold'; font-size:22px; padding-bottom: 15px; border-bottom: 1px solid #d3d2d2; margin-bottom: 18px; } .payment__item__sm-title{ font-family: 'PlumbBold'; font-size:18px; margin-top: -8px; } .payment__note{ color:#7b7979; font-size:12px!important; line-height: 21px!important; padding-left: 18px; margin-top: -20px; position: relative; } .payment__note:before{ content:''; display: block; height: 13px; width: 13px; position: absolute; left: 0; top: 1px; background: url(../img/sprite.png) 0 -515px no-repeat; } /*==================== kredit =============================*/ .kredit__item{ margin-bottom: 30px; margin-top: 30px; } .kredit__item h3{ font-size:18px; font-family: 'PlumbBold'; } .kredit__item h3.bigger{ font-size:22px; } .kredit__item p{ margin-bottom: 11px; } .kredit__item a{ color:#dc211e; text-decoration: underline; } .kredit__item a:hover{ text-decoration: none; } .grey-text p{ color:#7b7979; } /*==================== video =============================*/ .video-title{ font-size:22px; font-family: 'PlumbBold'; line-height: 1; padding-bottom: 17px; border-bottom: 1px solid #d3d2d2; margin-bottom: 30px; } .video-item{ width:31.6%; float: left; margin-right: 2.6%; } .video-b{ margin-bottom: 30px; } .video-item:nth-of-type(3n){ margin-right: 0; } .video-item iframe{ min-height: 285px; } .video-more{ font-size:14px; color:#231f20; text-transform: uppercase; display: block; width:110px; line-height: 20px; height: 20px; margin:26px auto 0; box-sizing: border-box; padding-left: 28px; font-family: 'PlumbBlack'; font-size:14px; background: url(../img/sprite.png) 0 -540px no-repeat } /*==================== contacts =============================*/ #map{ width: 100%; height: 100%; } .contacts{ padding-bottom: 30px; } .contacts-l{ float: left; width: 23.5%; } .contacts-i{ margin-bottom: 21px; font-size:16px; line-height: 28px; color:#231f20; } .contacts-i a{ color:#dc211e; text-decoration: none; } .contacts-i a:hover{ text-decoration: underline; } .contacts-i strong{ font-family: 'PlumbBold'; color:#231f20; } .contacts-c{ width: 48%; height: 440px; float: left; margin:37px 2.5% 0; } .contacts-r{ float: right; width: 23.5%; } .contacts-r .payment__item__title{ margin-bottom: 0; } .contacts-r .form{ height: 440px; box-sizing: border-box; } .form{ padding: 15px 20px 20px 20px; background: #f4f4f4; } .form__label{ display: block; font-family: 'PlumbBold'; text-transform: uppercase; color:#231f20; margin-bottom: 4px; position: relative; } .form__label span{ display: inline-block; height: 8px; width: 10px; position: relative; top:-2px; margin-left: 5px; background: url(../img/sprite.png) 0 -685px no-repeat; } .form__input{ display: block; width: 100%; box-sizing:border-box; padding:0 10px; height: 40px; margin-bottom: 15px; border:1px solid #d3d2d2; border-radius:5px; -webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); -moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); } .form__textarea{ display: block; width: 100%; box-sizing:border-box; padding:10px; height: 130px; margin-bottom: 20px; border:1px solid #d3d2d2; border-radius:5px; -webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); -moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); } .form__note{ line-height: 16px; padding-left: 20px; background: url(../img/sprite.png) 0 -515px no-repeat; color:#7b7979; font-size:12px; } .form__btn{ width: 100%; display: block; height: 50px; line-height: 50px; text-align: center; color:#ffffff; text-decoration: none; font-size: 18px; background: #ff4515; /* Old browsers */ background: -moz-linear-gradient(top, #ff4515 0%, #dc211e 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #ff4515 0%,#dc211e 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #ff4515 0%,#dc211e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4515', endColorstr='#dc211e',GradientType=0 ); /* IE6-9 */ -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; border-radius: 5px; border:0; margin-bottom: 12px; } .form__btn:hover{ opacity:.8; } .form_error{ border-color:#dc211e; } /*==================== article =============================*/ .art-more{ font-size:14px; color:#231f20; text-transform: uppercase; display: block; width:160px; line-height: 20px; height: 20px; margin:5px auto 0; box-sizing: border-box; padding-left: 28px; font-family: 'PlumbBlack'; font-size:14px; background: url(../img/sprite.png) 0 -540px no-repeat } .art__i__text a{ color:#dc211e; font-size: 12px; margin-left: 16px; position: relative; } .art__i__text a:after{ content:''; position: absolute; left: -9px; top: 3px; border: 3px solid transparent; border-left: 3px solid #dc211e; } .art__in .art__i{ margin-top: 0; margin-bottom: 22px; } .pager{ padding-top: 14px; padding-bottom: 14px; margin-top: 28px; border-top:1px solid #d3d2d2; border-bottom:1px solid #d3d2d2; margin-bottom: 30px; text-align: center; } .pager span, .pager a{ font-size:18px; margin-left: 8px; margin-right: 8px; font-family: 'PlumbBold'; } .pager a{ color:#dc211e; text-decoration: underline; } .pager a:hover{ text-decoration: none; } .pager__next, .pager__prev{ display: block; height: 20px; width: 19px; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .pager__next{ float: right; border-left: 1px solid #d3d2d2; background: url(../img/sprite.png) 11px -586px no-repeat; } .pager__next:hover{ opacity: .8; } .pager__prev{ float: left; border-right: 1px solid #d3d2d2; background: url(../img/sprite.png) 0 -566px no-repeat } .pager__prev:hover{ opacity: .8; } /*==================== article =============================*/ .art-date{ color:#7b7979; font-size:12px; position: absolute; right: 20px; top: 83px; } .b-title__art{ text-align: left; } .b-title__art{ font-size: 30px; margin-bottom: 0; padding-right: 75px; } .b-title__art:after{ display: none; } .img-art{ margin-bottom: 0; } .pager__facebook{ display: inline-block; width: 11px; height: 19px; background: url(../img/sprite.png) 0 -610px no-repeat; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .pager__facebook:hover{ opacity: .8; } .pager__twitter{ display: inline-block; width: 19px; height: 16px; background: url(../img/sprite.png) 0 -635px no-repeat; margin:0 18px!important; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; } .pager__twitter:hover{ opacity: .8; } .pager__gplus{ display: inline-block; width: 20px; height: 18px; background: url(../img/sprite.png) 0 -660px no-repeat; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; border:0; } .pager__gplus:hover{ opacity: .8; } .top-pager{ position: absolute; right: 20px; top: 15px; } .top-pager .pager__prev{ margin-right: -1px; } /*==================== otzivi =============================*/ .otzivi{ padding-bottom: 25px; } .otzivi-l{ width: 70%; float: left; } .otzivi-r{ width: 27.5%; float: right; } .otzivi-r .form{ display: none; padding: 25px 20px 25px 20px; border-top: 2px solid #dc211e; position: relative; } .otzivi-r .form:after{ content:''; display: block; position: absolute; top: 0; right: 50% ; margin-right: -4px; border: 4px solid transparent; border-top: 4px solid #dc211e; } .otzivi-r .form__btn{ margin-bottom: 17px; } .add-otziv{ height: 75px; line-height: 75px; display: block; background: #f4f4f4; text-align: center; font-size:18px; color:#231f20; font-family: 'PlumbBlack'; text-transform: uppercase; cursor:pointer; } .add-otziv span{ display: inline-block; border: 4px solid transparent; border-top: 4px solid #231f20; margin-left: 5px; } .add-otziv.active span{ border: 4px solid transparent; border-bottom: 4px solid #231f20; position: relative; top: -4px; } .otziv-i{ position: relative; padding:20px; background: #f4f4f4; margin-bottom: 20px; } .otziv-i__date{ position: absolute; top: 30px; line-height: 1; right: 20px; font-size:12px; color:#7b7979; } .otziv-i__info{ margin-bottom: 20px; } .otziv-i__img{ float: left; margin-right: 20px; width: 80px; height: 80px; text-align: center; line-height: 80px; background: #fff; border-radius: 5px; } .otziv-i__img img{ max-width: 100%; max-height: 100%; vertical-align: middle; } .otziv-i__cont{ float: left; } .otziv-i__name{ font-size:18px; color:#dc211e; line-height: 1; margin-top: 3px; margin-bottom: 12px; } .otziv-i__stars span{ width: 15px; height: 15px; display: inline-block; margin-right: 3px; background: url(../img/sprite.png) 0 -700px no-repeat; } .otziv-i__stars span.none{ background: url(../img/sprite.png) 0 -720px no-repeat; } .otziv-i__stars{ margin-bottom: 7px; } .otziv-i__link{ font-size:12px; color:#7b7979; text-decoration: underline; line-height: 1; } .otziv-i__link:hover{ text-decoration: none; } /*==================== catalog =============================*/ /*.cat{ margin-bottom: 25px; } .cat__i{ width: 31.6%; margin-right: 2.6%; float: left; margin-bottom: 30px; text-decoration: none; } .cat__i:nth-of-type(3n){ margin-right: 0; }*/ .cat{ margin-bottom: 25px; text-align: center; } .cat__i{ width: 31%; display: inline-block; margin-bottom: 30px; text-decoration: none; background: #f4f4f4; border-bottom: 1px solid #dc211e; padding-bottom: 15px; } .cat__i:nth-of-type(3n+2){ margin: 0 2.6% 30px; } .cat__i img{ max-width: 100%; display: block; } .cat__i__text{ width:100%; height: 78px; display: block; background: #dc211e; color:#ffffff; font-size:20px; text-align: center; text-decoration: none; line-height: 31px; text-decoration: none; padding-top: 10px; overflow: hidden; padding-left: 10px; padding-right: 10px; box-sizing: border-box; } .cat__i__img{ border:10px solid #f4f4f4; } .cat-i__info{ display: block; height: 86px; overflow:hidden; color:#231f20; font-size:14px; line-height: 22px; margin: 0 20px; border-top:1px solid #d3d2d2; text-align: left; padding-top: 10px; } .cat-i__price{ display: block; height:64px; line-height: 64px; background: #f4f4f4; font-size:20px; color:#231f20; font-family: 'PlumbMedium'; text-align: center; } .cat-i__price small{ font-size:16px; } .grey-bg_in{ margin-bottom: -20px; } .inn-page .main-b__info{ -webkit-box-shadow: inset 0px 10px 15px 0px rgba(244,244,244,1); -moz-box-shadow: inset 0px 10px 15px 0px rgba(244,244,244,1); box-shadow: inset 0px 10px 15px 0px rgba(244,244,244,1); padding-bottom: 45px; } .inn-page .main-b__info .otziv-i{ width: 48.75%; float: left; box-sizing: border-box; } .inn-page .main-b__info .otziv-i:nth-of-type(2n){ float: right; } .inn-page .main-b__info .art-more{ margin-top: 15px; } /*==================== about =============================*/ .about-video{ display: block; margin:30px auto 50px; -webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.5); box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.5); } .about-title{ font-size:22px; font-family: 'PlumbBold'; } .about__item{ float: left; width: 46%; } .about__item ul{ margin-bottom: 0; } .about__item+.about__item{ float: right; } .about-slider{ margin-top: 30px; margin-bottom: -7px; } .about-slider .item{ padding:0 10px; position: relative; } .about-slider .item:after{ content:''; display: block; position: absolute; top: 5px; bottom: 5px; right: 15px; left: 15px; border:1px solid #fff; } .about-slider img{ max-width:100%; display: block; } .about-slider .owl-wrapper-outer{ padding-bottom: 45px; } .about-slider .owl-pagination { bottom: 0px; } .about-slider .owl-controls .owl-page span{ background: #231f20; } .about-slider .owl-controls .owl-page.active span, .about-slider .owl-controls.clickable .owl-page:hover span{ background: #dc211e; } .about-slider .owl-controls .owl-buttons div { cursor: pointer; width: 50px; height: 50px; position: absolute; top: 50%; margin-top: -50px; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; } .about-slider .owl-controls .owl-buttons .owl-next{ right: -10px; background: url(../img/next-ar.png) 0 0 no-repeat; } .about-slider .owl-controls .owl-buttons .owl-next:after{ content:''; display: none; height: 0; background: url(../img/next-ar-hover.png) 0 0 no-repeat; } .about-slider .owl-controls .owl-buttons .owl-next:hover{ background: url(../img/next-ar-hover.png) 0 0 no-repeat; } .about-slider .owl-controls .owl-buttons .owl-prev{ left: -10px; background: url(../img/prev-ar.png) 0 0 no-repeat; } .about-slider .owl-controls .owl-buttons .owl-prev:after{ content:''; display: none; height: 0; background: url(../img/prev-ar-hover.png) 0 0 no-repeat; } .about-slider .owl-controls .owl-buttons .owl-prev:hover{ background: url(../img/prev-ar-hover.png) 0 0 no-repeat; } /*==================== projects =============================*/ .projects-menu{ font-family: 'PlumbBold'; color:#231f20; font-size:18px; text-align: center; line-height: 1; padding:16px 0 15px; border-top:1px solid #d3d2d2; border-bottom:1px solid #d3d2d2; margin-bottom: 30px; } .projects-menu span{ display: inline-block; padding:0 50px; position: relative; } .projects-menu span:after{ content:''; display: block; position: absolute; left: 0; right: 0; bottom: -17px; border-bottom:2px solid #dc211e; } .projects-menu span:before{ content:''; display: block; position: absolute; left: 50%; margin-left: -4px; bottom: -25px; border: 4px solid transparent; border-top: 4px solid #dc211e; } .projects-menu a{ text-decoration: none; color:#dc211e; font-size:18px; font-family: 'PlumbBold'; display: inline-block; padding:0 50px; position: relative; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; } .projects-menu a:hover{ color:#231f20; } .projects__i{ display: block; float: left; width: 23.77%; margin-right: 1.64%; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; } .projects__i:hover{ opacity:.8; } .projects__i:nth-of-type(4n){ margin-right: 0; } .projects__i img{ max-width: 100%; } /*====================tovar =============================*/ .tovar-slider .item .cat__i{ width:100%; } .tovar-slider .item:after{ display: none; } .tovar-slider .owl-prev, .tovar-slider .owl-next{ top: 25%!important; margin-top: 0!important; } .tov{ margin-bottom: 30px; } .tov__left{ float: left; width:600px; position: relative; } .slider{ width: 480px; float: right; box-sizing: border-box; border:10px solid #f4f4f4; position: relative; display: none; } .slider.slick-initialize{ display: block; } .slider .slick-slide{ position: relative; } .slider .slick-slide:after{ content:''; display: block; width: 117px; height: 50px; background: url(../img/watermark.png) 0 0 no-repeat; position: absolute; bottom: 20px; left: 20px; z-index: 2; } .slider .slick-slide img{ max-width: 100%; } .prev.slick-disabled, .next.slick-disabled { opacity:.3; } .prev, .next { position: absolute; display: none!important; width: 100px; height: 25px; padding: 0; background: red; cursor: pointer; z-index: 3; content: ''; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; left:0; } .slick-initialize .next, .slick-initialize .prev{ display: block!important; } .slick-initialized + .next, .slick-initialized + .next + .prev{ display: block!important; } .prev{ top:0; background: url(../img/tov-prev.png) center 5px no-repeat; } .next{ bottom: 0px; background: url(../img/tov-next.png) center 8px no-repeat; } .prev:hover, .next:hover{ opacity:.8; } .slider-nav{ width:100px; float: left; margin-top: 20px; display: none; } .slick-initialize.slider-nav{ display: block; } .slider-nav img{ height: 98px; width:98px; } .slider-nav img:focus, .slider-nav img:active, .slider-nav .slick-slide:focus, .slider-nav .slick-slide:active{ outline: none; } .slider-nav .slick-slide{ margin:5px 0px; cursor:pointer; border:1px solid #d3d2d2!important; } .slider-nav .slick-current{ position: relative; } .slider-nav .slick-current:after{ content:''; display: block; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: rgba(210,210,210, .6); } .tov__right{ margin-left: 620px; } .tov__info{ padding-bottom: 8px; border-bottom:1px dotted #dddddd; line-height: 34px; margin-bottom: 18px; } .tov__title{ margin-top: 0; margin-bottom: 0; font-size:30px; display:inline; font-family: 'PlumbBold'; color:#231f20; margin-right: 15px; } .tov__art{ display: inline; font-size:18px; color:#231f20; } .tov__art strong{ font-family: 'PlumbBold'; color:#231f20; margin-right: 20px; } .tov__stars{ display: block; } .tov__prop__title{ font-size:18px; text-transform: uppercase; line-height: 1; margin-bottom: 15px; } .tov__prop__i{ display: inline-block; margin-right: 7px; margin-bottom: 20px; } .tov__prop__i input[type=radio] { display: none; } .tov__prop__i label { display: block; width: 50px; height: 50px; box-sizing: border-box; border:2px solid #f4f4f4; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; line-height: 46px; text-align: center; font-size:16px; font-family: 'PlumbBold'; color:#231f20; } .tov__prop__i input[type=radio]:checked + label, .tov__prop__i label:hover{ border:2px solid #dc211e; } .tov__gr{ background: #f4f4f4; height: 70px; position: relative; margin-bottom: 18px; padding:0 10px 0 20px; } .tov__gr:before{ content: ""; display: block; position: absolute; left: 0; top: -10px; border: 5px solid transparent; border-right: 5px solid #d3d2d2; border-bottom: 5px solid #d3d2d2; } .tov__price{ display: inline-block; color:#dc211e; font-size:18px; line-height: 1; margin-top: 23px; } .tov__price strong{ font-size:24px; font-family: 'PlumbBlack'; } .tov__nalichie{ line-height: 16px; display: inline-block; margin-left: 27px; padding-left: 25px; position: relative; top: -2px; font-size:14px; background: url(../img/sprite.png) 0 -905px no-repeat; } .tov__nalichie_no{ background: url(../img/sprite.png) 0 -935px no-repeat; } .tov__btn{ display: inline-block; float: right; margin-top: 10px; height: 50px; line-height: 50px; background: url(../img/btn-bg.png) 55px 15px no-repeat, url(../img/btn.png) 0 0 repeat-x; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; border-radius: 25px; padding:0 55px 0 85px; font-size:20px; text-decoration: none; color:#fff; } .tov__btn:hover{ opacity:.8; } .tov__text{ font-size:14px!important; line-height: 22px!important; padding-bottom: 18px; border-bottom:1px dotted #dddddd; margin-bottom: 20px; } .tov__icons div{ float: left; width: 24.5%; box-sizing: border-box; padding-right: 20px; font-size:12px; color:#7b7979; } .tov__icons div:nth-of-type(3){ width: 31.5%; } .tov__icons div:last-of-type{ width: 19.5%; padding-right: 0; } .tov__icons div img{ vertical-align: middle; margin-right: 9px; } .tov__icons div br{ display: none; } .tov__icons div a{ color:#dc211e; text-decoration: none; } .tov__bottom{ margin-bottom: 30px; } .tabs { height: 49px; border-top:1px solid #d3d2d2; border-bottom: 1px solid #d3d2d2; list-style: none; padding:0; margin:0; } .tabs li { float: left; display: block; width: 20%; line-height:49px; position: relative; text-align: center; font-size: 18px; font-family: 'PlumbBold'; cursor: pointer; color: #dc211e; } .tabs_3 li{ width: 33.3%; } .tabs_3 li:nth-of-type(4), .tabs_3 li:nth-of-type(5){ display: none; } .tabs li a{ display: block; width: 100%; height: 49px; line-height: 49px; color: #dc211e; cursor: pointer; font-size: 18px; font-family: 'PlumbBold'; text-decoration: none!important; text-align: center; } .tabs li.current, .tabs li.current a, .tabs li:hover a{ color: #231f20; text-decoration: none!important; } .tabs li.current, .tabs li.current a{ cursor:default; } .tabs li.current:after{ content:''; display: block; position: absolute; border-bottom: 2px solid #dc211e; left: 0; right: 0; bottom: -1px; } .tabs li.current:before{ content:''; display: block; position: absolute; left: 50%; margin-left: -4px; border: 4px solid transparent; border-top: 4px solid #dc211e; bottom: -9px; } .tabs li img{ margin-right:7px; vertical-align: middle; margin-top: -2px; } .box { display: none; background: #fff; padding: 15px 0 0 21px; overflow:hidden; margin-top:2px; } .box.visible { display: block; } .box iframe{ width: 600px; height: 430px; float: left; margin-right: 20px; margin-bottom: 20px; } .tov-char{ width:1000px; margin:0 auto; border-bottom: 1px solid #f4f4f4; border-right: 1px solid #f4f4f4; } .tov-char th{ padding-left: 15px; background: #dc211e; color:#ffffff; font-size:14px; font-family: 'PlumbBold'; text-align: left; padding-top: 10px; padding-bottom: 9px; } .tov-char th:nth-of-type(3){ padding-right: 15px; } .tov-char td{ border-right:1px solid #f4f4f4; padding-left: 15px; width: 25%!important; padding-top: 10px; padding-bottom: 10px; font-size:14px; padding-right: 15px; } .tov-char td:first-of-type{ border-left:1px solid #f4f4f4; } .tov-char tr:nth-of-type(2n+1) td{ background: #f4f4f4; } .tov-char tr:nth-of-type(2) td:first-of-type{ width:50%!important; } .tov-char td:last-of-type{ border-right:1px solid #f4f4f4; } .tov-char td:nth-of-type(2), .tov-char td:nth-of-type(3), .tov-char th:nth-of-type(2), .tov-char th:nth-of-type(3){ text-align: center; } .passp-out{ text-align: center; } .passp{ display: inline-block; width: 410px; text-decoration: none; margin:0 10px 20px; } .passp-img{ border:5px solid #dc211e; } .passp-img img{ max-width: 100%; } .passp-text{ font-size: 14px; line-height: 18px; float: left; height: 82px; background: #dc211e; width: 50%; box-sizing: border-box; padding:10px 0 0 15px; color:#fff; text-decoration: none; border-bottom: 0; } .passp-title{ float: left; width: 50%; color:#000; font-size:22px; font-family: 'PlumbBold'; height: 82px; line-height: 82px; text-align: center; box-sizing: border-box; } /*==================== footer top =============================*/ .footer-top{ padding:38px 0 25px 0; background: url(../img/footer-bg.jpg) top center repeat; } .footer-menu{ float: left; width: 26%; } .footer-menu:last-of-type{ width: 22%; } .footer-menu__title{ color:#dc211e; font-size:14px; font-family: 'PlumbBlack'; line-height: 1; margin-bottom: 13px; text-transform: uppercase; } .footer-menu ul{ margin: 0; padding: 0; list-style: none; } .footer-menu ul li{ margin: 0 0 5px; padding: 0; color:#ffffff; line-height: 20px; font-size:14px; } .footer-menu li a{ color:#ffffff; font-size:14px; border-bottom: 1px solid #ffffff; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; text-decoration: none; } .footer-menu li a:hover{ color:#dc211e; border-color:transparent; } .footer-menu:last-of-type li a{ border-bottom: 0; } .footer-menu:last-of-type li { padding-left: 25px; } .footer-menu__ic1{ position: relative; } .footer-menu__ic1:after{ content: ''; display: block; height: 15px; width: 12px; position: absolute; left: 0; top: 0; background: url(../img/sprite.png) 2px -77px no-repeat; } .footer-menu__ic1 br{ display: none; } .footer-menu__ic2{ background: url(../img/sprite.png) 0 -95px no-repeat; } .footer-menu__ic3{ background: url(../img/sprite.png) 0 -113px no-repeat; } .footer-facebook{ display: inline-block; height: 34px; width: 34px; background: url(../img/facebook.png) 0 0 no-repeat; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; margin-right: 10px; margin-top: 20px; } .footer-facebook:after{ content:''; display: none; height: 0; background: url(../img/facebook-hover.png) 0 0 no-repeat; } .footer-facebook:hover{ background: url(../img/facebook-hover.png) 0 0 no-repeat; } .footer-twitter{ display: inline-block; height: 34px; width: 34px; background: url(../img/twitter.png) 0 0 no-repeat; -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; margin-top: 20px; } .footer-twitter:after{ content:''; display: none; height: 0; background: url(../img/twitter-hover.png) 0 0 no-repeat; } .footer-twitter:hover{ background: url(../img/twitter-hover.png) 0 0 no-repeat; } /*==================== footer bottom =============================*/ .footer-bottom{ padding: 10px 0 15px; border-top: 1px solid #393536; background: #000000; } .footer-copy{ margin-left: 0px; float: left; } .footer-copy span{ display: inline-block; top: -7px; position: relative; margin-left: 10px; color:#ffffff; font-size:12px; } .footer-bottom__r{ float: right; } .footer-frog{ float: left; margin-right: 30px; margin-top: 6px; color:#ffffff; font-size:12px; } .footer-frog span{ position: relative; display: inline-block; top: -12px; margin-right: 4px; } #to-top{ display: block; float: left; margin-top: 15px; } /*==================== forms =============================*/ .overlay-forms { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; display: none; } .form-overlay { width: 100%; height: 100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, .83); } .of-form { display: none; width: 320px; position: absolute; top: 50px; left: 50%; margin-left: -160px; } .of-form__title{ height: 70px; background: #f4f4f4; border-bottom:2px solid #dc211e; position: relative; font-size:22px; color:#231f20; font-family: 'PlumbBlack'; line-height: 70px; text-align: center; text-transform: uppercase; } .of-form__title:before{ content:''; display: block; position: absolute; left: 50%; margin-left: -4px; bottom: -10px; border: 4px solid transparent; border-top: 4px solid #dc211e; } .of-close{ width: 40px; height: 40px; display: block; position: absolute; right: -11px; top: -11px; background: #f4f4f4 url(../img/sprite.png) 14px -762px no-repeat; border-radius: 50%; z-index:2; } .of-wrap{ padding:25px 30px 25px; background: #ffffff; } .of-label{ display: block; font-family: 'PlumbBold'; text-transform: uppercase; color:#231f20; margin-bottom: 4px; position: relative; } .of-label span{ display: inline-block; height: 8px; width: 10px; position: relative; top:-2px; margin-left: 5px; background: url(../img/sprite.png) 0 -685px no-repeat; } .of-input{ display: block; width: 100%; box-sizing:border-box; padding:0 10px 0 40px; height: 40px; margin-bottom: 15px; border:1px solid #d3d2d2; border-radius:5px; -webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); -moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); } .of-input_name{ background: #fff url(../img/sprite.png) 12px -791px no-repeat; } .of-input_phone{ background: #fff url(../img/sprite.png) 10px -820px no-repeat; } .of-input_email{ background: #fff url(../img/sprite.png) 10px -858px no-repeat; } .of-show{ color:#231f20; font-size:14px; line-height: 1; text-decoration: none; border-bottom:1px dotted #231f20; position: relative; } .of-show:after{ content:''; display: block; position: absolute; right: -12px; top: 50%; margin-top: -1px; border: 3px solid transparent; border-top: 3px solid #231f20; } .of-show.active:after{ margin-top: -4px; border: 3px solid transparent; border-bottom: 3px solid #231f20; } .of-textarea{ display: none; width: 100%; box-sizing:border-box; padding:10px; height: 130px; /* margin-bottom: 20px; */ border:1px solid #d3d2d2; border-radius:5px; margin-top: 6px; margin-bottom: -5px; -webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); -moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1); } .form_error{ border-color:#dc211e; } .of-note{ line-height: 16px; padding-left: 20px; background: url(../img/sprite.png) 0 -515px no-repeat; color:#7b7979; font-size:12px; margin-left: 15px; } .of-submit{ width: 100%; display: block; height: 50px; line-height: 50px; text-align: center; color:#ffffff; text-decoration: none; font-size: 18px; margin-top: 25px; background: #ff4515; /* Old browsers */ background: -moz-linear-gradient(top, #ff4515 0%, #dc211e 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #ff4515 0%,#dc211e 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #ff4515 0%,#dc211e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4515', endColorstr='#dc211e',GradientType=0 ); /* IE6-9 */ -webkit-transition:all .2s linear 0s; -moz-transition:all .2s linear 0s; transition:all .2s linear 0s; border-radius: 5px; margin-bottom: 12px; border:0; } .of-submit:hover{ opacity:.8; } .form-buy__b{ padding-bottom: 10px; border-bottom: 1px solid #d3d2d2; margin-bottom: 15px; } .form-buy__img{ float: left; width: 80px; height: 80px; background: #f4f4f4; border-radius:5px; text-align: center; line-height: 80px; } .form-buy__img img{ vertical-align: middle; } .form-buy__text{ width: 165px; float: left; color:#231f20; font-size:14px; line-height: 20px; margin-left: 14px; } .size-img{ width: 1000px; margin:0 auto; box-sizing: border-box; } .form-commerse { width: 880px; position: absolute; top: 50px; margin-left: -440px; } .form-commerse .of-form__title { text-transform: none; line-height: 1; height: auto; padding-top: 20px; padding-bottom: 15px; } .form-commerse .of-form__title span { display: block; color: #dc211e; font-size: 16px; font-family: 'PlumbRegular'; margin-top: 3px; } .form-commerse .of-submit { width: 260px; margin-left: auto; margin-right: auto; } .form-tr { float: left; width: 260px; margin-right: 20px; } .form-tr:nth-of-type(3n) { margin-right: 0; } .form-commerse .of-input { padding-left: 10px; margin-bottom: 20px; } .form-bl { border-bottom: 1px solid #d3d2d2; margin-bottom: 28px; } .form-bl__title { color: #231f20; font-size: 18px; font-family: 'PlumbBold'; line-height: 1; margin-bottom: 15px; } .jqui-select { margin-bottom: 20px; } .ui-selectmenu-button span.ui-selectmenu-text { box-shadow: inset 0 2px 0px 0px #f4f4f4; font-size: 14px; color: #666666 !important; } .jqui-select .ui-state-default { font-weight: 400; font-size: 12px; outline: none !important; height: 40px; width: 100% !important; box-sizing: border-box; font-family: 'PlumbRegular'; font-size: 14px; margin-bottom: -5px; } .jqui-select .ui-selectmenu-text { background: #fff !important; padding: 0.7em 2.1em 0.8em 1em !important; } .jqui-select .ui-selectmenu-text:before { position: absolute; content: ''; width: 37px; height: 100%; top: 0; bottom: 0; background: #f7f7f7; right: 0; border-left: 1px solid #d3d2d2; border-radius: 0 5px 5px 0; } .ui-selectmenu-button { border: 1px solid #d3d2d2; border-radius: 5px; } .ui-selectmenu-button .ui-icon-triangle-1-s { background: none !important; margin-top: -2px !important; border: 4px solid transparent; border-top: 4px solid #000000; z-index: 3; width: auto; right: 15px !important; } .ui-selectmenu .ui-widget-content { background: #fff !important; } .ui-selectmenu-menu .ui-menu-item { background: #fff !important; font-family: 'PlumbRegular'; margin: 0 !important; font-size: 14px !important; color: #666666; } .ui-selectmenu-menu .ui-menu-item.ui-state-focus { background: #fafafa !important; border: 0 !important; color: #666666; font-weight: 400; font-size: 14px !important; } @media only screen and (min-width: 1900px) { .wrap { width: 1860px; padding:0; } .lang{ right: 0; } .lang a:last-of-type{ margin-right: 10px; } .nav-main > ul > li:first-of-type { width:12%; } .nav-main > ul > li:nth-of-type(2) { width:14.7%; } .nav-main > ul > li:nth-of-type(3) { width:10%; } .nav-main > ul > li:nth-of-type(4) { width:14%; } .nav-main > ul > li:nth-of-type(5) { width:12.6%; } .nav-main > ul > li:nth-of-type(6) { width:14%; } .nav-main > ul > li:nth-of-type(7) { width:8%; } .nav-main > ul > li:nth-of-type(8) { width:14.7%; } .nav-main > ul > li > a small:after{ right: -17px; } .owl-controls .owl-buttons .owl-prev{ left: 30px; } .owl-controls .owl-buttons .owl-next{ right: 30px; } .tov__icons div:first-of-type br{ display: block; } .tov__icons div:first-of-type img{ float: left; display: block; margin-bottom: 20px; } } @media only screen and (min-width: 1640px) { .tov__icons div:first-of-type br{ display: block; } .tov__icons div:first-of-type img{ float: left; display: block; margin-bottom: 20px; } } @media only screen and (max-width: 1639px) { .tov__icons div{ width: 26%; padding-right: 20px; } .tov__icons div:nth-of-type(3){ width: 26%; } .tov__icons div:last-of-type{ width: 22%; padding-right: 0; } .tov__icons div img{ float: left; display: block; margin-bottom: 20px; } .tov__icons div:nth-of-type(3) br{ display: none; } .tov__icons div br{ display: block; } } @media only screen and (max-width: 1560px) { .main-b__btns__btn:first-of-type, .main-b__btns__btn:nth-of-type(2){ line-height: 28px; text-align: left; padding-left: 70px; height:120px; padding-top: 28px; } .main-b__btns__btn span{ float: left; } .main-b__btns__btn br{ display: block; } .main-b__btns__btn:nth-of-type(3){ height: 120px; line-height: 110px; text-align: left; padding-left: 70px; } .main-b__btns__btn:nth-of-type(3) br{ display: none; } .main-b__btns__btn:nth-of-type(3) span{ float: none; } .br-1600{ display: block; } } @media only screen and (max-width: 1500px) { .nav-main > ul > li:first-of-type { width:13%; border-radius:7px 0 0 7px; } .nav-main > ul > li:first-of-type a{ border-radius:7px 0 0 7px; border-left: none; } .nav-main > ul > li:nth-of-type(2) { width:15%; } .nav-main > ul > li:nth-of-type(3) { width:10%; } .nav-main > ul > li:nth-of-type(4) { width:13%; } .nav-main > ul > li:nth-of-type(5) { width:11%; } .nav-main > ul > li:nth-of-type(6) { width:15.5%; } .nav-main > ul > li:nth-of-type(7) { width:9%; } .nav-main > ul > li:nth-of-type(8) { width:13.5%; } .tov__icons div:first-of-type br{ display: none; } } @media only screen and (max-width: 1370px) { .nav-main > ul > li > a span{ font-size:13px; } .nav-main > ul > li:nth-of-type(7) { width: 10.5%; } .nav-main > ul > li:nth-of-type(8) { width: 13%; } .nav-main > ul > li:first-of-type { width:12%; border-radius:7px 0 0 7px; } .main-b__btns__btn:nth-of-type(3){ text-align: center; padding-left: 0; } } @media only screen and (max-width: 1260px) { .tov__icons div{ padding-right: 10px; } } .delear-l{ width: 72%; float: left; } .delear-r{ width: 25%; float: right; } .form__label span { display: inline-block; height: 8px; width: 10px; margin-left: 5px; color:#dc211e; background: none; position: relative; top: 1px; } .form__note{ background: none; padding-left: 0; } .form__note span{ color:#dc211e; font-size:18px; position: relative; top: 6px; } @media only screen and (max-width:767px){ .delear-l{ width: 100%; float: none; } .delear-r{ width: 280px; margin:0 auto; float: none; } }
0.339061
0.05752
@charset "UTF-8"; @font-face{ /*Importar fonte externa*/ font-family: 'fonteLogo' ; src: url("../_fonts/bubblegum-sans-regular.otf"); } body{ font-family: Arial, sans-serif; background-color: #dddddd; color: rgba(0,0,0,1); } div#interface{ width: 1000px; /*largura da div*/ background-color: #ffffff; /*cor de fundo*/ margin: -20px auto 0px auto; /*margem da div CIMA DIREITA BAIXO ESQUERDA*/ box-shadow: 0px 0px 10px rgba(0,0,0,.5); /*sombra*/ padding: 10px 10px 10px 10px; /*ou padding: 10px*/ } p{ text-align: justify; text-indent: 50px; } a{ color: #606060; text-decoration: none; } a:hover{ text-decoration: underline; color: blue; } /*configuração cabeçalho*/ header#cabecalho img#icone{ /*deixa a imagem do óculos em posição absoluta*/ position: absolute; /*left: 1200px; /*configura posição esquerda*/ left: 65%; top: 40px; /*configura posição cima*/ } header#cabecalho { /*configura cabeçalho, foto de fundo e linha para dividir na interface*/ border-bottom: 1px #606060 solid; /*traço para separar cabeçalho na interface*/ height: 150px; /*altura do cabeçalho*/ background: url("../_imagens/glass-logo-peq.jpg") no-repeat 0px 100px; /*fundo com imagem // não repetir a imagem no fundo // parâmetros de largura e altura*/ } header#cabecalho h1{ /*altera o título principal h1*/ font-family: 'fonteLogo', sans-serif; font-size: 30px; color: #606060; text-shadow: 1px 1px 1px rgba(0,0,0,.6); padding: 0px; margin-bottom: 0px; } header#cabecalho h2{ /*altera subtitulo h2*/ font-family: Arial, sans-serif; font-size: 15px; color: #888888; padding: 0px; margin-top: 0px; } /*Formatação de imagens com legenda*/ figure.foto-legenda{ position: relative; border: 8px solid white; box-shadow: 1px 1px 4px black; } figure.foto-legenda img{ /*width:100%; height:100%;*/ } figure.foto-legenda figcaption{ /*legenda*/ opacity: 0; /*sumir legenda*/ position: absolute; /*posição absoluta dentro do conteiner*/ top: 0px; /*pos icao 0 dentro do conteiner*/ background-color: rgba(0,0,0,0.4); /*cor de fundo com RGBA*/ color: white; /*cor da letra*/ width: 100%; /*preenche todo o conteiner */ height: 100%; /*preenche todo o conteiner */ padding: 10px; box-sizing: border-box; /*limita o espaço para não transpassar a borda*/ transition: opacity 1s; /*tempo para aparecer e desaparecer opacidade*/ } figure.foto-legenda:hover figcaption{ /*passar mouse por cima aparece a legenda*/ opacity: 1; } /*formatação do menu de navegação (nav)*/ nav#menu { display: block; /*setar como bloco*/ } nav#menu ul{ /*lista desordenada*/ list-style: none; /*sumir bolinhas dos itens*/ text-transform: uppercase; /*letra maiúscula*/ position: absolute; /* absolute -> em qualquer área da página || relative -> fica limitado dentro do conteiner */ top:-20px; /*dexa um valor negativo para fica "colado" na parte superior da página*/ left:40%; /*deslocamento para a esquerda*/ transition: background-color 1s; /*transição ao passar o mouse por cima*/ } nav#menu li{ display:inline-block; /*deixar itens da lista na mesma linha (horizontal)*/ background-color: #c0c0c0; /*cor de fundo cinza*/ padding: 10px; /*espaço dentro de cada itens da lista*/ margin: 1px; /*espaço entre os itens da lista neste caso*/ } nav#menu li:hover{ /*ao passar o mouse pelo item troca a cor para um cinza, indicando que o botão foi selecionado*/ background-color: #606060; } nav#menu a:hover{ /*ao passar o mouse pelo item muda a cor da letra*/ color: #ffffff; text-decoration: underline; } nav#menu h1{ display: none; /*oculta o "Menu Principal" da página mas deixa o h1 por motivos de busca */ } nav#menu a{ /*todo nav#menu que tenha link <a> */ color: black; text-decoration: none; } /*formatação corpo do site*/ section#corpo{ display: block; width: 550px; float:left; /*só pode usar o comando float se o objeto estiver em bloco*/ border-right: 1px solid #606060; /*borda na section no lado direito*/ padding: 10px; } /*formatação do artigo*/ article#noticia-principal h2{ font-size: 12pt; color: #606060; background-color: #dddddd; padding: 5px 0px 5px 10px; /*CIMA DIREITA BAIXO ESQUERDA*/ margin:10px 0px 10px 0px; /*CIMA DIREITA BAIXO ESQUERDA*/ } /*Formatação do título do cabeçalho*/ header#cabecalho-artigo h1{ font-family: 'fonteLogo', sans-serif; font-size: 25pt; color: #606060; margin-bottom: 5px; margin-top: -5px; } header#cabecalho-artigo h2{ font-size: 11pt; color: #cecece; color: black; background-color: white; margin: -10px; } header#cabecalho-artigo h3{ font-size: 10pt; color: #606060; margin-top: 0px; } .direita{ text-align: right; } /*criação tabela*/ table#tabela{ /*inserir borda externa na tabela*/ border: 1px solid #606060; border-spacing: 0px; /*es*/ margin-left: auto; margin-right: auto; } /*formatação do título da tabela*/ table#tabela caption{ color: #000000; font-size: 11pt; font-weight: bolder; /**/ border: 1px solid black; padding: 5px; } table#tabela caption span{ color: #000000; font-size: 7pt; display: block; /*bloco flutuante ou seja se disconecta do caption*/ float: right; } /*table data, configura a borda dos dados*/ table#tabela td { border: 1px solid #606060; padding: 10px; text-align: center; vertical-align: middle; } /*formatação da coluna ESQUERDA*/ table#tabela td.colEsq{ color: #ffffff; background-color: #606060; text-align: right; vertical-align: top; } /*formatação da coluna DIREITA*/ table#tabela td.colDir{ color: black; background-color: #cecece; text-align: left; } aside#lateral{ margin-top: 10px; margin-right: 5px; margin-left: 0px; display: block; width: 400px; float: right; /*só pode usar o comando float se o objeto estiver em bloco*/ background-color: #dddddd; box-shadow: 2px 2px 2px rgba(0,0,0,.5); padding: 7px; } aside#lateral h1{ font-family: 'fonteLogo', sans-serif; font-size: 20pt; color: #606060; margin-left: 10px; } aside#lateral h2{ background-color: #606060; font-size: 13pt; color: #ffffff; padding: 3px; } footer#rodape{ clear: both; /*limpa as configurações feitas pelo section e aside de largura, para pegar todo o rodapé*/ border-top: 1px solid #606060; } footer#rodape p{ text-align: center; } /*########################################################################################################################################################################################*/ /*############ ESPECIFICAÇÕES ############################################################################################################################################################*/ /*########################################################################################################################################################################################*/ section#corpoEspecs{ display: block; width: 950px; float:left; /*só pode usar o comando float se o objeto estiver em bloco*/ padding: 10px; margin-left: 15px; } aside#lateralEspec{ margin-top: 10px; margin-right: 5px; margin-left: 0px; display: block; width: 400px; float:right; /*só pode usar o comando float se o objeto estiver em bloco*/ background-color: #000000; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); padding: 7px; } img.map, map area{ /*remover borda azul da imagem mapeada na imagem*/ outline: none; }
glass/_css/estilo.css
@charset "UTF-8"; @font-face{ /*Importar fonte externa*/ font-family: 'fonteLogo' ; src: url("../_fonts/bubblegum-sans-regular.otf"); } body{ font-family: Arial, sans-serif; background-color: #dddddd; color: rgba(0,0,0,1); } div#interface{ width: 1000px; /*largura da div*/ background-color: #ffffff; /*cor de fundo*/ margin: -20px auto 0px auto; /*margem da div CIMA DIREITA BAIXO ESQUERDA*/ box-shadow: 0px 0px 10px rgba(0,0,0,.5); /*sombra*/ padding: 10px 10px 10px 10px; /*ou padding: 10px*/ } p{ text-align: justify; text-indent: 50px; } a{ color: #606060; text-decoration: none; } a:hover{ text-decoration: underline; color: blue; } /*configuração cabeçalho*/ header#cabecalho img#icone{ /*deixa a imagem do óculos em posição absoluta*/ position: absolute; /*left: 1200px; /*configura posição esquerda*/ left: 65%; top: 40px; /*configura posição cima*/ } header#cabecalho { /*configura cabeçalho, foto de fundo e linha para dividir na interface*/ border-bottom: 1px #606060 solid; /*traço para separar cabeçalho na interface*/ height: 150px; /*altura do cabeçalho*/ background: url("../_imagens/glass-logo-peq.jpg") no-repeat 0px 100px; /*fundo com imagem // não repetir a imagem no fundo // parâmetros de largura e altura*/ } header#cabecalho h1{ /*altera o título principal h1*/ font-family: 'fonteLogo', sans-serif; font-size: 30px; color: #606060; text-shadow: 1px 1px 1px rgba(0,0,0,.6); padding: 0px; margin-bottom: 0px; } header#cabecalho h2{ /*altera subtitulo h2*/ font-family: Arial, sans-serif; font-size: 15px; color: #888888; padding: 0px; margin-top: 0px; } /*Formatação de imagens com legenda*/ figure.foto-legenda{ position: relative; border: 8px solid white; box-shadow: 1px 1px 4px black; } figure.foto-legenda img{ /*width:100%; height:100%;*/ } figure.foto-legenda figcaption{ /*legenda*/ opacity: 0; /*sumir legenda*/ position: absolute; /*posição absoluta dentro do conteiner*/ top: 0px; /*pos icao 0 dentro do conteiner*/ background-color: rgba(0,0,0,0.4); /*cor de fundo com RGBA*/ color: white; /*cor da letra*/ width: 100%; /*preenche todo o conteiner */ height: 100%; /*preenche todo o conteiner */ padding: 10px; box-sizing: border-box; /*limita o espaço para não transpassar a borda*/ transition: opacity 1s; /*tempo para aparecer e desaparecer opacidade*/ } figure.foto-legenda:hover figcaption{ /*passar mouse por cima aparece a legenda*/ opacity: 1; } /*formatação do menu de navegação (nav)*/ nav#menu { display: block; /*setar como bloco*/ } nav#menu ul{ /*lista desordenada*/ list-style: none; /*sumir bolinhas dos itens*/ text-transform: uppercase; /*letra maiúscula*/ position: absolute; /* absolute -> em qualquer área da página || relative -> fica limitado dentro do conteiner */ top:-20px; /*dexa um valor negativo para fica "colado" na parte superior da página*/ left:40%; /*deslocamento para a esquerda*/ transition: background-color 1s; /*transição ao passar o mouse por cima*/ } nav#menu li{ display:inline-block; /*deixar itens da lista na mesma linha (horizontal)*/ background-color: #c0c0c0; /*cor de fundo cinza*/ padding: 10px; /*espaço dentro de cada itens da lista*/ margin: 1px; /*espaço entre os itens da lista neste caso*/ } nav#menu li:hover{ /*ao passar o mouse pelo item troca a cor para um cinza, indicando que o botão foi selecionado*/ background-color: #606060; } nav#menu a:hover{ /*ao passar o mouse pelo item muda a cor da letra*/ color: #ffffff; text-decoration: underline; } nav#menu h1{ display: none; /*oculta o "Menu Principal" da página mas deixa o h1 por motivos de busca */ } nav#menu a{ /*todo nav#menu que tenha link <a> */ color: black; text-decoration: none; } /*formatação corpo do site*/ section#corpo{ display: block; width: 550px; float:left; /*só pode usar o comando float se o objeto estiver em bloco*/ border-right: 1px solid #606060; /*borda na section no lado direito*/ padding: 10px; } /*formatação do artigo*/ article#noticia-principal h2{ font-size: 12pt; color: #606060; background-color: #dddddd; padding: 5px 0px 5px 10px; /*CIMA DIREITA BAIXO ESQUERDA*/ margin:10px 0px 10px 0px; /*CIMA DIREITA BAIXO ESQUERDA*/ } /*Formatação do título do cabeçalho*/ header#cabecalho-artigo h1{ font-family: 'fonteLogo', sans-serif; font-size: 25pt; color: #606060; margin-bottom: 5px; margin-top: -5px; } header#cabecalho-artigo h2{ font-size: 11pt; color: #cecece; color: black; background-color: white; margin: -10px; } header#cabecalho-artigo h3{ font-size: 10pt; color: #606060; margin-top: 0px; } .direita{ text-align: right; } /*criação tabela*/ table#tabela{ /*inserir borda externa na tabela*/ border: 1px solid #606060; border-spacing: 0px; /*es*/ margin-left: auto; margin-right: auto; } /*formatação do título da tabela*/ table#tabela caption{ color: #000000; font-size: 11pt; font-weight: bolder; /**/ border: 1px solid black; padding: 5px; } table#tabela caption span{ color: #000000; font-size: 7pt; display: block; /*bloco flutuante ou seja se disconecta do caption*/ float: right; } /*table data, configura a borda dos dados*/ table#tabela td { border: 1px solid #606060; padding: 10px; text-align: center; vertical-align: middle; } /*formatação da coluna ESQUERDA*/ table#tabela td.colEsq{ color: #ffffff; background-color: #606060; text-align: right; vertical-align: top; } /*formatação da coluna DIREITA*/ table#tabela td.colDir{ color: black; background-color: #cecece; text-align: left; } aside#lateral{ margin-top: 10px; margin-right: 5px; margin-left: 0px; display: block; width: 400px; float: right; /*só pode usar o comando float se o objeto estiver em bloco*/ background-color: #dddddd; box-shadow: 2px 2px 2px rgba(0,0,0,.5); padding: 7px; } aside#lateral h1{ font-family: 'fonteLogo', sans-serif; font-size: 20pt; color: #606060; margin-left: 10px; } aside#lateral h2{ background-color: #606060; font-size: 13pt; color: #ffffff; padding: 3px; } footer#rodape{ clear: both; /*limpa as configurações feitas pelo section e aside de largura, para pegar todo o rodapé*/ border-top: 1px solid #606060; } footer#rodape p{ text-align: center; } /*########################################################################################################################################################################################*/ /*############ ESPECIFICAÇÕES ############################################################################################################################################################*/ /*########################################################################################################################################################################################*/ section#corpoEspecs{ display: block; width: 950px; float:left; /*só pode usar o comando float se o objeto estiver em bloco*/ padding: 10px; margin-left: 15px; } aside#lateralEspec{ margin-top: 10px; margin-right: 5px; margin-left: 0px; display: block; width: 400px; float:right; /*só pode usar o comando float se o objeto estiver em bloco*/ background-color: #000000; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); padding: 7px; } img.map, map area{ /*remover borda azul da imagem mapeada na imagem*/ outline: none; }
0.135061
0.077448
.table th { text-align: center; } input[name=query-submit] { margin-top: 25px; } #title-filtro { margin-bottom: 30px; } .tabla-consulta { margin-top: 40px; } .logo { margin-top: -20px; } .logo img{ width: 170px; margin-top: -7px; } .navbar { height: 65px; padding-top: 15px } .tabla-consulta > tbody > tr.warning > td { background-color: #f2dede; } /*.tabla-consulta > tbody > tr.danger > td { background-color: #dca7a7; } */ /*.danger {*/ .tabla-consulta > tbody > tr.danger > td { animation:myfirst 3s; -moz-animation:myfirst 3s infinite; /* Firefox */ -webkit-animation:myfirst 3s infinite; /* Safari and Chrome */ } @-moz-keyframes myfirst /* Firefox */ { 0% {background:#dca7a7;} 50% {background:#f2dede;} 100% {background:#dca7a7;} } @-webkit-keyframes myfirst /* Safari and Chrome */ { 0% {background:#dca7a7;} 50% {background:#f2dede;} 100% {background:#dca7a7;} } #btn-guardar, .btn-filtrar { margin-top: 25px; } .btn-filtrar { margin-left: 5px; } #btns-week { float: right; margin-top: 14px; } .btn-modS { /*margin-left: 10px;*/ float: right; margin-top: -3px; } #modS_Modal .modal-dialog { top: 30%; } .line-T { text-decoration: line-through; background-color: #dcdcdc; } #accordion { margin-top: 10px; } #accordion .badge { float: right; margin-left: 5px; } .panel #fecha_hora { padding: 7px 10px 7px 10px; } .panel #tipo_cliente { padding: 7px 10px 7px 10px; height: 34px; } #accordion .badge-unasignT, #badges .badge-unasignT { /*background-color: #d9534f;*/ /*background-color: #990000;*/ background-color: #df3838; /*color: #fff;*/ } #accordion .badge-llamadaSal, #badges .badge-llamadaSal { /*background-color: #d9534f;*/ /*background-color: #990000;*/ background-color: #df3838; /*color: #fff;*/ } #accordion .badge-unasignC, #badges .badge-unasignC { /*background-color: #809160;*/ background-color: #FFA500; /*color: #fff;*/ } #accordion .badge-unclosedT, #badges .badge-unclosedT { /*background-color: #f0ad4e;*/ background-color: #0099cc; /*color: #fff;*/ } #accordion .badge-unclosedQ, #badges .badge-unclosedQ { /*background-color: #9a7b5e;*/ background-color: #008000; /*color: #fff;*/ } #accordion .badge-leadN, #badges .badge-leadN { background-color: #5cb85c; color: #fff; } #accordion .badge-leadLnA, #badges .badge-leadLnA { background-color: #008080; color: #fff; } #accordion .btn-Tlist { background-color: #df3838; border-color: #da2323; } #accordion .btn-Clist { background-color: #FFA500; border-color: #e69500; } /*Para los cuadros del código de colores*/ .color-box { width: 10px; height: 10px; display: inline-block; background-color: #ccc; position: absolute; left: 12px; top: 15px; } .color-title { padding-left: 10px; } /*.color-div { float: right; }*/ /*Para el simbolo de exclamación de los contactos invalidos*/ .fa-exclamation-triangle { color: #337ab7; } /*para el simbolo de exclamación sobre el td de la llamada*/ #accordion .fa-exclamation-triangle { margin-left: 7px; } .color-title .fa { margin-right: 5px; } .ex-red { color: #d9534f; } /*para el checkbox "otros" del form*/ #llamada-form .checkbox { margin-top: -14px; } /*List Group Horizontal-------------------*/ .list-group-horizontal { /*text-align: center;*/ margin-left: 5px; } .list-group-horizontal .list-group-item { display: inline-block; width: 106px; } .list-group-horizontal .list-group-item { margin-bottom: 0; margin-left:-4px; margin-right: 0; margin-top: 10px; } .list-group-horizontal .list-group-item:first-child { border-top-right-radius:0; border-bottom-left-radius:4px; } .list-group-horizontal .list-group-item:last-child { border-top-right-radius:4px; border-bottom-left-radius:0; } #lista-horas p { margin: 0 0 0 5px; } #lista-horas a { color: #333; } .totNums { font-weight: bold; } #tot-title { font-weight: bold; width: 90px; } /*List Group Horizontal-------------------*/ .fecha_asign { font-size: 12px; } #llamada-form .checkbox label:nth-child(2) { margin-left: 10px; } #llamada-form .checkbox .boldText { font-weight: bold; color: #d9534f; } .llamadaSal .fecha_llamada, .llamadaSal .num_llamada { /*background-color: #f2afaf;*/ color: #df3838; font-weight: bold; } .llamadaSal .cont_llamada { color: #df3838; } #userLogin p { margin-top: 15px; color: #e5e5e5; } #userLogin li a { color: #337ab7; } #asunto_modal { margin: 20vh auto 0px auto; }
css/style.css
.table th { text-align: center; } input[name=query-submit] { margin-top: 25px; } #title-filtro { margin-bottom: 30px; } .tabla-consulta { margin-top: 40px; } .logo { margin-top: -20px; } .logo img{ width: 170px; margin-top: -7px; } .navbar { height: 65px; padding-top: 15px } .tabla-consulta > tbody > tr.warning > td { background-color: #f2dede; } /*.tabla-consulta > tbody > tr.danger > td { background-color: #dca7a7; } */ /*.danger {*/ .tabla-consulta > tbody > tr.danger > td { animation:myfirst 3s; -moz-animation:myfirst 3s infinite; /* Firefox */ -webkit-animation:myfirst 3s infinite; /* Safari and Chrome */ } @-moz-keyframes myfirst /* Firefox */ { 0% {background:#dca7a7;} 50% {background:#f2dede;} 100% {background:#dca7a7;} } @-webkit-keyframes myfirst /* Safari and Chrome */ { 0% {background:#dca7a7;} 50% {background:#f2dede;} 100% {background:#dca7a7;} } #btn-guardar, .btn-filtrar { margin-top: 25px; } .btn-filtrar { margin-left: 5px; } #btns-week { float: right; margin-top: 14px; } .btn-modS { /*margin-left: 10px;*/ float: right; margin-top: -3px; } #modS_Modal .modal-dialog { top: 30%; } .line-T { text-decoration: line-through; background-color: #dcdcdc; } #accordion { margin-top: 10px; } #accordion .badge { float: right; margin-left: 5px; } .panel #fecha_hora { padding: 7px 10px 7px 10px; } .panel #tipo_cliente { padding: 7px 10px 7px 10px; height: 34px; } #accordion .badge-unasignT, #badges .badge-unasignT { /*background-color: #d9534f;*/ /*background-color: #990000;*/ background-color: #df3838; /*color: #fff;*/ } #accordion .badge-llamadaSal, #badges .badge-llamadaSal { /*background-color: #d9534f;*/ /*background-color: #990000;*/ background-color: #df3838; /*color: #fff;*/ } #accordion .badge-unasignC, #badges .badge-unasignC { /*background-color: #809160;*/ background-color: #FFA500; /*color: #fff;*/ } #accordion .badge-unclosedT, #badges .badge-unclosedT { /*background-color: #f0ad4e;*/ background-color: #0099cc; /*color: #fff;*/ } #accordion .badge-unclosedQ, #badges .badge-unclosedQ { /*background-color: #9a7b5e;*/ background-color: #008000; /*color: #fff;*/ } #accordion .badge-leadN, #badges .badge-leadN { background-color: #5cb85c; color: #fff; } #accordion .badge-leadLnA, #badges .badge-leadLnA { background-color: #008080; color: #fff; } #accordion .btn-Tlist { background-color: #df3838; border-color: #da2323; } #accordion .btn-Clist { background-color: #FFA500; border-color: #e69500; } /*Para los cuadros del código de colores*/ .color-box { width: 10px; height: 10px; display: inline-block; background-color: #ccc; position: absolute; left: 12px; top: 15px; } .color-title { padding-left: 10px; } /*.color-div { float: right; }*/ /*Para el simbolo de exclamación de los contactos invalidos*/ .fa-exclamation-triangle { color: #337ab7; } /*para el simbolo de exclamación sobre el td de la llamada*/ #accordion .fa-exclamation-triangle { margin-left: 7px; } .color-title .fa { margin-right: 5px; } .ex-red { color: #d9534f; } /*para el checkbox "otros" del form*/ #llamada-form .checkbox { margin-top: -14px; } /*List Group Horizontal-------------------*/ .list-group-horizontal { /*text-align: center;*/ margin-left: 5px; } .list-group-horizontal .list-group-item { display: inline-block; width: 106px; } .list-group-horizontal .list-group-item { margin-bottom: 0; margin-left:-4px; margin-right: 0; margin-top: 10px; } .list-group-horizontal .list-group-item:first-child { border-top-right-radius:0; border-bottom-left-radius:4px; } .list-group-horizontal .list-group-item:last-child { border-top-right-radius:4px; border-bottom-left-radius:0; } #lista-horas p { margin: 0 0 0 5px; } #lista-horas a { color: #333; } .totNums { font-weight: bold; } #tot-title { font-weight: bold; width: 90px; } /*List Group Horizontal-------------------*/ .fecha_asign { font-size: 12px; } #llamada-form .checkbox label:nth-child(2) { margin-left: 10px; } #llamada-form .checkbox .boldText { font-weight: bold; color: #d9534f; } .llamadaSal .fecha_llamada, .llamadaSal .num_llamada { /*background-color: #f2afaf;*/ color: #df3838; font-weight: bold; } .llamadaSal .cont_llamada { color: #df3838; } #userLogin p { margin-top: 15px; color: #e5e5e5; } #userLogin li a { color: #337ab7; } #asunto_modal { margin: 20vh auto 0px auto; }
0.305905
0.098252
top: 0%; position: relative; height: 100%; width: 50%; border: 1px solid black; float: left; background-color: #212F3D; opacity: 0.9; filter: alpha(opacity=10); } #right { position: relative; margin-left: 50%; width: 50%; height: 100%; background-color: =black; color: yellow; } #answer { position: relative; padding-left: 80px; width:500px; bottom:0; } .animate{ !border: 1px solid green; border: 1px solid #000; -webkit-animation: animate_bg 5s; animation: animate_bg 5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } @keyframes animate_bg { 0% {background:red;} 25% {background: yellow;} 50% {background:green;} 100% {background:blue;} } @-webkit-keyframes animate_bg { 0% {background:red;} 25% {background: yellow;} 50% {background:green;} 100% {background:blue;} } #main { position: absolute; width: 100%; height: 100%; !margin: auto; } #table-div { !border: 1px solid blue; display: block; } #board{ margin: auto; margin-top: 5% } body { margin: 0%; padding: 0%; } .my-legend { display: block; !border: 1px solid blue; position: relative; padding-top: 20px; } .legend-labels { list-style: none; } .legend-labels li { float: left; margin-right: 10px; } .legend-labels span { border: 2px solid #000000; float: left; width: 12px; height: 12px; margin: 2px; } .legend-labels .correct { background-color: #00ff00; } #correct { margin-left: 0px; color: white; font-weight: bold; } .legend-labels .danger { background-color: #ff0000; !text-align: right; } #danger{ margin-left: 10%; color: white; font-weight: bold; } .legend-labels .unattempted { background-color: #ffffff; } #unattempted { margin-left: 11%; color: white; font-weight: bold; } .legend-labels .current { background-color: #ffff00; } #current{ position: relative; margin-left: 12%; color: white; font-weight: bold; } .legend-title{ margin: auto; text-align: center; font-weight: bold; color: white; } .clearer{ height: 0; clear: both; } input[type=text], select { width: 400px; padding: 10px 20px; margin: 30px 20px; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } input[type=submit] { width: 200px; height: 200px color: white; padding: 14px 20px; margin-left: 100px; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; color: white; background-color: #2B95E8 } input[type=submit]:hover { background-color: #45a049; } .input1{ border-radius: 5px; height: 200px; background-color: #f2f2f2; padding: 10px; margin-left: 20px; margin-top: 20px; margin-right: 20px; } .question{ position: relative; margin: auto; width: 600px; border: 3px solid #73AD21; padding: 10px; font-family: Sans-Serif; font-weight: bold; background-color: black; color:yellow; }
first.css
top: 0%; position: relative; height: 100%; width: 50%; border: 1px solid black; float: left; background-color: #212F3D; opacity: 0.9; filter: alpha(opacity=10); } #right { position: relative; margin-left: 50%; width: 50%; height: 100%; background-color: =black; color: yellow; } #answer { position: relative; padding-left: 80px; width:500px; bottom:0; } .animate{ !border: 1px solid green; border: 1px solid #000; -webkit-animation: animate_bg 5s; animation: animate_bg 5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } @keyframes animate_bg { 0% {background:red;} 25% {background: yellow;} 50% {background:green;} 100% {background:blue;} } @-webkit-keyframes animate_bg { 0% {background:red;} 25% {background: yellow;} 50% {background:green;} 100% {background:blue;} } #main { position: absolute; width: 100%; height: 100%; !margin: auto; } #table-div { !border: 1px solid blue; display: block; } #board{ margin: auto; margin-top: 5% } body { margin: 0%; padding: 0%; } .my-legend { display: block; !border: 1px solid blue; position: relative; padding-top: 20px; } .legend-labels { list-style: none; } .legend-labels li { float: left; margin-right: 10px; } .legend-labels span { border: 2px solid #000000; float: left; width: 12px; height: 12px; margin: 2px; } .legend-labels .correct { background-color: #00ff00; } #correct { margin-left: 0px; color: white; font-weight: bold; } .legend-labels .danger { background-color: #ff0000; !text-align: right; } #danger{ margin-left: 10%; color: white; font-weight: bold; } .legend-labels .unattempted { background-color: #ffffff; } #unattempted { margin-left: 11%; color: white; font-weight: bold; } .legend-labels .current { background-color: #ffff00; } #current{ position: relative; margin-left: 12%; color: white; font-weight: bold; } .legend-title{ margin: auto; text-align: center; font-weight: bold; color: white; } .clearer{ height: 0; clear: both; } input[type=text], select { width: 400px; padding: 10px 20px; margin: 30px 20px; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } input[type=submit] { width: 200px; height: 200px color: white; padding: 14px 20px; margin-left: 100px; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; color: white; background-color: #2B95E8 } input[type=submit]:hover { background-color: #45a049; } .input1{ border-radius: 5px; height: 200px; background-color: #f2f2f2; padding: 10px; margin-left: 20px; margin-top: 20px; margin-right: 20px; } .question{ position: relative; margin: auto; width: 600px; border: 3px solid #73AD21; padding: 10px; font-family: Sans-Serif; font-weight: bold; background-color: black; color:yellow; }
0.469763
0.07579
main { overflow:hidden; } main #stick { /*left: auto !important;*/ background: #ec008c; color: #fff; margin: 0; position: absolute; left: 0; right: 0; transition: none; } /* !important because it's a crappy demo and I cannot be bothered to fix current specificity issues */ main .sticky { position: fixed !important; } main .bottom { position: absolute !important; bottom: 0; } main .normal { position: absolute !important; } main #stick code { display: none; } .normal .normalCSS { display:block !important; } .sticky .stickyCSS { display:block !important; } .bottom .bottomCSS { display:block !important; } main dd { margin-bottom: 2em; display: block; } main dt { margin-top: 5em; } .demo { padding: 3em; border: 1px solid #ddd; } .spacer, p { margin-bottom:1em; clear:both; } /* STICKY ---------------*/ .stick-spacer { padding-bottom: 420px; background-color: #fff; } #stick { height: 120px; padding: 1em; border: 1px solid #333; transition: all 0.2s; display: block; } /* IMAGE SEQUENCE ---------------*/ #sequence { width: 320px; height: 303px; border: 3px solid #000; margin-bottom: 2em; } #sequence img { opacity: 0; position: absolute; /*top: 0;*/ transition: opacity 0.2s; } /* PARALLAX ---------------*/ .item { position:absolute; z-index:-1; opacity:0.5; background:#ccc; width:40px; height:40px; line-height:40px; border-radius:20px; text-align: center; } .item:nth-child(1) { top:0%; left:10% } .item:nth-child(2) { top:0%; left:30% } .item:nth-child(3) { top:0%; left:50% } .item:nth-child(4) { top:0%; left:70% } .item:nth-child(5) { top:0%; left:90% } p.parallax { color: #ddd; z-index:-1 } .clip { padding-bottom: 56.25%; position: relative; overflow:hidden; margin-bottom: 2em; background-color: #ccc; } #parallax { position: absolute; background-image: url("images/pastoral.jpg"); background-position: 50% 50%; background-size: cover; top: -250px; width: 100%; height: calc(100% + 250px); } #parallax-2 { position: absolute; background-image: url("images/pasture.jpg"); background-position: 50% 50%; background-size: cover; bottom: -250px; width: 100%; height: calc(100% + 250px); } /* CSS TOGGLE ---------------*/ .transition { transition: all 0.2s; padding: 1em; } .red { color: red; transform: translateX(30px); } .blue { color: blue; transform: rotate(10deg); } .green { color: green; border: 1px solid green; transform: scale(1.3); } .red.blue { background: rgba(255, 0, 255, 0.3); }
demo/styles.css
main { overflow:hidden; } main #stick { /*left: auto !important;*/ background: #ec008c; color: #fff; margin: 0; position: absolute; left: 0; right: 0; transition: none; } /* !important because it's a crappy demo and I cannot be bothered to fix current specificity issues */ main .sticky { position: fixed !important; } main .bottom { position: absolute !important; bottom: 0; } main .normal { position: absolute !important; } main #stick code { display: none; } .normal .normalCSS { display:block !important; } .sticky .stickyCSS { display:block !important; } .bottom .bottomCSS { display:block !important; } main dd { margin-bottom: 2em; display: block; } main dt { margin-top: 5em; } .demo { padding: 3em; border: 1px solid #ddd; } .spacer, p { margin-bottom:1em; clear:both; } /* STICKY ---------------*/ .stick-spacer { padding-bottom: 420px; background-color: #fff; } #stick { height: 120px; padding: 1em; border: 1px solid #333; transition: all 0.2s; display: block; } /* IMAGE SEQUENCE ---------------*/ #sequence { width: 320px; height: 303px; border: 3px solid #000; margin-bottom: 2em; } #sequence img { opacity: 0; position: absolute; /*top: 0;*/ transition: opacity 0.2s; } /* PARALLAX ---------------*/ .item { position:absolute; z-index:-1; opacity:0.5; background:#ccc; width:40px; height:40px; line-height:40px; border-radius:20px; text-align: center; } .item:nth-child(1) { top:0%; left:10% } .item:nth-child(2) { top:0%; left:30% } .item:nth-child(3) { top:0%; left:50% } .item:nth-child(4) { top:0%; left:70% } .item:nth-child(5) { top:0%; left:90% } p.parallax { color: #ddd; z-index:-1 } .clip { padding-bottom: 56.25%; position: relative; overflow:hidden; margin-bottom: 2em; background-color: #ccc; } #parallax { position: absolute; background-image: url("images/pastoral.jpg"); background-position: 50% 50%; background-size: cover; top: -250px; width: 100%; height: calc(100% + 250px); } #parallax-2 { position: absolute; background-image: url("images/pasture.jpg"); background-position: 50% 50%; background-size: cover; bottom: -250px; width: 100%; height: calc(100% + 250px); } /* CSS TOGGLE ---------------*/ .transition { transition: all 0.2s; padding: 1em; } .red { color: red; transform: translateX(30px); } .blue { color: blue; transform: rotate(10deg); } .green { color: green; border: 1px solid green; transform: scale(1.3); } .red.blue { background: rgba(255, 0, 255, 0.3); }
0.382487
0.089694
main { width: 500px; height: 310px; position: relative; } div { display: none; position: absolute; will-change: offset-distance; border-radius: 50%; width: 10px; height: 10px; background: hsl(313,100%,50%); offset-path: path("M250 397l-6-5C115 287 80 250 80 190c0-50 40-90 90-90 41 0 64 23 80 41 16-18 39-41 80-41 50 0 90 40 90 90 0 60-35 97-164 202l-6 5z"); } div:nth-of-type(3n+2) { background: rgb(43, 1, 13) } div:nth-of-type(3n+3) { background: rgb(24, 5, 0) } body { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 100vh; background: #09099b; background: radial-gradient(circle, #cf2c9e, #0e0ead); color: #efefff; font-family: -apple-system, "Segoe UI", "Roboto", sans-serif; overflow-x: hidden; } main { transform: scale(.5); transform-origin: 50% 25%; animation: spin 10s 0s infinite alternate ease-in-out; z-index: -1; } @keyframes spin { 0% { transform: translateY(-20%) scale(.75) rotateZ(-12deg); } 100% { transform: translateY(-20%) scale(.75) rotateZ(12deg); } } aside { color: #efefff; position: absolute; bottom: 0; padding: .5rem 1rem; line-height: 1.4; left: 0; text-align: center; width: 100%; } form { display: flex; flex-direction: column; align-items: center; display: none; } label { padding-bottom: .5rem; } input { width: 15rem; position: relative; } input::before { content: '1x'; position: absolute; left: -1.25rem; color: #efefff; opacity: .8; } input::after { content: attr(max) 'x'; position: absolute; left: calc(100% + 0.5rem); color: #efefff; opacity: .8; } @supports (motion-offset: 100%) or (offset-distance: 100%) { svg, aside { display: none; } div { display: block; } form { display: flex; } } * { box-sizing: border-box; }
css/motion.css
main { width: 500px; height: 310px; position: relative; } div { display: none; position: absolute; will-change: offset-distance; border-radius: 50%; width: 10px; height: 10px; background: hsl(313,100%,50%); offset-path: path("M250 397l-6-5C115 287 80 250 80 190c0-50 40-90 90-90 41 0 64 23 80 41 16-18 39-41 80-41 50 0 90 40 90 90 0 60-35 97-164 202l-6 5z"); } div:nth-of-type(3n+2) { background: rgb(43, 1, 13) } div:nth-of-type(3n+3) { background: rgb(24, 5, 0) } body { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 100vh; background: #09099b; background: radial-gradient(circle, #cf2c9e, #0e0ead); color: #efefff; font-family: -apple-system, "Segoe UI", "Roboto", sans-serif; overflow-x: hidden; } main { transform: scale(.5); transform-origin: 50% 25%; animation: spin 10s 0s infinite alternate ease-in-out; z-index: -1; } @keyframes spin { 0% { transform: translateY(-20%) scale(.75) rotateZ(-12deg); } 100% { transform: translateY(-20%) scale(.75) rotateZ(12deg); } } aside { color: #efefff; position: absolute; bottom: 0; padding: .5rem 1rem; line-height: 1.4; left: 0; text-align: center; width: 100%; } form { display: flex; flex-direction: column; align-items: center; display: none; } label { padding-bottom: .5rem; } input { width: 15rem; position: relative; } input::before { content: '1x'; position: absolute; left: -1.25rem; color: #efefff; opacity: .8; } input::after { content: attr(max) 'x'; position: absolute; left: calc(100% + 0.5rem); color: #efefff; opacity: .8; } @supports (motion-offset: 100%) or (offset-distance: 100%) { svg, aside { display: none; } div { display: block; } form { display: flex; } } * { box-sizing: border-box; }
0.601594
0.123948
* MIXINS FOR RESET */ /** * MIXINS FOR POSITIONING */ /** * @param width size. */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html { font-size: 16px; line-height: 1.15; -webkit-text-size-adjust: 100%; } body { font-size: 1em; margin: 0; padding: 0; } main { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } hr { -webkit-box-sizing: content-box; 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; -webkit-text-decoration: underline dotted; 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; } [type="button"], [type="reset"], [type="submit"], button { -webkit-appearance: button; } [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-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; } /*! fbc v1.0.0 | MIT License | github.com/davillenah/fbc */ .container { -webkit-box-sizing: border-box; box-sizing: border-box; margin-right: auto; margin-left: auto; padding-right: 1rem; padding-left: 1rem; } .col, .row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-right: -0.5rem; margin-left: -0.5rem; } .row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .row.reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .col.reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } @media (min-width: 600px) { .container { padding-left: 2%; padding-right: 2%; } } @media (min-width: 900px) { .container { padding-left: 2.5%; padding-right: 2.5%; } } @media (min-width: 1200px) { .container { padding-left: 3%; padding-right: 3%; } } @media (min-width: 1800px) { .container { padding-left: 4%; padding-right: 4%; } } [class^="col-"] { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem; } .col-all { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-all-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .col-all-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .col-all-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-all-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .col-all-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .col-all-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-all-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .col-all-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .col-all-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-all-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .col-all-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .col-all-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-all-offset-0 { margin-left: 0; } .col-all-offset-1 { margin-left: 8.33333%; } .col-all-offset-2 { margin-left: 16.66667%; } .col-all-offset-3 { margin-left: 25%; } .col-all-offset-4 { margin-left: 33.33333%; } .col-all-offset-5 { margin-left: 41.66667%; } .col-all-offset-6 { margin-left: 50%; } .col-all-offset-7 { margin-left: 58.33333%; } .col-all-offset-8 { margin-left: 66.66667%; } .col-all-offset-9 { margin-left: 75%; } .col-all-offset-10 { margin-left: 83.33333%; } .col-all-offset-11 { margin-left: 91.66667%; } .col-all-offset-12 { margin-left: 100%; } @media (min-width: 600px) { .col-xs { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-xs-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .col-xs-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .col-xs-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-xs-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .col-xs-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .col-xs-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-xs-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .col-xs-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .col-xs-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-xs-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .col-xs-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .col-xs-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-xs-offset-0 { margin-left: 0; } .col-xs-offset-1 { margin-left: 8.33333%; } .col-xs-offset-2 { margin-left: 16.66667%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-4 { margin-left: 33.33333%; } .col-xs-offset-5 { margin-left: 41.66667%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-7 { margin-left: 58.33333%; } .col-xs-offset-8 { margin-left: 66.66667%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-10 { margin-left: 83.33333%; } .col-xs-offset-11 { margin-left: 91.66667%; } .col-xs-offset-12 { margin-left: 100%; } } @media (min-width: 900px) { .col-sm { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-sm-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .col-sm-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .col-sm-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-sm-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .col-sm-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .col-sm-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-sm-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .col-sm-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .col-sm-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-sm-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .col-sm-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .col-sm-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-sm-offset-0 { margin-left: 0; } .col-sm-offset-1 { margin-left: 8.33333%; } .col-sm-offset-2 { margin-left: 16.66667%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.33333%; } .col-sm-offset-5 { margin-left: 41.66667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.33333%; } .col-sm-offset-8 { margin-left: 66.66667%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.33333%; } .col-sm-offset-11 { margin-left: 91.66667%; } .col-sm-offset-12 { margin-left: 100%; } } @media (min-width: 1200px) { .col-md { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-md-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .col-md-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .col-md-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-md-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .col-md-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .col-md-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-md-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .col-md-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .col-md-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-md-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .col-md-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .col-md-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-md-offset-0 { margin-left: 0; } .col-md-offset-1 { margin-left: 8.33333%; } .col-md-offset-2 { margin-left: 16.66667%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.33333%; } .col-md-offset-5 { margin-left: 41.66667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.33333%; } .col-md-offset-8 { margin-left: 66.66667%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.33333%; } .col-md-offset-11 { margin-left: 91.66667%; } .col-md-offset-12 { margin-left: 100%; } } @media (min-width: 1800px) { .col-lg { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-lg-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .col-lg-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .col-lg-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-lg-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .col-lg-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .col-lg-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-lg-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .col-lg-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .col-lg-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-lg-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .col-lg-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .col-lg-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-lg-offset-0 { margin-left: 0; } .col-lg-offset-1 { margin-left: 8.33333%; } .col-lg-offset-2 { margin-left: 16.66667%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.33333%; } .col-lg-offset-5 { margin-left: 41.66667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.33333%; } .col-lg-offset-8 { margin-left: 66.66667%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.33333%; } .col-lg-offset-11 { margin-left: 91.66667%; } .col-lg-offset-12 { margin-left: 100%; } } .border-box { -webkit-box-sizing: border-box; box-sizing: border-box; } .content-box { -webkit-box-sizing: content-box; box-sizing: content-box; } .text-justify-all { text-align: justify; } .text-left-all { text-align: left; } .text-center-all { text-align: center; } .text-right-all { text-align: right; } .distribution-left-all { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .distribution-center-all { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: auto; margin-right: auto; } .distribution-right-all { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .distribution-between-all { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .distribution-around-all { -ms-flex-pack: distribute; justify-content: space-around; } .content-top-all { -ms-flex-line-pack: start; align-content: flex-start; } .content-middle-all { -ms-flex-line-pack: center; align-content: center; } .content-bottom-all { -ms-flex-line-pack: end; align-content: flex-end; } .content-between-all { -ms-flex-line-pack: justify; align-content: space-between; } .content-around-all { -ms-flex-line-pack: distribute; align-content: space-around; } .content-evenly-all { -ms-flex-line-pack: space-evenly; align-content: space-evenly; } .items-top-all { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .items-middle-all { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .items-bottom-all { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .items-between-all { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; } .items-around-all { -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; } .items-evenly-all { -webkit-box-align: space-evenly; -ms-flex-align: space-evenly; align-items: space-evenly; } .self-top-all { -ms-flex-item-align: start; align-self: flex-start; } .self-middle-all { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .self-bottom-all { -ms-flex-item-align: end; align-self: flex-end; } .self-between-all { -ms-flex-item-align: space-between; -ms-grid-row-align: space-between; align-self: space-between; } .self-around-all { -ms-flex-item-align: space-around; -ms-grid-row-align: space-around; align-self: space-around; } .self-evenly-all { -ms-flex-item-align: space-evenly; -ms-grid-row-align: space-evenly; align-self: space-evenly; } @media (min-width: 600px) { .text-justify-xs { text-align: justify; } .text-left-xs { text-align: left; } .text-center-xs { text-align: center; } .text-right-xs { text-align: right; } .distribution-left-xs { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .distribution-center-xs { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .distribution-right-xs { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .distribution-between-xs { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .distribution-around-xs { -ms-flex-pack: distribute; justify-content: space-around; } .content-top-xs { -ms-flex-line-pack: start; align-content: flex-start; } .content-middle-xs { -ms-flex-line-pack: center; align-content: center; } .content-bottom-xs { -ms-flex-line-pack: end; align-content: flex-end; } .content-between-xs { -ms-flex-line-pack: justify; align-content: space-between; } .content-around-xs { -ms-flex-line-pack: distribute; align-content: space-around; } .content-evenly-xs { -ms-flex-line-pack: space-evenly; align-content: space-evenly; } .items-top-xs { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .items-middle-xs { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .items-bottom-xs { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .items-between-xs { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; } .items-around-xs { -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; } .items-evenly-xs { -webkit-box-align: space-evenly; -ms-flex-align: space-evenly; align-items: space-evenly; } .self-top-xs { -ms-flex-item-align: start; align-self: flex-start; } .self-middle-xs { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .self-bottom-xs { -ms-flex-item-align: end; align-self: flex-end; } .self-between-xs { -ms-flex-item-align: space-between; -ms-grid-row-align: space-between; align-self: space-between; } .self-around-xs { -ms-flex-item-align: space-around; -ms-grid-row-align: space-around; align-self: space-around; } .self-evenly-xs { -ms-flex-item-align: space-evenly; -ms-grid-row-align: space-evenly; align-self: space-evenly; } } @media (min-width: 900px) { .text-justify-sm { text-align: justify; } .text-left-sm { text-align: left; } .text-center-sm { text-align: center; } .text-right-sm { text-align: right; } .distribution-left-sm { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .distribution-center-sm { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .distribution-right-sm { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .distribution-between-sm { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .distribution-around-sm { -ms-flex-pack: distribute; justify-content: space-around; } .content-top-sm { -ms-flex-line-pack: start; align-content: flex-start; } .content-middle-sm { -ms-flex-line-pack: center; align-content: center; } .content-bottom-sm { -ms-flex-line-pack: end; align-content: flex-end; } .content-between-sm { -ms-flex-line-pack: justify; align-content: space-between; } .content-around-sm { -ms-flex-line-pack: distribute; align-content: space-around; } .content-evenly-sm { -ms-flex-line-pack: space-evenly; align-content: space-evenly; } .items-top-sm { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .items-middle-sm { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .items-bottom-sm { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .items-between-sm { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; } .items-around-sm { -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; } .items-evenly-sm { -webkit-box-align: space-evenly; -ms-flex-align: space-evenly; align-items: space-evenly; } .self-top-sm { -ms-flex-item-align: start; align-self: flex-start; } .self-middle-sm { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .self-bottom-sm { -ms-flex-item-align: end; align-self: flex-end; } .self-between-sm { -ms-flex-item-align: space-between; -ms-grid-row-align: space-between; align-self: space-between; } .self-around-sm { -ms-flex-item-align: space-around; -ms-grid-row-align: space-around; align-self: space-around; } .self-evenly-sm { -ms-flex-item-align: space-evenly; -ms-grid-row-align: space-evenly; align-self: space-evenly; } } @media (min-width: 1200px) { .text-justify-md { text-align: justify; } .text-left-md { text-align: left; } .text-center-md { text-align: center; } .text-right-md { text-align: right; } .distribution-left-md { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .distribution-center-md { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .distribution-right-md { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .distribution-between-md { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .distribution-around-md { -ms-flex-pack: distribute; justify-content: space-around; } .content-top-md { -ms-flex-line-pack: start; align-content: flex-start; } .content-middle-md { -ms-flex-line-pack: center; align-content: center; } .content-bottom-md { -ms-flex-line-pack: end; align-content: flex-end; } .content-between-md { -ms-flex-line-pack: justify; align-content: space-between; } .content-around-md { -ms-flex-line-pack: distribute; align-content: space-around; } .content-evenly-md { -ms-flex-line-pack: space-evenly; align-content: space-evenly; } .items-top-md { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .items-middle-md { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .items-bottom-md { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .items-between-md { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; } .items-around-md { -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; } .items-evenly-md { -webkit-box-align: space-evenly; -ms-flex-align: space-evenly; align-items: space-evenly; } .self-top-md { -ms-flex-item-align: start; align-self: flex-start; } .self-middle-md { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .self-bottom-md { -ms-flex-item-align: end; align-self: flex-end; } .self-between-md { -ms-flex-item-align: space-between; -ms-grid-row-align: space-between; align-self: space-between; } .self-around-md { -ms-flex-item-align: space-around; -ms-grid-row-align: space-around; align-self: space-around; } .self-evenly-md { -ms-flex-item-align: space-evenly; -ms-grid-row-align: space-evenly; align-self: space-evenly; } } @media (min-width: 1800px) { .text-justify-lg { text-align: justify; } .text-left-lg { text-align: left; } .text-center-lg { text-align: center; } .text-right-lg { text-align: right; } .distribution-left-lg { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .distribution-center-lg { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .distribution-right-lg { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .distribution-between-lg { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .distribution-around-lg { -ms-flex-pack: distribute; justify-content: space-around; } .content-top-lg { -ms-flex-line-pack: start; align-content: flex-start; } .content-middle-lg { -ms-flex-line-pack: center; align-content: center; } .content-bottom-lg { -ms-flex-line-pack: end; align-content: flex-end; } .content-between-lg { -ms-flex-line-pack: justify; align-content: space-between; } .content-around-lg { -ms-flex-line-pack: distribute; align-content: space-around; } .content-evenly-lg { -ms-flex-line-pack: space-evenly; align-content: space-evenly; } .items-top-lg { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .items-middle-lg { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .items-bottom-lg { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .items-between-lg { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; } .items-around-lg { -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; } .items-evenly-lg { -webkit-box-align: space-evenly; -ms-flex-align: space-evenly; align-items: space-evenly; } .self-top-lg { -ms-flex-item-align: start; align-self: flex-start; } .self-middle-lg { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .self-bottom-lg { -ms-flex-item-align: end; align-self: flex-end; } .self-between-lg { -ms-flex-item-align: space-between; -ms-grid-row-align: space-between; align-self: space-between; } .self-around-lg { -ms-flex-item-align: space-around; -ms-grid-row-align: space-around; align-self: space-around; } .self-evenly-lg { -ms-flex-item-align: space-evenly; -ms-grid-row-align: space-evenly; align-self: space-evenly; } } .all-hidden-on { display: none; } @media (min-width: 600px) { .xs-hidden-off { display: initial; } } @-webkit-keyframes background-image-movement { 0% { background-position: 0% 50%; } 50% { background-position: 50% 100%; } 100% { background-position: 100% 50%; } } @keyframes background-image-movement { 0% { background-position: 0% 50%; } 50% { background-position: 50% 100%; } 100% { background-position: 100% 50%; } } /** * RESET FOR MAIN CONTAINERS */ body { font-size: 0.75em; background-color: black; } footer { font-size: 1.3em; } /** * RESET FOR ALL ELEMENT */ * { max-width: 100%; } /** * RESET FOR FBG CSS */ .container { padding: 0 5px; } .row, .row.reverse, .col, .col.reverse, [class*="col-"] { margin: 0; padding: 0; } /** * RESET FOR ALL LINK */ a { display: block; text-decoration: none; font-family: inherit; color: inherit; width: 100%; } a:link, a:visited, a:hover, a:focus, a:active { color: inherit; } /** * RESET FOR ALL LIST */ ul, ol { list-style: none; padding: 0; } /** * BASE FOR ALL DEVICE */ * { font-family: "PT Mono", monospace; color: bisque; } /** * BASE FOR MENU */ .logo { font-family: "Montserrat Subrayada", sans-serif; font-size: 1.78em; } .relative { position: relative; } #header { height: 100vh; background: black; background-image: url(https://wallpaperset.com/w/full/0/5/b/476362.jpg); background-position: top center; background-repeat: no-repeat; background-size: cover; background-clip: border-box; } .header_name { margin: 0 auto; width: -webkit-max-content; width: -moz-max-content; width: max-content; } .im { position: absolute; left: 0; } @media (min-width: 600px) { .im { font-size: 1.3em; } } .im_my-name { font-family: "Montserrat Subrayada", sans-serif; /** * CONTAINER 0% { background-position: 0% 25%; } 25% { background-position: 25% 50%; } 50% { background-position: 50% 75%; } 75% { background-position: 75% 100%; } */ display: block; color: transparent; /** * BACKGROUND IMAGE */ background-image: url(https://image.freepik.com/vector-gratis/banner-3d-metalico-rojo-oscuro-abstracto-moderno_105555-76.jpg); background-position: center; background-repeat: repeat-y; background-size: content; background-clip: text; /** * ANIMATE BACKGROUND IMAGE */ -webkit-animation: background-image-movement 100s ease infinite; animation: background-image-movement 100s ease infinite; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } @media (min-width: 600px) { .im_my-name { font-size: 1.5em; } } #bar { text-transform: uppercase; } @media (min-width: 600px) { #bar ul { height: 50px; } #bar ul li { line-height: normal; } } .bar_icon { padding-right: 1.5rem; font-size: 2em; line-height: 3em; color: whitesmoke; text-align: right; } @media (min-width: 600px) { .bar_icon { display: none; } } .bar_menu { height: 250px; } .bar_menu li { border: 1px solid transparent; border-radius: 20%; -webkit-transition: all 0.5s; transition: all 0.5s; line-height: 25px; } .bar_menu li:hover, .bar_menu li:focus { border-top-color: orangered; border-bottom-color: orangered; line-height: 50px; } @media (min-width: 600px) { #footer { padding-right: 3rem; } } .footer_social-networks li { line-height: 50px; } @media (max-width: 599px) { .footer_social-networks li:nth-child(1) a, .footer_social-networks li:nth-child(2) a, .footer_social-networks li:nth-child(3) a { padding-bottom: 0.75rem; } .footer_social-networks li:nth-child(4) { padding-left: 4rem; } .footer_social-networks li:nth-child(4) a { padding-top: 0.75rem; } .footer_social-networks li:nth-child(5) { padding-right: 4rem; } .footer_social-networks li:nth-child(5) a { padding-top: 0.75rem; } } .footer_social-networks li a { outline: 1px solid black; padding-top: 1.5rem; padding-bottom: 1.5rem; font-size: 1.15em; } @media (min-width: 600px) { .footer_social-networks li a { font-size: 1.5em; } } /*# sourceMappingURL=main.css.map */
assets/sass/main.css
* MIXINS FOR RESET */ /** * MIXINS FOR POSITIONING */ /** * @param width size. */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html { font-size: 16px; line-height: 1.15; -webkit-text-size-adjust: 100%; } body { font-size: 1em; margin: 0; padding: 0; } main { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } hr { -webkit-box-sizing: content-box; 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; -webkit-text-decoration: underline dotted; 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; } [type="button"], [type="reset"], [type="submit"], button { -webkit-appearance: button; } [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-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; } /*! fbc v1.0.0 | MIT License | github.com/davillenah/fbc */ .container { -webkit-box-sizing: border-box; box-sizing: border-box; margin-right: auto; margin-left: auto; padding-right: 1rem; padding-left: 1rem; } .col, .row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-right: -0.5rem; margin-left: -0.5rem; } .row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .row.reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .col.reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } @media (min-width: 600px) { .container { padding-left: 2%; padding-right: 2%; } } @media (min-width: 900px) { .container { padding-left: 2.5%; padding-right: 2.5%; } } @media (min-width: 1200px) { .container { padding-left: 3%; padding-right: 3%; } } @media (min-width: 1800px) { .container { padding-left: 4%; padding-right: 4%; } } [class^="col-"] { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem; } .col-all { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-all-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .col-all-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .col-all-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-all-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .col-all-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .col-all-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-all-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .col-all-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .col-all-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-all-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .col-all-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .col-all-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-all-offset-0 { margin-left: 0; } .col-all-offset-1 { margin-left: 8.33333%; } .col-all-offset-2 { margin-left: 16.66667%; } .col-all-offset-3 { margin-left: 25%; } .col-all-offset-4 { margin-left: 33.33333%; } .col-all-offset-5 { margin-left: 41.66667%; } .col-all-offset-6 { margin-left: 50%; } .col-all-offset-7 { margin-left: 58.33333%; } .col-all-offset-8 { margin-left: 66.66667%; } .col-all-offset-9 { margin-left: 75%; } .col-all-offset-10 { margin-left: 83.33333%; } .col-all-offset-11 { margin-left: 91.66667%; } .col-all-offset-12 { margin-left: 100%; } @media (min-width: 600px) { .col-xs { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-xs-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .col-xs-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .col-xs-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-xs-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .col-xs-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .col-xs-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-xs-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .col-xs-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .col-xs-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-xs-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .col-xs-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .col-xs-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-xs-offset-0 { margin-left: 0; } .col-xs-offset-1 { margin-left: 8.33333%; } .col-xs-offset-2 { margin-left: 16.66667%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-4 { margin-left: 33.33333%; } .col-xs-offset-5 { margin-left: 41.66667%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-7 { margin-left: 58.33333%; } .col-xs-offset-8 { margin-left: 66.66667%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-10 { margin-left: 83.33333%; } .col-xs-offset-11 { margin-left: 91.66667%; } .col-xs-offset-12 { margin-left: 100%; } } @media (min-width: 900px) { .col-sm { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-sm-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .col-sm-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .col-sm-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-sm-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .col-sm-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .col-sm-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-sm-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .col-sm-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .col-sm-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-sm-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .col-sm-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .col-sm-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-sm-offset-0 { margin-left: 0; } .col-sm-offset-1 { margin-left: 8.33333%; } .col-sm-offset-2 { margin-left: 16.66667%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.33333%; } .col-sm-offset-5 { margin-left: 41.66667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.33333%; } .col-sm-offset-8 { margin-left: 66.66667%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.33333%; } .col-sm-offset-11 { margin-left: 91.66667%; } .col-sm-offset-12 { margin-left: 100%; } } @media (min-width: 1200px) { .col-md { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-md-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .col-md-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .col-md-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-md-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .col-md-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .col-md-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-md-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .col-md-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .col-md-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-md-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .col-md-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .col-md-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-md-offset-0 { margin-left: 0; } .col-md-offset-1 { margin-left: 8.33333%; } .col-md-offset-2 { margin-left: 16.66667%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.33333%; } .col-md-offset-5 { margin-left: 41.66667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.33333%; } .col-md-offset-8 { margin-left: 66.66667%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.33333%; } .col-md-offset-11 { margin-left: 91.66667%; } .col-md-offset-12 { margin-left: 100%; } } @media (min-width: 1800px) { .col-lg { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-lg-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; max-width: 8.33333%; } .col-lg-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; max-width: 16.66667%; } .col-lg-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-lg-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; max-width: 33.33333%; } .col-lg-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; max-width: 41.66667%; } .col-lg-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-lg-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; max-width: 58.33333%; } .col-lg-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; max-width: 66.66667%; } .col-lg-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-lg-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; max-width: 83.33333%; } .col-lg-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; max-width: 91.66667%; } .col-lg-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-lg-offset-0 { margin-left: 0; } .col-lg-offset-1 { margin-left: 8.33333%; } .col-lg-offset-2 { margin-left: 16.66667%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.33333%; } .col-lg-offset-5 { margin-left: 41.66667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.33333%; } .col-lg-offset-8 { margin-left: 66.66667%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.33333%; } .col-lg-offset-11 { margin-left: 91.66667%; } .col-lg-offset-12 { margin-left: 100%; } } .border-box { -webkit-box-sizing: border-box; box-sizing: border-box; } .content-box { -webkit-box-sizing: content-box; box-sizing: content-box; } .text-justify-all { text-align: justify; } .text-left-all { text-align: left; } .text-center-all { text-align: center; } .text-right-all { text-align: right; } .distribution-left-all { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .distribution-center-all { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: auto; margin-right: auto; } .distribution-right-all { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .distribution-between-all { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .distribution-around-all { -ms-flex-pack: distribute; justify-content: space-around; } .content-top-all { -ms-flex-line-pack: start; align-content: flex-start; } .content-middle-all { -ms-flex-line-pack: center; align-content: center; } .content-bottom-all { -ms-flex-line-pack: end; align-content: flex-end; } .content-between-all { -ms-flex-line-pack: justify; align-content: space-between; } .content-around-all { -ms-flex-line-pack: distribute; align-content: space-around; } .content-evenly-all { -ms-flex-line-pack: space-evenly; align-content: space-evenly; } .items-top-all { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .items-middle-all { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .items-bottom-all { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .items-between-all { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; } .items-around-all { -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; } .items-evenly-all { -webkit-box-align: space-evenly; -ms-flex-align: space-evenly; align-items: space-evenly; } .self-top-all { -ms-flex-item-align: start; align-self: flex-start; } .self-middle-all { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .self-bottom-all { -ms-flex-item-align: end; align-self: flex-end; } .self-between-all { -ms-flex-item-align: space-between; -ms-grid-row-align: space-between; align-self: space-between; } .self-around-all { -ms-flex-item-align: space-around; -ms-grid-row-align: space-around; align-self: space-around; } .self-evenly-all { -ms-flex-item-align: space-evenly; -ms-grid-row-align: space-evenly; align-self: space-evenly; } @media (min-width: 600px) { .text-justify-xs { text-align: justify; } .text-left-xs { text-align: left; } .text-center-xs { text-align: center; } .text-right-xs { text-align: right; } .distribution-left-xs { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .distribution-center-xs { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .distribution-right-xs { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .distribution-between-xs { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .distribution-around-xs { -ms-flex-pack: distribute; justify-content: space-around; } .content-top-xs { -ms-flex-line-pack: start; align-content: flex-start; } .content-middle-xs { -ms-flex-line-pack: center; align-content: center; } .content-bottom-xs { -ms-flex-line-pack: end; align-content: flex-end; } .content-between-xs { -ms-flex-line-pack: justify; align-content: space-between; } .content-around-xs { -ms-flex-line-pack: distribute; align-content: space-around; } .content-evenly-xs { -ms-flex-line-pack: space-evenly; align-content: space-evenly; } .items-top-xs { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .items-middle-xs { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .items-bottom-xs { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .items-between-xs { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; } .items-around-xs { -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; } .items-evenly-xs { -webkit-box-align: space-evenly; -ms-flex-align: space-evenly; align-items: space-evenly; } .self-top-xs { -ms-flex-item-align: start; align-self: flex-start; } .self-middle-xs { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .self-bottom-xs { -ms-flex-item-align: end; align-self: flex-end; } .self-between-xs { -ms-flex-item-align: space-between; -ms-grid-row-align: space-between; align-self: space-between; } .self-around-xs { -ms-flex-item-align: space-around; -ms-grid-row-align: space-around; align-self: space-around; } .self-evenly-xs { -ms-flex-item-align: space-evenly; -ms-grid-row-align: space-evenly; align-self: space-evenly; } } @media (min-width: 900px) { .text-justify-sm { text-align: justify; } .text-left-sm { text-align: left; } .text-center-sm { text-align: center; } .text-right-sm { text-align: right; } .distribution-left-sm { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .distribution-center-sm { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .distribution-right-sm { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .distribution-between-sm { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .distribution-around-sm { -ms-flex-pack: distribute; justify-content: space-around; } .content-top-sm { -ms-flex-line-pack: start; align-content: flex-start; } .content-middle-sm { -ms-flex-line-pack: center; align-content: center; } .content-bottom-sm { -ms-flex-line-pack: end; align-content: flex-end; } .content-between-sm { -ms-flex-line-pack: justify; align-content: space-between; } .content-around-sm { -ms-flex-line-pack: distribute; align-content: space-around; } .content-evenly-sm { -ms-flex-line-pack: space-evenly; align-content: space-evenly; } .items-top-sm { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .items-middle-sm { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .items-bottom-sm { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .items-between-sm { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; } .items-around-sm { -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; } .items-evenly-sm { -webkit-box-align: space-evenly; -ms-flex-align: space-evenly; align-items: space-evenly; } .self-top-sm { -ms-flex-item-align: start; align-self: flex-start; } .self-middle-sm { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .self-bottom-sm { -ms-flex-item-align: end; align-self: flex-end; } .self-between-sm { -ms-flex-item-align: space-between; -ms-grid-row-align: space-between; align-self: space-between; } .self-around-sm { -ms-flex-item-align: space-around; -ms-grid-row-align: space-around; align-self: space-around; } .self-evenly-sm { -ms-flex-item-align: space-evenly; -ms-grid-row-align: space-evenly; align-self: space-evenly; } } @media (min-width: 1200px) { .text-justify-md { text-align: justify; } .text-left-md { text-align: left; } .text-center-md { text-align: center; } .text-right-md { text-align: right; } .distribution-left-md { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .distribution-center-md { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .distribution-right-md { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .distribution-between-md { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .distribution-around-md { -ms-flex-pack: distribute; justify-content: space-around; } .content-top-md { -ms-flex-line-pack: start; align-content: flex-start; } .content-middle-md { -ms-flex-line-pack: center; align-content: center; } .content-bottom-md { -ms-flex-line-pack: end; align-content: flex-end; } .content-between-md { -ms-flex-line-pack: justify; align-content: space-between; } .content-around-md { -ms-flex-line-pack: distribute; align-content: space-around; } .content-evenly-md { -ms-flex-line-pack: space-evenly; align-content: space-evenly; } .items-top-md { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .items-middle-md { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .items-bottom-md { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .items-between-md { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; } .items-around-md { -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; } .items-evenly-md { -webkit-box-align: space-evenly; -ms-flex-align: space-evenly; align-items: space-evenly; } .self-top-md { -ms-flex-item-align: start; align-self: flex-start; } .self-middle-md { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .self-bottom-md { -ms-flex-item-align: end; align-self: flex-end; } .self-between-md { -ms-flex-item-align: space-between; -ms-grid-row-align: space-between; align-self: space-between; } .self-around-md { -ms-flex-item-align: space-around; -ms-grid-row-align: space-around; align-self: space-around; } .self-evenly-md { -ms-flex-item-align: space-evenly; -ms-grid-row-align: space-evenly; align-self: space-evenly; } } @media (min-width: 1800px) { .text-justify-lg { text-align: justify; } .text-left-lg { text-align: left; } .text-center-lg { text-align: center; } .text-right-lg { text-align: right; } .distribution-left-lg { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .distribution-center-lg { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .distribution-right-lg { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .distribution-between-lg { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .distribution-around-lg { -ms-flex-pack: distribute; justify-content: space-around; } .content-top-lg { -ms-flex-line-pack: start; align-content: flex-start; } .content-middle-lg { -ms-flex-line-pack: center; align-content: center; } .content-bottom-lg { -ms-flex-line-pack: end; align-content: flex-end; } .content-between-lg { -ms-flex-line-pack: justify; align-content: space-between; } .content-around-lg { -ms-flex-line-pack: distribute; align-content: space-around; } .content-evenly-lg { -ms-flex-line-pack: space-evenly; align-content: space-evenly; } .items-top-lg { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .items-middle-lg { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .items-bottom-lg { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .items-between-lg { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; } .items-around-lg { -webkit-box-align: space-around; -ms-flex-align: space-around; align-items: space-around; } .items-evenly-lg { -webkit-box-align: space-evenly; -ms-flex-align: space-evenly; align-items: space-evenly; } .self-top-lg { -ms-flex-item-align: start; align-self: flex-start; } .self-middle-lg { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .self-bottom-lg { -ms-flex-item-align: end; align-self: flex-end; } .self-between-lg { -ms-flex-item-align: space-between; -ms-grid-row-align: space-between; align-self: space-between; } .self-around-lg { -ms-flex-item-align: space-around; -ms-grid-row-align: space-around; align-self: space-around; } .self-evenly-lg { -ms-flex-item-align: space-evenly; -ms-grid-row-align: space-evenly; align-self: space-evenly; } } .all-hidden-on { display: none; } @media (min-width: 600px) { .xs-hidden-off { display: initial; } } @-webkit-keyframes background-image-movement { 0% { background-position: 0% 50%; } 50% { background-position: 50% 100%; } 100% { background-position: 100% 50%; } } @keyframes background-image-movement { 0% { background-position: 0% 50%; } 50% { background-position: 50% 100%; } 100% { background-position: 100% 50%; } } /** * RESET FOR MAIN CONTAINERS */ body { font-size: 0.75em; background-color: black; } footer { font-size: 1.3em; } /** * RESET FOR ALL ELEMENT */ * { max-width: 100%; } /** * RESET FOR FBG CSS */ .container { padding: 0 5px; } .row, .row.reverse, .col, .col.reverse, [class*="col-"] { margin: 0; padding: 0; } /** * RESET FOR ALL LINK */ a { display: block; text-decoration: none; font-family: inherit; color: inherit; width: 100%; } a:link, a:visited, a:hover, a:focus, a:active { color: inherit; } /** * RESET FOR ALL LIST */ ul, ol { list-style: none; padding: 0; } /** * BASE FOR ALL DEVICE */ * { font-family: "PT Mono", monospace; color: bisque; } /** * BASE FOR MENU */ .logo { font-family: "Montserrat Subrayada", sans-serif; font-size: 1.78em; } .relative { position: relative; } #header { height: 100vh; background: black; background-image: url(https://wallpaperset.com/w/full/0/5/b/476362.jpg); background-position: top center; background-repeat: no-repeat; background-size: cover; background-clip: border-box; } .header_name { margin: 0 auto; width: -webkit-max-content; width: -moz-max-content; width: max-content; } .im { position: absolute; left: 0; } @media (min-width: 600px) { .im { font-size: 1.3em; } } .im_my-name { font-family: "Montserrat Subrayada", sans-serif; /** * CONTAINER 0% { background-position: 0% 25%; } 25% { background-position: 25% 50%; } 50% { background-position: 50% 75%; } 75% { background-position: 75% 100%; } */ display: block; color: transparent; /** * BACKGROUND IMAGE */ background-image: url(https://image.freepik.com/vector-gratis/banner-3d-metalico-rojo-oscuro-abstracto-moderno_105555-76.jpg); background-position: center; background-repeat: repeat-y; background-size: content; background-clip: text; /** * ANIMATE BACKGROUND IMAGE */ -webkit-animation: background-image-movement 100s ease infinite; animation: background-image-movement 100s ease infinite; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } @media (min-width: 600px) { .im_my-name { font-size: 1.5em; } } #bar { text-transform: uppercase; } @media (min-width: 600px) { #bar ul { height: 50px; } #bar ul li { line-height: normal; } } .bar_icon { padding-right: 1.5rem; font-size: 2em; line-height: 3em; color: whitesmoke; text-align: right; } @media (min-width: 600px) { .bar_icon { display: none; } } .bar_menu { height: 250px; } .bar_menu li { border: 1px solid transparent; border-radius: 20%; -webkit-transition: all 0.5s; transition: all 0.5s; line-height: 25px; } .bar_menu li:hover, .bar_menu li:focus { border-top-color: orangered; border-bottom-color: orangered; line-height: 50px; } @media (min-width: 600px) { #footer { padding-right: 3rem; } } .footer_social-networks li { line-height: 50px; } @media (max-width: 599px) { .footer_social-networks li:nth-child(1) a, .footer_social-networks li:nth-child(2) a, .footer_social-networks li:nth-child(3) a { padding-bottom: 0.75rem; } .footer_social-networks li:nth-child(4) { padding-left: 4rem; } .footer_social-networks li:nth-child(4) a { padding-top: 0.75rem; } .footer_social-networks li:nth-child(5) { padding-right: 4rem; } .footer_social-networks li:nth-child(5) a { padding-top: 0.75rem; } } .footer_social-networks li a { outline: 1px solid black; padding-top: 1.5rem; padding-bottom: 1.5rem; font-size: 1.15em; } @media (min-width: 600px) { .footer_social-networks li a { font-size: 1.5em; } } /*# sourceMappingURL=main.css.map */
0.527317
0.061115
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;1,100;1,300;1,400&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap'); *{ font-family: 'Roboto', sans-serif; box-sizing: border-box; } li{ list-style: none; padding: 0; margin: 0; } .PateryButton { border-radius: 0.8em; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07); border: none; margin: 8px; padding: 14px 15px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; cursor: pointer; } .PateryButton > .ripple { width: 20px; height: 20px; position: absolute; background: #bdbdbd48; display: block; content: ""; border-radius: 9999px; opacity: 1; animation: 1.4s ease 1 forwards ripple-effect; } @keyframes ripple-effect { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(20); opacity: 0.375; } 100% { transform: scale(35); opacity: 0; } } .PateryButton > .content { padding: 0px 10px; position: relative; z-index: 2; } .dark{ background-color: rgb(34, 34, 34); color: rgb(221, 221, 221); } .dark:hover{ background-color: rgb(26, 26, 26); color: rgb(221, 221, 221); } .light{ background-color: rgb(233, 233, 233); color: rgb(99, 99, 99); } .light:hover{ background-color: rgb(221, 221, 221); color: rgb(99, 99, 99); } .mint{ background-color: rgba(228, 228, 228, 0.487); color: rgb(97, 97, 97); } .PateryInput{ border-radius: 0.8em; width: 100%; font-size: 16px; border: none; padding: 8px 20px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; } .PateryInput:focus{ outline: none; } .Input-container{ display: flex; border-radius: 0.8em; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07); margin: 8px 0px; } .dark:hover > .PatteryInput{ background-color: rgb(26, 26, 26); } .Input-container:hover .PatteryInput{ background-color: rgb(26, 26, 26); } .light:hover > .PatteryInput{ background-color: rgb(221, 221, 221); } .PateryInputCheck{ border: none; text-align: center; border-radius: 50%; outline: none; background-color: royalblue; } .login-container{ display: flex; align-items: center; justify-content: center; } .flex-column{ flex-direction: column; } .form-group{ display: flex; padding: 10px; } .flex-row{ flex-direction: row; } .menuBtn{ padding: 5px 12px; color: rgb(151, 151, 151); } .timeContainer{ min-width: 100px; } *::-webkit-scrollbar { display: block; width: 16px; } *::-webkit-scrollbar-track { background-color: #00000000; } ::-webkit-scrollbar-thumb { background-color: #00000000; border: 7px solid transparent; border-radius: 24px; box-shadow: 4px 0px 0px 4px #0000002b inset; } ::-webkit-scrollbar-thumb:hover { border: 6px solid transparent; }
src/style.css
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;1,100;1,300;1,400&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap'); *{ font-family: 'Roboto', sans-serif; box-sizing: border-box; } li{ list-style: none; padding: 0; margin: 0; } .PateryButton { border-radius: 0.8em; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07); border: none; margin: 8px; padding: 14px 15px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; cursor: pointer; } .PateryButton > .ripple { width: 20px; height: 20px; position: absolute; background: #bdbdbd48; display: block; content: ""; border-radius: 9999px; opacity: 1; animation: 1.4s ease 1 forwards ripple-effect; } @keyframes ripple-effect { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(20); opacity: 0.375; } 100% { transform: scale(35); opacity: 0; } } .PateryButton > .content { padding: 0px 10px; position: relative; z-index: 2; } .dark{ background-color: rgb(34, 34, 34); color: rgb(221, 221, 221); } .dark:hover{ background-color: rgb(26, 26, 26); color: rgb(221, 221, 221); } .light{ background-color: rgb(233, 233, 233); color: rgb(99, 99, 99); } .light:hover{ background-color: rgb(221, 221, 221); color: rgb(99, 99, 99); } .mint{ background-color: rgba(228, 228, 228, 0.487); color: rgb(97, 97, 97); } .PateryInput{ border-radius: 0.8em; width: 100%; font-size: 16px; border: none; padding: 8px 20px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; } .PateryInput:focus{ outline: none; } .Input-container{ display: flex; border-radius: 0.8em; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07); margin: 8px 0px; } .dark:hover > .PatteryInput{ background-color: rgb(26, 26, 26); } .Input-container:hover .PatteryInput{ background-color: rgb(26, 26, 26); } .light:hover > .PatteryInput{ background-color: rgb(221, 221, 221); } .PateryInputCheck{ border: none; text-align: center; border-radius: 50%; outline: none; background-color: royalblue; } .login-container{ display: flex; align-items: center; justify-content: center; } .flex-column{ flex-direction: column; } .form-group{ display: flex; padding: 10px; } .flex-row{ flex-direction: row; } .menuBtn{ padding: 5px 12px; color: rgb(151, 151, 151); } .timeContainer{ min-width: 100px; } *::-webkit-scrollbar { display: block; width: 16px; } *::-webkit-scrollbar-track { background-color: #00000000; } ::-webkit-scrollbar-thumb { background-color: #00000000; border: 7px solid transparent; border-radius: 24px; box-shadow: 4px 0px 0px 4px #0000002b inset; } ::-webkit-scrollbar-thumb:hover { border: 6px solid transparent; }
0.38827
0.085709
.zn-iosSliderEl { width: 100%; position: relative; overflow: hidden; } .zn-iosSliderEl .zn-iosSl-loader { position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); z-index: 2; -webkit-transition: opacity .3s ease-out, visibility .3s ease-out; transition: opacity .3s ease-out, visibility .3s ease-out; width: 30px; height: 30px; } .zn-iosSliderEl .zn-iosSl-loader::after { content: ''; border: 3px solid rgba(0, 0, 0, 0.3); border-top-color: #000; -webkit-animation: spinner-animation 1s linear infinite; animation: spinner-animation 1s linear infinite; border-radius: 50%; width: 100%; height: 100%; display: block; } @-webkit-keyframes spinner-animation { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinner-animation { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .zn-iosSliderEl.is-initialised .zn-iosSl-loader { opacity: 0; visibility: hidden; } .zn-iosSlider { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .zn-iosSlider .slick-list, .zn-iosSlider .slick-track { height: 100%; } .zn-iosSlider .zn-iosSl-item { float: left; width: 100%; height: 100%; overflow: hidden; position: relative; } [dir=rtl] .zn-iosSlider .zn-iosSl-item { float: right; } .zn-iosSlider .zn-iosSl-imageLink, .zn-iosSlider .zn-iosSl-img, .zn-iosSlider .zn-iosSl-overlay { opacity: 0; background-size: cover; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 0; background-repeat: no-repeat; background-position: center center; -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; width: 100%; height: 100%; } .zn-iosSlider .zn-iosSl-img, .zn-iosSlider .zn-iosSl-overlay { pointer-events: none; } .zn-iosSlider .zn-iosSl-img.zn-iosSl-img--top { background-position: center top; -o-object-position: center top; object-position: center top; } .zn-iosSlider .zn-iosSl-img.zn-iosSl-img--center { background-position: center center; -o-object-position: center center; object-position: center center; } .zn-iosSlider .zn-iosSl-img.zn-iosSl-img--bottom { background-position: center bottom; -o-object-position: center bottom; object-position: center bottom; } .zn-iosSlider .zn-iosSl-imageLink { display: block; opacity: 1; } .is-initialised .zn-iosSlider .zn-iosSl-img, .is-initialised .zn-iosSlider .zn-iosSl-overlay { opacity: 1; } .zn-iosSl-caption { /* Captions vertical position */ /* Caption states */ /* Style 1 */ /* Style 2 */ /* Style 3 */ /* Style 4 */ /* Style 5 - Since 4.0 */ /* Style 6 - Since 4.0 */ /* Slide from left */ /* Slide from right */ /* Slides - Active from left */ /* Slide from bottom */ /* Slides - Active from bottom */ /* Zoom in */ /* Slides - Active Zoomin */ /* Apply the transition styles */ } .zn-iosSlider .zn-iosSl-caption { position: absolute; bottom: 50px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; padding: 0; } .zn-iosSl-caption.zn-iosSl-caption--vAlign-bottom { bottom: 50px; } .zn-iosSl-caption.zn-iosSl-caption--vAlign-middle { bottom: auto; margin-top: 70px; top: 50%; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); } .zn-iosSlider.hideCaptions .zn-iosSl-caption { opacity: 0; } .zn-iosSlider.hideCaptions:hover .zn-iosSl-caption { opacity: 1; } .zn-iosSl-caption.zn-iosSl-caption--style1 { /*Style 1 - from right*/ } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-mainTitle { color: #fff; font-size: 28px; line-height: 1.3; border-left: 5px solid #fff; padding: 10px 25px; float: left; margin-bottom: 80px; opacity: 0; text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7); background: #000; background: rgba(35, 35, 35, 0.3); } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-bigTitle { float: left; clear: both; font-size: 32px; line-height: 1; color: #e9e9e9; position: relative; opacity: 0; padding: 15px 20px 15px 2000px; margin: 0 0 0 -2000px; z-index: 1; min-width: 400px; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-bigTitle:before { content: ""; position: absolute; width: 100%; height: 100%; background: #000; background: rgba(0, 0, 0, 0.9); right: 0; top: 0; z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more { float: left; width: 35px; height: 62px; margin-left: 4px; position: relative; z-index: 1; opacity: 0; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more .zn-iosSl-moreArrow { padding: 0; position: absolute; font-size: 18px; text-align: center; width: 33px; top: 0; -webkit-transform: skewX(-10deg); transform: skewX(-10deg); line-height: 62px; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:before, .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:after { content: ""; position: absolute; width: 100%; height: 100%; z-index: -2; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:after { z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:hover:after { background: #333; background: rgba(0, 0, 0, 0.2); } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-smallTitle { float: left; clear: both; font-size: 16px; line-height: 1; color: #e9e9e9; position: relative; z-index: 1; opacity: 0; padding: 10px 20px 10px 2000px; margin: 5px 0 0 -2000px; text-align: right; font-weight: 500; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-smallTitle:before { content: ""; position: absolute; width: 100%; height: 100%; background: #000; background: rgba(0, 0, 0, 0.7); right: 0; top: 0; z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-smallTitle, .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-bigTitle:before, .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:before, .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:after, .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-smallTitle:before { -webkit-transform: skew(-20deg); transform: skew(-20deg); } .zn-iosSl-caption.zn-iosSl-caption--style1.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; border-left: 0; border-right: 5px solid white; left: 0; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style1.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle { float: right; left: auto; padding: 15px 2000px 15px 20px; margin: 0 -2000px 0 0; text-align: left; } .zn-iosSl-caption.zn-iosSl-caption--style1.zn-iosSl-caption--hAlign-right .zn-iosSl-more { float: right; margin-left: 0; margin-right: 4px; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style1.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { float: right; left: auto; padding: 10px 2000px 10px 20px; margin: 5px -2000px 0 0; text-align: left; } .zn-iosSl-caption.zn-iosSl-caption--style2 { /* from-right */ } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-mainTitle { color: #fff; font-size: 28px; line-height: 1.3; border-left: 5px solid #fff; padding: 10px 25px; float: left; margin-bottom: 80px; opacity: 0; text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7); background: #000; background: rgba(35, 35, 35, 0.3); position: relative; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-smallTitle { line-height: 1.3; color: #E9E9E9; position: relative; opacity: 0; margin: 0; float: left; border-left: 5px solid #CD2122; background: black; background: rgba(0, 0, 0, 0.9); } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-bigTitle { font-size: 32px; clear: both; padding: 10px 30px 10px 20px; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-smallTitle { font-size: 16px; font-weight: 500; clear: both; padding: 10px 15px; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-more { float: left; width: 30px; height: 30px; margin-left: -8px; background-color: #CD2122; position: relative; top: 12px; z-index: 1; opacity: 0; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-more .zn-iosSl-moreArrow { padding: 0; position: absolute; font-size: 15px; text-align: center; width: 30px; top: 0; line-height: 30px; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-more:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-more:hover:after { background: #333; background: rgba(0, 0, 0, 0.2); } .zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; border-left: 0; border-right: 5px solid #fff; text-align: right; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { float: right; border-right: 5px solid #cd2122; border-left: 0; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle { padding: 10px 20px 10px 30px; } .zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-more { float: right; margin-left: 0; margin-right: -8px; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style3 { /* Style3s (extended) */ /* Style 3 - animations from right */ /* Style 3s - animations entry from right */ } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-mainTitle { color: #fff; font-size: 28px; line-height: 1.3; border-left: 5px solid #fff; padding: 10px 25px; float: left; margin-bottom: 80px; opacity: 0; text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7); background: #000; background: rgba(35, 35, 35, 0.3); position: relative; } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-smallTitle { line-height: 1.3; color: #E9E9E9; color: rgba(255, 255, 255, 0.8); position: relative; opacity: 0; margin: 0; float: left; } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-bigTitle { font-size: 52px; clear: both; padding: 0; line-height: 1; margin-bottom: 20px; } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-bigTitle span.stronger { font-size: 180px; display: block; line-height: 1; } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-smallTitle { font-size: 26px; clear: both; padding: 0; max-width: 400px; } .zn-iosSl-caption.zn-iosSl-caption--style3 .discount-huge { font-size: 200px; font-weight: 800; display: block; line-height: 1; } .zn-iosSl-caption.zn-iosSl-caption--style3 .discount-subtext { font-size: 47px; font-weight: 300; display: block; line-height: 1; letter-spacing: 22px; } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-more { clear: both; float: left; position: relative; opacity: 0; padding: 0; margin-bottom: 20px; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext .zn-iosSl-mainTitle { background: none; padding: 0; border: 0; text-shadow: none; position: relative; font-size: 38px; margin-bottom: 80px; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext .zn-iosSl-mainTitle::before { content: ''; position: absolute; bottom: -20px; width: 50px; height: 3px; background-color: #fff; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext .zn-iosSl-smallTitle { font-size: 32px; clear: both; padding: 0; max-width: none; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext .zn-iosSl-more { clear: both; float: left; position: relative; opacity: 0; padding: 0; } .zn-iosSl-caption.zn-iosSl-caption--style3.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; border-left: 0; border-right: 5px solid #fff; text-align: right; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style3.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--style3.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { float: right; text-align: right; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style3.zn-iosSl-caption--hAlign-right .zn-iosSl-more { clear: both; float: right; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; border-left: 0; border-right: 0; text-align: right; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle::before { content: ''; position: absolute; bottom: -20px; right: 0; width: 50px; height: 3px; background: #fff; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle { float: right; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext.zn-iosSl-caption--hAlign-right .zn-iosSl-more { left: auto; float: right; } .zn-iosSl-caption.zn-iosSl-caption--style4 { z-index: 1; /*Style 4 - from right*/ } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-mainTitle { color: #fff; font-size: 28px; line-height: 1.6; padding: 16px 25px; float: left; margin-bottom: 80px; opacity: 0; text-shadow: none; background: none; position: relative; border: 0; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-mainTitle::before { content: ''; position: absolute; border-radius: 8px; background-color: rgba(0, 0, 0, 0.24); z-index: 0; display: block; right: 0; bottom: 0; left: 0; top: 0; z-index: -1; background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.25)), to(transparent)); background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 40%, transparent 100%); } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-bigTitle { float: left; clear: both; font-size: 32px; line-height: 1; color: #fff; position: relative; opacity: 0; padding: 15px 20px 15px 2000px; margin: 0 0 0 -2000px; z-index: 1; min-width: 400px; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-bigTitle:before { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 8px; background: rgba(0, 0, 0, 0.65); right: 0; top: 0; z-index: -1; border-right: 4px solid #000; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more { float: left; height: 62px; margin-left: 5px; position: relative; opacity: 0; padding: 0 48px; font-size: 21px; line-height: 62px; color: #fff; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more.no_titlebig { clear: both; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: -1; border-radius: 6px; background: rgba(0, 0, 0, 0.4); left: 0; top: 0; right: 0; bottom: 0; border-right-width: 4px; border-right-style: solid; -webkit-transition: background .2s ease-in-out; transition: background .2s ease-in-out; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-smallTitle { float: left; clear: both; font-size: 16px; line-height: 1; color: #F8F8F8; position: relative; z-index: 1; opacity: 0; padding: 15px 20px 15px 2000px; margin: 8px 0 0 -2000px; text-align: right; font-weight: 500; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-smallTitle:before { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 6px; background: rgba(0, 0, 0, 0.4); right: 0; top: 0; z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-mainTitle::before, .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-bigTitle:before, .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more:before, .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-smallTitle:before { -webkit-transform: skew(-20deg); transform: skew(-20deg); } .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext .zn-iosSl-mainTitle::before, .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext .zn-iosSl-bigTitle:before, .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext .zn-iosSl-more:before { -webkit-transform: skew(20deg); transform: skew(20deg); } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle::before, .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle:before, .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-more:before, .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle:before { -webkit-transform: skew(20deg); transform: skew(20deg); } .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle::before, .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle:before, .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext.zn-iosSl-caption--hAlign-right .zn-iosSl-more:before { -webkit-transform: skew(-20deg); transform: skew(-20deg); } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; border-left: 0; left: 0; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle { float: right; left: auto; padding: 15px 2000px 15px 20px; margin: 0 -2000px 0 0; text-align: left; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle::before { border-left: 4px solid #000; border-right: 0; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-more { float: right; margin-left: 0; margin-right: 4px; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-more::before { border-left-width: 4px; border-left-style: solid; border-right-width: 0; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { float: right; left: auto; padding: 10px 2000px 10px 20px; margin: 5px -2000px 0 0; text-align: left; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle::before { background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.35))); background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 60%); } .zn-iosSl-caption.zn-iosSl-caption--style5 { z-index: 1; /* Has separator line */ /* Style 5 - align center */ /* Style 5 - align right */ /* Small TOP title entry animation */ /* Style5 - animations from right */ /* Small TOP title entry animation from right */ } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle { clear: both; margin-top: 0; color: #fff; font-size: 48px; line-height: 1.2; padding: 0; float: left; margin-bottom: 80px; opacity: 0; text-shadow: none; background: none; position: relative; border: 0; /* Has square box */ } @media (max-width: 767px) { .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle { margin-bottom: 35px; } } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasTitleBig, .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-hasLine { margin-bottom: 40px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle:not(.zn-iosSl-hasLine)::before { content: ''; position: absolute; bottom: -20px; width: 50px; height: 3px; background: #fff; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox::before { width: 100px; height: 3px; bottom: -30px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox { margin-bottom: 80px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle .zn-iosSl-sqbox { position: absolute; top: -20%; left: -30px; width: 200px; height: 175%; background: rgba(0, 0, 0, 0.2); z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-bigTitle { float: left; clear: both; position: relative; font-size: 28px; line-height: 1.2; color: #fff; position: relative; opacity: 0; z-index: 1; min-width: 400px; text-align: left; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle + .zn-iosSl-bigTitle { margin-bottom: 40px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-smallTitle { float: left; clear: both; position: relative; font-size: 16px; line-height: 1.3; color: #F8F8F8; position: relative; z-index: 1; opacity: 0; text-align: right; font-weight: 400; margin-top: 20px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-titleTop { float: left; position: relative; font-size: 16px; line-height: 1.3; color: rgba(255, 255, 255, 0.8); position: relative; z-index: 1; opacity: 0; font-weight: 400; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-more { clear: left; float: left; position: relative; opacity: 0; padding: 0; margin-bottom: 10px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .btn-fullcolor { margin-right: 10px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine { width: 90%; margin-bottom: 40px; clear: left; opacity: 0; -webkit-transition: opacity .3s ease-in-out .8s; transition: opacity .3s ease-in-out .8s; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine.zn-iosSl-mainTitle--hasImageBoxes { width: 60%; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine span { width: 70px; height: 3px; position: relative; display: block; background-color: #cd2122; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine .zn-iosSl-separatorLine-inner { position: relative; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine .zn-iosSl-separatorLine-inner::before, .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine .zn-iosSl-separatorLine-inner::after { content: ''; width: calc(100% - 80px); height: 1px; position: absolute; top: 1px; background: rgba(255, 255, 255, 0.2); display: block; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-left .zn-iosSl-separatorLine-inner::before { display: none; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-left .zn-iosSl-separatorLine-inner::after { left: 80px; } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine { opacity: 1; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center { text-align: center; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle { float: none; text-align: center; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle::before { left: 50%; margin-left: -25px; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-bigTitle { float: none; text-align: center; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-smallTitle { float: none; text-align: center; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-titleTop { float: none; text-align: center; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-more { clear: left; float: none; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox::before { left: 50%; margin-left: -50px; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle .zn-iosSl-sqbox { left: 50%; margin-left: -100px; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-separatorLine { clear: both; width: 80%; float: none; text-align: center; margin-left: auto; margin-right: auto; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-separatorLine span { margin: 0 auto; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-separatorLine-inner::before { display: block; width: calc(50% - 45px); left: 0px; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-separatorLine-inner::after { width: calc(50% - 45px); margin-left: auto; margin-right: auto; right: 0; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right { text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle::before { left: auto; margin-left: auto; right: 0; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle { float: right; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { float: right; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-titleTop { float: right; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-more { clear: right; float: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox::before { right: 0; margin-right: 0; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle .zn-iosSl-sqbox { left: auto; right: -30px; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-separatorLine { clear: right; float: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-separatorLine span { clear: right; float: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-separatorLine-inner::after { display: none; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-separatorLine-inner::before { right: 80px; } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-titleTop { left: 0; opacity: 1; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle, .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-titleTop { left: auto; } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-titleTop { left: auto; right: 0; opacity: 1; } .zn-iosSl-caption.zn-iosSl-caption--style6 { /* Style6 - from right animation entry */ /* Active animations entry */ } .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-mainTitle { color: #fff; font-size: 44px; text-align: center; line-height: 1.6; padding: 0; margin-bottom: 10px; margin-top: 0; opacity: 0; text-shadow: none; background: none; position: relative; border: 0; } .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-smallTitle { position: relative; font-size: 16px; line-height: 1.3; color: #FFFFFF; position: relative; z-index: 1; opacity: 0; text-align: center; font-weight: 400; margin-top: 0; margin-bottom: 40px; } .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-playvid { text-align: center; opacity: 0; position: relative; -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important; transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important; -webkit-transition-delay: .2s !important; transition-delay: .2s !important; -webkit-transition: opacity .3s, left .3s, right .3s; transition: opacity .3s, left .3s, right .3s; } .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-playvid a { display: inline-block; color: #fff; -webkit-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; } .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-playvid a:hover { opacity: .5; } .zn-iosSl-caption.zn-iosSl-caption--style6.zn-iosSl-caption--hAlign-right .zn-iosSl-playvid { left: auto; } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-playvid { left: 0; opacity: 1; } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--style6.zn-iosSl-caption--hAlign-right .zn-iosSl-playvid { opacity: 1; right: 0; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-mainTitle { opacity: 0; -webkit-transform: translateX(100px); transform: translateX(100px); } .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-smallTitle { opacity: 0; -webkit-transform: translateX(-100px); transform: translateX(-100px); } .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-mainTitle { opacity: 0; -webkit-transform: translateX(-100px); transform: translateX(-100px); } .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-smallTitle { opacity: 0; -webkit-transform: translateX(100px); transform: translateX(100px); } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-mainTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-mainTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-bigTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-bigTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-more, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-more, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-smallTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-smallTitle { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } .zn-iosSl-caption.sfb .zn-iosSl-mainTitle { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } .zn-iosSl-caption.sfb .zn-iosSl-bigTitle, .zn-iosSl-caption.sfb .zn-iosSl-more, .zn-iosSl-caption.sfb .zn-iosSl-smallTitle { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); } .slick-item--activated .zn-iosSl-caption .zn-iosSl-mainTitle, .slick-item--activated .zn-iosSl-caption .zn-iosSl-bigTitle, .slick-item--activated .zn-iosSl-caption .zn-iosSl-more, .slick-item--activated .zn-iosSl-caption .zn-iosSl-smallTitle { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-mainTitle { opacity: 0; -webkit-transform: scale(1.3); transform: scale(1.3); -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; } .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-smallTitle { opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-mainTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-bigTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-more, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-smallTitle { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .zn-iosSl-caption.zn-iosSl-caption--hAlign-left .zn-iosSl-mainTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-left .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-left .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--hAlign-left .zn-iosSl-smallTitle { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .zn-iosSl-caption.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-right .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { -webkit-transform-origin: 0 50%; transform-origin: 0 50%; } .zn-iosSl-caption.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-center .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-center .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--hAlign-center .zn-iosSl-smallTitle { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } .zn-iosSl-caption .zn-iosSl-mainTitle, .zn-iosSl-caption .zn-iosSl-bigTitle, .zn-iosSl-caption .zn-iosSl-smallTitle, .zn-iosSl-caption .zn-iosSl-more { -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important; transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .zn-iosSl-caption .zn-iosSl-mainTitle { -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-transition-delay: .6s !important; transition-delay: .6s !important; } .zn-iosSl-caption .zn-iosSl-bigTitle { -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-transition-delay: .3s !important; transition-delay: .3s !important; } .zn-iosSl-caption .zn-iosSl-smallTitle { -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-transition-delay: .5s !important; transition-delay: .5s !important; } .zn-iosSl-caption .zn-iosSl-more { -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-transition-delay: .4s; transition-delay: .4s; } /* controls */ @media (max-width: 1279px) { .zn-iosSl-nav { display: none; } } .zn-iosSl-nav .znSlickNav-arr { position: absolute; top: 50%; margin-top: -25px; width: 100px; height: 50px; z-index: 10; opacity: .5; cursor: pointer; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .zn-iosSl-nav .znSlickNav-arr svg { width: 50px; height: 50px; } .zn-iosSl-nav .znSlickNav-arr polyline { stroke: #fff; stroke-width: 5; } .zn-iosSl-nav .znSlickNav-arr:hover { opacity: 1 !important; } .zn-iosSl-nav .znSlickNav-arr:hover polyline { stroke-width: 10; } .zn-iosSl-nav .znSlickNav-arr:active polyline { stroke-width: 15; } .zn-iosSl-nav .znSlickNav-arr .btn-label { background: rgba(0, 0, 0, 0.4); color: #fff; font-weight: 700; display: inline-block; padding: 0 4px; line-height: 20px; position: absolute; top: 50%; margin-top: -10px; opacity: 0; display: none; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .zn-iosSl-nav .znSlickNav-prev { left: 35px; } .zn-iosSl-nav .znSlickNav-prev:hover { left: 20px; } .zn-iosSl-nav .znSlickNav-prev .btn-label { right: -20px; } .zn-iosSl-nav .znSlickNav-prev:hover .btn-label { right: -5px; opacity: 1; } .zn-iosSl-nav .znSlickNav-next { right: 35px; } .zn-iosSl-nav .znSlickNav-next:hover { right: 20px; } .zn-iosSl-nav .znSlickNav-next .btn-label { left: -20px; } .zn-iosSl-nav .znSlickNav-next:hover .btn-label { left: -5px; opacity: 1; } /* Selectors V1 */ .zn-iosSl-dots.bullets { position: absolute; bottom: 10px; width: auto; right: 20px; text-align: center; z-index: 1; display: inline; text-align: center; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; } .zn-iosSliderEl:hover .zn-iosSl-dots.bullets { opacity: 1; } .zn-iosSl-dots.bullets .slick-active { opacity: 1; } .zn-iosSl-dots.bullets .slickBtn { background-color: #fff; } .zn-iosSl-dots.bullets li:first-child { margin-left: 0; } .zn-iosSl-dots.bullets + .tonext-btn { bottom: 110px; } /* Selectors V2 */ .zn-iosSl-dots.bullets2 { position: absolute; bottom: 20px; width: auto; right: 20px; z-index: 1; text-align: right; } .zn-iosSl-dots.bullets2 ul { display: inline-block; text-align: right; margin-right: 25px; direction: rtl; } .zn-iosSl-dots.bullets2 li { display: block; width: 40px; height: 7px; padding: 4px 0; margin: 0; opacity: 0.6; -webkit-transition: opacity .2s ease-in-out, width .2s ease-in-out; transition: opacity .2s ease-in-out, width .2s ease-in-out; } .zn-iosSl-dots.bullets2 li:hover, .zn-iosSl-dots.bullets2 li.slick-active { opacity: 1; width: 50px; } .zn-iosSl-dots.bullets2 .slickBtn { display: block; width: 100%; height: 2px; margin: 0; background-color: #fff; border-radius: 0; } .zn-iosSl--faded .zn-iosSl-fadeMask { position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 25%; height: 25vh; pointer-events: none; background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), to(whitesmoke)); background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, whitesmoke 100%); } .zn-iosSl--faded .zn-iosSl-dots.bullets li { background: #888; } /* Image Boxes */ .zn-iosSl-imageBoxes { display: none; } @media (min-width: 992px) and (min-height: 600px) { .zn-iosSl-imageBoxes { position: absolute; display: block; max-width: 265px; width: 100%; height: calc(100% - 100px); top: 100px; right: calc((100vw - 970px) / 2); z-index: 1; } .zn-iosSl-imageBoxes.zn-iosSl-imageBoxes--hAlign-right, .zn-iosSl-imageBoxes.fromright { left: calc((100vw - 970px) / 2); right: auto; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-inner { position: relative; top: 50%; height: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); padding: 30% 0; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item { margin-top: 30px; width: auto; opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); -webkit-backface-visibility: hidden; backface-visibility: hidden; display: block; border-radius: 5px; height: 100%; -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); background-position: right center; background-size: contain; background-repeat: no-repeat; } .slick-item--activated .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .slick-item--activated .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:hover { -webkit-transform: scale(1.03); transform: scale(1.03); opacity: .8; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item.zn-iosSl-imageBoxes-item--1 { -webkit-transition-delay: .1s; transition-delay: .1s; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item.zn-iosSl-imageBoxes-item--2 { -webkit-transition-delay: .2s; transition-delay: .2s; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item.zn-iosSl-imageBoxes-item--3 { -webkit-transition-delay: .3s; transition-delay: .3s; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child { margin-top: 0; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child:nth-last-child(1) { height: 100%; height: 100%; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child:nth-last-child(2), .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child:nth-last-child(2) ~ .zn-iosSl-imageBoxes-item { height: calc(50% - 20px); } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child:nth-last-child(3), .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child:nth-last-child(3) ~ .zn-iosSl-imageBoxes-item { height: calc(33.3333% - 20px); } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-img { width: 100%; height: 100%; } } @media (min-width: 1200px) { .zn-iosSl-imageBoxes { right: calc((100vw - 1170px) / 2); } .zn-iosSl-imageBoxes.zn-iosSl-imageBoxes--hAlign-right, .zn-iosSl-imageBoxes.fromright { left: calc((100vw - 1170px) / 2); } } /* Mask Container behaviours */ .zn-iosSliderEl[class*="maskcontainer--"] .tonext-btn { bottom: 60px; } .zn-iosSliderEl[class*="maskcontainer--"] .zn-iosSl-dots.bullets { bottom: 75px; } .zn-iosSliderEl[class*="maskcontainer--"] .zn-iosSlider .zn-iosSl-caption--vAlign-bottom { bottom: 70px; } @media (min-width: 992px) and (max-width: 1279px) { /* Captions */ .zn-iosSlider .zn-iosSl-caption .zn-iosSl-mainTitle { font-size: 26px; } .zn-iosSlider .zn-iosSl-caption .zn-iosSl-bigTitle { font-size: 28px; } .zn-iosSlider .zn-iosSl-caption .zn-iosSl-smallTitle { font-size: 16px; } /* Style 1 */ .zn-iosSl-caption--style1 .zn-iosSl-mainTitle { margin-bottom: 40px; } .zn-iosSl-caption--style1 .zn-iosSl-more { height: 56px; } .zn-iosSl-caption--style1 .zn-iosSl-more .zn-iosSl-moreArrow { line-height: 56px; } /* Style 2 */ .zn-iosSl-caption--style2 .zn-iosSl-mainTitle { margin-bottom: 40px; } /* Style 3 */ .zn-iosSl-caption--style3 .zn-iosSl-mainTitle { margin-bottom: 40px; } /* Style 4 */ .zn-iosSl-caption--style4 .zn-iosSl-mainTitle { margin-bottom: 40px; } .zn-iosSl-caption--style4 .zn-iosSl-more { font-size: 18px; line-height: 58px; height: 58px; padding-left: 20px; padding-right: 20px; } /* Style 5 */ .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox { margin-bottom: 60px; } } @media (max-width: 991px) { /* Captions */ .zn-iosSlider .zn-iosSl-caption--vAlign-bottom, .zn-iosSlider .zn-iosSl-caption--vAlign-middle { top: auto; margin-top: 0; bottom: 35px; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .zn-iosSlider .zn-iosSl-caption .zn-iosSl-mainTitle { font-size: 22px; } .zn-iosSlider .zn-iosSl-caption .zn-iosSl-bigTitle { font-size: 18px; } .zn-iosSlider .zn-iosSl-caption .zn-iosSl-smallTitle { font-size: 14px; } /* Style 1 */ .zn-iosSl-caption--style1 .zn-iosSl-mainTitle { margin-bottom: 15px; line-height: 1.3; padding-top: 7px; padding-bottom: 7px; } .zn-iosSl-caption--style1 .zn-iosSl-more { height: 46px; } .zn-iosSl-caption--style1 .zn-iosSl-more .zn-iosSl-moreArrow { line-height: 46px; } /* Style 2 */ .zn-iosSl-caption--style2 .zn-iosSl-mainTitle { margin-bottom: 15px; line-height: 1.3; padding-top: 7px; padding-bottom: 7px; } .zn-iosSl-caption--style2 .zn-iosSl-more { height: 26px; width: 26px; } .zn-iosSl-caption--style2 .zn-iosSl-more .zn-iosSl-moreArrow { line-height: 26px; width: 26px; font-size: 12px; } /* Style 3 */ .zn-iosSl-caption--style3 .zn-iosSl-mainTitle { margin-bottom: 15px; line-height: 1.3; padding-top: 7px; padding-bottom: 7px; } /* Style 3 Extended */ .zn-iosSl-caption--style3.s3ext .zn-iosSl-mainTitle { margin-bottom: 40px; } .zn-iosSl-caption--style3.s3ext .zn-iosSl-smallTitle { margin-bottom: 10px; } /* Style 4 */ .zn-iosSl-caption--style4 .zn-iosSl-mainTitle { margin-bottom: 40px; padding: 8px 25px; line-height: 1.5; } .zn-iosSl-caption--style4 .zn-iosSl-more { font-size: 14px; line-height: 48px; height: 48px; padding-left: 15px; padding-right: 15px; } /* Style 5 */ .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox { margin-bottom: 30px; } .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox::before { width: 70px; height: 2px; bottom: -10px; } .zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle::before { margin-left: -25px; } .zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox::before { margin-left: -35px; } .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasTitleBig, .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-hasLine { margin-bottom: 30px; } .zn-iosSl-caption--style5 .zn-iosSl-separatorLine { margin-bottom: 30px; } .zn-iosSl-dots.thumbs { max-width: 970px; width: 100%; margin-left: auto; left: 0; } .kl-slideshow .scrollbarContainer { width: 100%; } } @media (max-width: 767px) { /* Captions */ .zn-iosSliderEl .zn-iosSl-caption { width: 95%; } /* Style 1 */ .zn-iosSl-caption--style1 .zn-iosSl-more { width: 28px; } .zn-iosSl-caption--style1 .zn-iosSl-more .zn-iosSl-moreArrow { width: 26px; } /* Style 4 */ .zn-iosSl-caption--style4 .zn-iosSl-mainTitle { margin-bottom: 20px; } .zn-iosSl-caption--style4 .zn-iosSl-bigTitle { font-size: 16px; margin-bottom: 5px; } .zn-iosSl-caption--style4 .zn-iosSl-smallTitle { font-size: 13px; } .zn-iosSl-caption--style4 .zn-iosSl-more { font-size: 13px; line-height: 48px; height: 48px; padding-left: 15px; padding-right: 15px; } /* Style 5 */ .zn-iosSl-caption--style5 .zn-iosSl-sqbox { display: none; } .zn-iosSl-caption--style5 .zn-iosSl-mainTitle + .zn-iosSl-bigTitle, .zn-iosSl-caption--style5 .zn-iosSl-bigTitle { margin-bottom: 10px; } .zn-iosSl-caption--style5 .zn-iosSl-more .btn { font-size: 12px; } .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasTitleBig, .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-hasLine { margin-bottom: 20px; } .zn-iosSl-caption--style5 .zn-iosSl-separatorLine { margin-bottom: 20px; } /* Style 6 */ .zn-iosSl-caption--style6 .zn-iosSl-mainTitle { margin-bottom: 20px; } /* Bullets */ .zn-iosSl-dots { display: none !important; } } @media (max-width: 480px) { /* Style 4 */ .zn-iosSl-caption--style4 .zn-iosSl-smallTitle { display: none; } /* Style 5 */ .zn-iosSl-caption--style5 .zn-iosSl-titleTop, .zn-iosSl-caption--style5 .zn-iosSl-smallTitle { display: none; } .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasTitleBig, .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-hasLine { margin-bottom: 10px; } .zn-iosSl-caption--style5 .zn-iosSl-separatorLine { margin-bottom: 10px; } }
tantsumeka/htdocs/wp-content/themes/kallyas/pagebuilder/elements/TH_IosSlider2/style.css
.zn-iosSliderEl { width: 100%; position: relative; overflow: hidden; } .zn-iosSliderEl .zn-iosSl-loader { position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); z-index: 2; -webkit-transition: opacity .3s ease-out, visibility .3s ease-out; transition: opacity .3s ease-out, visibility .3s ease-out; width: 30px; height: 30px; } .zn-iosSliderEl .zn-iosSl-loader::after { content: ''; border: 3px solid rgba(0, 0, 0, 0.3); border-top-color: #000; -webkit-animation: spinner-animation 1s linear infinite; animation: spinner-animation 1s linear infinite; border-radius: 50%; width: 100%; height: 100%; display: block; } @-webkit-keyframes spinner-animation { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinner-animation { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .zn-iosSliderEl.is-initialised .zn-iosSl-loader { opacity: 0; visibility: hidden; } .zn-iosSlider { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .zn-iosSlider .slick-list, .zn-iosSlider .slick-track { height: 100%; } .zn-iosSlider .zn-iosSl-item { float: left; width: 100%; height: 100%; overflow: hidden; position: relative; } [dir=rtl] .zn-iosSlider .zn-iosSl-item { float: right; } .zn-iosSlider .zn-iosSl-imageLink, .zn-iosSlider .zn-iosSl-img, .zn-iosSlider .zn-iosSl-overlay { opacity: 0; background-size: cover; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 0; background-repeat: no-repeat; background-position: center center; -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; width: 100%; height: 100%; } .zn-iosSlider .zn-iosSl-img, .zn-iosSlider .zn-iosSl-overlay { pointer-events: none; } .zn-iosSlider .zn-iosSl-img.zn-iosSl-img--top { background-position: center top; -o-object-position: center top; object-position: center top; } .zn-iosSlider .zn-iosSl-img.zn-iosSl-img--center { background-position: center center; -o-object-position: center center; object-position: center center; } .zn-iosSlider .zn-iosSl-img.zn-iosSl-img--bottom { background-position: center bottom; -o-object-position: center bottom; object-position: center bottom; } .zn-iosSlider .zn-iosSl-imageLink { display: block; opacity: 1; } .is-initialised .zn-iosSlider .zn-iosSl-img, .is-initialised .zn-iosSlider .zn-iosSl-overlay { opacity: 1; } .zn-iosSl-caption { /* Captions vertical position */ /* Caption states */ /* Style 1 */ /* Style 2 */ /* Style 3 */ /* Style 4 */ /* Style 5 - Since 4.0 */ /* Style 6 - Since 4.0 */ /* Slide from left */ /* Slide from right */ /* Slides - Active from left */ /* Slide from bottom */ /* Slides - Active from bottom */ /* Zoom in */ /* Slides - Active Zoomin */ /* Apply the transition styles */ } .zn-iosSlider .zn-iosSl-caption { position: absolute; bottom: 50px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; padding: 0; } .zn-iosSl-caption.zn-iosSl-caption--vAlign-bottom { bottom: 50px; } .zn-iosSl-caption.zn-iosSl-caption--vAlign-middle { bottom: auto; margin-top: 70px; top: 50%; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); } .zn-iosSlider.hideCaptions .zn-iosSl-caption { opacity: 0; } .zn-iosSlider.hideCaptions:hover .zn-iosSl-caption { opacity: 1; } .zn-iosSl-caption.zn-iosSl-caption--style1 { /*Style 1 - from right*/ } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-mainTitle { color: #fff; font-size: 28px; line-height: 1.3; border-left: 5px solid #fff; padding: 10px 25px; float: left; margin-bottom: 80px; opacity: 0; text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7); background: #000; background: rgba(35, 35, 35, 0.3); } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-bigTitle { float: left; clear: both; font-size: 32px; line-height: 1; color: #e9e9e9; position: relative; opacity: 0; padding: 15px 20px 15px 2000px; margin: 0 0 0 -2000px; z-index: 1; min-width: 400px; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-bigTitle:before { content: ""; position: absolute; width: 100%; height: 100%; background: #000; background: rgba(0, 0, 0, 0.9); right: 0; top: 0; z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more { float: left; width: 35px; height: 62px; margin-left: 4px; position: relative; z-index: 1; opacity: 0; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more .zn-iosSl-moreArrow { padding: 0; position: absolute; font-size: 18px; text-align: center; width: 33px; top: 0; -webkit-transform: skewX(-10deg); transform: skewX(-10deg); line-height: 62px; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:before, .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:after { content: ""; position: absolute; width: 100%; height: 100%; z-index: -2; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:after { z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:hover:after { background: #333; background: rgba(0, 0, 0, 0.2); } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-smallTitle { float: left; clear: both; font-size: 16px; line-height: 1; color: #e9e9e9; position: relative; z-index: 1; opacity: 0; padding: 10px 20px 10px 2000px; margin: 5px 0 0 -2000px; text-align: right; font-weight: 500; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-smallTitle:before { content: ""; position: absolute; width: 100%; height: 100%; background: #000; background: rgba(0, 0, 0, 0.7); right: 0; top: 0; z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-smallTitle, .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-bigTitle:before, .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:before, .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:after, .zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-smallTitle:before { -webkit-transform: skew(-20deg); transform: skew(-20deg); } .zn-iosSl-caption.zn-iosSl-caption--style1.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; border-left: 0; border-right: 5px solid white; left: 0; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style1.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle { float: right; left: auto; padding: 15px 2000px 15px 20px; margin: 0 -2000px 0 0; text-align: left; } .zn-iosSl-caption.zn-iosSl-caption--style1.zn-iosSl-caption--hAlign-right .zn-iosSl-more { float: right; margin-left: 0; margin-right: 4px; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style1.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { float: right; left: auto; padding: 10px 2000px 10px 20px; margin: 5px -2000px 0 0; text-align: left; } .zn-iosSl-caption.zn-iosSl-caption--style2 { /* from-right */ } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-mainTitle { color: #fff; font-size: 28px; line-height: 1.3; border-left: 5px solid #fff; padding: 10px 25px; float: left; margin-bottom: 80px; opacity: 0; text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7); background: #000; background: rgba(35, 35, 35, 0.3); position: relative; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-smallTitle { line-height: 1.3; color: #E9E9E9; position: relative; opacity: 0; margin: 0; float: left; border-left: 5px solid #CD2122; background: black; background: rgba(0, 0, 0, 0.9); } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-bigTitle { font-size: 32px; clear: both; padding: 10px 30px 10px 20px; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-smallTitle { font-size: 16px; font-weight: 500; clear: both; padding: 10px 15px; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-more { float: left; width: 30px; height: 30px; margin-left: -8px; background-color: #CD2122; position: relative; top: 12px; z-index: 1; opacity: 0; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-more .zn-iosSl-moreArrow { padding: 0; position: absolute; font-size: 15px; text-align: center; width: 30px; top: 0; line-height: 30px; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-more:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-more:hover:after { background: #333; background: rgba(0, 0, 0, 0.2); } .zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; border-left: 0; border-right: 5px solid #fff; text-align: right; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { float: right; border-right: 5px solid #cd2122; border-left: 0; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle { padding: 10px 20px 10px 30px; } .zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right .zn-iosSl-more { float: right; margin-left: 0; margin-right: -8px; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style3 { /* Style3s (extended) */ /* Style 3 - animations from right */ /* Style 3s - animations entry from right */ } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-mainTitle { color: #fff; font-size: 28px; line-height: 1.3; border-left: 5px solid #fff; padding: 10px 25px; float: left; margin-bottom: 80px; opacity: 0; text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7); background: #000; background: rgba(35, 35, 35, 0.3); position: relative; } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-smallTitle { line-height: 1.3; color: #E9E9E9; color: rgba(255, 255, 255, 0.8); position: relative; opacity: 0; margin: 0; float: left; } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-bigTitle { font-size: 52px; clear: both; padding: 0; line-height: 1; margin-bottom: 20px; } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-bigTitle span.stronger { font-size: 180px; display: block; line-height: 1; } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-smallTitle { font-size: 26px; clear: both; padding: 0; max-width: 400px; } .zn-iosSl-caption.zn-iosSl-caption--style3 .discount-huge { font-size: 200px; font-weight: 800; display: block; line-height: 1; } .zn-iosSl-caption.zn-iosSl-caption--style3 .discount-subtext { font-size: 47px; font-weight: 300; display: block; line-height: 1; letter-spacing: 22px; } .zn-iosSl-caption.zn-iosSl-caption--style3 .zn-iosSl-more { clear: both; float: left; position: relative; opacity: 0; padding: 0; margin-bottom: 20px; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext .zn-iosSl-mainTitle { background: none; padding: 0; border: 0; text-shadow: none; position: relative; font-size: 38px; margin-bottom: 80px; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext .zn-iosSl-mainTitle::before { content: ''; position: absolute; bottom: -20px; width: 50px; height: 3px; background-color: #fff; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext .zn-iosSl-smallTitle { font-size: 32px; clear: both; padding: 0; max-width: none; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext .zn-iosSl-more { clear: both; float: left; position: relative; opacity: 0; padding: 0; } .zn-iosSl-caption.zn-iosSl-caption--style3.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; border-left: 0; border-right: 5px solid #fff; text-align: right; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style3.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--style3.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { float: right; text-align: right; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style3.zn-iosSl-caption--hAlign-right .zn-iosSl-more { clear: both; float: right; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; border-left: 0; border-right: 0; text-align: right; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle::before { content: ''; position: absolute; bottom: -20px; right: 0; width: 50px; height: 3px; background: #fff; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle { float: right; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style3.s3ext.zn-iosSl-caption--hAlign-right .zn-iosSl-more { left: auto; float: right; } .zn-iosSl-caption.zn-iosSl-caption--style4 { z-index: 1; /*Style 4 - from right*/ } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-mainTitle { color: #fff; font-size: 28px; line-height: 1.6; padding: 16px 25px; float: left; margin-bottom: 80px; opacity: 0; text-shadow: none; background: none; position: relative; border: 0; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-mainTitle::before { content: ''; position: absolute; border-radius: 8px; background-color: rgba(0, 0, 0, 0.24); z-index: 0; display: block; right: 0; bottom: 0; left: 0; top: 0; z-index: -1; background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.25)), to(transparent)); background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 40%, transparent 100%); } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-bigTitle { float: left; clear: both; font-size: 32px; line-height: 1; color: #fff; position: relative; opacity: 0; padding: 15px 20px 15px 2000px; margin: 0 0 0 -2000px; z-index: 1; min-width: 400px; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-bigTitle:before { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 8px; background: rgba(0, 0, 0, 0.65); right: 0; top: 0; z-index: -1; border-right: 4px solid #000; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more { float: left; height: 62px; margin-left: 5px; position: relative; opacity: 0; padding: 0 48px; font-size: 21px; line-height: 62px; color: #fff; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more.no_titlebig { clear: both; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: -1; border-radius: 6px; background: rgba(0, 0, 0, 0.4); left: 0; top: 0; right: 0; bottom: 0; border-right-width: 4px; border-right-style: solid; -webkit-transition: background .2s ease-in-out; transition: background .2s ease-in-out; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-smallTitle { float: left; clear: both; font-size: 16px; line-height: 1; color: #F8F8F8; position: relative; z-index: 1; opacity: 0; padding: 15px 20px 15px 2000px; margin: 8px 0 0 -2000px; text-align: right; font-weight: 500; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-smallTitle:before { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 6px; background: rgba(0, 0, 0, 0.4); right: 0; top: 0; z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-mainTitle::before, .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-bigTitle:before, .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more:before, .zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-smallTitle:before { -webkit-transform: skew(-20deg); transform: skew(-20deg); } .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext .zn-iosSl-mainTitle::before, .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext .zn-iosSl-bigTitle:before, .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext .zn-iosSl-more:before { -webkit-transform: skew(20deg); transform: skew(20deg); } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle::before, .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle:before, .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-more:before, .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle:before { -webkit-transform: skew(20deg); transform: skew(20deg); } .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle::before, .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle:before, .zn-iosSl-caption.zn-iosSl-caption--style4.s4ext.zn-iosSl-caption--hAlign-right .zn-iosSl-more:before { -webkit-transform: skew(-20deg); transform: skew(-20deg); } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; border-left: 0; left: 0; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle { float: right; left: auto; padding: 15px 2000px 15px 20px; margin: 0 -2000px 0 0; text-align: left; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle::before { border-left: 4px solid #000; border-right: 0; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-more { float: right; margin-left: 0; margin-right: 4px; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-more::before { border-left-width: 4px; border-left-style: solid; border-right-width: 0; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { float: right; left: auto; padding: 10px 2000px 10px 20px; margin: 5px -2000px 0 0; text-align: left; } .zn-iosSl-caption.zn-iosSl-caption--style4.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle::before { background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.35))); background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 60%); } .zn-iosSl-caption.zn-iosSl-caption--style5 { z-index: 1; /* Has separator line */ /* Style 5 - align center */ /* Style 5 - align right */ /* Small TOP title entry animation */ /* Style5 - animations from right */ /* Small TOP title entry animation from right */ } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle { clear: both; margin-top: 0; color: #fff; font-size: 48px; line-height: 1.2; padding: 0; float: left; margin-bottom: 80px; opacity: 0; text-shadow: none; background: none; position: relative; border: 0; /* Has square box */ } @media (max-width: 767px) { .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle { margin-bottom: 35px; } } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasTitleBig, .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-hasLine { margin-bottom: 40px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle:not(.zn-iosSl-hasLine)::before { content: ''; position: absolute; bottom: -20px; width: 50px; height: 3px; background: #fff; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox::before { width: 100px; height: 3px; bottom: -30px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox { margin-bottom: 80px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle .zn-iosSl-sqbox { position: absolute; top: -20%; left: -30px; width: 200px; height: 175%; background: rgba(0, 0, 0, 0.2); z-index: -1; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-bigTitle { float: left; clear: both; position: relative; font-size: 28px; line-height: 1.2; color: #fff; position: relative; opacity: 0; z-index: 1; min-width: 400px; text-align: left; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-mainTitle + .zn-iosSl-bigTitle { margin-bottom: 40px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-smallTitle { float: left; clear: both; position: relative; font-size: 16px; line-height: 1.3; color: #F8F8F8; position: relative; z-index: 1; opacity: 0; text-align: right; font-weight: 400; margin-top: 20px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-titleTop { float: left; position: relative; font-size: 16px; line-height: 1.3; color: rgba(255, 255, 255, 0.8); position: relative; z-index: 1; opacity: 0; font-weight: 400; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-more { clear: left; float: left; position: relative; opacity: 0; padding: 0; margin-bottom: 10px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .btn-fullcolor { margin-right: 10px; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine { width: 90%; margin-bottom: 40px; clear: left; opacity: 0; -webkit-transition: opacity .3s ease-in-out .8s; transition: opacity .3s ease-in-out .8s; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine.zn-iosSl-mainTitle--hasImageBoxes { width: 60%; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine span { width: 70px; height: 3px; position: relative; display: block; background-color: #cd2122; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine .zn-iosSl-separatorLine-inner { position: relative; } .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine .zn-iosSl-separatorLine-inner::before, .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine .zn-iosSl-separatorLine-inner::after { content: ''; width: calc(100% - 80px); height: 1px; position: absolute; top: 1px; background: rgba(255, 255, 255, 0.2); display: block; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-left .zn-iosSl-separatorLine-inner::before { display: none; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-left .zn-iosSl-separatorLine-inner::after { left: 80px; } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine { opacity: 1; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center { text-align: center; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle { float: none; text-align: center; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle::before { left: 50%; margin-left: -25px; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-bigTitle { float: none; text-align: center; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-smallTitle { float: none; text-align: center; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-titleTop { float: none; text-align: center; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-more { clear: left; float: none; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox::before { left: 50%; margin-left: -50px; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle .zn-iosSl-sqbox { left: 50%; margin-left: -100px; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-separatorLine { clear: both; width: 80%; float: none; text-align: center; margin-left: auto; margin-right: auto; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-separatorLine span { margin: 0 auto; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-separatorLine-inner::before { display: block; width: calc(50% - 45px); left: 0px; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-separatorLine-inner::after { width: calc(50% - 45px); margin-left: auto; margin-right: auto; right: 0; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right { text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { float: right; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle::before { left: auto; margin-left: auto; right: 0; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle { float: right; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { float: right; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-titleTop { float: right; text-align: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-more { clear: right; float: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox::before { right: 0; margin-right: 0; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle .zn-iosSl-sqbox { left: auto; right: -30px; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-separatorLine { clear: right; float: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-separatorLine span { clear: right; float: right; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-separatorLine-inner::after { display: none; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-separatorLine-inner::before { right: 80px; } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-titleTop { left: 0; opacity: 1; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle { left: auto; } .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle, .zn-iosSl-caption.zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-right .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-titleTop { left: auto; } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-titleTop { left: auto; right: 0; opacity: 1; } .zn-iosSl-caption.zn-iosSl-caption--style6 { /* Style6 - from right animation entry */ /* Active animations entry */ } .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-mainTitle { color: #fff; font-size: 44px; text-align: center; line-height: 1.6; padding: 0; margin-bottom: 10px; margin-top: 0; opacity: 0; text-shadow: none; background: none; position: relative; border: 0; } .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-smallTitle { position: relative; font-size: 16px; line-height: 1.3; color: #FFFFFF; position: relative; z-index: 1; opacity: 0; text-align: center; font-weight: 400; margin-top: 0; margin-bottom: 40px; } .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-playvid { text-align: center; opacity: 0; position: relative; -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important; transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important; -webkit-transition-delay: .2s !important; transition-delay: .2s !important; -webkit-transition: opacity .3s, left .3s, right .3s; transition: opacity .3s, left .3s, right .3s; } .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-playvid a { display: inline-block; color: #fff; -webkit-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; } .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-playvid a:hover { opacity: .5; } .zn-iosSl-caption.zn-iosSl-caption--style6.zn-iosSl-caption--hAlign-right .zn-iosSl-playvid { left: auto; } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--style6 .zn-iosSl-playvid { left: 0; opacity: 1; } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--style6.zn-iosSl-caption--hAlign-right .zn-iosSl-playvid { opacity: 1; right: 0; left: auto; } .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-mainTitle { opacity: 0; -webkit-transform: translateX(100px); transform: translateX(100px); } .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-smallTitle { opacity: 0; -webkit-transform: translateX(-100px); transform: translateX(-100px); } .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-mainTitle { opacity: 0; -webkit-transform: translateX(-100px); transform: translateX(-100px); } .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-smallTitle { opacity: 0; -webkit-transform: translateX(100px); transform: translateX(100px); } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-mainTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-mainTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-bigTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-bigTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-more, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-more, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromleft .zn-iosSl-smallTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-fromright .zn-iosSl-smallTitle { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } .zn-iosSl-caption.sfb .zn-iosSl-mainTitle { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } .zn-iosSl-caption.sfb .zn-iosSl-bigTitle, .zn-iosSl-caption.sfb .zn-iosSl-more, .zn-iosSl-caption.sfb .zn-iosSl-smallTitle { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); } .slick-item--activated .zn-iosSl-caption .zn-iosSl-mainTitle, .slick-item--activated .zn-iosSl-caption .zn-iosSl-bigTitle, .slick-item--activated .zn-iosSl-caption .zn-iosSl-more, .slick-item--activated .zn-iosSl-caption .zn-iosSl-smallTitle { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-mainTitle { opacity: 0; -webkit-transform: scale(1.3); transform: scale(1.3); -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; } .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-smallTitle { opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); } .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-mainTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-bigTitle, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-more, .slick-item--activated .zn-iosSl-caption.zn-iosSl-caption--effect-zoomin .zn-iosSl-smallTitle { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .zn-iosSl-caption.zn-iosSl-caption--hAlign-left .zn-iosSl-mainTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-left .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-left .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--hAlign-left .zn-iosSl-smallTitle { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .zn-iosSl-caption.zn-iosSl-caption--hAlign-right .zn-iosSl-mainTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-right .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-right .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--hAlign-right .zn-iosSl-smallTitle { -webkit-transform-origin: 0 50%; transform-origin: 0 50%; } .zn-iosSl-caption.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-center .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--hAlign-center .zn-iosSl-more, .zn-iosSl-caption.zn-iosSl-caption--hAlign-center .zn-iosSl-smallTitle { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } .zn-iosSl-caption .zn-iosSl-mainTitle, .zn-iosSl-caption .zn-iosSl-bigTitle, .zn-iosSl-caption .zn-iosSl-smallTitle, .zn-iosSl-caption .zn-iosSl-more { -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important; transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .zn-iosSl-caption .zn-iosSl-mainTitle { -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-transition-delay: .6s !important; transition-delay: .6s !important; } .zn-iosSl-caption .zn-iosSl-bigTitle { -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-transition-delay: .3s !important; transition-delay: .3s !important; } .zn-iosSl-caption .zn-iosSl-smallTitle { -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-transition-delay: .5s !important; transition-delay: .5s !important; } .zn-iosSl-caption .zn-iosSl-more { -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-transition-delay: .4s; transition-delay: .4s; } /* controls */ @media (max-width: 1279px) { .zn-iosSl-nav { display: none; } } .zn-iosSl-nav .znSlickNav-arr { position: absolute; top: 50%; margin-top: -25px; width: 100px; height: 50px; z-index: 10; opacity: .5; cursor: pointer; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .zn-iosSl-nav .znSlickNav-arr svg { width: 50px; height: 50px; } .zn-iosSl-nav .znSlickNav-arr polyline { stroke: #fff; stroke-width: 5; } .zn-iosSl-nav .znSlickNav-arr:hover { opacity: 1 !important; } .zn-iosSl-nav .znSlickNav-arr:hover polyline { stroke-width: 10; } .zn-iosSl-nav .znSlickNav-arr:active polyline { stroke-width: 15; } .zn-iosSl-nav .znSlickNav-arr .btn-label { background: rgba(0, 0, 0, 0.4); color: #fff; font-weight: 700; display: inline-block; padding: 0 4px; line-height: 20px; position: absolute; top: 50%; margin-top: -10px; opacity: 0; display: none; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .zn-iosSl-nav .znSlickNav-prev { left: 35px; } .zn-iosSl-nav .znSlickNav-prev:hover { left: 20px; } .zn-iosSl-nav .znSlickNav-prev .btn-label { right: -20px; } .zn-iosSl-nav .znSlickNav-prev:hover .btn-label { right: -5px; opacity: 1; } .zn-iosSl-nav .znSlickNav-next { right: 35px; } .zn-iosSl-nav .znSlickNav-next:hover { right: 20px; } .zn-iosSl-nav .znSlickNav-next .btn-label { left: -20px; } .zn-iosSl-nav .znSlickNav-next:hover .btn-label { left: -5px; opacity: 1; } /* Selectors V1 */ .zn-iosSl-dots.bullets { position: absolute; bottom: 10px; width: auto; right: 20px; text-align: center; z-index: 1; display: inline; text-align: center; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; } .zn-iosSliderEl:hover .zn-iosSl-dots.bullets { opacity: 1; } .zn-iosSl-dots.bullets .slick-active { opacity: 1; } .zn-iosSl-dots.bullets .slickBtn { background-color: #fff; } .zn-iosSl-dots.bullets li:first-child { margin-left: 0; } .zn-iosSl-dots.bullets + .tonext-btn { bottom: 110px; } /* Selectors V2 */ .zn-iosSl-dots.bullets2 { position: absolute; bottom: 20px; width: auto; right: 20px; z-index: 1; text-align: right; } .zn-iosSl-dots.bullets2 ul { display: inline-block; text-align: right; margin-right: 25px; direction: rtl; } .zn-iosSl-dots.bullets2 li { display: block; width: 40px; height: 7px; padding: 4px 0; margin: 0; opacity: 0.6; -webkit-transition: opacity .2s ease-in-out, width .2s ease-in-out; transition: opacity .2s ease-in-out, width .2s ease-in-out; } .zn-iosSl-dots.bullets2 li:hover, .zn-iosSl-dots.bullets2 li.slick-active { opacity: 1; width: 50px; } .zn-iosSl-dots.bullets2 .slickBtn { display: block; width: 100%; height: 2px; margin: 0; background-color: #fff; border-radius: 0; } .zn-iosSl--faded .zn-iosSl-fadeMask { position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 25%; height: 25vh; pointer-events: none; background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), to(whitesmoke)); background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, whitesmoke 100%); } .zn-iosSl--faded .zn-iosSl-dots.bullets li { background: #888; } /* Image Boxes */ .zn-iosSl-imageBoxes { display: none; } @media (min-width: 992px) and (min-height: 600px) { .zn-iosSl-imageBoxes { position: absolute; display: block; max-width: 265px; width: 100%; height: calc(100% - 100px); top: 100px; right: calc((100vw - 970px) / 2); z-index: 1; } .zn-iosSl-imageBoxes.zn-iosSl-imageBoxes--hAlign-right, .zn-iosSl-imageBoxes.fromright { left: calc((100vw - 970px) / 2); right: auto; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-inner { position: relative; top: 50%; height: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); padding: 30% 0; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item { margin-top: 30px; width: auto; opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); -webkit-backface-visibility: hidden; backface-visibility: hidden; display: block; border-radius: 5px; height: 100%; -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); background-position: right center; background-size: contain; background-repeat: no-repeat; } .slick-item--activated .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .slick-item--activated .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:hover { -webkit-transform: scale(1.03); transform: scale(1.03); opacity: .8; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item.zn-iosSl-imageBoxes-item--1 { -webkit-transition-delay: .1s; transition-delay: .1s; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item.zn-iosSl-imageBoxes-item--2 { -webkit-transition-delay: .2s; transition-delay: .2s; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item.zn-iosSl-imageBoxes-item--3 { -webkit-transition-delay: .3s; transition-delay: .3s; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child { margin-top: 0; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child:nth-last-child(1) { height: 100%; height: 100%; } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child:nth-last-child(2), .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child:nth-last-child(2) ~ .zn-iosSl-imageBoxes-item { height: calc(50% - 20px); } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child:nth-last-child(3), .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-item:first-child:nth-last-child(3) ~ .zn-iosSl-imageBoxes-item { height: calc(33.3333% - 20px); } .zn-iosSl-imageBoxes .zn-iosSl-imageBoxes-img { width: 100%; height: 100%; } } @media (min-width: 1200px) { .zn-iosSl-imageBoxes { right: calc((100vw - 1170px) / 2); } .zn-iosSl-imageBoxes.zn-iosSl-imageBoxes--hAlign-right, .zn-iosSl-imageBoxes.fromright { left: calc((100vw - 1170px) / 2); } } /* Mask Container behaviours */ .zn-iosSliderEl[class*="maskcontainer--"] .tonext-btn { bottom: 60px; } .zn-iosSliderEl[class*="maskcontainer--"] .zn-iosSl-dots.bullets { bottom: 75px; } .zn-iosSliderEl[class*="maskcontainer--"] .zn-iosSlider .zn-iosSl-caption--vAlign-bottom { bottom: 70px; } @media (min-width: 992px) and (max-width: 1279px) { /* Captions */ .zn-iosSlider .zn-iosSl-caption .zn-iosSl-mainTitle { font-size: 26px; } .zn-iosSlider .zn-iosSl-caption .zn-iosSl-bigTitle { font-size: 28px; } .zn-iosSlider .zn-iosSl-caption .zn-iosSl-smallTitle { font-size: 16px; } /* Style 1 */ .zn-iosSl-caption--style1 .zn-iosSl-mainTitle { margin-bottom: 40px; } .zn-iosSl-caption--style1 .zn-iosSl-more { height: 56px; } .zn-iosSl-caption--style1 .zn-iosSl-more .zn-iosSl-moreArrow { line-height: 56px; } /* Style 2 */ .zn-iosSl-caption--style2 .zn-iosSl-mainTitle { margin-bottom: 40px; } /* Style 3 */ .zn-iosSl-caption--style3 .zn-iosSl-mainTitle { margin-bottom: 40px; } /* Style 4 */ .zn-iosSl-caption--style4 .zn-iosSl-mainTitle { margin-bottom: 40px; } .zn-iosSl-caption--style4 .zn-iosSl-more { font-size: 18px; line-height: 58px; height: 58px; padding-left: 20px; padding-right: 20px; } /* Style 5 */ .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox { margin-bottom: 60px; } } @media (max-width: 991px) { /* Captions */ .zn-iosSlider .zn-iosSl-caption--vAlign-bottom, .zn-iosSlider .zn-iosSl-caption--vAlign-middle { top: auto; margin-top: 0; bottom: 35px; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .zn-iosSlider .zn-iosSl-caption .zn-iosSl-mainTitle { font-size: 22px; } .zn-iosSlider .zn-iosSl-caption .zn-iosSl-bigTitle { font-size: 18px; } .zn-iosSlider .zn-iosSl-caption .zn-iosSl-smallTitle { font-size: 14px; } /* Style 1 */ .zn-iosSl-caption--style1 .zn-iosSl-mainTitle { margin-bottom: 15px; line-height: 1.3; padding-top: 7px; padding-bottom: 7px; } .zn-iosSl-caption--style1 .zn-iosSl-more { height: 46px; } .zn-iosSl-caption--style1 .zn-iosSl-more .zn-iosSl-moreArrow { line-height: 46px; } /* Style 2 */ .zn-iosSl-caption--style2 .zn-iosSl-mainTitle { margin-bottom: 15px; line-height: 1.3; padding-top: 7px; padding-bottom: 7px; } .zn-iosSl-caption--style2 .zn-iosSl-more { height: 26px; width: 26px; } .zn-iosSl-caption--style2 .zn-iosSl-more .zn-iosSl-moreArrow { line-height: 26px; width: 26px; font-size: 12px; } /* Style 3 */ .zn-iosSl-caption--style3 .zn-iosSl-mainTitle { margin-bottom: 15px; line-height: 1.3; padding-top: 7px; padding-bottom: 7px; } /* Style 3 Extended */ .zn-iosSl-caption--style3.s3ext .zn-iosSl-mainTitle { margin-bottom: 40px; } .zn-iosSl-caption--style3.s3ext .zn-iosSl-smallTitle { margin-bottom: 10px; } /* Style 4 */ .zn-iosSl-caption--style4 .zn-iosSl-mainTitle { margin-bottom: 40px; padding: 8px 25px; line-height: 1.5; } .zn-iosSl-caption--style4 .zn-iosSl-more { font-size: 14px; line-height: 48px; height: 48px; padding-left: 15px; padding-right: 15px; } /* Style 5 */ .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox { margin-bottom: 30px; } .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox::before { width: 70px; height: 2px; bottom: -10px; } .zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle::before { margin-left: -25px; } .zn-iosSl-caption--style5.zn-iosSl-caption--hAlign-center .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasSqBox::before { margin-left: -35px; } .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasTitleBig, .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-hasLine { margin-bottom: 30px; } .zn-iosSl-caption--style5 .zn-iosSl-separatorLine { margin-bottom: 30px; } .zn-iosSl-dots.thumbs { max-width: 970px; width: 100%; margin-left: auto; left: 0; } .kl-slideshow .scrollbarContainer { width: 100%; } } @media (max-width: 767px) { /* Captions */ .zn-iosSliderEl .zn-iosSl-caption { width: 95%; } /* Style 1 */ .zn-iosSl-caption--style1 .zn-iosSl-more { width: 28px; } .zn-iosSl-caption--style1 .zn-iosSl-more .zn-iosSl-moreArrow { width: 26px; } /* Style 4 */ .zn-iosSl-caption--style4 .zn-iosSl-mainTitle { margin-bottom: 20px; } .zn-iosSl-caption--style4 .zn-iosSl-bigTitle { font-size: 16px; margin-bottom: 5px; } .zn-iosSl-caption--style4 .zn-iosSl-smallTitle { font-size: 13px; } .zn-iosSl-caption--style4 .zn-iosSl-more { font-size: 13px; line-height: 48px; height: 48px; padding-left: 15px; padding-right: 15px; } /* Style 5 */ .zn-iosSl-caption--style5 .zn-iosSl-sqbox { display: none; } .zn-iosSl-caption--style5 .zn-iosSl-mainTitle + .zn-iosSl-bigTitle, .zn-iosSl-caption--style5 .zn-iosSl-bigTitle { margin-bottom: 10px; } .zn-iosSl-caption--style5 .zn-iosSl-more .btn { font-size: 12px; } .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasTitleBig, .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-hasLine { margin-bottom: 20px; } .zn-iosSl-caption--style5 .zn-iosSl-separatorLine { margin-bottom: 20px; } /* Style 6 */ .zn-iosSl-caption--style6 .zn-iosSl-mainTitle { margin-bottom: 20px; } /* Bullets */ .zn-iosSl-dots { display: none !important; } } @media (max-width: 480px) { /* Style 4 */ .zn-iosSl-caption--style4 .zn-iosSl-smallTitle { display: none; } /* Style 5 */ .zn-iosSl-caption--style5 .zn-iosSl-titleTop, .zn-iosSl-caption--style5 .zn-iosSl-smallTitle { display: none; } .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-mainTitle--hasTitleBig, .zn-iosSl-caption--style5 .zn-iosSl-mainTitle.zn-iosSl-hasLine { margin-bottom: 10px; } .zn-iosSl-caption--style5 .zn-iosSl-separatorLine { margin-bottom: 10px; } }
0.621426
0.379292
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { background: #F2F2F2; font-family: "Open Sans", sans-serif; font-size: 16px; } .container { width: 90%; max-width: 1000px; margin: auto; overflow: hidden; } .main .about .text .title, .main .projects .title, footer .contact .title { font-size: 34px; line-height: 34px; margin-bottom: 40px; font-weight: 300; color: #D93030; text-align: center; } /* ---- ---- GENERAL ---- ---- */ /* ---- ---- HEADER ---- ---- */ header { background: url('') #723FA6; background-repeat: no-repeat; background-position: center; max-height: 600px; } header .menu { margin: 40px 0; text-align: right; } header .menu a { display: inline-block; margin: 0 20px; color: #F2F2F2; padding-bottom: 9px; text-decoration: none; border-bottom: 2px solid transparent; font-size: 1em; } header .menu a:hover { border-bottom: 2px solid #65728C; } header .text-container { display: flex; justify-content: center; align-content: center; margin: 190px; } header .text-container .text { border: 2px solid rgba(242, 242, 242, 0.5); border-radius: 3px; display: inline-block; text-align: center; padding: 20px 60px; } header .text-container .text h1 { color: #F2F2F2; font-weight: 300; margin: 0; } header .text-container .text .name { margin-bottom: 10px; font-size: 40px; line-height: 50px; } /* ---- ---- HEADER ---- ---- */ /* ---- ---- MAIN ---- ---- */ .main .container{ overflow: visible; } .main .about { text-align: center; } .main .about .picture { margin-top: -50px; display: inline-block; border-radius: 50%; } .main .about .picture img{ /* vertical-align: top; */ border-radius: 15%; border: 5px solid rgba(176, 217, 209, 0.5); } .main .about .text { color: #723FA6; font-weight: 600; font-size: 1em; line-height: 30px; width: 80%; margin: 40px auto 60px auto; } .main .about .text .bold{ color: #65728C; text-decoration: underline; } .main .projects { background-color: #EEEEEE; padding: 60px 0; } .main .projects .container { overflow: hidden; } .main .projects .title { color: #65728C; } .main .projects .projects-container { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; } .main .projects .projects-container .project { width: 30%; margin-bottom: 40px; } .main .projects .projects-container .project:hover { cursor: pointer; } .main .projects .projects-container .project .thumb { width: 100%; margin-bottom: 10px; } .main .projects .projects-container .project .thumb img{ width: 100%; vertical-align: top; border-radius: 3px; } .main .projects .projects-container .project .description { text-align: center; } .main .projects .projects-container .project .name { font-weight: 700; color: #723FA6; margin-bottom: 10px; } .main .projects .projects-container .project .category { font-size: 14px; color: #65728C; } .main .roulette .container, .main .roulette .roulette-container { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; padding-top: 20px; } .main .roulette .showRoulette, .main .roulette .roulette-container .draw-form .spin { text-align: center; width: 100%; background: #65728C; border: none; border-radius: 3px; cursor: pointer; } .main .roulette .showRoulette p, .main .roulette .roulette-container .draw-form .spin p { font-weight:700; color: #B0D9D1; margin: 10px; font-size: 1em; } .main .roulette .showRoulette:hover, .main .roulette .roulette-container .draw-form .spin:hover { background: #723FA6; } .main .roulette .roulette-container { width: 100%; display: none; } .main .roulette .roulette-container .canvas-container { width: 70%; } .main .roulette .roulette-container .canvas-container canvas{ width: 100%; max-height: 700px; } .main .roulette .roulette-container .draw-form { width: 25%; display: flex; flex-direction: column; } .main .roulette .roulette-container .draw-form .spin { margin-bottom: 10px; } .main .roulette .roulette-container .draw-form .optionsDraw { min-width: 100%; max-width: 100%; min-height: 150px; max-height: 700px; height: 100%; resize: none; overflow: visible; border: 2px solid #723FA6; border-radius: 5px; padding: 15px; font-size: 15px; color: #65728C; outline: none; } .main .roulette .roulette-container .draw-form .optionsDraw:focus { border: 2px solid #65728C; } /* ---- ---- MAIN ---- ---- */ /* ---- ---- FOOTER ---- ---- */ footer .contact { padding: 60px 0; } footer .contact .title { color: #D93030; } footer .contact .contact-form { display: flex; flex-wrap: wrap; justify-content: space-between; } footer .contact .contact-form input[type="text"], footer .contact .contact-form input[type="email"], footer .contact .contact-form textarea { border: 2px solid #723FA6; border-radius: 5px; padding: 15px 20px; font-size: 20px; color: #65728C; outline: none; } footer .contact .contact-form input[type="text"]:focus, footer .contact .contact-form input[type="email"]:focus, footer .contact .contact-form textarea:focus { border: 2px solid #65728C; } footer .contact .contact-form input[type="text"], footer .contact .contact-form input[type="email"] { width: 49%; margin-bottom: 15px; } footer .contact .contact-form textarea { min-width: 100%; max-width: 100%; min-height: 100px; max-height: 300px; margin-bottom: 15px; } footer .contact .contact-form .button { margin: auto; background: #65728C; color: #B0D9D1; border: none; border-radius: 3px; padding: 15px 40px; cursor: pointer; } footer .contact .contact-form .button:hover { background: #723FA6; } footer .social-networks { background: #723FA6; padding: 60px 0; } footer .social-networks .container { display: flex; justify-content: center; } footer .social-networks a { color: #F2F2F2; text-align: center; width: 100px; display: block; padding: 15px 0; border-radius: 3px; font-size: 30px; margin: 0 20px; } footer .social-networks .discord:hover {background: #7289da;} footer .social-networks .github:hover {background: #4078c0;} footer .social-networks .instagram:hover {background: #405de6;} /* ---- ---- FOOTER ---- ---- */
css/style.css
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { background: #F2F2F2; font-family: "Open Sans", sans-serif; font-size: 16px; } .container { width: 90%; max-width: 1000px; margin: auto; overflow: hidden; } .main .about .text .title, .main .projects .title, footer .contact .title { font-size: 34px; line-height: 34px; margin-bottom: 40px; font-weight: 300; color: #D93030; text-align: center; } /* ---- ---- GENERAL ---- ---- */ /* ---- ---- HEADER ---- ---- */ header { background: url('') #723FA6; background-repeat: no-repeat; background-position: center; max-height: 600px; } header .menu { margin: 40px 0; text-align: right; } header .menu a { display: inline-block; margin: 0 20px; color: #F2F2F2; padding-bottom: 9px; text-decoration: none; border-bottom: 2px solid transparent; font-size: 1em; } header .menu a:hover { border-bottom: 2px solid #65728C; } header .text-container { display: flex; justify-content: center; align-content: center; margin: 190px; } header .text-container .text { border: 2px solid rgba(242, 242, 242, 0.5); border-radius: 3px; display: inline-block; text-align: center; padding: 20px 60px; } header .text-container .text h1 { color: #F2F2F2; font-weight: 300; margin: 0; } header .text-container .text .name { margin-bottom: 10px; font-size: 40px; line-height: 50px; } /* ---- ---- HEADER ---- ---- */ /* ---- ---- MAIN ---- ---- */ .main .container{ overflow: visible; } .main .about { text-align: center; } .main .about .picture { margin-top: -50px; display: inline-block; border-radius: 50%; } .main .about .picture img{ /* vertical-align: top; */ border-radius: 15%; border: 5px solid rgba(176, 217, 209, 0.5); } .main .about .text { color: #723FA6; font-weight: 600; font-size: 1em; line-height: 30px; width: 80%; margin: 40px auto 60px auto; } .main .about .text .bold{ color: #65728C; text-decoration: underline; } .main .projects { background-color: #EEEEEE; padding: 60px 0; } .main .projects .container { overflow: hidden; } .main .projects .title { color: #65728C; } .main .projects .projects-container { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; } .main .projects .projects-container .project { width: 30%; margin-bottom: 40px; } .main .projects .projects-container .project:hover { cursor: pointer; } .main .projects .projects-container .project .thumb { width: 100%; margin-bottom: 10px; } .main .projects .projects-container .project .thumb img{ width: 100%; vertical-align: top; border-radius: 3px; } .main .projects .projects-container .project .description { text-align: center; } .main .projects .projects-container .project .name { font-weight: 700; color: #723FA6; margin-bottom: 10px; } .main .projects .projects-container .project .category { font-size: 14px; color: #65728C; } .main .roulette .container, .main .roulette .roulette-container { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; padding-top: 20px; } .main .roulette .showRoulette, .main .roulette .roulette-container .draw-form .spin { text-align: center; width: 100%; background: #65728C; border: none; border-radius: 3px; cursor: pointer; } .main .roulette .showRoulette p, .main .roulette .roulette-container .draw-form .spin p { font-weight:700; color: #B0D9D1; margin: 10px; font-size: 1em; } .main .roulette .showRoulette:hover, .main .roulette .roulette-container .draw-form .spin:hover { background: #723FA6; } .main .roulette .roulette-container { width: 100%; display: none; } .main .roulette .roulette-container .canvas-container { width: 70%; } .main .roulette .roulette-container .canvas-container canvas{ width: 100%; max-height: 700px; } .main .roulette .roulette-container .draw-form { width: 25%; display: flex; flex-direction: column; } .main .roulette .roulette-container .draw-form .spin { margin-bottom: 10px; } .main .roulette .roulette-container .draw-form .optionsDraw { min-width: 100%; max-width: 100%; min-height: 150px; max-height: 700px; height: 100%; resize: none; overflow: visible; border: 2px solid #723FA6; border-radius: 5px; padding: 15px; font-size: 15px; color: #65728C; outline: none; } .main .roulette .roulette-container .draw-form .optionsDraw:focus { border: 2px solid #65728C; } /* ---- ---- MAIN ---- ---- */ /* ---- ---- FOOTER ---- ---- */ footer .contact { padding: 60px 0; } footer .contact .title { color: #D93030; } footer .contact .contact-form { display: flex; flex-wrap: wrap; justify-content: space-between; } footer .contact .contact-form input[type="text"], footer .contact .contact-form input[type="email"], footer .contact .contact-form textarea { border: 2px solid #723FA6; border-radius: 5px; padding: 15px 20px; font-size: 20px; color: #65728C; outline: none; } footer .contact .contact-form input[type="text"]:focus, footer .contact .contact-form input[type="email"]:focus, footer .contact .contact-form textarea:focus { border: 2px solid #65728C; } footer .contact .contact-form input[type="text"], footer .contact .contact-form input[type="email"] { width: 49%; margin-bottom: 15px; } footer .contact .contact-form textarea { min-width: 100%; max-width: 100%; min-height: 100px; max-height: 300px; margin-bottom: 15px; } footer .contact .contact-form .button { margin: auto; background: #65728C; color: #B0D9D1; border: none; border-radius: 3px; padding: 15px 40px; cursor: pointer; } footer .contact .contact-form .button:hover { background: #723FA6; } footer .social-networks { background: #723FA6; padding: 60px 0; } footer .social-networks .container { display: flex; justify-content: center; } footer .social-networks a { color: #F2F2F2; text-align: center; width: 100px; display: block; padding: 15px 0; border-radius: 3px; font-size: 30px; margin: 0 20px; } footer .social-networks .discord:hover {background: #7289da;} footer .social-networks .github:hover {background: #4078c0;} footer .social-networks .instagram:hover {background: #405de6;} /* ---- ---- FOOTER ---- ---- */
0.32029
0.066691
html { height: 100%; } body { background-color: var(--background-color); color: var(--color); font-family: var(--font-family); height: 100%; line-height: 1.4; } a { border: 0; color: var(--link-color); font-weight: 400; outline: none; text-decoration: none; } a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; } .vscode-light a:focus { outline-color: var(--background-color--darken-30); } .vscode-dark a:focus { outline-color: var(--background-color--lighten-30); } b { font-weight: 600; } code, .shortcut-key { border-radius: 3px; padding: 1px 5px; vertical-align: bottom; } .vscode-dark code, .vscode-dark .shortcut-key { background-color: var(--background-color--lighten-15); border-bottom: 2px solid var(--background-color--lighten-15); } .vscode-light code, .vscode-light .shortcut-key { background-color: var(--background-color--darken-15); border-bottom: 2px solid var(--background-color--darken-15); } .setting-key { border-radius: 3px; font-family: monospace; font-size: 0.9em; padding: 1px 5px; vertical-align: text-top; } .vscode-dark .setting-key { background-color: var(--background-color--lighten-15); border-bottom: 2px solid var(--background-color--lighten-15); } .vscode-light .setting-key { background-color: var(--background-color--darken-15); border-bottom: 2px solid var(--background-color--darken-15); } h1 { border: none; font-size: 2.77em; font-weight: 400; margin: 0; padding: 0; white-space: nowrap; } h2 { font-size: 1.5em; font-weight: 200; line-height: normal; margin: 1em 0 0.3em 0; white-space: nowrap; } h3 { font-size: 1.17em; font-weight: 200; line-height: normal; margin: 1em 0 0.3em 0; white-space: nowrap; } header { align-items: center; display: flex; flex-wrap: wrap; margin-bottom: 1em; } input, select, button { font-family: var(--font-family); font-size: inherit; margin: 0; } input[type=checkbox] { background: none; border: none; cursor: pointer; margin: 0; padding: 0 10px; } input[type=checkbox]:focus { background: rgba(0, 0, 0, 0.1); border-radius: 5px; outline: none; } input[type=checkbox][disabled] { color: var(--color--75); cursor: default; } input[type=text], input:not([type]) { background: none; border: 1px solid var(--color); color: var(--color); margin: 0 0.75em; max-width: 300px; padding: 4px; width: 100%; } input[type=text]:focus, input:not([type]):focus { background: rgba(0, 0, 0, 0.1); } input[type=text][disabled], input:not([type])[disabled] { color: var(--color--75); cursor: default; } input[type=text]::placeholder, input:not([type])::placeholder { color: var(--color--50); } label { cursor: pointer; } section { display: flex; flex-wrap: wrap; margin-bottom: 1em; padding: 1rem; } .vscode-light section { background-color: var(--background-color--darken-05); } .vscode-dark section { background-color: var(--background-color--lighten-05); } select { color: var(--color); cursor: pointer; margin: 0 0.75em; padding: 2px; } .vscode-light select { background-color: var(--background-color--darken-05); } .vscode-dark select { background-color: var(--background-color--lighten-05); } select[disabled] { color: var(--color--75); cursor: default; } .vscode-light select option { background-color: var(--background-color--darken-05); } .vscode-dark select option { background-color: var(--background-color--lighten-05); } ul { font-size: 1em; list-style: none; margin: 0; padding: 0; } .button { background: none; border: none; border-radius: 3px; cursor: pointer; display: inline-block; font-size: 0.8em; letter-spacing: 0.25em; margin: 1em 0.5em; padding: 1em 1.75em; text-decoration: none; text-transform: uppercase; user-select: none; white-space: nowrap; } .button:focus { outline: none; } .button--big { font-size: 1.25em; } .button--flat { border: 1px solid rgba(255, 255, 255, 0.6); color: white !important; transition: background-color 250ms, border-color 250ms, color 250ms; } .button--flat:hover { background-color: white; color: black !important; } .preload .button--flat { transition-duration: 0s !important; } .button--flat-inverse { background-color: white; border: 1px solid white; color: black !important; font-weight: 600; transition: background-color 250ms, border-color 250ms, color 250ms; } .button--flat-inverse:hover { background: rgba(0, 0, 0, 0.2); border-color: rgba(255, 255, 255, 0.6); color: white !important; } .preload .button--flat-inverse { transition-duration: 0s !important; } .button--flat-primary { background-color: var(--link-color--darken-20); border: 1px solid var(--link-color--darken-20); color: white !important; font-weight: 600; transition: background-color 250ms, border-color 250ms, color 250ms; } .button--flat-primary:hover { background-color: white; border-color: white; color: black !important; } .preload .button--flat-primary { transition-duration: 0s !important; } .button-group { display: flex; flex-wrap: wrap; } .button-group .button { white-space: nowrap; } .button-group--support-gitlens { justify-content: center; margin: 1.5em 0 1em 0; } .button-group--support-gitlens .button { margin-left: 1.5em; margin-right: 1.5em; white-space: nowrap; } .button-group--support-gitlens-sidebar { font-size: 0.8em; } .button-group--support-gitlens-sidebar .button { font-weight: 400; margin: 0.75em 0; } .changelog { border-radius: 1em; margin: 2em 4em 2em 2em; } .vscode-light .changelog { background-color: var(--background-color--darken-05); box-shadow: inset 0 0 6px 0px rgba(0, 0, 0, 0.05); } .vscode-dark .changelog { background-color: var(--background-color--lighten-075); box-shadow: inset 0 0 6px 0px rgba(255, 255, 255, 0.075); } .changelog__badge { background-color: #0366d6; border-radius: 3px; box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.5); color: #e6e6e6; display: inline-block; font-size: 11px; font-weight: 600; margin-right: 1.25em; padding: 2px 5px; text-align: center; text-transform: uppercase; vertical-align: text-top; width: 65px; } .changelog__badge--added { background-color: #28a745; } .changelog__badge--changed, .changelog__badge--fixed { background-color: #0366d6; } .changelog__badge--version { background-color: #914db3; font-size: 15px; } .changelog__date { font-size: 0.8em; font-variant: small-caps; font-weight: 600; margin-left: -7px; opacity: 0.9; vertical-align: middle; } .changelog__details { align-items: center; display: flex; justify-content: center; padding: 0 7em; position: relative; } .changelog__details:before { border-left: 1px solid rgba(122, 122, 122, 0.15); content: " "; height: calc(100% + 7px); left: 37px; position: absolute; top: 1px; } .changelog__details--list { flex-direction: column; } .changelog__details--list p { margin-bottom: 0; } .changelog__details--list p:last-child { margin-bottom: 1em; } .changelog__hint { color: var(--color--75); font-weight: 200; margin: 1em; } .changelog__image { margin: 1em 0; max-width: 65%; } .changelog__list { flex: 100% 0 1; font-size: 1.2em; font-weight: 200; line-height: 1.7; list-style-type: none; margin: 1em; } .changelog__list li { margin-bottom: 0.5em; } .changelog__list code { font-size: 0.9em; } .changelog__list-item--version { margin: 2em 0 0.5em 0; padding-top: 2em; } .vscode-dark .changelog__list-item--version { border-top: 1px solid var(--background-color--lighten-30); } .vscode-light .changelog__list-item--version { border-top: 1px solid var(--background-color--darken-30); } .changelog__scroller { flex: 100% 0 0; margin: 1.5em 0 0 0; max-height: 400px; overflow-y: auto; } .vscode-dark .changelog__scroller { border-bottom: 1px solid rgba(255, 255, 255, 0.04); } .vscode-light .changelog__scroller { border-bottom: 1px solid rgba(0, 0, 0, 0.05); } .changelog__title { flex: 100% 0 0; text-align: center; } .changelog__version { background-color: #914db3; border-bottom: 2px solid #914db3; border-radius: 3px; color: #f2f2f2; margin: 0 0.25em; padding: 2px 10px; text-align: center; vertical-align: bottom; } .command { font-weight: 600; padding: 1px 3px; } .container { align-items: center; display: flex; justify-content: center; min-height: 100%; min-width: 100%; } .content { margin-top: 3em; flex: auto 1 1; max-width: 1200px; min-width: 450px; width: 90%; } .cta__container { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 3em; } .cta__container p { margin-top: -1em; opacity: 0.4; } .cta__primary { margin: 0 1em; } .cta__secondary { margin: 0 1em; } .section-list { font-weight: 200; list-style: disc; margin: 0 0 2em 2em; } .section-list li { margin-bottom: 0.5em; } .header__blurb { color: var(--color--75); flex: 55% 2 1; font-size: 1.2em; font-weight: 200; margin: -1em 0 0 6em; min-width: 345px; } @media all and (max-width: 880px) { .header__blurb { margin: 0 2em; } } .header__link { color: var(--color); outline: none; } .header__link:hover, .header__link:active, .header__link:focus { color: var(--color); outline: none; } .header__logo { display: flex; flex-wrap: nowrap; } .header__subtitle { color: var(--color--50); display: block; font-size: 2em; font-weight: 100; margin-top: -0.2em; white-space: nowrap; } .icon { background-color: var(--color); display: inline-block; height: 24px; margin-bottom: -9px; width: 19px; } .icon__info { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125"><path fill="none" d="M0 0h100v100H0z"/><path d="M50 21a29 29 0 1 0 29 29 29 29 0 0 0-29-29zm0 55a26 26 0 1 1 26-26 26 26 0 0 1-26 26z"/><path d="M48 45l-1 1v18l1 1h4l1-1V46l-1-1zm0-10l-1 1v4l1 1h4l1-1v-4l-1-1z"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125"><path fill="none" d="M0 0h100v100H0z"/><path d="M50 21a29 29 0 1 0 29 29 29 29 0 0 0-29-29zm0 55a26 26 0 1 1 26-26 26 26 0 0 1-26 26z"/><path d="M48 45l-1 1v18l1 1h4l1-1V46l-1-1zm0-10l-1 1v4l1 1h4l1-1v-4l-1-1z"/></svg>'); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; } .icon--lg { height: 36px; margin-bottom: -16px; width: 30px; } .image__logo { margin: 9px 1em 0 0; max-height: 64px; max-width: 64px; } .image__preview { border-radius: 8px; box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.8), 0px 0px 12px 1px rgba(0, 0, 0, 0.5); } .image__preview--overlay { left: 0; position: absolute; top: 0; } .label__hint { color: var(--color--75); display: block; font-weight: 200; margin: 1em 2em; } .list-button { border: none; color: var(--color); cursor: pointer; font-size: 1em; height: 5em; margin: 5px 1px; max-width: 475px; padding: 12px 10px; text-align: left; width: calc(100% - 2px); } .vscode-light .list-button { background-color: var(--background-color--darken-05); } .vscode-dark .list-button { background-color: var(--background-color--lighten-05); } .vscode-light .list-button:hover, .vscode-light .list-button:focus { background-color: var(--background-color--darken-075); } .vscode-dark .list-button:hover, .vscode-dark .list-button:focus { background-color: var(--background-color--lighten-075); } .list-button:focus { outline: 0; } .vscode-light .list-button:focus { border: 1px solid var(--background-color--darken-15); } .vscode-dark .list-button:focus { border: 1px solid var(--background-color--lighten-15); } .list-button__title { font-size: 1em; font-weight: 400; margin: 0; margin-bottom: .25em; overflow: hidden; text-overflow: ellipsis; } .list-button__detail { color: var(--color--75); display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .page-header { margin: 1em 0 2em 0; position: relative; } .page-header--sticky { background: var(--background-color); margin: 1em 0 1em 0; padding-bottom: 1em; position: sticky; top: 0; z-index: 1; } .issue-item { clear: both; margin-bottom: 25px; margin-top: 0; padding: 0; } .vscode-light .issue-item { background-color: var(--background-color--darken-05); } .vscode-dark .issue-item { background-color: var(--background-color--lighten-05); } .issue-item.collapsed .issue-content { display: none; } .issue-item.collapsed .fa.fa-chevron-up:before { content: "\F078"; } .issue-item.collapsed .fa.fa-chevron-down:before { content: "\F077"; } .issue-item:after, .issue-item:before { display: table; } .issue-title { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-image: none; border-style: solid solid none; border-width: 2px 0 0; color: inherit; margin-bottom: 0; padding: 15px 90px 8px 15px; min-height: 48px; position: relative; clear: both; } .form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar { box-shadow: none; } .chat-activity-list .chat-element { border-bottom: 1px solid #e7eaec; } .chat-element:first-child { margin-top: 0; } .chat-element:last-child { border-bottom: none; } .chat-element { padding-bottom: 15px; } .chat-element, .chat-element .media { margin-top: 15px; } .chat-element, .media-body { overflow: hidden; } .chat-element .media-body { display: block; width: auto; } .chat-element > .float-left { margin-right: 10px; } .chat-element img.rounded-circle, .dropdown-messages-box img.rounded-circle { width: 38px; height: 38px; } .chat-element .well { box-shadow: none; margin-top: 10px; margin-bottom: 5px; padding: 10px 20px; font-size: 11px; line-height: 16px; } .chat-element .actions { margin-top: 10px; } .chat-element .photos { margin: 10px 0; } .right.chat-element > .float-right { margin-left: 10px; } .text-right { text-align: right !important; } .chat-message-form .form-group { margin-bottom: 0; } .form-control, .single-line { background-image: none; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; } .issue-content { color: inherit; padding: 15px 20px 20px 20px; border-image: none; border-style: solid solid none; border-width: 1px 0; border-bottom: 1px solid #e7eaec; } .issue-content:first-child { border-top: none; } .issue-content:last-child { border-bottom: none; } .issue-footer { color: inherit; font-size: 90%; padding: 10px 15px; } .form-control:focus, .single-line:focus { border-color: #1ab394; } .has-success .form-control, .has-success .form-control:focus { border-color: #1ab394; } .has-warning .form-control, .has-warning .form-control:focus { border-color: #f8ac59; } .has-error .form-control, .has-error .form-control:focus { border-color: #ed5565; } .form-control.error { border: 1px dotted #cc5965; } textarea { overflow: auto; resize: vertical; } .float-left { float: left; } .float-right { float: right; } .chat-element, .media-body { overflow: hidden; } .chat-element .media-body { display: block; width: auto; } .text-navy { color: #1ab394 !important; } .text-primary { color: inherit !important; } .text-success { color: #1c84c6 !important; } .text-info { color: #23c6c8 !important; } .text-warning { color: #f8ac59 !important; } .text-danger { color: #ed5565 !important; } .text-muted { color: #888888 !important; } .text-white { color: #ffffff; } .m-b-xs { margin-bottom: 5px; } .page-header__row { display: flex; flex-wrap: nowrap; justify-content: space-between; } .page-header__title { flex: 0 0 auto; font-size: 3em; margin: 0; } .page-header__title-actions { flex: 0 0 auto; margin: 1.75em 1em 0 1em; } .page-header__toolbar { display: flex; flex: 1 1 100%; justify-content: flex-end; margin: 1.5em 0 0 0; white-space: nowrap; } @media all and (max-width: 860px) { .page-header__toolbar { margin-right: -9px; } } .page-header__toolbar select, .page-header__toolbar option { background-color: var(--background-color) !important; } .page-header__subtitle { color: var(--color--50); margin: 0.25em 0 0 0; } .section__preview { flex: 30% 1 1; margin-left: 2em; min-width: 400px; position: relative; } .section__settings { display: flex; flex: 100% 1 0; flex-wrap: wrap; margin-right: 1em; } .section__settings--multi > .settings-group { flex-basis: 100%; margin-left: 1em; } .section__header { align-items: baseline; cursor: pointer; display: flex; flex: 100% 0 0; flex-wrap: wrap; margin-bottom: 2em; position: relative; } .section__header:after { background-color: var(--color--75); content: ''; height: 40px; -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125"><path d="M50 62a3 3 0 0 1-2-1L26 44a3 3 0 0 1 3-5l21 16 21-16a3 3 0 1 1 3 5L52 61a3 3 0 0 1-2 1z"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125"><path d="M50 62a3 3 0 0 1-2-1L26 44a3 3 0 0 1 3-5l21 16 21-16a3 3 0 1 1 3 5L52 61a3 3 0 0 1-2 1z"/></svg>'); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 32px 40px; mask-size: 32px 40px; position: absolute; right: 0; top: 0; transition: transform 500ms cubic-bezier(0, 1.5, 1, 1); width: 32px; } .section__header.collapsed { margin-bottom: 0; } .section__header.collapsed:after { transform: rotateX(180deg); } .section__header.collapsed + .section__settings { display: none; } .section__title { flex: 100% 1 0; margin: 0; } .section__title-hint { color: var(--color--75); font-weight: 200; margin: 0.25em 0; } .section-group__content { flex: auto 1 1; margin-bottom: 50%; min-width: 0; } .section-group__sidebar { align-self: flex-start; margin: -6.4em 0 0 3em; max-width: 179px; position: sticky; top: 0; z-index: 2; } .section-group__sidebar li { white-space: nowrap; } @media all and (max-width: 860px) { .section-group__sidebar--settings { display: none; } } .section-group__sidebar--welcome { margin-right: 3em; } @media all and (max-width: 560px) { .section-group__sidebar--welcome { display: none; } } .section-group-section p { font-size: 1.1em; font-weight: 200; margin: 1em 0.25em; } .section-group-section__cols { display: flex; flex-wrap: wrap; } .section-group-section__col { flex: 45% 1 1; margin: 0 4px; min-width: 300px; } .section-groups { display: flex; justify-content: space-around; margin-top: -1em; } .settings-group { flex: 2 1; margin-bottom: 1em; min-width: 300px; } .settings-group__header { font-size: 1.2em; margin: 1em 0 1.5em 0; } .settings-group__header:first-child { margin-top: 0; } .settings-group__header-hint { color: var(--color--75); font-weight: 200; margin-top: -1em; } .settings-group__hint { color: var(--color--75); font-weight: 200; margin-left: 2.3em; text-indent: -2.75em; } .settings-group__hint--more { display: block; margin-top: 0.5em; text-indent: initial; } .settings-group__setting { align-items: baseline; display: flex; flex: 100% 1 1; flex-wrap: wrap; margin-bottom: 0.75em; position: relative; } .settings-group__setting input[type=checkbox] { flex: 16px 0 0; height: 16px; margin: 0 0.75em 0 0; position: relative; top: 3px; width: 16px; } .settings-group__setting label { flex: auto 0 1; margin-bottom: 0.75em; } .settings-group__setting[disabled] label { color: var(--color--75); cursor: default; } .setting__hint { color: var(--color--50); font-size: 0.9em; margin: -1em 0 1em 1em; } .issues-search-div .issues-sync { flex: 0 0 auto; margin-right: 1em; } .sidebar-group { margin-top: 1em; } .bold { font-weight: 600; } .center { text-align: center; } .hidden { display: none !important; } .mb-2 { margin-bottom: 2em !important; } .ml-1 { margin-left: 1em; } .ml-2 { margin-left: 2em; } .ml-3 { margin-left: 3em; } .ml-4 { margin-left: 4em; } .non-interactive { cursor: default !important; } .nowrap { flex-wrap: nowrap !important; } .popup { box-shadow: 0px 0px 28px 0 rgba(0, 0, 0, 0.5); cursor: default; padding: 1em; position: absolute; top: 46px; width: 410px; z-index: 1; } .popup:before { background: transparent; border: 12px solid transparent; content: ""; left: 50%; position: absolute; pointer-events: none; top: -24px; z-index: 1001; } .vscode-light .popup:before { border-bottom-color: var(--background-color--darken-075); } .vscode-dark .popup:before { border-bottom-color: var(--background-color--lighten-075); } .vscode-light .popup { background: var(--background-color--darken-075); } .vscode-dark .popup { background: var(--background-color--lighten-075); } .token-popup__hint { color: var(--color--75); display: inline-block; font-weight: 200; margin: 1.25em 0.5em 0 0.25em; } .token-popup__title { color: var(--color); font-weight: 400; margin: 0.25em 0 1em 0; text-align: center; } .token-popup__table { border-collapse: collapse; color: var(--color--75); table-layout: fixed; } .vscode-light .token-popup__table tr:nth-child(even) { background-color: rgba(0, 0, 0, 0.05); } .vscode-dark .token-popup__table tr:nth-child(even) { background-color: rgba(255, 255, 255, 0.04); } .token-popup__table td { padding: 6px; } .token-popup__table td i { opacity: 0.6; } .token-popup__table td:first-child { padding: 6px 12px; } .token-popup__table td:last-child { padding-right: 12px; } .token { background: var(--link-color--darken-20); border-bottom: 2px solid var(--link-color--darken-20); border-radius: 3px; color: white; cursor: pointer; display: inline-block; padding: 1px 8px !important; } .token:before { content: "${"; } .token:after { content: "}"; }
out/ui/workspace.css
html { height: 100%; } body { background-color: var(--background-color); color: var(--color); font-family: var(--font-family); height: 100%; line-height: 1.4; } a { border: 0; color: var(--link-color); font-weight: 400; outline: none; text-decoration: none; } a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; } .vscode-light a:focus { outline-color: var(--background-color--darken-30); } .vscode-dark a:focus { outline-color: var(--background-color--lighten-30); } b { font-weight: 600; } code, .shortcut-key { border-radius: 3px; padding: 1px 5px; vertical-align: bottom; } .vscode-dark code, .vscode-dark .shortcut-key { background-color: var(--background-color--lighten-15); border-bottom: 2px solid var(--background-color--lighten-15); } .vscode-light code, .vscode-light .shortcut-key { background-color: var(--background-color--darken-15); border-bottom: 2px solid var(--background-color--darken-15); } .setting-key { border-radius: 3px; font-family: monospace; font-size: 0.9em; padding: 1px 5px; vertical-align: text-top; } .vscode-dark .setting-key { background-color: var(--background-color--lighten-15); border-bottom: 2px solid var(--background-color--lighten-15); } .vscode-light .setting-key { background-color: var(--background-color--darken-15); border-bottom: 2px solid var(--background-color--darken-15); } h1 { border: none; font-size: 2.77em; font-weight: 400; margin: 0; padding: 0; white-space: nowrap; } h2 { font-size: 1.5em; font-weight: 200; line-height: normal; margin: 1em 0 0.3em 0; white-space: nowrap; } h3 { font-size: 1.17em; font-weight: 200; line-height: normal; margin: 1em 0 0.3em 0; white-space: nowrap; } header { align-items: center; display: flex; flex-wrap: wrap; margin-bottom: 1em; } input, select, button { font-family: var(--font-family); font-size: inherit; margin: 0; } input[type=checkbox] { background: none; border: none; cursor: pointer; margin: 0; padding: 0 10px; } input[type=checkbox]:focus { background: rgba(0, 0, 0, 0.1); border-radius: 5px; outline: none; } input[type=checkbox][disabled] { color: var(--color--75); cursor: default; } input[type=text], input:not([type]) { background: none; border: 1px solid var(--color); color: var(--color); margin: 0 0.75em; max-width: 300px; padding: 4px; width: 100%; } input[type=text]:focus, input:not([type]):focus { background: rgba(0, 0, 0, 0.1); } input[type=text][disabled], input:not([type])[disabled] { color: var(--color--75); cursor: default; } input[type=text]::placeholder, input:not([type])::placeholder { color: var(--color--50); } label { cursor: pointer; } section { display: flex; flex-wrap: wrap; margin-bottom: 1em; padding: 1rem; } .vscode-light section { background-color: var(--background-color--darken-05); } .vscode-dark section { background-color: var(--background-color--lighten-05); } select { color: var(--color); cursor: pointer; margin: 0 0.75em; padding: 2px; } .vscode-light select { background-color: var(--background-color--darken-05); } .vscode-dark select { background-color: var(--background-color--lighten-05); } select[disabled] { color: var(--color--75); cursor: default; } .vscode-light select option { background-color: var(--background-color--darken-05); } .vscode-dark select option { background-color: var(--background-color--lighten-05); } ul { font-size: 1em; list-style: none; margin: 0; padding: 0; } .button { background: none; border: none; border-radius: 3px; cursor: pointer; display: inline-block; font-size: 0.8em; letter-spacing: 0.25em; margin: 1em 0.5em; padding: 1em 1.75em; text-decoration: none; text-transform: uppercase; user-select: none; white-space: nowrap; } .button:focus { outline: none; } .button--big { font-size: 1.25em; } .button--flat { border: 1px solid rgba(255, 255, 255, 0.6); color: white !important; transition: background-color 250ms, border-color 250ms, color 250ms; } .button--flat:hover { background-color: white; color: black !important; } .preload .button--flat { transition-duration: 0s !important; } .button--flat-inverse { background-color: white; border: 1px solid white; color: black !important; font-weight: 600; transition: background-color 250ms, border-color 250ms, color 250ms; } .button--flat-inverse:hover { background: rgba(0, 0, 0, 0.2); border-color: rgba(255, 255, 255, 0.6); color: white !important; } .preload .button--flat-inverse { transition-duration: 0s !important; } .button--flat-primary { background-color: var(--link-color--darken-20); border: 1px solid var(--link-color--darken-20); color: white !important; font-weight: 600; transition: background-color 250ms, border-color 250ms, color 250ms; } .button--flat-primary:hover { background-color: white; border-color: white; color: black !important; } .preload .button--flat-primary { transition-duration: 0s !important; } .button-group { display: flex; flex-wrap: wrap; } .button-group .button { white-space: nowrap; } .button-group--support-gitlens { justify-content: center; margin: 1.5em 0 1em 0; } .button-group--support-gitlens .button { margin-left: 1.5em; margin-right: 1.5em; white-space: nowrap; } .button-group--support-gitlens-sidebar { font-size: 0.8em; } .button-group--support-gitlens-sidebar .button { font-weight: 400; margin: 0.75em 0; } .changelog { border-radius: 1em; margin: 2em 4em 2em 2em; } .vscode-light .changelog { background-color: var(--background-color--darken-05); box-shadow: inset 0 0 6px 0px rgba(0, 0, 0, 0.05); } .vscode-dark .changelog { background-color: var(--background-color--lighten-075); box-shadow: inset 0 0 6px 0px rgba(255, 255, 255, 0.075); } .changelog__badge { background-color: #0366d6; border-radius: 3px; box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.5); color: #e6e6e6; display: inline-block; font-size: 11px; font-weight: 600; margin-right: 1.25em; padding: 2px 5px; text-align: center; text-transform: uppercase; vertical-align: text-top; width: 65px; } .changelog__badge--added { background-color: #28a745; } .changelog__badge--changed, .changelog__badge--fixed { background-color: #0366d6; } .changelog__badge--version { background-color: #914db3; font-size: 15px; } .changelog__date { font-size: 0.8em; font-variant: small-caps; font-weight: 600; margin-left: -7px; opacity: 0.9; vertical-align: middle; } .changelog__details { align-items: center; display: flex; justify-content: center; padding: 0 7em; position: relative; } .changelog__details:before { border-left: 1px solid rgba(122, 122, 122, 0.15); content: " "; height: calc(100% + 7px); left: 37px; position: absolute; top: 1px; } .changelog__details--list { flex-direction: column; } .changelog__details--list p { margin-bottom: 0; } .changelog__details--list p:last-child { margin-bottom: 1em; } .changelog__hint { color: var(--color--75); font-weight: 200; margin: 1em; } .changelog__image { margin: 1em 0; max-width: 65%; } .changelog__list { flex: 100% 0 1; font-size: 1.2em; font-weight: 200; line-height: 1.7; list-style-type: none; margin: 1em; } .changelog__list li { margin-bottom: 0.5em; } .changelog__list code { font-size: 0.9em; } .changelog__list-item--version { margin: 2em 0 0.5em 0; padding-top: 2em; } .vscode-dark .changelog__list-item--version { border-top: 1px solid var(--background-color--lighten-30); } .vscode-light .changelog__list-item--version { border-top: 1px solid var(--background-color--darken-30); } .changelog__scroller { flex: 100% 0 0; margin: 1.5em 0 0 0; max-height: 400px; overflow-y: auto; } .vscode-dark .changelog__scroller { border-bottom: 1px solid rgba(255, 255, 255, 0.04); } .vscode-light .changelog__scroller { border-bottom: 1px solid rgba(0, 0, 0, 0.05); } .changelog__title { flex: 100% 0 0; text-align: center; } .changelog__version { background-color: #914db3; border-bottom: 2px solid #914db3; border-radius: 3px; color: #f2f2f2; margin: 0 0.25em; padding: 2px 10px; text-align: center; vertical-align: bottom; } .command { font-weight: 600; padding: 1px 3px; } .container { align-items: center; display: flex; justify-content: center; min-height: 100%; min-width: 100%; } .content { margin-top: 3em; flex: auto 1 1; max-width: 1200px; min-width: 450px; width: 90%; } .cta__container { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 3em; } .cta__container p { margin-top: -1em; opacity: 0.4; } .cta__primary { margin: 0 1em; } .cta__secondary { margin: 0 1em; } .section-list { font-weight: 200; list-style: disc; margin: 0 0 2em 2em; } .section-list li { margin-bottom: 0.5em; } .header__blurb { color: var(--color--75); flex: 55% 2 1; font-size: 1.2em; font-weight: 200; margin: -1em 0 0 6em; min-width: 345px; } @media all and (max-width: 880px) { .header__blurb { margin: 0 2em; } } .header__link { color: var(--color); outline: none; } .header__link:hover, .header__link:active, .header__link:focus { color: var(--color); outline: none; } .header__logo { display: flex; flex-wrap: nowrap; } .header__subtitle { color: var(--color--50); display: block; font-size: 2em; font-weight: 100; margin-top: -0.2em; white-space: nowrap; } .icon { background-color: var(--color); display: inline-block; height: 24px; margin-bottom: -9px; width: 19px; } .icon__info { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125"><path fill="none" d="M0 0h100v100H0z"/><path d="M50 21a29 29 0 1 0 29 29 29 29 0 0 0-29-29zm0 55a26 26 0 1 1 26-26 26 26 0 0 1-26 26z"/><path d="M48 45l-1 1v18l1 1h4l1-1V46l-1-1zm0-10l-1 1v4l1 1h4l1-1v-4l-1-1z"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125"><path fill="none" d="M0 0h100v100H0z"/><path d="M50 21a29 29 0 1 0 29 29 29 29 0 0 0-29-29zm0 55a26 26 0 1 1 26-26 26 26 0 0 1-26 26z"/><path d="M48 45l-1 1v18l1 1h4l1-1V46l-1-1zm0-10l-1 1v4l1 1h4l1-1v-4l-1-1z"/></svg>'); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; } .icon--lg { height: 36px; margin-bottom: -16px; width: 30px; } .image__logo { margin: 9px 1em 0 0; max-height: 64px; max-width: 64px; } .image__preview { border-radius: 8px; box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.8), 0px 0px 12px 1px rgba(0, 0, 0, 0.5); } .image__preview--overlay { left: 0; position: absolute; top: 0; } .label__hint { color: var(--color--75); display: block; font-weight: 200; margin: 1em 2em; } .list-button { border: none; color: var(--color); cursor: pointer; font-size: 1em; height: 5em; margin: 5px 1px; max-width: 475px; padding: 12px 10px; text-align: left; width: calc(100% - 2px); } .vscode-light .list-button { background-color: var(--background-color--darken-05); } .vscode-dark .list-button { background-color: var(--background-color--lighten-05); } .vscode-light .list-button:hover, .vscode-light .list-button:focus { background-color: var(--background-color--darken-075); } .vscode-dark .list-button:hover, .vscode-dark .list-button:focus { background-color: var(--background-color--lighten-075); } .list-button:focus { outline: 0; } .vscode-light .list-button:focus { border: 1px solid var(--background-color--darken-15); } .vscode-dark .list-button:focus { border: 1px solid var(--background-color--lighten-15); } .list-button__title { font-size: 1em; font-weight: 400; margin: 0; margin-bottom: .25em; overflow: hidden; text-overflow: ellipsis; } .list-button__detail { color: var(--color--75); display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .page-header { margin: 1em 0 2em 0; position: relative; } .page-header--sticky { background: var(--background-color); margin: 1em 0 1em 0; padding-bottom: 1em; position: sticky; top: 0; z-index: 1; } .issue-item { clear: both; margin-bottom: 25px; margin-top: 0; padding: 0; } .vscode-light .issue-item { background-color: var(--background-color--darken-05); } .vscode-dark .issue-item { background-color: var(--background-color--lighten-05); } .issue-item.collapsed .issue-content { display: none; } .issue-item.collapsed .fa.fa-chevron-up:before { content: "\F078"; } .issue-item.collapsed .fa.fa-chevron-down:before { content: "\F077"; } .issue-item:after, .issue-item:before { display: table; } .issue-title { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-image: none; border-style: solid solid none; border-width: 2px 0 0; color: inherit; margin-bottom: 0; padding: 15px 90px 8px 15px; min-height: 48px; position: relative; clear: both; } .form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar { box-shadow: none; } .chat-activity-list .chat-element { border-bottom: 1px solid #e7eaec; } .chat-element:first-child { margin-top: 0; } .chat-element:last-child { border-bottom: none; } .chat-element { padding-bottom: 15px; } .chat-element, .chat-element .media { margin-top: 15px; } .chat-element, .media-body { overflow: hidden; } .chat-element .media-body { display: block; width: auto; } .chat-element > .float-left { margin-right: 10px; } .chat-element img.rounded-circle, .dropdown-messages-box img.rounded-circle { width: 38px; height: 38px; } .chat-element .well { box-shadow: none; margin-top: 10px; margin-bottom: 5px; padding: 10px 20px; font-size: 11px; line-height: 16px; } .chat-element .actions { margin-top: 10px; } .chat-element .photos { margin: 10px 0; } .right.chat-element > .float-right { margin-left: 10px; } .text-right { text-align: right !important; } .chat-message-form .form-group { margin-bottom: 0; } .form-control, .single-line { background-image: none; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; } .issue-content { color: inherit; padding: 15px 20px 20px 20px; border-image: none; border-style: solid solid none; border-width: 1px 0; border-bottom: 1px solid #e7eaec; } .issue-content:first-child { border-top: none; } .issue-content:last-child { border-bottom: none; } .issue-footer { color: inherit; font-size: 90%; padding: 10px 15px; } .form-control:focus, .single-line:focus { border-color: #1ab394; } .has-success .form-control, .has-success .form-control:focus { border-color: #1ab394; } .has-warning .form-control, .has-warning .form-control:focus { border-color: #f8ac59; } .has-error .form-control, .has-error .form-control:focus { border-color: #ed5565; } .form-control.error { border: 1px dotted #cc5965; } textarea { overflow: auto; resize: vertical; } .float-left { float: left; } .float-right { float: right; } .chat-element, .media-body { overflow: hidden; } .chat-element .media-body { display: block; width: auto; } .text-navy { color: #1ab394 !important; } .text-primary { color: inherit !important; } .text-success { color: #1c84c6 !important; } .text-info { color: #23c6c8 !important; } .text-warning { color: #f8ac59 !important; } .text-danger { color: #ed5565 !important; } .text-muted { color: #888888 !important; } .text-white { color: #ffffff; } .m-b-xs { margin-bottom: 5px; } .page-header__row { display: flex; flex-wrap: nowrap; justify-content: space-between; } .page-header__title { flex: 0 0 auto; font-size: 3em; margin: 0; } .page-header__title-actions { flex: 0 0 auto; margin: 1.75em 1em 0 1em; } .page-header__toolbar { display: flex; flex: 1 1 100%; justify-content: flex-end; margin: 1.5em 0 0 0; white-space: nowrap; } @media all and (max-width: 860px) { .page-header__toolbar { margin-right: -9px; } } .page-header__toolbar select, .page-header__toolbar option { background-color: var(--background-color) !important; } .page-header__subtitle { color: var(--color--50); margin: 0.25em 0 0 0; } .section__preview { flex: 30% 1 1; margin-left: 2em; min-width: 400px; position: relative; } .section__settings { display: flex; flex: 100% 1 0; flex-wrap: wrap; margin-right: 1em; } .section__settings--multi > .settings-group { flex-basis: 100%; margin-left: 1em; } .section__header { align-items: baseline; cursor: pointer; display: flex; flex: 100% 0 0; flex-wrap: wrap; margin-bottom: 2em; position: relative; } .section__header:after { background-color: var(--color--75); content: ''; height: 40px; -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125"><path d="M50 62a3 3 0 0 1-2-1L26 44a3 3 0 0 1 3-5l21 16 21-16a3 3 0 1 1 3 5L52 61a3 3 0 0 1-2 1z"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125"><path d="M50 62a3 3 0 0 1-2-1L26 44a3 3 0 0 1 3-5l21 16 21-16a3 3 0 1 1 3 5L52 61a3 3 0 0 1-2 1z"/></svg>'); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 32px 40px; mask-size: 32px 40px; position: absolute; right: 0; top: 0; transition: transform 500ms cubic-bezier(0, 1.5, 1, 1); width: 32px; } .section__header.collapsed { margin-bottom: 0; } .section__header.collapsed:after { transform: rotateX(180deg); } .section__header.collapsed + .section__settings { display: none; } .section__title { flex: 100% 1 0; margin: 0; } .section__title-hint { color: var(--color--75); font-weight: 200; margin: 0.25em 0; } .section-group__content { flex: auto 1 1; margin-bottom: 50%; min-width: 0; } .section-group__sidebar { align-self: flex-start; margin: -6.4em 0 0 3em; max-width: 179px; position: sticky; top: 0; z-index: 2; } .section-group__sidebar li { white-space: nowrap; } @media all and (max-width: 860px) { .section-group__sidebar--settings { display: none; } } .section-group__sidebar--welcome { margin-right: 3em; } @media all and (max-width: 560px) { .section-group__sidebar--welcome { display: none; } } .section-group-section p { font-size: 1.1em; font-weight: 200; margin: 1em 0.25em; } .section-group-section__cols { display: flex; flex-wrap: wrap; } .section-group-section__col { flex: 45% 1 1; margin: 0 4px; min-width: 300px; } .section-groups { display: flex; justify-content: space-around; margin-top: -1em; } .settings-group { flex: 2 1; margin-bottom: 1em; min-width: 300px; } .settings-group__header { font-size: 1.2em; margin: 1em 0 1.5em 0; } .settings-group__header:first-child { margin-top: 0; } .settings-group__header-hint { color: var(--color--75); font-weight: 200; margin-top: -1em; } .settings-group__hint { color: var(--color--75); font-weight: 200; margin-left: 2.3em; text-indent: -2.75em; } .settings-group__hint--more { display: block; margin-top: 0.5em; text-indent: initial; } .settings-group__setting { align-items: baseline; display: flex; flex: 100% 1 1; flex-wrap: wrap; margin-bottom: 0.75em; position: relative; } .settings-group__setting input[type=checkbox] { flex: 16px 0 0; height: 16px; margin: 0 0.75em 0 0; position: relative; top: 3px; width: 16px; } .settings-group__setting label { flex: auto 0 1; margin-bottom: 0.75em; } .settings-group__setting[disabled] label { color: var(--color--75); cursor: default; } .setting__hint { color: var(--color--50); font-size: 0.9em; margin: -1em 0 1em 1em; } .issues-search-div .issues-sync { flex: 0 0 auto; margin-right: 1em; } .sidebar-group { margin-top: 1em; } .bold { font-weight: 600; } .center { text-align: center; } .hidden { display: none !important; } .mb-2 { margin-bottom: 2em !important; } .ml-1 { margin-left: 1em; } .ml-2 { margin-left: 2em; } .ml-3 { margin-left: 3em; } .ml-4 { margin-left: 4em; } .non-interactive { cursor: default !important; } .nowrap { flex-wrap: nowrap !important; } .popup { box-shadow: 0px 0px 28px 0 rgba(0, 0, 0, 0.5); cursor: default; padding: 1em; position: absolute; top: 46px; width: 410px; z-index: 1; } .popup:before { background: transparent; border: 12px solid transparent; content: ""; left: 50%; position: absolute; pointer-events: none; top: -24px; z-index: 1001; } .vscode-light .popup:before { border-bottom-color: var(--background-color--darken-075); } .vscode-dark .popup:before { border-bottom-color: var(--background-color--lighten-075); } .vscode-light .popup { background: var(--background-color--darken-075); } .vscode-dark .popup { background: var(--background-color--lighten-075); } .token-popup__hint { color: var(--color--75); display: inline-block; font-weight: 200; margin: 1.25em 0.5em 0 0.25em; } .token-popup__title { color: var(--color); font-weight: 400; margin: 0.25em 0 1em 0; text-align: center; } .token-popup__table { border-collapse: collapse; color: var(--color--75); table-layout: fixed; } .vscode-light .token-popup__table tr:nth-child(even) { background-color: rgba(0, 0, 0, 0.05); } .vscode-dark .token-popup__table tr:nth-child(even) { background-color: rgba(255, 255, 255, 0.04); } .token-popup__table td { padding: 6px; } .token-popup__table td i { opacity: 0.6; } .token-popup__table td:first-child { padding: 6px 12px; } .token-popup__table td:last-child { padding-right: 12px; } .token { background: var(--link-color--darken-20); border-bottom: 2px solid var(--link-color--darken-20); border-radius: 3px; color: white; cursor: pointer; display: inline-block; padding: 1px 8px !important; } .token:before { content: "${"; } .token:after { content: "}"; }
0.480966
0.117319
@keyframes fade-in { from {opacity:0;} to {opacity:1;} } @-webkit-keyframes slide-in-bottom { from {transform:translateY(20px);opacity:0;} to {transform:translateY(0);opacity:1;} } @keyframes slide-in-bottom { from {transform:translateY(20px);opacity:0;} to {transform:translateY(0);opacity:1;} } @-webkit-keyframes slide-in-top { from {transform:translateY(-20px);opacity:0;} to {transform:translateY(0);opacity:1;} } @keyframes slide-in-top { from {transform:translateY(-20px);opacity:0;} to {transform:translateY(0);opacity:1;} } @keyframes slide-in-back { from {transform:scale(.8);opacity:0;} to {transform:translateY(1);opacity:1;} } @keyframes rotate-right-360 { from {transform:rotate(0deg);} to {transform:rotate(360deg);} } @keyframes rotate-left-360 { from {transform:rotate(0deg);} to {transform:rotate(-360deg);} } @keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } } @keyframes dance { 0% { transform: scaleX(1) translate(0, 0px); } 1% { transform: scaleX(-1) translate(0, 20px); } 40% { transform: scaleX(-1) translate(0, 20px); } 41% { transform: scaleX(1) translate(0, 0px); } 80% { transform: scaleX(1) translate(0, 0px); } 81% { transform: scaleX(1) translate(0, 20px); } 100% { transform: scaleX(1) translate(0, 20px); } } :root { --anim-name: none; --anim-duration: 1s; --anim-timing-function: ease; --anim-delay: 0.1s; --anim-iteration-count: 1; } [anim] { animation: var(--anim-name) var(--anim-duration) var(--anim-timing-function) var(--anim-delay) var(--anim-iteration-count); } /* Durations */ [anim~="dur:.5s"] { --anim-duration: .5s; } [anim~="dur:1s"] { --anim-duration: 1s; } [anim~="dur:2s"] { --anim-duration: 2s; } [anim~="dur:3s"] { --anim-duration: 3s; } [anim~="dur:4s"] { --anim-duration: 4s; } /* Delays */ [anim~="del:.5s"] { --anim-delay: .5s; } [anim~="del:1s"] { --anim-delay: 1s; } [anim~="del:2s"] { --anim-delay: 2s; } [anim~="del:3s"] { --anim-delay: 3s; } [anim~="del:4s"] { --anim-delay: 4s; } /* Timing */ [anim~='linear'] { --anim-timing-function: linear; } [anim~='ease'] { --anim-timing-function: ease; } /* Iteration Count */ [anim~='play:1'] { --anim-iteration-count: 1; } [anim~='play:2'] { --anim-iteration-count: 2; } [anim~='play:3'] { --anim-iteration-count: 3; } [anim~='play:4'] { --anim-iteration-count: 4; } [anim~='infinite'] { --anim-iteration-count: infinite; } /* Names */ [anim^='fade-in'] { --anim-name: fade-in both; } [anim^='rotate-right-360'] { --anim-name: rotate-right-360 both; } [anim^='rotate-left-360'] { --anim-name: rotate-left-360 both; } [anim^='slide-in-back'] { --anim-name: slide-in-back both; } [anim^='slide-in-top'] { --anim-name: slide-in-top both; } [anim^='slide-in-bottom'] { --anim-name: slide-in-bottom both; } [anim^='marquee'] {--anim-name: marquee both;} [anim^='dance'] {--anim-name: dance both;} .marquee { background-color: black; color: lime; white-space: nowrap; overflow: hidden; box-sizing: border-box; } .marquee div { display: inline-block; padding-left: 100%; animation: marquee 10s linear infinite; }
flair_anim.css
@keyframes fade-in { from {opacity:0;} to {opacity:1;} } @-webkit-keyframes slide-in-bottom { from {transform:translateY(20px);opacity:0;} to {transform:translateY(0);opacity:1;} } @keyframes slide-in-bottom { from {transform:translateY(20px);opacity:0;} to {transform:translateY(0);opacity:1;} } @-webkit-keyframes slide-in-top { from {transform:translateY(-20px);opacity:0;} to {transform:translateY(0);opacity:1;} } @keyframes slide-in-top { from {transform:translateY(-20px);opacity:0;} to {transform:translateY(0);opacity:1;} } @keyframes slide-in-back { from {transform:scale(.8);opacity:0;} to {transform:translateY(1);opacity:1;} } @keyframes rotate-right-360 { from {transform:rotate(0deg);} to {transform:rotate(360deg);} } @keyframes rotate-left-360 { from {transform:rotate(0deg);} to {transform:rotate(-360deg);} } @keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } } @keyframes dance { 0% { transform: scaleX(1) translate(0, 0px); } 1% { transform: scaleX(-1) translate(0, 20px); } 40% { transform: scaleX(-1) translate(0, 20px); } 41% { transform: scaleX(1) translate(0, 0px); } 80% { transform: scaleX(1) translate(0, 0px); } 81% { transform: scaleX(1) translate(0, 20px); } 100% { transform: scaleX(1) translate(0, 20px); } } :root { --anim-name: none; --anim-duration: 1s; --anim-timing-function: ease; --anim-delay: 0.1s; --anim-iteration-count: 1; } [anim] { animation: var(--anim-name) var(--anim-duration) var(--anim-timing-function) var(--anim-delay) var(--anim-iteration-count); } /* Durations */ [anim~="dur:.5s"] { --anim-duration: .5s; } [anim~="dur:1s"] { --anim-duration: 1s; } [anim~="dur:2s"] { --anim-duration: 2s; } [anim~="dur:3s"] { --anim-duration: 3s; } [anim~="dur:4s"] { --anim-duration: 4s; } /* Delays */ [anim~="del:.5s"] { --anim-delay: .5s; } [anim~="del:1s"] { --anim-delay: 1s; } [anim~="del:2s"] { --anim-delay: 2s; } [anim~="del:3s"] { --anim-delay: 3s; } [anim~="del:4s"] { --anim-delay: 4s; } /* Timing */ [anim~='linear'] { --anim-timing-function: linear; } [anim~='ease'] { --anim-timing-function: ease; } /* Iteration Count */ [anim~='play:1'] { --anim-iteration-count: 1; } [anim~='play:2'] { --anim-iteration-count: 2; } [anim~='play:3'] { --anim-iteration-count: 3; } [anim~='play:4'] { --anim-iteration-count: 4; } [anim~='infinite'] { --anim-iteration-count: infinite; } /* Names */ [anim^='fade-in'] { --anim-name: fade-in both; } [anim^='rotate-right-360'] { --anim-name: rotate-right-360 both; } [anim^='rotate-left-360'] { --anim-name: rotate-left-360 both; } [anim^='slide-in-back'] { --anim-name: slide-in-back both; } [anim^='slide-in-top'] { --anim-name: slide-in-top both; } [anim^='slide-in-bottom'] { --anim-name: slide-in-bottom both; } [anim^='marquee'] {--anim-name: marquee both;} [anim^='dance'] {--anim-name: dance both;} .marquee { background-color: black; color: lime; white-space: nowrap; overflow: hidden; box-sizing: border-box; } .marquee div { display: inline-block; padding-left: 100%; animation: marquee 10s linear infinite; }
0.464416
0.183905
.intro { background-image: url("../img/header/Image.png"); background-size: cover; } .intro .intro_inner { 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100vh; color: #FFFFFFFF; } .intro .into_title { font-family: Oswald; font-weight: 500; font-size: 72px; line-height: 148.61111%; margin-bottom: 24px; } .intro .intro_subtitle { font-family: Open Sans; font-size: 20px; line-height: 135%; opacity: 0.8; } .intro .intro_numbers { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #FFFFFF; } .header { width: 100%; margin-top: 80px; position: absolute; } .header .header_container { max-width: 1160px; padding: 0 10px; margin: 0 auto; } .header .header_navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .header .header_links { display: -webkit-box; display: -ms-flexbox; display: flex; } .header .header_links li:not(:first-child) { margin-left: 54px; } .header .header_link { font-family: #osw; font-weight: normal; font-size: 14px; line-height: 150%; color: #FFFFFF; position: relative; } .header .header_link:after { content: ""; position: absolute; bottom: 0; right: 0; width: 30%; height: 2px; background-color: #4CAF50; -webkit-transition: width 0.5s ease 0s; -o-transition: width 0.5s ease 0s; transition: width 0.5s ease 0s; } .header .header_link:hover:after { width: 110%; } .intro_number { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 8px; opacity: 0.5; font-size: 18px; font-weight: bold; line-height: 150%; } .intro_number.intro_number--active { font-family: Oswald; font-weight: bold; font-size: 36px; line-height: 147.22222%; opacity: 1; color: #FFFFFF; position: relative; } .intro_number.intro_number--active:after { content: ""; position: absolute; top: 50%; width: 110%; height: 2px; background-color: #4CAF50; -webkit-transform: translate(-9%, 0%); -ms-transform: translate(-9%, 0%); transform: translate(-9%, 0%); } .sqwd .sqwd_title { font-family: Oswald; font-weight: bold; font-size: 36px; line-height: 147.22222%; color: #333333; } .sqwd .sqwd_subtitle { font-family: Open Sans; font-weight: 300; font-size: 42px; line-height: 135.71429%; color: #333333; opacity: 0.8; margin-bottom: 32px; } .sqwd .sqwd_picture__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; } .sqwd .sqwd_picture__block { position: relative; z-index: 1000; } .sqwd .sqwd_picture__block:last-child { margin-top: 170px; margin-left: 120px; z-index: 1; } .sqwd .sqwd_picture__block:last-child .text_block--rigth { right: -80%; left: 80%; top: 60%; } .sqwd .sqwd_picture_text_block { position: absolute; left: -50%; top: 10%; } .sqwd .sqwd_picture__text { font-family: Open Sans; font-weight: 300; font-size: 15px; line-height: 167%; color: #5B5858; opacity: 0.8; margin-left: 30px; padding-left: 20px; position: relative; } .sqwd .sqwd_picture__text:after { content: ""; position: absolute; left: -10%; top: 15%; height: 2px; width: 15px; background-color: #000; } .sqwd .sqwd_picture_green { position: absolute; width: 309px; height: 418px; background-color: #4CAF50; top: 10%; opacity: 0.8; z-index: 100; } .services { background-color: #FBFBFB; margin-top: 115px; padding-bottom: 136px; } .services .services_inner { display: -webkit-box; display: -ms-flexbox; display: flex; } .services .services_item { padding: 50px 49px 35px 44px; background-color: #FFFFFF; position: relative; } .services .services_item:after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 1px; height: 0px; background-color: #70BF73; -webkit-transition: width .6s ease 0s; -o-transition: width .6s ease 0s; transition: width .6s ease 0s; } .services .services_item:hover:after { content: ""; width: 100%; height: 3px; } .services .services_item:not(:first-child) { margin-left: 28px; } .services .services_item_title_block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .services .services_item_title { font-family: Oswald; font-weight: 300; font-size: 20px; line-height: 150%; color: #252525; text-transform: uppercase; padding-bottom: 15px; position: relative; } .services .services_item_title:after { content: ""; position: absolute; width: 40%; height: 2px; bottom: 0; left: 0; background-color: #252525; } .services .services_frame { padding: 8px 12px; -webkit-box-shadow: 0px 0px 20px #DBDBDB; box-shadow: 0px 0px 20px #DBDBDB; border-radius: 50%; } .services .services_frame img { max-width: 100%; } .services .services_item_text { margin: 19px 0px; color: #777777; font-family: Open Sans; font-size: 12px; line-height: 208.33333%; } .services .services_item_read { font-family: Oswald; font-weight: 300; font-size: 10px; opacity: 0.5; line-height: 150%; color: #252525; text-transform: uppercase; } .works { background-color: #FFFFFF; color: #252525; } .works .works_wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .works .works_title { margin-bottom: 51px; } .works .works_inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .works .works_inner .works_frame:last-child { margin-top: 175px; } .works .works_inner:first-child { margin-right: 80px; } .works .works_menu { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 158px; } .works .works_menu li:not(:first-child) { margin-left: 40px; } .works .works_menu li:first-child { opacity: 1; } .works .works_item { font-family: Open Sans; font-weight: 600; font-size: 13px; line-height: 138.46154%; color: #252525; opacity: 0.3; } .works .works_item:hover { opacity: 1; } .works .works_frame { position: relative; z-index: 1; max-width: 455px; } .works .works_frame img { max-width: 100%; } .works .works_frame .works_frame__text { position: absolute; bottom: 30%; right: -10%; font-family: Oswald; font-weight: 300; font-size: 48px; line-height: 147.91667%; } .works .works_frame__textblock { 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-align: center; -ms-flex-align: center; align-items: center; } .works .works_frame__title { margin-top: 17px; font-family: Open Sans; font-weight: 300; font-size: 18px; line-height: 138.88889%; } .works .works_frame__subtitle { color: #C2C2C2; font-family: Open Sans; font-weight: 300; font-size: 13px; line-height: 176.92308%; padding-left: 136px; } .works .works_inner_right .works_frame__subtitle { padding-right: 136px; padding-left: 0px; text-align: end; } .works .works_inner_right .works_frame__text { right: 0; left: -26%; } .team { margin-top: 173px; padding-bottom: 167px; background-color: #FBFBFB; } .team .team_inner { display: -webkit-box; display: -ms-flexbox; display: flex; } .team .team_block { max-width: 370px; max-height: 400px; position: relative; color: #252525; z-index: 5; font-family: Oswald; font-weight: 300; font-size: 18px; line-height: 150%; } .team .team_block .team_picture__info { position: absolute; width: 100%; background-color: #FFFFFF; padding-bottom: 0px; opacity: 0.92; bottom: 0; text-align: center; z-index: 10; -webkit-transition: padding 0.6s; -o-transition: padding 0.6s; transition: padding 0.6s; } .team .team_block:hover .team_picture__title:after { width: 12%; } .team .team_block:hover .team_picture__position { display: block; font-size: 18px; margin-bottom: 12px; } .team .team_block:hover .team_picture__text { display: block; font-size: 12px; } .team .team_block:hover .team_picture__info { padding-bottom: 30px; } .team .team_block:not(:first-child) { margin-left: 25px; } .team .team_picture img { max-width: 100%; } .team .team_picture__title { padding-bottom: 9px; margin-bottom: 17px; text-transform: uppercase; position: relative; } .team .team_picture__title:after { content: ""; position: absolute; bottom: 0; left: 44%; width: 0%; height: 2px; background-color: #252525; -webkit-transition: width 0.4s ease 0s; -o-transition: width 0.4s ease 0s; transition: width 0.4s ease 0s; } .team .team_picture__position { margin-bottom: 0px; font-size: 0px; display: none; -webkit-transition: margin-bottom 0.3s; -o-transition: margin-bottom 0.3s; transition: margin-bottom 0.3s; } .team .team_picture__text { display: none; font-family: Open Sans; font-weight: normal; font-size: 0px; line-height: 208.33333%; color: #777777; } .person { padding: 117px 0px 0px 0px; } .person .person_inner { 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-align: center; -ms-flex-align: center; align-items: center; margin: 0 220px; padding-bottom: 30px; position: relative; } .person .person_inner:after { content: ""; position: absolute; height: 1px; width: 80%; left: 0; right: 0; bottom: 0; margin: 0 auto; background-color: #D8D8D8; opacity: 0.5; } .person .person_text { font-family: Open Sans; font-weight: 300; font-size: 14px; line-height: 221.42857%; color: #373737; text-align: center; margin-bottom: 31px; } .person .person_picture { margin-bottom: 30px; } .person .person_picture img { max-width: 100%; } .person .person_fio { text-transform: uppercase; font-family: Oswald; font-size: 18px; line-height: 150%; color: #373737; margin-bottom: 25px; } .person .person_fio span { text-transform: none; opacity: 0.5; } .person .person_stars { display: -webkit-box; display: -ms-flexbox; display: flex; } .person .person_stars .star_anactive { opacity: 0.3; } .person .person_stars img { opacity: 1; max-width: 100%; } .person .person_stars img:not(:first-child) { margin-left: 9px; } .person .person_change__inner { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 150px; } .person .person_change__inner .person_change { width: 50%; background-color: #FBFBFB; padding: 69px 0px 100px 0px; 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-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: background 0.4s ease 0s; -o-transition: background 0.4s ease 0s; transition: background 0.4s ease 0s; } .person .person_change__inner .person_change img { max-width: 100%; margin-bottom: 20px; } .person .person_change__inner .person_change:hover { background-color: #70BD59; } .person .person_change__inner .person_change_title { font-family: Oswald; font-size: 24px; line-height: 150%; color: #373737; margin-bottom: 22px; } .person .person_change__inner .person_change_subtitle { font-family: Open Sans; font-weight: 300; font-size: 14px; line-height: 135.71429%; color: #373737; opacity: 0.8; } .footer { background-color: #2E2E2E; padding: 142px 0px 142px 0px; } .footer .footer_container { max-width: 1530px; padding: 0 10px; margin: 0 auto; } .footer .footer_inner { 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-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-family: Oswald; font-weight: 300; font-size: 13px; line-height: 146.15385%; color: #ffff; opacity: 0.5; } .footer .footer_text { margin-bottom: 10px; } .footer .footer_contact { margin-bottom: 66px; } .footer .footer_contact_frame { display: -webkit-box; display: -ms-flexbox; display: flex; } .footer .footer_contact_frame img { width: 32px; max-width: 100%; margin-left: 21px; -webkit-filter: brightness(60%); filter: brightness(60%); } .footer .footer_contact_frame img:hover { opacity: 1; -webkit-filter: brightness(160%); filter: brightness(160%); } .footer .footer_contact_frame .first_frame { margin-left: 0px; } * { margin: 0; padding: 0; } body { font-family: 'Open Sans', sans-serif; font-family: 'Oswald', sans-serif; } li { list-style: none; } a { text-decoration: none; } .section { padding-top: 130px; } .container { max-width: 1200px; padding: 0 10px; margin: 0 auto; } .title { font-family: Oswald; font-weight: bold; font-size: 48px; line-height: 148%; color: #252525; position: relative; padding-bottom: 7px; margin-bottom: 94px; } .title:after { content: ""; position: absolute; width: 6%; height: 2px; bottom: 0; left: 0; background-color: #252525; }
css/style.css
.intro { background-image: url("../img/header/Image.png"); background-size: cover; } .intro .intro_inner { 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100vh; color: #FFFFFFFF; } .intro .into_title { font-family: Oswald; font-weight: 500; font-size: 72px; line-height: 148.61111%; margin-bottom: 24px; } .intro .intro_subtitle { font-family: Open Sans; font-size: 20px; line-height: 135%; opacity: 0.8; } .intro .intro_numbers { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #FFFFFF; } .header { width: 100%; margin-top: 80px; position: absolute; } .header .header_container { max-width: 1160px; padding: 0 10px; margin: 0 auto; } .header .header_navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .header .header_links { display: -webkit-box; display: -ms-flexbox; display: flex; } .header .header_links li:not(:first-child) { margin-left: 54px; } .header .header_link { font-family: #osw; font-weight: normal; font-size: 14px; line-height: 150%; color: #FFFFFF; position: relative; } .header .header_link:after { content: ""; position: absolute; bottom: 0; right: 0; width: 30%; height: 2px; background-color: #4CAF50; -webkit-transition: width 0.5s ease 0s; -o-transition: width 0.5s ease 0s; transition: width 0.5s ease 0s; } .header .header_link:hover:after { width: 110%; } .intro_number { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 8px; opacity: 0.5; font-size: 18px; font-weight: bold; line-height: 150%; } .intro_number.intro_number--active { font-family: Oswald; font-weight: bold; font-size: 36px; line-height: 147.22222%; opacity: 1; color: #FFFFFF; position: relative; } .intro_number.intro_number--active:after { content: ""; position: absolute; top: 50%; width: 110%; height: 2px; background-color: #4CAF50; -webkit-transform: translate(-9%, 0%); -ms-transform: translate(-9%, 0%); transform: translate(-9%, 0%); } .sqwd .sqwd_title { font-family: Oswald; font-weight: bold; font-size: 36px; line-height: 147.22222%; color: #333333; } .sqwd .sqwd_subtitle { font-family: Open Sans; font-weight: 300; font-size: 42px; line-height: 135.71429%; color: #333333; opacity: 0.8; margin-bottom: 32px; } .sqwd .sqwd_picture__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; } .sqwd .sqwd_picture__block { position: relative; z-index: 1000; } .sqwd .sqwd_picture__block:last-child { margin-top: 170px; margin-left: 120px; z-index: 1; } .sqwd .sqwd_picture__block:last-child .text_block--rigth { right: -80%; left: 80%; top: 60%; } .sqwd .sqwd_picture_text_block { position: absolute; left: -50%; top: 10%; } .sqwd .sqwd_picture__text { font-family: Open Sans; font-weight: 300; font-size: 15px; line-height: 167%; color: #5B5858; opacity: 0.8; margin-left: 30px; padding-left: 20px; position: relative; } .sqwd .sqwd_picture__text:after { content: ""; position: absolute; left: -10%; top: 15%; height: 2px; width: 15px; background-color: #000; } .sqwd .sqwd_picture_green { position: absolute; width: 309px; height: 418px; background-color: #4CAF50; top: 10%; opacity: 0.8; z-index: 100; } .services { background-color: #FBFBFB; margin-top: 115px; padding-bottom: 136px; } .services .services_inner { display: -webkit-box; display: -ms-flexbox; display: flex; } .services .services_item { padding: 50px 49px 35px 44px; background-color: #FFFFFF; position: relative; } .services .services_item:after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 1px; height: 0px; background-color: #70BF73; -webkit-transition: width .6s ease 0s; -o-transition: width .6s ease 0s; transition: width .6s ease 0s; } .services .services_item:hover:after { content: ""; width: 100%; height: 3px; } .services .services_item:not(:first-child) { margin-left: 28px; } .services .services_item_title_block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .services .services_item_title { font-family: Oswald; font-weight: 300; font-size: 20px; line-height: 150%; color: #252525; text-transform: uppercase; padding-bottom: 15px; position: relative; } .services .services_item_title:after { content: ""; position: absolute; width: 40%; height: 2px; bottom: 0; left: 0; background-color: #252525; } .services .services_frame { padding: 8px 12px; -webkit-box-shadow: 0px 0px 20px #DBDBDB; box-shadow: 0px 0px 20px #DBDBDB; border-radius: 50%; } .services .services_frame img { max-width: 100%; } .services .services_item_text { margin: 19px 0px; color: #777777; font-family: Open Sans; font-size: 12px; line-height: 208.33333%; } .services .services_item_read { font-family: Oswald; font-weight: 300; font-size: 10px; opacity: 0.5; line-height: 150%; color: #252525; text-transform: uppercase; } .works { background-color: #FFFFFF; color: #252525; } .works .works_wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .works .works_title { margin-bottom: 51px; } .works .works_inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .works .works_inner .works_frame:last-child { margin-top: 175px; } .works .works_inner:first-child { margin-right: 80px; } .works .works_menu { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 158px; } .works .works_menu li:not(:first-child) { margin-left: 40px; } .works .works_menu li:first-child { opacity: 1; } .works .works_item { font-family: Open Sans; font-weight: 600; font-size: 13px; line-height: 138.46154%; color: #252525; opacity: 0.3; } .works .works_item:hover { opacity: 1; } .works .works_frame { position: relative; z-index: 1; max-width: 455px; } .works .works_frame img { max-width: 100%; } .works .works_frame .works_frame__text { position: absolute; bottom: 30%; right: -10%; font-family: Oswald; font-weight: 300; font-size: 48px; line-height: 147.91667%; } .works .works_frame__textblock { 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-align: center; -ms-flex-align: center; align-items: center; } .works .works_frame__title { margin-top: 17px; font-family: Open Sans; font-weight: 300; font-size: 18px; line-height: 138.88889%; } .works .works_frame__subtitle { color: #C2C2C2; font-family: Open Sans; font-weight: 300; font-size: 13px; line-height: 176.92308%; padding-left: 136px; } .works .works_inner_right .works_frame__subtitle { padding-right: 136px; padding-left: 0px; text-align: end; } .works .works_inner_right .works_frame__text { right: 0; left: -26%; } .team { margin-top: 173px; padding-bottom: 167px; background-color: #FBFBFB; } .team .team_inner { display: -webkit-box; display: -ms-flexbox; display: flex; } .team .team_block { max-width: 370px; max-height: 400px; position: relative; color: #252525; z-index: 5; font-family: Oswald; font-weight: 300; font-size: 18px; line-height: 150%; } .team .team_block .team_picture__info { position: absolute; width: 100%; background-color: #FFFFFF; padding-bottom: 0px; opacity: 0.92; bottom: 0; text-align: center; z-index: 10; -webkit-transition: padding 0.6s; -o-transition: padding 0.6s; transition: padding 0.6s; } .team .team_block:hover .team_picture__title:after { width: 12%; } .team .team_block:hover .team_picture__position { display: block; font-size: 18px; margin-bottom: 12px; } .team .team_block:hover .team_picture__text { display: block; font-size: 12px; } .team .team_block:hover .team_picture__info { padding-bottom: 30px; } .team .team_block:not(:first-child) { margin-left: 25px; } .team .team_picture img { max-width: 100%; } .team .team_picture__title { padding-bottom: 9px; margin-bottom: 17px; text-transform: uppercase; position: relative; } .team .team_picture__title:after { content: ""; position: absolute; bottom: 0; left: 44%; width: 0%; height: 2px; background-color: #252525; -webkit-transition: width 0.4s ease 0s; -o-transition: width 0.4s ease 0s; transition: width 0.4s ease 0s; } .team .team_picture__position { margin-bottom: 0px; font-size: 0px; display: none; -webkit-transition: margin-bottom 0.3s; -o-transition: margin-bottom 0.3s; transition: margin-bottom 0.3s; } .team .team_picture__text { display: none; font-family: Open Sans; font-weight: normal; font-size: 0px; line-height: 208.33333%; color: #777777; } .person { padding: 117px 0px 0px 0px; } .person .person_inner { 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-align: center; -ms-flex-align: center; align-items: center; margin: 0 220px; padding-bottom: 30px; position: relative; } .person .person_inner:after { content: ""; position: absolute; height: 1px; width: 80%; left: 0; right: 0; bottom: 0; margin: 0 auto; background-color: #D8D8D8; opacity: 0.5; } .person .person_text { font-family: Open Sans; font-weight: 300; font-size: 14px; line-height: 221.42857%; color: #373737; text-align: center; margin-bottom: 31px; } .person .person_picture { margin-bottom: 30px; } .person .person_picture img { max-width: 100%; } .person .person_fio { text-transform: uppercase; font-family: Oswald; font-size: 18px; line-height: 150%; color: #373737; margin-bottom: 25px; } .person .person_fio span { text-transform: none; opacity: 0.5; } .person .person_stars { display: -webkit-box; display: -ms-flexbox; display: flex; } .person .person_stars .star_anactive { opacity: 0.3; } .person .person_stars img { opacity: 1; max-width: 100%; } .person .person_stars img:not(:first-child) { margin-left: 9px; } .person .person_change__inner { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 150px; } .person .person_change__inner .person_change { width: 50%; background-color: #FBFBFB; padding: 69px 0px 100px 0px; 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-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: background 0.4s ease 0s; -o-transition: background 0.4s ease 0s; transition: background 0.4s ease 0s; } .person .person_change__inner .person_change img { max-width: 100%; margin-bottom: 20px; } .person .person_change__inner .person_change:hover { background-color: #70BD59; } .person .person_change__inner .person_change_title { font-family: Oswald; font-size: 24px; line-height: 150%; color: #373737; margin-bottom: 22px; } .person .person_change__inner .person_change_subtitle { font-family: Open Sans; font-weight: 300; font-size: 14px; line-height: 135.71429%; color: #373737; opacity: 0.8; } .footer { background-color: #2E2E2E; padding: 142px 0px 142px 0px; } .footer .footer_container { max-width: 1530px; padding: 0 10px; margin: 0 auto; } .footer .footer_inner { 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-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-family: Oswald; font-weight: 300; font-size: 13px; line-height: 146.15385%; color: #ffff; opacity: 0.5; } .footer .footer_text { margin-bottom: 10px; } .footer .footer_contact { margin-bottom: 66px; } .footer .footer_contact_frame { display: -webkit-box; display: -ms-flexbox; display: flex; } .footer .footer_contact_frame img { width: 32px; max-width: 100%; margin-left: 21px; -webkit-filter: brightness(60%); filter: brightness(60%); } .footer .footer_contact_frame img:hover { opacity: 1; -webkit-filter: brightness(160%); filter: brightness(160%); } .footer .footer_contact_frame .first_frame { margin-left: 0px; } * { margin: 0; padding: 0; } body { font-family: 'Open Sans', sans-serif; font-family: 'Oswald', sans-serif; } li { list-style: none; } a { text-decoration: none; } .section { padding-top: 130px; } .container { max-width: 1200px; padding: 0 10px; margin: 0 auto; } .title { font-family: Oswald; font-weight: bold; font-size: 48px; line-height: 148%; color: #252525; position: relative; padding-bottom: 7px; margin-bottom: 94px; } .title:after { content: ""; position: absolute; width: 6%; height: 2px; bottom: 0; left: 0; background-color: #252525; }
0.384681
0.063919
@font-face { font-family: avenir; src: url('./fonts/Avenir.otf'); } ::-webkit-scrollbar, body::-webkit-scrollbar { display: none !important; width: 0 !important; background: transparent !important; -webkit-appearance: none !important; -webkit-overflow-scrolling: none !important; -ms-overflow-style: none !important; scrollbar-width: none !important; overflow: -moz-scrollbars-none !important; } html, body { margin: 0; padding: 0; -ms-overflow-style: none; scrollbar-width: none; font-family: avenir; } .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box; background-color: rgba(255, 255, 255, 0); z-index: 10; opacity: 0; display: none; transition: opacity .1s linear; } .overlay .popup { position: relative; width: 90%; max-width: 900px; height: 45%; padding: 40px 40px; background-color: black; color: #fff; box-sizing: border-box; } .overlay .popup .button { position: absolute; top: 0; right: 0; padding: 20px; cursor: pointer; } .overlay .popup .text-scroll-container { width: 100%; height: 100%; font-size: 16px; line-height: 1.618; box-sizing: border-box; overflow: scroll; } .overlay .popup .text-scroll-container .text { box-sizing: border-box; } .overlay .popup .text-scroll-container .text a, .overlay .popup .text-scroll-container .text a:visited { color: #ffffff; } .overlay .popup .text-scroll-container .links { width: 100%; text-align: center; } .overlay .popup .text-scroll-container .links a { color: #fff; } .container { position: fixed; top: 0; left: 0; display: flex; flex-direction: column; width: 100%; } .info { position: fixed; display: flex; flex-direction: row; justify-content: flex-end; top: 0; left: 0; width: 100%; z-index: 4; opacity: 1; } .info .info-button { display: block; margin: 30px 40px; font-size: 20px; cursor: pointer; box-sizing: border-box; } .shadow { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../assets/imgs/shadow.png'); background-repeat: no-repeat; background-size: 100% 100%; z-index: 2; pointer-events: none; opacity: 0; } .my-canvas { pointer-events: none; } /* GUI */ .menu { width: 100%; /* display: flex; */ display: none; flex-direction: row; justify-content: space-between; align-items: flex-start; padding: 10px; box-sizing: border-box; z-index: 8; } .param-container { display: flex; flex-direction: column; } .param-value { font-size: 12px; } .param-flip { transform: rotate(180deg); } @media only screen and (max-width: 800px) { .overlay .popup { height: 80%; } .shadow { top: 7%; } .overlay .popup .text-scroll-container .text, .overlay .popup .text-scroll-container .links a { font-size: 14px; } .info .info-button { margin: 20px 24px; font-size: 18px; } }
css/main.css
@font-face { font-family: avenir; src: url('./fonts/Avenir.otf'); } ::-webkit-scrollbar, body::-webkit-scrollbar { display: none !important; width: 0 !important; background: transparent !important; -webkit-appearance: none !important; -webkit-overflow-scrolling: none !important; -ms-overflow-style: none !important; scrollbar-width: none !important; overflow: -moz-scrollbars-none !important; } html, body { margin: 0; padding: 0; -ms-overflow-style: none; scrollbar-width: none; font-family: avenir; } .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box; background-color: rgba(255, 255, 255, 0); z-index: 10; opacity: 0; display: none; transition: opacity .1s linear; } .overlay .popup { position: relative; width: 90%; max-width: 900px; height: 45%; padding: 40px 40px; background-color: black; color: #fff; box-sizing: border-box; } .overlay .popup .button { position: absolute; top: 0; right: 0; padding: 20px; cursor: pointer; } .overlay .popup .text-scroll-container { width: 100%; height: 100%; font-size: 16px; line-height: 1.618; box-sizing: border-box; overflow: scroll; } .overlay .popup .text-scroll-container .text { box-sizing: border-box; } .overlay .popup .text-scroll-container .text a, .overlay .popup .text-scroll-container .text a:visited { color: #ffffff; } .overlay .popup .text-scroll-container .links { width: 100%; text-align: center; } .overlay .popup .text-scroll-container .links a { color: #fff; } .container { position: fixed; top: 0; left: 0; display: flex; flex-direction: column; width: 100%; } .info { position: fixed; display: flex; flex-direction: row; justify-content: flex-end; top: 0; left: 0; width: 100%; z-index: 4; opacity: 1; } .info .info-button { display: block; margin: 30px 40px; font-size: 20px; cursor: pointer; box-sizing: border-box; } .shadow { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../assets/imgs/shadow.png'); background-repeat: no-repeat; background-size: 100% 100%; z-index: 2; pointer-events: none; opacity: 0; } .my-canvas { pointer-events: none; } /* GUI */ .menu { width: 100%; /* display: flex; */ display: none; flex-direction: row; justify-content: space-between; align-items: flex-start; padding: 10px; box-sizing: border-box; z-index: 8; } .param-container { display: flex; flex-direction: column; } .param-value { font-size: 12px; } .param-flip { transform: rotate(180deg); } @media only screen and (max-width: 800px) { .overlay .popup { height: 80%; } .shadow { top: 7%; } .overlay .popup .text-scroll-container .text, .overlay .popup .text-scroll-container .links a { font-size: 14px; } .info .info-button { margin: 20px 24px; font-size: 18px; } }
0.353986
0.044163
body { padding: 0px; margin: 0px; background-color:#3a3a3a; font-family: "verdana", "sans-serif"; font-size: 12px; line-height: 20px; color: #3a3a3a; } /*TYPOGRAPHY doc == documents*/ b, strong, h1, h2, h3, h4 { font-family: arial, helvetica, sans-serif; color: #202020; } .doc h1 { font-size: 22px; line-height: 30px; padding-bottom: 6px; border-bottom: 3px solid #EDEDF0; margin-bottom: 20px; } .doc h2 { margin: 15px 0 15px 20px; font-size: 18px; } .doc p { margin: 0 0 6px 35px; } .doc ul { margin: 10px 0 10px 55px; list-style-type: square; } .doc ul li { margin-bottom: 4px; color: #555555; } ul.items { margin: 15px 0 15px 35px; margin-top: 15px; margin-bottom: 15px; } ul.items li { border-left: 3px solid #FE8E14; list-style: none; background-color: #F7F7F7; padding-left: 8px; margin-top: 10px; height: 30px; vertical-align: middle; line-height: 30px; } a img { border:none; } a img:hover { border:none; } li.fontstyle { font-size: 10px; color: #3a3a3a; line-height: 15px; } li#tallerli { line-height:47px; } ul { list-style:none; padding-left:0px; margin:0; } ul li { margin-bottom:8px; } #browsersupport ul li { float:left; padding: 0 10px; } #browsersupport img { vertical-align:middle; } #browsersupport { margin:0; padding:0; padding-left:6px; height:55px; width:260px; z-index:1; position:absolute; top:-80px; } div.divinput { font-size: 11px; color: #3a3a3a; padding:10px; line-height: 14px; font-family: "verdana" , "sans-serif"; margin:5px; margin-bottom:10px; background-color:#f0f0f0; text-align:left; } div.menudiv { float:left; height:25px; padding-top:10px; } .divcontrol { width:580px; height:600px; } .divcontrolthumbnailmain { width:500px; height:600px; } .divcontrolthumbnail { width:120px; height:600px; } div#VideoContainerDiv { margin:0; margin-left:20px; float:left; margin-top:10px; width:345px; height:353px; margin-left:-10px;*margin-left:20px;*margin-left:20px\9; } div#VideoContainerInstalled { float:left; width:315px; height:305px; } .divvideocontrol { margin:0; float:left; padding:0; margin-top:10px; width:305px; height:300px; } div#divVideoProperties { margin:0; margin-left:15px; margin-top:10px; float:left; width:517px; height:353px; } div.dwtcontrolThumbnail { padding:5px; padding-top:10px; text-align:center; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 580px; z-index: 1; background-color: #f0f0f0; width:100px; } div#MoreEditMethods { padding:5px; padding-top:10px; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: auto; z-index: 1; background-color: #f0f0f0; width:250px; text-align:left; } div#divCapabilityNegotiation { padding:5px; padding-top:10px; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: auto; z-index: 2; background-color: #f0f0f0; width:auto; } div#divRotateConfig { padding:5px; padding-top:10px; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 100px; z-index: 2; background-color: #f0f0f0; width:200px; } div#divSetImageLayout { padding:5px; padding-top:10px; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 75px; z-index: 2; background-color: #f0f0f0; width:350px; } div#divHighlight { padding:5px; padding-top:10px; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 110px; z-index: 2; background-color: #f0f0f0; width:280px; } div#tblLoadImage { padding:5px; padding-top:10px; text-align:left; border-collapse:collapse; border:3px solid #cE5E04; position: absolute; height: 170px; z-index: 1; background-color: #fefefe; width:280px } div#AddTextDiv { padding:5px; padding-top:10px; text-align:center; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 170px; z-index: 1; background-color: #f0f0f0; width:300px } div#SetTextFontDiv { padding:5px; padding-top:10px; text-align:center; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 250px; z-index: 1; background-color: #f0f0f0; width:320px } a:link { color: #3a3a3a; line-height: 18px; text-decoration: underline } a:visited { color: #3a3a3a; line-height: 18px; text-decoration: underline } a:active { color: #666666; line-height: 18px; text-decoration: underline } a:hover { color: #fe8e14; line-height: 18px; text-decoration: underline } a.menu:link { color: #3a3a3a; line-height: 18px; text-decoration: none } a.menu:visited { color: #202020; line-height: 18px; text-decoration: none } a.menu:active { color: #202020; line-height: 18px; text-decoration: none } a.menu:hover { color: #202020; line-height: 18px; text-decoration: none } a.white:link { color: #d9d9d9; line-height: 18px; text-decoration: underline } a.white:visited { color: #d9d9d9; line-height: 18px; text-decoration: underline } a.white:active { color: #d9d9d9; line-height: 18px; text-decoration: underline } a.white:hover { color: #d9d9d9; line-height: 18px; text-decoration: none } a.gray:link { color: #3a3a3a; line-height: 18px; text-decoration: none } a.gray:visited { color: #3a3a3a; line-height: 18px; text-decoration: none } a.gray:active { color: #3a3a3a; line-height: 18px; text-decoration: none } a.gray:hover { color: #3a3a3a; line-height: 18px; text-decoration: underline } a.grayunder:link { color: #454545; line-height: 18px; text-decoration: underline } a.grayunder:visited { color: #454545; line-height: 18px; text-decoration: underline } a.grayunder:active { color: #454545; line-height: 18px; text-decoration: underline } a.grayunder:hover { color: #454545; line-height: 18px; text-decoration: none } .tableborder { border-right: #cdcdcd 1px solid; border-top: #cdcdcd 1px solid; border-left: #cdcdcd 1px solid; border-bottom: #cdcdcd 1px solid } .tableborderbottom { border-bottom: #cdcdcd 1px solid } .fontgray12B { font-weight: bold; color: #555555 } .fontyellow12B { font-weight: bold; color: #3a3a3a } .titlepagetd { vertical-align: middle; height: 30px } .subtitletd { vertical-align: bottom; height: 30px } .titlepage { font-weight: bold; font-size: 14px; color: #fe8e14 } .subtitle { font-weight: 600; font-size: 11px; vertical-align: bottom; color: #fe8e14; FONT-FAMILY: Verdana; height: 20px; TEXT-ALIGN: left } .menuout { padding-bottom: 5px; color: #ffffff; background-color: #fe8e14 } .menuover { color: #ffffff; background-color: #5f6062 } .menu_top_over { padding-left: 30px; font-size: 11px; background: url(../images/menutop1.jpg) no-repeat 50% bottom; width: 151px; color: #353535; padding-top: 9px; FONT-FAMILY: "verdana"; height: 48px } .menu_top_out { padding-left: 30px; font-size: 11px; background: url(../images/menutop.jpg) no-repeat 50% bottom; width: 151px; color: #353535; padding-top: 9px; FONT-FAMILY: "verdana"; height: 48px } .menu_over { padding-left: 30px; font-size: 11px; background: url(../images/menuover.jpg) no-repeat 50% bottom; width: 151px; color: #353535; FONT-FAMILY: "verdana"; height: 33px } .menu_out { padding-left: 30px; font-size: 11px; background: url(../images/menuout.jpg) no-repeat 50% bottom; width: 151px; color: #353535; FONT-FAMILY: "verdana"; height: 33px } .menu_blank { background: url(../images/menublank.jpg) no-repeat 50% bottom; width: 151px; color: #353535; height: 33px } .body_Narrow_width { width: 964px; } .body_Broad_width { width: 984px; } input{ font:normal 11px verdana; } input.invalid { background-color: #FF9; border: 2px red inset; } a.menucolor:link { font-weight: bold; font-family: Arial; font-size: 12px; margin-right: 5px; color: #FFFFFF; text-decoration: none; } a.menucolor:visited { font-weight: bold; font-family: Arial; font-size: 12px; margin-right: 5px; color: #FFFFFF; text-decoration: none; } a.menucolor:hover { font-weight: bold; font-family: Arial; font-size: 12px; margin-right: 5px; color: #FE8E14; text-decoration: none; } a.menucolor:active { font-weight: bold; font-family: Arial; font-size: 12px; margin-right: 5px; color: #FFFFFF; text-decoration: none; } a.fontcolor:link { color: #000000; text-decoration: none; line-height:14px; } a.fontcolor:visited { color: #000000; text-decoration: none; line-height:14px; } a.fontcolor:hover { color: #000000; text-decoration: none; line-height:14px; } a.fontcolor:active { color: #000000; text-decoration: none; line-height:14px; } div#tblLoadImage2 { padding:5px; padding-top:10px; text-align:left; border-collapse:collapse; border:3px solid #cE5E04; position: absolute; height: 330px; z-index: 1; background-color: #fefefe; width:300px } #menu { background:url(../Images/bg_menubar_black.png) repeat-x; height:38px;} #menu ul { list-style:none; margin:0; padding:0; } #menu a { text-decoration:none; display:block; white-space:nowrap; } #menu .nohref { cursor:default; } /* first level start */ .menubar_split, .menubar_split_last { background:#000; width:1px; height:37px; position: absolute; top: 1px; border: 1px solid #666; } .menubar_split { left:0; } .menubar_split_last { right:0; } #menu .D_menu_item { float:left; width:110px; height:38px; line-height:38px; color:#FFF; font:bold 13px/16px Helvetica; margin:0; padding:0; text-align:center; vertical-align:middle; position:relative; z-index:1;} .D_menu_item_select {float:left; width:110px; height:38px; line-height:38px; background-color: #AAAAAA; color:White; font:bold 13px/16px Helvetica; margin:0; padding:0; text-align:center; vertical-align:middle;position:relative; z-index:1; } #menu .D_menu_item a { height:38px; line-height:38px; } #menu .D_menu_item a:visited { background:none; } #menu .D_menu_item a:hover { background-color:#FFF; } /* first level end */ #menu a:link { color: #fff; line-height: 38px; text-decoration: none } #menu a:visited { color: #fff; line-height: 38px; text-decoration: none } #menu a:active { color: #202020; line-height: 38px; text-decoration: none } #menu a:hover { color: #3a3a3a; line-height: 40px; text-decoration: none; cursor:pointer; } .ks-overlay { position:absolute; left:-9999px; top:-9999px; } .ks-ext-close { padding: 0 20px; position: absolute; right: -5px; top: 5px; } .ks-ext-close,.ks-ext-close:link { color:#2222AA;text-decoration:none; cursor: pointer; } .ks-ext-mask{ background: #999; opacity: 0.7; } .D-dialog .ks-ext-close .ks-ext-close-x { height: 8px; } .D-dialog .ks-ext-close, .D-dialog .ks-ext-close:hover { background: none; border: none; } .D-dialog { position: absolute; left: -9999px; top: -99999px; margin:100px auto; padding: 0; width: 392px; height: 242px; background-color:#F1F2F2; } .D-dialog .D-dialog-body { width: 350px; height: 200px; position: relative; top:5px; left: 5px; margin: 0; background-color: #ffffff; border: 1px solid #E7E7E7; padding: 15px; } .D-dialog .D-dialog-body-Mac { width: 350px; height: 245px; position: relative; top:5px; left: 5px; margin: 0; background-color: #ffffff; border: 1px solid #E7E7E7; padding: 15px; } .D-dialog .D-dialog-body-Scan { width: 380px; height: 240px; position: relative; top:5px; left: 5px; margin: 0; background-color: #ffffff; border: 1px solid #E7E7E7; padding: 15px; } .D-dialog .D-dialog-body-Scan-sample { width: 380px; height: 200px; position: relative; top:5px; left: 5px; margin: 0; background-color: #ffffff; border: 1px solid #E7E7E7; padding: 15px; } .D-dialog a { text-decoration: none; } .link{ text-decoration:underline; } .box_title { color: #333; font-family: helvetica, arial, sans-serif; font-size: 16px; font-weight: bold; } .box_title_scan { color: #333; font-family: helvetica, arial, sans-serif; font-size: 12px; font-weight: bold; } .box_scan_subtitle { color: #333; font-family: helvetica, arial, sans-serif; font-size: 12px; } .box_scan_detail { color: #777777; margin-top:5px; margin-bottom:8px; font-family: helvetica, arial, sans-serif; font-size: 12px; } .D-dialog ul { margin: 10px 0 10px 20px; list-style-type:disc; } .red { color: red; margin-left: 5px; } .button { background-image: url(../images/btn-down-install-plugin.gif); background-repeat: no-repeat; width: 215px; height: 34px; position: relative; margin: 20px auto 0; cursor: pointer; } .button:hover { background-position: 0 -34px; } .button:active { background-position: 0 -68px; } #PCollapse { list-style: none inside none; margin-left: 0; padding-left: 0; } .divType { font-weight:bold; font-size:12px; height: 25px; cursor:pointer; } .mark_arrow { display: block; float: left; height: 12px; margin: 0px 2px 0 0; width: 12px; } .collapsed { background: url("../images/arrow.gif") no-repeat scroll 3px center transparent; } .expanded { background: url("../images/arrow-down.gif") no-repeat scroll 3px 4px transparent; } #div_SampleImage { padding-left:15px; } #div_LoadLocalImage { padding-left:15px; width: 260px; } #div_SampleImage ul { padding-left:0; margin-left:0; } #div_ScanImage { } .divTableStyle { border: solid 6px #dedede; padding: 5px 5px; } .divTableStyle ul { margin-left: 10px; } .divHead { font-weight:bold; font-size:12px; height: 20px; padding-left: 10px; padding-top: 5px; background-color:#ffaf4f; } .tableStyle { border: solid 8px #ddd; background-color: #fff; padding-left:10px } .holder { top:2px; left: 2px; font-size: 10px; } .holding { position:relative; } .holder { position:absolute; color: #AAA; cursor: text; -webkit-transition: opacity .1s,font-size .1s; -moz-transition: opacity 0.1s ease 0s, font-size 0.1s ease 0s; -o-transition: opacity .1s,font-size .1s; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } .hasome .holder { display:none; } input.BigTextBox { font-size: 8px; color: #333; width: 150px; height: 20px; line-height: 30px; border: 1px solid #ccc; background:#F0F9FF; } input[type='text']:focus,input[type='password']:focus,input[type='textarea']:focus { border-color: #56B4EF; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6); } /*Upgrade*/ #message { font-family: Arial,Helvetica,sans-serif; width: 800px; z-index: 105; text-align: center; font-weight: bold; font-size: 100%; padding: 2px 0px 2px 0px; color: #239210; background-color: #E0F0D6; border: 1px solid #54D33F; box-shadow: 0 0 10px #3A3A3A; margin-left: auto; margin-right: auto; height: 22px; position: absolute; left: 50%; margin-left: -400px; } #MessageBody a, #divInfo{ color: #6A9962; font-size: 14px; } #message span { text-align: center; width: 95%; float: left; } #MessageBoy a:hover { text-decoration: underline; } .close-notify { white-space: nowrap; float: right; margin-right: 10px; color: #fff; text-decoration: none; border: 2px #fff solid; padding-left: 3px; padding-right: 3px; } .close-notify a { color: #fff; } .VideoContainerDisplay { position:absolute; left:-1000px; top:-1000px; } #divInfo { font-family: verdana, sans-serif; font-size: 12px; color: #3A3A3A; line-height: 20px; border: 3px dashed #dedede; border-radius: 4px; padding: 15px; margin-top: 15px; } #divInfo div { background: url("../images/faq 24.png") no-repeat; padding-left: 30px; } #divInfo div a { line-height: 20px; font-size: 13px; font-weight:bold; text-decoration: underline; color: #555; } #divInfo div a:hover { text-decoration: underline; } .divOnlineDemo{ font-family: helvetica, arial, sans-serif; font-weight: normal; color: rgb(47, 48, 49); font-size: 28px; } .DWTPage{ margin: 0 auto; } .DWTHeader{ background-color: #3a3a3a; border: 0; padding: 0; } .DWTTail{ background-color:#ffffff; border:0; } .DWTBody { margin: 0 auto; background-color: #FFF; border: 0; padding:3px 0 2px 0; position:relative; } /*fix DWTBody height*/ .body_clr { clear: both; height: 20px; margin-bottom: 20px; } .btn { width: 216px; margin: 5px auto 5px auto; display: block; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.2) 0px 1px 1px 0px; box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.3) 0px 1px 1px 0px; border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.2); color: #FFF; cursor: pointer; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px; zoom: 1; } .btn:active { -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px 0px inset, rgba(255, 255, 255, 0.15) 0px 1px 0px 0px; box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px 0px inset, rgba(255, 255, 255, 0.15) 0px 1px 0px 0px; } .DWTScanButton { background-color: #ffaf18; background-image: -webkit-linear-gradient(top, rgba(252, 192, 89, 0), rgba(254, 150, 0, 0.9 )); background-image: -moz-linear-gradient(top, rgba(252, 192, 89, 0), rgba(254, 150, 0, 0.9 )); background-image: -o-linear-gradient(top, rgba(252, 192, 89, 0), rgba(254, 150, 0, 0.9 )); background-image: -ms-linear-gradient(top, rgba(252, 192, 89, 0), rgba(254, 150, 0, 0.9 )); background-image: linear-gradient(top, rgba(252, 192, 89, 0), rgba(254, 150, 0, 0.9 )); height: 41px; font-size: 16px; } .DWTScanButton:hover { background-color: #fdb52d; background-image: -webkit-linear-gradient(top, rgba(252, 192, 89, 0.5), rgba(254, 150, 0, 0.7 )); background-image: -moz-linear-gradient(top, rgba(252, 192, 89, 0.5), rgba(254, 150, 0, 0.7 )); background-image: -o-linear-gradient(top, rgba(252, 192, 89, 0.5), rgba(254, 150, 0, 0.7 )); background-image: -ms-linear-gradient(top, rgba(252, 192, 89, 0.5), rgba(254, 150, 0, 0.7 )); background-image: linear-gradient(top, rgba(252, 192, 89, 0.5), rgba(254, 150, 0, 0.7 )); } .btn_grey { background-color: #d7d7d7; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1 )); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1 )); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1 )); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1 )); background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1 )); height: 32px; font-size: 14px; } .btn_grey:hover { background-color: #dadada; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.09 )); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.09 )); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.09 )); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.09 )); background-image: linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.09 )); } .Content_Left { position:absolute; top:0; left:0; width:640px; padding:10px; } .DWTContainer { margin:0; padding:0; width:600px; } .ScanWrapper { margin-left:660px; width:322px; min-height:630px; } .DWTEditButton{ width:135px; height:22px; font-size:11px; margin-left: 0px; margin-bottom: 5px; } .split_line { background-color: #EDEDF0; height: 3px; margin-top: 16px; margin-bottom: 22px; } /* crop / image change size */ .divCrop, .divImgSizeEditor{ position: absolute; padding: 5px; margin:0; border:3px solid #cE5E04; border-collapse:collapse; background-color: #f0f0f0; z-index: 9999; } .divCrop { text-align:right; height: 120px; width: 280px } .divCrop ul, .divImgSizeEditor ul { padding:15px 0 0 0; margin:0; } .divCrop li{ float:left; width: 110px; padding: 0 5px 8px 5px; margin:0; } .divCrop div, .divImgSizeEditor div{ margin: 5px 0 0 0; text-align:center; } .divCrop span, .divImgSizeEditor span{ margin: 0 0 0 10px; } .divImgSizeEditor { text-align:left; padding: 0 0 0 20px; height: 140px; width:300px } .divImgSizeEditors ul{ padding:5px; margin:0; } /* ks-dialog */ .ks-dialog-hidden{ visibility:hidden; } .ks-dialog, .ks-overlay{ position:absolute; left:-9999px; top:-9999px; outline:none; z-index:9998; -webkit-tap-highlight-color: rgba(0,0,0,0); } .ks-overlay-hidden{ visibility: hidden; } .ks-overlay-mask-hidden{ display:none; } .ks-overlay-shown{ visibility: visible; } .ks-overlay-mask-shown{ display: block; } .ks-dialog, .ks-popup{ background-color: #FBFBFB; border: 1px solid #ACB4BE; } .ks-overlay-mask, .ks-dialog-mask{ background-color: #000; opacity: 0.3; z-index:9998; } .ks-dialog-focused, .ks-overlay-focused{ z-index:9999; }
Published/Areas/Scan/Styles/style.css
body { padding: 0px; margin: 0px; background-color:#3a3a3a; font-family: "verdana", "sans-serif"; font-size: 12px; line-height: 20px; color: #3a3a3a; } /*TYPOGRAPHY doc == documents*/ b, strong, h1, h2, h3, h4 { font-family: arial, helvetica, sans-serif; color: #202020; } .doc h1 { font-size: 22px; line-height: 30px; padding-bottom: 6px; border-bottom: 3px solid #EDEDF0; margin-bottom: 20px; } .doc h2 { margin: 15px 0 15px 20px; font-size: 18px; } .doc p { margin: 0 0 6px 35px; } .doc ul { margin: 10px 0 10px 55px; list-style-type: square; } .doc ul li { margin-bottom: 4px; color: #555555; } ul.items { margin: 15px 0 15px 35px; margin-top: 15px; margin-bottom: 15px; } ul.items li { border-left: 3px solid #FE8E14; list-style: none; background-color: #F7F7F7; padding-left: 8px; margin-top: 10px; height: 30px; vertical-align: middle; line-height: 30px; } a img { border:none; } a img:hover { border:none; } li.fontstyle { font-size: 10px; color: #3a3a3a; line-height: 15px; } li#tallerli { line-height:47px; } ul { list-style:none; padding-left:0px; margin:0; } ul li { margin-bottom:8px; } #browsersupport ul li { float:left; padding: 0 10px; } #browsersupport img { vertical-align:middle; } #browsersupport { margin:0; padding:0; padding-left:6px; height:55px; width:260px; z-index:1; position:absolute; top:-80px; } div.divinput { font-size: 11px; color: #3a3a3a; padding:10px; line-height: 14px; font-family: "verdana" , "sans-serif"; margin:5px; margin-bottom:10px; background-color:#f0f0f0; text-align:left; } div.menudiv { float:left; height:25px; padding-top:10px; } .divcontrol { width:580px; height:600px; } .divcontrolthumbnailmain { width:500px; height:600px; } .divcontrolthumbnail { width:120px; height:600px; } div#VideoContainerDiv { margin:0; margin-left:20px; float:left; margin-top:10px; width:345px; height:353px; margin-left:-10px;*margin-left:20px;*margin-left:20px\9; } div#VideoContainerInstalled { float:left; width:315px; height:305px; } .divvideocontrol { margin:0; float:left; padding:0; margin-top:10px; width:305px; height:300px; } div#divVideoProperties { margin:0; margin-left:15px; margin-top:10px; float:left; width:517px; height:353px; } div.dwtcontrolThumbnail { padding:5px; padding-top:10px; text-align:center; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 580px; z-index: 1; background-color: #f0f0f0; width:100px; } div#MoreEditMethods { padding:5px; padding-top:10px; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: auto; z-index: 1; background-color: #f0f0f0; width:250px; text-align:left; } div#divCapabilityNegotiation { padding:5px; padding-top:10px; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: auto; z-index: 2; background-color: #f0f0f0; width:auto; } div#divRotateConfig { padding:5px; padding-top:10px; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 100px; z-index: 2; background-color: #f0f0f0; width:200px; } div#divSetImageLayout { padding:5px; padding-top:10px; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 75px; z-index: 2; background-color: #f0f0f0; width:350px; } div#divHighlight { padding:5px; padding-top:10px; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 110px; z-index: 2; background-color: #f0f0f0; width:280px; } div#tblLoadImage { padding:5px; padding-top:10px; text-align:left; border-collapse:collapse; border:3px solid #cE5E04; position: absolute; height: 170px; z-index: 1; background-color: #fefefe; width:280px } div#AddTextDiv { padding:5px; padding-top:10px; text-align:center; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 170px; z-index: 1; background-color: #f0f0f0; width:300px } div#SetTextFontDiv { padding:5px; padding-top:10px; text-align:center; border-collapse:collapse;border:3px solid #cE5E04; position: absolute; height: 250px; z-index: 1; background-color: #f0f0f0; width:320px } a:link { color: #3a3a3a; line-height: 18px; text-decoration: underline } a:visited { color: #3a3a3a; line-height: 18px; text-decoration: underline } a:active { color: #666666; line-height: 18px; text-decoration: underline } a:hover { color: #fe8e14; line-height: 18px; text-decoration: underline } a.menu:link { color: #3a3a3a; line-height: 18px; text-decoration: none } a.menu:visited { color: #202020; line-height: 18px; text-decoration: none } a.menu:active { color: #202020; line-height: 18px; text-decoration: none } a.menu:hover { color: #202020; line-height: 18px; text-decoration: none } a.white:link { color: #d9d9d9; line-height: 18px; text-decoration: underline } a.white:visited { color: #d9d9d9; line-height: 18px; text-decoration: underline } a.white:active { color: #d9d9d9; line-height: 18px; text-decoration: underline } a.white:hover { color: #d9d9d9; line-height: 18px; text-decoration: none } a.gray:link { color: #3a3a3a; line-height: 18px; text-decoration: none } a.gray:visited { color: #3a3a3a; line-height: 18px; text-decoration: none } a.gray:active { color: #3a3a3a; line-height: 18px; text-decoration: none } a.gray:hover { color: #3a3a3a; line-height: 18px; text-decoration: underline } a.grayunder:link { color: #454545; line-height: 18px; text-decoration: underline } a.grayunder:visited { color: #454545; line-height: 18px; text-decoration: underline } a.grayunder:active { color: #454545; line-height: 18px; text-decoration: underline } a.grayunder:hover { color: #454545; line-height: 18px; text-decoration: none } .tableborder { border-right: #cdcdcd 1px solid; border-top: #cdcdcd 1px solid; border-left: #cdcdcd 1px solid; border-bottom: #cdcdcd 1px solid } .tableborderbottom { border-bottom: #cdcdcd 1px solid } .fontgray12B { font-weight: bold; color: #555555 } .fontyellow12B { font-weight: bold; color: #3a3a3a } .titlepagetd { vertical-align: middle; height: 30px } .subtitletd { vertical-align: bottom; height: 30px } .titlepage { font-weight: bold; font-size: 14px; color: #fe8e14 } .subtitle { font-weight: 600; font-size: 11px; vertical-align: bottom; color: #fe8e14; FONT-FAMILY: Verdana; height: 20px; TEXT-ALIGN: left } .menuout { padding-bottom: 5px; color: #ffffff; background-color: #fe8e14 } .menuover { color: #ffffff; background-color: #5f6062 } .menu_top_over { padding-left: 30px; font-size: 11px; background: url(../images/menutop1.jpg) no-repeat 50% bottom; width: 151px; color: #353535; padding-top: 9px; FONT-FAMILY: "verdana"; height: 48px } .menu_top_out { padding-left: 30px; font-size: 11px; background: url(../images/menutop.jpg) no-repeat 50% bottom; width: 151px; color: #353535; padding-top: 9px; FONT-FAMILY: "verdana"; height: 48px } .menu_over { padding-left: 30px; font-size: 11px; background: url(../images/menuover.jpg) no-repeat 50% bottom; width: 151px; color: #353535; FONT-FAMILY: "verdana"; height: 33px } .menu_out { padding-left: 30px; font-size: 11px; background: url(../images/menuout.jpg) no-repeat 50% bottom; width: 151px; color: #353535; FONT-FAMILY: "verdana"; height: 33px } .menu_blank { background: url(../images/menublank.jpg) no-repeat 50% bottom; width: 151px; color: #353535; height: 33px } .body_Narrow_width { width: 964px; } .body_Broad_width { width: 984px; } input{ font:normal 11px verdana; } input.invalid { background-color: #FF9; border: 2px red inset; } a.menucolor:link { font-weight: bold; font-family: Arial; font-size: 12px; margin-right: 5px; color: #FFFFFF; text-decoration: none; } a.menucolor:visited { font-weight: bold; font-family: Arial; font-size: 12px; margin-right: 5px; color: #FFFFFF; text-decoration: none; } a.menucolor:hover { font-weight: bold; font-family: Arial; font-size: 12px; margin-right: 5px; color: #FE8E14; text-decoration: none; } a.menucolor:active { font-weight: bold; font-family: Arial; font-size: 12px; margin-right: 5px; color: #FFFFFF; text-decoration: none; } a.fontcolor:link { color: #000000; text-decoration: none; line-height:14px; } a.fontcolor:visited { color: #000000; text-decoration: none; line-height:14px; } a.fontcolor:hover { color: #000000; text-decoration: none; line-height:14px; } a.fontcolor:active { color: #000000; text-decoration: none; line-height:14px; } div#tblLoadImage2 { padding:5px; padding-top:10px; text-align:left; border-collapse:collapse; border:3px solid #cE5E04; position: absolute; height: 330px; z-index: 1; background-color: #fefefe; width:300px } #menu { background:url(../Images/bg_menubar_black.png) repeat-x; height:38px;} #menu ul { list-style:none; margin:0; padding:0; } #menu a { text-decoration:none; display:block; white-space:nowrap; } #menu .nohref { cursor:default; } /* first level start */ .menubar_split, .menubar_split_last { background:#000; width:1px; height:37px; position: absolute; top: 1px; border: 1px solid #666; } .menubar_split { left:0; } .menubar_split_last { right:0; } #menu .D_menu_item { float:left; width:110px; height:38px; line-height:38px; color:#FFF; font:bold 13px/16px Helvetica; margin:0; padding:0; text-align:center; vertical-align:middle; position:relative; z-index:1;} .D_menu_item_select {float:left; width:110px; height:38px; line-height:38px; background-color: #AAAAAA; color:White; font:bold 13px/16px Helvetica; margin:0; padding:0; text-align:center; vertical-align:middle;position:relative; z-index:1; } #menu .D_menu_item a { height:38px; line-height:38px; } #menu .D_menu_item a:visited { background:none; } #menu .D_menu_item a:hover { background-color:#FFF; } /* first level end */ #menu a:link { color: #fff; line-height: 38px; text-decoration: none } #menu a:visited { color: #fff; line-height: 38px; text-decoration: none } #menu a:active { color: #202020; line-height: 38px; text-decoration: none } #menu a:hover { color: #3a3a3a; line-height: 40px; text-decoration: none; cursor:pointer; } .ks-overlay { position:absolute; left:-9999px; top:-9999px; } .ks-ext-close { padding: 0 20px; position: absolute; right: -5px; top: 5px; } .ks-ext-close,.ks-ext-close:link { color:#2222AA;text-decoration:none; cursor: pointer; } .ks-ext-mask{ background: #999; opacity: 0.7; } .D-dialog .ks-ext-close .ks-ext-close-x { height: 8px; } .D-dialog .ks-ext-close, .D-dialog .ks-ext-close:hover { background: none; border: none; } .D-dialog { position: absolute; left: -9999px; top: -99999px; margin:100px auto; padding: 0; width: 392px; height: 242px; background-color:#F1F2F2; } .D-dialog .D-dialog-body { width: 350px; height: 200px; position: relative; top:5px; left: 5px; margin: 0; background-color: #ffffff; border: 1px solid #E7E7E7; padding: 15px; } .D-dialog .D-dialog-body-Mac { width: 350px; height: 245px; position: relative; top:5px; left: 5px; margin: 0; background-color: #ffffff; border: 1px solid #E7E7E7; padding: 15px; } .D-dialog .D-dialog-body-Scan { width: 380px; height: 240px; position: relative; top:5px; left: 5px; margin: 0; background-color: #ffffff; border: 1px solid #E7E7E7; padding: 15px; } .D-dialog .D-dialog-body-Scan-sample { width: 380px; height: 200px; position: relative; top:5px; left: 5px; margin: 0; background-color: #ffffff; border: 1px solid #E7E7E7; padding: 15px; } .D-dialog a { text-decoration: none; } .link{ text-decoration:underline; } .box_title { color: #333; font-family: helvetica, arial, sans-serif; font-size: 16px; font-weight: bold; } .box_title_scan { color: #333; font-family: helvetica, arial, sans-serif; font-size: 12px; font-weight: bold; } .box_scan_subtitle { color: #333; font-family: helvetica, arial, sans-serif; font-size: 12px; } .box_scan_detail { color: #777777; margin-top:5px; margin-bottom:8px; font-family: helvetica, arial, sans-serif; font-size: 12px; } .D-dialog ul { margin: 10px 0 10px 20px; list-style-type:disc; } .red { color: red; margin-left: 5px; } .button { background-image: url(../images/btn-down-install-plugin.gif); background-repeat: no-repeat; width: 215px; height: 34px; position: relative; margin: 20px auto 0; cursor: pointer; } .button:hover { background-position: 0 -34px; } .button:active { background-position: 0 -68px; } #PCollapse { list-style: none inside none; margin-left: 0; padding-left: 0; } .divType { font-weight:bold; font-size:12px; height: 25px; cursor:pointer; } .mark_arrow { display: block; float: left; height: 12px; margin: 0px 2px 0 0; width: 12px; } .collapsed { background: url("../images/arrow.gif") no-repeat scroll 3px center transparent; } .expanded { background: url("../images/arrow-down.gif") no-repeat scroll 3px 4px transparent; } #div_SampleImage { padding-left:15px; } #div_LoadLocalImage { padding-left:15px; width: 260px; } #div_SampleImage ul { padding-left:0; margin-left:0; } #div_ScanImage { } .divTableStyle { border: solid 6px #dedede; padding: 5px 5px; } .divTableStyle ul { margin-left: 10px; } .divHead { font-weight:bold; font-size:12px; height: 20px; padding-left: 10px; padding-top: 5px; background-color:#ffaf4f; } .tableStyle { border: solid 8px #ddd; background-color: #fff; padding-left:10px } .holder { top:2px; left: 2px; font-size: 10px; } .holding { position:relative; } .holder { position:absolute; color: #AAA; cursor: text; -webkit-transition: opacity .1s,font-size .1s; -moz-transition: opacity 0.1s ease 0s, font-size 0.1s ease 0s; -o-transition: opacity .1s,font-size .1s; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } .hasome .holder { display:none; } input.BigTextBox { font-size: 8px; color: #333; width: 150px; height: 20px; line-height: 30px; border: 1px solid #ccc; background:#F0F9FF; } input[type='text']:focus,input[type='password']:focus,input[type='textarea']:focus { border-color: #56B4EF; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6); } /*Upgrade*/ #message { font-family: Arial,Helvetica,sans-serif; width: 800px; z-index: 105; text-align: center; font-weight: bold; font-size: 100%; padding: 2px 0px 2px 0px; color: #239210; background-color: #E0F0D6; border: 1px solid #54D33F; box-shadow: 0 0 10px #3A3A3A; margin-left: auto; margin-right: auto; height: 22px; position: absolute; left: 50%; margin-left: -400px; } #MessageBody a, #divInfo{ color: #6A9962; font-size: 14px; } #message span { text-align: center; width: 95%; float: left; } #MessageBoy a:hover { text-decoration: underline; } .close-notify { white-space: nowrap; float: right; margin-right: 10px; color: #fff; text-decoration: none; border: 2px #fff solid; padding-left: 3px; padding-right: 3px; } .close-notify a { color: #fff; } .VideoContainerDisplay { position:absolute; left:-1000px; top:-1000px; } #divInfo { font-family: verdana, sans-serif; font-size: 12px; color: #3A3A3A; line-height: 20px; border: 3px dashed #dedede; border-radius: 4px; padding: 15px; margin-top: 15px; } #divInfo div { background: url("../images/faq 24.png") no-repeat; padding-left: 30px; } #divInfo div a { line-height: 20px; font-size: 13px; font-weight:bold; text-decoration: underline; color: #555; } #divInfo div a:hover { text-decoration: underline; } .divOnlineDemo{ font-family: helvetica, arial, sans-serif; font-weight: normal; color: rgb(47, 48, 49); font-size: 28px; } .DWTPage{ margin: 0 auto; } .DWTHeader{ background-color: #3a3a3a; border: 0; padding: 0; } .DWTTail{ background-color:#ffffff; border:0; } .DWTBody { margin: 0 auto; background-color: #FFF; border: 0; padding:3px 0 2px 0; position:relative; } /*fix DWTBody height*/ .body_clr { clear: both; height: 20px; margin-bottom: 20px; } .btn { width: 216px; margin: 5px auto 5px auto; display: block; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.2) 0px 1px 1px 0px; box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.3) 0px 1px 1px 0px; border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.2); color: #FFF; cursor: pointer; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px; zoom: 1; } .btn:active { -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px 0px inset, rgba(255, 255, 255, 0.15) 0px 1px 0px 0px; box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px 0px inset, rgba(255, 255, 255, 0.15) 0px 1px 0px 0px; } .DWTScanButton { background-color: #ffaf18; background-image: -webkit-linear-gradient(top, rgba(252, 192, 89, 0), rgba(254, 150, 0, 0.9 )); background-image: -moz-linear-gradient(top, rgba(252, 192, 89, 0), rgba(254, 150, 0, 0.9 )); background-image: -o-linear-gradient(top, rgba(252, 192, 89, 0), rgba(254, 150, 0, 0.9 )); background-image: -ms-linear-gradient(top, rgba(252, 192, 89, 0), rgba(254, 150, 0, 0.9 )); background-image: linear-gradient(top, rgba(252, 192, 89, 0), rgba(254, 150, 0, 0.9 )); height: 41px; font-size: 16px; } .DWTScanButton:hover { background-color: #fdb52d; background-image: -webkit-linear-gradient(top, rgba(252, 192, 89, 0.5), rgba(254, 150, 0, 0.7 )); background-image: -moz-linear-gradient(top, rgba(252, 192, 89, 0.5), rgba(254, 150, 0, 0.7 )); background-image: -o-linear-gradient(top, rgba(252, 192, 89, 0.5), rgba(254, 150, 0, 0.7 )); background-image: -ms-linear-gradient(top, rgba(252, 192, 89, 0.5), rgba(254, 150, 0, 0.7 )); background-image: linear-gradient(top, rgba(252, 192, 89, 0.5), rgba(254, 150, 0, 0.7 )); } .btn_grey { background-color: #d7d7d7; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1 )); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1 )); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1 )); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1 )); background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1 )); height: 32px; font-size: 14px; } .btn_grey:hover { background-color: #dadada; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.09 )); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.09 )); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.09 )); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.09 )); background-image: linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.09 )); } .Content_Left { position:absolute; top:0; left:0; width:640px; padding:10px; } .DWTContainer { margin:0; padding:0; width:600px; } .ScanWrapper { margin-left:660px; width:322px; min-height:630px; } .DWTEditButton{ width:135px; height:22px; font-size:11px; margin-left: 0px; margin-bottom: 5px; } .split_line { background-color: #EDEDF0; height: 3px; margin-top: 16px; margin-bottom: 22px; } /* crop / image change size */ .divCrop, .divImgSizeEditor{ position: absolute; padding: 5px; margin:0; border:3px solid #cE5E04; border-collapse:collapse; background-color: #f0f0f0; z-index: 9999; } .divCrop { text-align:right; height: 120px; width: 280px } .divCrop ul, .divImgSizeEditor ul { padding:15px 0 0 0; margin:0; } .divCrop li{ float:left; width: 110px; padding: 0 5px 8px 5px; margin:0; } .divCrop div, .divImgSizeEditor div{ margin: 5px 0 0 0; text-align:center; } .divCrop span, .divImgSizeEditor span{ margin: 0 0 0 10px; } .divImgSizeEditor { text-align:left; padding: 0 0 0 20px; height: 140px; width:300px } .divImgSizeEditors ul{ padding:5px; margin:0; } /* ks-dialog */ .ks-dialog-hidden{ visibility:hidden; } .ks-dialog, .ks-overlay{ position:absolute; left:-9999px; top:-9999px; outline:none; z-index:9998; -webkit-tap-highlight-color: rgba(0,0,0,0); } .ks-overlay-hidden{ visibility: hidden; } .ks-overlay-mask-hidden{ display:none; } .ks-overlay-shown{ visibility: visible; } .ks-overlay-mask-shown{ display: block; } .ks-dialog, .ks-popup{ background-color: #FBFBFB; border: 1px solid #ACB4BE; } .ks-overlay-mask, .ks-dialog-mask{ background-color: #000; opacity: 0.3; z-index:9998; } .ks-dialog-focused, .ks-overlay-focused{ z-index:9999; }
0.360827
0.079854
@charset "utf-8"; /* CSS Document */ *{word-wrap:break-word;word-break:break-all} body { font:12px Arial, Verdana, Helvetica, sans-serif; text-align:center; color:#333; } body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, blockquote, h1, h2, h3, h4, h5, h6 { padding:0; margin:0 } table, td, tr, th { font-size:12px } input, select { vertical-align: middle; font-size:12px;} table { margin:0 auto } img { border:none } ol, ul, li{ list-style:none } em { color:#999; font-family: Tahoma, Verdana, helvetica; font-size: 10px; font-style: normal; white-space: nowrap; } /* 连接 */ a { color:#005fab; text-decoration:none } a:link { color:#3b5999; text-decoration:none } a:visited { color:#3b5999; text-decoration:none } a:hover { color:#3b5999; text-decoration:underline } a:active { color:#3b5999 } /* 字体颜色 */ .cWhite, .cWhite:visited, a.cWhite { color:#fff } .cYellow, .cYellow:visited { color:#ff0 } .cGray, .cGray:visited, a.cGray { color:#333 } .cGray2, .cGray2:visited, a.cGray2 { color:#999 } .cBlack, .cBlack:visited, a.cBlack { color:#000 } .cBlue, .cBlue:visited, a.cBlue { color:#005fab } .cRed, .cRed:visited, a.cRed { color:Red } .cGreen, a.cGreen:link, a.cGreen:visited { color:#008000; } .fn { font-weight: normal; } .fI { font-style:italic } .fu, .fu a { text-decoration: underline; } /* 字体大小 */ .f12px { font-size:12px } .f14px { font-size:14px } .f16px { font-size:16px } .f18px { font-size:18px } /*其它样式*/ .alR { text-align:right } .alL { text-align:left } .alC { text-align:center } .alM { vertical-align: middle; } .left { float:left } .right { float:right } .clear { clear: both; } .c { clear:both; font-size:1px; height:0; line-height:0; visibility:hidden; } .hidden { display:none } .OverH { overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .hand { cursor:pointer; } .WB { word-wrap:break-word; } .wn { white-space: nowrap; } .lineD{border-bottom:1px dashed #e2e2e2} .sea_left{padding-left:200px} .btn_b{ background:#567ab4 url(images/btn_b.gif) no-repeat 0 0; border:0 none; width:60px; height:24px; color:#fff;padding:0\0;} .btn_w{background:#fcfcfc url(images/btn_w.gif) no-repeat 0 0; border:0 none; width:60px; height:24px; color:#333} /*checkbox*/ .s-ck{margin:0 3px 0 0;_margin:-3px 0 0;padding:0} .check-line{_margin:0 0 0 -3px} .force{word-break: break-word} #blog_list{table-layout:fixed;} .list table{table-layout:fixed}
addons/theme/stv1/_static/admin/public.css
@charset "utf-8"; /* CSS Document */ *{word-wrap:break-word;word-break:break-all} body { font:12px Arial, Verdana, Helvetica, sans-serif; text-align:center; color:#333; } body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, blockquote, h1, h2, h3, h4, h5, h6 { padding:0; margin:0 } table, td, tr, th { font-size:12px } input, select { vertical-align: middle; font-size:12px;} table { margin:0 auto } img { border:none } ol, ul, li{ list-style:none } em { color:#999; font-family: Tahoma, Verdana, helvetica; font-size: 10px; font-style: normal; white-space: nowrap; } /* 连接 */ a { color:#005fab; text-decoration:none } a:link { color:#3b5999; text-decoration:none } a:visited { color:#3b5999; text-decoration:none } a:hover { color:#3b5999; text-decoration:underline } a:active { color:#3b5999 } /* 字体颜色 */ .cWhite, .cWhite:visited, a.cWhite { color:#fff } .cYellow, .cYellow:visited { color:#ff0 } .cGray, .cGray:visited, a.cGray { color:#333 } .cGray2, .cGray2:visited, a.cGray2 { color:#999 } .cBlack, .cBlack:visited, a.cBlack { color:#000 } .cBlue, .cBlue:visited, a.cBlue { color:#005fab } .cRed, .cRed:visited, a.cRed { color:Red } .cGreen, a.cGreen:link, a.cGreen:visited { color:#008000; } .fn { font-weight: normal; } .fI { font-style:italic } .fu, .fu a { text-decoration: underline; } /* 字体大小 */ .f12px { font-size:12px } .f14px { font-size:14px } .f16px { font-size:16px } .f18px { font-size:18px } /*其它样式*/ .alR { text-align:right } .alL { text-align:left } .alC { text-align:center } .alM { vertical-align: middle; } .left { float:left } .right { float:right } .clear { clear: both; } .c { clear:both; font-size:1px; height:0; line-height:0; visibility:hidden; } .hidden { display:none } .OverH { overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .hand { cursor:pointer; } .WB { word-wrap:break-word; } .wn { white-space: nowrap; } .lineD{border-bottom:1px dashed #e2e2e2} .sea_left{padding-left:200px} .btn_b{ background:#567ab4 url(images/btn_b.gif) no-repeat 0 0; border:0 none; width:60px; height:24px; color:#fff;padding:0\0;} .btn_w{background:#fcfcfc url(images/btn_w.gif) no-repeat 0 0; border:0 none; width:60px; height:24px; color:#333} /*checkbox*/ .s-ck{margin:0 3px 0 0;_margin:-3px 0 0;padding:0} .check-line{_margin:0 0 0 -3px} .force{word-break: break-word} #blog_list{table-layout:fixed;} .list table{table-layout:fixed}
0.347869
0.104386
* { margin: 0; padding: 0; box-sizing: border-box; } body { height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #171b20; font-family: "Nunito", sans-serif; } .container { width: 100%; background-color: #171b20; } .header { width: 345px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; height: 100px; color: white; } .header__button { width: 50px; height: 50px; border: none; border-radius: 50%; background: transparent; cursor: pointer; box-shadow: 5px 5px 10px #0e1013, -5px -5px 10px #20262d; } .header__button:active { box-shadow: inset 5px 5px 10px #0e1013, inset -5px -5px 10px #20262d; } .header__button:active .medium-img:active { transform: scale(0.9); } .header__title { font-size: 18px; } .music__carousel { display: flex; overflow-x: scroll; overscroll-behavior-x: contain; scroll-snap-type: x proximity; list-style: none; } .music__carousel::-webkit-scrollbar { display: none; } .carousel__item { margin-top: 30px; scroll-snap-align: center; } .carousel__img { margin: 0 10px 0; } .carousel__img .img__disk { border-radius: 20px; } .carousel__text { margin: 10px; margin-bottom: 30px; text-align: center; color: white; } .carousel__text .text__song { font-size: 24px; font-weight: normal; } .controls { width: 345px; margin: 0 auto; padding-bottom: 2px; } .controls__progress { position: relative; } .controls__button { display: flex; justify-content: space-around; align-items: center; margin-top: 10px; margin-bottom: 10px; } .controls .button__repeat, .controls .button__shuffle { width: 35px; height: 35px; border: none; border-radius: 50%; background: transparent; cursor: pointer; } .controls .button__skip { width: 50px; height: 50px; border: none; border-radius: 50%; background: transparent; cursor: pointer; } .controls .button__pause { width: 70px; height: 70px; border: none; border-radius: 50%; background: transparent; cursor: pointer; } .controls .shadow { box-shadow: 5px 5px 10px #0e1013, -5px -5px 10px #20262d; } .controls .shadow:active { box-shadow: inset 5px 5px 10px #0e1013, inset -5px -5px 10px #20262d; } .controls .shadow:active .scale:active { transform: scale(0.9); } .progress__bar[value] { width: 100%; height: 5px; appearance: none; -webkit-appearance: none; } .progress__bar[value]::-webkit-progress-bar { border-radius: 50px; box-shadow: inset -2px -2px 3px #0e1013, inset 2px 2px 3px #20262d; } .progress__bar[value]::-webkit-progress-value { height: 5px; border-radius: 50px; background: linear-gradient(90deg, #ffcd34 0%, #be434c 100%); } .progress__circle { position: absolute; top: 6px; left: calc(100% - 215px); content: ""; width: 20px; height: 20px; border-radius: 50%; background: linear-gradient(90deg, #be434c 0%, #ffcd34 100%); } .progress__time { display: flex; justify-content: space-between; margin-top: 5px; font-size: 14px; color: white; } /*# sourceMappingURL=style.css.map */
CSS/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #171b20; font-family: "Nunito", sans-serif; } .container { width: 100%; background-color: #171b20; } .header { width: 345px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; height: 100px; color: white; } .header__button { width: 50px; height: 50px; border: none; border-radius: 50%; background: transparent; cursor: pointer; box-shadow: 5px 5px 10px #0e1013, -5px -5px 10px #20262d; } .header__button:active { box-shadow: inset 5px 5px 10px #0e1013, inset -5px -5px 10px #20262d; } .header__button:active .medium-img:active { transform: scale(0.9); } .header__title { font-size: 18px; } .music__carousel { display: flex; overflow-x: scroll; overscroll-behavior-x: contain; scroll-snap-type: x proximity; list-style: none; } .music__carousel::-webkit-scrollbar { display: none; } .carousel__item { margin-top: 30px; scroll-snap-align: center; } .carousel__img { margin: 0 10px 0; } .carousel__img .img__disk { border-radius: 20px; } .carousel__text { margin: 10px; margin-bottom: 30px; text-align: center; color: white; } .carousel__text .text__song { font-size: 24px; font-weight: normal; } .controls { width: 345px; margin: 0 auto; padding-bottom: 2px; } .controls__progress { position: relative; } .controls__button { display: flex; justify-content: space-around; align-items: center; margin-top: 10px; margin-bottom: 10px; } .controls .button__repeat, .controls .button__shuffle { width: 35px; height: 35px; border: none; border-radius: 50%; background: transparent; cursor: pointer; } .controls .button__skip { width: 50px; height: 50px; border: none; border-radius: 50%; background: transparent; cursor: pointer; } .controls .button__pause { width: 70px; height: 70px; border: none; border-radius: 50%; background: transparent; cursor: pointer; } .controls .shadow { box-shadow: 5px 5px 10px #0e1013, -5px -5px 10px #20262d; } .controls .shadow:active { box-shadow: inset 5px 5px 10px #0e1013, inset -5px -5px 10px #20262d; } .controls .shadow:active .scale:active { transform: scale(0.9); } .progress__bar[value] { width: 100%; height: 5px; appearance: none; -webkit-appearance: none; } .progress__bar[value]::-webkit-progress-bar { border-radius: 50px; box-shadow: inset -2px -2px 3px #0e1013, inset 2px 2px 3px #20262d; } .progress__bar[value]::-webkit-progress-value { height: 5px; border-radius: 50px; background: linear-gradient(90deg, #ffcd34 0%, #be434c 100%); } .progress__circle { position: absolute; top: 6px; left: calc(100% - 215px); content: ""; width: 20px; height: 20px; border-radius: 50%; background: linear-gradient(90deg, #be434c 0%, #ffcd34 100%); } .progress__time { display: flex; justify-content: space-between; margin-top: 5px; font-size: 14px; color: white; } /*# sourceMappingURL=style.css.map */
0.427516
0.088033
@import 'settings/colors'; @import 'settings/typography'; @import 'settings/transitions'; :root { --tooltip-chevron-size: calc(1rem * (6 / var(--font-base-default))); } .Tooltip__target-wrapper { display: inline-block; position: relative; } .Tooltip { position: fixed; margin: calc(1rem * (10 / var(--font-base-default))) 0px; display: inline-flex; flex-direction: column; background: var(--color-contrast-mid); font-family: var(--font-stack-primary); font-size: calc(1rem * (12 / var(--font-base-default))); font-weight: var(--font-weight-medium); font-style: normal; text-decoration: none; color: var(--color-white); text-align: center; line-height: var(--line-height-default); padding: calc(1rem * (8 / var(--font-base-default))) calc(1rem * (10 / var(--font-base-default))); border-radius: calc(1rem * (4 / var(--font-base-default))); z-index: var(--z-index-tooltip); user-select: none; width: auto; word-wrap: break-word; } .Tooltip--hidden { visibility: hidden; pointer-events: none; z-index: var(--z-index-negative); } .Tooltip--place-bottom, .Tooltip--place-top { &:after { content: ''; left: 50%; transform: translateX(-50%); position: absolute; width: 0; height: 0; } } .Tooltip--place-bottom { &:after { border-left: var(--tooltip-chevron-size) solid transparent; border-right: var(--tooltip-chevron-size) solid transparent; border-bottom: var(--tooltip-chevron-size) solid var(--color-contrast-mid); top: calc(-1 * var(--tooltip-chevron-size)); } } .Tooltip--place-top { &:after { border-left: var(--tooltip-chevron-size) solid transparent; border-right: var(--tooltip-chevron-size) solid transparent; border-top: var(--tooltip-chevron-size) solid var(--color-contrast-mid); bottom: calc(-1 * var(--tooltip-chevron-size)); } } .Tooltip--place-left { &:after { content: ''; position: absolute; border-top: var(--tooltip-chevron-size) solid transparent; border-left: calc(var(--tooltip-chevron-size) * 1.5) solid var(--color-contrast-mid); border-bottom: var(--tooltip-chevron-size) solid transparent; right: calc(-1 * var(--tooltip-chevron-size) * 1.5); bottom: 50%; transform: translateY(50%); } } .Tooltip--place-right { &:after { content: ''; position: absolute; border-top: var(--tooltip-chevron-size) solid transparent; border-right: calc(var(--tooltip-chevron-size) * 1.5) solid var(--color-contrast-mid); border-bottom: var(--tooltip-chevron-size) solid transparent; left: calc(-1 * var(--tooltip-chevron-size) * 1.5); bottom: 50%; transform: translateY(50%); } }
packages/forma-36-react-components/src/components/Tooltip/Tooltip.css
@import 'settings/colors'; @import 'settings/typography'; @import 'settings/transitions'; :root { --tooltip-chevron-size: calc(1rem * (6 / var(--font-base-default))); } .Tooltip__target-wrapper { display: inline-block; position: relative; } .Tooltip { position: fixed; margin: calc(1rem * (10 / var(--font-base-default))) 0px; display: inline-flex; flex-direction: column; background: var(--color-contrast-mid); font-family: var(--font-stack-primary); font-size: calc(1rem * (12 / var(--font-base-default))); font-weight: var(--font-weight-medium); font-style: normal; text-decoration: none; color: var(--color-white); text-align: center; line-height: var(--line-height-default); padding: calc(1rem * (8 / var(--font-base-default))) calc(1rem * (10 / var(--font-base-default))); border-radius: calc(1rem * (4 / var(--font-base-default))); z-index: var(--z-index-tooltip); user-select: none; width: auto; word-wrap: break-word; } .Tooltip--hidden { visibility: hidden; pointer-events: none; z-index: var(--z-index-negative); } .Tooltip--place-bottom, .Tooltip--place-top { &:after { content: ''; left: 50%; transform: translateX(-50%); position: absolute; width: 0; height: 0; } } .Tooltip--place-bottom { &:after { border-left: var(--tooltip-chevron-size) solid transparent; border-right: var(--tooltip-chevron-size) solid transparent; border-bottom: var(--tooltip-chevron-size) solid var(--color-contrast-mid); top: calc(-1 * var(--tooltip-chevron-size)); } } .Tooltip--place-top { &:after { border-left: var(--tooltip-chevron-size) solid transparent; border-right: var(--tooltip-chevron-size) solid transparent; border-top: var(--tooltip-chevron-size) solid var(--color-contrast-mid); bottom: calc(-1 * var(--tooltip-chevron-size)); } } .Tooltip--place-left { &:after { content: ''; position: absolute; border-top: var(--tooltip-chevron-size) solid transparent; border-left: calc(var(--tooltip-chevron-size) * 1.5) solid var(--color-contrast-mid); border-bottom: var(--tooltip-chevron-size) solid transparent; right: calc(-1 * var(--tooltip-chevron-size) * 1.5); bottom: 50%; transform: translateY(50%); } } .Tooltip--place-right { &:after { content: ''; position: absolute; border-top: var(--tooltip-chevron-size) solid transparent; border-right: calc(var(--tooltip-chevron-size) * 1.5) solid var(--color-contrast-mid); border-bottom: var(--tooltip-chevron-size) solid transparent; left: calc(-1 * var(--tooltip-chevron-size) * 1.5); bottom: 50%; transform: translateY(50%); } }
0.494873
0.069164
.spectrum-Rating-icon { color: var(--spectrum-rating-icon-color); /* Star */ .spectrum-Rating-starActive { display: block; } .spectrum-Rating-starInactive { display: none; } } .spectrum-Rating:not(:hover) { .spectrum-Rating-icon:not(.is-selected) { color: var(--spectrum-rating-icon-color); /* StarOutline */ .spectrum-Rating-starActive { display: none; } .spectrum-Rating-starInactive { display: block; } } } .spectrum-Rating-icon:hover ~ .spectrum-Rating-icon:not(.is-selected) { color: var(--spectrum-rating-icon-color); /* StarOutline */ .spectrum-Rating-starActive { display: none; } .spectrum-Rating-starInactive { display: block; } } /* topdoc {{ rating/rating-active.yml }} */ .spectrum-Rating-icon:hover ~ .spectrum-Rating-icon.is-selected { color: var(--spectrum-rating-icon-color); /* Star */ .spectrum-Rating-starActive { display: block; } .spectrum-Rating-starInactive { display: none; } } .spectrum-Rating-icon { &.is-selected { color: var(--spectrum-rating-icon-color-down); /* Star */ .spectrum-Rating-starActive { display: block; } .spectrum-Rating-starInactive { display: none; } } } /* topdoc {{ rating/rating-disabled.yml }} */ .spectrum-Rating.is-disabled .spectrum-Rating-icon.is-selected { color: var(--spectrum-rating-icon-color-disabled); /* Star */ .spectrum-Rating-starActive { display: block; } .spectrum-Rating-starInactive { display: none; } } .spectrum-Rating:not(:hover).is-disabled .spectrum-Rating-icon:not(.is-selected) { color: var(--spectrum-rating-icon-color-disabled); /* StarOutline */ .spectrum-Rating-starActive { display: none; } .spectrum-Rating-starInactive { display: block; } } .spectrum-Rating { &:not(:hover) { .spectrum-Rating-input:focus-ring { ~ .spectrum-Rating-icon, ~ .spectrum-Rating-icon:not(.is-selected), ~ .spectrum-Rating-icon.is-selected { color: var(--spectrum-button-primary-border-color-key-focus); > .spectrum-Icon { stroke: currentColor; stroke-width: var(--spectrum-button-primary-border-size-increase-key-focus); } } } } }
src/rating/skin.css
.spectrum-Rating-icon { color: var(--spectrum-rating-icon-color); /* Star */ .spectrum-Rating-starActive { display: block; } .spectrum-Rating-starInactive { display: none; } } .spectrum-Rating:not(:hover) { .spectrum-Rating-icon:not(.is-selected) { color: var(--spectrum-rating-icon-color); /* StarOutline */ .spectrum-Rating-starActive { display: none; } .spectrum-Rating-starInactive { display: block; } } } .spectrum-Rating-icon:hover ~ .spectrum-Rating-icon:not(.is-selected) { color: var(--spectrum-rating-icon-color); /* StarOutline */ .spectrum-Rating-starActive { display: none; } .spectrum-Rating-starInactive { display: block; } } /* topdoc {{ rating/rating-active.yml }} */ .spectrum-Rating-icon:hover ~ .spectrum-Rating-icon.is-selected { color: var(--spectrum-rating-icon-color); /* Star */ .spectrum-Rating-starActive { display: block; } .spectrum-Rating-starInactive { display: none; } } .spectrum-Rating-icon { &.is-selected { color: var(--spectrum-rating-icon-color-down); /* Star */ .spectrum-Rating-starActive { display: block; } .spectrum-Rating-starInactive { display: none; } } } /* topdoc {{ rating/rating-disabled.yml }} */ .spectrum-Rating.is-disabled .spectrum-Rating-icon.is-selected { color: var(--spectrum-rating-icon-color-disabled); /* Star */ .spectrum-Rating-starActive { display: block; } .spectrum-Rating-starInactive { display: none; } } .spectrum-Rating:not(:hover).is-disabled .spectrum-Rating-icon:not(.is-selected) { color: var(--spectrum-rating-icon-color-disabled); /* StarOutline */ .spectrum-Rating-starActive { display: none; } .spectrum-Rating-starInactive { display: block; } } .spectrum-Rating { &:not(:hover) { .spectrum-Rating-input:focus-ring { ~ .spectrum-Rating-icon, ~ .spectrum-Rating-icon:not(.is-selected), ~ .spectrum-Rating-icon.is-selected { color: var(--spectrum-button-primary-border-color-key-focus); > .spectrum-Icon { stroke: currentColor; stroke-width: var(--spectrum-button-primary-border-size-increase-key-focus); } } } } }
0.661158
0.120646
body { position: absolute; padding: 0; margin: 0; top: 0; left: 0; right: 0; bottom: 0; width: auto; height: auto; color: #dcdcdc; font-family: 'Roboto', arial, sans-serif; font-size: 16px; font-style: normal; font-weight: normal; line-height: 1.6; box-sizing: border-box; overflow: hidden; background: #292929; } #wrapper, .relative { display: block; position: relative; width: 100%; height: 100%; } /** * generic *****************************/ a { color: #5ca8d9; text-decoration: none; -webkit-transition: color 0.14s ease-out; -o-transition: color 0.14s ease-out; transition: color 0.14s ease-out; cursor: pointer; } a:hover { color: #347eaf; } a.basic { color: #c2c2c2; } a.basic:hover { color: #afafaf; } button, label.file-input { display: inline-block; position: relative; vertical-align: middle; background: #5ca8d9; color: #fff; border: none; font-size: 1.1em; padding: 0.6em 1.2em; border-radius: 4px; -webkit-transition: background 0.14s ease-out; -o-transition: background 0.14s ease-out; transition: background 0.14s ease-out; cursor: pointer; -webkit-transform: translateY(-0.1em); -ms-transform: translateY(-0.1em); -o-transform: translateY(-0.1em); transform: translateY(-0.1em); } button:hover { background: #347eaf; } button.basic, label.file-input { background: #e3e3e3; color: #777; } button.basic:hover, label.file-input:hover { background: #d3d3d3; } input[type=file] { position: absolute; width: 0; height: 0; opacity: 0; } label.file-input { font-size: 0.9em; padding: 0.4em 1em; margin: 0 0.6em; } .hidden { display: none; } .transparent { opacity: 0; } :focus { outline: none; } .noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } svg { display: inline-block; position: relative; overflow: hidden; width: 100%; height: 100%; } svg.basic { color: #c2c2c2; } .green, .green svg { color: #68bd7e } .red, .red svg { color: #d16868 } /** * modal & overlay *****************************/ .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: auto; height: auto; background: rgba(0, 0, 0, 0.3); } .modal { position: absolute; top: 10%; left: 0; right: 0; width: 860px; height: 580px; margin: auto; background: #292929; border-radius: 3px; box-shadow: 0px 1px 8px -2px rgba(0, 0, 0, 0.4); padding: 54px; box-sizing: border-box; } /* Sizing */ .modal-body, .modal-footer { position: absolute; left: 0; right: 0; width: auto; box-sizing: border-box; } .modal-body { top: 0; bottom: 2.6em; height: auto; } .modal-footer { height: 2.6em; bottom: 0; } .modal h2 { font-size: 1.4em; font-weight: normal; margin: 0; } #modal-loading-section, #export-modal-main, #export-nothing { padding: 32px; font-size: 1.1em; } .modal-footer-element { float: right; margin-left: 1em; } #modal-file-count { position: absolute; top: 0.25em; right: 0; } #modal-input-summary { position: absolute; left: 0; right: 0; width: auto; top: 50px; height: 290px; border: 1px #cfcfcf solid; box-sizing: border-box; font-size: 0.85em; } #modal-input-summary-top-bar { position: absolute; left: 0; right: 0; width: auto; top: 0; border-bottom: 1px #cfcfcf solid; box-sizing: border-box; height: 42px; } .modal-input-topbar-element { float: left; font-weight: bold; padding: 0.6em 1em; box-sizing: border-box; } .modal-input-topbar-element:first-of-type { border-right: 1px #cfcfcf solid; width: 410px; } #modal-input-file-list { position: absolute; left: 0; right: 0; top: 42px; bottom: 0; width: auto; height: auto; overflow-x: hidden; overflow-y: scroll; } .modal-file-list-element { position: relative; border-top: 1px #e8e8e8 solid; } .modal-file-list-element:first-of-type { border-top: none; } .modal-file-list-element svg { display: inline-block; vertical-align: middle; width: 1.5em; height: 1.5em; margin-right: 0.3em; -webkit-transform: translateY(-0.1em); -ms-transform: translateY(-0.1em); -o-transform: translateY(-0.1em); transform: translateY(-0.1em); } .modal-file-list-element.with-problem { cursor: pointer; background: #292929; -webkit-transition: background-color 0.14s ease-out; -o-transition: background-color 0.14s ease-out; transition: background-color 0.14s ease-out; } .modal-file-list-element.with-problem:hover { background-color: #424242; } .modal-list-left, .modal-list-right { display: inline-block; margin: 0; box-sizing: border-box; padding: 0.5em 0.9em; } .modal-list-left { width: 412px; } .modal-list-delete { position: absolute; top: 0.6em; right: 0.7em; opacity: 0; -webkit-transition: opacity 0.14s ease-out; -o-transition: opacity 0.14s ease-out; transition: opacity 0.14s ease-out; } .modal-file-list-element:hover .modal-list-delete { opacity: 1; } .modal-list-errors { box-sizing: border-box; padding: 0.9em; padding-top: 0; color: #999; } .modal-list-errors ul { margin: 0; } /** * export modal & overlay *****************************/ #export-modal-labels, #export-modal-inputs { display: inline-block; } .export-modal-fixed-height { height: 4em; } #export-modal input { display: inline-block; vertical-align: middle; -webkit-appearance: button; font-size: 0.9em; font-family: 'Source Code Pro', monospace; color: #999; width: 20em; height: 1.2em; margin-left: 1em; padding: 0.5em 0.8em; background: #292929; border: 1px #cfcfcf solid; box-shadow: 0px 1px 5px -3px rgba(0, 0, 0, 0.4); border-radius: 2px; -webkit-transform: translateY(-0.1em); -ms-transform: translateY(-0.1em); -o-transform: translateY(-0.1em); transform: translateY(-0.1em); overflow: hidden; -webkit-transition: color 0.14s ease-out, border-color 0.14s ease-out, background-color 0.14s ease-out, box-shadow 0.14s ease-out; -o-transition: color 0.14s ease-out, border-color 0.14s ease-out, background-color 0.14s ease-out, box-shadow 0.14s ease-out; transition: color 0.14s ease-out, border-color 0.14s ease-out, background-color 0.14s ease-out, box-shadow 0.14s ease-out; } #export-modal input.invalid-input { color: #d77d7d; background-color: #424242; border-color: #f09e9e; } #export-modal input:focus { box-shadow: 0px 1px 8px -1.8px rgba(49, 92, 177, 0.4); } /** * topbar & main *****************************/ /* Sizing */ #topbar, #main { position: absolute; left: 0; right: 0; width: auto; box-sizing: border-box; } #topbar { top: 0; height: 60px; } #main { top: 60px; bottom: 0; height: auto; } /* topbar */ #topbar { border-bottom: 1px #cfcfcf solid; background: #292929; } #topbar-left { position: absolute; top: 0; bottom: 0; left: 0; height: auto; width: auto; padding: 15px 26px; } #topbar-left h1 { font-size: 1.3em; font-weight: normal; margin: 0; } #topbar-right { position: absolute; top: 0; bottom: 0; right: 0; height: auto; width: auto; padding: 15px 26px; font-size: 1.2em; } #topbar-right svg { height: 1.6em; width: 1.6em; vertical-align: middle; margin-right: 0.2em; -webkit-transform: translateY(-0.12em); -ms-transform: translateY(-0.12em); -o-transform: translateY(-0.12em); transform: translateY(-0.12em); } /** * top & bottom *****************************/ /* Sizing */ #top, #bottom { position: absolute; left: 0; right: 0; width: auto; height: auto; box-sizing: border-box; } #top { top: 0; bottom: 40%; } #bottom { top: 60%; bottom: 0; } /* bottom section */ #bottom { border-top: 1px #cfcfcf solid; } /** * left & right *****************************/ /* Sizing */ #left, #right { position: absolute; top: 0; bottom: 0; width: auto; height: auto; box-sizing: border-box; } #left { left: 0; right: 50%; } #right { left: 50%; right: 0; } /* left section */ #left { border-right: 1px #cfcfcf solid; } /** * frames *****************************/ /* Sizing */ #frames-sidebar, #frames { position: absolute; top: 0; bottom: 0; height: auto; box-sizing: border-box; } #frames-sidebar { left: 0; width: 80px; } #frames { left: 80px; right: 0; width: auto; } /* sidebar section */ #frames-sidebar { border-right: 1px #cfcfcf solid; } .frames-sidebar-element { position: relative; height: 80px; padding: 12px; box-sizing: border-box; } /* frames section */ #frames-container { position: relative; width: 100%; height: 100%; overflow-x: hidden; overflow-y: scroll; padding: 14px; box-sizing: border-box; } .frame-element { display: inline-block; vertical-align: top; margin: 2px; padding: 8px; width: 118.4px; background-color: rgba(141, 200, 238, 0); border: 1px rgba(141, 200, 238, 0) solid; box-sizing: border-box; -webkit-transition: border 0.14s ease-out, background 0.14s ease-out; -o-transition: border 0.14s ease-out, background 0.14s ease-out; transition: border 0.14s ease-out, background 0.14s ease-out; cursor: pointer; text-align: center; } .frame-element:hover, .frame-element.selected { background-color: rgba(141, 200, 238, 0.15); border-color: rgba(141, 200, 238, 0.3); } .frame-element.ui-draggable-dragging { opacity: 0.75; } .frame-preview { display: inline-block; position: relative; width: 80px; height: 95px; color: #ccc; } .frame-name { word-wrap: break-word; width: 102px; } /** * viewer *****************************/ /* Sizing */ #viewer-window, #viewer-options { position: absolute; left: 0; right: 0; width: auto; box-sizing: border-box; } #viewer-window { top: 0; bottom: 40px; width: auto; } #viewer-options { height: 40px; bottom: 0; } /* options section */ #viewer-options { border-top: 1px #cfcfcf solid; } .viewer-option { float: left; padding: 7px 18px; font-size: 1.05em; border-left: 1px #cfcfcf solid; } .viewer-option:first-of-type { border-left: none; } /* viewer section */ #viewer { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: auto; height: auto; background: rgba(250, 250, 250, 1); background: -moz-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, rgba(235, 235, 235, 1) 74%, rgba(209, 209, 209, 1) 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(74%, rgba(235, 235, 235, 1)), color-stop(100%, rgba(209, 209, 209, 1))); background: -webkit-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, rgba(235, 235, 235, 1) 74%, rgba(209, 209, 209, 1) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, rgba(235, 235, 235, 1) 74%, rgba(209, 209, 209, 1) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, rgba(235, 235, 235, 1) 74%, rgba(209, 209, 209, 1) 100%); background: radial-gradient(ellipse at center, rgba(250, 250, 250, 1) 0%, rgba(235, 235, 235, 1) 74%, rgba(209, 209, 209, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d1d1d1', GradientType=1); box-shadow: 0px 3px 12px -4px rgba(0, 0, 0, 0.4) inset; } /** * timeline *****************************/ /* Sizing */ #timeline, #timeline-options { position: absolute; left: 0; right: 0; width: auto; box-sizing: border-box; } #timeline { top: 0; bottom: 60px; width: auto; } #timeline-options { height: 60px; bottom: 0; } /* frames section */ #timeline-frames { width: 100%; height: 100%; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; box-sizing: border-box; padding-right: 200px; } .timeline-frame-element, .timeline-sorting-placeholder { position: relative; display: inline-block; width: 7.4em; height: 100%; margin: 0; border-left: 1px #e8e8e8 solid; border-right: 1px #e8e8e8 solid; box-sizing: border-box; cursor: pointer; white-space: normal; background-color: #424242; word-wrap: break-word; } .timeline-frame-element { -webkit-transition: width 0.14s ease-out, opacity 0.14s ease-out, background 0.14s ease-out; -o-transition: width 0.14s ease-out, opacity 0.14s ease-out, background 0.14s ease-out; transition: width 0.14s ease-out, opacity 0.14s ease-out, background 0.14s ease-out; } .timeline-frame-element-name { position: absolute; top: 3em; left: 0.8em; right: 0.8em; width: auto; } .timeline-frame-icon { position: absolute; top: 5em; height: 4em; } .timeline-frame-element-actions { position: absolute; top: 0.4em; right: 0.4em; height: 1.8em; text-align: right; } .timeline-frame-action-element { display: inline-block; position: relative; height: 100%; width: 1.8em; } .timeline-frame-element-options { position: absolute; bottom: 0; right: 0; left: 0; width: auto; } .timeline-frame-element-options input { display: block; font-size: 1.6em; text-align: right; box-sizing: border-box; padding: 0.4em 0.6em; width: 100%; border: none; color: #afafaf; background: #292929; -webkit-transition: background-color 0.14s ease-out; -o-transition: background-color 0.14s ease-out; transition: background-color 0.14s ease-out; } .timeline-between { display: inline-block; width: 0; height: 100%; } .timeline-frame-element:hover, .timeline-frame-element.activeFrame { background: #575757; } .timeline-frame-element.ui-sortable-helper { opacity: 0.75; } .timeline-sorting-placeholder { background-color: #292929; border-color: white; box-sizing: border-box; opacity: 1; color: #e8e8e8; text-align: center; } .timeline-sorting-placeholder svg { width: 6em; } /* options section */ #timeline-options { border-top: 1px #cfcfcf solid; padding-left: 0.7em; } .timeline-option-element, .timeline-option-element-text { float: left; height: 100%; margin: 0 0.7em; font-size: 1.1em; } .timeline-option-element-text { border-left: 1px #cfcfcf solid; width: auto; padding: 17px 28px; } .timeline-option-element svg { width: 3em; } .right { float: right; border: none; margin: 0; } /** * smaller screens *****************************/ @media screen and (max-width: 1280px), screen and (max-height: 720px) { body { font-size: 14px; } .modal { width: 620px; height: 420px; padding: 38px; } #modal-loading-section, #export-modal-main, #export-nothing { padding: 22px; } #modal-input-summary { top: 42px; height: 198px; } #modal-input-summary-top-bar { height: 34px; } .modal-input-topbar-element { padding: 0.5em 0.9em; } .modal-input-topbar-element:first-of-type { width: 300px; } #modal-input-file-list { top: 34px; } .modal-list-left, .modal-list-right { padding: 0.4em 0.7em; } .modal-list-left { width: 302px; } .modal-list-errors { padding: 0.7em; padding-top: 0; } #topbar { height: 46px; } #main { top: 46px; } #topbar-left, #topbar-right { padding: 10px 18px; } #frames-sidebar { width: 60px; } #frames { left: 60px; } .frames-sidebar-element { padding: 8px; height: 60px; } #frames-container { padding: 8px; } .frame-element { margin: 1px; padding: 5px; width: 103.6px; } .frame-preview { width: 65px; height: 75px; } .frame-name { width: 88px; } #viewer-window { bottom: 32px; } #viewer-options { height: 32px; } .viewer-option { padding: 5px 14px; } #timeline { bottom: 50px; } #timeline-options { height: 50px; } .timeline-option-element-text { padding: 14px 22px; } }
css/style.css
body { position: absolute; padding: 0; margin: 0; top: 0; left: 0; right: 0; bottom: 0; width: auto; height: auto; color: #dcdcdc; font-family: 'Roboto', arial, sans-serif; font-size: 16px; font-style: normal; font-weight: normal; line-height: 1.6; box-sizing: border-box; overflow: hidden; background: #292929; } #wrapper, .relative { display: block; position: relative; width: 100%; height: 100%; } /** * generic *****************************/ a { color: #5ca8d9; text-decoration: none; -webkit-transition: color 0.14s ease-out; -o-transition: color 0.14s ease-out; transition: color 0.14s ease-out; cursor: pointer; } a:hover { color: #347eaf; } a.basic { color: #c2c2c2; } a.basic:hover { color: #afafaf; } button, label.file-input { display: inline-block; position: relative; vertical-align: middle; background: #5ca8d9; color: #fff; border: none; font-size: 1.1em; padding: 0.6em 1.2em; border-radius: 4px; -webkit-transition: background 0.14s ease-out; -o-transition: background 0.14s ease-out; transition: background 0.14s ease-out; cursor: pointer; -webkit-transform: translateY(-0.1em); -ms-transform: translateY(-0.1em); -o-transform: translateY(-0.1em); transform: translateY(-0.1em); } button:hover { background: #347eaf; } button.basic, label.file-input { background: #e3e3e3; color: #777; } button.basic:hover, label.file-input:hover { background: #d3d3d3; } input[type=file] { position: absolute; width: 0; height: 0; opacity: 0; } label.file-input { font-size: 0.9em; padding: 0.4em 1em; margin: 0 0.6em; } .hidden { display: none; } .transparent { opacity: 0; } :focus { outline: none; } .noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } svg { display: inline-block; position: relative; overflow: hidden; width: 100%; height: 100%; } svg.basic { color: #c2c2c2; } .green, .green svg { color: #68bd7e } .red, .red svg { color: #d16868 } /** * modal & overlay *****************************/ .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: auto; height: auto; background: rgba(0, 0, 0, 0.3); } .modal { position: absolute; top: 10%; left: 0; right: 0; width: 860px; height: 580px; margin: auto; background: #292929; border-radius: 3px; box-shadow: 0px 1px 8px -2px rgba(0, 0, 0, 0.4); padding: 54px; box-sizing: border-box; } /* Sizing */ .modal-body, .modal-footer { position: absolute; left: 0; right: 0; width: auto; box-sizing: border-box; } .modal-body { top: 0; bottom: 2.6em; height: auto; } .modal-footer { height: 2.6em; bottom: 0; } .modal h2 { font-size: 1.4em; font-weight: normal; margin: 0; } #modal-loading-section, #export-modal-main, #export-nothing { padding: 32px; font-size: 1.1em; } .modal-footer-element { float: right; margin-left: 1em; } #modal-file-count { position: absolute; top: 0.25em; right: 0; } #modal-input-summary { position: absolute; left: 0; right: 0; width: auto; top: 50px; height: 290px; border: 1px #cfcfcf solid; box-sizing: border-box; font-size: 0.85em; } #modal-input-summary-top-bar { position: absolute; left: 0; right: 0; width: auto; top: 0; border-bottom: 1px #cfcfcf solid; box-sizing: border-box; height: 42px; } .modal-input-topbar-element { float: left; font-weight: bold; padding: 0.6em 1em; box-sizing: border-box; } .modal-input-topbar-element:first-of-type { border-right: 1px #cfcfcf solid; width: 410px; } #modal-input-file-list { position: absolute; left: 0; right: 0; top: 42px; bottom: 0; width: auto; height: auto; overflow-x: hidden; overflow-y: scroll; } .modal-file-list-element { position: relative; border-top: 1px #e8e8e8 solid; } .modal-file-list-element:first-of-type { border-top: none; } .modal-file-list-element svg { display: inline-block; vertical-align: middle; width: 1.5em; height: 1.5em; margin-right: 0.3em; -webkit-transform: translateY(-0.1em); -ms-transform: translateY(-0.1em); -o-transform: translateY(-0.1em); transform: translateY(-0.1em); } .modal-file-list-element.with-problem { cursor: pointer; background: #292929; -webkit-transition: background-color 0.14s ease-out; -o-transition: background-color 0.14s ease-out; transition: background-color 0.14s ease-out; } .modal-file-list-element.with-problem:hover { background-color: #424242; } .modal-list-left, .modal-list-right { display: inline-block; margin: 0; box-sizing: border-box; padding: 0.5em 0.9em; } .modal-list-left { width: 412px; } .modal-list-delete { position: absolute; top: 0.6em; right: 0.7em; opacity: 0; -webkit-transition: opacity 0.14s ease-out; -o-transition: opacity 0.14s ease-out; transition: opacity 0.14s ease-out; } .modal-file-list-element:hover .modal-list-delete { opacity: 1; } .modal-list-errors { box-sizing: border-box; padding: 0.9em; padding-top: 0; color: #999; } .modal-list-errors ul { margin: 0; } /** * export modal & overlay *****************************/ #export-modal-labels, #export-modal-inputs { display: inline-block; } .export-modal-fixed-height { height: 4em; } #export-modal input { display: inline-block; vertical-align: middle; -webkit-appearance: button; font-size: 0.9em; font-family: 'Source Code Pro', monospace; color: #999; width: 20em; height: 1.2em; margin-left: 1em; padding: 0.5em 0.8em; background: #292929; border: 1px #cfcfcf solid; box-shadow: 0px 1px 5px -3px rgba(0, 0, 0, 0.4); border-radius: 2px; -webkit-transform: translateY(-0.1em); -ms-transform: translateY(-0.1em); -o-transform: translateY(-0.1em); transform: translateY(-0.1em); overflow: hidden; -webkit-transition: color 0.14s ease-out, border-color 0.14s ease-out, background-color 0.14s ease-out, box-shadow 0.14s ease-out; -o-transition: color 0.14s ease-out, border-color 0.14s ease-out, background-color 0.14s ease-out, box-shadow 0.14s ease-out; transition: color 0.14s ease-out, border-color 0.14s ease-out, background-color 0.14s ease-out, box-shadow 0.14s ease-out; } #export-modal input.invalid-input { color: #d77d7d; background-color: #424242; border-color: #f09e9e; } #export-modal input:focus { box-shadow: 0px 1px 8px -1.8px rgba(49, 92, 177, 0.4); } /** * topbar & main *****************************/ /* Sizing */ #topbar, #main { position: absolute; left: 0; right: 0; width: auto; box-sizing: border-box; } #topbar { top: 0; height: 60px; } #main { top: 60px; bottom: 0; height: auto; } /* topbar */ #topbar { border-bottom: 1px #cfcfcf solid; background: #292929; } #topbar-left { position: absolute; top: 0; bottom: 0; left: 0; height: auto; width: auto; padding: 15px 26px; } #topbar-left h1 { font-size: 1.3em; font-weight: normal; margin: 0; } #topbar-right { position: absolute; top: 0; bottom: 0; right: 0; height: auto; width: auto; padding: 15px 26px; font-size: 1.2em; } #topbar-right svg { height: 1.6em; width: 1.6em; vertical-align: middle; margin-right: 0.2em; -webkit-transform: translateY(-0.12em); -ms-transform: translateY(-0.12em); -o-transform: translateY(-0.12em); transform: translateY(-0.12em); } /** * top & bottom *****************************/ /* Sizing */ #top, #bottom { position: absolute; left: 0; right: 0; width: auto; height: auto; box-sizing: border-box; } #top { top: 0; bottom: 40%; } #bottom { top: 60%; bottom: 0; } /* bottom section */ #bottom { border-top: 1px #cfcfcf solid; } /** * left & right *****************************/ /* Sizing */ #left, #right { position: absolute; top: 0; bottom: 0; width: auto; height: auto; box-sizing: border-box; } #left { left: 0; right: 50%; } #right { left: 50%; right: 0; } /* left section */ #left { border-right: 1px #cfcfcf solid; } /** * frames *****************************/ /* Sizing */ #frames-sidebar, #frames { position: absolute; top: 0; bottom: 0; height: auto; box-sizing: border-box; } #frames-sidebar { left: 0; width: 80px; } #frames { left: 80px; right: 0; width: auto; } /* sidebar section */ #frames-sidebar { border-right: 1px #cfcfcf solid; } .frames-sidebar-element { position: relative; height: 80px; padding: 12px; box-sizing: border-box; } /* frames section */ #frames-container { position: relative; width: 100%; height: 100%; overflow-x: hidden; overflow-y: scroll; padding: 14px; box-sizing: border-box; } .frame-element { display: inline-block; vertical-align: top; margin: 2px; padding: 8px; width: 118.4px; background-color: rgba(141, 200, 238, 0); border: 1px rgba(141, 200, 238, 0) solid; box-sizing: border-box; -webkit-transition: border 0.14s ease-out, background 0.14s ease-out; -o-transition: border 0.14s ease-out, background 0.14s ease-out; transition: border 0.14s ease-out, background 0.14s ease-out; cursor: pointer; text-align: center; } .frame-element:hover, .frame-element.selected { background-color: rgba(141, 200, 238, 0.15); border-color: rgba(141, 200, 238, 0.3); } .frame-element.ui-draggable-dragging { opacity: 0.75; } .frame-preview { display: inline-block; position: relative; width: 80px; height: 95px; color: #ccc; } .frame-name { word-wrap: break-word; width: 102px; } /** * viewer *****************************/ /* Sizing */ #viewer-window, #viewer-options { position: absolute; left: 0; right: 0; width: auto; box-sizing: border-box; } #viewer-window { top: 0; bottom: 40px; width: auto; } #viewer-options { height: 40px; bottom: 0; } /* options section */ #viewer-options { border-top: 1px #cfcfcf solid; } .viewer-option { float: left; padding: 7px 18px; font-size: 1.05em; border-left: 1px #cfcfcf solid; } .viewer-option:first-of-type { border-left: none; } /* viewer section */ #viewer { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: auto; height: auto; background: rgba(250, 250, 250, 1); background: -moz-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, rgba(235, 235, 235, 1) 74%, rgba(209, 209, 209, 1) 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(74%, rgba(235, 235, 235, 1)), color-stop(100%, rgba(209, 209, 209, 1))); background: -webkit-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, rgba(235, 235, 235, 1) 74%, rgba(209, 209, 209, 1) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, rgba(235, 235, 235, 1) 74%, rgba(209, 209, 209, 1) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, rgba(235, 235, 235, 1) 74%, rgba(209, 209, 209, 1) 100%); background: radial-gradient(ellipse at center, rgba(250, 250, 250, 1) 0%, rgba(235, 235, 235, 1) 74%, rgba(209, 209, 209, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d1d1d1', GradientType=1); box-shadow: 0px 3px 12px -4px rgba(0, 0, 0, 0.4) inset; } /** * timeline *****************************/ /* Sizing */ #timeline, #timeline-options { position: absolute; left: 0; right: 0; width: auto; box-sizing: border-box; } #timeline { top: 0; bottom: 60px; width: auto; } #timeline-options { height: 60px; bottom: 0; } /* frames section */ #timeline-frames { width: 100%; height: 100%; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; box-sizing: border-box; padding-right: 200px; } .timeline-frame-element, .timeline-sorting-placeholder { position: relative; display: inline-block; width: 7.4em; height: 100%; margin: 0; border-left: 1px #e8e8e8 solid; border-right: 1px #e8e8e8 solid; box-sizing: border-box; cursor: pointer; white-space: normal; background-color: #424242; word-wrap: break-word; } .timeline-frame-element { -webkit-transition: width 0.14s ease-out, opacity 0.14s ease-out, background 0.14s ease-out; -o-transition: width 0.14s ease-out, opacity 0.14s ease-out, background 0.14s ease-out; transition: width 0.14s ease-out, opacity 0.14s ease-out, background 0.14s ease-out; } .timeline-frame-element-name { position: absolute; top: 3em; left: 0.8em; right: 0.8em; width: auto; } .timeline-frame-icon { position: absolute; top: 5em; height: 4em; } .timeline-frame-element-actions { position: absolute; top: 0.4em; right: 0.4em; height: 1.8em; text-align: right; } .timeline-frame-action-element { display: inline-block; position: relative; height: 100%; width: 1.8em; } .timeline-frame-element-options { position: absolute; bottom: 0; right: 0; left: 0; width: auto; } .timeline-frame-element-options input { display: block; font-size: 1.6em; text-align: right; box-sizing: border-box; padding: 0.4em 0.6em; width: 100%; border: none; color: #afafaf; background: #292929; -webkit-transition: background-color 0.14s ease-out; -o-transition: background-color 0.14s ease-out; transition: background-color 0.14s ease-out; } .timeline-between { display: inline-block; width: 0; height: 100%; } .timeline-frame-element:hover, .timeline-frame-element.activeFrame { background: #575757; } .timeline-frame-element.ui-sortable-helper { opacity: 0.75; } .timeline-sorting-placeholder { background-color: #292929; border-color: white; box-sizing: border-box; opacity: 1; color: #e8e8e8; text-align: center; } .timeline-sorting-placeholder svg { width: 6em; } /* options section */ #timeline-options { border-top: 1px #cfcfcf solid; padding-left: 0.7em; } .timeline-option-element, .timeline-option-element-text { float: left; height: 100%; margin: 0 0.7em; font-size: 1.1em; } .timeline-option-element-text { border-left: 1px #cfcfcf solid; width: auto; padding: 17px 28px; } .timeline-option-element svg { width: 3em; } .right { float: right; border: none; margin: 0; } /** * smaller screens *****************************/ @media screen and (max-width: 1280px), screen and (max-height: 720px) { body { font-size: 14px; } .modal { width: 620px; height: 420px; padding: 38px; } #modal-loading-section, #export-modal-main, #export-nothing { padding: 22px; } #modal-input-summary { top: 42px; height: 198px; } #modal-input-summary-top-bar { height: 34px; } .modal-input-topbar-element { padding: 0.5em 0.9em; } .modal-input-topbar-element:first-of-type { width: 300px; } #modal-input-file-list { top: 34px; } .modal-list-left, .modal-list-right { padding: 0.4em 0.7em; } .modal-list-left { width: 302px; } .modal-list-errors { padding: 0.7em; padding-top: 0; } #topbar { height: 46px; } #main { top: 46px; } #topbar-left, #topbar-right { padding: 10px 18px; } #frames-sidebar { width: 60px; } #frames { left: 60px; } .frames-sidebar-element { padding: 8px; height: 60px; } #frames-container { padding: 8px; } .frame-element { margin: 1px; padding: 5px; width: 103.6px; } .frame-preview { width: 65px; height: 75px; } .frame-name { width: 88px; } #viewer-window { bottom: 32px; } #viewer-options { height: 32px; } .viewer-option { padding: 5px 14px; } #timeline { bottom: 50px; } #timeline-options { height: 50px; } .timeline-option-element-text { padding: 14px 22px; } }
0.425605
0.05455
* Table of content, to be shown on the left side. * main{left} should be at least equal to nav.toc{width}. * We use <p> element for the "Table of content" title instead than <h1> * because we don't want those textes to be inserted in the auto-generated TOC. */ nav { font-family: sans-serif; line-height: 100%; color: #006699; } nav.toc { background-color: #f7f8f9; position: absolute; overflow: auto; top: 0; bottom: 0; left: 0; max-width: 80%; width: 20em; } main { left: 20em; right: 0; top: 0; bottom: 0; position: fixed; overflow: auto; } nav a { text-decoration: none; font-family: sans-serif; font-size: small; color: #006699; } nav a:hover { text-decoration: underline; } nav p { font-size: large; font-weight: bold; margin-top: 9px; margin-bottom: 6px; margin-left: 6px; } /* * Table of content items. Note that fragments of TOC are repeated at the beginning * of each chapter in the main body. Those fragments have a slightly different layout. */ ul.toc { list-style-type: square; margin-bottom: 30px; padding-left: 21px; } ul.toc ul { list-style-type: square; padding-left: 21px; } nav.toc ul.toc li { margin-top: 3px; margin-bottom: 3px; } /* * For the main body, we put a margin for almost everything except the elements to be centered. */ section > header > h2, section > h3, section > h4, section > p, section > nav > p, section > pre, section > div.example, section > details { margin-left: 42px; margin-right: 30px; } li > p { margin-right: 30px; } section > div.example, section > article, section > aside { margin-left: 80px; margin-right: 68px; } li > div.example, dd > div.example { margin-left: 30px; margin-right: 60px; } main nav ul.toc, section > ul, section > dl { margin-left: 42px; } /* * Lists. */ ul.verbose li { margin-top: 4px; margin-bottom: 4px; } /* * Links to previous and next chapters. */ div.chapter-links { width: 100%; background-color: #CCDFFF; border-bottom-color: #0077B3; border-bottom-style: solid; border-bottom-width: 1px; margin-top: 0px; padding-top: 6px; margin-bottom: 18px; padding-bottom: 24px; white-space: nowrap; } div.previous-chapter { width: 50%; float: left; } div.next-chapter { width: 50%; float: right; text-align: right; } /* * Chapters and sections titles (excluding the book titles). */ section > header > h1 { font-family: sans-serif; margin-top: 160px; text-align: center; background-color: #99AAFF; border-top-color: #0000CC; border-bottom-color: #0000CC; border-top-style: solid; border-bottom-style: solid; border-top-width: 3px; border-bottom-width: 3px; padding-top: 6px; padding-bottom: 0px; margin-bottom: 0px; } section > header > h2 { font-family: sans-serif; margin-top: 60px; border-bottom-style: solid; border-bottom-width: 2px; } section > h3 { font-family: sans-serif; margin-top: 50px; } section > h4 { font-family: sans-serif; margin-top: 30px; } span.section-number { margin-right: 9px; } section p { text-align: justify; } summary:hover { cursor: pointer; } div.example { font-size: smaller; } article div.example { font-size: inherit; } article, aside { margin-top: 21px; margin-bottom: 21px; padding-left: 21px; padding-right: 21px; border-style: solid; border-width: 2px; background-color: #EEEEEE; border-color: #BBBBBB; font-size: smaller; } aside h1, article h1, aside h2, article h2, aside h3, article h3, aside h4, article h4, aside h5, article h5 { font-family: sans-serif; font-size: medium; margin-top: 12px; margin-bottom: 12px; } aside h2, article h2 { font-size: large; margin-top: 15px; } caption { font-family: sans-serif; font-weight: bold; padding-top: 12px; padding-bottom: 3px; } table { margin-left: auto; margin-right: auto; border-style: solid; border-width: 1px; border-spacing: 0px; } table tr th { background-color: #B9DCFF; border-bottom-style: solid; border-bottom-width: 1px; padding: 6px; } table tr td { padding-left: 12px; padding-right: 12px; } table tr td.leftBorder { border-left-style: solid; border-left-width: 2px; border-left-color: lightgray; } table tr td.separator { text-align: center; font-weight: bold; background-color: #EEEEFF; border-top-color: LightGray; border-bottom-color: LightGray; border-top-style: solid; border-bottom-style: solid; border-top-width: 1px; border-bottom-width: 1px; padding-top: 6px; padding-bottom: 6px; } div.caption { margin: 6px; text-align: center; font-weight: bold; font-family: sans-serif; } div.row-of-boxes { display: flex; align-items: flex-start; justify-content: center; } div.row-of-boxes > div { padding: 6px 30px; } pre { margin-top: 21px; margin-bottom: 21px; padding: 12px; border: 2px solid silver; background: #F8F8F8 } samp.xml { } /* * OGC/ISO, GeoAPI and SIS legends. */ code.OGC { color: MediumBlue; } code.GeoAPI { color: Green; } code.SIS { color: SaddleBrown; } code.comment { color: Gray; font-family: serif; font-size: 80%; }
static/book/book.css
* Table of content, to be shown on the left side. * main{left} should be at least equal to nav.toc{width}. * We use <p> element for the "Table of content" title instead than <h1> * because we don't want those textes to be inserted in the auto-generated TOC. */ nav { font-family: sans-serif; line-height: 100%; color: #006699; } nav.toc { background-color: #f7f8f9; position: absolute; overflow: auto; top: 0; bottom: 0; left: 0; max-width: 80%; width: 20em; } main { left: 20em; right: 0; top: 0; bottom: 0; position: fixed; overflow: auto; } nav a { text-decoration: none; font-family: sans-serif; font-size: small; color: #006699; } nav a:hover { text-decoration: underline; } nav p { font-size: large; font-weight: bold; margin-top: 9px; margin-bottom: 6px; margin-left: 6px; } /* * Table of content items. Note that fragments of TOC are repeated at the beginning * of each chapter in the main body. Those fragments have a slightly different layout. */ ul.toc { list-style-type: square; margin-bottom: 30px; padding-left: 21px; } ul.toc ul { list-style-type: square; padding-left: 21px; } nav.toc ul.toc li { margin-top: 3px; margin-bottom: 3px; } /* * For the main body, we put a margin for almost everything except the elements to be centered. */ section > header > h2, section > h3, section > h4, section > p, section > nav > p, section > pre, section > div.example, section > details { margin-left: 42px; margin-right: 30px; } li > p { margin-right: 30px; } section > div.example, section > article, section > aside { margin-left: 80px; margin-right: 68px; } li > div.example, dd > div.example { margin-left: 30px; margin-right: 60px; } main nav ul.toc, section > ul, section > dl { margin-left: 42px; } /* * Lists. */ ul.verbose li { margin-top: 4px; margin-bottom: 4px; } /* * Links to previous and next chapters. */ div.chapter-links { width: 100%; background-color: #CCDFFF; border-bottom-color: #0077B3; border-bottom-style: solid; border-bottom-width: 1px; margin-top: 0px; padding-top: 6px; margin-bottom: 18px; padding-bottom: 24px; white-space: nowrap; } div.previous-chapter { width: 50%; float: left; } div.next-chapter { width: 50%; float: right; text-align: right; } /* * Chapters and sections titles (excluding the book titles). */ section > header > h1 { font-family: sans-serif; margin-top: 160px; text-align: center; background-color: #99AAFF; border-top-color: #0000CC; border-bottom-color: #0000CC; border-top-style: solid; border-bottom-style: solid; border-top-width: 3px; border-bottom-width: 3px; padding-top: 6px; padding-bottom: 0px; margin-bottom: 0px; } section > header > h2 { font-family: sans-serif; margin-top: 60px; border-bottom-style: solid; border-bottom-width: 2px; } section > h3 { font-family: sans-serif; margin-top: 50px; } section > h4 { font-family: sans-serif; margin-top: 30px; } span.section-number { margin-right: 9px; } section p { text-align: justify; } summary:hover { cursor: pointer; } div.example { font-size: smaller; } article div.example { font-size: inherit; } article, aside { margin-top: 21px; margin-bottom: 21px; padding-left: 21px; padding-right: 21px; border-style: solid; border-width: 2px; background-color: #EEEEEE; border-color: #BBBBBB; font-size: smaller; } aside h1, article h1, aside h2, article h2, aside h3, article h3, aside h4, article h4, aside h5, article h5 { font-family: sans-serif; font-size: medium; margin-top: 12px; margin-bottom: 12px; } aside h2, article h2 { font-size: large; margin-top: 15px; } caption { font-family: sans-serif; font-weight: bold; padding-top: 12px; padding-bottom: 3px; } table { margin-left: auto; margin-right: auto; border-style: solid; border-width: 1px; border-spacing: 0px; } table tr th { background-color: #B9DCFF; border-bottom-style: solid; border-bottom-width: 1px; padding: 6px; } table tr td { padding-left: 12px; padding-right: 12px; } table tr td.leftBorder { border-left-style: solid; border-left-width: 2px; border-left-color: lightgray; } table tr td.separator { text-align: center; font-weight: bold; background-color: #EEEEFF; border-top-color: LightGray; border-bottom-color: LightGray; border-top-style: solid; border-bottom-style: solid; border-top-width: 1px; border-bottom-width: 1px; padding-top: 6px; padding-bottom: 6px; } div.caption { margin: 6px; text-align: center; font-weight: bold; font-family: sans-serif; } div.row-of-boxes { display: flex; align-items: flex-start; justify-content: center; } div.row-of-boxes > div { padding: 6px 30px; } pre { margin-top: 21px; margin-bottom: 21px; padding: 12px; border: 2px solid silver; background: #F8F8F8 } samp.xml { } /* * OGC/ISO, GeoAPI and SIS legends. */ code.OGC { color: MediumBlue; } code.GeoAPI { color: Green; } code.SIS { color: SaddleBrown; } code.comment { color: Gray; font-family: serif; font-size: 80%; }
0.628293
0.122523
html,body{ height: 100%; } body{ padding-bottom: 4rem; } main{ position: relative; background:url('UFZZZ.png') no-repeat ; background-repeat: no-repeat; background-size:100%; -webkit-background-size:cover; padding-bottom:4rem; } header{ max-width: 100%; margin-bottom: auto; background-image: linear-gradient(to left, #c5cacf, rgb(253, 253, 253) ); font-size: 1.5rem; } #brand { margin-left:1rem; font-size: 2rem; } #maincontainer{ padding-top:1rem; padding-left:2rem; padding-right:2rem; } .container{ max-width: 2560px; max-height: 2560px !important; } #text1,#text2 { display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; font-size:1.4rem; position: relative; font-family: 'Francois One', sans-serif; background-color: rgba(255, 255, 255, 0.527); box-shadow:5px 5px 5px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19); padding-left: 4%; padding-top: 6%; padding-bottom: 6%; padding-right: 4%; } .row{ text-align:center; } #firstrow{ padding-top:2rem; } #mainrow{ padding-top:2rem; height: 100%; text-align:center; } #maincontainer.col{ padding-left:2%; } .container-md{ font-family: 'Carter One', cursive; background-color: rgba(255, 255, 255, 0.678); box-shadow:5px 5px 5px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19); padding-left: 2%; padding-top: 5%; padding-bottom: 4%; padding-right: 2%; } .round { margin: 7px; border-radius:5px; border: 3px #2f3640; box-shadow: 0 0 7px #2f3640; } footer { font-size:1.1rem; position: relative; bottom: 0%; width: 100%; padding-top:1%; padding-bottom:1%; background-image: linear-gradient(to bottom right,white,#c5cacf); color: black; } #fontl{ font-size: 1.5rem; } #contacts{ display: flex; padding-left:10%; } #left{ flex-basis: 70%; } #center{ flex-basis: 45%; } .flex-container { display: flex; flex-direction: row; } #follow:link{ color:black; } #follow:hover{ color:gray; } @media (max-width: 800px) { footer{ position: relative; } #welcome{ width: 100%; } } @media (max-width: 550px) { #mainrow{ display:table-cell; width:50%; } .container-md{ margin-top:5%; } } @media (max-width:576px) { #shortname{ padding-left:5%; padding-right:5%; } } @media(max-width:423px) { #firstrow{ display:table-row; } #colalign{ margin-top:1rem; } } @media (max-width: 800px) { .flex-container { flex-direction: column; } } @media(max-width:992px){ #member{ margin-right:0rem!important; } } @media(min-height:950px){ main{ font-size:3rem!important; } #text1,#text2{ font-size: 3rem; } #footercol{ font-size: 3rem; } #fontl{ font-size: 3.5rem; } header{ font-size:3rem;} #brand{ font-size: 3rem; } } @media(max-width:377px){ ::before{ display: block; } } @media(max-width:788px){ #backend{ padding-left: 3%; } } @media(max-width:675px){ #name{ padding-left: 10%; padding-right: 10%; } } @media(min-width:2000px){ #backend{ padding-left: 5%; padding-right: 5%; } }
public/css/info2style2.css
html,body{ height: 100%; } body{ padding-bottom: 4rem; } main{ position: relative; background:url('UFZZZ.png') no-repeat ; background-repeat: no-repeat; background-size:100%; -webkit-background-size:cover; padding-bottom:4rem; } header{ max-width: 100%; margin-bottom: auto; background-image: linear-gradient(to left, #c5cacf, rgb(253, 253, 253) ); font-size: 1.5rem; } #brand { margin-left:1rem; font-size: 2rem; } #maincontainer{ padding-top:1rem; padding-left:2rem; padding-right:2rem; } .container{ max-width: 2560px; max-height: 2560px !important; } #text1,#text2 { display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; font-size:1.4rem; position: relative; font-family: 'Francois One', sans-serif; background-color: rgba(255, 255, 255, 0.527); box-shadow:5px 5px 5px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19); padding-left: 4%; padding-top: 6%; padding-bottom: 6%; padding-right: 4%; } .row{ text-align:center; } #firstrow{ padding-top:2rem; } #mainrow{ padding-top:2rem; height: 100%; text-align:center; } #maincontainer.col{ padding-left:2%; } .container-md{ font-family: 'Carter One', cursive; background-color: rgba(255, 255, 255, 0.678); box-shadow:5px 5px 5px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19); padding-left: 2%; padding-top: 5%; padding-bottom: 4%; padding-right: 2%; } .round { margin: 7px; border-radius:5px; border: 3px #2f3640; box-shadow: 0 0 7px #2f3640; } footer { font-size:1.1rem; position: relative; bottom: 0%; width: 100%; padding-top:1%; padding-bottom:1%; background-image: linear-gradient(to bottom right,white,#c5cacf); color: black; } #fontl{ font-size: 1.5rem; } #contacts{ display: flex; padding-left:10%; } #left{ flex-basis: 70%; } #center{ flex-basis: 45%; } .flex-container { display: flex; flex-direction: row; } #follow:link{ color:black; } #follow:hover{ color:gray; } @media (max-width: 800px) { footer{ position: relative; } #welcome{ width: 100%; } } @media (max-width: 550px) { #mainrow{ display:table-cell; width:50%; } .container-md{ margin-top:5%; } } @media (max-width:576px) { #shortname{ padding-left:5%; padding-right:5%; } } @media(max-width:423px) { #firstrow{ display:table-row; } #colalign{ margin-top:1rem; } } @media (max-width: 800px) { .flex-container { flex-direction: column; } } @media(max-width:992px){ #member{ margin-right:0rem!important; } } @media(min-height:950px){ main{ font-size:3rem!important; } #text1,#text2{ font-size: 3rem; } #footercol{ font-size: 3rem; } #fontl{ font-size: 3.5rem; } header{ font-size:3rem;} #brand{ font-size: 3rem; } } @media(max-width:377px){ ::before{ display: block; } } @media(max-width:788px){ #backend{ padding-left: 3%; } } @media(max-width:675px){ #name{ padding-left: 10%; padding-right: 10%; } } @media(min-width:2000px){ #backend{ padding-left: 5%; padding-right: 5%; } }
0.277082
0.072571
<style> .red { color:red; } BODY { background://url("images/background1.jpg"); font-family: sans-serif; font-size: 12pt; font-weight: bold; font-style: normal; background-color: B0E0E6; color: 000000; margin: 0px; background-image: ; background-repeat: repeat; background-position : center; background-attachment: fixed; } ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #6495ED; position: fixed; width: 100%; } li { float: left; } li a { display: block; color: white; text-align: center; padding: 8px 10px; text-decoration: none; } /* Change the link color to #111 (black) on hover */ li a:hover { background-color: #00FFFF; } A { text-decoration: none; color: 500000; } A:hover { text-decoration: underline; color: A00000; } b { font-weight:bold; } img { vertical-align: text-top; } b.errormsg { color: #BB0000; } .copyright { position: absolute; bottom: 0px; z-index: -1; font-weight: bold; font-size: 12pt; font-style: italic; } .copyright td { color: ECE9C6; } table { background-color: inherit; } table.transp { background-color: transparent; } td.nav { font-size: 9pt; } td.nav a { text-decoration: none; color: 00FFFF; font-weight: bold; font-style: normal; } td.nav a:hover { color: A00000; } td.titlebar { background-color: darkblue; color: white; } .tablink { color: 00FFFF; font-size: 10pt; font-weight: bold; } .tablinkselected { color: 500000; font-size: 10pt; font-weight: bold; } a.tablink:hover { text-decoration: none; color: CCC9A6; font-size: 10pt; font-weight: bold; } .primarycolor { color :4169E1; } .lightrow { background-color: 66CDAA; } .darkrow { background-color: ADD8E6; } .dialog { background-color: 4169E1; } </style>
stylesheet.css
<style> .red { color:red; } BODY { background://url("images/background1.jpg"); font-family: sans-serif; font-size: 12pt; font-weight: bold; font-style: normal; background-color: B0E0E6; color: 000000; margin: 0px; background-image: ; background-repeat: repeat; background-position : center; background-attachment: fixed; } ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #6495ED; position: fixed; width: 100%; } li { float: left; } li a { display: block; color: white; text-align: center; padding: 8px 10px; text-decoration: none; } /* Change the link color to #111 (black) on hover */ li a:hover { background-color: #00FFFF; } A { text-decoration: none; color: 500000; } A:hover { text-decoration: underline; color: A00000; } b { font-weight:bold; } img { vertical-align: text-top; } b.errormsg { color: #BB0000; } .copyright { position: absolute; bottom: 0px; z-index: -1; font-weight: bold; font-size: 12pt; font-style: italic; } .copyright td { color: ECE9C6; } table { background-color: inherit; } table.transp { background-color: transparent; } td.nav { font-size: 9pt; } td.nav a { text-decoration: none; color: 00FFFF; font-weight: bold; font-style: normal; } td.nav a:hover { color: A00000; } td.titlebar { background-color: darkblue; color: white; } .tablink { color: 00FFFF; font-size: 10pt; font-weight: bold; } .tablinkselected { color: 500000; font-size: 10pt; font-weight: bold; } a.tablink:hover { text-decoration: none; color: CCC9A6; font-size: 10pt; font-weight: bold; } .primarycolor { color :4169E1; } .lightrow { background-color: 66CDAA; } .darkrow { background-color: ADD8E6; } .dialog { background-color: 4169E1; } </style>
0.31785
0.103295
.border_left{ border-left: 1px solid #ddd; -webkit-box-shadow: 0 0 8px #D0D0D0; } .container_welcome{ width: 100%; margin: 0px; padding: 0px; } .login_form{ padding-right: 0px; } .form-control{ border-radius: 0px; } .wrapper{ vertical-align:central; margin-top: 0px; border: 1px solid #D0D0D0; -webkit-box-shadow: 0 0 8px #337ab7; padding: 15px; } body{ background-color: #f1f1f1; padding-top: 50px; font: 13px/20px normal Helvetica, Arial, sans-serif; color: #4F5155; } #unlock{ color: green; } .my_margin{ margin:10px; padding:3px; border-radius: 9px; } .login-logo{ margin-left: 33%; margin-top: 0%; color: #006400; } .logo-color{ color: #FFFFFF; } .padding-0{ padding: 0px; margin-bottom: 0px; } .padding-top-0{ padding-top: 0px; } .margin-left-0{ margin-left: 0px; padding: 0px; } .margin-top-0{ margin-top: 0px; } .margin-top-10{ margin-top: 10px; } .margin-top-15{ margin-top: 27px; } margin-left-20{ margin-left: 20px; } .margin-top-5{ margin-top: 5px; } .margin-top-4{ margin-top: 4px; } .margin-right-0{ margin-left: 0px; padding: 0px; } .margin-bottom-0{ margin-top: 30%; } .margin-10{ margin: 10px; } .align-center{ align:center; } .col-lg-3{ width: 55px; } .validation_errors{ margin-left: 33%; padding: 0px; margin-top:0.5%; margin-bottom: 0%; } .top-strip{ background-color: #141414; height: 35px; } .footer{ background-color: #141414; border-top: 1px solid #A4A4A4; color: #FFF; text-align: center; } .btn-primary-topstrip{ background-color: #373737; border: 1px solid #373737; } .header-main{ height: 80px; border-top: 1px solid #337ab7;//#547eab; background-color: #104196;//green; //background-image:linear-gradient(bottom, #FFFFFF 0%, #104196 80%); } .navbar{ border-radius: 0px; } .navbar-default{ //background-color: #006400; //height: 17px; } .top-gray-strip{ height: 30px; background-color:#A4A4A4; border-top: 1px solid #f8f8f8; border-bottom: 1px solid #A4A4A4; } .main-content{ width: 69%; padding: 0px; } .border-left-content{ border-left: 1px solid #A4A4A4; min-height: 350px; //height: 500px; } .border-right-content{ border-right: 1px solid #A4A4A4; min-height: 350px; } .bpm-bottom{ border-bottom: 1px solid #e5e5e5; padding-bottom: 10px; margin-bottom: 15px; } .sidebar-left{ width: 15%; padding: 0px; margin: 0px; } .sidebar-right{ width: 15%; padding: 0px; margin: 0px; } .ui-corner-all{ border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 0px; border-top-left-radius: 0px; } .ui-accordion .ui-accordion-header{ margin-top: 0px; } /*By removing this, you restore the default accordion UI*/ .ui-state-default{ border-bottom: 1px solid #A4A4A4; border-top: 0px; border-left: 0px; border-right: 0px; background: #337ab7; //#088A08; color: #FFF; } .video-text{ border-top: 1px solid gray; margin-top: 20px; -webkit-box-shadow: -4px -4px 8px #006400; } .red-font{ color: red; } .green-font{ color: green; } tbody tr .red-font a{ color: red; } tbody tr .green-font a{ color: green; } .collapsibleList{ margin: 0; padding-left: 15px; } .collapsibleList li{ list-style: none; cursor:auto; } .collapsibleList > li:before{ content: '+ '; } li.collapsibleListOpen{ list-style: none; cursor:pointer; } li.collapsibleListOpen:before{ content: '- '; } li.collapsibleListClosed{ list-style: none; cursor:pointer; } li.collapsibleListClosed:before{ content: '+ '; } .unlock{ margin-left: 15px; } i.fa{ margin-right: 5px; } .panel, .btn, .alert{ border-radius: 0; } .content-wrapper{ padding-top: 15px; } #sidebar h3{ cursor: pointer; background: #337ab7; color: #FFF; font-size: 18px; padding: 5px; margin: 0; border-bottom: solid 1px #FFF; } #sidebar h3 + div{ display: none; padding: 10px 0; } .navbar-toggle { margin-right: 0; } .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{ max-height: none; } /*For the notifications bubble*/ #notificationContainer { background-color: #fff; border: 1px solid rgba(100, 100, 100, .4); -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25); overflow: visible; position: absolute; top: 40px; margin-left: -170px; width: 400px; z-index: 1000; display: none; color:blue; } #notificationContainer:before { content: ''; display: block; position: absolute; width: 0; height: 0; color: transparent; border: 10px solid black; border-color: transparent transparent white; margin-top: -20px; margin-left: 188px; } #notificationTitle { z-index: 1000; font-weight: bold; padding: 8px; font-size: 13px; background-color: #ffffff; width: 397px; border-bottom: 1px solid #dddddd; color: #333333; } #notificationsBody { padding: 3px 0px 0px 0px !important; max-height:500px; } #notificationsBody_div{ border-bottom: 1px solid #eee; width:396px; background-color: transparent; margin-left:15px } #notificationFooter { background-color: #e9eaed; text-align: center; font-weight: bold; padding: 8px; font-size: 12px; border-top: 1px solid #dddddd; } #notificationFooter a{color:#333333;text-decoration:none} #notificationFooter a:hover{color:#006699;text-decoration:none} a{text-decoration:none;} a: hover {text-decoration:none;} #notification_count { padding: 1px 7px 1px 7px; z-index: 2; background: #cc0000; color: #ffffff; font-weight: bold; margin-left: 54px; border-radius: 9px; position: absolute; margin-top:6px; font-size: 11px; } /*End notifications bubble */ #teahcerSearchResult:before { content: ''; display: block; position: absolute; width: 0; height: 0; color: transparent; border: 10px solid black; border-color: transparent transparent white; margin-top: -20px; margin-left: 188px; } #teahcerSearchResult { background-color: #fff; border: 1px solid rgba(100, 100, 100,.4); -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25); overflow: visible; position: absolute; top: 43px; margin-left: 15px; width: 450px; z-index: 1000; display: none; color:blue; } .teacherResult{ border-bottom: 1px solid #eee; margin-left:15px; font-size:15px; font-weight: bold; padding:5px; display:block; } .teacherResult:hover{ text-decoration:none; } .alertQuestion{ padding: 1px 7px 1px 7px; background: #cc0000; color: #ffffff; font-weight: bold; margin-left: -12px; border-radius: 9px; position: absolute; margin-top:6px; font-size: 11px; } .questionAsked{ border:1px solid green; border-radius: 9px; border-top: 1px solid #fff; min-height:40px; padding: 5px; } .teacherAsked{ border:1px solid green; border-radius: 9px; border-top: 1px solid #fff; min-height:40px; padding :5px; } .responseToQuestion{ border:1px solid blue; border-radius: 9px; border-top:1px solid #fff; min-height:40px; } #questionReplies{ padding-left: 10px; padding-right:10px; } .myColor{ color:#337ab7; }
assets/styles/style.css
.border_left{ border-left: 1px solid #ddd; -webkit-box-shadow: 0 0 8px #D0D0D0; } .container_welcome{ width: 100%; margin: 0px; padding: 0px; } .login_form{ padding-right: 0px; } .form-control{ border-radius: 0px; } .wrapper{ vertical-align:central; margin-top: 0px; border: 1px solid #D0D0D0; -webkit-box-shadow: 0 0 8px #337ab7; padding: 15px; } body{ background-color: #f1f1f1; padding-top: 50px; font: 13px/20px normal Helvetica, Arial, sans-serif; color: #4F5155; } #unlock{ color: green; } .my_margin{ margin:10px; padding:3px; border-radius: 9px; } .login-logo{ margin-left: 33%; margin-top: 0%; color: #006400; } .logo-color{ color: #FFFFFF; } .padding-0{ padding: 0px; margin-bottom: 0px; } .padding-top-0{ padding-top: 0px; } .margin-left-0{ margin-left: 0px; padding: 0px; } .margin-top-0{ margin-top: 0px; } .margin-top-10{ margin-top: 10px; } .margin-top-15{ margin-top: 27px; } margin-left-20{ margin-left: 20px; } .margin-top-5{ margin-top: 5px; } .margin-top-4{ margin-top: 4px; } .margin-right-0{ margin-left: 0px; padding: 0px; } .margin-bottom-0{ margin-top: 30%; } .margin-10{ margin: 10px; } .align-center{ align:center; } .col-lg-3{ width: 55px; } .validation_errors{ margin-left: 33%; padding: 0px; margin-top:0.5%; margin-bottom: 0%; } .top-strip{ background-color: #141414; height: 35px; } .footer{ background-color: #141414; border-top: 1px solid #A4A4A4; color: #FFF; text-align: center; } .btn-primary-topstrip{ background-color: #373737; border: 1px solid #373737; } .header-main{ height: 80px; border-top: 1px solid #337ab7;//#547eab; background-color: #104196;//green; //background-image:linear-gradient(bottom, #FFFFFF 0%, #104196 80%); } .navbar{ border-radius: 0px; } .navbar-default{ //background-color: #006400; //height: 17px; } .top-gray-strip{ height: 30px; background-color:#A4A4A4; border-top: 1px solid #f8f8f8; border-bottom: 1px solid #A4A4A4; } .main-content{ width: 69%; padding: 0px; } .border-left-content{ border-left: 1px solid #A4A4A4; min-height: 350px; //height: 500px; } .border-right-content{ border-right: 1px solid #A4A4A4; min-height: 350px; } .bpm-bottom{ border-bottom: 1px solid #e5e5e5; padding-bottom: 10px; margin-bottom: 15px; } .sidebar-left{ width: 15%; padding: 0px; margin: 0px; } .sidebar-right{ width: 15%; padding: 0px; margin: 0px; } .ui-corner-all{ border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 0px; border-top-left-radius: 0px; } .ui-accordion .ui-accordion-header{ margin-top: 0px; } /*By removing this, you restore the default accordion UI*/ .ui-state-default{ border-bottom: 1px solid #A4A4A4; border-top: 0px; border-left: 0px; border-right: 0px; background: #337ab7; //#088A08; color: #FFF; } .video-text{ border-top: 1px solid gray; margin-top: 20px; -webkit-box-shadow: -4px -4px 8px #006400; } .red-font{ color: red; } .green-font{ color: green; } tbody tr .red-font a{ color: red; } tbody tr .green-font a{ color: green; } .collapsibleList{ margin: 0; padding-left: 15px; } .collapsibleList li{ list-style: none; cursor:auto; } .collapsibleList > li:before{ content: '+ '; } li.collapsibleListOpen{ list-style: none; cursor:pointer; } li.collapsibleListOpen:before{ content: '- '; } li.collapsibleListClosed{ list-style: none; cursor:pointer; } li.collapsibleListClosed:before{ content: '+ '; } .unlock{ margin-left: 15px; } i.fa{ margin-right: 5px; } .panel, .btn, .alert{ border-radius: 0; } .content-wrapper{ padding-top: 15px; } #sidebar h3{ cursor: pointer; background: #337ab7; color: #FFF; font-size: 18px; padding: 5px; margin: 0; border-bottom: solid 1px #FFF; } #sidebar h3 + div{ display: none; padding: 10px 0; } .navbar-toggle { margin-right: 0; } .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{ max-height: none; } /*For the notifications bubble*/ #notificationContainer { background-color: #fff; border: 1px solid rgba(100, 100, 100, .4); -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25); overflow: visible; position: absolute; top: 40px; margin-left: -170px; width: 400px; z-index: 1000; display: none; color:blue; } #notificationContainer:before { content: ''; display: block; position: absolute; width: 0; height: 0; color: transparent; border: 10px solid black; border-color: transparent transparent white; margin-top: -20px; margin-left: 188px; } #notificationTitle { z-index: 1000; font-weight: bold; padding: 8px; font-size: 13px; background-color: #ffffff; width: 397px; border-bottom: 1px solid #dddddd; color: #333333; } #notificationsBody { padding: 3px 0px 0px 0px !important; max-height:500px; } #notificationsBody_div{ border-bottom: 1px solid #eee; width:396px; background-color: transparent; margin-left:15px } #notificationFooter { background-color: #e9eaed; text-align: center; font-weight: bold; padding: 8px; font-size: 12px; border-top: 1px solid #dddddd; } #notificationFooter a{color:#333333;text-decoration:none} #notificationFooter a:hover{color:#006699;text-decoration:none} a{text-decoration:none;} a: hover {text-decoration:none;} #notification_count { padding: 1px 7px 1px 7px; z-index: 2; background: #cc0000; color: #ffffff; font-weight: bold; margin-left: 54px; border-radius: 9px; position: absolute; margin-top:6px; font-size: 11px; } /*End notifications bubble */ #teahcerSearchResult:before { content: ''; display: block; position: absolute; width: 0; height: 0; color: transparent; border: 10px solid black; border-color: transparent transparent white; margin-top: -20px; margin-left: 188px; } #teahcerSearchResult { background-color: #fff; border: 1px solid rgba(100, 100, 100,.4); -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25); overflow: visible; position: absolute; top: 43px; margin-left: 15px; width: 450px; z-index: 1000; display: none; color:blue; } .teacherResult{ border-bottom: 1px solid #eee; margin-left:15px; font-size:15px; font-weight: bold; padding:5px; display:block; } .teacherResult:hover{ text-decoration:none; } .alertQuestion{ padding: 1px 7px 1px 7px; background: #cc0000; color: #ffffff; font-weight: bold; margin-left: -12px; border-radius: 9px; position: absolute; margin-top:6px; font-size: 11px; } .questionAsked{ border:1px solid green; border-radius: 9px; border-top: 1px solid #fff; min-height:40px; padding: 5px; } .teacherAsked{ border:1px solid green; border-radius: 9px; border-top: 1px solid #fff; min-height:40px; padding :5px; } .responseToQuestion{ border:1px solid blue; border-radius: 9px; border-top:1px solid #fff; min-height:40px; } #questionReplies{ padding-left: 10px; padding-right:10px; } .myColor{ color:#337ab7; }
0.317109
0.093802
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap"); body { padding: 5px; width: 300px; border-radius: 7px; color: #b3b1ad; background-color: #0a0e14; font-family: "Fira Code", "Courier New", Courier, monospace; } #warning_opener { cursor: pointer; position: absolute; left: calc(-3em - 1px); top: calc(-3em - 1px); width: 6em; height: 6em; border-radius: 100%; background-image: url("icon/original.png"); background-position: center; background-size: cover; border-width: 2px; border-style: dashed; border-color: #b3b1ad; transform: rotate(calc(-75deg)); transition-property: transform; transition-duration: 8s; } #warning_opener:hover { animation-name: rotate; animation-duration: 16s; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes rotate { from { transform: rotate(-75deg); } to { transform: rotate(285deg); } } #warning_clipboard { font-size: small; margin-left: 1.5em; margin-right: 1.5em; cursor: pointer; text-align: center; padding: 1em; border-radius: 3px; color: #0a0e14; background-color: #c2d94c; } #warning_opener:hover, #warning_clipboard:hover { opacity: 0.7; } #warning_opener:active, #warning_clipboard:active { background-color: #b3b1ad; } kbd { border-radius: 6px; margin-left: -0.5ch; margin-right: -0.5ch; padding: 3px; padding-left: 1ch; padding-right: 1ch; background-color: #0a0e14; color: #f39095; } h4 { margin: 0; padding: 0; } .hidden { display: none; } hr { border-color: #fe9; border-style: dashed; margin-left: 1em; margin-right: 1em; margin-top: 0.75em; margin-bottom: 0.75em; } #generator_container { display: flex; justify-content: space-between; gap: 0.3em } .generate, #options { font-family: inherit; font-weight: bolder; padding: 0.4em; border: 0; width: 100%; border-radius: 3px; color: #0a0e14; background-color: #ee5960; } .generate:hover, #options:hover { background-color: #f39095; } .generate:active, #options:active { background-color: #b3b1ad; } #container > input { width: 2.5em; } #container > div, #passwords { padding: 0.25em 0 0.25em 0; } #container input[type="number"] { background-color: white; /* #b3b1ad; */ border: none; border-radius: 3px; font-family: inherit; font-weight: bolder; padding-left: 0.4em; color: #0a0e14; } .CodeMirror { font-family: "Fira Code", "Courier New", Courier, monospace; height: fit-content; border-radius: 3px; border: 1px solid #b3b1ad; border-width: 0px; } .password { display: flex; margin-top: 0.3em; margin-bottom: 0.3em; font-family: "Fira Code", "Courier New", Courier, monospace; } .password input { flex-grow: 1; order: 1; padding: 0.5em 0.75em 0.5em 0.75em; border-color: #b3b1ad; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 0; border-bottom-width: 1px; border-width: 0; border-radius: 3px 0px 0px 3px; font-size: small; font-family: inherit; color: #b3b1ad; background-color: #0a0e14; } .password input.copied { /* color: #c2d94c; */ background-color: #c2d94c; color: #0a0e14; } input:focus-visible { outline-offset: 0px; outline: 0; } .password button { width: 2em; order: 2; border-color: #b3b1ad; border-style: solid; border-left-width: 0; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-width: 0; border-radius: 0px 3px 3px 0px; background-color: #0a0e14; } .password button:hover { /* background-color: #b3b1ad; */ background-color: #c2d94c; } /* https://codepen.io/sosuke/full/Pjoqqp */ .password button object { filter: /* #c2d94c */ invert(77%) sepia(45%) saturate(555%) hue-rotate(23deg) brightness(101%) contrast(90%); /* filter: #b3b1ad invert(76%) sepia(11%) saturate(85%) hue-rotate(2deg) brightness(96%) contrast(80%); */ } .password button:hover object { filter: /* #0a0e14 */ invert(3%) sepia(4%) saturate(7113%) hue-rotate(177deg) brightness(92%) contrast(96%); } .password button:active + input { /* background-color: #b3b1ad; */ background-color: #c2d94c; color: #0a0e14; }
popup.css
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap"); body { padding: 5px; width: 300px; border-radius: 7px; color: #b3b1ad; background-color: #0a0e14; font-family: "Fira Code", "Courier New", Courier, monospace; } #warning_opener { cursor: pointer; position: absolute; left: calc(-3em - 1px); top: calc(-3em - 1px); width: 6em; height: 6em; border-radius: 100%; background-image: url("icon/original.png"); background-position: center; background-size: cover; border-width: 2px; border-style: dashed; border-color: #b3b1ad; transform: rotate(calc(-75deg)); transition-property: transform; transition-duration: 8s; } #warning_opener:hover { animation-name: rotate; animation-duration: 16s; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes rotate { from { transform: rotate(-75deg); } to { transform: rotate(285deg); } } #warning_clipboard { font-size: small; margin-left: 1.5em; margin-right: 1.5em; cursor: pointer; text-align: center; padding: 1em; border-radius: 3px; color: #0a0e14; background-color: #c2d94c; } #warning_opener:hover, #warning_clipboard:hover { opacity: 0.7; } #warning_opener:active, #warning_clipboard:active { background-color: #b3b1ad; } kbd { border-radius: 6px; margin-left: -0.5ch; margin-right: -0.5ch; padding: 3px; padding-left: 1ch; padding-right: 1ch; background-color: #0a0e14; color: #f39095; } h4 { margin: 0; padding: 0; } .hidden { display: none; } hr { border-color: #fe9; border-style: dashed; margin-left: 1em; margin-right: 1em; margin-top: 0.75em; margin-bottom: 0.75em; } #generator_container { display: flex; justify-content: space-between; gap: 0.3em } .generate, #options { font-family: inherit; font-weight: bolder; padding: 0.4em; border: 0; width: 100%; border-radius: 3px; color: #0a0e14; background-color: #ee5960; } .generate:hover, #options:hover { background-color: #f39095; } .generate:active, #options:active { background-color: #b3b1ad; } #container > input { width: 2.5em; } #container > div, #passwords { padding: 0.25em 0 0.25em 0; } #container input[type="number"] { background-color: white; /* #b3b1ad; */ border: none; border-radius: 3px; font-family: inherit; font-weight: bolder; padding-left: 0.4em; color: #0a0e14; } .CodeMirror { font-family: "Fira Code", "Courier New", Courier, monospace; height: fit-content; border-radius: 3px; border: 1px solid #b3b1ad; border-width: 0px; } .password { display: flex; margin-top: 0.3em; margin-bottom: 0.3em; font-family: "Fira Code", "Courier New", Courier, monospace; } .password input { flex-grow: 1; order: 1; padding: 0.5em 0.75em 0.5em 0.75em; border-color: #b3b1ad; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 0; border-bottom-width: 1px; border-width: 0; border-radius: 3px 0px 0px 3px; font-size: small; font-family: inherit; color: #b3b1ad; background-color: #0a0e14; } .password input.copied { /* color: #c2d94c; */ background-color: #c2d94c; color: #0a0e14; } input:focus-visible { outline-offset: 0px; outline: 0; } .password button { width: 2em; order: 2; border-color: #b3b1ad; border-style: solid; border-left-width: 0; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-width: 0; border-radius: 0px 3px 3px 0px; background-color: #0a0e14; } .password button:hover { /* background-color: #b3b1ad; */ background-color: #c2d94c; } /* https://codepen.io/sosuke/full/Pjoqqp */ .password button object { filter: /* #c2d94c */ invert(77%) sepia(45%) saturate(555%) hue-rotate(23deg) brightness(101%) contrast(90%); /* filter: #b3b1ad invert(76%) sepia(11%) saturate(85%) hue-rotate(2deg) brightness(96%) contrast(80%); */ } .password button:hover object { filter: /* #0a0e14 */ invert(3%) sepia(4%) saturate(7113%) hue-rotate(177deg) brightness(92%) contrast(96%); } .password button:active + input { /* background-color: #b3b1ad; */ background-color: #c2d94c; color: #0a0e14; }
0.378459
0.163112
:root { --accent: #FFC000; --secondary: #434244; --accent75: rgba(255, 192, 0, 0.75); --accent25: rgba(255, 192, 0, 0.25); --white: #FFFFFF; --standardContainer: 75%; } /* reset */ body { margin: 0; padding: 0; overflow-x: hidden; } .link--unstyled { text-decoration: none; color: var(--secondary); } /* common styles */ body { color: var(--secondary); counter-reset: numeric; font-family: Gilroy; } .text--accent { color: var(--accent) } .text--bold { font-weight: bold; } .text--uppercase { text-transform: uppercase; } section, .container { margin-top: 2rem !important; width: var(--standardContainer); margin: auto; } .phrase__wrapper { position: relative; height: 200px; width: 400px; } .phrase { position: absolute; top: 0; left: -15%; color: var(--accent25); font-weight: 900; font-size: 144px; } .desc { position: absolute; font-size: 18px; top: 35%; width: 450px; } .list-numeric { list-style-type: none; } .list-numeric__item { display: flex; margin-top: 1rem; } .list-numeric__item::before { counter-increment: numeric; content: "0"counter(numeric); background: var(--accent); width: 24px; height: 24px; line-height: 24px; font-size: 18px; font-weight: bold; display: block; padding: 0.1rem; margin-right: 0.5rem; text-align: center; } .numeric-item__text { margin: auto 0; } .heading { font-size: 36px; line-height: 44px; } .col { display: flex; flex-direction: column; } .row { display: flex; flex-direction: row; } .w-100 { width: 100%; } /* modals */ .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .fade { opacity: 0; transition: opacity .15s linear; } .fade.show { opacity: 1; } .modal { z-index: 1072; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: none; overflow: hidden; outline: 0; } .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal.fade .modal-dialog { transition: -webkit-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out, -webkit-transform .3s ease-out; -webkit-transform: translate(0, -25%); transform: translate(0, -25%); } .modal.show .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); } .modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, .2); border-radius: .3rem; outline: 0; background: var(--accent); } .modal-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: .3rem; border-top-right-radius: .3rem; background: var(--accent); } .modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; background: var(--white); } .modal-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; background: var(--white); } .modal-title { margin: 0; line-height: 1.5; } .modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto; } button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; } .close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; cursor: pointer; } .col-form-label { padding-top: calc(.375rem + 1px); padding-bottom: calc(.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; } .form-control { display: block; width: 100%; max-width: 94%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; } .form-group { margin-bottom: 1rem; } textarea { overflow: auto; resize: vertical; font-family: inherit; min-height: 50px; } .modal-footer .btn { width: 70%; } .modal-open { overflow: hidden; } .shadow { background: #000; opacity: 0.5; position: fixed; height: 100vh; width: 100vw; display: none; z-index: 150; top: 0; } button { border: none; margin: 0; padding: 0; width: auto; overflow: visible; background: transparent; /* inherit font & color from ancestor */ color: inherit; font: inherit; /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */ line-height: normal; /* Corrects font smoothing for webkit */ -webkit-font-smoothing: inherit; -moz-osx-font-smoothing: inherit; /* Corrects inability to style clickable `input` types in iOS */ -webkit-appearance: none; } .btn { background: var(--accent); color: var(--secondary); width: 50%; height: 50px; display: flex; cursor: pointer; } .btn__text { margin: auto; font-weight: 600; font-size: 20px; } .col-form-label { display: flex; } .icon { display: flex; } .icon img { width: 16px; margin: auto; margin-right: 5px; } .error { display: none; transition: all 0.5s ease-out; padding: 0.75rem 1.25rem; text-align: center; font-weight: bold; color: #721c24; background: #f8d7da; margin-top: 0.5rem; margin-bottom: 0.5rem; } /* header */ .header { position: relative; height: 750px; } .header__nav, .header__sticker { z-index: 2; position: absolute; } .header__banner { z-index: 1; background-image: url("../assets/header/banner.png"); position: absolute; background-size: 1920px 750px; top: 0; left: 0; width: 100%; height: 100%; min-height: 750px; } .header__sticker { width: 960px; height: 450px; left: 0px; top: 125px; background: var(--accent75); } .header__nav { width: 75%; left: 50%; transform: translate(-50%, 0); } .menu__list { list-style-type: none; display: flex; justify-content: flex-end; } .menu__list .list-item:first-child { margin-right: 150px; } .list-item__link { text-decoration: none; color: var(--secondary); font-weight: bold; font-size: 24px; } .header__logo { position: relative; width: 100%; height: 100%; } .header__logo img { position: absolute; left: 60%; top: 50%; transform: translate(0, -50%); } /* about */ .main__about { display: flex; width: var(--standardContainer); margin: auto; } .contacts { position: relative; width: 795px; height: 895px; } .contacts__banner { position: absolute; width: 795px; height: 895px; background-image: url("../assets/section-contact/banner.png"); z-index: 3; top: -10%; } .contacts__sticker { width: 795px; height: 180px; background: var(--accent75); position: absolute; z-index: 4; display: flex; left: -50px; top: 60%; } .sticker-text { color: var(--white); font-size: 24px; line-height: 28px; margin: auto; margin-left: 50px; } .contacts__action { background: var(--accent); width: 400px; height: 80px; display: flex; z-index: 3; position: absolute; top: -15%; left: 15%; cursor: pointer; } .action-text { margin: auto; font-size: 24px; line-height: 29px; } /* section what */ .main__what .phrase__wrapper .desc { width: max-content; } .card-desc { display: grid; grid-gap: 1rem; grid-template-columns: repeat(3, 380px); grid-template-rows: repeat(2, 1fr); } .card-desc { margin: auto; justify-content: center; margin-top: 1rem; } .card-desc:first-child { margin-top: 0; } .card { width: 380px; height: 290px; margin-left: 1rem; margin-right: 1rem; position: relative; } .card__image img { width: 100%; height: 100%; max-width: 380px; max-height: 290px; } .card__text { position: absolute; bottom: 7%; left: 3%; font-weight: 500; font-size: 24px; line-height: 28px; color: var(--white); z-index: 3; border-left: 4px solid var(--accent); padding: 0.5rem; display: flex; } .card__text span { margin: auto; } .card__shadow { background: linear-gradient(180deg, rgba(67, 66, 68, 0) 0%, rgba(67, 66, 68, 0.75) 100%); background-blend-mode: multiply; position: absolute; bottom: 0; left: 0; z-index: 2; width: 380px; height: 100px; } .card__text--only { font-weight: normal; font-size: 18px; line-height: 21px; color: var(--secondary); position: static; border-left: unset; padding: 0; } /* main why */ .why-card-desc { display: grid; grid-template-columns: repeat(2, 585px); grid-template-rows: repeat(2, 1fr); grid-gap: 1rem } .main__why .phrase__wrapper .desc { width: max-content; } .why-desc { font-size: 18px; line-height: 21px; width: calc(100% / 3); } section.main__why { width: 100%; } .why-banner__wrapper { margin-top: 10rem; position: relative; width: 1920px; height: 1080px; max-width: 100%; } .why__banner { background: url('../assets/section-why/banner.png'); background-size: cover; width: inherit; height: inherit; max-width: inherit; } .sticker__wrapper { position: absolute; width: 100%; height: 380px; display: flex; flex-direction: row; top: -15%; } .why__banner-sticker { width: 400px; height: 380px; background: var(--accent); right: 10%; position: absolute; display: flex; flex-direction: column; justify-content: flex-end; padding: 0.5rem 1.25rem; box-sizing: border-box; } .why__banner-sticker .heading { margin-bottom: 2rem; } .why-sticker__content { margin-bottom: 1rem; } .why__banner-sticker:first-child { right: calc(10% + 400px + 5%); } .why-banner__cards { position: absolute; bottom: 5%; left: 50%; transform: translate(-50%, 0); } .why-banner__cards .card { width: 585px; height: 350px; border: 1px solid var(--accent); box-sizing: border-box; box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.04); background: var(--white); margin: 1rem; position: relative; padding: 1.25rem; } .why-banner__cards .card .pict { position: absolute; bottom: 0; right: 0; } .why-banner__cards .card .heading { font-weight: 500; font-size: 24px; line-height: 28px; width: var(--standardContainer); } .why-banner__cards .card .card__text { margin-top: 1rem; } /* how section */ .main__how { width: 100%; position: relative; height: 800px; counter-reset: numeric; } .how-gear { bottom: 0; right: -10%; position: absolute; } .main__how .phrase__wrapper .desc { width: max-content; } .how-desc { width: 25%; } .main__how .list-numeric { width: 75%; } .main__how .list-numeric__item { margin-top: 0; flex-direction: column; } .main__how .list-numeric__item::before { content: "Шаг 0"counter(numeric); width: 70px; line-height: 26px; } .main__how .numeric-item__text { margin: auto 0; padding-top: 1rem; margin-left: 35px; border-left: 1px solid var(--accent); padding-left: calc(35px + 0.25rem); padding-bottom: 1rem; } .main__how .list-numeric__item:last-child .numeric-item__text { border-left: unset; } .how-wrapper { display: flex; } /* footer */ .footer { background: var(--secondary); padding: 1.5rem 1.75rem; } .footer__wrapper { margin: auto; width: var(--standardContainer); display: flex; justify-content: space-between; position: relative; } .footer__list { list-style-type: none; justify-content: space-between; margin: 0; padding: 0; height: 100%; position: absolute; left: 50%; transform: translate(-50%, 0); } .footer__list .list-item__link { color: var(--accent); } .footer__address { justify-content: space-between; } .email-link { color: var(--accent); } /* flexibility */ /*--lgDesktopWidth: 1537px;*/ /*--desktopWidth: 1281px;*/ /*--smDesktopWidth: 1025px;*/ /*--tableWidth: 769px;*/ /*--smTableWidth: 641px;*/ /*--phoneWidth: 481px;*/ /*--smPhoneWidth: 321px;*/ @media (min-width: 1281px) and (max-width: 1537px) { .header__banner { background-size: cover; } .why-banner__wrapper { max-width: 1536px; min-width: 1281px; width: 100%; } } @media (min-width: 1025px) and (max-width: 1281px) { :root { --standardContainer: 85%; } .why-banner__wrapper { max-width: 1281px; min-width: 1025px; width: 100%; } } @media screen and (max-width: 1025px) { :root { --standardContainer: 95%; } .why-banner__wrapper { max-width: 1025px; min-width: 769px; width: 100%; } .phrase { left: -5% } .card-desc { grid-template-columns: repeat(2, 380px); grid-template-rows: repeat(3, 1fr) } .why-card-desc { display: grid; grid-template-columns: 585px; grid-template-rows: repeat(4, 1fr); grid-gap: 1rem } .why-banner__wrapper { height: 1800px; } .why__banner-sticker { height: 220px; } .sticker__wrapper { top: -5% } } @media (min-width: 319px) and (max-width: 769px) { .main__what .card, .main__what .card__image img { max-width: calc(380px * 0.75); max-height: calc(290px * 0.75); } .card__shadow { width: calc(380px * 0.75) } .card-desc { grid-template-columns: repeat(2, calc(380px * 0.75)) } .heading { font-size: 30px } .why-desc { font-size: 16px; width: 100% } .header__sticker { min-width: 481px; width: 100%; max-width: 768px; } .header__logo img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .main__about { flex-flow: column-reverse; } .contacts__action { top: -50%; left: 50%; transform: translateX(-50%); } .contacts { height: 180px; min-width: 481px; max-width: 768px; width: 100%; display: flex; flex-flow: column-reverse; } .contacts__sticker { top: 0 } .contacts__banner { display: none; } .contacts__sticker { position: static; max-width: 768px; min-width: 481px; width: 100% } .why__banner-sticker:first-child { right: calc(10% + 220px + 5%); } .why__banner-sticker:first-child .heading { margin-bottom: 3rem; } .why__banner-sticker { width: 220px } .why__banner-sticker .heading { font-size: 26px; } .how-wrapper { flex-direction: column; } .how-desc, .how-wrapper .list-numeric { width: var(--standardContainer); } .main__how .phrase__wrapper .desc, .main__why .phrase__wrapper .desc { max-width: calc(100vw - 10%); } .main__how { height: 860px; } .list-item__link { font-size: 20px; } .footer__list { flex-direction: row; margin: auto; position: static; transform: unset; } .footer__list .list-item:last-child { margin-left: 1rem; } .footer__address { margin: auto } } @media (min-width: 319px) and (max-width: 641px) { .why-card-desc { grid-template-columns: calc(585px * 0.75); } .why-card-desc .card { max-width: 500px; width: 100%; } .why-banner__wrapper { max-width: 640px; min-width: 481px; width: 100%; } .card-desc { display: flex; flex-direction: column; margin: auto; align-items: center } .card-desc .card:first-child { height: 120px; } .main__what .card, .main__what .card__image img { max-width: 380px; max-height: 290px; } .footer__wrapper { flex-direction: column; } .footer__logo { margin: auto } .footer__list { margin-top: 1rem; margin-bottom: 1rem; } } @media screen and (max-width: 481px) { .list-item__link { font-size: 20px } .menu__list .list-item:first-child { margin-right: 1rem } .contacts, .contacts__sticker { max-width: 480px; min-width: 320px; } .why-card-desc .card { max-width: 480px; min-width: 320px; } .why-banner__cards .card { margin: 0; } .why__banner-sticker { position: static; max-width: 220px; width: 100%; min-width: 150px; } .sticker__wrapper { justify-content: space-around; } .why__banner-sticker .heading { font-size: 20px; } .how-gear { display: none; } .main__how { position: static; height: unset; } .heading { font-size: 24px; } } .why-desc p { display: none; } @media (min-width: 319px) and (max-width: 415px) { .why-card-desc { grid-template-columns: 300px; } .why-banner__wrapper { max-width: 100vw; min-width: 320px; width: 100%; } .why-card-desc .card { min-width: 300px; height: 500px; } .why-banner__wrapper { height: 2300px; } .card-desc .card, .card__shadow { width: 300px; } .card-desc .card:first-child { height: 145px; } .main__what .card, .main__what .card__image img { height: 230px } .why-desc p { display: unset; } .sticker__wrapper { display: none; } .why-banner__wrapper { margin-top: 1rem } .phrase { font-size: 100px } .header__banner { background-size: cover; } .header__sticker { min-width: 320px; max-width: 100vw; } .menu__list { flex-direction: column; } .menu__list .list-item { margin-bottom: 0.5rem; } .contacts, .contacts__sticker { min-width: 300px } .contacts .sticker-text { font-size: 20px; margin-left: 10px; } .desc, .main__what .phrase__wrapper .desc { width: 300px } .how-wrapper .list-numeric { padding: 0; } }
styles/main.css
:root { --accent: #FFC000; --secondary: #434244; --accent75: rgba(255, 192, 0, 0.75); --accent25: rgba(255, 192, 0, 0.25); --white: #FFFFFF; --standardContainer: 75%; } /* reset */ body { margin: 0; padding: 0; overflow-x: hidden; } .link--unstyled { text-decoration: none; color: var(--secondary); } /* common styles */ body { color: var(--secondary); counter-reset: numeric; font-family: Gilroy; } .text--accent { color: var(--accent) } .text--bold { font-weight: bold; } .text--uppercase { text-transform: uppercase; } section, .container { margin-top: 2rem !important; width: var(--standardContainer); margin: auto; } .phrase__wrapper { position: relative; height: 200px; width: 400px; } .phrase { position: absolute; top: 0; left: -15%; color: var(--accent25); font-weight: 900; font-size: 144px; } .desc { position: absolute; font-size: 18px; top: 35%; width: 450px; } .list-numeric { list-style-type: none; } .list-numeric__item { display: flex; margin-top: 1rem; } .list-numeric__item::before { counter-increment: numeric; content: "0"counter(numeric); background: var(--accent); width: 24px; height: 24px; line-height: 24px; font-size: 18px; font-weight: bold; display: block; padding: 0.1rem; margin-right: 0.5rem; text-align: center; } .numeric-item__text { margin: auto 0; } .heading { font-size: 36px; line-height: 44px; } .col { display: flex; flex-direction: column; } .row { display: flex; flex-direction: row; } .w-100 { width: 100%; } /* modals */ .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .fade { opacity: 0; transition: opacity .15s linear; } .fade.show { opacity: 1; } .modal { z-index: 1072; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: none; overflow: hidden; outline: 0; } .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal.fade .modal-dialog { transition: -webkit-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out, -webkit-transform .3s ease-out; -webkit-transform: translate(0, -25%); transform: translate(0, -25%); } .modal.show .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); } .modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, .2); border-radius: .3rem; outline: 0; background: var(--accent); } .modal-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: .3rem; border-top-right-radius: .3rem; background: var(--accent); } .modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; background: var(--white); } .modal-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; background: var(--white); } .modal-title { margin: 0; line-height: 1.5; } .modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto; } button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; } .close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; cursor: pointer; } .col-form-label { padding-top: calc(.375rem + 1px); padding-bottom: calc(.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; } .form-control { display: block; width: 100%; max-width: 94%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; } .form-group { margin-bottom: 1rem; } textarea { overflow: auto; resize: vertical; font-family: inherit; min-height: 50px; } .modal-footer .btn { width: 70%; } .modal-open { overflow: hidden; } .shadow { background: #000; opacity: 0.5; position: fixed; height: 100vh; width: 100vw; display: none; z-index: 150; top: 0; } button { border: none; margin: 0; padding: 0; width: auto; overflow: visible; background: transparent; /* inherit font & color from ancestor */ color: inherit; font: inherit; /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */ line-height: normal; /* Corrects font smoothing for webkit */ -webkit-font-smoothing: inherit; -moz-osx-font-smoothing: inherit; /* Corrects inability to style clickable `input` types in iOS */ -webkit-appearance: none; } .btn { background: var(--accent); color: var(--secondary); width: 50%; height: 50px; display: flex; cursor: pointer; } .btn__text { margin: auto; font-weight: 600; font-size: 20px; } .col-form-label { display: flex; } .icon { display: flex; } .icon img { width: 16px; margin: auto; margin-right: 5px; } .error { display: none; transition: all 0.5s ease-out; padding: 0.75rem 1.25rem; text-align: center; font-weight: bold; color: #721c24; background: #f8d7da; margin-top: 0.5rem; margin-bottom: 0.5rem; } /* header */ .header { position: relative; height: 750px; } .header__nav, .header__sticker { z-index: 2; position: absolute; } .header__banner { z-index: 1; background-image: url("../assets/header/banner.png"); position: absolute; background-size: 1920px 750px; top: 0; left: 0; width: 100%; height: 100%; min-height: 750px; } .header__sticker { width: 960px; height: 450px; left: 0px; top: 125px; background: var(--accent75); } .header__nav { width: 75%; left: 50%; transform: translate(-50%, 0); } .menu__list { list-style-type: none; display: flex; justify-content: flex-end; } .menu__list .list-item:first-child { margin-right: 150px; } .list-item__link { text-decoration: none; color: var(--secondary); font-weight: bold; font-size: 24px; } .header__logo { position: relative; width: 100%; height: 100%; } .header__logo img { position: absolute; left: 60%; top: 50%; transform: translate(0, -50%); } /* about */ .main__about { display: flex; width: var(--standardContainer); margin: auto; } .contacts { position: relative; width: 795px; height: 895px; } .contacts__banner { position: absolute; width: 795px; height: 895px; background-image: url("../assets/section-contact/banner.png"); z-index: 3; top: -10%; } .contacts__sticker { width: 795px; height: 180px; background: var(--accent75); position: absolute; z-index: 4; display: flex; left: -50px; top: 60%; } .sticker-text { color: var(--white); font-size: 24px; line-height: 28px; margin: auto; margin-left: 50px; } .contacts__action { background: var(--accent); width: 400px; height: 80px; display: flex; z-index: 3; position: absolute; top: -15%; left: 15%; cursor: pointer; } .action-text { margin: auto; font-size: 24px; line-height: 29px; } /* section what */ .main__what .phrase__wrapper .desc { width: max-content; } .card-desc { display: grid; grid-gap: 1rem; grid-template-columns: repeat(3, 380px); grid-template-rows: repeat(2, 1fr); } .card-desc { margin: auto; justify-content: center; margin-top: 1rem; } .card-desc:first-child { margin-top: 0; } .card { width: 380px; height: 290px; margin-left: 1rem; margin-right: 1rem; position: relative; } .card__image img { width: 100%; height: 100%; max-width: 380px; max-height: 290px; } .card__text { position: absolute; bottom: 7%; left: 3%; font-weight: 500; font-size: 24px; line-height: 28px; color: var(--white); z-index: 3; border-left: 4px solid var(--accent); padding: 0.5rem; display: flex; } .card__text span { margin: auto; } .card__shadow { background: linear-gradient(180deg, rgba(67, 66, 68, 0) 0%, rgba(67, 66, 68, 0.75) 100%); background-blend-mode: multiply; position: absolute; bottom: 0; left: 0; z-index: 2; width: 380px; height: 100px; } .card__text--only { font-weight: normal; font-size: 18px; line-height: 21px; color: var(--secondary); position: static; border-left: unset; padding: 0; } /* main why */ .why-card-desc { display: grid; grid-template-columns: repeat(2, 585px); grid-template-rows: repeat(2, 1fr); grid-gap: 1rem } .main__why .phrase__wrapper .desc { width: max-content; } .why-desc { font-size: 18px; line-height: 21px; width: calc(100% / 3); } section.main__why { width: 100%; } .why-banner__wrapper { margin-top: 10rem; position: relative; width: 1920px; height: 1080px; max-width: 100%; } .why__banner { background: url('../assets/section-why/banner.png'); background-size: cover; width: inherit; height: inherit; max-width: inherit; } .sticker__wrapper { position: absolute; width: 100%; height: 380px; display: flex; flex-direction: row; top: -15%; } .why__banner-sticker { width: 400px; height: 380px; background: var(--accent); right: 10%; position: absolute; display: flex; flex-direction: column; justify-content: flex-end; padding: 0.5rem 1.25rem; box-sizing: border-box; } .why__banner-sticker .heading { margin-bottom: 2rem; } .why-sticker__content { margin-bottom: 1rem; } .why__banner-sticker:first-child { right: calc(10% + 400px + 5%); } .why-banner__cards { position: absolute; bottom: 5%; left: 50%; transform: translate(-50%, 0); } .why-banner__cards .card { width: 585px; height: 350px; border: 1px solid var(--accent); box-sizing: border-box; box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.04); background: var(--white); margin: 1rem; position: relative; padding: 1.25rem; } .why-banner__cards .card .pict { position: absolute; bottom: 0; right: 0; } .why-banner__cards .card .heading { font-weight: 500; font-size: 24px; line-height: 28px; width: var(--standardContainer); } .why-banner__cards .card .card__text { margin-top: 1rem; } /* how section */ .main__how { width: 100%; position: relative; height: 800px; counter-reset: numeric; } .how-gear { bottom: 0; right: -10%; position: absolute; } .main__how .phrase__wrapper .desc { width: max-content; } .how-desc { width: 25%; } .main__how .list-numeric { width: 75%; } .main__how .list-numeric__item { margin-top: 0; flex-direction: column; } .main__how .list-numeric__item::before { content: "Шаг 0"counter(numeric); width: 70px; line-height: 26px; } .main__how .numeric-item__text { margin: auto 0; padding-top: 1rem; margin-left: 35px; border-left: 1px solid var(--accent); padding-left: calc(35px + 0.25rem); padding-bottom: 1rem; } .main__how .list-numeric__item:last-child .numeric-item__text { border-left: unset; } .how-wrapper { display: flex; } /* footer */ .footer { background: var(--secondary); padding: 1.5rem 1.75rem; } .footer__wrapper { margin: auto; width: var(--standardContainer); display: flex; justify-content: space-between; position: relative; } .footer__list { list-style-type: none; justify-content: space-between; margin: 0; padding: 0; height: 100%; position: absolute; left: 50%; transform: translate(-50%, 0); } .footer__list .list-item__link { color: var(--accent); } .footer__address { justify-content: space-between; } .email-link { color: var(--accent); } /* flexibility */ /*--lgDesktopWidth: 1537px;*/ /*--desktopWidth: 1281px;*/ /*--smDesktopWidth: 1025px;*/ /*--tableWidth: 769px;*/ /*--smTableWidth: 641px;*/ /*--phoneWidth: 481px;*/ /*--smPhoneWidth: 321px;*/ @media (min-width: 1281px) and (max-width: 1537px) { .header__banner { background-size: cover; } .why-banner__wrapper { max-width: 1536px; min-width: 1281px; width: 100%; } } @media (min-width: 1025px) and (max-width: 1281px) { :root { --standardContainer: 85%; } .why-banner__wrapper { max-width: 1281px; min-width: 1025px; width: 100%; } } @media screen and (max-width: 1025px) { :root { --standardContainer: 95%; } .why-banner__wrapper { max-width: 1025px; min-width: 769px; width: 100%; } .phrase { left: -5% } .card-desc { grid-template-columns: repeat(2, 380px); grid-template-rows: repeat(3, 1fr) } .why-card-desc { display: grid; grid-template-columns: 585px; grid-template-rows: repeat(4, 1fr); grid-gap: 1rem } .why-banner__wrapper { height: 1800px; } .why__banner-sticker { height: 220px; } .sticker__wrapper { top: -5% } } @media (min-width: 319px) and (max-width: 769px) { .main__what .card, .main__what .card__image img { max-width: calc(380px * 0.75); max-height: calc(290px * 0.75); } .card__shadow { width: calc(380px * 0.75) } .card-desc { grid-template-columns: repeat(2, calc(380px * 0.75)) } .heading { font-size: 30px } .why-desc { font-size: 16px; width: 100% } .header__sticker { min-width: 481px; width: 100%; max-width: 768px; } .header__logo img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .main__about { flex-flow: column-reverse; } .contacts__action { top: -50%; left: 50%; transform: translateX(-50%); } .contacts { height: 180px; min-width: 481px; max-width: 768px; width: 100%; display: flex; flex-flow: column-reverse; } .contacts__sticker { top: 0 } .contacts__banner { display: none; } .contacts__sticker { position: static; max-width: 768px; min-width: 481px; width: 100% } .why__banner-sticker:first-child { right: calc(10% + 220px + 5%); } .why__banner-sticker:first-child .heading { margin-bottom: 3rem; } .why__banner-sticker { width: 220px } .why__banner-sticker .heading { font-size: 26px; } .how-wrapper { flex-direction: column; } .how-desc, .how-wrapper .list-numeric { width: var(--standardContainer); } .main__how .phrase__wrapper .desc, .main__why .phrase__wrapper .desc { max-width: calc(100vw - 10%); } .main__how { height: 860px; } .list-item__link { font-size: 20px; } .footer__list { flex-direction: row; margin: auto; position: static; transform: unset; } .footer__list .list-item:last-child { margin-left: 1rem; } .footer__address { margin: auto } } @media (min-width: 319px) and (max-width: 641px) { .why-card-desc { grid-template-columns: calc(585px * 0.75); } .why-card-desc .card { max-width: 500px; width: 100%; } .why-banner__wrapper { max-width: 640px; min-width: 481px; width: 100%; } .card-desc { display: flex; flex-direction: column; margin: auto; align-items: center } .card-desc .card:first-child { height: 120px; } .main__what .card, .main__what .card__image img { max-width: 380px; max-height: 290px; } .footer__wrapper { flex-direction: column; } .footer__logo { margin: auto } .footer__list { margin-top: 1rem; margin-bottom: 1rem; } } @media screen and (max-width: 481px) { .list-item__link { font-size: 20px } .menu__list .list-item:first-child { margin-right: 1rem } .contacts, .contacts__sticker { max-width: 480px; min-width: 320px; } .why-card-desc .card { max-width: 480px; min-width: 320px; } .why-banner__cards .card { margin: 0; } .why__banner-sticker { position: static; max-width: 220px; width: 100%; min-width: 150px; } .sticker__wrapper { justify-content: space-around; } .why__banner-sticker .heading { font-size: 20px; } .how-gear { display: none; } .main__how { position: static; height: unset; } .heading { font-size: 24px; } } .why-desc p { display: none; } @media (min-width: 319px) and (max-width: 415px) { .why-card-desc { grid-template-columns: 300px; } .why-banner__wrapper { max-width: 100vw; min-width: 320px; width: 100%; } .why-card-desc .card { min-width: 300px; height: 500px; } .why-banner__wrapper { height: 2300px; } .card-desc .card, .card__shadow { width: 300px; } .card-desc .card:first-child { height: 145px; } .main__what .card, .main__what .card__image img { height: 230px } .why-desc p { display: unset; } .sticker__wrapper { display: none; } .why-banner__wrapper { margin-top: 1rem } .phrase { font-size: 100px } .header__banner { background-size: cover; } .header__sticker { min-width: 320px; max-width: 100vw; } .menu__list { flex-direction: column; } .menu__list .list-item { margin-bottom: 0.5rem; } .contacts, .contacts__sticker { min-width: 300px } .contacts .sticker-text { font-size: 20px; margin-left: 10px; } .desc, .main__what .phrase__wrapper .desc { width: 300px } .how-wrapper .list-numeric { padding: 0; } }
0.502686
0.083591
line-height: 26px; } #iphone a { line-height: 26px; } #iphone .login { margin-left: -290px; } #iphone .site-nav__menu { width: 400px; } #iphone .menu__sliderdown:after { top: 12px; } .site-nav { background-color: #f2f2f2; border-bottom: 1px solid #eee; font: normal 12px/32px "Microsoft YaHei"; color: #999999; } .site-nav .wrapper { display: flex; width: 1230px; height: 32px; margin: 0 auto; justify-content: space-between; } .site-nav .wrapper--iphone { width: 990px; height: 26px; } .site-nav .wrapper .home { height: 26px; line-height: 26px; margin-right: 20px; color: #999; } .site-nav .wrapper .home > a { color: #999; line-height: 26px; outline: 0; } .site-nav .wrapper .login { display: flex; justify-content: space-between; width: 218px; } .site-nav .wrapper .login a { font: normal 12px/32px "Microsoft YaHei"; color: #999999; } .site-nav .wrapper .login a:last-of-type { padding-right: 10px; } .site-nav .wrapper .site-nav__menu { display: flex; position: relative; width: 506px; justify-content: space-between; } .site-nav .wrapper .site-nav__menu > li:hover > a { box-sizing: border-box; color: #ff0036; } .site-nav .wrapper .site-nav__menu .menu__sliderdown { padding-right: 14px; } .site-nav .wrapper .site-nav__menu .menu__sliderdown::after { position: absolute; content: ""; right: 6px; top: 15px; width: 0; height: 0; border-width: 3px; border-style: solid dashed dashed; border-color: #a88f8f transparent transparent; font-size: 0; line-height: 0; } .site-nav .wrapper .site-nav__menu > li { position: relative; padding: 0 10px; } .site-nav .wrapper .site-nav__menu > li > a { height: 32px; font: normal 12px/32px "Microsoft YaHei"; color: #999999; } .site-nav .wrapper .site-nav__menu .menu__sub { position: absolute; left: -1px; top: -100px; width: 74px; padding: 8px 10px; border: solid #eee; border-width: 0 1px 1px; font: 12px/22px "Microsoft YaHei"; text-align: center; background-color: #fff; z-index: 9999; overflow: hidden; max-height: 0; opacity: 0; } .site-nav .wrapper .site-nav__menu .menu__sub a { font: 12px/22px "Microsoft YaHei"; color: #666; } .site-nav .wrapper .site-nav__menu .menu__fav .menu__sub { width: 64px; } .site-nav .wrapper .site-nav__menu .seller-list { left: auto; right: -1px; width: 122px; overflow: hidden; } .site-nav .wrapper .site-nav__menu .seller-list .seller__item { padding: 5px 0; height: auto; display: block; line-height: 1.4; border-bottom: 1px dotted #827777; } .site-nav .wrapper .site-nav__menu .seller-list .seller__menu { text-align: left; column-count: 2; } .site-nav .wrapper .site-nav__menu .seller-list .seller__menu .seller__title { color: #666; font-weight: 700; column-span: all; } .site-nav .wrapper .site-nav__menu .seller-list .seller__menu > a { display: block; } .site-nav .wrapper .site-nav__menu .seller-list .seller__help { text-align: left; } .site-nav .wrapper .site-nav__menu .seller-list .seller__help .seller__title { color: #666; font-weight: 700; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub { display: flex; justify-content: space-between; left: auto; right: 0; width: 1198px; padding: 25px 0; text-align: left; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub dl:nth-of-type(2) { border-right: 1px solid #f5f5f5; border-left: 1px solid #f5f5f5; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub dl:not(:last-of-type) { width: 455px; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub dl:nth-of-type { width: 196px; overflow: hidden; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__item { height: 110px; padding-left: 30px; column-count: 5; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__item > dt { padding-bottom: 8px; font-size: 16px; font-weight: 100; column-span: all; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__item > dt > span { padding-left: 6px; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__item > dd { width: 90px; padding: 2px 0; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__item > dd > a { line-height: 1.4em; color: #666; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__hot { color: #f56a00; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__market { color: #2263d4; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__help { column-count: 2; color: #666; } .site-nav .wrapper .site-nav__menu > li:hover { background-color: #fff; border: solid #eee; border-width: 1px 1px 0; } .site-nav .wrapper .site-nav__menu > li:hover .menu__sub { top: 31px; max-height: 500px; opacity: 1; z-index: 9999999; } .searchbar { display: flex; justify-content: start; align-items: flex-start; height: 130px; width: 1230px; padding-right: 30px; margin: 0 auto; } .searchbar .logo { margin: 0; padding: 0; } .searchbar .logo img { width: 240px; height: 130px; margin: 1px 25px; margin-left: -20px; } .searchbar .search { flex: 1 0 auto; display: flex; justify-content: flex-end; width: 625px; heigth: 40px; margin-left: 75px; padding-top: 38px; } .searchbar .search form { display: flex; justify-content: space-between; width: 621px; height: 36; border: 2px solid #ff0036; } .searchbar .search__input { flex: auto; outline: none; border: none; } .searchbar .search__input:-webkit-input-placeholder { font-size: 14px; line-height: 36px; height: 36px; } .searchbar .search__input:focus:-webkit-input-placeholder { outline: none; color: #ccc; } .searchbar .search__submit { width: 132px; height: 36px; font-size: 18px; font-weight: 700; letter-spacing: 5px; background-color: #ff0036; text-align: center; line-height: 36px; color: #fff; } .iphone-nav { padding-bottom: 0; margin: 0; max-height: 150px; background-color: #333; } .iphone-nav .wrapper { width: 990px; margin: 0 auto; } .iphone-nav .wrapper .nav { display: flex; justify-content: flex-start; align-items: center; height: 45px; } .iphone-nav .wrapper .nav__item { height: 21px; } .iphone-nav .wrapper .nav__item:not(:first-of-type) { margin-left: 48px; } .iphone-nav .wrapper .nav__item > a { color: #fff; font-size: 14px; font-weight: 400; line-height: 21px; } /*# sourceMappingURL=header.css.map */
src/public/css/index/header.css
line-height: 26px; } #iphone a { line-height: 26px; } #iphone .login { margin-left: -290px; } #iphone .site-nav__menu { width: 400px; } #iphone .menu__sliderdown:after { top: 12px; } .site-nav { background-color: #f2f2f2; border-bottom: 1px solid #eee; font: normal 12px/32px "Microsoft YaHei"; color: #999999; } .site-nav .wrapper { display: flex; width: 1230px; height: 32px; margin: 0 auto; justify-content: space-between; } .site-nav .wrapper--iphone { width: 990px; height: 26px; } .site-nav .wrapper .home { height: 26px; line-height: 26px; margin-right: 20px; color: #999; } .site-nav .wrapper .home > a { color: #999; line-height: 26px; outline: 0; } .site-nav .wrapper .login { display: flex; justify-content: space-between; width: 218px; } .site-nav .wrapper .login a { font: normal 12px/32px "Microsoft YaHei"; color: #999999; } .site-nav .wrapper .login a:last-of-type { padding-right: 10px; } .site-nav .wrapper .site-nav__menu { display: flex; position: relative; width: 506px; justify-content: space-between; } .site-nav .wrapper .site-nav__menu > li:hover > a { box-sizing: border-box; color: #ff0036; } .site-nav .wrapper .site-nav__menu .menu__sliderdown { padding-right: 14px; } .site-nav .wrapper .site-nav__menu .menu__sliderdown::after { position: absolute; content: ""; right: 6px; top: 15px; width: 0; height: 0; border-width: 3px; border-style: solid dashed dashed; border-color: #a88f8f transparent transparent; font-size: 0; line-height: 0; } .site-nav .wrapper .site-nav__menu > li { position: relative; padding: 0 10px; } .site-nav .wrapper .site-nav__menu > li > a { height: 32px; font: normal 12px/32px "Microsoft YaHei"; color: #999999; } .site-nav .wrapper .site-nav__menu .menu__sub { position: absolute; left: -1px; top: -100px; width: 74px; padding: 8px 10px; border: solid #eee; border-width: 0 1px 1px; font: 12px/22px "Microsoft YaHei"; text-align: center; background-color: #fff; z-index: 9999; overflow: hidden; max-height: 0; opacity: 0; } .site-nav .wrapper .site-nav__menu .menu__sub a { font: 12px/22px "Microsoft YaHei"; color: #666; } .site-nav .wrapper .site-nav__menu .menu__fav .menu__sub { width: 64px; } .site-nav .wrapper .site-nav__menu .seller-list { left: auto; right: -1px; width: 122px; overflow: hidden; } .site-nav .wrapper .site-nav__menu .seller-list .seller__item { padding: 5px 0; height: auto; display: block; line-height: 1.4; border-bottom: 1px dotted #827777; } .site-nav .wrapper .site-nav__menu .seller-list .seller__menu { text-align: left; column-count: 2; } .site-nav .wrapper .site-nav__menu .seller-list .seller__menu .seller__title { color: #666; font-weight: 700; column-span: all; } .site-nav .wrapper .site-nav__menu .seller-list .seller__menu > a { display: block; } .site-nav .wrapper .site-nav__menu .seller-list .seller__help { text-align: left; } .site-nav .wrapper .site-nav__menu .seller-list .seller__help .seller__title { color: #666; font-weight: 700; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub { display: flex; justify-content: space-between; left: auto; right: 0; width: 1198px; padding: 25px 0; text-align: left; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub dl:nth-of-type(2) { border-right: 1px solid #f5f5f5; border-left: 1px solid #f5f5f5; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub dl:not(:last-of-type) { width: 455px; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub dl:nth-of-type { width: 196px; overflow: hidden; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__item { height: 110px; padding-left: 30px; column-count: 5; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__item > dt { padding-bottom: 8px; font-size: 16px; font-weight: 100; column-span: all; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__item > dt > span { padding-left: 6px; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__item > dd { width: 90px; padding: 2px 0; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__item > dd > a { line-height: 1.4em; color: #666; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__hot { color: #f56a00; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__market { color: #2263d4; } .site-nav .wrapper .site-nav__menu .menu__sitenav .sitenav__sub .sitenav__help { column-count: 2; color: #666; } .site-nav .wrapper .site-nav__menu > li:hover { background-color: #fff; border: solid #eee; border-width: 1px 1px 0; } .site-nav .wrapper .site-nav__menu > li:hover .menu__sub { top: 31px; max-height: 500px; opacity: 1; z-index: 9999999; } .searchbar { display: flex; justify-content: start; align-items: flex-start; height: 130px; width: 1230px; padding-right: 30px; margin: 0 auto; } .searchbar .logo { margin: 0; padding: 0; } .searchbar .logo img { width: 240px; height: 130px; margin: 1px 25px; margin-left: -20px; } .searchbar .search { flex: 1 0 auto; display: flex; justify-content: flex-end; width: 625px; heigth: 40px; margin-left: 75px; padding-top: 38px; } .searchbar .search form { display: flex; justify-content: space-between; width: 621px; height: 36; border: 2px solid #ff0036; } .searchbar .search__input { flex: auto; outline: none; border: none; } .searchbar .search__input:-webkit-input-placeholder { font-size: 14px; line-height: 36px; height: 36px; } .searchbar .search__input:focus:-webkit-input-placeholder { outline: none; color: #ccc; } .searchbar .search__submit { width: 132px; height: 36px; font-size: 18px; font-weight: 700; letter-spacing: 5px; background-color: #ff0036; text-align: center; line-height: 36px; color: #fff; } .iphone-nav { padding-bottom: 0; margin: 0; max-height: 150px; background-color: #333; } .iphone-nav .wrapper { width: 990px; margin: 0 auto; } .iphone-nav .wrapper .nav { display: flex; justify-content: flex-start; align-items: center; height: 45px; } .iphone-nav .wrapper .nav__item { height: 21px; } .iphone-nav .wrapper .nav__item:not(:first-of-type) { margin-left: 48px; } .iphone-nav .wrapper .nav__item > a { color: #fff; font-size: 14px; font-weight: 400; line-height: 21px; } /*# sourceMappingURL=header.css.map */
0.30013
0.044869
body { background-color: #f2f2f2; } /* Modal Box */ .intropopup .modal-content, .modal-title { background: white; width: 300px; margin-left: auto; margin-right: auto; border: none !important; box-shadow: none !important; } .intropopup .modal-full-height { text-align:center; padding-bottom: 10px; margin: 0 auto; } .intropopup .modal-wechat { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .intropopup .modal-title { background: #F7F7F7; color: #909090; text-align: center; margin-top: 10%; border-top-left-radius: 6px; border-top-right-radius: 6px; padding: 10px; font-weight: 700; } .intropopup .modal-title h1 { margin-bottom: 10px; margin-top: 5px; color: black; font-size: 24px; } .intropopup .modal-card { width: 250px; margin: 0 auto; font-size: 16px; } .intropopup .cutBtn, .intropopup .cutBtn-success, .intropopup .cutBtn-fail { margin-left: 10%; margin-right: 10%; border-radius: 6px; font-size: 23px; color: white; padding: 6px; background: #7dca33; } .intropopup .cutBtn { cursor: pointer; } .intropopup .cutBtn-success { background: #61b114; } .intropopup .cutBtn-fail { background: #999999; } .intropopup .instructions, .intropopup .instructions-dark { margin-top: 10px; font-size: 14px; font-weight: 500; color: #aaa; } .intropopup .instructions-dark { font-size: 12px; } .intropopup .highlight { color: #fca871; } @media only screen and (max-width: 360px) { .intropopup .modal-content, .intropopup .modal-title { width: 270px; } .intropopup .modal-card { width: 230px; margin: 0 auto; font-size: 16px; } .intropopup .instructions, .intropopup .instructions-dark { font-size: 12px; } } /* End Modal box */ .intropopup .modal { text-align: center; padding: 0!important; } .intropopup .modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; } .intropopup .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; } .hidespan { display: none; } .showspan { display: block; } .successmsg { background: #747BD7; color: white; border: none; margin-top: 15px; margin-bottom: 15px; border-radius: 5px; font-size: 23px; padding: 5px; width: 90%; margin-left: 5%; margin-right: 5%; } .mmcl { margin-left: 30px; font-size: 12px; text-align: left; background: transparent; color: #ef5350; font-weight: normal; } .btnsubmit { background: #fe8071; color: white; border: none; margin-top: 15px; margin-bottom: 15px; border-radius: 5px; font-size: 20px; padding: 5px; width: 83%; } .sec_reg_btn { color: #fe8071; border: solid 1px #fe8071; background-color: #FFF; border-radius: 5px; font-size: 20px; padding: 5px; width: 83%; } .sec_login_btn { color: #fe8071; /*border: none !important;*/ border: solid 1px #fe8071; background-color: #FFF; border-radius: 5px; font-size: 20px; padding: 5px; width: 83%; } /*#FFB8BA*/ .intropopup .namer { border: 0; border-bottom: 1px solid #F3F3F3; width: 80%; font-size: 18px; line-height: 15px; height: 50px; text-align: left; padding: 1px; background: transparent; color: #333333; } #namer { position: relative; max-width: 400px; margin: 150px auto 0; } #namer { border: 0; border-bottom: 2px solid #1976D2; width: 100%; font-size: 30px; line-height: 35px; height: 70px; text-align: center; padding: 10px; background: transparent; color: #BBDEFB; } #namer input.shake { animation-name: shaker; animation-duration: 200ms; animation-timing-function: ease-in-out; animation-delay: 0s; } #namer input:focus { outline: 0; color: #BBDEFB; } #namer input::placeholder { color: #BEBEBE; } ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #BEBEBE; opacity: 1; /* Firefox */ font-size: 16px; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #BEBEBE; font-size: 16px; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #BEBEBE; font-size: 16px; } .non-login-desc { color: #BEBEBE; font-size: 16px; } .modal-title-non-login-icon { background: white; width: 300px; margin-left: auto; margin-right: auto; /*border: none !important;*/ box-shadow: none !important; text-align: center; border-top-left-radius: 6px; border-top-right-radius: 6px; padding: 10px; margin-bottom: -1px; } .modal-title-non-login-icon img{ width: 60%; } @media only screen and (max-width: 360px) { .modal-title-non-login-icon { background: white; width: 270px !important; margin-left: auto; margin-right: auto; /*border: none !important;*/ box-shadow: none !important; text-align: center; border-top-left-radius: 6px; border-top-right-radius: 6px; padding: 10px; margin-bottom: -1px; } .modal-title-non-login-icon img{ width: 50% !important; } } #load{ width:100%; height:100%; position:fixed; z-index:9999; background:url("/client/images/preloader.gif") no-repeat center center rgba(255,255,255,0.25); background-size: 32px 32px; } #preload{ width:100%; height:100%; position:fixed; z-index:9999; background:url("/client/images/preloader.gif") no-repeat center center rgba(255,255,255,1); background-size: 32px 32px; }
public/client/css/intro_popup.css
body { background-color: #f2f2f2; } /* Modal Box */ .intropopup .modal-content, .modal-title { background: white; width: 300px; margin-left: auto; margin-right: auto; border: none !important; box-shadow: none !important; } .intropopup .modal-full-height { text-align:center; padding-bottom: 10px; margin: 0 auto; } .intropopup .modal-wechat { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .intropopup .modal-title { background: #F7F7F7; color: #909090; text-align: center; margin-top: 10%; border-top-left-radius: 6px; border-top-right-radius: 6px; padding: 10px; font-weight: 700; } .intropopup .modal-title h1 { margin-bottom: 10px; margin-top: 5px; color: black; font-size: 24px; } .intropopup .modal-card { width: 250px; margin: 0 auto; font-size: 16px; } .intropopup .cutBtn, .intropopup .cutBtn-success, .intropopup .cutBtn-fail { margin-left: 10%; margin-right: 10%; border-radius: 6px; font-size: 23px; color: white; padding: 6px; background: #7dca33; } .intropopup .cutBtn { cursor: pointer; } .intropopup .cutBtn-success { background: #61b114; } .intropopup .cutBtn-fail { background: #999999; } .intropopup .instructions, .intropopup .instructions-dark { margin-top: 10px; font-size: 14px; font-weight: 500; color: #aaa; } .intropopup .instructions-dark { font-size: 12px; } .intropopup .highlight { color: #fca871; } @media only screen and (max-width: 360px) { .intropopup .modal-content, .intropopup .modal-title { width: 270px; } .intropopup .modal-card { width: 230px; margin: 0 auto; font-size: 16px; } .intropopup .instructions, .intropopup .instructions-dark { font-size: 12px; } } /* End Modal box */ .intropopup .modal { text-align: center; padding: 0!important; } .intropopup .modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; } .intropopup .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; } .hidespan { display: none; } .showspan { display: block; } .successmsg { background: #747BD7; color: white; border: none; margin-top: 15px; margin-bottom: 15px; border-radius: 5px; font-size: 23px; padding: 5px; width: 90%; margin-left: 5%; margin-right: 5%; } .mmcl { margin-left: 30px; font-size: 12px; text-align: left; background: transparent; color: #ef5350; font-weight: normal; } .btnsubmit { background: #fe8071; color: white; border: none; margin-top: 15px; margin-bottom: 15px; border-radius: 5px; font-size: 20px; padding: 5px; width: 83%; } .sec_reg_btn { color: #fe8071; border: solid 1px #fe8071; background-color: #FFF; border-radius: 5px; font-size: 20px; padding: 5px; width: 83%; } .sec_login_btn { color: #fe8071; /*border: none !important;*/ border: solid 1px #fe8071; background-color: #FFF; border-radius: 5px; font-size: 20px; padding: 5px; width: 83%; } /*#FFB8BA*/ .intropopup .namer { border: 0; border-bottom: 1px solid #F3F3F3; width: 80%; font-size: 18px; line-height: 15px; height: 50px; text-align: left; padding: 1px; background: transparent; color: #333333; } #namer { position: relative; max-width: 400px; margin: 150px auto 0; } #namer { border: 0; border-bottom: 2px solid #1976D2; width: 100%; font-size: 30px; line-height: 35px; height: 70px; text-align: center; padding: 10px; background: transparent; color: #BBDEFB; } #namer input.shake { animation-name: shaker; animation-duration: 200ms; animation-timing-function: ease-in-out; animation-delay: 0s; } #namer input:focus { outline: 0; color: #BBDEFB; } #namer input::placeholder { color: #BEBEBE; } ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #BEBEBE; opacity: 1; /* Firefox */ font-size: 16px; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #BEBEBE; font-size: 16px; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #BEBEBE; font-size: 16px; } .non-login-desc { color: #BEBEBE; font-size: 16px; } .modal-title-non-login-icon { background: white; width: 300px; margin-left: auto; margin-right: auto; /*border: none !important;*/ box-shadow: none !important; text-align: center; border-top-left-radius: 6px; border-top-right-radius: 6px; padding: 10px; margin-bottom: -1px; } .modal-title-non-login-icon img{ width: 60%; } @media only screen and (max-width: 360px) { .modal-title-non-login-icon { background: white; width: 270px !important; margin-left: auto; margin-right: auto; /*border: none !important;*/ box-shadow: none !important; text-align: center; border-top-left-radius: 6px; border-top-right-radius: 6px; padding: 10px; margin-bottom: -1px; } .modal-title-non-login-icon img{ width: 50% !important; } } #load{ width:100%; height:100%; position:fixed; z-index:9999; background:url("/client/images/preloader.gif") no-repeat center center rgba(255,255,255,0.25); background-size: 32px 32px; } #preload{ width:100%; height:100%; position:fixed; z-index:9999; background:url("/client/images/preloader.gif") no-repeat center center rgba(255,255,255,1); background-size: 32px 32px; }
0.334046
0.071494
@charset "UTF-8"; @font-face { font-family: 'xiaoan'; src: url("fonts/icomoon.eot?iwsv73#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?iwsv73") format("truetype"), url("fonts/icomoon.woff?iwsv73") format("woff"), url("fonts/icomoon.svg?iwsv73#icomoon") format("svg"); } .ts.labeled.icon.button > i.xiaoan.icon:before { -webkit-transform: translateX(70%) translateY(-50%) !important; -ms-transform: translateX(70%) translateY(-50%) !important; transform: translateX(70%) translateY(-50%) !important; width: auto !important; } .ts.icon.input > i.xiaoan.icon:before { -webkit-transform: translateX(90%) !important; -ms-transform: translateX(90%) !important; transform: translateX(90%) !important; width: auto !important; } i.xiaoan.icon { text-stroke: 0.2em transparent; -webkit-text-stroke: 0.2em transparent; color: #999999; overflow: hidden; font-family: 'xiaoan' !important; } i.xiaoan.icon:before { content: "\6625"; -webkit-mask-size: 100% 100% !important; mask-size: 100% 100% !important; -webkit-mask: url(svg/xiaoan.instead.svg); mask: url(svg/xiaoan.instead.svg); } i.xiaoan.icon.instead:before { -webkit-mask: url(svg/xiaoan.svg); mask: url(svg/xiaoan.svg); } i.xiaoan.icon.demon:before { -webkit-mask: url(svg/demon.svg); mask: url(svg/demon.svg); } i.xiaoan.icon.demon.instead:before { -webkit-mask: url(svg/demon.instead.svg); mask: url(svg/demon.instead.svg); } i.xiaoan.icon.face:before { -webkit-mask: url(svg/face.svg); mask: url(svg/face.svg); } i.xiaoan.icon.face.instead:before { -webkit-mask: url(svg/face.instead.svg); mask: url(svg/face.instead.svg); } i.xiaoan.icon.funny.face:before { -webkit-mask: url(svg/funny.face.svg); mask: url(svg/funny.face.svg); } i.xiaoan.icon.funny.face.instead:before { -webkit-mask: url(svg/funny.face.instead.svg); mask: url(svg/funny.face.instead.svg); } i.xiaoan.icon.horny:before { -webkit-mask: url(svg/horny.svg); mask: url(svg/horny.svg); } i.xiaoan.icon.horny.instead:before { -webkit-mask: url(svg/horny.instead.svg); mask: url(svg/horny.instead.svg); } i.xiaoan.icon.kemonomimi:before { -webkit-mask: url(svg/kemonomimi.svg); mask: url(svg/kemonomimi.svg); } i.xiaoan.icon.kemonomimi.instead:before { -webkit-mask: url(svg/kemonomimi.instead.svg); mask: url(svg/kemonomimi.instead.svg); } i.xiaoan.icon.tissue:before { -webkit-mask: url(svg/tissue.svg); mask: url(svg/tissue.svg); } i.xiaoan.icon.spinner:before { -webkit-mask: url(svg/spinner.svg); mask: url(svg/spinner.svg); } i.xiaoan.icon.heart:before { -webkit-mask: url(svg/heart.svg); mask: url(svg/heart.svg); } i.xiaoan.icon.heart.instead:before { -webkit-mask: url(svg/heart.instead.svg); mask: url(svg/heart.instead.svg); } .ts.xiaoan { -webkit-mask: url(svg/xiaoan.svg); mask: url(svg/xiaoan.svg); -webkit-mask-size: 100% 100% !important; mask-size: 100% 100% !important; width: 100px; height: 100px; color: #999999; background-color: currentColor; display: inline-block; } .ts.xiaoan.instead { -webkit-mask: url(svg/xiaoan.instead.svg); mask: url(svg/xiaoan.instead.svg); } .ts.xiaoan.demon { -webkit-mask: url(svg/demon.svg); mask: url(svg/demon.svg); } .ts.xiaoan.demon.instead { -webkit-mask: url(svg/demon.instead.svg); mask: url(svg/demon.instead.svg); } .ts.xiaoan.face { -webkit-mask: url(svg/face.svg); mask: url(svg/face.svg); } .ts.xiaoan.face.instead { -webkit-mask: url(svg/face.instead.svg); mask: url(svg/face.instead.svg); } .ts.xiaoan.funny.face { -webkit-mask: url(svg/funny.face.svg); mask: url(svg/funny.face.svg); } .ts.xiaoan.funny.face.instead { -webkit-mask: url(svg/funny.face.instead.svg); mask: url(svg/funny.face.instead.svg); } .ts.xiaoan.horny { -webkit-mask: url(svg/horny.svg); mask: url(svg/horny.svg); } .ts.xiaoan.horny.instead { -webkit-mask: url(svg/horny.instead.svg); mask: url(svg/horny.instead.svg); } .ts.xiaoan.kemonomimi { -webkit-mask: url(svg/kemonomimi.svg); mask: url(svg/kemonomimi.svg); } .ts.xiaoan.kemonomimi.instead { -webkit-mask: url(svg/kemonomimi.instead.svg); mask: url(svg/kemonomimi.instead.svg); } .ts.xiaoan.tissue { -webkit-mask: url(svg/tissue.svg); mask: url(svg/tissue.svg); } .ts.xiaoan.spinner { -webkit-mask: url(svg/spinner.svg); mask: url(svg/spinner.svg); } .ts.xiaoan.heart { -webkit-mask: url(svg/heart.svg); mask: url(svg/heart.svg); } .ts.xiaoan.heart.instead { -webkit-mask: url(svg/heart.instead.svg); mask: url(svg/heart.instead.svg); } .ts.xiaoan.mini { width: 25px; height: 25px; -webkit-mask-size: 25px 25px; mask-size: 25px 25px; } .ts.xiaoan.tiny { width: 50px; height: 50px; -webkit-mask-size: 50px 50px; mask-size: 50px 50px; } .ts.xiaoan.small { width: 75px; height: 75px; -webkit-mask-size: 75px 75px; mask-size: 75px 75px; } .ts.xiaoan.large { width: 125px; height: 125px; -webkit-mask-size: 125px 125px; mask-size: 125px 125px; } .ts.xiaoan.big { width: 150px; height: 150px; -webkit-mask-size: 150px 150px; mask-size: 150px 150px; } .ts.xiaoan.huge { width: 200px; height: 200px; -webkit-mask-size: 200px 200px; mask-size: 200px 200px; } .ts.xiaoan.massive { width: 250px; height: 250px; -webkit-mask-size: 250px 250px; mask-size: 250px 250px; } /* * 大小 */ /* * 從 .ts.image 搬運過來的一些功能 */ .ts.xiaoan.rounded { border-radius: .3125em; } .ts.xiaoan.circular { border-radius: 500em; } .ts.xiaoan.centered { margin-left: auto; margin-right: auto; display: block; } .ts.xiaoan.fluid { -webkit-mask-size: 100% 100%; mask-size: 100% 100%; padding-bottom: 100%; width: 100%; height: 0; } /* 語意化 */ .ts.xiaoan.rainbow { background: -webkit-gradient(linear, left top, left bottom, from(#f00), color-stop(15%, #f0f), color-stop(33%, #00f), color-stop(49%, #0ff), color-stop(67%, #0f0), color-stop(84%, #ff0), to(#f00)) !important; background: -webkit-linear-gradient(top, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; background: -o-linear-gradient(top, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; background: linear-gradient(to bottom, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .ts.xiaoan.primary { color: #7c9fbb; } .ts.xiaoan.info { color: #eed94d; } .ts.xiaoan.warning { color: #b28f2f; } .ts.xiaoan.positive { color: #15ae17; } .ts.xiaoan.negative { color: #db0007; } .ts.xiaoan.inverted { color: #dedede; } .ts.xiaoan.exceedingly.light.blue.xiaoan { color: #5d9394; } .ts.xiaoan.gloomy { color: #687985; } .ts.xiaoan.NTR { -webkit-filter: blur(1.1px); filter: blur(1.1px); color: #62896c; } .ts.xiaoan.love { color: #b788a3; } .ts.xiaoan.EarlySpring { color: #4c4c4c; } /* * 動畫 * ------------------ * 速度 * fast 快 * slow 慢 * early spring 夭壽慢 * ----------------- * 簡寫 * animation: name duration timing-function delay iteration-count direction; * ----------------- */ /* 震動 */ .shake { -webkit-animation: shake .01s linear infinite; animation: shake .01s linear infinite; } .shake.fast { -webkit-animation-duration: .005s; animation-duration: .005s; } .shake.slow { -webkit-animation-duration: .02s; animation-duration: .02s; } .shake.early.spring { -webkit-animation-duration: 40s; animation-duration: 40s; } @-webkit-keyframes shake { 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); opacity: 1; } 25% { -webkit-transform: translate(-2.5px, -2.5px) rotate(-1.52deg); transform: translate(-2.5px, -2.5px) rotate(-1.52deg); opacity: 0.95; } 40% { -webkit-transform: translate(-2.5px, 2.5px) rotate(2.5deg); transform: translate(-2.5px, 2.5px) rotate(2.5deg); opacity: 1; } 50% { -webkit-transform: translate(2.5px, 2.5px) rotate(-1.75deg); transform: translate(2.5px, 2.5px) rotate(-1.75deg); opacity: 0.95; } 60% { -webkit-transform: translate(0px, 0px) rotate(5deg); transform: translate(0px, 0px) rotate(5deg); opacity: 1; } 75% { -webkit-transform: translate(2.5px, -2.5px) rotate(2.5deg); transform: translate(2.5px, -2.5px) rotate(2.5deg); opacity: 0.7; } } @keyframes shake { 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); opacity: 1; } 25% { -webkit-transform: translate(-2.5px, -2.5px) rotate(-1.52deg); transform: translate(-2.5px, -2.5px) rotate(-1.52deg); opacity: 0.95; } 40% { -webkit-transform: translate(-2.5px, 2.5px) rotate(2.5deg); transform: translate(-2.5px, 2.5px) rotate(2.5deg); opacity: 1; } 50% { -webkit-transform: translate(2.5px, 2.5px) rotate(-1.75deg); transform: translate(2.5px, 2.5px) rotate(-1.75deg); opacity: 0.95; } 60% { -webkit-transform: translate(0px, 0px) rotate(5deg); transform: translate(0px, 0px) rotate(5deg); opacity: 1; } 75% { -webkit-transform: translate(2.5px, -2.5px) rotate(2.5deg); transform: translate(2.5px, -2.5px) rotate(2.5deg); opacity: 0.7; } } /* 旋轉 */ .rotate { -webkit-animation: rotate .75s linear infinite; animation: rotate .75s linear infinite; } .rotate.fast { -webkit-animation-duration: .25s; animation-duration: .25s; } .rotate.slow { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; } .rotate.early.spring { -webkit-animation-duration: 100s; animation-duration: 100s; } @-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* 嗑藥 */ .xiaoan.drug { background: -webkit-gradient(linear, left top, left bottom, from(#f00), color-stop(15%, #f0f), color-stop(33%, #00f), color-stop(49%, #0ff), color-stop(67%, #0f0), color-stop(84%, #ff0), to(#f00)) !important; background: -webkit-linear-gradient(top, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; background: -o-linear-gradient(top, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; background: linear-gradient(to bottom, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-animation: drug 1s linear infinite, shake 10ms linear infinite, pulse-animation 10ms linear infinite, 2s linear infinite icon-loading; animation: drug 1s linear infinite, shake 10ms linear infinite, pulse-animation 10ms linear infinite, 2s linear infinite icon-loading; background-size: 700% 700% !important; } @-webkit-keyframes drug { 0% { background-position: 50% 0%; } 100% { background-position: 50% 100%; } } @keyframes drug { 0% { background-position: 50% 0%; } 100% { background-position: 50% 100%; } } /* ㄉㄨㄞㄉㄨㄞ安 */ .poyon { -webkit-animation: poyon 0.5s infinite; animation: poyon 0.5s infinite; } .poyon.crazy { -webkit-animation: crazypoyon 0.5s infinite; animation: crazypoyon 0.5s infinite; } .poyon.fast { -webkit-animation-duration: .25s; animation-duration: .25s; } .poyon.slow { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; } .poyon.early.spring { -webkit-animation-duration: 100s; animation-duration: 100s; } @-webkit-keyframes poyon { 0%, 100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } 25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); } 50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); } 75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); } } @keyframes poyon { 0%, 100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } 25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); } 50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); } 75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); } } @-webkit-keyframes crazypoyon { 0%, 100% { -webkit-transform: scale(1, 1) translateX(10px) rotate(5deg); transform: scale(1, 1) translateX(10px) rotate(5deg); } 25% { -webkit-transform: scale(0.9, 1.7) translateY(-10px) translateZ(-10px); transform: scale(0.9, 1.7) translateY(-10px) translateZ(-10px); } 50% { -webkit-transform: scale(1.7, 0.8) translateX(-10px) rotate(-5deg); transform: scale(1.7, 0.8) translateX(-10px) rotate(-5deg); } 75% { -webkit-transform: scale(0.95, 1.05) translateY(10px); transform: scale(0.95, 1.05) translateY(10px); } } @keyframes crazypoyon { 0%, 100% { -webkit-transform: scale(1, 1) translateX(10px) rotate(5deg); transform: scale(1, 1) translateX(10px) rotate(5deg); } 25% { -webkit-transform: scale(0.9, 1.7) translateY(-10px) translateZ(-10px); transform: scale(0.9, 1.7) translateY(-10px) translateZ(-10px); } 50% { -webkit-transform: scale(1.7, 0.8) translateX(-10px) rotate(-5deg); transform: scale(1.7, 0.8) translateX(-10px) rotate(-5deg); } 75% { -webkit-transform: scale(0.95, 1.05) translateY(10px); transform: scale(0.95, 1.05) translateY(10px); } } /* 蹲跳安 */ .squatting { -webkit-animation: squatting 2s infinite; animation: squatting 2s infinite; } .squatting.fast { -webkit-animation-duration: 1s; animation-duration: 1s; } .squatting.slow { -webkit-animation-duration: 3s; animation-duration: 3s; } .squatting.early.spring { -webkit-animation-duration: 200s; animation-duration: 200s; } @-webkit-keyframes squatting { 0%, 100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } 5% { -webkit-transform: scale(1, 0.1) translateY(300px); transform: scale(1, 0.1) translateY(300px); } 25% { -webkit-transform: scale(1.6, 2) translateY(-300px); transform: scale(1.6, 2) translateY(-300px); } 40% { -webkit-transform: scale(1, 0.5) translateY(100px); transform: scale(1, 0.5) translateY(100px); } 50% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } } @keyframes squatting { 0%, 100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } 5% { -webkit-transform: scale(1, 0.1) translateY(300px); transform: scale(1, 0.1) translateY(300px); } 25% { -webkit-transform: scale(1.6, 2) translateY(-300px); transform: scale(1.6, 2) translateY(-300px); } 40% { -webkit-transform: scale(1, 0.5) translateY(100px); transform: scale(1, 0.5) translateY(100px); } 50% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } } /* 邊緣安 */ .edge { -webkit-animation: edge 5s infinite; animation: edge 5s infinite; } .edge.fast { -webkit-animation-duration: 2.5s; animation-duration: 2.5s; } .edge.slow { -webkit-animation-duration: 7.5s; animation-duration: 7.5s; } .edge.early.spring { -webkit-animation-duration: 500s; animation-duration: 500s; } @-webkit-keyframes edge { 0% { 100% { } opacity: 0.01; } 50% { opacity: 0.05; } } @keyframes edge { 0% { 100% { } opacity: 0.01; } 50% { opacity: 0.05; } } /* 多彩安 */ .colorful { -webkit-animation: colorful 5s infinite; animation: colorful 5s infinite; background-color: red !important; } .colorful.fast { -webkit-animation-duration: 2.5s; animation-duration: 2.5s; } .colorful.slow { -webkit-animation-duration: 7.5s; animation-duration: 7.5s; } .colorful.early.spring { -webkit-animation-duration: 500s; animation-duration: 500s; } @-webkit-keyframes colorful { 0% { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg); } 100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg); } } @keyframes colorful { 0% { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg); } 100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg); } } .ts.scrollbar::-webkit-scrollbar { height: 20px; width: 20px; background: #f5f5f5; -webkit-box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.1); } .ts.scrollbar::-webkit-scrollbar-thumb { background: url(scrollbar/xiaoan.png) #b3b2b2 center; background-size: 20px; } .ts.scrollbar::-webkit-scrollbar-button:start { background: url(scrollbar/start.png) #b3b2b2 center no-repeat; background-size: 15px; } .ts.scrollbar::-webkit-scrollbar-button:end { background: url(scrollbar/end.png) #b3b2b2 center no-repeat; background-size: 15px; } .ts.scrollbar::-webkit-scrollbar:hover { -webkit-box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.2); } .ts.scrollbar::-webkit-scrollbar:active { -webkit-box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.3); } .ts.scrollbar::-webkit-scrollbar-thumb:hover { background-color: #8e8e8e; } .ts.scrollbar::-webkit-scrollbar-button:horizontal:hover, .ts.scrollbar::-webkit-scrollbar-button:hover { background-color: #8e8e8e; } .ts.scrollbar::-webkit-scrollbar-thumb:active, .ts.scrollbar::-webkit-scrollbar-button:active { background-color: #6f6f6f; } .ts.scrollbar::-webkit-scrollbar-thumb:horizontal { background: url(scrollbar/xiaoan-horizontal.png) #b3b2b2 center; background-size: 25px; } .ts.scrollbar::-webkit-scrollbar-button:horizontal:start { background: url(scrollbar/horizontal-start.png) #b3b2b2 center no-repeat; background-size: 15px; } .ts.scrollbar::-webkit-scrollbar-button:horizontal:end { background: url(scrollbar/horizontal-end.png) #b3b2b2 center no-repeat; background-size: 15px; } /*# sourceMappingURL=ts.xiaoan.css.map */
ts.xiaoan.css
@charset "UTF-8"; @font-face { font-family: 'xiaoan'; src: url("fonts/icomoon.eot?iwsv73#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?iwsv73") format("truetype"), url("fonts/icomoon.woff?iwsv73") format("woff"), url("fonts/icomoon.svg?iwsv73#icomoon") format("svg"); } .ts.labeled.icon.button > i.xiaoan.icon:before { -webkit-transform: translateX(70%) translateY(-50%) !important; -ms-transform: translateX(70%) translateY(-50%) !important; transform: translateX(70%) translateY(-50%) !important; width: auto !important; } .ts.icon.input > i.xiaoan.icon:before { -webkit-transform: translateX(90%) !important; -ms-transform: translateX(90%) !important; transform: translateX(90%) !important; width: auto !important; } i.xiaoan.icon { text-stroke: 0.2em transparent; -webkit-text-stroke: 0.2em transparent; color: #999999; overflow: hidden; font-family: 'xiaoan' !important; } i.xiaoan.icon:before { content: "\6625"; -webkit-mask-size: 100% 100% !important; mask-size: 100% 100% !important; -webkit-mask: url(svg/xiaoan.instead.svg); mask: url(svg/xiaoan.instead.svg); } i.xiaoan.icon.instead:before { -webkit-mask: url(svg/xiaoan.svg); mask: url(svg/xiaoan.svg); } i.xiaoan.icon.demon:before { -webkit-mask: url(svg/demon.svg); mask: url(svg/demon.svg); } i.xiaoan.icon.demon.instead:before { -webkit-mask: url(svg/demon.instead.svg); mask: url(svg/demon.instead.svg); } i.xiaoan.icon.face:before { -webkit-mask: url(svg/face.svg); mask: url(svg/face.svg); } i.xiaoan.icon.face.instead:before { -webkit-mask: url(svg/face.instead.svg); mask: url(svg/face.instead.svg); } i.xiaoan.icon.funny.face:before { -webkit-mask: url(svg/funny.face.svg); mask: url(svg/funny.face.svg); } i.xiaoan.icon.funny.face.instead:before { -webkit-mask: url(svg/funny.face.instead.svg); mask: url(svg/funny.face.instead.svg); } i.xiaoan.icon.horny:before { -webkit-mask: url(svg/horny.svg); mask: url(svg/horny.svg); } i.xiaoan.icon.horny.instead:before { -webkit-mask: url(svg/horny.instead.svg); mask: url(svg/horny.instead.svg); } i.xiaoan.icon.kemonomimi:before { -webkit-mask: url(svg/kemonomimi.svg); mask: url(svg/kemonomimi.svg); } i.xiaoan.icon.kemonomimi.instead:before { -webkit-mask: url(svg/kemonomimi.instead.svg); mask: url(svg/kemonomimi.instead.svg); } i.xiaoan.icon.tissue:before { -webkit-mask: url(svg/tissue.svg); mask: url(svg/tissue.svg); } i.xiaoan.icon.spinner:before { -webkit-mask: url(svg/spinner.svg); mask: url(svg/spinner.svg); } i.xiaoan.icon.heart:before { -webkit-mask: url(svg/heart.svg); mask: url(svg/heart.svg); } i.xiaoan.icon.heart.instead:before { -webkit-mask: url(svg/heart.instead.svg); mask: url(svg/heart.instead.svg); } .ts.xiaoan { -webkit-mask: url(svg/xiaoan.svg); mask: url(svg/xiaoan.svg); -webkit-mask-size: 100% 100% !important; mask-size: 100% 100% !important; width: 100px; height: 100px; color: #999999; background-color: currentColor; display: inline-block; } .ts.xiaoan.instead { -webkit-mask: url(svg/xiaoan.instead.svg); mask: url(svg/xiaoan.instead.svg); } .ts.xiaoan.demon { -webkit-mask: url(svg/demon.svg); mask: url(svg/demon.svg); } .ts.xiaoan.demon.instead { -webkit-mask: url(svg/demon.instead.svg); mask: url(svg/demon.instead.svg); } .ts.xiaoan.face { -webkit-mask: url(svg/face.svg); mask: url(svg/face.svg); } .ts.xiaoan.face.instead { -webkit-mask: url(svg/face.instead.svg); mask: url(svg/face.instead.svg); } .ts.xiaoan.funny.face { -webkit-mask: url(svg/funny.face.svg); mask: url(svg/funny.face.svg); } .ts.xiaoan.funny.face.instead { -webkit-mask: url(svg/funny.face.instead.svg); mask: url(svg/funny.face.instead.svg); } .ts.xiaoan.horny { -webkit-mask: url(svg/horny.svg); mask: url(svg/horny.svg); } .ts.xiaoan.horny.instead { -webkit-mask: url(svg/horny.instead.svg); mask: url(svg/horny.instead.svg); } .ts.xiaoan.kemonomimi { -webkit-mask: url(svg/kemonomimi.svg); mask: url(svg/kemonomimi.svg); } .ts.xiaoan.kemonomimi.instead { -webkit-mask: url(svg/kemonomimi.instead.svg); mask: url(svg/kemonomimi.instead.svg); } .ts.xiaoan.tissue { -webkit-mask: url(svg/tissue.svg); mask: url(svg/tissue.svg); } .ts.xiaoan.spinner { -webkit-mask: url(svg/spinner.svg); mask: url(svg/spinner.svg); } .ts.xiaoan.heart { -webkit-mask: url(svg/heart.svg); mask: url(svg/heart.svg); } .ts.xiaoan.heart.instead { -webkit-mask: url(svg/heart.instead.svg); mask: url(svg/heart.instead.svg); } .ts.xiaoan.mini { width: 25px; height: 25px; -webkit-mask-size: 25px 25px; mask-size: 25px 25px; } .ts.xiaoan.tiny { width: 50px; height: 50px; -webkit-mask-size: 50px 50px; mask-size: 50px 50px; } .ts.xiaoan.small { width: 75px; height: 75px; -webkit-mask-size: 75px 75px; mask-size: 75px 75px; } .ts.xiaoan.large { width: 125px; height: 125px; -webkit-mask-size: 125px 125px; mask-size: 125px 125px; } .ts.xiaoan.big { width: 150px; height: 150px; -webkit-mask-size: 150px 150px; mask-size: 150px 150px; } .ts.xiaoan.huge { width: 200px; height: 200px; -webkit-mask-size: 200px 200px; mask-size: 200px 200px; } .ts.xiaoan.massive { width: 250px; height: 250px; -webkit-mask-size: 250px 250px; mask-size: 250px 250px; } /* * 大小 */ /* * 從 .ts.image 搬運過來的一些功能 */ .ts.xiaoan.rounded { border-radius: .3125em; } .ts.xiaoan.circular { border-radius: 500em; } .ts.xiaoan.centered { margin-left: auto; margin-right: auto; display: block; } .ts.xiaoan.fluid { -webkit-mask-size: 100% 100%; mask-size: 100% 100%; padding-bottom: 100%; width: 100%; height: 0; } /* 語意化 */ .ts.xiaoan.rainbow { background: -webkit-gradient(linear, left top, left bottom, from(#f00), color-stop(15%, #f0f), color-stop(33%, #00f), color-stop(49%, #0ff), color-stop(67%, #0f0), color-stop(84%, #ff0), to(#f00)) !important; background: -webkit-linear-gradient(top, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; background: -o-linear-gradient(top, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; background: linear-gradient(to bottom, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .ts.xiaoan.primary { color: #7c9fbb; } .ts.xiaoan.info { color: #eed94d; } .ts.xiaoan.warning { color: #b28f2f; } .ts.xiaoan.positive { color: #15ae17; } .ts.xiaoan.negative { color: #db0007; } .ts.xiaoan.inverted { color: #dedede; } .ts.xiaoan.exceedingly.light.blue.xiaoan { color: #5d9394; } .ts.xiaoan.gloomy { color: #687985; } .ts.xiaoan.NTR { -webkit-filter: blur(1.1px); filter: blur(1.1px); color: #62896c; } .ts.xiaoan.love { color: #b788a3; } .ts.xiaoan.EarlySpring { color: #4c4c4c; } /* * 動畫 * ------------------ * 速度 * fast 快 * slow 慢 * early spring 夭壽慢 * ----------------- * 簡寫 * animation: name duration timing-function delay iteration-count direction; * ----------------- */ /* 震動 */ .shake { -webkit-animation: shake .01s linear infinite; animation: shake .01s linear infinite; } .shake.fast { -webkit-animation-duration: .005s; animation-duration: .005s; } .shake.slow { -webkit-animation-duration: .02s; animation-duration: .02s; } .shake.early.spring { -webkit-animation-duration: 40s; animation-duration: 40s; } @-webkit-keyframes shake { 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); opacity: 1; } 25% { -webkit-transform: translate(-2.5px, -2.5px) rotate(-1.52deg); transform: translate(-2.5px, -2.5px) rotate(-1.52deg); opacity: 0.95; } 40% { -webkit-transform: translate(-2.5px, 2.5px) rotate(2.5deg); transform: translate(-2.5px, 2.5px) rotate(2.5deg); opacity: 1; } 50% { -webkit-transform: translate(2.5px, 2.5px) rotate(-1.75deg); transform: translate(2.5px, 2.5px) rotate(-1.75deg); opacity: 0.95; } 60% { -webkit-transform: translate(0px, 0px) rotate(5deg); transform: translate(0px, 0px) rotate(5deg); opacity: 1; } 75% { -webkit-transform: translate(2.5px, -2.5px) rotate(2.5deg); transform: translate(2.5px, -2.5px) rotate(2.5deg); opacity: 0.7; } } @keyframes shake { 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); opacity: 1; } 25% { -webkit-transform: translate(-2.5px, -2.5px) rotate(-1.52deg); transform: translate(-2.5px, -2.5px) rotate(-1.52deg); opacity: 0.95; } 40% { -webkit-transform: translate(-2.5px, 2.5px) rotate(2.5deg); transform: translate(-2.5px, 2.5px) rotate(2.5deg); opacity: 1; } 50% { -webkit-transform: translate(2.5px, 2.5px) rotate(-1.75deg); transform: translate(2.5px, 2.5px) rotate(-1.75deg); opacity: 0.95; } 60% { -webkit-transform: translate(0px, 0px) rotate(5deg); transform: translate(0px, 0px) rotate(5deg); opacity: 1; } 75% { -webkit-transform: translate(2.5px, -2.5px) rotate(2.5deg); transform: translate(2.5px, -2.5px) rotate(2.5deg); opacity: 0.7; } } /* 旋轉 */ .rotate { -webkit-animation: rotate .75s linear infinite; animation: rotate .75s linear infinite; } .rotate.fast { -webkit-animation-duration: .25s; animation-duration: .25s; } .rotate.slow { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; } .rotate.early.spring { -webkit-animation-duration: 100s; animation-duration: 100s; } @-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* 嗑藥 */ .xiaoan.drug { background: -webkit-gradient(linear, left top, left bottom, from(#f00), color-stop(15%, #f0f), color-stop(33%, #00f), color-stop(49%, #0ff), color-stop(67%, #0f0), color-stop(84%, #ff0), to(#f00)) !important; background: -webkit-linear-gradient(top, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; background: -o-linear-gradient(top, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; background: linear-gradient(to bottom, #f00, #f0f 15%, #00f 33%, #0ff 49%, #0f0 67%, #ff0 84%, #f00) !important; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-animation: drug 1s linear infinite, shake 10ms linear infinite, pulse-animation 10ms linear infinite, 2s linear infinite icon-loading; animation: drug 1s linear infinite, shake 10ms linear infinite, pulse-animation 10ms linear infinite, 2s linear infinite icon-loading; background-size: 700% 700% !important; } @-webkit-keyframes drug { 0% { background-position: 50% 0%; } 100% { background-position: 50% 100%; } } @keyframes drug { 0% { background-position: 50% 0%; } 100% { background-position: 50% 100%; } } /* ㄉㄨㄞㄉㄨㄞ安 */ .poyon { -webkit-animation: poyon 0.5s infinite; animation: poyon 0.5s infinite; } .poyon.crazy { -webkit-animation: crazypoyon 0.5s infinite; animation: crazypoyon 0.5s infinite; } .poyon.fast { -webkit-animation-duration: .25s; animation-duration: .25s; } .poyon.slow { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; } .poyon.early.spring { -webkit-animation-duration: 100s; animation-duration: 100s; } @-webkit-keyframes poyon { 0%, 100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } 25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); } 50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); } 75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); } } @keyframes poyon { 0%, 100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } 25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); } 50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); } 75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); } } @-webkit-keyframes crazypoyon { 0%, 100% { -webkit-transform: scale(1, 1) translateX(10px) rotate(5deg); transform: scale(1, 1) translateX(10px) rotate(5deg); } 25% { -webkit-transform: scale(0.9, 1.7) translateY(-10px) translateZ(-10px); transform: scale(0.9, 1.7) translateY(-10px) translateZ(-10px); } 50% { -webkit-transform: scale(1.7, 0.8) translateX(-10px) rotate(-5deg); transform: scale(1.7, 0.8) translateX(-10px) rotate(-5deg); } 75% { -webkit-transform: scale(0.95, 1.05) translateY(10px); transform: scale(0.95, 1.05) translateY(10px); } } @keyframes crazypoyon { 0%, 100% { -webkit-transform: scale(1, 1) translateX(10px) rotate(5deg); transform: scale(1, 1) translateX(10px) rotate(5deg); } 25% { -webkit-transform: scale(0.9, 1.7) translateY(-10px) translateZ(-10px); transform: scale(0.9, 1.7) translateY(-10px) translateZ(-10px); } 50% { -webkit-transform: scale(1.7, 0.8) translateX(-10px) rotate(-5deg); transform: scale(1.7, 0.8) translateX(-10px) rotate(-5deg); } 75% { -webkit-transform: scale(0.95, 1.05) translateY(10px); transform: scale(0.95, 1.05) translateY(10px); } } /* 蹲跳安 */ .squatting { -webkit-animation: squatting 2s infinite; animation: squatting 2s infinite; } .squatting.fast { -webkit-animation-duration: 1s; animation-duration: 1s; } .squatting.slow { -webkit-animation-duration: 3s; animation-duration: 3s; } .squatting.early.spring { -webkit-animation-duration: 200s; animation-duration: 200s; } @-webkit-keyframes squatting { 0%, 100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } 5% { -webkit-transform: scale(1, 0.1) translateY(300px); transform: scale(1, 0.1) translateY(300px); } 25% { -webkit-transform: scale(1.6, 2) translateY(-300px); transform: scale(1.6, 2) translateY(-300px); } 40% { -webkit-transform: scale(1, 0.5) translateY(100px); transform: scale(1, 0.5) translateY(100px); } 50% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } } @keyframes squatting { 0%, 100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } 5% { -webkit-transform: scale(1, 0.1) translateY(300px); transform: scale(1, 0.1) translateY(300px); } 25% { -webkit-transform: scale(1.6, 2) translateY(-300px); transform: scale(1.6, 2) translateY(-300px); } 40% { -webkit-transform: scale(1, 0.5) translateY(100px); transform: scale(1, 0.5) translateY(100px); } 50% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } } /* 邊緣安 */ .edge { -webkit-animation: edge 5s infinite; animation: edge 5s infinite; } .edge.fast { -webkit-animation-duration: 2.5s; animation-duration: 2.5s; } .edge.slow { -webkit-animation-duration: 7.5s; animation-duration: 7.5s; } .edge.early.spring { -webkit-animation-duration: 500s; animation-duration: 500s; } @-webkit-keyframes edge { 0% { 100% { } opacity: 0.01; } 50% { opacity: 0.05; } } @keyframes edge { 0% { 100% { } opacity: 0.01; } 50% { opacity: 0.05; } } /* 多彩安 */ .colorful { -webkit-animation: colorful 5s infinite; animation: colorful 5s infinite; background-color: red !important; } .colorful.fast { -webkit-animation-duration: 2.5s; animation-duration: 2.5s; } .colorful.slow { -webkit-animation-duration: 7.5s; animation-duration: 7.5s; } .colorful.early.spring { -webkit-animation-duration: 500s; animation-duration: 500s; } @-webkit-keyframes colorful { 0% { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg); } 100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg); } } @keyframes colorful { 0% { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg); } 100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg); } } .ts.scrollbar::-webkit-scrollbar { height: 20px; width: 20px; background: #f5f5f5; -webkit-box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.1); } .ts.scrollbar::-webkit-scrollbar-thumb { background: url(scrollbar/xiaoan.png) #b3b2b2 center; background-size: 20px; } .ts.scrollbar::-webkit-scrollbar-button:start { background: url(scrollbar/start.png) #b3b2b2 center no-repeat; background-size: 15px; } .ts.scrollbar::-webkit-scrollbar-button:end { background: url(scrollbar/end.png) #b3b2b2 center no-repeat; background-size: 15px; } .ts.scrollbar::-webkit-scrollbar:hover { -webkit-box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.2); } .ts.scrollbar::-webkit-scrollbar:active { -webkit-box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 0.3); } .ts.scrollbar::-webkit-scrollbar-thumb:hover { background-color: #8e8e8e; } .ts.scrollbar::-webkit-scrollbar-button:horizontal:hover, .ts.scrollbar::-webkit-scrollbar-button:hover { background-color: #8e8e8e; } .ts.scrollbar::-webkit-scrollbar-thumb:active, .ts.scrollbar::-webkit-scrollbar-button:active { background-color: #6f6f6f; } .ts.scrollbar::-webkit-scrollbar-thumb:horizontal { background: url(scrollbar/xiaoan-horizontal.png) #b3b2b2 center; background-size: 25px; } .ts.scrollbar::-webkit-scrollbar-button:horizontal:start { background: url(scrollbar/horizontal-start.png) #b3b2b2 center no-repeat; background-size: 15px; } .ts.scrollbar::-webkit-scrollbar-button:horizontal:end { background: url(scrollbar/horizontal-end.png) #b3b2b2 center no-repeat; background-size: 15px; } /*# sourceMappingURL=ts.xiaoan.css.map */
0.268174
0.058588
background-image: url("../../../images/helipad.jpg"); background-size: cover; background-repeat: no-repeat; } #main-portfolio-content .portfolio-title { padding-top: 75px; margin: 0px auto 25px; width: 85%; position: relative; } #main-portfolio-content .portfolio-title .portfolio-title-text h2 { color: #fff; text-transform: uppercase; font-size: 44px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } #main-portfolio-content main { margin: 0px auto 50px; width: 85%; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; min-height: 500px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; position: relative; padding-bottom: 50px; } #main-portfolio-content main .company-names { -ms-flex-preferred-size: 15%; flex-basis: 15%; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } #main-portfolio-content main .company-names aside.company-sel { padding: 15px; background: #fafafa; position: relative; } #main-portfolio-content main .company-names aside.company-sel #company-selection { padding: 15px 30px 15px 15px; font-size: 16px; text-transform: uppercase; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #1D1E3B; outline: 0; text-overflow: ellipsis; cursor: pointer; background: #fdfdfd; } #main-portfolio-content main .company-names aside.company-sel .arrow-down { position: absolute; right: 15px; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: .4s; transition: .4s; font-size: 24px; pointer-events: none; } #main-portfolio-content main .company-names aside.company-sel .arrow-down ionicon { color: #333; } #main-portfolio-content main .portfolio-projects { -ms-flex-preferred-size: 83%; flex-basis: 83%; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list { display: -ms-grid; display: grid; -ms-grid-columns: (minmax(500px, 1fr))[auto-fit]; grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); grid-gap: 20px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item { width: 100%; height: 100%; display: inline-block; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items { padding: 30px; border-radius: 10px; height: 100%; -webkit-transition: .3s; transition: .3s; background: #fff; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-name { text-transform: uppercase; font-size: 40px; color: #A0D4D3; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-campaign { color: #1D1E3B; margin: 10px 0px 5px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-brief { color: #1D1E3B; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-project-cta { margin: 15px 0px 0px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-project-cta a { display: inline-block; text-transform: uppercase; font-size: 18px; border: 1px solid #1D1E3B; color: #1D1E3B; padding: 15px 25px; -webkit-transition: .4s; transition: .4s; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-project-cta a:hover { background: #1D1E3B; color: #fff; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items:hover { -webkit-transform: scale(1.035); transform: scale(1.035); } .testimonials { margin: 150px auto; width: 70%; } .testimonials h2 { color: #1D1E3B; font-size: 36px; text-transform: uppercase; margin-bottom: 15px; margin-left: 15px; } .testimonials .test-container { padding: 50px; -webkit-box-shadow: 1px 1px 5px #dcdcdc; box-shadow: 1px 1px 5px #dcdcdc; border-radius: 10px; } .testimonials .test-container h3 { color: #A0D4D3; font-size: 24px; } .testimonials .test-container .testimonials-description { font-size: 20px; margin: 20px 0px 40px; } .testimonials .test-container .test-img { width: 30%; } .testimonials .test-container .test-img img { width: 100%; -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 480px) { #main-portfolio-content .portfolio-title .portfolio-title-text h2 { font-size: 30px; } #main-portfolio-content main { width: 85%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: auto; } #main-portfolio-content main .company-names { -ms-flex-preferred-size: 100%; flex-basis: 100%; width: 100%; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } #main-portfolio-content main .company-names aside.company-sel { padding: 10px; background: #fefefe; border-radius: 10px; } #main-portfolio-content main .company-names aside.company-sel #company-selection { font-size: 14px; border-radius: inherit; padding: 15px; } #main-portfolio-content main .company-names aside::after { right: 10%; } #main-portfolio-content main .portfolio-projects { -ms-flex-preferred-size: 50%; flex-basis: 50%; margin-top: 20px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list { display: -ms-grid; display: grid; -ms-grid-columns: 1fr; grid-template-columns: 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items { padding: 20px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-name { font-size: 26px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-campaign, #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-brief { font-size: 14px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-project-cta a { font-size: 14px; padding: 10px 20px; } .testimonials { margin: 75px auto; width: 85%; } .testimonials h2 { font-size: 30px; margin-bottom: 10px; margin-left: 0; } .testimonials .test-container { padding: 25px; } .testimonials .test-container h3 { font-size: 20px; } .testimonials .test-container .testimonials-description { font-size: 16px; } .testimonials .test-container .test-img { width: 100%; } } /*# sourceMappingURL=styles.css.map */
public/styles/main/portfolio/styles.css
background-image: url("../../../images/helipad.jpg"); background-size: cover; background-repeat: no-repeat; } #main-portfolio-content .portfolio-title { padding-top: 75px; margin: 0px auto 25px; width: 85%; position: relative; } #main-portfolio-content .portfolio-title .portfolio-title-text h2 { color: #fff; text-transform: uppercase; font-size: 44px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } #main-portfolio-content main { margin: 0px auto 50px; width: 85%; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; min-height: 500px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; position: relative; padding-bottom: 50px; } #main-portfolio-content main .company-names { -ms-flex-preferred-size: 15%; flex-basis: 15%; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } #main-portfolio-content main .company-names aside.company-sel { padding: 15px; background: #fafafa; position: relative; } #main-portfolio-content main .company-names aside.company-sel #company-selection { padding: 15px 30px 15px 15px; font-size: 16px; text-transform: uppercase; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #1D1E3B; outline: 0; text-overflow: ellipsis; cursor: pointer; background: #fdfdfd; } #main-portfolio-content main .company-names aside.company-sel .arrow-down { position: absolute; right: 15px; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: .4s; transition: .4s; font-size: 24px; pointer-events: none; } #main-portfolio-content main .company-names aside.company-sel .arrow-down ionicon { color: #333; } #main-portfolio-content main .portfolio-projects { -ms-flex-preferred-size: 83%; flex-basis: 83%; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list { display: -ms-grid; display: grid; -ms-grid-columns: (minmax(500px, 1fr))[auto-fit]; grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); grid-gap: 20px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item { width: 100%; height: 100%; display: inline-block; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items { padding: 30px; border-radius: 10px; height: 100%; -webkit-transition: .3s; transition: .3s; background: #fff; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-name { text-transform: uppercase; font-size: 40px; color: #A0D4D3; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-campaign { color: #1D1E3B; margin: 10px 0px 5px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-brief { color: #1D1E3B; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-project-cta { margin: 15px 0px 0px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-project-cta a { display: inline-block; text-transform: uppercase; font-size: 18px; border: 1px solid #1D1E3B; color: #1D1E3B; padding: 15px 25px; -webkit-transition: .4s; transition: .4s; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-project-cta a:hover { background: #1D1E3B; color: #fff; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items:hover { -webkit-transform: scale(1.035); transform: scale(1.035); } .testimonials { margin: 150px auto; width: 70%; } .testimonials h2 { color: #1D1E3B; font-size: 36px; text-transform: uppercase; margin-bottom: 15px; margin-left: 15px; } .testimonials .test-container { padding: 50px; -webkit-box-shadow: 1px 1px 5px #dcdcdc; box-shadow: 1px 1px 5px #dcdcdc; border-radius: 10px; } .testimonials .test-container h3 { color: #A0D4D3; font-size: 24px; } .testimonials .test-container .testimonials-description { font-size: 20px; margin: 20px 0px 40px; } .testimonials .test-container .test-img { width: 30%; } .testimonials .test-container .test-img img { width: 100%; -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 480px) { #main-portfolio-content .portfolio-title .portfolio-title-text h2 { font-size: 30px; } #main-portfolio-content main { width: 85%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: auto; } #main-portfolio-content main .company-names { -ms-flex-preferred-size: 100%; flex-basis: 100%; width: 100%; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } #main-portfolio-content main .company-names aside.company-sel { padding: 10px; background: #fefefe; border-radius: 10px; } #main-portfolio-content main .company-names aside.company-sel #company-selection { font-size: 14px; border-radius: inherit; padding: 15px; } #main-portfolio-content main .company-names aside::after { right: 10%; } #main-portfolio-content main .portfolio-projects { -ms-flex-preferred-size: 50%; flex-basis: 50%; margin-top: 20px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list { display: -ms-grid; display: grid; -ms-grid-columns: 1fr; grid-template-columns: 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items { padding: 20px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-name { font-size: 26px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-campaign, #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-brief { font-size: 14px; } #main-portfolio-content main .portfolio-projects .portfolio-projects-list .option-item .portfolio-projects-list-items .company-project-cta a { font-size: 14px; padding: 10px 20px; } .testimonials { margin: 75px auto; width: 85%; } .testimonials h2 { font-size: 30px; margin-bottom: 10px; margin-left: 0; } .testimonials .test-container { padding: 25px; } .testimonials .test-container h3 { font-size: 20px; } .testimonials .test-container .testimonials-description { font-size: 16px; } .testimonials .test-container .test-img { width: 100%; } } /*# sourceMappingURL=styles.css.map */
0.231962
0.057177
body { font-size: .875rem; } .feather { width: 16px; height: 16px; vertical-align: text-bottom; } /* * Sidebar */ .aside { padding-left: 0; padding-right: 0; } .sidebarmain { position: -webkit-sticky; position: sticky; top: 0; padding: 0; } .sidebar { position: sticky; top: 0; bottom: 0; left: 0; z-index: 100; /* Behind the navbar */ padding-left: 0; padding-right: 0; } .sidebar-sticky { position: -webkit-sticky; position: fixed; top: 48px; /* Height of navbar */ height: calc(100vh - 48px); padding-top: 0.5rem; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ } .sidebar .nav-link { font-weight: 500; color: #333; } .sidebar .nav-link .feather { margin-right: 4px; color: #999; } .sidebar .nav-link.active { color: #007bff; } .sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather { color: inherit; } .sidebar-heading { font-size: .75rem; text-transform: uppercase; } .sidebar-button { margin-top: 0rem; margin-bottom: 0rem; float:right; padding-top: 0rem; padding-bottom: 0.25rem; padding-left: 0.5rem; padding-right: 0.5rem; } /* * Navbar */ .navbar-toggler { margin-right: 1rem; float: right; } .navbar-toggler-icon { width: 1rem; height: 1rem; } .navbar-brand { padding-top: 1rem; padding-bottom: 1rem; font-size: 1rem; margin-right: 0px; background-color: rgba(0, 0, 0, .25); } .navbar .form-control { padding: 0.4rem 0.4rem; border-width: 0; border-radius: 0; } .form-control-dark { color: #fff; background-color: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .1); } .form-control-dark:focus { border-color: transparent; box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); } .prediction-date-container { margin-left: 0; box-sizing: border-box; position: relative; display: inline-block; line-height: inherit; white-space: nowrap; display: inline-flex; text-align: center; align-items: center; vertical-align: middle; } .prediction-date { display: inline-flex; text-align: center; align-items: center; vertical-align: middle; padding-left: 0.5rem; padding-right: 0.5rem; } .prediction-date-form-group { margin-top: 0.1rem; margin-bottom: 0.1rem; } .supporting-links-group { padding-left: 0px; padding-right: 10px; margin-right: 10px; } .supporting-links { width: 20px; height: 20px; color: #fff; font-size: 2em; float: right; } /* * Utilities */ .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } /* * Theme colours * Analagous, https://color.adobe.com/create */ .color-primary { color: #3183BD; fill: #3183BD; stroke: #3183BD; } .color-primary-dark { color: #1b4868; fill: #1b4868; stroke: #1b4868; } .color-secondary { color: #CF2F2B; fill: #CF2F2B; stroke: #CF2F2B; } .color-secondary-dark { color: #771b19; fill: #771b19; stroke: #771b19; }
front_end/app/bayesbet/static/bayesbet.css
body { font-size: .875rem; } .feather { width: 16px; height: 16px; vertical-align: text-bottom; } /* * Sidebar */ .aside { padding-left: 0; padding-right: 0; } .sidebarmain { position: -webkit-sticky; position: sticky; top: 0; padding: 0; } .sidebar { position: sticky; top: 0; bottom: 0; left: 0; z-index: 100; /* Behind the navbar */ padding-left: 0; padding-right: 0; } .sidebar-sticky { position: -webkit-sticky; position: fixed; top: 48px; /* Height of navbar */ height: calc(100vh - 48px); padding-top: 0.5rem; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ } .sidebar .nav-link { font-weight: 500; color: #333; } .sidebar .nav-link .feather { margin-right: 4px; color: #999; } .sidebar .nav-link.active { color: #007bff; } .sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather { color: inherit; } .sidebar-heading { font-size: .75rem; text-transform: uppercase; } .sidebar-button { margin-top: 0rem; margin-bottom: 0rem; float:right; padding-top: 0rem; padding-bottom: 0.25rem; padding-left: 0.5rem; padding-right: 0.5rem; } /* * Navbar */ .navbar-toggler { margin-right: 1rem; float: right; } .navbar-toggler-icon { width: 1rem; height: 1rem; } .navbar-brand { padding-top: 1rem; padding-bottom: 1rem; font-size: 1rem; margin-right: 0px; background-color: rgba(0, 0, 0, .25); } .navbar .form-control { padding: 0.4rem 0.4rem; border-width: 0; border-radius: 0; } .form-control-dark { color: #fff; background-color: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .1); } .form-control-dark:focus { border-color: transparent; box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); } .prediction-date-container { margin-left: 0; box-sizing: border-box; position: relative; display: inline-block; line-height: inherit; white-space: nowrap; display: inline-flex; text-align: center; align-items: center; vertical-align: middle; } .prediction-date { display: inline-flex; text-align: center; align-items: center; vertical-align: middle; padding-left: 0.5rem; padding-right: 0.5rem; } .prediction-date-form-group { margin-top: 0.1rem; margin-bottom: 0.1rem; } .supporting-links-group { padding-left: 0px; padding-right: 10px; margin-right: 10px; } .supporting-links { width: 20px; height: 20px; color: #fff; font-size: 2em; float: right; } /* * Utilities */ .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } /* * Theme colours * Analagous, https://color.adobe.com/create */ .color-primary { color: #3183BD; fill: #3183BD; stroke: #3183BD; } .color-primary-dark { color: #1b4868; fill: #1b4868; stroke: #1b4868; } .color-secondary { color: #CF2F2B; fill: #CF2F2B; stroke: #CF2F2B; } .color-secondary-dark { color: #771b19; fill: #771b19; stroke: #771b19; }
0.510985
0.064506
.multipage-controls-list #edit-actions { float: left; /* LTR */ } .multipage-button { margin-bottom: 1em; margin-top: 0; float: left; /* LTR */ line-height: 36px; } .multipage-button a { padding-top: 10px; } .multipage-counter { float: right; /* LTR */ margin-right: 5px; /* LTR */ height: 0; position: relative; top: 1.8em; line-height: 30px; font: 12px arial,sans-serif; font-weight: bold; color:#666; } a.multipage-link-previous { font: 12px arial,sans-serif; font-weight: bold; color:#666; -webkit-transition: color 218ms; -moz-transition: color 218ms; -o-transition: color 218ms; transition: color 218ms; } a.multipage-link-previous:hover { text-decoration:none; color: #333; } .multipage-controls-list input.form-submit { background:none; border: none; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.1); font: 12px arial,sans-serif; font-weight: bold; color: #666; text-shadow: 0 1px 0 white; padding: 7px 12px; background: -webkit-gradient(linear,0% 40%,0% 70%,from(whiteSmoke),to(#F1F1F1)); -o-transition: border-top-color 0.218s,border-right-color 0.218s,border-bottom-color 0.218s,border-left-color .218s; -webkit-transition: border-color .218s; } .multipage-controls-list input.form-submit:hover { color:#333; box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); border-color: #939393; } .multipage-controls-list input.form-submit:active { background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F1F1F1),to(whiteSmoke)); } .multipage-controls-list input#edit-submit { background: #4D90FE; /* for non-css3 browsers */ background-image: #4D90FE; /* for non-css3 browsers */ background-image: -o-linear-gradient(top,#4d90fe,#4787ed); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#4787ED'); /* for IE */ background: -webkit-gradient(linear, center top, center bottom, from(#4D90FE), to(#4787ED)); /* for webkit browsers */ background: -moz-linear-gradient(center top, #4D90FE, #4787ED); /* for firefox 3.6+ */ color: white; text-shadow: none; text-transform: uppercase; min-width: 79px; } .multipage-controls-list input#edit-submit:hover { background-image: -moz-linear-gradient(top,#4d90fe,#357ae8); background-image: -o-linear-gradient(top,#4d90fe,#357ae8); background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8)); color: white; text-shadow: none; box-shadow: 0 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2); } .multipage-controls-list input#edit-submit:active { background: #4D90FE; border-color: #2F5BB7; } .multipage-controls-list input#edit-delete { background-image: -moz-linear-gradient(top,#dd4b39,#d14836); background-image: -o-linear-gradient(top,#dd4b39,#d14836); background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836)); text-shadow: 0 1px rgba(0, 0, 0, 0.1); border: 1px solid transparent; color: white; text-shadow: none; } .multipage-controls-list input#edit-delete:hover { background-image: -moz-linear-gradient(top,#dd4b39,#c53727); background-image: -o-linear-gradient(top,#dd4b39,#c53727); background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727)); border: 1px solid #B0281A!important; border-bottom: 1px solid #AF301F!important; box-shadow: 0 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2); color: white; } .multipage-controls-list input#edit-delete:active { background-image: -moz-linear-gradient(top,#dd4b39,#b0281a); background-image: -o-linear-gradient(top,#dd4b39,#b0281a); background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#b0281a)); border: 1px solid #992A1b!important; box-shadow: 0 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3); }
docroot/profiles/labp/modules/bp/contrib/field_group/multipage/multipage.css
.multipage-controls-list #edit-actions { float: left; /* LTR */ } .multipage-button { margin-bottom: 1em; margin-top: 0; float: left; /* LTR */ line-height: 36px; } .multipage-button a { padding-top: 10px; } .multipage-counter { float: right; /* LTR */ margin-right: 5px; /* LTR */ height: 0; position: relative; top: 1.8em; line-height: 30px; font: 12px arial,sans-serif; font-weight: bold; color:#666; } a.multipage-link-previous { font: 12px arial,sans-serif; font-weight: bold; color:#666; -webkit-transition: color 218ms; -moz-transition: color 218ms; -o-transition: color 218ms; transition: color 218ms; } a.multipage-link-previous:hover { text-decoration:none; color: #333; } .multipage-controls-list input.form-submit { background:none; border: none; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.1); font: 12px arial,sans-serif; font-weight: bold; color: #666; text-shadow: 0 1px 0 white; padding: 7px 12px; background: -webkit-gradient(linear,0% 40%,0% 70%,from(whiteSmoke),to(#F1F1F1)); -o-transition: border-top-color 0.218s,border-right-color 0.218s,border-bottom-color 0.218s,border-left-color .218s; -webkit-transition: border-color .218s; } .multipage-controls-list input.form-submit:hover { color:#333; box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); border-color: #939393; } .multipage-controls-list input.form-submit:active { background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F1F1F1),to(whiteSmoke)); } .multipage-controls-list input#edit-submit { background: #4D90FE; /* for non-css3 browsers */ background-image: #4D90FE; /* for non-css3 browsers */ background-image: -o-linear-gradient(top,#4d90fe,#4787ed); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#4787ED'); /* for IE */ background: -webkit-gradient(linear, center top, center bottom, from(#4D90FE), to(#4787ED)); /* for webkit browsers */ background: -moz-linear-gradient(center top, #4D90FE, #4787ED); /* for firefox 3.6+ */ color: white; text-shadow: none; text-transform: uppercase; min-width: 79px; } .multipage-controls-list input#edit-submit:hover { background-image: -moz-linear-gradient(top,#4d90fe,#357ae8); background-image: -o-linear-gradient(top,#4d90fe,#357ae8); background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8)); color: white; text-shadow: none; box-shadow: 0 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2); } .multipage-controls-list input#edit-submit:active { background: #4D90FE; border-color: #2F5BB7; } .multipage-controls-list input#edit-delete { background-image: -moz-linear-gradient(top,#dd4b39,#d14836); background-image: -o-linear-gradient(top,#dd4b39,#d14836); background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836)); text-shadow: 0 1px rgba(0, 0, 0, 0.1); border: 1px solid transparent; color: white; text-shadow: none; } .multipage-controls-list input#edit-delete:hover { background-image: -moz-linear-gradient(top,#dd4b39,#c53727); background-image: -o-linear-gradient(top,#dd4b39,#c53727); background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727)); border: 1px solid #B0281A!important; border-bottom: 1px solid #AF301F!important; box-shadow: 0 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2); color: white; } .multipage-controls-list input#edit-delete:active { background-image: -moz-linear-gradient(top,#dd4b39,#b0281a); background-image: -o-linear-gradient(top,#dd4b39,#b0281a); background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#b0281a)); border: 1px solid #992A1b!important; box-shadow: 0 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3); }
0.273671
0.123023
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,300); @import url(https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i); html{ background: hotpink; color: white; max-width: 100%; max-height: 100%; font-family:'Roboto', sans-serif; } p{ font-weight: 300; color: black; } #container{ margin: 0 auto; text-align: center; } .title{ font-family:'Roboto', sans-serif; font-weight: 900; text-align: center; color: black; font-size: 60px; } #address{ width: 80%; height: 60px; max-width: 100%; max-height: 100%; font-family:'Roboto', sans-serif; font-weight: 900; text-align: center; font-size: 20px; } #downloadButton{ width: 200px; height: 40px; margin-top: 2.5%; font-size: 100%; font-family:'Roboto', sans-serif; font-weight: 900; } #results{ display: block; width: 100%; font-family:'Roboto', sans-serif; font-weight: 400; color: #FFD700; } .posters{ display: inline-block; padding: 100px; } /** credit: https://codepen.io/erinesullivan/pen/qGrdGV **/ /*** FONTS ***/ /*** VARIABLES ***/ /* Colors */ /*** EXTEND ***/ /* box-shadow */ ol.gradient-list > li, ol.gradient-list > li::before { box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05); } /*** STYLE ***/ *, *:before, *:after { box-sizing: border-box; } html, body { margin: 0; padding: 0; } body { /*background-color: #fafafa;*/ color: #1d1f20; font-family: 'Raleway', sans-serif; } main { display: block; margin: 0 auto; max-width: 40rem; padding: 1rem; } ol.gradient-list { counter-reset: gradient-counter; list-style: none; margin: 1.75rem 0; padding-left: 1rem; } ol.gradient-list > li { background: white; border-radius: 0 0.5rem 0.5rem 0.5rem; counter-increment: gradient-counter; margin-top: 1rem; min-height: 3rem; padding: 1rem 1rem 1rem 3rem; position: relative; } ol.gradient-list > li::before, ol.gradient-list > li::after { background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%); border-radius: 1rem 1rem 0 1rem; content: ''; height: 3rem; left: -1rem; overflow: hidden; position: absolute; top: -1rem; width: 3rem; } ol.gradient-list > li::before { align-items: flex-end; content: counter(gradient-counter); color: #1d1f20; display: flex; font: 900 1.5em/1 'Montserrat'; justify-content: flex-end; padding: 0.125em 0.25em; z-index: 1; } ol.gradient-list > li:nth-child(10n+1):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%); } ol.gradient-list > li:nth-child(10n+2):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%); } ol.gradient-list > li:nth-child(10n+3):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%); } ol.gradient-list > li:nth-child(10n+4):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%); } ol.gradient-list > li:nth-child(10n+5):before { background: linear-gradient(135deg, rgba(162, 237, 86, 1) 0%, rgba(253, 220, 50, 1) 100%); } ol.gradient-list > li:nth-child(10n+6):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%); } ol.gradient-list > li:nth-child(10n+7):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%); } ol.gradient-list > li:nth-child(10n+8):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%); } ol.gradient-list > li:nth-child(10n+9):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%); } ol.gradient-list > li:nth-child(10n+10):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%); } ol.gradient-list > li + li { margin-top: 2rem; } /* Credit: https://1stwebdesigner.com/free-code-snippets-css-buttons/ */ /* Normal white Button as seen on Google.com*/ button { color: #444444; background: #F3F3F3; border: 1px #DADADA solid; padding: 5px 10px; border-radius: 2px; font-weight: bold; font-size: 9pt; outline: none; } button:hover { border: 1px #C6C6C6 solid; box-shadow: 1px 1px 1px #EAEAEA; color: #333333; background: #F7F7F7; } button:active { box-shadow: inset 1px 1px 1px #DFDFDF; }
web-sample/style.css
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,300); @import url(https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i); html{ background: hotpink; color: white; max-width: 100%; max-height: 100%; font-family:'Roboto', sans-serif; } p{ font-weight: 300; color: black; } #container{ margin: 0 auto; text-align: center; } .title{ font-family:'Roboto', sans-serif; font-weight: 900; text-align: center; color: black; font-size: 60px; } #address{ width: 80%; height: 60px; max-width: 100%; max-height: 100%; font-family:'Roboto', sans-serif; font-weight: 900; text-align: center; font-size: 20px; } #downloadButton{ width: 200px; height: 40px; margin-top: 2.5%; font-size: 100%; font-family:'Roboto', sans-serif; font-weight: 900; } #results{ display: block; width: 100%; font-family:'Roboto', sans-serif; font-weight: 400; color: #FFD700; } .posters{ display: inline-block; padding: 100px; } /** credit: https://codepen.io/erinesullivan/pen/qGrdGV **/ /*** FONTS ***/ /*** VARIABLES ***/ /* Colors */ /*** EXTEND ***/ /* box-shadow */ ol.gradient-list > li, ol.gradient-list > li::before { box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05); } /*** STYLE ***/ *, *:before, *:after { box-sizing: border-box; } html, body { margin: 0; padding: 0; } body { /*background-color: #fafafa;*/ color: #1d1f20; font-family: 'Raleway', sans-serif; } main { display: block; margin: 0 auto; max-width: 40rem; padding: 1rem; } ol.gradient-list { counter-reset: gradient-counter; list-style: none; margin: 1.75rem 0; padding-left: 1rem; } ol.gradient-list > li { background: white; border-radius: 0 0.5rem 0.5rem 0.5rem; counter-increment: gradient-counter; margin-top: 1rem; min-height: 3rem; padding: 1rem 1rem 1rem 3rem; position: relative; } ol.gradient-list > li::before, ol.gradient-list > li::after { background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%); border-radius: 1rem 1rem 0 1rem; content: ''; height: 3rem; left: -1rem; overflow: hidden; position: absolute; top: -1rem; width: 3rem; } ol.gradient-list > li::before { align-items: flex-end; content: counter(gradient-counter); color: #1d1f20; display: flex; font: 900 1.5em/1 'Montserrat'; justify-content: flex-end; padding: 0.125em 0.25em; z-index: 1; } ol.gradient-list > li:nth-child(10n+1):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%); } ol.gradient-list > li:nth-child(10n+2):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%); } ol.gradient-list > li:nth-child(10n+3):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%); } ol.gradient-list > li:nth-child(10n+4):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%); } ol.gradient-list > li:nth-child(10n+5):before { background: linear-gradient(135deg, rgba(162, 237, 86, 1) 0%, rgba(253, 220, 50, 1) 100%); } ol.gradient-list > li:nth-child(10n+6):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%); } ol.gradient-list > li:nth-child(10n+7):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%); } ol.gradient-list > li:nth-child(10n+8):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%); } ol.gradient-list > li:nth-child(10n+9):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%); } ol.gradient-list > li:nth-child(10n+10):before { background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%); } ol.gradient-list > li + li { margin-top: 2rem; } /* Credit: https://1stwebdesigner.com/free-code-snippets-css-buttons/ */ /* Normal white Button as seen on Google.com*/ button { color: #444444; background: #F3F3F3; border: 1px #DADADA solid; padding: 5px 10px; border-radius: 2px; font-weight: bold; font-size: 9pt; outline: none; } button:hover { border: 1px #C6C6C6 solid; box-shadow: 1px 1px 1px #EAEAEA; color: #333333; background: #F7F7F7; } button:active { box-shadow: inset 1px 1px 1px #DFDFDF; }
0.493653
0.10235
body{margin:0;padding:0;color:#eee;background:#050302;font:100% arial,sans-serif;} body{font-size:1.5vmax;} @media all and (max-width:68.75em) {body{font-size:100%}} h1,h2,h3,h4,p,a,ul,li,div,span,small,input,label,header,footer,main,nav,section{margin:0;padding:0;font-size:1.0em;font-weight:normal;line-height:1.0em;} br{display:none;} img{border:none;}.accessibility{display:none;} header,footer,main,nav,section{display:block;} a{color:#eee;text-decoration:none;} a:hover,a:focus{color:#FFF;text-decoration:none;} #upload h2{font-size:1.5em;} input{font-size:1.125em;} .plus,.minus{font-size:1.0em;} small{font-size:1.0em;} #dimensions{font-size:0.875em;} .range{font-size:0.625em;} #rr,#rl,.plus:hover,.minus:hover{color:#FFF;} label{color:#bbb;} span.action{color:#ccc;} .optDim,.optSize{color:#ddd;} .thumbDelete:hover,.big{color:#FF0000;} .thumbDelete,footer a,.origDim{color:#999;} #dimensions,input{color:#444;} .ok{color:#008000;} .range{color:#656565;} #saveToggle,#undo{color:#908787;} .plus,.minus{background-color:#050302;} #upload.dh{background-color:#008000;} #rctl{background-color:#222;} .thumb img{border-bottom:2px solid #000;} .plus,.minus{border:1px solid #555;} .plus:focus,.plus:hover,.minus:focus,.minus:hover{border-color:#FFF;} #upload{border:1px dashed #ccc;} #upload{width:300px;min-height:27px;display:block;padding:40px 0;margin:0 0 15px 20px;text-align:center;cursor:pointer;z-index:10;position:absolute;right:17px;top:0px;} #console{margin:55px 0 0 20px;position:relative;min-width:800px;clear:both;} label{width:9.375em;display:block;float:left;text-align:right;padding:0.563em 13px 0 0;height:1.5em;} input{width:3.5em;padding:3px;margin-right:13px;} .row{line-height:2.2em;} .plus,.minus{margin:2px 0 0 0;padding:0.25em 0.563em;border-radius:1.25em;cursor:pointer;} .minus{margin:0 0 0 8px;padding:0.25em 0.688em;border-radius:1.375em;} .range{padding-left:11px;white-space:nowrap;} #dimensions{clear:both;padding-left:5px;padding-top:5px;} #dimensions small{line-height:1.5em;padding:0 15px;} #wo{padding-left:0;} #ho{padding-right:17px;} .dx{padding:0 5px; font-size:10px;} #fname{white-space:nowrap;} #rotate{position:relative;display:block;height:2px;width:10px;} #rctl{height:7.5em;width:3.75em;position:absolute;top:2px;left:25px;z-index:50;display:none;opacity:0.8;} #rr,#rl{font-size:2.5em;height:1.25em;width:1.0em;font-family:FontAwesome;padding:0.175em 0 0 0.2em;opacity:0.8;text-align:center;vertical-align:middle;cursor:pointer;} #editor{height:1020px;clear:both;display:block;margin-left:20px;} #editor img{padding-right:20px;position:absolute;z-index:10;} .errMsg{color:#ffa500; padding:5px 10px 0 10px;} #thumbnails{margin:50px 0 0 15px;background-color:transparent;clear:both;} .thumb{position:relative;background-color:transparent;display:block;float:left;margin-bottom:10px;} .thumb img{height:1.85em;width:1.85em;padding:10px;margin:0 15px 0 0;display:inline;position:relative;cursor:pointer;background-color:transparent;white-space:nowrap;z-index:10;} .thumbDelete{position:absolute;top:-2px;right:7px;cursor:pointer;padding:0 0 0 0.25em;background-color:transparent;z-index:20;color:#656565;display:block;opacity:0.8;font-size:1.2em;} .sion,.sidown,.sioff{font-family:FontAwesome;font-size:2.0em;height:0.5em;width:0.5em;cursor:pointer;color:#336600;opacity:0.6;padding:0 0 0 2px;display:inline;margin-left:10px;margin-top:-20px;position:relative;vertical-align:top;} .sioff{display:none;}.sidown{color:#656565;opacity:0.9;} .sion:hover,.sidown:hover{cursor:pointer;color:#336600;opacity:1.0;} .noWrap{white-space:nowrap;display:inline;} #actions{position:relative;height:2.65em;} #actions{margin-top:22px;} #saveToggle,#undo{background-color:#111;font-size:1.0em;} #saveToggle:hover,#undo:hover{background-color:#1e3a02;color:#ccc;} #undo{left:19em;}#bulk{left:9.5em;} #saveToggle{left:28.5em;display:none;} span.plainAction{position:absolute;top:0;color:grey;display:block;cursor:pointer;padding:11px 0 0.48em 0;} span.plainAction:hover{color:#339900;} span.action{color:#ccc;background-color:#111;padding:9px 0;border-radius:2px;display:block;position:absolute;top:0;left:0;width:8em;text-align:center;} span.action:hover,span.action.w,span.action.w:hover{color:#ccc;background-color:#336600;} span.action:hover{cursor:pointer} span.action.w,span.action.w:hover{cursor:wait;} #dragtxt,#uploadb{display:none;} #warning{color:#996600;width:97%;text-align:center;padding:10px 0 10px 0;border-top:1px solid #444;margin:0 auto;} #editor{position:relative;} #cropCanvas{position:absolute;top:0;left:0;} #cropTools{display:none;} #crop{left:0em;display:none;}#cancelCrop{left:16.5em;display:none;} #zoomIn,#zoomOut{position:absolute;font-family:FontAwesome;opacity:0.7;font-size:1.8em;width:1em;height:1em;top:5px;cursor:pointer;text-align:center;display:none;} #zoomIn{left:5.3em;}#zoomOut{left:7em;} #dimensions{display:none;white-space:nowrap;display:inline;} @media all and (max-width:43.75em) {console{min-width:43.75em;}.row{width:43.75em;}label{width:6.5em;text-align:left;padding-left:7px;}#upload{position:relative;margin-bottom:20px;}#undo,#saveToggle{left:0;top:2.64em;}#saveToggle{left:9.5em}#actions{margin-top:1em;height:5.3em;}} /* remove the below for the api */ footer a{font-size:0.9375em;} #ad970x90{min-height:90px;width:970px;margin:0 0 15px 20px;} #logo{padding:5px 0 0 5px;z-index:10;position:absolute;top:0;left:0;} #adfree{height:31px;width:508px;position:absolute;right:-10px;top:9px;padding-right:10px;z-index:0;text-align:right;} footer{width:97%;text-align:center;margin:0 auto;clear:both;padding:10px 0;} footer a{margin:0 28px;line-height:2.0em;min-width:10em;display:inline;white-space:nowrap;} #adfree{border-right:2px solid #656565;} footer{border-top:1px solid #444;} footer a{border-bottom:1px solid #000;}footer a:hover{border-color:#FFF;}
web/sample/wzedit.css
body{margin:0;padding:0;color:#eee;background:#050302;font:100% arial,sans-serif;} body{font-size:1.5vmax;} @media all and (max-width:68.75em) {body{font-size:100%}} h1,h2,h3,h4,p,a,ul,li,div,span,small,input,label,header,footer,main,nav,section{margin:0;padding:0;font-size:1.0em;font-weight:normal;line-height:1.0em;} br{display:none;} img{border:none;}.accessibility{display:none;} header,footer,main,nav,section{display:block;} a{color:#eee;text-decoration:none;} a:hover,a:focus{color:#FFF;text-decoration:none;} #upload h2{font-size:1.5em;} input{font-size:1.125em;} .plus,.minus{font-size:1.0em;} small{font-size:1.0em;} #dimensions{font-size:0.875em;} .range{font-size:0.625em;} #rr,#rl,.plus:hover,.minus:hover{color:#FFF;} label{color:#bbb;} span.action{color:#ccc;} .optDim,.optSize{color:#ddd;} .thumbDelete:hover,.big{color:#FF0000;} .thumbDelete,footer a,.origDim{color:#999;} #dimensions,input{color:#444;} .ok{color:#008000;} .range{color:#656565;} #saveToggle,#undo{color:#908787;} .plus,.minus{background-color:#050302;} #upload.dh{background-color:#008000;} #rctl{background-color:#222;} .thumb img{border-bottom:2px solid #000;} .plus,.minus{border:1px solid #555;} .plus:focus,.plus:hover,.minus:focus,.minus:hover{border-color:#FFF;} #upload{border:1px dashed #ccc;} #upload{width:300px;min-height:27px;display:block;padding:40px 0;margin:0 0 15px 20px;text-align:center;cursor:pointer;z-index:10;position:absolute;right:17px;top:0px;} #console{margin:55px 0 0 20px;position:relative;min-width:800px;clear:both;} label{width:9.375em;display:block;float:left;text-align:right;padding:0.563em 13px 0 0;height:1.5em;} input{width:3.5em;padding:3px;margin-right:13px;} .row{line-height:2.2em;} .plus,.minus{margin:2px 0 0 0;padding:0.25em 0.563em;border-radius:1.25em;cursor:pointer;} .minus{margin:0 0 0 8px;padding:0.25em 0.688em;border-radius:1.375em;} .range{padding-left:11px;white-space:nowrap;} #dimensions{clear:both;padding-left:5px;padding-top:5px;} #dimensions small{line-height:1.5em;padding:0 15px;} #wo{padding-left:0;} #ho{padding-right:17px;} .dx{padding:0 5px; font-size:10px;} #fname{white-space:nowrap;} #rotate{position:relative;display:block;height:2px;width:10px;} #rctl{height:7.5em;width:3.75em;position:absolute;top:2px;left:25px;z-index:50;display:none;opacity:0.8;} #rr,#rl{font-size:2.5em;height:1.25em;width:1.0em;font-family:FontAwesome;padding:0.175em 0 0 0.2em;opacity:0.8;text-align:center;vertical-align:middle;cursor:pointer;} #editor{height:1020px;clear:both;display:block;margin-left:20px;} #editor img{padding-right:20px;position:absolute;z-index:10;} .errMsg{color:#ffa500; padding:5px 10px 0 10px;} #thumbnails{margin:50px 0 0 15px;background-color:transparent;clear:both;} .thumb{position:relative;background-color:transparent;display:block;float:left;margin-bottom:10px;} .thumb img{height:1.85em;width:1.85em;padding:10px;margin:0 15px 0 0;display:inline;position:relative;cursor:pointer;background-color:transparent;white-space:nowrap;z-index:10;} .thumbDelete{position:absolute;top:-2px;right:7px;cursor:pointer;padding:0 0 0 0.25em;background-color:transparent;z-index:20;color:#656565;display:block;opacity:0.8;font-size:1.2em;} .sion,.sidown,.sioff{font-family:FontAwesome;font-size:2.0em;height:0.5em;width:0.5em;cursor:pointer;color:#336600;opacity:0.6;padding:0 0 0 2px;display:inline;margin-left:10px;margin-top:-20px;position:relative;vertical-align:top;} .sioff{display:none;}.sidown{color:#656565;opacity:0.9;} .sion:hover,.sidown:hover{cursor:pointer;color:#336600;opacity:1.0;} .noWrap{white-space:nowrap;display:inline;} #actions{position:relative;height:2.65em;} #actions{margin-top:22px;} #saveToggle,#undo{background-color:#111;font-size:1.0em;} #saveToggle:hover,#undo:hover{background-color:#1e3a02;color:#ccc;} #undo{left:19em;}#bulk{left:9.5em;} #saveToggle{left:28.5em;display:none;} span.plainAction{position:absolute;top:0;color:grey;display:block;cursor:pointer;padding:11px 0 0.48em 0;} span.plainAction:hover{color:#339900;} span.action{color:#ccc;background-color:#111;padding:9px 0;border-radius:2px;display:block;position:absolute;top:0;left:0;width:8em;text-align:center;} span.action:hover,span.action.w,span.action.w:hover{color:#ccc;background-color:#336600;} span.action:hover{cursor:pointer} span.action.w,span.action.w:hover{cursor:wait;} #dragtxt,#uploadb{display:none;} #warning{color:#996600;width:97%;text-align:center;padding:10px 0 10px 0;border-top:1px solid #444;margin:0 auto;} #editor{position:relative;} #cropCanvas{position:absolute;top:0;left:0;} #cropTools{display:none;} #crop{left:0em;display:none;}#cancelCrop{left:16.5em;display:none;} #zoomIn,#zoomOut{position:absolute;font-family:FontAwesome;opacity:0.7;font-size:1.8em;width:1em;height:1em;top:5px;cursor:pointer;text-align:center;display:none;} #zoomIn{left:5.3em;}#zoomOut{left:7em;} #dimensions{display:none;white-space:nowrap;display:inline;} @media all and (max-width:43.75em) {console{min-width:43.75em;}.row{width:43.75em;}label{width:6.5em;text-align:left;padding-left:7px;}#upload{position:relative;margin-bottom:20px;}#undo,#saveToggle{left:0;top:2.64em;}#saveToggle{left:9.5em}#actions{margin-top:1em;height:5.3em;}} /* remove the below for the api */ footer a{font-size:0.9375em;} #ad970x90{min-height:90px;width:970px;margin:0 0 15px 20px;} #logo{padding:5px 0 0 5px;z-index:10;position:absolute;top:0;left:0;} #adfree{height:31px;width:508px;position:absolute;right:-10px;top:9px;padding-right:10px;z-index:0;text-align:right;} footer{width:97%;text-align:center;margin:0 auto;clear:both;padding:10px 0;} footer a{margin:0 28px;line-height:2.0em;min-width:10em;display:inline;white-space:nowrap;} #adfree{border-right:2px solid #656565;} footer{border-top:1px solid #444;} footer a{border-bottom:1px solid #000;}footer a:hover{border-color:#FFF;}
0.153803
0.071819
#pagecontainer{ display:grid; grid-template-columns: 20% 80%; } #navblock{ grid-column-start:1; grid-row-start:1; grid-row-end: 4; display: block; background-color: #000000; } #navblock a{ float: left; clear:left; text-decoration: none; color: #fff; font-size: 2em; line-height: 3em; width: 100%; } #navblock a:hover{ background-color: yellowgreen; transition: 1s ease-in-out; } #menu{ grid-column-start:2; } #interest{ grid-column-start:2; } #order{ grid-column-start:2; } #navbar{ display:block; float:left; position: fixed; width: 30%; height: 100%; color: #fff; } /*dropdown menu block*/ #menu{ width:100%; max-width: 100%; display: block; } fieldset{ padding-bottom: 20px; border: none; } legend{ font-size: 3em; text-align: center; } .dropdown{ margin-top:2em; max-width:100%; } #drinks{ display: none; } #dessert{ display: none; } .dropmenu{ position: absolute; width:100%; background-color: #fff; } .grid{ display:grid; grid-template-columns: repeat(3,26%); } #menu img{ max-width: 100%; width: 10rem; height: auto; } .s-0, .d-0, .ds-0{ grid-column-start: 1; grid-column-end: 4; text-align: center; font-size:2em; } .s-0{ width:26%; position: absolute; display:block !important; z-index: 10; background-color:#fff; color: #000000; } .d-0{ width:26%; position: absolute; margin-left:26%; display:block !important; z-index: 6; background-color:#000000; color: #fff; } .ds-0{ width:26%; position: absolute; margin-left:52%; display:block !important; z-index: 2; background-color:#000000; color: #fff; } /*animation*/ #interest{ position: absolute; margin-left: 3%; margin-top: 25em; width:150px; height:150px; background-color:yellowgreen; z-index:-9; text-align: center; animation-name:roll; animation-duration: 40s; animation-iteration-count: infinite; -webkit-animation-name: roll; -webkit-animation-duration: 40s; -webkit-animation-iteration-count: infinite; } #interest p{ line-height: 65px; display:inline-block; } #interest p span{ font-size: 2em; } @keyframes roll{ 0%{background-color:yellowgreen;transform:rotate(0); margin-left:23%;margin-top:19em;} 25%{background-color:rgb(32, 212, 173);transform:rotate(360deg); margin-left:85%;margin-top:19em;} 50%{background-color:rgb(52, 124, 218);transform:rotate(0); margin-left:85%;margin-top:29em;} 75%{background-color:rgb(241, 121, 74);transform:rotate(360deg); margin-left:23%;margin-top:29em;} 100%{background-color:yellowgreen;transform:rotate(0); margin-left:23%;margin-top:19em;} } @-webkit-keyframes roll{ 0%{background-color:yellowgreen;transform:rotate(0); margin-left:23%;margin-top:19em;} 25%{background-color:rgb(32, 212, 173);transform:rotate(360deg); margin-left:85%;margin-top:19em;} 50%{background-color:rgb(52, 124, 218);transform:rotate(0); margin-left:85%;margin-top:29em;} 75%{background-color:rgb(241, 121, 74);transform:rotate(360deg); margin-left:23%;margin-top:29em;} 100%{background-color:yellowgreen;transform:rotate(0); margin-left:23%;margin-top:19em;} } /*order information*/ #order{ margin-top: 35em; } td{ border-collapse: collapse; width:100%; } #order td, #order th{ border: 1px solid #fff; padding: 8px; box-shadow: rgb(66, 60, 60) 2px 2px; } #order tr:nth-child(even){ background-color: #d8d1d1; } #order th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: rgb(0, 0, 0); color: white; } #order tr td:last-child, #order tr th:last-child{ text-align:right; } #order tr:hover{ background-color:#ddd; color: #000000; } #order tfoot{ color: #fff; background-color: #000000; } /*undo*/ #order a{ display:block; text-decoration:none; background-color:#000000; color: #fff; text-align: center; font-size:2em; } #order a:focus, #order a:active, #order a:visited{ background-color:#000000; color:#fff; } #top{ visibility: visible !important; }
CSS/orderpage.css
#pagecontainer{ display:grid; grid-template-columns: 20% 80%; } #navblock{ grid-column-start:1; grid-row-start:1; grid-row-end: 4; display: block; background-color: #000000; } #navblock a{ float: left; clear:left; text-decoration: none; color: #fff; font-size: 2em; line-height: 3em; width: 100%; } #navblock a:hover{ background-color: yellowgreen; transition: 1s ease-in-out; } #menu{ grid-column-start:2; } #interest{ grid-column-start:2; } #order{ grid-column-start:2; } #navbar{ display:block; float:left; position: fixed; width: 30%; height: 100%; color: #fff; } /*dropdown menu block*/ #menu{ width:100%; max-width: 100%; display: block; } fieldset{ padding-bottom: 20px; border: none; } legend{ font-size: 3em; text-align: center; } .dropdown{ margin-top:2em; max-width:100%; } #drinks{ display: none; } #dessert{ display: none; } .dropmenu{ position: absolute; width:100%; background-color: #fff; } .grid{ display:grid; grid-template-columns: repeat(3,26%); } #menu img{ max-width: 100%; width: 10rem; height: auto; } .s-0, .d-0, .ds-0{ grid-column-start: 1; grid-column-end: 4; text-align: center; font-size:2em; } .s-0{ width:26%; position: absolute; display:block !important; z-index: 10; background-color:#fff; color: #000000; } .d-0{ width:26%; position: absolute; margin-left:26%; display:block !important; z-index: 6; background-color:#000000; color: #fff; } .ds-0{ width:26%; position: absolute; margin-left:52%; display:block !important; z-index: 2; background-color:#000000; color: #fff; } /*animation*/ #interest{ position: absolute; margin-left: 3%; margin-top: 25em; width:150px; height:150px; background-color:yellowgreen; z-index:-9; text-align: center; animation-name:roll; animation-duration: 40s; animation-iteration-count: infinite; -webkit-animation-name: roll; -webkit-animation-duration: 40s; -webkit-animation-iteration-count: infinite; } #interest p{ line-height: 65px; display:inline-block; } #interest p span{ font-size: 2em; } @keyframes roll{ 0%{background-color:yellowgreen;transform:rotate(0); margin-left:23%;margin-top:19em;} 25%{background-color:rgb(32, 212, 173);transform:rotate(360deg); margin-left:85%;margin-top:19em;} 50%{background-color:rgb(52, 124, 218);transform:rotate(0); margin-left:85%;margin-top:29em;} 75%{background-color:rgb(241, 121, 74);transform:rotate(360deg); margin-left:23%;margin-top:29em;} 100%{background-color:yellowgreen;transform:rotate(0); margin-left:23%;margin-top:19em;} } @-webkit-keyframes roll{ 0%{background-color:yellowgreen;transform:rotate(0); margin-left:23%;margin-top:19em;} 25%{background-color:rgb(32, 212, 173);transform:rotate(360deg); margin-left:85%;margin-top:19em;} 50%{background-color:rgb(52, 124, 218);transform:rotate(0); margin-left:85%;margin-top:29em;} 75%{background-color:rgb(241, 121, 74);transform:rotate(360deg); margin-left:23%;margin-top:29em;} 100%{background-color:yellowgreen;transform:rotate(0); margin-left:23%;margin-top:19em;} } /*order information*/ #order{ margin-top: 35em; } td{ border-collapse: collapse; width:100%; } #order td, #order th{ border: 1px solid #fff; padding: 8px; box-shadow: rgb(66, 60, 60) 2px 2px; } #order tr:nth-child(even){ background-color: #d8d1d1; } #order th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: rgb(0, 0, 0); color: white; } #order tr td:last-child, #order tr th:last-child{ text-align:right; } #order tr:hover{ background-color:#ddd; color: #000000; } #order tfoot{ color: #fff; background-color: #000000; } /*undo*/ #order a{ display:block; text-decoration:none; background-color:#000000; color: #fff; text-align: center; font-size:2em; } #order a:focus, #order a:active, #order a:visited{ background-color:#000000; color:#fff; } #top{ visibility: visible !important; }
0.276984
0.055618
@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Roboto&display=swap'); :root{ --fg: #333; --fg-dark: #111; --bg: #fff; --bg-dark: #ccc; --bg-medium: #eee; --accent: rgb(36, 111, 121); --accent-light: rgb(83, 151, 160); /* PINK --accent: rgb(167, 73, 167); --accent-light: rgb(202, 117, 202); */ } /** HTML OVERRIDES **/ body{ background-color: var(--fg); background: linear-gradient(var(--fg), var(--fg-dark)); overflow: hidden; margin: 0; padding: 0; font-family: 'Roboto', sans-serif; color: var(--fg); font-size: 120%; line-height: 1.2; } select{ display: block; font-size: 100%; width: 100%; } table{ width: 100%; border-collapse: collapse; border-spacing: 0; } thead{ background-color: var(--fg); color: var(--bg); font-weight: bold; } td{ padding: 0.5em; margin: 0; border: 1px solid var(--bg); } h1, h2, h3, h4, h5, h6{ font-family: 'Oswald', sans-serif; padding-left: 0.5em; border-left: 5px solid var(--accent); } ul{ list-style-type: none; padding: 0; margin: 0; } div{ padding: 0; margin: 0; } a{ text-decoration: none; color: var(--fg); transition: all 0.5s ease; cursor: pointer; } a:hover, a.current{ padding-left: 0.2em; color: var(--accent); } a.current{ border-bottom: 5px solid var(--accent); } button{ background-color: var(--accent); border: 1px solid var(--accent); padding: 1em; color: var(--bg); font-weight: bold; transition: background-color 0.5s ease; font-size: 90%; margin-left: 0.1em; margin-right: 0.1em; } button.alt{ background-color: var(--bg); border: 1px solid var(--accent); color: var(--accent); } button:hover{ background-color: var(--accent-light); } button.alt:hover{ color: white; } input[type='text'], input[type='email'], input[type='password']{ display: block; width: 100%; padding: 0.2em; font-size: 100%; border: 1px solid var(--bg-dark); } input.error{ border: 1px solid #c00; color: #c00; } label{ font-weight: bold; } .inline label{ float: left; flex-grow: 0; } .inline input{ width: auto; flex-grow: 1; } .inline select{ width: auto; flex-grow: 1; } .inline{ display: flex; flex-grow: 1; padding-right: 1em; } /** CLASSES **/ .formfield{ margin-bottom: 1em; } .accent{ color: var(--accent); } .accent-bg{ background-color: var(--accent); } .inputfield{ margin-top: 0.2em; margin-bottom: 1em; } .editor{ font-family: inherit; font-size: inherit; border: 1px solid var(--fg-dark); padding: 0.5em; min-height: 20vh; overflow-y: scroll; white-space: pre-wrap; } tbody tr{ transition: background-color 0.5s ease; } tbody tr:hover{ background-color: var(--bg-medium); } /** IDs **/ #content{ margin: 0; padding: 0; display: flex; flex-direction: row; height: 100vh; min-height: 100vh; } #side{ padding: 0em 1em 0em 0em; flex-basis: 25%; flex-direction: column; } #main{ padding: 1em; flex-basis: 75%; flex-grow: 1; max-height: 100vh; overflow-y: auto; } #sidepanel{ background-color: var(--bg); border-right: 5px solid var(--accent); height: 100%; padding: 1em; font-size: 130%; } #mainpanel{ background-color: var(--bg); padding: 1em 1em 4em 1em; margin-top: 2em; } #nav li{ padding-top: 1em; width: 100%; } #nav a{ display:block; width: 100%; } #navLinks{ display: flex; flex-direction: column; } #title{ text-align: center; border: none; padding: 0; } #loginpanel{ background-color: var(--bg); border-left: 10px solid var(--accent); position: absolute; top: 25%; left: 30%; width: 40%; padding: 0; margin: 0; } #logincontents{ font-size: 100%; display: flex; padding: 2em; flex-direction: column; } #createNoteButton{ position: absolute; border-width: 2px; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); } #overlay{ position: absolute; z-index: 1; top: 0px; left: 0px; width: 100vw; height: 100vh; overflow: hidden; background-color: rgba(0, 0, 0, 0.6); } #noteEditor{ padding: 1em; position: absolute; top: 10%; left: 25%; width: 60%; max-height: 80%; overflow-x: hidden; overflow-y: auto; background-color: var(--bg); border: 1px solid var(--bg-dark); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); } #noteEditor .editor{ max-height: 45vh; margin-bottom: 1em; } #annotationText{ white-space: pre-wrap; } #logoutButton{ margin-top: 2em; } @media screen and (max-width: 1100px){ #content{ display: flex; flex-direction: column; } #main{ min-height: 80vh; overflow-y: visible; margin-top: 1em; padding: 0; overflow-y: auto; } #mainpanel{ margin-top: 0; } #side{ flex-direction: row; padding: 0; flex-grow: 0; height: auto; flex-basis: 0%; } #sidepanel{ flex-direction: row; padding: 0; height: auto; } #navLinks *{ flex-grow: 1; } #nav{ margin-top: 1em; } #nav, #navLinks{ display: flex; flex-direction: row; } #logoutButton{ margin-top: 1em; margin-bottom: 1em; } #nav a{ padding-right: 1em; padding-left: 0.2em; } a:hover, a.current{ padding-left: 0.2em; color: var(--accent); } a.current{ border-bottom: none; border-left: 5px solid var(--accent); } }
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Roboto&display=swap'); :root{ --fg: #333; --fg-dark: #111; --bg: #fff; --bg-dark: #ccc; --bg-medium: #eee; --accent: rgb(36, 111, 121); --accent-light: rgb(83, 151, 160); /* PINK --accent: rgb(167, 73, 167); --accent-light: rgb(202, 117, 202); */ } /** HTML OVERRIDES **/ body{ background-color: var(--fg); background: linear-gradient(var(--fg), var(--fg-dark)); overflow: hidden; margin: 0; padding: 0; font-family: 'Roboto', sans-serif; color: var(--fg); font-size: 120%; line-height: 1.2; } select{ display: block; font-size: 100%; width: 100%; } table{ width: 100%; border-collapse: collapse; border-spacing: 0; } thead{ background-color: var(--fg); color: var(--bg); font-weight: bold; } td{ padding: 0.5em; margin: 0; border: 1px solid var(--bg); } h1, h2, h3, h4, h5, h6{ font-family: 'Oswald', sans-serif; padding-left: 0.5em; border-left: 5px solid var(--accent); } ul{ list-style-type: none; padding: 0; margin: 0; } div{ padding: 0; margin: 0; } a{ text-decoration: none; color: var(--fg); transition: all 0.5s ease; cursor: pointer; } a:hover, a.current{ padding-left: 0.2em; color: var(--accent); } a.current{ border-bottom: 5px solid var(--accent); } button{ background-color: var(--accent); border: 1px solid var(--accent); padding: 1em; color: var(--bg); font-weight: bold; transition: background-color 0.5s ease; font-size: 90%; margin-left: 0.1em; margin-right: 0.1em; } button.alt{ background-color: var(--bg); border: 1px solid var(--accent); color: var(--accent); } button:hover{ background-color: var(--accent-light); } button.alt:hover{ color: white; } input[type='text'], input[type='email'], input[type='password']{ display: block; width: 100%; padding: 0.2em; font-size: 100%; border: 1px solid var(--bg-dark); } input.error{ border: 1px solid #c00; color: #c00; } label{ font-weight: bold; } .inline label{ float: left; flex-grow: 0; } .inline input{ width: auto; flex-grow: 1; } .inline select{ width: auto; flex-grow: 1; } .inline{ display: flex; flex-grow: 1; padding-right: 1em; } /** CLASSES **/ .formfield{ margin-bottom: 1em; } .accent{ color: var(--accent); } .accent-bg{ background-color: var(--accent); } .inputfield{ margin-top: 0.2em; margin-bottom: 1em; } .editor{ font-family: inherit; font-size: inherit; border: 1px solid var(--fg-dark); padding: 0.5em; min-height: 20vh; overflow-y: scroll; white-space: pre-wrap; } tbody tr{ transition: background-color 0.5s ease; } tbody tr:hover{ background-color: var(--bg-medium); } /** IDs **/ #content{ margin: 0; padding: 0; display: flex; flex-direction: row; height: 100vh; min-height: 100vh; } #side{ padding: 0em 1em 0em 0em; flex-basis: 25%; flex-direction: column; } #main{ padding: 1em; flex-basis: 75%; flex-grow: 1; max-height: 100vh; overflow-y: auto; } #sidepanel{ background-color: var(--bg); border-right: 5px solid var(--accent); height: 100%; padding: 1em; font-size: 130%; } #mainpanel{ background-color: var(--bg); padding: 1em 1em 4em 1em; margin-top: 2em; } #nav li{ padding-top: 1em; width: 100%; } #nav a{ display:block; width: 100%; } #navLinks{ display: flex; flex-direction: column; } #title{ text-align: center; border: none; padding: 0; } #loginpanel{ background-color: var(--bg); border-left: 10px solid var(--accent); position: absolute; top: 25%; left: 30%; width: 40%; padding: 0; margin: 0; } #logincontents{ font-size: 100%; display: flex; padding: 2em; flex-direction: column; } #createNoteButton{ position: absolute; border-width: 2px; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); } #overlay{ position: absolute; z-index: 1; top: 0px; left: 0px; width: 100vw; height: 100vh; overflow: hidden; background-color: rgba(0, 0, 0, 0.6); } #noteEditor{ padding: 1em; position: absolute; top: 10%; left: 25%; width: 60%; max-height: 80%; overflow-x: hidden; overflow-y: auto; background-color: var(--bg); border: 1px solid var(--bg-dark); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); } #noteEditor .editor{ max-height: 45vh; margin-bottom: 1em; } #annotationText{ white-space: pre-wrap; } #logoutButton{ margin-top: 2em; } @media screen and (max-width: 1100px){ #content{ display: flex; flex-direction: column; } #main{ min-height: 80vh; overflow-y: visible; margin-top: 1em; padding: 0; overflow-y: auto; } #mainpanel{ margin-top: 0; } #side{ flex-direction: row; padding: 0; flex-grow: 0; height: auto; flex-basis: 0%; } #sidepanel{ flex-direction: row; padding: 0; height: auto; } #navLinks *{ flex-grow: 1; } #nav{ margin-top: 1em; } #nav, #navLinks{ display: flex; flex-direction: row; } #logoutButton{ margin-top: 1em; margin-bottom: 1em; } #nav a{ padding-right: 1em; padding-left: 0.2em; } a:hover, a.current{ padding-left: 0.2em; color: var(--accent); } a.current{ border-bottom: none; border-left: 5px solid var(--accent); } }
0.494629
0.07843