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
.gm-btn, a.gm-btn, button.gm-btn { display: inline-block; line-height: normal; white-space: nowrap; vertical-align: middle; text-align: center; cursor: pointer; -webkit-user-drag: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: non...
src/css/buttons.css
.gm-btn, a.gm-btn, button.gm-btn { display: inline-block; line-height: normal; white-space: nowrap; vertical-align: middle; text-align: center; cursor: pointer; -webkit-user-drag: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: non...
0.240329
0.052158
body *{ margin: 0vw; padding: 1vh 0 1vh 0vh; border: 0; font-family: 'Indie Flower', cursive; } body *:focus{ outline: none; } body{ font-size: 20px; max-width: 100vw; min-height: 100vh; margin: 0; padding: 0; color: #308A30; } hr{ margin: 1vh 0vw 1vh 0vw; padding...
desafioMonstro/estilo-monstro.css
body *{ margin: 0vw; padding: 1vh 0 1vh 0vh; border: 0; font-family: 'Indie Flower', cursive; } body *:focus{ outline: none; } body{ font-size: 20px; max-width: 100vw; min-height: 100vh; margin: 0; padding: 0; color: #308A30; } hr{ margin: 1vh 0vw 1vh 0vw; padding...
0.236208
0.049773
.section { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow-x: hidden; overflow-y: auto; color: var(--color-accent); /* Hide */ pointer-events: none; visibility: hidden; opacity: 0; transform: translateX(-20px); transition: visibility 0s .12s linear , opacity .12s ease-in,...
assets/css/section.css
.section { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow-x: hidden; overflow-y: auto; color: var(--color-accent); /* Hide */ pointer-events: none; visibility: hidden; opacity: 0; transform: translateX(-20px); transition: visibility 0s .12s linear , opacity .12s ease-in,...
0.525125
0.112844
html { scroll-behavior: smooth; } @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap'); body { background-color: #612e6d; font-family: 'Montserrat', sans-serif; scroll-behavior: smooth; margin: 0; } /* Style the navigation menu */ nav { overflow: hidden; position...
src/styles/global.css
html { scroll-behavior: smooth; } @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap'); body { background-color: #612e6d; font-family: 'Montserrat', sans-serif; scroll-behavior: smooth; margin: 0; } /* Style the navigation menu */ nav { overflow: hidden; position...
0.474631
0.07056
@-moz-document domain("pikabu.ru") { /*[[BackgroundMode]]*/ /*[[GroupRules]]*/ html[data-theme-dark] { --color--green: #264812; --color--text_green: #469109; --color--selection: rgba(44, 72, 28, 0.99); --color--toast_default__bg: #5a9828; --color--bg_contrast-50: rgba(17, 17, 17, 0.5); ...
data/usercss/199659.user.css
@-moz-document domain("pikabu.ru") { /*[[BackgroundMode]]*/ /*[[GroupRules]]*/ html[data-theme-dark] { --color--green: #264812; --color--text_green: #469109; --color--selection: rgba(44, 72, 28, 0.99); --color--toast_default__bg: #5a9828; --color--bg_contrast-50: rgba(17, 17, 17, 0.5); ...
0.256832
0.055005
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-...
web/css/custom.css
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-...
0.325949
0.118436
.page { min-height: 100vh; display: flex; flex-direction: column; align-items: stretch; } .page__header { padding-top: calc(var(--spacing-unit) * 8); padding-bottom: calc(var(--spacing-unit) * 6); border-bottom: 1px solid var(--color-gray-900); } .page__header-content { width: 100%; max-width: calc(...
frontend/src/Page/Page.css
.page { min-height: 100vh; display: flex; flex-direction: column; align-items: stretch; } .page__header { padding-top: calc(var(--spacing-unit) * 8); padding-bottom: calc(var(--spacing-unit) * 6); border-bottom: 1px solid var(--color-gray-900); } .page__header-content { width: 100%; max-width: calc(...
0.705481
0.077343
.clear{clear:both;font-size:1px} *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;} .fb_all{background-color:#f2f2f2;border-radius:0px 0px 8px 8px;padding:5px 30px 20px 20px;box-shadow: 3px 3px 3px #494949;max-width: 530px;} .fb_form{border-radius:0px 0px 8px 8px;padding:5px 0px 0px} ....
Exemple/Sk_files/el_styles.css
.clear{clear:both;font-size:1px} *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;} .fb_all{background-color:#f2f2f2;border-radius:0px 0px 8px 8px;padding:5px 30px 20px 20px;box-shadow: 3px 3px 3px #494949;max-width: 530px;} .fb_form{border-radius:0px 0px 8px 8px;padding:5px 0px 0px} ....
0.213623
0.15034
Ticker ***************************/ span.ModulesBoxeBootstrapTickerNew { font: 700 0.625rem/0.5rem Arial,Helvetica,sans-serif; color: #000; background: #B2D5EE none repeat scroll 0% 0%; text-transform: uppercase; padding: 0.375rem 0rem 0.4375rem; text-shadow: 1px 1px rgba(0, 0, 0, 0.24); widt...
shop/sources/template/Default/css/english/modules_boxes/modules_boxes_general.css
Ticker ***************************/ span.ModulesBoxeBootstrapTickerNew { font: 700 0.625rem/0.5rem Arial,Helvetica,sans-serif; color: #000; background: #B2D5EE none repeat scroll 0% 0%; text-transform: uppercase; padding: 0.375rem 0rem 0.4375rem; text-shadow: 1px 1px rgba(0, 0, 0, 0.24); widt...
0.343232
0.072703
div#svd-index table td { vertical-align: top; } div#svd-index table td li { margin-left: -20px; } div#svd-index table th { padding-right: 80px; font-weight: normal; } /* "show" page new proposal dialog window */ div.svd-show-proposal-dialog { -moz-border-radius: 5px; -webkit-border-radius: 5px; backgrou...
public/stylesheets/semantic_vernacular.css
div#svd-index table td { vertical-align: top; } div#svd-index table td li { margin-left: -20px; } div#svd-index table th { padding-right: 80px; font-weight: normal; } /* "show" page new proposal dialog window */ div.svd-show-proposal-dialog { -moz-border-radius: 5px; -webkit-border-radius: 5px; backgrou...
0.231875
0.066327
.contentContainer { display: flex; flex-flow: row; } .largeItem { flex: 0 0 33%; border: 1px solid black; } .small { display: flex; flex-direction: column; flex: 0 0 66%; } .smallItem { display: flex; flex: 1; border: 1px solid black; } .userInfoContainer { max-width: 316px; text-align: cent...
src/pages/index.module.css
.contentContainer { display: flex; flex-flow: row; } .largeItem { flex: 0 0 33%; border: 1px solid black; } .small { display: flex; flex-direction: column; flex: 0 0 66%; } .smallItem { display: flex; flex: 1; border: 1px solid black; } .userInfoContainer { max-width: 316px; text-align: cent...
0.532911
0.103749
$breakpoint argument choices: - phone - tab-port - tab-lans - big-desktop ORDER: Base + typography > general layout + grid > page layout > components 1em = 16px */ .text-green { color: #819691; } .bg-color_lightGrey { background-color: #F4F4F5; } *, *::after, *::before { margin: 0; padding: 0; box-sizing...
public/css/main.css
$breakpoint argument choices: - phone - tab-port - tab-lans - big-desktop ORDER: Base + typography > general layout + grid > page layout > components 1em = 16px */ .text-green { color: #819691; } .bg-color_lightGrey { background-color: #F4F4F5; } *, *::after, *::before { margin: 0; padding: 0; box-sizing...
0.384681
0.075892
.searchinput{ line-height: 100%; display: table; margin: 0; width: 100%; position: absolute; text-align: center; top: -50%; left: 50%; transform: translate(-50%, -50%); } .text{ width: 60%; padding: 9px; color: green; border: 1px solid green; box-shadow: 1px 0p...
assets/css/new.css
.searchinput{ line-height: 100%; display: table; margin: 0; width: 100%; position: absolute; text-align: center; top: -50%; left: 50%; transform: translate(-50%, -50%); } .text{ width: 60%; padding: 9px; color: green; border: 1px solid green; box-shadow: 1px 0p...
0.37605
0.086016
.navbar-brand { float: left; height: 55px; padding: 15px 15px; font-size: 24px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 15px; padding-bott...
css/custom.css
.navbar-brand { float: left; height: 55px; padding: 15px 15px; font-size: 24px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 15px; padding-bott...
0.338077
0.058105
.ws { width: 100%; } .ws-content { width: 100%; overflow: hidden; } .ws-side { width: 230px; flex-shrink: 0; padding: 0 0 0 10px; } .ws-header img { width: 100%; margin-top: 0; } .ws-image-slider .glide { padding: 0; } .ws-header { width: 100%; padding: 0.35em 0; box...
cdn/assets/styles/workshop.css
.ws { width: 100%; } .ws-content { width: 100%; overflow: hidden; } .ws-side { width: 230px; flex-shrink: 0; padding: 0 0 0 10px; } .ws-header img { width: 100%; margin-top: 0; } .ws-image-slider .glide { padding: 0; } .ws-header { width: 100%; padding: 0.35em 0; box...
0.644449
0.13733
* { font-family: "Roboto", "GenWeb", sans-serif; } h1,h2,h3,h4,p { margin: 0; } body { padding: 0; margin: 0; box-sizing: border-box; } ul, ul li { box-sizing: border-box; list-style-type: none; margin: 0; padding: 0; } a { color: rgb(24, 139, 233); } header { box-sizing: border-box; margin...
css/index.css
* { font-family: "Roboto", "GenWeb", sans-serif; } h1,h2,h3,h4,p { margin: 0; } body { padding: 0; margin: 0; box-sizing: border-box; } ul, ul li { box-sizing: border-box; list-style-type: none; margin: 0; padding: 0; } a { color: rgb(24, 139, 233); } header { box-sizing: border-box; margin...
0.480235
0.09314
@import url('https://fonts.googleapis.com/css?family=Montserrat'); @import url('https://fonts.googleapis.com/css?family=Open+Sans:800'); body { overflow-x: none; } #about { background-color: #1d1d1d; padding-bottom: 100px; padding-top: 100px; margin-top: -1vh; } #aboutCTA { max-width: 1000px; ...
assets/styles/main.css
@import url('https://fonts.googleapis.com/css?family=Montserrat'); @import url('https://fonts.googleapis.com/css?family=Open+Sans:800'); body { overflow-x: none; } #about { background-color: #1d1d1d; padding-bottom: 100px; padding-top: 100px; margin-top: -1vh; } #aboutCTA { max-width: 1000px; ...
0.214198
0.111048
a { text-decoration: none; color: #000 } * { margin: 0; padding: 0 } body{ background: #f8f8f8; } /*主页*/ .app-sidebar { position: absolute; top: 60px; left: 0; bottom: 0; width: 120px; -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2); box-shadow: 0 0 1px 0 rgba(0,0,0,0.2); ...
public/css/admin/main.css
a { text-decoration: none; color: #000 } * { margin: 0; padding: 0 } body{ background: #f8f8f8; } /*主页*/ .app-sidebar { position: absolute; top: 60px; left: 0; bottom: 0; width: 120px; -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2); box-shadow: 0 0 1px 0 rgba(0,0,0,0.2); ...
0.408159
0.090977
* { margin: 0; padding: 0; font-family: sans-serif; } .main { width: 100%; height: 100%; min-height: 100vh; background-color: rgb(235, 235, 235); display: flex; flex-direction: column; align-items: center; } .heading { width: max-content; heigh...
Registration_Forms/Registration Form_01/code/style.css
* { margin: 0; padding: 0; font-family: sans-serif; } .main { width: 100%; height: 100%; min-height: 100vh; background-color: rgb(235, 235, 235); display: flex; flex-direction: column; align-items: center; } .heading { width: max-content; heigh...
0.459804
0.074399
body { /* padding-top:70px; */ background-color:#006837; color:white; } p, ul>li{ line-height:1.7; margin-bottom:1.3rem; } ol>li{ line-height:1.3; } ol>ol>li{ line-height:1.6; margin-bottom:1.3rem; } .bm, .eng{ opacity:0; transition: opacity 0.6s; } .bm.show, .eng.show{ ...
public/css/myStyle.css
body { /* padding-top:70px; */ background-color:#006837; color:white; } p, ul>li{ line-height:1.7; margin-bottom:1.3rem; } ol>li{ line-height:1.3; } ol>ol>li{ line-height:1.6; margin-bottom:1.3rem; } .bm, .eng{ opacity:0; transition: opacity 0.6s; } .bm.show, .eng.show{ ...
0.456894
0.062217
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Poppins:wght@500&display=swap"); body { background-color: #282c34; -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animatio...
frontend/src/App.css
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Poppins:wght@500&display=swap"); body { background-color: #282c34; -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animatio...
0.344113
0.089256
body { background-color: #F4F4F4; margin: 0em; } header { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif; list-style-type: none; margin: 0em; overflow: hidden; background-color: #606060; border-bottom: 1px solid #707070 } nav a { display: inline-block; color: #FFFFFF; text-align: cente...
CodeHobby/public/css/maincodehobby.css
body { background-color: #F4F4F4; margin: 0em; } header { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif; list-style-type: none; margin: 0em; overflow: hidden; background-color: #606060; border-bottom: 1px solid #707070 } nav a { display: inline-block; color: #FFFFFF; text-align: cente...
0.416559
0.07703
@charset "utf-8"; * { margin: 0; padding: 0 } body { font-size: 16px; font-family: "微软雅黑"; ; } .container { margin: 0 auto; width: 100%; box-sizing: border-box; max-width: 640px; } html { text-align: justify; } ul li { list-style-type: none } ....
public/static/css/man/forum/css/style.css
@charset "utf-8"; * { margin: 0; padding: 0 } body { font-size: 16px; font-family: "微软雅黑"; ; } .container { margin: 0 auto; width: 100%; box-sizing: border-box; max-width: 640px; } html { text-align: justify; } ul li { list-style-type: none } ....
0.312475
0.058669
@-moz-document domain("blog.csdn.net") { /* 默认展开文章内容 */ #article_content { height: auto !important; } div.hide-article-box { display: none; } /*----------------*/ } @-moz-document domain("blog.csdn.net") { /* 去广告、去登录提示 */ .pulllog-box, #dmp_ad_58, #asideFooter, #kp_box_476, #adContent, .re...
data/usercss/170757.user.css
@-moz-document domain("blog.csdn.net") { /* 默认展开文章内容 */ #article_content { height: auto !important; } div.hide-article-box { display: none; } /*----------------*/ } @-moz-document domain("blog.csdn.net") { /* 去广告、去登录提示 */ .pulllog-box, #dmp_ad_58, #asideFooter, #kp_box_476, #adContent, .re...
0.097535
0.033717
@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: local('Merriweather Regular'), local('Merriweather-Regular'), url('u-440qyriQwlOrhSvowK_l5-fCZM.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+207...
assets/alpha-one.css
@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: local('Merriweather Regular'), local('Merriweather-Regular'), url('u-440qyriQwlOrhSvowK_l5-fCZM.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+207...
0.483161
0.078961
body { text-align: center; background-image: url("./images/background.jpg"); color: white; } #main-header { font-size: 60px; font-weight: bold; } /* Navigation Bar Styling */ #nav-list { display: flex; list-style: none; justify-content: space-around; } #nav-text { text-decoration: none; color: wh...
src/App.css
body { text-align: center; background-image: url("./images/background.jpg"); color: white; } #main-header { font-size: 60px; font-weight: bold; } /* Navigation Bar Styling */ #nav-list { display: flex; list-style: none; justify-content: space-around; } #nav-text { text-decoration: none; color: wh...
0.45423
0.057388
.container { height: 100vh; width: 100vw; } .navigation-header { height: 50px; width: 100%; position: fixed; background-color: #616161; color: white; z-index: 1002; top: 0; -webkit-user-select: none; /* Chrome all / Safari all */ -moz-user-select: none; /* Firefox all */ -ms-user-select: none; /*...
assets/template/css/top.css
.container { height: 100vh; width: 100vw; } .navigation-header { height: 50px; width: 100%; position: fixed; background-color: #616161; color: white; z-index: 1002; top: 0; -webkit-user-select: none; /* Chrome all / Safari all */ -moz-user-select: none; /* Firefox all */ -ms-user-select: none; /*...
0.355104
0.051558
body{ background:#eee; } .row{ max-width: 100%; margin: 0; } .xats-disp{ width: 100%; height: 100%; background-color: rgb(246, 248, 232); position: absolute; z-index: 100; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; overflow-y: auto; } .card-header i{ ...
public/css/front/chat.css
body{ background:#eee; } .row{ max-width: 100%; margin: 0; } .xats-disp{ width: 100%; height: 100%; background-color: rgb(246, 248, 232); position: absolute; z-index: 100; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; overflow-y: auto; } .card-header i{ ...
0.512693
0.069795
body { /*border : 2px dashed black;*/ margin : 0 auto; background-image: url("../images/vintage-concrete.png"); font-family : 'Arial', 'Helvetica Neue', Helvetica, sans-serif; line-height: 1.5; /*position : relative;*/ } header { width : 100%; background-color: #ffffff; } .container_header { /*b...
css/style.css
body { /*border : 2px dashed black;*/ margin : 0 auto; background-image: url("../images/vintage-concrete.png"); font-family : 'Arial', 'Helvetica Neue', Helvetica, sans-serif; line-height: 1.5; /*position : relative;*/ } header { width : 100%; background-color: #ffffff; } .container_header { /*b...
0.29381
0.107578
@charset "utf-8"; /* CSS Document */ html, body { height: 100%;} /*Opera Fix*/ body:before {/* thanks to Maleika (Kohoutec)*//*content:"";*/height:100%;float:left;width:0;margin-top:-32767px;/* thank you <NAME> - negate effect of float*/} body, dl, dt, dd, ol, ul, pre, form, field, p, blockquote, th, td, h1, h2, h3, h4...
Public/Style/style1.css
@charset "utf-8"; /* CSS Document */ html, body { height: 100%;} /*Opera Fix*/ body:before {/* thanks to Maleika (Kohoutec)*//*content:"";*/height:100%;float:left;width:0;margin-top:-32767px;/* thank you <NAME> - negate effect of float*/} body, dl, dt, dd, ol, ul, pre, form, field, p, blockquote, th, td, h1, h2, h3, h4...
0.308503
0.091342
@font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 100; src: url('../fonts/roboto-slab-v13-latin-100.eot'); /* IE9 Compat Modes */ src: local(''), local(''), url('../fonts/roboto-slab-v13-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/robot...
inst/www/fonts/css/roboto-slab.css
@font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 100; src: url('../fonts/roboto-slab-v13-latin-100.eot'); /* IE9 Compat Modes */ src: local(''), local(''), url('../fonts/roboto-slab-v13-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/robot...
0.153264
0.040313
*, . border-box, :: after, :: before { tamanho da caixa: border-box } * { margin: 0; padding: 0 } .margin, .space { margin: 0 auto } .align-center { justificar -content: center; align-items: center } .container { display: flex } .container-line { display: inline-flex } .wrap { flex-wrap: wrap } ...
css/the-grid.min.css
*, . border-box, :: after, :: before { tamanho da caixa: border-box } * { margin: 0; padding: 0 } .margin, .space { margin: 0 auto } .align-center { justificar -content: center; align-items: center } .container { display: flex } .container-line { display: inline-flex } .wrap { flex-wrap: wrap } ...
0.505127
0.089893
body { text-align: center; font-size: 12px; line-height: 18px; } body,a { color: #333; } p { padding-bottom: 10px; } .reset { /* border: 1px solid black; */ margin: 10px; padding: 10px; text-decoration: none; /* padding-top: 9px; */ width: 6%; background: black; /* color: white; */ ...
css/core.css
body { text-align: center; font-size: 12px; line-height: 18px; } body,a { color: #333; } p { padding-bottom: 10px; } .reset { /* border: 1px solid black; */ margin: 10px; padding: 10px; text-decoration: none; /* padding-top: 9px; */ width: 6%; background: black; /* color: white; */ ...
0.266739
0.070017
= Table of Css 1.Import Google Fonts 2.Page-Loader 3.GENERAL 4.PARALLAX 5.NAVBAR 6.HOME/ SLIDER 7.SERVICES 8.PORTFOLIO / WORKS 9.HERO-SECTION 10.TESTIMONIALS 11.ABOUT 12.TWITTWER-TWEET 13.PRICING 14.NEWS-LETTER 15.BLOG 16.CONTACT 17.FOOTER 18.BACK-TO-TOP --------------------------------------------...
public/default/css/style.css
= Table of Css 1.Import Google Fonts 2.Page-Loader 3.GENERAL 4.PARALLAX 5.NAVBAR 6.HOME/ SLIDER 7.SERVICES 8.PORTFOLIO / WORKS 9.HERO-SECTION 10.TESTIMONIALS 11.ABOUT 12.TWITTWER-TWEET 13.PRICING 14.NEWS-LETTER 15.BLOG 16.CONTACT 17.FOOTER 18.BACK-TO-TOP --------------------------------------------...
0.188249
0.090013
ul.emoji-list * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ul.emoji-list li { font-size: 36px; float: left; display: inline-block; padding: 2px; margin: 4px; } img.emoji { cursor: pointer; height: 1em; width: 1em; margin: 0 .05em 0 .1em; ...
packages/300_template_src/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css
ul.emoji-list * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ul.emoji-list li { font-size: 36px; float: left; display: inline-block; padding: 2px; margin: 4px; } img.emoji { cursor: pointer; height: 1em; width: 1em; margin: 0 .05em 0 .1em; ...
0.318273
0.071235
.main{ background-image: url('../images/witcher3.jpg'); background-position: center; background-size: cover; padding: 15px 0; min-height: 800px; } .main header{ position: relative; padding-bottom: 0px; border-bottom: 4px solid white; } .layer{ position: absolute; left: 0; top...
css/style.css
.main{ background-image: url('../images/witcher3.jpg'); background-position: center; background-size: cover; padding: 15px 0; min-height: 800px; } .main header{ position: relative; padding-bottom: 0px; border-bottom: 4px solid white; } .layer{ position: absolute; left: 0; top...
0.446012
0.106924
@import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do); /* These things (html and body are actually for the footer)*/ html { height: 100%; } /*.name { text-align: center; color: white; width: 96%; padding: 10vh 2% 0% 2%; font-family: 'Nothing You Could Do', cursive; text-shadow: 2px ...
styles/cv.css
@import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do); /* These things (html and body are actually for the footer)*/ html { height: 100%; } /*.name { text-align: center; color: white; width: 96%; padding: 10vh 2% 0% 2%; font-family: 'Nothing You Could Do', cursive; text-shadow: 2px ...
0.362969
0.114988
@-moz-document url-prefix("http://www.sparknotes.com/lit"), url-prefix("http://sparknotes.com/lit") { /* Support Merriweather font */ @font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: local('Merriweather'), url(http://fonts.gstatic.com/s/merriweather/v7/RFda8w1V0eDZheqfcyQ4EHhCUOG...
data/usercss/104392.user.css
@-moz-document url-prefix("http://www.sparknotes.com/lit"), url-prefix("http://sparknotes.com/lit") { /* Support Merriweather font */ @font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: local('Merriweather'), url(http://fonts.gstatic.com/s/merriweather/v7/RFda8w1V0eDZheqfcyQ4EHhCUOG...
0.338624
0.099733
.mt-zero { margin-top: var(--spacing-none); } .mt-tiny { margin-top: var(--spacing-tiny); } .mt-tiny-xl { margin-top: var(--spacing-tiny-xl); } .mt-tiny-xxl { margin-top: var(--spacing-tiny-xxl); } .mt-small { margin-top: var(--spacing-small); } .mt-small-xl { margin-top: var(-...
src/_spacing.css
.mt-zero { margin-top: var(--spacing-none); } .mt-tiny { margin-top: var(--spacing-tiny); } .mt-tiny-xl { margin-top: var(--spacing-tiny-xl); } .mt-tiny-xxl { margin-top: var(--spacing-tiny-xxl); } .mt-small { margin-top: var(--spacing-small); } .mt-small-xl { margin-top: var(-...
0.536313
0.08882
.field_wrapper { padding: 2px; } .field_wrapper::after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .field_wrapper label { float: left; width: 10em; padding-right: 5px; } .field_wrapper div label { width: inherit; padding-right: inherit; } ...
ocradmin/static/css/forms.css
.field_wrapper { padding: 2px; } .field_wrapper::after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .field_wrapper label { float: left; width: 10em; padding-right: 5px; } .field_wrapper div label { width: inherit; padding-right: inherit; } ...
0.579519
0.199289
* { box-sizing: border-box; margin: 0; padding: 0; border: 0; } @font-face { font-family: "Iosevka"; font-display: block; font-weight: 400; font-stretch: normal; font-style: normal; src: url("assets/fonts/iosevka-regular.subset.woff2") format("woff2"), url("assets/fonts/iosevka-regular.subset.w...
style.css
* { box-sizing: border-box; margin: 0; padding: 0; border: 0; } @font-face { font-family: "Iosevka"; font-display: block; font-weight: 400; font-stretch: normal; font-style: normal; src: url("assets/fonts/iosevka-regular.subset.woff2") format("woff2"), url("assets/fonts/iosevka-regular.subset.w...
0.483405
0.079854
body { background-color: #f8f8f8; } utm_body { background-color: #f8f8f8; } #wrapper { width: 100%; } #page-wrapper { padding: 0 15px; min-height: 568px; background-color: #fff; } @media(min-width:768px) { #page-wrapper { position: inherit; margin: 0 0 0 250px; pa...
src/main/resources/META-INF/resources/designer/css/utm_custom_style.css
body { background-color: #f8f8f8; } utm_body { background-color: #f8f8f8; } #wrapper { width: 100%; } #page-wrapper { padding: 0 15px; min-height: 568px; background-color: #fff; } @media(min-width:768px) { #page-wrapper { position: inherit; margin: 0 0 0 250px; pa...
0.497559
0.063802
.wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings, .wpdt-c .wdt-datatables-admin-wrap .card.column-settings { max-width: 100%; margin-bottom: 20px; margin-top: 0; } .wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings .card-body { padding: 0 24px 16px 24px !important; background: #...
web/app/plugins/wpdatatables/assets/css/admin/edit_table.css
.wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings, .wpdt-c .wdt-datatables-admin-wrap .card.column-settings { max-width: 100%; margin-bottom: 20px; margin-top: 0; } .wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings .card-body { padding: 0 24px 16px 24px !important; background: #...
0.450118
0.071721
html { color: #333; font-size: 1em; line-height: 1.4; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; pad...
css/main.css
html { color: #333; font-size: 1em; line-height: 1.4; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; pad...
0.406509
0.098686
@font-face { font-family: 'Spoqa Han Sans'; font-weight: 300; font-display: swap; src: url('../fonts/SpoqaHanSansLight.woff2') format('woff2'), url('../fonts/SpoqaHanSansLight.woff') format('woff'), url('../fonts/SpoqaHanSansLight.otf') format('opentype'); } @font-face { font-family...
src/dolpago/content/styles/fonts.css
@font-face { font-family: 'Spoqa Han Sans'; font-weight: 300; font-display: swap; src: url('../fonts/SpoqaHanSansLight.woff2') format('woff2'), url('../fonts/SpoqaHanSansLight.woff') format('woff'), url('../fonts/SpoqaHanSansLight.otf') format('opentype'); } @font-face { font-family...
0.285571
0.065128
Created on : 23-jul-2017, 15:19:19 Author : Byron */ body { background:whitesmoke; /*border: ridge;*/ } #contenedor{ width: 98%; /*border: ridge;*/ /*margin: 15px 20px;*/ /* height: 615px;*/ height: 647px; background: #FFFFFF; } #cuerpo{ width: 75%; /* border: ri...
WebPSUTEQ/web/resources/css/ingresoestilo.css
Created on : 23-jul-2017, 15:19:19 Author : Byron */ body { background:whitesmoke; /*border: ridge;*/ } #contenedor{ width: 98%; /*border: ridge;*/ /*margin: 15px 20px;*/ /* height: 615px;*/ height: 647px; background: #FFFFFF; } #cuerpo{ width: 75%; /* border: ri...
0.177704
0.146179
.id-box { margin: 0 auto; text-align: center; font-size: 14px; } .item-box .am-u-sm-3, .item-box .am-u-sm-9, .id-box .am-u-sm-4 { padding: 0px; } .id-box .am-u-sm-4 { border-left: 1px solid #eee; border-bottom: 1px solid #eee; } a:focus, a:hover, a:active, a { color: #333; text-decoration: none; } .id-box img {...
public/css/style.css
.id-box { margin: 0 auto; text-align: center; font-size: 14px; } .item-box .am-u-sm-3, .item-box .am-u-sm-9, .id-box .am-u-sm-4 { padding: 0px; } .id-box .am-u-sm-4 { border-left: 1px solid #eee; border-bottom: 1px solid #eee; } a:focus, a:hover, a:active, a { color: #333; text-decoration: none; } .id-box img {...
0.23092
0.078926
@charset "UTF-8"; /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ /* line 10, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */ html ...
build/stylesheets/all-9410fba2.css
@charset "UTF-8"; /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ /* line 10, /Personal/Projects/ImpermanentMarker/source/stylesheets/_normalize.scss */ html ...
0.586878
0.054853
@font-face { font-family: Tiempos Headline; src: url(./fonts/TiemposHeadlineTest-Semibold.woff); } @font-face { font-family: Walfork; src: url(./fonts/Walfork-Demi.woff); } @font-face { font-family: Walfork; src: url(./fonts/Walfork-Regular.woff); } @font-face { font-family: Tiempos Light; src: url(....
resources/style.css
@font-face { font-family: Tiempos Headline; src: url(./fonts/TiemposHeadlineTest-Semibold.woff); } @font-face { font-family: Walfork; src: url(./fonts/Walfork-Demi.woff); } @font-face { font-family: Walfork; src: url(./fonts/Walfork-Regular.woff); } @font-face { font-family: Tiempos Light; src: url(....
0.414543
0.09886
table.simpleTable { border-collapse: collapse; } table.simpleTable td, table.simpleTable th { border: 1px solid #000; padding: 5px; } /* ====== shCore.css ====== */ /** * SyntaxHighlighter * http://alexgorbatchev.com/SyntaxHighlighter * * SyntaxHighlighter is donationware. If you are using it, please donate....
src/main/javadoc/syntaxhighlighter.css
table.simpleTable { border-collapse: collapse; } table.simpleTable td, table.simpleTable th { border: 1px solid #000; padding: 5px; } /* ====== shCore.css ====== */ /** * SyntaxHighlighter * http://alexgorbatchev.com/SyntaxHighlighter * * SyntaxHighlighter is donationware. If you are using it, please donate....
0.378574
0.13243
html { box-sizing: border-box; } /* line 5, d4.scss */ *, *:before, *:after { box-sizing: inherit; } /* line 9, d4.scss */ * { font-family: 'Rubik', Arial, sans-serif; font-weight: 300; } /* line 14, d4.scss */ body { background-color: #1c1c1c; text-align: center; width: 1426px; } /* line 20, d4.scss ...
0/4/d4.css
html { box-sizing: border-box; } /* line 5, d4.scss */ *, *:before, *:after { box-sizing: inherit; } /* line 9, d4.scss */ * { font-family: 'Rubik', Arial, sans-serif; font-weight: 300; } /* line 14, d4.scss */ body { background-color: #1c1c1c; text-align: center; width: 1426px; } /* line 20, d4.scss ...
0.366136
0.071689
:root { --ifm-color-primary-lightest: #2871e4; --ifm-color-primary-lighter: #1a62d2; --ifm-color-primary-light: #195dc9; --ifm-color-primary: #1755b7; --ifm-color-primary-dark: #154da5; --ifm-color-primary-darker: #14489c; --ifm-color-primary-darkest: #103b80; } /* Announcement bar */ [data-theme='ligh...
website/src/css/custom.css
:root { --ifm-color-primary-lightest: #2871e4; --ifm-color-primary-lighter: #1a62d2; --ifm-color-primary-light: #195dc9; --ifm-color-primary: #1755b7; --ifm-color-primary-dark: #154da5; --ifm-color-primary-darker: #14489c; --ifm-color-primary-darkest: #103b80; } /* Announcement bar */ [data-theme='ligh...
0.302906
0.070336
@import 'reset.css'; * { box-sizing: border-box; } :root { /* System font stacks from https://gist.github.com/don1138/5761014 */ --font-stack-serif: 'Palatino Linotype', Palatino, Palladio, 'URW Palladio L', 'Book Antiqua', Baskerville, 'Bookman Old Style', 'Bitstream Charter', 'Nimbus Roman No9 L', Garamond, 'A...
static/global.css
@import 'reset.css'; * { box-sizing: border-box; } :root { /* System font stacks from https://gist.github.com/don1138/5761014 */ --font-stack-serif: 'Palatino Linotype', Palatino, Palladio, 'URW Palladio L', 'Book Antiqua', Baskerville, 'Bookman Old Style', 'Bitstream Charter', 'Nimbus Roman No9 L', Garamond, 'A...
0.279042
0.139104
body{ padding-top: 80px; } .navbar-brand { height: 80px; font-size: 18px; line-height: 50px; } .navbar-nav>li>a { height: 80px; line-height: 50px; } .carousel-inner > .item{ min-height: 600px; background-size: cover; background-position: center center; background: url(.....
sito/css/style.css
body{ padding-top: 80px; } .navbar-brand { height: 80px; font-size: 18px; line-height: 50px; } .navbar-nav>li>a { height: 80px; line-height: 50px; } .carousel-inner > .item{ min-height: 600px; background-size: cover; background-position: center center; background: url(.....
0.377655
0.052497
@charset "UTF-8"; /*! * animate.css -http://daneden.me/animate * Version - 3.5.2 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2017 <NAME> */ .animated { animation-duration: 1.2s; /* animation-fill-mode:both;*/ } .animated.infinite { animation-iter...
css/animate.css
@charset "UTF-8"; /*! * animate.css -http://daneden.me/animate * Version - 3.5.2 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2017 <NAME> */ .animated { animation-duration: 1.2s; /* animation-fill-mode:both;*/ } .animated.infinite { animation-iter...
0.726911
0.090735
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap"); /* =============== Variables =============== */ :root { /* dark shades of primary color*/ --clr-primary-1: #4F47B8; --clr-primary-2: #5D5FEF; /* darkest grey - used for headings */ --clr-grey-1: #F1F3F7; --clr-...
src/assets/css/main.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap"); /* =============== Variables =============== */ :root { /* dark shades of primary color*/ --clr-primary-1: #4F47B8; --clr-primary-2: #5D5FEF; /* darkest grey - used for headings */ --clr-grey-1: #F1F3F7; --clr-...
0.435661
0.057865
z-index: 9999; position: absolute; display: none; top: 0px; left: 0px; /*width: 250px; background-color: #fff; padding: 5px 10px 5px 10px;*/ color: #000; border: 1px solid #888; border-radius: 5px; box-shadow: 0 1px 2px #555; box-sizing: ; } body { background: url("../../img/manin_...
frontend/web/compiled/css/main_page.css
z-index: 9999; position: absolute; display: none; top: 0px; left: 0px; /*width: 250px; background-color: #fff; padding: 5px 10px 5px 10px;*/ color: #000; border: 1px solid #888; border-radius: 5px; box-shadow: 0 1px 2px #555; box-sizing: ; } body { background: url("../../img/manin_...
0.320396
0.053354
@charset "UTF-8"; @import url(../../assets/plugin/bootstrap/css/bootstrap.css); @font-face { font-family: 'Lato-Bold'; src: url("../fonts/hinted-Lato-Bold.eot"); src: url("../fonts/hinted-Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-Bold.woff") format("woff"), url("../fonts/hinted...
assets/css/style.css
@charset "UTF-8"; @import url(../../assets/plugin/bootstrap/css/bootstrap.css); @font-face { font-family: 'Lato-Bold'; src: url("../fonts/hinted-Lato-Bold.eot"); src: url("../fonts/hinted-Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Lato-Bold.woff") format("woff"), url("../fonts/hinted...
0.233444
0.057652
@charset "utf-8"; /* CSS Document */ .wrapper{background-color: #FFF;border: 1px solid #e5e5e5;} .wrapper .admodel{height:400px;width:550px;margin-top: 20px;background-image: url(../images/tg-chang1ea8a2.png);background-repeat: no-repeat;background-position: right center;position:relative;} .wrapper .admodel .text{pos...
public/static/css/login_register.css
@charset "utf-8"; /* CSS Document */ .wrapper{background-color: #FFF;border: 1px solid #e5e5e5;} .wrapper .admodel{height:400px;width:550px;margin-top: 20px;background-image: url(../images/tg-chang1ea8a2.png);background-repeat: no-repeat;background-position: right center;position:relative;} .wrapper .admodel .text{pos...
0.239527
0.087291
#budgetTable { max-width: 1200px; overflow: auto; } #budget_table { display: flex; flex-direction: column; /* align-items: center; */ /* justify-content: center; */ padding: 16px; } #pagecontainer { max-width: 1200px; } #arm_dropdowns { display: flex; margin: auto; } #arm_dropdowns div { margin-right: 24px; ...
css/budget.css
#budgetTable { max-width: 1200px; overflow: auto; } #budget_table { display: flex; flex-direction: column; /* align-items: center; */ /* justify-content: center; */ padding: 16px; } #pagecontainer { max-width: 1200px; } #arm_dropdowns { display: flex; margin: auto; } #arm_dropdowns div { margin-right: 24px; ...
0.140543
0.058966
* { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } .container { margin: 0 auto; padding: 0 20px; max-width: 1240px; } .head-wrapper { position: relative; background-image: url(../img/picture.jpg); background-size: cover; background-position: center; min-height...
hw-10/css/styles.css
* { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } .container { margin: 0 auto; padding: 0 20px; max-width: 1240px; } .head-wrapper { position: relative; background-image: url(../img/picture.jpg); background-size: cover; background-position: center; min-height...
0.353094
0.06724
.page-window { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100vh; background-position: center; background-size: cover; } .page-window_bg-1 { background-image: url('../img/bg/1.jpg'); } .page-window_bg-2 { background-image: url('../img/bg/2.jpg');...
resources/sass/client/page-window.css
.page-window { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100vh; background-position: center; background-size: cover; } .page-window_bg-1 { background-image: url('../img/bg/1.jpg'); } .page-window_bg-2 { background-image: url('../img/bg/2.jpg');...
0.332852
0.04406
.aquaOliveDrab1, .hover_aquaOliveDrab1:hover, .active_aquaOliveDrab1:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39), inset 0 -0.5em 0.9em 0 #f1f5c8, inset 0 -0.5em 0em 0.65em rgb(197, 245, 48), inset 0 0em 0.5em 2em rgb(217, 224, 196); -moz-box-shadow: 0 0...
widgets/common/assets/shadows/aqua/aquaOliveDrab/aquaOliveDrab1.css
.aquaOliveDrab1, .hover_aquaOliveDrab1:hover, .active_aquaOliveDrab1:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(199, 222, 121, .39), inset 0 -0.5em 0.9em 0 #f1f5c8, inset 0 -0.5em 0em 0.65em rgb(197, 245, 48), inset 0 0em 0.5em 2em rgb(217, 224, 196); -moz-box-shadow: 0 0...
0.301054
0.321234
display: flex; position: relative; } @media screen and (max-height: 500px) { #area-welcome { height: 500px !important; } } /* #region introduction area */ h1 { font-size: 6em; text-transform: uppercase; } #introduction { display: flex; flex-direction: column; align-items:...
styles/area-welcome.css
display: flex; position: relative; } @media screen and (max-height: 500px) { #area-welcome { height: 500px !important; } } /* #region introduction area */ h1 { font-size: 6em; text-transform: uppercase; } #introduction { display: flex; flex-direction: column; align-items:...
0.302597
0.124532
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Provide sufficient contrast agains...
src/NetDream.Razor/wwwroot/css/site.css
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Provide sufficient contrast agains...
0.587943
0.097907
CSS Reset --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } img { display: block; border: 0; width: 100%; height: auto; } /*---------------------------------------------------...
static/styles.css
CSS Reset --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } img { display: block; border: 0; width: 100%; height: auto; } /*---------------------------------------------------...
0.326593
0.113629
[id^=NotiflixNotifyWrap] { position: fixed; z-index:1001; opacity:1; right: 10px; top: 10px; width: 280px; max-width:96%; box-sizing:border-box; background: transparent;} [id^=NotiflixNotifyWrap] * { box-sizing:border-box;} /* notify wrap off */ /* notify content on */ [id^=NotiflixNotifyWrap] > div {...
LSFX/Notiflix-1.8.0/Notiflix-1.8.0/Unminified/notiflix-1.8.0.css
[id^=NotiflixNotifyWrap] { position: fixed; z-index:1001; opacity:1; right: 10px; top: 10px; width: 280px; max-width:96%; box-sizing:border-box; background: transparent;} [id^=NotiflixNotifyWrap] * { box-sizing:border-box;} /* notify wrap off */ /* notify content on */ [id^=NotiflixNotifyWrap] > div {...
0.193223
0.057758
@font-face { font-family: 'bold'; src: url('../fonts/mbold.ttf'); font-weight: normal; font-style: normal; color:#CFF; } @font-face { font-family: 'forum'; src: url('../fonts/bitwise.ttf'); font-weight: normal; font-style: normal; color:#CFF; } @font-face { font-family: 'awsome'; src: url('../fonts/Font...
GUI/gui_final/css/style.css
@font-face { font-family: 'bold'; src: url('../fonts/mbold.ttf'); font-weight: normal; font-style: normal; color:#CFF; } @font-face { font-family: 'forum'; src: url('../fonts/bitwise.ttf'); font-weight: normal; font-style: normal; color:#CFF; } @font-face { font-family: 'awsome'; src: url('../fonts/Font...
0.1712
0.047647
@-moz-document domain(4chan.org) { img.title,div.boardSubtitle{display:none !important;} .click-me{display:none !important;} /* FUCK YOUR ADS SON */ body > div.center, body > form > div.center { display:none !important; } .click-me { display:none !important; } #boardNavDesktop { visibility: hidden;...
data/usercss/91962.user.css
@-moz-document domain(4chan.org) { img.title,div.boardSubtitle{display:none !important;} .click-me{display:none !important;} /* FUCK YOUR ADS SON */ body > div.center, body > form > div.center { display:none !important; } .click-me { display:none !important; } #boardNavDesktop { visibility: hidden;...
0.248899
0.063628
ul{list-style: none;margin: 0;padding: 0;} body{font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif;font-size: 14px;} p{margin: 0;} .logoColor{color: #64a131;} .pageColor{color:#555; } /*a.pageColor:hover{outline: none;color: #555;text-decoration: none;}*/ .pdl{padding-left: 10px ;text-align: left !important;}...
public/static/Reception/Css/usercenter-order.css
ul{list-style: none;margin: 0;padding: 0;} body{font-family: "Hiragino Sans GB","Microsoft YaHei",sans-serif;font-size: 14px;} p{margin: 0;} .logoColor{color: #64a131;} .pageColor{color:#555; } /*a.pageColor:hover{outline: none;color: #555;text-decoration: none;}*/ .pdl{padding-left: 10px ;text-align: left !important;}...
0.289071
0.041211
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, input, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{margin:0;padding:0;border:0;font-size:1...
haidao/haidao_install/template/wap/statics/css/haidao.css
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, input, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{margin:0;padding:0;border:0;font-size:1...
0.240239
0.104386
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("murobbs.plaza.fi") { /************************************************/ /* CrystalClear theme for MuroBBS (2013) */ /* for Firefox & Chrome with Stylish */ /* ------------------------------------------- */ /* created by ...
data/usercss/57025.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("murobbs.plaza.fi") { /************************************************/ /* CrystalClear theme for MuroBBS (2013) */ /* for Firefox & Chrome with Stylish */ /* ------------------------------------------- */ /* created by ...
0.236957
0.093306
body { display: flex; justify-content: center; } .ChessBoard { height: 100vh; width: 100vh; display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(8, 1fr); border: solid 1px black; } :root { --chess-bg-color: brown; } .ChessTile.Active { background-color: blue !important...
css/index.css
body { display: flex; justify-content: center; } .ChessBoard { height: 100vh; width: 100vh; display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(8, 1fr); border: solid 1px black; } :root { --chess-bg-color: brown; } .ChessTile.Active { background-color: blue !important...
0.608827
0.176672
.submit{ border-width: 0; background-color: rgb(250,250,250); color: red; } .title{ text-align: center; width: 100%; } .title .editBtn{ font-size: 20px; } .title .deleteBtn{ font-size: 20px; } .title .publishBtn{ font-size: 20px; } .table_q_detail{ width: 100%; margin: 0 auto...
public/css/Mentor/show.css
.submit{ border-width: 0; background-color: rgb(250,250,250); color: red; } .title{ text-align: center; width: 100%; } .title .editBtn{ font-size: 20px; } .title .deleteBtn{ font-size: 20px; } .title .publishBtn{ font-size: 20px; } .table_q_detail{ width: 100%; margin: 0 auto...
0.331444
0.095055
.cart-container { padding: 2rem 4rem; } .cart-item, .titles { @apply grid items-center gap-2.5 w-full text-center; grid-template-columns: 3fr 1fr 1fr 1fr; } .cart-title { font-weight: 700; font-size: 30px; text-align: center; margin-bottom: 2rem; } .cart-empty { font-weight: 600; fo...
src/pages/CartPage/CartPage.css
.cart-container { padding: 2rem 4rem; } .cart-item, .titles { @apply grid items-center gap-2.5 w-full text-center; grid-template-columns: 3fr 1fr 1fr 1fr; } .cart-title { font-weight: 700; font-size: 30px; text-align: center; margin-bottom: 2rem; } .cart-empty { font-weight: 600; fo...
0.555918
0.143487
/* http://www.the-art-of-web.com/css/format-dl/*/ .post-preview dl { border: 3px double #ccc; padding: 0.5em; } .post-preview dt{ font-weight: bold; color: red; } .post-preview dd { margin: 0; padding: 0 0 0.5em 0; } /*from http://maxdesign.com.au/articles/definition/ - 有做一些調整*/ dl.margins-...
src/input/assets/css/dl.css
/* http://www.the-art-of-web.com/css/format-dl/*/ .post-preview dl { border: 3px double #ccc; padding: 0.5em; } .post-preview dt{ font-weight: bold; color: red; } .post-preview dd { margin: 0; padding: 0 0 0.5em 0; } /*from http://maxdesign.com.au/articles/definition/ - 有做一些調整*/ dl.margins-...
0.23092
0.104477
body { background-color: rgb(228, 225, 213); color: #5b5b5b; font-family: serif; font-size: 1.2rem; position: relative; } header { display: flex; flex-direction: column; text-align: center; justify-content: center; height: 100vh; background: url('../img/coding.jpg') no-repeat center center fixed;...
style/style.css
body { background-color: rgb(228, 225, 213); color: #5b5b5b; font-family: serif; font-size: 1.2rem; position: relative; } header { display: flex; flex-direction: column; text-align: center; justify-content: center; height: 100vh; background: url('../img/coding.jpg') no-repeat center center fixed;...
0.439988
0.092278
:root { --main-bg-color: #fffffe; --second-bg-color: #e3f6f5; --headline-color: #272343; --text-color: #2d334a; --btn-bg-color: #ffd803; --btn-fg-color: #272343; --link-fg-color: #bae8e8; --error-color: #f25f4c; } * { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Ne...
src/App.css
:root { --main-bg-color: #fffffe; --second-bg-color: #e3f6f5; --headline-color: #272343; --text-color: #2d334a; --btn-bg-color: #ffd803; --btn-fg-color: #272343; --link-fg-color: #bae8e8; --error-color: #f25f4c; } * { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Ne...
0.511473
0.134975
div.filesView { overflow-y: auto; height: 100%; } td.filesview_ftitle:hover { cursor: context-menu; background-color: #ffffa0; } #filesview-splash { position: absolute; width: 100%; height: 100%; background-color: #f0f0f0; } div.filesView div.filesView-header { padding: ...
content/views/ui.filesview.css
div.filesView { overflow-y: auto; height: 100%; } td.filesview_ftitle:hover { cursor: context-menu; background-color: #ffffa0; } #filesview-splash { position: absolute; width: 100%; height: 100%; background-color: #f0f0f0; } div.filesView div.filesView-header { padding: ...
0.303629
0.161883
@font-face { font-family: "Times New Roman"; } /* set background color behind app (visible during flip transition) */ body { background: #83FC03 !important; } /* hacks to get smoother page transition, esp on older Androids */ .ui-page { -webkit-backface-visibility: hidden; -moz-backface-visibilit...
www/css/style.css
@font-face { font-family: "Times New Roman"; } /* set background color behind app (visible during flip transition) */ body { background: #83FC03 !important; } /* hacks to get smoother page transition, esp on older Androids */ .ui-page { -webkit-backface-visibility: hidden; -moz-backface-visibilit...
0.224906
0.078961
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { font-family: monospace; } .hextrapolate-footer { text-align: center; } .hextrapolate-field { display: flex; flex-grow: 5; font-size: 12px; position: relative; } .hextrapolate-field input { flex-grow: 80; font-...
src/App.css
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { font-family: monospace; } .hextrapolate-footer { text-align: center; } .hextrapolate-field { display: flex; flex-grow: 5; font-size: 12px; position: relative; } .hextrapolate-field input { flex-grow: 80; font-...
0.603581
0.071494
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("https://fhr.cdn.mozilla.net"),url-prefix("file:///"),url-prefix("https://services.addons.mozilla.org"),url-prefix("chrome://"),url-prefix("about:")/*about*/ { a:not(.button):not(#graph_median):not(#graph_all){ color:#bc360a !import...
data/usercss/101591.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("https://fhr.cdn.mozilla.net"),url-prefix("file:///"),url-prefix("https://services.addons.mozilla.org"),url-prefix("chrome://"),url-prefix("about:")/*about*/ { a:not(.button):not(#graph_median):not(#graph_all){ color:#bc360a !import...
0.152127
0.128717
display: block; } #content-mobile{ display: none; height: 100%; width: 100%; position: fixed; top: 0; left: 0; } @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap')...
style/stylesheet.css
display: block; } #content-mobile{ display: none; height: 100%; width: 100%; position: fixed; top: 0; left: 0; } @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap')...
0.313105
0.080864
@font-face { font-family: 'mdicon'; src: url("../fonts/mdicon.ttf?sx8kbt") format("truetype"), url("../fonts/mdicon.woff?sx8kbt") format("woff"), url("../fonts/mdicon.svg?sx8kbt#mdicon") format("svg"); font-weight: normal; font-style: normal; } .mdicon { /* use !important to prevent issues with browser extens...
public/css/icons.css
@font-face { font-family: 'mdicon'; src: url("../fonts/mdicon.ttf?sx8kbt") format("truetype"), url("../fonts/mdicon.woff?sx8kbt") format("woff"), url("../fonts/mdicon.svg?sx8kbt#mdicon") format("svg"); font-weight: normal; font-style: normal; } .mdicon { /* use !important to prevent issues with browser extens...
0.338514
0.070464
@charset "UTF-8"; * { margin: 0; padding: 0; } body { font-family: sans-serif; background-color: rgb(202, 200, 200); } header { text-align: center; width: 100%; height: 600px; background: url(imagens/bg-3.jpg); background-size: cover; background-position: bottom right; box-s...
exercicios/ex03u/style.css
@charset "UTF-8"; * { margin: 0; padding: 0; } body { font-family: sans-serif; background-color: rgb(202, 200, 200); } header { text-align: center; width: 100%; height: 600px; background: url(imagens/bg-3.jpg); background-size: cover; background-position: bottom right; box-s...
0.5
0.14013
margin-top: 30px; } #timeline { float: left; width: 669px; background-color: #f3f3f4; padding: 5px 10px; height: 100px; } #timeline > div:first-child { font-size: 16px; } #timeline > div:last-child { background-color: #ffffff; margin-top: 5px; height: 70px; ...
bii_webapp/apps/browse/static/browse/css/sample.css
margin-top: 30px; } #timeline { float: left; width: 669px; background-color: #f3f3f4; padding: 5px 10px; height: 100px; } #timeline > div:first-child { font-size: 16px; } #timeline > div:last-child { background-color: #ffffff; margin-top: 5px; height: 70px; ...
0.382257
0.102889
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section...
style.css
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section...
0.363308
0.061876
.feature-center { padding: 30px; float: left; width: 100%; position: relative; bottom: 0; margin-bottom: 40px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .feature-center:hover, .feature-center:focus { background: #01bafd; bottom: 10px; -webkit-box-shadow: 0px 18px 71px -...
public/css/css/backup/v_courses.css
.feature-center { padding: 30px; float: left; width: 100%; position: relative; bottom: 0; margin-bottom: 40px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .feature-center:hover, .feature-center:focus { background: #01bafd; bottom: 10px; -webkit-box-shadow: 0px 18px 71px -...
0.426083
0.119382
main { width: 480px; height: 767px; margin: auto; } .container { display: grid; height: 767px; width: 480px; grid-template-columns: 1fr 1fr; grid-template-rows: 75px 150px 125px 125px 250px 250px 80px; grid-template-areas: "a a" "b b" "c c" "d d" "e f" "g h" "i i"; } section { displ...
css/layout.css
main { width: 480px; height: 767px; margin: auto; } .container { display: grid; height: 767px; width: 480px; grid-template-columns: 1fr 1fr; grid-template-rows: 75px 150px 125px 125px 250px 250px 80px; grid-template-areas: "a a" "b b" "c c" "d d" "e f" "g h" "i i"; } section { displ...
0.327131
0.170301
background: #f7f7f7; padding: 10px; padding-bottom: 25px !important; } #support_add_content_inner { padding-top: 20px; width: 450px; line-height: 18px; margin: 0 auto; } #support_add_content_fields { } #support_add_field_theme { width: 100%; height: 21px; padding-left: 8px !important; ...
Dark soft/FISH/vkmix/css/support.css
background: #f7f7f7; padding: 10px; padding-bottom: 25px !important; } #support_add_content_inner { padding-top: 20px; width: 450px; line-height: 18px; margin: 0 auto; } #support_add_content_fields { } #support_add_field_theme { width: 100%; height: 21px; padding-left: 8px !important; ...
0.468791
0.151184
html { height: 100%; } body{ font-size:12px; height: 100%; } .layout{ padding: 15px 20px; height: 100%; } .layout .el-form{ text-align: left; margin-bottom: 15px; } /* 表格 */ .el-table .table-drag-area { display: table-row-group; } .el-table .elx-drag-item { position: absolute; display:...
examples/assets/styles/layout.css
html { height: 100%; } body{ font-size:12px; height: 100%; } .layout{ padding: 15px 20px; height: 100%; } .layout .el-form{ text-align: left; margin-bottom: 15px; } /* 表格 */ .el-table .table-drag-area { display: table-row-group; } .el-table .elx-drag-item { position: absolute; display:...
0.346984
0.07208
header { position: absolute; z-index: 100; width: 100%; background-color: transparent; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } header .top-search { display: -webkit-flex; display: -moz-box; displ...
public/css/style.css
header { position: absolute; z-index: 100; width: 100%; background-color: transparent; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } header .top-search { display: -webkit-flex; display: -moz-box; displ...
0.388154
0.068257
/* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(FontsFiles/OpenSans-Light-Latin-Ext.woff) format('woff'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* ...
public/fonts/s2b/OpenSansFont.css
/* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(FontsFiles/OpenSans-Light-Latin-Ext.woff) format('woff'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* ...
0.2227
0.067516
.courses { display: flex; flex-direction: column; height: 100%; } .course__search__row { display: flex; flex-direction: row; } .course__input { margin: 25px 15px; padding: 5px; background: white; width: 100%; font-size: 25px; border: 2px solid #6f4495; } .course__btn { ...
src/main/resources/static/css/course/allCourses.css
.courses { display: flex; flex-direction: column; height: 100%; } .course__search__row { display: flex; flex-direction: row; } .course__input { margin: 25px 15px; padding: 5px; background: white; width: 100%; font-size: 25px; border: 2px solid #6f4495; } .course__btn { ...
0.458106
0.153676
width: 64px; padding-top: 39px; } .dropdown-item svg { margin-bottom: 2px; margin-right: 7px; } #addButton svg { margin-bottom: -40px; margin-right: -3px; font-size: 23pt; } #nav-sign-up { padding: 10px; display: block; margin-right: 30px; position: relative; display: flex; ...
client/src/components/Header/Header.css
width: 64px; padding-top: 39px; } .dropdown-item svg { margin-bottom: 2px; margin-right: 7px; } #addButton svg { margin-bottom: -40px; margin-right: -3px; font-size: 23pt; } #nav-sign-up { padding: 10px; display: block; margin-right: 30px; position: relative; display: flex; ...
0.338186
0.079818
.background{ position: fixed; background-image: url('../img/blurr2.jpg'); background-repeat: repeat; background-position: center; filter: blur(2px); width: 100vw; height: 100vh; z-index: -20; } .content{ color: white; font-size: 19px; line-height: normal; letter-spacing: normal; font-family...
public/css/about.css
.background{ position: fixed; background-image: url('../img/blurr2.jpg'); background-repeat: repeat; background-position: center; filter: blur(2px); width: 100vw; height: 100vh; z-index: -20; } .content{ color: white; font-size: 19px; line-height: normal; letter-spacing: normal; font-family...
0.437583
0.071235
.main-body-content p{ text-indent: 2em; line-height: 1.5; font-family: "Source Han Sans CN"; } *, p, h1, h2, h3, ul, ol { margin: 0; padding: 0; } @font-face { font-family: geometos; src: url(../resources/Fonts/geometos.woff.ttf) format("truetype"); } @font-face { font-family: Titil...
web/CSS/main_cssstyle.css
.main-body-content p{ text-indent: 2em; line-height: 1.5; font-family: "Source Han Sans CN"; } *, p, h1, h2, h3, ul, ol { margin: 0; padding: 0; } @font-face { font-family: geometos; src: url(../resources/Fonts/geometos.woff.ttf) format("truetype"); } @font-face { font-family: Titil...
0.257672
0.07843
body { font-family: 'Poppins', sans-serif; font-weight: 300; font-size: 18px; } p { line-height: 27px; } .nav-link, .dropdown-item { font-size: 14px; font-weight: 300; } .card-title-text { margin-top: 8px; } .main-div { min-height: 100vh; } @media only screen and (min-width: 962px) ...
public/css/main.css
body { font-family: 'Poppins', sans-serif; font-weight: 300; font-size: 18px; } p { line-height: 27px; } .nav-link, .dropdown-item { font-size: 14px; font-weight: 300; } .card-title-text { margin-top: 8px; } .main-div { min-height: 100vh; } @media only screen and (min-width: 962px) ...
0.476823
0.099689
.main-window { padding: 0em 0em; spacing: 0; } .main-window .popup-menu-ornament { width: 0em; } .main-window .display-box { height: 20em; width: 25.45455em; } .main-window .search-box-label { margin: 1.81818em, 0.90909em; font-size: 0.909em; } .main-window .menuBarLeft { margin: 0; padding: 0; } .mai...
mycroft@rahul.io/stylesheet.css
.main-window { padding: 0em 0em; spacing: 0; } .main-window .popup-menu-ornament { width: 0em; } .main-window .display-box { height: 20em; width: 25.45455em; } .main-window .search-box-label { margin: 1.81818em, 0.90909em; font-size: 0.909em; } .main-window .menuBarLeft { margin: 0; padding: 0; } .mai...
0.38943
0.058777
body { padding-top: 50px; padding-bottom: 20px; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Set width on the form input elements since they're 100% wide by default */ input, select, textarea { max-width: 280px; } /* sty...
ExampleWebApp/Content/Site.css
body { padding-top: 50px; padding-bottom: 20px; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Set width on the form input elements since they're 100% wide by default */ input, select, textarea { max-width: 280px; } /* sty...
0.435661
0.088544