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
* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Roboto', sans-serif; line-height: 1.6; background-color: rgb(3, 3, 3); } .title { font-size: 4rem; background: rgb(3, 3, 3); color: #fff; font-weight: 300; text-align: center; padding: 2rem 0; } ...
dist/CSS/style.css
* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Roboto', sans-serif; line-height: 1.6; background-color: rgb(3, 3, 3); } .title { font-size: 4rem; background: rgb(3, 3, 3); color: #fff; font-weight: 300; text-align: center; padding: 2rem 0; } ...
0.566858
0.145874
body { font-family: Arial, Helvetica, sans-serif; background-color: #ededed; } .app { padding: 2vh 2vw 2vh 2vw; } .content { max-width: 1040px; margin: auto; } /* Cabecalho */ .header { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-left: 2vw; paddi...
index.css
body { font-family: Arial, Helvetica, sans-serif; background-color: #ededed; } .app { padding: 2vh 2vw 2vh 2vw; } .content { max-width: 1040px; margin: auto; } /* Cabecalho */ .header { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-left: 2vw; paddi...
0.413004
0.116865
body { background: #000; font-family: sans-serif; font-size: 14pt; } h2 { font-size: 20px; } #auth h2 { color: #fff; } #logout { text-align: right; } #menu a { margin: 0 10px; } h1 { text-align: center; } table { border-collapse: collapse; text-align: center; width: 100%; } table.table td { border: ...
web/css/admin.css
body { background: #000; font-family: sans-serif; font-size: 14pt; } h2 { font-size: 20px; } #auth h2 { color: #fff; } #logout { text-align: right; } #menu a { margin: 0 10px; } h1 { text-align: center; } table { border-collapse: collapse; text-align: center; width: 100%; } table.table td { border: ...
0.210158
0.105487
.tp-banner-container{ width:100%; position:relative; padding:0; } .tp-banner{ width:100%; position:relative; } .tp-banner-fullscreen-container { width:100%; position:relative; padding:0; } #rs-slider-fullscreen, #rs-slider-elements, #rs-slider-fullwidth{ visibi...
css/custom.css
.tp-banner-container{ width:100%; position:relative; padding:0; } .tp-banner{ width:100%; position:relative; } .tp-banner-fullscreen-container { width:100%; position:relative; padding:0; } #rs-slider-fullscreen, #rs-slider-elements, #rs-slider-fullwidth{ visibi...
0.365343
0.064095
QWidget { color: black; font: @big; } QTextEdit { border-color: @lightGrey; border-style: solid; border-width: 1px 0 1px 1px; background: white; border: 1px solid #c4c1bd; } QListWidget { background: white; } QMessageBox { background: white; } QCheckBox { background: white; ...
applications/qTox/ui/settings/mainContent.css
QWidget { color: black; font: @big; } QTextEdit { border-color: @lightGrey; border-style: solid; border-width: 1px 0 1px 1px; background: white; border: 1px solid #c4c1bd; } QListWidget { background: white; } QMessageBox { background: white; } QCheckBox { background: white; ...
0.669421
0.11742
.card { width: 330px; display: flex; flex-direction: column; border: none; background-color: #efefef; margin-top: 50px; margin-bottom: 20px; padding-top: 20px; align-self: center; margin: auto; border-radius: 20px; box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, ...
public/css/styles.css
.card { width: 330px; display: flex; flex-direction: column; border: none; background-color: #efefef; margin-top: 50px; margin-bottom: 20px; padding-top: 20px; align-self: center; margin: auto; border-radius: 20px; box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, ...
0.424054
0.095687
@charset "utf-8"; body { font-family: Arial, Helvetica, sans-serif; font-size: medium; line-height: 1.2em; padding: 0px; background-image: none; background-repeat: repeat; margin-top: 10px; margin-bottom: 10px; } .container { width: 960px; background: #FFF; margin-top: 0; ...
na_challenge/2018/na_challenge.css
@charset "utf-8"; body { font-family: Arial, Helvetica, sans-serif; font-size: medium; line-height: 1.2em; padding: 0px; background-image: none; background-repeat: repeat; margin-top: 10px; margin-bottom: 10px; } .container { width: 960px; background: #FFF; margin-top: 0; ...
0.284576
0.074905
.icon-note.icon-left a:before, .icon-note.icon-left .nav--footer .nav__link:before, .nav--footer .icon-note.icon-left .nav__link:before, .icon-note.icon-left .breadcrumb__link:before, .icon-note.icon-left .RadSiteMap_Sitefinity .rsmOneLevel .rsmLink:before, .RadSiteMap_Sitefinity .rsmOneLevel .icon-note.icon-left .rsmL...
assets/css/gumby.css
.icon-note.icon-left a:before, .icon-note.icon-left .nav--footer .nav__link:before, .nav--footer .icon-note.icon-left .nav__link:before, .icon-note.icon-left .breadcrumb__link:before, .icon-note.icon-left .RadSiteMap_Sitefinity .rsmOneLevel .rsmLink:before, .RadSiteMap_Sitefinity .rsmOneLevel .icon-note.icon-left .rsmL...
0.639624
0.042404
*{ box-sizing:border-box; } header{ text-decoration: none; text-transform: capitalize; padding-bottom: 20px; } header img{ width: 300px; } header nav{ display: flex; align-items: center; float:right; margin-top: 20px; margin-right: 20px; } header nav a{ padding-right: 10px; text-dec...
css/style.css
*{ box-sizing:border-box; } header{ text-decoration: none; text-transform: capitalize; padding-bottom: 20px; } header img{ width: 300px; } header nav{ display: flex; align-items: center; float:right; margin-top: 20px; margin-right: 20px; } header nav a{ padding-right: 10px; text-dec...
0.329392
0.097519
.donatable-teaser { cursor: pointer; background: white; font-family: 'Fira Sans', Arial, sans-serif; border: 1px solid #ccc; border-radius: 4px; display: flex; flex-direction: column; color: #000000; font-weight: 300; height: 324px; box-sizing: border-box; transition: 0.15s box-shadow ease-out;...
src/css/donatable_teaser.css
.donatable-teaser { cursor: pointer; background: white; font-family: 'Fira Sans', Arial, sans-serif; border: 1px solid #ccc; border-radius: 4px; display: flex; flex-direction: column; color: #000000; font-weight: 300; height: 324px; box-sizing: border-box; transition: 0.15s box-shadow ease-out;...
0.476336
0.165694
h1, h2, h3, h4, li > a, .preco, label, legend { font-family: 'Montserrat', sans-serif; overflow: hidden; } body { background-color: #fafafa; } header { line-height: 0; } .texto-centro { text-align: center; } .container { width: 70vw; margin: 0 auto; padding: 20px 0; } /* MENU */ #cabecal...
HTML e CSS/css/style.css
h1, h2, h3, h4, li > a, .preco, label, legend { font-family: 'Montserrat', sans-serif; overflow: hidden; } body { background-color: #fafafa; } header { line-height: 0; } .texto-centro { text-align: center; } .container { width: 70vw; margin: 0 auto; padding: 20px 0; } /* MENU */ #cabecal...
0.425128
0.09795
body{ font-family: gilory,sans-serif; font-size: 18px; box-sizing: border-box; display: flex; flex-direction: column; height: 100%; background-color: #bfedf8; } .hcontainer{ display: flex; align-items: center; justify-content: left; flex-direction: row; } button{ cursor...
styles/index.css
body{ font-family: gilory,sans-serif; font-size: 18px; box-sizing: border-box; display: flex; flex-direction: column; height: 100%; background-color: #bfedf8; } .hcontainer{ display: flex; align-items: center; justify-content: left; flex-direction: row; } button{ cursor...
0.400749
0.101634
@import "variables/custom-variables"; @import "variables/variables"; @import "aos/src/sass/aos.scss"; .store-registration-clr { margin-top: 30px; } .boost-text > b { font-size: 32px; } .orange-text { margin-left: 10px; } .all-features > .features-box > h5 { line-height: 40px; } .tablet-section-clr > .all-fe...
style.css
@import "variables/custom-variables"; @import "variables/variables"; @import "aos/src/sass/aos.scss"; .store-registration-clr { margin-top: 30px; } .boost-text > b { font-size: 32px; } .orange-text { margin-left: 10px; } .all-features > .features-box > h5 { line-height: 40px; } .tablet-section-clr > .all-fe...
0.393385
0.086323
.detailBtn { display: inline-block; margin-top: 4px; padding: 6px 20px; background: transparent; color: #eb592d; text-decoration: underline; transition: 0.2s; } .detailBtn:hover { color: #e2937a; text-decoration: underline; } #scrollUp { padding: 0 6px; line-height: 36px; right: 12px; bottom...
css/my-custom.css
.detailBtn { display: inline-block; margin-top: 4px; padding: 6px 20px; background: transparent; color: #eb592d; text-decoration: underline; transition: 0.2s; } .detailBtn:hover { color: #e2937a; text-decoration: underline; } #scrollUp { padding: 0 6px; line-height: 36px; right: 12px; bottom...
0.289673
0.068569
.bigLogo img{height:7em;} .Search{margin-top:1.5em;} .Search input{height:4em;border-radius:2em;border:2px solid rgb(240, 90, 45);} .Search button{height:4em;width:4em;border-radius:2em;background-color:rgb(240, 90, 45);color:white;} .Cart li{width: 8em;float:left;} .Cart a{margin-top:1.5em;float:right;} .Cart img{heig...
target/classes/static/css/checkoutlist.css
.bigLogo img{height:7em;} .Search{margin-top:1.5em;} .Search input{height:4em;border-radius:2em;border:2px solid rgb(240, 90, 45);} .Search button{height:4em;width:4em;border-radius:2em;background-color:rgb(240, 90, 45);color:white;} .Cart li{width: 8em;float:left;} .Cart a{margin-top:1.5em;float:right;} .Cart img{heig...
0.372619
0.158793
@charset "utf-8"; /* CSS Document */ .carbon-poweredby, em, i { font-style:italic } .c-button, .c-menu__close { -moz-appearance:none; appearance:none; border-radius:none; -webkit-appearance:none; font-size:14px; box-shadow:none } .c-button:focus, .c-menu__close:focus { outline:0 } #carbonads, .c-mask, .c-menu ...
public/assets/website/css/slide-menu.css
@charset "utf-8"; /* CSS Document */ .carbon-poweredby, em, i { font-style:italic } .c-button, .c-menu__close { -moz-appearance:none; appearance:none; border-radius:none; -webkit-appearance:none; font-size:14px; box-shadow:none } .c-button:focus, .c-menu__close:focus { outline:0 } #carbonads, .c-mask, .c-menu ...
0.182644
0.039602
.analyticsDiv{ margin-top: 4%; } /* Example: CSS class name to center align the content . */ .centered-content { margin: 0 auto; max-width: 250px; } /*@Author <NAME> * ben�tigte CSS-Styles fuer das Ampelsystem */ .trafficLightGreen { color: whitesmoke; border-width: 2px; border-style: sol...
frontend/styles/shared-styles.css
.analyticsDiv{ margin-top: 4%; } /* Example: CSS class name to center align the content . */ .centered-content { margin: 0 auto; max-width: 250px; } /*@Author <NAME> * ben�tigte CSS-Styles fuer das Ampelsystem */ .trafficLightGreen { color: whitesmoke; border-width: 2px; border-style: sol...
0.470007
0.069195
min-height:56px; background-color:#fff } #mainNav .navbar-toggler{ font-size:80%;padding:.75rem;color:#64a19d;border:1px solid #64a19d} #mainNav .navbar-toggler:focus{outline:0} #mainNav .navbar-brand{ color:#161616;font-weight:700;padding:.9rem 0} #mainNav .navbar-nav .nav-item:hover{co...
css/grayscale.min.css
min-height:56px; background-color:#fff } #mainNav .navbar-toggler{ font-size:80%;padding:.75rem;color:#64a19d;border:1px solid #64a19d} #mainNav .navbar-toggler:focus{outline:0} #mainNav .navbar-brand{ color:#161616;font-weight:700;padding:.9rem 0} #mainNav .navbar-nav .nav-item:hover{co...
0.283781
0.048541
@charset "UTF-8"; /***************************************************************************** きゅーとテーマ adiary C87 Special Edition Theme 2014/12/30 (C) adiaryユーザ会 / adiary.org / かえで Supported Browser/Rendering Engine are: Gecko Rendering Engine Based: Mozilla Firefox 34 or lator ...
theme/satsuki2-pop/cute/cute.css
@charset "UTF-8"; /***************************************************************************** きゅーとテーマ adiary C87 Special Edition Theme 2014/12/30 (C) adiaryユーザ会 / adiary.org / かえで Supported Browser/Rendering Engine are: Gecko Rendering Engine Based: Mozilla Firefox 34 or lator ...
0.235108
0.121165
*::before, *::after { transition: ease all 0.5s; } .modal { transform: translate(0%, 0%) scale(0); transition: 200ms ease-in-out; border-radius: 10px; width: 1300px; height: 1171px; max-width: 90%; z-index: 10; } .modal.active { transform: translate(0%, 0%) scale(1); } .title { position: absolute...
css/modal.css
*::before, *::after { transition: ease all 0.5s; } .modal { transform: translate(0%, 0%) scale(0); transition: 200ms ease-in-out; border-radius: 10px; width: 1300px; height: 1171px; max-width: 90%; z-index: 10; } .modal.active { transform: translate(0%, 0%) scale(1); } .title { position: absolute...
0.603581
0.061706
html,body,span,div,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...
css/main.css
html,body,span,div,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.439747
0.066843
@font-face{ font-family: 'bttf'; src: url("../fuente/BTTF.ttf"); } *{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; } @media only screen and (max-width:600px){ body{ background-image: url("../img/fondopersona.png"); background-repeat: repeat; b...
version anterior/css/estilo.css
@font-face{ font-family: 'bttf'; src: url("../fuente/BTTF.ttf"); } *{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; } @media only screen and (max-width:600px){ body{ background-image: url("../img/fondopersona.png"); background-repeat: repeat; b...
0.399694
0.091544
.noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefi...
style.css
.noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefi...
0.385722
0.085061
@font-face { font-family: 'nicfont-webfont'; src: url('../font/nicfont-webfont.eot'); src: url('../font/nicfont-webfont.eot?#iefix') format('embedded-opentype'), url('../font/nicfont-webfont.woff') format('woff'), url('../font/nicfont-webfont.ttf') format('truetype'), url('../font...
css/nicfont.css
@font-face { font-family: 'nicfont-webfont'; src: url('../font/nicfont-webfont.eot'); src: url('../font/nicfont-webfont.eot?#iefix') format('embedded-opentype'), url('../font/nicfont-webfont.woff') format('woff'), url('../font/nicfont-webfont.ttf') format('truetype'), url('../font...
0.195594
0.04879
h1 { color:rgb(245, 200, 0); } a { text-decoration:none; color:red; } .resaltado { font-size:20px; } .aviso{ padding: 0.5em; border: 1px; background: #f6feda; } .error{ color: #930; font-weight: bold; } p.destacado{ color: red; } ...
estilos/estilos3.css
h1 { color:rgb(245, 200, 0); } a { text-decoration:none; color:red; } .resaltado { font-size:20px; } .aviso{ padding: 0.5em; border: 1px; background: #f6feda; } .error{ color: #930; font-weight: bold; } p.destacado{ color: red; } ...
0.567337
0.277281
@charset "UTF-8"; .banner{ text-align: center; background:url("http://ws.mss.icics.ubc.ca/~cics516/cur/hw/hw2/images/bannerbg.png"); background-repeat: repeat-x; } h1{ font-size: 24pt; font-weight: bold; text-align: center; font-family: Tahoma, Verdana, sans-serif; text-shadow: 3px 3px #999999; } body{ back...
hw2/movie.css
@charset "UTF-8"; .banner{ text-align: center; background:url("http://ws.mss.icics.ubc.ca/~cics516/cur/hw/hw2/images/bannerbg.png"); background-repeat: repeat-x; } h1{ font-size: 24pt; font-weight: bold; text-align: center; font-family: Tahoma, Verdana, sans-serif; text-shadow: 3px 3px #999999; } body{ back...
0.429429
0.108945
body { overflow-x: hidden; } header{ background-color: #2e284f; height: 450px; /* background: url("img/bg-image.jpg") no-repeat fixed center; */ } header h2,p{ text-align: center; color: #ffffff; } header h2::after { content:"________"; position: absolute; margin-top: 20px; mar...
stylesheet/style.css
body { overflow-x: hidden; } header{ background-color: #2e284f; height: 450px; /* background: url("img/bg-image.jpg") no-repeat fixed center; */ } header h2,p{ text-align: center; color: #ffffff; } header h2::after { content:"________"; position: absolute; margin-top: 20px; mar...
0.338296
0.082809
.main{ position: relative; } .ver{ float: left; position: absolute; } .med{ position: absolute; float: left; margin-top: 0px; width: 84%; height: 900px; margin-left: 200px; } .meden{ font-synthesis: weight; font-size: 30px; margin-left: 350px; } ....
public/css/addmed.css
.main{ position: relative; } .ver{ float: left; position: absolute; } .med{ position: absolute; float: left; margin-top: 0px; width: 84%; height: 900px; margin-left: 200px; } .meden{ font-synthesis: weight; font-size: 30px; margin-left: 350px; } ....
0.499023
0.095139
.background_greenYellow8, .hover_background_greenYellow8:hover, .active_background_greenYellow8:active:hover { background: #325300; background-image: -moz-linear-gradient(top, rgb(63, 104, 0) 0%, rgb(50, 83, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(63, ...
widgets/common/assets/gradients/simple/greenYellow/greenYellow8.css
.background_greenYellow8, .hover_background_greenYellow8:hover, .active_background_greenYellow8:active:hover { background: #325300; background-image: -moz-linear-gradient(top, rgb(63, 104, 0) 0%, rgb(50, 83, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(63, ...
0.504394
0.113629
.add-blog { padding: 7.5px 15px; background: #ffffff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; margin-right: 10px; z-index: 1; border-color: #AAAAAA; border: 1px solid #eee; font-size: 14px; } .blog-banner { posi...
frontend/src/app/blog/blog.component.css
.add-blog { padding: 7.5px 15px; background: #ffffff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; margin-right: 10px; z-index: 1; border-color: #AAAAAA; border: 1px solid #eee; font-size: 14px; } .blog-banner { posi...
0.287068
0.106133
.Team { display: flex; width: 100%; height: 100vh; justify-content: center; align-items: center; } .Card { width: 30%; height: 480px; background: white; border-radius: 20px; box-shadow: 0px 1px 10px 1px black; overflow: auto; margin-right: 5px; } ....
client/src/components/team/team.css
.Team { display: flex; width: 100%; height: 100vh; justify-content: center; align-items: center; } .Card { width: 30%; height: 480px; background: white; border-radius: 20px; box-shadow: 0px 1px 10px 1px black; overflow: auto; margin-right: 5px; } ....
0.429071
0.136839
.wedding-nav { /*border-right: 1px solid #b0b0b0;*/ /*padding-right: 1em;*/ margin-bottom: 1em; } .fluid-wrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .fluid-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; ...
public/css/main.css
.wedding-nav { /*border-right: 1px solid #b0b0b0;*/ /*padding-right: 1em;*/ margin-bottom: 1em; } .fluid-wrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .fluid-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; ...
0.42656
0.110856
@media (min-width: 1200px) and (max-width: 1500px) { .box-90 { padding-left: 10px; padding-right: 10px; } .header-right ul li { margin-left: 3px; } .basic-bar { margin-right: 15px; } .main-menu ul li.mega-menu > ul.submenu { min-width: 720px; } .main-menu ul li { margin: 0 18px; } .slide-1-style { padding: 0px 6...
public/css/responsive.css
@media (min-width: 1200px) and (max-width: 1500px) { .box-90 { padding-left: 10px; padding-right: 10px; } .header-right ul li { margin-left: 3px; } .basic-bar { margin-right: 15px; } .main-menu ul li.mega-menu > ul.submenu { min-width: 720px; } .main-menu ul li { margin: 0 18px; } .slide-1-style { padding: 0px 6...
0.295332
0.076891
* { margin: 0px; padding: 0px; } body { margin: 0px; padding: 0px; width: 100%; height: 100%; text-align: center; background-color: #F0F0F0; font-style: normal; font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #000; } #top { height: 50px; line-height: 50px; background-color: #000; wi...
vortex-metrics/src/main/resources/META-INF/static/css/base.css
* { margin: 0px; padding: 0px; } body { margin: 0px; padding: 0px; width: 100%; height: 100%; text-align: center; background-color: #F0F0F0; font-style: normal; font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #000; } #top { height: 50px; line-height: 50px; background-color: #000; wi...
0.327561
0.070272
:root { --frame: 400px; } .frame { position: absolute; top: 50%; left: 50%; width: var(--frame); height: var(--frame); box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.3); font-family: 'Open Sans', Helvetica, sans-serif; overflow: hidden; transform: translate(-50%, -50%); } input[type="c...
src/025/index.css
:root { --frame: 400px; } .frame { position: absolute; top: 50%; left: 50%; width: var(--frame); height: var(--frame); box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.3); font-family: 'Open Sans', Helvetica, sans-serif; overflow: hidden; transform: translate(-50%, -50%); } input[type="c...
0.63023
0.132767
@import url(../res/layui.css);body,html{margin:0;padding:0;width:100%;height:100%;background-color:#efefef} .hide{display:none} .left{float:left!important} .right{float:right!important} .i_home:after{content:'\e68e'} .i_back:after{content:'\e603'} .i_menu:after{content:'\e65f'} .i_search:after{content:'\e615'} .i_histo...
res/common.css
@import url(../res/layui.css);body,html{margin:0;padding:0;width:100%;height:100%;background-color:#efefef} .hide{display:none} .left{float:left!important} .right{float:right!important} .i_home:after{content:'\e68e'} .i_back:after{content:'\e603'} .i_menu:after{content:'\e65f'} .i_search:after{content:'\e615'} .i_histo...
0.215351
0.083329
a{text-decoration:none; color:#0064CD; cursor:pointer;} a:hover{color:#F60100;} .gradientBackground{ background-color: #0064CD; background-image: -moz-linear-gradient(center top , #049CDB, #0064CD); background-repeat: repeat-x; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: #FFFFF...
server/src/main/webapp/css/style.css
a{text-decoration:none; color:#0064CD; cursor:pointer;} a:hover{color:#F60100;} .gradientBackground{ background-color: #0064CD; background-image: -moz-linear-gradient(center top , #049CDB, #0064CD); background-repeat: repeat-x; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: #FFFFF...
0.304972
0.09472
body { background: #272733; color: #878785; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; min-width: 960px; padding: 0; } a { outline: none; } img { border: 0; } p a { color: #A8279D; } p a:hover { text-decoration: none; } #header { background: #ededed; padding-bott...
Templates/ArtOfMotion/motionwebsitetemplate/css/style.css
body { background: #272733; color: #878785; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; min-width: 960px; padding: 0; } a { outline: none; } img { border: 0; } p a { color: #A8279D; } p a:hover { text-decoration: none; } #header { background: #ededed; padding-bott...
0.208219
0.062417
body { background: white; } .main-container { width: 98%; margin: auto; margin-top: 1%; } nav { background: #394264; border-radius: 5px; padding-left: 1%; padding-right: 1%; margin-bottom: 1%; } .nav-button { color: white; font-size: 18px; display: block; -webkit-...
static/styles/profile.css
body { background: white; } .main-container { width: 98%; margin: auto; margin-top: 1%; } nav { background: #394264; border-radius: 5px; padding-left: 1%; padding-right: 1%; margin-bottom: 1%; } .nav-button { color: white; font-size: 18px; display: block; -webkit-...
0.470737
0.089574
html { background-color: #afafaf; /*background-color: pink;*/ } @font-face { font-family: "candy"; src: url("../../fonts/CandyPop-demo-font.woff2") format("woff2"), url("../../fonts/CandyPop-demo-font.woff") format("woff"); } @font-face { font-family: "Kanisah"; src: url("../../fonts/Kanisah.woff2") format("wof...
stylesheets/css/egg.css
html { background-color: #afafaf; /*background-color: pink;*/ } @font-face { font-family: "candy"; src: url("../../fonts/CandyPop-demo-font.woff2") format("woff2"), url("../../fonts/CandyPop-demo-font.woff") format("woff"); } @font-face { font-family: "Kanisah"; src: url("../../fonts/Kanisah.woff2") format("wof...
0.428831
0.064418
@charset "UTF-8"; html { font-size: 62.5%; } body { color: #000; font-size: 1.6rem; /* 16px*/ line-height: 2; } h1 { font-size: 36px; /* IE8以下とAndroid4.3以下用フォールバック */ font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429)); /* 24px~36pxで可変*/ line-height: 1.3; } h2 { font-size: 24px; /* IE8以下とAn...
public/css/front.css
@charset "UTF-8"; html { font-size: 62.5%; } body { color: #000; font-size: 1.6rem; /* 16px*/ line-height: 2; } h1 { font-size: 36px; /* IE8以下とAndroid4.3以下用フォールバック */ font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429)); /* 24px~36pxで可変*/ line-height: 1.3; } h2 { font-size: 24px; /* IE8以下とAn...
0.244453
0.056392
html, body { min-height: 100vh; scroll-behavior: smooth; margin: 0; font-family: Arial, Helvetica, sans-serif; background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB, #ebd547, #f5d515); background-size: 400% 500%; -webkit-animation: Gradient 15s ease infinite; -moz-animation: Gradient 15s ea...
rpi/webroot/css/panel.css
html, body { min-height: 100vh; scroll-behavior: smooth; margin: 0; font-family: Arial, Helvetica, sans-serif; background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB, #ebd547, #f5d515); background-size: 400% 500%; -webkit-animation: Gradient 15s ease infinite; -moz-animation: Gradient 15s ea...
0.4436
0.078855
@CHARSET "ISO-8859-1"; table.history-datatables th { text-align: center; } table.history-datatables td:nth-child(9){ text-align: right; } /* table.history-datatables th:nth-child(1) { width: 25% !important; } table.history-datatables th:nth-child(2) { width: 60% !important; } table.history-datatables td:nth...
public/resources/themes/default/css/backoffice/tools/ignore_data_by_record.css
@CHARSET "ISO-8859-1"; table.history-datatables th { text-align: center; } table.history-datatables td:nth-child(9){ text-align: right; } /* table.history-datatables th:nth-child(1) { width: 25% !important; } table.history-datatables th:nth-child(2) { width: 60% !important; } table.history-datatables td:nth...
0.106842
0.13319
@font-face { font-family: 'Kaushan Script'; font-style: normal; font-weight: 400; src: url('../fonts/kaushan-script-v8-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */ src: local('Kaushan Script'), local('KaushanScript-Regular'), url('../fonts/kaushan-script-v8-latin_latin-ext-regular....
html-css/module-07/css/style.css
@font-face { font-family: 'Kaushan Script'; font-style: normal; font-weight: 400; src: url('../fonts/kaushan-script-v8-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */ src: local('Kaushan Script'), local('KaushanScript-Regular'), url('../fonts/kaushan-script-v8-latin_latin-ext-regular....
0.334916
0.039751
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(./cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(./cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); } /** GENERIC **/ * { padding: 0; margin: 0; ...
css/pagelayout.css
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(./cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(./cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); } /** GENERIC **/ * { padding: 0; margin: 0; ...
0.426322
0.064594
.headertext { background:none; text-align: left; } /* The sticky class is added to the navbar with JS when it reaches its scroll position */ .logo { width:75px; height:auto; margin-top:5px; margin-left:30px; } .bg--yellow { background: #fed201; padding: 0; margin-bottom: 1px; height: 66px; w...
public/css/headerstyle.css
.headertext { background:none; text-align: left; } /* The sticky class is added to the navbar with JS when it reaches its scroll position */ .logo { width:75px; height:auto; margin-top:5px; margin-left:30px; } .bg--yellow { background: #fed201; padding: 0; margin-bottom: 1px; height: 66px; w...
0.267695
0.065485
.main h3, .sidebar h3 { font-family: Arial, Helvetica, sans-serif; color: black; background-color: #e5f3ff; padding: 10px; margin-top: 5px; border: 2px solid #e6e6e6; -webkit-border-radius: 20px; border-radius: 20px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -web...
blog/wp-content/plugins/spam-free-wordpress/css/style-admin.css
.main h3, .sidebar h3 { font-family: Arial, Helvetica, sans-serif; color: black; background-color: #e5f3ff; padding: 10px; margin-top: 5px; border: 2px solid #e6e6e6; -webkit-border-radius: 20px; border-radius: 20px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -web...
0.272025
0.143487
*{ padding: 0; margin: 0; box-sizing: border-box; } body{ font-family: 'roboto' sans-serif; font-size: 16px; line-height: 1.3rem; background: white; } a{ text-decoration: none; } li{ list-style: none; } .contanier{ max-width: 1100px; margin: 0 auto; } ....
style.css
*{ padding: 0; margin: 0; box-sizing: border-box; } body{ font-family: 'roboto' sans-serif; font-size: 16px; line-height: 1.3rem; background: white; } a{ text-decoration: none; } li{ list-style: none; } .contanier{ max-width: 1100px; margin: 0 auto; } ....
0.215433
0.052158
.widget_selecting { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; ...
web_clients/javascript_mvc/www/css/selecting.css
.widget_selecting { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; ...
0.382833
0.057679
@font-face{ font-family: 'Zilla Slab'; src: url('https://code.cdn.mozilla.net/fonts/woff/ZillaSlab-SemiBold.woff'); src: url('https://code.cdn.mozilla.net/fonts/woff2/ZillaSlab-SemiBold.woff2') format('woff2'), url('https://code.cdn.mozilla.net/fonts/woff/ZillaSlab-SemiBold.woff') format('woff'), ur...
assets/style.css
@font-face{ font-family: 'Zilla Slab'; src: url('https://code.cdn.mozilla.net/fonts/woff/ZillaSlab-SemiBold.woff'); src: url('https://code.cdn.mozilla.net/fonts/woff2/ZillaSlab-SemiBold.woff2') format('woff2'), url('https://code.cdn.mozilla.net/fonts/woff/ZillaSlab-SemiBold.woff') format('woff'), ur...
0.578448
0.106087
@media (min-width: 992px) { .container { padding-left: 0 !important; padding-right: 0 !important; } } @media (max-width: 1199px) { .how-it-works .main-wrapper,.security-section .main-wrapper {padding: 0;} .how-it-works .main-wrapper .row,.security-section .main-wrapper .row {margin: 0 -15px;} .how-it-...
public/crypto/css/responsive.css
@media (min-width: 992px) { .container { padding-left: 0 !important; padding-right: 0 !important; } } @media (max-width: 1199px) { .how-it-works .main-wrapper,.security-section .main-wrapper {padding: 0;} .how-it-works .main-wrapper .row,.security-section .main-wrapper .row {margin: 0 -15px;} .how-it-...
0.249173
0.063978
@charset "UTF-8"; .monthly_price { font-family: Aeonik; } .discount_price { display: block; text-decoration: line-through; color: #888; } @media (max-width: 768px) { .detail_startDate { text-align: right; } .detail_carousel_row { margin: 0 auto; margin-right: 0; } .container .detail-wr...
onemile/src/main/webapp/resources/css/detail.css
@charset "UTF-8"; .monthly_price { font-family: Aeonik; } .discount_price { display: block; text-decoration: line-through; color: #888; } @media (max-width: 768px) { .detail_startDate { text-align: right; } .detail_carousel_row { margin: 0 auto; margin-right: 0; } .container .detail-wr...
0.347537
0.065815
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, ...
Ecommerce/styles/styles.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.275519
0.078926
@font-face { font-family : Montserrat; src : url(../fonts/Montserrat-Bold.woff2) format('woff2'), url(../fonts/Montserrat-Bold.woff) format('woff'); font-weight : 700; font-style : normal; font-display: swap } @font-face { font-family : Montserrat; src : url(../fonts/Montse...
public/modules/libranza/public/css/app.min.css
@font-face { font-family : Montserrat; src : url(../fonts/Montserrat-Bold.woff2) format('woff2'), url(../fonts/Montserrat-Bold.woff) format('woff'); font-weight : 700; font-style : normal; font-display: swap } @font-face { font-family : Montserrat; src : url(../fonts/Montse...
0.363647
0.078148
header{ position: fixed; width: 100%; height: auto; } .carousel-inner img { height: 50%; background-position: center; background-repeat: no-repeat; background-size: cover; position: default; } } aside{ margin: none; width: 100%; height: auto; overflow: hidden; backgrou...
ass1/styles.css
header{ position: fixed; width: 100%; height: auto; } .carousel-inner img { height: 50%; background-position: center; background-repeat: no-repeat; background-size: cover; position: default; } } aside{ margin: none; width: 100%; height: auto; overflow: hidden; backgrou...
0.73431
0.096068
.poli_cook{ -webkit-tap-highlight-color: transparent; --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondar...
src/app/components/politicas-cookies/politicas-cookies.component.css
.poli_cook{ -webkit-tap-highlight-color: transparent; --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondar...
0.385028
0.053034
@font-face { font-family: 'acremedium'; src: url('custom-fonts/acre.woff2') format('woff2'), url('custom-fonts/acre.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'blackflagregular'; src: url('custom-fonts/blackflag.woff2') format('woff2'),...
public/application/css/style.css
@font-face { font-family: 'acremedium'; src: url('custom-fonts/acre.woff2') format('woff2'), url('custom-fonts/acre.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'blackflagregular'; src: url('custom-fonts/blackflag.woff2') format('woff2'),...
0.422624
0.072047
.sub-head-title { font-size: 1em; font-family: 'Roboto', sans-serif; font-weight: bolder; opacity: 0.4; letter-spacing: 2px; transition-delay: 0.2s; transition: 0.5s ease; white-space: nowrap; transform: translateX(0.5em); } .header-text { color: #000000; font-weight: bold; }...
webapp/src/app/shared/title-burger-head/title-burger-head.component.css
.sub-head-title { font-size: 1em; font-family: 'Roboto', sans-serif; font-weight: bolder; opacity: 0.4; letter-spacing: 2px; transition-delay: 0.2s; transition: 0.5s ease; white-space: nowrap; transform: translateX(0.5em); } .header-text { color: #000000; font-weight: bold; }...
0.598899
0.162081
body { direction:rtl; background:#edeff0; font-family:IRANSansWeb; } @font-face { font-family:'IRANSansWeb'; src:url('../fonts/IRANSansWeb.eot'); src:url('../fonts/IRANSansWeb.eot?#iefix') format("embedded-opentype"), url('../fonts/IRANSansWeb.woff') format("woff"), url('../fonts/IRANSan...
public/css/mobile.css
body { direction:rtl; background:#edeff0; font-family:IRANSansWeb; } @font-face { font-family:'IRANSansWeb'; src:url('../fonts/IRANSansWeb.eot'); src:url('../fonts/IRANSansWeb.eot?#iefix') format("embedded-opentype"), url('../fonts/IRANSansWeb.woff') format("woff"), url('../fonts/IRANSan...
0.371479
0.076477
html { height: 100%; margin: 0; background-repeat: no-repeat; background: #5400fc; /* For browsers that do not support gradients */ background: -webkit-linear-gradient(#5400fc, #8e01fe) fixed; /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(#5400fc, #8e01fe) fixed; /* For Opera 11.1 to 12.0 */ ...
css/grayscale.css
html { height: 100%; margin: 0; background-repeat: no-repeat; background: #5400fc; /* For browsers that do not support gradients */ background: -webkit-linear-gradient(#5400fc, #8e01fe) fixed; /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(#5400fc, #8e01fe) fixed; /* For Opera 11.1 to 12.0 */ ...
0.311532
0.058426
body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 0;} em{font-style: normal;} li{list-style: none;} a{text-decoration: none;} img{border: none;vertical-align: top;} table{border-collapse: none;} input,textarea{outline: none;} textarea{resize:none;overflow: auto;} body{font-size:12px;fon...
css/index.css
body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 0;} em{font-style: normal;} li{list-style: none;} a{text-decoration: none;} img{border: none;vertical-align: top;} table{border-collapse: none;} input,textarea{outline: none;} textarea{resize:none;overflow: auto;} body{font-size:12px;fon...
0.179674
0.072374
.tabs { display: flex; flex-direction: column; box-sizing: border-box; font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; text-size-adjust: 100%; } .tabs *, ...
lib/tabs/theme.module.css
.tabs { display: flex; flex-direction: column; box-sizing: border-box; font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; text-size-adjust: 100%; } .tabs *, ...
0.563858
0.070784
.quiet-outline .n-tree-node-wrapper { padding: 0px; } .quiet-outline .n-tree-node.n-tree-node--selectable { align-items: center; } /* heading的间距,通过行高来设置 */ /* heading line spacing */ .quiet-outline .n-tree-node .n-tree-node-content{ line-height: 1.6em; min-height: 10px; } .quiet-outline .n-tree-node-conten...
styles.css
.quiet-outline .n-tree-node-wrapper { padding: 0px; } .quiet-outline .n-tree-node.n-tree-node--selectable { align-items: center; } /* heading的间距,通过行高来设置 */ /* heading line spacing */ .quiet-outline .n-tree-node .n-tree-node-content{ line-height: 1.6em; min-height: 10px; } .quiet-outline .n-tree-node-conten...
0.265976
0.053477
@import url("basic.css"); /* -- page layout ----------------------------------------------------------- */ body { font-family: Roboto, sans-serif; font-size: 14px; letter-spacing: -0.01em; line-height: 150%; text-align: center; background-color: white; color: black; padding: 0; mar...
docs/SDKBrowser/_static/img_style.css
@import url("basic.css"); /* -- page layout ----------------------------------------------------------- */ body { font-family: Roboto, sans-serif; font-size: 14px; letter-spacing: -0.01em; line-height: 150%; text-align: center; background-color: white; color: black; padding: 0; mar...
0.350866
0.106272
*,*:before,*:after {-webkit-box-sizing: border-box;box-sizing: border-box;} html,body {min-height: 100%;} html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;} /*CSS Reset*/ html,body {min-height: 100%;} body,h1,h2,h3,h4,h5,p,a,img,ul,li,ol,dl,dt,dd,table,tr,td,i,b,s,section{margin:0;padding:0;list-style:no...
Public/Home/css/base.css
*,*:before,*:after {-webkit-box-sizing: border-box;box-sizing: border-box;} html,body {min-height: 100%;} html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;} /*CSS Reset*/ html,body {min-height: 100%;} body,h1,h2,h3,h4,h5,p,a,img,ul,li,ol,dl,dt,dd,table,tr,td,i,b,s,section{margin:0;padding:0;list-style:no...
0.200479
0.058615
main > div { margin-left: auto; margin-right: auto; padding: 0.75rem; } main nav ol { display: flex; flex-direction: column; text-transform: uppercase; } main nav ol li { width: 100%; } main .product-current { display: flex; flex-direction: column; margin-top: 1.25rem; margin-bottom: 1.25rem; }...
lib/css/main.css
main > div { margin-left: auto; margin-right: auto; padding: 0.75rem; } main nav ol { display: flex; flex-direction: column; text-transform: uppercase; } main nav ol li { width: 100%; } main .product-current { display: flex; flex-direction: column; margin-top: 1.25rem; margin-bottom: 1.25rem; }...
0.568536
0.039546
.FlyoutScoreboardRoot { transform: translatex( -800px ); transition-property: transform; transition-duration: 0.1s; height: 1000px; flow-children: down; horizontal-align: left; margin-top: 75px; } .FlyoutScoreboardRoot.flyout_scoreboard_visible, { transform: translatey( 0px ); } #OverlayMapC...
content/dota_addons/dota_imba/panorama/styles/custom_game/cavern_scoreboard.css
.FlyoutScoreboardRoot { transform: translatex( -800px ); transition-property: transform; transition-duration: 0.1s; height: 1000px; flow-children: down; horizontal-align: left; margin-top: 75px; } .FlyoutScoreboardRoot.flyout_scoreboard_visible, { transform: translatey( 0px ); } #OverlayMapC...
0.460774
0.10226
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); * { box-sizing: border-box; margin: 0; padding: 0; } :root { --Violet: hsl(257, 40%, 49%); } body { font-family: 'Open Sans', sans-serif; ba...
huddle-landing-page-with-single-introductory-section/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); * { box-sizing: border-box; margin: 0; padding: 0; } :root { --Violet: hsl(257, 40%, 49%); } body { font-family: 'Open Sans', sans-serif; ba...
0.368178
0.094343
html,body{ margin: 0; } .navbar-brand{ padding: 7px 15px; } .container-brand{ margin: 5px !important; float: left; padding: 0; } .container-brand li{ color: white; list-style: none; } .divider-vertical{ float: left; height: 50px; margin: 0 9px; border-left: 2px solid #11111...
WebRoot/css/config.css
html,body{ margin: 0; } .navbar-brand{ padding: 7px 15px; } .container-brand{ margin: 5px !important; float: left; padding: 0; } .container-brand li{ color: white; list-style: none; } .divider-vertical{ float: left; height: 50px; margin: 0 9px; border-left: 2px solid #11111...
0.404743
0.065425
* { box-sizing: border-box; } html, body { height: 100%; margin: 0; } div.body { /* padding: 20px; */ min-height: 100%; margin: 0 auto -50px; } .footer, .push { height: 50px; } section.main{ display: flex; flex-direction: column; min-height: 100%; } ...
public/css/app.css
* { box-sizing: border-box; } html, body { height: 100%; margin: 0; } div.body { /* padding: 20px; */ min-height: 100%; margin: 0 auto -50px; } .footer, .push { height: 50px; } section.main{ display: flex; flex-direction: column; min-height: 100%; } ...
0.414899
0.065485
.color1 { background: #88c7b7; } .color2 { background: #de5b75; } .color3 { background: #845fa1; } .color4 { background: #e6ac5e; } .color5 { background: #dee26d; } .color6 { background: #887d86; } body { overflow-x: hidden; font-family: 'Dosis', Helvetica, Arial, sans-serif; } p { line-height:...
design-studio/style.css
.color1 { background: #88c7b7; } .color2 { background: #de5b75; } .color3 { background: #845fa1; } .color4 { background: #e6ac5e; } .color5 { background: #dee26d; } .color6 { background: #887d86; } body { overflow-x: hidden; font-family: 'Dosis', Helvetica, Arial, sans-serif; } p { line-height:...
0.366023
0.096877
@font-face { font-family: 'Fira Sans'; src: url("../fonts/FiraSans/eot/FiraSans-Light.eot"); src: local("Fira Sans Light"), url("../fonts/FiraSans/eot/FiraSans-Light.eot") format("embedded-opentype"), url("../fonts/FiraSans/woff/FiraSans-Light.woff") format("woff"), url("../fonts/FiraSans/woff2/FiraSans-Light.wof...
assets/css/vendor/fonts.css
@font-face { font-family: 'Fira Sans'; src: url("../fonts/FiraSans/eot/FiraSans-Light.eot"); src: local("Fira Sans Light"), url("../fonts/FiraSans/eot/FiraSans-Light.eot") format("embedded-opentype"), url("../fonts/FiraSans/woff/FiraSans-Light.woff") format("woff"), url("../fonts/FiraSans/woff2/FiraSans-Light.wof...
0.257765
0.112869
.fill { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .fill.miss { background-color: #001F3F; color: #80BFFF; } .fill.hit { background-color: #800600; color: #FF4136 } .fill.ship { background-color: #222; color: #aaa } .fill.foc...
client/src/components/Icons.css
.fill { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .fill.miss { background-color: #001F3F; color: #80BFFF; } .fill.hit { background-color: #800600; color: #FF4136 } .fill.ship { background-color: #222; color: #aaa } .fill.foc...
0.762159
0.14436
.croakoform-builder { /* Colors */ --main-text-color: white; --main-bg-color: #353535; --blocks-bg-color: #212121; --footer-bg-color: #2b2a2a; --elements-bg-color: #2b2b2b; /* Other */ --main-font-family: 'Roboto'; --default-border-radius: 5px; --blockseparator-color: var(--main-text-color); --blocks-sep...
css/croakoforms.css
.croakoform-builder { /* Colors */ --main-text-color: white; --main-bg-color: #353535; --blocks-bg-color: #212121; --footer-bg-color: #2b2a2a; --elements-bg-color: #2b2b2b; /* Other */ --main-font-family: 'Roboto'; --default-border-radius: 5px; --blockseparator-color: var(--main-text-color); --blocks-sep...
0.427516
0.062217
{ display: table; table-layout: fixed; width: 100%; border: none; } /* Since it is a link to itself, it will always be visited. */ #heading a:visited {color: #006fbf;} #heading a:hover, h1 a:active {color: #0087e7; text-decoration: none;} h1 { font-family: monospace; font-weight: normal; font-size: 2.07...
www/package-version-details-body.css
{ display: table; table-layout: fixed; width: 100%; border: none; } /* Since it is a link to itself, it will always be visited. */ #heading a:visited {color: #006fbf;} #heading a:hover, h1 a:active {color: #0087e7; text-decoration: none;} h1 { font-family: monospace; font-weight: normal; font-size: 2.07...
0.520253
0.14814
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); *{ margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } body{ background-color:#E6E9EE; } :root { --cor-principal: #324795; } .wrap{ width:414px; height: 450px; position: absolute; top: 50%;...
CriaEdu/page1/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); *{ margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } body{ background-color:#E6E9EE; } :root { --cor-principal: #324795; } .wrap{ width:414px; height: 450px; position: absolute; top: 50%;...
0.386185
0.067731
.list_box{ position: relative} .list_box .tit_area{ position: relative; display: flex; justify-content: space-between; margin-top: 30px; margin-bottom: 30px; border-bottom: 1px solid var(--gray02)} .list_box .tit_area h3{ font-size: 18px; display: inline-block; font-weight: 500; position: relative; padding-bottom...
assets/css/contents.css
.list_box{ position: relative} .list_box .tit_area{ position: relative; display: flex; justify-content: space-between; margin-top: 30px; margin-bottom: 30px; border-bottom: 1px solid var(--gray02)} .list_box .tit_area h3{ font-size: 18px; display: inline-block; font-weight: 500; position: relative; padding-bottom...
0.400046
0.134861
.latest-deals, .latest-deals-header { width: 90%; } nav { display: grid; grid-template-columns: 1.5fr 8fr 1fr 4.5fr; grid-template-rows: auto auto auto; grid-template-areas: "brandname nav-top nav-top nav-top" "brandname nav-bar searcher search-and-time" "promo promo promo promo";...
assets/css/tablet-layout.css
.latest-deals, .latest-deals-header { width: 90%; } nav { display: grid; grid-template-columns: 1.5fr 8fr 1fr 4.5fr; grid-template-rows: auto auto auto; grid-template-areas: "brandname nav-top nav-top nav-top" "brandname nav-bar searcher search-and-time" "promo promo promo promo";...
0.592902
0.131229
background-color: rgb(255, 255, 255); padding-top: 70px; } #main_content .header-line { color: rgb(28, 167, 15); } .card-body{ padding-left: 10px; padding-bottom: 10px; } .card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: ...
public/assets/css/index.css
background-color: rgb(255, 255, 255); padding-top: 70px; } #main_content .header-line { color: rgb(28, 167, 15); } .card-body{ padding-left: 10px; padding-bottom: 10px; } .card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: ...
0.395835
0.071332
body { overflow-x: hidden; background-color: #e6e6e6; } .nav-item { font-weight: 900; font-size: 4vh; color: white !important; font-family: serif, cursive; } .nav-link { font-weight: 900; font-size: 4vh; color: white !important; font-family: serif, cursive; } .navbar-brand { ...
public/css/blog.css
body { overflow-x: hidden; background-color: #e6e6e6; } .nav-item { font-weight: 900; font-size: 4vh; color: white !important; font-family: serif, cursive; } .nav-link { font-weight: 900; font-size: 4vh; color: white !important; font-family: serif, cursive; } .navbar-brand { ...
0.544559
0.156105
html, body { margin: 0; padding: 0; width: 100%; height: 100%; overflow-x: hidden; background-color: blanchedalmond; } /* ---Navigation Component--- */ /* Custom Background Color for Nav Bar*/ .bgColor_nav { background-color: burlywood; } @media screen and (max-width: 425px) { .mobile_navLink { bac...
src/App.css
html, body { margin: 0; padding: 0; width: 100%; height: 100%; overflow-x: hidden; background-color: blanchedalmond; } /* ---Navigation Component--- */ /* Custom Background Color for Nav Bar*/ .bgColor_nav { background-color: burlywood; } @media screen and (max-width: 425px) { .mobile_navLink { bac...
0.588534
0.072341
html, button, input, select, textarea, .pure-g [class*='pure-u'] { /* Set your content font stack here: */ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, 'Droid Sans', 'Helvetica Neue', sans-serif; } html { box-sizing: border-box; background: #eee; }...
static/css/main.css
html, button, input, select, textarea, .pure-g [class*='pure-u'] { /* Set your content font stack here: */ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, 'Droid Sans', 'Helvetica Neue', sans-serif; } html { box-sizing: border-box; background: #eee; }...
0.437343
0.09277
.match_container { display: flex; padding: 5px 10px; margin: 8px 0; justify-content: space-between; align-items: center; } .victory { background-color: lightskyblue; } .victory_text { color: blue; font-weight: 700; } .defeat { background-color: rgb(255, 162, 162); } .defeat_text { color: red; ...
app/styles/Match.css
.match_container { display: flex; padding: 5px 10px; margin: 8px 0; justify-content: space-between; align-items: center; } .victory { background-color: lightskyblue; } .victory_text { color: blue; font-weight: 700; } .defeat { background-color: rgb(255, 162, 162); } .defeat_text { color: red; ...
0.436142
0.099208
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,500i,700'); @charset "utf-8"; /* CSS Document */ body{font-family: 'Roboto', sans-serif;} a{-moz-transition: all 0.3s; -webkit-transition:all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } img{ max-w...
vCIOpro/HomeUser/Content/css/custom.css
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,500i,700'); @charset "utf-8"; /* CSS Document */ body{font-family: 'Roboto', sans-serif;} a{-moz-transition: all 0.3s; -webkit-transition:all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } img{ max-w...
0.331552
0.058105
TABLE OF CONTENT ============================================================== */ /* 0.0 Reset 0.1 Imports 1.0 General 1.1 Baggrund m.m. 2.0 Header 2.1 Navigation 3.0 Login / Registering 3.1 Logout 4.0 Opgave visning 4.1 Syntaks 5.0 Footer ...
assets/css/style.css
TABLE OF CONTENT ============================================================== */ /* 0.0 Reset 0.1 Imports 1.0 General 1.1 Baggrund m.m. 2.0 Header 2.1 Navigation 3.0 Login / Registering 3.1 Logout 4.0 Opgave visning 4.1 Syntaks 5.0 Footer ...
0.25945
0.038829
.icon[_v-18d1cde2]:before { color: #d0d0d0 } .icon[_v-18d1cde2]:before, .star[_v-18d1cde2]:before { content: "\F005"; font-size: 22px; font-family: FontAwesome } .star[_v-18d1cde2]:before { color: #fd7b4d; transition: all .2s ease-in-out } .my-question[_v-18d1cde2] { width: 1200px; he...
static/index/static/css/common/icon.css
.icon[_v-18d1cde2]:before { color: #d0d0d0 } .icon[_v-18d1cde2]:before, .star[_v-18d1cde2]:before { content: "\F005"; font-size: 22px; font-family: FontAwesome } .star[_v-18d1cde2]:before { color: #fd7b4d; transition: all .2s ease-in-out } .my-question[_v-18d1cde2] { width: 1200px; he...
0.372163
0.062646
@import url('https://fonts.googleapis.com/css?family=Raleway:500,600|Ubuntu:400,700'); :focus { outline: none; } html{ height:100%; } body{ font-family: 'Ubuntu', sans-serif; min-height: 100%; } .absolute-wrapper{ position: fixed; width: 300px; height: 100%; background-color: #f8f8f8; bord...
src/app/teacher/contentComp/profilecolleage/profilecolleage.component.css
@import url('https://fonts.googleapis.com/css?family=Raleway:500,600|Ubuntu:400,700'); :focus { outline: none; } html{ height:100%; } body{ font-family: 'Ubuntu', sans-serif; min-height: 100%; } .absolute-wrapper{ position: fixed; width: 300px; height: 100%; background-color: #f8f8f8; bord...
0.375363
0.056314
.color1{ background-color: #D5DADF; } .coloreliminar{ color: red; } /* ========================================================================== Author's custom styles ========================================================================== */ .navbar-personalizado{ background-color: #2ecc71; border-rad...
Farmacia/static/css/main.css
.color1{ background-color: #D5DADF; } .coloreliminar{ color: red; } /* ========================================================================== Author's custom styles ========================================================================== */ .navbar-personalizado{ background-color: #2ecc71; border-rad...
0.369429
0.092237
.about { margin: 20px; /* background-image: url(../../images/tree.png); */ } header { align-items: center; justify-content: center; } .header_title { width: 100%; font-weight: bolder; box-shadow: 0 6px 6px -6px black; border-radius: 5px; margin-bottom: 10px; padding: 45px; background-color:#...
client/src/components/About/about.css
.about { margin: 20px; /* background-image: url(../../images/tree.png); */ } header { align-items: center; justify-content: center; } .header_title { width: 100%; font-weight: bolder; box-shadow: 0 6px 6px -6px black; border-radius: 5px; margin-bottom: 10px; padding: 45px; background-color:#...
0.363308
0.10725
* { margin: 0; padding: 0; box-sizing: border-box; } .about-container { margin: auto; height: 100vh; width: 35vw; text-align: start; word-wrap: break-word; margin-top: 4rem; } .about-heading { font-weight: 400; font-size: 4rem; background-image: linear-gradient( ...
client/src/components/About/About.css
* { margin: 0; padding: 0; box-sizing: border-box; } .about-container { margin: auto; height: 100vh; width: 35vw; text-align: start; word-wrap: break-word; margin-top: 4rem; } .about-heading { font-weight: 400; font-size: 4rem; background-image: linear-gradient( ...
0.568536
0.101545
.content-wrapper {/*переопределенный стиль adminlte*/ background: url('/images/bsp_bg.jpg') 100% 100% no-repeat; background-size: cover; } h1 { color: #777; background-color: white; padding: 1rem 0; text-align: center; } /**Выравнивание блока по центру экрана * на главной странице */ .site-ind...
backend/web/css/style.css
.content-wrapper {/*переопределенный стиль adminlte*/ background: url('/images/bsp_bg.jpg') 100% 100% no-repeat; background-size: cover; } h1 { color: #777; background-color: white; padding: 1rem 0; text-align: center; } /**Выравнивание блока по центру экрана * на главной странице */ .site-ind...
0.30965
0.086787
<style> @charset "UTF-8"; /* RESET */ /* ----------------------------------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, ...
Unknowns/src/main/webapp/WEB-INF/views/blue.css
<style> @charset "UTF-8"; /* RESET */ /* ----------------------------------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, ...
0.265499
0.089973
.bg_lb{ background:#27a9e3;} .bg_db{ background:#2295c9;} .bg_lg{ background:#28b779;} .bg_dg{ background:#28b779;} .bg_ly{ background:#ffb848;} .bg_dy{ background:#da9628;} .bg_ls{ background:#2255a4;} .bg_lo{ background:#da542e;} .bg_lr{ background:#f74d4d;} .bg_lv{ background:#603bbc;} .bg_lh{ background:#b6b3b3;} ....
css/custom.css
.bg_lb{ background:#27a9e3;} .bg_db{ background:#2295c9;} .bg_lg{ background:#28b779;} .bg_dg{ background:#28b779;} .bg_ly{ background:#ffb848;} .bg_dy{ background:#da9628;} .bg_ls{ background:#2255a4;} .bg_lo{ background:#da542e;} .bg_lr{ background:#f74d4d;} .bg_lv{ background:#603bbc;} .bg_lh{ background:#b6b3b3;} ....
0.152631
0.11422
* { margin:0; padding:0; border: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } *:focus { outline: none; } html, body { -webkit-user-select: none; user-select: none; width:100%; height:100%; } html { font-size: 20px; font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Seg...
public/wap/css/main.css
* { margin:0; padding:0; border: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } *:focus { outline: none; } html, body { -webkit-user-select: none; user-select: none; width:100%; height:100%; } html { font-size: 20px; font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Seg...
0.280814
0.065935
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700"); @import url("https://fonts.googleapis.com/css?family=Pacifico"); body { background: #e0e0e0; font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 21px; padding: 0px ; } h1 { color: #333; font-family: "Pacifico", curs...
Content/dist/css/autosearch.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700"); @import url("https://fonts.googleapis.com/css?family=Pacifico"); body { background: #e0e0e0; font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 21px; padding: 0px ; } h1 { color: #333; font-family: "Pacifico", curs...
0.259544
0.110375
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;1,700&display=swap); * { padding: 0; box-sizing: border-box; margin: 0; } body.scale-cv { --main-color: white; --body-color: whitesmoke; --text-color: #000; --border-color: rgb(141, 232, 189); --border-sd: rgba(141, 232, 190, 0....
html/cv/css/style.css
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;1,700&display=swap); * { padding: 0; box-sizing: border-box; margin: 0; } body.scale-cv { --main-color: white; --body-color: whitesmoke; --text-color: #000; --border-color: rgb(141, 232, 189); --border-sd: rgba(141, 232, 190, 0....
0.387111
0.116362
body { max-width: 100vw; background-color: azure; } main { max-width: 100vw; } #topPhoto { height: 300px; max-width: 50vw; margin: auto; background-image: url(https://via.placeholder.com/150); border: black; border-width: 3px; border-style: solid; } #magic { text-align: cent...
style.css
body { max-width: 100vw; background-color: azure; } main { max-width: 100vw; } #topPhoto { height: 300px; max-width: 50vw; margin: auto; background-image: url(https://via.placeholder.com/150); border: black; border-width: 3px; border-style: solid; } #magic { text-align: cent...
0.590189
0.132852
@font-face { font-family: 'prosolo_bold'; src: url("font/prosolo-bold-webfont.woff2") format("woff2"), url("font/prosolo-bold-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'prosolo_regular'; src: url("font/prosolo-reg-webfont.woff2") format("woff2"), ur...
prosolo-main/src/main/webapp/resources/css2/style.css
@font-face { font-family: 'prosolo_bold'; src: url("font/prosolo-bold-webfont.woff2") format("woff2"), url("font/prosolo-bold-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'prosolo_regular'; src: url("font/prosolo-reg-webfont.woff2") format("woff2"), ur...
0.303422
0.063222
header div, header span, header a, header img, header strong, header ol, header ul, header li{ margin:0; padding:0; border:0; outline:0; } header ul{ max-width:80%; margin:0 auto; background:#003d4c; padding:0px 5px; list-style:none; position:relative; display:block; } header ul ul{ display:none; } h...
webroot/css/nav.css
header div, header span, header a, header img, header strong, header ol, header ul, header li{ margin:0; padding:0; border:0; outline:0; } header ul{ max-width:80%; margin:0 auto; background:#003d4c; padding:0px 5px; list-style:none; position:relative; display:block; } header ul ul{ display:none; } h...
0.139602
0.052038
:root { --game-token-border-color: #BEBEBE; --game-token-dropshadow-pos: 0px; --game-token-dropshadow-neg: -0px; --game-token-dropshadow-blur: 0px; --game-token-selected-color: #FF<PASSWORD>; --game-token-selected-dropshadow-pos: 1px; --game-token-selected-dropshadow-neg: -1px; --game-token-selected-d...
src/aadupuli/aadupuli.component.css
:root { --game-token-border-color: #BEBEBE; --game-token-dropshadow-pos: 0px; --game-token-dropshadow-neg: -0px; --game-token-dropshadow-blur: 0px; --game-token-selected-color: #FF<PASSWORD>; --game-token-selected-dropshadow-pos: 1px; --game-token-selected-dropshadow-neg: -1px; --game-token-selected-d...
0.306216
0.085633