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
html { box-sizing: border-box; } /* inherit border-box on all elements in the universe and before and after */ *, *:before, *:after { box-sizing: inherit; } body { font-size: 100%; font-family: 'Lato', sans-serif; background-color: #70482D; } body, caption, th, td, input, textarea, select, option, legend, ...
css/styles.css
html { box-sizing: border-box; } /* inherit border-box on all elements in the universe and before and after */ *, *:before, *:after { box-sizing: inherit; } body { font-size: 100%; font-family: 'Lato', sans-serif; background-color: #70482D; } body, caption, th, td, input, textarea, select, option, legend, ...
0.520253
0.133021
* { box-sizing: border-box; text-transform: capitalize; } body { width: 960px; margin: 0 auto; } #logo { font-family: "Yellowtail", cursive; margin: 25px; display: inline-block; line-height: 0.6; } #logo_h3 { font-size: XXX-large; position: relative; top: -12px; } #logo ul { float: right; marg...
CSS/sytle.css
* { box-sizing: border-box; text-transform: capitalize; } body { width: 960px; margin: 0 auto; } #logo { font-family: "Yellowtail", cursive; margin: 25px; display: inline-block; line-height: 0.6; } #logo_h3 { font-size: XXX-large; position: relative; top: -12px; } #logo ul { float: right; marg...
0.40698
0.153422
.row-game { display: -ms-flex; display: -webkit-flex; display: flex; } .row-game:after { content: ""; display: table; clear: both; float: none; } .column { float: left; width: 50%; flex: 1; } @media all and (max-width: 600px) { .column { float: none; width: 1...
assets/css/custom-football-squad.css
.row-game { display: -ms-flex; display: -webkit-flex; display: flex; } .row-game:after { content: ""; display: table; clear: both; float: none; } .column { float: left; width: 50%; flex: 1; } @media all and (max-width: 600px) { .column { float: none; width: 1...
0.455199
0.132852
.login-footer { position: absolute; bottom: 0; padding: 30px; margin: 0 auto; } .login-redirect-loader-container { display: flex; flex-direction: column; justify-content: center; } .login-redirect-loader-container > span { color: #2b388f; font-size: 1.1em; font-weight: 500; margin-top: 1.25em; }...
src/components/Login/index.css
.login-footer { position: absolute; bottom: 0; padding: 30px; margin: 0 auto; } .login-redirect-loader-container { display: flex; flex-direction: column; justify-content: center; } .login-redirect-loader-container > span { color: #2b388f; font-size: 1.1em; font-weight: 500; margin-top: 1.25em; }...
0.351311
0.076098
* { box-sizing: border-box; } body { margin: 0 auto; font-family: "Montserrat", "Europa", "Helvetica", sans-serif; } #main { display: flex; min-height: calc(100vh - 40vh); background-color:#2c2c2b; } #main > article { background:#191919; } #main > nav, #main > aside { flex: auto; } #ma...
workshop/content/files/Wild-West-Frontend/assets/styles.css
* { box-sizing: border-box; } body { margin: 0 auto; font-family: "Montserrat", "Europa", "Helvetica", sans-serif; } #main { display: flex; min-height: calc(100vh - 40vh); background-color:#2c2c2b; } #main > article { background:#191919; } #main > nav, #main > aside { flex: auto; } #ma...
0.376509
0.122628
body{ background:#fefefe; min-height:100vh; padding-top:77px; } header{ background:#eb7226; display:flex; justify-content:space-between; align-items:center; -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.4); -moz-box-shadow: 0 2px 10px rgba(0,0,0,.4); box-shadow: 0 2px 10px rgba(0,0,...
public/css/custom_new.css
body{ background:#fefefe; min-height:100vh; padding-top:77px; } header{ background:#eb7226; display:flex; justify-content:space-between; align-items:center; -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.4); -moz-box-shadow: 0 2px 10px rgba(0,0,0,.4); box-shadow: 0 2px 10px rgba(0,0,...
0.331552
0.081228
header{ background-color: #ffffff; height: 110px; background-size: cover; background-position: center; position: sticky; top: 0; } .main-nav1{ float: right; list-style: none; margin-top: 50px; margin-right: 50px; } .main-nav1 li { display: inline-block; } .main-nav1 li a { color: black; text-decoration:...
public/css/app.css
header{ background-color: #ffffff; height: 110px; background-size: cover; background-position: center; position: sticky; top: 0; } .main-nav1{ float: right; list-style: none; margin-top: 50px; margin-right: 50px; } .main-nav1 li { display: inline-block; } .main-nav1 li a { color: black; text-decoration:...
0.260766
0.070432
***********************************/ #album-content { max-width: 1300px; margin: 0 auto; margin-top: -30px; background: #fff; display: block; position: relative; } #album-content .album-top { padding: 5px 0 10px 15px; } #album-content .album-top-wrapper { padding: 10px 0; display: ...
resources/assets/admin/css/pages/album_videos/album.css
***********************************/ #album-content { max-width: 1300px; margin: 0 auto; margin-top: -30px; background: #fff; display: block; position: relative; } #album-content .album-top { padding: 5px 0 10px 15px; } #album-content .album-top-wrapper { padding: 10px 0; display: ...
0.295636
0.056029
body { font-family: Arial, Helvetica, sans-serif; } * { box-sizing: border-box; } /* jumbo css */ .jumbotron { padding-top: 20px; padding-bottom: 20px; margin-bottom: 20px; color: black; background-color: #79abd2; margin-top: 10px; max-height: 235px; border...
public/css/style.css
body { font-family: Arial, Helvetica, sans-serif; } * { box-sizing: border-box; } /* jumbo css */ .jumbotron { padding-top: 20px; padding-bottom: 20px; margin-bottom: 20px; color: black; background-color: #79abd2; margin-top: 10px; max-height: 235px; border...
0.362518
0.09556
body { padding-top: 0; font-family: "futura-pt", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; color: #222b30; background: #f5f5f5; background: white; } body h1, body .service h2, .service body h2, body h2, body h3, body h4, body h5 { font-family: "futura-pt", sans-serif; fon...
library/css/child.css
body { padding-top: 0; font-family: "futura-pt", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; color: #222b30; background: #f5f5f5; background: white; } body h1, body .service h2, .service body h2, body h2, body h3, body h4, body h5 { font-family: "futura-pt", sans-serif; fon...
0.374905
0.101634
body { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; background-size: 10%; } #wrap { margin-top: 20px; margin-bottom: 50px; } .bold { font-weight: bold; } p.conversation_comment { margin-right: 10px; ...
public/stylesheets/spreadsheet.css
body { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; background-size: 10%; } #wrap { margin-top: 20px; margin-bottom: 50px; } .bold { font-weight: bold; } p.conversation_comment { margin-right: 10px; ...
0.374562
0.11694
html, body { height: 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container-fluid { padding-top: 55px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { ...
web/css/site.css
html, body { height: 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container-fluid { padding-top: 55px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { ...
0.454472
0.094343
body { font-size: 40%; font-family: 'Palatino Linotype', Verdana, Arial, Sans-Serif; } ul#tabs { text-align: center; list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; } ul#tabs li { display: inline; text-align: center} ul#tabs li a {text-align: center; color: #42454a; background-color: #de...
css/styles.css
body { font-size: 40%; font-family: 'Palatino Linotype', Verdana, Arial, Sans-Serif; } ul#tabs { text-align: center; list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; } ul#tabs li { display: inline; text-align: center} ul#tabs li a {text-align: center; color: #42454a; background-color: #de...
0.364664
0.093927
* { outline: none; } div#for-table { border: 1px solid black; width: 1020px; margin: 30px; } button.tab { float: left; background-color: inherit; border: none; cursor: pointer; width: 50%; padding: 10px; font-size: 1em; letter-spacing: 2px; transi...
assets/css/inventory.css
* { outline: none; } div#for-table { border: 1px solid black; width: 1020px; margin: 30px; } button.tab { float: left; background-color: inherit; border: none; cursor: pointer; width: 50%; padding: 10px; font-size: 1em; letter-spacing: 2px; transi...
0.280419
0.075312
body { background: rgb(223, 223, 223); font-family: verdana; font-size: 13px; } #mainContent { position: absolute; left: 50%; width: 620px; border: solid rgb(155, 155, 155) 1px; padding: 10px; margin-left: -250px; background: white; box-shadow: 0px 0px 8px rgb(88, 88, 88); top: 5%; } .clear { clear: both; ...
options.css
body { background: rgb(223, 223, 223); font-family: verdana; font-size: 13px; } #mainContent { position: absolute; left: 50%; width: 620px; border: solid rgb(155, 155, 155) 1px; padding: 10px; margin-left: -250px; background: white; box-shadow: 0px 0px 8px rgb(88, 88, 88); top: 5%; } .clear { clear: both; ...
0.340595
0.093512
button.btn_admin{ background: transparent; color: white; border: 2px solid white; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; display: inline-block; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition...
assets/admin_all_button.css
button.btn_admin{ background: transparent; color: white; border: 2px solid white; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; display: inline-block; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition...
0.28897
0.043043
@charset "utf-8" @import url("common.css"); /* *************************************************sub-title************************************************* */ .sub-title{width:100%; height:70px; background:#7f7fd4;} .sub-title > div{margin:0 auto; width:1200px;} .sub-title > div:after{content:""; display:block; clear:b...
application/views/css/upload.css
@charset "utf-8" @import url("common.css"); /* *************************************************sub-title************************************************* */ .sub-title{width:100%; height:70px; background:#7f7fd4;} .sub-title > div{margin:0 auto; width:1200px;} .sub-title > div:after{content:""; display:block; clear:b...
0.237046
0.051249
@charset "utf-8"; /* CSS Document */ @font-face { font-family: 'templateFont'; src:url("../font/font-mobile-template.ttf") format('truetype'), url("../font/font-mobile-template.woff") format('woff'), url("../font/font-mobile-template.eot"); } .mobile-body{} a,a:hover,a:focus{text-decoration:none;} i,em{fon...
niushop/public/admin/css/set-mobile-template.css
@charset "utf-8"; /* CSS Document */ @font-face { font-family: 'templateFont'; src:url("../font/font-mobile-template.ttf") format('truetype'), url("../font/font-mobile-template.woff") format('woff'), url("../font/font-mobile-template.eot"); } .mobile-body{} a,a:hover,a:focus{text-decoration:none;} i,em{fon...
0.277963
0.045226
body { background-color: #A9DBFF; color: black; max-width: 800px; margin-left: auto; margin-right: auto; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 100%; overflow-y: scroll; line-height: 1.5; } article, header, nav { /* just in case */ displa...
wwwroot/css/core.css
body { background-color: #A9DBFF; color: black; max-width: 800px; margin-left: auto; margin-right: auto; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 100%; overflow-y: scroll; line-height: 1.5; } article, header, nav { /* just in case */ displa...
0.541651
0.095055
.btn-standard { background: none; border: none; outline: none; } .arrow { border-width: 8px; z-index: 10; } .arrow, .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .arrow:after { border-width: 7px; content: ""; } .ar...
app/assets/stylesheets/components.css
.btn-standard { background: none; border: none; outline: none; } .arrow { border-width: 8px; z-index: 10; } .arrow, .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .arrow:after { border-width: 7px; content: ""; } .ar...
0.440229
0.044911
html { height: 100vh; } html, body { background-color: #fff; /*min-height: 100vh;*/ color: #242A31 !important; } .panel-primary { box-shadow: rgba(116, 129, 141, 0.1) 0px 3px 8px 0px !important; align-items: center !important; justify-self: stretch !important; flex-direction: row !imp...
AspNetCoreIdentity/wwwroot/css/styles.css
html { height: 100vh; } html, body { background-color: #fff; /*min-height: 100vh;*/ color: #242A31 !important; } .panel-primary { box-shadow: rgba(116, 129, 141, 0.1) 0px 3px 8px 0px !important; align-items: center !important; justify-self: stretch !important; flex-direction: row !imp...
0.442877
0.049336
*{ margin: 0; padding: 0; } a{ text-decoration: none; color: white; } h1{ padding-top: 10%; padding-left: 10%; text-align: left; font-size: 400%; color: white; } .Header{ padding-top: 1%; table-layout: fixed; align-self: center; text-align: center; width: 100%; background-image:url("bac...
MoneyManager/home.css
*{ margin: 0; padding: 0; } a{ text-decoration: none; color: white; } h1{ padding-top: 10%; padding-left: 10%; text-align: left; font-size: 400%; color: white; } .Header{ padding-top: 1%; table-layout: fixed; align-self: center; text-align: center; width: 100%; background-image:url("bac...
0.451568
0.072374
form[name="nomenclature_sise"] #nomenclature_sise input, form[name="nomenclature_sise"] #nomenclature_sise select { font-style: oblique; min-height: 28px; padding-right: 10px; width: 35%; } form[name="nomenclature_sise"] #nomenclature_sise label { display: block; float: right; font-size:...
src/Sise/Bundle/CoreBundle/Resources/public/css/nomenclature.css
form[name="nomenclature_sise"] #nomenclature_sise input, form[name="nomenclature_sise"] #nomenclature_sise select { font-style: oblique; min-height: 28px; padding-right: 10px; width: 35%; } form[name="nomenclature_sise"] #nomenclature_sise label { display: block; float: right; font-size:...
0.206334
0.058561
.el-upload-dragger{ width:100% ; } .el-tabs--border-card { background:none ; border: none ; } .el-table, .el-table__expanded-cell { background-color: transparent ; color: white ; margin: 0px !important; } .el-tabs--border-card>.el-tabs__header { background:none ; } .el-table--enable-row-hover .el-table__...
location_app/frontend/src/assets/css/override.css
.el-upload-dragger{ width:100% ; } .el-tabs--border-card { background:none ; border: none ; } .el-table, .el-table__expanded-cell { background-color: transparent ; color: white ; margin: 0px !important; } .el-tabs--border-card>.el-tabs__header { background:none ; } .el-table--enable-row-hover .el-table__...
0.31732
0.074467
:root { --surface-color: #fff; --curve: 40; } * { box-sizing: border-box; } body { font-family: 'Noto Sans JP', sans-serif; background-color: #fef8f8; } .kartus { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 4rem ...
mycss/css.css
:root { --surface-color: #fff; --curve: 40; } * { box-sizing: border-box; } body { font-family: 'Noto Sans JP', sans-serif; background-color: #fef8f8; } .kartus { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 4rem ...
0.643329
0.223229
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P'); body { font-family: 'Press Start 2P', cursive; text-align: center; } body { background: url(../images/03-Late-Morning-tall.png); /* source http://www.bitday.me/download/ */ background-repeat: no-repeat; background-size: cover; } ...
css/style.css
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P'); body { font-family: 'Press Start 2P', cursive; text-align: center; } body { background: url(../images/03-Late-Morning-tall.png); /* source http://www.bitday.me/download/ */ background-repeat: no-repeat; background-size: cover; } ...
0.41478
0.191744
.markItUp * { margin:0px; padding:0px; outline:none; } .markItUp a:link, .markItUp a:visited { color:#000; text-decoration:none; } .markItUp { width:700px; margin:5px 0 5px 0; border:5px solid #F5F5F5; } .markItUpContainer { border:1px solid #3C769D; padding:5px 5px 2px 5px; ...
src/main/webapp/styles/vendors/markitup/markitup.css
.markItUp * { margin:0px; padding:0px; outline:none; } .markItUp a:link, .markItUp a:visited { color:#000; text-decoration:none; } .markItUp { width:700px; margin:5px 0 5px 0; border:5px solid #F5F5F5; } .markItUpContainer { border:1px solid #3C769D; padding:5px 5px 2px 5px; ...
0.28398
0.12297
body { padding-top: 54px; } @media (min-width: 992px) { body { padding-top: 56px; } } /*mobile banner*/ .bg-image-full { background: no-repeat; background-size: cover; background-position: center; height: 52.5vh; min-height: 250px; } /*desktop banner*/ @media (min-height: 824px), (min-width: 800p...
css/full-width-pics.css
body { padding-top: 54px; } @media (min-width: 992px) { body { padding-top: 56px; } } /*mobile banner*/ .bg-image-full { background: no-repeat; background-size: cover; background-position: center; height: 52.5vh; min-height: 250px; } /*desktop banner*/ @media (min-height: 824px), (min-width: 800p...
0.299515
0.048744
*{ padding:0; margin:0; box-sizing: border-box; } body{ font-family: "Capriola"; background-color: #423F3E; background-image: url("../img/projects-bg.jpg"); background-size: cover; background-attachment: fixed; } main{ display: flex; flex-direction: column; align-items: cente...
assets/css/style_projects.css
*{ padding:0; margin:0; box-sizing: border-box; } body{ font-family: "Capriola"; background-color: #423F3E; background-image: url("../img/projects-bg.jpg"); background-size: cover; background-attachment: fixed; } main{ display: flex; flex-direction: column; align-items: cente...
0.448426
0.080213
@font-face { font-family: 'Inter UI'; font-style: normal; font-weight: 400; src: local('Inter UI'), local('InterUI-Regular'), url("fonts/Inter-UI-Regular.woff2") format("woff2"); } @font-face { font-family: 'Inter UI'; font-style: italic; font-weight: 400; src: local('Inter UI Italic'), local('InterU...
dist/ipfs.css
@font-face { font-family: 'Inter UI'; font-style: normal; font-weight: 400; src: local('Inter UI'), local('InterUI-Regular'), url("fonts/Inter-UI-Regular.woff2") format("woff2"); } @font-face { font-family: 'Inter UI'; font-style: italic; font-weight: 400; src: local('Inter UI Italic'), local('InterU...
0.538012
0.051391
* 01. Fonts */ @font-face { font-family: Walkway; src: url("./fonts/walkway.eot"); src: local("☺"), url("./fonts/walkway.woff") format("woff"), url("./fonts/walkway.otf") format("opentype"), url("./fonts/walkway.svg#Walkway") format("svg"), url("./fonts/walkway.ttf") format("truetype"); } ...
public/css/main.css
* 01. Fonts */ @font-face { font-family: Walkway; src: url("./fonts/walkway.eot"); src: local("☺"), url("./fonts/walkway.woff") format("woff"), url("./fonts/walkway.otf") format("opentype"), url("./fonts/walkway.svg#Walkway") format("svg"), url("./fonts/walkway.ttf") format("truetype"); } ...
0.644001
0.148047
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&family=Lexend+Deca&display=swap'); *, ::after, ::before { box-sizing: border-box; } body { margin: 0; padding: 5% 8%; background-color: hsl(0, 0%, 95%); } .row { display: flex; flex-direction: row; flex-wrap...
index.css
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&family=Lexend+Deca&display=swap'); *, ::after, ::before { box-sizing: border-box; } body { margin: 0; padding: 5% 8%; background-color: hsl(0, 0%, 95%); } .row { display: flex; flex-direction: row; flex-wrap...
0.412175
0.122602
border-radius: 0px; } #main-footer { background: #fbfbfb; width: 100%; } .main-container { min-height: 70vmin; } #searchbox, #searchbtn { min-height: 50px; } .main { margin-top: 150px; } .result-img { cursor: pointer; max-width: 100%; } img.active { border: 7px solid green; } #settings-form button.a...
webapp/static/css/style.css
border-radius: 0px; } #main-footer { background: #fbfbfb; width: 100%; } .main-container { min-height: 70vmin; } #searchbox, #searchbtn { min-height: 50px; } .main { margin-top: 150px; } .result-img { cursor: pointer; max-width: 100%; } img.active { border: 7px solid green; } #settings-form button.a...
0.402275
0.12276
@charset "utf-8"; /* CSS Document */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td{margin:0;padding:0} li{list-style:none;} .clear{ clear:both;} h1{display: block; font-size: 1.5em; -webkit-margin-after: 0.67em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; font-weight: bold} .l...
css/quickview.css
@charset "utf-8"; /* CSS Document */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td{margin:0;padding:0} li{list-style:none;} .clear{ clear:both;} h1{display: block; font-size: 1.5em; -webkit-margin-after: 0.67em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; font-weight: bold} .l...
0.263599
0.05132
::-webkit-scrollbar { display: none; } body { margin: 0; padding: 0; box-sizing: border-box; background-color: #fbfbfb; font-family: "Avenir Next", sans-serif; font-size: 14px; } .content { width: 540px; max-width: 540px; margin: 0 auto; padding: 20px 60px; } ...
static/style.css
::-webkit-scrollbar { display: none; } body { margin: 0; padding: 0; box-sizing: border-box; background-color: #fbfbfb; font-family: "Avenir Next", sans-serif; font-size: 14px; } .content { width: 540px; max-width: 540px; margin: 0 auto; padding: 20px 60px; } ...
0.417153
0.232964
.py-4 { padding: 0 !important; height: 100%; } #app { height: 100%; } #example { height: 100%; } .body-wrap { height: 100%; } .body-wrap .row { height: 100%; } .navbar { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#475462+0,1d2841+100 */ ...
public/css/custom.css
.py-4 { padding: 0 !important; height: 100%; } #app { height: 100%; } #example { height: 100%; } .body-wrap { height: 100%; } .body-wrap .row { height: 100%; } .navbar { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#475462+0,1d2841+100 */ ...
0.569015
0.116036
.home-header { border-bottom: 2px solid black; } .home-header .logo { margin: 5px 0 0 5px; height: 50px; width: 50px ; display: inline-block; background-color: green; } .home-header h1, a { margin-left: 5px; text-decoration: none; display: inline-block; } .user-info { float: right; width: 200px...
web/src/index.css
.home-header { border-bottom: 2px solid black; } .home-header .logo { margin: 5px 0 0 5px; height: 50px; width: 50px ; display: inline-block; background-color: green; } .home-header h1, a { margin-left: 5px; text-decoration: none; display: inline-block; } .user-info { float: right; width: 200px...
0.365004
0.131424
body{background-color:#eaeef1;font-size:0.875em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;} header{background-color:#fff;-moz-box-shadow: 0px 1px 2px 1px #d9dcdf;-webkit-box-shadow: 0px 1px 2px 1px #d9dcdf;-o-box-shadow: 0px 1px 2px 1px #d9dcdf;box-shadow: 0px 1px 2px 1px #d9dcdf;filter:pro...
assets/css/application.css
body{background-color:#eaeef1;font-size:0.875em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;} header{background-color:#fff;-moz-box-shadow: 0px 1px 2px 1px #d9dcdf;-webkit-box-shadow: 0px 1px 2px 1px #d9dcdf;-o-box-shadow: 0px 1px 2px 1px #d9dcdf;box-shadow: 0px 1px 2px 1px #d9dcdf;filter:pro...
0.181916
0.065545
.dropdown:hover .dropdown-menu { display: block; } .dropdown-item:hover { color: #4A93FF; background-color: #C6C8FF; } .navbar { background: #FFFFFF; } .bg-blue{ background: #4A93FF; } #navbarSupportedContent{ padding-left: 200px; } #coba{ padding-left: 50px; } #geser{ margin-right: 35...
assets/css/style.css
.dropdown:hover .dropdown-menu { display: block; } .dropdown-item:hover { color: #4A93FF; background-color: #C6C8FF; } .navbar { background: #FFFFFF; } .bg-blue{ background: #4A93FF; } #navbarSupportedContent{ padding-left: 200px; } #coba{ padding-left: 50px; } #geser{ margin-right: 35...
0.231093
0.076961
/** Bootstrap Icons **/ @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css"); /** Font Style **/ @font-face { font-family: 'Cuprum-Regular'; font-style: normal; font-weight: normal; src: local('Cuprum-Regular'), url('../assets/fonts/Cuprum-Regular.ttf') format('tru...
css/customization.css
/** Bootstrap Icons **/ @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css"); /** Font Style **/ @font-face { font-family: 'Cuprum-Regular'; font-style: normal; font-weight: normal; src: local('Cuprum-Regular'), url('../assets/fonts/Cuprum-Regular.ttf') format('tru...
0.458349
0.078819
01. General / Reset 02. Header 03. Hero 04. About 05. Project 06. Experience 07. Testimonial 08. Blog 09. Contact 10. Footer */ /*======================================*/ /* 01: General / Reset /*======================================*/ @import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,...
src/assets/css/style.css
01. General / Reset 02. Header 03. Hero 04. About 05. Project 06. Experience 07. Testimonial 08. Blog 09. Contact 10. Footer */ /*======================================*/ /* 01: General / Reset /*======================================*/ @import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,...
0.377541
0.062531
@import url('https://fonts.googleapis.com/css?family=Lobster+Two'); @import url('https://fonts.googleapis.com/css?family=Handlee'); body { padding: 0px; margin: 0px; height: 100%; font-size: 1rem; font-family: 'Handlee', sans-serif; box-sizing: border-box; overflow-x: hidden; } body::-webkit-scrollbar { ...
UI/assets/css/app.css
@import url('https://fonts.googleapis.com/css?family=Lobster+Two'); @import url('https://fonts.googleapis.com/css?family=Handlee'); body { padding: 0px; margin: 0px; height: 100%; font-size: 1rem; font-family: 'Handlee', sans-serif; box-sizing: border-box; overflow-x: hidden; } body::-webkit-scrollbar { ...
0.30549
0.067762
body { margin: 0px; padding: 0px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; } .MainContentWrapper{ padding-right: 15px; padding-left: 15px; margin-right: auto; ...
assets/documents/ismrm/gibbons_ismrm_2017_files/viewSubmissions.css
body { margin: 0px; padding: 0px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; } .MainContentWrapper{ padding-right: 15px; padding-left: 15px; margin-right: auto; ...
0.238728
0.072834
@charset "utf-8"; /* global css stylesheet */ /* pagination */ #page-selection .pagination { margin: 0; } #page-selection .pagination>.active>a, #page-selection .pagination>.active>span, #page-selection .pagination>.active>a:hover, #page-selection .pagination>.active>span:hover, #page-selection .pagination>.activ...
public/sites/css/global.css
@charset "utf-8"; /* global css stylesheet */ /* pagination */ #page-selection .pagination { margin: 0; } #page-selection .pagination>.active>a, #page-selection .pagination>.active>span, #page-selection .pagination>.active>a:hover, #page-selection .pagination>.active>span:hover, #page-selection .pagination>.activ...
0.282691
0.055592
@font-face { font-family: 'Poppins'; src: local('Poppins Black'), local('Poppins-Black'), url('Poppins-Black.woff2') format('woff2'), url('Poppins-Black.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; } @font-face { font-family: 'Poppins'; sr...
fonts/Poppins/stylesheet.css
@font-face { font-family: 'Poppins'; src: local('Poppins Black'), local('Poppins-Black'), url('Poppins-Black.woff2') format('woff2'), url('Poppins-Black.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; } @font-face { font-family: 'Poppins'; sr...
0.417153
0.048903
@font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') f...
public/packages/moonlight/touch/css/glyphicons-halflings.css
@font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') f...
0.39036
0.113629
body { margin: 0; padding: 0; font-family: "Roboto", sans-serif; } a { text-decoration: none; color: inherit; } .link_logo { display: inline-block; } .bck_blue { background: #0d1831; } .bck_lblue { background: #98c5e9; } .img_cover { background-size: cover !important; } .container { width: 1024...
src/Resources/css/app.css
body { margin: 0; padding: 0; font-family: "Roboto", sans-serif; } a { text-decoration: none; color: inherit; } .link_logo { display: inline-block; } .bck_blue { background: #0d1831; } .bck_lblue { background: #98c5e9; } .img_cover { background-size: cover !important; } .container { width: 1024...
0.411229
0.093388
button { z-index: 999; } .context { background-color: rgb(238, 250, 237); } table { font-size: 12px; } th { vertical-align: top; text-align: right; padding-right: 10px; white-space: nowrap; } td { white-space: pre-wrap; } #div_main { background-color: rgb(238, 250, 237); } #div_toolbar { displ...
src/app/main-toolbar/main-toolbar.component.css
button { z-index: 999; } .context { background-color: rgb(238, 250, 237); } table { font-size: 12px; } th { vertical-align: top; text-align: right; padding-right: 10px; white-space: nowrap; } td { white-space: pre-wrap; } #div_main { background-color: rgb(238, 250, 237); } #div_toolbar { displ...
0.460532
0.100437
* * 课程搜索页 * ******************************************************************************/ .course-default-index{ } .course-default-index .container{ padding: 0; } .course-default-index .filter-label{ display: inline-block; width: 100px; text-align: right; float: left; margin-top: 6p...
frontend/modules/course/assets/css/module.css
* * 课程搜索页 * ******************************************************************************/ .course-default-index{ } .course-default-index .container{ padding: 0; } .course-default-index .filter-label{ display: inline-block; width: 100px; text-align: right; float: left; margin-top: 6p...
0.234144
0.059729
.offer-section { width: 100%; position: relative; -webkit-filter: grayscale(100%) contrast(10%) brightness(170%); filter: grayscale(100%) contrast(10%) brightness(170%); -webkit-transition: 0.3s ease-in-out all; transition: 0.3s ease-in-out all; } .offer-section.offer-section-1 { background: url("...
css/style.css
.offer-section { width: 100%; position: relative; -webkit-filter: grayscale(100%) contrast(10%) brightness(170%); filter: grayscale(100%) contrast(10%) brightness(170%); -webkit-transition: 0.3s ease-in-out all; transition: 0.3s ease-in-out all; } .offer-section.offer-section-1 { background: url("...
0.460532
0.07353
.progress { height: 23px !important; } .progress-bar .progress-bar-striped { background-color: #1a92ce !important; } #saveButton { background-color: #1a92ce !important; } #resetButton { background-color: #404040 !important; } #surveyNav { background-color: #1a92ce !important; } .checkbox label, .radio lab...
src/css/survey.css
.progress { height: 23px !important; } .progress-bar .progress-bar-striped { background-color: #1a92ce !important; } #saveButton { background-color: #1a92ce !important; } #resetButton { background-color: #404040 !important; } #surveyNav { background-color: #1a92ce !important; } .checkbox label, .radio lab...
0.254509
0.087564
body{ margin: 0; padding: 0; font-family: arial; varter-spacing: 2px; font-weight: bold; color: rgba(0, 0, 0, 0.4); background: url('todo.jpg'); background: #9370DB; } #mainContainer{ padding: 10px; margin-top: 50px; display: flex; flex-direction: row; justify-content: space-evenly; alig...
Project_4/Project4_TODO/style.css
body{ margin: 0; padding: 0; font-family: arial; varter-spacing: 2px; font-weight: bold; color: rgba(0, 0, 0, 0.4); background: url('todo.jpg'); background: #9370DB; } #mainContainer{ padding: 10px; margin-top: 50px; display: flex; flex-direction: row; justify-content: space-evenly; alig...
0.112881
0.048677
@import url('https://fonts.googleapis.com/css?family=Chango|Roboto:700|Ubuntu:400,700&display=swap'); /* Using the fonts: font-family: 'Chango', cursive; font-family: 'Ubuntu', sans-serif; font-family: 'Roboto', sans-serif; */ /*<------------------------------- SET DEFAULT VALUES -------------------...
WebContent/styles/main.css
@import url('https://fonts.googleapis.com/css?family=Chango|Roboto:700|Ubuntu:400,700&display=swap'); /* Using the fonts: font-family: 'Chango', cursive; font-family: 'Ubuntu', sans-serif; font-family: 'Roboto', sans-serif; */ /*<------------------------------- SET DEFAULT VALUES -------------------...
0.267217
0.054651
html { /* scroll-snap-type: y proximity; */ /* TODO: activate only with content */ } body { display: grid; grid-auto-rows: auto; grid-template-columns: auto; /* iOS Workaround: https://webkit.org/blog/7929/designing-websites-for-iphone-x/ */ padding: env(safe-area-inset-top) env(safe-area-inset-right) env(saf...
src/styles/layouts/base.css
html { /* scroll-snap-type: y proximity; */ /* TODO: activate only with content */ } body { display: grid; grid-auto-rows: auto; grid-template-columns: auto; /* iOS Workaround: https://webkit.org/blog/7929/designing-websites-for-iphone-x/ */ padding: env(safe-area-inset-top) env(safe-area-inset-right) env(saf...
0.350088
0.104752
html, body { font-family: 'Roboto Condensed', sans-serif; background: #404040; color: #E8E8E8; } a:link { color: #8AB7FF; } a:visited { color: #8A94FF; } a:active, a:hover { color: #FF8A9D; } :focus { outline: none; box-shadow: 0px 0px 0.2em 0.1em orange; } .clickHelp { color: #...
style.css
html, body { font-family: 'Roboto Condensed', sans-serif; background: #404040; color: #E8E8E8; } a:link { color: #8AB7FF; } a:visited { color: #8A94FF; } a:active, a:hover { color: #FF8A9D; } :focus { outline: none; box-shadow: 0px 0px 0.2em 0.1em orange; } .clickHelp { color: #...
0.409811
0.092893
*{ margin: 0px; padding: 0px; } /* Cabeçalho */ header{ background-image: linear-gradient(330deg, #B0C4DE 0, #352b99 50%, #003265 100%); height: 100px; display: flex; flex-direction: row; justify-content: space-between; width: 100% } header img{ align-self: center; margin: 20px;...
CSS/Layout2/quem_somos.css
*{ margin: 0px; padding: 0px; } /* Cabeçalho */ header{ background-image: linear-gradient(330deg, #B0C4DE 0, #352b99 50%, #003265 100%); height: 100px; display: flex; flex-direction: row; justify-content: space-between; width: 100% } header img{ align-self: center; margin: 20px;...
0.323808
0.081556
body { background-color: #faf2f2; margin: 0; } header { display: flex; align-items: center; background-color: #FFFFFF; box-shadow: 0 0 1em #f3e1e1; position: fixed; top: 0; overflow: hidden; justify-content: center; width: 100%; } nav { float: right; text-align: cen...
style.css
body { background-color: #faf2f2; margin: 0; } header { display: flex; align-items: center; background-color: #FFFFFF; box-shadow: 0 0 1em #f3e1e1; position: fixed; top: 0; overflow: hidden; justify-content: center; width: 100%; } nav { float: right; text-align: cen...
0.460046
0.109944
@charset "utf-8"; /* ============================== */ /* - Title: Wangkhao College Temporary Landing Page */ /* ============================== */ /* ---------------------------------------------------------------------- */ /* Import styles /* ---------------------------------------------------------------...
css/style.css
@charset "utf-8"; /* ============================== */ /* - Title: Wangkhao College Temporary Landing Page */ /* ============================== */ /* ---------------------------------------------------------------------- */ /* Import styles /* ---------------------------------------------------------------...
0.190649
0.03293
*, *::before, *::after { padding: 0; margin: 0; text-decoration: none; font-family: "Mulish", sans-serif; color: white; } @font-face { font-family: "Mulish", sans-serif; src: url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@1,200&display=swap"); } /*mobile view*/ .back { border: none; ...
frontend/css/Filmhubadmin.css
*, *::before, *::after { padding: 0; margin: 0; text-decoration: none; font-family: "Mulish", sans-serif; color: white; } @font-face { font-family: "Mulish", sans-serif; src: url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@1,200&display=swap"); } /*mobile view*/ .back { border: none; ...
0.573917
0.07088
.article { overflow: hidden; } .article2{ background: white; padding: 15px; margin-left: -15px; margin-right: -15px; border-radius: 3px; border: 1px solid #C4C4C4; width: 938px; margin: auto; font-family: Arial,sans-serif; font-size: 1.1em; margin-bottom:-5px; } .article a { text-decoration: none; } .a...
DEPRECATED_extended-demo-source/WebContent/resources/css/article_view.css
.article { overflow: hidden; } .article2{ background: white; padding: 15px; margin-left: -15px; margin-right: -15px; border-radius: 3px; border: 1px solid #C4C4C4; width: 938px; margin: auto; font-family: Arial,sans-serif; font-size: 1.1em; margin-bottom:-5px; } .article a { text-decoration: none; } .a...
0.398992
0.074332
body{ margin: 0px; padding: 0px; font-family: sans-serif; } a{ text-decoration: none !important; } .top-header{ height: auto; max-width: auto; } .wrap-content{ box-shadow: 1px solid black; } .logo{ } .slider{ } .no-padding{ padding-left: 0px; padding-right: 0px; } .topsell-content{ width: auto; height:aut...
public/css/user.css
body{ margin: 0px; padding: 0px; font-family: sans-serif; } a{ text-decoration: none !important; } .top-header{ height: auto; max-width: auto; } .wrap-content{ box-shadow: 1px solid black; } .logo{ } .slider{ } .no-padding{ padding-left: 0px; padding-right: 0px; } .topsell-content{ width: auto; height:aut...
0.253122
0.054752
.carousel { margin-bottom: 0.5rem; } .carousel-item>img { min-width: 100%; } .carousel-caption>h1 { text-shadow: .15rem .15rem .15rem rgba(0, 0, 0, .5); } .carousel-indicators{ z-index: 1; } .carousel-caption{ z-index: 1; } .carousel-desc { text-shadow: .1rem .1rem .1rem rgba(0, 0, 0, .5); ...
validator/static/css/landing.css
.carousel { margin-bottom: 0.5rem; } .carousel-item>img { min-width: 100%; } .carousel-caption>h1 { text-shadow: .15rem .15rem .15rem rgba(0, 0, 0, .5); } .carousel-indicators{ z-index: 1; } .carousel-caption{ z-index: 1; } .carousel-desc { text-shadow: .1rem .1rem .1rem rgba(0, 0, 0, .5); ...
0.559771
0.091748
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, ...
docs/development/media/css/index.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
0.223123
0.059537
nav{ background: #51678e !important } nav ul li a{ color: #fff; } .userreegbtn{ color: #fff !important; } button.none-btn{ color: #fff !important; } .userlogbtn { background: transparent !important; box-shadow: none !important; color: #f7f7f7 !important; font-weight: bold !important; ...
html/css/operation.css
nav{ background: #51678e !important } nav ul li a{ color: #fff; } .userreegbtn{ color: #fff !important; } button.none-btn{ color: #fff !important; } .userlogbtn { background: transparent !important; box-shadow: none !important; color: #f7f7f7 !important; font-weight: bold !important; ...
0.347648
0.079675
.breadcrumbs-inner { margin-top: 30px; } .breadcrumbs-inner ul li { display: inline-block; } .breadcrumbs-inner ul li a { font-size: 13px; font-family: "OpenSansRegular"; color: #a6a6a6; } .breadcrumbs-inner ul li:nth-child(2n) { color: #d72a33; margin: 0 15px; } .active-link a ...
frontend/web/source/css/news.css
.breadcrumbs-inner { margin-top: 30px; } .breadcrumbs-inner ul li { display: inline-block; } .breadcrumbs-inner ul li a { font-size: 13px; font-family: "OpenSansRegular"; color: #a6a6a6; } .breadcrumbs-inner ul li:nth-child(2n) { color: #d72a33; margin: 0 15px; } .active-link a ...
0.2359
0.064653
Microtip Modern, lightweight css-only tooltips Just 1kb minified and gzipped @author Ghosh @package Microtip ---------------------------------------------------------------------- 1. Base Styles 2. Direction Modifiers 3. Position Modifiers -------------------------------------------------------------...
src/views/components/microtip.css
Microtip Modern, lightweight css-only tooltips Just 1kb minified and gzipped @author Ghosh @package Microtip ---------------------------------------------------------------------- 1. Base Styles 2. Direction Modifiers 3. Position Modifiers -------------------------------------------------------------...
0.386069
0.09611
* Default variables * * WARNING: CHANGES IN THIS FILE POTENTIALLY EFFECTS ALL THEMES! * */ @media print { .row { margin-left: -0.3cm; *zoom: 1 } .row:before, .row:after { display: table; content: ""; line-height: 0 } .row:after { ...
src/css/bde-bootstrap.css
* Default variables * * WARNING: CHANGES IN THIS FILE POTENTIALLY EFFECTS ALL THEMES! * */ @media print { .row { margin-left: -0.3cm; *zoom: 1 } .row:before, .row:after { display: table; content: ""; line-height: 0 } .row:after { ...
0.443841
0.075414
@import url(https://fonts.googleapis.com/css?family=Lato:400,900); /* <-- Just for the demo, Yes I like pretty fonts... */ .container { width: 100%; padding: 0; background-color: #f3f3f3; } html, body { height: 100%; background-color: #f3f3f3; } /* Tabs */ .full-width-tabs { background: ...
public/client/css/round.css
@import url(https://fonts.googleapis.com/css?family=Lato:400,900); /* <-- Just for the demo, Yes I like pretty fonts... */ .container { width: 100%; padding: 0; background-color: #f3f3f3; } html, body { height: 100%; background-color: #f3f3f3; } /* Tabs */ .full-width-tabs { background: ...
0.471467
0.091788
@charset "UTF-8"; /* import nanum gothic web font */ @import url(nanumgothic.css); html { overflow-y: scroll; } body { font: normal 13px/1.5 "Nanum Gothic","나눔고딕" } a { color: #000; text-decoration: none; } a:hover { color: #000; } ul, ol, li, p, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5 { margin: 0; ...
team_a/src/main/webapp/resources/css/default.css
@charset "UTF-8"; /* import nanum gothic web font */ @import url(nanumgothic.css); html { overflow-y: scroll; } body { font: normal 13px/1.5 "Nanum Gothic","나눔고딕" } a { color: #000; text-decoration: none; } a:hover { color: #000; } ul, ol, li, p, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5 { margin: 0; ...
0.293303
0.079139
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic); @import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700); @import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic); @import url(https://fonts.googleapis.com/css?family=Montserrat...
resources/assets/asset/css/1style.css
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic); @import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700); @import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic); @import url(https://fonts.googleapis.com/css?family=Montserrat...
0.264263
0.070432
html { font-family: TIBch, "Classic Grotesque W01", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif, FontAwesome, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } body { max-width: 44em; margin: 0 auto; padding-top: 1em;...
_statics/main.css
html { font-family: TIBch, "Classic Grotesque W01", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif, FontAwesome, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } body { max-width: 44em; margin: 0 auto; padding-top: 1em;...
0.620852
0.120258
div.action-block {border:#666 1px solid; background-color:#EEE; padding:10px; width:847px;} div.action-block div.action-title {font-size:14px; font-weight:bold;} div.action-products {border:#666 1px solid; background-color:#FFF; padding:5px; margin:10px 0; width:835px; height:328px; overflow-x:hidden; overflow-y:auto;}...
admin/css/cat_actions.css
div.action-block {border:#666 1px solid; background-color:#EEE; padding:10px; width:847px;} div.action-block div.action-title {font-size:14px; font-weight:bold;} div.action-products {border:#666 1px solid; background-color:#FFF; padding:5px; margin:10px 0; width:835px; height:328px; overflow-x:hidden; overflow-y:auto;}...
0.286169
0.168857
body { margin: 0; padding: 0; font-family: "Roboto", "Arial", sans-serif; font-size: 14px; line-height: 18px; font-weight: 400; color: #3b3b3b; background-color: #ffffff; } img { max-width: 100%; height: auto; } input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-...
public/css/app.css
body { margin: 0; padding: 0; font-family: "Roboto", "Arial", sans-serif; font-size: 14px; line-height: 18px; font-weight: 400; color: #3b3b3b; background-color: #ffffff; } img { max-width: 100%; height: auto; } input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-...
0.451327
0.054727
.display\:flex { display: flex } .flex\:initial { flex: initial; } .flex\:none { flex: none } .flex\:0 { flex: 0; } .flex\:1 { flex: 1; } .flex\:2 { flex: 2; } .flex\:3 { flex: 3; } .flex\:4 { flex: 4; } .flex\:5 { flex: 5; } .flex\:6 { flex: 6; } .flex\:7 { flex: 7; } .flex\:8 { flex: 8; } .flex\:9 { flex...
src/flexbox/flexbox.css
.display\:flex { display: flex } .flex\:initial { flex: initial; } .flex\:none { flex: none } .flex\:0 { flex: 0; } .flex\:1 { flex: 1; } .flex\:2 { flex: 2; } .flex\:3 { flex: 3; } .flex\:4 { flex: 4; } .flex\:5 { flex: 5; } .flex\:6 { flex: 6; } .flex\:7 { flex: 7; } .flex\:8 { flex: 8; } .flex\:9 { flex...
0.740362
0.075075
* { margin: 0; padding: 0; box-sizing: border-box; } a { text-decoration: none; } input { outline: 0; } .circleForm_Image { background-image: url(/public/images/circleForm.png); position: absolute; -webkit-background-size: contain; background-size: contain; background-repeat: no...
public/css/stylezaur.css
* { margin: 0; padding: 0; box-sizing: border-box; } a { text-decoration: none; } input { outline: 0; } .circleForm_Image { background-image: url(/public/images/circleForm.png); position: absolute; -webkit-background-size: contain; background-size: contain; background-repeat: no...
0.293202
0.075517
body { align-items: center; background: #000; display: flex; font-family: 'Lato', sans-serif; justify-content: center; } a { color: #99f; } a:hover { color: #88f; } .ad { background: #fff; background-image: url("https://joystickinteractive.github.io/retail-bot-demo/backpacks.jpg"); background-siz...
styles.css
body { align-items: center; background: #000; display: flex; font-family: 'Lato', sans-serif; justify-content: center; } a { color: #99f; } a:hover { color: #88f; } .ad { background: #fff; background-image: url("https://joystickinteractive.github.io/retail-bot-demo/backpacks.jpg"); background-siz...
0.674265
0.088623
/* THE CSS STYLING FOR THE HTML PAGE GENERALLY*/ /*Styling adapted from https://github.com/shkyler/gmit-wad-project */ body{ /*Start with the preferred font, end with a generic family */ font-family: "Montserrat", sans-serif; margin:0; /*Set the background colour of the page*/ background-color: lig...
stylesheet.css
/* THE CSS STYLING FOR THE HTML PAGE GENERALLY*/ /*Styling adapted from https://github.com/shkyler/gmit-wad-project */ body{ /*Start with the preferred font, end with a generic family */ font-family: "Montserrat", sans-serif; margin:0; /*Set the background colour of the page*/ background-color: lig...
0.358578
0.069195
@media (max-width: 768px) { .coin-detail-container { font-size: 16px; } .coin-icon-container { display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; font-size: 1.5em; padding-top: 1.2em; padding-bottom: 1.2em; padding-left: 1.5em; } .coin-icon-contai...
src/components/CoinDetail.css
@media (max-width: 768px) { .coin-detail-container { font-size: 16px; } .coin-icon-container { display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; font-size: 1.5em; padding-top: 1.2em; padding-bottom: 1.2em; padding-left: 1.5em; } .coin-icon-contai...
0.61451
0.116663
#nav .separator { color:#333!important; font-weight:700!important; margin-bottom:1px; margin-top:1px; background:#f5f5f5; padding:10px 0 10px 10px; } #page-down { bottom:30px; } #page-preview { color:#afafaf!important; font-size:30px; } #page-preview:active .page-preview-text,#page-preview:focus .page-preview-text,#...
assets/css/custom.css
#nav .separator { color:#333!important; font-weight:700!important; margin-bottom:1px; margin-top:1px; background:#f5f5f5; padding:10px 0 10px 10px; } #page-down { bottom:30px; } #page-preview { color:#afafaf!important; font-size:30px; } #page-preview:active .page-preview-text,#page-preview:focus .page-preview-text,#...
0.273769
0.057599
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; display: -webkit-box; display: -ms-flexbox; display: flex; -we...
app.css
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; display: -webkit-box; display: -ms-flexbox; display: flex; -we...
0.361954
0.060169
.width-100 { width: 100%; } .flex-justify-center { display: flex; justify-content: center; } .flex-column { display: flex; flex-direction: column; } .text-align-center { text-align: center; } .text-align-left { text-align: left; } .align-items-center { align-items: center; } .margin-zero { margin: 0; ...
CSS/index.css
.width-100 { width: 100%; } .flex-justify-center { display: flex; justify-content: center; } .flex-column { display: flex; flex-direction: column; } .text-align-center { text-align: center; } .text-align-left { text-align: left; } .align-items-center { align-items: center; } .margin-zero { margin: 0; ...
0.547464
0.062445
@-moz-document url-prefix("https://www.vidlii.com/") { body { background: #211e1e; } a { color: #00f; text-decoration: none; text-decoration-line: none; text-decoration-style: initial; text-decoration-color: initial; } element.style { margin-top: 30px; } footer { bac...
data/usercss/165763.user.css
@-moz-document url-prefix("https://www.vidlii.com/") { body { background: #211e1e; } a { color: #00f; text-decoration: none; text-decoration-line: none; text-decoration-style: initial; text-decoration-color: initial; } element.style { margin-top: 30px; } footer { bac...
0.265595
0.071203
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap'); * { box-sizing: border-box; } html { --white: #fff; --black: #000; --royal: #0072CE; --blue: #00C1DE; --red: #FF585D; --green...
src/styles/global.css
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap'); * { box-sizing: border-box; } html { --white: #fff; --black: #000; --royal: #0072CE; --blue: #00C1DE; --red: #FF585D; --green...
0.413359
0.095055
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { background: linear-gradient(to left, hsl(0deg 0% 87%), hsl(0deg 0% 15%)); background-repeat: no-repeat; font-family: 'Roboto', sans-seri...
main.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { background: linear-gradient(to left, hsl(0deg 0% 87%), hsl(0deg 0% 15%)); background-repeat: no-repeat; font-family: 'Roboto', sans-seri...
0.478529
0.193243
/* ============== MISCELLANOUS ============== */ * { /* Box-model */ box-sizing: border-box; /* Simplifies width and height calculation */ /* Misc */ outline: none; /* Disables default outlining style (on Google Chrome, a golden border light) */ } html, body { /* Box-model */ width: 100%; height: 100%; } ...
css/style-base.css
/* ============== MISCELLANOUS ============== */ * { /* Box-model */ box-sizing: border-box; /* Simplifies width and height calculation */ /* Misc */ outline: none; /* Disables default outlining style (on Google Chrome, a golden border light) */ } html, body { /* Box-model */ width: 100%; height: 100%; } ...
0.244904
0.049382
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600&display=swap"); body { background-color: #f6f8fc; font-family: 'Nunito Sans'; } header { background-color: white; color: black; -webkit-box-shadow: 4px 4px 9px 1px rgba(133, 133, 133, 0.25); box-shadow: 4px 4px 9px 1px rgba(...
public/src/css/main.css
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600&display=swap"); body { background-color: #f6f8fc; font-family: 'Nunito Sans'; } header { background-color: white; color: black; -webkit-box-shadow: 4px 4px 9px 1px rgba(133, 133, 133, 0.25); box-shadow: 4px 4px 9px 1px rgba(...
0.2676
0.04798
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { width: 100%; height: 100%; } .logo { width: 50px; height: 50px; border-radius: 50%; transition: 0.2s eas...
Project-1/Ishan Pandey/style.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { width: 100%; height: 100%; } .logo { width: 50px; height: 50px; border-radius: 50%; transition: 0.2s eas...
0.569494
0.103749
.header-wrapper { margin-top: 1rem; margin-bottom: 2rem; } .header-wrapper .brand { font-weight: 700; } .header-wrapper .brand a:link, .header-wrapper .brand a:active, .header-wrapper .brand a:visited, .header-wrapper .brand a:hover { text-decoration: none; color: #000; } .header-wrapper .descrip...
website/css/styles.css
.header-wrapper { margin-top: 1rem; margin-bottom: 2rem; } .header-wrapper .brand { font-weight: 700; } .header-wrapper .brand a:link, .header-wrapper .brand a:active, .header-wrapper .brand a:visited, .header-wrapper .brand a:hover { text-decoration: none; color: #000; } .header-wrapper .descrip...
0.416322
0.047914
@import "vars.css"; .box-base { position: absolute; width: 20%; padding-bottom: 20%; border-radius: 3vmin; background: linear-gradient( 200deg, var(--color-primary-light) 0%, var(--color-secondary-light) 100% ); & .base-inset { position: absolute; margin: 5%; width: 90%; heig...
src/styles/heroImageSmallBox.module.css
@import "vars.css"; .box-base { position: absolute; width: 20%; padding-bottom: 20%; border-radius: 3vmin; background: linear-gradient( 200deg, var(--color-primary-light) 0%, var(--color-secondary-light) 100% ); & .base-inset { position: absolute; margin: 5%; width: 90%; heig...
0.797281
0.162646
html,body { height: 100%; width: 100%; } body { background: #0A0A0A; color: #999; overflow: hidden; margin: 0px; font-size: 14px; font-family: Consolas, monospace; line-height: 18px; } .carret { display: inline-block; width: 0; height: 0; border-left: 5px solid transparent; border-...
public/stylesheets/style.css
html,body { height: 100%; width: 100%; } body { background: #0A0A0A; color: #999; overflow: hidden; margin: 0px; font-size: 14px; font-family: Consolas, monospace; line-height: 18px; } .carret { display: inline-block; width: 0; height: 0; border-left: 5px solid transparent; border-...
0.337968
0.050588
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap'); .hidden { display: none !important; } body { margin: 0; padding: 0; } a { text-decoration: none; color...
frontend/assets/style/style.css
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap'); .hidden { display: none !important; } body { margin: 0; padding: 0; } a { text-decoration: none; color...
0.346652
0.112869
.f10{font-size: 10px;}.f11{font-size: 11px;}.f12{font-size: 12px;}.f13{font-size: 13px;}.f14{font-size: 14px;}.f15{font-size: 15px;}.f16{font-size: 16px;}.f17{font-size: 17px;}.f18{font-size: 18px;}.f19{font-size: 19px;}.f20{font-size: 20px;}.f21{font-size: 21px;}.f22{font-size: 22px;}.f23{font-size: 23px;} .f24{font-s...
public/frontend/css/exam.css
.f10{font-size: 10px;}.f11{font-size: 11px;}.f12{font-size: 12px;}.f13{font-size: 13px;}.f14{font-size: 14px;}.f15{font-size: 15px;}.f16{font-size: 16px;}.f17{font-size: 17px;}.f18{font-size: 18px;}.f19{font-size: 19px;}.f20{font-size: 20px;}.f21{font-size: 21px;}.f22{font-size: 22px;}.f23{font-size: 23px;} .f24{font-s...
0.155687
0.051918
.explr-tree * { margin: 0; padding: 0; } .explr-tree, .explr-tree ol, .explr-tree ul { display: block; font-family: Ubuntu, Helvetica, Tahoma, sans-serif; font-size: 12px; letter-spacing: normal; line-height: 12px; list-style: none; margin: 0; padding-bottom: 0; padding-left: 20px; padding-top: 5px; posi...
css/jquery-explr-1.4.css
.explr-tree * { margin: 0; padding: 0; } .explr-tree, .explr-tree ol, .explr-tree ul { display: block; font-family: Ubuntu, Helvetica, Tahoma, sans-serif; font-size: 12px; letter-spacing: normal; line-height: 12px; list-style: none; margin: 0; padding-bottom: 0; padding-left: 20px; padding-top: 5px; posi...
0.319015
0.070752
header{ display: flex; flex-wrap: wrap; background-color: black; font-size: larger; color: white; } header section{ display: flex; align-items: center; height: 6vw; width: 100%; position: relative; background-color: rgb(56, 56, 56); } header section h1, header section p{ ...
public/styles/modules.css
header{ display: flex; flex-wrap: wrap; background-color: black; font-size: larger; color: white; } header section{ display: flex; align-items: center; height: 6vw; width: 100%; position: relative; background-color: rgb(56, 56, 56); } header section h1, header section p{ ...
0.501709
0.079782
flex: auto; flex-direction: column; } .ery-jsoneditor { position: relative; height: 100%; } .ery-editor-column { width: 100%; } .ery-editor-jsonview { width: 100%; height: 100%; } .ery-editor-panel { flex: 1; } .ery-dataview { flex-direction: column; display: inline-flex; } .ery-togglebutton { ...
css/ery.css
flex: auto; flex-direction: column; } .ery-jsoneditor { position: relative; height: 100%; } .ery-editor-column { width: 100%; } .ery-editor-jsonview { width: 100%; height: 100%; } .ery-editor-panel { flex: 1; } .ery-dataview { flex-direction: column; display: inline-flex; } .ery-togglebutton { ...
0.250363
0.171894
@font-face { font-family: 'Shanghai'; src: url(font/shanghai.eot); src: local('Shanghai'), url(font/shanghai.woff) format('woff'), url(font/shanghai.ttf) format('truetype'), url(font/shanghai.svg) format('svg'); font-weight: normal; font-style: normal; } html { font-family: "Helvetica Neue", Verdana,...
Tecnologie Web/css/mobile.css
@font-face { font-family: 'Shanghai'; src: url(font/shanghai.eot); src: local('Shanghai'), url(font/shanghai.woff) format('woff'), url(font/shanghai.ttf) format('truetype'), url(font/shanghai.svg) format('svg'); font-weight: normal; font-style: normal; } html { font-family: "Helvetica Neue", Verdana,...
0.195402
0.087876
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700|IBM+Plex+Mono:400&display=swap"); :root { --clr-primary: #008cba; } * { font-family: "Quicksand", "Sans Serif"; } body { margin: 1em auto; max-width: 40em; width: 88%; min-height: 95vh; } form { border: 2px solid var(--clr-primary); ...
vanilla-academy/css/style.css
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700|IBM+Plex+Mono:400&display=swap"); :root { --clr-primary: #008cba; } * { font-family: "Quicksand", "Sans Serif"; } body { margin: 1em auto; max-width: 40em; width: 88%; min-height: 95vh; } form { border: 2px solid var(--clr-primary); ...
0.459076
0.124399
@charset "UTF-8"; /* CLEARTEXT */ /* ELIIPSIS */ /* Usage: @extend %ellipsis; */ .select-wrapper select { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; outline: none; } .select-wrapper select::-ms-expand { display: none; } /* CLEARFIX */ /* Usage: @extend %clea...
public/css/index.css
@charset "UTF-8"; /* CLEARTEXT */ /* ELIIPSIS */ /* Usage: @extend %ellipsis; */ .select-wrapper select { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; outline: none; } .select-wrapper select::-ms-expand { display: none; } /* CLEARFIX */ /* Usage: @extend %clea...
0.295636
0.030387
.flex-control-nav{position:absolute; left:50%; bottom:20px; margin-left:-44px; z-index:9999;} .flex-control-nav li{ float:left; width:16px;height:16px; margin-right:6px; display:inline;zoom:1; text-indent:-9999px; cursor:pointer;} .flex-control-nav a{ display:block; width:16px; height:16px; background:url(../images/di...
public/frontend/css/index-news.css
.flex-control-nav{position:absolute; left:50%; bottom:20px; margin-left:-44px; z-index:9999;} .flex-control-nav li{ float:left; width:16px;height:16px; margin-right:6px; display:inline;zoom:1; text-indent:-9999px; cursor:pointer;} .flex-control-nav a{ display:block; width:16px; height:16px; background:url(../images/di...
0.320609
0.075721
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; font-family: 'Muli', sans-serif; } ::-webkit-scrollbar-track { background-color: #f5f5f5; } ::-webkit-scrollbar { width: 6px; background-color: #f5f5f5; } ::-webkit-scrollbar-t...
public/css/app.css
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; font-family: 'Muli', sans-serif; } ::-webkit-scrollbar-track { background-color: #f5f5f5; } ::-webkit-scrollbar { width: 6px; background-color: #f5f5f5; } ::-webkit-scrollbar-t...
0.367611
0.06989