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 {
padding: 10px;
margin: 0;
min-width: 300px;
font-family: "Helvetica", "Arial", sans-serif;
}
span {
line-height: 100%;
}
a {
color: grey;
}
a:hover {
color: black;
}
#cover-box {
float: left;
border-color: #FFC200;
border-width: 2px;
border-style: solid;
borde... | css/popup.css | body {
padding: 10px;
margin: 0;
min-width: 300px;
font-family: "Helvetica", "Arial", sans-serif;
}
span {
line-height: 100%;
}
a {
color: grey;
}
a:hover {
color: black;
}
#cover-box {
float: left;
border-color: #FFC200;
border-width: 2px;
border-style: solid;
borde... | 0.318591 | 0.117319 |
body
{
background: white;
}
h1,h2,h3,h4,h5,h6
{
color: black;
font-family: 'Open Sans', sans-serif;
}
thead tr td p
{
color: #c00;
}
/*-------- header ---------- */
.navbar-header a
{
font-family: 'Open Sans', sans-serif;
}
.navbar
{
background: white;
margin: 0px;
}
.jumbotron
{
position: relative;
wi... | public/css/estilo.css | body
{
background: white;
}
h1,h2,h3,h4,h5,h6
{
color: black;
font-family: 'Open Sans', sans-serif;
}
thead tr td p
{
color: #c00;
}
/*-------- header ---------- */
.navbar-header a
{
font-family: 'Open Sans', sans-serif;
}
.navbar
{
background: white;
margin: 0px;
}
.jumbotron
{
position: relative;
wi... | 0.244995 | 0.064065 |
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?29cp5u');
src: url('../fonts/icomoon.eot?29cp5u#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?29cp5u') format('truetype'),
url('../fonts/icomoon.woff?29cp5u') format('woff'),
url('../fonts/icomoon.svg?29cp5u#icomoon... | public/css/icomoon.css | @font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?29cp5u');
src: url('../fonts/icomoon.eot?29cp5u#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?29cp5u') format('truetype'),
url('../fonts/icomoon.woff?29cp5u') format('woff'),
url('../fonts/icomoon.svg?29cp5u#icomoon... | 0.276788 | 0.101012 |
body {
margin-top: 100px;
background-image: url('../img/fondo_2.jpeg');
background-size: 100% 100%;
background-attachment: fixed;
}
@media(min-width:768px) {
body {
margin-top: 50px;
background-image: url('../img/fondo_2.jpeg');
background-size: 100% 100%;
background... | css/estiloAurelis.css | body {
margin-top: 100px;
background-image: url('../img/fondo_2.jpeg');
background-size: 100% 100%;
background-attachment: fixed;
}
@media(min-width:768px) {
body {
margin-top: 50px;
background-image: url('../img/fondo_2.jpeg');
background-size: 100% 100%;
background... | 0.416085 | 0.078784 |
body,html{
height: 100%;
}
/* remove outer padding */
.main .row{
padding: 0px;
margin: 0px;
}
/*Remove rounded coners*/
nav.sidebar.navbar {
border-radius: 0px;
}
nav.sidebar, .main{
-webkit-transition: margin 200ms ease-out;
-moz-transition: margin 200ms ease-out;
-o-transition: margin... | public/css/mine.css | body,html{
height: 100%;
}
/* remove outer padding */
.main .row{
padding: 0px;
margin: 0px;
}
/*Remove rounded coners*/
nav.sidebar.navbar {
border-radius: 0px;
}
nav.sidebar, .main{
-webkit-transition: margin 200ms ease-out;
-moz-transition: margin 200ms ease-out;
-o-transition: margin... | 0.452052 | 0.048428 |
*,
*:before,
*:after {
box-sizing: border-box;
}
div#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 99999;
width: 100%;
height: 100%;
overflow: visible;
background: #fff url('../img/carousel/car.gif') no-repeat center center;
}
body{
overflow: hidden;
padding: 0;
margin: 0;... | public/css/login.css | *,
*:before,
*:after {
box-sizing: border-box;
}
div#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 99999;
width: 100%;
height: 100%;
overflow: visible;
background: #fff url('../img/carousel/car.gif') no-repeat center center;
}
body{
overflow: hidden;
padding: 0;
margin: 0;... | 0.309024 | 0.073963 |
body{
background: url("../../images/website/blog_body_bg.jpg");
background-position: 104px 37px;
}
.logo {
margin:8px 0 0 0; float:left;
}
a{
text-decoration: none;
}
/*两列布局*/
.blog_two_col{
width:1000px;
margin:120px auto 120px auto;
}
/*左列 start*/
.left{
width:200px;
float: left;
}
... | Public/stylesheets/website/blog.css | body{
background: url("../../images/website/blog_body_bg.jpg");
background-position: 104px 37px;
}
.logo {
margin:8px 0 0 0; float:left;
}
a{
text-decoration: none;
}
/*两列布局*/
.blog_two_col{
width:1000px;
margin:120px auto 120px auto;
}
/*左列 start*/
.left{
width:200px;
float: left;
}
... | 0.344443 | 0.098642 |
.modal-header-component {
display: flex;
justify-content: space-between;
width: 100%;
}
.modal-side-header {
display: flex;
align-items: center;
width: 60%;
}
.modal-logo {
width: 50px;
height: 50px;
border-radius: 50%;
margin-top: -3%;
}
.modal-side-header ... | packages/offline-pay-with-crypto-widget/src/screens/Modal/modal.css | .modal-header-component {
display: flex;
justify-content: space-between;
width: 100%;
}
.modal-side-header {
display: flex;
align-items: center;
width: 60%;
}
.modal-logo {
width: 50px;
height: 50px;
border-radius: 50%;
margin-top: -3%;
}
.modal-side-header ... | 0.388966 | 0.071982 |
#menu{
clear:both;
padding:0px;
background:url("image/menu.png") repeat-x;
color:white;
margin:0 0 20px;
}
#menu a, #topMenu a:hover{
color:white;
text-decoration:none;
}
#menu a:hover{
text-decoration:underline;
}
#menu h1{
background:none;
float:left;
margin:0;
padding:9px 10px 11px;
padding-left:15... | common/stylesheet/mozilla/menu.css |
#menu{
clear:both;
padding:0px;
background:url("image/menu.png") repeat-x;
color:white;
margin:0 0 20px;
}
#menu a, #topMenu a:hover{
color:white;
text-decoration:none;
}
#menu a:hover{
text-decoration:underline;
}
#menu h1{
background:none;
float:left;
margin:0;
padding:9px 10px 11px;
padding-left:15... | 0.103053 | 0.056705 |
body{
}
#layout{
width:100%;
height:100%;
}
#mind_layout_right>div{
width:170px;
overflow-x:hidden;
}
#mind_layout_center>div{
width:170px;
height:100%;
overflow-x:hidden;
}
#mind_layout_bottom>div{
width:100%;
height:100%;
overflow:hidden;
}
#mind_layout_left{
position:absolute;
left:0px;
top:30px;
he... | restrict/framework/styles/layout.css | body{
}
#layout{
width:100%;
height:100%;
}
#mind_layout_right>div{
width:170px;
overflow-x:hidden;
}
#mind_layout_center>div{
width:170px;
height:100%;
overflow-x:hidden;
}
#mind_layout_bottom>div{
width:100%;
height:100%;
overflow:hidden;
}
#mind_layout_left{
position:absolute;
left:0px;
top:30px;
he... | 0.212681 | 0.066297 |
body,
pre {
font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-weight: 500;
height: 100%;
background-color: #ffffff;
word-break : break-all;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
background-color: #fff;
border: 0;
... | src/css/main.css | body,
pre {
font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-weight: 500;
height: 100%;
background-color: #ffffff;
word-break : break-all;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
background-color: #fff;
border: 0;
... | 0.446495 | 0.09947 |
position: fixed!important;
left: %(param_root_position_left)s!important;
right: %(param_root_position_right)s!important;
bottom: %(param_root_position_bottom)s!important;
width: %(param_total_max_width)spx!important;
/*height: %(param_total_max_height)spx!important;*/
/*-webkit-touch-callout... | widget/callfeed.css | position: fixed!important;
left: %(param_root_position_left)s!important;
right: %(param_root_position_right)s!important;
bottom: %(param_root_position_bottom)s!important;
width: %(param_total_max_width)spx!important;
/*height: %(param_total_max_height)spx!important;*/
/*-webkit-touch-callout... | 0.324021 | 0.057945 |
.ag-float-wrapper.ag-image-toolbar-container {
overflow: visible;
border-radius: 2px;
}
.ag-image-toolbar {
height: 30px;
width: 240px;
}
.ag-image-toolbar ul,
.ag-image-toolbar li {
margin: 0;
padding: 0;
}
.ag-image-toolbar ul {
padding: 0 7px;
display: flex;
}
.ag-image-toolbar li.item {
positio... | src/muya/lib/ui/imageToolbar/index.css | .ag-float-wrapper.ag-image-toolbar-container {
overflow: visible;
border-radius: 2px;
}
.ag-image-toolbar {
height: 30px;
width: 240px;
}
.ag-image-toolbar ul,
.ag-image-toolbar li {
margin: 0;
padding: 0;
}
.ag-image-toolbar ul {
padding: 0 7px;
display: flex;
}
.ag-image-toolbar li.item {
positio... | 0.519765 | 0.054777 |
@charset "UTF-8";
/*Pagination*/
a.pagination {
color: #66afe9;
text-size-adjust: 300%;
text-align: center;
padding: 8px 16px;
}
/*Fin Pagination*/
p {
display:flex;
text-align: justify;
overflow: auto;
}
.user {
color: #a4d7e1;
font-size: 2em;
margin-bottom: -4px;
}
.flexbox {
display:flex;
}... | web/css/style21.css | @charset "UTF-8";
/*Pagination*/
a.pagination {
color: #66afe9;
text-size-adjust: 300%;
text-align: center;
padding: 8px 16px;
}
/*Fin Pagination*/
p {
display:flex;
text-align: justify;
overflow: auto;
}
.user {
color: #a4d7e1;
font-size: 2em;
margin-bottom: -4px;
}
.flexbox {
display:flex;
}... | 0.193757 | 0.053924 |
body {
font-family: 'flamenco', sans-serif;
}
body p{
font-family: 'pt-sans', sans-serif;
}
.companyBrand{
font-size: 2em;
color: whitesmoke;
font-family: 'source-sans-pro', sans-serif;
-webkit-transition: all 0.8s ease-out ;
-moz-transition: all 0.8s ease-out ;
transition: all 0.8s ea... | bin/Release/netcoreapp1.0/publish/wwwroot/css/site.css | body {
font-family: 'flamenco', sans-serif;
}
body p{
font-family: 'pt-sans', sans-serif;
}
.companyBrand{
font-size: 2em;
color: whitesmoke;
font-family: 'source-sans-pro', sans-serif;
-webkit-transition: all 0.8s ease-out ;
-moz-transition: all 0.8s ease-out ;
transition: all 0.8s ea... | 0.393618 | 0.075448 |
body {
margin:0px;
background-image:none;
position:relative;
left:-106px;
width:501px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u23... | server/tornado/static/css/modifypassword.css | body {
margin:0px;
background-image:none;
position:relative;
left:-106px;
width:501px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u23... | 0.325735 | 0.063628 |
.tree-wrapper {
margin-top: 70px;
height: calc(100% - 160px);
overflow-y: auto;
overflow-x: hidden;
border: 1px solid #282828;
border-radius: 5px;
padding: 20px;
padding-left: 25px;
background-color: #222222;
position: fixed;
width: 300px;
}
.search-results-wrapper {
pa... | diskover-web/public/css/diskover-filetree-search.css |
.tree-wrapper {
margin-top: 70px;
height: calc(100% - 160px);
overflow-y: auto;
overflow-x: hidden;
border: 1px solid #282828;
border-radius: 5px;
padding: 20px;
padding-left: 25px;
background-color: #222222;
position: fixed;
width: 300px;
}
.search-results-wrapper {
pa... | 0.448909 | 0.10833 |
html,
body {
font-family: 'PT Sans', sans-serif;
font-size: 100%;
overflow-x: hidden;
background: #fff;
}
body a {
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
... | templates/web/css/style.css | html,
body {
font-family: 'PT Sans', sans-serif;
font-size: 100%;
overflow-x: hidden;
background: #fff;
}
body a {
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
... | 0.254787 | 0.053576 |
.background_lawnGreen8,
.hover_background_lawnGreen8:hover,
.active_background_lawnGreen8:active:hover {
background: #224500;
background-image: -moz-linear-gradient(top, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(43, 87, 0))... | widgets/common/assets/gradients/simple/lawnGreen/lawnGreen8.css | .background_lawnGreen8,
.hover_background_lawnGreen8:hover,
.active_background_lawnGreen8:active:hover {
background: #224500;
background-image: -moz-linear-gradient(top, rgb(43, 87, 0) 0%, rgb(34, 69, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(43, 87, 0))... | 0.494385 | 0.115411 |
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200&display=swap');
*{
margin: 0;
padding: 0;
}
body{
background: darkslategrey;
}
header{
width: 100%;
height: 94vh;
opacity: 0.8;
text-align: center;
background-imag... | blog/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200&display=swap');
*{
margin: 0;
padding: 0;
}
body{
background: darkslategrey;
}
header{
width: 100%;
height: 94vh;
opacity: 0.8;
text-align: center;
background-imag... | 0.447943 | 0.060557 |
margin-left : 10px;
width : 220px;
}
#pnlWebCall h1 {
font-weight : bold;
font-size : 18px;
text-align : center;
}
#pnlWebCall h2 {
font-weight : bold;
font-size : 14px;
}
#pnlWebCall .padding {
padding-left : 28px;
width : 162px;
}
#pnlWebCall .long {
width : 158px;
}
... | webcall/css/webCall.css | margin-left : 10px;
width : 220px;
}
#pnlWebCall h1 {
font-weight : bold;
font-size : 18px;
text-align : center;
}
#pnlWebCall h2 {
font-weight : bold;
font-size : 14px;
}
#pnlWebCall .padding {
padding-left : 28px;
width : 162px;
}
#pnlWebCall .long {
width : 158px;
}
... | 0.252476 | 0.067485 |
@charset "UTF-8";
body {
background: #202020;
}
@media screen and (min-device-width: 800px) {
body {
/* Track */
/* Handle */
/* Handle on hover */
}
body .home-header {
background-color: #333333 !important;
}
body .home-header .navbar-brand {
color: #bc38c1;
}
body .home-header .nav... | public/css/style.css | @charset "UTF-8";
body {
background: #202020;
}
@media screen and (min-device-width: 800px) {
body {
/* Track */
/* Handle */
/* Handle on hover */
}
body .home-header {
background-color: #333333 !important;
}
body .home-header .navbar-brand {
color: #bc38c1;
}
body .home-header .nav... | 0.298901 | 0.045205 |
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Provide sufficient contrast ... | Alocha/wwwroot/css/site.css | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Provide sufficient contrast ... | 0.518059 | 0.079926 |
@charset "utf-8";
textarea {
margin: 0;
font: inherit;
color: inherit;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row:before,
.row:after
{
display: table;
content: " ";
}
.row:after{
clear: both;
}
.col-md-10 {
width: 83.33333333%;
position: relative;
min-heigh... | static/front/css/comment.css | @charset "utf-8";
textarea {
margin: 0;
font: inherit;
color: inherit;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row:before,
.row:after
{
display: table;
content: " ";
}
.row:after{
clear: both;
}
.col-md-10 {
width: 83.33333333%;
position: relative;
min-heigh... | 0.354992 | 0.063861 |
@font-face {
font-family: 'novecento_widebold';
src: url('../fonts/novecentowide/novecentowide-bold-webfont.woff2') format('woff2'),
url('../fonts/novecentowide/novecentowide-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'novec... | css/stylesheet.css | @font-face {
font-family: 'novecento_widebold';
src: url('../fonts/novecentowide/novecentowide-bold-webfont.woff2') format('woff2'),
url('../fonts/novecentowide/novecentowide-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'novec... | 0.222025 | 0.040503 |
.right {
display: flex;
background: #fff none repeat scroll 0 0;
height: 100vh;
right: 0;
padding-bottom: 30px;
padding-top: 30px;
position: fixed;
top: 59px;
width: 70px;
z-index: 9;
-webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
-moz-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
-ms-b... | css/right-m.css | .right {
display: flex;
background: #fff none repeat scroll 0 0;
height: 100vh;
right: 0;
padding-bottom: 30px;
padding-top: 30px;
position: fixed;
top: 59px;
width: 70px;
z-index: 9;
-webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
-moz-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
-ms-b... | 0.381911 | 0.124745 |
html,
body {
width: 100%;
height: 100%;
/*overflow-x: hidden;*/
}
.navbar {
position: absolute;
}
.container-fluid {
min-width: 320px !important;
min-height: calc(568px - 45px) !important;
}
.section {
display: table;
}
.section-table {
display: table-cell;
vertical-align: middle;
... | css/about.css | html,
body {
width: 100%;
height: 100%;
/*overflow-x: hidden;*/
}
.navbar {
position: absolute;
}
.container-fluid {
min-width: 320px !important;
min-height: calc(568px - 45px) !important;
}
.section {
display: table;
}
.section-table {
display: table-cell;
vertical-align: middle;
... | 0.439988 | 0.067209 |
*{
box-sizing: border-box !important;
}
.header-container{
display: flex;
justify-content: space-around;
align-items: center;
height: 60px;
padding: 0;
}
.header-menu{
display: flex;
justify-content: space-around;
text-decoration: none;
}
.link-nav{
margin-right: 40px;
c... | src/components/header.css | *{
box-sizing: border-box !important;
}
.header-container{
display: flex;
justify-content: space-around;
align-items: center;
height: 60px;
padding: 0;
}
.header-menu{
display: flex;
justify-content: space-around;
text-decoration: none;
}
.link-nav{
margin-right: 40px;
c... | 0.279337 | 0.074366 |
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap");
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box; }
body {
font-family: 'Heebo', sans-serif;
font-weight: 400;
color: #d3d3d3;
font-size: 12px; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400; }
... | dist/style.css | @import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap");
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box; }
body {
font-family: 'Heebo', sans-serif;
font-weight: 400;
color: #d3d3d3;
font-size: 12px; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400; }
... | 0.389198 | 0.080394 |
@charset "utf-8";
/* スタイルシート */
html {
width: 100%;
height: 100%;
display: table;
}
body {
background-color: #adc;
display: table-cell;
vertical-align: middle;
}
body, button {
color: #232;
font-family: sans-serif;
}
#main {
padding: 5px;
background-color: #bed;
line-height: 0;
display: flex;
align-items... | src/main.css | @charset "utf-8";
/* スタイルシート */
html {
width: 100%;
height: 100%;
display: table;
}
body {
background-color: #adc;
display: table-cell;
vertical-align: middle;
}
body, button {
color: #232;
font-family: sans-serif;
}
#main {
padding: 5px;
background-color: #bed;
line-height: 0;
display: flex;
align-items... | 0.228673 | 0.058453 |
html {
position: relative;
min-height: 100%; }
body {
padding: 50px;
font: Helvetica, Arial, sans-serif;
word-wrap: break-word;
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
color: #3e3e3e;
}
a {
color: #003e57;
}
a:hover {
color: #00628a;
}
/*-----... | views/public/toolkit.css | html {
position: relative;
min-height: 100%; }
body {
padding: 50px;
font: Helvetica, Arial, sans-serif;
word-wrap: break-word;
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
color: #3e3e3e;
}
a {
color: #003e57;
}
a:hover {
color: #00628a;
}
/*-----... | 0.388618 | 0.084153 |
body {
background: hsl(188, 39%, 88%);
color: hsl(227, 28%, 10%);
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
font-size: 14px;
}
* {
box-sizing: border-box;
}
a:link, a:visited {
color: hsl(195, 100%, 27%);
text-decoration: none;
}
a:hover, a:focus {
... | website/style.css | body {
background: hsl(188, 39%, 88%);
color: hsl(227, 28%, 10%);
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
font-size: 14px;
}
* {
box-sizing: border-box;
}
a:link, a:visited {
color: hsl(195, 100%, 27%);
text-decoration: none;
}
a:hover, a:focus {
... | 0.441914 | 0.129513 |
html { font-size:1em;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0);-webkit-text-size-adjust:none;}
body { font-size:0.75em}
label { cursor:pointer}
a:link, a:visited { text-decoration:none}
input,button,select,textarea{outline:none} textarea{resize:none;}
a, abbr, acronym, address, app... | source/wedding/main.css | html { font-size:1em;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0);-webkit-text-size-adjust:none;}
body { font-size:0.75em}
label { cursor:pointer}
a:link, a:visited { text-decoration:none}
input,button,select,textarea{outline:none} textarea{resize:none;}
a, abbr, acronym, address, app... | 0.385143 | 0.121477 |
COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
MIXINS
====================================================*/
/*====================================================
common styles
==========================================... | content/themes/alvaro/assets/css/style-custom.css | COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
MIXINS
====================================================*/
/*====================================================
common styles
==========================================... | 0.397237 | 0.071332 |
@font-face {
font-family: "Mada";
src: url("../fonts/Mada-Regular.ttf");
}
@font-face {
font-family: "Mada Bold";
src: url("../fonts/Mada-Bold.ttf");
font-weight: bold;
}
@font-face{
font-family: "Mada Light";
src: url("../fonts/Mada-Light.ttf");
}
@font-face{
font-family: "Mada Black";
... | public/css/home.css | @font-face {
font-family: "Mada";
src: url("../fonts/Mada-Regular.ttf");
}
@font-face {
font-family: "Mada Bold";
src: url("../fonts/Mada-Bold.ttf");
font-weight: bold;
}
@font-face{
font-family: "Mada Light";
src: url("../fonts/Mada-Light.ttf");
}
@font-face{
font-family: "Mada Black";
... | 0.313315 | 0.069195 |
body{
background-color: rgba(0, 0, 0, 0.678);
color: white;
font-family: sans-serif;
/* display: flex; */
font-family: 'Times New Roman', Times, serif;
}
#online{
margin-right: 0px;
}
#contacts{
border: 3px solid black;
border-radius: 10px;
text-align: center;
height:30rem;
o... | static/css/home.css | body{
background-color: rgba(0, 0, 0, 0.678);
color: white;
font-family: sans-serif;
/* display: flex; */
font-family: 'Times New Roman', Times, serif;
}
#online{
margin-right: 0px;
}
#contacts{
border: 3px solid black;
border-radius: 10px;
text-align: center;
height:30rem;
o... | 0.375363 | 0.069321 |
.Dashboard{
width: 100%;
height: 100%;
margin: 0;
}
.Header{
background: greenyellow;
height: 7vh;
position: relative;
}
.Header h2{
position: absolute;
top: 8px;
left: 50px;
color: white;
margin: 0;
}
.UserInfo{
position: absolute;
bottom: -6px;
right: 16px;
}
.UserInfo h3{
padding-rig... | app/src/Dashboard.css | .Dashboard{
width: 100%;
height: 100%;
margin: 0;
}
.Header{
background: greenyellow;
height: 7vh;
position: relative;
}
.Header h2{
position: absolute;
top: 8px;
left: 50px;
color: white;
margin: 0;
}
.UserInfo{
position: absolute;
bottom: -6px;
right: 16px;
}
.UserInfo h3{
padding-rig... | 0.632389 | 0.0697 |
@charset "utf-8";
.center, .news_tab_nav {
text-align: center
}
* {
margin: 0;
padding: 0
}
.btn-cal, .mTab {
max-width: 480px
}
.f12 {
font-size: 12px
}
.f14 {
font-size: 14px
}
.f16 {
font-size: 16px
}
.f18 {
font-size: 18px
}
.ti2 {
text-indent: 2em
}
.pd10 {
paddi... | dist/css/houseCal.css | @charset "utf-8";
.center, .news_tab_nav {
text-align: center
}
* {
margin: 0;
padding: 0
}
.btn-cal, .mTab {
max-width: 480px
}
.f12 {
font-size: 12px
}
.f14 {
font-size: 14px
}
.f16 {
font-size: 16px
}
.f18 {
font-size: 18px
}
.ti2 {
text-indent: 2em
}
.pd10 {
paddi... | 0.355104 | 0.282009 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | static/stylesheets/style_test.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.291888 | 0.062274 |
@import url("https://fonts.google.com/specimen/Poppins");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
background: url(/images/bg-intro-desktop.png) no-repeat;
background-color: #ff7a7a;
min-height: 100vh;
widt... | intro-component-with-signup-form/styles/css/styles.css | @import url("https://fonts.google.com/specimen/Poppins");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
background: url(/images/bg-intro-desktop.png) no-repeat;
background-color: #ff7a7a;
min-height: 100vh;
widt... | 0.346984 | 0.054424 |
:root {
--bs-primary: #ba0f51;
--bs-primary-rgb: 186, 15, 81;
--bs-primary-hover: #900C3F;
}
a,
.link-primary,
.nav-link,
.text-primary {
color: var(--bs-primary);
}
.bg-primary,
.btn-primary {
background-color: var(--bs-primary);
color: var(--bs-white);
}
.btn-primary {
border-color: var... | public/styles/base.css | :root {
--bs-primary: #ba0f51;
--bs-primary-rgb: 186, 15, 81;
--bs-primary-hover: #900C3F;
}
a,
.link-primary,
.nav-link,
.text-primary {
color: var(--bs-primary);
}
.bg-primary,
.btn-primary {
background-color: var(--bs-primary);
color: var(--bs-white);
}
.btn-primary {
border-color: var... | 0.656878 | 0.108661 |
.catalog-cart-slider {
display: none;
position: relative;
top: 60px;
background: #FFFFFF;
box-shadow: 0px 10px 20px rgba(0, 122, 201, 0.2), 0px 20px 40px rgba(0, 122, 201, 0.2);
border-radius: 24px;
padding: 40px 0 10px;
}
.catalog-cart-slider .catalog-cart-slider-close {
position: absolute;
top: 40... | web/css/catalog-cart-styles.css |
.catalog-cart-slider {
display: none;
position: relative;
top: 60px;
background: #FFFFFF;
box-shadow: 0px 10px 20px rgba(0, 122, 201, 0.2), 0px 20px 40px rgba(0, 122, 201, 0.2);
border-radius: 24px;
padding: 40px 0 10px;
}
.catalog-cart-slider .catalog-cart-slider-close {
position: absolute;
top: 40... | 0.327346 | 0.050799 |
@import "bootstrap/dist/css/bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
.theme... | src/assets/css/style.css | @import "bootstrap/dist/css/bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
.theme... | 0.309337 | 0.052207 |
input {
background-color: #fcfcfc;
border: 1px solid #bbb;
font-family: Verdana;
padding: 5px;
background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
border: 1px solid #aaa;
border-radius: 5p... | web/css/input.css | input {
background-color: #fcfcfc;
border: 1px solid #bbb;
font-family: Verdana;
padding: 5px;
background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
border: 1px solid #aaa;
border-radius: 5p... | 0.383064 | 0.230551 |
.react-flow {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.react-flow__renderer,
.react-flow__pane,
.react-flow__selectionpane {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.react-flow__pane {
z-index: 1;
}
.react-flow__renderer {
z-index: 4;
}
.rea... | src/style.css | .react-flow {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.react-flow__renderer,
.react-flow__pane,
.react-flow__selectionpane {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.react-flow__pane {
z-index: 1;
}
.react-flow__renderer {
z-index: 4;
}
.rea... | 0.835484 | 0.099383 |
@media screen and (min-width: 390px) and (max-width: 414px) {
.subir {
font-size: 35px;
bottom: 2%;
position: fixed;
right: 5%;
}
.header__contenedor {
padding: 10px 10px;
position: relative;
}
/* -------------- cambiando formato a logo --------------*/
.logo {
text-decoration... | donut/styles/movil.css | @media screen and (min-width: 390px) and (max-width: 414px) {
.subir {
font-size: 35px;
bottom: 2%;
position: fixed;
right: 5%;
}
.header__contenedor {
padding: 10px 10px;
position: relative;
}
/* -------------- cambiando formato a logo --------------*/
.logo {
text-decoration... | 0.373647 | 0.147279 |
::selection {
background: #0cf;
color: #000;
text-shadow: none; }
::-webkit-scrollbar {
width: 15px;
height: 15px;
background-color: #00151d; }
::-webkit-scrollbar-thumb {
min-height: 15px;
min-width: 15px;
background-color: #013a4f; }
::-webkit-scrollbar-thumb:hover, ::-webkit-scrol... | content/style.css | ::selection {
background: #0cf;
color: #000;
text-shadow: none; }
::-webkit-scrollbar {
width: 15px;
height: 15px;
background-color: #00151d; }
::-webkit-scrollbar-thumb {
min-height: 15px;
min-width: 15px;
background-color: #013a4f; }
::-webkit-scrollbar-thumb:hover, ::-webkit-scrol... | 0.234933 | 0.035178 |
html,
body {
height: 100%;
width: 100%;
overflow: hidden;
margin: 0;
}
.grass,
.sky,
,
.grass2 .manna {
position: relative;
}
.sky {
height: 33%;
background-color: skyblue;
}
.grass {
height: 16%;
background-color: seagreen;
}
.road {
height: 35%;
b... | css/manna.css | html,
body {
height: 100%;
width: 100%;
overflow: hidden;
margin: 0;
}
.grass,
.sky,
,
.grass2 .manna {
position: relative;
}
.sky {
height: 33%;
background-color: skyblue;
}
.grass {
height: 16%;
background-color: seagreen;
}
.road {
height: 35%;
b... | 0.625552 | 0.054374 |
*{
margin: 0;
padding: 0;
}
/* css variables */
:root{
--navbar-height: 59px;
}
/* Navigaton Bar */
#navbar {
display:flex;
align-items:center;
position: relative; /*resize the navbar*/
top:0px;
}
/* Logo and image */
#logo{
margin: 10px 36px;
}
#logo img{
height:... | p2.css | *{
margin: 0;
padding: 0;
}
/* css variables */
:root{
--navbar-height: 59px;
}
/* Navigaton Bar */
#navbar {
display:flex;
align-items:center;
position: relative; /*resize the navbar*/
top:0px;
}
/* Logo and image */
#logo{
margin: 10px 36px;
}
#logo img{
height:... | 0.237134 | 0.043083 |
html, body{
max-width: 100%;
}
body {
width: 100%;
margin: 0;
padding: 0;
text-decoration: none;
font-family: 'Oxanium Regular', serif;
font-weight: 400;
background-image: url("../img/bg.jpg");
background-size: cover ;
background-position: top center;
background-repeat: rep... | css/main.css | html, body{
max-width: 100%;
}
body {
width: 100%;
margin: 0;
padding: 0;
text-decoration: none;
font-family: 'Oxanium Regular', serif;
font-weight: 400;
background-image: url("../img/bg.jpg");
background-size: cover ;
background-position: top center;
background-repeat: rep... | 0.461502 | 0.075858 |
:root {
--green-dark: #207561;
--green-med: #589167;
--green-light: #a0cc78;
--blue-med: #007bff;
--blue-dark:#00008B;
--red: #da4302;
--brown: #6d4e0c;
--brown-light: #ad8e4c;
--offwhite: #f9f6f2;
}
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
body {
background: var(--offwhite);
... | starter_website/static/css/styles.css | :root {
--green-dark: #207561;
--green-med: #589167;
--green-light: #a0cc78;
--blue-med: #007bff;
--blue-dark:#00008B;
--red: #da4302;
--brown: #6d4e0c;
--brown-light: #ad8e4c;
--offwhite: #f9f6f2;
}
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
body {
background: var(--offwhite);
... | 0.397938 | 0.142799 |
body.sidebar_vis>.page{
position: absolute;
width: 100rem;
margin: 0px;
right: 10rem;
border: 0px;
transform: translateX(0px);
transition: transform .125s ease-in-out, opacity .5s ease-in-out;
-webkit-transition: transform .125s ease-in-out, opacity .5s ease-in-out;
-moz-transition: transform .125s ease-in-ou... | system/application/views/melons/cantaloupe/css/sidebar_vis.css | body.sidebar_vis>.page{
position: absolute;
width: 100rem;
margin: 0px;
right: 10rem;
border: 0px;
transform: translateX(0px);
transition: transform .125s ease-in-out, opacity .5s ease-in-out;
-webkit-transition: transform .125s ease-in-out, opacity .5s ease-in-out;
-moz-transition: transform .125s ease-in-ou... | 0.322099 | 0.044452 |
.wrapper{
max-width:400px;
margin:auto;
@media (--small) {
max-width:450px;
}
@media (--medium) {
max-width:900px;
}
@media (--large) {
max-width:1200px;
}
}
.calendar {
margin-top:5rem;
padding:0rem;
background: var(--black);
@media (--medium) {
padding:2rem;
... | src/css/layout/calendar.css | .wrapper{
max-width:400px;
margin:auto;
@media (--small) {
max-width:450px;
}
@media (--medium) {
max-width:900px;
}
@media (--large) {
max-width:1200px;
}
}
.calendar {
margin-top:5rem;
padding:0rem;
background: var(--black);
@media (--medium) {
padding:2rem;
... | 0.549157 | 0.076788 |
header {
background-color: #9E72B0;
font-family: arial,helvetica;
color: #fff;
position: fixed;
top: 0;
z-index: 3;
width: 100%;
height: 70px;
box-sizing: border-box;
}
html {
scroll-behavior:smooth
}
.navegacao-externa {
position: absolute;
top: -70px;
z-index: 10... | assets/header.css | header {
background-color: #9E72B0;
font-family: arial,helvetica;
color: #fff;
position: fixed;
top: 0;
z-index: 3;
width: 100%;
height: 70px;
box-sizing: border-box;
}
html {
scroll-behavior:smooth
}
.navegacao-externa {
position: absolute;
top: -70px;
z-index: 10... | 0.394084 | 0.106458 |
* Universal
*/
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
background: url(http://i.imgur.com/kVJs7Pb.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: co... | demos/list_slider/stylesheets/main.css | * Universal
*/
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
background: url(http://i.imgur.com/kVJs7Pb.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: co... | 0.391639 | 0.090897 |
* {
box-sizing: border-box;
}
:root {
--main-blue-color: #728fcb;
--main-lightblue-color: #d6e7f1;
--main-gunmetal-color: #31363e;
--main-grey-color: hsla(0, 0%, 0%, 0.04);
--main-black-color: hsla(0, 0%, 0%, 0.8);
--main-paper-color: white;
}
html {
font-family: Helvetica;
-ms-text-size-adjust: 100%;... | src/components/layout.css | * {
box-sizing: border-box;
}
:root {
--main-blue-color: #728fcb;
--main-lightblue-color: #d6e7f1;
--main-gunmetal-color: #31363e;
--main-grey-color: hsla(0, 0%, 0%, 0.04);
--main-black-color: hsla(0, 0%, 0%, 0.8);
--main-paper-color: white;
}
html {
font-family: Helvetica;
-ms-text-size-adjust: 100%;... | 0.489748 | 0.107813 |
html {
scroll-behavior: smooth;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
}
body .des {
display: -webkit-box;
max-width: 200px... | public/assets/css/style.css | html {
scroll-behavior: smooth;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
}
body .des {
display: -webkit-box;
max-width: 200px... | 0.362969 | 0.053403 |
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | mobile/css/style.css | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | 0.187653 | 0.051558 |
h1,h2,h3,h4,h5,h6 {
font-family:"Lato", sans-serif !important;
}
img{
max-width:100%
}
iframe{
border:0
}
#header-social a,.social-counter-item i,.video-details .meta a, .post-info .meta a,#footer .widget a.tag{
-webkit-transition:0.4s;
-moz-transition:0.4s;
-ms-transition:0.4s;
-o-transition:0.4s;
... | htdocs/wp-content/themes/videotube/style.css | h1,h2,h3,h4,h5,h6 {
font-family:"Lato", sans-serif !important;
}
img{
max-width:100%
}
iframe{
border:0
}
#header-social a,.social-counter-item i,.video-details .meta a, .post-info .meta a,#footer .widget a.tag{
-webkit-transition:0.4s;
-moz-transition:0.4s;
-ms-transition:0.4s;
-o-transition:0.4s;
... | 0.124054 | 0.043916 |
BODY {
font-family: sans-serif;
font-size: 12px;
background-image: url(../bg/weave.gif);
background-color: black;
color: white;
}
DIV,PRE
{
text-align: left;
font-size: 8pt;
background: #f7f7f7;
border: 1px solid #ddc;
/*overflow: auto; white-space: nowrap; max-width: 95%; */
margin: 5px;
padding: 5p... | public/images/card/Philip Rideout __ Colors_files/root.css | BODY {
font-family: sans-serif;
font-size: 12px;
background-image: url(../bg/weave.gif);
background-color: black;
color: white;
}
DIV,PRE
{
text-align: left;
font-size: 8pt;
background: #f7f7f7;
border: 1px solid #ddc;
/*overflow: auto; white-space: nowrap; max-width: 95%; */
margin: 5px;
padding: 5p... | 0.386648 | 0.090173 |
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
.wrapper {
margin-top: 80px;
margin-bottom: 50px;
}
.form-signin {
max-width: 420px;
padding: 30px 38px 66px;
margin: 0 auto;
background-color: #eee;
border: 3px dotted rgba(0,0,0,0.1);
}
.form-signin-heading {
text-align:center;
margin-bot... | src/css/styles.css | @import url(https://fonts.googleapis.com/css?family=Lato:400,900);
.wrapper {
margin-top: 80px;
margin-bottom: 50px;
}
.form-signin {
max-width: 420px;
padding: 30px 38px 66px;
margin: 0 auto;
background-color: #eee;
border: 3px dotted rgba(0,0,0,0.1);
}
.form-signin-heading {
text-align:center;
margin-bot... | 0.232484 | 0.072505 |
body {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
padding-top: 70px;
overflow-x:hidden;
}
.righteous {
font-family: 'Righteous', cursive;
}
.trans-nav {
background-color: rgba(0, 0, 0, 0);
transition: background 5... | src/style/style.css | body {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
padding-top: 70px;
overflow-x:hidden;
}
.righteous {
font-family: 'Righteous', cursive;
}
.trans-nav {
background-color: rgba(0, 0, 0, 0);
transition: background 5... | 0.427516 | 0.101411 |
.terminal {
float: left;
border-width: 0;
border-style: none;
border-radius: 4px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 14px;
color: #f0f0f0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
text-align: l... | css/terminal.css | .terminal {
float: left;
border-width: 0;
border-style: none;
border-radius: 4px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 14px;
color: #f0f0f0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
text-align: l... | 0.341363 | 0.208501 |
div#ofmeet {
border: 1px solid #C9C9C9;
margin: 10px auto 20px auto;
padding: 10px;
font-family: Arial,Helvetica,sans-serif,"sans serif";
background-color: #F9F9F9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
display:block;
position:relative;
top: -100px;
float:to... | src/plugins/jitsivideobridge/src/apps/ofmeet/css/styles.css | div#ofmeet {
border: 1px solid #C9C9C9;
margin: 10px auto 20px auto;
padding: 10px;
font-family: Arial,Helvetica,sans-serif,"sans serif";
background-color: #F9F9F9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
display:block;
position:relative;
top: -100px;
float:to... | 0.190498 | 0.075756 |
@font-face {
font-family: 'PlumbRegular';
src: url('../fonts/plumb-regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PlumbMedium';
src: url('../fonts/plumb-medium.ttf') format('opentype');
font-weight: normal;
font-style: no... | css/main.css | @font-face {
font-family: 'PlumbRegular';
src: url('../fonts/plumb-regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PlumbMedium';
src: url('../fonts/plumb-medium.ttf') format('opentype');
font-weight: normal;
font-style: no... | 0.339061 | 0.05752 |
@charset "UTF-8";
@font-face{ /*Importar fonte externa*/
font-family: 'fonteLogo' ;
src: url("../_fonts/bubblegum-sans-regular.otf");
}
body{
font-family: Arial, sans-serif;
background-color: #dddddd;
color: rgba(0,0,0,1);
}
div#interface{
width: 1000px; /*largura da div*/
background-color: #ffffff; /*cor ... | glass/_css/estilo.css | @charset "UTF-8";
@font-face{ /*Importar fonte externa*/
font-family: 'fonteLogo' ;
src: url("../_fonts/bubblegum-sans-regular.otf");
}
body{
font-family: Arial, sans-serif;
background-color: #dddddd;
color: rgba(0,0,0,1);
}
div#interface{
width: 1000px; /*largura da div*/
background-color: #ffffff; /*cor ... | 0.135061 | 0.077448 |
.table th {
text-align: center;
}
input[name=query-submit] {
margin-top: 25px;
}
#title-filtro {
margin-bottom: 30px;
}
.tabla-consulta {
margin-top: 40px;
}
.logo {
margin-top: -20px;
}
.logo img{
width: 170px;
margin-top: -7px;
}
.navbar {
height: 65px;
padding-top: 15px
}
.tabla-consul... | css/style.css | .table th {
text-align: center;
}
input[name=query-submit] {
margin-top: 25px;
}
#title-filtro {
margin-bottom: 30px;
}
.tabla-consulta {
margin-top: 40px;
}
.logo {
margin-top: -20px;
}
.logo img{
width: 170px;
margin-top: -7px;
}
.navbar {
height: 65px;
padding-top: 15px
}
.tabla-consul... | 0.305905 | 0.098252 |
top: 0%;
position: relative;
height: 100%;
width: 50%;
border: 1px solid black;
float: left;
background-color: #212F3D;
opacity: 0.9;
filter: alpha(opacity=10);
}
#right {
position: relative;
margin-left: 50%;
width: 50%;
height: 100%;
backgro... | first.css | top: 0%;
position: relative;
height: 100%;
width: 50%;
border: 1px solid black;
float: left;
background-color: #212F3D;
opacity: 0.9;
filter: alpha(opacity=10);
}
#right {
position: relative;
margin-left: 50%;
width: 50%;
height: 100%;
backgro... | 0.469763 | 0.07579 |
main { overflow:hidden; }
main #stick {
/*left: auto !important;*/
background: #ec008c;
color: #fff;
margin: 0;
position: absolute;
left: 0;
right: 0;
transition: none;
}
/* !important because it's a crappy demo and I cannot
be bothered to fix current specificity issues */
main .sticky { position: fixed !i... | demo/styles.css | main { overflow:hidden; }
main #stick {
/*left: auto !important;*/
background: #ec008c;
color: #fff;
margin: 0;
position: absolute;
left: 0;
right: 0;
transition: none;
}
/* !important because it's a crappy demo and I cannot
be bothered to fix current specificity issues */
main .sticky { position: fixed !i... | 0.382487 | 0.089694 |
main {
width: 500px;
height: 310px;
position: relative;
}
div {
display: none;
position: absolute;
will-change: offset-distance;
border-radius: 50%;
width: 10px;
height: 10px;
background: hsl(313,100%,50%);
offset-path: path("M250 397l-6-5C115 287 80 250 80 190c0-50 40-90... | css/motion.css | main {
width: 500px;
height: 310px;
position: relative;
}
div {
display: none;
position: absolute;
will-change: offset-distance;
border-radius: 50%;
width: 10px;
height: 10px;
background: hsl(313,100%,50%);
offset-path: path("M250 397l-6-5C115 287 80 250 80 190c0-50 40-90... | 0.601594 | 0.123948 |
* MIXINS FOR RESET
*/
/**
* MIXINS FOR POSITIONING
*/
/**
* @param width size.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
font-size: 16px;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
font-size: 1em;
margin: 0;
padding... | assets/sass/main.css | * MIXINS FOR RESET
*/
/**
* MIXINS FOR POSITIONING
*/
/**
* @param width size.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
font-size: 16px;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
font-size: 1em;
margin: 0;
padding... | 0.527317 | 0.061115 |
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;1,100;1,300;1,400&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
*{
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
}
li{
list-style... | src/style.css | @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;1,100;1,300;1,400&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
*{
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
}
li{
list-style... | 0.38827 | 0.085709 |
.zn-iosSliderEl { width: 100%; position: relative; overflow: hidden; }
.zn-iosSliderEl .zn-iosSl-loader { position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); z-index: 2; -webkit-transition: opacity .3s ease-out, visibility .3s eas... | tantsumeka/htdocs/wp-content/themes/kallyas/pagebuilder/elements/TH_IosSlider2/style.css | .zn-iosSliderEl { width: 100%; position: relative; overflow: hidden; }
.zn-iosSliderEl .zn-iosSl-loader { position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); z-index: 2; -webkit-transition: opacity .3s ease-out, visibility .3s eas... | 0.621426 | 0.379292 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: #F2F2F2;
font-family: "Open Sans", sans-serif;
font-size: 16px;
}
.container {
width: 90%;
max-width: 1000px;
margin: auto;
overflow: hidden;
}
.main .about .text .tit... | css/style.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: #F2F2F2;
font-family: "Open Sans", sans-serif;
font-size: 16px;
}
.container {
width: 90%;
max-width: 1000px;
margin: auto;
overflow: hidden;
}
.main .about .text .tit... | 0.32029 | 0.066691 |
html {
height: 100%; }
body {
background-color: var(--background-color);
color: var(--color);
font-family: var(--font-family);
height: 100%;
line-height: 1.4; }
a {
border: 0;
color: var(--link-color);
font-weight: 400;
outline: none;
text-decoration: none; }
a:not([href]):not([tabindex]):focu... | out/ui/workspace.css | html {
height: 100%; }
body {
background-color: var(--background-color);
color: var(--color);
font-family: var(--font-family);
height: 100%;
line-height: 1.4; }
a {
border: 0;
color: var(--link-color);
font-weight: 400;
outline: none;
text-decoration: none; }
a:not([href]):not([tabindex]):focu... | 0.480966 | 0.117319 |
@keyframes fade-in {
from {opacity:0;}
to {opacity:1;}
}
@-webkit-keyframes slide-in-bottom {
from {transform:translateY(20px);opacity:0;}
to {transform:translateY(0);opacity:1;}
}
@keyframes slide-in-bottom {
from {transform:translateY(20px);opacity:0;}
to {transform:translateY(0);opacity:1;}
}
@-webkit-ke... | flair_anim.css | @keyframes fade-in {
from {opacity:0;}
to {opacity:1;}
}
@-webkit-keyframes slide-in-bottom {
from {transform:translateY(20px);opacity:0;}
to {transform:translateY(0);opacity:1;}
}
@keyframes slide-in-bottom {
from {transform:translateY(20px);opacity:0;}
to {transform:translateY(0);opacity:1;}
}
@-webkit-ke... | 0.464416 | 0.183905 |
.intro {
background-image: url("../img/header/Image.png");
background-size: cover;
}
.intro .intro_inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-... | css/style.css | .intro {
background-image: url("../img/header/Image.png");
background-size: cover;
}
.intro .intro_inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-... | 0.384681 | 0.063919 |
@font-face {
font-family: avenir;
src: url('./fonts/Avenir.otf');
}
::-webkit-scrollbar,
body::-webkit-scrollbar {
display: none !important;
width: 0 !important;
background: transparent !important;
-webkit-appearance: none !important;
-webkit-overflow-scrolling: none !important;
-ms-overflow-style: non... | css/main.css | @font-face {
font-family: avenir;
src: url('./fonts/Avenir.otf');
}
::-webkit-scrollbar,
body::-webkit-scrollbar {
display: none !important;
width: 0 !important;
background: transparent !important;
-webkit-appearance: none !important;
-webkit-overflow-scrolling: none !important;
-ms-overflow-style: non... | 0.353986 | 0.044163 |
body
{
padding: 0px;
margin: 0px;
background-color:#3a3a3a;
font-family: "verdana", "sans-serif";
font-size: 12px;
line-height: 20px;
color: #3a3a3a;
}
/*TYPOGRAPHY doc == documents*/
b, strong, h1, h2, h3, h4 {
font-family: arial, helvetica, sans-serif;
color: #202020;
}
.doc h1 {
fon... | Published/Areas/Scan/Styles/style.css | body
{
padding: 0px;
margin: 0px;
background-color:#3a3a3a;
font-family: "verdana", "sans-serif";
font-size: 12px;
line-height: 20px;
color: #3a3a3a;
}
/*TYPOGRAPHY doc == documents*/
b, strong, h1, h2, h3, h4 {
font-family: arial, helvetica, sans-serif;
color: #202020;
}
.doc h1 {
fon... | 0.360827 | 0.079854 |
@charset "utf-8";
/* CSS Document */
*{word-wrap:break-word;word-break:break-all}
body { font:12px Arial, Verdana, Helvetica, sans-serif; text-align:center; color:#333; }
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, blockquote, h1, h2, h3, h4, h5, h6 { padding:0; margin:0 }
table, td, tr, th { font-size:12p... | addons/theme/stv1/_static/admin/public.css | @charset "utf-8";
/* CSS Document */
*{word-wrap:break-word;word-break:break-all}
body { font:12px Arial, Verdana, Helvetica, sans-serif; text-align:center; color:#333; }
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, blockquote, h1, h2, h3, h4, h5, h6 { padding:0; margin:0 }
table, td, tr, th { font-size:12p... | 0.347869 | 0.104386 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #171b20;
font-family: "Nunito", sans-serif;
}
.container {
width: 100%;
background-color: #171b20;
}
.header {
width: 345px;
margin: 0 au... | CSS/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #171b20;
font-family: "Nunito", sans-serif;
}
.container {
width: 100%;
background-color: #171b20;
}
.header {
width: 345px;
margin: 0 au... | 0.427516 | 0.088033 |
@import 'settings/colors';
@import 'settings/typography';
@import 'settings/transitions';
:root {
--tooltip-chevron-size: calc(1rem * (6 / var(--font-base-default)));
}
.Tooltip__target-wrapper {
display: inline-block;
position: relative;
}
.Tooltip {
position: fixed;
margin: calc(1rem * (10 / var(--font-b... | packages/forma-36-react-components/src/components/Tooltip/Tooltip.css | @import 'settings/colors';
@import 'settings/typography';
@import 'settings/transitions';
:root {
--tooltip-chevron-size: calc(1rem * (6 / var(--font-base-default)));
}
.Tooltip__target-wrapper {
display: inline-block;
position: relative;
}
.Tooltip {
position: fixed;
margin: calc(1rem * (10 / var(--font-b... | 0.494873 | 0.069164 |
.spectrum-Rating-icon {
color: var(--spectrum-rating-icon-color);
/* Star */
.spectrum-Rating-starActive {
display: block;
}
.spectrum-Rating-starInactive {
display: none;
}
}
.spectrum-Rating:not(:hover) {
.spectrum-Rating-icon:not(.is-selected) {
color: var(--spectrum-rating-icon-color);
... | src/rating/skin.css | .spectrum-Rating-icon {
color: var(--spectrum-rating-icon-color);
/* Star */
.spectrum-Rating-starActive {
display: block;
}
.spectrum-Rating-starInactive {
display: none;
}
}
.spectrum-Rating:not(:hover) {
.spectrum-Rating-icon:not(.is-selected) {
color: var(--spectrum-rating-icon-color);
... | 0.661158 | 0.120646 |
body {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: auto;
height: auto;
color: #dcdcdc;
font-family: 'Roboto', arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 1... | css/style.css | body {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: auto;
height: auto;
color: #dcdcdc;
font-family: 'Roboto', arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 1... | 0.425605 | 0.05455 |
* Table of content, to be shown on the left side.
* main{left} should be at least equal to nav.toc{width}.
* We use <p> element for the "Table of content" title instead than <h1>
* because we don't want those textes to be inserted in the auto-generated TOC.
*/
nav {
font-family: sans-serif;
line-height: 100%;
... | static/book/book.css | * Table of content, to be shown on the left side.
* main{left} should be at least equal to nav.toc{width}.
* We use <p> element for the "Table of content" title instead than <h1>
* because we don't want those textes to be inserted in the auto-generated TOC.
*/
nav {
font-family: sans-serif;
line-height: 100%;
... | 0.628293 | 0.122523 |
html,body{
height: 100%;
}
body{
padding-bottom: 4rem;
}
main{
position: relative;
background:url('UFZZZ.png') no-repeat ;
background-repeat: no-repeat;
background-size:100%;
-webkit-background-size:cover;
padding-bottom:4rem;
}
header{
max-width: 100%;
margin-bottom: auto;
... | public/css/info2style2.css | html,body{
height: 100%;
}
body{
padding-bottom: 4rem;
}
main{
position: relative;
background:url('UFZZZ.png') no-repeat ;
background-repeat: no-repeat;
background-size:100%;
-webkit-background-size:cover;
padding-bottom:4rem;
}
header{
max-width: 100%;
margin-bottom: auto;
... | 0.277082 | 0.072571 |
<style>
.red {
color:red;
}
BODY {
background://url("images/background1.jpg");
font-family: sans-serif;
font-size: 12pt;
font-weight: bold;
font-style: normal;
background-color: B0E0E6;
color: 000000;
margin: 0px;
background-image: ;
background-repeat: repeat;
background-pos... | stylesheet.css | <style>
.red {
color:red;
}
BODY {
background://url("images/background1.jpg");
font-family: sans-serif;
font-size: 12pt;
font-weight: bold;
font-style: normal;
background-color: B0E0E6;
color: 000000;
margin: 0px;
background-image: ;
background-repeat: repeat;
background-pos... | 0.31785 | 0.103295 |
.border_left{
border-left: 1px solid #ddd;
-webkit-box-shadow: 0 0 8px #D0D0D0;
}
.container_welcome{
width: 100%;
margin: 0px;
padding: 0px;
}
.login_form{
padding-right: 0px;
}
.form-control{
border-radius: 0px;
}
.wrapper{
vertical-align:central;
margin-top: 0px;
border: 1... | assets/styles/style.css | .border_left{
border-left: 1px solid #ddd;
-webkit-box-shadow: 0 0 8px #D0D0D0;
}
.container_welcome{
width: 100%;
margin: 0px;
padding: 0px;
}
.login_form{
padding-right: 0px;
}
.form-control{
border-radius: 0px;
}
.wrapper{
vertical-align:central;
margin-top: 0px;
border: 1... | 0.317109 | 0.093802 |
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap");
body {
padding: 5px;
width: 300px;
border-radius: 7px;
color: #b3b1ad;
background-color: #0a0e14;
font-family: "Fira Code", "Courier New", Courier, monospace;
}
#warning_opener {
cursor: pointer;
position: absol... | popup.css | @import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap");
body {
padding: 5px;
width: 300px;
border-radius: 7px;
color: #b3b1ad;
background-color: #0a0e14;
font-family: "Fira Code", "Courier New", Courier, monospace;
}
#warning_opener {
cursor: pointer;
position: absol... | 0.378459 | 0.163112 |
:root {
--accent: #FFC000;
--secondary: #434244;
--accent75: rgba(255, 192, 0, 0.75);
--accent25: rgba(255, 192, 0, 0.25);
--white: #FFFFFF;
--standardContainer: 75%;
}
/* reset */
body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
.link--unstyled {
text-decoration: none;
color: var(--secondary... | styles/main.css | :root {
--accent: #FFC000;
--secondary: #434244;
--accent75: rgba(255, 192, 0, 0.75);
--accent25: rgba(255, 192, 0, 0.25);
--white: #FFFFFF;
--standardContainer: 75%;
}
/* reset */
body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
.link--unstyled {
text-decoration: none;
color: var(--secondary... | 0.502686 | 0.083591 |
line-height: 26px;
}
#iphone a {
line-height: 26px;
}
#iphone .login {
margin-left: -290px;
}
#iphone .site-nav__menu {
width: 400px;
}
#iphone .menu__sliderdown:after {
top: 12px;
}
.site-nav {
background-color: #f2f2f2;
border-bottom: 1px solid #eee;
font: normal 12px/32px "Microsoft YaHei";
color:... | src/public/css/index/header.css | line-height: 26px;
}
#iphone a {
line-height: 26px;
}
#iphone .login {
margin-left: -290px;
}
#iphone .site-nav__menu {
width: 400px;
}
#iphone .menu__sliderdown:after {
top: 12px;
}
.site-nav {
background-color: #f2f2f2;
border-bottom: 1px solid #eee;
font: normal 12px/32px "Microsoft YaHei";
color:... | 0.30013 | 0.044869 |
body {
background-color: #f2f2f2;
}
/* Modal Box */
.intropopup .modal-content, .modal-title {
background: white;
width: 300px;
margin-left: auto;
margin-right: auto;
border: none !important;
box-shadow: none !important;
}
.intropopup .modal-full-height {
text-align:center;
paddin... | public/client/css/intro_popup.css | body {
background-color: #f2f2f2;
}
/* Modal Box */
.intropopup .modal-content, .modal-title {
background: white;
width: 300px;
margin-left: auto;
margin-right: auto;
border: none !important;
box-shadow: none !important;
}
.intropopup .modal-full-height {
text-align:center;
paddin... | 0.334046 | 0.071494 |
@charset "UTF-8";
@font-face {
font-family: 'xiaoan';
src: url("fonts/icomoon.eot?iwsv73#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?iwsv73") format("truetype"), url("fonts/icomoon.woff?iwsv73") format("woff"), url("fonts/icomoon.svg?iwsv73#icomoon") format("svg");
}
.ts.labeled.icon.button > i.xia... | ts.xiaoan.css | @charset "UTF-8";
@font-face {
font-family: 'xiaoan';
src: url("fonts/icomoon.eot?iwsv73#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?iwsv73") format("truetype"), url("fonts/icomoon.woff?iwsv73") format("woff"), url("fonts/icomoon.svg?iwsv73#icomoon") format("svg");
}
.ts.labeled.icon.button > i.xia... | 0.268174 | 0.058588 |
background-image: url("../../../images/helipad.jpg");
background-size: cover;
background-repeat: no-repeat;
}
#main-portfolio-content .portfolio-title {
padding-top: 75px;
margin: 0px auto 25px;
width: 85%;
position: relative;
}
#main-portfolio-content .portfolio-title .portfolio-title-text h2 {
color... | public/styles/main/portfolio/styles.css | background-image: url("../../../images/helipad.jpg");
background-size: cover;
background-repeat: no-repeat;
}
#main-portfolio-content .portfolio-title {
padding-top: 75px;
margin: 0px auto 25px;
width: 85%;
position: relative;
}
#main-portfolio-content .portfolio-title .portfolio-title-text h2 {
color... | 0.231962 | 0.057177 |
body {
font-size: .875rem;
}
.feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
/*
* Sidebar
*/
.aside {
padding-left: 0;
padding-right: 0;
}
.sidebarmain {
position: -webkit-sticky;
position: sticky;
top: 0;
padding: 0;
}
.sidebar {
position: sticky;
top: 0;
bottom... | front_end/app/bayesbet/static/bayesbet.css | body {
font-size: .875rem;
}
.feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
/*
* Sidebar
*/
.aside {
padding-left: 0;
padding-right: 0;
}
.sidebarmain {
position: -webkit-sticky;
position: sticky;
top: 0;
padding: 0;
}
.sidebar {
position: sticky;
top: 0;
bottom... | 0.510985 | 0.064506 |
.multipage-controls-list #edit-actions {
float: left; /* LTR */
}
.multipage-button {
margin-bottom: 1em;
margin-top: 0;
float: left; /* LTR */
line-height: 36px;
}
.multipage-button a {
padding-top: 10px;
}
.multipage-counter {
float: right; /* LTR */
margin-right: 5px; /* LTR */
height: 0... | docroot/profiles/labp/modules/bp/contrib/field_group/multipage/multipage.css | .multipage-controls-list #edit-actions {
float: left; /* LTR */
}
.multipage-button {
margin-bottom: 1em;
margin-top: 0;
float: left; /* LTR */
line-height: 36px;
}
.multipage-button a {
padding-top: 10px;
}
.multipage-counter {
float: right; /* LTR */
margin-right: 5px; /* LTR */
height: 0... | 0.273671 | 0.123023 |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i);
html{
background: hotpink;
color: white;
max-width: 100%;
max-height: 100%;
font-family:'Roboto', sans-serif;
}
p{
font-weight... | web-sample/style.css | @import url(https://fonts.googleapis.com/css?family=Roboto:400,900,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i);
html{
background: hotpink;
color: white;
max-width: 100%;
max-height: 100%;
font-family:'Roboto', sans-serif;
}
p{
font-weight... | 0.493653 | 0.10235 |
body{margin:0;padding:0;color:#eee;background:#050302;font:100% arial,sans-serif;}
body{font-size:1.5vmax;}
@media all and (max-width:68.75em) {body{font-size:100%}}
h1,h2,h3,h4,p,a,ul,li,div,span,small,input,label,header,footer,main,nav,section{margin:0;padding:0;font-size:1.0em;font-weight:normal;line-height:1.0em;}... | web/sample/wzedit.css | body{margin:0;padding:0;color:#eee;background:#050302;font:100% arial,sans-serif;}
body{font-size:1.5vmax;}
@media all and (max-width:68.75em) {body{font-size:100%}}
h1,h2,h3,h4,p,a,ul,li,div,span,small,input,label,header,footer,main,nav,section{margin:0;padding:0;font-size:1.0em;font-weight:normal;line-height:1.0em;}... | 0.153803 | 0.071819 |
#pagecontainer{
display:grid;
grid-template-columns: 20% 80%;
}
#navblock{
grid-column-start:1;
grid-row-start:1;
grid-row-end: 4;
display: block;
background-color: #000000;
}
#navblock a{
float: left;
clear:left;
text-decoration: none;
color: #fff;
font... | CSS/orderpage.css | #pagecontainer{
display:grid;
grid-template-columns: 20% 80%;
}
#navblock{
grid-column-start:1;
grid-row-start:1;
grid-row-end: 4;
display: block;
background-color: #000000;
}
#navblock a{
float: left;
clear:left;
text-decoration: none;
color: #fff;
font... | 0.276984 | 0.055618 |
@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Roboto&display=swap');
:root{
--fg: #333;
--fg-dark: #111;
--bg: #fff;
--bg-dark: #ccc;
--bg-medium: #eee;
--accent: rgb(36, 111, 121);
--accent-light: rgb(83, 151, 160);
/*
PINK
--accent: rgb(167, 73, 167);
... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Oswald&family=Roboto&display=swap');
:root{
--fg: #333;
--fg-dark: #111;
--bg: #fff;
--bg-dark: #ccc;
--bg-medium: #eee;
--accent: rgb(36, 111, 121);
--accent-light: rgb(83, 151, 160);
/*
PINK
--accent: rgb(167, 73, 167);
... | 0.494629 | 0.07843 |