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 |
|---|---|---|---|---|
@import '~animate.css/animate.min';
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&displa... | src/tailwind-build.css | @import '~animate.css/animate.min';
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&displa... | 0.342132 | 0.044618 |
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wo... | assets/style.css | @import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wo... | 0.310799 | 0.072505 |
.slider-home img{
width:100% !important;
max-height: 600px !important;
}
.home-sliders{
padding-left:5px !important;
padding-right:5px !important;
}
@media screen and (min-width: 1200px) {
.carousel-caption{
height:100px;
line-height: 100px;
background-color:rgba(255, 255, 255, 0.7);
left:0 !i... | web/_css/bootstrap_slider.css | .slider-home img{
width:100% !important;
max-height: 600px !important;
}
.home-sliders{
padding-left:5px !important;
padding-right:5px !important;
}
@media screen and (min-width: 1200px) {
.carousel-caption{
height:100px;
line-height: 100px;
background-color:rgba(255, 255, 255, 0.7);
left:0 !i... | 0.242564 | 0.078855 |
.navigation .nav > li > a:hover, .navigation .nav > li > a:focus {
background-color: #4880FF;
}
.margin-bottom-10px{
margin-bottom: 10px;
}
.margin-bottom-15px{
margin-bottom: 15px;
}
.margin-bottom-20px{
margin-bottom: 20px;
}
.margin-bottom-30px{
margin-bottom: 30px;
}
.margin-bottom-40px{
margin-bottom... | public/css/miestilo/mio.css | .navigation .nav > li > a:hover, .navigation .nav > li > a:focus {
background-color: #4880FF;
}
.margin-bottom-10px{
margin-bottom: 10px;
}
.margin-bottom-15px{
margin-bottom: 15px;
}
.margin-bottom-20px{
margin-bottom: 20px;
}
.margin-bottom-30px{
margin-bottom: 30px;
}
.margin-bottom-40px{
margin-bottom... | 0.216218 | 0.056809 |
html{overflow-y:scroll}
* {outline:none}
img{border:0px}
form{margin:0px;padding:0px}
p {margin:0px 0px 10px 0px}
iframe {border:0px}
/* base tables */
th {
padding:5px;
background:#ccc;
font-size:14px;
color:#525252;
}
/* base link styles */
a, a:visited {color:#0c96e5;text-decoration:underline}
a:hover {color:#... | gocart/themes/default/css/styles.css | html{overflow-y:scroll}
* {outline:none}
img{border:0px}
form{margin:0px;padding:0px}
p {margin:0px 0px 10px 0px}
iframe {border:0px}
/* base tables */
th {
padding:5px;
background:#ccc;
font-size:14px;
color:#525252;
}
/* base link styles */
a, a:visited {color:#0c96e5;text-decoration:underline}
a:hover {color:#... | 0.255808 | 0.069069 |
.block2 {
position:relative;
background:#131313;
padding:15.5% 20.00000%;
padding-bottom:27.2%;
}
.block2 .description_title {
color:#8a8a8a;
letter-spacing:0.02500em;
margin-bottom:17.628%;
}
.block2 .description {
display:flex;
margin-bottom:56.59375%;
font-size:0.82031rem;
}
.block2 .description > div {... | css/case.css | .block2 {
position:relative;
background:#131313;
padding:15.5% 20.00000%;
padding-bottom:27.2%;
}
.block2 .description_title {
color:#8a8a8a;
letter-spacing:0.02500em;
margin-bottom:17.628%;
}
.block2 .description {
display:flex;
margin-bottom:56.59375%;
font-size:0.82031rem;
}
.block2 .description > div {... | 0.444083 | 0.083815 |
@font-face {
font-family: 'Inter var';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('/fonts/inter-roman-var.woff2') format('woff2');
font-named-instance: 'Regular';
unicode-range: U+000-5FF;
}
@font-face {
font-family: 'Inter var';
font-style: italic;
font-we... | styles/fonts.css | @font-face {
font-family: 'Inter var';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('/fonts/inter-roman-var.woff2') format('woff2');
font-named-instance: 'Regular';
unicode-range: U+000-5FF;
}
@font-face {
font-family: 'Inter var';
font-style: italic;
font-we... | 0.28577 | 0.050917 |
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0; }
ul {
list-style: none; }
a {
text-decoration: none;
color: inherit; }
.btn {
border-radius: 20px;
display: inline-block;
padding: .5em 1.3em;
text-align: center; }
body {
-webkit-f... | css/styles.css | *, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0; }
ul {
list-style: none; }
a {
text-decoration: none;
color: inherit; }
.btn {
border-radius: 20px;
display: inline-block;
padding: .5em 1.3em;
text-align: center; }
body {
-webkit-f... | 0.439747 | 0.046465 |
.heroImageHolder {
display: block;
width: 100%;
text-align: center;
position: relative;
}
.heroImageHolder .colorOverImage {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 20;
background-color: rgba(30, 30, 30, 0.3);
}
.heroImageHolder img {
position: relative;
z-index: 19;... | css/component_css/hero-surgis.css | .heroImageHolder {
display: block;
width: 100%;
text-align: center;
position: relative;
}
.heroImageHolder .colorOverImage {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 20;
background-color: rgba(30, 30, 30, 0.3);
}
.heroImageHolder img {
position: relative;
z-index: 19;... | 0.42931 | 0.080828 |
body{
padding-top:0px;
/*font-family: 'Oswald', sans-serif;*/
font: 'URWPalladioL-BoldItal';
font-size:14px;
color: rgb(184, 196, 211);
line-height:23px;
}
h2,h3,h4,h5,h6{
font-weight:normal;
}
.container{
width:940px;
}
.outer{
background:url('../img/TexturesS/web/Denim_12_3.jpeg') ... | css/style.css | body{
padding-top:0px;
/*font-family: 'Oswald', sans-serif;*/
font: 'URWPalladioL-BoldItal';
font-size:14px;
color: rgb(184, 196, 211);
line-height:23px;
}
h2,h3,h4,h5,h6{
font-weight:normal;
}
.container{
width:940px;
}
.outer{
background:url('../img/TexturesS/web/Denim_12_3.jpeg') ... | 0.138607 | 0.050354 |
* @styles 0-dl-grid Grid
* The primary interactions for System of Equations responses occur in a coordinate grid (see the [coordinate-grids.css] page). One to two linear functions appear on the grid as interactive points and lines (see the [points-lines-polygons.css] page), which test takers can manipulate. When there ... | ux/response-type-system-of-equations.css | * @styles 0-dl-grid Grid
* The primary interactions for System of Equations responses occur in a coordinate grid (see the [coordinate-grids.css] page). One to two linear functions appear on the grid as interactive points and lines (see the [points-lines-polygons.css] page), which test takers can manipulate. When there ... | 0.874627 | 0.79053 |
* {
font-family: Roboto;
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
background-color: #fafafa;
}
main {
flex: 1 0 auto;
}
body.spinner-loading {
overflow: hidden;
}
.brand-logo {
width: 44px;
height: 44px;
margin-top: 10px;
}
nav ul a {
color: #9e... | docs/css/main.css | * {
font-family: Roboto;
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
background-color: #fafafa;
}
main {
flex: 1 0 auto;
}
body.spinner-loading {
overflow: hidden;
}
.brand-logo {
width: 44px;
height: 44px;
margin-top: 10px;
}
nav ul a {
color: #9e... | 0.484136 | 0.125333 |
body{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.nav1{
margin-top: 12.7vh;
padding: 0.5rem 1rem;
background:#9d9fa0a9;
border-bottom: 1px solid rgb(245, 244, 244);
/* position: sticky; */
top: 0;
z-index: 1;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo... | Img-to-Pdf/index.css | body{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.nav1{
margin-top: 12.7vh;
padding: 0.5rem 1rem;
background:#9d9fa0a9;
border-bottom: 1px solid rgb(245, 244, 244);
/* position: sticky; */
top: 0;
z-index: 1;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo... | 0.402862 | 0.058642 |
a,
a:focus,
a:hover,
a:active {
text-decoration: none;
color: inherit;
}
body{
background-color: #F2F2F2;
}
.profile {
color: black;
}
#container-box {
margin: 50px 0px;
}
#left-box {
min-width: 290px;
}
#navbar,
#masthead,
#footer,
.ui.menu.fixed {
background-color: #F2F2F2;
}
#navbar,
.ui.secondary... | wayfarer/staticfiles/css/style.css | a,
a:focus,
a:hover,
a:active {
text-decoration: none;
color: inherit;
}
body{
background-color: #F2F2F2;
}
.profile {
color: black;
}
#container-box {
margin: 50px 0px;
}
#left-box {
min-width: 290px;
}
#navbar,
#masthead,
#footer,
.ui.menu.fixed {
background-color: #F2F2F2;
}
#navbar,
.ui.secondary... | 0.211254 | 0.100128 |
.sidebar {
display: flex;
flex-direction: column;
/* height: 100vh; */
background-color: #161A20;
}
.sidebar__top {
display: inherit;
justify-content: space-between;
align-items: center;
padding: 20px;
background-color: #161A20;
color: white;
/* border-bottom: 3px solid #262... | frontend/src/assets/css/sidebar.css | .sidebar {
display: flex;
flex-direction: column;
/* height: 100vh; */
background-color: #161A20;
}
.sidebar__top {
display: inherit;
justify-content: space-between;
align-items: center;
padding: 20px;
background-color: #161A20;
color: white;
/* border-bottom: 3px solid #262... | 0.555194 | 0.089296 |
@import url('fonts/stylesheet.css');
:root {
--white: #fff;
--black: #000;
--linear-one: #9e8eff;
--linear-two: #4bd7d8;
--circles-bg: #fbb323;
--btn-primary: #ee0979;
--btn-primary-hover: #bd0760;
--btn-secondary: #ff6a00;
--btn-secondary-hover: #c50;
}
html {
scr... | assets/css/main.css | @import url('fonts/stylesheet.css');
:root {
--white: #fff;
--black: #000;
--linear-one: #9e8eff;
--linear-two: #4bd7d8;
--circles-bg: #fbb323;
--btn-primary: #ee0979;
--btn-primary-hover: #bd0760;
--btn-secondary: #ff6a00;
--btn-secondary-hover: #c50;
}
html {
scr... | 0.408985 | 0.036735 |
@import url('../../css/roundcorners.css');
/* ABXD Neptune theme by <NAME>
It takes love to make a good Krabby Patty
Damn HTML and CSS have more blues than Satchmo */
#body
{
background: black url("back.png") repeat;
color: aliceblue !important;
}
#header, #header tr, #header tr td
{
background: rgba(0, 0, 0, .25... | themes/neptune/style.css | @import url('../../css/roundcorners.css');
/* ABXD Neptune theme by <NAME>
It takes love to make a good Krabby Patty
Damn HTML and CSS have more blues than Satchmo */
#body
{
background: black url("back.png") repeat;
color: aliceblue !important;
}
#header, #header tr, #header tr td
{
background: rgba(0, 0, 0, .25... | 0.35031 | 0.10786 |
.elm-searchbox__form {border-radius: 4px; box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); position: relative;}
.elm-searchbox__input,
.elm-searchbox__submit { height:50px; float:left;border:0; vertical-align: middle; outline:none; margin:0; top:0; }
.elm-searchbox__input { width:calc(100% - 130px); background:#fff; ... | wordpress/wp-content/themes/kallyas/pagebuilder/elements/TH_SearchBox/style.css | .elm-searchbox__form {border-radius: 4px; box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); position: relative;}
.elm-searchbox__input,
.elm-searchbox__submit { height:50px; float:left;border:0; vertical-align: middle; outline:none; margin:0; top:0; }
.elm-searchbox__input { width:calc(100% - 130px); background:#fff; ... | 0.379608 | 0.119254 |
body {
font-family: "Abhaya Libre", serif;
font-size: 18px;
}
h1 {
font-family: "moontimeregular", Arial, sans-serif;
font-size: 50px;
text-align: center;
}
h2 {
font-family: "moontimeregular", Arial, sans-serif;
font-size: 40px;
}
a {
color: black;
text-transform: none;
}
a:hover {
color: #6485... | assets/style.css |
body {
font-family: "Abhaya Libre", serif;
font-size: 18px;
}
h1 {
font-family: "moontimeregular", Arial, sans-serif;
font-size: 50px;
text-align: center;
}
h2 {
font-family: "moontimeregular", Arial, sans-serif;
font-size: 40px;
}
a {
color: black;
text-transform: none;
}
a:hover {
color: #6485... | 0.385259 | 0.073997 |
* {
border: 1px solid transparent !important;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.grid {
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.row {
width: 100%;
margin-bottom: 20px;
display:... | styles/main.css | * {
border: 1px solid transparent !important;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.grid {
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.row {
width: 100%;
margin-bottom: 20px;
display:... | 0.408513 | 0.141311 |
01. General Styles
========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Fira+Sans:400,500,700);
@font-face {
font-family: 'Montserrat';
src: url('../fonts/montse... | assets/css/style.css | 01. General Styles
========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Fira+Sans:400,500,700);
@font-face {
font-family: 'Montserrat';
src: url('../fonts/montse... | 0.290377 | 0.060114 |
html {
background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg.jpg) no-repeat center;
min-height:100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
background:transparent;
... | assets/css/magister.css | html {
background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg.jpg) no-repeat center;
min-height:100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
background:transparent;
... | 0.466603 | 0.054374 |
* {
box-sizing: border-box;
}
html {
font-size: 18px;
}
a {
text-decoration: none;
}
body {
letter-spacing: 1.5px;
margin: 0;
font-family: "Noto Sans Japanese", sans-serif, "Hiragino Kaku Gothic Pro";
color: #333333;
}
li {
list-style: none;
}
.container {
max-width: 1170px;
margin: 0 auto;
w... | style.css | * {
box-sizing: border-box;
}
html {
font-size: 18px;
}
a {
text-decoration: none;
}
body {
letter-spacing: 1.5px;
margin: 0;
font-family: "Noto Sans Japanese", sans-serif, "Hiragino Kaku Gothic Pro";
color: #333333;
}
li {
list-style: none;
}
.container {
max-width: 1170px;
margin: 0 auto;
w... | 0.519278 | 0.115711 |
injection {}
@charset "UTF-8";
.collapse {
border-radius: .5em;
}
.collapse > input[type="checkbox"] {
display: none;
}
.collapse > input[type="checkbox"]:checked ~ label::after {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
... | src/Templates/preview.css | injection {}
@charset "UTF-8";
.collapse {
border-radius: .5em;
}
.collapse > input[type="checkbox"] {
display: none;
}
.collapse > input[type="checkbox"]:checked ~ label::after {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
... | 0.534127 | 0.095602 |
html {
font-size: 62.5%;
}
body {
font-family: "Montserrat", sans-serif;
}
button:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
a,
a:hover {
text-decoration: none;
display: inline-block;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
img {
di... | public/css/index.css | html {
font-size: 62.5%;
}
body {
font-family: "Montserrat", sans-serif;
}
button:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
a,
a:hover {
text-decoration: none;
display: inline-block;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
img {
di... | 0.462716 | 0.084304 |
body {
overflow-x: hidden; }
.bg-muted {
background: #f2f2f2; }
.table-fix {
table-layout: fixed; }
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.container {
width: 1190px;
max-width: none !important; }
.high-lighted {
color: #df483d; }
.business-frame-main,... | business/modules/site/views/assets/css/invite.css | body {
overflow-x: hidden; }
.bg-muted {
background: #f2f2f2; }
.table-fix {
table-layout: fixed; }
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.container {
width: 1190px;
max-width: none !important; }
.high-lighted {
color: #df483d; }
.business-frame-main,... | 0.418222 | 0.072374 |
@font-face {
font-family: "GothicA1";
src:
url("../fonts/GothicA1/GothicA1-Regular.woff2") format("woff2"),
url("../fonts/GothicA1/GothicA1-Regular.woff") format("woff"),
url("../fonts/GothicA1/GothicA1-Regular.ttf") format("truetype");
font-weight: 400;
}
@font-face {
font-fami... | rechorder/static/rechorder/css/main.css | @font-face {
font-family: "GothicA1";
src:
url("../fonts/GothicA1/GothicA1-Regular.woff2") format("woff2"),
url("../fonts/GothicA1/GothicA1-Regular.woff") format("woff"),
url("../fonts/GothicA1/GothicA1-Regular.ttf") format("truetype");
font-weight: 400;
}
@font-face {
font-fami... | 0.389895 | 0.109468 |
@import url('customs-style.css');
/*@import url('otherone.css');*/
/* Reseter */
/*body {
background: #ededed;
}*/
h4 {
padding: 0;
margin: 0;
}
.col-md-3 {
max-width: 100% !important;
}
/* Modify glyphicon to fontawesome */
.glyphicon {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
fo... | main.css | @import url('customs-style.css');
/*@import url('otherone.css');*/
/* Reseter */
/*body {
background: #ededed;
}*/
h4 {
padding: 0;
margin: 0;
}
.col-md-3 {
max-width: 100% !important;
}
/* Modify glyphicon to fontawesome */
.glyphicon {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
fo... | 0.212968 | 0.045713 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");
* {
box-sizing: border-box;
}
body {
font-family: "Montserrat", sans-serif;
margin: 0%;
}
.FondoAzul {
background: #0c1425;
height: 382px;
animation-name: Mascara;
animation-duration: 750ms;
}
.Mascara {
... | Client/assets/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");
* {
box-sizing: border-box;
}
body {
font-family: "Montserrat", sans-serif;
margin: 0%;
}
.FondoAzul {
background: #0c1425;
height: 382px;
animation-name: Mascara;
animation-duration: 750ms;
}
.Mascara {
... | 0.575827 | 0.09451 |
nav {
background-color: #ea4127;
}
.unidiversity-red {
color: #ea4127;
}
.unidiversity-brand {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.75rem;
text-decoration: none;
color: #fff;
}
.unidiversity-brand:hover {
color: #fff;
}
h1 {
color: #fff;
color-adjust: exact;
text-shadow: 2px 2... | index.css | nav {
background-color: #ea4127;
}
.unidiversity-red {
color: #ea4127;
}
.unidiversity-brand {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.75rem;
text-decoration: none;
color: #fff;
}
.unidiversity-brand:hover {
color: #fff;
}
h1 {
color: #fff;
color-adjust: exact;
text-shadow: 2px 2... | 0.554953 | 0.105073 |
.deleteBtn {
border-color: #da1616;
color: #fff;
box-shadow: 0 0 40px 40px #da1616 inset, 0 0 0 0 #da1616;
transition: all 150ms ease-in-out;
}
.deleteBtn:hover {
box-shadow: 0 0 10px 0 #da1616 inset, 0 0 10px 4px #da1616;
color: #da1616;
}
.remainderBtn {
border-color: #ff9102;
color:... | css/test.css | .deleteBtn {
border-color: #da1616;
color: #fff;
box-shadow: 0 0 40px 40px #da1616 inset, 0 0 0 0 #da1616;
transition: all 150ms ease-in-out;
}
.deleteBtn:hover {
box-shadow: 0 0 10px 0 #da1616 inset, 0 0 10px 4px #da1616;
color: #da1616;
}
.remainderBtn {
border-color: #ff9102;
color:... | 0.358915 | 0.084041 |
.display {
display: none;
justify-content: center;
flex-direction: column;
}
#menucontainer {
display: flex;
justify-content: center;
padding:20px;
background-color:#B5D7FF!important;
display: none;
}
a {
color: black!important;
text-decoration: none!important;
transition: all 0.5s ... | CSS/style.css | .display {
display: none;
justify-content: center;
flex-direction: column;
}
#menucontainer {
display: flex;
justify-content: center;
padding:20px;
background-color:#B5D7FF!important;
display: none;
}
a {
color: black!important;
text-decoration: none!important;
transition: all 0.5s ... | 0.210604 | 0.134691 |
* {
margin: 0;
padding: 0;
}
html {
background-color: white;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 87.5%;
width: 800px;
margin: 0 auto;
border: 3px solid #800000;
background-color: #fffded;
}
nav a:focus, nav a:hover, article a:hover {
font-style: italic;
}
/* the style... | labs/JS_CH12_LAB/speakers/main.css | * {
margin: 0;
padding: 0;
}
html {
background-color: white;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 87.5%;
width: 800px;
margin: 0 auto;
border: 3px solid #800000;
background-color: #fffded;
}
nav a:focus, nav a:hover, article a:hover {
font-style: italic;
}
/* the style... | 0.285272 | 0.088072 |
.carousel-wrapper {
position: sticky;
width: 100%;
height: 600px;
min-width: 800px; }
.carousel-wrapper .carousel-display {
position: absolute;
width: 100%;
height: 600px;
box-shadow: 0 0 50px grey; }
.carousel-wrapper .carousel-display .carousel-images {
width: 100%;
height: 6... | client/static/Assets/css/carousel.css | .carousel-wrapper {
position: sticky;
width: 100%;
height: 600px;
min-width: 800px; }
.carousel-wrapper .carousel-display {
position: absolute;
width: 100%;
height: 600px;
box-shadow: 0 0 50px grey; }
.carousel-wrapper .carousel-display .carousel-images {
width: 100%;
height: 6... | 0.606964 | 0.04666 |
@charset "utf-8";
/* CSS Document */
/*wrapper*/
.wrapper{position:relative; margin-top:15px;}
/*member_right*/
.wrapper .member_right{width:220px; position:absolute; top:0px; left:0px; height:100%; background-color:#fff;border: 1px solid #e8e8e8;border-radius: 5px;}
.wrapper .member_right .member_per{position:relati... | public/static/css/member.css | @charset "utf-8";
/* CSS Document */
/*wrapper*/
.wrapper{position:relative; margin-top:15px;}
/*member_right*/
.wrapper .member_right{width:220px; position:absolute; top:0px; left:0px; height:100%; background-color:#fff;border: 1px solid #e8e8e8;border-radius: 5px;}
.wrapper .member_right .member_per{position:relati... | 0.379378 | 0.046335 |
pure-form {
border: 1px solid #ccc;
border-radius: 4px;
display: block;
position: relative;
padding: 20px;
min-width: 320px;
}
pure-form:empty {
display: none;
}
pure-form .pure-form-title {
font-size: 18px;
font-weight: bold;
margin: 0 0 10px 0;
}
pure-form .pure-form-descrip... | src/pure-form.css | pure-form {
border: 1px solid #ccc;
border-radius: 4px;
display: block;
position: relative;
padding: 20px;
min-width: 320px;
}
pure-form:empty {
display: none;
}
pure-form .pure-form-title {
font-size: 18px;
font-weight: bold;
margin: 0 0 10px 0;
}
pure-form .pure-form-descrip... | 0.412648 | 0.093885 |
html {
--nar-color: #A26F01;
--nar-hi-color: #e97100;
}
#app-frame {
left: 160px;
top: 50px;
width: 680px;
height: 660px;
border-radius: 40px;
background-color: #fdf3c9;
}
#core-frame {
left: 40px;
top: 40px;
width: 600px;
height: 380px;
background-color: #ffffff
}
... | docs/2-arch-slide.css | html {
--nar-color: #A26F01;
--nar-hi-color: #e97100;
}
#app-frame {
left: 160px;
top: 50px;
width: 680px;
height: 660px;
border-radius: 40px;
background-color: #fdf3c9;
}
#core-frame {
left: 40px;
top: 40px;
width: 600px;
height: 380px;
background-color: #ffffff
}
... | 0.419053 | 0.105395 |
:root {
--black: #0b090a;
--gray: #191b1d;
--gray-light: #d9d9d9;
--red: #703030;
}
body {
padding: 0;
margin: 0;
font-size: 1.6rem;
background-color: var(--gray-light);
}
html {
font-size: 62.5%;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Rubik", sans-serif;
}
head... | taller3/css/style.css | :root {
--black: #0b090a;
--gray: #191b1d;
--gray-light: #d9d9d9;
--red: #703030;
}
body {
padding: 0;
margin: 0;
font-size: 1.6rem;
background-color: var(--gray-light);
}
html {
font-size: 62.5%;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Rubik", sans-serif;
}
head... | 0.525125 | 0.151875 |
article {
width: 100%;
height: 100%;
margin: 0 auto;
display: block;
position: relative;
}
button {
cursor: pointer;
position: absolute;
top: 1100px;
text-indent: -10000px;
}
#atras,
#adelante {
width: 4%;
height: 150px;
}
#atras {
left: 1900px;
margin-top: 150px;
... | public/css/stylesheet.css | article {
width: 100%;
height: 100%;
margin: 0 auto;
display: block;
position: relative;
}
button {
cursor: pointer;
position: absolute;
top: 1100px;
text-indent: -10000px;
}
#atras,
#adelante {
width: 4%;
height: 150px;
}
#atras {
left: 1900px;
margin-top: 150px;
... | 0.386648 | 0.077727 |
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&family=Raleway:wght@500&display=swap");
:root {
--primary: #ffffff;
--primary-2: #f1f3f5;
--secondary: #000000;
--secondary-2: #111;
--selection: var(--cyan);
--text-base: #000000;
--text-primary: #000000;
--text-secondary: w... | assets/base.css | @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&family=Raleway:wght@500&display=swap");
:root {
--primary: #ffffff;
--primary-2: #f1f3f5;
--secondary: #000000;
--secondary-2: #111;
--selection: var(--cyan);
--text-base: #000000;
--text-primary: #000000;
--text-secondary: w... | 0.403802 | 0.085748 |
@font-face {
font-family: 'Bebas Neue';
font-weight: bold;
src: url("./1e99b0442583593743adb5d91d7c0669.ttf") format("truetype"); }
@font-face {
font-family: 'Bebas Neue';
src: url("./9042a37caa7fb0389371de54dd886b38.ttf") format("truetype"); }
@font-face {
font-family: 'Bebas Neue';
font-weight: 300;
... | src/assets/main.css | @font-face {
font-family: 'Bebas Neue';
font-weight: bold;
src: url("./1e99b0442583593743adb5d91d7c0669.ttf") format("truetype"); }
@font-face {
font-family: 'Bebas Neue';
src: url("./9042a37caa7fb0389371de54dd886b38.ttf") format("truetype"); }
@font-face {
font-family: 'Bebas Neue';
font-weight: 300;
... | 0.486819 | 0.14448 |
@import url(design.css);
aside.banner {
font-size: 18px;
line-height: 27px;
}
aside a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
#content {
blockquote.information {
border-left: 12px solid #080;
background-color: #bfb;
padding: 12px 12... | vendor/cache/ruby/2.2.0/gems/kramdown-1.0.2/doc/default.scss.css | @import url(design.css);
aside.banner {
font-size: 18px;
line-height: 27px;
}
aside a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
#content {
blockquote.information {
border-left: 12px solid #080;
background-color: #bfb;
padding: 12px 12... | 0.446012 | 0.155784 |
.menu-divider {
color: #8b8b8b;
}
.postdate {
text-transform: uppercase;
}
.blog-classic .date {
width: 70px;
height: 70px;
padding-top: 0;
}
.blog-classic {
padding-bottom: 35px;
}
.g-recaptcha div{
margin: 20px auto!important;
padding: 0!important;
/*width: 100%!important;*/
}
.g-recaptcha .rc-anchor-nor... | public/assets/css/custom.css | .menu-divider {
color: #8b8b8b;
}
.postdate {
text-transform: uppercase;
}
.blog-classic .date {
width: 70px;
height: 70px;
padding-top: 0;
}
.blog-classic {
padding-bottom: 35px;
}
.g-recaptcha div{
margin: 20px auto!important;
padding: 0!important;
/*width: 100%!important;*/
}
.g-recaptcha .rc-anchor-nor... | 0.362518 | 0.074332 |
@charset "UTF-8";
.wrap {
width: 980px;
margin: 0 auto;
border: 1px dashed goldenrod;
box-sizing: border-box; }
/* #mHeader头部通用版块 */
#mHeader {
height: 105px;
background-color: #fefefe; }
#mHeader .topNavbar {
width: 100%;
height: 45px;
background-color: #010101; }
#mHeader .topNavbar .le... | server/public/css/index.1.css | @charset "UTF-8";
.wrap {
width: 980px;
margin: 0 auto;
border: 1px dashed goldenrod;
box-sizing: border-box; }
/* #mHeader头部通用版块 */
#mHeader {
height: 105px;
background-color: #fefefe; }
#mHeader .topNavbar {
width: 100%;
height: 45px;
background-color: #010101; }
#mHeader .topNavbar .le... | 0.31363 | 0.0367 |
@charset "utf-8";
/* 2018-09-20 */
/* Layout */
body {
line-height: 1;
color: #666;
font-size: 14px;
}
body,
input,
select,
textarea,
button,
label {
letter-spacing: -0.04em;
font-family: "notokr-regular", Dotum, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}
... | html/IBK/mobile/css/main_mob.css | @charset "utf-8";
/* 2018-09-20 */
/* Layout */
body {
line-height: 1;
color: #666;
font-size: 14px;
}
body,
input,
select,
textarea,
button,
label {
letter-spacing: -0.04em;
font-family: "notokr-regular", Dotum, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}
... | 0.2763 | 0.083703 |
.carousel-item>img {
height: 90vh;
}
.carousel-item>h2 {
position: absolute;
top: 20%;
left: 50%;
transform: translate(-50%, -20%);
font-size: 50px;
color: rgb(241, 241, 241);
text-align: center;
font-family: Sargoe-script;
}
.carousel-caption {
/* color: black; */
font-siz... | public/css/beranda.css | .carousel-item>img {
height: 90vh;
}
.carousel-item>h2 {
position: absolute;
top: 20%;
left: 50%;
transform: translate(-50%, -20%);
font-size: 50px;
color: rgb(241, 241, 241);
text-align: center;
font-family: Sargoe-script;
}
.carousel-caption {
/* color: black; */
font-siz... | 0.552298 | 0.114914 |
@charset "UTF-8";
@font-face {
font-family: PingFangSC-Regular;
font-weight: normal;
font-style: normal;
}
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,
input,
button,
ins,
kbd,
q,
s,
samp,
small,
st... | public/static/web/css/temp.css | @charset "UTF-8";
@font-face {
font-family: PingFangSC-Regular;
font-weight: normal;
font-style: normal;
}
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,
input,
button,
ins,
kbd,
q,
s,
samp,
small,
st... | 0.449876 | 0.068913 |
body { color:#212121; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #2f1c6a; }
a { color: #3e3c56; }
a:hover { color: rgba(63, 61, 86, 0.75); }
/*----------------------------------------*/
/*----- Backgrounds -----*/
/*----------------------------------------*/
.bg-trans { background-color: tran... | public/assets/css/color-red.css | body { color:#212121; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #2f1c6a; }
a { color: #3e3c56; }
a:hover { color: rgba(63, 61, 86, 0.75); }
/*----------------------------------------*/
/*----- Backgrounds -----*/
/*----------------------------------------*/
.bg-trans { background-color: tran... | 0.477798 | 0.121451 |
.container {
max-width: 800px;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.header {
margin-top: 6rem;
text-align: center;
}
.docs-header {
text-transform: uppercase;
font-size: 1.4rem;
letter-spacing: .2rem;
font-weight: 600;
}
.docs-section {
border-top: 1px solid #eee;
padding: 4rem ... | src/client/styles/custom.css | .container {
max-width: 800px;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.header {
margin-top: 6rem;
text-align: center;
}
.docs-header {
text-transform: uppercase;
font-size: 1.4rem;
letter-spacing: .2rem;
font-weight: 600;
}
.docs-section {
border-top: 1px solid #eee;
padding: 4rem ... | 0.526343 | 0.092934 |
html,
body,
*,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}
body {
width: 100%;
background: #f5f5f5;
font-size: 12px;
line-height: 30px;
/* font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial,... | gm-web/assets/style/common.css | html,
body,
*,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}
body {
width: 100%;
background: #f5f5f5;
font-size: 12px;
line-height: 30px;
/* font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial,... | 0.298594 | 0.065995 |
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
/* css reset */
body {
margin: 0;
padding: 0;
}
body {
font-family: 'Quicksand', sans-serif;
}
.logo {
margin-top: auto;
margin-bottom: 30px;
width: 220px;
}
.app-logo {
position: absolute;
top: 20px;
left: 20p... | src/layout.css | @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
/* css reset */
body {
margin: 0;
padding: 0;
}
body {
font-family: 'Quicksand', sans-serif;
}
.logo {
margin-top: auto;
margin-bottom: 30px;
width: 220px;
}
.app-logo {
position: absolute;
top: 20px;
left: 20p... | 0.399343 | 0.077448 |
@import "https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap";
* {
padding: 0;
border: 0;
margin: 0;
}
body {
font-family: 'Roboto-Regular', sans-serif;
color: #111111;
}
header {
padding-top: 32px;
width: 940px;
margin: 0 auto;
}
.links {
di... | modulo2/Foodfy/styles.css | @import "https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap";
* {
padding: 0;
border: 0;
margin: 0;
}
body {
font-family: 'Roboto-Regular', sans-serif;
color: #111111;
}
header {
padding-top: 32px;
width: 940px;
margin: 0 auto;
}
.links {
di... | 0.302288 | 0.103431 |
body {
height: 100%;
font-family: Montserrat, sans-serif;
color: #333;
font-size: 14px;
line-height: 20px;
}
a {
padding-bottom: 5px;
border-bottom: 4px solid #0008e6;
-webkit-transition: all 100ms ease-out;
transition: all 100ms ease-out;
color: #0008e6;
text-decoration: none;
}
a:hover {
pad... | css/nuisance-industries-aug-2016.webflow.css | body {
height: 100%;
font-family: Montserrat, sans-serif;
color: #333;
font-size: 14px;
line-height: 20px;
}
a {
padding-bottom: 5px;
border-bottom: 4px solid #0008e6;
-webkit-transition: all 100ms ease-out;
transition: all 100ms ease-out;
color: #0008e6;
text-decoration: none;
}
a:hover {
pad... | 0.368519 | 0.048249 |
*{
margin: 0px;
padding: 0px;
}
/* font link */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/* h1,h2,h3,h4,h5,h6,p,span,button,input,a{
font-family: 'Open Sans', sans-serif;
} */
a{
text-decorat... | css/style.css | *{
margin: 0px;
padding: 0px;
}
/* font link */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/* h1,h2,h3,h4,h5,h6,p,span,button,input,a{
font-family: 'Open Sans', sans-serif;
} */
a{
text-decorat... | 0.308607 | 0.0584 |
:root {
--color-1: #FCE9D9;
--color-2: #F2B06B;
--color-3: #B05F20;
--color-4: #594F4C;
--color-5: #2F333B;
--radiance-1: rgb(52,102,255);
--radiance-2: rgb(255,0,102);
--space-largest: 40px;
--space-larger: 20px;
--space-large: 10px;
--space-small: 5px;
--space-tiny: 2px;
}
body { font-family... | stylesheets/style.css | :root {
--color-1: #FCE9D9;
--color-2: #F2B06B;
--color-3: #B05F20;
--color-4: #594F4C;
--color-5: #2F333B;
--radiance-1: rgb(52,102,255);
--radiance-2: rgb(255,0,102);
--space-largest: 40px;
--space-larger: 20px;
--space-large: 10px;
--space-small: 5px;
--space-tiny: 2px;
}
body { font-family... | 0.592431 | 0.292627 |
.face {
background-position: center;
background-repeat: no-repeat;
}
.face-baibai {
background-image: url(../img/faces/baibai.gif)
}
.face-baiyan {
background-image: url(../img/faces/baiyan.gif)
}
.face-bishi {
background-image: url(../img/faces/bishi.gif)
}
.face-cahan {
background-image: url(../img/faces/... | assets/src/css/face.css | .face {
background-position: center;
background-repeat: no-repeat;
}
.face-baibai {
background-image: url(../img/faces/baibai.gif)
}
.face-baiyan {
background-image: url(../img/faces/baiyan.gif)
}
.face-bishi {
background-image: url(../img/faces/bishi.gif)
}
.face-cahan {
background-image: url(../img/faces/... | 0.417153 | 0.111338 |
<style type="text/css">
<!--
body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
background: #ffffff;
padding: 4px;
margin: 4px;
}
#main
{
padding-top: 1.5em;
width: 100%;
}
#sidebar
{
padding-top: 1.5em;
width: 175px;
font-family: Verdana, Arial, Helvetica, sans-serif;
... | src/1_philon.css | <style type="text/css">
<!--
body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
background: #ffffff;
padding: 4px;
margin: 4px;
}
#main
{
padding-top: 1.5em;
width: 100%;
}
#sidebar
{
padding-top: 1.5em;
width: 175px;
font-family: Verdana, Arial, Helvetica, sans-serif;
... | 0.255622 | 0.066116 |
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/* Created on : 2017-03-12, 10:53:56 Author : MVRXCZXK */
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
margin-top: 41px;
}
#right {
width: 7%;
right: 0;
}
}
@media (max-height: 768px) {
.navbar {
displa... | assets/css/style.css | @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/* Created on : 2017-03-12, 10:53:56 Author : MVRXCZXK */
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
margin-top: 41px;
}
#right {
width: 7%;
right: 0;
}
}
@media (max-height: 768px) {
.navbar {
displa... | 0.408513 | 0.086748 |
html,
body {
font-family: "Source Sans Pro",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.site-footer {
margin-top: 4em;
}
.site-footer p {
border-top: 1px solid #dccdc6;
padding-top: 2em;
padding-bottom: 2em;
}
.navbar-brand > img {
max-height: 40px;
width... | exercises/styles/style.css | html,
body {
font-family: "Source Sans Pro",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.site-footer {
margin-top: 4em;
}
.site-footer p {
border-top: 1px solid #dccdc6;
padding-top: 2em;
padding-bottom: 2em;
}
.navbar-brand > img {
max-height: 40px;
width... | 0.363195 | 0.06389 |
@keyframes button-loading {
20% {
color: transparent;
transform: scale(1, 1);
}
40% {
border-color: #5585ff;
background-color: transparent;
transform: scale(1, 1);
}
60% {
transform: scale(0.7, 1.1);
margin-left: 1.25rem;
width: 2.5rem;
text-indent: -0.6125rem;
color: t... | css/button.css | @keyframes button-loading {
20% {
color: transparent;
transform: scale(1, 1);
}
40% {
border-color: #5585ff;
background-color: transparent;
transform: scale(1, 1);
}
60% {
transform: scale(0.7, 1.1);
margin-left: 1.25rem;
width: 2.5rem;
text-indent: -0.6125rem;
color: t... | 0.667364 | 0.178132 |
body{
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-color:navy;
background-image: linear-gradient(navy, turquoise);
padding: 0px;
}
.main{
position: relative;
max-width: 1100px;
width: 100%;
max-height: 500px;
height: 100%;
background: white;
padd... | registrationForm.css | body{
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-color:navy;
background-image: linear-gradient(navy, turquoise);
padding: 0px;
}
.main{
position: relative;
max-width: 1100px;
width: 100%;
max-height: 500px;
height: 100%;
background: white;
padd... | 0.566258 | 0.046703 |
.timeline {
position: relative;
margin: 0 auto;
width: 100%;
/* padding: 1rem 0; */
/* margin: 2rem 0; */
}
.timeline ul {
padding: 0;
}
.timeline ul li {
margin-bottom: 0px;
list-style-type: none;
display: flex;
flex-direction: row;
align-items: center;
}
.point {
min-width: 20px;
height: ... | timeline.css | .timeline {
position: relative;
margin: 0 auto;
width: 100%;
/* padding: 1rem 0; */
/* margin: 2rem 0; */
}
.timeline ul {
padding: 0;
}
.timeline ul li {
margin-bottom: 0px;
list-style-type: none;
display: flex;
flex-direction: row;
align-items: center;
}
.point {
min-width: 20px;
height: ... | 0.342462 | 0.080937 |
img{width: 100%;display: block;}
button{-webkit-appearance:none;border: none;}
/*公共 左右边距*/
.plr35{padding-left: .875rem;padding-right: .875rem;}
.plr40{padding-left: 2rem;padding-right: 2rem;}
.ptb50{padding-top: 1.25rem;padding-bottom: 1.25rem;}
.pt50{padding-top: 1.25rem;}
.pt78{padding-top: 1.95rem;}
.pt73{padding-... | public/css/zt/zt_teenager.css | img{width: 100%;display: block;}
button{-webkit-appearance:none;border: none;}
/*公共 左右边距*/
.plr35{padding-left: .875rem;padding-right: .875rem;}
.plr40{padding-left: 2rem;padding-right: 2rem;}
.ptb50{padding-top: 1.25rem;padding-bottom: 1.25rem;}
.pt50{padding-top: 1.25rem;}
.pt78{padding-top: 1.95rem;}
.pt73{padding-... | 0.184473 | 0.067393 |
.btn-mobile-menu-bar ul, li {
list-style: none;
}
.btn-mobile-menu-listagens {
position: relative;
left: -40px;
}
.btn-mobile-menu-lista li {
position: relative;
left: -20px;
}
.btn-mobile-menu-lista li a {
position: relative;
text-align: left;
}
.btn-mobile-menu {
position: relativ... | menu-canvas-x/Assets/css/menu-canvas-x.plugin.css |
.btn-mobile-menu-bar ul, li {
list-style: none;
}
.btn-mobile-menu-listagens {
position: relative;
left: -40px;
}
.btn-mobile-menu-lista li {
position: relative;
left: -20px;
}
.btn-mobile-menu-lista li a {
position: relative;
text-align: left;
}
.btn-mobile-menu {
position: relativ... | 0.391406 | 0.046551 |
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
body
{
font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
background-color:#fff;
line-height:1.4;
margin-left:15%;
margin-right:10%;
}
.need{
padding-top:25px;
}
.quotes
{
font-si... | ordertracker/css/freelancer.css | @import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
body
{
font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
background-color:#fff;
line-height:1.4;
margin-left:15%;
margin-right:10%;
}
.need{
padding-top:25px;
}
.quotes
{
font-si... | 0.272605 | 0.063686 |
display: none;
}
body {
background: #fff;
margin: 0px;
padding: 0px;
direction: ltr;
font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
font-size: 11px;
}
body.font_medium {
font-size: 12px;
}
body.nofixed {
width: 100%;
overflow: hidden;
}
body.nofixed #page_wrap {
position: relative;... | css/al/lite.css | display: none;
}
body {
background: #fff;
margin: 0px;
padding: 0px;
direction: ltr;
font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
font-size: 11px;
}
body.font_medium {
font-size: 12px;
}
body.nofixed {
width: 100%;
overflow: hidden;
}
body.nofixed #page_wrap {
position: relative;... | 0.381911 | 0.09795 |
html, body {
display: block; width: 100%; height: 100%;
}
.incoder {
display: block; position: absolute; top: 55px; bottom: 0;
}
.incoder>.row {
background-color: #141414; height: 100%
}
.incoder .navigator {
background-color: #1d2125; height: 100%; overflow: auto; color: #fff; font-size: 14px;
}
.incod... | public/assets/css/incoder.css | html, body {
display: block; width: 100%; height: 100%;
}
.incoder {
display: block; position: absolute; top: 55px; bottom: 0;
}
.incoder>.row {
background-color: #141414; height: 100%
}
.incoder .navigator {
background-color: #1d2125; height: 100%; overflow: auto; color: #fff; font-size: 14px;
}
.incod... | 0.461259 | 0.101947 |
.seccion_horario {
display: grid;
grid-template-columns: 1fr;
border-radius: 16px 16px 0px 0px;
padding: 16px 32px 0px;
margin-top: -20px;
background-color: var(--white-color);
}
.content_carrusel {
margin: 0px var(--space2);
}
.nav_carrusel {
display: flex;
justify-content: space-between;
align-i... | src/css/horario.css | .seccion_horario {
display: grid;
grid-template-columns: 1fr;
border-radius: 16px 16px 0px 0px;
padding: 16px 32px 0px;
margin-top: -20px;
background-color: var(--white-color);
}
.content_carrusel {
margin: 0px var(--space2);
}
.nav_carrusel {
display: flex;
justify-content: space-between;
align-i... | 0.409339 | 0.172764 |
* {
-webkit-tap-highlight-color: transparent;
font-family: inherit;
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: sans-serif;
width: 100%;
height: 100vh;
background-color: #27273c;
text-shadow... | index.css | * {
-webkit-tap-highlight-color: transparent;
font-family: inherit;
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: sans-serif;
width: 100%;
height: 100vh;
background-color: #27273c;
text-shadow... | 0.541166 | 0.069542 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | 0.595022 | 0.062531 |
* Table of Contents
*
* 1.0 Normalize
* 2.0 Typography
* 3.0 Elements
* 4.0 Forms
* 5.0 Navigation
* 5.1 Links
* 5.2 Menus
* 6.0 Accessibility
* 7.0 Alignments
* 8.0 Clearings
* 9.0 Widgets
* 10.0 Site Elements
* 10.1 Header
* 10.2 Content
* 10.3 Comments
* 10.4 Sidebar
* 10.5 Footer
* 11.0 I... | style.css | * Table of Contents
*
* 1.0 Normalize
* 2.0 Typography
* 3.0 Elements
* 4.0 Forms
* 5.0 Navigation
* 5.1 Links
* 5.2 Menus
* 6.0 Accessibility
* 7.0 Alignments
* 8.0 Clearings
* 9.0 Widgets
* 10.0 Site Elements
* 10.1 Header
* 10.2 Content
* 10.3 Comments
* 10.4 Sidebar
* 10.5 Footer
* 11.0 I... | 0.454472 | 0.09314 |
.uc_content_content * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
.uc_content_content .uc-content-table {
background:#FFF;
text-align:left;
padding:30px 50px;
}
.uc_content_co... | uploads/ac_assets/uc_content_box_content/uc_content_box_content.css | .uc_content_content * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
.uc_content_content .uc-content-table {
background:#FFF;
text-align:left;
padding:30px 50px;
}
.uc_content_co... | 0.211743 | 0.063337 |
.progress.progress-xs {
height: .25rem; }
.progress.progress-sm {
height: .5rem; }
.progress.progress-md {
height: 1rem; }
.progress.progress-lg {
height: 1.5rem; }
.progress.progress-xl {
height: 2rem; }
[data-tooltip]:not(.is-loading), [data-tooltip]:not(.is-disabled), [data-tooltip]:not([di... | Source/Blazorise/wwwroot/blazorise.css | .progress.progress-xs {
height: .25rem; }
.progress.progress-sm {
height: .5rem; }
.progress.progress-md {
height: 1rem; }
.progress.progress-lg {
height: 1.5rem; }
.progress.progress-xl {
height: 2rem; }
[data-tooltip]:not(.is-loading), [data-tooltip]:not(.is-disabled), [data-tooltip]:not([di... | 0.462473 | 0.119639 |
/* ---------- <NAME>'S RESET CSS ---------- */
/* ---------- http://meyerweb.com/eric/tools/css/reset/ ---------- */
/* ---------- FONTAWESOME ---------- */
.bodylogin {
background: #004995;
color: #606468;
font: 87.5%/1.5em 'Open Sans', sans-serif;
margin: 0;
background-image: url('/css/login/spot.png'... | resources/css/login/style.css |
/* ---------- <NAME>'S RESET CSS ---------- */
/* ---------- http://meyerweb.com/eric/tools/css/reset/ ---------- */
/* ---------- FONTAWESOME ---------- */
.bodylogin {
background: #004995;
color: #606468;
font: 87.5%/1.5em 'Open Sans', sans-serif;
margin: 0;
background-image: url('/css/login/spot.png'... | 0.203945 | 0.05962 |
*
{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p
{
margin-bottom: 10px;
}
ol, ul, dl
{
list-style-position: inside;
}
/** End reset */
/** Begin standard selectors */
body
{
font: 13px 'Trebuchet M... | jTable/css/jTable.css | *
{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p
{
margin-bottom: 10px;
}
ol, ul, dl
{
list-style-position: inside;
}
/** End reset */
/** Begin standard selectors */
body
{
font: 13px 'Trebuchet M... | 0.32146 | 0.071364 |
body, div, h1, h2, h3, h4, h5, h5, p, ul, ol, li, dl, dt, dd { margin: 0; padding: 0;}
ul, ol { list-style-type: none;}
body { font: 14px "Microsoft Yahei",Arial,Helvetica,sans-serif; color: #515151;}
a { color: #515151; text-decoration: none;}
a:hover { color: #31a5e7;}
.clearfix:after { content: ""; display: table;... | meizu-demo/css/style.css | body, div, h1, h2, h3, h4, h5, h5, p, ul, ol, li, dl, dt, dd { margin: 0; padding: 0;}
ul, ol { list-style-type: none;}
body { font: 14px "Microsoft Yahei",Arial,Helvetica,sans-serif; color: #515151;}
a { color: #515151; text-decoration: none;}
a:hover { color: #31a5e7;}
.clearfix:after { content: ""; display: table;... | 0.335351 | 0.227555 |
* {
box-sizing: border-box;
}
body {
font-family: 'Comfortaa', cursive;
margin: 0px;
color: var(--text-color);
height: 100%;
overflow-y: hidden;
}
::-webkit-scrollbar {
width: 10px;
border-left: 1px solid var(--secondary-2);
}
::-webkit-scrollbar-track {
background: var(--backgrou... | src/page/style.css | * {
box-sizing: border-box;
}
body {
font-family: 'Comfortaa', cursive;
margin: 0px;
color: var(--text-color);
height: 100%;
overflow-y: hidden;
}
::-webkit-scrollbar {
width: 10px;
border-left: 1px solid var(--secondary-2);
}
::-webkit-scrollbar-track {
background: var(--backgrou... | 0.49707 | 0.093927 |
.body {
text-align: center;
}
#infopanel {
width:350px;
border-style:solid;
margin: 10px;
margin-right : 390px;
padding-left: 10px;
padding-right: 10px;
}
.header {
display:inline-block;
vertical-align: top;
}
.slider {
width: 100px
}
.setting {
display: inline-block;
width: auto;
... | apps/twitterrank/http/style.css | .body {
text-align: center;
}
#infopanel {
width:350px;
border-style:solid;
margin: 10px;
margin-right : 390px;
padding-left: 10px;
padding-right: 10px;
}
.header {
display:inline-block;
vertical-align: top;
}
.slider {
width: 100px
}
.setting {
display: inline-block;
width: auto;
... | 0.407451 | 0.113776 |
.flex {
display: flex; }
code {
border-radius: 0;
border: none;
background: none; }
.btn-group {
display: flex; }
input[type="text"]:disabled, input[type="text"]:read-only {
pointer-events: none; }
.darkness .form-control:not(select):disabled, .darkness .form-control:not(select):read-only {
background... | assets/modules/CustomMenu/dist/index.bundle.css | .flex {
display: flex; }
code {
border-radius: 0;
border: none;
background: none; }
.btn-group {
display: flex; }
input[type="text"]:disabled, input[type="text"]:read-only {
pointer-events: none; }
.darkness .form-control:not(select):disabled, .darkness .form-control:not(select):read-only {
background... | 0.432543 | 0.065875 |
.country-map {
background-image: url('../images/rwanda-map.png');
background-size: cover;
background-position: center;
width: 100%;
min-height: 300px;
}
.intro-area {
background-size: cover;
background-position: center;
color: #fff;
padding: 30px 15px;
border-bottom: 1px solid #3359DF;
box-shadow:... | ui/src/css/page-index.css | .country-map {
background-image: url('../images/rwanda-map.png');
background-size: cover;
background-position: center;
width: 100%;
min-height: 300px;
}
.intro-area {
background-size: cover;
background-position: center;
color: #fff;
padding: 30px 15px;
border-bottom: 1px solid #3359DF;
box-shadow:... | 0.438304 | 0.164148 |
.tabs {
margin: 1.125rem 0 0;
line-height: 1.875rem;
border-bottom: 1px solid #cccccc \0/ie;
background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
padding: 0 2px;
list-style: none;
white-space: nowrap;
}
... | docroot/themes/contrib/zen/STARTERKIT/components/asset-builds/css/tabs.css | .tabs {
margin: 1.125rem 0 0;
line-height: 1.875rem;
border-bottom: 1px solid #cccccc \0/ie;
background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
padding: 0 2px;
list-style: none;
white-space: nowrap;
}
... | 0.386648 | 0.06885 |
html,
body,
a {
height: 100%;
font-family: 'Montserrat', sans-serif;
color: #111111;
text-decoration: none;
}
a:hover {
color: #FF9D4D;
}
article {
font-size: 14px;
font-family: "Raleway", sans-serif;
padding-right: 5%;
padding-left: 5%;
}
/* -------------- Navbar Styling Below -------------- */
/*... | css/main.css | html,
body,
a {
height: 100%;
font-family: 'Montserrat', sans-serif;
color: #111111;
text-decoration: none;
}
a:hover {
color: #FF9D4D;
}
article {
font-size: 14px;
font-family: "Raleway", sans-serif;
padding-right: 5%;
padding-left: 5%;
}
/* -------------- Navbar Styling Below -------------- */
/*... | 0.406862 | 0.063686 |
.container{
background-image: url('../img/background.png');
min-height: 90vh;
}
.menu{
background-image: url('../img/menu.png');
width: 68px;
height: 36px;
background-repeat: no-repeat;
float: right;
margin-top: 45px;
background-size: cover;
}
.menu-bar{
width: 296px;
position: absolute... | css/style.css | .container{
background-image: url('../img/background.png');
min-height: 90vh;
}
.menu{
background-image: url('../img/menu.png');
width: 68px;
height: 36px;
background-repeat: no-repeat;
float: right;
margin-top: 45px;
background-size: cover;
}
.menu-bar{
width: 296px;
position: absolute... | 0.324449 | 0.061876 |
a{text-decoration: none;
font: 12px Tahoma,Geneva,"Microsoft Yahei";
}
#header{
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
width: 100%;
height: 30px;
position: fixed;
background: #fff;
margin: 0 auto;
padding: 15px 290px;
z-index: 1;
}
#header .header_lan{
width: 1000... | css/header.css | a{text-decoration: none;
font: 12px Tahoma,Geneva,"Microsoft Yahei";
}
#header{
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
width: 100%;
height: 30px;
position: fixed;
background: #fff;
margin: 0 auto;
padding: 15px 290px;
z-index: 1;
}
#header .header_lan{
width: 1000... | 0.176565 | 0.059074 |
html, body {
position: absolute;
width: 100%;
height: 100%;
margin: 1 1;
left: 0px;
top: 0px;
overflow: hidden;
font-family: 'Lato', sans-serif;
background-color: #111;
}
.info {
position: absolute;
left: 0;
bottom: 0;
width: 20%;
padding: 5px 5px;
box-sizing: border-box;
... | ux2/css/style.css | html, body {
position: absolute;
width: 100%;
height: 100%;
margin: 1 1;
left: 0px;
top: 0px;
overflow: hidden;
font-family: 'Lato', sans-serif;
background-color: #111;
}
.info {
position: absolute;
left: 0;
bottom: 0;
width: 20%;
padding: 5px 5px;
box-sizing: border-box;
... | 0.569733 | 0.081337 |
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
background-color: #25A18E;
}
.jumbotron {
background-color: #004E64;
color: #fff;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.ballot {
color: white;
}
.card-1 {
background-color: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,... | public/css/main.css |
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
background-color: #25A18E;
}
.jumbotron {
background-color: #004E64;
color: #fff;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.ballot {
color: white;
}
.card-1 {
background-color: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,... | 0.324878 | 0.090574 |
*{
margin: 0;
padding: 0;
font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
body{
background-color:#1D202B;
}
.header{
color: #f7f2ebcc;
width: 100vw;
height: 20vw;
padding: 20px;
background-color:black;
}
.nav{
background-color: rgb(129, 113, 113);
... | style.css |
*{
margin: 0;
padding: 0;
font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
body{
background-color:#1D202B;
}
.header{
color: #f7f2ebcc;
width: 100vw;
height: 20vw;
padding: 20px;
background-color:black;
}
.nav{
background-color: rgb(129, 113, 113);
... | 0.284477 | 0.059949 |
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, ... | 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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.252384 | 0.055875 |
position: fixed;
float: left;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin-right: 50%;
z-index: 1033;
overflow: visible;
background: white url(/assets/images/gif/loading.gif) no-repeat center center;
}
.input-error {border: 1px solid red !important;}
.toast {position: a... | public/assets/css/custome.css | position: fixed;
float: left;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin-right: 50%;
z-index: 1033;
overflow: visible;
background: white url(/assets/images/gif/loading.gif) no-repeat center center;
}
.input-error {border: 1px solid red !important;}
.toast {position: a... | 0.499023 | 0.129733 |
@font-face {
font-family: RolletteQaku;
src: url('fonts/coolfont.ttf');
}
#mapid {
height: 100vh;
z-index: 0;
padding-left: 0px;
position:fixed;
top:0;
bottom:0;
width:100%;
}
.popup {
color:black;
}
body {
font-family: 'Montserrat', sans-serif;
}
/*sidebar*/
#sideb... | public/css/index.css | @font-face {
font-family: RolletteQaku;
src: url('fonts/coolfont.ttf');
}
#mapid {
height: 100vh;
z-index: 0;
padding-left: 0px;
position:fixed;
top:0;
bottom:0;
width:100%;
}
.popup {
color:black;
}
body {
font-family: 'Montserrat', sans-serif;
}
/*sidebar*/
#sideb... | 0.319758 | 0.071203 |
html, body {width: 100vw;height: 100vh;}
body {font: 14px sans-serif !important;overflow: hidden;color: #444;background: white;}
main {padding: 1em;height: calc(100vh - 6.5em);overflow-y: auto;}
* {margin: 0;padding: 0;line-height: 1.5;user-select: none;outline: none;transition: box-shadow .2s linear,background-color .... | app/main.css | html, body {width: 100vw;height: 100vh;}
body {font: 14px sans-serif !important;overflow: hidden;color: #444;background: white;}
main {padding: 1em;height: calc(100vh - 6.5em);overflow-y: auto;}
* {margin: 0;padding: 0;line-height: 1.5;user-select: none;outline: none;transition: box-shadow .2s linear,background-color .... | 0.308815 | 0.063106 |
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
body {
font-family: Verdana, sans-serif;
overflow-x: hidden !important;
margin: 0;
}
.navbar{
width: 100%;
z-index: 100000000 !important;
background: #46a28d;
margin: 0px;
}
.navbar ul{
text-align: left;
display: inl... | css/style.css | @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
body {
font-family: Verdana, sans-serif;
overflow-x: hidden !important;
margin: 0;
}
.navbar{
width: 100%;
z-index: 100000000 !important;
background: #46a28d;
margin: 0px;
}
.navbar ul{
text-align: left;
display: inl... | 0.272993 | 0.057998 |
.SocialGroup{
margin: 0em auto 2em auto;
width: 725px;
align-content: center;
}
@media (max-width: 800px) {
.SocialGroup{
width: 500px;
}
}
@media (max-width: 600px) {
.SocialGroup{
width: 400px;
}
}
@media (max-width: 500px) {
.SocialGroup{
wid... | src/layouts/DropSocial.css | .SocialGroup{
margin: 0em auto 2em auto;
width: 725px;
align-content: center;
}
@media (max-width: 800px) {
.SocialGroup{
width: 500px;
}
}
@media (max-width: 600px) {
.SocialGroup{
width: 400px;
}
}
@media (max-width: 500px) {
.SocialGroup{
wid... | 0.697609 | 0.173148 |
.panel.panel-grid > div+div{border-left: 1px solid #ebedf2;}
.m-widget{padding:10px;}
.m-widget .widget-grid-item{ border-bottom: 1px dashed #ebedf2;padding: 12px 0px;}
.m-widget .block:last-child .widget-grid-item{border-bottom: 0;}
.m-widget .widget-grid-item .title{font-weight: 600; margin-top: 3px;margin-bottom: 5p... | public/assets/css/dashboard-style.css | .panel.panel-grid > div+div{border-left: 1px solid #ebedf2;}
.m-widget{padding:10px;}
.m-widget .widget-grid-item{ border-bottom: 1px dashed #ebedf2;padding: 12px 0px;}
.m-widget .block:last-child .widget-grid-item{border-bottom: 0;}
.m-widget .widget-grid-item .title{font-weight: 600; margin-top: 3px;margin-bottom: 5p... | 0.230227 | 0.075075 |
.blur-1px {
position: relative;
overflow: hidden;
z-index: 0; }
.blur-1px:before {
content: '';
background: inherit;
-webkit-filter: blur(1px);
filter: blur(1px);
position: absolute;
top: -2px;
right: -2px;
bottom: -2px;
left: -2px;
z-index: -1; }
.blur-2px {
position: relative;
... | dist/simple-blur.css | .blur-1px {
position: relative;
overflow: hidden;
z-index: 0; }
.blur-1px:before {
content: '';
background: inherit;
-webkit-filter: blur(1px);
filter: blur(1px);
position: absolute;
top: -2px;
right: -2px;
bottom: -2px;
left: -2px;
z-index: -1; }
.blur-2px {
position: relative;
... | 0.433382 | 0.131368 |
@namespace url(http://www.w3.org/1999/xhtml);
/*论坛悬浮回复框by defpt*/
@-moz-document regexp(".*forum.*"), regexp(".*thread.*"), regexp(".*tid=.*"), regexp(".*read.*tid-.*"),regexp(".*bbs.*") {
/*侧面圆点触发*/
#anchor, #quickpost, #f_post, #f_pst {
position: fixed !important;
left: 5% !important... | data/usercss/92633.user.css | @namespace url(http://www.w3.org/1999/xhtml);
/*论坛悬浮回复框by defpt*/
@-moz-document regexp(".*forum.*"), regexp(".*thread.*"), regexp(".*tid=.*"), regexp(".*read.*tid-.*"),regexp(".*bbs.*") {
/*侧面圆点触发*/
#anchor, #quickpost, #f_post, #f_pst {
position: fixed !important;
left: 5% !important... | 0.136206 | 0.092074 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | 0.423339 | 0.087058 |
:root {
--primary: #FED430;
--secondary: #1DBF69;
--danger: hsl(0, 100%, 50%);
--body-bg: #fafbfe;
--font-color: #151516;
--card-bg: #ffffff;
--bg-dark: #253649;
--nav-bg: #f8f9fa;
--nav-link: #00000080;
--card-border: #eff2f7;
--bg-white: #fff;
--text-muted: #6c757d;
--bg-grey: #ddd;
--skel... | assets/css/styles.css | :root {
--primary: #FED430;
--secondary: #1DBF69;
--danger: hsl(0, 100%, 50%);
--body-bg: #fafbfe;
--font-color: #151516;
--card-bg: #ffffff;
--bg-dark: #253649;
--nav-bg: #f8f9fa;
--nav-link: #00000080;
--card-border: #eff2f7;
--bg-white: #fff;
--text-muted: #6c757d;
--bg-grey: #ddd;
--skel... | 0.376852 | 0.082994 |
body {
margin: 0;
padding: 0;
background: #000000;
}
/* line 7, ../sass/style.scss */
.container {
width: 200px;
height: 100px;
padding-top: 100px;
margin: 0 auto;
}
/* line 14, ../sass/style.scss */
.ball {
width: 10px;
height: 10px;
margin: 10px auto;
border-radius: 50px;
}
/* line 21, ../sas... | spinner-master/spinner8/stylesheets/style.css | body {
margin: 0;
padding: 0;
background: #000000;
}
/* line 7, ../sass/style.scss */
.container {
width: 200px;
height: 100px;
padding-top: 100px;
margin: 0 auto;
}
/* line 14, ../sass/style.scss */
.ball {
width: 10px;
height: 10px;
margin: 10px auto;
border-radius: 50px;
}
/* line 21, ../sas... | 0.383641 | 0.065695 |
.AdminNewsPage {
background: url(../../../images/cuidar-right-bg.svg) no-repeat right top;
position: relative;
}
.AdminNewsPage__close {
content: '';
display: block;
width: 6rem;
height: 6rem;
background: url(../../../images/close.svg) no-repeat center/3rem;
position: absolute;
right: 2rem;
top: 6r... | src/components/Pages/AdminNewsPage/AdminNewsPage.css | .AdminNewsPage {
background: url(../../../images/cuidar-right-bg.svg) no-repeat right top;
position: relative;
}
.AdminNewsPage__close {
content: '';
display: block;
width: 6rem;
height: 6rem;
background: url(../../../images/close.svg) no-repeat center/3rem;
position: absolute;
right: 2rem;
top: 6r... | 0.489748 | 0.060529 |