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
.cover { position: fixed; width: 100vw; height: 100vh; opacity: 0; z-index: -1; } .cover.active { opacity: 0.9; z-index: 100; transition: all 0.5s; } .header { background: url(../../assets/img/banner.jpg); background-repeat: no-repeat; height: 1001px; background-position: right 30% top; positi...
public/assets/css/base/header.css
.cover { position: fixed; width: 100vw; height: 100vh; opacity: 0; z-index: -1; } .cover.active { opacity: 0.9; z-index: 100; transition: all 0.5s; } .header { background: url(../../assets/img/banner.jpg); background-repeat: no-repeat; height: 1001px; background-position: right 30% top; positi...
0.541166
0.085978
*{ margin: 0; padding: 0; } body{ width: 1349px; } .container{ display: flex; margin-top: 48px; margin-left: 30px; } ul{ list-style: none; } a{ text-decoration: none; } .site-logo{ margin-left: 30px; } .nav-list{ justify-content: flex-end; display: flex; list-sty...
Module-04/style.css
*{ margin: 0; padding: 0; } body{ width: 1349px; } .container{ display: flex; margin-top: 48px; margin-left: 30px; } ul{ list-style: none; } a{ text-decoration: none; } .site-logo{ margin-left: 30px; } .nav-list{ justify-content: flex-end; display: flex; list-sty...
0.339609
0.050518
body {font-family: "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB","\5b8b\4f53",sans-serif; font-size: 12px;} .addToCart { border:1px solid #e4e4e4; padding:0 30px; margin-top:30px;} .addToCart .ATC_tit { height:89px;border-bottom:1px solid #e4e4e4; overflow:hidden;} .addToCart .ATC_tit h1 { position:relative; ov...
src/css/addcart.css
body {font-family: "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB","\5b8b\4f53",sans-serif; font-size: 12px;} .addToCart { border:1px solid #e4e4e4; padding:0 30px; margin-top:30px;} .addToCart .ATC_tit { height:89px;border-bottom:1px solid #e4e4e4; overflow:hidden;} .addToCart .ATC_tit h1 { position:relative; ov...
0.278551
0.175397
body { font-family: "Avenir Next W01", Lato, Roboto, Arial, sans-serif; } p.faq-accordion { background-color: #eee; color: #444; cursor: pointer; padding: 18px; max-width: 700px; text-align: left; border: none; outli...
lessons/102-rendering-data/final/app/assets/css/main.app.css
body { font-family: "Avenir Next W01", Lato, Roboto, Arial, sans-serif; } p.faq-accordion { background-color: #eee; color: #444; cursor: pointer; padding: 18px; max-width: 700px; text-align: left; border: none; outli...
0.398992
0.071332
.feature { padding: 80px 0; } .feature .box-1 { margin: 0px 0 50px 0; height: 340px; background: #fff; padding: 20px; } .feature .box-2 { margin: 0px 0 50px 0; height: 250px; background: #fff; padding: 20px; } .feature .box-3 { margin: 0px 0 50px 0; height: 200px; background: #fff; padding: 20...
public/css/service.css
.feature { padding: 80px 0; } .feature .box-1 { margin: 0px 0 50px 0; height: 340px; background: #fff; padding: 20px; } .feature .box-2 { margin: 0px 0 50px 0; height: 250px; background: #fff; padding: 20px; } .feature .box-3 { margin: 0px 0 50px 0; height: 200px; background: #fff; padding: 20...
0.201106
0.081813
:root { --simple-light-text: #000; --simple-dark-text: #fff; --simple-light-primary: #fff; --simple-dark-primary: #454545; --simple-light-accent: #51c9c9; --simple-dark-accent: #b83b2a; --simple-light-accent-darken: #20878e; --simple-dark-accent-darken: #8a1d0f; --simple-light-link: #00f; --simple-d...
simple.css
:root { --simple-light-text: #000; --simple-dark-text: #fff; --simple-light-primary: #fff; --simple-dark-primary: #454545; --simple-light-accent: #51c9c9; --simple-dark-accent: #b83b2a; --simple-light-accent-darken: #20878e; --simple-dark-accent-darken: #8a1d0f; --simple-light-link: #00f; --simple-d...
0.372619
0.127925
html { font-family: sans-serif; color: #000; background-size: cover; min-height: 100%; } html#phone { background: url(/jpeg/corded-phone) #000 no-repeat center center fixed; background-size: cover; } html#server-grill { background: url(/jpeg/7389234452_a0d7b0fd34_o) #000 no-repeat center c...
css/blog.css
html { font-family: sans-serif; color: #000; background-size: cover; min-height: 100%; } html#phone { background: url(/jpeg/corded-phone) #000 no-repeat center center fixed; background-size: cover; } html#server-grill { background: url(/jpeg/7389234452_a0d7b0fd34_o) #000 no-repeat center c...
0.49707
0.093264
margin-top: 27px; left: 126px; width: 361px; height: 100px; background: transparent 0% 0% no-repeat padding-box; opacity: 1; } #logo2{ top: 10px; left: 146px; width: 89px; height: 89px; background: transparent 0% 0% no-repeat padding-box; o...
public/css/estilos.css
margin-top: 27px; left: 126px; width: 361px; height: 100px; background: transparent 0% 0% no-repeat padding-box; opacity: 1; } #logo2{ top: 10px; left: 146px; width: 89px; height: 89px; background: transparent 0% 0% no-repeat padding-box; o...
0.437103
0.067516
.tag_cloud{ list-style-type: none; } .tag_cloud li{ display:inline-block; padding:10px 5px 10px 5px; transition: all 0.3s ease; cursor:pointer; } .tag_cloud li.rotation { /* Rotation transformation */ -webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); -o-transform: rotate(-2deg); ...
TagCloud.css
.tag_cloud{ list-style-type: none; } .tag_cloud li{ display:inline-block; padding:10px 5px 10px 5px; transition: all 0.3s ease; cursor:pointer; } .tag_cloud li.rotation { /* Rotation transformation */ -webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); -o-transform: rotate(-2deg); ...
0.22482
0.073099
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); html, body { margin: 0; font-size: 100%; font-family: 'Roboto', sans-serif; background: #fff; overflow-x: hidden !important; scroll-behavior: smooth; } body a { text-decor...
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); html, body { margin: 0; font-size: 100%; font-family: 'Roboto', sans-serif; background: #fff; overflow-x: hidden !important; scroll-behavior: smooth; } body a { text-decor...
0.270866
0.048137
:root { --white: #fff; --gray-light: #3a3a3c; --gray: #121213; --black: #090909; --yellow: #c9b458; --green: #538d4e; --sans-serif: 'Helvetica', 'Arial', sans-serif; } body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; align-items: fle...
style.css
:root { --white: #fff; --gray-light: #3a3a3c; --gray: #121213; --black: #090909; --yellow: #c9b458; --green: #538d4e; --sans-serif: 'Helvetica', 'Arial', sans-serif; } body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; align-items: fle...
0.519521
0.145267
body { overflow: hidden; font-family: 'Lato', sans-serif; } header:not(#content) { height: auto; transform: scaleY(2) scaleX(2) rotate(-24deg); background-image: linear-gradient(to top right, rgb(50, 111, 139), rgb(20, 125, 182), rgb(46, 156, 230)); color: white; } #content { transform: ro...
src/CSS/formPage.css
body { overflow: hidden; font-family: 'Lato', sans-serif; } header:not(#content) { height: auto; transform: scaleY(2) scaleX(2) rotate(-24deg); background-image: linear-gradient(to top right, rgb(50, 111, 139), rgb(20, 125, 182), rgb(46, 156, 230)); color: white; } #content { transform: ro...
0.464173
0.139514
.portfolio-section.port-col figure .overlay-background { background-color: #000; background-color: rgba(0, 0, 0, 0.4); } /* portfolio images */ .portfolio-section figure { float: left; width: 100%; position: relative } .portfolio-section figure img { width: 100%; height: au...
kailashgroup/css/lightbox.css
.portfolio-section.port-col figure .overlay-background { background-color: #000; background-color: rgba(0, 0, 0, 0.4); } /* portfolio images */ .portfolio-section figure { float: left; width: 100%; position: relative } .portfolio-section figure img { width: 100%; height: au...
0.393618
0.075721
table{border-collapse:collapse;border-spacing:0;} .wrap{overflow:hidden; *display:inline-block;}.wrap{*display:block;} .main img{_vertical-align:baseline;} .align_r{ text-align:right;} .brd{border:1px solid #C3D4E7;} .l{ float:left;} .r{ float:right;} .footer p.info{margin-top:0px;} .tit{color:#1E50A0;} .tit h5{ margin...
Public/User/css/vote.css
table{border-collapse:collapse;border-spacing:0;} .wrap{overflow:hidden; *display:inline-block;}.wrap{*display:block;} .main img{_vertical-align:baseline;} .align_r{ text-align:right;} .brd{border:1px solid #C3D4E7;} .l{ float:left;} .r{ float:right;} .footer p.info{margin-top:0px;} .tit{color:#1E50A0;} .tit h5{ margin...
0.221435
0.132739
header { background-color: teal; color: #DBD5B5; } .customer-h2 { background-color: #4D5382; color: #DBD5B5; padding: 10px; text-align: center; } .div-tile{ width: 33.33%; height: 84%; float: left; display: flex; justify-content: center; align-items: center; font-fa...
public/css/customer.css
header { background-color: teal; color: #DBD5B5; } .customer-h2 { background-color: #4D5382; color: #DBD5B5; padding: 10px; text-align: center; } .div-tile{ width: 33.33%; height: 84%; float: left; display: flex; justify-content: center; align-items: center; font-fa...
0.568775
0.192141
.methodological-guide { color: #333333; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .main-header { font-weight: 700; text-align: center; } .header-content { font-weight: 700; color: #006699; padding-bottom: 5px; margin-top: ...
web/css/methodological-guide-style.css
.methodological-guide { color: #333333; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .main-header { font-weight: 700; text-align: center; } .header-content { font-weight: 700; color: #006699; padding-bottom: 5px; margin-top: ...
0.311951
0.155848
table { border-collapse: collapse; width: 100%; margin-top: 5px; } th, td{ /* padding: 4px; */ text-align: left; border-bottom: 1px solid #ddd; font-size: 14px; font-weight: bold; } /* h5 { margin: 0px; font-size: 8px; } */ tr:hover { background-color:#7c8a7d; } /* One */ ...
public/css/forex.css
table { border-collapse: collapse; width: 100%; margin-top: 5px; } th, td{ /* padding: 4px; */ text-align: left; border-bottom: 1px solid #ddd; font-size: 14px; font-weight: bold; } /* h5 { margin: 0px; font-size: 8px; } */ tr:hover { background-color:#7c8a7d; } /* One */ ...
0.273186
0.142441
LOADS IN A NICE RESET TO ENSURE ALL BROWSERS HAVE THE SAME BASE STYLES *********************************************************************/ @import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css'); /********************************************************************* YOUR MOBILE/BA...
main.css
LOADS IN A NICE RESET TO ENSURE ALL BROWSERS HAVE THE SAME BASE STYLES *********************************************************************/ @import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css'); /********************************************************************* YOUR MOBILE/BA...
0.40204
0.093388
.services-bg{ /*background: url(../images/services_bg.jpg) no-repeat center;*/ background-size: cover; } .services-content{ margin-bottom: 6rem; } .services-content h1{ margin: 0; margin-bottom: 3rem; font-size: 4rem; font-family: impact !important; } .services-content img{ width:100%; } .services-content p{ m...
public/static/astu/css/services.css
.services-bg{ /*background: url(../images/services_bg.jpg) no-repeat center;*/ background-size: cover; } .services-content{ margin-bottom: 6rem; } .services-content h1{ margin: 0; margin-bottom: 3rem; font-size: 4rem; font-family: impact !important; } .services-content img{ width:100%; } .services-content p{ m...
0.258232
0.048182
@font-face { font-family: "Flaticon"; src: url("../fonts/music.eot"); src: url("../fonts/music.eot#iefix") format("embedded-opentype"), url("../fonts/music.woff") format("woff"), url("../fonts/music.ttf") format("truetype"), url("../fonts/music.svg") format("svg"); font-weight: normal; font-style: normal; } [cl...
styles/fonts/music-icons/music-icons.css
@font-face { font-family: "Flaticon"; src: url("../fonts/music.eot"); src: url("../fonts/music.eot#iefix") format("embedded-opentype"), url("../fonts/music.woff") format("woff"), url("../fonts/music.ttf") format("truetype"), url("../fonts/music.svg") format("svg"); font-weight: normal; font-style: normal; } [cl...
0.21984
0.100834
.scrollable{position:relative} .scrollable:focus{outline:0} .scrollable .viewport{position:relative;overflow:hidden} .scrollable .viewport .overview{position:absolute} .scrollable .scroll-bar{display:none} .scrollable .scroll-bar.vertical{position:absolute;right:-10px;height:100%} .scrollable .scroll-bar.horizontal{pos...
assets/front/css/jquery.custom-scrollbar.css
.scrollable{position:relative} .scrollable:focus{outline:0} .scrollable .viewport{position:relative;overflow:hidden} .scrollable .viewport .overview{position:absolute} .scrollable .scroll-bar{display:none} .scrollable .scroll-bar.vertical{position:absolute;right:-10px;height:100%} .scrollable .scroll-bar.horizontal{pos...
0.449876
0.053157
.App { text-align: center; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; al...
frontend/src/App.css
.App { text-align: center; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; al...
0.420005
0.111483
* { margin: 0px; padding: 0px; } html { width: auto; height: auto; } body { width: auto; height: 100%; } body.ie, body.ie6 { height: auto; } body { background-color:#ffffee; color:#443333; background-repeat:no-repeat; background-attachment: fixed; background-position: right bottom; /* background-image:url(...
test/ajax/read.css
* { margin: 0px; padding: 0px; } html { width: auto; height: auto; } body { width: auto; height: 100%; } body.ie, body.ie6 { height: auto; } body { background-color:#ffffee; color:#443333; background-repeat:no-repeat; background-attachment: fixed; background-position: right bottom; /* background-image:url(...
0.228759
0.077239
img{ width: 27.5%; height: 400px; margin-top: 20px; box-shadow: -2px -1px 11px 12px rgb(223, 235, 248) ; border: solid 4px white; } .column { float: left; padding: 1.001%; padding-left:4.3%; } /* Clearfix (clear floats) */ .row::after {...
css/gamesStyle.css
img{ width: 27.5%; height: 400px; margin-top: 20px; box-shadow: -2px -1px 11px 12px rgb(223, 235, 248) ; border: solid 4px white; } .column { float: left; padding: 1.001%; padding-left:4.3%; } /* Clearfix (clear floats) */ .row::after {...
0.336985
0.113678
body { color: yellow; background-color: black; } /*End*/ /*Centers page as a whole*/ #wrapper { width:1000px; margin:0 auto; } /*End*/ /*So everywhere gets stars*/ section { height: auto; background-image:url("../images/starsglow1.gif"); } /*End*/ /*Two IDs*/ #one>p, #two>p { font...
longScrolling/CSS-LS/styles-LS.css
body { color: yellow; background-color: black; } /*End*/ /*Centers page as a whole*/ #wrapper { width:1000px; margin:0 auto; } /*End*/ /*So everywhere gets stars*/ section { height: auto; background-image:url("../images/starsglow1.gif"); } /*End*/ /*Two IDs*/ #one>p, #two>p { font...
0.345216
0.039453
@-moz-document domain("valleyofunicorns.com") { body{ background: url(https://orig00.deviantart.net/ea00/f/2015/235/0/d/sunset_by_snaku6763-d96tsat.jpg); background-attachment: fixed; background-size: cover; color: #ffccd2; } header>nav{ background: url(https://i.imgur.com/2o6Rfid.png); ...
data/usercss/159034.user.css
@-moz-document domain("valleyofunicorns.com") { body{ background: url(https://orig00.deviantart.net/ea00/f/2015/235/0/d/sunset_by_snaku6763-d96tsat.jpg); background-attachment: fixed; background-size: cover; color: #ffccd2; } header>nav{ background: url(https://i.imgur.com/2o6Rfid.png); ...
0.274351
0.15241
.rfHeaderFont{ display: none; } .content-header{ padding: 0px; } .content{ padding-top: 0px; } /* -webkit-print-color-adjust: exact; */ .fl { float: left; } .fr { float: right; } .clf::after { display: block; content: '.'; opacity: 0; height: 0; visibility: hidden; clear: ...
web/backend/resources/css/invoice.css
.rfHeaderFont{ display: none; } .content-header{ padding: 0px; } .content{ padding-top: 0px; } /* -webkit-print-color-adjust: exact; */ .fl { float: left; } .fr { float: right; } .clf::after { display: block; content: '.'; opacity: 0; height: 0; visibility: hidden; clear: ...
0.380068
0.099164
@import url('https://fonts.googleapis.com/css?family=Roboto'); .menuComponent { position: fixed; bottom: 0; height: calc(100vh - 40px); background-color: #fff; font-size: 1em; font-family: 'Roboto', sans-serif; margin-left: 8px; } .menuComponent legend.avatarLegend { display: flex; flex-direction: r...
src/Menu/Menu.css
@import url('https://fonts.googleapis.com/css?family=Roboto'); .menuComponent { position: fixed; bottom: 0; height: calc(100vh - 40px); background-color: #fff; font-size: 1em; font-family: 'Roboto', sans-serif; margin-left: 8px; } .menuComponent legend.avatarLegend { display: flex; flex-direction: r...
0.307462
0.06134
html, body { background: #fff; /*padding: 32px;*/ /*margin: auto;*/ margin: 0; width: 100%; height: 100%; overflow: hidden; } span.black { color: #000000; text-shadow: 6px 6px 0 #000000; } span.dark-blue { color: #0000AA; text-shadow: 6px 6px 0 #00002A; } span.dark-green {...
src/main/resources/assets/nonimmersivehud/static/style.css
html, body { background: #fff; /*padding: 32px;*/ /*margin: auto;*/ margin: 0; width: 100%; height: 100%; overflow: hidden; } span.black { color: #000000; text-shadow: 6px 6px 0 #000000; } span.dark-blue { color: #0000AA; text-shadow: 6px 6px 0 #00002A; } span.dark-green {...
0.372505
0.116061
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Montserrat', sans-serif; } .container { padding: 0 25px 0 25px; margin: 0 auto 0 auto; height: 100vh; width: 100%; } .title { margin-top: 5%; color: #4E5150; font-weight: 600; ...
input-challenge/css/main.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Montserrat', sans-serif; } .container { padding: 0 25px 0 25px; margin: 0 auto 0 auto; height: 100vh; width: 100%; } .title { margin-top: 5%; color: #4E5150; font-weight: 600; ...
0.353986
0.088978
/* VideoJS VimCSS Skin (http://videojs.com) Version 2.0.0 */ .vim-css{margin:0 auto;max-width: 800px;font-size: 12px/1.5;} .vim-css .vjs-controls { height: 64px; opacity: 0.9; color: #fff;display: block;z-index: 100; } .vim-css img.vjs-poster{max-width: 800px;max-height: 450px;} .vim-css .vjs-controls > div { heig...
public/static/css1/vim.css
/* VideoJS VimCSS Skin (http://videojs.com) Version 2.0.0 */ .vim-css{margin:0 auto;max-width: 800px;font-size: 12px/1.5;} .vim-css .vjs-controls { height: 64px; opacity: 0.9; color: #fff;display: block;z-index: 100; } .vim-css img.vjs-poster{max-width: 800px;max-height: 450px;} .vim-css .vjs-controls > div { heig...
0.361616
0.038939
@-moz-document domain("smashladder.com") { body .wrapper{ background-image: url("http://i.imgur.com/Rm4XFpx.jpg"); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body .btn-info{ border: none; border-radius: 0; ...
data/usercss/114536.user.css
@-moz-document domain("smashladder.com") { body .wrapper{ background-image: url("http://i.imgur.com/Rm4XFpx.jpg"); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body .btn-info{ border: none; border-radius: 0; ...
0.249722
0.042206
@charset "utf-8"; @font-face { font-family: snes; src: url(fonts/dharma-gothic-e-regular.otf); } @font-face { font-family: nintendo; src: url(fonts/Pretendo.ttf); } @font-face { font-family: logo; src: url(fonts/Game\ Logos.ttf); } :root { --logo: #fc0c18; --corpo: #d6d5da; --logo2...
style.css
@charset "utf-8"; @font-face { font-family: snes; src: url(fonts/dharma-gothic-e-regular.otf); } @font-face { font-family: nintendo; src: url(fonts/Pretendo.ttf); } @font-face { font-family: logo; src: url(fonts/Game\ Logos.ttf); } :root { --logo: #fc0c18; --corpo: #d6d5da; --logo2...
0.359364
0.156814
@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Crimson+Text|Reenie+Beanie'); @import url('https://fonts.googleapis.com/css?family=VT323'); .App { text-align: center; margin: 0 auto; font-family: 'Crimson Text', serif; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px;...
bookshelf-client/src/containers/App.css
@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Crimson+Text|Reenie+Beanie'); @import url('https://fonts.googleapis.com/css?family=VT323'); .App { text-align: center; margin: 0 auto; font-family: 'Crimson Text', serif; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px;...
0.361052
0.096877
@font-face { font-family: "PixelEmulator"; src: url("../font/pixel-emulator.otf"); } .heartsImg { position: absolute; margin-left: 450px; margin-top: 160px; } #loaderHeart { animation-name: scale; animation-duration: 21s; animation-iteration-count: infinite; animation-timing-function: cubic-bezer(1,...
assets/css/stylesheet.css
@font-face { font-family: "PixelEmulator"; src: url("../font/pixel-emulator.otf"); } .heartsImg { position: absolute; margin-left: 450px; margin-top: 160px; } #loaderHeart { animation-name: scale; animation-duration: 21s; animation-iteration-count: infinite; animation-timing-function: cubic-bezer(1,...
0.391522
0.058373
html, body { font-family: Tahoma, Verdana, Segoe, sans-serif; overflow-x: hidden; background-color: #3b342b; margin: 0; padding: 0; } h1,h2,h3,h4,h5,h6,a,p, li { color: white; } p, li { font-size: 1.15em; } h1 { text-align: center; font-size: 2.5em; } h3 { text-align: left; font-weight: bol...
css/styles.css
html, body { font-family: Tahoma, Verdana, Segoe, sans-serif; overflow-x: hidden; background-color: #3b342b; margin: 0; padding: 0; } h1,h2,h3,h4,h5,h6,a,p, li { color: white; } p, li { font-size: 1.15em; } h1 { text-align: center; font-size: 2.5em; } h3 { text-align: left; font-weight: bol...
0.337094
0.071656
sup { top: -0.4em; vertical-align: baseline; position: relative; } sub { top: 0.4em; vertical-align: baseline; position: relative; } a:link {text-decoration:none;} a:visited {text-decoration:none;} @media screen and (min-device-pixel-ratio:0), (-webkit-min-device-pixel-ratio:0), (min--moz-device-pixel...
src/components/previewInstruction/woff/style.css
sup { top: -0.4em; vertical-align: baseline; position: relative; } sub { top: 0.4em; vertical-align: baseline; position: relative; } a:link {text-decoration:none;} a:visited {text-decoration:none;} @media screen and (min-device-pixel-ratio:0), (-webkit-min-device-pixel-ratio:0), (min--moz-device-pixel...
0.346431
0.123656
.dissys-content{ padding: 20px; } .dissys-path{ display: none; } .dissys-block .dacp-dissys-block-body{ height: 300px; } .dacp-dissys-block-heading .dissys-block-right{ padding: 6px 20px; } #realTimeMonitor .dacp-dissys-block-body > div:nth-of-type(1){ padding: 25px; background-color: #60D8BA; } #realTimeMonitor ...
dacp-task-platform/src/main/resources/dacp-view/css/dispatchSystem-css.css
.dissys-content{ padding: 20px; } .dissys-path{ display: none; } .dissys-block .dacp-dissys-block-body{ height: 300px; } .dacp-dissys-block-heading .dissys-block-right{ padding: 6px 20px; } #realTimeMonitor .dacp-dissys-block-body > div:nth-of-type(1){ padding: 25px; background-color: #60D8BA; } #realTimeMonitor ...
0.215103
0.056366
body { background-color: rgb(242,242,242); color: rgb(68,84,106); } .topLevel { margin-right:0em; } #status { position: fixed; bottom: 0; right: 0; z-index: 100; } /* --- MENU --- */ .top-bar { background-color: rgb(53,152,220); font-size: .75rem; padding-right:1em; } .top...
src/main/webapp/cass.example/css/app.css
body { background-color: rgb(242,242,242); color: rgb(68,84,106); } .topLevel { margin-right:0em; } #status { position: fixed; bottom: 0; right: 0; z-index: 100; } /* --- MENU --- */ .top-bar { background-color: rgb(53,152,220); font-size: .75rem; padding-right:1em; } .top...
0.545044
0.102619
body, html { height: 100%; } body, input, select { font-family: "Segoe UI", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;...
examples/css/style.css
body, html { height: 100%; } body, input, select { font-family: "Segoe UI", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;...
0.389663
0.124426
.productListing { display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin: 8px; width: 173px; font: 11px Verdana, Arial; position: relative; } #footerContainer .productListing{ margin: 3px; } .productListing .addToBridalParty { cursor: pointer; margin-top: 10px; margin-bottom: ...
src/projects/mensguidetostyle_2014/randomDirectory/ipad/css/product_listing.css
.productListing { display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin: 8px; width: 173px; font: 11px Verdana, Arial; position: relative; } #footerContainer .productListing{ margin: 3px; } .productListing .addToBridalParty { cursor: pointer; margin-top: 10px; margin-bottom: ...
0.260201
0.066751
body { margin: 0; font-family: "Poppins", sans-serif; } .site-logo { font-weight: 900; font-size: 1.5rem; color: var(--text); text-decoration: none; margin-right: 7rem; } .site-logo:hover { text-decoration: none; color: #b9cbe0; } header { --text: #f4f4f4; --text-inverse: rgb(51, 51, 51); --b...
css/style.css
body { margin: 0; font-family: "Poppins", sans-serif; } .site-logo { font-weight: 900; font-size: 1.5rem; color: var(--text); text-decoration: none; margin-right: 7rem; } .site-logo:hover { text-decoration: none; color: #b9cbe0; } header { --text: #f4f4f4; --text-inverse: rgb(51, 51, 51); --b...
0.410047
0.063251
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {margin: 0 auto; padding: 0;font-family: "Microsoft YaHei";} img { border: 0 none; vertical-align: top; } ul,li,dl,dd,dt { list-style-type: none; } i,em,cite { font-style: normal; } body { -...
public/css/public.css
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {margin: 0 auto; padding: 0;font-family: "Microsoft YaHei";} img { border: 0 none; vertical-align: top; } ul,li,dl,dd,dt { list-style-type: none; } i,em,cite { font-style: normal; } body { -...
0.237134
0.068071
:root{ --yellow: #ff851b; --white: #ffffff; } .info{ display: inline-block; text-align: center; width: 20%; border-radius: 5px; margin-left: auto; color: var(--yellow); background-color: var(--white); } .flex{ display: flex; } .grid{ display: flex; flex-direction: row; } .fh...
src/pages/app/components/Dash.module.css
:root{ --yellow: #ff851b; --white: #ffffff; } .info{ display: inline-block; text-align: center; width: 20%; border-radius: 5px; margin-left: auto; color: var(--yellow); background-color: var(--white); } .flex{ display: flex; } .grid{ display: flex; flex-direction: row; } .fh...
0.675122
0.202601
body { font-family: Helvetica, "Roboto"; } ol, ul { padding-left: 25px; } .primary-colored { color: rgb(103,58,183); } .accent-colored { color: rgb(149,117,205); } .secondary-colored { color: #EFEFEF; } .secondary-colored-dark { color: #333; } .primary-bg { background: rgb(103,58,183); color: #EFEFEF; } ...
assets/all.css
body { font-family: Helvetica, "Roboto"; } ol, ul { padding-left: 25px; } .primary-colored { color: rgb(103,58,183); } .accent-colored { color: rgb(149,117,205); } .secondary-colored { color: #EFEFEF; } .secondary-colored-dark { color: #333; } .primary-bg { background: rgb(103,58,183); color: #EFEFEF; } ...
0.308503
0.084531
@media only screen and (max-width: 576px) { .footer { padding-right: 1rem !important; padding-left: 1rem !important; } h2 { font-size: 18px !important; } /*------------------------------------------------------------------- [1. Nav] *--------------------------------...
public/front/css/vaksinasi-germas/responsive.css
@media only screen and (max-width: 576px) { .footer { padding-right: 1rem !important; padding-left: 1rem !important; } h2 { font-size: 18px !important; } /*------------------------------------------------------------------- [1. Nav] *--------------------------------...
0.356895
0.112551
body { padding: 50px; font-family: 'Josefin Slab', Arial, sans-serif; font-size: 13px; color: #fff; } a { color: #ffffff; } a, a:link, a:visited, a:active, a:hover{ text-decoration: none; cursor: pointer; } a:hover{ color: #c4d85a; } .bkimg { background-color...
webapp/public/css/style.css
body { padding: 50px; font-family: 'Josefin Slab', Arial, sans-serif; font-size: 13px; color: #fff; } a { color: #ffffff; } a, a:link, a:visited, a:active, a:hover{ text-decoration: none; cursor: pointer; } a:hover{ color: #c4d85a; } .bkimg { background-color...
0.363647
0.079926
Font Credits (SIL Open Font License, 1.1, http://scripts.sil.org/OFL) SourceSansPro-ExtraLight.ttf: Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name Source. SourceSansPro-ExtraLightItalic.ttf: Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.c...
dependencies/css/font/source-sans-pro.css
Font Credits (SIL Open Font License, 1.1, http://scripts.sil.org/OFL) SourceSansPro-ExtraLight.ttf: Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name Source. SourceSansPro-ExtraLightItalic.ttf: Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.c...
0.432782
0.03198
.ImageWrapper { -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); display: block; overflow: hidde...
public/html/css/components/effects.css
.ImageWrapper { -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); display: block; overflow: hidde...
0.455925
0.227362
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap"); body { font-family: "Montserrat", sans-serif; } .nav-item { padding-left: 15px; } @media (min-width: 1400px) { .container-fluid { max-width: 1300px; } } /* underlined tab */ .underlined-tab { position: ...
UTS/SourceCode/style/style.css
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap"); body { font-family: "Montserrat", sans-serif; } .nav-item { padding-left: 15px; } @media (min-width: 1400px) { .container-fluid { max-width: 1300px; } } /* underlined tab */ .underlined-tab { position: ...
0.45181
0.082586
body{ line-height: 1; } .navbar{ position: relative; } .section nav { position: fixed; width: 100%; line-height: 60px; top: 0; z-index: 1000; } .section nav ul { line-height: 60px; list-style: none; background: transparent; overflow: hidden; color: #fff; ...
Styles/HalloweenActualizada.css
body{ line-height: 1; } .navbar{ position: relative; } .section nav { position: fixed; width: 100%; line-height: 60px; top: 0; z-index: 1000; } .section nav ul { line-height: 60px; list-style: none; background: transparent; overflow: hidden; color: #fff; ...
0.443841
0.045268
html { scroll-behavior: smooth; } .bg-img { background: linear-gradient(45deg, #d422b1, #ffce00); background-size: 400% 400%; animation: GradientBackground 10s ease infinite; } .featured { background: linear-gradient(45deg, #d422b1, #ffce00); background-size: 400% 400%; animation: GradientBackground 10s...
product-page.css
html { scroll-behavior: smooth; } .bg-img { background: linear-gradient(45deg, #d422b1, #ffce00); background-size: 400% 400%; animation: GradientBackground 10s ease infinite; } .featured { background: linear-gradient(45deg, #d422b1, #ffce00); background-size: 400% 400%; animation: GradientBackground 10s...
0.730674
0.169646
.filetree .status-icon.clickable { pointer-events: auto; cursor: pointer; } .filetree .status-icon { color: #8DCA57; margin: 0 4px; } .filetree .status-icon-conflict { color: #E466C7; } .filetree .heading .status-icon { display: none; } .filetree .tree-row.merge { color: lightgray } .tre...
style.css
.filetree .status-icon.clickable { pointer-events: auto; cursor: pointer; } .filetree .status-icon { color: #8DCA57; margin: 0 4px; } .filetree .status-icon-conflict { color: #E466C7; } .filetree .heading .status-icon { display: none; } .filetree .tree-row.merge { color: lightgray } .tre...
0.253953
0.063453
.container { @apply --maxWidth; clear: both; overflow: hidden; display: flex; align-content: center; flex-wrap: wrap; min-height: 100%; @media (--screen-mobile) { display: block; } } .documentation { display: flex; clear: both; width: 100%; min-height: 100%; @media (--screen-mobile) { width: 100%; ...
src/style/site-content.css
.container { @apply --maxWidth; clear: both; overflow: hidden; display: flex; align-content: center; flex-wrap: wrap; min-height: 100%; @media (--screen-mobile) { display: block; } } .documentation { display: flex; clear: both; width: 100%; min-height: 100%; @media (--screen-mobile) { width: 100%; ...
0.410874
0.108898
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } html { font: 112.5%/1.45em georgia, serif; box-sizing: border-box; overflow-y: scroll; } body { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { color: hsla(0,...
src/components/layout.css
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } html { font: 112.5%/1.45em georgia, serif; box-sizing: border-box; overflow-y: scroll; } body { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { color: hsla(0,...
0.431105
0.107766
html, body { height: 100vh; overflow-x: hidden; overflow-y: hidden; width: auto; } .page-title { margin-top: 5px; } #links-box { margin-top: 0px; } .content-row { margin-top: 5px; } ul { list-style-type: none; } .place-text { font-family: "Source Sans Pro"; margin-top: 0px; margin-bottom: ...
client/styles/styles.css
html, body { height: 100vh; overflow-x: hidden; overflow-y: hidden; width: auto; } .page-title { margin-top: 5px; } #links-box { margin-top: 0px; } .content-row { margin-top: 5px; } ul { list-style-type: none; } .place-text { font-family: "Source Sans Pro"; margin-top: 0px; margin-bottom: ...
0.606498
0.087369
* { margin: 0; padding: 0; box-sizing: border-box; } .galeria { font-family: "open sans"; background-image: url("../../img/08-Pizza-Nico/Fondo4.jpg"); background-size: 100% 100%; /* background-attachment: fixed; */ /*Esta propiedad hace que por mas que haga scroll la foto queda igual, no...
public/css/08-pizza-Nico/estilos.css
* { margin: 0; padding: 0; box-sizing: border-box; } .galeria { font-family: "open sans"; background-image: url("../../img/08-Pizza-Nico/Fondo4.jpg"); background-size: 100% 100%; /* background-attachment: fixed; */ /*Esta propiedad hace que por mas que haga scroll la foto queda igual, no...
0.526099
0.133021
*{ margin: 0; padding: 0; box-sizing: border-box; } html,body{ height: 100%; } body{ background: #1E242A; } .grid-container{ display: grid; padding: 2rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 2rem; border-radius: 9px; } .grid-container .img-container...
css/gallery.css
*{ margin: 0; padding: 0; box-sizing: border-box; } html,body{ height: 100%; } body{ background: #1E242A; } .grid-container{ display: grid; padding: 2rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 2rem; border-radius: 9px; } .grid-container .img-container...
0.528533
0.101189
* { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; font-family: Arial, 'Microsoft YaHei'; } img { vertical-align: top; border: none; } input, textarea { -webkit-user-select: text; -ms-use...
Public/Fruits/css/h5PointDetail.css
* { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; font-family: Arial, 'Microsoft YaHei'; } img { vertical-align: top; border: none; } input, textarea { -webkit-user-select: text; -ms-use...
0.263315
0.062732
@import url(http://fonts.googleapis.com/css?family=Bitter&subset=latin,latin-ext); /* master blade*/ .submitButton{ border-radius: 5px; background-color: #666666; color: #ffffff; padding: 5px; font-size: 12px; font-family: 'Bitter', serif; } /* #DD,#DDA, #DDB{ color: #ffffff; background...
public/css/styles.css
@import url(http://fonts.googleapis.com/css?family=Bitter&subset=latin,latin-ext); /* master blade*/ .submitButton{ border-radius: 5px; background-color: #666666; color: #ffffff; padding: 5px; font-size: 12px; font-family: 'Bitter', serif; } /* #DD,#DDA, #DDB{ color: #ffffff; background...
0.246806
0.067577
@tailwind base; @tailwind components; @tailwind utilities; @font-face { font-family: "Windsor"; font-weight: 700; font-display: swap; font-style: normal; src: url("/fonts/WindsorD-Bol.woff2") format("woff2") } @font-face { font-family: "GT"; font-weight: 400; font-display: swap;...
css/tailwind.css
@tailwind base; @tailwind components; @tailwind utilities; @font-face { font-family: "Windsor"; font-weight: 700; font-display: swap; font-style: normal; src: url("/fonts/WindsorD-Bol.woff2") format("woff2") } @font-face { font-family: "GT"; font-weight: 400; font-display: swap;...
0.429669
0.079317
@import url(https://fonts.googleapis.com/css?family=Jaldi:400,700); @import url(http://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900); body { background:#243949 none repeat scroll 0 0; color: #fff; font-family: "Jaldi",sans-serif; font-size: 100%; line-h...
css/demo.css
@import url(https://fonts.googleapis.com/css?family=Jaldi:400,700); @import url(http://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900); body { background:#243949 none repeat scroll 0 0; color: #fff; font-family: "Jaldi",sans-serif; font-size: 100%; line-h...
0.335351
0.082217
html,body{ background-color:transparent; } body{ background-color: transparent; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } .card h1, h2, h3, h4, h5, h6 { margin: 0px 0px 10px 0px; } textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:...
app/css/app.css
html,body{ background-color:transparent; } body{ background-color: transparent; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } .card h1, h2, h3, h4, h5, h6 { margin: 0px 0px 10px 0px; } textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:...
0.371479
0.169475
.wp-block-gallery{ padding-left:0px !important; } .wp-block-gallery li{ list-style:none !important; } /************Color Pallete*****************/ .has-strong-yellow-background-color{ background-color:#f7bd00 !important; } .has-strong-white-background-color{ background-color:#ffffff !important; } .has-light-black-...
contra-wp-full/contra/css/gutenberg.css
.wp-block-gallery{ padding-left:0px !important; } .wp-block-gallery li{ list-style:none !important; } /************Color Pallete*****************/ .has-strong-yellow-background-color{ background-color:#f7bd00 !important; } .has-strong-white-background-color{ background-color:#ffffff !important; } .has-light-black-...
0.322419
0.079032
body{ margin: 0; } .container{ max-width: 1240px; margin:auto; } .row{ display: table; width: 100%; } /* for 全部與手機*/ .col-phone-100{ ...
css/grid.css
body{ margin: 0; } .container{ max-width: 1240px; margin:auto; } .row{ display: table; width: 100%; } /* for 全部與手機*/ .col-phone-100{ ...
0.359814
0.070113
@charset "utf-8"; body,html{ height: 100% !important; } select::-ms-expand { display: none; } #wrap_main{ width: 960px; margin: 100px auto 0; padding-bottom: 100px; /*border: 1px solid red; */ } .wrap_main_bg{ width: 100%; height: 100%; /*min-height: 100%;*/ background: url(../images/main/main_bg.jpg) no-r...
public/css/common.css
@charset "utf-8"; body,html{ height: 100% !important; } select::-ms-expand { display: none; } #wrap_main{ width: 960px; margin: 100px auto 0; padding-bottom: 100px; /*border: 1px solid red; */ } .wrap_main_bg{ width: 100%; height: 100%; /*min-height: 100%;*/ background: url(../images/main/main_bg.jpg) no-r...
0.181662
0.047448
div.section-header, h1.classdoc-header { background: #ccccff; border: black ridge 2px; border-collapse: collapse; vertical-align: inherit; text-align: inherit; margin-bottom: 0px; font-size: 155%; font-weight: bold; padding-left: 2px; margin-top: 1em; padding-top: 2px; padding-botto...
classpath-0.98/tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/gjdochtml-sclara.css
div.section-header, h1.classdoc-header { background: #ccccff; border: black ridge 2px; border-collapse: collapse; vertical-align: inherit; text-align: inherit; margin-bottom: 0px; font-size: 155%; font-weight: bold; padding-left: 2px; margin-top: 1em; padding-top: 2px; padding-botto...
0.386995
0.094929
@-moz-document domain("vk.com") { .nim-peer.nim-peer_smaller.online.mobile:after { background-color: #373b3e; } #page_header_wrap{ background: #373b3e; box-shadow: 0 0 5px rgba(0,0,0,0.5); border-bottom: 0px solid #4872a3; } [dir] #page_header_cont .back, [dir] #...
data/usercss/187267.user.css
@-moz-document domain("vk.com") { .nim-peer.nim-peer_smaller.online.mobile:after { background-color: #373b3e; } #page_header_wrap{ background: #373b3e; box-shadow: 0 0 5px rgba(0,0,0,0.5); border-bottom: 0px solid #4872a3; } [dir] #page_header_cont .back, [dir] #...
0.254509
0.064418
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,900;1,300;1,500;1,700;1,900&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif !important; } body{ background: rgb(86,0,210); background: linear-gradient(90deg, rgba(86,0,2...
styles.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,900;1,300;1,500;1,700;1,900&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif !important; } body{ background: rgb(86,0,210); background: linear-gradient(90deg, rgba(86,0,2...
0.566498
0.100525
display: block; } #ide div[name="sidebar"] { position: absolute; left: 0; top: 0; width: 149px; border-right: 1px solid grey; padding-top: 10px; } #ide div[name="sidebar"] button { display: block; font-size: 120%; background: none; border: none; cursor: pointer; margi...
repository/scale/storer/blob/core/application/console/pages/ide/style.css
display: block; } #ide div[name="sidebar"] { position: absolute; left: 0; top: 0; width: 149px; border-right: 1px solid grey; padding-top: 10px; } #ide div[name="sidebar"] button { display: block; font-size: 120%; background: none; border: none; cursor: pointer; margi...
0.440951
0.085442
#custom-bootstrap-menu.navbar-custom .navbar-brand { color: #248271; } #custom-bootstrap-menu.navbar-custom { font-size: 20px; background-color: rgba(225, 225, 225, 1); border-style: solid; border-color: #CCCCCC; border-bottom-width: 2px; font-family: Open Sans, sans-serif; } #custom-bootstr...
LandVote/css/style.css
#custom-bootstrap-menu.navbar-custom .navbar-brand { color: #248271; } #custom-bootstrap-menu.navbar-custom { font-size: 20px; background-color: rgba(225, 225, 225, 1); border-style: solid; border-color: #CCCCCC; border-bottom-width: 2px; font-family: Open Sans, sans-serif; } #custom-bootstr...
0.405566
0.056888
* { padding: 0; margin: 0; } body { display: grid; grid-template-rows: 40vh 1fr 70vh; } header { display: grid; grid-template-rows: 1fr 5%; } main { height: 500vh; margin-top: -10vh; display: grid; grid-template-rows: repeat(5,1fr); } footer { background-color: rgb(255,92...
4cars/style.css
* { padding: 0; margin: 0; } body { display: grid; grid-template-rows: 40vh 1fr 70vh; } header { display: grid; grid-template-rows: 1fr 5%; } main { height: 500vh; margin-top: -10vh; display: grid; grid-template-rows: repeat(5,1fr); } footer { background-color: rgb(255,92...
0.505127
0.121217
th {color: #417084 !important;} .table {margin-top:10px;} #msds-select {padding:8px;} .mrg-left {margin-left:15px;} .mrg-btm{margin-bottom:15px !important; margin-top:0px;} .active, .qry-btn:hover {color: white;} tr td {font-size:13px;} tr th {font-size:14px;} #export_id a{margin:0 auto;display:block; width:100px;} .qr...
public/stylesheets/style.css
th {color: #417084 !important;} .table {margin-top:10px;} #msds-select {padding:8px;} .mrg-left {margin-left:15px;} .mrg-btm{margin-bottom:15px !important; margin-top:0px;} .active, .qry-btn:hover {color: white;} tr td {font-size:13px;} tr th {font-size:14px;} #export_id a{margin:0 auto;display:block; width:100px;} .qr...
0.214774
0.105211
.btn-primary{ background-color:#660066; border-color: #660066; } .btn-primary:hover{ background-color:#560056; border-color: #460046; } .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{ background-color:#600060;...
style.css
.btn-primary{ background-color:#660066; border-color: #660066; } .btn-primary:hover{ background-color:#560056; border-color: #460046; } .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{ background-color:#600060;...
0.347537
0.099514
.bodyFix {/*width:100%; height:100%!important; overflow:hidden;*/} .boxOverlay h1, .boxOverlay h2, .boxOverlay h3, .boxOverlay h4, .boxOverlay h5, .boxOverlay h6{ margin:0px; line-height:30px;} .boxOverlay .header{ height:30px;} .boxOverlay .header h3{ font-size:18px; padding-top:5px;} .w10{ width:10px!important;} ....
styles/common.css
.bodyFix {/*width:100%; height:100%!important; overflow:hidden;*/} .boxOverlay h1, .boxOverlay h2, .boxOverlay h3, .boxOverlay h4, .boxOverlay h5, .boxOverlay h6{ margin:0px; line-height:30px;} .boxOverlay .header{ height:30px;} .boxOverlay .header h3{ font-size:18px; padding-top:5px;} .w10{ width:10px!important;} ....
0.195057
0.092442
@font-face { font-family: 'Gotham'; src: url('fonts/GothamBold.ttf'); font-weight: 600; font-style: bold; } @font-face { font-family: 'Gotham'; src: url('fonts/GothamMedium.ttf'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Gotham'; src: url('fonts/Gotha...
style.css
@font-face { font-family: 'Gotham'; src: url('fonts/GothamBold.ttf'); font-weight: 600; font-style: bold; } @font-face { font-family: 'Gotham'; src: url('fonts/GothamMedium.ttf'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Gotham'; src: url('fonts/Gotha...
0.410284
0.10676
@media (min-width: 200px) { .full h1, h2, h3 { font-size: 220%; } } @media (min-width: 768px) { .full h1, h2, h3 { font-size: 180%; } } @media (min-width: 992px) { .full h1, h2, h3 { font-size: 280%; } } .full { position: relative; min-height: 100vh; } .bg { position: absolute...
frontend/src/App.css
@media (min-width: 200px) { .full h1, h2, h3 { font-size: 220%; } } @media (min-width: 768px) { .full h1, h2, h3 { font-size: 180%; } } @media (min-width: 992px) { .full h1, h2, h3 { font-size: 280%; } } .full { position: relative; min-height: 100vh; } .bg { position: absolute...
0.561455
0.158304
.list-post > h2 { font-size: 30px; font-weight: bold; padding: 24px 0; } .list-post li { padding: 24px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .list-post li .date { padding: 0 16px 0 32px; color: #666666; font-size: 28px; vertical-align: middle; } .list-post li .title ...
static/css/page.css
.list-post > h2 { font-size: 30px; font-weight: bold; padding: 24px 0; } .list-post li { padding: 24px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .list-post li .date { padding: 0 16px 0 32px; color: #666666; font-size: 28px; vertical-align: middle; } .list-post li .title ...
0.281998
0.096195
@-moz-document domain('web.twake.app'), domain("chat.twake.app") { :root { /* Use Nord Theme, https://www.nordtheme.com/docs/colors-and-palettes */ --nord0: #2E3440; --nord1: #3B4252; --nord2: #434C5E; --nord3: #4C566A; --nord4: #D8DEE9; --nord5: #E5E...
themes/web.twake.app/dark.user.css
@-moz-document domain('web.twake.app'), domain("chat.twake.app") { :root { /* Use Nord Theme, https://www.nordtheme.com/docs/colors-and-palettes */ --nord0: #2E3440; --nord1: #3B4252; --nord2: #434C5E; --nord3: #4C566A; --nord4: #D8DEE9; --nord5: #E5E...
0.447219
0.051035
* { font-size: 100.01%; margin: 0; padding: 0; } html { font: 62.5%/1.5 Verdana, Tahoma, sans-serif; } html, body { width: 100%; height: 100%; overflow: hidden; } #map { position: absolute; top: 100px; bottom: 22px; left: 0; right: 0; overflow: hidden; border-top: 1px solid #ccc; border-bottom: 1px sol...
viewer/js/lib/css/screen.css
* { font-size: 100.01%; margin: 0; padding: 0; } html { font: 62.5%/1.5 Verdana, Tahoma, sans-serif; } html, body { width: 100%; height: 100%; overflow: hidden; } #map { position: absolute; top: 100px; bottom: 22px; left: 0; right: 0; overflow: hidden; border-top: 1px solid #ccc; border-bottom: 1px sol...
0.241311
0.088623
:root { --color1: #FCFBE3; --color2: #FBCFCF; --color3: #CDBB99; --color4: #A37E58; --color5: #755C3B; --color5opacity: #755C3B99; --headerHeight: 25vh; --footerHeight: 104px; } body { background-color:var(--color1); margin: 0; font-family: "roboto"; color: var(--color5)...
docs/css/style-system.css
:root { --color1: #FCFBE3; --color2: #FBCFCF; --color3: #CDBB99; --color4: #A37E58; --color5: #755C3B; --color5opacity: #755C3B99; --headerHeight: 25vh; --footerHeight: 104px; } body { background-color:var(--color1); margin: 0; font-family: "roboto"; color: var(--color5)...
0.330471
0.239561
@media screen and (max-width: 1199px) { footer .text_gray .container { width: 45%; } } @media screen and (max-width: 1024px) { .main_slider { max-height: 650px; } } @media screen and (max-width: 991px) { .navbar-collapse { padding: 0 10px; background: rgba(0, 0, 0, 0.85); } .navbar-light .navba...
public/frontend/css/responsive.css
@media screen and (max-width: 1199px) { footer .text_gray .container { width: 45%; } } @media screen and (max-width: 1024px) { .main_slider { max-height: 650px; } } @media screen and (max-width: 991px) { .navbar-collapse { padding: 0 10px; background: rgba(0, 0, 0, 0.85); } .navbar-light .navba...
0.425367
0.053527
body { overflow: hidden; height: 100vh; margin: 0px; } h1 { text-align: center; margin: 0 15px; } h1 { margin-top: 20px; margin-bottom: 50px; } .app-container { flex: 1; overflow: auto; } .partner-app--table { margin: 10px; } .partner-app--content { font-family: Roboto, ...
frontend/styles/printos.css
body { overflow: hidden; height: 100vh; margin: 0px; } h1 { text-align: center; margin: 0 15px; } h1 { margin-top: 20px; margin-bottom: 50px; } .app-container { flex: 1; overflow: auto; } .partner-app--table { margin: 10px; } .partner-app--content { font-family: Roboto, ...
0.544075
0.089097
@charset "UTF-8"; /* * colors variables */ /* * colors variables */ html, body { height: 100%; background-color: #f5f5f5; font-family: "微软雅黑"; } .wrapper { overflow: hidden; position: relative; margin: 0 auto; } @media (min-width: 1200px) { .wrapper { width: 1170px; } } @media only screen...
assets/css/page-sj-makeFriends-submit.css
@charset "UTF-8"; /* * colors variables */ /* * colors variables */ html, body { height: 100%; background-color: #f5f5f5; font-family: "微软雅黑"; } .wrapper { overflow: hidden; position: relative; margin: 0 auto; } @media (min-width: 1200px) { .wrapper { width: 1170px; } } @media only screen...
0.337313
0.055926
* { margin: 0; padding: 0; box-sizing: border-box; /*font-family: 'Roboto Condensed', sans-serif;*/ /*font-family: 'Poppins', sans-serif;*/ /*font-family: 'Ubuntu', sans-serif;*/ /*font-family: 'Acme', sans-serif;*/ /*font-family: 'Fira Sans Condensed', sans-serif;*/ /* Manuscritas *...
public/css/extranet/general.css
* { margin: 0; padding: 0; box-sizing: border-box; /*font-family: 'Roboto Condensed', sans-serif;*/ /*font-family: 'Poppins', sans-serif;*/ /*font-family: 'Ubuntu', sans-serif;*/ /*font-family: 'Acme', sans-serif;*/ /*font-family: 'Fira Sans Condensed', sans-serif;*/ /* Manuscritas *...
0.427994
0.075448
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; color: #666; } #flip { text-align: center; background: #666; color: white; } .users { display: none; } tab...
public/css/adminpanel.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; color: #666; } #flip { text-align: center; background: #666; color: white; } .users { display: none; } tab...
0.393152
0.109658
* { margin:0; padding:0; } body { overflow-x: hidden; margin:0; font-family: Arial, Helvetica, sans-serif; font-size:14px; } p { font-size: 20px; } p.small { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: 0; } ul, li { list-style-type:none; margin:0; padding:0; } h1, h...
FilePicker/src/assets/css/sharefile.css
* { margin:0; padding:0; } body { overflow-x: hidden; margin:0; font-family: Arial, Helvetica, sans-serif; font-size:14px; } p { font-size: 20px; } p.small { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: 0; } ul, li { list-style-type:none; margin:0; padding:0; } h1, h...
0.437583
0.127734
@charset "utf-8"; body,h1,h2,h3,h4,h5,h6,p{font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Hiragino Sans GB","Hiragino Sans GB W3", "Microsoft Yahei"} .cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .cl { zoom: 1; } .fl{float: left;}.fr{float: right;} ul...
app/webroot/css/common.css
@charset "utf-8"; body,h1,h2,h3,h4,h5,h6,p{font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Hiragino Sans GB","Hiragino Sans GB W3", "Microsoft Yahei"} .cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .cl { zoom: 1; } .fl{float: left;}.fr{float: right;} ul...
0.265404
0.06489
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap'); * { margin: 0; padding: 0; font-family: 'Open Sans'; color: #2F242C !important; font-style: normal; font-weight: normal; } a { text-decoration: none; } a:hover { opacity: 0.7; } ul { list...
public/css/general.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap'); * { margin: 0; padding: 0; font-family: 'Open Sans'; color: #2F242C !important; font-style: normal; font-weight: normal; } a { text-decoration: none; } a:hover { opacity: 0.7; } ul { list...
0.420719
0.111193
.error { color: #D9365B; } .errorBorder { border-color: red; border-width: 3px; } .valid { color:#337ab7; } @font-face{ font-family: "purista"; src: url('/fonts/PuristaMedium.otf') format("opentype"); } html { font-family: Merriweather, purista; font-size: 14px; /* color: rgba(255, 255, 255, ...
Website_public/CSS/Public.css
.error { color: #D9365B; } .errorBorder { border-color: red; border-width: 3px; } .valid { color:#337ab7; } @font-face{ font-family: "purista"; src: url('/fonts/PuristaMedium.otf') format("opentype"); } html { font-family: Merriweather, purista; font-size: 14px; /* color: rgba(255, 255, 255, ...
0.483648
0.133783
[dir=ltr] .stack-choose-headline { padding-top: 1rem; padding-bottom: 1rem } [dir=ltr] .stack-choose-headline--bt { border-top: 1px solid #efefef } [dir=ltr] .stack-choose-headline p { margin-bottom: 0 } @media (min-width:992px) { [dir=ltr] .stack-choose-headline { padding-top: 3rem; ...
demo/css/choose.css
[dir=ltr] .stack-choose-headline { padding-top: 1rem; padding-bottom: 1rem } [dir=ltr] .stack-choose-headline--bt { border-top: 1px solid #efefef } [dir=ltr] .stack-choose-headline p { margin-bottom: 0 } @media (min-width:992px) { [dir=ltr] .stack-choose-headline { padding-top: 3rem; ...
0.292393
0.130175
section { position: relative; display: flex; flex-direction: row; background: #494b59; height: 200vh; } /* */ .nav { position: absolute; left: 85%; display: flex; justify-content: space-evenly; align-items: center; width: 15%; height: 3%; } .nav a { position: relative; color: #dedede; ...
src/app/components/cripto/cripto.component.css
section { position: relative; display: flex; flex-direction: row; background: #494b59; height: 200vh; } /* */ .nav { position: absolute; left: 85%; display: flex; justify-content: space-evenly; align-items: center; width: 15%; height: 3%; } .nav a { position: relative; color: #dedede; ...
0.500977
0.0729
#newcreategroup_container #newcreategroup_group_data_container, #newcreategroup_container #newcreategroup_group_members_container {width:340px;float:left;color:#424242;margin-top:15px;} #newcreategroup_container .newcreategroup_small_text {font-size:11px;display:block;margin:6px 0;} /* Group members */ #newcreategroup...
devwidgets/newcreategroup/css/newcreategroup.css
#newcreategroup_container #newcreategroup_group_data_container, #newcreategroup_container #newcreategroup_group_members_container {width:340px;float:left;color:#424242;margin-top:15px;} #newcreategroup_container .newcreategroup_small_text {font-size:11px;display:block;margin:6px 0;} /* Group members */ #newcreategroup...
0.142441
0.048926
*{ /* border:solid 1px black; */ font-size:微軟正黑體; } body{ border:solid 6px white; padding:50px; display:flex; justify-content:center; background-color: rgba(72,118,225,0.5); color:rgba(0,111,225,0.9); font-size: 15px; line-height:22px ; letter-spacing:1px; } .resume{ display:flex; max-width:95...
css/style.css
*{ /* border:solid 1px black; */ font-size:微軟正黑體; } body{ border:solid 6px white; padding:50px; display:flex; justify-content:center; background-color: rgba(72,118,225,0.5); color:rgba(0,111,225,0.9); font-size: 15px; line-height:22px ; letter-spacing:1px; } .resume{ display:flex; max-width:95...
0.347759
0.062474
.nl-link { color: inherit; } .info-link { text-decoration: none; } #info-cont { line-height: 17px; } #toast-container { font-size: 13px; font-weight: lighter; } #toast-container > div, #toast-container > div:hover{ box-shadow: 0 0 12px rgba(0, 0, ...
grapesjs/src/main/resources/VAADIN/styles/grapesjs-style.css
.nl-link { color: inherit; } .info-link { text-decoration: none; } #info-cont { line-height: 17px; } #toast-container { font-size: 13px; font-weight: lighter; } #toast-container > div, #toast-container > div:hover{ box-shadow: 0 0 12px rgba(0, 0, ...
0.39222
0.064624
.checkbox { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .checkbox > [type="checkbox"] { cursor: pointer; display: inline-block; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; z-ind...
css/bulma.css
.checkbox { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .checkbox > [type="checkbox"] { cursor: pointer; display: inline-block; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; z-ind...
0.394318
0.114294
*{ box-sizing: border-box; } .main { max-width: 1024px; margin: 0 auto; font: 1.2em Helvetica, arial, sans-serif; display: grid; grid-template-columns: repeat(12, 1fr); grid-gap: 20px; } .main > * { border: 2px solid #f08c00; background-color: #ffec99; border-radius: 5px; paddi...
style.css
*{ box-sizing: border-box; } .main { max-width: 1024px; margin: 0 auto; font: 1.2em Helvetica, arial, sans-serif; display: grid; grid-template-columns: repeat(12, 1fr); grid-gap: 20px; } .main > * { border: 2px solid #f08c00; background-color: #ffec99; border-radius: 5px; paddi...
0.375134
0.14143
*{ outline: 0; } body{ margin: 0 auto; padding: 0 auto; } .main-content{ display: table; width: 100%; height: auto; } ._left{ float: left; } ._right{ float: right; } .login-section{ height: 100vh; width: 30%; display: flex; align-items: center; justify-content: ce...
public/css/auth.css
*{ outline: 0; } body{ margin: 0 auto; padding: 0 auto; } .main-content{ display: table; width: 100%; height: auto; } ._left{ float: left; } ._right{ float: right; } .login-section{ height: 100vh; width: 30%; display: flex; align-items: center; justify-content: ce...
0.46393
0.099645
body { margin: 0; padding: 0; overflow: hidden; } #termbody img { border: 0; display: block; } #reconnect, #refresh { position: absolute; width: 100%; height: 100%; z-index: 25; } #reconnect > div, #refresh > div { width: 100%; height: 100%; display: -webkit-box; -webkit-box-pack: center...
neutron/static/ide/css/terminal_black.css
body { margin: 0; padding: 0; overflow: hidden; } #termbody img { border: 0; display: block; } #reconnect, #refresh { position: absolute; width: 100%; height: 100%; z-index: 25; } #reconnect > div, #refresh > div { width: 100%; height: 100%; display: -webkit-box; -webkit-box-pack: center...
0.435661
0.068289
@charset "ISO-8859-1"; /*444457*/ body { font: 15px/1.5 Arial, Helvetica, sans-serif; padding: 0; margin: 0; background-color: #f4f4f4; } /*global*/ .container{ width: 80%; margin: auto; overflow: hidden; } ul { margin: 0; padding: 0; float:right; } .button_1{ heigh...
Files/SFC_Camp/css/styles.css
@charset "ISO-8859-1"; /*444457*/ body { font: 15px/1.5 Arial, Helvetica, sans-serif; padding: 0; margin: 0; background-color: #f4f4f4; } /*global*/ .container{ width: 80%; margin: auto; overflow: hidden; } ul { margin: 0; padding: 0; float:right; } .button_1{ heigh...
0.199581
0.066843