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
.icon-blank{ background:url('icons/blank.gif') no-repeat center center; } .icon-add{ background:url('icons/edit_add.png') no-repeat center center; } .icon-edit{ background:url('icons/pencil.png') no-repeat center center; } .icon-clear{ background:url('icons/clear.png') no-repeat center center; } .icon-remove{ back...
OurNetCTOSS/src/main/webapp/netctoss/themes/icon.css
.icon-blank{ background:url('icons/blank.gif') no-repeat center center; } .icon-add{ background:url('icons/edit_add.png') no-repeat center center; } .icon-edit{ background:url('icons/pencil.png') no-repeat center center; } .icon-clear{ background:url('icons/clear.png') no-repeat center center; } .icon-remove{ back...
0.196981
0.050658
.global { background-image: url(../images/gravel.png); } /* Style the links inside the navigation bar */ nav { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; float: right; text-decoration: none; } ul { text-align: right; width: 20%; background-color: #fff; height: 20px...
assets/css/style.css
.global { background-image: url(../images/gravel.png); } /* Style the links inside the navigation bar */ nav { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; float: right; text-decoration: none; } ul { text-align: right; width: 20%; background-color: #fff; height: 20px...
0.453262
0.116161
a:link, a:hover, a:visited { text-decoration: underline; } /* These divisions wrap the forum sections when a forum width is set. */ h1.forumtitle { font-size: 2em; font-family: tahoma; margin: 0; padding: 16px 12px 12px 18px; float: left; font-weight: normal; color: #a85400; text-shadow: -1px -1px ...
Themes/default/css/install.css
a:link, a:hover, a:visited { text-decoration: underline; } /* These divisions wrap the forum sections when a forum width is set. */ h1.forumtitle { font-size: 2em; font-family: tahoma; margin: 0; padding: 16px 12px 12px 18px; float: left; font-weight: normal; color: #a85400; text-shadow: -1px -1px ...
0.267983
0.147432
.mobile_on { visibility: hidden; } .responsive_menu.login { min-width: 16px; width: auto; } @media screen and (min-width: 240px) and (max-width: 640px) { /* Considering something trying to be bad boy and editing body (especially portals!) */ body { min-width: 240px !important; } /* Calendar Time */ #month_...
css/responsive.css
.mobile_on { visibility: hidden; } .responsive_menu.login { min-width: 16px; width: auto; } @media screen and (min-width: 240px) and (max-width: 640px) { /* Considering something trying to be bad boy and editing body (especially portals!) */ body { min-width: 240px !important; } /* Calendar Time */ #month_...
0.208501
0.050261
.chrys-background-color-vega-magma-1-1 { background-color: #b6377a; } .chrys-background-color-vega-magma-2-1 { background-color: #721f81; } .chrys-background-color-vega-magma-2-2 { background-color: #f1605d; } .chrys-background-color-vega-magma-3-1 { background-color: #51137c; } .chrys-background-color-vega...
demo/css/background-color/vega-magma.css
.chrys-background-color-vega-magma-1-1 { background-color: #b6377a; } .chrys-background-color-vega-magma-2-1 { background-color: #721f81; } .chrys-background-color-vega-magma-2-2 { background-color: #f1605d; } .chrys-background-color-vega-magma-3-1 { background-color: #51137c; } .chrys-background-color-vega...
0.435421
0.130341
:root { --color-text: #131311; --color-text-faded: #262522; --color-scroll: #f2f05c; --color-panel: #ffffff99; --color-highlight: DarkMagenta; --font: 'PT Sans', sans-serif; --font-special: 'Luckiest Guy', cursive; } body { margin: 0; font-family: var(--font); font-size: 14px; color...
docs/styles/general.css
:root { --color-text: #131311; --color-text-faded: #262522; --color-scroll: #f2f05c; --color-panel: #ffffff99; --color-highlight: DarkMagenta; --font: 'PT Sans', sans-serif; --font-special: 'Luckiest Guy', cursive; } body { margin: 0; font-family: var(--font); font-size: 14px; color...
0.369656
0.085786
#right.container { margin-right: 30%; margin-left: 30%; min-width: 250px; } /* for the user views */ .log-in { background-color: #fff; border-style: solid; border-width: 2px; border-color: #999; } .fa.input { display: table-cell !important; } body { background-color: #fff !important; } /* for the ...
assets/css/main.css
#right.container { margin-right: 30%; margin-left: 30%; min-width: 250px; } /* for the user views */ .log-in { background-color: #fff; border-style: solid; border-width: 2px; border-color: #999; } .fa.input { display: table-cell !important; } body { background-color: #fff !important; } /* for the ...
0.563378
0.066812
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900'); body { font-family: Roboto, sans-serif; margin: 0; font-size: 20px; -webkit-font-smoothing: antialiased; line-height: 1.3; } a { color: #5334f5; text-decoration: none; font-weight: 600; } .Hero { background: url('../images/b...
src/layouts/index.css
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900'); body { font-family: Roboto, sans-serif; margin: 0; font-size: 20px; -webkit-font-smoothing: antialiased; line-height: 1.3; } a { color: #5334f5; text-decoration: none; font-weight: 600; } .Hero { background: url('../images/b...
0.497559
0.115461
.nivoSlider { position:relative; width:100%; height:auto; overflow: hidden; /*bottom: 100px;*/ } .nivoSlider img { position:absolute; top:0px; left:0px; max-width: none; width: 100%; height: auto; } .nivo-main-image { display: block !important; position: relative !important; width: 100% !importa...
Styles/Plugins/nivoslider.css
.nivoSlider { position:relative; width:100%; height:auto; overflow: hidden; /*bottom: 100px;*/ } .nivoSlider img { position:absolute; top:0px; left:0px; max-width: none; width: 100%; height: auto; } .nivo-main-image { display: block !important; position: relative !important; width: 100% !importa...
0.282691
0.076201
body { padding-top: 50px; } * {margin: 0; padding: 0;} /** Play Area **/ .primary-area { padding: 40px 15px; text-align: center; } .card-table { background-color: #168245; background-image: url('felt.png'); height: 600px; position: relative; border-radius: 25px; padding-top: 50px...
src/content/blackjack.css
body { padding-top: 50px; } * {margin: 0; padding: 0;} /** Play Area **/ .primary-area { padding: 40px 15px; text-align: center; } .card-table { background-color: #168245; background-image: url('felt.png'); height: 600px; position: relative; border-radius: 25px; padding-top: 50px...
0.688468
0.116588
body { background: white; padding: 0; margin: 0; font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 1.5; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern...
css/main.css
body { background: white; padding: 0; margin: 0; font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 1.5; text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern...
0.428712
0.082291
.flex-parent { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; } .input-flex-container { display: flex; justify-content: space-around; align-items: center; width: 80vw; height: 100px; max-width: 1000px; position: relative; z-in...
assets/css/style.css
.flex-parent { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; } .input-flex-container { display: flex; justify-content: space-around; align-items: center; width: 80vw; height: 100px; max-width: 1000px; position: relative; z-in...
0.478773
0.084041
@font-face { font-family: Ubt; src: url('../../themes/fonts/ubuntu.ttf'); } * { margin: 0; box-sizing: border-box; } textarea, input { resize: none; outline: none; } .as_flex { display: flex; } .as_flex .flex { flex: 1; } .hnd { cursor: pointer; } #_root_ui_editor { display: flex; height: 100vh; } #ui...
pages/ui_editor/style.css
@font-face { font-family: Ubt; src: url('../../themes/fonts/ubuntu.ttf'); } * { margin: 0; box-sizing: border-box; } textarea, input { resize: none; outline: none; } .as_flex { display: flex; } .as_flex .flex { flex: 1; } .hnd { cursor: pointer; } #_root_ui_editor { display: flex; height: 100vh; } #ui...
0.210279
0.061424
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900"); @import url("fontawesome-all.min.css"); header { margin: 0; padding: 0; border: 0; font-size: 100%; font-family: "Source Sans Pro", "sans-serif"; vertical-align: baseline; display: block; } header p { displ...
ny.css
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900"); @import url("fontawesome-all.min.css"); header { margin: 0; padding: 0; border: 0; font-size: 100%; font-family: "Source Sans Pro", "sans-serif"; vertical-align: baseline; display: block; } header p { displ...
0.315841
0.077065
.xlSmallButton { width:100px; height:25px; color:black; font-size:14px; } .xlEditButton { width:75px; height:20px; color:black; } .xlDeleteButton { color:#EE0000; width:100px; height:25px; font-size:14px; } .xlMainTable { background-color:#ffffff; color:#000000; width:100%; } .xlImage { padding-right:10px; ...
extlib/lwp/product/nsf/Discussion/Resources/StyleSheets/mobile.css
.xlSmallButton { width:100px; height:25px; color:black; font-size:14px; } .xlEditButton { width:75px; height:20px; color:black; } .xlDeleteButton { color:#EE0000; width:100px; height:25px; font-size:14px; } .xlMainTable { background-color:#ffffff; color:#000000; width:100%; } .xlImage { padding-right:10px; ...
0.211173
0.087603
html { background: #1A0F3C; color: white; height: 100%; } body { height: 100%; background: rgba(26, 15, 60, 1) !important; } span { font-family: 'Quintessential', cursive; } h2 { font-family: 'Quintessential', cursive; } h3 { border-bottom: 1px solid white; width: 100%; display: block; padding...
public/styles.css
html { background: #1A0F3C; color: white; height: 100%; } body { height: 100%; background: rgba(26, 15, 60, 1) !important; } span { font-family: 'Quintessential', cursive; } h2 { font-family: 'Quintessential', cursive; } h3 { border-bottom: 1px solid white; width: 100%; display: block; padding...
0.624294
0.087759
:root { --tab-min-height: 40px !important; --inline-tab-padding: 12px !important; --titlebar-spacer-width: 42px !important; --toolbar-start-end-padding: 8px !important; --toolbarbutton-inner-padding: 8px !important; --toolbarbutton-outer-padding: 3px !important; --bookmark-inline-margin: 2px !important; ...
chrome/userChrome.css
:root { --tab-min-height: 40px !important; --inline-tab-padding: 12px !important; --titlebar-spacer-width: 42px !important; --toolbar-start-end-padding: 8px !important; --toolbarbutton-inner-padding: 8px !important; --toolbarbutton-outer-padding: 3px !important; --bookmark-inline-margin: 2px !important; ...
0.298696
0.088269
/* Don't display some stuff on the main page */ body.page-Main_Page #deleteconfirm, body.page-Main_Page #t-cite, body.page-Main_Page #lastmod, body.page-Main_Page #siteSub, body.page-Main_Page #contentSub, body.page-Main_Page h1.firstHeading { display: none !important; } #siteNotice { margin-top: 5px; mar...
tests/non-licensed/wikipedia/wikipedia2/esperanto-article_files/index_004.css
/* Don't display some stuff on the main page */ body.page-Main_Page #deleteconfirm, body.page-Main_Page #t-cite, body.page-Main_Page #lastmod, body.page-Main_Page #siteSub, body.page-Main_Page #contentSub, body.page-Main_Page h1.firstHeading { display: none !important; } #siteNotice { margin-top: 5px; mar...
0.315525
0.071041
* { box-sizing: border-box; } /* body 样式 */ body { font-family: Arial; margin: 0; } /* 标题字体加大 */ .header h1 { font-size: 40px; } .container{ margin:0 auto; width:300px; } /* 导航 */ .navbar { overflow: hidden; background-color: #333; } /* 导航栏样式 */ .navbar a { float: left; disp...
static/css/page_style.css
* { box-sizing: border-box; } /* body 样式 */ body { font-family: Arial; margin: 0; } /* 标题字体加大 */ .header h1 { font-size: 40px; } .container{ margin:0 auto; width:300px; } /* 导航 */ .navbar { overflow: hidden; background-color: #333; } /* 导航栏样式 */ .navbar a { float: left; disp...
0.235108
0.096748
* { margin: 0; padding: 0; } .navbar{ width: 100%; display: flex; height: 40px; align-items: center; justify-content: center; position: sticky; top: 0; cursor: pointer; padding-top: 20px; padding-bottom: 20px; } .nav-list{ width: 70%; display: flex; align-items:...
bloodbank hosted website/bloodbank.github.io/page1.css
* { margin: 0; padding: 0; } .navbar{ width: 100%; display: flex; height: 40px; align-items: center; justify-content: center; position: sticky; top: 0; cursor: pointer; padding-top: 20px; padding-bottom: 20px; } .nav-list{ width: 70%; display: flex; align-items:...
0.390011
0.056914
@font-face { font-family: system; font-style: normal; font-weight: 300; src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); } /* Now, let's apply ...
SamplePoMoSClientApp/samplepomosclientapp/public/stylesheets/main.css
@font-face { font-family: system; font-style: normal; font-weight: 300; src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); } /* Now, let's apply ...
0.267695
0.148232
html { font-size: 16px; line-height: 1.4; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; background: url(/bg.svg) no-repeat center center fixed; background-size: cover; display: flex; align-items: cent...
examples/newsletter-signup/app/styles.css
html { font-size: 16px; line-height: 1.4; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; background: url(/bg.svg) no-repeat center center fixed; background-size: cover; display: flex; align-items: cent...
0.429788
0.10683
body { margin: 0; padding: 0; background-color: white; font-family: 'Helvetica', 'Arial', sans-serif; text-align: center; color: white; font-size: 50px; } header { display: grid; width: 100%; height: 100vh; text-align: center; align-items: cen...
style.css
body { margin: 0; padding: 0; background-color: white; font-family: 'Helvetica', 'Arial', sans-serif; text-align: center; color: white; font-size: 50px; } header { display: grid; width: 100%; height: 100vh; text-align: center; align-items: cen...
0.388502
0.043671
@CHARSET "UTF-8"; /** * Le style de la page de connexion * @author <NAME> <<EMAIL>> * @since 09/02/2017 * @version 1.0 */ .s-login-view { background-color: #2dbe60; color : white; } .s-login-content{ padding : 0px; padding-top : 25px; max-width : 525px; margin : auto; } .s-login-logo{ width : 110px;...
SustainappMobile/www/css/login.css
@CHARSET "UTF-8"; /** * Le style de la page de connexion * @author <NAME> <<EMAIL>> * @since 09/02/2017 * @version 1.0 */ .s-login-view { background-color: #2dbe60; color : white; } .s-login-content{ padding : 0px; padding-top : 25px; max-width : 525px; margin : auto; } .s-login-logo{ width : 110px;...
0.156395
0.060252
.slider__items { position: relative; } .slider__item { position: relative; box-sizing: border-box; } .slider__container { position: relative; box-sizing: content-box; } .slider__wrap { overflow: hidden; box-sizing: content-box; } .slider__arrow { position: absolute; width: 64px; height: 50px; ...
assets/slider.css
.slider__items { position: relative; } .slider__item { position: relative; box-sizing: border-box; } .slider__container { position: relative; box-sizing: content-box; } .slider__wrap { overflow: hidden; box-sizing: content-box; } .slider__arrow { position: absolute; width: 64px; height: 50px; ...
0.655997
0.064065
@import url(animate.css); /* Selections */ ::selection { color: #fff; text-shadow: none; background: #444; } ::-moz-selection { color: #fff; text-shadow: none; background: #444; } /* Basics */ html, body { height: 100%; width: 100%; padding: 0px font-family: "Helvetica Neue", Helvetica, sans-s...
src/heyAuto/DemoBundle/Resources/public/css/template1/styles.css
@import url(animate.css); /* Selections */ ::selection { color: #fff; text-shadow: none; background: #444; } ::-moz-selection { color: #fff; text-shadow: none; background: #444; } /* Basics */ html, body { height: 100%; width: 100%; padding: 0px font-family: "Helvetica Neue", Helvetica, sans-s...
0.277767
0.044266
svg { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; font-size: 14px; color: #777777; } /* Headers */ h1, h2, h3 { margin: 8px 0 2px; padding: 0; color: #0366d6; font-weight: normal; } h1 svg, h2 svg, h3 s...
src/templates/classic/style.css
svg { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; font-size: 14px; color: #777777; } /* Headers */ h1, h2, h3 { margin: 8px 0 2px; padding: 0; color: #0366d6; font-weight: normal; } h1 svg, h2 svg, h3 s...
0.449876
0.090776
@charset "UTF-8"; @font-face { font-family: 'sourcecodepro-regular'; src: url("fonts/SourceCodePro-Regular.otf") format("opentype"), url("fonts/SourceCodePro-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } body { position: absolute; top: 0; left: 0; width: 100%; min...
web/jwt/pyth/static/css/style2.css
@charset "UTF-8"; @font-face { font-family: 'sourcecodepro-regular'; src: url("fonts/SourceCodePro-Regular.otf") format("opentype"), url("fonts/SourceCodePro-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } body { position: absolute; top: 0; left: 0; width: 100%; min...
0.397938
0.086016
main { min-width: 800px; max-width: 1366px; padding: 0; height: 100%; min-height: 600px; max-height: 768px; position: relative; } /* Style the tab */ .tab { pointer-events: none; opacity: 0.2; overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; heigh...
styles/app.css
main { min-width: 800px; max-width: 1366px; padding: 0; height: 100%; min-height: 600px; max-height: 768px; position: relative; } /* Style the tab */ .tab { pointer-events: none; opacity: 0.2; overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; heigh...
0.436622
0.082401
.form-container { width: 700px; color: white; background: linear-gradient(to right bottom, #343840, #25282e); height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; padding: 2rem; border-top: 1px solid #14a4ff; } .form-container h1 { font-size: 3rem; font-weight: 400; text-tra...
public/css/writeReview.css
.form-container { width: 700px; color: white; background: linear-gradient(to right bottom, #343840, #25282e); height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; padding: 2rem; border-top: 1px solid #14a4ff; } .form-container h1 { font-size: 3rem; font-weight: 400; text-tra...
0.391988
0.081556
.input { transition: background-color 0.1s, box-shadow 0.1s, outline 0.2s ease-out; border: solid 1px transparent; --shadow-size: 0px 0.5px 2px; --inset-shadow: inset 0px 1px 0px; } /* BASE COLOR */ :global(.light) .input { --shadow: var(--shadow-size) rgba(0, 0, 0, 0.1); background-color: var(--gray-0); box-s...
lib/core/src/checkbox/outset.module.css
.input { transition: background-color 0.1s, box-shadow 0.1s, outline 0.2s ease-out; border: solid 1px transparent; --shadow-size: 0px 0.5px 2px; --inset-shadow: inset 0px 1px 0px; } /* BASE COLOR */ :global(.light) .input { --shadow: var(--shadow-size) rgba(0, 0, 0, 0.1); background-color: var(--gray-0); box-s...
0.413122
0.126434
@import url('/montserrat/Montserrat.css'); @import url('/jost.css'); /*#009B9E,#42B7B9,#A7D3D4,#F1F1F1,#E4C1D9,#D691C1,#C75DAB*/ /*#fcde9c,#faa476,#f0746e,#e34f6f,#dc3977,#b9257a,#7c1d6f*/ /*Geysrer #008080,#70a494,#b4c8a8,#f6edbd,#edbb8a,#de8a5a,#ca562c*/ /*https://dev.to/ananyaneogi/create-a-dark-light-mode-switch...
themes/slides/source/style.css
@import url('/montserrat/Montserrat.css'); @import url('/jost.css'); /*#009B9E,#42B7B9,#A7D3D4,#F1F1F1,#E4C1D9,#D691C1,#C75DAB*/ /*#fcde9c,#faa476,#f0746e,#e34f6f,#dc3977,#b9257a,#7c1d6f*/ /*Geysrer #008080,#70a494,#b4c8a8,#f6edbd,#edbb8a,#de8a5a,#ca562c*/ /*https://dev.to/ananyaneogi/create-a-dark-light-mode-switch...
0.395835
0.110279
.pretest { display: flex; margin-bottom: 2rem; } .pretest-no { font-weight: bold; padding-right: 1rem; flex-wrap: wrap; } .pretest-content { width: 100%; } .pretest-content textarea { width: 100%; } .pretest-content input { width: 50px; } .btn-outline-primary { color: midnightblue; background-colo...
assets/css/index.css
.pretest { display: flex; margin-bottom: 2rem; } .pretest-no { font-weight: bold; padding-right: 1rem; flex-wrap: wrap; } .pretest-content { width: 100%; } .pretest-content textarea { width: 100%; } .pretest-content input { width: 50px; } .btn-outline-primary { color: midnightblue; background-colo...
0.42656
0.112429
.home{ display: grid; grid-template-columns: 400px 400px; grid-auto-rows: max-content; justify-content: center; text-align: center; } .home .intro-start{ letter-spacing: 1px; grid-column: 1/3; margin: 40px 0 10px 0; } .home .intro-start a{ background-color: var(--llb-green); ...
trex/src/_OTHER/Home/Home.css
.home{ display: grid; grid-template-columns: 400px 400px; grid-auto-rows: max-content; justify-content: center; text-align: center; } .home .intro-start{ letter-spacing: 1px; grid-column: 1/3; margin: 40px 0 10px 0; } .home .intro-start a{ background-color: var(--llb-green); ...
0.434941
0.151749
body { background-image: url("../assets/bg.jpg"); } #main-container { background: #ffffff; width: 80%; height: 90%; position: relative; margin: 0 auto; border-radius: 5px; position: absolute; padding: 25px; min-height: 600px; overflow: auto; left: 50%; top: 50%; -webkit-transform: translate(...
css/main.css
body { background-image: url("../assets/bg.jpg"); } #main-container { background: #ffffff; width: 80%; height: 90%; position: relative; margin: 0 auto; border-radius: 5px; position: absolute; padding: 25px; min-height: 600px; overflow: auto; left: 50%; top: 50%; -webkit-transform: translate(...
0.331985
0.053999
* { margin: 0; padding: 0; border: 0; font-family: sans-serif; outline: 0; } html, body { height: 100%; } #left { width: 250px; position: fixed; left: 0; top: 0; background-color: #444; color: white; height: 100%; overflow: auto; } #search { border-bottom: 1px solid #666; padding: 6px 10px 3px 10px; margin: 0 10px; } #...
style.css
* { margin: 0; padding: 0; border: 0; font-family: sans-serif; outline: 0; } html, body { height: 100%; } #left { width: 250px; position: fixed; left: 0; top: 0; background-color: #444; color: white; height: 100%; overflow: auto; } #search { border-bottom: 1px solid #666; padding: 6px 10px 3px 10px; margin: 0 10px; } #...
0.445288
0.292848
body, html { font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif; } .text-muted { color: #777; } .text-primary { color: #ff8634; } p { font-size: 14px; line-height: 1.75; } p.large { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { ...
packages/system/public/assets/css/agency.css
body, html { font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif; } .text-muted { color: #777; } .text-primary { color: #ff8634; } p { font-size: 14px; line-height: 1.75; } p.large { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { ...
0.331769
0.04666
.task h2.inline .hidden { display: inline; visibility: hidden; } .task .taskpage-complete-button, .task .taskpage-incomplete-button { margin: 0; padding: 0; display: inline; } .task h2.inline .taskpage-complete-button input, .task h2.inline .taskpage-incomplete-button input { text-indent: 18px...
static/css/taskpage.css
.task h2.inline .hidden { display: inline; visibility: hidden; } .task .taskpage-complete-button, .task .taskpage-incomplete-button { margin: 0; padding: 0; display: inline; } .task h2.inline .taskpage-complete-button input, .task h2.inline .taskpage-incomplete-button input { text-indent: 18px...
0.468304
0.125574
.umb-listview.membermanager a { text-decoration: none; } .umb-listview.membermanager .umb-table__name { -ms-flex: 1 1 5%; flex: 1 1 5%; max-width: 20%; } .umb-listview.membermanager .no-results { padding: 20px; background-color: #f8f8f8; border: 1px solid #dbdbdb; text-align: center; color: #999; ...
WebSampleV8/App_Plugins/MemberListView/css/memberListView.css
.umb-listview.membermanager a { text-decoration: none; } .umb-listview.membermanager .umb-table__name { -ms-flex: 1 1 5%; flex: 1 1 5%; max-width: 20%; } .umb-listview.membermanager .no-results { padding: 20px; background-color: #f8f8f8; border: 1px solid #dbdbdb; text-align: center; color: #999; ...
0.46952
0.04666
 /* TEXT */ h1, h2, h3, h4, h5 { font-family: 'Rubik', sans-serif; font-weight: 300; } h5 strong, h6 strong { font-weight: 700; } h1 strong, h2 strong, h3 strong { font-weight: 700; color: #008CFF; } p { font-family: 'Rubik', sans-serif; color: black; } ul li ...
src/assets/css/ReplaceBootstrap.css
 /* TEXT */ h1, h2, h3, h4, h5 { font-family: 'Rubik', sans-serif; font-weight: 300; } h5 strong, h6 strong { font-weight: 700; } h1 strong, h2 strong, h3 strong { font-weight: 700; color: #008CFF; } p { font-family: 'Rubik', sans-serif; color: black; } ul li ...
0.245537
0.05549
* { margin: 0; padding: 0; } body { background-image: url("../images/bg.jpg"); background-size: 100%; color: antiquewhite; max-width: 100%; min-height: 100%; overflow-x: hidden; overflow-y: auto; width: 100%; position: absolute; top: 0px; padding: 5px; text-align...
css/style.css
* { margin: 0; padding: 0; } body { background-image: url("../images/bg.jpg"); background-size: 100%; color: antiquewhite; max-width: 100%; min-height: 100%; overflow-x: hidden; overflow-y: auto; width: 100%; position: absolute; top: 0px; padding: 5px; text-align...
0.343562
0.084493
* { margin: 0; padding: 0; } html, body { width: 100%; height: 100%; overflow-x: hidden; } #map-container { width: 100%; height: 100%; position: relative; } #map-popup-overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: flex; justify-content: center; align-ite...
styles.css
* { margin: 0; padding: 0; } html, body { width: 100%; height: 100%; overflow-x: hidden; } #map-container { width: 100%; height: 100%; position: relative; } #map-popup-overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: flex; justify-content: center; align-ite...
0.453988
0.085175
/* frm :表示框架 sfrm: 表示小的框架 mod : 表示模块 wg :表示公用内容 cnt : 表示内容 */ /*body{ background:#342315 none; min-width:1000px;} .wrapper{ margin:0 auto;text-align:left;width:1000px; } .mt5{ margin-top:5px!important;} .mt10{ margin-top:10px!important;} .hc1{color:#f00!important;} !* ======================== frm 整体框架 ======...
webgame/webgame-tpl/static/tpl/css/game.css
/* frm :表示框架 sfrm: 表示小的框架 mod : 表示模块 wg :表示公用内容 cnt : 表示内容 */ /*body{ background:#342315 none; min-width:1000px;} .wrapper{ margin:0 auto;text-align:left;width:1000px; } .mt5{ margin-top:5px!important;} .mt10{ margin-top:10px!important;} .hc1{color:#f00!important;} !* ======================== frm 整体框架 ======...
0.263505
0.101189
@keyframes myframes { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .spinner{ position: fixed; top: 0; left: 0; border-radius: 50%; width: 100%; height: 100%; z-index: 1003; } .spinner div:first-child { display: block; position: relative; left: 50%; top: 50%;...
Web/demoForTest/src/app/app.component.css
@keyframes myframes { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .spinner{ position: fixed; top: 0; left: 0; border-radius: 50%; width: 100%; height: 100%; z-index: 1003; } .spinner div:first-child { display: block; position: relative; left: 50%; top: 50%;...
0.480966
0.142232
.dropdown:hover>.dropdown-menu { display: block; } .dropdown>.dropdown-toggle:active { /*Without this, clicking will make it sticky*/ pointer-events: none; } body { /* font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; */ width: 100%; min-height: 45rem;...
public/css/style3.css
.dropdown:hover>.dropdown-menu { display: block; } .dropdown>.dropdown-toggle:active { /*Without this, clicking will make it sticky*/ pointer-events: none; } body { /* font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; */ width: 100%; min-height: 45rem;...
0.446253
0.055234
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap); /* Font awesome */ @import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css); * { margin: 0; padding: 0; text-decoration: none; } body, html { background-image: url('../static/back.png'); ...
src/styles/global.css
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap); /* Font awesome */ @import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css); * { margin: 0; padding: 0; text-decoration: none; } body, html { background-image: url('../static/back.png'); ...
0.307566
0.073065
.checkbox [type=checkbox]:checked, .checkbox [type=checkbox]:not(:checked){ right: 24px; left: auto; } .checkbox [type=checkbox]:checked + label, .checkbox [type=checkbox]:not(:checked) + label{ padding-right: 28px; padding-left: 0; } .checkbox [type=checkbox]:checked + label:before, .checkbox [type=...
assets/css/main.rtl.css
.checkbox [type=checkbox]:checked, .checkbox [type=checkbox]:not(:checked){ right: 24px; left: auto; } .checkbox [type=checkbox]:checked + label, .checkbox [type=checkbox]:not(:checked) + label{ padding-right: 28px; padding-left: 0; } .checkbox [type=checkbox]:checked + label:before, .checkbox [type=...
0.532425
0.14262
body { margin:0; background-image: url(images/bg-texture.jpg); background-attachment: fixed; } a { color: crimson; text-decoration: none;} /*---------------------*/ /* HEADER */ /*---------------------*/ header { background-color: dodgerblue; padding: 10px; text-align: center; } header img {...
public/style.css
body { margin:0; background-image: url(images/bg-texture.jpg); background-attachment: fixed; } a { color: crimson; text-decoration: none;} /*---------------------*/ /* HEADER */ /*---------------------*/ header { background-color: dodgerblue; padding: 10px; text-align: center; } header img {...
0.334916
0.108661
.griddle-container{ border: 1px solid #DFDFDF; border-radius: 0px; } .griddle thead { background-color: #E0E0E0; } .griddle .top-section{ clear:both; display:table; width:100%; } .griddle .griddle-filter { float:left; width:50%; text-align:left; color:#222; min-height:1px; margin-top:0px; padding-top:0p...
example/demo/css/griddle.css
.griddle-container{ border: 1px solid #DFDFDF; border-radius: 0px; } .griddle thead { background-color: #E0E0E0; } .griddle .top-section{ clear:both; display:table; width:100%; } .griddle .griddle-filter { float:left; width:50%; text-align:left; color:#222; min-height:1px; margin-top:0px; padding-top:0p...
0.262936
0.052014
* { transition: all 0.2s ease-in-out; } body { background: #00a8a8; display: grid; place-items: center; height: 100vh; margin: 0; font-family: 'puimek', sans-serif; } .card { background: wheat; border-radius: 0 50px 0 50px; width: 80vw; box-shadow: 0 3px 6px rgba(0, 0, 0, 0...
index.css
* { transition: all 0.2s ease-in-out; } body { background: #00a8a8; display: grid; place-items: center; height: 100vh; margin: 0; font-family: 'puimek', sans-serif; } .card { background: wheat; border-radius: 0 50px 0 50px; width: 80vw; box-shadow: 0 3px 6px rgba(0, 0, 0, 0...
0.730963
0.151216
body, html, p, h1, h2, h3, h4, h5, h6 { color: #212121; } nav { top: 0; position: fixed; right: 0; left: 0; margin-bottom: 0; *position: relative; margin-bottom: 20px; overflow: visible; min-height: 40px; padding-right: 20px; padding-left: 20px; background-color: #fafaf...
css/main.css
body, html, p, h1, h2, h3, h4, h5, h6 { color: #212121; } nav { top: 0; position: fixed; right: 0; left: 0; margin-bottom: 0; *position: relative; margin-bottom: 20px; overflow: visible; min-height: 40px; padding-right: 20px; padding-left: 20px; background-color: #fafaf...
0.313315
0.119511
:root { --colour1: #3AB795; --colour2: #C9E4CA; --colour3: #2E3532; --colour4: #EDEAE0; --colour5: #273043; --colour6: #FCF5C7; } .btn-outline-bear { color: var(--colour3)!important; background-color: transparent; background-image: none; border-color: var(--colour3)!important; }...
css/honey.css
:root { --colour1: #3AB795; --colour2: #C9E4CA; --colour3: #2E3532; --colour4: #EDEAE0; --colour5: #273043; --colour6: #FCF5C7; } .btn-outline-bear { color: var(--colour3)!important; background-color: transparent; background-image: none; border-color: var(--colour3)!important; }...
0.533154
0.167559
.grid-parent { display: grid; /* grid-template-columns: [one-third] 1fr [two-third] 2fr; */ grid-template-rows: 1fr; } .gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; } @media screen and (max-width: 700px) { .gallery-grid { display: grid; grid-temp...
src/components/style.css
.grid-parent { display: grid; /* grid-template-columns: [one-third] 1fr [two-third] 2fr; */ grid-template-rows: 1fr; } .gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; } @media screen and (max-width: 700px) { .gallery-grid { display: grid; grid-temp...
0.539226
0.322433
.form-check-label, .custome-checkbox .form-check-label { position: relative; cursor: pointer; } .form-check-label::before { border-color: #837000; } .custome-checkbox .form-check-input { display: none; } .custome-checkbox .form-check-label span { vertical-align: middle; } .custome-checkbox .form-ch...
public/assets/css/customs_radio.css
.form-check-label, .custome-checkbox .form-check-label { position: relative; cursor: pointer; } .form-check-label::before { border-color: #837000; } .custome-checkbox .form-check-input { display: none; } .custome-checkbox .form-check-label span { vertical-align: middle; } .custome-checkbox .form-ch...
0.50708
0.09236
@import url('https://fonts.googleapis.com/css2?family=Muli&family=Unna:ital@1&display=swap" rel="stylesheet'); .nav{ max-height: 15% !important; background-color: #3BA4A0; max-width: 100% !important; font-family: 'Unna', serif; box-sizing: unset !important; } .unna{ font-family: 'Unna', serif...
public/css/custom.css
@import url('https://fonts.googleapis.com/css2?family=Muli&family=Unna:ital@1&display=swap" rel="stylesheet'); .nav{ max-height: 15% !important; background-color: #3BA4A0; max-width: 100% !important; font-family: 'Unna', serif; box-sizing: unset !important; } .unna{ font-family: 'Unna', serif...
0.490968
0.074871
.dpctn-bgnd { position: relative; width: 100vw; height: 100vh; background-color: #97be98; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; } .dpctn-bgnd::-webkit-scrollbar { display: none; } .dpctn-frm { padding: 50px 0vw; display: flex; flex-direction: column; ...
front/src/styles/depiction.css
.dpctn-bgnd { position: relative; width: 100vw; height: 100vh; background-color: #97be98; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; } .dpctn-bgnd::-webkit-scrollbar { display: none; } .dpctn-frm { padding: 50px 0vw; display: flex; flex-direction: column; ...
0.384912
0.065009
html { /* align-content: center; text-align: center;*/ font-family: 'Roboto', sans-serif; color:#f2f2f2; height: 100%; width: 100%; background-size:100%; background-repeat: no-repeat; position: fixed; font-size: 15px; } /*.spinner{ visibility: hidden; }*/ .change-info{ font-size: 20px /* position: relative;...
src/index.css
html { /* align-content: center; text-align: center;*/ font-family: 'Roboto', sans-serif; color:#f2f2f2; height: 100%; width: 100%; background-size:100%; background-repeat: no-repeat; position: fixed; font-size: 15px; } /*.spinner{ visibility: hidden; }*/ .change-info{ font-size: 20px /* position: relative;...
0.351979
0.071559
main-panel {background-color: transparent;} main-panel panel-header > *, panel-footer > * {padding: 0;} table-container { display: grid; position: relative; overflow-y: hidden; } /* TABLE CONTROLS Hide radios */ table-container > input {display: none;} table-container > input:checked + label {color...
assets/activecss/components/main-panel/main-panel.css
main-panel {background-color: transparent;} main-panel panel-header > *, panel-footer > * {padding: 0;} table-container { display: grid; position: relative; overflow-y: hidden; } /* TABLE CONTROLS Hide radios */ table-container > input {display: none;} table-container > input:checked + label {color...
0.282592
0.069101
- clean the code- change screenshot` @version 20140501.16.18 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.google."), url-prefix("https://www.google.") { @font-face { font-family: 'Boogaloo'; ...
data/usercss/85103.user.css
- clean the code- change screenshot` @version 20140501.16.18 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.google."), url-prefix("https://www.google.") { @font-face { font-family: 'Boogaloo'; ...
0.215557
0.125547
.bf-modal { position: fixed; z-index: 99999; top: 0; left: 0; width: 100%; height: 100%; } .bf-modal button { outline: none; } .bf-modal-mask { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.1); opacity: 0; transition: o...
common/lib/css/main_eae3819a.css
.bf-modal { position: fixed; z-index: 99999; top: 0; left: 0; width: 100%; height: 100%; } .bf-modal button { outline: none; } .bf-modal-mask { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.1); opacity: 0; transition: o...
0.534127
0.066146
.navbar-brand { padding-left: 5%; padding-top: 30px; } .justify-content-end { justify-content: end; } .navbar-nav { justify-content: end; } .navigation { font-family: open-sans, sans-serif; font-weight: 400; font-style: normal; font-size: 16px; color: #797979; padding-top: 65px; text-align: ce...
css/style.css
.navbar-brand { padding-left: 5%; padding-top: 30px; } .justify-content-end { justify-content: end; } .navbar-nav { justify-content: end; } .navigation { font-family: open-sans, sans-serif; font-weight: 400; font-style: normal; font-size: 16px; color: #797979; padding-top: 65px; text-align: ce...
0.262275
0.064594
* { box-sizing: border-box; } body { margin: auto, 0; color: #4b371c; background-color: whitesmoke; } .container-fluid { width: 1280px; background-color: wheat; } #main-header { text-align: center; font-family: "pacifico", cursive; font-size: 80px; font-weight: 900; color: #f57c00; } .pi...
css/styles.css
* { box-sizing: border-box; } body { margin: auto, 0; color: #4b371c; background-color: whitesmoke; } .container-fluid { width: 1280px; background-color: wheat; } #main-header { text-align: center; font-family: "pacifico", cursive; font-size: 80px; font-weight: 900; color: #f57c00; } .pi...
0.391173
0.116865
body{font-size:100%; margin:0px;font-family: Microsoft Yahei,Helvetica Neue,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;} figure{ margin: 0;} ul, ol, li{ list-style:none; margin:0px; padding:...
wuzhicms/www/res/css/mob.css
body{font-size:100%; margin:0px;font-family: Microsoft Yahei,Helvetica Neue,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;} figure{ margin: 0;} ul, ol, li{ list-style:none; margin:0px; padding:...
0.221856
0.106133
.border-pane { -fx-padding: 5px; } .grid-pane { -fx-padding: 10px; -fx-hgap: 10px; -fx-vgap: 10px; -fx-spacing: 5px; } .v-box { -fx-spacing: 20px; -fx-padding: 10px; } .h-box { -fx-spacing: 20px; -fx-padding: 10px; } .titled-pane { -fx-padding: 0px; } .valid-validation-text ...
src/main/resources/styles.css
.border-pane { -fx-padding: 5px; } .grid-pane { -fx-padding: 10px; -fx-hgap: 10px; -fx-vgap: 10px; -fx-spacing: 5px; } .v-box { -fx-spacing: 20px; -fx-padding: 10px; } .h-box { -fx-spacing: 20px; -fx-padding: 10px; } .titled-pane { -fx-padding: 0px; } .valid-validation-text ...
0.379034
0.105441
img { max-width: 100%; } .sliders { position: relative; /*width: 700px;*/ height: 400px; overflow: hidden; } .imgslider{ width: 100%; height: 400px; } .slider--buttons { position: absolute; width: 100%; height: 100%; list-style: none; margin: 0; padding: 0; z-index: 100; } .slider--previous...
assets/css/slider.css
img { max-width: 100%; } .sliders { position: relative; /*width: 700px;*/ height: 400px; overflow: hidden; } .imgslider{ width: 100%; height: 400px; } .slider--buttons { position: absolute; width: 100%; height: 100%; list-style: none; margin: 0; padding: 0; z-index: 100; } .slider--previous...
0.400984
0.100128
@media (max-width: 500px) { section.flexAbout div.flexAbout li .button { padding: 6rem 4rem; wrap: nowrap; } div.price li a.button { wrap: wrap; margin-top: 5em; margin-right: 0rem; text-align: justify; font-size: 3vw; } div.barservice { ...
mobileHome.css
@media (max-width: 500px) { section.flexAbout div.flexAbout li .button { padding: 6rem 4rem; wrap: nowrap; } div.price li a.button { wrap: wrap; margin-top: 5em; margin-right: 0rem; text-align: justify; font-size: 3vw; } div.barservice { ...
0.417984
0.07521
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
css/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.234757
0.098469
@font-face { font-family: 'Lato'; src: url("../fonts/Lato-Light.ttf") format("truetype"); } ion-view, ion-content, ion-header-bar { background: #2D2E3A !important; color: #FFFFFF; font-family: 'Lato', sans-serif; } ion-header-bar { border-bottom: 1px solid #659FFB !important; } ion-header-bar .left-butto...
www/css/style.css
@font-face { font-family: 'Lato'; src: url("../fonts/Lato-Light.ttf") format("truetype"); } ion-view, ion-content, ion-header-bar { background: #2D2E3A !important; color: #FFFFFF; font-family: 'Lato', sans-serif; } ion-header-bar { border-bottom: 1px solid #659FFB !important; } ion-header-bar .left-butto...
0.324128
0.061537
html, body { margin: 0px; padding: 0px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } footer { position: fixed; padding: 10px; bottom: 0; width: 100%; font-weight: bold; text-align: center; background-color: #e3e4e6; } .chart { width: 100%; height: 370...
style.css
html, body { margin: 0px; padding: 0px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } footer { position: fixed; padding: 10px; bottom: 0; width: 100%; font-weight: bold; text-align: center; background-color: #e3e4e6; } .chart { width: 100%; height: 370...
0.368633
0.171963
display:none; } h2 { font-family:monospace; text-align: center; margin: auto; margin-left: 7.5%; margin-top: 50px; margin-bottom: 50px; display: inline-block; box-sizing: border-box; box-shadow: 0 1.6px 1.2px rgba(0, 0, 0, 0.063), 0 3.4px 2.7px rgba(0, 0, 0, 0.093), 0 5.8px 4.6px rgba(0, 0, 0...
css/styles.css
display:none; } h2 { font-family:monospace; text-align: center; margin: auto; margin-left: 7.5%; margin-top: 50px; margin-bottom: 50px; display: inline-block; box-sizing: border-box; box-shadow: 0 1.6px 1.2px rgba(0, 0, 0, 0.063), 0 3.4px 2.7px rgba(0, 0, 0, 0.093), 0 5.8px 4.6px rgba(0, 0, 0...
0.371821
0.141667
.p0 {padding: 0px !important;} .p2 {padding: 2px !important;} .p3 {padding: 3px !important;} .p5 {padding: 5px !important;} .p7 {padding: 7px !important;} .p8 {padding: 8px !important;} .p10 {padding: 10px !important;} .p15 {padding: 15px !important;} .p20 {padding: 20px !important;} .p25 {padding: 25px !important;} .p...
css/webbase.css
.p0 {padding: 0px !important;} .p2 {padding: 2px !important;} .p3 {padding: 3px !important;} .p5 {padding: 5px !important;} .p7 {padding: 7px !important;} .p8 {padding: 8px !important;} .p10 {padding: 10px !important;} .p15 {padding: 15px !important;} .p20 {padding: 20px !important;} .p25 {padding: 25px !important;} .p...
0.114146
0.237388
.post:not(:last-child) { margin-bottom: 2.5rem; } .post .post-content { padding: 1rem 0; } .post ul li { list-style: disc; } .post ol li { list-style: decimal; } .single-post:first-of-type { margin-top: 2rem; } .single-post .post-content { padding-top: 0; padding-bottom: 0; } .single-post .post-titl...
src/components/blog.css
.post:not(:last-child) { margin-bottom: 2.5rem; } .post .post-content { padding: 1rem 0; } .post ul li { list-style: disc; } .post ol li { list-style: decimal; } .single-post:first-of-type { margin-top: 2rem; } .single-post .post-content { padding-top: 0; padding-bottom: 0; } .single-post .post-titl...
0.586996
0.133754
:root { --fcolor-light: #fff; --fcolor-grey: #3e5564; --fcolor-dark: #111; --color-green: #7cfc00; --color-green-alt: #6dd405; --color-grey: #c0c0c2; --color-blue: #0791e6; --color-blue-alt: #0776a9; --color-gradient: linear-gradient(90deg, rgba(28, 54, 67, 1) 0%, rgba(38, 67, 85, 1) 35%, rgba(31, 82...
styles/style.css
:root { --fcolor-light: #fff; --fcolor-grey: #3e5564; --fcolor-dark: #111; --color-green: #7cfc00; --color-green-alt: #6dd405; --color-grey: #c0c0c2; --color-blue: #0791e6; --color-blue-alt: #0776a9; --color-gradient: linear-gradient(90deg, rgba(28, 54, 67, 1) 0%, rgba(38, 67, 85, 1) 35%, rgba(31, 82...
0.571169
0.139572
*{ padding: 0; margin: 0; } *:focus { outline: 0 !important; } body{ font-family: 'Lexend', sans-serif; overflow:hidden; } /* Navbar Hero */ .hero.is-link{ background-color: #00316E; color: #fff; } .hero.is-link .navbar-menu{ background-color: #00316E; color: #fff; } .navbar.has-centered-menu .navbar-s...
css/porto.css
*{ padding: 0; margin: 0; } *:focus { outline: 0 !important; } body{ font-family: 'Lexend', sans-serif; overflow:hidden; } /* Navbar Hero */ .hero.is-link{ background-color: #00316E; color: #fff; } .hero.is-link .navbar-menu{ background-color: #00316E; color: #fff; } .navbar.has-centered-menu .navbar-s...
0.358129
0.059156
body { background-image: url("../img/darkness.png"); font-family: 'Inter', sans-serif; color: rgba(255, 255, 255, 0.9); } /* App Component ============================== */ #appContainer { animation: fadein 2s linear forwards; opacity: 0 } /* Loading Screen ============================== */ #loading { hei...
src/components/App.css
body { background-image: url("../img/darkness.png"); font-family: 'Inter', sans-serif; color: rgba(255, 255, 255, 0.9); } /* App Component ============================== */ #appContainer { animation: fadein 2s linear forwards; opacity: 0 } /* Loading Screen ============================== */ #loading { hei...
0.465873
0.071397
html, body { font-family: tahoma,arial,"宋体", SimSun; font-size: 12px; color: #333; background: #f5f5f5; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: inherit; font-family: inherit; font-weight: 500; line-height: 1.1; } h1, .h1 { font-size: 36px; } h2, .h2 { font...
src/css/effect/response-nav-bar/style.css
html, body { font-family: tahoma,arial,"宋体", SimSun; font-size: 12px; color: #333; background: #f5f5f5; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: inherit; font-family: inherit; font-weight: 500; line-height: 1.1; } h1, .h1 { font-size: 36px; } h2, .h2 { font...
0.368519
0.110711
body { height: 100%; background: url('../images/register.jpg'); background-repeat: no-repeat; background-size: cover; background-position: auto; } #msform fieldset { background: rgba(0,0,0,0.65); border: 0 none; border-radius: 8px; padding: 20px 30px; position: ab...
public/css/register.css
body { height: 100%; background: url('../images/register.jpg'); background-repeat: no-repeat; background-size: cover; background-position: auto; } #msform fieldset { background: rgba(0,0,0,0.65); border: 0 none; border-radius: 8px; padding: 20px 30px; position: ab...
0.252016
0.055643
*{ margin: 0px; } html{ background-color: rgba(0, 0, 0, 0.9); } body{ opacity: 1; transition: 0.6s opacity; background-color: white; } body.fade-out{ opacity: 0; transition: none; } h1, h2, h3, h6, p, label{ font-family: lato; } /*--Header styling--*/ #header{ display: flex; position:...
styles/about-style.css
*{ margin: 0px; } html{ background-color: rgba(0, 0, 0, 0.9); } body{ opacity: 1; transition: 0.6s opacity; background-color: white; } body.fade-out{ opacity: 0; transition: none; } h1, h2, h3, h6, p, label{ font-family: lato; } /*--Header styling--*/ #header{ display: flex; position:...
0.395718
0.048182
@import url("nav.css"); @font-face { font-family: 'MyWebFont'; src: url('SIMPLIFICA.ttf'); /* IE9 Compat Modes */ } /*TYPE*/ h1 { font-family: 'Oswald', Sans-Serif; font-size: 28px; color: white; letter-spacing: 2px; margin-left: 10px; margin-top: 5px; text-align: center; text...
Final/index.css
@import url("nav.css"); @font-face { font-family: 'MyWebFont'; src: url('SIMPLIFICA.ttf'); /* IE9 Compat Modes */ } /*TYPE*/ h1 { font-family: 'Oswald', Sans-Serif; font-size: 28px; color: white; letter-spacing: 2px; margin-left: 10px; margin-top: 5px; text-align: center; text...
0.25945
0.123181
.notice:after, main:after, .homepage-top #header-search:after, .previous-next-navigation:after, .job-profile-hero:after, .job-profile-search #job-profile-search-box:after, .survey_container:after, .survey_container .survey_content:after, .case-study:after { content: ""; display: block; clear: both; } ul, ol { ...
Careers.Freshlook/Careers.Freshlook/wwwroot/css/main.css
.notice:after, main:after, .homepage-top #header-search:after, .previous-next-navigation:after, .job-profile-hero:after, .job-profile-search #job-profile-search-box:after, .survey_container:after, .survey_container .survey_content:after, .case-study:after { content: ""; display: block; clear: both; } ul, ol { ...
0.263031
0.049982
/*position: absolute;*/ /*background: #fff2fe; !* For browsers that do not support gradients *!*/ /*background: -webkit-linear-gradient(#c6c5bc, #dddddd); !* For Safari 5.1 to 6.0 *!*/ /*background: -o-linear-gradient(#c6c5bc, #dddddd); !* For Opera 11.1 to 12.0 *!*/ /*background: -moz-linear-gradie...
Web/Lab_3/css/info.css
/*position: absolute;*/ /*background: #fff2fe; !* For browsers that do not support gradients *!*/ /*background: -webkit-linear-gradient(#c6c5bc, #dddddd); !* For Safari 5.1 to 6.0 *!*/ /*background: -o-linear-gradient(#c6c5bc, #dddddd); !* For Opera 11.1 to 12.0 *!*/ /*background: -moz-linear-gradie...
0.255344
0.063164
@font-face { font-family: 'Gotham'; src: url("fonts/Gotham-Bold-webfont.ttf") format('truetype'); font-weight: 700; font-style: normal } @font-face { font-family: 'Gotham'; src: url("fonts/Gotham-Book-webfont.ttf") format('truetype'); font-weight: normal; font-style: normal } @font-fac...
public/css/style.css
@font-face { font-family: 'Gotham'; src: url("fonts/Gotham-Bold-webfont.ttf") format('truetype'); font-weight: 700; font-style: normal } @font-face { font-family: 'Gotham'; src: url("fonts/Gotham-Book-webfont.ttf") format('truetype'); font-weight: normal; font-style: normal } @font-fac...
0.310067
0.13215
date-picker, time-picker { position: relative; } .date-picker, .time-picker { text-align: center; border: 2px solid black; border-radius: 3px; background-color: white; text-align: center; font-family: 'Open Sans', sans-serif; z-index: 99999999; margin-top: -2px; } .date-picker { ...
css/datetime-picker.css
date-picker, time-picker { position: relative; } .date-picker, .time-picker { text-align: center; border: 2px solid black; border-radius: 3px; background-color: white; text-align: center; font-family: 'Open Sans', sans-serif; z-index: 99999999; margin-top: -2px; } .date-picker { ...
0.617397
0.089375
* { box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; } html { height: 100%; } body { min-height: 100%; margin: 0; display: flex; flex-direction: column; font-size: 1.75vmin; /*alig...
src/style.css
* { box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; } html { height: 100%; } body { min-height: 100%; margin: 0; display: flex; flex-direction: column; font-size: 1.75vmin; /*alig...
0.414188
0.143188
display: -ms-grid; display: grid; justify-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; position: -webkit-sticky; position: sticky; top: -17vh; background: white; padding-bottom: 2vh; -webkit-box-shadow: 0 1px 3px #D3D4D9; ...
css/style.css
display: -ms-grid; display: grid; justify-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; position: -webkit-sticky; position: sticky; top: -17vh; background: white; padding-bottom: 2vh; -webkit-box-shadow: 0 1px 3px #D3D4D9; ...
0.266357
0.073397
[guielement="topdesk-menu"], [guielement="topdesk-submenu"], [guielement="toolbar_menu"], div#checklist div.menu { background: var(--surface); } [guielement="topdesk-submenu"] { border-left-color: var(--on-surface); } /* Default */ [guielement="topdesk-menu-item"], [guielement="toolbar_menu_button"], div#checklist...
src/styles/menu.css
[guielement="topdesk-menu"], [guielement="topdesk-submenu"], [guielement="toolbar_menu"], div#checklist div.menu { background: var(--surface); } [guielement="topdesk-submenu"] { border-left-color: var(--on-surface); } /* Default */ [guielement="topdesk-menu-item"], [guielement="toolbar_menu_button"], div#checklist...
0.140307
0.045226
body{ background-color: #407afc; background:url(../img/tetris.jpg) no-repeat; background-size: 100% 100%; margin:0 0; width: 100%; height: 100%; overflow:hidden; } .overflow{ overflow-y: scroll; overflow-x: hidden; } #debug{ position: absolute; left:100px; top: 100px; display: block; } ...
css/style.css
body{ background-color: #407afc; background:url(../img/tetris.jpg) no-repeat; background-size: 100% 100%; margin:0 0; width: 100%; height: 100%; overflow:hidden; } .overflow{ overflow-y: scroll; overflow-x: hidden; } #debug{ position: absolute; left:100px; top: 100px; display: block; } ...
0.155816
0.046141
.sticky-wrapper { position: relative; } .onscroll.transparent-header-active .header-container.js-transparent-header .sticky-wrapper { height: 0 !important; } .fixed-header-enabled .header.js-fixed { /* opacity: 0; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; tra...
minimal_lite/css/components/fixed-header.css
.sticky-wrapper { position: relative; } .onscroll.transparent-header-active .header-container.js-transparent-header .sticky-wrapper { height: 0 !important; } .fixed-header-enabled .header.js-fixed { /* opacity: 0; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; tra...
0.365343
0.043406
* { font-family: "Roboto", sans-serif; } .bg-white { background-color: #fff; } .bg-dark { background: -webkit-radial-gradient(rgb(10, 10, 10), #000); } .navbar { border-radius: 0; box-shadow: 1px 1px rgba(206, 206, 206, 0.5); display: flex !important; flex-direction: row; justify-cont...
public/css/style.css
* { font-family: "Roboto", sans-serif; } .bg-white { background-color: #fff; } .bg-dark { background: -webkit-radial-gradient(rgb(10, 10, 10), #000); } .navbar { border-radius: 0; box-shadow: 1px 1px rgba(206, 206, 206, 0.5); display: flex !important; flex-direction: row; justify-cont...
0.449393
0.096365
.bodyback { MARGIN-TOP: 5px; MARGIN-LEFT: 5px; BACKGROUND-COLOR: rgb(180,180,180) } .bigtable { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; WIDTH: 100%; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: rgb(255,255,255) } .whitetable { BORDER-RIGHT: 0px; BORDER-TOP: 0px;...
Refrences/WMV-9 Video Encoding_files/normal.css
.bodyback { MARGIN-TOP: 5px; MARGIN-LEFT: 5px; BACKGROUND-COLOR: rgb(180,180,180) } .bigtable { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; WIDTH: 100%; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: rgb(255,255,255) } .whitetable { BORDER-RIGHT: 0px; BORDER-TOP: 0px;...
0.436622
0.166269
h1{ line-height: 2em; } .suggestGift { color:#FFF; font-family: 'Courgette-Regular', Arial, sans-serif; background-color:#dc1058; } .surpriseMe { color:#FFF; font-family: 'Courgette-Regular', Arial, sans-serif; background-color:#ac0f52; } .imInterested { color:#FFF; font-family: 'C...
packages/system/public/assets/css/common.css
h1{ line-height: 2em; } .suggestGift { color:#FFF; font-family: 'Courgette-Regular', Arial, sans-serif; background-color:#dc1058; } .surpriseMe { color:#FFF; font-family: 'Courgette-Regular', Arial, sans-serif; background-color:#ac0f52; } .imInterested { color:#FFF; font-family: 'C...
0.328529
0.058885
table { background-color: transparent; } caption { padding-top: 8px 12px; padding-bottom: 8px 12px; text-align: left; } th { text-align: left; } .table-container { position: relative; } .table { width: 100%; max-width: 100%; table-layout: fixed; border: 1px solid #dddddd; } .table > thead > tr > th,...
example/css/tables.css
table { background-color: transparent; } caption { padding-top: 8px 12px; padding-bottom: 8px 12px; text-align: left; } th { text-align: left; } .table-container { position: relative; } .table { width: 100%; max-width: 100%; table-layout: fixed; border: 1px solid #dddddd; } .table > thead > tr > th,...
0.464902
0.306851
.dropbtn { background-color: #3498DB; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; } .dropbtn:hover, .dropbtn:focus { background-color: #ffffff; color:#3498DB; border: 2px solid #3498DB; } /*-------------------------------------------------------*/ .dropdown { po...
info/ss.css
.dropbtn { background-color: #3498DB; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; } .dropbtn:hover, .dropbtn:focus { background-color: #ffffff; color:#3498DB; border: 2px solid #3498DB; } /*-------------------------------------------------------*/ .dropdown { po...
0.35031
0.059592
body, html { height: 100%; } main { background-color: #03568a; font-family: "Poppins", sans-serif; } main a { text-decoration: none !important; } .header { background: #36a6d4; } .title h4 { color: white; font-weight: 800; text-transform: uppercase; font-size: 1.5em; } .wallet { background: #36...
public/app-comercial/css/main.css
body, html { height: 100%; } main { background-color: #03568a; font-family: "Poppins", sans-serif; } main a { text-decoration: none !important; } .header { background: #36a6d4; } .title h4 { color: white; font-weight: 800; text-transform: uppercase; font-size: 1.5em; } .wallet { background: #36...
0.400163
0.116437
.ant-table td { overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .margin-top-10{ margin-top: 10px; } .ant-card-wider-padding .ant-card-body{ padding: 16px; } .margin-left-5{ margin-left: 5px; } .margin-left-20{ margin-left: 20px; } .delColor{ color: #ff9900 } .pnstyle{ ...
src/style/main.css
.ant-table td { overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .margin-top-10{ margin-top: 10px; } .ant-card-wider-padding .ant-card-body{ padding: 16px; } .margin-left-5{ margin-left: 5px; } .margin-left-20{ margin-left: 20px; } .delColor{ color: #ff9900 } .pnstyle{ ...
0.344333
0.119537
@font-face { font-family: Sigmar One; src: url(sigmarone.ttf); font-weight: 400; } html, body { width: 100%; height: 100%; margin: 0; text-align: center; background: url("background.png"); overflow: hidden; } #container { position: absolute; background: #999; overflow: auto; } h1, h2, p { clear: both; ...
explodingbob/game/style.css
@font-face { font-family: Sigmar One; src: url(sigmarone.ttf); font-weight: 400; } html, body { width: 100%; height: 100%; margin: 0; text-align: center; background: url("background.png"); overflow: hidden; } #container { position: absolute; background: #999; overflow: auto; } h1, h2, p { clear: both; ...
0.171061
0.071689
label.error, span.red, span.required{ color: red; } .right{ float: right; } .left{ float: left; } .center{ text-align: center; } /* Notification */ #notification_error, #notificationErr, #message_error { position: fixed; top: 51px; width: 23%; right: 0px; height: auto; z-index: 9999; text-align: center; font-weight: no...
assets/pages/css/front-style.css
label.error, span.red, span.required{ color: red; } .right{ float: right; } .left{ float: left; } .center{ text-align: center; } /* Notification */ #notification_error, #notificationErr, #message_error { position: fixed; top: 51px; width: 23%; right: 0px; height: auto; z-index: 9999; text-align: center; font-weight: no...
0.477311
0.156717
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Poppins", sans-serif; /* =============================== BACKGROUND =============================== */ background: rgb(224, 28, 52); ...
styles/main.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Poppins", sans-serif; /* =============================== BACKGROUND =============================== */ background: rgb(224, 28, 52); ...
0.379148
0.086864
p { font-size: 18px; text-align: justify; } .image { height: 450px; width: 100%; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; border-radius: 10px; box-shadow: 0 0 6px 3px black; opacity: 0; transition: opacity 1s, transform 2s; z...
public/css/services.css
p { font-size: 18px; text-align: justify; } .image { height: 450px; width: 100%; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; border-radius: 10px; box-shadow: 0 0 6px 3px black; opacity: 0; transition: opacity 1s, transform 2s; z...
0.676086
0.190931
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); * { margin: 0; padding: 0; text-decoration: none; } body { font-family: "Montserrat", sans-serif; } nav { width: 100%; height: 150px; position: relative; display: flex; } .nav-logo { width: 60%; float: left; } .nav-logo...
public/stylesheets/landing.css
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); * { margin: 0; padding: 0; text-decoration: none; } body { font-family: "Montserrat", sans-serif; } nav { width: 100%; height: 150px; position: relative; display: flex; } .nav-logo { width: 60%; float: left; } .nav-logo...
0.414899
0.068537