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 |
|---|---|---|---|---|
@charset "utf-8";
/* CSS Document */
body{
margin:0px;
padding:0px;
}
#dh_div{
height:880px;
width:960px;
margin:0px auto;
}
#dh_top{
height:190px;
width:960px;
}
#dh_div_left{
float:left;
height:670px;
width:247px;
border:solid 1px #dadcdd;
margin-top:20px;
}
#dh_left_tb1{
hei... | maibaobao/WebContent/styles/daohang.css | @charset "utf-8";
/* CSS Document */
body{
margin:0px;
padding:0px;
}
#dh_div{
height:880px;
width:960px;
margin:0px auto;
}
#dh_top{
height:190px;
width:960px;
}
#dh_div_left{
float:left;
height:670px;
width:247px;
border:solid 1px #dadcdd;
margin-top:20px;
}
#dh_left_tb1{
hei... | 0.186317 | 0.052668 |
* Go Big or Go Home
*/
/* ==========================================================================
Susy & Compass
========================================================================== */
/* ==========================================================================
Susy Setting
=====================... | static/css/lapa-ver-1.css | * Go Big or Go Home
*/
/* ==========================================================================
Susy & Compass
========================================================================== */
/* ==========================================================================
Susy Setting
=====================... | 0.679498 | 0.096535 |
#sync-setup-overlay * h4 {
margin: 10px 0;
}
#sync-setup-overlay * form {
-webkit-user-select: none;
}
#sync-setup-overlay * .content-area {
padding: 10px 15px;
}
.action-area-link-container {
-webkit-box-flex: 1;
}
#sync-passphrase-container {
margin: 10px 0;
}
#sync-custom-passphrase {
margin: 0 25p... | chrome/browser/resources/options/sync_setup_overlay.css |
#sync-setup-overlay * h4 {
margin: 10px 0;
}
#sync-setup-overlay * form {
-webkit-user-select: none;
}
#sync-setup-overlay * .content-area {
padding: 10px 15px;
}
.action-area-link-container {
-webkit-box-flex: 1;
}
#sync-passphrase-container {
margin: 10px 0;
}
#sync-custom-passphrase {
margin: 0 25p... | 0.252476 | 0.065575 |
body{
max-width: 100vw;
overflow-x: hidden;
}
.info{
position: fixed;
height: 60px;
width: 100vw;
background-color: #fff;
display: flex;
justify-content: space-between;
z-index: 999;
}
.logo{
width: 123px;
height: 48px;
margin: 0 350.7px 0 25px;
object-fit: contain;
}
.contact{
padding-ri... | css/style.css | body{
max-width: 100vw;
overflow-x: hidden;
}
.info{
position: fixed;
height: 60px;
width: 100vw;
background-color: #fff;
display: flex;
justify-content: space-between;
z-index: 999;
}
.logo{
width: 123px;
height: 48px;
margin: 0 350.7px 0 25px;
object-fit: contain;
}
.contact{
padding-ri... | 0.554229 | 0.086323 |
body {
margin: 0;
background: #e3e3e3;
font-family: 'Raleway', sans-serif;
}
*, *:before, *:after {
box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
clear: both;
content: '';
display: table;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
... | css/style.css | body {
margin: 0;
background: #e3e3e3;
font-family: 'Raleway', sans-serif;
}
*, *:before, *:after {
box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
clear: both;
content: '';
display: table;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
... | 0.321353 | 0.099295 |
@cdnURL: 'https://d2b9gcya89vi12.cloudfront.net/ico/misc/';
table {
border-collapse: collapse;
}
#ah-footer > * {
color: turquoise;
}
body {
background-color: #263238;
}
h1 {
font-size: 64px;
margin-bottom: 0;
}
h2 {
font-size: 48px;
margin-bottom: 0;
}
h3 {
margin-bottom: 0;
}
h1... | src/styles/main.css | @cdnURL: 'https://d2b9gcya89vi12.cloudfront.net/ico/misc/';
table {
border-collapse: collapse;
}
#ah-footer > * {
color: turquoise;
}
body {
background-color: #263238;
}
h1 {
font-size: 64px;
margin-bottom: 0;
}
h2 {
font-size: 48px;
margin-bottom: 0;
}
h3 {
margin-bottom: 0;
}
h1... | 0.539711 | 0.127598 |
height: 1000px;
margin-top: -125px;
}
.firstName,
.lastName {
font-size: 150px;
font-family: 'Bungee Shade', cursive;
}
.lastName {
font-size: 115px;
}
.firstNameContainer {
position: absolute;
right: 64px;
top: 500px;
height: 1100px;
background-color: #0f0053;
color: white... | src/pages/style.css | height: 1000px;
margin-top: -125px;
}
.firstName,
.lastName {
font-size: 150px;
font-family: 'Bungee Shade', cursive;
}
.lastName {
font-size: 115px;
}
.firstNameContainer {
position: absolute;
right: 64px;
top: 500px;
height: 1100px;
background-color: #0f0053;
color: white... | 0.456894 | 0.115736 |
* {
margin: 0;
padding: 0;
font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
body {
background: #F4F2EC url(../imagens/fundo.png) repeat-x;
}
#container{
width: 76%;
margin: auto;
}
/*INÍCIO CABEÇALHO*/
header {
display: flex;
flex-direction: row;
justify-co... | css/style.css | * {
margin: 0;
padding: 0;
font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
body {
background: #F4F2EC url(../imagens/fundo.png) repeat-x;
}
#container{
width: 76%;
margin: auto;
}
/*INÍCIO CABEÇALHO*/
header {
display: flex;
flex-direction: row;
justify-co... | 0.262747 | 0.111798 |
@import "https://fonts.googleapis.com/css?family=Lato";
p {
text-decoration: none;
color: #999999;
font-size: 1.1em;
font-weight: 400;
line-height: 1.7em;
color: #999;
}
body {
font-family: 'Lato', sans-serif;
overflow-x: hidden;
background: #fafafa;
}
a,
a:hover,
a:focus {
color: inherit;
text-... | kamistudio/static/css/general.css | @import "https://fonts.googleapis.com/css?family=Lato";
p {
text-decoration: none;
color: #999999;
font-size: 1.1em;
font-weight: 400;
line-height: 1.7em;
color: #999;
}
body {
font-family: 'Lato', sans-serif;
overflow-x: hidden;
background: #fafafa;
}
a,
a:hover,
a:focus {
color: inherit;
text-... | 0.450118 | 0.09187 |
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700');
/*
font-family: 'Poppins', sans-serif;
font-family: 'Dosis', sans-serif;
*/
/*----------------------------------------------------------... | static/ContactUS/css/style.css | @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700');
/*
font-family: 'Poppins', sans-serif;
font-family: 'Dosis', sans-serif;
*/
/*----------------------------------------------------------... | 0.217587 | 0.038017 |
body, html {
margin:0;
padding:0;
font-family: 'Open Sans', sans-serif;
background:#003333;
color:white;
font-size:32px;
}
:focus {
outline: 0;
}
p {
width:100%;
text-align:center;
top:45%;
position:absolute;
padding:0;
margin:0;
}
.question {
position:absolute... | style.css | body, html {
margin:0;
padding:0;
font-family: 'Open Sans', sans-serif;
background:#003333;
color:white;
font-size:32px;
}
:focus {
outline: 0;
}
p {
width:100%;
text-align:center;
top:45%;
position:absolute;
padding:0;
margin:0;
}
.question {
position:absolute... | 0.539226 | 0.078113 |
@import url(./fonts/static/);
/*
===============
Global Styles
===============
*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family:url(fonts/static/Oswald-Medium.ttf);
background:whitesmoke;
color:black;
line-height: 1.5;
font-size: 0.875rem;
}
ul {
list-... | styles.css | @import url(./fonts/static/);
/*
===============
Global Styles
===============
*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family:url(fonts/static/Oswald-Medium.ttf);
background:whitesmoke;
color:black;
line-height: 1.5;
font-size: 0.875rem;
}
ul {
list-... | 0.305283 | 0.043265 |
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
body{
background: #b9b9b9;
font-family: 'Raleway', sans-serif;
margin: 0px ;
}
#app{
display: grid;
/* grid-template-columns: repeat(3, 1fr); */
grid-template-rows: auto auto auto auto;
height:auto;
colo... | website/style.css | @import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
body{
background: #b9b9b9;
font-family: 'Raleway', sans-serif;
margin: 0px ;
}
#app{
display: grid;
/* grid-template-columns: repeat(3, 1fr); */
grid-template-rows: auto auto auto auto;
height:auto;
colo... | 0.264738 | 0.145935 |
:root {
--light: #f2f2f2;
--dark: #333;
--accent: firebrick;
}
/* Reset */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'raleway', sans-serif;
}
/* Navigation Section */
.nav {
position: fixed;
background-color: var(--dark);
width: 100%;
height: 50px;
display: flex;
align-... | Red Rover/css/style.css | :root {
--light: #f2f2f2;
--dark: #333;
--accent: firebrick;
}
/* Reset */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'raleway', sans-serif;
}
/* Navigation Section */
.nav {
position: fixed;
background-color: var(--dark);
width: 100%;
height: 50px;
display: flex;
align-... | 0.396886 | 0.154887 |
html, body
{
height: 100%;
}
body
{
margin: 0px;
padding: 0px;
background: #202020;
font-family: 'Source Sans Pro', sans-serif;
font-size: 12pt;
font-weight: 300;
color: #444444;
}
h1, h2, h3
{
margin: 0;
padding: 0;
font-weight: 600;
color: #333333;
}
h... | html/static/css/default.css | html, body
{
height: 100%;
}
body
{
margin: 0px;
padding: 0px;
background: #202020;
font-family: 'Source Sans Pro', sans-serif;
font-size: 12pt;
font-weight: 300;
color: #444444;
}
h1, h2, h3
{
margin: 0;
padding: 0;
font-weight: 600;
color: #333333;
}
h... | 0.300232 | 0.054475 |
:root {
--primary-color: #2386ab;
--warning-color: #e0b938;
--success-color: #76b245;
--danger-color: #d8343f;
--error-color: #f00;
--neutral-color: #999;
--neutral-border-color: #ddd;
--dark-color: #333;
}
/* Container element */
.z-select {
box-sizing: border-box;
position: relative;
display: b... | src/style.css | :root {
--primary-color: #2386ab;
--warning-color: #e0b938;
--success-color: #76b245;
--danger-color: #d8343f;
--error-color: #f00;
--neutral-color: #999;
--neutral-border-color: #ddd;
--dark-color: #333;
}
/* Container element */
.z-select {
box-sizing: border-box;
position: relative;
display: b... | 0.495361 | 0.138345 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
font-family: 'Montserrat', Arial, Helvetica, Sans-serif;
font-size: 13px;
overflow-x: hidden;
flex-wrap: wrap;
}
/*
ÁREA DO MENU ↴
*/
header {
height: 100px;
background-color: rgb(0, 0, 0);
}
.header {
max-width... | css/style.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
font-family: 'Montserrat', Arial, Helvetica, Sans-serif;
font-size: 13px;
overflow-x: hidden;
flex-wrap: wrap;
}
/*
ÁREA DO MENU ↴
*/
header {
height: 100px;
background-color: rgb(0, 0, 0);
}
.header {
max-width... | 0.390127 | 0.113629 |
@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300");
html, body, h1, h2 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* Basic */
@media screen and (max-width: 480px) {
html... | assets/css/main.css | @charset "UTF-8";
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300");
html, body, h1, h2 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* Basic */
@media screen and (max-width: 480px) {
html... | 0.196903 | 0.103205 |
@charset "UTF-8";
/* CSS Document */
@import url("base.css");
main{
padding: 0 2.5%;
}
main a{
color: var(--white);
}
main a:visited{
color: var(--white);
}
.sitePreview{
margin: 20px 0;
}
.sitePreviewOpacity{
opacity: 85%;
}
.sitePreview{
height: 350px;
background-position: center;
background-re... | Web/sem2-startcode-main/src/main/webapp/assets/css/home.css | @charset "UTF-8";
/* CSS Document */
@import url("base.css");
main{
padding: 0 2.5%;
}
main a{
color: var(--white);
}
main a:visited{
color: var(--white);
}
.sitePreview{
margin: 20px 0;
}
.sitePreviewOpacity{
opacity: 85%;
}
.sitePreview{
height: 350px;
background-position: center;
background-re... | 0.207054 | 0.091261 |
*{
margin:0xp;
padding: 0px;
box-sizing:border-box;
}
body{border-top: 3px solid black;}
body{margin: 0px;}
.col12{width:100%;}
.col11{width: 91.66667%;}
.col10{width: 83.333%;}
.col9{width:75%; }
.col8{width: 66.6667%;}
.col7{width: 58.333%;}
.col6{width: 50%;}
.col5{width: 41.6666%;}
.col... | style.css | *{
margin:0xp;
padding: 0px;
box-sizing:border-box;
}
body{border-top: 3px solid black;}
body{margin: 0px;}
.col12{width:100%;}
.col11{width: 91.66667%;}
.col10{width: 83.333%;}
.col9{width:75%; }
.col8{width: 66.6667%;}
.col7{width: 58.333%;}
.col6{width: 50%;}
.col5{width: 41.6666%;}
.col... | 0.310485 | 0.059428 |
.frame-home {
margin-top: 10px;
margin-bottom: 10px;
}
.top-banner {
width: 100%;
height: 400px;
}
.top-banner.grid {
display: grid;
display: -ms-grid;
}
.top-banner.grid.grid-2x {
grid-template-columns: 1fr 600px;
-ms-grid-columns: 1fr 600px;
}
.top-banner.grid .grid-1 {
grid-column: 1;
-ms-grid-column: 1;
... | public/css/body.css | .frame-home {
margin-top: 10px;
margin-bottom: 10px;
}
.top-banner {
width: 100%;
height: 400px;
}
.top-banner.grid {
display: grid;
display: -ms-grid;
}
.top-banner.grid.grid-2x {
grid-template-columns: 1fr 600px;
-ms-grid-columns: 1fr 600px;
}
.top-banner.grid .grid-1 {
grid-column: 1;
-ms-grid-column: 1;
... | 0.394318 | 0.114319 |
*{
background-color: grey;
/*display: inline-block;*/
box-sizing: border-box;
}
.picture{
background-image: url("./pictures/logo2.png");
}
.body {
display: inline-flex;
max-width: 50%;
}
#menuOptions {
width: 120px;
background-color: white;
border: ;
}
.comtainer{
}
.container3 {
margin: ;
}
.fo... | public/styles.css | *{
background-color: grey;
/*display: inline-block;*/
box-sizing: border-box;
}
.picture{
background-image: url("./pictures/logo2.png");
}
.body {
display: inline-flex;
max-width: 50%;
}
#menuOptions {
width: 120px;
background-color: white;
border: ;
}
.comtainer{
}
.container3 {
margin: ;
}
.fo... | 0.31563 | 0.072735 |
<!DOCTYPE html>
<html lang="en" class=" is-copy-enabled is-u2f-enabled">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#">
<meta charset='utf-8'>
<link crossorigin="anonymous" href="https://ass... | lib/css/fullscreen-img.css | <!DOCTYPE html>
<html lang="en" class=" is-copy-enabled is-u2f-enabled">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#">
<meta charset='utf-8'>
<link crossorigin="anonymous" href="https://ass... | 0.452778 | 0.084682 |
div.jp-audio,
div.jp-video {
/* Edit the font-size to counteract inherited font sizing.
* Eg. 1.25em = 1 / 0.8em
*/
font-size:1em; /* No parent CSS that can effect the size in these demos */
font-family:'微软雅黑';
line-height:1.6;
color: #666;
}
div.jp-audio {
width:100%;
height:40px;
}
div.jp-video-270p ... | public/stylesheets/mp3/jplayer.blue.monday.css | div.jp-audio,
div.jp-video {
/* Edit the font-size to counteract inherited font sizing.
* Eg. 1.25em = 1 / 0.8em
*/
font-size:1em; /* No parent CSS that can effect the size in these demos */
font-family:'微软雅黑';
line-height:1.6;
color: #666;
}
div.jp-audio {
width:100%;
height:40px;
}
div.jp-video-270p ... | 0.241311 | 0.066995 |
.text-grad {
background: -webkit-linear-gradient(270deg, #de6161, #2657eb);
background-size: 400% 400%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
z-index: 99;
-webkit-animation: you 3s ease infinite;
-moz-animation: you 3s ease infinite;
animation: you 3s ease infinite ;
}
.vibrate-1... | foodka/src/app/pageNotFound/pageNotFound.component.css | .text-grad {
background: -webkit-linear-gradient(270deg, #de6161, #2657eb);
background-size: 400% 400%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
z-index: 99;
-webkit-animation: you 3s ease infinite;
-moz-animation: you 3s ease infinite;
animation: you 3s ease infinite ;
}
.vibrate-1... | 0.256553 | 0.086709 |
margin-top: -60px;
width: 1130px;
height: 600px;
border-radius: 12px;
border: 2px solid #91a8fd;
/*//#004a87;*/
z-index: -1;
}
#map-ctl {
width: 20px;
margin-left: 1132px;
margin-top: -630px;
}
#map-content {
/*//margin-left:1010px;*/
margin-top: -200px;
margin-left: -122px;
width: 120px;
height: 200px... | resources/client/css/map.css | margin-top: -60px;
width: 1130px;
height: 600px;
border-radius: 12px;
border: 2px solid #91a8fd;
/*//#004a87;*/
z-index: -1;
}
#map-ctl {
width: 20px;
margin-left: 1132px;
margin-top: -630px;
}
#map-content {
/*//margin-left:1010px;*/
margin-top: -200px;
margin-left: -122px;
width: 120px;
height: 200px... | 0.178025 | 0.049359 |
body, table, p, ul, li, td {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
color: #222;
}
body { margin: 0;
background-color: #ffffff }
div.contents {padding-left: 2em; padding-right: 2em; text-align: left }
div.normal_text { max-width: 80ex; margin: 0 auto }
div.home { text... | style.css | body, table, p, ul, li, td {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
color: #222;
}
body { margin: 0;
background-color: #ffffff }
div.contents {padding-left: 2em; padding-right: 2em; text-align: left }
div.normal_text { max-width: 80ex; margin: 0 auto }
div.home { text... | 0.446253 | 0.175874 |
.w-pagination-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.w-pagination-previ... | V.2/css/louis-ruschke-bc91ef96021e1a400e3f82f07.webflow.css | .w-pagination-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.w-pagination-previ... | 0.381796 | 0.056055 |
.tile {
background: $white;
border: 1px solid rgba($gray-300, .5);
color: $black;
display: block;
font-size: 20px;
margin: 16px 0;
transition: all .3s ease-out;
&:hover,
&:focus {
border: 1px solid rgba($gray-300, 1);
text-decoration: none;
}
.header {
display: flex;
flex-directi... | src/styles/molecules/_tile.css | .tile {
background: $white;
border: 1px solid rgba($gray-300, .5);
color: $black;
display: block;
font-size: 20px;
margin: 16px 0;
transition: all .3s ease-out;
&:hover,
&:focus {
border: 1px solid rgba($gray-300, 1);
text-decoration: none;
}
.header {
display: flex;
flex-directi... | 0.659734 | 0.114591 |
.wrapper {
width: 80%;
margin: auto;
}
/* ---- Form ---- */
form {
margin-top: 30px;
}
.form-group {
display: block;
margin-bottom: 40px;
}
.form-row {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.form-col {
margin-right: 20px;
}
.form-check {
di... | public/css/form.css | .wrapper {
width: 80%;
margin: auto;
}
/* ---- Form ---- */
form {
margin-top: 30px;
}
.form-group {
display: block;
margin-bottom: 40px;
}
.form-row {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.form-col {
margin-right: 20px;
}
.form-check {
di... | 0.459319 | 0.10942 |
@charset "utf-8";
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,det... | src/quote/assets/css/reset.css | @charset "utf-8";
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,det... | 0.326164 | 0.060059 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.kite-menu {
font-family: 'Quicksand', sans-serif;
width: 100%;
height: 55px;
line-height: 55px;
color: rgba(255, 255, 255, 0.7);
position: relative;
overflow: hidden;
}
.kite-menu,
.kite-menu.expand {
transition: all ease-in-out .4s;
-webkit-transition... | assets/css/kite-menu.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.kite-menu {
font-family: 'Quicksand', sans-serif;
width: 100%;
height: 55px;
line-height: 55px;
color: rgba(255, 255, 255, 0.7);
position: relative;
overflow: hidden;
}
.kite-menu,
.kite-menu.expand {
transition: all ease-in-out .4s;
-webkit-transition... | 0.300643 | 0.063453 |
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
/* Date time picker */
.bs-datetime-picker {
font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 4px;
border: 1px solid #ccc;
position: absolute;
top: 0;
left: 0;
... | BForms.Docs/Scripts/BForms/Plugins/Datepicker/css/bforms.datepicker.css | *, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
/* Date time picker */
.bs-datetime-picker {
font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 4px;
border: 1px solid #ccc;
position: absolute;
top: 0;
left: 0;
... | 0.382487 | 0.045905 |
background-color: #2e3b41;
color: #cfcfcf;
font-family: Verdana, sans-serif;
font-size: 8pt;
width: 360px;
margin: auto;
}
#app h1 {
margin: 5px;
}
#app h2 {
margin: 5px 0px 10px 5px;
}
#app h3 {
display: inline-block;
margin: 5px;
}
#app table {
border-spacing: 0px;
}
#app tr {
width: 100%;
padding: 10px ... | lib/styles/app.css | background-color: #2e3b41;
color: #cfcfcf;
font-family: Verdana, sans-serif;
font-size: 8pt;
width: 360px;
margin: auto;
}
#app h1 {
margin: 5px;
}
#app h2 {
margin: 5px 0px 10px 5px;
}
#app h3 {
display: inline-block;
margin: 5px;
}
#app table {
border-spacing: 0px;
}
#app tr {
width: 100%;
padding: 10px ... | 0.207777 | 0.068102 |
.request-demo-page {
background: url("/img/req.jpg") center top no-repeat;
background-size: cover;
min-height: 100vh;
padding: 100px 0;
@media screen and (max-width: 1211px) {
padding: 50px 0;
}
margin: 0 -var(--global-padding);
@media screen and (--hd) {
margin: 0 -var(--padding-hd);
}
... | src/css/imports/_request.css | .request-demo-page {
background: url("/img/req.jpg") center top no-repeat;
background-size: cover;
min-height: 100vh;
padding: 100px 0;
@media screen and (max-width: 1211px) {
padding: 50px 0;
}
margin: 0 -var(--global-padding);
@media screen and (--hd) {
margin: 0 -var(--padding-hd);
}
... | 0.404155 | 0.087408 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container {
width: 1200px;
margin: 0 auto;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo-link {
text-decoration: none;
font-family: 'Montserrat';
font-size: 30px;
color... | html-css/module-06/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container {
width: 1200px;
margin: 0 auto;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo-link {
text-decoration: none;
font-family: 'Montserrat';
font-size: 30px;
color... | 0.389663 | 0.087058 |
.type_collection_list .kalles-container__category-in-blog-post.mb-0 {
margin-bottom: 0 !important;
}
.nt_gallery_item .nt_bg_lz {
padding-top: 127.5217933%;
}
.page_head_article-heading {
padding: 50px 0
}
.page_head_article-heading:before {
background-color: #000;
opacity: 0.54
}
.page_head_ar... | public/assets/css/single-blog.css |
.type_collection_list .kalles-container__category-in-blog-post.mb-0 {
margin-bottom: 0 !important;
}
.nt_gallery_item .nt_bg_lz {
padding-top: 127.5217933%;
}
.page_head_article-heading {
padding: 50px 0
}
.page_head_article-heading:before {
background-color: #000;
opacity: 0.54
}
.page_head_ar... | 0.475118 | 0.075176 |
@font-face {
font-family: "Lato";
font-style: normal;
font-weight: 300;
src: url("./lato/lato-v17-latin-300.eot"); /* IE9 Compat Modes */
src: local(""),
url("./lato/lato-v17-latin-300.eot?#iefix") format("embedded-opentype"),
/* IE6-IE8 */ url("./lato/lato-v17-latin-300.woff2") format("woff2"),
/... | fonts.css | @font-face {
font-family: "Lato";
font-style: normal;
font-weight: 300;
src: url("./lato/lato-v17-latin-300.eot"); /* IE9 Compat Modes */
src: local(""),
url("./lato/lato-v17-latin-300.eot?#iefix") format("embedded-opentype"),
/* IE6-IE8 */ url("./lato/lato-v17-latin-300.woff2") format("woff2"),
/... | 0.154791 | 0.049727 |
header {
height: 50px;
font-size: 15px;
}
.title_header > div:last-child > span {
color: #D64549;
padding-right: 8px;
}
#myHometown > select {
width: 8rem!important;
overflow : hidden;
text-overflow : clip;
white-space : nowrap;
}
div.body div.head {
flex-direction: column;
ju... | css/edit.css | header {
height: 50px;
font-size: 15px;
}
.title_header > div:last-child > span {
color: #D64549;
padding-right: 8px;
}
#myHometown > select {
width: 8rem!important;
overflow : hidden;
text-overflow : clip;
white-space : nowrap;
}
div.body div.head {
flex-direction: column;
ju... | 0.45181 | 0.123181 |
body {
background: #ddeef6;
padding-bottom: 0;
margin-bottom: 0;
}
body, a, td, th, input, textarea, select {
font-family: Arial;
font-size: 12px;
color: #444;
text-decoration: none;
}
a {
font-weight: bold;
}
img {
border: 0;
}
form {
padding: 0;
margin: 0;
}
.box {
background: #fcf... | _img/style.css | body {
background: #ddeef6;
padding-bottom: 0;
margin-bottom: 0;
}
body, a, td, th, input, textarea, select {
font-family: Arial;
font-size: 12px;
color: #444;
text-decoration: none;
}
a {
font-weight: bold;
}
img {
border: 0;
}
form {
padding: 0;
margin: 0;
}
.box {
background: #fcf... | 0.278355 | 0.149935 |
.user-profile {
background-color: white;
width: 100%;
}
.img-profile{
display: flex;
justify-content: center;
background-color: white;
}
.img-profile img{
width: 210px;
height: 210px;
margin: 20px;
border-radius: 10px;
border: 1px solid #999;
}
.img-show-cover img{
width: 280px;
height: 400px... | crackBangBoom/public/css/profile-style.css | .user-profile {
background-color: white;
width: 100%;
}
.img-profile{
display: flex;
justify-content: center;
background-color: white;
}
.img-profile img{
width: 210px;
height: 210px;
margin: 20px;
border-radius: 10px;
border: 1px solid #999;
}
.img-show-cover img{
width: 280px;
height: 400px... | 0.418578 | 0.102574 |
body{
position: relative;
padding:55px 0;
}
header{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 55px;
background: #fff;
color: #000
}
header #reset{
position: absolute;
left: 45%;
width: 100px;
background: rgba(0, 0, 0, 0.05);
padding: 15px;
text-align: center;
margin-top: 5px;
border-radiu... | assets/css/manage.css | body{
position: relative;
padding:55px 0;
}
header{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 55px;
background: #fff;
color: #000
}
header #reset{
position: absolute;
left: 45%;
width: 100px;
background: rgba(0, 0, 0, 0.05);
padding: 15px;
text-align: center;
margin-top: 5px;
border-radiu... | 0.398875 | 0.047228 |
body {
margin: 0px;
font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
.hidden {
visibility: hidden;
}
.toolbar {
display: flex;
background: #333;
justify-content: center;
}
.toolbar > div {
/* border: 1px solid red; */
padding: 10px 20px;
text-align: center;
}
.toolbar > div.butt... | css/style.css | body {
margin: 0px;
font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
.hidden {
visibility: hidden;
}
.toolbar {
display: flex;
background: #333;
justify-content: center;
}
.toolbar > div {
/* border: 1px solid red; */
padding: 10px 20px;
text-align: center;
}
.toolbar > div.butt... | 0.359027 | 0.092852 |
.main-view h3 {
width: 10%;
margin: 0;
padding: 5px;
}
.main-view h2 {
width: 17%;
padding: 0px;
text-align: center;
background-color: #808080;
opacity: 0.8;
border: none;
color: white;
text-decoration: none;
display: inline-block;
margin-top: 0px;
margin-left:... | src/main/resources/META-INF/resources/frontend/styles/style.css | .main-view h3 {
width: 10%;
margin: 0;
padding: 5px;
}
.main-view h2 {
width: 17%;
padding: 0px;
text-align: center;
background-color: #808080;
opacity: 0.8;
border: none;
color: white;
text-decoration: none;
display: inline-block;
margin-top: 0px;
margin-left:... | 0.561816 | 0.077413 |
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Muli:300,400,600,700,800,900');
body{font-family: 'Muli', sans-serif;font-weight:400;color:#333;padding-top: 80px;}
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif;}
*, a, button, input{-webkit-... | html/css/style.css | @charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Muli:300,400,600,700,800,900');
body{font-family: 'Muli', sans-serif;font-weight:400;color:#333;padding-top: 80px;}
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif;}
*, a, button, input{-webkit-... | 0.320077 | 0.052546 |
.hero {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-content: flex-start;
text-align: left;
background: #fff;
height: 45vh;
gap: 1.6rem;
margin-top: 3rem;
}
.hero h1 {
color: #0099ff;
font-size: 4.8rem;
margin: 0 0 0 5rem;
}
.hero h2 {
color: #0099ff;
font-size... | src/components/loggedOut/LoggedOut.css | .hero {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-content: flex-start;
text-align: left;
background: #fff;
height: 45vh;
gap: 1.6rem;
margin-top: 3rem;
}
.hero h1 {
color: #0099ff;
font-size: 4.8rem;
margin: 0 0 0 5rem;
}
.hero h2 {
color: #0099ff;
font-size... | 0.523908 | 0.086748 |
padding:0;
margin:0;
}
#editingarea {
padding: 0;
margin: 0;
border: 0;
bottom: 0;
background-color: #ffffff;
}
#toolbar {
margin: 0;
padding-top: 0;
padding-right: 0;
padding-left: 0;
height: 56px;
width: 100%;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
bor... | structures/common/css/application.code.css | padding:0;
margin:0;
}
#editingarea {
padding: 0;
margin: 0;
border: 0;
bottom: 0;
background-color: #ffffff;
}
#toolbar {
margin: 0;
padding-top: 0;
padding-right: 0;
padding-left: 0;
height: 56px;
width: 100%;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
bor... | 0.590425 | 0.334454 |
@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{font-family:"微软雅黑", "宋体";}
.wrap{width:980px; margin:40px auto;}
.clear{ clear:both;}
h1{ text-align:center; color:#C00; font-size:40px;}
input{ cursor:pointer;}
.version_info{ color:#999; font-size:12px; text-align:center; width:100%; background:#fff u... | Web/styles/global.css | @charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{font-family:"微软雅黑", "宋体";}
.wrap{width:980px; margin:40px auto;}
.clear{ clear:both;}
h1{ text-align:center; color:#C00; font-size:40px;}
input{ cursor:pointer;}
.version_info{ color:#999; font-size:12px; text-align:center; width:100%; background:#fff u... | 0.189859 | 0.070816 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
/*oldest*/
.slot-youtube *,
.slot-youtube *:after,
.slot-youtube *:before,
.detail-slot-youtube *,
.detail-slot-youtube *:after,
.detail-slot-youtube *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing:... | css/kapanlagi.com.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
/*oldest*/
.slot-youtube *,
.slot-youtube *:after,
.slot-youtube *:before,
.detail-slot-youtube *,
.detail-slot-youtube *:after,
.detail-slot-youtube *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing:... | 0.42919 | 0.080973 |
.navbar{
position: fixed;
height: 60px;
width: 100%;
}
.logo{
height: 50px;
background-color: white;
}
body{
color: white;
}
.inner-header{
display: flex;
flex-direction: row;
justify-content: space-between;
color: white;
}
ul{
list-style: none;
}
.Search{
width: auto;
fon... | css/main.css | .navbar{
position: fixed;
height: 60px;
width: 100%;
}
.logo{
height: 50px;
background-color: white;
}
body{
color: white;
}
.inner-header{
display: flex;
flex-direction: row;
justify-content: space-between;
color: white;
}
ul{
list-style: none;
}
.Search{
width: auto;
fon... | 0.443118 | 0.084985 |
/* This file defines classes that make up the messages page
** the following colors are used in this css file
** #e2e2e2: borders
** #497699: blue text headers
** #333333: gray text
** #FEF1B9: selected row color
** #D4E4F5: Pager color
** #C6C6C6: Data Grid manage border color
*/
/* The data grid */
table.DataGrid
... | UIDemo.Web/App_Themes/Serenity/DataGrid.css | /* This file defines classes that make up the messages page
** the following colors are used in this css file
** #e2e2e2: borders
** #497699: blue text headers
** #333333: gray text
** #FEF1B9: selected row color
** #D4E4F5: Pager color
** #C6C6C6: Data Grid manage border color
*/
/* The data grid */
table.DataGrid
... | 0.334372 | 0.281288 |
@import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600;800&display=swap');
html,
body {
padding: 0;
font-family: 'Muli', sans-serif !important;
background-color: #f3f6fb;
}
.main {
max-width: 900px;
margin: auto;
margin-top: 100px;
}
h1 {
font-weight: 800;
margin: 20px;
font-size: 49p... | static/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600;800&display=swap');
html,
body {
padding: 0;
font-family: 'Muli', sans-serif !important;
background-color: #f3f6fb;
}
.main {
max-width: 900px;
margin: auto;
margin-top: 100px;
}
h1 {
font-weight: 800;
margin: 20px;
font-size: 49p... | 0.425367 | 0.066085 |
.time-table {
&__container {
display: flex;
@media(--medium-viewport) {
flex-direction: column;
}
}
h3 {
@apply --font-style-medium;
color: black;
margin-left: 25px;
margin-bottom: 40px;
}
&__full {
margin-top: 11px;
.time-table__day {
width: 100% !important;
... | src/css/imports/_time-table.css | .time-table {
&__container {
display: flex;
@media(--medium-viewport) {
flex-direction: column;
}
}
h3 {
@apply --font-style-medium;
color: black;
margin-left: 25px;
margin-bottom: 40px;
}
&__full {
margin-top: 11px;
.time-table__day {
width: 100% !important;
... | 0.598664 | 0.173044 |
@import url("https://fonts.googleapis.com/css2?family=Bellota+Text:wght@300;400&family=Monoton&display=swap");
body {
font-family: "Bellota Text", cursive;
overflow-x: hidden;
}
.main-container {
width: 100%;
}
/* Section 1 */
.section-1 {
width: 100%;
min-height: min(65rem, 100vh);
background-color: #fff... | Udemy/10 Mega Responsive Websites With HTML, CSS, And JavaScript/Creative Design/style.css | @import url("https://fonts.googleapis.com/css2?family=Bellota+Text:wght@300;400&family=Monoton&display=swap");
body {
font-family: "Bellota Text", cursive;
overflow-x: hidden;
}
.main-container {
width: 100%;
}
/* Section 1 */
.section-1 {
width: 100%;
min-height: min(65rem, 100vh);
background-color: #fff... | 0.538255 | 0.077903 |
@media screen and (max-width: 1059px) {
.just-on-desctop {
display: none !important;
}
.not-on-desctop {
display: inline !important;
}
.not-on-desctop.block {
display: block !important;
}
.not-on-desctop.inline-block {
display: inline-block !important;
}
.header-top {
width:... | web/css/responsive.css | @media screen and (max-width: 1059px) {
.just-on-desctop {
display: none !important;
}
.not-on-desctop {
display: inline !important;
}
.not-on-desctop.block {
display: block !important;
}
.not-on-desctop.inline-block {
display: inline-block !important;
}
.header-top {
width:... | 0.253214 | 0.050823 |
/* @@@LICENSE
*
* Copyright (c) 2011-2013 LG Electronics, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | com.palm.app.calculator/css/Calculator.css | /* @@@LICENSE
*
* Copyright (c) 2011-2013 LG Electronics, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 0.555676 | 0.073763 |
body {
background-color: #D3DADF; }
.iconsContainer {
width: 940px;
height: auto;
margin: 200px auto 0 auto; }
.icon, .icon__settings, .icon__shows, .icon__music {
position: relative;
display: inline-block;
width: 280px;
height: 150px;
cursor: pointer;
margin-right: 45px; }
.icon:last-child, .ic... | css/styles.css | body {
background-color: #D3DADF; }
.iconsContainer {
width: 940px;
height: auto;
margin: 200px auto 0 auto; }
.icon, .icon__settings, .icon__shows, .icon__music {
position: relative;
display: inline-block;
width: 280px;
height: 150px;
cursor: pointer;
margin-right: 45px; }
.icon:last-child, .ic... | 0.504883 | 0.04037 |
-------------------------------------------------- */
/* This line will make all box like elements to keep the given size even if margins or paddings are added */
*{
box-sizing: border-box;
}
/*Social Icons size is set below*/
.snimages
{
margin-top: 5px;
width: 35px;
height: 35px;
}
/* Social Icons are insi... | assets/css/style.css | -------------------------------------------------- */
/* This line will make all box like elements to keep the given size even if margins or paddings are added */
*{
box-sizing: border-box;
}
/*Social Icons size is set below*/
.snimages
{
margin-top: 5px;
width: 35px;
height: 35px;
}
/* Social Icons are insi... | 0.325842 | 0.074939 |
a,
a:hover,
a:focus {
text-decoration: none;
transition: all 0.3s;
}
.navbar-btn {
box-shadow: none;
outline: none !important;
border: none;
}
.btn.btn-aside {
/* padding: .44rem 1.14rem;*/
color: white;
}
/* ---------------------------------------------------
SIDEBAR STYLE
----------... | public/css/style-aside.css | a,
a:hover,
a:focus {
text-decoration: none;
transition: all 0.3s;
}
.navbar-btn {
box-shadow: none;
outline: none !important;
border: none;
}
.btn.btn-aside {
/* padding: .44rem 1.14rem;*/
color: white;
}
/* ---------------------------------------------------
SIDEBAR STYLE
----------... | 0.446977 | 0.080285 |
:root {
--color: #d12013;
}
@keyframes colorChange {
0% {color: var(--color);}
25% {color: #140e8c;}
50% {color: #9c024c;}
75% {color: #7d5009;}
100% {color: var(--color);}
}
@keyframes borderChange {
0% {border-color: var(--color);}
25% {border-color: #140e8c;}
50% {border-color: #9c024c;}
75% {bo... | project2/public/style.css | :root {
--color: #d12013;
}
@keyframes colorChange {
0% {color: var(--color);}
25% {color: #140e8c;}
50% {color: #9c024c;}
75% {color: #7d5009;}
100% {color: var(--color);}
}
@keyframes borderChange {
0% {border-color: var(--color);}
25% {border-color: #140e8c;}
50% {border-color: #9c024c;}
75% {bo... | 0.654011 | 0.226837 |
:root {
font-size: 16px;
}
html {
overflow-x: hidden;
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
a {
color: #02172E;
}
a:hover {
color: #10BBC5;
}
.body {
font-family: 'Muli', sans-serif;
line-height: 1.7rem;
color: #02172E;
text-align: center;
font-size: 1.1rem;
... | css/style.css | :root {
font-size: 16px;
}
html {
overflow-x: hidden;
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
a {
color: #02172E;
}
a:hover {
color: #10BBC5;
}
.body {
font-family: 'Muli', sans-serif;
line-height: 1.7rem;
color: #02172E;
text-align: center;
font-size: 1.1rem;
... | 0.543833 | 0.14448 |
:root {
--color-blue: #1967d2;
--color-gray: #999999;
--color-gray-dark: #696969;
--color-gray-super-dark: #232323;
--color-white: #FFFFFF;
/* tamanho da fonte padrão: 16px - 100% - 1rem*/
font-size: 60%;
}
html{
box-sizing: border-box;
margin: 0;
padding: 0;
}
img{
max-... | css/styles.css | :root {
--color-blue: #1967d2;
--color-gray: #999999;
--color-gray-dark: #696969;
--color-gray-super-dark: #232323;
--color-white: #FFFFFF;
/* tamanho da fonte padrão: 16px - 100% - 1rem*/
font-size: 60%;
}
html{
box-sizing: border-box;
margin: 0;
padding: 0;
}
img{
max-... | 0.307982 | 0.157947 |
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,500|Roboto+Condensed:400,700);
.pforders-orderdetails-ul{margin:0; padding:0;}
.pforders-orderdetails-ul li{font-family:Roboto;font-weight:700;font-size:12px;}
.pforders-orderdetails-ul .uppcase{text-transform:uppercase;}
.pforders-orderdetails-ul li .pf... | public/admin/core/css/metabox-custom.css | @import url(http://fonts.googleapis.com/css?family=Roboto:400,700,500|Roboto+Condensed:400,700);
.pforders-orderdetails-ul{margin:0; padding:0;}
.pforders-orderdetails-ul li{font-family:Roboto;font-weight:700;font-size:12px;}
.pforders-orderdetails-ul .uppcase{text-transform:uppercase;}
.pforders-orderdetails-ul li .pf... | 0.361503 | 0.099252 |
@font-face {
font-family: "flaticon29";
src: url("flaticon.eot");
src: url("flaticon.eot#iefix") format("embedded-opentype"),
url("flaticon.woff") format("woff"),
url("flaticon.ttf") format("truetype"),
url("flaticon.svg") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="flaticon29-"]:before, ... | images/icons/health/flaticon29.css | @font-face {
font-family: "flaticon29";
src: url("flaticon.eot");
src: url("flaticon.eot#iefix") format("embedded-opentype"),
url("flaticon.woff") format("woff"),
url("flaticon.ttf") format("truetype"),
url("flaticon.svg") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="flaticon29-"]:before, ... | 0.290578 | 0.362123 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400');
body {
font-family: 'Montserrat', sans-serif;
}
/*Top menu*/
.topmenu {
height: 60px;
background: rgb(25,159,218);
background: linear-gradient(63deg, rgba(25,159,218,1) 0%, rgba(15,176,205,1) 35%, rgba(86,206,219,1) 100%);
}
... | assets/css/app.css | @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400');
body {
font-family: 'Montserrat', sans-serif;
}
/*Top menu*/
.topmenu {
height: 60px;
background: rgb(25,159,218);
background: linear-gradient(63deg, rgba(25,159,218,1) 0%, rgba(15,176,205,1) 35%, rgba(86,206,219,1) 100%);
}
... | 0.392919 | 0.07836 |
.wrapper {
display: flex;
}
.content{
height: 100%;
background-color: white;
}
.sidebar {
width: 16rem;
min-height: 100vh;
background-color: #4e73df;
background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
color: white;
border: none;
}
hr{
width: 90%;
border: 1px solid rgba(25... | assets/mdb/css/style.css | .wrapper {
display: flex;
}
.content{
height: 100%;
background-color: white;
}
.sidebar {
width: 16rem;
min-height: 100vh;
background-color: #4e73df;
background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
color: white;
border: none;
}
hr{
width: 90%;
border: 1px solid rgba(25... | 0.50293 | 0.077169 |
@media (max-width:1200px){
nav ul li a{padding:17px 8px}
.shelter-service{padding:50px}
.shelter-service h3{font-size:30px}
.find-shelter select{width:320px}
.find-shelter{padding:0}
.shelter-text-carousel{padding:0}
.video-text h3{font-size:34px}
.video-text p{margin:0 0 20px}
.fancy-event-details{width:80%}
.box-text... | public/Main/css/responsive.css | @media (max-width:1200px){
nav ul li a{padding:17px 8px}
.shelter-service{padding:50px}
.shelter-service h3{font-size:30px}
.find-shelter select{width:320px}
.find-shelter{padding:0}
.shelter-text-carousel{padding:0}
.video-text h3{font-size:34px}
.video-text p{margin:0 0 20px}
.fancy-event-details{width:80%}
.box-text... | 0.236164 | 0.073497 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.app {
font-family: Poppins;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: auto;
/* background-color: var(--primary-lighter-color);
background-color: #efab5f; */
/* background-color: #ecc498;
background-image: url("data:image/svg... | src/App.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.app {
font-family: Poppins;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: auto;
/* background-color: var(--primary-lighter-color);
background-color: #efab5f; */
/* background-color: #ecc498;
background-image: url("data:image/svg... | 0.342022 | 0.091666 |
@import '@yaireo/tagify/dist/tagify.css';
.TagsInput {
width: 100%;
}
.tagify {
border-radius: var(--border-radius);
transition: none;
}
.tagify:focus-within {
box-shadow: var(--input-focus-shadow);
border-color: var(--color-focus);
}
.tagify[aria-expanded='true'] {
border-bottom-left-radius: 0;
borde... | app/components/tags_input/tags_input.css | @import '@yaireo/tagify/dist/tagify.css';
.TagsInput {
width: 100%;
}
.tagify {
border-radius: var(--border-radius);
transition: none;
}
.tagify:focus-within {
box-shadow: var(--input-focus-shadow);
border-color: var(--color-focus);
}
.tagify[aria-expanded='true'] {
border-bottom-left-radius: 0;
borde... | 0.536313 | 0.130396 |
/* Reset CSS Defaults */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;pa... | app/assets/stylesheets/hc/common.css |
/* Reset CSS Defaults */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;pa... | 0.305283 | 0.062018 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Poppins', sans-serif;
}
.container {
max-width: 500px;
margin: 10px auto;
overflow: auto;
padding:30px;
border-radius: 5px;
}
.head... | src/index.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Poppins', sans-serif;
}
.container {
max-width: 500px;
margin: 10px auto;
overflow: auto;
padding:30px;
border-radius: 5px;
}
.head... | 0.243013 | 0.068944 |
.pageHolder{
height: 80%;
width: 95%;
background-color: lightblue;
position: absolute;
left: calc(5%/2);
top: 90px;
overflow: hidden;
}
.search {
background-color: #003049;
height: 1.5em;
}
.search-bar {
font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
}
... | src/css/Search.css | .pageHolder{
height: 80%;
width: 95%;
background-color: lightblue;
position: absolute;
left: calc(5%/2);
top: 90px;
overflow: hidden;
}
.search {
background-color: #003049;
height: 1.5em;
}
.search-bar {
font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
}
... | 0.448185 | 0.091911 |
.container {
max-width: 800px;
margin: 0 auto;
}
.container form {
margin: 1rem;
}
ul:not(.browser-default) li {
list-style-type: disc;
font-size: 14px;
padding-left: 0px;
margin-left: 25px;
}
.support-form label {
display: inline-block;
font-family: 'Source Sans Pro', Arial, sans-serif;
font-size... | force-app/main/default/lwc/aareg_contactSupportForm/aareg_contactSupportForm.css | .container {
max-width: 800px;
margin: 0 auto;
}
.container form {
margin: 1rem;
}
ul:not(.browser-default) li {
list-style-type: disc;
font-size: 14px;
padding-left: 0px;
margin-left: 25px;
}
.support-form label {
display: inline-block;
font-family: 'Source Sans Pro', Arial, sans-serif;
font-size... | 0.433262 | 0.064477 |
html {
/*background-color: #303030;*/
overflow: hidden;
}
body {
height: 100%;
display: flex;
flex-direction: row;
overflow: hidden;
}
#app {
flex: 1;
display: flex;
flex-direction: row;
}
.md-app {
flex: 1;
}
.md-toolbar .app-title a {
margin-right: 16px;
text-align: ce... | api/static/css/app.css | html {
/*background-color: #303030;*/
overflow: hidden;
}
body {
height: 100%;
display: flex;
flex-direction: row;
overflow: hidden;
}
#app {
flex: 1;
display: flex;
flex-direction: row;
}
.md-app {
flex: 1;
}
.md-toolbar .app-title a {
margin-right: 16px;
text-align: ce... | 0.398641 | 0.071203 |
background-position: 10px 12px; /* Position the search icon */
background-repeat: no-repeat; /* Do not repeat the icon image */
width: 100%; /* Full-width */
font-size: 16px; /* Increase font-size */
padding: 12px 20px 12px 40px; /* Add some padding */
border: 1px solid #ddd; /* Add a grey border */
mar... | wordpress/wp-content/updraft/plugins-old/cool-timeline/fa-icons/css/fa-field.css |
background-position: 10px 12px; /* Position the search icon */
background-repeat: no-repeat; /* Do not repeat the icon image */
width: 100%; /* Full-width */
font-size: 16px; /* Increase font-size */
padding: 12px 20px 12px 40px; /* Add some padding */
border: 1px solid #ddd; /* Add a grey border */
mar... | 0.460774 | 0.056731 |
p {
margin-bottom: 0;
}
.page-container {
background: #f5f5f5;
}
.container-top {
width: 100%;
height: 400px;
}
.container-top .container-top-public {
width: 49.5%;
height: 100%;
background: #fff;
float: left;
}
.container-top .container-top-public:last-child {
float: right;
}
.container-top .containe... | mall-console-ui/public/css/welcome.css | p {
margin-bottom: 0;
}
.page-container {
background: #f5f5f5;
}
.container-top {
width: 100%;
height: 400px;
}
.container-top .container-top-public {
width: 49.5%;
height: 100%;
background: #fff;
float: left;
}
.container-top .container-top-public:last-child {
float: right;
}
.container-top .containe... | 0.377426 | 0.067855 |
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,800;1,500&display=swap');
/* Pre-set */
*{
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
ul{
list-style: none;
padding-left: 0;
}
a{
text-decoration: none;
}
/* Start */
/* set family font */... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,800;1,500&display=swap');
/* Pre-set */
*{
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
ul{
list-style: none;
padding-left: 0;
}
a{
text-decoration: none;
}
/* Start */
/* set family font */... | 0.396535 | 0.057414 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
al... | src/App.css | .App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
al... | 0.693784 | 0.109087 |
.container {
margin-bottom: 10px;
}
.bathroom {
width: 400px;
height: 400px;
margin: auto;
background: red;
background-image: url('../images/bathroom_crate.png');
background-repeat: no-repeat;
background-size: 100%;
overflow: hidden;
display: grid;
grid-template-columns: ... | src/components/specialRoom.module.css | .container {
margin-bottom: 10px;
}
.bathroom {
width: 400px;
height: 400px;
margin: auto;
background: red;
background-image: url('../images/bathroom_crate.png');
background-repeat: no-repeat;
background-size: 100%;
overflow: hidden;
display: grid;
grid-template-columns: ... | 0.556641 | 0.269455 |
:root{
--cor-de-font: rgb(55, 171, 175);
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container{
max-width: 1080px;
margin: 0 auto;
padding: 0 2%;
}
body{
text-align: center;
background-color: rgb(50, 56, 54);
color: var(--cor-de-font);
font-family: 'Roboto', san... | css/style.css | :root{
--cor-de-font: rgb(55, 171, 175);
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container{
max-width: 1080px;
margin: 0 auto;
padding: 0 2%;
}
body{
text-align: center;
background-color: rgb(50, 56, 54);
color: var(--cor-de-font);
font-family: 'Roboto', san... | 0.393152 | 0.116286 |
@-webkit-keyframes ripple {
from {
opacity: 1; }
to {
transform: scale(2);
opacity: 0; } }
@-moz-keyframes ripple {
from {
opacity: 1; }
to {
transform: scale(2);
opacity: 0; } }
@keyframes ripple {
from {
opacity: 1; }
to {
transform: scale(2);
opacity: 0; } }
@-webkit-k... | demo/assets/css/main.css | @-webkit-keyframes ripple {
from {
opacity: 1; }
to {
transform: scale(2);
opacity: 0; } }
@-moz-keyframes ripple {
from {
opacity: 1; }
to {
transform: scale(2);
opacity: 0; } }
@keyframes ripple {
from {
opacity: 1; }
to {
transform: scale(2);
opacity: 0; } }
@-webkit-k... | 0.326701 | 0.160135 |
:root {
--accent: #4aaaa5;
}
/* Global */
* {
margin: 0;
padding: 0;
}
body {
background-image: url('../images/pattern.png');
}
.content {
min-height: calc(100vh - 76px);
}
.main {
width: 960px;
margin: auto;
}
.content-box {
background: #fff;
border: 2px solid #ddd;
margin-... | responsive-portfolio/assets/css/style.css | :root {
--accent: #4aaaa5;
}
/* Global */
* {
margin: 0;
padding: 0;
}
body {
background-image: url('../images/pattern.png');
}
.content {
min-height: calc(100vh - 76px);
}
.main {
width: 960px;
margin: auto;
}
.content-box {
background: #fff;
border: 2px solid #ddd;
margin-... | 0.378344 | 0.158728 |
html, body{
padding: 0;
font-family: 'Nunito', sans-serif;
margin: 0;
height: 100%;
background-color: #eef1f2;
scroll-behavior: smooth;
}
.abc{
width: 100%;
height: 100%;
position: relative;
display: flex;
flex-flow: column;
}
.header-admin {
background-color: #23282d;
... | public/css/admin.css | html, body{
padding: 0;
font-family: 'Nunito', sans-serif;
margin: 0;
height: 100%;
background-color: #eef1f2;
scroll-behavior: smooth;
}
.abc{
width: 100%;
height: 100%;
position: relative;
display: flex;
flex-flow: column;
}
.header-admin {
background-color: #23282d;
... | 0.421314 | 0.077274 |
@font-face {
font-family: 'Montserrat';
src: url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fo... | css/style.css | @font-face {
font-family: 'Montserrat';
src: url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fo... | 0.382603 | 0.062875 |
@-moz-document domain(tumblr.com) {
*{text-shadow:none !important; color:#FFACF1 !important;}
Body{
background-color:#ffd7fb !important;
color:#ffd7fb !important;
font-size:11px !important;
background-image: url('http://i994.photobucket.com/albums/af63/hellogloomykittybear/Backgrounds/photobucket-1-1... | data/usercss/48392.user.css | @-moz-document domain(tumblr.com) {
*{text-shadow:none !important; color:#FFACF1 !important;}
Body{
background-color:#ffd7fb !important;
color:#ffd7fb !important;
font-size:11px !important;
background-image: url('http://i994.photobucket.com/albums/af63/hellogloomykittybear/Backgrounds/photobucket-1-1... | 0.28577 | 0.04627 |
.disable-select, .filemanager-items td {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.clearfix:after, .filemanager:after {
content: "";
display: table;
clear: both; }
.rc-filepicker {
position: relative; }
.rc-filepicke... | system/plugins/filemanager/assets/css/filemanager.css | .disable-select, .filemanager-items td {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.clearfix:after, .filemanager:after {
content: "";
display: table;
clear: both; }
.rc-filepicker {
position: relative; }
.rc-filepicke... | 0.288068 | 0.050307 |
@media only screen and (min-width: 568px) {
/*
Global styles - spacing
*/
.container{
margin: 0 auto;
padding: 0 7.5rem;
}
.container-small {
padding: 0 4rem;
}
/*
Global styles - Typography
*/
h2{
font-size: 5.75rem;
margin-bottom: 5rem;
}
.gradSectionSolid... | css/responsive.css | @media only screen and (min-width: 568px) {
/*
Global styles - spacing
*/
.container{
margin: 0 auto;
padding: 0 7.5rem;
}
.container-small {
padding: 0 4rem;
}
/*
Global styles - Typography
*/
h2{
font-size: 5.75rem;
margin-bottom: 5rem;
}
.gradSectionSolid... | 0.190799 | 0.109658 |
body {
height: 100vh;
}
.erp-layout {
height: 6.5vh;
}
.setting-icon {
height: 100%;
line-height: 6.5vh;
right: 20px;
color: #fff;
}
.setting-icon i {
font-size: 3vh;
font-weight: bold;
cursor: pointer;
}
.erp-header {
position: relative;
height: 100%;
}
.erp-header .erp-nav {
display: flex... | public/static/css/style.css | body {
height: 100vh;
}
.erp-layout {
height: 6.5vh;
}
.setting-icon {
height: 100%;
line-height: 6.5vh;
right: 20px;
color: #fff;
}
.setting-icon i {
font-size: 3vh;
font-weight: bold;
cursor: pointer;
}
.erp-header {
position: relative;
height: 100%;
}
.erp-header .erp-nav {
display: flex... | 0.510741 | 0.058858 |
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap');
*{
margin: 0;
padding: 0;
font-family: 'Quicksand', sans-serif;
}
/*-----Side Nav-----*/
#menuBtn{
width: 50px;
position: fixed;
right: 50px;
top: 35px;
z-index: 2;
cursor: point... | assets/style.css | @import url('https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap');
*{
margin: 0;
padding: 0;
font-family: 'Quicksand', sans-serif;
}
/*-----Side Nav-----*/
#menuBtn{
width: 50px;
position: fixed;
right: 50px;
top: 35px;
z-index: 2;
cursor: point... | 0.15034 | 0.05634 |
.navbar-static-side {
width: 300px;
}
.nav > li > a {
padding-left: 10px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
background-color: transparent;
color: white;
}
.wrapper.wrapper-content {
padding: 10px 0 0;
}
#page-wrapper,
.navbar-default.navbar-static-side {
overfl... | public/assets-builder/css/custom2.css | .navbar-static-side {
width: 300px;
}
.nav > li > a {
padding-left: 10px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
background-color: transparent;
color: white;
}
.wrapper.wrapper-content {
padding: 10px 0 0;
}
#page-wrapper,
.navbar-default.navbar-static-side {
overfl... | 0.345326 | 0.091544 |
@charset "utf-8";
/*1 重定义浏览器默认样式*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-siz... | pay-demo/src/main/webapp/css/agreement.css | @charset "utf-8";
/*1 重定义浏览器默认样式*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-siz... | 0.127857 | 0.038107 |
@font-face {
font-family: 'Noto Sans Bamum';
font-style: normal;
font-weight: 400;
src: url(/static/Noto_Sans_Bamum.woff2) format('woff2');
unicode-range: U+A6A0-A6FF, U+16800-16A38, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U... | static/index.css | @font-face {
font-family: 'Noto Sans Bamum';
font-style: normal;
font-weight: 400;
src: url(/static/Noto_Sans_Bamum.woff2) format('woff2');
unicode-range: U+A6A0-A6FF, U+16800-16A38, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U... | 0.400515 | 0.070688 |
body {
margin: 0;
}
nav {
position: fixed;
margin: 0;
width: 100%;
height: 75px;
padding-top: 12px;
padding-bottom: 12px;
background-color: rgba(0, 0, 0, 0);
z-index: 100;
transition: linear 150ms;
}
nav.scroll {
background-color: rgba(0,0,0,0.99);
color: black;
transition: linear 150ms;
}
.bo... | style.css | body {
margin: 0;
}
nav {
position: fixed;
margin: 0;
width: 100%;
height: 75px;
padding-top: 12px;
padding-bottom: 12px;
background-color: rgba(0, 0, 0, 0);
z-index: 100;
transition: linear 150ms;
}
nav.scroll {
background-color: rgba(0,0,0,0.99);
color: black;
transition: linear 150ms;
}
.bo... | 0.57081 | 0.068351 |
.css-selector{
font-family:'Open Sans', serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1.2;
color: #000000;
}
body {
height: 100%;
font-weight: 300;
}
h1,
.h1 {
font-size: 48px;
color: #f... | css/landing-page.css | .css-selector{
font-family:'Open Sans', serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1.2;
color: #000000;
}
body {
height: 100%;
font-weight: 300;
}
h1,
.h1 {
font-size: 48px;
color: #f... | 0.420481 | 0.090655 |
@font-face {
font-family: "SerifNO02";
src: url(fonts/SerifNO02Trial-RegularDisplay.woff2);
}
@font-face {
font-family: 'GatticaVar';
src: url('fonts/Gattica.ttf') format('truetype');
font-weight: 50 150;
wdth: 100 150;
}
::-webkit-scrollbar {
display: none;
}
*{
box-sizing: border-box;
scrollba... | assets/css/index.css | @font-face {
font-family: "SerifNO02";
src: url(fonts/SerifNO02Trial-RegularDisplay.woff2);
}
@font-face {
font-family: 'GatticaVar';
src: url('fonts/Gattica.ttf') format('truetype');
font-weight: 50 150;
wdth: 100 150;
}
::-webkit-scrollbar {
display: none;
}
*{
box-sizing: border-box;
scrollba... | 0.273477 | 0.0537 |
body{
background:url('../images/bg.png');
background-attachment: fixed;
}
.bold{
font-weight: bold;
}
.thick{
font-weight: 500;
}
section{
margin-bottom: 40px !important;
}
#home{
margin-bottom: 26px !important;
}
#main-container{
margin-top: 160px;
}
.page{
-webkit-box-shadow:... | src/main/resources/spark/template/freemarker/stylesheets/style.css | body{
background:url('../images/bg.png');
background-attachment: fixed;
}
.bold{
font-weight: bold;
}
.thick{
font-weight: 500;
}
section{
margin-bottom: 40px !important;
}
#home{
margin-bottom: 26px !important;
}
#main-container{
margin-top: 160px;
}
.page{
-webkit-box-shadow:... | 0.103386 | 0.048496 |
@media (max-width: 1120px) {}
@media (max-width: 992px) {
.welcome_detail {
width: 100%;
}
.service_img-container .service_img-box.i-box-1 {
width: 100%;
}
.service_img-container .service_img-box.i-box-2 {
width: 100%;
}
.service_img-container .service_img-box.i-... | libraries/css/responsive.css | @media (max-width: 1120px) {}
@media (max-width: 992px) {
.welcome_detail {
width: 100%;
}
.service_img-container .service_img-box.i-box-1 {
width: 100%;
}
.service_img-container .service_img-box.i-box-2 {
width: 100%;
}
.service_img-container .service_img-box.i-... | 0.333178 | 0.082586 |
body {
padding-top: 20px;
background: #222222 url("../img/image/bg.png") repeat;
}
body .no-padding {
padding: 0;
}
.page-header {
color: white;
margin-top: 10px;
border-bottom-color: #555;
text-shadow: #7D7D7D 0 1px 0px;
}
.nav.nav-justified > li {
list-style-type:none;
white-spac... | client/css/style.css | body {
padding-top: 20px;
background: #222222 url("../img/image/bg.png") repeat;
}
body .no-padding {
padding: 0;
}
.page-header {
color: white;
margin-top: 10px;
border-bottom-color: #555;
text-shadow: #7D7D7D 0 1px 0px;
}
.nav.nav-justified > li {
list-style-type:none;
white-spac... | 0.328529 | 0.096068 |
@charset "utf-8";
.clear {clear:both;}
.clear:before,.clear:after {content:"";display:table;}
.clear:after {clear:both;}
/* form-div */
.form-div{background-color:rgba(255,255,255,0.8); border-radius:10px; border:1px solid #aaa; width:424px; margin:0 auto;padding:30px 0 20px 0px; font-size:12px;box-shadow:inset 0px... | src/modules/frontend/assets/css/tanchubiaodan.css | @charset "utf-8";
.clear {clear:both;}
.clear:before,.clear:after {content:"";display:table;}
.clear:after {clear:both;}
/* form-div */
.form-div{background-color:rgba(255,255,255,0.8); border-radius:10px; border:1px solid #aaa; width:424px; margin:0 auto;padding:30px 0 20px 0px; font-size:12px;box-shadow:inset 0px... | 0.134975 | 0.120542 |
header {
width: 100%;
}
header img {
width: 100%;
}
.about-title {
padding: 25px;
width: calc(70% - 50px);
margin: 25px auto;
background-color: #65D245;
}
.about-title h2 {
font-size: 18px;
text-align: center;
color: #fff;
}
.about-title p {
font-size: 12px;
line-height: 16px;
color: #fff;
}
.hi... | template/mobile/new/static/css/about.css | header {
width: 100%;
}
header img {
width: 100%;
}
.about-title {
padding: 25px;
width: calc(70% - 50px);
margin: 25px auto;
background-color: #65D245;
}
.about-title h2 {
font-size: 18px;
text-align: center;
color: #fff;
}
.about-title p {
font-size: 12px;
line-height: 16px;
color: #fff;
}
.hi... | 0.42931 | 0.098166 |