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 |
|---|---|---|---|---|
/*
* Base structure
*/
html,body{
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
}
a{
outline:none;
}
a:hover{
text-decoration: none;
}
.genline{
margin-bottom:20px;
}
.gen... | css/dashboard.css | /*
* Base structure
*/
html,body{
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
}
a{
outline:none;
}
a:hover{
text-decoration: none;
}
.genline{
margin-bottom:20px;
}
.gen... | 0.194712 | 0.053428 |
.tingle-modal * {
box-sizing: border-box;
}
.tingle-modal {
font-family: Helvetica, Arial, Helvetica, sans-serif;
position: fixed;
top: 20px;
margin: 0 auto;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
visibility: hidden;
overflow: hidden;
-webkit-overflow-scrolling: touch;
background: rgba... | src/assets/css/tingle.css |
.tingle-modal * {
box-sizing: border-box;
}
.tingle-modal {
font-family: Helvetica, Arial, Helvetica, sans-serif;
position: fixed;
top: 20px;
margin: 0 auto;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
visibility: hidden;
overflow: hidden;
-webkit-overflow-scrolling: touch;
background: rgba... | 0.327561 | 0.07353 |
.cart_header{
margin:20px auto;
overflow:hidden;
height:80px;
width:980px;
}
.logo_wrap{
padding:60px 0 0 0;
height:0;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
}
body{
/*color:#FFFFFF;*/
font-size:12px;
font-family:Aria... | Public/css/goodscar.css | .cart_header{
margin:20px auto;
overflow:hidden;
height:80px;
width:980px;
}
.logo_wrap{
padding:60px 0 0 0;
height:0;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
}
body{
/*color:#FFFFFF;*/
font-size:12px;
font-family:Aria... | 0.287568 | 0.083853 |
@import 'css/theme.css'; /* for RTD */
tt, code, kbd, pre, samp {
font-family: "Fira Mono", Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
font-variant-ligatures: no-common-ligatures;
text-rendering: optimizeSpeed;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
padding: 1.5rem;
}... | docs/source/static/styles.css | @import 'css/theme.css'; /* for RTD */
tt, code, kbd, pre, samp {
font-family: "Fira Mono", Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
font-variant-ligatures: no-common-ligatures;
text-rendering: optimizeSpeed;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
padding: 1.5rem;
}... | 0.221603 | 0.078289 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: LemonMilk-bold;
src: url(font/LemonMilkbold.otf);
}
@font-face {
font-family: Arial-Bold;
src: url(font/arial-bold.ttf);
}
@font-face {
font-family: Arial-regular;
src: url(font/Arial-regular... | style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: LemonMilk-bold;
src: url(font/LemonMilkbold.otf);
}
@font-face {
font-family: Arial-Bold;
src: url(font/arial-bold.ttf);
}
@font-face {
font-family: Arial-regular;
src: url(font/Arial-regular... | 0.250638 | 0.046812 |
* {
/*! border: 1px solid red; */
box-sizing: border-box;
}
body {
margin: 30px;
padding: 0;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
background: #e7e7e7;
}
a {
color: #00B7FF;
}
/*********************************************************
GRID SYSTEM
************... | public/stylesheets/style.css | * {
/*! border: 1px solid red; */
box-sizing: border-box;
}
body {
margin: 30px;
padding: 0;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
background: #e7e7e7;
}
a {
color: #00B7FF;
}
/*********************************************************
GRID SYSTEM
************... | 0.289573 | 0.127408 |
`html {
margin: 0;
height: 100%;
}
body {
margin: 0;
background-color: #BBB;
height: 100%;
}
p {
margin-top: 0;
}
em {
font-weight: bold;
font-style: italic;
}
/* Engine Container */
#pbsStorybookContainer {
/* Keep all elements within the pages */
overflow-x: hidden;
/* Turn off tap highlight in Mob... | lib/pbs/engine/css/engine.css | `html {
margin: 0;
height: 100%;
}
body {
margin: 0;
background-color: #BBB;
height: 100%;
}
p {
margin-top: 0;
}
em {
font-weight: bold;
font-style: italic;
}
/* Engine Container */
#pbsStorybookContainer {
/* Keep all elements within the pages */
overflow-x: hidden;
/* Turn off tap highlight in Mob... | 0.438304 | 0.116387 |
a {
cursor: pointer;
}
.login {
background: url(../images/homeimgs/login-bg.png) no-repeat left 110px;
height: 100%;
zoom: 1;
min-height: 600px;
}
.login:after {
content: "";
display: block;
clear: both;
}
.loginbox {
margin: 0px 45px auto 0;
overflow: hidden;
zoom: 1;
clear: both;
padding: 30px;
width... | public/css/classical/login.css | a {
cursor: pointer;
}
.login {
background: url(../images/homeimgs/login-bg.png) no-repeat left 110px;
height: 100%;
zoom: 1;
min-height: 600px;
}
.login:after {
content: "";
display: block;
clear: both;
}
.loginbox {
margin: 0px 45px auto 0;
overflow: hidden;
zoom: 1;
clear: both;
padding: 30px;
width... | 0.199035 | 0.093678 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
background-color:#F8F1E9;
font-family:"Open Sans", "MS Serif", "New York", serif;
}
a:link{
text-decoration:none;
color:#1F5616;
}
a:active{
text-decoration:none;
color:#1F5616;
}
a:hover{
text-decoration:none;
color:#6C7666;... | style.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
background-color:#F8F1E9;
font-family:"Open Sans", "MS Serif", "New York", serif;
}
a:link{
text-decoration:none;
color:#1F5616;
}
a:active{
text-decoration:none;
color:#1F5616;
}
a:hover{
text-decoration:none;
color:#6C7666;... | 0.17515 | 0.039085 |
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, ... | src/styles.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.31059 | 0.097133 |
@media (max-width: 1299px) {
.slider_section .slider_number-container {
display: none;
}
}
@media (max-width: 1120px) {}
@media (max-width: 992px) {
.hero_area {
background-position: top left;
min-height: auto;
}
.slider_section.position-relative {
padding: 75px 0 150px 0;
... | css/responsive.css | @media (max-width: 1299px) {
.slider_section .slider_number-container {
display: none;
}
}
@media (max-width: 1120px) {}
@media (max-width: 992px) {
.hero_area {
background-position: top left;
min-height: auto;
}
.slider_section.position-relative {
padding: 75px 0 150px 0;
... | 0.345547 | 0.054955 |
section.pricing {
background: #D3D3D3;
background: url(../img/pricing.jpg);
}
.pricing .card {
border: none;
border-radius: 1rem;
transition: all 0.2s;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricing hr {
background: url(../img/home-slider/slider-1.jpg)no-repeat fixed center center;
margin... | public/css/pricing.css | section.pricing {
background: #D3D3D3;
background: url(../img/pricing.jpg);
}
.pricing .card {
border: none;
border-radius: 1rem;
transition: all 0.2s;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricing hr {
background: url(../img/home-slider/slider-1.jpg)no-repeat fixed center center;
margin... | 0.365457 | 0.184492 |
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
*{
padding: 0;
margin: 0;
text-decoration: none;
}
body{
font-family: 'Source Sans Pro', sans-serif;
color: #0000008c;
}
header{
... | especialidades.css | @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
*{
padding: 0;
margin: 0;
text-decoration: none;
}
body{
font-family: 'Source Sans Pro', sans-serif;
color: #0000008c;
}
header{
... | 0.361954 | 0.0729 |
/*font import*/
@import url('https://fonts.googleapis.com/css?family=Rye');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
/* Dropdown Button */
.dropbtn {
background-color: #4CAF50;
color: white;
paddi... | css/app.css |
/*font import*/
@import url('https://fonts.googleapis.com/css?family=Rye');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
/* Dropdown Button */
.dropbtn {
background-color: #4CAF50;
color: white;
paddi... | 0.425844 | 0.064124 |
body {
position: relative;
width: 100%;
height: 100%;
margin: 0;
}
html{
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(-45deg, #fcfcfc 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fcfcfc), color-stop(100%... | css/grayscale.css | body {
position: relative;
width: 100%;
height: 100%;
margin: 0;
}
html{
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(-45deg, #fcfcfc 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fcfcfc), color-stop(100%... | 0.307982 | 0.099558 |
body {
font-family: 'Caveat', cursive;
}
header {
background-color: #ffffff;
padding: 0;
}
.caixa {
position: relative;
width: 200px;
margin: 0 auto;
padding: 20px;
}
.menu{
font-size: 25px;
border-width: 2px;
border-style: solid;
border-color: rgb(255, 187, 0);
border-radius: 80%;
padd... | style.css | body {
font-family: 'Caveat', cursive;
}
header {
background-color: #ffffff;
padding: 0;
}
.caixa {
position: relative;
width: 200px;
margin: 0 auto;
padding: 20px;
}
.menu{
font-size: 25px;
border-width: 2px;
border-style: solid;
border-color: rgb(255, 187, 0);
border-radius: 80%;
padd... | 0.219588 | 0.100216 |
body {
background-color: #222;
}
#mainDiv {
text-align: center;
}
#tempoUpImage {
max-height:10px;
}
#tempoDownImage {
max-height:10px;
}
#demoCanvas {
display: inline-block;
}
#tempoUp {
position:absolute;
left:108px;
top:80px;
background:none;
background-color:transparent;
border:none;
outline:non... | style/style.css | body {
background-color: #222;
}
#mainDiv {
text-align: center;
}
#tempoUpImage {
max-height:10px;
}
#tempoDownImage {
max-height:10px;
}
#demoCanvas {
display: inline-block;
}
#tempoUp {
position:absolute;
left:108px;
top:80px;
background:none;
background-color:transparent;
border:none;
outline:non... | 0.345768 | 0.05455 |
*{
padding: 0;
margin: 0;
}
html{
font-size: 16px;
}
body{
overflow-x: hidden;
font-family: Helvetica, Tahoma, Verdana, sans-serif;
font-size: 1rem;
color: rgb(75, 75, 75);
}
h1, h2, h3, a{
font-family: 'Bitter', serif;
font-weight: 400;
color: rgb(105,105,105);
... | style.css | *{
padding: 0;
margin: 0;
}
html{
font-size: 16px;
}
body{
overflow-x: hidden;
font-family: Helvetica, Tahoma, Verdana, sans-serif;
font-size: 1rem;
color: rgb(75, 75, 75);
}
h1, h2, h3, a{
font-family: 'Bitter', serif;
font-weight: 400;
color: rgb(105,105,105);
... | 0.355327 | 0.055823 |
@font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 700;
src: url("/fonts/hkg/HKGrotesk-Bold.eot");
src: local("HK-Grotesk Bold"), local("KH-Grotesk-Bold"),
url("/fonts/hkg/HKGrotesk-Bold.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Bold.woff") format("woff"),
url("/font... | static/fonts/fonts.css | @font-face {
font-family: "HK-Grotesk";
font-style: normal;
font-weight: 700;
src: url("/fonts/hkg/HKGrotesk-Bold.eot");
src: local("HK-Grotesk Bold"), local("KH-Grotesk-Bold"),
url("/fonts/hkg/HKGrotesk-Bold.woff2") format("woff2"),
url("/fonts/hkg/HKGrotesk-Bold.woff") format("woff"),
url("/font... | 0.306631 | 0.053601 |
body {
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
background-color: #eee;
margin: 0;
display: flex;
}
.glitchButton .glitchButtonElement {
width: auto;
}
.glitchButton {
top: 0px !important;
}
/* VARIOUS CONTAINER BOX STYLING */
.left {
padding: 2em;
width: 300px;
p... | style.css | body {
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
background-color: #eee;
margin: 0;
display: flex;
}
.glitchButton .glitchButtonElement {
width: auto;
}
.glitchButton {
top: 0px !important;
}
/* VARIOUS CONTAINER BOX STYLING */
.left {
padding: 2em;
width: 300px;
p... | 0.390825 | 0.067454 |
html, body {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 13px;
line-height: 1.3em;
color: white;
margin: auto;
background: black;
}
.header-title {
font-size: 24px;
line-height: 1.35;
font-weight: normal;
margin-bottom: .5em;
}
.page-text {
word-wra... | www/jcss/style.css | html, body {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 13px;
line-height: 1.3em;
color: white;
margin: auto;
background: black;
}
.header-title {
font-size: 24px;
line-height: 1.35;
font-weight: normal;
margin-bottom: .5em;
}
.page-text {
word-wra... | 0.44348 | 0.123366 |
* {
border: 0;
padding: 0;
margin: 0;
background: 0 0;
color: inherit;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: 50% 50%;
font-weight: 400;
}
:focus {
outline: 0;
}
a {
text-decoration: none;
}
b,
b *,
strong,
strong * {
font-weight: 700;
}
ol,
ul {
list-style:... | public/tiny/tiny.css | * {
border: 0;
padding: 0;
margin: 0;
background: 0 0;
color: inherit;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: 50% 50%;
font-weight: 400;
}
:focus {
outline: 0;
}
a {
text-decoration: none;
}
b,
b *,
strong,
strong * {
font-weight: 700;
}
ol,
ul {
list-style:... | 0.330795 | 0.115586 |
html {
box-sizing: border-box;
scroll-behavior: smooth;
font-size: 62.5%;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
* {
font-family: "Lucida Console", monospace;
}
body {
margin: 0px;
}
.scroll {
overflow-y: scroll;
overflow-x: hidden;
scroll-snap-type: y mandatory;
heig... | client/src/styles-purecssfiles/styles.css | html {
box-sizing: border-box;
scroll-behavior: smooth;
font-size: 62.5%;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
* {
font-family: "Lucida Console", monospace;
}
body {
margin: 0px;
}
.scroll {
overflow-y: scroll;
overflow-x: hidden;
scroll-snap-type: y mandatory;
heig... | 0.601828 | 0.107437 |
*{
margin: 0;
padding: 0;
}
body{
background-color: #ffffff;
font-family: '微软雅黑',Helvetica,sans-serif!important;
}
.banner > ul > li > a img{
width: 100%;
}
.max_more{
display: block;
width:100px;
height: 30px;
background: #E12E32;
margin: auto;
margin-top: 30px;
text-ali... | public/new/home/index/index.css | *{
margin: 0;
padding: 0;
}
body{
background-color: #ffffff;
font-family: '微软雅黑',Helvetica,sans-serif!important;
}
.banner > ul > li > a img{
width: 100%;
}
.max_more{
display: block;
width:100px;
height: 30px;
background: #E12E32;
margin: auto;
margin-top: 30px;
text-ali... | 0.450359 | 0.076615 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');
body {
font-family: 'Noto Sans JP', sans-serif;
background: #F5F5F5;
}
/*****Desktop view*****/
#header-container {
position: sticky;
top: 0;
}
#header {
display: flex;
flex-direction: row;
justify-cont... | src/style.css | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');
body {
font-family: 'Noto Sans JP', sans-serif;
background: #F5F5F5;
}
/*****Desktop view*****/
#header-container {
position: sticky;
top: 0;
}
#header {
display: flex;
flex-direction: row;
justify-cont... | 0.287168 | 0.089534 |
body {
margin: 0;
padding: 0;
background: darkCyan;
/* background: url(background.jpg); */
background-size:contain;
font-family: sans-serif;
}
.logInPage{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 350px;
height: 400px;
box-sizing: border-box;
backgrou... | main.css | body {
margin: 0;
padding: 0;
background: darkCyan;
/* background: url(background.jpg); */
background-size:contain;
font-family: sans-serif;
}
.logInPage{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 350px;
height: 400px;
box-sizing: border-box;
backgrou... | 0.321673 | 0.056522 |
.PageGateModal {background:#FFF;border:1px solid #35afe8;padding:10px;width:470px;height:290px;}
.PageGateModalContent {padding:0px;margin:0px;}
.PageGateLegal {text-align:center;width:100%;color:#000;position:absolute;bottom:10px;left:0;}
.PageGateSubtitle {padding:0 80px 0 86px;color:#5e5e5e;margin:0;}
.PageGateBut... | test/Microsoft.Css.Parser.Test/Files/090/90.css |
.PageGateModal {background:#FFF;border:1px solid #35afe8;padding:10px;width:470px;height:290px;}
.PageGateModalContent {padding:0px;margin:0px;}
.PageGateLegal {text-align:center;width:100%;color:#000;position:absolute;bottom:10px;left:0;}
.PageGateSubtitle {padding:0 80px 0 86px;color:#5e5e5e;margin:0;}
.PageGateBut... | 0.315209 | 0.052595 |
.wpo-blog-area,
.wpo-blog-style-2 {
background: #f1f1f1;
padding: 100px 0 70px;
position: relative;
}
.wpo-blog-area:before,
.wpo-blog-style-2:before {
content: "";
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.wpo-section-title.wpo-section-title-3 h2 {
color: #333;
}
.wpo-s... | src/components/BlogSection/style.css | .wpo-blog-area,
.wpo-blog-style-2 {
background: #f1f1f1;
padding: 100px 0 70px;
position: relative;
}
.wpo-blog-area:before,
.wpo-blog-style-2:before {
content: "";
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.wpo-section-title.wpo-section-title-3 h2 {
color: #333;
}
.wpo-s... | 0.347648 | 0.172694 |
@import "../../../node_modules/vue-multiselect/dist/vue-multiselect.min.css";
@import "layer.css";
html, body, a, span, div, p, input, button, ul, li, img, em, h1, h2, h3, h4, label ,dl ,dt,dd{
padding: 0;
margin: 0;
font-style: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizin... | src/assets/css/common.css | @import "../../../node_modules/vue-multiselect/dist/vue-multiselect.min.css";
@import "layer.css";
html, body, a, span, div, p, input, button, ul, li, img, em, h1, h2, h3, h4, label ,dl ,dt,dd{
padding: 0;
margin: 0;
font-style: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizin... | 0.179243 | 0.055158 |
html,
body,
div,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
button,
input,
select table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
ul,
li {
list-style: none;
}
i {
font-style... | public/r_backend/v2/css/css/common_backend.css | html,
body,
div,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
button,
input,
select table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
ul,
li {
list-style: none;
}
i {
font-style... | 0.359252 | 0.071754 |
html{box-sizing:border-box;}
html,
body{margin:0;padding:0;font-family:'Titillium Web';font-size:17px;}
*,
*:before,
*:after{box-sizing:inherit}
body{margin:0;font:normal 85% Arial,Helvetica,sans-serif;}
canvas{display:block;vertical-align:bottom;}
/* ---- particles.js container ---- */
#particles-js{position:absolute... | static/css/home.min.css | html{box-sizing:border-box;}
html,
body{margin:0;padding:0;font-family:'Titillium Web';font-size:17px;}
*,
*:before,
*:after{box-sizing:inherit}
body{margin:0;font:normal 85% Arial,Helvetica,sans-serif;}
canvas{display:block;vertical-align:bottom;}
/* ---- particles.js container ---- */
#particles-js{position:absolute... | 0.308398 | 0.044411 |
.accordion {
margin: 10pt 0;
border: none;
background: #F5F5F9;
}
.accordion p {
margin: 0!important;
}
.accordion .ddd p {
white-space: normal;
word-break: break-all;
}
.accordion .item {
margin-top: 10pt;
border-radius: 5pt;
padding: 0 0.5rem;
}
.accordion .item img {
width: 100%;
height: 5rem;
... | src/components/activity/activity.css | .accordion {
margin: 10pt 0;
border: none;
background: #F5F5F9;
}
.accordion p {
margin: 0!important;
}
.accordion .ddd p {
white-space: normal;
word-break: break-all;
}
.accordion .item {
margin-top: 10pt;
border-radius: 5pt;
padding: 0 0.5rem;
}
.accordion .item img {
width: 100%;
height: 5rem;
... | 0.363421 | 0.085633 |
.cg-notify-message {
color: #ffffff !important;
padding-left: 30px;
padding-right: 30px;
}
/* For tests summary chart */
.bar {
display: inline-block;
border: 1px;
border-bottom: 1px solid #CCC;
}
.bar-success {
background: #7BB33D;
}
.bar-success:hover {
background: #73A839;
}
.bar-failure {
backgro... | src/main/webapp/styles/main.css | .cg-notify-message {
color: #ffffff !important;
padding-left: 30px;
padding-right: 30px;
}
/* For tests summary chart */
.bar {
display: inline-block;
border: 1px;
border-bottom: 1px solid #CCC;
}
.bar-success {
background: #7BB33D;
}
.bar-success:hover {
background: #73A839;
}
.bar-failure {
backgro... | 0.407333 | 0.103703 |
@charset "UTF-8";
/* CSS Document */
/* Enter css here */
/* Tag-Area */
*,
html
{
margin:0;
padding:0;
}
html,
body
{
height: 100%;
background-color:whitesmoke;
}
header
{
background-color: #000000;
height: 5%;
width: 100%;
}
footer
{
width:100%;
height:3.5%;
background-color:whitesm... | elementary.css | @charset "UTF-8";
/* CSS Document */
/* Enter css here */
/* Tag-Area */
*,
html
{
margin:0;
padding:0;
}
html,
body
{
height: 100%;
background-color:whitesmoke;
}
header
{
background-color: #000000;
height: 5%;
width: 100%;
}
footer
{
width:100%;
height:3.5%;
background-color:whitesm... | 0.215846 | 0.048835 |
.chk-custom{
/* display: inline;
font-family: 'Source Sans Pro',Lato,'Open Sans','Helvetica Neue',Arial,sans-serif;
font-size: 12px;
margin-left: -20px;*/
margin-top: 0px;
}
.hide-selected > li.k-state-selected {
display: none;
}
.btn-zoom{
width: 30px !important;
height: 22px !importan... | web/assets/core/css/page-time-series.css | .chk-custom{
/* display: inline;
font-family: 'Source Sans Pro',Lato,'Open Sans','Helvetica Neue',Arial,sans-serif;
font-size: 12px;
margin-left: -20px;*/
margin-top: 0px;
}
.hide-selected > li.k-state-selected {
display: none;
}
.btn-zoom{
width: 30px !important;
height: 22px !importan... | 0.204064 | 0.097433 |
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
src: url('../fonts/poppins-v13-latin-ext_latin-100.eot'); /* IE9 Compat Modes */
src: local('Poppins Thin'), local('Poppins-Thin'),
url('../fonts/poppins-v13-latin-ext_latin-100.eot?#iefix') format('embedded-opentype'), /... | public/theme_admin/assets/css/poppins.css | @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
src: url('../fonts/poppins-v13-latin-ext_latin-100.eot'); /* IE9 Compat Modes */
src: local('Poppins Thin'), local('Poppins-Thin'),
url('../fonts/poppins-v13-latin-ext_latin-100.eot?#iefix') format('embedded-opentype'), /... | 0.208904 | 0.038466 |
.ga-grid.width\:1 > *,
.ga-cell.width\:1 {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%; }
.ga-grid.width\:2 > *,
.ga-cell.width\:2 {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.666... | dist/vanilla/base/width.css | .ga-grid.width\:1 > *,
.ga-cell.width\:1 {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%; }
.ga-grid.width\:2 > *,
.ga-cell.width\:2 {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.666... | 0.412648 | 0.04531 |
input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px;
}
label {
position: absolute;
left: 0;
display: none;
width: 2em;
height: 2.25em;
padding: .35em;
font-size: 1.1em;
color: #000;
transition: color .3s ease-in-out;
cursor: pointer;
user-sele... | assets/css/ipfstyle.css |
input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px;
}
label {
position: absolute;
left: 0;
display: none;
width: 2em;
height: 2.25em;
padding: .35em;
font-size: 1.1em;
color: #000;
transition: color .3s ease-in-out;
cursor: pointer;
user-sele... | 0.49707 | 0.081337 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
*::-webkit-scrollbar {
width: 10px;
height: 1em;
}
*::-webkit-scrollbar-track {
background: black;
}
*::-webkit-scrollbar-thumb {
background: linear-gradient(-135deg, transparent 3px, #094fcd 0) right,
linear-gradient(45deg, transpa... | css/styles.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
*::-webkit-scrollbar {
width: 10px;
height: 1em;
}
*::-webkit-scrollbar-track {
background: black;
}
*::-webkit-scrollbar-thumb {
background: linear-gradient(-135deg, transparent 3px, #094fcd 0) right,
linear-gradient(45deg, transpa... | 0.41052 | 0.0559 |
@charset "UTF-8";
/*!
* @name <%= name %>
* @author <%= author %>
* @date <%= date %>
*/
/**
* @method 清除浮动 %clearfix
* @description 清除浮动
* @example 调用
*
* ```scss
* div {
* @extend %clearfix;
* }
* ```
*
* ```css
* div {
*zoom: 1;
}
div:after {
display: block;
clear: both;
... | newhouse/site/HouseBundle/Resources/public/css/guide-article.css | @charset "UTF-8";
/*!
* @name <%= name %>
* @author <%= author %>
* @date <%= date %>
*/
/**
* @method 清除浮动 %clearfix
* @description 清除浮动
* @example 调用
*
* ```scss
* div {
* @extend %clearfix;
* }
* ```
*
* ```css
* div {
*zoom: 1;
}
div:after {
display: block;
clear: both;
... | 0.503174 | 0.079317 |
@charset "utf-8";
/* 全局样式定义 Powered by Zoomla!逐浪CMS zoomla.cn*/
.padding5 { padding-left:5px; padding-right:5px;}
.h52 { height:52px;}
.margin_bottom0 { margin-bottom:0;}
a:focus, a:hover { text-decoration:none;}
.h48 { height:48px;}
.weui-cell__bd p { margin-bottom:0;}
.box img { display:block;}/*首页样式*/
.home_top { ... | Source-Code-母婴在线门户全站源代码/Template/V4/style/mobile.css | @charset "utf-8";
/* 全局样式定义 Powered by Zoomla!逐浪CMS zoomla.cn*/
.padding5 { padding-left:5px; padding-right:5px;}
.h52 { height:52px;}
.margin_bottom0 { margin-bottom:0;}
a:focus, a:hover { text-decoration:none;}
.h48 { height:48px;}
.weui-cell__bd p { margin-bottom:0;}
.box img { display:block;}/*首页样式*/
.home_top { ... | 0.314471 | 0.218065 |
.u-section-1 {
background-image: none;
min-height: calc(100vh - 175px);
display: flex;
align-items: center;
justify-content: center;
}
.u-section-1 .u-sheet-1 {
min-height: calc(100vh - 175px);
}
.u-section-1 .u-layout-wrap-1 {
width: 602px;
margin: 50px auto 60px;
}
.u-section-1 .u-layout-cell-1 {
... | support_system/static/employee/employee_data.css | .u-section-1 {
background-image: none;
min-height: calc(100vh - 175px);
display: flex;
align-items: center;
justify-content: center;
}
.u-section-1 .u-sheet-1 {
min-height: calc(100vh - 175px);
}
.u-section-1 .u-layout-wrap-1 {
width: 602px;
margin: 50px auto 60px;
}
.u-section-1 .u-layout-cell-1 {
... | 0.368292 | 0.080937 |
* {
box-sizing: border-box;
}
body{
/* background-image:url("http://www.trakoscan.hr/images/zbirka-knjiga.png");
background-image: radial-gradient(red, yellow,orange );
*/
background-image: repeating-radial-gradient(grey, yellow 5%, cyan 15%);
/* background-color: #cccccc;
background-position: ... | style.css | * {
box-sizing: border-box;
}
body{
/* background-image:url("http://www.trakoscan.hr/images/zbirka-knjiga.png");
background-image: radial-gradient(red, yellow,orange );
*/
background-image: repeating-radial-gradient(grey, yellow 5%, cyan 15%);
/* background-color: #cccccc;
background-position: ... | 0.35488 | 0.123577 |
table.harpy {
width: 95%;
border-collapse: collapse;
}
table.harpy div {
float: left;
height: 20px;
}
table.harpy div.loadMarker {
border-left: 1px dashed #F63;
border-right: 1px dashed #5cb85c;
position: absolute;
margin-top: 35px;
}
table.harpy tr.total, table.harpy>thead>tr {
back... | src/main/css/harpy.css | table.harpy {
width: 95%;
border-collapse: collapse;
}
table.harpy div {
float: left;
height: 20px;
}
table.harpy div.loadMarker {
border-left: 1px dashed #F63;
border-right: 1px dashed #5cb85c;
position: absolute;
margin-top: 35px;
}
table.harpy tr.total, table.harpy>thead>tr {
back... | 0.452052 | 0.36523 |
html, body {
height: 100%;
}
/* Main view, move content down due to fixed navbar. */
.main-wrapper {
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
padding-top: 50px;
}
/* Container for a sidebar. */
.sidebar-container {
position: fixed;
width: 250px;
height: 100%;
padding: 0... | dtech_instagram/static/drag-drop/styles.css | html, body {
height: 100%;
}
/* Main view, move content down due to fixed navbar. */
.main-wrapper {
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
padding-top: 50px;
}
/* Container for a sidebar. */
.sidebar-container {
position: fixed;
width: 250px;
height: 100%;
padding: 0... | 0.502197 | 0.066116 |
@charset "utf-8";
/*
[generic Table of contents]
* body
+ header
- .logo
+ navigation
+ .section2
- #slider-with-blocks-1
- .royalSlider
+ .roofers-bg
- .roofers
+ #estimation
- .estimation-toggle
- .estimation
- form
- .toggle
+ .services
- .quote-carousel
- .carousel-inner
- ... | css/style.css | @charset "utf-8";
/*
[generic Table of contents]
* body
+ header
- .logo
+ navigation
+ .section2
- #slider-with-blocks-1
- .royalSlider
+ .roofers-bg
- .roofers
+ #estimation
- .estimation-toggle
- .estimation
- form
- .toggle
+ .services
- .quote-carousel
- .carousel-inner
- ... | 0.243552 | 0.046856 |
@media only screen and (max-width : 992px) {
.xpose-ab {height:auto;}
.xpose-abouttext {width:100%;float:left;}
.xpose-rocket {display:none;}
.xpose-services {height:auto;padding:0;}
.service {height:270px;}
.servicered {width:100%;-ms-transform: skew(0deg,0deg);-webkit-transform: skew(0deg,0deg); transfor... | css/responsive.css |
@media only screen and (max-width : 992px) {
.xpose-ab {height:auto;}
.xpose-abouttext {width:100%;float:left;}
.xpose-rocket {display:none;}
.xpose-services {height:auto;padding:0;}
.service {height:270px;}
.servicered {width:100%;-ms-transform: skew(0deg,0deg);-webkit-transform: skew(0deg,0deg); transfor... | 0.341692 | 0.144662 |
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
list-style: none;
}
body {
/*color: #660000;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 62.8%;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
background-colo... | public/websites/SB/3/css/default.css | html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
list-style: none;
}
body {
/*color: #660000;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 62.8%;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
background-colo... | 0.263979 | 0.057573 |
*
{
margin:0px;
padding:0px;
}
body
{
background-color:#BBDEFB;
font-family: 'Avenir Next W01', 'Avenir Next', 'Proxima Nova', 'Myriad Pro', Helvetica, Calibri, sans-serif;
}
a
{
color:black;
text-decoration: none;
}
#the_top
{
position: absolute;
top:0px;
}
#dive_button
{
display: inline-block;
position:... | style.css | *
{
margin:0px;
padding:0px;
}
body
{
background-color:#BBDEFB;
font-family: 'Avenir Next W01', 'Avenir Next', 'Proxima Nova', 'Myriad Pro', Helvetica, Calibri, sans-serif;
}
a
{
color:black;
text-decoration: none;
}
#the_top
{
position: absolute;
top:0px;
}
#dive_button
{
display: inline-block;
position:... | 0.376967 | 0.041346 |
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,
... | css/index.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,
... | 0.496826 | 0.077518 |
.navul {
position: fixed;
left: 0;
top: 0;
width: 100%;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #5d5e60;
}
.navli {
float: left;
}
li a{
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.draggable {... | contrib/hwloc-ps.www/assets/style.css |
.navul {
position: fixed;
left: 0;
top: 0;
width: 100%;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #5d5e60;
}
.navli {
float: left;
}
li a{
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.draggable {... | 0.353986 | 0.086323 |
body
{
background:#333;
font-family:arial;
margin:0;
width:910px;
}
img
{
border:none;
}
.logo
{
display:block;
margin-left:20px;
}
.enust
{
margin-top:-5px;
height:20px;
background:#efefef;
width:140px;
padding:5px;
margin-left:260px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.enust a
{
display:block;
text-... | template/carrental/css/style1.css | body
{
background:#333;
font-family:arial;
margin:0;
width:910px;
}
img
{
border:none;
}
.logo
{
display:block;
margin-left:20px;
}
.enust
{
margin-top:-5px;
height:20px;
background:#efefef;
width:140px;
padding:5px;
margin-left:260px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.enust a
{
display:block;
text-... | 0.21684 | 0.058105 |
.b-not_found {
padding-bottom: 100px;
padding-top: 50px; }
.b-not_found .b-page_header {
border-bottom: 0;
padding-bottom: 0;
margin: 0;
margin-bottom: 10px;
position: relative;
overflow: hidden; }
.b-not_found .b-page_header::before {
content: "404";
top: 0;
width: 1... | public/assets/css/responsive.css | .b-not_found {
padding-bottom: 100px;
padding-top: 50px; }
.b-not_found .b-page_header {
border-bottom: 0;
padding-bottom: 0;
margin: 0;
margin-bottom: 10px;
position: relative;
overflow: hidden; }
.b-not_found .b-page_header::before {
content: "404";
top: 0;
width: 1... | 0.453262 | 0.102125 |
* Internal self contained modules, save in directory module/.
*/
/*!
* Stylesheet for design kmom01.
*
* This stylesheet is for the design course and kmom01. Fill it with style
* to style up the website so it is useable.
*/
.row::after {
content: "";
clear: both;
display: block;
}
/**
* Style for the styl... | theme/htdocs/css/kmom01_v2.css | * Internal self contained modules, save in directory module/.
*/
/*!
* Stylesheet for design kmom01.
*
* This stylesheet is for the design course and kmom01. Fill it with style
* to style up the website so it is useable.
*/
.row::after {
content: "";
clear: both;
display: block;
}
/**
* Style for the styl... | 0.551574 | 0.09236 |
.operation_icon{
color: #666666;
cursor: pointer;
}
.operation_icon:hover{
color: #409EFF;
}
/*
颜色
*/
.icon_noFinish{
font-size: 18px !important;
color:#999999;
vertical-align: middle;
}
.icon_finish{
font-size: 18px !important;
color:#11bf67;
vertical-align: middle;
}
/*
操作图标
*/
.icon_btn{
cursor... | src/assets/css/common.css | .operation_icon{
color: #666666;
cursor: pointer;
}
.operation_icon:hover{
color: #409EFF;
}
/*
颜色
*/
.icon_noFinish{
font-size: 18px !important;
color:#999999;
vertical-align: middle;
}
.icon_finish{
font-size: 18px !important;
color:#11bf67;
vertical-align: middle;
}
/*
操作图标
*/
.icon_btn{
cursor... | 0.309441 | 0.048926 |
body {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
.wrapper {
display: flex;
}
.left {
width: 50%;
height: 100vh;
background: url("air-force-1.png") no-repeat;
background-attachment: fixed;
background-size: 100vh auto;
overflow: hidden;
... | Project_6/style.css | body {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
.wrapper {
display: flex;
}
.left {
width: 50%;
height: 100vh;
background: url("air-force-1.png") no-repeat;
background-attachment: fixed;
background-size: 100vh auto;
overflow: hidden;
... | 0.578924 | 0.092893 |
section.post-contents {
font-family: 'Roboto Slab', serif;
line-height: 2;
}
section.post-contents p {
margin-top: 3%;
}
section.post-contents p {
padding-left: 3%;
padding-right: 3%;
}
section.post-contents h2,
section.post-contents h3,
section.post-contents h4,
section.post-contents h5,
section.post-contents ... | src/components/post/post-template.css | section.post-contents {
font-family: 'Roboto Slab', serif;
line-height: 2;
}
section.post-contents p {
margin-top: 3%;
}
section.post-contents p {
padding-left: 3%;
padding-right: 3%;
}
section.post-contents h2,
section.post-contents h3,
section.post-contents h4,
section.post-contents h5,
section.post-contents ... | 0.437583 | 0.143397 |
------
Navbar
------
*/
.header {
height: 53px;
}
.myNavbar ul.myNav {
list-style-type: none;
margin: 0;
width: 100%;
position: fixed;
background-color: #FAFAFA;
padding: 0;
z-index: 2;
top: 0;
height: 53px;
overflow: hidden;
border-bottom: 1px solid #f1f1f1;
}
.myNavba... | public/static/css/asheuh-framework.css | ------
Navbar
------
*/
.header {
height: 53px;
}
.myNavbar ul.myNav {
list-style-type: none;
margin: 0;
width: 100%;
position: fixed;
background-color: #FAFAFA;
padding: 0;
z-index: 2;
top: 0;
height: 53px;
overflow: hidden;
border-bottom: 1px solid #f1f1f1;
}
.myNavba... | 0.604165 | 0.131842 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
* body {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
/*.body {
font-family: 'Roboto',sans-serif;
}*/
/*header style code*/
.material-icons{
color: rgb(96,96,96);
}
.header {
d... | YOUTUBE-CLONE/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
* body {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
/*.body {
font-family: 'Roboto',sans-serif;
}*/
/*header style code*/
.material-icons{
color: rgb(96,96,96);
}
.header {
d... | 0.453746 | 0.072801 |
===================
样式目录/已有控件
>>整体背景
>>版块列表展示页
>>发帖回复按钮
>>版块信息
>>帖子列表包裹
>>帖子列表样式
>>帖子列表状态图
>>加入该版块会员列表
>>未加入版块提示
>>阅读页结构
>>楼层左箭头
>>阅读页标题
>>阅读页数据
>>阅读页楼层左侧用户信息
>>阅读页上一主题/下一主题
>>阅读页楼层顶部操作
>>阅读页喜欢操作
>>阅读页喜欢确认弹窗
>>最新喜欢会员列表
>>楼层喜欢的会员弹窗
>>阅读页标签
>>阅读页标签名片
>>快速回复
>>快速回复列表
>>楼层用户签名
>>帖内置顶
>>编辑记录
>>公告
>>
===================
*/
... | public/assets/themes/forum/default/css/dev/forum.css | ===================
样式目录/已有控件
>>整体背景
>>版块列表展示页
>>发帖回复按钮
>>版块信息
>>帖子列表包裹
>>帖子列表样式
>>帖子列表状态图
>>加入该版块会员列表
>>未加入版块提示
>>阅读页结构
>>楼层左箭头
>>阅读页标题
>>阅读页数据
>>阅读页楼层左侧用户信息
>>阅读页上一主题/下一主题
>>阅读页楼层顶部操作
>>阅读页喜欢操作
>>阅读页喜欢确认弹窗
>>最新喜欢会员列表
>>楼层喜欢的会员弹窗
>>阅读页标签
>>阅读页标签名片
>>快速回复
>>快速回复列表
>>楼层用户签名
>>帖内置顶
>>编辑记录
>>公告
>>
===================
*/
... | 0.195095 | 0.139016 |
@-moz-document regexp("http://www.chia-anime.me/"), regexp("http://www.chia-anime.me/latest-episodes.*"), regexp("http://www.chia-anime.me/latest-anime/"), regexp("http://www.chia-anime.me/most-recent/"), regexp("http://www.chia-anime.me/index/") {
h2.h3seo {
max-width: 80vw !important;
min-width: 40vw !impo... | data/usercss/178377.user.css | @-moz-document regexp("http://www.chia-anime.me/"), regexp("http://www.chia-anime.me/latest-episodes.*"), regexp("http://www.chia-anime.me/latest-anime/"), regexp("http://www.chia-anime.me/most-recent/"), regexp("http://www.chia-anime.me/index/") {
h2.h3seo {
max-width: 80vw !important;
min-width: 40vw !impo... | 0.372848 | 0.068881 |
body {
font-family: "Open Sans", sans-serif;
color: #272829;
margin-left: auto;
margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
}
.ids ul li {
display: inline-block;
padding-right: 4px;
}
/*--------------------------------------------------------------
# project Detai... | application/static/styles/style.css | body {
font-family: "Open Sans", sans-serif;
color: #272829;
margin-left: auto;
margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
}
.ids ul li {
display: inline-block;
padding-right: 4px;
}
/*--------------------------------------------------------------
# project Detai... | 0.437824 | 0.067979 |
[ Table of contents ]
================================================
1 Theme Default
2 Top Bar
3 Mid Bar
4 Manu Bar
5 Title Bar
5 Banner
6 Post Cat
7 Resent Post
8 Post Slide
9 Main Post
10 Popular Post
11 Top Post
12 All Post
13 Blog Post
14 Pagination
... | public/css/style.css | [ Table of contents ]
================================================
1 Theme Default
2 Top Bar
3 Mid Bar
4 Manu Bar
5 Title Bar
5 Banner
6 Post Cat
7 Resent Post
8 Post Slide
9 Main Post
10 Popular Post
11 Top Post
12 All Post
13 Blog Post
14 Pagination
... | 0.40028 | 0.127925 |
@charset "utf-8";
.matter .info{ color:#333;padding-left:10px;}
.matter .info a{ color:#333; }
.matter .info a:hover{ color:#1693ff;}
.matter .content img{ vertical-align:middle;}
.matter .content{ width:990px; margin:auto; height:25px; line-height:25px; padding-left:10px; margin-top:10px;}
.matter .content2{width: 10... | application/ctaon/hq/css/message.css | @charset "utf-8";
.matter .info{ color:#333;padding-left:10px;}
.matter .info a{ color:#333; }
.matter .info a:hover{ color:#1693ff;}
.matter .content img{ vertical-align:middle;}
.matter .content{ width:990px; margin:auto; height:25px; line-height:25px; padding-left:10px; margin-top:10px;}
.matter .content2{width: 10... | 0.265024 | 0.097691 |
height: 340px;
background-image: url(../images/new/ban2.jpg);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
#ph-ban {
display: none;
padding-top: 38%;
position: relative;
}
#ph-ban img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
}
@media (max-... | public/css/main.css | height: 340px;
background-image: url(../images/new/ban2.jpg);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
#ph-ban {
display: none;
padding-top: 38%;
position: relative;
}
#ph-ban img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
}
@media (max-... | 0.310694 | 0.04612 |
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&displa... | public/styles/base.css | @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&displa... | 0.349533 | 0.059074 |
.sea-character {
font-size: medium;
min-width: 600px;
min-height: 700px;
}
.sea-character .header {
display: flex;
flex-direction: column;
margin: 1ex 1ex 0ex 1ex;
}
.sea-character .header .header-1,
.sea-character .header .header-2,
.sea-character .header .header-3,
.sea-character .header .header-4,
.sea-c... | styles/actors/character.css | .sea-character {
font-size: medium;
min-width: 600px;
min-height: 700px;
}
.sea-character .header {
display: flex;
flex-direction: column;
margin: 1ex 1ex 0ex 1ex;
}
.sea-character .header .header-1,
.sea-character .header .header-2,
.sea-character .header .header-3,
.sea-character .header .header-4,
.sea-c... | 0.533397 | 0.093927 |
* {
font-family: "Brandon Grotesque Medium", sans-serif;
}
body {
overflow: hidden !important;
overflow-y: scroll !important;
}
input {
outline: none !important;
}
.my-slider {
margin-top: 50px;
}
.base-slider {
height: 385px;
display: flex !important;
justify-content: space-between;
background-si... | public/css/app.css | * {
font-family: "Brandon Grotesque Medium", sans-serif;
}
body {
overflow: hidden !important;
overflow-y: scroll !important;
}
input {
outline: none !important;
}
.my-slider {
margin-top: 50px;
}
.base-slider {
height: 385px;
display: flex !important;
justify-content: space-between;
background-si... | 0.402979 | 0.080357 |
@import '../css/index.css';
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap');
/* ready to use color classes */
.primary-color {
color: var(--primary-color);
}
.secondary-color {
color: var(--secondary-color);
}
.primary-color-bg {
background-color: var(--primary-color);
}
.secon... | application/frontend/src/assets/css/menu_sidebar.css | @import '../css/index.css';
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap');
/* ready to use color classes */
.primary-color {
color: var(--primary-color);
}
.secondary-color {
color: var(--secondary-color);
}
.primary-color-bg {
background-color: var(--primary-color);
}
.secon... | 0.303319 | 0.063366 |
.am-navbar-left-icon{
background:url('./assets/goback.png') no-repeat;
background-size: 80%;
}
/*.am-list-view-scrollview{
top:1.6rem
}*/
.list-view-section-body{
margin-bottom: 1rem;
}
.am-refresh-control-ptr{
height: .6rem!important;
}
.am-refresh-control-ptr-loading{
margin-top: .2rem;
}
.am-in... | public/normal.css | .am-navbar-left-icon{
background:url('./assets/goback.png') no-repeat;
background-size: 80%;
}
/*.am-list-view-scrollview{
top:1.6rem
}*/
.list-view-section-body{
margin-bottom: 1rem;
}
.am-refresh-control-ptr{
height: .6rem!important;
}
.am-refresh-control-ptr-loading{
margin-top: .2rem;
}
.am-in... | 0.164684 | 0.043386 |
a:focus { outline: none; }
/* line 8, ../scss/custom.scss */
.HomeSlider { float: left; display: block; width: 100%; margin-top: 20px; }
/* line 15, ../scss/custom.scss */
.featureslider { position: relative; }
/* line 19, ../scss/custom.scss */
.featuredPostSlider { float: left; width: 100%; padding: 0; margin-top:... | css/custom.css | a:focus { outline: none; }
/* line 8, ../scss/custom.scss */
.HomeSlider { float: left; display: block; width: 100%; margin-top: 20px; }
/* line 15, ../scss/custom.scss */
.featureslider { position: relative; }
/* line 19, ../scss/custom.scss */
.featuredPostSlider { float: left; width: 100%; padding: 0; margin-top:... | 0.390243 | 0.137359 |
font-family: 'Open Sans', sans-serif !important;
background: #e4e4e4;
/*-webkit-border-radius: 5px;*/
/*border-radius: 5px;*/
padding: 20px;
position: relative;
padding-bottom: 15px;
}
body{
/*background: #e4e4e4 !important;*/
}
.boton{
float: left;
width: 100%;
-webkit-appearance: none;
background-color... | mapa/css/estilo.css | font-family: 'Open Sans', sans-serif !important;
background: #e4e4e4;
/*-webkit-border-radius: 5px;*/
/*border-radius: 5px;*/
padding: 20px;
position: relative;
padding-bottom: 15px;
}
body{
/*background: #e4e4e4 !important;*/
}
.boton{
float: left;
width: 100%;
-webkit-appearance: none;
background-color... | 0.090193 | 0.065965 |
@media print {
.no-print,a{
display: none !important;
}
.show-print-date{
display: block !important;
position: absolute;
top:10px;
left:82%;
}
#print_table{
width:100%;
}
#print_table td{
font-family: Arial, Verdana, sans-serif;
... | fontView/assets/modules/css/custom.css | @media print {
.no-print,a{
display: none !important;
}
.show-print-date{
display: block !important;
position: absolute;
top:10px;
left:82%;
}
#print_table{
width:100%;
}
#print_table td{
font-family: Arial, Verdana, sans-serif;
... | 0.156878 | 0.092934 |
body {
font-family: Arial, Helvetica, sans-serif;
background-color: black;
}
* {
box-sizing: border-box;
}
.container-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
width: 60%;
border: 5px solid red;
margin: auto;
}
.container-grid > div {
padding: ... | public/assets/css/style.css | body {
font-family: Arial, Helvetica, sans-serif;
background-color: black;
}
* {
box-sizing: border-box;
}
.container-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
width: 60%;
border: 5px solid red;
margin: auto;
}
.container-grid > div {
padding: ... | 0.533884 | 0.164617 |
body {
margin: 0px;
padding: 0px;
height: 100%;
}
.foreground_window {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
... | css/CreateProgram.css | body {
margin: 0px;
padding: 0px;
height: 100%;
}
.foreground_window {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
... | 0.401805 | 0.068195 |
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500');
body {
font-family: "Roboto Mono", monospace;
font-size: 14px;
font-weight: 300;
color: rgba(51, 51, 51, 1.00);
line-height: 1.4em;
font-weight: light;
counter-reset: section;
counter-res... | GTD.css | @charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500');
body {
font-family: "Roboto Mono", monospace;
font-size: 14px;
font-weight: 300;
color: rgba(51, 51, 51, 1.00);
line-height: 1.4em;
font-weight: light;
counter-reset: section;
counter-res... | 0.380989 | 0.125092 |
body {
font-family: "Raleway";
background-color: #fff;
min-height: 100vh;
}
.brand-wrapper {
padding-top: 7px;
}
.brand-wrapper .logo {
margin-bottom: 50px;
height: 150px;
}
#form-count {
margin-bottom: 10px;
max-height: 450px;
}
.login-section-wrapper::-webkit-scrollbar{
width: 5px;
}
.login-... | barberShopControl/core/static/style/css/login.css | body {
font-family: "Raleway";
background-color: #fff;
min-height: 100vh;
}
.brand-wrapper {
padding-top: 7px;
}
.brand-wrapper .logo {
margin-bottom: 50px;
height: 150px;
}
#form-count {
margin-bottom: 10px;
max-height: 450px;
}
.login-section-wrapper::-webkit-scrollbar{
width: 5px;
}
.login-... | 0.245356 | 0.037964 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
:root{
--green-color:#7ACC2D;
--white-color:white;
--space:10px;
}
html , body {
padding:0px;
margin: 0px;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}
nav {
display:flex;
background-color: green;
padding: var(--space);
... | estilosweb3.0.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
:root{
--green-color:#7ACC2D;
--white-color:white;
--space:10px;
}
html , body {
padding:0px;
margin: 0px;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}
nav {
display:flex;
background-color: green;
padding: var(--space);
... | 0.484624 | 0.090173 |
:root {
/* Color Variables: Use these variables to make broad-sweeping changes to the colors throughout the application. */
--core-primary: #22262F;
--core-primary-1: #171A20;
--core-primary-2: #373B43;
--core-primary-3: #3D4455;
--core-primary-4: #5B606F;
--core-primary-5: #ACB2C0;
--accen... | assets/css/_themeWhitelabel.css |
:root {
/* Color Variables: Use these variables to make broad-sweeping changes to the colors throughout the application. */
--core-primary: #22262F;
--core-primary-1: #171A20;
--core-primary-2: #373B43;
--core-primary-3: #3D4455;
--core-primary-4: #5B606F;
--core-primary-5: #ACB2C0;
--accen... | 0.483892 | 0.068756 |
.blackfont {
color: black;
}
.section_content {
font-family: 'Arya', sans-serif;
letter-spacing: 2px;
}
.line {
width: 150px;
height: 7px;
background-color: #005e75;
}
.card_line {
width: 50px;
height: 5px;
background-color: #005e75;
position: absolute;
left: 30px;
bo... | public/frontend/css/custom.css |
.blackfont {
color: black;
}
.section_content {
font-family: 'Arya', sans-serif;
letter-spacing: 2px;
}
.line {
width: 150px;
height: 7px;
background-color: #005e75;
}
.card_line {
width: 50px;
height: 5px;
background-color: #005e75;
position: absolute;
left: 30px;
bo... | 0.518059 | 0.122418 |
.upload-container {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 3rem;
}
.image-tag {
margin: 0.3rem;
}
.tag-container {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 1rem;
max-width: 20rem;
flex-wrap: ... | sudan-art/react-frontend/src/components/CSS/upload.css | .upload-container {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 3rem;
}
.image-tag {
margin: 0.3rem;
}
.tag-container {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 1rem;
max-width: 20rem;
flex-wrap: ... | 0.492432 | 0.071267 |
@font-face {
font-family: 'zombiechecklistregular';
src: url('./assets/webfontkit-Zombie/zombiechecklistv2-webfont.woff2') format('woff2'),
url('zombiechecklistv2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'cantarellregular';
src: url... | source/main.css | @font-face {
font-family: 'zombiechecklistregular';
src: url('./assets/webfontkit-Zombie/zombiechecklistv2-webfont.woff2') format('woff2'),
url('zombiechecklistv2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'cantarellregular';
src: url... | 0.479991 | 0.107907 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
background-color: #f9f9f9;
font-family:'Open Sans',sans-serif;
line-height:normal;
font-size: 16px;
color: #444;
padding:0;
margin:0;
}
.post-body h2 {
color: #e25633;
text-align: center;
}
.post-body {... | public/css/style.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
background-color: #f9f9f9;
font-family:'Open Sans',sans-serif;
line-height:normal;
font-size: 16px;
color: #444;
padding:0;
margin:0;
}
.post-body h2 {
color: #e25633;
text-align: center;
}
.post-body {... | 0.363308 | 0.08772 |
@import "../fonts/fonts.css";
@import "../icons/icons.css";
/*
* Generic - Initialize
*/
*,
*::before,
*::after {
box-sizing: border-box;
touch-action: manipulation;
}
html,
body,
ul,
ol {
padding: 0;
}
html,
body {
margin: 0;
}
html {
scroll-behavior: smooth;
}
body {
min-height: 100%;
text-render... | build/stylesheets/main.css | @import "../fonts/fonts.css";
@import "../icons/icons.css";
/*
* Generic - Initialize
*/
*,
*::before,
*::after {
box-sizing: border-box;
touch-action: manipulation;
}
html,
body,
ul,
ol {
padding: 0;
}
html,
body {
margin: 0;
}
html {
scroll-behavior: smooth;
}
body {
min-height: 100%;
text-render... | 0.475605 | 0.069384 |
body {
background-color: black;
font-family: 'Courier new', monospace;
margin:0;
padding:0;
}
nav.global-nav {
background-color: black;
border-bottom: 1px solid white;
}
nav.global-nav.sticky {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000;
}
nav.global-nav ul {
align-items: stretch;
display... | static/css/app.css | body {
background-color: black;
font-family: 'Courier new', monospace;
margin:0;
padding:0;
}
nav.global-nav {
background-color: black;
border-bottom: 1px solid white;
}
nav.global-nav.sticky {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000;
}
nav.global-nav ul {
align-items: stretch;
display... | 0.364551 | 0.044019 |
html {
background: #333;
}
body {
color: #404040;
font-family: "Open Sans", "Helvetica Neue", Helvetica, "Liberation Sans", Arial,sans-serif;
position: relative;
}
body > div.container-fluid {
background: #eee;
padding-bottom: 100px;
position: relative;
width: 100%;
}
h2 {
color: #666;
... | wsgi/static/css/oo-index.css | html {
background: #333;
}
body {
color: #404040;
font-family: "Open Sans", "Helvetica Neue", Helvetica, "Liberation Sans", Arial,sans-serif;
position: relative;
}
body > div.container-fluid {
background: #eee;
padding-bottom: 100px;
position: relative;
width: 100%;
}
h2 {
color: #666;
... | 0.310276 | 0.067886 |
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css);
.fa-2x {
font-size: 2em;
}
a:hover,
a:focus {
text-decoration: none;
}
.main-menu {
background : #000000;
border-right ... | synui_nav/static/styles/custom/sidebar.css | @import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css);
.fa-2x {
font-size: 2em;
}
a:hover,
a:focus {
text-decoration: none;
}
.main-menu {
background : #000000;
border-right ... | 0.371365 | 0.064329 |
html{
position:relative;
min-height:100%}
.container{
width:auto;
max-width:980px;
padding:0 15px
}
.container .text-muted{
margin:20px 0
}
.main{
height: 100%;
}
a, a:hover{
color:#f56954;
}
body {
margin-bottom:60px;
font-family: 'Montserrat',verdana, sans-serif... | web/css/site.css | html{
position:relative;
min-height:100%}
.container{
width:auto;
max-width:980px;
padding:0 15px
}
.container .text-muted{
margin:20px 0
}
.main{
height: 100%;
}
a, a:hover{
color:#f56954;
}
body {
margin-bottom:60px;
font-family: 'Montserrat',verdana, sans-serif... | 0.317532 | 0.062904 |
body {
font-size: 16px;
font-weight: 400;
background: #4D4D4D;
}
a,a:hover,a:focus {
text-decoration: none;
outline: 0;
}
footer {
display:none;
}
/* mobile menu
**************************************************/
.mobilemenu {
position: fixed;
top: 0px;
left: 0;
right: 0;
... | public/css/representative.css | body {
font-size: 16px;
font-weight: 400;
background: #4D4D4D;
}
a,a:hover,a:focus {
text-decoration: none;
outline: 0;
}
footer {
display:none;
}
/* mobile menu
**************************************************/
.mobilemenu {
position: fixed;
top: 0px;
left: 0;
right: 0;
... | 0.277277 | 0.072276 |
*{
padding: 0;
margin:0;
font-family:Helvetica;
}
html, body
{
height: 100%;
margin: 0;
padding: 0;
}
.justificar{
text-align: justify;
}
body {
display: table;
width: 100%;
}
.clase-general{
display: table-row;
}
#HF_txt{
font-family:"Helvetica";
font-size: 1... | bootstrap/css/byAnton.css | *{
padding: 0;
margin:0;
font-family:Helvetica;
}
html, body
{
height: 100%;
margin: 0;
padding: 0;
}
.justificar{
text-align: justify;
}
body {
display: table;
width: 100%;
}
.clase-general{
display: table-row;
}
#HF_txt{
font-family:"Helvetica";
font-size: 1... | 0.129719 | 0.034521 |
@media only screen and (max-width: 480px) {
.navbar {
display: flex;
}
.navbar .icon {
display: none;
}
.logo {
font-weight: 600;
font-size: 2em;
margin-right: 30px;
padding: 2px;
}
.hw {
overflow: hidden;
}
.navbar ul li {
... | CSS/media.css | @media only screen and (max-width: 480px) {
.navbar {
display: flex;
}
.navbar .icon {
display: none;
}
.logo {
font-weight: 600;
font-size: 2em;
margin-right: 30px;
padding: 2px;
}
.hw {
overflow: hidden;
}
.navbar ul li {
... | 0.394667 | 0.118207 |
body {
position: relative;
color: white;
background-color: #659dbd;
font-family: sans-serif;
border-radius: 20px;
margin: 0;
padding: 0;
-webkit-app-region: drag;
}
button {
background-color: #8d8741;
color: white;
padding: 10px 20px;
border-radius: 5px;
border: none;
appearance: none;
fo... | src/app/App.global.css | body {
position: relative;
color: white;
background-color: #659dbd;
font-family: sans-serif;
border-radius: 20px;
margin: 0;
padding: 0;
-webkit-app-region: drag;
}
button {
background-color: #8d8741;
color: white;
padding: 10px 20px;
border-radius: 5px;
border: none;
appearance: none;
fo... | 0.450843 | 0.06989 |
i.icon {
font-size: 2em;
padding-left: 10%;
}
#spacer1 {
padding: 25 25 25 25;
}
#spacer2 {
padding: 10 0 10 0;
}
#rodeo {
font-size: normal;
padding-right: 4vh;
}
.container.main {
margin-top: 7.0em;
}
#blackJack {
background-color: #FFFFFF;
width: 90%;
height: 83%;
padding-top: 5;
pa... | public/stylesheets/app.css | i.icon {
font-size: 2em;
padding-left: 10%;
}
#spacer1 {
padding: 25 25 25 25;
}
#spacer2 {
padding: 10 0 10 0;
}
#rodeo {
font-size: normal;
padding-right: 4vh;
}
.container.main {
margin-top: 7.0em;
}
#blackJack {
background-color: #FFFFFF;
width: 90%;
height: 83%;
padding-top: 5;
pa... | 0.318909 | 0.089933 |
.container,.container-fluid {
margin-right:auto;
margin-left:0;
}
.container-fluid {
padding-right:2rem;
padding-left:2rem
}
.row {
box-sizing:border-box;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:0;
-ms-flex:0 1 auto;
flex:0 1 auto;
-webkit... | public/css/estilos2_vista3.css | .container,.container-fluid {
margin-right:auto;
margin-left:0;
}
.container-fluid {
padding-right:2rem;
padding-left:2rem
}
.row {
box-sizing:border-box;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:0;
-ms-flex:0 1 auto;
flex:0 1 auto;
-webkit... | 0.399343 | 0.050191 |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.wrapper {
max-width: 680px;
padding-left: 1rem;
padding-right: 1rem;
margin-left: auto;
margin-right: auto; }
body {
font-family: "Roboto";
line-height: 1.4; }
strong {
font-weight: bold; }
img {
max-width: 1... | styles/home.css | @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.wrapper {
max-width: 680px;
padding-left: 1rem;
padding-right: 1rem;
margin-left: auto;
margin-right: auto; }
body {
font-family: "Roboto";
line-height: 1.4; }
strong {
font-weight: bold; }
img {
max-width: 1... | 0.398758 | 0.083217 |
.jchartfx_body {
background-color: #FFFFFF;
}
.jchartfxToolTip {
background-color: #282828;
color: #F0F0F0;
border-color: #999999;
}
.jchartfxToolTipBorder {
fill: #FCFCFC;
stroke: #000000;
}
.jchartfx .Attribute0 {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx .Att... | adm/plugins/styles/Palettes/jchartfx.palette.chartfx5.css | .jchartfx_body {
background-color: #FFFFFF;
}
.jchartfxToolTip {
background-color: #282828;
color: #F0F0F0;
border-color: #999999;
}
.jchartfxToolTipBorder {
fill: #FCFCFC;
stroke: #000000;
}
.jchartfx .Attribute0 {
fill: #9999FF;
stroke: #7373C0;
}
.jchartfx .Att... | 0.372049 | 0.056185 |
* {
margin: 0;
}
body {
font-family: "proxima";
background-color: #F8F8F8;
}
@font-face {
font-family: 'proxima';
src: url(../fonts/proxima_nova.ttf) format('truetype');
font-weight: 400;
font-style: normal;
}
html, body{
font-size: 10px;
font-weight: 300;
}
.scrolltop {
displ... | client/assets/css/main.css | * {
margin: 0;
}
body {
font-family: "proxima";
background-color: #F8F8F8;
}
@font-face {
font-family: 'proxima';
src: url(../fonts/proxima_nova.ttf) format('truetype');
font-weight: 400;
font-style: normal;
}
html, body{
font-size: 10px;
font-weight: 300;
}
.scrolltop {
displ... | 0.451327 | 0.106226 |
@import './css/reset.css';
@import './css/fontes.css';
@import './css/header.css';
@import './css/footer.css';
@import './css/modal.css';
:root { --color: #2F2D2E; }
html { scroll-behavior: smooth; }
body {
font-family: 'News Cycle', 'Arial', sans-serif;
color: var(--color);
font-size: 160%;... | index.css | @import './css/reset.css';
@import './css/fontes.css';
@import './css/header.css';
@import './css/footer.css';
@import './css/modal.css';
:root { --color: #2F2D2E; }
html { scroll-behavior: smooth; }
body {
font-family: 'News Cycle', 'Arial', sans-serif;
color: var(--color);
font-size: 160%;... | 0.330255 | 0.061763 |
input[type=range] {
width: 100%;
margin: 16px 0;
background-color: transparent;
-webkit-appearance: none;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
background: #c0c0c0;
border: 0;
width: 100%;
height: 0px;
cursor: pointer;
}
input[type=range]::-w... | css/slider.css | input[type=range] {
width: 100%;
margin: 16px 0;
background-color: transparent;
-webkit-appearance: none;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
background: #c0c0c0;
border: 0;
width: 100%;
height: 0px;
cursor: pointer;
}
input[type=range]::-w... | 0.250913 | 0.07343 |
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, ... | React Projects/frontendmentor/order-summary-component-main/app.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, ... | 0.266357 | 0.082475 |