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
.grid { padding: 2.15rem 0 2.5rem; } .grid-s { padding: 2.15rem 0 0; } .grid-lg { padding: 4.4rem 0 2.5rem; } .grid-list { padding-bottom: 3.75rem; } .go-top { position: fixed; right: 1rem; bottom: 3.5rem; display: block; height: 2.5rem; width: 2.5rem; background: url("/assets/img/mobile/gotop...
doc/assets/style/css/mobile/component/layout.css
.grid { padding: 2.15rem 0 2.5rem; } .grid-s { padding: 2.15rem 0 0; } .grid-lg { padding: 4.4rem 0 2.5rem; } .grid-list { padding-bottom: 3.75rem; } .go-top { position: fixed; right: 1rem; bottom: 3.5rem; display: block; height: 2.5rem; width: 2.5rem; background: url("/assets/img/mobile/gotop...
0.464173
0.117092
img[alt="bg"] { width: 100%; position: fixed; margin-top: -50px; z-index: -1; } .buy { background-color: rgba(229, 13, 13, 0.2); color: white; padding: 10px 20px; border-radius: 4px; border-color: #fff; } .buy:hover { background: grey; } #buybutton { position: fixed; top: -4px; right: 10px;...
css/style.css
img[alt="bg"] { width: 100%; position: fixed; margin-top: -50px; z-index: -1; } .buy { background-color: rgba(229, 13, 13, 0.2); color: white; padding: 10px 20px; border-radius: 4px; border-color: #fff; } .buy:hover { background: grey; } #buybutton { position: fixed; top: -4px; right: 10px;...
0.542379
0.159643
@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&family=Roboto:wght@300;400&display=swap"); /* Technique pour le calcul des REM ex : 15px = 1.5rem */ html { font-size: 62.5%; -webkit-box-sizing: border-box; box-sizing: border-box; } body, h1, h2, h3, h4, figure, ul, p { margin: 0; } ...
public/assets/css/back-office/layout-parents.css
@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&family=Roboto:wght@300;400&display=swap"); /* Technique pour le calcul des REM ex : 15px = 1.5rem */ html { font-size: 62.5%; -webkit-box-sizing: border-box; box-sizing: border-box; } body, h1, h2, h3, h4, figure, ul, p { margin: 0; } ...
0.231788
0.068819
body, html { font-family: 'Open Sans', sans-serif; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; color: #777; font-weight: 400; width: 100% !important; height: 100% !important; } h2, h3, h4 { font-family: 'Raleway', sans-serif; } h2 { text-transform: uppercase; ...
public/css/style.css
body, html { font-family: 'Open Sans', sans-serif; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; color: #777; font-weight: 400; width: 100% !important; height: 100% !important; } h2, h3, h4 { font-family: 'Raleway', sans-serif; } h2 { text-transform: uppercase; ...
0.252661
0.057891
body{ min-height: 75rem; padding-top: 4.5rem; background-color:#ffffff; font-size: 16px; } /* change the background color */ .navbar-custom { background-color: #ffffff; } /* change the brand and text color */ .navbar-custom .navbar-brand, .navbar-custom .navbar-text { color: #009900; } /* chan...
css/main.css
body{ min-height: 75rem; padding-top: 4.5rem; background-color:#ffffff; font-size: 16px; } /* change the background color */ .navbar-custom { background-color: #ffffff; } /* change the brand and text color */ .navbar-custom .navbar-brand, .navbar-custom .navbar-text { color: #009900; } /* chan...
0.25174
0.0643
@charset "UTF-8"; /* 0 - 全局 -------------------------------- */ a{ color: #c40b00; } .wrap{ max-width: 1000px; } /* 1 - 页眉 -------------------------------- */ /* - 侧边栏 */ .sidebar{ top: 0; left: 0; bottom: 0; color: #fff; width: 250px; position: fixed; overflow: hidden; overflow-y: ...
public/themes/v1_simpleboot3/public/assets/profile/css/moreduo.css
@charset "UTF-8"; /* 0 - 全局 -------------------------------- */ a{ color: #c40b00; } .wrap{ max-width: 1000px; } /* 1 - 页眉 -------------------------------- */ /* - 侧边栏 */ .sidebar{ top: 0; left: 0; bottom: 0; color: #fff; width: 250px; position: fixed; overflow: hidden; overflow-y: ...
0.307982
0.070144
.headline { font-size: 2.5em !important; font-weight: bold !important; } .byline { letter-spacing: 0.1em; font-size: 0.6em !important; } /* Split-Screen Template Styles */ .split-screen-heading { font-size: 1.7em !important; font-weight: bold !important; } .split-screen-byline { width: 35%; font-si...
template/css/PITCHME.css
.headline { font-size: 2.5em !important; font-weight: bold !important; } .byline { letter-spacing: 0.1em; font-size: 0.6em !important; } /* Split-Screen Template Styles */ .split-screen-heading { font-size: 1.7em !important; font-weight: bold !important; } .split-screen-byline { width: 35%; font-si...
0.383641
0.099295
html { overflow-x: hidden; } body { margin: 0; padding: 0; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; line-height: 2em; overflow-x: hidden; } a { text-decoration: none; transition: all 0.3s ease; color: #38CCCC; } a:hover { color: #30ADAD; } .tm-about-text a { c...
cosas/css/tooplate-style.css
html { overflow-x: hidden; } body { margin: 0; padding: 0; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; line-height: 2em; overflow-x: hidden; } a { text-decoration: none; transition: all 0.3s ease; color: #38CCCC; } a:hover { color: #30ADAD; } .tm-about-text a { c...
0.611614
0.080502
@import '../variables.css'; .applicationsView { background-color: #f3f3f3; position: relative; min-height: 300px; & .applicationsViewWrapper { padding-top: 50px; padding-bottom: 100px; & .applicationsViewBody { font-size: 21px; & .applicationsViewBodyColumnWrapper { display: ...
components/ApplicationsView/ApplicationsView.css
@import '../variables.css'; .applicationsView { background-color: #f3f3f3; position: relative; min-height: 300px; & .applicationsViewWrapper { padding-top: 50px; padding-bottom: 100px; & .applicationsViewBody { font-size: 21px; & .applicationsViewBodyColumnWrapper { display: ...
0.566139
0.163012
.svg-ic_beenhere_24px { background-position: 0 0; background-repeat: no-repeat; background-image: url(svg-sprite-maps.svg); } .svg-ic_directions_24px { background-position: 0 -24px; background-repeat: no-repeat; background-image: url(svg-sprite-maps.svg); } .svg-ic_directions_bike_24px { background-position: 0...
app/public/components/material-design-icons/sprites/svg-sprite/svg-sprite-maps.css
.svg-ic_beenhere_24px { background-position: 0 0; background-repeat: no-repeat; background-image: url(svg-sprite-maps.svg); } .svg-ic_directions_24px { background-position: 0 -24px; background-repeat: no-repeat; background-image: url(svg-sprite-maps.svg); } .svg-ic_directions_bike_24px { background-position: 0...
0.318485
0.116412
#mainVisual{width:100%; overflow:hidden;} #mainVisual ul{width:100%; margin:0 auto;} #mainVisual ul li{text-align:center; position:relative;} #mainVisual ul li img.main{width:100%;} #mainVisual .mainText{background-color:rgba(5,5,5,.6); padding:15px 30px; font-size:35px; text-align:left; color:#fff; line-height:1em; fo...
project/01_realmadrid/css/news_container.css
#mainVisual{width:100%; overflow:hidden;} #mainVisual ul{width:100%; margin:0 auto;} #mainVisual ul li{text-align:center; position:relative;} #mainVisual ul li img.main{width:100%;} #mainVisual .mainText{background-color:rgba(5,5,5,.6); padding:15px 30px; font-size:35px; text-align:left; color:#fff; line-height:1em; fo...
0.272702
0.049085
notific8-container { display: block; margin: 0; padding: 0; position: fixed; } notific8-container[top] { top: 0; } notific8-container[bottom] { bottom: 0; } notific8-container[top][right], notific8-container[bottom][right] { right: 0; } notific8-container[top][left], notific8-container[botto...
dist/notific8.css
notific8-container { display: block; margin: 0; padding: 0; position: fixed; } notific8-container[top] { top: 0; } notific8-container[bottom] { bottom: 0; } notific8-container[top][right], notific8-container[bottom][right] { right: 0; } notific8-container[top][left], notific8-container[botto...
0.446253
0.092483
body{ /*overflow-x: hidden !important; /* Pour désactiver le scroll vertical */ /*overflow-y: hidden !important; /* Pour désactiver le scroll horizontal */ /*overflow-y: auto;*/ } .search{ display:block; width:50%; border-radius: 3px; margin:auto; margin-bottom:30px; outline:0; hei...
app/assets/css/style.css
body{ /*overflow-x: hidden !important; /* Pour désactiver le scroll vertical */ /*overflow-y: hidden !important; /* Pour désactiver le scroll horizontal */ /*overflow-y: auto;*/ } .search{ display:block; width:50%; border-radius: 3px; margin:auto; margin-bottom:30px; outline:0; hei...
0.244634
0.074231
body { padding-top: 50px; padding-bottom: 20px; } .searchboxcn{ min-height:50px; width:90%; margin:50px 0 30px 5%; padding:0px; border:0px dashed orange; } .pagecn{ min-height:700px; width:90%; margin-left:5%; border:0px dashed orange; } .pagelinkcn{ width:50%;margin:40px 5p...
html/css/bco_editor.css
body { padding-top: 50px; padding-bottom: 20px; } .searchboxcn{ min-height:50px; width:90%; margin:50px 0 30px 5%; padding:0px; border:0px dashed orange; } .pagecn{ min-height:700px; width:90%; margin-left:5%; border:0px dashed orange; } .pagelinkcn{ width:50%;margin:40px 5p...
0.418578
0.084795
body{ background: #fff; margin:0px; padding:0px; } #top{ margin-left: auto; margin-right: auto; text-align: center; width: 1200px; height: 30px; border: 0px #000 solid; background: #fff; color: #000; } #banner{ margin-left: auto; margin-right: auto; text-align: center; width: relative; heigh...
lab/FastReliefAmbulance/css/style.css
body{ background: #fff; margin:0px; padding:0px; } #top{ margin-left: auto; margin-right: auto; text-align: center; width: 1200px; height: 30px; border: 0px #000 solid; background: #fff; color: #000; } #banner{ margin-left: auto; margin-right: auto; text-align: center; width: relative; heigh...
0.256553
0.051463
html{font-size: 62.5%;} body{font-size:1.6rem;background-color: #3e3e3e;} /*#主内容快*/ .content{width: 100%;} .cont{max-width: 1200px;} .contL{width: 70%;background-color: #3e3e3e;} /*#右边公共区块*/ .title{line-height: 50px;margin: 0;color: #fff;padding-left: 10px;}/*标题公用样式*/ .contR{width: 30%;background-color: #3e3e3e;} /*搜索...
resources/views/home/css/right.css
html{font-size: 62.5%;} body{font-size:1.6rem;background-color: #3e3e3e;} /*#主内容快*/ .content{width: 100%;} .cont{max-width: 1200px;} .contL{width: 70%;background-color: #3e3e3e;} /*#右边公共区块*/ .title{line-height: 50px;margin: 0;color: #fff;padding-left: 10px;}/*标题公用样式*/ .contR{width: 30%;background-color: #3e3e3e;} /*搜索...
0.206374
0.096195
.flex-between-center{display: flex;justify-content: space-between;align-items: center;} .flex-between{display: flex;justify-content: space-between;} .w-clear:after{display:block; content:""; clear:both;} .container{ max-width: 1200px; margin: 0 auto; } .center-layout { max-width: 1200px; margin-left: auto; margin-...
public/themes/style.css
.flex-between-center{display: flex;justify-content: space-between;align-items: center;} .flex-between{display: flex;justify-content: space-between;} .w-clear:after{display:block; content:""; clear:both;} .container{ max-width: 1200px; margin: 0 auto; } .center-layout { max-width: 1200px; margin-left: auto; margin-...
0.383641
0.082107
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600'); /* General */ body { color: #666666; font-size: 13px; line-height: 28px; background: #fff; font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { color: #666; font-family: 'Open ...
ui-designs/css/style-35.css
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600'); /* General */ body { color: #666666; font-size: 13px; line-height: 28px; background: #fff; font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { color: #666; font-family: 'Open ...
0.159577
0.069415
* { font-family: 'Roboto', sans-serif; box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Roboto', sans-serif; } /* Variables */ :root { --main-color: #54b689; --main-text-color: #fff; --border-color: #999; --bio-bg-color: #1e2a3a; --bio...
css/style.css
* { font-family: 'Roboto', sans-serif; box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Roboto', sans-serif; } /* Variables */ :root { --main-color: #54b689; --main-text-color: #fff; --border-color: #999; --bio-bg-color: #1e2a3a; --bio...
0.33939
0.048519
/* белый color: #FFFFFF; */ /* акцент color: #2196F3; */ /* вторичний цвет фона background: #F5F4FA; */ :root { --primary-text-color: #212121; --title-text-color: #757575; --acccent-color: #2196f3; --primary-bg-color: #ffffff; --primary-white-color: #ffffff; --primary-bt-color: #f5f4fa; --primary-bg-he...
css/style.css
/* белый color: #FFFFFF; */ /* акцент color: #2196F3; */ /* вторичний цвет фона background: #F5F4FA; */ :root { --primary-text-color: #212121; --title-text-color: #757575; --acccent-color: #2196f3; --primary-bg-color: #ffffff; --primary-white-color: #ffffff; --primary-bt-color: #f5f4fa; --primary-bg-he...
0.317744
0.070304
div.comment { } div.comment a { text-decoration: none; color: #4078C0; } div.comment a:visited { color: #4078C0; } div.comment a:hover { text-decoration: underline; } div.comment .Clickable:active { opacity: 0.7; user-select: none; } div.commentBody hr { border: 1px solid #CCC; } div.commentBody th, ...
IssueWeb/app/components/comment/comment.css
div.comment { } div.comment a { text-decoration: none; color: #4078C0; } div.comment a:visited { color: #4078C0; } div.comment a:hover { text-decoration: underline; } div.comment .Clickable:active { opacity: 0.7; user-select: none; } div.commentBody hr { border: 1px solid #CCC; } div.commentBody th, ...
0.26923
0.124639
*{ margin: 0; padding: 0; font-family: 'Oswald', sans-serif; position: relative; } body{ background: whitesmoke; } a{ text-decoration: none; color: white; } .secciones{ width: 90%; margin: auto; margin-top: 5%; margin-bottom: 10%; display: grid; grid-template-columns: 30% 30% 30% ; grid-template-rows:200p...
public/css/inicio.css
*{ margin: 0; padding: 0; font-family: 'Oswald', sans-serif; position: relative; } body{ background: whitesmoke; } a{ text-decoration: none; color: white; } .secciones{ width: 90%; margin: auto; margin-top: 5%; margin-bottom: 10%; display: grid; grid-template-columns: 30% 30% 30% ; grid-template-rows:200p...
0.328099
0.066327
.toast-top-center { top: 35% !important; right: 32% !important; } .table-responsive { /* padding-top: 40px; */ } #maintainList .table-responsive { padding-top: 10px; } table { border: 2px solid #c1d3de; } button#Insurance_apply { font-size: 13px; } .keep-open .dropdown-menu { backgroun...
CarManagement/car-management/target/car-management/css/mytable.css
.toast-top-center { top: 35% !important; right: 32% !important; } .table-responsive { /* padding-top: 40px; */ } #maintainList .table-responsive { padding-top: 10px; } table { border: 2px solid #c1d3de; } button#Insurance_apply { font-size: 13px; } .keep-open .dropdown-menu { backgroun...
0.432902
0.108992
.col-1 { flex-basis: 8.33%; } .col-2 { flex-basis: 16.66%; } .col-3 { flex-basis: 25%; } .col-4 { flex-basis: 33.33%; } .col-5 { flex-basis: 41.66%; } .col-6 { flex-basis: 50%; } .col-7 { flex-basis: 58.33%; } .col-8 { flex-basis: 66.66%; } .col-9 { flex-basis: 75%; } .col-1...
Aufgabe1/gta_v1/public/stylesheets/style.css
.col-1 { flex-basis: 8.33%; } .col-2 { flex-basis: 16.66%; } .col-3 { flex-basis: 25%; } .col-4 { flex-basis: 33.33%; } .col-5 { flex-basis: 41.66%; } .col-6 { flex-basis: 50%; } .col-7 { flex-basis: 58.33%; } .col-8 { flex-basis: 66.66%; } .col-9 { flex-basis: 75%; } .col-1...
0.669745
0.160266
padding-bottom: 6rem; background-color: #feffec; border-bottom-right-radius: 24px; border-bottom-left-radius: 24px; } #container .page-header .top-content { display: flex; align-items: center; justify-content: space-between; } #container .page-header .top-content .title { margin: 1.5rem;...
commerce/auctions/static/auctions/styles/partials/page-landing.css
padding-bottom: 6rem; background-color: #feffec; border-bottom-right-radius: 24px; border-bottom-left-radius: 24px; } #container .page-header .top-content { display: flex; align-items: center; justify-content: space-between; } #container .page-header .top-content .title { margin: 1.5rem;...
0.362856
0.040598
.separator { display: flex; align-items: center; text-align: center; color: gainsboro; } .separator::before, .separator::after { content: ''; flex: 1; border-bottom: 1px solid gainsboro; } .separator:not(:empty)::before { margin-right: .25em; } .separator:...
src/components/editCreateSet/editCreate.css
.separator { display: flex; align-items: center; text-align: center; color: gainsboro; } .separator::before, .separator::after { content: ''; flex: 1; border-bottom: 1px solid gainsboro; } .separator:not(:empty)::before { margin-right: .25em; } .separator:...
0.375936
0.154472
* { margin:0; padding:0;box-sizing: border-box;} header, nav, #contact-form, footer { background: #eee; padding: 1em 2em; border-radius: 10px; margin-top: 1em; } body{ margin: 3em; font-size:14px; font-family:arial; color:#191919; } a{ text-decoration:none; color:#191919;} a:hover{ text-decoration: ...
public/css/form.css
* { margin:0; padding:0;box-sizing: border-box;} header, nav, #contact-form, footer { background: #eee; padding: 1em 2em; border-radius: 10px; margin-top: 1em; } body{ margin: 3em; font-size:14px; font-family:arial; color:#191919; } a{ text-decoration:none; color:#191919;} a:hover{ text-decoration: ...
0.38943
0.156362
.panel-flex { display: flex; } .panel-fit { width: 100%; } .panel-inset { box-sizing: border-box; } .panel-inset-xxs { padding: 0.125rem; } .panel-inset-xs { padding: 0.25rem; } .panel-inset-s { padding: 0.5rem; } .panel-inset-m { padding: 1rem; } .panel-inset-l { padding: 2rem; } .panel-inset-xl { ...
src/components/Panel/panel.css
.panel-flex { display: flex; } .panel-fit { width: 100%; } .panel-inset { box-sizing: border-box; } .panel-inset-xxs { padding: 0.125rem; } .panel-inset-xs { padding: 0.25rem; } .panel-inset-s { padding: 0.5rem; } .panel-inset-m { padding: 1rem; } .panel-inset-l { padding: 2rem; } .panel-inset-xl { ...
0.572125
0.089694
@media (min-width: 992px) { .layout-24 .main_bg { height: 41.666666666667vw } .layout-24 .signature { text-align: left; font-size: .975vw } .layout-24 .container { width: 62.5VW !important } .layout-24 img { width: 100% } .layout-24 .logo {...
public/css/winery-page/layout-24.css
@media (min-width: 992px) { .layout-24 .main_bg { height: 41.666666666667vw } .layout-24 .signature { text-align: left; font-size: .975vw } .layout-24 .container { width: 62.5VW !important } .layout-24 img { width: 100% } .layout-24 .logo {...
0.631594
0.095687
*, :before, :after { box-sizing: border-box; } body { min-height: 100vh; margin: 0; padding-top: 1rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: sans-serif;...
css/style.css
*, :before, :after { box-sizing: border-box; } body { min-height: 100vh; margin: 0; padding-top: 1rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: sans-serif;...
0.53437
0.061933
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400, 700); html, body { min-height: 100%; } body { background: #f0f0f0; line-height: 1.5; font-size: 16px; font-family: "Open Sans", sans-serif; color: #2e2e2e; } /* Fixes and Helpers */ .noSpace { margin: 0; padding: 0; } .container { ...
css/style.css
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400, 700); html, body { min-height: 100%; } body { background: #f0f0f0; line-height: 1.5; font-size: 16px; font-family: "Open Sans", sans-serif; color: #2e2e2e; } /* Fixes and Helpers */ .noSpace { margin: 0; padding: 0; } .container { ...
0.418459
0.101278
.col-md-2{ padding: 0px !important; overflow: auto; height: 100%; color: #fff } .col-md-10{ padding: 0px !important; } .no-margin-no-padding{ margin: 0px !important; padding: 0px !important; line-height: 7px; max-height: 12px; } .no-margin{ margin: 0px !important; } .no-padding{ padding: 0px...
public_html/modules/dbadmin/tmpl/clear/css/dbadmin.css
.col-md-2{ padding: 0px !important; overflow: auto; height: 100%; color: #fff } .col-md-10{ padding: 0px !important; } .no-margin-no-padding{ margin: 0px !important; padding: 0px !important; line-height: 7px; max-height: 12px; } .no-margin{ margin: 0px !important; } .no-padding{ padding: 0px...
0.444806
0.130341
width: auto; height: auto; } #orgChartContainer{ width: auto; height: 580px; overflow: auto; background: #eeeeee; } .node{ border-radius: 10px !important; background: #1794d4 !important; color: white; height: 80px !important; width: 160px !important; bo...
css/style.css
width: auto; height: auto; } #orgChartContainer{ width: auto; height: 580px; overflow: auto; background: #eeeeee; } .node{ border-radius: 10px !important; background: #1794d4 !important; color: white; height: 80px !important; width: 160px !important; bo...
0.310694
0.064477
*{margin: 0; padding: 0; text-decoration: none; list-style: none; overflow-x: hidden;} :root{--roxo: rgb(106, 9, 197); --roxoFraco: rgb(132, 0, 255); --roxoForte: rgb(34, 1, 65);; --laranja: rgb(255, 165, 0); --azul: rgb(0, 162, 255); --amarelo: rgb(255, 255, 0);} header{backgrou...
style.css
*{margin: 0; padding: 0; text-decoration: none; list-style: none; overflow-x: hidden;} :root{--roxo: rgb(106, 9, 197); --roxoFraco: rgb(132, 0, 255); --roxoForte: rgb(34, 1, 65);; --laranja: rgb(255, 165, 0); --azul: rgb(0, 162, 255); --amarelo: rgb(255, 255, 0);} header{backgrou...
0.307774
0.075961
html { height: 100% !important } body { margin:0px; padding: 0; } .lg_bg { background: url(../images/login/bg3.jpg) center center no-repeat; background-size: cover; } .header { height: 140px; } header img.logo { padding: 20px 0 20px 55px; } .link-item { width: 100%; padding-left: ...
youcham-admin/src/main/resources/statics/css/login.css
html { height: 100% !important } body { margin:0px; padding: 0; } .lg_bg { background: url(../images/login/bg3.jpg) center center no-repeat; background-size: cover; } .header { height: 140px; } header img.logo { padding: 20px 0 20px 55px; } .link-item { width: 100%; padding-left: ...
0.344774
0.144722
.zenario_plugin_nest.nest_zfea .zenario_slot { padding-bottom:20px; position:relative; } .zenario_plugin_nest .zenario_breadcrumbs { clear:both; } .zenario_plugin_nest .zenario_breadcrumbs:before, .zenario_plugin_nest .zenario_breadcrumbs:after { content: '.'; width: 0; height: 0; font-size: 0; line-height: 0...
zenario/styles/fea/fea_common.css
.zenario_plugin_nest.nest_zfea .zenario_slot { padding-bottom:20px; position:relative; } .zenario_plugin_nest .zenario_breadcrumbs { clear:both; } .zenario_plugin_nest .zenario_breadcrumbs:before, .zenario_plugin_nest .zenario_breadcrumbs:after { content: '.'; width: 0; height: 0; font-size: 0; line-height: 0...
0.277571
0.081264
html, body { max-height: 100%; height: 100%; overflow-y: auto; } .hidden { display: none; } #query_sidebar { .hidden { display: none !important; } } #page_header { @media (max-width: 767px) { display: none; } } .action_buttons { background-color: #202030; position: fixed; left: 0px; t...
snorkel/app/static/styles/query.css
html, body { max-height: 100%; height: 100%; overflow-y: auto; } .hidden { display: none; } #query_sidebar { .hidden { display: none !important; } } #page_header { @media (max-width: 767px) { display: none; } } .action_buttons { background-color: #202030; position: fixed; left: 0px; t...
0.449634
0.103341
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'open sans'; } .container { padding: 60px 0; width: 90%; max-width: 1000px; margin: auto; overflow: hidden; } .title { color: #642a73; font-size: 30px; text-align: center; margin-bottom: 60px;...
public/css/styles-welcome.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'open sans'; } .container { padding: 60px 0; width: 90%; max-width: 1000px; margin: auto; overflow: hidden; } .title { color: #642a73; font-size: 30px; text-align: center; margin-bottom: 60px;...
0.424173
0.101278
@font-face { font-family: "GeForce"; src: url("../fonts/GeForce-Bold.woff") format('woff'); } body { background-color: #000; font-family: 'GeForce', sans-serif; } #navbar img { width: 280px; } #navbar ul li { font-family: 'Open Sans',sans-serif; font-size: 14px; font-weight: bold; co...
Control & Wolfenstien/css/stylesheet.css
@font-face { font-family: "GeForce"; src: url("../fonts/GeForce-Bold.woff") format('woff'); } body { background-color: #000; font-family: 'GeForce', sans-serif; } #navbar img { width: 280px; } #navbar ul li { font-family: 'Open Sans',sans-serif; font-size: 14px; font-weight: bold; co...
0.268462
0.069038
div.fat-footer { margin: 0; padding: 0; line-height: 1.5; } div.fat-footer { width: 100%; font-family: "AvenirLTStd-Roman", Helvetica, Arial, sans-serif; font-weight: normal !important; text-rendering: optimizeLegibility; -webkit-font-smoothing: subpixel-antialiased; } div.fat-footer { margin-left: ...
libsite7b/css/editorial/fat-footer.css
div.fat-footer { margin: 0; padding: 0; line-height: 1.5; } div.fat-footer { width: 100%; font-family: "AvenirLTStd-Roman", Helvetica, Arial, sans-serif; font-weight: normal !important; text-rendering: optimizeLegibility; -webkit-font-smoothing: subpixel-antialiased; } div.fat-footer { margin-left: ...
0.299617
0.058561
.container { margin-left: auto; margin-right: auto; padding-left: 0.9375rem; padding-right: 0.9375rem; } .container::after { content: ""; display: table; clear: both; } @media (min-width: 544px) { .container { max-width: 576px; } } @media (min-width: 768px) { .container { m...
web/static/vendor/uppy/dist_0.15/uppy.css
.container { margin-left: auto; margin-right: auto; padding-left: 0.9375rem; padding-right: 0.9375rem; } .container::after { content: ""; display: table; clear: both; } @media (min-width: 544px) { .container { max-width: 576px; } } @media (min-width: 768px) { .container { m...
0.461017
0.050776
.window { overflow: hidden; border-width: 1px; border-style: solid; padding:0; border:0 solid #99bbe8; } .window .window-header { background-color:#ffffff; padding:2px 0 4px 0 } .window .window-body { background:#fff; border:0 solid #99bbe8; border-top-width:0; } .window .window-body...
walk-base/src/main/webapp/META-INF/static/component/resources/scripts/seajs/sea-modules/jquery/easyui/1.8.1/themes/bootstrap/window.css
.window { overflow: hidden; border-width: 1px; border-style: solid; padding:0; border:0 solid #99bbe8; } .window .window-header { background-color:#ffffff; padding:2px 0 4px 0 } .window .window-body { background:#fff; border:0 solid #99bbe8; border-top-width:0; } .window .window-body...
0.387227
0.050494
body { background-image: url("../images/background.jpg"); background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; font-family: 'Roboto', sans-serif; margin: 0; padding: 0; ...
css/styles.css
body { background-image: url("../images/background.jpg"); background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; font-family: 'Roboto', sans-serif; margin: 0; padding: 0; ...
0.231875
0.057098
.GridLayoutNoBorder tr.z-row td.z-row-inner,tr.z-row,div.z-grid-body div.z-cell,div.z-grid,tr.z-grid-odd td.z-row-inner,tr.z-grid-odd .z-cell,tr.z-grid-odd { border: none; zoom: 1; background: white; border-top: none; border-left: none; border-right: none; border-bottom: none; padding: 1px; } .GridLayoutNoBor...
ecomp-sdk/epsdk-app-overlay/src/main/webapp/static/fusion/raptor/css/bd_quantum_raptor.css
.GridLayoutNoBorder tr.z-row td.z-row-inner,tr.z-row,div.z-grid-body div.z-cell,div.z-grid,tr.z-grid-odd td.z-row-inner,tr.z-grid-odd .z-cell,tr.z-grid-odd { border: none; zoom: 1; background: white; border-top: none; border-left: none; border-right: none; border-bottom: none; padding: 1px; } .GridLayoutNoBor...
0.213623
0.075244
*{ padding: 0; margin: 0; box-sizing: border-box; font-family: 'Ubuntu', sans-serif; } html{ scroll-behavior: smooth; overflow-x: hidden; } /* -------------------------------CSS for Navbar Starts--------------------------------- */ #container { width: 100%; margin: 0 48px...
css/style.css
*{ padding: 0; margin: 0; box-sizing: border-box; font-family: 'Ubuntu', sans-serif; } html{ scroll-behavior: smooth; overflow-x: hidden; } /* -------------------------------CSS for Navbar Starts--------------------------------- */ #container { width: 100%; margin: 0 48px...
0.348645
0.061791
@font-face { font-family: 'Nunito'; src: url('Nunito-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Nunito'; src: url('Nunito-BlackItalic.ttf') format('truetype'); font-weight: 900; font-style: italic; font-...
public/fonts/nunito/stylesheet.css
@font-face { font-family: 'Nunito'; src: url('Nunito-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Nunito'; src: url('Nunito-BlackItalic.ttf') format('truetype'); font-weight: 900; font-style: italic; font-...
0.437343
0.106924
* { margin: 0px; padding: 0px; box-sizing: border-box; } :root { --amarillo: #fcbb17; --rojo: #FA6980; --fondo-palido: #FFEBCD; --blanco: #FFFFFF; --negro: black; } body { background-color: var(--blanco); } .contenedor-360 { display: grid; grid-template-columns: 1fr; g...
public/css/header-rota.css
* { margin: 0px; padding: 0px; box-sizing: border-box; } :root { --amarillo: #fcbb17; --rojo: #FA6980; --fondo-palido: #FFEBCD; --blanco: #FFFFFF; --negro: black; } body { background-color: var(--blanco); } .contenedor-360 { display: grid; grid-template-columns: 1fr; g...
0.480479
0.204998
.input { width: 100%; font-size: 18px; line-height: 100%; font-weight: 400; height: 50px; background-color: #ffffff; outline: none; border: 2px solid transparent; border-radius: 4px; padding: 0 15px 0; margin: 10px 0; transition: 0.2s; cursor: pointer; } .input::placeholder { color: rgba(51...
src/components/Form/Form.module.css
.input { width: 100%; font-size: 18px; line-height: 100%; font-weight: 400; height: 50px; background-color: #ffffff; outline: none; border: 2px solid transparent; border-radius: 4px; padding: 0 15px 0; margin: 10px 0; transition: 0.2s; cursor: pointer; } .input::placeholder { color: rgba(51...
0.444565
0.132234
.links { background-color: red; } h2 { text-align: center; } .farm { display: flex; margin-bottom: 30px; flex-direction: row; border-radius: 30px; position: relative; top: 1vh; } input { margin-bottom: 10px; text-align: center; } .s1 { position: absolute; right: -10px; top: 45px; } .s2 { ...
public/css/app.css
.links { background-color: red; } h2 { text-align: center; } .farm { display: flex; margin-bottom: 30px; flex-direction: row; border-radius: 30px; position: relative; top: 1vh; } input { margin-bottom: 10px; text-align: center; } .s1 { position: absolute; right: -10px; top: 45px; } .s2 { ...
0.479747
0.082512
.image { width: 200px; } .canvas-container { min-width: 500px; max-width: 1000px; } .canvas { border: 2px solid black; /*height: 400px; width: 300px;*/ } .phone { /*background: transparent;*/ padding: 6px; position: relative; border-radius: 20px; min-width: 300px; } .phone-container { z-ind...
ecommapp/static/main/css/custom.css
.image { width: 200px; } .canvas-container { min-width: 500px; max-width: 1000px; } .canvas { border: 2px solid black; /*height: 400px; width: 300px;*/ } .phone { /*background: transparent;*/ padding: 6px; position: relative; border-radius: 20px; min-width: 300px; } .phone-container { z-ind...
0.270384
0.080755
html, body { height: 100%; margin: 0; padding: 0; overflow:hidden; /*background-color: #B2D1FF;*/ /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #80B7FF 10%, #C4E9FF 100%); /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #80B7FF 10%, #C4E9FF 100%); /*...
css/info_screens.css
html, body { height: 100%; margin: 0; padding: 0; overflow:hidden; /*background-color: #B2D1FF;*/ /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #80B7FF 10%, #C4E9FF 100%); /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #80B7FF 10%, #C4E9FF 100%); /*...
0.232136
0.064271
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap"); @import url("https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap"); @import url("https://fonts.googleapis.com/css?family=Josefin+Sans|Roboto+Slab&display=swap"); * { margin: 0px; padding: 0px; } header { position: ...
public/giao_dien/style.css
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap"); @import url("https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap"); @import url("https://fonts.googleapis.com/css?family=Josefin+Sans|Roboto+Slab&display=swap"); * { margin: 0px; padding: 0px; } header { position: ...
0.321247
0.070784
#app > div.ReserveSection1 > div > div > div.hero-container{ width: auto; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } #app > div.ReserveSection1 > div > div{ margin-bottom: 20px; } .form-datosyagendamiento{ background-color: white; padding: 20px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0....
src/components/styles/reservesection3.css
#app > div.ReserveSection1 > div > div > div.hero-container{ width: auto; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } #app > div.ReserveSection1 > div > div{ margin-bottom: 20px; } .form-datosyagendamiento{ background-color: white; padding: 20px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0....
0.202246
0.126084
body { margin: 0px; padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); font-size: 12px; overflow-x: hidden; font-family: "HelveticaCE55RomanRegular","Microsoft YaHei"; -moz-text-size-adjust: none; } form, ul, li, p, h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; } img {...
css/index.css
body { margin: 0px; padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); font-size: 12px; overflow-x: hidden; font-family: "HelveticaCE55RomanRegular","Microsoft YaHei"; -moz-text-size-adjust: none; } form, ul, li, p, h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; } img {...
0.49048
0.095602
*{ margin: 0; padding: 0; box-sizing: border-box; } a{ text-decoration: none; } ul{ list-style: none; } .clear{ clear: both; } .fadeContent{ display: none; } .threeDots{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .box{ width: 1200px; max-width: 100...
public/template/company/yiqingkonggu/css/style.css
*{ margin: 0; padding: 0; box-sizing: border-box; } a{ text-decoration: none; } ul{ list-style: none; } .clear{ clear: both; } .fadeContent{ display: none; } .threeDots{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .box{ width: 1200px; max-width: 100...
0.444324
0.076857
body { font-family: Arial, Helvetica, sans-serif; } a { color: #FFF; } .button { background-color: #82BF56; border: none; color: white; text-decoration: none; display: flex; font-size: 16px; text-align: center; justify-content: center; align-items: center; padding-right: 25px; padding-left: 25px; paddin...
css/style.css
body { font-family: Arial, Helvetica, sans-serif; } a { color: #FFF; } .button { background-color: #82BF56; border: none; color: white; text-decoration: none; display: flex; font-size: 16px; text-align: center; justify-content: center; align-items: center; padding-right: 25px; padding-left: 25px; paddin...
0.262842
0.066297
 .yuzu-import__info-page { text-align: center; height: 73vh; } .yuzu-import__info-page__logo { height: 50vh; } .yuzu-import-header { display: flex; justify-content: space-between; } .yuzu-import-breadbrumbs { margin-bottom: 30px; } ...
delivery.src/OneSchool/App_Plugins/YuzuDeliveryUmbracoImport/UmbracoImportViewModel.css
 .yuzu-import__info-page { text-align: center; height: 73vh; } .yuzu-import__info-page__logo { height: 50vh; } .yuzu-import-header { display: flex; justify-content: space-between; } .yuzu-import-breadbrumbs { margin-bottom: 30px; } ...
0.2819
0.087136
body { margin: 20px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } @media (max-width: 600px) { body { /* Go small on skinny screens Doing it via zoom instead of font-size means that chart fonts follow as well */ zoom: 70%; } } @media (min-width: 1000px) { body { /* ...
src/web/public/stylesheets/style.css
body { margin: 20px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } @media (max-width: 600px) { body { /* Go small on skinny screens Doing it via zoom instead of font-size means that chart fonts follow as well */ zoom: 70%; } } @media (min-width: 1000px) { body { /* ...
0.478041
0.148571
.current-swell__report { } .current-swell__head-row { padding-right: 0px; } .current-swell__head-cont { padding: 3rem; display: flex; justify-content: center; margin-top: 2rem; margin-bottom: 2rem; width: 55%; background-size: 100% 100%; font-weight: bolder; color: rgb(240, 239, 239); text-shado...
client/src/components/CurrentSwellCont/currentSwell.css
.current-swell__report { } .current-swell__head-row { padding-right: 0px; } .current-swell__head-cont { padding: 3rem; display: flex; justify-content: center; margin-top: 2rem; margin-bottom: 2rem; width: 55%; background-size: 100% 100%; font-weight: bolder; color: rgb(240, 239, 239); text-shado...
0.4856
0.069226
* { text-rendering: auto !important; } body { } [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } .top-wrapper { background: -webkit-linear-gradient(top, #373737, #212121) } .navbar { margin: 0px; } ul.nav { float:right; margin-top: 11px; } .n...
public/css/app.css
* { text-rendering: auto !important; } body { } [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } .top-wrapper { background: -webkit-linear-gradient(top, #373737, #212121) } .navbar { margin: 0px; } ul.nav { float:right; margin-top: 11px; } .n...
0.297572
0.15374
@keyframes flipDown { from { transform: translate3d(0, 0, 0) scaleX(1) scaleY(1) rotateX(90deg); background-color: #fafafa; } to { transform: translate3d(0, 0, 0) scaleX(1) scaleY(1) rotateX(0deg); background-color: inherit; } } @keyframes flipUp { from { transform: translate3d(0, 0, 0) scaleX(1) scaleY...
src/css/tabular-input.css
@keyframes flipDown { from { transform: translate3d(0, 0, 0) scaleX(1) scaleY(1) rotateX(90deg); background-color: #fafafa; } to { transform: translate3d(0, 0, 0) scaleX(1) scaleY(1) rotateX(0deg); background-color: inherit; } } @keyframes flipUp { from { transform: translate3d(0, 0, 0) scaleX(1) scaleY...
0.47926
0.228071
html, body { height: 100%; margin: 0; padding: 0; background-color: #fff; color: #111; font-family: "Deja Vu Sans", "Bitstream Vera Sans", sans-serif; text-align: justify; font-size: 13px; cursor: default; } #page { min-height: 100%; } #page-content { padding: 10px 10px 8em 10px; } #footer { mar...
www/DesignContestVoting/B/css/freshports.css
html, body { height: 100%; margin: 0; padding: 0; background-color: #fff; color: #111; font-family: "Deja Vu Sans", "Bitstream Vera Sans", sans-serif; text-align: justify; font-size: 13px; cursor: default; } #page { min-height: 100%; } #page-content { padding: 10px 10px 8em 10px; } #footer { mar...
0.271445
0.084795
.login-main{ position: fixed; background: url("../../../images/bg.png") no-repeat; height:100vh; width:100%; overflow: hidden; background-size:cover; } .login-box{ text-align: center; background-color: #fff; width: 989px; height: 472px; position: absolute; left: 50%; top: 50%; transform: tra...
thinkis-web/src/main/webapp/static/micro/src/css/login.2.css
.login-main{ position: fixed; background: url("../../../images/bg.png") no-repeat; height:100vh; width:100%; overflow: hidden; background-size:cover; } .login-box{ text-align: center; background-color: #fff; width: 989px; height: 472px; position: absolute; left: 50%; top: 50%; transform: tra...
0.318379
0.067577
html, body { font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif; width: 100%; color: #777777; background-image: url('https://subtlepatterns.com/patterns/cork-wallet.png'); } .header { background-color: #ffffff; height: 53px; margin: 0 0 0 0; padding: 25px 0 0 0; border-bottom: solid #cccccc; } h...
assets/css/style.css
html, body { font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif; width: 100%; color: #777777; background-image: url('https://subtlepatterns.com/patterns/cork-wallet.png'); } .header { background-color: #ffffff; height: 53px; margin: 0 0 0 0; padding: 25px 0 0 0; border-bottom: solid #cccccc; } h...
0.412175
0.115411
/** ********************** Prefered Responsive Settings ******************** **/ /*xxl: 2k or 4k monitors*/ @media screen and (min-width: 1921px) { .home-title { font-size: 95px; } .home-subtitle { font-size: 27px; } .home-icons-icon { font-size: 48px; } .home-icons-li { /*Distance betwee...
css/responsive.css
/** ********************** Prefered Responsive Settings ******************** **/ /*xxl: 2k or 4k monitors*/ @media screen and (min-width: 1921px) { .home-title { font-size: 95px; } .home-subtitle { font-size: 27px; } .home-icons-icon { font-size: 48px; } .home-icons-li { /*Distance betwee...
0.314471
0.083815
html, body { background: #efefef; /* background-image: url("https://images.unsplash.com/photo-1620820871314-4e0f0fd1eaf8?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fHBsYW5ldHN8ZW58MHx8MHx8&w=1000&q=80"); */ padding: 10px; font-family: 'Varela Round'; } .etc-calculator-form { color: black; padding: 10p...
src/css/styles.css
html, body { background: #efefef; /* background-image: url("https://images.unsplash.com/photo-1620820871314-4e0f0fd1eaf8?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fHBsYW5ldHN8ZW58MHx8MHx8&w=1000&q=80"); */ padding: 10px; font-family: 'Varela Round'; } .etc-calculator-form { color: black; padding: 10p...
0.48121
0.11304
made by toddi & snjomorkr **/ /** cs-manager.com only: **/ @-moz-document domain(cs-manager.com) { #header { margin: 0 auto !important; } #container, #footer_container,.post,#content { margin: 0 auto !important; } body { background: #3f4242 !important; /** not real...
data/usercss/15999.user.css
made by toddi & snjomorkr **/ /** cs-manager.com only: **/ @-moz-document domain(cs-manager.com) { #header { margin: 0 auto !important; } #container, #footer_container,.post,#content { margin: 0 auto !important; } body { background: #3f4242 !important; /** not real...
0.303009
0.083329
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,100&display=swap'); :root { --cor-header: white; --cor-principal: #593157; --cor-background: white; --cor-text: white; --cor-azul: rgb(88, 131, 223); --cor-retang: #8C3253; --cor-orange: #BF2E21; ...
style.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,100&display=swap'); :root { --cor-header: white; --cor-principal: #593157; --cor-background: white; --cor-text: white; --cor-azul: rgb(88, 131, 223); --cor-retang: #8C3253; --cor-orange: #BF2E21; ...
0.330471
0.092524
* { font-family: 'Montserrat', sans-serif; } /* Button Style */ .login-button { color: black !important; padding: 0px 30px !important; border: 3px solid #EDD93A !important; } .button-more { text-align: center; margin-top: 80px; } /* Pemasak Section Style */ .rekom-title { text-align: cent...
public/static/chef/assets/css/style.css
* { font-family: 'Montserrat', sans-serif; } /* Button Style */ .login-button { color: black !important; padding: 0px 30px !important; border: 3px solid #EDD93A !important; } .button-more { text-align: center; margin-top: 80px; } /* Pemasak Section Style */ .rekom-title { text-align: cent...
0.342462
0.097691
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Verdana, Geneva, Tahoma, sans-serif; background-color: #EEF0F7; place-items: center; background-color: rgb(84, 84, 121); min-height: 100vh; } #wrapper { justify-content: center; margin: 3.7rem 0 0; dis...
22.RegularExam/01/static/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Verdana, Geneva, Tahoma, sans-serif; background-color: #EEF0F7; place-items: center; background-color: rgb(84, 84, 121); min-height: 100vh; } #wrapper { justify-content: center; margin: 3.7rem 0 0; dis...
0.455199
0.099295
.left-bar { background-color: #FFC547; width: 25em; height: calc(100% - 3em); position: fixed; top: 4em; overflow-y: auto; z-index: 87; -webkit-overflow-scrolling: touch; text-align: center !important; float: center !important; } #profile-name { padding-top: 2em; font-size: 3em; } .profile-pic { margin: ...
css/profile.css
.left-bar { background-color: #FFC547; width: 25em; height: calc(100% - 3em); position: fixed; top: 4em; overflow-y: auto; z-index: 87; -webkit-overflow-scrolling: touch; text-align: center !important; float: center !important; } #profile-name { padding-top: 2em; font-size: 3em; } .profile-pic { margin: ...
0.408041
0.100967
background-image: url(../images/jeu/cadre.png), url(../images/jeu/carte_background.jpg); background-position: 0px 0px, 54px 16px; background-repeat: no-repeat; height: 790px; width: 1085px; position:relative; top: 30px; left: 98px; float: left; font-size: 25px; } h2 {font-...
hegoa_2015/css/page_jeu_carte.css
background-image: url(../images/jeu/cadre.png), url(../images/jeu/carte_background.jpg); background-position: 0px 0px, 54px 16px; background-repeat: no-repeat; height: 790px; width: 1085px; position:relative; top: 30px; left: 98px; float: left; font-size: 25px; } h2 {font-...
0.266166
0.27081
html { box-sizing: border-box; scroll-behavior: smooth; } *, *::before, *::after { box-sizing: inherit; padding: 0; margin: 0; } a, a:visited, a:hover, a:focus { text-decoration: none; } img { border-style: none; display: block; max-width: 100%; height: auto; } button, input, optgroup, select, t...
style.css
html { box-sizing: border-box; scroll-behavior: smooth; } *, *::before, *::after { box-sizing: inherit; padding: 0; margin: 0; } a, a:visited, a:hover, a:focus { text-decoration: none; } img { border-style: none; display: block; max-width: 100%; height: auto; } button, input, optgroup, select, t...
0.640186
0.095265
.Dropdown__container { position: relative; width: 100%; } .Dropdown__container_title { text-transform: uppercase; color: #03157a; font-weight: bold; font-size: small; margin-left: 0.6rem; } .Dropdown__container_label { font-size: small; margin-left: 0.6rem; color: #7f8cbd; font-weight: bold; } ...
src/Web/WebPortalClient/Client/src/components/dropdown/dropdown.css
.Dropdown__container { position: relative; width: 100%; } .Dropdown__container_title { text-transform: uppercase; color: #03157a; font-weight: bold; font-size: small; margin-left: 0.6rem; } .Dropdown__container_label { font-size: small; margin-left: 0.6rem; color: #7f8cbd; font-weight: bold; } ...
0.601945
0.05875
body{ margin: 0; padding: 0; font-family: sans-serif; background: #212e91ec; } .container { width: 100%; height: 100%; } .menu ul { display: inline-flex; margin: 50px; } .menu ul li { list-style: none; margin: 0 20px; color: #b2b1b1; curs...
style.css
body{ margin: 0; padding: 0; font-family: sans-serif; background: #212e91ec; } .container { width: 100%; height: 100%; } .menu ul { display: inline-flex; margin: 50px; } .menu ul li { list-style: none; margin: 0 20px; color: #b2b1b1; curs...
0.346099
0.045331
body { margin:0px; background-color: #ffffff; font: normal 10pt Arial, Helvetica, sans-serif; color: #000000; } DIV#pnavigation { position:relative; top: 0px; padding-top:0px; height:29px; background-image: url( /pentaho-style/active/top_border.png ); background-repeat: repeat-x; background-position: top; ...
webapps/pentaho-style/pentaho.css
body { margin:0px; background-color: #ffffff; font: normal 10pt Arial, Helvetica, sans-serif; color: #000000; } DIV#pnavigation { position:relative; top: 0px; padding-top:0px; height:29px; background-image: url( /pentaho-style/active/top_border.png ); background-repeat: repeat-x; background-position: top; ...
0.294114
0.090494
@import url(https://fonts.googleapis.com/css?family=Montserrat|Montserrat:bold); @import url('https://fonts.googleapis.com/css?family=Montserrat:400,800'); * { box-sizing: border-box; } body { background: #353331; font-family: 'Montserrat', sans-serif; height: 100vh; margin: -20px 0 50px; overflow: hidden; } h...
webapp/src/webapp.css
@import url(https://fonts.googleapis.com/css?family=Montserrat|Montserrat:bold); @import url('https://fonts.googleapis.com/css?family=Montserrat:400,800'); * { box-sizing: border-box; } body { background: #353331; font-family: 'Montserrat', sans-serif; height: 100vh; margin: -20px 0 50px; overflow: hidden; } h...
0.413122
0.09426
.dark-primary-color { background: #512DA8; } .default-primary-color { background: #673AB7; } .light-primary-color { background: #D1C4E9; } .text-primary-color { color: #FFFFFF; } .accent-color { background: #FF5722; } .primary-text-color { color: #212121; } .secondary-text-color { color: #757575; }...
de/vorlesung/projekt/lenaflomarco/res/html/public/main.css
.dark-primary-color { background: #512DA8; } .default-primary-color { background: #673AB7; } .light-primary-color { background: #D1C4E9; } .text-primary-color { color: #FFFFFF; } .accent-color { background: #FF5722; } .primary-text-color { color: #212121; } .secondary-text-color { color: #757575; }...
0.288669
0.063337
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, ...
webstats/Modules/Content/style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
0.444324
0.102844
@import url("https://fonts.googleapis.com/css?family=Muli:400,700&display=swap"); /* @import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap"); @import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap"); */ * { box-sizing: border-box; } body { font-family: "Muli",...
style.css
@import url("https://fonts.googleapis.com/css?family=Muli:400,700&display=swap"); /* @import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap"); @import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap"); */ * { box-sizing: border-box; } body { font-family: "Muli",...
0.417271
0.086632
@-moz-document domain(gamespot.com) { /* For the most recent version, visit drop.io/DesuSpotBeta */ /* Warning: Horrible code ahead. */ /************* ** Universal ** *************/ /* Oh yeah, banner swapping. That'll learn them for putting those damn massive sidebars in. xd */ /* Decided that was a bi...
data/usercss/12105.user.css
@-moz-document domain(gamespot.com) { /* For the most recent version, visit drop.io/DesuSpotBeta */ /* Warning: Horrible code ahead. */ /************* ** Universal ** *************/ /* Oh yeah, banner swapping. That'll learn them for putting those damn massive sidebars in. xd */ /* Decided that was a bi...
0.226441
0.040999
:root { --spectrum-global-color-static-blue: #1473e6; --spectrum-global-color-static-gray-50: #ffffff; --spectrum-global-color-static-gray-75: #ffffff; --spectrum-global-color-static-gray-100: #ffffff; --spectrum-global-color-static-seafoam-500: #1b959a; --spectrum-global-color-static-seafoam-400: #20a3a8; ...
dist/styledictionary/css/variables.css
:root { --spectrum-global-color-static-blue: #1473e6; --spectrum-global-color-static-gray-50: #ffffff; --spectrum-global-color-static-gray-75: #ffffff; --spectrum-global-color-static-gray-100: #ffffff; --spectrum-global-color-static-seafoam-500: #1b959a; --spectrum-global-color-static-seafoam-400: #20a3a8; ...
0.329392
0.074939
.highlight code, .highlight pre{color:#fdce93;background-color:#2C2C2C} .highlight .hll{background-color:#222} .highlight .c{color:#7A987A} .highlight .err{color:#e37170;background-color:#3d3535} .highlight .g{color:#7f9f7f} .highlight .k{color:#EFC986} .highlight .l{color:#ccc} .highlight .n{color:#dcdccc} .highlight ...
public/css/syntax.css
.highlight code, .highlight pre{color:#fdce93;background-color:#2C2C2C} .highlight .hll{background-color:#222} .highlight .c{color:#7A987A} .highlight .err{color:#e37170;background-color:#3d3535} .highlight .g{color:#7f9f7f} .highlight .k{color:#EFC986} .highlight .l{color:#ccc} .highlight .n{color:#dcdccc} .highlight ...
0.356335
0.103703
@import "color.css"; @import "ui.all.css"; @import "ui.datepicker.css"; .handle { } body { font-size: 14px; font-family: tahoma, sans-serif; margin: 10px; padding: 10px; } #page { margin-left: auto; margin-right: auto; } .highlight { right-margin: 300px; width: 80%; } #content { } /* loggedin styl...
css/main.css
@import "color.css"; @import "ui.all.css"; @import "ui.datepicker.css"; .handle { } body { font-size: 14px; font-family: tahoma, sans-serif; margin: 10px; padding: 10px; } #page { margin-left: auto; margin-right: auto; } .highlight { right-margin: 300px; width: 80%; } #content { } /* loggedin styl...
0.258981
0.060724
@charset "UTF-8"; * { margin: 0; padding: 0; } button { cursor: pointer; outline: none; } header { line-height: 80px; box-shadow: 0 0 8px gray; position: fixed; width: 100%; min-width: 1100px; background-color: white; z-index: 1; } header h1 { font-size: 1.6em; padding-left: 30px; display: inline; fo...
WebContent/css/style.css
@charset "UTF-8"; * { margin: 0; padding: 0; } button { cursor: pointer; outline: none; } header { line-height: 80px; box-shadow: 0 0 8px gray; position: fixed; width: 100%; min-width: 1100px; background-color: white; z-index: 1; } header h1 { font-size: 1.6em; padding-left: 30px; display: inline; fo...
0.246715
0.076442
.ap-wrapper { width: 100%; overflow: hidden; display: block; position: relative; background-size: cover; background-position: center center; } .ap-wrapper > .the-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; } ...
src/MusicProject/wwwroot/content/css/audioplayer.css
.ap-wrapper { width: 100%; overflow: hidden; display: block; position: relative; background-size: cover; background-position: center center; } .ap-wrapper > .the-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; } ...
0.494385
0.068289
.cardWrapper { margin-bottom: 25px; } .card{ background-color: white; color: black; height: 142px; border-radius: 28px; margin-left: 70px; margin-right: 70px; font-family: 'PTSans'; display: flex; flex-direction: row; justify-content: flex-start; overflow: hidden; ...
src/components/Card.css
.cardWrapper { margin-bottom: 25px; } .card{ background-color: white; color: black; height: 142px; border-radius: 28px; margin-left: 70px; margin-right: 70px; font-family: 'PTSans'; display: flex; flex-direction: row; justify-content: flex-start; overflow: hidden; ...
0.480235
0.102979
.header { width: 100%; max-width: 1200px; margin: 0 auto; height: 130px; line-height: 130px; text-align: center; } .header h1 { float: left; margin: 0; } .header-logo { vertical-align: middle; height: 50px; } .header__user-area { float: right; } .cover { background-image:...
src/styles/elements/elements.css
.header { width: 100%; max-width: 1200px; margin: 0 auto; height: 130px; line-height: 130px; text-align: center; } .header h1 { float: left; margin: 0; } .header-logo { vertical-align: middle; height: 50px; } .header__user-area { float: right; } .cover { background-image:...
0.460774
0.096195
body { /*text-align: center;*/ /*padding-top: 0;*/ background-color: green; overflow: hidden; height: 400px; } .out_body { position: relative; background-color: blue; height: auto !important; /*height: 500px;*/ min-height: 100px; width: auto !important; /*width: 50px;*/ ...
statics/css/index.css
body { /*text-align: center;*/ /*padding-top: 0;*/ background-color: green; overflow: hidden; height: 400px; } .out_body { position: relative; background-color: blue; height: auto !important; /*height: 500px;*/ min-height: 100px; width: auto !important; /*width: 50px;*/ ...
0.414425
0.0464
@CHARSET "UTF-8"; body { padding: 10px 20px; } h2 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 14pt; color: #444; } .schemaitem { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 14pt; color: #444; font-weight: bold; p...
src/main/webapp/assets/css/style.css
@CHARSET "UTF-8"; body { padding: 10px 20px; } h2 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 14pt; color: #444; } .schemaitem { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 14pt; color: #444; font-weight: bold; p...
0.300027
0.10581
body { /* padding: 50px; */ font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; } .box{width:100%;} .test-box { display: flex; max-width: 640px; width:100%; margin:auto; height: 70px; background: #E2E2E2; margin-top: 20px; font-size: 26px; al...
src/assets/RTC/abilityTest/stylesheets/style.css
body { /* padding: 50px; */ font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; } .box{width:100%;} .test-box { display: flex; max-width: 640px; width:100%; margin:auto; height: 70px; background: #E2E2E2; margin-top: 20px; font-size: 26px; al...
0.340266
0.08886
.breadcrumb { padding-left: 15px; } .light-search { padding: 5px 0; } .light-danger { color: #FF5722; } .layui-layout-admin .layui-header .layui-nav .layui-nav-item,.layui-layout-admin .layui-logo { height: 50px; line-height: 50px } .layui-layout-admin .layui-logo { position: fixed; left: ...
public/public/admin/css/lightCMSAdmin.css
.breadcrumb { padding-left: 15px; } .light-search { padding: 5px 0; } .light-danger { color: #FF5722; } .layui-layout-admin .layui-header .layui-nav .layui-nav-item,.layui-layout-admin .layui-logo { height: 50px; line-height: 50px } .layui-layout-admin .layui-logo { position: fixed; left: ...
0.470007
0.060585
@tailwind preflight; @tailwind utilities; @tailwind components; body { @apply bg-white font-sans antialiased leading-normal; } * { transition: all 0.2s ease; } a { @apply text-grey-dark; } a:hover { @apply text-black; } /* Typography */ p { @apply text-grey leading-normal; } .page-title h1::after { @a...
src/styles/main.css
@tailwind preflight; @tailwind utilities; @tailwind components; body { @apply bg-white font-sans antialiased leading-normal; } * { transition: all 0.2s ease; } a { @apply text-grey-dark; } a:hover { @apply text-black; } /* Typography */ p { @apply text-grey leading-normal; } .page-title h1::after { @a...
0.447219
0.063832
margin-right: 10px; } #pc-obj-consortium-addr { margin-right: 10px; } #pc-hdiv-add-button { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; } #pc-obj-button-add-orderer { margin-left: 10px; margin-right: 10px; } #pc-obj-button-add-org { margin-left: 10px; marg...
social_fabric/static/css/components.css
margin-right: 10px; } #pc-obj-consortium-addr { margin-right: 10px; } #pc-hdiv-add-button { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; } #pc-obj-button-add-orderer { margin-left: 10px; margin-right: 10px; } #pc-obj-button-add-org { margin-left: 10px; marg...
0.517815
0.094093
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document regexp('^(?!http://www\\.brchan\\.org/.*/src/)http://www\\.brchan\\.org/.*$'), url-prefix('http://www.ligadosaterra.org/kusaba/') { /*Cleanup*/ hr, div.adminbar, .loading-visible, table.pages input, td.postblock, td.rules span, div span[style="floa...
data/usercss/64133.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document regexp('^(?!http://www\\.brchan\\.org/.*/src/)http://www\\.brchan\\.org/.*$'), url-prefix('http://www.ligadosaterra.org/kusaba/') { /*Cleanup*/ hr, div.adminbar, .loading-visible, table.pages input, td.postblock, td.rules span, div span[style="floa...
0.169991
0.104112
.editor-container { background: rgba(0, 0, 0, 0.91); display: flex; width: 100%; padding: 5px; box-shadow: 0 2px 3px black; position: absolute; top: 45px; bottom: 0; justify-content: center; align-items: center; /* border: 20px solid #36383f; */ } #br-editor, #br-editor1, #b...
br-css/br-lab.css
.editor-container { background: rgba(0, 0, 0, 0.91); display: flex; width: 100%; padding: 5px; box-shadow: 0 2px 3px black; position: absolute; top: 45px; bottom: 0; justify-content: center; align-items: center; /* border: 20px solid #36383f; */ } #br-editor, #br-editor1, #b...
0.342242
0.114418
@keyframes in { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes in-down { 0% { opacity: 0; transform: translate3D(0, -5px, 0); } 100% { opacity: 1; transform: translate3D(0, 0, 0); } } @keyframes in-up { 0% { opacity: 0; transform: translate3D(0, 5px, 0); } ...
public/build/calcite-components/collection/components/calcite-date-picker-month/calcite-date-picker-month.css
@keyframes in { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes in-down { 0% { opacity: 0; transform: translate3D(0, -5px, 0); } 100% { opacity: 1; transform: translate3D(0, 0, 0); } } @keyframes in-up { 0% { opacity: 0; transform: translate3D(0, 5px, 0); } ...
0.750918
0.177775
@charset "UTF-8"; /*! * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-siz...
src/main/webapp/WEB-INF/src/css/app.css
@charset "UTF-8"; /*! * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-siz...
0.706596
0.078607
.vpc-spotimbed-embed { border-radius: 4px; display: grid; grid-template-columns: 80px 1fr; grid-template-rows: 80px auto 32px; grid-template-areas: 'art info' 'content content' 'controls controls'; width: 400px; user-select: none; } .vpc-spotimbed-art-wrap { grid-area: art; align-items: center; dis...
style.css
.vpc-spotimbed-embed { border-radius: 4px; display: grid; grid-template-columns: 80px 1fr; grid-template-rows: 80px auto 32px; grid-template-areas: 'art info' 'content content' 'controls controls'; width: 400px; user-select: none; } .vpc-spotimbed-art-wrap { grid-area: art; align-items: center; dis...
0.563738
0.123339
@charset "utf-8"; /*****소식/참여******/ .sub_wrap_01{margin-top:52px} .sub_inWrap_01{ padding:0 96px; line-height:1.6} .sub_inWrap_02{ position:relative;} .sub_inWrap_03{padding:0;margin-top:-5px;} .bagWhite{background:#fff;} /*신진미술인 지원S*/ /*소개/신청-DSF010SB0310(S)*/ .txt_desc17{font-size:17px;} .intro{font-size:19px;text-...
webforall/css/sub.css
@charset "utf-8"; /*****소식/참여******/ .sub_wrap_01{margin-top:52px} .sub_inWrap_01{ padding:0 96px; line-height:1.6} .sub_inWrap_02{ position:relative;} .sub_inWrap_03{padding:0;margin-top:-5px;} .bagWhite{background:#fff;} /*신진미술인 지원S*/ /*소개/신청-DSF010SB0310(S)*/ .txt_desc17{font-size:17px;} .intro{font-size:19px;text-...
0.139807
0.092237