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
@-moz-document url-prefix("https://musi.sh/") { /* Adapted from Austin Barrett's Musish OLED Black Style from https://userstyles.org/styles/172037/musish-oled-black */ /* main content */ body { background: #000; } body, #app-root { background: #000 !important; color: #bbb !important; scrollb...
data/usercss/174093.user.css
@-moz-document url-prefix("https://musi.sh/") { /* Adapted from Austin Barrett's Musish OLED Black Style from https://userstyles.org/styles/172037/musish-oled-black */ /* main content */ body { background: #000; } body, #app-root { background: #000 !important; color: #bbb !important; scrollb...
0.289573
0.047338
ul.hSearchNavigation { height: 30px; clear: both; overflow: hidden; position: relative; } ul.hSearchNavigation, ul.hSearchNavigation ul { margin: 0; padding: 0; list-style: none; } li.hSearchPreviousPage { position: absolute; left: 0; top: 0; } li.hSearchNextPage...
hSearch/hSearch.css
ul.hSearchNavigation { height: 30px; clear: both; overflow: hidden; position: relative; } ul.hSearchNavigation, ul.hSearchNavigation ul { margin: 0; padding: 0; list-style: none; } li.hSearchPreviousPage { position: absolute; left: 0; top: 0; } li.hSearchNextPage...
0.437583
0.055926
* { margin: 0; padding: 0; text-decoration: none; list-style: none; } body { min-height: 100vh; background: linear-gradient(125deg,#34495e,#2ecc71); } .container { max-width: 1000px; margin: auto; padding: 40px; display: flex; flex-wrap: wrap; } .pricing-table { background: #f1f1f1; flex: 1; ...
15-PricingTable/style.css
* { margin: 0; padding: 0; text-decoration: none; list-style: none; } body { min-height: 100vh; background: linear-gradient(125deg,#34495e,#2ecc71); } .container { max-width: 1000px; margin: auto; padding: 40px; display: flex; flex-wrap: wrap; } .pricing-table { background: #f1f1f1; flex: 1; ...
0.486088
0.096877
@charset "utf-8"; *{ padding:0; margin:0; font-family:'Microsoft YaHei'; text-decoration:none; border:none; list-style:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body{...
static/style/style.css
@charset "utf-8"; *{ padding:0; margin:0; font-family:'Microsoft YaHei'; text-decoration:none; border:none; list-style:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body{...
0.189034
0.0402
.detailBtn { display: inline-block; margin-top: 4px; padding: 6px 20px; background: transparent; color: #eb592d; text-decoration: underline; transition: 0.2s; } .detailBtn:hover { color: #e2937a; text-decoration: underline; } #scrollUp { padding: 0 6px; line-height: 36px; right: 12px; bottom...
css/my-custom.css
.detailBtn { display: inline-block; margin-top: 4px; padding: 6px 20px; background: transparent; color: #eb592d; text-decoration: underline; transition: 0.2s; } .detailBtn:hover { color: #e2937a; text-decoration: underline; } #scrollUp { padding: 0 6px; line-height: 36px; right: 12px; bottom...
0.304972
0.068009
body { color: #8f9b86; font-family: "Arvo", "Roboto Slab", "Open Sans", sans-serif; font-size: 16px; line-height: 2; font-weight: 300; } address { font-style: normal; } h1, h2, h3, h4, h5, h6 { line-height: normal; } @media screen and (max-width: 990px) { .container { padding: 0 30px !important; ...
style.css
body { color: #8f9b86; font-family: "Arvo", "Roboto Slab", "Open Sans", sans-serif; font-size: 16px; line-height: 2; font-weight: 300; } address { font-style: normal; } h1, h2, h3, h4, h5, h6 { line-height: normal; } @media screen and (max-width: 990px) { .container { padding: 0 30px !important; ...
0.4436
0.099777
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800"; *{ box-sizing: border-box; line-height: 1em; font-style: normal; font-family: 'Montserrat', sans-serif; outline: 0; } body, html { height: 100%; min-height: 100%; position: relative; } body{ ba...
css/style.css
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800"; *{ box-sizing: border-box; line-height: 1em; font-style: normal; font-family: 'Montserrat', sans-serif; outline: 0; } body, html { height: 100%; min-height: 100%; position: relative; } body{ ba...
0.267217
0.065306
@media only screen and (max-width: 1400px) {} @media only screen and (max-width: 1300px) {} @media only screen and (max-width: 1200px) {} @media only screen and (max-width: 1200px) and (min-width: 992px) { .main-menu li { margin-right: 10px; } .main-menu li a { font-size: 13px; } .social-links { ...
media/css/responsive.css
@media only screen and (max-width: 1400px) {} @media only screen and (max-width: 1300px) {} @media only screen and (max-width: 1200px) {} @media only screen and (max-width: 1200px) and (min-width: 992px) { .main-menu li { margin-right: 10px; } .main-menu li a { font-size: 13px; } .social-links { ...
0.194215
0.055285
.App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 40vmin; pointer-events: none; } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2...
frontend/manthano-app/src/App.css
.App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 40vmin; pointer-events: none; } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2...
0.453746
0.091911
@font-face { font-family: 'Vintage Deco'; src: url('VintageDeco.eot'); src: local('Vintage Deco'), local('VintageDeco'), url('VintageDeco.eot?#iefix') format('embedded-opentype'), url('VintageDeco.woff2') format('woff2'), url('VintageDeco.woff') format('woff'), url('VintageDe...
fonts/vintageDeco/stylesheet.css
@font-face { font-family: 'Vintage Deco'; src: url('VintageDeco.eot'); src: local('Vintage Deco'), local('VintageDeco'), url('VintageDeco.eot?#iefix') format('embedded-opentype'), url('VintageDeco.woff2') format('woff2'), url('VintageDeco.woff') format('woff'), url('VintageDe...
0.388618
0.090695
.scroll-wrapper { overflow: hidden !important; padding: 0 !important; position: relative; } .scroll-wrapper > .scroll-content { border: none !important; box-sizing: content-box !important; height: auto; left: 0; margin: 0; max-height: none; max-width: none !important; ove...
public/web/libs/scrollbar/jquery.scrollbar.css
.scroll-wrapper { overflow: hidden !important; padding: 0 !important; position: relative; } .scroll-wrapper > .scroll-content { border: none !important; box-sizing: content-box !important; height: auto; left: 0; margin: 0; max-height: none; max-width: none !important; ove...
0.270384
0.04075
@font-face { font-family: "owl-icon"; src: url("iconfont.eot?t=1595325605633"); /* IE9 */ src: url("iconfont.woff?t=1595325605633") format("woff"), url("iconfont.ttf?t=1595325605633") format("truetype"); } .owl-icon { font-family: "owl-icon" !important; font-size: 16px; font-style: normal; ...
src/style/iconfont/iconfont.css
@font-face { font-family: "owl-icon"; src: url("iconfont.eot?t=1595325605633"); /* IE9 */ src: url("iconfont.woff?t=1595325605633") format("woff"), url("iconfont.ttf?t=1595325605633") format("truetype"); } .owl-icon { font-family: "owl-icon" !important; font-size: 16px; font-style: normal; ...
0.408867
0.101056
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"; @import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap"; /* Box sizing rules */ *, *::before, *::after { box-sizing: border-box; } /* Remove default margin */ body, h1, h2, h3, h4, p, figure, bl...
dist/index.2f8be8e5.css
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"; @import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap"; /* Box sizing rules */ *, *::before, *::after { box-sizing: border-box; } /* Remove default margin */ body, h1, h2, h3, h4, p, figure, bl...
0.519278
0.112405
@font-face{ font-family: 'New-Oswald'; src: url('../fonts/Oswald/Oswald-Regular.eot'); src: url('../fonts/Oswald/Oswald-Regular.eot?iefix') format('eot'), url('../fonts/Oswald/Oswald-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face{ font-family: 'Monts...
web/css/view.css
@font-face{ font-family: 'New-Oswald'; src: url('../fonts/Oswald/Oswald-Regular.eot'); src: url('../fonts/Oswald/Oswald-Regular.eot?iefix') format('eot'), url('../fonts/Oswald/Oswald-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face{ font-family: 'Monts...
0.336767
0.079782
* { margin: 0; padding: 0; } a:active, a:hover, a:focus { outline: none; } img { border: none; } input, button, textarea, input:active, input:focus, textarea:active, textarea:focus, button:focus, button:active { outline: none !important; -webkit-appearance: none; } .calc-wrapper { width: 100%; min-width...
public/css/style.css
* { margin: 0; padding: 0; } a:active, a:hover, a:focus { outline: none; } img { border: none; } input, button, textarea, input:active, input:focus, textarea:active, textarea:focus, button:focus, button:active { outline: none !important; -webkit-appearance: none; } .calc-wrapper { width: 100%; min-width...
0.312895
0.059976
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.guardiannews.com"), domain("www.guardian.co.uk"),domain("guardiannews.com"), domain("guardian.co.uk") { #wrapper { font-size: 1.3em !important; line-height: 1.2 !important; color: #686868 !important; width: 1100px !i...
data/usercss/89641.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.guardiannews.com"), domain("www.guardian.co.uk"),domain("guardiannews.com"), domain("guardian.co.uk") { #wrapper { font-size: 1.3em !important; line-height: 1.2 !important; color: #686868 !important; width: 1100px !i...
0.161816
0.132571
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, font, 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, ...
public/wallet/static/css/global.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, font, 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, ...
0.251924
0.065306
.Admin_Horizontal_Menu_Bar { display: flex; border-bottom: 5px #3366ff solid; } .Admin_Horizontal_Menu_Item { width: fit-content; padding-right: 20px; padding-left: 20px; font-family: "Barlow Condensed", "san-serif"; font-style: normal; font-weight: 400; font-size: 20px; display...
src/components/AdminMenu/AdminMenu.css
.Admin_Horizontal_Menu_Bar { display: flex; border-bottom: 5px #3366ff solid; } .Admin_Horizontal_Menu_Item { width: fit-content; padding-right: 20px; padding-left: 20px; font-family: "Barlow Condensed", "san-serif"; font-style: normal; font-weight: 400; font-size: 20px; display...
0.368974
0.072834
body * {font-family:'Montserrat', sans-serif!important;} .fa, .fas {font-family: 'Font Awesome 5 Free'!important;font-weight: 900;} .fab {font-family: 'Font Awesome 5 Brands'!important;} #locate{background:#ED1E23;width: 100%;height: 40px;max-width:40px;line-height: 40px;text-align: center;font-size: 18px;color: #...
custom.css
body * {font-family:'Montserrat', sans-serif!important;} .fa, .fas {font-family: 'Font Awesome 5 Free'!important;font-weight: 900;} .fab {font-family: 'Font Awesome 5 Brands'!important;} #locate{background:#ED1E23;width: 100%;height: 40px;max-width:40px;line-height: 40px;text-align: center;font-size: 18px;color: #...
0.15109
0.0367
.container { overflow: auto; position: relative; /* Required for footer to be positioned always at the bottom of the page */ min-height: 100%; /* Required for footer to be positioned always at the bottom of the page */ } /* NOTE: all property sizes for elements within the header are expressed in...
css/main.css
.container { overflow: auto; position: relative; /* Required for footer to be positioned always at the bottom of the page */ min-height: 100%; /* Required for footer to be positioned always at the bottom of the page */ } /* NOTE: all property sizes for elements within the header are expressed in...
0.403567
0.151969
body{ background-image: url(/images/img2.jpg); background-size: cover; font-family: -apple-system, BlinkMacSystemFont, sans-serif; text-align: center; color: navy; } #app{ display: grid; grid-template-columns: 100%; justify-content: center; font-size: 20px; font-family: 'Oswald'...
website/style.css
body{ background-image: url(/images/img2.jpg); background-size: cover; font-family: -apple-system, BlinkMacSystemFont, sans-serif; text-align: center; color: navy; } #app{ display: grid; grid-template-columns: 100%; justify-content: center; font-size: 20px; font-family: 'Oswald'...
0.267217
0.087369
@CHARSET "UTF-8"; html body { height: 100%; } .left-bar { background: #2196F3; min-height: 100%; padding-bottom: 32px; padding-top: 16px; } .search-bar { height: 110px; } .barnar { height: 100px; } .barnar a.barnar-title { line-height: 50px; /* font-siz...
FrankSiteAssets/WebRoot/assets/css/index.css
@CHARSET "UTF-8"; html body { height: 100%; } .left-bar { background: #2196F3; min-height: 100%; padding-bottom: 32px; padding-top: 16px; } .search-bar { height: 110px; } .barnar { height: 100px; } .barnar a.barnar-title { line-height: 50px; /* font-siz...
0.294519
0.064801
a.ui-button.ui-state-default { color: #eee; font-weight: 700; border: 1px solid #666; font-size: 1em; background-image: linear-gradient(#555, #666); background-image: -ms-linear-gradient(#555, #666); background-image: -o-linear-gradient(#555, #666); font-family: 'Segoe UI', 'Arial', sans-serif; } a.ui-...
web/css/jquery-ui-override.css
a.ui-button.ui-state-default { color: #eee; font-weight: 700; border: 1px solid #666; font-size: 1em; background-image: linear-gradient(#555, #666); background-image: -ms-linear-gradient(#555, #666); background-image: -o-linear-gradient(#555, #666); font-family: 'Segoe UI', 'Arial', sans-serif; } a.ui-...
0.344333
0.060059
:root { --container-paddding: 20px; --input-padding-vertical: 6px; --input-padding-horizontal: 4px; --input-margin-vertical: 4px; --input-margin-horizontal: 0; } html, body { height: 100%; min-height: 100%; padding: 0; margin: 0; } ol, ul { padding-left: var(--container-paddding); } body > *, form > * { m...
media/vscode.css
:root { --container-paddding: 20px; --input-padding-vertical: 6px; --input-padding-horizontal: 4px; --input-margin-vertical: 4px; --input-margin-horizontal: 0; } html, body { height: 100%; min-height: 100%; padding: 0; margin: 0; } ol, ul { padding-left: var(--container-paddding); } body > *, form > * { m...
0.439747
0.102484
@charset "UTF-8"; /** * Copyright (c) 2016 Uncharted Software Inc. * http://www.uncharted.software/ * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including with...
lib/@uncharted/strippets/example/strippets.css
@charset "UTF-8"; /** * Copyright (c) 2016 Uncharted Software Inc. * http://www.uncharted.software/ * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including with...
0.851336
0.073663
html, body { min-height: 100%; display: flex; flex-direction: column; font-weight: 300; line-height: 1.5; } body { font-family: 'Lato', sans-serif; background-image: url("https://www.freesoundslibrary.com/wp-content/uploads/2018/03/horror-background-noise.jpg"),url(""); background-position...
style.css
html, body { min-height: 100%; display: flex; flex-direction: column; font-weight: 300; line-height: 1.5; } body { font-family: 'Lato', sans-serif; background-image: url("https://www.freesoundslibrary.com/wp-content/uploads/2018/03/horror-background-noise.jpg"),url(""); background-position...
0.373647
0.058615
@import '../node_modules/animate.css/animate.min.css'; /* general */ .wrap { position: relative; } .clickable { cursor: pointer; pointer-events: auto; } .unclickable { pointer-events: none; } .font-white { color: #fff; } .container { width: 80vw; height: 80vw; position: relative; text-align: center; ...
src/App.css
@import '../node_modules/animate.css/animate.min.css'; /* general */ .wrap { position: relative; } .clickable { cursor: pointer; pointer-events: auto; } .unclickable { pointer-events: none; } .font-white { color: #fff; } .container { width: 80vw; height: 80vw; position: relative; text-align: center; ...
0.363534
0.053899
.input { background-color: var(--bg-alt); border: black 2px solid; color: black; cursor: pointer; text-align: left; border-radius: var(--border-radius); font-size: 1.4em; padding: 8px 12px; transition: 0.3s color, 0.3s border; outline: none; } .input:focus { border: var(--ac...
src/setup/public/css/style.css
.input { background-color: var(--bg-alt); border: black 2px solid; color: black; cursor: pointer; text-align: left; border-radius: var(--border-radius); font-size: 1.4em; padding: 8px 12px; transition: 0.3s color, 0.3s border; outline: none; } .input:focus { border: var(--ac...
0.491944
0.22378
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif; font-family: 'Open Sans', sans-serif; } header{ position: fixed; top: 0; z-index: 1000; background-color: #343A40; width: 100%; display: flex; flex-flow: row wrap; align-items: center...
assets/css/seller.css
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif; font-family: 'Open Sans', sans-serif; } header{ position: fixed; top: 0; z-index: 1000; background-color: #343A40; width: 100%; display: flex; flex-flow: row wrap; align-items: center...
0.348202
0.07393
.form-group .form-control, form input, .input-group-addon { border-radius: 0 !important; } .form-group .form-control:focus, form input:focus, .input-group-addon:focus { border-color: #ced4da; } .form-inline .form-group { margin-bottom: 15px; } input[type=checkbox], input[type=radio] { float: left; m...
public/css/forms/forms.css
.form-group .form-control, form input, .input-group-addon { border-radius: 0 !important; } .form-group .form-control:focus, form input:focus, .input-group-addon:focus { border-color: #ced4da; } .form-inline .form-group { margin-bottom: 15px; } input[type=checkbox], input[type=radio] { float: left; m...
0.41324
0.059456
p.tribe-events-back { display:none; } /* Main template */ #tribe-events-pg-template, .events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop { max-width:none; } .tribe-events-day .tribe-events-day-time-slot .vevent { marg...
assets/frontend/wp-content/themes/citygov/css/plugin.tribe-events.css
p.tribe-events-back { display:none; } /* Main template */ #tribe-events-pg-template, .events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop { max-width:none; } .tribe-events-day .tribe-events-day-time-slot .vevent { marg...
0.331769
0.07946
body { font-size: 14px; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; } #wrap { width: 100%; margin: 0 auto; padding: 0 auto; } #external-events { float: left; width: 250px; padding: 0 10px; border: 1px solid #ccc; background: #eee; text-align: left; ...
public/assets/fullcalendar/css/style.css
body { font-size: 14px; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; } #wrap { width: 100%; margin: 0 auto; padding: 0 auto; } #external-events { float: left; width: 250px; padding: 0 10px; border: 1px solid #ccc; background: #eee; text-align: left; ...
0.467332
0.121165
@media screen and (min-device-width : 375px) and (max-device-width : 667px) { body { background-image: url(../images/bodybackground.png); } #shortSlider{ left:0; width: 100%; height: 6.93vw; background-color: #555555; font-family: 'Source Sans Pro'; color: #ffffff; position: ab...
css/chromeItems.css
@media screen and (min-device-width : 375px) and (max-device-width : 667px) { body { background-image: url(../images/bodybackground.png); } #shortSlider{ left:0; width: 100%; height: 6.93vw; background-color: #555555; font-family: 'Source Sans Pro'; color: #ffffff; position: ab...
0.446977
0.060502
body { font-family: "Roboto",Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 400; line-height: 1.8; color: #565656; background: url("../images/jockeyclub_color.jpg"); height: 100%; background-attachment: fixed; background-position: center; background-repeat: no-repeat; ...
public/css/front.css
body { font-family: "Roboto",Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 400; line-height: 1.8; color: #565656; background: url("../images/jockeyclub_color.jpg"); height: 100%; background-attachment: fixed; background-position: center; background-repeat: no-repeat; ...
0.308503
0.072308
.amplify-container { padding-left: 0px !important; padding-right: 0px !important; } .amplify-nav-bar { display: none; } .AppSignedIn { text-align: center; } .content { float: right; width: 80%; min-width: 400px; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(...
client/src/styles/AppSignedIn.css
.amplify-container { padding-left: 0px !important; padding-right: 0px !important; } .amplify-nav-bar { display: none; } .AppSignedIn { text-align: center; } .content { float: right; width: 80%; min-width: 400px; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(...
0.516595
0.152127
* { box-sizing: border-box; } html, body { height: 100%; } body { color: #333; overflow-x: hidden; overflow-y: hidden; font-family: 'Lato', sans-serif; background: #f6f6f6; margin: 0; } component { display: block; } header { background: #222; padding: 12px; color: #fff; } label { display: bloc...
example/public/style.css
* { box-sizing: border-box; } html, body { height: 100%; } body { color: #333; overflow-x: hidden; overflow-y: hidden; font-family: 'Lato', sans-serif; background: #f6f6f6; margin: 0; } component { display: block; } header { background: #222; padding: 12px; color: #fff; } label { display: bloc...
0.453746
0.110279
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800'); body { background: #F4F4F4; } h1, h2, h3 { color: #334146 } a { color: #06A0E3; } a:hover { color: #0480B5; text-decoration: none; } #main { max-width: 600px; margin: 30px auto 0; font-family: 'Open Sans',Arial,sans-serif...
greenhouse.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800'); body { background: #F4F4F4; } h1, h2, h3 { color: #334146 } a { color: #06A0E3; } a:hover { color: #0480B5; text-decoration: none; } #main { max-width: 600px; margin: 30px auto 0; font-family: 'Open Sans',Arial,sans-serif...
0.312265
0.101145
.rickshaw_graph .detail { pointer-events: none; position: absolute; top: 0; z-index: 2; background: rgba(0, 0, 0, 0.1); bottom: 0; width: 1px; transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; -webkit-transition: opacity 0.25s linear; } .rickshaw_gr...
public/dash/css/lines.css
.rickshaw_graph .detail { pointer-events: none; position: absolute; top: 0; z-index: 2; background: rgba(0, 0, 0, 0.1); bottom: 0; width: 1px; transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; -webkit-transition: opacity 0.25s linear; } .rickshaw_gr...
0.279632
0.072999
@font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 300; src: url(fonts/7k0RmqCN8EFxqS6sChuRzRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'), url(https://fonts.gstatic.com/s/ubuntu/v9/7k0RmqCN8EFxqS6sChuRzRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* latin */ @...
css/fonts.css
@font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 300; src: url(fonts/7k0RmqCN8EFxqS6sChuRzRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'), url(https://fonts.gstatic.com/s/ubuntu/v9/7k0RmqCN8EFxqS6sChuRzRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* latin */ @...
0.196017
0.077518
@import url("./node_modules/source-serif/source-serif-text.css"); *, ::after, ::before { color: inherit; box-sizing: border-box; margin-block: unset; margin-inline: auto; padding: unset; text-decoration-line: inherit; } body { background-color: rgb(237, 241, 255); color: rgb(40, 45, 60); font-family...
to-blog-or-not.css
@import url("./node_modules/source-serif/source-serif-text.css"); *, ::after, ::before { color: inherit; box-sizing: border-box; margin-block: unset; margin-inline: auto; padding: unset; text-decoration-line: inherit; } body { background-color: rgb(237, 241, 255); color: rgb(40, 45, 60); font-family...
0.510008
0.084947
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } html { background: #fff; color: #000; -webkit-text-size-adjust: 100...
public/css/style.css
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } html { background: #fff; color: #000; -webkit-text-size-adjust: 100...
0.514888
0.171234
*{ margin: 0; padding: 0; outline: none; box-sizing: border-box; } body{ font-family: montserrat; text-align: center; flex-direction: row; min-height: 100vh; background-image: linear-gradient(to right, #B1D0E0 , #66c247) } h1 { text-align: center; margin:...
style.css
*{ margin: 0; padding: 0; outline: none; box-sizing: border-box; } body{ font-family: montserrat; text-align: center; flex-direction: row; min-height: 100vh; background-image: linear-gradient(to right, #B1D0E0 , #66c247) } h1 { text-align: center; margin:...
0.365343
0.088151
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline; zoom: 1; } audio:not([controls]) { display: none; } [hidden] { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-t...
static/style.css
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline; zoom: 1; } audio:not([controls]) { display: none; } [hidden] { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-t...
0.449876
0.135632
html { background: #232323; font-size: 100%; min-height: 100%; width: 100%; margin-bottom: 1px; overflow: -moz-scrollbars-vertical !important; overflow-y: scroll; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body, input, textarea, select { } body { b...
example/css/style.css
html { background: #232323; font-size: 100%; min-height: 100%; width: 100%; margin-bottom: 1px; overflow: -moz-scrollbars-vertical !important; overflow-y: scroll; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body, input, textarea, select { } body { b...
0.454714
0.078997
body { font-family: 'Open Sans', sans-serif; font-weight: 600; } header { min-height: 100vh; background-image: url('https://s3-ap-southeast-1.amazonaws.com/image.mokapos.com/growth/homepage/index/index-jumbotron@2x.png'); background-size: cover; color: #fff; } /* # Component*/ /*Text*/ a { ...
public/css/style.css
body { font-family: 'Open Sans', sans-serif; font-weight: 600; } header { min-height: 100vh; background-image: url('https://s3-ap-southeast-1.amazonaws.com/image.mokapos.com/growth/homepage/index/index-jumbotron@2x.png'); background-size: cover; color: #fff; } /* # Component*/ /*Text*/ a { ...
0.326593
0.107578
@charset "UTF-8"; /* Preprocessed stylesheet SCSS SSPACE sSpace 2015 @inVolt */ /* IMPORT -- */ /* Preprocessed stylesheet SCSS VARIABLES sSpace 2015 @inVolt */ /* Couleurs */ /* Flexbox */ /* Icons */ /* Animation */ /* Origin */ /* Transforms */ /* Shadow */ /* Grid */ /* Cursor */ /* Preprocessed stylesheet SCSS F...
stylesheets/css/sspace.css
@charset "UTF-8"; /* Preprocessed stylesheet SCSS SSPACE sSpace 2015 @inVolt */ /* IMPORT -- */ /* Preprocessed stylesheet SCSS VARIABLES sSpace 2015 @inVolt */ /* Couleurs */ /* Flexbox */ /* Icons */ /* Animation */ /* Origin */ /* Transforms */ /* Shadow */ /* Grid */ /* Cursor */ /* Preprocessed stylesheet SCSS F...
0.201028
0.03378
body{ text-align: center; background-image: url("../images/hearts-background.jpg"); } #sub-wrapper{ margin-top: 20px; border: 10px; } .styled-start { border: 0; line-height: 2.5; padding: 0 20px; font-size: 1rem; text-align: center; color: #fff; text-shadow: 1px 1px 1px #00...
assets/css/style.css
body{ text-align: center; background-image: url("../images/hearts-background.jpg"); } #sub-wrapper{ margin-top: 20px; border: 10px; } .styled-start { border: 0; line-height: 2.5; padding: 0 20px; font-size: 1rem; text-align: center; color: #fff; text-shadow: 1px 1px 1px #00...
0.517571
0.130202
.logo { height: 200px; /* background-color: pink; */ } .logo img { width: 266px; height: 70px; margin-top: 65px; } /* 2、登录 */ main { height: 370px; text-align: center; /* background-color: aqua; */ } .login { width: 510px; height: 100%; margin: 0 auto; /* background-color...
css/top_up.css
.logo { height: 200px; /* background-color: pink; */ } .logo img { width: 266px; height: 70px; margin-top: 65px; } /* 2、登录 */ main { height: 370px; text-align: center; /* background-color: aqua; */ } .login { width: 510px; height: 100%; margin: 0 auto; /* background-color...
0.32029
0.182407
* { margin: 0; padding: 0; box-sizing: border-box; list-style: none; text-decoration: none; } .wrapper { display: flex; position: relative; } .wrapper .sidebar { width: 300px; height: 100%; padding: 30px 0px; position: fixed; } .nav { display: flex; justify-content: space-between; align-i...
style.css
* { margin: 0; padding: 0; box-sizing: border-box; list-style: none; text-decoration: none; } .wrapper { display: flex; position: relative; } .wrapper .sidebar { width: 300px; height: 100%; padding: 30px 0px; position: fixed; } .nav { display: flex; justify-content: space-between; align-i...
0.472197
0.07363
@charset "UTF-8"; /*.my-ui-text { -webkit-user-select:none; }*/ * { box-sizing: border-box; } body, html { width: 100%; height: 100%; padding: 0; margin: 0; position: ...
css/ide/ide.css
@charset "UTF-8"; /*.my-ui-text { -webkit-user-select:none; }*/ * { box-sizing: border-box; } body, html { width: 100%; height: 100%; padding: 0; margin: 0; position: ...
0.256739
0.052716
.order_title{ color:#071c27; font-weight:bold; font-size:16px; position:relative; padding-bottom:10px; text-shadow:0 1px 0 #fff; } .order_title span{ font-size:14px; color:#6f7f8b; right:0; position:absolute; } .ordering_container ul{display:block} .ordering_container ul li{ ...
bitrix/modules/eshopapp/install/components/bitrix/eshopapp.order.ajax/templates/mobile/style.css
.order_title{ color:#071c27; font-weight:bold; font-size:16px; position:relative; padding-bottom:10px; text-shadow:0 1px 0 #fff; } .order_title span{ font-size:14px; color:#6f7f8b; right:0; position:absolute; } .ordering_container ul{display:block} .ordering_container ul li{ ...
0.345436
0.137359
html,body{margin:0px;padding:0px;font-family: 'Arial', sans-serif;height:100%;width:100%} a{ color:#2244cc; text-decoration:none; } a:hover{ text-decoration:underline; } #portal-wrapper{ min-height:100%; position:relative; } #portal-header, #portal-footer { background-color:#002244; color:#DDCCCC; margin:0px; ...
groovity-portal/src/main/resources/META-INF/resources/static/groovity/portal/portal.css
html,body{margin:0px;padding:0px;font-family: 'Arial', sans-serif;height:100%;width:100%} a{ color:#2244cc; text-decoration:none; } a:hover{ text-decoration:underline; } #portal-wrapper{ min-height:100%; position:relative; } #portal-header, #portal-footer { background-color:#002244; color:#DDCCCC; margin:0px; ...
0.19888
0.06236
body,html{ height:100%; } .theme-layout{overflow:hidden;clear:both;position:absolute;top:0;right:0;bottom:0;left:0; width:100%; } .theme-layout .theme-left-layout{ position: absolute;top:0;bottom:0;right:0; background:#fff; width:199px; border-right:1px solid #e0e2e6;z-index: 999} .theme-layout .theme-right-layout{po...
public/gantt/easyui/theme/simple/master.css
body,html{ height:100%; } .theme-layout{overflow:hidden;clear:both;position:absolute;top:0;right:0;bottom:0;left:0; width:100%; } .theme-layout .theme-left-layout{ position: absolute;top:0;bottom:0;right:0; background:#fff; width:199px; border-right:1px solid #e0e2e6;z-index: 999} .theme-layout .theme-right-layout{po...
0.430387
0.051225
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;400&display=swap'); body{ background-color: rgb(155, 146, 146); margin: 20px; color: antiquewhite; font-family: 'karla',sans-serif; ...
style.css
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;400&display=swap'); body{ background-color: rgb(155, 146, 146); margin: 20px; color: antiquewhite; font-family: 'karla',sans-serif; ...
0.361165
0.10079
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap'); body { font-family: 'Open Sans', sans-serif; } header { background-color: #333333; position: fixed; top: 0; left: 0; right: 0; z-index: 9999;...
public/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap'); body { font-family: 'Open Sans', sans-serif; } header { background-color: #333333; position: fixed; top: 0; left: 0; right: 0; z-index: 9999;...
0.338296
0.069321
body{ /* background-image: linear-gradient(hsl(275, 86%, 31%), white); */ background-image: linear-gradient(to right, rgb(130, 9, 211), rgb(165, 105, 245), white ) } .carousel-item{ height: 700px; /* border: 50px black; */ } .carousel-item img{ height: 800px; width: 800px; ...
Assignment-2/assets/style.css
body{ /* background-image: linear-gradient(hsl(275, 86%, 31%), white); */ background-image: linear-gradient(to right, rgb(130, 9, 211), rgb(165, 105, 245), white ) } .carousel-item{ height: 700px; /* border: 50px black; */ } .carousel-item img{ height: 800px; width: 800px; ...
0.33939
0.067148
@font-face { font-family: RobotoRegular; src: url(fonts/Roboto-Regular.ttf); } a { text-decoration: none; } a:link { color: #3B2945; ; } a:visited { color: #3B2945; } a:hover { color: white; } label { display: block; } nav a { display: inline-block; margin: 1em; } form div { margin: 1em; disp...
public/style.css
@font-face { font-family: RobotoRegular; src: url(fonts/Roboto-Regular.ttf); } a { text-decoration: none; } a:link { color: #3B2945; ; } a:visited { color: #3B2945; } a:hover { color: white; } label { display: block; } nav a { display: inline-block; margin: 1em; } form div { margin: 1em; disp...
0.229104
0.072735
.react-autosuggest__container { position: relative; } .react-autosuggest__input { width: 100%; height: 60px; padding: 10px 20px; font-family: Helvetica, sans-serif; font-weight: 300; font-size: 32px; border: 1px solid #aaa; border-radius: 4px; } .react-autosuggest__input--focused { outline: none;...
matscholar_web/assets/msweb.css
.react-autosuggest__container { position: relative; } .react-autosuggest__input { width: 100%; height: 60px; padding: 10px 20px; font-family: Helvetica, sans-serif; font-weight: 300; font-size: 32px; border: 1px solid #aaa; border-radius: 4px; } .react-autosuggest__input--focused { outline: none;...
0.390127
0.082586
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700') * { margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } body{ justify-content: center; align-items: center; flex-wrap: wrap; min-height: 100vh; } section::before{ content: relative; position: a...
static/team.css
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700') * { margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } body{ justify-content: center; align-items: center; flex-wrap: wrap; min-height: 100vh; } section::before{ content: relative; position: a...
0.373419
0.063978
.modalBox { background-color: rgba(0,0,0,0.4); -shadow: 0 2px 2px 0 lightgray; } .gridOverall { display: grid; grid-template-columns: repeat(11, 1fr); grid-template-rows: repeat(12, 1rem); margin-top: 2px; } .closeButton { background-color: transparent; border: none; curso...
src/app/dashboard.print.component.css
.modalBox { background-color: rgba(0,0,0,0.4); -shadow: 0 2px 2px 0 lightgray; } .gridOverall { display: grid; grid-template-columns: repeat(11, 1fr); grid-template-rows: repeat(12, 1rem); margin-top: 2px; } .closeButton { background-color: transparent; border: none; curso...
0.528047
0.144601
html { overflow-x: hidden; } body { background: rgb(131,58,180); background: linear-gradient(343deg, rgba(131,58,180,1) 0%, rgba(29,62,253,1) 40%, rgba(69,216,252,1) 100%) no-repeat center center ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; back...
css/freelancer.css
html { overflow-x: hidden; } body { background: rgb(131,58,180); background: linear-gradient(343deg, rgba(131,58,180,1) 0%, rgba(29,62,253,1) 40%, rgba(69,216,252,1) 100%) no-repeat center center ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; back...
0.5144
0.112942
@charset "utf-8"; /* CSS Document */ a{ text-decoration-color:black; color:black; } h5{ margin-top: -67px; float: right; margin-right: 16px; color: #00796b; } .discription{ width:95%; margin:0 auto; color: black; padding-top:6px; padding-bottom: 16px; } body{ margin:0; text...
css/filter.css
@charset "utf-8"; /* CSS Document */ a{ text-decoration-color:black; color:black; } h5{ margin-top: -67px; float: right; margin-right: 16px; color: #00796b; } .discription{ width:95%; margin:0 auto; color: black; padding-top:6px; padding-bottom: 16px; } body{ margin:0; text...
0.224225
0.065336
@import url("../../vendor/bemat-admin/css/bootstrap.css"); @import url("../../vendor/bemat-admin/css/themes/theme-default/bemat-admin.css"); @import url("../../vendor/bemat-admin/vendor/google-code-prettify/prettify-tomorrow.css"); @import url("../../vendor/bemat-admin/vendor/nvd3/nv.d3.css"); @import url("../../node_m...
src/css/joulia.css
@import url("../../vendor/bemat-admin/css/bootstrap.css"); @import url("../../vendor/bemat-admin/css/themes/theme-default/bemat-admin.css"); @import url("../../vendor/bemat-admin/vendor/google-code-prettify/prettify-tomorrow.css"); @import url("../../vendor/bemat-admin/vendor/nvd3/nv.d3.css"); @import url("../../node_m...
0.403214
0.03843
.inline-block{ display: inline-block; } .rel{ position: relative; } .abs{ position: absolute; } .fixed{ position: fixed; } .center{ text-align: center; } .pull-right{ display: inline-block; } .wrap{ max-width: 1400px; padding-left: 10px; padding-right: 10px; ...
style_dialog.css
.inline-block{ display: inline-block; } .rel{ position: relative; } .abs{ position: absolute; } .fixed{ position: fixed; } .center{ text-align: center; } .pull-right{ display: inline-block; } .wrap{ max-width: 1400px; padding-left: 10px; padding-right: 10px; ...
0.322953
0.096791
* { margin: 0; padding: 0; box-sizing: border-box; } body { width: 100vw; height: 100vh; } img { width: 100%; } /* Header Styling */ header { width: 100%; min-height: 450px; display: flex; flex-direction: column; justify-content: center; align-items: center; col...
TechCool/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { width: 100vw; height: 100vh; } img { width: 100%; } /* Header Styling */ header { width: 100%; min-height: 450px; display: flex; flex-direction: column; justify-content: center; align-items: center; col...
0.431345
0.095814
body { background-color: #fff; font-family: 'Open Sans', sans-serif; line-height: 21px; font-size: 18px; color: #6a737b; } ol, ul { margin: 0; padding: 5; list-style: none; } figure, p { margin: 0; } a { color: #fff; -webkit-transition: all .3s ease-in 0s; -moz-transition: all .3s ease-in ...
css/main.css
body { background-color: #fff; font-family: 'Open Sans', sans-serif; line-height: 21px; font-size: 18px; color: #6a737b; } ol, ul { margin: 0; padding: 5; list-style: none; } figure, p { margin: 0; } a { color: #fff; -webkit-transition: all .3s ease-in 0s; -moz-transition: all .3s ease-in ...
0.352759
0.080141
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { margin: 0; padding: 0; background: #FFFFFF url(../img/img05.jpg) repeat; font-family: Arial, Helvetica, sans-serif; font-size: .875em; color: #5B5B5B; } h1, h2, h3 { margin: 0; padding: 0; text-transform: uppercase; f...
css/main.css
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { margin: 0; padding: 0; background: #FFFFFF url(../img/img05.jpg) repeat; font-family: Arial, Helvetica, sans-serif; font-size: .875em; color: #5B5B5B; } h1, h2, h3 { margin: 0; padding: 0; text-transform: uppercase; f...
0.316898
0.067948
text-align: right } #blue { color: #2f5687; } #main-page { background: #f2f2f2; } .box { -webkit-animation-name: movingBox; -webkit-animation-duration: 2300ms; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-name: movingBox; -mo...
css/styles.css
text-align: right } #blue { color: #2f5687; } #main-page { background: #f2f2f2; } .box { -webkit-animation-name: movingBox; -webkit-animation-duration: 2300ms; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-name: movingBox; -mo...
0.505371
0.118921
pre { box-shadow: 0 2px 4px 3px rgba(0,0,0,0.2); transition: 0.5s; } pre:hover { box-shadow: 0 4px 8px 6px rgba(0,0,0,0.2); } code { } .breadcrumbs__item_home .breadcrumbs__link:before, .close-button:after, .code-tabs__button_download:before, .code-tabs__button_edit:before, .code-tabs__button_external:be...
app/src/main/assets/css/article_style.css
pre { box-shadow: 0 2px 4px 3px rgba(0,0,0,0.2); transition: 0.5s; } pre:hover { box-shadow: 0 4px 8px 6px rgba(0,0,0,0.2); } code { } .breadcrumbs__item_home .breadcrumbs__link:before, .close-button:after, .code-tabs__button_download:before, .code-tabs__button_edit:before, .code-tabs__button_external:be...
0.431225
0.128361
# General settings --------------*/ .section-box{ padding: 120px; } .section-top{ margin-bottom: 30px; } /* ----- # Navigation --------------*/ #mainNav > div > a{ color: black; } #navbarResponsive > ul > li{ color: black; } .navbar-brand{ color: white !important; transition: all .5s; } .navb...
software company thema/css/style.css
# General settings --------------*/ .section-box{ padding: 120px; } .section-top{ margin-bottom: 30px; } /* ----- # Navigation --------------*/ #mainNav > div > a{ color: black; } #navbarResponsive > ul > li{ color: black; } .navbar-brand{ color: white !important; transition: all .5s; } .navb...
0.26086
0.054828
body { background-color: #000000; height: 100vh; width: 99%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center...
style.css
body { background-color: #000000; height: 100vh; width: 99%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center...
0.474875
0.102574
html, body { margin: 0; padding: 0; -webkit-user-select: none; } canvas { display: block; position: absolute; background: #fefefe; right: 0; top: 0; bottom: 0; left: 0; -webkit-user-select: none; } #source-code { width: 300px; position: absolute; right: 0; top...
assert/style.css
html, body { margin: 0; padding: 0; -webkit-user-select: none; } canvas { display: block; position: absolute; background: #fefefe; right: 0; top: 0; bottom: 0; left: 0; -webkit-user-select: none; } #source-code { width: 300px; position: absolute; right: 0; top...
0.446977
0.071851
@import "jquery-ui.min.css"; @import "jquery-ui.theme.min.css"; @import "jscrollpane.css"; @import "sprite.css"; @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin,cyrillic); @font-face { font-family: 'muller'; src: url('../fonts/muller_bold-webfont.eot'); src: url('../f...
public/css/brantch_map.css
@import "jquery-ui.min.css"; @import "jquery-ui.theme.min.css"; @import "jscrollpane.css"; @import "sprite.css"; @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin,cyrillic); @font-face { font-family: 'muller'; src: url('../fonts/muller_bold-webfont.eot'); src: url('../f...
0.232833
0.035178
header {width: 1000px; height: 160px; margin: 0 auto; position: relative; background: url('../images/logo.png') no-repeat left top} header h3 {float: right; margin: 20px; color: #632406} header h3 a, header h3 a:visited {color: #e4650f} header hgroup {position: absolute; top: 55px; left: 175px} header h2 {co...
src/FabrikamFiber.Web/Content/css/layout_2011.css
header {width: 1000px; height: 160px; margin: 0 auto; position: relative; background: url('../images/logo.png') no-repeat left top} header h3 {float: right; margin: 20px; color: #632406} header h3 a, header h3 a:visited {color: #e4650f} header hgroup {position: absolute; top: 55px; left: 175px} header h2 {co...
0.298389
0.265488
@charset "utf-8"; body { margin: 0px; background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 175, 219, 1)), to(rgba(255, 255 ,255, 1))) fixed repeat-x; -webkit-background-size: auto; word-wrap: break-word; word-break: break-word; } #Chat { padding: 8px; padding-bottom: 10px; } #Chat div:fi...
adium/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
@charset "utf-8"; body { margin: 0px; background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 175, 219, 1)), to(rgba(255, 255 ,255, 1))) fixed repeat-x; -webkit-background-size: auto; word-wrap: break-word; word-break: break-word; } #Chat { padding: 8px; padding-bottom: 10px; } #Chat div:fi...
0.364099
0.067454
*{ box-sizing: border-box; } body { width: 900px; margin: auto; } header{ display: grid; grid-template-columns: 50px 400px auto; height: 70px; } @import url('https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap'); header h4{ font-weight: 800; font-size: 35px; font-family:'...
css/style.css
*{ box-sizing: border-box; } body { width: 900px; margin: auto; } header{ display: grid; grid-template-columns: 50px 400px auto; height: 70px; } @import url('https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap'); header h4{ font-weight: 800; font-size: 35px; font-family:'...
0.385375
0.098512
.square-button { height: 70px; position: absolute; width: 70px; border-radius: 35px; background: #3f4c6b; background: -moz-linear-gradient(top, rgba(63,76,107,1) 0, rgba(63,76,107,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(63,76,107,1)), color-stop(100%, rgba(63,76,...
css/dist/vortex.css
.square-button { height: 70px; position: absolute; width: 70px; border-radius: 35px; background: #3f4c6b; background: -moz-linear-gradient(top, rgba(63,76,107,1) 0, rgba(63,76,107,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(63,76,107,1)), color-stop(100%, rgba(63,76,...
0.416322
0.082438
[slot='drawer'] { background-image: linear-gradient(0deg, var(--lumo-shade-5pct), var(--lumo-shade-5pct)); } [slot='drawer'] nav a { text-decoration: none; transition: color 140ms; } [slot='drawer'] nav a .la { margin-top: calc(var(--lumo-space-xs) * 0.5); } [slot='drawer'] nav a::before { border...
frontend/themes/unity/main-layout.css
[slot='drawer'] { background-image: linear-gradient(0deg, var(--lumo-shade-5pct), var(--lumo-shade-5pct)); } [slot='drawer'] nav a { text-decoration: none; transition: color 140ms; } [slot='drawer'] nav a .la { margin-top: calc(var(--lumo-space-xs) * 0.5); } [slot='drawer'] nav a::before { border...
0.585931
0.11304
.navbar { height: 10vh; background: #1b1919; display: flex; align-items: center; justify-content: center; } .navbar-logo { color: whitesmoke; text-decoration: none; font-size: 2.3rem; display: flex; align-items: center; width: 9rem; justify-content: ...
client/src/components/NavBar/NavBar.css
.navbar { height: 10vh; background: #1b1919; display: flex; align-items: center; justify-content: center; } .navbar-logo { color: whitesmoke; text-decoration: none; font-size: 2.3rem; display: flex; align-items: center; width: 9rem; justify-content: ...
0.428951
0.069384
.overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 255, 255, 0.75); z-index: 20000; } .body { margin: 0 auto; padding: 2em 4em; text-align: center; max-width: 30em; min-height: 200px; background: rgba(25, 25, 25, 0.75); color: rgb(208, 208, 208); box-s...
src/PinMatrix/pinMatrix.css
.overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 255, 255, 0.75); z-index: 20000; } .body { margin: 0 auto; padding: 2em 4em; text-align: center; max-width: 30em; min-height: 200px; background: rgba(25, 25, 25, 0.75); color: rgb(208, 208, 208); box-s...
0.677794
0.129265
.noItems{ color:white; padding-bottom: 3.5%; text-align: center; } .media-img{ padding-left:0!important; padding-right:0!important; } .tab-pane i{ cursor: pointer; } .tab-pane{ padding: 1%; } .user { display: inline-block; margin-top: 5%; width: 75px; height: 50px; border-radius: 50%; backgrou...
brickseatery.css
.noItems{ color:white; padding-bottom: 3.5%; text-align: center; } .media-img{ padding-left:0!important; padding-right:0!important; } .tab-pane i{ cursor: pointer; } .tab-pane{ padding: 1%; } .user { display: inline-block; margin-top: 5%; width: 75px; height: 50px; border-radius: 50%; backgrou...
0.529507
0.052546
@media (min-width: 768px) and (max-width: 1035px) { .header-profile-text { display: none; } } @media (max-width: 767px) { .navbar-firstElement { margin-left: 0 !important; } /* When navbar is collapsed to show dropdowns above */ .navbar-fixed-top { z-index: 999; } ...
demos/Showcase/angular-boundless/src/app/header/header.component.css
@media (min-width: 768px) and (max-width: 1035px) { .header-profile-text { display: none; } } @media (max-width: 767px) { .navbar-firstElement { margin-left: 0 !important; } /* When navbar is collapsed to show dropdowns above */ .navbar-fixed-top { z-index: 999; } ...
0.449634
0.113236
hatena::diary liquid compact 2014/02 domain(d.hatena.ne.jp) ========================================================*/ @-moz-document domain('d.hatena.ne.jp') { /*--- unwanteds ---*/ .ad, dummy#dummy.dummy {display: none !important;} /*--- containers ---*/ html {font-family: inherit !important;} body {...
data/usercss/97741.user.css
hatena::diary liquid compact 2014/02 domain(d.hatena.ne.jp) ========================================================*/ @-moz-document domain('d.hatena.ne.jp') { /*--- unwanteds ---*/ .ad, dummy#dummy.dummy {display: none !important;} /*--- containers ---*/ html {font-family: inherit !important;} body {...
0.340047
0.094636
:root { --shadow: rgba(0, 0, 0, 0.65); --light-brown: rgb(168, 138, 99); --brown: rgb(92, 74, 51); --white: rgb(232, 233, 221); --transparent: rgba(255, 255, 255, 0.1); --blue: rgb(79, 62, 233); } /*Login/Sign-up rules*/ .container { display: flex; flex-direction: column; justify-content: center; al...
public/css/style.css
:root { --shadow: rgba(0, 0, 0, 0.65); --light-brown: rgb(168, 138, 99); --brown: rgb(92, 74, 51); --white: rgb(232, 233, 221); --transparent: rgba(255, 255, 255, 0.1); --blue: rgb(79, 62, 233); } /*Login/Sign-up rules*/ .container { display: flex; flex-direction: column; justify-content: center; al...
0.440951
0.139514
:root{ --toptail: rgba(0, 129, 167,0.7); --plan: rgba(0, 175, 185, 0.9); --game: #FDFCDC; --game: #FDFCDC; --stories: #FED9B7; --whiteText: rgb(223, 223, 223); --darkText: #3a3636; background: rgb(32, 32, 32); --darkShade: rgba(0, 129, 167, 0.5); --blackShade: rgba(0, 0, 0, 0.2); --superBlackShade...
prompt_planning_poker_frontend/src/App.css
:root{ --toptail: rgba(0, 129, 167,0.7); --plan: rgba(0, 175, 185, 0.9); --game: #FDFCDC; --game: #FDFCDC; --stories: #FED9B7; --whiteText: rgb(223, 223, 223); --darkText: #3a3636; background: rgb(32, 32, 32); --darkShade: rgba(0, 129, 167, 0.5); --blackShade: rgba(0, 0, 0, 0.2); --superBlackShade...
0.30549
0.144722
@media (min-width: 1400px){ #contenedor{ padding-top: 100px; } #row1{ width: 100%; width: calc(100% - 100px); width: -moz-calc(100% - 100px); height: 100px; margin-bottom: 20px; } #personaje{ position: relative; width: 350px; height: 100%; padding: 10px; ...
activities/apareamiento/assets/css/responsive.css
@media (min-width: 1400px){ #contenedor{ padding-top: 100px; } #row1{ width: 100%; width: calc(100% - 100px); width: -moz-calc(100% - 100px); height: 100px; margin-bottom: 20px; } #personaje{ position: relative; width: 350px; height: 100%; padding: 10px; ...
0.20947
0.186299
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix('http://www.tumblr.com/'), url-prefix('https://www.tumblr.com/') /* made by <EMAIL>mylove.tumblr.com please don't delete the credits */ { *{text-shadow:none!important; color:#666!important;} div#right_column, div#right_colum...
data/usercss/106875.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix('http://www.tumblr.com/'), url-prefix('https://www.tumblr.com/') /* made by <EMAIL>mylove.tumblr.com please don't delete the credits */ { *{text-shadow:none!important; color:#666!important;} div#right_column, div#right_colum...
0.201499
0.088347
.vertical-center { margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); } .banner > a > img { height: 70px; float: left; padding: 10px; padding-bottom: 0px; transition-duration: 500ms; } #dash-logo > img { height: 26px !important; margin-top: 5p...
assets/custom.css
.vertical-center { margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); } .banner > a > img { height: 70px; float: left; padding: 10px; padding-bottom: 0px; transition-duration: 500ms; } #dash-logo > img { height: 26px !important; margin-top: 5p...
0.335351
0.074231
.tabs { width: 100%; font-size: 13px; } .tabs > .tabs-container { position: relative; margin-bottom: 20px; border-bottom: 1px solid #bdc3c7; overflow: hidden; } .tabs > .tabs-container:after { display: block; clear: both; content: ''; } /* horizontal tabs */ .tabs > .tabs-container .tabs-heading { float: left; padding:...
tabs/jquery.tabs.css
.tabs { width: 100%; font-size: 13px; } .tabs > .tabs-container { position: relative; margin-bottom: 20px; border-bottom: 1px solid #bdc3c7; overflow: hidden; } .tabs > .tabs-container:after { display: block; clear: both; content: ''; } /* horizontal tabs */ .tabs > .tabs-container .tabs-heading { float: left; padding:...
0.526099
0.080647
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; overflow-x: hidden; } /* * Remove text-shadow in se...
css/main.css
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; overflow-x: hidden; } /* * Remove text-shadow in se...
0.540439
0.078961
html, body { height: height:100vh; } body{ background-color:#17181B; /*background-image : url("/styles/img/background.jpg");*/ background-repeat: round; height:100%; min-height:100vh; color: #5C5C5C; padding-bottom: 75px; } .spin-me { -webkit-animation: spin-custom 1500ms infinite linear; animation: sp...
public/styles/css/custom.css
html, body { height: height:100vh; } body{ background-color:#17181B; /*background-image : url("/styles/img/background.jpg");*/ background-repeat: round; height:100%; min-height:100vh; color: #5C5C5C; padding-bottom: 75px; } .spin-me { -webkit-animation: spin-custom 1500ms infinite linear; animation: sp...
0.333286
0.070336
.aquaGreen8, .hover_aquaGreen8:hover, .active_aquaGreen8:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(9, 93, 0, .39), inset 0 -0.5em 0.9em 0 #2ec300, inset 0 -0.5em 0em 0.65em rgb(4, 42, 0), inset 0 0em 0.5em 2em rgb(35, 144, 25); -moz-box-shadow: 0 0.63em 0.75em rgba(9, 93...
widgets/common/assets/shadows/aqua/aquaGreen/aquaGreen8.css
.aquaGreen8, .hover_aquaGreen8:hover, .active_aquaGreen8:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(9, 93, 0, .39), inset 0 -0.5em 0.9em 0 #2ec300, inset 0 -0.5em 0em 0.65em rgb(4, 42, 0), inset 0 0em 0.5em 2em rgb(35, 144, 25); -moz-box-shadow: 0 0.63em 0.75em rgba(9, 93...
0.348534
0.245627
body{ margin:0; padding:0; } p{ margin:0; padding:0; } img{ border:none; } .flt { float:left; } #mainblock{ margin:auto; width:1000px; } #innerblock{ float:left; width:1000px; } #toppanel{ float:left; width:1000px; background:url(../images/tp_bg.jpg) no-repeat; height:326px; } .tp_logo{ fl...
css/style.css
body{ margin:0; padding:0; } p{ margin:0; padding:0; } img{ border:none; } .flt { float:left; } #mainblock{ margin:auto; width:1000px; } #innerblock{ float:left; width:1000px; } #toppanel{ float:left; width:1000px; background:url(../images/tp_bg.jpg) no-repeat; height:326px; } .tp_logo{ fl...
0.203985
0.046465
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i { height: 40px; line-height: 40px; margin-bottom: 5px; } nav .nav-wrapper{ background-color: #70af3f; padding-left: 10px; font-size: 50px; } nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floa...
src/public/css/style.css
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i { height: 40px; line-height: 40px; margin-bottom: 5px; } nav .nav-wrapper{ background-color: #70af3f; padding-left: 10px; font-size: 50px; } nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floa...
0.212069
0.07538
*{ margin: 0; padding: 0; } body{ width: 100%; } .nav{ float: right; } .clearDiv::after{ content: ""; visibility: hidden; height: 0; display: block; clear: both; } .clearDiv{ zoom: 1; } .header{ width: 100%; height: 100px; background-color: #07cbc9; position: fixe...
CSS_Project_2/Project.css
*{ margin: 0; padding: 0; } body{ width: 100%; } .nav{ float: right; } .clearDiv::after{ content: ""; visibility: hidden; height: 0; display: block; clear: both; } .clearDiv{ zoom: 1; } .header{ width: 100%; height: 100px; background-color: #07cbc9; position: fixe...
0.384103
0.073497
#tunsurvey-form-survey textarea { resize: none; } #tunsurvey-form-survey .required { color: red; } #tunsurvey-form-survey .inner { min-width: 861px; transform: translateX(47px); margin: auto; display: flex; background: #fff; border-radius: 20px; padding-top: 35px; padding-bottom:...
plugins/thephuc/tunsurvey/assets/form/css/style.css
#tunsurvey-form-survey textarea { resize: none; } #tunsurvey-form-survey .required { color: red; } #tunsurvey-form-survey .inner { min-width: 861px; transform: translateX(47px); margin: auto; display: flex; background: #fff; border-radius: 20px; padding-top: 35px; padding-bottom:...
0.356447
0.094427
@-moz-document url-prefix("https://bugzilla.mozilla.org") { :root { --black: #24292e; --blue: #0366d6; --green: #2cbe4e; --red: #d62935; --light-gray: #f6f8fa; --defaut-font-size: 14px; } body { background-color: white; background-...
data/usercss/153960.user.css
@-moz-document url-prefix("https://bugzilla.mozilla.org") { :root { --black: #24292e; --blue: #0366d6; --green: #2cbe4e; --red: #d62935; --light-gray: #f6f8fa; --defaut-font-size: 14px; } body { background-color: white; background-...
0.46223
0.089654
*{ margin: 0; padding: 0; } #listar_produtos{ width: 70%; margin: auto; } h1{ text-align: center; font-weight: bold; color: #55a08a; margin-bottom: 3rem; } .mini_menus{ display: flex; justify-content: flex-end; gap: 1rem; } .mini_menus a/*, .mini_menus button*/{ backgro...
estabelecimento/css/estabelecimento_index.css
*{ margin: 0; padding: 0; } #listar_produtos{ width: 70%; margin: auto; } h1{ text-align: center; font-weight: bold; color: #55a08a; margin-bottom: 3rem; } .mini_menus{ display: flex; justify-content: flex-end; gap: 1rem; } .mini_menus a/*, .mini_menus button*/{ backgro...
0.396886
0.085595
.cw-modal-open { overflow: hidden; } .buy-container { /*float: left; height: auto; clear: none; width: 100%; position: fixed; top: 150px; left: 0%; bottom: auto; z-index: 2;*/ width: 100%; position: fixed; height: 100%; top: 0; outline: 0; display: block...
public_html/css/popups.css
.cw-modal-open { overflow: hidden; } .buy-container { /*float: left; height: auto; clear: none; width: 100%; position: fixed; top: 150px; left: 0%; bottom: auto; z-index: 2;*/ width: 100%; position: fixed; height: 100%; top: 0; outline: 0; display: block...
0.549399
0.072933
:root { --slide-animation-time: 1s; } #multiform-js { display: none; } .active { display: block; } .inactive { display: none; } .hide_to_left { -webkit-animation: hide_to_left var(--slide-animation-time) forwards; /* Safari 4.0 - 8.0 */ animation: hide_to_left var(--slide-animation-time)...
src/multiform.css
:root { --slide-animation-time: 1s; } #multiform-js { display: none; } .active { display: block; } .inactive { display: none; } .hide_to_left { -webkit-animation: hide_to_left var(--slide-animation-time) forwards; /* Safari 4.0 - 8.0 */ animation: hide_to_left var(--slide-animation-time)...
0.437583
0.245187