code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
css/index.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
0.443359
0.059374
html{ background-color: rgb(221, 221, 221); -webkit-font-smoothing: antialiased; font-family: 'Roboto', sans-serif; } body{ width: 50%; margin: 0 auto; } /*header*/ header{ background-color: rgb(243, 243, 243); padding-top: 0.5em; } .menu{ background-color: rgb(48, 56, 65); displa...
style.css
html{ background-color: rgb(221, 221, 221); -webkit-font-smoothing: antialiased; font-family: 'Roboto', sans-serif; } body{ width: 50%; margin: 0 auto; } /*header*/ header{ background-color: rgb(243, 243, 243); padding-top: 0.5em; } .menu{ background-color: rgb(48, 56, 65); displa...
0.520009
0.092688
*{ box-sizing: border-box; } body{ background-color: rgb(255, 207, 215); } .principal-header{ text-align: center; } .principal-header .navigation-bar{ display: flex; justify-content: end; margin-top:10px; } .principal-header .navigation-bar a{ padding: 0 20px 0px 0px; text-decorati...
descuentos/descuentos.css
*{ box-sizing: border-box; } body{ background-color: rgb(255, 207, 215); } .principal-header{ text-align: center; } .principal-header .navigation-bar{ display: flex; justify-content: end; margin-top:10px; } .principal-header .navigation-bar a{ padding: 0 20px 0px 0px; text-decorati...
0.475605
0.116663
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700"); * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f9f5ea; font-family: 'Roboto Condensed', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unico...
css/core.css
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700"); * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f9f5ea; font-family: 'Roboto Condensed', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unico...
0.291082
0.0729
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ======================================================...
css/main.css
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ======================================================...
0.433022
0.078536
* { box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; list-style-type: none; color: #34495E; } body { font-family: Arial, Helvetica, sans-serif; } .navigation { height: 50px; width: 300px; position: fixed; right: 10px; top: 10px; ...
submissions/alyonafuria/html-css_popup/styles.css
* { box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; list-style-type: none; color: #34495E; } body { font-family: Arial, Helvetica, sans-serif; } .navigation { height: 50px; width: 300px; position: fixed; right: 10px; top: 10px; ...
0.365457
0.058912
@font-face { font-family: "rippleicons"; src: url("../font/icons-69f2993ae31bde255c4a342228474e94.eot"); src: url("../font/icons-69f2993ae31bde255c4a342228474e94.eot?#iefix") format("embedded-opentype"), url("../font/icons-69f2993ae31bde255c4a342228474e94.woff") format("woff"), url("../font/icons-69f2993ae31bde25...
css/main.css
@font-face { font-family: "rippleicons"; src: url("../font/icons-69f2993ae31bde255c4a342228474e94.eot"); src: url("../font/icons-69f2993ae31bde255c4a342228474e94.eot?#iefix") format("embedded-opentype"), url("../font/icons-69f2993ae31bde255c4a342228474e94.woff") format("woff"), url("../font/icons-69f2993ae31bde25...
0.252016
0.108189
.h-header{ position: absolute; left: 0; right: 0; top: 0; background-color: #ffd600; width: 100%; display: flex; height: 1.4375rem; justify-content: space-between; align-items: center; z-index: 10; } .h-header p{ font-size: 0.40625rem; font-weight: 700; } .h-header img{ width: 0.625rem; height: 0.625rem;...
template/home/home.css
.h-header{ position: absolute; left: 0; right: 0; top: 0; background-color: #ffd600; width: 100%; display: flex; height: 1.4375rem; justify-content: space-between; align-items: center; z-index: 10; } .h-header p{ font-size: 0.40625rem; font-weight: 700; } .h-header img{ width: 0.625rem; height: 0.625rem;...
0.245175
0.052303
@import 'prism-theme-vars/base.css'; @import 'prism-theme-vars/marker.css'; :root { --prism-font-family: 'Input Mono', monospace; } html:not(.dark) { --prism-foreground: #393a34; --prism-background: #f0f0f050; --prism-comment: #b8c4b8; --prism-string: #c67b5d; --prism-literal: #3a9c9b; --prism-keyword: ...
packages/.vitepress/theme/styles/code.css
@import 'prism-theme-vars/base.css'; @import 'prism-theme-vars/marker.css'; :root { --prism-font-family: 'Input Mono', monospace; } html:not(.dark) { --prism-foreground: #393a34; --prism-background: #f0f0f050; --prism-comment: #b8c4b8; --prism-string: #c67b5d; --prism-literal: #3a9c9b; --prism-keyword: ...
0.336767
0.050965
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400,300,100&subset=latin,cyrillic); /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0 } article, aside, details, figcapti...
backend/web/customer/css/styles.css
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400,300,100&subset=latin,cyrillic); /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0 } article, aside, details, figcapti...
0.432063
0.137446
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap&.css'); body { font-family: 'Inter', sans-serif; color: var(--cogs-text-color); } h5 { margin-bottom: 0; } .btn-reset { background: transparent; border: none; display: inherit; } .btn-reset:active, .btn-reset:focus...
src/assets/cogs.css
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap&.css'); body { font-family: 'Inter', sans-serif; color: var(--cogs-text-color); } h5 { margin-bottom: 0; } .btn-reset { background: transparent; border: none; display: inherit; } .btn-reset:active, .btn-reset:focus...
0.398758
0.124133
* { border: 1px solid black; } */ body { font-family: "Work Sans", sans-serif; height: auto; width: auto; width: 100vw; height: calc(100vh - 125px); } .background-color { background-color: #0C82EA; } /* -- Header -- */ header { display: -webkit-box; display: -ms-flexbox; display: flex; position:...
resources/css/styles.css
* { border: 1px solid black; } */ body { font-family: "Work Sans", sans-serif; height: auto; width: auto; width: 100vw; height: calc(100vh - 125px); } .background-color { background-color: #0C82EA; } /* -- Header -- */ header { display: -webkit-box; display: -ms-flexbox; display: flex; position:...
0.373076
0.080828
@charset "UTF-8"; /*----------------- [Master Stylesheet] Project: Interior & Furniture -----------------*/ /*----------------- [Table of contents] 1. Body 2. Click Top / #topcontrol 4. Header / .header 5. navbar / .navbar 6. Theme Banner / #banner 7. section-about / #section-about 8. Our Service / #Our Service 9. se...
assets/css/style.css
@charset "UTF-8"; /*----------------- [Master Stylesheet] Project: Interior & Furniture -----------------*/ /*----------------- [Table of contents] 1. Body 2. Click Top / #topcontrol 4. Header / .header 5. navbar / .navbar 6. Theme Banner / #banner 7. section-about / #section-about 8. Our Service / #Our Service 9. se...
0.291384
0.069289
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section...
css/style.css
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section...
0.353763
0.063802
.news-project{ padding: 10px; color: #ffffff; } /* Page Heading */ .page-top{ text-align: left; } .mid li{ width: 190px; text-align: center; } /* margin-top rwd*/ .home_top{ margin-top: 250px; } .logo_name{ display: none; } .logo{ display: inline-block; } .toggle{ display: none; } .mid li a p{ margin-t...
assets/css/home.css
.news-project{ padding: 10px; color: #ffffff; } /* Page Heading */ .page-top{ text-align: left; } .mid li{ width: 190px; text-align: center; } /* margin-top rwd*/ .home_top{ margin-top: 250px; } .logo_name{ display: none; } .logo{ display: inline-block; } .toggle{ display: none; } .mid li a p{ margin-t...
0.186428
0.082033
.bootstrap-datetimepicker-widget { top:0; left:0; width:250px; padding:4px; margin-top:1px; z-index:3000; } .bootstrap-datetimepicker-widget:before { content:''; display:inline-block; border-left:7px solid transparent; border-right:7px solid transparent; border-bottom:7px solid #ccc; border-bott...
web/css/organic_datetimepicker_5.css
.bootstrap-datetimepicker-widget { top:0; left:0; width:250px; padding:4px; margin-top:1px; z-index:3000; } .bootstrap-datetimepicker-widget:before { content:''; display:inline-block; border-left:7px solid transparent; border-right:7px solid transparent; border-bottom:7px solid #ccc; border-bott...
0.490724
0.045142
html, body { height: 100%; width: 100%; padding: 0; margin: 0; color: white; } @-webkit-keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } @-moz-keyframes color-change { 0% { color: orange; } ...
css/style.css
html, body { height: 100%; width: 100%; padding: 0; margin: 0; color: white; } @-webkit-keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } @-moz-keyframes color-change { 0% { color: orange; } ...
0.520984
0.119871
.header { position: sticky; position: -webkit-sticky; /* For Safari */ width: 100vw; top: 0; border-top: 5px transparent white; border-right: 5px transparent white; border-left: 5px transparent white; padding-top: 20px; background-color: blueviolet; } #header_lo...
public/css/style.css
.header { position: sticky; position: -webkit-sticky; /* For Safari */ width: 100vw; top: 0; border-top: 5px transparent white; border-right: 5px transparent white; border-left: 5px transparent white; padding-top: 20px; background-color: blueviolet; } #header_lo...
0.331336
0.094302
.ul-reset-mixin { padding: 0; margin: 0; list-style: none; } .border-mixin { border: 1px solid #cecece; } .section-mixin { padding: 30px 0; border-bottom: 1px solid #cecece; } .input-mixin { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 12px; } .select-m...
build/css/custom.css
.ul-reset-mixin { padding: 0; margin: 0; list-style: none; } .border-mixin { border: 1px solid #cecece; } .section-mixin { padding: 30px 0; border-bottom: 1px solid #cecece; } .input-mixin { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 12px; } .select-m...
0.305386
0.113383
p.break { font-family: Arial, Helvetica, sans-serif; font-size: 80%; border-top: thin solid silver; color: gray; } TEI-byline { display: block; text-align: center; } TEI-closer { display: block; } TEI-closer>TEI-salute { display: block; } TEI-closer>TEI-signed { display: block; text-align: right; } ...
assets/css/tei.css
p.break { font-family: Arial, Helvetica, sans-serif; font-size: 80%; border-top: thin solid silver; color: gray; } TEI-byline { display: block; text-align: center; } TEI-closer { display: block; } TEI-closer>TEI-salute { display: block; } TEI-closer>TEI-signed { display: block; text-align: right; } ...
0.414899
0.075278
.portlet-asset-category-admin .form-search { float: left; } .portlet-asset-category-admin .form-search .search-query { margin-right: 0; padding-right: 0; width: 200px; } .portlet-asset-category-admin .control-group { float: left; margin-bottom: 0; } .portlet-asset-category-admin .control-group .ca...
tomcat-7.0.62/webapps/ROOT/html/portlet/asset_category_admin/css/.sass-cache/main.css
.portlet-asset-category-admin .form-search { float: left; } .portlet-asset-category-admin .form-search .search-query { margin-right: 0; padding-right: 0; width: 200px; } .portlet-asset-category-admin .control-group { float: left; margin-bottom: 0; } .portlet-asset-category-admin .control-group .ca...
0.48121
0.125923
* { box-sizing: border-box; font-family: sans-serif; margin: 0; padding: 0; } div.document { display: contents; } /* general styles */ :root { --base-font-size: 16px; --base-line-height: calc(var(--base-font-size) * 1.6); --color-text-main: #000; --color-text-lighter: #444; --color-text-light: #...
docs/strictdoc-html/strictdoc-html/_static/global.css
* { box-sizing: border-box; font-family: sans-serif; margin: 0; padding: 0; } div.document { display: contents; } /* general styles */ :root { --base-font-size: 16px; --base-line-height: calc(var(--base-font-size) * 1.6); --color-text-main: #000; --color-text-lighter: #444; --color-text-light: #...
0.414899
0.091099
margin:auto; } #form-buscar { margin: auto; } a { text-align: center; } .navbar-top-gradient { display: block; position: relative; z-index: 99; margin-bottom: -7px; height: 7px; width: 100%; background: linear-gradient(to right, #d44727 10%, #77bc1f 50%, #6e335e 9...
assets/css/resources.css
margin:auto; } #form-buscar { margin: auto; } a { text-align: center; } .navbar-top-gradient { display: block; position: relative; z-index: 99; margin-bottom: -7px; height: 7px; width: 100%; background: linear-gradient(to right, #d44727 10%, #77bc1f 50%, #6e335e 9...
0.523908
0.10026
.partners p.heading { margin-bottom: 0%; } .partners-content span p { display: inline-block; font-family: MADE; font-style: normal; font-weight: normal; font-size: 24px; line-height: 36px; /* identical to box height, or 150% */ color: #808080; /* color: #ffffff; */ margin-right: 5%; text-decoration: none; ...
vidushi/partners.css
.partners p.heading { margin-bottom: 0%; } .partners-content span p { display: inline-block; font-family: MADE; font-style: normal; font-weight: normal; font-size: 24px; line-height: 36px; /* identical to box height, or 150% */ color: #808080; /* color: #ffffff; */ margin-right: 5%; text-decoration: none; ...
0.301156
0.116663
*{ margin: 0; padding:0; } .p { line-height: 1.5; } .title{ font-family: fantasy; letter-spacing: 20px; text-decoration: underline; text-transform: uppercase; text-align: center; font-size: 90px; } .subtitle{ font-family: Verdana, sans-serif; font-style: italic; font-vari...
revisao.css
*{ margin: 0; padding:0; } .p { line-height: 1.5; } .title{ font-family: fantasy; letter-spacing: 20px; text-decoration: underline; text-transform: uppercase; text-align: center; font-size: 90px; } .subtitle{ font-family: Verdana, sans-serif; font-style: italic; font-vari...
0.468791
0.068351
body{ display: flex; flex-direction: column; align-items: center; justify-content: flex-start; height: 100vh; background-color: #000000; color: #fff; } div{ display: flex; align-items: center; width: 100%; } h1{ background: -webkit-linear-gradient(#ff2222, #ff2222, #000);...
public/css/styles.css
body{ display: flex; flex-direction: column; align-items: center; justify-content: flex-start; height: 100vh; background-color: #000000; color: #fff; } div{ display: flex; align-items: center; width: 100%; } h1{ background: -webkit-linear-gradient(#ff2222, #ff2222, #000);...
0.467089
0.065755
body { font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } #content { height: 500px; overflow: auto; } #outer-content { margin: 1em 0.3em; } #outer-content p { margin: 0; } .mobile-item { display: none !important; } @media (max-height: 1200px) { #content { height: 300px; overfl...
public/css/style.css
body { font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } #content { height: 500px; overflow: auto; } #outer-content { margin: 1em 0.3em; } #outer-content p { margin: 0; } .mobile-item { display: none !important; } @media (max-height: 1200px) { #content { height: 300px; overfl...
0.253122
0.078113
@import url("https://fonts.googleapis.com/css2?family=Fruktur&family=Nunito:wght@300&family=Poppins&family=Raleway:wght@300&family=Zen+Kaku+Gothic+Antique:wght@300&family=Zen+Maru+Gothic:wght@300&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-weight: 600; font-family: "Ralew...
product-landing-page/index.css
@import url("https://fonts.googleapis.com/css2?family=Fruktur&family=Nunito:wght@300&family=Poppins&family=Raleway:wght@300&family=Zen+Kaku+Gothic+Antique:wght@300&family=Zen+Maru+Gothic:wght@300&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-weight: 600; font-family: "Ralew...
0.359589
0.101456
@-moz-document domain(sahibinden.com) { a { color: #9eb4f5; } .homepage .homepage-content li img { border: 1px solid #d90000; } .homepage .vitrin-list.popular-links li a, .homepage .interesting-ads.popular-links li a { border: 1px solid #dfdfdf; color: #bbb; } ...
data/usercss/158977.user.css
@-moz-document domain(sahibinden.com) { a { color: #9eb4f5; } .homepage .homepage-content li img { border: 1px solid #d90000; } .homepage .vitrin-list.popular-links li a, .homepage .interesting-ads.popular-links li a { border: 1px solid #dfdfdf; color: #bbb; } ...
0.235812
0.051391
.container{ width: 1440px; } .navigationbanner{ /* height: 680px; */ /* background-image: url(./assest/section_hero.png); */ } .navigation{ background-image: url(./assest/section_hero.png); /* height:680px; */ } .navigationbanner ul{ list-style-type: none; /* border: 5px solid grey; */ ...
projectp/stylep.css
.container{ width: 1440px; } .navigationbanner{ /* height: 680px; */ /* background-image: url(./assest/section_hero.png); */ } .navigation{ background-image: url(./assest/section_hero.png); /* height:680px; */ } .navigationbanner ul{ list-style-type: none; /* border: 5px solid grey; */ ...
0.181771
0.07383
@charset "utf-8"; /* CSS Document */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,img { margin:0; padding:0; } html { padding: 0; margin: 0; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -font-smoothing: antialiased; font-s...
public/home/css/css.css
@charset "utf-8"; /* CSS Document */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,img { margin:0; padding:0; } html { padding: 0; margin: 0; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -font-smoothing: antialiased; font-s...
0.376623
0.072801
html, body { padding: 0; margin: 0; height: 100%; min-height: 100%; font-family: 'Open Sans', sans-serif; color: #4F5F6F; font-size: 16px!important; } #main-wrapper { width: 100%; position: absolute; height: 100%; overflow-y: auto; overflow-x: hidden; } #app { position: relative; width: 100%; padding-lef...
assets/css/main.css
html, body { padding: 0; margin: 0; height: 100%; min-height: 100%; font-family: 'Open Sans', sans-serif; color: #4F5F6F; font-size: 16px!important; } #main-wrapper { width: 100%; position: absolute; height: 100%; overflow-y: auto; overflow-x: hidden; } #app { position: relative; width: 100%; padding-lef...
0.341253
0.044349
.faide_slider{ width: 100%; margin: 0px auto 0 auto; float: left; } .faide_slider #slider{ width: 95%; overflow: hidden; border-radius: 4px; } .faide_slider #slider strong{ color: #fff; font-size: 14px; } .faide_slider #slider b{ color: #393a3b; font-size: 14px; margin-top: 13px;...
js/testimonials/fadeeffect.css
.faide_slider{ width: 100%; margin: 0px auto 0 auto; float: left; } .faide_slider #slider{ width: 95%; overflow: hidden; border-radius: 4px; } .faide_slider #slider strong{ color: #fff; font-size: 14px; } .faide_slider #slider b{ color: #393a3b; font-size: 14px; margin-top: 13px;...
0.23231
0.062674
.overclear { width: 100%; overflow: hidden; } .defaultForm label { float: left; clear: left; width: 10em; text-align: right; padding-right: 8px; height: 20px; color: black; padding-top: 3px; } .selectLabel { margin-top: 4px; } .defaultForm legend { padding: 5px; font-we...
public/stylesheets/style.css
.overclear { width: 100%; overflow: hidden; } .defaultForm label { float: left; clear: left; width: 10em; text-align: right; padding-right: 8px; height: 20px; color: black; padding-top: 3px; } .selectLabel { margin-top: 4px; } .defaultForm legend { padding: 5px; font-we...
0.470737
0.188772
:root { --background-color: rgb(255, 255, 255); --color: rgb(54, 96, 146); --color-0_05: rgb(245, 247, 249); /* rgba(54, 96, 146, 0.05); */ --color-0_13: rgb(228, 234, 242); /* rgba(54, 96, 146, 0.13); */ --color-0_39: rgb(174, 193, 215); /* rgba(54, 96, 146, 0.39); */ --footer-border-top: rgb...
static/theme.css
:root { --background-color: rgb(255, 255, 255); --color: rgb(54, 96, 146); --color-0_05: rgb(245, 247, 249); /* rgba(54, 96, 146, 0.05); */ --color-0_13: rgb(228, 234, 242); /* rgba(54, 96, 146, 0.13); */ --color-0_39: rgb(174, 193, 215); /* rgba(54, 96, 146, 0.39); */ --footer-border-top: rgb...
0.560854
0.177632
html, body, #container { height: 100%; } body { overflow: hidden; } #search-form { float: left; } #search-form button, #search-form input { display: block; float: left; margin: 0 3px; border: 1px solid #eee; border-radius: 3px; color: #eee; } #search-form button { margin-top:...
cosette/static/main.css
html, body, #container { height: 100%; } body { overflow: hidden; } #search-form { float: left; } #search-form button, #search-form input { display: block; float: left; margin: 0 3px; border: 1px solid #eee; border-radius: 3px; color: #eee; } #search-form button { margin-top:...
0.429669
0.092196
.currently-running { /*border-bottom:3px dotted #ddd;*/ /*margin-bottom:1em;*/ /*padding-bottom:1em;*/ } .row.job-log:not(:last-child) { border-bottom:1px solid #eee; margin-bottom:5px; padding-bottom:5px; } td.job-type { /*text-align:right;*/ width:15%; min-width:9em; } .job-run-time { font-size...
assets/css/styles.css
.currently-running { /*border-bottom:3px dotted #ddd;*/ /*margin-bottom:1em;*/ /*padding-bottom:1em;*/ } .row.job-log:not(:last-child) { border-bottom:1px solid #eee; margin-bottom:5px; padding-bottom:5px; } td.job-type { /*text-align:right;*/ width:15%; min-width:9em; } .job-run-time { font-size...
0.44553
0.090374
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); * { margin: 0; padding: 0 } body { font-family: Roboto, sans-serif; font-size: 14px; background: #3c3f49; } body > header { background-image: url('img/header-bg.png'); background-repeat: no-repeat; background-...
{1} Web Fundamentals - HTML5 (Course)/[10] Creating Landing Pages/02. Code Mesh Conference/code-mesh-conference.css
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); * { margin: 0; padding: 0 } body { font-family: Roboto, sans-serif; font-size: 14px; background: #3c3f49; } body > header { background-image: url('img/header-bg.png'); background-repeat: no-repeat; background-...
0.288369
0.065366
* { padding: 0px; margin: 0px; font-family: "josefin sans", sans-serif; } body { background-color: #f8f8f8; } p { line-height: 160%; } h1 { margin: 20px 0px; font-size: 42px; } .testimonials::-webkit-scrollbar { width: 1244px; } .testimonials::-webkit-scrollbar-track { -webkit-box-shadow: inset 0...
style.css
* { padding: 0px; margin: 0px; font-family: "josefin sans", sans-serif; } body { background-color: #f8f8f8; } p { line-height: 160%; } h1 { margin: 20px 0px; font-size: 42px; } .testimonials::-webkit-scrollbar { width: 1244px; } .testimonials::-webkit-scrollbar-track { -webkit-box-shadow: inset 0...
0.298901
0.105625
@charset "utf-8"; *{ margin:0px; padding:0px; } img{ border:none;} a{text-decoration:none;} .clear{ clear:both;} /*html5*/ abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video { display: block; } addr...
src/main/webapp/static/grids/gridsPay/css/normalize.css
@charset "utf-8"; *{ margin:0px; padding:0px; } img{ border:none;} a{text-decoration:none;} .clear{ clear:both;} /*html5*/ abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video { display: block; } addr...
0.223208
0.092483
*{ padding:0px; margin:0px; box-sizing:border-box; } .bgtop { background-color:white; } .background { background-image:url("../img/banner2.jpg"); background-size: cover; } .bg{ background-image: url(../img/3.jpg); background-size: cover; } #form{ background-color: #000; height:5...
public/css/style.css
*{ padding:0px; margin:0px; box-sizing:border-box; } .bgtop { background-color:white; } .background { background-image:url("../img/banner2.jpg"); background-size: cover; } .bg{ background-image: url(../img/3.jpg); background-size: cover; } #form{ background-color: #000; height:5...
0.40439
0.065965
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap'); body{ background: rgb(255, 244, 232); background-image: url(images/bg.jpg); font-family: 'Arimo', sans-serif; padding: 0; margin: 0; position: relative; } .warpper{ display:flex; flex-direction: column; align-items: ...
css/small-device.css
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap'); body{ background: rgb(255, 244, 232); background-image: url(images/bg.jpg); font-family: 'Arimo', sans-serif; padding: 0; margin: 0; position: relative; } .warpper{ display:flex; flex-direction: column; align-items: ...
0.501465
0.078325
@charset "utf-8"; /* CSS Document */ body, h1, ul,ol, h2,h3, p,figure,hr{ margin: 0; padding: 0; } div,figure,img,input,button{ box-sizing: border-box; } body{ background:#fff; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei UI","Microsoft Yahei",SimHei,"宋体",simsun,sans-serif; } a{ text-decorat...
responsive/css/style.css
@charset "utf-8"; /* CSS Document */ body, h1, ul,ol, h2,h3, p,figure,hr{ margin: 0; padding: 0; } div,figure,img,input,button{ box-sizing: border-box; } body{ background:#fff; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei UI","Microsoft Yahei",SimHei,"宋体",simsun,sans-serif; } a{ text-decorat...
0.203708
0.062303
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
Nanodegree/Cat_Clicker/Premium_Edition_Pro/dist/css/main.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
0.349977
0.061115
-------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; ...
assets/css/stylesheet.css
-------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; ...
0.452294
0.054424
.shade{ height: 1400px; } .datum{ width: 100%; height:749px; } .bookrack{ width:50%; height: 100%; background:url(../img/datum/bookrack.jpg) no-repeat; } .bookrack ul{ height:160px; } .bookrack ul li{ width: 155px; height: 155px; margin-left:20px; margin-right:15px; float...
public/css/datum.css
.shade{ height: 1400px; } .datum{ width: 100%; height:749px; } .bookrack{ width:50%; height: 100%; background:url(../img/datum/bookrack.jpg) no-repeat; } .bookrack ul{ height:160px; } .bookrack ul li{ width: 155px; height: 155px; margin-left:20px; margin-right:15px; float...
0.232484
0.073897
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Style+Script&display=swap'); @font-face{ font-family: 'Android'; src: url('/fontes/idroid.otf') format('opentype'); font-weight: normal; } :root{ --fonte-padra:Arial, Verdana, Helvetica, sans-serif; --font...
style.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Style+Script&display=swap'); @font-face{ font-family: 'Android'; src: url('/fontes/idroid.otf') format('opentype'); font-weight: normal; } :root{ --fonte-padra:Arial, Verdana, Helvetica, sans-serif; --font...
0.266166
0.091666
.wsd-header, #wsd-header-bg, .wsd-layout-cell, .wsd-layout-wrapper, .wsd-footer, .wsd-nav, #wsd-hmenu-bg, .wsd-sheet, .clearfix { zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).className="cleared"); } .wsd-textblock > div { display: block; line-height: normal; z...
themes/mythm/style.ie7.css
.wsd-header, #wsd-header-bg, .wsd-layout-cell, .wsd-layout-wrapper, .wsd-footer, .wsd-nav, #wsd-hmenu-bg, .wsd-sheet, .clearfix { zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).className="cleared"); } .wsd-textblock > div { display: block; line-height: normal; z...
0.274449
0.095941
* { font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; box-sizing: border-box; list-style: none; text-decoration: none; } body{ /* background-color: #C5DDEB; */ margin: 0; padding: 0; height: 100vh; width: 100vw; }...
public/css/main.css
* { font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; box-sizing: border-box; list-style: none; text-decoration: none; } body{ /* background-color: #C5DDEB; */ margin: 0; padding: 0; height: 100vh; width: 100vw; }...
0.494385
0.087564
@keyframes dwave { 0% { transform: rotate(45deg); } 25% { transform: rotate(-45deg); } 50% { transform: rotate(-135deg); } 75% { transform: rotate(-225deg); } 100% { transform: rotate(-225deg); } } .dwave { --animd: 2s; animation: dwave calc(4 * var(--animd)) step-end infinite; } @keyframes dwave__box ...
components/Dwave.css
@keyframes dwave { 0% { transform: rotate(45deg); } 25% { transform: rotate(-45deg); } 50% { transform: rotate(-135deg); } 75% { transform: rotate(-225deg); } 100% { transform: rotate(-225deg); } } .dwave { --animd: 2s; animation: dwave calc(4 * var(--animd)) step-end infinite; } @keyframes dwave__box ...
0.654895
0.305477
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;400;700&family=Merriweather:wght@300;400;700&display=swap'); :root { --bgColor: #eaeaea; --mainColor: #fff; --secundaryColor:#304CFD; --textColor: #44566C; } body { background: var(--bgColor); color: var(--textColor); font-family: 'A...
webpages/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;400;700&family=Merriweather:wght@300;400;700&display=swap'); :root { --bgColor: #eaeaea; --mainColor: #fff; --secundaryColor:#304CFD; --textColor: #44566C; } body { background: var(--bgColor); color: var(--textColor); font-family: 'A...
0.396652
0.069922
html { height:100%; } body { background: #293B47; font-family: 'Open Sans', sans-serif; margin:0; height:100%; } * { box-sizing: border-box; } .splash { position:absolute; top:0; left:0; width:100%; height:100%; transform-origin:100% 50%; } .top-splash { width:100%; height:100%; background: #293B47; ...
styles/style.css
html { height:100%; } body { background: #293B47; font-family: 'Open Sans', sans-serif; margin:0; height:100%; } * { box-sizing: border-box; } .splash { position:absolute; top:0; left:0; width:100%; height:100%; transform-origin:100% 50%; } .top-splash { width:100%; height:100%; background: #293B47; ...
0.416085
0.062732
nav { position: fixed; z-index: 100; left: 0; top: 0; bottom: 0; display: flex; flex-direction: column; width: 25vw; background-color: #FEFEFE; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } nav #header { width: 100%; padding: 29px 0; box-sizing: border-box; background: linear-gradient...
Demo/admin/assets/styles/main.css
nav { position: fixed; z-index: 100; left: 0; top: 0; bottom: 0; display: flex; flex-direction: column; width: 25vw; background-color: #FEFEFE; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } nav #header { width: 100%; padding: 29px 0; box-sizing: border-box; background: linear-gradient...
0.378459
0.089494
@-webkit-keyframes middle-move { 80% { height: 7vw; } 85% { height: 9vw; } 90% { height: 7vw; } 95% { height: 9vw; } 100% { height: 7vw; } } @keyframes middle-move { 80% { height: 7vw; } 85% { height: 9vw; } 90% { height: 7vw; } 95% { height: 9vw; ...
service/style/style.css
@-webkit-keyframes middle-move { 80% { height: 7vw; } 85% { height: 9vw; } 90% { height: 7vw; } 95% { height: 9vw; } 100% { height: 7vw; } } @keyframes middle-move { 80% { height: 7vw; } 85% { height: 9vw; } 90% { height: 7vw; } 95% { height: 9vw; ...
0.382949
0.069101
body { font-family: Helvetica; font-size: 14px; line-height: 1.2; /* font-weight: 200; */ margin: 0; /* padding: 8px; */ /* position: relative; */ white-space: nowrap; /* box-sizing: border-box; */ /* zoom:2; */ } div { transition-property: opacity, background-color, background-image, height, top;...
app/app.css
body { font-family: Helvetica; font-size: 14px; line-height: 1.2; /* font-weight: 200; */ margin: 0; /* padding: 8px; */ /* position: relative; */ white-space: nowrap; /* box-sizing: border-box; */ /* zoom:2; */ } div { transition-property: opacity, background-color, background-image, height, top;...
0.312685
0.050799
.mod-iTunesMusic{ background:#f5f7f7; } .mod-iTunesMusic .im-tabControl{ border-left:1px solid #fff; border-right:1px solid #fff; background:url(../img/tab-normal-bg.png?__sprite) repeat-x; } .mod-iTunesMusic .im-tabControl li{ float:left; position:relative; } .mod-iTunesMusic .im-tabControl a{ display:block; l...
test/diff_fis3_smarty/product_code/hao123_fis3_smarty/home/widget/itunesmusic/ltr/ltr.css
.mod-iTunesMusic{ background:#f5f7f7; } .mod-iTunesMusic .im-tabControl{ border-left:1px solid #fff; border-right:1px solid #fff; background:url(../img/tab-normal-bg.png?__sprite) repeat-x; } .mod-iTunesMusic .im-tabControl li{ float:left; position:relative; } .mod-iTunesMusic .im-tabControl a{ display:block; l...
0.231788
0.0666
html, body, div, span, a, b, u, i, h1, h2, h3, h4, h5, h6, p, q, blockquote, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section ol, ul, li, button, img, form, input, textarea, label { margin: 0; padding: 0; border: 0; outline: 0; font-size: 62.5%; font: inherit; color:...
reset.css
html, body, div, span, a, b, u, i, h1, h2, h3, h4, h5, h6, p, q, blockquote, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section ol, ul, li, button, img, form, input, textarea, label { margin: 0; padding: 0; border: 0; outline: 0; font-size: 62.5%; font: inherit; color:...
0.394201
0.073596
.btn{padding:0.75rem 2rem;outline:none!important;box-shadow:none!important;font-size:14px;font-weight:normal;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-radius:0;} /*----------...
resources/less/vender/style.css
.btn{padding:0.75rem 2rem;outline:none!important;box-shadow:none!important;font-size:14px;font-weight:normal;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-radius:0;} /*----------...
0.181698
0.029901
body { margin: 0px; background-color: rgb(220,220,220); } .menu { background-color: rgb(255,255,191); position: relative; display: flex; height: 44px; } .page-title { position: relative; margin-left: 100px; display: inline-block; margin-top:10px; font-size: 20px; font-f...
static/css/style2.css
body { margin: 0px; background-color: rgb(220,220,220); } .menu { background-color: rgb(255,255,191); position: relative; display: flex; height: 44px; } .page-title { position: relative; margin-left: 100px; display: inline-block; margin-top:10px; font-size: 20px; font-f...
0.537041
0.084153
h1 { font-weight: bold; vertical-align: text-bottom; font-size: 72px; } @media (max-width:767px) { h1 { font-size: 60px; white-space: initial; text-align: center; } } #hero { padding-top: 100px; padding-bottom: 100px; color: rgb(240,240,240); height: 500...
test/e2e/bootstrap/style.css
h1 { font-weight: bold; vertical-align: text-bottom; font-size: 72px; } @media (max-width:767px) { h1 { font-size: 60px; white-space: initial; text-align: center; } } #hero { padding-top: 100px; padding-bottom: 100px; color: rgb(240,240,240); height: 500...
0.407333
0.09628
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } /*fonts for homework */ /* roboto-slab-fonts */ @font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('../fonts/roboto-sla...
modul7/css/styles.css
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } /*fonts for homework */ /* roboto-slab-fonts */ @font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('../fonts/roboto-sla...
0.311008
0.053849
body { width: 1920px; height: 730px; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; -ms-overflow-style: none; /* Internet Explorer 10+ */ scrollbar-width: none; /* Firefox */ } /* Header */ .header { displ...
css/mainBackup.css
body { width: 1920px; height: 730px; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; -ms-overflow-style: none; /* Internet Explorer 10+ */ scrollbar-width: none; /* Firefox */ } /* Header */ .header { displ...
0.403684
0.056652
body>div:nth-child(2){ height: 70px; background: #72BBF9; margin-top: 6%; } body>div:nth-child(2) div{ width:140px; height: 100%; background:#ededed; padding: 0; margin: auto; } body>div:nth-child(2) div button{ float:left; width:70px; height:70px; border:0; } body>div:nth-child(2) div button:nth-child(...
web/css/reglage-capteur.css
body>div:nth-child(2){ height: 70px; background: #72BBF9; margin-top: 6%; } body>div:nth-child(2) div{ width:140px; height: 100%; background:#ededed; padding: 0; margin: auto; } body>div:nth-child(2) div button{ float:left; width:70px; height:70px; border:0; } body>div:nth-child(2) div button:nth-child(...
0.08181
0.055031
.progress-container progress { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; display: block; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; height: 20px; max-width: 100%...
css/progress.css
.progress-container progress { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; display: block; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; height: 20px; max-width: 100%...
0.281307
0.088583
.aDrawer-wrapper{ position: relative; /*display: inline-flex;*/ /*display: flex; justify-content: center; align-items: center;*/ background-color: #3a3a3a; overflow: hidden; } .aDrawer{ position: absolute; background-size: 100% 100%; background-position: 0px 0px; background-r...
old-version/src/ag-img-drawer.css
.aDrawer-wrapper{ position: relative; /*display: inline-flex;*/ /*display: flex; justify-content: center; align-items: center;*/ background-color: #3a3a3a; overflow: hidden; } .aDrawer{ position: absolute; background-size: 100% 100%; background-position: 0px 0px; background-r...
0.390011
0.088072
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
css/index.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
0.271735
0.060142
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);.menuzord, .menuzord *{font-family:'Open Sans', sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;} .menuzord{width:100%;padding:0 30px;float:left;position:relative;background:#fff;} .menuzord a{-o-tran...
frontend_asset/css/menuzord.css
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);.menuzord, .menuzord *{font-family:'Open Sans', sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;} .menuzord{width:100%;padding:0 30px;float:left;position:relative;background:#fff;} .menuzord a{-o-tran...
0.230054
0.035813
@charset "utf-8"; .side-menu { position: fixed; right: 0; top: 35%; z-index: 90; } .side-menu .side-nav { position: relative; float: left; z-index: 99; } .side-menu .side-nav ul li { width: 55px; height: 45px; background-color: #2a2a2a; margin-top: 10px; } .side-menu .side-nav ul li a { display:...
public/assets/css/tel-window.css
@charset "utf-8"; .side-menu { position: fixed; right: 0; top: 35%; z-index: 90; } .side-menu .side-nav { position: relative; float: left; z-index: 99; } .side-menu .side-nav ul li { width: 55px; height: 45px; background-color: #2a2a2a; margin-top: 10px; } .side-menu .side-nav ul li a { display:...
0.207938
0.062646
@media (min-width: 1200px) { .schedule-col { width: 100%; margin-left: auto; } } @media (min-width: 1570px) { .schedule-col.large-col { width: 82.666666%; margin-left: 8.666666%; } } @media (min-width: 1800px) { .schedule-col.large-col { width: 58.66666...
public/css/task/schedule.css
@media (min-width: 1200px) { .schedule-col { width: 100%; margin-left: auto; } } @media (min-width: 1570px) { .schedule-col.large-col { width: 82.666666%; margin-left: 8.666666%; } } @media (min-width: 1800px) { .schedule-col.large-col { width: 58.66666...
0.454956
0.087019
body { background: url(../../images/maintenance/body-pattern.jpg) top left repeat; font-family: Arial, Helvetica, sans-serif; padding-bottom: 40px; } /* ---- Header ---- */ header { width: 720px; margin: 80px auto 0 auto; } header h1 { font-size: 30px; font-weight: bold; color: #272727; ...
public/styles/maintenance/style.css
body { background: url(../../images/maintenance/body-pattern.jpg) top left repeat; font-family: Arial, Helvetica, sans-serif; padding-bottom: 40px; } /* ---- Header ---- */ header { width: 720px; margin: 80px auto 0 auto; } header h1 { font-size: 30px; font-weight: bold; color: #272727; ...
0.316581
0.061678
body, html { height: 100%; margin: 0; background-color: #F5F5F5; } body { font-family: 'Roboto', sans-serif; font-size: 16px; color: #4a4a4a; } header { top: 0; width: 100%; position: fixed; z-index: 1; display: flex; align-items: center; justify-content: center; ...
src/css/layout.css
body, html { height: 100%; margin: 0; background-color: #F5F5F5; } body { font-family: 'Roboto', sans-serif; font-size: 16px; color: #4a4a4a; } header { top: 0; width: 100%; position: fixed; z-index: 1; display: flex; align-items: center; justify-content: center; ...
0.409929
0.107063
@import url(saveTab.css); body { width: 25rem; height: 37.5rem; } /** Navigation Bar */ .navbar { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); } .navbar .navbar-content { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); border-radius: 0.25rem; } /* Extension Name and Logo */...
extension/saveTab-chrome.css
@import url(saveTab.css); body { width: 25rem; height: 37.5rem; } /** Navigation Bar */ .navbar { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); } .navbar .navbar-content { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); border-radius: 0.25rem; } /* Extension Name and Logo */...
0.370339
0.079818
div.fancy-select { position: relative; color: #46565D; } div.fancy-select.disabled { opacity: 0.5; } div.fancy-select select:focus + div.trigger { box-shadow: 0 0 0 2px #4B5468; } div.fancy-select select:focus + div.trigger.open { box-shadow: none; } div.fancy-select div.trigger { border-radius: 4px; cursor:...
css/fancySelect.css
div.fancy-select { position: relative; color: #46565D; } div.fancy-select.disabled { opacity: 0.5; } div.fancy-select select:focus + div.trigger { box-shadow: 0 0 0 2px #4B5468; } div.fancy-select select:focus + div.trigger.open { box-shadow: none; } div.fancy-select div.trigger { border-radius: 4px; cursor:...
0.391988
0.068289
@font-face { font-family: "Oswald"; src: url("resources/Oswald/Oswald-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "Oswald"; src: url("resources/Oswald/Oswald-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { ...
app/main.css
@font-face { font-family: "Oswald"; src: url("resources/Oswald/Oswald-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "Oswald"; src: url("resources/Oswald/Oswald-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { ...
0.401805
0.108898
.wrapper { background-color: #0047b3; } .titleFooter { line-height: 59px; color: #ffffff; } .footerLogo{ padding-bottom: 14px; } .inputContainer::before { content: " "; width: 100%; height: 1px; background: #ffffff; opacity: 0.7; position: absolute; bottom: 0; } .input { font-style: normal;...
src/components/footer/footer.module.css
.wrapper { background-color: #0047b3; } .titleFooter { line-height: 59px; color: #ffffff; } .footerLogo{ padding-bottom: 14px; } .inputContainer::before { content: " "; width: 100%; height: 1px; background: #ffffff; opacity: 0.7; position: absolute; bottom: 0; } .input { font-style: normal;...
0.487063
0.081813
* { margin: 0; padding: 0; box-sizing: border-box; } /**Global Components**/ a { text-decoration: none; color: black; } body, .login, .search, .signup { font-family: 'Nunito', sans-serif; } button, input, textarea, select { border: none; font-family: "PT Sans", sans-serif; font-size: 1em; mar...
UI/assets/css/styles.css
* { margin: 0; padding: 0; box-sizing: border-box; } /**Global Components**/ a { text-decoration: none; color: black; } body, .login, .search, .signup { font-family: 'Nunito', sans-serif; } button, input, textarea, select { border: none; font-family: "PT Sans", sans-serif; font-size: 1em; mar...
0.367951
0.088505
* MIT License * * Copyright (c) 2018. <NAME> * * 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 without limitation the rights * to use, copy, modify, mer...
assets/css/style.css
* MIT License * * Copyright (c) 2018. <NAME> * * 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 without limitation the rights * to use, copy, modify, mer...
0.864038
0.064772
.glyphicon-modal-window:before { content: "\e237" } .modal-open { overflow: hidden } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0 } .modal.fade .modal-dialog { -webkit-transition: -webkit-tra...
assets/css/bootstrap.plus.css
.glyphicon-modal-window:before { content: "\e237" } .modal-open { overflow: hidden } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0 } .modal.fade .modal-dialog { -webkit-transition: -webkit-tra...
0.324021
0.054803
@import url("../../../icon/icon.css"); html, body, div, form, p, a, h1, h2, h3, h4, h5, h6, img, table, td, th, input, span, section, header, footer, nav, article, aside, fieldset, textarea, dl, dt, dd, blockquote, ul, ol { margin: 0 0; padding: 0 0; } section, header, footer, nav, article, aside { display: bloc...
themes/simplebootx - 2/Public/css/cmstop-common.css
@import url("../../../icon/icon.css"); html, body, div, form, p, a, h1, h2, h3, h4, h5, h6, img, table, td, th, input, span, section, header, footer, nav, article, aside, fieldset, textarea, dl, dt, dd, blockquote, ul, ol { margin: 0 0; padding: 0 0; } section, header, footer, nav, article, aside { display: bloc...
0.401101
0.091788
body { padding-bottom: 20px; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-left: 15px; padding-right: 15px; } /* Custom page header */ .header { border-bottom: 1px solid #e5e5e5; } /* Make the masthead heading the same height as the navigation...
app/styles/main.css
body { padding-bottom: 20px; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-left: 15px; padding-right: 15px; } /* Custom page header */ .header { border-bottom: 1px solid #e5e5e5; } /* Make the masthead heading the same height as the navigation...
0.248625
0.068133
body { padding-top: 60px; padding-bottom: 40px; } .zf-green { color: #68b604; } .btn-success { background-color: #57a900; background-image: -moz-linear-gradient(top, #70d900, #57a900); background-image: -ms-linear-gradient(top, #70d900, #57a900); background-image: -webkit-gradient(linear, 0 0, 0 1...
public/css/style.css
body { padding-top: 60px; padding-bottom: 40px; } .zf-green { color: #68b604; } .btn-success { background-color: #57a900; background-image: -moz-linear-gradient(top, #70d900, #57a900); background-image: -ms-linear-gradient(top, #70d900, #57a900); background-image: -webkit-gradient(linear, 0 0, 0 1...
0.387343
0.127979
body { color: #666; } .pure-img-responsive { max-width: 100%; height: auto; } /* This is the parent `<div>` that contains the menu and the content area. */ #layout { position: relative; left: 0; padding-left: 0; } .menu-toggle:checked ~ #menu { left: 150px; width: 150px; ...
css/pure-extend.css
body { color: #666; } .pure-img-responsive { max-width: 100%; height: auto; } /* This is the parent `<div>` that contains the menu and the content area. */ #layout { position: relative; left: 0; padding-left: 0; } .menu-toggle:checked ~ #menu { left: 150px; width: 150px; ...
0.488527
0.132234
.dark { background-color: #14043c; font-family: 'Chakra Petch', sans-serif; margin: 0; padding: 0; } .dark .barra{ font-size: 10px; color: #FFFFFF; background-image: linear-gradient(270deg, #EE3EFE 0%, #2E32FB 100%); box-shadow: 0 1px 0 0 #110038; padding-left: 5px; ...
darktheme.css
.dark { background-color: #14043c; font-family: 'Chakra Petch', sans-serif; margin: 0; padding: 0; } .dark .barra{ font-size: 10px; color: #FFFFFF; background-image: linear-gradient(270deg, #EE3EFE 0%, #2E32FB 100%); box-shadow: 0 1px 0 0 #110038; padding-left: 5px; ...
0.366703
0.111096
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&family=Oswald:wght@400;700&display=swap'); body { font-family: 'Open Sans', sans-serif; margin: 0; } /* --------------------------- CABEÇALHO ---------------------------------- */ header .line { background-color: #117050; he...
Projeto Starbucks/assets/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&family=Oswald:wght@400;700&display=swap'); body { font-family: 'Open Sans', sans-serif; margin: 0; } /* --------------------------- CABEÇALHO ---------------------------------- */ header .line { background-color: #117050; he...
0.226099
0.091463
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
main.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
0.354657
0.092524
.footer.row-top { padding-top: 0; } .home-banner { background-image: url("../../../images/home-banner.jpg"); background-repeat: no-repeat; color: white; position: relative; } @media (min-width: 1024px) { .home-banner { background-attachment: fixed; background-position: center -370px; height: 30...
public/static/assets/bower_components/mini.scss/css/home.css
.footer.row-top { padding-top: 0; } .home-banner { background-image: url("../../../images/home-banner.jpg"); background-repeat: no-repeat; color: white; position: relative; } @media (min-width: 1024px) { .home-banner { background-attachment: fixed; background-position: center -370px; height: 30...
0.356559
0.149998
section.hero { display: flex; align-items: center; justify-content: center; flex-direction: column; background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../img/pasta.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; mi...
styles/index.css
section.hero { display: flex; align-items: center; justify-content: center; flex-direction: column; background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../img/pasta.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; mi...
0.526343
0.13707
@import url(~sanitize.css); /* For cross browser wonkiness */ @import url(fonts.css); /* All hosted and external fonts */ @import url(300.css); /* Mobile styles */ @import url(1000.css); /* Desktop styles */ @import url(interview.css); /* Interview page has basic b...
src/layout/index.css
@import url(~sanitize.css); /* For cross browser wonkiness */ @import url(fonts.css); /* All hosted and external fonts */ @import url(300.css); /* Mobile styles */ @import url(1000.css); /* Desktop styles */ @import url(interview.css); /* Interview page has basic b...
0.226099
0.038811
.max-w{ max-width: 1000px; margin: 0 auto; } .header{ height: 70px; font-size: 22px; padding: 0 25px; background: #fff; } .header i{ font-size: 22px; display: inline-block; } .banner{ margin: 20px 20px 0; } .banner-container{ position: relative; } .item-title{ font-size: 18px; line-heig...
src/assets/common/index.css
.max-w{ max-width: 1000px; margin: 0 auto; } .header{ height: 70px; font-size: 22px; padding: 0 25px; background: #fff; } .header i{ font-size: 22px; display: inline-block; } .banner{ margin: 20px 20px 0; } .banner-container{ position: relative; } .item-title{ font-size: 18px; line-heig...
0.284477
0.082033
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ======================================================...
css/main.css
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ======================================================...
0.689933
0.098686
ul.shop-global { list-style-type: none; height: 100%; } li.shop-global div { margin: .8%; float: left; -webkit-transition: box-shadow 0.5s ease; -moz-transition: box-shadow 0.5s ease; -o-transition: box-shadow 0.5s ease; -ms-transition: box-shadow 0.5s ease; transition: box-sh...
styles/shop.css
ul.shop-global { list-style-type: none; height: 100%; } li.shop-global div { margin: .8%; float: left; -webkit-transition: box-shadow 0.5s ease; -moz-transition: box-shadow 0.5s ease; -o-transition: box-shadow 0.5s ease; -ms-transition: box-shadow 0.5s ease; transition: box-sh...
0.285472
0.061763
body { max-width: 720px; margin: 0 auto; } .bold {font-weight: bold;} .gray {color: gray;} .tomato {color: tomato;} .pagenation { padding: 10px 0 30px; text-align: center; } .pagenation ul{ display: flex; justify-content: center; } .pagenation li { color: gray; margin: 0 10px 0; f...
public/css/common.css
body { max-width: 720px; margin: 0 auto; } .bold {font-weight: bold;} .gray {color: gray;} .tomato {color: tomato;} .pagenation { padding: 10px 0 30px; text-align: center; } .pagenation ul{ display: flex; justify-content: center; } .pagenation li { color: gray; margin: 0 10px 0; f...
0.316158
0.161386
@keyframes slidein { from { margin-top: 100px; opacity: .2; margin-left: auto; margin-right: auto; } to { opacity: 1; margin-left: 0%; margin-left: auto; margin-right: auto; } } /* Credit to Ruddy for CSS: http://stackoverflow.com/questions/30074246/how-to-create-ripple-effect-on-click-material-des...
css/animation.css
@keyframes slidein { from { margin-top: 100px; opacity: .2; margin-left: auto; margin-right: auto; } to { opacity: 1; margin-left: 0%; margin-left: auto; margin-right: auto; } } /* Credit to Ruddy for CSS: http://stackoverflow.com/questions/30074246/how-to-create-ripple-effect-on-click-material-des...
0.701509
0.114864
i[class*="spacely-icon-"] { background-repeat: no-repeat; background-position: center center; background-size: contain; display: inline-block; vertical-align: middle; color: transparent; font-size: 0; overflow: hidden; text-indent: -99999px; width: $icon-size; height: $icon-size; } i.spacely-...
src/css/icons.css
i[class*="spacely-icon-"] { background-repeat: no-repeat; background-position: center center; background-size: contain; display: inline-block; vertical-align: middle; color: transparent; font-size: 0; overflow: hidden; text-indent: -99999px; width: $icon-size; height: $icon-size; } i.spacely-...
0.340156
0.087019
body{ /*font-family: Arial, Helvetica, sans-serif;*/ font-family: serif; font-size: 150%; color: black; background-color: #EFF8FB; } #navn { color: #0000FF; } .artikkel{ margin-left: 25%; width: 49%; /*margin-right: 25%;*/ background-color: white; padding...
HelloWorldNews_copy/prototype/src/public/stylesheet.css
body{ /*font-family: Arial, Helvetica, sans-serif;*/ font-family: serif; font-size: 150%; color: black; background-color: #EFF8FB; } #navn { color: #0000FF; } .artikkel{ margin-left: 25%; width: 49%; /*margin-right: 25%;*/ background-color: white; padding...
0.285073
0.057573
.btn { display: inline-block; box-sizing: border-box; background-color: #7E4E60; font-size: 1.6rem; font-weight: 700; padding: 1.5rem; border-radius: 0.5em; font-family: 'Oswald', sans-serif; text-decoration: none; color: white; } .feature-box { max-width: 1200px; width: 100%; display: flex; ...
css/index.css
.btn { display: inline-block; box-sizing: border-box; background-color: #7E4E60; font-size: 1.6rem; font-weight: 700; padding: 1.5rem; border-radius: 0.5em; font-family: 'Oswald', sans-serif; text-decoration: none; color: white; } .feature-box { max-width: 1200px; width: 100%; display: flex; ...
0.298389
0.068164
.hidden { display: none; } .app-nav { width: 100%; background-color: #e6e6e6; } .app-nav > a { display: inline-block; padding: 15px 30px; font-size: 18px; color: #009bff; text-decoration: none; } .app-nav > a:hover { text-decoration: underline; } .app-nav > a.active { font-weight...
example/http/cross_origin_file_transfer/style.css
.hidden { display: none; } .app-nav { width: 100%; background-color: #e6e6e6; } .app-nav > a { display: inline-block; padding: 15px 30px; font-size: 18px; color: #009bff; text-decoration: none; } .app-nav > a:hover { text-decoration: underline; } .app-nav > a.active { font-weight...
0.635222
0.134066
body { margin: 0; font-family: "Open Sans", sans-serif; color: white; background-color: white; overflow-x: hidden; } /* body:hover { animation: rotatesbb 3s ease-in; } */ ul { padding: 0; } *, *:before, *:after { box-sizing: border-box; /* алгоритм подсчета размера блоков с учетом пэддингов и т.д. *...
css/style.css
body { margin: 0; font-family: "Open Sans", sans-serif; color: white; background-color: white; overflow-x: hidden; } /* body:hover { animation: rotatesbb 3s ease-in; } */ ul { padding: 0; } *, *:before, *:after { box-sizing: border-box; /* алгоритм подсчета размера блоков с учетом пэддингов и т.д. *...
0.53777
0.076167
.logout { width: 100%; } .ngdialog.ngdialog-theme-default.ngdialog-settlement { padding: 0; overflow: auto; background: #ffffff; } .ngdialog.ngdialog-theme-default.ngdialog-settlement .ngdialog-overlay { background: none; } .ngdialog.ngdialog-theme-default.ngdialog-settlement .ngdialog-content { ...
www.nh227.com/www.nh227.com/mobile/common/css/settlement.css
.logout { width: 100%; } .ngdialog.ngdialog-theme-default.ngdialog-settlement { padding: 0; overflow: auto; background: #ffffff; } .ngdialog.ngdialog-theme-default.ngdialog-settlement .ngdialog-overlay { background: none; } .ngdialog.ngdialog-theme-default.ngdialog-settlement .ngdialog-content { ...
0.458591
0.075244
.icon{ paddinig-top:50px; margin-right:5px; zoom:50%; } .searchIcon{ paddinig-top:50px; margin-right:5px; zoom:50%; background: white; } .loading { position:absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index:20; } .loading{ position:absolute; z-i...
ui/v0.1/src/css/dataPlayGround.css
.icon{ paddinig-top:50px; margin-right:5px; zoom:50%; } .searchIcon{ paddinig-top:50px; margin-right:5px; zoom:50%; background: white; } .loading { position:absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index:20; } .loading{ position:absolute; z-i...
0.500488
0.097133