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 |
|---|---|---|---|---|
body {
background:lightgrey;
font:1em Trebuchet MS;
word-spacing:2px;
color:black;
margin:0;
}
* {
margin:0;
padding:0;
}
a {
color:#999;
border-bottom:1px dotted #232323;
text-decoration:none;
padding:2px 4px 2px 4px;
}
a:hover {
border-bottom:1px dotted #99CC33;
background:#101010;... | first-site/WebDev/CSS/grey.css | body {
background:lightgrey;
font:1em Trebuchet MS;
word-spacing:2px;
color:black;
margin:0;
}
* {
margin:0;
padding:0;
}
a {
color:#999;
border-bottom:1px dotted #232323;
text-decoration:none;
padding:2px 4px 2px 4px;
}
a:hover {
border-bottom:1px dotted #99CC33;
background:#101010;... | 0.190799 | 0.052863 |
#slider {
margin: 0 auto;
width: 800px;
max-width: 100%;
text-align: center;
}
#slider input[type=radio] {
display: none;
}
#slider label {
cursor: pointer;
text-decoration:none;
}
#slides {
padding: 10px;
border: 30px solid #ccc;
background: #ffff... | Content/BootstrapFiles/Slider.css | #slider {
margin: 0 auto;
width: 800px;
max-width: 100%;
text-align: center;
}
#slider input[type=radio] {
display: none;
}
#slider label {
cursor: pointer;
text-decoration:none;
}
#slides {
padding: 10px;
border: 30px solid #ccc;
background: #ffff... | 0.396769 | 0.124692 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | resources/css/app.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | 0.51879 | 0.058426 |
main {
width: 100vw;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: "Segoe UI", Tahoma... | build/css/demo.css | main {
width: 100vw;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: "Segoe UI", Tahoma... | 0.301671 | 0.03914 |
*{
margin: 0;
padding: 0;
}
body{
font:"微软雅黑";
background-color: #fafafa;
}
/* 顶部导航栏部分 */
.header{
width: 1240px;
height: 100px;
margin: 0 auto;
/* background-color: #f60; */
}
.header .logo{
float: left;
}
.header .index-nav{
float: right;
list-style: none;
}
.header .index-nav li{
float: left;
}
.hea... | TigerAdminZero/5.8.1/aspnet-core/src/TigerAdmin.Web.Host/wwwroot/pages/yundao/css/style.css | *{
margin: 0;
padding: 0;
}
body{
font:"微软雅黑";
background-color: #fafafa;
}
/* 顶部导航栏部分 */
.header{
width: 1240px;
height: 100px;
margin: 0 auto;
/* background-color: #f60; */
}
.header .logo{
float: left;
}
.header .index-nav{
float: right;
list-style: none;
}
.header .index-nav li{
float: left;
}
.hea... | 0.201106 | 0.051201 |
body {
background-color: #efebe8;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEFEBE8', endColorstr='#FFE1D8CE');
background-image: -moz-linear-gradient(top, #efebe8 0%, #e1d8ce 100%);
background-image: -webkit-linear-gradient(top, #efebe8 0%, #e1d8ce 100%);
... | html5-awesome/css3-3d-switch-button/css/style.css | body {
background-color: #efebe8;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEFEBE8', endColorstr='#FFE1D8CE');
background-image: -moz-linear-gradient(top, #efebe8 0%, #e1d8ce 100%);
background-image: -webkit-linear-gradient(top, #efebe8 0%, #e1d8ce 100%);
... | 0.324235 | 0.141815 |
body,
div,
ul,
li,
table,
tr,
td,
a,
p,
h1 {
margin: 0;
padding: 0;
border-spacing: 0;
}
body {
font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
font-size: 18px;
}
body #wrapper {
display: block;
margin: 50px;
width: 400px;
}
body #wrapper ul {
list-style: none;
... | CSS/Exams/CSS-February-2013-Variant-2/Variant2/Variant2/task1.css | body,
div,
ul,
li,
table,
tr,
td,
a,
p,
h1 {
margin: 0;
padding: 0;
border-spacing: 0;
}
body {
font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
font-size: 18px;
}
body #wrapper {
display: block;
margin: 50px;
width: 400px;
}
body #wrapper ul {
list-style: none;
... | 0.276691 | 0.061989 |
.i-icons{
display: inline-block;
background: url("../images/style/elements.png");
vertical-align: middle;
}
.i-search{
width: 16px;
height: 16px;
}
.i-add{
width: 14px;
height: 14px;
background-position: -19px 0;
}
.i-add-white{
width: 15px;
height: 15px;
background-position... | frontend/web/template/site/css/icons.css | .i-icons{
display: inline-block;
background: url("../images/style/elements.png");
vertical-align: middle;
}
.i-search{
width: 16px;
height: 16px;
}
.i-add{
width: 14px;
height: 14px;
background-position: -19px 0;
}
.i-add-white{
width: 15px;
height: 15px;
background-position... | 0.358016 | 0.06724 |
html {
position: relative;
height: 100%; }
body {
background-color: #000000;
font-family: Lato;
height: 100%; }
h2 {
font-size: 22px;
color: #ad9b64;
margin-bottom: 20px; }
.wrapper {
min-height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: colum... | public/css/app.css | html {
position: relative;
height: 100%; }
body {
background-color: #000000;
font-family: Lato;
height: 100%; }
h2 {
font-size: 22px;
color: #ad9b64;
margin-bottom: 20px; }
.wrapper {
min-height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: colum... | 0.376279 | 0.039324 |
img, embed, object, video {
max-width: 100%;
}
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
margin: 0 auto;
padding: 10px;
padding-top: 0;
padding-bottom: 30px;
color: #333;
}
/* ------------------------ General ------------------------ */
.blue {
color: #00... | static/main_blog.css | img, embed, object, video {
max-width: 100%;
}
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
margin: 0 auto;
padding: 10px;
padding-top: 0;
padding-bottom: 30px;
color: #333;
}
/* ------------------------ General ------------------------ */
.blue {
color: #00... | 0.357455 | 0.136436 |
html,
body{
max-width: 1200px;
margin: 0 auto;
border: 1px solid red;
text-transform: uppercase;
line-height: 20px;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}
.main-header {
display: flex;
width: 1200px;
border: 1px solid rgb(247, 243, 9);
background: black;
color: aliceblue;
... | css/BarbershopItem.css | html,
body{
max-width: 1200px;
margin: 0 auto;
border: 1px solid red;
text-transform: uppercase;
line-height: 20px;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}
.main-header {
display: flex;
width: 1200px;
border: 1px solid rgb(247, 243, 9);
background: black;
color: aliceblue;
... | 0.481454 | 0.053576 |
*{margin:0; padding: 0;}
body{
background-color: #1b1d20;
text-align: center;
justify-content: start;
align-items:right;
display: flex;
}
img{
position: fixed;
width: 100%;
height: 100vh;
z-index: -1;
top: 0px;
left: 0px;
display: none;
}
.fundo{
}
@keyframes Circle {
0%{transform: r... | css/index.css | *{margin:0; padding: 0;}
body{
background-color: #1b1d20;
text-align: center;
justify-content: start;
align-items:right;
display: flex;
}
img{
position: fixed;
width: 100%;
height: 100vh;
z-index: -1;
top: 0px;
left: 0px;
display: none;
}
.fundo{
}
@keyframes Circle {
0%{transform: r... | 0.354657 | 0.064183 |
.form-control[readonly] {
background-color: #FFFFFF;
}
@media screen {
#qrcodeCanvas {
display: block;
}
#qrcodeImage {
display: none;
}
}
/*打印状态下的样式*/
@media print {
#qrcodeCanvas {
display: none;
}
#qrcodeImage {
display: block;
}
}
.tt-from-table {
margin-bottom: 10px;
}
.tt-table-checkbox {
ma... | src/main/resources/static/css/index.css | .form-control[readonly] {
background-color: #FFFFFF;
}
@media screen {
#qrcodeCanvas {
display: block;
}
#qrcodeImage {
display: none;
}
}
/*打印状态下的样式*/
@media print {
#qrcodeCanvas {
display: none;
}
#qrcodeImage {
display: block;
}
}
.tt-from-table {
margin-bottom: 10px;
}
.tt-table-checkbox {
ma... | 0.30013 | 0.056081 |
A:link
{
COLOR: #092094;
TEXT-DECORATION: underline
}
A:visited
{
COLOR: #092094;
TEXT-DECORATION: underline
}
A:active
{
COLOR: #092094;
TEXT-DECORATION: underline
}
A:hover
{
COLOR: #092094;
TEXT-DECORATION: none
}
.bdrHeader
{
BORDER-BOTTOM: black 1px solid;
BORDER-LEFT: white... | public/dpa_html/css/default.css | A:link
{
COLOR: #092094;
TEXT-DECORATION: underline
}
A:visited
{
COLOR: #092094;
TEXT-DECORATION: underline
}
A:active
{
COLOR: #092094;
TEXT-DECORATION: underline
}
A:hover
{
COLOR: #092094;
TEXT-DECORATION: none
}
.bdrHeader
{
BORDER-BOTTOM: black 1px solid;
BORDER-LEFT: white... | 0.42477 | 0.297342 |
html,
.root {
padding: 0;
margin: 0;
font-size: 18px;
}
body {
font: menu;
font-size: 1rem;
line-height: 1.4;
padding: 0;
margin: 0;
}
section {
padding-top: 1rem;
width: 100%;
margin: auto;
}
h1 {
font-size: 2rem;
font-weight: 500;
}
details[open] summary ~ * {
animation: open 0.3s ease-in... | public/veh/assets/css/accordion.css | html,
.root {
padding: 0;
margin: 0;
font-size: 18px;
}
body {
font: menu;
font-size: 1rem;
line-height: 1.4;
padding: 0;
margin: 0;
}
section {
padding-top: 1rem;
width: 100%;
margin: auto;
}
h1 {
font-size: 2rem;
font-weight: 500;
}
details[open] summary ~ * {
animation: open 0.3s ease-in... | 0.397588 | 0.096068 |
* {
margin: 0;
}
.header {
width: 100%;
height: 75px;
background-color: #151515;
color: #FAFAFA;
font-size: 25px;
position: absolute;
margin: 0 auto;
z-index: 999;
}
.header p {
text-align: center;
padding-top: 15px;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after ... | backend/web/css/main1.css | * {
margin: 0;
}
.header {
width: 100%;
height: 75px;
background-color: #151515;
color: #FAFAFA;
font-size: 25px;
position: absolute;
margin: 0 auto;
z-index: 999;
}
.header p {
text-align: center;
padding-top: 15px;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after ... | 0.235021 | 0.096025 |
body {
background-image: url("../image/formulario.jpg");
background-size: cover;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
header {
height: 70px;
}
.fixa {
width: 100%;
}
.mp {
position: fixed;
width: 100%;
}
.mp ul {
background-color: rgba(70, 0, 130,... | css/index.css | body {
background-image: url("../image/formulario.jpg");
background-size: cover;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
header {
height: 70px;
}
.fixa {
width: 100%;
}
.mp {
position: fixed;
width: 100%;
}
.mp ul {
background-color: rgba(70, 0, 130,... | 0.479991 | 0.16228 |
body,html,p,span,ul,ol,li,a,img{ margin: 0 auto; padding: 0;}
body{
font-family: "Microsoft YaHei","Arial";
}
em, i, u {
font-style: normal;
}
img{border: none;}
ul,li,ol{ list-style: none;}
a{text-decoration:none;}
a:hover{text-decoration:underline; text-decoration: none;}
.clearfix:after {
height: 0; con... | yyy/sales.soolife.cn/theme/activity/2016_09_DoubleNinthFestival/mobile/css/index.css | body,html,p,span,ul,ol,li,a,img{ margin: 0 auto; padding: 0;}
body{
font-family: "Microsoft YaHei","Arial";
}
em, i, u {
font-style: normal;
}
img{border: none;}
ul,li,ol{ list-style: none;}
a{text-decoration:none;}
a:hover{text-decoration:underline; text-decoration: none;}
.clearfix:after {
height: 0; con... | 0.334589 | 0.129981 |
@-moz-document domain("52pojie.cn") {
.fl .bm_h {
background:#eeeeee;
background:-moz-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
background:-webkit-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
background:linear-gradient(to bottom,#eeeeee 0%,#cccccc 100%);
}
#wp a,.xi2 {
color:#4fb1ba;
border-co... | data/usercss/165559.user.css | @-moz-document domain("52pojie.cn") {
.fl .bm_h {
background:#eeeeee;
background:-moz-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
background:-webkit-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
background:linear-gradient(to bottom,#eeeeee 0%,#cccccc 100%);
}
#wp a,.xi2 {
color:#4fb1ba;
border-co... | 0.102383 | 0.060696 |
.jumbotron {
background: linear-gradient(rgba(100, 40, 0, 0), rgba(0, 0, 0, 0)), url(../images/succulent.png) no-repeat center center;
background-attachment: fixed;
background-size: cover;
min-height: 400px;
color: ghostwhite;
margin-bottom: 0;
font-family: 'Pacifico', cursive;
}
.about-page {
color: white;
... | public_html/css/style.css | .jumbotron {
background: linear-gradient(rgba(100, 40, 0, 0), rgba(0, 0, 0, 0)), url(../images/succulent.png) no-repeat center center;
background-attachment: fixed;
background-size: cover;
min-height: 400px;
color: ghostwhite;
margin-bottom: 0;
font-family: 'Pacifico', cursive;
}
.about-page {
color: white;
... | 0.237841 | 0.137214 |
.modal_container {
font-family: proximanovaa-regular;
background-color: #e4e4e4;
padding: 30px;
max-width: 500px;
max-height: 100vh;
border-radius: 4px;
overflow-y: auto;
box-sizing: border-box;
}
.modal_content {
line-height: 1.5;
color: #171717;
}
.modal_horse {
margin: 0;
text-align: center;
... | src/components/ModalComponent/modal.module.css | .modal_container {
font-family: proximanovaa-regular;
background-color: #e4e4e4;
padding: 30px;
max-width: 500px;
max-height: 100vh;
border-radius: 4px;
overflow-y: auto;
box-sizing: border-box;
}
.modal_content {
line-height: 1.5;
color: #171717;
}
.modal_horse {
margin: 0;
text-align: center;
... | 0.368633 | 0.077378 |
----------------------------------------------------------------------------------------------------*/
.alpha {
margin-left: 0;
}
.omega {
margin-right: 0;
}
/* `Containers & Grids
----------------------------------------------------------------------------------------------------*/
.container_20,
.container_3... | css/uncompressed/760.css | ----------------------------------------------------------------------------------------------------*/
.alpha {
margin-left: 0;
}
.omega {
margin-right: 0;
}
/* `Containers & Grids
----------------------------------------------------------------------------------------------------*/
.container_20,
.container_3... | 0.268462 | 0.082401 |
@-moz-document domain("liveleak.com") {
/* Color Scheme */
/*f0f0f0 c8c8c8 b0aba0 757571 181712 6abedb*/
/* Featured Items */
ul.item_list h1 strong,
/* Covers everything with Wildcard. */
*:not(.vjs-text-track-display):not(:link):not(:visited):not(strong):not([class*="firstle... | data/usercss/163080.user.css | @-moz-document domain("liveleak.com") {
/* Color Scheme */
/*f0f0f0 c8c8c8 b0aba0 757571 181712 6abedb*/
/* Featured Items */
ul.item_list h1 strong,
/* Covers everything with Wildcard. */
*:not(.vjs-text-track-display):not(:link):not(:visited):not(strong):not([class*="firstle... | 0.173884 | 0.045522 |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* * {
padding: 0;
margin: 0;
} */
.navbar {
background-color: #323232;
/* padding: 10px 20px; */
margin-bottom: 10px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
}
.navbar ul {
list-style: none;
margin: ... | styles.css | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* * {
padding: 0;
margin: 0;
} */
.navbar {
background-color: #323232;
/* padding: 10px 20px; */
margin-bottom: 10px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
}
.navbar ul {
list-style: none;
margin: ... | 0.314682 | 0.054752 |
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Josefin+Sans&family=Piazzolla&display=swap");
html {
font-size: 13px;
}
@media (prefers-color-scheme: light) {
.ui-dialog .charsheet {
background: #fefeff;
}
}
@media (prefers-color-scheme: dark) {
.ui-dialog .charsheet {
b... | character-sheet/ARC/ARC.css | @import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Josefin+Sans&family=Piazzolla&display=swap");
html {
font-size: 13px;
}
@media (prefers-color-scheme: light) {
.ui-dialog .charsheet {
background: #fefeff;
}
}
@media (prefers-color-scheme: dark) {
.ui-dialog .charsheet {
b... | 0.42656 | 0.128061 |
body {
padding-top: 56px;
background-color: #fbfbfb;
}
.btn-full{
width: 100%;
}
.landing-header {
display: grid;
justify-items: center;
background: #b63132;
padding-bottom: 30px;
text-align: center;
}
.landing-header-logo {}
.landing-header-logo img {
max-width: 150px;
}
.landing-hea... | drive_do_curso/Site/css/vuefood.css | body {
padding-top: 56px;
background-color: #fbfbfb;
}
.btn-full{
width: 100%;
}
.landing-header {
display: grid;
justify-items: center;
background: #b63132;
padding-bottom: 30px;
text-align: center;
}
.landing-header-logo {}
.landing-header-logo img {
max-width: 150px;
}
.landing-hea... | 0.451568 | 0.111919 |
@font-face {
font-family: 'icons_mobiscroll';
src: url('icons_mobiscroll.eot?6p08ke');
src: url('icons_mobiscroll.eot?#iefix6p08ke')
format('embedded-opentype'), url('icons_mobiscroll.ttf?6p08ke')
format('truetype'), url('icons_mobiscroll.woff?6p08ke') format('woff'),
url('icons_mobiscroll.woff') format('woff'... | security-authorize/src/main/resources/resources/styles/mobiscroll.custom-2.17.2.min.css | @font-face {
font-family: 'icons_mobiscroll';
src: url('icons_mobiscroll.eot?6p08ke');
src: url('icons_mobiscroll.eot?#iefix6p08ke')
format('embedded-opentype'), url('icons_mobiscroll.ttf?6p08ke')
format('truetype'), url('icons_mobiscroll.woff?6p08ke') format('woff'),
url('icons_mobiscroll.woff') format('woff'... | 0.36139 | 0.093927 |
[ng-cloak] {
display: none;
}
html, body {
font-family: 'Roboto', sans-serif;
font-size: 14px;
height: 100%;
margin: 0px;
padding: 0px;
}
/* Makes the images the same size as the grid tile */
img {
width: 100%;
max-height: 100%;
}
/* Drop menu and footer HelveticaNeueLTStd-Lt*/
@font-face {
f... | app/assets/app.css | [ng-cloak] {
display: none;
}
html, body {
font-family: 'Roboto', sans-serif;
font-size: 14px;
height: 100%;
margin: 0px;
padding: 0px;
}
/* Makes the images the same size as the grid tile */
img {
width: 100%;
max-height: 100%;
}
/* Drop menu and footer HelveticaNeueLTStd-Lt*/
@font-face {
f... | 0.356671 | 0.0643 |
/* Searh bar - Zo*/
.input-group
{
margin: 0 auto;
padding-top: 20px;
width: 70%;
}
.mobile
{
display: none;
}
.form-control
{
border-radius: 10px !important;
height: 40px;
margin-top: 5px;
}
button
{
margin:8px;
}
.align-Header
{
text-align: left;
color: white;
paddi... | client/src/components/Pantry/Pantry.css |
/* Searh bar - Zo*/
.input-group
{
margin: 0 auto;
padding-top: 20px;
width: 70%;
}
.mobile
{
display: none;
}
.form-control
{
border-radius: 10px !important;
height: 40px;
margin-top: 5px;
}
button
{
margin:8px;
}
.align-Header
{
text-align: left;
color: white;
paddi... | 0.307462 | 0.079567 |
@import url('https://use.typekit.net/qke4hgr.css');
@import url('https://cloud.typography.com/7022974/6549152/css/fonts.css');
@import url('http://www.convergencecms.co/resources/css/system.css');
@import url('http://www.convergencecms.co/resources/js/jquery-plugins/fancybox/jquery.fancybox-1.3.1.css');
@import url('ht... | src/css/style.css | @import url('https://use.typekit.net/qke4hgr.css');
@import url('https://cloud.typography.com/7022974/6549152/css/fonts.css');
@import url('http://www.convergencecms.co/resources/css/system.css');
@import url('http://www.convergencecms.co/resources/js/jquery-plugins/fancybox/jquery.fancybox-1.3.1.css');
@import url('ht... | 0.320183 | 0.052134 |
body,div,ul,li,h5,h4,h3,h2,h1,p{ margin:0; padding:0;}
a,li,p{ font-size:12px;}
a{ text-decoration:none;}
li{list-style:none;}
body,th,td,input,select,textarea,button {line-height:1 ;font-family:"微软雅黑", "黑体","宋体";}
input,select,textarea,button {vertical-align:middle;outline:none;}
body{ background-color:#eeeeee;}... | application/libraries/pay/source/style-05.css | body,div,ul,li,h5,h4,h3,h2,h1,p{ margin:0; padding:0;}
a,li,p{ font-size:12px;}
a{ text-decoration:none;}
li{list-style:none;}
body,th,td,input,select,textarea,button {line-height:1 ;font-family:"微软雅黑", "黑体","宋体";}
input,select,textarea,button {vertical-align:middle;outline:none;}
body{ background-color:#eeeeee;}... | 0.263126 | 0.05572 |
.masonry-done.grid4>.post,
.masonry-done.grid3>.post,
.masonry-done.grid2-thumb>.post,
.masonry-done.grid2>.post,
.woocommerce .masonry-done.products>.product{
animation-fill-mode: backwards;
transition: none;
animation: none;
clear: none !important;
}
.masonry-done.grid4:not(.tf_masonry_margin)>.post,
... | wordpress/wp-content/themes/basic/themify/css/main.css | .masonry-done.grid4>.post,
.masonry-done.grid3>.post,
.masonry-done.grid2-thumb>.post,
.masonry-done.grid2>.post,
.woocommerce .masonry-done.products>.product{
animation-fill-mode: backwards;
transition: none;
animation: none;
clear: none !important;
}
.masonry-done.grid4:not(.tf_masonry_margin)>.post,
... | 0.333178 | 0.051012 |
html,body {
height: 100%;
overflow:hidden;
margin: 0;
position: sticky;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit... | style.css | html,body {
height: 100%;
overflow:hidden;
margin: 0;
position: sticky;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit... | 0.45302 | 0.037679 |
div.orgChart {
margin: 10px;
padding: 20px;
}
div.orgChart h2 {
margin: 0px;
font-size: 16px;
font-weight: normal;
min-height: 20px;
}
div.orgChart h2:hover {
background: #fcfaca;
cursor: text;
}
.card {
display: inline-block !important;
}
div.orgChart ul {
list-style: none;
margin: 4px;
padd... | jquery.orgchart.css | div.orgChart {
margin: 10px;
padding: 20px;
}
div.orgChart h2 {
margin: 0px;
font-size: 16px;
font-weight: normal;
min-height: 20px;
}
div.orgChart h2:hover {
background: #fcfaca;
cursor: text;
}
.card {
display: inline-block !important;
}
div.orgChart ul {
list-style: none;
margin: 4px;
padd... | 0.286568 | 0.174868 |
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, input, div {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
body{
width:100%;
box-sizing:border-box;
}
.header{
background-color:rgba(147,184,202,0.9);
height:90px;
width:100%;
color:#fff;
position:fixed;
z-index:10;
... | hello/static/hello/css/style.css | html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, input, div {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
body{
width:100%;
box-sizing:border-box;
}
.header{
background-color:rgba(147,184,202,0.9);
height:90px;
width:100%;
color:#fff;
position:fixed;
z-index:10;
... | 0.219254 | 0.08218 |
body {
background-color:#E5E5E5;
}
header {
position: absolute;
width: 375px;
height: 96px;
left: 0px;
top: 0px;
}
/*picture {
position: absolute;
left: 0%;
right: 0%;
top: 0%;
bottom: 0%;
border-radius: 0px 0px 16px 16px;
background-color: white;
}*/
.logo {
p... | css/style.css | body {
background-color:#E5E5E5;
}
header {
position: absolute;
width: 375px;
height: 96px;
left: 0px;
top: 0px;
}
/*picture {
position: absolute;
left: 0%;
right: 0%;
top: 0%;
bottom: 0%;
border-radius: 0px 0px 16px 16px;
background-color: white;
}*/
.logo {
p... | 0.460774 | 0.09314 |
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... | 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.23066 | 0.04982 |
body{
background: url("../images/bg1.jpeg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.pitchClass{
border-style: solid;
margin-top: 100px;
margin-bottom: 100px;
margin-left: 40px;
margin-right: 40px;
... | css/master.css | body{
background: url("../images/bg1.jpeg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.pitchClass{
border-style: solid;
margin-top: 100px;
margin-bottom: 100px;
margin-left: 40px;
margin-right: 40px;
... | 0.394901 | 0.065725 |
.footer-container{
min-width : 100% ;
padding-bottom : 50px ;
background-color : rgb(255, 218, 142 , 0.3);
justify-content: center;
margin : auto ;
display: flex;
flex-wrap: wrap;
}
.footer-header{
cursor: default;
font-family: 'Kalam', cursive;
font-size : 4rem ;
color :#F... | src/Footer/Footer.css | .footer-container{
min-width : 100% ;
padding-bottom : 50px ;
background-color : rgb(255, 218, 142 , 0.3);
justify-content: center;
margin : auto ;
display: flex;
flex-wrap: wrap;
}
.footer-header{
cursor: default;
font-family: 'Kalam', cursive;
font-size : 4rem ;
color :#F... | 0.243193 | 0.075824 |
:root {
--ifm-footer-background-color: var(--ifm-color-emphasis-100);
--ifm-footer-color: inherit;
--ifm-footer-link-color: var(--ifm-color-emphasis-700);
--ifm-footer-link-hover-color: var(--ifm-color-primary);
--ifm-footer-link-horizontal-spacing: 0.5rem;
--ifm-footer-padding-horizontal: calc(var(--ifm-sp... | node_modules/infima/styles/components/footer.css | :root {
--ifm-footer-background-color: var(--ifm-color-emphasis-100);
--ifm-footer-color: inherit;
--ifm-footer-link-color: var(--ifm-color-emphasis-700);
--ifm-footer-link-hover-color: var(--ifm-color-primary);
--ifm-footer-link-horizontal-spacing: 0.5rem;
--ifm-footer-padding-horizontal: calc(var(--ifm-sp... | 0.356447 | 0.120542 |
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,500,600');
:root{
--site-container-bg: #fbfbfb;
--link-color: #1a63b1;
--link-hover-color: #2e73bd;
--footer-bg: #4c90dc;
}
html, body{
margin: 0;
padding: 0;
}
*{
outline-style: none;
box-sizing: border-box;
}
:link{
color: var(--l... | web/assets/css/basic.css | @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,500,600');
:root{
--site-container-bg: #fbfbfb;
--link-color: #1a63b1;
--link-hover-color: #2e73bd;
--footer-bg: #4c90dc;
}
html, body{
margin: 0;
padding: 0;
}
*{
outline-style: none;
box-sizing: border-box;
}
:link{
color: var(--l... | 0.411584 | 0.082438 |
body { padding:0; margin:0; background: #FFF; }
div.scroll_list { height: 400px; width: 140px; overflow: scroll; }
div.text_input { overflow: auto; font-size: 10px; font-family: sans-serif; }
.body_text { font-size: 13px; font-family: sans-serif; }
.queue_text_red { font-size: 12px; font-family: sans-serif; font-w... | vici/Vicidial_ORG/agc/css/style.css |
body { padding:0; margin:0; background: #FFF; }
div.scroll_list { height: 400px; width: 140px; overflow: scroll; }
div.text_input { overflow: auto; font-size: 10px; font-family: sans-serif; }
.body_text { font-size: 13px; font-family: sans-serif; }
.queue_text_red { font-size: 12px; font-family: sans-serif; font-w... | 0.634996 | 0.09556 |
body {
font-size: 22px;
font-family: 'Lato', "Nato Sans Sc", "PingFang SC", "Microsoft YaHei New", sans-serif;
text-rendering: optimizeLegibility;
color: #222;
font-weight: 400;
}
h1, h2, h3, h4, h5 {
font-family: 'Kanit', "Nato Sans Sc", "PingFang SC", "Microsoft YaHei New", sans-serif;
co... | example/Linkpress-rs/themes/Default/css/base.css | body {
font-size: 22px;
font-family: 'Lato', "Nato Sans Sc", "PingFang SC", "Microsoft YaHei New", sans-serif;
text-rendering: optimizeLegibility;
color: #222;
font-weight: 400;
}
h1, h2, h3, h4, h5 {
font-family: 'Kanit', "Nato Sans Sc", "PingFang SC", "Microsoft YaHei New", sans-serif;
co... | 0.448668 | 0.169063 |
@media only screen and (max-width: 1920px) {
.slider-style02 .slider-overlay::before {
border-bottom: 3000px solid transparent;
border-left: 1200px solid rgba(0, 0, 0, 0.5);
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(6) ul.dropdown-menu li.dropdown-submenu ul.... | client/public/css/assets/responsive.css | @media only screen and (max-width: 1920px) {
.slider-style02 .slider-overlay::before {
border-bottom: 3000px solid transparent;
border-left: 1200px solid rgba(0, 0, 0, 0.5);
}
header .main-menu nav.navbar .navbar-collapse ul.navbar-nav li:nth-child(6) ul.dropdown-menu li.dropdown-submenu ul.... | 0.243463 | 0.026205 |
bgcol250001 { border-color: blue green orange rgb(100%, 0%, 0%) }
bgcol250002 { border-color: blue green orange rgb(110%, 120%, 0%) }
bgcol250003 { border-color: blue green orange rgb(255,0,0) }
bgcol250004 { border-color: blue green orange silver }
bgcol250005 { border-color: blue green orange teal... | autotest/testsuite/properties/positive/border-color/css21/001-az.css | bgcol250001 { border-color: blue green orange rgb(100%, 0%, 0%) }
bgcol250002 { border-color: blue green orange rgb(110%, 120%, 0%) }
bgcol250003 { border-color: blue green orange rgb(255,0,0) }
bgcol250004 { border-color: blue green orange silver }
bgcol250005 { border-color: blue green orange teal... | 0.547222 | 0.21498 |
body {
margin:0;
padding:0;
font-family:'Raleway';
}
/*map ID will take up the whole screen*/
#map {
position:absolute;
top:0;
bottom:0;
width:100%;
}
/*the lines for the Title Box*/
#titleBoxWords {
border-bottom:3px #2A2A2A solid;
border-top:3px #2A2A2A solid;
}
/*Set the title box to be 33% of th... | style.css | body {
margin:0;
padding:0;
font-family:'Raleway';
}
/*map ID will take up the whole screen*/
#map {
position:absolute;
top:0;
bottom:0;
width:100%;
}
/*the lines for the Title Box*/
#titleBoxWords {
border-bottom:3px #2A2A2A solid;
border-top:3px #2A2A2A solid;
}
/*Set the title box to be 33% of th... | 0.26218 | 0.080973 |
.red {
color: red;
}
.blue {
color: blue;
}
.xemthem {
float: right;
line-height: 35px;
color: #fff;
}
.xemthem1 {
float: right;
line-height: 35px;
color: #fff;
margin-right: 5px;
}
.bor {
border: 1px solid #e3e3e3;
border-radius: 10px;
margin-bottom: 10px;
}
.chuh3 {
... | public/frontend/css/styles.css | .red {
color: red;
}
.blue {
color: blue;
}
.xemthem {
float: right;
line-height: 35px;
color: #fff;
}
.xemthem1 {
float: right;
line-height: 35px;
color: #fff;
margin-right: 5px;
}
.bor {
border: 1px solid #e3e3e3;
border-radius: 10px;
margin-bottom: 10px;
}
.chuh3 {
... | 0.45181 | 0.192843 |
body{ overflow:auto;}
.t2-outer {
overflow: hidden;
border: 1px solid #D8D8D8;
border-radius: 5px;
background: #FFF;
padding: 15px 20px;
width: 1030px;
}
.t2-header {
height: 45px;
border-bottom: 1px solid #D8D8D8;
overflow: hidden;
}
.t2-header > * { float: left; }
.t2-header > h2 {
margin: 0;
color: #1... | Mozart/CMSAdmin/TemplateManage/css/sccs.css |
body{ overflow:auto;}
.t2-outer {
overflow: hidden;
border: 1px solid #D8D8D8;
border-radius: 5px;
background: #FFF;
padding: 15px 20px;
width: 1030px;
}
.t2-header {
height: 45px;
border-bottom: 1px solid #D8D8D8;
overflow: hidden;
}
.t2-header > * { float: left; }
.t2-header > h2 {
margin: 0;
color: #1... | 0.299515 | 0.13148 |
.form {
display: flex;
flex-direction: column;
gap: var(--unit-m);
}
.input-simple {
background-color: transparent;
border-radius: 100px;
padding: var(--unit-s) var(--unit-m);
width: 100%;
flex-grow: 1;
border: 1px solid var(--color-border);
color: var(--color-fg);
font-size... | src/assets/styles/form.css | .form {
display: flex;
flex-direction: column;
gap: var(--unit-m);
}
.input-simple {
background-color: transparent;
border-radius: 100px;
padding: var(--unit-s) var(--unit-m);
width: 100%;
flex-grow: 1;
border: 1px solid var(--color-border);
color: var(--color-fg);
font-size... | 0.583678 | 0.137822 |
.sort_label {
margin-top: 50px;
}
/* Style for image for images for each marker */
.marker_image {
width: 75px;
}
/* Style for map (imported from API) */
#map {
border: thin solid black;
width: 500px;
height: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
}
/* Style for comment form ... | portfolio/src/main/webapp/style.css | .sort_label {
margin-top: 50px;
}
/* Style for image for images for each marker */
.marker_image {
width: 75px;
}
/* Style for map (imported from API) */
#map {
border: thin solid black;
width: 500px;
height: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
}
/* Style for comment form ... | 0.368633 | 0.075858 |
.spectrum-SideNav {
--spectrum-sidenav-item-padding-y: var(--spectrum-global-dimension-size-65);
}
.spectrum-SideNav {
list-style-type: none;
margin: 0;
padding: 0;
}
.spectrum-SideNav-item {
list-style-type: none;
margin-block: var(--spectrum-sidenav-item-gap);
margin-inline: 0;
}
.spectrum-SideNav-i... | components/sidenav/index.css | .spectrum-SideNav {
--spectrum-sidenav-item-padding-y: var(--spectrum-global-dimension-size-65);
}
.spectrum-SideNav {
list-style-type: none;
margin: 0;
padding: 0;
}
.spectrum-SideNav-item {
list-style-type: none;
margin-block: var(--spectrum-sidenav-item-gap);
margin-inline: 0;
}
.spectrum-SideNav-i... | 0.608594 | 0.087916 |
@charset "UTF-8";
* {
font-family: 微軟正黑體;
}
html {
margin: 0;
padding: 0;
}
body {
margin: 100px auto;
padding: 0px;
overflow: hidden;
background: #0B1013;
}
@keyframes card-ani {
0% {
opacity: 0;
transform: translateX(40px) translateY(40px);
}
100% {
opacity: 1;
transform: transl... | css/style.css | @charset "UTF-8";
* {
font-family: 微軟正黑體;
}
html {
margin: 0;
padding: 0;
}
body {
margin: 100px auto;
padding: 0px;
overflow: hidden;
background: #0B1013;
}
@keyframes card-ani {
0% {
opacity: 0;
transform: translateX(40px) translateY(40px);
}
100% {
opacity: 1;
transform: transl... | 0.425367 | 0.089216 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #29282c;
background-position: left;
background-size: auto 100vh;
font-family: Arial;
height: 100vh;
font-size: 10px;
}
/* se a tela tiver pelo menos 400px carregar estes estilos */
@media (min-width: ... | css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #29282c;
background-position: left;
background-size: auto 100vh;
font-family: Arial;
height: 100vh;
font-size: 10px;
}
/* se a tela tiver pelo menos 400px carregar estes estilos */
@media (min-width: ... | 0.460289 | 0.13109 |
@font-face {
font-family:'Bebas';
font-style:normal;
font-weight:400;
src:url(BebasNeue.otf);
}
::selection {
color: #eee;
background: #666;
}
::-moz-selection {
color: #eee;
background: #666;
}
html {
background:#fafafa;
color:#666;
font-family:'Rokkitt';
padding:0;
margin:0;
}
body {
pa... | test/files/style.css | @font-face {
font-family:'Bebas';
font-style:normal;
font-weight:400;
src:url(BebasNeue.otf);
}
::selection {
color: #eee;
background: #666;
}
::-moz-selection {
color: #eee;
background: #666;
}
html {
background:#fafafa;
color:#666;
font-family:'Rokkitt';
padding:0;
margin:0;
}
body {
pa... | 0.300438 | 0.048858 |
body{
font-family: "PT Root UI,Arial,Helvetica,sans-serif", sans-serif;
background-color: #d3d3d3;
}
hr, .card{
border-color: #666;
}
input[type="date"].form-control, input[type="time"].form-control{
padding: 0
}
a{
color: black;
}
.carousel-control-prev:hover,.carousel-control-next:hover {
text... | resources/css/app.css | body{
font-family: "PT Root UI,Arial,Helvetica,sans-serif", sans-serif;
background-color: #d3d3d3;
}
hr, .card{
border-color: #666;
}
input[type="date"].form-control, input[type="time"].form-control{
padding: 0
}
a{
color: black;
}
.carousel-control-prev:hover,.carousel-control-next:hover {
text... | 0.466359 | 0.053874 |
.fullbgHome{
background-color: #F0F8FF;
height: 100vh;
}
@media (min-width:901px) {
.leftmargin{
margin-left: 240px;
}
}
.bgCom{
padding: 5px 10px;
/* background-color: #fafafb; */
}
.bg{
padding: 15px 10px;
/* background-color: #fafafb; */
}
.btnradius{
border-top-left-r... | src/assets/css/home.css | .fullbgHome{
background-color: #F0F8FF;
height: 100vh;
}
@media (min-width:901px) {
.leftmargin{
margin-left: 240px;
}
}
.bgCom{
padding: 5px 10px;
/* background-color: #fafafb; */
}
.bg{
padding: 15px 10px;
/* background-color: #fafafb; */
}
.btnradius{
border-top-left-r... | 0.378574 | 0.109753 |
@charset "UTF-8";
/* line 1, ../sass/style.scss */
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizelegibility;
}
/* line 7, ../sass/style.scss */
html,
body {
height: 100%;
}
/* line 12, ../sass/style.scss */
body {
background-color: #ffffe0;
color: ... | animation-master/animation105/stylesheets/style.css | @charset "UTF-8";
/* line 1, ../sass/style.scss */
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizelegibility;
}
/* line 7, ../sass/style.scss */
html,
body {
height: 100%;
}
/* line 12, ../sass/style.scss */
body {
background-color: #ffffe0;
color: ... | 0.268749 | 0.04408 |
.bunner {
justify-content: center;
display: flex;
}
h5 {
font-size: 40px;
font-family: 'Dancing Script', cursive;
font-weight: bold;
}
.bunner-image img {
height: 70%;
width: 70%;
object-fit: contain;
}
.bunner-image h5 {
font-size: 40px;
font-family: 'Dancing Script'... | style.css | .bunner {
justify-content: center;
display: flex;
}
h5 {
font-size: 40px;
font-family: 'Dancing Script', cursive;
font-weight: bold;
}
.bunner-image img {
height: 70%;
width: 70%;
object-fit: contain;
}
.bunner-image h5 {
font-size: 40px;
font-family: 'Dancing Script'... | 0.379838 | 0.133274 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body, html{
height: 100%;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.8em;
color: #666;
font-family: "Lato",sans-serif;
}
.pimg1{
background-image:url("../img/BackgroundOn... | career_app/css/WelcomingPage.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body, html{
height: 100%;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.8em;
color: #666;
font-family: "Lato",sans-serif;
}
.pimg1{
background-image:url("../img/BackgroundOn... | 0.408159 | 0.108803 |
@CHARSET "UTF-8";
.h5p-interactive-video-bubble {
position: absolute;
color: #333;
z-index: 1;
margin-top: 0.45em;
min-width: 1em;
font-size:16px;
transition: transform 0.5s ease-out 0.5s, opacity 0s ease-out 0.5s;
}
.h5p-interactive-video-bubble p {
margin: 0.75em 0;
}
.h5p-interactive-video-bubble ... | src/styles/bubble.css | @CHARSET "UTF-8";
.h5p-interactive-video-bubble {
position: absolute;
color: #333;
z-index: 1;
margin-top: 0.45em;
min-width: 1em;
font-size:16px;
transition: transform 0.5s ease-out 0.5s, opacity 0s ease-out 0.5s;
}
.h5p-interactive-video-bubble p {
margin: 0.75em 0;
}
.h5p-interactive-video-bubble ... | 0.454714 | 0.128552 |
body {
font: 14px 'Play', Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #ccc;
height: 100%;
width: 100%;
font-weight: 400;
overflow-y: scroll;
overflow-x: hidden;
}
@font-face {
font-display: swap;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6... | public/css/style.css |
body {
font: 14px 'Play', Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #ccc;
height: 100%;
width: 100%;
font-weight: 400;
overflow-y: scroll;
overflow-x: hidden;
}
@font-face {
font-display: swap;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6... | 0.547464 | 0.087252 |
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?5l53jq');
src: url('fonts/icomoon.eot?5l53jq#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?5l53jq') format('truetype'),
url('fonts/icomoon.woff?5l53jq') format('woff'),
url('fonts/icomoon.svg?5l53jq#icomoon') format... | public/css/awpa-frontend-style.css | @font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?5l53jq');
src: url('fonts/icomoon.eot?5l53jq#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?5l53jq') format('truetype'),
url('fonts/icomoon.woff?5l53jq') format('woff'),
url('fonts/icomoon.svg?5l53jq#icomoon') format... | 0.347869 | 0.092401 |
.dropbtn {
background-color: black;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dr... | css/app.css | .dropbtn {
background-color: black;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dr... | 0.387574 | 0.063773 |
@font-face {
font-family: 'latoblack';
src: url('lato-black_0-webfont.woff2') format('woff2'),
url('lato-black_0-webfont.woff') format('woff'),
url('lato-black_0-webfont.ttf') format('truetype'),
url('lato-black_0-webfont.svg#latoblack') format('svg');
font-weight: normal;
fon... | assets/site/fonts/fonts.css | @font-face {
font-family: 'latoblack';
src: url('lato-black_0-webfont.woff2') format('woff2'),
url('lato-black_0-webfont.woff') format('woff'),
url('lato-black_0-webfont.ttf') format('truetype'),
url('lato-black_0-webfont.svg#latoblack') format('svg');
font-weight: normal;
fon... | 0.268558 | 0.051845 |
html,body {
font: 14px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, sans-serif;
color:#404040;
margin: 0px;
padding: 0px;
background: #f1f5f4;
}
body,p,pre,blockquote,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
form,select,input,textarea,button,
table,caption,tr,th,td {
margin:0;
padding:0;
}... | lnBaseFrame_tp3/Application/Common/Static/css/common.css | html,body {
font: 14px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, sans-serif;
color:#404040;
margin: 0px;
padding: 0px;
background: #f1f5f4;
}
body,p,pre,blockquote,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
form,select,input,textarea,button,
table,caption,tr,th,td {
margin:0;
padding:0;
}... | 0.332635 | 0.07267 |
:root {
color-scheme: light dark;
--color-blue: #049EF4;
--text-color: #444;
--font-size: 16px;
--line-height: 26px;
--border-style: 1px solid #E8E8E8;
--panel-width: 300px;
--page-padding: 24px;
--max-width: 760px;
--icon-size: 20px;
}
@media (prefers-color-scheme: dark) {
:root {
--background-color... | manual/resources/lesson.css |
:root {
color-scheme: light dark;
--color-blue: #049EF4;
--text-color: #444;
--font-size: 16px;
--line-height: 26px;
--border-style: 1px solid #E8E8E8;
--panel-width: 300px;
--page-padding: 24px;
--max-width: 760px;
--icon-size: 20px;
}
@media (prefers-color-scheme: dark) {
:root {
--background-color... | 0.518302 | 0.101189 |
background-color: #0089c2;
font-family: Merriweather;
font-size: 18rem;
}
#document [contenteditable]:focus {
outline: none;
}
#document > header {
display: -webkit-flex;
display: flex;
padding-top: 20px;
padding-bottom: 20px;
-webkit-align-items: center;
-moz-align-items: center;
align-items: cen... | styles/layouts/document.css | background-color: #0089c2;
font-family: Merriweather;
font-size: 18rem;
}
#document [contenteditable]:focus {
outline: none;
}
#document > header {
display: -webkit-flex;
display: flex;
padding-top: 20px;
padding-bottom: 20px;
-webkit-align-items: center;
-moz-align-items: center;
align-items: cen... | 0.194827 | 0.059592 |
padding: 30px;
}
#post-instagram .article-entry{
padding-right: 0;
}
.instagram{
position: relative;
min-height: 500px;
}
.instagram img {
width: 100%;
}
.instagram .year {
font-size: 16px;
}
.instagram .open-ins{
padding: 10px 0;
color: #cdcdcd;
}
.instagram .open-ins:hover{
color: #657b83;
}
.instagram .yea... | css/ins.css | padding: 30px;
}
#post-instagram .article-entry{
padding-right: 0;
}
.instagram{
position: relative;
min-height: 500px;
}
.instagram img {
width: 100%;
}
.instagram .year {
font-size: 16px;
}
.instagram .open-ins{
padding: 10px 0;
color: #cdcdcd;
}
.instagram .open-ins:hover{
color: #657b83;
}
.instagram .yea... | 0.279632 | 0.061227 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,200&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth !important;
}
body{
font-family: 'Poppins', sans-serif !important;
overflow-x: hidden !imp... | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,200&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth !important;
}
body{
font-family: 'Poppins', sans-serif !important;
overflow-x: hidden !imp... | 0.332527 | 0.061115 |
display: none;
}
#error #js {
display: inline;
}
#network-controls #jsc-login {
display: none;
clear:both;
}
#network-controls #jsc-login .jsc-login-label {
float: left;
width: 230px;
height:23px;
}
#encapsulate #ws {
display: none;
}
#encapsulate #reg {
display: none;
}
#encapsulate #reg #de-re... | public/css/style.css | display: none;
}
#error #js {
display: inline;
}
#network-controls #jsc-login {
display: none;
clear:both;
}
#network-controls #jsc-login .jsc-login-label {
float: left;
width: 230px;
height:23px;
}
#encapsulate #ws {
display: none;
}
#encapsulate #reg {
display: none;
}
#encapsulate #reg #de-re... | 0.24899 | 0.070144 |
@charset "utf-8";
/* CSS Document */
/*-----------------九宫格样式-----------------*/
body{
margin:0;
padding:0;
font-size:12px;
-webkit-text-size-adjust:none;
-webkit-user-select:none;
/*background: url(../images/erdosindex.jpg);*/
background-size: cover;
}
.home_box{
width:100%;
height:150px;
position:fixed;
... | Public/css/indexChangeStyle.css | @charset "utf-8";
/* CSS Document */
/*-----------------九宫格样式-----------------*/
body{
margin:0;
padding:0;
font-size:12px;
-webkit-text-size-adjust:none;
-webkit-user-select:none;
/*background: url(../images/erdosindex.jpg);*/
background-size: cover;
}
.home_box{
width:100%;
height:150px;
position:fixed;
... | 0.148479 | 0.048428 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.container {
width: auto;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
paddi... | backend/web/css/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.container {
width: auto;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
paddi... | 0.416322 | 0.099733 |
.category-post {
display: flex;
padding-top: 0;
padding-bottom: 0;
}
.category-post .container {
flex: 1;
display: flex;
flex-direction: column;
background-color: var(--custom-color-2);
border-bottom: 1px solid var(--custom-color-4);
}
.category-top-section {
padding: 4%;
text-align: c... | src/css/imports/_category.css | .category-post {
display: flex;
padding-top: 0;
padding-bottom: 0;
}
.category-post .container {
flex: 1;
display: flex;
flex-direction: column;
background-color: var(--custom-color-2);
border-bottom: 1px solid var(--custom-color-4);
}
.category-top-section {
padding: 4%;
text-align: c... | 0.368406 | 0.062217 |
@font-face{
font-family : "handwriting";
src : url('fonts/journal.eot');
src : url('fonts/journal.eot?') format('eot'),
url('fonts/journal.woff') format('woff'),
url('fonts/journal.ttf') format('truetype');
}
@font-face{
font-family : "typewriter";
src : url('fonts/veteran_typewriter.eot');... | css/styles.css | @font-face{
font-family : "handwriting";
src : url('fonts/journal.eot');
src : url('fonts/journal.eot?') format('eot'),
url('fonts/journal.woff') format('woff'),
url('fonts/journal.ttf') format('truetype');
}
@font-face{
font-family : "typewriter";
src : url('fonts/veteran_typewriter.eot');... | 0.283385 | 0.062417 |
@font-face {
font-family: 'clean-icons';
src: url('font/clean-icons.eot?17685546');
src: url('font/clean-icons.eot?17685546#iefix') format('embedded-opentype'), url('font/clean-icons.woff2?17685546') format('woff2'), url('font/clean-icons.woff?17685546') format('woff'), url('font/clean-icons.ttf?17685546') format... | Doctate/ClientApp/src/assets/icons/clean-icons/clean-icons.css | @font-face {
font-family: 'clean-icons';
src: url('font/clean-icons.eot?17685546');
src: url('font/clean-icons.eot?17685546#iefix') format('embedded-opentype'), url('font/clean-icons.woff2?17685546') format('woff2'), url('font/clean-icons.woff?17685546') format('woff'), url('font/clean-icons.ttf?17685546') format... | 0.212968 | 0.071916 |
#home {
background-color: darkturquoise;
color: white;
font: bold 25px Georgia, 'Times New Roman', Times, serif;
position: relative;
left: 5%;
padding: 15px;
margin-top: -8px;
margin-bottom: -8px;
}
/* Sets the navbar to white when the page is wide */
@media (min-width: 992px) {
.na... | style.css | #home {
background-color: darkturquoise;
color: white;
font: bold 25px Georgia, 'Times New Roman', Times, serif;
position: relative;
left: 5%;
padding: 15px;
margin-top: -8px;
margin-bottom: -8px;
}
/* Sets the navbar to white when the page is wide */
@media (min-width: 992px) {
.na... | 0.348534 | 0.067362 |
@font-face {
font-family: 'VNFOswaldRegular';
src: url('fonts/VNFOswaldRegular.eot');
src: url('fonts/VNFOswaldRegular.eot') format('embedded-opentype'),
url('fonts/VNFOswaldRegular.woff2') format('woff2'),
url('fonts/VNFOswaldRegular.woff') format('woff'),
url('fonts/VNFOsw... | frontend/web/css/login.css | @font-face {
font-family: 'VNFOswaldRegular';
src: url('fonts/VNFOswaldRegular.eot');
src: url('fonts/VNFOswaldRegular.eot') format('embedded-opentype'),
url('fonts/VNFOswaldRegular.woff2') format('woff2'),
url('fonts/VNFOswaldRegular.woff') format('woff'),
url('fonts/VNFOsw... | 0.271638 | 0.055056 |
@media screen and (max-width: 300px){
header{
background: rgb(255,255,255);
background: linear-gradient(265deg, rgba(255,255,255,1) 38%, rgba(231,227,227,1) 67%);
}
header .ItemCaixaHeader nav[aria-label~="main"]{
min-height: 11vmin;
}
header .ItemCaixaHeader nav[aria-label~="main... | css/estruturadefault.css |
@media screen and (max-width: 300px){
header{
background: rgb(255,255,255);
background: linear-gradient(265deg, rgba(255,255,255,1) 38%, rgba(231,227,227,1) 67%);
}
header .ItemCaixaHeader nav[aria-label~="main"]{
min-height: 11vmin;
}
header .ItemCaixaHeader nav[aria-label~="main... | 0.284377 | 0.060808 |
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Orbitron:wght@400&display=swap');
/* ========================================================================== */
/* .nav {
position: sticky;
background-color: #2516... | css/orderStyle.css | @import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Orbitron:wght@400&display=swap');
/* ========================================================================== */
/* .nav {
position: sticky;
background-color: #2516... | 0.388618 | 0.076511 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
user-select: none;
zoom: 0;
}
html, body {
background-color: #ff1744;
height: 70vh;
width: 100vw;
font-size: 20px;
font-family: arial;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
h1 {
margin: 1rem 0;
font-siz... | assets/css/GST_Calculator.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
user-select: none;
zoom: 0;
}
html, body {
background-color: #ff1744;
height: 70vh;
width: 100vw;
font-size: 20px;
font-family: arial;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
h1 {
margin: 1rem 0;
font-siz... | 0.298696 | 0.084682 |
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, t... | public/master.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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, t... | 0.235108 | 0.111241 |
@import url('https://fonts.googleapis.com/css?family=Poppins:400');
html {font-size: 18px;}
/*!*Fonts *!*/
/*@font-face {*/
/* font-family: gilroy-regular;*/
/* src: url(../../static/fonts/Gilroy-Regular.ttf);*/
/*}*/
/*@font-face {*/
/* font-family: gilroy-bold;*/
/* src: url(../../static/fonts/Gilroy-... | src/css/style.css | @import url('https://fonts.googleapis.com/css?family=Poppins:400');
html {font-size: 18px;}
/*!*Fonts *!*/
/*@font-face {*/
/* font-family: gilroy-regular;*/
/* src: url(../../static/fonts/Gilroy-Regular.ttf);*/
/*}*/
/*@font-face {*/
/* font-family: gilroy-bold;*/
/* src: url(../../static/fonts/Gilroy-... | 0.535098 | 0.0399 |
body {
font-family: "Poppins", sans-serif;
padding: 0;
margin: 0;
background-color: #ebebeb;
}
.flex-center {
justify-content: center;
align-items: center;
}
.title {
padding: 10px 0px;
background-color: #131313;
display: flex;
position: relative;
}
/* Header */
.jumbotron img {
height: 400px;... | public/assets/css/all.css |
body {
font-family: "Poppins", sans-serif;
padding: 0;
margin: 0;
background-color: #ebebeb;
}
.flex-center {
justify-content: center;
align-items: center;
}
.title {
padding: 10px 0px;
background-color: #131313;
display: flex;
position: relative;
}
/* Header */
.jumbotron img {
height: 400px;... | 0.324878 | 0.054752 |
.bla-modal-fadein {
background-color: #000000;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
opacity: 0.8;
filter: alpha(opacity=80);
box-sizing: border-box;
}
#blabla-container {
background-color: #f5f5f5;
position: fixed;
z-index: 1000;
left: 50%;
top: 50%;
width... | src/css/blabla.css | .bla-modal-fadein {
background-color: #000000;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
opacity: 0.8;
filter: alpha(opacity=80);
box-sizing: border-box;
}
#blabla-container {
background-color: #f5f5f5;
position: fixed;
z-index: 1000;
left: 50%;
top: 50%;
width... | 0.371593 | 0.060613 |
body {
margin: 0;
padding: 0;
font-family: 'poppins', sans-serif;
}
.contenedor {
width: 90%;
max-width: 1280px;
margin: auto;
}
.menu {
background: #fff;
padding: 9px 20px;
}
.menu .contenedor {
display: flex;
justify-content: space-between;
align-items: center;
}
heade... | estilos.css | body {
margin: 0;
padding: 0;
font-family: 'poppins', sans-serif;
}
.contenedor {
width: 90%;
max-width: 1280px;
margin: auto;
}
.menu {
background: #fff;
padding: 9px 20px;
}
.menu .contenedor {
display: flex;
justify-content: space-between;
align-items: center;
}
heade... | 0.308607 | 0.049959 |
@import url(http://fonts.googleapis.com/css?family=Ruda:400,700,900);
/* BASIC THEME CONFIGURATION */
body {
color: #3d3d3d;
background: #f8f8f8;
font-family: 'Ruda', sans-serif!important;
padding: 0px !important;
margin: 0px !important;
font-size:13px;
}
ul li {
list-style: none;
}
a, a:hov... | public/css/style.css | @import url(http://fonts.googleapis.com/css?family=Ruda:400,700,900);
/* BASIC THEME CONFIGURATION */
body {
color: #3d3d3d;
background: #f8f8f8;
font-family: 'Ruda', sans-serif!important;
padding: 0px !important;
margin: 0px !important;
font-size:13px;
}
ul li {
list-style: none;
}
a, a:hov... | 0.329392 | 0.056496 |
.vip-accountInfo {
width: 100%;
/* height: 225px; */
padding: 25px 30px;
border: 1px solid #ddd;
position: relative;
margin-bottom: 30px
}
.vip-accountInfo .accountInfo-title {
font-size: 18px;
color: #333
}
.vip-accountInfo .accountInfo-title>div {
width: 16px;
... | public/assets/css/vip.css | .vip-accountInfo {
width: 100%;
/* height: 225px; */
padding: 25px 30px;
border: 1px solid #ddd;
position: relative;
margin-bottom: 30px
}
.vip-accountInfo .accountInfo-title {
font-size: 18px;
color: #333
}
.vip-accountInfo .accountInfo-title>div {
width: 16px;
... | 0.453746 | 0.067209 |
body{margin:0;padding:0;background-color:#fff;font-family:'Times New Roman',Times,serif;font-size:100%;font-weight:30px}.containe{margin:10px;padding:20px;text-align:justify;margin-top:15px}.col{margin:10px;margin-top:15px;padding:0;border-color:#2917cc}.header{width:100%;color:#00f;height:70px;font-weight:700;margin-t... | public/css/all.css | body{margin:0;padding:0;background-color:#fff;font-family:'Times New Roman',Times,serif;font-size:100%;font-weight:30px}.containe{margin:10px;padding:20px;text-align:justify;margin-top:15px}.col{margin:10px;margin-top:15px;padding:0;border-color:#2917cc}.header{width:100%;color:#00f;height:70px;font-weight:700;margin-t... | 0.230833 | 0.073997 |
.Header {
background: #fff;
padding: 8px 8px 8px 14px;
position: sticky;
top: 0;
width: 100%;
box-sizing: border-box;
z-index: 10;
flex-shrink: 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.Header_Inner {
min-width: 0;
display: flex;
max-width: 1024px;
margin: 0 auto;
display: flex;
alig... | styles/Header.module.css | .Header {
background: #fff;
padding: 8px 8px 8px 14px;
position: sticky;
top: 0;
width: 100%;
box-sizing: border-box;
z-index: 10;
flex-shrink: 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.Header_Inner {
min-width: 0;
display: flex;
max-width: 1024px;
margin: 0 auto;
display: flex;
alig... | 0.492432 | 0.073364 |
.bottom_image{
width: 100%;
margin-top: 30px;
}
.bottom_image2{
position: absolute;
bottom: 0;
left: 0;
}
.logo{
margin-top: 50px;
}
.scale_mode{
transform-origin:center;
transform: scale(1);
}
.s1_title{
font-size: 35px;
color: #363636;
margin-top: 90px;
}
.s1_title2{
font-size: 15px;
fon... | web/css/style_new.css | .bottom_image{
width: 100%;
margin-top: 30px;
}
.bottom_image2{
position: absolute;
bottom: 0;
left: 0;
}
.logo{
margin-top: 50px;
}
.scale_mode{
transform-origin:center;
transform: scale(1);
}
.s1_title{
font-size: 35px;
color: #363636;
margin-top: 90px;
}
.s1_title2{
font-size: 15px;
fon... | 0.317955 | 0.090133 |
@-moz-document url-prefix() {
.music-ctrl {
margin: 3px 15px 0 0;
width: 186px;
height: 36px;
}
.music-ctrl ul,
li {
list-style: none;
}
.music-ctrl li {
float: left;
width: 34px;
height: 36px;
line-height: 24px;
margin-rig... | Lesson10/fis-bdHomepage/widget/stylesheets/baidu.css |
@-moz-document url-prefix() {
.music-ctrl {
margin: 3px 15px 0 0;
width: 186px;
height: 36px;
}
.music-ctrl ul,
li {
list-style: none;
}
.music-ctrl li {
float: left;
width: 34px;
height: 36px;
line-height: 24px;
margin-rig... | 0.449393 | 0.070496 |
.container {
display: grid;
place-content: center;
margin-top: 3em;
}
.lightsaber {
/* Base */
& .pommel-cap {
--bgcolor: #e7e4db;
--bgcolor-light: #f9f4f9;
--bgcolor-dark: #90a79d;
--bgcolor-medium: #d4d8d1;
--bgcolor-shadow: #c8cec5;
width: 100px;
height: 100px;
display: gr... | src/index.css | .container {
display: grid;
place-content: center;
margin-top: 3em;
}
.lightsaber {
/* Base */
& .pommel-cap {
--bgcolor: #e7e4db;
--bgcolor-light: #f9f4f9;
--bgcolor-dark: #90a79d;
--bgcolor-medium: #d4d8d1;
--bgcolor-shadow: #c8cec5;
width: 100px;
height: 100px;
display: gr... | 0.539469 | 0.125467 |
header{
width:100%;
position:fixed;
top:0;
z-index:999;
}
/* 小屏时不固定 */
@media (max-width:576px){
header{
position:relative;
}
.stickspace{
display:none;
}
}
.top_func_bar{
height:80px;
max-width:100%;
line-height:80px;
background:#000;
display:flex;
justify-content: space-between;
... | public/rewrite_object/css/header.css | header{
width:100%;
position:fixed;
top:0;
z-index:999;
}
/* 小屏时不固定 */
@media (max-width:576px){
header{
position:relative;
}
.stickspace{
display:none;
}
}
.top_func_bar{
height:80px;
max-width:100%;
line-height:80px;
background:#000;
display:flex;
justify-content: space-between;
... | 0.146362 | 0.038902 |
@charset "utf-8";
/* CSS Document */
/*This Css is applied for whole body*/
body{
margin:0px;
padding:0px;
}
/*Bannerdiv is the ID for our website banner*/
#bannerdiv{
background-image:linear-gradient(lightpink,white);
background-image:url('../images/banner.jpg');/*image source:https://pngtree... | css/main.css | @charset "utf-8";
/* CSS Document */
/*This Css is applied for whole body*/
body{
margin:0px;
padding:0px;
}
/*Bannerdiv is the ID for our website banner*/
#bannerdiv{
background-image:linear-gradient(lightpink,white);
background-image:url('../images/banner.jpg');/*image source:https://pngtree... | 0.394318 | 0.045735 |
margin-left: 40px;
border-left: 1px solid var(--colorHighlightBg) !important;
}
div.UrlBar.toolbar.toolbar-mainbar.toolbar-large {
padding-top : 3px;
padding-bottom: 3px;
height : 39px !important;
}
.toolbar-extensions .ExtensionIcon--Hidden {
background-color: transparent !important;
}
.toolbar... | vivaldimods/sources/address-bar.css | margin-left: 40px;
border-left: 1px solid var(--colorHighlightBg) !important;
}
div.UrlBar.toolbar.toolbar-mainbar.toolbar-large {
padding-top : 3px;
padding-bottom: 3px;
height : 39px !important;
}
.toolbar-extensions .ExtensionIcon--Hidden {
background-color: transparent !important;
}
.toolbar... | 0.33644 | 0.038214 |
.wrap {
width: 6.4rem;
margin: 0 auto;
height: 100%;
position: relative;
z-index: 90;
background: #fff;
font-size: .28rem;
overflow: auto
}
.main {
overflow-y: auto;
position: absolute;
top: 0;
height: 100%;
}
/*
*
* index页面
*
*
*/
.height_80 {
... | examples/counter/Madic/index/css/index.css | .wrap {
width: 6.4rem;
margin: 0 auto;
height: 100%;
position: relative;
z-index: 90;
background: #fff;
font-size: .28rem;
overflow: auto
}
.main {
overflow-y: auto;
position: absolute;
top: 0;
height: 100%;
}
/*
*
* index页面
*
*
*/
.height_80 {
... | 0.350644 | 0.051774 |
.first {
text-align: center;
background-size: cover;
height: 600px;
background-image: url(https://images.pexels.com/photos/412465/pexels-photo-412465.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
background-size: cover;
/* padding-top: 150px; */
}
#titles {
color: rgb(109, 72, 72);
}
.m... | client/src/components/MainPage/styles.css | .first {
text-align: center;
background-size: cover;
height: 600px;
background-image: url(https://images.pexels.com/photos/412465/pexels-photo-412465.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
background-size: cover;
/* padding-top: 150px; */
}
#titles {
color: rgb(109, 72, 72);
}
.m... | 0.447219 | 0.237919 |
body {
margin: 0;
background-color: rgb(201, 184, 168);
}
div {
display: flex;
justify-content: space-between;
margin: 8%;
}
/* First icon */
.first-moon1 {
fill: rgb(213, 173, 252);
}
.first-moon2 {
fill: rgb(248, 248, 21);
stroke: rgb(253, 242, 242);
animation-name: animate;
... | assets/css/main.css |
body {
margin: 0;
background-color: rgb(201, 184, 168);
}
div {
display: flex;
justify-content: space-between;
margin: 8%;
}
/* First icon */
.first-moon1 {
fill: rgb(213, 173, 252);
}
.first-moon2 {
fill: rgb(248, 248, 21);
stroke: rgb(253, 242, 242);
animation-name: animate;
... | 0.75183 | 0.109277 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100%;
}
img {
max-width: 100%;
vertical-align: middle;
display: inline-block;
}
@media (max-width:425px) {
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .c... | themes/harrispumps/css/_override.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100%;
}
img {
max-width: 100%;
vertical-align: middle;
display: inline-block;
}
@media (max-width:425px) {
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .c... | 0.382718 | 0.078536 |
body {
background: #17181B;
color: white;
position: relative;
padding-bottom: 6rem; }
.alert-dismissible {
position: relative; }
.alert-dismissible .close {
position: absolute;
top: 25%;
right: 0;
line-height: 0; }
hr {
border-color: white; }
nav {
box-shadow: rgba(0, 0, 0, 0.5) 0px 2... | public/css/styles.css | body {
background: #17181B;
color: white;
position: relative;
padding-bottom: 6rem; }
.alert-dismissible {
position: relative; }
.alert-dismissible .close {
position: absolute;
top: 25%;
right: 0;
line-height: 0; }
hr {
border-color: white; }
nav {
box-shadow: rgba(0, 0, 0, 0.5) 0px 2... | 0.475849 | 0.078184 |