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 |
|---|---|---|---|---|
.flatpickr-calendar {
background: transparent;
overflow: hidden;
max-height: 0;
opacity: 0;
visibility: hidden;
text-align: center;
padding: 0;
-webkit-animation: none;
animation: none;
direction: ltr;
border: 0;
font-size: 14px;
line-height: 24px;
border-radius: 5px;
position: abs... | page/build/scheduler.default.css | .flatpickr-calendar {
background: transparent;
overflow: hidden;
max-height: 0;
opacity: 0;
visibility: hidden;
text-align: center;
padding: 0;
-webkit-animation: none;
animation: none;
direction: ltr;
border: 0;
font-size: 14px;
line-height: 24px;
border-radius: 5px;
position: abs... | 0.387574 | 0.075142 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
.App-body {
display: flex;
align-items: center;
justify-content: center;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-co... | src/App.css | .App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
.App-body {
display: flex;
align-items: center;
justify-content: center;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-co... | 0.648578 | 0.117572 |
:root {
--primario: #C2185B;
--secundario: #FFC107;
--primarioOscuro : rgb(156, 10, 69);
--fuentePrimaria : 'Arial', Helvetica, sans-serif;
--fuenteSecundaria : 'Poppins', sans-serif;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
backgr... | AGENDAPHP/css/styles.css | :root {
--primario: #C2185B;
--secundario: #FFC107;
--primarioOscuro : rgb(156, 10, 69);
--fuentePrimaria : 'Arial', Helvetica, sans-serif;
--fuenteSecundaria : 'Poppins', sans-serif;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
backgr... | 0.567457 | 0.169819 |
.calendar1 .vacations {
background-color: lightgreen;
border: 1px solid lightgreen;
}
.calendar1 .spring {
background-color: yellowgreen;
border: 1px solid yellowgreen;
}
.calendar1 .holidays {
background-color: rgb(122, 157, 255);
border: 1px solid rgb(122, 157, 255);
}
.calendar1 .birthday {
backgrou... | examples/css/calendar1.css | .calendar1 .vacations {
background-color: lightgreen;
border: 1px solid lightgreen;
}
.calendar1 .spring {
background-color: yellowgreen;
border: 1px solid yellowgreen;
}
.calendar1 .holidays {
background-color: rgb(122, 157, 255);
border: 1px solid rgb(122, 157, 255);
}
.calendar1 .birthday {
backgrou... | 0.508788 | 0.089813 |
body,a,p,h1,h2,h3,h4,h5,h6{
font-family: Open Sans;
}
body{
background: #f1f1f1;
background-image: url(../img/bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
}
a:hover{
text-decoration: none;
}
.col-null{
padding-left: 0;
padding-right: 0;
}
.col-left-cst{
padding-left: 5px;
}
.col-le... | template-dinas/css/style.css | body,a,p,h1,h2,h3,h4,h5,h6{
font-family: Open Sans;
}
body{
background: #f1f1f1;
background-image: url(../img/bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
}
a:hover{
text-decoration: none;
}
.col-null{
padding-left: 0;
padding-right: 0;
}
.col-left-cst{
padding-left: 5px;
}
.col-le... | 0.247078 | 0.055056 |
.livescore {
font-family: 'Open Sans', sans-serif;
background-color: #999;
}
.livescore > header {
padding: 0 15px;
line-height: 100px;
color: #0099bb;
font-size: 40px;
font-weight: 700;
background-color: #555;
}
.outer-container > .container-fluid {
padding: 0;
}
.player-score {
position: relative;
displ... | public/css/style.css | .livescore {
font-family: 'Open Sans', sans-serif;
background-color: #999;
}
.livescore > header {
padding: 0 15px;
line-height: 100px;
color: #0099bb;
font-size: 40px;
font-weight: 700;
background-color: #555;
}
.outer-container > .container-fluid {
padding: 0;
}
.player-score {
position: relative;
displ... | 0.338405 | 0.104409 |
@import "./global.css";
.navbar-personal {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
z-index: 9;
background-color: var(--shape-background);
}
.navbar-container {
display: flex;
justify-content: space-between;
al... | src/views/components/Navbar.css | @import "./global.css";
.navbar-personal {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
z-index: 9;
background-color: var(--shape-background);
}
.navbar-container {
display: flex;
justify-content: space-between;
al... | 0.454956 | 0.065038 |
.section-header h2 {
color: #ea1e63;
}
.section-header h2:after {
background: #ea1e63;
}
.boxed-btn {
background: #ea1e63;
}
.boxed-btn:hover {
color: #ea1e63;
}
/* 02. Header Top */
#header-top {
background: #ea1e63;
}
/* 03. Custom Navigation */
.main-menu ul li.active a,
.mai... | resources/views/Template/website/assets/css/colors/default2.css | .section-header h2 {
color: #ea1e63;
}
.section-header h2:after {
background: #ea1e63;
}
.boxed-btn {
background: #ea1e63;
}
.boxed-btn:hover {
color: #ea1e63;
}
/* 02. Header Top */
#header-top {
background: #ea1e63;
}
/* 03. Custom Navigation */
.main-menu ul li.active a,
.mai... | 0.272315 | 0.150528 |
background-color: #000;
height: auto;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 190;
}
#vlb1lightbox{
position:absolute;
top:20px;
left:0;
width:100%;
z-index:200;
text-align:center;
color:#151410;
line-height:0;
}
#vlb1lightbox td{
vertical-align:top;
}
#v... | EducaT04-web/src/main/webapp/css/lightbox/visuallightbox.css | background-color: #000;
height: auto;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 190;
}
#vlb1lightbox{
position:absolute;
top:20px;
left:0;
width:100%;
z-index:200;
text-align:center;
color:#151410;
line-height:0;
}
#vlb1lightbox td{
vertical-align:top;
}
#v... | 0.271252 | 0.040522 |
body {
font-family: Helvetica;
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, b, p, i, u {
padding: 0;
margin: 0;
}
p {
color: #9f9f9f;
}
table {
font: inherit;
}
a {
color: #0070BA;
text-decoration: none;
}
input {
font-size: 15px;
}
.error {
color: red;
}
.button {
color: white;
background-color: #5... | bkpsiteantigo/vtigercrm/pkg/vtiger/modules/Mobile/modules/Mobile/resources/skins/default.css | body {
font-family: Helvetica;
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, b, p, i, u {
padding: 0;
margin: 0;
}
p {
color: #9f9f9f;
}
table {
font: inherit;
}
a {
color: #0070BA;
text-decoration: none;
}
input {
font-size: 15px;
}
.error {
color: red;
}
.button {
color: white;
background-color: #5... | 0.29798 | 0.088702 |
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap");
:root {
--backgrond: #000;
--text-color: #fff;
--button: #8257e5;
--border: #29292e;
--border-menu-mobile: #a8a8b3;
--text-color-menu-mobile: #e1e1e6;
}
.button-take {
border: 2px solid var(--button)... | style.css | @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap");
:root {
--backgrond: #000;
--text-color: #fff;
--button: #8257e5;
--border: #29292e;
--border-menu-mobile: #a8a8b3;
--text-color-menu-mobile: #e1e1e6;
}
.button-take {
border: 2px solid var(--button)... | 0.270577 | 0.076926 |
body {
text-align: center;
color: #000;
font-family: georgia, serif;
font-size: 120%;
line-height: 1.6;
margin: 0;
padding: 2em 2em 5em;
background: rgb(253, 253, 253);
margin: auto;
max-width: 33em;
color: rgb(10, 10, 10);
}
a {
outline: none !important;
font-weigh... | css/style.css | body {
text-align: center;
color: #000;
font-family: georgia, serif;
font-size: 120%;
line-height: 1.6;
margin: 0;
padding: 2em 2em 5em;
background: rgb(253, 253, 253);
margin: auto;
max-width: 33em;
color: rgb(10, 10, 10);
}
a {
outline: none !important;
font-weigh... | 0.353428 | 0.079926 |
.__visly_scope_BPKn9HiVM5_listbox-item-root {
width: 100%;
border-color: transparent;
border-style: solid;
background-color: transparent;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
border-width: 1px;
padding: 4px 8px;
}
.__v... | src/components/visly/List.Item.css | .__visly_scope_BPKn9HiVM5_listbox-item-root {
width: 100%;
border-color: transparent;
border-style: solid;
background-color: transparent;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
border-width: 1px;
padding: 4px 8px;
}
.__v... | 0.350199 | 0.037538 |
@keyframes todown {
0% {
transform: rotate(0deg);
}
10% {
transform: rotate(15deg);
}
30% {
transform: rotate(25deg);
}
50% {
transform: rotate(45deg);
}
70% {
transform: rotate(60deg);
}
90% {
transform: rotate(75deg);
}
100% {
transform: rotate(90deg);
}
}
@-web... | public/home/css/structure/structure.css | @keyframes todown {
0% {
transform: rotate(0deg);
}
10% {
transform: rotate(15deg);
}
30% {
transform: rotate(25deg);
}
50% {
transform: rotate(45deg);
}
70% {
transform: rotate(60deg);
}
90% {
transform: rotate(75deg);
}
100% {
transform: rotate(90deg);
}
}
@-web... | 0.376394 | 0.28815 |
@import url(https://fonts.googleapis.com/css?family=Nunito);
.content-page{
padding: 32px 0 ;
background: #009cd7 ;
box-shadow: 0 0 3px #000000 ;
}
.content-page p{
color: #fff ;
}
.content-page p:first-child{
font-size: 48px ;
margin: 0 0 8px 0 ;
}
.content-page p:last-child{
font-s... | public/css/app.css | @import url(https://fonts.googleapis.com/css?family=Nunito);
.content-page{
padding: 32px 0 ;
background: #009cd7 ;
box-shadow: 0 0 3px #000000 ;
}
.content-page p{
color: #fff ;
}
.content-page p:first-child{
font-size: 48px ;
margin: 0 0 8px 0 ;
}
.content-page p:last-child{
font-s... | 0.252384 | 0.104752 |
.scrollDiy{
position: absolute;
top:0;
bottom:0;
overflow-y: scroll;
/* 增加该属性,可以增加弹性 */
-webkit-overflow-scrolling: touch;
width:100%;
}
@charset "utf-8";
/*public*/
.t_b {
font-size: .48rem;
font-weight: 600;
}
.banner{
width: 100vw;
height: 50vw;
}
.banner .banner-img{
... | public/home/sass/stylesheets/volunteer/detail.css | .scrollDiy{
position: absolute;
top:0;
bottom:0;
overflow-y: scroll;
/* 增加该属性,可以增加弹性 */
-webkit-overflow-scrolling: touch;
width:100%;
}
@charset "utf-8";
/*public*/
.t_b {
font-size: .48rem;
font-weight: 600;
}
.banner{
width: 100vw;
height: 50vw;
}
.banner .banner-img{
... | 0.488283 | 0.073596 |
@import url('https://fonts.googleapis.com/css?family=Fira+Sans')
/*Variables*/
$background_color: #353b48
$font: "Fira Sans", sans-serif
$white: #f5f6fa
$black: #0C0E10
$gray: #202425
$blue: #446182
//Mixins
=smallscreens
@media (max-width: 770px)
@content
//Extends
%Ycenter
position: absolute
top: ... | templates/assets.css | @import url('https://fonts.googleapis.com/css?family=Fira+Sans')
/*Variables*/
$background_color: #353b48
$font: "Fira Sans", sans-serif
$white: #f5f6fa
$black: #0C0E10
$gray: #202425
$blue: #446182
//Mixins
=smallscreens
@media (max-width: 770px)
@content
//Extends
%Ycenter
position: absolute
top: ... | 0.538741 | 0.115961 |
main{
background-color:#097bb2;
/* height: calc(100vh - 4em); */
font-family: "Comfortaa",cursive,sans-serif;
}
h2{
color:#fff;
font-size:3em;
padding-top:1em;
margin-top:2em;
text-align: center;
}
form{
display:flex;
flex-flow:column nowrap;
margin:auto;
width:40%;
... | wwwroot/css/faleconosco-style.css | main{
background-color:#097bb2;
/* height: calc(100vh - 4em); */
font-family: "Comfortaa",cursive,sans-serif;
}
h2{
color:#fff;
font-size:3em;
padding-top:1em;
margin-top:2em;
text-align: center;
}
form{
display:flex;
flex-flow:column nowrap;
margin:auto;
width:40%;
... | 0.179207 | 0.105211 |
a {
color: #41403e;
cursor: pointer;
}
a:hover {
color: #41403e;
text-decoration: none;
}
body {
background-image: url("../img/background.png");
font-size: large;
}
div.main_body {
background-color: rgba(255, 255, 255, 0.767);
color: #41403e;
width: 60%;
-webkit-box-shadow: -1px 5px 35px -9px rgb... | CS50-s-Web-Programming-with-Python-and-JavaScript/Projects/project0/static/css/checkmate.css | a {
color: #41403e;
cursor: pointer;
}
a:hover {
color: #41403e;
text-decoration: none;
}
body {
background-image: url("../img/background.png");
font-size: large;
}
div.main_body {
background-color: rgba(255, 255, 255, 0.767);
color: #41403e;
width: 60%;
-webkit-box-shadow: -1px 5px 35px -9px rgb... | 0.341912 | 0.101189 |
header {
width: 100%;
height: 33.3%;
}
body {
width: 100%;
height: 100vh;
overflow-x: hidden;
}
.header-container {
position: relative;
width: 100%;
height: 100%;
}
.header-img-container {
width: 100%;
height: 100%;
}
.header-img-container img {
width: 100%;
height: 1... | resources/sass/frontend/main.css | header {
width: 100%;
height: 33.3%;
}
body {
width: 100%;
height: 100vh;
overflow-x: hidden;
}
.header-container {
position: relative;
width: 100%;
height: 100%;
}
.header-img-container {
width: 100%;
height: 100%;
}
.header-img-container img {
width: 100%;
height: 1... | 0.595963 | 0.092115 |
html {
font-size: 13px;
}
body {
font-family: "Open Sans", sans-serif;
margin: 15px;
}
header {
background-color: #FFE42E;
min-height: 500px;
padding: 10px 10px 30px;
margin-bottom: 15px;
}
header .header-content-holder {
margin-top: 80px;
}
header .header-content-holder h1 {
font-f... | ambiawatu/static/css/styles.css | html {
font-size: 13px;
}
body {
font-family: "Open Sans", sans-serif;
margin: 15px;
}
header {
background-color: #FFE42E;
min-height: 500px;
padding: 10px 10px 30px;
margin-bottom: 15px;
}
header .header-content-holder {
margin-top: 80px;
}
header .header-content-holder h1 {
font-f... | 0.481454 | 0.078572 |
.snp-theme6 {
background: #f2f2f2;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
font: 10px/1.3 Verdana, Arial, Helvetica, sans-serif;
color: #a0a4a9;
position: relative;
padding: 20px 25px 10px 25px;
text-align: center;
max-width: 500px;
}
.snp-theme6:before { /* left border */
position: absolute;
... | wp-content/plugins/arscode-ninja-popups/themes/theme6/css/theme6.css | .snp-theme6 {
background: #f2f2f2;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
font: 10px/1.3 Verdana, Arial, Helvetica, sans-serif;
color: #a0a4a9;
position: relative;
padding: 20px 25px 10px 25px;
text-align: center;
max-width: 500px;
}
.snp-theme6:before { /* left border */
position: absolute;
... | 0.321247 | 0.089654 |
@media (min-width: 768px) and (max-width: 990px) {
.payment-list form > ul > li { width: 50%; }
.extra-form input { width: 100%; }
.payment-list { float: left; width: 100%; position: relative; overflow: auto; padding-top: 16px; }
.extra-form {
top: -10px;
left: 0;
padding: 0 0px 0px 0px;
width: 230... | assets/admin/css/responsive.css | @media (min-width: 768px) and (max-width: 990px) {
.payment-list form > ul > li { width: 50%; }
.extra-form input { width: 100%; }
.payment-list { float: left; width: 100%; position: relative; overflow: auto; padding-top: 16px; }
.extra-form {
top: -10px;
left: 0;
padding: 0 0px 0px 0px;
width: 230... | 0.350533 | 0.127734 |
html {
height: 100%; }
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,
tabl... | static/css/main.css | html {
height: 100%; }
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,
tabl... | 0.397237 | 0.072505 |
html,
body {
margin: 0;
font-size: 100%;
background: #fff;
font-family: 'Raleway', sans-serif;
scroll-behavior: smooth;
}
body a {
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0... | css/style.css | html,
body {
margin: 0;
font-size: 100%;
background: #fff;
font-family: 'Raleway', sans-serif;
scroll-behavior: smooth;
}
body a {
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0... | 0.425009 | 0.082883 |
@font-face{
font-family:"PressStart";
src: url('../fonts/PressStart2P.ttf') format('truetype');
}
*{ouline:none;}
html{-webkit-tap-highlight-color:transparent;}
html, body{
background:#000;
height:100%;
width:100%;
margin:0px!important;
padding:0px!important;
font-size: 10px;
line-height: 1.8em;
fo... | public/css/style.css | @font-face{
font-family:"PressStart";
src: url('../fonts/PressStart2P.ttf') format('truetype');
}
*{ouline:none;}
html{-webkit-tap-highlight-color:transparent;}
html, body{
background:#000;
height:100%;
width:100%;
margin:0px!important;
padding:0px!important;
font-size: 10px;
line-height: 1.8em;
fo... | 0.205535 | 0.04879 |
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
margin: 0;
padding: 0;
}
/**! 2. Helper Classes **/
.fix {
overflow: hidden
}
.allow-overflow {
overflow: visible;
}
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/**! ... | themes/fnail01d-luxury/assets/css/reset.css |
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
margin: 0;
padding: 0;
}
/**! 2. Helper Classes **/
.fix {
overflow: hidden
}
.allow-overflow {
overflow: visible;
}
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/**! ... | 0.512449 | 0.088505 |
* {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
-webkit-touch-callout: none; /* preven... | sample/index.css | * {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
-webkit-touch-callout: none; /* preven... | 0.351311 | 0.071074 |
.slider {
position: relative;
width: 100%;
height: 260px;
overflow: hidden;
padding: 35px 0;
}
.slides {
height: 100%;
/* Simple clear fix */
overflow: hidden;
padding: 0;
margin: 0;
/**
* Prevent blinking issue
* Not tested. Experimental.
*/
-webkit-backface-visibility: hidden;
-we... | web/front/css/glide.css | .slider {
position: relative;
width: 100%;
height: 260px;
overflow: hidden;
padding: 35px 0;
}
.slides {
height: 100%;
/* Simple clear fix */
overflow: hidden;
padding: 0;
margin: 0;
/**
* Prevent blinking issue
* Not tested. Experimental.
*/
-webkit-backface-visibility: hidden;
-we... | 0.347759 | 0.078501 |
@media (max-width: 575.98px) {
/* responsive nav */
.mobile_menu_sm{
display: block;
}
.large_menu_nav{
display: none!important;
}
.header_menu_3 ul li a {
font-weight: 700;
font-size: 11px;
padding-left: 4px;
padding-right: 4px;
padding-... | public/frontend/assets/css/responsive.css | @media (max-width: 575.98px) {
/* responsive nav */
.mobile_menu_sm{
display: block;
}
.large_menu_nav{
display: none!important;
}
.header_menu_3 ul li a {
font-weight: 700;
font-size: 11px;
padding-left: 4px;
padding-right: 4px;
padding-... | 0.300232 | 0.080357 |
html, body {
background-color: #0A7E8C;
height: 2000px;
padding:0px;
margin: 0px;
color: white;
transition: opacity .3s;
font-family: 'Times New Roman', Times, serif;
height: 4000px;
}
.container {
position: absolute;
top: 0px;
left: 50%;
width: 1500px;
height: 100%;... | public/cssuser/dashboarduser.css | html, body {
background-color: #0A7E8C;
height: 2000px;
padding:0px;
margin: 0px;
color: white;
transition: opacity .3s;
font-family: 'Times New Roman', Times, serif;
height: 4000px;
}
.container {
position: absolute;
top: 0px;
left: 50%;
width: 1500px;
height: 100%;... | 0.533641 | 0.088505 |
@media (min-width: 1200px) {
}
@media (min-width: 980px) {
.custom-bar-chart {
margin-bottom: 40px;
}
#header-menu .menu-feed-horiz {
display: block !important;
}
#feed-home-sidebar {
height:100%;
}
}
@media (min-width: 768px) {
}
@media (min-width: 480... | web/css/back/inside-responsive.css | @media (min-width: 1200px) {
}
@media (min-width: 980px) {
.custom-bar-chart {
margin-bottom: 40px;
}
#header-menu .menu-feed-horiz {
display: block !important;
}
#feed-home-sidebar {
height:100%;
}
}
@media (min-width: 768px) {
}
@media (min-width: 480... | 0.204342 | 0.070688 |
*{
padding: 0px;
margin: 0px;
}
a{
color: #333333;
text-decoration: none;
}
.home-tool-bar{
width: 72px;
position: fixed;
top: 130px;
right: 0px;
display: block;
}
.item{
display: block;
width: 70px;
height: 78px;
background-color: #fff;
border: ... | product/css/fuchuang.css | *{
padding: 0px;
margin: 0px;
}
a{
color: #333333;
text-decoration: none;
}
.home-tool-bar{
width: 72px;
position: fixed;
top: 130px;
right: 0px;
display: block;
}
.item{
display: block;
width: 70px;
height: 78px;
background-color: #fff;
border: ... | 0.226869 | 0.068756 |
/*********************/
/* Gatrell Group layer tree */
/* jquery ui required, sortable removed */
/*********************/
.layer-directory {
height: 35px;
}
.loading.loading-lg:after {
height: 3rem;
margin-left: -1.5rem;
margin-top: -1.5rem;
width: 3rem;
}
#mapboxgl-legend {
padding: 0;
}
#coz-sidebar--l... | source/assets/css/src/coz-map-styles.css | /*********************/
/* Gatrell Group layer tree */
/* jquery ui required, sortable removed */
/*********************/
.layer-directory {
height: 35px;
}
.loading.loading-lg:after {
height: 3rem;
margin-left: -1.5rem;
margin-top: -1.5rem;
width: 3rem;
}
#mapboxgl-legend {
padding: 0;
}
#coz-sidebar--l... | 0.277473 | 0.064271 |
.modal-motorgains{
width: 373px;
height: 430px;
background: white;
border: 1px solid rgb(204, 204, 204);
box-shadow: 0 0 1em rgba(77, 73, 73, 0.87);
border-radius: 8px;
margin: 0px 0px;
display: grid;
}
.modal-header-gainsconfig {
font: 200 18px Roboto, sans-serif;
color: #222;... | frontend/src/general/modal/motorGainsConfig.css | .modal-motorgains{
width: 373px;
height: 430px;
background: white;
border: 1px solid rgb(204, 204, 204);
box-shadow: 0 0 1em rgba(77, 73, 73, 0.87);
border-radius: 8px;
margin: 0px 0px;
display: grid;
}
.modal-header-gainsconfig {
font: 200 18px Roboto, sans-serif;
color: #222;... | 0.357455 | 0.10833 |
body{
background:orange;
color:rgb(45,45,45);
padding:10px;
font-family:arial;
}
header{
font-size:1.5em;
font-weight:bold;
}
[id=all-contents]{
max-width:800px... | studies.css | body{
background:orange;
color:rgb(45,45,45);
padding:10px;
font-family:arial;
}
header{
font-size:1.5em;
font-weight:bold;
}
[id=all-contents]{
max-width:800px... | 0.459561 | 0.056314 |
@charset "utf-8";
/* CSS Document */
* {
box-sizing: border-box;
}
body{
font-family: 'Poppins', sans-serif!important;
margin:0px;
padding:0px;
background: rgb(0,135,255);
background: linear-gradient(329deg, rgba(0,135,255,1) 35%, rgba(0,212,255,1) 100%);
background-repeat: no-repeat;
background-attachme... | src/main.css | @charset "utf-8";
/* CSS Document */
* {
box-sizing: border-box;
}
body{
font-family: 'Poppins', sans-serif!important;
margin:0px;
padding:0px;
background: rgb(0,135,255);
background: linear-gradient(329deg, rgba(0,135,255,1) 35%, rgba(0,212,255,1) 100%);
background-repeat: no-repeat;
background-attachme... | 0.304765 | 0.066357 |
*{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
color: inherit;
}
body{
margin: 0;
overflow-x: hidden;
}
#first{
height: 100vh;
background-image: url(images/bg.svg);
background-size: cover;
}
.heading-text{
margin: 10% 0 0 10%;
}
.login{
padding: 0 10px 0 10px;
}
.head... | styles.css | *{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
color: inherit;
}
body{
margin: 0;
overflow-x: hidden;
}
#first{
height: 100vh;
background-image: url(images/bg.svg);
background-size: cover;
}
.heading-text{
margin: 10% 0 0 10%;
}
.login{
padding: 0 10px 0 10px;
}
.head... | 0.444083 | 0.084003 |
body, html {
overflow-x: hidden;
}
body > * {
opacity: 0;
pointer-events: none;
}
body > .loading {
opacity: 1;
transform: translate(-50%, -50%);
position: fixed;
top: 50%;
left: 50%;
pointer-events: none;
}
body > .loading > p {
position: absolute;
top: 40px;
transform: ... | public/stylesheets/before-load.css | body, html {
overflow-x: hidden;
}
body > * {
opacity: 0;
pointer-events: none;
}
body > .loading {
opacity: 1;
transform: translate(-50%, -50%);
position: fixed;
top: 50%;
left: 50%;
pointer-events: none;
}
body > .loading > p {
position: absolute;
top: 40px;
transform: ... | 0.715722 | 0.114418 |
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
/*Made by Omega*/
:root {
--mcolor: #202020 !important;
/*Main Color*/
--scolor: #5a5a5a !important;
/*Secondary*/
--acolor: #5ab9b9 !important;
/*Link colors*/
--tcolor: #9e9e9e !important;
/*Text colors*/
--pbgcolor: #303030 !i... | themes/insomnia.css | @import url('https://fonts.googleapis.com/css?family=Ubuntu');
/*Made by Omega*/
:root {
--mcolor: #202020 !important;
/*Main Color*/
--scolor: #5a5a5a !important;
/*Secondary*/
--acolor: #5ab9b9 !important;
/*Link colors*/
--tcolor: #9e9e9e !important;
/*Text colors*/
--pbgcolor: #303030 !i... | 0.3027 | 0.098166 |
*,*::after,*::before{
margin :0;
padding: 0;
box-sizing: 0;
}
body{
background: #121212;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
color: #e2e2e2;
}
.clock{
width:250px;
height: 250px;
background: #121212;
border-radius: 50%;
border: 10px solid #121212... | Analog clock-2/style.css | *,*::after,*::before{
margin :0;
padding: 0;
box-sizing: 0;
}
body{
background: #121212;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
color: #e2e2e2;
}
.clock{
width:250px;
height: 250px;
background: #121212;
border-radius: 50%;
border: 10px solid #121212... | 0.584034 | 0.094845 |
body {
font-size: .875rem;
}
.inline-pre {
font-size: 87.5%;
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
.feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
/*
* Sidebar
*/
.sidebar {
padding: 0;
box-shadow: inset -1px 0 0 rgba(... | mldash/web/_static/css/dashboard.css | body {
font-size: .875rem;
}
.inline-pre {
font-size: 87.5%;
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
.feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
/*
* Sidebar
*/
.sidebar {
padding: 0;
box-shadow: inset -1px 0 0 rgba(... | 0.468547 | 0.074299 |
body,html{
width: 100%;
height: 100%;
background: url(../images/bgimg.png) no-repeat top center;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
}
.index_header{
padding: 15px 46px 15px 27px;
height: 44px;
background-color: #215e21;
}
.index_header .logo{
float: left;
overflow: hidden;
paddin... | guns-admin/src/main/webapp/static/me/css/index.css | body,html{
width: 100%;
height: 100%;
background: url(../images/bgimg.png) no-repeat top center;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
}
.index_header{
padding: 15px 46px 15px 27px;
height: 44px;
background-color: #215e21;
}
.index_header .logo{
float: left;
overflow: hidden;
paddin... | 0.345216 | 0.088702 |
@CHARSET "UTF-8";
/*升级1.09后菜单 没了*/
.layui-tab-title{white-space: inherit!important;}
/*nav a升级后的问题*/
.layui-tab-title li a{display:inline-block;}
/*火狐获取高度问题*/
html,body{height:100%;width: 100%;}
/*图标会有不对齐的,微调*/
.layui-icon-specil{margin-right:5px;}
.layui-icon-my-small{font-size:16px!important;}
.layui-btn .l... | springrain/src/main/webapp/css/custom/common/personal.css | @CHARSET "UTF-8";
/*升级1.09后菜单 没了*/
.layui-tab-title{white-space: inherit!important;}
/*nav a升级后的问题*/
.layui-tab-title li a{display:inline-block;}
/*火狐获取高度问题*/
html,body{height:100%;width: 100%;}
/*图标会有不对齐的,微调*/
.layui-icon-specil{margin-right:5px;}
.layui-icon-my-small{font-size:16px!important;}
.layui-btn .l... | 0.118615 | 0.032837 |
@-moz-viewport{ width: device-width; scale: 1;}
@-ms-viewport{ width: device-width; scale: 1;}
@-o-viewport{ width: device-width; scale: 1;}
@-webkit-viewport{ width: device-width; scale: 1;}
@viewport { width: device-width; scale: 1;}
html {
box-sizing:border-box;
-moz-text-size-adjust: 100%;
-ms-text-size-adju... | css/main.css | @-moz-viewport{ width: device-width; scale: 1;}
@-ms-viewport{ width: device-width; scale: 1;}
@-o-viewport{ width: device-width; scale: 1;}
@-webkit-viewport{ width: device-width; scale: 1;}
@viewport { width: device-width; scale: 1;}
html {
box-sizing:border-box;
-moz-text-size-adjust: 100%;
-ms-text-size-adju... | 0.454956 | 0.135947 |
.clear,
.clearfix {
clear: both;
}
.techmoon-align-vertical {
display: table;
valign: middle;
vertical-align: central;
vertical-align: middle;
text-align: center;
/* align center */
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-fle... | media/_backend/css/options.css | .clear,
.clearfix {
clear: both;
}
.techmoon-align-vertical {
display: table;
valign: middle;
vertical-align: central;
vertical-align: middle;
text-align: center;
/* align center */
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-fle... | 0.240507 | 0.067979 |
body {
font-family: "Montserrat";
text-align: center;
}
#title {
background-color: #ff4c68;
color: #fff;
overflow: hidden;
text-align: left;
}
.title-desc {
font-weight: 900;
font-size: 3.4rem;
line-height: 1.5;
}
.container-fluid {
padding: 3% 15%;
}
/* Title Image */
.title-img {
width: 65%... | public/css/styles.css | body {
font-family: "Montserrat";
text-align: center;
}
#title {
background-color: #ff4c68;
color: #fff;
overflow: hidden;
text-align: left;
}
.title-desc {
font-weight: 900;
font-size: 3.4rem;
line-height: 1.5;
}
.container-fluid {
padding: 3% 15%;
}
/* Title Image */
.title-img {
width: 65%... | 0.412412 | 0.110279 |
display:none;
}
#admin_loader{
display:flex;
align-items: center;
justify-content: center;
}
.admin_home {
height: 680px;
width: 100%;
background-image: url("/img/admin_bg.png");
background-repeat: no-repeat;
background-size: cover;
font-family: "Roboto", sans-serif;
color: #686... | public/mycss/adminPages/adminHome.css | display:none;
}
#admin_loader{
display:flex;
align-items: center;
justify-content: center;
}
.admin_home {
height: 680px;
width: 100%;
background-image: url("/img/admin_bg.png");
background-repeat: no-repeat;
background-size: cover;
font-family: "Roboto", sans-serif;
color: #686... | 0.36557 | 0.085366 |
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
* {
padding: 0;
margin: 0;
}
:focus {
-moz-outline: none;
outline: none;
}
a:active,
a:hover {
outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: b... | bin/module/templates/app.css | html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
* {
padding: 0;
margin: 0;
}
:focus {
-moz-outline: none;
outline: none;
}
a:active,
a:hover {
outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: b... | 0.278551 | 0.047448 |
width:640px;
height:480px;
background: url(images/splashscreen.png);
border: 1px solid black;
}
.gamelayer {
width:640px;
height:480px;
position:absolute;
display:none;
}
/* Game Starting Menu Screen */
#gamestartscreen {
padding-top:320px;
text-align:left;
padding-left:50px;
width:590px;
height:160px;
... | Apress Pro HTML5 Games/9781430247104_ch07-code/9781430212345_ch07-code/styles.css | width:640px;
height:480px;
background: url(images/splashscreen.png);
border: 1px solid black;
}
.gamelayer {
width:640px;
height:480px;
position:absolute;
display:none;
}
/* Game Starting Menu Screen */
#gamestartscreen {
padding-top:320px;
text-align:left;
padding-left:50px;
width:590px;
height:160px;
... | 0.238905 | 0.07267 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');
body {
font-family: 'Open Sans', helvetica, arial;
font-size: 14px;
margin: 0;
}
/* STYLE COLORS */
/*Login Window Colors*/
#login {
background-color: #fff;
}
#login #username {
background-color: #EBEBEB;
}
#login... | app/public/webrtc_chat/css/style_webrtc.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');
body {
font-family: 'Open Sans', helvetica, arial;
font-size: 14px;
margin: 0;
}
/* STYLE COLORS */
/*Login Window Colors*/
#login {
background-color: #fff;
}
#login #username {
background-color: #EBEBEB;
}
#login... | 0.155912 | 0.066418 |
* {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
height: 100%;
}
.l... | style.css | * {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
height: 100%;
}
.l... | 0.257859 | 0.058912 |
.switch {
position: relative;
background: white;
border: 1px solid #8195a0;
max-width: 25em; /* 400/16 */
border-radius: 0.31em; /* 5/16 */
overflow: hidden;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: inset 0 0.06em 0.19em rgba(180, 180, 180, ... | themes/third_party/switch/css/switch.css | .switch {
position: relative;
background: white;
border: 1px solid #8195a0;
max-width: 25em; /* 400/16 */
border-radius: 0.31em; /* 5/16 */
overflow: hidden;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: inset 0 0.06em 0.19em rgba(180, 180, 180, ... | 0.362969 | 0.122812 |
* {
box-sizing: border-box;
}
nav {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
width: 100%;
margin-top: 20px;
font-family: Arial, sans-serif;
font-size: smaller;
}
.header-link {
width: 5em;
color: black;
}
.dropdown {
width: 50... | style.css | * {
box-sizing: border-box;
}
nav {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
width: 100%;
margin-top: 20px;
font-family: Arial, sans-serif;
font-size: smaller;
}
.header-link {
width: 5em;
color: black;
}
.dropdown {
width: 50... | 0.604866 | 0.135604 |
body {
background-image: url("../img/mamma_mia.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
line-height: 1.4;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes reveal {
0% {opacity: 0;}
100% {opacity: 1;}
}
/* Standard syntax */
@keyframes reveal {
0% {... | assets/old_site/src/css/styles.css | body {
background-image: url("../img/mamma_mia.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
line-height: 1.4;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes reveal {
0% {opacity: 0;}
100% {opacity: 1;}
}
/* Standard syntax */
@keyframes reveal {
0% {... | 0.358802 | 0.072834 |
.textleft { text-align: left !important; }
.textright { text-align: right !important; }
.textcenter { text-align: center !important; }
.alignleft { float: left; margin:0px 10px 10px 0px; }
.alignright { float: right; margin:0px 0px 10px 10px; }
.aligncenter { display: block; margin:0px auto 10px auto !important; }
.lis... | app/wheretowatch/css/main_es.css | .textleft { text-align: left !important; }
.textright { text-align: right !important; }
.textcenter { text-align: center !important; }
.alignleft { float: left; margin:0px 10px 10px 0px; }
.alignright { float: right; margin:0px 0px 10px 10px; }
.aligncenter { display: block; margin:0px auto 10px auto !important; }
.lis... | 0.329715 | 0.152884 |
html {
height: 100%;
}
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.6em;
margin: 0;
padding: 0;
background: #E0EBF5;
height: 100%;
color: #222;
}
#wrap {
min-height: 100%;
margin: 0 0 0 auto;
width: 550px;
background: #FFF url(gopher.png) no-repeat 1.2em bottom;
posi... | static/tour.css | html {
height: 100%;
}
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.6em;
margin: 0;
padding: 0;
background: #E0EBF5;
height: 100%;
color: #222;
}
#wrap {
min-height: 100%;
margin: 0 0 0 auto;
width: 550px;
background: #FFF url(gopher.png) no-repeat 1.2em bottom;
posi... | 0.28577 | 0.060752 |
body {
font-family: Arial, Helvetica, sans-serif !important;
}
/* Padding 0 */
.p-0 {
padding: 0 !important;
}
/* Typography */
.font_kecil {
font-family: monospace !important;
font-size: 15px !important;
font-weight: normal !important;
padding: 0 !important;
}
/* Judul */
.title {
font-w... | public/css/laporan.css | body {
font-family: Arial, Helvetica, sans-serif !important;
}
/* Padding 0 */
.p-0 {
padding: 0 !important;
}
/* Typography */
.font_kecil {
font-family: monospace !important;
font-size: 15px !important;
font-weight: normal !important;
padding: 0 !important;
}
/* Judul */
.title {
font-w... | 0.31785 | 0.076615 |
SLIDERS (THUMB)
*/
input[type=range] {
-webkit-appearance: none;
width: 90%;
margin: -1px 0;
margin-top: 10px;
margin-bottom: 10px;
outline: none;
margin-left: 5px;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 18px;
cursor: ... | public/css/switches.css | SLIDERS (THUMB)
*/
input[type=range] {
-webkit-appearance: none;
width: 90%;
margin: -1px 0;
margin-top: 10px;
margin-bottom: 10px;
outline: none;
margin-left: 5px;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 18px;
cursor: ... | 0.23467 | 0.085671 |
body {
background-color: whitesmoke;
font-family: monospace;
margin: 0;
max-width: 100vw;
overflow-x: hidden;
overflow-y: scroll;
}
/* Style the top navigation bar */
.topnav {
background-color:whitesmoke;
font-size: 24px;
width: 100vw;
text-align: center;
overflow: hidden;
paddin... | static/css/main.css | body {
background-color: whitesmoke;
font-family: monospace;
margin: 0;
max-width: 100vw;
overflow-x: hidden;
overflow-y: scroll;
}
/* Style the top navigation bar */
.topnav {
background-color:whitesmoke;
font-size: 24px;
width: 100vw;
text-align: center;
overflow: hidden;
paddin... | 0.621771 | 0.08772 |
.content{
width: 89.06%;
margin:0 auto;
}
.content .text{
font-size: 0.28rem;
margin-top:0.3rem;
padding-bottom: 0.8rem;
border-bottom:1px solid #f0f0f0;
}
.content .blogname{
margin-top: 0.6rem;
font-size: 0.28rem;
}
.content .blogtiem{
margin-top: 0.3rem;
font-size: 0.24rem;
... | node_server/app/public/css/phone/blog_detail.css | .content{
width: 89.06%;
margin:0 auto;
}
.content .text{
font-size: 0.28rem;
margin-top:0.3rem;
padding-bottom: 0.8rem;
border-bottom:1px solid #f0f0f0;
}
.content .blogname{
margin-top: 0.6rem;
font-size: 0.28rem;
}
.content .blogtiem{
margin-top: 0.3rem;
font-size: 0.24rem;
... | 0.434461 | 0.063948 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | css/theStyle.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | 0.434461 | 0.107391 |
@import '../../../theme/sass/conf/conf';
.channels-block {
width: 100%;
position: relative;
}
.chart-bg {
position: absolute;
width: 180px;
height: 180px;
left: 60px;
top: 60px;
background-color: transparent;
border-radius: 100px;
}
.ng2, .blur {
.traffic-chart .canvas-holder {
border: 15px ... | src/client/app/dashboard/home/home.css | @import '../../../theme/sass/conf/conf';
.channels-block {
width: 100%;
position: relative;
}
.chart-bg {
position: absolute;
width: 180px;
height: 180px;
left: 60px;
top: 60px;
background-color: transparent;
border-radius: 100px;
}
.ng2, .blur {
.traffic-chart .canvas-holder {
border: 15px ... | 0.538012 | 0.084871 |
html, body{
margin: 0;
padding: 0;
}
body{
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
align-content: center;
font-family: 'Open Sans', sans-serif;
}
.calculator-wrapper{
width: 550px;
height: 800px;
... | style.css | html, body{
margin: 0;
padding: 0;
}
body{
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
align-content: center;
font-family: 'Open Sans', sans-serif;
}
.calculator-wrapper{
width: 550px;
height: 800px;
... | 0.489015 | 0.110423 |
.panelTopBar {
height: 60px;
background: #FFFFFF;
border-bottom: 1px solid #dadce0;
}
.panelAvatar {
margin-top: 8px;
margin-right: 8px;
float: left;
cursor: pointer;
}
.panelMeta {
float: left;
cursor: pointer;
}
.panelMeta .panelTitle {
margin-top: 14px;
font-weight: bold;
color: #000000;
font-size: 1... | dist/assets/css/elements/panelTopBar.css | .panelTopBar {
height: 60px;
background: #FFFFFF;
border-bottom: 1px solid #dadce0;
}
.panelAvatar {
margin-top: 8px;
margin-right: 8px;
float: left;
cursor: pointer;
}
.panelMeta {
float: left;
cursor: pointer;
}
.panelMeta .panelTitle {
margin-top: 14px;
font-weight: bold;
color: #000000;
font-size: 1... | 0.248079 | 0.082957 |
.clustering-colored-circle {
display: inline-block;
height: 14px;
width: 14px;
border: 3px solid;
border-radius: 50%;
margin-right: 6px;
margin-bottom: -1px;
cursor: pointer;
}
.cluster-icon {
display: block;
height: 20px;
width: 20px;
background-color: transparent;
... | frontend/src/app/UI/cluster/cluster.component.css | .clustering-colored-circle {
display: inline-block;
height: 14px;
width: 14px;
border: 3px solid;
border-radius: 50%;
margin-right: 6px;
margin-bottom: -1px;
cursor: pointer;
}
.cluster-icon {
display: block;
height: 20px;
width: 20px;
background-color: transparent;
... | 0.602646 | 0.123762 |
body {
font-family: 'Roboto', sans-serif;
background-color: #e9ebee!important;
color: #90949c;
font-size: 14px;
}
.page-pedidos .item-categoria {
margin-bottom: 30px;
}
.page-pedidos .item-categoria:hover {
cursor: pointer;
}
.page-pedidos .item-categoria img {
transition: all 200ms;
}
.page-pedid... | public/css/estilos.css | body {
font-family: 'Roboto', sans-serif;
background-color: #e9ebee!important;
color: #90949c;
font-size: 14px;
}
.page-pedidos .item-categoria {
margin-bottom: 30px;
}
.page-pedidos .item-categoria:hover {
cursor: pointer;
}
.page-pedidos .item-categoria img {
transition: all 200ms;
}
.page-pedid... | 0.435301 | 0.066327 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("incisozluk.info"), domain("incisozluk.org") {
body.bgleft > small, body.bgleft > center {
display: none !important;
}
body.bgtop img {
max-width: 160px;
max-height: 48px;
}
input[type=button], input[type=submit] {
background-image:... | data/usercss/38630.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("incisozluk.info"), domain("incisozluk.org") {
body.bgleft > small, body.bgleft > center {
display: none !important;
}
body.bgtop img {
max-width: 160px;
max-height: 48px;
}
input[type=button], input[type=submit] {
background-image:... | 0.35488 | 0.122707 |
@media (min-width: 1200px) and (max-width: 1500px) {
.waraper {
padding: 0 50px;
}
.single-slider {
height: 500px;
}
.waraper .header-sticky.sticky {
padding: 0px 50px;
}
.ptb-255 {
padding: 165px 0;
}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.blog-right-sidebar-bott... | public/css/responsive.css | @media (min-width: 1200px) and (max-width: 1500px) {
.waraper {
padding: 0 50px;
}
.single-slider {
height: 500px;
}
.waraper .header-sticky.sticky {
padding: 0px 50px;
}
.ptb-255 {
padding: 165px 0;
}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.blog-right-sidebar-bott... | 0.284278 | 0.077938 |
*{margin:0;padding: 0;border: none;font-size:1.5625vw;font-family: "Microsoft Yahei";}
html,body {height: 100%;overflow: hidden;}
/* music */
.music{position: fixed;top: 3vh;right: 4vw;z-index: 5;width:15vw;height: 15vw;border: 4px solid #ef1639;border-radius: 50%;background: #fff;}
.music>img:first-of-type{position: ... | css/style.css | *{margin:0;padding: 0;border: none;font-size:1.5625vw;font-family: "Microsoft Yahei";}
html,body {height: 100%;overflow: hidden;}
/* music */
.music{position: fixed;top: 3vh;right: 4vw;z-index: 5;width:15vw;height: 15vw;border: 4px solid #ef1639;border-radius: 50%;background: #fff;}
.music>img:first-of-type{position: ... | 0.384334 | 0.085023 |
body {
font-size: 12px;
font-family: Verdana, "Verdana CE", Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
}
/* for all of primefaces componenets */
.ui-widget,
.ui-widget .ui-widget {
font-size: 12px;
}
.ui-widget table {
font-size: 12px;
}
/* text wra... | src/main/webapp/resources/css/layout.css | body {
font-size: 12px;
font-family: Verdana, "Verdana CE", Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
}
/* for all of primefaces componenets */
.ui-widget,
.ui-widget .ui-widget {
font-size: 12px;
}
.ui-widget table {
font-size: 12px;
}
/* text wra... | 0.29747 | 0.073032 |
html, body { height: 100%; }
body {
padding-top: 40px;
padding-bottom: 40px;
background-image: url("https://www.nikken.com/themes_wordpress_/assets/images/general/opportunity/Image_1_.jpg");
background-attachment: fixed;
background-size: cover;
}
.body-country {
padding-top: 130px;
p... | public/regchileasset/css/register.css | html, body { height: 100%; }
body {
padding-top: 40px;
padding-bottom: 40px;
background-image: url("https://www.nikken.com/themes_wordpress_/assets/images/general/opportunity/Image_1_.jpg");
background-attachment: fixed;
background-size: cover;
}
.body-country {
padding-top: 130px;
p... | 0.423816 | 0.134151 |
* Font Colors
*/
/**
* Background Colors
*/
.targets-selector {
background-color: #ffffff;
border: 0;
overflow: auto;
}
.targets-selector .sel-cell {
height: 60px;
line-height: 60px;
overflow: hidden;
}
.targets-selector .col2-cell {
float: left;
width: 50%;
}
.targets-selector .sel-label {
displa... | src/themes/blue/srv/relationChain/create.css | * Font Colors
*/
/**
* Background Colors
*/
.targets-selector {
background-color: #ffffff;
border: 0;
overflow: auto;
}
.targets-selector .sel-cell {
height: 60px;
line-height: 60px;
overflow: hidden;
}
.targets-selector .col2-cell {
float: left;
width: 50%;
}
.targets-selector .sel-label {
displa... | 0.583441 | 0.060252 |
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body,
html {
height: 100%;
font-size: 1.5rem;
font-family: "Oswald", sans-serif;
font-w... | assets/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body,
html {
height: 100%;
font-size: 1.5rem;
font-family: "Oswald", sans-serif;
font-w... | 0.311008 | 0.088505 |
a{
text-decoration: none;
}
/*============= Nav =============*/
.navbar{
position: fixed;
color:white;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: none;
padding: 10px 0;
}
.a{
color: #fff;
transition: 0.4s ease-in;
}
.logo{
width: 59px;
height: auto;
}
.nav-i... | public/css/style.css | a{
text-decoration: none;
}
/*============= Nav =============*/
.navbar{
position: fixed;
color:white;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: none;
padding: 10px 0;
}
.a{
color: #fff;
transition: 0.4s ease-in;
}
.logo{
width: 59px;
height: auto;
}
.nav-i... | 0.296858 | 0.068382 |
.boxed #wrapper {
padding: 0px;
width: 100%;
}
.inner {
max-width: 94%;
padding: 0 20px;
}
/* === MENU */
#header .menu > ul {
width: 94.6%;
}
#header .menu ul li {
padding: 0px 9px;
}
#header .menu ul li {
padding: 0px 10px !important;
}
@media screen and (max-width: 750px) {
.styl... | public/pink/css/max-width-768.css | .boxed #wrapper {
padding: 0px;
width: 100%;
}
.inner {
max-width: 94%;
padding: 0 20px;
}
/* === MENU */
#header .menu > ul {
width: 94.6%;
}
#header .menu ul li {
padding: 0px 9px;
}
#header .menu ul li {
padding: 0px 10px !important;
}
@media screen and (max-width: 750px) {
.styl... | 0.314577 | 0.105995 |
.formCon {
background: #ffffff;
align-items: center;
border: 1px solid #dbdbdb;
border-radius: 1px;
margin: 0 0 10px;
padding: 10px 0;
min-width: 99%;
display: flex;
flex-direction: column;
max-height: 60%;
}
.flex {
display: flex;
}
nav {
justify-content: space-around;
min-height: 1.5%;
b... | assets/css/style.css | .formCon {
background: #ffffff;
align-items: center;
border: 1px solid #dbdbdb;
border-radius: 1px;
margin: 0 0 10px;
padding: 10px 0;
min-width: 99%;
display: flex;
flex-direction: column;
max-height: 60%;
}
.flex {
display: flex;
}
nav {
justify-content: space-around;
min-height: 1.5%;
b... | 0.50952 | 0.096493 |
@charset "UTF-8";
.transformer-tabs ul {
list-style: none;
padding: 0;
margin: 0;
border-bottom: 3px solid white;
width: 80%;
padding-top: 5%;
}
.transformer-tabs li {
display: inline-block;
padding: 0;
vertical-align: bottom;
padding-left: 3%;
}
.transformer-tabs li:nth-child(1) .active {
borde... | assets/css/stylecourses2.css | @charset "UTF-8";
.transformer-tabs ul {
list-style: none;
padding: 0;
margin: 0;
border-bottom: 3px solid white;
width: 80%;
padding-top: 5%;
}
.transformer-tabs li {
display: inline-block;
padding: 0;
vertical-align: bottom;
padding-left: 3%;
}
.transformer-tabs li:nth-child(1) .active {
borde... | 0.453504 | 0.053874 |
.qypeixinAll{
width: 100%;
background: #f5f5f4;
margin-top: 67px;
}
.qypeixin{
width: 1100px;
margin: 0 auto;
}
.xwdtmbx a {
color: #666666;
font-size: 12px;
padding: 20px 0;
}
.xwdtmbx img{
margin-right: 10px;
vertical-align: middle;
}
.qypeixinTit{
background: #fff;
border: 1px solid #dbdbdb;
... | public/css/zhiyepeixun.css | .qypeixinAll{
width: 100%;
background: #f5f5f4;
margin-top: 67px;
}
.qypeixin{
width: 1100px;
margin: 0 auto;
}
.xwdtmbx a {
color: #666666;
font-size: 12px;
padding: 20px 0;
}
.xwdtmbx img{
margin-right: 10px;
vertical-align: middle;
}
.qypeixinTit{
background: #fff;
border: 1px solid #dbdbdb;
... | 0.369884 | 0.111628 |
@font-face {
font-family: "Flaticon79";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style... | images/icons/lifestyle-icons/flaticon79.css | @font-face {
font-family: "Flaticon79";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style... | 0.356895 | 0.240518 |
.textboxlist { font: 14px "Lucida Grande", Verdana; cursor: text; }
.textboxlist-bits { zoom: 1; overflow: hidden; margin: 0; padding: 3px 4px 0; border: 1px solid #999; *padding-bottom: 3px; }
.textboxlist-bit { list-style-type: none; float: left; display: block; padding: 0; margin: 0 5px 3px 0; cursor: default; }
.te... | public/css/TextboxList.css | .textboxlist { font: 14px "Lucida Grande", Verdana; cursor: text; }
.textboxlist-bits { zoom: 1; overflow: hidden; margin: 0; padding: 3px 4px 0; border: 1px solid #999; *padding-bottom: 3px; }
.textboxlist-bit { list-style-type: none; float: left; display: block; padding: 0; margin: 0 5px 3px 0; cursor: default; }
.te... | 0.357119 | 0.20347 |
* {border:none;margin:0;padding:0;}
body {background:#fff;color:#000;font-family:Arial, Helvetica, sans-serif; font-size: 80%;}
a{text-decoration: none;}
.trans-change.added { font-style: italic;}
#current {background: #ddd;}
div#tabs {float:left}
select {font-size:0.8em;}
select option {padding: 0 0 0 3px;}
.selects{o... | original/Javascripture/Resources/layout.css | * {border:none;margin:0;padding:0;}
body {background:#fff;color:#000;font-family:Arial, Helvetica, sans-serif; font-size: 80%;}
a{text-decoration: none;}
.trans-change.added { font-style: italic;}
#current {background: #ddd;}
div#tabs {float:left}
select {font-size:0.8em;}
select option {padding: 0 0 0 3px;}
.selects{o... | 0.389547 | 0.149314 |
html,
body {
height: 100%;
font-family: 'IBM Plex Sans', sans-serif;
}
footer {
bottom: 0;
}
main {
min-height: calc(100vh - 40px);
}
.link-view {
text-decoration: underline;
color: #1565c0;
}
.link-view:hover {
color: #0d47a1;
text-decoration: underline;
}
.btn-ct {
display: f... | src/css/style.css | html,
body {
height: 100%;
font-family: 'IBM Plex Sans', sans-serif;
}
footer {
bottom: 0;
}
main {
min-height: calc(100vh - 40px);
}
.link-view {
text-decoration: underline;
color: #1565c0;
}
.link-view:hover {
color: #0d47a1;
text-decoration: underline;
}
.btn-ct {
display: f... | 0.47244 | 0.080574 |
.nsp_h1 {
font-size: 14pt;
}
.nsp_output {
border: 1px solid #eee;
background-color: #f9f9f9;
font-family: consolas, courier, monospace;
font-size: 10pt;
white-space: pre;
}
.nsp_debug {
color: #606060;
}
.nsp_info {
color: #000000;
}
.nsp_notice {
color: #0000A0;
}
.nsp_warn {
... | web/app/plugins/next-active-directory-integration/css/next_ad_int.css | .nsp_h1 {
font-size: 14pt;
}
.nsp_output {
border: 1px solid #eee;
background-color: #f9f9f9;
font-family: consolas, courier, monospace;
font-size: 10pt;
white-space: pre;
}
.nsp_debug {
color: #606060;
}
.nsp_info {
color: #000000;
}
.nsp_notice {
color: #0000A0;
}
.nsp_warn {
... | 0.565179 | 0.125306 |
body {
color: #DDD;
background-color: #222;
font-family: 'Montserrat', sans-serif;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version */
cursor: default;
... | static/main.css | body {
color: #DDD;
background-color: #222;
font-family: 'Montserrat', sans-serif;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version */
cursor: default;
... | 0.28887 | 0.060836 |
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
... | dev-output/assets-output/css.css | */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
... | 0.662906 | 0.094052 |
.navigation {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1;
}
.navflex {
display: flex;
align-items: center;
height: 120px;
padding: 0 34px;
font-family: 'Roboto', sans-serif;
}
@media (max-width: 768px) {
.navflex {
padding: 0 15px;
}
}
.navflex .left {
display: flex;
}
.n... | assets/css/compiled.css | .navigation {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1;
}
.navflex {
display: flex;
align-items: center;
height: 120px;
padding: 0 34px;
font-family: 'Roboto', sans-serif;
}
@media (max-width: 768px) {
.navflex {
padding: 0 15px;
}
}
.navflex .left {
display: flex;
}
.n... | 0.398524 | 0.06489 |
@charset "UTF-8";
/**!
* Module Name: Jankx CSS
* Author: <NAME>
* Author URI: https://puleeno.com
* Description: This module is create the basic structure for Jankx theme. Other stylesheet will be defined in the theme
* Version: 1.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
v5.0.1 | 20191019
Licens... | assets/css/jankx.css | @charset "UTF-8";
/**!
* Module Name: Jankx CSS
* Author: <NAME>
* Author URI: https://puleeno.com
* Description: This module is create the basic structure for Jankx theme. Other stylesheet will be defined in the theme
* Version: 1.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
v5.0.1 | 20191019
Licens... | 0.653238 | 0.075585 |
@-webkit-keyframes reactbgup1 {
from {
background-color: green;
}
to {
background-color: transparent;
}
}
@-webkit-keyframes reactbgup2 {
from {
background-color: green;
}
to {
background-color: transparent;
}
}
@-webkit-keyframes reactbgdown1 {
from {
background-color: red;
}
... | vuu-ui/packages/data-grid/src/cell-renderers/background-cell.css | @-webkit-keyframes reactbgup1 {
from {
background-color: green;
}
to {
background-color: transparent;
}
}
@-webkit-keyframes reactbgup2 {
from {
background-color: green;
}
to {
background-color: transparent;
}
}
@-webkit-keyframes reactbgdown1 {
from {
background-color: red;
}
... | 0.462959 | 0.069007 |
body{
background-color: #f1f1f1;
}
.font-16{
font-size: 18px;
}
.font-18{
font-size: 18px;
}
.font-20{
font-size: 20px;
}
.color-2b610a{
color: #2b610a;
}
.float-right{
float: right;
}
.border-bottom{
border-bottom: 1px solid #eee;
}
.color-eee{
color:#666;
}
.padding-top-10{
padding... | presto-main/src/main/resources/webapp/assets/stylesheets/overview.css | body{
background-color: #f1f1f1;
}
.font-16{
font-size: 18px;
}
.font-18{
font-size: 18px;
}
.font-20{
font-size: 20px;
}
.color-2b610a{
color: #2b610a;
}
.float-right{
float: right;
}
.border-bottom{
border-bottom: 1px solid #eee;
}
.color-eee{
color:#666;
}
.padding-top-10{
padding... | 0.515132 | 0.112405 |
@media (min-width: 1200px) {
.container {max-width: 1170px;}
}
@media (max-width: 1925px) {
}
@media (max-width: 1605px) {
.portfl-wrap.v2 .col-lg-6 .col-lg-12 .portfl-item {min-height: 23.2rem;max-height: 23.2rem;}
}
@media (max-width: 1445px) {
.back-size-cont {background-size: cover;}
.portfl-wrap.v2 .col-lg-6... | public/assets/css/responsive.css | @media (min-width: 1200px) {
.container {max-width: 1170px;}
}
@media (max-width: 1925px) {
}
@media (max-width: 1605px) {
.portfl-wrap.v2 .col-lg-6 .col-lg-12 .portfl-item {min-height: 23.2rem;max-height: 23.2rem;}
}
@media (max-width: 1445px) {
.back-size-cont {background-size: cover;}
.portfl-wrap.v2 .col-lg-6... | 0.175609 | 0.048564 |
.gen-info-box {
background-color: #cce5f6;
border-left: solid 4px #3498db;
color: #196090;
padding: 15px;
margin-bottom: 20px;
}
.gen-info-box h4 {
margin-top: 0;
color: inherit;
border: 0px solid #ccc!important;
}
.gen-info-box>p, .gen-info-box>ul, .gen-info-box>span, .gen-info-box>li, ... | docs/Upload Image_File Into Database Ajax Codeigniter - Tuts Make_fichiers/style_002.css | .gen-info-box {
background-color: #cce5f6;
border-left: solid 4px #3498db;
color: #196090;
padding: 15px;
margin-bottom: 20px;
}
.gen-info-box h4 {
margin-top: 0;
color: inherit;
border: 0px solid #ccc!important;
}
.gen-info-box>p, .gen-info-box>ul, .gen-info-box>span, .gen-info-box>li, ... | 0.333503 | 0.093885 |
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
... | packages/recodo-doc/example/index.css | a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
... | 0.415847 | 0.110136 |
@font-face {
font-family: 'Iconic';
font-style: normal;
font-weight: normal;
src: url('../../../../classic/global/fonts/open-iconic/open-iconic.eot');
src: url('../../../../classic/global/fonts/open-iconic/open-iconic.eot?#iconic-sm') format('embedded-opentype'), url('../../../../classic/global/fonts/open-ic... | src/main/resources/static/assets/global/fonts/open-iconic/open-iconic.css | @font-face {
font-family: 'Iconic';
font-style: normal;
font-weight: normal;
src: url('../../../../classic/global/fonts/open-iconic/open-iconic.eot');
src: url('../../../../classic/global/fonts/open-iconic/open-iconic.eot?#iconic-sm') format('embedded-opentype'), url('../../../../classic/global/fonts/open-ic... | 0.410284 | 0.12018 |
@charset "utf-8";
/* CSS Document */
/*
Theme Name: FlatHost - Responsive Hosting Template
Version: 2.0
Author: <NAME>
Author URI: http://themeforest.net/user/surjithctly
*/
/****************** Table of Contents *****************************
1. GLOBAL STYLES
1. HEADER
2. MAIN FEATURES
3. MORE FEATURES
4. FEATURES... | public/css/hosting.css | @charset "utf-8";
/* CSS Document */
/*
Theme Name: FlatHost - Responsive Hosting Template
Version: 2.0
Author: <NAME>
Author URI: http://themeforest.net/user/surjithctly
*/
/****************** Table of Contents *****************************
1. GLOBAL STYLES
1. HEADER
2. MAIN FEATURES
3. MORE FEATURES
4. FEATURES... | 0.276397 | 0.045374 |
text-align: center;
margin: 20px 0;
}
#about .container .name {
text-align: center;
font-size: 20px;
}
#about .container .version {
text-align: center;
color: #C1C1C1;
font-size: 18px;
}
#about .container .about-me {
font-size: 20px;
}
#json-format #json-format-container {
height: 100%;
background-... | less/sections.css | text-align: center;
margin: 20px 0;
}
#about .container .name {
text-align: center;
font-size: 20px;
}
#about .container .version {
text-align: center;
color: #C1C1C1;
font-size: 18px;
}
#about .container .about-me {
font-size: 20px;
}
#json-format #json-format-container {
height: 100%;
background-... | 0.209712 | 0.049474 |
@font-face {
font-family: 'ubuntu';
src: url("/Content/fonts/ubuntu/ubuntu-r-webfont.eot");
src: url("/Content/fonts/ubuntu/ubuntu-r-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/ubuntu/ubuntu-r-webfont.woff") format("woff"), url("/Content/fonts/ubuntu/ubuntu-r-webfont.ttf") format("truety... | VolleyRain/Content/css/_font-ubuntu.css | @font-face {
font-family: 'ubuntu';
src: url("/Content/fonts/ubuntu/ubuntu-r-webfont.eot");
src: url("/Content/fonts/ubuntu/ubuntu-r-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/ubuntu/ubuntu-r-webfont.woff") format("woff"), url("/Content/fonts/ubuntu/ubuntu-r-webfont.ttf") format("truety... | 0.083181 | 0.031859 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("reddit.com") {
*{
font-family:tahoma !important;
letter-spacing:.1px;
}
#sr-header-area {
background:white !important;
}
.thumbnail {
margin-top:-5px !important;
padding-bottom:2px !important;
}
.tabmenu a {
-moz-border-radius:4px ... | data/usercss/35893.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("reddit.com") {
*{
font-family:tahoma !important;
letter-spacing:.1px;
}
#sr-header-area {
background:white !important;
}
.thumbnail {
margin-top:-5px !important;
padding-bottom:2px !important;
}
.tabmenu a {
-moz-border-radius:4px ... | 0.190498 | 0.104798 |
body,
html {
margin: 0px;
padding: 0px;
height: 100%;
}
p {
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}
input {
border: 2px solid #708090; /* this will give the input 1px black border all around */
border-left: 2px solid #708090;
border-right: 2px solid #708090;
b... | app/View/Viewstyle.css | body,
html {
margin: 0px;
padding: 0px;
height: 100%;
}
p {
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}
input {
border: 2px solid #708090; /* this will give the input 1px black border all around */
border-left: 2px solid #708090;
border-right: 2px solid #708090;
b... | 0.296247 | 0.098079 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
* {
box-sizing: border-box;
outline: 0 none;
}
html, body {
color: #333333;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 16pt;
font-weight: normal;
padding: 0;
}
body {
background: #e8e8e8;
pad... | urbane-webapp/assets/default/css/style.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
* {
box-sizing: border-box;
outline: 0 none;
}
html, body {
color: #333333;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 16pt;
font-weight: normal;
padding: 0;
}
body {
background: #e8e8e8;
pad... | 0.300951 | 0.0809 |