code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
scroll-behavior: smooth;
}
.container-fluid {
display: flex;
align-items: center;
justify-content: center;
margin-top:... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
scroll-behavior: smooth;
}
.container-fluid {
display: flex;
align-items: center;
justify-content: center;
margin-top:... | 0.378 | 0.089733 |
::selection {
background-color: var(--highlight);
}
html,body {
background: #111;
}
.container {
max-width: 1680px;
background: white;
margin: auto;
overflow-x: hidden;
}
.nav-r {
display: none;
}
@media only screen and (max-width: 1024px) {
.nav-r {
display: inline;
}
.nav-p {
display: ... | src/css/imports/_styles.css | ::selection {
background-color: var(--highlight);
}
html,body {
background: #111;
}
.container {
max-width: 1680px;
background: white;
margin: auto;
overflow-x: hidden;
}
.nav-r {
display: none;
}
@media only screen and (max-width: 1024px) {
.nav-r {
display: inline;
}
.nav-p {
display: ... | 0.556641 | 0.089018 |
.clear {
clear: both;
}
.p-a {
position: absolute;
}
.p-r {
position: relative;
}
.p-f {
position: fixed;
}
.full-w {
width: 100%;
}
.full-h {
height: 100%;
}
.f-l {
float: left;
}
.f-r {
float: right;
}
.text-of {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
... | wap/common/common.css | .clear {
clear: both;
}
.p-a {
position: absolute;
}
.p-r {
position: relative;
}
.p-f {
position: fixed;
}
.full-w {
width: 100%;
}
.full-h {
height: 100%;
}
.f-l {
float: left;
}
.f-r {
float: right;
}
.text-of {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
... | 0.558809 | 0.226484 |
/*Resetando configurações*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*Definindo variáveis*/
:root{
--vermelho: #e50914;
--preto: #000000;
}
body{
background: var(--preto); /*acessando variável*/
font-family: Arial, Helvetica, sans-serif;
color: white;
opacity: .8;
}
.co... | Detroit Motors/estilo/estilo.css |
/*Resetando configurações*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*Definindo variáveis*/
:root{
--vermelho: #e50914;
--preto: #000000;
}
body{
background: var(--preto); /*acessando variável*/
font-family: Arial, Helvetica, sans-serif;
color: white;
opacity: .8;
}
.co... | 0.338077 | 0.079424 |
body {
margin: 0;
color: #555;
font-size: 14px;
line-height: 24px;
background: #f7f7f7;
font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
font-weight: bold;
}
h1 {
font-size: 36px;
line-height: 40px;
}
h2 {
font-size: 30px;
line-height: 4... | docs/assets/css/style.css | body {
margin: 0;
color: #555;
font-size: 14px;
line-height: 24px;
background: #f7f7f7;
font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
font-weight: bold;
}
h1 {
font-size: 36px;
line-height: 40px;
}
h2 {
font-size: 30px;
line-height: 4... | 0.350755 | 0.06804 |
@font-face {
font-family: 'megrimfont';
src: url('../fonts/Act_Of_Rejection.ttf');
}
.megrim-font {
font-family: 'megrimfont';
}
@font-face {
font-family: 'Rubik';
src: url('../fonts/static/Rubik-Bold.ttf');
}
.rubik-font {
font-family: 'Rubik';
}
@font-face {
font-family: 'Rubik';
s... | public/assets/css/style.css | @font-face {
font-family: 'megrimfont';
src: url('../fonts/Act_Of_Rejection.ttf');
}
.megrim-font {
font-family: 'megrimfont';
}
@font-face {
font-family: 'Rubik';
src: url('../fonts/static/Rubik-Bold.ttf');
}
.rubik-font {
font-family: 'Rubik';
}
@font-face {
font-family: 'Rubik';
s... | 0.453988 | 0.073796 |
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300);
* {
margin: 0;
padding: 0;
transition: all 0.2s ease-out;
}
body {
background: #aaa;
font-family: Merriweather, "Palatino Linotype", Georgia, serif;
font-size: 21pt;
line-height: 170%;
text-rendering: optimizeLegibility;
-web... | themes/hipster-gray.css | @import url(https://fonts.googleapis.com/css?family=Merriweather:400,300);
* {
margin: 0;
padding: 0;
transition: all 0.2s ease-out;
}
body {
background: #aaa;
font-family: Merriweather, "Palatino Linotype", Georgia, serif;
font-size: 21pt;
line-height: 170%;
text-rendering: optimizeLegibility;
-web... | 0.426322 | 0.104614 |
.base-holder{
border: 1px solid #eaeaea;
padding-top:5px;
padding-bottom:0;
padding-left:5px !important;
padding-right:5px !important;
overflow: hidden;
}
.base-holder input[type='text']{
border: none;
width: 100px;
font-size: 13px;
color: #666666;
outline:none;
margin-bo... | assets/css/style.css | .base-holder{
border: 1px solid #eaeaea;
padding-top:5px;
padding-bottom:0;
padding-left:5px !important;
padding-right:5px !important;
overflow: hidden;
}
.base-holder input[type='text']{
border: none;
width: 100px;
font-size: 13px;
color: #666666;
outline:none;
margin-bo... | 0.256459 | 0.087058 |
:root {
/*
* Triad Colors
* #9ECC7D, #E7A98E, #9D6098
* note: saving this palette as an example - not happy w/ color scheme
*/
/*-Primary */
--primary-color-h: 95;
--primary-color-s: 44%;
--primary-color-l: 65%;
--primary-color: hsl(var(--primary-color-h), var(--primary-color-s), var(--primary-colo... | src/styles/olivineMonochromaticPalette.css | :root {
/*
* Triad Colors
* #9ECC7D, #E7A98E, #9D6098
* note: saving this palette as an example - not happy w/ color scheme
*/
/*-Primary */
--primary-color-h: 95;
--primary-color-s: 44%;
--primary-color-l: 65%;
--primary-color: hsl(var(--primary-color-h), var(--primary-color-s), var(--primary-colo... | 0.358241 | 0.120879 |
button.btn,
a.fake-btn {
border: 1px solid;
box-sizing: border-box;
font-family: inherit;
margin: 0;
text-align: center;
text-decoration: none;
vertical-align: bottom;
background-color: transparent;
border-radius: var(--btn-border-radius, var(--border-radius-button, 48px));
color: inherit;
display... | dist/button/ds6/button.css | button.btn,
a.fake-btn {
border: 1px solid;
box-sizing: border-box;
font-family: inherit;
margin: 0;
text-align: center;
text-decoration: none;
vertical-align: bottom;
background-color: transparent;
border-radius: var(--btn-border-radius, var(--border-radius-button, 48px));
color: inherit;
display... | 0.372505 | 0.038683 |
.lfr-panel-container, .lfr-floating-container {
clear: both; }
.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
border: 1px solid transparent; }
.lfr-floating-container {
position: relative; }
.lfr-floating-container .lfr-form-row, .lfr-panel-container .lfr-panel {
border-width: 0; }
... | tomcat-7.0.62/webapps/ROOT/html/css/portal/.sass-cache/panel_component.css | .lfr-panel-container, .lfr-floating-container {
clear: both; }
.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
border: 1px solid transparent; }
.lfr-floating-container {
position: relative; }
.lfr-floating-container .lfr-form-row, .lfr-panel-container .lfr-panel {
border-width: 0; }
... | 0.314787 | 0.085633 |
row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
float: left;
width: 66.66666666666666%;
}
body {
padding: 60px 0px;
b... | rideshare/public/stylesheets/index.css |
row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
float: left;
width: 66.66666666666666%;
}
body {
padding: 60px 0px;
b... | 0.452294 | 0.074973 |
@media screen and (max-width : 1199px) {
.db_my_interests li {
margin: 0 5px;
margin-bottom: 15px;
}
.dark_box_bg h4 {
font-size: 18px;
line-height: 20px;
}
}
@media screen and (max-width : 991px) {
.contact_info_section {
margin-bottom: 10... | assets/css/responsive.css | @media screen and (max-width : 1199px) {
.db_my_interests li {
margin: 0 5px;
margin-bottom: 15px;
}
.dark_box_bg h4 {
font-size: 18px;
line-height: 20px;
}
}
@media screen and (max-width : 991px) {
.contact_info_section {
margin-bottom: 10... | 0.227641 | 0.063424 |
body{
background-color: white;
}
.spctop{
margin-top: 60px;
}
/* MODALS */
.modal-content{
padding:40px!important;
}
.modal-title{
color: #A52A2A;
font-family: 'Roboto Condensed', sans-serif;
font-size: 25px;
}
.modal-details{
font-family: 'Roboto Condensed', sans-serif!important;
... | css/admincss.css | body{
background-color: white;
}
.spctop{
margin-top: 60px;
}
/* MODALS */
.modal-content{
padding:40px!important;
}
.modal-title{
color: #A52A2A;
font-family: 'Roboto Condensed', sans-serif;
font-size: 25px;
}
.modal-details{
font-family: 'Roboto Condensed', sans-serif!important;
... | 0.297674 | 0.038035 |
.awe-body-loading {
overflow: hidden;
}
.awe-page-loading {
position: fixed;
z-index: 9999999;
background: #fff;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.awe-loading-wrapper {
text-align: center;
width: 150px;
height: 100px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -100... | static/assets/css/components/Layout/_loading.css | .awe-body-loading {
overflow: hidden;
}
.awe-page-loading {
position: fixed;
z-index: 9999999;
background: #fff;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.awe-loading-wrapper {
text-align: center;
width: 150px;
height: 100px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -100... | 0.47244 | 0.063366 |
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
* {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#clickCenter {
top: 50%;
... | css/main_mobile.css | @import url('https://fonts.googleapis.com/css?family=Roboto:300');
* {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#clickCenter {
top: 50%;
... | 0.473414 | 0.066176 |
body {
margin: 0;
padding: 0;
font: 1rem/1.5 system, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
text-align: center;
color: #282828;
background: #f8f8f8;
}
blockquote,
h1, h2, h3, h4, h5, h6,
dl, ol, ul,
p,
pre {
margin: 0.75rem 0;
}
li {
margin: 0.25rem 0;
}
h1, h2, h3, h4 {
... | css/site.css | body {
margin: 0;
padding: 0;
font: 1rem/1.5 system, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
text-align: center;
color: #282828;
background: #f8f8f8;
}
blockquote,
h1, h2, h3, h4, h5, h6,
dl, ol, ul,
p,
pre {
margin: 0.75rem 0;
}
li {
margin: 0.25rem 0;
}
h1, h2, h3, h4 {
... | 0.529507 | 0.10683 |
@keyframes rotate {
100%{
transform:rotate(360deg);
}
}
#milk.krok2{
animation:milktobowl 12s infinite;
}
@keyframes milktobowl{
0%{
transform: translate(0,0);
}
25%{
transform:translate(0,-20vh);
}
50%{
opacity:1;
transform:translate(680px,-20vh);... | Ivt/Ukol-html-final/files/classmates/David/Animations.css | @keyframes rotate {
100%{
transform:rotate(360deg);
}
}
#milk.krok2{
animation:milktobowl 12s infinite;
}
@keyframes milktobowl{
0%{
transform: translate(0,0);
}
25%{
transform:translate(0,-20vh);
}
50%{
opacity:1;
transform:translate(680px,-20vh);... | 0.546012 | 0.169406 |
@import url("font-awesome.min.css");
@import
url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");
@charset "UTF-8";
z
.but {
text-align: center;
margin: 20px;
}
.but a {
margin-left: 15px;
margin-right: 15px;
}
h2 b {
margin-left: 10px;
}
.pp {
float: left;
font-size: ... | travel/src/main/webapp/assets/css/writeForm.css | @import url("font-awesome.min.css");
@import
url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");
@charset "UTF-8";
z
.but {
text-align: center;
margin: 20px;
}
.but a {
margin-left: 15px;
margin-right: 15px;
}
h2 b {
margin-left: 10px;
}
.pp {
float: left;
font-size: ... | 0.348091 | 0.086864 |
body {
padding: 0;
margin: 0;
background-color: #f8f9fa;
}
a {
-webkit-tap-highlight-color: transparent;
}
svg {
width: 40vw;
height: auto;
}
#svg-map path {
fill: #888888;
stroke: #ffffff;
stroke-width: 1.0;
stroke-linecap: round;
stroke-linejoin: round;
}
#svg-map circl... | css/style.css | body {
padding: 0;
margin: 0;
background-color: #f8f9fa;
}
a {
-webkit-tap-highlight-color: transparent;
}
svg {
width: 40vw;
height: auto;
}
#svg-map path {
fill: #888888;
stroke: #ffffff;
stroke-width: 1.0;
stroke-linecap: round;
stroke-linejoin: round;
}
#svg-map circl... | 0.607547 | 0.103703 |
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');
@import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
font-family: 'Exo', sans-serif;
overflow: hidden;
}
.container-fluid{
... | front/src/app/components/sala-espera/sala-espera.component.css | @import url('https://fonts.googleapis.com/css?family=Exo:400,700');
@import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
font-family: 'Exo', sans-serif;
overflow: hidden;
}
.container-fluid{
... | 0.317426 | 0.088939 |
.navbar {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.navbar-brand {
font-weight: bold !important;
margin-right: 30px;
}
.nav-link {
color: black !important;
margin-right: 10px;
}
.nav-link:hover {
color: gray !important;
}
.fass {
font-family: 'Nunito', sans-seri... | public/css/custom.css | .navbar {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.navbar-brand {
font-weight: bold !important;
margin-right: 30px;
}
.nav-link {
color: black !important;
margin-right: 10px;
}
.nav-link:hover {
color: gray !important;
}
.fass {
font-family: 'Nunito', sans-seri... | 0.38145 | 0.097993 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Open Sans";
font-size: 16px;
background-color: #eee;
}
/**
* CARD
**/
.card {
/* position: absolute; */
top: 50%;
left: 50%;
-webki... | assets/css/teste.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Open Sans";
font-size: 16px;
background-color: #eee;
}
/**
* CARD
**/
.card {
/* position: absolute; */
top: 50%;
left: 50%;
-webki... | 0.47244 | 0.085939 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
}
#top{
width: 100%;
height: 100vh;
background-image: url('bg.jpg');
background-position: center;
background-repeat: no-repeat;
background... | content/wwwroot/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
}
#top{
width: 100%;
height: 100vh;
background-image: url('bg.jpg');
background-position: center;
background-repeat: no-repeat;
background... | 0.375821 | 0.086478 |
html {
box-sizing: border-box;
width: 100%;
height: 100%;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: 'Fira Mono', monospace;
font-size: 14px;
line-height: 14px;
background: #fff;
color: #000;
}
.right {
float: right;
... | src/css/styles.css | html {
box-sizing: border-box;
width: 100%;
height: 100%;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: 'Fira Mono', monospace;
font-size: 14px;
line-height: 14px;
background: #fff;
color: #000;
}
.right {
float: right;
... | 0.455925 | 0.10904 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@font-face {
font-family: SZSansRegular;
src: url("http://polpix.sueddeutsche.com/staticassets/fonts/sz-sans/SZSans.eot");
src: url("http://polpix.sueddeutsche.com/staticassets/fonts/sz-sans/SZSans.eot#iefix") ... | app/css/style.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@font-face {
font-family: SZSansRegular;
src: url("http://polpix.sueddeutsche.com/staticassets/fonts/sz-sans/SZSans.eot");
src: url("http://polpix.sueddeutsche.com/staticassets/fonts/sz-sans/SZSans.eot#iefix") ... | 0.372391 | 0.068569 |
@charset "utf-8";
/* M+的组件 */
.mp-mms-wrap{position:relative;padding-left:60px;zoom:1;}
.mp-mms-l{border:1px solid #d4c3d5;width:54px;position:absolute;left:0;top:0;}
.mp-mms-o{height:12px;padding:5px 1px 3px;background:#d4c3d5;}
.mp-mms-o a{float:left;width:7px;height:9px;overflow:hidden;margin:0 3px;background... | js/misc/m+/mp-mms/mp-mms.css | @charset "utf-8";
/* M+的组件 */
.mp-mms-wrap{position:relative;padding-left:60px;zoom:1;}
.mp-mms-l{border:1px solid #d4c3d5;width:54px;position:absolute;left:0;top:0;}
.mp-mms-o{height:12px;padding:5px 1px 3px;background:#d4c3d5;}
.mp-mms-o a{float:left;width:7px;height:9px;overflow:hidden;margin:0 3px;background... | 0.235284 | 0.047514 |
* {
margin: 0;
padding: 0;
}
body {
text-align: center;
font-family: "Montserrat", sans-serif;
}
#section-1 {
background-image: url(../assets/backgrounds/h_img.png);
background-size: cover;
height: 110vh;
background-attachment: fixed;
color: white;
}
#logo {
padding-top: 20vh;
padding-bottom: 20... | css/style.css | * {
margin: 0;
padding: 0;
}
body {
text-align: center;
font-family: "Montserrat", sans-serif;
}
#section-1 {
background-image: url(../assets/backgrounds/h_img.png);
background-size: cover;
height: 110vh;
background-attachment: fixed;
color: white;
}
#logo {
padding-top: 20vh;
padding-bottom: 20... | 0.336658 | 0.098252 |
html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
background-color: white;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.dhx_dataview {
overflow-y: auto !important;
}
.dhx_dataview_default_item,
.dhx_dataview_default_item_selected {
position: relative;
border-width: 0px !im... | c2cchat.css | html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
background-color: white;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.dhx_dataview {
overflow-y: auto !important;
}
.dhx_dataview_default_item,
.dhx_dataview_default_item_selected {
position: relative;
border-width: 0px !im... | 0.289573 | 0.077413 |
.cardBody {
border: 1px solid var(--grey-1);
box-shadow: none;
justify-self: center;
width: 100%;
}
.cardBody:hover {
box-shadow: var(--bs-sm);
}
.cardBodyLink {
height: 100%;
}
.cardImgAdjustment {
height: 200px;
object-fit: cover;
width: 100%;
}
.badgeIconWidth {
height: 50px;
width: 35px;
}... | src/components/GamesCard/GamesCard.module.css | .cardBody {
border: 1px solid var(--grey-1);
box-shadow: none;
justify-self: center;
width: 100%;
}
.cardBody:hover {
box-shadow: var(--bs-sm);
}
.cardBodyLink {
height: 100%;
}
.cardImgAdjustment {
height: 200px;
object-fit: cover;
width: 100%;
}
.badgeIconWidth {
height: 50px;
width: 35px;
}... | 0.441673 | 0.115686 |
html {
height: 100%;
}
body {
min-height: 100%;
}
span {
color: #dc4e76;
}
.banner {
position: relative;
background: url(./image/fog-1209447_1280.jpg);
min-height: 100vh;
margin: -15px;
background-size: cover;
background-position: center;
padding: 250px 0 200px;
}
header {
... | style.css | html {
height: 100%;
}
body {
min-height: 100%;
}
span {
color: #dc4e76;
}
.banner {
position: relative;
background: url(./image/fog-1209447_1280.jpg);
min-height: 100vh;
margin: -15px;
background-size: cover;
background-position: center;
padding: 250px 0 200px;
}
header {
... | 0.318167 | 0.048949 |
input[type=checkbox] {
-webkit-appearance: none;
appearance: none;
padding: 0;
cursor: pointer;
background-color: var(--background-primary);
border: 1px solid var(--text-faint);
border-radius: 3px;
}
input[type=checkbox]:focus,
input[type=checkbox]:hover {
outline: 0;
border-color: var(--text-faint);... | .theme/task-list.css | input[type=checkbox] {
-webkit-appearance: none;
appearance: none;
padding: 0;
cursor: pointer;
background-color: var(--background-primary);
border: 1px solid var(--text-faint);
border-radius: 3px;
}
input[type=checkbox]:focus,
input[type=checkbox]:hover {
outline: 0;
border-color: var(--text-faint);... | 0.365343 | 0.075075 |
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem ... | public/style/page.css | .btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem ... | 0.344885 | 0.062217 |
width: auto;
height: 800px;
/*background-color: gray;*/
}
.offer-box{
width: auto;
height: 140px;
margin-bottom: 10px;
padding: 3px;
/*background-color: green;*/
border-style: solid;
border-width: 1px;
border-color: lightslategray;
}
.picture-box{
width: 180px;
height: 130px;
/*... | styles/ads_style.css | width: auto;
height: 800px;
/*background-color: gray;*/
}
.offer-box{
width: auto;
height: 140px;
margin-bottom: 10px;
padding: 3px;
/*background-color: green;*/
border-style: solid;
border-width: 1px;
border-color: lightslategray;
}
.picture-box{
width: 180px;
height: 130px;
/*... | 0.524882 | 0.078713 |
*{
box-sizing: border-box;
}
/**Header*/
a{
transition: all 0.3s ease 0s;
}
.d_flex{
display: flex;
}
.align_itemsC{
align-items: center;
}
.d_inlineF{
display: inline-flex;
}
#nav-menu-container ul li{
display: inline-flex;
padding: 10px 10px 3px 10px;
}
#nav-menu-container a{
font... | static_site/css/main.css |
*{
box-sizing: border-box;
}
/**Header*/
a{
transition: all 0.3s ease 0s;
}
.d_flex{
display: flex;
}
.align_itemsC{
align-items: center;
}
.d_inlineF{
display: inline-flex;
}
#nav-menu-container ul li{
display: inline-flex;
padding: 10px 10px 3px 10px;
}
#nav-menu-container a{
font... | 0.386879 | 0.086246 |
@media (min-width: 1440px) {
.min-l {display: flex;}
.min-m {display: flex;}
.max-m {display: none;}
.footer-right>div.column-one {
padding-left: 6em;
}
}
@media (max-width: 1440px){
.min-l {display: none;}
.min-m {display: flex;}
.max-m {display: flex;}
body .navbar-conta... | powerhub.css | @media (min-width: 1440px) {
.min-l {display: flex;}
.min-m {display: flex;}
.max-m {display: none;}
.footer-right>div.column-one {
padding-left: 6em;
}
}
@media (max-width: 1440px){
.min-l {display: none;}
.min-m {display: flex;}
.max-m {display: flex;}
body .navbar-conta... | 0.362743 | 0.062818 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
## Post, Page, Comments Table
# Forms
# Navigation
## Links
## Menus
## Pagination
## Navigation responsive
### Mobile CSS
### Pagination responsive
# Accessibility
# Alignments
# Clea... | web/frontend/themes/GlgProductions/css/style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
## Post, Page, Comments Table
# Forms
# Navigation
## Links
## Menus
## Pagination
## Navigation responsive
### Mobile CSS
### Pagination responsive
# Accessibility
# Alignments
# Clea... | 0.294114 | 0.044827 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Mono&display=swap");
body {
background-color: aliceblue;
}
* {
margin: 0;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
h1 {
text-align: center;
... | Calculators/Significant-figures/styles/styles.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Mono&display=swap");
body {
background-color: aliceblue;
}
* {
margin: 0;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
h1 {
text-align: center;
... | 0.264263 | 0.050424 |
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-family: "Courier New", Courier, monospace;
background-color: black;
color: antiquewhite;
}
li {
list-style-type: none;
}
.hidden {
display: none;
}
.display {
display: block;
}
header {
text-align: center;
}
.nav li... | css/styles.css | html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-family: "Courier New", Courier, monospace;
background-color: black;
color: antiquewhite;
}
li {
list-style-type: none;
}
.hidden {
display: none;
}
.display {
display: block;
}
header {
text-align: center;
}
.nav li... | 0.630457 | 0.086671 |
.header_row {
background: #007BFF !important;
color: #FFF;
padding-left: 1.25rem;
padding-right: 0.25rem;
}
.tickets_wrapper {
background: #EEE;
}
.accordion_wrapper {
width: 100%;
}
.accordion_wrapper .card {
border-radius: 0;
border-bottom: 0;
}
.accordion_... | DCx.Webshop/wwwroot/css/Ticketing.css | .header_row {
background: #007BFF !important;
color: #FFF;
padding-left: 1.25rem;
padding-right: 0.25rem;
}
.tickets_wrapper {
background: #EEE;
}
.accordion_wrapper {
width: 100%;
}
.accordion_wrapper .card {
border-radius: 0;
border-bottom: 0;
}
.accordion_... | 0.563378 | 0.102215 |
body{margin:0;background:#F7F7F7;}
.top{height:50px;border-bottom:1px solid #ebebeb;background:#fff;}
.top h1{margin:0;font-weight:400;font-size:1.8em;font-family:'Microsoft YaHei';line-height:50px;}
.top h1 a{color:#2FAE36;text-decoration:none;}
.container{margin:0 auto;width:80%;}
.note{margin-top:20px;padding:0 10px... | wish/css/style.css | body{margin:0;background:#F7F7F7;}
.top{height:50px;border-bottom:1px solid #ebebeb;background:#fff;}
.top h1{margin:0;font-weight:400;font-size:1.8em;font-family:'Microsoft YaHei';line-height:50px;}
.top h1 a{color:#2FAE36;text-decoration:none;}
.container{margin:0 auto;width:80%;}
.note{margin-top:20px;padding:0 10px... | 0.148016 | 0.044431 |
body {
margin: 0px;
padding: 0px;
ovesrflow: hidden;
font-family: 'Roboto';
font-weight: 300;
}
circle,
rect {
stroke: #808080;
fill: #ddd;
stroke-width: 1;
}
path[state=true] {
transition: all 100ms ease-in;
stroke: #f00;
stroke-width: 2;
}
path {
transition: all 100ms ease-in;
stroke: #80808... | styles/seq.css | body {
margin: 0px;
padding: 0px;
ovesrflow: hidden;
font-family: 'Roboto';
font-weight: 300;
}
circle,
rect {
stroke: #808080;
fill: #ddd;
stroke-width: 1;
}
path[state=true] {
transition: all 100ms ease-in;
stroke: #f00;
stroke-width: 2;
}
path {
transition: all 100ms ease-in;
stroke: #80808... | 0.446253 | 0.115761 |
html,body
{
height:100%;
margin:0;
padding:0;
overflow:hidden;
}
#welcome_container
{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
font-family:arial;
background:#e6e6e6 repeat top left url('../images/background.png');
}
#welcome_container .hidden
{
display:none;
}
#welcome_container .center_title
... | trunk/game/client/css/welcome.css | html,body
{
height:100%;
margin:0;
padding:0;
overflow:hidden;
}
#welcome_container
{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
font-family:arial;
background:#e6e6e6 repeat top left url('../images/background.png');
}
#welcome_container .hidden
{
display:none;
}
#welcome_container .center_title
... | 0.22093 | 0.062046 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300&display=swap');
*{
margin: 0;
paddi... | css/style.css |
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300&display=swap');
*{
margin: 0;
paddi... | 0.208904 | 0.04679 |
body {
padding-bottom: 50px;
line-height: 1.75;
}
@media screen and (max-width: 320px) {
body {
padding-bottom: 25px;
}
}
body > header {
padding-top: 20px;
}
@media screen and (max-width: 320px) {
body > header {
padding-top: 10px;
}
}
body > footer {
margin-top: 6em;
}
@media screen and (max-w... | user/themes/abel/css-compiled/custom.css | body {
padding-bottom: 50px;
line-height: 1.75;
}
@media screen and (max-width: 320px) {
body {
padding-bottom: 25px;
}
}
body > header {
padding-top: 20px;
}
@media screen and (max-width: 320px) {
body > header {
padding-top: 10px;
}
}
body > footer {
margin-top: 6em;
}
@media screen and (max-w... | 0.401219 | 0.071364 |
.dashboard-cards {
width: 90%;
margin: auto;
}
.row-title {
width: 70%;
margin: auto;
text-align: left;
}
.row-title h3 {
font-size: 1.5rem;
font-weight: 700;
color: white;
}
.row-title p {
color: #dadddf;
font-size: 12px;
}
.row-cards {
width: 70%;
text-align: c... | static/css/data.css | .dashboard-cards {
width: 90%;
margin: auto;
}
.row-title {
width: 70%;
margin: auto;
text-align: left;
}
.row-title h3 {
font-size: 1.5rem;
font-weight: 700;
color: white;
}
.row-title p {
color: #dadddf;
font-size: 12px;
}
.row-cards {
width: 70%;
text-align: c... | 0.306735 | 0.110279 |
.editTrainer,
.deleteTrainer {
background-color: #009688;
color: #fff;
font-weight: 600;
border: 1px solid #009688;
padding: 10px 25px;
}
.btnDismiss {
background-color: #1b2e4b;
color: #bfc9d4;
font-weight: 700;
border: 1px solid #1b2e4b;
padding: 10px 25px;
}
/* Delete Modal*... | public/css/modals.css | .editTrainer,
.deleteTrainer {
background-color: #009688;
color: #fff;
font-weight: 600;
border: 1px solid #009688;
padding: 10px 25px;
}
.btnDismiss {
background-color: #1b2e4b;
color: #bfc9d4;
font-weight: 700;
border: 1px solid #1b2e4b;
padding: 10px 25px;
}
/* Delete Modal*... | 0.233182 | 0.08819 |
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap");
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "G... | assets/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap");
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "G... | 0.360939 | 0.082883 |
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
width: 100%;
height: 100%;
}
body {
background-color: black;
font-family: "Nanum Gothic", sans-serif;
}
.typewritter p {
color: white;
text-align: center;
font-family: "Inconsolata", monospace;
letter-spacing: 0.15em;
}
.grid-rows... | styles/styles.css | @tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
width: 100%;
height: 100%;
}
body {
background-color: black;
font-family: "Nanum Gothic", sans-serif;
}
.typewritter p {
color: white;
text-align: center;
font-family: "Inconsolata", monospace;
letter-spacing: 0.15em;
}
.grid-rows... | 0.302803 | 0.098123 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | public/css/app.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | 0.427277 | 0.095265 |
.rainbow-radio-button-group_container, .rainbow-radio-button-group_marker-container, .rainbow-radio-button-group_items-container, .rainbow-radio-button-group_items-container .rainbow-radio-button-group_radio {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-pack: center;
justify-content: center;
-... | src/components/RadioButtonGroup/styles.css | .rainbow-radio-button-group_container, .rainbow-radio-button-group_marker-container, .rainbow-radio-button-group_items-container, .rainbow-radio-button-group_items-container .rainbow-radio-button-group_radio {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-pack: center;
justify-content: center;
-... | 0.538983 | 0.051463 |
:root {
--start: #ffa270;
--end: #ff5f6d;
}
html {
height: 100%;
width: 100%;
margin: 0;
}
body {
height: 100%;
width: 100%;
margin: 0;
color: #aaa;
background-color: #201f27;
font-family: 'Roboto', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-seri... | src/css/index.css | :root {
--start: #ffa270;
--end: #ff5f6d;
}
html {
height: 100%;
width: 100%;
margin: 0;
}
body {
height: 100%;
width: 100%;
margin: 0;
color: #aaa;
background-color: #201f27;
font-family: 'Roboto', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-seri... | 0.431584 | 0.115761 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("slaent.com") {
body {
background-color: rgba(40,40,40,255) !important;
color: rgba(200,200,200,255) !important;
}
blockquote{
background-color: rgba(30,30,30,255) !important;
border-color: rgba(30,30,30,255) !impo... | data/usercss/116243.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("slaent.com") {
body {
background-color: rgba(40,40,40,255) !important;
color: rgba(200,200,200,255) !important;
}
blockquote{
background-color: rgba(30,30,30,255) !important;
border-color: rgba(30,30,30,255) !impo... | 0.289071 | 0.115336 |
body {
background-color: #3d3d3d;
font-family: Microsoft YaHei, Tahoma, sans-serif;
font-size: 12px;
color: #333;
overflow: hidden;
}
/*右侧主内容*/
.mainContent .mapWrap {
position: relative;
}
.mainContent .mapArea {
border-radius: 0 0 0 3px;
}
.mainContent .titleBar {
overflow: hidden;
margin-bottom: ... | src/assets/styles/layout.css | body {
background-color: #3d3d3d;
font-family: Microsoft YaHei, Tahoma, sans-serif;
font-size: 12px;
color: #333;
overflow: hidden;
}
/*右侧主内容*/
.mainContent .mapWrap {
position: relative;
}
.mainContent .mapArea {
border-radius: 0 0 0 3px;
}
.mainContent .titleBar {
overflow: hidden;
margin-bottom: ... | 0.330903 | 0.069542 |
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2... | public/css/style.css |
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2... | 0.364891 | 0.068787 |
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
ul.horizontal {
position:fixed;
float: left;
top: 0;
width: 100%;
list-style-type: none;
margin: -8px -8px;
padding: 0;
overflow: hidden;
background-color: #333;
box-shadow: 0px 1px 8px;
z-index: 1;
}
h1.headerText {
text-align:c... | work/php/css/style.css | .center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
ul.horizontal {
position:fixed;
float: left;
top: 0;
width: 100%;
list-style-type: none;
margin: -8px -8px;
padding: 0;
overflow: hidden;
background-color: #333;
box-shadow: 0px 1px 8px;
z-index: 1;
}
h1.headerText {
text-align:c... | 0.635449 | 0.151435 |
* {
box-sizing: border-box;
font-family: 'minecraftfont', 'Roboto', sans-serif;
}
@font-face {
font-family: "minecraftfont";
src: url(/public/fonts/1412/minecraftfont.eot);
src: local("minecraftfont"), url(minecraftfont.ttf) format("truetype");
}
body {
background-color: #eee;
}
.tools {
dis... | stylesheet.css | * {
box-sizing: border-box;
font-family: 'minecraftfont', 'Roboto', sans-serif;
}
@font-face {
font-family: "minecraftfont";
src: url(/public/fonts/1412/minecraftfont.eot);
src: local("minecraftfont"), url(minecraftfont.ttf) format("truetype");
}
body {
background-color: #eee;
}
.tools {
dis... | 0.392803 | 0.14774 |
body {
background: gainsboro;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
a {
text-decoration: none;
color: rgb(73, 61, 36);
}
a:hover {
color: rgb(73, 61, 36);
}
.background {
background-image: url("./images/background.png");
background-size: cover;
height: 650px;
width: 650px;... | style.css | body {
background: gainsboro;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
a {
text-decoration: none;
color: rgb(73, 61, 36);
}
a:hover {
color: rgb(73, 61, 36);
}
.background {
background-image: url("./images/background.png");
background-size: cover;
height: 650px;
width: 650px;... | 0.472683 | 0.086709 |
@media screen and (min-width:662px) {
body {
height: 100%;
width: 100%;
margin: 0;
}
#containerId {
height: 100vh;
width: 100vw;
position: fixed;
}
#headId {
height: 10vh;
width: 100vw;
background-color: rgba(17, 17, 16, 0.836);... | css/style.css | @media screen and (min-width:662px) {
body {
height: 100%;
width: 100%;
margin: 0;
}
#containerId {
height: 100vh;
width: 100vw;
position: fixed;
}
#headId {
height: 10vh;
width: 100vw;
background-color: rgba(17, 17, 16, 0.836);... | 0.399929 | 0.083666 |
body {
background-color: #FFF;
font-family: 'Inter', sans-serif;
color: #212353;
}
.navbar-brand img {
max-height: 40px;
}
.navbar-light .navbar-toggler {
border-radius: 0.50rem;
}
.navbar-light .navbar-nav .nav-link {
color: #94B9F9;
}
.navbar-light .navbar-nav .nav-link.active {
font-weight: bold;
... | frontend/styles/main.css | body {
background-color: #FFF;
font-family: 'Inter', sans-serif;
color: #212353;
}
.navbar-brand img {
max-height: 40px;
}
.navbar-light .navbar-toggler {
border-radius: 0.50rem;
}
.navbar-light .navbar-nav .nav-link {
color: #94B9F9;
}
.navbar-light .navbar-nav .nav-link.active {
font-weight: bold;
... | 0.33112 | 0.052473 |
.login.login-v2 {
/* background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);*/
background: #fff;
color: #000;
width: 450px;
margin: 10px 0 0 -225px;
position: absolute;
top: 0;
left: 50%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-... | public/css/coralbeach/estilos_extra.css | .login.login-v2 {
/* background: url(../img/transparent/black-0.4.png);
background: rgba(0,0,0,0.4);*/
background: #fff;
color: #000;
width: 450px;
margin: 10px 0 0 -225px;
position: absolute;
top: 0;
left: 50%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-... | 0.344443 | 0.076339 |
.profile-container {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 0.1fr 0.5fr;
grid-template-areas:
"details"
"grid";
width: 100%;
height: 100%;
margin: auto;
}
.user-details-container {
grid-area: details;
display: flex;
flex-flow: row nowrap;
/* padding: 10px 50px; */
... | image/static/css/profile.css | .profile-container {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 0.1fr 0.5fr;
grid-template-areas:
"details"
"grid";
width: 100%;
height: 100%;
margin: auto;
}
.user-details-container {
grid-area: details;
display: flex;
flex-flow: row nowrap;
/* padding: 10px 50px; */
... | 0.488771 | 0.107204 |
:root {
font-size: 16px;
/* Basic layout */
--border-radius: 0.35rem;
/* Blurs */
--base-blur: blur(7px);
--intense-blur: blur(10px);
/* Basic colors */
--outline-color: hsla(93, 77%, 76%, 0.7);
--selection-color: hsla(78, 60%, 59%, 0.568);
/* Accents */
--accent-text: hsl(8... | ianmtz/ianmtz/wwwroot/css/site.css | :root {
font-size: 16px;
/* Basic layout */
--border-radius: 0.35rem;
/* Blurs */
--base-blur: blur(7px);
--intense-blur: blur(10px);
/* Basic colors */
--outline-color: hsla(93, 77%, 76%, 0.7);
--selection-color: hsla(78, 60%, 59%, 0.568);
/* Accents */
--accent-text: hsl(8... | 0.424173 | 0.048182 |
@charset "utf-8";
/* CSS Document */
input,textarea{ font-size:11px; color:#999;padding: 2px; border:solid 1px #999;}
body,h1,h2,h3,h4,h5,h6,p,ul,li{ margin:0; padding:0}
a{ text-decoration:none; color:#333;}
img{ border:none;}
ul,li{ list-style:none;}
.clear{ clear:both;}
body{ background:#e6e6e6; font-family:Arial,He... | case/qiehuan/css/list.css | @charset "utf-8";
/* CSS Document */
input,textarea{ font-size:11px; color:#999;padding: 2px; border:solid 1px #999;}
body,h1,h2,h3,h4,h5,h6,p,ul,li{ margin:0; padding:0}
a{ text-decoration:none; color:#333;}
img{ border:none;}
ul,li{ list-style:none;}
.clear{ clear:both;}
body{ background:#e6e6e6; font-family:Arial,He... | 0.187058 | 0.127164 |
@import url('https://fonts.googleapis.com/css?family=Lato');
body {
font-family: 'Lato', sans-serif;
/* font-family: 'Maitree', serif;*/
/*font-family: 'Roboto Slab', serif;*/
background-color: white;
}
/* Tags */
.badge {
border-radius: 0px;
padding: 5px;
}
/* End Tags */
.list-color {
height: 25px;... | public/css/style.css |
@import url('https://fonts.googleapis.com/css?family=Lato');
body {
font-family: 'Lato', sans-serif;
/* font-family: 'Maitree', serif;*/
/*font-family: 'Roboto Slab', serif;*/
background-color: white;
}
/* Tags */
.badge {
border-radius: 0px;
padding: 5px;
}
/* End Tags */
.list-color {
height: 25px;... | 0.287368 | 0.086864 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
* {
box-sizing: border-box;
}
body {
background-color: rgb(250 250 250);
/* background-image: linear-gradient(90deg, #0f76ec, #09318f) !important; */
font-family: 'Open Sans', sans-serif;
margin-bottom: 50px;
}
.pricing-box-container {
displ... | public/css/home.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans');
* {
box-sizing: border-box;
}
body {
background-color: rgb(250 250 250);
/* background-image: linear-gradient(90deg, #0f76ec, #09318f) !important; */
font-family: 'Open Sans', sans-serif;
margin-bottom: 50px;
}
.pricing-box-container {
displ... | 0.321247 | 0.100657 |
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0; }
*, *::before, *::after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
main {
display: flex;
flex-direction: column;
flex-wrap: wrap;
padding: 3px;
width: 330px;
justify-content: space-between;
marg... | styles/styles/main.css | html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0; }
*, *::before, *::after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
main {
display: flex;
flex-direction: column;
flex-wrap: wrap;
padding: 3px;
width: 330px;
justify-content: space-between;
marg... | 0.352648 | 0.08152 |
.md .mq-left {
margin-left: 2vw;
}
.ios .mq-left {
}
a.mq-button {
width: 21vw;
margin: 1vw;
height: 60px;
border: 1px solid #000;
border-radius: 5vw;
text-align: center;
color: #000;
display: block;
}
a.mq-custom-move-button {
width: 28vw;
margin: 1vw;
height: 60px;
line-height: 60px;
border: 1px soli... | html/app.css | .md .mq-left {
margin-left: 2vw;
}
.ios .mq-left {
}
a.mq-button {
width: 21vw;
margin: 1vw;
height: 60px;
border: 1px solid #000;
border-radius: 5vw;
text-align: center;
color: #000;
display: block;
}
a.mq-custom-move-button {
width: 28vw;
margin: 1vw;
height: 60px;
line-height: 60px;
border: 1px soli... | 0.394318 | 0.074433 |
.boxnav {
background-color: #1e88e5;
}
a.navbar-brand {
color: white;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
border: 1px solid white;
font-size: 2em;
}
span.icon-bar {
background-color: white;
border: 1px solid white;
}
.navbar-nav li a {
line-height: 50px;
color: white;
font-family: 'Ope... | app/assets/stylesheets/store.css | .boxnav {
background-color: #1e88e5;
}
a.navbar-brand {
color: white;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
border: 1px solid white;
font-size: 2em;
}
span.icon-bar {
background-color: white;
border: 1px solid white;
}
.navbar-nav li a {
line-height: 50px;
color: white;
font-family: 'Ope... | 0.338842 | 0.095265 |
.formulary {
text-align: center;
background: rgba(255, 255, 255, 0.603);
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
border-radius: 10px;
vertical-align: middle;
}
.formulary form{
max-width: 120vh;
min-width: 50vh;
}
.formulary h2{
color: var(--primaryColor);
marg... | resources/css/formularys.css | .formulary {
text-align: center;
background: rgba(255, 255, 255, 0.603);
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
border-radius: 10px;
vertical-align: middle;
}
.formulary form{
max-width: 120vh;
min-width: 50vh;
}
.formulary h2{
color: var(--primaryColor);
marg... | 0.522689 | 0.102709 |
.fib {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}
.fi {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
position: relative;
display: inline-block;
width: 1.33333333em;
line-height: 1em;
}
.fi:before {
content: '\00a0';
}
.f... | public/css/flag-icons.css | .fib {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}
.fi {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
position: relative;
display: inline-block;
width: 1.33333333em;
line-height: 1em;
}
.fi:before {
content: '\00a0';
}
.f... | 0.337749 | 0.184804 |
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*
{
box-sizing: border-box;
margin: 0;
padding: 0;
text-decoration: none !important;
font-family: "Poppins", sans-serif;
}
body
{
background-color: #EEEEEE;
}
header
{
display: flex;
justify... | public/css/dashboard.css | @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*
{
box-sizing: border-box;
margin: 0;
padding: 0;
text-decoration: none !important;
font-family: "Poppins", sans-serif;
}
body
{
background-color: #EEEEEE;
}
header
{
display: flex;
justify... | 0.372049 | 0.104843 |
a, a:visited {
text-decoration: none;
color: #76FF41;
}
a:hover {
color: black;
text-shadow: -1px -1px 0 #42C3FF, 1px -1px 0 #42C3FF, -1px 1px 0 #42C3FF, 1px 1px 0 #42C3FF;
}
h2, h4 {
margin-top: 0;
margin-bottom: 0;
font-weight: 500;
}
textarea, input, body {
color: #84FF9C;
background: #081C29;
}
textarea, i... | src/main/resources/static/css/techno/code.css | a, a:visited {
text-decoration: none;
color: #76FF41;
}
a:hover {
color: black;
text-shadow: -1px -1px 0 #42C3FF, 1px -1px 0 #42C3FF, -1px 1px 0 #42C3FF, 1px 1px 0 #42C3FF;
}
h2, h4 {
margin-top: 0;
margin-bottom: 0;
font-weight: 500;
}
textarea, input, body {
color: #84FF9C;
background: #081C29;
}
textarea, i... | 0.34632 | 0.115661 |
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-intro {
font-size: large;
}
@keyframes App-l... | src/App.css | body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-intro {
font-size: large;
}
@keyframes App-l... | 0.543106 | 0.11427 |
.photo-container:hover .photograph-image-details {
display: block;
}
.photograph-image-details {
display: none;
position: absolute;
bottom: 0px;
padding-left: 2px;
background: rgba(0,0,0,0.65);
color: white;
font-size: 8px;
width: 100%;
text-align: left;
left: 0;
}
.n-mb {
margin-bottom: 0px !im... | app/assets/stylesheets/image_bank.css | .photo-container:hover .photograph-image-details {
display: block;
}
.photograph-image-details {
display: none;
position: absolute;
bottom: 0px;
padding-left: 2px;
background: rgba(0,0,0,0.65);
color: white;
font-size: 8px;
width: 100%;
text-align: left;
left: 0;
}
.n-mb {
margin-bottom: 0px !im... | 0.444324 | 0.100746 |
width:100%;
min-width:1255px;
padding:0 5px;
margin-top:20px;
}
#page.mobile {
min-width:700px;
width:700px;
}
#page.thin {
min-width:980px;
}
#sticker_column {
padding-bottom:25px;
margin-right:20px;
min-height:100px;
}
... | website/static/css/image_columns.css | width:100%;
min-width:1255px;
padding:0 5px;
margin-top:20px;
}
#page.mobile {
min-width:700px;
width:700px;
}
#page.thin {
min-width:980px;
}
#sticker_column {
padding-bottom:25px;
margin-right:20px;
min-height:100px;
}
... | 0.378574 | 0.087603 |
* {margin:0px;padding:0px;top:0px;left:0px;}
body{
text-align: center;
background-color: #666666;
}
#central{
margin-right: auto;
margin-left: auto;
margin-top: 10px;
position: relative;
width: 777px;
text-align: left;
background-color: #FFFFFF;
}
#header{
background-image: url(images/header.jpg);
height: 22... | Templates/bike riders/template2/style.css | * {margin:0px;padding:0px;top:0px;left:0px;}
body{
text-align: center;
background-color: #666666;
}
#central{
margin-right: auto;
margin-left: auto;
margin-top: 10px;
position: relative;
width: 777px;
text-align: left;
background-color: #FFFFFF;
}
#header{
background-image: url(images/header.jpg);
height: 22... | 0.285472 | 0.053453 |
#resume {
background-color: #171717;
}
#resume h3 {
text-align: center;
}
@media (min-width: 768px) {
#resume h3 {
text-align: left;
}
}
#resume .education {
margin-top: 30px;
}
#resume .work-experience {
margin-top: 50px;
}
.panel-group.resume {
position: relative;
marg... | assets/css/extention.css | #resume {
background-color: #171717;
}
#resume h3 {
text-align: center;
}
@media (min-width: 768px) {
#resume h3 {
text-align: left;
}
}
#resume .education {
margin-top: 30px;
}
#resume .work-experience {
margin-top: 50px;
}
.panel-group.resume {
position: relative;
marg... | 0.294012 | 0.050168 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
/*直下のコメントアウトを取ると最新を表示するを押す前のURLから適用されます*/
/*
url-prefix("https://xn--0ck4aw2h.gamewith.jp/bbs/matching/threads/show/"),
url-prefix("https://パズドラ.gamewith.jp/bbs/matching/threads/show/"),
/**/
url-prefix("https://xn--0ck4aw2h.gamewith.jp/... | data/usercss/127615.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
/*直下のコメントアウトを取ると最新を表示するを押す前のURLから適用されます*/
/*
url-prefix("https://xn--0ck4aw2h.gamewith.jp/bbs/matching/threads/show/"),
url-prefix("https://パズドラ.gamewith.jp/bbs/matching/threads/show/"),
/**/
url-prefix("https://xn--0ck4aw2h.gamewith.jp/... | 0.16529 | 0.223949 |
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap');
@font-face {
font-family: "GTWalsheim";
src: url("../fonts/GT-Walsheim/GT-Walsheim-Regular.eot");
src: url("../fonts/GT-Walsheim/GT-Walsheim-Regular.eot?#iefix")
format("embedded-opentyp... | resources/css/fonts.css | @import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap');
@font-face {
font-family: "GTWalsheim";
src: url("../fonts/GT-Walsheim/GT-Walsheim-Regular.eot");
src: url("../fonts/GT-Walsheim/GT-Walsheim-Regular.eot?#iefix")
format("embedded-opentyp... | 0.215351 | 0.067056 |
@font-face {
font-family: 'Bangla';
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../assets/webfonts/Bangla.ttf");
src: url("../assets/webfonts/Bangla.ttf") format("truetype"),
url("../assets/webfonts/Bangla.woff") format("woff");
}
.bangla,
.bn {
font-family: Bangla, Aria... | special-temp/style.css | @font-face {
font-family: 'Bangla';
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../assets/webfonts/Bangla.ttf");
src: url("../assets/webfonts/Bangla.ttf") format("truetype"),
url("../assets/webfonts/Bangla.woff") format("woff");
}
.bangla,
.bn {
font-family: Bangla, Aria... | 0.389547 | 0.089933 |
body,h1,h2,h3,h4{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin:0;
padding:0;
}
.header{
position: fixed;
width:100%;
height:100px;
background-color:rgb(19, 174, 177);
text-decoration:none;
top:0;
z-... | css/style.css | body,h1,h2,h3,h4{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin:0;
padding:0;
}
.header{
position: fixed;
width:100%;
height:100px;
background-color:rgb(19, 174, 177);
text-decoration:none;
top:0;
z-... | 0.407451 | 0.099689 |
/*.ctrl-file input{ width: auto; }
.ctrl-file .file-wrap
{
overflow: hidden;
border: 1px solid #BFBFC5;
border-radius: 3px;
padding: 5px 5px 0;
width: 100%;
-moz-box-sizing: border-box; box-sizing: border-box;
}
.ctrl-file .file-wrap li{ padding-bottom: 5px; }
.ctrl-file .file-prev... | JSchema/scripts/dragon/components/file.css | /*.ctrl-file input{ width: auto; }
.ctrl-file .file-wrap
{
overflow: hidden;
border: 1px solid #BFBFC5;
border-radius: 3px;
padding: 5px 5px 0;
width: 100%;
-moz-box-sizing: border-box; box-sizing: border-box;
}
.ctrl-file .file-wrap li{ padding-bottom: 5px; }
.ctrl-file .file-prev... | 0.261142 | 0.055464 |
@charset "UTF-8";
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/*网站顶部的安全提示*/
#warning {
display: flex;
flex-direction: row;
justif... | src/css/detail.css | @charset "UTF-8";
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/*网站顶部的安全提示*/
#warning {
display: flex;
flex-direction: row;
justif... | 0.350421 | 0.042404 |
.error-container {
position: relative;
height: 100%;
overflow: hidden;
}
@keyframes lineMovingDown {
0% {
top: -20%;
}
100% {
top: 100%;
}
}
@keyframes h1TextAnimation {
0% {
text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
33% {
text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
66% {
... | src/styles.module.css |
.error-container {
position: relative;
height: 100%;
overflow: hidden;
}
@keyframes lineMovingDown {
0% {
top: -20%;
}
100% {
top: 100%;
}
}
@keyframes h1TextAnimation {
0% {
text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
33% {
text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
66% {
... | 0.602412 | 0.141875 |
.wrapper_2LRQe .offer_38ZCR .badge_3pFZJ{
background-color: #D75700;
}
.wrapper_2LRQe {
position: absolute;
width: 100%;
top: 0;
height: 372px;
}
.modal_3MX0r .modal-dialog {
max-width: 440px!important;
}
.modal_3MX0r .modal-header {
border-bottom: 0;
padding: 1.875rem;
justify-content: center!importa... | assets/main/css/custom.css | .wrapper_2LRQe .offer_38ZCR .badge_3pFZJ{
background-color: #D75700;
}
.wrapper_2LRQe {
position: absolute;
width: 100%;
top: 0;
height: 372px;
}
.modal_3MX0r .modal-dialog {
max-width: 440px!important;
}
.modal_3MX0r .modal-header {
border-bottom: 0;
padding: 1.875rem;
justify-content: center!importa... | 0.385837 | 0.07267 |
@import "./normalize.css";
* {
margin: 0;
padding: 0;
font: inherit;
line-height: inherit;
vertical-align: baseline
}
li,ul {
list-style: none
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
display: block
}
audio,canvas,video {
display: inline-block
}
audio:not([controls]) {
d... | public/css/base.css | @import "./normalize.css";
* {
margin: 0;
padding: 0;
font: inherit;
line-height: inherit;
vertical-align: baseline
}
li,ul {
list-style: none
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
display: block
}
audio,canvas,video {
display: inline-block
}
audio:not([controls]) {
d... | 0.229363 | 0.077343 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("latale.wikiwiki.jp") {
body {
color: #fff;
background-color: #191B22;
background-image: url(https://goo.gl/HNyhnJ);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom, left bo... | data/usercss/142300.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("latale.wikiwiki.jp") {
body {
color: #fff;
background-color: #191B22;
background-image: url(https://goo.gl/HNyhnJ);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom, left bo... | 0.316053 | 0.150091 |
@-moz-document domain("philosophy.stackexchange.com"), domain("mathoverflow.net"), domain("academia.stackexchange.com"), domain("softwarerecs.stackexchange.com"), domain("ebooks.stackexchange.com"), domain("astronomy.stackexchange.com"), domain("cs.stackexchange.com"), domain("cstheory.stackexchange.com"), domain("chem... | data/usercss/98005.user.css | @-moz-document domain("philosophy.stackexchange.com"), domain("mathoverflow.net"), domain("academia.stackexchange.com"), domain("softwarerecs.stackexchange.com"), domain("ebooks.stackexchange.com"), domain("astronomy.stackexchange.com"), domain("cs.stackexchange.com"), domain("cstheory.stackexchange.com"), domain("chem... | 0.255251 | 0.271916 |
.w60 {
width: 60px;
}
.red {
color: red !important;
}
.inline-block {
display: inline-block;
}
.skin-minimal {
vertical-align: middle;
}
#app .login-bar {
z-index: 101;
top: -45px;
}
#app .login-bar .navbar {
background: transparent;
}
#app .login-bar .navbar-fixed-top {
position: absolute;
}
.m-page {
... | src/assets/less/style.css | .w60 {
width: 60px;
}
.red {
color: red !important;
}
.inline-block {
display: inline-block;
}
.skin-minimal {
vertical-align: middle;
}
#app .login-bar {
z-index: 101;
top: -45px;
}
#app .login-bar .navbar {
background: transparent;
}
#app .login-bar .navbar-fixed-top {
position: absolute;
}
.m-page {
... | 0.350421 | 0.058426 |
@font-face {
font-family: 'LifeCraft';
src: url('../assets/fonts/LifeCraft_Font.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body{
font-family: 'Open Sans', sans-serif;
margin-left: auto;
margin-right: auto;
padding-left: 2rem;
padding-right: 2rem;
backgr... | css/main.css | @font-face {
font-family: 'LifeCraft';
src: url('../assets/fonts/LifeCraft_Font.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body{
font-family: 'Open Sans', sans-serif;
margin-left: auto;
margin-right: auto;
padding-left: 2rem;
padding-right: 2rem;
backgr... | 0.405213 | 0.095097 |
html, body {
height:100%;
width:100%;
}
header{
background-color: black;
}
section {
padding: 40px;
}
.nopadding {
margin: 0 !important;
padding: 0 !important;
}
p {
font-weight: lighter;
}
.overlay{
display: block;
width: 100%;
background-color: black;
opacity: 0.2;
pos... | css/modern-business.css | html, body {
height:100%;
width:100%;
}
header{
background-color: black;
}
section {
padding: 40px;
}
.nopadding {
margin: 0 !important;
padding: 0 !important;
}
p {
font-weight: lighter;
}
.overlay{
display: block;
width: 100%;
background-color: black;
opacity: 0.2;
pos... | 0.507568 | 0.080973 |
.maps{
width:100%;
height:100%;
}
#navbar{
z-index:1000;
position:fixed;
}
.cities{
display:none;
z-index:900;
position: absolute;
width:100%;
height:100%;
}
#sidebar{
z-index:1000;
position:fixed;
right:0px;
}
.routes{
display:none;
z-index:901;
position: absolute;
width:100%;
height:100%;
}
/*#placearmy{
width:5... | css/style1.css | .maps{
width:100%;
height:100%;
}
#navbar{
z-index:1000;
position:fixed;
}
.cities{
display:none;
z-index:900;
position: absolute;
width:100%;
height:100%;
}
#sidebar{
z-index:1000;
position:fixed;
right:0px;
}
.routes{
display:none;
z-index:901;
position: absolute;
width:100%;
height:100%;
}
/*#placearmy{
width:5... | 0.322526 | 0.054525 |
.button {
bottom: 0;
left: 0;
display: inline-block;
align-items: center;
position: relative;
width: auto;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 1em;
font-weight: 400;
box-shadow: none;
background-color: transparent;
height: 35px;
li... | packages/dns-toolbox/build/lib/Button/Button.css | .button {
bottom: 0;
left: 0;
display: inline-block;
align-items: center;
position: relative;
width: auto;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 1em;
font-weight: 400;
box-shadow: none;
background-color: transparent;
height: 35px;
li... | 0.482185 | 0.048971 |
.markup,
.markdown-here-wrapper {
color: #333;
font-size: 16px;
line-height: 1.8;
font-family: "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%; }
.markup,
.markup *,
.m... | index.css | .markup,
.markdown-here-wrapper {
color: #333;
font-size: 16px;
line-height: 1.8;
font-family: "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%; }
.markup,
.markup *,
.m... | 0.477067 | 0.081996 |
html, body {
font-family: 'Roboto', 'Helvetica', sans-serif;
}
body {
width: 400px;
min-height: 400px;
margin: 0;
padding: 5px;
}
a {
text-decoration: none;
}
li a {
text-decoration: underline;
color: #0288d1;
}
.mdl-grid {
max-width: 1024px;
margin: auto;
}
.mdl-layout__header-row {
padding: 0;
}... | auth/chromextension/main.css | html, body {
font-family: 'Roboto', 'Helvetica', sans-serif;
}
body {
width: 400px;
min-height: 400px;
margin: 0;
padding: 5px;
}
a {
text-decoration: none;
}
li a {
text-decoration: underline;
color: #0288d1;
}
.mdl-grid {
max-width: 1024px;
margin: auto;
}
.mdl-layout__header-row {
padding: 0;
}... | 0.352536 | 0.064241 |
body {
margin: 0; padding: 0;
background-color: #EEEEEE;
overflow-x: hidden;
font-size: 1.2rem;
font-family: Georgia, 'Times New Roman', Times, serif;
line-height: 1.3;
}
* {
transition: 0.5s;
}
.ns-banner {
position: fixed;
top: 0;
width: 100vw;
text-align: center;
... | stylesheet.css | body {
margin: 0; padding: 0;
background-color: #EEEEEE;
overflow-x: hidden;
font-size: 1.2rem;
font-family: Georgia, 'Times New Roman', Times, serif;
line-height: 1.3;
}
* {
transition: 0.5s;
}
.ns-banner {
position: fixed;
top: 0;
width: 100vw;
text-align: center;
... | 0.669853 | 0.145176 |
.font-robo {
font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}
/* ==========================================================================
#GRID
========================================================================== */
.row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-... | public/js/vendor/main.css | .font-robo {
font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}
/* ==========================================================================
#GRID
========================================================================== */
.row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-... | 0.322953 | 0.067731 |
html.has-cookie-bar.cookie-bar-top-bar {
margin-top: 30px;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
#catapult-cookie-bar {
box-sizing: border-box;
max-height: 0;
opacity: 0;
direction: ltr;
padding: 0 20px;
z-index: 99999;
overflow: hidden;
text-align:left;
-webkit-transition:... | Data/PP/getcake.com/priv_files/1518808520index(1).css | html.has-cookie-bar.cookie-bar-top-bar {
margin-top: 30px;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
#catapult-cookie-bar {
box-sizing: border-box;
max-height: 0;
opacity: 0;
direction: ltr;
padding: 0 20px;
z-index: 99999;
overflow: hidden;
text-align:left;
-webkit-transition:... | 0.419053 | 0.066448 |
.slick-cell.selected {
background-color: unset;
}
/* Customizations from slick-slycat-theme.css */
#timeseries-table-slickgrid {
position: unset;
}
.headerSimId,
.headerOther {
background-color: unset;
}
.rowSimId,
.rowOther {
background-color: unset;
}
.rowSimId.selected,
.rowOther.selected {
background-colo... | web-server/plugins/slycat-dac/css/slick-dac-theme.css |
.slick-cell.selected {
background-color: unset;
}
/* Customizations from slick-slycat-theme.css */
#timeseries-table-slickgrid {
position: unset;
}
.headerSimId,
.headerOther {
background-color: unset;
}
.rowSimId,
.rowOther {
background-color: unset;
}
.rowSimId.selected,
.rowOther.selected {
background-colo... | 0.466116 | 0.121529 |