code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@import url("1140.css");
@import url("fonts-1.1.0.css");
h1, h2, h3, h4, h5, b { font-weight:normal; }
h1 {
font-family: "TheanoDidotRegular", 'TheanoDidotRegularRemote', Georgia, serif;
text-transform:uppercase;
font-size: 32px;
line-height:120%;
}
h2 {
margin: 10px 0 5px 0;
line-height:120%;
}... | project/templates/static/css/styles-1.1.3.css | @import url("1140.css");
@import url("fonts-1.1.0.css");
h1, h2, h3, h4, h5, b { font-weight:normal; }
h1 {
font-family: "TheanoDidotRegular", 'TheanoDidotRegularRemote', Georgia, serif;
text-transform:uppercase;
font-size: 32px;
line-height:120%;
}
h2 {
margin: 10px 0 5px 0;
line-height:120%;
}... | 0.200636 | 0.090414 |
1. General
-------------------------------------------*/
.container{
max-width: 1200px;
}
html, body {
font-family: Poppins;
color: #1c303e;
height: 100%;
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Poppins;
color: #222;
line-height: 1.3;
margin:... | public/home/css/default.css | 1. General
-------------------------------------------*/
.container{
max-width: 1200px;
}
html, body {
font-family: Poppins;
color: #1c303e;
height: 100%;
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Poppins;
color: #222;
line-height: 1.3;
margin:... | 0.18279 | 0.055669 |
.dashboard-stat.blue {
background-color: #32c5d2;
}
.dashboard-stat.red {
background-color: #e7505a;
}
.dashboard-stat.green {
background-color: #33cc33;
}
.dashboard-stat.purple {
background-color: #8E44AD;
}
.dashboard-stat {
display: block;
margin-bottom: 25px;
overflow: hidden;
m... | public/css/override.css | .dashboard-stat.blue {
background-color: #32c5d2;
}
.dashboard-stat.red {
background-color: #e7505a;
}
.dashboard-stat.green {
background-color: #33cc33;
}
.dashboard-stat.purple {
background-color: #8E44AD;
}
.dashboard-stat {
display: block;
margin-bottom: 25px;
overflow: hidden;
m... | 0.510008 | 0.124798 |
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #ddd;
position: fixed;
top: 0;
width: 100%;
height: 80px;
left: 0;
z-index: 1;
}
#menu li {
float: left;
}
#menu li a {
display: block;
padding: 15px 10px;
}
#menu li a:hover {
... | Frontend/css/dashboard.css | list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #ddd;
position: fixed;
top: 0;
width: 100%;
height: 80px;
left: 0;
z-index: 1;
}
#menu li {
float: left;
}
#menu li a {
display: block;
padding: 15px 10px;
}
#menu li a:hover {
... | 0.308711 | 0.106272 |
.ng-scope{
font-family: 'Open Sans', sans-serif;
}
.filter43, #content .filter43{
padding: 0;
min-width:273px;
position: relative;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
.filter43{
padding: 15px
}
.filter43 #loader img{
position: absolute;
left: 0;
top: 0;
r... | Resources/Public/Styles/theme-red.css | .ng-scope{
font-family: 'Open Sans', sans-serif;
}
.filter43, #content .filter43{
padding: 0;
min-width:273px;
position: relative;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
.filter43{
padding: 15px
}
.filter43 #loader img{
position: absolute;
left: 0;
top: 0;
r... | 0.269422 | 0.056966 |
.menpai-bg{ position: relative; width: 100%; min-height: 100%;height:auto;background: url("../../images/img/mp-bg.jpg") no-repeat; background-size:100% 100%;}
.num{ position: absolute; left: 50%; bottom: 34%; width: 40rem; margin-left: -20rem; font-size:6rem; text-align: center; color: #fff;}
.num span{font-size:20re... | public/style/home/addClass.css | .menpai-bg{ position: relative; width: 100%; min-height: 100%;height:auto;background: url("../../images/img/mp-bg.jpg") no-repeat; background-size:100% 100%;}
.num{ position: absolute; left: 50%; bottom: 34%; width: 40rem; margin-left: -20rem; font-size:6rem; text-align: center; color: #fff;}
.num span{font-size:20re... | 0.374448 | 0.145055 |
.features-dropdown {
display: none !important;
}
/* View and Menu Button */
.content {
position: relative;
}
.chosen-feature {
font-size: 40px;
}
.burger-menu {
display: flex;
flex-direction: row;
font-size: 2em;
align-items: flex-end;
color: var(--normal-link-color);
margin-bot... | example/static/features.css |
.features-dropdown {
display: none !important;
}
/* View and Menu Button */
.content {
position: relative;
}
.chosen-feature {
font-size: 40px;
}
.burger-menu {
display: flex;
flex-direction: row;
font-size: 2em;
align-items: flex-end;
color: var(--normal-link-color);
margin-bot... | 0.460532 | 0.112259 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | 0.659624 | 0.116764 |
.bg-brand-gradient,
.nav-footer,
.page-logo,
.page-sidebar {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(153, 198, 233, 0.18)), to(transparent));
background-image: linear-gradient(270deg, rgba(153, 198, 233, 0.18), transparent);
background-color: #3955bc;
}
.btn-default {
b... | kzone-frontend/public/css/themes/cust-theme-8.css | .bg-brand-gradient,
.nav-footer,
.page-logo,
.page-sidebar {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(153, 198, 233, 0.18)), to(transparent));
background-image: linear-gradient(270deg, rgba(153, 198, 233, 0.18), transparent);
background-color: #3955bc;
}
.btn-default {
b... | 0.218086 | 0.078008 |
padding-top: 4%;
padding-left: 15%;
padding-right: 15%;
}
#row_header{
background-color: #eee;
font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif !important;
font-weight: bold;
}
table.normal.type3 th, ... | public/assets/admin/css/pages/sale_detail.css | padding-top: 4%;
padding-left: 15%;
padding-right: 15%;
}
#row_header{
background-color: #eee;
font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif !important;
font-weight: bold;
}
table.normal.type3 th, ... | 0.228329 | 0.074905 |
@media screen and (min-width: 768px) {
body {
margin: 1.5em;
}
}
h1, h2, p {
font-family: 'Tajawal', sans-serif;
display: block;
text-align: center;
margin: .7em;
}
@media screen and (min-width: 768px) {
.center {
margin: 0 auto;
width: 700px;
}
}
p {
display: block;
text-align: left;
font-size: 1.25em;
... | docs/css/style.css | @media screen and (min-width: 768px) {
body {
margin: 1.5em;
}
}
h1, h2, p {
font-family: 'Tajawal', sans-serif;
display: block;
text-align: center;
margin: .7em;
}
@media screen and (min-width: 768px) {
.center {
margin: 0 auto;
width: 700px;
}
}
p {
display: block;
text-align: left;
font-size: 1.25em;
... | 0.300232 | 0.068694 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.row:after{
content: '';
clear: both;
}
ul{list-style: none;}
.col-1{width: 8.33%}
.col-2{width: 16.66%}
.col-3{width: 25%}
.col-4{width: 33.33%}
.col-5{width: 41.66%}
.col-6{width: 50%}
.col-7{width: 58.33%}
.col-8{width: 66.66%}
.col-9{width... | css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.row:after{
content: '';
clear: both;
}
ul{list-style: none;}
.col-1{width: 8.33%}
.col-2{width: 16.66%}
.col-3{width: 25%}
.col-4{width: 33.33%}
.col-5{width: 41.66%}
.col-6{width: 50%}
.col-7{width: 58.33%}
.col-8{width: 66.66%}
.col-9{width... | 0.240596 | 0.056705 |
@charset "UTF-8";
/* 通用 */
body {font-size:14px;}
.header {box-shadow:0 1px 2px rgba(0,0,0,0.1);}
.wrap{ width:1024px; margin:0 auto; text-align:center;}
li {float:left; text-align:center;}
.icon {display:inline-block;}
.footer, .backTopBtn {border:1px solid #f2f2f2;}
/* SDK */
.intro_index {
height: 450px;
backgro... | public/static/home/css/download.css | @charset "UTF-8";
/* 通用 */
body {font-size:14px;}
.header {box-shadow:0 1px 2px rgba(0,0,0,0.1);}
.wrap{ width:1024px; margin:0 auto; text-align:center;}
li {float:left; text-align:center;}
.icon {display:inline-block;}
.footer, .backTopBtn {border:1px solid #f2f2f2;}
/* SDK */
.intro_index {
height: 450px;
backgro... | 0.210279 | 0.065068 |
@font-face {
font-family: 'IRANYekan';
font-style: normal;
font-weight: 700;
src: url('../fonts/iranyekanwebbold.eot');
src: url('../fonts/iranyekanwebbold.eot?#iefix') format("embedded-opentype"),
url('../fonts/iranyekanwebbold.woff') format("woff"),
url('../fonts/iranyekanwebbold.ttf') for... | public/material/css/material-dashboard-rtl.css | @font-face {
font-family: 'IRANYekan';
font-style: normal;
font-weight: 700;
src: url('../fonts/iranyekanwebbold.eot');
src: url('../fonts/iranyekanwebbold.eot?#iefix') format("embedded-opentype"),
url('../fonts/iranyekanwebbold.woff') format("woff"),
url('../fonts/iranyekanwebbold.ttf') for... | 0.347426 | 0.060752 |
.modal {
will-change: visibility, opacity;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
top: 0;... | assets/css/modal.css | .modal {
will-change: visibility, opacity;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
top: 0;... | 0.394434 | 0.069922 |
.principalAdmin{
width: 100%;
height: 80%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.contenedorUsuarios{
width: 90%;
height: 90%;
margin-top: 10px;
overflow: auto;
}
.primerBotonAdmin{
border-radius: 15px 0px 0px 0px;
}
.ultimo... | public/css/admin.css | .principalAdmin{
width: 100%;
height: 80%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.contenedorUsuarios{
width: 90%;
height: 90%;
margin-top: 10px;
overflow: auto;
}
.primerBotonAdmin{
border-radius: 15px 0px 0px 0px;
}
.ultimo... | 0.605449 | 0.097777 |
* {
margin: 0;
padding: 0;
}
body {
font-family: "Open Sans", "sans-serif";
font-size: 0.85rem;
font-weight: 600;
line-height: 1.8;
}
img {
width: 100%;
}
h1 {
font-family: "Poppins", "sans-serif";
font-size: 1.5rem;
}
.container {
max-width: 1200px;
}
.nav {
display: flex;
padding: 1.5em 0... | huddle-landing-page-with-curved-sections-master/app.css | * {
margin: 0;
padding: 0;
}
body {
font-family: "Open Sans", "sans-serif";
font-size: 0.85rem;
font-weight: 600;
line-height: 1.8;
}
img {
width: 100%;
}
h1 {
font-family: "Poppins", "sans-serif";
font-size: 1.5rem;
}
.container {
max-width: 1200px;
}
.nav {
display: flex;
padding: 1.5em 0... | 0.517815 | 0.116236 |
background: #FF3B30;
}
#x2 {
background: #FF9500;
}
#x3 {
background: #FFCC00;
}
#x4 {
background: #4CD964;
}
#x5 {
background: #5AC8FA;
}
#x6 {
background: #007AFF;
}
#x7 {
background: #5856D6;
}
.bar:nth-child(1) {
position: absolute;
top: 0px;
left: 0px;
}
.bar:nth-child(2) {
position: ... | demo/css/circle-time/index.css | background: #FF3B30;
}
#x2 {
background: #FF9500;
}
#x3 {
background: #FFCC00;
}
#x4 {
background: #4CD964;
}
#x5 {
background: #5AC8FA;
}
#x6 {
background: #007AFF;
}
#x7 {
background: #5856D6;
}
.bar:nth-child(1) {
position: absolute;
top: 0px;
left: 0px;
}
.bar:nth-child(2) {
position: ... | 0.420719 | 0.104112 |
.big-text {
font-family: 'Playfair Display', serif;
font-weight: bold;
margin-bottom: 45px;
font-size: 98px;
line-height: 110%;
}
.medium-text {
font-size: 22px;
line-height: 40px;
color: #939393;
}
.info-code-title {
font-size: 10px;
color: #000;
letter-spacing: 2p... | assets/css/style.css | .big-text {
font-family: 'Playfair Display', serif;
font-weight: bold;
margin-bottom: 45px;
font-size: 98px;
line-height: 110%;
}
.medium-text {
font-size: 22px;
line-height: 40px;
color: #939393;
}
.info-code-title {
font-size: 10px;
color: #000;
letter-spacing: 2p... | 0.432183 | 0.105073 |
.hidden
{
display: none;
}
body
{
background-size: cover;
background-image: url('../images/background.png');
background-repeat: no-repeat;
}
#container
{
width: 960px;
height: 650px;
margin: 0 auto;
/*background-image: url('../images/background.jpg');
background-repeat: no-repeat;*/
}
header
{
margin-lef... | css/main.css | .hidden
{
display: none;
}
body
{
background-size: cover;
background-image: url('../images/background.png');
background-repeat: no-repeat;
}
#container
{
width: 960px;
height: 650px;
margin: 0 auto;
/*background-image: url('../images/background.jpg');
background-repeat: no-repeat;*/
}
header
{
margin-lef... | 0.290477 | 0.055669 |
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Fira sans", sans-serif;
}
body {
background: #6c5ce7;
color: #FFF;
}
main {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
... | public/css/app.css | @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Fira sans", sans-serif;
}
body {
background: #6c5ce7;
color: #FFF;
}
main {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
... | 0.360714 | 0.131034 |
.moviepics {
height: auto;
width: auto;
max-width: 300px;
max-height: 300px;
float: right;
}
.placebet {
}
.mainimg {
max-height: 500px;
}
#whichid {
display: none;
}
.maintable {
display: block;
margin-right: auto;
margin-left: auto;
}
.accounttable {
display: bloc... | css/mymain.css | .moviepics {
height: auto;
width: auto;
max-width: 300px;
max-height: 300px;
float: right;
}
.placebet {
}
.mainimg {
max-height: 500px;
}
#whichid {
display: none;
}
.maintable {
display: block;
margin-right: auto;
margin-left: auto;
}
.accounttable {
display: bloc... | 0.422624 | 0.272501 |
@import url("../../../css/bootstrap-2.2.2.min.css");
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css");
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome-ie7.css");
@import url(http://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Tangerine|Duru+San... | src/phpDocumentor/WebsiteBundle/Resources/public/css/screen.css | @import url("../../../css/bootstrap-2.2.2.min.css");
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css");
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome-ie7.css");
@import url(http://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Tangerine|Duru+San... | 0.155816 | 0.062388 |
:root {
--blue:#007bff;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#dc3545;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#20c997;
--cyan:#17a2b8;
--white:#ffffff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#448bff;
--secondary:#535c78;
--success:#31c971;
--info:#14bae4;
--warning:#f4c4... | public/assets/admin-css/site.min.css | :root {
--blue:#007bff;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#dc3545;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#20c997;
--cyan:#17a2b8;
--white:#ffffff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#448bff;
--secondary:#535c78;
--success:#31c971;
--info:#14bae4;
--warning:#f4c4... | 0.41182 | 0.111943 |
@keyframes fadein {
0% { opacity: 0; }
20% { opacity: 0; }
100% { opacity: 1; }
}
html, body{
width:100%;
height:100%;
padding: 0;
margin: 0;
}
body {
font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
font... | public/stylesheets/index.css | @keyframes fadein {
0% { opacity: 0; }
20% { opacity: 0; }
100% { opacity: 1; }
}
html, body{
width:100%;
height:100%;
padding: 0;
margin: 0;
}
body {
font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
font... | 0.584271 | 0.112356 |
.body-up {
background: #ffffff url("../img/lightblue-bg.jpg") repeat-x 0 -40px;
}
.body-down {
background: #ffffff url("../img/lightblue-bg.jpg") repeat-x 0 0;
}
.lightgrain-bg {
background: #E9E9E9 url("../img/lightgrain-bg.png") repeat 0 0;
}
.darkgrain-bg {
background: #E2E2E2 url("../img/darkgrai... | platform/server-bundle/src/main/resources/webapp/resources/css/index.css | .body-up {
background: #ffffff url("../img/lightblue-bg.jpg") repeat-x 0 -40px;
}
.body-down {
background: #ffffff url("../img/lightblue-bg.jpg") repeat-x 0 0;
}
.lightgrain-bg {
background: #E9E9E9 url("../img/lightgrain-bg.png") repeat 0 0;
}
.darkgrain-bg {
background: #E2E2E2 url("../img/darkgrai... | 0.324771 | 0.110495 |
:root {
--primary-fonts: "Caveat", "cursive";
--light-blue-color: #66dbec;
--red-color: #ee0300;
--orange-color: #ef7616;
--yellow-color: #f7d422;
--green-color: #5cfc01;
--blue-color: #3f83ff;
--purple-color: #5c46e7;
--gray-color: #252b2b;
--background-color: #000000;
}
/* @375px phone */
* {
m... | public/styles/homepage.css | :root {
--primary-fonts: "Caveat", "cursive";
--light-blue-color: #66dbec;
--red-color: #ee0300;
--orange-color: #ef7616;
--yellow-color: #f7d422;
--green-color: #5cfc01;
--blue-color: #3f83ff;
--purple-color: #5c46e7;
--gray-color: #252b2b;
--background-color: #000000;
}
/* @375px phone */
* {
m... | 0.402744 | 0.119511 |
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,7... | css/main.css | @import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,7... | 0.379493 | 0.076857 |
@font-face {
font-family: 'landcreativa';
src: url('../fonts/landcreativa.eot?-sa2ysk');
src: url('../fonts/landcreativa.eot?#iefix-sa2ysk') format('embedded-opentype'), url('../fonts/landcreativa.ttf?-sa2ysk') format('truetype'), url('../fonts/landcreativa.woff?-sa2ysk') format('woff'), url('../fonts/landcreativ... | public/less/fonts.css | @font-face {
font-family: 'landcreativa';
src: url('../fonts/landcreativa.eot?-sa2ysk');
src: url('../fonts/landcreativa.eot?#iefix-sa2ysk') format('embedded-opentype'), url('../fonts/landcreativa.ttf?-sa2ysk') format('truetype'), url('../fonts/landcreativa.woff?-sa2ysk') format('woff'), url('../fonts/landcreativ... | 0.283285 | 0.087175 |
* {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
}
body {
height: 100%;
width: 100%;
font-family: "Helvetica Neue",Helvetica,"Segoe UI",Tahoma,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
background: #... | src/app.css | * {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
}
body {
height: 100%;
width: 100%;
font-family: "Helvetica Neue",Helvetica,"Segoe UI",Tahoma,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
background: #... | 0.295332 | 0.089813 |
a:focus,button{
outline: none;
}
.service{
background: #F6F7FB;
}
.service h2,h4{
margin: 0;
text-align: center;
}
.service h2{
padding-top:7rem;
font-size:2rem;
}
.service h4{
margin-top: 3rem;
color: #777777;
font-size: 1.1rem;
}
.service .row{
max-width: 1200px;
margin: 0 auto;
}
.service .top .row .co... | css/index.css | a:focus,button{
outline: none;
}
.service{
background: #F6F7FB;
}
.service h2,h4{
margin: 0;
text-align: center;
}
.service h2{
padding-top:7rem;
font-size:2rem;
}
.service h4{
margin-top: 3rem;
color: #777777;
font-size: 1.1rem;
}
.service .row{
max-width: 1200px;
margin: 0 auto;
}
.service .top .row .co... | 0.142143 | 0.050635 |
------------------------------------------ */
/*Kun:广告列表展示*/
.data-table {
table-layout: fixed;
}
.data-table thead tr th,
.data-table tbody tr td {
white-space: nowrap;
text-align: center;
}
.data-table thead tr th {
text-align: center;
height: 40px;
line-height: 40px;
padding: 2px 5px... | Public/Admin/css/newLayout2.css | ------------------------------------------ */
/*Kun:广告列表展示*/
.data-table {
table-layout: fixed;
}
.data-table thead tr th,
.data-table tbody tr td {
white-space: nowrap;
text-align: center;
}
.data-table thead tr th {
text-align: center;
height: 40px;
line-height: 40px;
padding: 2px 5px... | 0.327668 | 0.097734 |
@charset "utf-8";
.billboard {
overflow:hidden;
position:relative;
-webkit-perspective:1600px;
-moz-perspective:1600px;
-o-perspective:1600px;
-ms-perspective:1600px;
perspective:1600px
}
.fk-fixPerspective {
-webkit-perspective:1600px;
-moz-perspective:1600px;
-o-perspective:1600px;
-ms-perspective:1600px;... | public/static/css/index/demo.css | @charset "utf-8";
.billboard {
overflow:hidden;
position:relative;
-webkit-perspective:1600px;
-moz-perspective:1600px;
-o-perspective:1600px;
-ms-perspective:1600px;
perspective:1600px
}
.fk-fixPerspective {
-webkit-perspective:1600px;
-moz-perspective:1600px;
-o-perspective:1600px;
-ms-perspective:1600px;... | 0.21917 | 0.044494 |
.container-fluid {
width: 100%;
max-width: 1180px;
margin: 0 auto;
}
.banner{
width: 100%;
height: 100vh;
background: url('/images/home/banner.jpg') no-repeat center center;
background-size: cover;
position: relative;
color: #ffffff;
overflow: hidden;
}
.overlay{position:absolute;bac... | public/css/home.css | .container-fluid {
width: 100%;
max-width: 1180px;
margin: 0 auto;
}
.banner{
width: 100%;
height: 100vh;
background: url('/images/home/banner.jpg') no-repeat center center;
background-size: cover;
position: relative;
color: #ffffff;
overflow: hidden;
}
.overlay{position:absolute;bac... | 0.193071 | 0.074064 |
body {
overflow-x: hidden;
}
.cerlabel {
position: center;
font-family: Arial;
font-weight: bold;
color: #871455;
}
.tablinks {
height: 75px !important;
}
.profile-hide {
display: none;
}
.profile-show {
display: block;
}
.dashboard {
padding-left: 15px;
padding-right: 15px;
}
@media only screen and... | src/main.css | body {
overflow-x: hidden;
}
.cerlabel {
position: center;
font-family: Arial;
font-weight: bold;
color: #871455;
}
.tablinks {
height: 75px !important;
}
.profile-hide {
display: none;
}
.profile-show {
display: block;
}
.dashboard {
padding-left: 15px;
padding-right: 15px;
}
@media only screen and... | 0.472197 | 0.118742 |
.color-primary-0 { color: #7893AF } /* Main Primary color */
.color-primary-1 { color: #C2D0DE }
.color-primary-2 { color: #9DB2C8 }
.color-primary-3 { color: #59799A }
.color-primary-4 { color: #3E6287 }
.main-grid {
z-index: 5;
}
.current_mailbox_content{
overflow-y: auto;
max-height: 100%;
hei... | static/css/qamail.css |
.color-primary-0 { color: #7893AF } /* Main Primary color */
.color-primary-1 { color: #C2D0DE }
.color-primary-2 { color: #9DB2C8 }
.color-primary-3 { color: #59799A }
.color-primary-4 { color: #3E6287 }
.main-grid {
z-index: 5;
}
.current_mailbox_content{
overflow-y: auto;
max-height: 100%;
hei... | 0.34621 | 0.085366 |
.dojoPopupMenu2 {
position: absolute;
border: 1px solid #7298d0;
background:#85aeec url(images/soriaMenuBg.gif) repeat-x bottom left !important;
padding: 1px;
margin-top: 1px;
margin-bottom: 1px;
}
.dojoMenuItem2{
white-space: nowrap;
font: menu;
margin: 0;
}
.dojoMenuItem2Hover {
background-color: #D2E4FD;... | src/test/resources/sources/struts-STRUTS_2_3_31/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/src/widget/templates/Menu2.css | .dojoPopupMenu2 {
position: absolute;
border: 1px solid #7298d0;
background:#85aeec url(images/soriaMenuBg.gif) repeat-x bottom left !important;
padding: 1px;
margin-top: 1px;
margin-bottom: 1px;
}
.dojoMenuItem2{
white-space: nowrap;
font: menu;
margin: 0;
}
.dojoMenuItem2Hover {
background-color: #D2E4FD;... | 0.197212 | 0.062531 |
Inspiration: https://github.com/etalab/template.data.gouv.fr
--------------------------------------------------------------------------- */
/* Box-model.
--------------------------------------------------------------------------- */
*,
*:after,
*:before {
box-sizing: border-box;
}
/* Fonts.
https://calendar.perfpla... | site/source/static/css/bundle.css | Inspiration: https://github.com/etalab/template.data.gouv.fr
--------------------------------------------------------------------------- */
/* Box-model.
--------------------------------------------------------------------------- */
*,
*:after,
*:before {
box-sizing: border-box;
}
/* Fonts.
https://calendar.perfpla... | 0.52902 | 0.152158 |
body {
padding:0;
margin:0;
background-color:#8d9cb9;
background-image: url('images/back.jpg');
background-repeat: repeat-x;
}
.clear {
clear:both;
width:100%;
}
h1{
margin:40px auto;
padding:0;
font-family: 'Roboto Slab', serif;
font-size:100px;
font-weight:bold;
color:#2980b9;
... | loginPage.css | body {
padding:0;
margin:0;
background-color:#8d9cb9;
background-image: url('images/back.jpg');
background-repeat: repeat-x;
}
.clear {
clear:both;
width:100%;
}
h1{
margin:40px auto;
padding:0;
font-family: 'Roboto Slab', serif;
font-size:100px;
font-weight:bold;
color:#2980b9;
... | 0.213869 | 0.04714 |
:root {
--red-1:#3f1413;
--red-2:#531a19;
--red-3:#66211f;
--red-4:#7a2725;
--red-5:#8e2d2b;
--red-6:#a13431;
--red-7:#b53a37;
--red-alert: #f04747;
--gray-1:#5c5c5c;
--gray-2:#696969;
--gray-3:#767676;
--gray-4:#838383;
--gray-5:#8f8f8f;
--gray-6:#9c9c9c;
--gray-7:#a9a9a9;
--main-bg-c... | src/View/style.css | :root {
--red-1:#3f1413;
--red-2:#531a19;
--red-3:#66211f;
--red-4:#7a2725;
--red-5:#8e2d2b;
--red-6:#a13431;
--red-7:#b53a37;
--red-alert: #f04747;
--gray-1:#5c5c5c;
--gray-2:#696969;
--gray-3:#767676;
--gray-4:#838383;
--gray-5:#8f8f8f;
--gray-6:#9c9c9c;
--gray-7:#a9a9a9;
--main-bg-c... | 0.36659 | 0.119408 |
.default .dijitButtonNode {
/* enabled state - inner */
border: 1px solid #c0c0c0;
border-bottom: 1px solid #9b9b9b;
padding: 0.1em 0.2em 0.2em 0.2em;
background: #fff url("../images/buttonEnabled.png") repeat-x bottom left;
}
.default .dijitButtonText {
text-align: center;
padding: 0 0.3em;
}
.default .dijitDi... | web/themes/default/css/dojo/form/Button.css | .default .dijitButtonNode {
/* enabled state - inner */
border: 1px solid #c0c0c0;
border-bottom: 1px solid #9b9b9b;
padding: 0.1em 0.2em 0.2em 0.2em;
background: #fff url("../images/buttonEnabled.png") repeat-x bottom left;
}
.default .dijitButtonText {
text-align: center;
padding: 0 0.3em;
}
.default .dijitDi... | 0.213951 | 0.153899 |
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, t... | style.css | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, t... | 0.218419 | 0.094052 |
@-webkit-keyframes zoom {
from {
-webkit-transform: scale(1,1);
}
to {
-webkit-transform: scale(1.5,1.5);
}
}
/* Standard syntax */
@keyframes zoom {
from {
transform: scale(1,1);
}
to {
transform: scale(1.5,1.5);
}
}
body{
margin:0;
color:#6a6f8c;
backg... | public/css/style - Copy.css | @-webkit-keyframes zoom {
from {
-webkit-transform: scale(1,1);
}
to {
-webkit-transform: scale(1.5,1.5);
}
}
/* Standard syntax */
@keyframes zoom {
from {
transform: scale(1,1);
}
to {
transform: scale(1.5,1.5);
}
}
body{
margin:0;
color:#6a6f8c;
backg... | 0.350866 | 0.084229 |
.hbox, .vbox {
display: -moz-box;
display: -webkit-box;
-moz-box-align: stretch;
-webkit-box-align: stretch;
overflow: hidden;
}
.vbox {
-moz-box-orient: vertical;
-webkit-box-orient: vertical;
}
.hbox {
-moz-box-orient: horizontal;
-webkit-box-orient: horizontal;
}
.center {
-moz-box-pack: cent... | samples-dev/swarm/swarm.css |
.hbox, .vbox {
display: -moz-box;
display: -webkit-box;
-moz-box-align: stretch;
-webkit-box-align: stretch;
overflow: hidden;
}
.vbox {
-moz-box-orient: vertical;
-webkit-box-orient: vertical;
}
.hbox {
-moz-box-orient: horizontal;
-webkit-box-orient: horizontal;
}
.center {
-moz-box-pack: cent... | 0.365004 | 0.045205 |
/* DEFAULTS
----------------------------------------------------------*/
body
{
background: #b6b7bc;
font-size: 1em;
font-family: Tahoma, Geneva, sans-serif;
margin: 0px;
padding: 0px;
color: #220d47;
}
a:link, a:visited
{
color:#220d47;
}
a:hover
{
color: #513970;
text-de... | WebAppEventManagement/WebAppEventManagement/Styles/Site.css | /* DEFAULTS
----------------------------------------------------------*/
body
{
background: #b6b7bc;
font-size: 1em;
font-family: Tahoma, Geneva, sans-serif;
margin: 0px;
padding: 0px;
color: #220d47;
}
a:link, a:visited
{
color:#220d47;
}
a:hover
{
color: #513970;
text-de... | 0.260389 | 0.071916 |
* {
box-sizing: border-box;
}
@media all and (max-width: 768px) {
.trianGle {
display: none;
}
.trianGle .subTri {
fill: #fff;
}
.commit {
text-align: center;
position: relative;
left: -1rem;
top: 0;
}
.commit i {
margin-left: 2rem;
display: inline-block;
width: .01re... | ruisheng/css/service.css | * {
box-sizing: border-box;
}
@media all and (max-width: 768px) {
.trianGle {
display: none;
}
.trianGle .subTri {
fill: #fff;
}
.commit {
text-align: center;
position: relative;
left: -1rem;
top: 0;
}
.commit i {
margin-left: 2rem;
display: inline-block;
width: .01re... | 0.474388 | 0.108756 |
body {
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
.header-menu {
position: fixed;
background:#7A7DAF;
padding: 20px;
width: 100%;
}
.area-left h3 {
color: #ffffff;
margin: 0;
text-transform: uppercase;
font-size: 15px;
font-weight: 900;
}
.area-left sp... | public/css/estilospricipal.css | body {
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
.header-menu {
position: fixed;
background:#7A7DAF;
padding: 20px;
width: 100%;
}
.area-left h3 {
color: #ffffff;
margin: 0;
text-transform: uppercase;
font-size: 15px;
font-weight: 900;
}
.area-left sp... | 0.476823 | 0.107813 |
body {
background-color: white;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
color: #363636;
line-height: 1.6;
font-size: 19px;
text-align: center;
margin: 0;
}
h2,
p {
margin: 0 0 2rem;
}
h2... | docs/style.css | body {
background-color: white;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
color: #363636;
line-height: 1.6;
font-size: 19px;
text-align: center;
margin: 0;
}
h2,
p {
margin: 0 0 2rem;
}
h2... | 0.665519 | 0.10393 |
.content-documentation{
margin-top: 60px !important;
padding: 0 !important;
}
.content-documentation .container-fluid{
padding: 0 !important;
}
.letter-icon {
font-size: 17px !important;
}
.card-documentation > .card-header {
padding: 40px 25px;
}
.card-documentation > .card-header h4 {
font-size: 3... | public/documentation/assets/styles.css | .content-documentation{
margin-top: 60px !important;
padding: 0 !important;
}
.content-documentation .container-fluid{
padding: 0 !important;
}
.letter-icon {
font-size: 17px !important;
}
.card-documentation > .card-header {
padding: 40px 25px;
}
.card-documentation > .card-header h4 {
font-size: 3... | 0.28398 | 0.042265 |
@font-face {
font-family: "Iosevka Aile Web";
font-display: swap;
font-weight: 300;
font-stretch: normal;
font-style: normal;
src: url("/fonts/iosevka-aile-light.woff2")
format("woff2");
}
@font-face {
font-family: "Iosevka Aile Web";
font-display: swap;
font-weight: 600;
font-stretch: normal;
font-st... | site/style.css | @font-face {
font-family: "Iosevka Aile Web";
font-display: swap;
font-weight: 300;
font-stretch: normal;
font-style: normal;
src: url("/fonts/iosevka-aile-light.woff2")
format("woff2");
}
@font-face {
font-family: "Iosevka Aile Web";
font-display: swap;
font-weight: 600;
font-stretch: normal;
font-st... | 0.35768 | 0.091504 |
* {
box-sizing: border-box;
}
html,body {
font-family:'Eurostile';
text-align: center;
background: #FEFEFE;
}
.navbar{
padding-top: 5px;
}
@font-face {
font-family: myFonts;
src: url(fonts/Eurostile.ttf);
}
li a, .menubtn {
margin-top: 20px;
display: inline-block;
color: #3d3d29;
text-align: center;
... | style.css | * {
box-sizing: border-box;
}
html,body {
font-family:'Eurostile';
text-align: center;
background: #FEFEFE;
}
.navbar{
padding-top: 5px;
}
@font-face {
font-family: myFonts;
src: url(fonts/Eurostile.ttf);
}
li a, .menubtn {
margin-top: 20px;
display: inline-block;
color: #3d3d29;
text-align: center;
... | 0.331336 | 0.081374 |
@charset "utf-8";
/*common*/
a:active{star:expression(this.onFocus=this.blur());}
a:focus,button:focus{outline:none; -moz-outline:none;}
:focus{outline:none;}
/*Reset Css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,area,param{margin:0; padding:0;}
html,body{hei... | public/css/loginNew.css | @charset "utf-8";
/*common*/
a:active{star:expression(this.onFocus=this.blur());}
a:focus,button:focus{outline:none; -moz-outline:none;}
:focus{outline:none;}
/*Reset Css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,area,param{margin:0; padding:0;}
html,body{hei... | 0.239705 | 0.060891 |
.popout-btn {
cursor: pointer;
border: 1px solid #bbb;
border-radius: 10px;
background: #333;
box-shadow: 3px 3px #666;
width: 29%;
height: 24px;
margin: 0 4px;
font-size: 1.15rem;
display: flex;
justify-content: center;
align-items: center; }
.option-selected {
box-shadow: 1px 1px #666;
ba... | static/css/main.css | .popout-btn {
cursor: pointer;
border: 1px solid #bbb;
border-radius: 10px;
background: #333;
box-shadow: 3px 3px #666;
width: 29%;
height: 24px;
margin: 0 4px;
font-size: 1.15rem;
display: flex;
justify-content: center;
align-items: center; }
.option-selected {
box-shadow: 1px 1px #666;
ba... | 0.355775 | 0.08733 |
* {
color: #aaa !important;
}
body {
margin: 0;
/*background-color: #000;*/
}
img {
width: 100%
}
div.drgh5eseyjryftdu45e5erytj7ser{
display: flex;
align-items: center;
height: 768px;
}
div.drgh5eseyjryftdu45e5erytj7ser > div { /* This can be deleted */
display: flex;
/*ali... | asset/css/main.css | * {
color: #aaa !important;
}
body {
margin: 0;
/*background-color: #000;*/
}
img {
width: 100%
}
div.drgh5eseyjryftdu45e5erytj7ser{
display: flex;
align-items: center;
height: 768px;
}
div.drgh5eseyjryftdu45e5erytj7ser > div { /* This can be deleted */
display: flex;
/*ali... | 0.14253 | 0.048949 |
#riwayat-pengki .card{
border-radius: 15px 0 15px 0;
}
#riwayat-pengki .card .mahasiswa{
border-bottom: none;
padding: 10px 20px;
background-color: #E75101;
margin-bottom: 1.25rem;
border-radius: 15px 0 0 0;
}
#riwayat-pengki .card .mahasiswa h2{
color: white;
font-weight: 600;
}
#riw... | public/foundations/adminity/assets/css/riwayat-pengki.css | #riwayat-pengki .card{
border-radius: 15px 0 15px 0;
}
#riwayat-pengki .card .mahasiswa{
border-bottom: none;
padding: 10px 20px;
background-color: #E75101;
margin-bottom: 1.25rem;
border-radius: 15px 0 0 0;
}
#riwayat-pengki .card .mahasiswa h2{
color: white;
font-weight: 600;
}
#riw... | 0.198297 | 0.177312 |
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
}
li {
list-style: none;
}
:root {
--poppins: 'Poppins', sans-serif;
--lato: 'Lato', sans-serif;
--ligh... | assets/css/shopAdminReports.css | @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
}
li {
list-style: none;
}
:root {
--poppins: 'Poppins', sans-serif;
--lato: 'Lato', sans-serif;
--ligh... | 0.29209 | 0.053576 |
.background_glossyTeal5,
.hover_background_glossyTeal5:hover,
.active_background_glossyTeal5:active:hover {
background: #007878;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit... | widgets/common/assets/gradients/glossy/glossyTeal/glossyTeal5.css | .background_glossyTeal5,
.hover_background_glossyTeal5:hover,
.active_background_glossyTeal5:active:hover {
background: #007878;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit... | 0.452536 | 0.080647 |
* {margin:0; padding: 0}
body::before {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: inherit;
background-position: center bottom;
background-attachment: fixed;
background-size: cover;
content: "";
transform: scale(1.1);
-webkit-filter: blur(20px);
fil... | frontend/src/App.css | * {margin:0; padding: 0}
body::before {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: inherit;
background-position: center bottom;
background-attachment: fixed;
background-size: cover;
content: "";
transform: scale(1.1);
-webkit-filter: blur(20px);
fil... | 0.411584 | 0.080069 |
@charset "UTF-8";
html {
height: 100%;
}
body {
height: 100%;
min-height: 100%;
overflow: auto;
font-family: 'HelveticaNeue';
color:#555555;
font-size: 14pt;
padding:0px 10px 0px 10px;
margin:0px;
}
#title {
font-size: 18pt;
font-family: 'HelveticaNeue';
font-weight: b... | RichEditorView/Assets/editor/style.css | @charset "UTF-8";
html {
height: 100%;
}
body {
height: 100%;
min-height: 100%;
overflow: auto;
font-family: 'HelveticaNeue';
color:#555555;
font-size: 14pt;
padding:0px 10px 0px 10px;
margin:0px;
}
#title {
font-size: 18pt;
font-family: 'HelveticaNeue';
font-weight: b... | 0.330363 | 0.061003 |
background-color: #0e0a14ef; /* Dica : quando a cor esta em hexadecimal, podemos usar as tecnicas alpha para trasnparencia, e so adicionar mais duas letras ou numero que vai de 0 ate F, FF é o mais fort, 00 a cor fica neutralizado, ou seja nao aparece */
height: 100vh;
width: 100vw;
position: fixed;
... | public/styles/modal.css | background-color: #0e0a14ef; /* Dica : quando a cor esta em hexadecimal, podemos usar as tecnicas alpha para trasnparencia, e so adicionar mais duas letras ou numero que vai de 0 ate F, FF é o mais fort, 00 a cor fica neutralizado, ou seja nao aparece */
height: 100vh;
width: 100vw;
position: fixed;
... | 0.153359 | 0.316858 |
.canvas-toggle {
border: none;
padding: 0;
margin: 0;
background-color: transparent;
outline: none;
cursor: pointer; }
/* Foundation */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html, body {
margin: 0;
padding: 0; }
.app-contai... | public/assets/css/ollieford.css | .canvas-toggle {
border: none;
padding: 0;
margin: 0;
background-color: transparent;
outline: none;
cursor: pointer; }
/* Foundation */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html, body {
margin: 0;
padding: 0; }
.app-contai... | 0.364212 | 0.055158 |
body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: cente... | scss/switch-toggle.css | body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: cente... | 0.431105 | 0.047294 |
.codeheader, code.bbc_code
{
width: 96%;
margin: 0 auto;
}
code.bbc_code
{
white-space: normal;
}
h3.catbg input.input_check
{
margin: 0 4px;
}
h3.catbg img.icon, h4.titlebg img.icon
{
margin: 1px 3px 0 0;
}
h3.catbg span.ie6_header, h4.catbg span.ie6_header, h3.titlebg span.ie6_header, h4.titlebg span.ie6_header
... | Themes/default/css/ie6.css | .codeheader, code.bbc_code
{
width: 96%;
margin: 0 auto;
}
code.bbc_code
{
white-space: normal;
}
h3.catbg input.input_check
{
margin: 0 4px;
}
h3.catbg img.icon, h4.titlebg img.icon
{
margin: 1px 3px 0 0;
}
h3.catbg span.ie6_header, h4.catbg span.ie6_header, h3.titlebg span.ie6_header, h4.titlebg span.ie6_header
... | 0.306008 | 0.080538 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;700&display=swap');
*{
margin: 0; padding: 0;
font-family: 'Dosis', sans-serif;
list-style: none;
text-decoration: none;
}
body{
overflow-x: hidden;
}
header{
display: flex;
justify-content... | style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;700&display=swap');
*{
margin: 0; padding: 0;
font-family: 'Dosis', sans-serif;
list-style: none;
text-decoration: none;
}
body{
overflow-x: hidden;
}
header{
display: flex;
justify-content... | 0.49707 | 0.079032 |
.Xa.wT.ZR.XT.adZ,
.brC-aT5-aOt-Jw,
.gb_oe.gb_me.gb_3c.t6,
.gb_Na.gb_bd.gb_gg.gb_h.gb_uf,
.gb_Qd.gb_Sa.gb_Ed.gb_Td,
.aBS.J-J5-Ji,
.G-Ni.J-J5-Ji,
.G-Ni.J-J5-Ji,
.gb_Ed.gb_Wc.gb_Xc,
.V6.CL.W9,
.wT > .n6,
.no > .nH.nn:last-child,
.gb_le.gb_je,
.nH.ar4.z > div > .aeH,
.nH.ar4.C > div > .aeH,
.btm > .adI,
.nH.V8djrc.byY > .h... | ext/gmail.css | .Xa.wT.ZR.XT.adZ,
.brC-aT5-aOt-Jw,
.gb_oe.gb_me.gb_3c.t6,
.gb_Na.gb_bd.gb_gg.gb_h.gb_uf,
.gb_Qd.gb_Sa.gb_Ed.gb_Td,
.aBS.J-J5-Ji,
.G-Ni.J-J5-Ji,
.G-Ni.J-J5-Ji,
.gb_Ed.gb_Wc.gb_Xc,
.V6.CL.W9,
.wT > .n6,
.no > .nH.nn:last-child,
.gb_le.gb_je,
.nH.ar4.z > div > .aeH,
.nH.ar4.C > div > .aeH,
.btm > .adI,
.nH.V8djrc.byY > .h... | 0.449634 | 0.188156 |
@charset "utf-8";
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. トップページ
*05. 共通CSS (第2階層)
-------------------------------------------------
------------------------------------------------- */
/* --------------------... | public/css/facility_style.css | @charset "utf-8";
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. トップページ
*05. 共通CSS (第2階層)
-------------------------------------------------
------------------------------------------------- */
/* --------------------... | 0.231267 | 0.093595 |
.pie-panel {
text-align: center;
padding: 4em;
}
.pie {
width: 100px;
height: 100px;
border-radius: 50%;
background: #eee;
background-image: linear-gradient(to right, transparent 50%, #4CC9D8 0);
position: relative;
display: inline-block;
margin: 10px;
}
.pie-reverse {
width: 100px;
height: 10... | pie.css | .pie-panel {
text-align: center;
padding: 4em;
}
.pie {
width: 100px;
height: 100px;
border-radius: 50%;
background: #eee;
background-image: linear-gradient(to right, transparent 50%, #4CC9D8 0);
position: relative;
display: inline-block;
margin: 10px;
}
.pie-reverse {
width: 100px;
height: 10... | 0.639511 | 0.105717 |
@charset "utf-8";
/* css 重置 */
/* 本例子css */
.activityBox{height:280px;width:275px;position:relative;font:12px/20px Arial,Helvetica,'宋体',sans-serif;}
.activityBox a{color:#C30;}
.activityBox .title{width:280px;height:34px;line-height:34px;padding:0 10px;background:#E52;}
.activityBox .title h2{font-size:18px;line-heigh... | app/static/css/ad.css | @charset "utf-8";
/* css 重置 */
/* 本例子css */
.activityBox{height:280px;width:275px;position:relative;font:12px/20px Arial,Helvetica,'宋体',sans-serif;}
.activityBox a{color:#C30;}
.activityBox .title{width:280px;height:34px;line-height:34px;padding:0 10px;background:#E52;}
.activityBox .title h2{font-size:18px;line-heigh... | 0.150715 | 0.028953 |
ul.polaroids p {
text-align: center;
color: #696767;
line-height: 24px;
letter-spacing: 0.2px;
transform: translate3d(0, 0, 0);
}
ul.polaroids span {
font-size: 25px;
display: inline-block;
margin-top: 40px;
font-weight: 700;
font-family: Montserrat;
}
ul.polaroids li {
text-... | public/system/css/header.css | ul.polaroids p {
text-align: center;
color: #696767;
line-height: 24px;
letter-spacing: 0.2px;
transform: translate3d(0, 0, 0);
}
ul.polaroids span {
font-size: 25px;
display: inline-block;
margin-top: 40px;
font-weight: 700;
font-family: Montserrat;
}
ul.polaroids li {
text-... | 0.452536 | 0.137532 |
@charset 'utf-8';
@media (min-width:880px) {
footer {
background-color: rgb(250, 104, 104);
margin-top: 50px;
box-shadow: 4px 1px 10px 10px rgba(0, 0, 0, 0.2);
}
footer > div:first-child {
width: 100%;
display:flex;
flex-direction: row;
justify-con... | css/footer.css | @charset 'utf-8';
@media (min-width:880px) {
footer {
background-color: rgb(250, 104, 104);
margin-top: 50px;
box-shadow: 4px 1px 10px 10px rgba(0, 0, 0, 0.2);
}
footer > div:first-child {
width: 100%;
display:flex;
flex-direction: row;
justify-con... | 0.393385 | 0.181807 |
* {
box-sizing: border-box;
margin: 0;
}
body {
font-family: sans-serif;
}
/* <header> styles -------------------------------------------------------------------------------------------*/
.top {
display: -webkit-flex;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
width: ... | Training-Project-Shop/shop_styles.css | * {
box-sizing: border-box;
margin: 0;
}
body {
font-family: sans-serif;
}
/* <header> styles -------------------------------------------------------------------------------------------*/
.top {
display: -webkit-flex;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
width: ... | 0.370567 | 0.075244 |
._720kb-tooltip {
background: rgba(0, 0, 0, 0.8);
color: white;
position: absolute;
z-index: 9;
padding: 0.4% 1%;
opacity: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
left: -200%;
top: 0;
}
._720kb-tooltip-title {
color: rgba(255, 255, 255, 0.95);
font-weight: ... | application/public/lib/angular-tooltips/src/css/angular-tooltips.css | ._720kb-tooltip {
background: rgba(0, 0, 0, 0.8);
color: white;
position: absolute;
z-index: 9;
padding: 0.4% 1%;
opacity: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
left: -200%;
top: 0;
}
._720kb-tooltip-title {
color: rgba(255, 255, 255, 0.95);
font-weight: ... | 0.540196 | 0.061989 |
html {
height:100%;
}
body {
color:#000;
font-size:14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
height:100%;
margin:0;
padding:0;
}
a {
color: #2770ba;
text-decoration: underline;
}
a:hover {
color: #559ee8;
}
.instal-bg {
background:url("ni/instal... | www/html/bitrix/modules/main/install/images/install/installer_style.css | html {
height:100%;
}
body {
color:#000;
font-size:14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
height:100%;
margin:0;
padding:0;
}
a {
color: #2770ba;
text-decoration: underline;
}
a:hover {
color: #559ee8;
}
.instal-bg {
background:url("ni/instal... | 0.321886 | 0.077169 |
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: h... | src/kpfw/kpfw/wwwroot/css/bundle.css | .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: h... | 0.38145 | 0.047206 |
@font-face {
font-family: "Indie Flower";
src: url("../font/IndieFlower/web_fonts/indieflower_regular_macroman/IndieFlower-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Cuprum";
src: url("../font/Cuprum/Cuprum-Regular-webfont.woff") format("woff");
fo... | src/assets/sass/style.css | @font-face {
font-family: "Indie Flower";
src: url("../font/IndieFlower/web_fonts/indieflower_regular_macroman/IndieFlower-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Cuprum";
src: url("../font/Cuprum/Cuprum-Regular-webfont.woff") format("woff");
fo... | 0.350088 | 0.05301 |
:root {
--main-color: #006bad; /* rgb=(0,107,173) */
--accent-color: #f4a100; /* rgb=(244,161,0) */
--dark-main-color: #0a3f60;
--dark-accent-color: #a77411;
--contrast-main-color: #ba1314;
--contrast-accent-color: #19f687;
--dark-gray: #353436;
--light-gray: #75797b;
--text... | css/base.css | :root {
--main-color: #006bad; /* rgb=(0,107,173) */
--accent-color: #f4a100; /* rgb=(244,161,0) */
--dark-main-color: #0a3f60;
--dark-accent-color: #a77411;
--contrast-main-color: #ba1314;
--contrast-accent-color: #19f687;
--dark-gray: #353436;
--light-gray: #75797b;
--text... | 0.409339 | 0.12 |
.navbar {
width: 100%;
padding: 10px;
position: fixed;
top: 0;
left: 0;
transition: top 0.6s;
}
.navbar--hidden {
top: -50px;
}
.navigationBar{
z-index: 15;
/* position: fixed;
background:linear-gradient(#240001 85%, #0000 15%);
background-image: linear-gradient(to bo... | src/components/menu-button.module.css | .navbar {
width: 100%;
padding: 10px;
position: fixed;
top: 0;
left: 0;
transition: top 0.6s;
}
.navbar--hidden {
top: -50px;
}
.navigationBar{
z-index: 15;
/* position: fixed;
background:linear-gradient(#240001 85%, #0000 15%);
background-image: linear-gradient(to bo... | 0.304352 | 0.114814 |
*[data-layout-engine-element="Post.Content"] > *{
font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif!important;
}
*[data-layout-engine-element="Post.Content"] > article,
*[data-layout-engine-element="Post.Content"] > aside,
*[data-layout-engine-element="Post.Content"] > details,
*[data-layout-e... | templates/posts/elements/style/css/a.css | *[data-layout-engine-element="Post.Content"] > *{
font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif!important;
}
*[data-layout-engine-element="Post.Content"] > article,
*[data-layout-engine-element="Post.Content"] > aside,
*[data-layout-engine-element="Post.Content"] > details,
*[data-layout-e... | 0.242116 | 0.089893 |
@import url(http://fonts.googleapis.com/css?family=Unkempt);
/* line 1, ../sass/_cssreset.scss */
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... | css/main.css | @import url(http://fonts.googleapis.com/css?family=Unkempt);
/* line 1, ../sass/_cssreset.scss */
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... | 0.248443 | 0.065247 |
body {
background: #F8F8F8; }
#car_header h1 {
width: 130px;
height: 38px;
float: left;
padding-top: 10px; }
#car_header .search {
width: 260px;
height: 20px;
padding: 5px 10px;
margin: 15px 0;
border: 1px solid #eceaea;
border-radius: 5px;
background: #fcfbfb; }
#car_header .search input {
... | src/css/shopping.css | body {
background: #F8F8F8; }
#car_header h1 {
width: 130px;
height: 38px;
float: left;
padding-top: 10px; }
#car_header .search {
width: 260px;
height: 20px;
padding: 5px 10px;
margin: 15px 0;
border: 1px solid #eceaea;
border-radius: 5px;
background: #fcfbfb; }
#car_header .search input {
... | 0.36693 | 0.055209 |
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #FFFFFF;
border: 1pt solid #000000;
}
topbg {
background-image: url(images/bluebg.jpg);
background-repeat: repeat-x;
}
BODY {
COLOR: #111111; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
P {
FONT-SIZE: 11px
}... | karmathegame/siteadmin/main.css | input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #FFFFFF;
border: 1pt solid #000000;
}
topbg {
background-image: url(images/bluebg.jpg);
background-repeat: repeat-x;
}
BODY {
COLOR: #111111; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
P {
FONT-SIZE: 11px
}... | 0.261142 | 0.101456 |
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&family=Mukta&family=Poppins&display=swap');
:root {
--color-yellow-cream: #fffbc2;
--color-light-skyblue: hsl(197, 63%, 79%);
--color-skyblue: hsl(197, 96%, 70%);
--co... | css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&family=Mukta&family=Poppins&display=swap');
:root {
--color-yellow-cream: #fffbc2;
--color-light-skyblue: hsl(197, 63%, 79%);
--color-skyblue: hsl(197, 96%, 70%);
--co... | 0.627723 | 0.100967 |
aside {
display: block;
position: relative;
margin: 1% 0 0 8.5%;
font-family: 'Josefin Sans', 'Helvetica';33
}
/*
.csstransforms aside {
border-left: 34px solid #369;
padding-left: 10px;
}*/
/*.csstransforms aside h1 {
top: 0;
left: 0;
-webkit-transform-origin: 0 0;
-moz-trans... | css/nav.css | aside {
display: block;
position: relative;
margin: 1% 0 0 8.5%;
font-family: 'Josefin Sans', 'Helvetica';33
}
/*
.csstransforms aside {
border-left: 34px solid #369;
padding-left: 10px;
}*/
/*.csstransforms aside h1 {
top: 0;
left: 0;
-webkit-transform-origin: 0 0;
-moz-trans... | 0.329931 | 0.098079 |
@import url('https://fonts.googleapis.com/css?family=Arimo');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');
@import url('https://fonts.googleapis.com/css?family=Neuton');
... | files/editorscript/css/style.css | @import url('https://fonts.googleapis.com/css?family=Arimo');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');
@import url('https://fonts.googleapis.com/css?family=Neuton');
... | 0.155431 | 0.073364 |
.form {
padding: 10px 0 35px;
}
.form-element-bottom {
display: flex;
flex-flow: column nowrap;
}
.form-element-bottom .form-button {
margin-top: auto;
}
.form-element {
margin: 0 0 20px;
max-width: 100%;
padding: 0;
position: relative;
}
.form-button-multiple {
align-items: center;
display: fle... | webcompat/static/css/src/form.css | .form {
padding: 10px 0 35px;
}
.form-element-bottom {
display: flex;
flex-flow: column nowrap;
}
.form-element-bottom .form-button {
margin-top: auto;
}
.form-element {
margin: 0 0 20px;
max-width: 100%;
padding: 0;
position: relative;
}
.form-button-multiple {
align-items: center;
display: fle... | 0.540681 | 0.084568 |
.v-checkbox-wrapper{
cursor: pointer;
font-size: 12px;
display: inline-block;
position: relative;
}
.v-checkbox{
white-space: nowrap;
cursor: pointer;
outline: none;
display: inline-block;
line-height: 1;
position: relative;
vertical-align: text-bottom;
}
.v-checkbox-check... | packages/themes-base/v-checkbox.css | .v-checkbox-wrapper{
cursor: pointer;
font-size: 12px;
display: inline-block;
position: relative;
}
.v-checkbox{
white-space: nowrap;
cursor: pointer;
outline: none;
display: inline-block;
line-height: 1;
position: relative;
vertical-align: text-bottom;
}
.v-checkbox-check... | 0.47926 | 0.070784 |
#sonnen-grid {
position: absolute;
right: 5px;
bottom: calc(50% - 31px - 26px);
box-shadow: 0 0 20px orange;
border-radius: 50%;
}
#sonnen-house {
position: absolute;
bottom: 5px;
left: calc(50% - 29px - 26px);
box-shadow: 0 0 20px red;
border-radius: 50%;
}
#sonnen-battery {
... | widgets/sonnen/css/style.css | #sonnen-grid {
position: absolute;
right: 5px;
bottom: calc(50% - 31px - 26px);
box-shadow: 0 0 20px orange;
border-radius: 50%;
}
#sonnen-house {
position: absolute;
bottom: 5px;
left: calc(50% - 29px - 26px);
box-shadow: 0 0 20px red;
border-radius: 50%;
}
#sonnen-battery {
... | 0.619932 | 0.254092 |
@charset "utf-8";
.wrap{
visibility:hidden;
position:relative
}
.topNav{
overflow:initial;
background-color:rgba(48,105,184,.55);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#903069B8",endColorstr="#903069B8");
transition:all 1s;
}
.topNav.open{
background-colo... | Content/Main/Home/css/index.css | @charset "utf-8";
.wrap{
visibility:hidden;
position:relative
}
.topNav{
overflow:initial;
background-color:rgba(48,105,184,.55);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#903069B8",endColorstr="#903069B8");
transition:all 1s;
}
.topNav.open{
background-colo... | 0.249996 | 0.079139 |
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
/* SCOREBOARD TABLE
*
*/
/* table & global */
table.scoreboard {
border-spacing: 0px;
margin: 0 auto;
border: 1px solid lightgrey;
border-collapse:collapse;
}
table.scoreboard th,
table.scoreboard td {
font-family: 'Oswald', sans-serif;
f... | common/assets/css/scoreboard.css | @import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
/* SCOREBOARD TABLE
*
*/
/* table & global */
table.scoreboard {
border-spacing: 0px;
margin: 0 auto;
border: 1px solid lightgrey;
border-collapse:collapse;
}
table.scoreboard th,
table.scoreboard td {
font-family: 'Oswald', sans-serif;
f... | 0.272121 | 0.097219 |
body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #ccc;
background-color: #181818;
}
/*
* Formatting the header area
*/
header {
background-color: #000;
height: 50px;
width: 100%;
opacity: .9;
margin-bottom: 30px;
pa... | app/static/css/main.css | body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #ccc;
background-color: #181818;
}
/*
* Formatting the header area
*/
header {
background-color: #000;
height: 50px;
width: 100%;
opacity: .9;
margin-bottom: 30px;
pa... | 0.444083 | 0.095729 |
@-moz-document domain("dota2lounge.com") {
/*
Made by Kizaro
To get info on next style created or contact me, Follow https://twitter.com/ViktorSIXth
*/
a:link {
color: #901212 !important;
font-size: 15px!important;
font-weight: 700!important;
}
a:visited{
color:#760000 !important;
}
a:ho... | data/usercss/120103.user.css | @-moz-document domain("dota2lounge.com") {
/*
Made by Kizaro
To get info on next style created or contact me, Follow https://twitter.com/ViktorSIXth
*/
a:link {
color: #901212 !important;
font-size: 15px!important;
font-weight: 700!important;
}
a:visited{
color:#760000 !important;
}
a:ho... | 0.243103 | 0.067117 |
.color-scheme-white header,
.color-scheme-white footer {
background-color: #ee4d4d;
color: white !important;
}
.color-scheme-white a {
color: #EFADAD;
}
.color-scheme-white .article-read-more a,
.color-scheme-white .pagination li a {
color: #000;
}
.color-scheme-white .article-read-more a:hover,
.co... | site/css/slender-color-schemes.css |
.color-scheme-white header,
.color-scheme-white footer {
background-color: #ee4d4d;
color: white !important;
}
.color-scheme-white a {
color: #EFADAD;
}
.color-scheme-white .article-read-more a,
.color-scheme-white .pagination li a {
color: #000;
}
.color-scheme-white .article-read-more a:hover,
.co... | 0.522933 | 0.100216 |
body{
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
background-color: #f4f4f4;
padding: 0px;
}
#tudo{
height: 100%;
width: 100%;
background-color:#f4f4f4;
position: absolute;
display:flex;
flex-direction:row;
justify-content:center;
align-items: ce... | PWLoja/css/estilo.css | body{
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
background-color: #f4f4f4;
padding: 0px;
}
#tudo{
height: 100%;
width: 100%;
background-color:#f4f4f4;
position: absolute;
display:flex;
flex-direction:row;
justify-content:center;
align-items: ce... | 0.414662 | 0.047382 |
html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.navbar {
overflow: hidden;
background-color: #333;
}
.brand-logo {
float: left;
}
.navbar a {
font-size: 0.85vw;
float: left;
... | app/staticfiles/css/style.css | html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.navbar {
overflow: hidden;
background-color: #333;
}
.brand-logo {
float: left;
}
.navbar a {
font-size: 0.85vw;
float: left;
... | 0.407569 | 0.115063 |
* {
margin: 0;
padding: 0;
outline: none;
font-family: Arial, Helvetica, sans-serif;
}
body,
html {
/* min-width: 1024px; */
background-color: #2f353a;
}
hr {
color: rgb(95, 95, 95);
background-color: rgb(95, 95, 95);
border-top: 2px solid rgb(95, 95, 95);
border-bottom: none;
... | public/fontend/css1/admin/style.css | * {
margin: 0;
padding: 0;
outline: none;
font-family: Arial, Helvetica, sans-serif;
}
body,
html {
/* min-width: 1024px; */
background-color: #2f353a;
}
hr {
color: rgb(95, 95, 95);
background-color: rgb(95, 95, 95);
border-top: 2px solid rgb(95, 95, 95);
border-bottom: none;
... | 0.336985 | 0.095687 |
body {
overflow: hidden;
margin: 0;
padding: 0;
background: #fff;
font-family: Helvetica, sans-serif;
text-align: center;
}
p{
line-height: 16px;
}
.bg-model{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
... | styling.css | body {
overflow: hidden;
margin: 0;
padding: 0;
background: #fff;
font-family: Helvetica, sans-serif;
text-align: center;
}
p{
line-height: 16px;
}
.bg-model{
width:100%;
height:100%;
/* background-color: rgba(0, 0, 0, 0.25); */
position:absolute;
top:0;
justify-content: right;
... | 0.332202 | 0.073264 |
body {
margin: 0;
padding: 0;
font-family: Roboto, sans-serif;
font-size: 12.8px;
line-height: 30px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
/* color: #001978 !important; */
color: #001978;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Cour... | src/Web/WebGoogleClient/Client/src/index.css | body {
margin: 0;
padding: 0;
font-family: Roboto, sans-serif;
font-size: 12.8px;
line-height: 30px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
/* color: #001978 !important; */
color: #001978;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Cour... | 0.401923 | 0.074399 |
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}... | asset/agenda.css | fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}... | 0.36659 | 0.083367 |
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400');
@import url('https://fonts.googleapis.com/css?family=Lora:300,400');
@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css);
html {
background: #fff;
font-size: 14px;
-moz-osx-font-smoothing: grayscale;
-webkit-fon... | app/static/styles/style.css | @import url('https://fonts.googleapis.com/css?family=Heebo:300,400');
@import url('https://fonts.googleapis.com/css?family=Lora:300,400');
@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css);
html {
background: #fff;
font-size: 14px;
-moz-osx-font-smoothing: grayscale;
-webkit-fon... | 0.412057 | 0.083217 |
.ajaxload {
height: 36px;
}
.ajaxload .next {
text-align: center;
width: 160px;
border-radius: 18px;
background: #e8e8e8;
}
.mdui-theme-layout-dark .ajaxload .next {
background: #424242;
}
.error-page {
margin: 256px 0!important;
text-align: center
}
/***** Helper ******/
.mdui-cont... | core/css/style-petals.css | .ajaxload {
height: 36px;
}
.ajaxload .next {
text-align: center;
width: 160px;
border-radius: 18px;
background: #e8e8e8;
}
.mdui-theme-layout-dark .ajaxload .next {
background: #424242;
}
.error-page {
margin: 256px 0!important;
text-align: center
}
/***** Helper ******/
.mdui-cont... | 0.38168 | 0.066176 |