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 |
|---|---|---|---|---|
body{
background-color: #C7C7C7;
}
.logo img{
width: 100%;
height: 225px;
}
.card-body{
padding:0px;
}
.header h2 {
display: block;
font-size: 1.5em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
.marqu... | public/css/style.css | body{
background-color: #C7C7C7;
}
.logo img{
width: 100%;
height: 225px;
}
.card-body{
padding:0px;
}
.header h2 {
display: block;
font-size: 1.5em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
.marqu... | 0.155784 | 0.101634 |
.compiled {
top: 40px;
padding: 10px;
background: white;
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
width: 920px;
line-height: 17px;
}
.btn-sm {
padding: 2px 10px;
}
.btn-primary {
color: #fff!important;
text-shadow: 0 -1px 0 rgba(0,0,0,0.15)!important;
background-color: ... | app/styles/style.css | .compiled {
top: 40px;
padding: 10px;
background: white;
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
width: 920px;
line-height: 17px;
}
.btn-sm {
padding: 2px 10px;
}
.btn-primary {
color: #fff!important;
text-shadow: 0 -1px 0 rgba(0,0,0,0.15)!important;
background-color: ... | 0.414662 | 0.083329 |
.cont .mail{width:780px; margin:0 auto; padding-bottom:20px;}
.cont .mail .m-01{position:relative;}
/* 操作 */
.cont .mail .m-01 #operation{position:absolute; top:226px; right:-130px; width:80px; background:#fff; text-align:center; box-shadow:0 0 10px #ddd;}
.cont .mail .m-01 #operation li{border-bottom:1px solid #eee;}
... | Public/bluesnail/style/snail-details.css | .cont .mail{width:780px; margin:0 auto; padding-bottom:20px;}
.cont .mail .m-01{position:relative;}
/* 操作 */
.cont .mail .m-01 #operation{position:absolute; top:226px; right:-130px; width:80px; background:#fff; text-align:center; box-shadow:0 0 10px #ddd;}
.cont .mail .m-01 #operation li{border-bottom:1px solid #eee;}
... | 0.245085 | 0.062646 |
ul {
list-style: none;
padding-left: 0;
}
ul>li {
padding-left: 8px;
}
.tree-container {
background-color: var(--vscode-sideBar-background);
color: var(--vscode-ui-sideBar-foreground);
font-size: 13px;/*var(--theia-ui-font-size1);*/
overflow: auto;
height: 100%;
width: 100%;
}
.tr... | src/ReactApp/VSCodeApp.css | ul {
list-style: none;
padding-left: 0;
}
ul>li {
padding-left: 8px;
}
.tree-container {
background-color: var(--vscode-sideBar-background);
color: var(--vscode-ui-sideBar-foreground);
font-size: 13px;/*var(--theia-ui-font-size1);*/
overflow: auto;
height: 100%;
width: 100%;
}
.tr... | 0.340376 | 0.101857 |
pre code {
display: block; padding: 0.5em;
background: #fff; color: black;
}
pre .comment,
pre .template_comment,
pre .javadoc,
pre .comment * {
color: #006a00;
}
pre .keyword,
pre .literal,
.nginx pre .title {
color: #aa0d91;
}
.method,
pre .list pre .title,
pre .tag pre .title,
.setting pre .value,
pre .win... | lib/css/xcode.css | pre code {
display: block; padding: 0.5em;
background: #fff; color: black;
}
pre .comment,
pre .template_comment,
pre .javadoc,
pre .comment * {
color: #006a00;
}
pre .keyword,
pre .literal,
.nginx pre .title {
color: #aa0d91;
}
.method,
pre .list pre .title,
pre .tag pre .title,
.setting pre .value,
pre .win... | 0.467818 | 0.13569 |
html,
body {
margin: 0;
padding: 0;
}
body {
background-color: #cccaca;
}
.header
{display: flex;
background-color: #FFCC4A;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
position: fixed;
width: 100%;
z-index: 9999999;
top: 0;
}
.sitelogo {
padding-left: 5px;
align-self: center... | resources/css/mysitestyle.css | html,
body {
margin: 0;
padding: 0;
}
body {
background-color: #cccaca;
}
.header
{display: flex;
background-color: #FFCC4A;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
position: fixed;
width: 100%;
z-index: 9999999;
top: 0;
}
.sitelogo {
padding-left: 5px;
align-self: center... | 0.324556 | 0.060335 |
body {
font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
background-color: #f5f5f5;
width: 10rem;
margin:0 auto;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
div {
-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing: border-box;
}... | public/css/common.css | body {
font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
background-color: #f5f5f5;
width: 10rem;
margin:0 auto;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
div {
-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing: border-box;
}... | 0.372848 | 0.055695 |
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html... | css/scss/main.css | @charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html... | 0.586641 | 0.101545 |
body {
overflow-x: hidden;
background-color: white;
}
.Canvas {
font: 12pt Verdana;
background-color: #ECECEC;
color: #000000;
width: 100%;
border: solid 1px #0c29cd;
border-radius: 4px;
}
.ObjectBrace {
color: #00AA00;
font-weight: bold;
}
.Arra... | dev-tools/style.css | body {
overflow-x: hidden;
background-color: white;
}
.Canvas {
font: 12pt Verdana;
background-color: #ECECEC;
color: #000000;
width: 100%;
border: solid 1px #0c29cd;
border-radius: 4px;
}
.ObjectBrace {
color: #00AA00;
font-weight: bold;
}
.Arra... | 0.379608 | 0.10833 |
/* Gloabal declaration */
body{
font-family:Helvetica,sans-serif;
}
body.hide-help-content .pipeline-nav {
display: none;
}
#intro {
padding: 1em;
color: #4B220E;
margin: .9em 1em 0.75em 1em;
border: 1px solid #ab8555;
background-color: #FFF;
position: relative;
zoom... | server/webapp/css/application.css |
/* Gloabal declaration */
body{
font-family:Helvetica,sans-serif;
}
body.hide-help-content .pipeline-nav {
display: none;
}
#intro {
padding: 1em;
color: #4B220E;
margin: .9em 1em 0.75em 1em;
border: 1px solid #ab8555;
background-color: #FFF;
position: relative;
zoom... | 0.228759 | 0.056731 |
.dimension-unitless {
/* TRACE[1]: next rule defined at 'dimension.less:2' */
a1: 0;
/* TRACE[2]: next rule defined at 'dimension.less:3' */
a2: .1;
/* TRACE[3]: next rule defined at 'dimension.less:4' */
a3: 0;
/* TRACE[4]: next rule defined at 'dimension.less:5' */
a4: -.1;
/* TRACE[5]: next rule de... | src/test/resources/test-suite/trace/dimension.css | .dimension-unitless {
/* TRACE[1]: next rule defined at 'dimension.less:2' */
a1: 0;
/* TRACE[2]: next rule defined at 'dimension.less:3' */
a2: .1;
/* TRACE[3]: next rule defined at 'dimension.less:4' */
a3: 0;
/* TRACE[4]: next rule defined at 'dimension.less:5' */
a4: -.1;
/* TRACE[5]: next rule de... | 0.258607 | 0.063657 |
body {
margin: 0px;
padding: 0px;
color: #333333;
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
line-height: 1.5em;
background-color: #273545;
background-image: url(../images/body.jpg);
background-repeat: repeat-x;
background-position: top;
}
a, a:link, a:visited { color: #333333; text-decoration... | css/style.css | body {
margin: 0px;
padding: 0px;
color: #333333;
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
line-height: 1.5em;
background-color: #273545;
background-image: url(../images/body.jpg);
background-repeat: repeat-x;
background-position: top;
}
a, a:link, a:visited { color: #333333; text-decoration... | 0.20044 | 0.212538 |
html {
font-size: 12px;
}
p {
font-size: 1em;
margin: 1em;
}
h1 {
font-size: 1.5em;
color: #0079a3;
}
h2 {
font-size: 1.2em;
color: #3ca4d6;
}
div.testframe {
font-size: 1em;
margin: 1em;
border: 2px;
border-style: solid;
border-color: #0079a3;
width: 600px;
}
div.testframe-alt {
font-s... | Tests/Test_Suite_Files/Complete/CSS_styling_epub3/OEBPS/css/stylesheet.css | html {
font-size: 12px;
}
p {
font-size: 1em;
margin: 1em;
}
h1 {
font-size: 1.5em;
color: #0079a3;
}
h2 {
font-size: 1.2em;
color: #3ca4d6;
}
div.testframe {
font-size: 1em;
margin: 1em;
border: 2px;
border-style: solid;
border-color: #0079a3;
width: 600px;
}
div.testframe-alt {
font-s... | 0.481454 | 0.227877 |
@viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
html,
body,
.full-height {
height: 100%;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
min-width: 320px;
margin: 0;
padding: 0;
background-color: #fff;
position: relative;
}
body,... | public_html/src/css/editor.css | @viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
html,
body,
.full-height {
height: 100%;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
min-width: 320px;
margin: 0;
padding: 0;
background-color: #fff;
position: relative;
}
body,... | 0.340156 | 0.078148 |
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
*{
margin: 0;
padding: 0;
font-family: 'Ubuntu', sans-serif;
}
.contact-form{
background-color: darkkhaki;
height: 750px;
margin-top: 100px;
}
.contact-us{
wi... | src/css/contact.css | @import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
*{
margin: 0;
padding: 0;
font-family: 'Ubuntu', sans-serif;
}
.contact-form{
background-color: darkkhaki;
height: 750px;
margin-top: 100px;
}
.contact-us{
wi... | 0.422505 | 0.061933 |
.information_product {
padding-top: 51px;
padding-bottom: 60px;
background: #fff;
}
.viewed_product_title_container{
border-bottom: solid 1px #dadada;
}
.product_name {
font-size: 24px;
}
.product_title{
width: 100%;
height: auto;
}
.product_title_button {
width: 100%;
display: inline-block;... | public/source/user/styles/css/product_css.css | .information_product {
padding-top: 51px;
padding-bottom: 60px;
background: #fff;
}
.viewed_product_title_container{
border-bottom: solid 1px #dadada;
}
.product_name {
font-size: 24px;
}
.product_title{
width: 100%;
height: auto;
}
.product_title_button {
width: 100%;
display: inline-block;... | 0.512205 | 0.098036 |
@import "tachyons";
/* https://github.com/jneen/rouge/pull/804 */
@import "./ayu.css";
@import "material-colors/dist/colors.css";
html {
font-size: 16px;
line-height: 1.6;
font-family: Georgia, Cambria, "Times New Roman", Times, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif, "Apple Color Emoji", "Segoe ... | _static/app.css | @import "tachyons";
/* https://github.com/jneen/rouge/pull/804 */
@import "./ayu.css";
@import "material-colors/dist/colors.css";
html {
font-size: 16px;
line-height: 1.6;
font-family: Georgia, Cambria, "Times New Roman", Times, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif, "Apple Color Emoji", "Segoe ... | 0.542379 | 0.069795 |
body,
html {
width: 100%;
height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 28px;
}
.content{
z-index: 1;
}
#bodytext {
padding-top: 20px;
font-size: 18px;
text-align: left;
line-height: 150%;
letter-spacing: 2p... | css/landing-page.css | body,
html {
width: 100%;
height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 28px;
}
.content{
z-index: 1;
}
#bodytext {
padding-top: 20px;
font-size: 18px;
text-align: left;
line-height: 150%;
letter-spacing: 2p... | 0.501953 | 0.109563 |
*, *::before, *::after{
box-sizing: border-box;
font-family: Gotham Rounded, sans-serif;
}
.div-cont{
color:#fff;
font-weight: bold;
/*border:1px solid green;*/
text-align: center;
margin-bottom: 2rem;
}
.calculadora-grid{
font-weight: normal;
border:1px solid black;
background-color... | src/components/Calculadora.css | *, *::before, *::after{
box-sizing: border-box;
font-family: Gotham Rounded, sans-serif;
}
.div-cont{
color:#fff;
font-weight: bold;
/*border:1px solid green;*/
text-align: center;
margin-bottom: 2rem;
}
.calculadora-grid{
font-weight: normal;
border:1px solid black;
background-color... | 0.380759 | 0.067547 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display:... | assets/css/style.css | html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display:... | 0.314366 | 0.042127 |
.App {
height: 100%;
min-height: 600px;
background-color: #FFF;
}
.particle {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 70px;
height: 70px;
border-radius: 50%;
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.3), 0 -28px 14px rgba(0,... | src/components/FreeRadicals/FreeRadicals.css | .App {
height: 100%;
min-height: 600px;
background-color: #FFF;
}
.particle {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 70px;
height: 70px;
border-radius: 50%;
box-shadow: 0 14px 14px rgba(0, 0, 0, 0.3), 0 -28px 14px rgba(0,... | 0.479016 | 0.147065 |
html, body{
font-size: 100%;
font-family: 'Open Sans', sans-serif;
background: #F9FAF9;
margin: 0;
}
p,ul li,ol li{
margin:0;
font-size:14px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Questrial', sans-serif;
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover{
text-decoration:none;
}
inp... | css/style.css | html, body{
font-size: 100%;
font-family: 'Open Sans', sans-serif;
background: #F9FAF9;
margin: 0;
}
p,ul li,ol li{
margin:0;
font-size:14px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Questrial', sans-serif;
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover{
text-decoration:none;
}
inp... | 0.292797 | 0.050331 |
@import url(http://fonts.googleapis.com/css?family=Dorsa);
@charset "utf-8";
/* CSS Document */
a[href^="tel:"] { color: inherit; text-decoration: none;}
.color-1 { color: #efedef;}
.img-indent { margin: 0px 30px 0 0; float: left;}
.img-indent1 { margin: 1px 29px 16px 0; float: left;}
.wrapper { width: 100%; overflow: ... | includes/css/content/style.css | @import url(http://fonts.googleapis.com/css?family=Dorsa);
@charset "utf-8";
/* CSS Document */
a[href^="tel:"] { color: inherit; text-decoration: none;}
.color-1 { color: #efedef;}
.img-indent { margin: 0px 30px 0 0; float: left;}
.img-indent1 { margin: 1px 29px 16px 0; float: left;}
.wrapper { width: 100%; overflow: ... | 0.299003 | 0.133981 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body,
.main-wrapper,
.main-wrapper-front {
width: 100%;
height: 100%;
}
body {
color: #fff;
font-family: 'Roboto', sans-serif;
}
.main-wrapper {
position: relative;
overflow: hidden;
}
... | mini_web_project/css/weather/styles.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body,
.main-wrapper,
.main-wrapper-front {
width: 100%;
height: 100%;
}
body {
color: #fff;
font-family: 'Roboto', sans-serif;
}
.main-wrapper {
position: relative;
overflow: hidden;
}
... | 0.29209 | 0.056236 |
@charset "UTF-8";
.anychart-loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background: #fff; }
.anychart-loader .rotating-cover {
width: 70px;
height: 70px;
position: absolute;
top: 50%;
margin-top: -35px;
left: 50%;
margin-left: -35px... | dist/css/app.css | @charset "UTF-8";
.anychart-loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background: #fff; }
.anychart-loader .rotating-cover {
width: 70px;
height: 70px;
position: absolute;
top: 50%;
margin-top: -35px;
left: 50%;
margin-left: -35px... | 0.644896 | 0.092893 |
.wrap {
width: 100%;
height: 100%;
position: absolute;
top: 0%;
/* top: 50%;
margin-top: -300px; */
background-color:#006051;
overflow: hidden;
-webkit-perspective: 800px;
-moz-perspective: 800px;
}
.photo {
width: 260px;
height: 320px;
position: absolute;
z-index: 1;
-webkit-box-shadow... | app/static/styles/screen.css | .wrap {
width: 100%;
height: 100%;
position: absolute;
top: 0%;
/* top: 50%;
margin-top: -300px; */
background-color:#006051;
overflow: hidden;
-webkit-perspective: 800px;
-moz-perspective: 800px;
}
.photo {
width: 260px;
height: 320px;
position: absolute;
z-index: 1;
-webkit-box-shadow... | 0.367384 | 0.052668 |
# General
--------------------------------------------------------------*/
@font-face {
font-family: Almarai;
src: url("Almarai-Regular.ttf") format("truetype");
}
body {
font-family: "Almarai", Almarai !important;
background-size: cover;
}
a {
color: #4fa6d5;
text-decoration: none;
}
a:hove... | public/plugins/assets/css/style.css | # General
--------------------------------------------------------------*/
@font-face {
font-family: Almarai;
src: url("Almarai-Regular.ttf") format("truetype");
}
body {
font-family: "Almarai", Almarai !important;
background-size: cover;
}
a {
color: #4fa6d5;
text-decoration: none;
}
a:hove... | 0.362518 | 0.080033 |
a {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #ffffff;
text-decoration: none;
}
#accounts-top-padding {
padding-top: 100px;
}
.flex-container {
display: flex;
justify-content: center;
}
.flex-container>div {
background-color: #a20025;
width: 80px;
margin: 10px;
text-align: cent... | css/style.css | a {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #ffffff;
text-decoration: none;
}
#accounts-top-padding {
padding-top: 100px;
}
.flex-container {
display: flex;
justify-content: center;
}
.flex-container>div {
background-color: #a20025;
width: 80px;
margin: 10px;
text-align: cent... | 0.388502 | 0.123339 |
.Container {
background-color: #f5f3f4;
width: 100%;
height: 120vh;
}
.loading__{
padding-left: 600px;
}
.Component_Other {
padding: 30px 20px 30px 0px;
margin-left: 300px;
}
.component_outlet {
margin-top: 50px;
}
.headerh3 {
font-weight: 700;
}
.admin_top {
display: flex;
... | src/Admin/Component/Style/HomeAdmin.css | .Container {
background-color: #f5f3f4;
width: 100%;
height: 120vh;
}
.loading__{
padding-left: 600px;
}
.Component_Other {
padding: 30px 20px 30px 0px;
margin-left: 300px;
}
.component_outlet {
margin-top: 50px;
}
.headerh3 {
font-weight: 700;
}
.admin_top {
display: flex;
... | 0.390476 | 0.12847 |
* {margin: 0; padding: 0;}
:root {
--color-1:#9f9f9f;
--color-2:#333;
--color-3:#c3c3c3;
--color-4:#8d8d8d;
--color-5:#414141;
--color-6:#ebebeb;
}
/* - display 정렬 - */
.flex-cen-cen {
display: flex;
justify-content: center;
align-items: center;
}
.flex-cen-end {
display: flex;
ju... | 20220405/CSS/style.css | * {margin: 0; padding: 0;}
:root {
--color-1:#9f9f9f;
--color-2:#333;
--color-3:#c3c3c3;
--color-4:#8d8d8d;
--color-5:#414141;
--color-6:#ebebeb;
}
/* - display 정렬 - */
.flex-cen-cen {
display: flex;
justify-content: center;
align-items: center;
}
.flex-cen-end {
display: flex;
ju... | 0.305697 | 0.070368 |
.home-page{
background-image: url('../img/background/h_img.jpg');
background-position: center;
background-repeat: no-repeat;
color: white;
text-align: center;
padding-top:15%;
background-size: cover;
}
.home-page h1{
padding: 2px;
margin: 5px;
}
.home-page p{
padding: 2px;
}
#logo{
margin-top: 1... | css/style.css | .home-page{
background-image: url('../img/background/h_img.jpg');
background-position: center;
background-repeat: no-repeat;
color: white;
text-align: center;
padding-top:15%;
background-size: cover;
}
.home-page h1{
padding: 2px;
margin: 5px;
}
.home-page p{
padding: 2px;
}
#logo{
margin-top: 1... | 0.271928 | 0.060087 |
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
src: url('../fonts/raleway-v12-latin-100.eot'); /* IE9 Compat Modes */
src: local('Raleway Thin'), local('Raleway-Thin'),
url('../fonts/raleway-v12-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url... | konker.registry.web/src/main/webapp/resources/konker/css/raleway-100-600.css | @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
src: url('../fonts/raleway-v12-latin-100.eot'); /* IE9 Compat Modes */
src: local('Raleway Thin'), local('Raleway-Thin'),
url('../fonts/raleway-v12-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url... | 0.203945 | 0.038107 |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
.sec1booking {
position: absolute;
width: 100%;
height: 100%;
margin-right: 100px;
/* background-size: cover;
background-repeat: no-repeat;
background: url(https://panoramaglasslodge.com/wp-content/uploads/2020/11/DSC_3... | src/pages/Booking/Booking.module.css | @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
.sec1booking {
position: absolute;
width: 100%;
height: 100%;
margin-right: 100px;
/* background-size: cover;
background-repeat: no-repeat;
background: url(https://panoramaglasslodge.com/wp-content/uploads/2020/11/DSC_3... | 0.486088 | 0.084304 |
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/index.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.420362 | 0.061424 |
[class*=icheck-] {
min-height:22px;
margin-top:6px!important;
margin-bottom:6px!important;
padding-left:0
}
.icheck-inline {
display:inline-block
}
.icheck-inline+.icheck-inline {
margin-left:.75rem;
margin-top:6px
}
[class*=icheck-]>label {
padding-left:29px!important;
min-height:22px;
line-height:22px;
dis... | public/assets/plugins/icheck-bootstrap/icheck-bootstrap.min.css | [class*=icheck-] {
min-height:22px;
margin-top:6px!important;
margin-bottom:6px!important;
padding-left:0
}
.icheck-inline {
display:inline-block
}
.icheck-inline+.icheck-inline {
margin-left:.75rem;
margin-top:6px
}
[class*=icheck-]>label {
padding-left:29px!important;
min-height:22px;
line-height:22px;
dis... | 0.444806 | 0.105902 |
* {
padding: 0;
margin: 0;
}
nav {
background: linear-gradient(135deg, #4183d7, #85d8ce);
padding-bottom: 6rem;
}
.logo {
vertical-align: middle;
margin: 10px;
height: 45px;
width: auto;
}
.logo:hover {
height: 50px;
width: auto;
}
.nav-right {
padding: 10px;
margin-t... | css/error.css | * {
padding: 0;
margin: 0;
}
nav {
background: linear-gradient(135deg, #4183d7, #85d8ce);
padding-bottom: 6rem;
}
.logo {
vertical-align: middle;
margin: 10px;
height: 45px;
width: auto;
}
.logo:hover {
height: 50px;
width: auto;
}
.nav-right {
padding: 10px;
margin-t... | 0.639736 | 0.20044 |
.app__navigationPanel
{
flex: 0 0 220px;
background-color: #4da8b0;
font-size: 15px;
color: #1a4246;
overflow: scroll;
height: 100%;
}
.app__navigationPanel h1,
.app__navigationPanel h2
{
margin: 20px 10px 0 15px;
}
.app__navigationPanel h1
{
font-size: 18px;
color: black;
}
.app__navigationPanel h... | app/containers/App/__navigationPanel/__navigationPanel.css | .app__navigationPanel
{
flex: 0 0 220px;
background-color: #4da8b0;
font-size: 15px;
color: #1a4246;
overflow: scroll;
height: 100%;
}
.app__navigationPanel h1,
.app__navigationPanel h2
{
margin: 20px 10px 0 15px;
}
.app__navigationPanel h1
{
font-size: 18px;
color: black;
}
.app__navigationPanel h... | 0.455683 | 0.052912 |
body,
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
body {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.topnav {
background-color: #c8b560;
font-weight: 200;
font... | css/landing-page.css | body,
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
body {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.topnav {
background-color: #c8b560;
font-weight: 200;
font... | 0.4206 | 0.102799 |
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700italic,700);
@import "animate.css";
@media (min-width: 768px) {
.container {
padding-left: 0;
padding-right: 0;
}
}
.page {
overflow: hidden;
min-hei... | public/assets/app/css/style.css | @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700italic,700);
@import "animate.css";
@media (min-width: 768px) {
.container {
padding-left: 0;
padding-right: 0;
}
}
.page {
overflow: hidden;
min-hei... | 0.344333 | 0.073032 |
{
background-image: url( ../../img/div.gif );
background-position: 21% 0;
background-repeat: repeat-y;
position: relative;
}
#content #datasync #admin
{
padding-bottom: 5px;
}
#content #datasync #ui-block
{
background-color: #fff;
height: 200px;
display: none;
position: absolute;
left: -5px;
top:... | core/webapps/css/styles/datasync.css | {
background-image: url( ../../img/div.gif );
background-position: 21% 0;
background-repeat: repeat-y;
position: relative;
}
#content #datasync #admin
{
padding-bottom: 5px;
}
#content #datasync #ui-block
{
background-color: #fff;
height: 200px;
display: none;
position: absolute;
left: -5px;
top:... | 0.254602 | 0.083479 |
.cd-container {
width: 90%;
max-width: 1170px;
margin: 0 auto;
}
.cd-container::after {
content: '';
display: table;
clear: both;
}
#cd-timeline, #cd-timeline-2 {
position: relative;
padding: 2em 0;
margin-top: 2em;
margin-bottom: 2em;
}
#cd-timeline::before, #cd-timeline-2::be... | public/css/experiences.css |
.cd-container {
width: 90%;
max-width: 1170px;
margin: 0 auto;
}
.cd-container::after {
content: '';
display: table;
clear: both;
}
#cd-timeline, #cd-timeline-2 {
position: relative;
padding: 2em 0;
margin-top: 2em;
margin-bottom: 2em;
}
#cd-timeline::before, #cd-timeline-2::be... | 0.418222 | 0.0697 |
@import url('https://fonts.googleapis.com/css?family=Major+Mono+Display');
.section {
margin: 0;
min-height: 100vh;
min-width: 425px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #5CDB95;
/*
background-image: -ms-linear-gradie... | src/components/intro.module.css | @import url('https://fonts.googleapis.com/css?family=Major+Mono+Display');
.section {
margin: 0;
min-height: 100vh;
min-width: 425px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #5CDB95;
/*
background-image: -ms-linear-gradie... | 0.374905 | 0.104432 |
.add-subgoal-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.add-subgoal-container h1 {
color: black;
font-size: 36px;
margin-bottom: 40px;
}
.comment-text {
color: rgb(245, 131, 131);
}
.submit-subgoal-button
.submit-t... | public/css/style.css | .add-subgoal-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.add-subgoal-container h1 {
color: black;
font-size: 36px;
margin-bottom: 40px;
}
.comment-text {
color: rgb(245, 131, 131);
}
.submit-subgoal-button
.submit-t... | 0.520984 | 0.087525 |
html {
font-size: 1em;
overflow: auto;
}
ul {
margin:0;
padding: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-padding-start: 0;
list-style-type: none;
}
h3 {
font-size: 1em;
}
body {
margin: 0;
padding: 20px;
font-size: 100%;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif... | src/index.css | html {
font-size: 1em;
overflow: auto;
}
ul {
margin:0;
padding: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-padding-start: 0;
list-style-type: none;
}
h3 {
font-size: 1em;
}
body {
margin: 0;
padding: 20px;
font-size: 100%;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif... | 0.227985 | 0.067362 |
.current-shop-items-dropdown {
position: absolute;
top: 100%;
right: -20px;
background-color: #fff;
z-index: 10000;
border-top: 3px solid transparent;
text-align: left;
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 6px rgba(0, 0, 0... | wp-content/themes/oceanwp/assets/css/woo/woo-mini-cart.css | .current-shop-items-dropdown {
position: absolute;
top: 100%;
right: -20px;
background-color: #fff;
z-index: 10000;
border-top: 3px solid transparent;
text-align: left;
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 6px rgba(0, 0, 0... | 0.3512 | 0.056107 |
.headerTag {
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
z-index: 2; /* Stay on top */
top: 0px; /* Stay at the top */
width: 100%; /* Set the width of the sidebar */
background-repeat: no-repeat;
background-origin: content-box;
background-size: cover;
background-col... | ClientApp/app/lightsTest/lightsTest.component.css |
.headerTag {
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
z-index: 2; /* Stay on top */
top: 0px; /* Stay at the top */
width: 100%; /* Set the width of the sidebar */
background-repeat: no-repeat;
background-origin: content-box;
background-size: cover;
background-col... | 0.383526 | 0.116261 |
div.tippy-box * {
font-size: .8rem;
}
div.tippy-box.openned .annotip-actions {
padding: 5px;
}
div.tippy-box div.annotip-dlg form {
border-bottom: #fff 1px solid;
}
div.tippy-box div.annotip-dlg form .padded-control {
padding: 2px
}
div.tippy-box div.annotip-dlg form>div {
margin: 10px 5px;
}
div.tippy-box di... | www/jtox-kit.css | div.tippy-box * {
font-size: .8rem;
}
div.tippy-box.openned .annotip-actions {
padding: 5px;
}
div.tippy-box div.annotip-dlg form {
border-bottom: #fff 1px solid;
}
div.tippy-box div.annotip-dlg form .padded-control {
padding: 2px
}
div.tippy-box div.annotip-dlg form>div {
margin: 10px 5px;
}
div.tippy-box di... | 0.317215 | 0.102529 |
.button-3B9fDLtm {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
min-width: 22px;
width: 22px;
height: 22px;
font-size: 0;
color: #787b86;
background-color: var(--tv-list-item-button-background-color);
}
.button-3B9fDLtm:active {
color: #131722;
backgrou... | src/charting_library/bundles/20.1238ce46e9b14c68764e.rtl.css | .button-3B9fDLtm {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
min-width: 22px;
width: 22px;
height: 22px;
font-size: 0;
color: #787b86;
background-color: var(--tv-list-item-button-background-color);
}
.button-3B9fDLtm:active {
color: #131722;
backgrou... | 0.433262 | 0.061961 |
@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1280px) {
#banner {
background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat scroll 0 0 / cover;
width: 100% !important;
height:100% !important;
}
.btn.btn-default.btn-lg.dropdown-toggle.`see {
margin: 70px 0 42px !importan... | theme/frontend/css/media.css | @charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1280px) {
#banner {
background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat scroll 0 0 / cover;
width: 100% !important;
height:100% !important;
}
.btn.btn-default.btn-lg.dropdown-toggle.`see {
margin: 70px 0 42px !importan... | 0.330147 | 0.082107 |
body {
background-image: url(../img/starbackground.svg);
/* setting the following controls the star size */
background-size: 400px;
font-family: 'Josefin Sans', sans-serif;
text-align: center;
margin: 10px;
color: #00AAFF;
}
#player-name {
font-family: 'Ranchers', cursive;
font-size: 1.5em;
text-al... | css/style.css | body {
background-image: url(../img/starbackground.svg);
/* setting the following controls the star size */
background-size: 400px;
font-family: 'Josefin Sans', sans-serif;
text-align: center;
margin: 10px;
color: #00AAFF;
}
#player-name {
font-family: 'Ranchers', cursive;
font-size: 1.5em;
text-al... | 0.497315 | 0.101723 |
body {
overflow-x: hidden;
background-color: #222;
color: #eee;
font-size: calc(12px + 0.75vw);
font-family: "Literata", serif;
margin: 0;
overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Bree Serif", serif;
margin: 0 0 1.5em 0;
text-transform: uppercase;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4... | assets/css/main.css | body {
overflow-x: hidden;
background-color: #222;
color: #eee;
font-size: calc(12px + 0.75vw);
font-family: "Literata", serif;
margin: 0;
overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Bree Serif", serif;
margin: 0 0 1.5em 0;
text-transform: uppercase;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4... | 0.371251 | 0.116061 |
body {
font-family: sans-serif;
padding: 0;
margin: 0;
}
#header {
background-color: #3f51b5;
color: white;
text-align: center;
padding: 8px;
box-shadow: 0px 0px 10px #666;
min-height: 100px;
}
#header a {
color: white;
}
#header img {
width: 100px;
height: 100px;
flo... | gubernator/static/style.css | body {
font-family: sans-serif;
padding: 0;
margin: 0;
}
#header {
background-color: #3f51b5;
color: white;
text-align: center;
padding: 8px;
box-shadow: 0px 0px 10px #666;
min-height: 100px;
}
#header a {
color: white;
}
#header img {
width: 100px;
height: 100px;
flo... | 0.501221 | 0.133669 |
body,
html {
width: 100%;
height: 100%;
}
h4 {
margin-top: 15px;
padding-bottom: 20px;
color: black;
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 450;
}
h5 {
color: grey;
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weig... | src/css/kampen.css | body,
html {
width: 100%;
height: 100%;
}
h4 {
margin-top: 15px;
padding-bottom: 20px;
color: black;
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 450;
}
h5 {
color: grey;
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weig... | 0.450843 | 0.084644 |
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@import "bootstrap";
.logo {
height: 100%;
}
.main-bar {
padding: 30px 0;
}
.shop-index .avatar img {
border-radius: 20px;
max-width: 100%;
}
.shop-description p {
padding: 10px;
border-radius: 10p... | resources/css/app.css | @import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@import "bootstrap";
.logo {
height: 100%;
}
.main-bar {
padding: 30px 0;
}
.shop-index .avatar img {
border-radius: 20px;
max-width: 100%;
}
.shop-description p {
padding: 10px;
border-radius: 10p... | 0.253399 | 0.081556 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Black+Ops+One&display=swap');
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright... | blog/wp-content/themes/buildx/assets/css/template.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans|Black+Ops+One&display=swap');
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright... | 0.380183 | 0.125493 |
#ad-1 {
width: 720px;
height: 300px;
margin: 40px auto 0;
background-image: url(../images/ad-1/background.png);
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
position: relative;
box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}
#ad-1 #content {
width: 325px;
float: right;
margin: 40... | master/AnimatedWebBanners/css/style.css |
#ad-1 {
width: 720px;
height: 300px;
margin: 40px auto 0;
background-image: url(../images/ad-1/background.png);
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
position: relative;
box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}
#ad-1 #content {
width: 325px;
float: right;
margin: 40... | 0.258232 | 0.07703 |
html {
font-size: 62.5%; }
body {
font-size: 1.5em;
line-height: 1.6;
font-weight: 400;
color: #222; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-sp... | wifiphisher-1.4/wifiphisher/data/phishing-pages/gopro-phish/html/static/style.css | html {
font-size: 62.5%; }
body {
font-size: 1.5em;
line-height: 1.6;
font-weight: 400;
color: #222; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-sp... | 0.441191 | 0.095307 |
.background_seaShell2,
.hover_background_seaShell2:hover,
.active_background_seaShell2:active:hover {
background: #ff9850;
background-image: -moz-linear-gradient(top, rgb(255, 202, 164) 0%, rgb(255, 152, 80) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 20... | widgets/common/assets/gradients/simple/seaShell/seaShell2.css | .background_seaShell2,
.hover_background_seaShell2:hover,
.active_background_seaShell2:active:hover {
background: #ff9850;
background-image: -moz-linear-gradient(top, rgb(255, 202, 164) 0%, rgb(255, 152, 80) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 20... | 0.536313 | 0.12213 |
:root {
/*========== Colors ==========*/
--clr-neutral-100: hsl(0, 0%, 100%);
--clr-neutral-200: hsl(0, 0%, 94%);
--clr-neutral-300: hsl(0, 0%, 89%);
--clr-neutral-400: hsl(0, 0%, 76%);
--clr-neutral-500: hsl(0, 0%, 60%);
--clr-neutral-600: hsl(0, 0%, 40%);
--clr-neutral-800: hsl(0, 0%,... | trip_planner/static/css/main.css |
:root {
/*========== Colors ==========*/
--clr-neutral-100: hsl(0, 0%, 100%);
--clr-neutral-200: hsl(0, 0%, 94%);
--clr-neutral-300: hsl(0, 0%, 89%);
--clr-neutral-400: hsl(0, 0%, 76%);
--clr-neutral-500: hsl(0, 0%, 60%);
--clr-neutral-600: hsl(0, 0%, 40%);
--clr-neutral-800: hsl(0, 0%,... | 0.45302 | 0.07343 |
.navbar-brand {
margin-left: 50px;
margin-right: 50px;
}
.bg-dark {
background-color: #c42828!important;
}
.navbar-dark .navbar-toggler {
color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link:hover{
color: rgb(255, 255, 255);
}
.logo {
/* displ... | contact.css | .navbar-brand {
margin-left: 50px;
margin-right: 50px;
}
.bg-dark {
background-color: #c42828!important;
}
.navbar-dark .navbar-toggler {
color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link:hover{
color: rgb(255, 255, 255);
}
.logo {
/* displ... | 0.393735 | 0.068913 |
<css:stylesheet xmlns:repository="http://general_server.org/xmlnamespaces/repository/2006" xmlns="http://general_server.org/xmlnamespaces/css/2006">
<!-- #################################### tabs #################################### -->
<css:section name="tabs">
<css:raw><![CDATA[
.ui-tabs .ui-tabs-nav {... | config/classes/general_server/client_functionality/templates/MultiDocument/view.css | <css:stylesheet xmlns:repository="http://general_server.org/xmlnamespaces/repository/2006" xmlns="http://general_server.org/xmlnamespaces/css/2006">
<!-- #################################### tabs #################################### -->
<css:section name="tabs">
<css:raw><![CDATA[
.ui-tabs .ui-tabs-nav {... | 0.352982 | 0.048541 |
*{
color: #2F3541;
}
body{
margin: 0;
z-index: 3;
}
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Forum');
html { overflow-x: hidden; }
/* menu block */
.menu{
position: fixed;
top: 0;
left: 0;
padding: 69.2px 5.2% 0 6%;
height: 100%... | public/css/style.css | *{
color: #2F3541;
}
body{
margin: 0;
z-index: 3;
}
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Forum');
html { overflow-x: hidden; }
/* menu block */
.menu{
position: fixed;
top: 0;
left: 0;
padding: 69.2px 5.2% 0 6%;
height: 100%... | 0.217005 | 0.072505 |
@import url('https://fonts.googleapis.com/css?family=Oswald|Raleway|Shadows+Into+Light');
/*Styling affecting html and body elements*/
html, body {
/*html and body take up full screen*/
padding: 0;
margin: 0;
width: 100%;
/*Fixes menu bar overflow issue*/
overflow-x: hidden;
}
/*Styling for the h2 heading... | quirk.css | @import url('https://fonts.googleapis.com/css?family=Oswald|Raleway|Shadows+Into+Light');
/*Styling affecting html and body elements*/
html, body {
/*html and body take up full screen*/
padding: 0;
margin: 0;
width: 100%;
/*Fixes menu bar overflow issue*/
overflow-x: hidden;
}
/*Styling for the h2 heading... | 0.437824 | 0.065575 |
.hidden { display: none;}
body {
color: #EAFBFF;
font-size: 100%;
font-family: helvetica, arial, sans-serif;
}
h2 {padding: 0.5em; font-size: 2em; margin-top: 1em;}
.mainHeader {
background-color: #312783;
color: white;
padding: 1em;
height: 80px;
}
.sector {
padding: 10px 12px;
color: white;
ba... | pabon_n_hw5_responsive_layout/css/main.css | .hidden { display: none;}
body {
color: #EAFBFF;
font-size: 100%;
font-family: helvetica, arial, sans-serif;
}
h2 {padding: 0.5em; font-size: 2em; margin-top: 1em;}
.mainHeader {
background-color: #312783;
color: white;
padding: 1em;
height: 80px;
}
.sector {
padding: 10px 12px;
color: white;
ba... | 0.319015 | 0.122156 |
.ace--chameleon .ace_gutter {
background: rgba(28,28,28,1);
color: rgb(137,135,135)
}
.ace--chameleon .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--chameleon {
background-color: rgba(28,28,28,1);
color: rgba(245,242,242,1)
}
.ace--chameleon .ace_cursor {
color: rgba(211,207,193,1)
}
.ace... | ace/lib/ace/theme/Chameleon.css | .ace--chameleon .ace_gutter {
background: rgba(28,28,28,1);
color: rgb(137,135,135)
}
.ace--chameleon .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--chameleon {
background-color: rgba(28,28,28,1);
color: rgba(245,242,242,1)
}
.ace--chameleon .ace_cursor {
color: rgba(211,207,193,1)
}
.ace... | 0.588298 | 0.093182 |
@media screen {
/* --- Reset Styles --- */
* {
list-style: none;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
/* --- Welcome Page Styles --- */
body {
background: #eee;
color: #333;
font-family: Sans-Serif;
line-height: 18px;
}
.wrapper {
... | democlient/public/stylesheets/main.css | @media screen {
/* --- Reset Styles --- */
* {
list-style: none;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
/* --- Welcome Page Styles --- */
body {
background: #eee;
color: #333;
font-family: Sans-Serif;
line-height: 18px;
}
.wrapper {
... | 0.391755 | 0.077903 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,700,600,400);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,700italic);
@import url(assets/css/base.css);
@import url(assets/css/components.css);
@import url(assets/css/font-awesome.min.css);
/* 01 - General & Basic Styles */... | src/main/resources/other/template_files/coursaty/style.css |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,700,600,400);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,700italic);
@import url(assets/css/base.css);
@import url(assets/css/components.css);
@import url(assets/css/font-awesome.min.css);
/* 01 - General & Basic Styles */... | 0.30549 | 0.0545 |
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
/* base styles */
* {
margin: 0;
font-family: "Quicksand";
color: #333;
}
body {
background-color: #ffffcc81;
}
.navbar {
p... | src/index.css | @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
/* base styles */
* {
margin: 0;
font-family: "Quicksand";
color: #333;
}
body {
background-color: #ffffcc81;
}
.navbar {
p... | 0.246533 | 0.106784 |
html {
font-family: font-proxima-regular sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}
.page-header {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms... | public/css/styles.css | html {
font-family: font-proxima-regular sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}
.page-header {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms... | 0.428233 | 0.078961 |
#applicationHeader {height: 1%;}
#parentElement>#applicationHeader {height: auto;}
/*Mac-modified Tan Hack Method*/
* html #applicationHeader {height: 1%;} /* for IE/Win */
*>html #applicationHeader {height: auto;} /* for IE5/Mac */
a{
text-decoration : underline;
}
a img{
border : none;
}
... | public/stylesheets/main.css | #applicationHeader {height: 1%;}
#parentElement>#applicationHeader {height: auto;}
/*Mac-modified Tan Hack Method*/
* html #applicationHeader {height: 1%;} /* for IE/Win */
*>html #applicationHeader {height: auto;} /* for IE5/Mac */
a{
text-decoration : underline;
}
a img{
border : none;
}
... | 0.276105 | 0.091301 |
.woo-variation-swatches .woo-variation-raw-select,
.woo-variation-swatches .woo-variation-raw-select + .select2 {
display: none !important;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color > a {
display: inline-block;
position: relative;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__... | wordpress/wp-content/plugins/woo-variation-swatches/assets/css/frontend.css | .woo-variation-swatches .woo-variation-raw-select,
.woo-variation-swatches .woo-variation-raw-select + .select2 {
display: none !important;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color > a {
display: inline-block;
position: relative;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__... | 0.38827 | 0.041521 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://learn2.acseducation.edu.au/mod/forum/post.php") {
.col-md-9{
width:100%!important;
}
/*the left panel, showing the students post (in the meeting place forum)/ or the forum questions (in the dF) */
div[role="main"]>div:... | data/usercss/149006.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://learn2.acseducation.edu.au/mod/forum/post.php") {
.col-md-9{
width:100%!important;
}
/*the left panel, showing the students post (in the meeting place forum)/ or the forum questions (in the dF) */
div[role="main"]>div:... | 0.293 | 0.10697 |
@charset "utf-8";
/*区别于其他页面头部、底部的展示*/
body{ background-color: #f3f5f7;}
.more_loader_spinner{ background:none;}
.header-middle{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;word-wrap: break-word;word-break: break-all;}
h1, h2, h3, h4, h5, h6{ font-weight:normal;}
/*公告文章列表*/
#article-c... | resources/static/frontend/web_mobile/css/article.css | @charset "utf-8";
/*区别于其他页面头部、底部的展示*/
body{ background-color: #f3f5f7;}
.more_loader_spinner{ background:none;}
.header-middle{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;word-wrap: break-word;word-break: break-all;}
h1, h2, h3, h4, h5, h6{ font-weight:normal;}
/*公告文章列表*/
#article-c... | 0.261237 | 0.044848 |
@font-face {
font-family: 'Kanit-Bold';
src: url('Kanit-Bold.eot');
src: url('Kanit-Bold.eot?#iefix') format('embedded-opentype'),
url('Kanit-Bold.woff2') format('woff2'),
url('Kanit-Bold.woff') format('woff'),
url('Kanit-Bold.ttf') format('truetype'),
url('Kanit-Bold.svg#Kan... | assets/fonts/Kanit/font-kanit.css | @font-face {
font-family: 'Kanit-Bold';
src: url('Kanit-Bold.eot');
src: url('Kanit-Bold.eot?#iefix') format('embedded-opentype'),
url('Kanit-Bold.woff2') format('woff2'),
url('Kanit-Bold.woff') format('woff'),
url('Kanit-Bold.ttf') format('truetype'),
url('Kanit-Bold.svg#Kan... | 0.399694 | 0.102394 |
.field_container {
background: url(/resources/media/nhl_arena.jpg) no-repeat;
-webkit-background-size: cover;
background-size: cover;
}
.field {
background: url(/resources/media/fields/ice.png);
background-size: 8%;
position: relative;
padding: 2vmin;
box-shadow: 0px 0px 10px 2px rgba(... | resources/css/fields/hockey.css | .field_container {
background: url(/resources/media/nhl_arena.jpg) no-repeat;
-webkit-background-size: cover;
background-size: cover;
}
.field {
background: url(/resources/media/fields/ice.png);
background-size: 8%;
position: relative;
padding: 2vmin;
box-shadow: 0px 0px 10px 2px rgba(... | 0.345657 | 0.106877 |
.HighlightedAlbum {
width: 20em;
height: 20em;
margin: .25em;
/*border: 2px solid #442a0d; !* marrom couro darker *!*/
/*border: 1px solid #442a0d; !* marrom couro darker *!*/
border: 2px solid white; /* marrom couro darker */
position: relative;
-webkit-align-items: center;
align-items: center;
display: -w... | _src/css/highlighted-album.css |
.HighlightedAlbum {
width: 20em;
height: 20em;
margin: .25em;
/*border: 2px solid #442a0d; !* marrom couro darker *!*/
/*border: 1px solid #442a0d; !* marrom couro darker *!*/
border: 2px solid white; /* marrom couro darker */
position: relative;
-webkit-align-items: center;
align-items: center;
display: -w... | 0.314261 | 0.04807 |
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?18495062');
src: url('../font/fontello.eot?18495062#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?18495062') format('woff2'),
url('../font/fontello.woff?18495062') format('woff'),
url('../font/fontello.ttf... | src/web/static/icons/css/fontello.css | @font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?18495062');
src: url('../font/fontello.eot?18495062#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?18495062') format('woff2'),
url('../font/fontello.woff?18495062') format('woff'),
url('../font/fontello.ttf... | 0.253122 | 0.050611 |
body {
margin: 0;
overflow: hidden;
}
.hide {
display: none !important;
}
/* width and height of game container are resized dynamically in index.js */
#phaser-example,
#input-overlay,
#game-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
#phaser-example canvas {
width: 1... | template/client/css/main.css | body {
margin: 0;
overflow: hidden;
}
.hide {
display: none !important;
}
/* width and height of game container are resized dynamically in index.js */
#phaser-example,
#input-overlay,
#game-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
#phaser-example canvas {
width: 1... | 0.397704 | 0.073897 |
.is-visually-hidden {
border: 0 !important;
clip: rect(1px 1px 1px 1px) !important;
clip: rect(1px, 1px, 1px, 1px) !important;
height: 1px !important;
left: 0 !important;
margin: 0 !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
top: 0 !important;
width: 1px !im... | dist/stylesheets/app.css | .is-visually-hidden {
border: 0 !important;
clip: rect(1px 1px 1px 1px) !important;
clip: rect(1px, 1px, 1px, 1px) !important;
height: 1px !important;
left: 0 !important;
margin: 0 !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
top: 0 !important;
width: 1px !im... | 0.360939 | 0.173428 |
.language-translate {
cursor: pointer;
margin: 0;
position: relative;
display: inline-block;
}
.icon-lang {
background: url("https://image.lanye1118.com/app_fe/www.nh227.com/www.nh227.com/common/images/lang-icons.png") no-repeat;
display: inline-block;
height: 24px;
vertical-align: mid... | www.nh227.com/www.nh227.com/common/css/language.css |
.language-translate {
cursor: pointer;
margin: 0;
position: relative;
display: inline-block;
}
.icon-lang {
background: url("https://image.lanye1118.com/app_fe/www.nh227.com/www.nh227.com/common/images/lang-icons.png") no-repeat;
display: inline-block;
height: 24px;
vertical-align: mid... | 0.582016 | 0.078113 |
.layui-layout-admin .layui-side {
background-color: #20222A !important
}
.layui-body {
background-color: #f5f5f5;
}
.layui-body-header{
padding: 10px;
background-color: #fff;
}
.layui-side-menu .layui-nav .layui-nav-item a{
height: 40px;
line-height: 40px;
padding-left: 45px;
padding-rig... | ruoyi-admin/src/main/resources/static/css/common.css | .layui-layout-admin .layui-side {
background-color: #20222A !important
}
.layui-body {
background-color: #f5f5f5;
}
.layui-body-header{
padding: 10px;
background-color: #fff;
}
.layui-side-menu .layui-nav .layui-nav-item a{
height: 40px;
line-height: 40px;
padding-left: 45px;
padding-rig... | 0.427397 | 0.077448 |
.login-container {
align-items: center;
display: flex;
height: 80vh;
}
.logo-container,
.section-credentials {
width: 50%;
}
.logo-container {
align-items: center;
display: flex;
justify-content: center;
}
.logo {
height: 220px;
margin-top: 20px;
}
.section-credentials,
.container-contain {
alig... | src/Components/Register/styles.css | .login-container {
align-items: center;
display: flex;
height: 80vh;
}
.logo-container,
.section-credentials {
width: 50%;
}
.logo-container {
align-items: center;
display: flex;
justify-content: center;
}
.logo {
height: 220px;
margin-top: 20px;
}
.section-credentials,
.container-contain {
alig... | 0.358016 | 0.067362 |
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/investors/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.412294 | 0.066782 |
@import url("https://fonts.googleapis.com/css?family=Roboto|Shrikhand");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Roboto", sans-serif;
font-size: 20px;
text-align: center;
background-size: cover;
}
/*.board {
margin-top: 20vh;
}*/
.board h1 {
color: #232524;
font... | Front-End/css/house-map.css | @import url("https://fonts.googleapis.com/css?family=Roboto|Shrikhand");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Roboto", sans-serif;
font-size: 20px;
text-align: center;
background-size: cover;
}
/*.board {
margin-top: 20vh;
}*/
.board h1 {
color: #232524;
font... | 0.234845 | 0.087564 |
@charset "UTF-8";
@font-face {
font-family: "streamline-large";
src:url("fonts/streamline-large.eot");
src:url("fonts/streamline-large.eot?#iefix") format("embedded-opentype"),
url("fonts/streamline-large.woff") format("woff"),
url("fonts/streamline-large.ttf") format("truetype"),
url("fonts/streamli... | public/css/streamline-large.css | @charset "UTF-8";
@font-face {
font-family: "streamline-large";
src:url("fonts/streamline-large.eot");
src:url("fonts/streamline-large.eot?#iefix") format("embedded-opentype"),
url("fonts/streamline-large.woff") format("woff"),
url("fonts/streamline-large.ttf") format("truetype"),
url("fonts/streamli... | 0.281603 | 0.057229 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.hltv.org") {
/* background img & color */
html,body {background-image: none !important;}
.bgPadding {max-width: 100%;}
.bgPadding {background-color: /*[[bgPadding]]*/;}
/* ads and crap */
.buff-b,.etbx-fourth,.ggking-n... | data/usercss/118951.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.hltv.org") {
/* background img & color */
html,body {background-image: none !important;}
.bgPadding {max-width: 100%;}
.bgPadding {background-color: /*[[bgPadding]]*/;}
/* ads and crap */
.buff-b,.etbx-fourth,.ggking-n... | 0.124999 | 0.143368 |
.gray {
color: #939da3;
}
.orange {
color: #ffae54;
}
.black {
color: #292e31;
}
.tx-default {
font-size: 14px;
}
.absolute {
position: absolute;
}
.bottom {
bottom: 0;
}
.left {
left: 0;
}
.right {
right: 0;
}
.top {
top: 0;
}
.bold {
font-weight: bold;
}
body {
background: #fff;
color: #4c555a... | docs/.spotlight/src/static/css/styles.min.css | .gray {
color: #939da3;
}
.orange {
color: #ffae54;
}
.black {
color: #292e31;
}
.tx-default {
font-size: 14px;
}
.absolute {
position: absolute;
}
.bottom {
bottom: 0;
}
.left {
left: 0;
}
.right {
right: 0;
}
.top {
top: 0;
}
.bold {
font-weight: bold;
}
body {
background: #fff;
color: #4c555a... | 0.595022 | 0.148819 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;... | styles/style.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;... | 0.324556 | 0.047448 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.item0 {
display: none;
}
.view0 {
display: none;
}
.block {
display: none;
}
.view {
display: none;
}
.myicon {
margin-right: 5%;
}
.button:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: trans... | Application/Css/Allotment.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.item0 {
display: none;
}
.view0 {
display: none;
}
.block {
display: none;
}
.view {
display: none;
}
.myicon {
margin-right: 5%;
}
.button:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: trans... | 0.544317 | 0.094427 |
.body {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize v... | public/css/styleprofile.css | .body {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize v... | 0.610105 | 0.121555 |
@charset "utf-8";
/* CSS Document */
*{
padding:0;
margin:0;
outline:none;}
img{
border:none;}
.fl{
float:left;}
.fr{
float:right;}
a{
text-decoration:none;
color:#999;}
.clearfix{
clear:both;}
ul,ol{
list-style:none;}
body{
color:#545454;
background:#ffffff;
font-family:"微软雅黑","microsoft yahei","宋体... | Public/Home/css/know.css | @charset "utf-8";
/* CSS Document */
*{
padding:0;
margin:0;
outline:none;}
img{
border:none;}
.fl{
float:left;}
.fr{
float:right;}
a{
text-decoration:none;
color:#999;}
.clearfix{
clear:both;}
ul,ol{
list-style:none;}
body{
color:#545454;
background:#ffffff;
font-family:"微软雅黑","microsoft yahei","宋体... | 0.125186 | 0.046055 |
.container {
width: 100%;
height: 100%;
}
body, html {
margin: 0px;
height: 100%;
overflow: hidden;
background-color: #303030;
}
.row {
height: 100%;
}
/* Navigation side & and content table */
.aside {
height: 100%;
}
/* Left side (navigation)*/
.aside1 {
/*background-color: #1f2c39;*/
background-... | public/css/base.css | .container {
width: 100%;
height: 100%;
}
body, html {
margin: 0px;
height: 100%;
overflow: hidden;
background-color: #303030;
}
.row {
height: 100%;
}
/* Navigation side & and content table */
.aside {
height: 100%;
}
/* Left side (navigation)*/
.aside1 {
/*background-color: #1f2c39;*/
background-... | 0.317003 | 0.060391 |
* 9.0 :: Font
* ===================================================================
*/
@font-face {
font-family: 'boostnext-thin';
src: url('/fonts/boostnext-thin-webfont.woff2') format('woff2'),
url('/fonts/boostnext-thin-webfont.woff') format('woff');
}
@font-face {
font-family: 'boostnext-reg... | index.css | * 9.0 :: Font
* ===================================================================
*/
@font-face {
font-family: 'boostnext-thin';
src: url('/fonts/boostnext-thin-webfont.woff2') format('woff2'),
url('/fonts/boostnext-thin-webfont.woff') format('woff');
}
@font-face {
font-family: 'boostnext-reg... | 0.462716 | 0.057493 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
section {
position: relative;
width: 100%;
min-height: 100vh;
padding: 100px;
display: flex;
justify... | Starbucks-Landing-Page/style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
section {
position: relative;
width: 100%;
min-height: 100vh;
padding: 100px;
display: flex;
justify... | 0.341802 | 0.057652 |
:root
{
--UNBmagenta: #7E2452;
--UNBblue: #252c3d;
--UNBgold: #c6a572;
--UNBref: #2D8DCC;
/*--UNBgray: #ebebeb;*/
--UNBgray: #F3F7F9;
--UNBdarkgray: #dde0e7;
--UNBresponse: #f0fff0;
--UNBwarn: #FFEED5;
--UNBwhite: #FFFFFF;
}
div .highlight {
/* max-width: 95%;
max-height: 350px;
overflow-y: auto;
overflo... | pub/css/screen_overrides.css |
:root
{
--UNBmagenta: #7E2452;
--UNBblue: #252c3d;
--UNBgold: #c6a572;
--UNBref: #2D8DCC;
/*--UNBgray: #ebebeb;*/
--UNBgray: #F3F7F9;
--UNBdarkgray: #dde0e7;
--UNBresponse: #f0fff0;
--UNBwarn: #FFEED5;
--UNBwhite: #FFFFFF;
}
div .highlight {
/* max-width: 95%;
max-height: 350px;
overflow-y: auto;
overflo... | 0.306216 | 0.145631 |
.input > label > input {
margin: 0 auto;
width: 50%;
}
input[type=range] {
height: 26px;
-webkit-appearance: none;
margin: 10px 0;
width: 100%;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height... | dispositivo.css | .input > label > input {
margin: 0 auto;
width: 50%;
}
input[type=range] {
height: 26px;
-webkit-appearance: none;
margin: 10px 0;
width: 100%;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height... | 0.248899 | 0.139133 |
@import "common.css";
/* web discount */
.discountInfo{
position: absolute;
/* bottom: 0; */
top: 100px;
text-align: center;
line-height: 2rem;
width: 460px;
background-color: #313538;
background-color: #8f511f;
opacity: 0.8;
color: rgba(255, 255, 255, 0.753);
letter-spacing: 3px;
z-index: 100;
... | public/css/index.css | @import "common.css";
/* web discount */
.discountInfo{
position: absolute;
/* bottom: 0; */
top: 100px;
text-align: center;
line-height: 2rem;
width: 460px;
background-color: #313538;
background-color: #8f511f;
opacity: 0.8;
color: rgba(255, 255, 255, 0.753);
letter-spacing: 3px;
z-index: 100;
... | 0.316475 | 0.053354 |
@charset "UTF-8";
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
a:hover {
text-decoration: none; }
body {
padding-top: 54px; }
.marg_pad_none {
margin: 0;
padding: 0; }
#icone_hovers {
width: 50px;
height: 50px; }
.my_prof_ho... | frontend/web/css/style.css | @charset "UTF-8";
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
a:hover {
text-decoration: none; }
body {
padding-top: 54px; }
.marg_pad_none {
margin: 0;
padding: 0; }
#icone_hovers {
width: 50px;
height: 50px; }
.my_prof_ho... | 0.309754 | 0.062303 |
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
.App {
text-align: center;
height: 100vh;
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
footer {
height: 5%;
position: sticky;
bottom: 0;
}
header {
height: ... | src/App.css | @import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
.App {
text-align: center;
height: 100vh;
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
footer {
height: 5%;
position: sticky;
bottom: 0;
}
header {
height: ... | 0.364778 | 0.080647 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("lowendtalk.com") {
/* version 1.0 */
body {
background: #111;
border-top: none;
color: #FFF;
}
#Frame {
background: #222;
margin: 0px auto;
border-radius: 0px;
box-shadow: none;
width: 100%;
... | data/usercss/120864.user.css |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("lowendtalk.com") {
/* version 1.0 */
body {
background: #111;
border-top: none;
color: #FFF;
}
#Frame {
background: #222;
margin: 0px auto;
border-radius: 0px;
box-shadow: none;
width: 100%;
... | 0.247169 | 0.074433 |