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 |
|---|---|---|---|---|
div.riform {
padding: 1em;
background-color: white;
box-shadow: 0 0 3em 0.5em #666;
line-height: 2;
-moz-box-shadow: 0 0 3em 0.5em #666;
-webkit-box-shadow: 0 0 3em #666;
}
div.riform h1 {
color: #888888;
border-bottom: 1px solid #DDDDDD;
font-size: 20px;
line-heigh... | src/jquery.recurrenceinput.css | div.riform {
padding: 1em;
background-color: white;
box-shadow: 0 0 3em 0.5em #666;
line-height: 2;
-moz-box-shadow: 0 0 3em 0.5em #666;
-webkit-box-shadow: 0 0 3em #666;
}
div.riform h1 {
color: #888888;
border-bottom: 1px solid #DDDDDD;
font-size: 20px;
line-heigh... | 0.270769 | 0.114072 |
@media print
{
.no-print, .no-print *
{
display: none !important;
}
a[href]:after {
content: '';
}
}
body{
font-family: Roboto, sans-serif;
}
.top{
position: relative;
top: 0;
width: calc(100vw - 70px);
height: 60px;
left: 0;
display: inline-flex;
mar... | public/css/pdf.css | @media print
{
.no-print, .no-print *
{
display: none !important;
}
a[href]:after {
content: '';
}
}
body{
font-family: Roboto, sans-serif;
}
.top{
position: relative;
top: 0;
width: calc(100vw - 70px);
height: 60px;
left: 0;
display: inline-flex;
mar... | 0.442396 | 0.083928 |
-----------------------------------------------------------------------------------------------------------*/
/* for ui-bar gradients */
/* for ui-body gradients */
/* for link text which is styled as a button */
/* use Title_time text color */
/* same as border color */
.ui-bar-a {
border: 1px solid #cf8013;
color... | tests/tizen/todolist/css/web-ui-fw-theme.css | -----------------------------------------------------------------------------------------------------------*/
/* for ui-bar gradients */
/* for ui-body gradients */
/* for link text which is styled as a button */
/* use Title_time text color */
/* same as border color */
.ui-bar-a {
border: 1px solid #cf8013;
color... | 0.31059 | 0.057971 |
/* Code Pro Font */
@font-face {
font-family: CodeProBold;
src: url("bold.otf");
}
@font-face {
font-family: CodeProLight;
src: url("light.otf");
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
font-family: 'Roboto', sans-serif;
}
a {
color: #f1c40f;
}
li > a {
color: #000;
}
li > a:hover {
color: #000;
}
/*... | old_site/assets/styles/custom.css |
/* Code Pro Font */
@font-face {
font-family: CodeProBold;
src: url("bold.otf");
}
@font-face {
font-family: CodeProLight;
src: url("light.otf");
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
font-family: 'Roboto', sans-serif;
}
a {
color: #f1c40f;
}
li > a {
color: #000;
}
li > a:hover {
color: #000;
}
/*... | 0.209066 | 0.068226 |
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,400,900,800i");
*{ font-family: "Noto Sans KR", sans-serif;}
a {
text-decoration: none;
color: inherit;
}
#hero-slides {
--page: 0;
height: 100vh;
padding-top: 5.5rem;
}
#hero-slides #header {
margin-bottom: 18px;
line-he... | src/main/resources/static/css/main/mainRanking.css | @import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,400,900,800i");
*{ font-family: "Noto Sans KR", sans-serif;}
a {
text-decoration: none;
color: inherit;
}
#hero-slides {
--page: 0;
height: 100vh;
padding-top: 5.5rem;
}
#hero-slides #header {
margin-bottom: 18px;
line-he... | 0.421076 | 0.076649 |
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body {
width: 100%;
overflow-x: hidden;
}
/* medium screens */
@media only screen and (min-width: 480px) {
}
/* large screens */
@media only screen and (min-width:... | css/styles.css | * {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body {
width: 100%;
overflow-x: hidden;
}
/* medium screens */
@media only screen and (min-width: 480px) {
}
/* large screens */
@media only screen and (min-width:... | 0.460289 | 0.091992 |
.social-nav {
padding: 0;
list-style: none;
display: flex;
justify-content: space-around;
width: 100%;
}
.social-nav a {
width: 32px;
height: 32px;
font-size: 10px;
color: #fff;
text-decoration: none;
cursor: pointer;
text-align: center;
line-height: 32px;
backgr... | resources/css/login/social.css | .social-nav {
padding: 0;
list-style: none;
display: flex;
justify-content: space-around;
width: 100%;
}
.social-nav a {
width: 32px;
height: 32px;
font-size: 10px;
color: #fff;
text-decoration: none;
cursor: pointer;
text-align: center;
line-height: 32px;
backgr... | 0.228415 | 0.286184 |
@import url("https://fonts.googleapis.com/css2?family=Strait&display=swap");
* {
box-sizing: border-box;
}
a {
text-decoration: none;
color: red;
}
a:hover {
color: green;
}
body {
font-family: "Strait", sans-serif;
color: white;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smooth... | src/index.css | @import url("https://fonts.googleapis.com/css2?family=Strait&display=swap");
* {
box-sizing: border-box;
}
a {
text-decoration: none;
color: red;
}
a:hover {
color: green;
}
body {
font-family: "Strait", sans-serif;
color: white;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smooth... | 0.477311 | 0.120387 |
body{
margin: 0;
overflow: hidden;
}
button{
background-color: #3b5998;
padding: 8px;
padding-left: 16px;
padding-right: 16px;
color: white;
border: none;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
input{
padding: 8px;
border: 1px s... | src/static/style/style.css | body{
margin: 0;
overflow: hidden;
}
button{
background-color: #3b5998;
padding: 8px;
padding-left: 16px;
padding-right: 16px;
color: white;
border: none;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
input{
padding: 8px;
border: 1px s... | 0.451327 | 0.098555 |
body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 13px; background-color: rgba(0,0,0,.03);}
.mui-textfield > input, .mui-btn, .mui--text-subhead, .mui-panel > .mui--text-headline {
font-family: 'Open Sans', sans-serif;
}
.all-caps { text-transform: uppercase; }
.app-container { padding: 0;... | version1/public/styles.css | body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 13px; background-color: rgba(0,0,0,.03);}
.mui-textfield > input, .mui-btn, .mui--text-subhead, .mui-panel > .mui--text-headline {
font-family: 'Open Sans', sans-serif;
}
.all-caps { text-transform: uppercase; }
.app-container { padding: 0;... | 0.434221 | 0.062388 |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&family=Rubik:wght@800&family=Spartan&display=swap");
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-size: 16px;
}
/* Color Theme Swatches in Hex */
@font-face {
font-family: lemon-milk;
src: url("../font/LEMONMILK-Bold.otf");
}
... | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&family=Rubik:wght@800&family=Spartan&display=swap");
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-size: 16px;
}
/* Color Theme Swatches in Hex */
@font-face {
font-family: lemon-milk;
src: url("../font/LEMONMILK-Bold.otf");
}
... | 0.379953 | 0.072867 |
@charset 'utf-8';
/* CSS Document */
body {
margin: 0;
background-color: rgb(255, 255, 255);
}
/*一、导航栏*/
.topmenu {
overflow: hidden;
list-style-type: none;
margin: 0;
padding: 0;
height: 50px;
background-color: #777;
}
.topmenu a {
display: inline-block;
border-radius: 15px 15px;
padding-... | css/2.css | @charset 'utf-8';
/* CSS Document */
body {
margin: 0;
background-color: rgb(255, 255, 255);
}
/*一、导航栏*/
.topmenu {
overflow: hidden;
list-style-type: none;
margin: 0;
padding: 0;
height: 50px;
background-color: #777;
}
.topmenu a {
display: inline-block;
border-radius: 15px 15px;
padding-... | 0.325949 | 0.071526 |
body {
background-color: #F6F6F2;
}
.card-body {
border-radius: 10px;
}
.land{
background: rgb(74,180,175);
background: linear-gradient(111deg, rgba(74,180,175,1) 0%, rgba(224,254,253,1) 100%);
}
.register{
padding: 40px;
}
@media (max-width:470px)
{
.regis... | client/src/css/global.css | body {
background-color: #F6F6F2;
}
.card-body {
border-radius: 10px;
}
.land{
background: rgb(74,180,175);
background: linear-gradient(111deg, rgba(74,180,175,1) 0%, rgba(224,254,253,1) 100%);
}
.register{
padding: 40px;
}
@media (max-width:470px)
{
.regis... | 0.380183 | 0.132038 |
* {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}
.card{
margin-top:4% ;
padding:0px;
font-family: 'Calistoga', cursive;
border: 0.5px solid #3f4d71;
background-color: #3f4d71;
color: white;
... | public/css/cards.css | * {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}
.card{
margin-top:4% ;
padding:0px;
font-family: 'Calistoga', cursive;
border: 0.5px solid #3f4d71;
background-color: #3f4d71;
color: white;
... | 0.282988 | 0.07477 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
.jumbotron1 {
padding: 0px 12px !important;
color: #303983 !important;
overflow: hidden;
overflow-x: hidden;
background-color: #303983 !important;
}
.ieeelogo{
position:relative !important... | client/src/components/partials/header.css | @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
.jumbotron1 {
padding: 0px 12px !important;
color: #303983 !important;
overflow: hidden;
overflow-x: hidden;
background-color: #303983 !important;
}
.ieeelogo{
position:relative !important... | 0.161651 | 0.079961 |
body {
background: linear-gradient(to left top, #ccffcc, #4dff4d);
}
.heading {
border-bottom: solid 5px darkgreen;
padding: 20px;
margin-bottom: 15px;
}
a:visited {
color: purple;
}
a:hover {
color: white;
text-decoration: none;
}
.floatleft {
float: left;
width: 20%;
display: inline-block;
p... | css/styles.css | body {
background: linear-gradient(to left top, #ccffcc, #4dff4d);
}
.heading {
border-bottom: solid 5px darkgreen;
padding: 20px;
margin-bottom: 15px;
}
a:visited {
color: purple;
}
a:hover {
color: white;
text-decoration: none;
}
.floatleft {
float: left;
width: 20%;
display: inline-block;
p... | 0.635449 | 0.148448 |
.main-nav {
background: #1e22a9;
}
.mm-logo img{
max-width: 170px;
}
/* navbar */
.nav-link {
color: #ffffff;
margin-left: 5px;
}
.nav-link:hover {
color: #f68b1e;
}
@media only screen and (max-width: 768px) {
.d-flex a {
margin-bottom: 10px;
}
}
/* mobile toggle navigation */
... | public/backoffice/assets/css/style.css | .main-nav {
background: #1e22a9;
}
.mm-logo img{
max-width: 170px;
}
/* navbar */
.nav-link {
color: #ffffff;
margin-left: 5px;
}
.nav-link:hover {
color: #f68b1e;
}
@media only screen and (max-width: 768px) {
.d-flex a {
margin-bottom: 10px;
}
}
/* mobile toggle navigation */
... | 0.361954 | 0.112113 |
.slick-slider .slick-list div{display:inline-block;width:100%;text-align:left;}
.slick-slider .slick-arrow{display:none!important;}
.slick-dots{padding:0;text-align:center;position:absolute;bottom:24px;left:50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);}
.slick... | src/components/banner/banner.css | .slick-slider .slick-list div{display:inline-block;width:100%;text-align:left;}
.slick-slider .slick-arrow{display:none!important;}
.slick-dots{padding:0;text-align:center;position:absolute;bottom:24px;left:50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);}
.slick... | 0.211987 | 0.044473 |
@media(min-width:768px) {
body {
/*margin-top: 50px;*/
margin-top: 100px;
}
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
color: #555;
letter-spacing: 1px;
}
.map {
height: 100%;
width: 75%;
}
.leaflet-container.crosshair-cursor-enabled {
cursor: pointer;
}
.leaflet-contr... | air-quality-explorer/static/css/main.css |
@media(min-width:768px) {
body {
/*margin-top: 50px;*/
margin-top: 100px;
}
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
color: #555;
letter-spacing: 1px;
}
.map {
height: 100%;
width: 75%;
}
.leaflet-container.crosshair-cursor-enabled {
cursor: pointer;
}
.leaflet-contr... | 0.508788 | 0.118334 |
background-image: url('../images/menu-icon.svg');
}
#extension-power-settings-view {
height: 100%;
box-sizing: border-box;
/* overflow: auto; */
/* position: relative; */
top: 0rem;
/* left: 0; */
/* margin-top: 6em; */
padding: 2rem;
margin-top: 6rem;
overflow: auto;
}
#extension-power-settings-content... | css/extension.css | background-image: url('../images/menu-icon.svg');
}
#extension-power-settings-view {
height: 100%;
box-sizing: border-box;
/* overflow: auto; */
/* position: relative; */
top: 0rem;
/* left: 0; */
/* margin-top: 6em; */
padding: 2rem;
margin-top: 6rem;
overflow: auto;
}
#extension-power-settings-content... | 0.341473 | 0.045331 |
.modal-sidebar{
max-width: 35% !important;
width: 35% !important;
}
.flash_box{
margin-left:65px;
padding: 0px 30px;
background-color: #f1f4f5;
}
@media (max-width: 767px){
.modal-sidebar{
max-width: 100% !important;
width: 100% !important;
}
.flash_box{
marg... | public/assets/modules/core/backend-common.css | .modal-sidebar{
max-width: 35% !important;
width: 35% !important;
}
.flash_box{
margin-left:65px;
padding: 0px 30px;
background-color: #f1f4f5;
}
@media (max-width: 767px){
.modal-sidebar{
max-width: 100% !important;
width: 100% !important;
}
.flash_box{
marg... | 0.236516 | 0.065965 |
font-family: "Roboto", sans-serif;
src: url(./assets/fonts/Roboto-Regular.ttf);
src: url(./assets/fonts/Roboto-Medium.ttf);
src: url(./assets/fonts/Roboto-Bold.ttf);
font-weight: 700;
} */
/* Custom properties */
:root {
--principal-pink: #ff565d;
--soft-pink: #eee1e1;
--dark-pink: #bf494e;
--font-co... | css-grid-practice/p-movies/assets/styles/style.css | font-family: "Roboto", sans-serif;
src: url(./assets/fonts/Roboto-Regular.ttf);
src: url(./assets/fonts/Roboto-Medium.ttf);
src: url(./assets/fonts/Roboto-Bold.ttf);
font-weight: 700;
} */
/* Custom properties */
:root {
--principal-pink: #ff565d;
--soft-pink: #eee1e1;
--dark-pink: #bf494e;
--font-co... | 0.36659 | 0.079639 |
:root {
--dune: #312b28;
--soft-amber: #cec0b7;
--dawn: #a09e9c;
--lynch: #6e809c;
--off-white: #f8f8ff;
}
.flexThisBox {
display: flex;
flex-direction: column;
}
main {
padding: 1rem 0;
background: #f3f2f0;
min-height: 76vh;
}
.shadow {
-webkit-box-shadow: 0 0.2rem 0.25rem rgba(0, 0, 0, 0.2);
... | src/components/style/custom.css | :root {
--dune: #312b28;
--soft-amber: #cec0b7;
--dawn: #a09e9c;
--lynch: #6e809c;
--off-white: #f8f8ff;
}
.flexThisBox {
display: flex;
flex-direction: column;
}
main {
padding: 1rem 0;
background: #f3f2f0;
min-height: 76vh;
}
.shadow {
-webkit-box-shadow: 0 0.2rem 0.25rem rgba(0, 0, 0, 0.2);
... | 0.445288 | 0.158077 |
body {
-webkit-user-select: none !important;
cursor: default !important;
background: #34313a !important;
margin: 0 !important;
padding: 0 !important;
background-color: rgba(102, 240, 68, 0.377);
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
}
.h1-r... | app/assets/css/style.css | body {
-webkit-user-select: none !important;
cursor: default !important;
background: #34313a !important;
margin: 0 !important;
padding: 0 !important;
background-color: rgba(102, 240, 68, 0.377);
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
}
.h1-r... | 0.361616 | 0.090977 |
---------------------------------*/
.member-desc p{
text-align: justify;
}
.logoE{
max-width: 15%;
margin-top: 10px;
}
#overlay {
background-color:rgba(0,0,0,.65);
height:100% !important;
left:0;
position:relative;
top:0;
transition:background-color 300ms ease;
width:100% !important;
}
.fade { background-color... | assets/css/styles.css | ---------------------------------*/
.member-desc p{
text-align: justify;
}
.logoE{
max-width: 15%;
margin-top: 10px;
}
#overlay {
background-color:rgba(0,0,0,.65);
height:100% !important;
left:0;
position:relative;
top:0;
transition:background-color 300ms ease;
width:100% !important;
}
.fade { background-color... | 0.179459 | 0.078113 |
.tooltip--container {
position: relative;
}
.tooltip--text {
position: absolute;
top: -2px;
left: 50%;
padding: 4px;
background-color: rgba(100, 100, 100, 0.9);
text-align: center;
font-size: 12px;
border-radius: 2px;
opacity: 1;
pointer-events: none;
line-height: 1;
white-space: nowrap;
-w... | packages/buttons/dist/Buttons.css | .tooltip--container {
position: relative;
}
.tooltip--text {
position: absolute;
top: -2px;
left: 50%;
padding: 4px;
background-color: rgba(100, 100, 100, 0.9);
text-align: center;
font-size: 12px;
border-radius: 2px;
opacity: 1;
pointer-events: none;
line-height: 1;
white-space: nowrap;
-w... | 0.455925 | 0.05951 |
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */
... | unit/benchmark/src/csszengarden.com.044.css | /* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */
... | 0.200714 | 0.048903 |
.fl-uploader {
width: 434px;
position: relative;
display: block;
clear: both;
padding: 1em 2em;
}
.fl-uploader td, .fl-uploader th {
border: none;
}
.fl-uploader table {
border-collapse: separate;
margin: 0;
}
.fl-uploader form {
height: auto !important;
}
.fl-uploader button {
... | dev/css/FSS/fluid.components.uploader.css | .fl-uploader {
width: 434px;
position: relative;
display: block;
clear: both;
padding: 1em 2em;
}
.fl-uploader td, .fl-uploader th {
border: none;
}
.fl-uploader table {
border-collapse: separate;
margin: 0;
}
.fl-uploader form {
height: auto !important;
}
.fl-uploader button {
... | 0.394901 | 0.106924 |
p {
margin: 0px;
}
.title {
composes: h2 from '../App.css';
text-align: left;
margin-right: 40px;
}
.clickableText {
composes: body3 from '../App.css';
text-decoration: underline;
border: none;
outline: none;
background-color: var(--white);
cursor: pointer;
}
.row {
display: flex;
align-items... | web/src/pages/UploadBooksPage.module.css | p {
margin: 0px;
}
.title {
composes: h2 from '../App.css';
text-align: left;
margin-right: 40px;
}
.clickableText {
composes: body3 from '../App.css';
text-decoration: underline;
border: none;
outline: none;
background-color: var(--white);
cursor: pointer;
}
.row {
display: flex;
align-items... | 0.415966 | 0.111386 |
* {
box-sizing: border-box;
}
/*The main variable roots*/
:root {
--brown: rgb(31, 13, 13);
--light-mint: rgb(136, 165, 155);
--dark-mint: rgb(88, 107, 100);
}
body, html {
height: 100%;
padding: 0;
margin: 0;
font-family: sans-serif;
color: var(--brown);
}
a {
text-decorati... | public/stylesheets/style.css | * {
box-sizing: border-box;
}
/*The main variable roots*/
:root {
--brown: rgb(31, 13, 13);
--light-mint: rgb(136, 165, 155);
--dark-mint: rgb(88, 107, 100);
}
body, html {
height: 100%;
padding: 0;
margin: 0;
font-family: sans-serif;
color: var(--brown);
}
a {
text-decorati... | 0.400867 | 0.145722 |
body {
background-color: rgb(240, 244, 245);
font-family: 'Lato', Arial, Helvetica, sans-serif;
margin: 0;
}
/* Container */
.container {
display: flex;
flex-direction: row;
justify-content: center;
}
/* Card */
.card {
flex-grow: 4;
display: flex;
flex-direction: column;
justify-content: center;
... | css/style.css |
body {
background-color: rgb(240, 244, 245);
font-family: 'Lato', Arial, Helvetica, sans-serif;
margin: 0;
}
/* Container */
.container {
display: flex;
flex-direction: row;
justify-content: center;
}
/* Card */
.card {
flex-grow: 4;
display: flex;
flex-direction: column;
justify-content: center;
... | 0.425009 | 0.05328 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
background: #f2f2f2;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline... | public/static/css/site.css | html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
background: #f2f2f2;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline... | 0.393851 | 0.071982 |
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');
:root {
/* Primary */
--orange: hsl(26, 100%, 55%);
--pale-orange: hsl(25, 100%, 94%);
/* Neutral */
--very-vark-blue: hsl(220, 13%, 13%);
--dark-grayish-blue: hsl(219, 9%, 45%);
--grayish-blue: ... | assets/css/style.css |
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');
:root {
/* Primary */
--orange: hsl(26, 100%, 55%);
--pale-orange: hsl(25, 100%, 94%);
/* Neutral */
--very-vark-blue: hsl(220, 13%, 13%);
--dark-grayish-blue: hsl(219, 9%, 45%);
--grayish-blue: ... | 0.481454 | 0.063019 |
.segment-switcher {
background-color: grey
}
.segment-switcher .segment-switcher--label {
font-size: 1.5rem;
color: white;
margin-bottom: 0
}
#clientcontext-box {
position: fixed !important;
top: 10%;
left: 5%;
margin: 0;
padding: 0;
z-index: 300010;
background-color: #333;
... | etc/designs/componentlibrary/commonlibs.css | .segment-switcher {
background-color: grey
}
.segment-switcher .segment-switcher--label {
font-size: 1.5rem;
color: white;
margin-bottom: 0
}
#clientcontext-box {
position: fixed !important;
top: 10%;
left: 5%;
margin: 0;
padding: 0;
z-index: 300010;
background-color: #333;
... | 0.417034 | 0.092606 |
html, body {
margin: 0;
padding: 0;
width: 100%;
background: url(../images/bg.jpg) repeat fixed center top;
background-size: cover;
user-select: none;
}
@font-face {
font-family: "Franklin Goth<NAME>";
src: url('fonts/franklingothicbook/FranklinGothic-Book.eot');
src:
url('f... | css/project.css | html, body {
margin: 0;
padding: 0;
width: 100%;
background: url(../images/bg.jpg) repeat fixed center top;
background-size: cover;
user-select: none;
}
@font-face {
font-family: "Franklin Goth<NAME>";
src: url('fonts/franklingothicbook/FranklinGothic-Book.eot');
src:
url('f... | 0.440229 | 0.093637 |
.course{
display: grid;
background-color: rgb(241, 241, 241);
border-radius: 50px;
grid-template-columns: 55% 45%;
padding: 50px 50px;
}
.about_course_h1{
font-size: 52px;
line-height: 60px;
}
.about_course_p{
padding: 32px 0;
font-size: 18px;
}
.course_cover{
display: grid;
... | TechnoTeacher/static/css/course.css | .course{
display: grid;
background-color: rgb(241, 241, 241);
border-radius: 50px;
grid-template-columns: 55% 45%;
padding: 50px 50px;
}
.about_course_h1{
font-size: 52px;
line-height: 60px;
}
.about_course_p{
padding: 32px 0;
font-size: 18px;
}
.course_cover{
display: grid;
... | 0.450118 | 0.236296 |
@media ( max-width: 640px ) {
.error main {
background-position: bottom center;
background-size: 100%;
}
html, .error, .app {
height: 100%;
}
.error main {
height: calc(100% - 52px);
}
.inline-search {
background: #fffffff0;
}
}
/* .error header {... | src/css/pages/error.css | @media ( max-width: 640px ) {
.error main {
background-position: bottom center;
background-size: 100%;
}
html, .error, .app {
height: 100%;
}
.error main {
height: calc(100% - 52px);
}
.inline-search {
background: #fffffff0;
}
}
/* .error header {... | 0.452536 | 0.092237 |
@import url("https://fonts.googleapis.com/css2?family=Roboto");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Roboto", sans-serif;
line-height: 1.4;
}
a {
text-decoration: none;
}
p {
margin: 0.75rem 0;
}
/* Utility classes */
.container {
max-width: 1100px;
margin: auto... | edgeledger-website/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Roboto");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Roboto", sans-serif;
line-height: 1.4;
}
a {
text-decoration: none;
}
p {
margin: 0.75rem 0;
}
/* Utility classes */
.container {
max-width: 1100px;
margin: auto... | 0.344003 | 0.088465 |
* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
body {
background: #FFF url(../images/background.gif) repeat-x;
color: #444;
font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
padding-top: 40px;
}
p,code,ul {
font-size: 1.2em;
padding-bottom: 1.2em;
}
li {
list-style: none;
}
h1 {
font-s... | gf5/console/daftlogic_files/default.css |
* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
body {
background: #FFF url(../images/background.gif) repeat-x;
color: #444;
font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
padding-top: 40px;
}
p,code,ul {
font-size: 1.2em;
padding-bottom: 1.2em;
}
li {
list-style: none;
}
h1 {
font-s... | 0.247896 | 0.092893 |
body{
background-color:#ff7701;
font-family: 'Montserrat', sans-serif;
}
/*#B9FFFF some hover*/
#title{
background-color: #ff3301;
font-family: 'Ubuntu', sans-serif;
}
.container-fluid {
background-color:#ff9901;
/* padding: 2% 12%;*/
}
h1 {
font-family: 'montserrat', sans-serif;
f... | styles.css | body{
background-color:#ff7701;
font-family: 'Montserrat', sans-serif;
}
/*#B9FFFF some hover*/
#title{
background-color: #ff3301;
font-family: 'Ubuntu', sans-serif;
}
.container-fluid {
background-color:#ff9901;
/* padding: 2% 12%;*/
}
h1 {
font-family: 'montserrat', sans-serif;
f... | 0.264263 | 0.06663 |
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body {
background: #fff6e6;
font-family: "Coveslight";
}
@font-face {
font-family: "Coveslight";
src: url("./police/Coveslight.otf");
font-display: auto;
}
@font-face {
font-family: "Covesbold";
src: url("./police/Covesbold... | style.css | * {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body {
background: #fff6e6;
font-family: "Coveslight";
}
@font-face {
font-family: "Coveslight";
src: url("./police/Coveslight.otf");
font-display: auto;
}
@font-face {
font-family: "Covesbold";
src: url("./police/Covesbold... | 0.395601 | 0.074939 |
@charset "utf-8";
/* CSS Document */
/*common*/
.mb10 { margin-bottom:10px;}
.ml10 { margin-left:10px;}
.bg { background:#FFF;}
/**/
.banner a{ display:block; background:url(Img/Index/banner.jpg) no-repeat center top; height: 600px; overflow:hidden;}
/**/
.bt{
text-align: center;
line-height: 1;
}
.bt a{
font-size:... | application/views/fangbao/Skins/Default/Index.css | @charset "utf-8";
/* CSS Document */
/*common*/
.mb10 { margin-bottom:10px;}
.ml10 { margin-left:10px;}
.bg { background:#FFF;}
/**/
.banner a{ display:block; background:url(Img/Index/banner.jpg) no-repeat center top; height: 600px; overflow:hidden;}
/**/
.bt{
text-align: center;
line-height: 1;
}
.bt a{
font-size:... | 0.317426 | 0.054727 |
body{
margin:0px;
padding: 0px;
background-color:#1b203d;
overflow: hidden;
font-family: system-ui;
}
.clearfix{
clear: both;
}
.logo{
margin: 0px;
margin-left: 28px;
font-weight: bold;
color: white;
margin-bottom: 30px;
}
.logo span{
color: #f7403b;
}
.sidenav {
height: 104%;
width: 300px;
p... | public/css/adminstyle.css | body{
margin:0px;
padding: 0px;
background-color:#1b203d;
overflow: hidden;
font-family: system-ui;
}
.clearfix{
clear: both;
}
.logo{
margin: 0px;
margin-left: 28px;
font-weight: bold;
color: white;
margin-bottom: 30px;
}
.logo span{
color: #f7403b;
}
.sidenav {
height: 104%;
width: 300px;
p... | 0.462473 | 0.095602 |
body {
background: #ADC4D6;
}
a {
color: #DA4B00;
text-decoration: none;
}
a:hover {
color: #DA4B00;
background: #E8F1F8;
}
h1 {
font-family: serif;
}
h2 {
font-family: sans-serif;
}
h3 {
font-family: monospace;
}
.indent {
margin-left: 10px;
}
.gap_below {
margin-bottom: 25px;
}
.thin_borde... | estilo.css | body {
background: #ADC4D6;
}
a {
color: #DA4B00;
text-decoration: none;
}
a:hover {
color: #DA4B00;
background: #E8F1F8;
}
h1 {
font-family: serif;
}
h2 {
font-family: sans-serif;
}
h3 {
font-family: monospace;
}
.indent {
margin-left: 10px;
}
.gap_below {
margin-bottom: 25px;
}
.thin_borde... | 0.435181 | 0.123842 |
1.BASIC
2.HELPER
3.NAVBAR
4.HOME
5.SERVICE
6.CTA SECTION
7.FEATURES
8.PRICE
9.TESTIMONIAL
10.TEAM
11.FUNFACTS
12.FAQ
13.CONTACT
14.RESPONSIVE
************************/
@import url('../../../fonts.googleapis.com/cssf8d5.css?family=Nunito:400,600,700|Quattrocento+S... | public/landing/css/style.css | 1.BASIC
2.HELPER
3.NAVBAR
4.HOME
5.SERVICE
6.CTA SECTION
7.FEATURES
8.PRICE
9.TESTIMONIAL
10.TEAM
11.FUNFACTS
12.FAQ
13.CONTACT
14.RESPONSIVE
************************/
@import url('../../../fonts.googleapis.com/cssf8d5.css?family=Nunito:400,600,700|Quattrocento+S... | 0.334807 | 0.106691 |
@import 'https://fonts.googleapis.com/css?family=Reem+Kufi';
body {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85), rgba(15, 196, 228, 0.85));
background-attachment: fixed;
background-size: 100% auto;
}
/* -------------------------- */
/* -------------------------- */
/* Wave */
/* -----------... | public/static/css/wave.css | @import 'https://fonts.googleapis.com/css?family=Reem+Kufi';
body {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85), rgba(15, 196, 228, 0.85));
background-attachment: fixed;
background-size: 100% auto;
}
/* -------------------------- */
/* -------------------------- */
/* Wave */
/* -----------... | 0.427038 | 0.121087 |
:root {
--background: #032d69;
--foreground: white;
--shade1: #1c4587;
--shade2: #1155cc;
--shade3: #3c78d8;
}
* {
font-family: "Overpass", sans-serif;
box-sizing: border-box;
}
body {
height: 100vh;
margin: 0;
background-color: var(--background);
color: var(--foreground);
... | style.css | :root {
--background: #032d69;
--foreground: white;
--shade1: #1c4587;
--shade2: #1155cc;
--shade3: #3c78d8;
}
* {
font-family: "Overpass", sans-serif;
box-sizing: border-box;
}
body {
height: 100vh;
margin: 0;
background-color: var(--background);
color: var(--foreground);
... | 0.557364 | 0.170335 |
body {
background-image: url("../images/gravel.png");
padding-bottom: 50px;
}
/* Header and nav */
#title {
text-align: center;
margin: 0px;
padding: 10px;
font-family: Georgia, Times, 'Times New Roman', serif;
font-size: 3em;
background-color: #4aaaa5;
color: #ffffff;
}
heade... | assets/css/style.css | body {
background-image: url("../images/gravel.png");
padding-bottom: 50px;
}
/* Header and nav */
#title {
text-align: center;
margin: 0px;
padding: 10px;
font-family: Georgia, Times, 'Times New Roman', serif;
font-size: 3em;
background-color: #4aaaa5;
color: #ffffff;
}
heade... | 0.298901 | 0.093264 |
div#home-container {
margin-top: 9rem;
}
div#banner-wrapper {
display: flex;
max-width: 100%;
height: 21.4rem;
position: relative;
}
div#banner-left-side {
width: 0%;
}
div#banner-right-side {
width: 100%;
}
div#banner-right-side img {
width: 100%;
height: 21.4rem;
object-fit: cover;
}
div#left... | src/Pages/Home/styless.css | div#home-container {
margin-top: 9rem;
}
div#banner-wrapper {
display: flex;
max-width: 100%;
height: 21.4rem;
position: relative;
}
div#banner-left-side {
width: 0%;
}
div#banner-right-side {
width: 100%;
}
div#banner-right-side img {
width: 100%;
height: 21.4rem;
object-fit: cover;
}
div#left... | 0.372734 | 0.082254 |
@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700');
@import
url('https://fonts.googleapis.com/css?family=Orbitron:400,500');
body {
display: flex;
background: #8F2323;
background: linear-gradient(rgba(0, 0, 0, .08) 1px, transparent 1px);
background-color: #8F22AA;
background-size:... | css/style.css | @import url('https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700');
@import
url('https://fonts.googleapis.com/css?family=Orbitron:400,500');
body {
display: flex;
background: #8F2323;
background: linear-gradient(rgba(0, 0, 0, .08) 1px, transparent 1px);
background-color: #8F22AA;
background-size:... | 0.53437 | 0.095941 |
html, body {
height: 100%;
width: 100%;
}
.body-rna-viz {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
font-size: 9pt;
background-color: #f8f8f8;
overflow: hidden;
}
.samples-overlay {
displa... | config/plugins/visualizations/chiraviz/src/css/rna.viz.css | html, body {
height: 100%;
width: 100%;
}
.body-rna-viz {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
font-size: 9pt;
background-color: #f8f8f8;
overflow: hidden;
}
.samples-overlay {
displa... | 0.594316 | 0.098903 |
@-webkit-keyframes pl-button-rounded-show {
0% {
-webkit-transform: scale(0);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes pl-button-rounded-show {
0% {
-moz-transform: scale(0);
}
100% {
-moz-transform: scale(1);
}
}
@-ms-keyframes pl-button-rounded-show {
0% {
-ms-tr... | public/buttons/pl-button-rounded.css | @-webkit-keyframes pl-button-rounded-show {
0% {
-webkit-transform: scale(0);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes pl-button-rounded-show {
0% {
-moz-transform: scale(0);
}
100% {
-moz-transform: scale(1);
}
}
@-ms-keyframes pl-button-rounded-show {
0% {
-ms-tr... | 0.466603 | 0.182936 |
.layui-nav .layui-this:after, .layui-nav-bar {
background-color: transparent;
}
.layui-nav-tree {
border-radius: 10px;
margin: 5px;
padding: 5px;
width: auto;
z-index: 900;
}
.layui-nav-tree .layui-nav-bar {
background-color: transparent;
}
.layui-nav-tree .layui-nav-child... | radmin/css/style.min.css | .layui-nav .layui-this:after, .layui-nav-bar {
background-color: transparent;
}
.layui-nav-tree {
border-radius: 10px;
margin: 5px;
padding: 5px;
width: auto;
z-index: 900;
}
.layui-nav-tree .layui-nav-bar {
background-color: transparent;
}
.layui-nav-tree .layui-nav-child... | 0.386763 | 0.060363 |
@-moz-document domain("volafile.io") {
/* Main Page */
.page_index #main_below_buttons_text {
margin-top: 2em !important;
}
.page_index .main small a {
padding: 2px 6px !important;
color: rgba(127, 150, 173, 1) !important;
background-color: rgba(0, 0, 0, 0.2) !important;
border-radius: 4px... | data/usercss/104958.user.css | @-moz-document domain("volafile.io") {
/* Main Page */
.page_index #main_below_buttons_text {
margin-top: 2em !important;
}
.page_index .main small a {
padding: 2px 6px !important;
color: rgba(127, 150, 173, 1) !important;
background-color: rgba(0, 0, 0, 0.2) !important;
border-radius: 4px... | 0.18159 | 0.093927 |
@font-face {
font-family: "ProductSans";
src: url("../fonts/product-sans/ProductSansRegular.ttf") format("truetype");
}
@font-face {
font-family: "ProductSansBold";
src: url("../fonts/product-sans/ProductSansBold.ttf") format("truetype");
}
html, body {
font-family: 'ProductSans';
font-weight: 500;
... | css/index.css | @font-face {
font-family: "ProductSans";
src: url("../fonts/product-sans/ProductSansRegular.ttf") format("truetype");
}
@font-face {
font-family: "ProductSansBold";
src: url("../fonts/product-sans/ProductSansBold.ttf") format("truetype");
}
html, body {
font-family: 'ProductSans';
font-weight: 500;
... | 0.407805 | 0.081191 |
div[data-style=QuestsChallengesComponentStyle-containerParametrsChallenge] {
/* Stars progress container */
/* Time left container */
/* Main container (rewards, levels, tiers) */
/* Purchase battle pass container */
/* Tiers */
/* Rewards */
}
div[data-style=QuestsChallengesComponentStyle-containerParametr... | static/css/theme/glass/challenge.css | div[data-style=QuestsChallengesComponentStyle-containerParametrsChallenge] {
/* Stars progress container */
/* Time left container */
/* Main container (rewards, levels, tiers) */
/* Purchase battle pass container */
/* Tiers */
/* Rewards */
}
div[data-style=QuestsChallengesComponentStyle-containerParametr... | 0.28279 | 0.041559 |
@import url("../assets/github-markdown.css");
.postContent{
border-top: 1px solid #e5e5e5;
padding: 10px 20px 0px 20px;
}
.reply_content{
padding: 10px 20px 0px 20px;
}
.article {
background: #e1e1e1;
padding-top: 15px;
height: 100vh;
}
/*.article .main */
.article .main {
margin-le... | src/components/Article.css | @import url("../assets/github-markdown.css");
.postContent{
border-top: 1px solid #e5e5e5;
padding: 10px 20px 0px 20px;
}
.reply_content{
padding: 10px 20px 0px 20px;
}
.article {
background: #e1e1e1;
padding-top: 15px;
height: 100vh;
}
/*.article .main */
.article .main {
margin-le... | 0.223038 | 0.083217 |
body{
padding:0px;
margin:0px;
background-color:#E0E0E0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}
#tip{
position:absolute;
z-index:10000;
padding:10px;
margin:0px;
display:none;
text-align:center;
color:#000000;
background-color:#E0E0E0;
border-radius:3px;
border:1px s... | Public/plugin/jcountdown/index.css | body{
padding:0px;
margin:0px;
background-color:#E0E0E0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}
#tip{
position:absolute;
z-index:10000;
padding:10px;
margin:0px;
display:none;
text-align:center;
color:#000000;
background-color:#E0E0E0;
border-radius:3px;
border:1px s... | 0.172694 | 0.050051 |
{
display:none;
}
#header-row
{
height:15%;
margin:0;
}
body
{
/*border:solid 1px yellow;*/
height:50px;
width:100%;
background-color:#f5f5f5;
}
.mensaje
{
font-size:85%;
}
footer
{
height:10% !important;
width:100%;
position:absolute;
bottom:0px;
right:0px;
margin:0;
}
#contenedor_mensajeria
{
ba... | assets/css/mostrar_mensajes.css | {
display:none;
}
#header-row
{
height:15%;
margin:0;
}
body
{
/*border:solid 1px yellow;*/
height:50px;
width:100%;
background-color:#f5f5f5;
}
.mensaje
{
font-size:85%;
}
footer
{
height:10% !important;
width:100%;
position:absolute;
bottom:0px;
right:0px;
margin:0;
}
#contenedor_mensajeria
{
ba... | 0.241221 | 0.047316 |
@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
/* line 9, D:/soft/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
article,
aside,
details,
figcaption,
f... | mobile demo/css/stylesheets/screen.css | @charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
/* line 9, D:/soft/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
article,
aside,
details,
figcaption,
f... | 0.303216 | 0.059537 |
.chb {
display: inline-block;
width: 23px;
height: 23px;
padding: 1px;
border-radius: 2px;
border: 2px solid transparent;
}
.chb:focus {
outline: 0;
border: 2px solid #fdb316;
}
.chb:hover,
.bt-chb:hover,
.bt-chb:focus {
outline: 0;
}
.button-tab {
position: absolute;
z-index: 10;
top: 0;
lef... | css/buttons.css | .chb {
display: inline-block;
width: 23px;
height: 23px;
padding: 1px;
border-radius: 2px;
border: 2px solid transparent;
}
.chb:focus {
outline: 0;
border: 2px solid #fdb316;
}
.chb:hover,
.bt-chb:hover,
.bt-chb:focus {
outline: 0;
}
.button-tab {
position: absolute;
z-index: 10;
top: 0;
lef... | 0.523177 | 0.166235 |
#ipboard_body .input_rte {
width: 100%;
height: 250px;
}
#ipboard_body .ips_editor.lite_edition .input_rte {
height: 60px;
}
#ipboard_body .ips_editor {
/*background-color: #d5dde5;*/
border: 2px solid #d5dde5;
margin: 8px;
/*padding: 6px;*/
position: relative;
line-height: 100% !important;
}
#ipboard_... | forum/admin/skin_cp/acp_editor.css |
#ipboard_body .input_rte {
width: 100%;
height: 250px;
}
#ipboard_body .ips_editor.lite_edition .input_rte {
height: 60px;
}
#ipboard_body .ips_editor {
/*background-color: #d5dde5;*/
border: 2px solid #d5dde5;
margin: 8px;
/*padding: 6px;*/
position: relative;
line-height: 100% !important;
}
#ipboard_... | 0.29696 | 0.079639 |
.mainTimeline4 {
overflow: hidden;
position: relative;
transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
will-change: transform;
}
.mainTimeline4:before {
content: "";
width: 5px;
height: 72%;
background: #ffeb3b;
position: absolute;
top: 70px;
left: 50%;
transform: translateX(-50%);
}
... | src/components/Timeline/index.css | .mainTimeline4 {
overflow: hidden;
position: relative;
transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
will-change: transform;
}
.mainTimeline4:before {
content: "";
width: 5px;
height: 72%;
background: #ffeb3b;
position: absolute;
top: 70px;
left: 50%;
transform: translateX(-50%);
}
... | 0.488771 | 0.116991 |
body{
padding:0;
margin:0;
background:#fff;
position:relative;
font-family: 'Raleway', sans-serif;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"]... | css/style.css | body{
padding:0;
margin:0;
background:#fff;
position:relative;
font-family: 'Raleway', sans-serif;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"]... | 0.208904 | 0.047802 |
@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
::-webkit-scrollbar {
width: 10px;
display: none;
}
* {
margin: 0;
padding: 0;
}
body,
html {
background: #F7F8F7;
position: relative;
width: 100%;
height: 100%;
font-family: 'notosanskr', 'Aerial', '맑은고딕', sans-s... | sass/css/common_style.css | @charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
::-webkit-scrollbar {
width: 10px;
display: none;
}
* {
margin: 0;
padding: 0;
}
body,
html {
background: #F7F8F7;
position: relative;
width: 100%;
height: 100%;
font-family: 'notosanskr', 'Aerial', '맑은고딕', sans-s... | 0.439026 | 0.056418 |
/*-fx-focus-color: #f8eabe;*/
.class-textfield
{
-fx-font-size: 16;
-fx-background-color: #ffffff;
-fx-border-color: #007cc2;
-fx-border-width: 1;
-fx-border-radius: 1;
-fx-control-inner-background: #ffffff;
-fx-text-fill: #007cc2;
}
.class-textfield-secondary
{
-fx-font-size: 16;
... | src/css/style.css | /*-fx-focus-color: #f8eabe;*/
.class-textfield
{
-fx-font-size: 16;
-fx-background-color: #ffffff;
-fx-border-color: #007cc2;
-fx-border-width: 1;
-fx-border-radius: 1;
-fx-control-inner-background: #ffffff;
-fx-text-fill: #007cc2;
}
.class-textfield-secondary
{
-fx-font-size: 16;
... | 0.152726 | 0.049497 |
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
html,
body {
overflow-x: hidden
}
body {
font-family: 'Lato', sans-serif;
background-color: #010101;
color: #fffffd;
}
::selection {
color: #000;
background: #ececec;
}
/*
---------------------------------------... | public_html/source/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
html,
body {
overflow-x: hidden
}
body {
font-family: 'Lato', sans-serif;
background-color: #010101;
color: #fffffd;
}
::selection {
color: #000;
background: #ececec;
}
/*
---------------------------------------... | 0.341912 | 0.076857 |
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove default margin.
*/
body {
ma... | V1.0-PostgreSql/ClientApp/public/Content/css/en/site.css | * 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove default margin.
*/
body {
ma... | 0.689724 | 0.104204 |
<style>
/* SVG styling */
path {
fill: #CED8B6;
}
line {
stroke: #555;
stroke-width: 2px;
}
line#bestfit {
stroke: #ddd;
stroke-width: 2px;
}
#xAxis path,
#yAxis path,
#xAxis line,
#yAxis line {
stroke: #ccc;
fill: ... | mlb_viz/DRA_PE_parallel_coords/style.css | <style>
/* SVG styling */
path {
fill: #CED8B6;
}
line {
stroke: #555;
stroke-width: 2px;
}
line#bestfit {
stroke: #ddd;
stroke-width: 2px;
}
#xAxis path,
#yAxis path,
#xAxis line,
#yAxis line {
stroke: #ccc;
fill: ... | 0.313735 | 0.079818 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
*{
box-sizing: border-box;
}
body{
font-family: 'Roboto', sans-serif;
color : #eee;
background-image: url(../img/finalfinal.jpg);
background-size: cover;
background-repeat: no-repeat;
/* rgba(96, 96, ... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
*{
box-sizing: border-box;
}
body{
font-family: 'Roboto', sans-serif;
color : #eee;
background-image: url(../img/finalfinal.jpg);
background-size: cover;
background-repeat: no-repeat;
/* rgba(96, 96, ... | 0.394201 | 0.097777 |
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap");
* {
margin: 0;
padding: 0;
}
body {
--fw-regular: 400;
--fw-bold: 700;
--fs-city: 0.75rem;
--fs-labels: 0.5rem;
--c-neutral: hsl(0, 0%, 59%);
--c-neutral-light: hsl(0, 0%, 91%);
--c-background: hsl(185, 75%,... | style.css | @import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap");
* {
margin: 0;
padding: 0;
}
body {
--fw-regular: 400;
--fw-bold: 700;
--fs-city: 0.75rem;
--fs-labels: 0.5rem;
--c-neutral: hsl(0, 0%, 59%);
--c-neutral-light: hsl(0, 0%, 91%);
--c-background: hsl(185, 75%,... | 0.442396 | 0.083404 |
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Raleway", sans-serif;
}
body {
width: 100%;
margin: auto;
color: #003e1f;
background-color: #f0f7ee;
}
#nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient... | styles.css | * {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Raleway", sans-serif;
}
body {
width: 100%;
margin: auto;
color: #003e1f;
background-color: #f0f7ee;
}
#nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient... | 0.284874 | 0.058292 |
body{
padding:0; margin:0; background:url(images/bg.gif) repeat-x #000; color:#A5A5A4;
}
div, ul, h1, h2, h3, h4, p, img, form{
padding:0; margin:0;
}
ul{
list-style-type:none;
}
.blank{
font-size:0px; clear:both; line-height:0px;
}
/*--------------------------------header pan---------------------------*/
#head... | Tazan Web/bin/Debug/Theme/Phanmem/phanmem5/style.css | body{
padding:0; margin:0; background:url(images/bg.gif) repeat-x #000; color:#A5A5A4;
}
div, ul, h1, h2, h3, h4, p, img, form{
padding:0; margin:0;
}
ul{
list-style-type:none;
}
.blank{
font-size:0px; clear:both; line-height:0px;
}
/*--------------------------------header pan---------------------------*/
#head... | 0.355551 | 0.085213 |
.RadSearchBox_Office2007 {
color: #000000;
font-size: 12px;
font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
.RadSearchBox_Office2007 .rsbInner {
border-radius: 3px;
border-color: #abc1de;
color: #333333;
background-color: #ffffff; }
.RadSearchBox_Office2007 .rsbEmptyMessage {
colo... | 1-WebApplication/AdevicoWeb/Graphics/Telerik/Skins/Office2007/SearchBox.Office2007.css | .RadSearchBox_Office2007 {
color: #000000;
font-size: 12px;
font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
.RadSearchBox_Office2007 .rsbInner {
border-radius: 3px;
border-color: #abc1de;
color: #333333;
background-color: #ffffff; }
.RadSearchBox_Office2007 .rsbEmptyMessage {
colo... | 0.44071 | 0.082512 |
@media (min-width:1200px) {
.site-center {
width:1160px;
}
.cell{
margin:15px;
}
}
@media (min-width:768px) and (max-width:979px) {
.site-center {
width:704px;
}
}
@media (max-width:767px) {
.parsley-error-list {
position: static;
display: block !imp... | assets/css/cascade/development/responsive.css | @media (min-width:1200px) {
.site-center {
width:1160px;
}
.cell{
margin:15px;
}
}
@media (min-width:768px) and (max-width:979px) {
.site-center {
width:704px;
}
}
@media (max-width:767px) {
.parsley-error-list {
position: static;
display: block !imp... | 0.324985 | 0.074433 |
@import url(https://fonts.googleapis.com/css?family=Roboto);
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-button {
height: 0;
width: 0;
}
::-webkit-scrollbar-track {
background-color: #fafafa;
}
::-webkit-scrollbar-button:start {
display: none;
}
::-webkit-scrollbar-button:end ... | skawa_material_components/lib/data_table/data_table.css | @import url(https://fonts.googleapis.com/css?family=Roboto);
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-button {
height: 0;
width: 0;
}
::-webkit-scrollbar-track {
background-color: #fafafa;
}
::-webkit-scrollbar-button:start {
display: none;
}
::-webkit-scrollbar-button:end ... | 0.387806 | 0.089177 |
icon-home_media, icon-image_exchange, icon-internet-no-width-no-height, icon-internet, icon-internet_fp2, icon-internet_radio, icon-internet_tel, icon-intranet, icon-arrow-11, icon-arrow-btn, icon-arrow-tiny, icon-bear-colors-primary-blue-aa0000, icon-cat, icon-cyrillic, icon-fishing-hook, icon-flag, icon-gear, icon-gr... | example/output/icons.fallback.css | icon-home_media, icon-image_exchange, icon-internet-no-width-no-height, icon-internet, icon-internet_fp2, icon-internet_radio, icon-internet_tel, icon-intranet, icon-arrow-11, icon-arrow-btn, icon-arrow-tiny, icon-bear-colors-primary-blue-aa0000, icon-cat, icon-cyrillic, icon-fishing-hook, icon-flag, icon-gear, icon-gr... | 0.3295 | 0.042127 |
.ground-container{width:910px!important}
.ground-banner{width:100%;height:622px;background:url(../images/banner.jpg) no-repeat center;margin-top:-30px;background-size:auto 622px}
.left-info .g_logo{width:82px;margin-top:90px;margin-left:188px}
.left-info .title{font-size:32px;color:#fff;margin-left:40px;margin-top:40px... | public/huxiu/css/ground.css | .ground-container{width:910px!important}
.ground-banner{width:100%;height:622px;background:url(../images/banner.jpg) no-repeat center;margin-top:-30px;background-size:auto 622px}
.left-info .g_logo{width:82px;margin-top:90px;margin-left:188px}
.left-info .title{font-size:32px;color:#fff;margin-left:40px;margin-top:40px... | 0.31279 | 0.066387 |
body {
//font: 13px/1.85em 'Open Sans', Arial, Helvetice Neue, sans-serif;
//color: #888888;
//font-weight: 300;
//font-style: normal;
//-webkit-font-smoothing: antialiased;
/* Fix for webkit rendering */
//-webkit-text-size-adjust: 100%;
//background: #282828;
}
a, a:hover, a:focus {
... | css/templatemo_style.css | body {
//font: 13px/1.85em 'Open Sans', Arial, Helvetice Neue, sans-serif;
//color: #888888;
//font-weight: 300;
//font-style: normal;
//-webkit-font-smoothing: antialiased;
/* Fix for webkit rendering */
//-webkit-text-size-adjust: 100%;
//background: #282828;
}
a, a:hover, a:focus {
... | 0.291787 | 0.08617 |
h1, h2, h3, h4 {
font-weight: lighter;
}
/* title */
h1.big-title {
font-size: 2em;
border: none;
text-align: center;
margin: 0;
padding: 0.3em;
color: white;
background-color: #c60000;
}
.big-title a i {
color: white;
}
article {
margin: 1em;
}
@media print {
article {
... | public/css/main.css | h1, h2, h3, h4 {
font-weight: lighter;
}
/* title */
h1.big-title {
font-size: 2em;
border: none;
text-align: center;
margin: 0;
padding: 0.3em;
color: white;
background-color: #c60000;
}
.big-title a i {
color: white;
}
article {
margin: 1em;
}
@media print {
article {
... | 0.516108 | 0.112795 |
.mg-r14{margin-right:14px}
#header .top-bar{border-bottom:#ddd solid 0px}
#footer{margin-top:20px}
/*#header .top-bar li:hover{border-bottom:#00a6ff solid 2px}
#header .top-bar li.cur{border-bottom:#00a6ff solid 2px}*/
.col_orange{color:#f60}
.sub,button,.button,.pay_lay .box button,.revise_lay .write_form button{bord... | public/css/web/list.css | .mg-r14{margin-right:14px}
#header .top-bar{border-bottom:#ddd solid 0px}
#footer{margin-top:20px}
/*#header .top-bar li:hover{border-bottom:#00a6ff solid 2px}
#header .top-bar li.cur{border-bottom:#00a6ff solid 2px}*/
.col_orange{color:#f60}
.sub,button,.button,.pay_lay .box button,.revise_lay .write_form button{bord... | 0.256646 | 0.07208 |
h1 {
}
p {
text-align:center;
/* text-align:justify;*/
font-size:13px;
line-height:19px;
color:#333;
}
.lighting-controls-list {
list-style:none;
margin:30px 0;
padding:0;
}
.lighting-controls-list li {
clear:both;
width:100%;
margin-bottom:70px;
font-size:15px;
lin... | themes/frontend_theme/resources/css/lighting-controls.css | h1 {
}
p {
text-align:center;
/* text-align:justify;*/
font-size:13px;
line-height:19px;
color:#333;
}
.lighting-controls-list {
list-style:none;
margin:30px 0;
padding:0;
}
.lighting-controls-list li {
clear:both;
width:100%;
margin-bottom:70px;
font-size:15px;
lin... | 0.30965 | 0.085748 |
* {
margin: 0;
padding: 0;
font-family: Lato;
text-align:left
}
a, a:visited, a:hover, a:active {
color: inherit;
}
body {
padding: 0px;
background: #e5e2e6;
background-color: #95a5a6;
font-weight: 700;
font-size: 12px;
margin: 0px;
}
.flatTable {
width: 60%;
min-wi... | target/NUNTIUS-1.0.127/resources/css/table.css | * {
margin: 0;
padding: 0;
font-family: Lato;
text-align:left
}
a, a:visited, a:hover, a:active {
color: inherit;
}
body {
padding: 0px;
background: #e5e2e6;
background-color: #95a5a6;
font-weight: 700;
font-size: 12px;
margin: 0px;
}
.flatTable {
width: 60%;
min-wi... | 0.345216 | 0.1495 |
input:focus{
outline: none;
}
textarea:focus {
outline: none;
}
a{
color:inherit;
text-decoration: none;
}
body{
padding: 2.5rem;
}
.search-bar{
padding-top: 5rem;
margin-top: 1rem;
margin-left: auto;
margin-right: auto;
display: block;
width: 30rem;
height: 2rem;
... | src/App.css | input:focus{
outline: none;
}
textarea:focus {
outline: none;
}
a{
color:inherit;
text-decoration: none;
}
body{
padding: 2.5rem;
}
.search-bar{
padding-top: 5rem;
margin-top: 1rem;
margin-left: auto;
margin-right: auto;
display: block;
width: 30rem;
height: 2rem;
... | 0.39257 | 0.069321 |
.TableItemCleanup {
--TableItemCleanup-border-color: rgb(0 0 0 / 15%);
display: flex;
flex-direction: column;
flex-grow: 1;
}
.TableItemCleanup__HeaderMenu {
display: flex;
}
.TableItemCleanup__HeaderMenu > * + * {
margin-left: 1em;
}
/* Need specificity > (0, 1, 0) to override Blueprint's styling */
.T... | packages/manager/src/components/TableItemCleanup.css | .TableItemCleanup {
--TableItemCleanup-border-color: rgb(0 0 0 / 15%);
display: flex;
flex-direction: column;
flex-grow: 1;
}
.TableItemCleanup__HeaderMenu {
display: flex;
}
.TableItemCleanup__HeaderMenu > * + * {
margin-left: 1em;
}
/* Need specificity > (0, 1, 0) to override Blueprint's styling */
.T... | 0.619126 | 0.070208 |
* This file contains all the CSS rules for the site. This file
* should not be included directly, and should instead be
* referenced via the CSS-serving script, css.php.
* IF REFERENCED DIRECTLY, IT WILL BREAK
*/
@import 'https://fonts.googleapis.com/css?family=Poppins';
body{
position: fixed;
}
.background {... | css/index.css | * This file contains all the CSS rules for the site. This file
* should not be included directly, and should instead be
* referenced via the CSS-serving script, css.php.
* IF REFERENCED DIRECTLY, IT WILL BREAK
*/
@import 'https://fonts.googleapis.com/css?family=Poppins';
body{
position: fixed;
}
.background {... | 0.512205 | 0.069922 |
<style>
html, body {
min-height: 100%;
}
body, div, form, input, select, p {
padding: 0;
margin: 0;
outline: none;
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
color: #666;
}
h1 {
margin: 0;
font... | templates/config_form_sign_up.css | <style>
html, body {
min-height: 100%;
}
body, div, form, input, select, p {
padding: 0;
margin: 0;
outline: none;
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
color: #666;
}
h1 {
margin: 0;
font... | 0.261991 | 0.1015 |
/* External Library Includes */
@import './imports/_reset';
/* Modules */
@import './imports/_box-sizing';
@import './imports/_images';
@import './imports/_background-size';
@import './imports/_background-position';
@import './imports/_outlines';
@import './imports/_borders';
@import './imports/_border-radius';
@impor... | src/css/main.css | /* External Library Includes */
@import './imports/_reset';
/* Modules */
@import './imports/_box-sizing';
@import './imports/_images';
@import './imports/_background-size';
@import './imports/_background-position';
@import './imports/_outlines';
@import './imports/_borders';
@import './imports/_border-radius';
@impor... | 0.281011 | 0.045458 |
@-moz-document domain("turkcealtyazi.org") {
* {border-radius:0!important;box-shadow:none!important;}
body {background-color: #141D26;color: #8798A5;}
#nheader, #nfooter {background: #141D26;border: 1px solid #243447}
.nFind input[type="text"] {background: #1B2836;color: #8798A5;}
.nFind ul li.init {background... | data/usercss/162688.user.css | @-moz-document domain("turkcealtyazi.org") {
* {border-radius:0!important;box-shadow:none!important;}
body {background-color: #141D26;color: #8798A5;}
#nheader, #nfooter {background: #141D26;border: 1px solid #243447}
.nFind input[type="text"] {background: #1B2836;color: #8798A5;}
.nFind ul li.init {background... | 0.125039 | 0.128552 |
body, td, th {
font: 12px/1.62 Helvetica,Arial,sans-serif;
}
input, button, textarea, select, optgroup, option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
ul, ol {
list-style: outside no... | resources/css/music/public/bundle.css | body, td, th {
font: 12px/1.62 Helvetica,Arial,sans-serif;
}
input, button, textarea, select, optgroup, option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
ul, ol {
list-style: outside no... | 0.488039 | 0.096323 |
.map-theme .ol-zoom {
display: none;
}
.map-theme .ol-scale-line {
right: 5px;
left: auto !important;
bottom: 5px;
}
.map-theme .ol-full-screen {
left: 5px;
bottom: 5px;
right: auto;
top: auto;
}
.map-theme .ol-popup {
display: none;
position: absolute;
background-color: white;
/* padding: 15px 25px 15px... | src/map/OLOverrides.css | .map-theme .ol-zoom {
display: none;
}
.map-theme .ol-scale-line {
right: 5px;
left: auto !important;
bottom: 5px;
}
.map-theme .ol-full-screen {
left: 5px;
bottom: 5px;
right: auto;
top: auto;
}
.map-theme .ol-popup {
display: none;
position: absolute;
background-color: white;
/* padding: 15px 25px 15px... | 0.329823 | 0.071689 |
* Marka - v0.3.1
* http://fian.my.id/marka
*
* Copyright 2014 <NAME> and other contributors
* Released under the MIT license
* https://github.com/fians/marka/blob/master/LICENSE
*/
/* Core style */
.marka {
position: relative;
display: inline-block;
vertical-align: bottom;
-webkit-transition: all ... | src/css/lib/marka-icons.css | * Marka - v0.3.1
* http://fian.my.id/marka
*
* Copyright 2014 <NAME> and other contributors
* Released under the MIT license
* https://github.com/fians/marka/blob/master/LICENSE
*/
/* Core style */
.marka {
position: relative;
display: inline-block;
vertical-align: bottom;
-webkit-transition: all ... | 0.798226 | 0.112795 |
* {
box-sizing: border-box;
}
body {
margin: 0px;
font-family: Nunito, "Segoe UI", sans-serif;
background-color: #F3F4F6;
}
.header {
background-color: white;
}
.header__content {
max-width: 992px;
margin-left: auto;
margin-right: auto;
padding: 20px;
display: flex;
align-items: center;
justif... | public/css/style.css | * {
box-sizing: border-box;
}
body {
margin: 0px;
font-family: Nunito, "Segoe UI", sans-serif;
background-color: #F3F4F6;
}
.header {
background-color: white;
}
.header__content {
max-width: 992px;
margin-left: auto;
margin-right: auto;
padding: 20px;
display: flex;
align-items: center;
justif... | 0.47171 | 0.114517 |
body {
margin: 0;
padding: 0;
height: 100vh;
}
.navbar-nav {
margin-left: 80%;
}
.user-form .container #login-row #login-column #login-box {
margin-top: 120px;
max-width: 600px;
height: auto;
border: 1px solid #9C9C9C;
background-color: #EAEAEA;
}
.user-form .container #login-row #login-column #lo... | public/assets/css/style.css | body {
margin: 0;
padding: 0;
height: 100vh;
}
.navbar-nav {
margin-left: 80%;
}
.user-form .container #login-row #login-column #login-box {
margin-top: 120px;
max-width: 600px;
height: auto;
border: 1px solid #9C9C9C;
background-color: #EAEAEA;
}
.user-form .container #login-row #login-column #lo... | 0.389314 | 0.079567 |
.text-teal {
color: #4dc0b5;
}
.text-teal-100 {
color: #dfefef;
}
.text-teal-200 {
color: #bfdfdf;
}
.text-teal-300 {
color: #9fcfcf;
}
.text-teal-400 {
color: #7fbfbf;
}
.text-teal-500 {
color: #5fafaf;
}
.text-teal-600 {
color: #3f9f9f;
}
.text-teal-700 {
color: #1f8f8f;
}
.text... | resources/css/common.css | .text-teal {
color: #4dc0b5;
}
.text-teal-100 {
color: #dfefef;
}
.text-teal-200 {
color: #bfdfdf;
}
.text-teal-300 {
color: #9fcfcf;
}
.text-teal-400 {
color: #7fbfbf;
}
.text-teal-500 {
color: #5fafaf;
}
.text-teal-600 {
color: #3f9f9f;
}
.text-teal-700 {
color: #1f8f8f;
}
.text... | 0.466846 | 0.085137 |
1. ELEMENTS
========================================================================== */
/* ==========================================================================
1.1. RESET
========================================================================== */
html {
-webkit-box-sizing: border-box;
box-sizi... | public/assets/frontend/themes/madebyhand/assets/css/custom.css | 1. ELEMENTS
========================================================================== */
/* ==========================================================================
1.1. RESET
========================================================================== */
html {
-webkit-box-sizing: border-box;
box-sizi... | 0.379034 | 0.070784 |
.switch-button {
position: relative;
width: 56px;
height: 24px;
cursor: pointer;
color: white;
font-size: 11px;
border-radius: 6px;
}
.switch-button.on{
background-color: #EEBE53;
}
.switch-button.off{
background-color: grey;
}
.switch-button span.on {
position: relative;
top: 7px;
left: 9px;
}
.... | services/analysis-viewer/css/components.css |
.switch-button {
position: relative;
width: 56px;
height: 24px;
cursor: pointer;
color: white;
font-size: 11px;
border-radius: 6px;
}
.switch-button.on{
background-color: #EEBE53;
}
.switch-button.off{
background-color: grey;
}
.switch-button span.on {
position: relative;
top: 7px;
left: 9px;
}
.... | 0.409575 | 0.080213 |
.mCustomScrollbar {
-ms-touch-action:pinch-zoom;
touch-action:pinch-zoom
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
-ms-touch-action:auto;
touch-action:auto
}
.mCustomScrollBox {
position:relative;
overflow:hidden;
height:100%;
max-width:100%;
outline:0;
direction:ltr
}
.mCSB_c... | css/jquery.mCustomScrollbar.min.css | .mCustomScrollbar {
-ms-touch-action:pinch-zoom;
touch-action:pinch-zoom
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
-ms-touch-action:auto;
touch-action:auto
}
.mCustomScrollBox {
position:relative;
overflow:hidden;
height:100%;
max-width:100%;
outline:0;
direction:ltr
}
.mCSB_c... | 0.627267 | 0.107766 |
@font-face {
font-family: "joe";
src: url(../fonts/joe.ttf);
}
@font-face {
font-family: "adobe";
src: url(../fonts/Adobe\Garamond\Pro\Regular.ttf);
}
@font-face {
font-family: "sansino";
src: url(../fonts/Sansino.ttf);
}
/* ++++++++++++++++++++++ END FONT INSTALL +++++++++++++++++++++++++ */
body {
... | assets/css/style.css |
@font-face {
font-family: "joe";
src: url(../fonts/joe.ttf);
}
@font-face {
font-family: "adobe";
src: url(../fonts/Adobe\Garamond\Pro\Regular.ttf);
}
@font-face {
font-family: "sansino";
src: url(../fonts/Sansino.ttf);
}
/* ++++++++++++++++++++++ END FONT INSTALL +++++++++++++++++++++++++ */
body {
... | 0.296349 | 0.085327 |
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
pre{
white-space:pre;
white-space:pre-wrap;
word-wrap:break-word
}
code{
display:block;
padding:9.5px;
font-size:13px;
line-height:1.428571429;... | assets/css/dario.css | *,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
pre{
white-space:pre;
white-space:pre-wrap;
word-wrap:break-word
}
code{
display:block;
padding:9.5px;
font-size:13px;
line-height:1.428571429;... | 0.518302 | 0.088978 |