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 |
|---|---|---|---|---|
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick... | public/assets/vendor/slick/slick.css | .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick... | 0.34632 | 0.066691 |
.scope {
--border-radius: 5px;
--color: #118bee;
--color-bg: #fff;
--color-bg-secondary: #e9e9e9;
--color-secondary: #920de9;
--color-text: #000;
--color-text-secondary: #999;
--color-error: #cb2431;
--hover-brightness: 1.2;
--hover-opacity: 0.5;
--line-height: 150%;
}
@media (prefers-color-schem... | src/layout/main.css | .scope {
--border-radius: 5px;
--color: #118bee;
--color-bg: #fff;
--color-bg-secondary: #e9e9e9;
--color-secondary: #920de9;
--color-text: #000;
--color-text-secondary: #999;
--color-error: #cb2431;
--hover-brightness: 1.2;
--hover-opacity: 0.5;
--line-height: 150%;
}
@media (prefers-color-schem... | 0.580947 | 0.108048 |
:host {
flex: 100 0 0;
text-align: center;
}
div {
background-color: #333;
height: 100%;
width: 10px;
display: inline-block;
-webkit-animation: audio-line-delay 1.2s infinite ease-in-out;
animation: audio-line-delay 1.2s infinite ease-in-out;
}
#pleco-link {
font-size: xx-large;
text-decoration: n... | src/components/material-beautify-chinese-study/styles/card-content.css | :host {
flex: 100 0 0;
text-align: center;
}
div {
background-color: #333;
height: 100%;
width: 10px;
display: inline-block;
-webkit-animation: audio-line-delay 1.2s infinite ease-in-out;
animation: audio-line-delay 1.2s infinite ease-in-out;
}
#pleco-link {
font-size: xx-large;
text-decoration: n... | 0.424651 | 0.122287 |
.header-container {
display: flex;
flex-direction: row;
}
.header-wallpaper-container {
width: 460px;
height: 460px;
margin: 2% 0% 0% 3%;
background: url('../../images/IMG_3800.jpg') no-repeat;
background-size: cover;
position: relative;
background-position: center;
border-radius: 100%;
-webkit-b... | src/styles/components/header.css | .header-container {
display: flex;
flex-direction: row;
}
.header-wallpaper-container {
width: 460px;
height: 460px;
margin: 2% 0% 0% 3%;
background: url('../../images/IMG_3800.jpg') no-repeat;
background-size: cover;
position: relative;
background-position: center;
border-radius: 100%;
-webkit-b... | 0.325092 | 0.13229 |
@import '../../style/variables.css';
.color-inputs {
display: flex;
flex-direction: row;
flex: 1;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
& .color-inputs__title {
user-select: none !important;
}
& .color-inputs__hex {
display: flex;
flex-direction: row;
... | src/components/color-inputs/color-inputs.css | @import '../../style/variables.css';
.color-inputs {
display: flex;
flex-direction: row;
flex: 1;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
& .color-inputs__title {
user-select: none !important;
}
& .color-inputs__hex {
display: flex;
flex-direction: row;
... | 0.55254 | 0.1015 |
.carousel {
margin-bottom: 0;
padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
left: -12px;
height: 40px;
width: 40px;
background: none repeat scroll 0 0 #222222;
border: 4px solid #FFFFFF;
border-radius: 23px 23px 23px 23px;
margin-top: 90px;
}
.carousel-... | css/mystyle.css | .carousel {
margin-bottom: 0;
padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
left: -12px;
height: 40px;
width: 40px;
background: none repeat scroll 0 0 #222222;
border: 4px solid #FFFFFF;
border-radius: 23px 23px 23px 23px;
margin-top: 90px;
}
.carousel-... | 0.222109 | 0.053999 |
.menu-section{
padding: 100px 0 40px;
background-repeat: no-repeat;
background-position:20px 118px, right 62px;
}
.menu-section .section-title-box{
margin-bottom: 30px;
}
.filter-button-group button{
border: 0px solid transparent;
background: #272627;
width: 100%;
text-align: center;
... | css/style.css | .menu-section{
padding: 100px 0 40px;
background-repeat: no-repeat;
background-position:20px 118px, right 62px;
}
.menu-section .section-title-box{
margin-bottom: 30px;
}
.filter-button-group button{
border: 0px solid transparent;
background: #272627;
width: 100%;
text-align: center;
... | 0.397471 | 0.082883 |
html,
body {
height: 100%;
background-color: #eee;
}
html,
body,
input,
textarea,
buttons {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/**
* Layout CSS
*/
#header {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index... | web/css/styles.css | html,
body {
height: 100%;
background-color: #eee;
}
html,
body,
input,
textarea,
buttons {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/**
* Layout CSS
*/
#header {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index... | 0.475849 | 0.081009 |
@font-face {
font-family: 'Noto Sans';
src: url('notosans-regular-webfont.woff') format('woff');
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-medium-webfont.woff') format('woff');
font-weight: 500;
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-light-webfont.woff'... | tech-doc-page/tech-doc.css | @font-face {
font-family: 'Noto Sans';
src: url('notosans-regular-webfont.woff') format('woff');
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-medium-webfont.woff') format('woff');
font-weight: 500;
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-light-webfont.woff'... | 0.466359 | 0.058615 |
* {
-dark-text-color: #BABABA;
-dark-text-color-alt: derive(-dark-text-color, -90%);
-dark-selected-text-color: #BABABA;
-dark-bg-color: #3C3F41;
-darker-bg-color: #2E3133;
-dark-bg-color-alt: #888e91;
-dark-selected-bg-color: #334DB3;
/* How to make tables look good */
-dark-box-bo... | src/main/resources/me/kenzierocks/mcpide/darktheme.css | * {
-dark-text-color: #BABABA;
-dark-text-color-alt: derive(-dark-text-color, -90%);
-dark-selected-text-color: #BABABA;
-dark-bg-color: #3C3F41;
-darker-bg-color: #2E3133;
-dark-bg-color-alt: #888e91;
-dark-selected-bg-color: #334DB3;
/* How to make tables look good */
-dark-box-bo... | 0.566378 | 0.11304 |
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
===========... | www/assets/styles/main.css | ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
===========... | 0.671255 | 0.090053 |
.manager-page-container {
height: 100%;
width: auto;
}
.manager-page-content {
margin: 0px auto;
padding: 0px;
height: 88%;
}
.manager-page-navigation-content {
height: 5.2%;
}
/*
ManageEmployees.js
*/
.manage-user-container {
height: 92.5%;
}
.manage-user-content {
height: 98%;
margin: 1% 4%;
}
.user-l... | src/css/content/managerPage.css | .manager-page-container {
height: 100%;
width: auto;
}
.manager-page-content {
margin: 0px auto;
padding: 0px;
height: 88%;
}
.manager-page-navigation-content {
height: 5.2%;
}
/*
ManageEmployees.js
*/
.manage-user-container {
height: 92.5%;
}
.manage-user-content {
height: 98%;
margin: 1% 4%;
}
.user-l... | 0.398875 | 0.075756 |
/*** SIMPLE BOOTSTRAP LOGIN ***/
/*@import url('https://fonts.googleapis.com/css?family=Numans');*/
html, body {
/*background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
background-size: cover;
background-repeat: no-repeat;*/
height: 90%;
/*font-family: 'Numans', sans-s... | SNPIDataManager/Content/Login.css | /*** SIMPLE BOOTSTRAP LOGIN ***/
/*@import url('https://fonts.googleapis.com/css?family=Numans');*/
html, body {
/*background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
background-size: cover;
background-repeat: no-repeat;*/
height: 90%;
/*font-family: 'Numans', sans-s... | 0.54819 | 0.065128 |
body,.dfHelp,.dfHelp code {
font-family: "Open Sans",Trebuchet,sans-serif;
}
.panel-primary,.panel-collapse>.panel-body{
border-color: #008c99 !important; }
a,.fa-question-circle { color: #008c99; font-weight: 600;}
a:hover { color: #004067;}
.container-fluid>.row {
color: #C0511B;
/*background-color: white;*/
... | dfshiny/df.css | body,.dfHelp,.dfHelp code {
font-family: "Open Sans",Trebuchet,sans-serif;
}
.panel-primary,.panel-collapse>.panel-body{
border-color: #008c99 !important; }
a,.fa-question-circle { color: #008c99; font-weight: 600;}
a:hover { color: #004067;}
.container-fluid>.row {
color: #C0511B;
/*background-color: white;*/
... | 0.276593 | 0.065276 |
* {
box-sizing: border-box;
}
body {
font-family: 'Work Sans', sans-serif;
font-size: 20px;
color: #212121;
background-color: #fff;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,
h2 {
font-family: 'Varela Round';
}
h1 {
font-size... | examples/demo/style.css | * {
box-sizing: border-box;
}
body {
font-family: 'Work Sans', sans-serif;
font-size: 20px;
color: #212121;
background-color: #fff;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,
h2 {
font-family: 'Varela Round';
}
h1 {
font-size... | 0.451568 | 0.096535 |
span.special_char {
font-family: "Noto Sans", sans-serif;
}
#selector {
padding: 2vh 3vw;
color: rgb(140, 140, 140);
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
#selector > div {
width: 100%;
}
#selector > div:first-of-type {
display: flex;
... | public/css/bigoil.css |
span.special_char {
font-family: "Noto Sans", sans-serif;
}
#selector {
padding: 2vh 3vw;
color: rgb(140, 140, 140);
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
#selector > div {
width: 100%;
}
#selector > div:first-of-type {
display: flex;
... | 0.36977 | 0.10786 |
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
.toast {
position: fixed;
top: 0;
left: 0;
right: 0;
margin: auto;
max-width: 400px;
padding: 6px;
background: #cccccc;
color: #333333;
font-family: sans-serif;
text-align: center;
border: 1px solid#aaaaaa;
border-ra... | public/css/stylechat.css | @import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
.toast {
position: fixed;
top: 0;
left: 0;
right: 0;
margin: auto;
max-width: 400px;
padding: 6px;
background: #cccccc;
color: #333333;
font-family: sans-serif;
text-align: center;
border: 1px solid#aaaaaa;
border-ra... | 0.494629 | 0.116286 |
body { background-color:White; overflow: auto; overflow-y:scroll; }
p, ol, ul, div, h1, h2, h3, h4, b { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; }
table.pagetitle { white-space:nowrap;}
p.pagedescription { width:703px; margin-left:5px; }
/* MAIN APPLICATION TABLE */
table.co... | umpleonline/scripts/styles.css | body { background-color:White; overflow: auto; overflow-y:scroll; }
p, ol, ul, div, h1, h2, h3, h4, b { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; }
table.pagetitle { white-space:nowrap;}
p.pagedescription { width:703px; margin-left:5px; }
/* MAIN APPLICATION TABLE */
table.co... | 0.355551 | 0.135061 |
.big-heading {
color: #F07B3F;
line-height: 1.5;
text-align: center;
margin-bottom: 50px;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #F6F6F6;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 900;
}
/*******************************Title Section ***... | genlib/bookstore/static/css/browse-books.css | .big-heading {
color: #F07B3F;
line-height: 1.5;
text-align: center;
margin-bottom: 50px;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #F6F6F6;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 900;
}
/*******************************Title Section ***... | 0.422743 | 0.139045 |
@charset "utf-8";
/* CSS Document */
body
{
font-family:Verdana, Geneva, sans-serif;
color:#fff;
text-align:justify;
font-size:12px;
line-height:16px;
background:#2b1324 repeat;
}
p
{
font-size:15px;
font-family:Helvetica, serif;
line-height: 200%;
}
#exquisite
{
margin-bottom:2em;
}
#container
{
width:10... | CSS/styles.css | @charset "utf-8";
/* CSS Document */
body
{
font-family:Verdana, Geneva, sans-serif;
color:#fff;
text-align:justify;
font-size:12px;
line-height:16px;
background:#2b1324 repeat;
}
p
{
font-size:15px;
font-family:Helvetica, serif;
line-height: 200%;
}
#exquisite
{
margin-bottom:2em;
}
#container
{
width:10... | 0.172067 | 0.047869 |
.background_glossyLavender4,
.hover_background_glossyLavender4:hover,
.active_background_glossyLavender4:active:hover {
background: #4c4cdb;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-im... | widgets/common/assets/gradients/glossy/glossyLavender/glossyLavender4.css | .background_glossyLavender4,
.hover_background_glossyLavender4:hover,
.active_background_glossyLavender4:active:hover {
background: #4c4cdb;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-im... | 0.46393 | 0.059346 |
.I18NMainToolbar {
position: fixed;
z-index: 1000000;
font-family: sans-serif;
}
.I18NMainToolbar * {
outline: none;
}
.I18NToolbar {
z-index: 1000001;
position: absolute;
top: 0px;
left: 0px;
display: block;
background: #000000;
color: #ffffff;
font-size: 0px;
bord... | src/i18n/I18NMainToolbar.css | .I18NMainToolbar {
position: fixed;
z-index: 1000000;
font-family: sans-serif;
}
.I18NMainToolbar * {
outline: none;
}
.I18NToolbar {
z-index: 1000001;
position: absolute;
top: 0px;
left: 0px;
display: block;
background: #000000;
color: #ffffff;
font-size: 0px;
bord... | 0.444083 | 0.086285 |
@charset "utf-8";
caption,h1,h2,h3,h4,h5,h6,th {
font-weight: 400
}
.clear,blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul {
margin: 0;
padding: 0
}
.blank10,.blank15,.blank20,.blank30,.blank35,.blank40,.blan... | css/oeeee.com.css | @charset "utf-8";
caption,h1,h2,h3,h4,h5,h6,th {
font-weight: 400
}
.clear,blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul {
margin: 0;
padding: 0
}
.blank10,.blank15,.blank20,.blank30,.blank35,.blank40,.blan... | 0.391057 | 0.149035 |
.product-banner {
position: relative;
min-height: 260px;
width: 100%;
background-size: cover;
margin-top: -25px;
margin-bottom: 50px;
}
.desc {
display: block;
}
.mobile {
display: none;
text-align: center;
}
.product-banner::before {
content: "";
position: absolute;
t... | public/assets/front/css/product.css | .product-banner {
position: relative;
min-height: 260px;
width: 100%;
background-size: cover;
margin-top: -25px;
margin-bottom: 50px;
}
.desc {
display: block;
}
.mobile {
display: none;
text-align: center;
}
.product-banner::before {
content: "";
position: absolute;
t... | 0.421314 | 0.085671 |
.section--image-gallery {
padding: 4rem 0;
}
.section--image-gallery .container {
position: relative;
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 146vw;
}
.section--image-gallery-heading {
position: absolute;
top: 0;
left: 0;
}
.section--image-gallery-heading .title {
margin-b... | src/components/ImageGallery.css | .section--image-gallery {
padding: 4rem 0;
}
.section--image-gallery .container {
position: relative;
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 146vw;
}
.section--image-gallery-heading {
position: absolute;
top: 0;
left: 0;
}
.section--image-gallery-heading .title {
margin-b... | 0.728845 | 0.118385 |
body {
margin: 0px;
padding: 0px;
height: 100%;
}
html {
min-height: 100%;
}
.nav-side-menu {
font-family: verdana;
font-size: 12px;
font-weight: 200;
background-image: url('../img/background-panel.jpg');
position: relative;
top: 0px;
width: 100%;
height: 100%;
color: #e1ffff;
}
.nav-side-menu .brand {
... | public/css/index.css | body {
margin: 0px;
padding: 0px;
height: 100%;
}
html {
min-height: 100%;
}
.nav-side-menu {
font-family: verdana;
font-size: 12px;
font-weight: 200;
background-image: url('../img/background-panel.jpg');
position: relative;
top: 0px;
width: 100%;
height: 100%;
color: #e1ffff;
}
.nav-side-menu .brand {
... | 0.300335 | 0.058885 |
border: 1px solid #ddd;
background: black;
color: #ddd;
}
#active_layers>table {
width: 100%;
padding: 0px;
}
#active_layers .ui-input-container, #layerTimeSliders>.ui-input-container {
display: block;
}
#toggle_layers_button{
position: absolute;
left: 10px;
top: 0px;
z-index: 750; /*to be on top... | base/src/layer-list.css | border: 1px solid #ddd;
background: black;
color: #ddd;
}
#active_layers>table {
width: 100%;
padding: 0px;
}
#active_layers .ui-input-container, #layerTimeSliders>.ui-input-container {
display: block;
}
#toggle_layers_button{
position: absolute;
left: 10px;
top: 0px;
z-index: 750; /*to be on top... | 0.245356 | 0.09122 |
.w-layout-grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
grid-row-gap: 16px;
grid-column-gap: 16px;
}
body {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-se... | css/ryanallen.webflow.css | .w-layout-grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
grid-row-gap: 16px;
grid-column-gap: 16px;
}
body {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-se... | 0.393618 | 0.094971 |
html {
scroll-behavior: smooth;
}
.top {
width: 100%;
text-align: center;
height: 1.5in;
line-height: 0.8in;
font-size: 20px;
color: white;
background-image: -webkit-gradient(
linear,
left top,
right bottom,
from(#00acff),
color-stop(#43c0ff),
color-stop(#6ed2fe),
color-stop(... | css/form.css | html {
scroll-behavior: smooth;
}
.top {
width: 100%;
text-align: center;
height: 1.5in;
line-height: 0.8in;
font-size: 20px;
color: white;
background-image: -webkit-gradient(
linear,
left top,
right bottom,
from(#00acff),
color-stop(#43c0ff),
color-stop(#6ed2fe),
color-stop(... | 0.438064 | 0.117269 |
html {
-webkit-text-size-adjust: none;
}
html, body {
width: 100%;
}
html.is-overlayed {
height: 100%!important;
body {
height: 100%!important;
overflow: hidden!important;
}
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cit... | public/loyalty/styles/helpers/reset.css | html {
-webkit-text-size-adjust: none;
}
html, body {
width: 100%;
}
html.is-overlayed {
height: 100%!important;
body {
height: 100%!important;
overflow: hidden!important;
}
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cit... | 0.405684 | 0.075517 |
body {
font-family: Arial, sans-serif
}
#page {
max-width: 1280px;
min-width: 885px;
margin: 0px auto 0px;
padding: 0
}
h1.query {
display: inline-block;
margin-right: 15px;
}
#site_description {
font-size: 14px;
}
div.container_heading {
border-bottom: 1px solid #888;
margin: 20px 0px 10px 0px;... | src/static/gasuperproxy/css/style.css | body {
font-family: Arial, sans-serif
}
#page {
max-width: 1280px;
min-width: 885px;
margin: 0px auto 0px;
padding: 0
}
h1.query {
display: inline-block;
margin-right: 15px;
}
#site_description {
font-size: 14px;
}
div.container_heading {
border-bottom: 1px solid #888;
margin: 20px 0px 10px 0px;... | 0.329931 | 0.105487 |
.wrap {
background: url(../img/chruch.png);
}
/* line 9, ../sass/screen.scss */
.container {
width: 960px;
margin: 0 auto;
}
/* line 13, ../sass/screen.scss */
p {
font-size: 0.9em;
}
/* line 17, ../sass/screen.scss */
button {
border: none;
background: none;
margin: 10px 0;
}
/* line 21, ../sass/scree... | public/css/screen.css | .wrap {
background: url(../img/chruch.png);
}
/* line 9, ../sass/screen.scss */
.container {
width: 960px;
margin: 0 auto;
}
/* line 13, ../sass/screen.scss */
p {
font-size: 0.9em;
}
/* line 17, ../sass/screen.scss */
button {
border: none;
background: none;
margin: 10px 0;
}
/* line 21, ../sass/scree... | 0.170094 | 0.04798 |
.l_enterIndex ul li{
list-style:none;
}
.content{
width:100% !important;
}
.l_enterIndex img{border:0;}
.l_enterIndex a{
text-decoration: none;
}
.l_enterIndex .headers {
height: 100px;
}
.l_enterIndex .root61 .w {
width: 100%;
}
.l_enterIndex .w {
width: 990px;margin: 0 auto;
}
.l_enterIndex .headers .l... | yyy/www.soolife.com.cn/public/css/p/view.login.css | .l_enterIndex ul li{
list-style:none;
}
.content{
width:100% !important;
}
.l_enterIndex img{border:0;}
.l_enterIndex a{
text-decoration: none;
}
.l_enterIndex .headers {
height: 100px;
}
.l_enterIndex .root61 .w {
width: 100%;
}
.l_enterIndex .w {
width: 990px;margin: 0 auto;
}
.l_enterIndex .headers .l... | 0.212886 | 0.075041 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Varela+Round');
#forgotPassword {
margin-bottom: 1rem;
}
.h1, .h3 {
font-family: 'Varela Round', Arial, sans-serif;
}
.alert, input, .btn, p, ul {
font-family: 'Open Sans', Arial, sans-serif;
}
p.spacing {
line-height: 1.5;
margin-bottom: 1em;... | users/static/users/css/style.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans|Varela+Round');
#forgotPassword {
margin-bottom: 1rem;
}
.h1, .h3 {
font-family: 'Varela Round', Arial, sans-serif;
}
.alert, input, .btn, p, ul {
font-family: 'Open Sans', Arial, sans-serif;
}
p.spacing {
line-height: 1.5;
margin-bottom: 1em;... | 0.347205 | 0.098166 |
html {
box-sizing: border-box
}
*, *:before, *:after {
box-sizing: inherit
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0
}
body {
color: #212529;
background-color: #3973EB;
font-family: 'Work Sans', -apple-system, Bli... | _remake/tests/css/style.css | html {
box-sizing: border-box
}
*, *:before, *:after {
box-sizing: inherit
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0
}
body {
color: #212529;
background-color: #3973EB;
font-family: 'Work Sans', -apple-system, Bli... | 0.38122 | 0.07946 |
body {
background: #fff;
min-width: 1300px;
}
html, body {
height: 100%;
}
/* end hack */
html, body {
margin: 0;
padding: 0
}
#frame {
width: 100%;
height: 100%;
min-height: 100%;
}
* html #frame {
height: 100%;
}
img {
border: none
}
/* ie6 and under*/
input, textarea, select {
font-family: "microsoft yah... | src/Static/css/frame.css | body {
background: #fff;
min-width: 1300px;
}
html, body {
height: 100%;
}
/* end hack */
html, body {
margin: 0;
padding: 0
}
#frame {
width: 100%;
height: 100%;
min-height: 100%;
}
* html #frame {
height: 100%;
}
img {
border: none
}
/* ie6 and under*/
input, textarea, select {
font-family: "microsoft yah... | 0.21626 | 0.071364 |
@import url(../css/typography.css);
@import url(../css/google-icons.css);
@import url(../css/button.css);
@import url(../css/floating-action-button.css);
.fabButton {
padding: 20px;
cursor: pointer;
transition: 0.5s; }
.fabButton:active {
transform: scale(0.9);
transition: 0;
opacity: .8; }
.fabGrid {
w... | assets/css/fab.css | @import url(../css/typography.css);
@import url(../css/google-icons.css);
@import url(../css/button.css);
@import url(../css/floating-action-button.css);
.fabButton {
padding: 20px;
cursor: pointer;
transition: 0.5s; }
.fabButton:active {
transform: scale(0.9);
transition: 0;
opacity: .8; }
.fabGrid {
w... | 0.216012 | 0.036804 |
body {
color: #a3a3a3!important;
}
.tab-content {
color: #dedede!important;
}
.app-header, .tab-content, .card, .form-control, .modal-content {
background-color: #303030!important;
}
.form-control {
border-color: rgba(228, 231, 234, 0.4)!important;
}
.main {
background-color: #212121;
... | web/public/css/dark.css | body {
color: #a3a3a3!important;
}
.tab-content {
color: #dedede!important;
}
.app-header, .tab-content, .card, .form-control, .modal-content {
background-color: #303030!important;
}
.form-control {
border-color: rgba(228, 231, 234, 0.4)!important;
}
.main {
background-color: #212121;
... | 0.164449 | 0.042444 |
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i');
html,body{
margin:0;
height:100%;
font-family: 'Josefin Sans', sans-serif;
}
.header{
position:relative;
overflow:hidden;
display:flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
align-co... | server/public/styles/index.css | @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i');
html,body{
margin:0;
height:100%;
font-family: 'Josefin Sans', sans-serif;
}
.header{
position:relative;
overflow:hidden;
display:flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
align-co... | 0.339499 | 0.06492 |
* {
margin: 0;
padding: 0;
box-sizing:border-box;
}
@media only screen and (max-width: 1000px) {
.body {
background-color: white;
}
}
@media only screen and (max-width: 600px) {
.body{
background-color: black;
}
}
.grid-container2 {
display:grid;
grid-template-areas:
'header hea... | WDV101/Homework/pets_to_go_site/css/pets.css | * {
margin: 0;
padding: 0;
box-sizing:border-box;
}
@media only screen and (max-width: 1000px) {
.body {
background-color: white;
}
}
@media only screen and (max-width: 600px) {
.body{
background-color: black;
}
}
.grid-container2 {
display:grid;
grid-template-areas:
'header hea... | 0.488771 | 0.11221 |
@font-face{
font-family: 'Lato Regular';
src:url('../fonts/Lato-Regular.eot');
src:url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Lato-Regular.woff') format('woff'),
url('../fonts/Lato-Regular.ttf') format('truetype'),
url('../fonts/Lato-Regular.svg') format('svg');
... | bootstrap-overlay/css/webmin.css | @font-face{
font-family: 'Lato Regular';
src:url('../fonts/Lato-Regular.eot');
src:url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Lato-Regular.woff') format('woff'),
url('../fonts/Lato-Regular.ttf') format('truetype'),
url('../fonts/Lato-Regular.svg') format('svg');
... | 0.247532 | 0.030647 |
width:100vw;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
color: var(--color-text-in-primary);
background: var(--color-primary);
}
.logo-container img{
height:8rem;
}
.icon{
filter:invert(100%) sepia(13%) saturate(226%) hue-rotate(314deg) brightness(120... | frontend/src/app/pages/home/Home.css | width:100vw;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
color: var(--color-text-in-primary);
background: var(--color-primary);
}
.logo-container img{
height:8rem;
}
.icon{
filter:invert(100%) sepia(13%) saturate(226%) hue-rotate(314deg) brightness(120... | 0.468304 | 0.111386 |
.gcb-list {
border: 1px solid #e0e0e0;
border-bottom: 0;
font-color: #333333;
}
.gcb-list + .gcb-list {
margin-top: 16px;
}
.gcb-list table {
border: 0;
width: 100%;
table-layout: fixed;
border-spacing: 2px;
border-collapse: collapse;
}
.gcb-list th,
.gcb-list td {
border: 0;
}
.gcb-list a {
... | modules/core_ui/_static/list/list.css | .gcb-list {
border: 1px solid #e0e0e0;
border-bottom: 0;
font-color: #333333;
}
.gcb-list + .gcb-list {
margin-top: 16px;
}
.gcb-list table {
border: 0;
width: 100%;
table-layout: fixed;
border-spacing: 2px;
border-collapse: collapse;
}
.gcb-list th,
.gcb-list td {
border: 0;
}
.gcb-list a {
... | 0.423577 | 0.080466 |
.bottom .el-input--suffix .el-input__inner{
padding:0 35px 0 10%;
font-size: 12px;
border: 0;
background: #F9F9F9;
}
.bottom .select .el-input--suffix .el-input__inner{
padding-right: 22px;
}
/* .bottom input{
height: 42px;
} */
.bottom .el-input__prefix{
right: 4px;
left: auto;
}
.botto... | src/assets/css/reqFilter.css | .bottom .el-input--suffix .el-input__inner{
padding:0 35px 0 10%;
font-size: 12px;
border: 0;
background: #F9F9F9;
}
.bottom .select .el-input--suffix .el-input__inner{
padding-right: 22px;
}
/* .bottom input{
height: 42px;
} */
.bottom .el-input__prefix{
right: 4px;
left: auto;
}
.botto... | 0.290981 | 0.051035 |
body{
background:#f8f8f8;
}
/*面包屑 导航*/
.ml-nav{
color: #999;
height: 40px;
line-height: 40px;
}
.ml-nav a{
color: #999;
}
/*面包屑 导航 E*/
/*分类列表*/
.selector {
border:1px solid #efefef;
background:#FFF;
padding:15px 10px;
margin-bottom:10px;
overflow:hidden
}
.sl-line-wrap {
position:re... | static/web/css/list.css | body{
background:#f8f8f8;
}
/*面包屑 导航*/
.ml-nav{
color: #999;
height: 40px;
line-height: 40px;
}
.ml-nav a{
color: #999;
}
/*面包屑 导航 E*/
/*分类列表*/
.selector {
border:1px solid #efefef;
background:#FFF;
padding:15px 10px;
margin-bottom:10px;
overflow:hidden
}
.sl-line-wrap {
position:re... | 0.17252 | 0.044577 |
@import url(../../timeline/style.css);
@import url(theme-gray.css);
/* main page layout */
html {
background-color: #eee;
}
body {
width: 1024px;
margin: 20px auto;
/*overflow: hidden;*/
}
header h1 {
font-size: 1.5em;
margin: 0;
padding: 0;
}
header p {
margin-top: 0;
padding-top: 0;
/*text-align:... | ensLyon/style/layout.css | @import url(../../timeline/style.css);
@import url(theme-gray.css);
/* main page layout */
html {
background-color: #eee;
}
body {
width: 1024px;
margin: 20px auto;
/*overflow: hidden;*/
}
header h1 {
font-size: 1.5em;
margin: 0;
padding: 0;
}
header p {
margin-top: 0;
padding-top: 0;
/*text-align:... | 0.295942 | 0.065545 |
.__visly_scope_VwNHqxyyTR_EShhKqSiHB {
width: 100%;
max-width: 1280px;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
overflow: visible;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_5xuTSehGki {
width: 100%;
... | src/visly/Pages/HbSection.css | .__visly_scope_VwNHqxyyTR_EShhKqSiHB {
width: 100%;
max-width: 1280px;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
overflow: visible;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_5xuTSehGki {
width: 100%;
... | 0.459319 | 0.051893 |
.user-image-profile {
margin-bottom: 20px;
border-radius: 50%;
}
.user-profile-btn {
cursor: default !important;
height: 50px;
width: 50px;
border-radius: 50%;
margin-top: 10px;
background-color: rgb(228, 227, 227);
}
.exhaustion-level {
background-color: black;
}
.exhaustion-level-title {
text-a... | client/src/components/UserProfile/UserProfile.css | .user-image-profile {
margin-bottom: 20px;
border-radius: 50%;
}
.user-profile-btn {
cursor: default !important;
height: 50px;
width: 50px;
border-radius: 50%;
margin-top: 10px;
background-color: rgb(228, 227, 227);
}
.exhaustion-level {
background-color: black;
}
.exhaustion-level-title {
text-a... | 0.36727 | 0.090253 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertica... | resources/css/twitter-style.css |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertica... | 0.463444 | 0.117269 |
@font-face {
font-family: "Nexa Black";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Black.eot");
src: url("../fonts/Nexa-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Black.woff") format("woff"), url("../fonts/Nexa-Black.ttf") format("truetype"), url("../fonts/Nexa-Bl... | css/theme/microdancing.css | @font-face {
font-family: "Nexa Black";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Black.eot");
src: url("../fonts/Nexa-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Black.woff") format("woff"), url("../fonts/Nexa-Black.ttf") format("truetype"), url("../fonts/Nexa-Bl... | 0.370795 | 0.063482 |
@font-face{font-family:"iconfont";src:url('fonts/iconfont.eot');src:url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg');}
.icon{font-style:normal;font-size:12px;font-family:"i... | app/template/rocboss/assets/css/icon.css | @font-face{font-family:"iconfont";src:url('fonts/iconfont.eot');src:url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg');}
.icon{font-style:normal;font-size:12px;font-family:"i... | 0.182498 | 0.047448 |
.page_title{
padding-left: 13px;
height: 38px;
line-height: 38px;
background-color: #f8f8f8;
font-size: 14px;
color: #626161;
}
.edit_address_from{
padding-left: 13px;
}
.form_title{
height: 76px;
line-height: 76px;
font-size: 16px;
font-weight: 600;
color: #626161;
}
.fr... | public/templates/home/css/addres.css | .page_title{
padding-left: 13px;
height: 38px;
line-height: 38px;
background-color: #f8f8f8;
font-size: 14px;
color: #626161;
}
.edit_address_from{
padding-left: 13px;
}
.form_title{
height: 76px;
line-height: 76px;
font-size: 16px;
font-weight: 600;
color: #626161;
}
.fr... | 0.356447 | 0.113776 |
pre {
margin: 0;
}
body {
font-family: sans-serif;
}
ol {
margin-top: 0.25em;
margin-bottom: 0.5em;
}
table.diff {
background-color: #999;
border-spacing: 1px;
}
.failed {
color: #600;
}
.success {
color: #060;
}
.skipped {
color: #880;
}
.checker_title:before {
content: "... | assets/template.css | pre {
margin: 0;
}
body {
font-family: sans-serif;
}
ol {
margin-top: 0.25em;
margin-bottom: 0.5em;
}
table.diff {
background-color: #999;
border-spacing: 1px;
}
.failed {
color: #600;
}
.success {
color: #060;
}
.skipped {
color: #880;
}
.checker_title:before {
content: "... | 0.600305 | 0.197812 |
:root{
--default-clr: #333;
--primary-color: rgba(0,0,0,.2);
--white: #FFF;
--offwhite: #CCC;
--ff: 'Source Sans Pro', sans-serif;
--fz: 16px;
--font-m: calc(var(--fz)*1.5);
--font-l: calc(var(--fz)*2);
--font-xl: calc(var(--fz)*3);
--fw-l: 200;
--fw-n: 400;
--fw-b: 70... | assets/css/style.css | :root{
--default-clr: #333;
--primary-color: rgba(0,0,0,.2);
--white: #FFF;
--offwhite: #CCC;
--ff: 'Source Sans Pro', sans-serif;
--fz: 16px;
--font-m: calc(var(--fz)*1.5);
--font-l: calc(var(--fz)*2);
--font-xl: calc(var(--fz)*3);
--fw-l: 200;
--fw-n: 400;
--fw-b: 70... | 0.425844 | 0.14253 |
.treeControl{
height: 300px;
overflow: auto;
width: 500px;
}
.treeControl ul{
padding:0px;
margin:0px;
}
.treeControl ul li{
list-style:none;
padding-left:15px;
padding-top:5px;
white-space:nowrap;
}
.treeControl ul li a.plus{
background-image:url(../images/plus... | components/identity/org.wso2.carbon.identity.entitlement.ui/src/main/resources/web/entitlement/css/tree-styles.css | .treeControl{
height: 300px;
overflow: auto;
width: 500px;
}
.treeControl ul{
padding:0px;
margin:0px;
}
.treeControl ul li{
list-style:none;
padding-left:15px;
padding-top:5px;
white-space:nowrap;
}
.treeControl ul li a.plus{
background-image:url(../images/plus... | 0.271735 | 0.083928 |
.user-container {
text-align: center;
}
.help-text {
color: #bbb;
font-size: 1.3rem;
text-decoration: none;
}
a.help-text:hover {
color: #888;
}
td.profile {
min-width: 150px;
}
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .fo... | harberdasher/users/static/css/users.css | .user-container {
text-align: center;
}
.help-text {
color: #bbb;
font-size: 1.3rem;
text-decoration: none;
}
a.help-text:hover {
color: #888;
}
td.profile {
min-width: 150px;
}
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .fo... | 0.367497 | 0.08698 |
.bw-document_title a {
text-decoration: none;
}
#bw-upload_form label {
display:none;
}
.bw-upload {
text-transform: uppercase;
font-weight: bold;
}
.bw-status a {
text-decoration:none;
}
.bw-status {
font-size: 12px;
text-transform: uppercase;
border: 1px solid rgb(210,210,210);
... | bookworm/library/templates/static/home.css | .bw-document_title a {
text-decoration: none;
}
#bw-upload_form label {
display:none;
}
.bw-upload {
text-transform: uppercase;
font-weight: bold;
}
.bw-status a {
text-decoration:none;
}
.bw-status {
font-size: 12px;
text-transform: uppercase;
border: 1px solid rgb(210,210,210);
... | 0.40439 | 0.126246 |
.node {
cursor: pointer;
}
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1px;
}
.node text {
font: 12px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 2px;
}
html, body {
padding: 0;
margin: 0;
height: 100%;
}
table {
b... | website/css/style.css | .node {
cursor: pointer;
}
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1px;
}
.node text {
font: 12px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 2px;
}
html, body {
padding: 0;
margin: 0;
height: 100%;
}
table {
b... | 0.420005 | 0.162812 |
/*background-image: url("/assets/cover.jpg");*/
height: 500px;
background-position: center;
background-size: cover;
padding: 0;
}
@font-face {
font-family: dova;
src: url("/fonts/dragon_alphabet.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: oxygen... | public/css/site.css | /*background-image: url("/assets/cover.jpg");*/
height: 500px;
background-position: center;
background-size: cover;
padding: 0;
}
@font-face {
font-family: dova;
src: url("/fonts/dragon_alphabet.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: oxygen... | 0.297878 | 0.109849 |
* {
margin: 0;
padding: 0;
}
/* COMMON
* Valeurs communes et formatage de base
------------------------------------------------*/
body {
font: 300 16px/1.5 "Open Sans", sans-serif;
}
h1, h2, h3 {
font-weight: normal;
font-family: Merriweather, serif;
line-height: 1;
margin-bottom: .2em;
}
h1 {
font-s... | HTML-CSS/01.intro/a-mini-page/css/styles.css | * {
margin: 0;
padding: 0;
}
/* COMMON
* Valeurs communes et formatage de base
------------------------------------------------*/
body {
font: 300 16px/1.5 "Open Sans", sans-serif;
}
h1, h2, h3 {
font-weight: normal;
font-family: Merriweather, serif;
line-height: 1;
margin-bottom: .2em;
}
h1 {
font-s... | 0.222869 | 0.114715 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
body{
width:1365px;
position:relative;
margin:auto;
padding:0px;
}
.header_section_wrapper{
width:98%;
padding:0% 1%;
position:relative;
}
.site_body{
margin:auto;
padding:0px;
position:rel... | css/styles.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
body{
width:1365px;
position:relative;
margin:auto;
padding:0px;
}
.header_section_wrapper{
width:98%;
padding:0% 1%;
position:relative;
}
.site_body{
margin:auto;
padding:0px;
position:rel... | 0.158402 | 0.053329 |
@font-face {
font-family: "Quicksand-VariableFont_wght";
src: local("Quicksand-VariableFont_wghtr"),
local("Quicksand-VariableFont_wght"),
url("./assets/fonts/Quicksand-VariableFont_wght.ttf") format("truetype");
}
@font-face {
font-family: "Quicksand-Bold";
src: local("Quicksand-Bold"), local("Quicksan... | src/index.css | @font-face {
font-family: "Quicksand-VariableFont_wght";
src: local("Quicksand-VariableFont_wghtr"),
local("Quicksand-VariableFont_wght"),
url("./assets/fonts/Quicksand-VariableFont_wght.ttf") format("truetype");
}
@font-face {
font-family: "Quicksand-Bold";
src: local("Quicksand-Bold"), local("Quicksan... | 0.353205 | 0.233772 |
@-moz-document domain("app.glip.com") {
/*
# Versions
- a0.5 2019-03-08 - initial release, incomplete
- a0.6 2019-03-12 - updated lots of stuff like popups, improving color contrast etc.
- a0.7 2019-03-29 - progress on many small annoyances and large issues like confirmation modal/popup windows
- a0.8 2019-03-2... | data/usercss/169710.user.css | @-moz-document domain("app.glip.com") {
/*
# Versions
- a0.5 2019-03-08 - initial release, incomplete
- a0.6 2019-03-12 - updated lots of stuff like popups, improving color contrast etc.
- a0.7 2019-03-29 - progress on many small annoyances and large issues like confirmation modal/popup windows
- a0.8 2019-03-2... | 0.238462 | 0.048339 |
position:relative;
width:128px;
height:128px;
margin:10px auto;
}
.circularG{
position:absolute;
background-color:#009688;
width:29px;
height:29px;
-moz-border-radius:19px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:0.64s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-we... | semdroid-cli/src/dist/config/analysis/css/loading.css | position:relative;
width:128px;
height:128px;
margin:10px auto;
}
.circularG{
position:absolute;
background-color:#009688;
width:29px;
height:29px;
-moz-border-radius:19px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:0.64s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-we... | 0.478773 | 0.056418 |
@-moz-document domain("m.prohardver.hu"), domain("m.itcafe.hu"), domain("m.gamepod.hu"), domain("m.mobilarena.hu"), domain("m.logout.hu") {
/*
ver. 0.8.5 by sz.balazs.95
created: 2016.02.03
published: 2016.02.03
img-green: #00b000
txt-green: #008a00
light gray: #f3f3f3;
gray: #939598;
dark gray: #58595b;
... | data/usercss/119045.user.css | @-moz-document domain("m.prohardver.hu"), domain("m.itcafe.hu"), domain("m.gamepod.hu"), domain("m.mobilarena.hu"), domain("m.logout.hu") {
/*
ver. 0.8.5 by sz.balazs.95
created: 2016.02.03
published: 2016.02.03
img-green: #00b000
txt-green: #008a00
light gray: #f3f3f3;
gray: #939598;
dark gray: #58595b;
... | 0.196518 | 0.095729 |
float: left;
height: calc(100% - 40px);
overflow-x: hidden;
overflow-y: auto;
width: calc(100% + 14px);
}
#upboxtitle {
font-size: 20px;
padding-bottom: 2px;
text-transform: uppercase;
}
#upboxdisc {
font-size: 14px;
padding-bottom: 8px;
}
#chooseboxtitle
{
font-size: 20px;
... | modules/ibdw/eventcover/templates/base/css/style.css | float: left;
height: calc(100% - 40px);
overflow-x: hidden;
overflow-y: auto;
width: calc(100% + 14px);
}
#upboxtitle {
font-size: 20px;
padding-bottom: 2px;
text-transform: uppercase;
}
#upboxdisc {
font-size: 14px;
padding-bottom: 8px;
}
#chooseboxtitle
{
font-size: 20px;
... | 0.294418 | 0.250649 |
.v-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
border: 0;
}
.content--persona--header {
text-align: center;
}
.content--persona--bio {
text-align: left;
}
.page-blog .blockquote--styled::before {
po... | framework/stylesheets/css/blog.css | .v-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
border: 0;
}
.content--persona--header {
text-align: center;
}
.content--persona--bio {
text-align: left;
}
.page-blog .blockquote--styled::before {
po... | 0.663778 | 0.106737 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html,body {
width: 100%;
height: 100%;
}
body {
display: flex;
align-items: center;
justify-content: center;
background-color: #15B1F0;
flex-direction: row;
position: relative;
}
.wrapper {
display: flex;
flex-wr... | grafic/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html,body {
width: 100%;
height: 100%;
}
body {
display: flex;
align-items: center;
justify-content: center;
background-color: #15B1F0;
flex-direction: row;
position: relative;
}
.wrapper {
display: flex;
flex-wr... | 0.598195 | 0.111507 |
body {
background-color: whitesmoke;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic,
"AppleGothic", sans-serif;
}
#links_container { /* in case if we want to keep the menu sticky, TBD */
/*position: fixed;*/
left: 0;
top: 0;
width: 100%;
}
#nave_menu {
margin: 40px 0 0 0;
... | app/ecommerce/static/ecommerce/default.css | body {
background-color: whitesmoke;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic,
"AppleGothic", sans-serif;
}
#links_container { /* in case if we want to keep the menu sticky, TBD */
/*position: fixed;*/
left: 0;
top: 0;
width: 100%;
}
#nave_menu {
margin: 40px 0 0 0;
... | 0.369429 | 0.157137 |
.modal{
/*width: 345px;*/
position: absolute;
/*height: 868px;
position: absolute;
top: 0px;*/
}
/*@media (max-height:768px) {
.modal{
top: 1%;
}
}*/
.modal, .modal label, .modal input, .modal ul li, .modal h3 {
font-family: Trebuchet MS;
}
.modal-body {
max-height: 100%;
... | src/Application/Sonata/UserBundle/Resources/public/css/main.css | .modal{
/*width: 345px;*/
position: absolute;
/*height: 868px;
position: absolute;
top: 0px;*/
}
/*@media (max-height:768px) {
.modal{
top: 1%;
}
}*/
.modal, .modal label, .modal input, .modal ul li, .modal h3 {
font-family: Trebuchet MS;
}
.modal-body {
max-height: 100%;
... | 0.296451 | 0.080973 |
* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
}
#container {}
#content {
margin: 0 10%;
margin-top: 10px;
}
#legend {
background: rgba(119, 109, 109, 0.66);
padding: 5px;
}
#box {
width: 27%;
margin-right: 1%;
backgr... | ITRA_Testing/my_style.css | * {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
}
#container {}
#content {
margin: 0 10%;
margin-top: 10px;
}
#legend {
background: rgba(119, 109, 109, 0.66);
padding: 5px;
}
#box {
width: 27%;
margin-right: 1%;
backgr... | 0.321673 | 0.167151 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap');
*{
padding: 0 bold;
margin: 0 bold;
box-sizing: border-box;
list-style: none;
font-family: 'Montserrat', sans-serif;
}
body{
background: #585c68;
font-size: 14px;
line-height: 22px;
colo... | style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap');
*{
padding: 0 bold;
margin: 0 bold;
box-sizing: border-box;
list-style: none;
font-family: 'Montserrat', sans-serif;
}
body{
background: #585c68;
font-size: 14px;
line-height: 22px;
colo... | 0.441191 | 0.079961 |
@charset "UTF-8";
.section {
font-size: 9.5pt;
}
.hr {
margin-top: 4pt;
margin-bottom: 4pt;
border: 0;
border-top: 2.5pt solid #000;
}
.heading {
margin-top: 0;
margin-bottom: 0;
font-size: 16pt;
text-align: center;
}
.summary {
margin-top: 18pt;
margin-bottom: 18pt;
}
.summary-left {
width... | static/public/css/print-format.css | @charset "UTF-8";
.section {
font-size: 9.5pt;
}
.hr {
margin-top: 4pt;
margin-bottom: 4pt;
border: 0;
border-top: 2.5pt solid #000;
}
.heading {
margin-top: 0;
margin-bottom: 0;
font-size: 16pt;
text-align: center;
}
.summary {
margin-top: 18pt;
margin-bottom: 18pt;
}
.summary-left {
width... | 0.605099 | 0.077239 |
@import url(../../dist/theme/fonts/league-gothic/league-gothic.css);
/*********************************************
* GLOBAL STYLES
*********************************************/
:root {
--background-color: #FFFAEF;
--main-font: Lato, Helvetica, sans-serif;
--main-font-size: 34px;
--main-color: #657b83;
--b... | dist/theme/wagon.css | @import url(../../dist/theme/fonts/league-gothic/league-gothic.css);
/*********************************************
* GLOBAL STYLES
*********************************************/
:root {
--background-color: #FFFAEF;
--main-font: Lato, Helvetica, sans-serif;
--main-font-size: 34px;
--main-color: #657b83;
--b... | 0.414188 | 0.072999 |
:root {
--primary-font: 'Gentium Book Basic', serif;
--secondary-font: 'Playfair Display', serif;
--theme-dark-blue: #1D3354;
--theme-blue: #467599;
--theme-light-blue: #9ed8db;
--theme-orange: #d64045;
--box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
--large-font: 50... | client/src/index.css | :root {
--primary-font: 'Gentium Book Basic', serif;
--secondary-font: 'Playfair Display', serif;
--theme-dark-blue: #1D3354;
--theme-blue: #467599;
--theme-light-blue: #9ed8db;
--theme-orange: #d64045;
--box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
--large-font: 50... | 0.396886 | 0.110759 |
body {
font-family: "adobe-caslon-pro", serif;
color: #696D6F;
display: inline-block;
background-color: #FCF7E8;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-kerning: normal;
-moz-font-kerning: normal;
font-kerni... | css/style1.css | body {
font-family: "adobe-caslon-pro", serif;
color: #696D6F;
display: inline-block;
background-color: #FCF7E8;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-kerning: normal;
-moz-font-kerning: normal;
font-kerni... | 0.420838 | 0.068944 |
/* 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;
font-family: 'Kaushan Script',... | EverythingNBA.Web/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;
font-family: 'Kaushan Script',... | 0.439747 | 0.073497 |
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
/*
*************************************
END SETUP
*************************************
*/
/... | templates/apps/appResources/appData/resources/css/style.css | html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
/*
*************************************
END SETUP
*************************************
*/
/... | 0.38122 | 0.06028 |
* {
box-sizing: border-box;
}
@font-face
{
font-family: brusher;
src: url("Brusher.ttf");
}
@font-face
{
font-family: CD;
src: url("CD.ttf");
}
html, body {
height: 100%;
margin: 0;
}
body {
background: url("trainbg.jpg");
/*background-image: url("https://encrypted-tbn0.gstatic.com... | Assingment1/flipkart png/style.css | * {
box-sizing: border-box;
}
@font-face
{
font-family: brusher;
src: url("Brusher.ttf");
}
@font-face
{
font-family: CD;
src: url("CD.ttf");
}
html, body {
height: 100%;
margin: 0;
}
body {
background: url("trainbg.jpg");
/*background-image: url("https://encrypted-tbn0.gstatic.com... | 0.49707 | 0.175467 |
/* Might need to ensure this is served with the correct MIME type */
/* (Should be text/x-component) */
/* Might work to add the line "AddType text/x-component .htc" to an .htaccess file..? */
body {
behavior: url(/css/csshover2.htc);
}
/* This helps to center our page */
.wrapper,
.header-wrapper,
.fo... | css/global-ie6.css | /* Might need to ensure this is served with the correct MIME type */
/* (Should be text/x-component) */
/* Might work to add the line "AddType text/x-component .htc" to an .htaccess file..? */
body {
behavior: url(/css/csshover2.htc);
}
/* This helps to center our page */
.wrapper,
.header-wrapper,
.fo... | 0.226527 | 0.054099 |
@charset "utf-8";
@import url("new-media-queries.css");
/*--------------media query css------------------*/
/*------------tablet landscape view------*/
@media (min-width:1600px) {
.container { width: 1530px; }
body.mmh .credited-education-img {
min-height: 270px;
margin: 15px 0;
... | web/app/themes/project-teach/assets/css/responsive.css | @charset "utf-8";
@import url("new-media-queries.css");
/*--------------media query css------------------*/
/*------------tablet landscape view------*/
@media (min-width:1600px) {
.container { width: 1530px; }
body.mmh .credited-education-img {
min-height: 270px;
margin: 15px 0;
... | 0.154951 | 0.094594 |
html{
font-family: 'Raleway', sans-serif;
}
/* table#summary_table.dataTable tbody tr:hover {
background-color: #ffa;
}
table#summary_table.dataTable thead:hover {
background-color: #ffa;
} */
td.details-control {
background: url('http://www.datatables.net/examples/resources/details_open.png') no-repeat ce... | static/css/app.css | html{
font-family: 'Raleway', sans-serif;
}
/* table#summary_table.dataTable tbody tr:hover {
background-color: #ffa;
}
table#summary_table.dataTable thead:hover {
background-color: #ffa;
} */
td.details-control {
background: url('http://www.datatables.net/examples/resources/details_open.png') no-repeat ce... | 0.421671 | 0.081996 |
.login-form {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: white;
margin-top: 70px;
}
.login-form .cgu {
font-size: 12px;
color: #999999;
margin-bottom: 35px;
width: 95%;
}
.login-form .container {
display: flex;
justify-content: center... | src/containers/SignUp/index.css | .login-form {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: white;
margin-top: 70px;
}
.login-form .cgu {
font-size: 12px;
color: #999999;
margin-bottom: 35px;
width: 95%;
}
.login-form .container {
display: flex;
justify-content: center... | 0.353763 | 0.06028 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100&display=swap');
* {
font-family:'Advent Pro', 'Trebuchet MS', sans-serif;
}
html {
height: 100%;
background-color: #fbc3ad;
}
body {
margin: 0% 10% 0% 10%;
}
header {
height: 10%;
padding-left: 10%;
p... | projeto001/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100&display=swap');
* {
font-family:'Advent Pro', 'Trebuchet MS', sans-serif;
}
html {
height: 100%;
background-color: #fbc3ad;
}
body {
margin: 0% 10% 0% 10%;
}
header {
height: 10%;
padding-left: 10%;
p... | 0.295332 | 0.13109 |
@import '~slick-carousel/slick/slick.css';
@import '~slick-carousel/slick/slick-theme.css';
@import 'css/style.css';
@import '~@stackrox/tailwind-config/light.theme.css';
@import '~@stackrox/tailwind-config/dark.theme.css';
.theme-dark .react-select__option:hover,
.theme-dark .react-select__option:focus,
.theme-dark ... | ui/apps/platform/src/app.tw.css | @import '~slick-carousel/slick/slick.css';
@import '~slick-carousel/slick/slick-theme.css';
@import 'css/style.css';
@import '~@stackrox/tailwind-config/light.theme.css';
@import '~@stackrox/tailwind-config/dark.theme.css';
.theme-dark .react-select__option:hover,
.theme-dark .react-select__option:focus,
.theme-dark ... | 0.643441 | 0.061143 |
.chrys-background-color-bokeh-red-grey-3-1 {
background-color: #999999; }
.chrys-background-color-bokeh-red-grey-3-2 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-3-3 {
background-color: #ef8a62; }
.chrys-background-color-bokeh-red-grey-4-1 {
background-color: #404040; }
.chrys-backg... | demo/css/background-color/bokeh-red-grey.css | .chrys-background-color-bokeh-red-grey-3-1 {
background-color: #999999; }
.chrys-background-color-bokeh-red-grey-3-2 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-3-3 {
background-color: #ef8a62; }
.chrys-background-color-bokeh-red-grey-4-1 {
background-color: #404040; }
.chrys-backg... | 0.559771 | 0.10026 |
* {
font-family: 'Montserrat';
font-weight: normal;
font-style: normal;
}
/* Couleur menu droit */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
background: #fff;
}
/* Polices */
@font-face {
font-family: 'Montserrat';
src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
font-weight: n... | open_odyssey/public/css/main.css |
* {
font-family: 'Montserrat';
font-weight: normal;
font-style: normal;
}
/* Couleur menu droit */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
background: #fff;
}
/* Polices */
@font-face {
font-family: 'Montserrat';
src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
font-weight: n... | 0.503418 | 0.131647 |
@import url(https://fonts.googleapis.com/css?family=Lato");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
#copywrite {
text-align: center;
padding: 10px 0 0 0;
}
.fa {
padding: 0 10px 0 0;
color: #fff;
}
body {
font-family: 'Lato', sans-serif;
}... | css/style.css | @import url(https://fonts.googleapis.com/css?family=Lato");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
#copywrite {
text-align: center;
padding: 10px 0 0 0;
}
.fa {
padding: 0 10px 0 0;
color: #fff;
}
body {
font-family: 'Lato', sans-serif;
}... | 0.263884 | 0.116236 |
body,html{ height: 100%;}
.wrapper{ height: 100%;}
.bar-nav{ background: url(../img/top_bar.png) repeat-x #2072e2; height: 55px; position: relative; z-index: 9; border-bottom: 1px solid #489af0; box-shadow: 0 4px 4px rgba(0,0,0,.5); }
.bar-nav .bar-inner{ padding: 7px;}
.cont-celds{ height: calc(100% - 56px); }
... | src/main/webapp/assetsvisor/css/geomimp_1.css | body,html{ height: 100%;}
.wrapper{ height: 100%;}
.bar-nav{ background: url(../img/top_bar.png) repeat-x #2072e2; height: 55px; position: relative; z-index: 9; border-bottom: 1px solid #489af0; box-shadow: 0 4px 4px rgba(0,0,0,.5); }
.bar-nav .bar-inner{ padding: 7px;}
.cont-celds{ height: calc(100% - 56px); }
... | 0.283583 | 0.11358 |
body {
font-style: 'Source Sans Pro';
font-size: 17px;
}
.nav-flex{
background-color: white;
border: 0px;
position: relative;
height: 65%;
padding-top: 0.2%;
color: red;
box-shadow: 0 0px 0px -0px rgba(0,0,0,.0);
display: flex;
align-items: center;
justify-content: space-around;
}
.header-nav{
margin... | public/css/pages/layouts/header.css | body {
font-style: 'Source Sans Pro';
font-size: 17px;
}
.nav-flex{
background-color: white;
border: 0px;
position: relative;
height: 65%;
padding-top: 0.2%;
color: red;
box-shadow: 0 0px 0px -0px rgba(0,0,0,.0);
display: flex;
align-items: center;
justify-content: space-around;
}
.header-nav{
margin... | 0.266835 | 0.066812 |
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial,
sans-serif;
background-color: #f5f5f5;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
form {
margin: 0;
padding: 0;
border: 0;
background: trans... | client/src/App.css | *,
*::before,
*::after {
box-sizing: border-box;
}
body {
font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial,
sans-serif;
background-color: #f5f5f5;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
form {
margin: 0;
padding: 0;
border: 0;
background: trans... | 0.41478 | 0.066995 |
nav {
font-family: 'Didact Gothic', sans-serif;
font-size: 1.2em;
}
a.nav-fontsize {
font-size: 1em;
margin-right: 1em;
}
h2.fontThisRight {
font-family: 'SeasonedHostess';
font-size: 2.5em;
}
p.grey-text {
font-family: 'Didact Gothic', sans-serif;
font-size: 14.5px;
}
.tedhead-img {
background-im... | css/hiKarlStyle.css | nav {
font-family: 'Didact Gothic', sans-serif;
font-size: 1.2em;
}
a.nav-fontsize {
font-size: 1em;
margin-right: 1em;
}
h2.fontThisRight {
font-family: 'SeasonedHostess';
font-size: 2.5em;
}
p.grey-text {
font-family: 'Didact Gothic', sans-serif;
font-size: 14.5px;
}
.tedhead-img {
background-im... | 0.496094 | 0.102934 |
#content {
margin: auto;
width:100%;
height: fit-content;
}
#footerBO {
height: 2rem;
width: 100%;
/* position: absolute; */
bottom: 0;
}
.tooltipProposal {
margin-top: auto;
margin-bottom: auto;
}
.tooltipProposal .tooltiptext {
visibility: hidden;
width: fit-content;
background-color: #313131;... | public/css/main.css | #content {
margin: auto;
width:100%;
height: fit-content;
}
#footerBO {
height: 2rem;
width: 100%;
/* position: absolute; */
bottom: 0;
}
.tooltipProposal {
margin-top: auto;
margin-bottom: auto;
}
.tooltipProposal .tooltiptext {
visibility: hidden;
width: fit-content;
background-color: #313131;... | 0.330471 | 0.065845 |
body {
background: #fff;
font-size: 18px;
font-family: Martel, georgia;
}
li {
list-style: none;
}
h1,
h2,
h3,
h4,
a,
li,
ul {
margin: 0;
padding: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
a {
text-decoration: none;
color: #222;
}
a:hover {
background: #f4f4f4;
}
.loader {
width: 1... | public/css/styles.css | body {
background: #fff;
font-size: 18px;
font-family: Martel, georgia;
}
li {
list-style: none;
}
h1,
h2,
h3,
h4,
a,
li,
ul {
margin: 0;
padding: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
a {
text-decoration: none;
color: #222;
}
a:hover {
background: #f4f4f4;
}
.loader {
width: 1... | 0.264168 | 0.083628 |
html {
height: 100%;
background: linear-gradient(141deg,#61dafb 0,#282c34 51%,#20232a 75%);
}
html,
body {
margin: 0;
padding: 0;
}
#app {
font-family: "Avenir", Helvetica, Arial, sans-serif;
}
button.destroy {
margin: 0;
padding: 0;
border: 0;
background: none;
font-size: 100%;
vertical-align:... | src/components/App.css | html {
height: 100%;
background: linear-gradient(141deg,#61dafb 0,#282c34 51%,#20232a 75%);
}
html,
body {
margin: 0;
padding: 0;
}
#app {
font-family: "Avenir", Helvetica, Arial, sans-serif;
}
button.destroy {
margin: 0;
padding: 0;
border: 0;
background: none;
font-size: 100%;
vertical-align:... | 0.347648 | 0.073497 |
.jp-Notebook .metanno-table {
min-height: 300px;
}
.metanno-table {
height: 100%;
width: 100%;
overflow: hidden;
}
.metanno-table-filter {
inline-size: 100%;
padding: 4px;
font-size: 14px;
background: var(--jp-input-background);
color: var(--jp-ui-font-color0);
border: 1px soli... | src/components/TableComponent/style.css | .jp-Notebook .metanno-table {
min-height: 300px;
}
.metanno-table {
height: 100%;
width: 100%;
overflow: hidden;
}
.metanno-table-filter {
inline-size: 100%;
padding: 4px;
font-size: 14px;
background: var(--jp-input-background);
color: var(--jp-ui-font-color0);
border: 1px soli... | 0.441914 | 0.117092 |
@charset "UTF-8";
/*---------------------------------------------------------------------
Template Name: Administry
Version: 1.0
Release Date: July 12, 2010
File: style.css
Updated: 2010-07-12
Copyright (c) 2010
-----------------------------------------------------------------------
WARNING! DO NOT... | static/css/style.css | @charset "UTF-8";
/*---------------------------------------------------------------------
Template Name: Administry
Version: 1.0
Release Date: July 12, 2010
File: style.css
Updated: 2010-07-12
Copyright (c) 2010
-----------------------------------------------------------------------
WARNING! DO NOT... | 0.304145 | 0.065217 |
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html, body {
padding: 0px;
margin: 0px; }
body {
background: peru;
font-family: "Quicksand", sans-serif; }
h1 {
font-family: "Quicksand", sans-serif;
font-weight: bold; }
@-webkit-keyfra... | css/styles.css | *,
*::before,
*::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html, body {
padding: 0px;
margin: 0px; }
body {
background: peru;
font-family: "Quicksand", sans-serif; }
h1 {
font-family: "Quicksand", sans-serif;
font-weight: bold; }
@-webkit-keyfra... | 0.354545 | 0.074433 |
body {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
color: #333;
font-family: "Montserrat", sans-serif;
font-size: 16px;
line-height: 1.6;
word-wrap: break-word;
width: 728px;
max-width: 99%;
box-sizing: border-box;
padding: 30px 30px 8rem 30px;
margin-left: auto;
margin-right: auto... | css/site.css | body {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
color: #333;
font-family: "Montserrat", sans-serif;
font-size: 16px;
line-height: 1.6;
word-wrap: break-word;
width: 728px;
max-width: 99%;
box-sizing: border-box;
padding: 30px 30px 8rem 30px;
margin-left: auto;
margin-right: auto... | 0.326271 | 0.073364 |
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoonaaaa.eot?niyo3q');
src: url('../fonts/icomoonaaaa.eot?niyo3q#iefix') format('embedded-opentype'), url('../fonts/icomoonaaaa.ttf?niyo3q') format('truetype'), url('../fonts/icomoonaaaa.woff?niyo3q') format('woff'), url('../fonts/icomoonaaaa.svg?niyo3q#i... | client/public/css/flaticon.css | @font-face {
font-family: 'icomoon';
src: url('../fonts/icomoonaaaa.eot?niyo3q');
src: url('../fonts/icomoonaaaa.eot?niyo3q#iefix') format('embedded-opentype'), url('../fonts/icomoonaaaa.ttf?niyo3q') format('truetype'), url('../fonts/icomoonaaaa.woff?niyo3q') format('woff'), url('../fonts/icomoonaaaa.svg?niyo3q#i... | 0.298901 | 0.095983 |