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
* { margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 100%; background: transparent;} html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, va...
web/backend/css/screen.css
* { margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 100%; background: transparent;} html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, va...
0.218003
0.19046
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700"); *, *:before, *:after { box-sizing: border-box; } .contain { position: absolute; font-family: 'Raleway', sans-serif; width: 100%; height: 100%; overflow: hidden; } .contain:hover .top:before, .contain:hover .top:after, .contai...
y.css
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700"); *, *:before, *:after { box-sizing: border-box; } .contain { position: absolute; font-family: 'Raleway', sans-serif; width: 100%; height: 100%; overflow: hidden; } .contain:hover .top:before, .contain:hover .top:after, .contai...
0.460532
0.059292
@import url("https://fonts.googleapis.com/css?family=Roboto"); @import url("https://fonts.googleapis.com/css?family=Roboto+Slab"); *, ::before, ::after { -webkit-box-sizing: border-box; box-sizing: border-box; } input:disabled, input[disabled] { background-color: rgba(0, 0, 0, 0.14) !important; cursor...
techstation_theme/templates/includes/login/css0/style.css
@import url("https://fonts.googleapis.com/css?family=Roboto"); @import url("https://fonts.googleapis.com/css?family=Roboto+Slab"); *, ::before, ::after { -webkit-box-sizing: border-box; box-sizing: border-box; } input:disabled, input[disabled] { background-color: rgba(0, 0, 0, 0.14) !important; cursor...
0.226441
0.044163
@font-face { font-family: Pixel; src: url("m5x7.ttf"); font-weight: normal; font-style: normal; } * {box-sizing:border-box} p, h1, h2, h3, h4, h5, h6, output, label, dt, dd { font-family: Pixel; font-weight: normal; } p {font-size: 22px} h1 {font-size: 47px} h2 {font-size: 42px} output {font-size: 32px;} label...
assets/screens/common.css
@font-face { font-family: Pixel; src: url("m5x7.ttf"); font-weight: normal; font-style: normal; } * {box-sizing:border-box} p, h1, h2, h3, h4, h5, h6, output, label, dt, dd { font-family: Pixel; font-weight: normal; } p {font-size: 22px} h1 {font-size: 47px} h2 {font-size: 42px} output {font-size: 32px;} label...
0.216425
0.121816
body{ background: #1d1d1d; color: rgb(255, 255, 255); margin-left: 5%; padding: 1%; } .aboutme{ display: inline-block; color:rgb(250, 232, 255); width: 60%; } .topten{ display: inline-block; font-family: Arial, Helvetica, sans-serif; color: white; background: linear-gradient(to bottom left,#ffcd...
css/style.css
body{ background: #1d1d1d; color: rgb(255, 255, 255); margin-left: 5%; padding: 1%; } .aboutme{ display: inline-block; color:rgb(250, 232, 255); width: 60%; } .topten{ display: inline-block; font-family: Arial, Helvetica, sans-serif; color: white; background: linear-gradient(to bottom left,#ffcd...
0.501709
0.08548
.navbar-light { border-top: 1px solid #25bda4; border-bottom: 1px solid #25bda4; height: 60px; position: fixed; top: 0%; z-index: 20 !important; width: 100%; } .navbar { padding: 0rem 1rem !important; } .error { border-color: #a94442 !important; } .bg-light { background-color: white !important; } ...
client/src/app/navbar/navbar.component.css
.navbar-light { border-top: 1px solid #25bda4; border-bottom: 1px solid #25bda4; height: 60px; position: fixed; top: 0%; z-index: 20 !important; width: 100%; } .navbar { padding: 0rem 1rem !important; } .error { border-color: #a94442 !important; } .bg-light { background-color: white !important; } ...
0.45641
0.120672
html, body { max-width: 100%; overflow-x: hidden; } /* 全域CSS定義 */ a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } /* 在所不惜,思源黑體 */ @font-face { font-family: 'Noto Sans TC'; font-style: normal; ...
static/css/kb/base.css
html, body { max-width: 100%; overflow-x: hidden; } /* 全域CSS定義 */ a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } /* 在所不惜,思源黑體 */ @font-face { font-family: 'Noto Sans TC'; font-style: normal; ...
0.361165
0.049566
.container { height: calc(100vh - 10rem); width: 100vw; min-height: 100vh; padding: 0 0.5rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: row; justify-content: center; align-items: flex-start; overflow-y: scroll; } .submitBox { min-height: 80vh;...
styles/Submit.module.css
.container { height: calc(100vh - 10rem); width: 100vw; min-height: 100vh; padding: 0 0.5rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: row; justify-content: center; align-items: flex-start; overflow-y: scroll; } .submitBox { min-height: 80vh;...
0.524151
0.105073
.skin-highcontrast .main-header .navbar { background-color: #413940; } .skin-highcontrast .main-header .navbar .nav > li > a { color: #ffffff; } .skin-highcontrast .main-header .navbar .nav > li > a:hover, .skin-highcontrast .main-header .navbar .nav > li > a:active, .skin-highcontrast .main-header .navbar .nav > l...
Fun2RepairMVC.Web/lib/AdminLTE/css/skins/skin-highcontrast.css
.skin-highcontrast .main-header .navbar { background-color: #413940; } .skin-highcontrast .main-header .navbar .nav > li > a { color: #ffffff; } .skin-highcontrast .main-header .navbar .nav > li > a:hover, .skin-highcontrast .main-header .navbar .nav > li > a:active, .skin-highcontrast .main-header .navbar .nav > l...
0.441673
0.057812
:root { --main-color: #ffffff; --main-color-dt: #35415E; --main-color-dark: #ec4e6e33; --main-color-light: #5872f5; --text-color: #EC4E6E; --text-color-inactive: #ec4e6eb3; } html, body { background-color: #fff; background: linear-gradient(135deg, #35415E 0%, rgba(42, 53, 80, 1) 80%); ...
FE/static/css/authentication.css
:root { --main-color: #ffffff; --main-color-dt: #35415E; --main-color-dark: #ec4e6e33; --main-color-light: #5872f5; --text-color: #EC4E6E; --text-color-inactive: #ec4e6eb3; } html, body { background-color: #fff; background: linear-gradient(135deg, #35415E 0%, rgba(42, 53, 80, 1) 80%); ...
0.434101
0.143128
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;} mark, rp, rt, ruby, summary, time {display:inline;} /* Global properties ======================================================== *...
public/css/style.css
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;} mark, rp, rt, ruby, summary, time {display:inline;} /* Global properties ======================================================== *...
0.171061
0.091342
.win-rating .win-star { height: 14px; width: 14px; font-size: 14px; padding: 3px; } #root { font-family: 'Segoe UI', sans-serif; display: flex; flex-direction: column; } #root .name { font-size: 28px; } #root .container { width: 100px; height: 90px; border: 2px solid black; pa...
css/app.css
.win-rating .win-star { height: 14px; width: 14px; font-size: 14px; padding: 3px; } #root { font-family: 'Segoe UI', sans-serif; display: flex; flex-direction: column; } #root .name { font-size: 28px; } #root .container { width: 100px; height: 90px; border: 2px solid black; pa...
0.404037
0.066509
================================================== #Site Styles #Page Styles #Media Queries #Font-Face */ /* #Site Styles ================================================== */ /* #Page Styles ================================================== */ /* #Media Queries ===================================...
js/web/layout.css
================================================== #Site Styles #Page Styles #Media Queries #Font-Face */ /* #Site Styles ================================================== */ /* #Page Styles ================================================== */ /* #Media Queries ===================================...
0.181046
0.037786
@charset "utf-8"; body{background:url(../images/body_bg.gif) repeat-x;} header#firstheader{position:relative;width: 1003px;margin:0 auto;} h1{padding:26px 0 17px;height: 62px;} #sform{position:absolute;right:0;top:60px; width:235px; text-align:right;} .util{position:absolute; right:0; top:20px;} .util:after{con...
main.css
@charset "utf-8"; body{background:url(../images/body_bg.gif) repeat-x;} header#firstheader{position:relative;width: 1003px;margin:0 auto;} h1{padding:26px 0 17px;height: 62px;} #sform{position:absolute;right:0;top:60px; width:235px; text-align:right;} .util{position:absolute; right:0; top:20px;} .util:after{con...
0.166913
0.05694
body { min-width: 300px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } ul li { list-style: none; } /*验证码*/ .input-group-addon { width: 100px; background-size: 100% 100%; } /*技术支持*/ .support-tips { position: fixed; font-size: 12px; width: 250px; text-a...
public/static/css/style.css
body { min-width: 300px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } ul li { list-style: none; } /*验证码*/ .input-group-addon { width: 100px; background-size: 100% 100%; } /*技术支持*/ .support-tips { position: fixed; font-size: 12px; width: 250px; text-a...
0.370795
0.06832
header { width: 100%; height: 195px; border-bottom: 2px solid #D2524C; box-sizing: border-box; } .header-con { width: 1200px; height: 195px; margin: auto; } .headerC-top { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-co...
public/style/home/css/header.css
header { width: 100%; height: 195px; border-bottom: 2px solid #D2524C; box-sizing: border-box; } .header-con { width: 1200px; height: 195px; margin: auto; } .headerC-top { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-co...
0.232571
0.052328
html{overflow-y:scroll;} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */ body{margin:0; padding:0; font-size:16px; font-family: Lato; color:#979797; background-color:#FFFFFF;} .clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0;} .clear...
public/css/basic80.css
html{overflow-y:scroll;} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */ body{margin:0; padding:0; font-size:16px; font-family: Lato; color:#979797; background-color:#FFFFFF;} .clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0;} .clear...
0.325949
0.090574
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:700|Merriweather:400italic|Montserrat:700|Playfair+Display:700italic|Muli); @import url(http://weloveiconfonts.com/api/?family=fontawesome); /* fontawesome */ [class*="fontawesome-"]:before { font-family: 'FontAwesome', sans-serif; } body { backgrou...
archive/shufflethat/css/style-temp.css
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:700|Merriweather:400italic|Montserrat:700|Playfair+Display:700italic|Muli); @import url(http://weloveiconfonts.com/api/?family=fontawesome); /* fontawesome */ [class*="fontawesome-"]:before { font-family: 'FontAwesome', sans-serif; } body { backgrou...
0.439747
0.076477
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900'); *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } :root { font-size: 16px; } html, body, p { color:#57586E; font-weight: 400; ...
css/styles.css
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900'); *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } :root { font-size: 16px; } html, body, p { color:#57586E; font-weight: 400; ...
0.384219
0.069605
textarea, input { outline: none; } body { font-family: Helvetica, Arial, sans-serif; margin: 0px; padding: 0px; } .background { fill: #fcfcfc; stroke: #ccc; } h1 { font-size: .9em; } h2 { font-size: .8em; font-weight: 300; color: darkgrey; margin-bottom: 20px; } .tooltip { background-color: ...
stylesheets/style-ex_persons.css
textarea, input { outline: none; } body { font-family: Helvetica, Arial, sans-serif; margin: 0px; padding: 0px; } .background { fill: #fcfcfc; stroke: #ccc; } h1 { font-size: .9em; } h2 { font-size: .8em; font-weight: 300; color: darkgrey; margin-bottom: 20px; } .tooltip { background-color: ...
0.343122
0.084909
#splash { background-color: #fff; padding: 50px !important; padding-bottom: 20px !important; } /* line 10, ../../app/assets/stylesheets/game.css.scss */ #splash h4 { margin-bottom: 15px; } /* line 13, ../../app/assets/stylesheets/game.css.scss */ #splash p { font-size: 15px; line-height: 1.43em; color: #4...
public/stylesheets/game.css.css
#splash { background-color: #fff; padding: 50px !important; padding-bottom: 20px !important; } /* line 10, ../../app/assets/stylesheets/game.css.scss */ #splash h4 { margin-bottom: 15px; } /* line 13, ../../app/assets/stylesheets/game.css.scss */ #splash p { font-size: 15px; line-height: 1.43em; color: #4...
0.209551
0.041037
@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic"); @import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css"); .tree-structure{ list-style: none; clear: both; padding-left: 15px; } .tree-structure li { position: relative; } .tree-structure li a{ font-we...
public/css/style.css
@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic"); @import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css"); .tree-structure{ list-style: none; clear: both; padding-left: 15px; } .tree-structure li { position: relative; } .tree-structure li a{ font-we...
0.262747
0.061227
body{ font-family: "Open Sans"; font-size: 16px; font-weight: 400; line-height: 1.5; } .container{ width: 1170px; padding-left: 15px; padding-right: 15px; margin: 0px auto; display: flex; } ul{ list-style: none; padding: 0px; margin: 0px; } /* ul#main-menu{ background...
CSE-thuyloi/assets/css/main.css
body{ font-family: "Open Sans"; font-size: 16px; font-weight: 400; line-height: 1.5; } .container{ width: 1170px; padding-left: 15px; padding-right: 15px; margin: 0px auto; display: flex; } ul{ list-style: none; padding: 0px; margin: 0px; } /* ul#main-menu{ background...
0.284477
0.061763
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap'); body{ margin:0; } /* Search button styling */ .searchBo...
src/App.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap'); body{ margin:0; } /* Search button styling */ .searchBo...
0.311951
0.072604
@font-face { font-family: 'SF Pro Display'; src: url('SFProDisplay-HeavyItalic.eot'); src: url('SFProDisplay-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('SFProDisplay-HeavyItalic.woff2') format('woff2'), url('SFProDisplay-HeavyItalic.woff') format('woff'), url('SFProDis...
resources/js/font/sf_pro_display/stylesheet.css
@font-face { font-family: 'SF Pro Display'; src: url('SFProDisplay-HeavyItalic.eot'); src: url('SFProDisplay-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('SFProDisplay-HeavyItalic.woff2') format('woff2'), url('SFProDisplay-HeavyItalic.woff') format('woff'), url('SFProDis...
0.322206
0.055158
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, ...
style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
0.422266
0.067179
background-color: black; display: flex; margin-left: 300px; width: 604px; height: 604px; overflow:auto; flex-direction:row ; flex-wrap: wrap; position: absolute; } #quadrado-1 { background-color: white; border-right: 2px solid black; border-bottom: 2px solid black; wi...
Jogo-da-velha/velha.css
background-color: black; display: flex; margin-left: 300px; width: 604px; height: 604px; overflow:auto; flex-direction:row ; flex-wrap: wrap; position: absolute; } #quadrado-1 { background-color: white; border-right: 2px solid black; border-bottom: 2px solid black; wi...
0.649912
0.100834
body { font-family: 'Roboto', sans-serif; color: #5f6368; } html, body, #app { height: 100%; } #app { padding: 20px; } .noMargin { margin: 0px; } /*Fonts*/ h1, h2, h3, h4, h5, h6 { margin:0; font-weight:normal; letter-spacing:.025em; } h1, h2, h3, .h1, .h2, .h3{ font-family: 'Kaushan Scr...
App/css/main.css
body { font-family: 'Roboto', sans-serif; color: #5f6368; } html, body, #app { height: 100%; } #app { padding: 20px; } .noMargin { margin: 0px; } /*Fonts*/ h1, h2, h3, h4, h5, h6 { margin:0; font-weight:normal; letter-spacing:.025em; } h1, h2, h3, .h1, .h2, .h3{ font-family: 'Kaushan Scr...
0.280124
0.081739
@font-face { font-family: 'Roboto Mono'; font-style: normal; font-weight: 400; src: url('../fonts/RobotoMono/RobotoMono-Regular.woff2') format('woff2'), url('../fonts/RobotoMono/RobotoMono-Regular.woff') format('woff'), url('../fonts/RobotoMono/RobotoMono-Regular.ttf') format('truetype'); } @fo...
public/uploads/themes/clean/css/style.css
@font-face { font-family: 'Roboto Mono'; font-style: normal; font-weight: 400; src: url('../fonts/RobotoMono/RobotoMono-Regular.woff2') format('woff2'), url('../fonts/RobotoMono/RobotoMono-Regular.woff') format('woff'), url('../fonts/RobotoMono/RobotoMono-Regular.ttf') format('truetype'); } @fo...
0.330795
0.059839
@font-face { font-family: 'file'; src: url('file.eot?abyff3'); src: url('file.eot?abyff3#iefix') format('embedded-opentype'), url('file.ttf?abyff3') format('truetype'), url('file.woff?abyff3') format('woff'), url('file.svg?abyff3#file') format('svg'); font-weight: normal; font-style: normal; } ...
css/style.css
@font-face { font-family: 'file'; src: url('file.eot?abyff3'); src: url('file.eot?abyff3#iefix') format('embedded-opentype'), url('file.ttf?abyff3') format('truetype'), url('file.woff?abyff3') format('woff'), url('file.svg?abyff3#file') format('svg'); font-weight: normal; font-style: normal; } ...
0.379493
0.098599
*{ box-sizing:border-box; } :root{ --small: 35px; --medium: 50px; --large: 65px; --bar-height:10px; } body{ font-family:sans-serif; user-select:none; padding:0; margin:0; background: rgba(179,220,237,1); background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, r...
Music_player/music_player.css
*{ box-sizing:border-box; } :root{ --small: 35px; --medium: 50px; --large: 65px; --bar-height:10px; } body{ font-family:sans-serif; user-select:none; padding:0; margin:0; background: rgba(179,220,237,1); background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, r...
0.442275
0.094971
-------------------------------------------------- */ /* Faded out hr */ hr.soften { height: 1px; margin: 70px 0; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); backg...
frontend/theme/css/custom.css
-------------------------------------------------- */ /* Faded out hr */ hr.soften { height: 1px; margin: 70px 0; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); backg...
0.209146
0.089256
html,body { margin: 0; padding: 0; font: 16px Helvetica, Arial, sans-serif; } /* Footer */ div.footer { height: 60px; background-color: #ccc; margin-top: 380px; } div.footer div.line { margin-top: 20px; } div.footer div.icons { margin-top: 15px; text-align: center; } div.footer .icon { margin-ri...
public/stylesheets/style.css
html,body { margin: 0; padding: 0; font: 16px Helvetica, Arial, sans-serif; } /* Footer */ div.footer { height: 60px; background-color: #ccc; margin-top: 380px; } div.footer div.line { margin-top: 20px; } div.footer div.icons { margin-top: 15px; text-align: center; } div.footer .icon { margin-ri...
0.347648
0.057467
@charset "UTF-8"; * { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } body { color: #4d4c4c; font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif; } .wrapper { max-width: ...
production.css
@charset "UTF-8"; * { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } body { color: #4d4c4c; font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif; } .wrapper { max-width: ...
0.272702
0.050894
body { background-image: url("bg.jpg"); background-size: cover; background-repeat: no-repeat; background-attachment:fixed; } #twitter { position:absolute; width:300px; height:300px; top: 100px; left: 730px; z-index:200; } #fb { width:26px; height:26px; position:absolute; top: 125px; left: 560px; z-...
Archive/FD_v1/css.css
body { background-image: url("bg.jpg"); background-size: cover; background-repeat: no-repeat; background-attachment:fixed; } #twitter { position:absolute; width:300px; height:300px; top: 100px; left: 730px; z-index:200; } #fb { width:26px; height:26px; position:absolute; top: 125px; left: 560px; z-...
0.354992
0.069038
@font-face { font-family: 'Gilroy'; src: url('/static/fonts/gilroy/Gilroy-Medium.eot'); src: url('/static/fonts/gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/gilroy/Gilroy-Medium.woff2') format('woff2'), url('/static/fonts/gilroy/Gilroy-Medium.woff') format('woff'), ...
static-frontend/static/css/bchtip.css
@font-face { font-family: 'Gilroy'; src: url('/static/fonts/gilroy/Gilroy-Medium.eot'); src: url('/static/fonts/gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/gilroy/Gilroy-Medium.woff2') format('woff2'), url('/static/fonts/gilroy/Gilroy-Medium.woff') format('woff'), ...
0.311008
0.057256
@import './variables.css'; ._legoEditor_root { border: 1px solid var(--color-dark-mono-gray-3); border-radius: 3px; padding: 10px; background-color: var(--color-white); color: var(--color-black); } ._legoEditor_root:focus-within { box-shadow: 0 0 5px var(--color-dark-mono-gray-3); border-color: var(--co...
src/Editor.css
@import './variables.css'; ._legoEditor_root { border: 1px solid var(--color-dark-mono-gray-3); border-radius: 3px; padding: 10px; background-color: var(--color-white); color: var(--color-black); } ._legoEditor_root:focus-within { box-shadow: 0 0 5px var(--color-dark-mono-gray-3); border-color: var(--co...
0.456168
0.098816
body *{ /* Change default behavior from content-box */ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } .shadow_overlay{ width: 100%; height: 200%; position: absolute; top:0px; left: 0px; background-color: rgba(0,0,0,.7); z-i...
web/css/tpen.css
body *{ /* Change default behavior from content-box */ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } .shadow_overlay{ width: 100%; height: 200%; position: absolute; top:0px; left: 0px; background-color: rgba(0,0,0,.7); z-i...
0.272315
0.053999
.radio { float: left; outline: none; -webkit-user-select: none; } .radio.design:before { position: absolute; z-index: -1; left: 0; top: ...
css/components/radio.css
.radio { float: left; outline: none; -webkit-user-select: none; } .radio.design:before { position: absolute; z-index: -1; left: 0; top: ...
0.416678
0.123868
html,body { font-family: sans-serif; } button { z-index: 100; } button:hover { transition: all 0.2s ease-in-out; box-shadow: 0 5px 15px white; } .header { border-radius: 4px; border: 16px white solid; padding: 15px 0; color: white; background-color: #171717; } #aboutDIV { width: 10...
main.css
html,body { font-family: sans-serif; } button { z-index: 100; } button:hover { transition: all 0.2s ease-in-out; box-shadow: 0 5px 15px white; } .header { border-radius: 4px; border: 16px white solid; padding: 15px 0; color: white; background-color: #171717; } #aboutDIV { width: 10...
0.588889
0.098816
*, *:before, *:after { margin: 0; padding: 0; box-sizing: border-box; outline-color: rgb(65, 180, 190); white-space: nowrap; } *:not(.place) { outline-offset: 5px; } ::selection { color: rgb(255, 255, 255); background-color: rgb(65, 180, 190); } body { position: relative; margin: 0; width: 100...
style.css
*, *:before, *:after { margin: 0; padding: 0; box-sizing: border-box; outline-color: rgb(65, 180, 190); white-space: nowrap; } *:not(.place) { outline-offset: 5px; } ::selection { color: rgb(255, 255, 255); background-color: rgb(65, 180, 190); } body { position: relative; margin: 0; width: 100...
0.563378
0.084078
* { box-sizing: border-box; } body { font-family: Pompadur; margin: 0; } #wrapper { position: relative; overflow-x: hidden; } ::selection { background-color: yellow; color: tomato; } .header { height: 100px; width: 100%; } .box-header { height: 100px; width: 100%; backgro...
Homework7/css/style.css
* { box-sizing: border-box; } body { font-family: Pompadur; margin: 0; } #wrapper { position: relative; overflow-x: hidden; } ::selection { background-color: yellow; color: tomato; } .header { height: 100px; width: 100%; } .box-header { height: 100px; width: 100%; backgro...
0.646349
0.130092
.lingkaran{ padding-left: 120px; margin: 30px; } .lingkaran2{ padding-left: 300px; margin: 30px; } .bulat1{ background: #b1bebe; padding: 80px; width: 80px; float: left; margin: 10px; height: 50px; border-radius: 50%; } .bulat2{ background-color: #b1bebe; padding: 80px; width: 80px; float: left; margi...
,lingkaran3.css
.lingkaran{ padding-left: 120px; margin: 30px; } .lingkaran2{ padding-left: 300px; margin: 30px; } .bulat1{ background: #b1bebe; padding: 80px; width: 80px; float: left; margin: 10px; height: 50px; border-radius: 50%; } .bulat2{ background-color: #b1bebe; padding: 80px; width: 80px; float: left; margi...
0.521959
0.15084
body, ul, li, dl, dt, dd, p, h1, h2, h3, h4, span, form, img, div, option, input, button, checkbox { border: none; margin: 0; padding: 0; outline: 0 none; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif; -webkit-appearance: no...
wxApp/static/css/custom.css
body, ul, li, dl, dt, dd, p, h1, h2, h3, h4, span, form, img, div, option, input, button, checkbox { border: none; margin: 0; padding: 0; outline: 0 none; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif; -webkit-appearance: no...
0.210442
0.055823
body { background : #f3f3f3; } #wrapper { padding : 90px 15px; } @media screen and (max-width:767.98px) { #wrapper { padding : 55px 0; } } .navbar-expand-lg .navbar-nav.side-nav { flex-direction : column; } .card { margin-bottom : 15px; border-radius : 5px; box-shadow : 0 3px 5px rgba(0, 0, 0, 0.1); }...
src/Stubs/assets/excrud/css/navigation.css
body { background : #f3f3f3; } #wrapper { padding : 90px 15px; } @media screen and (max-width:767.98px) { #wrapper { padding : 55px 0; } } .navbar-expand-lg .navbar-nav.side-nav { flex-direction : column; } .card { margin-bottom : 15px; border-radius : 5px; box-shadow : 0 3px 5px rgba(0, 0, 0, 0.1); }...
0.240507
0.101947
.vertical_nav, .collapse_menu .collapse_menu--icon { -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* line 14, sass/vertical-responsive-menu.scss */ * { box-sizing: border-box; } /* line 26, sass/vertical-responsive-menu.scss */ :focus, :active { ...
client/nav/src/vertical-responsive-menu.css
.vertical_nav, .collapse_menu .collapse_menu--icon { -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* line 14, sass/vertical-responsive-menu.scss */ * { box-sizing: border-box; } /* line 26, sass/vertical-responsive-menu.scss */ :focus, :active { ...
0.2587
0.031919
* { --minViewportSize: 320; --maxViewportSize: 1920; margin: 0; padding: 0; box-sizing: border-box; } /* html, body { font-family: "Maven Pro", sans-serif; background: #c4b2f4 !important; } */ .oml-1 { font-family: "Maven Pro", sans-serif; background: #c4b2f4 !import...
src/templates/oml.css
* { --minViewportSize: 320; --maxViewportSize: 1920; margin: 0; padding: 0; box-sizing: border-box; } /* html, body { font-family: "Maven Pro", sans-serif; background: #c4b2f4 !important; } */ .oml-1 { font-family: "Maven Pro", sans-serif; background: #c4b2f4 !import...
0.424889
0.07579
padding-bottom: 75px; background-attachment: scroll; background-image: url(../img/stuff-dark.png); background-position: center center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .organiza...
css/organization.css
padding-bottom: 75px; background-attachment: scroll; background-image: url(../img/stuff-dark.png); background-position: center center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .organiza...
0.442155
0.097605
@charset "UTF-8"; /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ 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, su...
frontend/web/css/style.css
@charset "UTF-8"; /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ 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, su...
0.244453
0.064653
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap'); /* font-family: 'Titillium Web', sans-serif; */ *{margin:0;padding: 0;box-sizing: border-box;font-family: 'Titillium Web', sans-serif;} img{max-width: 100%;display: block;} h1{font-size: 40px;font-weight: 600;text...
public/style.css
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap'); /* font-family: 'Titillium Web', sans-serif; */ *{margin:0;padding: 0;box-sizing: border-box;font-family: 'Titillium Web', sans-serif;} img{max-width: 100%;display: block;} h1{font-size: 40px;font-weight: 600;text...
0.342242
0.050752
.dashboard { display: flow-root; background: linear-gradient(-10deg, #fcd3b4, #fdf1e8, #bbdff1, #BEE7FD); height: 100vh; } .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: 0px; margin-left: 0px; } .dashboard .image { flex: 1 1 ...
public/css/cleaner_welcome.css
.dashboard { display: flow-root; background: linear-gradient(-10deg, #fcd3b4, #fdf1e8, #bbdff1, #BEE7FD); height: 100vh; } .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: 0px; margin-left: 0px; } .dashboard .image { flex: 1 1 ...
0.569134
0.116789
* { font-family: 'Roboto', sans-serif; font-size: 14px; } html { background: #f9f9f9; } a, a[ng-click], .show-profile { color: #ff4d79; cursor: pointer; text-decoration: underline; } a:active, a:hover, a[ng-click]:active, a[ng-click]:hover, .show-profile:active, .show-profile:hover { color: #d6626d; } h1 { ...
public/assets/css/admin.css
* { font-family: 'Roboto', sans-serif; font-size: 14px; } html { background: #f9f9f9; } a, a[ng-click], .show-profile { color: #ff4d79; cursor: pointer; text-decoration: underline; } a:active, a:hover, a[ng-click]:active, a[ng-click]:hover, .show-profile:active, .show-profile:hover { color: #d6626d; } h1 { ...
0.261048
0.096919
@font-face { font-family: 'icomoon'; src: url('../font/icomoon.eot?l0iets'); src: url('../font/icomoon.eot?l0iets#iefix') format('embedded-opentype'), url('../font/icomoon.ttf?l0iets') format('truetype'), url('../font/icomoon.woff?l0iets') format('woff'), url('../font/icomoon.svg?l0iets#icomoon') fo...
client/public/css/i.css
@font-face { font-family: 'icomoon'; src: url('../font/icomoon.eot?l0iets'); src: url('../font/icomoon.eot?l0iets#iefix') format('embedded-opentype'), url('../font/icomoon.ttf?l0iets') format('truetype'), url('../font/icomoon.woff?l0iets') format('woff'), url('../font/icomoon.svg?l0iets#icomoon') fo...
0.257205
0.14445
/* ######################## Font ######################## */ @font-face { font-family: 'UTM Avo'; src: url('../../fonts/UTM%20Avo/utm_avo-webfont.eot'); src: url('../../fonts/UTM%20Avo/utm_avo-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../../fonts/UTM%20Avo/u...
public/frontend/templates/frontend/resources/library/css/reset.css
/* ######################## Font ######################## */ @font-face { font-family: 'UTM Avo'; src: url('../../fonts/UTM%20Avo/utm_avo-webfont.eot'); src: url('../../fonts/UTM%20Avo/utm_avo-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../../fonts/UTM%20Avo/u...
0.1712
0.051154
.b2 { border-width: 2px; } h2 a:hover { text-decoration: none; } .social-buttons { position: absolute; top: 1rem; left: 1rem; } .semibold { font-weight: 600; } .muted { opacity: .3; } .btn-small.btn-square { padding: .25rem .3rem; } .custom-track-bg::-webkit-slider-runnable-track { background-c...
src/index.css
.b2 { border-width: 2px; } h2 a:hover { text-decoration: none; } .social-buttons { position: absolute; top: 1rem; left: 1rem; } .semibold { font-weight: 600; } .muted { opacity: .3; } .btn-small.btn-square { padding: .25rem .3rem; } .custom-track-bg::-webkit-slider-runnable-track { background-c...
0.371251
0.141341
.seperator { text-align: center; margin: 1% auto; border-bottom: 1px solid black; } .seperator a{ font-size: 1.2rem; color: darkblue; cursor: pointer; text-decoration: underline; } .seperator a:hover{ opacity: 0.7; } .home-button { width: 10%; margin: 0 auto; margin-top: ...
src/components/onboarding/onboarding.css
.seperator { text-align: center; margin: 1% auto; border-bottom: 1px solid black; } .seperator a{ font-size: 1.2rem; color: darkblue; cursor: pointer; text-decoration: underline; } .seperator a:hover{ opacity: 0.7; } .home-button { width: 10%; margin: 0 auto; margin-top: ...
0.616936
0.165559
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"); } @font-face { font-family: 'Inter'; font-style: italic; font-weight: 400; font-display: sw...
client/src/containers/App.css
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"); } @font-face { font-family: 'Inter'; font-style: italic; font-weight: 400; font-display: sw...
0.283682
0.050237
html { height: 100%; font-family: sans-serif; color: #333; text-shadow: 0 1px white; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } h1 { font: normal 34px/300px sans-serif; text-align:...
demo/align-guides.css
html { height: 100%; font-family: sans-serif; color: #333; text-shadow: 0 1px white; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } h1 { font: normal 34px/300px sans-serif; text-align:...
0.511229
0.101857
html, body { margin: 0; padding: 0; height: 100%; width: 100%; color: #585858; border: 0; } .icontainer { font-size: 18px; background: #fafafa; display: flex; justify-content: center; align-items: center; height: 100%; } .box { background: #ffffff; max-width: 1250px; margin: 20px; disp...
src/home.css
html, body { margin: 0; padding: 0; height: 100%; width: 100%; color: #585858; border: 0; } .icontainer { font-size: 18px; background: #fafafa; display: flex; justify-content: center; align-items: center; height: 100%; } .box { background: #ffffff; max-width: 1250px; margin: 20px; disp...
0.453746
0.069164
body { margin: 0px; padding: 0px; font-family:"Arial"; overflow-x:hidden; } img { position: absolute; display: block; margin: 0px; border: none; padding: 0px; } div { position: absolute; } #content-container { display: table; position: relative; width: 100%; height: 100%; margin-left: auto; margin-right: auto; } #...
Common Workspace/Website Prototype/assets/css/wellbeing_page.css
body { margin: 0px; padding: 0px; font-family:"Arial"; overflow-x:hidden; } img { position: absolute; display: block; margin: 0px; border: none; padding: 0px; } div { position: absolute; } #content-container { display: table; position: relative; width: 100%; height: 100%; margin-left: auto; margin-right: auto; } #...
0.315209
0.109801
body { overflow-y: scroll; margin: 0; padding: 0 0 3em 0; text-align: center; background-color: white; font-family: 'Open Sans', 'Verdana', 'Dejavu sans', sans-serif; font-size: 11pt; } h1, h2, h3 { font-weight: normal; font-family: 'Ubuntu', sans-serif; } h2 { font-size: 1.5em; } h3 { font-size: 1.17e...
public_html/media/css/core.css
body { overflow-y: scroll; margin: 0; padding: 0 0 3em 0; text-align: center; background-color: white; font-family: 'Open Sans', 'Verdana', 'Dejavu sans', sans-serif; font-size: 11pt; } h1, h2, h3 { font-weight: normal; font-family: 'Ubuntu', sans-serif; } h2 { font-size: 1.5em; } h3 { font-size: 1.17e...
0.321673
0.086942
:root { --main-font: 'Raleway'; --alternate-font: sans-serif; --font-size: 16px; --line-height: 1.6; --main-color: rgb(217, 0, 98); --main-modal-color: rgb(217, 0, 98, .75); --second-color: rgb(20, 25, 45); --second-modal-color: rgba(20, 25, 45, .75); --alternate-color: rgb(80, 20, ...
css/style.css
:root { --main-font: 'Raleway'; --alternate-font: sans-serif; --font-size: 16px; --line-height: 1.6; --main-color: rgb(217, 0, 98); --main-modal-color: rgb(217, 0, 98, .75); --second-color: rgb(20, 25, 45); --second-modal-color: rgba(20, 25, 45, .75); --alternate-color: rgb(80, 20, ...
0.448909
0.088978
/* thẻ body */ body { width: 99%; height: 100%; background-color: rgba(85, 164, 246, 0.19); } /* thẻ header */ header { height: 50px; float: left; position: fixed; left: 0; top: 0; width: 100%; color: white; text-align: center; backgro...
splited/style.css
/* thẻ body */ body { width: 99%; height: 100%; background-color: rgba(85, 164, 246, 0.19); } /* thẻ header */ header { height: 50px; float: left; position: fixed; left: 0; top: 0; width: 100%; color: white; text-align: center; backgro...
0.344774
0.066025
@import url('https://fonts.googleapis.com/css?family=Inconsolata|Lato:300,400,700'); html, body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, pre { margin: 0; padding: 0; } html, body { min-height: 100%; } body { unset: all; color: #eee; font-family: 'Lato', sans-serif; font-size: 62.5%; padding:...
trytimeline.css
@import url('https://fonts.googleapis.com/css?family=Inconsolata|Lato:300,400,700'); html, body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, pre { margin: 0; padding: 0; } html, body { min-height: 100%; } body { unset: all; color: #eee; font-family: 'Lato', sans-serif; font-size: 62.5%; padding:...
0.40204
0.064535
td a{ color:darkblue; } td a:hover{ color:red; } @font-face { font-family: myFirstFont; src: url(MTCORSVA.woff); } #header{ font-family:myFirstFont; font-weight: bold; font-size: 25px; } #loginform { margin: 150px auto; width: 280px; } #loginform span { width: 100px; display: inline...
style.css
td a{ color:darkblue; } td a:hover{ color:red; } @font-face { font-family: myFirstFont; src: url(MTCORSVA.woff); } #header{ font-family:myFirstFont; font-weight: bold; font-size: 25px; } #loginform { margin: 150px auto; width: 280px; } #loginform span { width: 100px; display: inline...
0.29381
0.116764
@import url(normalize.css); /* 1. Globals */ html, body { width: 100%; height: 100%; } body { margin: 0 auto; font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', Arial, sans-serif; font-size: 18px; background-color: #fff; color: #444; } a { color: #4DB8DB; outline: none; } ...
content/themes/mots/assets/css/style.css
@import url(normalize.css); /* 1. Globals */ html, body { width: 100%; height: 100%; } body { margin: 0 auto; font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', Arial, sans-serif; font-size: 18px; background-color: #fff; color: #444; } a { color: #4DB8DB; outline: none; } ...
0.181408
0.040579
body{ margin: 0; padding: 0; border: 0; font-family: Arial, Helvetica, sans-serif; } :root{ --green:#8fe069; --blackGreen:#55aa2e; } li{ list-style-type: none; } .uppercase{ text-transform: uppercase; } /*header*/ header{ height: 5rem; background: var(--green); } header n...
public/css/style.css
body{ margin: 0; padding: 0; border: 0; font-family: Arial, Helvetica, sans-serif; } :root{ --green:#8fe069; --blackGreen:#55aa2e; } li{ list-style-type: none; } .uppercase{ text-transform: uppercase; } /*header*/ header{ height: 5rem; background: var(--green); } header n...
0.468547
0.06028
.node { width: 25px; height: 100%; outline: 1px solid rgb(175, 216, 248); display: inline-block; } .strike-through { color: red; text-decoration: line-through; } .node-finish { background-image: url("../../../images/circle.svg"); /*border: 1px solid rgb(175, 216, 248);*/ /*background-color: rgb(255,...
src/PathFinding/visualizer/Node/node.css
.node { width: 25px; height: 100%; outline: 1px solid rgb(175, 216, 248); display: inline-block; } .strike-through { color: red; text-decoration: line-through; } .node-finish { background-image: url("../../../images/circle.svg"); /*border: 1px solid rgb(175, 216, 248);*/ /*background-color: rgb(255,...
0.70069
0.119229
:root { --background-color: #1B1F2E; --background-light: #4B5475; --text-color: #DAE0E1; } * { box-sizing: border-box; font-family: sans-serif; padding: 0; margin: 0; } html, body { width: 100%; height: 100%; background-color: var(--background-color); } .selectHeader { width: 100%; height: 20...
styles.css
:root { --background-color: #1B1F2E; --background-light: #4B5475; --text-color: #DAE0E1; } * { box-sizing: border-box; font-family: sans-serif; padding: 0; margin: 0; } html, body { width: 100%; height: 100%; background-color: var(--background-color); } .selectHeader { width: 100%; height: 20...
0.395368
0.149718
* uMobile CSS is built with SASS: * http://sass-lang.com/ * On top of jQuery Mobile (jQM): * http://jquerymobile.com/ * jQM takes care of a lot of the basics. This CSS extends where needed. */ /* Imports --------------------------------------*/ /* Import other SASS files. Breakdown is simply for organization. */ ...
uportal-war/src/main/webapp/media/skins/muniversality/common/portal.css
* uMobile CSS is built with SASS: * http://sass-lang.com/ * On top of jQuery Mobile (jQM): * http://jquerymobile.com/ * jQM takes care of a lot of the basics. This CSS extends where needed. */ /* Imports --------------------------------------*/ /* Import other SASS files. Breakdown is simply for organization. */ ...
0.53048
0.065306
.emr-management-component { padding-top: 20px; margin-left: 60px; } .emr-management-component .value { margin-top: -4px; margin-left: 20px; } .emr-management-component .cell-positive { background-color: #53B700; width: 10px; height: 10px; border-radius: 50%; border: 1px solid; border-color: #53B70...
Frontend/src/components/EMRManagement/emrManagement.css
.emr-management-component { padding-top: 20px; margin-left: 60px; } .emr-management-component .value { margin-top: -4px; margin-left: 20px; } .emr-management-component .cell-positive { background-color: #53B700; width: 10px; height: 10px; border-radius: 50%; border: 1px solid; border-color: #53B70...
0.606149
0.120284
@charset "UTF-8"; #sectionETrans { padding: 30px 45px; min-height: calc(100vh - 306px); font-size: 20px; /* 標題 */ /* 取消&確定按鈕 */ } #sectionETrans #eTransTitle { text-align: center; font-size: 26px; margin-bottom: 30px; } #sectionETrans #eTransBlock { box-shadow: 0px 0px 20px 20px rgba(0, 0,...
dist/css/exchangeTrans.css
@charset "UTF-8"; #sectionETrans { padding: 30px 45px; min-height: calc(100vh - 306px); font-size: 20px; /* 標題 */ /* 取消&確定按鈕 */ } #sectionETrans #eTransTitle { text-align: center; font-size: 26px; margin-bottom: 30px; } #sectionETrans #eTransBlock { box-shadow: 0px 0px 20px 20px rgba(0, 0,...
0.208985
0.053034
:root{ --bg-color: #FEED00; --font-color: #1A181D; } /* ///////////////// Base /////////////// */ * { margin:0; padding:0; box-sizing:border-box; } html{ /* width:100%; */ /* height:100%; */ } body{ font-size:62.5%; font-family: Arial, Helvetica, sans-serif; } ul{ list-style: none; } /* ///////...
public/css/main.css
:root{ --bg-color: #FEED00; --font-color: #1A181D; } /* ///////////////// Base /////////////// */ * { margin:0; padding:0; box-sizing:border-box; } html{ /* width:100%; */ /* height:100%; */ } body{ font-size:62.5%; font-family: Arial, Helvetica, sans-serif; } ul{ list-style: none; } /* ///////...
0.273963
0.095139
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); .container { width: 100%; padding-right: var(--bs-gutter-x,.75rem); padding-left: var(--bs-gutter-x,.75rem); margin-right: 0; margin-left: 0; } .navbar{ display: flex; flex-wrap: inherit; align-items...
week_03/homework/main.css
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); .container { width: 100%; padding-right: var(--bs-gutter-x,.75rem); padding-left: var(--bs-gutter-x,.75rem); margin-right: 0; margin-left: 0; } .navbar{ display: flex; flex-wrap: inherit; align-items...
0.433262
0.076822
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Fonts # General Setting # Custom Settings # Form And Button # Heading Style # Pagination Style # Search Filter Style # Navigation Style Setting # First Home Page Banner Style Settings # Search form style # Banner Brand Carousel # ...
public/css/frontend_css/style.css
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Fonts # General Setting # Custom Settings # Form And Button # Heading Style # Pagination Style # Search Filter Style # Navigation Style Setting # First Home Page Banner Style Settings # Search form style # Banner Brand Carousel # ...
0.444565
0.053576
*{ margin: 0; padding: 0; } #outside{ width: 100%; min-height: 120vh; background-color: lavender; position: relative; } .head{ position: absolute; width: 100%; height: 40px; background-color: white; position: fixed; z-index: 3; border-bottom: 1px #ebebeb solid; di...
learn/cyt/20200113 - 20200119/jianshu/style.css
*{ margin: 0; padding: 0; } #outside{ width: 100%; min-height: 120vh; background-color: lavender; position: relative; } .head{ position: absolute; width: 100%; height: 40px; background-color: white; position: fixed; z-index: 3; border-bottom: 1px #ebebeb solid; di...
0.464902
0.075961
*::selection { background: #00C08B; } .homeWrapper { display: flex; justify-content: center; flex-direction: column; } .homeContainer { text-align: left; } .homeContainer h1 br { display: none; } .splashRight { border-left: 3px solid #e6e6e6; min-width: 150px; height: 365px; margin-top: 125px; ...
website/static/css/landing-page.css
*::selection { background: #00C08B; } .homeWrapper { display: flex; justify-content: center; flex-direction: column; } .homeContainer { text-align: left; } .homeContainer h1 br { display: none; } .splashRight { border-left: 3px solid #e6e6e6; min-width: 150px; height: 365px; margin-top: 125px; ...
0.619241
0.087213
.darkmode-layer, .darkmode-toggle { z-index: 500; } .darkmode--activated .blog_footer, .darkmode--activated .blog_copyright_wrapper { } @import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Montserrat:100,200,300,400,500,600,700,800,900'); body { margin: 0; font-family: "Lato", sans-serif; ...
css/style.css
.darkmode-layer, .darkmode-toggle { z-index: 500; } .darkmode--activated .blog_footer, .darkmode--activated .blog_copyright_wrapper { } @import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Montserrat:100,200,300,400,500,600,700,800,900'); body { margin: 0; font-family: "Lato", sans-serif; ...
0.382257
0.07971
.coordinatedImagePreviewControlContainer { position: fixed; bottom:15px; right:5px; z-index: 400; max-width: 500px; width: 50px; height: 42px; background:transparent; } .coordinatedImagePreviewControlMenuLink{ background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0; border-radius:...
src/coordinatedimagepreview.css
.coordinatedImagePreviewControlContainer { position: fixed; bottom:15px; right:5px; z-index: 400; max-width: 500px; width: 50px; height: 42px; background:transparent; } .coordinatedImagePreviewControlMenuLink{ background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0; border-radius:...
0.37605
0.181844
@CHARSET "UTF-8"; body { margin: 0; padding: 0; } #map { position: absolute; background-image: url("../img/back.PNG"); width: 100%; height: 100%; overflow: hidden; background-image: url("../img/back.PNG"); } .postion { position: absolute; top: 200px; right: 400px; width: 40px; heigh...
simoncat-cable-access-management/simoncat-cable-access-management-front/src/main/webapp/old/main-design.css
@CHARSET "UTF-8"; body { margin: 0; padding: 0; } #map { position: absolute; background-image: url("../img/back.PNG"); width: 100%; height: 100%; overflow: hidden; background-image: url("../img/back.PNG"); } .postion { position: absolute; top: 200px; right: 400px; width: 40px; heigh...
0.301362
0.04361
@import 'style.css'; @import 'home.css'; @import 'home-login.css'; .header-image{ background-image: url("../images/baby.jpg") ; height: 500px; background-size: cover; background-repeat: no-repeat; justify-content: center; align-items: center; } .header-image .overlay{ background:#00000061...
css/baby.css
@import 'style.css'; @import 'home.css'; @import 'home-login.css'; .header-image{ background-image: url("../images/baby.jpg") ; height: 500px; background-size: cover; background-repeat: no-repeat; justify-content: center; align-items: center; } .header-image .overlay{ background:#00000061...
0.226698
0.070464
body{font-family:"Microsoft YaHei","Verdana,Arial,sans-serif";text-align:center;padding:0; margin:0 auto;font-size:12px;color:#666;line-height:24px; background:#fff;} body > div{text-align:left;margin-right:auto;margin-left:auto;} div,form,ul,ol,li,span,dl,dt,dd{margin:0;padding:0;border:0;text-align:left;} img,...
public/static/admin/css/style-1.css
body{font-family:"Microsoft YaHei","Verdana,Arial,sans-serif";text-align:center;padding:0; margin:0 auto;font-size:12px;color:#666;line-height:24px; background:#fff;} body > div{text-align:left;margin-right:auto;margin-left:auto;} div,form,ul,ol,li,span,dl,dt,dd{margin:0;padding:0;border:0;text-align:left;} img,...
0.294418
0.077169
* { margin: 0px; padding: 0px; } body { background: linear-gradient(to top left, rgb(255, 206, 133) 65%, #FFF); background-attachment: fixed; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } main { wid...
style.css
* { margin: 0px; padding: 0px; } body { background: linear-gradient(to top left, rgb(255, 206, 133) 65%, #FFF); background-attachment: fixed; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } main { wid...
0.53607
0.181898
body { background-color: #ffffff; color: #3b3b3b; font-family: Tahoma, Arial, sans-serif; font-size: 10pt; line-height: 140% } h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000000; line-height: 100%; } .tocHeading { font-size:120%; font-weight:bold; } h1 { font-size: 200%; ...
reference/src/main/resources/jcr_root/static/clientlibs/reference/site.css
body { background-color: #ffffff; color: #3b3b3b; font-family: Tahoma, Arial, sans-serif; font-size: 10pt; line-height: 140% } h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000000; line-height: 100%; } .tocHeading { font-size:120%; font-weight:bold; } h1 { font-size: 200%; ...
0.480722
0.170819
[ Color codes ] [ Text and Background Color ] Main color 1: #1c93e5 Main color 2: #009688 Main color 3: #9c27b0 Main color 4: #ff4081 Background 1: #FFFFFF Background 2: #F6F6F6 S...
public/sassgen/assets/css/styles.css
[ Color codes ] [ Text and Background Color ] Main color 1: #1c93e5 Main color 2: #009688 Main color 3: #9c27b0 Main color 4: #ff4081 Background 1: #FFFFFF Background 2: #F6F6F6 S...
0.435902
0.13852
svg { clear: both; margin-top: 20px; margin-bottom: 20px; } text { stroke: none; font-family: 'Raleway'; font-size: 10px; } .line { fill: none; stroke: steelblue; stroke-width: 1.5px; } .chart_grid .tick { stroke: lightgrey; opacity: 0.7; } .chart_grid path { stroke-...
glasseye/demo/css/GlasseyeCharts.css
svg { clear: both; margin-top: 20px; margin-bottom: 20px; } text { stroke: none; font-family: 'Raleway'; font-size: 10px; } .line { fill: none; stroke: steelblue; stroke-width: 1.5px; } .chart_grid .tick { stroke: lightgrey; opacity: 0.7; } .chart_grid path { stroke-...
0.504394
0.146484
.mymove { -webkit-animation: movebg 5s infinite; /* Safari 4+ */ -moz-animation: movebg 5s infinite; /* Fx 5+ */ -o-animation: movebg 5s infinite; /* Opera 12+ */ animation: movebg 5s infinite; /* IE 10+, Fx 29+ */ } .slide-box { float: left; width: 100%; position: relative; } .slide-box .overla...
public/sass/slider.css
.mymove { -webkit-animation: movebg 5s infinite; /* Safari 4+ */ -moz-animation: movebg 5s infinite; /* Fx 5+ */ -o-animation: movebg 5s infinite; /* Opera 12+ */ animation: movebg 5s infinite; /* IE 10+, Fx 29+ */ } .slide-box { float: left; width: 100%; position: relative; } .slide-box .overla...
0.443359
0.072243
.header-topbar { background-color: #000000; display: inline-block; vertical-align: middle; width: 100%; font-size: 13px; font-weight: 500; } .header-topbar .border { border-bottom: 1px solid #333333; } .header-topbar p { margin: 9px 0; } .header-topbar p span { margin-right: 10px; } ...
resources/views/mockup/80s-mod/assets/css/header.css
.header-topbar { background-color: #000000; display: inline-block; vertical-align: middle; width: 100%; font-size: 13px; font-weight: 500; } .header-topbar .border { border-bottom: 1px solid #333333; } .header-topbar p { margin: 9px 0; } .header-topbar p span { margin-right: 10px; } ...
0.414425
0.075075
body { overflow-x: hidden; } .product_bigImg { background-image: url("../img/VI/VI_GA.png"); background-repeat: no-repeat; background-size: cover; background-position: 50% 100%; height: 50vh; } .GA_title { background: #7165A7; width: 18%; /* height: 35px; */ pos...
css/product_page.css
body { overflow-x: hidden; } .product_bigImg { background-image: url("../img/VI/VI_GA.png"); background-repeat: no-repeat; background-size: cover; background-position: 50% 100%; height: 50vh; } .GA_title { background: #7165A7; width: 18%; /* height: 35px; */ pos...
0.397003
0.063366
body { margin: 0 0 0 0; } #edit-pane { position: fixed; top: 0; width: 50%; height: 100%; font-size: 16px; } #edit-pane #controls { position: absolute; right: 10px; top: 0; z-index: 1; margin: 5px 5px 0 0; } #edit-pane #controls a { -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-sha...
static/css/index.css
body { margin: 0 0 0 0; } #edit-pane { position: fixed; top: 0; width: 50%; height: 100%; font-size: 16px; } #edit-pane #controls { position: absolute; right: 10px; top: 0; z-index: 1; margin: 5px 5px 0 0; } #edit-pane #controls a { -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-sha...
0.273477
0.122786
*{ margin:0; padding:0; box-sizing: border-box; } html{ scroll-behavior:smooth; } .pantalla{ width:100%; height:100vh; color:white; text-align:center; font-size:2em; display: flex; justify-content: center; align-items: center; } #uno{ background-color:#6E2C00; } #dos{ background-color:#A04...
indexfotos.css
*{ margin:0; padding:0; box-sizing: border-box; } html{ scroll-behavior:smooth; } .pantalla{ width:100%; height:100vh; color:white; text-align:center; font-size:2em; display: flex; justify-content: center; align-items: center; } #uno{ background-color:#6E2C00; } #dos{ background-color:#A04...
0.259075
0.066782
.blockinp{ margin-top: 7%; margin-bottom: 5%; } .blockinp2{ margin-bottom: 5%; } .blockinp3{ margin-bottom: 5%; } .btne{ margin-left: 36%; } @media only screen and (max-width: 1440px) { img { width: 100%; height: 51px; } .input{ margin-bot...
public/custom/css/ModifProfil.css
.blockinp{ margin-top: 7%; margin-bottom: 5%; } .blockinp2{ margin-bottom: 5%; } .blockinp3{ margin-bottom: 5%; } .btne{ margin-left: 36%; } @media only screen and (max-width: 1440px) { img { width: 100%; height: 51px; } .input{ margin-bot...
0.450359
0.111483
body { font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #515158; background: #f0f0f0; overflow: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; text-shadow: rgba(0,0,0,.01) 0 0 1px; } .btn{ ...
css/style.css
body { font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #515158; background: #f0f0f0; overflow: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; text-shadow: rgba(0,0,0,.01) 0 0 1px; } .btn{ ...
0.463687
0.089654
.header{ padding: 30px 80px; font-weight: 300; font-size: 18px; background-color: #24ad7f; background-size: cover; background-image: url('../images/breadcrumbs-bar-bg.jpg'); color: #fff; line-height: 60px; } .header h1{ text-shadow: -3px 3px 0 rgba(0,0,0,.1); } .breadcrumbs{ font...
public/static/index/css/news.css
.header{ padding: 30px 80px; font-weight: 300; font-size: 18px; background-color: #24ad7f; background-size: cover; background-image: url('../images/breadcrumbs-bar-bg.jpg'); color: #fff; line-height: 60px; } .header h1{ text-shadow: -3px 3px 0 rgba(0,0,0,.1); } .breadcrumbs{ font...
0.345657
0.069289
.form{ position:relative; width:500px; height:600px; padding-left: 20px; padding-top: 15px; background-color:#e5dfcd; border-radius: 20px; margin:auto; } input[type=text],[type=email]{ width:470px; height:35px; font: 14px normal normal uppercase helvetica, arial, serif; } textarea{ wid...
style.css
.form{ position:relative; width:500px; height:600px; padding-left: 20px; padding-top: 15px; background-color:#e5dfcd; border-radius: 20px; margin:auto; } input[type=text],[type=email]{ width:470px; height:35px; font: 14px normal normal uppercase helvetica, arial, serif; } textarea{ wid...
0.285472
0.055081
body { width:100%; margin:0px; background-color:white; min-width:90%; font-family:Lato; } .main { padding: 2.0661157024793388429752066115702%; border:7px solid rgb(4,43,79 ); } .gridbox { margin-bottom: 2.0242914979757085020242914979757%; margin-right: 2.0242914979757085020242914979757%; flo...
EsferaTercero/head/estilosn6.css
body { width:100%; margin:0px; background-color:white; min-width:90%; font-family:Lato; } .main { padding: 2.0661157024793388429752066115702%; border:7px solid rgb(4,43,79 ); } .gridbox { margin-bottom: 2.0242914979757085020242914979757%; margin-right: 2.0242914979757085020242914979757%; flo...
0.337094
0.145813
:root { --primary: #06A3DA; --secondary: #34AD54; --light: #EEF9FF; --dark: #091E3E; } /*** Spinner ***/ .spinner { width: 40px; height: 40px; background: var(--primary); margin: 100px auto; -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out; animation: sk-rotateplane ...
public/user/css/style.css
:root { --primary: #06A3DA; --secondary: #34AD54; --light: #EEF9FF; --dark: #091E3E; } /*** Spinner ***/ .spinner { width: 40px; height: 40px; background: var(--primary); margin: 100px auto; -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out; animation: sk-rotateplane ...
0.622345
0.151969
body { font-family: 'Open Sans', sans-serif; } .fb-profile img.fb-image-lg { z-index: 0; width: 100%; margin-bottom: 10px; } .fb-image-profile { margin: -90px 10px 20px 80px; z-index: 9; width: 20%; } /* Tabs panel */ .tabbable-panel { /*border:1px solid #eee;*/ padding: 10px; } /* Default mode */...
public/css/perfil/index.css
body { font-family: 'Open Sans', sans-serif; } .fb-profile img.fb-image-lg { z-index: 0; width: 100%; margin-bottom: 10px; } .fb-image-profile { margin: -90px 10px 20px 80px; z-index: 9; width: 20%; } /* Tabs panel */ .tabbable-panel { /*border:1px solid #eee;*/ padding: 10px; } /* Default mode */...
0.33644
0.076615
*, :before, :after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row::after { content: ""; clear: both; display: table; } [class*="col-"] { float: left; padding: 15px; } .col-1 { width: 16.66%; } @import url(https://fonts.googleapis.com...
Barista_Module/css/styles.css
*, :before, :after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row::after { content: ""; clear: both; display: table; } [class*="col-"] { float: left; padding: 15px; } .col-1 { width: 16.66%; } @import url(https://fonts.googleapis.com...
0.438304
0.120698
body { font-family: monospace; background-color: #282c34; color: white; text-align: center; /* justify-content: center; */ align-items: center } /* AM/PM */ input[type=time]::-webkit-datetime-edit-ampm-field { background-color: #7155d3; border-radius: 15%; color: #fff; padding: 19px 13px; } #lbl...
public/styles/App.css
body { font-family: monospace; background-color: #282c34; color: white; text-align: center; /* justify-content: center; */ align-items: center } /* AM/PM */ input[type=time]::-webkit-datetime-edit-ampm-field { background-color: #7155d3; border-radius: 15%; color: #fff; padding: 19px 13px; } #lbl...
0.373533
0.083068