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
width: 100%; border: 2px solid red; height: 500px; } #wrap-flex { width: 65%; display: inline-flex; flex-flow: wrap row; border: 2px solid rgb(0, 194, 136); height: inherit; } .flex-title { width: 100px; height: 50px; background-color: palevioletred ; border: 2px dashed...
css/style.css
width: 100%; border: 2px solid red; height: 500px; } #wrap-flex { width: 65%; display: inline-flex; flex-flow: wrap row; border: 2px solid rgb(0, 194, 136); height: inherit; } .flex-title { width: 100px; height: 50px; background-color: palevioletred ; border: 2px dashed...
0.513425
0.102036
.bg_box { width: 100%; text-align: center; position: relative; padding-bottom: 4.6rem; background-color: #e6e6e6; font-size: 1.4rem; min-height: 100%; } .bg_top { width: 100%; position: fixed; height: 4.2rem; background-color: #161618; max-width: 640px; line-height: 4.2rem; color: #fffff...
web/css/index.css
.bg_box { width: 100%; text-align: center; position: relative; padding-bottom: 4.6rem; background-color: #e6e6e6; font-size: 1.4rem; min-height: 100%; } .bg_top { width: 100%; position: fixed; height: 4.2rem; background-color: #161618; max-width: 640px; line-height: 4.2rem; color: #fffff...
0.309232
0.058588
.logo-dark { width: 155px !important; } .logo-white { width: 179px !important; } a:hover { color: #009688; } /* ========================================================================== HEADER ========================================================================== */ .navbar-inverse .navbar-nav > li.current > a, ...
codeforseoul/WebContent/css/colors/teal.css
.logo-dark { width: 155px !important; } .logo-white { width: 179px !important; } a:hover { color: #009688; } /* ========================================================================== HEADER ========================================================================== */ .navbar-inverse .navbar-nav > li.current > a, ...
0.38122
0.202286
.CodeMirror-highlight { background:red !important } body { font-family:Menlo, monospace; font-size:1em; background:rgba(46,50,53,1); margin:0; padding:0; color:rgb( 153 ) !important; } #editor { width:63%; height:100%; display:inline-block; } /* TODO: fix in max and change width to 30% before publish...
css/gibber.css
.CodeMirror-highlight { background:red !important } body { font-family:Menlo, monospace; font-size:1em; background:rgba(46,50,53,1); margin:0; padding:0; color:rgb( 153 ) !important; } #editor { width:63%; height:100%; display:inline-block; } /* TODO: fix in max and change width to 30% before publish...
0.22414
0.082328
body{ background-color: #010A4f; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 16px; min-width: 500px; } .bckgrnd-centered { /* image from - https://pixabay.com/illustrations/abstract-lines-www-computer-dual-5371567/ */ background-image: url("../images/desktop/abstract-5371567.jpg...
public/css/timelog.css
body{ background-color: #010A4f; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 16px; min-width: 500px; } .bckgrnd-centered { /* image from - https://pixabay.com/illustrations/abstract-lines-www-computer-dual-5371567/ */ background-image: url("../images/desktop/abstract-5371567.jpg...
0.449151
0.069447
@import url(https://fonts.googleapis.com/css?family=Satisfy|Montserrat:300); @import url("https://ellexidecodes.github.io/Discord-Themes/css/user-tags.css"); /* Variables */ :root { --theme-version: "1.0"; --main-color: #16356d; --hover-color: #1c4faf; --online: #43b581; --idle: #faa61a; --dnd: #f04747; ...
css/base.css
@import url(https://fonts.googleapis.com/css?family=Satisfy|Montserrat:300); @import url("https://ellexidecodes.github.io/Discord-Themes/css/user-tags.css"); /* Variables */ :root { --theme-version: "1.0"; --main-color: #16356d; --hover-color: #1c4faf; --online: #43b581; --idle: #faa61a; --dnd: #f04747; ...
0.335024
0.137041
.header { z-index: 1; position: fixed; left: 5%; top: 10.7px; height: 3rem; width: 90%; transition: all 0.2s ease-in-out; transform: translateY(0); display: flex; align-items: center; justify-content: space-between; } .header.is-hidden { transform: translateY(-120%); -webkit-box-shadow: 0 1px...
front-end/src/components/Header/Header.css
.header { z-index: 1; position: fixed; left: 5%; top: 10.7px; height: 3rem; width: 90%; transition: all 0.2s ease-in-out; transform: translateY(0); display: flex; align-items: center; justify-content: space-between; } .header.is-hidden { transform: translateY(-120%); -webkit-box-shadow: 0 1px...
0.481454
0.140867
html, body { height: 100% } body { display: flex; align-items: center; background-color: #f9f9f9; } .home{ max-width: 500px; margin: 0 auto; padding: 50px; background-color: #fff; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); position: absolute; max-...
pagina.css
html, body { height: 100% } body { display: flex; align-items: center; background-color: #f9f9f9; } .home{ max-width: 500px; margin: 0 auto; padding: 50px; background-color: #fff; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); position: absolute; max-...
0.407451
0.06134
header.desktop-header-1 { color: #fff; border-right: solid 1px rgba(255, 255, 255, 0.1); background: #353353; padding: 50px 40px 40px; position: fixed; left: 0; overflow-y: auto; overflow-x: hidden; height: 100vh; min-height: 100vh; top: 0; width: 290px; z-index: 1; -webkit-tra...
src/components/Header/Header.css
header.desktop-header-1 { color: #fff; border-right: solid 1px rgba(255, 255, 255, 0.1); background: #353353; padding: 50px 40px 40px; position: fixed; left: 0; overflow-y: auto; overflow-x: hidden; height: 100vh; min-height: 100vh; top: 0; width: 290px; z-index: 1; -webkit-tra...
0.217836
0.036322
.itabs.tabBanner{ background: #eee; height: 400px; position: relative; }.itabs.tabBanner *{ padding: 0px; margin: 0px; }.itabs.tabBanner [data-rel="tabs"]{ position: absolute; top: 87%; z-index: 10; width: 100%; padding-left: 20px; }.itabs.tabBanner [data-rel="progress"]{ display: table; width: 100%; hei...
components/plugins/assets/plugins/itabs/examples/example_banner.css
.itabs.tabBanner{ background: #eee; height: 400px; position: relative; }.itabs.tabBanner *{ padding: 0px; margin: 0px; }.itabs.tabBanner [data-rel="tabs"]{ position: absolute; top: 87%; z-index: 10; width: 100%; padding-left: 20px; }.itabs.tabBanner [data-rel="progress"]{ display: table; width: 100%; hei...
0.262558
0.208582
@media (max-width: 980px) { body { padding-bottom: 0px; } } body{ color: #73879C; } html, body { height: 100%; } .wrapper, .row { margin-left:0; margin-right:0; padding-left: 0; padding-right: 0; } .wrapper:before, .wrapper:after, .column:before, .column:...
public/css/style.css
@media (max-width: 980px) { body { padding-bottom: 0px; } } body{ color: #73879C; } html, body { height: 100%; } .wrapper, .row { margin-left:0; margin-right:0; padding-left: 0; padding-right: 0; } .wrapper:before, .wrapper:after, .column:before, .column:...
0.281011
0.059074
@import url(https://fonts.googleapis.com/css?family=Lora); /* centering the figure */ figure { text-align: center; } /* making a parent for the css animation which cannot be applied directly to the image */ .zoom-wrapper { display: inline-block; /* hiding what's beyond the frame when image scales up */ overfl...
css/style.css
@import url(https://fonts.googleapis.com/css?family=Lora); /* centering the figure */ figure { text-align: center; } /* making a parent for the css animation which cannot be applied directly to the image */ .zoom-wrapper { display: inline-block; /* hiding what's beyond the frame when image scales up */ overfl...
0.404155
0.1532
.chat__message { border-bottom: none; border-radius: 8px; margin: 4px 8px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-content: center; align-items: center; padding: 2px; position: relative; } .chat__message__content-...
data/usercss/183994.user.css
.chat__message { border-bottom: none; border-radius: 8px; margin: 4px 8px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-content: center; align-items: center; padding: 2px; position: relative; } .chat__message__content-...
0.544559
0.041793
* { font-family: "Arial", Arial, Helvetica, sans-serif; } body { background-color: #F1F1F1; /*Youtube Background Color*/ font: normal x-small Roboto,arial,sans-serif; } /*Header Styling*/ #header { padding-bottom: 18px; border-bottom: 0px; background-color: white; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6...
partneredyoutube_original.css
* { font-family: "Arial", Arial, Helvetica, sans-serif; } body { background-color: #F1F1F1; /*Youtube Background Color*/ font: normal x-small Roboto,arial,sans-serif; } /*Header Styling*/ #header { padding-bottom: 18px; border-bottom: 0px; background-color: white; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6...
0.360939
0.112893
.wrapper{width:1000px;height:100vh;margin:0 auto;background-color:rgba(0,0,0,.3);} #thumnail{position:absolute;left:50%;top:100px;transform:translateX(-50%);width:300px;height:300px;background-image:url(/assets/img/thum_01.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:...
assets/css/main.css
.wrapper{width:1000px;height:100vh;margin:0 auto;background-color:rgba(0,0,0,.3);} #thumnail{position:absolute;left:50%;top:100px;transform:translateX(-50%);width:300px;height:300px;background-image:url(/assets/img/thum_01.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:...
0.328529
0.051534
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-display: swap; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./assets/fonts/opensans_latein-ext.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+211...
src/assets/css/font.css
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-display: swap; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./assets/fonts/opensans_latein-ext.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+211...
0.201185
0.080394
@font-face { font-family: 'db_heaventbold_it'; src: url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.eot'); src: url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.woff2') format('woff2'), ...
public/css/Font-face.css
@font-face { font-family: 'db_heaventbold_it'; src: url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.eot'); src: url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.woff2') format('woff2'), ...
0.20268
0.033908
body { padding: 10px 50px 50px; font: 18px "Garamond", serif; font-family: "Catamaran", sans-serif; background-image: url("./library.jpg"); } a { color: #0b6651; text-decoration: none; font-weight: bold; transition: 0.4s; } a:hover { color: black; } a.button, input[type="submit"] { color: white; ...
public/stylesheets/style.css
body { padding: 10px 50px 50px; font: 18px "Garamond", serif; font-family: "Catamaran", sans-serif; background-image: url("./library.jpg"); } a { color: #0b6651; text-decoration: none; font-weight: bold; transition: 0.4s; } a:hover { color: black; } a.button, input[type="submit"] { color: white; ...
0.414899
0.119614
@-moz-document url-prefix("http://google"), url-prefix("https://google"), url-prefix("http://www.google"), url-prefix("https://www.google") { * { font-family: "Segoe UI", "Open Sans", "Open Sans Web" !important; font-size: 12px; font-weight: normal; text-shadow: none !important; box-shad...
data/usercss/82424.user.css
@-moz-document url-prefix("http://google"), url-prefix("https://google"), url-prefix("http://www.google"), url-prefix("https://www.google") { * { font-family: "Segoe UI", "Open Sans", "Open Sans Web" !important; font-size: 12px; font-weight: normal; text-shadow: none !important; box-shad...
0.264928
0.088151
* { font-family: 'Roboto'; margin: 0; } .std-infotitle { margin-top: 1em; text-align: center; } #std-title { margin-top: 3em; margin-bottom: 2em; text-align: center; } /*FORM STYLING*/ .ss-form { display: block; margin-left: auto; margin-right: auto; width: 80%; } .ss-form-question { padding...
css/savethedate.css
* { font-family: 'Roboto'; margin: 0; } .std-infotitle { margin-top: 1em; text-align: center; } #std-title { margin-top: 3em; margin-bottom: 2em; text-align: center; } /*FORM STYLING*/ .ss-form { display: block; margin-left: auto; margin-right: auto; width: 80%; } .ss-form-question { padding...
0.289773
0.10581
@charset "gb2312"; body { margin:0; background: #498fe4 url(../images/bg.gif) repeat-x; color:#444; } h1, h2, h3, h4, h5, h6 { font-family: "microsoft yahei", Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; margin:0; padding:0; } ol, ul, li, div, p, dl, dt, dd { list-style:none; margin:0; padding:0; t...
Public/css/style.css
@charset "gb2312"; body { margin:0; background: #498fe4 url(../images/bg.gif) repeat-x; color:#444; } h1, h2, h3, h4, h5, h6 { font-family: "microsoft yahei", Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; margin:0; padding:0; } ol, ul, li, div, p, dl, dt, dd { list-style:none; margin:0; padding:0; t...
0.219003
0.137128
@import url('https://fonts.googleapis.com/css?family=Fira+Mono|Quicksand&display=swap'); body, h1, h2, h3{ font-family: 'Quicksand', sans-serif; } code{ font-family: 'Fira Mono', monospace; } h1, h2, h3, h4, h5{ color: #000011; } .navbar-default{ border-color: #FE5F55; background-color: #000011; } .navb...
pkgdown/extra.css
@import url('https://fonts.googleapis.com/css?family=Fira+Mono|Quicksand&display=swap'); body, h1, h2, h3{ font-family: 'Quicksand', sans-serif; } code{ font-family: 'Fira Mono', monospace; } h1, h2, h3, h4, h5{ color: #000011; } .navbar-default{ border-color: #FE5F55; background-color: #000011; } .navb...
0.302391
0.083031
@font-face { font-family: 'ym-custom'; /* project id 2016749 */ src: url('./iconfont.eot'); src: url('./iconfont.eot?#iefix') format('embedded-opentype'), url('./iconfont.woff2') format('woff2'), url('./iconfont.woff') format('woff'), url('./iconfont.ttf') format('truetype'), url('./iconfont.svg...
src/assets/fonts/ym-custom/iconfont.css
@font-face { font-family: 'ym-custom'; /* project id 2016749 */ src: url('./iconfont.eot'); src: url('./iconfont.eot?#iefix') format('embedded-opentype'), url('./iconfont.woff2') format('woff2'), url('./iconfont.woff') format('woff'), url('./iconfont.ttf') format('truetype'), url('./iconfont.svg...
0.363308
0.27527
html, body { margin: 0; padding: 0; } html { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } body { min-height: 100vh; min-height: -webkit-fill-available; } html { height: -webkit-fill-available; } div.ipuzzler { padding: 4px; display: grid; grid-template: 1fr / a...
v3_spike/v2_spike/ipuzzler.css
html, body { margin: 0; padding: 0; } html { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } body { min-height: 100vh; min-height: -webkit-fill-available; } html { height: -webkit-fill-available; } div.ipuzzler { padding: 4px; display: grid; grid-template: 1fr / a...
0.415966
0.089375
body { background: #f2f2f2; color: #797979; font-family: 'OpenSans-Light'; font-weight: normal; line-height: 1; margin: 0; min-width: 960px; padding: 0; } #header { background-color:rad; margin: 0; padding: 0; } #header div { margin: 0 auto; overflow: hidden; padding: 0; width: 960px; } #header div ...
demo/css/style.css
body { background: #f2f2f2; color: #797979; font-family: 'OpenSans-Light'; font-weight: normal; line-height: 1; margin: 0; min-width: 960px; padding: 0; } #header { background-color:rad; margin: 0; padding: 0; } #header div { margin: 0 auto; overflow: hidden; padding: 0; width: 960px; } #header div ...
0.282097
0.084342
.elfinder{ border:0; -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5); box-shadow:0 3px 9px rgba(0,0,0,.5) } .elfinder *{ color:#000; } .bg1 .elfinder *{ color:#fff } .elfinder .ui-icon-gripsmall-diagonal-se, .elfinder-dialog .ui-icon-gripsmall-diagonal-se, .elfinder-quicklook .ui-resizable-se{ background-image:...
core/elfinder/css/theme-bootstrap-libreicons-svg.css
.elfinder{ border:0; -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5); box-shadow:0 3px 9px rgba(0,0,0,.5) } .elfinder *{ color:#000; } .bg1 .elfinder *{ color:#fff } .elfinder .ui-icon-gripsmall-diagonal-se, .elfinder-dialog .ui-icon-gripsmall-diagonal-se, .elfinder-quicklook .ui-resizable-se{ background-image:...
0.222447
0.088269
body { margin: 0; padding: 0; height: 100%; font-size: 12px; font-family: "微软雅黑"; background: url(../images/gz.jpg) no-repeat center center; background-size: cover; /*此处有问题待深究!*/ background-attachment: fixed; } .ui-login { width: 350px; height: auto; position: absolute; top: 100px; left: 100px; z-index: 9...
css/main.css
body { margin: 0; padding: 0; height: 100%; font-size: 12px; font-family: "微软雅黑"; background: url(../images/gz.jpg) no-repeat center center; background-size: cover; /*此处有问题待深究!*/ background-attachment: fixed; } .ui-login { width: 350px; height: auto; position: absolute; top: 100px; left: 100px; z-index: 9...
0.298696
0.066357
width: 1024px; margin: auto; padding-top: 20px; } #linkeSpalte{ float: left; width: 40%; height: 498px; text-align: center; background-color: rgba(78, 78, 78, 0.31); } #rechteSpalte{ float: right; height: 465px; width: 60%; text-align: center; padding-top: 33px; ...
public/stylesheets/biergewinnt.css
width: 1024px; margin: auto; padding-top: 20px; } #linkeSpalte{ float: left; width: 40%; height: 498px; text-align: center; background-color: rgba(78, 78, 78, 0.31); } #rechteSpalte{ float: right; height: 465px; width: 60%; text-align: center; padding-top: 33px; ...
0.452052
0.124479
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body, html { font-size: 100%; padding: 0; margin: 0; } /* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */ .cl...
assets/home_page/css/default.css
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body, html { font-size: 100%; padding: 0; margin: 0; } /* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */ .cl...
0.418459
0.091911
.resultGrid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; /* 4gaps adds up to 4rem */ grid-auto-flow: dense; width: calc(100% - 4rem + 1rem); padding: 1.5rem !important; } @media only screen and (max-width: 1150px) { .resultGrid { grid-template-columns: 1f...
frontend/src/styles/cards.css
.resultGrid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; /* 4gaps adds up to 4rem */ grid-auto-flow: dense; width: calc(100% - 4rem + 1rem); padding: 1.5rem !important; } @media only screen and (max-width: 1150px) { .resultGrid { grid-template-columns: 1f...
0.596433
0.289887
HTML5 display definitions ========================================================================== */ /* * Corrects block display not defined in IE6/7/8/9 & FF3 */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } /* * Corrects inline-block disp...
demos/mobile-rendering-performance/examples/position-sticky/good/assets/stylesheets/screen.css
HTML5 display definitions ========================================================================== */ /* * Corrects block display not defined in IE6/7/8/9 & FF3 */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } /* * Corrects inline-block disp...
0.398992
0.062331
.wmde-markdown-color .token.tag .attr-value { color: #032f62; } .wmde-markdown-color .token.property, .wmde-markdown-color .token.tag, .wmde-markdown-color .token.boolean, .wmde-markdown-color .token.number, .wmde-markdown-color .token.function-name, .wmde-markdown-color .token.constant, .wmde-markdown-color .token.s...
src/styles/markdown-color.css
.wmde-markdown-color .token.tag .attr-value { color: #032f62; } .wmde-markdown-color .token.property, .wmde-markdown-color .token.tag, .wmde-markdown-color .token.boolean, .wmde-markdown-color .token.number, .wmde-markdown-color .token.function-name, .wmde-markdown-color .token.constant, .wmde-markdown-color .token.s...
0.474144
0.099164
body { margin: 0; /* Setting up font size, leading and font family * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */ font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif; letter-spacing: 0.03em; } /* Links */ /* line 11, ../sass/style.sass */ a:lin...
css/style.css
body { margin: 0; /* Setting up font size, leading and font family * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */ font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif; letter-spacing: 0.03em; } /* Links */ /* line 11, ../sass/style.sass */ a:lin...
0.128375
0.04548
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300); *, *:before, *:after { margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } body { background:#58585A; -webkit-transform:translateZ(0); } html, body { width:100%; height:10...
css/style.css
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300); *, *:before, *:after { margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } body { background:#58585A; -webkit-transform:translateZ(0); } html, body { width:100%; height:10...
0.349533
0.092811
body { display: flex; min-height: 100vh; flex-direction: column; } main { flex: 1 0 auto; } body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 { font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-weight: 300; line-height: 1.2em; color: #000; } .serif-font { font-famil...
FreeBlog/public/css/style.css
body { display: flex; min-height: 100vh; flex-direction: column; } main { flex: 1 0 auto; } body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 { font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-weight: 300; line-height: 1.2em; color: #000; } .serif-font { font-famil...
0.478041
0.109182
body {background: #f9f9f9 url(../images/soft_wallpaper.jpg) repeat 0 0;} ::selection { background: #3580ca; color: #fff; text-shadow: none; } a[rel=external] { background: url(../images/icn-external.gif) no-repeat right center;padding-right:15px } h2, h3, h4, h5, h6 {margin:20px 0;} .xxl {font-size:57.5px;} ...
bfrs/static/css/styles-new.css
body {background: #f9f9f9 url(../images/soft_wallpaper.jpg) repeat 0 0;} ::selection { background: #3580ca; color: #fff; text-shadow: none; } a[rel=external] { background: url(../images/icn-external.gif) no-repeat right center;padding-right:15px } h2, h3, h4, h5, h6 {margin:20px 0;} .xxl {font-size:57.5px;} ...
0.187579
0.062075
.row{ width: 100%; margin: 0 auto; display: flex; flex-direction: column; flex-wrap: wrap; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{ --margin-col: 5px; margin: var(--margin-col); box-sizing: border-box; padding: 5px; } @media...
css/grid.css
.row{ width: 100%; margin: 0 auto; display: flex; flex-direction: column; flex-wrap: wrap; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{ --margin-col: 5px; margin: var(--margin-col); box-sizing: border-box; padding: 5px; } @media...
0.465145
0.143427
.small-blur{ color: #9197a3; } .full{ width: 100%; } .half{ width: 50%; } .no-makeup{ margin:0; padding:0; text-decoration: none; } .no-makeup a{ margin:0; padding:0; text-decoration: none; } /** * sidebar */ .mini-profile>img{ max-width: 150px; margin:auto; } .dot{ font-size: 3px; color: #428bca...
static/css/base.css
.small-blur{ color: #9197a3; } .full{ width: 100%; } .half{ width: 50%; } .no-makeup{ margin:0; padding:0; text-decoration: none; } .no-makeup a{ margin:0; padding:0; text-decoration: none; } /** * sidebar */ .mini-profile>img{ max-width: 150px; margin:auto; } .dot{ font-size: 3px; color: #428bca...
0.273186
0.088308
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; border: 0; } /******************************************** Normalize CSS http://necolas.github.com/norma...
css/style.css
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; border: 0; } /******************************************** Normalize CSS http://necolas.github.com/norma...
0.285571
0.069258
body { width: 100%; } .gradient { } main { width: 100%; height: 4000px; background-color: white; top: 25px; position: absolute; float: right; left: -1px; padding-top: -20px; } main h1{ font-family: 'Yanone Kaffeesatz'; font-size: 60px; color: black; font-weight: bolder; position: relative; top: 65p...
css/blog-template.css
body { width: 100%; } .gradient { } main { width: 100%; height: 4000px; background-color: white; top: 25px; position: absolute; float: right; left: -1px; padding-top: -20px; } main h1{ font-family: 'Yanone Kaffeesatz'; font-size: 60px; color: black; font-weight: bolder; position: relative; top: 65p...
0.53048
0.078395
* { margin: 0; padding: 0; box-sizing: border-box; } @font-face { font-family: 'idroid'; src: url(fontes/idroid.otf) format('opentype'); } @font-face { font-family: 'bebas'; src: url(fontes/bebas\ neue/Regular.ttf) format('opentype'); } @font-face { font-family: "Regular"; src: url(fontes/Regular.t...
style.css
* { margin: 0; padding: 0; box-sizing: border-box; } @font-face { font-family: 'idroid'; src: url(fontes/idroid.otf) format('opentype'); } @font-face { font-family: 'bebas'; src: url(fontes/bebas\ neue/Regular.ttf) format('opentype'); } @font-face { font-family: "Regular"; src: url(fontes/Regular.t...
0.370795
0.084078
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } section { padding-top: 30px; padding-bottom: 50px; background: transparent; } .container .content { text-align:...
public/style_frontend/css/style.css
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } section { padding-top: 30px; padding-bottom: 50px; background: transparent; } .container .content { text-align:...
0.422505
0.087798
.container { width: 80%; margin: auto; position: relative; font-family: Arial, Helvetica, sans-serif; } h2 { text-align: center; text-transform: uppercase; } table { padding: 0 20%; width: 100%; border-collapse: collapse; } table, td, th { border: 1px solid black; } .create { ...
public/storage/styles.css
.container { width: 80%; margin: auto; position: relative; font-family: Arial, Helvetica, sans-serif; } h2 { text-align: center; text-transform: uppercase; } table { padding: 0 20%; width: 100%; border-collapse: collapse; } table, td, th { border: 1px solid black; } .create { ...
0.511473
0.11836
* { margin: 0; padding: 0; } ul li { list-style: none; } li { display: inline-block; margin: 0 5px 0 5px; } svg { pointer-events: none; } html, body { font-family: Helvetica, sans-serif, Arial; width: 100%; height: 100%; overflow-x: hidden; overflow-y: hidden; color: #F0EAD6; } #site-body { display: f...
src/style/style.css
* { margin: 0; padding: 0; } ul li { list-style: none; } li { display: inline-block; margin: 0 5px 0 5px; } svg { pointer-events: none; } html, body { font-family: Helvetica, sans-serif, Arial; width: 100%; height: 100%; overflow-x: hidden; overflow-y: hidden; color: #F0EAD6; } #site-body { display: f...
0.238905
0.08389
@-moz-document domain("rubydoc.info") { body { margin: 0; padding: 0; } /* eliminate whitespace at top of page */ .frames #content h1 { margin-top: 0 !important; } #content h2 { margin-top: 1em; margin-bottom: .5em; font-weight: bold; font-size: 24px; } #content h2 small { floa...
data/usercss/90798.user.css
@-moz-document domain("rubydoc.info") { body { margin: 0; padding: 0; } /* eliminate whitespace at top of page */ .frames #content h1 { margin-top: 0 !important; } #content h2 { margin-top: 1em; margin-bottom: .5em; font-weight: bold; font-size: 24px; } #content h2 small { floa...
0.268078
0.059401
@charset "UTF-8"; .deck-container { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-size: 1.25em; background: #f4fafe; /* Old browsers */ background: -moz-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop...
templates/deck.js/themes/style/web-2.0.css
@charset "UTF-8"; .deck-container { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-size: 1.25em; background: #f4fafe; /* Old browsers */ background: -moz-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop...
0.305905
0.067148
.DB_tab25 {width:100%;height:460px;} .DB_tab25 ul,li{list-style:none;margin:0;padding:0;} .DB_tab25 .bodys{width:100%;height:460px;overflow:hidden;position:absolute;} .DB_tab25 .DB_bgSet{position:relative;} .DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:460px;display:none;} .DB_tab25 .DB_imgSet{position:a...
templets/css/flash.css
.DB_tab25 {width:100%;height:460px;} .DB_tab25 ul,li{list-style:none;margin:0;padding:0;} .DB_tab25 .bodys{width:100%;height:460px;overflow:hidden;position:absolute;} .DB_tab25 .DB_bgSet{position:relative;} .DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:460px;display:none;} .DB_tab25 .DB_imgSet{position:a...
0.351645
0.038502
@charset "UTF-8"; /* Icon classes can be used entirely standalone. They are named after their original file names. Example usage in HTML: `display: block` sprite: <div class="icon-home"></div> To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class: // CSS .icon { display: inline-...
public/css/main.css
@charset "UTF-8"; /* Icon classes can be used entirely standalone. They are named after their original file names. Example usage in HTML: `display: block` sprite: <div class="icon-home"></div> To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class: // CSS .icon { display: inline-...
0.471223
0.133556
.div_1 { position: absolute; left: 20px; top: 20px; } .div_2 { position: absolute; right: 20px; top: 20px; /*z-index: -1;*/ } .div_3 { position: absolute; left: 20px; bottom: 450px; /*z-index: -1; */ } .div_4 { page-break-after: always; position: absolute; right: 20px; bottom: 450px; /*z-index: -1;*/ } ....
css/pc_memo.css
.div_1 { position: absolute; left: 20px; top: 20px; } .div_2 { position: absolute; right: 20px; top: 20px; /*z-index: -1;*/ } .div_3 { position: absolute; left: 20px; bottom: 450px; /*z-index: -1; */ } .div_4 { page-break-after: always; position: absolute; right: 20px; bottom: 450px; /*z-index: -1;*/ } ....
0.361277
0.056783
* { padding:0px; margin:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { background:#0E6655; } div.cont{ max-width: 1000px; display: flex; flex-wrap: wrap; border: 1px solid #ccc; } div#contenedor{ max-width: 1250px; flex-wrap: wrap; align-items: cente...
20211SVAC/G11/CSS/estilos.css
* { padding:0px; margin:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { background:#0E6655; } div.cont{ max-width: 1000px; display: flex; flex-wrap: wrap; border: 1px solid #ccc; } div#contenedor{ max-width: 1250px; flex-wrap: wrap; align-items: cente...
0.282889
0.044307
body { overflow-x: hidden; } p { font-size: 20px; } p.small { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: 0; color: #{{ site.color.primary }}; } h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif; ...
_includes/css/main.css
body { overflow-x: hidden; } p { font-size: 20px; } p.small { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: 0; color: #{{ site.color.primary }}; } h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif; ...
0.459076
0.126866
html, body { margin: 0; padding: 0; } @font-face { font-family: 'Montserrat'; src: url("../fonts/Montserrat-Regular.otf"), url("../fonts/Montserrat-Italic.otf"); } @font-face { font-family: 'Montserrat-Bold'; src: url("../fonts/Montserrat-Bold.otf"); } @font-face { font-family: 'Montserra...
src/css/main.css
html, body { margin: 0; padding: 0; } @font-face { font-family: 'Montserrat'; src: url("../fonts/Montserrat-Regular.otf"), url("../fonts/Montserrat-Italic.otf"); } @font-face { font-family: 'Montserrat-Bold'; src: url("../fonts/Montserrat-Bold.otf"); } @font-face { font-family: 'Montserra...
0.385259
0.062789
personal icon font: personal Creation date: 28/03/2016 04:39 */ @font-face { font-family: "personal"; src: url("../nomie-icons/personal/personal.eot"); src: url("../nomie-icons/personal/personal.eot?#iefix") format("embedded-opentype"), url("../nomie-icons/personal/personal.woff") format("woff"), url("...
src/assets/fonts/personal/personal.css
personal icon font: personal Creation date: 28/03/2016 04:39 */ @font-face { font-family: "personal"; src: url("../nomie-icons/personal/personal.eot"); src: url("../nomie-icons/personal/personal.eot?#iefix") format("embedded-opentype"), url("../nomie-icons/personal/personal.woff") format("woff"), url("...
0.328099
0.139719
html{ font-size: 100%; height: 100%; overflow-x: hidden; touch-action: manipulation; } body{ font-size: 15px; font-family: 'Roboto', sans-serif; width: 100%; height: 100%; margin: 0; font-weight: 300; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; background: #EDF3F...
public/site/css/styles.css
html{ font-size: 100%; height: 100%; overflow-x: hidden; touch-action: manipulation; } body{ font-size: 15px; font-family: 'Roboto', sans-serif; width: 100%; height: 100%; margin: 0; font-weight: 300; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; background: #EDF3F...
0.391871
0.114393
.sp-shop-alignment-left ul.products li.product { text-align: left; } .sp-shop-alignment-left ul.products li.product .star-rating, .sp-shop-alignment-left ul.products li.product img { margin-left: 0; } .sp-shop-alignment-right ul.products li.product { text-align: right; } .sp-shop-alignment-right ul.produ...
web/app/plugins/storefront-powerpack/assets/css/style.css
.sp-shop-alignment-left ul.products li.product { text-align: left; } .sp-shop-alignment-left ul.products li.product .star-rating, .sp-shop-alignment-left ul.products li.product img { margin-left: 0; } .sp-shop-alignment-right ul.products li.product { text-align: right; } .sp-shop-alignment-right ul.produ...
0.554712
0.133952
#DetailTop { /* Product Name or Page Title container */ clear: both; float: left; margin: 8px 0 3px 0; padding: 0; width: 867px; } #DetailTop h1 { /* Product Name or Page Title */ color: #000000; float: left; font-size: 1.8em; font-weight: normal; height: 1.6em; line-height: 1.6em; margin: 0; padding: 0 0 ...
examples/prod-detail/css/CompareProducts2011.css
#DetailTop { /* Product Name or Page Title container */ clear: both; float: left; margin: 8px 0 3px 0; padding: 0; width: 867px; } #DetailTop h1 { /* Product Name or Page Title */ color: #000000; float: left; font-size: 1.8em; font-weight: normal; height: 1.6em; line-height: 1.6em; margin: 0; padding: 0 0 ...
0.227641
0.123498
.cs-Editor { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #f9f9f9; border-radius: 4px; } .tox-notifications-container, .tox-statusbar__text-container { display: none !important; } /* ====================== panel styles ===========...
styles/editor.css
.cs-Editor { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #f9f9f9; border-radius: 4px; } .tox-notifications-container, .tox-statusbar__text-container { display: none !important; } /* ====================== panel styles ===========...
0.392337
0.09451
@import url("reset.css"); /* Design by Free CSS Templates http://www.freecsstemplates.org Released for free under a Creative Commons Attribution 2.5 License */ body { margin: 0px; padding: 0; background: #19233E url(/static/img/img01.jpg) no-repeat left top; font-family: Arial, Helvetica, sans-serif; ...
static/css/style.css
@import url("reset.css"); /* Design by Free CSS Templates http://www.freecsstemplates.org Released for free under a Creative Commons Attribution 2.5 License */ body { margin: 0px; padding: 0; background: #19233E url(/static/img/img01.jpg) no-repeat left top; font-family: Arial, Helvetica, sans-serif; ...
0.132964
0.043732
.v-VerdantPanel-search { height: 100%; display: flex; flex-direction: column; } .v-VerdantPanel-searchContainer { display: flex; position: relative; flex-direction: row; vertical-align: text-bottom; padding: 18px 12px; background: var(--jp-layout-color0); } .v-VerdantPanel-searchIcon { display: in...
style/search.css
.v-VerdantPanel-search { height: 100%; display: flex; flex-direction: column; } .v-VerdantPanel-searchContainer { display: flex; position: relative; flex-direction: row; vertical-align: text-bottom; padding: 18px 12px; background: var(--jp-layout-color0); } .v-VerdantPanel-searchIcon { display: in...
0.52683
0.069101
html, body { width: 100%; height: 100%; padding: 0; margin: 0; } .application { position: absolute; width: 100%; height: 100%; } .hljs { font-size: 130%; line-height: 120%; } .mapping { position: absolute; width: 100%; height: 100%; } .application-panel { padding: 10px; min-width: 550px;...
src/3_filter_effect/application.css
html, body { width: 100%; height: 100%; padding: 0; margin: 0; } .application { position: absolute; width: 100%; height: 100%; } .hljs { font-size: 130%; line-height: 120%; } .mapping { position: absolute; width: 100%; height: 100%; } .application-panel { padding: 10px; min-width: 550px;...
0.567697
0.108378
.identity-login-box-container { font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px !important; -webkit-font-smoothing: antialiased; position: relative; background: #fff; padding: 25px; text-align: center; min-width: 250px; max-width: 350px; margin: 0 auto; bo...
assets/css/loginbox.css
.identity-login-box-container { font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px !important; -webkit-font-smoothing: antialiased; position: relative; background: #fff; padding: 25px; text-align: center; min-width: 250px; max-width: 350px; margin: 0 auto; bo...
0.264643
0.041153
@charset "utf-8"; body,div,dl,dt,dd,ul,li,form,input,button,h1,h2,h3,h4,h5,h6,p{margin: 0 auto;padding:0;font-family:"微软雅黑";color:#105eae} ul,li,dl,dt,dd{display:block;list-style:none;} a{text-decoration:none;outline:none;width: 40px;display: block;} .fl{float:left;} .fr{float:right;} .none{display:none;} .loan_jm1{wid...
fszn-admin/src/main/resources/static/css/diqu.css
@charset "utf-8"; body,div,dl,dt,dd,ul,li,form,input,button,h1,h2,h3,h4,h5,h6,p{margin: 0 auto;padding:0;font-family:"微软雅黑";color:#105eae} ul,li,dl,dt,dd{display:block;list-style:none;} a{text-decoration:none;outline:none;width: 40px;display: block;} .fl{float:left;} .fr{float:right;} .none{display:none;} .loan_jm1{wid...
0.252476
0.066146
.dash-btn.active.focus, .dash-btn.active:focus, .dash-btn.focus, .dash-btn.focus:active, .dash-btn:active:focus, .dash-btn:focus { outline: 0 !important; outline-offset: 0 !important; background-image: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .tar-in-detail{ col...
public/css/new.css
.dash-btn.active.focus, .dash-btn.active:focus, .dash-btn.focus, .dash-btn.focus:active, .dash-btn:active:focus, .dash-btn:focus { outline: 0 !important; outline-offset: 0 !important; background-image: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .tar-in-detail{ col...
0.342791
0.069101
* { margin: 0; padding: 0; transition: .3s; } html, body { background-color: #f9f9fa; font-size: calc(16px + (22 - 16) * (100vw - 320px) / 1200); height: 100%; overflow-x: hidden; } li { list-style-type: none; } .header { background-color: #c80815; color: #fff; padding-bottom: .5em; ...
css/blog.css
* { margin: 0; padding: 0; transition: .3s; } html, body { background-color: #f9f9fa; font-size: calc(16px + (22 - 16) * (100vw - 320px) / 1200); height: 100%; overflow-x: hidden; } li { list-style-type: none; } .header { background-color: #c80815; color: #fff; padding-bottom: .5em; ...
0.333829
0.057045
.header{ height: 54px; border-bottom: 1px solid rgb(220, 220, 220); display: grid; /* grid-template-columns: min-content; */ padding-left: 16vw; padding-right: 16vw; } nav{ height: 54px; display: grid; grid-template-columns: min-content 1fr min-content 1fr min-content min-content min-content min-conte...
docs/css/master.css
.header{ height: 54px; border-bottom: 1px solid rgb(220, 220, 220); display: grid; /* grid-template-columns: min-content; */ padding-left: 16vw; padding-right: 16vw; } nav{ height: 54px; display: grid; grid-template-columns: min-content 1fr min-content 1fr min-content min-content min-content min-conte...
0.476092
0.09795
body { font-family: "Myriad Pro", "Lucida Grande", Helvetica, Tahoma, Arial, Sans-serif; } .box, fieldset, table { position: relative; -webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0, 0, 0, 0.3); box-shadow: 0.2em 0.2em 0.6em rgba(0, 0, 0, 0.3); } a:hover { text-decoration:underline; color:#000; backgroun...
public/stylesheets/brazil/screen.css
body { font-family: "Myriad Pro", "Lucida Grande", Helvetica, Tahoma, Arial, Sans-serif; } .box, fieldset, table { position: relative; -webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0, 0, 0, 0.3); box-shadow: 0.2em 0.2em 0.6em rgba(0, 0, 0, 0.3); } a:hover { text-decoration:underline; color:#000; backgroun...
0.327561
0.100967
@-webkit-keyframes animate { 0% { width:38px; height: 44px; margin: 0% 0%; opacity:0} 100% { width: 110px; height:132px; margin: 0% 0%; opacity:1} } /* 100% { width: 150px; height:176px; margin: 0% 0%; opacity:1}*/ .onload-logo { -webkit-animation: animate 1.4s ease-in; } @-webkit-keyframes logotextanim ...
frontend/web/assets/css-OLD/topmenu.css
@-webkit-keyframes animate { 0% { width:38px; height: 44px; margin: 0% 0%; opacity:0} 100% { width: 110px; height:132px; margin: 0% 0%; opacity:1} } /* 100% { width: 150px; height:176px; margin: 0% 0%; opacity:1}*/ .onload-logo { -webkit-animation: animate 1.4s ease-in; } @-webkit-keyframes logotextanim ...
0.330039
0.112113
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:300,400,600"); @import url(~react-virtualized/styles.css); body { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; letter-spacing: .005em; min-width: 360px; } h1, h2, h3, h4, h5 { font-family: 'Lato', sans-serif; ...
packages/interbit-ui-components/src/css/index.css
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:300,400,600"); @import url(~react-virtualized/styles.css); body { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; letter-spacing: .005em; min-width: 360px; } h1, h2, h3, h4, h5 { font-family: 'Lato', sans-serif; ...
0.371023
0.055592
@media all and (max-width:450px){ body{ background:#f1f0ee; width:100%; height:3000px; } #wrap{ width:100% } .header{ width:100%; min-height:100%; background-color:blue; } .header-top{ width:100%; height:50%; } .logo{ width:100%; height:100%; } .logo-res{ width:100...
public/css/mobile/property.css
@media all and (max-width:450px){ body{ background:#f1f0ee; width:100%; height:3000px; } #wrap{ width:100% } .header{ width:100%; min-height:100%; background-color:blue; } .header-top{ width:100%; height:50%; } .logo{ width:100%; height:100%; } .logo-res{ width:100...
0.160759
0.049451
body{ font-family: 'Mandali'; } :root { --button_height: 50px; --button_width: 80px; } .headerFilter { height: 14%; } .header__back>a>button{ font-size: 20px; width: 30px; height: 30px; text-align: center; border-radius: 10px; border: solid rgb(231, 23...
HTML_CSS/projects/dribbles/Avichai-Gil-Gilad-Group1/page3.css
body{ font-family: 'Mandali'; } :root { --button_height: 50px; --button_width: 80px; } .headerFilter { height: 14%; } .header__back>a>button{ font-size: 20px; width: 30px; height: 30px; text-align: center; border-radius: 10px; border: solid rgb(231, 23...
0.516839
0.077938
.paragraph--section .paragraph--type--featured-items { padding: 30px 1em; } @media (min-width: 900px) { .paragraph--section .paragraph--type--featured-items { padding: 50px 1em; } } .paragraph--type--featured-items .title { margin-top: 25px; font-size: 24px; line-height: 2; color: #4A4A4A; } .paragrap...
profiles/contrib/social/modules/social_features/social_featured_items/css/paragraph.featured_items.css
.paragraph--section .paragraph--type--featured-items { padding: 30px 1em; } @media (min-width: 900px) { .paragraph--section .paragraph--type--featured-items { padding: 50px 1em; } } .paragraph--type--featured-items .title { margin-top: 25px; font-size: 24px; line-height: 2; color: #4A4A4A; } .paragrap...
0.413832
0.074703
#flyout_menu { font-weight: 600; width: 80%; } #flyout_menu ul, li { list-style: none; margin: 0; padding: 0; } #flyout_menu ul li.hover, #flyout_menu ul li:hover { position: relative; z-index: 599; } #flyout_menu ul ul{ visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; } #fly...
public/css/menu.css
#flyout_menu { font-weight: 600; width: 80%; } #flyout_menu ul, li { list-style: none; margin: 0; padding: 0; } #flyout_menu ul li.hover, #flyout_menu ul li:hover { position: relative; z-index: 599; } #flyout_menu ul ul{ visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; } #fly...
0.349977
0.043855
@charset "utf-8"; @charset "utf-8"; /* Typography */ @font-face { font-family: 'siemens'; src: url('../fonts/siemenssans-roman-webfont.eot'); src: url('../fonts/siemenssans-roman-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/siemenssans-roman-webfont.woff') format('woff'), url('../f...
public/front/realestate/css/style_common.css
@charset "utf-8"; @charset "utf-8"; /* Typography */ @font-face { font-family: 'siemens'; src: url('../fonts/siemenssans-roman-webfont.eot'); src: url('../fonts/siemenssans-roman-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/siemenssans-roman-webfont.woff') format('woff'), url('../f...
0.328745
0.043896
Google Fonts ---------------------*/ @import url('../../../external.html?link=https://fonts.googleapis.com/css?family=Lato:400,900|Merriweather:400,700|Open+Sans:400,700'); /*-------------------- 1. BASE CSS ----------------------*/ *, *:after, *:before { box-sizing: border-box; } .alignleft { float:...
public/style.css
Google Fonts ---------------------*/ @import url('../../../external.html?link=https://fonts.googleapis.com/css?family=Lato:400,900|Merriweather:400,700|Open+Sans:400,700'); /*-------------------- 1. BASE CSS ----------------------*/ *, *:after, *:before { box-sizing: border-box; } .alignleft { float:...
0.514644
0.100746
* { background-color: black; } html, body, #container { width: 100%; height: 100%; padding: 0px; margin: 0px; box-sizing: border-box; overflow: hidden; } body { font-family: Tahoma, Geneva, sans-serif; width: 100%; height: 100%; margin: 0px; } <<<<<<< HEAD .indicator{ ====...
dist/styles.8986bff4.css
* { background-color: black; } html, body, #container { width: 100%; height: 100%; padding: 0px; margin: 0px; box-sizing: border-box; overflow: hidden; } body { font-family: Tahoma, Geneva, sans-serif; width: 100%; height: 100%; margin: 0px; } <<<<<<< HEAD .indicator{ ====...
0.380529
0.085978
:root { --main-bg-color: #00404c; --planner-main-color: #048da7; --planner-border-color: #a5fbfb; --text-color: #a5fbfb; --skillTitle: #00cc00; --skillsColor: #ffbb00; --skillbox-default-color: #006074; --skillbox-active-color: #02ab2e; --skillbox-highlight-color: #26672a; --red-button-color: #d1000...
public/css/skillPlanner.css
:root { --main-bg-color: #00404c; --planner-main-color: #048da7; --planner-border-color: #a5fbfb; --text-color: #a5fbfb; --skillTitle: #00cc00; --skillsColor: #ffbb00; --skillbox-default-color: #006074; --skillbox-active-color: #02ab2e; --skillbox-highlight-color: #26672a; --red-button-color: #d1000...
0.448426
0.12692
html, body { height: 100%; margin: 0; padding: 0; } body { background-color: #F8F8F8; color: #2C2C2C; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 14px; min-width: 300px; padding-top: 56px; width: auto !important; } /**************************************************************...
2017/resources/css/boulders.css
html, body { height: 100%; margin: 0; padding: 0; } body { background-color: #F8F8F8; color: #2C2C2C; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 14px; min-width: 300px; padding-top: 56px; width: auto !important; } /**************************************************************...
0.379953
0.054149
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;300;400;500;700;800&family=Source+Sans+Pro:wght@300;400;700&display=swap'); /*sets google font-size*/ html, body { font-size: 16px; } /*sets headers font size and weight*/ h1, h2, .timer { font-size: 1.5rem; font-weight: bold; font-...
style.css
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;300;400;500;700;800&family=Source+Sans+Pro:wght@300;400;700&display=swap'); /*sets google font-size*/ html, body { font-size: 16px; } /*sets headers font size and weight*/ h1, h2, .timer { font-size: 1.5rem; font-weight: bold; font-...
0.304559
0.071138
body, html, #flex-container, .slides { width: 100%; height: 100%; margin: 0; padding: 0; } html { overflow: scroll; } #flex-container { display: -webkit-box; display: -moz-box; display: box; -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; -webkit-box-align: center; -moz-box-...
css/presentation.css
body, html, #flex-container, .slides { width: 100%; height: 100%; margin: 0; padding: 0; } html { overflow: scroll; } #flex-container { display: -webkit-box; display: -moz-box; display: box; -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; -webkit-box-align: center; -moz-box-...
0.459076
0.084758
@font-face { font-family: planetiumx; src: url('Planetium-X_Regular_Demo.otf'); } ul,li { list-style: none; padding: 0; margin: 0; } header, footer{ width: 94%; padding: 3%; } header { font-size: 40px; } span { font-family: Tahoma, Geneva, sans-serif; font-size: 10; paddi...
src/css/prefixed/style.css
@font-face { font-family: planetiumx; src: url('Planetium-X_Regular_Demo.otf'); } ul,li { list-style: none; padding: 0; margin: 0; } header, footer{ width: 94%; padding: 3%; } header { font-size: 40px; } span { font-family: Tahoma, Geneva, sans-serif; font-size: 10; paddi...
0.446495
0.093885
body { background-image: url("/img/nav-background.png"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed, } .container { background-color:rgba(216, 216, 216, 0.80); width: 80%; } .navButton { background-color: #4CAF50; border: 1px solid black; color: white; paddi...
client/main.css
body { background-image: url("/img/nav-background.png"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed, } .container { background-color:rgba(216, 216, 216, 0.80); width: 80%; } .navButton { background-color: #4CAF50; border: 1px solid black; color: white; paddi...
0.489992
0.105165
@charset "utf-8"; /***Nav node hide*/ .nav_node { display:none;} /***Focus*/ .focus { position:relative; z-index:1; width:100%; min-width:940px; height:350px; border:1px solid #e7e7e7; border-width:1px 0; overflow:hidden;} .focus .fI { display:block; position:relative; z-index:1; width:100%; hei...
PTPSystemFront/src/main/webapp/resources/css/index.css
@charset "utf-8"; /***Nav node hide*/ .nav_node { display:none;} /***Focus*/ .focus { position:relative; z-index:1; width:100%; min-width:940px; height:350px; border:1px solid #e7e7e7; border-width:1px 0; overflow:hidden;} .focus .fI { display:block; position:relative; z-index:1; width:100%; hei...
0.385606
0.135575
font-size: 0.18rem; font-weight: 600; } #head h3 small { padding-left: 0.03rem; color: #fff; } #body { padding: 0.2rem 0.02rem 0; } #body ul li { margin: 0.15rem 0.05rem; display: flex; justify-content: center; padding: 0.05rem !important; border: 1px solid #e8e8e8; border-radius: 0.05rem; } #body...
template/phone/new/static/css/new/machines.css
font-size: 0.18rem; font-weight: 600; } #head h3 small { padding-left: 0.03rem; color: #fff; } #body { padding: 0.2rem 0.02rem 0; } #body ul li { margin: 0.15rem 0.05rem; display: flex; justify-content: center; padding: 0.05rem !important; border: 1px solid #e8e8e8; border-radius: 0.05rem; } #body...
0.341253
0.054475
body { /* backgaround: rgba(172,188,147,0.5) 100% */ background-color: #f1f1f1; } /* Layout */ .header-container, .navbar-container, .content-container, .footer-contianer { /* padding: 0; */ padding-top: 10px; padding-bottom: 10px; } /* End Layout */ /* Header */ .main-container{ /* border-top: 3px solid black; */ ...
web-assets/css/main.css
body { /* backgaround: rgba(172,188,147,0.5) 100% */ background-color: #f1f1f1; } /* Layout */ .header-container, .navbar-container, .content-container, .footer-contianer { /* padding: 0; */ padding-top: 10px; padding-bottom: 10px; } /* End Layout */ /* Header */ .main-container{ /* border-top: 3px solid black; */ ...
0.238462
0.053552
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /*------------------------------------------------------------------ [1. Wrappers] */ .tm-slider-container, .mobile .tm-slider-parallax-container .tm-slider-container{ background: none; position: relative...
public/css/avalanche.css
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /*------------------------------------------------------------------ [1. Wrappers] */ .tm-slider-container, .mobile .tm-slider-parallax-container .tm-slider-container{ background: none; position: relative...
0.286169
0.062904
@import url("https://fonts.googleapis.com/css?family=Montserrat"); .market-landing-icon { display: flex; justify-content: center; align-items: center; background-color:#38212E; width: 175px; height: 175px; border-radius: 150px; margin-top: -190px; margin-left: 30px; margin-botto...
market-org/src/components/marketLandingPage/marketLandingPage.css
@import url("https://fonts.googleapis.com/css?family=Montserrat"); .market-landing-icon { display: flex; justify-content: center; align-items: center; background-color:#38212E; width: 175px; height: 175px; border-radius: 150px; margin-top: -190px; margin-left: 30px; margin-botto...
0.478285
0.090333
@charset "utf-8"; /*飞扬标准信息管理系统模板*/ /*微软雅黑 \5FAE\8F6F\96C5\9ED1 或 Microsoft YaHei 黑体 \9ED1\4F53 新宋体 \65B0\5B8B\4F53 宋体 \5b8b\4f53 幼圆 YouYuan \5E7C\5706 */ .cms-rows:after, .cms-row:after,.cms-brow:after, .cms-aside:after,.cms-laside:after, .cms-section:after,.cms-bsection:after, .cms-section ...
assets/tui/css/Tui-article.css
@charset "utf-8"; /*飞扬标准信息管理系统模板*/ /*微软雅黑 \5FAE\8F6F\96C5\9ED1 或 Microsoft YaHei 黑体 \9ED1\4F53 新宋体 \65B0\5B8B\4F53 宋体 \5b8b\4f53 幼圆 YouYuan \5E7C\5706 */ .cms-rows:after, .cms-row:after,.cms-brow:after, .cms-aside:after,.cms-laside:after, .cms-section:after,.cms-bsection:after, .cms-section ...
0.287268
0.069479
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap"); :root { --color-light: #f1e9e9; --color-dark: #0c0c0c; --color-starbucks: #000c07; --color-container-one: #0e572c; --color-container-two: #7a0b0b; --color-container-six: #ddf0dd; --color-buttons-hover: #d47e8c; --c...
myStyle.css
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap"); :root { --color-light: #f1e9e9; --color-dark: #0c0c0c; --color-starbucks: #000c07; --color-container-one: #0e572c; --color-container-two: #7a0b0b; --color-container-six: #ddf0dd; --color-buttons-hover: #d47e8c; --c...
0.336876
0.120516
@font-face { font-family: 'PF SC NUM'; src: url('../../../assets/fonts/PingFang-SC-Regular.ttf'); } :global(body) { margin: 0; padding: 0; user-select: none; font-family: 'PF SC NUM', 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', '...
src/pages/web/home/home.module.css
@font-face { font-family: 'PF SC NUM'; src: url('../../../assets/fonts/PingFang-SC-Regular.ttf'); } :global(body) { margin: 0; padding: 0; user-select: none; font-family: 'PF SC NUM', 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', '...
0.38943
0.059729
html, body, #angular, #principal, #full_images { min-height: 100% !important; height: 100%; } body { text-align: center; padding-right:0px; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: 1.4; } #header { display: block; position: fixed; top: 0; z-index: 1050; }...
css/styles.css
html, body, #angular, #principal, #full_images { min-height: 100% !important; height: 100%; } body { text-align: center; padding-right:0px; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: 1.4; } #header { display: block; position: fixed; top: 0; z-index: 1050; }...
0.257112
0.077169
width: 60%; margin: 100px 200px; background-color: white; } #main1 img { height: 220px; width: auto; float: left; margin-right: 90px; background-color: white; } #main1{ text-align: center; font-size: 13px; } *{ font-family: 'Poppins', sans-serif; } #main1 ...
index.css
width: 60%; margin: 100px 200px; background-color: white; } #main1 img { height: 220px; width: auto; float: left; margin-right: 90px; background-color: white; } #main1{ text-align: center; font-size: 13px; } *{ font-family: 'Poppins', sans-serif; } #main1 ...
0.428473
0.066206
/*General*/ body { color: #1b1d1f; font-family: "Open Sans",sans-serif; font-size: 13px; line-height: inherit; margin: 0; padding: 0; } .wrap{ overflow:hidden; } *{ box-sizing:border-box; outline:none; } img{ max-width:100%; } a:hover,a:focus{ text-decoration:none; outline:none; } .conta...
Ecosters/Web/ClientApp/app/theme.css
/*General*/ body { color: #1b1d1f; font-family: "Open Sans",sans-serif; font-size: 13px; line-height: inherit; margin: 0; padding: 0; } .wrap{ overflow:hidden; } *{ box-sizing:border-box; outline:none; } img{ max-width:100%; } a:hover,a:focus{ text-decoration:none; outline:none; } .conta...
0.306631
0.062703
body { width: 100%; margin: 0; padding: 0; } div, header, main, footer, aside, nav, section, article { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } header, main, footer, aside, nav, section, article { display: block; } .container { display: block; margin-left: auto;...
jantar.css
body { width: 100%; margin: 0; padding: 0; } div, header, main, footer, aside, nav, section, article { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } header, main, footer, aside, nav, section, article { display: block; } .container { display: block; margin-left: auto;...
0.142381
0.057891
* Name : Userscripts.org Pimped * Author : kilroy @ http://userstyles.org/users/43074 * Created on : 26-03-2010 * Version : 0.1 * Homepage : http://userstyles.org/styles/ */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("userscripts.org") { * { ...
data/usercss/26719.user.css
* Name : Userscripts.org Pimped * Author : kilroy @ http://userstyles.org/users/43074 * Created on : 26-03-2010 * Version : 0.1 * Homepage : http://userstyles.org/styles/ */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("userscripts.org") { * { ...
0.343892
0.070784
@media screen and (max-width: 1270px){ .main{ width:95%; margin:auto; } #shopdesc{ display: none; } #shopping-bar{ width:91px; float:left; background-color:transparent; border-bottom: 0px solid transparent; margin-right:0px; } #...
resources/views/themes/danesh/css/responsive.css
@media screen and (max-width: 1270px){ .main{ width:95%; margin:auto; } #shopdesc{ display: none; } #shopping-bar{ width:91px; float:left; background-color:transparent; border-bottom: 0px solid transparent; margin-right:0px; } #...
0.168823
0.064359
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; /* background:rgb(241,241,241); */ } body{ margin:auto; padding:1em; margin-top: 0.7em; padding-top:0.7em; color:#444; /* font-family:-apple-system,"Helvetica Neue","Lucida Grande...
NBweb/_NBweb/style.css
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; /* background:rgb(241,241,241); */ } body{ margin:auto; padding:1em; margin-top: 0.7em; padding-top:0.7em; color:#444; /* font-family:-apple-system,"Helvetica Neue","Lucida Grande...
0.314366
0.074131
@charset "UTF-8"; /*! * Material Design Iconic Font by <NAME> ($zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/ * License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License) */ @font-face { font-family: "Material-Design-Iconic-Font"; sr...
1/public/vendors/bower_components/material-design-iconic-font/scss/material-design-iconic-font.css
@charset "UTF-8"; /*! * Material Design Iconic Font by <NAME> ($zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/ * License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License) */ @font-face { font-family: "Material-Design-Iconic-Font"; sr...
0.563618
0.0643
.header { background-color: black; height: 7rem; & .logo { width: 17.5rem; cursor: pointer; } & .main_nav{ position: fixed; right: 10%; top: 0; & .nav{ list-style: none; font-size: 1.6rem; text-transform: uppercase; margin: 0; padding: 0; line-height: 7rem...
src/css/header.css
.header { background-color: black; height: 7rem; & .logo { width: 17.5rem; cursor: pointer; } & .main_nav{ position: fixed; right: 10%; top: 0; & .nav{ list-style: none; font-size: 1.6rem; text-transform: uppercase; margin: 0; padding: 0; line-height: 7rem...
0.212314
0.058939
@charset "utf-8"; @import url('https://fonts.googleapis.com/css2?family=Metrophobic&family=Titillium+Web:wght@300;600&display=swap'); /* General styles*/ /*Define your own styles in this stylesheet*/ body{ background-color: rgba(246,246,246,1.00); } h1, h2, h3, h4, h5, h6{ font-family: 'Titillium Web', sans-serif; ...
portfolioStyle.css
@charset "utf-8"; @import url('https://fonts.googleapis.com/css2?family=Metrophobic&family=Titillium+Web:wght@300;600&display=swap'); /* General styles*/ /*Define your own styles in this stylesheet*/ body{ background-color: rgba(246,246,246,1.00); } h1, h2, h3, h4, h5, h6{ font-family: 'Titillium Web', sans-serif; ...
0.267408
0.057282
.tab { overflow: hidden; width: 100%; display: flex; justify-content: space-around; flex-wrap: wrap; } .tab button { cursor: pointer; padding: 14px 16px; transition: .3s; margin-top: 0; color: var(--secondary-color); background-color: var(--main-color); position: relative; font-size: 20px; b...
battleshipServer/static/stylesheets/menu.css
.tab { overflow: hidden; width: 100%; display: flex; justify-content: space-around; flex-wrap: wrap; } .tab button { cursor: pointer; padding: 14px 16px; transition: .3s; margin-top: 0; color: var(--secondary-color); background-color: var(--main-color); position: relative; font-size: 20px; b...
0.430626
0.090253