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: #f2f2f2;
box-sizing: border-box;
margin: 0px;
}
*, :after, :before {
background: #f2f2f2;
box-sizing: inherit;
}
.mt--50 {
margin-top: 50px !important;
}
/* pagination */
.custom-pagination {
display: inline-flex;
}
.custom-pagination a {
color: black;
border-r... | public/css/style.css | body {
background: #f2f2f2;
box-sizing: border-box;
margin: 0px;
}
*, :after, :before {
background: #f2f2f2;
box-sizing: inherit;
}
.mt--50 {
margin-top: 50px !important;
}
/* pagination */
.custom-pagination {
display: inline-flex;
}
.custom-pagination a {
color: black;
border-r... | 0.470007 | 0.127925 |
*{
box-sizing: border-box;
}
img{
display: block;
width: 6.4rem;
height: 1.4rem;
}
#top{
height: auto;
background: #FFFFFF;
padding: 0.32rem 0.18rem;
}
#top span:first-child{
display: block;
width: auto;
float: left;
color: #282828;
font-size: 0.3rem;
}
.sprice{
d... | web/css/xuanze.css | *{
box-sizing: border-box;
}
img{
display: block;
width: 6.4rem;
height: 1.4rem;
}
#top{
height: auto;
background: #FFFFFF;
padding: 0.32rem 0.18rem;
}
#top span:first-child{
display: block;
width: auto;
float: left;
color: #282828;
font-size: 0.3rem;
}
.sprice{
d... | 0.461988 | 0.077692 |
:root {
--background-color: #1b1612;
--primary-color: #665241;
--secondary-color: #5e544c;
--tertiary-color: #ad9a78;
}
body {
margin: 0;
font-family: 'Roboto', sans-serif;
color: white;
background-color: var(--background-color);
overflow-y: scroll;
}
/* Navbar CSS */
.navbar {
... | src/stylesheet.css | :root {
--background-color: #1b1612;
--primary-color: #665241;
--secondary-color: #5e544c;
--tertiary-color: #ad9a78;
}
body {
margin: 0;
font-family: 'Roboto', sans-serif;
color: white;
background-color: var(--background-color);
overflow-y: scroll;
}
/* Navbar CSS */
.navbar {
... | 0.411584 | 0.173708 |
@font-face {
font-family: MC;
src: url("https://raw.githubusercontent.com/32Vache/msx-stats/main/css/mc.otf");
}
body {
--text-color: #222;
--bkg-color: #fff;
}
body.dark-theme {
--text-color: #eee;
--bkg-color: #121212;
}
.greyBox {
text-align: center;
display: inline-block;
border-radius: 0px;
b... | css/main.css | @font-face {
font-family: MC;
src: url("https://raw.githubusercontent.com/32Vache/msx-stats/main/css/mc.otf");
}
body {
--text-color: #222;
--bkg-color: #fff;
}
body.dark-theme {
--text-color: #eee;
--bkg-color: #121212;
}
.greyBox {
text-align: center;
display: inline-block;
border-radius: 0px;
b... | 0.48438 | 0.093306 |
.vue-table .vue-table__cell.is-hidden>*,
.vue-table .vue-table__column.is-hidden>* {
visibility: hidden;
}
.vue-table,
.vue-table .vue-table__cell,
.vue-table .vue-table__column {
position: relative;
}
.vue-table .vue-tooltip.cell,
.vue-table .vue-table__column,
.vue-table .vue-table__column>div {
white-space: nowra... | src/css/table.css | .vue-table .vue-table__cell.is-hidden>*,
.vue-table .vue-table__column.is-hidden>* {
visibility: hidden;
}
.vue-table,
.vue-table .vue-table__cell,
.vue-table .vue-table__column {
position: relative;
}
.vue-table .vue-tooltip.cell,
.vue-table .vue-table__column,
.vue-table .vue-table__column>div {
white-space: nowra... | 0.59749 | 0.091382 |
@charset "UTF-8";
/**
* Copyright 2015 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unles... | public/css/app.css | @charset "UTF-8";
/**
* Copyright 2015 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unles... | 0.767864 | 0.056783 |
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, ... | assets/dialog/dialog.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.364664 | 0.077588 |
@media (max-width: 1280px) { }
/*================// Medium devices (tablets, less than 1024px)================*/
@media (max-width:1024px) {
.content-sec{
background-image:url(../images/flower-bg.png);
background-repeat: no-repeat;
background-size: contain;
}
li.nav-item {font-size: 14px;}
.like-icon {margin... | resources/css/orijin/site-responsive.css | @media (max-width: 1280px) { }
/*================// Medium devices (tablets, less than 1024px)================*/
@media (max-width:1024px) {
.content-sec{
background-image:url(../images/flower-bg.png);
background-repeat: no-repeat;
background-size: contain;
}
li.nav-item {font-size: 14px;}
.like-icon {margin... | 0.334589 | 0.054853 |
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.active {
font-weight: bold;
}
.show {
display: block !important;
}
body {
... | resources/js/styles/styles4.css | * Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.active {
font-weight: bold;
}
.show {
display: block !important;
}
body {
... | 0.379493 | 0.144209 |
.card-pay-layer-one-wallet-provider-selection__details {
--min-column-width: 15rem;
--max-column-width: 1fr;
--ideal-column-width: 19.875rem;
--row-height: 9.375rem;
--gap: var(--boxel-sp-lg);
display: grid;
grid-template-columns: repeat(auto-fit, minmax(var(--min-column-width), var(--max-column-width)))... | packages/web-client/app/components/card-pay/layer-one-wallet-provider-selection/index.css | .card-pay-layer-one-wallet-provider-selection__details {
--min-column-width: 15rem;
--max-column-width: 1fr;
--ideal-column-width: 19.875rem;
--row-height: 9.375rem;
--gap: var(--boxel-sp-lg);
display: grid;
grid-template-columns: repeat(auto-fit, minmax(var(--min-column-width), var(--max-column-width)))... | 0.496338 | 0.138084 |
@-moz-document domain('workflowy.com') /*url(http://www.workflowy.com)*/ {
body{
padding:0 !important;
padding-top:30px !important;
margin:0 !important;
direction: rtl !important;
}
#backgroundImage{
right:0 !important;
}
.editor{
padding:0px !important;
}
.editor > textarea {
padding:0 !important... | data/usercss/91484.user.css | @-moz-document domain('workflowy.com') /*url(http://www.workflowy.com)*/ {
body{
padding:0 !important;
padding-top:30px !important;
margin:0 !important;
direction: rtl !important;
}
#backgroundImage{
right:0 !important;
}
.editor{
padding:0px !important;
}
.editor > textarea {
padding:0 !important... | 0.199269 | 0.044723 |
body
{
font-family: 'Source Sans Pro', sans-serif;
margin: 0;
}
h1,h2,h3,h4,h5,h6
{
font-family: 'Fjalla One', sans-serif;
}
h1{
line-height: 150%;
font-size: 40px;
font-style: italic;
letter-spacing: -.2px;
color: white;
margin: 0;
}
h1 strong{
text-transform: uppercase;
color: #026fff;
}
h2{
... | css/estilos.css | body
{
font-family: 'Source Sans Pro', sans-serif;
margin: 0;
}
h1,h2,h3,h4,h5,h6
{
font-family: 'Fjalla One', sans-serif;
}
h1{
line-height: 150%;
font-size: 40px;
font-style: italic;
letter-spacing: -.2px;
color: white;
margin: 0;
}
h1 strong{
text-transform: uppercase;
color: #026fff;
}
h2{
... | 0.392919 | 0.061791 |
.header_top {
background: none repeat scroll 0 0 #F0F0E9;
}
.contactinfo ul li:first-child{
margin-left: -15px;
}
.contactinfo ul li a{
font-size: 12px;
color: #696763;
font-family: 'Roboto', sans-serif;
}
.contactinfo ul li a:hover{
background:inherit;
}
.social-icons ul li a {
border: 0 none;
b... | mdbaas/public/stylesheets/custom.css | .header_top {
background: none repeat scroll 0 0 #F0F0E9;
}
.contactinfo ul li:first-child{
margin-left: -15px;
}
.contactinfo ul li a{
font-size: 12px;
color: #696763;
font-family: 'Roboto', sans-serif;
}
.contactinfo ul li a:hover{
background:inherit;
}
.social-icons ul li a {
border: 0 none;
b... | 0.329284 | 0.065366 |
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap";
:root{
--color-rocket:#a26bcf25;
}
body {
background:var(--color-rocket);
margin: 0;
font-family: 'Roboto', sans-serif;
}
header {
background: rgb(245, 243, 246) ;
padding: 30px 30px;
margin-bottom: 30px;
... | public/blog.css | @import "https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap";
:root{
--color-rocket:#a26bcf25;
}
body {
background:var(--color-rocket);
margin: 0;
font-family: 'Roboto', sans-serif;
}
header {
background: rgb(245, 243, 246) ;
padding: 30px 30px;
margin-bottom: 30px;
... | 0.451085 | 0.153676 |
:root {
--dark: #23272A;
--less-dark: #2C2F33;
--blurple: #5865F2;
}
html, body {
box-sizing: border-box;
padding: 0;
margin: 0;
height: 100%;
background-color: #333;
overflow: hidden;
}
.profile {
background-color: #2C2F33;
width: 600px;
margin... | assets/style.css | :root {
--dark: #23272A;
--less-dark: #2C2F33;
--blurple: #5865F2;
}
html, body {
box-sizing: border-box;
padding: 0;
margin: 0;
height: 100%;
background-color: #333;
overflow: hidden;
}
.profile {
background-color: #2C2F33;
width: 600px;
margin... | 0.539469 | 0.218523 |
*, *::after, *::before {
box-sizing: border-box; }
html {
font-size: 62.5%; }
html ::-webkit-scrollbar {
width: 1rem;
height: 1rem; }
html ::-webkit-scrollbar-thumb {
background: linear-gradient(150deg, #780001, #120000); }
html ::-webkit-scrollbar-track {
background: #f2e6e6; }
html body {... | css/style.css | *, *::after, *::before {
box-sizing: border-box; }
html {
font-size: 62.5%; }
html ::-webkit-scrollbar {
width: 1rem;
height: 1rem; }
html ::-webkit-scrollbar-thumb {
background: linear-gradient(150deg, #780001, #120000); }
html ::-webkit-scrollbar-track {
background: #f2e6e6; }
html body {... | 0.488039 | 0.058346 |
.btn-group button {
background-color: #c7c1a1; /* Green background */
border: 1px solid #faedbf; /* Green border */
color: white; /* White text */
padding: 1px 20px; /* Some padding */
cursor: pointer; /* Pointer/hand icon */
float: left; /* Float the buttons side by side */
}
.btn-group button... | public/css/add.css | .btn-group button {
background-color: #c7c1a1; /* Green background */
border: 1px solid #faedbf; /* Green border */
color: white; /* White text */
padding: 1px 20px; /* Some padding */
cursor: pointer; /* Pointer/hand icon */
float: left; /* Float the buttons side by side */
}
.btn-group button... | 0.26971 | 0.090776 |
.tweet{
word-break: break-all;
word-wrap: break-word;
font-family: "Oswald";
font-size: 15px;
}
#CurrSong{
list-style-type: none;
color: white;
font-size: x-large;
float: left;
margin-left: -62%;
}
.description{
color: #000; /* Fallback for older browsers */
color: rgba(0, 0, ... | public/stylesheets/style.css | .tweet{
word-break: break-all;
word-wrap: break-word;
font-family: "Oswald";
font-size: 15px;
}
#CurrSong{
list-style-type: none;
color: white;
font-size: x-large;
float: left;
margin-left: -62%;
}
.description{
color: #000; /* Fallback for older browsers */
color: rgba(0, 0, ... | 0.212722 | 0.085061 |
@font-face {
font-family: 'Sailec-Medium';
font-style: normal;
font-weight: 300;
src: url('../fonts/sailec/Sailec-Medium.woff') format('woff');
}
body {
font-family: "Sailec-Medium";
line-height: 1.8;
color: #f5f6f7;
}
body, body *{
font-family: "Sailec-Medium";
line-height: 1.8;
} ... | machine_test/yii2/frontend/web/css/style.css | @font-face {
font-family: 'Sailec-Medium';
font-style: normal;
font-weight: 300;
src: url('../fonts/sailec/Sailec-Medium.woff') format('woff');
}
body {
font-family: "Sailec-Medium";
line-height: 1.8;
color: #f5f6f7;
}
body, body *{
font-family: "Sailec-Medium";
line-height: 1.8;
} ... | 0.269133 | 0.069447 |
h1 {
text-align: center;
margin: 40px 0;
}
a:focus{
outline: none;
}
/******************pc header*****************************/
.header {
width:100%;
height: 110px;
background: rgba(0,0,0,1);
position: fixed;
top:0;
z-index: 100;
}
.header .header_top {
width:1200px;
height:110px;
line-... | public/vvoff/css/index.css | h1 {
text-align: center;
margin: 40px 0;
}
a:focus{
outline: none;
}
/******************pc header*****************************/
.header {
width:100%;
height: 110px;
background: rgba(0,0,0,1);
position: fixed;
top:0;
z-index: 100;
}
.header .header_top {
width:1200px;
height:110px;
line-... | 0.201263 | 0.032559 |
/* Main style for the table */
.dp-highlighter
{
font-family: "Courier New" , Courier, mono;
font-size: 12px;
border: 1px solid #2B91AF;
background-color: #fff;
width: 99%;
overflow: auto;
margin: 18px 0px 18px 0px;
}
.dp-highlighter .bar
{
padding-left: 45px;
}
.dp-highlighter.collapsed .ba... | templates/default/styles/SyntaxHighlighter.css | /* Main style for the table */
.dp-highlighter
{
font-family: "Courier New" , Courier, mono;
font-size: 12px;
border: 1px solid #2B91AF;
background-color: #fff;
width: 99%;
overflow: auto;
margin: 18px 0px 18px 0px;
}
.dp-highlighter .bar
{
padding-left: 45px;
}
.dp-highlighter.collapsed .ba... | 0.373533 | 0.067393 |
#hlogo h1 {
color: white;
text-shadow: 1px 1px 0px goldenrod;
font-size: 14px;
font-family: Tahoma, Geneva, sans-serif;
width: 400px;
position: absolute;
}
#header #hlogo {
left: 0px;
top: 0px;
margin-top: 0px;
}
#header #hsymbol {
left: 200px;
top: 300px;
margin-top: 0px;
margin... | public/stylesheets/onshutters.css |
#hlogo h1 {
color: white;
text-shadow: 1px 1px 0px goldenrod;
font-size: 14px;
font-family: Tahoma, Geneva, sans-serif;
width: 400px;
position: absolute;
}
#header #hlogo {
left: 0px;
top: 0px;
margin-top: 0px;
}
#header #hsymbol {
left: 200px;
top: 300px;
margin-top: 0px;
margin... | 0.304455 | 0.13733 |
* The following are default styles for the demo page,
* you don't need to include these on your own site.
*/
.sep {
color: #ddd;
margin: 0 4px;
}
.main {
max-width: 800px;
margin: 0 auto;
padding: 0 20px;
}
p,
[class^="hvr-"] {
}
[class^="hvr-"] {
margin: .4em;
padding: 1em;
cursor: pointe... | widgets/hover-master/css/demo-page.css | * The following are default styles for the demo page,
* you don't need to include these on your own site.
*/
.sep {
color: #ddd;
margin: 0 4px;
}
.main {
max-width: 800px;
margin: 0 auto;
padding: 0 20px;
}
p,
[class^="hvr-"] {
}
[class^="hvr-"] {
margin: .4em;
padding: 1em;
cursor: pointe... | 0.433622 | 0.079639 |
==================================================
#Basic
#Flexslider
#Common Elements
#Slider
#Navigation
#Services
#Works
#Team
#Call to Action
#Features
#Facts
#Pricing Page
#Testimonial
#Client
#Blog
#Contact
#Portfolio Single Page
#Related Project Carousel
#Blog Page
#Comments
#Comment List
#... | app/public/css/lp-style.css | ==================================================
#Basic
#Flexslider
#Common Elements
#Slider
#Navigation
#Services
#Works
#Team
#Call to Action
#Features
#Facts
#Pricing Page
#Testimonial
#Client
#Blog
#Contact
#Portfolio Single Page
#Related Project Carousel
#Blog Page
#Comments
#Comment List
#... | 0.174551 | 0.045586 |
.productWarpper{
width: 968px;
margin: 0 auto;
padding-bottom: 150px;
}
.productTop.citiPro{
width: 100%;
height: 517px;
padding-top: 186px;
background: url(../images/pc/citibac.png) no-repeat center/cover;
box-sizing: border-box;
}
.productTop.mortPro{
width: 100%;
height: 515px... | mcwp-website/css/product.css | .productWarpper{
width: 968px;
margin: 0 auto;
padding-bottom: 150px;
}
.productTop.citiPro{
width: 100%;
height: 517px;
padding-top: 186px;
background: url(../images/pc/citibac.png) no-repeat center/cover;
box-sizing: border-box;
}
.productTop.mortPro{
width: 100%;
height: 515px... | 0.311113 | 0.065755 |
*, ::after, ::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
background-color: #ededed;
}
body {
font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.4;
color: #666;
min-width: 960px;
}
h1 {
font-weight: bold;
font-size: 20px;
color: #333;
}
h2 {
... | styles/style.css | *, ::after, ::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
background-color: #ededed;
}
body {
font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.4;
color: #666;
min-width: 960px;
}
h1 {
font-weight: bold;
font-size: 20px;
color: #333;
}
h2 {
... | 0.425605 | 0.077413 |
/* Begin HTML element styling */
* {
color:#ccc;
font-family:Arial;
font-size:3vh;
}
html {
height:100%;
}
body {
background-color:#333;
margin:0;
max-height:100%;
overflow:hidden;
/* Begin disable text-selection */
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: non... | styles/style.css |
/* Begin HTML element styling */
* {
color:#ccc;
font-family:Arial;
font-size:3vh;
}
html {
height:100%;
}
body {
background-color:#333;
margin:0;
max-height:100%;
overflow:hidden;
/* Begin disable text-selection */
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: non... | 0.288469 | 0.051272 |
* {
box-sizing: border-box;
}
body {
background-color: black;
}
header {
text-align: center;
margin: 0 auto;
width: 2000px;
}
header img {
width: 186px;
height: 115px;
margin-left: 80px;
margin-right: 80px;
}
header span {
position: relative;
bottom: 25px;
font-family: 'Press Start 2P', cu... | css/index.css | * {
box-sizing: border-box;
}
body {
background-color: black;
}
header {
text-align: center;
margin: 0 auto;
width: 2000px;
}
header img {
width: 186px;
height: 115px;
margin-left: 80px;
margin-right: 80px;
}
header span {
position: relative;
bottom: 25px;
font-family: 'Press Start 2P', cu... | 0.347094 | 0.118181 |
.channel-card-drop-shadow {
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
}
.profile-mainpage {
padding-top: 50px !important;
}... | www/css/profile.css | .channel-card-drop-shadow {
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
}
.profile-mainpage {
padding-top: 50px !important;
}... | 0.368406 | 0.048137 |
*{
box-sizing: border-box;
}
.container {
height:635px;
margin:0px;
}
.a{
position: relative;
height:80%;
border-style: solid;
border-width: 1px;
border-color: white;
}
.b{
position: relative;
height:20%;
background-color:#373737;
border-style: solid;
border-width: 1p... | static/css/register_style.css | *{
box-sizing: border-box;
}
.container {
height:635px;
margin:0px;
}
.a{
position: relative;
height:80%;
border-style: solid;
border-width: 1px;
border-color: white;
}
.b{
position: relative;
height:20%;
background-color:#373737;
border-style: solid;
border-width: 1p... | 0.446736 | 0.092115 |
.welcomeHeader {
width: 100%;
height: 150px;
background-color: white;
margin: 0;
padding: 0;
display: flex;
}
.logo {
width: 200px;
height: auto;
margin-top: 100px;
margin-left: 100px;
padding: 0;
}
.loginContainer {
width: 100%;
height: 89vh;
background-color: white;
}
.loginHeader {
m... | jumpstart-react/src/pages/Login.css | .welcomeHeader {
width: 100%;
height: 150px;
background-color: white;
margin: 0;
padding: 0;
display: flex;
}
.logo {
width: 200px;
height: auto;
margin-top: 100px;
margin-left: 100px;
padding: 0;
}
.loginContainer {
width: 100%;
height: 89vh;
background-color: white;
}
.loginHeader {
m... | 0.390011 | 0.073763 |
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input{padding: 0; margin: 0;}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, th, td{font-size: 1em; font-style: normal; font-weight: normal;}
strong{font-weight: bold;}
ul, ol{list-s... | public/static/home/css/common.css | html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input{padding: 0; margin: 0;}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, th, td{font-size: 1em; font-style: normal; font-weight: normal;}
strong{font-weight: bold;}
ul, ol{list-s... | 0.19475 | 0.055849 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.btn {
outline: 0!important;
border-radius: 2px;
font-size: .95rem;
font-family: inherit;
line-height: 1.25;
padding: .5rem 1rem
}
.btn:active {
box-shadow: 0 0 0 #000
}
.btn-lg {
padding: .75rem 1.5rem
}
.row {
margi... | Tour-Of-Heroes/src/app/content/heroes/heroes.component.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans);
.btn {
outline: 0!important;
border-radius: 2px;
font-size: .95rem;
font-family: inherit;
line-height: 1.25;
padding: .5rem 1rem
}
.btn:active {
box-shadow: 0 0 0 #000
}
.btn-lg {
padding: .75rem 1.5rem
}
.row {
margi... | 0.415017 | 0.081191 |
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,700');
/*********** Global Styles********/
body, html {
background-color: #4c6d86;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Lato", sans-serif !important;
font-weight: 900 !important;
}
.wrapper {
background: #E3E3E3;
}
.img-circle {... | assets/styles/styles.css | @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,700');
/*********** Global Styles********/
body, html {
background-color: #4c6d86;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Lato", sans-serif !important;
font-weight: 900 !important;
}
.wrapper {
background: #E3E3E3;
}
.img-circle {... | 0.309337 | 0.095771 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
float: right;
width: 90%;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padd... | web/css/frontend/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
float: right;
width: 90%;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padd... | 0.327131 | 0.087994 |
/*=============================================================
Authour URL: www.designbootstrap.com
http://www.designbootstrap.com/
License: MIT
http://opensource.org/licenses/MIT
100% Free To use For Personal And Commercial Use.
IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
==... | old_assets/css/style-blue.css |
/*=============================================================
Authour URL: www.designbootstrap.com
http://www.designbootstrap.com/
License: MIT
http://opensource.org/licenses/MIT
100% Free To use For Personal And Commercial Use.
IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
==... | 0.300951 | 0.052014 |
* {
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
.navigation {
padding: 4%;
background: rgba(0, 0... | style.css | * {
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
.navigation {
padding: 4%;
background: rgba(0, 0... | 0.596198 | 0.051654 |
@charset "UTF-8";
main, header, nav, aside, section {
display: block;
}
body {
margin: 0;
background-image: url(background.jpg);
background-repeat: no-repeat;
background-size: cover;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 100%;
}
main {
/* width: 998px; */
width: 63em... | w3c_training/rwd/assignment1/bnb/style.css | @charset "UTF-8";
main, header, nav, aside, section {
display: block;
}
body {
margin: 0;
background-image: url(background.jpg);
background-repeat: no-repeat;
background-size: cover;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 100%;
}
main {
/* width: 998px; */
width: 63em... | 0.40439 | 0.080792 |
@font-face {
font-family: 'Open Sans';
src: url('OpenSans-BoldItalic.woff2') format('woff2'),
url('OpenSans-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSans-Bold.woff2') format('w... | assets/fonts/stylesheet.css | @font-face {
font-family: 'Open Sans';
src: url('OpenSans-BoldItalic.woff2') format('woff2'),
url('OpenSans-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSans-Bold.woff2') format('w... | 0.418103 | 0.067362 |
table#bounties-table tr td {
vertical-align: middle;
}
table#bounties-table tr td:nth-child(1) { width: 60px; }
table#bounties-table tr td img.thumbnail {
width: 50px;
height: 50px;
}
table#solutions-table tr td {
vertical-align: middle;
}
table#solutions-table tr td img.thumbnail {
width: 130px;
height: 1... | app/assets/stylesheets/bountysource/issues.css | table#bounties-table tr td {
vertical-align: middle;
}
table#bounties-table tr td:nth-child(1) { width: 60px; }
table#bounties-table tr td img.thumbnail {
width: 50px;
height: 50px;
}
table#solutions-table tr td {
vertical-align: middle;
}
table#solutions-table tr td img.thumbnail {
width: 130px;
height: 1... | 0.289874 | 0.27853 |
.nav {
display: flex;
flex-wrap: wrap;
/* justify-content: space-evenly; */
justify-content: space-around;
align-items: center;
max-width: calc(var(--nav-width) + var(--gap) * 2);
margin-inline-start: auto;
margin-inline-end: auto;
line-height: var(--header-height)
}
.nav a {
di... | themes/PaperMod/assets/css/common/header.css | .nav {
display: flex;
flex-wrap: wrap;
/* justify-content: space-evenly; */
justify-content: space-around;
align-items: center;
max-width: calc(var(--nav-width) + var(--gap) * 2);
margin-inline-start: auto;
margin-inline-end: auto;
line-height: var(--header-height)
}
.nav a {
di... | 0.258607 | 0.076098 |
*{
margin: 0;
padding: 0;
}
/* 购买区域样式 */
.Buying{
width: 1000px;
height: 765px;
/* background-color: skyblue; */
margin: 0 auto 40px;
}
/* 购买区域头部样式 */
.Buying-name{
height: 68px;
border-bottom: dotted 1px #f6f6f6;
/* background-color: mediumpurple; */
}
/* logo大小 */
.lyl-logo{
width: 280px;
display: inline-b... | blueMoon/blueMoon.css | *{
margin: 0;
padding: 0;
}
/* 购买区域样式 */
.Buying{
width: 1000px;
height: 765px;
/* background-color: skyblue; */
margin: 0 auto 40px;
}
/* 购买区域头部样式 */
.Buying-name{
height: 68px;
border-bottom: dotted 1px #f6f6f6;
/* background-color: mediumpurple; */
}
/* logo大小 */
.lyl-logo{
width: 280px;
display: inline-b... | 0.197135 | 0.048699 |
html,
body {
height: 100%;
font-family: 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
color: #1c1c1c;
font-weight: 600;
}
h1 {
font-size: 70px;
}
h2 {
font-size: 36px;
color: #f7c871;
}
h3 {
font-si... | static/style.css |
html,
body {
height: 100%;
font-family: 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
color: #1c1c1c;
font-weight: 600;
}
h1 {
font-size: 70px;
}
h2 {
font-size: 36px;
color: #f7c871;
}
h3 {
font-si... | 0.316264 | 0.062217 |
@charset "utf-8";
@import "../../../libraries/css/reset.css";
@import "../../../libraries/css/shCoreDefault.css";
body{
background: #f4f4f4;
color: #696969;
font: 14px/24px 'Sintony', Helvetica, Arial, SansSerif;
}
.clear{
clear: both;
}
strong{
color: #202020;
font: bold 14px/24px Helvetica... | documentation/assets/gui/css/style.css | @charset "utf-8";
@import "../../../libraries/css/reset.css";
@import "../../../libraries/css/shCoreDefault.css";
body{
background: #f4f4f4;
color: #696969;
font: 14px/24px 'Sintony', Helvetica, Arial, SansSerif;
}
.clear{
clear: both;
}
strong{
color: #202020;
font: bold 14px/24px Helvetica... | 0.132458 | 0.059428 |
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway|Montserrat:700");
/*
Indivisible by Pixelarity
pixelarity.com | <EMAIL>
License: pixelarity.com/license
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, add... | photoscope/webapp/static/assets/css/main.css | @import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway|Montserrat:700");
/*
Indivisible by Pixelarity
pixelarity.com | <EMAIL>
License: pixelarity.com/license
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, add... | 0.342572 | 0.094302 |
body {
background-color: #E8DDCB;
color: #363636;
font-size: 62.5%;
line-height: 1.25em;
font-family: Georgia, Serif;
text-shadow: 0.01em 0.01em 0 rgb(255, 255, 255);
margin: 0;
padding: 0;
}
h1 { font-size: 4.2em; line-height: 1.285em; margin: 0 0; padding: 0.380em 0.428em 0.261em; }
h2 { font-size: 2... | smallactsmanifesto/core/static/css/style.css | body {
background-color: #E8DDCB;
color: #363636;
font-size: 62.5%;
line-height: 1.25em;
font-family: Georgia, Serif;
text-shadow: 0.01em 0.01em 0 rgb(255, 255, 255);
margin: 0;
padding: 0;
}
h1 { font-size: 4.2em; line-height: 1.285em; margin: 0 0; padding: 0.380em 0.428em 0.261em; }
h2 { font-size: 2... | 0.504883 | 0.336604 |
.sg-calendar,
.sg-calendar *{
margin:0;
padding:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*calendar*/
.sg-calendar{
background:#009688;
font-family: "microsoft yahei";
box-shadow:0 1px 1px rgba(0,0,0,0.15);
display:inline-block;
border-radius:2px;... | calendar/calendar.css | .sg-calendar,
.sg-calendar *{
margin:0;
padding:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*calendar*/
.sg-calendar{
background:#009688;
font-family: "microsoft yahei";
box-shadow:0 1px 1px rgba(0,0,0,0.15);
display:inline-block;
border-radius:2px;... | 0.165256 | 0.030618 |
* {
transition: all 0.3s;
margin: 0;
padding: 0;
}
table {
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: rgb(179, 179, 179);
padding: 4px 8px;
margin-bottom: 10px;
/* */
width: 1000px;
border-spacing: 0 4px;
/* background-color: #ffffff; */
display: block;
over... | iapis/css/management1_style.css | * {
transition: all 0.3s;
margin: 0;
padding: 0;
}
table {
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: rgb(179, 179, 179);
padding: 4px 8px;
margin-bottom: 10px;
/* */
width: 1000px;
border-spacing: 0 4px;
/* background-color: #ffffff; */
display: block;
over... | 0.331012 | 0.086903 |
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot');
src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf') format('truetype'),
url('../fonts/icomoon.woff') format('woff'),
url('../fonts/icomoon.svg#icomoon') format('svg');
font-weight: no... | assetss/css/xsIcon.css | @font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot');
src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf') format('truetype'),
url('../fonts/icomoon.woff') format('woff'),
url('../fonts/icomoon.svg#icomoon') format('svg');
font-weight: no... | 0.316369 | 0.093306 |
div#wrapper {
width: 450px;
height: 360px;
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #f2f2f2 0%, #77ebef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#77ebef)); /* Chrome,Safari4+ */
background: -webkit... | CSS Presentation/CSS Files/CalculatorCSS.css | div#wrapper {
width: 450px;
height: 360px;
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #f2f2f2 0%, #77ebef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#77ebef)); /* Chrome,Safari4+ */
background: -webkit... | 0.201106 | 0.087564 |
position:absolute;
width:98%;
left:1%;
height:100%;
}
#navbar {
position:absolute;
height: 50px;
top:0%;
left:0%;
width: 100%;
height: 5%;
margin:auto;
padding-left: 10px;
}
#title-div {
position: absolute;
top:7px;
}
#left-sidebar {
position:absolute;
... | src/css/todo_layout.css | position:absolute;
width:98%;
left:1%;
height:100%;
}
#navbar {
position:absolute;
height: 50px;
top:0%;
left:0%;
width: 100%;
height: 5%;
margin:auto;
padding-left: 10px;
}
#title-div {
position: absolute;
top:7px;
}
#left-sidebar {
position:absolute;
... | 0.577614 | 0.099996 |
.fw {
width: 100%;
}
.color-grey-secondary {
color: #53576d;
}
.mbottom-medium {
margin-bottom: 16px;
}
.text-center {
text-align: center;
}
.bold {
font-weight: 700;
}
.main-para {
font-size: 16px;
line-height: 1.5;
letter-spacing: -0.25px;
}
.light {
font-weight: 300;
}
.fine-text {
font-size: 13p... | build/react-scroll-calendar.css | .fw {
width: 100%;
}
.color-grey-secondary {
color: #53576d;
}
.mbottom-medium {
margin-bottom: 16px;
}
.text-center {
text-align: center;
}
.bold {
font-weight: 700;
}
.main-para {
font-size: 16px;
line-height: 1.5;
letter-spacing: -0.25px;
}
.light {
font-weight: 300;
}
.fine-text {
font-size: 13p... | 0.489259 | 0.071494 |
* {
box-sizing: border-box;
}
h1, p {
margin-block-start: 0px;
margin-block-end: 0px;
}
input:-internal-autofill-selected {
background-color: transparent !important;
}
body {
margin: auto 0;
background: #121725;
font-size: 16px;
background-image: url("./assets/mobile/image-host.jpg");
background-re... | styles.css | * {
box-sizing: border-box;
}
h1, p {
margin-block-start: 0px;
margin-block-end: 0px;
}
input:-internal-autofill-selected {
background-color: transparent !important;
}
body {
margin: auto 0;
background: #121725;
font-size: 16px;
background-image: url("./assets/mobile/image-host.jpg");
background-re... | 0.355999 | 0.077308 |
width: 100%;
height: 100%
}
body, html {
margin: 0;
padding: 0;
border: 0;
font-size: 100%
}
img {
border: none
}
.hidden {
display: none
}
body {
background: #fff;
font-family: Helvetica, Arial, sans-serif;
color: #fff;
background-size: auto;
}
#sdil-lander-popup-wr... | css/backup_css_lander_theme.css | width: 100%;
height: 100%
}
body, html {
margin: 0;
padding: 0;
border: 0;
font-size: 100%
}
img {
border: none
}
.hidden {
display: none
}
body {
background: #fff;
font-family: Helvetica, Arial, sans-serif;
color: #fff;
background-size: auto;
}
#sdil-lander-popup-wr... | 0.459561 | 0.095265 |
@font-face {
font-family: 'District Thin';
src: url("../fonts/DistTh___.ttf");
}
@font-face {
font-family: 'Stempel-Garamond-W01-Roman';
font-style: normal;
font-weight: normal;
src: url('../fonts/Stempel-Garamond-W01-Roman.woff') format('woff');
}
body, ul, table, form{
margin:0;
padding:0;
}
/* #Table... | assets/turnjs/css/default.css | @font-face {
font-family: 'District Thin';
src: url("../fonts/DistTh___.ttf");
}
@font-face {
font-family: 'Stempel-Garamond-W01-Roman';
font-style: normal;
font-weight: normal;
src: url('../fonts/Stempel-Garamond-W01-Roman.woff') format('woff');
}
body, ul, table, form{
margin:0;
padding:0;
}
/* #Table... | 0.155719 | 0.051893 |
width: 100%;
position: relative;
}
#memebox_com #main {
width: 100%;
margin-bottom: 30px;
}
#memebox_com #main .container {
overflow: hidden;
padding-top: 22px;
}
#memebox_com #main .container .mainLeft {
margin-right: 20px;
}
#memebox_com #main .container .mainLeft .picBig {
width: 530px;
height:... | src/css/details.css | width: 100%;
position: relative;
}
#memebox_com #main {
width: 100%;
margin-bottom: 30px;
}
#memebox_com #main .container {
overflow: hidden;
padding-top: 22px;
}
#memebox_com #main .container .mainLeft {
margin-right: 20px;
}
#memebox_com #main .container .mainLeft .picBig {
width: 530px;
height:... | 0.248808 | 0.039343 |
.defaultSkin table, .defaultSkin tbody, .defaultSkin a, .defaultSkin img,
.defaultSkin tr, .defaultSkin div, .defaultSkin td, .defaultSkin iframe,
.defaultSkin span, .defaultSkin *, .defaultSkin .mceText {
border: 0;
margin: 0;
padding: 0;
background: transparent;
white-space: nowrap;
text-decoration: n... | estore/js/tiny_mce/themes/advanced/skins/default/ui.css | .defaultSkin table, .defaultSkin tbody, .defaultSkin a, .defaultSkin img,
.defaultSkin tr, .defaultSkin div, .defaultSkin td, .defaultSkin iframe,
.defaultSkin span, .defaultSkin *, .defaultSkin .mceText {
border: 0;
margin: 0;
padding: 0;
background: transparent;
white-space: nowrap;
text-decoration: n... | 0.315736 | 0.038865 |
Overlay
*/
#easyOverlay {
position: fixed;
z-index: 9998;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
cursor: pointer;
}
/*
Main window
*/
#easyCenter {
position: fixed;
left: 50%;
top: 50%;
z-index: 9999;
overflow: hidden;
background: #000;
border-radius: 8px;
box-shadow: 0px 0px 1... | app/webroot/css/easybox/glow/easybox.css | Overlay
*/
#easyOverlay {
position: fixed;
z-index: 9998;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
cursor: pointer;
}
/*
Main window
*/
#easyCenter {
position: fixed;
left: 50%;
top: 50%;
z-index: 9999;
overflow: hidden;
background: #000;
border-radius: 8px;
box-shadow: 0px 0px 1... | 0.163345 | 0.054324 |
@-moz-document domain('facebook.com') {
/* navigation */
#blueBar { background:#5b5a5a !important; }
#pageLogo a { background:url(http://img683.imageshack.us/img683/7692/pluchfzrq3g.png) no-repeat scroll -21px 0 !important; }
#headNavOut { background:#8b8a8b !important; border-color:#515151 !importa... | data/usercss/43160.user.css | @-moz-document domain('facebook.com') {
/* navigation */
#blueBar { background:#5b5a5a !important; }
#pageLogo a { background:url(http://img683.imageshack.us/img683/7692/pluchfzrq3g.png) no-repeat scroll -21px 0 !important; }
#headNavOut { background:#8b8a8b !important; border-color:#515151 !importa... | 0.137359 | 0.049589 |
*{
background-image: url("../imagen/logo4.jpg");
}
#resaltar{
text-align: center;
position: absolute;
top: 320px;
left: 350px;
background: rgba(250, 248, 248, 0);
color :rgb(0, 162, 255);
}
/* Para crear el menu */
div#me... | estilos/estilos2.css | *{
background-image: url("../imagen/logo4.jpg");
}
#resaltar{
text-align: center;
position: absolute;
top: 320px;
left: 350px;
background: rgba(250, 248, 248, 0);
color :rgb(0, 162, 255);
}
/* Para crear el menu */
div#me... | 0.314366 | 0.086671 |
@charset "UTF-8";
body{
font-family:Arial, Helvetica, sans-serif;/*Fuente de la pagina-------------------*/
font-size:12px;/*Tamaño de fuente-------------------*/
}
footer{
clear: both;
position: relative;
height: 10%;
width: 103%;
margin: 0;
bottom: -8px;
left: -2%;
}
.lateral{ /*Color... | webapp/modulos/nominas/css/style.css | @charset "UTF-8";
body{
font-family:Arial, Helvetica, sans-serif;/*Fuente de la pagina-------------------*/
font-size:12px;/*Tamaño de fuente-------------------*/
}
footer{
clear: both;
position: relative;
height: 10%;
width: 103%;
margin: 0;
bottom: -8px;
left: -2%;
}
.lateral{ /*Color... | 0.17441 | 0.083479 |
:host {
--oobe-text-button-focused-border-color:
rgba(66, 133, 244, 0.4); /* #4284f4 */
}
.step {
box-sizing: border-box;
position: absolute;
}
.step.animated:not(.faded) {
transition: transform 200ms ease-in-out,
opacity 200ms ease-in-out,
visibility 200ms ease-in-out;
}
.s... | chrome/browser/resources/chromeos/login/oobe_screen.css | :host {
--oobe-text-button-focused-border-color:
rgba(66, 133, 244, 0.4); /* #4284f4 */
}
.step {
box-sizing: border-box;
position: absolute;
}
.step.animated:not(.faded) {
transition: transform 200ms ease-in-out,
opacity 200ms ease-in-out,
visibility 200ms ease-in-out;
}
.s... | 0.568536 | 0.151561 |
body {
background:#fff;
font-family:Arial, sans-serif;
}
p {
/*margin-bottom:20px;*/
}
.clearout {
height:20px;
clear:both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}
.nbs-flexisel-container {
position:relative;
max-width:100%;
}
.nbs-flexisel-ul {
position:relative;
width:99... | js/flexisel/flexisel.css | body {
background:#fff;
font-family:Arial, sans-serif;
}
p {
/*margin-bottom:20px;*/
}
.clearout {
height:20px;
clear:both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}
.nbs-flexisel-container {
position:relative;
max-width:100%;
}
.nbs-flexisel-ul {
position:relative;
width:99... | 0.373762 | 0.048519 |
.avatar {
position: relative;
display: inline-block;
width: 3rem;
height: 3rem;
font-size: 1.25rem;
}
.avatar-img,
.avatar-initials,
.avatar-placeholder {
width: 100%;
height: 100%;
border-radius: inherit;
}
.avatar-img {
display: block;
-o-object-fit: cover;
... | public/css/reply.css | .avatar {
position: relative;
display: inline-block;
width: 3rem;
height: 3rem;
font-size: 1.25rem;
}
.avatar-img,
.avatar-initials,
.avatar-placeholder {
width: 100%;
height: 100%;
border-radius: inherit;
}
.avatar-img {
display: block;
-o-object-fit: cover;
... | 0.560854 | 0.078008 |
table {
border-collapse: collapse;
table-layout: initial;
width: 100%;
}
td {
border: 1px solid #e6e6e6;
text-align: center;
padding: 15px 20px;
width: 25%;
}
p {
margin: 0 2px;
width: 100%;
font-size: 2rem;
}
.parentFlexColumn {
display: flex;
flex-direction: column;
justify-content: center;
... | src/app/home/pages/installment-plan/installment-plan.component.css | table {
border-collapse: collapse;
table-layout: initial;
width: 100%;
}
td {
border: 1px solid #e6e6e6;
text-align: center;
padding: 15px 20px;
width: 25%;
}
p {
margin: 0 2px;
width: 100%;
font-size: 2rem;
}
.parentFlexColumn {
display: flex;
flex-direction: column;
justify-content: center;
... | 0.528533 | 0.205217 |
@charset "utf-8";
/* CSS Document */
*{
box-sizing: border-box;
padding: 0;
margin: 0;
}
body{
line-height: 1.5;
}
.card-wrapper{
max-width: 1100px;
margin: 0 auto;
}
img{
width: 100%;
display: block;
}
.img-display{
overflow: hidden;
}
.img-showcase{
display: flex;
width: 10... | public/css/product_details.css | @charset "utf-8";
/* CSS Document */
*{
box-sizing: border-box;
padding: 0;
margin: 0;
}
body{
line-height: 1.5;
}
.card-wrapper{
max-width: 1100px;
margin: 0 auto;
}
img{
width: 100%;
display: block;
}
.img-display{
overflow: hidden;
}
.img-showcase{
display: flex;
width: 10... | 0.390941 | 0.067701 |
html,
body {
font-family: 'Lato', sans-serif;
height: 100%;
margin: 0;
padding: 0;
}
.bar2 {
height: 85%;
position: relative;
font-family: 'Open Sans', sans-serif;
}
.bar1 {
margin-bottom: 10px;
margin-top: 20px;
letter-spacing: 1px;
}
input {
font-size: 12px;
}
.titleHea... | src/css/style.css | html,
body {
font-family: 'Lato', sans-serif;
height: 100%;
margin: 0;
padding: 0;
}
.bar2 {
height: 85%;
position: relative;
font-family: 'Open Sans', sans-serif;
}
.bar1 {
margin-bottom: 10px;
margin-top: 20px;
letter-spacing: 1px;
}
input {
font-size: 12px;
}
.titleHea... | 0.448185 | 0.093554 |
*, *:before, *:after
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
-webkit-overflow-scrolling: touch;
}
html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,... | modules/application/jcr_root/etc/designs/teamsite/clientlib-all/css/_reset.css | *, *:before, *:after
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
-webkit-overflow-scrolling: touch;
}
html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,... | 0.360151 | 0.05752 |
* {
box-sizing: border-box;
}
body {
width: 70%;
margin: 0 auto;
background-color: whitesmoke;
font-family: "Roboto", sans-serif;
}
input{
border: .1em solid black;
border-radius: 0.2em;
padding: 15px;
background: snow;
margin: 0 0 10px 0;
}
a.button{
min-width: 5em;
display:inline-block;
... | dist/global.e50bbfba.css | * {
box-sizing: border-box;
}
body {
width: 70%;
margin: 0 auto;
background-color: whitesmoke;
font-family: "Roboto", sans-serif;
}
input{
border: .1em solid black;
border-radius: 0.2em;
padding: 15px;
background: snow;
margin: 0 0 10px 0;
}
a.button{
min-width: 5em;
display:inline-block;
... | 0.393851 | 0.143397 |
.login {
background-color: #ffffff;
height: 100vh;
margin: 0 auto;
}
.infoAddress {
display: flex;
flex-direction: row;
align-items: center;
position: absolute;
left: 80%;
top: 36px;
}
.wallet {
width: 60px;
height: 60px;
display: flex;
justify-content: center;
... | src/Components/Login/Login.css | .login {
background-color: #ffffff;
height: 100vh;
margin: 0 auto;
}
.infoAddress {
display: flex;
flex-direction: row;
align-items: center;
position: absolute;
left: 80%;
top: 36px;
}
.wallet {
width: 60px;
height: 60px;
display: flex;
justify-content: center;
... | 0.419172 | 0.112747 |
*/
a {
color: #dc2a0b;
text-decoration: none;
}
a:hover {
color: #c4250a;
text-decoration: underline;
}
/*
// #Headings
// --------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Oswald', sans-serif;
font-weight: normal;
line-height: 1.2em... | apps/drupal/htdocs/sites/all/themes/stability/css/theme-elements.css | */
a {
color: #dc2a0b;
text-decoration: none;
}
a:hover {
color: #c4250a;
text-decoration: underline;
}
/*
// #Headings
// --------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Oswald', sans-serif;
font-weight: normal;
line-height: 1.2em... | 0.287568 | 0.069352 |
a:link, a:visited{
color:#C30002;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
.node-teaser h2{
margin: 8px 0;
}
/**** omega-text.css overrides ****/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 3, 2011 01:32:17 PM America/New_York */
@font-face {
... | _src/Chapter 8/d7dev_theme/css/global.css |
a:link, a:visited{
color:#C30002;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
.node-teaser h2{
margin: 8px 0;
}
/**** omega-text.css overrides ****/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 3, 2011 01:32:17 PM America/New_York */
@font-face {
... | 0.225076 | 0.043589 |
.fusion-builder-upload-button,
.upload_image_remove {
background: #fff;
border-radius: 0;
border: 1px solid #c7c5c5;
color: #333;
cursor: pointer;
float: right;
font-size: 13px;
height: 36px;
line-height: 28px;
margin: 1em 0 0 1em !important;
padding: 0 10px;
text-align: center;
text-decoratio... | wordpress/wp-content/plugins/fusion-builder/css/style.css | .fusion-builder-upload-button,
.upload_image_remove {
background: #fff;
border-radius: 0;
border: 1px solid #c7c5c5;
color: #333;
cursor: pointer;
float: right;
font-size: 13px;
height: 36px;
line-height: 28px;
margin: 1em 0 0 1em !important;
padding: 0 10px;
text-align: center;
text-decoratio... | 0.45181 | 0.041462 |
body {
font-family: verdana, 'Open Sans', sans-serif;
background:#eaedf2;
color:#666;
font-size:14px;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a{
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: a... | vdoc/css/style.css | body {
font-family: verdana, 'Open Sans', sans-serif;
background:#eaedf2;
color:#666;
font-size:14px;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a{
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: a... | 0.230227 | 0.061396 |
[Judul]
0. Default
1. Nav
2. Hero
3. Top Content
4. Content
5. Footer
6. Copyright
-------------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
/*-------------------------------------------------------------------
[0. Default]
*---------------------... | public/front/css/travel/phone-responsive.css | [Judul]
0. Default
1. Nav
2. Hero
3. Top Content
4. Content
5. Footer
6. Copyright
-------------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
/*-------------------------------------------------------------------
[0. Default]
*---------------------... | 0.26923 | 0.11689 |
.claim_snap_row {
padding-top: 10%;
padding-bottom: 1.8rem;
padding-left: 4rem;
padding-right: 2rem;
}
.claim_snap_div {
background: #EEEEEE;
color: #000000;
border-right: 1.5rem solid white;
}
.claim_inner_row {
padding: 1.7rem 3rem;
}
.card {
margin-bottom: 1.5rem;
padding-t... | fabric/web/frontend/src/app/provider/starting-page/starting-page.component.css | .claim_snap_row {
padding-top: 10%;
padding-bottom: 1.8rem;
padding-left: 4rem;
padding-right: 2rem;
}
.claim_snap_div {
background: #EEEEEE;
color: #000000;
border-right: 1.5rem solid white;
}
.claim_inner_row {
padding: 1.7rem 3rem;
}
.card {
margin-bottom: 1.5rem;
padding-t... | 0.538012 | 0.116563 |
font-family:"Times New Roman","Trebuchet MS",verdana,arial,serif;
background:#1f1f1f url(image/background.png) repeat;
color:#fff;
font-size:14px;
}
#ThemeFixe{
width:900px;
margin:auto;
padding-bottom:20px;
}
#ThemeHead{
height:195px;
background:url(image/header.jpg) no-repeat;
position:relative;
}
#ThemeHead #Theme... | src/Salonrama/MainBundle/Resources/public/theme/VertusNoir/theme.css | font-family:"Times New Roman","Trebuchet MS",verdana,arial,serif;
background:#1f1f1f url(image/background.png) repeat;
color:#fff;
font-size:14px;
}
#ThemeFixe{
width:900px;
margin:auto;
padding-bottom:20px;
}
#ThemeHead{
height:195px;
background:url(image/header.jpg) no-repeat;
position:relative;
}
#ThemeHead #Theme... | 0.257765 | 0.062646 |
.line,
#header,
#primary-menu.style-2 { border-color: #DDD; }
@media (min-width: 992px) {
#header.sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-2 {
border-bottom: 0;
height: 240px;
}
#header.sticky-style-2 > .container {
text-align: center;
line-height: 1;
height: 160px;
over... | src/resources/css/nairobi.css | .line,
#header,
#primary-menu.style-2 { border-color: #DDD; }
@media (min-width: 992px) {
#header.sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-2 {
border-bottom: 0;
height: 240px;
}
#header.sticky-style-2 > .container {
text-align: center;
line-height: 1;
height: 160px;
over... | 0.274449 | 0.073397 |
.brand_content{overflow: hidden;}
.brand_img{
transition:all 1.5s linear;
}
.brand_img:hover{
transform:scale(1.05);
cursor:pointer;
}
.my_small{
font-size: 0.9rem;
color: #000;
}
.my_small>li>a{
color: #686868;
}
.my_small>li>a:hover{
color:#cc9b38;
text-decoration: none;
}
ul.product_t... | ep_server/public/css/product.css | .brand_content{overflow: hidden;}
.brand_img{
transition:all 1.5s linear;
}
.brand_img:hover{
transform:scale(1.05);
cursor:pointer;
}
.my_small{
font-size: 0.9rem;
color: #000;
}
.my_small>li>a{
color: #686868;
}
.my_small>li>a:hover{
color:#cc9b38;
text-decoration: none;
}
ul.product_t... | 0.249356 | 0.083553 |
#tier1-nav h3.magazine-main-title {
display: inline-block;
font-family: serif;
margin-bottom: 0;
font-size: 2.3rem;
font-style: normal;
font-weight: normal;
color: #0f654a;
}
#tier1-nav span.magazine-descriptor,
#tier1-nav span.magazine-descriptor-small {
font-family: 'Open Sans', sans-ser... | resources/assets/css/magazine-styles.css |
#tier1-nav h3.magazine-main-title {
display: inline-block;
font-family: serif;
margin-bottom: 0;
font-size: 2.3rem;
font-style: normal;
font-weight: normal;
color: #0f654a;
}
#tier1-nav span.magazine-descriptor,
#tier1-nav span.magazine-descriptor-small {
font-family: 'Open Sans', sans-ser... | 0.337204 | 0.075346 |
body{
background-color: #0f121f;
color: #fff;
}
body *{
font-family: Ubuntu;
}
h2 {
text-align: center;
margin: 20px auto;
font-size: 2.4em;
font-weight: bold;
}
a, a:hover, a:visited{
color: #fff;
text-decoration: none;
}
.wrapper {
max-width: 960px;
margin: 0 auto;
}
div.... | blogify/assets/styles.css | body{
background-color: #0f121f;
color: #fff;
}
body *{
font-family: Ubuntu;
}
h2 {
text-align: center;
margin: 20px auto;
font-size: 2.4em;
font-weight: bold;
}
a, a:hover, a:visited{
color: #fff;
text-decoration: none;
}
.wrapper {
max-width: 960px;
margin: 0 auto;
}
div.... | 0.530966 | 0.146728 |
@font-face {
font-family: 'myriad';
src: url('../fonts/myriad/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad/MyriadPro-Regular.otf') format('opentype'),
url('../fonts/myriad/MyriadPro-Regular.woff') format('woff'), url('../fonts/myriad/MyriadPro-Regular.ttf') for... | css/style.css |
@font-face {
font-family: 'myriad';
src: url('../fonts/myriad/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad/MyriadPro-Regular.otf') format('opentype'),
url('../fonts/myriad/MyriadPro-Regular.woff') format('woff'), url('../fonts/myriad/MyriadPro-Regular.ttf') for... | 0.181155 | 0.031679 |
:root {
/*COLORS VARIABLES*/
/*brand colors*/
--brand-base : #ED1C25;
--brand-shadow : #BA161D;
--brand-light : #DE7780;
--second-base : #F0EC34;
--third-base : #0B6AA0;
/*gray scale*/
--gray-base : #888;
--gray-shadow : #666;
--gray-dark : #333;
--gray-light : #bbb;
--gray-smo... | resources/assets/styles/bases/_variables.css | :root {
/*COLORS VARIABLES*/
/*brand colors*/
--brand-base : #ED1C25;
--brand-shadow : #BA161D;
--brand-light : #DE7780;
--second-base : #F0EC34;
--third-base : #0B6AA0;
/*gray scale*/
--gray-base : #888;
--gray-shadow : #666;
--gray-dark : #333;
--gray-light : #bbb;
--gray-smo... | 0.302391 | 0.13084 |
/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i&display=swap');
/*Default style*/
body {
font-family: 'Crimson Text', serif;
font-size: 16px;
color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient... | public/MockupHtml/iframe/css/slide-styles.css |
/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i&display=swap');
/*Default style*/
body {
font-family: 'Crimson Text', serif;
font-size: 16px;
color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient... | 0.270384 | 0.045016 |
.login{
color: white;
}
a{
color: white;
}
a:hover{
color: white;
}
@font-face {
font-family: 'Multicolore';
src: url('../assets/fonts/Multicolore.ttf.woff') format('woff'),
url('../assets/fonts/Multicolore.ttf.svg#Multicolore') format('svg'),
url('../assets/fonts/Multicolore.ttf.eot')... | production/css/login.css | .login{
color: white;
}
a{
color: white;
}
a:hover{
color: white;
}
@font-face {
font-family: 'Multicolore';
src: url('../assets/fonts/Multicolore.ttf.woff') format('woff'),
url('../assets/fonts/Multicolore.ttf.svg#Multicolore') format('svg'),
url('../assets/fonts/Multicolore.ttf.eot')... | 0.317638 | 0.071786 |
.bl-ui-debugpanel-panel{background-color: #C0C0C0;
width: 100%;
height:100%;}.bl-ui-debugpanel-log{font-size: 8pt;
font-family:Arial;
height:100%;
display:block;}.bl-ui-debugpanel-logList{height:100%;}.bl-ui-debugpanel-collapse{position:absolute;
top... | lib/facer/facersite.css | .bl-ui-debugpanel-panel{background-color: #C0C0C0;
width: 100%;
height:100%;}.bl-ui-debugpanel-log{font-size: 8pt;
font-family:Arial;
height:100%;
display:block;}.bl-ui-debugpanel-logList{height:100%;}.bl-ui-debugpanel-collapse{position:absolute;
top... | 0.324556 | 0.04365 |
body{
font-size: 14px;
font-family: "Microsoft YaHei",sans-serif;
color: #333;
}
a{
text-decoration: none;
color: #333;
}
a:hover{
text-decoration: none;
color: #333;
}
/* TopBar */
.bs_topBar{
border-bottom: 1px solid #ccc;
font-size: 12px;
color: #666;
}
.bs_topBar > .contain... | public/css/index.css | body{
font-size: 14px;
font-family: "Microsoft YaHei",sans-serif;
color: #333;
}
a{
text-decoration: none;
color: #333;
}
a:hover{
text-decoration: none;
color: #333;
}
/* TopBar */
.bs_topBar{
border-bottom: 1px solid #ccc;
font-size: 12px;
color: #666;
}
.bs_topBar > .contain... | 0.298798 | 0.047184 |
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,600,700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}
.navbar.navbar-expand-lg.navbar-light.bg-light {
margin-bottom: 0px;
}
.main_content{
display: grid;
height: 100%... | static/css/main.css | @import url('https://fonts.googleapis.com/css?family=Lato:400,500,600,700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}
.navbar.navbar-expand-lg.navbar-light.bg-light {
margin-bottom: 0px;
}
.main_content{
display: grid;
height: 100%... | 0.256273 | 0.055926 |
*{padding: 0px; margin: 0px; font-size: 14px; color: #333;}
body{
height: 100%;
width: 100%;
position: absolute;
float: left;
background: url("../images/bj.png") repeat-x #b8b6b6;
}
a{
text-decoration: none;
}
a:hover{
color: #09F;
text-decoration: underline;
}
button{
cursor: pointer;... | public/stylesheets/common.css | *{padding: 0px; margin: 0px; font-size: 14px; color: #333;}
body{
height: 100%;
width: 100%;
position: absolute;
float: left;
background: url("../images/bj.png") repeat-x #b8b6b6;
}
a{
text-decoration: none;
}
a:hover{
color: #09F;
text-decoration: underline;
}
button{
cursor: pointer;... | 0.204898 | 0.068133 |
.link {
fill: none;
stroke: #666;
stroke-width: 1.5px;
}
.overlay {
fill: none;
pointer-events: all;
}
.link.Requires {
stroke-dasharray: 0,2 1;
}
div#graph {
height: 500px;
width: 80%;
border:2px solid #000;
overflow: hidden;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing:... | public/style/login.css | .link {
fill: none;
stroke: #666;
stroke-width: 1.5px;
}
.overlay {
fill: none;
pointer-events: all;
}
.link.Requires {
stroke-dasharray: 0,2 1;
}
div#graph {
height: 500px;
width: 80%;
border:2px solid #000;
overflow: hidden;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing:... | 0.303938 | 0.076753 |
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700;1,900&display=swap);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}
header {
position: fixed;
background: white;
top: 0;
left: 0;
... | public/css/style.css | @import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700;1,900&display=swap);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}
header {
position: fixed;
background: white;
top: 0;
left: 0;
... | 0.437583 | 0.092852 |
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@media screen and (min-width:360px){
body {
margin: 0;
display: grid;
background-color: #FFFFFF;
/*grid-template-rows: 0fr 1fr 1.35fr 0fr;*/
grid-template-areas: "navbar"
"slide"
"conteudo"
"ro... | application/view/static/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@media screen and (min-width:360px){
body {
margin: 0;
display: grid;
background-color: #FFFFFF;
/*grid-template-rows: 0fr 1fr 1.35fr 0fr;*/
grid-template-areas: "navbar"
"slide"
"conteudo"
"ro... | 0.298083 | 0.09472 |
.content-wrapper {
background-color: #ffffff !important;
}
/*BOf Table Style*******************/
.mat-table {
width: 100%
}
table {
border-collapse: inherit;
}
.table-container {
border-radius: 0px;
overflow-y: hidden;
overflow-x: auto;
border: solid 1px #e5e5e5;
}
.table-container .mat-table.mat-table {
borde... | service.app/src/assets/css/widgets.css | .content-wrapper {
background-color: #ffffff !important;
}
/*BOf Table Style*******************/
.mat-table {
width: 100%
}
table {
border-collapse: inherit;
}
.table-container {
border-radius: 0px;
overflow-y: hidden;
overflow-x: auto;
border: solid 1px #e5e5e5;
}
.table-container .mat-table.mat-table {
borde... | 0.276495 | 0.163579 |
@media screen and (min-width : 768px) {
.mob_top_margin,.top_margin,.top_margin2{
margin-top: 50px!important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #ffffff;background: #5a4080; }
... | public/css/custome_admin.css | @media screen and (min-width : 768px) {
.mob_top_margin,.top_margin,.top_margin2{
margin-top: 50px!important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #ffffff;background: #5a4080; }
... | 0.441191 | 0.071364 |
.textreflectionEffectWrapper {
margin: -121px 0 0;/* adjust margin-top to adjust space between original text and reflection */
height: 55px;/* height of reflection */
}
.textreflectionClone {
line-height: 0.25;/* adjust to fine-tune vertical position of reflected text behind gradient (within div.textreflectionEffect... | d003p2.alexbooster.com/_css/jquery.textreflection.css | .textreflectionEffectWrapper {
margin: -121px 0 0;/* adjust margin-top to adjust space between original text and reflection */
height: 55px;/* height of reflection */
}
.textreflectionClone {
line-height: 0.25;/* adjust to fine-tune vertical position of reflected text behind gradient (within div.textreflectionEffect... | 0.481454 | 0.082771 |
.flex {
display: flex
}
.justify-start {
justify-content:flex-start
}
.justify-center {
justify-content: center
}
.align-start {
align-items: flex-start
}
.align-center {
align-items: center
}
/* header */
.App-header {
background-color:rgb(123, 149, 163);
min-height: 10vh;
display: flex;
flex-... | src/assets/css/App.css |
.flex {
display: flex
}
.justify-start {
justify-content:flex-start
}
.justify-center {
justify-content: center
}
.align-start {
align-items: flex-start
}
.align-center {
align-items: center
}
/* header */
.App-header {
background-color:rgb(123, 149, 163);
min-height: 10vh;
display: flex;
flex-... | 0.376509 | 0.084041 |
.mui-plus header.mui-bar{
display: none;
}
.mui-plus .mui-bar-nav~.mui-content{
padding: 0;
}
/*hm开头的表示仅为 Hello MUI示例定义*/
.hm-description{
margin: .5em 0;
}
.hm-description>li {
font-size: 14px;
color: #8f8f94;
}
/* 公共样式 */
.mui-btn-danger{
background-color: #c8000a;
}
.mui-bar-nav{
background-color: #c8000a;... | public/wx/css/app.css | .mui-plus header.mui-bar{
display: none;
}
.mui-plus .mui-bar-nav~.mui-content{
padding: 0;
}
/*hm开头的表示仅为 Hello MUI示例定义*/
.hm-description{
margin: .5em 0;
}
.hm-description>li {
font-size: 14px;
color: #8f8f94;
}
/* 公共样式 */
.mui-btn-danger{
background-color: #c8000a;
}
.mui-bar-nav{
background-color: #c8000a;... | 0.15876 | 0.065845 |
* {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
font-family: 'Vollkorn', Georgia, serif;
}
img {
display: block;
width: 100%;
border-radius: 5px;
}
/* ALL GRID */
.strutucture {
display: grid;
grid-template-columns: minmax(160px, 1fr) 3fr 300px;
grid-t... | src/css/style.css | * {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
font-family: 'Vollkorn', Georgia, serif;
}
img {
display: block;
width: 100%;
border-radius: 5px;
}
/* ALL GRID */
.strutucture {
display: grid;
grid-template-columns: minmax(160px, 1fr) 3fr 300px;
grid-t... | 0.410284 | 0.116211 |
.btn{background-color: transparent;}
/* LAYOUT */
.navbar-inverse.navbar-fixed-top{
background-color: #d91d0c;
border-color: #d91d0c;
margin-bottom: 50px;
}
.navbar-inverse .navbar-nav>li>a{
color: white;
}
.nav.navbar-nav a{
font-size: 16px;
}
.navbar-nav a.text{
padding-top: 20px;
padding-bottom: 20px;
}
.nav.... | assets/css/style.css | .btn{background-color: transparent;}
/* LAYOUT */
.navbar-inverse.navbar-fixed-top{
background-color: #d91d0c;
border-color: #d91d0c;
margin-bottom: 50px;
}
.navbar-inverse .navbar-nav>li>a{
color: white;
}
.nav.navbar-nav a{
font-size: 16px;
}
.navbar-nav a.text{
padding-top: 20px;
padding-bottom: 20px;
}
.nav.... | 0.278355 | 0.049245 |
.page {
margin: 20px 7%;
width: 80%;
}
.notebooks {
border-radius: 7px;
padding: none;
display: inline-block;
overflow: hidden;
width: 100%;
box-shadow: 3px 3px 7px black;
}
table {
margin: 0px !important;
background-color: #31353D !important;
}
table th {
border-color: #3... | static/css/notebooks.css | .page {
margin: 20px 7%;
width: 80%;
}
.notebooks {
border-radius: 7px;
padding: none;
display: inline-block;
overflow: hidden;
width: 100%;
box-shadow: 3px 3px 7px black;
}
table {
margin: 0px !important;
background-color: #31353D !important;
}
table th {
border-color: #3... | 0.566258 | 0.174586 |