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
.pub-context-header { display: block; padding: 3px 15px; font-size: 11px; font-weight: bold; line-height: 20px; color: #999; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-transform: uppercase; } .pub-context-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; m...
theme/default/pub.context.css
.pub-context-header { display: block; padding: 3px 15px; font-size: 11px; font-weight: bold; line-height: 20px; color: #999; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-transform: uppercase; } .pub-context-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; m...
0.473414
0.071494
*{ margin: 0; padding: 0; } html{ height: 100%; } body{ position: relative; font: 12px arial; } .wrapper{ height: 100%; min-width: 810px; min-height: 600px; } ul li{ list-style-type: none; } .nav { position: absolute; right: 0; top: 0; margin-top: 25px; } .nav li { float: left; margin-...
3-3baiduHack/css/index.css
*{ margin: 0; padding: 0; } html{ height: 100%; } body{ position: relative; font: 12px arial; } .wrapper{ height: 100%; min-width: 810px; min-height: 600px; } ul li{ list-style-type: none; } .nav { position: absolute; right: 0; top: 0; margin-top: 25px; } .nav li { float: left; margin-...
0.262086
0.060808
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap"); body { height: 100vh; width: 100vw; padding: 0; margin: 0; font-size: 14px; background-color: #282c34 !important; color: white; } a { color: #00b7ff; } table thead { width: 100% !important; } table { ...
public/stylesheets/style.css
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap"); body { height: 100vh; width: 100vw; padding: 0; margin: 0; font-size: 14px; background-color: #282c34 !important; color: white; } a { color: #00b7ff; } table thead { width: 100% !important; } table { ...
0.495117
0.098729
@font-face { font-family: Nunito; src: url("https://fonts.googleapis.com/css?family=Nunito:400,700"); } @font-face { font-family: Montserrat; src: url('https://fonts.googleapis.com/css?family=Montserrat'); } @keyframes songscroll { from { transform: translateX(0); } to { transform: translateX(calc(-100% +...
popup/style.css
@font-face { font-family: Nunito; src: url("https://fonts.googleapis.com/css?family=Nunito:400,700"); } @font-face { font-family: Montserrat; src: url('https://fonts.googleapis.com/css?family=Montserrat'); } @keyframes songscroll { from { transform: translateX(0); } to { transform: translateX(calc(-100% +...
0.360714
0.117218
body, html { margin: 0; padding: 0; width: 100%; background-color: #98afc72c; scrollbar-width: none; -ms-overflow-style: none; } ::-webkit-scrollbar{ display: none; } .pageTitle{ width: 100%; justify-content: center; text-align: center; padding-top: 12%; background-colo...
mobileStyle.css
body, html { margin: 0; padding: 0; width: 100%; background-color: #98afc72c; scrollbar-width: none; -ms-overflow-style: none; } ::-webkit-scrollbar{ display: none; } .pageTitle{ width: 100%; justify-content: center; text-align: center; padding-top: 12%; background-colo...
0.627152
0.062847
@charset "utf-8"; * { padding: 0; margin: 0; } * { font-family: BentonSans; margin : 0px 0 0 0px; } @font-face { font-family: BentonSansLight; src: url('type/BentonSans-Light.otf') format('truetype'); } @font-face { font-family: BentonSans; src: url('type/BentonSans-Regular.otf') format('truety...
themes/v1/css/layout.css
@charset "utf-8"; * { padding: 0; margin: 0; } * { font-family: BentonSans; margin : 0px 0 0 0px; } @font-face { font-family: BentonSansLight; src: url('type/BentonSans-Light.otf') format('truetype'); } @font-face { font-family: BentonSans; src: url('type/BentonSans-Regular.otf') format('truety...
0.124107
0.076408
body { } #page { width: 100%; } #page td { text-align: center; } #status { font-family: 'VT323'; width: 20%; vertical-align: top; text-align: center; } .huge { font-size: 4em; } #credits > * { cursor: pointer; -moz-user-select: none; -ms-user-select: none; -webkit-user-...
games/mazeman/game.css
body { } #page { width: 100%; } #page td { text-align: center; } #status { font-family: 'VT323'; width: 20%; vertical-align: top; text-align: center; } .huge { font-size: 4em; } #credits > * { cursor: pointer; -moz-user-select: none; -ms-user-select: none; -webkit-user-...
0.311217
0.088544
/* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================...
css/main.css
/* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================...
0.621885
0.071364
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins'; } body{ background-color: rgba(27, 20, 20, 0.726); } nav{ color: aquamarine; margin: auto; display: flex; } .nav-menu{ display: flex; gap: 20px; list-style-type: none; } ul a{ text-deco...
CSS/style.css
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins'; } body{ background-color: rgba(27, 20, 20, 0.726); } nav{ color: aquamarine; margin: auto; display: flex; } .nav-menu{ display: flex; gap: 20px; list-style-type: none; } ul a{ text-deco...
0.433862
0.094971
/* FontAwesome icons */ .fa { color: #8f5902; } /* Generic Logical style names */ .color-alt { color: #c1c180; } .color-warning { color: #ff5000; } .color-error { color: red; } .color-information { color: blue; } .color-negative { color: #c10000; } .color-positive, .color-success { color: #00c100; } /* F...
icetone-theme-gold/assets/Interface/Styles/Gold/Custom/Custom.css
/* FontAwesome icons */ .fa { color: #8f5902; } /* Generic Logical style names */ .color-alt { color: #c1c180; } .color-warning { color: #ff5000; } .color-error { color: red; } .color-information { color: blue; } .color-negative { color: #c10000; } .color-positive, .color-success { color: #00c100; } /* F...
0.29088
0.097993
.aquaMintCream7, .hover_aquaMintCream7:hover, .active_aquaMintCream7:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(0, 226, 90, .39), inset 0 -0.5em 0.9em 0 #48ff79, inset 0 -0.5em 0em 0.65em rgb(0, 175, 73), inset 0 0em 0.5em 2em rgb(78, 224, 139); -moz-box-shadow: 0 0.63em ...
widgets/common/assets/shadows/aqua/aquaMintCream/aquaMintCream7.css
.aquaMintCream7, .hover_aquaMintCream7:hover, .active_aquaMintCream7:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(0, 226, 90, .39), inset 0 -0.5em 0.9em 0 #48ff79, inset 0 -0.5em 0em 0.65em rgb(0, 175, 73), inset 0 0em 0.5em 2em rgb(78, 224, 139); -moz-box-shadow: 0 0.63em ...
0.303113
0.198821
border-radius: 2rem; } #EmailContent form textarea { border-image-source: linear-gradient(to top right, #7b1113 0%, #014421 100%); border-width: 0.3rem !important; border-image-slice: 1 !important; border-radius: 1rem; background: white !important; font-size: 2.7vmin; } #EmailContent form input { bord...
public/css/custom/emailcontent.css
border-radius: 2rem; } #EmailContent form textarea { border-image-source: linear-gradient(to top right, #7b1113 0%, #014421 100%); border-width: 0.3rem !important; border-image-slice: 1 !important; border-radius: 1rem; background: white !important; font-size: 2.7vmin; } #EmailContent form input { bord...
0.351645
0.136781
.home { background-color: black; } #mobile-show1, #mobile-show2 { display: none; } .btn-test { background-color: #ff5757; border-radius: 25px; } .grow { transition: all .2s ease-in-out; } .grow:hover { transform: scale(1.1); } select { width: 200px; font-family: 'regular'; font-...
src/app/resources/resources.component.css
.home { background-color: black; } #mobile-show1, #mobile-show2 { display: none; } .btn-test { background-color: #ff5757; border-radius: 25px; } .grow { transition: all .2s ease-in-out; } .grow:hover { transform: scale(1.1); } select { width: 200px; font-family: 'regular'; font-...
0.4436
0.128225
.u-section-1 .u-sheet-1 { min-height: 645px; } .u-section-1 .u-text-0 { font-weight: 700; font-size: 1.125rem; margin: 144px 347px -42px 517px; } .u-section-1 .u-text-1 { font-weight: 700; font-size: 1.125rem; margin: 144px 347px 0 517px; } .u-section-1 .u-text-2 { font-weight: 400; ...
UI/src/Detail.css
.u-section-1 .u-sheet-1 { min-height: 645px; } .u-section-1 .u-text-0 { font-weight: 700; font-size: 1.125rem; margin: 144px 347px -42px 517px; } .u-section-1 .u-text-1 { font-weight: 700; font-size: 1.125rem; margin: 144px 347px 0 517px; } .u-section-1 .u-text-2 { font-weight: 400; ...
0.405213
0.080502
article.rapido * { box-sizing: border-box; padding: 0; margin: 0; } /* end all elements */ /* address */ article.rapido > header > address { display: block; margin-bottom: 20px; font-style: normal; font-size: 18px; line-height: 30px; } /* end address */ /* article */ article.rapido { width: 1024px; max...
rapido.css
article.rapido * { box-sizing: border-box; padding: 0; margin: 0; } /* end all elements */ /* address */ article.rapido > header > address { display: block; margin-bottom: 20px; font-style: normal; font-size: 18px; line-height: 30px; } /* end address */ /* article */ article.rapido { width: 1024px; max...
0.173919
0.053527
@-webkit-keyframes shine-lines { 0% { background-position: -100px; } 40%, 100% { background-position: 140px; } } @keyframes shine-lines { 0% { background-position: -100px; } 40%, 100% { background-position: 140px; } } @-webkit-keyframes shine-avatar { 0% { background-position: -32...
frontend/src/components/css/user/userFeed.css
@-webkit-keyframes shine-lines { 0% { background-position: -100px; } 40%, 100% { background-position: 140px; } } @keyframes shine-lines { 0% { background-position: -100px; } 40%, 100% { background-position: 140px; } } @-webkit-keyframes shine-avatar { 0% { background-position: -32...
0.362066
0.051439
.subscribe-popup .modal-body { padding: 0; } .subscribe-popup .modal-dialog { max-width: 700px; } .newsletter-pop-up { padding: 30px; } .newsletter-pop-up::before { content: ""; position: absolute; left: 10px; top: 10px; bottom: 10px; right: 10px; border: 2px dashed #0e93d8; } .subscribe-form,.subscribe-form ...
assets/css/demo-shop.css
.subscribe-popup .modal-body { padding: 0; } .subscribe-popup .modal-dialog { max-width: 700px; } .newsletter-pop-up { padding: 30px; } .newsletter-pop-up::before { content: ""; position: absolute; left: 10px; top: 10px; bottom: 10px; right: 10px; border: 2px dashed #0e93d8; } .subscribe-form,.subscribe-form ...
0.263694
0.081923
.o-ui-light-color-scheme { /* FOUNDATIONS */ --o-ui-background: var(--o-ui-background-light); --o-ui-background-1: var(--o-ui-background-1-light); --o-ui-background-2: var(--o-ui-background-2-light); --o-ui-background-2-hover: var(--o-ui-background-2-hover-light); --o-ui-background-2-active: var...
packages/react-components/src/theme-provider/src/ThemeProvider.css
.o-ui-light-color-scheme { /* FOUNDATIONS */ --o-ui-background: var(--o-ui-background-light); --o-ui-background-1: var(--o-ui-background-1-light); --o-ui-background-2: var(--o-ui-background-2-light); --o-ui-background-2-hover: var(--o-ui-background-2-hover-light); --o-ui-background-2-active: var...
0.31563
0.031321
body{ width : 100%; font-size: 17px; font-family: 'Montserrat'; color: #000; } .button-width{ width: 100%; margin-bottom: -26px; } /*----- Start Cover section----- */ .cover-section img{ width : 100%; height : auto; object-fit: cover; } .cover-section .btn { position:relative; ...
frontend/styles/reseller_style.css
body{ width : 100%; font-size: 17px; font-family: 'Montserrat'; color: #000; } .button-width{ width: 100%; margin-bottom: -26px; } /*----- Start Cover section----- */ .cover-section img{ width : 100%; height : auto; object-fit: cover; } .cover-section .btn { position:relative; ...
0.350755
0.060947
@font-face { font-family: 'Product Sans'; src: url('../public/fonts/Product_Sans_Regular.ttf') format('truetype'), url('../public/fonts/Product_Sans_Bold.ttf') format('truetype') } @tailwind base; @tailwind components; @tailwind utilities; .modal-close { @apply absolute right-0 cursor-pointer inlin...
tailwindcss/style.css
@font-face { font-family: 'Product Sans'; src: url('../public/fonts/Product_Sans_Regular.ttf') format('truetype'), url('../public/fonts/Product_Sans_Bold.ttf') format('truetype') } @tailwind base; @tailwind components; @tailwind utilities; .modal-close { @apply absolute right-0 cursor-pointer inlin...
0.353094
0.083441
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900"); a:hover,a:hover,a:focus,a,a:focus,[class~=btn]:hover,button:hover,button:focus,[class~=btn]:focus,a,[class~=btn],button{ text-decoration:none; } body{ font-style:normal; } body,[class~=p0]{ padding-left:0; } body{ fo...
options.css
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900"); a:hover,a:hover,a:focus,a,a:focus,[class~=btn]:hover,button:hover,button:focus,[class~=btn]:focus,a,[class~=btn],button{ text-decoration:none; } body{ font-style:normal; } body,[class~=p0]{ padding-left:0; } body{ fo...
0.216012
0.064447
@charset "utf-8"; .i-icon{background: url(http://127.0.0.1/zzt/assets/images/index-icon.png) no-repeat;} .main-nav{background: #fff;} .main-nav .container{padding-top: 20px;padding-bottom: 20px; height: 50px; overflow: hidden;} .main-nav li{float: left;} .main-nav li a{display: block;padding: 0 18px;height: 26px;font-s...
css/main.css
@charset "utf-8"; .i-icon{background: url(http://127.0.0.1/zzt/assets/images/index-icon.png) no-repeat;} .main-nav{background: #fff;} .main-nav .container{padding-top: 20px;padding-bottom: 20px; height: 50px; overflow: hidden;} .main-nav li{float: left;} .main-nav li a{display: block;padding: 0 18px;height: 26px;font-s...
0.303732
0.063978
@import url('https://fonts.googleapis.com/css?family=Lato'); body { font-family: 'Lato', Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif; } .navbar { position: relative; min-height: 50px; margin-bottom: 0; border: 2px solid transparent; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .na...
www/custom.css
@import url('https://fonts.googleapis.com/css?family=Lato'); body { font-family: 'Lato', Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif; } .navbar { position: relative; min-height: 50px; margin-bottom: 0; border: 2px solid transparent; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .na...
0.404625
0.066297
background-color:#fff; } #wpcontent { padding-left: 0px; } #wpwrap, #wpcontent { background-color:#fff; } .wrap { margin-top:0px; padding:0px; } .inbound-setting .hidden { display:none; } .inbound-settings-group .inbound-setting h4 { padding-top:30px; } /* search */ .templates-filter-group { text-align:le...
assets/css/admin/settings.css
background-color:#fff; } #wpcontent { padding-left: 0px; } #wpwrap, #wpcontent { background-color:#fff; } .wrap { margin-top:0px; padding:0px; } .inbound-setting .hidden { display:none; } .inbound-settings-group .inbound-setting h4 { padding-top:30px; } /* search */ .templates-filter-group { text-align:le...
0.354545
0.065665
@charset "UTF-8"; /*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 <NAME> */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @...
css/animate.css
@charset "UTF-8"; /*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 <NAME> */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @...
0.437103
0.108945
* { margin: 0; padding: 0; box-sizing: border-box; } @import url("https://fonts.googleapis.com/css?family=Montserrat:700|Roboto:300&display=swap"); /* Header */ /* LOGO MENU */ .container-fluid { background-image: url(../img/header-img3.png); min-height: 540px; background-size: cover; background-repeat:...
hw-module-9/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } @import url("https://fonts.googleapis.com/css?family=Montserrat:700|Roboto:300&display=swap"); /* Header */ /* LOGO MENU */ .container-fluid { background-image: url(../img/header-img3.png); min-height: 540px; background-size: cover; background-repeat:...
0.330795
0.070656
:root { --light-bg-color: #c7cdd4; --bg-color: #d7d5d5; --dark-bg-color: #8a8686; --darker-bg-color: #525252; --title-color: #333333; --text-color: #525252; --links-color: #0072bb; --purple-feature-color: #9284be; --green-feature-color: #cddc39; --data-color-P1: #e3daff; --data-color-P2: #c1b1f...
secciones/style.css
:root { --light-bg-color: #c7cdd4; --bg-color: #d7d5d5; --dark-bg-color: #8a8686; --darker-bg-color: #525252; --title-color: #333333; --text-color: #525252; --links-color: #0072bb; --purple-feature-color: #9284be; --green-feature-color: #cddc39; --data-color-P1: #e3daff; --data-color-P2: #c1b1f...
0.338186
0.156234
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); * { font-family: "Roboto"; padding: 0; margin: 0; box-sizing: border-box; border: none; background-color: none; } html, body { position: relative...
src/style/global.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); * { font-family: "Roboto"; padding: 0; margin: 0; box-sizing: border-box; border: none; background-color: none; } html, body { position: relative...
0.317426
0.07221
.skin-blue .main-header .navbar { border-top: 5px solid #2182C7; background: #26262C; } .ssltextarea { min-height: 150px; resize:none; } .navigation { float: left; width: 100%; margin: 0; padding: 0; list-style: none; /* border-bottom: 1px solid #428BCA; border-top: 1px sol...
public/css/custom-style2.css
.skin-blue .main-header .navbar { border-top: 5px solid #2182C7; background: #26262C; } .ssltextarea { min-height: 150px; resize:none; } .navigation { float: left; width: 100%; margin: 0; padding: 0; list-style: none; /* border-bottom: 1px solid #428BCA; border-top: 1px sol...
0.362631
0.063106
header { width: 960px; height: auto; margin-bottom: 30px; } #hr1 { height: 15px; background: repeating-linear-gradient( 45deg, #3c3d3f, #606dbc 10px, #465298 10px, #465298 20px ); width: 100%; } #delicious, #top { display: block; margin: 5px 0px 5px 0px; padding-left: -10px; } #d...
style.css
header { width: 960px; height: auto; margin-bottom: 30px; } #hr1 { height: 15px; background: repeating-linear-gradient( 45deg, #3c3d3f, #606dbc 10px, #465298 10px, #465298 20px ); width: 100%; } #delicious, #top { display: block; margin: 5px 0px 5px 0px; padding-left: -10px; } #d...
0.32306
0.087097
h1{color:Crimson;} h2 {color:crimson; font: bold 5px;} h3 {color:red; font-family:Verdana, Times New Roman; font-weight: 900; font-style: oblique;} h5 {color:red; font-family:Verdana, Times New Roman;} body {background-color:honeydew; color:magenta; font-family:comic San MS; font-size:20px; font-style:oblique; font-wei...
js/ASSIGNMENTS/screen.css
h1{color:Crimson;} h2 {color:crimson; font: bold 5px;} h3 {color:red; font-family:Verdana, Times New Roman; font-weight: 900; font-style: oblique;} h5 {color:red; font-family:Verdana, Times New Roman;} body {background-color:honeydew; color:magenta; font-family:comic San MS; font-size:20px; font-style:oblique; font-wei...
0.32306
0.145297
*{ margin:0px; padding:0px; } h1{ font:bold 20px Algerian; color:#38CDA5; } h2{ font:bold 17px cambria; } header, nav, section, article, aside, footer, hgroup{ display:block } body{ text-align:center; } #whole{ border:thin; width:1000px; margin:20px auto; text-align:left; } #head{ border:1px bold black; pa...
css/style.css
*{ margin:0px; padding:0px; } h1{ font:bold 20px Algerian; color:#38CDA5; } h2{ font:bold 17px cambria; } header, nav, section, article, aside, footer, hgroup{ display:block } body{ text-align:center; } #whole{ border:thin; width:1000px; margin:20px auto; text-align:left; } #head{ border:1px bold black; pa...
0.219923
0.059428
html, body, .header_fullscreen_single, .fullscreen-single { height: 100% !important; } .header_wrapper{ position:absolute !important; z-index:99999999; } .footer_wrapper{display:none;} /* Header */ .header_fullscreen_single { position: relative; margin: 0 auto; min-height: 560px; width: 100%; } .bg-img { pos...
web/app/themes/specular/css/fullscreen_post.css
html, body, .header_fullscreen_single, .fullscreen-single { height: 100% !important; } .header_wrapper{ position:absolute !important; z-index:99999999; } .footer_wrapper{display:none;} /* Header */ .header_fullscreen_single { position: relative; margin: 0 auto; min-height: 560px; width: 100%; } .bg-img { pos...
0.297062
0.045756
@font-face { font-family: 'robotoRegular'; src: url('./fonts/Roboto/Roboto-Regular.ttf'); } @font-face { font-family: './robotoThin'; src: url('fonts/Roboto/Roboto-Thin.ttf'); } @font-face { font-family: './robotoLight'; src: url('fonts/Roboto/Roboto-Light.ttf'); } @font-face { font-family: './robotoMedium'; ...
dgui.css
@font-face { font-family: 'robotoRegular'; src: url('./fonts/Roboto/Roboto-Regular.ttf'); } @font-face { font-family: './robotoThin'; src: url('fonts/Roboto/Roboto-Thin.ttf'); } @font-face { font-family: './robotoLight'; src: url('fonts/Roboto/Roboto-Light.ttf'); } @font-face { font-family: './robotoMedium'; ...
0.314577
0.086246
header{ padding: 0.5rem; margin-bottom: 0.5rem; background-color: #ffffff; height: 3.5rem; border-radius: 0.25rem; max-width: 100%; border: 0.1rem solid #c8c8c8; } @media only screen and (min-width: 37.5rem){ header{ height: 5.5rem; } } */ /*Upper Div*/ /* .headerDiv1{ display: flex; justif...
css/headerStyle.css
header{ padding: 0.5rem; margin-bottom: 0.5rem; background-color: #ffffff; height: 3.5rem; border-radius: 0.25rem; max-width: 100%; border: 0.1rem solid #c8c8c8; } @media only screen and (min-width: 37.5rem){ header{ height: 5.5rem; } } */ /*Upper Div*/ /* .headerDiv1{ display: flex; justif...
0.224395
0.052231
@-moz-document domain("m.prohardver.hu"), domain("m.itcafe.hu"), domain("m.gamepod.hu"), domain("m.mobilarena.hu"), domain("m.logout.hu") { /* ver. 0.8.5 by sz.balazs.95 created: 2016.02.26 published: 2016.03.01 red: #a61f22; light gray: #f3f3f3; gray: #939598; dark gray: #58595b; */ #top {display: none...
data/usercss/118111.user.css
@-moz-document domain("m.prohardver.hu"), domain("m.itcafe.hu"), domain("m.gamepod.hu"), domain("m.mobilarena.hu"), domain("m.logout.hu") { /* ver. 0.8.5 by sz.balazs.95 created: 2016.02.26 published: 2016.03.01 red: #a61f22; light gray: #f3f3f3; gray: #939598; dark gray: #58595b; */ #top {display: none...
0.179963
0.08698
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic); body { color: #222; font: 15px/22px 'Open Sans', Arial, Helvetica, sans-serif; background-color: #fdfdfd; background:#eeeee; margin-bottom: 30px; } .row { background-color: #fafafa; padding: 10px; ...
static/screen.css
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic); body { color: #222; font: 15px/22px 'Open Sans', Arial, Helvetica, sans-serif; background-color: #fdfdfd; background:#eeeee; margin-bottom: 30px; } .row { background-color: #fafafa; padding: 10px; ...
0.300848
0.129073
html,body { height: 100%; } body { font-family: arial,sans-serif; font-size: 13px; display: flex; flex-direction: column; } .nav_top { height: 30px; padding: 0; top: 15px; } .nav-link { color: black; opacity: .75; cursor: pointer; } .nav-link:hover { text-decoration: ...
static/css/style.css
html,body { height: 100%; } body { font-family: arial,sans-serif; font-size: 13px; display: flex; flex-direction: column; } .nav_top { height: 30px; padding: 0; top: 15px; } .nav-link { color: black; opacity: .75; cursor: pointer; } .nav-link:hover { text-decoration: ...
0.456894
0.088741
.gallery{ height: 500px; padding-bottom: 100px; } .gallery-img{ width: 200px; height: 280px; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; margin: 5px; } #galleryMain{ padding: 0px!important; min-height: 200%!important; } .slick-carousel img{ /*left: 50%;...
src/css/partials/old.css
.gallery{ height: 500px; padding-bottom: 100px; } .gallery-img{ width: 200px; height: 280px; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; margin: 5px; } #galleryMain{ padding: 0px!important; min-height: 200%!important; } .slick-carousel img{ /*left: 50%;...
0.324021
0.048994
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital@0;1&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400&display=swap'); * { box-sizing: border-box; padding: 0; margin: 0; } body { font-family: "Andale Mono", AndaleMono, monospace; font...
flaskr/static/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital@0;1&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400&display=swap'); * { box-sizing: border-box; padding: 0; margin: 0; } body { font-family: "Andale Mono", AndaleMono, monospace; font...
0.296654
0.108614
@-moz-document regexp("^https?\\:\\/\\/.*") { iframe { outline: 3px dotted red !important; } iframe::before{ font-size:1rem !important; content: "iframe" !important; color: #ffffff; background-color: red !Important; outline: 3px solid red !important; display: block !important; cl...
data/usercss/164680.user.css
@-moz-document regexp("^https?\\:\\/\\/.*") { iframe { outline: 3px dotted red !important; } iframe::before{ font-size:1rem !important; content: "iframe" !important; color: #ffffff; background-color: red !Important; outline: 3px solid red !important; display: block !important; cl...
0.326593
0.08043
body { background: rgba(0, 0, 0, 0.9); margin: 0; color: #fff; font-family: 'Open Sans', sans-serif; } /* HEADER HOME */ .header::after { content: ''; height: 100vh; width: 100%; background-image: url('../images/header_bg.jpg'); background-size: cover; background-repeat: no-repeat; background-pos...
css/style.css
body { background: rgba(0, 0, 0, 0.9); margin: 0; color: #fff; font-family: 'Open Sans', sans-serif; } /* HEADER HOME */ .header::after { content: ''; height: 100vh; width: 100%; background-image: url('../images/header_bg.jpg'); background-size: cover; background-repeat: no-repeat; background-pos...
0.341802
0.066478
Copyright 2020 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed ...
packages/tabs/src/spectrum-tabs.css
Copyright 2020 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed ...
0.75985
0.093306
button#reset { background-color: gray; position: relative; top: 10%; left: 48%; } .well { width: 48%; position: relative; float: left; display:block; height: 100px; margin-left:2px; } p { position:relative; font-size:20px; } .radio-inline { align-content: center; } h1 { text-align: cente...
assets/css/style.css
button#reset { background-color: gray; position: relative; top: 10%; left: 48%; } .well { width: 48%; position: relative; float: left; display:block; height: 100px; margin-left:2px; } p { position:relative; font-size:20px; } .radio-inline { align-content: center; } h1 { text-align: cente...
0.306735
0.117344
body { padding-top: 120px; } .header .top-nav { background: linear-gradient(to left, #33cccc, #086a87); } .header .navigation-menu, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav.nav-tabs, .nav.nav-tabs > li > a, .nav.tabs-vertical > li > a, .tabs-vertical > ...
public/new/assets/css/new.css
body { padding-top: 120px; } .header .top-nav { background: linear-gradient(to left, #33cccc, #086a87); } .header .navigation-menu, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav.nav-tabs, .nav.nav-tabs > li > a, .nav.tabs-vertical > li > a, .tabs-vertical > ...
0.485356
0.075007
#action-buttoncontrol { background-color: #61f75b; color: #333333; border: solid 1px #61f75b; text-align: center; transition-duration: 0.2s; } #action-buttoncontrol:hover { background-color: #fff; color: #333333; border: solid 1px #61f75b; } #action-buttontip { borde...
data/usercss/181508.user.css
#action-buttoncontrol { background-color: #61f75b; color: #333333; border: solid 1px #61f75b; text-align: center; transition-duration: 0.2s; } #action-buttoncontrol:hover { background-color: #fff; color: #333333; border: solid 1px #61f75b; } #action-buttontip { borde...
0.294621
0.050565
@-webkit-keyframes rotation { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes rotation { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform:...
assets/css/admin-metabox.css
@-webkit-keyframes rotation { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes rotation { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform:...
0.434941
0.164114
6.1:c4f10318595eaf2c9f2d755b736968901a71636d0f6fc93cf8f5df41b8c0ab7d 6.2:c4f10318595eaf2c9f2d755b736968901a71636d0f6fc93cf8f5df41b8c0ab7d 6.3:c4f10318595eaf2c9f2d755b736968901a71636d0f6fc93cf8f5df41b8c0ab7d 6.4:c4f10318595eaf2c9f2d755b736968901a71636d0f6fc93cf8f5df41b8c0ab7d 6.5:c4f10318595eaf2c9f2d755b736968901a71636d...
hashs-database/hashs/modules___system___defaults-rtl.css
6.1:c4f10318595eaf2c9f2d755b736968901a71636d0f6fc93cf8f5df41b8c0ab7d 6.2:c4f10318595eaf2c9f2d755b736968901a71636d0f6fc93cf8f5df41b8c0ab7d 6.3:c4f10318595eaf2c9f2d755b736968901a71636d0f6fc93cf8f5df41b8c0ab7d 6.4:c4f10318595eaf2c9f2d755b736968901a71636d0f6fc93cf8f5df41b8c0ab7d 6.5:c4f10318595eaf2c9f2d755b736968901a71636d...
0.246352
0.21794
body { margin: 1em 1em 1em 1em; padding: 0px; font-family: verdana, sans-serif; font-size: 1.0em; background-color: #333; } #siteBox { float: left; width: 100%; color: #FFF; } /* -- Header layout/display styles -- */ #header { float: left; width: 100%; height: 4em; background: #25509F ur...
SPK-Karyawan/css/screen_aqua.css
body { margin: 1em 1em 1em 1em; padding: 0px; font-family: verdana, sans-serif; font-size: 1.0em; background-color: #333; } #siteBox { float: left; width: 100%; color: #FFF; } /* -- Header layout/display styles -- */ #header { float: left; width: 100%; height: 4em; background: #25509F ur...
0.252661
0.131619
.js [data-slide] { position: relative; } .js [data-slide] > * { position: absolute; top: 0px; opacity: 0; } .js [data-slide] > .active { position: relative; opacity: 1; transition: opacity 500ms; z-index: 1; } .js [data-slide-nav] { display: block; justify-content: center; text-align: center; ...
css/style.css
.js [data-slide] { position: relative; } .js [data-slide] > * { position: absolute; top: 0px; opacity: 0; } .js [data-slide] > .active { position: relative; opacity: 1; transition: opacity 500ms; z-index: 1; } .js [data-slide-nav] { display: block; justify-content: center; text-align: center; ...
0.306735
0.07843
width: 200px; border-style: solid solid none solid; border-color: #94AA74; border-size: 1px; border-width: 1px; } #cssmenu ul { list-style: none; padding: 0px; margin: 0px; } #cssmenu li a { height: 32px; height: 24px; text-decoration: none; font-weight: normal; } #cssmenu li a:link, #cssmenu li...
css/login.css
width: 200px; border-style: solid solid none solid; border-color: #94AA74; border-size: 1px; border-width: 1px; } #cssmenu ul { list-style: none; padding: 0px; margin: 0px; } #cssmenu li a { height: 32px; height: 24px; text-decoration: none; font-weight: normal; } #cssmenu li a:link, #cssmenu li...
0.265309
0.088978
strong { font-weight: bold; } img { max-width: 100%; } /* Header */ .jqm-header { text-align: center; } h1#jqm-logo { font-size: 1em; margin: .5em 15px 0; } #jqm-logo img { width: 180px; height: 51px; } .jqm-header h2 { margin: 0 15px .3em; font-size: 1.3em; line-height: 1.25em; border-top: 1px solid rgba(0,...
docs/demos/_assets/css/jqm-demos.css
strong { font-weight: bold; } img { max-width: 100%; } /* Header */ .jqm-header { text-align: center; } h1#jqm-logo { font-size: 1em; margin: .5em 15px 0; } #jqm-logo img { width: 180px; height: 51px; } .jqm-header h2 { margin: 0 15px .3em; font-size: 1.3em; line-height: 1.25em; border-top: 1px solid rgba(0,...
0.261519
0.141133
.panel-body { background: #FCFCFC; } #iframe-container, #video-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(68, 68, 68, 0.9); z-index: 1000; } #iframe-container.hide, #video-container.hide { display: none; } #iframe-container .panel { ...
public/assets/css/module.css
.panel-body { background: #FCFCFC; } #iframe-container, #video-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(68, 68, 68, 0.9); z-index: 1000; } #iframe-container.hide, #video-container.hide { display: none; } #iframe-container .panel { ...
0.368519
0.063628
body { display: flex; min-height: 100vh; flex-direction: column; background-image: url('../imgs/pexels-karolina-grabowska-4466420.jpg'); background-position: right 80% bottom 70%; background-repeat: no-repeat; background-size: cover; } .header{ padding:5px 150px; position:sticky; ...
public/css/style.css
body { display: flex; min-height: 100vh; flex-direction: column; background-image: url('../imgs/pexels-karolina-grabowska-4466420.jpg'); background-position: right 80% bottom 70%; background-repeat: no-repeat; background-size: cover; } .header{ padding:5px 150px; position:sticky; ...
0.479991
0.095602
*, *::after, *::before { margin: 0; padding: 0; box-sizing: border-box; } html { font-size: 62.5% !important; } body { font-family: "Open Sans", sans-serif; font-size: 1.6rem !important; color: #2e2e2e; background-color: white; } main { min-height: 60vh; } .container { max-width: 118rem !importa...
assest/css/main.css
*, *::after, *::before { margin: 0; padding: 0; box-sizing: border-box; } html { font-size: 62.5% !important; } body { font-family: "Open Sans", sans-serif; font-size: 1.6rem !important; color: #2e2e2e; background-color: white; } main { min-height: 60vh; } .container { max-width: 118rem !importa...
0.523908
0.084531
.cbbl { position: relative; display: inline-block; margin: 10px 9px 29px 6px; text-align: center; font-weight: 700; background-color: #fff; color: #000; padding: 5px; box-shadow: 0 -3px #fff, 0 -6px #000, 3px 0 #fff, 3px -3px #000, 6px 0 #000, 0 3px #fff, 0 6px #000, -3px 0 #fff, -3px 3px #000, -6px 0...
bower_components/comicbubbles/dist/cbbl.css
.cbbl { position: relative; display: inline-block; margin: 10px 9px 29px 6px; text-align: center; font-weight: 700; background-color: #fff; color: #000; padding: 5px; box-shadow: 0 -3px #fff, 0 -6px #000, 3px 0 #fff, 3px -3px #000, 6px 0 #000, 0 3px #fff, 0 6px #000, -3px 0 #fff, -3px 3px #000, -6px 0...
0.327453
0.093058
/*!*all elements that have field class in form html element*!*/ /*form .field{*/ /* padding: 5px;*/ /* border-top: none ;*/ /* border-left: none ;*/ /* border-right: none ;*/ /* border-bottom: 2px solid #1c6262;*/ /* width: 100%;*/ /*}*/ /*label{*/ /* font-family: Bahnschrift;*/ /* font-size: me...
public/css/myStyles.css
/*!*all elements that have field class in form html element*!*/ /*form .field{*/ /* padding: 5px;*/ /* border-top: none ;*/ /* border-left: none ;*/ /* border-right: none ;*/ /* border-bottom: 2px solid #1c6262;*/ /* width: 100%;*/ /*}*/ /*label{*/ /* font-family: Bahnschrift;*/ /* font-size: me...
0.086635
0.023353
.video-img video { width: 100%; border-radius: 5px; max-height: 477px; object-fit: cover; } .project-video { position: relative; padding: 0 0 70px 0; height: 1000px; } .project-video.top:before { height: 600px; width: 100%; content: ""; position: absolute; top: 0; left: 0; background: #0055...
src/css/components/video-text.css
.video-img video { width: 100%; border-radius: 5px; max-height: 477px; object-fit: cover; } .project-video { position: relative; padding: 0 0 70px 0; height: 1000px; } .project-video.top:before { height: 600px; width: 100%; content: ""; position: absolute; top: 0; left: 0; background: #0055...
0.416322
0.093969
/* || reset */ *, *::before, *::after { box-sizing: border-box; } body, p, a, ul, li { margin: 0; padding: 0; text-decoration: none; } li { list-style: none; } /* || base styles */ body { display: flex; flex-direction: column; align-items: center; max-height: 100vh; font-family: 'Poiret One'; ...
src/css/styles.css
/* || reset */ *, *::before, *::after { box-sizing: border-box; } body, p, a, ul, li { margin: 0; padding: 0; text-decoration: none; } li { list-style: none; } /* || base styles */ body { display: flex; flex-direction: column; align-items: center; max-height: 100vh; font-family: 'Poiret One'; ...
0.341802
0.079139
.hola-navbar { height: 5rem; } .hola-navbar-white { background: #fff; margin-bottom: 2rem; box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); } .hola-navbar-transparent { margin-bottom: -5rem; } .hola-navbar nav, .hola-navbar-toggle-label { display: inline-block; line-height: 5rem; overflow-x: auto; white-sp...
assets/css/components/navbar.css
.hola-navbar { height: 5rem; } .hola-navbar-white { background: #fff; margin-bottom: 2rem; box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); } .hola-navbar-transparent { margin-bottom: -5rem; } .hola-navbar nav, .hola-navbar-toggle-label { display: inline-block; line-height: 5rem; overflow-x: auto; white-sp...
0.574992
0.075278
.page-bg { height: 100vh; width: 100%; z-index: -100; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .fullscreen_button { height: 100%; display: inline-blo...
games/games.css
.page-bg { height: 100vh; width: 100%; z-index: -100; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .fullscreen_button { height: 100%; display: inline-blo...
0.424054
0.056418
body { background-color: #FFF; } #header-logo { height: 105px; } .header { background-color: #FFF; color: #000; /*border-bottom: 2px solid #CCC;*/ margin-bottom: 1em; } #wrap { min-height: 100%; height: auto !important; padding-bottom: 60px; } .tatMainContainer { background-c...
grails-app/assets/stylesheets/main.css
body { background-color: #FFF; } #header-logo { height: 105px; } .header { background-color: #FFF; color: #000; /*border-bottom: 2px solid #CCC;*/ margin-bottom: 1em; } #wrap { min-height: 100%; height: auto !important; padding-bottom: 60px; } .tatMainContainer { background-c...
0.405566
0.101456
@media(max-width:1250px){ .wrap{ width: 90%; margin: 0 auto; } #banner h1{ width: 100%; font-size: 35px; text-align: center; margin: 33px auto; } .card{ width: 15%; margin: 2%; } .card...
responsive.css
@media(max-width:1250px){ .wrap{ width: 90%; margin: 0 auto; } #banner h1{ width: 100%; font-size: 35px; text-align: center; margin: 33px auto; } .card{ width: 15%; margin: 2%; } .card...
0.101891
0.050098
.main { position: relative; padding: 0.35rem 0; overflow: hidden; } .main .fl { position: relative; width: 3.6rem; overflow: hidden; } .main .fr { width: 8.74rem; overflow: hidden; } .main .dian1 { width: 100%; margin-bottom: 0.35rem; } .branchList { border: 1px solid #b5b5b5; } .branchList heade...
css/p.css
.main { position: relative; padding: 0.35rem 0; overflow: hidden; } .main .fl { position: relative; width: 3.6rem; overflow: hidden; } .main .fr { width: 8.74rem; overflow: hidden; } .main .dian1 { width: 100%; margin-bottom: 0.35rem; } .branchList { border: 1px solid #b5b5b5; } .branchList heade...
0.560974
0.089137
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; color: white; } body { font-family: "Raleway", sans-serif; font-size: 14px; font-weight: 400; color: #dddbff; min-width: 14rem; width: calc(100% - 3em); ...
css/style.css
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; color: white; } body { font-family: "Raleway", sans-serif; font-size: 14px; font-weight: 400; color: #dddbff; min-width: 14rem; width: calc(100% - 3em); ...
0.536799
0.09472
@font-face { font-family: 'icomoon'; src:url('./fonts/icomoon.eot?rm2hzg'); src:url('./fonts/icomoon.eot?rm2hzg#iefix') format('embedded-opentype'), url('./fonts/icomoon.ttf?rm2hzg') format('truetype'), url('./fonts/icomoon.woff?rm2hzg') format('woff'), url('./fonts/icomoon.svg?rm2hzg#icomoon') format('svg'); ...
src/styles/iconfont.css
@font-face { font-family: 'icomoon'; src:url('./fonts/icomoon.eot?rm2hzg'); src:url('./fonts/icomoon.eot?rm2hzg#iefix') format('embedded-opentype'), url('./fonts/icomoon.ttf?rm2hzg') format('truetype'), url('./fonts/icomoon.woff?rm2hzg') format('woff'), url('./fonts/icomoon.svg?rm2hzg#icomoon') format('svg'); ...
0.164114
0.09472
@-moz-document domain(tumblr.com) { #dashboard_index, #dashboard_submissions, #dashboard_drafts, #dashboard_post_queue, #dashboard_followers, #dashboard_members{ background-color:#3c3c3c !important; background-image:url('http://i.imgur.com/eOldP.png') !important; background-attachment:fixed !important; } #dashbo...
data/usercss/80985.user.css
@-moz-document domain(tumblr.com) { #dashboard_index, #dashboard_submissions, #dashboard_drafts, #dashboard_post_queue, #dashboard_followers, #dashboard_members{ background-color:#3c3c3c !important; background-image:url('http://i.imgur.com/eOldP.png') !important; background-attachment:fixed !important; } #dashbo...
0.204025
0.054575
.intranet-sidebar { &__news { background-color: var(--white); padding-top: 20px; margin-bottom: 30px; border: 2px solid var(--silver2); &-title { padding-left: 20px; padding-right: 20px; margin-bottom: 20px; font-size: 24px; letter-spacing: 0.5px; color: var(--...
src/containers/IntranetContainer/Sidebar/Container.css
.intranet-sidebar { &__news { background-color: var(--white); padding-top: 20px; margin-bottom: 30px; border: 2px solid var(--silver2); &-title { padding-left: 20px; padding-right: 20px; margin-bottom: 20px; font-size: 24px; letter-spacing: 0.5px; color: var(--...
0.586523
0.13187
position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 150px; height: 150px; } .loader { width: calc(100% - 0px); height: calc(100% - 0px); border: 8px solid #162534; border-top: 8px solid #09f; border-radius: 50%; animation: rotate 5s linear infinite; } @keyfr...
public/frontend/css/custom.css
position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 150px; height: 150px; } .loader { width: calc(100% - 0px); height: calc(100% - 0px); border: 8px solid #162534; border-top: 8px solid #09f; border-radius: 50%; animation: rotate 5s linear infinite; } @keyfr...
0.546496
0.099908
.invotra-hierarchy-chart#invotra-team-chart ul li div.links a { letter-spacing: 0px; font-size: 18px; font-weight: bold; vertical-align: middle; display: inline-block; } @media all and (max-width:767px) { .invotra-hierarchy-chart ul.parent-items li { max-width: none; } .invotra-hierarchy-chart ul.custom-users...
app/assets/sass/intranet/global5.css
.invotra-hierarchy-chart#invotra-team-chart ul li div.links a { letter-spacing: 0px; font-size: 18px; font-weight: bold; vertical-align: middle; display: inline-block; } @media all and (max-width:767px) { .invotra-hierarchy-chart ul.parent-items li { max-width: none; } .invotra-hierarchy-chart ul.custom-users...
0.36139
0.086131
h1 { padding: 0.4em 0; margin: 0 auto; font-family: SourceSansRegular, Helvetica, Arial, sans-serif; font-size: 70px; font-weight: normal; text-align: center; color: #ffffff; } h2 { padding-top: 60px; padding-bottom: 30px; font-family: SourceSansLight, "Lucida Sans Unicode", "Lucida Grande", sans-se...
themes/default/resources/styles/style.css
h1 { padding: 0.4em 0; margin: 0 auto; font-family: SourceSansRegular, Helvetica, Arial, sans-serif; font-size: 70px; font-weight: normal; text-align: center; color: #ffffff; } h2 { padding-top: 60px; padding-bottom: 30px; font-family: SourceSansLight, "Lucida Sans Unicode", "Lucida Grande", sans-se...
0.372734
0.077343
p{margin:0;} body{font-family:Helvetica, Arial, sans-serif;font-size:10px; font-weight:bold;color:#777;width:1600px;height:800px;margin:0 auto;} input{width:300px;} select{font-size:10px;max-width:200px;} thead tr th{padding-bottom:7px;} th{padding:2px 5px;} ...
imagetrac_docker/taskmanager/css/tm_styles.css
p{margin:0;} body{font-family:Helvetica, Arial, sans-serif;font-size:10px; font-weight:bold;color:#777;width:1600px;height:800px;margin:0 auto;} input{width:300px;} select{font-size:10px;max-width:200px;} thead tr th{padding-bottom:7px;} th{padding:2px 5px;} ...
0.09848
0.069007
.wrapper_pop_ups { width: 400px; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px; overflow: hidden } .wrapper_pop_ups .centrado { margin-left: auto; margin-right: auto } .wrapper_pop_ups .titular { font-size: 15px; width: auto; font-weight: 700; margin-top:...
GtsSoftware/WebContent/Gts/activo/css/popups.css
.wrapper_pop_ups { width: 400px; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px; overflow: hidden } .wrapper_pop_ups .centrado { margin-left: auto; margin-right: auto } .wrapper_pop_ups .titular { font-size: 15px; width: auto; font-weight: 700; margin-top:...
0.375936
0.043711
@media screen and (max-width: 1200px) {} @media screen and (min-width: 1200px) {} @media screen and (max-width: 1200px) and (min-width: 992px) {} /*-------------------------------------------------------*/ /* When the browser is between 0px and 1120px wide,below css will be applied. /*---------------------------------...
plugin/css/responsive.css
@media screen and (max-width: 1200px) {} @media screen and (min-width: 1200px) {} @media screen and (max-width: 1200px) and (min-width: 992px) {} /*-------------------------------------------------------*/ /* When the browser is between 0px and 1120px wide,below css will be applied. /*---------------------------------...
0.350199
0.093719
.calendarview-wrapper { font-family: "Segeo UI"; font-size: 14px; color: #444; } /* year control div -----------*/ .calendarview-operation { float: left; display: inline-block; height: 18px; } .calendarview-operation-btn { cursor: pointer; } .calendarview-operation-btn .ico...
calendarview/calendarview.css
.calendarview-wrapper { font-family: "Segeo UI"; font-size: 14px; color: #444; } /* year control div -----------*/ .calendarview-operation { float: left; display: inline-block; height: 18px; } .calendarview-operation-btn { cursor: pointer; } .calendarview-operation-btn .ico...
0.39222
0.063395
html, body, .viewport { width: 100%; height: 100%; margin: 0; display: flex; } #mds-root { width: 100%; height: 100%; } .flex-space-between { justify-content: space-between; } .flex-space-around { justify-content: space-around; } .flex-justify-end { justify-content: flex-end; } .flex-justify-cent...
src/styles.css
html, body, .viewport { width: 100%; height: 100%; margin: 0; display: flex; } #mds-root { width: 100%; height: 100%; } .flex-space-between { justify-content: space-between; } .flex-space-around { justify-content: space-around; } .flex-justify-end { justify-content: flex-end; } .flex-justify-cent...
0.487551
0.078961
html, body { font-size: 12px; } .admin-wrapper { background-color: #eee; width: 100%; height: 100%; } /*.admin-left-container*/ .admin-left-container { width: 220px; background-color: #f4f4f4; position: absolute; left: 0; border-right: 1px solid #e5e5e5; } .admin-left-container .a...
src/main/resources/static/css/admin.css
html, body { font-size: 12px; } .admin-wrapper { background-color: #eee; width: 100%; height: 100%; } /*.admin-left-container*/ .admin-left-container { width: 220px; background-color: #f4f4f4; position: absolute; left: 0; border-right: 1px solid #e5e5e5; } .admin-left-container .a...
0.501709
0.057812
* { padding: 0; margin: 0; box-sizing: border-box; } #the-universe > div { display: flex; min-height: 100vh; flex-direction: column; } html, body, #the-universe { width: 100%; height: 100%; overflow-x: hidden; } a { text-decoration: none; } ul li { list-style: none; } main { flex: 1 0 auto;...
build/styles.css
* { padding: 0; margin: 0; box-sizing: border-box; } #the-universe > div { display: flex; min-height: 100vh; flex-direction: column; } html, body, #the-universe { width: 100%; height: 100%; overflow-x: hidden; } a { text-decoration: none; } ul li { list-style: none; } main { flex: 1 0 auto;...
0.325842
0.076098
* animate.css -http://daneden.me/animate * Version - 3.5.2.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2017 <NAME> */ .chat_box .msg_cotainer_send { word-break: break-word!important; max-width: 80% } .modal-body img { max-height: 250px; display: block; margin: 20px a...
public/style.css
* animate.css -http://daneden.me/animate * Version - 3.5.2.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2017 <NAME> */ .chat_box .msg_cotainer_send { word-break: break-word!important; max-width: 80% } .modal-body img { max-height: 250px; display: block; margin: 20px a...
0.680454
0.15588
.main, html, body { height: 100%; margin: 0; } body { margin: 0; /* font: 1rem/1.5 'Roboto', sans-serif, Helvetica; */ /* min-height: 100vh; */ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-se...
client/src/index.css
.main, html, body { height: 100%; margin: 0; } body { margin: 0; /* font: 1rem/1.5 'Roboto', sans-serif, Helvetica; */ /* min-height: 100vh; */ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-se...
0.376279
0.066176
.disabled { background-color: var(--main-medium-gray); cursor: not-allowed; opacity: 1; color: var(--main-green); } .details-header { display: flex; flex-direction: row; justify-content: space-between; } .participant-details { background-color: var(--highlight-bg); border-radius: 10px; height: 100...
client/src/components/ParticipantDetails/ParticipantDetails.css
.disabled { background-color: var(--main-medium-gray); cursor: not-allowed; opacity: 1; color: var(--main-green); } .details-header { display: flex; flex-direction: row; justify-content: space-between; } .participant-details { background-color: var(--highlight-bg); border-radius: 10px; height: 100...
0.444083
0.08318
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100&display=swap'); /*======= Formatação Geral - INÍCIO =======*/ p{ text-align: justify; color: black; font-family: 'Overpass', sans-serif; font-size: 10.5pt; } li{ color: black; } h1{ font-family: Verdana,...
css/styles.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100&display=swap'); /*======= Formatação Geral - INÍCIO =======*/ p{ text-align: justify; color: black; font-family: 'Overpass', sans-serif; font-size: 10.5pt; } li{ color: black; } h1{ font-family: Verdana,...
0.241489
0.07244
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, ...
cityaccess/css/nycD3.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.2763
0.063222
.footer-wrap .footer-message-menus-copyright-social { font-family: 'Roboto', sans-serif; padding-top: 40px; padding-bottom: 17px; } .footer-wrap .footer-subscribe { padding-top: 45px; padding-bottom: 42px; } .footer-wrap .footer-subscribe .subscribe-form-submit { border: 2px solid; border-r...
templates/footer_dark_blue/drupal8/css/style.css
.footer-wrap .footer-message-menus-copyright-social { font-family: 'Roboto', sans-serif; padding-top: 40px; padding-bottom: 17px; } .footer-wrap .footer-subscribe { padding-top: 45px; padding-bottom: 42px; } .footer-wrap .footer-subscribe .subscribe-form-submit { border: 2px solid; border-r...
0.295027
0.043043
.cke_reset { margin: 0; padding: 0; border: 0; background: transparent; text-decoration: none; width: auto; height: auto; vertical-align: baseline; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } .cke_reset_all,.cke_reset_all * { ...
src/Jariff/ProjectBundle/Resources/public/admin/plugins/ckeditor/skins/social-color/editor_ie7.css
.cke_reset { margin: 0; padding: 0; border: 0; background: transparent; text-decoration: none; width: auto; height: auto; vertical-align: baseline; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } .cke_reset_all,.cke_reset_all * { ...
0.419886
0.104477
.t-bgWhite { background-color: #fff !important; } .t-bgBlack { background-color: #000 !important; } .t-bgGray90 { background-color: var(--gray-90) !important; } .t-bgGray80 { background-color: var(--gray-80) !important; } .t-bgGray70 { background-color: var(--gray-70) !important; } .t-bgGray60 { background-color: var(-...
packages/sircus-tools-background/lib/background.css
.t-bgWhite { background-color: #fff !important; } .t-bgBlack { background-color: #000 !important; } .t-bgGray90 { background-color: var(--gray-90) !important; } .t-bgGray80 { background-color: var(--gray-80) !important; } .t-bgGray70 { background-color: var(--gray-70) !important; } .t-bgGray60 { background-color: var(-...
0.444806
0.27492
body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 18px; color: #666666; background-color: #f4f4f4; } p, q { line-height: 1.8; } h2 { font-size: 1.8rem; } .tm-site-name { font-size: 4rem; } .tm-quote { font-size: 1.35rem; font-style: italic; display: block; } .contai...
HTML_CSS_Your company/homework/css/general.css
body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 18px; color: #666666; background-color: #f4f4f4; } p, q { line-height: 1.8; } h2 { font-size: 1.8rem; } .tm-site-name { font-size: 4rem; } .tm-quote { font-size: 1.35rem; font-style: italic; display: block; } .contai...
0.433262
0.083143
@font-face { font-family: 'pt_sansregular'; src: url('/static/develop/fonts/PTS55F-webfont.eot'); src: url('/static/develop/fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('/static/develop/fonts/PTS55F-webfont.woff') format('woff'), url('/static/develop/fonts/PTS55F-webf...
www/static/develop/css/css.css
@font-face { font-family: 'pt_sansregular'; src: url('/static/develop/fonts/PTS55F-webfont.eot'); src: url('/static/develop/fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('/static/develop/fonts/PTS55F-webfont.woff') format('woff'), url('/static/develop/fonts/PTS55F-webf...
0.200401
0.04747
body { margin: 0; } /*----------------------------------------------------------------------------------*/ /* Header /*-----------------------------------------------------------------------------------*/ @media (min-width:700px) { #header { background: url("https://i.imgur.com/HUHpN4I.jpg") repeat sc...
src/css/index.css
body { margin: 0; } /*----------------------------------------------------------------------------------*/ /* Header /*-----------------------------------------------------------------------------------*/ @media (min-width:700px) { #header { background: url("https://i.imgur.com/HUHpN4I.jpg") repeat sc...
0.522933
0.081447
body { margin: 0; padding: 0; } .pomodoro { width: 280px; margin: 40px auto; font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif; text-align: center; } .settings { max-height: 500px; margin-bottom: 20px; } .show { max-height: 500px; -webkit-transition: max-height 0...
src/main.css
body { margin: 0; padding: 0; } .pomodoro { width: 280px; margin: 40px auto; font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif; text-align: center; } .settings { max-height: 500px; margin-bottom: 20px; } .show { max-height: 500px; -webkit-transition: max-height 0...
0.419053
0.077832
.root, .leftPane { -fx-background-color: #eee; } .list-view, .text-area, .text-field { -fx-focus-color: transparent; -fx-faint-focus-color: transparent; -fx-text-box-border: transparent; -fx-focus-color: transparent; } .main-menu { -fx-background-color: #6BA559; -fx-border-width: 0; -f...
client-app/src/main/resources/themes/MainView.css
.root, .leftPane { -fx-background-color: #eee; } .list-view, .text-area, .text-field { -fx-focus-color: transparent; -fx-faint-focus-color: transparent; -fx-text-box-border: transparent; -fx-focus-color: transparent; } .main-menu { -fx-background-color: #6BA559; -fx-border-width: 0; -f...
0.413122
0.055797
.header { position: fixed; top: 0; left: 0; min-height: 70px; max-height: 70px; background-color: var(--color-nav); box-shadow: 0px 1px 2px var(--color-background); overflow: hidden; z-index: 100; } .nav-title { height: 25px; font-size: 1.2rem; color: var(--color-title); overflow: hidden; } ...
static/header.css
.header { position: fixed; top: 0; left: 0; min-height: 70px; max-height: 70px; background-color: var(--color-nav); box-shadow: 0px 1px 2px var(--color-background); overflow: hidden; z-index: 100; } .nav-title { height: 25px; font-size: 1.2rem; color: var(--color-title); overflow: hidden; } ...
0.631367
0.12603
html.dark-theme .switcher-wrapper { background: #161D31 } html.dark-theme body { color: #CBD5E1; background-color: #161D31 } html.dark-theme .text-option { color: #CBD5E1 !important } html.dark-theme .h1, html.dark-theme .h2, html.dark-theme .h3, html.dark-theme .h4, html.dark-theme .h5, html.dark-th...
public/assets/css/dark-theme.css
html.dark-theme .switcher-wrapper { background: #161D31 } html.dark-theme body { color: #CBD5E1; background-color: #161D31 } html.dark-theme .text-option { color: #CBD5E1 !important } html.dark-theme .h1, html.dark-theme .h2, html.dark-theme .h3, html.dark-theme .h4, html.dark-theme .h5, html.dark-th...
0.559651
0.04075
:root { --veryDarkColor: #423434; --darkColor: #6e5757; --lightColor: #bc8f8f; --veryLightColor: #dbd2d2; --fontStack: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; --background: linear-gradient(to top, #ff9a9e, #fad0c4); } ...
demo/src/style.css
:root { --veryDarkColor: #423434; --darkColor: #6e5757; --lightColor: #bc8f8f; --veryLightColor: #dbd2d2; --fontStack: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; --background: linear-gradient(to top, #ff9a9e, #fad0c4); } ...
0.575469
0.184988
SPAN.checkbox, SPAN.radio { display: inline-block; width: 16px; height: 16px; margin: -1px 4px; background: url("../Images/bgFrmCheckboxRadioSprite.png") no-repeat; position: relative; } SPAN.checkbox { background-position: 0px 0px; } SPAN.checkbox:hover, SPAN.checkbox.hover { backgroun...
src/KeyHub.Web/Content/Styles/jquery.prettyradiocheckbox.css
SPAN.checkbox, SPAN.radio { display: inline-block; width: 16px; height: 16px; margin: -1px 4px; background: url("../Images/bgFrmCheckboxRadioSprite.png") no-repeat; position: relative; } SPAN.checkbox { background-position: 0px 0px; } SPAN.checkbox:hover, SPAN.checkbox.hover { backgroun...
0.229967
0.04123
@import "https://fonts.googleapis.com/css?family=Roboto"; @import "https://fonts.googleapis.com/css?family=Hind"; .active.news-border-color:hover, .news-border-color:hover { border-bottom: 3px solid #f33d4c !important; color: #fff !important; text-decoration: none; } .news-color-text-main, h4.news-color-text, h4.quiz-...
sites/CodeCanyon/v. 1/Update Guide/v1.1/Script/themes/default/css/style.css
@import "https://fonts.googleapis.com/css?family=Roboto"; @import "https://fonts.googleapis.com/css?family=Hind"; .active.news-border-color:hover, .news-border-color:hover { border-bottom: 3px solid #f33d4c !important; color: #fff !important; text-decoration: none; } .news-color-text-main, h4.news-color-text, h4.quiz-...
0.414188
0.10393
body { background-color: black; color: white; } #maze-container { color: black; position: relative; padding: 0; margin: 0; max-width: 100%; /* margin-left: auto; margin-right: auto; */ display: inline-block; /* margin-left: 25px; */ } #playback-status-message { color...
views/css/view.css
body { background-color: black; color: white; } #maze-container { color: black; position: relative; padding: 0; margin: 0; max-width: 100%; /* margin-left: auto; margin-right: auto; */ display: inline-block; /* margin-left: 25px; */ } #playback-status-message { color...
0.512205
0.111628
:root { --color-1: hsl(180, 45%, 50%); --color-2: hsl(180, 15%, 75%); --color-back: #0F1626; --color-font: #F5F5F5; --color-lether: #AB987A; --color-contrast: #FF533D; } * { margin: 0; padding: 0; box-sizing: border-box; } body { min-width: 400px; font-si...
docs/brilliant/stylesheet.css
:root { --color-1: hsl(180, 45%, 50%); --color-2: hsl(180, 15%, 75%); --color-back: #0F1626; --color-font: #F5F5F5; --color-lether: #AB987A; --color-contrast: #FF533D; } * { margin: 0; padding: 0; box-sizing: border-box; } body { min-width: 400px; font-si...
0.45302
0.14013
#Layout RTL \*------------------------------------*/ .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col...
assets/less/state/layout-rtl.css
#Layout RTL \*------------------------------------*/ .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col...
0.530723
0.070113
 #button { padding-top: 5px; background-color: #b82525; color: #ffffff; border-style: solid; border-bottom-color: #fff; border-bottom-width: 1px; border-color: #3d3b3d; border-top-width: 0; float: left; border-right-width: 0; border-left-width: 0; margin-top: 5px; margin-left: 310px; } div.main-content ...
css/style-profile.css
 #button { padding-top: 5px; background-color: #b82525; color: #ffffff; border-style: solid; border-bottom-color: #fff; border-bottom-width: 1px; border-color: #3d3b3d; border-top-width: 0; float: left; border-right-width: 0; border-left-width: 0; margin-top: 5px; margin-left: 310px; } div.main-content ...
0.233182
0.070913