code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@charset "utf-8";
/* CSS Document */
/* 通用 */
html{ height:100%; word-break:break-all;}
a,input,textarea{ outline:none;}
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}
body{ height:100%; background:#fff; color:#5d5b5b; font-size:16px; font-family:'Microsoft Yahei';}
.bg1{ background:#f9f9f9;}
.bg2{ bac... | src/main/webapp/static/help/css/common.css | @charset "utf-8";
/* CSS Document */
/* 通用 */
html{ height:100%; word-break:break-all;}
a,input,textarea{ outline:none;}
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}
body{ height:100%; background:#fff; color:#5d5b5b; font-size:16px; font-family:'Microsoft Yahei';}
.bg1{ background:#f9f9f9;}
.bg2{ bac... | 0.229449 | 0.089137 |
.accreditation_buttonset_wrapper dt, .accreditation_buttonset_wrapper dd {float:left;margin:0.75em;}
.accreditation_buttonset_wrapper dt {line-height:20px;}
.accreditation_buttonset_wrapper dd {width:100px;}
.accreditation-yes-no-buttonset {width:48px;}
#accreditation_student_supervision_type-element {width:335px;}
#... | public/css/library/Account/Form/site-sub-forms/accreditation.css | .accreditation_buttonset_wrapper dt, .accreditation_buttonset_wrapper dd {float:left;margin:0.75em;}
.accreditation_buttonset_wrapper dt {line-height:20px;}
.accreditation_buttonset_wrapper dd {width:100px;}
.accreditation-yes-no-buttonset {width:48px;}
#accreditation_student_supervision_type-element {width:335px;}
#... | 0.34798 | 0.195114 |
@media only screen and (min-width: 1170px){
#main, #header div.section, #messages div.section, #main, #triptych, #footer-columns, #footer, #featured{
min-width:1170px;
margin:auto;
}
.region-navigation{
border-bottom: 1px solid #ccc;
}
#featured div.section{
width:100%;
}
.curric_subje... | themes/curriculum/css/curriculum-min-1170px.css | @media only screen and (min-width: 1170px){
#main, #header div.section, #messages div.section, #main, #triptych, #footer-columns, #footer, #featured{
min-width:1170px;
margin:auto;
}
.region-navigation{
border-bottom: 1px solid #ccc;
}
#featured div.section{
width:100%;
}
.curric_subje... | 0.212559 | 0.032283 |
* {
/*-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
-webkit-text-shadow: none !important;
-ms-text-shadow: none !important;
text-shadow: none !important;
... | AngularWhiteBoard/WhiteBoard.Web/App/drugform/css/customTheme.css | * {
/*-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
-webkit-text-shadow: none !important;
-ms-text-shadow: none !important;
text-shadow: none !important;
... | 0.176814 | 0.044974 |
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
* {
margin: 0;
padding: 0;
text-decoration: none;
}
html {
height: 100%;
width: 100%;
}
body {
display: flex;
height: 100%;
width: 100%;
flex-flow: column wrap;
margin-top: 25px;
align-items: cen... | login.css | @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
* {
margin: 0;
padding: 0;
text-decoration: none;
}
html {
height: 100%;
width: 100%;
}
body {
display: flex;
height: 100%;
width: 100%;
flex-flow: column wrap;
margin-top: 25px;
align-items: cen... | 0.452052 | 0.081447 |
body {
font-family: sans-serif;
font: 'Open Sans', sans-serif;
font-size: 16px;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
color: #000000;
background-color: #eee;
}
h3, h4 {
margin: 10px 0 30px 0;
letter-spacing: 10px;
font-size: 20px;
}
h2 {
color: #2D2D2C;
}
/*Navigation*/
.navbar-right... | public/css/page.css | body {
font-family: sans-serif;
font: 'Open Sans', sans-serif;
font-size: 16px;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
color: #000000;
background-color: #eee;
}
h3, h4 {
margin: 10px 0 30px 0;
letter-spacing: 10px;
font-size: 20px;
}
h2 {
color: #2D2D2C;
}
/*Navigation*/
.navbar-right... | 0.272315 | 0.065545 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | 0.395368 | 0.057998 |
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
#logout {
list-style: none none !important;
background-color: #bdbdbd !important;
}
@media (min-width: 820px) {
.small {
display: none !important;
}
}
#login {
background: #bdbdbd;
border-radius: 6px... | public/stylesheets/style.css | body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
#logout {
list-style: none none !important;
background-color: #bdbdbd !important;
}
@media (min-width: 820px) {
.small {
display: none !important;
}
}
#login {
background: #bdbdbd;
border-radius: 6px... | 0.275032 | 0.069954 |
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/xampp\/www\/taobao\/css\/index\.less}line{font-family:\000032}}
html {
font-family: Helvetica sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/xampp\/www\/taobao\/css\/index\.less}line{font-family:\000033}}
body,
h1,
h2,
h3,
h4,
h5,
... | css/index.css | @media -sass-debug-info{filename{font-family:file\:\/\/E\:\/xampp\/www\/taobao\/css\/index\.less}line{font-family:\000032}}
html {
font-family: Helvetica sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/xampp\/www\/taobao\/css\/index\.less}line{font-family:\000033}}
body,
h1,
h2,
h3,
h4,
h5,
... | 0.270191 | 0.046206 |
html{
height: 100%;
}
body {
min-height: 100%;
padding:0;
margin:0;
position:relative;
}
.wrap {
min-height: 50%;
height: auto;
margin: 50px auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
/*padding: 70px 15px 20px;*/
padding: 0px 0px 0px 0px;
margin-left: 0px;... | web/css/backup_css.css | html{
height: 100%;
}
body {
min-height: 100%;
padding:0;
margin:0;
position:relative;
}
.wrap {
min-height: 50%;
height: auto;
margin: 50px auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
/*padding: 70px 15px 20px;*/
padding: 0px 0px 0px 0px;
margin-left: 0px;... | 0.479504 | 0.072966 |
body {
font-family: "Times New Roman", Times, serif;
}
hr {
color: #3C1E04; /* for IE */
background-color: #3C1E04; /* for Opera and Mozilla */
height: 1px;
border: 0px;
}
input, textarea {
border: 1px solid #3C1E04;
}
a {
color: #3C1E04 ;
background-color: transparent ;
text-decora... | public/stylesheets/ghostsandspirits.css | body {
font-family: "Times New Roman", Times, serif;
}
hr {
color: #3C1E04; /* for IE */
background-color: #3C1E04; /* for Opera and Mozilla */
height: 1px;
border: 0px;
}
input, textarea {
border: 1px solid #3C1E04;
}
a {
color: #3C1E04 ;
background-color: transparent ;
text-decora... | 0.289673 | 0.093885 |
display: none;
}
#emergency-callback-notification.displayed {
display: block;
}
@keyframes fn-rotate {
from {
transform: rotate(1deg);
}
to {
transform: rotate(360deg);
}
}
#emergency-callback-notification > .title-container {
margin: 1rem 0 0;
margin-inline-start: 3.7rem;
}
#emergency-call... | apps/system/style/emergency_callback_manager/emergency_callback_manager.css | display: none;
}
#emergency-callback-notification.displayed {
display: block;
}
@keyframes fn-rotate {
from {
transform: rotate(1deg);
}
to {
transform: rotate(360deg);
}
}
#emergency-callback-notification > .title-container {
margin: 1rem 0 0;
margin-inline-start: 3.7rem;
}
#emergency-call... | 0.427277 | 0.076098 |
.form-control{
background: #ffffff;
border: 1px solid #d9d9d9;
box-sizing: border-box;
border-radius: 4px;
width: 675px;
height: 40px;
padding: 8px 17px;
margin-left: 95px;
margin-bottom: 25px;
}
.cont-loader{
margin-left: 45px;
margin-top: 20px;
display: flex;
}
.load... | src/Pages/Search/styles.css | .form-control{
background: #ffffff;
border: 1px solid #d9d9d9;
box-sizing: border-box;
border-radius: 4px;
width: 675px;
height: 40px;
padding: 8px 17px;
margin-left: 95px;
margin-bottom: 25px;
}
.cont-loader{
margin-left: 45px;
margin-top: 20px;
display: flex;
}
.load... | 0.335786 | 0.088544 |
body {
overflow: hidden;
display: grid;
grid-template-areas: "nav""main";
grid-template-rows: 48px auto;
max-height: 100%;
max-width: 100%;
margin: 0;
background-color: rgb(230, 230, 230);
}
main {
height: calc(100vh - 48px);
width: 100vw;
grid-area: main;
... | public/webpages/supply/supply.css | body {
overflow: hidden;
display: grid;
grid-template-areas: "nav""main";
grid-template-rows: 48px auto;
max-height: 100%;
max-width: 100%;
margin: 0;
background-color: rgb(230, 230, 230);
}
main {
height: calc(100vh - 48px);
width: 100vw;
grid-area: main;
... | 0.532182 | 0.102484 |
.home{
.hero{
&__image{
width: 100%;
/*max-width: 1200px;*/
height: 350px;
background-size: cover;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
background-position: center;
text-align: center;
/*background-color: var(--brow... | web/assets/css/home.css | .home{
.hero{
&__image{
width: 100%;
/*max-width: 1200px;*/
height: 350px;
background-size: cover;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
background-position: center;
text-align: center;
/*background-color: var(--brow... | 0.358465 | 0.060975 |
html {
box-sizing: border-box;
}
*, *::before, *::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html, body {
width: 100%;
height: 100%;
}
body {
background: #333;
color: #fff;
font-size: 18px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-ser... | assets/css/style.css | html {
box-sizing: border-box;
}
*, *::before, *::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html, body {
width: 100%;
height: 100%;
}
body {
background: #333;
color: #fff;
font-size: 18px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-ser... | 0.50415 | 0.076753 |
.demo {
background-color: #E2E2E2;
}
.serviceBox {
color: #303030;
background-color: #fff;
font-family: 'Lato', sans-serif;
text-align: center;
padding: 25px 10px;
margin: 75px 0 0;
border-radius: 15px;
box-shadow: 0 4px 14px rgba(204, 197, 185, 0.5);
}
.serviceBox .service-icon {
colo... | public/author_public/css/author_managequiz1.css | .demo {
background-color: #E2E2E2;
}
.serviceBox {
color: #303030;
background-color: #fff;
font-family: 'Lato', sans-serif;
text-align: center;
padding: 25px 10px;
margin: 75px 0 0;
border-radius: 15px;
box-shadow: 0 4px 14px rgba(204, 197, 185, 0.5);
}
.serviceBox .service-icon {
colo... | 0.339499 | 0.057045 |
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.5;
background: #eee;
color: #333;
}
.featured {
height: 160px;
padding: 20px 0 50px;
margin-bottom: -25px;
background-color: #aaa;
background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#eee... | Addons/Weiba/View/default/Public/swiper/demo-apps/appstore/css/appstore.css | body {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.5;
background: #eee;
color: #333;
}
.featured {
height: 160px;
padding: 20px 0 50px;
margin-bottom: -25px;
background-color: #aaa;
background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#eee... | 0.254046 | 0.062732 |
body {
margin: 0;
padding: 0;
background-color: rgb(39, 38, 38);
}
nav {
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease-in-out;
}
.alert {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
position: absolute;
z-index:... | src/styles/style.css | body {
margin: 0;
padding: 0;
background-color: rgb(39, 38, 38);
}
nav {
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease-in-out;
}
.alert {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
position: absolute;
z-index:... | 0.61173 | 0.091748 |
.brickfolio {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
font-family:sans-serif;
font-size:16px;
margin:0 auto;
background-image:url(../images/jiazai.gif)/*tpa=http://www.mfdemo.cn/public/templates/default/images/jiazai.gif*/;
background-repeat:no-repeat;
background-posi... | public/homes/public/templates/default/style/jquery.brickfolio.min.css | .brickfolio {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
font-family:sans-serif;
font-size:16px;
margin:0 auto;
background-image:url(../images/jiazai.gif)/*tpa=http://www.mfdemo.cn/public/templates/default/images/jiazai.gif*/;
background-repeat:no-repeat;
background-posi... | 0.170923 | 0.097305 |
.clearfix {
clear: both;
}
.tooltip {
cursor: pointer;
}
.dnone {
display: none;
}
body {
background: #fff;
color: #4a4a4a;
direction: ltr;
font-family: Helvetica, Arial, sans-serif;
font-size: .9rem;
line-height: 1.5rem;
margin: 0;
min-width: 24rem;
overflow-x: hidden;
}
header {
align-items: cente... | extension/src/client/style.css | .clearfix {
clear: both;
}
.tooltip {
cursor: pointer;
}
.dnone {
display: none;
}
body {
background: #fff;
color: #4a4a4a;
direction: ltr;
font-family: Helvetica, Arial, sans-serif;
font-size: .9rem;
line-height: 1.5rem;
margin: 0;
min-width: 24rem;
overflow-x: hidden;
}
header {
align-items: cente... | 0.350644 | 0.10316 |
@import url(https://fonts.googleapis.com/css?family=Google+Sans);
html,body {
margin: 0;
height: 100%;
background:#c8f7c5;
text-align: center;
font-family: 'Google Sans',serif;
margin-top: 40px;
margin-left: 70px;
margin-right: 70px;
}
.frame{
width: 600px;
height: 350px;
... | static/css/review.css | @import url(https://fonts.googleapis.com/css?family=Google+Sans);
html,body {
margin: 0;
height: 100%;
background:#c8f7c5;
text-align: center;
font-family: 'Google Sans',serif;
margin-top: 40px;
margin-left: 70px;
margin-right: 70px;
}
.frame{
width: 600px;
height: 350px;
... | 0.337968 | 0.068975 |
* { word-wrap: break-word; }
body { background: #FFF; text-align: center; background:#ffffff url(../images/bg.jpg) no-repeat center 31px;}
body, td, input, textarea, select, button {color:#444;font:400 15px/1.8 "Microsoft YaHei",Rajdhani,Play,Helvetica Neue,Helvetica,Helvetica,Arial,sans-serif;-webkit-font-smoothing:an... | application/common/blog/themes/default/style/blog.css | * { word-wrap: break-word; }
body { background: #FFF; text-align: center; background:#ffffff url(../images/bg.jpg) no-repeat center 31px;}
body, td, input, textarea, select, button {color:#444;font:400 15px/1.8 "Microsoft YaHei",Rajdhani,Play,Helvetica Neue,Helvetica,Helvetica,Arial,sans-serif;-webkit-font-smoothing:an... | 0.345216 | 0.11836 |
@charset "utf-8";
/*
* @Author: youcan
* @Date: 2015-04-27 10:27:39
* @Last Modified by: Administrator
* @Last Modified time: 2015-11-17 14:11:30
*/
.container{padding:20px 20px; height: auto;overflow-x:auto}
a:hover {
text-decoration: none;
}
/* 基本设置 */
.f14{font-size: 14px}
.f16{font-size: 16px}
... | public/seller/css/seller.css | @charset "utf-8";
/*
* @Author: youcan
* @Date: 2015-04-27 10:27:39
* @Last Modified by: Administrator
* @Last Modified time: 2015-11-17 14:11:30
*/
.container{padding:20px 20px; height: auto;overflow-x:auto}
a:hover {
text-decoration: none;
}
/* 基本设置 */
.f14{font-size: 14px}
.f16{font-size: 16px}
... | 0.173148 | 0.077797 |
*{
margin: 0;
padding: 0;
list-style: none;
font-family: 'Abel', sans-serif;
}
h1, h2{
font-family: 'Amatic SC', cursive;
}
#images, #content{
width: 50%;
float: left;
overflow: hidden;
}
ul{
position: relative;
width: 100%;
height: 100vh;
}
#content >ul{
background-color: #ecf0f1;
}
#content>ul... | css/style.css | *{
margin: 0;
padding: 0;
list-style: none;
font-family: 'Abel', sans-serif;
}
h1, h2{
font-family: 'Amatic SC', cursive;
}
#images, #content{
width: 50%;
float: left;
overflow: hidden;
}
ul{
position: relative;
width: 100%;
height: 100vh;
}
#content >ul{
background-color: #ecf0f1;
}
#content>ul... | 0.36376 | 0.092442 |
@-moz-document domain("twitter.com")
{
/* Twitter Colors */
/* https://userstyles.org/styles/185160/ */
/* Created: June 21, 2021 */
/* Updated: N/A */
/* ==================== */
/* common */
/* ==================== */
/* twitter logo */
/*
.r-13gxpu9.r-4qtqp9.r-yyyyoo.r-16y2uox.r-1q142lx.r-8kz0gk.r-dnmrzs... | data/usercss/208766.user.css | @-moz-document domain("twitter.com")
{
/* Twitter Colors */
/* https://userstyles.org/styles/185160/ */
/* Created: June 21, 2021 */
/* Updated: N/A */
/* ==================== */
/* common */
/* ==================== */
/* twitter logo */
/*
.r-13gxpu9.r-4qtqp9.r-yyyyoo.r-16y2uox.r-1q142lx.r-8kz0gk.r-dnmrzs... | 0.267791 | 0.050471 |
:root {
--redClr: #e23943;
--redClrHover: #f57980;
--blueClr: #273042;
--lightBlueClr: #4c6087;
}
* {
padding: 0;
margin: 0;
}
body {
width: 95vw;
margin: 0 auto;
background-color: #9e9e9e;
font-family: 'Raleway';
}
.circle {
border-radius: 50%;
}
/*HEADER CONTENT*/
hea... | style/style.css | :root {
--redClr: #e23943;
--redClrHover: #f57980;
--blueClr: #273042;
--lightBlueClr: #4c6087;
}
* {
padding: 0;
margin: 0;
}
body {
width: 95vw;
margin: 0 auto;
background-color: #9e9e9e;
font-family: 'Raleway';
}
.circle {
border-radius: 50%;
}
/*HEADER CONTENT*/
hea... | 0.579281 | 0.156008 |
html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#shijian {
font-size: 100%;
color: #7f8c97;
background-color: #e9f0f5;
}
img {
max-width: 100%;
}
/* ------------------------... | docs/2019-nCoV/assets/css/shijianzhoustyle.css | html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#shijian {
font-size: 100%;
color: #7f8c97;
background-color: #e9f0f5;
}
img {
max-width: 100%;
}
/* ------------------------... | 0.292595 | 0.040999 |
.background_glossyChartreuse2,
.hover_background_glossyChartreuse2:hover,
.active_background_glossyChartreuse2:active:hover {
background: #6cd900;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
backgro... | widgets/common/assets/gradients/glossy/glossyChartreuse/glossyChartreuse2.css | .background_glossyChartreuse2,
.hover_background_glossyChartreuse2:hover,
.active_background_glossyChartreuse2:active:hover {
background: #6cd900;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
backgro... | 0.438785 | 0.062417 |
body{
/*background: url('../img/bg.jpg') top center no-repeat;width:100%;height:1100px;position: absolute;top:0;*/
font-family: 'Poppins';
font-weight: 400;
font-size: 14px;
background-color: #f4f4f4;
}
a:hover{text-decoration: none;}
a:foucs{outline: none;}
ul{margin: 0;padding: 0;list-style: none;}
/* =======... | public/manage_assets/css/style.css | body{
/*background: url('../img/bg.jpg') top center no-repeat;width:100%;height:1100px;position: absolute;top:0;*/
font-family: 'Poppins';
font-weight: 400;
font-size: 14px;
background-color: #f4f4f4;
}
a:hover{text-decoration: none;}
a:foucs{outline: none;}
ul{margin: 0;padding: 0;list-style: none;}
/* =======... | 0.303835 | 0.039676 |
.mapConfigOverlay {
display: none;
position: absolute;
z-index: 31;
background: #FFF;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
border: 1px solid #428BC9;
}
/*
* Common between MAP CONTENT & LOCATION
*/
.mapConfigOverlay .header {
font-size: 1.25em;
font-family: 'open_sanssemibold', sans-serif;
text-align: cen... | src/app/storymaps/common/builder/media/map/MapConfigOverlay.css | .mapConfigOverlay {
display: none;
position: absolute;
z-index: 31;
background: #FFF;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
border: 1px solid #428BC9;
}
/*
* Common between MAP CONTENT & LOCATION
*/
.mapConfigOverlay .header {
font-size: 1.25em;
font-family: 'open_sanssemibold', sans-serif;
text-align: cen... | 0.334807 | 0.087837 |
.classicInput {
display: flex;
flex-direction: row;
}
.classicInput > input,
.classicInput > select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
padding: 0.3rem 0.8rem;
border-radius: 0.4rem;
border: none;
font-size: 1.2rem;
background-color: #f0f0f0;
colo... | src/styles/DateSelector.module.css | .classicInput {
display: flex;
flex-direction: row;
}
.classicInput > input,
.classicInput > select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
padding: 0.3rem 0.8rem;
border-radius: 0.4rem;
border: none;
font-size: 1.2rem;
background-color: #f0f0f0;
colo... | 0.419886 | 0.094636 |
body{
overflow-x: unset;
position: initial;
margin: 0;
padding: 0;
}
#redoc * {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
font-weight: 400 !important;
font-size: 16px !i... | website/static/css/api.css |
body{
overflow-x: unset;
position: initial;
margin: 0;
padding: 0;
}
#redoc * {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
font-weight: 400 !important;
font-size: 16px !i... | 0.377082 | 0.087252 |
width: 21%;
height: 100vh;
position: fixed;
background-color: #E63946;
margin: 0;
padding: 0;
float: left;
z-index: 2;
}
#menuLeft a {
text-decoration: none;
color: white;
}
#menuLeft #collaborate-logo {
font-family: 'Pacifico', cursive;
width: 100%;
display: flex;
... | static/css/menuLeft.css | width: 21%;
height: 100vh;
position: fixed;
background-color: #E63946;
margin: 0;
padding: 0;
float: left;
z-index: 2;
}
#menuLeft a {
text-decoration: none;
color: white;
}
#menuLeft #collaborate-logo {
font-family: 'Pacifico', cursive;
width: 100%;
display: flex;
... | 0.391406 | 0.106737 |
@import 'variables.css';
.home-headline.outer {
background-color: color(var(--darkgrey));
color: #fff;
text-align: center;
padding-top: 6em;
padding-bottom: 6em;
}
.home-headline h1 {
margin: 0;
}
.home-call-to-action {
margin-top: 3em;
}
.home-call-to-action-alternative {
margin-top... | assets/css/home.css | @import 'variables.css';
.home-headline.outer {
background-color: color(var(--darkgrey));
color: #fff;
text-align: center;
padding-top: 6em;
padding-bottom: 6em;
}
.home-headline h1 {
margin: 0;
}
.home-call-to-action {
margin-top: 3em;
}
.home-call-to-action-alternative {
margin-top... | 0.526586 | 0.122576 |
li:not(:last-child) {
margin-bottom: 10px;
}
.button_resume {
padding-top: 40px;
position: relative;
text-align: center;
}
.background {
position: relative;
padding-top: 10px;
margin: auto;
background: #E5E5E5;
width: 360px;
height: 640... | public/css/CompleteActivity.css | li:not(:last-child) {
margin-bottom: 10px;
}
.button_resume {
padding-top: 40px;
position: relative;
text-align: center;
}
.background {
position: relative;
padding-top: 10px;
margin: auto;
background: #E5E5E5;
width: 360px;
height: 640... | 0.479504 | 0.082883 |
body {
background-color: #444;
}
div#gallery-background {
position: fixed;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
display: flex;
justify-content: center;
align-items: center;
touch-action: none;
user-select: none;
}
img.gallery-photo {
position: fixed;
}
div#galler... | gallery.css | body {
background-color: #444;
}
div#gallery-background {
position: fixed;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
display: flex;
justify-content: center;
align-items: center;
touch-action: none;
user-select: none;
}
img.gallery-photo {
position: fixed;
}
div#galler... | 0.57523 | 0.066055 |
@keyrames fade
{
from {opacity: 1;}
to {opacity: 0;}
}
@keyframes fall
{
from {transform: translateY(-100px);}
8% {transform: translateY(-98px);}
12% {transform: translateY(-95px);}
15% {transform: translateY(-91px);}
19% {transform: translateY(-86px);}
23% {transform: translateY(-80px);}
26% {transform: tran... | Donut.css | @keyrames fade
{
from {opacity: 1;}
to {opacity: 0;}
}
@keyframes fall
{
from {transform: translateY(-100px);}
8% {transform: translateY(-98px);}
12% {transform: translateY(-95px);}
15% {transform: translateY(-91px);}
19% {transform: translateY(-86px);}
23% {transform: translateY(-80px);}
26% {transform: tran... | 0.331336 | 0.286905 |
body {
background-color: #FFFFFF;
text-align: center;
font-family: "Trebuchet MS", verdana, arial, sans-serif;
line-height: 1.5;
margin: 50px 0;
}
/* Texts and titles */
body > * {
display: inline-block;
}
h1 {
display: block;
text-align: center;
color: firebrick;
font-size: 55px;
}
h1 span {
font-style: ... | WomenInScience/css/WomenInScience.css | body {
background-color: #FFFFFF;
text-align: center;
font-family: "Trebuchet MS", verdana, arial, sans-serif;
line-height: 1.5;
margin: 50px 0;
}
/* Texts and titles */
body > * {
display: inline-block;
}
h1 {
display: block;
text-align: center;
color: firebrick;
font-size: 55px;
}
h1 span {
font-style: ... | 0.369315 | 0.083965 |
body {
/* background: #ecf0f1 url('starfield.jpg') repeat-x 0 50px; */
background: #fff;
font-family: 'Open Sans', sans-serif;
color: #323232;
}
.container {
margin: 0 auto;
width: 95%;
}
.container-fixed {
margin: 0 auto;
max-width: 1300px;
margin-bottom: 40px;
}
img.screenshot {
border: none;
... | common-app-lib/resources/public/site/css/eui.css | body {
/* background: #ecf0f1 url('starfield.jpg') repeat-x 0 50px; */
background: #fff;
font-family: 'Open Sans', sans-serif;
color: #323232;
}
.container {
margin: 0 auto;
width: 95%;
}
.container-fixed {
margin: 0 auto;
max-width: 1300px;
margin-bottom: 40px;
}
img.screenshot {
border: none;
... | 0.507568 | 0.116437 |
:host {
--app-header-height: auto;
--app-header-typography-1-size: 24px;
--app-header-typography-2-size: 28px;
--app-header-typography-3-size: 32px;
--app-header-typography-4-size: 36px;
--app-header-typography-5-size: 42px;
--app-header-typography-6-size: 48px;
--app-header-typography-7-size: 54px;
... | src/components/navigation/z-app-header/styles.css | :host {
--app-header-height: auto;
--app-header-typography-1-size: 24px;
--app-header-typography-2-size: 28px;
--app-header-typography-3-size: 32px;
--app-header-typography-4-size: 36px;
--app-header-typography-5-size: 42px;
--app-header-typography-6-size: 48px;
--app-header-typography-7-size: 54px;
... | 0.580947 | 0.091382 |
* @section Base Styles
*/
/**
* @section Variable Styles
*/
/* colors */
/* mixins and extends */
/**
* @section Main Styles
*/
/* line 5, src/sass/components/_style.scss */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 1rem;
color: #999;
background: #222;
margin-bottom: 10rem;
}
/* line... | dist/css/main.css | * @section Base Styles
*/
/**
* @section Variable Styles
*/
/* colors */
/* mixins and extends */
/**
* @section Main Styles
*/
/* line 5, src/sass/components/_style.scss */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 1rem;
color: #999;
background: #222;
margin-bottom: 10rem;
}
/* line... | 0.307566 | 0.045692 |
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
@keyframes bounceIn {
from,
20%,
... | Guess the word/animations.css | @keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
@keyframes bounceIn {
from,
20%,
... | 0.427158 | 0.273832 |
@font-face {
font-family: IRYekan;
src: url("../images/IRYekan.ttf");
}
@font-face {
font-family: IRMitra;
src: url("../images/IRMitra.ttf");
}
body {
margin: 0;
padding: 0;
font-family: IRYekan;
}
.tr {
background-color: red;
}
.tb {
background-color: blue;
}
.w100 {
width: 100%;
}
.d-f {
display... | src/components/layout.css | @font-face {
font-family: IRYekan;
src: url("../images/IRYekan.ttf");
}
@font-face {
font-family: IRMitra;
src: url("../images/IRMitra.ttf");
}
body {
margin: 0;
padding: 0;
font-family: IRYekan;
}
.tr {
background-color: red;
}
.tb {
background-color: blue;
}
.w100 {
width: 100%;
}
.d-f {
display... | 0.457621 | 0.105533 |
@font-face {
font-family: 'Maax';
src: url('../fonts/Maax.ttf');
}
@font-face {
font-family: 'MaaxBold';
src: url('../fonts/Maax-Bold.ttf');
}
@font-face {
font-family: 'MaaxMedium';
src: url('../fonts/Maax-Medium.ttf');
}
.button {
display: inline-block;
font-size: 1.2rem;
line-height: 1.3rem;
text... | css/styles.css | @font-face {
font-family: 'Maax';
src: url('../fonts/Maax.ttf');
}
@font-face {
font-family: 'MaaxBold';
src: url('../fonts/Maax-Bold.ttf');
}
@font-face {
font-family: 'MaaxMedium';
src: url('../fonts/Maax-Medium.ttf');
}
.button {
display: inline-block;
font-size: 1.2rem;
line-height: 1.3rem;
text... | 0.405802 | 0.062103 |
div.ex1 {
background-color: rgba(255, 255, 255, 0.8);
height: 400px;
width: 100%;
overflow-y: scroll;
font-family: 'Kalam', cursive;
font-weight: bold !important;
box-shadow: 3px 7px 10px rgba(0,0,0,0.2);
}
/* Ajouts de Raphaël */
/*----------------------------------------------------... | public/css/backoff-app.css | div.ex1 {
background-color: rgba(255, 255, 255, 0.8);
height: 400px;
width: 100%;
overflow-y: scroll;
font-family: 'Kalam', cursive;
font-weight: bold !important;
box-shadow: 3px 7px 10px rgba(0,0,0,0.2);
}
/* Ajouts de Raphaël */
/*----------------------------------------------------... | 0.337749 | 0.09795 |
body {
font-family: 'Ubuntu', Yunghkio, Helvetica, Arial, sans-serif;
background: #fff;
line-height: 1.8em;
}
a {
-webkit-transition:all 0.15s ease-out 0;
-moz-transition:all 0.15s ease-out 0;
transition:all 0.15s ease-out 0;
}
label {
font-weight: normal;
}
/* Mozilla based browsers */
::-moz-selection {
... | content/shared/themes/genesis/assets/css/style.css | body {
font-family: 'Ubuntu', Yunghkio, Helvetica, Arial, sans-serif;
background: #fff;
line-height: 1.8em;
}
a {
-webkit-transition:all 0.15s ease-out 0;
-moz-transition:all 0.15s ease-out 0;
transition:all 0.15s ease-out 0;
}
label {
font-weight: normal;
}
/* Mozilla based browsers */
::-moz-selection {
... | 0.229794 | 0.046292 |
.text__color--main-dark {
color: #06067c !important; }
.text__color--alt-dark {
color: #720675 !important; }
.text__color--main-light {
color: #dbdce2 !important; }
.text__color--alt-light {
color: #d708e2 !important; }
.text__align--right {
text-align: right; }
.text__align--center {
text-align: cente... | css/main.css | .text__color--main-dark {
color: #06067c !important; }
.text__color--alt-dark {
color: #720675 !important; }
.text__color--main-light {
color: #dbdce2 !important; }
.text__color--alt-light {
color: #d708e2 !important; }
.text__align--right {
text-align: right; }
.text__align--center {
text-align: cente... | 0.521959 | 0.069573 |
* Make the background dark.
*/
body, nav {
background-color: #24292e !important;
}
/*
* Make the icons on the top navigation white for contrast.
*/
nav svg path {
color: white;
}
/*
* Make the word "Classroom" next to the logo white.
*/
a, h1 span {
color: white !important;
}
/*
* Dark icons on th... | classroom-dark.user.css | * Make the background dark.
*/
body, nav {
background-color: #24292e !important;
}
/*
* Make the icons on the top navigation white for contrast.
*/
nav svg path {
color: white;
}
/*
* Make the word "Classroom" next to the logo white.
*/
a, h1 span {
color: white !important;
}
/*
* Dark icons on th... | 0.393502 | 0.092319 |
@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
html {
font-size: 14px;
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
}
#main {
max-width: 600px;
margin: auto;
box-sizing: inherit;
color: #484848;
}
h2 {
text-align: center;
... | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
html {
font-size: 14px;
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
}
#main {
max-width: 600px;
margin: auto;
box-sizing: inherit;
color: #484848;
}
h2 {
text-align: center;
... | 0.494141 | 0.100481 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
* {
text-decoration: none;
box-sizing: border-box;
margin: 0;
padding: 0;
... | public/css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
* {
text-decoration: none;
box-sizing: border-box;
margin: 0;
padding: 0;
... | 0.36659 | 0.078749 |
section.checkout_page__stickycont {
position: relative;
padding: 82px 0 0 40px;
background: #f2f2f2 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1023.5px) {
section.checkout_page__stickycont {
padding: 82px 0 40px;
}
}
section.checkout_page__stickycont .checkout_page__stickycont__block {
... | src/styles/common/checkout/stickycont/dist/index.css | section.checkout_page__stickycont {
position: relative;
padding: 82px 0 0 40px;
background: #f2f2f2 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1023.5px) {
section.checkout_page__stickycont {
padding: 82px 0 40px;
}
}
section.checkout_page__stickycont .checkout_page__stickycont__block {
... | 0.375592 | 0.053428 |
body {
_background: url(about:_blank) fixed;
}
.m-client {
top: 200px; position: fixed; z-index: 999;
}
.m-client .client-title {
background: url("ttqq-ico.png") no-repeat center 10px; padding: 50px 0px 20px; width: 32px; text-align: center; font-family: "microsoft yahei"; font-size: 18px; float: left; display: inli... | themes/simplebootx/Public/img/client.css | body {
_background: url(about:_blank) fixed;
}
.m-client {
top: 200px; position: fixed; z-index: 999;
}
.m-client .client-title {
background: url("ttqq-ico.png") no-repeat center 10px; padding: 50px 0px 20px; width: 32px; text-align: center; font-family: "microsoft yahei"; font-size: 18px; float: left; display: inli... | 0.474875 | 0.112405 |
.btnAlign {
margin-right: 7px;
float: right;
}
tr.mat-footer-row, tr.mat-row-task {
height: 45px !important;
text-align: left !important;
vertical-align: middle;
padding-right: 65px !important;
padding-left: 65px !important;
}
.mat-row-task:nth-child(even) {
background-color: #e1e3e7;
... | PlatformUI3/src/app/com/cognizant/devops/platformui/modules/schedule-task-managment/schedule-task-managment.component.css | .btnAlign {
margin-right: 7px;
float: right;
}
tr.mat-footer-row, tr.mat-row-task {
height: 45px !important;
text-align: left !important;
vertical-align: middle;
padding-right: 65px !important;
padding-left: 65px !important;
}
.mat-row-task:nth-child(even) {
background-color: #e1e3e7;
... | 0.350421 | 0.103205 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Accessibility
# Alignments
# Clearings
# Content
## Header
## Sidebars
## Footer
## Posts and pages
## Asides (not used)
## Comments
# Media
## Captions and Galleries
## Profile Pictures ("avatars")
# Widgets ... | themes/bootstrap/css/theme-base.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Accessibility
# Alignments
# Clearings
# Content
## Header
## Sidebars
## Footer
## Posts and pages
## Asides (not used)
## Comments
# Media
## Captions and Galleries
## Profile Pictures ("avatars")
# Widgets ... | 0.388386 | 0.059237 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
text-decoration: none;
}
body {
font-family: 'Montserrat', sans-serif;
background: #eeeeee; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ffffff, #eeeeee); /* Chrome 10-25, Safari 5.1-6 */
background: lin... | web/resources/css/index-page.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
text-decoration: none;
}
body {
font-family: 'Montserrat', sans-serif;
background: #eeeeee; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ffffff, #eeeeee); /* Chrome 10-25, Safari 5.1-6 */
background: lin... | 0.50952 | 0.091139 |
*
{
/* outline: solid 3px orange; */
border-radius: 10px;
}
/*
#B4DC7F - green
#7B886F - swamp
#DAB6C4 - lavander
#FEFFA5 - yellow
#FFA0AC - light pink
*/
body
{
margin: 40px;
background-color: #FEFFA5;
}
.sidebar
{
grid-area: sidebar;
}
.content
{
grid-area: content;
}
.header
{
grid-area: he... | css/style.css | *
{
/* outline: solid 3px orange; */
border-radius: 10px;
}
/*
#B4DC7F - green
#7B886F - swamp
#DAB6C4 - lavander
#FEFFA5 - yellow
#FFA0AC - light pink
*/
body
{
margin: 40px;
background-color: #FEFFA5;
}
.sidebar
{
grid-area: sidebar;
}
.content
{
grid-area: content;
}
.header
{
grid-area: he... | 0.303629 | 0.094177 |
* {
margin: 0%;
padding: 0%;
}
html,
body {
font-family: 'FreeSans', sans-serif;
font-size: 100%;
color: #774936;
}
#game-area {
position: fixed;
}
#footer {
position: absolute;
z-index: 3;
left: 50%;
bottom: 16px;
font-size: 0.65rem;
margin-left: -70px;
text-align: c... | styles/main.css | * {
margin: 0%;
padding: 0%;
}
html,
body {
font-family: 'FreeSans', sans-serif;
font-size: 100%;
color: #774936;
}
#game-area {
position: fixed;
}
#footer {
position: absolute;
z-index: 3;
left: 50%;
bottom: 16px;
font-size: 0.65rem;
margin-left: -70px;
text-align: c... | 0.451568 | 0.178562 |
@charset "utf-8";
/* CSS Document */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body, td, th, p {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2rem;
line-height: 1.5;
}
body {
background-color: #fdfdfd;
margin: 0;
position: relative;
}
ul, li {
font-famil... | src/css/styles.css | @charset "utf-8";
/* CSS Document */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body, td, th, p {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2rem;
line-height: 1.5;
}
body {
background-color: #fdfdfd;
margin: 0;
position: relative;
}
ul, li {
font-famil... | 0.322953 | 0.071656 |
.alert {
font-size: 14px !important;
border-left: 5px solid;
border-radius: 0;
font-weight: normal !important;
padding: 8px 15px;
}
.btn-sm, .btn-xs {
font-size: 16px !important;
}
.btn-lg {
padding: 10px 30px;
}
.form-group label {
font-size: 14px;
}
.btn {
box-shadow: 0 3px 0 0 ... | resources/css/custom-bootstrap.css | .alert {
font-size: 14px !important;
border-left: 5px solid;
border-radius: 0;
font-weight: normal !important;
padding: 8px 15px;
}
.btn-sm, .btn-xs {
font-size: 16px !important;
}
.btn-lg {
padding: 10px 30px;
}
.form-group label {
font-size: 14px;
}
.btn {
box-shadow: 0 3px 0 0 ... | 0.343562 | 0.192862 |
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url('../fonts/RobotoSlab.woff2') format('woff2'),
url('../fonts/RobotoSlab.woff') format('woff');
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url('../f... | doc/styles/main.css |
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url('../fonts/RobotoSlab.woff2') format('woff2'),
url('../fonts/RobotoSlab.woff') format('woff');
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url('../f... | 0.480235 | 0.066995 |
.PictureViewer_Toolbar {
clear: both;
}
/*#region LeftSideOfToolbar*/
.PictureViewer_Toolbar .Title {
font-family: times, Times New Roman, times-roman, georgia, serif;
color: #555;
font-size: 1.7em;
letter-spacing: -1px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
}
.Pic... | Components/Toolbar.css | .PictureViewer_Toolbar {
clear: both;
}
/*#region LeftSideOfToolbar*/
.PictureViewer_Toolbar .Title {
font-family: times, Times New Roman, times-roman, georgia, serif;
color: #555;
font-size: 1.7em;
letter-spacing: -1px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
}
.Pic... | 0.383641 | 0.104067 |
p{
color: black;
text-align: justify;
}
h6{
color: black;
}
img{
width: 100%;
}
.container{
max-width: 1170px !important;
}
a{
color: black;
}
/* header */
.home-header{
width: 100%;
height: 70px;
position: fixed;
top: 0; /* Stay on top */
transition: top 0.3s;
z-index: 1... | public/css/style.css | p{
color: black;
text-align: justify;
}
h6{
color: black;
}
img{
width: 100%;
}
.container{
max-width: 1170px !important;
}
a{
color: black;
}
/* header */
.home-header{
width: 100%;
height: 70px;
position: fixed;
top: 0; /* Stay on top */
transition: top 0.3s;
z-index: 1... | 0.432063 | 0.095223 |
.el-form-item__label{
color: white ;
}
/*
* =====================================================
* 页面公共样式、主体样式
* =====================================================
*/
/*初始化类*/
@charset "UTF-8";
html {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
/*去掉谷歌字体最小为12px的问题*/
-webkit-t... | admin/src/assets/css/public.css | .el-form-item__label{
color: white ;
}
/*
* =====================================================
* 页面公共样式、主体样式
* =====================================================
*/
/*初始化类*/
@charset "UTF-8";
html {
font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
/*去掉谷歌字体最小为12px的问题*/
-webkit-t... | 0.40157 | 0.045037 |
@-moz-document domain("developer.mozilla.org"), domain("interactive-examples.mdn.mozilla.net") {
:root {
--theme-font-size: 1.2em;
--theme-font: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
--code-font: fira code, monospace;
--lime-green: #bafa31;
--theme-primary-color: #379dc8;
--theme-s... | mdn-docs-dark-theme.user.css | @-moz-document domain("developer.mozilla.org"), domain("interactive-examples.mdn.mozilla.net") {
:root {
--theme-font-size: 1.2em;
--theme-font: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
--code-font: fira code, monospace;
--lime-green: #bafa31;
--theme-primary-color: #379dc8;
--theme-s... | 0.346431 | 0.107907 |
@font-face {
font-family:'Roboto';
src:url('../fonts/Roboto-MediumItalic-webfont.eot');
src:url('../fonts/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-MediumItalic-webfont.woff') format('woff'),url('../fonts/Roboto-MediumItalic-webfont.ttf') format('truetype'),url('../fon... | css/classic.css | @font-face {
font-family:'Roboto';
src:url('../fonts/Roboto-MediumItalic-webfont.eot');
src:url('../fonts/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-MediumItalic-webfont.woff') format('woff'),url('../fonts/Roboto-MediumItalic-webfont.ttf') format('truetype'),url('../fon... | 0.183411 | 0.041735 |
body {
min-width: 1200px;
font-family: "Roboto", sans-serif;
font-weight: 500;
font-size: 16px;
color: #283136;
}
.container {
position: relative;
width: 880px;
padding: 0 10px;
margin: 0 auto;
}
.clearfix::after {
content: "";
display: block;
clear: both;
}
.page-header {
min-width: 1200px... | works/nerds/css/style.css | body {
min-width: 1200px;
font-family: "Roboto", sans-serif;
font-weight: 500;
font-size: 16px;
color: #283136;
}
.container {
position: relative;
width: 880px;
padding: 0 10px;
margin: 0 auto;
}
.clearfix::after {
content: "";
display: block;
clear: both;
}
.page-header {
min-width: 1200px... | 0.384797 | 0.066934 |
:root {
--color-background-field-closed: hsl(32, 50%, 50%);
--color-background-field-empty: hsl(150, 50%, 50%);
--color-background-field-mine: hsl(0, 90%, 50%);
--color-background-field-flag: hsl(200, 75%, 50%);
--color-field-empty: black;
}
div.main {
display: flex;
align-items: center;
... | src/main/webapp/styles/minesweeper.css | :root {
--color-background-field-closed: hsl(32, 50%, 50%);
--color-background-field-empty: hsl(150, 50%, 50%);
--color-background-field-mine: hsl(0, 90%, 50%);
--color-background-field-flag: hsl(200, 75%, 50%);
--color-field-empty: black;
}
div.main {
display: flex;
align-items: center;
... | 0.473657 | 0.140189 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/* setting default background color for the site (everything in the body tag) */
body {
background-color: #d9dcd6;
}
/* setting the padding, font, background and default text color for the header */
.header {
padding: 20px;
font-family: 'Tr... | assets/css/style.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/* setting default background color for the site (everything in the body tag) */
body {
background-color: #d9dcd6;
}
/* setting the padding, font, background and default text color for the header */
.header {
padding: 20px;
font-family: 'Tr... | 0.368633 | 0.123128 |
width: 100vw;
height: 100vh;
max-height: 100%;
position:fixed;
top:0;
left: 0;
display: grid;
grid-template-columns: auto 350px 100px;
grid-template-rows: auto 400px;
grid-template-areas: "head head"
"nav chatarea";
}
#chatbotarea{
grid-area: chatarea;
display: flex;... | src/app/components/soniat/soniat.component.css | width: 100vw;
height: 100vh;
max-height: 100%;
position:fixed;
top:0;
left: 0;
display: grid;
grid-template-columns: auto 350px 100px;
grid-template-rows: auto 400px;
grid-template-areas: "head head"
"nav chatarea";
}
#chatbotarea{
grid-area: chatarea;
display: flex;... | 0.334589 | 0.086323 |
* {
font-family: "Microsoft YaHei", "SimHei", SimSun, Tahoma, Verdana, Arial, sans-serif;
margin:0;
padding:0;
list-style:none;
font-size:14px;
}
.price {
color: #f35758;
font-size: 18px;
}
.price-small {
color: #f35758;
}
.price-mute {
color: #808080;
font-size: 18px;
}
.cl... | QA/MOBILE/2017_06_01/app-youyao-mobile/page/mail/Public.css | * {
font-family: "Microsoft YaHei", "SimHei", SimSun, Tahoma, Verdana, Arial, sans-serif;
margin:0;
padding:0;
list-style:none;
font-size:14px;
}
.price {
color: #f35758;
font-size: 18px;
}
.price-small {
color: #f35758;
}
.price-mute {
color: #808080;
font-size: 18px;
}
.cl... | 0.446495 | 0.13707 |
body {
overflow: scroll;
}
#Bg {
background-color: #f23f21;
height: 50px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 900;
}
.link {
margin: -188px 0 0 300px;
}
#logotgh{
position : absolute;
top : 14px;
bottom : 9px;
right : 628.75px;
left : 674.5px;... | assets/set3.css | body {
overflow: scroll;
}
#Bg {
background-color: #f23f21;
height: 50px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 900;
}
.link {
margin: -188px 0 0 300px;
}
#logotgh{
position : absolute;
top : 14px;
bottom : 9px;
right : 628.75px;
left : 674.5px;... | 0.348202 | 0.16099 |
.checkbox .checkbox_label {
color: #262626; }
.checkbox .checkbox_label:before, .checkbox .checkbox_label:after {
background-color: #E6E6E6; }
.checkbox.checkbox--checked .checkbox_label:before, .checkbox.checkbox--checked .checkbox_label:after {
background-color: #e50c3a; }
.checkbox_label {
display: inline... | src/components/form/checkbox/checkbox.component.css | .checkbox .checkbox_label {
color: #262626; }
.checkbox .checkbox_label:before, .checkbox .checkbox_label:after {
background-color: #E6E6E6; }
.checkbox.checkbox--checked .checkbox_label:before, .checkbox.checkbox--checked .checkbox_label:after {
background-color: #e50c3a; }
.checkbox_label {
display: inline... | 0.485844 | 0.048092 |
@import url("font-awesome.css");
@import url("line-icons.css");
@import url("animations.css");
@import url(http://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic);
@import url(https://fonts.... | public/css/style.css | @import url("font-awesome.css");
@import url("line-icons.css");
@import url("animations.css");
@import url(http://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic);
@import url(https://fonts.... | 0.179351 | 0.074905 |
Created on : Mar 16, 2014, 11:55:42 PM
Author : <a href=mailto:<EMAIL>><NAME></a>
*/
.ui-widget, .ui-widget .ui-widget {
font-size: 90%;
}
.ui-datatable .ui-column-filter {
width: 85%;
}
.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
width: 85% !importan... | jfbdemoweb/src/main/webapp/resources/css/default.css | Created on : Mar 16, 2014, 11:55:42 PM
Author : <a href=mailto:<EMAIL>><NAME></a>
*/
.ui-widget, .ui-widget .ui-widget {
font-size: 90%;
}
.ui-datatable .ui-column-filter {
width: 85%;
}
.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
width: 85% !importan... | 0.358465 | 0.165121 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
h1 {
color: rgba(16, 104, 138, 0.8);
font-weight: 600;
font-size: 3rem;
opacity: 0.8;
}
h2, p {
color: #287898;
font-weight: 500;
opacity: 0.8;
}
h3 {
color: rgba(16, 104, 138, 0.8);
font-weight: 60... | styles/style.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
h1 {
color: rgba(16, 104, 138, 0.8);
font-weight: 600;
font-size: 3rem;
opacity: 0.8;
}
h2, p {
color: #287898;
font-weight: 500;
opacity: 0.8;
}
h3 {
color: rgba(16, 104, 138, 0.8);
font-weight: 60... | 0.420957 | 0.079424 |
canvas {
position: absolute;
}
canvas#image_canvas {
z-index: 2;
background: lightgrey;
}
canvas#hidden_canvas {
z-index: 1;
}
#heading_row {
width: 1112px;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /... | app/src/css/style.css | canvas {
position: absolute;
}
canvas#image_canvas {
z-index: 2;
background: lightgrey;
}
canvas#hidden_canvas {
z-index: 1;
}
#heading_row {
width: 1112px;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /... | 0.532182 | 0.114914 |
body {
background-color: #2e2e2e;
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4 {
font-family: 'Montserrat', Futura, 'Trebuchet MS', Arial, sans-serif;
}
h1 {
font-size: 24pt;
color: #d33232;
}
h2 {
font-size: 18pt;
}
.btn-primary, .btn-primary:not(:disabled):n... | webpack/components/main.css | body {
background-color: #2e2e2e;
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4 {
font-family: 'Montserrat', Futura, 'Trebuchet MS', Arial, sans-serif;
}
h1 {
font-size: 24pt;
color: #d33232;
}
h2 {
font-size: 18pt;
}
.btn-primary, .btn-primary:not(:disabled):n... | 0.442877 | 0.076718 |
@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
the... | public/css/style.min.css | @charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
the... | 0.364778 | 0.075007 |
/* Webfont: LatoLatin-Black */@font-face {
font-family: 'LatoLatin';
src: url('latolatin/LatoLatin-Black.eot'); /* IE9 Compat Modes */
src: url('latolatin/LatoLatin-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('latolatin/LatoLatin-Black.woff2') format('woff2'), /* Modern Brows... | fonts/fonts.css |
/* Webfont: LatoLatin-Black */@font-face {
font-family: 'LatoLatin';
src: url('latolatin/LatoLatin-Black.eot'); /* IE9 Compat Modes */
src: url('latolatin/LatoLatin-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('latolatin/LatoLatin-Black.woff2') format('woff2'), /* Modern Brows... | 0.243013 | 0.065455 |
html, body{
background-image: url(../images/pizza_background_6821412.jpg);
width: 100%;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
background-repeat: no-repeat center center fixed;
position: relati... | css/styles.css | html, body{
background-image: url(../images/pizza_background_6821412.jpg);
width: 100%;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
background-repeat: no-repeat center center fixed;
position: relati... | 0.37399 | 0.067209 |
You can put your custom css code here:
-------------------------------------------------------*/
/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
background-color: white;
padding: 16px 16px;
bord... | public/frontend/css/custom.css | You can put your custom css code here:
-------------------------------------------------------*/
/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
background-color: white;
padding: 16px 16px;
bord... | 0.426083 | 0.094636 |
*{
box-sizing: border-box;
}
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, stri... | assets/css/style.css | *{
box-sizing: border-box;
}
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, stri... | 0.363195 | 0.090655 |
@charset "UTF-8";
/* Import ET Book styles
adapted from https://github.com/edwardtufte/et-book/blob/gh-pages/et-book.css */
/* Tufte CSS styles */
html {
font-size: 15px; }
body {
width: 87.5%;
margin-left: auto;
margin-right: auto;
padding-left: 12.5%;
font-family: et-book, Palatino, "Palatino Linotype... | cursive/css/tufte.css | @charset "UTF-8";
/* Import ET Book styles
adapted from https://github.com/edwardtufte/et-book/blob/gh-pages/et-book.css */
/* Tufte CSS styles */
html {
font-size: 15px; }
body {
width: 87.5%;
margin-left: auto;
margin-right: auto;
padding-left: 12.5%;
font-family: et-book, Palatino, "Palatino Linotype... | 0.659953 | 0.089137 |
*{
box-sizing: border-box;
}
header{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
header img {
float: left;}
header nav {
display: inline-block;
position: absolute;
top: 3%;
right: 0%;
}
header nav img {
float: right;
;
t... | style.css | *{
box-sizing: border-box;
}
header{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
header img {
float: left;}
header nav {
display: inline-block;
position: absolute;
top: 3%;
right: 0%;
}
header nav img {
float: right;
;
t... | 0.416085 | 0.093802 |
header .main-ava > img{
width: 55px;
height: 55px;
border-radius: 50%;
}
#login-form-error,
#register-form-error,
#donation-form-error{
color: #f44336;
font-size: 1.3em;
font-weight: bold;
}
.alert-error {
padding: 20px;
background-color: #f44336; /* Red */
color: white;
margin... | public/styles/edits.css | header .main-ava > img{
width: 55px;
height: 55px;
border-radius: 50%;
}
#login-form-error,
#register-form-error,
#donation-form-error{
color: #f44336;
font-size: 1.3em;
font-weight: bold;
}
.alert-error {
padding: 20px;
background-color: #f44336; /* Red */
color: white;
margin... | 0.231527 | 0.085748 |
html,body{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
min-height: 100%;
max-height: 100%;
}
.checkbookList{
min-width: 450px;
padding: 0;
right: -1px;
}
.checkbookList li span, .checkbookList li input{
border: none;
}
.form-control:disabled, .form-control[readonly]{
backg... | characterCreator/css/cc.css | html,body{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
min-height: 100%;
max-height: 100%;
}
.checkbookList{
min-width: 450px;
padding: 0;
right: -1px;
}
.checkbookList li span, .checkbookList li input{
border: none;
}
.form-control:disabled, .form-control[readonly]{
backg... | 0.374333 | 0.05328 |
@-moz-document domain('apexfusion.com'), url-prefix('https://apexfusion.com/apex') {
body {
background-color: #2a3132;
}
div.dash-probe-info-name {
color: #90afc5;
}
div.dash-selector-name {
color: #90afc5;
}
div.dash-switch-name {
color: #90afc5;
}
div.dash-feed-name {
color: ... | data/usercss/171954.user.css | @-moz-document domain('apexfusion.com'), url-prefix('https://apexfusion.com/apex') {
body {
background-color: #2a3132;
}
div.dash-probe-info-name {
color: #90afc5;
}
div.dash-selector-name {
color: #90afc5;
}
div.dash-switch-name {
color: #90afc5;
}
div.dash-feed-name {
color: ... | 0.252292 | 0.07627 |
padding-top: 4.5rem;
}
.image-minicurso, .image-palestra {
width: 100%;
height: 20rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.single_advisor {
height: auto;
}
.image-palestra {
height: 28.1rem;
}
.nav-brand img {
max-height: 60px;
... | public/assets/site/css/home.css | padding-top: 4.5rem;
}
.image-minicurso, .image-palestra {
width: 100%;
height: 20rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.single_advisor {
height: auto;
}
.image-palestra {
height: 28.1rem;
}
.nav-brand img {
max-height: 60px;
... | 0.648244 | 0.078466 |
@import "var.scss";
@import "global.scss";
.the-header {
position: fixed;
@include layout;
width: 100%;
height: $header-height;
line-height: $header-height;
padding: $header-padding;
margin: $header-margin;
background-color: $theme-header-color;
@include box-shadow($box-shadow);
box-sizing: border-... | src/assets/css/the-header.css | @import "var.scss";
@import "global.scss";
.the-header {
position: fixed;
@include layout;
width: 100%;
height: $header-height;
line-height: $header-height;
padding: $header-padding;
margin: $header-margin;
background-color: $theme-header-color;
@include box-shadow($box-shadow);
box-sizing: border-... | 0.225587 | 0.055183 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: #f1f1f1;
font-family: 'Roboto', sans-serif;
}
.container {
display: flex;
flex-wrap: wrap;
margin-top: 100px;
}
body i {
cursor: pointer;
color: gray;
}
body i:hover {
color: rgb(63, 60, 60);
}
.navigation--menu {
display: fle... | style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: #f1f1f1;
font-family: 'Roboto', sans-serif;
}
.container {
display: flex;
flex-wrap: wrap;
margin-top: 100px;
}
body i {
cursor: pointer;
color: gray;
}
body i:hover {
color: rgb(63, 60, 60);
}
.navigation--menu {
display: fle... | 0.377655 | 0.091382 |
@charset "utf-8";
@import url(../lib/layui/css/layui.css);
* {
margin: 0px;
padding: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
text-decoration: none;
}
html {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
body {
width: 100%;
min-height: 100%;
}
#search{
... | public/a/css/xadmin.css | @charset "utf-8";
@import url(../lib/layui/css/layui.css);
* {
margin: 0px;
padding: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
text-decoration: none;
}
html {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
body {
width: 100%;
min-height: 100%;
}
#search{
... | 0.179279 | 0.059729 |
*{
margin:0;
padding:0;
border:0;
box-sizing: border-box;
}
a{
text-decoration: none;
}
body{
background:#F3F3F3;
}
.box{
width: 100%;
height: auto;
overflow: hidden;
background: #fff;
padding:5px 15px 15px;
}
header{
font-weight: 400;
font-size: 24px;
margin-bottom: 10px;
line-height: 1... | public/css/all.css | *{
margin:0;
padding:0;
border:0;
box-sizing: border-box;
}
a{
text-decoration: none;
}
body{
background:#F3F3F3;
}
.box{
width: 100%;
height: auto;
overflow: hidden;
background: #fff;
padding:5px 15px 15px;
}
header{
font-weight: 400;
font-size: 24px;
margin-bottom: 10px;
line-height: 1... | 0.293202 | 0.052546 |
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container{
width: 910px;
}
.section_title > p {
padding-left: 40px;
padding-right: 40px;
}
.widget_title {
font-size: 18px;
}
.blog_content {
padding: 22px 0 20... | public/Content/assets/css/responsive.css | @media only screen and (min-width: 1200px) and (max-width: 1300px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container{
width: 910px;
}
.section_title > p {
padding-left: 40px;
padding-right: 40px;
}
.widget_title {
font-size: 18px;
}
.blog_content {
padding: 22px 0 20... | 0.244814 | 0.108472 |
.site-header {
position: relative;
background-color: #fff;
}
.site-header > .container {
display: flex;
justify-content: space-between;
align-items: center;
height: 54px;
}
.site-header-logo {
display: flex;
justify-content: center;
align-items: center;
}
.site-header-logo img {
height: 28px;
}
... | skeleton/header.css | .site-header {
position: relative;
background-color: #fff;
}
.site-header > .container {
display: flex;
justify-content: space-between;
align-items: center;
height: 54px;
}
.site-header-logo {
display: flex;
justify-content: center;
align-items: center;
}
.site-header-logo img {
height: 28px;
}
... | 0.544801 | 0.12711 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
outline: none;
}
a {
text-decoration: none;
}
.header {
display: flex;
justify-content: space-between;
position: fixed;
top:10px;
left: 0;
right: 10px;
z-index: 10;
}
.logo {
background: black;
color: white;
font-family: 'Kalam' ;
padding: 5px;
f... | css/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
outline: none;
}
a {
text-decoration: none;
}
.header {
display: flex;
justify-content: space-between;
position: fixed;
top:10px;
left: 0;
right: 10px;
z-index: 10;
}
.logo {
background: black;
color: white;
font-family: 'Kalam' ;
padding: 5px;
f... | 0.342242 | 0.074231 |
body {
background-image: url(../image/Fourth-backgroundimg.jpg);
}
/* 顶部布局 */
.layout-top {
width: 1903px;
height: 1490px;
overflow: hidden;
}
/* 第一部分导航栏Navbar */
/* 清除版心 */
.Navbar .container {
margin: 0;
}
.ah-tab-wrapper {
width: 1903px;
height: 60px;
}
.Navbar .ah-tab-wrapper .ah-tab... | css/ninth.css | body {
background-image: url(../image/Fourth-backgroundimg.jpg);
}
/* 顶部布局 */
.layout-top {
width: 1903px;
height: 1490px;
overflow: hidden;
}
/* 第一部分导航栏Navbar */
/* 清除版心 */
.Navbar .container {
margin: 0;
}
.ah-tab-wrapper {
width: 1903px;
height: 60px;
}
.Navbar .ah-tab-wrapper .ah-tab... | 0.41052 | 0.073897 |
/* 게시판 목록 */
#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
#bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li... | skin/yjn_webzine/style.css |
/* 게시판 목록 */
#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
#bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li... | 0.215268 | 0.057732 |
#ym-window{
background:#F0FAFF;overflow:hidden;
font-size:12px;font-family:'宋体'
}
.ym-tl{padding-left:3px;background:#CFD7EC url(/images/paperks/ymPrompt/title_bg_left.gif) no-repeat 0 0}
.ym-tr{padding-right:3px;background:#CFD7EC url(/images/paperks/ymPrompt/title_bg_right.gif) no-repeat right 0;}
.ym-tc{backgroun... | Public/home/css/ymPrompt.css | #ym-window{
background:#F0FAFF;overflow:hidden;
font-size:12px;font-family:'宋体'
}
.ym-tl{padding-left:3px;background:#CFD7EC url(/images/paperks/ymPrompt/title_bg_left.gif) no-repeat 0 0}
.ym-tr{padding-right:3px;background:#CFD7EC url(/images/paperks/ymPrompt/title_bg_right.gif) no-repeat right 0;}
.ym-tc{backgroun... | 0.176459 | 0.190875 |
:root {
--color-neutral-900: #f7fafc;
--color-neutral-800: #edf2f7;
--color-neutral-700: #e2e8f0;
--color-neutral-600: #cbd5e0;
--color-neutral-500: #a0aec0;
--color-neutral-400: #718096;
--color-neutral-300: #4a5568;
--color-neutral-200: #2d3748;
--color-neutral-100: #1a202c;
--color-neutral-000: #... | docs/assets/css/themes/default-dark.css | :root {
--color-neutral-900: #f7fafc;
--color-neutral-800: #edf2f7;
--color-neutral-700: #e2e8f0;
--color-neutral-600: #cbd5e0;
--color-neutral-500: #a0aec0;
--color-neutral-400: #718096;
--color-neutral-300: #4a5568;
--color-neutral-200: #2d3748;
--color-neutral-100: #1a202c;
--color-neutral-000: #... | 0.463687 | 0.133641 |