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
*{ font-family: '<NAME>', cursive; font-size:100%; } html { scroll-behavior: smooth; } .card { border: none; } .divider { border: solid red 3px; width: 10%; } .padding { padding: 0 1.7rem 0 0.75rem; } .border { border-radius: 15px; border: red solid 1px ; } #nav { disp...
style.css
*{ font-family: '<NAME>', cursive; font-size:100%; } html { scroll-behavior: smooth; } .card { border: none; } .divider { border: solid red 3px; width: 10%; } .padding { padding: 0 1.7rem 0 0.75rem; } .border { border-radius: 15px; border: red solid 1px ; } #nav { disp...
0.416678
0.092442
@import 'reset.css'; .icon{ width: 60px; } img{ padding: 3px; } li{ padding: 3px; } ul {list-style: none; } .main-banner{ width: 500px ; height: 248px ; background-image: url(0219_foodsense.jpg); background-repeat: no-repeat; background-position: 50% 50% ; background-size: cove...
style.css
@import 'reset.css'; .icon{ width: 60px; } img{ padding: 3px; } li{ padding: 3px; } ul {list-style: none; } .main-banner{ width: 500px ; height: 248px ; background-image: url(0219_foodsense.jpg); background-repeat: no-repeat; background-position: 50% 50% ; background-size: cove...
0.104643
0.060114
body { background-color: lightgray; } header { position: relative; background-color: #ffffff; overflow: auto; } .Information { position: relative; width: 960px; height: 60px; margin: auto; } #links { position: absolute; left: 615px; bottom: 20px; } #Name ...
assets/css/style.css
body { background-color: lightgray; } header { position: relative; background-color: #ffffff; overflow: auto; } .Information { position: relative; width: 960px; height: 60px; margin: auto; } #links { position: absolute; left: 615px; bottom: 20px; } #Name ...
0.461017
0.074399
skin detected: dhx_skyblue include extra file: skins/dhx_skyblue.less */ .dhxtabbar_base_dhx_skyblue { background-color: #ebebeb; position: relative; cursor: default; } .dhxtabbar_base_dhx_skyblue .dhxtabbar_cont { position: absolute; *overflow: hidden; } .dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs { positi...
assets/Suite_v52/sources/dhtmlxTabbar/codebase/skins/dhtmlxtabbar_dhx_skyblue.css
skin detected: dhx_skyblue include extra file: skins/dhx_skyblue.less */ .dhxtabbar_base_dhx_skyblue { background-color: #ebebeb; position: relative; cursor: default; } .dhxtabbar_base_dhx_skyblue .dhxtabbar_cont { position: absolute; *overflow: hidden; } .dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs { positi...
0.319546
0.069226
.domains-list { overflow-y: auto; padding: 0 20px; font-family: var(--primary-font); } .chiplet { display: flex; border-top: 1px solid var(--gray-soft); padding: 14px 30px; align-items: center; } .chiplet-title { color: var(--primary-color); font-size: 16px; font-weight: 400; cursor: pointer; ...
ui/app/rif/pages/domainsPage/domain-page.css
.domains-list { overflow-y: auto; padding: 0 20px; font-family: var(--primary-font); } .chiplet { display: flex; border-top: 1px solid var(--gray-soft); padding: 14px 30px; align-items: center; } .chiplet-title { color: var(--primary-color); font-size: 16px; font-weight: 400; cursor: pointer; ...
0.464659
0.238018
border-bottom: 1px solid #e8eaed; } #nav:after { content: ""; position: fixed; left: 0; right: 0; bottom: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 90; opacity: 0; visibility: hidden; -webkit-transition: 0.2s all; transition: 0.2s all; } #nav.shadow-active:after { opacity: ...
WebProject-01-master/Onixa/Onixa_Web/obj/Release/Package/PackageTmp/css/Navigationstyle_Callie.css
border-bottom: 1px solid #e8eaed; } #nav:after { content: ""; position: fixed; left: 0; right: 0; bottom: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 90; opacity: 0; visibility: hidden; -webkit-transition: 0.2s all; transition: 0.2s all; } #nav.shadow-active:after { opacity: ...
0.252476
0.077274
.wi-tabset { background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45) 0, rgba(255, 255, 255, 0) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0, rgba(255, 255, 255, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ffffff', endColorstr='...
src/main/webapp/content/css/themes/blue/tabset.css
.wi-tabset { background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45) 0, rgba(255, 255, 255, 0) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0, rgba(255, 255, 255, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ffffff', endColorstr='...
0.318061
0.068787
li{ width: 170px; height: 24px; border: none; color: white; background-color: #16191c; border-radius: 1px; box-shadow: inset 0 0 0 0 #f3c02f; transition: linear; font-size: 15px; letter-spacing: 0px; outline: none; text-align: center; } li:hover{ box-shadow: inset 200px 0 0 0 #00ff90; cursor...
style.css
li{ width: 170px; height: 24px; border: none; color: white; background-color: #16191c; border-radius: 1px; box-shadow: inset 0 0 0 0 #f3c02f; transition: linear; font-size: 15px; letter-spacing: 0px; outline: none; text-align: center; } li:hover{ box-shadow: inset 200px 0 0 0 #00ff90; cursor...
0.4436
0.127056
:import { -st-from: "../../common/formatters.st"; -st-named: applyStyleMethod, fallback, applyOpacity, color, font; } :import { -st-from: "wix-ui-core/index.st.css"; -st-named: Input; } :import { -st-from: "../../common/palette.st.css"; -st-named: errorColor, successColor; } :import { -st...
packages/wix-ui-tpa/src/components/TextField/TextField.st.css
:import { -st-from: "../../common/formatters.st"; -st-named: applyStyleMethod, fallback, applyOpacity, color, font; } :import { -st-from: "wix-ui-core/index.st.css"; -st-named: Input; } :import { -st-from: "../../common/palette.st.css"; -st-named: errorColor, successColor; } :import { -st...
0.393968
0.128116
html { background: #303030; color: #FFFFFF; } .swagger-section .logo { width: 54px; height: 54px; display: block; float: left; margin: -6px 12px 0 0; } .swagger-section .github { width: 24px; height: 24px; display: block; background: transparent url(../../images/github.svg) 100%/100% no-repeat;...
src/stylesheets/css/style.css
html { background: #303030; color: #FFFFFF; } .swagger-section .logo { width: 54px; height: 54px; display: block; float: left; margin: -6px 12px 0 0; } .swagger-section .github { width: 24px; height: 24px; display: block; background: transparent url(../../images/github.svg) 100%/100% no-repeat;...
0.475118
0.048722
.CleanupRulePicker { /* Override Blueprint's styling */ margin-bottom: 0; } .CleanupRulePicker__Inputs { display: flex; } .CleanupRulePicker__Child { /* Prevent children from being shrunk by flexbox layout */ flex-shrink: 0; /* Override Blueprint's styling */ margin-bottom: 0; } /* Need specificity > (...
packages/manager/src/components/CleanupRulePicker.css
.CleanupRulePicker { /* Override Blueprint's styling */ margin-bottom: 0; } .CleanupRulePicker__Inputs { display: flex; } .CleanupRulePicker__Child { /* Prevent children from being shrunk by flexbox layout */ flex-shrink: 0; /* Override Blueprint's styling */ margin-bottom: 0; } /* Need specificity > (...
0.50708
0.082291
@charset "utf-8"; input { outline: none; } html { height: 100%; width: 100%; } body{ font-family: "微软雅黑", "sans-serif"; text-align: center; background-image: url(../img/1.jpg); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; height: 100%; width: 100%; } h1, h2, h3, h4, h...
app/static/css/ticket.css
@charset "utf-8"; input { outline: none; } html { height: 100%; width: 100%; } body{ font-family: "微软雅黑", "sans-serif"; text-align: center; background-image: url(../img/1.jpg); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; height: 100%; width: 100%; } h1, h2, h3, h4, h...
0.300643
0.047958
html, body { margin: 0; padding: 0; } body { background-color: #fff; color: #333; transition: background-color 0.3s ease; } body.dark-mode { background-color: #1a1919; color: #999; } .dark-mode .w3-button.w3-white { background-color: #2196f3 !important; border-color: transparent !important; border-...
src/components/UI/Buttons/Toggle/Toggles.css
html, body { margin: 0; padding: 0; } body { background-color: #fff; color: #333; transition: background-color 0.3s ease; } body.dark-mode { background-color: #1a1919; color: #999; } .dark-mode .w3-button.w3-white { background-color: #2196f3 !important; border-color: transparent !important; border-...
0.420838
0.061424
/* D3 override */ .domain { fill: none; stroke: black; stroke-width: 1; } line { stroke: black; stroke-width: 1; } text { color: black; } .xaxis { top: 8px; } .extent { fill: steelblue; stroke: white; } .d3-tip { font: 12px/1.5 "Helvetica Neue", Arial, Helvetica,...
WebClient/Content/timeslider.css
/* D3 override */ .domain { fill: none; stroke: black; stroke-width: 1; } line { stroke: black; stroke-width: 1; } text { color: black; } .xaxis { top: 8px; } .extent { fill: steelblue; stroke: white; } .d3-tip { font: 12px/1.5 "Helvetica Neue", Arial, Helvetica,...
0.333503
0.090333
@import 'https://fonts.googleapis.com/css?family=Comfortaa:400,700|Roboto:400,700&subset=latin-ext'; body { font-family: 'Roboto', sans-serif; } footer { margin-top: 20px; background-color: #f2f2f2 !important; background-image: url('img/border2.jpg'); background-position: top; background-size: 50%; backg...
style.css
@import 'https://fonts.googleapis.com/css?family=Comfortaa:400,700|Roboto:400,700&subset=latin-ext'; body { font-family: 'Roboto', sans-serif; } footer { margin-top: 20px; background-color: #f2f2f2 !important; background-image: url('img/border2.jpg'); background-position: top; background-size: 50%; backg...
0.297368
0.111145
@font-face { font-family: 'robotoblack'; src: url('../fonts/roboto/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-black-webfont.woff') format('woff'); font-weight: normal; font-style: normal;} @font-face {font-family: 'robotobold'; src: url('../fonts/roboto/roboto-bold-webfont.woff2') format...
program_assets/mastercss/design - Copy.css
@font-face { font-family: 'robotoblack'; src: url('../fonts/roboto/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-black-webfont.woff') format('woff'); font-weight: normal; font-style: normal;} @font-face {font-family: 'robotobold'; src: url('../fonts/roboto/roboto-bold-webfont.woff2') format...
0.268462
0.044266
.cintainer{ padding: 20px; background-color: aliceblue; text-align: center; margin: 20px; } /*大標*/ .ct-1{ /* height: 100px; */ box-sizing: border-box; padding: 40vh 0; background-color: black; height: 100%; } .title_font{ font-weight: bolder; margin: 10px;...
css/index.css
.cintainer{ padding: 20px; background-color: aliceblue; text-align: center; margin: 20px; } /*大標*/ .ct-1{ /* height: 100px; */ box-sizing: border-box; padding: 40vh 0; background-color: black; height: 100%; } .title_font{ font-weight: bolder; margin: 10px;...
0.195786
0.078713
.productManageMent-website-modify-view .modal-dialog { width: 400px; } .productManageMent-website-modify-view img { cursor: pointer; } .productManageMent-website-modify-view .dropdown button.dropdown-toggle { height: 30px; width: 240px; } .productManageMent-website-modify-view .dropdown li { heig...
app/manageConfig/productManageMent/website/site/css/website_modify.css
.productManageMent-website-modify-view .modal-dialog { width: 400px; } .productManageMent-website-modify-view img { cursor: pointer; } .productManageMent-website-modify-view .dropdown button.dropdown-toggle { height: 30px; width: 240px; } .productManageMent-website-modify-view .dropdown li { heig...
0.524395
0.072801
body { font-family: 'Roboto', sans-serif; font-size: 1.6vw; } h1{ font-family: 'Roboto Slab', serif; font-weight: bold; font-size: 5.6vw; } h2{ font-family: 'Roboto Slab', serif; font-weight: bold; font-size: 2.8vw; margin: 1vw; } h3 { font-family: 'Roboto', sans-serif; font-size: 2.4v...
app-distro/Storybook/htdocs/css/ComicBuilder.css
body { font-family: 'Roboto', sans-serif; font-size: 1.6vw; } h1{ font-family: 'Roboto Slab', serif; font-weight: bold; font-size: 5.6vw; } h2{ font-family: 'Roboto Slab', serif; font-weight: bold; font-size: 2.8vw; margin: 1vw; } h3 { font-family: 'Roboto', sans-serif; font-size: 2.4v...
0.244363
0.048631
.popup-overlay { display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(255, 186, 0, 0.7); z-index: 100; } /* Основные стили для всплывающего окна */ .popWindow{ display: none; background-color: #161613; color: #fff; width: 90%; max-wi...
WebAppByServlets/web/public_resources/HtmlProtoType/modalCss1.css
.popup-overlay { display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(255, 186, 0, 0.7); z-index: 100; } /* Основные стили для всплывающего окна */ .popWindow{ display: none; background-color: #161613; color: #fff; width: 90%; max-wi...
0.285272
0.075517
.sunny { -webkit-animation: sunny 15s linear infinite; animation: sunny 15s linear infinite; background: -webkit-linear-gradient(top, rgba(196, 239, 247,0) 0%, rgba(196, 239, 247,0.95) 50%, rgba(196, 239, 247,0) 100%); background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgb...
app/styles/weather.css
.sunny { -webkit-animation: sunny 15s linear infinite; animation: sunny 15s linear infinite; background: -webkit-linear-gradient(top, rgba(196, 239, 247,0) 0%, rgba(196, 239, 247,0.95) 50%, rgba(196, 239, 247,0) 100%); background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgb...
0.239083
0.090173
.nav-pills > li i { padding: 0 !important; } .nav-pills > li.active > a { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } /* Parts of the original theme */ .wizard-card { z-index: 3; margin-bottom:100px; } .wizard-card .wizard-navigation .progress-bar { backgroun...
IDVN.Web/src/app/components/shared/wizard/wizard.component.css
.nav-pills > li i { padding: 0 !important; } .nav-pills > li.active > a { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } /* Parts of the original theme */ .wizard-card { z-index: 3; margin-bottom:100px; } .wizard-card .wizard-navigation .progress-bar { backgroun...
0.443118
0.066116
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: url('../fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'),...
module-10/styles/styles.css
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: url('../fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'),...
0.191895
0.034197
.shout { color: #bf616a; /* originally #ee5863 and Lato */ font-family: 'Fira Sans'; font-weight: bold; } .shoutcaps { color: #bf616a; /* originally #ee5863 and Lato */ font-family: 'Lato', sans-serif; font-variant: small-caps; } .content-box-blue { background-color: #92a8d1; } .whisper { color: #236192; font-fa...
static/slides/custom-paper.css
.shout { color: #bf616a; /* originally #ee5863 and Lato */ font-family: 'Fira Sans'; font-weight: bold; } .shoutcaps { color: #bf616a; /* originally #ee5863 and Lato */ font-family: 'Lato', sans-serif; font-variant: small-caps; } .content-box-blue { background-color: #92a8d1; } .whisper { color: #236192; font-fa...
0.477067
0.118487
html, body { box-sizing: border-box; } body { position: relative; margin: 0; font-family: 'Roboto', sans-serif;; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: whitesmoke; } a {text-decoration: none; color: inherit;} button:focus, input:focus { outline: non...
src/styles/index.css
html, body { box-sizing: border-box; } body { position: relative; margin: 0; font-family: 'Roboto', sans-serif;; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: whitesmoke; } a {text-decoration: none; color: inherit;} button:focus, input:focus { outline: non...
0.398524
0.227426
.forgotPassword { display: none } .sign { color: #747c81; font-family: "Open Sans", sans-serif; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-line-pack: center; align-content: center; -ms-flex-align: center; align-items: center } .forgotPassword, .signin ...
src/main/webapp/static/css/loginForm.css
.forgotPassword { display: none } .sign { color: #747c81; font-family: "Open Sans", sans-serif; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-line-pack: center; align-content: center; -ms-flex-align: center; align-items: center } .forgotPassword, .signin ...
0.293404
0.089256
body{ background-color:#f5f5f5; } .lb-box{ width:100%; height:400px; background-color:#f7ceb5; position: relative; z-index: 0; } /* 背景图 */ .lb{ width:1190px; margin:0 auto; height:400px; position :relative; /* background:url(../img/index/hp_longwearing_20190627.gif); */ }...
hzp-vue/src/assets/css/index.css
body{ background-color:#f5f5f5; } .lb-box{ width:100%; height:400px; background-color:#f7ceb5; position: relative; z-index: 0; } /* 背景图 */ .lb{ width:1190px; margin:0 auto; height:400px; position :relative; /* background:url(../img/index/hp_longwearing_20190627.gif); */ }...
0.255901
0.048182
.clearfix, .clear { *zoom: 1; } .clearfix:before, .clearfix:after, .clear:before, .clear:after { display: table; content: ""; line-height: 0; } .clearfix:after, .clear:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } ...
PLANTILLAS_CMS/joomla-templates-tx_simplex/joomla-templates-tx_simplex/tx_simplex/tx_simplex/css/xpertgallery.css
.clearfix, .clear { *zoom: 1; } .clearfix:before, .clearfix:after, .clear:before, .clear:after { display: table; content: ""; line-height: 0; } .clearfix:after, .clear:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } ...
0.330147
0.086285
input, select, textarea { max-width: 100%; } .modal-content { width: 1000px; } .modal-dialog { right: auto; left: auto; width: 1000px; padding-top: 30px; padding-bottom: 30px; } .modal { overflow-x: hidden; text-align: left; overflow-y: auto; } .close, .close:hover { flo...
ngxsis.MVC/Content/BioView.css
input, select, textarea { max-width: 100%; } .modal-content { width: 1000px; } .modal-dialog { right: auto; left: auto; width: 1000px; padding-top: 30px; padding-bottom: 30px; } .modal { overflow-x: hidden; text-align: left; overflow-y: auto; } .close, .close:hover { flo...
0.263599
0.070208
*{ margin:0px; padding:0px; } img{ border:0px solid #fff; } div#big{ width:1150px; margin:0px auto; } div#admin_top{ background:url(../images/admin_top.jpg) no-repeat left top; height:47px; line-height:47px; text-align:right; padding-right:50px; font-size:12px; } div#admin_top a{ color:black; text-decorati...
admin/style/index.css
*{ margin:0px; padding:0px; } img{ border:0px solid #fff; } div#big{ width:1150px; margin:0px auto; } div#admin_top{ background:url(../images/admin_top.jpg) no-repeat left top; height:47px; line-height:47px; text-align:right; padding-right:50px; font-size:12px; } div#admin_top a{ color:black; text-decorati...
0.143518
0.041191
width: 24.37% !important; } #section_signup_tabs #tabs_container .nav-tabs .two-tabs { width: 50% !important; } #section_signup_tabs #tabs_container .nav-tabs .md-tabs { width: 33.33% !important; } .light-label { color: #A0A0A0; font-size: 1.3em; } #section_signup_tabs #tabs_container .nav-tabs > li.active ...
assets/design/css/css2.css
width: 24.37% !important; } #section_signup_tabs #tabs_container .nav-tabs .two-tabs { width: 50% !important; } #section_signup_tabs #tabs_container .nav-tabs .md-tabs { width: 33.33% !important; } .light-label { color: #A0A0A0; font-size: 1.3em; } #section_signup_tabs #tabs_container .nav-tabs > li.active ...
0.249264
0.077308
body { font-family: 'Roboto', sans-serif; } h1 { font-size: 3em; font-family: 'Josefin Sans', sans-serif; } h2 { font-size: 2em; font-family: 'Josefin Sans', sans-serif; } p { font-size: 0.8em; } a { color: gray; font-weight: normal; text-decoration: none; } a:hover { color: mediumpurple; } ...
style.css
body { font-family: 'Roboto', sans-serif; } h1 { font-size: 3em; font-family: 'Josefin Sans', sans-serif; } h2 { font-size: 2em; font-family: 'Josefin Sans', sans-serif; } p { font-size: 0.8em; } a { color: gray; font-weight: normal; text-decoration: none; } a:hover { color: mediumpurple; } ...
0.411702
0.126353
.Tab532150 {width:532; height:150; margin-bottom:4; border:0px; border-collapse:collapse; background-image:url(B532150.jpg); } .Tab532150 td { padding:0px; } .Tab532170 {width:532; height:170; margin-bottom:4; border:0px; border-collapse:collapse; background-image:url(B532170.jpg); } .Tab532170 td { padding...
shenhe/Css/editSj.css
.Tab532150 {width:532; height:150; margin-bottom:4; border:0px; border-collapse:collapse; background-image:url(B532150.jpg); } .Tab532150 td { padding:0px; } .Tab532170 {width:532; height:170; margin-bottom:4; border:0px; border-collapse:collapse; background-image:url(B532170.jpg); } .Tab532170 td { padding...
0.345105
0.090615
* { font-family: 'karla', sans-serif; }.footer, .header { background: #ABA0CB; color: white; } .ctas-button { color: #444; }@import url('https://fonts.googleapis.com/css?family=Karla:400,700'); *, *:before, *:after { margin: 0; box-sizing: border-box; } body { -webkit-font-smoothing: antialiased; } /*text*/ ....
css/main.css
* { font-family: 'karla', sans-serif; }.footer, .header { background: #ABA0CB; color: white; } .ctas-button { color: #444; }@import url('https://fonts.googleapis.com/css?family=Karla:400,700'); *, *:before, *:after { margin: 0; box-sizing: border-box; } body { -webkit-font-smoothing: antialiased; } /*text*/ ....
0.294114
0.075927
.navbar{overflow:visible;margin-bottom:20px;color:#f5f5f5;*position:relative;*z-index:2;} .navbar-inner{ min-height:50px;padding-left:20px;padding-right:20px; background: #7c547c; background-image:url(''), linear-gradient(to right, #7c547c 0%,#444466 50%); background-repeat:no-repeat; background-position:0px 0px; back...
F.LF/docs/strapdown_0_2/themes/projectf.min.css
.navbar{overflow:visible;margin-bottom:20px;color:#f5f5f5;*position:relative;*z-index:2;} .navbar-inner{ min-height:50px;padding-left:20px;padding-right:20px; background: #7c547c; background-image:url(''), linear-gradient(to right, #7c547c 0%,#444466 50%); background-repeat:no-repeat; background-position:0px 0px; back...
0.227041
0.04408
body li, body p, body div, body td { font-size: 12px; text-align: left; } html body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #191919; background-color: #f2f2f2; text-align: center; margin: 0; /* crd */ padding: 0; /* crd */ width: 100%; /* crd */ } select[disabled], input...
tests/test_resources/Arris_NVG589_files/baseINID.css
body li, body p, body div, body td { font-size: 12px; text-align: left; } html body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #191919; background-color: #f2f2f2; text-align: center; margin: 0; /* crd */ padding: 0; /* crd */ width: 100%; /* crd */ } select[disabled], input...
0.282097
0.083815
@charset "utf-8"; /* CSS personalizado */ body { padding-top:75px; font-size:13px; } .modal-dialog#teste { max-height: 800px; min-width:900px; font-size:13px; } .row { margin-bottom:5px; } .panel { margin-bottom:0px; margin-left:0px; } .badge-vermelho { background:#F00; } .badge-azul { background:#006...
resources/assets/css/cobranca.css
@charset "utf-8"; /* CSS personalizado */ body { padding-top:75px; font-size:13px; } .modal-dialog#teste { max-height: 800px; min-width:900px; font-size:13px; } .row { margin-bottom:5px; } .panel { margin-bottom:0px; margin-left:0px; } .badge-vermelho { background:#F00; } .badge-azul { background:#006...
0.217421
0.076167
@charset "UTF-8"; /*====================================================== * Theme Name : Ecam Theme - E-commerce Camsolution Theme * Version : 1.0 * Date : 08/08/2020 * Author : <NAME> * Email : <EMAIL> * Description : Ecam is a theme who design for admin dashboard theme to use all project ecommerce website. * The th...
public/assets/themes/ecam_theme/css/ecam.theme.css
@charset "UTF-8"; /*====================================================== * Theme Name : Ecam Theme - E-commerce Camsolution Theme * Version : 1.0 * Date : 08/08/2020 * Author : <NAME> * Email : <EMAIL> * Description : Ecam is a theme who design for admin dashboard theme to use all project ecommerce website. * The th...
0.33372
0.057308
.error { color: #5a5c69; font-size: 7rem; position: relative; line-height: 1; width: 12.5rem; } @-webkit-keyframes noise-anim { 0% { clip: rect(49px, 9999px, 40px, 0); } 5% { clip: rect(75px, 9999px, 72px, 0); } 10% { clip: rect(97px, 9999px, 93px, 0); } 15% { clip: rect(15px, 9...
src/Pages/404/404.css
.error { color: #5a5c69; font-size: 7rem; position: relative; line-height: 1; width: 12.5rem; } @-webkit-keyframes noise-anim { 0% { clip: rect(49px, 9999px, 40px, 0); } 5% { clip: rect(75px, 9999px, 72px, 0); } 10% { clip: rect(97px, 9999px, 93px, 0); } 15% { clip: rect(15px, 9...
0.33928
0.411022
.mod-bottom-vote{ padding-top: 15px; padding-bottom: 10px; height: auto; width: 210%; } .mod-bottom-vote .votePage,.mod-bottom-vote .resultPage{ width: 941px; height: 100%; float: right; margin-right: 15px; display: inline-block; } .mod-bottom-vote .resultPage{ width: 960px; height: 95px; po...
test/diff_fis3_smarty/product_code/hao123_fis3_smarty/home/widget/bottom-vote/rtl/rtl.css
.mod-bottom-vote{ padding-top: 15px; padding-bottom: 10px; height: auto; width: 210%; } .mod-bottom-vote .votePage,.mod-bottom-vote .resultPage{ width: 941px; height: 100%; float: right; margin-right: 15px; display: inline-block; } .mod-bottom-vote .resultPage{ width: 960px; height: 95px; po...
0.267121
0.039751
body { background-color: #c7c7c7 !important; font-family: "Helvetica Neue", Helvetica, Arial, serif; padding-top: 20px; } .myContainer { width: 406px; max-width: 406px; margin: 0 auto; } #signup { padding: 0px 25px 25px; background: #fff; box-shadow: 0px 0px 0px 5px rgb...
style/css/register.css
body { background-color: #c7c7c7 !important; font-family: "Helvetica Neue", Helvetica, Arial, serif; padding-top: 20px; } .myContainer { width: 406px; max-width: 406px; margin: 0 auto; } #signup { padding: 0px 25px 25px; background: #fff; box-shadow: 0px 0px 0px 5px rgb...
0.351756
0.108283
*{ margin:0; padding: 0; } body { font-family: Tahoma,"微軟正黑體","微软雅黑","宋体"; font-size: 18px; color: #555; background: url(../images/bg_big.jpg) repeat-x left top; } html,body{ margin:0; height:100%; } ul,li{list-style: none;} a { color: #545758; text-decoration: none; } a:hover{ col...
Dyd.BaseService.TaskManager.Web/Content/css/css2.css
*{ margin:0; padding: 0; } body { font-family: Tahoma,"微軟正黑體","微软雅黑","宋体"; font-size: 18px; color: #555; background: url(../images/bg_big.jpg) repeat-x left top; } html,body{ margin:0; height:100%; } ul,li{list-style: none;} a { color: #545758; text-decoration: none; } a:hover{ col...
0.301259
0.085901
* { margin: 0; box-sizing: border-box; } html, body { min-height: 100%; } body { background-color: ghostwhite; font-family: Arial, Helvetica, sans-serif; } a { all: unset; } button { all: unset; cursor: pointer; background-color: #1b105c; color: white; display: flex; ...
client/style.css
* { margin: 0; box-sizing: border-box; } html, body { min-height: 100%; } body { background-color: ghostwhite; font-family: Arial, Helvetica, sans-serif; } a { all: unset; } button { all: unset; cursor: pointer; background-color: #1b105c; color: white; display: flex; ...
0.503174
0.112405
body { font-size: 20px; background-color:#FF4317; color: black; font-family: 'Nunito', sans-serif; } /* ==========Nav================ */ a { text-decoration: none; color: #FF4317; margin-left: 10px; font-size: 2rem; } .navbar { width: 100%; background-color: #A8D7EB; hei...
css/mainstyle.css
body { font-size: 20px; background-color:#FF4317; color: black; font-family: 'Nunito', sans-serif; } /* ==========Nav================ */ a { text-decoration: none; color: #FF4317; margin-left: 10px; font-size: 2rem; } .navbar { width: 100%; background-color: #A8D7EB; hei...
0.367157
0.081191
.row { margin-left: -15px; margin-right: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .c...
src/main/resources/css/cloud-insight-remediations-list.css
.row { margin-left: -15px; margin-right: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .c...
0.412175
0.056862
@charset "UTF-8"; /* CSS Document */ *{ padding: 0px; margin: 0px; } body{ background-color: white ; font-family: 'Century Gothic', sans-serif; font-size: 15px; color: black; } #main{ text-align: center; } .videoBlock{ display: none; } p{ line-height: 1.5em; padding: .5em; } #whol...
art/art/black.css
@charset "UTF-8"; /* CSS Document */ *{ padding: 0px; margin: 0px; } body{ background-color: white ; font-family: 'Century Gothic', sans-serif; font-size: 15px; color: black; } #main{ text-align: center; } .videoBlock{ display: none; } p{ line-height: 1.5em; padding: .5em; } #whol...
0.156652
0.070272
.x-tree-icon { width: 18px!important; } .x-btn-icon-el, .x-tab-icon-el { /* this is for pimcore_icon_overlay_* */ position: relative; } .pimcore_icon_overlay_add, .pimcore_icon_overlay_delete, .pimcore_icon_overlay_edit, .pimcore_icon_overlay_go, .pimcore_icon_overlay_download, .pimcore_icon_overlay_uploa...
web/pimcore/static6/css/icons.css
.x-tree-icon { width: 18px!important; } .x-btn-icon-el, .x-tab-icon-el { /* this is for pimcore_icon_overlay_* */ position: relative; } .pimcore_icon_overlay_add, .pimcore_icon_overlay_delete, .pimcore_icon_overlay_edit, .pimcore_icon_overlay_go, .pimcore_icon_overlay_download, .pimcore_icon_overlay_uploa...
0.247169
0.04975
*{margin:0;padding:0;list-style:none;outline:none;} img{border:none;} /* CSS全局属性 */ body{font:12px Helvetica,"Microsoft YaHei",sans-serif;color:#b0b0b0;} h2{font-size:22px;font-weight: normal;color:#333;} h3{font-size:14px;color:#212121;} a{color:#989985;text-decoration:none;} a:hover{color:#d4141d;text-decoration:none...
public/home/css/topfoot.css
*{margin:0;padding:0;list-style:none;outline:none;} img{border:none;} /* CSS全局属性 */ body{font:12px Helvetica,"Microsoft YaHei",sans-serif;color:#b0b0b0;} h2{font-size:22px;font-weight: normal;color:#333;} h3{font-size:14px;color:#212121;} a{color:#989985;text-decoration:none;} a:hover{color:#d4141d;text-decoration:none...
0.176991
0.053651
body { background: url("../images/bg.jpg"); width: 100%; height: 100%; background-attachment: fixed; } body > .container{ padding: 30px 15px 0; } .footer { position: fixed; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 40px; background-color: #...
Project/css/custom.css
body { background: url("../images/bg.jpg"); width: 100%; height: 100%; background-attachment: fixed; } body > .container{ padding: 30px 15px 0; } .footer { position: fixed; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 40px; background-color: #...
0.375592
0.074736
html { position: relative; min-height: 100%; } nav { height: 50px; width: 100%; z-index: 1; background-color: #4d4d4d !important; border-color: #4d4d4d !important; border-top-right-radius: 0 !important; border-top-left-radius: 0 !important; } .navbar-header { width: 100%; } .nav-icon { padding: 5px 15px 5...
openvidu-filters/web/style.css
html { position: relative; min-height: 100%; } nav { height: 50px; width: 100%; z-index: 1; background-color: #4d4d4d !important; border-color: #4d4d4d !important; border-top-right-radius: 0 !important; border-top-left-radius: 0 !important; } .navbar-header { width: 100%; } .nav-icon { padding: 5px 15px 5...
0.290276
0.066176
body{ font-family: Arial, Helvetica, sans-serif; } .table{ width: 100%; } .profil{ background: #1B2B66; padding: 5px; padding-top: 10px; padding-bottom: 10px; margin-bottom: 10px; text-align: justify; } .civil{ color: white; text-align: right; } .name{ color: white; f...
public/css/cv.css
body{ font-family: Arial, Helvetica, sans-serif; } .table{ width: 100%; } .profil{ background: #1B2B66; padding: 5px; padding-top: 10px; padding-bottom: 10px; margin-bottom: 10px; text-align: justify; } .civil{ color: white; text-align: right; } .name{ color: white; f...
0.557364
0.153803
@charset "utf-8"; /* 52framework General StyleSheet - contains styles for all the HTML elements this framework supports */ body { font-family: Arial, Helvetica, sans-serif; font-size:52%/1.52em; } /* ** ** Common Addative Classes ** ** */ .left, .float_left { float:left } .right, float_right { float:righ...
css/general.css
@charset "utf-8"; /* 52framework General StyleSheet - contains styles for all the HTML elements this framework supports */ body { font-family: Arial, Helvetica, sans-serif; font-size:52%/1.52em; } /* ** ** Common Addative Classes ** ** */ .left, .float_left { float:left } .right, float_right { float:righ...
0.265785
0.113211
.form-3 { font-family: "Ubuntu", "Lato", sans-serif; font-weight: 400; /* Size and position */ width: 300px; position: relative; margin: 60px auto 30px; padding: 10px; overflow: hidden; /* Styles */ background: #111; border-radius: 0.4em; border: 1px solid #191919; box-shadow: inset 0 0 2px 1p...
public/css/app.css
.form-3 { font-family: "Ubuntu", "Lato", sans-serif; font-weight: 400; /* Size and position */ width: 300px; position: relative; margin: 60px auto 30px; padding: 10px; overflow: hidden; /* Styles */ background: #111; border-radius: 0.4em; border: 1px solid #191919; box-shadow: inset 0 0 2px 1p...
0.308398
0.104569
* { box-sizing: border-box; margin: 0; padding: 0; font-size: 18px; font-family: "Ubuntu Mono", monospace; } html, body { height: 90%; } body { line-height: 1.5; background-color: #F1F3F6; color: #34495E; overflow-y: scroll; } header, nav, main, footer { padding: 2px calc(...
battleship/ui/static/css/main.css
* { box-sizing: border-box; margin: 0; padding: 0; font-size: 18px; font-family: "Ubuntu Mono", monospace; } html, body { height: 90%; } body { line-height: 1.5; background-color: #F1F3F6; color: #34495E; overflow-y: scroll; } header, nav, main, footer { padding: 2px calc(...
0.442637
0.125092
main { text-align: center; vertical-align: center; line-height: 100vh } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-f...
src/styles/styles.css
main { text-align: center; vertical-align: center; line-height: 100vh } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-f...
0.294114
0.061031
Inspired by David DeSandro's Craigslist Comprehensive Clean-up ---------------------------------- */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("craigslist.org"), domain("craigslist.at"), domain("craigslist.ca"), domain("craigslist.ch"), domain("craigslist.cz"), domain("craigslis...
data/usercss/16587.user.css
Inspired by David DeSandro's Craigslist Comprehensive Clean-up ---------------------------------- */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("craigslist.org"), domain("craigslist.at"), domain("craigslist.ca"), domain("craigslist.ch"), domain("craigslist.cz"), domain("craigslis...
0.233269
0.166303
@import url("https://fonts.googleapis.com/css?family=Libre+Barcode+39|Lobster|Lora"); html { min-width: 100%; min-height: 100%; -webkit-box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5); } body { background-image: url("../images/wallhaven-372450.jpg"); ...
src/TicketShop/wwwroot/css/site.css
@import url("https://fonts.googleapis.com/css?family=Libre+Barcode+39|Lobster|Lora"); html { min-width: 100%; min-height: 100%; -webkit-box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5); } body { background-image: url("../images/wallhaven-372450.jpg"); ...
0.394318
0.123577
* { padding: 0; margin: 0; } html, body { overflow: hidden; height: 100%; } body { position: relative; } .webgl { position: fixed; top: 0; right: 0; left: 0; bottom: 0; outline: none; } .loadingBar { position: absolute; top: 50%; width: 100%; height: 2px; back...
JavaScript/CannonBall/src/styles.css
* { padding: 0; margin: 0; } html, body { overflow: hidden; height: 100%; } body { position: relative; } .webgl { position: fixed; top: 0; right: 0; left: 0; bottom: 0; outline: none; } .loadingBar { position: absolute; top: 50%; width: 100%; height: 2px; back...
0.636466
0.103839
body { font-family: Helvetica,Arial,Verdana,sans-serif; margin: 0 auto; color: #434343; background: #f5f8fa; font-size: 14px; } a{color:#515151} a:hover{text-decoration: none;color:#49a5de} .wto{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;} .btn-fat{padding-left:30px;padding-right:30px;} .clea...
theme/sample/base.css
body { font-family: Helvetica,Arial,Verdana,sans-serif; margin: 0 auto; color: #434343; background: #f5f8fa; font-size: 14px; } a{color:#515151} a:hover{text-decoration: none;color:#49a5de} .wto{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;} .btn-fat{padding-left:30px;padding-right:30px;} .clea...
0.340266
0.071591
body { font-family: "Microsoft YaHei", "STHeitiSC-Light", Helvetica, Tahoma, Arial, sans-serif; font-size: 12px; } .browserupgrade{position:fixed; width:100%; top:0;font-family: "STHeitiSC-Light", Helvetica, Tahoma, Arial, 宋体, 黑体, sans-serif;margin:0 auto; padding:10px; color:#fff; font-size:18px;text-align: center...
youcham-admin/src/main/resources/statics/css/global.css
body { font-family: "Microsoft YaHei", "STHeitiSC-Light", Helvetica, Tahoma, Arial, sans-serif; font-size: 12px; } .browserupgrade{position:fixed; width:100%; top:0;font-family: "STHeitiSC-Light", Helvetica, Tahoma, Arial, 宋体, 黑体, sans-serif;margin:0 auto; padding:10px; color:#fff; font-size:18px;text-align: center...
0.283385
0.075585
body { direction: rtl; } .hazardstatement td, .hazardstatement th { padding: 0.5rem; } .hazardstatement th { text-align: center; text-transform: uppercase; } .hazardstatement-caution { background-color: #ffd100; } .hazardstatement-danger { background-color: #c8102e; color: #fff; } .hazardstatement-wa...
com.antennahouse.html5/css/commonrtl.css
body { direction: rtl; } .hazardstatement td, .hazardstatement th { padding: 0.5rem; } .hazardstatement th { text-align: center; text-transform: uppercase; } .hazardstatement-caution { background-color: #ffd100; } .hazardstatement-danger { background-color: #c8102e; color: #fff; } .hazardstatement-wa...
0.52756
0.093885
:host { display: block; contain: strict; z-index: var(--z-top, 100); background-color: transparent; width: 100vw; height: 100vh; overflow: auto; position: fixed; left: 0; right: 0; top: 0; bottom: 0; box-sizing: border-box; background-color: rgba(0,0,0,0.7); text-align: left; color-scheme: light dark; }...
components/pwa/prompt.css
:host { display: block; contain: strict; z-index: var(--z-top, 100); background-color: transparent; width: 100vw; height: 100vh; overflow: auto; position: fixed; left: 0; right: 0; top: 0; bottom: 0; box-sizing: border-box; background-color: rgba(0,0,0,0.7); text-align: left; color-scheme: light dark; }...
0.414306
0.100967
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap'); /*DECLARACIONES INICIALES*/ *{ margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; } html{ scroll-behavior: smooth; } .max-width{ max-width: ...
style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap'); /*DECLARACIONES INICIALES*/ *{ margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; } html{ scroll-behavior: smooth; } .max-width{ max-width: ...
0.261142
0.062132
body { font-family: sans-serif; background-color: lightgoldenrodyellow; } a { text-decoration: none; } label { display: block; } nav a { display: inline-block; margin: 1em; } form div { display: inline-block; } .preview-img { width: 10em; height: 10em; } .all-products { display: flex; flex-d...
public/style.css
body { font-family: sans-serif; background-color: lightgoldenrodyellow; } a { text-decoration: none; } label { display: block; } nav a { display: inline-block; margin: 1em; } form div { display: inline-block; } .preview-img { width: 10em; height: 10em; } .all-products { display: flex; flex-d...
0.517571
0.088899
body { /*background-color: #EFECE6;*/ background-color: rgb(27, 28, 29); color: #eee; /*color: #fff;*/ position: relative; } hr { visibility: hidden; } a { color: #bbb; } a:hover, a:active { color: #eee; text-decoration: none; } .inline-block { display: inline-block; } .well { color: #fff; bo...
public/css/style.css
body { /*background-color: #EFECE6;*/ background-color: rgb(27, 28, 29); color: #eee; /*color: #fff;*/ position: relative; } hr { visibility: hidden; } a { color: #bbb; } a:hover, a:active { color: #eee; text-decoration: none; } .inline-block { display: inline-block; } .well { color: #fff; bo...
0.461502
0.066025
.dragTable{ border:#ccc solid 1px; } .dragTable .head{ padding:3px 0 0 12px; line-height:23px; background:#eee; color:#666; font-weight:bold; } .dragTable .middle{ padding:5px; line-height:21px; } /*发表页*/ #post_top{ padding:0px; padding-top:9px; height:22px; border-bottom:#99D3FB solid 2px; } #post_top spa...
public/static/member/default/blue/style.css
.dragTable{ border:#ccc solid 1px; } .dragTable .head{ padding:3px 0 0 12px; line-height:23px; background:#eee; color:#666; font-weight:bold; } .dragTable .middle{ padding:5px; line-height:21px; } /*发表页*/ #post_top{ padding:0px; padding-top:9px; height:22px; border-bottom:#99D3FB solid 2px; } #post_top spa...
0.156781
0.061791
@charset "utf-8"; @font-face { font-family: 'LotteMartDream'; font-style: normal; font-weight: 400; src: url('https://cdn.rawgit.com/morijin/morijin.github.io/482aa15a/webfont/LotteMartDreamMedium.woff') format('woff'); } @font-face { font-family: 'LotteMartDream'; font-style: normal; font-weigh...
03_loststar/css/style.css
@charset "utf-8"; @font-face { font-family: 'LotteMartDream'; font-style: normal; font-weight: 400; src: url('https://cdn.rawgit.com/morijin/morijin.github.io/482aa15a/webfont/LotteMartDreamMedium.woff') format('woff'); } @font-face { font-family: 'LotteMartDream'; font-style: normal; font-weigh...
0.242834
0.070688
h1 { font-family: "Quicksand", sans-serif; font-weight: 400; font-size: 3.3rem; color: var(--text-color); margin: 0 0 .5rem 0; } h2, h3, a, ul, label, legend, textarea, input[type="text"], span { font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 1.6rem; margin: 0; ...
lexos/frontend/css/helpers/common.css
h1 { font-family: "Quicksand", sans-serif; font-weight: 400; font-size: 3.3rem; color: var(--text-color); margin: 0 0 .5rem 0; } h2, h3, a, ul, label, legend, textarea, input[type="text"], span { font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 1.6rem; margin: 0; ...
0.556159
0.12749
@media (min-width:992px){ *{ box-sizing:content-box; } .btn-primary{ padding: 1rem 1.2rem; letter-spacing:0.2rem; } header.masthead .masthead-content .masthead-heading{ font-size: 3rem !important; color: #8e8e8e ; font-weight:300 !important; padding-bottom: 5%; } header.ma...
css/index.css
@media (min-width:992px){ *{ box-sizing:content-box; } .btn-primary{ padding: 1rem 1.2rem; letter-spacing:0.2rem; } header.masthead .masthead-content .masthead-heading{ font-size: 3rem !important; color: #8e8e8e ; font-weight:300 !important; padding-bottom: 5%; } header.ma...
0.180829
0.061961
* __ * .--| |.----.-----.-----.-----.-----. * | _ || _| _ | _ | -__| -__| * |_____||__| |_____| __|_____|_____| * |__| -- typography * * v1.0.0 * * A tiny SCSS Toolkit to ease your workflow! * https://github.com/YuukanOO/dropee */ /**...
docs/styles.css
* __ * .--| |.----.-----.-----.-----.-----. * | _ || _| _ | _ | -__| -__| * |_____||__| |_____| __|_____|_____| * |__| -- typography * * v1.0.0 * * A tiny SCSS Toolkit to ease your workflow! * https://github.com/YuukanOO/dropee */ /**...
0.710929
0.065157
.header { -moz-transition: 0.4s ease-in-out all; -webkit-transition: 0.4s ease-in-out all; transition: 0.4s ease-in-out all; -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); background-color: #fff; display...
ems-server/client/assets/css/map.css
.header { -moz-transition: 0.4s ease-in-out all; -webkit-transition: 0.4s ease-in-out all; transition: 0.4s ease-in-out all; -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); background-color: #fff; display...
0.329176
0.057098
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Arimo', sans-serif; } body { background-size: 100% } html {...
style.css
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Arimo', sans-serif; } body { background-size: 100% } html {...
0.30549
0.08207
textarea, select.form-control, input[type="email"], input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], inpu...
ddos-sync-http-service/wwwroot/css/bootstrap4/css/input/qtm-bs4-input.css
textarea, select.form-control, input[type="email"], input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], inpu...
0.182498
0.092155
html, body{ margin: 0; height: 100%; min-height: 480px; min-width: 768px; font: 14px/16px Raleway, Helvetica, sans-serif; color: #333; background: #e9e9e9; } a, select { color: #315373; text-decoration: none; text-shadow: 0 0 5px #bbb; } @font-face { font-family: 'Raleway'; src: url('../fonts/Raleway.ttf')...
public/dev/css/style.css
html, body{ margin: 0; height: 100%; min-height: 480px; min-width: 768px; font: 14px/16px Raleway, Helvetica, sans-serif; color: #333; background: #e9e9e9; } a, select { color: #315373; text-decoration: none; text-shadow: 0 0 5px #bbb; } @font-face { font-family: 'Raleway'; src: url('../fonts/Raleway.ttf')...
0.251832
0.047958
/* *header.css - 公用头部 **/ /* 顶部信息栏 */ .header-top{ height: 30px; border-bottom: 1px solid #eee; background: #fafafa; } /* 网站公告 */ .notice-msg{ color: #666; font-size: 12px; float: left; width: 500px; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis...
public/static/home/css/header.css
/* *header.css - 公用头部 **/ /* 顶部信息栏 */ .header-top{ height: 30px; border-bottom: 1px solid #eee; background: #fafafa; } /* 网站公告 */ .notice-msg{ color: #666; font-size: 12px; float: left; width: 500px; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis...
0.257112
0.045226
@font-face { font-family: 'Open Sans'; src: url('../assets/fonts/OpenSans-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Open Sans'; src: url('../assets/fonts/OpenSans-SemiBold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @fo...
ui/stylesheet-editor/style.css
@font-face { font-family: 'Open Sans'; src: url('../assets/fonts/OpenSans-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Open Sans'; src: url('../assets/fonts/OpenSans-SemiBold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @fo...
0.435181
0.053034
* { margin: 0; border: 0; padding: 0; text-decoration: none; list-style: none; } /* General config */ html, body { min-height: 100vh; } body { background: white; font-family: "Roboto", sans-serif; display: flex; flex-direction: column; } footer { margin-top: auto; } header, footer { width: ...
public/css/styles.css
* { margin: 0; border: 0; padding: 0; text-decoration: none; list-style: none; } /* General config */ html, body { min-height: 100vh; } body { background: white; font-family: "Roboto", sans-serif; display: flex; flex-direction: column; } footer { margin-top: auto; } header, footer { width: ...
0.333286
0.081155
.pc-merchant-onlineService { /* width: 96px; */ font-size: 0; position: fixed; right: 0; top: 232px; z-index: 1000; } .pc-merchant-onlineService, #onlineService a { outline: 0 } .pc-merchant-onlineService, #onlineService a img { border: 0 } #onlineService a img { width: 100px; } #onlineService { ...
cecily/src/main/resources/static/pay/index.css
.pc-merchant-onlineService { /* width: 96px; */ font-size: 0; position: fixed; right: 0; top: 232px; z-index: 1000; } .pc-merchant-onlineService, #onlineService a { outline: 0 } .pc-merchant-onlineService, #onlineService a img { border: 0 } #onlineService a img { width: 100px; } #onlineService { ...
0.412885
0.054074
table.progress { border: 1px solid #d7d7d7; border-collapse: collapse; border-spacing: 0; float: left; margin: 0; padding: 0; empty-cells: show; } table.progress a, table.progress :link, table.progress :visited, table.progress :link:hover, table.progress :visited:hover { border: none; display: block; width: 1...
images/trac/htdocs/common/css/roadmap.css
table.progress { border: 1px solid #d7d7d7; border-collapse: collapse; border-spacing: 0; float: left; margin: 0; padding: 0; empty-cells: show; } table.progress a, table.progress :link, table.progress :visited, table.progress :link:hover, table.progress :visited:hover { border: none; display: block; width: 1...
0.385375
0.425367
@charset "utf-8"; /* Theme Name: DDBJ Template: twentyten */ -------------------------------------------------------------- */ 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, font, img, ins, kbd, q, s, sa...
src/main/webapp/resources/css/style.css
@charset "utf-8"; /* Theme Name: DDBJ Template: twentyten */ -------------------------------------------------------------- */ 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, font, img, ins, kbd, q, s, sa...
0.125025
0.042483
@media only screen and (min-width: 114.286em) { .hd-block-grid-1 > li { width: 100%; padding: 0 0.625rem 1.25rem; list-style: none; } .hd-block-grid-1 > li:nth-of-type(n) { clear: none; } .hd-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .hd-block-grid-2 > li { ...
web/azoomtheme/css/foundation-extra.css
@media only screen and (min-width: 114.286em) { .hd-block-grid-1 > li { width: 100%; padding: 0 0.625rem 1.25rem; list-style: none; } .hd-block-grid-1 > li:nth-of-type(n) { clear: none; } .hd-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .hd-block-grid-2 > li { ...
0.236604
0.05163
html { font-family: sans-serif; background: #eee; padding: 1rem; box-sizing: border-box; } *, *::before, *::after { margin: 0; padding: 0; box-sizing: inherit; } body { max-width: 960px; margin: 0 auto; background: white; } h1, h2, h3, h4, h5, h6 { font-family: serif; color: #377ba8; ma...
static/style.css
html { font-family: sans-serif; background: #eee; padding: 1rem; box-sizing: border-box; } *, *::before, *::after { margin: 0; padding: 0; box-sizing: inherit; } body { max-width: 960px; margin: 0 auto; background: white; } h1, h2, h3, h4, h5, h6 { font-family: serif; color: #377ba8; ma...
0.443118
0.075244
#cross-zone{ background-color: #FDFAFA; margin:10px 10px; } /*轮播设置*/ .carousel .carousel-inner { height: 280px; } .carousel .carousel-inner .item { overflow: hidden; height: 100%; } .carousel .carousel-inner .item img { height: auto; width: ...
Public/Home/css/page/information-style.css
#cross-zone{ background-color: #FDFAFA; margin:10px 10px; } /*轮播设置*/ .carousel .carousel-inner { height: 280px; } .carousel .carousel-inner .item { overflow: hidden; height: 100%; } .carousel .carousel-inner .item img { height: auto; width: ...
0.33764
0.068009
@custom-media --under-medium (max-width: 991px); @custom-media --md-lg (min-width: 992px) and (max-width: 1200px); @custom-media --lg-landscape (max-width: 1024px) and (orientation: landscape); @custom-media --lg-up (min-width: 1201px); @custom-media --xs (max-width: 34em); @custom-media --sm (min-width: 34em); @custo...
build/index.css
@custom-media --under-medium (max-width: 991px); @custom-media --md-lg (min-width: 992px) and (max-width: 1200px); @custom-media --lg-landscape (max-width: 1024px) and (orientation: landscape); @custom-media --lg-up (min-width: 1201px); @custom-media --xs (max-width: 34em); @custom-media --sm (min-width: 34em); @custo...
0.370112
0.046921
.schema-admin-table-list { border-collapse: collapse; } .schema-admin-table-list .schema-admin-table-list-type { width: 15%; } .schema-admin-table-list .schema-admin-table-list-output { width: 30%; } .schema-admin-table-list tr { border-bottom: solid 1px #ddd; } .schema-admin-table-list tr:last-child { border-b...
web/wp-content/plugins/wp-structuring-markup/css/style.css
.schema-admin-table-list { border-collapse: collapse; } .schema-admin-table-list .schema-admin-table-list-type { width: 15%; } .schema-admin-table-list .schema-admin-table-list-output { width: 30%; } .schema-admin-table-list tr { border-bottom: solid 1px #ddd; } .schema-admin-table-list tr:last-child { border-b...
0.329176
0.089216
.font-17{ font-size: 17px !important; } tr.footer-total > td { vertical-align: middle !important; } .error{ color: red !important; } .add-product-price-table th{ background-color: #5cb85c; color: white; } .blue-header th { background-color: #3c8dbc; color: white; } .table-th-green th{ background-col...
public/css/app.css
.font-17{ font-size: 17px !important; } tr.footer-total > td { vertical-align: middle !important; } .error{ color: red !important; } .add-product-price-table th{ background-color: #5cb85c; color: white; } .blue-header th { background-color: #3c8dbc; color: white; } .table-th-green th{ background-col...
0.242923
0.069007
[data-theme="monokai"] { --darker: #272822; --dark: #373831; --dark-grey: #49483E; --grey: #75715e; --light-grey: #d0d0d0; --white: #f8f8f2; --green-r: 166; --green-g: 226; --green-b: 46; --raw-green: var(--green-r), var(--green-g), var(--green-b); --green: rgb(var(--green-r), var(--green-g), var(...
src/main.css
[data-theme="monokai"] { --darker: #272822; --dark: #373831; --dark-grey: #49483E; --grey: #75715e; --light-grey: #d0d0d0; --white: #f8f8f2; --green-r: 166; --green-g: 226; --green-b: 46; --raw-green: var(--green-r), var(--green-g), var(--green-b); --green: rgb(var(--green-r), var(--green-g), var(...
0.49585
0.106041
body{ font-family: "Roboto", sans-serif; background: #f6f6f6; color: #383838; margin-top: 94px; } .main{ height: 100%; width: 100%; margin-left: 0; } /* HEADER */ .header{ background-color: #ff4415; position: fixed; top: 0; right: 0; left: 0; width: 100%;...
rcc/res/rcc.css
body{ font-family: "Roboto", sans-serif; background: #f6f6f6; color: #383838; margin-top: 94px; } .main{ height: 100%; width: 100%; margin-left: 0; } /* HEADER */ .header{ background-color: #ff4415; position: fixed; top: 0; right: 0; left: 0; width: 100%;...
0.336985
0.063222
* { box-sizing: border-box; font-family: 'Nunito', system-ui, -apple-system, sans-serif; z-index: 1; } html, body { margin: 0; padding: 0; scroll-behavior: smooth; background-color: #F9F3F3; } a, a:visited, a:link { text-decoration: none; color: black; } nav { display: flex; ...
web/css/styles.css
* { box-sizing: border-box; font-family: 'Nunito', system-ui, -apple-system, sans-serif; z-index: 1; } html, body { margin: 0; padding: 0; scroll-behavior: smooth; background-color: #F9F3F3; } a, a:visited, a:link { text-decoration: none; color: black; } nav { display: flex; ...
0.487307
0.157331
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&display=swap'); body{ font-family: 'Chakra Petch', sans-serif; background-color: #222831; } body::-webkit-scrollbar { width: 0.4em; } body::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0, 0, 0...
blockchain/src/components/App.css
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&display=swap'); body{ font-family: 'Chakra Petch', sans-serif; background-color: #222831; } body::-webkit-scrollbar { width: 0.4em; } body::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0, 0, 0...
0.348202
0.062904
h1, h2, h3, h4, h5, h6{ font-family: 'Montserrat', sans-serif, Arial; } h1{ line-height: 1em; margin: 0 0 20px 0; } h2{ line-height: 1em; font-size: 25px; margin: 20px 0; color: #fff; background: transparent url(../images/shared/line-title.png) repeat-x center center; padding: 10px; text-tra...
bs4.0/css/_bs4.0.css
h1, h2, h3, h4, h5, h6{ font-family: 'Montserrat', sans-serif, Arial; } h1{ line-height: 1em; margin: 0 0 20px 0; } h2{ line-height: 1em; font-size: 25px; margin: 20px 0; color: #fff; background: transparent url(../images/shared/line-title.png) repeat-x center center; padding: 10px; text-tra...
0.245899
0.043691
noscript { background:red; color:#FFF; } .required { font-weight:700!important; color:#333; } #adminpanel-logo { background:url(../img/logo.png); float:left; height:36px; width:36px; } #adminpanel h2 span { font-size:.6em; } #adminpanel .widefat td { padding:10px; } #adminpanel .widefat .alternate { background-col...
assets/css/phpleague-admin.src.css
noscript { background:red; color:#FFF; } .required { font-weight:700!important; color:#333; } #adminpanel-logo { background:url(../img/logo.png); float:left; height:36px; width:36px; } #adminpanel h2 span { font-size:.6em; } #adminpanel .widefat td { padding:10px; } #adminpanel .widefat .alternate { background-col...
0.335024
0.056731
/* 全局 */ .clear-b-eav{clear: both;} .main-body-eav{width: 1200px; margin:0 auto; position: relative; } .line-e1-eav{height: 1px;background:#e1e1e1;} .line-eb-eav{height: 1px;background: #ebebeb;} .flo-l-eav{float:left;} .space-02-eav{height: 2px;} .space-04-eav{height: 4px;} .space-08-eav{height: 8px;} .s...
app/assets/styles/eavlee-css.css
/* 全局 */ .clear-b-eav{clear: both;} .main-body-eav{width: 1200px; margin:0 auto; position: relative; } .line-e1-eav{height: 1px;background:#e1e1e1;} .line-eb-eav{height: 1px;background: #ebebeb;} .flo-l-eav{float:left;} .space-02-eav{height: 2px;} .space-04-eav{height: 4px;} .space-08-eav{height: 8px;} .s...
0.230313
0.107907
@-moz-document url-prefix("https://github.com/"), url-prefix("https://gist.github.com/") { /* Move page headers to the middle */ @media (min-width: 1280px) { main > div.color-bg-secondary, main > div.hx_page-header-bg { box-shadow: inset 0 -1px 0 #e1e4e8; } main > div.color-bg-secondary > div, main > di...
css/osgh.user.css
@-moz-document url-prefix("https://github.com/"), url-prefix("https://gist.github.com/") { /* Move page headers to the middle */ @media (min-width: 1280px) { main > div.color-bg-secondary, main > div.hx_page-header-bg { box-shadow: inset 0 -1px 0 #e1e4e8; } main > div.color-bg-secondary > div, main > di...
0.331661
0.081447
.menu{ margin: 0; padding: 0; list-style: none; padding: 0 0 0 32px; } .menu_item{ text-transform: uppercase; font-size: 13px; font-weight: 700; color: #848ab8; padding: 0 0 16px; border-bottom: 3px solid white; } .menu_item:empty{ width: 50px; height: 22px; margin-bottom: 16px; background-c...
src/components/s-cnt-faq-search/s-cnt-faq-search.css
.menu{ margin: 0; padding: 0; list-style: none; padding: 0 0 0 32px; } .menu_item{ text-transform: uppercase; font-size: 13px; font-weight: 700; color: #848ab8; padding: 0 0 16px; border-bottom: 3px solid white; } .menu_item:empty{ width: 50px; height: 22px; margin-bottom: 16px; background-c...
0.261708
0.085175
a{ text-decoration: none !important; } .cart-table .cart-thead { background: #19438c; } .cart-table .cart-thead tr th { vertical-align: middle; font-size: 1.05em; padding: 20px 10px; color: #fff !important; border: 1px solid transparent !important; } .cart-table tbody tr td { text-align:...
public/hi-tech/content/css/cart.css
a{ text-decoration: none !important; } .cart-table .cart-thead { background: #19438c; } .cart-table .cart-thead tr th { vertical-align: middle; font-size: 1.05em; padding: 20px 10px; color: #fff !important; border: 1px solid transparent !important; } .cart-table tbody tr td { text-align:...
0.388386
0.115361
.step { counter-reset: flag; } .step li { position: relative; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; } .step li a { cursor: pointer; padding: 10px 15px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out...
public/static/css/less/style.css
.step { counter-reset: flag; } .step li { position: relative; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; } .step li a { cursor: pointer; padding: 10px 15px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out...
0.448668
0.154919
BODY { FONT-SIZE: 90%; MARGIN: 0px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff } P { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 10px; } A:link { COLOR: #333399 } A:visited { COLOR: #666699 } A:hover { COLOR: #3300ff...
software/src/web/stylesheets/onsq.css
BODY { FONT-SIZE: 90%; MARGIN: 0px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff } P { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 10px; } A:link { COLOR: #333399 } A:visited { COLOR: #666699 } A:hover { COLOR: #3300ff...
0.196286
0.121607
[data-md-color-scheme="default"] { --md-typeset-color: rgb(66, 84, 102); --md-default-fg-color--light: rgb(17, 20, 57); --md-primary-fg-color: #8653f2; --md-vis-bg-color: rgba(0, 0, 0, 0.02); --md-code-bg-color: #8653f227; --md-code-fg-color: #6536EC; --md-accent-fg-color: #6536EC; --md...
docs/fides/docs/css/fides.css
[data-md-color-scheme="default"] { --md-typeset-color: rgb(66, 84, 102); --md-default-fg-color--light: rgb(17, 20, 57); --md-primary-fg-color: #8653f2; --md-vis-bg-color: rgba(0, 0, 0, 0.02); --md-code-bg-color: #8653f227; --md-code-fg-color: #6536EC; --md-accent-fg-color: #6536EC; --md...
0.473901
0.061961
[ Table of contents ] ================================================ :: Sidemenu :: Header :: Layout :: Article :: Article-2 :: Footer :: 404 :: Pagination :: Badge :: Contact :: Faq :: Chat-Box-Header ====================================== [ End table content ] =====================...
web/css/color_01.css
[ Table of contents ] ================================================ :: Sidemenu :: Header :: Layout :: Article :: Article-2 :: Footer :: 404 :: Pagination :: Badge :: Contact :: Faq :: Chat-Box-Header ====================================== [ End table content ] =====================...
0.333612
0.053527