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 |
|---|---|---|---|---|
border-left: 3px solid #f8800c;
padding: 10px 25px 5px;
background: #FFFFFF;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
position: relative;
}
.action-count {
position: relative;
}
.action-count .dashicons {
color: #ca4a1f;
position: absolute;
right: 10px;
... | assets/admin/css/custom-admin.css | border-left: 3px solid #f8800c;
padding: 10px 25px 5px;
background: #FFFFFF;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
position: relative;
}
.action-count {
position: relative;
}
.action-count .dashicons {
color: #ca4a1f;
position: absolute;
right: 10px;
... | 0.544801 | 0.152032 |
.list-view {
background:transparent url(../images/list-off.gif) no-repeat left 50%;
}
.list-on .list-view {
background:transparent url(../images/list-on.gif) no-repeat left 50%;
}
.icons-view {
background:transparent url( ../images/icon-off.gif ) no-repeat left 50%;
}
.icons-on .icons-view {
b... | server/webapp/css/agents-tab.css | .list-view {
background:transparent url(../images/list-off.gif) no-repeat left 50%;
}
.list-on .list-view {
background:transparent url(../images/list-on.gif) no-repeat left 50%;
}
.icons-view {
background:transparent url( ../images/icon-off.gif ) no-repeat left 50%;
}
.icons-on .icons-view {
b... | 0.384565 | 0.119485 |
html { font-family: sans-serif; background: rgb(212, 212, 212); padding: 1rem; }
body { width: 960px; margin: 0 auto; background: white; }
.disable-select{
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz... | app/static/style.css | html { font-family: sans-serif; background: rgb(212, 212, 212); padding: 1rem; }
body { width: 960px; margin: 0 auto; background: white; }
.disable-select{
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz... | 0.468547 | 0.072604 |
/* Equivalent to Vim's Normal group. */
.cm-s-abbott.CodeMirror {
background: #231c14 /* bistre */;
color: #d8ff84 /* pastel_chartreuse */;
}
/* Roughly equivalent to Vim's LineNr group. */
.cm-s-abbott .CodeMirror-gutters {
background: #231c14 /* bistre */;
border: none;
}
.cm-s-abbott .CodeMirro... | public/static/plugins/AdminLTE/plugins/codemirror/theme/abbott.css |
/* Equivalent to Vim's Normal group. */
.cm-s-abbott.CodeMirror {
background: #231c14 /* bistre */;
color: #d8ff84 /* pastel_chartreuse */;
}
/* Roughly equivalent to Vim's LineNr group. */
.cm-s-abbott .CodeMirror-gutters {
background: #231c14 /* bistre */;
border: none;
}
.cm-s-abbott .CodeMirro... | 0.398524 | 0.068569 |
.countdown-row {
margin: 1.25rem 0;
text-align: center;
}
.countdown-number {
padding: 1.25rem;
display:inline-block
}
section{
padding: 30px 0;
}
.display-1 {
font-family: 'Teko', sans-serif;
font-size: 4.6rem;
line-height: 1.1;
}
.display-1 > .mbr-iconfont {
font-size: 5.75rem;
}
... | td-countdown/countdown.css | .countdown-row {
margin: 1.25rem 0;
text-align: center;
}
.countdown-number {
padding: 1.25rem;
display:inline-block
}
section{
padding: 30px 0;
}
.display-1 {
font-family: 'Teko', sans-serif;
font-size: 4.6rem;
line-height: 1.1;
}
.display-1 > .mbr-iconfont {
font-size: 5.75rem;
}
... | 0.259075 | 0.086246 |
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/*Indicamos que todos los elementos tendrán el siguiente padding y borde*/
* {
box-sizing: border-box;
}
/*Indicamos que el body tendrá la fuente especificada y 0 de margen entre los elementos (Así conseguimos que los elementos se peguen al borde ... | public/css/estilos.css | @import url('https://fonts.googleapis.com/css?family=Montserrat');
/*Indicamos que todos los elementos tendrán el siguiente padding y borde*/
* {
box-sizing: border-box;
}
/*Indicamos que el body tendrá la fuente especificada y 0 de margen entre los elementos (Así conseguimos que los elementos se peguen al borde ... | 0.175538 | 0.35056 |
.cb-slideshow,
.cb-slideshow:after {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 0;
}
.cb-slideshow:after {
content: '';
background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
width: 100%;
height: 100%;
... | css/styles.css | .cb-slideshow,
.cb-slideshow:after {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 0;
}
.cb-slideshow:after {
content: '';
background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
width: 100%;
height: 100%;
... | 0.347094 | 0.076339 |
:host [data-h2-menu] {
font-family: var(--gcds-font-families-heading), sans-serif;
font-size: var(--gcds-font-sizes-paragraph);
line-height: var(--gcds-line-heights-paragraph);
background-color: var(--gcds-site-menu-default-background);
color: var(--gcds-site-menu-default-text);
* {
font-family: inheri... | src/components/gcds-site-menu/gcds-site-menu.css | :host [data-h2-menu] {
font-family: var(--gcds-font-families-heading), sans-serif;
font-size: var(--gcds-font-sizes-paragraph);
line-height: var(--gcds-line-heights-paragraph);
background-color: var(--gcds-site-menu-default-background);
color: var(--gcds-site-menu-default-text);
* {
font-family: inheri... | 0.461259 | 0.154663 |
.bottom-nav li,.feature-container .feature-desc li,.menu-wrapper li {
list-style: none
}
.bottom-nav a,.fixed-top-wrapper a,.menu-wrapper a {
text-decoration: none
}
body {
overflow-x: hidden;
background-color: #fff
}
input.error,select.error {
border: 1px solid red!important
}
label.error {
color: red;
font... | public/static/advance/css/app.css | .bottom-nav li,.feature-container .feature-desc li,.menu-wrapper li {
list-style: none
}
.bottom-nav a,.fixed-top-wrapper a,.menu-wrapper a {
text-decoration: none
}
body {
overflow-x: hidden;
background-color: #fff
}
input.error,select.error {
border: 1px solid red!important
}
label.error {
color: red;
font... | 0.259263 | 0.117572 |
@font-face {
font-family: "Comfortaa";
src: url("/font/regular.ttf");
font-weight: normal;
}
@font-face {
font-family: "Comfortaa";
src: url("/font/bold.ttf");
font-weight: bold;
}
@font-face {
font-family: "Comfortaa";
src: url("/font/light.ttf");
font-weight: lighter;
}
*, body,... | public/css/global.css | @font-face {
font-family: "Comfortaa";
src: url("/font/regular.ttf");
font-weight: normal;
}
@font-face {
font-family: "Comfortaa";
src: url("/font/bold.ttf");
font-weight: bold;
}
@font-face {
font-family: "Comfortaa";
src: url("/font/light.ttf");
font-weight: lighter;
}
*, body,... | 0.649356 | 0.104295 |
html{
scroll-behavior: smooth;
}
.navbar{
z-index: 1;
background-color: transparent;
}
.navbar .container{
opacity: 0.9;
}
.carousel{
z-index: 0;
}
.carousel img{
height: 700px;
}
.carousel-caption{
margin-bottom: 250px;
}
.carousel-caption .display-4{
font-weight: 200;
text... | assets/css/style.css | html{
scroll-behavior: smooth;
}
.navbar{
z-index: 1;
background-color: transparent;
}
.navbar .container{
opacity: 0.9;
}
.carousel{
z-index: 0;
}
.carousel img{
height: 700px;
}
.carousel-caption{
margin-bottom: 250px;
}
.carousel-caption .display-4{
font-weight: 200;
text... | 0.528533 | 0.085366 |
/*General*/
html {font-size: 0.75em;}
body {
background-color: #006699;
color: #253946;
}
* {
font-family: Verdana, Arial, Sans, sans-serif;
margin: 0;
padding: 0;
border: 0;
font-size: 1em;
}
ul, ol, dl {margin: 0.5em 1em}
li {margin-left: 1.5em; line-height: 1.5em;}
option {padding-left: 0.75em}
#subheader ul... | themes/Atlantis/styles.css |
/*General*/
html {font-size: 0.75em;}
body {
background-color: #006699;
color: #253946;
}
* {
font-family: Verdana, Arial, Sans, sans-serif;
margin: 0;
padding: 0;
border: 0;
font-size: 1em;
}
ul, ol, dl {margin: 0.5em 1em}
li {margin-left: 1.5em; line-height: 1.5em;}
option {padding-left: 0.75em}
#subheader ul... | 0.3295 | 0.100923 |
.handsontable.htAutoSize {
visibility: hidden;
left: -99000px;
position: absolute;
top: -99000px;
}
.handsontable .wtHider {
width: 0;
}
.handsontable .wtSpreader {
position: relative;
width: 0; /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
height: auto;... | src/css/handsontable.css | .handsontable.htAutoSize {
visibility: hidden;
left: -99000px;
position: absolute;
top: -99000px;
}
.handsontable .wtHider {
width: 0;
}
.handsontable .wtSpreader {
position: relative;
width: 0; /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
height: auto;... | 0.586523 | 0.15006 |
.clearfix:before,.clearfix:after{content:"";height:0;line-height: 0;display: block;clear: both;visibility: hidden;}
.clearfix{zoom:1;}
body{
background: #e6e6e6;
}
a{
color: #444;
}
p{
margin: 0;
color: #444;
font-family: "微软雅黑";
text-align: left;
}
h1, h2, h3, h4, h5, h6{
margin: 0;
}
.left{
float: left;
}... | assets/css/wap/common.css | .clearfix:before,.clearfix:after{content:"";height:0;line-height: 0;display: block;clear: both;visibility: hidden;}
.clearfix{zoom:1;}
body{
background: #e6e6e6;
}
a{
color: #444;
}
p{
margin: 0;
color: #444;
font-family: "微软雅黑";
text-align: left;
}
h1, h2, h3, h4, h5, h6{
margin: 0;
}
.left{
float: left;
}... | 0.28398 | 0.083255 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inspiration&family=Kaushan+Script&display=swap');
@font-face {
font-family: 'Android';
src: url('./fontes/idroid.otf') format('opentype');
/*
usar ./ = mesma pasta
usar ../ = volte uma pasta
*/
font-w... | projeto/style.android.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inspiration&family=Kaushan+Script&display=swap');
@font-face {
font-family: 'Android';
src: url('./fontes/idroid.otf') format('opentype');
/*
usar ./ = mesma pasta
usar ../ = volte uma pasta
*/
font-w... | 0.380759 | 0.143788 |
.choose_slider_items li {
position: relative;
list-style: none;
display: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.choose_slider_items .previous_hidden {
display: block;
transform: scale(0.... | assets/css/animated-slider.css |
.choose_slider_items li {
position: relative;
list-style: none;
display: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.choose_slider_items .previous_hidden {
display: block;
transform: scale(0.... | 0.366476 | 0.066116 |
body {
margin: 0;
background: url('../img/wheat.png');
}
h1 {
margin: 0;
display: flex;
align-items: center;
}
header h1.line::after {
position: absolute;
content: "";
background: rgba(222,36,33, 0.9);
height: 40%;
width: 100%;
padding-right: 14px;
left: -5px;
bott... | public/css/main.css | body {
margin: 0;
background: url('../img/wheat.png');
}
h1 {
margin: 0;
display: flex;
align-items: center;
}
header h1.line::after {
position: absolute;
content: "";
background: rgba(222,36,33, 0.9);
height: 40%;
width: 100%;
padding-right: 14px;
left: -5px;
bott... | 0.57069 | 0.114715 |
@charset "UTF-8";
/*
Copyright 2016 the Queen's University Biological Station
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unle... | src/assets/style.css | @charset "UTF-8";
/*
Copyright 2016 the Queen's University Biological Station
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unle... | 0.575707 | 0.086054 |
body {
padding: 0px;
}
.em-text {
color:orange !important;
}
.col-md-4{
margin-bottom:20px;
}
section {
padding:40px 0 40px 0;
}
section#title-bar{
padding:0;
margin:0;
height:80px;
background:#1caa98;
color:#fff;
}
section#title-bar h1{
margin-bottom:20px;
}
.jumbotron{
ba... | css/style.css | body {
padding: 0px;
}
.em-text {
color:orange !important;
}
.col-md-4{
margin-bottom:20px;
}
section {
padding:40px 0 40px 0;
}
section#title-bar{
padding:0;
margin:0;
height:80px;
background:#1caa98;
color:#fff;
}
section#title-bar h1{
margin-bottom:20px;
}
.jumbotron{
ba... | 0.181662 | 0.037609 |
@charset "UTF-8";
/******************************************************************
Theme Name: Aler
Description:
Author:
Author URI:
Version: 1.0
Created:
******************************************************************/
/*------------------------------------------------------------------
[Table of contents]
... | public/css/style.css | @charset "UTF-8";
/******************************************************************
Theme Name: Aler
Description:
Author:
Author URI:
Version: 1.0
Created:
******************************************************************/
/*------------------------------------------------------------------
[Table of contents]
... | 0.35209 | 0.053825 |
| 1. font import [60]
| 2. Global [66]
2.1 Button [89]
2.2 Navbar [153]
2.3 Header [250]
2.4 Form [310]
2.5 Pagination [350]
2.6 Typography [384]
2.7 Common properties [420]
2.8 Footer [508]
2.9 Section Spacing [646]
| 3. Home page [656]
3.1 Header [660]
3.2 Intro [711]
3.3 Feature [748]
3.... | shop/static/css/style.css | | 1. font import [60]
| 2. Global [66]
2.1 Button [89]
2.2 Navbar [153]
2.3 Header [250]
2.4 Form [310]
2.5 Pagination [350]
2.6 Typography [384]
2.7 Common properties [420]
2.8 Footer [508]
2.9 Section Spacing [646]
| 3. Home page [656]
3.1 Header [660]
3.2 Intro [711]
3.3 Feature [748]
3.... | 0.143338 | 0.394143 |
@-webkit-keyframes um-ajax-spinning {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-moz-keyframes um-ajax-spinning {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
... | TeamUpWordpress/wp-content/plugins/um-groups/assets/css/um-members.css | @-webkit-keyframes um-ajax-spinning {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-moz-keyframes um-ajax-spinning {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
... | 0.342901 | 0.067454 |
/* @override http://localhost:3000/stylesheets/screen.css?1216299359 */
/* @override http://localhost:3000/stylesheets/screen.css?1216299359 */
/**
* Global whitespace reset
*/
h1, h2, h3, h4, h5, h6, p, form,
label, fieldset, address, fieldset { margin:0; padding:0; }
/* ul, ol, dl, li, dd, blockquote, pre, */
... | public/stylesheets/screen.css | /* @override http://localhost:3000/stylesheets/screen.css?1216299359 */
/* @override http://localhost:3000/stylesheets/screen.css?1216299359 */
/**
* Global whitespace reset
*/
h1, h2, h3, h4, h5, h6, p, form,
label, fieldset, address, fieldset { margin:0; padding:0; }
/* ul, ol, dl, li, dd, blockquote, pre, */
... | 0.245085 | 0.058912 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&display=swap");
html,
body {
height: 100%;
font-family: "Montserrat", sans-serif;
-webkit-font-smoothing: antialiased;
}
body {
padding-left: 90px;
}
@media (max-width: 420px) {
body {
padding-... | css/style.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&display=swap");
html,
body {
height: 100%;
font-family: "Montserrat", sans-serif;
-webkit-font-smoothing: antialiased;
}
body {
padding-left: 90px;
}
@media (max-width: 420px) {
body {
padding-... | 0.218586 | 0.059757 |
.subreddit-card {
padding-right: var(--spacing-2);
width: 99%;
border: 2px solid #000080;
box-sizing: border-box;
background: lightgray;
}
.subreddit-card h2 {
margin-top: 0;
color: black;
text-align: center;
}
.subreddit-card h2 span {
background-color: var(--light-khaki);
}
.subreddit-card button... | src/features/Subreddits/Subreddits.css | .subreddit-card {
padding-right: var(--spacing-2);
width: 99%;
border: 2px solid #000080;
box-sizing: border-box;
background: lightgray;
}
.subreddit-card h2 {
margin-top: 0;
color: black;
text-align: center;
}
.subreddit-card h2 span {
background-color: var(--light-khaki);
}
.subreddit-card button... | 0.50952 | 0.11221 |
::-webkit-scrollbar {
width: 6px;
height: 6px;
border-radius:3px;
}
::-webkit-scrollbar-track {
background-color: #eaeaea;
/*border-left: 1px solid #ccc;*/
}
::-webkit-scrollbar-thumb {
background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
background-color: #aaa;
}
body{
font-weight... | assets/styles/x_app.css | ::-webkit-scrollbar {
width: 6px;
height: 6px;
border-radius:3px;
}
::-webkit-scrollbar-track {
background-color: #eaeaea;
/*border-left: 1px solid #ccc;*/
}
::-webkit-scrollbar-thumb {
background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
background-color: #aaa;
}
body{
font-weight... | 0.188884 | 0.052497 |
@charset "UTF-8";
/* ----------------------------------------------------
* reset style
* -------------------------------------------------- */
/* for new HTML5 elements */
section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary {
display: block; }
body {
font-family: "ヒラギノ角ゴ Pro W3",... | style/style.css | @charset "UTF-8";
/* ----------------------------------------------------
* reset style
* -------------------------------------------------- */
/* for new HTML5 elements */
section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary {
display: block; }
body {
font-family: "ヒラギノ角ゴ Pro W3",... | 0.385837 | 0.082734 |
@charset "UTF-8";
/* ==========================================================================
Breakpoint helper
Usage:
body {
background-color: #fff;
@include bp(sm) {
background-color: #ccc;
}
@include bp(md) {
background-color: #999;
}
@include bp(lg) {
background-color: #666;
}
}
=... | html/themes/example-app/assets/build/css/main.css | @charset "UTF-8";
/* ==========================================================================
Breakpoint helper
Usage:
body {
background-color: #fff;
@include bp(sm) {
background-color: #ccc;
}
@include bp(md) {
background-color: #999;
}
@include bp(lg) {
background-color: #666;
}
}
=... | 0.300438 | 0.041931 |
.content {
padding-top: 12px;
/*padding-bottom: 20px;*/
font-size: 16px;
}
.content pre {
border: none;
background: none;
display: inline;
margin: 0;
padding: 0;
white-space: normal;
}
.experience {
padding-top: 5px;
padding-bottom: 5px;
}
.experienceSection {
font-siz... | src/pages/index.module.css | .content {
padding-top: 12px;
/*padding-bottom: 20px;*/
font-size: 16px;
}
.content pre {
border: none;
background: none;
display: inline;
margin: 0;
padding: 0;
white-space: normal;
}
.experience {
padding-top: 5px;
padding-bottom: 5px;
}
.experienceSection {
font-siz... | 0.359252 | 0.095729 |
body{
margin: 0;
padding: 0;
}
.navbar{
background: transparent;
}
.navbar-brand{
font-size: 35px;
padding-left: 20px;
font-family: 'Alegreya Sans SC', sans-serif;
}
.navbar-light .navbar-brand {
color: white !important;
font-weight: 100;
}
.navbar-light .navbar-brand:hover... | css/style.css | body{
margin: 0;
padding: 0;
}
.navbar{
background: transparent;
}
.navbar-brand{
font-size: 35px;
padding-left: 20px;
font-family: 'Alegreya Sans SC', sans-serif;
}
.navbar-light .navbar-brand {
color: white !important;
font-weight: 100;
}
.navbar-light .navbar-brand:hover... | 0.440229 | 0.07088 |
@font-face {
font-family: "lai";
src: url("../story/setofont.ttf");
}
body,
html {
font-family: "lai",'微軟正黑體';
width: 100%;
height: 100%;
color: #5a5959;
overflow: hidden;
-webkit-text-size-adjust: 100%;
}
body .hide p{
display: none;
}
.wrap {
width: 100%;
height: 100%;
... | web/firehuman/css/information.css | @font-face {
font-family: "lai";
src: url("../story/setofont.ttf");
}
body,
html {
font-family: "lai",'微軟正黑體';
width: 100%;
height: 100%;
color: #5a5959;
overflow: hidden;
-webkit-text-size-adjust: 100%;
}
body .hide p{
display: none;
}
.wrap {
width: 100%;
height: 100%;
... | 0.343342 | 0.082217 |
auto 20px auto;color:#777;line-height:1.9}#TN-footer a:link,#TN-footer a:visited,#TN-footer a:hover,#TN-faq a:link,#TN-faq a:visited,#TN-faq a:hover{color:#777;text-decoration:none}#TN-footer
p{line-height:1.9;text-align:center}#TN-footer
img{display:inline}.TN-clear{clear:both;height:0;line-height:0;overflow:hidden}#T... | public/style/home/p_order/common_foot.css | auto 20px auto;color:#777;line-height:1.9}#TN-footer a:link,#TN-footer a:visited,#TN-footer a:hover,#TN-faq a:link,#TN-faq a:visited,#TN-faq a:hover{color:#777;text-decoration:none}#TN-footer
p{line-height:1.9;text-align:center}#TN-footer
img{display:inline}.TN-clear{clear:both;height:0;line-height:0;overflow:hidden}#T... | 0.211417 | 0.111531 |
*,
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
padding: 40px;
}
#canvas {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 2;
}
.color {
color: #eee... | cats/css/style.css | *,
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
padding: 40px;
}
#canvas {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 2;
}
.color {
color: #eee... | 0.219421 | 0.173954 |
@-moz-document domain("news.ycombinator.com") {
body {
background: #2b3033 !important;
color: #f0ffff !important;
font-family: "Open Sans", "Bitstream Vera Sans", Verdana, Geneva, sans-serif !important;
}
a:link { color:#b1bcbc !important; }
a:vis... | HackerNews-BluishGray.user.css | @-moz-document domain("news.ycombinator.com") {
body {
background: #2b3033 !important;
color: #f0ffff !important;
font-family: "Open Sans", "Bitstream Vera Sans", Verdana, Geneva, sans-serif !important;
}
a:link { color:#b1bcbc !important; }
a:vis... | 0.264263 | 0.135546 |
.gcard-thumbnail__container {
margin-left: 1rem;
margin-right: 1rem;
width: 50px;
height: 50px; }
html[dir="rtl"] .gcard-thumbnail__container {
margin-right: 1rem; }
html[dir="rtl"] .gcard-thumbnail__container {
margin-left: 1rem; }
.gcard-thumbnail__svg-container > svg {
width: 100%;
height: 1... | node_modules/arcgis-js-api/components/GroupCards/GroupCheckCard/index.css | .gcard-thumbnail__container {
margin-left: 1rem;
margin-right: 1rem;
width: 50px;
height: 50px; }
html[dir="rtl"] .gcard-thumbnail__container {
margin-right: 1rem; }
html[dir="rtl"] .gcard-thumbnail__container {
margin-left: 1rem; }
.gcard-thumbnail__svg-container > svg {
width: 100%;
height: 1... | 0.414662 | 0.042983 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,600&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: var(--font-primaria);
}
body{
overflow-x: hidden;
}
:root{
--font-primaria: 'Montserrat', Arial;
--branco-primario: ... | style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,600&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: var(--font-primaria);
}
body{
overflow-x: hidden;
}
:root{
--font-primaria: 'Montserrat', Arial;
--branco-primario: ... | 0.376967 | 0.114765 |
body {
background:#fff;
color:#111;
font-size:125%;
line-height:140%;
margin:1em 1em 1em 2em;
padding:0;
}
div#container {
float:left;
margin:0 0 0 -200px;
width:100%;
}
div#content {
margin:0 0 0 200px;
}
div.sidebar {
float:right;
overflow:hidden;
width:150px;
}
div#secondary {
clear:rig... | tests/data/wpcom-themes/sandbox-097/sandbox-spartan/spartan-style.css | body {
background:#fff;
color:#111;
font-size:125%;
line-height:140%;
margin:1em 1em 1em 2em;
padding:0;
}
div#container {
float:left;
margin:0 0 0 -200px;
width:100%;
}
div#content {
margin:0 0 0 200px;
}
div.sidebar {
float:right;
overflow:hidden;
width:150px;
}
div#secondary {
clear:rig... | 0.308086 | 0.064683 |
---------------------------------------------------------------------- */
a,
.header-widget li i,
.menu > li a.current.with-ul:after,
.menu > li.sfHover .with-ul:after,
.featured-service i,
.stage i,
.stage span,
#breadcrumbs ul li a:hover,
.details li a:hover,
.meta-tags span a:hover,
.image-edge-content h4,
.headlin... | css/colors/red.css | ---------------------------------------------------------------------- */
a,
.header-widget li i,
.menu > li a.current.with-ul:after,
.menu > li.sfHover .with-ul:after,
.featured-service i,
.stage i,
.stage span,
#breadcrumbs ul li a:hover,
.details li a:hover,
.meta-tags span a:hover,
.image-edge-content h4,
.headlin... | 0.314577 | 0.068569 |
@media only screen and (min-width: 1170px) {
.is-hidden {
visibility: hidden;
}
}
.timeline {
overflow: hidden;
margin: 2em auto;
}
.timeline-container {
position: relative;
width: 90%;
max-width: 1170px;
margin: 0 auto;
padding: 2em 0;
}
.timeline-container::before {
content: '';
position... | public/contents/admin/assets/plugins/vertical-timeline/vertical-timeline.css | @media only screen and (min-width: 1170px) {
.is-hidden {
visibility: hidden;
}
}
.timeline {
overflow: hidden;
margin: 2em auto;
}
.timeline-container {
position: relative;
width: 90%;
max-width: 1170px;
margin: 0 auto;
padding: 2em 0;
}
.timeline-container::before {
content: '';
position... | 0.517571 | 0.11004 |
@namespace oxy "http://www.oxygenxml.com/extensions/author";
/*
* ==================================================
* ==================================================
*
* langRef/containers/ut-d.html
*
* The utilities domain elements represent common
* features of a language that may not necessarily be
... | dita-ot-3.x/plugins/com.oxygenxml.pdf.css/css/core/-domain-ut-d.css | @namespace oxy "http://www.oxygenxml.com/extensions/author";
/*
* ==================================================
* ==================================================
*
* langRef/containers/ut-d.html
*
* The utilities domain elements represent common
* features of a language that may not necessarily be
... | 0.309963 | 0.133274 |
@import url(https://unpkg.com/nes.css/css/nes-core.min.css);
@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css");
body, div#app {
display: flex;
flex-direction: column;
align-items: center;
}
#game-c... | css/gridworld.css | @import url(https://unpkg.com/nes.css/css/nes-core.min.css);
@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css");
body, div#app {
display: flex;
flex-direction: column;
align-items: center;
}
#game-c... | 0.4436 | 0.120879 |
@import url("https://fonts.googleapis.com/css2?family=Chilanka&family=Great+Vibes&family=Open+Sans:wght@300&display=swap");
/* Global Reset */
*, *::before, *::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--headline-font: "Great Vibes", cursive;
--pink-color: #e8b2bf;
--body-font: "Ope... | styles.css | @import url("https://fonts.googleapis.com/css2?family=Chilanka&family=Great+Vibes&family=Open+Sans:wght@300&display=swap");
/* Global Reset */
*, *::before, *::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--headline-font: "Great Vibes", cursive;
--pink-color: #e8b2bf;
--body-font: "Ope... | 0.451085 | 0.076926 |
html {
overflow: hidden;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0px; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
background: #FF0000;
}
body {
width: ... | main/ui/index.css | html {
overflow: hidden;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0px; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
background: #FF0000;
}
body {
width: ... | 0.29088 | 0.067301 |
.mini-cal{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: Verdana, sans-serif;
padding-bottom: 0;
background: #fff;
color: #7fbb35;
}
#calTitle{
display: flex;
justify-content: space-between;
-ms-align-items: center... | assets/frontend/css/mini-event-calendar.css | .mini-cal{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: Verdana, sans-serif;
padding-bottom: 0;
background: #fff;
color: #7fbb35;
}
#calTitle{
display: flex;
justify-content: space-between;
-ms-align-items: center... | 0.411229 | 0.106598 |
@charset "utf-8";
/* CSS Document */
#section_bg{
background:url(../gfx/layout/headers/venue.jpg) top no-repeat;
}
/**
*
* Section specific structure
* -----------------------------
*/
#content{
float:right;
}
#sidebar{
float:left;
}
/**
*
* Custom Structure for Hotels (& Posters??)
* -----------------... | public/includes-templates/democonf/css/venue.css | @charset "utf-8";
/* CSS Document */
#section_bg{
background:url(../gfx/layout/headers/venue.jpg) top no-repeat;
}
/**
*
* Section specific structure
* -----------------------------
*/
#content{
float:right;
}
#sidebar{
float:left;
}
/**
*
* Custom Structure for Hotels (& Posters??)
* -----------------... | 0.279927 | 0.055081 |
.fp-slidesNav ul li a.active span {
background: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
border-color:#fff;
}
.bgcolor {
background: #ee9ca7;
background: -webkit-linear-gradient(top left, #ee9ca7 0%, #ee9ca7 100%);
background: linear-gradient(to bottom right, #ee9ca7 0%, #ee9ca7 10... | birthday-basic/css/memories.css | .fp-slidesNav ul li a.active span {
background: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
border-color:#fff;
}
.bgcolor {
background: #ee9ca7;
background: -webkit-linear-gradient(top left, #ee9ca7 0%, #ee9ca7 100%);
background: linear-gradient(to bottom right, #ee9ca7 0%, #ee9ca7 10... | 0.33939 | 0.074231 |
@font-face {
font-family: 'Chunkfive';
src: url("../fonts/chunkfive/Chunkfive.otf"), url("../fonts/chunkfive/Chunkfive.otf"); }
.search-form button {
margin-top: 10px; }
.landing-page {
background: url("../images/bg_landing.jpg") no-repeat center center fixed;
background-size: cover;
height: 100%;
left: ... | template/css/main.css | @font-face {
font-family: 'Chunkfive';
src: url("../fonts/chunkfive/Chunkfive.otf"), url("../fonts/chunkfive/Chunkfive.otf"); }
.search-form button {
margin-top: 10px; }
.landing-page {
background: url("../images/bg_landing.jpg") no-repeat center center fixed;
background-size: cover;
height: 100%;
left: ... | 0.412767 | 0.079782 |
.healthy {
color: rgb(250, 10, 10);
}
.failing {
color: rgb(50, 10, 50);
}
.failed {
color: rgb(10, 50, 10);
}
.techFull {
color: rgb(10, 250, 10);
}
.techFailing {
color: rgb(10, 150, 10);
}
.techFailed {
color: rgb(10, 50, 10);
}
.manaFull {
color: rgb(150, 10, 200);
}
.manaFailing {
color: rgb(150, 10, 150)... | client/design.css | .healthy {
color: rgb(250, 10, 10);
}
.failing {
color: rgb(50, 10, 50);
}
.failed {
color: rgb(10, 50, 10);
}
.techFull {
color: rgb(10, 250, 10);
}
.techFailing {
color: rgb(10, 150, 10);
}
.techFailed {
color: rgb(10, 50, 10);
}
.manaFull {
color: rgb(150, 10, 200);
}
.manaFailing {
color: rgb(150, 10, 150)... | 0.377541 | 0.23467 |
html, body{
height: 100%;
}
body{
margin: 0;
background-color: var(--background_color_one);
font-family: Gilroy;
font-style: normal;
}
a{
text-decoration: none;
color: #000000;
}
.tab_{
margin-left:45px;
}
.wrapper{
width: 100%;
max-width: 1440rem;
margin: 0 auto;
}
#m... | public/css/landing-style.css | html, body{
height: 100%;
}
body{
margin: 0;
background-color: var(--background_color_one);
font-family: Gilroy;
font-style: normal;
}
a{
text-decoration: none;
color: #000000;
}
.tab_{
margin-left:45px;
}
.wrapper{
width: 100%;
max-width: 1440rem;
margin: 0 auto;
}
#m... | 0.443359 | 0.060641 |
.polipop_theme_default {
font-size: 14px;
}
.polipop_theme_default .polipop__closer {
font-weight: 600;
color: #777777;
}
.polipop_theme_default .polipop__closer:hover {
color: #555555;
}
.polipop_theme_default .polipop__closer-count {
background: #0ec47d;
color: #ffffff;
border-radius: 3px;... | webapp/js/admin/lib/polipop/css/polipop.default.css | .polipop_theme_default {
font-size: 14px;
}
.polipop_theme_default .polipop__closer {
font-weight: 600;
color: #777777;
}
.polipop_theme_default .polipop__closer:hover {
color: #555555;
}
.polipop_theme_default .polipop__closer-count {
background: #0ec47d;
color: #ffffff;
border-radius: 3px;... | 0.483405 | 0.103703 |
.wpgmza-extension {
float: left;
margin: 0 15px 15px 0;
background: #fff;
border: 1px solid #ccc;
width: 320px;
padding: 14px;
height: 370px;
position: relative;
}
.wpgmza-extension h3 {
margin: 0 0 8px;
font-size: 13px;
}
.wpgmza-extension .wp-post-image {
width: 100%;
... | public/wp-content/plugins/wp-google-maps/css/wp-google-maps-admin.css | .wpgmza-extension {
float: left;
margin: 0 15px 15px 0;
background: #fff;
border: 1px solid #ccc;
width: 320px;
padding: 14px;
height: 370px;
position: relative;
}
.wpgmza-extension h3 {
margin: 0 0 8px;
font-size: 13px;
}
.wpgmza-extension .wp-post-image {
width: 100%;
... | 0.487307 | 0.058804 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
@import url("https://fonts.googleapis.com/css?family=Courgette");
@import url('https://fonts.googleapis.com/css?family=Bad+Script');
body {
font-family: "Open Sans Condensed", sans-serif;
margin: 0;
padding: 0;
over... | client/css/App.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
@import url("https://fonts.googleapis.com/css?family=Courgette");
@import url('https://fonts.googleapis.com/css?family=Bad+Script');
body {
font-family: "Open Sans Condensed", sans-serif;
margin: 0;
padding: 0;
over... | 0.305386 | 0.114988 |
background-image: url("domojs.png");
background-repeat: no-repeat;
list-style: none outside none;
}
.icon-user-32{background-position:0px 0px ; width: 32px ; height: 32px; }
.icon-down-32{background-position:-42px 0px ; width: 32px ; height: 32px; }
.icon-right-32{background-position:-84px 0px ; width: 32px... | modules/core/assets/css/domojs-32.css | background-image: url("domojs.png");
background-repeat: no-repeat;
list-style: none outside none;
}
.icon-user-32{background-position:0px 0px ; width: 32px ; height: 32px; }
.icon-down-32{background-position:-42px 0px ; width: 32px ; height: 32px; }
.icon-right-32{background-position:-84px 0px ; width: 32px... | 0.21036 | 0.065935 |
/* variables in file */
$input-border-radius: 0;
$input-text: $grey-700;
$input-border: $grey-300;
$input-bg: $white;
$input-disabled-color: $grey-100;
$input-disabled-bg: $grey-700;
$input-disabled-border: $grey-700;
$input-select-border: $grey-300;
$input-select-bg: $white;
$input-select-text: $grey-700;
$input-check... | src/css/base/form.base.css | /* variables in file */
$input-border-radius: 0;
$input-text: $grey-700;
$input-border: $grey-300;
$input-bg: $white;
$input-disabled-color: $grey-100;
$input-disabled-bg: $grey-700;
$input-disabled-border: $grey-700;
$input-select-border: $grey-300;
$input-select-bg: $white;
$input-select-text: $grey-700;
$input-check... | 0.420124 | 0.063657 |
background-color: rgb(26,26,26);
width:100%;
height: 60px;
}
#top-template {
padding: 0px;
width: 1100px;
margin-left: auto;
margin-right: auto;
}
#container {
min-width: 1100px;
margin-left: auto;
margin-right: auto;
background: rgb(241, 241, 241);
}
#header-dropdown {
margi... | public/assets/css/template/user-template.css | background-color: rgb(26,26,26);
width:100%;
height: 60px;
}
#top-template {
padding: 0px;
width: 1100px;
margin-left: auto;
margin-right: auto;
}
#container {
min-width: 1100px;
margin-left: auto;
margin-right: auto;
background: rgb(241, 241, 241);
}
#header-dropdown {
margi... | 0.412885 | 0.058319 |
* {
margin: 0;
padding: 0; }
.clearfix::after {
content: ".";
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
clear: both; }
a {
text-decoration: none; }
img {
vertical-align: top; }
li {
list-style: none; }
.center {
width: 1200px;
margin: 0 auto; }
.icon {
width: 1em... | src/css/index.css | * {
margin: 0;
padding: 0; }
.clearfix::after {
content: ".";
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
clear: both; }
a {
text-decoration: none; }
img {
vertical-align: top; }
li {
list-style: none; }
.center {
width: 1200px;
margin: 0 auto; }
.icon {
width: 1em... | 0.47025 | 0.080719 |
.round-img{
border-radius: 50%;
}
.image-upload > input,.image-upload > * > input,.image-upload> * >a
{
display: none;
}
.btn1-active{
background-color: #f9ece6;
}
/*modal===========================================================*/
.modal-dialog,
.modal-content {
/* 80% of window height */
height: 80%... | public/css/custome.css | .round-img{
border-radius: 50%;
}
.image-upload > input,.image-upload > * > input,.image-upload> * >a
{
display: none;
}
.btn1-active{
background-color: #f9ece6;
}
/*modal===========================================================*/
.modal-dialog,
.modal-content {
/* 80% of window height */
height: 80%... | 0.44746 | 0.072768 |
html {
font-size: 16px !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:root {
--font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Em... | jenkins/war/jsbundles/base-styles-v2.css | html {
font-size: 16px !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:root {
--font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Em... | 0.342681 | 0.053502 |
body {
font-family: 'Amaranth', sans-serif;
background-color: #eee;
}
.item-info {
font-family: 'Raleway', sans-serif;
}
.footer {
position: absolute;
background-color: black;
left: 0;
right: 0;
width: 100%;
}
.navbar... | static/main.css | body {
font-family: 'Amaranth', sans-serif;
background-color: #eee;
}
.item-info {
font-family: 'Raleway', sans-serif;
}
.footer {
position: absolute;
background-color: black;
left: 0;
right: 0;
width: 100%;
}
.navbar... | 0.40157 | 0.144601 |
body, html {
width: 100%;
height: 100%;
}
body {
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
max-width: 50px;
border-width: 3px;
border-color: #4C0093;
}
hr.light {
border-color: #fff;
}
a {
color: #4C0093;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
t... | css/creative.css | body, html {
width: 100%;
height: 100%;
}
body {
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
max-width: 50px;
border-width: 3px;
border-color: #4C0093;
}
hr.light {
border-color: #fff;
}
a {
color: #4C0093;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
t... | 0.358578 | 0.053974 |
@import "font-face.css";
body{
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
body.rtl {
direction: rtl;
text-align: right;
}
a:hover {
text-decoration: none;
}
.btn-dark-blue{
background-color: #0B79D3;
color: #FFF;
... | public/assets/css/admin.css |
@import "font-face.css";
body{
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
body.rtl {
direction: rtl;
text-align: right;
}
a:hover {
text-decoration: none;
}
.btn-dark-blue{
background-color: #0B79D3;
color: #FFF;
... | 0.279632 | 0.048003 |
body {
height: 100%;
width: 100%;
margin: 0;
background-color: white;
}
#container{
position: relative;
height: 90vh;
width: 25%;
left: 35%;
margin-top: 20px;;
background-color: grey;
overflow: hidden;
}
.line{
position: absolute;
height: 150px;
width: 4%;
ma... | speed_racer/style.css | body {
height: 100%;
width: 100%;
margin: 0;
background-color: white;
}
#container{
position: relative;
height: 90vh;
width: 25%;
left: 35%;
margin-top: 20px;;
background-color: grey;
overflow: hidden;
}
.line{
position: absolute;
height: 150px;
width: 4%;
ma... | 0.578329 | 0.084078 |
Created on : 27/03/2020, 23:44:52
Author : samera
*/
body{
font-size: 0.8rem;
}
.breadcrumb {
padding-left: 0;
margin-bottom: 1rem;
background-color: transparent !important;
}
.table td, .table th {
padding-right: 0;
}
form.user .form-control-user {
font-size: .8rem;
border-... | public/css/app.css | Created on : 27/03/2020, 23:44:52
Author : samera
*/
body{
font-size: 0.8rem;
}
.breadcrumb {
padding-left: 0;
margin-bottom: 1rem;
background-color: transparent !important;
}
.table td, .table th {
padding-right: 0;
}
form.user .form-control-user {
font-size: .8rem;
border-... | 0.388966 | 0.200558 |
.modal {
perspective: 20px;
}
.footer {
display: flex;
align-items: center;
justify-content: space-between;
}
.filters {
display: flex;
align-items: center;
}
.filters .label {
margin-right: 5px;
}
.table-container {
width: 100%;
padding: 10px 0;
display: flex;
flex-direction: column;
justif... | client/src/components/settings/user-integrity-check/user-integrity-check.css | .modal {
perspective: 20px;
}
.footer {
display: flex;
align-items: center;
justify-content: space-between;
}
.filters {
display: flex;
align-items: center;
}
.filters .label {
margin-right: 5px;
}
.table-container {
width: 100%;
padding: 10px 0;
display: flex;
flex-direction: column;
justif... | 0.534127 | 0.123868 |
.graph-container .graph-focus-margin {
margin: 0px 5%;
}
.graph-container .graphics {
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
position: relative;
}
.graph-container .graph-stats-group {
display: flex;
justify-content: space-around;
flex: 1;
}
.graph-container .graph-stats-container {
... | frappe/public/css/graphs.css | .graph-container .graph-focus-margin {
margin: 0px 5%;
}
.graph-container .graphics {
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
position: relative;
}
.graph-container .graph-stats-group {
display: flex;
justify-content: space-around;
flex: 1;
}
.graph-container .graph-stats-container {
... | 0.460289 | 0.068071 |
* {
margin: 0px;
padding: 0px;
font-family: 'Roboto', sans-serif;
}
body {
margin: 0px;
padding: 0px;
color: white;
}
/* LANDING PAGE */
.landingPage {
background-image: url("IP3-master/assets/backgrounds/h_img.jpg");
background-size: cover;
background-position: center;
ba... | styles.css | * {
margin: 0px;
padding: 0px;
font-family: 'Roboto', sans-serif;
}
body {
margin: 0px;
padding: 0px;
color: white;
}
/* LANDING PAGE */
.landingPage {
background-image: url("IP3-master/assets/backgrounds/h_img.jpg");
background-size: cover;
background-position: center;
ba... | 0.387343 | 0.086555 |
div.timely .form-control {
display: block;
width: 100%;
/*height: calc(1.5em + 0.75rem + 2px);*/
height: 32px;
/*padding: 0.375rem 0.75rem;*/
padding: 0px 8px;
/*font-size: 1rem;*/
font-size: 14px;
font-weight: 400;
line-height: 1.5;
border: 1px solid #ced4da;
/*border-ra... | grafana/timely-app/src/static/css/timely-bootstrap.css | div.timely .form-control {
display: block;
width: 100%;
/*height: calc(1.5em + 0.75rem + 2px);*/
height: 32px;
/*padding: 0.375rem 0.75rem;*/
padding: 0px 8px;
/*font-size: 1rem;*/
font-size: 14px;
font-weight: 400;
line-height: 1.5;
border: 1px solid #ced4da;
/*border-ra... | 0.351534 | 0.05087 |
select {
display: block;
width: 100%;
}
.select {
position: relative;
display: block;
margin: var(--select-margin);
font-family: var(--select-font-family);
font-weight: var(--select-font-weight);
font-size: var(--select-font-size);
font-style: var(--select-font-style);
line-height: var(--select-lin... | turret/form/select.css | select {
display: block;
width: 100%;
}
.select {
position: relative;
display: block;
margin: var(--select-margin);
font-family: var(--select-font-family);
font-weight: var(--select-font-weight);
font-size: var(--select-font-size);
font-style: var(--select-font-style);
line-height: var(--select-lin... | 0.42668 | 0.10026 |
* {
box-sizing: border-box;
}
.colom1{
float: left;
width: 25%;
margin-top: 20px;
}
.colom2{
float: left;
width: 75%;
padding: 20px;
}
header{
background-color: #5274E2;
padding: 50px;
text-align: center;
font-size: 35px;
color: white;
line-height: 0px;
margi... | fisk.css | * {
box-sizing: border-box;
}
.colom1{
float: left;
width: 25%;
margin-top: 20px;
}
.colom2{
float: left;
width: 75%;
padding: 20px;
}
header{
background-color: #5274E2;
padding: 50px;
text-align: center;
font-size: 35px;
color: white;
line-height: 0px;
margi... | 0.443841 | 0.18984 |
body {
font-family: "Baloo Bhai 2", cursive;
background-color: rgba(195, 235, 235, 0.198);
}
.bar {
display: flex;
flex-direction: row;
height: 30px;
background-color: black;
margin: 0px;
padding: 8px;
border-radius: 30px;
}
.form-control {
height: 30px;
border-radius: 24px;
font-size: medium... | webpage/style.css | body {
font-family: "Baloo Bhai 2", cursive;
background-color: rgba(195, 235, 235, 0.198);
}
.bar {
display: flex;
flex-direction: row;
height: 30px;
background-color: black;
margin: 0px;
padding: 8px;
border-radius: 30px;
}
.form-control {
height: 30px;
border-radius: 24px;
font-size: medium... | 0.480479 | 0.101589 |
@import url(https://static.mailerlite.com/assets/plugins/groot/modules/includes/groot_fonts/import.css?version=1607959);
* {
margin: 0;
padding: 0;
}
*, *:before, *:after {
box-sizing: border-box;
}
html {
font-size: 100%;
}
body {
margin: 0;
padding: 0;
font-family: "Lucida Console", "Courier New", m... | public/style.css | @import url(https://static.mailerlite.com/assets/plugins/groot/modules/includes/groot_fonts/import.css?version=1607959);
* {
margin: 0;
padding: 0;
}
*, *:before, *:after {
box-sizing: border-box;
}
html {
font-size: 100%;
}
body {
margin: 0;
padding: 0;
font-family: "Lucida Console", "Courier New", m... | 0.307982 | 0.062703 |
* {
-webkit-print-color-adjust: exact
}
body {
margin: 0 auto !important;
border: 0;
padding: 0;
float: none !important;
overflow: visible
}
html {
width: 100%;
height: 100%;
overflow: visible
}
slides>slide {
display: block !important;
position: relative;
-moz-transfo... | css/pdf.css | * {
-webkit-print-color-adjust: exact
}
body {
margin: 0 auto !important;
border: 0;
padding: 0;
float: none !important;
overflow: visible
}
html {
width: 100%;
height: 100%;
overflow: visible
}
slides>slide {
display: block !important;
position: relative;
-moz-transfo... | 0.228587 | 0.065695 |
.content .share-wrap,
.box .content-wrap .btn .info,
.nomal-task .bottom-box .btn,
.item-wrap__task .operate-btn,
.dialog-wrapper .dialog,
.fjw-kpi-wrap-bg,
.fjw-point .point-wrap .user-point .face .unfocus-btn,
.navbar-container,
.submit button,
.calendar-wrap .calendar-body .date-desc_wrap,
.row1 .calendar-wrap,
.mai... | src/style/dark/dark-slice-8.css | .content .share-wrap,
.box .content-wrap .btn .info,
.nomal-task .bottom-box .btn,
.item-wrap__task .operate-btn,
.dialog-wrapper .dialog,
.fjw-kpi-wrap-bg,
.fjw-point .point-wrap .user-point .face .unfocus-btn,
.navbar-container,
.submit button,
.calendar-wrap .calendar-body .date-desc_wrap,
.row1 .calendar-wrap,
.mai... | 0.289171 | 0.028248 |
body {
color: white;
background-color: #282a2e;
}
nav {
z-index: 1000;
}
a {
color: white;
padding-right: .5rem;
padding-left: .5rem;
}
a:hover {
color: rgb(151,194,72);
text-decoration: none;
}
a:focus {
color: rgb(151,194,72);
}
main {
padding: 5% ... | public/css/usako.css | body {
color: white;
background-color: #282a2e;
}
nav {
z-index: 1000;
}
a {
color: white;
padding-right: .5rem;
padding-left: .5rem;
}
a:hover {
color: rgb(151,194,72);
text-decoration: none;
}
a:focus {
color: rgb(151,194,72);
}
main {
padding: 5% ... | 0.41324 | 0.072604 |
@tailwind preflight;
/**
* This injects any component classes registered by plugins.
*
* If using `postcss-import`, use this import instead:
*
* @import "tailwindcss/components";
*/
@tailwind components;
/**
* Here you would add any of your custom component classes; stuff that you'd
* want loaded *before* the... | assets/css/app.css | @tailwind preflight;
/**
* This injects any component classes registered by plugins.
*
* If using `postcss-import`, use this import instead:
*
* @import "tailwindcss/components";
*/
@tailwind components;
/**
* Here you would add any of your custom component classes; stuff that you'd
* want loaded *before* the... | 0.684053 | 0.043793 |
* {
padding: 0;
margin: 0;
font-family: 'Poppins', sans-serif;
}
body {
scroll-behavior: smooth;
overflow-x: hidden;
}
.post {
margin-top: 5%;
}
.post-content p {
font-size: 18px;
}
.t-black {
color: #555555;
}
.post-content {
padding-top: 8%;
}
.button {
background-color: #744ecc... | public/css/view.css | * {
padding: 0;
margin: 0;
font-family: 'Poppins', sans-serif;
}
body {
scroll-behavior: smooth;
overflow-x: hidden;
}
.post {
margin-top: 5%;
}
.post-content p {
font-size: 18px;
}
.t-black {
color: #555555;
}
.post-content {
padding-top: 8%;
}
.button {
background-color: #744ecc... | 0.410756 | 0.113187 |
@charset "UTF-8";
/* SCREEN */
.circle {
-webkit-border-radius: 8px !important;
-moz-border-radius: 8px !important;
-ms-border-radius: 8px !important;
border-radius: 8px !important;
border: 1px solid #c6c6c6;
color: #989898;
padding: 2px 0;
display: inline-block;
width: 30px;
text-align: c... | web/adm/css/style.css | @charset "UTF-8";
/* SCREEN */
.circle {
-webkit-border-radius: 8px !important;
-moz-border-radius: 8px !important;
-ms-border-radius: 8px !important;
border-radius: 8px !important;
border: 1px solid #c6c6c6;
color: #989898;
padding: 2px 0;
display: inline-block;
width: 30px;
text-align: c... | 0.274254 | 0.06256 |
@import '../../styles/variables.css';
.safety {
@media (--mobile-viewport) {
margin-top: 0;
padding-top: 40px;
}
padding-bottom: 140px;
position: relative;
padding-bottom: 30px;
@media (--tablet-viewport) {
margin-top: 40px;
padding-top: 60px;
padding-bottom: 30px;
}
@media (--ta... | src/components/Safety/Safety.css | @import '../../styles/variables.css';
.safety {
@media (--mobile-viewport) {
margin-top: 0;
padding-top: 40px;
}
padding-bottom: 140px;
position: relative;
padding-bottom: 30px;
@media (--tablet-viewport) {
margin-top: 40px;
padding-top: 60px;
padding-bottom: 30px;
}
@media (--ta... | 0.521471 | 0.091099 |
@tailwind preflight;
@tailwind components;
.max-width-tiny {
max-width: 7rem;
}
.libre-bg-grey {
background-color: #C4CDD5;
}
.libre-bg-yellow {
background-color: #FFC48B;
}
.libre-bg-pink {
background-color: #FDAC9A;
}
.bg-indigo-medium {
background-color: #38406C;
}
.bg-grey-lighter-2 {
backgroun... | assets/style.css | @tailwind preflight;
@tailwind components;
.max-width-tiny {
max-width: 7rem;
}
.libre-bg-grey {
background-color: #C4CDD5;
}
.libre-bg-yellow {
background-color: #FFC48B;
}
.libre-bg-pink {
background-color: #FDAC9A;
}
.bg-indigo-medium {
background-color: #38406C;
}
.bg-grey-lighter-2 {
backgroun... | 0.54819 | 0.105579 |
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
.desktop-only, .full-navigation {
display: none; }
@media (min-width: 992px) {
.desktop-only, .full-navigation {
display: inline; } }
@media (min-width: 992px) ... | Student Robotics_files/main.css | @import url("https://fonts.googleapis.com/css?family=Oswald:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
.desktop-only, .full-navigation {
display: none; }
@media (min-width: 992px) {
.desktop-only, .full-navigation {
display: inline; } }
@media (min-width: 992px) ... | 0.499268 | 0.088978 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size:100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
color: #575757;
font:14px/1.7 sans-serif;
background:#f1f1f1 url(../images/page-shadow.png) repeat-y center top;
}
input, button, select, text... | SageFrame/Templates/Boxed-Layout/css/template.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size:100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
color: #575757;
font:14px/1.7 sans-serif;
background:#f1f1f1 url(../images/page-shadow.png) repeat-y center top;
}
input, button, select, text... | 0.231614 | 0.060668 |
@import "../../config";
:root {
--title-color: #fff;
--input-bg: #fff;
--input-border-color: #999;
--icon-color: #3478c1;
--icon-active-color: #ff7300;
--button-active-border-color: #252525;
--dialog-bg: #252525;
}
/* Search Bar
======================================================================... | src/shared/components/search-bar/search-bar.module.css | @import "../../config";
:root {
--title-color: #fff;
--input-bg: #fff;
--input-border-color: #999;
--icon-color: #3478c1;
--icon-active-color: #ff7300;
--button-active-border-color: #252525;
--dialog-bg: #252525;
}
/* Search Bar
======================================================================... | 0.422981 | 0.067762 |
.myName {
font-size:32px;
font-weight: bold;
color: white;
background-color: #4aaaa5;
padding: 20px;
display: inline;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.nav {
margin: auto;
width: 960px;
background-color: white;
padding: 20px;
}
... | assets/css/style.css | .myName {
font-size:32px;
font-weight: bold;
color: white;
background-color: #4aaaa5;
padding: 20px;
display: inline;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.nav {
margin: auto;
width: 960px;
background-color: white;
padding: 20px;
}
... | 0.446736 | 0.100746 |
@charset "UTF-8";
/*
* Taken from https://www.superspace.nl:48500/yochi/ as placeholder styling.
*/
/*
* Copyright (c) 2014 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software wi... | app/static/css/main.css | @charset "UTF-8";
/*
* Taken from https://www.superspace.nl:48500/yochi/ as placeholder styling.
*/
/*
* Copyright (c) 2014 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software wi... | 0.390011 | 0.078536 |
.node text {
font: 14px sans-serif;
}
.infoBox {
font-size: 18px;
font-family: ProximaNovaSemiBold, Helvetica, Arial;
border: solid 2px lightgrey;
background-color: white;
background: white;
text-anchor: middle;
vertical-align: text-top;
fill: lightblue;
}
.infoText {
... | app.css | .node text {
font: 14px sans-serif;
}
.infoBox {
font-size: 18px;
font-family: ProximaNovaSemiBold, Helvetica, Arial;
border: solid 2px lightgrey;
background-color: white;
background: white;
text-anchor: middle;
vertical-align: text-top;
fill: lightblue;
}
.infoText {
... | 0.456168 | 0.124133 |
#media-controls {
height: 60px;
background-color: #222;
text-align: center;
display: flex;
position: relative;
}
.light #media-controls {
background-color: #1b1b1b;
}
#main-controls {
display: inline-block;
margin: auto;
height: 100%;
}
#secondary-controls {
display: inline-block;
height: 100%;
... | css/controls.css | #media-controls {
height: 60px;
background-color: #222;
text-align: center;
display: flex;
position: relative;
}
.light #media-controls {
background-color: #1b1b1b;
}
#main-controls {
display: inline-block;
margin: auto;
height: 100%;
}
#secondary-controls {
display: inline-block;
height: 100%;
... | 0.278159 | 0.04653 |
@font-face {
font-family: "IBMCode";
src: url("./fonts/ibm.ttf");
}
@font-face {
font-family: "Amstrad";
src: url("./fonts/amstrad.ttf");
}
@font-face {
font-family: "Nordic";
src: url("./fonts/Nordic.ttf");
}
html,
body {
background: #000;
margin: 0;
padding: 0;
}
h1, h2, h3, h4 {
color: white;
... | assets/css/main.css | @font-face {
font-family: "IBMCode";
src: url("./fonts/ibm.ttf");
}
@font-face {
font-family: "Amstrad";
src: url("./fonts/amstrad.ttf");
}
@font-face {
font-family: "Nordic";
src: url("./fonts/Nordic.ttf");
}
html,
body {
background: #000;
margin: 0;
padding: 0;
}
h1, h2, h3, h4 {
color: white;
... | 0.516352 | 0.079531 |
position: fixed;
overflow: hidden;
margin: 0;
padding: 0;
top: 0;
bottom: 0;
left: 0;
width: 100%;
background: transparent;
background-size: 100% 100%;
font: normal 1.2rem 'MozTT', Sans-Serif;
text-align: left;
}
#evmeContainer div, #evmeContainer p:not(.building-block),... | apps/homescreen/everything.me/css/common.css | position: fixed;
overflow: hidden;
margin: 0;
padding: 0;
top: 0;
bottom: 0;
left: 0;
width: 100%;
background: transparent;
background-size: 100% 100%;
font: normal 1.2rem 'MozTT', Sans-Serif;
text-align: left;
}
#evmeContainer div, #evmeContainer p:not(.building-block),... | 0.365457 | 0.077204 |
/* COMMON */
.social-icons {
position: relative;
display: block;
}
.social-icons.top,
.social-icons.bottom {
position: absolute;
right: 0;
left: 0;
}
.social-icons.left,
.social-icons.right {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
/* PARENT */
.social-icons.top... | source/__css/components/social-icons.css |
/* COMMON */
.social-icons {
position: relative;
display: block;
}
.social-icons.top,
.social-icons.bottom {
position: absolute;
right: 0;
left: 0;
}
.social-icons.left,
.social-icons.right {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
/* PARENT */
.social-icons.top... | 0.432663 | 0.06492 |
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1477042196'); /* IE9*/
src: url('iconfont.eot?t=1477042198#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff?t=1477042198') format('woff'), /* chrome, firefox */
url('iconfont.ttf?t=1477042198') format('truetype'), /* chrome, fire... | public/css/admin/iconfont.css | @font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1477042196'); /* IE9*/
src: url('iconfont.eot?t=1477042198#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff?t=1477042198') format('woff'), /* chrome, firefox */
url('iconfont.ttf?t=1477042198') format('truetype'), /* chrome, fire... | 0.281702 | 0.089773 |
body{
margin: 0;
padding: 0;
font-family: 'Noto Sans', sans-serif;
}
a{
text-decoration: none;
}
/*NAVIGATION*/
#navigation_container{
position: absolute;
width: 100%;
z-index: 999;
}
#nav{
width: 100%;
}
#nav ul{
background-color: white;
list-style: none;
margin-top: 0;
border-bottom: 1px solid rgba(0,... | app/templates/landing/css/LandingPage.css | body{
margin: 0;
padding: 0;
font-family: 'Noto Sans', sans-serif;
}
a{
text-decoration: none;
}
/*NAVIGATION*/
#navigation_container{
position: absolute;
width: 100%;
z-index: 999;
}
#nav{
width: 100%;
}
#nav ul{
background-color: white;
list-style: none;
margin-top: 0;
border-bottom: 1px solid rgba(0,... | 0.2414 | 0.049566 |
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
* {
font-family: 'Montserrat' !important;
}
body {
margin: 0;
background-color: #151515;
color: #fff;
padding: 20px;
}
.hero {
height: calc(100vh - 20px);
}
h1 {
text-transform: uppercase;
font-size: 5rem;
font-weight:... | src/components/index.css | @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
* {
font-family: 'Montserrat' !important;
}
body {
margin: 0;
background-color: #151515;
color: #fff;
padding: 20px;
}
.hero {
height: calc(100vh - 20px);
}
h1 {
text-transform: uppercase;
font-size: 5rem;
font-weight:... | 0.380529 | 0.074064 |
.pricing-tables .tables-left-dec img {
width: 418px;
height: 851px;
left: 0;
top: 120px;
position: absolute;
z-index: 1;
}
.pricing-tables .tables-right-dec img {
width: 359px;
height: 848px;
right: 0;
top: 45px;
position: absolute;
z-index: 1
}
... | our_team.css | .pricing-tables .tables-left-dec img {
width: 418px;
height: 851px;
left: 0;
top: 120px;
position: absolute;
z-index: 1;
}
.pricing-tables .tables-right-dec img {
width: 359px;
height: 848px;
right: 0;
top: 45px;
position: absolute;
z-index: 1
}
... | 0.405331 | 0.080357 |
body{
background:radial-gradient(pink, #FF8888);
display:flex;
justify-content:center;
align-items:center;
height:800px;
margin:200;
}
.face{
background:white;
position:fixed;
width:500px;
height:300px;
border-radius:50%;
}
.ear{
background:white;
position:fixed;
left:380px;
width: 100px... | css/style.css | body{
background:radial-gradient(pink, #FF8888);
display:flex;
justify-content:center;
align-items:center;
height:800px;
margin:200;
}
.face{
background:white;
position:fixed;
width:500px;
height:300px;
border-radius:50%;
}
.ear{
background:white;
position:fixed;
left:380px;
width: 100px... | 0.552298 | 0.085137 |
html {
background-image: url("../images/pizza.png");
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 880px;
background-color: white;
margin: 0 auto;
padding: 0;
border: 3px solid black;
box-shadow: 0 9px 18px 9px;
}
h1, h2, h3, p {
margin: 0;
padding: 0;
}
/* Header */... | public/styles/main.css | html {
background-image: url("../images/pizza.png");
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 880px;
background-color: white;
margin: 0 auto;
padding: 0;
border: 3px solid black;
box-shadow: 0 9px 18px 9px;
}
h1, h2, h3, p {
margin: 0;
padding: 0;
}
/* Header */... | 0.276984 | 0.057918 |
@define-color bg-color rgb(60, 65, 60); /* #3C413C */
@define-color bg-color-tray rgb (60, 65, 68); /* #3C4144 */
@define-color bg-color-0 rgb (60, 65, 68); /* #3C4144 */
@define-color bg-color-1 rgb(71, 95, 148); /* #475f94 */
@define-color bg-color-2 rgb(16, 122, 176); ... | config/sway/waybar/style.css | @define-color bg-color rgb(60, 65, 60); /* #3C413C */
@define-color bg-color-tray rgb (60, 65, 68); /* #3C4144 */
@define-color bg-color-0 rgb (60, 65, 68); /* #3C4144 */
@define-color bg-color-1 rgb(71, 95, 148); /* #475f94 */
@define-color bg-color-2 rgb(16, 122, 176); ... | 0.304972 | 0.038793 |
@charset "UTF-8";
/*顶部banner结束*/
a{
color: #333;
}
.fd-box{
width: 100%;
height: 100%;
background: #FFFFFF;
}
.fd-banner{
width: 100%;
height: 519px;
background:url("../images/house/aboutsfd/fd-banner.png") no-repeat;
background-size: 100% 100%;
position: relative;
}
.fd-banner ... | newhouse/web/static/house/css/aboutsfd.css | @charset "UTF-8";
/*顶部banner结束*/
a{
color: #333;
}
.fd-box{
width: 100%;
height: 100%;
background: #FFFFFF;
}
.fd-banner{
width: 100%;
height: 519px;
background:url("../images/house/aboutsfd/fd-banner.png") no-repeat;
background-size: 100% 100%;
position: relative;
}
.fd-banner ... | 0.202917 | 0.077308 |
.jstree-apple > ul {
background: url("bg.jpg") left top repeat;
}
.jstree-apple li,
.jstree-apple ins {
background-image: url("d.png");
background-repeat: no-repeat;
background-color: transparent;
}
.jstree-apple li {
background-position: -90px 0;
background-repeat: repeat-y;
}
.jstree-apple li.jstree-la... | azkaban-web-server/src/web/js/jquery/themes/apple/style.css | .jstree-apple > ul {
background: url("bg.jpg") left top repeat;
}
.jstree-apple li,
.jstree-apple ins {
background-image: url("d.png");
background-repeat: no-repeat;
background-color: transparent;
}
.jstree-apple li {
background-position: -90px 0;
background-repeat: repeat-y;
}
.jstree-apple li.jstree-la... | 0.259169 | 0.103386 |
.background{
width:100%;
height:700px;
background:url(../img/img_1.jpg) no-repeat center center;
background-size:cover;
}
.scrolling{
width:100%;
height:700px;
background: rgba(0, 0, 0, 0.5);
position:absolute;
top:0;
left: 0;
text-align: center;
color:#fff;
}
.scrolling>h1{
margin-top:14rem;
... | public/css/index.css | .background{
width:100%;
height:700px;
background:url(../img/img_1.jpg) no-repeat center center;
background-size:cover;
}
.scrolling{
width:100%;
height:700px;
background: rgba(0, 0, 0, 0.5);
position:absolute;
top:0;
left: 0;
text-align: center;
color:#fff;
}
.scrolling>h1{
margin-top:14rem;
... | 0.378574 | 0.049681 |
body {
margin: 0;
background: #DD0F38;
position: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
fo... | client/src/index.css | body {
margin: 0;
background: #DD0F38;
position: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
fo... | 0.403802 | 0.072374 |