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 |
|---|---|---|---|---|
@charset "UTF-8";
html {
width: 100%;
scroll-behavior: smooth;
}
body {
font-family: Verdana, Tahoma, sans-serif;
color: #27190a;
background: -webkit-gradient(linear, left top, right bottom, from(#59cef1), to(#15ee39));
background: linear-gradient(to right bottom, #59cef1, #15ee39);
min-width: 100%;
fo... | css/style.css | @charset "UTF-8";
html {
width: 100%;
scroll-behavior: smooth;
}
body {
font-family: Verdana, Tahoma, sans-serif;
color: #27190a;
background: -webkit-gradient(linear, left top, right bottom, from(#59cef1), to(#15ee39));
background: linear-gradient(to right bottom, #59cef1, #15ee39);
min-width: 100%;
fo... | 0.367724 | 0.04653 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-size: 16px;
margin: 40px;
color: #555;
}
.section-background {
background-color: #f1f1f1;
border-radius: 10px;
}
.heading {
display: flex;
flex-flow: row wra... | css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-size: 16px;
margin: 40px;
color: #555;
}
.section-background {
background-color: #f1f1f1;
border-radius: 10px;
}
.heading {
display: flex;
flex-flow: row wra... | 0.509032 | 0.130867 |
html,
body {
margin:0;
padding:0;
height:100%;
}
#container {
min-height:100%;
position:relative;
}
#header {
background:#ff0;
padding:10px;
}
#body {
padding:10px;
padding-bottom:60px; /* Height of the footer */
}
#footer {
position:absolute;
bottom:0;
width:100%;
height:60px; /* ... | public/css/index.css | html,
body {
margin:0;
padding:0;
height:100%;
}
#container {
min-height:100%;
position:relative;
}
#header {
background:#ff0;
padding:10px;
}
#body {
padding:10px;
padding-bottom:60px; /* Height of the footer */
}
#footer {
position:absolute;
bottom:0;
width:100%;
height:60px; /* ... | 0.413477 | 0.089534 |
.charsheet {
background-color: #ddd;
min-width: 1220px;
}
/* Universal styling applied to all elements of these types */
h2 {
font-size: 2em;
margin-bottom: 10px;
text-align: center;
}
label {
display: inline-block;
width: 31%;
}
input {
display: inline-block;
width: 165px;
}
img {
max-height: 100px;
}... | Midgard German RPG/Midgard.css |
.charsheet {
background-color: #ddd;
min-width: 1220px;
}
/* Universal styling applied to all elements of these types */
h2 {
font-size: 2em;
margin-bottom: 10px;
text-align: center;
}
label {
display: inline-block;
width: 31%;
}
input {
display: inline-block;
width: 165px;
}
img {
max-height: 100px;
}... | 0.371821 | 0.117041 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,600;0,700;0,900;1,500;1,600;1,900&display=swap");
* {
margin: 0;
padding: 0;
font-family: "Montserrat", Sans-Serif;
box-sizing: border-box;
/* border: 1px solid red; */
}
nav {
position: relative;
display: flex;
ali... | static/css/customer-dashboard.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,600;0,700;0,900;1,500;1,600;1,900&display=swap");
* {
margin: 0;
padding: 0;
font-family: "Montserrat", Sans-Serif;
box-sizing: border-box;
/* border: 1px solid red; */
}
nav {
position: relative;
display: flex;
ali... | 0.265119 | 0.074399 |
.block {
position: absolute;
left: 0;
top: 0;
}
.sliderContainer {
position: relative;
text-align: center;
width: 360px;
height: 36px;
line-height: 36px;
margin-top: 5px;
background: #f7f9fa;
color: #45494c;
border: 1px solid #e4e7eb;
}
.sliderContainer_active .sliderArrow {
height: 34px;
... | src/main/resources/static/assets/layout/css/jigsaw.css | .block {
position: absolute;
left: 0;
top: 0;
}
.sliderContainer {
position: relative;
text-align: center;
width: 360px;
height: 36px;
line-height: 36px;
margin-top: 5px;
background: #f7f9fa;
color: #45494c;
border: 1px solid #e4e7eb;
}
.sliderContainer_active .sliderArrow {
height: 34px;
... | 0.547222 | 0.085633 |
*{
margin:0px;
padding:0px;
font-size:12px;
}
body {
background:#f3ece2;
}
#header {
height:108px;
background: url(img/header_bg.jpg) repeat-x;
}
#nav {
height:35px;
background: #1a5688;
}
#content {
}
#bottom {
height:88px;
width:100%;
background: url(img/bottom_bg.jpg) repeat-x;
float:left;
}
#header_con,... | graempinf-web/src/main/webapp/resources/css/index/web.css | *{
margin:0px;
padding:0px;
font-size:12px;
}
body {
background:#f3ece2;
}
#header {
height:108px;
background: url(img/header_bg.jpg) repeat-x;
}
#nav {
height:35px;
background: #1a5688;
}
#content {
}
#bottom {
height:88px;
width:100%;
background: url(img/bottom_bg.jpg) repeat-x;
float:left;
}
#header_con,... | 0.258232 | 0.058453 |
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-primary
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#704acf), to(#a992e2));
background-im... | app-assets/css-rtl/core/colors/palette-switch.css | .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-primary
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#704acf), to(#a992e2));
background-im... | 0.31732 | 0.072571 |
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
font-family: 'SFPro Regular';
font-size: 10px;
background-color: white;
color: black;
text-align: center;
transition: 0.3s;
max-width: 100%;
overflow-x: hidden;
}
* {
}
::-webkit-scrollbar {
display: no... | css/about.css | html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
font-family: 'SFPro Regular';
font-size: 10px;
background-color: white;
color: black;
text-align: center;
transition: 0.3s;
max-width: 100%;
overflow-x: hidden;
}
* {
}
::-webkit-scrollbar {
display: no... | 0.528777 | 0.062331 |
* {
box-sizing: border-box;
padding: 0px;
margin: 0px;
}
body {
font-family: 'Calibri Light';
}
a {
text-decoration: none;
}
.wrapper {
background-color: #E32;
}
.wrapper > header {
background-color: #234;
text-align: center;
}
.wrapper > header > h1 {
padding: 40px 0px 15px 0px;
font-size: 24p... | projekt/sajt/assets/css/main.css | * {
box-sizing: border-box;
padding: 0px;
margin: 0px;
}
body {
font-family: 'Calibri Light';
}
a {
text-decoration: none;
}
.wrapper {
background-color: #E32;
}
.wrapper > header {
background-color: #234;
text-align: center;
}
.wrapper > header > h1 {
padding: 40px 0px 15px 0px;
font-size: 24p... | 0.325521 | 0.068195 |
@font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf-bold.eot');
src: url('/fonts/manifold-cf-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf-bold.woff2') format('woff2'), url('/fonts/manifold-cf-bold.woff') format('woff'), url('/fonts/manifold-cf-bold.ttf') format('tr... | website/static/css/font.css | @font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf-bold.eot');
src: url('/fonts/manifold-cf-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf-bold.woff2') format('woff2'), url('/fonts/manifold-cf-bold.woff') format('woff'), url('/fonts/manifold-cf-bold.ttf') format('tr... | 0.28887 | 0.053108 |
body {font: 12px/1.231 Arial,Helvetica,sans-serif; padding-top: 100px;}
#xyz_main {
position: absolute;
top: 0px;
left: 50%;
height: 200px !important;
width: 100px;
margin-left: -55px;
text-align: left;
}
#quadicon {color: #e3e4e4;float:left; height: 72px; padding: 0px 1px 1px 0px;position... | app/assets/stylesheets/pdf_summary.css | body {font: 12px/1.231 Arial,Helvetica,sans-serif; padding-top: 100px;}
#xyz_main {
position: absolute;
top: 0px;
left: 50%;
height: 200px !important;
width: 100px;
margin-left: -55px;
text-align: left;
}
#quadicon {color: #e3e4e4;float:left; height: 72px; padding: 0px 1px 1px 0px;position... | 0.420124 | 0.18939 |
.table,
.table-dark,
.table-border,
.table-border-dark,
.table-head,
.table-head-dark,
.table-border-head,
.table-border-head-dark,
.table-grid,
.table-grid-dark,
.table-grid-head,
.table-grid-head-dark,
.table-hover,
.table-hover-dark,
.table-hover-head,
.table-hover-head-dark,
.table-strips,
.table-strips-dark,
.ta... | docs/noshi/style/components/tables.css | .table,
.table-dark,
.table-border,
.table-border-dark,
.table-head,
.table-head-dark,
.table-border-head,
.table-border-head-dark,
.table-grid,
.table-grid-dark,
.table-grid-head,
.table-grid-head-dark,
.table-hover,
.table-hover-dark,
.table-hover-head,
.table-hover-head-dark,
.table-strips,
.table-strips-dark,
.ta... | 0.272702 | 0.091463 |
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
... | dist/css/index.css | ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
... | 0.637257 | 0.125735 |
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400&.css");
/**
* Vesper.less
*
* @project Vesper: HTML5 Audio player
* @version 1.6
* @author <NAME>, <EMAIL>
* @copyright 2013
* @license MIT
*/
@-webkit-keyframes animate-stripes {
0% {
background-position: 0 0;
}
100% {
background-p... | css/vesper.css | @import url("http://fonts.googleapis.com/css?family=Open+Sans:400&.css");
/**
* Vesper.less
*
* @project Vesper: HTML5 Audio player
* @version 1.6
* @author <NAME>, <EMAIL>
* @copyright 2013
* @license MIT
*/
@-webkit-keyframes animate-stripes {
0% {
background-position: 0 0;
}
100% {
background-p... | 0.386532 | 0.139104 |
*{font-family:'Montserrat';}
.container{max-width:1600px;width:95%;}
/* header css starts */
#header{width:100%;background:transparent;min-height:80px;z-index:100;top:0;left:0;border:0}
#header .logoheader{float:left;padding:14px 0 18px}
#header .logo{float:left;padding:14px 0 18px;text-align:center;width:100%}
#header... | css/custom.css | *{font-family:'Montserrat';}
.container{max-width:1600px;width:95%;}
/* header css starts */
#header{width:100%;background:transparent;min-height:80px;z-index:100;top:0;left:0;border:0}
#header .logoheader{float:left;padding:14px 0 18px}
#header .logo{float:left;padding:14px 0 18px;text-align:center;width:100%}
#header... | 0.141608 | 0.059811 |
.x-panel-default {
border-color: #000;
}
.x-grid-cell-inner {
padding-top: 2px;
padding-bottom: 2px;
}
.x-panel-header-default-horizontal.x-header-noborder {
padding: 6px 16px 6px 16px;
}
.x-form-item-label-default {
padding-top: 0px;
vertical-align: middle;
}
.x-column-header-inner {
paddin... | themes/theme-condensed-black.css | .x-panel-default {
border-color: #000;
}
.x-grid-cell-inner {
padding-top: 2px;
padding-bottom: 2px;
}
.x-panel-header-default-horizontal.x-header-noborder {
padding: 6px 16px 6px 16px;
}
.x-form-item-label-default {
padding-top: 0px;
vertical-align: middle;
}
.x-column-header-inner {
paddin... | 0.351756 | 0.141222 |
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "M... | public/css/app_center_rwd/stylesheets/screen.css | @font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "M... | 0.360151 | 0.117521 |
.section-title hr:after,
.section-title hr:before,
.boxed-btn,
.preloader,
.header-social li a:hover,
.main-menu li.active a:before,
.main-menu li a:before,
.mean-container a.meanmenu-reveal,
.header-slider .boxed-btn,
.header-slider .owl-next:hover,
.header-slider .owl-prev:hover,
.service-box figure figcaption .boxed... | assets/css/colors/default.css | .section-title hr:after,
.section-title hr:before,
.boxed-btn,
.preloader,
.header-social li a:hover,
.main-menu li.active a:before,
.main-menu li a:before,
.mean-container a.meanmenu-reveal,
.header-slider .boxed-btn,
.header-slider .owl-next:hover,
.header-slider .owl-prev:hover,
.service-box figure figcaption .boxed... | 0.363647 | 0.059047 |
.topnav{
background-color: rgb(24, 21, 9);
width:100%;
height:60px;
overflow: hidden;
box-shadow: 5px 5px 5px;
}
.topnav a{
float: right;
display: block;
color: white;
text-align: center;
padding: 12px 14px;
text-decoration: none;
font-size: 17px;
height: 60px;
box-shadow: 1px 1px 1px;
}
.topnav a:hover{
background-c... | blog.css | .topnav{
background-color: rgb(24, 21, 9);
width:100%;
height:60px;
overflow: hidden;
box-shadow: 5px 5px 5px;
}
.topnav a{
float: right;
display: block;
color: white;
text-align: center;
padding: 12px 14px;
text-decoration: none;
font-size: 17px;
height: 60px;
box-shadow: 1px 1px 1px;
}
.topnav a:hover{
background-c... | 0.53437 | 0.095055 |
@charset "UTF-8";
.hpimg {
position: relative;
overflow: hidden;
height: 264px;
width: 201px;
}
.hpimg img {
height: 180px;
width: 180px;
text-align: center;
padding: 10px;
}
.hpimg p {
text-align: center;
height: 20px;
width: 197px;
font-size: 14px;
}
.hpimg .shanghua {
display: block;
p... | src/css/login.css | @charset "UTF-8";
.hpimg {
position: relative;
overflow: hidden;
height: 264px;
width: 201px;
}
.hpimg img {
height: 180px;
width: 180px;
text-align: center;
padding: 10px;
}
.hpimg p {
text-align: center;
height: 20px;
width: 197px;
font-size: 14px;
}
.hpimg .shanghua {
display: block;
p... | 0.339828 | 0.059346 |
:root {
/* Light theme */
--accent: #ffc107;
--bg: #fafafa;
--sbg: #fafafa;
--fg: #212121;
--sfg: #212121;
}
/* Dark theme */
.dark-mode {
--accent: #ffc107;
--bg: #212121;
--sbg: #212121;
--fg: #eceff1;
--sfg: #ffffff;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
background: va... | views/assets/app.css | :root {
/* Light theme */
--accent: #ffc107;
--bg: #fafafa;
--sbg: #fafafa;
--fg: #212121;
--sfg: #212121;
}
/* Dark theme */
.dark-mode {
--accent: #ffc107;
--bg: #212121;
--sbg: #212121;
--fg: #eceff1;
--sfg: #ffffff;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
background: va... | 0.52902 | 0.120284 |
body {
background: fuchsia;
}
ul {
list-style-type: none;
}
.content {
display: flex;
flex-direction: column;
}
.page-item {
display: inline;
}
.bandeau {
border: 3px solid black;
background-color: white;
position: fixed;
top: 40px;
left: 40px;
z-index: 999;
width: 20... | public/css/style.css | body {
background: fuchsia;
}
ul {
list-style-type: none;
}
.content {
display: flex;
flex-direction: column;
}
.page-item {
display: inline;
}
.bandeau {
border: 3px solid black;
background-color: white;
position: fixed;
top: 40px;
left: 40px;
z-index: 999;
width: 20... | 0.606032 | 0.125735 |
.loginPage{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
background-color: #ffffff;
/* background by SVGBackgrounds.com */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3... | application/src/Login/Login.css | .loginPage{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
background-color: #ffffff;
/* background by SVGBackgrounds.com */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3... | 0.397354 | 0.116186 |
thead.ant-table-thead {
background: #f4f4fc;
border: 1px solid #e4e4e4;
border-radius: 10px;
height: 50px;
}
.ant-table-small > .ant-table-content > .ant-table-body {
margin: 0px;
}
.ant-table-thead > tr > th .ant-table-header-column {
display: inline-block;
max-width: 100%;
vertical-align: top;
fon... | src/scss/Retailer.css | thead.ant-table-thead {
background: #f4f4fc;
border: 1px solid #e4e4e4;
border-radius: 10px;
height: 50px;
}
.ant-table-small > .ant-table-content > .ant-table-body {
margin: 0px;
}
.ant-table-thead > tr > th .ant-table-header-column {
display: inline-block;
max-width: 100%;
vertical-align: top;
fon... | 0.381104 | 0.12 |
@import url(photon-variables.css);
* {
box-sizing: border-box;
}
html {
font: message-box;
height: 100%;
}
body {
font-size: 1.25em;
background: var(--grey-10);
margin: 0;
padding: 0;
height: 100%;
}
main {
max-width: 800px;
margin: 0 auto;
}
iframe {
border: none;
}
label {
margin: 5px;
}... | css/main.css | @import url(photon-variables.css);
* {
box-sizing: border-box;
}
html {
font: message-box;
height: 100%;
}
body {
font-size: 1.25em;
background: var(--grey-10);
margin: 0;
padding: 0;
height: 100%;
}
main {
max-width: 800px;
margin: 0 auto;
}
iframe {
border: none;
}
label {
margin: 5px;
}... | 0.394318 | 0.084417 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0... | res/css/main.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0... | 0.347205 | 0.058346 |
{CSSTemplate {
$classpath : "aria.utils.css.Transitions",
$prefix : false
}}
{macro main ()}
.xanimation-element {
display: none;
{call generatePrefix("backface-visibility", "hidden") /}
}
.xanimation-element-active {
display: block;
overflow: visible;
}
.xanimation-... | src/aria/utils/css/Transitions.tpl.css | {CSSTemplate {
$classpath : "aria.utils.css.Transitions",
$prefix : false
}}
{macro main ()}
.xanimation-element {
display: none;
{call generatePrefix("backface-visibility", "hidden") /}
}
.xanimation-element-active {
display: block;
overflow: visible;
}
.xanimation-... | 0.544438 | 0.120077 |
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/... | css/style.css | @font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/... | 0.302082 | 0.055336 |
body {
font-family: sans-serif;
font-size: 13px;
line-height: 18px;
font-weight: 400;
color: dimgray;
margin: 0;
padding-top: 0!important;
-webkit-print-color-adjust:exact;
page-break-after: always;
}
img {
max-width: 100%;
}
.container_nonresponsive {
max-width: 1024px !im... | static/css/curriculum.css | body {
font-family: sans-serif;
font-size: 13px;
line-height: 18px;
font-weight: 400;
color: dimgray;
margin: 0;
padding-top: 0!important;
-webkit-print-color-adjust:exact;
page-break-after: always;
}
img {
max-width: 100%;
}
.container_nonresponsive {
max-width: 1024px !im... | 0.31944 | 0.075824 |
:root {
--font-size: 16px;
--color-bg: #333;
--color-text: whitesmoke;
--color-dark: #555;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.main {
max-width: 1200px;
margin: 0 auto;
}
button {
padding: 1em 2em;
font-size: var(--font-size);
border: none;
background-color: #444;
colo... | src/index.css | :root {
--font-size: 16px;
--color-bg: #333;
--color-text: whitesmoke;
--color-dark: #555;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.main {
max-width: 1200px;
margin: 0 auto;
}
button {
padding: 1em 2em;
font-size: var(--font-size);
border: none;
background-color: #444;
colo... | 0.398758 | 0.135489 |
width: 100%;
padding: 5px 15px;
}
#tb-s3objects {
width: 100% !Important;
}
a {
color: #00B7FF;
}
body {
/*font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;*/
font-family: "Open Sans", sans-serif;
}
td {
/*font: 12px "Lucida Grande", Helvetica, Arial, sans-serif... | src/main/resources/static/s3-explorer/explorer.css | width: 100%;
padding: 5px 15px;
}
#tb-s3objects {
width: 100% !Important;
}
a {
color: #00B7FF;
}
body {
/*font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;*/
font-family: "Open Sans", sans-serif;
}
td {
/*font: 12px "Lucida Grande", Helvetica, Arial, sans-serif... | 0.321034 | 0.071009 |
.ipVVrS.QRoF {
display: none;
}
.wrapper {
align-items: center;
/* border: solid red; */
}
.afterpay-paragraph {
display: block;
}
#shopify-section-collection .product_grid_container {
margin-top: 20px;
}
@media (max-width: 577px) {
.wk-button-container {
display: block;
margin-top: 20px;
}
.a... | src/components/profile/profile.css | .ipVVrS.QRoF {
display: none;
}
.wrapper {
align-items: center;
/* border: solid red; */
}
.afterpay-paragraph {
display: block;
}
#shopify-section-collection .product_grid_container {
margin-top: 20px;
}
@media (max-width: 577px) {
.wk-button-container {
display: block;
margin-top: 20px;
}
.a... | 0.365457 | 0.100657 |
* {
box-sizing: border-box; }
body {
padding: 0;
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
color: #606c71; }
a {
color: #1e6bb8;
text-decoration: none; }
a:hover {
text-decoration: underline; }
.btn {
display: inl... | docs/assets/css/cayman.css | * {
box-sizing: border-box; }
body {
padding: 0;
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
color: #606c71; }
a {
color: #1e6bb8;
text-decoration: none; }
a:hover {
text-decoration: underline; }
.btn {
display: inl... | 0.420362 | 0.108142 |
.grid-container {
width: 100%;
max-width: 100%; }
/* Clearfix 'hack' for rows -
The purpose of the row element is to keep the columns inside it
From overflowing onto other rows.
To achieve this, we'll use the clearfix hack to make sure everything inside the row stays inside the row */
.row:before, .row:after {
c... | css/grid.css | .grid-container {
width: 100%;
max-width: 100%; }
/* Clearfix 'hack' for rows -
The purpose of the row element is to keep the columns inside it
From overflowing onto other rows.
To achieve this, we'll use the clearfix hack to make sure everything inside the row stays inside the row */
.row:before, .row:after {
c... | 0.613005 | 0.303693 |
body {
padding: 10px 20px;
line-height: 22px
}
img {
max-width: 100%;
max-height: 100%
}
a {
text-decoration: none
}
a:hover {
text-decoration: underline
}
a:focus, input:focus, select:focus, textarea:focus {
outline: 1px solid -webkit-focus-ring-color;
outline-... | markdown-extensions.css |
body {
padding: 10px 20px;
line-height: 22px
}
img {
max-width: 100%;
max-height: 100%
}
a {
text-decoration: none
}
a:hover {
text-decoration: underline
}
a:focus, input:focus, select:focus, textarea:focus {
outline: 1px solid -webkit-focus-ring-color;
outline-... | 0.307566 | 0.10316 |
body {
width:100%;
padding:0;
margin:0;
overflow: hidden;
}
.footer{
padding-top: 4px;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
margin:0;
position: absolute;
left: 0;
right: 0;
font-size: 8pt;
color: #000000;
text-align: left;
width:99.8%;
background-color: #dedede; /* test */
he... | examples/working.tmp/MTBLS1_DiagramUseCase/MetaboLights entryProtoc-Dateien/head_data/template.css | body {
width:100%;
padding:0;
margin:0;
overflow: hidden;
}
.footer{
padding-top: 4px;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
margin:0;
position: absolute;
left: 0;
right: 0;
font-size: 8pt;
color: #000000;
text-align: left;
width:99.8%;
background-color: #dedede; /* test */
he... | 0.293708 | 0.063077 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1000px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u2 {
position:absolute;
left:0px;
top:36px;
width:1000px;
height:30px;
}
#u2_img {
positio... | Juno/files/wireframe/files/reports/styles.css | body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1000px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u2 {
position:absolute;
left:0px;
top:36px;
width:1000px;
height:30px;
}
#u2_img {
positio... | 0.398289 | 0.039306 |
padding-left: 250px;
transition: all 0.4s ease 0s;
}
#sidebar-wrapper {
margin-left: -250px;
left: 250px;
width: 250px;
background: #337ab7;
position: fixed;
height: 100%;
overflow-y: auto;
z-index: 1000;
transition: all 0.4s ease 0s;
}
#sidebar-wrapper .user-panel {
height: 90px;
margin: 5p... | public/css/admin.css | padding-left: 250px;
transition: all 0.4s ease 0s;
}
#sidebar-wrapper {
margin-left: -250px;
left: 250px;
width: 250px;
background: #337ab7;
position: fixed;
height: 100%;
overflow-y: auto;
z-index: 1000;
transition: all 0.4s ease 0s;
}
#sidebar-wrapper .user-panel {
height: 90px;
margin: 5p... | 0.269133 | 0.064477 |
.sendbird-openchannel-settings {
height: 100%;
width: 320px;
display: inline-block;
overflow-y: scroll;
position: relative; }
.sendbird-theme--light .sendbird-openchannel-settings {
background-color: var(--sendbird-light-background-50);
border-left: 1px solid var(--sendbird-light-onlight-04); }
.s... | release/dist/cjs/dist/index.css | .sendbird-openchannel-settings {
height: 100%;
width: 320px;
display: inline-block;
overflow-y: scroll;
position: relative; }
.sendbird-theme--light .sendbird-openchannel-settings {
background-color: var(--sendbird-light-background-50);
border-left: 1px solid var(--sendbird-light-onlight-04); }
.s... | 0.503174 | 0.02735 |
* {
box-sizing: border-box;
max-width: 1080px;
margin: 0 auto;
}
header {
margin-top: 5px;
}
.menu {
display: flex;
margin: 10px;
font-size: large;
}
.menu-item {
padding:20px;
background-color: rgb(46, 64, 77);
width: 25%;
margin: 1px;
color: white;... | www/sp1/doss02-1/assets/css/main.css | * {
box-sizing: border-box;
max-width: 1080px;
margin: 0 auto;
}
header {
margin-top: 5px;
}
.menu {
display: flex;
margin: 10px;
font-size: large;
}
.menu-item {
padding:20px;
background-color: rgb(46, 64, 77);
width: 25%;
margin: 1px;
color: white;... | 0.312475 | 0.172137 |
.getStarted__container {
width: 100%;
height: 100vh;
background-color: #111;
color: #fff;
/* text-align: center; */
}
.getStarted__content {
padding-top: 20vh;
padding-left: 200px;
padding-right: 200px;
}
.getStarted__icon {
display: flex;
align-items: center;
justify-conte... | src/styles/home/getStarted.css | .getStarted__container {
width: 100%;
height: 100vh;
background-color: #111;
color: #fff;
/* text-align: center; */
}
.getStarted__content {
padding-top: 20vh;
padding-left: 200px;
padding-right: 200px;
}
.getStarted__icon {
display: flex;
align-items: center;
justify-conte... | 0.482917 | 0.057812 |
.jumbotron{
height:100%;
width:100%;
font-family:'微軟正黑體';
}
#map,#copy_map{
width:465px;
height:300px;
}
.copy_address{
width:100%;
}
.col-from{
padding: 50px 15px;
}
#example thead td,#example1 thead td,#example2 thead td,#example3 thead td,#example4 thead td {
b... | assets/css/myStyle.css | .jumbotron{
height:100%;
width:100%;
font-family:'微軟正黑體';
}
#map,#copy_map{
width:465px;
height:300px;
}
.copy_address{
width:100%;
}
.col-from{
padding: 50px 15px;
}
#example thead td,#example1 thead td,#example2 thead td,#example3 thead td,#example4 thead td {
b... | 0.388734 | 0.141281 |
.container--header-result,
.headingLevel2--header-result-title {
color: #ffffff;
}
.container--header-result {
background-image: url(https://d1.awsstatic.com/Products/product-name/Default_Hero_Background_1.0b7a4e5995bc980bbb17ed8bbe9e57bf4b72f9a3.png);
padding: 30px;
}
.heading--header-result-title {
color: #23... | styles/css/vtex.rich-text.css | .container--header-result,
.headingLevel2--header-result-title {
color: #ffffff;
}
.container--header-result {
background-image: url(https://d1.awsstatic.com/Products/product-name/Default_Hero_Background_1.0b7a4e5995bc980bbb17ed8bbe9e57bf4b72f9a3.png);
padding: 30px;
}
.heading--header-result-title {
color: #23... | 0.323487 | 0.092934 |
@media only screen and (max-width: 480px) {
/** HEADER */
.header {
display: flex;
flex-direction: column;
}
.header .left {
min-height: 50%;
margin: 0 auto;
}
.header .right {
margin-top: -50px;
}
.header .inspiration h1 {
text-align: center;
font-size: 45px;
}
/** ABOUT */
.about-imag... | blog/static/css/main.mobile.css | @media only screen and (max-width: 480px) {
/** HEADER */
.header {
display: flex;
flex-direction: column;
}
.header .left {
min-height: 50%;
margin: 0 auto;
}
.header .right {
margin-top: -50px;
}
.header .inspiration h1 {
text-align: center;
font-size: 45px;
}
/** ABOUT */
.about-imag... | 0.341473 | 0.096195 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
body {
background-color: #080020;
color: white;
font-family: "Montserrat", sans-serif !important;
}
.page-container {
left: 0;
right: 0;
margin: auto;
margin-top: 10px;
padding-bottom: 50p... | public/styles.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
body {
background-color: #080020;
color: white;
font-family: "Montserrat", sans-serif !important;
}
.page-container {
left: 0;
right: 0;
margin: auto;
margin-top: 10px;
padding-bottom: 50p... | 0.340485 | 0.074299 |
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-HzhO7_w.woff2) format('woff2');
unicode-range... | css2.css | @font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-HzhO7_w.woff2) format('woff2');
unicode-range... | 0.366476 | 0.130867 |
------------------------------ */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
display: block;
max-width: 100%;
}
a {
text-decoration: none;
}
body {
font-family: sans-serif;
font-size: 16px;
color: #1b1b1b;
background-image: url("../img/bg.jpg");
background-attachment: fixed;
b... | css/main.css | ------------------------------ */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
display: block;
max-width: 100%;
}
a {
text-decoration: none;
}
body {
font-family: sans-serif;
font-size: 16px;
color: #1b1b1b;
background-image: url("../img/bg.jpg");
background-attachment: fixed;
b... | 0.363647 | 0.070144 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
* {
padding: 0;
margin: 0;
}
html, body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
height: 100%;
... | src/ui/static/ui/css/style.css |
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
* {
padding: 0;
margin: 0;
}
html, body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
height: 100%;
... | 0.401101 | 0.056809 |
body {
box-sizing: border-box;
background: #d0d2d5;
margin: 0;
height: 100%;
color: #404853;
font-size: 1rem;
line-height: 1.875;
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.02rem;
}
.btn-default{
position: absolute;
box-sizing: border-box;
-webki... | public/css/styles.css | body {
box-sizing: border-box;
background: #d0d2d5;
margin: 0;
height: 100%;
color: #404853;
font-size: 1rem;
line-height: 1.875;
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.02rem;
}
.btn-default{
position: absolute;
box-sizing: border-box;
-webki... | 0.333069 | 0.062789 |
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, ... | src/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.3027 | 0.066509 |
:root{
--bg-color: #fff;
--text-color: #00c07f;
--text-color-light: #00c080b9;
--tool-bar-bg:#00c07f;
--tab-color: #fff;
}
body{
font-family: Georgia, 'Times New Roman', Times, serif !important;
}
.toolbar__title {
line-height: 44px;
font-size: 25px;
font-weight: 300;
color: #fff... | www/css/style.css | :root{
--bg-color: #fff;
--text-color: #00c07f;
--text-color-light: #00c080b9;
--tool-bar-bg:#00c07f;
--tab-color: #fff;
}
body{
font-family: Georgia, 'Times New Roman', Times, serif !important;
}
.toolbar__title {
line-height: 44px;
font-size: 25px;
font-weight: 300;
color: #fff... | 0.416322 | 0.10226 |
@import url(./pages/01_landing-page.css);
@import url(./pages/02_connect-social.css);
@import url(./pages/03_skills.css);
:root {
/* color-scheme: dark light; */
--background-colored-rgb: 005, 000, 046; /* #05002e */
--accent-1-rgb: 069, 014, 255; /* #450eff */
--accent-2-rgb: 254, 050, 024; /* #fe3218 */
... | css/global.css | @import url(./pages/01_landing-page.css);
@import url(./pages/02_connect-social.css);
@import url(./pages/03_skills.css);
:root {
/* color-scheme: dark light; */
--background-colored-rgb: 005, 000, 046; /* #05002e */
--accent-1-rgb: 069, 014, 255; /* #450eff */
--accent-2-rgb: 254, 050, 024; /* #fe3218 */
... | 0.490724 | 0.057732 |
.sports-bar ul, .sports-bar.for-mobile ul {
overflow: hidden;
margin: 0;
}
nav .brand-logo {
text-transform: uppercase;
font-size: 20px;
}
.sports-bar {
background-color: #484848;
z-index: -999;
min-height: 46px;
}
.sports-bar.transparent-on-scroll {
position: fixed;
z-index: 99;
width: 100%;
}
... | .old-repo/templates/sports/css/sports_bar.css | .sports-bar ul, .sports-bar.for-mobile ul {
overflow: hidden;
margin: 0;
}
nav .brand-logo {
text-transform: uppercase;
font-size: 20px;
}
.sports-bar {
background-color: #484848;
z-index: -999;
min-height: 46px;
}
.sports-bar.transparent-on-scroll {
position: fixed;
z-index: 99;
width: 100%;
}
... | 0.405684 | 0.06389 |
*, *::before, *::after {
margin: 0;
padding: 0;
}
html {
box-sizing: border-box;
font-size: 100%;
}
body {
font-family: 'Cormorant', serif;
line-height: 1.3;
color: #000000;
overflow-x: hidden;
}
.nav__li {
font-family: 'Cormorant', serif;
display: block;
marg... | css/styles.css | *, *::before, *::after {
margin: 0;
padding: 0;
}
html {
box-sizing: border-box;
font-size: 100%;
}
body {
font-family: 'Cormorant', serif;
line-height: 1.3;
color: #000000;
overflow-x: hidden;
}
.nav__li {
font-family: 'Cormorant', serif;
display: block;
marg... | 0.652241 | 0.082475 |
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
hr {
border: 0;
height: 1px;
background-image: linear-... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
hr {
border: 0;
height: 1px;
background-image: linear-... | 0.449393 | 0.174762 |
body {
background-color: E;
width: 800px;
}
.header1 {
background-image: url("images/image2.png");
background-size: cover;
height: 350px;
}
.header {
display: flex;
}
.logo {
display: flex;
}
.logo h5 {
color: #F19201;
}
.list ul {
display: flex;
padding: 0px 15px;
list-style: none;
paddin... | index.css | body {
background-color: E;
width: 800px;
}
.header1 {
background-image: url("images/image2.png");
background-size: cover;
height: 350px;
}
.header {
display: flex;
}
.logo {
display: flex;
}
.logo h5 {
color: #F19201;
}
.list ul {
display: flex;
padding: 0px 15px;
list-style: none;
paddin... | 0.325521 | 0.117092 |
@charset "utf-8";
/* Name: <NAME>
Date: 1/22/2021
*/
h1 {
font-size: 35px;
padding-left:50px;
width: 400px;
}
h3 {
padding-left:50px;
text-decoration:underline;
text-align:center;
}
body {
background-color: hsl(0, 0%, 31%, 0.5);
background-image: url(background2.png); /... | V2/styles.css | @charset "utf-8";
/* Name: <NAME>
Date: 1/22/2021
*/
h1 {
font-size: 35px;
padding-left:50px;
width: 400px;
}
h3 {
padding-left:50px;
text-decoration:underline;
text-align:center;
}
body {
background-color: hsl(0, 0%, 31%, 0.5);
background-image: url(background2.png); /... | 0.461988 | 0.124054 |
* {
box-sizing: border-box;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
body {
background-color: #f4f4f4;
}
@media screen and (max-width: 870px) {
.Header{
padding-bottom: 40px;
}
.Use... | static/styles.css | * {
box-sizing: border-box;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
body {
background-color: #f4f4f4;
}
@media screen and (max-width: 870px) {
.Header{
padding-bottom: 40px;
}
.Use... | 0.578567 | 0.141548 |
@IMPORT url("custom.css?t=##last-changed-timestamp##"");
/****************************
* DEFAULT SERVOY SELECTORS
*/
.frm-globalCSS .svy-label {}
.frm-globalCSS .svy-check {}
.frm-globalCSS .svy-form {
border: none;
}
.frm-globalCSS .svy-radiogroup {
background-color: #fff;
padding: 12px;
border: 1px s... | exampleCSS/medias/css/global.css | @IMPORT url("custom.css?t=##last-changed-timestamp##"");
/****************************
* DEFAULT SERVOY SELECTORS
*/
.frm-globalCSS .svy-label {}
.frm-globalCSS .svy-check {}
.frm-globalCSS .svy-form {
border: none;
}
.frm-globalCSS .svy-radiogroup {
background-color: #fff;
padding: 12px;
border: 1px s... | 0.178597 | 0.056288 |
display-flex, .form-row, .signup-form ul, .title, .actions ul li a {
display: flex;
display: -webkit-flex; }
/* @extend list-type-ulli; */
list-type-ulli, ul {
list-style-type: none;
margin: 0;
padding: 0; }
.required {
color: inherit;
}
/* roboto-slab-300 - latin */
@font-face {
font-family: 'Robo... | resources/views/template/form-wizard/css/style.css | display-flex, .form-row, .signup-form ul, .title, .actions ul li a {
display: flex;
display: -webkit-flex; }
/* @extend list-type-ulli; */
list-type-ulli, ul {
list-style-type: none;
margin: 0;
padding: 0; }
.required {
color: inherit;
}
/* roboto-slab-300 - latin */
@font-face {
font-family: 'Robo... | 0.185726 | 0.039825 |
#preferences > button,
__ {--svg_icon_dim:2rem }
article,
__ {--count_txt:note_txt;
--count_img:note_img;
--count_example:note_example}
article,
__ {counter-reset:var(--count_txt) var(--count_example)}
.close... | source/matrix/assets/styles/css/parts/slot.css |
#preferences > button,
__ {--svg_icon_dim:2rem }
article,
__ {--count_txt:note_txt;
--count_img:note_img;
--count_example:note_example}
article,
__ {counter-reset:var(--count_txt) var(--count_example)}
.close... | 0.345547 | 0.110952 |
body{
background-color: #000000;
height:100vh;
width:98vmax;
margin:0 auto;
}
.myContainer .panel{
height:74vh !important;
}
.panel{
margin-bottom:0 !important;
}
div:focus{
outline:none;
}
/*************** left_sidebar ******************/
.left_sidebar{
padding:0 !important;
margin-bottom:1vh;
}
.left_sidebar... | public/css/style.css | body{
background-color: #000000;
height:100vh;
width:98vmax;
margin:0 auto;
}
.myContainer .panel{
height:74vh !important;
}
.panel{
margin-bottom:0 !important;
}
div:focus{
outline:none;
}
/*************** left_sidebar ******************/
.left_sidebar{
padding:0 !important;
margin-bottom:1vh;
}
.left_sidebar... | 0.198608 | 0.04778 |
.form-control {
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1... | new/template.css | .form-control {
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1... | 0.296247 | 0.057177 |
* {
margin: 0px;
padding: 0px;
}
body {
background: url(./assets/ashpaul.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Poppins', sans-serif;
}
#top-page {
height: 25p... | style.css | * {
margin: 0px;
padding: 0px;
}
body {
background: url(./assets/ashpaul.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Poppins', sans-serif;
}
#top-page {
height: 25p... | 0.40486 | 0.136897 |
.Caption {
display: block;
margin: 0;
}
.Caption--caps {
text-transform: uppercase;
}
.Caption--l-1 {
font-size: var(--vkui--font_footnote--font_size--regular);
line-height: var(--vkui--font_footnote--line_height--regular);
font-weight: var(--vkui--font_footnote--font_weight--regular);
}
.Caption--l-1.Ca... | src/components/Typography/Caption/Caption.css | .Caption {
display: block;
margin: 0;
}
.Caption--caps {
text-transform: uppercase;
}
.Caption--l-1 {
font-size: var(--vkui--font_footnote--font_size--regular);
line-height: var(--vkui--font_footnote--line_height--regular);
font-weight: var(--vkui--font_footnote--font_weight--regular);
}
.Caption--l-1.Ca... | 0.332202 | 0.19853 |
@import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";
body {
font-family: 'Raleway', sans-serif;
color: #212121;
margin: 0;
}
a {
text-decoration: none;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
overflow: hidden;
}... | build/stylesheets/main.css | @import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";
body {
font-family: 'Raleway', sans-serif;
color: #212121;
margin: 0;
}
a {
text-decoration: none;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
overflow: hidden;
}... | 0.450359 | 0.073297 |
.body {
margin: 2px 10px;
padding: 2px 3px;
color: gray;
}
.nav-01 {
border: 2px;
}
.nav-01 h1 {
color: blue;
display: flex;
align-content: center;
justify-content: center;
font-size: 70px;
font-style: inherit;
}
.nav-02 {
display: flex;
justify-content: center;
al... | index.css | .body {
margin: 2px 10px;
padding: 2px 3px;
color: gray;
}
.nav-01 {
border: 2px;
}
.nav-01 h1 {
color: blue;
display: flex;
align-content: center;
justify-content: center;
font-size: 70px;
font-style: inherit;
}
.nav-02 {
display: flex;
justify-content: center;
al... | 0.597725 | 0.171755 |
.radius-none {
border-radius: 0; }
.overflow-hidden {
overflow: hidden; }
.overflow-auto {
overflow: auto; }
.block {
display: block; }
.inline-block {
display: inline-block; }
.relative {
position: relative; }
.fixed {
position: fixed; }
.height-auto {
min-height: 0; }
.z-3 {
z-index: 3; }
.... | node_modules/@covalent/core/styles/utilities/utilities.css | .radius-none {
border-radius: 0; }
.overflow-hidden {
overflow: hidden; }
.overflow-auto {
overflow: auto; }
.block {
display: block; }
.inline-block {
display: inline-block; }
.relative {
position: relative; }
.fixed {
position: fixed; }
.height-auto {
min-height: 0; }
.z-3 {
z-index: 3; }
.... | 0.556159 | 0.146545 |
@font-face {
font-family: 'etbuilder';
src:url('../fonts/etbuilder_v2_2.eot');
src:url('../fonts/etbuilder_v2_2.eot?#iefix') format('embedded-opentype'),
url('../fonts/etbuilder_v2_2.woff') format('woff'),
url('../fonts/etbuilder_v2_2.ttf') format('truetype'),
url('../fonts/etbuilder_v2_2.svg#etbuilder')... | content/themes/Divi/et-pagebuilder/css/style.css | @font-face {
font-family: 'etbuilder';
src:url('../fonts/etbuilder_v2_2.eot');
src:url('../fonts/etbuilder_v2_2.eot?#iefix') format('embedded-opentype'),
url('../fonts/etbuilder_v2_2.woff') format('woff'),
url('../fonts/etbuilder_v2_2.ttf') format('truetype'),
url('../fonts/etbuilder_v2_2.svg#etbuilder')... | 0.342242 | 0.072637 |
.background-splash {
background-size: cover !important;
}
.background-splash-wash {
background-color: rgba(11, 33, 56, 0.62);
width: 100%;
height: 60%;
display: flex;
align-items: center;
}
@font-face {
font-family: 'Mosk';
src: url('../fonts/mosk-regular.ttf');
}
.splash-header-body {
... | src/assets/css/index.css | .background-splash {
background-size: cover !important;
}
.background-splash-wash {
background-color: rgba(11, 33, 56, 0.62);
width: 100%;
height: 60%;
display: flex;
align-items: center;
}
@font-face {
font-family: 'Mosk';
src: url('../fonts/mosk-regular.ttf');
}
.splash-header-body {
... | 0.560373 | 0.080683 |
60 px columns, 24 px gutters, 72 px margins, 1212 px total (extra space for scrollbars)
---------------------------------------------------------------------------------------
1 2 3 4 5 6 7 8 9 10 11 12 13
60px 144px 228px 312px 396px 480px 564px 648px ... | stylesheet/mediaqueries.css | 60 px columns, 24 px gutters, 72 px margins, 1212 px total (extra space for scrollbars)
---------------------------------------------------------------------------------------
1 2 3 4 5 6 7 8 9 10 11 12 13
60px 144px 228px 312px 396px 480px 564px 648px ... | 0.258794 | 0.080394 |
@-moz-document url-prefix("http://socialani.me/") {
.pref-avatar:after {
content: '';
position: absolute;
top: -2px;
right: 0px;
bottom: 0;
left: 1px;
width: 64px!important;
height: 64px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background... | data/usercss/128844.user.css | @-moz-document url-prefix("http://socialani.me/") {
.pref-avatar:after {
content: '';
position: absolute;
top: -2px;
right: 0px;
bottom: 0;
left: 1px;
width: 64px!important;
height: 64px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background... | 0.344113 | 0.04406 |
body {
min-width: 820px;
display: flex;
flex-direction: column;
font-family: HelveticaNeue-Thin,"Helvetica Neue Light","Helvetica Neue","Segoe UI",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.top {
height: 600px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
... | docs/styles.css | body {
min-width: 820px;
display: flex;
flex-direction: column;
font-family: HelveticaNeue-Thin,"Helvetica Neue Light","Helvetica Neue","Segoe UI",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.top {
height: 600px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
... | 0.379953 | 0.078148 |
@media print {
/* Reset quotes */
q {quotes: none}
q:before, q:after {content: ""}
/* Hide everything unneeded */
header h1, header nav, footer {display: none}
img { max-width: 100px; }
/* font sizes */
body {
font: 12pt Georgia, "Times New Roman", Times, serif;
/* font: 12pt Arial, sans-serif; */
line... | assets/css/print.css | @media print {
/* Reset quotes */
q {quotes: none}
q:before, q:after {content: ""}
/* Hide everything unneeded */
header h1, header nav, footer {display: none}
img { max-width: 100px; }
/* font sizes */
body {
font: 12pt Georgia, "Times New Roman", Times, serif;
/* font: 12pt Arial, sans-serif; */
line... | 0.215516 | 0.103431 |
@import "../../colors.css";
@import "../../typography.css";
@import "../properties.css";
:root {
--input-color: var(--color-light-steel-100);
--input-font-family: var(--title-font-family);
--input-font-size: var(--form-item-font-size);
--input-padding-bottom: var(--spacing-tiny);
--input-padding-top: var(--s... | src/styles/form-fields/input/properties.css | @import "../../colors.css";
@import "../../typography.css";
@import "../properties.css";
:root {
--input-color: var(--color-light-steel-100);
--input-font-family: var(--title-font-family);
--input-font-size: var(--form-item-font-size);
--input-padding-bottom: var(--spacing-tiny);
--input-padding-top: var(--s... | 0.393502 | 0.061003 |
margin: 5px 0
}
#lb-controls button, #lb-controls a {
font-size: 14px
}
#lb-canvas {
min-height: 100;
background: #fff
}
#lb-canvas textarea {
width: 100%;
height: 100%
}
#lb-canvas .lb-editing {
border-top: solid 1px #2fa4e7;
border-left: solid 1px #2fa4e7;
border-right: solid 1... | layout_builder_libraries/css/layout_builder.css | margin: 5px 0
}
#lb-controls button, #lb-controls a {
font-size: 14px
}
#lb-canvas {
min-height: 100;
background: #fff
}
#lb-canvas textarea {
width: 100%;
height: 100%
}
#lb-canvas .lb-editing {
border-top: solid 1px #2fa4e7;
border-left: solid 1px #2fa4e7;
border-right: solid 1... | 0.394551 | 0.095476 |
div.sheet-Null,
div.sheet-Chosen,
div.sheet-Crooked,
div.sheet-Divine,
div.sheet-Expert,
div.sheet-Flake,
div.sheet-Initiate,
div.sheet-Monstrous,
div.sheet-Mundane,
div.sheet-Professional,
div.sheet-Spellslinger,
div.sheet-Spooky,
div.sheet-Wronged,
div.sheet-Gumshoe,
div.sheet-Hex,
div.sheet-Pararomantic,
div.sheet-... | Monster of the Week/MotWCSS.css | div.sheet-Null,
div.sheet-Chosen,
div.sheet-Crooked,
div.sheet-Divine,
div.sheet-Expert,
div.sheet-Flake,
div.sheet-Initiate,
div.sheet-Monstrous,
div.sheet-Mundane,
div.sheet-Professional,
div.sheet-Spellslinger,
div.sheet-Spooky,
div.sheet-Wronged,
div.sheet-Gumshoe,
div.sheet-Hex,
div.sheet-Pararomantic,
div.sheet-... | 0.212804 | 0.078043 |
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html {
font-family: roboto;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
... | public/app/css/style.css | [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html {
font-family: roboto;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
... | 0.376394 | 0.171894 |
.button {
padding: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #1B1B1B;
color: white;
display: inline-block;
cursor: pointer;
font-size: 14px;
}
.button:hover {
background-color: black;
}
.button:active {
transform: scale(0.9);
}
body,
html {
margin: 0;
padding: 0;
font-fam... | css/style.css | .button {
padding: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #1B1B1B;
color: white;
display: inline-block;
cursor: pointer;
font-size: 14px;
}
.button:hover {
background-color: black;
}
.button:active {
transform: scale(0.9);
}
body,
html {
margin: 0;
padding: 0;
font-fam... | 0.326271 | 0.063744 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.qwant.com") {
/*Qwant Material design is a theme made by @Berter3000 for Qwant.
The theme is in the public domain.
Version 2016-11-11*/
@media all and (min-width: 999px)
{
body
{
background: #FAFAFA... | data/usercss/125390.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.qwant.com") {
/*Qwant Material design is a theme made by @Berter3000 for Qwant.
The theme is in the public domain.
Version 2016-11-11*/
@media all and (min-width: 999px)
{
body
{
background: #FAFAFA... | 0.309545 | 0.063628 |
.mc-t {
font-weight: 900;
text-align: center;
margin-bottom: 10px;
font-size: 2em;
color: #4CAF50;
text-shadow: 1px 1px 0px #166119, 1px 1px 0px #333, 1px 1px 3px #333;
}
.mc-help {
text-align: center;
max-width: 650px;
margin-left: auto;
margin-right: auto;
color: #7b7b7b;
... | public/css/article.css | .mc-t {
font-weight: 900;
text-align: center;
margin-bottom: 10px;
font-size: 2em;
color: #4CAF50;
text-shadow: 1px 1px 0px #166119, 1px 1px 0px #333, 1px 1px 3px #333;
}
.mc-help {
text-align: center;
max-width: 650px;
margin-left: auto;
margin-right: auto;
color: #7b7b7b;
... | 0.603465 | 0.166066 |
html {
min-width: 400px;
width: 100%;
height: 100%;
}
body {
font-family: "Open Sans" ,sans-serif;
color: #000000;
margin-top: 40px;
line-height: 16px;
font-weight: 400;
font-size: 14px;
width: 100%;
height: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-family:"Open Sans", san... | css/style.css | html {
min-width: 400px;
width: 100%;
height: 100%;
}
body {
font-family: "Open Sans" ,sans-serif;
color: #000000;
margin-top: 40px;
line-height: 16px;
font-weight: 400;
font-size: 14px;
width: 100%;
height: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-family:"Open Sans", san... | 0.352202 | 0.073364 |
@font-face {
font-family: 'appicon';
src: url('appicon8a13.eot?hmcgh6');
src: url('appicon8a13.eot?hmcgh6#iefix') format('embedded-opentype'),
url('appicon8a13.ttf?hmcgh6') format('truetype'),
url('appicon8a13.woff?hmcgh6') format('woff'),
url('appicon8a13.svg?hmcgh6#appicon') format('svg');
font-... | webapp/apps/Dev.Web.Shop/Areas/Content/libs/fonts/mdi/appicon/appicon.css | @font-face {
font-family: 'appicon';
src: url('appicon8a13.eot?hmcgh6');
src: url('appicon8a13.eot?hmcgh6#iefix') format('embedded-opentype'),
url('appicon8a13.ttf?hmcgh6') format('truetype'),
url('appicon8a13.woff?hmcgh6') format('woff'),
url('appicon8a13.svg?hmcgh6#appicon') format('svg');
font-... | 0.242116 | 0.068133 |
@charset "UTF-8";
@font-face{
font-family:'entypo';
font-style:normal;
font-weight:normal;
src:url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot');
src:url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix') format('eot'),url('http://weloveiconfonts.com/api/fonts/entypo/entypo... | css/maverix.css | @charset "UTF-8";
@font-face{
font-family:'entypo';
font-style:normal;
font-weight:normal;
src:url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot');
src:url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix') format('eot'),url('http://weloveiconfonts.com/api/fonts/entypo/entypo... | 0.329715 | 0.075041 |
body {
color: #8c8c8c;
font: 1rem "Roboto", sans-serif;
background-color: #eee;
}
html,
body,
.container {
height: 100%;
}
a {
color: inherit;
}
a:hover {
color: #7f8ff4;
}
.container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
... | css/style.css | body {
color: #8c8c8c;
font: 1rem "Roboto", sans-serif;
background-color: #eee;
}
html,
body,
.container {
height: 100%;
}
a {
color: inherit;
}
a:hover {
color: #7f8ff4;
}
.container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
... | 0.407569 | 0.064065 |
.toolbar{
font-size:0.8125rem;
tap-highlight-color:rgba(0, 0, 0, 0);
touch-callout:none;
}
.toolbar .toolbar-item{
cursor:pointer;
padding:1em 1.3333em;
line-height:1em;
text-decoration:none;
}
.toolbar .toolbar-item:hover,
.toolbar .toolbar-item:focus{
text-decoration:none;
}
.toolbar .toolbar-bar{
... | docroot/themes/contrib/thunder_admin/css/components/toolbar.theme.css | .toolbar{
font-size:0.8125rem;
tap-highlight-color:rgba(0, 0, 0, 0);
touch-callout:none;
}
.toolbar .toolbar-item{
cursor:pointer;
padding:1em 1.3333em;
line-height:1em;
text-decoration:none;
}
.toolbar .toolbar-item:hover,
.toolbar .toolbar-item:focus{
text-decoration:none;
}
.toolbar .toolbar-bar{
... | 0.429908 | 0.034554 |
html,
body,
header,
#intro {
height: 100%;
width: 100%;
}
#intro {
background-image: url('./image/Screenshot from 2019-07-15 09-05-07.png');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
@import url("https://fonts.googleapis.com/css?family=Barriecito&displa... | css/style.css | html,
body,
header,
#intro {
height: 100%;
width: 100%;
}
#intro {
background-image: url('./image/Screenshot from 2019-07-15 09-05-07.png');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
@import url("https://fonts.googleapis.com/css?family=Barriecito&displa... | 0.381796 | 0.249825 |
@charset "utf-8";
* {
margin: 0;
padding: 0;
font-family: "SimHei" arial helvetica;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:root {
color: #979797;
}
html {
width: 100%;
overflow-x: hidden;
max-width: 480px;
margin: 0 auto;
}
table {
/*... | src/main/webapp/css/schedule/schedule_blue.css | @charset "utf-8";
* {
margin: 0;
padding: 0;
font-family: "SimHei" arial helvetica;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:root {
color: #979797;
}
html {
width: 100%;
overflow-x: hidden;
max-width: 480px;
margin: 0 auto;
}
table {
/*... | 0.427158 | 0.082328 |
.create-a-proposal {
position: relative;
}
.create-a-proposal .g-wrapper {
position: static;
}
.create-a-proposal__wrapper .title {
font-family: $Bold;
font-size: 40px;
line-height: 54px;
}
.create-a-proposal__wrapper .description {
font-family: $Medium;
color: rgba(60,60,67,0.6);
margin-top: 8px;
}
.cr... | static_layouts/css/sources/includes/create-a-proposal/menu.css | .create-a-proposal {
position: relative;
}
.create-a-proposal .g-wrapper {
position: static;
}
.create-a-proposal__wrapper .title {
font-family: $Bold;
font-size: 40px;
line-height: 54px;
}
.create-a-proposal__wrapper .description {
font-family: $Medium;
color: rgba(60,60,67,0.6);
margin-top: 8px;
}
.cr... | 0.446977 | 0.056731 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | 0.485112 | 0.083068 |
body
{
background-color: #FFFFFF;
color: #000000;
font-family: Arial;
font-weight: normal;
font-size: 13px;
line-height: 1.1875;
margin: 0;
padding: 0;
}
#wb_PageHeader
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
b... | assets/css/form1.css | body
{
background-color: #FFFFFF;
color: #000000;
font-family: Arial;
font-weight: normal;
font-size: 13px;
line-height: 1.1875;
margin: 0;
padding: 0;
}
#wb_PageHeader
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
b... | 0.334155 | 0.042364 |
@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 1... | Elagance/app/assets/css/elagance.css | @charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 1... | 0.622459 | 0.113138 |
html {
scroll-behavior: smooth;
}
#page-wrapper {
display: flex;
flex-direction: column;
}
.bubble {
display: flex;
align-items: center;
justify-content: center;
height: 20vw;
width: 20vw;
max-width: 100px;
max-height: 100px;
font-size: 3em;
border: solid black;
bor... | style.css | html {
scroll-behavior: smooth;
}
#page-wrapper {
display: flex;
flex-direction: column;
}
.bubble {
display: flex;
align-items: center;
justify-content: center;
height: 20vw;
width: 20vw;
max-width: 100px;
max-height: 100px;
font-size: 3em;
border: solid black;
bor... | 0.66769 | 0.101189 |
margin-bottom: 0%;
color: #21201B;
}
@media screen and (min-width: 1100px) and (max-width: 2600px) {
#imgordi2{
display: none;
}
}
#log1{
border-top: none;
border-left: none;
border-right: none;
border-width: thin;
}
#allignlogin{
justify-content: center;
display: fl... | public/css/login.css | margin-bottom: 0%;
color: #21201B;
}
@media screen and (min-width: 1100px) and (max-width: 2600px) {
#imgordi2{
display: none;
}
}
#log1{
border-top: none;
border-left: none;
border-right: none;
border-width: thin;
}
#allignlogin{
justify-content: center;
display: fl... | 0.107525 | 0.077973 |
body {
background: white;
color: black;
}
#start_calibration #start_show {
margin-top: 12px;
font-size: 22px;
}
.gaze {
display: none;
}
.calibration {
/*display: none;*/
}
#placeholder {
text-align: center;
font-size: 52px;
font-family: 'Kalam';
font-weight: bold;
margin... | WebApp/assets/index.css | body {
background: white;
color: black;
}
#start_calibration #start_show {
margin-top: 12px;
font-size: 22px;
}
.gaze {
display: none;
}
.calibration {
/*display: none;*/
}
#placeholder {
text-align: center;
font-size: 52px;
font-family: 'Kalam';
font-weight: bold;
margin... | 0.523177 | 0.094343 |
div.message-container {
width: 250px;
height: 250px;
overflow-y: auto;
overflow-x: hidden;
font-size: 10px;
padding: 5px;
}
.message-container p {
padding: 0;
margin: 0;
}
.datestamp {
display: block;
text-align: center;
font-weight: bold;
margin-bottom: 8px;
color... | vendor/vision/yii2-private-messages/web/css/vision_messages.css | div.message-container {
width: 250px;
height: 250px;
overflow-y: auto;
overflow-x: hidden;
font-size: 10px;
padding: 5px;
}
.message-container p {
padding: 0;
margin: 0;
}
.datestamp {
display: block;
text-align: center;
font-weight: bold;
margin-bottom: 8px;
color... | 0.272702 | 0.122392 |
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background: #6f8db8;
overflow: hidden;
}
/* Set border box sizing */
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* For every element set box sizing and font family */
*, *:before, *:after {
-webkit-box-sizing: borde... | house-with-clouds/css/master.css | html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background: #6f8db8;
overflow: hidden;
}
/* Set border box sizing */
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* For every element set box sizing and font family */
*, *:before, *:after {
-webkit-box-sizing: borde... | 0.507812 | 0.057361 |
@font-face {
font-family: 'ExtJS';
src: url('fonts/ExtJS.eot?-tqegh9');
src: url('fonts/ExtJS.eot?#iefix-tqegh9') format('embedded-opentype'), url('fonts/ExtJS.ttf?-tqegh9') format('truetype'), url('fonts/ExtJS.woff?-tqegh9') format('woff'), url('fonts/ExtJS.svg?-tqegh9#ExtJS') format('svg');
font-weigh... | static/ext-6.0.1/build/packages/font-ext/resources/font-ext-all-rtl-debug.css | @font-face {
font-family: 'ExtJS';
src: url('fonts/ExtJS.eot?-tqegh9');
src: url('fonts/ExtJS.eot?#iefix-tqegh9') format('embedded-opentype'), url('fonts/ExtJS.ttf?-tqegh9') format('truetype'), url('fonts/ExtJS.woff?-tqegh9') format('woff'), url('fonts/ExtJS.svg?-tqegh9#ExtJS') format('svg');
font-weigh... | 0.367497 | 0.049108 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | 0.573917 | 0.102754 |