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
* { padding: 0; margin: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { font-family: 'Poppins', sans-serif; overflow: visible; background-color: #f2f2f2; flex-direction: column; justify-content: center; align-items: center; } div { display: block; } ...
public/css/pet_records.css
* { padding: 0; margin: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { font-family: 'Poppins', sans-serif; overflow: visible; background-color: #f2f2f2; flex-direction: column; justify-content: center; align-items: center; } div { display: block; } ...
0.482429
0.135575
@media screen and (min-width: 320px) and (max-width: 430px){ body{ margin: 0; padding: 0; color: #FFF; font-family: "Poiret One", cursive; background: #97071E; } .container{ background: #97071E; } .box_proyect img{ border: 2px solid #fff; border-top-right-radius: 5%; bo...
assets/css/media.css
@media screen and (min-width: 320px) and (max-width: 430px){ body{ margin: 0; padding: 0; color: #FFF; font-family: "Poiret One", cursive; background: #97071E; } .container{ background: #97071E; } .box_proyect img{ border: 2px solid #fff; border-top-right-radius: 5%; bo...
0.173849
0.076857
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); h1 { margin-left: 35%; background-image: linear-gradient(180deg, #8e0e00 ,#1f1c18); font-family: lobster; background-clip: text; font-size: 2.5em ; /* text-shadow: -2px 0px #8e0e00 ; */ text-fill-color: transparent; backgro...
style.css
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); h1 { margin-left: 35%; background-image: linear-gradient(180deg, #8e0e00 ,#1f1c18); font-family: lobster; background-clip: text; font-size: 2.5em ; /* text-shadow: -2px 0px #8e0e00 ; */ text-fill-color: transparent; backgro...
0.386185
0.086054
.tab-container{ background-color: #fff; border: 1px; border-color: #000; } .nav-tabs .nav-link.active { color: #000; border-color: #dee2e6; } .nav-tabs .nav-link { color: #0099ff; } .tab { overflow: hidden; /*border: 1px solid #000;*/ background-color: #f1f1f1; } /* Style the tab co...
css/tab.css
.tab-container{ background-color: #fff; border: 1px; border-color: #000; } .nav-tabs .nav-link.active { color: #000; border-color: #dee2e6; } .nav-tabs .nav-link { color: #0099ff; } .tab { overflow: hidden; /*border: 1px solid #000;*/ background-color: #f1f1f1; } /* Style the tab co...
0.387227
0.064653
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400); @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, addres...
images/previews/Le Club _ Glitch Shader with Threejs_files/main.css
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400); @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, addres...
0.328314
0.110976
.contact { background-color: #191919; padding: 50px; } h1.hire__text { font-size: 60px; } h2.hire__text { font-size: 40px; } p.hire__text { font-size: 18px; line-height: 30px; color: rgba(29, 29, 36, 0.75); font-weight: 400; } input.contact { display: block; width: 100%; padding...
src/Contact.css
.contact { background-color: #191919; padding: 50px; } h1.hire__text { font-size: 60px; } h2.hire__text { font-size: 40px; } p.hire__text { font-size: 18px; line-height: 30px; color: rgba(29, 29, 36, 0.75); font-weight: 400; } input.contact { display: block; width: 100%; padding...
0.244093
0.050799
.appwrapper { position: relative; display: flex; width: 100%; height: 100%; overflow:hidden; } .spiner-wrapper { position: absolute; z-index: 99999; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .mdl-spinner-big { width: 80px!import...
dev/stylesheets/admin/index.css
.appwrapper { position: relative; display: flex; width: 100%; height: 100%; overflow:hidden; } .spiner-wrapper { position: absolute; z-index: 99999; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .mdl-spinner-big { width: 80px!import...
0.510741
0.060752
body{ margin:0px auto; width:100%; float:left; font-family:helvetica; } /* css properties of header */ body .header_nav{ width:100%; float:left; height:3.9583333333333335vw; border:0vw; border-bottom:1px solid #dfdfdf; box-shadow: 0px 0px 8px #ccc; } body .header_nav nav{ w...
doc/css/style-doc.css
body{ margin:0px auto; width:100%; float:left; font-family:helvetica; } /* css properties of header */ body .header_nav{ width:100%; float:left; height:3.9583333333333335vw; border:0vw; border-bottom:1px solid #dfdfdf; box-shadow: 0px 0px 8px #ccc; } body .header_nav nav{ w...
0.261708
0.03378
ul li { list-style: disc; margin-bottom: 7px } ul, ol { padding-inline-start: 20px } ol ol, ol ul, ul ol, ul ul { margin: 7px 0 } blockquote { border-left: 0.25em solid #CCC; margin: 0; padding: 0 1em } .navbar-nav .nav-item { list-style: none; padding: 0 } footer ul li { li...
assets/sdp-code-hub/site.css
ul li { list-style: disc; margin-bottom: 7px } ul, ol { padding-inline-start: 20px } ol ol, ol ul, ul ol, ul ul { margin: 7px 0 } blockquote { border-left: 0.25em solid #CCC; margin: 0; padding: 0 1em } .navbar-nav .nav-item { list-style: none; padding: 0 } footer ul li { li...
0.439747
0.107063
.landscape-only { display: none; } .landscape-hidden { display: unset; } @media screen and (orientation: landscape) { .landscape-only { display: unset; } .landscape-hidden { display: none; } } .xs-or-smaller { display: none; } .sm-or-smaller { display: none; } .md-o...
assets/css/size_toggles.css
.landscape-only { display: none; } .landscape-hidden { display: unset; } @media screen and (orientation: landscape) { .landscape-only { display: unset; } .landscape-hidden { display: none; } } .xs-or-smaller { display: none; } .sm-or-smaller { display: none; } .md-o...
0.566019
0.195613
html,body {height: 100vh; color: #1a1a1a;} #wrap {position: relative; height: 100vh; color: #1a1a1a;} #wrap .inner {position: absolute; top: 40px; left: 40px; height: calc(100% - 80px); width: calc(100% - 160px); } .num {font-family: 'CoreGothicE-7ExtraBold', sans-serif;} .en_s {font-family: 'Helvetica-Light', sans-ser...
css/style.css
html,body {height: 100vh; color: #1a1a1a;} #wrap {position: relative; height: 100vh; color: #1a1a1a;} #wrap .inner {position: absolute; top: 40px; left: 40px; height: calc(100% - 80px); width: calc(100% - 160px); } .num {font-family: 'CoreGothicE-7ExtraBold', sans-serif;} .en_s {font-family: 'Helvetica-Light', sans-ser...
0.278159
0.12665
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic"); /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, co...
css/main.css
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic"); /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, co...
0.427038
0.09645
html { -webkit-text-size-adjust: 100%; font-size: 100%; } body { background-color: white; color: #666666; line-height: 1.7857; font-weight: normal; font-style: normal; font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana", "sans-serif"; } body, input, textarea, select, button{ t...
web/themes/default/css/default.css
html { -webkit-text-size-adjust: 100%; font-size: 100%; } body { background-color: white; color: #666666; line-height: 1.7857; font-weight: normal; font-style: normal; font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana", "sans-serif"; } body, input, textarea, select, button{ t...
0.333612
0.083928
html, body {width:100%; padding:0; margin:0;} body { font: 14px/18px "Times New Roman", Times, serif; color:#979797; min-width:1020px; background: #fff; } .ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0} .sub-pa...
web/bundles/proyecto/css/style.css
html, body {width:100%; padding:0; margin:0;} body { font: 14px/18px "Times New Roman", Times, serif; color:#979797; min-width:1020px; background: #fff; } .ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0} .sub-pa...
0.282493
0.077518
* v1.0 By Mikhoul * Based on enile8 Grayed Out Style */ @namespace html url(http://www.w3.org/1999/xhtml); @namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); .bookmark-item[label="about:Home"], .bookmark-item[label="about:home"], #main-window[stylish-url="about:Home"] #page-pr...
data/usercss/125451.user.css
* v1.0 By Mikhoul * Based on enile8 Grayed Out Style */ @namespace html url(http://www.w3.org/1999/xhtml); @namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); .bookmark-item[label="about:Home"], .bookmark-item[label="about:home"], #main-window[stylish-url="about:Home"] #page-pr...
0.364438
0.097519
.main { background-color: #808080; background-size: 100%; height: 600px; padding-left: 0; padding-right: 0; } .github { position: absolute; top: 0; right: 0; border: 0; width: 149px; height: 149px; background-image: url('https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png'); ...
2014/www/static/css/custom.css
.main { background-color: #808080; background-size: 100%; height: 600px; padding-left: 0; padding-right: 0; } .github { position: absolute; top: 0; right: 0; border: 0; width: 149px; height: 149px; background-image: url('https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png'); ...
0.557002
0.104158
@charset "utf-8"; /* CSS Document */ /****************************** [Table of Contents] 1. Fonts 2. Body and some general stuff 3. Header 3.1 Top Bar 3.2 Header Main 3.3 Main Navigation 3.4 Page Menu 4. Home 5. Single Product 6. Recently Viewed 7. Brands 8. Newsletter 9. Footer *********...
public_html/css/product_styles.css
@charset "utf-8"; /* CSS Document */ /****************************** [Table of Contents] 1. Fonts 2. Body and some general stuff 3. Header 3.1 Top Bar 3.2 Header Main 3.3 Main Navigation 3.4 Page Menu 4. Home 5. Single Product 6. Recently Viewed 7. Brands 8. Newsletter 9. Footer *********...
0.225417
0.032467
@-moz-viewport {width: device-width; scale:1;} @-ms-viewport {width: device-width; scale:1;} @-o-viewport {width: device-width; scale:1;} @-webkit-viewport {width: device-width; scale:1;} @viewport {width: device-width; scale:1;} * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-bo...
css/main.css
@-moz-viewport {width: device-width; scale:1;} @-ms-viewport {width: device-width; scale:1;} @-o-viewport {width: device-width; scale:1;} @-webkit-viewport {width: device-width; scale:1;} @viewport {width: device-width; scale:1;} * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-bo...
0.234319
0.071591
:host { background-color: #00162b; flex: 1 45%; padding: 5px; margin: 5px; box-sizing: border-box; } :host.error { background-color: #F85050; } :host.error .messages { background-color: #FF0000 !important; } .header { /* background-color: lightsalmon; ...
src/KafkaLearning.Web/ClientApp/src/app/listener/listener.component.css
:host { background-color: #00162b; flex: 1 45%; padding: 5px; margin: 5px; box-sizing: border-box; } :host.error { background-color: #F85050; } :host.error .messages { background-color: #FF0000 !important; } .header { /* background-color: lightsalmon; ...
0.579876
0.164382
@import "../common/index.css"; @import "../common/iconfont/icons.css"; @-webkit-keyframes rbtFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes rbtFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes rbtFadeOut { 0% { opacity: 1; } 100% { opacity...
src/style/components/drawer.css
@import "../common/index.css"; @import "../common/iconfont/icons.css"; @-webkit-keyframes rbtFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes rbtFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes rbtFadeOut { 0% { opacity: 1; } 100% { opacity...
0.387343
0.078325
body{ background: #F1F1F1; } .addthis-settings-page{ font-weight: 200; margin: 0; font-family: roboto, sans-serif; color: #3E3F3F; font-weight: 300; font-size: 16px; line-height: 1.5; } .addthis-settings-page label, .addthis-settings-page p{ color: #3E3F3F; font-weight: 300; fo...
www/wp-content/plugins/addthis/frontend/src/css/admin/general.css
body{ background: #F1F1F1; } .addthis-settings-page{ font-weight: 200; margin: 0; font-family: roboto, sans-serif; color: #3E3F3F; font-weight: 300; font-size: 16px; line-height: 1.5; } .addthis-settings-page label, .addthis-settings-page p{ color: #3E3F3F; font-weight: 300; fo...
0.344885
0.05921
.clear{ clear:both; } .dragDropWrap{ max-width:85%; min-height: 460px; margin:0 auto; padding:0; position:relative; } .dragDropWrap .innerContent{ margin:0 20px; position:relative; } .lftColumn{ float:left; width:306px; min-height:459px; padding:8px 8px 0; background: url(assets/images/lft_col_bg.png...
lalit/assets/css/templates/dnd_one_to_one.css
.clear{ clear:both; } .dragDropWrap{ max-width:85%; min-height: 460px; margin:0 auto; padding:0; position:relative; } .dragDropWrap .innerContent{ margin:0 20px; position:relative; } .lftColumn{ float:left; width:306px; min-height:459px; padding:8px 8px 0; background: url(assets/images/lft_col_bg.png...
0.228156
0.067547
html, body { position: fixed; overflow: hidden; right: 0; left: 0; bottom: 0; top: 0; } .reader_layout { position: fixed; top: 30px; bottom: 0; left: 0; right: 0; border-top: 1px solid #eee; } .reader_layout_navigation { width: 20%; height: 100%; position: absolute; border-right: 1px s...
src/main/webapp/WEB-INF/apps/knowledge/web/css/reader.css
html, body { position: fixed; overflow: hidden; right: 0; left: 0; bottom: 0; top: 0; } .reader_layout { position: fixed; top: 30px; bottom: 0; left: 0; right: 0; border-top: 1px solid #eee; } .reader_layout_navigation { width: 20%; height: 100%; position: absolute; border-right: 1px s...
0.653127
0.078219
* { engine: adwaita; padding: 1; /* Style properties */ -GtkToolButton-icon-spacing: 6; -GtkTextView-error-underline-color: #7c3547; -GtkPaned-handle-size: 3; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 12; -GtkScrolledWindow-scrollbar-spacing: 0; -...
gtk/naos/gtk-3.0/gtk-widgets.css
* { engine: adwaita; padding: 1; /* Style properties */ -GtkToolButton-icon-spacing: 6; -GtkTextView-error-underline-color: #7c3547; -GtkPaned-handle-size: 3; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 12; -GtkScrolledWindow-scrollbar-spacing: 0; -...
0.477554
0.159217
html { -webkit-text-size-adjust: auto; -ms-text-size-adjust: auto; } html, body, img, form { margin: 0px; padding: 0px; border: none; letter-spacing: normal; } html, body { height: 100%; -webkit-font-smoothing: antialiased; } body { background-color: #fafafa; } body.inner-body { ...
assets/css/style.css
html { -webkit-text-size-adjust: auto; -ms-text-size-adjust: auto; } html, body, img, form { margin: 0px; padding: 0px; border: none; letter-spacing: normal; } html, body { height: 100%; -webkit-font-smoothing: antialiased; } body { background-color: #fafafa; } body.inner-body { ...
0.314893
0.074973
body { width: 100%; height: 100%; } .bgdark { background-color: #242424 !important; } #result { overflow: hidden; margin: auto; height: 100%; background-color: #242424; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @keyframes fadein-up { from { opacity: 0; t...
src/assets/css/pages/result.css
body { width: 100%; height: 100%; } .bgdark { background-color: #242424 !important; } #result { overflow: hidden; margin: auto; height: 100%; background-color: #242424; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @keyframes fadein-up { from { opacity: 0; t...
0.47025
0.115262
html,body { padding: 0px; margin: 0px; font-family: 'Ubuntu', sans-serif; color: #333333; background-color: white; scroll-behavior: smooth; } #site{ margin: 8%; margin-top: 0px; padding-bottom: 90px; } .add-new{ border: solid #c9c9c9; border-width: 1px; color: #f5f5f5; opacity: 0.8; font-...
sdv/docker/sdvmodel/website/style/index.css
html,body { padding: 0px; margin: 0px; font-family: 'Ubuntu', sans-serif; color: #333333; background-color: white; scroll-behavior: smooth; } #site{ margin: 8%; margin-top: 0px; padding-bottom: 90px; } .add-new{ border: solid #c9c9c9; border-width: 1px; color: #f5f5f5; opacity: 0.8; font-...
0.265119
0.077134
span.mtk3 { font-family: liga-gidole; margin-left: 2px; font-size: 1.2em } span.mtk3.ced-1-TextEditorDecorationType34-1 { font-family: liga-gidole; font-size: 1.5em; font-weight: 700; text-shadow: 0 0 4px #72edeb } span.mtk3.ced-1-TextEditorDecorationType33-1 { text-shadow: 0 0 3px rgb...
vscode/injectedTheme/styles.css
span.mtk3 { font-family: liga-gidole; margin-left: 2px; font-size: 1.2em } span.mtk3.ced-1-TextEditorDecorationType34-1 { font-family: liga-gidole; font-size: 1.5em; font-weight: 700; text-shadow: 0 0 4px #72edeb } span.mtk3.ced-1-TextEditorDecorationType33-1 { text-shadow: 0 0 3px rgb...
0.385837
0.402862
body { height: 100%; width: 100%; margin: 0; padding: 0; font-family: "Intro_Script", CenturyGothic, AppleGothic, sans-serif; font-size: 14px; font-weight: 400; color: #681e20; } a, a:hover, a:focus { text-decoration: none; color: inherit; } .outer-wrapper { display: table; ...
public/css/style-femininity.css
body { height: 100%; width: 100%; margin: 0; padding: 0; font-family: "Intro_Script", CenturyGothic, AppleGothic, sans-serif; font-size: 14px; font-weight: 400; color: #681e20; } a, a:hover, a:focus { text-decoration: none; color: inherit; } .outer-wrapper { display: table; ...
0.498291
0.075176
height: auto; width: 100%; margin: 0px; padding-top: 30px; padding-right: 0px; padding-bottom: 30px; padding-left: 0px; } .padma-row{ width: 100%; position: relative; } .padma-row-header1{ width: 100%; } .padma-row-header1-nav{ width: 100%; height: 80px; } .padma-row-header1-nav-logo{ max-width: 1...
public/builder/pagebuilderfront.css
height: auto; width: 100%; margin: 0px; padding-top: 30px; padding-right: 0px; padding-bottom: 30px; padding-left: 0px; } .padma-row{ width: 100%; position: relative; } .padma-row-header1{ width: 100%; } .padma-row-header1-nav{ width: 100%; height: 80px; } .padma-row-header1-nav-logo{ max-width: 1...
0.29209
0.060836
.textField{ width: 100%; } .menu{ width: 97%; margin: auto; } .botonCarro{ width: 90%; height: auto; background: #282828; color: #ffffff; border-color: #ffffff; padding:5px; font-weight: bold; margin: auto; } .botonCarro:hover{ width: 90%; height: auto; background...
css/invitaciones.css
.textField{ width: 100%; } .menu{ width: 97%; margin: auto; } .botonCarro{ width: 90%; height: auto; background: #282828; color: #ffffff; border-color: #ffffff; padding:5px; font-weight: bold; margin: auto; } .botonCarro:hover{ width: 90%; height: auto; background...
0.369429
0.097648
.GeneralDialog { width: 500px; } .GeneralContent { position: relative; background-color: #FFF; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 ...
web/Regular_UI/css/general.css
.GeneralDialog { width: 500px; } .GeneralContent { position: relative; background-color: #FFF; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 ...
0.442877
0.085366
*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /*colors: green: #003a07 white: #fffff0 blue: #161687 black: #000B02*/ /*Universal Selectors****************/ h1,h3,button { font-family: 'Permanent Marker', cursive; color: #ffff...
css/styles.css
*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /*colors: green: #003a07 white: #fffff0 blue: #161687 black: #000B02*/ /*Universal Selectors****************/ h1,h3,button { font-family: 'Permanent Marker', cursive; color: #ffff...
0.407923
0.087175
.plans { width: 836px; margin: 50px auto; overflow: hidden; } .plan { float: left; width: 22%; margin: 20px 2px; padding: 15px 25px; text-align: center; background: white; background-clip: padding-box; border: 2px solid #e5ded6; border-color: rgba(0, 0, 0, 0.1); border-radius: 5px; } .plan-t...
assets/css/style.css
.plans { width: 836px; margin: 50px auto; overflow: hidden; } .plan { float: left; width: 22%; margin: 20px 2px; padding: 15px 25px; text-align: center; background: white; background-clip: padding-box; border: 2px solid #e5ded6; border-color: rgba(0, 0, 0, 0.1); border-radius: 5px; } .plan-t...
0.332527
0.130452
@import url('https://fonts.googleapis.com/css?family=Montserrat'); /* Addition aside from original template */ .center { margin-left: auto; margin-right: auto; width: 100%; } .text-center{ text-align: center; } .middle { top:10px; width: 100%; } .v-center{ display: flex; justify-content: center; flex-...
public/css/agency.css
@import url('https://fonts.googleapis.com/css?family=Montserrat'); /* Addition aside from original template */ .center { margin-left: auto; margin-right: auto; width: 100%; } .text-center{ text-align: center; } .middle { top:10px; width: 100%; } .v-center{ display: flex; justify-content: center; flex-...
0.380299
0.077134
@import "widgets/scheduleCallbackWidget.css"; html { color: #222; line-height: 1.4; margin: 0; padding: 0; box-sizing: border-box; } body { height: 100%; width: 100%; position: absolute; padding: 0; margin: 0; } .app { font-family: Lato, Arial, Sans-serif; background-c...
client/src/app.css
@import "widgets/scheduleCallbackWidget.css"; html { color: #222; line-height: 1.4; margin: 0; padding: 0; box-sizing: border-box; } body { height: 100%; width: 100%; position: absolute; padding: 0; margin: 0; } .app { font-family: Lato, Arial, Sans-serif; background-c...
0.38145
0.065695
@charset "UTF-8"; * { box-sizing: border-box; } .intv-video { position: relative; width: 880px; } .help-layer { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: cen...
mergeNewFunc/intvvideo.css
@charset "UTF-8"; * { box-sizing: border-box; } .intv-video { position: relative; width: 880px; } .help-layer { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: cen...
0.385143
0.045777
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Itim&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,30...
estilo.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Itim&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,30...
0.242654
0.06666
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document regexp("^(http|https)://anilist\\.co/(?!(animelist|mangalist)).*") { body, #wrapBottom, footer, .foot_left, #commonContent-wrapper, #commonContent { background: none repeat scroll 0% 0% rgb(51, 51, 51)!important; color: #ccc; } .submitDataSe...
data/usercss/97167.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document regexp("^(http|https)://anilist\\.co/(?!(animelist|mangalist)).*") { body, #wrapBottom, footer, .foot_left, #commonContent-wrapper, #commonContent { background: none repeat scroll 0% 0% rgb(51, 51, 51)!important; color: #ccc; } .submitDataSe...
0.242206
0.084833
.btn-xs { padding: 0.0625rem -0.125rem; font-size: 0.75rem; line-height: 1.25; border-radius: 0.0625rem; } .btn-white { color: #212529; background-color: white; border-color: white; } .btn-white:hover { color: #212529; background-color: #ccc; border-color: #e6e6e6; } .btn-white:focus, .bt...
dist/css/component-buttons.css
.btn-xs { padding: 0.0625rem -0.125rem; font-size: 0.75rem; line-height: 1.25; border-radius: 0.0625rem; } .btn-white { color: #212529; background-color: white; border-color: white; } .btn-white:hover { color: #212529; background-color: #ccc; border-color: #e6e6e6; } .btn-white:focus, .bt...
0.28587
0.039639
:root { --background-color: #222; --primary-color-ligth: #96d811; --primary-color: #99cc33; --primary-color-dark: #79b61e; --primary-color-shadow: #7ab81d47; --secondary-color: #003f1f; --secondary-color-shadow: #003f1f57; --disable-color: #959ba1; --error-color: #ed1c24; } html, bo...
public/css/custom.css
:root { --background-color: #222; --primary-color-ligth: #96d811; --primary-color: #99cc33; --primary-color-dark: #79b61e; --primary-color-shadow: #7ab81d47; --secondary-color: #003f1f; --secondary-color-shadow: #003f1f57; --disable-color: #959ba1; --error-color: #ed1c24; } html, bo...
0.52975
0.123445
html { scroll-behavior: smooth; } h5, h6 { margin-top: 0% !important; color: black; } #tm, #tm > h5, #tm > h6 { color: #ffffff !important; } .logo { display: inline; } .navbar-brand { font-weight: 700; margin-top: -12px; } .navbar-brand img { position: relative; right: 10px; bottom: 5px; opacit...
main.css
html { scroll-behavior: smooth; } h5, h6 { margin-top: 0% !important; color: black; } #tm, #tm > h5, #tm > h6 { color: #ffffff !important; } .logo { display: inline; } .navbar-brand { font-weight: 700; margin-top: -12px; } .navbar-brand img { position: relative; right: 10px; bottom: 5px; opacit...
0.297674
0.07117
html, body { color: #636b6f; font-family: Arial, Helvetica, sans-serif; font-weight: 200; margin: 0; min-height: 100%; width: 100%; background-color: #fff0; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } html { background-image: url('/img/pakjesavond.jpeg'); } nav { ba...
public/css/main.css
html, body { color: #636b6f; font-family: Arial, Helvetica, sans-serif; font-weight: 200; margin: 0; min-height: 100%; width: 100%; background-color: #fff0; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } html { background-image: url('/img/pakjesavond.jpeg'); } nav { ba...
0.398524
0.069289
@font-face{ font-family: 'Segoe UI'; src : url('../fonts/segoeui.ttf'); } body{ background-color:#fff !important; font-family: 'Segoe UI'; } html{ width: 100%; height: 100%; margin: 0px; padding: 0px; } /* ====================================== SECTION STYLING ========================*/ #whi...
public/css/home.css
@font-face{ font-family: 'Segoe UI'; src : url('../fonts/segoeui.ttf'); } body{ background-color:#fff !important; font-family: 'Segoe UI'; } html{ width: 100%; height: 100%; margin: 0px; padding: 0px; } /* ====================================== SECTION STYLING ========================*/ #whi...
0.229363
0.060004
.swiper { background: #fff; } .content { width: 100%; margin: 0 auto; } .content .search { width: 100%; height: 90px; margin-top: 1rem; position: fixed; top: 0; z-index: 200; } .content .search input { width: 65%; height: 2rem; float: left; margin-left: 1rem; outline: none; padding-left...
family/src/components/css/mains.css
.swiper { background: #fff; } .content { width: 100%; margin: 0 auto; } .content .search { width: 100%; height: 90px; margin-top: 1rem; position: fixed; top: 0; z-index: 200; } .content .search input { width: 65%; height: 2rem; float: left; margin-left: 1rem; outline: none; padding-left...
0.533884
0.069352
.background_gainsboro5, .hover_background_gainsboro5:hover, .active_background_gainsboro5:active:hover { background: #5c5c5c; background-image: -moz-linear-gradient(top, rgb(115, 115, 115) 0%, rgb(92, 92, 92) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(115, 1...
widgets/common/assets/gradients/simple/gainsboro/gainsboro5.css
.background_gainsboro5, .hover_background_gainsboro5:hover, .active_background_gainsboro5:active:hover { background: #5c5c5c; background-image: -moz-linear-gradient(top, rgb(115, 115, 115) 0%, rgb(92, 92, 92) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(115, 1...
0.475118
0.096578
.debug_bar_wrap{clear:both;display:block;position:relative;z-index:80;height:32px;background-color:#1ABC9C} .debug_bar_content{display:none;position:absolute;z-index:81;width:100%;top:32px;min-height:300px;overflow:hidden;background:#fff;overflow-y:scroll;box-sizing:content-box;border-top:thin solid gray} .debug_bar_te...
kh/board/plugin/debugbar/style.css
.debug_bar_wrap{clear:both;display:block;position:relative;z-index:80;height:32px;background-color:#1ABC9C} .debug_bar_content{display:none;position:absolute;z-index:81;width:100%;top:32px;min-height:300px;overflow:hidden;background:#fff;overflow-y:scroll;box-sizing:content-box;border-top:thin solid gray} .debug_bar_te...
0.229535
0.070017
* { margin: 0; padding: 0; outline: none !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-family: 'Roboto', sans-serif; margin: 0px; padding: 0px; outline: none; background: #f2f2f2 !important; font-size: 14px; overflow-x: hidden; ...
public/css/mystyle-old.css
* { margin: 0; padding: 0; outline: none !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-family: 'Roboto', sans-serif; margin: 0px; padding: 0px; outline: none; background: #f2f2f2 !important; font-size: 14px; overflow-x: hidden; ...
0.27973
0.092237
body { font: 14px Consolas, monaco, monospace; margin: 20px; background-color: #fff; } textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; } img { float: left; user-drag: none; -webkit-user-drag: none; } button ...
roller/roller.css
body { font: 14px Consolas, monaco, monospace; margin: 20px; background-color: #fff; } textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; } img { float: left; user-drag: none; -webkit-user-drag: none; } button ...
0.238018
0.039825
* { --c-blue: #005faf; } svg { fill: currentColor; } img { max-width: 100%; height: auto; } .slide { padding-bottom: 75px; } .dark { background-color: #000000; color: #ffffff; } .dark h2 { color: white; } .centered { display: flex; justify-content: center; align-items: ...
mystyles.css
* { --c-blue: #005faf; } svg { fill: currentColor; } img { max-width: 100%; height: auto; } .slide { padding-bottom: 75px; } .dark { background-color: #000000; color: #ffffff; } .dark h2 { color: white; } .centered { display: flex; justify-content: center; align-items: ...
0.503906
0.161982
html { min-height: 100%; position: relative; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizelegibility } body { padding-top: 40px; padding-bottom: 0; min-height: 100%; font-family: Helvetica, sans-serif,"Microsoft YaHei","simsun"; -webkit-fon...
public/css/style.css
html { min-height: 100%; position: relative; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizelegibility } body { padding-top: 40px; padding-bottom: 0; min-height: 100%; font-family: Helvetica, sans-serif,"Microsoft YaHei","simsun"; -webkit-fon...
0.285073
0.05647
@import url('colors.css'); body { font-family: Verdana; } /* Fixed Headers */ /* fixed column headers */ thead th { position: -webkit-sticky; position: sticky; top: 0; z-index: 2; } thead th:first-child { left: 0; z-index: 3; } tbody tr td:first-child { z-index: 2; left: 0; pos...
src/pages/css/tables.css
@import url('colors.css'); body { font-family: Verdana; } /* Fixed Headers */ /* fixed column headers */ thead th { position: -webkit-sticky; position: sticky; top: 0; z-index: 2; } thead th:first-child { left: 0; z-index: 3; } tbody tr td:first-child { z-index: 2; left: 0; pos...
0.486819
0.118564
@charset "UTF-8"; /** * * @authors Matao (<EMAIL>) * @date 2018-01-21 00:03:26 * @version $Id$ */ /*导航栏公共样式Start*/ .navbar-inverse { background-color: #000; border-color: #080808; } .navbar>li>a{ color:#FFF; } .icon-search{ line-height:70px; color:#bdbdbd; } .navbar-nav>li>a{ font-weight...
Bootstrap/css/admin.css
@charset "UTF-8"; /** * * @authors Matao (<EMAIL>) * @date 2018-01-21 00:03:26 * @version $Id$ */ /*导航栏公共样式Start*/ .navbar-inverse { background-color: #000; border-color: #080808; } .navbar>li>a{ color:#FFF; } .icon-search{ line-height:70px; color:#bdbdbd; } .navbar-nav>li>a{ font-weight...
0.232397
0.049912
.iscroll-luo-box { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; } .iscroll-luo-box div { position: relative; } .iscroll-luo-box .sl_scroller { width: 100%; height: 100%; overflow: hidden; } .iscroll-luo-box .sl_scroller > div { min-height: calc(100% + 1px); /*di...
src/a_component/iscrollLuo/index.css
.iscroll-luo-box { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; } .iscroll-luo-box div { position: relative; } .iscroll-luo-box .sl_scroller { width: 100%; height: 100%; overflow: hidden; } .iscroll-luo-box .sl_scroller > div { min-height: calc(100% + 1px); /*di...
0.390825
0.044974
html { height:100%; } body { font-family:Verdana, Arial, Helvetica, Sans-serif; font-weight:normal; font-size:13px; background:url("../imgs/bg.jpg") repeat-x 0px 0px; text-align:center; /* background-attachment:fixed;*/ padding:0px; margin:0px; height:100%; } center { height:100%; } #vp { wi...
ph-css/src/test/resources/testfiles/css21/good/phloc/test/main.css
html { height:100%; } body { font-family:Verdana, Arial, Helvetica, Sans-serif; font-weight:normal; font-size:13px; background:url("../imgs/bg.jpg") repeat-x 0px 0px; text-align:center; /* background-attachment:fixed;*/ padding:0px; margin:0px; height:100%; } center { height:100%; } #vp { wi...
0.263126
0.056574
@const ICON_URL: url(Resources.pak#16\icon_url.png); @const ICON_LOADING: url(Resources.pak#16\icon_loading.png); @const ICON_PAUSE: url(Resources.pak#16\icon_pause.png); @const ICON_STOP: url(Resources.pak#16\icon_stop.png); @const ICON_EMPTY: url(Resources.pak#16\icon_empty.png); @const ICON_CHECKED: url(Resources.pa...
packs/Resources/tabbar.css
@const ICON_URL: url(Resources.pak#16\icon_url.png); @const ICON_LOADING: url(Resources.pak#16\icon_loading.png); @const ICON_PAUSE: url(Resources.pak#16\icon_pause.png); @const ICON_STOP: url(Resources.pak#16\icon_stop.png); @const ICON_EMPTY: url(Resources.pak#16\icon_empty.png); @const ICON_CHECKED: url(Resources.pa...
0.412767
0.091342
@charset "utf-8"; /* CSS Document */ *{ padding:0;margin:0; } .PS_ab{ position:absolute; } .ready_one{ width:100%;overflow:hidden; } .ready_one ul li{ height:833px;background:url(../PNG/01.png) center;position:relative; } .one_li{ float:left;text-align:center; } .one_li_dw{ position:absolute;left:0; } .one_...
CSS/welcome.css
@charset "utf-8"; /* CSS Document */ *{ padding:0;margin:0; } .PS_ab{ position:absolute; } .ready_one{ width:100%;overflow:hidden; } .ready_one ul li{ height:833px;background:url(../PNG/01.png) center;position:relative; } .one_li{ float:left;text-align:center; } .one_li_dw{ position:absolute;left:0; } .one_...
0.341143
0.063657
@-moz-document domain(zip.4chan.org), domain(img.4chan.org), domain(orz.4chan.org), domain(cgi.4chan.org) { html,body { background-color:#c9c8aa !important; background-image:url(http://img225.imageshack.us/img225/2859/foxhoundemblemsl1.png) !important; background-position: right bottom !important; background-re...
data/usercss/10376.user.css
@-moz-document domain(zip.4chan.org), domain(img.4chan.org), domain(orz.4chan.org), domain(cgi.4chan.org) { html,body { background-color:#c9c8aa !important; background-image:url(http://img225.imageshack.us/img225/2859/foxhoundemblemsl1.png) !important; background-position: right bottom !important; background-re...
0.41253
0.112308
:root{ --primary-color: #626d71; --primary-variant: #cdcdc0; --secondary-color: #ddbc95; --secondary-variant: #b38867; --font-color: #ffffff; --secondary-variant-hover: #B37647; } html, body{ padding: 0; margin: 0; width: 100%; min-height: 100%; height: 100%; position: relative; background-color: var(--pr...
public/welcome.css
:root{ --primary-color: #626d71; --primary-variant: #cdcdc0; --secondary-color: #ddbc95; --secondary-variant: #b38867; --font-color: #ffffff; --secondary-variant-hover: #B37647; } html, body{ padding: 0; margin: 0; width: 100%; min-height: 100%; height: 100%; position: relative; background-color: var(--pr...
0.398875
0.098079
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0 } fieldset, img { border: 0 } :focus { outline: 0 } address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: ...
static/css/style.css
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0 } fieldset, img { border: 0 } :focus { outline: 0 } address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: ...
0.400867
0.149252
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @keyframes fade-out { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fade-out { from { o...
css/animations.css
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @keyframes fade-out { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fade-out { from { o...
0.561455
0.147248
@media screen and (max-width:1680px){ .signin {padding: 231px 0;} .signin.signup {padding: 153px 0px;} }/*max-width:1680px*/ @media screen and (max-width:1440px){ .signin {padding: 160px 0;} .signin.signup {padding:78px 0px;} .signin.popup-in {padding: 81px 0;} .signin.signup.popup-in.pop-up {padding: 30px 0;} }...
html/kangml_app/mode/assets/css/responsive.css
@media screen and (max-width:1680px){ .signin {padding: 231px 0;} .signin.signup {padding: 153px 0px;} }/*max-width:1680px*/ @media screen and (max-width:1440px){ .signin {padding: 160px 0;} .signin.signup {padding:78px 0px;} .signin.popup-in {padding: 81px 0;} .signin.signup.popup-in.pop-up {padding: 30px 0;} }...
0.046736
0.05634
@media only screen and (min-width:960px) and (max-width:1160px) { /* Layout /* *************************** */ .container { width:948px; } .container.no-box-shadow { width:940px; } #main { width:600px; } #main.full-width { width:940px; } #main.full-width .no-box-shadow { width:100%; } #t...
web/newTheme/content/themes/css/responsive.css
@media only screen and (min-width:960px) and (max-width:1160px) { /* Layout /* *************************** */ .container { width:948px; } .container.no-box-shadow { width:940px; } #main { width:600px; } #main.full-width { width:940px; } #main.full-width .no-box-shadow { width:100%; } #t...
0.146209
0.081301
.continuar a.active{ display: block; } .unity img.active { filter: none; border: .2rem solid var(--orange); border-radius: .5rem; } .unity textarea.active { color: var(--orange); font-weight: 600; } /********** HEADER **********/ header{ width: 100vw; z-index: 2; } .header{ display: flex; wid...
public/styles/home.css
.continuar a.active{ display: block; } .unity img.active { filter: none; border: .2rem solid var(--orange); border-radius: .5rem; } .unity textarea.active { color: var(--orange); font-weight: 600; } /********** HEADER **********/ header{ width: 100vw; z-index: 2; } .header{ display: flex; wid...
0.359252
0.13681
#fx-editor-navbar .dropdown-menu .col-sm-12 { margin-bottom: 7px; } /* Panel Title */ /* Form */ .fx-editor-modular-form-wrapper .panel { background-color: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -mo...
css/fenix-metadata-editor.css
#fx-editor-navbar .dropdown-menu .col-sm-12 { margin-bottom: 7px; } /* Panel Title */ /* Form */ .fx-editor-modular-form-wrapper .panel { background-color: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -mo...
0.223377
0.035377
.heapBox { position: relative; display: block; min-width: 110px; } .section-line .heapBox { display: inline-block; width: 175px; line-height: 1.3em; } .heapBox * { margin: 0; padding: 0; outline: none; list-style: none; } .heapBox.disabled .holder { color: #989898; } .heapBox.disabled .handler { }...
knowledgebase/wp-content/themes/revija/js/heapbox/heapbox.css
.heapBox { position: relative; display: block; min-width: 110px; } .section-line .heapBox { display: inline-block; width: 175px; line-height: 1.3em; } .heapBox * { margin: 0; padding: 0; outline: none; list-style: none; } .heapBox.disabled .holder { color: #989898; } .heapBox.disabled .handler { }...
0.478041
0.096919
# General --------------------------------------------------------------*/ body { font-family: "Open Sans", sans-serif; color: #fff; } a { color: #f26722; } a:hover { color: #f26722; text-decoration: none; } a:focus{ outline: none; } h1, h2, h3, h4, h5, h6 { font-family: "Roboto", sans-serif; } .menu...
public/web/asset/css/style.css
# General --------------------------------------------------------------*/ body { font-family: "Open Sans", sans-serif; color: #fff; } a { color: #f26722; } a:hover { color: #f26722; text-decoration: none; } a:focus{ outline: none; } h1, h2, h3, h4, h5, h6 { font-family: "Roboto", sans-serif; } .menu...
0.237753
0.061593
body { padding-top: 50px; } .sub-header { padding-bottom: 10px; border-bottom: 1px solid #eee; } .navbar-fixed-top { border: 0; } /* Hide for mobile, show later */ .sidebar { position: fixed; top: 51px; bottom: 0; left: 0; z-index: 1000; padding: 20px; overflow-x: hidden; overflow-y: auto; ...
public/css/admin.css
body { padding-top: 50px; } .sub-header { padding-bottom: 10px; border-bottom: 1px solid #eee; } .navbar-fixed-top { border: 0; } /* Hide for mobile, show later */ .sidebar { position: fixed; top: 51px; bottom: 0; left: 0; z-index: 1000; padding: 20px; overflow-x: hidden; overflow-y: auto; ...
0.507812
0.070176
@-moz-document domain("dailymotion.com"), domain("pornhub.com"), domain("youporn.com"), domain("thiendia.com"), domain("xhamster.com"), domain("freenode.net"), domain("tuoiti.com") { * { background-image: none !important; color: #cccccc !important ; border-color: #3e3e3e !important; } * img { border: 1px sol...
data/usercss/109198.user.css
@-moz-document domain("dailymotion.com"), domain("pornhub.com"), domain("youporn.com"), domain("thiendia.com"), domain("xhamster.com"), domain("freenode.net"), domain("tuoiti.com") { * { background-image: none !important; color: #cccccc !important ; border-color: #3e3e3e !important; } * img { border: 1px sol...
0.068639
0.123445
.site-table tbody tr td {text-align: center;} .site-table tbody tr td .layui-btn+.layui-btn{margin-left: 0px;} .admin-table-page {position: fixed;z-index: 19940201;bottom: 0;width: 100%;background-color: #eee;border-bottom: 1px solid #ddd;left: 0px;} .admin-table-page .page{padding-left:20px;} .admin-table-page .page ....
caxt/src/main/webapp/resources/css/table.css
.site-table tbody tr td {text-align: center;} .site-table tbody tr td .layui-btn+.layui-btn{margin-left: 0px;} .admin-table-page {position: fixed;z-index: 19940201;bottom: 0;width: 100%;background-color: #eee;border-bottom: 1px solid #ddd;left: 0px;} .admin-table-page .page{padding-left:20px;} .admin-table-page .page ....
0.12638
0.122052
width: 1100px; height: 40px; position: relative; margin-left: auto; margin-right: auto; } #mainmenu_menu > .left { position: absolute; left: 0; top: 0; height: 40px; width: 9px; background: url('../gfx/mainmenu_left.png'); }...
css/mainmenu.css
width: 1100px; height: 40px; position: relative; margin-left: auto; margin-right: auto; } #mainmenu_menu > .left { position: absolute; left: 0; top: 0; height: 40px; width: 9px; background: url('../gfx/mainmenu_left.png'); }...
0.318379
0.050331
border: 0; font-size: 10pt; margin: 0 auto; padding: 16px 0; position: absolute; text-align: center; width: 100%; z-index: 9999; } #cookie-law-info-again { font-size: 10pt; margin: 0; padding: 2px 10px; text-align: center; z-index: 9999; cursor: pointer; } #cookie-law-info-bar span { vertical-align: midd...
front_assets/js/revslider/css/cli-style-1.6.5.css
border: 0; font-size: 10pt; margin: 0 auto; padding: 16px 0; position: absolute; text-align: center; width: 100%; z-index: 9999; } #cookie-law-info-again { font-size: 10pt; margin: 0; padding: 2px 10px; text-align: center; z-index: 9999; cursor: pointer; } #cookie-law-info-bar span { vertical-align: midd...
0.291384
0.04807
* { margin: 0; padding: 0; box-sizing: border-box; } body { margin-top: 80px; font-family: 'Montserrat', sans-serif; } a { text-decoration: none; } /* NAVBAR */ #navbar { position: fixed; height: 80px; width: 100%; top: 0; left: 0; background-color: #145A32; text-...
Personal Portfolio Webpage/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { margin-top: 80px; font-family: 'Montserrat', sans-serif; } a { text-decoration: none; } /* NAVBAR */ #navbar { position: fixed; height: 80px; width: 100%; top: 0; left: 0; background-color: #145A32; text-...
0.347426
0.076442
body { background: #cee0f0; font-size: 16px; padding-top: 60px; } .ui.top.menu .item img { border-radius: 4px; } .hidden { display: none !important; } .small { font-size: 14px; } pre.small { font-size: 14px; line-height: 16px; } pre.debug { font-size: 14px; line-height: 16px; box-shadow: ...
public/assets/style.css
body { background: #cee0f0; font-size: 16px; padding-top: 60px; } .ui.top.menu .item img { border-radius: 4px; } .hidden { display: none !important; } .small { font-size: 14px; } pre.small { font-size: 14px; line-height: 16px; } pre.debug { font-size: 14px; line-height: 16px; box-shadow: ...
0.287068
0.092278
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"); @import "animations.css"; :root { --primary-color: rgb(142, 202, 230); --secondary-color: rgb(2, 48, 71); --background-color: rgba(201, 238, 255, 0.9); --background-color-no-opacity: rgb(201, 238, 255); } * { margin: ...
frontend/public/css/style.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"); @import "animations.css"; :root { --primary-color: rgb(142, 202, 230); --secondary-color: rgb(2, 48, 71); --background-color: rgba(201, 238, 255, 0.9); --background-color-no-opacity: rgb(201, 238, 255); } * { margin: ...
0.35354
0.060502
@font-face { font-family: "Itim"; src: url("fonts/Itim-Regular.ttf") format("truetype"); } .dot_black { height: 20px; width: 20px; background-image: url("image/greenball.png"); background-repeat: no-repeat; background-size: cover; display: inline-block; } .dot_gray { height: 20px; width: 20px; b...
assets/gameArea.css
@font-face { font-family: "Itim"; src: url("fonts/Itim-Regular.ttf") format("truetype"); } .dot_black { height: 20px; width: 20px; background-image: url("image/greenball.png"); background-repeat: no-repeat; background-size: cover; display: inline-block; } .dot_gray { height: 20px; width: 20px; b...
0.361052
0.092811
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans|Lato:400,700&subset=latin,latin-ext); body { font-family: 'Open Sans', Calibri, helvetica, sans-serif; } .CodeMirror pre, div.prompt, pre, code { font-family: 'Source Code Pro', 'Lucida Console', Consolas, monospace; } /* General Cleanu...
bin/custom/custom.css
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans|Lato:400,700&subset=latin,latin-ext); body { font-family: 'Open Sans', Calibri, helvetica, sans-serif; } .CodeMirror pre, div.prompt, pre, code { font-family: 'Source Code Pro', 'Lucida Console', Consolas, monospace; } /* General Cleanu...
0.28279
0.08318
.ui_div { display:inline-block; color: #000; font-size: 1.2em; border-radius: 4px; padding: 5px; touch-action: none; } .ui_div_name{ vertical-align: middle; } .btn_delete_ui_node:hover{ color:black; } .sl...
css/app.css
.ui_div { display:inline-block; color: #000; font-size: 1.2em; border-radius: 4px; padding: 5px; touch-action: none; } .ui_div_name{ vertical-align: middle; } .btn_delete_ui_node:hover{ color:black; } .sl...
0.352982
0.054525
.quantityinput { -webkit-appearance: none; border: none; text-align: center; width: 5rem; font-size: 1rem; color: #43484D; padding:0; } .minus { padding: 0; border:none; } .plus { padding: 0; border:none; } .delete { margin-right: 3rem; width: 2.5rem; height: 2...
src/components/cart/ProductCard/ProductCard.module.css
.quantityinput { -webkit-appearance: none; border: none; text-align: center; width: 5rem; font-size: 1rem; color: #43484D; padding:0; } .minus { padding: 0; border:none; } .plus { padding: 0; border:none; } .delete { margin-right: 3rem; width: 2.5rem; height: 2...
0.459804
0.073596
display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 10px; } @media only screen and (max-width: 1400px){ #listen-content-grid{ grid-template-columns: repeat(3, 1fr); } } @media only screen and (max-width: 1200px){ #listen-content-grid{ grid-template-columns: repeat(2, 1fr)...
src/css/Listen.css
display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 10px; } @media only screen and (max-width: 1400px){ #listen-content-grid{ grid-template-columns: repeat(3, 1fr); } } @media only screen and (max-width: 1200px){ #listen-content-grid{ grid-template-columns: repeat(2, 1fr)...
0.26588
0.162979
.mobile-menu { display: none; cursor: pointer; } .mobile-menu div { width: 32px; height: 2px; background: #fff; margin: 8px; transition: 0.3s; } @media (max-width: 550px){ body{ overflow-x: hidden; } header{ /* background-color: rgba(49, 49, 40, 0.1); */ ...
responsividade.css
.mobile-menu { display: none; cursor: pointer; } .mobile-menu div { width: 32px; height: 2px; background: #fff; margin: 8px; transition: 0.3s; } @media (max-width: 550px){ body{ overflow-x: hidden; } header{ /* background-color: rgba(49, 49, 40, 0.1); */ ...
0.326164
0.054324
.main-menu { position: fixed; top:0; left: 0; height: 100vh; width: 100vw; background: white; opacity:0; animation: fadeIn ease-in-out 500ms; -webkit-animation: fadeIn ease-in-out 500ms; -moz-animation: fadeIn ease-in-out 500ms; -o-animation: fadeIn ease-in-out 500ms; -ms-animation: fadeIn ease...
Shared/Components/MainMenu/MainMenu.razor.css
.main-menu { position: fixed; top:0; left: 0; height: 100vh; width: 100vw; background: white; opacity:0; animation: fadeIn ease-in-out 500ms; -webkit-animation: fadeIn ease-in-out 500ms; -moz-animation: fadeIn ease-in-out 500ms; -o-animation: fadeIn ease-in-out 500ms; -ms-animation: fadeIn ease...
0.445047
0.058453
table { border-collapse: collapse; border-spacing: 0; } body { background: white ; font-size: 12px; margin: 0; padding: 0; } body, .ui-dialog, input { font-family: Arial,Helvetica,Verdana,sans-serif !important; } img { border:0; } a { color: #5755D2; text-decoration: none; outlin...
lavadero/web/naviox/style/naviox.css
table { border-collapse: collapse; border-spacing: 0; } body { background: white ; font-size: 12px; margin: 0; padding: 0; } body, .ui-dialog, input { font-family: Arial,Helvetica,Verdana,sans-serif !important; } img { border:0; } a { color: #5755D2; text-decoration: none; outlin...
0.161155
0.078997
@font-face { font-family: 'Roboto-Bold'; src: url('../fonts/Roboto/Roboto-Bold.eot'); src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'); font-weight: bold; font-style:...
src/assets/css/fonts.css
@font-face { font-family: 'Roboto-Bold'; src: url('../fonts/Roboto/Roboto-Bold.eot'); src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'); font-weight: bold; font-style:...
0.216177
0.054955
.signupForm-section{ background-attachment: fixed; background-image: url(../images/bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; margin: 0 auto; padding: 0; position: relative; width: 100%; z-index: 1; } .signupForm-section::before{ background-c...
public/assets/userdashboard/css/reg-form.css
.signupForm-section{ background-attachment: fixed; background-image: url(../images/bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; margin: 0 auto; padding: 0; position: relative; width: 100%; z-index: 1; } .signupForm-section::before{ background-c...
0.330903
0.100437
.font18{ font-size:18px;} .font16{ font-size:16px;} .font14{ font-size:14px;} .font12{ font-size:12px;} .capitaltext { text-transform: uppercase; } .colorBlue { color:#03a9f4 !important; } .colorTeal { color:#009688 !important; } .colorDarkgreen { color:#1e7a45 !important; } .colorLightgreen { color: #8bc34a !imp...
static/system/css/ge-system.css
.font18{ font-size:18px;} .font16{ font-size:16px;} .font14{ font-size:14px;} .font12{ font-size:12px;} .capitaltext { text-transform: uppercase; } .colorBlue { color:#03a9f4 !important; } .colorTeal { color:#009688 !important; } .colorDarkgreen { color:#1e7a45 !important; } .colorLightgreen { color: #8bc34a !imp...
0.286469
0.054124
.tg-btn{cursor: pointer;} .tg-checkbox input[type=checkbox] + label, .tg-radio input[type=radio] + label{ color: #363b4d; font-size: 14px; font-weight: 500; line-height: 20px; padding: 0 30px 0 0; text-transform: capitalize; } .tg-checkbox input[type=checkbox] + label:before, .tg-radio input[typ...
UnivStore.WebApp/Content/dashboard.css
.tg-btn{cursor: pointer;} .tg-checkbox input[type=checkbox] + label, .tg-radio input[type=radio] + label{ color: #363b4d; font-size: 14px; font-weight: 500; line-height: 20px; padding: 0 30px 0 0; text-transform: capitalize; } .tg-checkbox input[type=checkbox] + label:before, .tg-radio input[typ...
0.382141
0.098816
.ke-text { font-size: 12px; font-family: "sans serif",tahoma,verdana,helvetica; } .ke-icon-source { background-position: 0px 0px; width: 16px; height: 16px; } .ke-icon-print { background-position: 0px -32px; width: 16px; height: 16px; } .ke-icon-undo { background-position: 0px -48px; width: 16px; height: 16p...
public/huy/js/skins/default.css
.ke-text { font-size: 12px; font-family: "sans serif",tahoma,verdana,helvetica; } .ke-icon-source { background-position: 0px 0px; width: 16px; height: 16px; } .ke-icon-print { background-position: 0px -32px; width: 16px; height: 16px; } .ke-icon-undo { background-position: 0px -48px; width: 16px; height: 16p...
0.326057
0.067886
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600;700&display=swap'); * { box-sizing: border-box; margin: 0; padding: 0; } :root { --soft-cyan: #66e2dc; --soft-red: #fa7453; --light-orange: #ffb964; --light-grayish-orange:#fcfaf9; --very-dark-black: #1918...
Equalizer Landing Page/frontendmentor-equalizer-landing-page-main/starter-code/css/style.css
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600;700&display=swap'); * { box-sizing: border-box; margin: 0; padding: 0; } :root { --soft-cyan: #66e2dc; --soft-red: #fa7453; --light-orange: #ffb964; --light-grayish-orange:#fcfaf9; --very-dark-black: #1918...
0.456894
0.08819
/*this is the area above entry tables, containing action button, view controls, drop-down find-in-table, etc.*/ .lotusui30 .lotusActionBar{margin-bottom:4px;/*this number works with the margin-top of the paging control to simulate 8px*/position:relative;float:right;width:100%;height:2.3em;/*this height accommodates the...
plugins/com.ibm.socialcrm.notesintegration.servlet/web-files/css/base/framework/componentsRTL.css
/*this is the area above entry tables, containing action button, view controls, drop-down find-in-table, etc.*/ .lotusui30 .lotusActionBar{margin-bottom:4px;/*this number works with the margin-top of the paging control to simulate 8px*/position:relative;float:right;width:100%;height:2.3em;/*this height accommodates the...
0.143638
0.074635
@import url("include/common.css"); body.fade-in { opacity: 1; transition: 1s opacity; background-color: #fafafa; } .popover { background: #eee; } .popover-body { box-shadow: 20px 20px 20px grey; } #container { min-height: 100%; position: relative; } .footer { background-color: white; width: 100%;...
pages/styles/teamsummary.css
@import url("include/common.css"); body.fade-in { opacity: 1; transition: 1s opacity; background-color: #fafafa; } .popover { background: #eee; } .popover-body { box-shadow: 20px 20px 20px grey; } #container { min-height: 100%; position: relative; } .footer { background-color: white; width: 100%;...
0.419053
0.072178
body{ background-color: #f5f5f5; } /* 头部 */ .lb_headWrap{ background:#ffffff; color: #060606; } /* 主内容 */ .personal-content{ background-color: #fff; padding-left: .28rem; box-sizing: border-box; } .personal-content ul li{ height: 1rem; line-height: 1rem; border-bottom: .01rem solid...
public/static/chatWeb/css/news/my/personal_center.css
body{ background-color: #f5f5f5; } /* 头部 */ .lb_headWrap{ background:#ffffff; color: #060606; } /* 主内容 */ .personal-content{ background-color: #fff; padding-left: .28rem; box-sizing: border-box; } .personal-content ul li{ height: 1rem; line-height: 1rem; border-bottom: .01rem solid...
0.354098
0.043711
.input-div{margin-bottom:20px}.input-div input{margin:0}.input, .input label{margin:0 !important}.poster{margin-right:20px;width:400px;height:400px}table#schedule{width:400px}h1#sh-title{font-size:2.5em;line-height:.75em !important}span#ch{font-weight:400;font-size:16px;margin:0;padding:0;color:#999}#background,#poster...
assets/cache/8a5837ea8aaf1c22301da9982794de96.css
.input-div{margin-bottom:20px}.input-div input{margin:0}.input, .input label{margin:0 !important}.poster{margin-right:20px;width:400px;height:400px}table#schedule{width:400px}h1#sh-title{font-size:2.5em;line-height:.75em !important}span#ch{font-weight:400;font-size:16px;margin:0;padding:0;color:#999}#background,#poster...
0.238284
0.064565
.pku-detail-group .btn-operate { float: right; } .p-toolbar .student-head { float: left; padding-left: 35px; } .p-toolbar .student-head-right { float: right; margin-right: 20px; } .student-footer { position: absolute; width: 100%; bottom: 0px; } .container { position: relative; } .container .subscribe...
public/static/css/studentcss/student.css
.pku-detail-group .btn-operate { float: right; } .p-toolbar .student-head { float: left; padding-left: 35px; } .p-toolbar .student-head-right { float: right; margin-right: 20px; } .student-footer { position: absolute; width: 100%; bottom: 0px; } .container { position: relative; } .container .subscribe...
0.370225
0.05572
.project-status{ width: 100%; display: flex; flex-direction: row; margin: 2rem 0 2rem 0; } .col{ background-color: #fff; display: flex; flex-direction: column; width: 16rem; height: 18rem; min-width: 16rem; font-size: 1.2rem; margin: 0 0.5rem 0 0.5rem; text-align: ce...
src/app/system-frame/interface/dashboard/dashboard.component.css
.project-status{ width: 100%; display: flex; flex-direction: row; margin: 2rem 0 2rem 0; } .col{ background-color: #fff; display: flex; flex-direction: column; width: 16rem; height: 18rem; min-width: 16rem; font-size: 1.2rem; margin: 0 0.5rem 0 0.5rem; text-align: ce...
0.739516
0.078043
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /* Mobile version */ /* Body general style */ html { height: 100%; font-family: "Poppins", sans-serif; } body, .body...
css/styles.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /* Mobile version */ /* Body general style */ html { height: 100%; font-family: "Poppins", sans-serif; } body, .body...
0.324342
0.052741
a:hover { color: #2205bf; text-decoration:none; } .panel-title1 a:hover{ color: #fff; text-decoration: underline; } .social-box.linkedin i { color: #fff; background: #2205bf; } .checkbox span:after { color: #fff; background-color: #2205bf; } .user-card .card-block .activity-leval li.active { background-colo...
public/assets/css/default.css
a:hover { color: #2205bf; text-decoration:none; } .panel-title1 a:hover{ color: #fff; text-decoration: underline; } .social-box.linkedin i { color: #fff; background: #2205bf; } .checkbox span:after { color: #fff; background-color: #2205bf; } .user-card .card-block .activity-leval li.active { background-colo...
0.316158
0.065635
#wrapper2 { position: absolute; top: 0%; float: left; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled2 { padding-right: 0px; } #sidebar-wrapper2 { background-color: rgba(0, 0, 0, 0.2); ...
public/css/simple-sidebar2.css
#wrapper2 { position: absolute; top: 0%; float: left; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled2 { padding-right: 0px; } #sidebar-wrapper2 { background-color: rgba(0, 0, 0, 0.2); ...
0.560493
0.070017
.portfolio-footer { width: 100%; padding-bottom: 10px; } .icon-globe { font-size: 19px; position: absolute; left: 231px; color: #46A8E5; cursor: pointer; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: .3s; transition: 0.3s; } .article-spacer { width: 100%; height: 10px; ba...
client/styles/portfolio.css
.portfolio-footer { width: 100%; padding-bottom: 10px; } .icon-globe { font-size: 19px; position: absolute; left: 231px; color: #46A8E5; cursor: pointer; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: .3s; transition: 0.3s; } .article-spacer { width: 100%; height: 10px; ba...
0.423816
0.082365
.panel-container { position: relative; z-index: 2; overflow-x: hidden; } .panel-container.project-open { /* smooth scroll on iOS devices */ -webkit-overflow-scrolling: touch; } .panel-container .scroll { display: block; position: absolute; z-index: 2; bottom: 30px; left: 50%; widt...
b4jlibs/ABM/2.51/Firebase/Objects/www/css/sliding-panels.css
.panel-container { position: relative; z-index: 2; overflow-x: hidden; } .panel-container.project-open { /* smooth scroll on iOS devices */ -webkit-overflow-scrolling: touch; } .panel-container .scroll { display: block; position: absolute; z-index: 2; bottom: 30px; left: 50%; widt...
0.368292
0.070848