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
@import url('https://fonts.googleapis.com/css?family=Roboto|Codystar|Dosis'); /* RESET */ *{ margin: 0; padding: 0; } /* CLEARER AND CLEARFIX */ .clearer { clear: both; } .clearfix:after { content: "."; height: 0; font-size: 0; visibility: hidden; display: block;...
css/style.css
@import url('https://fonts.googleapis.com/css?family=Roboto|Codystar|Dosis'); /* RESET */ *{ margin: 0; padding: 0; } /* CLEARER AND CLEARFIX */ .clearer { clear: both; } .clearfix:after { content: "."; height: 0; font-size: 0; visibility: hidden; display: block;...
0.331336
0.056705
@font-face { font-family: 'scriptless-socialbuttons'; src: url('fonts/scriptless-socialbuttons.eot?bjwlwc'); src: url('fonts/scriptless-socialbuttons.eot?bjwlwc#iefix') format('embedded-opentype'), url('fonts/scriptless-socialbuttons.ttf?bjwlwc') format('truetype'), url('fonts/scriptle...
v0.3/SiteZappvion/zenphoto/zp-core/zp-extensions/scriptless-socialsharing/style.css
@font-face { font-family: 'scriptless-socialbuttons'; src: url('fonts/scriptless-socialbuttons.eot?bjwlwc'); src: url('fonts/scriptless-socialbuttons.eot?bjwlwc#iefix') format('embedded-opentype'), url('fonts/scriptless-socialbuttons.ttf?bjwlwc') format('truetype'), url('fonts/scriptle...
0.275519
0.109515
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; } * { margin: 0; padding: 0; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, d...
css/base.css
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; } * { margin: 0; padding: 0; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, d...
0.356447
0.071591
body { /* falta propriedade aqui de largura em % */ width: 100%; background-position: 50%, 50%; padding: 0px; margin: 0px; background-color: rgb(243, 243, 243); } a { color: rgb(81, 185, 255); /* falta propriedade aqui.*/ } a:hover { color: blue; text-decoration: none; } /***** ...
css/estilo.css
body { /* falta propriedade aqui de largura em % */ width: 100%; background-position: 50%, 50%; padding: 0px; margin: 0px; background-color: rgb(243, 243, 243); } a { color: rgb(81, 185, 255); /* falta propriedade aqui.*/ } a:hover { color: blue; text-decoration: none; } /***** ...
0.191365
0.067608
section[role="region"] { width: 100%; transition: all 0.25s ease; position: relative; z-index: 100; } section[role="region"]:target { transform: translateX(80%); } /* Hide anchor to change target */ section[role="region"] > header:first-child > a:first-of-type { display: none; } section[role="region"]:tar...
Apptuter-Firefox/FireFox_OS_FrameWork/themes/whatev/drawer.css
section[role="region"] { width: 100%; transition: all 0.25s ease; position: relative; z-index: 100; } section[role="region"]:target { transform: translateX(80%); } /* Hide anchor to change target */ section[role="region"] > header:first-child > a:first-of-type { display: none; } section[role="region"]:tar...
0.418697
0.092033
html, body { margin:0; padding:0; } body { font: 11px Arial, Helvetica, sans-serif; color:#444444; } fieldset { border: 3px double #999; padding: 2px 1em 8px; margin: 0 0 0 12px; } fieldset p { margin: 0; line-height: 1.5em; } fieldset p input, fieldset p label, fiel...
assets/plugins/tinymce/jscripts/tiny_mce/plugins/ajaxfilemanager/theme/default/css/ajaximageeditor.css
html, body { margin:0; padding:0; } body { font: 11px Arial, Helvetica, sans-serif; color:#444444; } fieldset { border: 3px double #999; padding: 2px 1em 8px; margin: 0 0 0 12px; } fieldset p { margin: 0; line-height: 1.5em; } fieldset p input, fieldset p label, fiel...
0.32338
0.038611
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-family: 'Montserrat', sans-serif; text-align: left; } h2 { font-weight: 700; padding-bottom: 1rem; padding-top: 4rem; text-align: center; } h4 { text-align: center; font-weight: 500; fon...
assets/css/styles.css
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-family: 'Montserrat', sans-serif; text-align: left; } h2 { font-weight: 700; padding-bottom: 1rem; padding-top: 4rem; text-align: center; } h4 { text-align: center; font-weight: 500; fon...
0.400046
0.066085
.bountysource-thumbs-box { position: absolute; width:50px; } .bountysource-thumbs-box .thumb-wrapper { text-align: center; border: 1px solid #ccc; border-top-left-radius: 3px; border-top-right-radius: 3px; background-image: linear-gradient(#fcfcfc, #eee); cursor: pointer; padding: 4px 0 6px; } .bountysource-thumbs-box ...
app/assets/stylesheets/salt/thumbs.css
.bountysource-thumbs-box { position: absolute; width:50px; } .bountysource-thumbs-box .thumb-wrapper { text-align: center; border: 1px solid #ccc; border-top-left-radius: 3px; border-top-right-radius: 3px; background-image: linear-gradient(#fcfcfc, #eee); cursor: pointer; padding: 4px 0 6px; } .bountysource-thumbs-box ...
0.523908
0.194177
.main .menu-wrapper{height: 1500px;} .main-header-content{width: 290px;margin: 0 auto;padding-top: 120px;} .main-header {height: 656px;background: url(image/bg.png) no-repeat;background-size: 100% 100%;} /*面包屑的样式*/ .main-wrapper .menus{margin: 20px;} .main-wrapper .menus>li{display: inline-block;} ...
public/view_2/person/css/claimofsence.css
.main .menu-wrapper{height: 1500px;} .main-header-content{width: 290px;margin: 0 auto;padding-top: 120px;} .main-header {height: 656px;background: url(image/bg.png) no-repeat;background-size: 100% 100%;} /*面包屑的样式*/ .main-wrapper .menus{margin: 20px;} .main-wrapper .menus>li{display: inline-block;} ...
0.11474
0.053034
.yn_tour_station>div { border: 1px solid #bbb; background: #eee; padding: 5px; top: 0; left: 0; font-size: 12px; line-height: 18px; font-family: Arial,serif; overflow: hidden; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; } .yn_tour_spot { display: block; po...
modules/younet/tour_guide/templates/base/css/tour_guide.css
.yn_tour_station>div { border: 1px solid #bbb; background: #eee; padding: 5px; top: 0; left: 0; font-size: 12px; line-height: 18px; font-family: Arial,serif; overflow: hidden; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; } .yn_tour_spot { display: block; po...
0.258888
0.123445
* { padding: 0; margin: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; } body { background-color: #140032; overflow: hidden; } body * { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border-radius: 50%; } .circles { width: 300px; height: ...
magical-dots-spikes/css/style.css
* { padding: 0; margin: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; } body { background-color: #140032; overflow: hidden; } body * { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border-radius: 50%; } .circles { width: 300px; height: ...
0.530236
0.089933
body, p { font-family: 'Open Sans', sans-serif; font-weight: 400; } h1, h2, h3, h4, h5, h6, .site-title, .entry-title, .menu-item, .main-navigation, .site-description { font-family: 'Kalam', cursive; } .widget .widget-title { font-family: 'Kalam', cursive; } h1, h2 { font-weight: 700; } h3, h4 { font-weight: 40...
blog/wordpress/wp-content/themes/twentysixteen-child/style.css
body, p { font-family: 'Open Sans', sans-serif; font-weight: 400; } h1, h2, h3, h4, h5, h6, .site-title, .entry-title, .menu-item, .main-navigation, .site-description { font-family: 'Kalam', cursive; } .widget .widget-title { font-family: 'Kalam', cursive; } h1, h2 { font-weight: 700; } h3, h4 { font-weight: 40...
0.293404
0.100348
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,thead,tr,th,td,article,aside,canvas,details,embed,figure,...
public/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,thead,tr,th,td,article,aside,canvas,details,embed,figure,...
0.4231
0.07627
body { margin : 10px; } header { display: flex; justify-content: center; } h1.title { font-family: Ubuntu, Segoe, 'Lucida Grande', sans-serif; width: 600px; } .icon { display: none; } .add-p { display: flex; justify-content: center; } img.add_png { margin-right: 5px; } .add { color: #ffffff; font-...
src/css/options.css
body { margin : 10px; } header { display: flex; justify-content: center; } h1.title { font-family: Ubuntu, Segoe, 'Lucida Grande', sans-serif; width: 600px; } .icon { display: none; } .add-p { display: flex; justify-content: center; } img.add_png { margin-right: 5px; } .add { color: #ffffff; font-...
0.348091
0.131396
:root { /* Solarized colors */ --base03: #002b36; --base02: #073642; --base01: #586e75; --base00: #657b83; --base0: #839496; --base1: #93a1a1; --base2: #eee8d5; --base3: #fdf6e3; --yellow: #b58900; --orange: #cb4b16; --red: #dc322f;...
packages/my-trs-80/docs/main.css
:root { /* Solarized colors */ --base03: #002b36; --base02: #073642; --base01: #586e75; --base00: #657b83; --base0: #839496; --base1: #93a1a1; --base2: #eee8d5; --base3: #fdf6e3; --yellow: #b58900; --orange: #cb4b16; --red: #dc322f;...
0.515864
0.100084
p, h1, h2, h3, h4, h5, h6, a, input, textarea, button { margin-block-end: unset; margin-block-start: unset; -webkit-margin-before: unset; -webkit-margin-after: unset; font-family: Inter, sans-serif; padding: 0; } textarea, input, button { outline: none; -webkit-appearance: none; border: none; backg...
pkg/interface/chat/src/css/custom.css
p, h1, h2, h3, h4, h5, h6, a, input, textarea, button { margin-block-end: unset; margin-block-start: unset; -webkit-margin-before: unset; -webkit-margin-after: unset; font-family: Inter, sans-serif; padding: 0; } textarea, input, button { outline: none; -webkit-appearance: none; border: none; backg...
0.33928
0.092606
@charset "utf-8"; /* CSS Document */ /* ICERRR - default css This css is targeted at phones (~320 x ~480) */ /* -- FONTS */ body, table, input, select { font-family: 'Roboto', sans-serif; font-size:12pt; color:#212121; /* rgba(0,0,0,0.87); */ } /* -- ELEMENTS */ * { -webkit-tap-highlight-color: rgba(0,0,0,...
androidapp/com.rejh.icerrr.itson-wwwdev/css/default.css
@charset "utf-8"; /* CSS Document */ /* ICERRR - default css This css is targeted at phones (~320 x ~480) */ /* -- FONTS */ body, table, input, select { font-family: 'Roboto', sans-serif; font-size:12pt; color:#212121; /* rgba(0,0,0,0.87); */ } /* -- ELEMENTS */ * { -webkit-tap-highlight-color: rgba(0,0,0,...
0.312055
0.045735
.background_glassyOldLace6, .hover_background_glassyOldLace6:hover, .active_background_glassyOldLace6:active:hover { background: #c68710; background-image: -moz-linear-gradient(top, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%); background-image: -webkit-gradien...
widgets/common/assets/gradients/glassy/glassyOldLace/glassyOldLace6.css
.background_glassyOldLace6, .hover_background_glassyOldLace6:hover, .active_background_glassyOldLace6:active:hover { background: #c68710; background-image: -moz-linear-gradient(top, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%); background-image: -webkit-gradien...
0.471223
0.100702
.embedpress-wrapper { position: relative; } .ose-dailymotion.responsive, .ose-kickstarter.responsive, .ose-rutube.responsive, .ose-ted.responsive, .ose-vimeo.responsive, .ose-youtube.responsive, .ose-ustream.responsive, .ose-google-docs.responsive, .ose-animatron.responsive, .ose-amcharts.responsive, .ose-on-aol-c...
wp-content/plugins/embedpress/assets/css/embedpress.css
.embedpress-wrapper { position: relative; } .ose-dailymotion.responsive, .ose-kickstarter.responsive, .ose-rutube.responsive, .ose-ted.responsive, .ose-vimeo.responsive, .ose-youtube.responsive, .ose-ustream.responsive, .ose-google-docs.responsive, .ose-animatron.responsive, .ose-amcharts.responsive, .ose-on-aol-c...
0.566498
0.068569
.audio-container, .audio-container *, .audio-container::after, .audio-containero::before { -webkit-box-sizing: border-box; box-sizing: border-box; display: block; font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 400; marg...
public/player-audio/player_audio.css
.audio-container, .audio-container *, .audio-container::after, .audio-containero::before { -webkit-box-sizing: border-box; box-sizing: border-box; display: block; font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 400; marg...
0.480966
0.069195
@import "fonts/fontello.css"; body { font-family: "Open Sans", sans-serif; font-size: 16px; margin-bottom: 70px; line-height: 2; } #contentarea { padding: 40px 30px; background: #fff; border-radius: 8px; } #panel { width: 100%; height: 55px; border-top: #eee 1px solid; background: rgba(255, 255, 255, 0.95...
views/backend/default/layouts/js/lib/editors/contentbuilder/builder.css
@import "fonts/fontello.css"; body { font-family: "Open Sans", sans-serif; font-size: 16px; margin-bottom: 70px; line-height: 2; } #contentarea { padding: 40px 30px; background: #fff; border-radius: 8px; } #panel { width: 100%; height: 55px; border-top: #eee 1px solid; background: rgba(255, 255, 255, 0.95...
0.516352
0.194904
@charset "UTF-8"; /** * z-index values. Order reflects the stacking * of elements from lowest to highest. */ /** * Font styles */ /** * Colors */ /** * Animations */ @-webkit-keyframes signInModalBackIn { 0% { opacity: 0; -webkit-transform: translateX(-60px); transform: translateX(-60px);...
saved/Anfibia Booktubers_files/stylesheet.86fe3637fc8cec7f3cfea650c5695c58.css
@charset "UTF-8"; /** * z-index values. Order reflects the stacking * of elements from lowest to highest. */ /** * Font styles */ /** * Colors */ /** * Animations */ @-webkit-keyframes signInModalBackIn { 0% { opacity: 0; -webkit-transform: translateX(-60px); transform: translateX(-60px);...
0.470007
0.113973
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?vmdfak'); src: url('fonts/icomoon.eot?vmdfak#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?vmdfak') format('truetype'), url('fonts/icomoon.woff?vmdfak') format('woff'), url('fonts/icomoon.svg?vmdfak#icomoon') format('svg'...
public/icon/style.css
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?vmdfak'); src: url('fonts/icomoon.eot?vmdfak#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?vmdfak') format('truetype'), url('fonts/icomoon.woff?vmdfak') format('woff'), url('fonts/icomoon.svg?vmdfak#icomoon') format('svg'...
0.326271
0.104067
@import url('https://fonts.googleapis.com/css?family=Black+And+White+Picture'); @import url('https://fonts.googleapis.com/css?family=Black+And+White+Picture|Open+Sans'); @import url('https://fonts.googleapis.com/css?family=Oswald'); @import url('https://fonts.googleapis.com/css?family=Lora'); /* Hide submenu, leave th...
htdocs/css/kmom01.css
@import url('https://fonts.googleapis.com/css?family=Black+And+White+Picture'); @import url('https://fonts.googleapis.com/css?family=Black+And+White+Picture|Open+Sans'); @import url('https://fonts.googleapis.com/css?family=Oswald'); @import url('https://fonts.googleapis.com/css?family=Lora'); /* Hide submenu, leave th...
0.439026
0.085175
.App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .App-header { background-color: #222; height: 150px; padding: 20px; color: white; } .App-intro { font-size: large; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { ...
client/src/App.css
.App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .App-header { background-color: #222; height: 150px; padding: 20px; color: white; } .App-intro { font-size: large; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { ...
0.457379
0.06727
.cui-ecommerce-dashboard-info { margin-bottom: 30px; } .cui-ecommerce-dashboard-info__title { font-size: 16px; font-weight: 700; color: #24222f; margin-bottom: 15px; margin-top: 10px; } .cui-ecommerce-dashboard-info__description { font-size: 24px; } .cui-ecommerce-dashboard-info__block .n...
public/assets/common/css/source/pages/ecommerce.css
.cui-ecommerce-dashboard-info { margin-bottom: 30px; } .cui-ecommerce-dashboard-info__title { font-size: 16px; font-weight: 700; color: #24222f; margin-bottom: 15px; margin-top: 10px; } .cui-ecommerce-dashboard-info__description { font-size: 24px; } .cui-ecommerce-dashboard-info__block .n...
0.462716
0.081191
/*** SECTIONS: * TopSearchPanel * RefineSearchBar * SearchResults ***/ /* ========== TopSearchPanel ========== */ /* ========== RefineSearchBar ========== */ .search-filter-label { color: #1f2353; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; } .search-filter...
Source/Web/JustOrderIt.Web/Areas/Public/Content/Custom/category-search.css
/*** SECTIONS: * TopSearchPanel * RefineSearchBar * SearchResults ***/ /* ========== TopSearchPanel ========== */ /* ========== RefineSearchBar ========== */ .search-filter-label { color: #1f2353; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; } .search-filter...
0.38318
0.045353
/* max-width: 300px; */ background-color: #ffffff; margin: 10% auto; } #success_tic .page-body .head { text-align: center; } #success_tic .checkmark-circle { width: 150px; height: 150px; position: relative; display: inline-block; vertical-align: top; } .checkmark-circle...
src/component/successModal/index.css
/* max-width: 300px; */ background-color: #ffffff; margin: 10% auto; } #success_tic .page-body .head { text-align: center; } #success_tic .checkmark-circle { width: 150px; height: 150px; position: relative; display: inline-block; vertical-align: top; } .checkmark-circle...
0.412648
0.070624
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"); .barra-inferior, .posts .post__comentarios__adicionar-comentario, .stories { border-top: 1px solid #DBDBDB; } .barra-inferior { border-right: 1px solid #DBDBDB; } .topo { border-bottom: 1px solid #DBD...
css/style.css
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"); .barra-inferior, .posts .post__comentarios__adicionar-comentario, .stories { border-top: 1px solid #DBDBDB; } .barra-inferior { border-right: 1px solid #DBDBDB; } .topo { border-bottom: 1px solid #DBD...
0.385837
0.078536
.menu-item, .menu-open-button { background: black; border-radius: 100%; width: 40px; height: 40px; position: absolute; color: white; text-align: center; line-height: 40px; transform: translate3d(0, 0, 0); transition: transform ease-out 200ms; margin-top: -15px; } .menu-open { display: none; } .hamburger { ...
app/assets/stylesheets/menu_buttons.css
.menu-item, .menu-open-button { background: black; border-radius: 100%; width: 40px; height: 40px; position: absolute; color: white; text-align: center; line-height: 40px; transform: translate3d(0, 0, 0); transition: transform ease-out 200ms; margin-top: -15px; } .menu-open { display: none; } .hamburger { ...
0.341583
0.081119
#slider{ position: relative; width: 100%; /* background: #2c3e50; */ margin-top: 7rem; } .slider-row{ display: flex; flex-wrap: wrap; margin-left: -4px; margin-right: -4px; } .myslide{ height: calc(655px - 7rem); display: none; overflow: hidden; } #slider .prev, #slider .next{ position: a...
resources/views/frontend/fastOrdering/assets/css/main.css
#slider{ position: relative; width: 100%; /* background: #2c3e50; */ margin-top: 7rem; } .slider-row{ display: flex; flex-wrap: wrap; margin-left: -4px; margin-right: -4px; } .myslide{ height: calc(655px - 7rem); display: none; overflow: hidden; } #slider .prev, #slider .next{ position: a...
0.314998
0.042682
@font-face { font-family: "Flaticon"; src: url("../../fonts/Flaticon.eot"); src: url("../../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../../fonts/Flaticon.woff2") format("woff2"), url("../../fonts/Flaticon.woff") format("woff"), url("../../fonts/Flaticon.ttf") format("true...
website/css/flaticon/flaticon.css
@font-face { font-family: "Flaticon"; src: url("../../fonts/Flaticon.eot"); src: url("../../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../../fonts/Flaticon.woff2") format("woff2"), url("../../fonts/Flaticon.woff") format("woff"), url("../../fonts/Flaticon.ttf") format("true...
0.366476
0.14817
html, body { font-family: 'Montserrat', sans-serif; height: 100%; } /* common */ * { -webkit-box-sizing: border-box; -mox-box-sizing: border-box; box-sizing: border-box; outline: none !important; padding: 0px; margin: 0px; } a, button{ -webkit-transition: all 300ms ease-in-out; -moz-...
frontend/web/css/site.css
html, body { font-family: 'Montserrat', sans-serif; height: 100%; } /* common */ * { -webkit-box-sizing: border-box; -mox-box-sizing: border-box; box-sizing: border-box; outline: none !important; padding: 0px; margin: 0px; } a, button{ -webkit-transition: all 300ms ease-in-out; -moz-...
0.251556
0.078784
.fr{float: right;}.fl{float: left;} .ml5{margin-left: 5px;}.ml10{margin-left: 10px;}.ml20{margin-left: 20px;} .mr5{margin-right: 5px;}.mr10{margin-right: 10px;}.mr20{margin-right: 20px;}.mr30{margin-right: 30px;}.mr40{margin-right: 40px;} .mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt20{margin-top: 20px;}.mt30{margi...
zhikunet/statics/statics/member/css/register.css
.fr{float: right;}.fl{float: left;} .ml5{margin-left: 5px;}.ml10{margin-left: 10px;}.ml20{margin-left: 20px;} .mr5{margin-right: 5px;}.mr10{margin-right: 10px;}.mr20{margin-right: 20px;}.mr30{margin-right: 30px;}.mr40{margin-right: 40px;} .mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt20{margin-top: 20px;}.mt30{margi...
0.318485
0.162879
.grid { overflow: hidden; margin: 0; padding: 0 0 0 0; width: 100%; list-style: none; text-align: center; } /* Common style */ .grid figure { position: relative; z-index: 1; display: inline-block; overflow: hidden; margin: -0.20em; width: 33.433%; height: 400px; b...
src/app/pages/portfolio/portfolio.component.css
.grid { overflow: hidden; margin: 0; padding: 0 0 0 0; width: 100%; list-style: none; text-align: center; } /* Common style */ .grid figure { position: relative; z-index: 1; display: inline-block; overflow: hidden; margin: -0.20em; width: 33.433%; height: 400px; b...
0.520009
0.164953
html, body { height: 100%; width: 100%; } #fullpage { background-image: url("../img/nc-bg.jpg"); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } @font-face { font-family: 'CircularStd-Book'; src: url("../fonts/CircularStd-Book.eot"); ...
_site/css/main.css
html, body { height: 100%; width: 100%; } #fullpage { background-image: url("../img/nc-bg.jpg"); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } @font-face { font-family: 'CircularStd-Book'; src: url("../fonts/CircularStd-Book.eot"); ...
0.261708
0.06236
* { margin: 0; padding: 0; } html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } a { text-decoration: none; position: r...
css/style.css
* { margin: 0; padding: 0; } html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } a { text-decoration: none; position: r...
0.296043
0.064447
body{ font-family: 'Roboto', sans-serif; } /*=============header section==================== */ #header span { font-size:1.3em; font-weight: 1000; color: #5C1B1B; } #header .navbar { font-size: 1.3em; } #header .navbar ul li { margin: 0.7em; } /* designers */ .designers{ margin-top: 5%; } .desig...
designer.css
body{ font-family: 'Roboto', sans-serif; } /*=============header section==================== */ #header span { font-size:1.3em; font-weight: 1000; color: #5C1B1B; } #header .navbar { font-size: 1.3em; } #header .navbar ul li { margin: 0.7em; } /* designers */ .designers{ margin-top: 5%; } .desig...
0.377885
0.079961
html { box-sizing: border-box; } *, *::before, *::after { margin: 0; padding: 0; box-sizing: inherit; } ul, ol { list-style: none; } a { text-decoration: none; } img { display: block; max-width: 100%; height: auto; } body { letter-spacing: -0.02em; } .clearfix::after { content: " "; displa...
html-css/module-05/css/style.css
html { box-sizing: border-box; } *, *::before, *::after { margin: 0; padding: 0; box-sizing: inherit; } ul, ol { list-style: none; } a { text-decoration: none; } img { display: block; max-width: 100%; height: auto; } body { letter-spacing: -0.02em; } .clearfix::after { content: " "; displa...
0.53607
0.060947
* { box-sizing: border-box; } body { font-family: "Inter"; } .header { background-color: #635854; padding-top: 12px; padding-bottom: 12px; border-bottom: 4px solid #3596f5; } .navbar { max-width: 1280px; margin: auto; display: flex; justify-content: space-between; align-items: cen...
melody/assets/stylesheets/style.css
* { box-sizing: border-box; } body { font-family: "Inter"; } .header { background-color: #635854; padding-top: 12px; padding-bottom: 12px; border-bottom: 4px solid #3596f5; } .navbar { max-width: 1280px; margin: auto; display: flex; justify-content: space-between; align-items: cen...
0.284874
0.053974
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); a { text-decoration: none; } a:hover, a:focus { text-decoration: none; outline: none; } button:focus { outline: none; } .color-gray { color: rgba(78, 78, 78, 0.752941) !important...
public/css/messages.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); a { text-decoration: none; } a:hover, a:focus { text-decoration: none; outline: none; } button:focus { outline: none; } .color-gray { color: rgba(78, 78, 78, 0.752941) !important...
0.427158
0.07843
.middle_all { position: relative; height:414px; width: 1200px; margin: 0 auto; } .tempo { width:400px; height:30px; margin: 0 auto; padding-top:30px; position: relative; } .tempo_line { height:8px; width: 380px; background-color: #c0c0c0; position:relative; top:14px; z-index:...
css/new_password.css
.middle_all { position: relative; height:414px; width: 1200px; margin: 0 auto; } .tempo { width:400px; height:30px; margin: 0 auto; padding-top:30px; position: relative; } .tempo_line { height:8px; width: 380px; background-color: #c0c0c0; position:relative; top:14px; z-index:...
0.208219
0.037012
body { padding-top: 50px; padding-bottom: 20px; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the l...
ALS.Glance.Web/Content/alsglance.css
body { padding-top: 50px; padding-bottom: 20px; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the l...
0.455441
0.12326
.article { width: 1010px; margin: 0 auto; display: flex; } .article main { margin: 50px 0 200px; width: 508px; } .article aside { flex: 1; } .article header { display: flex; flex-direction: row; flex: 0 1 auto; justify-content: space-between; align-items: baseline; } .article h1 { color: rgb...
redux/src/page.module.css
.article { width: 1010px; margin: 0 auto; display: flex; } .article main { margin: 50px 0 200px; width: 508px; } .article aside { flex: 1; } .article header { display: flex; flex-direction: row; flex: 0 1 auto; justify-content: space-between; align-items: baseline; } .article h1 { color: rgb...
0.454714
0.0809
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } html, body { display: grid; height: 100%; width: 100%; place-items: center; } .navbar { background: #...
public/assets/css/checklist.css
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } html, body { display: grid; height: 100%; width: 100%; place-items: center; } .navbar { background: #...
0.398641
0.085939
html body{ background-color: #eeeeee; font-size: 13px; /*background-color: #191617; background: #191617 url("../images/dark_mosaic.png") repeat scroll 0% 0%;*/} main, .contenedorDeslizable{background-color: #fff; border-radius:8px; margin-bottom: 20px; padding-bottom: 20px; border: 1px solid #e3e3e3;padding-top: 10px}...
css/estilosElementosv3.css
html body{ background-color: #eeeeee; font-size: 13px; /*background-color: #191617; background: #191617 url("../images/dark_mosaic.png") repeat scroll 0% 0%;*/} main, .contenedorDeslizable{background-color: #fff; border-radius:8px; margin-bottom: 20px; padding-bottom: 20px; border: 1px solid #e3e3e3;padding-top: 10px}...
0.247169
0.061734
input.mat-input-element::-webkit-input-placeholder { color: #C7C7CD; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } .form-group { margin-bottom: 1em; } .form-group label { margin-bottom: .5em; text-align: left; display: block; } .form-group .input-group { width:...
assets/static/css/formularios.css
input.mat-input-element::-webkit-input-placeholder { color: #C7C7CD; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } .form-group { margin-bottom: 1em; } .form-group label { margin-bottom: .5em; text-align: left; display: block; } .form-group .input-group { width:...
0.326164
0.099295
* { font-family: Calibri; } body { background: url(http://artem.anmedio.ru/dev/planet/space.jpg) repeat; } h1, h2{ color: lightgrey; position: relative; } h3{ text-align:center; } img { height: 50%; margin-top: 4px; } #headlineStore{ top:10px; } .BackBtn { color: black; f...
BetterMe/Style/StoreCss.css
* { font-family: Calibri; } body { background: url(http://artem.anmedio.ru/dev/planet/space.jpg) repeat; } h1, h2{ color: lightgrey; position: relative; } h3{ text-align:center; } img { height: 50%; margin-top: 4px; } #headlineStore{ top:10px; } .BackBtn { color: black; f...
0.464902
0.14885
---------------------------------------------------------*/ *{ margin: 0; padding: 0; font-size: 100%; font-family: 'Lora', serif; font-weight: normal; box-sizing: border-box; outline: none; border: 0; } img{ max-width: 100% } h2 { font-size: 1.5em; color: #333; } p { font-size: 1em; color: #777; } ul{...
dia-12/css/style.css
---------------------------------------------------------*/ *{ margin: 0; padding: 0; font-size: 100%; font-family: 'Lora', serif; font-weight: normal; box-sizing: border-box; outline: none; border: 0; } img{ max-width: 100% } h2 { font-size: 1.5em; color: #333; } p { font-size: 1em; color: #777; } ul{...
0.191252
0.086285
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700'); * { font-family: 'Nunito', sans-serif; } html, body { height: 100%; width: 100%; padding: 0; margin: 0; } body { display: flex; flex-direction: column; } .header { align-items: center; border-bottom: solid 1px #e0e0...
explainyourself/style.css
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700'); * { font-family: 'Nunito', sans-serif; } html, body { height: 100%; width: 100%; padding: 0; margin: 0; } body { display: flex; flex-direction: column; } .header { align-items: center; border-bottom: solid 1px #e0e0...
0.47171
0.098252
@charset "utf-8"; input:-moz-placeholder { color: #ccc; } ::-webkit-input-placeholder { color: #ccc; } .registerCon li s { background: url(../Images/loginSet.png?v=130723); background-size: 20px auto; } .registerCon { width: 100%; background: #f4f4f4; text-align: center; padding-bott...
html/m.1yyg/passport/CSS/login.css
@charset "utf-8"; input:-moz-placeholder { color: #ccc; } ::-webkit-input-placeholder { color: #ccc; } .registerCon li s { background: url(../Images/loginSet.png?v=130723); background-size: 20px auto; } .registerCon { width: 100%; background: #f4f4f4; text-align: center; padding-bott...
0.388966
0.084833
#transloadit,#transloadit *,#transloadit a:hover,#transloadit a:visited,#transloadit a:active{ background:none; border:none; bottom:auto; clear:none; cursor:default; float:none; font-family:Arial, Helvetica, sans-serif; font-size:medium; font-style:normal; font-weight:normal; height:auto; left:a...
css/transloadit2.css
#transloadit,#transloadit *,#transloadit a:hover,#transloadit a:visited,#transloadit a:active{ background:none; border:none; bottom:auto; clear:none; cursor:default; float:none; font-family:Arial, Helvetica, sans-serif; font-size:medium; font-style:normal; font-weight:normal; height:auto; left:a...
0.349644
0.115886
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-x: hidden; } *, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } body { font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif; font-size: 15px; -webkit-fon...
node_modules/vue-spinner/example/app.css
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-x: hidden; } *, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } body { font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif; font-size: 15px; -webkit-fon...
0.360377
0.070816
.wp-block-columns { display: flex; flex-wrap: wrap } @media (min-width:782px) { .wp-block-columns { flex-wrap: nowrap } } .wp-block-column { flex-grow: 1; margin-bottom: 1em; flex-basis: 100%; min-width: 0; word-break: break-word; overflow-wrap: break-word } @media (mi...
public/css/theme.css
.wp-block-columns { display: flex; flex-wrap: wrap } @media (min-width:782px) { .wp-block-columns { flex-wrap: nowrap } } .wp-block-column { flex-grow: 1; margin-bottom: 1em; flex-basis: 100%; min-width: 0; word-break: break-word; overflow-wrap: break-word } @media (mi...
0.54359
0.101322
html, body { width: 100%; height: 100%; overflow: hidden; background-color: rgba(22, 14, 7, 0.89); background-image: -webkit-linear-gradient(-320deg, rgba(22, 14, 7, 0.89) 0%, rgba(117, 76, 40, 0.89) 50%, rgba(117, 76, 40, 0.89) 51%, rgba(22, 14, 7, 0.89) 100%); background-image: linear-gradient(50deg,rgba(...
build/client/style.css
html, body { width: 100%; height: 100%; overflow: hidden; background-color: rgba(22, 14, 7, 0.89); background-image: -webkit-linear-gradient(-320deg, rgba(22, 14, 7, 0.89) 0%, rgba(117, 76, 40, 0.89) 50%, rgba(117, 76, 40, 0.89) 51%, rgba(22, 14, 7, 0.89) 100%); background-image: linear-gradient(50deg,rgba(...
0.42179
0.092319
body{ background: #f5f5f5; } /***** Top menu *****/ #top{ background: #fff; margin-top: 3px; /*height: 23px;*/ box-shadow: 0px 0px 5px rgba(0,0,0,1); } #top i{ margin-top: 15px; color: #004A9B; } /*TITULO DAS DIVS*/ .label_titulo{ background: #2A3343; color: #fff; height: 40px; padding: 8px; font-s...
public/css/style_proposal.css
body{ background: #f5f5f5; } /***** Top menu *****/ #top{ background: #fff; margin-top: 3px; /*height: 23px;*/ box-shadow: 0px 0px 5px rgba(0,0,0,1); } #top i{ margin-top: 15px; color: #004A9B; } /*TITULO DAS DIVS*/ .label_titulo{ background: #2A3343; color: #fff; height: 40px; padding: 8px; font-s...
0.227727
0.07627
@font-face {font-family: "iconfont"; src: url('iconfont.eot?t=1488770996809'); /* IE9*/ src: url('iconfont.eot?t=1488770996809#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('iconfont.woff?t=1488770996809') format('woff'), /* chrome, firefox */ url('iconfont.ttf?t=1488770996809') format('truetype'), /* ...
css/iconfont.css
@font-face {font-family: "iconfont"; src: url('iconfont.eot?t=1488770996809'); /* IE9*/ src: url('iconfont.eot?t=1488770996809#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('iconfont.woff?t=1488770996809') format('woff'), /* chrome, firefox */ url('iconfont.ttf?t=1488770996809') format('truetype'), /* ...
0.337094
0.061989
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap'); * { font-family: "Titillium Web"!important; } .navbar { background-color: #333333; } .navbar-brand { font-size: 4vmin; } .card { height: 600px; margin-bottom: 60px; } .img-preview { width: 256px; height:...
DeleMa_Detect/static/css/main.css
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap'); * { font-family: "Titillium Web"!important; } .navbar { background-color: #333333; } .navbar-brand { font-size: 4vmin; } .card { height: 600px; margin-bottom: 60px; } .img-preview { width: 256px; height:...
0.514644
0.123339
* { box-sizing: border-box; } html { scroll-behavior: smooth; } /* Header .................................................................................. */ /* Header color gredient is green */ header{ background: #649173; /* fallback for old browsers */ background: -webkit-linear-gradient(to right...
assets/css/style.css
* { box-sizing: border-box; } html { scroll-behavior: smooth; } /* Header .................................................................................. */ /* Header color gredient is green */ header{ background: #649173; /* fallback for old browsers */ background: -webkit-linear-gradient(to right...
0.442155
0.118564
@-moz-document url-prefix("https://inbox.google.com"), domain("inbox.google.com"), domain("talkgadget.google.com"), regexp(".*hangouts\\.google\\.com/webchat/frame.*") { /*Font Colors */ .gmelius-kanban-card--new input, .mdc-button, .mdc-button:disabled, .gmelius-kanban-column__content[data-cards="0"]:after, .gmeli...
data/usercss/156128.user.css
@-moz-document url-prefix("https://inbox.google.com"), domain("inbox.google.com"), domain("talkgadget.google.com"), regexp(".*hangouts\\.google\\.com/webchat/frame.*") { /*Font Colors */ .gmelius-kanban-card--new input, .mdc-button, .mdc-button:disabled, .gmelius-kanban-column__content[data-cards="0"]:after, .gmeli...
0.239349
0.042068
body{ font-family: 'Josefin Slab', serif; background-color: #FEF9E7; font-size: 16px; } h1{ font-weight: 400; font-size: 48px; } .nav{ font-family: 'Amatic SC', cursive; font-weight: 700; font-size: 20px; } .btn{ font-family: 'Amatic SC', cursive; font-weight: 700; font-size: 20px; } .colo...
public/css/junk-base.css
body{ font-family: 'Josefin Slab', serif; background-color: #FEF9E7; font-size: 16px; } h1{ font-weight: 400; font-size: 48px; } .nav{ font-family: 'Amatic SC', cursive; font-weight: 700; font-size: 20px; } .btn{ font-family: 'Amatic SC', cursive; font-weight: 700; font-size: 20px; } .colo...
0.328853
0.071041
.logo{ width: 100px; } html, body { height: 100%; } body { align-items: center; background-color: #f5f5f5; } .form-signin { width: 100%; max-width: 330px; padding: 15px; margin: 5% auto; } .form-signin .checkbox { font-weight: 400; } .form-signin .form-control { position: relative; box-sizing...
public/css/user.css
.logo{ width: 100px; } html, body { height: 100%; } body { align-items: center; background-color: #f5f5f5; } .form-signin { width: 100%; max-width: 330px; padding: 15px; margin: 5% auto; } .form-signin .checkbox { font-weight: 400; } .form-signin .form-control { position: relative; box-sizing...
0.337204
0.161254
section{ background:url(../img/login1/bg.png) no-repeat left bottom #3376d3; background-size:100% auto; background-color:#3476d4; } .login-box{ position:relative; width:70%; margin:0 auto; } .login-logo{ height:40px; display:block; margin:40px auto 40px auto; -webkit-transform: translateY(-100px); -webkit-an...
examples/for-exmobi/agile_lite/server/jsp/www/assets/third/seedsui/css/login1.css
section{ background:url(../img/login1/bg.png) no-repeat left bottom #3376d3; background-size:100% auto; background-color:#3476d4; } .login-box{ position:relative; width:70%; margin:0 auto; } .login-logo{ height:40px; display:block; margin:40px auto 40px auto; -webkit-transform: translateY(-100px); -webkit-an...
0.163846
0.049359
Box related style properties ++++++++++++++++++++++++++++++++++++++++++++++++++++++ width, min-width, max-width height, min-height, max-height padding margin overflow: visible | hidden | scroll | auto float : left | right | none clear: none | left | right | both box-sizing – content-box | padding-box | border-box F...
m03-css/css/06-box.css
Box related style properties ++++++++++++++++++++++++++++++++++++++++++++++++++++++ width, min-width, max-width height, min-height, max-height padding margin overflow: visible | hidden | scroll | auto float : left | right | none clear: none | left | right | both box-sizing – content-box | padding-box | border-box F...
0.458591
0.152158
.th-box-g-black-grey{ background: linear-gradient(var(--black-color), var(--black-color),var(--grey-color4)); } /*gradient grey/black*/ .th-box-g-grey-black{ background: linear-gradient(var(--grey-color4),var(--black-color), var(--black-color)); } /*BOTÕES--------------------------------*/ /*white*/ .th-...
public/styles/smacss/theme/theme.css
.th-box-g-black-grey{ background: linear-gradient(var(--black-color), var(--black-color),var(--grey-color4)); } /*gradient grey/black*/ .th-box-g-grey-black{ background: linear-gradient(var(--grey-color4),var(--black-color), var(--black-color)); } /*BOTÕES--------------------------------*/ /*white*/ .th-...
0.352871
0.052183
* { margin: 0; } .section1 { background-color: #ffffff; padding: 30px 15px 45px; } @media all and (min-width: 768px) { .section1 { margin: 30px 60px 60px 39px; padding: 0; } } @media all and (min-width: 1280px) { .section1 { padding: 60px 275px; margin: 0; } } .section1__sma...
public/assets/css/main.css
* { margin: 0; } .section1 { background-color: #ffffff; padding: 30px 15px 45px; } @media all and (min-width: 768px) { .section1 { margin: 30px 60px 60px 39px; padding: 0; } } @media all and (min-width: 1280px) { .section1 { padding: 60px 275px; margin: 0; } } .section1__sma...
0.31342
0.112649
* { margin: 0; padding: 0; box-sizing: border-box; } html { font-size: 62.4%; } body { font-size: 10px; font-weight: 700; font-family: lato, Arial, Helvetica, sans-serif; text-rendering: optimizeLegibility; } /* NAVBAR */ .navbar .active a { font-size: 16px; font-weight: 500; color: rgb(245, 245,...
pastevents.css
* { margin: 0; padding: 0; box-sizing: border-box; } html { font-size: 62.4%; } body { font-size: 10px; font-weight: 700; font-family: lato, Arial, Helvetica, sans-serif; text-rendering: optimizeLegibility; } /* NAVBAR */ .navbar .active a { font-size: 16px; font-weight: 500; color: rgb(245, 245,...
0.458591
0.084455
.about { display: grid; grid-template-columns: 1fr; color: var(--black); height: 100%; } .about h2 { font-size: 2em; margin: 20px 0 10px 0; } .about div:nth-child(1) { background-color: #20232a; padding: 20px 10px 0 10px; } .about div:nth-child(1) div:nth-child(2) { margin: 20px auto; font-size: 18p...
src/styles/about.module.css
.about { display: grid; grid-template-columns: 1fr; color: var(--black); height: 100%; } .about h2 { font-size: 2em; margin: 20px 0 10px 0; } .about div:nth-child(1) { background-color: #20232a; padding: 20px 10px 0 10px; } .about div:nth-child(1) div:nth-child(2) { margin: 20px auto; font-size: 18p...
0.388734
0.210685
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, ...
static/css/frame.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.38318
0.191196
body { margin: 0; padding: 0; } body, h1 { font-family: "Raleway", Arial, sans-serif; } a { text-decoration: none; } h1 { letter-spacing: 6px } .w3-row-padding img { margin-bottom: 12px } .mb-64 { padding-bottom: 6...
css/stylesheet.css
body { margin: 0; padding: 0; } body, h1 { font-family: "Raleway", Arial, sans-serif; } a { text-decoration: none; } h1 { letter-spacing: 6px } .w3-row-padding img { margin-bottom: 12px } .mb-64 { padding-bottom: 6...
0.36591
0.112698
html, body{ width: 100%; height: 100%; margin: 0; padding: 0; border-radius: 50px; } body{ background-image: url(../images/bg.png); } .toggleButton, .addButton{ width: 20px; height: 28px; border: none; background-image: url(../images/greySquare.png); font-weight: bold; ...
Sankore-Player/demo/ubw4/widgets/{a8add349-9c7d-42cc-a7f2-57858d989ce2}.wgt/css/basic.css
html, body{ width: 100%; height: 100%; margin: 0; padding: 0; border-radius: 50px; } body{ background-image: url(../images/bg.png); } .toggleButton, .addButton{ width: 20px; height: 28px; border: none; background-image: url(../images/greySquare.png); font-weight: bold; ...
0.378
0.091139
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,900;1,400&family=Montserrat:wght@900&display=swap"); * { padding: 0; margin: 0; text-decoration: none; font-family: inherit; line-height: inherit; outline: none; -webkit-user-drag: none; -webkit-tap-highlight...
assets/css/style.css
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,900;1,400&family=Montserrat:wght@900&display=swap"); * { padding: 0; margin: 0; text-decoration: none; font-family: inherit; line-height: inherit; outline: none; -webkit-user-drag: none; -webkit-tap-highlight...
0.249173
0.058185
body, html { background-image: url(../images/backimage.jpg); /* Full height */ height: 100%; /* Center and scale the image nicely */ background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; } .form-group { margin-bottom: 1rem; } .vcenter-item{ displ...
public/css/survey-css.css
body, html { background-image: url(../images/backimage.jpg); /* Full height */ height: 100%; /* Center and scale the image nicely */ background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; } .form-group { margin-bottom: 1rem; } .vcenter-item{ displ...
0.219003
0.084229
body,html { width: 100%; height: 100%; } body { font-family: Muli,Helvetica,Arial,sans-serif; } a { color: #fdcc52; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } a:focus,a:hover { color: #fcbd20; } hr { max-width: 100px; margin: 25px auto 0; border-width: ...
public/css/new-age.min.css
body,html { width: 100%; height: 100%; } body { font-family: Muli,Helvetica,Arial,sans-serif; } a { color: #fdcc52; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } a:focus,a:hover { color: #fcbd20; } hr { max-width: 100px; margin: 25px auto 0; border-width: ...
0.321673
0.04408
color: green; padding: 6px 0; line-height: 18px; vertical-align: middle; position: relative; z-index: 1; width: 100%; } @media screen and (max-width: 768px) { #header { height: 50px; position: fixed; top: 0; } } #header a { display: inline; } .home-link { width: 50px; height: 66px; ...
SportsNews-example/src/app/core/header/header.component.css
color: green; padding: 6px 0; line-height: 18px; vertical-align: middle; position: relative; z-index: 1; width: 100%; } @media screen and (max-width: 768px) { #header { height: 50px; position: fixed; top: 0; } } #header a { display: inline; } .home-link { width: 50px; height: 66px; ...
0.556641
0.114418
/** 01.CSS RESET **********************************/ /** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */ 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, kb...
_includes/css/material.css
/** 01.CSS RESET **********************************/ /** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */ 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, kb...
0.386416
0.079675
body, html { width: 100%; height: 100%; } body { font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; } /*hr { max-width: 50px; border-width: 3px; border-color: #F05F40; }*/ hr.light { border-color: #fff; } a { color: #44a8c5; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;...
css/creative.css
body, html { width: 100%; height: 100%; } body { font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; } /*hr { max-width: 50px; border-width: 3px; border-color: #F05F40; }*/ hr.light { border-color: #fff; } a { color: #44a8c5; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;...
0.316369
0.05199
@font-face { font-family: 'PT Serif'; font-style: italic; font-weight: 400; src: local('PT Serif Italic'), local('PTSerif-Italic'), url('../fonts/pt-serif-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/pt-serif-v11-latin-italic.woff') f...
HTML-CSS/module 7/css/style.css
@font-face { font-family: 'PT Serif'; font-style: italic; font-weight: 400; src: local('PT Serif Italic'), local('PTSerif-Italic'), url('../fonts/pt-serif-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/pt-serif-v11-latin-italic.woff') f...
0.340266
0.053108
* { font-family: calibri; font-size: 12px; color: #333333; border-style: none; padding: 0px; margin: 0px; } body#xplorium { margin: 0px; padding: 0px; min-width: 800px; background-position: top; background-image: url(/statics/images/front-end/xplorium/public/background.gif);...
src/Xplorium/Statics/Styles/Front-End/Xplorium/Public/Default.css
* { font-family: calibri; font-size: 12px; color: #333333; border-style: none; padding: 0px; margin: 0px; } body#xplorium { margin: 0px; padding: 0px; min-width: 800px; background-position: top; background-image: url(/statics/images/front-end/xplorium/public/background.gif);...
0.320928
0.091139
.form { box-shadow: 0 0 225px rgba(255,255,255,0.55); border-radius: 3px; border: 1px solid rgba(0,0,0,0.10); } .form legend { background-color: #eaeae3; padding: 0 12px; color: #333; text-shadow: 0 1px 0 #f5f5f1; box-sizing: border-box; line-height: 40px; display: block; width: 100%; border-top...
lib/form.css
.form { box-shadow: 0 0 225px rgba(255,255,255,0.55); border-radius: 3px; border: 1px solid rgba(0,0,0,0.10); } .form legend { background-color: #eaeae3; padding: 0 12px; color: #333; text-shadow: 0 1px 0 #f5f5f1; box-sizing: border-box; line-height: 40px; display: block; width: 100%; border-top...
0.308711
0.14442
.center { display: block; margin-left: auto; margin-right: auto; text-align: center; } body { background: linear-gradient(200deg, #b0cce0, #efdb81, #b4b0e0) fixed; margin: 0px; padding: 0px; } h1 { font-family: "Quicksand", sans-serif; font-size: 70px; color: #ffffff; text-align: center; margi...
assets/css/style.css
.center { display: block; margin-left: auto; margin-right: auto; text-align: center; } body { background: linear-gradient(200deg, #b0cce0, #efdb81, #b4b0e0) fixed; margin: 0px; padding: 0px; } h1 { font-family: "Quicksand", sans-serif; font-size: 70px; color: #ffffff; text-align: center; margi...
0.441191
0.12768
================================================== */ 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...
www/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, fields...
0.271831
0.083217
.header{ background: linear-gradient(to top, #2798cf, #2f84b0, #337092, #335d75, #314a5a); } .page { align-items: center; background-image: url("~/assets/background.jpg") no-repeat; } .margins{ margin: 15; } .action-image{ height: 30; width: 30; margin-left: auto; } .action-label{ ...
src/app/order-management/measurement/measurement.component.css
.header{ background: linear-gradient(to top, #2798cf, #2f84b0, #337092, #335d75, #314a5a); } .page { align-items: center; background-image: url("~/assets/background.jpg") no-repeat; } .margins{ margin: 15; } .action-image{ height: 30; width: 30; margin-left: auto; } .action-label{ ...
0.461988
0.159774
body { font: 0.8em Arial; } /* Datagrid Table */ table.tbl { width: 100%; border: 2px solid #c3daf9; font-size: 0.9em; clear: both; } /* base64 of head_bg.gif file */ td.tbl-header { background: url(data:image/gif;base64,R0lGODlhAgAfAMQAAAAAAP///9z/7ev/9fH/+PX/+tT/6Nj/6uP/8OX/8ez/9e7/9vD/9/L/+NL/ 5tP/59T/59X/6Nb...
table.css
body { font: 0.8em Arial; } /* Datagrid Table */ table.tbl { width: 100%; border: 2px solid #c3daf9; font-size: 0.9em; clear: both; } /* base64 of head_bg.gif file */ td.tbl-header { background: url(data:image/gif;base64,R0lGODlhAgAfAMQAAAAAAP///9z/7ev/9fH/+PX/+tT/6Nj/6uP/8OX/8ez/9e7/9vD/9/L/+NL/ 5tP/59T/59X/6Nb...
0.316158
0.087486
.comments-area .comment { clear: both; margin-top: 45px; } .comments-area .user-info, .question-best-answer-comment .user-info { float: left; width: 72px; } .comments-area .user-info-holder .avatar { margin-bottom: 2px; } .comments-area .user-info-bar { margin-left: 3px; width: 50px; } .comments-area .comm...
app/assets/stylesheets/components/commentsarea.css
.comments-area .comment { clear: both; margin-top: 45px; } .comments-area .user-info, .question-best-answer-comment .user-info { float: left; width: 72px; } .comments-area .user-info-holder .avatar { margin-bottom: 2px; } .comments-area .user-info-bar { margin-left: 3px; width: 50px; } .comments-area .comm...
0.254694
0.095349
html { font-family: sans-serif; } @media (min-width: 1501px) { #mid { margin: 320px auto; width: 70%; height: auto; display: grid; grid-template-rows: 120px auto; grid-template-columns: 280px auto; grid-template-areas: "a b"; } #top-container { width:auto; heigh...
styles/main.css
html { font-family: sans-serif; } @media (min-width: 1501px) { #mid { margin: 320px auto; width: 70%; height: auto; display: grid; grid-template-rows: 120px auto; grid-template-columns: 280px auto; grid-template-areas: "a b"; } #top-container { width:auto; heigh...
0.525612
0.126434
*{-webkit-user-select: none;} p, span, h1, h2, h3, h4, h5, input, textarea {-webkit-user-select: text;} html { margin: 0; padding: 0; border: 0; } body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fiel...
Web/css/_base.css
*{-webkit-user-select: none;} p, span, h1, h2, h3, h4, h5, input, textarea {-webkit-user-select: text;} html { margin: 0; padding: 0; border: 0; } body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fiel...
0.340924
0.105441
body { padding: 0; margin: 0; font-family: 'Open Sans', sans-serif; background: white !important; } .front-page-wrap { width: 100%; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; } .front-page-wrap .front-page-inner { width: 100%; height: auto; display: -ms-grid; di...
styles/front-page.css
body { padding: 0; margin: 0; font-family: 'Open Sans', sans-serif; background: white !important; } .front-page-wrap { width: 100%; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; } .front-page-wrap .front-page-inner { width: 100%; height: auto; display: -ms-grid; di...
0.409221
0.058534
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, ...
public/static/css/common.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.316264
0.086748
:root { --stu-color: #0cc7ff; --comp-color: #ccbf2a; } body { /* overflow-x: hidden; /* try to make this more local */ margin: 0px; } #viz { width: 100%; height: 85vh; position: relative; background-color: #243452; } #viz #map { z-index: -1; width: 100%; height: 100%; } #viz...
projects/westfield-map/map_styles.css
:root { --stu-color: #0cc7ff; --comp-color: #ccbf2a; } body { /* overflow-x: hidden; /* try to make this more local */ margin: 0px; } #viz { width: 100%; height: 85vh; position: relative; background-color: #243452; } #viz #map { z-index: -1; width: 100%; height: 100%; } #viz...
0.439507
0.142262
@font-face { font-family: NanumSquare; font-weight: 300; src: url(../assets/fonts/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareL.woff) format("woff"), url(../assets/fonts/NanumSquareL.ttf) format("truetype"); } @font-face { font-family: NanumSquare; font-weight: 400; ...
styles/indexStyle.css
@font-face { font-family: NanumSquare; font-weight: 300; src: url(../assets/fonts/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareL.woff) format("woff"), url(../assets/fonts/NanumSquareL.ttf) format("truetype"); } @font-face { font-family: NanumSquare; font-weight: 400; ...
0.342462
0.057467
.post-header-wrapp { border-top: 1px dotted #515151; border-bottom: 1px dotted #515151; min-height: 75px; padding: 20px 0 15px 0; } .post-header-wrapp .triangle { width: 0; height: 0; border-style: solid; border-width: 25px 25px 0 0; border-color: #737373 transparent transparent transparent; positi...
src/components/PostPage/PostPage.css
.post-header-wrapp { border-top: 1px dotted #515151; border-bottom: 1px dotted #515151; min-height: 75px; padding: 20px 0 15px 0; } .post-header-wrapp .triangle { width: 0; height: 0; border-style: solid; border-width: 25px 25px 0 0; border-color: #737373 transparent transparent transparent; positi...
0.522689
0.071721
@import "https://fonts.googleapis.com/css?family=Roboto:400,700"; @import "https://fonts.googleapis.com/css?family=Roboto+Slab:400,700"; /* COLORS : Palete */ /* COLORS: Status */ /* COLORS: Grays */ /* SIZING & SPACING */ /* BORDERS */ /* FONT WEIGHTS */ /* VELOCITIES */ /* http://meyerweb.com/eric/tools/css/...
crop-manager/pg-wrapper/pg-styles/pg-styles.css
@import "https://fonts.googleapis.com/css?family=Roboto:400,700"; @import "https://fonts.googleapis.com/css?family=Roboto+Slab:400,700"; /* COLORS : Palete */ /* COLORS: Status */ /* COLORS: Grays */ /* SIZING & SPACING */ /* BORDERS */ /* FONT WEIGHTS */ /* VELOCITIES */ /* http://meyerweb.com/eric/tools/css/...
0.220426
0.046141
position: relative; } #pagination ul { position: absolute; right: 0; } #pagination ul .current a { color: #666; } fieldset.form-grouping-border { border: 1px groove #ddd !important; padding: 0 1.4em 1.4em 1.4em !important; margin: 0 0 1.5em 0 !important; -webkit-box-shadow: 0px 0px 0px 0px #000; box-shadow:...
public/stylesheets/main.css
position: relative; } #pagination ul { position: absolute; right: 0; } #pagination ul .current a { color: #666; } fieldset.form-grouping-border { border: 1px groove #ddd !important; padding: 0 1.4em 1.4em 1.4em !important; margin: 0 0 1.5em 0 !important; -webkit-box-shadow: 0px 0px 0px 0px #000; box-shadow:...
0.275617
0.114963
@font-face { font-family: "BEBAS"; src: url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.eot"); src: url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.eot?") format("eot"), url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.woff") format("woff"), url("https://cdn.gmx.shoes/a...
assets/geoff.css
@font-face { font-family: "BEBAS"; src: url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.eot"); src: url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.eot?") format("eot"), url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.woff") format("woff"), url("https://cdn.gmx.shoes/a...
0.271735
0.103794
a{ text-decoration: none; } /* link hover */ a:hover { background-color: #CC6415 ; color: white; } /* link não visitados */ a:link { color: white; background-color: #CC6415 ; } /* link Visitados */ a:visited:{ color: white; background-color: #CC6415 ; } /* link não active */ a:active:{ color: white; backgroun...
css/style.css
a{ text-decoration: none; } /* link hover */ a:hover { background-color: #CC6415 ; color: white; } /* link não visitados */ a:link { color: white; background-color: #CC6415 ; } /* link Visitados */ a:visited:{ color: white; background-color: #CC6415 ; } /* link não active */ a:active:{ color: white; backgroun...
0.176175
0.065785
html, body, #cesiumContainer { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; color:white; font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif; font-size: 14px; } #mytoolbar{ z-index: 1; r...
css/common.css
html, body, #cesiumContainer { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; color:white; font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif; font-size: 14px; } #mytoolbar{ z-index: 1; r...
0.298696
0.073397
html, body { font-family: 'Roboto', 'Helvetica', sans-serif; } .demo-avatar { width: 48px; height: 48px; border-radius: 24px; } .demo-layout .mdl-layout__header .mdl-layout__drawer-button { color: rgba(0, 0, 0, 0.54); } .mdl-layout__drawer .avatar { margin-bottom: 16px; } .demo-drawer { border: none; } ....
public/app/bower_components/vendor/styles.css
html, body { font-family: 'Roboto', 'Helvetica', sans-serif; } .demo-avatar { width: 48px; height: 48px; border-radius: 24px; } .demo-layout .mdl-layout__header .mdl-layout__drawer-button { color: rgba(0, 0, 0, 0.54); } .mdl-layout__drawer .avatar { margin-bottom: 16px; } .demo-drawer { border: none; } ....
0.312685
0.037187
* { margin: 0px; padding: 0px; } body { min-height: 600px; height: 100% } body h1 { margin-top: 50px; text-align: center; } /*六个面的Outer DIV*/ .view { margin: -60px auto; background-color: #eee; width: 800px; height: 800px; position: relative; border-radius: 20px; ...
Lesson3-Adanced_of_HTML_CSS/1.3D魔方/3D魔方.css
* { margin: 0px; padding: 0px; } body { min-height: 600px; height: 100% } body h1 { margin-top: 50px; text-align: center; } /*六个面的Outer DIV*/ .view { margin: -60px auto; background-color: #eee; width: 800px; height: 800px; position: relative; border-radius: 20px; ...
0.432183
0.086516
/* @import url('reset.css'); @import url('font-awesome.css'); 浙大网新易盛公司门户网站样式文件 作者:mmcai(蔡猛) 创建时间:2014-7-24 最后一次更新时间:2014-7-24 更新介绍:公司网站登录页面样式 E-mail:<EMAIL> webSite:www.mmcai.cn work: http://www.insigma.com.cn/ */ .header { position: absolute; top: 0px; left: 0px...
dist/src/style.css
/* @import url('reset.css'); @import url('font-awesome.css'); 浙大网新易盛公司门户网站样式文件 作者:mmcai(蔡猛) 创建时间:2014-7-24 最后一次更新时间:2014-7-24 更新介绍:公司网站登录页面样式 E-mail:<EMAIL> webSite:www.mmcai.cn work: http://www.insigma.com.cn/ */ .header { position: absolute; top: 0px; left: 0px...
0.353094
0.089455