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 |
|---|---|---|---|---|
#div_right_sidebar{
/*border-right-style:solid;
border-right-color:silver;
border-right-width:2px;
width:250;
height:100%;
position:fixed;
left:0px;
overflow:auto;*/
width:255px;height:100%;position:fixed;top:8px;overflow:auto;
}
#div_content{
/*height:auto;
width:1500;
overflow:auto;*/
margi... | common/css/sidebar.css | #div_right_sidebar{
/*border-right-style:solid;
border-right-color:silver;
border-right-width:2px;
width:250;
height:100%;
position:fixed;
left:0px;
overflow:auto;*/
width:255px;height:100%;position:fixed;top:8px;overflow:auto;
}
#div_content{
/*height:auto;
width:1500;
overflow:auto;*/
margi... | 0.215681 | 0.060418 |
* Contents
*
* Body resets
* Custom type
* Messages
* Container
* Masthead
* Posts and pages
* Pagination
* Reverse layout
* Themes
*/
/*
* Body resets
*
* Update the foundational and global aspects of the page.
*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-... | public/css/style.css | * Contents
*
* Body resets
* Custom type
* Messages
* Container
* Masthead
* Posts and pages
* Pagination
* Reverse layout
* Themes
*/
/*
* Body resets
*
* Update the foundational and global aspects of the page.
*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-... | 0.598195 | 0.081886 |
----------------------------------------------------------------------------------------------------*/
body {
font: 12px/1.5em "Helvetica Neue", Arial, sans-serif;
}
@font-face {
font-family: 'QlassikMediumRegular';
src: url('font/Qlassik_TB-webfont.eot');
src: url('font/Qlassik_TB-webfont.eot?#iefix') ... | public/DreamLife/html/assets/css/text.css | ----------------------------------------------------------------------------------------------------*/
body {
font: 12px/1.5em "Helvetica Neue", Arial, sans-serif;
}
@font-face {
font-family: 'QlassikMediumRegular';
src: url('font/Qlassik_TB-webfont.eot');
src: url('font/Qlassik_TB-webfont.eot?#iefix') ... | 0.380299 | 0.099121 |
body {
background-color: #151c27;
color: #d1edff;
}
h1, h2, h3, h4, h5 {
text-align: left;
color: #28f8f5;
}
h4 {
color: #2ab4f7;
}
a {
text-decoration: none;
color: #28f8f5;
}
a:hover {
text-decoration: none;
color: #28bdbc;
}
.text-pink {
color: #e973f5 !important;
}
.text-lightblue {
col... | css/styles.css | body {
background-color: #151c27;
color: #d1edff;
}
h1, h2, h3, h4, h5 {
text-align: left;
color: #28f8f5;
}
h4 {
color: #2ab4f7;
}
a {
text-decoration: none;
color: #28f8f5;
}
a:hover {
text-decoration: none;
color: #28bdbc;
}
.text-pink {
color: #e973f5 !important;
}
.text-lightblue {
col... | 0.40698 | 0.092852 |
@charset "utf-8";
#container{
overflow: auto;
position: relative;
background: url(../img/contact/bg.jpg) left bottom no-repeat;
background-size: cover;
min-height: 100vh;
padding: 0 0 0 20px;
}
#subMenu{
position: absolute;
left: 735px;
width: 115px;
}
#subMenu li{
list-style-type: none;
... | css/contact.css | @charset "utf-8";
#container{
overflow: auto;
position: relative;
background: url(../img/contact/bg.jpg) left bottom no-repeat;
background-size: cover;
min-height: 100vh;
padding: 0 0 0 20px;
}
#subMenu{
position: absolute;
left: 735px;
width: 115px;
}
#subMenu li{
list-style-type: none;
... | 0.157785 | 0.043548 |
body {
font-family: corbel, 'lucida grande', helvetica, sans-serif;
font-size: 20px;
color: #212122;
margin: auto;
padding: 30px 70px;
}
a:hover { cursor: pointer; }
h1 {
font-size: 40px;
text-align: left;
margin-bottom: 20px;
color: #3b8fe9;
}
nav { font-size: 18px; }
nav h1 { color: #e00000; }
nav h... | content/static/css/style.css | body {
font-family: corbel, 'lucida grande', helvetica, sans-serif;
font-size: 20px;
color: #212122;
margin: auto;
padding: 30px 70px;
}
a:hover { cursor: pointer; }
h1 {
font-size: 40px;
text-align: left;
margin-bottom: 20px;
color: #3b8fe9;
}
nav { font-size: 18px; }
nav h1 { color: #e00000; }
nav h... | 0.428831 | 0.093388 |
.main{
margin: 0px;
padding: 10px;
background: RGB(236,245,249); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(left,RGB(236,245,249) , #fff); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, RGB(236,245,249), #fff); /* For Opera 11.1 to 12.0 */
backgrou... | app/simulate/simulate.css | .main{
margin: 0px;
padding: 10px;
background: RGB(236,245,249); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(left,RGB(236,245,249) , #fff); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, RGB(236,245,249), #fff); /* For Opera 11.1 to 12.0 */
backgrou... | 0.465873 | 0.109801 |
:root {
--primary-color: #9cd4f6;
--secondary-color: #ffffff;
--tertiary-color: #783206;
--dark: #000000;
--light: #ebe5d9;
}
/* Global Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
color: var(--secondary-color);
font-family: Helvetica, ... | assets/css/style.old.css | :root {
--primary-color: #9cd4f6;
--secondary-color: #ffffff;
--tertiary-color: #783206;
--dark: #000000;
--light: #ebe5d9;
}
/* Global Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
color: var(--secondary-color);
font-family: Helvetica, ... | 0.343122 | 0.066965 |
div.backgr{
width: 100%;
min-height: 200px;
height: auto;
font-family: 'Arial', sans-serif;
background-color: #a6acb3;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
overflow:auto;
}
div.container{
width: 85%;
min-height: 500px;
height: auto;
/*margin:35px ... | web/css/indexStyle.css | div.backgr{
width: 100%;
min-height: 200px;
height: auto;
font-family: 'Arial', sans-serif;
background-color: #a6acb3;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
overflow:auto;
}
div.container{
width: 85%;
min-height: 500px;
height: auto;
/*margin:35px ... | 0.31542 | 0.067026 |
*{
margin:0px;
font-family: 'Julius Sans One', sans-serif;
text-align:center;
padding:0px;
box-sizing: border-box;
border-style:none;
}
button{
outline-style:none;
}
body{
width:100%;
height:1000px;
}
#whole{
wid... | min-width1224.css | *{
margin:0px;
font-family: 'Julius Sans One', sans-serif;
text-align:center;
padding:0px;
box-sizing: border-box;
border-style:none;
}
button{
outline-style:none;
}
body{
width:100%;
height:1000px;
}
#whole{
wid... | 0.36693 | 0.080069 |
html,body{
background: url(../../images/1.jpg) no-repeat;
}
.login-layout,
.login-main:after{background-color:rgba(255,255,255,0.5)!important;}
.login-main .login_btn{background:rgba(255,255,255,0.5)!important;}
.Reg_log_style .frame_style.form_errors{ border:1px solidrgba(255,255,255,0.5)!important}
.Reg_log_style... | mo-admin/src/main/resources/static/skin/white/skin.css | html,body{
background: url(../../images/1.jpg) no-repeat;
}
.login-layout,
.login-main:after{background-color:rgba(255,255,255,0.5)!important;}
.login-main .login_btn{background:rgba(255,255,255,0.5)!important;}
.Reg_log_style .frame_style.form_errors{ border:1px solidrgba(255,255,255,0.5)!important}
.Reg_log_style... | 0.44746 | 0.067362 |
p, h1, h2, h3, h4, h5, h6, button {
font-family: "Roboto", serif;
}
html {
scroll-behavior: smooth;
}
body {
background-color: #222230;
background-size: cover;
width: auto;
overflow-x: hidden;
font-family: "Roboto", serif;
margin: 0px;
}
img{
height:350px;
}
#sliderContaine... | app/static/styles/main.css | p, h1, h2, h3, h4, h5, h6, button {
font-family: "Roboto", serif;
}
html {
scroll-behavior: smooth;
}
body {
background-color: #222230;
background-size: cover;
width: auto;
overflow-x: hidden;
font-family: "Roboto", serif;
margin: 0px;
}
img{
height:350px;
}
#sliderContaine... | 0.51879 | 0.094929 |
.hero{
background-color: #1e0e0d;
-webkit-box-shadow: inset 0 x -7px 15px -8px #fffff0;
box-shadow: inset 0px -7px 15px -8px #fffff0;
}
.hero-img{
width: 100%;
height: 100%;
background-image: url(../assets/main-cake.jpeg);
background-position: center;
background-size: cover;
displa... | pages/contato-style.css | .hero{
background-color: #1e0e0d;
-webkit-box-shadow: inset 0 x -7px 15px -8px #fffff0;
box-shadow: inset 0px -7px 15px -8px #fffff0;
}
.hero-img{
width: 100%;
height: 100%;
background-image: url(../assets/main-cake.jpeg);
background-position: center;
background-size: cover;
displa... | 0.27406 | 0.093678 |
html, body {
padding: 0px;
margin: 0px;
}
#container {
padding: 5px;
width: 960px;
margin: 20px auto;
}
#header {
height: 130px;
}
#sidebar {
width: 150px;
float: left;
}
#content {
width: 780px;
float: right;
}
#footer {
height: 150px; /*uncertain of implications this has on... | css/crc.css | html, body {
padding: 0px;
margin: 0px;
}
#container {
padding: 5px;
width: 960px;
margin: 20px auto;
}
#header {
height: 130px;
}
#sidebar {
width: 150px;
float: left;
}
#content {
width: 780px;
float: right;
}
#footer {
height: 150px; /*uncertain of implications this has on... | 0.323701 | 0.081228 |
.index-body {
background-color: rgb(8 8 8);
font-family: 'Mitr', sans-serif;
background-image: url("../image/background1.png");
background-repeat: no-repeat;
background-size: contain;
background-position: 44% 50%;
position: relative;
z-index: 0;
}
.light-mode .index-body {
backgr... | public/FbGDnwAZEgTX/css/style.css | .index-body {
background-color: rgb(8 8 8);
font-family: 'Mitr', sans-serif;
background-image: url("../image/background1.png");
background-repeat: no-repeat;
background-size: contain;
background-position: 44% 50%;
position: relative;
z-index: 0;
}
.light-mode .index-body {
backgr... | 0.459561 | 0.119614 |
background-color: #e7dfec;
border-radius: 6px;
-webkit-box-flex: 1;
-ms-flex: 1 0 19%;
flex: 1 0 19%;
margin: 20px 0px 30px;
max-width: 370px;
padding: 10px 20px 20px;
-webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
position: relative;
text-decoration: non... | css/styles.css | background-color: #e7dfec;
border-radius: 6px;
-webkit-box-flex: 1;
-ms-flex: 1 0 19%;
flex: 1 0 19%;
margin: 20px 0px 30px;
max-width: 370px;
padding: 10px 20px 20px;
-webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
position: relative;
text-decoration: non... | 0.268845 | 0.065845 |
@media all {
.planning {
padding: 40px;
min-height: 1000px;
}
*:focus {
outline: none !important;
}
.planning h1 {
margin-bottom: 40px !important;
}
.planning article {
background: #ffffff;
width: 100%;
}
.planning article div.filterBar, .planningLongs article div.filterBar {
padd... | src/Sushi.Mediakiwi.Files/styles/planning.css | @media all {
.planning {
padding: 40px;
min-height: 1000px;
}
*:focus {
outline: none !important;
}
.planning h1 {
margin-bottom: 40px !important;
}
.planning article {
background: #ffffff;
width: 100%;
}
.planning article div.filterBar, .planningLongs article div.filterBar {
padd... | 0.297776 | 0.147586 |
html,body {
font-family: "Lato", sans-serif;
background-image: url( '/static/img/means-of-transport.png');
background-size: cover;
height: 100%;
}
body{
display: flex;
flex-direction: column;
}
li .header {
float: left;
color: black;
font-family: 'Exo', san... | transportIT/static/stylesheet/StartPage.css | html,body {
font-family: "Lato", sans-serif;
background-image: url( '/static/img/means-of-transport.png');
background-size: cover;
height: 100%;
}
body{
display: flex;
flex-direction: column;
}
li .header {
float: left;
color: black;
font-family: 'Exo', san... | 0.398758 | 0.104798 |
By Ben-Kaniobi
https://gist.github.com/Ben-Kaniobi
Versions:
0.1.6 Updated for Firefox 48; Fixing recommendation pop-up position
0.1.5 Updated for Firefox 42 on Windows 10; Compatibility mode for other script not needed anymore
0.1.4 Compatibility with style "Firefox with Windows 8 colors" can now be selected f... | data/usercss/102428.user.css | By Ben-Kaniobi
https://gist.github.com/Ben-Kaniobi
Versions:
0.1.6 Updated for Firefox 48; Fixing recommendation pop-up position
0.1.5 Updated for Firefox 42 on Windows 10; Compatibility mode for other script not needed anymore
0.1.4 Compatibility with style "Firefox with Windows 8 colors" can now be selected f... | 0.469277 | 0.185559 |
body {
margin: 0;
background-color: lightseagreen;
}
.Controll {
position: relative;
display: grid;
grid-template-areas:
"Header Header Header Header Header"
"left-sidevar content content content right-sidevar "
" footer footer footer footer footer";
}
.Header {
backgr... | public/css/style.css | body {
margin: 0;
background-color: lightseagreen;
}
.Controll {
position: relative;
display: grid;
grid-template-areas:
"Header Header Header Header Header"
"left-sidevar content content content right-sidevar "
" footer footer footer footer footer";
}
.Header {
backgr... | 0.484868 | 0.063453 |
body {
scroll-behavior: smooth;
padding: 0 20px;
max-width: 1340px;
margin: 0 auto;
}
/**
* Bootstrap "Journal code" icon
* @link https://icons.getbootstrap.com/icons/journal-code/
*/
.bd-heading a::before {
display: inline-block;
width: 1em;
height: 1em;
margin-right: .25rem;
content: "";
background-image: url("data:... | page/cheatsheet/cheatsheet.css | body {
scroll-behavior: smooth;
padding: 0 20px;
max-width: 1340px;
margin: 0 auto;
}
/**
* Bootstrap "Journal code" icon
* @link https://icons.getbootstrap.com/icons/journal-code/
*/
.bd-heading a::before {
display: inline-block;
width: 1em;
height: 1em;
margin-right: .25rem;
content: "";
background-image: url("data:... | 0.756537 | 0.188791 |
.location-marker {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.location-marker:hover, .location-marker:active {
cursor: pointer;
z-index: 1;
}
.drought-icon {
color: black;
font-size: 2rem;
}
.drought-icon:hover, .drought-icon:active {
filter: d... | client/src/components/Map/Markers.css | .location-marker {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.location-marker:hover, .location-marker:active {
cursor: pointer;
z-index: 1;
}
.drought-icon {
color: black;
font-size: 2rem;
}
.drought-icon:hover, .drought-icon:active {
filter: d... | 0.705481 | 0.137359 |
* 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: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove the margin in all brows... | minimo/css/style.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: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove the margin in all brows... | 0.629205 | 0.13969 |
.shared-list {
margin-bottom: 40px;
}
/* Filters */
.shared-list .shared-filter {
margin-bottom: 30px;
background-color: #c9bea7;
padding-bottom: 20px;
}
@media only screen and (max-width: 40em) {
.shared-list .shared-filter {
padding-bottom: 10px;
}
}
.shared-list .shared-filter .title... | css/custom_layout.css | .shared-list {
margin-bottom: 40px;
}
/* Filters */
.shared-list .shared-filter {
margin-bottom: 30px;
background-color: #c9bea7;
padding-bottom: 20px;
}
@media only screen and (max-width: 40em) {
.shared-list .shared-filter {
padding-bottom: 10px;
}
}
.shared-list .shared-filter .title... | 0.361841 | 0.081191 |
body {
background-color: black;
}
/*-------------------
NAV-BAR APPLE
--------------------*/
.navbar-apple {
background-color: #1e1e1e;
border-radius: 0;
margin-bottom: 0;
}
.navbar-apple ul li a {
font-family: 'Roboto condensed',sans-serif;
font-weight: 400;
}
.navbar-brand {
co... | web/travauxPratique/apple/assets/css/style.css | body {
background-color: black;
}
/*-------------------
NAV-BAR APPLE
--------------------*/
.navbar-apple {
background-color: #1e1e1e;
border-radius: 0;
margin-bottom: 0;
}
.navbar-apple ul li a {
font-family: 'Roboto condensed',sans-serif;
font-weight: 400;
}
.navbar-brand {
co... | 0.359589 | 0.086208 |
#app-mount .menu-3sdvDG .item-1tOPte:not(#user-context-user-volume) {
font-weight: var(--font-normal);
transition: var(--hover-transition);
}
#app-mount .menu-3sdvDG .item-1tOPte:not(#user-context-user-volume).focused-3afm-j,
#app-mount .menu-3sdvDG .item-1tOPte:not(#user-context-user-volume):active {
font-... | src/extra/buttons.css | #app-mount .menu-3sdvDG .item-1tOPte:not(#user-context-user-volume) {
font-weight: var(--font-normal);
transition: var(--hover-transition);
}
#app-mount .menu-3sdvDG .item-1tOPte:not(#user-context-user-volume).focused-3afm-j,
#app-mount .menu-3sdvDG .item-1tOPte:not(#user-context-user-volume):active {
font-... | 0.257018 | 0.05715 |
@import "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap";
.color-prim-one {
background-color: #494c4e;
color: #FFFFFF;
}
.color-prim-two {
background-color: #017D79;
color: #000000;
}
/*
.color-prim-three {
background-color: $primary-two;
color: $black;
... | _assets/css/styles.css | @import "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap";
.color-prim-one {
background-color: #494c4e;
color: #FFFFFF;
}
.color-prim-two {
background-color: #017D79;
color: #000000;
}
/*
.color-prim-three {
background-color: $primary-two;
color: $black;
... | 0.462473 | 0.123551 |
.pxer-app {
/*!
* Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
max-width: 970px;
width: 100%;
margin: 0 auto;
box-sizing: border-box;
co... | src/view/style.css | .pxer-app {
/*!
* Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
max-width: 970px;
width: 100%;
margin: 0 auto;
box-sizing: border-box;
co... | 0.712032 | 0.054199 |
.brand_m{
background-color: var(--msBgDark);
color: #fff;
min-height: 50px;
display: flex;
position: relative;
}
.brand_m{
display: none;
}
.brand_m .h-brand{
margin: auto;
color: var(--msBgLight);
font-size: 20px;
width: 250px;
text-align: center;
display: flex;
position: relative;
min-height: 50px;
}
.b... | public/css/backend/layout/header.css | .brand_m{
background-color: var(--msBgDark);
color: #fff;
min-height: 50px;
display: flex;
position: relative;
}
.brand_m{
display: none;
}
.brand_m .h-brand{
margin: auto;
color: var(--msBgLight);
font-size: 20px;
width: 250px;
text-align: center;
display: flex;
position: relative;
min-height: 50px;
}
.b... | 0.270962 | 0.045863 |
@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project: Admin template
Version: 1.0
Last change: 03.01.2018
Primary use: Admin Panel
-------------------------------------------------------------------
[Table of contents]
1. Body
2. Header / #pag... | assets/css/main.css | @charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project: Admin template
Version: 1.0
Last change: 03.01.2018
Primary use: Admin Panel
-------------------------------------------------------------------
[Table of contents]
1. Body
2. Header / #pag... | 0.218419 | 0.05921 |
@charset "UTF-8";
:root {
--bs-blue: #009ef6;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-gray: #7E8299;
--bs-gray-dark: #3... | Radzen.Blazor/wwwroot/css/custom1.css | @charset "UTF-8";
:root {
--bs-blue: #009ef6;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-gray: #7E8299;
--bs-gray-dark: #3... | 0.379953 | 0.059401 |
.ceremony{
composes: leroy from 'styles/type';
color: $green;
font-size: 5vw;
}
.timeline{
float: none;
.event{
div{
padding: 0px;
}
.eventDetail{
margin: 15px 0;
}
&:first-child{
.eventDetail{
margin-top: 0;
}
}
&:last-child{
.eventDetail{
... | source/client/components/visitor/details/_styles.css |
.ceremony{
composes: leroy from 'styles/type';
color: $green;
font-size: 5vw;
}
.timeline{
float: none;
.event{
div{
padding: 0px;
}
.eventDetail{
margin: 15px 0;
}
&:first-child{
.eventDetail{
margin-top: 0;
}
}
&:last-child{
.eventDetail{
... | 0.418935 | 0.121842 |
.css-emoticon.biggrin{
font-size: 0px;
display:inline-block;
height:18px;
width: 18px;
vertical-align:middle;
background: url('../images/smilies.png');
background-position:0 0
}
.css-emoticon.confused{
font-size: 0px;
display:inline-block;
height:18px;
width: 18px;
vertical-align:middle;
back... | packages/contrib/comments/public/assets/lib/angular-emoticons/stylesheets/angular-emoticons.css | .css-emoticon.biggrin{
font-size: 0px;
display:inline-block;
height:18px;
width: 18px;
vertical-align:middle;
background: url('../images/smilies.png');
background-position:0 0
}
.css-emoticon.confused{
font-size: 0px;
display:inline-block;
height:18px;
width: 18px;
vertical-align:middle;
back... | 0.202719 | 0.053157 |
body{
/*background: #1b2631;*/
background:#d6eaf8;
}
#div1 {
display: none;
}
#div2 {
display: none;
}
#houseTable {
display: none;
}
a {
text-decoration: none;
color: #000000;
}
button {
text-decoration: none;
/*color: #000000;*/
outline: none;
display: inline-block;
padding: ... | js/style.css | body{
/*background: #1b2631;*/
background:#d6eaf8;
}
#div1 {
display: none;
}
#div2 {
display: none;
}
#houseTable {
display: none;
}
a {
text-decoration: none;
color: #000000;
}
button {
text-decoration: none;
/*color: #000000;*/
outline: none;
display: inline-block;
padding: ... | 0.209793 | 0.038142 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*, button, input {
font-family: 'Montserrat', sans-serif;
}
.animate-before {
-webkit-transform: translateY(40px);
transform: translateY(40px);
opacity: 0;
pointer-events: none;
}
.animate-after {
... | src/sass/styles.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*, button, input {
font-family: 'Montserrat', sans-serif;
}
.animate-before {
-webkit-transform: translateY(40px);
transform: translateY(40px);
opacity: 0;
pointer-events: none;
}
.animate-after {
... | 0.321673 | 0.056783 |
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;500;600&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Outfit", sans-serif;
font-size: 12pt;
}
:root {
... | src/style/App.css | @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;500;600&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Outfit", sans-serif;
font-size: 12pt;
}
:root {
... | 0.360377 | 0.09709 |
.news-index li {
font-size:.7em
}
.news-index .ui-li-thumb, .ui-li-icon {
position: absolute;
left: 0px;
top: 0px;
max-height: 120px;
max-width: 120px;
}
.news-index .ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
min-height: 60px;
padding-left: 130px;
}
.news-index .ui-li .ui... | news/ui/src/main/webapp/css/news.css | .news-index li {
font-size:.7em
}
.news-index .ui-li-thumb, .ui-li-icon {
position: absolute;
left: 0px;
top: 0px;
max-height: 120px;
max-width: 120px;
}
.news-index .ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
min-height: 60px;
padding-left: 130px;
}
.news-index .ui-li .ui... | 0.354098 | 0.081264 |
* {
font-size: 11px;
font-family: monospace;
}
body {
background-color: #F7F7F7;
}
.left-menu {
width: 300px;
padding-left: 15px;
}
.left-menu .bg-info, .left-menu .panel-info > .panel-heading, .left-menu .panel-info {
background-color: #E0E7F2;
border-color: #C5D1E2;
}
.left-menu .panel-heading {
cur... | src/Routine/Service/TestApp/assets/css/master.css | * {
font-size: 11px;
font-family: monospace;
}
body {
background-color: #F7F7F7;
}
.left-menu {
width: 300px;
padding-left: 15px;
}
.left-menu .bg-info, .left-menu .panel-info > .panel-heading, .left-menu .panel-info {
background-color: #E0E7F2;
border-color: #C5D1E2;
}
.left-menu .panel-heading {
cur... | 0.363195 | 0.075687 |
Site Name:
Author:
Stylesheet: Main Stylesheet
Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
Helpful articles on Sass file organizati... | library/css/style.css | Site Name:
Author:
Stylesheet: Main Stylesheet
Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
Helpful articles on Sass file organizati... | 0.666171 | 0.264066 |
body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
#holder {
width: 100%;
}
#holder > div {
clear: both;
padding: 2%;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
float: left;
width: 96%;
}
label {
display: inline;
}
.regular-checkbox {
display: none;
}
.... | public/stylesheets/style.css | body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
#holder {
width: 100%;
}
#holder > div {
clear: both;
padding: 2%;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
float: left;
width: 96%;
}
label {
display: inline;
}
.regular-checkbox {
display: none;
}
.... | 0.408395 | 0.134776 |
body {
background: url(../img/img-dotted.png)repeat;}
body button {
border-radius: 0px !important; }
body a.btn {
border-radius: 0px; }
body.dashBoardStyling {
background: #FFF; }
.navbar-inverse .navbar-nav li {
cursor: pointer; }
.navbar-inverse .navbar-nav li a {
color: #E5E5E5; }
.navbar-i... | page/css/trial.css | body {
background: url(../img/img-dotted.png)repeat;}
body button {
border-radius: 0px !important; }
body a.btn {
border-radius: 0px; }
body.dashBoardStyling {
background: #FFF; }
.navbar-inverse .navbar-nav li {
cursor: pointer; }
.navbar-inverse .navbar-nav li a {
color: #E5E5E5; }
.navbar-i... | 0.336113 | 0.054349 |
* {
z-index: 99;
-moz-appearance: none;
-moz-border-radius: 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
margin: 0;
padding: 0;
}
.cf {
zoom: 1;
}
.cf:after,
.cf:before {
content: ' ';
display: table;
}
.cf:after {
clear: both;
}
a:link,
a:visited {
color: i... | shelve/styles/main.css | * {
z-index: 99;
-moz-appearance: none;
-moz-border-radius: 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
margin: 0;
padding: 0;
}
.cf {
zoom: 1;
}
.cf:after,
.cf:before {
content: ' ';
display: table;
}
.cf:after {
clear: both;
}
a:link,
a:visited {
color: i... | 0.253953 | 0.098166 |
html, body {
height: 100%;
background: rgba(33,33,33);
font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
a {
text-decoration: none;
color: white;
}
a:hover {
text-decoration: none;
color: yellow;
}
body {
margin: 0;
padding: 0;
color: white;
}
.clock {
font-family:... | examtimer.css | html, body {
height: 100%;
background: rgba(33,33,33);
font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
a {
text-decoration: none;
color: white;
}
a:hover {
text-decoration: none;
color: yellow;
}
body {
margin: 0;
padding: 0;
color: white;
}
.clock {
font-family:... | 0.63477 | 0.134094 |
@charset "utf-8";
/*
@font-face {
font-family:poppin;
src:url(font/poppin.eot);
src:url(font/poppin.eot?#iefix) format("embedded-opentype"),url(font/poppin.ttf) format("truetype")
}
*/
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,input,lengend,li,ol,p,pre,td,textarea,th,ul {
margin:0;
pa... | player.css | @charset "utf-8";
/*
@font-face {
font-family:poppin;
src:url(font/poppin.eot);
src:url(font/poppin.eot?#iefix) format("embedded-opentype"),url(font/poppin.ttf) format("truetype")
}
*/
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,input,lengend,li,ol,p,pre,td,textarea,th,ul {
margin:0;
pa... | 0.138258 | 0.054727 |
body{background-image:url("cloudsSolid.png");background-size:100% 100%;background-color:black;background-repeat:repeat-y;background-position:center;}
body, html{overflow-x:hidden;}
#changeToPortrait{position:absolute;background-color:black;width:100%;height:100%;left:0%;top:0%;z-index:5000;display:none;}
#pleaseSwitch{... | GuiFruitBubbles/bubblesMin.css | body{background-image:url("cloudsSolid.png");background-size:100% 100%;background-color:black;background-repeat:repeat-y;background-position:center;}
body, html{overflow-x:hidden;}
#changeToPortrait{position:absolute;background-color:black;width:100%;height:100%;left:0%;top:0%;z-index:5000;display:none;}
#pleaseSwitch{... | 0.241847 | 0.081337 |
body {
font-size: 13px;
font-family: monospace;
margin: 0.1rem;
}
* {
box-sizing: border-box;
}
ul.items {
border: 0.1rem solid #888;
border-radius: 0 0.3rem 0.3rem 0.3rem;
margin: 0;
padding: 0.2rem;
background-color: #f8f8f8;
list-style-type: none;
margin-block-start: 0;... | items/items.css | body {
font-size: 13px;
font-family: monospace;
margin: 0.1rem;
}
* {
box-sizing: border-box;
}
ul.items {
border: 0.1rem solid #888;
border-radius: 0 0.3rem 0.3rem 0.3rem;
margin: 0;
padding: 0.2rem;
background-color: #f8f8f8;
list-style-type: none;
margin-block-start: 0;... | 0.414543 | 0.080069 |
.logincontainer {
/* background-image: url(https://i.pinimg.com/originals/ee/66/4d/ee664d4b0a6aae6dbb6ab3d0753a04ee.jpg); */
width: 360px;
height : 800px;
/* background-size: cover; */
text-align: -webkit-center;
display: flex;
flex-direction: column;
align-items: center;
justify-c... | styles1.css | .logincontainer {
/* background-image: url(https://i.pinimg.com/originals/ee/66/4d/ee664d4b0a6aae6dbb6ab3d0753a04ee.jpg); */
width: 360px;
height : 800px;
/* background-size: cover; */
text-align: -webkit-center;
display: flex;
flex-direction: column;
align-items: center;
justify-c... | 0.28587 | 0.098166 |
.background {
background: var(--black);
min-height: 100vh;
min-height: var(--100vh);
display: flex;
flex-direction: column;
overflow: hidden;
}
.page {
display: flex;
flex-direction: column;
width: 100%;
flex: 1;
}
.main {
flex: 1;
display: flex;
margin-top: calc(var(--gutter-huge) + var(--h... | components/layout.module.css | .background {
background: var(--black);
min-height: 100vh;
min-height: var(--100vh);
display: flex;
flex-direction: column;
overflow: hidden;
}
.page {
display: flex;
flex-direction: column;
width: 100%;
flex: 1;
}
.main {
flex: 1;
display: flex;
margin-top: calc(var(--gutter-huge) + var(--h... | 0.644449 | 0.089694 |
.context_nav
{
text-align: center
}
.context_nav
{
background-color:#f0fff0;
color:black;
position:absolute;
width: 100%;
height: 20px;
top: 2px;
}
.context_link
{
background-color: #a0e0a0;
color: #000080;
font-weight:bold;
position: absolute;
he... | code/clustered_setup/code/external_code/ann_mwrapper/doc/mfile_doc.css | .context_nav
{
text-align: center
}
.context_nav
{
background-color:#f0fff0;
color:black;
position:absolute;
width: 100%;
height: 20px;
top: 2px;
}
.context_link
{
background-color: #a0e0a0;
color: #000080;
font-weight:bold;
position: absolute;
he... | 0.474875 | 0.059456 |
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(../css/slick.css);
@import url(../css/slick-theme.css);
*{
padding: 0;
margin: 0;
outline: 0;
}
ul... | public/ui/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(../css/slick.css);
@import url(../css/slick-theme.css);
*{
padding: 0;
margin: 0;
outline: 0;
}
ul... | 0.358578 | 0.059674 |
body, h1, h2, h3, h4, h5, h6, .title {
font-family: CamingoCode-Regular;
}
/* 选中背景色 */
::selection {
background: var(--bgColor);
color: white;
}
::-moz-selection {
background: var(--bgColor);
color: white;
}
::-webkit-selection {
background: var(--bgColor);
color: white;
}
@media (max-... | source/css/main.css | body, h1, h2, h3, h4, h5, h6, .title {
font-family: CamingoCode-Regular;
}
/* 选中背景色 */
::selection {
background: var(--bgColor);
color: white;
}
::-moz-selection {
background: var(--bgColor);
color: white;
}
::-webkit-selection {
background: var(--bgColor);
color: white;
}
@media (max-... | 0.1881 | 0.062617 |
.round-in-box
{
padding:10px 0
}
.round-in-box input[type="search"]
{
height:3rem;
margin:0;
border-radius:.5rem;
background-color:rgba(255,255,255,0.1)
}
@media only screen and (max-width: 600px)
{
.round-in-box
{
padding:7px 0
}
.round-in-box input[type="search"]
{
height:2.8rem;
border-radius:.5rem
}
}
.in... | asset/css/materialize.css | .round-in-box
{
padding:10px 0
}
.round-in-box input[type="search"]
{
height:3rem;
margin:0;
border-radius:.5rem;
background-color:rgba(255,255,255,0.1)
}
@media only screen and (max-width: 600px)
{
.round-in-box
{
padding:7px 0
}
.round-in-box input[type="search"]
{
height:2.8rem;
border-radius:.5rem
}
}
.in... | 0.333612 | 0.071203 |
@-moz-document domain("manganelo.com")
{
/*REMOVE ADS*/
/* iframe, */
body > a[href],
.mb10,
.tips > div[style],
.c,
#shares,
#advertisment,
#rss,
.container-footer-content,
.advertisment,
/* #spotlights, */
#intro > span,
.left > div:nth-child(4),
#mfad600x90,
#ad_top,
.ad,
#ad,
#intro,
#top.tople... | data/usercss/176607.user.css | @-moz-document domain("manganelo.com")
{
/*REMOVE ADS*/
/* iframe, */
body > a[href],
.mb10,
.tips > div[style],
.c,
#shares,
#advertisment,
#rss,
.container-footer-content,
.advertisment,
/* #spotlights, */
#intro > span,
.left > div:nth-child(4),
#mfad600x90,
#ad_top,
.ad,
#ad,
#intro,
#top.tople... | 0.173989 | 0.036563 |
body {
background-color: white;
}
header {
background-color: darkgray;
margin-bottom: 20px;
width: 1300px;
}
nav {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
z-index: -1;
}
ul {
list-style-type: none;
width: 50%;
... | CSS/style.css | body {
background-color: white;
}
header {
background-color: darkgray;
margin-bottom: 20px;
width: 1300px;
}
nav {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
z-index: -1;
}
ul {
list-style-type: none;
width: 50%;
... | 0.539226 | 0.086709 |
body,
html {
font-family: "Open Sans", sans-serif;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
color: #777;
font-weight: 400;
width: 100% !important;
height: 100% !important;
}
h2,
h3,
h4 {
font-family: "Raleway", sans-serif;
}
h2 {
text-transform: up... | client/src/components/assets/Landing.css | body,
html {
font-family: "Open Sans", sans-serif;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
color: #777;
font-weight: 400;
width: 100% !important;
height: 100% !important;
}
h2,
h3,
h4 {
font-family: "Raleway", sans-serif;
}
h2 {
text-transform: up... | 0.333937 | 0.066873 |
* {
margin: 0;
}
:root {
/*VARIABLES */
--grey: hsl(240, 9%, 89%);
--black: hsl(240, 6%, 13%);
}
html,
body {
height: 100%;
font-family: 'Roboto', sans-serif;
-webkit-font-smothing: antialiased;
}
body {
display: grid;
place-items: center;
background: url(images/DesktopBG.sv... | style.css | * {
margin: 0;
}
:root {
/*VARIABLES */
--grey: hsl(240, 9%, 89%);
--black: hsl(240, 6%, 13%);
}
html,
body {
height: 100%;
font-family: 'Roboto', sans-serif;
-webkit-font-smothing: antialiased;
}
body {
display: grid;
place-items: center;
background: url(images/DesktopBG.sv... | 0.395601 | 0.055746 |
@charset "UTF-8";
/* ! Regras Gerais */
* {
margin: auto;
padding: 0px;
}
/* Fontes */
@font-face {
font-family: 'Netflix Sans';
src: local(Netflix), url('../fonts/NetflixSansRegular.ttf') format('truetype');
}
@font-face {
font-family: 'Netflix Sans';
src: local(Netflix), url('../fonts/Netfli... | Pags/login/style.css | @charset "UTF-8";
/* ! Regras Gerais */
* {
margin: auto;
padding: 0px;
}
/* Fontes */
@font-face {
font-family: 'Netflix Sans';
src: local(Netflix), url('../fonts/NetflixSansRegular.ttf') format('truetype');
}
@font-face {
font-family: 'Netflix Sans';
src: local(Netflix), url('../fonts/Netfli... | 0.200479 | 0.070176 |
/* === Primary Button === */
.btn-primary {
background-color: #fc4a1a !important;
color: black !important;
border-color: black !important;
}
.btn-primary:hover {
background-color: #f7b733 !important;
color: black !important;
border-color: black !important;
}
.btn-primary:focus {
background-color: #f7b733 !imp... | src/main/resources/static/css/mycss.css | /* === Primary Button === */
.btn-primary {
background-color: #fc4a1a !important;
color: black !important;
border-color: black !important;
}
.btn-primary:hover {
background-color: #f7b733 !important;
color: black !important;
border-color: black !important;
}
.btn-primary:focus {
background-color: #f7b733 !imp... | 0.304869 | 0.056081 |
body {
margin: 0;
padding: 0;
font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
color: #3e3e3e;
}
.image_with_link a {
position: absolute;
z-index: 1;
height: 100%;
width: 600px;
display: block;
}
div.image_with_link {
position: relative;
}
.image_with_link a:hover {
border-width: 4px;
... | app/assets/stylesheets/alchemy/standard_set.css | body {
margin: 0;
padding: 0;
font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
color: #3e3e3e;
}
.image_with_link a {
position: absolute;
z-index: 1;
height: 100%;
width: 600px;
display: block;
}
div.image_with_link {
position: relative;
}
.image_with_link a:hover {
border-width: 4px;
... | 0.517571 | 0.078855 |
html {
background: #6c6c6c
}
body, h1{
font-family: "Segoe UI", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
background-color: orange!important;
margin-bottom: -70px;
margin-right: 7px;
margin-left: 8px;
border-radius: 3px;
/* padding: 60px; */
}
h1 {
-webkit-text-stroke... | index.css | html {
background: #6c6c6c
}
body, h1{
font-family: "Segoe UI", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
background-color: orange!important;
margin-bottom: -70px;
margin-right: 7px;
margin-left: 8px;
border-radius: 3px;
/* padding: 60px; */
}
h1 {
-webkit-text-stroke... | 0.501953 | 0.072703 |
main {
margin-top:0.5%;
font-family: "Optima",sans-serif;
}
.overlay {
height: 100%;
width: 0;
position: fixed;
border-style: solid;
border-width: 3px;
border-color: #03A9F4;
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
z-index: 1;
top: 0;
left: 0;
background-color: whi... | assets/css/questionOverview.css | main {
margin-top:0.5%;
font-family: "Optima",sans-serif;
}
.overlay {
height: 100%;
width: 0;
position: fixed;
border-style: solid;
border-width: 3px;
border-color: #03A9F4;
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
z-index: 1;
top: 0;
left: 0;
background-color: whi... | 0.688783 | 0.10833 |
.info {
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
transform: translateX(-50%);
text-align: center; }
.title {
font-size: 24px;
font-weight: 600; }
.description {
margin-top: 20px; }
.letter-title {
padding: 5px 5px 5px 5px;
background-color: rgba(128, 128, 128, 0.44);
margin-... | src/css/style.css | .info {
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
transform: translateX(-50%);
text-align: center; }
.title {
font-size: 24px;
font-weight: 600; }
.description {
margin-top: 20px; }
.letter-title {
padding: 5px 5px 5px 5px;
background-color: rgba(128, 128, 128, 0.44);
margin-... | 0.42477 | 0.086864 |
body {
background: linear-gradient(to bottom, #5BC9FF, #2b43dd 30%, #5BC9FF);
margin: 0;
padding: 0;
height: 100%;
}
hr.hr-shadow {
height: 6px;
background: transparent;
box-shadow: 2px 3px 4px black inset;
margin: 0;
}
/* CSS do logo tipo*/
img#logotipo {
width: 15%;
ma... | css/Css.css | body {
background: linear-gradient(to bottom, #5BC9FF, #2b43dd 30%, #5BC9FF);
margin: 0;
padding: 0;
height: 100%;
}
hr.hr-shadow {
height: 6px;
background: transparent;
box-shadow: 2px 3px 4px black inset;
margin: 0;
}
/* CSS do logo tipo*/
img#logotipo {
width: 15%;
ma... | 0.407216 | 0.11221 |
*,
*:before,
*:after {
box-sizing: inherit;
-webkit-tap-highlight-color: transparent;
-moz-tap-highlight-color: transparent;
}
html,
body,
#app {
width: 100%;
height: 100%;
direction: ltr;
}
html,
body {
margin: 0;
box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
ma... | docs/test-dist/lib/packages/button/index.css | *,
*:before,
*:after {
box-sizing: inherit;
-webkit-tap-highlight-color: transparent;
-moz-tap-highlight-color: transparent;
}
html,
body,
#app {
width: 100%;
height: 100%;
direction: ltr;
}
html,
body {
margin: 0;
box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
ma... | 0.340595 | 0.066387 |
body {
background: #ffffff;
color: #303c42;
font-size: 14px;
font-family: 'Lato', Helvetica, Arial, sans-serif;
line-height: 20px;
cursor: default;
-webkit-font-smoothing: antialiased;
opacity: 0;
}
body.loaded {
background: url(../img/bg-pattern.png) repeat 0 0;
opacity: 1;
-webkit-transition: opacity 0.3... | public/assets/css/style.css |
body {
background: #ffffff;
color: #303c42;
font-size: 14px;
font-family: 'Lato', Helvetica, Arial, sans-serif;
line-height: 20px;
cursor: default;
-webkit-font-smoothing: antialiased;
opacity: 0;
}
body.loaded {
background: url(../img/bg-pattern.png) repeat 0 0;
opacity: 1;
-webkit-transition: opacity 0.3... | 0.299208 | 0.052038 |
body {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
min-height: 100vh;
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
font-size: 1em;
letter-spacing: 0.1px;
color: #32465a;
text-rendering: optimizeLegibility;
text-shadow: 1px 1px 1px... | chat/static/chat/messager.css | body {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
min-height: 100vh;
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
font-size: 1em;
letter-spacing: 0.1px;
color: #32465a;
text-rendering: optimizeLegibility;
text-shadow: 1px 1px 1px... | 0.321673 | 0.059374 |
.first
{
margin-top: 0;
}
.last
{
margin-bottom: 0;
}
/* <a/> */
a
{
color: #0000cc;
}
a:visited
{
color: #800080;
}
/*
sup a:link,
sup a:visited,
a.interlink:link,
a.interlink:visited
{
color: #505050;
text-decoration: none;
}
*/
a.refentry
{
text-decoration: none;
}
a.subsection-tit... | libs/mpl/doc/style.css | .first
{
margin-top: 0;
}
.last
{
margin-bottom: 0;
}
/* <a/> */
a
{
color: #0000cc;
}
a:visited
{
color: #800080;
}
/*
sup a:link,
sup a:visited,
a.interlink:link,
a.interlink:visited
{
color: #505050;
text-decoration: none;
}
*/
a.refentry
{
text-decoration: none;
}
a.subsection-tit... | 0.324771 | 0.091342 |
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
/*
Mobile Styles
===================================... | frontend/web/wp-content/themes/landmark/css/custom77ae.css | /*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
/*
Mobile Styles
===================================... | 0.191479 | 0.07703 |
.pe_right{
width: 0.42rem;
height: 0.42rem;
vertical-align: middle;
position: absolute;
right: 0.24rem;
top: 0.22rem;
}
.banner{
background: url(../img/banner_cd.png) no-repeat;
background-size: 100% 100%;
padding: 0.54rem 0.8rem 0.55rem 0.75rem;
}
.portrait{
width: 1.61rem;
height: 1.61rem;
border-radius: ... | public/css/personal.css | .pe_right{
width: 0.42rem;
height: 0.42rem;
vertical-align: middle;
position: absolute;
right: 0.24rem;
top: 0.22rem;
}
.banner{
background: url(../img/banner_cd.png) no-repeat;
background-size: 100% 100%;
padding: 0.54rem 0.8rem 0.55rem 0.75rem;
}
.portrait{
width: 1.61rem;
height: 1.61rem;
border-radius: ... | 0.330471 | 0.063251 |
.MMM-WeeWx .weathericon {
font-size: 45%;
line-height: 5px;
display: inline-block;
-ms-transform: translate(0, -3px); /* IE 9 */
-webkit-transform: translate(0, -3px); /* Safari */
transform: translate(0, -3px);
}
.MMM-WeeWx .day {
padding-left: 0;
# padding-right: 10px;
}
.MMM-WeeWx .vcen {
vertica... | MMM-WeeWx.css | .MMM-WeeWx .weathericon {
font-size: 45%;
line-height: 5px;
display: inline-block;
-ms-transform: translate(0, -3px); /* IE 9 */
-webkit-transform: translate(0, -3px); /* Safari */
transform: translate(0, -3px);
}
.MMM-WeeWx .day {
padding-left: 0;
# padding-right: 10px;
}
.MMM-WeeWx .vcen {
vertica... | 0.347094 | 0.202148 |
@import url("https://kraxen72.github.io/harmony-discord/main.css");
:root {
/*gruvbox override*/
--Colleft: var(--slate-background);
--background-primary: var(--slate-background-light);
--background-primary: #0f0f0f;
--Colleft: #191919;
--background-secondary: var(--Colleft);
--background-... | theme.css |
@import url("https://kraxen72.github.io/harmony-discord/main.css");
:root {
/*gruvbox override*/
--Colleft: var(--slate-background);
--background-primary: var(--slate-background-light);
--background-primary: #0f0f0f;
--Colleft: #191919;
--background-secondary: var(--Colleft);
--background-... | 0.321673 | 0.06885 |
.landing {
background-image: url("images/backgrounds/image2.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 780px;
width: 100%;
position: relative;
}
.landing-content {
position: absolute;
margin-top: 250px;
text-align: center;
... | styles.css | .landing {
background-image: url("images/backgrounds/image2.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 780px;
width: 100%;
position: relative;
}
.landing-content {
position: absolute;
margin-top: 250px;
text-align: center;
... | 0.406391 | 0.130341 |
.btn,
.btn:link,
.btn:visited {
position: relative;
border-radius: .25em;
color: var(--text-primary);
display: inline-block;
margin-bottom: .5em;
font-size: 0.875rem;
font-weight: 500;
padding: 0.75em 1.75em;
cursor: pointer;
text-decoration: none;
text-transform: uppercase;
transition: color .2... | src/_buttons.css | .btn,
.btn:link,
.btn:visited {
position: relative;
border-radius: .25em;
color: var(--text-primary);
display: inline-block;
margin-bottom: .5em;
font-size: 0.875rem;
font-weight: 500;
padding: 0.75em 1.75em;
cursor: pointer;
text-decoration: none;
text-transform: uppercase;
transition: color .2... | 0.36557 | 0.052183 |
@charset "UTF-8";
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
outline: none;
}
ol, ul, li {
padding: 0;
list-style: none;
margin: 0;
}
label {
font-weight: normal;
}
input[type=text], input[type=email], input[type=password] {
padding-left: 12px;
padding-right: 12px;
}
se... | public/admin/theme_2/frontend/scss/mobile.css | @charset "UTF-8";
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
outline: none;
}
ol, ul, li {
padding: 0;
list-style: none;
margin: 0;
}
label {
font-weight: normal;
}
input[type=text], input[type=email], input[type=password] {
padding-left: 12px;
padding-right: 12px;
}
se... | 0.471223 | 0.070848 |
.content {
width: 98%;
margin: 10px auto 0px auto;
background-color: #fff;
padding: 15px;
border: none;
border-radius: 3px;
}
.title h3 {
padding: 10px 0px;
color: #313131;
font-size: 18px;
line-height: 30px;
}
.new-reg {
padding: 06px 16px;
background: #29b6f6;
tex... | public/css/obras.css | .content {
width: 98%;
margin: 10px auto 0px auto;
background-color: #fff;
padding: 15px;
border: none;
border-radius: 3px;
}
.title h3 {
padding: 10px 0px;
color: #313131;
font-size: 18px;
line-height: 30px;
}
.new-reg {
padding: 06px 16px;
background: #29b6f6;
tex... | 0.410047 | 0.112478 |
@charset "utf-8";
/* CSS Document */
/*全局样式*/
* { margin: 0; padding: 0; }
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div { margin: 0; padding: 0; border: 0; }
body {color: #000; font-size: 12px; font-family:"微软雅黑", "Arial Narrow"; width: 100%}
a,input,button,textarea{ outline:none;}
u... | css/zc.css | @charset "utf-8";
/* CSS Document */
/*全局样式*/
* { margin: 0; padding: 0; }
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div { margin: 0; padding: 0; border: 0; }
body {color: #000; font-size: 12px; font-family:"微软雅黑", "Arial Narrow"; width: 100%}
a,input,button,textarea{ outline:none;}
u... | 0.229622 | 0.064742 |
.list1 {
position: absolute;
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto,
segoe ui, arial, sans-serif;
width: 65ch !important;
height: 100px;
}
.card1 {
position: absolute;
will-change: transform, opacity;
... | src/components/Visualisation/LinearSearch/linear-search.css | .list1 {
position: absolute;
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto,
segoe ui, arial, sans-serif;
width: 65ch !important;
height: 100px;
}
.card1 {
position: absolute;
will-change: transform, opacity;
... | 0.394667 | 0.090534 |
*{
padding:0;margin:0;
background-position: center 0px;
font-size: 12px;font-family: Arial;
}
#global_content_smq{
width: 228px;margin: 0 auto;
color: #454545;background-color: #FFFFFF;
}
#divItems{overflow-x:auto;width: 218px;}
#divSysInfo{padding-top:5px;color:blue;padding-left:8px;line-height:18... | ui/wms-scan/src/main/resources/statics/css/oa_smq.css | *{
padding:0;margin:0;
background-position: center 0px;
font-size: 12px;font-family: Arial;
}
#global_content_smq{
width: 228px;margin: 0 auto;
color: #454545;background-color: #FFFFFF;
}
#divItems{overflow-x:auto;width: 218px;}
#divSysInfo{padding-top:5px;color:blue;padding-left:8px;line-height:18... | 0.276105 | 0.058292 |
main {
margin-top: 140px;
margin-left: 13%;
margin-right: 13%;
display: block;
}
h1 {
text-align: justify;
font-size: 30px;
font-family: "Archivo Bold", sans-serif;
margin-bottom: 30px;
}
h1:last-of-type {
margin-top: 80px;
}
.vline {
border-bottom: 5px solid #ff6600;
padding-bottom:... | nike/nikePro1.css | main {
margin-top: 140px;
margin-left: 13%;
margin-right: 13%;
display: block;
}
h1 {
text-align: justify;
font-size: 30px;
font-family: "Archivo Bold", sans-serif;
margin-bottom: 30px;
}
h1:last-of-type {
margin-top: 80px;
}
.vline {
border-bottom: 5px solid #ff6600;
padding-bottom:... | 0.437944 | 0.070913 |
.defineIt-selectedWord {
/* resize: both; */
overflow: auto;
position: absolute;
z-index: 9999999;
width: fit-content;
color: white;
padding: 1px;
margin-top: 18px;
font-family: Calibri;
font-size: 15px;
/* max-height: 1000px !important;
max-width: 800px !important;
min-height: 225px !imp... | css/styles.css | .defineIt-selectedWord {
/* resize: both; */
overflow: auto;
position: absolute;
z-index: 9999999;
width: fit-content;
color: white;
padding: 1px;
margin-top: 18px;
font-family: Calibri;
font-size: 15px;
/* max-height: 1000px !important;
max-width: 800px !important;
min-height: 225px !imp... | 0.139719 | 0.037857 |
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/styles.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.438545 | 0.066236 |
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bellota:wght@300&display=swap");
html {
height: 100%; }
html .swal2-popup {
background-color: rgba(0, 0, 0, 0.7);
font-family: "Raleway"; }
body {
margin: 0... | css/today-list.css | @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bellota:wght@300&display=swap");
html {
height: 100%; }
html .swal2-popup {
background-color: rgba(0, 0, 0, 0.7);
font-family: "Raleway"; }
body {
margin: 0... | 0.42477 | 0.062531 |
* {
font-family: "Open Sans", sans-serif;
}
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
background-color: #0F0F0F;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: m... | styles/common/master.css | * {
font-family: "Open Sans", sans-serif;
}
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
background-color: #0F0F0F;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: m... | 0.26827 | 0.068413 |
body{
background-color: #d1d0d5;
margin: 0;
padding: 0;
border: 0;
margin-top: 140px;
}
.main_container{
}
.H1{
color: red;
display: block;
position: absolute;
}
.H2{
color: aquamarine;
}
.container{
background-color: #fff;
margin-bottom: 15px;
position: relative;
... | myApp/styles/css.css | body{
background-color: #d1d0d5;
margin: 0;
padding: 0;
border: 0;
margin-top: 140px;
}
.main_container{
}
.H1{
color: red;
display: block;
position: absolute;
}
.H2{
color: aquamarine;
}
.container{
background-color: #fff;
margin-bottom: 15px;
position: relative;
... | 0.465873 | 0.07658 |
{
height: 100%;
z-index: 0;
}
body{
margin:0px;
}
#menu {
position: absolute;
left: 0px;
z-index: 3;
background: #fff;
width: 20%;
left: -20%;
height: 100%;
box-shadow: 1px 0px 7px #c6e68e;
opacity: 1;
overflow: auto;
}
.challenge-button {
width: 140px;
height: 30px;
margin: 4px;
... | css/styles.css | {
height: 100%;
z-index: 0;
}
body{
margin:0px;
}
#menu {
position: absolute;
left: 0px;
z-index: 3;
background: #fff;
width: 20%;
left: -20%;
height: 100%;
box-shadow: 1px 0px 7px #c6e68e;
opacity: 1;
overflow: auto;
}
.challenge-button {
width: 140px;
height: 30px;
margin: 4px;
... | 0.326916 | 0.082475 |
@CHARSET "ISO-8859-1";
/********************************************************************************
TOOLTIP FOR USER CAREER
*********************************************************************************/
#tooltip_career
{
position:absolute;
border:1px solid #333;
background:#f7f5d1;
padding:2px... | zend2test/public/css/admin/main_list.css | @CHARSET "ISO-8859-1";
/********************************************************************************
TOOLTIP FOR USER CAREER
*********************************************************************************/
#tooltip_career
{
position:absolute;
border:1px solid #333;
background:#f7f5d1;
padding:2px... | 0.14448 | 0.040087 |
.owl-carousel,.owl-carousel .owl-item
{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel
{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage
{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after
{content:".... | css/owl.carousel.min.css | .owl-carousel,.owl-carousel .owl-item
{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel
{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage
{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after
{content:".... | 0.350421 | 0.034619 |
html, body{
font-size: 100%;
background: #fff;
font-family: 'Lora', serif;
}
body a{
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
}
u... | src/main/resources/static/css/resume/style2.css | html, body{
font-size: 100%;
background: #fff;
font-family: 'Lora', serif;
}
body a{
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
}
u... | 0.250363 | 0.043998 |
*{
font-family: 'Raleway';font-size: 20px;
color:ghostwhite;
}
.intro{
margin-top: 15px;
}
.intro h1{
font-size: 30px;
text-decoration: underline;
}
.banner{
width:100%;
border-bottom: solid;
border-bottom-color: black;
}
body{
background-color:#41464b;
}
.nav li:hover{
backgroun... | resources/css/default.css | *{
font-family: 'Raleway';font-size: 20px;
color:ghostwhite;
}
.intro{
margin-top: 15px;
}
.intro h1{
font-size: 30px;
text-decoration: underline;
}
.banner{
width:100%;
border-bottom: solid;
border-bottom-color: black;
}
body{
background-color:#41464b;
}
.nav li:hover{
backgroun... | 0.654232 | 0.071106 |
html {
font-family: Arial, sans-serif;
background-color: #0d0f15;
background-image: url(/resources/dark_blue_bg.png);
background-repeat: repeat-y;
background-attachment: fixed;
background-size: 100vw;
color: #ece9df;
}
body {
margin: 0;
}
#hat, #hatMobile {
display: inline-flex; /* шапка/хеадер ... | resources/styleadaptive.css | html {
font-family: Arial, sans-serif;
background-color: #0d0f15;
background-image: url(/resources/dark_blue_bg.png);
background-repeat: repeat-y;
background-attachment: fixed;
background-size: 100vw;
color: #ece9df;
}
body {
margin: 0;
}
#hat, #hatMobile {
display: inline-flex; /* шапка/хеадер ... | 0.155687 | 0.118156 |
.slider-wrapper {
width: 100%;
position: relative;
height: 600px;
overflow: hidden;
margin: 0 auto;
background-color: black;
}
.slide {
background-position-x: 100% !important;
}
.slide::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
background:linear-grad... | src/components/UI/Carousel/styles.css | .slider-wrapper {
width: 100%;
position: relative;
height: 600px;
overflow: hidden;
margin: 0 auto;
background-color: black;
}
.slide {
background-position-x: 100% !important;
}
.slide::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
background:linear-grad... | 0.456652 | 0.098296 |
.preloader2 {
display: none;
width: 100%;
height: 100%;
position: fixed;
z-index: 1000000;
background-color:rgba(0, 0, 0, 0.76);
}
.pre-block2{
position: absolute;
top:calc(50%);
left:calc(50%);
}
.cssload-loader2 {
width: 244px;
height: 49px;
line-height: 49px;
text-align: center;
... | public/assets/css/preloader2.css | .preloader2 {
display: none;
width: 100%;
height: 100%;
position: fixed;
z-index: 1000000;
background-color:rgba(0, 0, 0, 0.76);
}
.pre-block2{
position: absolute;
top:calc(50%);
left:calc(50%);
}
.cssload-loader2 {
width: 244px;
height: 49px;
line-height: 49px;
text-align: center;
... | 0.209874 | 0.062103 |
.body-content {
@apply ml-0 my-6 max-w-3xl text-lg;
p {
@apply mb-6;
}
a {
@apply transition-all ease-out-quart;
}
img {
@apply block my-6 mx-auto opacity-0;
@apply transition-all ease-out-quart delay-100;
line-height: 0;
font-size: 0;
&.loaded {
@apply opacity-100;
... | content/stylesheets/typography/body-content.src.css | .body-content {
@apply ml-0 my-6 max-w-3xl text-lg;
p {
@apply mb-6;
}
a {
@apply transition-all ease-out-quart;
}
img {
@apply block my-6 mx-auto opacity-0;
@apply transition-all ease-out-quart delay-100;
line-height: 0;
font-size: 0;
&.loaded {
@apply opacity-100;
... | 0.594316 | 0.151247 |
1.colors
------------------------------------------------------------ */
:root {
/* base color */
--def-clr-base-100: hsl(240, 3%, 90%);
--def-clr-base-200: hsl(240, 3%, 80%);
--def-clr-base-300: hsl(240, 3%, 70%);
--def-clr-base-400: hsl(240, 3%, 60%);
--def-clr-base-500: hsl(240, 3%, 50... | src/style.css | 1.colors
------------------------------------------------------------ */
:root {
/* base color */
--def-clr-base-100: hsl(240, 3%, 90%);
--def-clr-base-200: hsl(240, 3%, 80%);
--def-clr-base-300: hsl(240, 3%, 70%);
--def-clr-base-400: hsl(240, 3%, 60%);
--def-clr-base-500: hsl(240, 3%, 50... | 0.348202 | 0.047118 |
.yindaoLv1{padding-bottom: 0}
.title4_text{text-align: center;height: 620px;padding-top: 100px;}
.title4_text>span{width: 29%;height: 350px;display: inline-block;background: #fff;color: #57585e;font-size: 100px;font-weight: 900;
line-height: 350px;text-align:center;border: 6px solid #bebfc1;border-radius: 8px;
... | rehab-games2/title21/css/style.css | .yindaoLv1{padding-bottom: 0}
.title4_text{text-align: center;height: 620px;padding-top: 100px;}
.title4_text>span{width: 29%;height: 350px;display: inline-block;background: #fff;color: #57585e;font-size: 100px;font-weight: 900;
line-height: 350px;text-align:center;border: 6px solid #bebfc1;border-radius: 8px;
... | 0.303009 | 0.084795 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
font-family: 'Montserrat', sans-serif;
}
#navbarclass{
width: 1100px;
margin: 0.50em;
display: flex;
height: 70px;
text-align: center;
justify-content: space-between;
align-items: center;
}
ul{
list-style-type: none;
disp... | css/main.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
font-family: 'Montserrat', sans-serif;
}
#navbarclass{
width: 1100px;
margin: 0.50em;
display: flex;
height: 70px;
text-align: center;
justify-content: space-between;
align-items: center;
}
ul{
list-style-type: none;
disp... | 0.319546 | 0.113481 |
html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: lunch;
}
body {
background-image: url('img/bg.png');
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-... | hosted/style.css | html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: lunch;
}
body {
background-image: url('img/bg.png');
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-... | 0.484868 | 0.09401 |
*,
:after,
:before {
box-sizing: border-box
}
body {
background-color: #f7f7f7;
color: #333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
height: 100%;
line-height: 20px;
margin: 0;
padding-top: 20px;
padding-bottom: 40px
}
.container {
margin: 0 auto;
max-width: 700px
}
... | pomf.css | *,
:after,
:before {
box-sizing: border-box
}
body {
background-color: #f7f7f7;
color: #333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
height: 100%;
line-height: 20px;
margin: 0;
padding-top: 20px;
padding-bottom: 40px
}
.container {
margin: 0 auto;
max-width: 700px
}
... | 0.29088 | 0.104432 |
.back_status_warp{
height: 116px;
padding: 0 30px;
background-color: #F8F8F8;
}
.back_status_warp ul{
display: block;
margin: 0 auto;
}
.back_status_warp .back_status_cell{
width: 33.33%;
margin-top: 24px;
text-align: center;
float: left;
}
.back_status_warp .iconLine{
position... | client/bidding_v2/pages/biddingBack/buyer-modelAdd1/page.css | .back_status_warp{
height: 116px;
padding: 0 30px;
background-color: #F8F8F8;
}
.back_status_warp ul{
display: block;
margin: 0 auto;
}
.back_status_warp .back_status_cell{
width: 33.33%;
margin-top: 24px;
text-align: center;
float: left;
}
.back_status_warp .iconLine{
position... | 0.433742 | 0.054626 |
* {
box-sizing: border-box;
}
.mainwraper {
width: 80vw;
margin: 0 auto;
background: #eee;
color: darkblue;
text-align: center;
overflow: hidden;
padding: 0;
}
h1 {
text-align: center;
letter-spacing: 3px;
font-size: 4em;
margin-top: 30vh;
line-height: 1... | src/components/Hamburger.css | * {
box-sizing: border-box;
}
.mainwraper {
width: 80vw;
margin: 0 auto;
background: #eee;
color: darkblue;
text-align: center;
overflow: hidden;
padding: 0;
}
h1 {
text-align: center;
letter-spacing: 3px;
font-size: 4em;
margin-top: 30vh;
line-height: 1... | 0.453262 | 0.145935 |