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 |
|---|---|---|---|---|
.og-theme--light {
--OG-COLOR-PRIMARY--0: hsla(196, 76%, 100%, 1);
--OG-COLOR-PRIMARY--0--30: hsla(196, 76%, 100%, .3);
--OG-COLOR-PRIMARY--0--50: hsla(196, 76%, 100%, .5);
--OG-COLOR-PRIMARY--40: hsla(196, 76%, 74%, 1);
--OG-COLOR-PRIMARY--80: hsla(196, 76%, 56%, 1);
--OG... | src/BlazorDemo/wwwroot/orgenic-ui/themes/light.theme.css | .og-theme--light {
--OG-COLOR-PRIMARY--0: hsla(196, 76%, 100%, 1);
--OG-COLOR-PRIMARY--0--30: hsla(196, 76%, 100%, .3);
--OG-COLOR-PRIMARY--0--50: hsla(196, 76%, 100%, .5);
--OG-COLOR-PRIMARY--40: hsla(196, 76%, 74%, 1);
--OG-COLOR-PRIMARY--80: hsla(196, 76%, 56%, 1);
--OG... | 0.373876 | 0.068819 |
.bloom-page.simple-comprehension-quiz {
--pure-material-primary-rgb: 214, 86, 73;
--pure-material-onprimary-rgb: 255, 255, 255;
--pure-material-onsurface-rgb: 0, 0, 0;
}
.bloom-page.simple-comprehension-quiz .bloom-translationGroup {
margin-bottom: 10px;
flex-grow: 1;
}
.bloom-page.simple-comprehension-quiz .... | testBooks/Bloom5.2-activities/Activity.css | .bloom-page.simple-comprehension-quiz {
--pure-material-primary-rgb: 214, 86, 73;
--pure-material-onprimary-rgb: 255, 255, 255;
--pure-material-onsurface-rgb: 0, 0, 0;
}
.bloom-page.simple-comprehension-quiz .bloom-translationGroup {
margin-bottom: 10px;
flex-grow: 1;
}
.bloom-page.simple-comprehension-quiz .... | 0.510985 | 0.120516 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.inside.com.tw") {
/* Header */
ul.dropmenu li a {
font-size: 13px !important;
padding: 10px 16px !important;
}
#searchform #s {
font-size: 13px !important;
line-height: 20px !important;
padding: 8p... | data/usercss/78812.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.inside.com.tw") {
/* Header */
ul.dropmenu li a {
font-size: 13px !important;
padding: 10px 16px !important;
}
#searchform #s {
font-size: 13px !important;
line-height: 20px !important;
padding: 8p... | 0.137822 | 0.108992 |
/*MODULE*/
.module.form .wrapper{
width: 100%;
max-width: var(--w-main);
margin: 0 auto;
padding: 0 var(--gutter);
}
/* .module.form .layout {} */
@media (min-width: 1024px) {
.module.form .layout {
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 10%;
}
}
.module.form ... | css/modular/form.css |
/*MODULE*/
.module.form .wrapper{
width: 100%;
max-width: var(--w-main);
margin: 0 auto;
padding: 0 var(--gutter);
}
/* .module.form .layout {} */
@media (min-width: 1024px) {
.module.form .layout {
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 10%;
}
}
.module.form ... | 0.275909 | 0.069954 |
div.story-list-container {
position: relative;
display: inline-block;
width: 100%;
height: 95vh;
}
.story-list {
width: 100%;
height: 91vh;
overflow: scroll;
padding: 0px;
margin: 0px;
list-style-type: none;
background-color: #F3F3F3;
}
.shadow-overlay {
position: absolute;
width... | app/components/question-list/question-list.component.css | div.story-list-container {
position: relative;
display: inline-block;
width: 100%;
height: 95vh;
}
.story-list {
width: 100%;
height: 91vh;
overflow: scroll;
padding: 0px;
margin: 0px;
list-style-type: none;
background-color: #F3F3F3;
}
.shadow-overlay {
position: absolute;
width... | 0.394434 | 0.07117 |
/* Overall Styling */
body {
color: #555555;
font-family: 'Noto Sans',sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color: #333333;
font-family: 'Roboto Condensed',sans-serif;
}
p {
line-height: 1.6;
font-size: 16px;
}
a:focus {
outline: none;
}
a {
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-... | css/custom.css |
/* Overall Styling */
body {
color: #555555;
font-family: 'Noto Sans',sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color: #333333;
font-family: 'Roboto Condensed',sans-serif;
}
p {
line-height: 1.6;
font-size: 16px;
}
a:focus {
outline: none;
}
a {
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-... | 0.330687 | 0.07603 |
ul.tag-list {
list-style-type: none;
list-style: none;
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
ul.tag-list li {
display: inline-flex;
}
ul.tag-page {
list-style-type: none;
list-style: none;
width: 98%;
display: flex;
flex-flow: row wrap;
justify... | src/styles/shared.css | ul.tag-list {
list-style-type: none;
list-style: none;
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
ul.tag-list li {
display: inline-flex;
}
ul.tag-page {
list-style-type: none;
list-style: none;
width: 98%;
display: flex;
flex-flow: row wrap;
justify... | 0.520496 | 0.081228 |
@media screen and (min-width: 601px) {
h1 {
font-size: 4rem; /* équivaut à 40px */
}
p{
font-size: 1.4rem;
}
header .container {
align-items: flex-end;
}
.lead h2 {
font-size: 3.6rem;
}
.lead h3 {
font-size: 1.6rem;
}
.lead p {
font-size: 1.8rem;
}
.logo {
... | css/responsive.css | @media screen and (min-width: 601px) {
h1 {
font-size: 4rem; /* équivaut à 40px */
}
p{
font-size: 1.4rem;
}
header .container {
align-items: flex-end;
}
.lead h2 {
font-size: 3.6rem;
}
.lead h3 {
font-size: 1.6rem;
}
.lead p {
font-size: 1.8rem;
}
.logo {
... | 0.242834 | 0.164785 |
.cloud-zoom-lens {
border: 4px solid #888;
margin:-4px; /* Set this to minus the border thickness. */
background-color:rgba(255,255,255,0.3);
cursor:move;
}
/* This is for the title text. */
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-colo... | public/js/cloud-zoom/cloud-zoom.css | .cloud-zoom-lens {
border: 4px solid #888;
margin:-4px; /* Set this to minus the border thickness. */
background-color:rgba(255,255,255,0.3);
cursor:move;
}
/* This is for the title text. */
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-colo... | 0.248079 | 0.043447 |
.LineAreaBarChart .renderer {
margin-top: -5px;
margin-left: -0.5em;
margin-right: -0.5em;
margin-bottom: -0.5em;
overflow: hidden;
}
.LineAreaBarChart .dc-chart .grid-line.horizontal {
stroke: color(var(--color-text-medium) alpha(-80%));
stroke-dasharray: 5, 5;
}
.LineAreaBarChart .dc-chart .axis {
z... | c#-metabase/frontend/src/metabase/visualizations/components/LineAreaBarChart.css | .LineAreaBarChart .renderer {
margin-top: -5px;
margin-left: -0.5em;
margin-right: -0.5em;
margin-bottom: -0.5em;
overflow: hidden;
}
.LineAreaBarChart .dc-chart .grid-line.horizontal {
stroke: color(var(--color-text-medium) alpha(-80%));
stroke-dasharray: 5, 5;
}
.LineAreaBarChart .dc-chart .axis {
z... | 0.560734 | 0.091666 |
.contents{
text-align: center;
background-image: url('../img/assets/backgrounds/h_img.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: white;
font-size: 16px;
font-weight: 200;
}
.contents h1{
padding: 2px;
}
#mouse-click{
padding-t... | css/styles.css | .contents{
text-align: center;
background-image: url('../img/assets/backgrounds/h_img.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: white;
font-size: 16px;
font-weight: 200;
}
.contents h1{
padding: 2px;
}
#mouse-click{
padding-t... | 0.452778 | 0.067209 |
header {
background: white;
height: 10%;
max-width: 800px;
padding-left: 5%;
padding-right: 5%;
}
header h1 {
font-family: 'Spirax', cursive;
font-size: 1em;
}
section {
background-color: white;
width: 100%;
max-width: 800px;
margin: 1em 0;
padding: 0.6em 0.3em;
box-s... | style.css | header {
background: white;
height: 10%;
max-width: 800px;
padding-left: 5%;
padding-right: 5%;
}
header h1 {
font-family: 'Spirax', cursive;
font-size: 1em;
}
section {
background-color: white;
width: 100%;
max-width: 800px;
margin: 1em 0;
padding: 0.6em 0.3em;
box-s... | 0.559531 | 0.165931 |
body{
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-size: cover;
color: #fff;
font-family:... | style.css | body{
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-size: cover;
color: #fff;
font-family:... | 0.348534 | 0.063657 |
body {
font-family: "HelveticaNeue";
}
.nobs_nav {
margin-top: 16px;
margin-bottom: 12px;
}
.navbar-brand {
padding-top: 0;
padding-bottom: 0;
height: 57px !important;
}
.navbar-nav {
padding-top: 3px;
}
/*.navbar-nav li a {
font-size: 16px;
padding-right: 27px;
padding-left:... | public/css/login_page_style.css | body {
font-family: "HelveticaNeue";
}
.nobs_nav {
margin-top: 16px;
margin-bottom: 12px;
}
.navbar-brand {
padding-top: 0;
padding-bottom: 0;
height: 57px !important;
}
.navbar-nav {
padding-top: 3px;
}
/*.navbar-nav li a {
font-size: 16px;
padding-right: 27px;
padding-left:... | 0.356335 | 0.080502 |
@charset "UTF-8";
iframe{border:none;position:absolute;top:20px;left:50%;width:800px;height:600px;margin-left:-400px;box-shadow:0 0 30px rgba(0, 0, 0, 0.2);overflow-x:hidden;}
#open-nav{position:fixed;left:20px;top:20px;}
.op-notice{width:200px;}
#tests-nav{position:fixed;top:0;bottom:0;z-index:2000;left:0;width:300px... | src/echarts/test/runTest/recorder/recorder.css | @charset "UTF-8";
iframe{border:none;position:absolute;top:20px;left:50%;width:800px;height:600px;margin-left:-400px;box-shadow:0 0 30px rgba(0, 0, 0, 0.2);overflow-x:hidden;}
#open-nav{position:fixed;left:20px;top:20px;}
.op-notice{width:200px;}
#tests-nav{position:fixed;top:0;bottom:0;z-index:2000;left:0;width:300px... | 0.235284 | 0.04197 |
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | 模板库/团队介绍/简洁开发团队介绍网页模板/mobile/css/style.css | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | 0.133981 | 0.065128 |
.ui-tipbox{
position:relative;
zoom:1;
font-size:12px;
line-height:22px
}
.ui-tipbox .ui-tipbox-icon{
background:#fff;
width:20px;
height:20px;
position:absolute;
top:22px;
left:48px
}
.ui-tipbox-icon .iconfont{
font-size:36px;
position:absolute;
top:-7px;
left:-7px;
width:32px;
height:32px;
line-heig... | docs/assets/less/tips.css |
.ui-tipbox{
position:relative;
zoom:1;
font-size:12px;
line-height:22px
}
.ui-tipbox .ui-tipbox-icon{
background:#fff;
width:20px;
height:20px;
position:absolute;
top:22px;
left:48px
}
.ui-tipbox-icon .iconfont{
font-size:36px;
position:absolute;
top:-7px;
left:-7px;
width:32px;
height:32px;
line-heig... | 0.278846 | 0.040598 |
.fadeIn {
opacity: 1;
animation-name: fadeInOpacity;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-duration: 0.5s;
}
@keyframes fadeInOpacity {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeOut {
opacity: 1;
animation-name: fadeOutOpacity;
animation-iterati... | src/CSS/carousel.css | .fadeIn {
opacity: 1;
animation-name: fadeInOpacity;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-duration: 0.5s;
}
@keyframes fadeInOpacity {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeOut {
opacity: 1;
animation-name: fadeOutOpacity;
animation-iterati... | 0.623492 | 0.095687 |
*{
margin:0px;
padding:0px;
}
body{
font-family: -apple-system , BlinkMacSystemFont , "Segoe UI" , "Roboto" , "Helvetica Neue" , "Ubuntu" , sans-serif;
}
hr{
border: 1px solid #eeee;
}
.activeabcd{
border-bottom-color: #8a4baf;
color: #8a4baf !important;
border-bottom: 2px solid;
}
.MuiDialog-pa... | src/GlobalStyle/main.css | *{
margin:0px;
padding:0px;
}
body{
font-family: -apple-system , BlinkMacSystemFont , "Segoe UI" , "Roboto" , "Helvetica Neue" , "Ubuntu" , sans-serif;
}
hr{
border: 1px solid #eeee;
}
.activeabcd{
border-bottom-color: #8a4baf;
color: #8a4baf !important;
border-bottom: 2px solid;
}
.MuiDialog-pa... | 0.31342 | 0.087019 |
@import 'css/picto-foundry-household.css'; /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, sectio... | public/assets/css/news.css | @import 'css/picto-foundry-household.css'; /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, sectio... | 0.459319 | 0.129595 |
@import "base.css";
@import "button.css";
@import "dark.css";
@import "type.css";
.nav {
list-style: none;
list-style-position: initial;
list-style-image: initial;
list-style-type: none;
position: relative;
text-align: center;
}
.nav>li {
padding-right: 15px;
float: left;
color: tr... | css/modern-resume-theme.css | @import "base.css";
@import "button.css";
@import "dark.css";
@import "type.css";
.nav {
list-style: none;
list-style-position: initial;
list-style-image: initial;
list-style-type: none;
position: relative;
text-align: center;
}
.nav>li {
padding-right: 15px;
float: left;
color: tr... | 0.387806 | 0.075142 |
BODY {
background-color: #FFC}
DIV.diagCaption {
position: absolute;
height: 1em;
font-size: 12px;
font-weight: bold}
DIV.diagRegister {
position: absolute;
height: 14px;
border: 1px solid #333}
DIV.diagLampBox ... | webUI/DiagPanel.css | BODY {
background-color: #FFC}
DIV.diagCaption {
position: absolute;
height: 1em;
font-size: 12px;
font-weight: bold}
DIV.diagRegister {
position: absolute;
height: 14px;
border: 1px solid #333}
DIV.diagLampBox ... | 0.41739 | 0.162148 |
:root {
/* ====== PAGE WRAPPER ====== */
--widthWrapper: var(--space-S);
/* max-width 1500px */
--maxWidth: 93.75rem;
/* ====== COLOR PALETTE ====== */
/* Blue */
--primary: hsl(216, 100%, 49%);
--primary-lighter: hsl(216, 100%, 72%);
--primary-darker: hsl(216, 100%, 37%);
--... | styles/style.css | :root {
/* ====== PAGE WRAPPER ====== */
--widthWrapper: var(--space-S);
/* max-width 1500px */
--maxWidth: 93.75rem;
/* ====== COLOR PALETTE ====== */
/* Blue */
--primary: hsl(216, 100%, 49%);
--primary-lighter: hsl(216, 100%, 72%);
--primary-darker: hsl(216, 100%, 37%);
--... | 0.435661 | 0.100481 |
* {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
body {
height: 1200px;
background-color: rgb(255, 255, 255);
}
header {
border: 10px solid rgb(255, 255, 255);
margin: auto;
}
/* Logo*/
.logo {
position: relative;
left: -35%;
... | css/estilo.css | * {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
body {
height: 1200px;
background-color: rgb(255, 255, 255);
}
header {
border: 10px solid rgb(255, 255, 255);
margin: auto;
}
/* Logo*/
.logo {
position: relative;
left: -35%;
... | 0.296349 | 0.119794 |
body {
color: #757575;
background: #ffffff;
font-family: 'open sans', sans-serif;
}
h1,
h2,
h3,
h4
/* h5, */
/* h6 */
{
color: #454545 ;
font-family: 'Nunito', sans-serif;
}
a {
font-family: 'Nunito', sans-serif;
font-weight: 600;
color: #fbaf32;
transition: .3s;
}
a:hover,
a:... | public/asset/css/style.css | body {
color: #757575;
background: #ffffff;
font-family: 'open sans', sans-serif;
}
h1,
h2,
h3,
h4
/* h5, */
/* h6 */
{
color: #454545 ;
font-family: 'Nunito', sans-serif;
}
a {
font-family: 'Nunito', sans-serif;
font-weight: 600;
color: #fbaf32;
transition: .3s;
}
a:hover,
a:... | 0.360714 | 0.072867 |
width:807px;
min-height:auto;
float:left;
margin-left:15px;
padding-right: 0
/* border:solid 1px #cccccc; */
}
#content #col2 #title{
margin-top:10px;
height:30px;
margin-bottom:30px;
}
#content #col2 #title #hr{
border-bottom:solid 1px #cccccc;
}
/* list css */
#list_search {
height:30px;
padding-top:10px;... | data/train/css/7543f888a1bc2b941f00633e2950840b86b6847eprod.css | width:807px;
min-height:auto;
float:left;
margin-left:15px;
padding-right: 0
/* border:solid 1px #cccccc; */
}
#content #col2 #title{
margin-top:10px;
height:30px;
margin-bottom:30px;
}
#content #col2 #title #hr{
border-bottom:solid 1px #cccccc;
}
/* list css */
#list_search {
height:30px;
padding-top:10px;... | 0.097594 | 0.05211 |
.window {
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
background: silver;
padding: 3px
}
button {
box-sizing: border-box;
border: none;
border-radius: 0;
min-width: 75px;
min-height: 23px;
padding: 0 12px
}
.vertical-bar,
bu... | ui.css | .window {
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
background: silver;
padding: 3px
}
button {
box-sizing: border-box;
border: none;
border-radius: 0;
min-width: 75px;
min-height: 23px;
padding: 0 12px
}
.vertical-bar,
bu... | 0.466359 | 0.162546 |
/* Container <div> for home/away teams and pitch. */
.tkt-container {
width: 1200px;
height: 600px;
margin: 0 auto 0 auto;
padding: 0;
background: #333333;
opacity: 0.9;
border-radius: 10px;
box-shadow: 2px 2px 20px 2px #333333;
}
/* Canvas above the pitch to draw on. */
.tkt-canvas {
... | css/tkt.css |
/* Container <div> for home/away teams and pitch. */
.tkt-container {
width: 1200px;
height: 600px;
margin: 0 auto 0 auto;
padding: 0;
background: #333333;
opacity: 0.9;
border-radius: 10px;
box-shadow: 2px 2px 20px 2px #333333;
}
/* Canvas above the pitch to draw on. */
.tkt-canvas {
... | 0.479016 | 0.177347 |
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit; }
html {
font-size: 62.5%;
background-size: cover;
height: 100%;
width: 100%;
background-repeat: ... | public/css/main.css | @import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit; }
html {
font-size: 62.5%;
background-size: cover;
height: 100%;
width: 100%;
background-repeat: ... | 0.346984 | 0.072966 |
.male_female input{
display: none;
}
.male_female label{
display: flex;
align-items: center;
justify-content: center;
width: 120px;
min-width: 120px;
height: 35px;
margin-top: 1px;
border-radius: 4px;
border: 1px solid #D9D9D9;
margin-right: 15px;
position: relative;
z-index: 1;
overflow: hidden;
cursor... | public/assets/dashboard/css/style.css | .male_female input{
display: none;
}
.male_female label{
display: flex;
align-items: center;
justify-content: center;
width: 120px;
min-width: 120px;
height: 35px;
margin-top: 1px;
border-radius: 4px;
border: 1px solid #D9D9D9;
margin-right: 15px;
position: relative;
z-index: 1;
overflow: hidden;
cursor... | 0.318061 | 0.096748 |
body {
background-color: #f6ebf8;
font-family: 'Lato', sans-serif; }
#quiz-app .container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-around;
-ms-flex... | app/css/styles.css | body {
background-color: #f6ebf8;
font-family: 'Lato', sans-serif; }
#quiz-app .container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-around;
-ms-flex... | 0.37319 | 0.04408 |
@charset "UTF-8";
* {
margin: 0;
padding: 0;
}
.header {
width: 100%;
height: 135px;
background-color: #0069aa;
}
.header .header-1 {
height: 33px;
width: 100%;
border: 1px solid #004b8d;
text-shadow: 1px gray;
}
.header .header-1 .dis {
height: 30px;
width: 400px;
float: right;
margin-righ... | src/css/index.css | @charset "UTF-8";
* {
margin: 0;
padding: 0;
}
.header {
width: 100%;
height: 135px;
background-color: #0069aa;
}
.header .header-1 {
height: 33px;
width: 100%;
border: 1px solid #004b8d;
text-shadow: 1px gray;
}
.header .header-1 .dis {
height: 30px;
width: 400px;
float: right;
margin-righ... | 0.412885 | 0.068756 |
01.COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800|Raleway:300,400,500,600,700,800&display=swap");
body {
font-family: "Poppins", sans-serif;
font-weight: normal;
font-style: normal;
color: #747E88;
}
* {
margin: 0;
paddi... | public/assets/css/style.css | 01.COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800|Raleway:300,400,500,600,700,800&display=swap");
body {
font-family: "Poppins", sans-serif;
font-weight: normal;
font-style: normal;
color: #747E88;
}
* {
margin: 0;
paddi... | 0.343232 | 0.092934 |
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
/*Start Reset CSS*/
*{ margin:0; padding:0}
html,body,p,div,span,ul,ol,li,span,b,i,u,strong,em,q,table,tr... | public/theme/marketplace/css/mystyle.css | @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
/*Start Reset CSS*/
*{ margin:0; padding:0}
html,body,p,div,span,ul,ol,li,span,b,i,u,strong,em,q,table,tr... | 0.243283 | 0.094427 |
.date {
text-transform: uppercase;
color: gray;
}
.headline {
margin-bottom: 0.85em;
padding: 0.2em 0;
border-bottom: 1px solid #e6e6e6;
}
.footline {
margin-top: 0.85em;
padding: 0.2em 0;
border-top: 1px solid #e6e6e6;
color: gray;
text-transform: uppercase;
}
/* GENERAL */
body {
padding: 2em;... | css/style.css | .date {
text-transform: uppercase;
color: gray;
}
.headline {
margin-bottom: 0.85em;
padding: 0.2em 0;
border-bottom: 1px solid #e6e6e6;
}
.footline {
margin-top: 0.85em;
padding: 0.2em 0;
border-top: 1px solid #e6e6e6;
color: gray;
text-transform: uppercase;
}
/* GENERAL */
body {
padding: 2em;... | 0.540439 | 0.110136 |
body,html{margin:0; padding:0; text-align:center; height:100%;}
section{min-height:100%}
a{text-decoration:none;}
li{list-style-type:none;}
h1,h3,a{font-family:'Roboto',sans-serif; font-weight:500; color:#494949; text-transform:uppercase;}
h2 {font-family:'Roboto',sans-serif; font-weight:500; color: #5d7177;}
h3{font-... | css/style.css | body,html{margin:0; padding:0; text-align:center; height:100%;}
section{min-height:100%}
a{text-decoration:none;}
li{list-style-type:none;}
h1,h3,a{font-family:'Roboto',sans-serif; font-weight:500; color:#494949; text-transform:uppercase;}
h2 {font-family:'Roboto',sans-serif; font-weight:500; color: #5d7177;}
h3{font-... | 0.217753 | 0.082994 |
.form table td:first-of-type{
min-width:175px;
padding-right: 15px;
display: flex;
flex-direction: column;
align-items: flex-end;
padding-top: .30rem;
}
.form td{
padding-bottom: 15px;
margin-right:10px;
}
input[type="file"]{
margin:10px;
}
.form .grid{
display: grid;
grid-auto-rows: 50px;
grid... | admin/css/form.css | .form table td:first-of-type{
min-width:175px;
padding-right: 15px;
display: flex;
flex-direction: column;
align-items: flex-end;
padding-top: .30rem;
}
.form td{
padding-bottom: 15px;
margin-right:10px;
}
input[type="file"]{
margin:10px;
}
.form .grid{
display: grid;
grid-auto-rows: 50px;
grid... | 0.354768 | 0.07056 |
body {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: rgb(244, 249, 250);
}
.buttonsWrapper {
display: flex;
justify-content: space-around;
}
.randomButton {
padding: 3vh 0;
width: 45%;
text-align: center;
border-radius: 8px;
border... | src/pages/styles.css | body {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: rgb(244, 249, 250);
}
.buttonsWrapper {
display: flex;
justify-content: space-around;
}
.randomButton {
padding: 3vh 0;
width: 45%;
text-align: center;
border-radius: 8px;
border... | 0.563138 | 0.121321 |
@keyframes placeHolderShimmer {
0% {
background-position: -868px 0;
}
100% {
background-position: 868px 0;
}
}
.object-label {
position: absolute;
width: 72px;
height: 26px;
line-height: 26px;
background: #e21111;
color: #fff;
text-align: center;
vertical-align: middle;
cursor: default... | res/css/dataobject-label.css | @keyframes placeHolderShimmer {
0% {
background-position: -868px 0;
}
100% {
background-position: 868px 0;
}
}
.object-label {
position: absolute;
width: 72px;
height: 26px;
line-height: 26px;
background: #e21111;
color: #fff;
text-align: center;
vertical-align: middle;
cursor: default... | 0.390708 | 0.122392 |
body {
margin:0;
padding:0;
background:#fff url(images/header_bg.png) repeat-x;
font-size:12px;
color:#333;
}
ul,dl,dd,h2,p,form {
padding:0;
margin:0;
}
ul li {
list-style-type:none;
}
#header {
width:900px;
height:10px;
margin:0 auto;
}
#header .member {
width:130px;
height:30px;
line-height:30px;
cur... | index.css | body {
margin:0;
padding:0;
background:#fff url(images/header_bg.png) repeat-x;
font-size:12px;
color:#333;
}
ul,dl,dd,h2,p,form {
padding:0;
margin:0;
}
ul li {
list-style-type:none;
}
#header {
width:900px;
height:10px;
margin:0 auto;
}
#header .member {
width:130px;
height:30px;
line-height:30px;
cur... | 0.288369 | 0.055541 |
@font-face {
font-family: 'Raleway';
src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/rale... | public/css/Front/staff/bills/bills_responsive.css | @font-face {
font-family: 'Raleway';
src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/rale... | 0.225246 | 0.041172 |
* {
font-family: 'Segoe UI', sans-serif;
}
body {
background-color: rgb(237, 237, 237);
}
#top-header {
height: 83px;
width: 100%;
background-color: rgb(19, 52, 103);
display: flex;
justify-content: center;
align-items: center;
}
.header-ul {
padding: 0;
list-style-type: none;... | Weather/css/weather.css | * {
font-family: 'Segoe UI', sans-serif;
}
body {
background-color: rgb(237, 237, 237);
}
#top-header {
height: 83px;
width: 100%;
background-color: rgb(19, 52, 103);
display: flex;
justify-content: center;
align-items: center;
}
.header-ul {
padding: 0;
list-style-type: none;... | 0.601828 | 0.113383 |
html {
font-size: 16px;
}
html,
body {
width: 100%;
height: 100%;
}
body{
font-family: 'Mukta Mahee', sans-serif;
color: #222;
line-height: 1.5;
font-size: 1.125rem;
}
button, input, optgroup, select, textarea{
font-family: 'Mukta Mahee', sans-serif;
}
.brand-logo{
width: 180px;
}
.her... | css/style.css | html {
font-size: 16px;
}
html,
body {
width: 100%;
height: 100%;
}
body{
font-family: 'Mukta Mahee', sans-serif;
color: #222;
line-height: 1.5;
font-size: 1.125rem;
}
button, input, optgroup, select, textarea{
font-family: 'Mukta Mahee', sans-serif;
}
.brand-logo{
width: 180px;
}
.her... | 0.398055 | 0.063308 |
.img{
position:relative;
display:inline;
left:0px;
top:0px;
}
.div1{
background:#C4C4C4;
width:1540px;
}
h1{
position:absolute;
top:150px;
display:inline;
}
.div2{
position:absolute;
top: 200px;
display:inline;
}
p{
width:500px;
}
h3{
background-color: #7c7c6c;
width... | src/page5.css | .img{
position:relative;
display:inline;
left:0px;
top:0px;
}
.div1{
background:#C4C4C4;
width:1540px;
}
h1{
position:absolute;
top:150px;
display:inline;
}
.div2{
position:absolute;
top: 200px;
display:inline;
}
p{
width:500px;
}
h3{
background-color: #7c7c6c;
width... | 0.380529 | 0.05375 |
---------------------------------------------------------
Originally developed by <NAME> and <NAME>
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layou... | server/protected/modules/dev/views/css/ja.cssmenu.css | ---------------------------------------------------------
Originally developed by <NAME> and <NAME>
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layou... | 0.226784 | 0.098947 |
*{
box-sizing: border-box;
margin: 0;
}
body{
background-color: hsl(0, 0%, 94%);
}
.main__header{
position: relative;
}
.header__description h1,
.header__description p{
margin: 0;
}
.header_container{
background-color: transparent;
display: flex;
align-items: center;
position: re... | html/css/style.css | *{
box-sizing: border-box;
margin: 0;
}
body{
background-color: hsl(0, 0%, 94%);
}
.main__header{
position: relative;
}
.header__description h1,
.header__description p{
margin: 0;
}
.header_container{
background-color: transparent;
display: flex;
align-items: center;
position: re... | 0.61173 | 0.072178 |
.cursor{
cursor: pointer;
}
/*header*/
.top_line{
height:2px;
background: #b92b27;
}
.navbar-default {
background-color: white;
border-color: #e7e7e7;
box-shadow: 0 3px 2px -2px rgba(200,200,200,0.2);
}
.navbar-default .navbar-brand{
color: #b92b27;
font-size: 20px;
}
/*signup*/
.input_... | public/resources/css/base.css | .cursor{
cursor: pointer;
}
/*header*/
.top_line{
height:2px;
background: #b92b27;
}
.navbar-default {
background-color: white;
border-color: #e7e7e7;
box-shadow: 0 3px 2px -2px rgba(200,200,200,0.2);
}
.navbar-default .navbar-brand{
color: #b92b27;
font-size: 20px;
}
/*signup*/
.input_... | 0.236869 | 0.061396 |
*{
margin: 0;
padding: 0;
}
.to {
margin-bottom: 200px;
}
.col-md-6.xoay {
text-align: center;
margin: 0 auto;
}
.flex {
width: 900px;
margin: auto;
background: white;
}
.khung5 p {
position: absolute;
color: white;
top: 65%;
width: 100%;
opacity: 0;
transitio... | about/layout/css3/style.css | *{
margin: 0;
padding: 0;
}
.to {
margin-bottom: 200px;
}
.col-md-6.xoay {
text-align: center;
margin: 0 auto;
}
.flex {
width: 900px;
margin: auto;
background: white;
}
.khung5 p {
position: absolute;
color: white;
top: 65%;
width: 100%;
opacity: 0;
transitio... | 0.672332 | 0.151875 |
/*.tail-top{ background:url(../images/bg1.gif) repeat-x top center}*/
.tail-top{ background: none;}
.col-1, .col-2, .col-3, .col-4{ float:left}
/*======= width =======*/
.main{margin:0 auto; text-align:left; width:943px; }
/*======= header =======*/
#header {height:510px; background: none; /*url(../image... | templates/casinovulkan/ru/css/stylesheet.css |
/*.tail-top{ background:url(../images/bg1.gif) repeat-x top center}*/
.tail-top{ background: none;}
.col-1, .col-2, .col-3, .col-4{ float:left}
/*======= width =======*/
.main{margin:0 auto; text-align:left; width:943px; }
/*======= header =======*/
#header {height:510px; background: none; /*url(../image... | 0.235196 | 0.062646 |
**************************************************/
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@700&family=Poppins:wght@400;500;600&display=swap');
.container-login{
height: 100vh;
overflow: hidden;
}
/*Estilização da Landing de Login
****************************************/
#landing-lo... | css/styles.css | **************************************************/
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@700&family=Poppins:wght@400;500;600&display=swap');
.container-login{
height: 100vh;
overflow: hidden;
}
/*Estilização da Landing de Login
****************************************/
#landing-lo... | 0.290679 | 0.05549 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vert... | public/assets/css/app.min41e1.css |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vert... | 0.503174 | 0.136464 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("taxi.itrf.ru") {
@media all and (min-width: 1600px) {
#modal-mkk{
width: 100%;
height: 870px;
margin-left: -50%;
margin-top: -430px;
background-color: #333;
color: #000;
}
#dkk-main > div:nth-child(1) > div:nth-... | data/usercss/129650.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("taxi.itrf.ru") {
@media all and (min-width: 1600px) {
#modal-mkk{
width: 100%;
height: 870px;
margin-left: -50%;
margin-top: -430px;
background-color: #333;
color: #000;
}
#dkk-main > div:nth-child(1) > div:nth-... | 0.133049 | 0.119049 |
@keyframes mmfadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes mmfadeOut {
from { opacity: 1; }
to { opacity: 0; }
}
@keyframes mmslideIn {
from { transform: translateY(15%); }
to { transform: translateY(0); }
}
@keyframes mmslideOut {
from { transform: translateY(0); }
to { transform: ... | src/styles/vendor/micromodal.css | @keyframes mmfadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes mmfadeOut {
from { opacity: 1; }
to { opacity: 0; }
}
@keyframes mmslideIn {
from { transform: translateY(15%); }
to { transform: translateY(0); }
}
@keyframes mmslideOut {
from { transform: translateY(0); }
to { transform: ... | 0.671686 | 0.159283 |
@media (min-width: 992px) {
body {
padding-top: 56px;
}
}
.navbar {
background-color: rgb(24, 26, 29);
}
body {
padding-top: 0px;
}
html, body {
color: azure;
background-color: #2E3440;
}
li {
margin: 2px 0;
}
.card {
color: azure;
background-color: #2E3440;
border: 1px solid azure;
}
hr ... | content/stylesheets/style.css | @media (min-width: 992px) {
body {
padding-top: 56px;
}
}
.navbar {
background-color: rgb(24, 26, 29);
}
body {
padding-top: 0px;
}
html, body {
color: azure;
background-color: #2E3440;
}
li {
margin: 2px 0;
}
.card {
color: azure;
background-color: #2E3440;
border: 1px solid azure;
}
hr ... | 0.353651 | 0.122366 |
/* HTML, BODY */
html,
body{
width: 100% !important;
height: 100% !important;
box-sizing: border-box !important;
font-family: 'Source Sans Pro', sans-serif;
}
/* SECTIONS - ALL */
section{
width: 100% !important;
}
/*====================================================
... | public/css/style.css |
/* HTML, BODY */
html,
body{
width: 100% !important;
height: 100% !important;
box-sizing: border-box !important;
font-family: 'Source Sans Pro', sans-serif;
}
/* SECTIONS - ALL */
section{
width: 100% !important;
}
/*====================================================
... | 0.216342 | 0.048451 |
.project-popup {
background: #fff;
}
.project-popup .project-name {
border-bottom-color: #eee;
color: #0bafff;
}
.project-popup .project-source {
background: #79a3db;
color: #fff;
}
.project-popup .project-source > .back {
background: #0bafff;
}
.mfp-fade.mfp-wrap.mfp... | api/css/skins/skin5.css | .project-popup {
background: #fff;
}
.project-popup .project-name {
border-bottom-color: #eee;
color: #0bafff;
}
.project-popup .project-source {
background: #79a3db;
color: #fff;
}
.project-popup .project-source > .back {
background: #0bafff;
}
.mfp-fade.mfp-wrap.mfp... | 0.165762 | 0.037257 |
body {
background: -webkit-linear-gradient(bottom, #290606, #a50a0a);
background-repeat: no-repeat;
}
a {
text-decoration: none;
}
label {
font-family: "Raleway", sans-serif;
font-size: 12pt;
}
.form {
align-items: left;
display: flex;
flex-direction: column;
}
.form-border {
bac... | public/css/registerstyle.css | body {
background: -webkit-linear-gradient(bottom, #290606, #a50a0a);
background-repeat: no-repeat;
}
a {
text-decoration: none;
}
label {
font-family: "Raleway", sans-serif;
font-size: 12pt;
}
.form {
align-items: left;
display: flex;
flex-direction: column;
}
.form-border {
bac... | 0.465145 | 0.090615 |
@import url(http://fonts.googleapis.com/css?family=Oleo+Script|Fredoka+One);
* {
margin: 0px;
padding: 0px;
outline: 0px; }
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon.eot?y72l9t");
src: url("../fonts/icomoon.eot?#iefixy72l9t") format("embedded-opentype"), url("../fonts/icomoon.woff?y72... | public/stylesheets/style.css | @import url(http://fonts.googleapis.com/css?family=Oleo+Script|Fredoka+One);
* {
margin: 0px;
padding: 0px;
outline: 0px; }
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon.eot?y72l9t");
src: url("../fonts/icomoon.eot?#iefixy72l9t") format("embedded-opentype"), url("../fonts/icomoon.woff?y72... | 0.219003 | 0.065276 |
body{
margin:0;
padding:0;
font:86% times new roman,Times,serif;
line-height:1em;
color:#333
}#B8B8B8
#container{
width:1100px;
margin:0 auto;
color:#333
}
#top{
margin:0;
padding:0
}
#top h2{
text-align:center;
text-transform:none;
letter-spacing:5px;
font-size:9... | css/custom_css_studentprofile.css | body{
margin:0;
padding:0;
font:86% times new roman,Times,serif;
line-height:1em;
color:#333
}#B8B8B8
#container{
width:1100px;
margin:0 auto;
color:#333
}
#top{
margin:0;
padding:0
}
#top h2{
text-align:center;
text-transform:none;
letter-spacing:5px;
font-size:9... | 0.321141 | 0.079997 |
.navegacao_menu {
position: sticky;
top: 0px;
}
.navegacao_menu ul {
list-style: none;
margin: 0px;
padding: 4px;
background-color: rgb(88, 88, 88);
word-spacing: -4px;
}
.navegacao_menu ul li {
margin: 0px;
display: inline-block;... | _navegacao/css/menu.css | .navegacao_menu {
position: sticky;
top: 0px;
}
.navegacao_menu ul {
list-style: none;
margin: 0px;
padding: 4px;
background-color: rgb(88, 88, 88);
word-spacing: -4px;
}
.navegacao_menu ul li {
margin: 0px;
display: inline-block;... | 0.305386 | 0.05572 |
.pull-left[data-v-c21d83ca] {
float: left !important;
}
.pull-right[data-v-c21d83ca] {
float: right !important;
}
.clearfix[data-v-c21d83ca]::after {
display: block;
content: '';
clear: both;
}
/* Header Steps
*******************************/
.wizard[data-v-c21d83ca] {
position: relative;
width: 100%;... | dist/vue-good-wizard.css | .pull-left[data-v-c21d83ca] {
float: left !important;
}
.pull-right[data-v-c21d83ca] {
float: right !important;
}
.clearfix[data-v-c21d83ca]::after {
display: block;
content: '';
clear: both;
}
/* Header Steps
*******************************/
.wizard[data-v-c21d83ca] {
position: relative;
width: 100%;... | 0.385606 | 0.136206 |
.timeline {
margin: calc(var(--g-row) * 4) 0 0 0;
max-width: var(--g-cols-2--fixed);
}
.timeline__contents {
display: grid;
grid-template-columns: 0.4fr 0.25fr 0.25fr 1fr;
}
.timeline__caption {
margin-top: calc(var(--g-row) * 4);
}
.timeline__caption p::before {
background-color: var(--color-text-primar... | src/css/modules/components/timeline.css | .timeline {
margin: calc(var(--g-row) * 4) 0 0 0;
max-width: var(--g-cols-2--fixed);
}
.timeline__contents {
display: grid;
grid-template-columns: 0.4fr 0.25fr 0.25fr 1fr;
}
.timeline__caption {
margin-top: calc(var(--g-row) * 4);
}
.timeline__caption p::before {
background-color: var(--color-text-primar... | 0.40698 | 0.134747 |
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation change... | style-editor.css | /**
Use a better box model (opinionated).
*/
*,
::before,
::after {
box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation change... | 0.673192 | 0.160562 |
@import "reset.css";
html {
width: 1920px;
height: 1080px;
margin: 0 auto;
overflow: hidden;
}
body {
width: 100%;
height: 100%;
font-family: 'microsoft yahei';
background: url("../imgs/bg.jpg") no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
overflow: hidden;
}
.wrapper... | Public/dywxq/css/index.css | @import "reset.css";
html {
width: 1920px;
height: 1080px;
margin: 0 auto;
overflow: hidden;
}
body {
width: 100%;
height: 100%;
font-family: 'microsoft yahei';
background: url("../imgs/bg.jpg") no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
overflow: hidden;
}
.wrapper... | 0.294114 | 0.053775 |
code,
pre {
tab-size: 4
}
.mfp-preloader {
font-size: 13px
}
.get-code-window {
position: relative;
background: #fff;
padding: 2em 3em;
width: auto;
margin: 20px auto;
max-width: 600px
}
#magnific_popup_documentation {
font-size: 3em;
margin-bottom: 1em;
font-weight: 700;
... | src/assets/css/video.min.css | code,
pre {
tab-size: 4
}
.mfp-preloader {
font-size: 13px
}
.get-code-window {
position: relative;
background: #fff;
padding: 2em 3em;
width: auto;
margin: 20px auto;
max-width: 600px
}
#magnific_popup_documentation {
font-size: 3em;
margin-bottom: 1em;
font-weight: 700;
... | 0.576184 | 0.16378 |
body {
font-family: "Roboto", sans-serif;
background-color: #eee;
}
.container {
width: 90%;
}
/* Home Screen */
#home {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 200px;
}
.customPanel {
padding: 40px;
background-color: #fff;
width: 100%;
border-radius: 10px;
... | css/styles.css | body {
font-family: "Roboto", sans-serif;
background-color: #eee;
}
.container {
width: 90%;
}
/* Home Screen */
#home {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 200px;
}
.customPanel {
padding: 40px;
background-color: #fff;
width: 100%;
border-radius: 10px;
... | 0.191668 | 0.0704 |
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Noto Sans JP", sans-serif;
line-height: 1.6;
height: 100%;
}
img {
max-width: 100%;
height: 100%;
display: block;
}
h1,
h2,
h3,
p {
margin: 0;
}
.hero {
color: white;
text-align: center;
padding: 5em 8em 10em;... | public/css/main.css | *,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Noto Sans JP", sans-serif;
line-height: 1.6;
height: 100%;
}
img {
max-width: 100%;
height: 100%;
display: block;
}
h1,
h2,
h3,
p {
margin: 0;
}
.hero {
color: white;
text-align: center;
padding: 5em 8em 10em;... | 0.466359 | 0.075312 |
@-moz-document domain("kivinet.de"), domain("www.kivinet.de") {
/* Ich weiß das CSS ist nicht gut gemacht und auch ehrlich gesagt nur schnell hingepfuscht */
html,
body,
.std {
background-color: #121212;
color: lightgray;
}
.ilMainHeader {
background-color: #232323;
border-bottom: 3px solid #3... | data/usercss/187997.user.css | @-moz-document domain("kivinet.de"), domain("www.kivinet.de") {
/* Ich weiß das CSS ist nicht gut gemacht und auch ehrlich gesagt nur schnell hingepfuscht */
html,
body,
.std {
background-color: #121212;
color: lightgray;
}
.ilMainHeader {
background-color: #232323;
border-bottom: 3px solid #3... | 0.257578 | 0.053874 |
*{
margin: 0px;
padding: 0px;
}
@font-face{
font-family: "Luke";
src: url('./../fonts/Luke.otf'),
url('Luke.otf'); /* IE */
}
@font-face{
font-family: "DK";
src: url('./../fonts/dk_midnight_chalker.otf'),
url('dk_midnight_chalker.otf'); /* IE */
}
@font-face{
font-family: "moon";
src: ... | assets/css/style.css | *{
margin: 0px;
padding: 0px;
}
@font-face{
font-family: "Luke";
src: url('./../fonts/Luke.otf'),
url('Luke.otf'); /* IE */
}
@font-face{
font-family: "DK";
src: url('./../fonts/dk_midnight_chalker.otf'),
url('dk_midnight_chalker.otf'); /* IE */
}
@font-face{
font-family: "moon";
src: ... | 0.273477 | 0.049085 |
* {
margin: 0;
padding: 0;
}
.enter {
width: 100%;
}
.head {
width: 60%;
margin: 0 auto;
position: relative;
}
.head_left {
width: 30%;
height: 100%;
position: relative;
}
.head_left_img {
width: 40%;
}
.head_left img {
width: 40%;
}
.head_left img:last-child {
position: absolute;
top:35%;
left: 32%;
fo... | Template/pc/default/Static/css/enter.css | * {
margin: 0;
padding: 0;
}
.enter {
width: 100%;
}
.head {
width: 60%;
margin: 0 auto;
position: relative;
}
.head_left {
width: 30%;
height: 100%;
position: relative;
}
.head_left_img {
width: 40%;
}
.head_left img {
width: 40%;
}
.head_left img:last-child {
position: absolute;
top:35%;
left: 32%;
fo... | 0.360602 | 0.078961 |
.template-character-dnd5e {
margin-top: 20px;
border: 2px solid #58180d;
display: block;
background-color: #e3dbc6;
border: 1px solid #760809;
padding: 20px;
position: relative;
color: #000;
background-image: url(/images/parchment.jpg)
}
.template-character-dnd5e hr {
margin: 0;
... | block-system-2.0/dnd5e/character/old-dnd5e.css | .template-character-dnd5e {
margin-top: 20px;
border: 2px solid #58180d;
display: block;
background-color: #e3dbc6;
border: 1px solid #760809;
padding: 20px;
position: relative;
color: #000;
background-image: url(/images/parchment.jpg)
}
.template-character-dnd5e hr {
margin: 0;
... | 0.433502 | 0.155687 |
body,
html,
#container {
width: 100%;
height: 100%;
overflow: hidden;
margin: 0;
font-family: "微软雅黑";
}
.container {
width: 100% !important;
padding: 0px;
}
.searchDiv {
position: absolute;
/* margin-top: 10px; */
margin-left: 10px;
top: 10px;
height: 50px;
display:... | src/main/webapp/css/news.css | body,
html,
#container {
width: 100%;
height: 100%;
overflow: hidden;
margin: 0;
font-family: "微软雅黑";
}
.container {
width: 100% !important;
padding: 0px;
}
.searchDiv {
position: absolute;
/* margin-top: 10px; */
margin-left: 10px;
top: 10px;
height: 50px;
display:... | 0.352648 | 0.082771 |
@import url('~/node_modules/material-icons/iconfont/material-icons.css');
@import url('~/node_modules/tinymce/skins/ui/oxide-dark/skin.min.css');
@import url('./plugin/prism.css');
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
@apply text-2xl;
}
h2 {
@apply text-xl;
}
... | src/renderer/App.global.css | @import url('~/node_modules/material-icons/iconfont/material-icons.css');
@import url('~/node_modules/tinymce/skins/ui/oxide-dark/skin.min.css');
@import url('./plugin/prism.css');
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
@apply text-2xl;
}
h2 {
@apply text-xl;
}
... | 0.435902 | 0.074703 |
@font-face {
font-family: "presa";
src: url("assets/presa.ttf")
}
/* basic background and text color*/
body {
/* background-color:hsl(45, 52%, 90%); */
background-image: linear-gradient(hsl(45, 52%, 90%),hsl(45, 52%, 65%));
}
h2, h3 {
color: hsl(202, 100%, 38%);
}
footer {
border-top: 3px sol... | style.css | @font-face {
font-family: "presa";
src: url("assets/presa.ttf")
}
/* basic background and text color*/
body {
/* background-color:hsl(45, 52%, 90%); */
background-image: linear-gradient(hsl(45, 52%, 90%),hsl(45, 52%, 65%));
}
h2, h3 {
color: hsl(202, 100%, 38%);
}
footer {
border-top: 3px sol... | 0.602997 | 0.084606 |
@charset "utf-8";
/* CSS Document for BackendTools (rexTree) */
/* v1.7 */
.rextree { position: relative; display: table-cell; width: 250px; margin-top: 15px; padding: 30px 15px 15px; vertical-align: top; background: #e1e6ed; }
.rextree > ul, .rextree > ul:focus { background: none; white-space: normal; outline: n... | assets/rextree/rextree.css | @charset "utf-8";
/* CSS Document for BackendTools (rexTree) */
/* v1.7 */
.rextree { position: relative; display: table-cell; width: 250px; margin-top: 15px; padding: 30px 15px 15px; vertical-align: top; background: #e1e6ed; }
.rextree > ul, .rextree > ul:focus { background: none; white-space: normal; outline: n... | 0.302185 | 0.082586 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
html, body {
background-color: black;
background-size: cover;
color: #FFFFFF;
font-size: 17px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.cover {
position: fixed;
top: 0;
l... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
html, body {
background-color: black;
background-size: cover;
color: #FFFFFF;
font-size: 17px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.cover {
position: fixed;
top: 0;
l... | 0.493653 | 0.10904 |
.tp-banner-container {
width:100%;
position:relative;
padding:0;
}
.tp-banner {
width:100%;
position:relative;
}
.tp-banner-fullscreen-container {
width:100%;
position:relative;
padding:0;
}
/*.tp-leftarrow.default, .tp-rightarrow.default {
display:block;
cursor:pointer;
width:52px;
height: 52px;
backgroun... | resources/assets/file/LandingPage/rs-plugin/css/extralayers.css | .tp-banner-container {
width:100%;
position:relative;
padding:0;
}
.tp-banner {
width:100%;
position:relative;
}
.tp-banner-fullscreen-container {
width:100%;
position:relative;
padding:0;
}
/*.tp-leftarrow.default, .tp-rightarrow.default {
display:block;
cursor:pointer;
width:52px;
height: 52px;
backgroun... | 0.319334 | 0.094385 |
#u6091 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u6092_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
... | a12s/shenshen/files/p4a/styles_2.css |
#u6091 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u6092_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
... | 0.285571 | 0.0524 |
header{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 0 10%;
}
header #menu_wrap a{
display: inline-block;
text-decoration: none;
padding: 39px 19px;
color: #264247;
font-weight: 500;
font-size: 16px;
-webkit-transitio... | src/main/webapp/css/home.css |
header{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 0 10%;
}
header #menu_wrap a{
display: inline-block;
text-decoration: none;
padding: 39px 19px;
color: #264247;
font-weight: 500;
font-size: 16px;
-webkit-transitio... | 0.324449 | 0.066843 |
@font-face{
font-family:Lato-Heavy;
src:url(../fonts/Lato-Heavy.ttf);
}
@font-face{
font-family:Lato-Medium;
src:url(../fonts/Lato-Medium.ttf);
}
@font-face{
font-family:Lato-Bold;
src:url(../fonts/Lato-Bold.ttf);
}
@font-face{
font-family:Lato-Regular;
src:url(../fonts/Lato-Regular.ttf);
}
@font-face{
font-family:Lato... | public/frontend/css/style.css | @font-face{
font-family:Lato-Heavy;
src:url(../fonts/Lato-Heavy.ttf);
}
@font-face{
font-family:Lato-Medium;
src:url(../fonts/Lato-Medium.ttf);
}
@font-face{
font-family:Lato-Bold;
src:url(../fonts/Lato-Bold.ttf);
}
@font-face{
font-family:Lato-Regular;
src:url(../fonts/Lato-Regular.ttf);
}
@font-face{
font-family:Lato... | 0.351979 | 0.042922 |
nav {
overflow: hidden;
}
.category {
width: 10rem;
height: 89%;
font-size: 16pt;
text-align: center;
text-decoration: none;
margin-top: 10px;
padding: 55px 0;
display: inline-block;
background-color: #eee; border-radius: 4px;
}
.subcategory {
width: 8rem;
display: inline-block;
word-wrap: n... | dashboard/src/app/mainpage/mainpage.component.css | nav {
overflow: hidden;
}
.category {
width: 10rem;
height: 89%;
font-size: 16pt;
text-align: center;
text-decoration: none;
margin-top: 10px;
padding: 55px 0;
display: inline-block;
background-color: #eee; border-radius: 4px;
}
.subcategory {
width: 8rem;
display: inline-block;
word-wrap: n... | 0.3863 | 0.093223 |
.wrap-main {
width: 100%;
margin-top: 72px;
}
.wrap-main .main-con {
width: 100%;
padding-bottom: 20px;
}
.main-top {
width: 100%;
height: 482px;
background: url(../images/business/business-1.jpg) no-repeat;
background-size: cover;
}
.main-top .main-top-con {
width: 1200px;
margin: 0 auto;
padd... | css/business_to-b.css | .wrap-main {
width: 100%;
margin-top: 72px;
}
.wrap-main .main-con {
width: 100%;
padding-bottom: 20px;
}
.main-top {
width: 100%;
height: 482px;
background: url(../images/business/business-1.jpg) no-repeat;
background-size: cover;
}
.main-top .main-top-con {
width: 1200px;
margin: 0 auto;
padd... | 0.339499 | 0.043184 |
body,
p {
margin: 0;
}
body {
background: #56CCF2;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2F80ED, #56CCF2);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera... | Visualize Data with a Bar Chart/css/styles.css |
body,
p {
margin: 0;
}
body {
background: #56CCF2;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2F80ED, #56CCF2);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera... | 0.444083 | 0.106737 |
body, table td, select, button{
font-family: Arial,"黑体" !important;
}
.bda-header_bg {
/* background: #f9f9f9; */
background-image: linear-gradient(to bottom, #5C6780, #284869);
border-bottom: 1px solid #D4D4D4;
height: 35px;
padding: 2px;
font-size: 18px;
}
.bda-header {
padding: 0%;
}... | src/main/webapp/studio/css/head.css | body, table td, select, button{
font-family: Arial,"黑体" !important;
}
.bda-header_bg {
/* background: #f9f9f9; */
background-image: linear-gradient(to bottom, #5C6780, #284869);
border-bottom: 1px solid #D4D4D4;
height: 35px;
padding: 2px;
font-size: 18px;
}
.bda-header {
padding: 0%;
}... | 0.262936 | 0.090574 |
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{font-size:10px; width:100%; height:100%;}
body{ height:100%; width:100%; font-family: arial; font-weight:normal; color:#484848; font-size:14px; background-repeat:no-repeat; background-position:left top; backgro... | CSS/style.css | *, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{font-size:10px; width:100%; height:100%;}
body{ height:100%; width:100%; font-family: arial; font-weight:normal; color:#484848; font-size:14px; background-repeat:no-repeat; background-position:left top; backgro... | 0.275519 | 0.058858 |
/* Language Selector */
.languageselector {
float: center;
width: 160px;
}
.languageselector > .panel-body > form > label {
font-size: 20px;
font-weight: normal;
}
.languageselector > .panel-body > form > label.selectedButtonLabel {
font-weight: bold;
}
/* Visual Timer */
.visualtimer {
flo... | node_modules/nodegame-server/public/stylesheets/widgets.css |
/* Language Selector */
.languageselector {
float: center;
width: 160px;
}
.languageselector > .panel-body > form > label {
font-size: 20px;
font-weight: normal;
}
.languageselector > .panel-body > form > label.selectedButtonLabel {
font-weight: bold;
}
/* Visual Timer */
.visualtimer {
flo... | 0.356223 | 0.101145 |
@charset "UTF-8";
/*******************************************
*******************************************
*
* @File: FlatPro by themeum.
*
* This file contains the styling for the actual theme, this
* is the file you need to edit to change the look of the
* theme.
*
* This files contents are outlined below >>... | src/assets/css/main.css | @charset "UTF-8";
/*******************************************
*******************************************
*
* @File: FlatPro by themeum.
*
* This file contains the styling for the actual theme, this
* is the file you need to edit to change the look of the
* theme.
*
* This files contents are outlined below >>... | 0.247351 | 0.056418 |
html {
height: 100%;
margin-left: 0px;
}
body {
background-color: #fbf4f9;
height: 100%;
}
#header-cadastrar {
padding: 0px;
}
#div-principal {
padding-left: 0px;
padding-right: 0px;
}
#div-principal-anexo {
padding: 0px;
}
#section-anexo {
height: 100%;
}
#container-anexo {
... | public/css/stylesheet_cadastrar.css | html {
height: 100%;
margin-left: 0px;
}
body {
background-color: #fbf4f9;
height: 100%;
}
#header-cadastrar {
padding: 0px;
}
#div-principal {
padding-left: 0px;
padding-right: 0px;
}
#div-principal-anexo {
padding: 0px;
}
#section-anexo {
height: 100%;
}
#container-anexo {
... | 0.428473 | 0.084568 |
body {
margin:0 ;
padding : 0 ;
font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI','Open Sans', 'Helvetica Neue', sans-serif ;
font-size : 1rem; /*Default size is 16px = 1rem*/
font-weight : normal ;
line-height : 1.5 ;
box-sizing: border-box ;
text-align : left;
}
*,
*::before,
*::after {
b... | css/style.css | body {
margin:0 ;
padding : 0 ;
font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI','Open Sans', 'Helvetica Neue', sans-serif ;
font-size : 1rem; /*Default size is 16px = 1rem*/
font-weight : normal ;
line-height : 1.5 ;
box-sizing: border-box ;
text-align : left;
}
*,
*::before,
*::after {
b... | 0.271638 | 0.06832 |
body {
background: #04A1BF;
text-align: center;
font-family: 'Montserrat';
background: linear-gradient(-45deg, #e73c7e, #23a6d5);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
.intro {
margin: 30px 0px;
font-weight: bold;
}
h1 {
color: #ffffff;
text-transform: upper... | To-Do List/style.css | body {
background: #04A1BF;
text-align: center;
font-family: 'Montserrat';
background: linear-gradient(-45deg, #e73c7e, #23a6d5);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
.intro {
margin: 30px 0px;
font-weight: bold;
}
h1 {
color: #ffffff;
text-transform: upper... | 0.278453 | 0.065247 |
@font-face {
font-family: 'Gotham-Ultra';
src: url('../fonts/gotham-ultra/Gotham-Ultra.eot');
src: url('../fonts/gotham-ultra/Gotham-Ultra.woff2') format('woff2'),
url('../fonts/gotham-ultra/Gotham-Ultra.woff') format('woff'),
url('../fonts/gotham-ultra/Gotham-Ultra.ttf') format('truetype'),
... | resources/assets/css/style.css | @font-face {
font-family: 'Gotham-Ultra';
src: url('../fonts/gotham-ultra/Gotham-Ultra.eot');
src: url('../fonts/gotham-ultra/Gotham-Ultra.woff2') format('woff2'),
url('../fonts/gotham-ultra/Gotham-Ultra.woff') format('woff'),
url('../fonts/gotham-ultra/Gotham-Ultra.ttf') format('truetype'),
... | 0.137764 | 0.059483 |
html,
body {
width: 100%;
overflow: hidden;
}
.j-content {
width: 100%;
overflow: hidden;
}
.j-avatar-container {
width: 60px;
height: 60px;
position: relative;
margin: 5px;
border-radius: 50%;
-webkit-transition: box-shadow .3s ease-out;
transition: box-shadow .3s ease-out;
}
.j-avatar-contain... | src/app/ui/css/main.css | html,
body {
width: 100%;
overflow: hidden;
}
.j-content {
width: 100%;
overflow: hidden;
}
.j-avatar-container {
width: 60px;
height: 60px;
position: relative;
margin: 5px;
border-radius: 50%;
-webkit-transition: box-shadow .3s ease-out;
transition: box-shadow .3s ease-out;
}
.j-avatar-contain... | 0.388038 | 0.068537 |
margin: 20px 50px;
}
div[id$=-box]{
margin: 0 auto;
padding: 10px 0px;
min-height: 60px;
position: relative;
}
.tag-name{
width: 48%;
height: 30px;
text-align: center;
display: inline-block;
}
.tag-ref{
width: 220px;
line-height: 40px;
font-size: 20px;
color: #fff;
position: absolute;
... | assets/themes/myfirst-theme/css/tags-style.css | margin: 20px 50px;
}
div[id$=-box]{
margin: 0 auto;
padding: 10px 0px;
min-height: 60px;
position: relative;
}
.tag-name{
width: 48%;
height: 30px;
text-align: center;
display: inline-block;
}
.tag-ref{
width: 220px;
line-height: 40px;
font-size: 20px;
color: #fff;
position: absolute;
... | 0.258326 | 0.074939 |
.main-banner {
height: 400px;
}
.main-banner .caption-banner{
position: absolute;
top: 30%;
text-align: center;
width: 100%;
}
.main-banner .caption-banner h1{
color: #ebd28b;
font-size: 43px;
margin-bottom: 20px;
}
.main-banner .caption-banner p{
font-size: 20px;
margin: 0 0;
color: #fff;
font-weight:... | public/css/service.css | .main-banner {
height: 400px;
}
.main-banner .caption-banner{
position: absolute;
top: 30%;
text-align: center;
width: 100%;
}
.main-banner .caption-banner h1{
color: #ebd28b;
font-size: 43px;
margin-bottom: 20px;
}
.main-banner .caption-banner p{
font-size: 20px;
margin: 0 0;
color: #fff;
font-weight:... | 0.295332 | 0.063861 |
.football-table table{
width: 100%;
}
.football-table td, .football-table th {
border: 1px solid #ddd;
color: #333;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
padding: 5px;
text-align: center;
}
.football-table td.club {
text-align: left;
}
.football-table tr.ro... | demos/style.css | .football-table table{
width: 100%;
}
.football-table td, .football-table th {
border: 1px solid #ddd;
color: #333;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
padding: 5px;
text-align: center;
}
.football-table td.club {
text-align: left;
}
.football-table tr.ro... | 0.234144 | 0.17075 |
#dateSelect {
margin-top: 21px;
font-size: 14px;
border: 0;
color: #333;
background: transparent;
}
#dateSelect span {
padding: 0 10px 0;
cursor: pointer;
}
#dateSelect span.cur {
color: #e67e22;
}
#dateSelect .form-control {
display: inline;
width: 210px;
}
.days {
display: inline;
}
#toggleBox {... | fenxi_files/current-62722f1a.css | #dateSelect {
margin-top: 21px;
font-size: 14px;
border: 0;
color: #333;
background: transparent;
}
#dateSelect span {
padding: 0 10px 0;
cursor: pointer;
}
#dateSelect span.cur {
color: #e67e22;
}
#dateSelect .form-control {
display: inline;
width: 210px;
}
.days {
display: inline;
}
#toggleBox {... | 0.294722 | 0.061961 |
.news .featured-news {
text-align: center;
overflow: hidden;
padding: 0px 0px 15px 20px;
}
.news .featured-news .article-wrapper {
display: block;
height: 167px;
overflow: hidden;
position: relative;
padding-right: 13px;
}
.news .featured-news .article-wrapper .article-image {
bord... | wuaiwow/static/css/wuaiwow/cms.min.css | .news .featured-news {
text-align: center;
overflow: hidden;
padding: 0px 0px 15px 20px;
}
.news .featured-news .article-wrapper {
display: block;
height: 167px;
overflow: hidden;
position: relative;
padding-right: 13px;
}
.news .featured-news .article-wrapper .article-image {
bord... | 0.568296 | 0.083666 |
.tg-datepicker.panel {
position:absolute;
left:0px;
top:0px;
width:325px;
height:240px;
border:4px solid #FFF;
background-color:#BBB;
color:#444;
z-index:9999999;
padding:8px;
}
.tg-datepicker .yearfield {
text-align:center;
vertical-align:top;
position:relative;
height:28px;
width... | timeglider/timeglider.datepicker.css | .tg-datepicker.panel {
position:absolute;
left:0px;
top:0px;
width:325px;
height:240px;
border:4px solid #FFF;
background-color:#BBB;
color:#444;
z-index:9999999;
padding:8px;
}
.tg-datepicker .yearfield {
text-align:center;
vertical-align:top;
position:relative;
height:28px;
width... | 0.229967 | 0.053651 |
* {
margin: 0px;
padding: 0px;
}
a, input, select, textarea, button, a object, a > span, a img, ::before, ::after, button span, a .c-button, a .c-button--white, a .c-button--small, .c-airdate__cell {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-transform: translate3d(0, 0... | public/css/mainstyles.css | * {
margin: 0px;
padding: 0px;
}
a, input, select, textarea, button, a object, a > span, a img, ::before, ::after, button span, a .c-button, a .c-button--white, a .c-button--small, .c-airdate__cell {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-transform: translate3d(0, 0... | 0.41561 | 0.085099 |
@charset "utf-8";
#deployDetail{
width: 100%;
padding: 70px 80px 0 30px;
box-sizing: border-box;
min-width: 1099px;
}
#deployDetailPage{
width: 100%;
background-color: #ffffff;
box-shadow: 0px 5px 15px 0px rgba(17, 25, 66, 0.1);
border-radius: 5px;
box-sizing: border-box;
paddi... | rongqiyun-yanjunwei/file/css/secondary/deployDetail.css | @charset "utf-8";
#deployDetail{
width: 100%;
padding: 70px 80px 0 30px;
box-sizing: border-box;
min-width: 1099px;
}
#deployDetailPage{
width: 100%;
background-color: #ffffff;
box-shadow: 0px 5px 15px 0px rgba(17, 25, 66, 0.1);
border-radius: 5px;
box-sizing: border-box;
paddi... | 0.086729 | 0.055438 |