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
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap'); .dropdown-menu { font-size: 0.875rem; } .mySlides {display:none;} dl, dt, dd, ol, ul, li { margin: 0; padding: 0; } .clear { clear: both; display: block; f...
assets/css/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap'); .dropdown-menu { font-size: 0.875rem; } .mySlides {display:none;} dl, dt, dd, ol, ul, li { margin: 0; padding: 0; } .clear { clear: both; display: block; f...
0.31732
0.109992
@import '../fonts/WorkSans.css'; @import '../fonts/RobotoMono.css'; @import 'color.css'; @import 'wallet.css'; @import 'menu.css'; @import 'animations.css'; @import 'components.css'; #gradient-canvas { position:absolute; left:0; top:0; height: 100vh; width: 100%; z-index: 0; background-color: var(--color...
web/lib/assets/base.css
@import '../fonts/WorkSans.css'; @import '../fonts/RobotoMono.css'; @import 'color.css'; @import 'wallet.css'; @import 'menu.css'; @import 'animations.css'; @import 'components.css'; #gradient-canvas { position:absolute; left:0; top:0; height: 100vh; width: 100%; z-index: 0; background-color: var(--color...
0.369998
0.065785
a {color: #dc373d;text-decoration: none;} a:hover{color: #000;text-decoration: none;} body, h1, h2, h3, h4, h5, h6, p{font-weight: 400;} footer a{color: #696969;} .mb20{margin-bottom:20px !important;} .search_filter{padding:0px;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);box-shadow:0 2p...
public/css/custom.css
a {color: #dc373d;text-decoration: none;} a:hover{color: #000;text-decoration: none;} body, h1, h2, h3, h4, h5, h6, p{font-weight: 400;} footer a{color: #696969;} .mb20{margin-bottom:20px !important;} .search_filter{padding:0px;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);box-shadow:0 2p...
0.249996
0.107297
@import url(./variables.css); * { margin: 0; padding: 0; color: var(--color-white); scroll-behavior: smooth; } body { position: relative; width: 100%; height: 100%; font-family: var(--font-family); background: var(--color-gray-strong); } .main-header { z-index: 4; position: fixed; top: 0; d...
css/style.css
@import url(./variables.css); * { margin: 0; padding: 0; color: var(--color-white); scroll-behavior: smooth; } body { position: relative; width: 100%; height: 100%; font-family: var(--font-family); background: var(--color-gray-strong); } .main-header { z-index: 4; position: fixed; top: 0; d...
0.41324
0.068226
@import url(hacks.css); /* CSS filters and browser specific CSS */ @import url(collapse.css); /* CSS for collapsing sections on post pages */ /* Accessibility fixes by <NAME> and <NAME> April 2007 */ * {margin: 0; padding: 0;} body {background: #191919; color: #000; font: 72%/160% Tahoma, Verdana, "Lucida Sa...
wp/wp-content/themes/web-standards-project/styles.css
@import url(hacks.css); /* CSS filters and browser specific CSS */ @import url(collapse.css); /* CSS for collapsing sections on post pages */ /* Accessibility fixes by <NAME> and <NAME> April 2007 */ * {margin: 0; padding: 0;} body {background: #191919; color: #000; font: 72%/160% Tahoma, Verdana, "Lucida Sa...
0.333286
0.100923
.sbHolder { background-color: transparent; border: 1px solid #dcdcdc; font-size: 15px; line-height: 20px; height: 38px; position: relative; width: 100%; float:none; box-shadow: none; -webkit-box-shadow: none; border-radius:3px; } .large-selectbox .sbHolder { height:47px; } .input-group ....
public/css/jquery.selectbox.css
.sbHolder { background-color: transparent; border: 1px solid #dcdcdc; font-size: 15px; line-height: 20px; height: 38px; position: relative; width: 100%; float:none; box-shadow: none; -webkit-box-shadow: none; border-radius:3px; } .large-selectbox .sbHolder { height:47px; } .input-group ....
0.262747
0.046163
html,body,#root { height: 100vh; } body { font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background: #3e444b; user-select: none; color: #b4c9e0; } textarea { resize: none; } a { color: #eee; ...
src/css/App.css
html,body,#root { height: 100vh; } body { font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background: #3e444b; user-select: none; color: #b4c9e0; } textarea { resize: none; } a { color: #eee; ...
0.418816
0.07056
.loginBackground { position: relative; width: 100%; } .loginCardBack { position: relative; padding-top: 30px; padding-bottom: 20px; width: 95%; max-width: 300px; border-radius: 3px; background-color: #fff; -webkit-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 2px 3px 15px 2px...
ecom/frontend/src/components/style/auth.css
.loginBackground { position: relative; width: 100%; } .loginCardBack { position: relative; padding-top: 30px; padding-bottom: 20px; width: 95%; max-width: 300px; border-radius: 3px; background-color: #fff; -webkit-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 2px 3px 15px 2px...
0.329284
0.070144
:root { font-size: 16px; } html { padding: 0 1em; background: #F7F7FA; } body { font-family: sans-serif; max-width: 50rem; margin: 1em auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscaled; box-sizing: border-box; font-weight: 300; } header { text-align: center; } head...
src/css/style.css
:root { font-size: 16px; } html { padding: 0 1em; background: #F7F7FA; } body { font-family: sans-serif; max-width: 50rem; margin: 1em auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscaled; box-sizing: border-box; font-weight: 300; } header { text-align: center; } head...
0.354545
0.145085
* { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; font-family: 'Exo 2'; } html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 50px; } footer { position: absolute; botto...
application/assets/css/style.css
* { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; font-family: 'Exo 2'; } html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 50px; } footer { position: absolute; botto...
0.389314
0.147801
.bouton-global { z-index: 2; position: fixed; top: 1%; left: 20%; } .bouton-bar { width: 35px; height: 5px; margin: 6px 2px; } .lateralPane { position: fixed; left: 0px; top: 0%; width: 20%; height: 100%; border-right: 1px solid DeepSkyBlue; padding-top: 0; visibility: visible; z-index...
client/public/style.css
.bouton-global { z-index: 2; position: fixed; top: 1%; left: 20%; } .bouton-bar { width: 35px; height: 5px; margin: 6px 2px; } .lateralPane { position: fixed; left: 0px; top: 0%; width: 20%; height: 100%; border-right: 1px solid DeepSkyBlue; padding-top: 0; visibility: visible; z-index...
0.552057
0.110807
.row_pc-top { position: absolute; top: 0px; left: 0px; z-index: 999; } .dmmenu_mb button{margin-left: 8px;height:20px;} .nav-dm li{ background-color: #CCCCCC; } .contact-form input{width: 90%;height: 30px;} .contact-form .imp{text-align: right;} .contact-form .button{width: 100px;height: 30px;} .contact-form text...
public/frontend/css/style.css
.row_pc-top { position: absolute; top: 0px; left: 0px; z-index: 999; } .dmmenu_mb button{margin-left: 8px;height:20px;} .nav-dm li{ background-color: #CCCCCC; } .contact-form input{width: 90%;height: 30px;} .contact-form .imp{text-align: right;} .contact-form .button{width: 100px;height: 30px;} .contact-form text...
0.395251
0.065455
body{ background-image: url('../images/wall.jpg'); /* background-repeat: no-repeat; */ background-attachment: fixed; font-family: 'Courier New', Courier, monospace; font-size: 14px; padding-bottom: 2%; } .container-fluid{ background-color: blue; opacity: 0.6; border-radi...
css/styles.css
body{ background-image: url('../images/wall.jpg'); /* background-repeat: no-repeat; */ background-attachment: fixed; font-family: 'Courier New', Courier, monospace; font-size: 14px; padding-bottom: 2%; } .container-fluid{ background-color: blue; opacity: 0.6; border-radi...
0.390476
0.076064
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,500&display=swap'); *{ padding: 0; margin: 0; box-sizing: border-box; clear: both; font-size: 1em; font-family: 'montserrat', sans-serif; } /* nav section */ /* Navigation Bar */ .navigation{ background: #fff; ...
assets/customer/css/transaksi.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,500&display=swap'); *{ padding: 0; margin: 0; box-sizing: border-box; clear: both; font-size: 1em; font-family: 'montserrat', sans-serif; } /* nav section */ /* Navigation Bar */ .navigation{ background: #fff; ...
0.33112
0.08207
@font-face { font-family: 'bizmericon'; src: url('fonts/bizmericon.eot?d5z39i'); src: url('fonts/bizmericon.eot?d5z39i#iefix') format('embedded-opentype'), url('fonts/bizmericon.ttf?d5z39i') format('truetype'), url('fonts/bizmericon.woff?d5z39i') format('woff'), url('fonts/bizm...
app/styles/style.css
@font-face { font-family: 'bizmericon'; src: url('fonts/bizmericon.eot?d5z39i'); src: url('fonts/bizmericon.eot?d5z39i#iefix') format('embedded-opentype'), url('fonts/bizmericon.ttf?d5z39i') format('truetype'), url('fonts/bizmericon.woff?d5z39i') format('woff'), url('fonts/bizm...
0.265595
0.096025
@CHARSET "UTF-8"; .sbHolder{ background-color: #2d2d2d; border: solid 1px #515151; font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; height: 30px; position: relative; width: 200px; } .sbHolder:focus .sbSelector{ } .sbSelector{ display: block; height: 30px; left: 0; li...
public/css/front/jquery.selectbox.css
@CHARSET "UTF-8"; .sbHolder{ background-color: #2d2d2d; border: solid 1px #515151; font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; height: 30px; position: relative; width: 200px; } .sbHolder:focus .sbSelector{ } .sbSelector{ display: block; height: 30px; left: 0; li...
0.28398
0.045713
html { font-family: Raleway font-size: 1.5rem; overflow-x: hidden; } body { margin: 0px; height: 1400px; } a { color: #fff; text-decoration: none; } li { margin-bottom: 10px; } ul { padding-left: 0px; margin-left: 0px; } #main-image { height: auto; max-width: 150%; } #logo { position: relativ...
css/styles.css
html { font-family: Raleway font-size: 1.5rem; overflow-x: hidden; } body { margin: 0px; height: 1400px; } a { color: #fff; text-decoration: none; } li { margin-bottom: 10px; } ul { padding-left: 0px; margin-left: 0px; } #main-image { height: auto; max-width: 150%; } #logo { position: relativ...
0.336113
0.074164
@charset "utf-8"; /* 1. HTML Elements 2. IDs 3. Classes 4. Animations 5. Media Queries 6. Less Elements (including several extensions) (in .less file only) */ /*== 1 HTML Elements ==*/ .center_div{ margin: 0 auto; width:80% /* value of your choice which suits your alignment */ } ::-webkit-input-placeholder { colo...
web/styles/main.css
@charset "utf-8"; /* 1. HTML Elements 2. IDs 3. Classes 4. Animations 5. Media Queries 6. Less Elements (including several extensions) (in .less file only) */ /*== 1 HTML Elements ==*/ .center_div{ margin: 0 auto; width:80% /* value of your choice which suits your alignment */ } ::-webkit-input-placeholder { colo...
0.19433
0.053083
.notes-center{ position: fixed; width: 300px; max-height: 150px; overflow-y: auto; overflow-x: hidden; background-color: #ececec; top: 55px; z-index: 9998; margin-left: calc((100vw + 310px)/2); -webkit-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); -moz-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); ...
kamevo_src/css/notes.css
.notes-center{ position: fixed; width: 300px; max-height: 150px; overflow-y: auto; overflow-x: hidden; background-color: #ececec; top: 55px; z-index: 9998; margin-left: calc((100vw + 310px)/2); -webkit-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); -moz-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); ...
0.381104
0.113309
.card-deck-container { margin: auto; padding-top: 10%; } .container-custom { width: 540px; margin: 0 auto; height: 100vh; background: #edf9ff; } .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%24fff' viewBox='0 0 8 8'%3e%3cpath d='...
client/src/components/Deck/Deck.css
.card-deck-container { margin: auto; padding-top: 10%; } .container-custom { width: 540px; margin: 0 auto; height: 100vh; background: #edf9ff; } .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%24fff' viewBox='0 0 8 8'%3e%3cpath d='...
0.452778
0.134321
html, body { font-size: 100%; font-family: 'Open Sans', sans-serif; background: #000; margin: 0; } p, ul li, ol li { margin: 0; font-size: 14px; letter-spacing: 1px; line-height: 1.9em; color: #555; } h1, h2, h3, h4, h5, h6 { font-family: 'Cabin Condensed', sans-serif; margin: 0; ...
css/style.css
html, body { font-size: 100%; font-family: 'Open Sans', sans-serif; background: #000; margin: 0; } p, ul li, ol li { margin: 0; font-size: 14px; letter-spacing: 1px; line-height: 1.9em; color: #555; } h1, h2, h3, h4, h5, h6 { font-family: 'Cabin Condensed', sans-serif; margin: 0; ...
0.156588
0.038939
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Lato:100,400,300,700'); /* --- pe-icon-7-stroke --- */ body { width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; font-weight: 300; color: #666; background: #fff; font-size: 16px; line-he...
public/css/style.css
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Lato:100,400,300,700'); /* --- pe-icon-7-stroke --- */ body { width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; font-weight: 300; color: #666; background: #fff; font-size: 16px; line-he...
0.201302
0.066297
html { --scrollbarBG: #181B48; --thumbBG: rgba(8, 170, 245, 1); } body { font-family: 'Josefin Sans', sans-serif; padding-bottom: 20px; /* background-image: url("./photos/Asset\ 130.png"); */ background-image: url("./photos/luca-bravo-g_LG9LGyTk8-unsplash.jpg"); background-size: cover; backgrou...
src/App.css
html { --scrollbarBG: #181B48; --thumbBG: rgba(8, 170, 245, 1); } body { font-family: 'Josefin Sans', sans-serif; padding-bottom: 20px; /* background-image: url("./photos/Asset\ 130.png"); */ background-image: url("./photos/luca-bravo-g_LG9LGyTk8-unsplash.jpg"); background-size: cover; backgrou...
0.328853
0.066297
:root { --brand-color: #d6d345; --fierman-green: #2c6e2c; --text-color: #4b4b4b; --white: white; --padding: 1rem } * { box-sizing: border-box } body { background: var(--fierman-green) url(https://vanheusden.com/constatus/fierman-logo.jpg) no-repeat center center; background-blend-mo...
stylesheet.css
:root { --brand-color: #d6d345; --fierman-green: #2c6e2c; --text-color: #4b4b4b; --white: white; --padding: 1rem } * { box-sizing: border-box } body { background: var(--fierman-green) url(https://vanheusden.com/constatus/fierman-logo.jpg) no-repeat center center; background-blend-mo...
0.689096
0.265892
<style type="text/css" id="less:quickadmin-php-assets-less-pages-serveStyles:less-module-admin-page-login"> @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/core/lib/bootstrap/css/bootstrap.min.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../.....
public/assets/components/myscript/css/stylelogin.css
<style type="text/css" id="less:quickadmin-php-assets-less-pages-serveStyles:less-module-admin-page-login"> @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/core/lib/bootstrap/css/bootstrap.min.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../.....
0.247987
0.041715
*{ margin:0; padding:0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; scroll-behavior: smooth; box-sizing: border-box; } body{ background:black; color:white; min-height: 100vh; } header{ position: fixed; top:0; left...
CSS/style.css
*{ margin:0; padding:0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; scroll-behavior: smooth; box-sizing: border-box; } body{ background:black; color:white; min-height: 100vh; } header{ position: fixed; top:0; left...
0.23292
0.078219
body, h1, h2, h3, h4, h5, h6, p, br, form, input, button, textarea, select, ul, dl, dt, dd, pre, fieldset, legend { margin: 0; padding: 0; } form{ display: block; } .topbar_wrap { height: 36px; color: #1c040e; background: #f9f9f9; position: relative; } .topbar_wrap .topbar_left { float: le...
src/main/webapp/static/css/wangtianhui/header.css
body, h1, h2, h3, h4, h5, h6, p, br, form, input, button, textarea, select, ul, dl, dt, dd, pre, fieldset, legend { margin: 0; padding: 0; } form{ display: block; } .topbar_wrap { height: 36px; color: #1c040e; background: #f9f9f9; position: relative; } .topbar_wrap .topbar_left { float: le...
0.45423
0.096365
html{ font-family: 'Source Sans Pro', sans-serif; } body{ margin: 0; } @keyframes alogo { from { filter: blur(10px); overflow: hidden; } to { filter: blur(0px); overflow: hidden; } } /*-----------------------------------------------------------------------------------------------...
projects.css
html{ font-family: 'Source Sans Pro', sans-serif; } body{ margin: 0; } @keyframes alogo { from { filter: blur(10px); overflow: hidden; } to { filter: blur(0px); overflow: hidden; } } /*-----------------------------------------------------------------------------------------------...
0.222278
0.041076
height: 34px; background: #F7F7F7; } .header{ /*width: 1200px;*/ height: 34px; background: #F7F7F7; } .header .headerfri{ float:left; font-size:10px; line-height: 34px; color:#969696; width: 550px; height: 34px; } .header .headerfri #cityChoice{ float:left; } /*.header di...
src/css/liebiao.css
height: 34px; background: #F7F7F7; } .header{ /*width: 1200px;*/ height: 34px; background: #F7F7F7; } .header .headerfri{ float:left; font-size:10px; line-height: 34px; color:#969696; width: 550px; height: 34px; } .header .headerfri #cityChoice{ float:left; } /*.header di...
0.304248
0.05902
body{ background-color: #eee !important; padding: 0px; margin: 0px; color: white; font-family: 'Roboto' !important; overflow-y: scroll; } .header { position: absolute; width: 100%; height: 70px; background-color: rgba(0,0,0,0.1); z-index: 100; } .head-cover { position: absolute; width: 100%;...
portal/static/registrations/portal/assets/css/parent-style.css
body{ background-color: #eee !important; padding: 0px; margin: 0px; color: white; font-family: 'Roboto' !important; overflow-y: scroll; } .header { position: absolute; width: 100%; height: 70px; background-color: rgba(0,0,0,0.1); z-index: 100; } .head-cover { position: absolute; width: 100%;...
0.33372
0.063424
tr {mso-height-source:auto;} col {mso-width-source:auto;} br {mso-data-placement:same-cell;} .style126 {color:blue; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:underline; text-underline-style:single; font-family:Arial, sans-serif; mso-font-charset:0; mso-style-name:Hyperlink; mso-...
TestTwoWebpage/schedule_files/stylesheet.css
tr {mso-height-source:auto;} col {mso-width-source:auto;} br {mso-data-placement:same-cell;} .style126 {color:blue; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:underline; text-underline-style:single; font-family:Arial, sans-serif; mso-font-charset:0; mso-style-name:Hyperlink; mso-...
0.205495
0.042048
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; } ul { list-style: none; } fieldset { border: 0; } a img { border: 0; } .clear { clear: both; font-size: 0; height: 0; } a { color: #124a97; text-decoration: none; } a:hover { color: #4e6b...
themes4/dirt/files/theme/main_style.css
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; } ul { list-style: none; } fieldset { border: 0; } a img { border: 0; } .clear { clear: both; font-size: 0; height: 0; } a { color: #124a97; text-decoration: none; } a:hover { color: #4e6b...
0.1941
0.067948
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, ...
assets/base_expanded.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.351089
0.067979
@font-face { font-family: HKGrotesk; src: url("/Fonts/HKGrotesk-Medium.woff") format("woff"); } * { padding: 0; margin: 0; box-sizing: border-box; } body { /*font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;*/ /* font-family: Arial, Helvetica, sans-serif;*/ /* font-family:...
assets/css/styles.css
@font-face { font-family: HKGrotesk; src: url("/Fonts/HKGrotesk-Medium.woff") format("woff"); } * { padding: 0; margin: 0; box-sizing: border-box; } body { /*font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;*/ /* font-family: Arial, Helvetica, sans-serif;*/ /* font-family:...
0.378229
0.059647
.Aside { visibility: hidden; display: none; } /* Aside inner */ .Aside-inner { } .heightLarge-visible { display: none; } @media (min-width: 60em) { /* Aside */ .Aside { visibility: visible; height: 100vh; left: 0; top: 0; z-index: 2; position: fixed; width: 3em; display: -webkit-box; disp...
_src/css/aside.css
.Aside { visibility: hidden; display: none; } /* Aside inner */ .Aside-inner { } .heightLarge-visible { display: none; } @media (min-width: 60em) { /* Aside */ .Aside { visibility: visible; height: 100vh; left: 0; top: 0; z-index: 2; position: fixed; width: 3em; display: -webkit-box; disp...
0.391639
0.083217
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&family=Rajdhani:wght@400;500;600;700&display=swap"); /* @import url(./font-awesome.min.css); */ /*--------------------- Global variables -----------------------*/ :root { --primary-color: #ecf0f1; --accent-color: rebeccapurple; ...
the_good_dollar/static/assets/css/main.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&family=Rajdhani:wght@400;500;600;700&display=swap"); /* @import url(./font-awesome.min.css); */ /*--------------------- Global variables -----------------------*/ :root { --primary-color: #ecf0f1; --accent-color: rebeccapurple; ...
0.372049
0.072735
.tag-pre { display: block; font-family: monospace; white-space: pre; margin: 1em 0; } .markdown-body { color: #555; overflow: auto; word-wrap: break-word; -webkit-overflow-scrolling: touch; } .tag-strong { font-weight: 400; } .tag-img { max-width: 100%; } .markdown-body .tag-img { ...
static/css/markdown.css
.tag-pre { display: block; font-family: monospace; white-space: pre; margin: 1em 0; } .markdown-body { color: #555; overflow: auto; word-wrap: break-word; -webkit-overflow-scrolling: touch; } .tag-strong { font-weight: 400; } .tag-img { max-width: 100%; } .markdown-body .tag-img { ...
0.27914
0.057124
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import ur...
css/main.css
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import ur...
0.433262
0.141311
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, body { height: 100%; max-width: 1920px; } iframe, object, embed { max-width: 100%; } html, html a { ...
css/main.css
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, body { height: 100%; max-width: 1920px; } iframe, object, embed { max-width: 100%; } html, html a { ...
0.421314
0.073463
@import url('https://fonts.googleapis.com/css?family=Questrial|Kaushan+Script&subset=latin-ext'); @import '~rc-time-picker/assets/index.css'; body { margin: 0; padding: 0; height: 100vh; font-family: 'Questrial', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscal...
src/index.css
@import url('https://fonts.googleapis.com/css?family=Questrial|Kaushan+Script&subset=latin-ext'); @import '~rc-time-picker/assets/index.css'; body { margin: 0; padding: 0; height: 100vh; font-family: 'Questrial', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscal...
0.323273
0.064036
html { position: relative; min-height: 100%; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.9em; } body { margin: 0; margin-bottom: 1.25em; } ul { margin: 0; padding: 0; list-style-type: none; } li { padding: 0.625em 0.1em; } p { ...
index.css
html { position: relative; min-height: 100%; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.9em; } body { margin: 0; margin-bottom: 1.25em; } ul { margin: 0; padding: 0; list-style-type: none; } li { padding: 0.625em 0.1em; } p { ...
0.347648
0.073463
.issue-header { margin-bottom: 35px; } h1.page-heading .issues-actions .btn { font-size: 15px; } .issue-header h1.page-heading { word-wrap: break-word; margin-bottom: 0; } .issue-header .header-number { color: #aaa; } .issue-header-meta { margin-top: 9px; font-size: 100%; line-height: 28px; color:...
ckanext/issues/public/css/ckanext-issues/style.css
.issue-header { margin-bottom: 35px; } h1.page-heading .issues-actions .btn { font-size: 15px; } .issue-header h1.page-heading { word-wrap: break-word; margin-bottom: 0; } .issue-header .header-number { color: #aaa; } .issue-header-meta { margin-top: 9px; font-size: 100%; line-height: 28px; color:...
0.330147
0.054249
*, *::after, *::before { box-sizing: inherit; } .pen-title { margin-top: 40px; font-size: 22px; letter-spacing: .4em; color: #ae6f3d ; margin-bottom: 0; text-align: center; } .pen-description { letter-spacing: .2em; ...
demo/css/care.css
*, *::after, *::before { box-sizing: inherit; } .pen-title { margin-top: 40px; font-size: 22px; letter-spacing: .4em; color: #ae6f3d ; margin-bottom: 0; text-align: center; } .pen-description { letter-spacing: .2em; ...
0.50293
0.072112
.app { min-height: 100vh; display: flex; flex-direction: column; } .app-footer { height: 100px; padding: 15px 0 0 0; display: flex; justify-content: center; align-items: center; } .app-footer a, .app-footer div { height: fit-content; } .fill-content { display: flex !important;...
src/styles.css
.app { min-height: 100vh; display: flex; flex-direction: column; } .app-footer { height: 100px; padding: 15px 0 0 0; display: flex; justify-content: center; align-items: center; } .app-footer a, .app-footer div { height: fit-content; } .fill-content { display: flex !important;...
0.520984
0.082734
.main-navigation{ background-color: transparent; } body{ font-family: sans-serif; } .social--network { width: 25px !important; height: 25px !important; padding: 0px !important; margin: 5px auto !important; padding-top: 2px !important; } .main--menu{ padding: 7px 0 !important; } #home-part--fix{ ...
public/page/css/fix.css
.main-navigation{ background-color: transparent; } body{ font-family: sans-serif; } .social--network { width: 25px !important; height: 25px !important; padding: 0px !important; margin: 5px auto !important; padding-top: 2px !important; } .main--menu{ padding: 7px 0 !important; } #home-part--fix{ ...
0.398875
0.06357
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.freekick.org") { /***ARKAPLAN - BACKGROUND***/ body { font-family: Verdana !important; color: #000 !important; } .width { margin: 0 auto !important; width: 990px !important; } /***UST KISIM - TOP***/ #top-wrap{ widt...
data/usercss/10024.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.freekick.org") { /***ARKAPLAN - BACKGROUND***/ body { font-family: Verdana !important; color: #000 !important; } .width { margin: 0 auto !important; width: 990px !important; } /***UST KISIM - TOP***/ #top-wrap{ widt...
0.175114
0.086632
v\:group,v\:rect,v\:imagedata,v\:oval,v\:line,v\:polyline,v\:stroke,v\:textbox { display:inline-block;background:transparent } ::-ms-clear,::-ms-reveal{display:none;} .GooFlow{ background:#f1f1f1;border:#ddd 1px solid; -moz-user-select:none;-webkit-user-select:none;border-radius:4px;color:#333 } .GooFlow,.GooFlow *{...
Project/Dogu_V5/WebContent/example/gooflow/css/GooFlow.css
v\:group,v\:rect,v\:imagedata,v\:oval,v\:line,v\:polyline,v\:stroke,v\:textbox { display:inline-block;background:transparent } ::-ms-clear,::-ms-reveal{display:none;} .GooFlow{ background:#f1f1f1;border:#ddd 1px solid; -moz-user-select:none;-webkit-user-select:none;border-radius:4px;color:#333 } .GooFlow,.GooFlow *{...
0.294215
0.135546
.wpgmza-extension { float: left; margin: 0 15px 15px 0; background: #fff; border: 1px solid #ccc; width: 320px; padding: 14px; height: 370px; position: relative; } .wpgmza-extension h3 { margin: 0 0 8px; font-size: 13px; } .wpgmza-extension .wp-post-image { width: 100%; ...
wp-content/plugins/wp-google-maps/css/wp-google-maps-admin.css
.wpgmza-extension { float: left; margin: 0 15px 15px 0; background: #fff; border: 1px solid #ccc; width: 320px; padding: 14px; height: 370px; position: relative; } .wpgmza-extension h3 { margin: 0 0 8px; font-size: 13px; } .wpgmza-extension .wp-post-image { width: 100%; ...
0.421195
0.053379
@-moz-document domain("/*[[instance_url]]*/") { .ui { background : #000; } body, .account__header .account__header__content, .reply-indicator__content, .navigation-bar, .privacy-dropdown__option__content, .activity-stream-tabs a, .activity-stream .status.light .status__content, .status.light .display-name span...
data/usercss/151196.user.css
@-moz-document domain("/*[[instance_url]]*/") { .ui { background : #000; } body, .account__header .account__header__content, .reply-indicator__content, .navigation-bar, .privacy-dropdown__option__content, .activity-stream-tabs a, .activity-stream .status.light .status__content, .status.light .display-name span...
0.276397
0.02769
.dialog-open{ overflow-y:hidden !important; } .rs-overlay{ background:#000; opacity:.5; filter: alpha(opacity=50); position: fixed; z-index: 1000; top:0; bottom:0; left:0; right:0; display: none; } .rs-dialog{ display: none; opacity: 0; overflow: hidden; position: fixed; top:0; bottom:0; left:0; righ...
web/css/style.css
.dialog-open{ overflow-y:hidden !important; } .rs-overlay{ background:#000; opacity:.5; filter: alpha(opacity=50); position: fixed; z-index: 1000; top:0; bottom:0; left:0; right:0; display: none; } .rs-dialog{ display: none; opacity: 0; overflow: hidden; position: fixed; top:0; bottom:0; left:0; righ...
0.320502
0.054676
@font-face { font-family: "iconfont"; src: url("../fonts/iconfont.eot"); src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg") } .iconfont { font-family...
assets/vendor/overtrue-share.js/dist/css/share.min.css
@font-face { font-family: "iconfont"; src: url("../fonts/iconfont.eot"); src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg") } .iconfont { font-family...
0.280222
0.058373
body { padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; } table.menu { background-color: #DCEDFF; background-position: center center; border-top: 1px solid black; border-bottom: 1px solid black; width: 100%; margin-top: 2px; } td.menuitem { text-align...
share/gamedir/default.css
body { padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; } table.menu { background-color: #DCEDFF; background-position: center center; border-top: 1px solid black; border-bottom: 1px solid black; width: 100%; margin-top: 2px; } td.menuitem { text-align...
0.317215
0.074534
.tutorial-slide { -webkit-transition: opacity 200ms ease-in-out; background-color: white; border-radius: 2px; bottom: 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); height: 408px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 320px; z-index: 100; } .tutorial-slide.single-...
chrome/browser/resources/user_manager/user_manager_tutorial.css
.tutorial-slide { -webkit-transition: opacity 200ms ease-in-out; background-color: white; border-radius: 2px; bottom: 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); height: 408px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 320px; z-index: 100; } .tutorial-slide.single-...
0.400867
0.199172
.table .chosen-container { width: 100% !important; } .box-validation { background: #FFFEFE; border:1px solid #D6CFCF; border-bottom: none; padding: 5px 7px 5px 20px; font-size: 12px; } td .box-validation:last-child { border-bottom:1px solid #D6CFCF; } .box-validation .delete { color: #FD0A0A; ...
si-content/si-templates/backend/adminlte/include/css/form.css
.table .chosen-container { width: 100% !important; } .box-validation { background: #FFFEFE; border:1px solid #D6CFCF; border-bottom: none; padding: 5px 7px 5px 20px; font-size: 12px; } td .box-validation:last-child { border-bottom:1px solid #D6CFCF; } .box-validation .delete { color: #FD0A0A; ...
0.339171
0.106598
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap'); * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none !important; outline: none !imp...
resources/views/backoffice-partner/assets/css/styles.css
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap'); * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none !important; outline: none !imp...
0.222869
0.073264
body {background-color: #4f5d75;} .externalFrame { width: 50em; height: 30em; background-color: rgb(188, 56, 89); margin: 0 auto; display: flex; align-items: center; margin-top: 70px; border-radius: 2%; } .consoleBody { width: 48.5em; height: 27em; ...
css/estilos.css
body {background-color: #4f5d75;} .externalFrame { width: 50em; height: 30em; background-color: rgb(188, 56, 89); margin: 0 auto; display: flex; align-items: center; margin-top: 70px; border-radius: 2%; } .consoleBody { width: 48.5em; height: 27em; ...
0.459561
0.166472
html, body { height: 100%; } body { font-family: "Raleway", sans-serif; background-image: -webkit-gradient(linear, left top,right top,color-stop(0,#fcfcfc),color-stop(0.25,#efefde),color-stop(1,#d4e6f2)); /*background-image:-webkit-linear-gradient(left,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%);*/ background-image:...
client/green.css
html, body { height: 100%; } body { font-family: "Raleway", sans-serif; background-image: -webkit-gradient(linear, left top,right top,color-stop(0,#fcfcfc),color-stop(0.25,#efefde),color-stop(1,#d4e6f2)); /*background-image:-webkit-linear-gradient(left,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%);*/ background-image:...
0.344774
0.098382
.p_title { font-weight: normal; padding: 15px 5px; font-size: 18px; border-bottom: 1px solid #e6e6e6; } .p_price { padding: 12px 5px; border-bottom: 1px solid #e6e6e6; font-size: 14px; } .p_price .fold { float: right; margin: 10px 10px 0 0; } .p_price .fold span { color: #ff00...
public/wnf/css/products.css
.p_title { font-weight: normal; padding: 15px 5px; font-size: 18px; border-bottom: 1px solid #e6e6e6; } .p_price { padding: 12px 5px; border-bottom: 1px solid #e6e6e6; font-size: 14px; } .p_price .fold { float: right; margin: 10px 10px 0 0; } .p_price .fold span { color: #ff00...
0.532425
0.279095
.engine-button { padding: 0.8em 1.8em; border: 2px solid var(--mainColorLight); margin-top: 5vh; width: 140px; position: relative; overflow: hidden; background-color: transparent; text-align: center; text-transform: uppercase; font-size: 16px; transition: .3s; ...
src/Game.css
.engine-button { padding: 0.8em 1.8em; border: 2px solid var(--mainColorLight); margin-top: 5vh; width: 140px; position: relative; overflow: hidden; background-color: transparent; text-align: center; text-transform: uppercase; font-size: 16px; transition: .3s; ...
0.476092
0.067393
body { font-family: 'Open Sans', sans-serif; /*text-transform:capitalize;*/ } .card { box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2); padding: 10% 5%; border-radius: 5px; } a{ color: #222; text-decoration: none!important; } .content {...
css/style.css
body { font-family: 'Open Sans', sans-serif; /*text-transform:capitalize;*/ } .card { box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2); padding: 10% 5%; border-radius: 5px; } a{ color: #222; text-decoration: none!important; } .content {...
0.474144
0.075448
.action-container { background:white; height: auto; margin-left: auto; margin-right: auto; width: 100%; position: absolute; box-shadow: 10px 10px 5px grey; border: 2px solid; border-color: grey; margin-top: 25px; display: inline; height: 100%; } .action-name h1{ fon...
public/css/actionComments.css
.action-container { background:white; height: auto; margin-left: auto; margin-right: auto; width: 100%; position: absolute; box-shadow: 10px 10px 5px grey; border: 2px solid; border-color: grey; margin-top: 25px; display: inline; height: 100%; } .action-name h1{ fon...
0.379838
0.130979
body { margin: 0; padding: 0; font-family:"Tahoma", sans-serif; background: #0c75a0 url(../img/background.jpg) repeat-x; /* background-repeat: repeat;*/ background-position:0 0; } .container { width: 1000px; margin: 0 auto; /* outline: 1px dotted black;*/ border-bottom: 3px solid rgb(0, 0, 0); /* ba...
task-4/css/style.css
body { margin: 0; padding: 0; font-family:"Tahoma", sans-serif; background: #0c75a0 url(../img/background.jpg) repeat-x; /* background-repeat: repeat;*/ background-position:0 0; } .container { width: 1000px; margin: 0 auto; /* outline: 1px dotted black;*/ border-bottom: 3px solid rgb(0, 0, 0); /* ba...
0.342681
0.059674
.page-header { border: none; margin-top: 0; padding-top: 0; } .page-header h1 { font-size: 32px; } .entry-content a { box-shadow: none; } .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { font-weight: bold; } .entry-summary h1, .entry-summary ...
css/omh-schema-library-style.css
.page-header { border: none; margin-top: 0; padding-top: 0; } .page-header h1 { font-size: 32px; } .entry-content a { box-shadow: none; } .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { font-weight: bold; } .entry-summary h1, .entry-summary ...
0.476336
0.062732
.invisible-el { /* @include element-invisible(); */ clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; } .hidden, .menu-sub, #ajax-loading, #ajax-error, var.ajax-params, #modal-blocker, .q-post { display: none; } /* temp */ /* temp end */ ...
css/rutracker.org.css
.invisible-el { /* @include element-invisible(); */ clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; } .hidden, .menu-sub, #ajax-loading, #ajax-error, var.ajax-params, #modal-blocker, .q-post { display: none; } /* temp */ /* temp end */ ...
0.304869
0.082033
body { font-family: "Cerebri Sans"; font-weight: normal; font-style: normal; color: #696969; font-size: 14px; } .img, img { max-width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; ...
public/assets/css/style.css
body { font-family: "Cerebri Sans"; font-weight: normal; font-style: normal; color: #696969; font-size: 14px; } .img, img { max-width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; ...
0.325092
0.069605
@charset "utf-8"; * { box-sizing: border-box; padding:0; margin: 0; } body { background-color: #f0f0f5; width: 100%; min-width:500px; height:auto; margin-top:3px } #bodycontent{ position: relative; z-index: 4; } button{ width: 15%; height:30px; font-weight:bold; font-family:"times newroman"; ...
purchasi/css/LoginPageStyle.css
@charset "utf-8"; * { box-sizing: border-box; padding:0; margin: 0; } body { background-color: #f0f0f5; width: 100%; min-width:500px; height:auto; margin-top:3px } #bodycontent{ position: relative; z-index: 4; } button{ width: 15%; height:30px; font-weight:bold; font-family:"times newroman"; ...
0.153899
0.085709
.clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } /* Basic Styles */ body { background-color: #ece8e5; } nav { height: 40px; width: 100%; background: #455868; font-size: 11pt; font-family: 'PT Sans', A...
style.css
.clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } /* Basic Styles */ body { background-color: #ece8e5; } nav { height: 40px; width: 100%; background: #455868; font-size: 11pt; font-family: 'PT Sans', A...
0.17522
0.071009
:root { --sd-color-tabs-label-active: #C72C48; --sd-color-tabs-label-inactive: rgba(199, 44, 72, 0.5); --sd-color-tabs-overline: rgba(199, 44, 72, 0.5); --sd-color-tabs-underline: rgba(199, 44, 72, 0.25); } @font-face { font-family: "Mark"; src: url("../fonts/Mark-Regular.woff2") format("woff2"), url("../f...
source/_static/css/main.css
:root { --sd-color-tabs-label-active: #C72C48; --sd-color-tabs-label-inactive: rgba(199, 44, 72, 0.5); --sd-color-tabs-overline: rgba(199, 44, 72, 0.5); --sd-color-tabs-underline: rgba(199, 44, 72, 0.25); } @font-face { font-family: "Mark"; src: url("../fonts/Mark-Regular.woff2") format("woff2"), url("../f...
0.447943
0.112747
.widget-menu-horizontal { display: flex; flex: 1; margin-left: auto; margin-right: auto; background-color: var(--chrome-background); flex-direction: row; } .widget-menu-horizontal span { color: var(--chrome-color); padding-left: 0.3em; padding-right: 0.3em; padding-bottom: 0px; ...
packages/code/widget/widget_menu.css
.widget-menu-horizontal { display: flex; flex: 1; margin-left: auto; margin-right: auto; background-color: var(--chrome-background); flex-direction: row; } .widget-menu-horizontal span { color: var(--chrome-color); padding-left: 0.3em; padding-right: 0.3em; padding-bottom: 0px; ...
0.503174
0.069258
*::before, *::after { box-sizing: border-box; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; } body { background-color: lightyellow; } #intro { text-align: center; margin-top: 40px; background-color: lightskyblue; padding: 10px; } #question { font-size: xx-larg...
Assets/style.css
*::before, *::after { box-sizing: border-box; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; } body { background-color: lightyellow; } #intro { text-align: center; margin-top: 40px; background-color: lightskyblue; padding: 10px; } #question { font-size: xx-larg...
0.476336
0.119742
.bg-contact { width: 100%; background-image: linear-gradient(-40deg, rgba(255, 78, 80, 1), rgba(249, 212, 35, 1)); background-repeat: no-repeat; background-position: center center; background-size: cover; } .container-contact { width: 100%; min-height: 110vh; display: -webkit-box; display: -webkit-...
social-wall/src/ContactPage/ContactPage.css
.bg-contact { width: 100%; background-image: linear-gradient(-40deg, rgba(255, 78, 80, 1), rgba(249, 212, 35, 1)); background-repeat: no-repeat; background-position: center center; background-size: cover; } .container-contact { width: 100%; min-height: 110vh; display: -webkit-box; display: -webkit-...
0.411702
0.054149
.timeline { position: relative; margin: 50px auto; padding: 40px 0; width: 1000px; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Montserrat", sans-serif; } .section-title { text-align: center; font-weight: bold; font-size: 5em; color: #fff; } .timeline:before { content...
client/src/components/Timeline.css
.timeline { position: relative; margin: 50px auto; padding: 40px 0; width: 1000px; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Montserrat", sans-serif; } .section-title { text-align: center; font-weight: bold; font-size: 5em; color: #fff; } .timeline:before { content...
0.353875
0.089455
.prm-primary-bg, prm-spinner.overlay-cover.light-on-dark:after, prm-search-bar { color: var(--color-secondary-background-dark, #333333); background-color: var(--color-button-background-dark, #53738C); /*Why?*/ } .prm-primary-bg.prm-hue1, prm-spinner.prm-hue1.overlay-cover.light-on-dark:after, prm-topbar .top-na...
custom/CENTRAL_PACKAGE/css/header.css
.prm-primary-bg, prm-spinner.overlay-cover.light-on-dark:after, prm-search-bar { color: var(--color-secondary-background-dark, #333333); background-color: var(--color-button-background-dark, #53738C); /*Why?*/ } .prm-primary-bg.prm-hue1, prm-spinner.prm-hue1.overlay-cover.light-on-dark:after, prm-topbar .top-na...
0.301362
0.052692
:root { --ff-primary: "Manrope", sans-serif; /* colors */ --very-dark-grayish-blue: hsl(217, 19%, 35%); --desaturated-dark-blue: hsl(214, 17%, 51%); --grayish-blue: hsl(212, 23%, 69%); --light-grayish-blue: hsl(210, 46%, 95%); --card-shadow: 0px 30px 50px -20px hsla(240, 8%, 70%, 0.39); } *, *::before,...
article-preview/style.css
:root { --ff-primary: "Manrope", sans-serif; /* colors */ --very-dark-grayish-blue: hsl(217, 19%, 35%); --desaturated-dark-blue: hsl(214, 17%, 51%); --grayish-blue: hsl(212, 23%, 69%); --light-grayish-blue: hsl(210, 46%, 95%); --card-shadow: 0px 30px 50px -20px hsla(240, 8%, 70%, 0.39); } *, *::before,...
0.541651
0.108708
*{ /* outline: solid; */ box-sizing: border-box; } a{ text-decoration: none; } .wrap{ max-width: 1200px; margin: 0 auto; } /*header*/ header{ background-color: #CDDDAC; display: flex; justify-content: space-between; } nav{ height: 67px; margin-top: 30px; line-height: 50px; }...
css/contact.css
*{ /* outline: solid; */ box-sizing: border-box; } a{ text-decoration: none; } .wrap{ max-width: 1200px; margin: 0 auto; } /*header*/ header{ background-color: #CDDDAC; display: flex; justify-content: space-between; } nav{ height: 67px; margin-top: 30px; line-height: 50px; }...
0.406744
0.059129
.overlay_mac_os_x { background-color: #85BBEF; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } .mac_os_x_nw { background: transparent url(mac_os_x/TL_Main.png) no-repeat 0 0; width:24px; height:30px; } .mac_os_x_n { background: transparent url(mac_os_x/T_Main.png) repeat-x 0 0...
themes/mac_os_x.css
.overlay_mac_os_x { background-color: #85BBEF; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } .mac_os_x_nw { background: transparent url(mac_os_x/TL_Main.png) no-repeat 0 0; width:24px; height:30px; } .mac_os_x_n { background: transparent url(mac_os_x/T_Main.png) repeat-x 0 0...
0.322419
0.054803
* { } a { color: #ffcc33; text-align: center; } ::placeholder { font-family: 'Montserrat', sans-serif; color: grey; font-size: 12px; font-weight: lighter; } :-ms-input-placeholder { font-family: 'Montserrat', sans-serif; color: grey; font-size: 12px; font-weight: lighter; } ...
src/css/WaitList.css
* { } a { color: #ffcc33; text-align: center; } ::placeholder { font-family: 'Montserrat', sans-serif; color: grey; font-size: 12px; font-weight: lighter; } :-ms-input-placeholder { font-family: 'Montserrat', sans-serif; color: grey; font-size: 12px; font-weight: lighter; } ...
0.379034
0.133302
* { /* Use natural box layout model */ box-sizing: border-box; margin: 0 auto; padding: 0; } body { background: #efefef; text-align: center; } header { padding: 1em; } h2 { margin-bottom: 1rem; } a { color: purple; } ul { margin: 1em 2em; list-style: square; } li { margin-bottom: 1em; } h...
index.css
* { /* Use natural box layout model */ box-sizing: border-box; margin: 0 auto; padding: 0; } body { background: #efefef; text-align: center; } header { padding: 1em; } h2 { margin-bottom: 1rem; } a { color: purple; } ul { margin: 1em 2em; list-style: square; } li { margin-bottom: 1em; } h...
0.499512
0.157817
body{ counter-reset: hnum; } h1:before{ counter-increment:hnum; content:counter(hnum)". "; } .box:nth-child(odd){ background: linear-gradient(90deg, #efefef,#cfcfcf); } .box:nth-child(even){ background: linear-gradient(90deg, #cfcfcf,#efefef); } p.label{ font-size:1.3em; } pre{ background: linear-gradient...
MyTemplates/nav_variety/navstyle.css
body{ counter-reset: hnum; } h1:before{ counter-increment:hnum; content:counter(hnum)". "; } .box:nth-child(odd){ background: linear-gradient(90deg, #efefef,#cfcfcf); } .box:nth-child(even){ background: linear-gradient(90deg, #cfcfcf,#efefef); } p.label{ font-size:1.3em; } pre{ background: linear-gradient...
0.260201
0.097219
.wrapper-grid { display: grid; grid-gap: 40px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-auto-rows: 250px; grid-auto-flow: dense; margin-top: 40px; } @media (max-width: 800px) { .wrapper-grid{ grid-template-columns: 1fr; } } .horizontal { grid-colum...
src/templates/index.css
.wrapper-grid { display: grid; grid-gap: 40px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-auto-rows: 250px; grid-auto-flow: dense; margin-top: 40px; } @media (max-width: 800px) { .wrapper-grid{ grid-template-columns: 1fr; } } .horizontal { grid-colum...
0.634317
0.232201
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900'); /* ========================================================================== Gobal Styles ========================================================================== */ /* ==============================================================...
public/assets/css/main.css
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900'); /* ========================================================================== Gobal Styles ========================================================================== */ /* ==============================================================...
0.359589
0.05715
@font-face { font-family: "flaticon-set-charity"; src: url("../fonts/flaticons/flaticon-set-charity.eot"); src: url("../fonts/flaticons/flaticon-set-charity.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticons/flaticon-set-charity.woff") format("woff"), url("../fonts/flaticons/flaticon-...
public/dashboard/adminlte/dist/css1/flaticon-set-charity.css
@font-face { font-family: "flaticon-set-charity"; src: url("../fonts/flaticons/flaticon-set-charity.eot"); src: url("../fonts/flaticons/flaticon-set-charity.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticons/flaticon-set-charity.woff") format("woff"), url("../fonts/flaticons/flaticon-...
0.298491
0.142441
div.kolorBoxContainer { position: relative; } div.kolorBox { position: absolute; z-index: 1; background-color: #1c94c4; background-clip: padding-box; min-width: 100px; cursor: auto; } div.kolorBoxHeader { height: 75px; overflow: hidden; min-width: 100px; } div.kolorBoxBody { min-width: 100px; } div.kolor...
public/virtual_tours/FightNight/graphics/KolorBox/kolorBox.css
div.kolorBoxContainer { position: relative; } div.kolorBox { position: absolute; z-index: 1; background-color: #1c94c4; background-clip: padding-box; min-width: 100px; cursor: auto; } div.kolorBoxHeader { height: 75px; overflow: hidden; min-width: 100px; } div.kolorBoxBody { min-width: 100px; } div.kolor...
0.302391
0.07363
:root { --color-ocean: #80c5ef; --color-ocean-distant: #336d97; --color-beach-start: #99ddeb00; --color-beach-end: #d3c78c; --color-grass-start: #66ae60; --color-grass-end: #374b2e; --color-mountain-start: #715239; --color-mountain-end: #3e352d; --color-volcano-surface: #b75a3b; ...
css/style.css
:root { --color-ocean: #80c5ef; --color-ocean-distant: #336d97; --color-beach-start: #99ddeb00; --color-beach-end: #d3c78c; --color-grass-start: #66ae60; --color-grass-end: #374b2e; --color-mountain-start: #715239; --color-mountain-end: #3e352d; --color-volcano-surface: #b75a3b; ...
0.54698
0.184473
body { font-family: Roboto; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: 1.3; } a { color: #0000ff; } #header .header-panel .btn { font-size: 12px; font-weight: 500; padding: 4px 12px; } #header .header-panel a:not(.btn-primary) { color: #002f77; } .special-settings { displ...
public/style.css
body { font-family: Roboto; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: 1.3; } a { color: #0000ff; } #header .header-panel .btn { font-size: 12px; font-weight: 500; padding: 4px 12px; } #header .header-panel a:not(.btn-primary) { color: #002f77; } .special-settings { displ...
0.297164
0.098686
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap'); *{ margin:0; padding:0; box-sizing: border-box; text-decoration: none; } html{ scroll-behavior:smooth ; } .max-width{ max-width: 1300px; padding: 0 80px; margin: auto; } /* n...
Project-1/Paramita Mallik/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap'); *{ margin:0; padding:0; box-sizing: border-box; text-decoration: none; } html{ scroll-behavior:smooth ; } .max-width{ max-width: 1300px; padding: 0 80px; margin: auto; } /* n...
0.278846
0.058025
@font-face { font-family: 'BCSans'; font-style: normal; src: url('fonts/BCSans/BCSans-Regular.woff2') format('woff2'), /* Optimized for very modern browsers */ url('fonts/BCSans/BCSans-Regular.woff') format('woff'); /* Modern Browsers */ } @font-face { font-family: 'BCSans'; font-style: italic; src: ...
inst/app/www/style.css
@font-face { font-family: 'BCSans'; font-style: normal; src: url('fonts/BCSans/BCSans-Regular.woff2') format('woff2'), /* Optimized for very modern browsers */ url('fonts/BCSans/BCSans-Regular.woff') format('woff'); /* Modern Browsers */ } @font-face { font-family: 'BCSans'; font-style: italic; src: ...
0.328206
0.061989
.hero_container { background-color: #f9f9f9; /* background-color: red; */ width: 100%; display: flex; justify-content: center; align-items: center; animation: fade-in 0.4s ease 1.5s forwards; opacity: 0; } .hero_container .hero_container_title { display: flex; flex-direction: col...
src/components/Home/Home.css
.hero_container { background-color: #f9f9f9; /* background-color: red; */ width: 100%; display: flex; justify-content: center; align-items: center; animation: fade-in 0.4s ease 1.5s forwards; opacity: 0; } .hero_container .hero_container_title { display: flex; flex-direction: col...
0.347316
0.054904
.itemDetail{ display: inline-block; width: 40px; height: 40px; text-align: center; font-size: 25px; } .itemDetail{ border: 1px solid #A0A0A0; margin: 3px; } .search-input{ padding-top: 15px; } .table-content{ padding-top: 10px; padding-left: 0; padding-right: 0; } .Table-Pagination{ text-align: right; } .mo...
public/css/ManageProduct/index.css
.itemDetail{ display: inline-block; width: 40px; height: 40px; text-align: center; font-size: 25px; } .itemDetail{ border: 1px solid #A0A0A0; margin: 3px; } .search-input{ padding-top: 15px; } .table-content{ padding-top: 10px; padding-left: 0; padding-right: 0; } .Table-Pagination{ text-align: right; } .mo...
0.228845
0.063948
.navigation_container{ border:solid rgb(180,132,132); border-width:1px 0px 3px 0px; } .nav .primary_nav{ display:inline-block; margin:5px 2px 3px 0px; position:relative; } .nav .primary_nav li{ float:left; } .nav .primary_nav > li{ margin-right:2px; } .nav .primary_nav > li > a{ display:block; padding: 12px 18px; line-...
WebRoot/css/style.css
.navigation_container{ border:solid rgb(180,132,132); border-width:1px 0px 3px 0px; } .nav .primary_nav{ display:inline-block; margin:5px 2px 3px 0px; position:relative; } .nav .primary_nav li{ float:left; } .nav .primary_nav > li{ margin-right:2px; } .nav .primary_nav > li > a{ display:block; padding: 12px 18px; line-...
0.374676
0.085251
.col { margin: 10px 0px; } .column { float: left; width: 12.5%; } .column img { width: 100%; } /* ----------------------------------------------- */ /* GALLERY */ /* ----------------------------------------------- */ .gallery-nav { display: flex; list-style: none; font-size: 85%; margin-...
portfolios/aihanHP/resources/css/gal.style.css
.col { margin: 10px 0px; } .column { float: left; width: 12.5%; } .column img { width: 100%; } /* ----------------------------------------------- */ /* GALLERY */ /* ----------------------------------------------- */ .gallery-nav { display: flex; list-style: none; font-size: 85%; margin-...
0.480722
0.126515
background-color: #722872 !important; height: 80px; -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2); border-color: #592059; } .navbar-fixed-top { top: 0; } .navbar-fixed-top { border-radius: 0; } .navbar-fixed-top { position: fixed; ...
public/css/portfolio1.css
background-color: #722872 !important; height: 80px; -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2); border-color: #592059; } .navbar-fixed-top { top: 0; } .navbar-fixed-top { border-radius: 0; } .navbar-fixed-top { position: fixed; ...
0.294114
0.13215
.mobilemenu-title { font-size: 22px; text-shadow: 2px 2px 5px gray; } .mobilemenu-menuwrap { position: absolute; top: 0; right: 25px; z-index: 1; } .mobilemenu-toggler { position: absolute; top: 0; right: 0; z-index: 3; width: 40px; height: 26px; opacity: 0; } .mobilemenu-hamburgur { posi...
src/client/components/MobileMenu/MobileMenu.css
.mobilemenu-title { font-size: 22px; text-shadow: 2px 2px 5px gray; } .mobilemenu-menuwrap { position: absolute; top: 0; right: 25px; z-index: 1; } .mobilemenu-toggler { position: absolute; top: 0; right: 0; z-index: 3; width: 40px; height: 26px; opacity: 0; } .mobilemenu-hamburgur { posi...
0.348091
0.060225
.ccf-form-preview { border: 1px solid #e5e5e5; background-color: #fcfcfc; padding: 3.5% 7.5%; font-size: 14px; font-family: "Open Sans",sans-serif; } .ccf-form-preview.preview-error { text-align: center; } .ccf-form-preview h2 { margin: 0 0 10px 0; padding: 0; } .ccf-form-preview .field-subm...
web/app/plugins/custom-contact-forms/build/css/form-mce.css
.ccf-form-preview { border: 1px solid #e5e5e5; background-color: #fcfcfc; padding: 3.5% 7.5%; font-size: 14px; font-family: "Open Sans",sans-serif; } .ccf-form-preview.preview-error { text-align: center; } .ccf-form-preview h2 { margin: 0 0 10px 0; padding: 0; } .ccf-form-preview .field-subm...
0.37777
0.076857
* { box-sizing: border-box; padding: 0; margin: 0; } /* Set background color to single color*/ body { background-color: #d9dcd6; } /* Set header font, color, background color, and padding */ header { /* Remove class selector */ padding: 20px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode',...
assets/css/style.css
* { box-sizing: border-box; padding: 0; margin: 0; } /* Set background color to single color*/ body { background-color: #d9dcd6; } /* Set header font, color, background color, and padding */ header { /* Remove class selector */ padding: 20px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode',...
0.450843
0.144149
aui-header { display: block; } .aui-header { background: #205081; border-bottom: 1px solid #2e3D54; box-sizing: border-box; color: #fff; padding: 0 10px; } .aui-header:after, .aui-header .aui-header-logo a:after { content: ""; display: table; clear: both; } .aui-header .aui-header-logo, .aui-header .a...
node_modules/@atlassian/aui/lib/css/aui-header.css
aui-header { display: block; } .aui-header { background: #205081; border-bottom: 1px solid #2e3D54; box-sizing: border-box; color: #fff; padding: 0 10px; } .aui-header:after, .aui-header .aui-header-logo a:after { content: ""; display: table; clear: both; } .aui-header .aui-header-logo, .aui-header .a...
0.406744
0.186354
/* If you add a CSS variable here, be sure to also add it to styles.css */ :root { --chart-bar-color: #4078c0; --border-color-dark: #484848; --border-color: #484848; --counter-color: #999; --link-color: #9ebef9; --dark-shadow-color: #999; --default-background-rgb: 32, 33, 36; --default-...
packages/devtools/web/styles_dark.css
/* If you add a CSS variable here, be sure to also add it to styles.css */ :root { --chart-bar-color: #4078c0; --border-color-dark: #484848; --border-color: #484848; --counter-color: #999; --link-color: #9ebef9; --dark-shadow-color: #999; --default-background-rgb: 32, 33, 36; --default-...
0.37319
0.059729
@-moz-document domain(my.fluentcloud.com) { /* ALL FONTS */ p, a, h1, h2, h3, h4, h5, h6, span, li{ font-family:'Lato', sans-serif; } a{ color:#97b7f7; } /* styles for the login page */ .sign-in-page .sign-in-bg { background-image: url(https://www.tellmeagain.xyz/freebies/fc-app-sign-in-bg.png); ...
data/usercss/149139.user.css
@-moz-document domain(my.fluentcloud.com) { /* ALL FONTS */ p, a, h1, h2, h3, h4, h5, h6, span, li{ font-family:'Lato', sans-serif; } a{ color:#97b7f7; } /* styles for the login page */ .sign-in-page .sign-in-bg { background-image: url(https://www.tellmeagain.xyz/freebies/fc-app-sign-in-bg.png); ...
0.188436
0.058051
body { padding-top: 60px; padding-bottom: 40px; } #mandamentos div { margin-top: 15px; } .membro-equipe { float: left; width: 350px; height: 70px; padding: 20px; margin: 15px; background-color: #f5f5f5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } ...
css/style.css
body { padding-top: 60px; padding-bottom: 40px; } #mandamentos div { margin-top: 15px; } .membro-equipe { float: left; width: 350px; height: 70px; padding: 20px; margin: 15px; background-color: #f5f5f5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } ...
0.22448
0.056133
.ig-layout-item { /* border: 1px black solid; */ /* display: inline; */ overflow: auto; } .ig-layout-griditem-rel { display: inline-block; position: relative; float: left; overflow: auto; vertical-align: top; } .ig-layout-griditem-abs { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-si...
src/css/structure/modules/infragistics.ui.layout.css
.ig-layout-item { /* border: 1px black solid; */ /* display: inline; */ overflow: auto; } .ig-layout-griditem-rel { display: inline-block; position: relative; float: left; overflow: auto; vertical-align: top; } .ig-layout-griditem-abs { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-si...
0.281801
0.05634