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
body { background: #d591ff; /* Old browsers */ background: -moz-linear-gradient(top, #d591ff 0%, #9215f2 23%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d591ff), color-stop(23%, #9215f2)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d591f...
LESS/LESS/01. ForumPost/CSS/StyleLESS.css
body { background: #d591ff; /* Old browsers */ background: -moz-linear-gradient(top, #d591ff 0%, #9215f2 23%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d591ff), color-stop(23%, #9215f2)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d591f...
0.293202
0.048182
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&display=swap"); body { /* background-color: #ddd; */ color: #fff; /* font-family: Open Sans, sans-serif; */ /* font-family: "Crimson Text", serif; */ } * { margin: 0; padding: 0; } p { font-weight: 500; font-size...
public/css/homepage.css
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&display=swap"); body { /* background-color: #ddd; */ color: #fff; /* font-family: Open Sans, sans-serif; */ /* font-family: "Crimson Text", serif; */ } * { margin: 0; padding: 0; } p { font-weight: 500; font-size...
0.326486
0.11004
h1 { font-size: 72px; font-family: 'Abril Fatface'; text-shadow: 10px 5px 3px rgb(192, 182, 182); color: #ed786a; font-weight: 500; } h2{ font-weight: normal; } blockquote{ font-size: 45px; } #header { display: flex; align-items: center; flex-direction: column; line-height: 2em; line-height: 10...
style.css
h1 { font-size: 72px; font-family: 'Abril Fatface'; text-shadow: 10px 5px 3px rgb(192, 182, 182); color: #ed786a; font-weight: 500; } h2{ font-weight: normal; } blockquote{ font-size: 45px; } #header { display: flex; align-items: center; flex-direction: column; line-height: 2em; line-height: 10...
0.41052
0.124213
.user-panel > .info > p {font-weight: 600;margin-bottom: 9px;margin-top: 12px;} .content .custom_form{} .content .custom_form .form-group{width:100%;} .content .custom_form .element_left{float:left; width:65%;} .content .custom_form .element_left .select2-container{} .content .custom_form .element_right{float:right; wi...
cs_app/views/admin/assets/custom_style.css
.user-panel > .info > p {font-weight: 600;margin-bottom: 9px;margin-top: 12px;} .content .custom_form{} .content .custom_form .form-group{width:100%;} .content .custom_form .element_left{float:left; width:65%;} .content .custom_form .element_left .select2-container{} .content .custom_form .element_right{float:right; wi...
0.263505
0.047625
*, *:after, *:before { box-sizing: border-box; } select, input, th, button, textarea { font-family: inherit; font-size: inherit; font-weight: inherit; } body { font-family: "Roboto", "Noto Sans", sans-serif; padding: 0; margin: 0; font-size: 16px; color: #333e48; background-color: #f6f7fa; } a { ...
frontend/src/App.css
*, *:after, *:before { box-sizing: border-box; } select, input, th, button, textarea { font-family: inherit; font-size: inherit; font-weight: inherit; } body { font-family: "Roboto", "Noto Sans", sans-serif; padding: 0; margin: 0; font-size: 16px; color: #333e48; background-color: #f6f7fa; } a { ...
0.428951
0.081228
html, body, ul, li, dd, dl, h1, span{ margin: 0; padding: 0; } body{ background-color: #efefef; } a, img{ border: none; } a{ color: #000; text-decoration: none; } li{ list-style: none; } .main{ max-width: 1200px; min-width: 1100px; margin: 40px auto; padding: 0 50px; } .leftlist{ background-color: #fff; wi...
public/static/css/rank.css
html, body, ul, li, dd, dl, h1, span{ margin: 0; padding: 0; } body{ background-color: #efefef; } a, img{ border: none; } a{ color: #000; text-decoration: none; } li{ list-style: none; } .main{ max-width: 1200px; min-width: 1100px; margin: 40px auto; padding: 0 50px; } .leftlist{ background-color: #fff; wi...
0.222447
0.059592
body { font-family: "Montserrat"; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat"; font-weight: 700 !important; } @media (max-width: 992px) { .display-4 { font-size: 40px; } p { font-size: 16px; } .img-fluid { margin: 20px; } .section-img { max-width: 100px !important; } } ....
css/style.css
body { font-family: "Montserrat"; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat"; font-weight: 700 !important; } @media (max-width: 992px) { .display-4 { font-size: 40px; } p { font-size: 16px; } .img-fluid { margin: 20px; } .section-img { max-width: 100px !important; } } ....
0.345216
0.133669
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } .header{ background-image: url(../assets/backgrounds/h_img.jpg); background-repeat: no-repeat; background-size: cover; color: white; text-align: center; padding-top: 15vw; } .header h3{ f...
css/style.css
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } .header{ background-image: url(../assets/backgrounds/h_img.jpg); background-repeat: no-repeat; background-size: cover; color: white; text-align: center; padding-top: 15vw; } .header h3{ f...
0.453988
0.100967
<!-- body{ background:url('../images/2012/pages/bg01.jpg') #EEEEEE top repeat-x; } .box{ position: relative; display: inline-block; background: white; border: 1px solid #CCC; margin-bottom: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px;...
web/css/v2012.hospedagem.recursos.css
<!-- body{ background:url('../images/2012/pages/bg01.jpg') #EEEEEE top repeat-x; } .box{ position: relative; display: inline-block; background: white; border: 1px solid #CCC; margin-bottom: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px;...
0.170508
0.068569
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.poneyvallee.com/forum/") { /*Dédicacé à Kenose, puisqu'elle voulait ce thème ;-p */ body { background : #44C9F6 url("http://nsm08.casimages.com/img/2014/08/27/14082712114410339312480725.jpg") center repeat !important; color...
data/usercss/37611.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.poneyvallee.com/forum/") { /*Dédicacé à Kenose, puisqu'elle voulait ce thème ;-p */ body { background : #44C9F6 url("http://nsm08.casimages.com/img/2014/08/27/14082712114410339312480725.jpg") center repeat !important; color...
0.199542
0.119742
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; ...
assets/flexify/css/flexify.css
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; ...
0.329068
0.046443
body { font-family: "Open Sans", Helvetica, Arial, sans-serif; background: url('../img/bg_new.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } h1, h2, h3, h4, h5, h6, .text-heading { font-family: "Josefin Slab"...
css/business-casual.css
body { font-family: "Open Sans", Helvetica, Arial, sans-serif; background: url('../img/bg_new.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } h1, h2, h3, h4, h5, h6, .text-heading { font-family: "Josefin Slab"...
0.297266
0.069922
.shop-index { font-family: Roboto, sans-serif; } .main-shops-title { font-weight: bold; color: #454545; margin-bottom: 28px; } .under_title > span { font-weight: bold; font-size: 16px; color: #757575; } .content { /*height: 272px;*/ /*display: flex;*/ margin-top: 42px; background: #FFFFFF; bo...
web/css/shop.css
.shop-index { font-family: Roboto, sans-serif; } .main-shops-title { font-weight: bold; color: #454545; margin-bottom: 28px; } .under_title > span { font-weight: bold; font-size: 16px; color: #757575; } .content { /*height: 272px;*/ /*display: flex;*/ margin-top: 42px; background: #FFFFFF; bo...
0.392337
0.12711
.workouts { display: none; } .program-block, .list-block, .create-block { width: 100%; min-height: calc(100vh-120px); background-color: #000; } .program-banner { width: 100%; min-height: calc(100vh - 120px); } .program_section, .workouts, .list-section, .create-section { position: absolu...
public/assets/css/admin.css
.workouts { display: none; } .program-block, .list-block, .create-block { width: 100%; min-height: calc(100vh-120px); background-color: #000; } .program-banner { width: 100%; min-height: calc(100vh - 120px); } .program_section, .workouts, .list-section, .create-section { position: absolu...
0.539711
0.119691
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800&display=swap'); @import 'react-toastify/dist/ReactToastify.css'; @import 'bootstrap/dist/css/bootstrap.min.css'; * { box-sizing: border-box; } body { margin: 0; font-family: 'Roboto', sans-serif !important; background-color: #...
client-side/admin-recruitment/src/index.css
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800&display=swap'); @import 'react-toastify/dist/ReactToastify.css'; @import 'bootstrap/dist/css/bootstrap.min.css'; * { box-sizing: border-box; } body { margin: 0; font-family: 'Roboto', sans-serif !important; background-color: #...
0.23793
0.048949
body.scenario #jim-web { display: block; } body.scenario #web-clip-left, body.scenario #web-clip-right { display: none; } .ui-scenario.ui-page-active {background-color: #D8D8D8;} #scenarioWrapper > div {position: absolute; display: table;} .transitionWrapper > svg {overflow: visible; display: block;} #simulation .ui-s...
Practica3/Iteracion2/JustInMind/MatchUp/resources/jim/css/function-jim-scenarios.css
body.scenario #jim-web { display: block; } body.scenario #web-clip-left, body.scenario #web-clip-right { display: none; } .ui-scenario.ui-page-active {background-color: #D8D8D8;} #scenarioWrapper > div {position: absolute; display: table;} .transitionWrapper > svg {overflow: visible; display: block;} #simulation .ui-s...
0.439507
0.054702
@media (max-width: 800px){ .nav{ display: flex; justify-content: center; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 100; transition: transform 250ms cubic-bezier(0.5, 0, 0.5, 1); height: 80px; } ...
asset/css/responsive.css
@media (max-width: 800px){ .nav{ display: flex; justify-content: center; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 100; transition: transform 250ms cubic-bezier(0.5, 0, 0.5, 1); height: 80px; } ...
0.243013
0.058966
width: 888px; /* Set to slidorion width. Is equal to #slider + #accordion width */ height: 460px; /* Set to slidorion height. Is equal to #slider and #accordion height */ position: relative; margin: 0 auto; padding: 10px; background: #cbcbcb; border: 1px solid #bbb; -webkit-box-shadow: 0 0 34px #bbb; -moz-...
public/static/css/slidorion.css
width: 888px; /* Set to slidorion width. Is equal to #slider + #accordion width */ height: 460px; /* Set to slidorion height. Is equal to #slider and #accordion height */ position: relative; margin: 0 auto; padding: 10px; background: #cbcbcb; border: 1px solid #bbb; -webkit-box-shadow: 0 0 34px #bbb; -moz-...
0.201499
0.07117
@import "css/reset.css"; /* General */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ body { background: #ccc; font: normal 12px Verdana, sans-serif; color: #777; line-height:18px; border-top: 4px solid #fd7800; } a { color: #000; outline: 0; } a:link { te...
public/css/discover-style.css
@import "css/reset.css"; /* General */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ body { background: #ccc; font: normal 12px Verdana, sans-serif; color: #777; line-height:18px; border-top: 4px solid #fd7800; } a { color: #000; outline: 0; } a:link { te...
0.202443
0.060891
* { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; font-family: "Montserrat", sans-serif; } button:focus { outline: none; } body { background: whitesmoke; } body::-webkit-scrollbar { width: 0.35rem; } body::-webkit-scrollbar-track { background: red; backgr...
Web/client/src/components/app/css/style.css
* { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; font-family: "Montserrat", sans-serif; } button:focus { outline: none; } body { background: whitesmoke; } body::-webkit-scrollbar { width: 0.35rem; } body::-webkit-scrollbar-track { background: red; backgr...
0.380299
0.064124
ink[data-type="redacted"] { background: black; border-radius: 2%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.35); content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); } [data-type="redacted"] { background: black; border-radius: 2%; box-shadow: 0 0 1px rgb...
src/source/redacted.css
ink[data-type="redacted"] { background: black; border-radius: 2%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.35); content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); } [data-type="redacted"] { background: black; border-radius: 2%; box-shadow: 0 0 1px rgb...
0.392686
0.263262
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap'); :root { --black: #242423; --mat-black: #333533; --light-white: #e8eddf; --light-gray: #cfdbd5; --gold: #f5cb5c; } body { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 0.9em; ba...
Experiments/HTML & CSS/01/style.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap'); :root { --black: #242423; --mat-black: #333533; --light-white: #e8eddf; --light-gray: #cfdbd5; --gold: #f5cb5c; } body { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 0.9em; ba...
0.424054
0.165796
* { margin: 0px; padding: 0px; box-sizing: border-box; } body { overflow-x: hidden; background-color: #11111A; } header { position: fixed; z-index: 2; top: 0; background-color: #15152A; height: 66px; width: 100%; } header h2 { margin-top: 16px; margin-left: 16px; display: inline-block; te...
style.css
* { margin: 0px; padding: 0px; box-sizing: border-box; } body { overflow-x: hidden; background-color: #11111A; } header { position: fixed; z-index: 2; top: 0; background-color: #15152A; height: 66px; width: 100%; } header h2 { margin-top: 16px; margin-left: 16px; display: inline-block; te...
0.455925
0.094385
position: relative; width: 100%; height: 5em; background: #ffffff44; color: #ccc; display: flex; flex-direction: row; } #cloud-icon-div{ width: 5em; display: flex; align-items: center; justify-content: center; } #cloud-icon{ overflow: hidden; position: relative; width: 3.5em; height: 3.5em; border-ra...
gl/styles/cloud-block-style.css
position: relative; width: 100%; height: 5em; background: #ffffff44; color: #ccc; display: flex; flex-direction: row; } #cloud-icon-div{ width: 5em; display: flex; align-items: center; justify-content: center; } #cloud-icon{ overflow: hidden; position: relative; width: 3.5em; height: 3.5em; border-ra...
0.454714
0.056888
/* General ----------------------------------------------------------------------------- */ body { padding-top: 70px; padding-bottom: 20px; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Styles for validation helpe...
KoreCMS/Content/Site.css
/* General ----------------------------------------------------------------------------- */ body { padding-top: 70px; padding-bottom: 20px; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Styles for validation helpe...
0.380759
0.061171
* This file defines custom screen styles. */ /* --------------------------------------------------------------------------------------------------- * BEGIN COMPASS PLUGIN IMPORT */ @font-face { font-family: "Gotham"; font-weight: 100; src: url("../font/gotham/gotham-thin.eot"); src: url("../font/gotham/gotham...
css/style.css
* This file defines custom screen styles. */ /* --------------------------------------------------------------------------------------------------- * BEGIN COMPASS PLUGIN IMPORT */ @font-face { font-family: "Gotham"; font-weight: 100; src: url("../font/gotham/gotham-thin.eot"); src: url("../font/gotham/gotham...
0.311113
0.078642
.u-section-1 { min-height: 624px; } .u-section-1 .u-group-1 { width: calc(((100% - 1140px) / 2) + 123px); min-height: 748px; text-align: left; height: auto; margin: -124px auto 0 0; } .u-section-1 .u-container-layout-1 { padding: 0; } .u-section-1 .u-image-1 { object-position: 50% 0%; height: 148px...
MainInterface/Tailor.css
.u-section-1 { min-height: 624px; } .u-section-1 .u-group-1 { width: calc(((100% - 1140px) / 2) + 123px); min-height: 748px; text-align: left; height: auto; margin: -124px auto 0 0; } .u-section-1 .u-container-layout-1 { padding: 0; } .u-section-1 .u-image-1 { object-position: 50% 0%; height: 148px...
0.383641
0.085556
.as-results { padding: 0em; margin-bottom: 3px;} /* AutoSuggest CSS - Version 1.2 */ ul.as-selections { list-style-type: none; background-color: #fff; border-top: 1px solid #888; border-bottom: 1px solid #b6b6b6; border-left: 1px solid #aaa; border-right: 1px solid #aaa; padding: 1px 0px 0px 4px; margin: 0 0 8px; o...
webroot/css/autoSuggest.css
.as-results { padding: 0em; margin-bottom: 3px;} /* AutoSuggest CSS - Version 1.2 */ ul.as-selections { list-style-type: none; background-color: #fff; border-top: 1px solid #888; border-bottom: 1px solid #b6b6b6; border-left: 1px solid #aaa; border-right: 1px solid #aaa; padding: 1px 0px 0px 4px; margin: 0 0 8px; o...
0.142232
0.126138
:root { --width:calc(100%) } body { background-color: #ffffff; font-family: Lato, Arial, Helvetica, sans-serif; font-size: 10pt; } .navbar-brand img{ display:inline-block !important; } .circle{ background-color: #FFFFFF; position: absolute; top:-270px; left:-10vw; width:120vw ...
engine/themes/default.css
:root { --width:calc(100%) } body { background-color: #ffffff; font-family: Lato, Arial, Helvetica, sans-serif; font-size: 10pt; } .navbar-brand img{ display:inline-block !important; } .circle{ background-color: #FFFFFF; position: absolute; top:-270px; left:-10vw; width:120vw ...
0.433622
0.138345
* { /*margin: 10px;*/ } /* body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; } */ table { margin-left: 15%; width: 70%; border-collapse: separate; border-spacing: 0px auto; border: 2px solid #28b463; margin: 50px auto; ...
public/css/adminbeneficiario.css
* { /*margin: 10px;*/ } /* body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; } */ table { margin-left: 15%; width: 70%; border-collapse: separate; border-spacing: 0px auto; border: 2px solid #28b463; margin: 50px auto; ...
0.365683
0.104021
@charset "utf-8"; /* CSS Document */ html,body,div,p,form,label,ul,li,dl,dt,dd,ol,img,button,h1,h2,h3,h4,h5,h6,b,em,strong,small{margin:0;padding:0;border:0;list-style:none;font-style:normal;font-weight:normal;} dl,dt,dd{display:block;margin:0;} a{text-decoration:none;} body{font-family:Microsoft YaHei,Verdana,Ari...
application/admin/views/css/style.css
@charset "utf-8"; /* CSS Document */ html,body,div,p,form,label,ul,li,dl,dt,dd,ol,img,button,h1,h2,h3,h4,h5,h6,b,em,strong,small{margin:0;padding:0;border:0;list-style:none;font-style:normal;font-weight:normal;} dl,dt,dd{display:block;margin:0;} a{text-decoration:none;} body{font-family:Microsoft YaHei,Verdana,Ari...
0.20466
0.054099
body{overflow-x:hidden;} /*.login_rest input[type=text]{ padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; }*/ .login_rest input[type=password] { padding: 12px 20px; display: inline-block; box-sizing: border-box; } .navbar-brand{padding: 0 !importa...
assets/front/css/restaurant.css
body{overflow-x:hidden;} /*.login_rest input[type=text]{ padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; }*/ .login_rest input[type=password] { padding: 12px 20px; display: inline-block; box-sizing: border-box; } .navbar-brand{padding: 0 !importa...
0.332094
0.068351
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); /* ---------------variable*/ :root{ --green-color: green; --white-color: white; --black-color: black; /*tipografria*/ --normal:12px; /* Espaciado */ --space:10px; } /* ---------------variable*/ /html,body{ padding:0px; margin:0px; col...
css/estilos.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); /* ---------------variable*/ :root{ --green-color: green; --white-color: white; --black-color: black; /*tipografria*/ --normal:12px; /* Espaciado */ --space:10px; } /* ---------------variable*/ /html,body{ padding:0px; margin:0px; col...
0.334263
0.062417
@-moz-document domain("play.pokemonshowdown.com"), domain("psim.us") { /************** * General CSS * **************/ body { background: url("https://cdn.dribbble.com/users/44136/screenshots/670871/attachments/59345/pokemon_wallpaper_2560x1440.jpg") !important; background-size: cover !important; } ...
data/usercss/176018.user.css
@-moz-document domain("play.pokemonshowdown.com"), domain("psim.us") { /************** * General CSS * **************/ body { background: url("https://cdn.dribbble.com/users/44136/screenshots/670871/attachments/59345/pokemon_wallpaper_2560x1440.jpg") !important; background-size: cover !important; } ...
0.299003
0.039416
@import url('node_modules/normalize.css/normalize.css'); @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,700'); :root { --color-main: #a1a1a1; --color-main-dark: #747474; --color-secondary: #15cf89; --color-tertiary: #f1f1f1; --color-light: #fff; --color-dark: #000; --color-red: #e...
style.css
@import url('node_modules/normalize.css/normalize.css'); @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,700'); :root { --color-main: #a1a1a1; --color-main-dark: #747474; --color-secondary: #15cf89; --color-tertiary: #f1f1f1; --color-light: #fff; --color-dark: #000; --color-red: #e...
0.344003
0.079675
.w-checkbox { display: block; margin-bottom: 5px; padding-left: 20px; } .w-checkbox::before { content: ' '; display: table; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } .w-c...
design/css/design-framework-691604.webflow.css
.w-checkbox { display: block; margin-bottom: 5px; padding-left: 20px; } .w-checkbox::before { content: ' '; display: table; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } .w-c...
0.47171
0.112089
#cartes-section{ text-align:center; } /* Div principal des cartes */ .carte{ background-color: #eeeeee; display:inline-block; margin:5px; height:auto; border-radius:3px; overflow:hidden; vertical-align: bottom; -webkit-box-shadow: 0 0 7px -3px rgba(0,0,0,0.75); -moz-box-shadow: 0 0 7px -3px rgba(0,0,0,0.75);...
public/css/carte.css
#cartes-section{ text-align:center; } /* Div principal des cartes */ .carte{ background-color: #eeeeee; display:inline-block; margin:5px; height:auto; border-radius:3px; overflow:hidden; vertical-align: bottom; -webkit-box-shadow: 0 0 7px -3px rgba(0,0,0,0.75); -moz-box-shadow: 0 0 7px -3px rgba(0,0,0,0.75);...
0.208743
0.080755
.white { color: #FFFFFF } .bg-green { background-color: #19A974 } .bg-near-white { background-color: #F4F4F4 } .bt { border-top-style: solid; border-top-width: 1px; } .bb { border-bottom-style: solid; border-bottom-width: 1px; } .b--black-10 { border-color: rgba(0, 0, 0, .1); } p.r...
ui/assets/styles.css
.white { color: #FFFFFF } .bg-green { background-color: #19A974 } .bg-near-white { background-color: #F4F4F4 } .bt { border-top-style: solid; border-top-width: 1px; } .bb { border-bottom-style: solid; border-bottom-width: 1px; } .b--black-10 { border-color: rgba(0, 0, 0, .1); } p.r...
0.760651
0.15241
body{ background-color: #262626; overflow: hidden } @font-face { font-family: 'HACKED'; src: url('/fonts/HACKED.eot'); src: url('/fonts/HACKED.eot?#iefix') format('embedded-opentype'), url('/fonts/HACKED.woff2') format('woff2'), url('/fonts/HACKED.woff') format('woff'), url('/fonts/HACKED.tt...
public/assets/main.css
body{ background-color: #262626; overflow: hidden } @font-face { font-family: 'HACKED'; src: url('/fonts/HACKED.eot'); src: url('/fonts/HACKED.eot?#iefix') format('embedded-opentype'), url('/fonts/HACKED.woff2') format('woff2'), url('/fonts/HACKED.woff') format('woff'), url('/fonts/HACKED.tt...
0.471223
0.050028
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700"; @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; @import "https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900"; @import "https://fonts.googleapis.com/css?family=Raleway:400,500,600,700"; @imp...
public/assets/assets_inti/css/style.css
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700"; @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; @import "https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900"; @import "https://fonts.googleapis.com/css?family=Raleway:400,500,600,700"; @imp...
0.293607
0.074635
body{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .landing-body{ background: url(../assets/iStock-695349930.jpg) no-repeat; height: 1000px; color: white; } .landing-body > div { /* padding: 100px auto; */ tex...
client/src/styles/styles.css
body{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .landing-body{ background: url(../assets/iStock-695349930.jpg) no-repeat; height: 1000px; color: white; } .landing-body > div { /* padding: 100px auto; */ tex...
0.317215
0.091301
background: rgba(0, 0, 0, 0.5); } #potions_menu.active { opacity: 1; pointer-events: auto; } #potions_menu .line{ width: 100%; height: 33%; } #potions_menu .main_cell{ width: 25%; height: 100%; float:left; overflow:hidden; } #potions_menu .menu_title{ color: white; font-...
client/css/potions_menu.css
background: rgba(0, 0, 0, 0.5); } #potions_menu.active { opacity: 1; pointer-events: auto; } #potions_menu .line{ width: 100%; height: 33%; } #potions_menu .main_cell{ width: 25%; height: 100%; float:left; overflow:hidden; } #potions_menu .menu_title{ color: white; font-...
0.336876
0.064418
body { font-family: 'Roboto', sans-serif; } @media screen and (max-width: 400px) { max-width: 400px; } ul { list-style-type: none; } .navHeader { padding: 15px; width: 100%; z-index: 10; background-color: rgba(255, 255, 255, 0.9); height: 70px; position: fixed; top: 0; list-style-type: none; f...
css/styles.css
body { font-family: 'Roboto', sans-serif; } @media screen and (max-width: 400px) { max-width: 400px; } ul { list-style-type: none; } .navHeader { padding: 15px; width: 100%; z-index: 10; background-color: rgba(255, 255, 255, 0.9); height: 70px; position: fixed; top: 0; list-style-type: none; f...
0.36693
0.060752
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap'); * { padding: 0; margin: 0; font-size: 22px; font-family: Inter, serif; font-weight: 500; letter-spacing: -0.03rem; overflow-x: hidden; scroll-behavior: smooth; } :root { --color-bg: #000000; ...
styles/styles.css
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap'); * { padding: 0; margin: 0; font-size: 22px; font-family: Inter, serif; font-weight: 500; letter-spacing: -0.03rem; overflow-x: hidden; scroll-behavior: smooth; } :root { --color-bg: #000000; ...
0.51562
0.097005
.prism-code { font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; font-size: 14px; color: #C0C5CE; background-color: #1B2B34; di...
www/src/css/prism.css
.prism-code { font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; font-size: 14px; color: #C0C5CE; background-color: #1B2B34; di...
0.300643
0.1291
button { border: 1px solid #bec3c7; text-decoration: none; padding: 10px 20px; transition: 0.1s linear; background: none; border-radius: 10px; cursor: pointer; color: #2d3e50; font-weight: bold; } button:hover { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0); color...
public/css/index.css
button { border: 1px solid #bec3c7; text-decoration: none; padding: 10px 20px; transition: 0.1s linear; background: none; border-radius: 10px; cursor: pointer; color: #2d3e50; font-weight: bold; } button:hover { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0); color...
0.40439
0.079997
@import url("https://use.typekit.net/ivd2uzt.css"); /*adobe fonts*/ /* ==========Page Styling========== */ body { background-color: #191414; margin: 0px; color: white; font-family: proxima-nova; } input { border-radius: 10px; border: solid 0px black; padding-left: 5px; } button:hover { color: #333; } ...
public/stylesheet.css
@import url("https://use.typekit.net/ivd2uzt.css"); /*adobe fonts*/ /* ==========Page Styling========== */ body { background-color: #191414; margin: 0px; color: white; font-family: proxima-nova; } input { border-radius: 10px; border: solid 0px black; padding-left: 5px; } button:hover { color: #333; } ...
0.339718
0.089893
width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 1rem 0 0 0; } #live_matches img { width: 2.5rem; } #live_matches .match-group { width: 100%; background-color: #3b814f; margin-bottom: 10px; } #live_matches .match-group ....
public/css/front/live_matches-style.css
width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 1rem 0 0 0; } #live_matches img { width: 2.5rem; } #live_matches .match-group { width: 100%; background-color: #3b814f; margin-bottom: 10px; } #live_matches .match-group ....
0.418103
0.085748
@media (max-width: 980px) { .left-fluid-column{ display: none; } .mobile-search-filter{ background-color: #c5c5c1; padding: 3px 5px; position: relative; box-shadow: 0 1px 2px #666; } .mobile-search-filter .filter-action{ display: block; -we...
Public/css/responsive-map.css
@media (max-width: 980px) { .left-fluid-column{ display: none; } .mobile-search-filter{ background-color: #c5c5c1; padding: 3px 5px; position: relative; box-shadow: 0 1px 2px #666; } .mobile-search-filter .filter-action{ display: block; -we...
0.49707
0.09472
background-color: rgba(58, 139, 247, 0.6); border-radius: 10px; border: 2px solid #000; box-shadow: -5px 5px 10px #c238eb, 5px 5px 10px #c238eb, 5px -5px 10px #c238eb, -5px -5px 10px #c238eb; width: 80%; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; margin-botto...
assets/css/newMemePage.css
background-color: rgba(58, 139, 247, 0.6); border-radius: 10px; border: 2px solid #000; box-shadow: -5px 5px 10px #c238eb, 5px 5px 10px #c238eb, 5px -5px 10px #c238eb, -5px -5px 10px #c238eb; width: 80%; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; margin-botto...
0.148973
0.094469
position: absolute; content: ''; background: url(../images/icons/shap-1.png); width: 410px; height: 410px; left: -10px; bottom: -160px; background-repeat: no-repeat; z-index: -1; } #iamge_block_03 .image-box:before{ position: absolute; content: ''; background: url(../images/icons/shap-1.png); ...
public/landing/css/imagebg.css
position: absolute; content: ''; background: url(../images/icons/shap-1.png); width: 410px; height: 410px; left: -10px; bottom: -160px; background-repeat: no-repeat; z-index: -1; } #iamge_block_03 .image-box:before{ position: absolute; content: ''; background: url(../images/icons/shap-1.png); ...
0.435661
0.075312
* { margin: 0; padding: 0; font-family: helvetica, arial, sans-serif; } body { background-color: #efefef; } ul, li { list-style-type: none; list-style-position: outside; } a { text-decoration: none; } a:visited { color: #666; } .pag { position: absolute; top: 0; /*background-...
css/stylebkp.css
* { margin: 0; padding: 0; font-family: helvetica, arial, sans-serif; } body { background-color: #efefef; } ul, li { list-style-type: none; list-style-position: outside; } a { text-decoration: none; } a:visited { color: #666; } .pag { position: absolute; top: 0; /*background-...
0.300746
0.107274
@charset "utf-8"; body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background-color: #42413C; margin: 0; padding: 0; color: #000; } /* ~~ Selectores de elemento/etiqueta ~~ */ ul, ol, dl { /* Debido a las diferencias existentes entre los navegadores, es recomendable no añadir relleno ni márgenes en la...
twoColFixLtHdr6.css
@charset "utf-8"; body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background-color: #42413C; margin: 0; padding: 0; color: #000; } /* ~~ Selectores de elemento/etiqueta ~~ */ ul, ol, dl { /* Debido a las diferencias existentes entre los navegadores, es recomendable no añadir relleno ni márgenes en la...
0.208259
0.425844
.scf-page-blog-detail { padding-top: 40px; } .scf-page-blog-detail .scf-home-block:first-child { margin-bottom: 99px; } .scf-page-blog-detail .scf-home-block:last-child { margin-bottom: 0px; } .scf-detail__content { max-width: 1000px; margin: 0px auto; } .scf-grid__item-18 { width: 75%; } .scf-grid__item-...
src/templates/BlogDetail.css
.scf-page-blog-detail { padding-top: 40px; } .scf-page-blog-detail .scf-home-block:first-child { margin-bottom: 99px; } .scf-page-blog-detail .scf-home-block:last-child { margin-bottom: 0px; } .scf-detail__content { max-width: 1000px; margin: 0px auto; } .scf-grid__item-18 { width: 75%; } .scf-grid__item-...
0.368065
0.083217
html,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,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;paddi...
www/web/css/style.css
html,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,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;paddi...
0.322953
0.104798
body { padding-top: 20px; padding-bottom: 20px; margin: 0; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#363636; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-left: 15px; padding-right: 15px; } ...
src/main/webapp/travelagent/resources/css/main.css
body { padding-top: 20px; padding-bottom: 20px; margin: 0; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#363636; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-left: 15px; padding-right: 15px; } ...
0.443118
0.104249
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Arial', sans-serif; } .container { width: 680px; margin: 0 auto; padding-top: 0px; padding-bottom: 0px; } .left p { display: block; } .left p:first-child { margin-bottom: 10px; font-weight: bold; ...
crm/modules/angular_api/views/export/tax_invoice/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Arial', sans-serif; } .container { width: 680px; margin: 0 auto; padding-top: 0px; padding-bottom: 0px; } .left p { display: block; } .left p:first-child { margin-bottom: 10px; font-weight: bold; ...
0.606265
0.183996
html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; } body { background-color: #F2F2F2; } table { font-size: 90%; margin-bottom: 10.5px; max-width: 100%; overflow-x: auto; } th, td { padding: 0 0.8rem; } tbody tr:nth-child(odd) { background: #e4e4e4; } tbody tr code { backgro...
css/ircv3-style.css
html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; } body { background-color: #F2F2F2; } table { font-size: 90%; margin-bottom: 10.5px; max-width: 100%; overflow-x: auto; } th, td { padding: 0 0.8rem; } tbody tr:nth-child(odd) { background: #e4e4e4; } tbody tr code { backgro...
0.496338
0.103567
@font-face { font-family: 'Glyphicons Halflings'; src: url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://getbootstrap.com/dist/fonts/glyphicon...
open-tabs-history.css
@font-face { font-family: 'Glyphicons Halflings'; src: url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://getbootstrap.com/dist/fonts/glyphicon...
0.558929
0.079104
header,menu,main,footer,figure,figcaption,article,section /*?*/ {display:block;} /*Displays an element as a block element (like <p>)*/ html, body { height: 100%; } body { margin: 0px; padding: 5px; background: #FF9900 url(images/overlay.png) repeat; font-family: 'Source Sans Pro', sans-serif; font-size: 12pt; ...
default.css
header,menu,main,footer,figure,figcaption,article,section /*?*/ {display:block;} /*Displays an element as a block element (like <p>)*/ html, body { height: 100%; } body { margin: 0px; padding: 5px; background: #FF9900 url(images/overlay.png) repeat; font-family: 'Source Sans Pro', sans-serif; font-size: 12pt; ...
0.184363
0.093802
<style type="text/css" rel="stylesheet"> .btn { border-width: 0 0px 0px 0px; font-weight: normal; text-transform: ; } .btn-default { color: #2ecc71; background-color: #ffffff; border-color: #ffffff; } .warn { background-color:#F5A796; color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;...
inst/formatting/css/styles.css
<style type="text/css" rel="stylesheet"> .btn { border-width: 0 0px 0px 0px; font-weight: normal; text-transform: ; } .btn-default { color: #2ecc71; background-color: #ffffff; border-color: #ffffff; } .warn { background-color:#F5A796; color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;...
0.401101
0.170335
* { margin: 0; padding: 0; } body { font-family: sans-serif; } #nav-bar { position: sticky; z-index: 10; top: 0; } .navbar { background-image: linear-gradient(to right,#430607,#430607); padding: 0 !important; } .navbar-brand img { height: 69px; padding-left: 40px; } #navbarNav { padding: 0 10px; } .navbar...
public/assets/css/style.css
* { margin: 0; padding: 0; } body { font-family: sans-serif; } #nav-bar { position: sticky; z-index: 10; top: 0; } .navbar { background-image: linear-gradient(to right,#430607,#430607); padding: 0 !important; } .navbar-brand img { height: 69px; padding-left: 40px; } #navbarNav { padding: 0 10px; } .navbar...
0.34632
0.078607
.navbar { position: fixed; background: var(--nav-bg-primary); transition: width 600ms ease; overflow: auto; box-shadow: var(--nav-shadow); border-right: var(--nav-border); z-index: 10; } .navbar-nav { list-style: none; padding: 0; margin: 0; display: flex; flex-direction...
src/modules/views/billing-old/css/shared.css
.navbar { position: fixed; background: var(--nav-bg-primary); transition: width 600ms ease; overflow: auto; box-shadow: var(--nav-shadow); border-right: var(--nav-border); z-index: 10; } .navbar-nav { list-style: none; padding: 0; margin: 0; display: flex; flex-direction...
0.463201
0.086016
@tailwind base; @tailwind components; @tailwind utilities; @layer base { h1, h2, h3, h4, h5, h6, h7 { @apply font-brhendrix; } h1 { @apply text-2xl; } h2 { @apply text-xl; } a, a:link, a:visited, a:active { color: #2436de; } a.link-white { @apply text-white !important; } ...
resources/css/app.css
@tailwind base; @tailwind components; @tailwind utilities; @layer base { h1, h2, h3, h4, h5, h6, h7 { @apply font-brhendrix; } h1 { @apply text-2xl; } h2 { @apply text-xl; } a, a:link, a:visited, a:active { color: #2436de; } a.link-white { @apply text-white !important; } ...
0.515864
0.101411
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } *{ margin: 0; ...
backend/src/themes/activity/static/css/reset.css
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } *{ margin: 0; ...
0.412648
0.094385
@charset "UTF-8"; .breadcrumb { height: 50px; line-height: 50px; color: #666; font-size: 12px; } .center-menu { float: left; width: 130px; } ol, ul, li { list-style: none; } .center-menu .menu-item { margin-bottom: 4px; } .center-menu .active { background: #3B99FC; color: #fff; }...
Railway/WebContent/css/myinfo.css
@charset "UTF-8"; .breadcrumb { height: 50px; line-height: 50px; color: #666; font-size: 12px; } .center-menu { float: left; width: 130px; } ol, ul, li { list-style: none; } .center-menu .menu-item { margin-bottom: 4px; } .center-menu .active { background: #3B99FC; color: #fff; }...
0.316686
0.080937
body { background: #0f1923; font-family: "Muli"; } div { display: -webkit-box; display: flex; height: 100vh; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; fl...
project/buttonstyle.css
body { background: #0f1923; font-family: "Muli"; } div { display: -webkit-box; display: flex; height: 100vh; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; fl...
0.359364
0.081666
.all-doc { float: left; width: 100%; background: #fff; } h3.gp-file { padding: 0px 30px 0px 35px; font-size: 13px; margin-top: 0; color: #000; font-family: poppins; margin-bottom: 0; font-weight: 400; } .doc-menu { float: left; width: 100%; height: 100%; background:...
public/elite/css/doc.css
.all-doc { float: left; width: 100%; background: #fff; } h3.gp-file { padding: 0px 30px 0px 35px; font-size: 13px; margin-top: 0; color: #000; font-family: poppins; margin-bottom: 0; font-weight: 400; } .doc-menu { float: left; width: 100%; height: 100%; background:...
0.387459
0.094093
.row,.col,.panel_word,.panel_icon{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;} .row{ margin-left:-10px; overflow:hidden;} .col{ padding-left:10px;} .panel{float: left; text-align: center; width:16.666%; min-width:210px; margin-bottom: 10px;} .panel_box a{...
public/dist/css/index.css
.row,.col,.panel_word,.panel_icon{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;} .row{ margin-left:-10px; overflow:hidden;} .col{ padding-left:10px;} .panel{float: left; text-align: center; width:16.666%; min-width:210px; margin-bottom: 10px;} .panel_box a{...
0.217254
0.126704
body { margin: 0; background: #eee; overflow-x: hidden; } .container { max-width: 1284px; margin: auto; position: relative; } #ecoist-slider { width: 100%; position: relative; } #ecoist-slider .slider-container { width: 100%; padding-top: 33.3%; display: flex; justify-content: center; position: relative; }...
public_html/assets/img/kfn.css
body { margin: 0; background: #eee; overflow-x: hidden; } .container { max-width: 1284px; margin: auto; position: relative; } #ecoist-slider { width: 100%; position: relative; } #ecoist-slider .slider-container { width: 100%; padding-top: 33.3%; display: flex; justify-content: center; position: relative; }...
0.433502
0.050729
@font-face { font-family: 'Bellota-LightItalic'; src: url('fonts/Bellota-LightItalic.otf'); } @font-face { font-family: 'Bellota-BoldItalic'; src: url('fonts/Bellota-BoldItalic.otf'); } body { line-height: 17px; background-color: #E6EAE8; margin: 0px 8px 8px; } a { text-decoration: none; } ...
sn_styles.css
@font-face { font-family: 'Bellota-LightItalic'; src: url('fonts/Bellota-LightItalic.otf'); } @font-face { font-family: 'Bellota-BoldItalic'; src: url('fonts/Bellota-BoldItalic.otf'); } body { line-height: 17px; background-color: #E6EAE8; margin: 0px 8px 8px; } a { text-decoration: none; } ...
0.085442
0.051463
@font-face { font-family: 'junicodeboldcondensed'; src: url('/fonts/junicode-boldcondensed-webfont.eot'); src: url('/fonts/junicode-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/junicode-boldcondensed-webfont.woff2') format('woff2'), url('/fonts/junicode-boldc...
files/style.css
@font-face { font-family: 'junicodeboldcondensed'; src: url('/fonts/junicode-boldcondensed-webfont.eot'); src: url('/fonts/junicode-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/junicode-boldcondensed-webfont.woff2') format('woff2'), url('/fonts/junicode-boldc...
0.286968
0.070081
* { margin: 0; padding: 0; } /* montserrat-regular */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Mod...
html-css/module-07/css/style.css
* { margin: 0; padding: 0; } /* montserrat-regular */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Mod...
0.244183
0.055952
.set{ width: 1000px; height: 450px; margin:40px auto 60px; box-shadow: 0px 0px 7px 5px #f0f0f0; } .set a:hover{ color: red; } .set_img{ padding: 60px 210px 50px; } .input_password{ border: 1px solid #dddddd; height: 40px; line-height: 40px; width: 310px; display: inline-block; ...
xixin/xixin/css/shezhixinmima.css
.set{ width: 1000px; height: 450px; margin:40px auto 60px; box-shadow: 0px 0px 7px 5px #f0f0f0; } .set a:hover{ color: red; } .set_img{ padding: 60px 210px 50px; } .input_password{ border: 1px solid #dddddd; height: 40px; line-height: 40px; width: 310px; display: inline-block; ...
0.193376
0.055107
.homepanel { max-width: 460px; margin: 20px auto; } /* line 119, ../sass/home.scss */ .homepanel > * { padding: 20px; padding-bottom: 0; max-width: 460px; min-width: 360px; } /* line 126, ../sass/home.scss */ .homepanel .logo { text-align: center; margin-bottom: 20px; } /* line 131, ../sass/home.scss */...
src/app/static/css/home.css
.homepanel { max-width: 460px; margin: 20px auto; } /* line 119, ../sass/home.scss */ .homepanel > * { padding: 20px; padding-bottom: 0; max-width: 460px; min-width: 360px; } /* line 126, ../sass/home.scss */ .homepanel .logo { text-align: center; margin-bottom: 20px; } /* line 131, ../sass/home.scss */...
0.187244
0.051344
.DndDefault { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; height: 200px !important; width: 100% !important; background-color: #f7f7fb !important; color: rgb(36, 31, 58) !important; font-size: 14px !important; } .DndDefault:hover { border-width: 1px !important; border-colo...
components/Modals/Stylesheets/Dnd.css
.DndDefault { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; height: 200px !important; width: 100% !important; background-color: #f7f7fb !important; color: rgb(36, 31, 58) !important; font-size: 14px !important; } .DndDefault:hover { border-width: 1px !important; border-colo...
0.271059
0.151906
@import url(/public/css/crimson.css); @import url(/public/css/responsive.css); @import url(/public/css/magnific-popup.css); @import url(/public/css/style-particles.css); @import url(/public/css/animate.css); @import url(https://fonts.googleapis.com/css?family=Raleway); html{ height: 100%; } * { -ms-box-sizing: ...
public/css/style.css
@import url(/public/css/crimson.css); @import url(/public/css/responsive.css); @import url(/public/css/magnific-popup.css); @import url(/public/css/style-particles.css); @import url(/public/css/animate.css); @import url(https://fonts.googleapis.com/css?family=Raleway); html{ height: 100%; } * { -ms-box-sizing: ...
0.392686
0.044639
body { background-color: white; width: 90% ; margin-left: auto; margin-right: auto; padding: 10px; font-size: 14px ; font-family: 'Roboto', sans-serif; } a { color: #0099FF ; font-weight: bold; font-family: 'Roboto', sans-serif; } .topnav { list-style-type: none; overflow: hidden; backgrou...
src/css/style_sheet.css
body { background-color: white; width: 90% ; margin-left: auto; margin-right: auto; padding: 10px; font-size: 14px ; font-family: 'Roboto', sans-serif; } a { color: #0099FF ; font-weight: bold; font-family: 'Roboto', sans-serif; } .topnav { list-style-type: none; overflow: hidden; backgrou...
0.412885
0.102619
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif; background-color: #6679be; } body { width: 100vw; min-height: 100vh; color: #fff; display: flex; flex-dire...
pages/css/index.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif; background-color: #6679be; } body { width: 100vw; min-height: 100vh; color: #fff; display: flex; flex-dire...
0.548432
0.083106
.fade-in-top { animation: fadeInTop 0.5s ease-in-out; } .fade-out-top { animation: fadeOutTop 0.5s ease-in-out; } .move-in-top { animation: moveInTop 0.5s ease-in-out; } .move-out-top { animation: moveOutTop 0.5s ease-in-out; } .expand-top { animation: expandTop 0.3s ease-in-out; } .collapse-top { anim...
projects/ui/assets/main.css
.fade-in-top { animation: fadeInTop 0.5s ease-in-out; } .fade-out-top { animation: fadeOutTop 0.5s ease-in-out; } .move-in-top { animation: moveInTop 0.5s ease-in-out; } .move-out-top { animation: moveOutTop 0.5s ease-in-out; } .expand-top { animation: expandTop 0.3s ease-in-out; } .collapse-top { anim...
0.716417
0.112016
body { color: rgb(29, 25, 22); background: rgb(244, 238, 217); font-family: Cambria,"Hoefler Text",Georgia,"Times New Roman",serif; margin-top: 0.5cm; margin-bottom: 1cm; } /* page content is centred, bigger, and has at most 70ish characters on a line */ #container { font-size: 1.4em; max-width: 30em; } /* mo...
main.css
body { color: rgb(29, 25, 22); background: rgb(244, 238, 217); font-family: Cambria,"Hoefler Text",Georgia,"Times New Roman",serif; margin-top: 0.5cm; margin-bottom: 1cm; } /* page content is centred, bigger, and has at most 70ish characters on a line */ #container { font-size: 1.4em; max-width: 30em; } /* mo...
0.421314
0.053206
@CHARSET "UTF-8"; /*fonts*/ #fontFS { font-family: serif; } #fontFSS { font-family: sans-serif; } #fontFM { font-family: monospace; } /*general*/ #logo { background-color: #363636; } .title { background-color: #A65b5b; color: #FFFFFF; font-size: 1.5em; text-align: center; } .content .contents { border-co...
WebSide/ReIdea_Web/grails-app/assets/stylesheets/myCSS.css
@CHARSET "UTF-8"; /*fonts*/ #fontFS { font-family: serif; } #fontFSS { font-family: sans-serif; } #fontFM { font-family: monospace; } /*general*/ #logo { background-color: #363636; } .title { background-color: #A65b5b; color: #FFFFFF; font-size: 1.5em; text-align: center; } .content .contents { border-co...
0.203787
0.097648
@font-face { font-family: 'iconfont'; src: url('../font/iconfont.eot'); src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg'); } ...
public/pack/icon/iconfont/css/iconfont.css
@font-face { font-family: 'iconfont'; src: url('../font/iconfont.eot'); src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg'); } ...
0.224906
0.078184
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td...
style/common/site.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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td...
0.420838
0.059757
body { width: 100vw; } .main { padding: 15px; font-size: 22px; } } p { color: white; font-size: 25px; } .law { color: red; } .ani { background-color: white; height: 200px; width: 100vw; display: block; margin: -15px; overflow: clip; padding: 0; } #slides { position: relative; padding: 0px; margin:...
learn/learnc.css
body { width: 100vw; } .main { padding: 15px; font-size: 22px; } } p { color: white; font-size: 25px; } .law { color: red; } .ani { background-color: white; height: 200px; width: 100vw; display: block; margin: -15px; overflow: clip; padding: 0; } #slides { position: relative; padding: 0px; margin:...
0.33939
0.113383
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); /* --- Font */ /* Reset css --- */ * {padding:0px; margin:0px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;} *:focus {outline: 0;} html, body{ overflow-x:hidden;} body{margin:0; padding:0; font-siz...
public/assets/css/styles.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); /* --- Font */ /* Reset css --- */ * {padding:0px; margin:0px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;} *:focus {outline: 0;} html, body{ overflow-x:hidden;} body{margin:0; padding:0; font-siz...
0.332202
0.103749
.connect { display: flex; justify-content: space-between; padding-top: 2rem; } .connect__results { width: calc(99vw - 36rem); } .connect__results__wrapper { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; align-items: baseline; margin-top: 3rem; } .connect__res...
client/src/assets/css/connect.css
.connect { display: flex; justify-content: space-between; padding-top: 2rem; } .connect__results { width: calc(99vw - 36rem); } .connect__results__wrapper { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; align-items: baseline; margin-top: 3rem; } .connect__res...
0.649801
0.059784
:root { --dark-color: #232323; --light-color: #F4F4F4; --zoidberg-size: 800px; --zoidberg-text-size: calc(var(--zoidberg-size) * .07); --zoidberg-text-border-size: calc(var(--zoidberg-size) * .00875); --zoidberg-color: hsl(1, 99%, 66%); --light-zoidberg-color: hsl(1, 85%, 69%); ...
style.css
:root { --dark-color: #232323; --light-color: #F4F4F4; --zoidberg-size: 800px; --zoidberg-text-size: calc(var(--zoidberg-size) * .07); --zoidberg-text-border-size: calc(var(--zoidberg-size) * .00875); --zoidberg-color: hsl(1, 99%, 66%); --light-zoidberg-color: hsl(1, 85%, 69%); ...
0.476336
0.156556
:root { --theme-color: #284592; } /*===== Background Color =====*/ .thm-bg, .thm-layer:before, .search-close-btn, nav ul ul li > a span:before, .about-img-cap > a:hover, .about-img-cap > a:focus, .post-info > h3 a:hover i, .post-info > h3 a:focus i, .serv-box:hover > span, .check-box [type="checkbox"]:not(:checked...
public/front/assets/css/color.css
:root { --theme-color: #284592; } /*===== Background Color =====*/ .thm-bg, .thm-layer:before, .search-close-btn, nav ul ul li > a span:before, .about-img-cap > a:hover, .about-img-cap > a:focus, .post-info > h3 a:hover i, .post-info > h3 a:focus i, .serv-box:hover > span, .check-box [type="checkbox"]:not(:checked...
0.445771
0.117269
@charset "utf-8"; /* To use it, add this into your HTML: <div class="book left"> <a href="#"> <img src="cover.png" alt=""> </a> </div> Works with or without the <a>: <div class="book left"> <img src="cover.png" alt=""> </div> To rotate it from the right, use the 'right' modifier instead of 'left': ...
public/css/lib/Goji/books.css
@charset "utf-8"; /* To use it, add this into your HTML: <div class="book left"> <a href="#"> <img src="cover.png" alt=""> </a> </div> Works with or without the <a>: <div class="book left"> <img src="cover.png" alt=""> </div> To rotate it from the right, use the 'right' modifier instead of 'left': ...
0.408159
0.199211
----------------------------------------------------------------------*/ @media only screen and (min-width: 959px) and (max-width: 1177px) { body {overflow-x: hidden} .boxed, .boxed-margin, body[class^="frame_"] .full, body[class^="frame_"] .boxed, body[class^="frame_"] .boxed-margin {width: 96%;margin: 0 auto !impor...
styles/responsive.css
----------------------------------------------------------------------*/ @media only screen and (min-width: 959px) and (max-width: 1177px) { body {overflow-x: hidden} .boxed, .boxed-margin, body[class^="frame_"] .full, body[class^="frame_"] .boxed, body[class^="frame_"] .boxed-margin {width: 96%;margin: 0 auto !impor...
0.281011
0.178097
1. Global responsive styles ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ @media only screen and (max-width: 1024px) { body:not(.edgtf-content-is-behind-header):not(.e...
web/css/them_player/modules-responsive.css
1. Global responsive styles ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ @media only screen and (max-width: 1024px) { body:not(.edgtf-content-is-behind-header):not(.e...
0.417628
0.113285
@media only screen and (max-width : 768px) { .container{ width: 740px; } header{ height: 46px; } .row-1{ height: 46px; } .row-1 h1{ width: 700px; padding: 15px 30px 0px 30px; font-size: 18px; } .logonavigation{ width: 740px; height: 78px; } .logo{ width: 238px; } .logo img{...
public/css/client/responsivehome.css
@media only screen and (max-width : 768px) { .container{ width: 740px; } header{ height: 46px; } .row-1{ height: 46px; } .row-1 h1{ width: 700px; padding: 15px 30px 0px 30px; font-size: 18px; } .logonavigation{ width: 740px; height: 78px; } .logo{ width: 238px; } .logo img{...
0.178347
0.121947
@charset "utf-8"; /*! Copyright (C) NAVER <http://www.navercorp.com> */ /* @author NAVER <<EMAIL>> */ /*csslint unqualified-attributes: false, display-property-grouping: false*/ /* Element Reset */ body, table, input, textarea, select, button { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; } article, a...
Practice1/web/css/style.css
@charset "utf-8"; /*! Copyright (C) NAVER <http://www.navercorp.com> */ /* @author NAVER <<EMAIL>> */ /*csslint unqualified-attributes: false, display-property-grouping: false*/ /* Element Reset */ body, table, input, textarea, select, button { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; } article, a...
0.385375
0.07072
body { } .header { display: inline-block; border-bottom: 1px solid #d6d6d6; width: 100%; text-align: center } .header-text{ font-size:20px; } .control-text { display: inline-block; text-align: initial; width: 150px; float: left; display: inline-block; max-height: 32px; ...
Code/AutoNumberingForD365/AutoNumbering/css/style.css
body { } .header { display: inline-block; border-bottom: 1px solid #d6d6d6; width: 100%; text-align: center } .header-text{ font-size:20px; } .control-text { display: inline-block; text-align: initial; width: 150px; float: left; display: inline-block; max-height: 32px; ...
0.316053
0.138026
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/assets/css/style.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.300438
0.099426
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("news.ycombinator.com") { /* * * HN+ for Chrome v1.5 * by @jarques * modified by @thinkaliker for use with Stylish * */ body { font-family: "Helvetica" !important; background: #fff; margin: 0; } body center { text-al...
data/usercss/110870.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("news.ycombinator.com") { /* * * HN+ for Chrome v1.5 * by @jarques * modified by @thinkaliker for use with Stylish * */ body { font-family: "Helvetica" !important; background: #fff; margin: 0; } body center { text-al...
0.306527
0.089574
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){ .vitaldateandtime{ padding-right: 20px; } .column-8{ width: 68%; margin-left: -15px; } .centralTemp{ width: 22%; margin-left: -8px } .peripheraltemp{ width: 25%; margin-left: -8px; } .etco...
inicu-client/src/app/nursing-charts/nursing-charts.component.css
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){ .vitaldateandtime{ padding-right: 20px; } .column-8{ width: 68%; margin-left: -15px; } .centralTemp{ width: 22%; margin-left: -8px } .peripheraltemp{ width: 25%; margin-left: -8px; } .etco...
0.343892
0.081923
body{ background-color: #f85859; background-image: linear-gradient( #f85859, #b48f8f ); color: #15171b; font-family: 'Vollkorn', serif; } nav{ font-size:2em; } h1{ text-align: center; margin: 1em 0 ; font-size: 2em; color: gainsboro; } header{ width: 100%; } .title{ display:flex; justify-conte...
web/css/common.css
body{ background-color: #f85859; background-image: linear-gradient( #f85859, #b48f8f ); color: #15171b; font-family: 'Vollkorn', serif; } nav{ font-size:2em; } h1{ text-align: center; margin: 1em 0 ; font-size: 2em; color: gainsboro; } header{ width: 100%; } .title{ display:flex; justify-conte...
0.311322
0.0745
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100); /*defaults*/ .tabs{ display: flex; } .tab{ margin-right:2.5em; font-weight: 500; font-size: 1.5em; line-height: 1.75em; cursor: pointer; transition: color .3s; } .line{ ...
resources/js/admin/assets/styles/style.css
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100); /*defaults*/ .tabs{ display: flex; } .tab{ margin-right:2.5em; font-weight: 500; font-size: 1.5em; line-height: 1.75em; cursor: pointer; transition: color .3s; } .line{ ...
0.23546
0.053305