code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
* { padding: 0px; margin: 0px; font-family: "Lucida Console", Monaco, monospace; } body { background: #dddddd; height: 100%; overflow: hidden; } #splash { position: fixed; top: 25%; bottom: 25%; left: 30%; right: 30%; width: 40%; height: 50%; background-color: #ffffff; border-style: inset; border: 2px...
styles.css
* { padding: 0px; margin: 0px; font-family: "Lucida Console", Monaco, monospace; } body { background: #dddddd; height: 100%; overflow: hidden; } #splash { position: fixed; top: 25%; bottom: 25%; left: 30%; right: 30%; width: 40%; height: 50%; background-color: #ffffff; border-style: inset; border: 2px...
0.36376
0.073397
.notifications a { color: #333; } .notifications a:hover { text-decoration: none; } /* TIMELINE */ .timeline { position: relative; padding: 20px 0 20px; list-style: none; } .timeline:before { content: " "; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; margin-left: -1.5px; ...
client/app/app.css
.notifications a { color: #333; } .notifications a:hover { text-decoration: none; } /* TIMELINE */ .timeline { position: relative; padding: 20px 0 20px; list-style: none; } .timeline:before { content: " "; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; margin-left: -1.5px; ...
0.414069
0.130979
html, body { height: 100%; } ul{ list-style-type: none; padding: 0 !important; } .button{ width: 80px; height: 50px; z-index: 10; float: right; margin: 25px 25px 0 0; background-color: white; border-radius: 4px; box-sizing: border-box; border: 2px solid #ccc; color:...
spring-redis-demo/src/main/resources/static/css/Layout.css
html, body { height: 100%; } ul{ list-style-type: none; padding: 0 !important; } .button{ width: 80px; height: 50px; z-index: 10; float: right; margin: 25px 25px 0 0; background-color: white; border-radius: 4px; box-sizing: border-box; border: 2px solid #ccc; color:...
0.362405
0.093182
.filter-tokenizer { width:100%; border: 1px solid #ccc; border-radius: 5px; padding:10px; font-size: 90%; display:table; word-break: break-all; padding-right: 0; } .filter-tokenizer:first-child { padding-left: 0; padding-top:0; padding-bottom:0; } .filter-tokenizer .input-group-addon { border: 0px; displ...
example/css/structured-filter.css
.filter-tokenizer { width:100%; border: 1px solid #ccc; border-radius: 5px; padding:10px; font-size: 90%; display:table; word-break: break-all; padding-right: 0; } .filter-tokenizer:first-child { padding-left: 0; padding-top:0; padding-bottom:0; } .filter-tokenizer .input-group-addon { border: 0px; displ...
0.457621
0.078501
body { padding: 3em 0; font-family: 'Roboto', sans-serif; color: #34495E; } body:before { content: ""; position: fixed; bottom: 0; left: 0; width: 70px; height: 25px; line-height: 25px; background: #666; color: white; font-size: .9em; font-weight: bold; text-align: center; z-index: 9; } ...
demo/assets/css/demo.css
body { padding: 3em 0; font-family: 'Roboto', sans-serif; color: #34495E; } body:before { content: ""; position: fixed; bottom: 0; left: 0; width: 70px; height: 25px; line-height: 25px; background: #666; color: white; font-size: .9em; font-weight: bold; text-align: center; z-index: 9; } ...
0.356671
0.112795
@charset "utf-8"; @-moz-document regexp('(https?://)?(www\\.)?epicmafia\\.com(/(?!user/\\d+)(?!u/).*)?') { /* The main invert/hue change statement. */ html { -webkit-filter: invert(100%) /*[[hue]]*/; -moz-filter: invert(100%) /*[[hue]]*/; -ms-filter: invert(100%) /*[[hue]]*/; ...
data/usercss/123675.user.css
@charset "utf-8"; @-moz-document regexp('(https?://)?(www\\.)?epicmafia\\.com(/(?!user/\\d+)(?!u/).*)?') { /* The main invert/hue change statement. */ html { -webkit-filter: invert(100%) /*[[hue]]*/; -moz-filter: invert(100%) /*[[hue]]*/; -ms-filter: invert(100%) /*[[hue]]*/; ...
0.250179
0.075961
* { margin: 0; padding: 0; font-family: tahoma, sans-serif; box-sizing: border-box; } body { background: #f2f1f3; } .ChatFrame { width: 500px; min-width: 390px; height: 600px; background: #fcfcfb; padding 25px; margin: 20px auto; box-shadow: 0 3px #b1a6b0; } .Chatlogs ...
server/app/src/static/css/style.css
* { margin: 0; padding: 0; font-family: tahoma, sans-serif; box-sizing: border-box; } body { background: #f2f1f3; } .ChatFrame { width: 500px; min-width: 390px; height: 600px; background: #fcfcfb; padding 25px; margin: 20px auto; box-shadow: 0 3px #b1a6b0; } .Chatlogs ...
0.454714
0.087955
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot?h71xyf'); src: url('../fonts/icomoon.eot?h71xyf#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?h71xyf') format('truetype'), url('../fonts/icomoon.woff?h71xyf') format('woff'), url('../fonts/icomoon.svg?h71xyf#icomoon')...
src/assets/css/icon.css
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot?h71xyf'); src: url('../fonts/icomoon.eot?h71xyf#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?h71xyf') format('truetype'), url('../fonts/icomoon.woff?h71xyf') format('woff'), url('../fonts/icomoon.svg?h71xyf#icomoon')...
0.314051
0.103295
.screens .screen.logoicon, .screens .screen.logoicon a { width: 100px; } a.image-picker { display: flex !important; align-items: center !important; justify-content: center !important; line-height: 30px !important; } .screens .screen a img { object-fit: contain !important; width: 100%; ...
control/content/assets/css/reset.css
.screens .screen.logoicon, .screens .screen.logoicon a { width: 100px; } a.image-picker { display: flex !important; align-items: center !important; justify-content: center !important; line-height: 30px !important; } .screens .screen a img { object-fit: contain !important; width: 100%; ...
0.421314
0.157363
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700"); * { box-sizing: border-box; } body { font-family: "Quicksand", sans-serif; } body > .container-fluid { margin: 0; padding: 0; } /* MENU PRODUTOS */ .navbar-nav > li { float: right; } .navbar-nav > li > a { margin-top: 25px...
public/css/style.css
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700"); * { box-sizing: border-box; } body { font-family: "Quicksand", sans-serif; } body > .container-fluid { margin: 0; padding: 0; } /* MENU PRODUTOS */ .navbar-nav > li { float: right; } .navbar-nav > li > a { margin-top: 25px...
0.279435
0.087642
html, body{ height: 100%; width: 100%; margin: 0; padding: 0; } /* Cabeçalho */ header{ background-color: black; height: 58px; width: 100%; position: fixed; z-index: 1; } a{ text-decoration: none; } .header-tabs{ color: white; position: relative; float: left...
src/css/main_header_nav.css
html, body{ height: 100%; width: 100%; margin: 0; padding: 0; } /* Cabeçalho */ header{ background-color: black; height: 58px; width: 100%; position: fixed; z-index: 1; } a{ text-decoration: none; } .header-tabs{ color: white; position: relative; float: left...
0.459319
0.090333
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Roboto&display=swap'); * { box-sizing: border-box; } body { font-family: "Roboto"; } img { width: 150px; } /* header */ .main-header { background-color: white; border-bottom: solid 2px #53a6f3; margin-bottom:...
public/css/styles-cart.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Roboto&display=swap'); * { box-sizing: border-box; } body { font-family: "Roboto"; } img { width: 150px; } /* header */ .main-header { background-color: white; border-bottom: solid 2px #53a6f3; margin-bottom:...
0.336222
0.084304
html {margin:0;padding:0;border:0;} body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, ...
stylesheets/cw10gw20cc24/screen.css
html {margin:0;padding:0;border:0;} body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, ...
0.29523
0.112844
body { display: flex; flex-direction: column; align-items: center; height: 100vh; background-color: #222222; font-family: Avenir, serif; } header { display: flex; justify-content: center; height: 30vh; width: 100%; background-image: none; margin-top: -8%; } .logo { width: 45%; align-self:...
src/webapp/public/css/mobile/board.css
body { display: flex; flex-direction: column; align-items: center; height: 100vh; background-color: #222222; font-family: Avenir, serif; } header { display: flex; justify-content: center; height: 30vh; width: 100%; background-image: none; margin-top: -8%; } .logo { width: 45%; align-self:...
0.585812
0.075109
margin: 0; padding: 0; height: 100%; width: 100%; color: #fff; } #Pending .accepters .user { display: flex; align-items: center; justify-content: center; font-size: 17px; color: #b9bbbe; font-weight: 300; outline: 0; } #Pending .accepters { display: flex; flex-direction: column; height: ...
client/src/components/Sidebar/Tabs/Friends/Pending/Pending.css
margin: 0; padding: 0; height: 100%; width: 100%; color: #fff; } #Pending .accepters .user { display: flex; align-items: center; justify-content: center; font-size: 17px; color: #b9bbbe; font-weight: 300; outline: 0; } #Pending .accepters { display: flex; flex-direction: column; height: ...
0.303938
0.058723
@-moz-keyframes leftToRight { 0% { opacity: 0; } 5% { opacity: 0; -moz-transform: translateX(-50px); } 10% { opacity: 1; -moz-transform: translateX(0px); } 25% { opacity: 1; -moz-transform: translateX(0px); } 30% { opacity: 0; -moz-transform: translateX(50px); } 80% { opacity: 0; } 100% { opacity: 0; } } ...
mobile/css/menu_styles.css
@-moz-keyframes leftToRight { 0% { opacity: 0; } 5% { opacity: 0; -moz-transform: translateX(-50px); } 10% { opacity: 1; -moz-transform: translateX(0px); } 25% { opacity: 1; -moz-transform: translateX(0px); } 30% { opacity: 0; -moz-transform: translateX(50px); } 80% { opacity: 0; } 100% { opacity: 0; } } ...
0.420838
0.172102
html { height: 100%; } body { background-color: #fcfcfc; height: 100%; color: #505050; } /*TEXT*/ h1 { color: #303030; font-size: 4.8em; } h2 { color: #303030; font-size: 3em; } h3 { font-size: 2em; color: #303030; } h4 { font-size: 1.3em; color: #505050; } p { font-...
assets/css/usertemplates/theme3.css
html { height: 100%; } body { background-color: #fcfcfc; height: 100%; color: #505050; } /*TEXT*/ h1 { color: #303030; font-size: 4.8em; } h2 { color: #303030; font-size: 3em; } h3 { font-size: 2em; color: #303030; } h4 { font-size: 1.3em; color: #505050; } p { font-...
0.301671
0.086787
@font-face { font-family: 'Titillium Web'; font-style: normal; font-weight: 300; src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(../fonts/titillium/Titillium-Web-300-ext.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-...
assets/assets/css/campaign.css
@font-face { font-family: 'Titillium Web'; font-style: normal; font-weight: 300; src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(../fonts/titillium/Titillium-Web-300-ext.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-...
0.34632
0.111459
header.logged { position: static; margin: auto; height: 50px; border-bottom: 1px solid #cecece; box-shadow: 0px 1px 1px 0px #f0f0f0; background: white; } header.logged .header-icon { width: 100%; padding: 10px 7px; text-align: center; } header.logged .header-icon img { width: 95px; } header.logged ....
public/assets/style/post.css
header.logged { position: static; margin: auto; height: 50px; border-bottom: 1px solid #cecece; box-shadow: 0px 1px 1px 0px #f0f0f0; background: white; } header.logged .header-icon { width: 100%; padding: 10px 7px; text-align: center; } header.logged .header-icon img { width: 95px; } header.logged ....
0.36659
0.084871
body { font-family: Lora, 'Helvetica Neue', Helvetica, Arial, sans-serif; position: relative; width: 100%; height: 100%; color: #fff; background-color: #000 } html { width: 100%; height: 100% } h1, h2, h3, h4, h5, h6 { font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight...
css/grayscale.min.css
body { font-family: Lora, 'Helvetica Neue', Helvetica, Arial, sans-serif; position: relative; width: 100%; height: 100%; color: #fff; background-color: #000 } html { width: 100%; height: 100% } h1, h2, h3, h4, h5, h6 { font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight...
0.317003
0.060529
body { margin: 0; padding: 0; font: 12px Arial; color: #393733; min-width: 800px; overflow: auto; } h1, h2, h3 { margin: 0; } a { color: #31627E; cursor: pointer; outline: none !important; text-decoration: none; } a:visited { color: #105CB6; } a:hover, a:focus { color: #FF5917; } a:active { color: #000; } /* ...
lay_dev/stylesheets/ui.css
body { margin: 0; padding: 0; font: 12px Arial; color: #393733; min-width: 800px; overflow: auto; } h1, h2, h3 { margin: 0; } a { color: #31627E; cursor: pointer; outline: none !important; text-decoration: none; } a:visited { color: #105CB6; } a:hover, a:focus { color: #FF5917; } a:active { color: #000; } /* ...
0.318803
0.076477
body{ color: #40524E; margin: 0; text-align: center; font-family: 'Verdana', cursive; background-color: #E4F9F5; font-size: 85%; } hr{ border: 1px solid #ff9900; } h1{ margin-top: 50px; text-align: center; font-family: 'Sacramento', cursive; font-size: 4em; color: #ff9900; lin...
css/styles.css
body{ color: #40524E; margin: 0; text-align: center; font-family: 'Verdana', cursive; background-color: #E4F9F5; font-size: 85%; } hr{ border: 1px solid #ff9900; } h1{ margin-top: 50px; text-align: center; font-family: 'Sacramento', cursive; font-size: 4em; color: #ff9900; lin...
0.331877
0.064831
.search-box-hover { background: #393e46; /* height: 40px; */ border-radius: 15px; padding: 1px; transition: 0.4s; } .search-btn { color: #29a19c; float: right; width: 40px; height: 40px; border-radius: 15px; background: #393e46; display: flex; justify-content: center; align-items: center; ...
backend/public/css/search-box-hover.css
.search-box-hover { background: #393e46; /* height: 40px; */ border-radius: 15px; padding: 1px; transition: 0.4s; } .search-btn { color: #29a19c; float: right; width: 40px; height: 40px; border-radius: 15px; background: #393e46; display: flex; justify-content: center; align-items: center; ...
0.340705
0.107484
* { overflow-x: hidden; margin: 0px !important; } .wrapper { width: 800px; height: 600px; background: rgba(255, 255, 255, 1); opacity: 1; position: relative; top: 0px; left: 0px; overflow: hidden; } .empty_div { width: 800px; height: 34px; background: rgba(7, ...
src/css/follower.css
* { overflow-x: hidden; margin: 0px !important; } .wrapper { width: 800px; height: 600px; background: rgba(255, 255, 255, 1); opacity: 1; position: relative; top: 0px; left: 0px; overflow: hidden; } .empty_div { width: 800px; height: 34px; background: rgba(7, ...
0.688364
0.128635
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .clearfix { clear: both; } .text-center { text-align: center; } a { color: tomato;...
assets/css/stars.css
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .clearfix { clear: both; } .text-center { text-align: center; } a { color: tomato;...
0.28877
0.128416
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * R...
build/css/styles.css
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * R...
0.68658
0.125869
.modal_editor { left:10px; top:10px; right:10px; bottom:10px; position:fixed; z-index:100 } .displayHTML a:visited { color:white } .loadingSpinner { width:32px; height:32px; display:block; padding:0px; background-image:url('skins/common/images/loading_ani.gif'); margin:auto } .cssLoadingSpinner { position:relative; wi...
html5_video_web_projects/kaltura-html5player-widget/mwEmbed-player-static.css
.modal_editor { left:10px; top:10px; right:10px; bottom:10px; position:fixed; z-index:100 } .displayHTML a:visited { color:white } .loadingSpinner { width:32px; height:32px; display:block; padding:0px; background-image:url('skins/common/images/loading_ani.gif'); margin:auto } .cssLoadingSpinner { position:relative; wi...
0.393968
0.058025
*{ margin: 0; padding: 0; } @media screen and (min-width: 90em) { #out{margin:0 auto;-webkit-transition:all 1s linear;} } article,header{display:block;} /* layout ---------------------------------------- */ #out{ width:105em; } .content{ float:left; width:43em; padding-left:10em; } aside,footer{ float:right...
css/base.css
*{ margin: 0; padding: 0; } @media screen and (min-width: 90em) { #out{margin:0 auto;-webkit-transition:all 1s linear;} } article,header{display:block;} /* layout ---------------------------------------- */ #out{ width:105em; } .content{ float:left; width:43em; padding-left:10em; } aside,footer{ float:right...
0.324556
0.057599
@font-face { font-family: 'earlygameboy'; src : url('early_gameboy.ttf'); } *{ background-color: #FAEBD7; font-family: 'earlygameboy'; color: #322; overflow: hidden; } h1, h3{ text-align: center; } /* LOBBY PANEL */ #lobbyPanel{ border-collapse: collapse; width: 504px; margin: auto; } #...
src/client/view/css/p4ng-style.css
@font-face { font-family: 'earlygameboy'; src : url('early_gameboy.ttf'); } *{ background-color: #FAEBD7; font-family: 'earlygameboy'; color: #322; overflow: hidden; } h1, h3{ text-align: center; } /* LOBBY PANEL */ #lobbyPanel{ border-collapse: collapse; width: 504px; margin: auto; } #...
0.349422
0.068881
.vl { border-left: 2px solid #2e2943; height: 50px; margin-left: 12px; } @media (min-width: 1200px) { .container-adjust { max-width: 1303px; } } .back-color{ background-color: #eeeeee; padding-top: 25px; } .font-sm-one{ font-size: 14px; } .font-sm-two{ font...
css/css/style.css
.vl { border-left: 2px solid #2e2943; height: 50px; margin-left: 12px; } @media (min-width: 1200px) { .container-adjust { max-width: 1303px; } } .back-color{ background-color: #eeeeee; padding-top: 25px; } .font-sm-one{ font-size: 14px; } .font-sm-two{ font...
0.198841
0.10217
@media screen and (max-width: 1025px) { .left_side_menu_1 .app-aside{left: 0 !important} .left_side_menu_1{z-index: 500; width: 200px !important; margin-left: -200px;} .app-aside-folded .left_side_menu_1 { width: 122px !important; margin-left: 0; z-index: 5000; } .left_side_menu_1 .app-aside { floa...
public/backoffice/assets/wizard_assets/assets/css/responsive.css
@media screen and (max-width: 1025px) { .left_side_menu_1 .app-aside{left: 0 !important} .left_side_menu_1{z-index: 500; width: 200px !important; margin-left: -200px;} .app-aside-folded .left_side_menu_1 { width: 122px !important; margin-left: 0; z-index: 5000; } .left_side_menu_1 .app-aside { floa...
0.299617
0.095518
body{ font-family: Georgia, 'Times New Roman', Times, serif; font-size: medium; margin:0 auto; width: 1200px; background: rgb(150, 213, 241) url("Imagens/fundo_pagina2.jpg") repeat; } header{ width: auto; height: 250px; background-color: rgb(224,255,255); margin-top: 1...
Pagina_Artesanato/style.css
body{ font-family: Georgia, 'Times New Roman', Times, serif; font-size: medium; margin:0 auto; width: 1200px; background: rgb(150, 213, 241) url("Imagens/fundo_pagina2.jpg") repeat; } header{ width: auto; height: 250px; background-color: rgb(224,255,255); margin-top: 1...
0.45641
0.118283
.fl-container-650 #contentmetadata_description_container,.fl-container-650 #contentmetadata_tags_container,.fl-container-650 #contentmetadata_details_container,.fl-container-650 #contentmetadata_locations_container,.fl-container-650 #contentmetadata_copyright_container,.fl-container-650 #contentmetadata_url_container{w...
devwidgets/contentmetadata/css/contentmetadata.css
.fl-container-650 #contentmetadata_description_container,.fl-container-650 #contentmetadata_tags_container,.fl-container-650 #contentmetadata_details_container,.fl-container-650 #contentmetadata_locations_container,.fl-container-650 #contentmetadata_copyright_container,.fl-container-650 #contentmetadata_url_container{w...
0.308919
0.042922
.title-container { display: grid; grid-template-columns: min-content min-content; grid-template-rows: min-content; gap: 0px 0.5em; grid-template-areas: "logo title"; justify-items: start; align-items: center; } .al-logo { grid-area: logo; } .al-title { display: grid; grid-template-column...
docassemble/AssemblyLine/data/static/styles.css
.title-container { display: grid; grid-template-columns: min-content min-content; grid-template-rows: min-content; gap: 0px 0.5em; grid-template-areas: "logo title"; justify-items: start; align-items: center; } .al-logo { grid-area: logo; } .al-title { display: grid; grid-template-column...
0.335569
0.231213
.main-content__intro { margin: 15px; display: block; color: #3F4444; padding-left: 35px; padding-right: 85px; } .main-content__collapse { color: #3F4444; padding: 0; } .studies { padding-left: 100px; padding-right: 100px; padding-bottom: 50px; margin-left: -50px; list-style: none; } .studies ...
vahub/src/main/webapp/src/app/studylist/StudyListComponent.css
.main-content__intro { margin: 15px; display: block; color: #3F4444; padding-left: 35px; padding-right: 85px; } .main-content__collapse { color: #3F4444; padding: 0; } .studies { padding-left: 100px; padding-right: 100px; padding-bottom: 50px; margin-left: -50px; list-style: none; } .studies ...
0.363195
0.059401
@-moz-document domain("outlook.live.com") { :root { --unknown: yellow; --accent: #009dff; --darkgray1: #1d1d1d; --darkgray2: #222222; --darkgray3: #3d3d3d; --lightgray1: #a1a1a1; --lightgray2: #848484; --lightgray3: #686868; --lightgray4: #444; --blac...
data/usercss/160323.user.css
@-moz-document domain("outlook.live.com") { :root { --unknown: yellow; --accent: #009dff; --darkgray1: #1d1d1d; --darkgray2: #222222; --darkgray3: #3d3d3d; --lightgray1: #a1a1a1; --lightgray2: #848484; --lightgray3: #686868; --lightgray4: #444; --blac...
0.239172
0.119794
html { background-color: #000000; color: #e3e3e3; font-family: 'Press Start 2P'; font-size: 32pt; margin: 20pt; } .dial { background-color: #000000; border: 2pt solid #a6e22e; width: 100%; height: 120pt; } .kinscreen { background-color: #000000; border: 2pt solid #a6e22e; border-radi...
web/terminal.css
html { background-color: #000000; color: #e3e3e3; font-family: 'Press Start 2P'; font-size: 32pt; margin: 20pt; } .dial { background-color: #000000; border: 2pt solid #a6e22e; width: 100%; height: 120pt; } .kinscreen { background-color: #000000; border: 2pt solid #a6e22e; border-radi...
0.502686
0.124985
* { margin: none; padding: none; text-decoration: none; } body { background-color: #3498db; } .rules__main { margin-top: 10vh; margin-left: 50%; transform: translateX(-50%); background-color: hsl(145, 63%, 42%); border-radius: 20px; } .rules__line { /* margin: 30px; */ p...
public/index.css
* { margin: none; padding: none; text-decoration: none; } body { background-color: #3498db; } .rules__main { margin-top: 10vh; margin-left: 50%; transform: translateX(-50%); background-color: hsl(145, 63%, 42%); border-radius: 20px; } .rules__line { /* margin: 30px; */ p...
0.700075
0.122839
.main {width: 600px;} .direct-payment-form { padding:20px; } .direct-payment-form .field { padding: 4px; margin:1px; background: #e6e6ff; } .direct-payment-form .field label { display:inline-block; width:200px; margin-left:5px; } .direct-payment-form .field input { display:inline-block;} .direct-payment-form .fiel...
examples/direct_payment/css/style.css
.main {width: 600px;} .direct-payment-form { padding:20px; } .direct-payment-form .field { padding: 4px; margin:1px; background: #e6e6ff; } .direct-payment-form .field label { display:inline-block; width:200px; margin-left:5px; } .direct-payment-form .field input { display:inline-block;} .direct-payment-form .fiel...
0.357455
0.205575
.swlFlyout { position: absolute; left: 0; top: 0; z-index: 7001; display: none; padding: 0; margin: 0; min-width: 200px; max-width: 450px; border: 1px solid #aaa; background-color: #fff; font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; line-height: 16px; -webkit-box-shadow: 0 5px 1...
css/flyout/jquery.flyout.css
.swlFlyout { position: absolute; left: 0; top: 0; z-index: 7001; display: none; padding: 0; margin: 0; min-width: 200px; max-width: 450px; border: 1px solid #aaa; background-color: #fff; font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; line-height: 16px; -webkit-box-shadow: 0 5px 1...
0.36139
0.056004
@import url('https://rsms.me/inter/inter.css'); @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap'); * { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; text-rendering: optimizeLegibility; -webkit-overflow-sc...
src/assets/base.css
@import url('https://rsms.me/inter/inter.css'); @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap'); * { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; text-rendering: optimizeLegibility; -webkit-overflow-sc...
0.289472
0.096195
body{ box-sizing: border-box; font-family: 'Montserrat', sans-serif; margin:0; padding:0; overflow: hidden; } .panel{ cursor: default; overflow: hidden; } /* ttt page */ .tttpage{ position: relative; background-color: #F4F4F4; background-image: url("Homepage.svg"); /* background-attachment: fixe...
index.css
body{ box-sizing: border-box; font-family: 'Montserrat', sans-serif; margin:0; padding:0; overflow: hidden; } .panel{ cursor: default; overflow: hidden; } /* ttt page */ .tttpage{ position: relative; background-color: #F4F4F4; background-image: url("Homepage.svg"); /* background-attachment: fixe...
0.298185
0.062274
@import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; .banner-image{ height: 100vh; width: 100%; background-color: #8a1c1d; } @import url("http://fonts.cdnfonts.com/css/aileron"); * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: borde...
resources/css/app.css
@import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; .banner-image{ height: 100vh; width: 100%; background-color: #8a1c1d; } @import url("http://fonts.cdnfonts.com/css/aileron"); * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: borde...
0.335133
0.044328
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix('http://www.toodledo.com/tasks/index.php'), url-prefix('https://www.toodledo.com/tasks/index.php') { #userstylewarning { display: none !important; } .row:hover, .row .dett:hover {background-color:#EDF7FF !important;} .subtasks .row:hover,...
data/usercss/51883.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix('http://www.toodledo.com/tasks/index.php'), url-prefix('https://www.toodledo.com/tasks/index.php') { #userstylewarning { display: none !important; } .row:hover, .row .dett:hover {background-color:#EDF7FF !important;} .subtasks .row:hover,...
0.222616
0.186354
.outer-container { box-sizing: border-box; min-height: 84vh; margin: 3vh auto; } .inner-container{ border-radius: 10px; width: 40%; margin: 0 auto; padding:2%; box-shadow: 0 1px 4px rgba(41,51,57,.5); background-color: rgb(255, 255, 255); min-height: 500px; } .inner-conta...
src/components/login/signUp/signUp.css
.outer-container { box-sizing: border-box; min-height: 84vh; margin: 3vh auto; } .inner-container{ border-radius: 10px; width: 40%; margin: 0 auto; padding:2%; box-shadow: 0 1px 4px rgba(41,51,57,.5); background-color: rgb(255, 255, 255); min-height: 500px; } .inner-conta...
0.44071
0.115861
*{ box-sizing: border-box; } html, body{ font-family: 'Source Sans Pro', sans-serif; margin: 0; padding: 0; } .sec::before{ content: ""; height: 50px; display: block; } .container{ padding: 5px; min-height: 100px; position: relative; margin: 0 auto; } .container img{ max...
style.css
*{ box-sizing: border-box; } html, body{ font-family: 'Source Sans Pro', sans-serif; margin: 0; padding: 0; } .sec::before{ content: ""; height: 50px; display: block; } .container{ padding: 5px; min-height: 100px; position: relative; margin: 0 auto; } .container img{ max...
0.379493
0.09795
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); html { scroll-snap-type: y proximity; scroll-behavior: smooth; } body { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; -ms-overflow-style: none; /* IE and Edge */ scrollbar-wid...
styles.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); html { scroll-snap-type: y proximity; scroll-behavior: smooth; } body { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; -ms-overflow-style: none; /* IE and Edge */ scrollbar-wid...
0.406862
0.064447
@import "~font-awesome/css/font-awesome.css"; @import './resource/font/iconfont.css'; @import '~antd/dist/antd.css'; body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,b { margin:0; padding:0;} html,body{ -webkit-user-select:none; -moz-user-select: none; -khtml-user-select: none; user-select: ...
app/app.global.css
@import "~font-awesome/css/font-awesome.css"; @import './resource/font/iconfont.css'; @import '~antd/dist/antd.css'; body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,b { margin:0; padding:0;} html,body{ -webkit-user-select:none; -moz-user-select: none; -khtml-user-select: none; user-select: ...
0.206734
0.0566
@font-face { font-family: 'groboldregular'; src: url('/fonts/public/grobold/grobold-webfont.woff2') format('woff2'), url('/fonts/public/grobold/grobold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'poppinsbold'; src: url('/fonts/public/...
public/css/homepage.css
@font-face { font-family: 'groboldregular'; src: url('/fonts/public/grobold/grobold-webfont.woff2') format('woff2'), url('/fonts/public/grobold/grobold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'poppinsbold'; src: url('/fonts/public/...
0.270577
0.051534
.card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); transition: 0.3s; background-color: #ffffff; } .top-topic { width: 100%; /*height: 298px;*/ } body { background-color: #F8F8F8; } .top-topic-left...
netta/static/css/topic.css
.card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); transition: 0.3s; background-color: #ffffff; } .top-topic { width: 100%; /*height: 298px;*/ } body { background-color: #F8F8F8; } .top-topic-left...
0.528047
0.103976
.section-container-formulario{ display: flex; justify-content: center; align-items: center; /* height:39vw; */ /* text-align: center; */ width:100vw; min-height:500px; box-sizing: border-box; } html{ position:relative; } body{ box-sizing: border-box; /* position: fi...
venta.css
.section-container-formulario{ display: flex; justify-content: center; align-items: center; /* height:39vw; */ /* text-align: center; */ width:100vw; min-height:500px; box-sizing: border-box; } html{ position:relative; } body{ box-sizing: border-box; /* position: fi...
0.288669
0.063193
em { font-style: normal; } ul, li { padding: 0; list-style: none; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: ""; clear: both; height: 0; } .hero-content { padding: 15px; } .avator { text-align: center; } .hero-head { background-image: url('../img/hero-heads.jp...
dist/css/my-app.css
em { font-style: normal; } ul, li { padding: 0; list-style: none; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: ""; clear: both; height: 0; } .hero-content { padding: 15px; } .avator { text-align: center; } .hero-head { background-image: url('../img/hero-heads.jp...
0.401336
0.138316
body { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; margin: 0px; background-color: #222222; } #treemap { color: black; } #treemap div { font-size:11px; overflow:hidden; position:absolute; color: rgb(255,255,255); } #treemap .content { background-color:#333333; border:0 solid #060606; } #treemap .head ...
couch/src/css/squasher.css
body { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; margin: 0px; background-color: #222222; } #treemap { color: black; } #treemap div { font-size:11px; overflow:hidden; position:absolute; color: rgb(255,255,255); } #treemap .content { background-color:#333333; border:0 solid #060606; } #treemap .head ...
0.230486
0.127083
.container { width: 70%; margin: 0 auto; } .container .my_navbar { display: flex; } .container .my_navbar .col { padding: 0; } .container .my_navbar .logo_container { flex-grow: 0; padding: 10px; } .container .my_navbar .logo_container img { height: 60px; } .container .my_navbar .navbar_links_contain...
public/css/app.css
.container { width: 70%; margin: 0 auto; } .container .my_navbar { display: flex; } .container .my_navbar .col { padding: 0; } .container .my_navbar .logo_container { flex-grow: 0; padding: 10px; } .container .my_navbar .logo_container img { height: 60px; } .container .my_navbar .navbar_links_contain...
0.389314
0.040617
@font-face{ font-family:'myfont'; src:url("../fonts/font.ttf") format('truetype'); } @font-face{ font-family:'roboto'; src:url("../fonts/font2.ttf") format('truetype'); } .row{ max-width: 100%; } ::selection{ background: #FFF; color: #D2527F; } #insert{ font-family: 'myfont'; font-si...
typewriter/css/style.css
@font-face{ font-family:'myfont'; src:url("../fonts/font.ttf") format('truetype'); } @font-face{ font-family:'roboto'; src:url("../fonts/font2.ttf") format('truetype'); } .row{ max-width: 100%; } ::selection{ background: #FFF; color: #D2527F; } #insert{ font-family: 'myfont'; font-si...
0.255622
0.061678
position: relative; margin-top: 50px; } #content table { cursor: pointer; margin: auto; border-spacing: 1px; border-collapse: separate; } #content table td { border: 1px solid black; transition: background 0.1s linear; } #content table td.top-hover { border-top: 5px s...
app/css/style.css
position: relative; margin-top: 50px; } #content table { cursor: pointer; margin: auto; border-spacing: 1px; border-collapse: separate; } #content table td { border: 1px solid black; transition: background 0.1s linear; } #content table td.top-hover { border-top: 5px s...
0.358578
0.042722
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) ; filter: alpha(opacity=60) ; margin-left: 0px; margin-top: 0px; } #s-2e0fa3a1-8a08-4d16-a159-bfbfb72e8c74 #s-Rectangle_4 { -ms-filter: ; filter: ; margin-left: 0px; margin-top: 0px; } #s-2e0fa3a1-8a08-4d16-a159-bfbfb72e8c74 #s-R...
public/resources/screens/2e0fa3a1-8a08-4d16-a159-bfbfb72e8c74-1456588835954-ie8.css
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) ; filter: alpha(opacity=60) ; margin-left: 0px; margin-top: 0px; } #s-2e0fa3a1-8a08-4d16-a159-bfbfb72e8c74 #s-Rectangle_4 { -ms-filter: ; filter: ; margin-left: 0px; margin-top: 0px; } #s-2e0fa3a1-8a08-4d16-a159-bfbfb72e8c74 #s-R...
0.25488
0.095223
html { --blue: #4d4dff; --black: #1a1b1c; --gray: #aaabad; --light-gray: #f2f3f5; } html, body, input, button, select, textarea { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } html, body { height: 100%; margin: 0; } body { background-color: var(--light-gray); font-fam...
src/newTab.css
html { --blue: #4d4dff; --black: #1a1b1c; --gray: #aaabad; --light-gray: #f2f3f5; } html, body, input, button, select, textarea { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } html, body { height: 100%; margin: 0; } body { background-color: var(--light-gray); font-fam...
0.461745
0.10466
@import url(https://fonts.lug.ustc.edu.cn/css2?family=Long+Cang&display=swap); @import url(https://fonts.lug.ustc.edu.cn/css2?family=Roboto:wght@100&display=swap); @import url(https://fonts.googleapis.com/css2?family=Potta+One&display=swap); @import url(https://fonts.lug.ustc.edu.cn/css2?family=Noto+Serif+SC&display=sw...
public/css/app.css
@import url(https://fonts.lug.ustc.edu.cn/css2?family=Long+Cang&display=swap); @import url(https://fonts.lug.ustc.edu.cn/css2?family=Roboto:wght@100&display=swap); @import url(https://fonts.googleapis.com/css2?family=Potta+One&display=swap); @import url(https://fonts.lug.ustc.edu.cn/css2?family=Noto+Serif+SC&display=sw...
0.564579
0.17614
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500'); body, html, .body { height:100%; } * { box-sizing: border-box; } body { background:#fafafa; font-family: 'Roboto'; font-size:16px; } .site-head { background:#3f51b5; color:#fff; padding:20px; position: fixe...
css/style.css
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500'); body, html, .body { height:100%; } * { box-sizing: border-box; } body { background:#fafafa; font-family: 'Roboto'; font-size:16px; } .site-head { background:#3f51b5; color:#fff; padding:20px; position: fixe...
0.47098
0.090735
.modal{ width: 350px; height: 200px; background: white; border: 1px solid rgb(204, 204, 204); box-shadow: 0 0 1em rgba(77, 73, 73, 0.87); border-radius: 2px; margin: 0px 0px; display: grid; } .modal-header { font: 200 18px Roboto, sans-serif; color: #222; line-height: 20px;...
frontend/src/general/modal/styles.css
.modal{ width: 350px; height: 200px; background: white; border: 1px solid rgb(204, 204, 204); box-shadow: 0 0 1em rgba(77, 73, 73, 0.87); border-radius: 2px; margin: 0px 0px; display: grid; } .modal-header { font: 200 18px Roboto, sans-serif; color: #222; line-height: 20px;...
0.323808
0.110519
.hidden { display: none !important; } .pointer-none { pointer-events: none; } .dashboard-display { position: relative; border-radius: 6px; background-color: #fff; box-shadow: 0 3px 20px rgba(0, 0, 0, .04); z-index: 9; } .stacked::before { content: ""; width: 85%; background: #FAF...
assets/backend/css/backend-custom.css
.hidden { display: none !important; } .pointer-none { pointer-events: none; } .dashboard-display { position: relative; border-radius: 6px; background-color: #fff; box-shadow: 0 3px 20px rgba(0, 0, 0, .04); z-index: 9; } .stacked::before { content: ""; width: 85%; background: #FAF...
0.47098
0.16455
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700"); @media only screen and (max-width: 1200px) { .page, article { width: 900px; padding: 0 20px; } } @media only screen and (max-width: 900px) { .page, article { width: 700px; } } @media only s...
public/css/test.css
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700"); @media only screen and (max-width: 1200px) { .page, article { width: 900px; padding: 0 20px; } } @media only screen and (max-width: 900px) { .page, article { width: 700px; } } @media only s...
0.41834
0.103205
.droproot{ display: none; pointer-events: none; opacity: 0.7; position: absolute; width:100%; height: 100%; z-index: 1000000; } .dropzone{ border: 1em solid black; background: white; } .dropzone:before{ display: block; position: absolute; border: 0.4em solid red; border-style: dash...
src/desktop.css
.droproot{ display: none; pointer-events: none; opacity: 0.7; position: absolute; width:100%; height: 100%; z-index: 1000000; } .dropzone{ border: 1em solid black; background: white; } .dropzone:before{ display: block; position: absolute; border: 0.4em solid red; border-style: dash...
0.317003
0.062818
.timeline { list-style: none; padding: 20px 0 20px; position: relative; } .timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 3px; background-color: #eeeeee; left: 50%; margin-left: -1.5px; } .timeline > li { margin-bottom: 20px; position: relative; } .timeline > ...
templates/css/timelines_crazycolors.css
.timeline { list-style: none; padding: 20px 0 20px; position: relative; } .timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 3px; background-color: #eeeeee; left: 50%; margin-left: -1.5px; } .timeline > li { margin-bottom: 20px; position: relative; } .timeline > ...
0.509764
0.088702
html, body { background-color: #F7D357; /*#F8C100;*/ margin: 0px; padding: 0px; width: 100%; height: 100%; } h1 { color: #FFF; } div.panel { padding-left: 5px; padding-top: 5px; font:14px/1.3 'Segoe UI',Arial, sans-serif; position: fixed;top: 200px;left: 20px;height: 100px; } di...
public/stylesheets/ng-twitter-worldcup.css
html, body { background-color: #F7D357; /*#F8C100;*/ margin: 0px; padding: 0px; width: 100%; height: 100%; } h1 { color: #FFF; } div.panel { padding-left: 5px; padding-top: 5px; font:14px/1.3 'Segoe UI',Arial, sans-serif; position: fixed;top: 200px;left: 20px;height: 100px; } di...
0.315314
0.095139
:root { --bg: url(assets/bg.png) repeat #111; --text: #aaa; /* header */ --header-bg: transparent; --header-text: #aaa; --header-shadow: none; --header-border: 1px solid #464646; /* header top */ --header-top-bg: rgba(221, 221, 221, 0.075); /* header bottom */ --header-bottom-bg: rgba(221, 221, 221, 0.075);...
src/css/gpw_dark_mono/variables-dark.css
:root { --bg: url(assets/bg.png) repeat #111; --text: #aaa; /* header */ --header-bg: transparent; --header-text: #aaa; --header-shadow: none; --header-border: 1px solid #464646; /* header top */ --header-top-bg: rgba(221, 221, 221, 0.075); /* header bottom */ --header-bottom-bg: rgba(221, 221, 221, 0.075);...
0.252568
0.09782
html{ font-family: 'Roboto Condensed', sans-serif; background-color: white; } html, body { padding: 0; margin: 0; } body { opacity: 1; transition: 2s opacity; } body.fade-out { opacity: 0; transition: none; } a { color: inherit; text-decoration: none; } p{ font-size: 40px; } .info{...
instances/main.css
html{ font-family: 'Roboto Condensed', sans-serif; background-color: white; } html, body { padding: 0; margin: 0; } body { opacity: 1; transition: 2s opacity; } body.fade-out { opacity: 0; transition: none; } a { color: inherit; text-decoration: none; } p{ font-size: 40px; } .info{...
0.366363
0.058265
* { margin: 0; padding: 0; } body { background-color: hsl(185, 75%, 39%); } .body { width: 100%; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } .top-circle { width: 100%; height: 100%; background-color: #0989b4; clip-path: circle(750px at ...
index.css
* { margin: 0; padding: 0; } body { background-color: hsl(185, 75%, 39%); } .body { width: 100%; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } .top-circle { width: 100%; height: 100%; background-color: #0989b4; clip-path: circle(750px at ...
0.51562
0.10307
main { position: relative; } main:after { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 400px; background: radial-gradient(circle, #777, #777 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0)) 0 0/30px 30px; content: ''; } .avatar { width: 120%; marg...
assets/styles/style.css
main { position: relative; } main:after { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 400px; background: radial-gradient(circle, #777, #777 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0)) 0 0/30px 30px; content: ''; } .avatar { width: 120%; marg...
0.673406
0.120516
@media (max-width: 460){ } @media (min-width: 461px) and (max-width: 599px) { } @media (min-width: 600px) and (max-width: 767px) { } @media (min-width: 768px) and (max-width: 991px) { } @media (min-width: 992px) and (max-width: 1199px) { } /*for 90%+ zoom*/ @media ...
css/mediaqueries.css
@media (max-width: 460){ } @media (min-width: 461px) and (max-width: 599px) { } @media (min-width: 600px) and (max-width: 767px) { } @media (min-width: 768px) and (max-width: 991px) { } @media (min-width: 992px) and (max-width: 1199px) { } /*for 90%+ zoom*/ @media ...
0.224906
0.093099
body{ background-image: url("barbershop.png"); background-repeat: no-repeat; background-size: 1382px; font-family: 'Raleway', sans-serif; } .textdiv{ background-color: white; background: rgba(255, 255, 255, 0.8); border-radius: 20px; } .loginbtn{ height: 100%; } .regbtn{ height: 100%; } ...
client/src/components/layout/style.css
body{ background-image: url("barbershop.png"); background-repeat: no-repeat; background-size: 1382px; font-family: 'Raleway', sans-serif; } .textdiv{ background-color: white; background: rgba(255, 255, 255, 0.8); border-radius: 20px; } .loginbtn{ height: 100%; } .regbtn{ height: 100%; } ...
0.364212
0.060724
body { margin: 0; text-align: center; font-family: 'Montserrat', sans-serif; max-width: 100%; } nav { position: fixed; display: flex; justify-content: space-around; justify-content: flex-end; width: 100%; top: 0; left: 0; right: 0; background-color: #f0f0f0; color: #364f6b; z-index: 5; } ...
css/style.css
body { margin: 0; text-align: center; font-family: 'Montserrat', sans-serif; max-width: 100%; } nav { position: fixed; display: flex; justify-content: space-around; justify-content: flex-end; width: 100%; top: 0; left: 0; right: 0; background-color: #f0f0f0; color: #364f6b; z-index: 5; } ...
0.280518
0.07889
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300); * { box-sizing: border-box; margin: 0; padding: 0; font-weight: 300; } @import url(https://fonts.googleapis.com/css?family=Open+Sans:300); .profile-card { font-family: 'Open Sans', sans-serif; font-size: 100%; text-re...
public/assets/css/style.css
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300); * { box-sizing: border-box; margin: 0; padding: 0; font-weight: 300; } @import url(https://fonts.googleapis.com/css?family=Open+Sans:300); .profile-card { font-family: 'Open Sans', sans-serif; font-size: 100%; text-re...
0.255065
0.066995
.icon-add-favorites, .icon-file-image, .icon-lmenu-apps, .icon-lmenu-bookmarks { background-image: url(../images/icons_set.png) } .gallery, .leftcol, .radio, .tab_list, .summary > div, .window_list > div { box-sizing: border-box } .icon-file-image { background-position: -11px -70px; width: 15px; h...
styles/styles.min.css
.icon-add-favorites, .icon-file-image, .icon-lmenu-apps, .icon-lmenu-bookmarks { background-image: url(../images/icons_set.png) } .gallery, .leftcol, .radio, .tab_list, .summary > div, .window_list > div { box-sizing: border-box } .icon-file-image { background-position: -11px -70px; width: 15px; h...
0.281307
0.069258
-------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; padding-right: 0px !important; } body > .container { padding: 60px 15px 0; } .container .navigation { margin: 20px 0; text-decoration: ...
course/css/style.css
-------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; padding-right: 0px !important; } body > .container { padding: 60px 15px 0; } .container .navigation { margin: 20px 0; text-decoration: ...
0.36659
0.064713
@-moz-document url-prefix("https://bitbucket.org/") { /* Black style */ body, .app-header, #content, #page, .monaco-editor .margin, .jPhqnV.jPhqnV, .geizcp, .hDsREg, .gjHukE, .cbmjag, .aui-page-panel, table.aui > tbody > tr, table.aui > tfoot > tr, ...
data/usercss/156862.user.css
@-moz-document url-prefix("https://bitbucket.org/") { /* Black style */ body, .app-header, #content, #page, .monaco-editor .margin, .jPhqnV.jPhqnV, .geizcp, .hDsREg, .gjHukE, .cbmjag, .aui-page-panel, table.aui > tbody > tr, table.aui > tfoot > tr, ...
0.186095
0.064949
.out-title { text-align: center; } .title { display: inline-block; font-size: 37px; font-weight: bold; height: 50px; margin: 0 auto; line-height: 50px; color: #1c7887; padding: 0 20px; text-align: center; border: 3px solid #1c7887; border-radius: 15px; } .part1 { padding-top: 40px; backgroun...
list/onlyhiedu/css/teachers.css
.out-title { text-align: center; } .title { display: inline-block; font-size: 37px; font-weight: bold; height: 50px; margin: 0 auto; line-height: 50px; color: #1c7887; padding: 0 20px; text-align: center; border: 3px solid #1c7887; border-radius: 15px; } .part1 { padding-top: 40px; backgroun...
0.421076
0.086131
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("live.com") { body{ background:RGB(245,245,245)!important; } /*顶部*/ .t_hdbgimg,.c_hg, .c_hg_pm,#contentLeft{ background:RGB(235,235,235)!important; } .ContentLeft .exco_main .lnav_topItemLabel, .ContentLeft .ContentFolderQuickViewList .lnav_...
data/usercss/64209.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("live.com") { body{ background:RGB(245,245,245)!important; } /*顶部*/ .t_hdbgimg,.c_hg, .c_hg_pm,#contentLeft{ background:RGB(235,235,235)!important; } .ContentLeft .exco_main .lnav_topItemLabel, .ContentLeft .ContentFolderQuickViewList .lnav_...
0.294925
0.108661
body { margin: 0; padding: 0; font-family: "Roboto", sans-serif; } :root { --mainDark: #212125; --mainGrey: rgba(109, 109, 109); --mainLightGrey: rgba(172, 172,172); --mainWhite: #fff; --mainBlue: #007bff; --mainOrange: #FF8C00; } .navbar{ font-family: "Roboto", sans-serif; font-size...
src/App.css
body { margin: 0; padding: 0; font-family: "Roboto", sans-serif; } :root { --mainDark: #212125; --mainGrey: rgba(109, 109, 109); --mainLightGrey: rgba(172, 172,172); --mainWhite: #fff; --mainBlue: #007bff; --mainOrange: #FF8C00; } .navbar{ font-family: "Roboto", sans-serif; font-size...
0.467575
0.06885
:root { --body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); --msger-bg: #fff; --border: 2px solid #ddd; --left-msg-bg: #ececec; --right-msg-bg: #579ffb; } html { box-sizing: border-box; } *, *:before, *:after { margin: 0; padding: 0; box-sizing: inherit; } body { dis...
public/css/stylesch.css
:root { --body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); --msger-bg: #fff; --border: 2px solid #ddd; --left-msg-bg: #ececec; --right-msg-bg: #579ffb; } html { box-sizing: border-box; } *, *:before, *:after { margin: 0; padding: 0; box-sizing: inherit; } body { dis...
0.622804
0.140956
html { background: url("https://www.mora-tec.com/services/wp-content/uploads/2014/08/high-tech-wallpapers-30881-31611-hd-wallpapers.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } h1 { color: white; ...
css/resume2.css
html { background: url("https://www.mora-tec.com/services/wp-content/uploads/2014/08/high-tech-wallpapers-30881-31611-hd-wallpapers.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } h1 { color: white; ...
0.371137
0.070752
.imgepub { max-width: 100%; } .end { font-size: small; text-align: justify; margin-top:7.5px; margin-bottom:7.5px; } .rightAligned { text-align: right; margin-top:22.5px; margin-bottom:22.5px; } .leftAligned { text-align: justify; margin-top:22.5px; margin-bottom:22.5px; } .centerAligned { text-align...
backend/EPUB/Pride-and-Prejudice-explicit-reflow-v2-pure/OEBPS/bano_9781411432963_oeb_css_r1.css
.imgepub { max-width: 100%; } .end { font-size: small; text-align: justify; margin-top:7.5px; margin-bottom:7.5px; } .rightAligned { text-align: right; margin-top:22.5px; margin-bottom:22.5px; } .leftAligned { text-align: justify; margin-top:22.5px; margin-bottom:22.5px; } .centerAligned { text-align...
0.431584
0.099121
.login .logo { margin: 60px auto 0; padding: 15px; text-align: center; } .login .content { width: 50%; /*margin: 40px auto 10px;*/ margin: 0; padding: 40px 80px 0; overflow: auto; position: absolute; background:#f9fbfc; min-height:100%; } .login .content h3 { color: #4db3a5; text-align: c...
assets/ven/css/login.min.css
.login .logo { margin: 60px auto 0; padding: 15px; text-align: center; } .login .content { width: 50%; /*margin: 40px auto 10px;*/ margin: 0; padding: 40px 80px 0; overflow: auto; position: absolute; background:#f9fbfc; min-height:100%; } .login .content h3 { color: #4db3a5; text-align: c...
0.20044
0.057918
* { margin: 0; padding: 0; box-sizing: border-box; } body { color: #204059; background-color: #ffd460; font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; } .section-title { font-size: 48px; color: #024e76; padding-bottom: 20px; margin: 0 auto 3...
assets/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { color: #204059; background-color: #ffd460; font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; } .section-title { font-size: 48px; color: #024e76; padding-bottom: 20px; margin: 0 auto 3...
0.394201
0.105395
:root { --background: #363636; --font-color: #24292e; --primary-color: #ea2850; --accent-color: #110980; --font-family: sans-serif; --font-size: 16px; --navbar-background: #333; --navbar-font-color: #fff; } @media (min-width: 1024px) { :root { --font-size: 18px; } } @media (min-width: 1400px...
assets/css/main.css
:root { --background: #363636; --font-color: #24292e; --primary-color: #ea2850; --accent-color: #110980; --font-family: sans-serif; --font-size: 16px; --navbar-background: #333; --navbar-font-color: #fff; } @media (min-width: 1024px) { :root { --font-size: 18px; } } @media (min-width: 1400px...
0.540439
0.171963
body { font-family: 'Poppins', sans-serif; text-align: center; background-color: aliceblue; margin: 0; display: block; align-items: center; justify-content: center; } * { scroll-behavior: smooth; box-sizing: border-box; color: black; } body::-webkit-scrollbar { ...
index.css
body { font-family: 'Poppins', sans-serif; text-align: center; background-color: aliceblue; margin: 0; display: block; align-items: center; justify-content: center; } * { scroll-behavior: smooth; box-sizing: border-box; color: black; } body::-webkit-scrollbar { ...
0.416678
0.063193
body { font-family:Verdana; } .pad-top { padding-top:30px; } .pad-bottom { padding-bottom:30px; } /*====================================== CHAT BOX STYLES ======================================= */ * { box-sizing: border-box; } body { background-color: #edeff2; font-family: "Calibri", "Roboto", s...
assets/css/style2.css
body { font-family:Verdana; } .pad-top { padding-top:30px; } .pad-bottom { padding-bottom:30px; } /*====================================== CHAT BOX STYLES ======================================= */ * { box-sizing: border-box; } body { background-color: #edeff2; font-family: "Calibri", "Roboto", s...
0.613584
0.064772
.layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .layout .main-col + ...
src/components/layout/layout.css
.layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .layout .main-col + ...
0.35354
0.034815
.fx, [class*="fx-cell"] { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; } .fx-column { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -...
src/css/flex.css
.fx, [class*="fx-cell"] { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; } .fx-column { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -...
0.302597
0.031739
.My-Color-Theme-1-1-hex { color: #00815D; } .My-Color-Theme-1-2-hex { color: #004E38; } .My-Color-Theme-1-3-hex { color: #003426; } .My-Color-Theme-1-4-hex { color: #278168; } .My-Color-Theme-1-5-hex { color: #00CD94; } /* Color Theme Swatches in RGBA */ .My-Color-Theme-1-1-rgba { color: rgba(0, 128, 92, 1); } .My-Col...
style.css
.My-Color-Theme-1-1-hex { color: #00815D; } .My-Color-Theme-1-2-hex { color: #004E38; } .My-Color-Theme-1-3-hex { color: #003426; } .My-Color-Theme-1-4-hex { color: #278168; } .My-Color-Theme-1-5-hex { color: #00CD94; } /* Color Theme Swatches in RGBA */ .My-Color-Theme-1-1-rgba { color: rgba(0, 128, 92, 1); } .My-Col...
0.307462
0.111967
.slick-slider a { outline: 0; } .slick-slider img { max-width: 100%; height: auto; } .slick-slider { position: relative; overflow: hidden; list-style:none; padding: 0; margin: 0; } .slick-slider li { padding: 0; margin: 0; } .slick-slider .slick-arrow { font-size:.825em; position:absolute; top:50%; margin-top: -1em;...
blogger-feed-carousel.min.css
.slick-slider a { outline: 0; } .slick-slider img { max-width: 100%; height: auto; } .slick-slider { position: relative; overflow: hidden; list-style:none; padding: 0; margin: 0; } .slick-slider li { padding: 0; margin: 0; } .slick-slider .slick-arrow { font-size:.825em; position:absolute; top:50%; margin-top: -1em;...
0.64791
0.142411
* { padding: 0; margin: 0; border: 0; } *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } :focus, :active { outline: none; } a:focus, a:active { outline: none; } nav, footer, header, aside { display: block; } html, body { height: 100%;...
sources/css/style.css
* { padding: 0; margin: 0; border: 0; } *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } :focus, :active { outline: none; } a:focus, a:active { outline: none; } nav, footer, header, aside { display: block; } html, body { height: 100%;...
0.428114
0.075619
@-moz-document url-prefix('https://trello.com') { /* i really want this to be global */ #board-header .board-name .text, textarea.field, .list-title h2, div.action-comment,p, div.phenom-desc ul li, div.phenom-desc, span.card-label.red-label, h2.window-title-text.current.hide-on-edit, input.primary.confirm.js-...
data/usercss/140136.user.css
@-moz-document url-prefix('https://trello.com') { /* i really want this to be global */ #board-header .board-name .text, textarea.field, .list-title h2, div.action-comment,p, div.phenom-desc ul li, div.phenom-desc, span.card-label.red-label, h2.window-title-text.current.hide-on-edit, input.primary.confirm.js-...
0.351645
0.048361
@import url('./header.layout.css'); * { box-sizing: border-box; padding: 0; margin: 0; } body, html { height: 100%; background-color: rgb(65, 163, 163); } .body-content { display: flex; flex-direction: column; } .main-content { overflow-y: auto; display: flex; flex-direction: column; gap: 0.6e...
src/public/css/vote.css
@import url('./header.layout.css'); * { box-sizing: border-box; padding: 0; margin: 0; } body, html { height: 100%; background-color: rgb(65, 163, 163); } .body-content { display: flex; flex-direction: column; } .main-content { overflow-y: auto; display: flex; flex-direction: column; gap: 0.6e...
0.432063
0.089058
.view_booking { width: auto; background-color: black; opacity: 0.90; border: 2px solid rgb(131, 131, 131);; height: 100%; color: white; margin: 2%; border-radius: 5px; display: flex; flex-direction: column; } .view_booking__header { display: grid; } .view_booking__header h1 { font-size: 40px; ...
frontend/styles/viewBooking.css
.view_booking { width: auto; background-color: black; opacity: 0.90; border: 2px solid rgb(131, 131, 131);; height: 100%; color: white; margin: 2%; border-radius: 5px; display: flex; flex-direction: column; } .view_booking__header { display: grid; } .view_booking__header h1 { font-size: 40px; ...
0.638723
0.190197
.home-page{ display: flex; flex-direction: column; justify-content: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: black; background-image: url(../images/pill.jpg); background-position: center; background-repeat: no-repeat; backgro...
frontend/src/Pages/Homepage.css
.home-page{ display: flex; flex-direction: column; justify-content: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: black; background-image: url(../images/pill.jpg); background-position: center; background-repeat: no-repeat; backgro...
0.645567
0.100348
div#results{ vertical-align: top; -webkit-column-count: 4; -webkit-column-gap: 10px; -webkit-column-fill: auto; -moz-column-count: 4; -moz-column-gap: 10px; -moz-column-fill: auto; column-count: 4; column-gap: 10px; column-fill: auto; width: 1335px; /* 4 * 320 + 55 (gwn random getal) */ margin: 0 auto; } ...
public/css/search.css
div#results{ vertical-align: top; -webkit-column-count: 4; -webkit-column-gap: 10px; -webkit-column-fill: auto; -moz-column-count: 4; -moz-column-gap: 10px; -moz-column-fill: auto; column-count: 4; column-gap: 10px; column-fill: auto; width: 1335px; /* 4 * 320 + 55 (gwn random getal) */ margin: 0 auto; } ...
0.249264
0.072145
.f-12{font-size:12px!important} .f-14{font-size:14px!important} .f-16{font-size:16px!important} .f-18{font-size:18px!important} .f-20{font-size:20px!important} .f-22{font-size:22px!important} .f-24{font-size:24px!important} .f-body{margin:0;overflow:hidden} .f-clearfix{zoom:1} .f-clearfix:after{content:" "...
dfish-engine/src/main/webapp/dfish/ui/dfish.css
.f-12{font-size:12px!important} .f-14{font-size:14px!important} .f-16{font-size:16px!important} .f-18{font-size:18px!important} .f-20{font-size:20px!important} .f-22{font-size:22px!important} .f-24{font-size:24px!important} .f-body{margin:0;overflow:hidden} .f-clearfix{zoom:1} .f-clearfix:after{content:" "...
0.387459
0.036943
body{ background: #e6e6e6; font-family: 'Quattrocento Sans', sans-serif; width: 100vw; overflow: auto; } header { border-bottom: black solid 1px; background: darkgreen; color: white; padding: 1em; margin-left: -1em; margin-top: -1em; height: 8vh; } header a { color: white; ...
greensManager/static/styles/main.css
body{ background: #e6e6e6; font-family: 'Quattrocento Sans', sans-serif; width: 100vw; overflow: auto; } header { border-bottom: black solid 1px; background: darkgreen; color: white; padding: 1em; margin-left: -1em; margin-top: -1em; height: 8vh; } header a { color: white; ...
0.545044
0.123471