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 |
|---|---|---|---|---|
.customizer-logo {
width: 100%;
display: block;
}
.customizer-logo > img {
margin: 0 auto;
}
div.style-customizer {
background-color: #fff;
color: #262626;
width: 300px;
position: fixed;
top: 0;
z-index: 9999999;
left: -300px;
box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
h... | public/libs/style-customizer/style-customizer.css | .customizer-logo {
width: 100%;
display: block;
}
.customizer-logo > img {
margin: 0 auto;
}
div.style-customizer {
background-color: #fff;
color: #262626;
width: 300px;
position: fixed;
top: 0;
z-index: 9999999;
left: -300px;
box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
h... | 0.383872 | 0.115088 |
body, #page-content{background-color:#f5f5f5;}
.content, .content-material{
background-color:#FFFFFF;
padding:20px;
padding-bottom:0px!important;
margin:20px;
margin-bottom:30px;
box-shadow: 0 3px 16px rgba(0,0,0,0.1), 0 3px 16px rgba(0,0,0,0.20);
overflow:hidden;
}
.content .button,
.c... | resources/app/resources/app/html/styles/skin_light.css |
body, #page-content{background-color:#f5f5f5;}
.content, .content-material{
background-color:#FFFFFF;
padding:20px;
padding-bottom:0px!important;
margin:20px;
margin-bottom:30px;
box-shadow: 0 3px 16px rgba(0,0,0,0.1), 0 3px 16px rgba(0,0,0,0.20);
overflow:hidden;
}
.content .button,
.c... | 0.194674 | 0.062245 |
@font-face {
font-family: 'Amelia-Basic';
src: url('Amelia-Basic-Black.eot');
src: url('Amelia-Basic-Black.eot?#iefix') format('embedded-opentype'),
url('Amelia-Basic-Black.woff2') format('woff2'),
url('Amelia-Basic-Black.woff') format('woff'),
url('Amelia-Basic-Black.ttf') format('t... | assets/fonts/amelia/stylesheet.css | @font-face {
font-family: 'Amelia-Basic';
src: url('Amelia-Basic-Black.eot');
src: url('Amelia-Basic-Black.eot?#iefix') format('embedded-opentype'),
url('Amelia-Basic-Black.woff2') format('woff2'),
url('Amelia-Basic-Black.woff') format('woff'),
url('Amelia-Basic-Black.ttf') format('t... | 0.303422 | 0.081009 |
introtext{font-size:14px;}
.container-non-responsive {
/* Margin/padding copied from Bootstrap */
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
/* Set width to your desired site width */
width: 1170px;
}
.border-dash{border:#ccc dashed 2px;margin-bottom:10px;position:rel... | skin/adminhtml/default/default/titan/css/customization.css | introtext{font-size:14px;}
.container-non-responsive {
/* Margin/padding copied from Bootstrap */
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
/* Set width to your desired site width */
width: 1170px;
}
.border-dash{border:#ccc dashed 2px;margin-bottom:10px;position:rel... | 0.40698 | 0.077065 |
body {
max-width: 30em;
padding: 1em 0;
margin: auto;
text-align: center;
font: 150%/1.5 'Open Sans', 'Myriad Pro', 'Helvetica Neue', sans-serif;
color: #333;
background-color: #fff;
}
a {
color: slategray;
}
header h1 {
margin-top: 0;
font-size: 300%;
font-weight: 300;
color: red;
}
header h1 img {
w... | assets/css/style.css | body {
max-width: 30em;
padding: 1em 0;
margin: auto;
text-align: center;
font: 150%/1.5 'Open Sans', 'Myriad Pro', 'Helvetica Neue', sans-serif;
color: #333;
background-color: #fff;
}
a {
color: slategray;
}
header h1 {
margin-top: 0;
font-size: 300%;
font-weight: 300;
color: red;
}
header h1 img {
w... | 0.399109 | 0.117092 |
*{
font-size: 16px;
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container{
display: block;
margin: auto;
padding: 1rem 10rem;
width: 80%;
}
.clearfix::after{
display: block;
clear: both;
content: '';
}
.logo{
width: 100%;
height: 10rem;
text-align: center;
}
.form{
display: block;... | ui/css/main.css | *{
font-size: 16px;
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container{
display: block;
margin: auto;
padding: 1rem 10rem;
width: 80%;
}
.clearfix::after{
display: block;
clear: both;
content: '';
}
.logo{
width: 100%;
height: 10rem;
text-align: center;
}
.form{
display: block;... | 0.418935 | 0.07627 |
.xy-panel{
margin-bottom:20px;
background-color:#fff;
border:1px solid transparent;
border-radius:4px;
-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.xy-panel-heading{
padding:10px 15px;
border-bottom:1px solid transparent;
border-top-right-radi... | ruoyi-admin/src/main/resources/static/css/statistics/statistics2.css | .xy-panel{
margin-bottom:20px;
background-color:#fff;
border:1px solid transparent;
border-radius:4px;
-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.xy-panel-heading{
padding:10px 15px;
border-bottom:1px solid transparent;
border-top-right-radi... | 0.378344 | 0.064742 |
@charset "utf-8";
/* ================================ */
/* Theme By SuperMan System */
/* Author: SuperMan */
/* Copyright: www.itkee.cn */
/* ================================ */
* { word-wrap: break-word; outline: none; }
html,
body { height: 100%; margin: 0; -webkit-text-size-adjust: none; }
body { backgr... | public/templete/AdminThemes/resources/css/login.css | @charset "utf-8";
/* ================================ */
/* Theme By SuperMan System */
/* Author: SuperMan */
/* Copyright: www.itkee.cn */
/* ================================ */
* { word-wrap: break-word; outline: none; }
html,
body { height: 100%; margin: 0; -webkit-text-size-adjust: none; }
body { backgr... | 0.310485 | 0.079997 |
@import 'highlight.js/styles/vs.css';
@import './katex.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
* {
position: relative;
}
body {
font-family: 'Inter', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
font-size: 16px;
}
article {
max-width: 65ch;
@apply le... | src/app.css | @import 'highlight.js/styles/vs.css';
@import './katex.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
* {
position: relative;
}
body {
font-family: 'Inter', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
font-size: 16px;
}
article {
max-width: 65ch;
@apply le... | 0.49585 | 0.099777 |
Created on : 24.07.2015, 13:44:56
Author : fury
*/
.body{
background-color:rgb(211, 245, 218);
font-family: Arial;
}
.header{
background-color: rgb(0, 128, 1);
color:white;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 50px;
font-weight: bold;
}
.time... | Styles/Base.css | Created on : 24.07.2015, 13:44:56
Author : fury
*/
.body{
background-color:rgb(211, 245, 218);
font-family: Arial;
}
.header{
background-color: rgb(0, 128, 1);
color:white;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 50px;
font-weight: bold;
}
.time... | 0.494629 | 0.208441 |
.swiper-container * {
box-sizing: border-box;
}
.swiper-container.swiper-container-horizontal {
height: auto;
max-height: 75vh;
width: 100%;
}
.swiper-container.swiper-container-vertical {
max-height: 100vh;
height: 50vh;
width: 100%;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-butt... | assets/css/swiper-js.css | .swiper-container * {
box-sizing: border-box;
}
.swiper-container.swiper-container-horizontal {
height: auto;
max-height: 75vh;
width: 100%;
}
.swiper-container.swiper-container-vertical {
max-height: 100vh;
height: 50vh;
width: 100%;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-butt... | 0.520009 | 0.027928 |
@media (max-width: 1440px) {
.one-of-five,
.two-of-five,
.three-of-five,
.four-of-five {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
width: 50%;
}
.list-two-items > li,
.list-three-items > li,
.list-four-items > li {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
... | public/css/media.css | @media (max-width: 1440px) {
.one-of-five,
.two-of-five,
.three-of-five,
.four-of-five {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
width: 50%;
}
.list-two-items > li,
.list-three-items > li,
.list-four-items > li {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
... | 0.435421 | 0.080683 |
@media screen and (max-width: 980px) {
.container {
width: 798px;
}
.container .lg-container {
width: 72%;
}
.container .sm-container {
width: 24%;
}
.top-group li {
width: 136px;
}
}
@media screen and (max-width: 888px) {
.container {
... | static/css/front_index_responsive.css | @media screen and (max-width: 980px) {
.container {
width: 798px;
}
.container .lg-container {
width: 72%;
}
.container .sm-container {
width: 24%;
}
.top-group li {
width: 136px;
}
}
@media screen and (max-width: 888px) {
.container {
... | 0.324556 | 0.042088 |
@import url(https://fonts.googleapis.com/css?family=Abel);
/*
* Feather
*/
.feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
/*
* Sidebar
*/
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100; /* Behind the navbar */
padding: 48px 0 0; /* Height of navbar *... | public/css/dashboard.css | @import url(https://fonts.googleapis.com/css?family=Abel);
/*
* Feather
*/
.feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
/*
* Sidebar
*/
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100; /* Behind the navbar */
padding: 48px 0 0; /* Height of navbar *... | 0.384565 | 0.079531 |
@font-face {
font-family: 'FontAwesome';
src: url("//ask.csdn.net/assets/fontawesome-webfont-d8970a29b6bda4953188db1bf11caa77.eot?v=3.2.1");
src: url("//ask.csdn.net/assets/fontawesome-webfont-d8970a29b6bda4953188db1bf11caa77.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("//ask.csdn.net/assets/fontawesome... | img/cursor_files/ask_float_block.css | @font-face {
font-family: 'FontAwesome';
src: url("//ask.csdn.net/assets/fontawesome-webfont-d8970a29b6bda4953188db1bf11caa77.eot?v=3.2.1");
src: url("//ask.csdn.net/assets/fontawesome-webfont-d8970a29b6bda4953188db1bf11caa77.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("//ask.csdn.net/assets/fontawesome... | 0.352313 | 0.076098 |
h2 {
color: #4F7849;
font-weight: bold;
}
/* Table 1 Client Info CSS */
table.clientInfo {
font-family: "Comic Sans MS", cursive, sans-serif;
border: 2px solid #4F7849;
background-color: #EEEEEE;
width: 90%;
text-align: left;
border-collapse: collapse;
margin-left: auto... | it162/css/aia.css | h2 {
color: #4F7849;
font-weight: bold;
}
/* Table 1 Client Info CSS */
table.clientInfo {
font-family: "Comic Sans MS", cursive, sans-serif;
border: 2px solid #4F7849;
background-color: #EEEEEE;
width: 90%;
text-align: left;
border-collapse: collapse;
margin-left: auto... | 0.38943 | 0.091585 |
table.record-details-table {
width: 100%;
}
.form-group label span.error{
color: red;
}
table.record-details-table tr td:first-child {
width: 20%!important;
}
div.cursor-poiner{
cursor: pointer;
}
button.editable-submit{
background: #00C48C!important;
margin-right: 2px;
border: none!important;
... | public/css/admin/custom.css | table.record-details-table {
width: 100%;
}
.form-group label span.error{
color: red;
}
table.record-details-table tr td:first-child {
width: 20%!important;
}
div.cursor-poiner{
cursor: pointer;
}
button.editable-submit{
background: #00C48C!important;
margin-right: 2px;
border: none!important;
... | 0.29696 | 0.160036 |
.container {
composes: fadeDown from './share/animations.css';
position: absolute;
top: 50%;
left: 50%;
width: 300px;
height: 500px;
margin-left: -150px;
margin-top: -250px;
text-align: center;
font-size: 14px;
letter-spacing: 1px;
}
.container h2 {
font-size: 1.2rem;
font-weight: 400;
}
.te... | app/components/Todo.css | .container {
composes: fadeDown from './share/animations.css';
position: absolute;
top: 50%;
left: 50%;
width: 300px;
height: 500px;
margin-left: -150px;
margin-top: -250px;
text-align: center;
font-size: 14px;
letter-spacing: 1px;
}
.container h2 {
font-size: 1.2rem;
font-weight: 400;
}
.te... | 0.459076 | 0.08374 |
@import '../pages/mixins';
/* swiping is disabled, so... */
.slick-slider {
user-select: text;
}
.topic-slider {
margin-top: -0.5rem;
}
/*
.topic-slider {
& .slick-prev,
& .slick-next {
display: none !important;
position: absolute;
top: 50%;
width: 20px;
height: 100%;
padding: 0;
... | app/components/TopicSlider.css | @import '../pages/mixins';
/* swiping is disabled, so... */
.slick-slider {
user-select: text;
}
.topic-slider {
margin-top: -0.5rem;
}
/*
.topic-slider {
& .slick-prev,
& .slick-next {
display: none !important;
position: absolute;
top: 50%;
width: 20px;
height: 100%;
padding: 0;
... | 0.322099 | 0.066266 |
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400");
@import url("https://fonts.googleapis.com/css?family=Inconsolata");
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
disp... | exchange/css/exchangeindex2.css | @import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400");
@import url("https://fonts.googleapis.com/css?family=Inconsolata");
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
disp... | 0.344995 | 0.114765 |
.intro {
--gradient: linear-gradient(
to right,
var(--color-primary),
var(--color-accent)
);
display: flex;
flex-wrap: wrap;
place-items: center;
padding-bottom: 2rem;
/* TODO: safari hack */
border: 0;
border-bottom: 0.2em solid;
border-image: var(--gradient) 1;
& > *:nth-of-type(1... | src/pages/index.module.css | .intro {
--gradient: linear-gradient(
to right,
var(--color-primary),
var(--color-accent)
);
display: flex;
flex-wrap: wrap;
place-items: center;
padding-bottom: 2rem;
/* TODO: safari hack */
border: 0;
border-bottom: 0.2em solid;
border-image: var(--gradient) 1;
& > *:nth-of-type(1... | 0.466846 | 0.243339 |
@font-face {
font-family: 'corpid-light';
src: url(../fonts/Corpid/light.eot);
src: url(../fonts/Corpid/light86d7.eot?iefix) format("eot"), url(../fonts/Corpid/light.woff) format("woff"), url(../fonts/Corpid/light.otf) format("opentype");
}
@font-face {
font-family: 'corpid';
src: url(../fonts/Corpid/regular.eot)... | css/style.css | @font-face {
font-family: 'corpid-light';
src: url(../fonts/Corpid/light.eot);
src: url(../fonts/Corpid/light86d7.eot?iefix) format("eot"), url(../fonts/Corpid/light.woff) format("woff"), url(../fonts/Corpid/light.otf) format("opentype");
}
@font-face {
font-family: 'corpid';
src: url(../fonts/Corpid/regular.eot)... | 0.299822 | 0.114542 |
table .tooltip {
position:fixed;
border:1px solid #333;
background-color:#161616;
border-radius:5px;
padding:10px;
color:#fff;
}
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono|Roboto:400,100,300,500,700,300italic|Roboto+Condensed:300,400,700|Roboto+Slab:400,700&subset=latin,latin-ext);
/*********... | MomWorld/Content/css/minimal.css | table .tooltip {
position:fixed;
border:1px solid #333;
background-color:#161616;
border-radius:5px;
padding:10px;
color:#fff;
}
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono|Roboto:400,100,300,500,700,300italic|Roboto+Condensed:300,400,700|Roboto+Slab:400,700&subset=latin,latin-ext);
/*********... | 0.305283 | 0.092893 |
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
/* line 9, /home/vagrant/wagtaildemo/demo/static/demo/css/main.scss */
html {
background-color: white;
font-family: GillSans, Calibri, Trebuchet, sans-serif; }
/* fonts */
/* line 15, /home/vagrant/wagtaildemo/demo/static/... | static/CACHE/css/main.f50d38620f74.css | @import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
/* line 9, /home/vagrant/wagtaildemo/demo/static/demo/css/main.scss */
html {
background-color: white;
font-family: GillSans, Calibri, Trebuchet, sans-serif; }
/* fonts */
/* line 15, /home/vagrant/wagtaildemo/demo/static/... | 0.160036 | 0.028871 |
.emsgControlEditingToolbar .emsgControlNewItemActive
,.emsgControlEditingToolbar .emsgControlNewItemInactive
{
background-image: url(./images/map/new_add.png);
}
/**
* Tool Icons: Split
*/
.emsgControlEditingToolbar .emsgControlSplitItemActive
,.emsgControlEditingToolbar .emsgControlSplitItemInactive
{
backgro... | Mobile/ASTRA.EMSG.Mobile/Mobile/style/default.css | .emsgControlEditingToolbar .emsgControlNewItemActive
,.emsgControlEditingToolbar .emsgControlNewItemInactive
{
background-image: url(./images/map/new_add.png);
}
/**
* Tool Icons: Split
*/
.emsgControlEditingToolbar .emsgControlSplitItemActive
,.emsgControlEditingToolbar .emsgControlSplitItemInactive
{
backgro... | 0.432063 | 0.049222 |
.notice {
background-color:lightgreen;
background-color:rgba(144, 238, 144, 0.75);
color:#fff;
padding-top:20px;
padding-bottom:20px;
text-align:center;
width:100%;
}
.alert {
background-color:#F33;
background-color:rgba(255, 51, 51, 0.75);
color:#fff;
padding-top:20px;
padding-bottom:20px;
t... | public/css/admin.css | .notice {
background-color:lightgreen;
background-color:rgba(144, 238, 144, 0.75);
color:#fff;
padding-top:20px;
padding-bottom:20px;
text-align:center;
width:100%;
}
.alert {
background-color:#F33;
background-color:rgba(255, 51, 51, 0.75);
color:#fff;
padding-top:20px;
padding-bottom:20px;
t... | 0.361052 | 0.056314 |
html, body {
background-color: #F4F7F5;
color: #08090A;
}
img {
width: 100%;
}
* {
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.col-6 {
font-weight: bold;
}
.container {
padding: 20px;
}
#hello {
margin-top: 15px;
text-align: center;
height: 60px;
font-size: 2... | job-search-maps/public/medium-style.css | html, body {
background-color: #F4F7F5;
color: #08090A;
}
img {
width: 100%;
}
* {
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.col-6 {
font-weight: bold;
}
.container {
padding: 20px;
}
#hello {
margin-top: 15px;
text-align: center;
height: 60px;
font-size: 2... | 0.355327 | 0.10961 |
body
{
font-family: Arial;
}
a
{
text-decoration: none;
color: #1111bb;
}
a:hover
{
text-decoration: underline;
}
a img
{
border: none;
}
h1, h2, h3, h4, h5, h6, form
{
margin: 1px;
}
table, pre, ul, ol, dl
{
margin-top: 5px;
margin-bottom: 5px;
}
small, sup, sub
{
font-size: 80%;
}
textarea, input, ... | themes/wikix/wikix.css | body
{
font-family: Arial;
}
a
{
text-decoration: none;
color: #1111bb;
}
a:hover
{
text-decoration: underline;
}
a img
{
border: none;
}
h1, h2, h3, h4, h5, h6, form
{
margin: 1px;
}
table, pre, ul, ol, dl
{
margin-top: 5px;
margin-bottom: 5px;
}
small, sup, sub
{
font-size: 80%;
}
textarea, input, ... | 0.30767 | 0.0559 |
*{
margin: 0;
padding: 0;
text-decoration: none;
list-style-type: none;
box-sizing: border-box;
font-family: sans-serif;
}
.main{
width: 100%;
height: 100vh;
background-image: url(anne.jpg);
background-size: cover;
position: absolute;
overflow: hidden!important;
... | index.css | *{
margin: 0;
padding: 0;
text-decoration: none;
list-style-type: none;
box-sizing: border-box;
font-family: sans-serif;
}
.main{
width: 100%;
height: 100vh;
background-image: url(anne.jpg);
background-size: cover;
position: absolute;
overflow: hidden!important;
... | 0.544075 | 0.054374 |
@import "~overlayscrollbars/css/OverlayScrollbars.css";
html {
font-size: 16px;
}
@media (min-width: 360px) {
html {
font-size: 18px;
}
}
* {
box-sizing: border-box;
/* -webkit-overflow-scrolling: auto; */
}
body {
margin: 0px;
padding: 0px;
font-family: '7_12', monospace;
... | src/global/app.css | @import "~overlayscrollbars/css/OverlayScrollbars.css";
html {
font-size: 16px;
}
@media (min-width: 360px) {
html {
font-size: 18px;
}
}
* {
box-sizing: border-box;
/* -webkit-overflow-scrolling: auto; */
}
body {
margin: 0px;
padding: 0px;
font-family: '7_12', monospace;
... | 0.458834 | 0.047052 |
body, html { font-size: 100%; padding: 0; margin: 0;}
/* Reset */
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
content: " ";
displa... | public/html/Lesson 5/js/jpushmenu/css/demo.css | body, html { font-size: 100%; padding: 0; margin: 0;}
/* Reset */
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
content: " ";
displa... | 0.293404 | 0.070272 |
*
* Uses elements derived from LESS Elements 0.9 by <NAME>
* (http://lesselements.com)
*
* NOTE: the css version of this file is auto-generated, so only edit the original
* less version if you don't want your changes to be overwritten.
*/
/*! definitions.less
*
* NOTE: the css version of this file is auto-gene... | assets/css/app.css | *
* Uses elements derived from LESS Elements 0.9 by <NAME>
* (http://lesselements.com)
*
* NOTE: the css version of this file is auto-generated, so only edit the original
* less version if you don't want your changes to be overwritten.
*/
/*! definitions.less
*
* NOTE: the css version of this file is auto-gene... | 0.51879 | 0.060032 |
html,body{height:100%;overflow:hidden;}
/*section{margin: 0;padding: 0}*/
body{
margin:0;
}
nav{
display: inline-block;
background-color: #06D995;
color:white;
font-size: 22px;
line-height: 22px;
font-family: 微软雅黑;
width: 100%;
height: 5%;
}
.left{
width: 12%;
height: 95%;
... | App/Admin/Common/css/common.css | html,body{height:100%;overflow:hidden;}
/*section{margin: 0;padding: 0}*/
body{
margin:0;
}
nav{
display: inline-block;
background-color: #06D995;
color:white;
font-size: 22px;
line-height: 22px;
font-family: 微软雅黑;
width: 100%;
height: 5%;
}
.left{
width: 12%;
height: 95%;
... | 0.171269 | 0.046768 |
@charset "UTF-8";
/*
Name: Grace
Date: Jan 2012
Version: 1.0
Author: <NAME>
Author URI: http://a-newcomer.com
*/
@font-face {
font-family: 'ChunkFive Regular';
src: url("../fonts/Chunkfive.eot");
src: local("ChunkFive Regular"), local("ChunkFive"), url("fonts/Chunkfive.woff") format("woff")... | public/theme/grace/assets/stylesheets/style.css | @charset "UTF-8";
/*
Name: Grace
Date: Jan 2012
Version: 1.0
Author: <NAME>
Author URI: http://a-newcomer.com
*/
@font-face {
font-family: 'ChunkFive Regular';
src: url("../fonts/Chunkfive.eot");
src: local("ChunkFive Regular"), local("ChunkFive"), url("fonts/Chunkfive.woff") format("woff")... | 0.316369 | 0.088072 |
.default-box {
background: #fff;
border-radius: 10px;
padding: 30px 30px 50px 30px;
}
#first-page{
background:#fff;
}
.bill-to,
.ship-to,
.invoice-number{
margin-top:10px;
}
.bill-to h4,
.ship-to h4,
.invoice-number h4 {
margin-bottom: 7px;
line-height: 27px;
}
.bill-to h5,
.ship-to h5,
.invoice-number ... | public/business_assets/css/pdf-generator.css | .default-box {
background: #fff;
border-radius: 10px;
padding: 30px 30px 50px 30px;
}
#first-page{
background:#fff;
}
.bill-to,
.ship-to,
.invoice-number{
margin-top:10px;
}
.bill-to h4,
.ship-to h4,
.invoice-number h4 {
margin-bottom: 7px;
line-height: 27px;
}
.bill-to h5,
.ship-to h5,
.invoice-number ... | 0.223886 | 0.094845 |
@font-face{
font-family: 'biko';
src: url('../fonts/biko.ttf');
}
@font-face{
font-family: '思源黑体';
src: url('../fonts/SYH.ttf');
}
html,body
{
background: #fff5f4;
font-family: '思源黑体';
padding: 0;
margin: 0;
-webkit-overflow-scrolling:touch;
}
a{text-decoration:none;color:inherit;}
h1,h2,h3,h4,h5,h6,p
{
... | src/css/music.css | @font-face{
font-family: 'biko';
src: url('../fonts/biko.ttf');
}
@font-face{
font-family: '思源黑体';
src: url('../fonts/SYH.ttf');
}
html,body
{
background: #fff5f4;
font-family: '思源黑体';
padding: 0;
margin: 0;
-webkit-overflow-scrolling:touch;
}
a{text-decoration:none;color:inherit;}
h1,h2,h3,h4,h5,h6,p
{
... | 0.248352 | 0.048473 |
position: relative;
display: flex;
justify-content: flex-start;
width: 100%;
background: #FCFCFE;
}
.board {
padding: 20px 30px;
width: 100%;
}
.rank-box {
margin: 0 auto;
width: 100%;
background: white;
border-radius: 20px;
padding: 10px 20px;
box-shadow: rgb(0 0 0 / 4%) 0px 4px 16px 0px;
... | static/css/center.css | position: relative;
display: flex;
justify-content: flex-start;
width: 100%;
background: #FCFCFE;
}
.board {
padding: 20px 30px;
width: 100%;
}
.rank-box {
margin: 0 auto;
width: 100%;
background: white;
border-radius: 20px;
padding: 10px 20px;
box-shadow: rgb(0 0 0 / 4%) 0px 4px 16px 0px;
... | 0.527317 | 0.081009 |
.sheet-13G {
padding-top: 0.5em;
background: url('https://raw.githubusercontent.com/Seraaron/roll20-character-sheets/master/13th%20Age%20Glorantha/img/bg_paper.jpg') repeat-y top left;
position: relative;
font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif,Arial;
font-size: 1em;
colo... | 13th Age Glorantha/src/13th_Age_Glorantha.css |
.sheet-13G {
padding-top: 0.5em;
background: url('https://raw.githubusercontent.com/Seraaron/roll20-character-sheets/master/13th%20Age%20Glorantha/img/bg_paper.jpg') repeat-y top left;
position: relative;
font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif,Arial;
font-size: 1em;
colo... | 0.574275 | 0.158728 |
body {
background-color: #EAEBED;
}
.topmenu {
background-color: #999999;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
font-size: 12px;
padding: 1px;
border-left-style: none;
border-left-width: thin;
border-right-style: none;
border-top-width: thin;
border-top-style: dotted;
}
body, td,... | local/vn/dhis-web-chr-form/src/main/webapp/dhis-web-chr-form/styles/black-style.css | body {
background-color: #EAEBED;
}
.topmenu {
background-color: #999999;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
font-size: 12px;
padding: 1px;
border-left-style: none;
border-left-width: thin;
border-right-style: none;
border-top-width: thin;
border-top-style: dotted;
}
body, td,... | 0.302494 | 0.065545 |
==================================================
#BASIC TYPOGRAPHY
#HEADER SECTION
#NAVBAR SECTION
#SLIDER SECTION
#SERVICE SECTION
#ABOUT US SECTION
#COUNTER SECTION
#FEATURES SECTION
#LATEST COURSES SECTION
#TEACHER SECTION
#TESTIMONIAL SECTION
#FROM BLOG SECTION
# COURSES PAGE
#BLOG PAGE
#GALLERY PAGE
#CONTACT PAG... | public/assets/member/css/style.css | ==================================================
#BASIC TYPOGRAPHY
#HEADER SECTION
#NAVBAR SECTION
#SLIDER SECTION
#SERVICE SECTION
#ABOUT US SECTION
#COUNTER SECTION
#FEATURES SECTION
#LATEST COURSES SECTION
#TEACHER SECTION
#TESTIMONIAL SECTION
#FROM BLOG SECTION
# COURSES PAGE
#BLOG PAGE
#GALLERY PAGE
#CONTACT PAG... | 0.247532 | 0.097305 |
/*
* Copyright (c) 2012, The British Library Board
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions a... | Css/SanddragonItemViewer.print.css | /*
* Copyright (c) 2012, The British Library Board
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions a... | 0.601359 | 0.035344 |
@charset "UTF-8";
body {
position: relative;
color: #3e396b; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Product Sans", Helvetica, Arial, serif;
line-height: 1.5; }
a {
color: #7642FF;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
... | static/css/style.css | @charset "UTF-8";
body {
position: relative;
color: #3e396b; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Product Sans", Helvetica, Arial, serif;
line-height: 1.5; }
a {
color: #7642FF;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
... | 0.354098 | 0.063164 |
z-index: 7;
top: 365px;
bottom: 5px;
left: 5px;
right: 5px;
position: absolute;
border-top-style: none;
border-top-width: 0px;
border-left-style: none;
border-left-width: 0px;
border-right-style: none;
border-right-width: 0px;
border-bottom-style: none;
border-bottom-width: 0px;
}
#oa2log... | oa2main/web/dicmanager.waPage/styles/index.css | z-index: 7;
top: 365px;
bottom: 5px;
left: 5px;
right: 5px;
position: absolute;
border-top-style: none;
border-top-width: 0px;
border-left-style: none;
border-left-width: 0px;
border-right-style: none;
border-right-width: 0px;
border-bottom-style: none;
border-bottom-width: 0px;
}
#oa2log... | 0.347316 | 0.063453 |
*{
margin:0;
padding:0;
font-family:'Oswald';
}
.re-header{
position: relative;
width: 100%;
height: 300px;
background: url("../images/mivi.jpg");
background-size: cover;
}
.re-header::before{
content: "";
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
posi... | public/css/reglamento.css | *{
margin:0;
padding:0;
font-family:'Oswald';
}
.re-header{
position: relative;
width: 100%;
height: 300px;
background: url("../images/mivi.jpg");
background-size: cover;
}
.re-header::before{
content: "";
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
posi... | 0.350977 | 0.074164 |
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url(//db.onlinewebfonts.com/c/d14035f6b1afeabafbee4abb2ebf0fc6?family=COCOGOOSE);
/* General configuration */
/* Design text and background colors */
.bg-d-black {
background-color: #272a31;
}
.text-d-black {
color: #272a31;
}
.b... | css/style-general.css | @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url(//db.onlinewebfonts.com/c/d14035f6b1afeabafbee4abb2ebf0fc6?family=COCOGOOSE);
/* General configuration */
/* Design text and background colors */
.bg-d-black {
background-color: #272a31;
}
.text-d-black {
color: #272a31;
}
.b... | 0.31732 | 0.08141 |
body{
overflow: hidden;
border:none;
}
img{
border:none;
}
html,body,.large{
height: 100%;
font-size: 14px;
font-weight: 200;
}
body {
line-height: 24px;
font: 15px \5FAE\8F6F\96C5\9ED1,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
i, cite, em, var, address, dfn {
fo... | contact-center/app/src/main/resources/static/css/entim.css | body{
overflow: hidden;
border:none;
}
img{
border:none;
}
html,body,.large{
height: 100%;
font-size: 14px;
font-weight: 200;
}
body {
line-height: 24px;
font: 15px \5FAE\8F6F\96C5\9ED1,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
i, cite, em, var, address, dfn {
fo... | 0.221856 | 0.062046 |
*,
*::after,
*::before {
box-sizing: border-box;
}
/* Als browser CSS variabelen ondersteund */
@supports (--css: variables) {
:root {
--color-white: #f2e9e4;
--color-black: #343a40;
--color-btn: #94d2bd;
}
}
body {
height: 130vh;
color: var(--color-black);
font-family: Montserrat, -apple-... | static/css/enquete.css | *,
*::after,
*::before {
box-sizing: border-box;
}
/* Als browser CSS variabelen ondersteund */
@supports (--css: variables) {
:root {
--color-white: #f2e9e4;
--color-black: #343a40;
--color-btn: #94d2bd;
}
}
body {
height: 130vh;
color: var(--color-black);
font-family: Montserrat, -apple-... | 0.410874 | 0.117623 |
:root {
--font-body: 'Fira Sans', sans-serif;
--font-highlight: 'Fira Sans Condensed', sans-serif;
}
/* Body Reset */
body {margin:3%; padding:0;}
body {font: 1em/140% var(--font-body); color:#111;}
@media only screen and (min-width: 720px) {body {font-size: 1.125em;}}
@media only screen and (min-width: 1200px) {body... | public/styles/flundr/css/defaults.css | :root {
--font-body: 'Fira Sans', sans-serif;
--font-highlight: 'Fira Sans Condensed', sans-serif;
}
/* Body Reset */
body {margin:3%; padding:0;}
body {font: 1em/140% var(--font-body); color:#111;}
@media only screen and (min-width: 720px) {body {font-size: 1.125em;}}
@media only screen and (min-width: 1200px) {body... | 0.553747 | 0.163546 |
@font-face {font-family: "comiis_wxico";
src: url('comiis_wx.eot?t=1483605391597'); /* IE9*/
src: url('comiis_wx.eot?t=1483605391597#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('comiis_wx.woff?t=1483605391597') format('woff'), /* chrome, firefox */
url('comiis_wx.ttf?t=1483605391597') format('truetyp... | source/plugin/comiis_weixin/style/comiis.css | @font-face {font-family: "comiis_wxico";
src: url('comiis_wx.eot?t=1483605391597'); /* IE9*/
src: url('comiis_wx.eot?t=1483605391597#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('comiis_wx.woff?t=1483605391597') format('woff'), /* chrome, firefox */
url('comiis_wx.ttf?t=1483605391597') format('truetyp... | 0.115611 | 0.051106 |
html, body {
height: 100%;
padding: 0;
margin: 0;
color: black;
font-family: arial,sans-serif;
font-size: 13px;
}
#map {
position: absolute;
top:0;
bottom: 0;
left: 0;
... | deig/_css/maps.css |
html, body {
height: 100%;
padding: 0;
margin: 0;
color: black;
font-family: arial,sans-serif;
font-size: 13px;
}
#map {
position: absolute;
top:0;
bottom: 0;
left: 0;
... | 0.446253 | 0.139631 |
html,body{
padding:0;
margin:0;
background:#fff;
font-family: 'Asap Condensed', sans-serif;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
text-decoration:none;
}
body a:hover {
text-decoration: none;
}
body a:focus, a... | css/style.css | html,body{
padding:0;
margin:0;
background:#fff;
font-family: 'Asap Condensed', sans-serif;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
text-decoration:none;
}
body a:hover {
text-decoration: none;
}
body a:focus, a... | 0.272702 | 0.045927 |
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* Prevents modern browsers from displaying 'audio' without cont... | docs/_site/assets/css/style.css | article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* Prevents modern browsers from displaying 'audio' without cont... | 0.448185 | 0.087291 |
.grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-gap: 0 30px;
}
.grid.grid-reverse {
direction: rtl;
}
.grid-condensed {
grid-gap: 0 15px;
}
.gcol-12 {
grid-column: span 12;
}
.gcol-11 {
grid-column: span 11;
}
.gcol-10 {
grid-column: span 10;
}
.gcol-9 {
grid-column: span 9;
}
.gco... | Themes/MOVE/Styles/bootstrap-4-utilities.css | .grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-gap: 0 30px;
}
.grid.grid-reverse {
direction: rtl;
}
.grid-condensed {
grid-gap: 0 15px;
}
.gcol-12 {
grid-column: span 12;
}
.gcol-11 {
grid-column: span 11;
}
.gcol-10 {
grid-column: span 10;
}
.gcol-9 {
grid-column: span 9;
}
.gco... | 0.699152 | 0.284092 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #f6f6f6;
color: #444;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 1;
}
.container {
max-width: 1100px;
padding: 0 20px;
margin: 0 auto;
}
.panel {
margin: 100px auto 40px;
... | image_encoder/encoder/static/encoder/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #f6f6f6;
color: #444;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 1;
}
.container {
max-width: 1100px;
padding: 0 20px;
margin: 0 auto;
}
.panel {
margin: 100px auto 40px;
... | 0.529263 | 0.110663 |
@page {
size: A4 portrait;
margin: 10mm;
}
@media print {
html, body {
zoom: 0.8;
}
.elements {
padding-left: 0;
padding-right: 0;
}
.g1 {
grid-template-columns: repeat(1, 1fr);
}
.g2 {
grid-template-columns: repeat(2, 1fr);
}
.g3 ... | nil-cube/nilcube.css | @page {
size: A4 portrait;
margin: 10mm;
}
@media print {
html, body {
zoom: 0.8;
}
.elements {
padding-left: 0;
padding-right: 0;
}
.g1 {
grid-template-columns: repeat(1, 1fr);
}
.g2 {
grid-template-columns: repeat(2, 1fr);
}
.g3 ... | 0.711331 | 0.376623 |
.card {
transform: rotate(-8deg);
position: absolute;
height: 60%;
width: 65%;
top: 20%;
left: 17.5%;
}
.card__side {
transform-style: preserve-3d;
transition: all 1s ease;
color: white;
font-size: 2rem;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
border-radius: 3px;... | src/styles/cardStyles.css | .card {
transform: rotate(-8deg);
position: absolute;
height: 60%;
width: 65%;
top: 20%;
left: 17.5%;
}
.card__side {
transform-style: preserve-3d;
transition: all 1s ease;
color: white;
font-size: 2rem;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
border-radius: 3px;... | 0.610221 | 0.091058 |
@-moz-document domain("mtggoldfish.com") {
body,
.archetype-tile,
.help-block,
.panel-body,
.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter,
.dropdown-menu,
.dropdown-menu>li>a{
color: #ccc;
background-co... | data/usercss/168656.user.css | @-moz-document domain("mtggoldfish.com") {
body,
.archetype-tile,
.help-block,
.panel-body,
.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter,
.dropdown-menu,
.dropdown-menu>li>a{
color: #ccc;
background-co... | 0.209955 | 0.045692 |
.chrys-color-bokeh-yellow-orange-brown-3-1 {
color: #d95f0e; }
.chrys-color-bokeh-yellow-orange-brown-3-2 {
color: #fec44f; }
.chrys-color-bokeh-yellow-orange-brown-3-3 {
color: #fff7bc; }
.chrys-color-bokeh-yellow-orange-brown-4-1 {
color: #cc4c02; }
.chrys-color-bokeh-yellow-orange-brown-4-2 {
color: #f... | demo/css/color/bokeh-yellow-orange-brown.css | .chrys-color-bokeh-yellow-orange-brown-3-1 {
color: #d95f0e; }
.chrys-color-bokeh-yellow-orange-brown-3-2 {
color: #fec44f; }
.chrys-color-bokeh-yellow-orange-brown-3-3 {
color: #fff7bc; }
.chrys-color-bokeh-yellow-orange-brown-4-1 {
color: #cc4c02; }
.chrys-color-bokeh-yellow-orange-brown-4-2 {
color: #f... | 0.582135 | 0.229902 |
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,500,600,700,800");
body {
background-image: url('https://i.ibb.co/Ldf8wcS/background.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
font-family: "Titillium Web", sans-serif;
backgrou... | assets/style.css | @import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,500,600,700,800");
body {
background-image: url('https://i.ibb.co/Ldf8wcS/background.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
font-family: "Titillium Web", sans-serif;
backgrou... | 0.439026 | 0.11187 |
*,
*::before,
*::after {
box-sizing: border-box;
}
ul[class],
ol[class] {
padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
margin: 0;
}
body {
min-height: 100vh;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
line-height: 1.5;
}
ul[clas... | assets/css/style.css | *,
*::before,
*::after {
box-sizing: border-box;
}
ul[class],
ol[class] {
padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
margin: 0;
}
body {
min-height: 100vh;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
line-height: 1.5;
}
ul[clas... | 0.466359 | 0.084342 |
.s-header {
background-color: #2f363e;
}
.header__logo img {
height: 4rem;
width: auto !important;
}
.header__nav-wrap {
background-color: #2f363e;
}
.header__top {
background-color: #2f363e;
}
.header__social .ss-linkedin a::after {
background-image: url(../img/icons/icon-linkedin.svg);
}
... | cepelblog/static/css/style.css | .s-header {
background-color: #2f363e;
}
.header__logo img {
height: 4rem;
width: auto !important;
}
.header__nav-wrap {
background-color: #2f363e;
}
.header__top {
background-color: #2f363e;
}
.header__social .ss-linkedin a::after {
background-image: url(../img/icons/icon-linkedin.svg);
}
... | 0.5564 | 0.117673 |
.logo a .clr,
.error-page h2,
#nav ul a:hover,
.breadcrumbs ul,
#nav ul li:hover > a,
#nav ul > .active > a,
.about-sec .read-more,
.contact-list a:hover,
#footer .f-nav a:hover,
.service-sec .read-more,
.socail-network a:hover,
.breadcrumbs ul a:hover,
#header .nav-opener:hover,
.tracking-sec .more:hover,
.widget .sid... | public/frontend/css/colors.css | .logo a .clr,
.error-page h2,
#nav ul a:hover,
.breadcrumbs ul,
#nav ul li:hover > a,
#nav ul > .active > a,
.about-sec .read-more,
.contact-list a:hover,
#footer .f-nav a:hover,
.service-sec .read-more,
.socail-network a:hover,
.breadcrumbs ul a:hover,
#header .nav-opener:hover,
.tracking-sec .more:hover,
.widget .sid... | 0.398641 | 0.109968 |
@import url('dev.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Josefin+Sans|Raleway|Dosis);
.left {
float:left;
}
.right {
float:right;
}
.hidden {
display:none;
}
.site-notice {
position:absolute;
width:50%;
margin:20px 24%;
padding:1%;
}
body {
paddi... | web/css/admin.css | @import url('dev.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Josefin+Sans|Raleway|Dosis);
.left {
float:left;
}
.right {
float:right;
}
.hidden {
display:none;
}
.site-notice {
position:absolute;
width:50%;
margin:20px 24%;
padding:1%;
}
body {
paddi... | 0.324771 | 0.126299 |
* {
box-sizing: border-box;
}
@font-face {
font-family: "myfont";
src: url("fonts/Toucon_.ttf");
}
@media only screen and (max-width: 480px) {
.questpic {
float:none;
width:400px;
}
.option{
width:100px;
}
.left{
float:none;
width:400px;
}
.right ... | proj/inPic/style.css | * {
box-sizing: border-box;
}
@font-face {
font-family: "myfont";
src: url("fonts/Toucon_.ttf");
}
@media only screen and (max-width: 480px) {
.questpic {
float:none;
width:400px;
}
.option{
width:100px;
}
.left{
float:none;
width:400px;
}
.right ... | 0.551211 | 0.145146 |
.a-splash {
overflow: hidden;
}
.a-splash--content {
animation: a-splash--content 2s ease 2s 1 normal both;
}
.a-splash--cycle-background {
animation: a-splash--cycle-background 8s linear 0s infinite;
-webkit-background-clip: text;
background-clip: text;
background-color: #FFAEBC;
backgr... | src/css/screen/splash.css | .a-splash {
overflow: hidden;
}
.a-splash--content {
animation: a-splash--content 2s ease 2s 1 normal both;
}
.a-splash--cycle-background {
animation: a-splash--cycle-background 8s linear 0s infinite;
-webkit-background-clip: text;
background-clip: text;
background-color: #FFAEBC;
backgr... | 0.727975 | 0.202226 |
.ware-image {
width: 250px !important;
height: 250px;
object-fit: contain;
margin: 0;
}
.ware-image:hover{
opacity: 0.8;
}
.ware {
display: flex;
flex-direction: column;
max-width: 250px;
align-items: center;
justify-content: space-between;
box-shadow: 0px 5px 10px rgba(100... | src/components/ware.css | .ware-image {
width: 250px !important;
height: 250px;
object-fit: contain;
margin: 0;
}
.ware-image:hover{
opacity: 0.8;
}
.ware {
display: flex;
flex-direction: column;
max-width: 250px;
align-items: center;
justify-content: space-between;
box-shadow: 0px 5px 10px rgba(100... | 0.533397 | 0.123974 |
.col {
position: relative;
display: block;
width: 100%;
}
html body .vc_row-fluid > .span_12,
.full-page-inner > .span_12,
.full-page-inner > .container > .span_12 {
display: flex;
display: -ms-flexbox;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
float: none;
}
@media (min-width: 690px) {
.col {
marg... | public/wp-content/themes/salient 11/css/grid-system-ver=11.0.css | .col {
position: relative;
display: block;
width: 100%;
}
html body .vc_row-fluid > .span_12,
.full-page-inner > .span_12,
.full-page-inner > .container > .span_12 {
display: flex;
display: -ms-flexbox;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
float: none;
}
@media (min-width: 690px) {
.col {
marg... | 0.293911 | 0.081191 |
@charset "utf-8";
.ui-paging, .ui-paging input {
color:#808080;
margin: 0;
padding: 0;
zoom: 1;
font-size: 12px;
vertical-align: middle;
}
.ui-paging:after {
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}
.ui-paging a,
.ui-pag... | css/padding.css | @charset "utf-8";
.ui-paging, .ui-paging input {
color:#808080;
margin: 0;
padding: 0;
zoom: 1;
font-size: 12px;
vertical-align: middle;
}
.ui-paging:after {
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}
.ui-paging a,
.ui-pag... | 0.29584 | 0.073397 |
@import'../plugins/fontawesome/css/all.css';
@import'fonts.css';
@import'footer.css';
body {
font-family: 'Roboto' !important;
font-size: 18px !important;
}
table {
table-layout: fixed;
}
td
{
padding: 0.5em;
vertical-align: middle !important;
overflow: hidden;
white-space: nowrap;
... | public/css/custom.css | @import'../plugins/fontawesome/css/all.css';
@import'fonts.css';
@import'footer.css';
body {
font-family: 'Roboto' !important;
font-size: 18px !important;
}
table {
table-layout: fixed;
}
td
{
padding: 0.5em;
vertical-align: middle !important;
overflow: hidden;
white-space: nowrap;
... | 0.286968 | 0.057493 |
.container{max-width:1170px; margin:auto;}
img{ max-width:100%;}
.inbox_people {
background: #f8f8f8 none repeat scroll 0 0;
float: left;
overflow: hidden;
width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
border: 1px solid #c4c4c4;
clear: both;
overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}
... | css/chatbox.css | .container{max-width:1170px; margin:auto;}
img{ max-width:100%;}
.inbox_people {
background: #f8f8f8 none repeat scroll 0 0;
float: left;
overflow: hidden;
width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
border: 1px solid #c4c4c4;
clear: both;
overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}
... | 0.391988 | 0.109897 |
.prod {
width: 100%;
/* display: flex; */
justify-content: center;
align-items: center;
flex-flow: column;
display: none;
}
.prodMain {
max-width: 1200px;
width: 100%;
margin: 70px auto auto auto;
}
.info {
display: flex;
flex-flow: row nowrap;
margin-bottom: 50px;
}
... | css/product.css | .prod {
width: 100%;
/* display: flex; */
justify-content: center;
align-items: center;
flex-flow: column;
display: none;
}
.prodMain {
max-width: 1200px;
width: 100%;
margin: 70px auto auto auto;
}
.info {
display: flex;
flex-flow: row nowrap;
margin-bottom: 50px;
}
... | 0.411939 | 0.133528 |
html, body {
background-color: rgb(77, 69, 114);
color: #e5eaec;
font-family: 'Raleway', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.... | public/css/index.css | html, body {
background-color: rgb(77, 69, 114);
color: #e5eaec;
font-family: 'Raleway', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.... | 0.471467 | 0.084455 |
.input-addon {
display: table;
width: 100%;
margin-bottom: 20px;
}
.input-prefix {
font-size: 18px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0;
}
.input-prefix, .input-suffix {
display: table-cell;
background-color: #edefed;
width: au... | public/backend/css/style.css | .input-addon {
display: table;
width: 100%;
margin-bottom: 20px;
}
.input-prefix {
font-size: 18px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0;
}
.input-prefix, .input-suffix {
display: table-cell;
background-color: #edefed;
width: au... | 0.290075 | 0.068662 |
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit; }
html {
overflow-x: hidden;
width: 100%;
height: auto;
background: transparent linear-gradient(90deg, #000 0%, #171717 100%) 0% 0% no-repeat padding-box;
scroll-behavior: smooth;
font-size: 62.5%; }
@media only screen and (max-wi... | src/sass/css/style.css | *,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit; }
html {
overflow-x: hidden;
width: 100%;
height: auto;
background: transparent linear-gradient(90deg, #000 0%, #171717 100%) 0% 0% no-repeat padding-box;
scroll-behavior: smooth;
font-size: 62.5%; }
@media only screen and (max-wi... | 0.533641 | 0.075176 |
body{
font-family: Source sans pro, sans-serif;
font-size: 14px;
}
p{
font-size: 1.2em;
line-height: 1.45em;
}
a{
color: #666;
transition: 0.2s color;
}
a:hover{
color: #FF4081;
text-decoration: none;
}
ul{
margin: 0;
padding: 0;
}
li{
list-style: none;
}
header{
... | public/css/main.css | body{
font-family: Source sans pro, sans-serif;
font-size: 14px;
}
p{
font-size: 1.2em;
line-height: 1.45em;
}
a{
color: #666;
transition: 0.2s color;
}
a:hover{
color: #FF4081;
text-decoration: none;
}
ul{
margin: 0;
padding: 0;
}
li{
list-style: none;
}
header{
... | 0.340266 | 0.112991 |
.flexbox {
height: 250px;
border: 1px solid red;
display: flex;
text-align: center;
margin-bottom: 15px;
}
.flexbox div {
background-color: orange;
width: 300px;
margin: 15px;
}
.flexbox:nth-child(4) {
/* flex-direction: row;
flex-wrap: wrap; */
flex-flow: row nowrap;
}
.fl... | styles/42.css | .flexbox {
height: 250px;
border: 1px solid red;
display: flex;
text-align: center;
margin-bottom: 15px;
}
.flexbox div {
background-color: orange;
width: 300px;
margin: 15px;
}
.flexbox:nth-child(4) {
/* flex-direction: row;
flex-wrap: wrap; */
flex-flow: row nowrap;
}
.fl... | 0.461017 | 0.071754 |
* {
margin: 0;
padding: 0;
border-radius: 5px;
box-sizing: border-box;
}
body {
height: 100vh;
display: flex;
align-items: center;
text-align: center;
font-family: sans-serif;
justify-content: center;
}
.background-img {
position: absolute;
width: 100%;
height: 100%... | public/Css/form/signin.css | * {
margin: 0;
padding: 0;
border-radius: 5px;
box-sizing: border-box;
}
body {
height: 100vh;
display: flex;
align-items: center;
text-align: center;
font-family: sans-serif;
justify-content: center;
}
.background-img {
position: absolute;
width: 100%;
height: 100%... | 0.57081 | 0.115038 |
* {
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
body {
background-image: -webkit-gradient(linear, left top, right bottom... | main.css | * {
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
body {
background-image: -webkit-gradient(linear, left top, right bottom... | 0.448185 | 0.174235 |
html {
/*using system font-stack*/
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
"Helvetica Neue", sans-serif;
font-size: 115%; /*~18px*/
font-size: calc(12px + (25 - 12) * (100vw - 300px) / (1300 - 300));
line-height: 1.5;
box-sizing: border-box;
}
... | views/unverifiedEmail/index.css | html {
/*using system font-stack*/
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
"Helvetica Neue", sans-serif;
font-size: 115%; /*~18px*/
font-size: calc(12px + (25 - 12) * (100vw - 300px) / (1300 - 300));
line-height: 1.5;
box-sizing: border-box;
}
... | 0.506347 | 0.080719 |
.biz-perm-apply {
position: relative;
font-size: 14px;
.actions-wrapper {
.bk-checkbox-text {
font-size: 12px;
.text {
display: inline-block;
max-width: 135px;
overflow: hidden;
text-overflow: ellipsis;
... | frontend/src/views/perm-apply/apply-custom-perm/index.css | .biz-perm-apply {
position: relative;
font-size: 14px;
.actions-wrapper {
.bk-checkbox-text {
font-size: 12px;
.text {
display: inline-block;
max-width: 135px;
overflow: hidden;
text-overflow: ellipsis;
... | 0.512449 | 0.097605 |
.kreservation {
position: absolute;
background-color: white;
border: 1px solid black;
font-family: 'B612';
font-size: 10px;
overflow: hidden;
text-overflow: clip;
box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.75);
}
.kreservation.k-selected {
box-shadow: 2px 5px 5px 0px rgba(255, 0, 0, 0... | css/themes/default/reservation.css | .kreservation {
position: absolute;
background-color: white;
border: 1px solid black;
font-family: 'B612';
font-size: 10px;
overflow: hidden;
text-overflow: clip;
box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.75);
}
.kreservation.k-selected {
box-shadow: 2px 5px 5px 0px rgba(255, 0, 0, 0... | 0.755997 | 0.137214 |
/* SOURCE: https://github.com/ftlabs/fastclick/blob/master/examples/input.html */
/* LICENSE: https://github.com/ftlabs/fastclick/blob/master/LICENSE */
body {
-webkit-touch-callout: none ;
-webkit-text-size-adjust: none ; -ms-text-size-adjust: none ;
-webkit-user-select: none ; -moz-user-select: none ; -ms... | www/css/app.css | /* SOURCE: https://github.com/ftlabs/fastclick/blob/master/examples/input.html */
/* LICENSE: https://github.com/ftlabs/fastclick/blob/master/LICENSE */
body {
-webkit-touch-callout: none ;
-webkit-text-size-adjust: none ; -ms-text-size-adjust: none ;
-webkit-user-select: none ; -moz-user-select: none ; -ms... | 0.649579 | 0.072933 |
header.masthead {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
-webkit-perspective: 100px;
-moz-perspective: 100px;
-ms-perspective: 100px;
perspective: 100px;
position: relative;
text-align: center;
height: 125vh;
... | css/hero.css | header.masthead {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
-webkit-perspective: 100px;
-moz-perspective: 100px;
-ms-perspective: 100px;
perspective: 100px;
position: relative;
text-align: center;
height: 125vh;
... | 0.409339 | 0.091544 |
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Cabin);
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Reset-----... | page/index/css/style.css | @import url(https://fonts.googleapis.com/css?family=Dancing+Script);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Cabin);
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Reset-----... | 0.254509 | 0.080647 |
.mode--plenum .fullscreenbutton,
.mode--plenum #textfield,
.mode--plenum .timeline,
.mode--plenum #speakersList,
.mode--plenum .timer
{
width: 100%;
height: 100%;
grid-row: 1 / -1;
grid-column: 1 / -1;
margin:0;
}
.mode--plenum .fullscreen{
position: absolute;
top:10%;
left:10%;
width:80%;... | styles/_plenum.css | .mode--plenum .fullscreenbutton,
.mode--plenum #textfield,
.mode--plenum .timeline,
.mode--plenum #speakersList,
.mode--plenum .timer
{
width: 100%;
height: 100%;
grid-row: 1 / -1;
grid-column: 1 / -1;
margin:0;
}
.mode--plenum .fullscreen{
position: absolute;
top:10%;
left:10%;
width:80%;... | 0.379378 | 0.092647 |
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
nav ul a,
nav .brand-logo {
color: #444;
}
p {
line-height: 2rem;
}
.button-collapse {
color: #31312f;
}
.parallax-container {
min-height: 380px;
line-height: 0... | css/style.css | * Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
nav ul a,
nav .brand-logo {
color: #444;
}
p {
line-height: 2rem;
}
.button-collapse {
color: #31312f;
}
.parallax-container {
min-height: 380px;
line-height: 0... | 0.355216 | 0.078536 |
----------------------------------------------- */
/* 01 Global
02 Text Elements
02.1 Various, title, list & Paragraph
02.2 Links
02.3 pre & code
02.4 blockquote
02.5 List
02.6 Table
02.7 Form
02.8 Clearing
02.9 Fixes
02.10 Screen readers
03 Header
03.1 Site title & description
03.2 ... | style.css | ----------------------------------------------- */
/* 01 Global
02 Text Elements
02.1 Various, title, list & Paragraph
02.2 Links
02.3 pre & code
02.4 blockquote
02.5 List
02.6 Table
02.7 Form
02.8 Clearing
02.9 Fixes
02.10 Screen readers
03 Header
03.1 Site title & description
03.2 ... | 0.250179 | 0.05328 |
body,h1,h2,h3,h4,h5,h6,hr,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
body,button,input,select,textarea{font:12px/1.5 'Microsoft Yahei',arial,'宋体';color:#000}
body{background:#FFF}
table{border-collapse:collapse;border-spacing:0}
img{border:0}h1,h2,h3,h4,h5,h6{f... | public/css/xianchang.cat.css | body,h1,h2,h3,h4,h5,h6,hr,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
body,button,input,select,textarea{font:12px/1.5 'Microsoft Yahei',arial,'宋体';color:#000}
body{background:#FFF}
table{border-collapse:collapse;border-spacing:0}
img{border:0}h1,h2,h3,h4,h5,h6{f... | 0.31321 | 0.062732 |
body
{
min-width: 250px;
margin: 0px;
font-family: Segoe UI, Arial, sans-serif;
font-size: 13px;
color: #545454;
background-color: #FFFFFF;
/* background-image: url(background.png); */
}
#clickhide-instructions,
#clickhide-cancel,
body.clickhide-active li
{
display: none;
}
body.clickhide-active #clic... | pages/skin/popup.css | body
{
min-width: 250px;
margin: 0px;
font-family: Segoe UI, Arial, sans-serif;
font-size: 13px;
color: #545454;
background-color: #FFFFFF;
/* background-image: url(background.png); */
}
#clickhide-instructions,
#clickhide-cancel,
body.clickhide-active li
{
display: none;
}
body.clickhide-active #clic... | 0.325628 | 0.053132 |
.desktop-banner-image {
background-color: transparent;
mix-blend-mode: multiply;
display: block;
margin: 0 auto 1rem;
}
/* nav */
.desktop-nav {
display: flex;
flex-direction: row;
justify-content: space-around;
width: 100%;
font-size: 1.3rem;
margin-top: 2rem;
}
.nav-items li {
border-top-right-radius: ... | CSS/default-styles/default.css |
.desktop-banner-image {
background-color: transparent;
mix-blend-mode: multiply;
display: block;
margin: 0 auto 1rem;
}
/* nav */
.desktop-nav {
display: flex;
flex-direction: row;
justify-content: space-around;
width: 100%;
font-size: 1.3rem;
margin-top: 2rem;
}
.nav-items li {
border-top-right-radius: ... | 0.309754 | 0.063511 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
.center-div {
display: flex;
justify-content: center;
max-width: 40rem;
margin-left: auto;
margin-right: auto;
}
.center-txt {
text-align: center;
max-width: 30rem;
margin-left: auto;
margin-right: auto;
}
.alert {
color: r... | static/classless.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
.center-div {
display: flex;
justify-content: center;
max-width: 40rem;
margin-left: auto;
margin-right: auto;
}
.center-txt {
text-align: center;
max-width: 30rem;
margin-left: auto;
margin-right: auto;
}
.alert {
color: r... | 0.441673 | 0.090013 |
body{
padding:0;
margin:0;
background:#FFF;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0... | css/style.css | body{
padding:0;
margin:0;
background:#FFF;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0... | 0.193414 | 0.040922 |
A {text-decoration: none;}
body {
background: rgb(34, 34, 34);
height: 280px;
width: 495px;
}
.clock {
width: 300px;
height: 80px;
position: absolute;
transform: translate(-50%, -50%);
top: 165px;
left: 50%;
display: flex;
align-items: center;
justify-content: space-between;
}
.clock div {
position: r... | Ruse Water Monitoring/popup.css | A {text-decoration: none;}
body {
background: rgb(34, 34, 34);
height: 280px;
width: 495px;
}
.clock {
width: 300px;
height: 80px;
position: absolute;
transform: translate(-50%, -50%);
top: 165px;
left: 50%;
display: flex;
align-items: center;
justify-content: space-between;
}
.clock div {
position: r... | 0.372277 | 0.074871 |
@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet&display=swap");
:root {
--Snigle-font: "sniglet", cursive;
--Rubik: "Rubik", cursive;
}
* {
box-sizing: border-box;
... | src/style.css | @import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet&display=swap");
:root {
--Snigle-font: "sniglet", cursive;
--Rubik: "Rubik", cursive;
}
* {
box-sizing: border-box;
... | 0.393502 | 0.106551 |
.grid-display {
display: -ms-grid;
display: grid;
-ms-grid-columns: 50px 50px 50px;
grid-template-columns: 50px 50px 50px;
-ms-grid-rows: 50px 50px 50px;
grid-template-rows: 50px 50px 50px;
margin: 20px;
}
.item {
/* -ms-grid-template-column: 2;
-ms-grid-template-row: 1; */
font-size: 2em;
text-a... | docs/note/css/grid-demo.css | .grid-display {
display: -ms-grid;
display: grid;
-ms-grid-columns: 50px 50px 50px;
grid-template-columns: 50px 50px 50px;
-ms-grid-rows: 50px 50px 50px;
grid-template-rows: 50px 50px 50px;
margin: 20px;
}
.item {
/* -ms-grid-template-column: 2;
-ms-grid-template-row: 1; */
font-size: 2em;
text-a... | 0.46563 | 0.308529 |
form {
margin: 0 0 20px;
}
input,
textarea {
width: 210px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
inpu... | public/assets/t3-assets/dev/green/templates.t3_blank.less.form.less.css | form {
margin: 0 0 20px;
}
input,
textarea {
width: 210px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
inpu... | 0.312265 | 0.145874 |
.jdpicker_w .date_selector * {
width: auto;
height: auto;
border: none;
background: none;
margin: 0;
padding: 0;
text-align: left;
text-decoration: none;
font-size:12px;
}
.jdpicker_w .date_selector {
background: #FFF;
border: 1px solid #bbb;
padding: 5px;
margin: -1px 0 0 0;
position: abs... | public/vendor/4.0/jdpicker_1.1/jdpicker.css | .jdpicker_w .date_selector * {
width: auto;
height: auto;
border: none;
background: none;
margin: 0;
padding: 0;
text-align: left;
text-decoration: none;
font-size:12px;
}
.jdpicker_w .date_selector {
background: #FFF;
border: 1px solid #bbb;
padding: 5px;
margin: -1px 0 0 0;
position: abs... | 0.333829 | 0.040541 |
.app{
background-color: #e2e8f0;
}
div {
display: block;
}
.app-header{
font-size: 30px;
margin: 6px;
margin-bottom: 0px;
box-sizing: border-box;
}
.app-grid{
display: grid;
row-gap: 16px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
.box{
border: 1p... | src/bookpage/bookpage.css | .app{
background-color: #e2e8f0;
}
div {
display: block;
}
.app-header{
font-size: 30px;
margin: 6px;
margin-bottom: 0px;
box-sizing: border-box;
}
.app-grid{
display: grid;
row-gap: 16px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
.box{
border: 1p... | 0.263031 | 0.075892 |
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
body {
font-family: 'Roboto Mono', monospace;
color: #666c7b;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: #f8f8f8;
font-weight: 400;
overflow: auto;
}
.demo-1 main {
positio... | demoHouse/LineMaker/css/demo.css | *, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
body {
font-family: 'Roboto Mono', monospace;
color: #666c7b;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: #f8f8f8;
font-weight: 400;
overflow: auto;
}
.demo-1 main {
positio... | 0.342352 | 0.055875 |
:root {
--template-figure-padding: 16px;
--template-snippet-background: #fdf8f4;
--template-grey-background: #f7f7f8;
--template-snippet-font-color: #b98a64;
--template-snippet-border-color: #e9a468;
--template-boilerplate-color: #5f6264;
}
.gallery {
padding-bottom: 20px;
}
section.template-wrapper {
... | products/api/src/content/static/css/template.css | :root {
--template-figure-padding: 16px;
--template-snippet-background: #fdf8f4;
--template-grey-background: #f7f7f8;
--template-snippet-font-color: #b98a64;
--template-snippet-border-color: #e9a468;
--template-boilerplate-color: #5f6264;
}
.gallery {
padding-bottom: 20px;
}
section.template-wrapper {
... | 0.521471 | 0.17245 |