code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
body {
font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
nav {
width: 100vw;
height: 3.9vw;
position: fixed;
top: 0%;
left: 0;
z-index: 4;
}
.navbar {
color: #ffffff;
width: 100vw;
display: flex;
list-style: none;
position: absolute;
top: -110%;
right: 0;
margin: 0;
z-in... | public/css/navbar.css | body {
font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
nav {
width: 100vw;
height: 3.9vw;
position: fixed;
top: 0%;
left: 0;
z-index: 4;
}
.navbar {
color: #ffffff;
width: 100vw;
display: flex;
list-style: none;
position: absolute;
top: -110%;
right: 0;
margin: 0;
z-in... | 0.448064 | 0.089773 |
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li {
margin:0; padding:0;
}
li {list-style:none;}
a {color:#069; text-decoration:none;}
a:hover {text-decoration:underline;}
body {
line-height: 1.5;
font-size:14px;
font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino S... | prototype/public/stylesheet/style.css | body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li {
margin:0; padding:0;
}
li {list-style:none;}
a {color:#069; text-decoration:none;}
a:hover {text-decoration:underline;}
body {
line-height: 1.5;
font-size:14px;
font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino S... | 0.140248 | 0.056418 |
*{
margin: 0;
padding: 0;
}
:root {
--accent-color: #8f1fff;
--bottom-bg-color: #20343f;
}
body{
font-family: 'Roboto', sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #fff;
}
.Credits {
color:black;
... | style.css | *{
margin: 0;
padding: 0;
}
:root {
--accent-color: #8f1fff;
--bottom-bg-color: #20343f;
}
body{
font-family: 'Roboto', sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #fff;
}
.Credits {
color:black;
... | 0.42477 | 0.052473 |
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
section:nth-child(3) {
margin-top: 20vh;
}
}
@media only screen and (max-width: 600px) {
/* Header CSS */
.header {
flex-direction: column;
justify-content: flex-start;
}
.header__toggle {
display: flex;... | src/components/styles/responsive.css | @media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
section:nth-child(3) {
margin-top: 20vh;
}
}
@media only screen and (max-width: 600px) {
/* Header CSS */
.header {
flex-direction: column;
justify-content: flex-start;
}
.header__toggle {
display: flex;... | 0.321141 | 0.082623 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;700;900&display=swap');
:root{
--cor1: #BB2020 ;
--cor2: #06111C ;
--cor3: #BEC7C7 ;
--cor4: #FFEB4D ;
--cor... | lercapitulo.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;700;900&display=swap');
:root{
--cor1: #BB2020 ;
--cor2: #06111C ;
--cor3: #BEC7C7 ;
--cor4: #FFEB4D ;
--cor... | 0.295332 | 0.089375 |
:root {
--default-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-monospace: 'SF Mono', Consolas, monaco, monospace;;
}
.theme-light {
--background-code: #f0f1f4;
--background-secondary: #f5f6f8;
--... | obsidian.css | :root {
--default-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-monospace: 'SF Mono', Consolas, monaco, monospace;;
}
.theme-light {
--background-code: #f0f1f4;
--background-secondary: #f5f6f8;
--... | 0.38318 | 0.078113 |
.response-container{
min-width: 300px;
}
.response-header {
padding: 10px;
}
.response-header-tab span {
display: inline-block;
padding: 0 10px;
border-radius: 25px;
height:25px;
line-height:25px;
cursor: pointer;
}
.response-status-and-time {
line-height:25px;
}
.response-status-and... | scripts/module/response/style.css | .response-container{
min-width: 300px;
}
.response-header {
padding: 10px;
}
.response-header-tab span {
display: inline-block;
padding: 0 10px;
border-radius: 25px;
height:25px;
line-height:25px;
cursor: pointer;
}
.response-status-and-time {
line-height:25px;
}
.response-status-and... | 0.349755 | 0.08548 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
list-style: none;
font-family: sans-serif;
}
/*==========HEADER==========*/
.header {background: url(../imagens/capa.png) no-repeat; background-size: cover;}
.header01 {display: flex; justify-content: space-between; align-i... | css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
list-style: none;
font-family: sans-serif;
}
/*==========HEADER==========*/
.header {background: url(../imagens/capa.png) no-repeat; background-size: cover;}
.header01 {display: flex; justify-content: space-between; align-i... | 0.181916 | 0.136177 |
body.wp-admin.upload-php .filebird_sidebar{
margin-top: 10px;
}
body.wp-admin.upload-php #wpbody-content {
padding-right: 10px;
float: left;
}
body.wp-admin.upload-php .attachments {
height: 0;
}
body.wp-admin.upload-php .view-switch a:before {
line-height: 28px;
}
body.wp-admin.upload-php {
position: re... | web/wp-content/plugins/filebird/admin/css/filebird-upload-rtl.css | body.wp-admin.upload-php .filebird_sidebar{
margin-top: 10px;
}
body.wp-admin.upload-php #wpbody-content {
padding-right: 10px;
float: left;
}
body.wp-admin.upload-php .attachments {
height: 0;
}
body.wp-admin.upload-php .view-switch a:before {
line-height: 28px;
}
body.wp-admin.upload-php {
position: re... | 0.198841 | 0.064065 |
@media (max-width: 1450px) and (min-width:811px){
body{
background-color:rgb(48, 54, 64);
color:aliceblue;
overflow-x:hidden;
font-weight: bold;
font-family:'Courier New', Courier, monospace;
}
#nav{
margin-left: 65%;
}
#country{
align-self: ri... | Project-3/Rituraj Seal/CSS/tablet.css | @media (max-width: 1450px) and (min-width:811px){
body{
background-color:rgb(48, 54, 64);
color:aliceblue;
overflow-x:hidden;
font-weight: bold;
font-family:'Courier New', Courier, monospace;
}
#nav{
margin-left: 65%;
}
#country{
align-self: ri... | 0.339828 | 0.085633 |
body {
background-color: #f6f8fb;
}
.feature-box {
margin: 21px 0;
padding: 13px;
background: white;
border-radius: 4px;
background-color: #ffffff;
background-size: cover;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.info-box {
border-radius: 4px;
background: #f6f8fb;
color: #142e7b;
font-si... | dashboard/covid-us/covid-us.css | body {
background-color: #f6f8fb;
}
.feature-box {
margin: 21px 0;
padding: 13px;
background: white;
border-radius: 4px;
background-color: #ffffff;
background-size: cover;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.info-box {
border-radius: 4px;
background: #f6f8fb;
color: #142e7b;
font-si... | 0.49292 | 0.133952 |
.splitflap {
position: relative;
min-width: 100px;
height: 100px;
margin: 10px;
line-height: 100px;
font-size: 100px;
font-family: Monospace;
text-align: center;
color: white;
}
.center {
/* position: absolute;
left: 0;
top: 50%; */
margin-top: -50px;
width: 100%;
display: flex;
justify... | public/stylesheets/flap.css | .splitflap {
position: relative;
min-width: 100px;
height: 100px;
margin: 10px;
line-height: 100px;
font-size: 100px;
font-family: Monospace;
text-align: center;
color: white;
}
.center {
/* position: absolute;
left: 0;
top: 50%; */
margin-top: -50px;
width: 100%;
display: flex;
justify... | 0.600423 | 0.152852 |
margin-top: 3.2rem;
}
#search-teachers label{
color: var(--color-text-in-primary);
}
#search-teachers .select-block{
margin-bottom: 1.4rem;
}
#search-teachers button{
width: 100%;
height: 5.6rem;
background: var(--color-secondary);
color: var(--color-button-text);
border: 0;
borde... | page-professor-aula.css | margin-top: 3.2rem;
}
#search-teachers label{
color: var(--color-text-in-primary);
}
#search-teachers .select-block{
margin-bottom: 1.4rem;
}
#search-teachers button{
width: 100%;
height: 5.6rem;
background: var(--color-secondary);
color: var(--color-button-text);
border: 0;
borde... | 0.213131 | 0.060004 |
.cardParent {
display: flex;
justify-content: space-between;
}
.card {
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: auto auto auto auto 1fr;
grid-template-areas:
"placeholder placeholder"
"tag date"
"title title"
"text text"
"cta cta";
width: calc(50% - 8px);
... | src/exercises/9_arhive.css |
.cardParent {
display: flex;
justify-content: space-between;
}
.card {
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: auto auto auto auto 1fr;
grid-template-areas:
"placeholder placeholder"
"tag date"
"title title"
"text text"
"cta cta";
width: calc(50% - 8px);
... | 0.488527 | 0.080828 |
.navbar {
background-image: none;
background-repeat: no-repeat;
margin-left:6vh;
margin-right:6vh;
}
.header{
text-align: center;
margin-top: 15px;
}
.header > h1{
font-size: 60px;
font-family: Chomsky;
}
body{
background-color: lightgrey;
}
@font-face {
font-family:Chomsky... | Homework/assets/style/grid.css | .navbar {
background-image: none;
background-repeat: no-repeat;
margin-left:6vh;
margin-right:6vh;
}
.header{
text-align: center;
margin-top: 15px;
}
.header > h1{
font-size: 60px;
font-family: Chomsky;
}
body{
background-color: lightgrey;
}
@font-face {
font-family:Chomsky... | 0.552057 | 0.092196 |
:root {
font-family: lato;
}
/* Header */
#header {
background-color: #adb5fe;
border: thick solid #adb5fe;
border-radius: 10px;
box-shadow: 0 3px 8px 2px rgba(0, 0, 0, .18);
font-size: 200%;
}
.header-text {
display: inline;
font-weight: 700;
padding: 10px;
}
#navbar {
display: inline-block;
... | portfolio/src/main/webapp/style.css | :root {
font-family: lato;
}
/* Header */
#header {
background-color: #adb5fe;
border: thick solid #adb5fe;
border-radius: 10px;
box-shadow: 0 3px 8px 2px rgba(0, 0, 0, .18);
font-size: 200%;
}
.header-text {
display: inline;
font-weight: 700;
padding: 10px;
}
#navbar {
display: inline-block;
... | 0.413596 | 0.127517 |
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
:root {
--primary-color: #781E20;
--title-color: #2d2d2d;
}
/* scroolbar style */
::-webkit-scrollbar {
width: 2px;
height... | application/view/static/css/dashboard-style.css | @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
:root {
--primary-color: #781E20;
--title-color: #2d2d2d;
}
/* scroolbar style */
::-webkit-scrollbar {
width: 2px;
height... | 0.38341 | 0.073231 |
.btn-lg {
padding: 0.75rem 1.25rem;
font-weight: 700;
margin-right: 70px;
}
body {
display: -ms-flexbox;
display: flex;
text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
/*
* Footer
*/
section b... | src/app/components/home/home.component.css | .btn-lg {
padding: 0.75rem 1.25rem;
font-weight: 700;
margin-right: 70px;
}
body {
display: -ms-flexbox;
display: flex;
text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
/*
* Footer
*/
section b... | 0.327991 | 0.075619 |
.mw-videos-streaming-module {
min-height: 100px;
padding: 0;
}
.mw-videos-streaming-module h1,
.mw-videos-streaming-module h2,
.mw-videos-streaming-module h3,
.mw-videos-streaming-module h4,
.mw-videos-streaming-module h5,
.mw-videos-streaming-module h6 {
font-size: 24px;
font-weight: 600;
color: #... | assets/videos_streaming.css | .mw-videos-streaming-module {
min-height: 100px;
padding: 0;
}
.mw-videos-streaming-module h1,
.mw-videos-streaming-module h2,
.mw-videos-streaming-module h3,
.mw-videos-streaming-module h4,
.mw-videos-streaming-module h5,
.mw-videos-streaming-module h6 {
font-size: 24px;
font-weight: 600;
color: #... | 0.420124 | 0.066357 |
body
{
background: #EEE;
font-size: 14px;
font-family: "Arial" , "Helvetica" , "Verdana" , "Sans-Serif";
margin: 0;
color: #000;
}
a
{
color: #034af3;
text-decoration: none;
}
a:visited
{
color: #505abc;
}
a:hover
{
color: #1d60ff;
text-decoration: underline;
}
a:active
{
c... | GrapeFruitStore/Content/Css/Default.css | body
{
background: #EEE;
font-size: 14px;
font-family: "Arial" , "Helvetica" , "Verdana" , "Sans-Serif";
margin: 0;
color: #000;
}
a
{
color: #034af3;
text-decoration: none;
}
a:visited
{
color: #505abc;
}
a:hover
{
color: #1d60ff;
text-decoration: underline;
}
a:active
{
c... | 0.274254 | 0.079567 |
@font-face {
font-family: Martel;
font-style: normal;
font-weight: 400;
src: url(..assets/fonts/Martel-Regular.ttf);
}
@font-face {
font-family: Martel;
font-style: normal;
font-weight: 700;
src: url(..assets/fonts/Martel-Bold.ttf);
}
@font-face {
font-family: Cabin;
src: url(../assets/fonts/Cabin... | styles/main.css | @font-face {
font-family: Martel;
font-style: normal;
font-weight: 400;
src: url(..assets/fonts/Martel-Regular.ttf);
}
@font-face {
font-family: Martel;
font-style: normal;
font-weight: 700;
src: url(..assets/fonts/Martel-Bold.ttf);
}
@font-face {
font-family: Cabin;
src: url(../assets/fonts/Cabin... | 0.338624 | 0.073563 |
.html-page .master.file-list .upload-input-group {
border-radius: 4px 4px 0 0;
}
/* line 9, ../sass/customer-html.scss */
.html-page .master.file-list .upload-input-group input {
border-radius: 0 4px 0 0;
border: 2px solid #E9E9E9;
}
/* line 13, ../sass/customer-html.scss */
.html-page .master.file-list .upload-i... | src/Darkish/CustomerBundle/Resources/public/stylesheets/customer-html.css | .html-page .master.file-list .upload-input-group {
border-radius: 4px 4px 0 0;
}
/* line 9, ../sass/customer-html.scss */
.html-page .master.file-list .upload-input-group input {
border-radius: 0 4px 0 0;
border: 2px solid #E9E9E9;
}
/* line 13, ../sass/customer-html.scss */
.html-page .master.file-list .upload-i... | 0.210279 | 0.056966 |
@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
/*========================================================
Bootstrap Reset
=========================================================*/
@import url(https://fonts.googleapis.com/css?family=Rubik:... | public/css/theme/dog/stylesheet.css | @charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
/*========================================================
Bootstrap Reset
=========================================================*/
@import url(https://fonts.googleapis.com/css?family=Rubik:... | 0.332852 | 0.058373 |
@font-face {
font-family: 'entypo';
src: url('/css/entypo/entypo.eot');
src: url('/css/entypo/entypo.eot?#iefix') format('embedded-opentype'),
url('/css/entypo/entypo.woff') format('woff'),
url('/css/entypo/entypo.ttf') format('truetype'),
url('/css/entypo/entypo.svg#entypo') form... | src/css/custom-new.css | @font-face {
font-family: 'entypo';
src: url('/css/entypo/entypo.eot');
src: url('/css/entypo/entypo.eot?#iefix') format('embedded-opentype'),
url('/css/entypo/entypo.woff') format('woff'),
url('/css/entypo/entypo.ttf') format('truetype'),
url('/css/entypo/entypo.svg#entypo') form... | 0.338405 | 0.06236 |
display: grid;
grid-template-columns: minmax(calc( var(--card-size) *1px), max-content) repeat(auto-fill, calc( var(--card-size) *1px));
}
.card{
width:calc( var(--card-size) *1px);
height:calc( var(--card-size) * 1px);
position:relative;
transition: all .5s ease-out;
cursor:pointe... | grido-core/css/card.css | display: grid;
grid-template-columns: minmax(calc( var(--card-size) *1px), max-content) repeat(auto-fill, calc( var(--card-size) *1px));
}
.card{
width:calc( var(--card-size) *1px);
height:calc( var(--card-size) * 1px);
position:relative;
transition: all .5s ease-out;
cursor:pointe... | 0.389663 | 0.14734 |
.footer_soc a:hover .fa-twitter {
color: #00aced;
}
.footer_soc a:hover {
opacity: 1;
}
.footer_soc a .fab {
transition: all 0.3s ease;
}
.footer_soc a:hover .fa-facebook-square {
color: #3C5A99;
}
.footer_soc a:hover .fa-youtube {
color: red;
}
.footer_soc a:hover .fa-linkedin-in {
color: #48... | public/css/StyleSheet.css | .footer_soc a:hover .fa-twitter {
color: #00aced;
}
.footer_soc a:hover {
opacity: 1;
}
.footer_soc a .fab {
transition: all 0.3s ease;
}
.footer_soc a:hover .fa-facebook-square {
color: #3C5A99;
}
.footer_soc a:hover .fa-youtube {
color: red;
}
.footer_soc a:hover .fa-linkedin-in {
color: #48... | 0.371023 | 0.119614 |
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
height: 100vh;
--color-text: #383838;
--color-text-other: #808080;
--color-border: #d3d3d3;
--color-button: #d3d3d3;
--color-button-active: #c4c4c4;
}
body {
height: 100vh;
font-size: 2em;
font-family: 'Roboto', sans-serif;
color: var(--... | style.css | * {
box-sizing: border-box;
}
html {
font-size: 62.5%;
height: 100vh;
--color-text: #383838;
--color-text-other: #808080;
--color-border: #d3d3d3;
--color-button: #d3d3d3;
--color-button-active: #c4c4c4;
}
body {
height: 100vh;
font-size: 2em;
font-family: 'Roboto', sans-serif;
color: var(--... | 0.477554 | 0.123921 |
.mermaid .label {
color: white;
}
.node rect,
.node circle,
.node polygon {
fill: #d62828;
stroke: #d62828;
stroke-width: 1px;
}
.edgePath .path {
stroke: #333333;
}
.cluster rect {
fill: #ffffde !important;
rx: 4 !important;
stroke: #aaaa33 !important;
stroke-width: 1px !important;
... | public/stylesheets/mermaid.css | .mermaid .label {
color: white;
}
.node rect,
.node circle,
.node polygon {
fill: #d62828;
stroke: #d62828;
stroke-width: 1px;
}
.edgePath .path {
stroke: #333333;
}
.cluster rect {
fill: #ffffde !important;
rx: 4 !important;
stroke: #aaaa33 !important;
stroke-width: 1px !important;
... | 0.351645 | 0.066934 |
@-moz-document domain("novelplanet.com") {
body {
font-size: 1.4em;
}
a {
color: #FFB313;
}
#header {
background-color: #211907;
color: #ffffff;
height: 70px;
}
#header img {
mix-blend-mode: luminosity;
}
#header > div {
position: absolute !important;
line-height: 70px !... | data/usercss/157159.user.css | @-moz-document domain("novelplanet.com") {
body {
font-size: 1.4em;
}
a {
color: #FFB313;
}
#header {
background-color: #211907;
color: #ffffff;
height: 70px;
}
#header img {
mix-blend-mode: luminosity;
}
#header > div {
position: absolute !important;
line-height: 70px !... | 0.293202 | 0.065455 |
body {
background: #f5f4f4;
margin: 0px;
padding: 0px;
font-family: sans-serif;
}
.text {
padding-top: 24px;
background: #ffffff;
width: 58%;
margin: auto;
position: relative;
border-radius: 14px;
}
article.dividir{
height: 3px;
background: #3e50a9;
width: 95%;
... | estilos.css | body {
background: #f5f4f4;
margin: 0px;
padding: 0px;
font-family: sans-serif;
}
.text {
padding-top: 24px;
background: #ffffff;
width: 58%;
margin: auto;
position: relative;
border-radius: 14px;
}
article.dividir{
height: 3px;
background: #3e50a9;
width: 95%;
... | 0.412885 | 0.091788 |
.input {
display: flex;
width: 95%;
position: relative;
align-items: center;
}
.input__box {
width: 100%;
border-radius: 30px;
padding: 20px 30px;
font-size: 25px;
border: none;
transition: 0.2s;
box-shadow: inset 0 0 5px black;
}
.input__box:focus {
box-sha... | To_do-RT/to_do_ts/src/components/input_style.css | .input {
display: flex;
width: 95%;
position: relative;
align-items: center;
}
.input__box {
width: 100%;
border-radius: 30px;
padding: 20px 30px;
font-size: 25px;
border: none;
transition: 0.2s;
box-shadow: inset 0 0 5px black;
}
.input__box:focus {
box-sha... | 0.487551 | 0.144934 |
@charset "UTF-8";
body {
font-family: 'Open Sans', sans-serif;
color: #333;
background-color: #e9ecf3;
background: url(../images/bg.jpg) no-repeat center center fixed;
-khtml-background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-... | static/css/account.css | @charset "UTF-8";
body {
font-family: 'Open Sans', sans-serif;
color: #333;
background-color: #e9ecf3;
background: url(../images/bg.jpg) no-repeat center center fixed;
-khtml-background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-... | 0.274157 | 0.045458 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://www.google.fr/"),
url-prefix("http://www.google.fr/webhp?") {
/* Implementing Google Reloaded 2 style */
body {background:#000 url("http://fc08.deviantart.com/fs45/f/2009/153/1/1/1174769de6597a940f6e74c37d99fddd.png") top left repeat-x!i... | data/usercss/18426.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://www.google.fr/"),
url-prefix("http://www.google.fr/webhp?") {
/* Implementing Google Reloaded 2 style */
body {background:#000 url("http://fc08.deviantart.com/fs45/f/2009/153/1/1/1174769de6597a940f6e74c37d99fddd.png") top left repeat-x!i... | 0.287168 | 0.169543 |
body {
font-family:'GothamRounded';
}
.update {
background-color:lightgray;
border-radius:5px;
padding:10px;
border:0px;
}
#error {
background-color:rgba(255,255,255,0.95);
width:40vw;
display:none;
font-family:'GothamRounded';
opacity:0;
top:-200px;
left:30vw;
posi... | css/dashboard.css | body {
font-family:'GothamRounded';
}
.update {
background-color:lightgray;
border-radius:5px;
padding:10px;
border:0px;
}
#error {
background-color:rgba(255,255,255,0.95);
width:40vw;
display:none;
font-family:'GothamRounded';
opacity:0;
top:-200px;
left:30vw;
posi... | 0.240685 | 0.054199 |
body {
/*background-image: url(/assets/images/background-50px.png);*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
h1 {
font: bold 18px Arial;
margin: 0;
}
/*PAGE*/
#page{
max-width: 900px;
margin: auto;
}
/*HEADER*/
#header{
position:relative;
width: 100%;
... | assets/css/style.css | body {
/*background-image: url(/assets/images/background-50px.png);*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
h1 {
font: bold 18px Arial;
margin: 0;
}
/*PAGE*/
#page{
max-width: 900px;
margin: auto;
}
/*HEADER*/
#header{
position:relative;
width: 100%;
... | 0.299515 | 0.058373 |
.media a:not(.btn):not(.avatar) {
color: #4d5259;
}
.media-list-hover .media-list-body>.media:hover{background-color:#f9fafb}
.text-truncate {
width: auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.media-body {
min-width: 0;
}
.media .custom-control {
... | css/style.css | .media a:not(.btn):not(.avatar) {
color: #4d5259;
}
.media-list-hover .media-list-body>.media:hover{background-color:#f9fafb}
.text-truncate {
width: auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.media-body {
min-width: 0;
}
.media .custom-control {
... | 0.367043 | 0.048204 |
html h1 {
margin : 0px ;
padding :0px ;
}
ul li{
margin : 0px ;
padding :0px ;
list-style-type: none;
}
a {
color: black;
text-decoration: inherit;
}
.section-head {
margin-top: 80px ;
padding-bottom: 50px;
border-bottom: 1px solid #1f1f1f;
}
.section-head h2 {
margin-bottom: 30px;
}
#... | css/shop.css |
html h1 {
margin : 0px ;
padding :0px ;
}
ul li{
margin : 0px ;
padding :0px ;
list-style-type: none;
}
a {
color: black;
text-decoration: inherit;
}
.section-head {
margin-top: 80px ;
padding-bottom: 50px;
border-bottom: 1px solid #1f1f1f;
}
.section-head h2 {
margin-bottom: 30px;
}
#... | 0.219588 | 0.060863 |
.db-ad-form-outer .left-ad-form, .db-ad-form-outer .right-ad-form {padding-left:20px; padding-right:20px;width: 70%;float: none;margin: 0 auto;}
.ad-market-txt h2{width: 100%; font-size: 20px; text-align: center; }
.ad-market-form-outer{color: #fff; padding: 30px 35px; background: #8ad;}
.ad-market-form-outer h2{text-a... | public/css/market-form.css | .db-ad-form-outer .left-ad-form, .db-ad-form-outer .right-ad-form {padding-left:20px; padding-right:20px;width: 70%;float: none;margin: 0 auto;}
.ad-market-txt h2{width: 100%; font-size: 20px; text-align: center; }
.ad-market-form-outer{color: #fff; padding: 30px 35px; background: #8ad;}
.ad-market-form-outer h2{text-a... | 0.464173 | 0.089296 |
.palm-page-header .header-icon.podcastdirectory {
background: url(../icon-minimal.png) no-repeat;
background-size: 32px 32px;
}
.thumbnail {
height: 100px;
object-fit: cover;
border-radius: 5px;
margin-left: 5%;
}
.checkmark {
margin-top: 35px;
}
.checkmark.true {
visibility: visible... | stylesheets/podcastdirectory.css |
.palm-page-header .header-icon.podcastdirectory {
background: url(../icon-minimal.png) no-repeat;
background-size: 32px 32px;
}
.thumbnail {
height: 100px;
object-fit: cover;
border-radius: 5px;
margin-left: 5%;
}
.checkmark {
margin-top: 35px;
}
.checkmark.true {
visibility: visible... | 0.464902 | 0.101189 |
.i-amphtml-story-unsupported-browser-overlay {
position: absolute !important;
z-index: 20000001 !important; /** no-rotation-overlay + 1 */
font-family: 'Roboto', sans-serif;
font-weight: 700 !important;
line-height: 1.5;
padding: 32px;
background-color: #000 !important;
color: #fff!important;
top:0 !i... | extensions/amp-story/1.0/amp-story-unsupported-browser-layer.css | .i-amphtml-story-unsupported-browser-overlay {
position: absolute !important;
z-index: 20000001 !important; /** no-rotation-overlay + 1 */
font-family: 'Roboto', sans-serif;
font-weight: 700 !important;
line-height: 1.5;
padding: 32px;
background-color: #000 !important;
color: #fff!important;
top:0 !i... | 0.340595 | 0.060197 |
- General
- Header
- Sidebar
- Page Content
- Utilities
- Widgets
- Chips
- Email
- chat box
- Authentication
- swicther
- Responsive
*/
/* General */
body {
font-size: 14px;
color: #4c5258;
letter-spacing: .5px;
font-family: Roboto, sans-serif;
background-color: #f7f8fa;
overflow-x: hidden;
}
.... | public/assets/css/style.css | - General
- Header
- Sidebar
- Page Content
- Utilities
- Widgets
- Chips
- Email
- chat box
- Authentication
- swicther
- Responsive
*/
/* General */
body {
font-size: 14px;
color: #4c5258;
letter-spacing: .5px;
font-family: Roboto, sans-serif;
background-color: #f7f8fa;
overflow-x: hidden;
}
.... | 0.384912 | 0.057945 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
height: 100vh;
background-color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: cen... | style.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
height: 100vh;
background-color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: cen... | 0.386763 | 0.066116 |
/*Structure */
#content {padding-left: 100px; padding-right: 100px;}
#content h2 {width: 100%; text-align: center;}
.login form {margin: 100px 250px;}
.menu .identity {text-align: center;}
.menu ul {margin: 3em 250px; list-style: none;}
.menu ul li { margin-bottom: 1em; }
a{text-decoration: none;}
a:hover {text-deco... | app/assets/stylesheets/admin.css |
/*Structure */
#content {padding-left: 100px; padding-right: 100px;}
#content h2 {width: 100%; text-align: center;}
.login form {margin: 100px 250px;}
.menu .identity {text-align: center;}
.menu ul {margin: 3em 250px; list-style: none;}
.menu ul li { margin-bottom: 1em; }
a{text-decoration: none;}
a:hover {text-deco... | 0.315314 | 0.142351 |
.drawer {
--handler-size: 0.75rem;
--side-size: calc(var(--handler-size) + var(--name-size));
&.top {
height: var(--drawer-size);
grid-template-areas:
'content'
'name'
'handler';
}
&.right {
right: calc(var(--drawer-size) * -1);
width: var(--drawer-size);
grid-template-a... | src/components/Drawer.module.css | .drawer {
--handler-size: 0.75rem;
--side-size: calc(var(--handler-size) + var(--name-size));
&.top {
height: var(--drawer-size);
grid-template-areas:
'content'
'name'
'handler';
}
&.right {
right: calc(var(--drawer-size) * -1);
width: var(--drawer-size);
grid-template-a... | 0.464173 | 0.162779 |
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(MaterialIcons-Regular.eot);
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(MaterialIcons-Regular.woff) format('woff'),
url(MaterialIcons-Regular.ttf) format('truetype');
}
.mate... | docs/lib/diagrams.css | @font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(MaterialIcons-Regular.eot);
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(MaterialIcons-Regular.woff) format('woff'),
url(MaterialIcons-Regular.ttf) format('truetype');
}
.mate... | 0.505371 | 0.09472 |
@import url('https://fonts.googleapis.com/css?family=Montserrat|Anton|Nunito');
/* General Styles */
body {
font-family: 'Open Sans Condensed', sans-serif;
background: white;
}
header {
background: #f8f8f8;
color: #1A1423;
text-align: center;
}
img {
max-height: 300px;
}
header h1 {
font-family: Anton... | main.css | @import url('https://fonts.googleapis.com/css?family=Montserrat|Anton|Nunito');
/* General Styles */
body {
font-family: 'Open Sans Condensed', sans-serif;
background: white;
}
header {
background: #f8f8f8;
color: #1A1423;
text-align: center;
}
img {
max-height: 300px;
}
header h1 {
font-family: Anton... | 0.319121 | 0.071364 |
html,
body {
/* overflow-y: scroll; */
margin: 0;
}
a {
color: #3c8dbc;
text-decoration: none;
}
em {
font-style: normal
}
li,
ul {
list-style: none
}
/* new style */
.skin-purple .main-sidebar {
background: #fff;
}
.clear {
zoom: 1;
}
.clear:after {
... | kkb_mm/mm_oms/src/main/resources/static/css/style.css | html,
body {
/* overflow-y: scroll; */
margin: 0;
}
a {
color: #3c8dbc;
text-decoration: none;
}
em {
font-style: normal
}
li,
ul {
list-style: none
}
/* new style */
.skin-purple .main-sidebar {
background: #fff;
}
.clear {
zoom: 1;
}
.clear:after {
... | 0.213459 | 0.050284 |
html, body {
height: 100%;
color: #333;
font-family: Arial, sans-serif;
font-weight: 400;
}
body {
background-color: #F7F7F6;
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
}
#main {
height: 100%;
}
/* Head Styles */
#header-container {
z-index: 10... | public/css/style.css | html, body {
height: 100%;
color: #333;
font-family: Arial, sans-serif;
font-weight: 400;
}
body {
background-color: #F7F7F6;
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
}
#main {
height: 100%;
}
/* Head Styles */
#header-container {
z-index: 10... | 0.357904 | 0.075927 |
@font-face {
font-family: 'HilandarskiUstavS';
src: url('http://steen.free.fr/css/HilandarskiUstavS.eot');
src: url('http://steen.free.fr/css/HilandarskiUstavS.eot?') format('embedded-opentype'),
url('http://steen.free.fr/css/HilandarskiUstavS.woff') format('woff'),
url('http://steen... | steen.free.fr/css/ms.css | @font-face {
font-family: 'HilandarskiUstavS';
src: url('http://steen.free.fr/css/HilandarskiUstavS.eot');
src: url('http://steen.free.fr/css/HilandarskiUstavS.eot?') format('embedded-opentype'),
url('http://steen.free.fr/css/HilandarskiUstavS.woff') format('woff'),
url('http://steen... | 0.202838 | 0.065875 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
*,
*:after,
*::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
* {
margin: 0;
padding: 0; }
body {
background: #000;
font: 12px 'Open Sans', sans-serif;
color: #fff; }
/*
... | app/css/main.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
*,
*:after,
*::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
* {
margin: 0;
padding: 0; }
body {
background: #000;
font: 12px 'Open Sans', sans-serif;
color: #fff; }
/*
... | 0.311113 | 0.097562 |
*{
box-sizing: border-box;
}
img{
object-fit: cover;
}
body{
padding: 0;
margin: 0;
border: 0;
font-size: 16px;
}
p{
margin: 0;
padding: 0;
}
.nan__short{
background: #1175b7;
}
.wrap{
margin: 0 auto;
max-width: 82%;
}
.wrap__naw-short-a{
text-decoration: none;
color:... | H.Cleaning/css/style.css | *{
box-sizing: border-box;
}
img{
object-fit: cover;
}
body{
padding: 0;
margin: 0;
border: 0;
font-size: 16px;
}
p{
margin: 0;
padding: 0;
}
.nan__short{
background: #1175b7;
}
.wrap{
margin: 0 auto;
max-width: 82%;
}
.wrap__naw-short-a{
text-decoration: none;
color:... | 0.621081 | 0.071203 |
.shaded {
margin: 10px;
padding: 10px;
background: #f4f4e0;
background: -moz-linear-gradient(top, #f4f4e0, #ffffff);
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4e0), to(#ffffff));
border: #f4f4e0;
border-radius: 10px;
-moz-border-radius: 10px;
-web... | main/c2g/static/css/core/divs.css | .shaded {
margin: 10px;
padding: 10px;
background: #f4f4e0;
background: -moz-linear-gradient(top, #f4f4e0, #ffffff);
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4e0), to(#ffffff));
border: #f4f4e0;
border-radius: 10px;
-moz-border-radius: 10px;
-web... | 0.389779 | 0.305089 |
* {
margin: 0;
padding: 0;
}
/* main frame display */
body {
margin-left: auto;
margin-right: auto;
width: 1000px;
font-family: Arial, Helvetica, sans-serif;
}
header {
padding: 20px;
color: white;
background-color: rgb(41, 92, 112);
margin: 5px 0;
text-align: center;
}
foo... | css/pure-css-game/styles/main.css | * {
margin: 0;
padding: 0;
}
/* main frame display */
body {
margin-left: auto;
margin-right: auto;
width: 1000px;
font-family: Arial, Helvetica, sans-serif;
}
header {
padding: 20px;
color: white;
background-color: rgb(41, 92, 112);
margin: 5px 0;
text-align: center;
}
foo... | 0.435661 | 0.097734 |
html,
body {
font-size: 100%;
font-family: "Montserrat", sans-serif;
scroll-behavior: smooth;
background-color: rgb(230, 255, 230);
}
h1 {
font-size: 3rem;
color: black;
text-transform: uppercase;
font-weight: 300;
text-align: center;
margin-bottom: 1vw;
}
/* */
.display-3 {
font-size: 2rem... | views/styles.css | html,
body {
font-size: 100%;
font-family: "Montserrat", sans-serif;
scroll-behavior: smooth;
background-color: rgb(230, 255, 230);
}
h1 {
font-size: 3rem;
color: black;
text-transform: uppercase;
font-weight: 300;
text-align: center;
margin-bottom: 1vw;
}
/* */
.display-3 {
font-size: 2rem... | 0.349533 | 0.060059 |
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
/* Primary Colors */
--ifm-color-primary: #ffcb06;
--ifm-color-primar... | src/css/custom.css | * Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
/* Primary Colors */
--ifm-color-primary: #ffcb06;
--ifm-color-primar... | 0.221856 | 0.036254 |
@charset "UTF-8";
/*
Theme Name: hospitality
Theme URI: https://github.com/Sunny-Dallas-Texas/Hotel-WordPress-Theme-2015
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html... | style.css | @charset "UTF-8";
/*
Theme Name: hospitality
Theme URI: https://github.com/Sunny-Dallas-Texas/Hotel-WordPress-Theme-2015
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html... | 0.487307 | 0.069321 |
/*-----------------------------------------------------------------------------------*/
/* Basic */
/*-----------------------------------------------------------------------------------*/
.admin-page-container {
position: absolute;
width: 100%;
height: 100%;
}
.admin-page-layout {
width: 100%;
he... | public/css/admin.css |
/*-----------------------------------------------------------------------------------*/
/* Basic */
/*-----------------------------------------------------------------------------------*/
.admin-page-container {
position: absolute;
width: 100%;
height: 100%;
}
.admin-page-layout {
width: 100%;
he... | 0.437583 | 0.037503 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
* {
margin: 0;
padding: 0;
overflow-X: hidden;
}
body {
font-family: 'Poppins', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
background-color: #FBE7C6;
}
#navbar {
wid... | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
* {
margin: 0;
padding: 0;
overflow-X: hidden;
}
body {
font-family: 'Poppins', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
background-color: #FBE7C6;
}
#navbar {
wid... | 0.38943 | 0.108661 |
.nav-link{
color: #d7d7d7;
font-size: 1.2rem
}
.nav-link:hover{
color: #d17128
}
.navbar-brand {
width:150px;
font-size: 24px;
}
.navbar-brand img {
height: 50px;
/* put value of image height as your need */
float: left;
margin-right: 7px;
}
.cardLink{
color: black;
font-weight: 500;
}
... | behavior_analysis/assets/style.css | .nav-link{
color: #d7d7d7;
font-size: 1.2rem
}
.nav-link:hover{
color: #d17128
}
.navbar-brand {
width:150px;
font-size: 24px;
}
.navbar-brand img {
height: 50px;
/* put value of image height as your need */
float: left;
margin-right: 7px;
}
.cardLink{
color: black;
font-weight: 500;
}
... | 0.405566 | 0.075414 |
@charset "utf-8";
@media screen and (max-width: 1950px) {
/******************/
}
@media screen and (max-width: 1400px) {
/******************/
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1050px) {
}
@media screen and (max-width: 780px) {
body:after{
display:none
}
#main-category{
pad... | resources/css/responsive.css | @charset "utf-8";
@media screen and (max-width: 1950px) {
/******************/
}
@media screen and (max-width: 1400px) {
/******************/
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1050px) {
}
@media screen and (max-width: 780px) {
body:after{
display:none
}
#main-category{
pad... | 0.245627 | 0.060891 |
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
* {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: 100;
box... | css/theme.css | html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
* {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: 100;
box... | 0.412648 | 0.099952 |
/* from Birthday Card project */
@keyframes heartbeat {
/* Heartbeating scales up */
0% { transform: scale(1); }
50% { transform: scale(1.1);}
100% { transform: scale(1); }
}
@keyframes heartshake {
/* Shaking of element */
0% { transform: skewX(0deg); }
33% { transfor... | way/frontend/useful_front/css_styles/animations.css |
/* from Birthday Card project */
@keyframes heartbeat {
/* Heartbeating scales up */
0% { transform: scale(1); }
50% { transform: scale(1.1);}
100% { transform: scale(1); }
}
@keyframes heartshake {
/* Shaking of element */
0% { transform: skewX(0deg); }
33% { transfor... | 0.436382 | 0.160957 |
body {
background-color: #7dcac2;
font-family: 'Rajdhani', sans-serif;
font-size: 1.8rem;
color: #fbb140;
/*Neleidzia select'int teksto*/
cursor: default;
}
h2 {
color: black;
font-size: 4rem;
margin: 40px;
text-align: center;
}
h3 {
color: white;
text-align: center;
}
h4 {
color: #e8436c;
}
#onlyforco... | css/pad.css | body {
background-color: #7dcac2;
font-family: 'Rajdhani', sans-serif;
font-size: 1.8rem;
color: #fbb140;
/*Neleidzia select'int teksto*/
cursor: default;
}
h2 {
color: black;
font-size: 4rem;
margin: 40px;
text-align: center;
}
h3 {
color: white;
text-align: center;
}
h4 {
color: #e8436c;
}
#onlyforco... | 0.375706 | 0.066904 |
.demo-container {
height: 450px;
margin: 20px;
}
#app {
display: flex;
justify-content: center;
height: 100%;
}
.buttons-demo {
width: 600px;
align-self: center;
}
.header {
display: flex;
flex-wrap: nowrap;
}
.header > div {
flex-grow: 0;
flex-basi... | dx-real-state-front-end/public/styles.css | .demo-container {
height: 450px;
margin: 20px;
}
#app {
display: flex;
justify-content: center;
height: 100%;
}
.buttons-demo {
width: 600px;
align-self: center;
}
.header {
display: flex;
flex-wrap: nowrap;
}
.header > div {
flex-grow: 0;
flex-basi... | 0.305594 | 0.065695 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #F9F9F9;
}
.btn{
background-color: #5830df;
color: white;
font-weight: bold;
}
.btn:hover{
color: #5830df;
background-color: #F9F9F9;
}
h2{
font-weight: bolder;
}
/* header */
.logo {
width: 30px;
... | public/assets/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #F9F9F9;
}
.btn{
background-color: #5830df;
color: white;
font-weight: bold;
}
.btn:hover{
color: #5830df;
background-color: #F9F9F9;
}
h2{
font-weight: bolder;
}
/* header */
.logo {
width: 30px;
... | 0.452536 | 0.127979 |
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Lato", Helvetica, sans-serif;
overflow-x: hidden;
}
h1 {
font-size: 2rem;
}
h1,h2,h3 {
font-family: "Lato", Helvetica, sans-seri... | css/style.css | @import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Lato", Helvetica, sans-serif;
overflow-x: hidden;
}
h1 {
font-size: 2rem;
}
h1,h2,h3 {
font-family: "Lato", Helvetica, sans-seri... | 0.318803 | 0.079175 |
#sg-patterns {
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
max-width: 120em;
padding: 0 1em; }
#viewall-global-config,
#viewall-global-util,
#viewall-global-tools,
#viewall-base-fonts,
#viewall-base-normalize,
#viewall-base-extends,
#viewall-base-html-elements,
#viewal... | web/themes/gesso/css/pattern-lab.css | #sg-patterns {
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
max-width: 120em;
padding: 0 1em; }
#viewall-global-config,
#viewall-global-util,
#viewall-global-tools,
#viewall-base-fonts,
#viewall-base-normalize,
#viewall-base-extends,
#viewall-base-html-elements,
#viewal... | 0.278061 | 0.049843 |
body {
background: #ECEFF1;
color: rgba(0, 0, 0, 0.87);
font-family: Roboto, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
font-size: 50px;
}
iframe {
background: white;
}
#message {
background: white;
max-width: 900px;
margin: 150px auto 16px;
padding: 32px 24px;
border-radius: 3px;
}
... | public/css/canvas.css | body {
background: #ECEFF1;
color: rgba(0, 0, 0, 0.87);
font-family: Roboto, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
font-size: 50px;
}
iframe {
background: white;
}
#message {
background: white;
max-width: 900px;
margin: 150px auto 16px;
padding: 32px 24px;
border-radius: 3px;
}
... | 0.371707 | 0.088033 |
:root {
--button-color: #12308a;
--button-color-hover: #102669;
--header-line-color: #113294;
}
button:focus {
border: none;
outline: none;
}
.main-grid{
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: auto;
grid-auto-flow: row;
width: 100... | static/enrollforecast.css | :root {
--button-color: #12308a;
--button-color-hover: #102669;
--header-line-color: #113294;
}
button:focus {
border: none;
outline: none;
}
.main-grid{
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: auto;
grid-auto-flow: row;
width: 100... | 0.489015 | 0.097777 |
/** Styles for the theme: Base */
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect {
background-color: rgba(255, 255, 255, 0.5);
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-template {
position: relative;
width: 100%;
height: 95px;
padding: 5px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table {
... | TcHmi_AdvancedTextbox/.hmipkgs/Beckhoff.TwinCAT.HMI.Controls/TcHmiRecipeSelect/Themes/Base/Style.css | /** Styles for the theme: Base */
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect {
background-color: rgba(255, 255, 255, 0.5);
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-template {
position: relative;
width: 100%;
height: 95px;
padding: 5px;
}
.TcHmi_Controls_Beckhoff_TcHmiRecipeSelect-table {
... | 0.596551 | 0.064594 |
.graph_Graph .graphVertex > .subgraph .title rect {
fill: #dcf1ff;
border-bottom-width:0px;
}
.graph_Graph .graphVertex > .subgraph .title text {
fill: black;
}
.graph_Graph .graphVertex > .subgraph rect {
fill: none;
}
.graph_Graph .graphVertex > .subgraph.selected rect {
stroke:red !important;
... | packages/marshaller/src/dashy.css | .graph_Graph .graphVertex > .subgraph .title rect {
fill: #dcf1ff;
border-bottom-width:0px;
}
.graph_Graph .graphVertex > .subgraph .title text {
fill: black;
}
.graph_Graph .graphVertex > .subgraph rect {
fill: none;
}
.graph_Graph .graphVertex > .subgraph.selected rect {
stroke:red !important;
... | 0.551815 | 0.087681 |
body {font-family: Arial;}
input[type=text], input[type=password], select, textarea {
width: 90%;
padding: 12px;
border: 2px solid silver;
border-radius: 4px;
resize: vertical;
font-size: 16px;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
.cert-area {
border-radiu... | web/ImmutableDS.css | body {font-family: Arial;}
input[type=text], input[type=password], select, textarea {
width: 90%;
padding: 12px;
border: 2px solid silver;
border-radius: 4px;
resize: vertical;
font-size: 16px;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
.cert-area {
border-radiu... | 0.478773 | 0.157817 |
html,
body {
height: 100%;
font-family: 'Red Hat Display', sans-serif;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid ... | web/css/site.css | html,
body {
height: 100%;
font-family: 'Red Hat Display', sans-serif;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid ... | 0.5794 | 0.110856 |
.total{
width: 685px;
height: 315px;
//background-color: red;
display: flex;
flex-direction: column;
/* flex-wrap: wrap ;
justify-content: flex-end;*/
}
.route{
width: 685px;
height: 25px;
/*background-color: green;*/
}
.detail{
width: 685px;
height: 5px;
background-color: #1E8AC5;
display: flex... | css/work4.css | .total{
width: 685px;
height: 315px;
//background-color: red;
display: flex;
flex-direction: column;
/* flex-wrap: wrap ;
justify-content: flex-end;*/
}
.route{
width: 685px;
height: 25px;
/*background-color: green;*/
}
.detail{
width: 685px;
height: 5px;
background-color: #1E8AC5;
display: flex... | 0.113138 | 0.051249 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
... | frontend/web/css/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
... | 0.47244 | 0.11422 |
html{
height: 100%;
width: 100%;
}
body{
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
/* line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300))); */
/* min-height... | src/components/assets/css/stylesheet.css | html{
height: 100%;
width: 100%;
}
body{
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
/* line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300))); */
/* min-height... | 0.35209 | 0.05498 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*estrutura base */
body{
background-color: rgb(34, 33, 33);
font-family: 'Times New Roman', Times, serif;
color: white;
}
header .container{
display: flex;
flex-direction: row;
align-items: center;
justify-... | my-project/Projeto/css/main.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*estrutura base */
body{
background-color: rgb(34, 33, 33);
font-family: 'Times New Roman', Times, serif;
color: white;
}
header .container{
display: flex;
flex-direction: row;
align-items: center;
justify-... | 0.297878 | 0.053874 |
@charset "utf-8";
/*-------------------------------------------------------------*/
/* CSS Document */
/* Template Name: ClearLooks */
/* Designed By: Santhosh */
/* Homepage: www.themebin.com ... | ispc-1.15.0/css/style.css | @charset "utf-8";
/*-------------------------------------------------------------*/
/* CSS Document */
/* Template Name: ClearLooks */
/* Designed By: Santhosh */
/* Homepage: www.themebin.com ... | 0.262275 | 0.061312 |
TYPOGRAPHY
-----------------*/
@import url("https://fonts.googleapis.com/css?family=poppins:400,600,700&display=swap|Lato:400");
body {
line-height: 1.7;
font-family: "Lato", sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 16px;
color: #858585;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .... | SPYDER WEBSITE/spider-151/assets/css/style.css | TYPOGRAPHY
-----------------*/
@import url("https://fonts.googleapis.com/css?family=poppins:400,600,700&display=swap|Lato:400");
body {
line-height: 1.7;
font-family: "Lato", sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 16px;
color: #858585;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .... | 0.389663 | 0.081666 |
.pf-c-page__sidebar {
z-index: 0;
}
.pf-c-page__header {
z-index: 0;
}
/* login page's icons */
.pf-c-login__main-footer-links-item-link img {
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
width: 100%;
max-width: var(--pf-c-login__main-footer-links-item-link-svg--Width);
heig... | passbook/static/static/passbook/pf.css | .pf-c-page__sidebar {
z-index: 0;
}
.pf-c-page__header {
z-index: 0;
}
/* login page's icons */
.pf-c-login__main-footer-links-item-link img {
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
width: 100%;
max-width: var(--pf-c-login__main-footer-links-item-link-svg--Width);
heig... | 0.425605 | 0.057388 |
10:
11: @import "compass/css3/images";
12:
13: @mixin background-checkerboard($bg-color: #eee, $box-color: black, $size: 60px) {
14: $transparent: rgba(black, 0);
15: background-color: $bg-color;
16: @include background-image(
Backtrace:
_checkerboard.scss:11
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass... | touch/resources/themes/vendor/compass-recipes/stylesheets/recipes/background/_checkerboard.css | 10:
11: @import "compass/css3/images";
12:
13: @mixin background-checkerboard($bg-color: #eee, $box-color: black, $size: 60px) {
14: $transparent: rgba(black, 0);
15: background-color: $bg-color;
16: @include background-image(
Backtrace:
_checkerboard.scss:11
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass... | 0.336658 | 0.043528 |
@font-face {
font-family: 'iconitos';
src: url("../fonts/icomoon.eot");
src: url("../fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.svg#icomoon") format('svg');
font-weight: normal;
font... | css/puls4.css | @font-face {
font-family: 'iconitos';
src: url("../fonts/icomoon.eot");
src: url("../fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.svg#icomoon") format('svg');
font-weight: normal;
font... | 0.340814 | 0.086246 |
a
{
text-decoration: none;
}
main {
display: flex;
flex-wrap: nowrap;
}
.avatar
{
position: relative;
width: 120px;
height: 120px;
margin-right: 20px;
margin-bottom: 20px;
float: left;
background-image: url(http://www.francisade.com/image/avatar.png);
}
body
{
margin: 0px;
}
#design-portfolio-cloud
{
... | css/style.css | a
{
text-decoration: none;
}
main {
display: flex;
flex-wrap: nowrap;
}
.avatar
{
position: relative;
width: 120px;
height: 120px;
margin-right: 20px;
margin-bottom: 20px;
float: left;
background-image: url(http://www.francisade.com/image/avatar.png);
}
body
{
margin: 0px;
}
#design-portfolio-cloud
{
... | 0.319334 | 0.061848 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800");
* {
box-sizing: border-box;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: -20px 0 50px;
background: #f6f5f7;
font-family: "Montserrat", sans-serif;
}
h1 ... | dist/style.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:400,800");
* {
box-sizing: border-box;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: -20px 0 50px;
background: #f6f5f7;
font-family: "Montserrat", sans-serif;
}
h1 ... | 0.444083 | 0.105165 |
@import url('animate.css');
#navbar-collapse-1 {padding: 0;}
#mega-menu-wrapper {
margin: 0;
border: none;
border-radius: 0;
min-height: auto;
text-align: center;
}
#mega-menu-wrapper li {position: relative;}
#mega-menu-wrapper .nav>li {
display: inline-block;
}
#mega-menu-wrapper .nav>li>a {
font-family... | WebContent/user/userResources/vendor/bootstrap-mega-menu/css/menu.css | @import url('animate.css');
#navbar-collapse-1 {padding: 0;}
#mega-menu-wrapper {
margin: 0;
border: none;
border-radius: 0;
min-height: auto;
text-align: center;
}
#mega-menu-wrapper li {position: relative;}
#mega-menu-wrapper .nav>li {
display: inline-block;
}
#mega-menu-wrapper .nav>li>a {
font-family... | 0.153708 | 0.037117 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
height: 100vh;
width: 100vw;
background: #3a7bd5;
}
.board {
display: grid;
width: 100%;
height: 100%;
display: grid;
justify-content: center;
align-content: center;
justify-items: center;
align-items: center;
grid-template-colu... | style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
height: 100vh;
width: 100vw;
background: #3a7bd5;
}
.board {
display: grid;
width: 100%;
height: 100%;
display: grid;
justify-content: center;
align-content: center;
justify-items: center;
align-items: center;
grid-template-colu... | 0.572125 | 0.132824 |
display: flex;
flex-direction: column;
}
#app div.name {
display: flex;
justify-content: center;
}
#app div.name h1 {
font-size: 3.5rem;
font-weight: 700;
padding: 3.2rem;
}
#app div.form {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#app div.input {
... | src/views/app/style.css | display: flex;
flex-direction: column;
}
#app div.name {
display: flex;
justify-content: center;
}
#app div.name h1 {
font-size: 3.5rem;
font-weight: 700;
padding: 3.2rem;
}
#app div.form {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#app div.input {
... | 0.382603 | 0.076201 |
@font-face {
font-family: 'League Gothic';
src: url('leaguegothic-regular-webfont.eot');
src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('leaguegothic-regular-webfont.woff') format('woff'),
url('leaguegothic-regular-webfont.ttf') format('truetype'),
... | assets/css/custom.css | @font-face {
font-family: 'League Gothic';
src: url('leaguegothic-regular-webfont.eot');
src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('leaguegothic-regular-webfont.woff') format('woff'),
url('leaguegothic-regular-webfont.ttf') format('truetype'),
... | 0.401923 | 0.105303 |
btn_ok_failbody{
background: #f5f5f5;
}
.search-board{
background-color: #D4D4D4;
padding-top: 15px;
min-width: 900px;
}
.add-board{
padding-top: 15px;
background-color: #ffffff;
}
.result-board{
border-top: solid 1px #999;
margin-top:0px;
}
.row.header,.header>div:first-child{margin-bot... | lib/css/main.css | btn_ok_failbody{
background: #f5f5f5;
}
.search-board{
background-color: #D4D4D4;
padding-top: 15px;
min-width: 900px;
}
.add-board{
padding-top: 15px;
background-color: #ffffff;
}
.result-board{
border-top: solid 1px #999;
margin-top:0px;
}
.row.header,.header>div:first-child{margin-bot... | 0.353763 | 0.062818 |
@charset "utf-8";
*{
margin: 0;
padding: 0;
vertical-align: top;
list-style: none;
font-size: 14px;
color: #666;
text-decoration: none;
}
body{
background: #f3f3f3;
}
.wrap{
width: 1100px;
margin: 0 auto;
}
.header{
height: 150px;
position: relative;
}
.header h1{
padding-to... | pofol/tstation/css/comm.css | @charset "utf-8";
*{
margin: 0;
padding: 0;
vertical-align: top;
list-style: none;
font-size: 14px;
color: #666;
text-decoration: none;
}
body{
background: #f3f3f3;
}
.wrap{
width: 1100px;
margin: 0 auto;
}
.header{
height: 150px;
position: relative;
}
.header h1{
padding-to... | 0.415136 | 0.12954 |
:root {
--prim-accent-color: #50667A; /* Metal grey */
--secon-accent-color: #242636; /* Dark purple */
--text-color: #342F2D; /* Dark grey */
--prim-bg-color: #f4f4f4; /* Off white */
--lite-bg-color: white;
--navbar-height: 70px;
}
/**
* CSS trick for avoiding header overlapping
* content... | css/main.css |
:root {
--prim-accent-color: #50667A; /* Metal grey */
--secon-accent-color: #242636; /* Dark purple */
--text-color: #342F2D; /* Dark grey */
--prim-bg-color: #f4f4f4; /* Off white */
--lite-bg-color: white;
--navbar-height: 70px;
}
/**
* CSS trick for avoiding header overlapping
* content... | 0.655336 | 0.104363 |
*{
padding: 0px;
margin: 0px;
}
#myNavbar a{
font-family: ubuntu;
font-size: 20px;
color: #f9f9f9;
padding: 10px;
}
#myNavbar a:hover{
font-family: ubuntu;
color: #ecf0f1;
font-size: 20px;
padding: 10px;
}
#brand a{
font-family: ubuntu;
background-color: #e74c3c;
... | index.css | *{
padding: 0px;
margin: 0px;
}
#myNavbar a{
font-family: ubuntu;
font-size: 20px;
color: #f9f9f9;
padding: 10px;
}
#myNavbar a:hover{
font-family: ubuntu;
color: #ecf0f1;
font-size: 20px;
padding: 10px;
}
#brand a{
font-family: ubuntu;
background-color: #e74c3c;
... | 0.223208 | 0.041076 |
body {
margin: 0;
background: linear-gradient(#37446E, #19203D);
overflow: hidden;
font-family: 'IBM Plex Sans', 'Helvetica', sans-serif;
}
h1 {
margin: 0;
font-weight: 700;
font-size: 6.6vw;
}
h2 {
margin: -0.4vw 0 0 0;
font-weight: 300;
font-size: 2vw;
}
h3 {
... | _backup/2019-02-04 Games Portfolio/_landing/style.css | body {
margin: 0;
background: linear-gradient(#37446E, #19203D);
overflow: hidden;
font-family: 'IBM Plex Sans', 'Helvetica', sans-serif;
}
h1 {
margin: 0;
font-weight: 700;
font-size: 6.6vw;
}
h2 {
margin: -0.4vw 0 0 0;
font-weight: 300;
font-size: 2vw;
}
h3 {
... | 0.661158 | 0.201774 |
body{background: #f8f8f8;}
/**鼠标划上内容整体向左偏移10px**/
.common_content{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.common_content:hover{padding-left: 10px;}
.common_content{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transitio... | css/index/index.css | body{background: #f8f8f8;}
/**鼠标划上内容整体向左偏移10px**/
.common_content{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.common_content:hover{padding-left: 10px;}
.common_content{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transitio... | 0.279435 | 0.053453 |
* {
padding: 0;
margin: 0;
}
body {
background:url(S3.jpg);
background-attachment:fixed;
background-reparat:no-repeat;
background-size:cover;
background-position:center center;
}
.c1
{
width: 60px;
height: 60px;
border:2px solid #eee;
border-radius: 40px;
margin:0px auto 0 0;
backgr... | TestQuiz/WebContent/admin/index/style.css | * {
padding: 0;
margin: 0;
}
body {
background:url(S3.jpg);
background-attachment:fixed;
background-reparat:no-repeat;
background-size:cover;
background-position:center center;
}
.c1
{
width: 60px;
height: 60px;
border:2px solid #eee;
border-radius: 40px;
margin:0px auto 0 0;
backgr... | 0.199932 | 0.065545 |
.Network {
display: flex;
flex-direction: column;
}
.Network-metrics {
align-self: stretch;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 20px;
}
.Network-main {
display: flex;
align-items: center;
justify-content: center;
padding-top: 40px;
}
.Network... | stable-coin-admin/src/views/Network.css | .Network {
display: flex;
flex-direction: column;
}
.Network-metrics {
align-self: stretch;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 20px;
}
.Network-main {
display: flex;
align-items: center;
justify-content: center;
padding-top: 40px;
}
.Network... | 0.572364 | 0.190762 |
body {
background-color: #F5F5F5;
padding-top: 0;
margin: 0;
font-family: 'ff-real-headline-pro', Helvetica, Arial, sans-serif;
width: 100%;
height: 100%;
}
.container {
background-color: white;
padding: 15px;
}
/* navbar ------------------------------------- */
#navbar {
position: relative;
top:... | app/marksapp/static/marksapp/style.css | body {
background-color: #F5F5F5;
padding-top: 0;
margin: 0;
font-family: 'ff-real-headline-pro', Helvetica, Arial, sans-serif;
width: 100%;
height: 100%;
}
.container {
background-color: white;
padding: 15px;
}
/* navbar ------------------------------------- */
#navbar {
position: relative;
top:... | 0.375821 | 0.059237 |
@font-face {
font-family: 'Keyboard Symbols';
font-weight: 600;
src: url('fonts/Keyboard-Symbols.woff');
}
html {
font-size: 10px;
pointer-events: none;
}
body {
margin: 0;
overflow: hidden;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.cache {
position: absolute;
left: 0;
bottom: 0... | apps/keyboard/style/keyboard.css | @font-face {
font-family: 'Keyboard Symbols';
font-weight: 600;
src: url('fonts/Keyboard-Symbols.woff');
}
html {
font-size: 10px;
pointer-events: none;
}
body {
margin: 0;
overflow: hidden;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.cache {
position: absolute;
left: 0;
bottom: 0... | 0.50415 | 0.060197 |
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.clearfix::after {
content: "";
display: table;
clear: both;
}
html{
box-sizing:border-box;
}
*,
*::before,
*::after{
box-sizing: inherit;
}
.wrapper {
width: 1140... | module-04/css/mine.css | @import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.clearfix::after {
content: "";
display: table;
clear: both;
}
html{
box-sizing:border-box;
}
*,
*::before,
*::after{
box-sizing: inherit;
}
.wrapper {
width: 1140... | 0.256366 | 0.080466 |
body {
color: #868ba1;
background-color: #e9ecef;
font-family: "Roboto", "Helvetica Neue", Arial, sans-s;
}
.page {
margin: 0;
}
header {
margin: 0 !important;
border: 0 !important;
background-color: #3b6998 !important;
}
.views {
line-height: 30px;
}
.filter-box-component {
padding-top: 5px;
}
... | Css/blueboard.css |
body {
color: #868ba1;
background-color: #e9ecef;
font-family: "Roboto", "Helvetica Neue", Arial, sans-s;
}
.page {
margin: 0;
}
header {
margin: 0 !important;
border: 0 !important;
background-color: #3b6998 !important;
}
.views {
line-height: 30px;
}
.filter-box-component {
padding-top: 5px;
}
... | 0.31279 | 0.087837 |