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('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap');
:root {
--font-size: 1rem;
--text-color: rgba(254,252,254,255);
--body-background: rgba(45,62,80,255);
--container-background: rgba(52,73,94,255);
--nav-background: rgb(67,92,113);
--button-background... | Tic Tac Toe/styles.css | @import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap');
:root {
--font-size: 1rem;
--text-color: rgba(254,252,254,255);
--body-background: rgba(45,62,80,255);
--container-background: rgba(52,73,94,255);
--nav-background: rgb(67,92,113);
--button-background... | 0.457864 | 0.11358 |
* {
margin: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
box-sizing: border-box;
scroll-behavior: smooth;
color: #444;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5... | assets/css/style.css | * {
margin: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
box-sizing: border-box;
scroll-behavior: smooth;
color: #444;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5... | 0.454956 | 0.098903 |
:focus { outline: none; }
footer, .footer {
font-size: 12px;
background-color: #faf9f9;
}
.myBlue {
background: rgba(0,62,126, 0.8);
min-height: 500px;
position: relative;
color: white;
}
h5 {
font-size: 33px;
line-height: 25px;
margin: 0;
padding: 0;
text-transform: uppercase;
font-family: "Helvetica Neu... | public/css/loan.css | :focus { outline: none; }
footer, .footer {
font-size: 12px;
background-color: #faf9f9;
}
.myBlue {
background: rgba(0,62,126, 0.8);
min-height: 500px;
position: relative;
color: white;
}
h5 {
font-size: 33px;
line-height: 25px;
margin: 0;
padding: 0;
text-transform: uppercase;
font-family: "Helvetica Neu... | 0.402744 | 0.111919 |
.top_panel{
background-color:#43A0FF;
position: absolute;
left: 0px;
width: 0px;
width :701px;
height :35px;
}
#btn_menu{
position: absolute;
left: 560px;
top: 1px;
}
#btn_min{
position: absolute;
left: 591px;
top: 1px;
}
#btn_max{
position: absolute;
left: 62... | publish/bin/assets/scripts/dict-gui.css |
.top_panel{
background-color:#43A0FF;
position: absolute;
left: 0px;
width: 0px;
width :701px;
height :35px;
}
#btn_menu{
position: absolute;
left: 560px;
top: 1px;
}
#btn_min{
position: absolute;
left: 591px;
top: 1px;
}
#btn_max{
position: absolute;
left: 62... | 0.38341 | 0.045607 |
/*
* header CSS
*/
body{
/*font-family: Merryo UI;*/
background-color: black;
}
.header_area{
opacity:1.0;
position:absolute;
top:0px;
left:0px;
width:1366px;
height:103px;
background-image:url(../img/header.png);
box-shadow:0px 0px 10px 2px rgba(0,0,0,0.8);
... | doc/css/header.css | /*
* header CSS
*/
body{
/*font-family: Merryo UI;*/
background-color: black;
}
.header_area{
opacity:1.0;
position:absolute;
top:0px;
left:0px;
width:1366px;
height:103px;
background-image:url(../img/header.png);
box-shadow:0px 0px 10px 2px rgba(0,0,0,0.8);
... | 0.290981 | 0.049291 |
.article .wrapper {
padding-top: 96px;
}
.buttons {
margin: 48px 0;
}
iframe {
margin: 0 12px;
}
h1, h2, .drawer .section {
color: rgb(42, 110, 142) !important;
}
.footer {
background-color: #333;
}
.row {
clear: both;
}
.well {
padding: 24px;
width: 100%;
... | markdown/css/extra.css | .article .wrapper {
padding-top: 96px;
}
.buttons {
margin: 48px 0;
}
iframe {
margin: 0 12px;
}
h1, h2, .drawer .section {
color: rgb(42, 110, 142) !important;
}
.footer {
background-color: #333;
}
.row {
clear: both;
}
.well {
padding: 24px;
width: 100%;
... | 0.436502 | 0.112551 |
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
body {
background-color: #202020;
color:#fff;
font-size: 14px;
font-family: 'RobotoDraft', 'Roboto', Helvetica Neue,Helvetica,Arial,sans-serif;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
overflow-y:scroll;
-webkit-font-smoothin... | app/css/app.css | .nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
body {
background-color: #202020;
color:#fff;
font-size: 14px;
font-family: 'RobotoDraft', 'Roboto', Helvetica Neue,Helvetica,Arial,sans-serif;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
overflow-y:scroll;
-webkit-font-smoothin... | 0.183887 | 0.081301 |
@charset "utf-8";
/* CSS Document */
.contaner {
background: #f3f3f3 url("../../images/contaner_bg.png") repeat-x top center;
padding-bottom: 10px;
min-width: 980px;
}
.mainContent {
margin: 0 auto 10px auto;
width: 980px;
}
.w {
margin: 0 auto;
width: 980px;
color: #666;
}
.clearfix:after {
clear: both;... | proxy/data/index/style/help.css | @charset "utf-8";
/* CSS Document */
.contaner {
background: #f3f3f3 url("../../images/contaner_bg.png") repeat-x top center;
padding-bottom: 10px;
min-width: 980px;
}
.mainContent {
margin: 0 auto 10px auto;
width: 980px;
}
.w {
margin: 0 auto;
width: 980px;
color: #666;
}
.clearfix:after {
clear: both;... | 0.295738 | 0.065905 |
@-moz-document regexp(".*olx.*.") {
body {
color: #30ff2e;
background: black;
}
ul.tabs .tab .link,
ul.tabs .tab a {
color: white;
}
table.offers.redesigned .offer-wrapper,
table.offers.redesigned.userobserved-list .offer-wrapper,
listHandler table.offers.redesigned .offer-wrapper {
backgr... | data/usercss/183561.user.css | @-moz-document regexp(".*olx.*.") {
body {
color: #30ff2e;
background: black;
}
ul.tabs .tab .link,
ul.tabs .tab a {
color: white;
}
table.offers.redesigned .offer-wrapper,
table.offers.redesigned.userobserved-list .offer-wrapper,
listHandler table.offers.redesigned .offer-wrapper {
backgr... | 0.329068 | 0.09236 |
.edit-area-non-active {
margin-top: 0px;
background: #474646;
display: inline-block;
width: 800px;
border-style: solid;
border-color: black;
border-width: 0px 5px 5px 5px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
padding-bottom: 20px;
}
.edit-area-active {
width: 800px;
... | react-electronic-music-launchpad/src/components/EditBar.css | .edit-area-non-active {
margin-top: 0px;
background: #474646;
display: inline-block;
width: 800px;
border-style: solid;
border-color: black;
border-width: 0px 5px 5px 5px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
padding-bottom: 20px;
}
.edit-area-active {
width: 800px;
... | 0.336222 | 0.093058 |
body
{
overflow-x: hidden;
/*background: #e6e6e6;*/
/*background: url('http://localhost/laravel4/public/pb-assets/img/dog-cat-smarter-ftr.jpg') !important;
background-size: cover !important;*/
}
#pb-header {
width: auto;
box-shadow: 0px 0px 6px grey;
background: white;
height: 150px;
margin-left: -100px;
margin-ri... | public/pb-assets/css/popibay.css | body
{
overflow-x: hidden;
/*background: #e6e6e6;*/
/*background: url('http://localhost/laravel4/public/pb-assets/img/dog-cat-smarter-ftr.jpg') !important;
background-size: cover !important;*/
}
#pb-header {
width: auto;
box-shadow: 0px 0px 6px grey;
background: white;
height: 150px;
margin-left: -100px;
margin-ri... | 0.286469 | 0.068975 |
/* main.css 1.0.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 1.0.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.582729 | 0.13452 |
.link-secondary {
color: var(--secondary) !important;
text-decoration: underline;
}
.border-top-lg {
border-top-width: 3px !important;
}
.label-button {
cursor: pointer;
margin-bottom: 0;
}
.label-button:hover {
text-decoration: underline;
}
.caret {
display: inline-block;
width: 0;
height: 0;
m... | src/App.css | .link-secondary {
color: var(--secondary) !important;
text-decoration: underline;
}
.border-top-lg {
border-top-width: 3px !important;
}
.label-button {
cursor: pointer;
margin-bottom: 0;
}
.label-button:hover {
text-decoration: underline;
}
.caret {
display: inline-block;
width: 0;
height: 0;
m... | 0.683736 | 0.067639 |
ul>li.blue, .label-blue {
background:#368ee0
}
.progress.small .bar.bar-blue {
background:#368ee0
}
.box.box-color.blue .box-title {
background:#368ee0 !important
}
.box.box-color.blue .box-title .actions>a:hover {
color:#368ee0
}
.box.box-color.blue .form-wizard .wizard-steps li.active .single-step .title {
backg... | garnishdpanel/css/themes.css | ul>li.blue, .label-blue {
background:#368ee0
}
.progress.small .bar.bar-blue {
background:#368ee0
}
.box.box-color.blue .box-title {
background:#368ee0 !important
}
.box.box-color.blue .box-title .actions>a:hover {
color:#368ee0
}
.box.box-color.blue .form-wizard .wizard-steps li.active .single-step .title {
backg... | 0.370453 | 0.056679 |
@keyframes loading {
from {width: 0%}
to {width: 100%}
}
@-webkit-keyframes loading {/* Safari and Chrome */
from {width: 0%}
to {width: 100%}
}
@media screen {
body {
min-width: 930px;
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
... | css/style.css | @keyframes loading {
from {width: 0%}
to {width: 100%}
}
@-webkit-keyframes loading {/* Safari and Chrome */
from {width: 0%}
to {width: 100%}
}
@media screen {
body {
min-width: 930px;
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
... | 0.327023 | 0.106226 |
@media screen and (min-width: 320px) and (max-width: 982px){
.AboutUs-down-dot-airplane{
display: none!important;
}
#menu-item-19{
animation: none!important;
}
.normal{
font-size: 17px!important;
}
.gold{
font-size: 17px!important;
}
.pric... | style.css | @media screen and (min-width: 320px) and (max-width: 982px){
.AboutUs-down-dot-airplane{
display: none!important;
}
#menu-item-19{
animation: none!important;
}
.normal{
font-size: 17px!important;
}
.gold{
font-size: 17px!important;
}
.pric... | 0.153867 | 0.046012 |
html {
font-family: 'Gilroy';
color: #000000;
font-weight: 400;
background-color: #ffffff; }
p {
width: 100%;
font-size: 16px;
line-height: 25px;
margin-bottom: 15px;
color: #000; }
.container {
max-width: 1280px;
padding: 0 15px;
width: 100%; }
header {
width: 100%;
background-color: #ff... | public/css/content.css | html {
font-family: 'Gilroy';
color: #000000;
font-weight: 400;
background-color: #ffffff; }
p {
width: 100%;
font-size: 16px;
line-height: 25px;
margin-bottom: 15px;
color: #000; }
.container {
max-width: 1280px;
padding: 0 15px;
width: 100%; }
header {
width: 100%;
background-color: #ff... | 0.510008 | 0.059047 |
body, body>*, main>*, #tablet-flexbox>*, #not-aside-container>* {
margin: 0 auto;
}
body {
display: flex;
flex-direction: column;
height: 100%;
}
html, body, #header, #tablet-flexbox, #aside, #not-aside-container, #cd-section, #box-section, #footer {
width: 100%;
min-width: 320px;
}
#header {
height: 7... | styles/layout.css | body, body>*, main>*, #tablet-flexbox>*, #not-aside-container>* {
margin: 0 auto;
}
body {
display: flex;
flex-direction: column;
height: 100%;
}
html, body, #header, #tablet-flexbox, #aside, #not-aside-container, #cd-section, #box-section, #footer {
width: 100%;
min-width: 320px;
}
#header {
height: 7... | 0.196865 | 0.05328 |
@media screen and (min-width: 1280px) {
.carousel-div {
max-width: 1280px;
}
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 768px ) {
#product{
display: none;
}
.logo-text-acad{
display: none;
}
.logo-text-main{
display... | Test-Work-master/css/styles.css |
@media screen and (min-width: 1280px) {
.carousel-div {
max-width: 1280px;
}
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 768px ) {
#product{
display: none;
}
.logo-text-acad{
display: none;
}
.logo-text-main{
display... | 0.301876 | 0.069605 |
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?92q3k1');
src: url('../fonts/icomoon.eot?92q3k1#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?92q3k1') format('truetype'),
url('../fonts/icomoon.woff?92q3k1') format('woff'),
url('../fonts/icomoon.svg?92q3k1#icomoon... | web/css/icomoon.css | @font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?92q3k1');
src: url('../fonts/icomoon.eot?92q3k1#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?92q3k1') format('truetype'),
url('../fonts/icomoon.woff?92q3k1') format('woff'),
url('../fonts/icomoon.svg?92q3k1#icomoon... | 0.267217 | 0.080828 |
.container,
.container_alt {
width: 100%;
max-width: 1180px;
margin: 0 auto;
padding:0 0;
overflow:hidden;
position:relative;
}
#header .container{ overflow:visible;}
#footer .container{ background:none !important; }
/* @columns
***************************************************************************************... | public/wp-content/themes/litera/style-mobile-ver=4.4.2.css | .container,
.container_alt {
width: 100%;
max-width: 1180px;
margin: 0 auto;
padding:0 0;
overflow:hidden;
position:relative;
}
#header .container{ overflow:visible;}
#footer .container{ background:none !important; }
/* @columns
***************************************************************************************... | 0.182426 | 0.101768 |
body.de_light{
font-family:"Open Sans";
font-weight:400;
color:#707070;
}
.text-light{
color:#ffffff;
}
.de_light span.overlay {
background: rgba(0,0,0,.8);
}
.text-light .btn-line, .text-light a.btn-line{
border:solid 2px #ffffff !important;
color:#fff;
}
.btn-line:after, a.btn-line:after{
color:#fff !important... | public/frontend/css/custom-industry.css | body.de_light{
font-family:"Open Sans";
font-weight:400;
color:#707070;
}
.text-light{
color:#ffffff;
}
.de_light span.overlay {
background: rgba(0,0,0,.8);
}
.text-light .btn-line, .text-light a.btn-line{
border:solid 2px #ffffff !important;
color:#fff;
}
.btn-line:after, a.btn-line:after{
color:#fff !important... | 0.28607 | 0.072341 |
*,
:after,
:before {
box-sizing: border-box;
}
body {
background-image: linear-gradient(#615dad, #ffc8da);
min-height: 100vh;
margin: 0;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.container-pravidla {
padding: 50px;
}
... | styly.css | *,
:after,
:before {
box-sizing: border-box;
}
body {
background-image: linear-gradient(#615dad, #ffc8da);
min-height: 100vh;
margin: 0;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.container-pravidla {
padding: 50px;
}
... | 0.581422 | 0.096535 |
.theme-blue .titlebar {
background: #075290;
height: 50px;
max-height: 50px;
overflow: visible!important;
}
.theme-blue .titlebar > span {
font-size: 18px;
color: #ffffff;
display: inline-block;
margin: 15px;
margin-right: 20px;
}
.theme-blue .titlebar li.dropdown > a {
border: 1px solid #075290;
... | questionnaire/static/css/fgh-cdc-style.css |
.theme-blue .titlebar {
background: #075290;
height: 50px;
max-height: 50px;
overflow: visible!important;
}
.theme-blue .titlebar > span {
font-size: 18px;
color: #ffffff;
display: inline-block;
margin: 15px;
margin-right: 20px;
}
.theme-blue .titlebar li.dropdown > a {
border: 1px solid #075290;
... | 0.474144 | 0.078713 |
* {
margin: 0;
padding: 0;
font-style: inherit;
vertical-align: baseline;
}
html, body {
font-family: 'Lato', 'Arial', sans-serif;
background-color: #333333;
}
.indent-1 {
margin-left: 20px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.text-left {
text-align: left;
}
.text-ri... | css/kstyles.css | * {
margin: 0;
padding: 0;
font-style: inherit;
vertical-align: baseline;
}
html, body {
font-family: 'Lato', 'Arial', sans-serif;
background-color: #333333;
}
.indent-1 {
margin-left: 20px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.text-left {
text-align: left;
}
.text-ri... | 0.434941 | 0.205555 |
[data-theme="light"] {
/* BACKGROUND COLORS - SPEC */
--bg-block: hsl(0, 0%, 100%);
--bg-branch: hsl(216, 39.2%, 94.9%);
--bg-btnDlMaster: hsl(166.4, 62.8%, 51.6%);
--bg-btnDlPull: hsl(250.4, 55.4%, 65.7%);
--bg-btnPrimary: hsl(236.5, 80.4%, 58.3%);
--bg-filter: hsl(235.9, 100%, 97.1%);
... | web/src/assets/colors-light.css | [data-theme="light"] {
/* BACKGROUND COLORS - SPEC */
--bg-block: hsl(0, 0%, 100%);
--bg-branch: hsl(216, 39.2%, 94.9%);
--bg-btnDlMaster: hsl(166.4, 62.8%, 51.6%);
--bg-btnDlPull: hsl(250.4, 55.4%, 65.7%);
--bg-btnPrimary: hsl(236.5, 80.4%, 58.3%);
--bg-filter: hsl(235.9, 100%, 97.1%);
... | 0.197174 | 0.075346 |
body {
padding-top: 60px;
}
.margin-bottom-10 {
margin-bottom: 10px;
}
.spinner-overlay {
position: absolute;
left: 25%;
top: 25%;
padding: 25px;
width: 50%;
height: 50%;
}
.spinner-overlay .modal-content {
border: 0;
box-shadow: none;
background: transparent;
}
.text-green {
color: green;
}
.te... | Thinktecture.Relay.ManagementWeb/assets/app.css | body {
padding-top: 60px;
}
.margin-bottom-10 {
margin-bottom: 10px;
}
.spinner-overlay {
position: absolute;
left: 25%;
top: 25%;
padding: 25px;
width: 50%;
height: 50%;
}
.spinner-overlay .modal-content {
border: 0;
box-shadow: none;
background: transparent;
}
.text-green {
color: green;
}
.te... | 0.486575 | 0.058966 |
.modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
display: none;
align-items: center;
justify-content: center;
background-color: rgba(136, 136, 136, 0.8);
overflow-x: hidden;
overflow-y: auto;
}
.modal[data-open] {
display: flex;
}... | src/css/controls.css | .modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
display: none;
align-items: center;
justify-content: center;
background-color: rgba(136, 136, 136, 0.8);
overflow-x: hidden;
overflow-y: auto;
}
.modal[data-open] {
display: flex;
}... | 0.555556 | 0.110711 |
.oxi-addons-container [class^='oxi-image-lightspeed-'],
.oxi-addons-container [class*=' oxi-image-lightspeed-'] {
overflow: hidden;
}
.oxi-addons-container .oxi-image-lightspeed-in-left .oxi-image-hover-figure-caption {
-webkit-transform: translate(100%, 0);
-moz-transform: translate(100%, 0);
-... | wordpress/wp-content/plugins/image-hover-effects-ultimate/Modules/Caption/Files/lightspeed-effects.css | .oxi-addons-container [class^='oxi-image-lightspeed-'],
.oxi-addons-container [class*=' oxi-image-lightspeed-'] {
overflow: hidden;
}
.oxi-addons-container .oxi-image-lightspeed-in-left .oxi-image-hover-figure-caption {
-webkit-transform: translate(100%, 0);
-moz-transform: translate(100%, 0);
-... | 0.553988 | 0.20464 |
@charset "UTF-8";
.accordion-custom .card {
border: none;
border-radius: .25rem
}
.accordion-custom .card-block,
.accordion-custom .card-header {
background: #fff;
border: 1px solid #eee
}
.accordion-custom .card-header {
padding: 0
}
.accordion-custom .card-heading {
display: block;
width: ... | assets/vendor/css/site.css | @charset "UTF-8";
.accordion-custom .card {
border: none;
border-radius: .25rem
}
.accordion-custom .card-block,
.accordion-custom .card-header {
background: #fff;
border: 1px solid #eee
}
.accordion-custom .card-header {
padding: 0
}
.accordion-custom .card-heading {
display: block;
width: ... | 0.361616 | 0.087136 |
*{
padding: 0;
margin: 0;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
body{
border:none;
margin: 0;
height: 100%;
width: 100%;
}
.Nav{
height: 60px;
width: 100%;
position:fixed;
top:0;
... | WX-T-GJ.css | *{
padding: 0;
margin: 0;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
body{
border:none;
margin: 0;
height: 100%;
width: 100%;
}
.Nav{
height: 60px;
width: 100%;
position:fixed;
top:0;
... | 0.262842 | 0.053329 |
@import "~ag-grid-community/dist/styles/ag-grid.css";
@import "~ag-grid-community/dist/styles/ag-theme-balham.css";
.tim-typo{
padding-left: 25%;
margin-bottom: 40px;
position: relative;
width: 100%;
}
.tim-typo .tim-note{
bottom: 5px;
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: 13px;... | src/assets/css/demo.css | @import "~ag-grid-community/dist/styles/ag-grid.css";
@import "~ag-grid-community/dist/styles/ag-theme-balham.css";
.tim-typo{
padding-left: 25%;
margin-bottom: 40px;
position: relative;
width: 100%;
}
.tim-typo .tim-note{
bottom: 5px;
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: 13px;... | 0.283484 | 0.059702 |
body{font-size: 1.5rem;color: #333;}
div,span,em, h2{display: inline-block;}
/*顶部背景图*/
.top .bg{display: inline-block;width: 100%;}
.top img{width: 100%;height: 37rem;}
/*卡片位置*/
.service #card{
display: block;
position: absolute;
width: 94%;
height: 8rem;
margin: 0 3%;
box-shadow: 0.4rem 0.4re... | public/static/assets/css/v2.css | body{font-size: 1.5rem;color: #333;}
div,span,em, h2{display: inline-block;}
/*顶部背景图*/
.top .bg{display: inline-block;width: 100%;}
.top img{width: 100%;height: 37rem;}
/*卡片位置*/
.service #card{
display: block;
position: absolute;
width: 94%;
height: 8rem;
margin: 0 3%;
box-shadow: 0.4rem 0.4re... | 0.222869 | 0.060863 |
li.pam { margin-left: 0px; }
.one-form { margin: 22px; }
.one-dark-header {
background-color: #33495f;
width: 100%;
text-align: center;
height: 220px;
padding-bottom: 10px;
color: white;
clear: all;
}
.one-app-header {
background-color: #2A94D6;
... | OneStarter.css | li.pam { margin-left: 0px; }
.one-form { margin: 22px; }
.one-dark-header {
background-color: #33495f;
width: 100%;
text-align: center;
height: 220px;
padding-bottom: 10px;
color: white;
clear: all;
}
.one-app-header {
background-color: #2A94D6;
... | 0.506591 | 0.094135 |
* {
font-family: Dosis;
font-size: 1.05em;
font-weight: 700;
scroll-behavior: smooth;
}
body {
display: block;
margin-top: -50px;
}
section {
margin-left: 280px;
width: 65%;
}
nav {
position: fixed;
height: 100%;
margin-left: -10px;
background-color: gold;
display:... | styles.css | * {
font-family: Dosis;
font-size: 1.05em;
font-weight: 700;
scroll-behavior: smooth;
}
body {
display: block;
margin-top: -50px;
}
section {
margin-left: 280px;
width: 65%;
}
nav {
position: fixed;
height: 100%;
margin-left: -10px;
background-color: gold;
display:... | 0.616359 | 0.14439 |
body{
background: #fff;
font: 16px 'Maven Pro', sans-serif;
}
a:link {
color:#34495e;
text-decoration: none;
}
a:visited {
color:#8e44ad;
text-decoration: none;
}
a:hover {
color:#7f8c8d;
text-decoration: none;
}
a:active {
color:#2c3e50;
text-decoration: none;
}
.hidden{
display:... | style.css | body{
background: #fff;
font: 16px 'Maven Pro', sans-serif;
}
a:link {
color:#34495e;
text-decoration: none;
}
a:visited {
color:#8e44ad;
text-decoration: none;
}
a:hover {
color:#7f8c8d;
text-decoration: none;
}
a:active {
color:#2c3e50;
text-decoration: none;
}
.hidden{
display:... | 0.191101 | 0.054575 |
* {
box-sizing: border-box;
}
body {
background-color: #520072;
font-family: 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
margin: 0;
}
.container {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
over... | public_html/HugoDeHeus/form/style.css | * {
box-sizing: border-box;
}
body {
background-color: #520072;
font-family: 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
margin: 0;
}
.container {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
over... | 0.379378 | 0.093471 |
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
body {font-family: "latoregular", arial, sans-serif;background:rgb(255, 204, 0);color:rgb(66, 71, 67);}
h1, h2, h3, h4, h5, h6 {font-family: "bowlby_oneregular", "arial black", sans-serif;text-transform: uppercas... | skin/pure/css/style.css | *, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
body {font-family: "latoregular", arial, sans-serif;background:rgb(255, 204, 0);color:rgb(66, 71, 67);}
h1, h2, h3, h4, h5, h6 {font-family: "bowlby_oneregular", "arial black", sans-serif;text-transform: uppercas... | 0.315947 | 0.113678 |
/*!*将标签原有的默认内外边距去掉*!*/
/*fieldset, img, input, button {*/
/* border: none; !*去掉边框*!*/
/* padding: 0;*/
/* margin: 0;*/
/* outline-style: none; !*去掉环绕边框*!*/
/*}*/
/*ul, ol {*/
/* list-style: none; !*去掉原样式中的小黑点*!*/
/* !*ctrl+alt+l*!*/
/*}*/
input {
padding-top: 0;
padding-bottom: 0;
}
select... | src/main/resources/static/assets/css/login.css |
/*!*将标签原有的默认内外边距去掉*!*/
/*fieldset, img, input, button {*/
/* border: none; !*去掉边框*!*/
/* padding: 0;*/
/* margin: 0;*/
/* outline-style: none; !*去掉环绕边框*!*/
/*}*/
/*ul, ol {*/
/* list-style: none; !*去掉原样式中的小黑点*!*/
/* !*ctrl+alt+l*!*/
/*}*/
input {
padding-top: 0;
padding-bottom: 0;
}
select... | 0.25842 | 0.046357 |
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn-LightBlue {
background-color: #0277BD;
border-color: #01579B;
color: #fff;
}
.btn {
display: inline-block;
border-radius: 3px;
box-shadow: none;
border: 1px solid transparent;
font-size: 14px;
font-weight: 400;
tex... | inst/htmlwidgets/lib/MultiNav_0/charts.css | .btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn-LightBlue {
background-color: #0277BD;
border-color: #01579B;
color: #fff;
}
.btn {
display: inline-block;
border-radius: 3px;
box-shadow: none;
border: 1px solid transparent;
font-size: 14px;
font-weight: 400;
tex... | 0.307566 | 0.103024 |
.esm-questionnaire-item {
margin-bottom: 5px;
}
.esm-questionnaire-item.option {
float: left;
width: 100px;
}
/* ESM questionnaire checkbox */
.esmq-weekday input[type=checkbox] {
visibility: hidden;
}
.esmq-weekday {
width: 25px;
height: 22px;
background: #ffffff;
border: 2px solid #2489c5;
border-radius... | application/views/css/esmq.css | .esm-questionnaire-item {
margin-bottom: 5px;
}
.esm-questionnaire-item.option {
float: left;
width: 100px;
}
/* ESM questionnaire checkbox */
.esmq-weekday input[type=checkbox] {
visibility: hidden;
}
.esmq-weekday {
width: 25px;
height: 22px;
background: #ffffff;
border: 2px solid #2489c5;
border-radius... | 0.296349 | 0.107648 |
body {
margin-bottom: 60px;
padding: 0;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
#header {
margin-top: 30px;
text-align: center;
}
#title {
font-family: "Courier New", Courier, monospace;
font-size: 32px;
margin-bottom: 40px;
}
#title a {
color: #000;
text-decoration: ... | public/css/style.css | body {
margin-bottom: 60px;
padding: 0;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
#header {
margin-top: 30px;
text-align: center;
}
#title {
font-family: "Courier New", Courier, monospace;
font-size: 32px;
margin-bottom: 40px;
}
#title a {
color: #000;
text-decoration: ... | 0.425963 | 0.071041 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:424px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u183_div {
position:absolute;
left:0px;
top:0px;
width:414px;
height:736px;
background:inherit;
background-colo... | moc/demo/files/friends_view/styles.css | body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:424px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u183_div {
position:absolute;
left:0px;
top:0px;
width:414px;
height:736px;
background:inherit;
background-colo... | 0.347648 | 0.04666 |
@charset utf-8;
/* CSS Document */
* {
padding: 0;
margin: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: url('../img/love.jpg');
display: initial;
background-color: #cccccc;
- height: 1000px;
background-position: center;
background-repeat: no-repeat;
backg... | ud/css/styleLove.css | @charset utf-8;
/* CSS Document */
* {
padding: 0;
margin: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: url('../img/love.jpg');
display: initial;
background-color: #cccccc;
- height: 1000px;
background-position: center;
background-repeat: no-repeat;
backg... | 0.286169 | 0.057361 |
| (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
*/
*[class\~="topic\/ol"] > li > *[class\~="topic\/ol"] > *[class\~="topic\/li"] {
list-style-type: lower-alpha !important;
}
/* mods to update in topic_classed:
box model for link/linklist etc
CALS table model
*/
/* class-based lookups for DITA ... | DITA-OT1.6.3/css/topic_classed.css | | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
*/
*[class\~="topic\/ol"] > li > *[class\~="topic\/ol"] > *[class\~="topic\/li"] {
list-style-type: lower-alpha !important;
}
/* mods to update in topic_classed:
box model for link/linklist etc
CALS table model
*/
/* class-based lookups for DITA ... | 0.375134 | 0.064095 |
.top-buffer {
margin-top: 20px;
}
#fileselector {
margin: 10px;
}
#upload-file-selector {
display: none;
}
.margin-correction {
margin-right: 10px;
}
@font-face {
font-family: 'Audiowide';
src: url('../fonts/Audiowide-Regular.ttf');
}
@font-face {
font-family: 'Bungee';
src: url('..... | ephemerol-react/src/modules/App.css | .top-buffer {
margin-top: 20px;
}
#fileselector {
margin: 10px;
}
#upload-file-selector {
display: none;
}
.margin-correction {
margin-right: 10px;
}
@font-face {
font-family: 'Audiowide';
src: url('../fonts/Audiowide-Regular.ttf');
}
@font-face {
font-family: 'Bungee';
src: url('..... | 0.486088 | 0.092442 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Mona... | src/index.css | body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Mona... | 0.320821 | 0.082328 |
html
{
background-image: url("../img/system/fond_site.jpg");
background-size: 100%;
}
body
{
width: 100%;
/*background-image: url("../img/system/tdfns.png");
background-repeat: no-repeat;
background-size: 1260px;
background-position: center top;*/
background-color: inherit;
font-family: 'zektonregular' !im... | web/css/main_style.css | html
{
background-image: url("../img/system/fond_site.jpg");
background-size: 100%;
}
body
{
width: 100%;
/*background-image: url("../img/system/tdfns.png");
background-repeat: no-repeat;
background-size: 1260px;
background-position: center top;*/
background-color: inherit;
font-family: 'zektonregular' !im... | 0.396886 | 0.071916 |
@font-face {
font-family: "Flaticon";
src: url("Flaticon.eot");
src: url("Flaticond41d.eot?#iefix") format("embedded-opentype"),
url("Flaticon.woff2") format("woff2"),
url("Flaticon.woff") format("woff"),
url("Flaticon.ttf") format("truetype"),
url("Flaticon.svg#Flaticon") format("svg");
... | public/assets/css/flaticon.css | @font-face {
font-family: "Flaticon";
src: url("Flaticon.eot");
src: url("Flaticond41d.eot?#iefix") format("embedded-opentype"),
url("Flaticon.woff2") format("woff2"),
url("Flaticon.woff") format("woff"),
url("Flaticon.ttf") format("truetype"),
url("Flaticon.svg#Flaticon") format("svg");
... | 0.388386 | 0.198084 |
body{
padding:0px;
margin:0px;
width:100%;
height:100vh;
background: radial-gradient(#B53471, #6F1E51);
}
.wrapper{
width:100px;
height:100px;
position: absolute;
left:50%;
top:50%;
transform: translate(-50%, -50%);
}
.nav{
width:64px;
height:64px;
position: absolute;
left:50%;
top:50%;
... | main.css | body{
padding:0px;
margin:0px;
width:100%;
height:100vh;
background: radial-gradient(#B53471, #6F1E51);
}
.wrapper{
width:100px;
height:100px;
position: absolute;
left:50%;
top:50%;
transform: translate(-50%, -50%);
}
.nav{
width:64px;
height:64px;
position: absolute;
left:50%;
top:50%;
... | 0.384912 | 0.138055 |
:root {
--font-col: black;
--hl-col: rgb(31, 111, 241);
--hl2-col: rgb(255, 13, 87);
--hl3-col: mediumseagreen;
--bg-col: white;
--bg-hl-col: whitesmoke;
--bg-hl2-col: rgb(200,200,200);
--comment: rgb(150,150,150);
--delimit-col: tomato;
--pop-bg-col: rgba(0,0,0,.95);
--pop-f... | static/themes/white.css | :root {
--font-col: black;
--hl-col: rgb(31, 111, 241);
--hl2-col: rgb(255, 13, 87);
--hl3-col: mediumseagreen;
--bg-col: white;
--bg-hl-col: whitesmoke;
--bg-hl2-col: rgb(200,200,200);
--comment: rgb(150,150,150);
--delimit-col: tomato;
--pop-bg-col: rgba(0,0,0,.95);
--pop-f... | 0.494385 | 0.193909 |
html, body, img, ul, li, a, p, span, dl, dt, dd, h1, h2, h3, h4 {
margin: 0;
padding: 0;
border: 0;
}
body {
font-size: 13px;
line-height: 1.25em;
font-family: Arial, Verdana, sans-serif;
color: #222222;
background: #fff;
}
a {
color: #0095d3;
text-decoration: underline;
}
a:v... | public/stylesheets/admin/master.css | html, body, img, ul, li, a, p, span, dl, dt, dd, h1, h2, h3, h4 {
margin: 0;
padding: 0;
border: 0;
}
body {
font-size: 13px;
line-height: 1.25em;
font-family: Arial, Verdana, sans-serif;
color: #222222;
background: #fff;
}
a {
color: #0095d3;
text-decoration: underline;
}
a:v... | 0.5083 | 0.161519 |
:root > * {
--md-code-link-bg-color: hsla(0, 0%, 96%, 1);
--md-code-link-accent-bg-color: var(--md-code-link-bg-color);
--md-code-special-bg-color: #e8e8e8;
--md-code-alternate-bg-color: var(--md-code-bg-color);
--md-code-hl-punctuation-color: var(--md-code-fg-color);
--md-code-hl-namespace-color: var(--md-... | docs/theme/assets/pymdownx-extras/extra-7a1297c0a9.css | :root > * {
--md-code-link-bg-color: hsla(0, 0%, 96%, 1);
--md-code-link-accent-bg-color: var(--md-code-link-bg-color);
--md-code-special-bg-color: #e8e8e8;
--md-code-alternate-bg-color: var(--md-code-bg-color);
--md-code-hl-punctuation-color: var(--md-code-fg-color);
--md-code-hl-namespace-color: var(--md-... | 0.532425 | 0.084985 |
body {
background: hsl(208, 37%, 48%, 0.3);
box-sizing: border-box;
}
.header {
width: 100%;
height: 70px;
background: hsl(208, 37%, 48%, 0.8);
color: hsl(244, 52%, 94%);
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
list-style-type: none;
color: aliceblue;
}
.h-lis... | public/style/quiz.css | body {
background: hsl(208, 37%, 48%, 0.3);
box-sizing: border-box;
}
.header {
width: 100%;
height: 70px;
background: hsl(208, 37%, 48%, 0.8);
color: hsl(244, 52%, 94%);
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
list-style-type: none;
color: aliceblue;
}
.h-lis... | 0.603815 | 0.113236 |
body {
margin: 0;
padding: 0;
font-size: 13px;
font-size: small;
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
color: #222;
height: 100%;
}
a {
text-decoration: none;
cursor: pointer;
}
header {
width: 100%;
}
header nav {
display: flex;
justify-content: flex-end;
}
hea... | css/main.css | body {
margin: 0;
padding: 0;
font-size: 13px;
font-size: small;
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
color: #222;
height: 100%;
}
a {
text-decoration: none;
cursor: pointer;
}
header {
width: 100%;
}
header nav {
display: flex;
justify-content: flex-end;
}
hea... | 0.598077 | 0.077797 |
.full-screen {
position: absolute !important;
top: 0 !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
}
.ng-app-view {
z-index: 999999;
}
.ng-app-element {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
.ng-app-element.ng-enter,
.ng-app-element.ng-leave,
.ng-app-element.ng... | webapps/pentaho/mantle/angular-animations.css | .full-screen {
position: absolute !important;
top: 0 !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
}
.ng-app-view {
z-index: 999999;
}
.ng-app-element {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
.ng-app-element.ng-enter,
.ng-app-element.ng-leave,
.ng-app-element.ng... | 0.260295 | 0.072407 |
html {
font-size: 87.5%; /* 87.5% of 16px = 14px */
}
main {
margin: 0;
}
.header-background {
height: 700px;
margin-top: -20px;
background-image: linear-gradient(to bottom, white 3%, rgba(0, 0, 0, 0.45) 25%), url(/assets/theme_image/compare_bg.jpg);
background-position: center center;
bac... | resources/web/compare.css | html {
font-size: 87.5%; /* 87.5% of 16px = 14px */
}
main {
margin: 0;
}
.header-background {
height: 700px;
margin-top: -20px;
background-image: linear-gradient(to bottom, white 3%, rgba(0, 0, 0, 0.45) 25%), url(/assets/theme_image/compare_bg.jpg);
background-position: center center;
bac... | 0.418578 | 0.119024 |
:root {
--header: #7A82AB;
--sidebar: #F786AA;
--article: #D6F6DD;
}
body {
background-color: #fefefe;
}
header, footer, aside,
.art1, .art2, .art3, .art4 {
font-family: sans-serif;
font-weight: 300;
font-size: 19px;
color: #fff;
text-align: center;
padding: 10px;
border-radius: 3px;
box-shado... | test/grid-responsive-variables-css/style.css | :root {
--header: #7A82AB;
--sidebar: #F786AA;
--article: #D6F6DD;
}
body {
background-color: #fefefe;
}
header, footer, aside,
.art1, .art2, .art3, .art4 {
font-family: sans-serif;
font-weight: 300;
font-size: 19px;
color: #fff;
text-align: center;
padding: 10px;
border-radius: 3px;
box-shado... | 0.41253 | 0.21566 |
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
designer's written permission. However, feel free to study the CSS and use
techniques you learn from it elsewhere. */
/* basic elements */
body {
font-size: 8pt;
font-family: verdana, sans-se... | unit/benchmark/src/csszengarden.com.074.css |
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
designer's written permission. However, feel free to study the CSS and use
techniques you learn from it elsewhere. */
/* basic elements */
body {
font-size: 8pt;
font-family: verdana, sans-se... | 0.157105 | 0.048835 |
@font-face{
font-family:'Scratch';
src:url(./fonts/SCRATCHFONT.ttf) format("truetype")
}
@font-face{
font-family:'Code';
src:url(./fonts/CODE.ttf) format("truetype"),url(./fonts/CODE.woff) format("woff")
}
@font-face{
font-family:'Card';
src:url(./fonts/AVANT.otf) format('opentype')
}
*{
font-family:"Arial"
}
a{... | static/style.css | @font-face{
font-family:'Scratch';
src:url(./fonts/SCRATCHFONT.ttf) format("truetype")
}
@font-face{
font-family:'Code';
src:url(./fonts/CODE.ttf) format("truetype"),url(./fonts/CODE.woff) format("woff")
}
@font-face{
font-family:'Card';
src:url(./fonts/AVANT.otf) format('opentype')
}
*{
font-family:"Arial"
}
a{... | 0.327776 | 0.064418 |
padding: 5em 0;
background: #182f3a;
font-size: 16px;
color: #f0f0f0;
}
#site-footer p:last-child {
color: #f0f0f0;
margin-bottom: 0;
}
#site-footer a {
color: #f0f0f0;
text-decoration: none;
}
#site-footer h2 {
font-size: 30px;
margin-bottom: 28px;
letter-spacing: 0.15em;... | public/css/footer.css | padding: 5em 0;
background: #182f3a;
font-size: 16px;
color: #f0f0f0;
}
#site-footer p:last-child {
color: #f0f0f0;
margin-bottom: 0;
}
#site-footer a {
color: #f0f0f0;
text-decoration: none;
}
#site-footer h2 {
font-size: 30px;
margin-bottom: 28px;
letter-spacing: 0.15em;... | 0.300027 | 0.126731 |
section {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.grid {
display: flex;
flex-wrap: wrap;
width: 560px;
height: 560px;
border: solid black;
}
.grid div {
width: 20px;
height: 20px;
}
.pac-dot {
background-color: green;
border-radius: 5... | styles.css | section {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.grid {
display: flex;
flex-wrap: wrap;
width: 560px;
height: 560px;
border: solid black;
}
.grid div {
width: 20px;
height: 20px;
}
.pac-dot {
background-color: green;
border-radius: 5... | 0.64713 | 0.17989 |
* {
box-sizing: border-box;
}
body {
height: 120vh;
max-width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #674aae;
background-image: url(images/bg-desktop.svg);
background-repeat: no-repeat;
background-size: cover;
background-pos... | styles.css | * {
box-sizing: border-box;
}
body {
height: 120vh;
max-width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #674aae;
background-image: url(images/bg-desktop.svg);
background-repeat: no-repeat;
background-size: cover;
background-pos... | 0.480722 | 0.098209 |
html {
position: relative; /*для футера*/
min-height: 100%; /*для футера*/
}
body {
margin-bottom: 145px; /*для футера*/;
color: black;
background-color: white;
font-family: Arial, sans-serif;
}
.form-control {
margin-bottom: 10px;
}
.table > thead > tr > th {
vertical-align: middle;
... | public/css/style.css | html {
position: relative; /*для футера*/
min-height: 100%; /*для футера*/
}
body {
margin-bottom: 145px; /*для футера*/;
color: black;
background-color: white;
font-family: Arial, sans-serif;
}
.form-control {
margin-bottom: 10px;
}
.table > thead > tr > th {
vertical-align: middle;
... | 0.295433 | 0.089773 |
font-size: 82%;
}
:not(:target)#ritFooterArea {
font-size: 80%;
}
#ritFooterArea .ritfootTtl {
padding: 7px; border: 1px solid rgb(206, 206, 206); overflow: hidden; font-weight: bold; background-color: rgb(238, 238, 238); _zoom: 1;
}
#ritFooterArea .ritFootBox {
border-width: medium 1px 1px; border-style: ... | tests/html_tests/websitesource/89,rakuten.co.jp/test_files/footer.css | font-size: 82%;
}
:not(:target)#ritFooterArea {
font-size: 80%;
}
#ritFooterArea .ritfootTtl {
padding: 7px; border: 1px solid rgb(206, 206, 206); overflow: hidden; font-weight: bold; background-color: rgb(238, 238, 238); _zoom: 1;
}
#ritFooterArea .ritFootBox {
border-width: medium 1px 1px; border-style: ... | 0.202996 | 0.057229 |
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
opacity: 0;
pointer-events: none
}
[type="checkbox"]+span:not(.lever) {
position: relative;
padding... | static/css/users/checkbox.css | [type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
opacity: 0;
pointer-events: none
}
[type="checkbox"]+span:not(.lever) {
position: relative;
padding... | 0.306527 | 0.102394 |
@charset "utf-8";
/*重置CSS*/
body,
html {
color: #333;
font-size: 12px;
}
body,
html,
div,
blockquote,
img,
label,
p,
h1, h2, h3, h4, h5, h6,
pre,
ul, ol, li,
dl, dt, dd,
form,
a,
fieldset,
input,
button,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: none;
word-break: break-all;
f... | public/static/home/css/base.css | @charset "utf-8";
/*重置CSS*/
body,
html {
color: #333;
font-size: 12px;
}
body,
html,
div,
blockquote,
img,
label,
p,
h1, h2, h3, h4, h5, h6,
pre,
ul, ol, li,
dl, dt, dd,
form,
a,
fieldset,
input,
button,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: none;
word-break: break-all;
f... | 0.377196 | 0.090213 |
:root {
--color: #e3cb33;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Play', sans-serif;
background: rgba(211,211,211, 0.75);
}
.container {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 2;
background-color: rgba(211,211,211, 0.75);
... | css/style.css |
:root {
--color: #e3cb33;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Play', sans-serif;
background: rgba(211,211,211, 0.75);
}
.container {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 2;
background-color: rgba(211,211,211, 0.75);
... | 0.574037 | 0.137735 |
.add-post-field {
z-index: 999;
position: fixed;
left: 50%;
top: 50%;
margin: -300px auto 0 -300px;
height: 600px;
width: 600px;
padding: 0;
visibility: hidden; /*TEMP*/
opacity: 0;
transition: 0.3s;
border-radius: 6px;
border: 1px solid #FAFAFA;
background-color:... | project/src/main/resources/static/css/add_post_styles.css | .add-post-field {
z-index: 999;
position: fixed;
left: 50%;
top: 50%;
margin: -300px auto 0 -300px;
height: 600px;
width: 600px;
padding: 0;
visibility: hidden; /*TEMP*/
opacity: 0;
transition: 0.3s;
border-radius: 6px;
border: 1px solid #FAFAFA;
background-color:... | 0.52975 | 0.11304 |
@import url(http://fonts.googleapis.com/css?family=Oswald);
body {
background-color: #000;
font-family: 'Oswald', 'Futura', sans-serif;
margin: 0;
padding: 0;}
p{
font-size: 20px;
width: 460px;
}
#page {
background-color: #403c3b;
margin: 0 auto 0 auto;}
/* Responsive page rules at bottom of style sheet */
... | c05/css/c05.css | @import url(http://fonts.googleapis.com/css?family=Oswald);
body {
background-color: #000;
font-family: 'Oswald', 'Futura', sans-serif;
margin: 0;
padding: 0;}
p{
font-size: 20px;
width: 460px;
}
#page {
background-color: #403c3b;
margin: 0 auto 0 auto;}
/* Responsive page rules at bottom of style sheet */
... | 0.244273 | 0.081886 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
height: 100vh;
width: 100%;
overflow: hidden;
display: flex;
justify-content: ce... | firebase/new.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
height: 100vh;
width: 100%;
overflow: hidden;
display: flex;
justify-content: ce... | 0.660501 | 0.105441 |
.d-block {
display: block !important;
}
.d-inline {
display: inline !important;
}
.d-none {
display: none;
}
/* flexbox styles */
.row {
display: flex !important;
flex-wrap: wrap !important;
}
.d-flex {
display: flex !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction... | assest/css/util.css | .d-block {
display: block !important;
}
.d-inline {
display: inline !important;
}
.d-none {
display: none;
}
/* flexbox styles */
.row {
display: flex !important;
flex-wrap: wrap !important;
}
.d-flex {
display: flex !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction... | 0.342681 | 0.088741 |
html {
height: auto;
min-height: 100%;
}
body {
/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
font-family: "Helvetica Neue",Helvetica;
background-color: rgb(90, 90, 90);
}
.grid {
height: 100%;
margin: 0px auto;
padding: 0px 15px;
background-color: #F2F2F2;
min-... | data/srcco.css | html {
height: auto;
min-height: 100%;
}
body {
/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
font-family: "Helvetica Neue",Helvetica;
background-color: rgb(90, 90, 90);
}
.grid {
height: 100%;
margin: 0px auto;
padding: 0px 15px;
background-color: #F2F2F2;
min-... | 0.535584 | 0.103658 |
div.top-border {
border: 0px;
border-top: 7px #a8001b solid;
margin-bottom: 3px;
margin-top: 0px;
}
header {
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
background-color: #a8001b;
}
header h1 {
text-align: center;
color: #ffffff;
margin-bottom: 20px;
margin-top: 20px;
... | webapp/src/main/webapp/css/custom.css | div.top-border {
border: 0px;
border-top: 7px #a8001b solid;
margin-bottom: 3px;
margin-top: 0px;
}
header {
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
background-color: #a8001b;
}
header h1 {
text-align: center;
color: #ffffff;
margin-bottom: 20px;
margin-top: 20px;
... | 0.220175 | 0.046551 |
@charset "utf-8";
.openerp .oe_view_manager_view_calendar {
position: relative; }
.openerp .oe_calendar_table {
margin-top: 10px;
margin-left: 5px; }
.openerp .oe_searchview.oe_searchview_open_drawer .oe_searchview_drawer {
z-index: 10; }
.openerp td.oe_calendar_sidebar_container {
padding: 10px; }
img.att... | web/addons/web_calendar/static/src/css/web_fullcalendar.css | @charset "utf-8";
.openerp .oe_view_manager_view_calendar {
position: relative; }
.openerp .oe_calendar_table {
margin-top: 10px;
margin-left: 5px; }
.openerp .oe_searchview.oe_searchview_open_drawer .oe_searchview_drawer {
z-index: 10; }
.openerp td.oe_calendar_sidebar_container {
padding: 10px; }
img.att... | 0.245085 | 0.084417 |
body, html {
margin: 0;
padding: 0;
}
body {
font-family: Montserrat, sans-serif;
text-align: center;
}
.section {
margin: 5vh 5vw;
padding: 3vh 3vw;
}
.section-title {
font-size: 3em;
font-weight: 800;
text-transform: uppercase;
color: #267530;
}
#title-section {
margin: 0;
padding-right: 0;
padding-l... | 02_CSS/Day6/index.css | body, html {
margin: 0;
padding: 0;
}
body {
font-family: Montserrat, sans-serif;
text-align: center;
}
.section {
margin: 5vh 5vw;
padding: 3vh 3vw;
}
.section-title {
font-size: 3em;
font-weight: 800;
text-transform: uppercase;
color: #267530;
}
#title-section {
margin: 0;
padding-right: 0;
padding-l... | 0.543348 | 0.086016 |
html{
height:100%;
}
body {
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0) center fixed;
background-size: cover;
}
header{
position: absolute;
margin: 0;
height: 110px;
width: 100%;
}
header figure#usm{
display: inline;
position: relative;... | public/css/MisReservas.css | html{
height:100%;
}
body {
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0) center fixed;
background-size: cover;
}
header{
position: absolute;
margin: 0;
height: 110px;
width: 100%;
}
header figure#usm{
display: inline;
position: relative;... | 0.576661 | 0.077797 |
BODY {
font-size: 1em;
font-weight: normal;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .58;
}
P, BLOCKQUOTE, UL, OL, DL, DD, LI, DIR, MENU {
/* inherit from body */
}
SMALL {
font-size: .92em;
}
BIG {... | third_party/blink/web_tests/tables/mozilla/bugs/bug2886-2.css |
BODY {
font-size: 1em;
font-weight: normal;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .58;
}
P, BLOCKQUOTE, UL, OL, DL, DD, LI, DIR, MENU {
/* inherit from body */
}
SMALL {
font-size: .92em;
}
BIG {... | 0.167797 | 0.064036 |
@font-face {
font-family: 'Dosis-Regular';
font-weight: normal;
src: url('../fonts/dosis/Dosis-Regular.woff') format('woff'), url('../fonts/dosis/Dosis-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'Dosis-Light';
font-weight: 300;
src: url('../fonts/dosis/Dosis-Light.woff') format('woff'), u... | public/css/main.css | @font-face {
font-family: 'Dosis-Regular';
font-weight: normal;
src: url('../fonts/dosis/Dosis-Regular.woff') format('woff'), url('../fonts/dosis/Dosis-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'Dosis-Light';
font-weight: 300;
src: url('../fonts/dosis/Dosis-Light.woff') format('woff'), u... | 0.515376 | 0.071949 |
.newPollBtn:hover, .myPollsBtn:hover, .topBanner:hover{
color: white;
/*background-color: #605252;*/
background-color: #292323;
}
.sideBarTop:hover {
/*background-color: #e65c00;*/
background-color: #cc2900;
}
.topBanner {
width: 100%;
height: 85px;
margin-left: 7.5%;
background-color: #423535;
colo... | react-ui/src/App.css | .newPollBtn:hover, .myPollsBtn:hover, .topBanner:hover{
color: white;
/*background-color: #605252;*/
background-color: #292323;
}
.sideBarTop:hover {
/*background-color: #e65c00;*/
background-color: #cc2900;
}
.topBanner {
width: 100%;
height: 85px;
margin-left: 7.5%;
background-color: #423535;
colo... | 0.318273 | 0.058939 |
.blue {
background-color: #1d8cff;
border-bottom-right-radius: 98%;
}
.blue:hover {
background-color: #1dacff
}
.controls {
background-color: #edeaed;
border-color: #343132;
border-radius: 50%;
border-style: solid;
border-width: 15px;
height: 300px;
margin-left: 175px;
margin-top: -510px;
pos... | public/css/simon.css | .blue {
background-color: #1d8cff;
border-bottom-right-radius: 98%;
}
.blue:hover {
background-color: #1dacff
}
.controls {
background-color: #edeaed;
border-color: #343132;
border-radius: 50%;
border-style: solid;
border-width: 15px;
height: 300px;
margin-left: 175px;
margin-top: -510px;
pos... | 0.421909 | 0.110807 |
@media only screen and (min-width: 788px) and (max-width: 979px) {
/* Gerais */
.btn-cadastro {
width: 280px;
height: 60px;
font-size: 24px;
}
/* Intro */
.box-form {
background: #ffffff;
width: 364px;
height: 400px;
border-radius: 20px;
... | assets/css/responsivo.css | @media only screen and (min-width: 788px) and (max-width: 979px) {
/* Gerais */
.btn-cadastro {
width: 280px;
height: 60px;
font-size: 24px;
}
/* Intro */
.box-form {
background: #ffffff;
width: 364px;
height: 400px;
border-radius: 20px;
... | 0.278649 | 0.113776 |
.topbar-inner {
display: flex;
justify-content: space-between;
}
.topbar-inner #langchange {
margin-right: 15px;
}
.info-bar-inner {
display: flex;
justify-content: space-between;
}
.info-bar-inner .right-content .request-quote{
margin-left: 0px;
margin-right: 40px;
}
.info-items li .single... | public/assets/frontend/css/rtl.css | .topbar-inner {
display: flex;
justify-content: space-between;
}
.topbar-inner #langchange {
margin-right: 15px;
}
.info-bar-inner {
display: flex;
justify-content: space-between;
}
.info-bar-inner .right-content .request-quote{
margin-left: 0px;
margin-right: 40px;
}
.info-items li .single... | 0.457379 | 0.065575 |
body {
background-color: #edeef0; }
header {
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 55px;
width: 100%;
background-color: #4a76a8;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: sp... | src/stylesheets/css/header.css | body {
background-color: #edeef0; }
header {
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 55px;
width: 100%;
background-color: #4a76a8;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: sp... | 0.341692 | 0.055107 |
.row-start-start
{
display: -webkit-flex;
-webkit-flex-direction: row;
-webkit-justify-content: flex-start;
-webkit-align-items: flex-start;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
}
.row-start-center
{
display: -webkit-flex;
-webkit-flex-direction... | vendor/assets/stylesheets/flexbox.css |
.row-start-start
{
display: -webkit-flex;
-webkit-flex-direction: row;
-webkit-justify-content: flex-start;
-webkit-align-items: flex-start;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
}
.row-start-center
{
display: -webkit-flex;
-webkit-flex-direction... | 0.304042 | 0.02849 |
.settingContainer {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
width: 100%;
}
.glass-rect {
display: block;
padding: 25px;
border: 1px solid rgb(235, 233, 233);
background: linear-gradient(
111.29deg,
rgba(255, 255, 255,... | client/components/settingPage/setting.css | .settingContainer {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
width: 100%;
}
.glass-rect {
display: block;
padding: 25px;
border: 1px solid rgb(235, 233, 233);
background: linear-gradient(
111.29deg,
rgba(255, 255, 255,... | 0.567457 | 0.121581 |
:root {
scroll-behavior: smooth;
--bg-color: white;
--bg-text: black;
--black: black;
--mp-spacing: 1rem;
--mark-color: #fff4b8;
--font-stack: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, "Helvetica Neue", "Helvetica", Cantarell, Oxygen, Arial, Tahoma, Geneva, Verdana, "Noto Sans", sans-seri... | styleCore.css |
:root {
scroll-behavior: smooth;
--bg-color: white;
--bg-text: black;
--black: black;
--mp-spacing: 1rem;
--mark-color: #fff4b8;
--font-stack: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, "Helvetica Neue", "Helvetica", Cantarell, Oxygen, Arial, Tahoma, Geneva, Verdana, "Noto Sans", sans-seri... | 0.398406 | 0.105671 |
body{
background-color: rgb(122, 103, 16);
color: whitesmoke;
}
.topHeaderBanner {
padding: auto;
color: rgb(122, 103, 16);
background-color: rgb(67, 32, 78);
height: auto;
width: 100%;
}
.topHeaderBanner h1 {
text-align: right;
padding: auto;
display: inline-block;
font-si... | Assets/CSS/portfolio.css | body{
background-color: rgb(122, 103, 16);
color: whitesmoke;
}
.topHeaderBanner {
padding: auto;
color: rgb(122, 103, 16);
background-color: rgb(67, 32, 78);
height: auto;
width: 100%;
}
.topHeaderBanner h1 {
text-align: right;
padding: auto;
display: inline-block;
font-si... | 0.513912 | 0.090977 |
==================== */
body {
margin: 0;
height: 100vh;
font-family: 'Roboto';
padding-top: 70px;
}
a {
text-decoration: none;
}
footer {
position: fixed;
bottom: 0;
left: 0;
}
.container {
margin: 0;
width: 100vw;
}
.navbar.navbar-default {
background-color: #2e2e2e;
display: flex;
align-items: center;
... | public/assets/css/style.css | ==================== */
body {
margin: 0;
height: 100vh;
font-family: 'Roboto';
padding-top: 70px;
}
a {
text-decoration: none;
}
footer {
position: fixed;
bottom: 0;
left: 0;
}
.container {
margin: 0;
width: 100vw;
}
.navbar.navbar-default {
background-color: #2e2e2e;
display: flex;
align-items: center;
... | 0.396886 | 0.08043 |
.usersPage {
width: 100%;
height: 100%;
margin-top: 2rem;
}
.container {
overflow-y: hidden;
height: 80%;
width: 100vw;
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
margin-bottom: 2rem;
}
.userInfo {
background-color: var(--dark-2);
border-radius: 1rem;
... | pages/users/[id]/usersPage.module.css | .usersPage {
width: 100%;
height: 100%;
margin-top: 2rem;
}
.container {
overflow-y: hidden;
height: 80%;
width: 100vw;
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
margin-bottom: 2rem;
}
.userInfo {
background-color: var(--dark-2);
border-radius: 1rem;
... | 0.681727 | 0.092688 |
html,
body {
font-family: "Nunito", sans-serif;
//color: #636b6f;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #223047;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}... | public/css/styles.css | html,
body {
font-family: "Nunito", sans-serif;
//color: #636b6f;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #223047;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}... | 0.353763 | 0.08548 |
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,300;0,600;0,700;1,300&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--clr-blue: hsl(223, 87%, 63%);
--clr-pale-blue: hsl(223, 100%, 88%);
--clr-light-red: hsl(354, 100%, 66%);
--... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,300;0,600;0,700;1,300&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--clr-blue: hsl(223, 87%, 63%);
--clr-pale-blue: hsl(223, 100%, 88%);
--clr-light-red: hsl(354, 100%, 66%);
--... | 0.434941 | 0.096493 |
.theme-dark, .theme-light {
--L0: 0%;
--L1: 100%;
--L2: 96%;
--L3: 90%;
--vim-cursor: #c6c6c6;
--accent-1: #FF00FF;
--accent-2: #00FFFF;
--accent-3: #00FF00;
--accent-4: #FFFF00;
--accent-5: #FF0000;
--accent-6: #0000FF;
--accent-1-muted: #ff79c6;
--accent-2-muted: #8be9fd... | obsidian-neon80sremix.css | .theme-dark, .theme-light {
--L0: 0%;
--L1: 100%;
--L2: 96%;
--L3: 90%;
--vim-cursor: #c6c6c6;
--accent-1: #FF00FF;
--accent-2: #00FFFF;
--accent-3: #00FF00;
--accent-4: #FFFF00;
--accent-5: #FF0000;
--accent-6: #0000FF;
--accent-1-muted: #ff79c6;
--accent-2-muted: #8be9fd... | 0.297266 | 0.059674 |
@charset "UTF-8";
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
font-size: 28px;
}
body {
margin: 0;
font-size: 28px;
color: #333;
background-color: #fff;
}
a {... | public/app/content/style/reset.css | @charset "UTF-8";
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
font-size: 28px;
}
body {
margin: 0;
font-size: 28px;
color: #333;
background-color: #fff;
}
a {... | 0.247532 | 0.051845 |
@-moz-document
{
*{
font-family: "Droid Sans","Microsoft Yahei",sans-serif !important;
}
pre, code, kbd, samp, var {
font-family: "Droid Sans Mono", "Microsoft YaHei", monospace !important;
font-size: 10pt !important;
color: #088A08 !important;
}
}
/*======================================*/
/* Ev... | data/usercss/45159.user.css | @-moz-document
{
*{
font-family: "Droid Sans","Microsoft Yahei",sans-serif !important;
}
pre, code, kbd, samp, var {
font-family: "Droid Sans Mono", "Microsoft YaHei", monospace !important;
font-size: 10pt !important;
color: #088A08 !important;
}
}
/*======================================*/
/* Ev... | 0.127653 | 0.044204 |
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&display=swap");
@media screen and (max-width: -1px) {
.hidden-xs-down {
display: none !important;
}
}
.hidden-xs-up {
display: none !important;
}
@media screen and (max-width: 575px) {
.hidd... | app/src/styles/style.css | @import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&display=swap");
@media screen and (max-width: -1px) {
.hidden-xs-down {
display: none !important;
}
}
.hidden-xs-up {
display: none !important;
}
@media screen and (max-width: 575px) {
.hidd... | 0.415847 | 0.055926 |
html,
body {
font-family: 'Nunito Sans', sans-serif;
font-size: 100%;
overflow-x: hidden;
background: #fff;
}
body a,
.btn-agile,
a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
h1,
h2,
h... | css/style.css | html,
body {
font-family: 'Nunito Sans', sans-serif;
font-size: 100%;
overflow-x: hidden;
background: #fff;
}
body a,
.btn-agile,
a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
h1,
h2,
h... | 0.322313 | 0.058642 |
@charset "UTF-8";
.btn,
.centered,
.content-skills li,
.filter,
.items h3,
.navbar .navbar-nav {
text-align: center
}
.about-pic img,
.modal-content img {
max-height: 100%;
max-width: 100%
}
@keyframes blink {
50% {
visibility: hidden
}
}
@keyframes slide-in--up {
0% {
opacity: 0;
transform:... | remi.works/css/style.css | @charset "UTF-8";
.btn,
.centered,
.content-skills li,
.filter,
.items h3,
.navbar .navbar-nav {
text-align: center
}
.about-pic img,
.modal-content img {
max-height: 100%;
max-width: 100%
}
@keyframes blink {
50% {
visibility: hidden
}
}
@keyframes slide-in--up {
0% {
opacity: 0;
transform:... | 0.57069 | 0.176033 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
margin: 0px;
font-size: 0.75em;
color: #333;
background: #F4FAFF;
}
body,select,input,textarea,button {
font... | static/images/admin/admin.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
margin: 0px;
font-size: 0.75em;
color: #333;
background: #F4FAFF;
}
body,select,input,textarea,button {
font... | 0.289673 | 0.07603 |
.dh-lottery .avatar, .dh-modal-content {
text-align: center
}
.dh-lottery {
margin: 0;
/* */
height: 100%;
background-color: #ffffff;
background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
b... | staticfiles/assets/css/lottery.min.css | .dh-lottery .avatar, .dh-modal-content {
text-align: center
}
.dh-lottery {
margin: 0;
/* */
height: 100%;
background-color: #ffffff;
background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
b... | 0.454714 | 0.109182 |