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:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@300;400;700;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
body {
font-family: 'Robot... | assets/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@300;400;700;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
body {
font-family: 'Robot... | 0.461259 | 0.068444 |
body, html {
margin: 0px;
padding: 10px;
height: 100%;
font-family: sans-serif;
}
h1 {
text-align: center;
}
#btns, #headers, #patterns {
margin: 0 auto;
display: table;
text-align: center;
}
.fa {
margin: 2px;
}
#clearshare {
font-size: 150%;
margin-left: 25px;
}
#clearshare a {
margin-left... | css/main.css | body, html {
margin: 0px;
padding: 10px;
height: 100%;
font-family: sans-serif;
}
h1 {
text-align: center;
}
#btns, #headers, #patterns {
margin: 0 auto;
display: table;
text-align: center;
}
.fa {
margin: 2px;
}
#clearshare {
font-size: 150%;
margin-left: 25px;
}
#clearshare a {
margin-left... | 0.400749 | 0.086323 |
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
scroll-behavior: smooth;
margin: 0;
-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
background-color: #0E0E0E;
color: #FFFFFF;
}
button:disabled,
button[disabled] {
opacity: 0.5;
}
::selection{
background-color: #D3... | src/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
scroll-behavior: smooth;
margin: 0;
-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
background-color: #0E0E0E;
color: #FFFFFF;
}
button:disabled,
button[disabled] {
opacity: 0.5;
}
::selection{
background-color: #D3... | 0.398524 | 0.071786 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
font: inherit;
}
/*
* Foundation Icons v 3.0
* Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
* MIT License
*/
@font-face {
font-family: "fo... | public/css/main.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
font: inherit;
}
/*
* Foundation Icons v 3.0
* Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
* MIT License
*/
@font-face {
font-family: "fo... | 0.448185 | 0.070432 |
[data-animation=animFadeInUp],
[data-animation=animFadeInDown],
[data-animation=animFadeInRight],
[data-animation=animFadeInLeft] {
opacity: 0;
}
.animFadeInUp {
-webkit-animation: fadeInUp 1.5s;
animation: fadeInUp 1.5s;
}
.animFadeInUp.done {
opacity: 1;
}
.animFadeInDown {
-webkit-animation: fade... | App/html/css/animation.css | [data-animation=animFadeInUp],
[data-animation=animFadeInDown],
[data-animation=animFadeInRight],
[data-animation=animFadeInLeft] {
opacity: 0;
}
.animFadeInUp {
-webkit-animation: fadeInUp 1.5s;
animation: fadeInUp 1.5s;
}
.animFadeInUp.done {
opacity: 1;
}
.animFadeInDown {
-webkit-animation: fade... | 0.400632 | 0.117902 |
.can-cannot,
.with-without,
.does-doesnt,
.regardlessof-forspecific,
.assign-donotassign,
.all-specific,
.students-instructors,
.active-inactive-flip{
padding: 0px;
width: 4em;
margin: auto;
}
.assign-flippy-wrapper .assign-donotassign {
width:6.8em;
}
.assign-flippy-wrapper .donotassign-flip-containe... | public/css/jquery.flippy.css | .can-cannot,
.with-without,
.does-doesnt,
.regardlessof-forspecific,
.assign-donotassign,
.all-specific,
.students-instructors,
.active-inactive-flip{
padding: 0px;
width: 4em;
margin: auto;
}
.assign-flippy-wrapper .assign-donotassign {
width:6.8em;
}
.assign-flippy-wrapper .donotassign-flip-containe... | 0.55447 | 0.191384 |
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, ... | webroot/css/template.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.221351 | 0.086016 |
#archnavbar {
background-color: #2f343f !important;
}
body {
background-color: #2f343f !important
}
div.box {
background-color: #444b5d !important;
border: none !important;
color: #cfcfcf !important
}
#pkgsearch {
background-color: #444b5d !important;
border: none !important
}
input#pkgsea... | data/usercss/153297.user.css | #archnavbar {
background-color: #2f343f !important;
}
body {
background-color: #2f343f !important
}
div.box {
background-color: #444b5d !important;
border: none !important;
color: #cfcfcf !important
}
#pkgsearch {
background-color: #444b5d !important;
border: none !important
}
input#pkgsea... | 0.072645 | 0.084078 |
.mui-backdrop {
position: fixed;
z-index: 998;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,.3);
}
.mui-poppicker-btn-cancel,.mui-poppicker-btn-ok{
font-size: 14px;
font-weight: 400;
line-height: 1.42;
position: relative;
display: inline-block;
m... | public/index/js/mui/css/mui.poppicker.css | .mui-backdrop {
position: fixed;
z-index: 998;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,.3);
}
.mui-poppicker-btn-cancel,.mui-poppicker-btn-ok{
font-size: 14px;
font-weight: 400;
line-height: 1.42;
position: relative;
display: inline-block;
m... | 0.270673 | 0.071916 |
:root {
--icon-size: 2rem;
--border-cover: 15%;
}
input[type=checkbox] {
visibility: hidden;
margin: 0;
padding: 0;
display: none;
}
body {
width: 100vw;
height: auto;
}
button {
display: inline-block;
border: none;
padding: 1rem 2rem;
margin: 0;
text-decoration: ... | css/style.css |
:root {
--icon-size: 2rem;
--border-cover: 15%;
}
input[type=checkbox] {
visibility: hidden;
margin: 0;
padding: 0;
display: none;
}
body {
width: 100vw;
height: auto;
}
button {
display: inline-block;
border: none;
padding: 1rem 2rem;
margin: 0;
text-decoration: ... | 0.683842 | 0.129623 |
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,900;1,400;1,700&display=swap');
/* General Styles */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root {
--clr-base-100: #FFFFFF;
--clr-base-200: #FDF8FF;
--clr-base-800: #0C0011;
... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,900;1,400;1,700&display=swap');
/* General Styles */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root {
--clr-base-100: #FFFFFF;
--clr-base-200: #FDF8FF;
--clr-base-800: #0C0011;
... | 0.434461 | 0.060919 |
.post_container {
/* border: 3px solid purple; */
padding: var(--post-vertical-padding) var(--post-horizontal-padding);
}
.post_content {
/* border: 1px solid teal; */
margin: 10% 0;
font-size: calc(1.15rem * var(--text-scale-ratio, 1));
padding: 0 0.75rem;
}
.post_item:first-of-type {
margin-top: 24px;... | src/templates/blog-index.module.css | .post_container {
/* border: 3px solid purple; */
padding: var(--post-vertical-padding) var(--post-horizontal-padding);
}
.post_content {
/* border: 1px solid teal; */
margin: 10% 0;
font-size: calc(1.15rem * var(--text-scale-ratio, 1));
padding: 0 0.75rem;
}
.post_item:first-of-type {
margin-top: 24px;... | 0.336113 | 0.066995 |
body.defaultMode
{
--queue-and-options-background: #A55050;
--control-bar-background: #553737;
--links-text: #97893C;
--white-text: white;
--white-background: white;
--null-white-background: rgba(255, 255, 255, 0);
--black-text: black;
--tippy-background: black;
--empty-percentageBar: #806969;
... | src/renderer/styles/body.css | body.defaultMode
{
--queue-and-options-background: #A55050;
--control-bar-background: #553737;
--links-text: #97893C;
--white-text: white;
--white-background: white;
--null-white-background: rgba(255, 255, 255, 0);
--black-text: black;
--tippy-background: black;
--empty-percentageBar: #806969;
... | 0.561455 | 0.076615 |
@-moz-document domain("robertsspaceindustries.com") {
/*
* Spectrum Font Edit v0.1 (06/25/2017)
*/
/*-------------------------------------------------------------------------------------------------
Sidebar MODIFICATIONS
------------------------------------------------------------------------------------------... | data/usercss/144509.user.css | @-moz-document domain("robertsspaceindustries.com") {
/*
* Spectrum Font Edit v0.1 (06/25/2017)
*/
/*-------------------------------------------------------------------------------------------------
Sidebar MODIFICATIONS
------------------------------------------------------------------------------------------... | 0.261331 | 0.034815 |
main{
padding-bottom: 0;
}
.color-container{
margin-left: 0px;
}
.logo .slogan{
padding-bottom: 16px;
}
/*ARTICLE*/
article h1 {
padding-bottom: 0;
text-align: center;
}
article p {
padding-top: 0;
}
.title {
padding: 1px 0 15px 0;
background-image: url("../images/kula.png");
ba... | css/article.css | main{
padding-bottom: 0;
}
.color-container{
margin-left: 0px;
}
.logo .slogan{
padding-bottom: 16px;
}
/*ARTICLE*/
article h1 {
padding-bottom: 0;
text-align: center;
}
article p {
padding-top: 0;
}
.title {
padding: 1px 0 15px 0;
background-image: url("../images/kula.png");
ba... | 0.372734 | 0.091911 |
.feature-form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40px 0 0; }
.form-top-flex {
display: flex;
flex-direction: column;
align-items: center; }
.form-top-flex h3 {
font-family: "Raleway", sans-serif;
font-size: 1.8em;
font-weight: 5... | app/styles/3-modules/_feature-form.css | .feature-form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40px 0 0; }
.form-top-flex {
display: flex;
flex-direction: column;
align-items: center; }
.form-top-flex h3 {
font-family: "Raleway", sans-serif;
font-size: 1.8em;
font-weight: 5... | 0.428831 | 0.062103 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("iichan.ru") {
/* from /unyl/ with love */
/* iichan.ru - photon style */
html, body {
background-color: #EEEEEE !important;
color: #333333 !important;
font-family: "Trebuchet MS",Trebuchet,tahoma,serif !important;
}
* {
font-family: in... | data/usercss/26899.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("iichan.ru") {
/* from /unyl/ with love */
/* iichan.ru - photon style */
html, body {
background-color: #EEEEEE !important;
color: #333333 !important;
font-family: "Trebuchet MS",Trebuchet,tahoma,serif !important;
}
* {
font-family: in... | 0.194712 | 0.081046 |
.navbar-default {
position: absolute;
}
.banner {
background-image: url(http://oc06pejhd.bkt.clouddn.com/banner.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 573px;
margin-bottom: 24px;
}
.banner .title {
font-size: 40px;
letter-sp... | static/css/www/index.css | .navbar-default {
position: absolute;
}
.banner {
background-image: url(http://oc06pejhd.bkt.clouddn.com/banner.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 573px;
margin-bottom: 24px;
}
.banner .title {
font-size: 40px;
letter-sp... | 0.487551 | 0.1126 |
#mainNav .navbar-toggler{font-size:80%;padding:.75rem;color:#64a19d;border:1px solid #64a19d}
#mainNav .navbar-toggler:focus{outline:0}
#mainNav .navbar-brand{color:#161616;font-weight:700;padding:.9rem 0}
#mainNav .navbar-nav .nav-item:hover{color:fade(white,80%);outline:0;background-color:transparent}
#mainNav .... | css/grayscale.min.css | #mainNav .navbar-toggler{font-size:80%;padding:.75rem;color:#64a19d;border:1px solid #64a19d}
#mainNav .navbar-toggler:focus{outline:0}
#mainNav .navbar-brand{color:#161616;font-weight:700;padding:.9rem 0}
#mainNav .navbar-nav .nav-item:hover{color:fade(white,80%);outline:0;background-color:transparent}
#mainNav .... | 0.224991 | 0.038975 |
* @author <NAME> <<EMAIL>>
*/
.wegas-mcqtabview {
line-height: normal;
width: 100%;
}
.wegas-mcqtabview .pmg-subtitle {
padding:6px 0;
font-size: 1.2em;
font-weight: normal;
border-bottom: 2px solid #4D4D4D;
}
.yui3-skin-sam .wegas-mcqtabview .pmg-subtitle .left ,
.yui3-skin-sam ... | wegas-app/src/main/webapp/wegas-mcq/css/wegas-mcq-tabview.css | * @author <NAME> <<EMAIL>>
*/
.wegas-mcqtabview {
line-height: normal;
width: 100%;
}
.wegas-mcqtabview .pmg-subtitle {
padding:6px 0;
font-size: 1.2em;
font-weight: normal;
border-bottom: 2px solid #4D4D4D;
}
.yui3-skin-sam .wegas-mcqtabview .pmg-subtitle .left ,
.yui3-skin-sam ... | 0.435902 | 0.062789 |
.page_container {
display: flex;
flex-direction: column;
align-items: center;
}
.buttons_container {
max-width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 20px 0;
padding: 0 10px;
}
.button {
padding: 14px 0;
width: 200p... | src/components/AdminUpdateList/AdminUpdateList.module.css | .page_container {
display: flex;
flex-direction: column;
align-items: center;
}
.buttons_container {
max-width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 20px 0;
padding: 0 10px;
}
.button {
padding: 14px 0;
width: 200p... | 0.28877 | 0.072867 |
body
{
font-family: 'Lobster', sans-serif;
text-align: center;
display: grid;
grid-template-rows: auto auto auto auto auto auto auto;
height: auto;
}
body
{
margin: 0;
cursor: url("../images/logo/des.png"), auto;
}
body
.blinking-cursor {
font-weight: 100;
font-size: 30px;
color: #... | css/style.css | body
{
font-family: 'Lobster', sans-serif;
text-align: center;
display: grid;
grid-template-rows: auto auto auto auto auto auto auto;
height: auto;
}
body
{
margin: 0;
cursor: url("../images/logo/des.png"), auto;
}
body
.blinking-cursor {
font-weight: 100;
font-size: 30px;
color: #... | 0.498535 | 0.121503 |
@charset "UTF-8";
@font-face {
font-family: "krake";
src: url("fonts/krake.eot");
src: url("fonts/krake.eot?#iefix") format("embedded-opentype"), url("fonts/krake.woff") format("woff"), url("fonts/krake.ttf") format("truetype"), url("fonts/krake.svg#krake") format("svg");
font-weight: normal;
font... | src/Themes/KrakeDefaultTheme/Styles/style.css | @charset "UTF-8";
@font-face {
font-family: "krake";
src: url("fonts/krake.eot");
src: url("fonts/krake.eot?#iefix") format("embedded-opentype"), url("fonts/krake.woff") format("woff"), url("fonts/krake.ttf") format("truetype"), url("fonts/krake.svg#krake") format("svg");
font-weight: normal;
font... | 0.446012 | 0.093719 |
body {
padding-top: 54px;
font-family: calibri;
font-size: 0.9em;
}
/**
Additions
**/
ul {
margin: 0;
padding-left: 1em; /* Set the distance from the list edge to 1x the font size */
padding-bottom:0.6em;
list-style-position: outside;
list-style-image: url('../img/check.png');
}
hr {
... | css/blog-post.css | body {
padding-top: 54px;
font-family: calibri;
font-size: 0.9em;
}
/**
Additions
**/
ul {
margin: 0;
padding-left: 1em; /* Set the distance from the list edge to 1x the font size */
padding-bottom:0.6em;
list-style-position: outside;
list-style-image: url('../img/check.png');
}
hr {
... | 0.49585 | 0.097433 |
body {
font-family: soleil, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px; }
.alert-debug {
background-color: #fff;
border-color: #d6e9c6;
color: #000; }
.alert-error {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48; }
form select {
border: #d1d5db 1px soli... | feline/static/css/project.css | body {
font-family: soleil, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px; }
.alert-debug {
background-color: #fff;
border-color: #d6e9c6;
color: #000; }
.alert-error {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48; }
form select {
border: #d1d5db 1px soli... | 0.304248 | 0.08163 |
.btn-primary{
background-color: #0a669f !important;
}
.forgot-pass{
color: #<PASSWORD>;
}
.form-control:focus{
border-bottom-color: #0a669f;
-webkit-box-shadow: 0 -1px 0 0 #0a669f inset;
box-shadow: 0 -1px 0 0 #0a669f inset;
}
.authentication-container{
border: solid 1px rgba(0,0,0,.09);
}
.custom-control.c... | assets/admin/css/pages/authentication.css | .btn-primary{
background-color: #0a669f !important;
}
.forgot-pass{
color: #<PASSWORD>;
}
.form-control:focus{
border-bottom-color: #0a669f;
-webkit-box-shadow: 0 -1px 0 0 #0a669f inset;
box-shadow: 0 -1px 0 0 #0a669f inset;
}
.authentication-container{
border: solid 1px rgba(0,0,0,.09);
}
.custom-control.c... | 0.296858 | 0.052376 |
form p {
position: relative;
/* permet de positionner la checkbox cachée */
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
/* Cache la checkbox sans
la désactiver pour les
lecteurs d'écran */
position: absolute;
left: 0;
opacity: 0.01;
}
/* on prépare le label */
[type=... | style/add_article.css | form p {
position: relative;
/* permet de positionner la checkbox cachée */
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
/* Cache la checkbox sans
la désactiver pour les
lecteurs d'écran */
position: absolute;
left: 0;
opacity: 0.01;
}
/* on prépare le label */
[type=... | 0.305594 | 0.134009 |
.orange-menu {
white-space: nowrap;
font-size: 0;
}
.orange-menu > .item {
position: relative;
display: inline-block;
margin: 0;
padding: 5px 12px;
font-weight: bold;
font-size: 15px;
text-shadow: 0 -1px 0 #cc7d32;
cursor: pointer;
color: #fff;
background: #ff872c;
b... | src/Mamba/EncountersBundle/Resources/public/css/elements/OrangeMenu.css | .orange-menu {
white-space: nowrap;
font-size: 0;
}
.orange-menu > .item {
position: relative;
display: inline-block;
margin: 0;
padding: 5px 12px;
font-weight: bold;
font-size: 15px;
text-shadow: 0 -1px 0 #cc7d32;
cursor: pointer;
color: #fff;
background: #ff872c;
b... | 0.342791 | 0.129761 |
.bg-home-clip {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
}
.home-center {
display: table;
width: 100%;
height: 100%;
}
.home-desc-center {
display: table-cell;
vertical-align: middle;
}
.home-title {
font-size: 38p... | css/componentes/Home.css | .bg-home-clip {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
}
.home-center {
display: table;
width: 100%;
height: 100%;
}
.home-desc-center {
display: table-cell;
vertical-align: middle;
}
.home-title {
font-size: 38p... | 0.225587 | 0.096365 |
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
font-family: 'Roboto-Regular';
font-size: 100%;
background:#fff;
}
a {
text-decoration: none;
}
a:hover {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.... | css/style.css | h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
font-family: 'Roboto-Regular';
font-size: 100%;
background:#fff;
}
a {
text-decoration: none;
}
a:hover {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.... | 0.199074 | 0.05752 |
body{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color:lavenderblush;
}
.headers{
text-align:center;
font-weight:500;
}
.rules{
display:block;
text-align: center;
list-style-po... | style.css | body{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color:lavenderblush;
}
.headers{
text-align:center;
font-weight:500;
}
.rules{
display:block;
text-align: center;
list-style-po... | 0.447219 | 0.088662 |
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap&subset=latin-ext");
html... | dist/public/css/main.css | ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap&subset=latin-ext");
html... | 0.628863 | 0.107954 |
body{
background-color: #0b1f40;
font-family: sans-serif;
margin-bottom: 50px;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: white;
color: black;
text-align: center;
margin-top: 5px;
}
.header {
color: white;
font-size: 48px;
te... | app/css/my_css.css | body{
background-color: #0b1f40;
font-family: sans-serif;
margin-bottom: 50px;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: white;
color: black;
text-align: center;
margin-top: 5px;
}
.header {
color: white;
font-size: 48px;
te... | 0.364099 | 0.078678 |
@CHARSET "UTF-8";
@import url("home.css");
#quiz_info_div {
background-color: white;
color: black;
width: 80%;
margin-left: 10%;
margin-right: 10%;
height: auto;
text-align: left;
padding: 10px;
margin-bottom: 20px;
}
#quiz_form {
display: none;
}
.quiz_input {
width: 100%;
border: 2px solid #dadada;
fo... | assets/css/quiz.css | @CHARSET "UTF-8";
@import url("home.css");
#quiz_info_div {
background-color: white;
color: black;
width: 80%;
margin-left: 10%;
margin-right: 10%;
height: auto;
text-align: left;
padding: 10px;
margin-bottom: 20px;
}
#quiz_form {
display: none;
}
.quiz_input {
width: 100%;
border: 2px solid #dadada;
fo... | 0.266166 | 0.071106 |
body, html {
font-family: Times;
padding: 0px;
margin: 0px;
}
body {
background: #fcfcfc;
}
#container {
text-align: center;
padding-bottom: 50px;
}
#update_msg {
font-style: italic;
}
#latest {
font-family: Georgia, Times;
font-size: 1.4em;
}
#titlebar {
background: black;
... | www/_style.css | body, html {
font-family: Times;
padding: 0px;
margin: 0px;
}
body {
background: #fcfcfc;
}
#container {
text-align: center;
padding-bottom: 50px;
}
#update_msg {
font-style: italic;
}
#latest {
font-family: Georgia, Times;
font-size: 1.4em;
}
#titlebar {
background: black;
... | 0.365343 | 0.104112 |
:root {
--back: #242744;
--accent: rgb(37, 60, 89);
--copy: #202044;
--card: #e2e1eb;
--link: #60759d;
--lightcopy: #ffffff;
--xx: #000000;
--dur: 0.3s;
}
/* ///////////////////////////////////////// */
* {
flex-wrap: wrap;
align-content: center;
font-family: proxima-nova-n9, proxima-nova, sans-s... | public/css/style.css | :root {
--back: #242744;
--accent: rgb(37, 60, 89);
--copy: #202044;
--card: #e2e1eb;
--link: #60759d;
--lightcopy: #ffffff;
--xx: #000000;
--dur: 0.3s;
}
/* ///////////////////////////////////////// */
* {
flex-wrap: wrap;
align-content: center;
font-family: proxima-nova-n9, proxima-nova, sans-s... | 0.407098 | 0.114939 |
[c2js] {
background-color: black;
}
.c2-bar {
position: absolute;
width: 100%;
bottom: 0;
opacity: 0;
cursor: default;
}
.c2-bar:hover {
opacity: 1;
}
.c2-controls {
background-color: #f8f8f8;
overflow: hidden;
height: 56px;
padding: 6px 12px 0;
}
.c2-controls button {
... | dist/templates/mpc-hc/style.css | [c2js] {
background-color: black;
}
.c2-bar {
position: absolute;
width: 100%;
bottom: 0;
opacity: 0;
cursor: default;
}
.c2-bar:hover {
opacity: 1;
}
.c2-controls {
background-color: #f8f8f8;
overflow: hidden;
height: 56px;
padding: 6px 12px 0;
}
.c2-controls button {
... | 0.449151 | 0.114023 |
@charset "UTF-8";
/*tab start*/
.top_tab_block {
position: relative;
padding-left: 40px;
overflow: hidden;
padding-top: 30px;
}
.top_tab_block:after {
content:'';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background-color: #e5e5e5;
z-index: 1;
}
.top_... | public/static/css/appraisal.css | @charset "UTF-8";
/*tab start*/
.top_tab_block {
position: relative;
padding-left: 40px;
overflow: hidden;
padding-top: 30px;
}
.top_tab_block:after {
content:'';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background-color: #e5e5e5;
z-index: 1;
}
.top_... | 0.335351 | 0.084229 |
@font-face {
font-family: 'DB Ozone X';
src: url('DBOzoneX.eot');
src: url('DBOzoneX.eot?#iefix') format('embedded-opentype'),
url('DBOzoneX.woff') format('woff'),
url('DBOzoneX.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DB Ozone X';
src: url('DBOzoneX-I... | public/font/DB_Ozone_X/stylesheet.css |
@font-face {
font-family: 'DB Ozone X';
src: url('DBOzoneX.eot');
src: url('DBOzoneX.eot?#iefix') format('embedded-opentype'),
url('DBOzoneX.woff') format('woff'),
url('DBOzoneX.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DB Ozone X';
src: url('DBOzoneX-I... | 0.322099 | 0.073963 |
h1,h2,h3,h4,h5 {
font-family:'Raleway-Bold';
}
small {
font-family:'Raleway-Regular';
}
/*====================== END---APPLY FONT ======================*/
/*====================== SETING FONT ======================*/
@font-face {
font-family:'Raleway-Bold';
src: url(... | web/css/tm-font.css | h1,h2,h3,h4,h5 {
font-family:'Raleway-Bold';
}
small {
font-family:'Raleway-Regular';
}
/*====================== END---APPLY FONT ======================*/
/*====================== SETING FONT ======================*/
@font-face {
font-family:'Raleway-Bold';
src: url(... | 0.138287 | 0.036631 |
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;... | public/styles/keyframes.css | @keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;... | 0.435181 | 0.170163 |
.stylizedButton
{
background-color: #4CAF50; /* Green */
font-size: 17px;
text-align: center;
text-decoration: none;
color: white;
width: 100%;
margin-top: 10px;
padding: 10px 20px;
border: none;
display: inline-block;
}
.stylizedButton:hover
{
background-color: #3C5F30; /*... | style.css | .stylizedButton
{
background-color: #4CAF50; /* Green */
font-size: 17px;
text-align: center;
text-decoration: none;
color: white;
width: 100%;
margin-top: 10px;
padding: 10px 20px;
border: none;
display: inline-block;
}
.stylizedButton:hover
{
background-color: #3C5F30; /*... | 0.461988 | 0.049268 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=PT+Serif:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
html {
scroll-behavior: sm... | css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=PT+Serif:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
html {
scroll-behavior: sm... | 0.331769 | 0.082957 |
.forumeye-addon{list-style-image:url("chrome://forumeye/skin/icone/forum/addon.png"); }
.forumeye-f_3ds{list-style-image:url("chrome://forumeye/skin/icone/forum/f_3ds.png"); }
.forumeye-f_achiev{list-style-image:url("chrome://forumeye/skin/icone/forum/f_achiev.png"); }
.forumeye-f_anime{list-style-image:url("chrome:... | chrome/skin/forum.css | .forumeye-addon{list-style-image:url("chrome://forumeye/skin/icone/forum/addon.png"); }
.forumeye-f_3ds{list-style-image:url("chrome://forumeye/skin/icone/forum/f_3ds.png"); }
.forumeye-f_achiev{list-style-image:url("chrome://forumeye/skin/icone/forum/f_achiev.png"); }
.forumeye-f_anime{list-style-image:url("chrome:... | 0.158728 | 0.061763 |
.item_detail_image_container {
width: 33em;
height: 28em;
position: relative;
overflow: hidden;
display: flex;
}
.item_detail_image {
background-color: transparent;
width: 28em;
height: 28em;
-webkit-user-drag: none;
}
#image_detail_image_lens{
position: absolute;
background:... | frontend/static/css/item_detail/itemDetailImage.css | .item_detail_image_container {
width: 33em;
height: 28em;
position: relative;
overflow: hidden;
display: flex;
}
.item_detail_image {
background-color: transparent;
width: 28em;
height: 28em;
-webkit-user-drag: none;
}
#image_detail_image_lens{
position: absolute;
background:... | 0.603815 | 0.10618 |
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins");
*{
margin: 0;
padding: 0;
font-family: "Poppins", "sans-serif", "Arial", "Helvetica";
}
body{
font-family: "Poppins", "sans-serif", "Arial", "Helvetica";
... | styles/cabineEntrada.css | @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins");
*{
margin: 0;
padding: 0;
font-family: "Poppins", "sans-serif", "Arial", "Helvetica";
}
body{
font-family: "Poppins", "sans-serif", "Arial", "Helvetica";
... | 0.289372 | 0.060114 |
.related-post-main-wrapper .related-post-se-header h2 {
margin-bottom: 36px;
font-size: 24px;
line-height: 32px;
text-align: center;
}
.related-post-main-wrapper {
display: none;
position: relative;
}
.related-post-main-wrapper .related-post-wrapper {
margin: 0px -15px;
padding: 0px 10px 42px;
}
.relat... | public/hs-fs/hub/3787982/hub_generated/module_assets/1646265821701/module_41952544958_Related_Articles.css | .related-post-main-wrapper .related-post-se-header h2 {
margin-bottom: 36px;
font-size: 24px;
line-height: 32px;
text-align: center;
}
.related-post-main-wrapper {
display: none;
position: relative;
}
.related-post-main-wrapper .related-post-wrapper {
margin: 0px -15px;
padding: 0px 10px 42px;
}
.relat... | 0.332094 | 0.038538 |
@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.eot");
src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
url("../fonts/Flaticon.woff2") format("woff2"),
url("../fonts/Flaticon.woff") format("woff"),
url("../fonts/Flaticon.ttf") format("truetype"),
... | public/assets/css/flaticon.css | @font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.eot");
src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
url("../fonts/Flaticon.woff2") format("woff2"),
url("../fonts/Flaticon.woff") format("woff"),
url("../fonts/Flaticon.ttf") format("truetype"),
... | 0.327668 | 0.147986 |
html {
background:url("bg.jpg");
background-size:cover;
background-repeat:no-repeat;
color:#fff;font-family:sans-serif;
font-size:10px;
font-family: 'Roboto Condensed';
}
body {
background-image: url('crono_.png');
background-repeat: no-repeat;
background-size: 200px;
pad... | style.css | html {
background:url("bg.jpg");
background-size:cover;
background-repeat:no-repeat;
color:#fff;font-family:sans-serif;
font-size:10px;
font-family: 'Roboto Condensed';
}
body {
background-image: url('crono_.png');
background-repeat: no-repeat;
background-size: 200px;
pad... | 0.276593 | 0.056888 |
@import 'variables.css';
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-size: 10px;
font-family: 'Rubik', sans-serif;
color: var(--text);
background-color: var(--app-background);
}
html, body,... | chat-app-css-illustration-master/css/style.css | @import 'variables.css';
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-size: 10px;
font-family: 'Rubik', sans-serif;
color: var(--text);
background-color: var(--app-background);
}
html, body,... | 0.578805 | 0.084795 |
.favorite-orgs header,
.recommended-orgs header {
margin-bottom: 0.2em;
}
.favorite-orgs h2,
.recommended-orgs h2 {
margin-top: 0.6em;
}
section.org {
border: 0 none;
}
.recommended-orgs:not(.in-favorites) .org {
font-size: 0.9em;
}
.org header,
.header-preview {
position: relative;
background-color: #7... | src/app/org.styles.css | .favorite-orgs header,
.recommended-orgs header {
margin-bottom: 0.2em;
}
.favorite-orgs h2,
.recommended-orgs h2 {
margin-top: 0.6em;
}
section.org {
border: 0 none;
}
.recommended-orgs:not(.in-favorites) .org {
font-size: 0.9em;
}
.org header,
.header-preview {
position: relative;
background-color: #7... | 0.539469 | 0.177793 |
body{
background-color: #333;
}
.bosluk{
height: 200px;
}
.bosluk2{
height: 75px;
}
.bot-resim{
border-radius: 100%;
width: 400px;
height: 400px;
text-align: center;
padding: 10px;
}
.bot-resim-arka{
border-radius: 100%;
width: 400px;
height: 400px;
background-color: #... | css/style.css | body{
background-color: #333;
}
.bosluk{
height: 200px;
}
.bosluk2{
height: 75px;
}
.bot-resim{
border-radius: 100%;
width: 400px;
height: 400px;
text-align: center;
padding: 10px;
}
.bot-resim-arka{
border-radius: 100%;
width: 400px;
height: 400px;
background-color: #... | 0.272025 | 0.098642 |
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Provide sufficient contrast ... | wwwroot/css/site.css | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Provide sufficient contrast ... | 0.659953 | 0.100834 |
html, body {
margin: 0;
font-family: 'Lato', Arial, Helvetica, sans-serif;
color: #fff;
background-color: #666;
}
a {
color: #acf;
text-decoration: none;
}
a:visited {
color: #f9f;
}
h1, h2, h3, p {
margin: 0.5rem;
}
input[type=number] {
margin: 0.2rem;
padding: 0.5rem;
width... | css/index.css | html, body {
margin: 0;
font-family: 'Lato', Arial, Helvetica, sans-serif;
color: #fff;
background-color: #666;
}
a {
color: #acf;
text-decoration: none;
}
a:visited {
color: #f9f;
}
h1, h2, h3, p {
margin: 0.5rem;
}
input[type=number] {
margin: 0.2rem;
padding: 0.5rem;
width... | 0.411466 | 0.074064 |
@media (min-width: 992px){
.typo-line{
padding-left: 140px;
margin-bottom: 40px;
position: relative;
}
.typo-line .category{
transform: translateY(-50%);
top: 50%;
left: 0px;
position: absolute;
}
}
#map{
position:relative;
width:100%;
... | public/assets/css/demo.css | @media (min-width: 992px){
.typo-line{
padding-left: 140px;
margin-bottom: 40px;
position: relative;
}
.typo-line .category{
transform: translateY(-50%);
top: 50%;
left: 0px;
position: absolute;
}
}
#map{
position:relative;
width:100%;
... | 0.303938 | 0.069258 |
header {
background: #37454d;
color: white;
}
.border-left-radius-0 {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.border-right-radius-0 {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bg-color {
background-color: #37454d;
color: white;
... | trivago.css | header {
background: #37454d;
color: white;
}
.border-left-radius-0 {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.border-right-radius-0 {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bg-color {
background-color: #37454d;
color: white;
... | 0.417865 | 0.153296 |
| _ _ |
| | | ___ __ _(_)_ __ |
| | | / _ \ / _` | | '_ \ |
| | |__| (_) | (_| | | | | | |
| ... | omd/versions/1.2.8p15.cre/share/check_mk/web/htdocs/login.css | | _ _ |
| | | ___ __ _(_)_ __ |
| | | / _ \ / _` | | '_ \ |
| | |__| (_) | (_| | | | | | |
| ... | 0.617974 | 0.135061 |
@charset "UTF-8";
body {
background-color: #000; }
#sneakerContent {
background-color: #fff; }
/*! LAYOUT */
#sneakerSearch {
position: relative;
max-height: 0;
overflow: hidden;
background-color: #000;
transition: all 1s;}
#sneakerSearch .search-brand {
margin: 0 auto;
max-width: 780px; }
#sneakerSear... | css/sneaker/layout.css | @charset "UTF-8";
body {
background-color: #000; }
#sneakerContent {
background-color: #fff; }
/*! LAYOUT */
#sneakerSearch {
position: relative;
max-height: 0;
overflow: hidden;
background-color: #000;
transition: all 1s;}
#sneakerSearch .search-brand {
margin: 0 auto;
max-width: 780px; }
#sneakerSear... | 0.192046 | 0.043528 |
body{font-family:Heiti,Heiti SC,DroidSans,DroidSansFallback,Arial,"Microsoft YaHei";background-color:#f5f5f5}
html{font-size:20px}
@media only screen and (min-width:360px){html{font-size:22px!important}
}
@media only screen and (min-width:376px){html{font-size:23px!important}
}
@media only screen and (min-width:... | zzzphp/plugins/template/css/base.css | body{font-family:Heiti,Heiti SC,DroidSans,DroidSansFallback,Arial,"Microsoft YaHei";background-color:#f5f5f5}
html{font-size:20px}
@media only screen and (min-width:360px){html{font-size:22px!important}
}
@media only screen and (min-width:376px){html{font-size:23px!important}
}
@media only screen and (min-width:... | 0.344995 | 0.047074 |
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, ... | style.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.340814 | 0.081301 |
@charset "utf-8";
/* --------------------------------- 글로 미니 보물찾기 이벤트 전용 css --------------------------------- */
.sub.campaign .camp_neoextra .sec_top,
.sub.campaign .camp_neoextra .sec_btm {text-align:center;}
.sub.campaign .camp_neoextra .sec_top {box-shadow:none; background-repeat:no-repeat; background-positi... | old/bat/campaign/25/css/campaign-25.css | @charset "utf-8";
/* --------------------------------- 글로 미니 보물찾기 이벤트 전용 css --------------------------------- */
.sub.campaign .camp_neoextra .sec_top,
.sub.campaign .camp_neoextra .sec_btm {text-align:center;}
.sub.campaign .camp_neoextra .sec_top {box-shadow:none; background-repeat:no-repeat; background-positi... | 0.141193 | 0.059565 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind screens;
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=ZCOOL+XiaoWei&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Noto+Sans+SC:wg... | src/style.css | @tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind screens;
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=ZCOOL+XiaoWei&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Noto+Sans+SC:wg... | 0.360827 | 0.079496 |
html, body, article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary, div, h1, h2, h3, h4, h5, h6, p
{
display: block;
margin: 0;
padding: 0;
}
html {
font-family: sans-serif;
height: 100%;
}
body {
width: 100%;
height: 100%;
}
#navbar{
background-color: #00695C;... | herrhilmi/gmaps/style.css | html, body, article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary, div, h1, h2, h3, h4, h5, h6, p
{
display: block;
margin: 0;
padding: 0;
}
html {
font-family: sans-serif;
height: 100%;
}
body {
width: 100%;
height: 100%;
}
#navbar{
background-color: #00695C;... | 0.243193 | 0.06727 |
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
body {
background: repeating-linear-gradient(#000000, #382e2e 2px);
height: 100vh;
width: 100vh;
padding: 0px;
margin: 0px auto;
}
h1 {
padding-top: 50px;
margin-bottom: 0px;
color: yellow;
text-align: center;
font-family: 'Pre... | css/style.css | @import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
body {
background: repeating-linear-gradient(#000000, #382e2e 2px);
height: 100vh;
width: 100vh;
padding: 0px;
margin: 0px auto;
}
h1 {
padding-top: 50px;
margin-bottom: 0px;
color: yellow;
text-align: center;
font-family: 'Pre... | 0.564699 | 0.395193 |
html, body {
height: 100%;
width: 100%;
font-family: 'Lato', sans-serif;
}
input[type=text] {
position: absolute;
display: block;
top: 0;
width: 50%;
bottom: 0;
text-align: center;
font-size: 2em;
outline: none;
margin: 0;
padding: 0;
border: none;
transition: all 100ms ease-in-out;
b... | static/screen.css | html, body {
height: 100%;
width: 100%;
font-family: 'Lato', sans-serif;
}
input[type=text] {
position: absolute;
display: block;
top: 0;
width: 50%;
bottom: 0;
text-align: center;
font-size: 2em;
outline: none;
margin: 0;
padding: 0;
border: none;
transition: all 100ms ease-in-out;
b... | 0.314787 | 0.062474 |
@-moz-document url-prefix("https://www.deviantart.com/notifications/watch"), url-prefix("https://www.deviantart.com/notifications/watch/groupdeviations"), url-prefix("https://www.deviantart.com/notifications/watch?folder=archived"), url-prefix("https://www.deviantart.com/notifications/watch?folder=saved") {
/*ansicht?... | data/usercss/182758.user.css | @-moz-document url-prefix("https://www.deviantart.com/notifications/watch"), url-prefix("https://www.deviantart.com/notifications/watch/groupdeviations"), url-prefix("https://www.deviantart.com/notifications/watch?folder=archived"), url-prefix("https://www.deviantart.com/notifications/watch?folder=saved") {
/*ansicht?... | 0.172102 | 0.102484 |
@media (max-width: 768px) {
/* show hambuger*/
.main.row.container.calculate-pensions,
#bp-row {
flex-direction: column-reverse !important;
}
#bp-row .three-quarter-row .row {
flex-direction: row;
justify-content: space-around;
}
.main.budgetplanner {
padding-top: 0px;
}
#budgetform {
... | public/css/style2-mobile.css | @media (max-width: 768px) {
/* show hambuger*/
.main.row.container.calculate-pensions,
#bp-row {
flex-direction: column-reverse !important;
}
#bp-row .three-quarter-row .row {
flex-direction: row;
justify-content: space-around;
}
.main.budgetplanner {
padding-top: 0px;
}
#budgetform {
... | 0.238728 | 0.068102 |
--gwd-motion-path: {
"tangentFollowing": true, "sections": [ {
"controlPoints": ["0px", "0px", "-1.2px", "-42.99px", "-1.44px", "-94px", "6px", "-125px", "6px", "-125px", "12px", "-150px", "19.2px", "-171.8px", "27px", "-190px", "27px", "-190px", "36px", "-211px", "47.02px", "-226.58px", "65px", "-251px", "... | data6_motion_path.css | --gwd-motion-path: {
"tangentFollowing": true, "sections": [ {
"controlPoints": ["0px", "0px", "-1.2px", "-42.99px", "-1.44px", "-94px", "6px", "-125px", "6px", "-125px", "12px", "-150px", "19.2px", "-171.8px", "27px", "-190px", "27px", "-190px", "36px", "-211px", "47.02px", "-226.58px", "65px", "-251px", "... | 0.506103 | 0.336386 |
@import 'https://fonts.googleapis.com/css?family=Prompt';
body {
width: 100%;
margin: 0;
color: #333;
font-family: 'Ubuntu', sans-serif;
font-size: 100%;
letter-spacing: 2px;
}
/* Selections [INICIO] */
::selection {
color: #fff;
background-color: #333;
}
::-moz-selection {
color... | setup/css/setup.css | @import 'https://fonts.googleapis.com/css?family=Prompt';
body {
width: 100%;
margin: 0;
color: #333;
font-family: 'Ubuntu', sans-serif;
font-size: 100%;
letter-spacing: 2px;
}
/* Selections [INICIO] */
::selection {
color: #fff;
background-color: #333;
}
::-moz-selection {
color... | 0.271059 | 0.135261 |
app-consultant-info dx-file-uploader .dx-fileuploader-files-container {
display: none;
}
.consultant_info ul.nav.nav-tabs {
position: sticky;
top: 4.64rem; /* Header height */
z-index: 9;
background-color: white;
}
.consultant_info .consultant_info__loading {
display: flex;
justify-content... | src/frontend/src/assets/modules/components/css/consultation.info.css | app-consultant-info dx-file-uploader .dx-fileuploader-files-container {
display: none;
}
.consultant_info ul.nav.nav-tabs {
position: sticky;
top: 4.64rem; /* Header height */
z-index: 9;
background-color: white;
}
.consultant_info .consultant_info__loading {
display: flex;
justify-content... | 0.453262 | 0.041833 |
:root {
--toastnotify-color: #fff;
--toastnotify-default: #202124;
--toastnotify-primary: #0d47a1;
--toastnotify-info: #448AFF;
--toastnotify-warning: #FF8800;
--toastnotify-danger: #ff4444;
--toastnotify-success: #00C851;
--toastnotify-secondary: #9933CC;
--toastnotify-pink: #E91E63... | demos/webinar/css/toastnotify.css | :root {
--toastnotify-color: #fff;
--toastnotify-default: #202124;
--toastnotify-primary: #0d47a1;
--toastnotify-info: #448AFF;
--toastnotify-warning: #FF8800;
--toastnotify-danger: #ff4444;
--toastnotify-success: #00C851;
--toastnotify-secondary: #9933CC;
--toastnotify-pink: #E91E63... | 0.332094 | 0.197058 |
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, ... | css/style.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.235021 | 0.073997 |
.loader {
width: 50px;
height: 60px;
position: relative;
left: 20px;
}
.loader div {
background-color: #c40c8c;
height: 100%;
width: 6px;
display: inline-block;
animation: loader 1.6s infinite ease-in-out;
}
.loader .item-2 {
animation-delay: -1.1s;
}
.loader .item-3 {
ani... | src/ex11_html-css-advanced/task-01.css | .loader {
width: 50px;
height: 60px;
position: relative;
left: 20px;
}
.loader div {
background-color: #c40c8c;
height: 100%;
width: 6px;
display: inline-block;
animation: loader 1.6s infinite ease-in-out;
}
.loader .item-2 {
animation-delay: -1.1s;
}
.loader .item-3 {
ani... | 0.808483 | 0.147832 |
::before,
::after{
margin: 0;
padding: 0;
}
html{
font-size: 10px;
font-family: 'SF Pro Display', sans-serif;
background: grey;
}
a{
display: block;
text-decoration:none;
}
.container{
max-width: 98rem;
margin: 0 auto;
padding: 0 2.2rem;
}
/*Header*/
header{
position: fi... | styles.css | ::before,
::after{
margin: 0;
padding: 0;
}
html{
font-size: 10px;
font-family: 'SF Pro Display', sans-serif;
background: grey;
}
a{
display: block;
text-decoration:none;
}
.container{
max-width: 98rem;
margin: 0 auto;
padding: 0 2.2rem;
}
/*Header*/
header{
position: fi... | 0.413832 | 0.058292 |
body{
overflow-x:hidden;
}
.cff-preview-ctn .no-overflow{
overflow: hidden!important;
}
.cff-preview-ctn .cff-fb-fs{
width: 100%;
position: relative;
float: left;
box-sizing: border-box;
}
.cff-fullsize-link{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 9;
cursor: pointer;
}
.cf... | 2021/CVE-2021-25065/vultarget/custom-facebook-feed/admin/builder/assets/css/preview.css | body{
overflow-x:hidden;
}
.cff-preview-ctn .no-overflow{
overflow: hidden!important;
}
.cff-preview-ctn .cff-fb-fs{
width: 100%;
position: relative;
float: left;
box-sizing: border-box;
}
.cff-fullsize-link{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 9;
cursor: pointer;
}
.cf... | 0.350088 | 0.052376 |
html,
body {
padding: 0;
margin: 0;
background: #fff;
direction: rtl;
font-family: 'Cairo', sans-serif;
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration... | public/front/css/style-rtl.css | html,
body {
padding: 0;
margin: 0;
background: #fff;
direction: rtl;
font-family: 'Cairo', sans-serif;
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration... | 0.355216 | 0.050635 |
body {
background-color: #F2F6F9;
color: #505C6E;
font: 14px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0; }
* {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
h1, h2, h3 {
font-weight... | assets/css/style.css | body {
background-color: #F2F6F9;
color: #505C6E;
font: 14px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0; }
* {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
h1, h2, h3 {
font-weight... | 0.292696 | 0.046943 |
@charset "utf-8"
/* CSS Document */
xxxxxxxxxxxxxx {}
html,
body {
width: 100%;
height: 100%;
overflow: hidden;
}
body {
background: url(../img/BG-2.jpg) center no-repeat;
background-size: 100% 100%;
}
.main-wrap {
width: calc(100% - 570px);
height: 100%;
transition: all 0.5s;
position: relative;
}
.main-... | zwy/html/BigScreen/css/BigScreen-2.css | @charset "utf-8"
/* CSS Document */
xxxxxxxxxxxxxx {}
html,
body {
width: 100%;
height: 100%;
overflow: hidden;
}
body {
background: url(../img/BG-2.jpg) center no-repeat;
background-size: 100% 100%;
}
.main-wrap {
width: calc(100% - 570px);
height: 100%;
transition: all 0.5s;
position: relative;
}
.main-... | 0.313525 | 0.048114 |
#isi{
padding : 5px;
width : 70%;
height: auto;
background-color: #ffffff;
position : relative;
margin-top: 10px;
color: #000;
}
.isiposting {
background-color: #ffffff;
font-size: 20px;
width: 98%;
height: 200px;
margin-bottom: 10px;
padding: 5px;
... | assets/css/menucoba.css | #isi{
padding : 5px;
width : 70%;
height: auto;
background-color: #ffffff;
position : relative;
margin-top: 10px;
color: #000;
}
.isiposting {
background-color: #ffffff;
font-size: 20px;
width: 98%;
height: 200px;
margin-bottom: 10px;
padding: 5px;
... | 0.272315 | 0.085404 |
.yui-skin-sam .yui-layout .yui-layout-hd {border:0;}
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd-nohd {border:0;}
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {border:0;}
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-unit-right {background: white;}
.yui-skin-sam .yui-layout-... | apps/moodle/htdocs/mod/chat/gui_ajax/theme/bubble/chat.css | .yui-skin-sam .yui-layout .yui-layout-hd {border:0;}
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd-nohd {border:0;}
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {border:0;}
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-unit-right {background: white;}
.yui-skin-sam .yui-layout-... | 0.435181 | 0.049245 |
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 550;
background: #c9c5cb;
color: #292929;
font-size: 16px;
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
display: none;
/*
-moz-transform: translateY(100%);
-webkit-transform: translateY(... | apps/homescreen/everything.me/modules/ShortcutsCustomize/ShortcutsCustomize.css | position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 550;
background: #c9c5cb;
color: #292929;
font-size: 16px;
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
display: none;
/*
-moz-transform: translateY(100%);
-webkit-transform: translateY(... | 0.414899 | 0.077169 |
::-webkit-scrollbar {
background: var( --scrollbar-background);
width: var( --scrollbar-width );
/*lets treat width and height the same*/
height: var( --scrollbar-width );
border: var(--scrollbar-border);
}
::-webkit-scrollbar:hover {
background: var( --scrollbar-background-hover);
width: ... | src/source.css | ::-webkit-scrollbar {
background: var( --scrollbar-background);
width: var( --scrollbar-width );
/*lets treat width and height the same*/
height: var( --scrollbar-width );
border: var(--scrollbar-border);
}
::-webkit-scrollbar:hover {
background: var( --scrollbar-background-hover);
width: ... | 0.439988 | 0.049062 |
container/* CSS Document */
a,html,body,div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,span,strong,em,i,br,p,b,from,input,table,tr,td,th,textarea,img{ margin:0; padding:0; border:0;}
table,td,input{font-size:14px;padding:0}
table { border-collapse: collapse; border-spacing: 0;}
/*common css*/
.user_nav{ height:388px!importan... | assets/front/theme/css/user_3.css | container/* CSS Document */
a,html,body,div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,span,strong,em,i,br,p,b,from,input,table,tr,td,th,textarea,img{ margin:0; padding:0; border:0;}
table,td,input{font-size:14px;padding:0}
table { border-collapse: collapse; border-spacing: 0;}
/*common css*/
.user_nav{ height:388px!importan... | 0.274157 | 0.092729 |
@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,700");
.navbar{
border-top-left-radius: 20px;
height: 70px;
}
.sidebar{
float: left;
margin-left: -197px;
padding-top:50px;
line-height: 80px;
font-size: 11px;
height:683px;
width: 200px;
background-color:... | static/css/admin.css | @import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,700");
.navbar{
border-top-left-radius: 20px;
height: 70px;
}
.sidebar{
float: left;
margin-left: -197px;
padding-top:50px;
line-height: 80px;
font-size: 11px;
height:683px;
width: 200px;
background-color:... | 0.425725 | 0.083479 |
@charset 'UTF-8';
.jqcConfirm-mask {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .3);
z-index: 1000;
}
.jqcConfirm-container {
box-sizing: border-box;
padding: 20px;
... | docs/jqc/com/lifeonwalden/jqc/confirm/css/confirm.css | @charset 'UTF-8';
.jqcConfirm-mask {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .3);
z-index: 1000;
}
.jqcConfirm-container {
box-sizing: border-box;
padding: 20px;
... | 0.379838 | 0.083778 |
::selection {
background: pink;
}
::-moz-selection {
background: salmon;
}
body {
margin: 0;
font-family: 'Cormorant Garamond', serif;
font-size: 20px;
overflow-x: hidden;
}
h1, h2, h3 {
line-height: 1;
margin: 0;
text-transform: uppercase;
font-weight: normal;
}
h2 {
font-size: 40px;
}
a {
... | css/styles.css | ::selection {
background: pink;
}
::-moz-selection {
background: salmon;
}
body {
margin: 0;
font-family: 'Cormorant Garamond', serif;
font-size: 20px;
overflow-x: hidden;
}
h1, h2, h3 {
line-height: 1;
margin: 0;
text-transform: uppercase;
font-weight: normal;
}
h2 {
font-size: 40px;
}
a {
... | 0.479991 | 0.087291 |
.tabs {
position: relative;
width: 100%;
overflow: hidden;
}
/* Nav */
.tabs nav {
text-align: center;
margin-top:0;
padding-top:0;
}
.tabs nav ul {
padding: 0;
margin: 0;
margin-bottom:-6px;
list-style: none;
display: inline-block;
}
.tabs nav ul li {
border: 1px solid transparent;
border-bottom: none;... | public/css/frontend/user.css | .tabs {
position: relative;
width: 100%;
overflow: hidden;
}
/* Nav */
.tabs nav {
text-align: center;
margin-top:0;
padding-top:0;
}
.tabs nav ul {
padding: 0;
margin: 0;
margin-bottom:-6px;
list-style: none;
display: inline-block;
}
.tabs nav ul li {
border: 1px solid transparent;
border-bottom: none;... | 0.304145 | 0.054929 |
.mt-red-50 {
color: #ffebee;
}
.bg-mt-red-50 {
background-color: #ffebee;
}
.hover-bg-mt-red-50:hover {
background-color: #ffebee;
}
.hover-mt-red-50:hover {
color: #ffebee;
}
.mt-red-100 {
color: #ffcdd2;
}
.bg-mt-red-100 {
background-color: #ffcdd2;
}
.hover-bg-mt-red-100:hover {
bac... | material-color-red.css | .mt-red-50 {
color: #ffebee;
}
.bg-mt-red-50 {
background-color: #ffebee;
}
.hover-bg-mt-red-50:hover {
background-color: #ffebee;
}
.hover-mt-red-50:hover {
color: #ffebee;
}
.mt-red-100 {
color: #ffcdd2;
}
.bg-mt-red-100 {
background-color: #ffcdd2;
}
.hover-bg-mt-red-100:hover {
bac... | 0.516352 | 0.131034 |
@font-face {
font-family: "Pixelated MS Sans Serif";
src: url('ms_sans_serif.woff') format("woff");
src: url('ms_sans_serif.woff2') format("woff2");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: "Pixelated MS Sans Serif";
src: url('ms_sans_serif_bold.woff') format("woff");
src: url('... | themes/hugo-theme-willow/static/css/vendors/98.css | @font-face {
font-family: "Pixelated MS Sans Serif";
src: url('ms_sans_serif.woff') format("woff");
src: url('ms_sans_serif.woff2') format("woff2");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: "Pixelated MS Sans Serif";
src: url('ms_sans_serif_bold.woff') format("woff");
src: url('... | 0.353763 | 0.066995 |
.background-image {
position: fixed;
left: 0;
right: 0;
z-index: -1;
width: 110vw;
height: 110vh;
display: block;
background: url('https://res-2.cloudinary.com/simpleview/image/upload/c_fill,f_auto,h_1110,q_75,w_1920/v1/clients/vancouverbc/beaches_e5e4997c-1ad5-4463-b6a6-0b87279281dc.jpg')no-repeat cen... | style/style.css | .background-image {
position: fixed;
left: 0;
right: 0;
z-index: -1;
width: 110vw;
height: 110vh;
display: block;
background: url('https://res-2.cloudinary.com/simpleview/image/upload/c_fill,f_auto,h_1110,q_75,w_1920/v1/clients/vancouverbc/beaches_e5e4997c-1ad5-4463-b6a6-0b87279281dc.jpg')no-repeat cen... | 0.47098 | 0.128799 |
* {
margin: 0;
padding: 0;
box-sizing: inherit; }
html {
font-size: 16px; }
html,
body {
height: 100%; }
body {
font: 100%/1.5 AvenirNext-Regular, -apple-system, BlinkMacSystemFont, "Lucida Grande", "Segoe Ui", "Corbel", Verdana, sans-serif;
box-sizing: border-box;
min-height: 100%;
background-colo... | docs/assets/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: inherit; }
html {
font-size: 16px; }
html,
body {
height: 100%; }
body {
font: 100%/1.5 AvenirNext-Regular, -apple-system, BlinkMacSystemFont, "Lucida Grande", "Segoe Ui", "Corbel", Verdana, sans-serif;
box-sizing: border-box;
min-height: 100%;
background-colo... | 0.463201 | 0.097176 |
body {
background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/img/back.png');
background-position: center;
background-size: cover;
}
.formSection {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
form {
height: 25em;
width: 50em... | back/public/styles/signInLogIn.css | body {
background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/img/back.png');
background-position: center;
background-size: cover;
}
.formSection {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
form {
height: 25em;
width: 50em... | 0.456652 | 0.156556 |
html {
background-color: rgb(33, 37, 41);
}
body {
padding-top: 89px;
}
#sdc-logo-div {
display: none;
}
@media (min-width: 992px) {
body {
padding-top: 91px;
}
#sdc-logo-div {
display: block;
}
}
.score-card {
border-radius: 10px;
background-color: gray;
color: white;
}
.carousel-item {... | css/modern-business.css | html {
background-color: rgb(33, 37, 41);
}
body {
padding-top: 89px;
}
#sdc-logo-div {
display: none;
}
@media (min-width: 992px) {
body {
padding-top: 91px;
}
#sdc-logo-div {
display: block;
}
}
.score-card {
border-radius: 10px;
background-color: gray;
color: white;
}
.carousel-item {... | 0.362856 | 0.088387 |
@charset "utf-8";
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,input{margin:0px;padding:0px;box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
img{border:none; display: block;}
em{ font-style:normal;}
body {color: #656565; font:12px/1.5 微软雅黑,Arial,sans-serif; }
ul,ol,li,form, dl {li... | public/static/css/style.css | @charset "utf-8";
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,input{margin:0px;padding:0px;box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
img{border:none; display: block;}
em{ font-style:normal;}
body {color: #656565; font:12px/1.5 微软雅黑,Arial,sans-serif; }
ul,ol,li,form, dl {li... | 0.214116 | 0.104981 |
.st-swatch-preview {
border: 1px solid #ccc;
height: 40px;
width : 40px;
}
.st-label-swatch {
font-weight: 700;
line-height: 40px;
text-align: center;
}
.st-image-swatch {
background-repeat: no-repeat;
background-size: cover;
}
.st-image-swatch-image {
height: 150px;
position: relative;
width: 150px;
border... | public/front/wp-content/plugins/et-core-plugin/inc/st-woo-swatches/admin/css/admin.css | .st-swatch-preview {
border: 1px solid #ccc;
height: 40px;
width : 40px;
}
.st-label-swatch {
font-weight: 700;
line-height: 40px;
text-align: center;
}
.st-image-swatch {
background-repeat: no-repeat;
background-size: cover;
}
.st-image-swatch-image {
height: 150px;
position: relative;
width: 150px;
border... | 0.349977 | 0.064594 |
body {
font-family: 'helvetica';
font-size:12px;
color:#707478;
}
.logo{
width:50px;
height:50px;
text-align:center;
}
p {
margin: 2px;
}
.title{
font-size: 15px
}
.title-desc {
font-size: 12px
}
.reportPage-header {
text-align: center;
}
table {
width:100%;
border-spacing:0px;
font-size: 10px;
pa... | school/assets/pdf/LTR/onlineexamreport.css | body {
font-family: 'helvetica';
font-size:12px;
color:#707478;
}
.logo{
width:50px;
height:50px;
text-align:center;
}
p {
margin: 2px;
}
.title{
font-size: 15px
}
.title-desc {
font-size: 12px
}
.reportPage-header {
text-align: center;
}
table {
width:100%;
border-spacing:0px;
font-size: 10px;
pa... | 0.230486 | 0.111531 |
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css);header {
height: 100px;
}
header .upper-nav {
height: 20%;
background-color: #0282F9;
}
header .options-container {
height: 100%;
display: flex;
... | public/css/app.css | @import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css);header {
height: 100px;
}
header .upper-nav {
height: 20%;
background-color: #0282F9;
}
header .options-container {
height: 100%;
display: flex;
... | 0.342462 | 0.075927 |
#widthTest {
width: 1px;
height: 1px;
overflow: hidden;
opacity: 0;
}
.dialog {
position: fixed;
width: 380px;
left: calc( 50% - ( 380px / 2 ) );
top: calc( 50% - 160px );
z-index: 2;
color: #5c5d5f;
text-align: center;
font-family: sans-serif;
border-radius: 7px 7px 0 0;
box-shadow: 3px 3px... | customreporters.css | #widthTest {
width: 1px;
height: 1px;
overflow: hidden;
opacity: 0;
}
.dialog {
position: fixed;
width: 380px;
left: calc( 50% - ( 380px / 2 ) );
top: calc( 50% - 160px );
z-index: 2;
color: #5c5d5f;
text-align: center;
font-family: sans-serif;
border-radius: 7px 7px 0 0;
box-shadow: 3px 3px... | 0.291384 | 0.121607 |
@font-face {
font-family: Montserrat;
src: url("../data/fonts/Montserrat-Medium.ttf");
}
input:focus, textarea, select, button {
outline: none !important;
}
button {
cursor: pointer;
}
.content {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: auto;
... | server/static/css/style.css | @font-face {
font-family: Montserrat;
src: url("../data/fonts/Montserrat-Medium.ttf");
}
input:focus, textarea, select, button {
outline: none !important;
}
button {
cursor: pointer;
}
.content {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: auto;
... | 0.447943 | 0.095181 |
a.meanmenu-reveal {
display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
float: left;
width: 100%;
right:0;
position: absolute;
height:0px;
background: red;
padding: 1px 0px 0px 0px ;
/* min-height: 200px; */
/* z-index: -100; */
}
.mean-con... | css/meanmenu.css | a.meanmenu-reveal {
display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
float: left;
width: 100%;
right:0;
position: absolute;
height:0px;
background: red;
padding: 1px 0px 0px 0px ;
/* min-height: 200px; */
/* z-index: -100; */
}
.mean-con... | 0.244634 | 0.064271 |