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
.calcontainer {*height:1%;} /* IE */ .calcontainer:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */ .calbordered { float:left; padding:5px; background-color:#F7F9FB; border:1px solid #7B9EBD; } .calbordered .title { font:73% Arial,Helvetica,sans-serif; color:#000; font-wei...
web-app/js/yahoo/assets/calendar.css
.calcontainer {*height:1%;} /* IE */ .calcontainer:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */ .calbordered { float:left; padding:5px; background-color:#F7F9FB; border:1px solid #7B9EBD; } .calbordered .title { font:73% Arial,Helvetica,sans-serif; color:#000; font-wei...
0.354098
0.127707
.search-bar{ display: flex; flex-direction: column; align-items: center; } .input-box{ display: flex; width: 35%; } .search-bar input { border: 1px solid #F80; width: 80%; height: 28px; line-height: 28px; vertical-align: top; border-radius: .25rem 0 0 .25rem; } .search-bar b...
3-Middlewares/Development/elasticSearch/hotel-demo/src/main/resources/static/css/index.css
.search-bar{ display: flex; flex-direction: column; align-items: center; } .input-box{ display: flex; width: 35%; } .search-bar input { border: 1px solid #F80; width: 80%; height: 28px; line-height: 28px; vertical-align: top; border-radius: .25rem 0 0 .25rem; } .search-bar b...
0.431105
0.102709
@tailwind base; @tailwind utilities; /** * MAP */ .mapbox-gl-path-container { pointer-events: auto; user-select: none; background-color: #ffffff; color: #000000; padding: 8px; } .mapboxgl-ctrl-top-left .mapbox-gl-path-container { border-bottom-right-radius: 8px; } .mapboxgl-ctrl-top-right .mapbox-gl-p...
docs/styles/globals.css
@tailwind base; @tailwind utilities; /** * MAP */ .mapbox-gl-path-container { pointer-events: auto; user-select: none; background-color: #ffffff; color: #000000; padding: 8px; } .mapboxgl-ctrl-top-left .mapbox-gl-path-container { border-bottom-right-radius: 8px; } .mapboxgl-ctrl-top-right .mapbox-gl-p...
0.501709
0.07353
-------------------------------------------------- */ :root { --themecolor: #E73820; --subcolor: #0CA7B2; } html { position: relative; min-height: 100%; font-size: 20px; } body { /* Margin bottom by footer height */ margin-bottom: 440px; color: #121721; background-color: #ffffff; ...
public/css/my-norun.css
-------------------------------------------------- */ :root { --themecolor: #E73820; --subcolor: #0CA7B2; } html { position: relative; min-height: 100%; font-size: 20px; } body { /* Margin bottom by footer height */ margin-bottom: 440px; color: #121721; background-color: #ffffff; ...
0.41478
0.083255
@namespace url(http://www.w3.org/1999/xhtml); /* Nord ESPN - Polar Night * by Tyler * v1.1.2 * Firefox 50.0.1+ * Windows 10 */ /* SETTINGS */ @-moz-document domain("espn.com") { :root { --main-caption-bg-color: #4C566A; --main-page-bg-color: #434C5E; --main-page-cell-bg-color: rgba(25...
data/usercss/136002.user.css
@namespace url(http://www.w3.org/1999/xhtml); /* Nord ESPN - Polar Night * by Tyler * v1.1.2 * Firefox 50.0.1+ * Windows 10 */ /* SETTINGS */ @-moz-document domain("espn.com") { :root { --main-caption-bg-color: #4C566A; --main-page-bg-color: #434C5E; --main-page-cell-bg-color: rgba(25...
0.2819
0.074265
html{ height: 100%; } *{ margin: 0; padding: 0; } body{ font-family: 'Calibri', 'Open Sans' , 'sans-serif'; background: #f4f4f4; } #home{ background-image: url(../img/fundo_logo.jpg); background-repeat: no-repeat; background-size: cover; display: flex; } .img img{ width: 400px...
CSS/style.css
html{ height: 100%; } *{ margin: 0; padding: 0; } body{ font-family: 'Calibri', 'Open Sans' , 'sans-serif'; background: #f4f4f4; } #home{ background-image: url(../img/fundo_logo.jpg); background-repeat: no-repeat; background-size: cover; display: flex; } .img img{ width: 400px...
0.251924
0.103341
@import '../../styles/variables.css'; .incompany { padding-top: 30px; @media (--mobile-viewport) { padding-bottom: 20px; } @media (--tablet-viewport) { } @media (--tablet-landscape-viewport) { padding-top: 60px; } @media (--laptop-viewport) { padding-top: 90px; } @media (--desktop-...
src/components/Incompany/Incompany.css
@import '../../styles/variables.css'; .incompany { padding-top: 30px; @media (--mobile-viewport) { padding-bottom: 20px; } @media (--tablet-viewport) { } @media (--tablet-landscape-viewport) { padding-top: 60px; } @media (--laptop-viewport) { padding-top: 90px; } @media (--desktop-...
0.485844
0.12817
body { background: -webkit-linear-gradient(#fff, #000); background: -moz-linear-gradient(#fff, #000); background: -o-linear-gradient(#fff, #000); background: -ms-linear-gradient(#fff, #000); background: linear-gradient(#fff, #000); } body { background: -webkit-linear-gradient(top, #fff, #000); background:...
site/assets/bower_components/nib/test/cases/linear-gradient.css
body { background: -webkit-linear-gradient(#fff, #000); background: -moz-linear-gradient(#fff, #000); background: -o-linear-gradient(#fff, #000); background: -ms-linear-gradient(#fff, #000); background: linear-gradient(#fff, #000); } body { background: -webkit-linear-gradient(top, #fff, #000); background:...
0.426441
0.126111
.spectrum-Card { border-color: var(--spectrum-card-border-color); background-color: var(--spectrum-card-background-color); &:hover { border-color: var(--spectrum-card-border-color-hover); } &.is-selected, &:focus-ring { border-color: var(--spectrum-card-border-color-key-focus); box-shadow: 0 0...
components/card/skin.css
.spectrum-Card { border-color: var(--spectrum-card-border-color); background-color: var(--spectrum-card-background-color); &:hover { border-color: var(--spectrum-card-border-color-hover); } &.is-selected, &:focus-ring { border-color: var(--spectrum-card-border-color-key-focus); box-shadow: 0 0...
0.717903
0.127245
/*************************/ /* div: div_displaytag */ /*************************/ #div_displaytagTable { } #div_displaytagTable th, #div_displaytagTable span, #div_displaytagTable a { margin: 0; padding: 0; background-repeat: no-repeat; list-style-type: none; } #div_displaytagTable a { color: #666; text-...
src/main/webapp/resources/displaytag/displaytag.css
/*************************/ /* div: div_displaytag */ /*************************/ #div_displaytagTable { } #div_displaytagTable th, #div_displaytagTable span, #div_displaytagTable a { margin: 0; padding: 0; background-repeat: no-repeat; list-style-type: none; } #div_displaytagTable a { color: #666; text-...
0.226698
0.066176
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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fields...
css/main.css
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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fields...
0.476823
0.099689
.root { background-color: #00ACD5; height: 100vh; background-position: center; background-repeat: repeat; background-size: cover; font-size: 1.25rem; display: flex; flex-direction: column; margin-left: auto; margin-right: auto; min-height: 125vh; -webkit-touch-callout: none; /* iOS Safari */ -...
frontend/src/pages/home/home.css
.root { background-color: #00ACD5; height: 100vh; background-position: center; background-repeat: repeat; background-size: cover; font-size: 1.25rem; display: flex; flex-direction: column; margin-left: auto; margin-right: auto; min-height: 125vh; -webkit-touch-callout: none; /* iOS Safari */ -...
0.481941
0.094761
body{ background-color: #3b6071; } ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #748194; } ::-moz-placeholder { /* Firefox 19+ */ color: #748194; } :-ms-input-placeholder { /* IE 10+ */ color: #748194; } :-moz-placeholder { /* Firefox 18- */ color: #748194; } /*.container{ display:none; ...
css/style.css
body{ background-color: #3b6071; } ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #748194; } ::-moz-placeholder { /* Firefox 19+ */ color: #748194; } :-ms-input-placeholder { /* IE 10+ */ color: #748194; } :-moz-placeholder { /* Firefox 18- */ color: #748194; } /*.container{ display:none; ...
0.307046
0.049912
text-decoration-color: #45A29E; -webkit-text-stroke: 1px #483D8B; font-weight:bold; color: #45A29E; text-decoration:underline; } header .title{ font-size: 50px; } header .playlists .DDM-content{ opactiy: 0.7; background-color: black; } /* specify attributes of the top panel object located in the top ...
webapp/static/yourPlaylist.css
text-decoration-color: #45A29E; -webkit-text-stroke: 1px #483D8B; font-weight:bold; color: #45A29E; text-decoration:underline; } header .title{ font-size: 50px; } header .playlists .DDM-content{ opactiy: 0.7; background-color: black; } /* specify attributes of the top panel object located in the top ...
0.261519
0.073065
.social-like .sl_button{ background:#DCE0E0; position:relative; display:block; float:left; height:40px; margin:0 15px 0 0; overflow:hidden; width:150px; border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; } .social-like .sl_icon{...
plugins/system/ytshortcodes/shortcodes/social_like/css/social-like.css
.social-like .sl_button{ background:#DCE0E0; position:relative; display:block; float:left; height:40px; margin:0 15px 0 0; overflow:hidden; width:150px; border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; } .social-like .sl_icon{...
0.187393
0.040579
@import url("'https://fonts.googleapis.com/css2?family=EB+Garamond&family=Lateef&family=Outfit:wght@300&display=swap'"); .cabeza { display: flex; flex-wrap: wrap; box-sizing: inherit; padding: 2% 2% 0.5% 2%; margin: 0; justify-content: space-between; } .busqueda { display: block; paddi...
css/reservacion_recepcion.css
@import url("'https://fonts.googleapis.com/css2?family=EB+Garamond&family=Lateef&family=Outfit:wght@300&display=swap'"); .cabeza { display: flex; flex-wrap: wrap; box-sizing: inherit; padding: 2% 2% 0.5% 2%; margin: 0; justify-content: space-between; } .busqueda { display: block; paddi...
0.426322
0.158174
@tailwind base; @tailwind components; @tailwind utilities; progress { border-radius: 7px; height: 28px; } progress::-webkit-progress-bar { background-color: #dadada; border-radius: 7px; } progress::-webkit-progress-value { background-color: dodgerblue; border-radius: 7px; } /* taggle js css *...
resources/css/app.css
@tailwind base; @tailwind components; @tailwind utilities; progress { border-radius: 7px; height: 28px; } progress::-webkit-progress-bar { background-color: #dadada; border-radius: 7px; } progress::-webkit-progress-value { background-color: dodgerblue; border-radius: 7px; } /* taggle js css *...
0.446012
0.0643
* { -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-size: 16px; font-family: sans-serif; } body, h1, h2, h3, h4 { margin: 0; font-family: Arial, Helvetica, sans-serif; } body.modal-open { /* block scroll*/ overflow: hidden; } a { text-decoration: none; } /* The following two styl...
static/global.css
* { -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-size: 16px; font-family: sans-serif; } body, h1, h2, h3, h4 { margin: 0; font-family: Arial, Helvetica, sans-serif; } body.modal-open { /* block scroll*/ overflow: hidden; } a { text-decoration: none; } /* The following two styl...
0.397471
0.088702
.App { text-align: center; } .App-body { /* background-color: #d2f5f2; */ background-color: #008f6b; /* background-color: #A899BA; */ min-height: 100vh; display: flex; flex-direction: column; align-items: center; /* justify-content: center; */ font-size: calc(10px + 2vmin); color: white; } .moda...
src/App.css
.App { text-align: center; } .App-body { /* background-color: #d2f5f2; */ background-color: #008f6b; /* background-color: #A899BA; */ min-height: 100vh; display: flex; flex-direction: column; align-items: center; /* justify-content: center; */ font-size: calc(10px + 2vmin); color: white; } .moda...
0.329284
0.058831
.gl-star-rating[data-star-rating] { position: relative; display: block; } .gl-star-rating[data-star-rating] > select { overflow: hidden; visibility: visible !important; position: absolute !important; top: 0; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: circle(1px at 0...
public/css/reating/demo/styles.css
.gl-star-rating[data-star-rating] { position: relative; display: block; } .gl-star-rating[data-star-rating] > select { overflow: hidden; visibility: visible !important; position: absolute !important; top: 0; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: circle(1px at 0...
0.448909
0.147832
@-webkit-keyframes spinAround { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes spinAround { from { -webkit-transform: rotate(0); transform: rotate(0) } ...
src/bulma-calendar.min.css
@-webkit-keyframes spinAround { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes spinAround { from { -webkit-transform: rotate(0); transform: rotate(0) } ...
0.354545
0.061537
:root { --gray: #808080; --science-blue: #055DC5; --halloween-orange: #E26E2D; --la-salle-green: #008736; --release-stage-text-color: #FFFFFF; --destinations-card-glyph-color: #FFFFFF; --destinations-card-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.13), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.11); } .release-stage ...
templates/altmp/styles/main.css
:root { --gray: #808080; --science-blue: #055DC5; --halloween-orange: #E26E2D; --la-salle-green: #008736; --release-stage-text-color: #FFFFFF; --destinations-card-glyph-color: #FFFFFF; --destinations-card-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.13), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.11); } .release-stage ...
0.601828
0.188567
body{ background-color: rgb(118, 118, 190); } /* container{ background-color: blue; width: 800px; } */ /* header{ background-color: gold; } */ .container div div { background-color:whitesmoke; margin-top: 30px; } .pictures { width: 20%; height: 30%; } .project { height: 100px; width: ...
assets/CSS/style.css
body{ background-color: rgb(118, 118, 190); } /* container{ background-color: blue; width: 800px; } */ /* header{ background-color: gold; } */ .container div div { background-color:whitesmoke; margin-top: 30px; } .pictures { width: 20%; height: 30%; } .project { height: 100px; width: ...
0.45423
0.087408
.background_glossyPeachPuff7, .hover_background_glossyPeachPuff7:hover, .active_background_glossyPeachPuff7:active:hover { background: #a64e00; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background...
widgets/common/assets/gradients/glossy/glossyPeachPuff/glossyPeachPuff7.css
.background_glossyPeachPuff7, .hover_background_glossyPeachPuff7:hover, .active_background_glossyPeachPuff7:active:hover { background: #a64e00; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background...
0.44553
0.06134
:root { --bg0: rgb(30, 30, 30); --bg1: rgb(16, 16, 20); --bg2: rgb(8, 8, 10); --fg0: white; --fg1: lightgray; --neon: rgb(0, 140, 255); --a: rgb(8, 8, 10); --b: rgb(16, 16, 20); --c: rgb(24, 24, 30); } @font-face { font-family: "tiny islanders"; src: url("../assets/tiny-islanders.otf") format("w...
website/public/css/styles.css
:root { --bg0: rgb(30, 30, 30); --bg1: rgb(16, 16, 20); --bg2: rgb(8, 8, 10); --fg0: white; --fg1: lightgray; --neon: rgb(0, 140, 255); --a: rgb(8, 8, 10); --b: rgb(16, 16, 20); --c: rgb(24, 24, 30); } @font-face { font-family: "tiny islanders"; src: url("../assets/tiny-islanders.otf") format("w...
0.512205
0.143938
a, abbr, acronym, address, applet, audio, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, time, tt, u, ul, var, video, inpu...
static/css/widescreen/css/index/css/reset.css
a, abbr, acronym, address, applet, audio, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, time, tt, u, ul, var, video, inpu...
0.255529
0.19923
@import url(https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap); html, body {width: auto!important; overflow-x: hidden!important} .footer { background-color: #333; padding: 30px; display: flex; color: white; font-size: 16px; } .footer .address { list-style: none; display: f...
src/components/Footer/style.module.css
@import url(https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap); html, body {width: auto!important; overflow-x: hidden!important} .footer { background-color: #333; padding: 30px; display: flex; color: white; font-size: 16px; } .footer .address { list-style: none; display: f...
0.388502
0.101233
* { margin: 0; padding: 0; } a {color: #36C;} a:hover {color: #06F;} body { background: #4E5D3C url(img/bg.jpg); color: #444; font: normal 62.5% "Lucida Sans Unicode",sans-serif; margin: 0; } p,blockquote,ul {margin-bottom: 1.2em;} h1 {font: normal 1.6em serif;} h2 { font: bold 1em Verdana,serif; margin: ...
static/default.css
* { margin: 0; padding: 0; } a {color: #36C;} a:hover {color: #06F;} body { background: #4E5D3C url(img/bg.jpg); color: #444; font: normal 62.5% "Lucida Sans Unicode",sans-serif; margin: 0; } p,blockquote,ul {margin-bottom: 1.2em;} h1 {font: normal 1.6em serif;} h2 { font: bold 1em Verdana,serif; margin: ...
0.252016
0.157785
@page :left { margin-left: 1cm; } .nav-aside, .header-top, .level0 { display:none; } .content-form{ margin-right: 0; } .content { margin-left:0px; padding:0; border:none; } .printed_list td { font-size:12px; padding:0.3mm 2mm 0.3mm 0.5mm; } .printed_list .square { font-size:13px; padding:0 2mm 0 0 ; } .prin...
assets/css/print.css
@page :left { margin-left: 1cm; } .nav-aside, .header-top, .level0 { display:none; } .content-form{ margin-right: 0; } .content { margin-left:0px; padding:0; border:none; } .printed_list td { font-size:12px; padding:0.3mm 2mm 0.3mm 0.5mm; } .printed_list .square { font-size:13px; padding:0 2mm 0 0 ; } .prin...
0.393152
0.098252
@sprite .regularButton .left { gwt-image: 'regularLeftImage'; } @sprite .regularButton .middle { gwt-image: 'regularMiddleImage'; font-size: 8.5pt; line-height: value('regularMiddleImage.getHeight', 'px'); white-space: nowrap; padding: 0 3px; } @sprite .regularButton .right { gwt-image: 'regularRightIma...
src/org/waveprotocol/wave/client/widget/button/text/TextButton.css
@sprite .regularButton .left { gwt-image: 'regularLeftImage'; } @sprite .regularButton .middle { gwt-image: 'regularMiddleImage'; font-size: 8.5pt; line-height: value('regularMiddleImage.getHeight', 'px'); white-space: nowrap; padding: 0 3px; } @sprite .regularButton .right { gwt-image: 'regularRightIma...
0.581422
0.203233
.d-flex { display : -webkit-box; display : -webkit-flex; display : -moz-box; display : -ms-flexbox; display : flex } .row { display: flex; flex-direction: row; align-items: center; } .row-center { display: flex; flex-direction: row; align-items: center; justify-content: center; } .row-between ...
styles/common.css
.d-flex { display : -webkit-box; display : -webkit-flex; display : -moz-box; display : -ms-flexbox; display : flex } .row { display: flex; flex-direction: row; align-items: center; } .row-center { display: flex; flex-direction: row; align-items: center; justify-content: center; } .row-between ...
0.448185
0.083329
.mapi-docs { line-height: 1.5; padding-left: 2em; padding-right: 2em; } .mapi-docs p { max-width: 60em; } .mapi-docs .mapi-body { max-width: 60em; } .mapi-docs code { border: 1px solid rgba(214,214,214,1); background-color: rgba(249,249,249,1); padding: 0.1em 0.5em; } .map...
ThirdParty/mono/repo/docs/api-style.css
.mapi-docs { line-height: 1.5; padding-left: 2em; padding-right: 2em; } .mapi-docs p { max-width: 60em; } .mapi-docs .mapi-body { max-width: 60em; } .mapi-docs code { border: 1px solid rgba(214,214,214,1); background-color: rgba(249,249,249,1); padding: 0.1em 0.5em; } .map...
0.620277
0.201067
.datatable-default .row{ display: contents ; } .datatable-default .header-table{ margin-bottom: 10px; display: flex; } .datatable-default .header-table .tbl-logo-offset{ width: 50px ; height: 50px; border-radius: 10px; background-color: #444444; line-height: 50px; text-align: center; font-size: 20px; display...
resources/assets/css/table.css
.datatable-default .row{ display: contents ; } .datatable-default .header-table{ margin-bottom: 10px; display: flex; } .datatable-default .header-table .tbl-logo-offset{ width: 50px ; height: 50px; border-radius: 10px; background-color: #444444; line-height: 50px; text-align: center; font-size: 20px; display...
0.251005
0.091707
ul#form-fields { padding: 0px; margin: 0px; } /* ul#form-fields li:first-child { padding-top: 0px; } */ ul#form-fields li { list-style-type: none; border-bottom: 1px solid #ddd; padding: 10px 0px 10px 0px; cursor: pointer; } ul#form-fields li:hover { background-color: #f2f2f2; } ul#form-fields li:last-child { ...
public/admin/css/formbuilder.css
ul#form-fields { padding: 0px; margin: 0px; } /* ul#form-fields li:first-child { padding-top: 0px; } */ ul#form-fields li { list-style-type: none; border-bottom: 1px solid #ddd; padding: 10px 0px 10px 0px; cursor: pointer; } ul#form-fields li:hover { background-color: #f2f2f2; } ul#form-fields li:last-child { ...
0.246261
0.066387
* { box-sizing: border-box; margin: 0px; padding: 0px; } .col-1 { width: 8.33%; } .col-2 { width: 16.66%; } .col-3 { width: 25%; } .col-4 { width: 33.33%; } .col-5 { width: 41.66%; } ...
Day_08_CSS-5/css/style.css
* { box-sizing: border-box; margin: 0px; padding: 0px; } .col-1 { width: 8.33%; } .col-2 { width: 16.66%; } .col-3 { width: 25%; } .col-4 { width: 33.33%; } .col-5 { width: 41.66%; } ...
0.484136
0.187653
@charset "UTF-8"; html{ font-family:"PT Serif", Georgia, serif; font-size:100%; line-height:1.6; background:#fff; color:#000; -webkit-overflow-scrolling:touch; } body{ margin:1em; font-size:1rem; } @media (min-width: 20rem){ body{ font-size:calc(1rem + 0.0125 * (100vw - 20rem)); } } @medi...
src/awsm.css
@charset "UTF-8"; html{ font-family:"PT Serif", Georgia, serif; font-size:100%; line-height:1.6; background:#fff; color:#000; -webkit-overflow-scrolling:touch; } body{ margin:1em; font-size:1rem; } @media (min-width: 20rem){ body{ font-size:calc(1rem + 0.0125 * (100vw - 20rem)); } } @medi...
0.195172
0.071624
body{text-align:center; font-family:"Microsoft Yahei";text-align:center; font-size:12px;color:#4F4F4F;} input,textarea,select{font-family:"Microsoft Yahei";} /*头部*/ .h_bg{ width:100%; height:119px; background:url(../images/h_bg.jpg) repeat-x; min-width:1200px;} .head{ width:1200px; height:119px; margin:0px auto;} .head...
templates/lf/css/thems.css
body{text-align:center; font-family:"Microsoft Yahei";text-align:center; font-size:12px;color:#4F4F4F;} input,textarea,select{font-family:"Microsoft Yahei";} /*头部*/ .h_bg{ width:100%; height:119px; background:url(../images/h_bg.jpg) repeat-x; min-width:1200px;} .head{ width:1200px; height:119px; margin:0px auto;} .head...
0.311951
0.139866
@charset "UTF-8"; body, html { font-family: 'Open Sans', Arial, Helvetica, sans-serif; text-align: center; color: #777775; background: #fafaf8; padding: 0; margin: 0; border: 0px; display: block; overflow-x: hidden; border: 1px black; font-size: 14px; } .lasagna-layer-1 { background-color: #19...
fluxtream-web/src/main/webapp/css/index-2014.css
@charset "UTF-8"; body, html { font-family: 'Open Sans', Arial, Helvetica, sans-serif; text-align: center; color: #777775; background: #fafaf8; padding: 0; margin: 0; border: 0px; display: block; overflow-x: hidden; border: 1px black; font-size: 14px; } .lasagna-layer-1 { background-color: #19...
0.278551
0.058265
body.modal-open { padding-right: 0 !important; overflow: auto; } body.scrollable { overflow-y: auto; } .modal-dialog .modal-content { border-radius: 2px; border: 0; } .modal { padding-right: 0 !important; } @media (min-width: 768px) { .modal .modal-dialog.modal-top { top: 0; } .modal .mod...
public/includes/admin/backend/assets/css/mdb.css
body.modal-open { padding-right: 0 !important; overflow: auto; } body.scrollable { overflow-y: auto; } .modal-dialog .modal-content { border-radius: 2px; border: 0; } .modal { padding-right: 0 !important; } @media (min-width: 768px) { .modal .modal-dialog.modal-top { top: 0; } .modal .mod...
0.338733
0.035112
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; body { font-family: 'Poppins', sans-serif; background: #FAFAFA; } /* --------------------------------------------------- RANDOM ----------------------------------------------------- */ .btn-toggle-option { background: #F7F...
public/assets/css/style.css
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; body { font-family: 'Poppins', sans-serif; background: #FAFAFA; } /* --------------------------------------------------- RANDOM ----------------------------------------------------- */ .btn-toggle-option { background: #F7F...
0.433502
0.097605
@import "./shared.css"; img { max-width: 100%; } #root { max-width: 45em; width: 100%; } /* logo */ h1 { margin: 0; } /* tagline */ h1 + p { color: #52B2E4; font-size: 1.16em; max-width: 20em; margin: 2.25em auto; } h2 { color: #52B2E4; font-weight: normal; font-size: 1.33em; margin-top: 3e...
app/index.css
@import "./shared.css"; img { max-width: 100%; } #root { max-width: 45em; width: 100%; } /* logo */ h1 { margin: 0; } /* tagline */ h1 + p { color: #52B2E4; font-size: 1.16em; max-width: 20em; margin: 2.25em auto; } h2 { color: #52B2E4; font-weight: normal; font-size: 1.33em; margin-top: 3e...
0.46223
0.097176
@charset "UTF-8"; /* -----------H-ui前端框架--H-ui.reset.css v1.2---------------*/ /*0.563 0.625*/ /*0.72 0.75*/ /*0.844 0.875*/ /*0.9375 1*/ @media only screen and (min-width: 320px) and (max-width: 359.9px) { html { font-size: 12px; } } @media only screen and (min-width: 360px) and (max-width: 409.9px) { html { font-size...
dist/css/classSummary-2.css
@charset "UTF-8"; /* -----------H-ui前端框架--H-ui.reset.css v1.2---------------*/ /*0.563 0.625*/ /*0.72 0.75*/ /*0.844 0.875*/ /*0.9375 1*/ @media only screen and (min-width: 320px) and (max-width: 359.9px) { html { font-size: 12px; } } @media only screen and (min-width: 360px) and (max-width: 409.9px) { html { font-size...
0.345326
0.076996
/* 绝对居中 */ /* ui-flex ui-flex-pack-center ui-flex-align-center */ .red { color: red; } .center { text-align: center; } .relative { position: relative; } .flt-right { position: absolute; right: 10px; } .overflow-hidden { overflow: hidden; } .full-width { width: 100%; } /* 不然挤出去了 */ .near-full-width...
static/customer/css/common.css
/* 绝对居中 */ /* ui-flex ui-flex-pack-center ui-flex-align-center */ .red { color: red; } .center { text-align: center; } .relative { position: relative; } .flt-right { position: absolute; right: 10px; } .overflow-hidden { overflow: hidden; } .full-width { width: 100%; } /* 不然挤出去了 */ .near-full-width...
0.295942
0.074231
@value My-blue: #0b0eee; @value Shadow-blue: #0b0fee83; .container { width: 100%; min-height: 100vh; padding-block-end: 60px; background-color: #131111; overflow-x: hidden; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-ser...
styles/home.module.css
@value My-blue: #0b0eee; @value Shadow-blue: #0b0fee83; .container { width: 100%; min-height: 100vh; padding-block-end: 60px; background-color: #131111; overflow-x: hidden; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-ser...
0.564339
0.088072
* { margin: 0; padding: 0; } body { background: black; } h1,h2,h3,label { color: white; margin: 10px 0px; } form { display: flex; flex-flow: column; margin: 30px; } form > input[type=date] { width: 200px; } .btn { width: 200px; height: 50px; margin: 20px 10px; background: none; borde...
styles/panel.css
* { margin: 0; padding: 0; } body { background: black; } h1,h2,h3,label { color: white; margin: 10px 0px; } form { display: flex; flex-flow: column; margin: 30px; } form > input[type=date] { width: 200px; } .btn { width: 200px; height: 50px; margin: 20px 10px; background: none; borde...
0.287068
0.171789
html { direction: rtl; } body { direction: rtl; } .flip.text-left { text-align: right; } .flip.text-right { text-align: left; } .list-unstyled { padding-right: 0; padding-left: initial; } .list-inline { padding-right: 0; padding-left: initial; margin-right: -5px; margin-left: 0; } dd { margin-righ...
css/style-rtl.css
html { direction: rtl; } body { direction: rtl; } .flip.text-left { text-align: right; } .flip.text-right { text-align: left; } .list-unstyled { padding-right: 0; padding-left: initial; } .list-inline { padding-right: 0; padding-left: initial; margin-right: -5px; margin-left: 0; } dd { margin-righ...
0.704364
0.092688
table { border-width: 1px 1px 1px 1px; border-spacing: 0; border-style: solid; } table th, td { border-width: 1px 1px 1px 1px; border-style: solid; margin: 0; padding: 1px; text-align: center; } td.Veteran, tr.Veteran { background-color:#ccf; } td.Guardian, tr.Guardian { background-color:#fcc; } t...
_attachments/style/table.css
table { border-width: 1px 1px 1px 1px; border-spacing: 0; border-style: solid; } table th, td { border-width: 1px 1px 1px 1px; border-style: solid; margin: 0; padding: 1px; text-align: center; } td.Veteran, tr.Veteran { background-color:#ccf; } td.Guardian, tr.Guardian { background-color:#fcc; } t...
0.437583
0.230573
.segel { margin: 1rem 0; } .segel, .segel * { box-sizing: border-box; } .segel ul { margin: 0; padding-left: 0; list-style: none; } .segel-container { position: relative; border: 2px solid #f0f0f0; border-width: 2px 0; } .segel-indicator { width: 2px; position: absolute; top: 0; bottom: 0; z-i...
dist/segel.css
.segel { margin: 1rem 0; } .segel, .segel * { box-sizing: border-box; } .segel ul { margin: 0; padding-left: 0; list-style: none; } .segel-container { position: relative; border: 2px solid #f0f0f0; border-width: 2px 0; } .segel-indicator { width: 2px; position: absolute; top: 0; bottom: 0; z-i...
0.612657
0.104295
.footer-dark { padding: 50px 0; color: #f0f9ff; background-color: #282d32; } #footer1 #footer-row { margin-left: 120px; } .footer-dark h3 { margin-top: 0; margin-bottom: 12px; font-weight: bold; font-size: 16px; } .footer-dark ul { padding: 0; list-style: none; line-height: 1.6; font-size: 14...
main_website/static/css/Footer-Dark.css
.footer-dark { padding: 50px 0; color: #f0f9ff; background-color: #282d32; } #footer1 #footer-row { margin-left: 120px; } .footer-dark h3 { margin-top: 0; margin-bottom: 12px; font-weight: bold; font-size: 16px; } .footer-dark ul { padding: 0; list-style: none; line-height: 1.6; font-size: 14...
0.360377
0.071138
*{ margin: 0; padding: 0; } body { font-family: Helvetica, Arial, sans-serif; font-size: 14px; color: #545353; color: #005A92; background: #B0BEC7; padding: 20px; } #content { margin: 0 auto; max-width: 1200px; background: #fff; padding: 20px 30px; -webkit-box-shadow: 2px 2px 5px 1px rgba(0, ...
googlesitemaps/css/style.css
*{ margin: 0; padding: 0; } body { font-family: Helvetica, Arial, sans-serif; font-size: 14px; color: #545353; color: #005A92; background: #B0BEC7; padding: 20px; } #content { margin: 0 auto; max-width: 1200px; background: #fff; padding: 20px 30px; -webkit-box-shadow: 2px 2px 5px 1px rgba(0, ...
0.29209
0.081337
nav#dashboardContent { position: relative; display: block; max-height: calc(100vh - (60px * 2)); } /* Conteudo do servidor */ div#serverProps { position: relative; text-align: center; justify-content: center; width: 100%; } div#serverHeader { background-color: #222731; box-shadow...
public/css/dashboard-guild/dashboard-guild.css
nav#dashboardContent { position: relative; display: block; max-height: calc(100vh - (60px * 2)); } /* Conteudo do servidor */ div#serverProps { position: relative; text-align: center; justify-content: center; width: 100%; } div#serverHeader { background-color: #222731; box-shadow...
0.424054
0.088465
margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; font-family: Verdana, Geneva, Tahoma, sans-serif; } img { object-fit: cover; } #foo__styles-module__middle div { display: block; } #foo__styles-module__middle span { display: inline-block; } /*frequent products*/ .foo__st...
client/dist/main.css
margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; font-family: Verdana, Geneva, Tahoma, sans-serif; } img { object-fit: cover; } #foo__styles-module__middle div { display: block; } #foo__styles-module__middle span { display: inline-block; } /*frequent products*/ .foo__st...
0.335133
0.061227
*{ font-size: 12px; } body { margin: 0; padding: 0; } ul, dd, dl, h2, p, form, input{ padding: 0; margin: 0; } ul li { list-style-type: none; } #header { width: 900px; height: 30px; margin: 0 auto; background: linear-gradient(#eee, #ddd); } #header .member { width: 100px...
front-end/demo/css/mxtan.css
*{ font-size: 12px; } body { margin: 0; padding: 0; } ul, dd, dl, h2, p, form, input{ padding: 0; margin: 0; } ul li { list-style-type: none; } #header { width: 900px; height: 30px; margin: 0 auto; background: linear-gradient(#eee, #ddd); } #header .member { width: 100px...
0.50415
0.077692
@font-face { font-family: 'Nico'; src: url('../../fonts/Nicoletta.ttf'); } .bor { border: 1px solid white; } body { background-color: #222; min-height: 800px; } .pb { display: block; position: fixed; left: 0; top: 0; right: 0; bottom: 0; margin: auto; z-index: 1200...
web/css/portfolio/layout.css
@font-face { font-family: 'Nico'; src: url('../../fonts/Nicoletta.ttf'); } .bor { border: 1px solid white; } body { background-color: #222; min-height: 800px; } .pb { display: block; position: fixed; left: 0; top: 0; right: 0; bottom: 0; margin: auto; z-index: 1200...
0.530966
0.145722
@font-face { font-family: 'Helvetica-Light'; src: url('Helvetica-Light.eot') format('embedded-opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Helvetica-Light'; src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHZQAA8AAAAAxXwAAAAAAAAAAAAAAAAAAAAAAAAAA...
web/fonts/Helvetica-Light/styles.css
@font-face { font-family: 'Helvetica-Light'; src: url('Helvetica-Light.eot') format('embedded-opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Helvetica-Light'; src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHZQAA8AAAAAxXwAAAAAAAAAAAAAAAAAAAAAAAAAA...
0.24015
0.143848
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; /* debbuging only */ /*outline: 1px solid red !important;*/ } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row...
css/main.css
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; /* debbuging only */ /*outline: 1px solid red !important;*/ } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row...
0.385722
0.117016
.ho-i{/*透明性隐藏*/ opacity:0!important; } .hv-i{/*可见性隐藏*/ visibility:none!important; } .h-i,.hd-i{/*显示(渲染性)性隐藏*/ display:none!important; } .hp-i{/*位置偏移*/ position: absolute!important; top: -9999px!important; left: -9999px!important; } .s-i{/*show*/ display:block!important; } .ho{/*透明性隐藏*/ o...
global.css
.ho-i{/*透明性隐藏*/ opacity:0!important; } .hv-i{/*可见性隐藏*/ visibility:none!important; } .h-i,.hd-i{/*显示(渲染性)性隐藏*/ display:none!important; } .hp-i{/*位置偏移*/ position: absolute!important; top: -9999px!important; left: -9999px!important; } .s-i{/*show*/ display:block!important; } .ho{/*透明性隐藏*/ o...
0.23926
0.056548
#west { width:280px; } .ext-ie #west { width:270px; } #center { width:640px; } #north h1 { font-size:20px; } #east { width: 0px; } #west-content { margin:0 10px 0 0; font-family:arial, sans-serif; } #west a, #center a { text-decoration:none; } #west a:hover, #center a:hover { text-decoration:underline; } #tre...
web/extjs-3/plugins/filetree/css/filetree.css
#west { width:280px; } .ext-ie #west { width:270px; } #center { width:640px; } #north h1 { font-size:20px; } #east { width: 0px; } #west-content { margin:0 10px 0 0; font-family:arial, sans-serif; } #west a, #center a { text-decoration:none; } #west a:hover, #center a:hover { text-decoration:underline; } #tre...
0.204461
0.074131
.item-a { grid-area: header; } .item-b { grid-area: main; } .item-c { grid-area: footer; } .container { display: grid inline-grid; grid-template-columns: auto; grid-template-rows: auto; grid-template-areas: "header header header header" "main main main main" "fo...
public/css/layout.css
.item-a { grid-area: header; } .item-b { grid-area: main; } .item-c { grid-area: footer; } .container { display: grid inline-grid; grid-template-columns: auto; grid-template-rows: auto; grid-template-areas: "header header header header" "main main main main" "fo...
0.418103
0.143938
*{ margin:0; padding:0; } { background: #99c1d8; } .navbar { padding-right: 4rem; font-size: 1.2rem; opacity: 0.9; } .navbar:hover { opacity: 1.2; } .main-heading { font-family: "Raleway"; font-weight: bolder; font-size: 4rem; margin-top: 0rem; text-align: center; } /*---banner secti...
Style.css
*{ margin:0; padding:0; } { background: #99c1d8; } .navbar { padding-right: 4rem; font-size: 1.2rem; opacity: 0.9; } .navbar:hover { opacity: 1.2; } .main-heading { font-family: "Raleway"; font-weight: bolder; font-size: 4rem; margin-top: 0rem; text-align: center; } /*---banner secti...
0.335351
0.066146
.m-ned-tab{position:fixed;top:1.877rem;left:0;z-index:99;float:left;width:100%;height:1.92rem;background:#f7f7f7;border-bottom:1px solid #e6e6e6;} .m-ned-tab ul{float:left;width:100%;} .m-ned-tab ul li{float:left;padding:0 1.06rem;width:50%;line-height:1.87rem;text-align:center;-webkit-tap-highlight-color:transparent;}...
static/css/modular.css
.m-ned-tab{position:fixed;top:1.877rem;left:0;z-index:99;float:left;width:100%;height:1.92rem;background:#f7f7f7;border-bottom:1px solid #e6e6e6;} .m-ned-tab ul{float:left;width:100%;} .m-ned-tab ul li{float:left;padding:0 1.06rem;width:50%;line-height:1.87rem;text-align:center;-webkit-tap-highlight-color:transparent;}...
0.320183
0.042962
* { caret-color: #05e6c4; } .theme-dark { /* Testing a new format */ /* Importing colors into 'colors' */ /* Rather than importing colors into each use (ex. background, text, etc) */ --color-pt-teal-lighter: #adfff3; --color-pt-teal-light: #70fde6; --color-pt-teal-bright: #1ef7d6; --color-pt-teal-defau...
pack/react-components/src/styles/themes.css
* { caret-color: #05e6c4; } .theme-dark { /* Testing a new format */ /* Importing colors into 'colors' */ /* Rather than importing colors into each use (ex. background, text, etc) */ --color-pt-teal-lighter: #adfff3; --color-pt-teal-light: #70fde6; --color-pt-teal-bright: #1ef7d6; --color-pt-teal-defau...
0.333829
0.080285
html, body { margin: 0 auto; height: 100%; } input[type='checkbox'], input[type='radio'] { height: auto; padding: initial; } input, textarea, select, fieldset { margin-bottom: 1rem; } label, legend { display: block; font-weight: 600; margin-bottom: 0.5rem; } form { margin-bottom: 0; } @keyframes button-enter {...
src/Web/static/modesta.css
html, body { margin: 0 auto; height: 100%; } input[type='checkbox'], input[type='radio'] { height: auto; padding: initial; } input, textarea, select, fieldset { margin-bottom: 1rem; } label, legend { display: block; font-weight: 600; margin-bottom: 0.5rem; } form { margin-bottom: 0; } @keyframes button-enter {...
0.456652
0.102979
body{ margin-top : 3%; height : 100%; alignment: center; } .red-background{ background-color: #ff4455; } .amber-background{ background-color : #ffad5c; } .blue-background{ background-color: #c2e0ff; } .white-background{ background-color: "white"; } .green-background{ background-color:...
src/public/css/monitoring.css
body{ margin-top : 3%; height : 100%; alignment: center; } .red-background{ background-color: #ff4455; } .amber-background{ background-color : #ffad5c; } .blue-background{ background-color: #c2e0ff; } .white-background{ background-color: "white"; } .green-background{ background-color:...
0.306216
0.063222
body, a { font-family: 'Montserrat', sans-serif; color: #161016; } a, .slick-dots li button { cursor: crosshair; } a:hover { text-decoration: none; } h1 { text-align: center; margin: 20px 0 20px 0; } .container { padding-top: 2%; } .row { padding: inherit; } .title { text-shadow: 1px 1px 2px #655b6...
css/styles.css
body, a { font-family: 'Montserrat', sans-serif; color: #161016; } a, .slick-dots li button { cursor: crosshair; } a:hover { text-decoration: none; } h1 { text-align: center; margin: 20px 0 20px 0; } .container { padding-top: 2%; } .row { padding: inherit; } .title { text-shadow: 1px 1px 2px #655b6...
0.331012
0.085442
.banner { padding: .5rem 0 .5rem 0; background-color: #f0f6fa; text-align: center; font-size: .7rem; font-weight: 300; } .banner-centered { color: #435159; text-align: center; display: inline; } .banner-image { padding-left: .7rem;; margin-bottom: -1px; margin-right: 3px; } /* Headings */ .mas...
blog-site/src/components/layout.css
.banner { padding: .5rem 0 .5rem 0; background-color: #f0f6fa; text-align: center; font-size: .7rem; font-weight: 300; } .banner-centered { color: #435159; text-align: center; display: inline; } .banner-image { padding-left: .7rem;; margin-bottom: -1px; margin-right: 3px; } /* Headings */ .mas...
0.50952
0.135175
h1, a { font-family: 'Indie Flower', cursive; font-weight: 600; } h2, h3, h4, h5, h6, p, button { font-family: 'Quicksand', sans-serif; } .indi { font-family: 'Indie Flower', cursive !important; } code { text-align: left; padding: 10px; margin: auto; color: white !important; } .white { color: rgba(255...
assets/css/parallax.css
h1, a { font-family: 'Indie Flower', cursive; font-weight: 600; } h2, h3, h4, h5, h6, p, button { font-family: 'Quicksand', sans-serif; } .indi { font-family: 'Indie Flower', cursive !important; } code { text-align: left; padding: 10px; margin: auto; color: white !important; } .white { color: rgba(255...
0.267983
0.148881
* { box-sizing: border-box; } body { margin: 0; } .App { margin: 0; height: 100vh; } .login-box { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; } .login-input { width: 300px; height: 30px; padding: 0...
client/src/index.css
* { box-sizing: border-box; } body { margin: 0; } .App { margin: 0; height: 100vh; } .login-box { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; } .login-input { width: 300px; height: 30px; padding: 0...
0.468061
0.104432
*{margin:0;padding:0;} /* body背景 */ body{ background-color:#f7f7f7; } /* 最外层div regs 的样式 */ #regs{ display:flex; margin:0 auto; justify-content:center; padding:50px 0px; } /* 左侧div account 样式*/ #regs>.account>h1{ padding-top:10px; color:#000; font-size:20px; font-weight:bold; pad...
css/regs.css
*{margin:0;padding:0;} /* body背景 */ body{ background-color:#f7f7f7; } /* 最外层div regs 的样式 */ #regs{ display:flex; margin:0 auto; justify-content:center; padding:50px 0px; } /* 左侧div account 样式*/ #regs>.account>h1{ padding-top:10px; color:#000; font-size:20px; font-weight:bold; pad...
0.240596
0.05921
width: 100vw; height: 100vh; margin: auto; background-color: rgb(255, 255, 255); display: flex; } .forgot-page-left { width: 60vw; height: inherit; background-color: var(--background); display: flex; flex-direction: column; align-items: center; justify-content: center; } #...
src/screens/Forgot/styles.css
width: 100vw; height: 100vh; margin: auto; background-color: rgb(255, 255, 255); display: flex; } .forgot-page-left { width: 60vw; height: inherit; background-color: var(--background); display: flex; flex-direction: column; align-items: center; justify-content: center; } #...
0.280222
0.051845
* The game wrapper element. */ #game { /** * The size (width and height) of falling beats. */ --beat-size: 80px; /** * The duration of a beat's falling animation. * In other words, the time a beat takes to reach its target. * This is the default value. * The JS can overwrite...
public/game.css
* The game wrapper element. */ #game { /** * The size (width and height) of falling beats. */ --beat-size: 80px; /** * The duration of a beat's falling animation. * In other words, the time a beat takes to reach its target. * This is the default value. * The JS can overwrite...
0.818519
0.184657
*,*:before,*:after{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box } :focus{ outline:0!important } figure{ margin:0; padding:0 } figure img{ width:100%; height:auto } figure :not(.icon-overlay) a:hover,figure:not(.icon-overlay)>a:hover{ opacity:.7 } img[src*=".svg"]{ height:1...
public/css/user/main.css
*,*:before,*:after{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box } :focus{ outline:0!important } figure{ margin:0; padding:0 } figure img{ width:100%; height:auto } figure :not(.icon-overlay) a:hover,figure:not(.icon-overlay)>a:hover{ opacity:.7 } img[src*=".svg"]{ height:1...
0.310904
0.052014
@charset "utf-8"; /* - ver2.0 (2017.02) - 배포 시작 : 2017년 3월 - 주요 태그에 대한 reset용도 */ body {font-family:'Malgun Gothic', '맑은 고딕'; font-size:12px;color:#444; background:#fff;} body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,a,pre{margin:0;padding:0;-webki...
old/css/base.css
@charset "utf-8"; /* - ver2.0 (2017.02) - 배포 시작 : 2017년 3월 - 주요 태그에 대한 reset용도 */ body {font-family:'Malgun Gothic', '맑은 고딕'; font-size:12px;color:#444; background:#fff;} body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,a,pre{margin:0;padding:0;-webki...
0.166506
0.064212
body { font-family: 'Raleway', sans-serif; color: #a5a5a5; } /*common font family*/ p, .heading-title > span, .process-wrapp li > .pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span, .price-table .ammount .dur, .pagination li > a, .counters .count_nums, .price-table .ammount h2, ...
public/css/green.css
body { font-family: 'Raleway', sans-serif; color: #a5a5a5; } /*common font family*/ p, .heading-title > span, .process-wrapp li > .pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span, .price-table .ammount .dur, .pagination li > a, .counters .count_nums, .price-table .ammount h2, ...
0.296145
0.057203
/* ---------------------------------------*/ /* Core Styles */ /* ---------------------------------------*/ /* Links */ a, a:focus, a:hover { color: #fff; } /* Custom default button */ .btn-default, .btn-default:hover, .btn-default:focus { color: #333; text-shadow: n...
project/static/css/facet.css
/* ---------------------------------------*/ /* Core Styles */ /* ---------------------------------------*/ /* Links */ a, a:focus, a:hover { color: #fff; } /* Custom default button */ .btn-default, .btn-default:hover, .btn-default:focus { color: #333; text-shadow: n...
0.385606
0.040655
@charset "utf-8"; @media only screen and (max-width: 1350px) { #header, #footer .padding-wrapper { padding:23px 25px 13px; } } @media only screen and (max-width: 1320px) { #container { width:960px; } } @media only screen and (max-width: 992px) { #container { width:640px !important; } .col3-3, .col4-3 { width:620...
src/main/resources/static/admin/css/responsive.css
@charset "utf-8"; @media only screen and (max-width: 1350px) { #header, #footer .padding-wrapper { padding:23px 25px 13px; } } @media only screen and (max-width: 1320px) { #container { width:960px; } } @media only screen and (max-width: 992px) { #container { width:640px !important; } .col3-3, .col4-3 { width:620...
0.324235
0.176636
.slide-in-left { -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.12s both; animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.12s both; } .slide-in-top { -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.12s both; anim...
css/animations.css
.slide-in-left { -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.12s both; animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.12s both; } .slide-in-top { -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.12s both; anim...
0.449151
0.158272
div.error { background-color:#fae9e5 !important; } input.error { background-color:#fff; border:1px solid #cbcbcb; } div.rex488-validate-message { display:none; } div.rex488-form-row { width:100%; padding:0; background-color:#DFE9E9; border-top:1px solid #fff; border-bottom:1px...
files/css/articles.css
div.error { background-color:#fae9e5 !important; } input.error { background-color:#fff; border:1px solid #cbcbcb; } div.rex488-validate-message { display:none; } div.rex488-form-row { width:100%; padding:0; background-color:#DFE9E9; border-top:1px solid #fff; border-bottom:1px...
0.240953
0.042483
* { box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; } /* Style the header */ .header { overflow: hidden; background-color: #086c85; padding: 20px 10px; } .header a.logo { font-size: 25px; font-weight: bold; } .header a:hover { background-color: rgb(31, 8, 233...
app/app.css
* { box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; } /* Style the header */ .header { overflow: hidden; background-color: #086c85; padding: 20px 10px; } .header a.logo { font-size: 25px; font-weight: bold; } .header a:hover { background-color: rgb(31, 8, 233...
0.404978
0.088899
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); html, body{ width:100%; height:100%; font-family:'Poppins', sans-serif; color: #222; } .navbar{ padding: .8rem; } .navbar-nav li{ padding-right: 20px; } .nav-link{ font-size: 1.2em !important; } .carousel...
style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); html, body{ width:100%; height:100%; font-family:'Poppins', sans-serif; color: #222; } .navbar{ padding: .8rem; } .navbar-nav li{ padding-right: 20px; } .nav-link{ font-size: 1.2em !important; } .carousel...
0.370567
0.051678
@font-face { font-family: 'plaza-icon'; src: url(../../fonts/plaza-icon/plaza-icon.eot?uto3fr); src: url('../../fonts/plaza-icon/plaza-icon.eot?uto3fr#iefix') format('embedded-opentype'), url(../../fonts/plaza-icon/plaza-icon.ttf?uto3fr) format('truetype'), url(../../fonts/plaza-icon/plaza-icon.woff?uto3fr) format('...
public/assets/css/vendor/plaza-icon.css
@font-face { font-family: 'plaza-icon'; src: url(../../fonts/plaza-icon/plaza-icon.eot?uto3fr); src: url('../../fonts/plaza-icon/plaza-icon.eot?uto3fr#iefix') format('embedded-opentype'), url(../../fonts/plaza-icon/plaza-icon.ttf?uto3fr) format('truetype'), url(../../fonts/plaza-icon/plaza-icon.woff?uto3fr) format('...
0.279828
0.08152
.site__content { padding-top: 93px; } .header { padding: 0 2.6%; background-color: var(--main-color); transition: background-color .6s ease .4s, padding .6s; } .contacts { position: relative; } .contacts__banner { height: calc(100vh - 92.63px); background-image: url('../images/contacts/b...
public/frontend/css/contacts.css
.site__content { padding-top: 93px; } .header { padding: 0 2.6%; background-color: var(--main-color); transition: background-color .6s ease .4s, padding .6s; } .contacts { position: relative; } .contacts__banner { height: calc(100vh - 92.63px); background-image: url('../images/contacts/b...
0.456894
0.123656
a:active{ color: #fff; } .content{ height: auto; margin-right:24px; margin-left:24px; background-color: #ffffff; -webkit-box-shadow: #EEEEEE 0px 0px 8px 4px; -moz-box-shadow: #EEEEEE 0px 0px 8px 4px; box-shadow: #EEEEEE 0px 0px 8px 4px; } .userNavigation { font-size: 14px; color: #666666; padding: 20px 20px ...
garage-web/src/assets/css/untils.css
a:active{ color: #fff; } .content{ height: auto; margin-right:24px; margin-left:24px; background-color: #ffffff; -webkit-box-shadow: #EEEEEE 0px 0px 8px 4px; -moz-box-shadow: #EEEEEE 0px 0px 8px 4px; box-shadow: #EEEEEE 0px 0px 8px 4px; } .userNavigation { font-size: 14px; color: #666666; padding: 20px 20px ...
0.223971
0.079926
.principal { margin: 0 auto; max-width: 62.5rem; } .principal__pesquisa { background-color: #E2E2E2; border-radius: 1.25rem; box-shadow: 0px 0px 20px #00000080; display: flex; flex-direction: column; align-items: center; padding: 1.25rem; margin: 1.25rem; } .principal__input ...
estilos/principalHome.css
.principal { margin: 0 auto; max-width: 62.5rem; } .principal__pesquisa { background-color: #E2E2E2; border-radius: 1.25rem; box-shadow: 0px 0px 20px #00000080; display: flex; flex-direction: column; align-items: center; padding: 1.25rem; margin: 1.25rem; } .principal__input ...
0.629888
0.160463
body{ background-color: #89a750; width: 100%; height: 100%; } .navbar { color: white; min-height: 90px; } .estilo-x { font-size: 1.2em; text-align: center; } #texto:before{ content: "Participaciones Ambientales de Latinoamerica Transformada y Asociadas"; } @me...
css/style.css
body{ background-color: #89a750; width: 100%; height: 100%; } .navbar { color: white; min-height: 90px; } .estilo-x { font-size: 1.2em; text-align: center; } #texto:before{ content: "Participaciones Ambientales de Latinoamerica Transformada y Asociadas"; } @me...
0.286568
0.069195
body { font: 14px/20px sans-serif; width: 90%; margin: 0 auto; } pre, code, textarea { font: monospace; border: 1px solid #CCC; border-radius: 3px; background: #F9F9F9; padding: 0 3px; color: #555; white-space: pre; /* horizontal scroll to text area, if needed */ } pre, textarea { padding: 10px; } pre ...
implementations/javascript/styles.css
body { font: 14px/20px sans-serif; width: 90%; margin: 0 auto; } pre, code, textarea { font: monospace; border: 1px solid #CCC; border-radius: 3px; background: #F9F9F9; padding: 0 3px; color: #555; white-space: pre; /* horizontal scroll to text area, if needed */ } pre, textarea { padding: 10px; } pre ...
0.450843
0.109801
html{font-size:87.5%;} .container{width: 1200px; margin: 0 auto;} /*-- header --*/ header .navbar{margin-bottom:0;} .navbar-usercenter { margin-bottom: 0; border: 0; } .navbar-usercenter .nav { height: 100%; } .navbar-usercenter .nav li{margin:0 23px;} .navbar-usercenter .nav a { padding: 20px 15px; col...
src/main/webapp/resource/css2/common.css
html{font-size:87.5%;} .container{width: 1200px; margin: 0 auto;} /*-- header --*/ header .navbar{margin-bottom:0;} .navbar-usercenter { margin-bottom: 0; border: 0; } .navbar-usercenter .nav { height: 100%; } .navbar-usercenter .nav li{margin:0 23px;} .navbar-usercenter .nav a { padding: 20px 15px; col...
0.23118
0.054174
.background_antiqueWhite1, .hover_background_antiqueWhite1:hover, .active_background_antiqueWhite1:active:hover { background: #f0c284; background-image: -moz-linear-gradient(top, rgb(250, 235, 215) 0%, rgb(240, 194, 132) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%...
widgets/common/assets/gradients/simple/antiqueWhite/antiqueWhite1.css
.background_antiqueWhite1, .hover_background_antiqueWhite1:hover, .active_background_antiqueWhite1:active:hover { background: #f0c284; background-image: -moz-linear-gradient(top, rgb(250, 235, 215) 0%, rgb(240, 194, 132) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%...
0.52902
0.102619
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("basilmarket.com") { /* Background */ .day {background:url("http://s220.photobucket.com/albums/dd121/666smalls666/Basil Army Theme/BasilArmyBackgroundDay.jpg") top repeat-x #783 !important;} .night {background:url("http://i220.photobucket.com/a...
data/usercss/11053.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("basilmarket.com") { /* Background */ .day {background:url("http://s220.photobucket.com/albums/dd121/666smalls666/Basil Army Theme/BasilArmyBackgroundDay.jpg") top repeat-x #783 !important;} .night {background:url("http://i220.photobucket.com/a...
0.115063
0.117167
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap); *, ::after, ::before { margin: 0; padding: 0; box-sizing: border-box; } body { background: #232323; color: white; font-family: "Inter", sans-serif; } .orange { color: #f87f28; } .line { ...
assets/dist/main.css
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap); *, ::after, ::before { margin: 0; padding: 0; box-sizing: border-box; } body { background: #232323; color: white; font-family: "Inter", sans-serif; } .orange { color: #f87f28; } .line { ...
0.379723
0.073032
@charset "UTF-8"; /* settings */ /* Settings This is the settings file. Settings are global functional, colour and theme variables. Styleguide: Settings */ /* Variables Styleguide: settings.variables */ :root { /* Used for margin and padding multipliers */ /* ### Vertical Rhythm Used as a base unit ...
css/styleguide.css
.foo { min-height: calc(var(--rhythm-unit) * 2); ``` */ /* ### Aspect Ratios Common aspect ratio variables */ /* (9 / 16 * 100) */ /* (4 / 5 * 100) */ /* (3 / 4 * 100) */ /* (2 / 3 * 100) */ /* (1 / 2 * 100) */ /* ## Global Site Min and Max Widths Min and max site widths are used in a co...
0.775732
0.645064
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, button, input, select, textarea { color: #222; } html { font-size: 1em; line-height: 1.4; } /* * Remov...
css/main.css
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, button, input, select, textarea { color: #222; } html { font-size: 1em; line-height: 1.4; } /* * Remov...
0.517083
0.084078
o html { overflow-x:hidden; padding: 0 !important; background:#fff; margin:0px !important; } .fullwidthbanner-container{ width:100% !important; position:relative; padding:0; overflow:hidden; color:#fff; } #revolution-slider{ font-family:Raleway; } .tp-caption{ font-size:14px; font-weight:300; } ....
public/assets/css/rev-settings.css
o html { overflow-x:hidden; padding: 0 !important; background:#fff; margin:0px !important; } .fullwidthbanner-container{ width:100% !important; position:relative; padding:0; overflow:hidden; color:#fff; } #revolution-slider{ font-family:Raleway; } .tp-caption{ font-size:14px; font-weight:300; } ....
0.159807
0.058993
.clearfix:after { content: ""; display: inline-block; clear: both; } .btn-primary { box-shadow:inset 0px 34px 0px -15px #b54b3a; background-color:#a73f2d; border:1px solid #241d13; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:12px; font-weight:bold; paddin...
src/Lorecall/Lib.Module/macros/Styles/dnd5e.css
.clearfix:after { content: ""; display: inline-block; clear: both; } .btn-primary { box-shadow:inset 0px 34px 0px -15px #b54b3a; background-color:#a73f2d; border:1px solid #241d13; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:12px; font-weight:bold; paddin...
0.29931
0.080069
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300,600,800); @import url(//fonts.googleapis.com/css?family=Gentium+Basic:400,700); /* Include Default Variables & Mixins */ /* End Variables & Mixins */ /************************************************** * -- * 2. Section header * -- ********************...
docroot/web/profiles/commerce_kickstart/themes/contrib/omega_kickstart/css/omega-kickstart-alpha-default-rtl.css
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300,600,800); @import url(//fonts.googleapis.com/css?family=Gentium+Basic:400,700); /* Include Default Variables & Mixins */ /* End Variables & Mixins */ /************************************************** * -- * 2. Section header * -- ********************...
0.25174
0.040941
DIV.gj-grid-wrapper { margin: auto; position: relative; clear:both; z-index: 1; } TABLE.gj-grid { margin: auto; border-collapse: collapse; width: 100%; table-layout: fixed; } TABLE.gj-grid THEAD TH [data-role="selectAll"] { margin: auto; } TABLE.gj-grid THEAD TH [data-role="ti...
dist/modular/css/grid.css
DIV.gj-grid-wrapper { margin: auto; position: relative; clear:both; z-index: 1; } TABLE.gj-grid { margin: auto; border-collapse: collapse; width: 100%; table-layout: fixed; } TABLE.gj-grid THEAD TH [data-role="selectAll"] { margin: auto; } TABLE.gj-grid THEAD TH [data-role="ti...
0.444324
0.085404
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ===========...
sass/scratch-dark.css
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ===========...
0.678114
0.084909
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("forum.spindash.de") { body, .tabularBox, .dialogTitlebar { background-image: none; background-repeat: repeat-x; background-color: #252525; } .userPanel { background-color: rgba(32, 58, 176, 0.5); border-bottom: 1px solid rgba(250, 25...
data/usercss/118051.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("forum.spindash.de") { body, .tabularBox, .dialogTitlebar { background-image: none; background-repeat: repeat-x; background-color: #252525; } .userPanel { background-color: rgba(32, 58, 176, 0.5); border-bottom: 1px solid rgba(250, 25...
0.247896
0.088033
div.prettyEntry {font-size: 1.15em; padding: 15px 0px; line-height: 1.25em; color: #333333; position: relative;} [dir="ltr"] div.prettyEntry a.prettyAnchor {position: absolute; top: 17px; left: -25px; color: #999999; text-decoration: none;} [dir="rtl"] div.prettyEntry a.prettyAnchor {position: absolute; top: 17px; rig...
website/widgets/pretty-public.css
div.prettyEntry {font-size: 1.15em; padding: 15px 0px; line-height: 1.25em; color: #333333; position: relative;} [dir="ltr"] div.prettyEntry a.prettyAnchor {position: absolute; top: 17px; left: -25px; color: #999999; text-decoration: none;} [dir="rtl"] div.prettyEntry a.prettyAnchor {position: absolute; top: 17px; rig...
0.220175
0.149469
.wrap > h2{ display:none; } .stp-logo{ float:right; } .wck-wrap{ font-size: 15px; max-width: 1050px; } .wck-info-wrap{ max-width:1050px; margin:25px 40px 0 20px; } .wck-wrap h1 { color: #333333; font-size: 2.8em; font-weight: 300; line-height: 1.2em; margin:0; padding-top:35px; } .wck-wrap p{...
www/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/css/wck-free-to-pro.css
.wrap > h2{ display:none; } .stp-logo{ float:right; } .wck-wrap{ font-size: 15px; max-width: 1050px; } .wck-info-wrap{ max-width:1050px; margin:25px 40px 0 20px; } .wck-wrap h1 { color: #333333; font-size: 2.8em; font-weight: 300; line-height: 1.2em; margin:0; padding-top:35px; } .wck-wrap p{...
0.316898
0.058588