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 |
|---|---|---|---|---|
@font-face {
font-family: myFirstFont;
src: url(Dominique.otf);
}
@font-face {
font-family: 'sunshine';
src: url("DK Lemon Sun.otf");
}
@font-face {
font-family: "little-sunshine";
src: url('a little sunshine.ttf')
}
@media only screen and (max-width: 320px) {
body {
background-color: lightblue;
... | styles/main.css | @font-face {
font-family: myFirstFont;
src: url(Dominique.otf);
}
@font-face {
font-family: 'sunshine';
src: url("DK Lemon Sun.otf");
}
@font-face {
font-family: "little-sunshine";
src: url('a little sunshine.ttf')
}
@media only screen and (max-width: 320px) {
body {
background-color: lightblue;
... | 0.318697 | 0.12018 |
.hero {
width: 939px;
height: 67px;
background: #EDB05E;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Super Plumber Brothers;
font-weight: 900;
font-size: 20px;
line-height: 20px;
color: rgb(95, 86, 86);
padding: 25px 0px 0px 20px;
}
.container {
text-align: cen... | style.css | .hero {
width: 939px;
height: 67px;
background: #EDB05E;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Super Plumber Brothers;
font-weight: 900;
font-size: 20px;
line-height: 20px;
color: rgb(95, 86, 86);
padding: 25px 0px 0px 20px;
}
.container {
text-align: cen... | 0.403567 | 0.096408 |
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*{
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}
body{
background: #111;
padding-bottom: 0px;
overflow-x: hidden;
}
body:before{
content:... | css/style.css | @import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*{
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}
body{
background: #111;
padding-bottom: 0px;
overflow-x: hidden;
}
body:before{
content:... | 0.42919 | 0.070336 |
.tabs {
overflow: hidden;
margin:0 !important;
padding: 0 !important;
list-style: none;
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.tabs li {... | public/huy/css/tabs.css | .tabs {
overflow: hidden;
margin:0 !important;
padding: 0 !important;
list-style: none;
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.tabs li {... | 0.359139 | 0.111145 |
@namespace url(http://www.w3.org/1999/xhtml);
/* Canada */
@-moz-document domain("blogto.com") {#comments {display: none !important;} .addcomment {display: none !important;}}
@-moz-document domain("canada.com") {.make-comment {display: none !important;}}
@-moz-document domain("cbc.ca") { #commentwrapper {displa... | data/usercss/42864.user.css | @namespace url(http://www.w3.org/1999/xhtml);
/* Canada */
@-moz-document domain("blogto.com") {#comments {display: none !important;} .addcomment {display: none !important;}}
@-moz-document domain("canada.com") {.make-comment {display: none !important;}}
@-moz-document domain("cbc.ca") { #commentwrapper {displa... | 0.12097 | 0.077973 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
}
.navbar {
background-color: rgb(250, 250, 250);
}
.navbar-brand {
color: #403e56;
}
img.wave {
position: fixed;
bottom: 0;
left: 0;
height: 100%;
z-index: -1;
}
a.d-block {
color: black;
font... | public/css/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
}
.navbar {
background-color: rgb(250, 250, 250);
}
.navbar-brand {
color: #403e56;
}
img.wave {
position: fixed;
bottom: 0;
left: 0;
height: 100%;
z-index: -1;
}
a.d-block {
color: black;
font... | 0.373304 | 0.108189 |
@import url('https://fonts.googleapis.com/css?family=Pontano+Sans');
@import url('https://fonts.googleapis.com/css?family=Lobster+Two:700');
@import url('https://fonts.googleapis.com/css?family=Oswald');
*{
margin:0;
padding:0;
}
body {
font-family: 'Pontano Sans', sans-serif;
background-color: #FFDC52;
}
header... | www/css/tateti_style.css | @import url('https://fonts.googleapis.com/css?family=Pontano+Sans');
@import url('https://fonts.googleapis.com/css?family=Lobster+Two:700');
@import url('https://fonts.googleapis.com/css?family=Oswald');
*{
margin:0;
padding:0;
}
body {
font-family: 'Pontano Sans', sans-serif;
background-color: #FFDC52;
}
header... | 0.270673 | 0.105579 |
*::-webkit-scrollbar {
width: 6px !important;
height: 6px !important; }
*::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2); }
*::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.08); }
body {
overflow: hidden; }
.app-wrapper-main::-webkit-scrollbar-track {
background-color: #df... | css/app.css | *::-webkit-scrollbar {
width: 6px !important;
height: 6px !important; }
*::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2); }
*::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.08); }
body {
overflow: hidden; }
.app-wrapper-main::-webkit-scrollbar-track {
background-color: #df... | 0.398172 | 0.087097 |
#wpwrap {
height: auto;
min-height: 100%;
width: 100%;
position: relative;
-webkit-font-smoothing: subpixel-antialiased;
}
#wpcontent {
height: 100%;
}
#wpcontent,
#wpfooter {
margin-right: 180px;
}
.folded #wpcontent,
.folded #wpfooter {
margin-right: 56px;
}
#wpbody-content {
padding-bottom: 65px;
float... | www/misc/blog/wp-admin/css/wp-admin-rtl.css | #wpwrap {
height: auto;
min-height: 100%;
width: 100%;
position: relative;
-webkit-font-smoothing: subpixel-antialiased;
}
#wpcontent {
height: 100%;
}
#wpcontent,
#wpfooter {
margin-right: 180px;
}
.folded #wpcontent,
.folded #wpfooter {
margin-right: 56px;
}
#wpbody-content {
padding-bottom: 65px;
float... | 0.201185 | 0.063366 |
label {white-space: nowrap;}
.left-block{margin-top: 25px; padding-top: 25px; border-top: 1px solid #777; font-weight: bold;}
.left-block div {display: flex; padding: 5px 10px 5px 5px; justify-content: space-between;}
.menu-value {color: #779;}
.checkbox-label{margin-left: 3em; position: relative; top: -2px;}
.switch-b... | resources/html/css/style_dark.css | label {white-space: nowrap;}
.left-block{margin-top: 25px; padding-top: 25px; border-top: 1px solid #777; font-weight: bold;}
.left-block div {display: flex; padding: 5px 10px 5px 5px; justify-content: space-between;}
.menu-value {color: #779;}
.checkbox-label{margin-left: 3em; position: relative; top: -2px;}
.switch-b... | 0.33231 | 0.140779 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fira+Code&display=swap");
@import url("./animations.css");
@import url("./slideshow.css");
@import url("./editor.css");
@import url("./modal.css");
@import url("./preview.cs... | src/styles/index.css |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fira+Code&display=swap");
@import url("./animations.css");
@import url("./slideshow.css");
@import url("./editor.css");
@import url("./modal.css");
@import url("./preview.cs... | 0.363873 | 0.075756 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%... | sites/wordpresslesson.dev/public/wp-content/themes/tavisha/includes/css/framework.css | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%... | 0.31384 | 0.068756 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
body {
background-color: #FFF;
}
.top-intro {
display: flex;
margin-left: auto;
margin-right: auto;
padding-top: 48px;
flex-wrap: wrap-reverse;
max-width: 1096px;
align-items: center;
justify-content: center... | src/video.css | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
body {
background-color: #FFF;
}
.top-intro {
display: flex;
margin-left: auto;
margin-right: auto;
padding-top: 48px;
flex-wrap: wrap-reverse;
max-width: 1096px;
align-items: center;
justify-content: center... | 0.5144 | 0.072308 |
html, body{
font-size: 100%;
font-family: 'Open Sans', sans-serif;
background:#fff;
}
p{
margin:0;
font-size:14px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Quicksand', sans-serif;
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover{
text-decoration:none;
}
/*-- header --*/
.header-top-... | assets/front/css/style-new.css | html, body{
font-size: 100%;
font-family: 'Open Sans', sans-serif;
background:#fff;
}
p{
margin:0;
font-size:14px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Quicksand', sans-serif;
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover{
text-decoration:none;
}
/*-- header --*/
.header-top-... | 0.284775 | 0.043937 |
html {
scroll-behavior: smooth;
}
::selection {
color: white;
background: hsl(171, 100%, 41%);/* WebKit/Blink Browsers */
}
::-moz-selection {
color: white;
background: hsl(171, 100%, 41%); /* Gecko Browsers */
}
.navbar-item{
color: rgba(255,255,255,0.8) !important;
}
/* Navbar */
.navB... | public/css/style.css | html {
scroll-behavior: smooth;
}
::selection {
color: white;
background: hsl(171, 100%, 41%);/* WebKit/Blink Browsers */
}
::-moz-selection {
color: white;
background: hsl(171, 100%, 41%); /* Gecko Browsers */
}
.navbar-item{
color: rgba(255,255,255,0.8) !important;
}
/* Navbar */
.navB... | 0.522933 | 0.068506 |
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: Montserrat;
font-weight: normal;
src: url("/font/Montserrat-Regular.ttf") format("opentype");
}
@font-face {
font-family: Montserrat;
fo... | src/main.css | @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: Montserrat;
font-weight: normal;
src: url("/font/Montserrat-Regular.ttf") format("opentype");
}
@font-face {
font-family: Montserrat;
fo... | 0.383295 | 0.080357 |
body {
overflow-x: hidden; }
.bg-muted {
background: #f2f2f2; }
.table-fix {
table-layout: fixed; }
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.container {
width: 1190px;
max-width: none !important; }
.high-lighted {
color: #df483d; }
.admin-frame-header {... | admin/modules/site/views/assets/css/employee.css | body {
overflow-x: hidden; }
.bg-muted {
background: #f2f2f2; }
.table-fix {
table-layout: fixed; }
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.container {
width: 1190px;
max-width: none !important; }
.high-lighted {
color: #df483d; }
.admin-frame-header {... | 0.458834 | 0.061961 |
@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600');
@import url('font-awesome.min.css');
/*
Helios by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Responsive iF... | css/style.css | @charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600');
@import url('font-awesome.min.css');
/*
Helios by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Responsive iF... | 0.290075 | 0.045395 |
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
section {
min-height: 100vh;
background: #eaeaea;
}
#home-brand{
width: fit-content;
display: f... | CSS/home.css | @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
section {
min-height: 100vh;
background: #eaeaea;
}
#home-brand{
width: fit-content;
display: f... | 0.257765 | 0.069384 |
@charset "utf-8";
ul, ol {
list-style: none;
}
body{
/* -moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;*/
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
border: none;
}
.header {
height: 70px;
backgrou... | public/newui/static/h-ui.admin/css/style11.css | @charset "utf-8";
ul, ol {
list-style: none;
}
body{
/* -moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;*/
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
border: none;
}
.header {
height: 70px;
backgrou... | 0.145146 | 0.048249 |
div, p, h1, h2, h3, h4, h5, h6, span, a {
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
background: black;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
font-family: 'Raleway', sans-serif;
}
a {
text-decoration: none;
color: #ffd990;
cursor: pointer;
}
.navbar {
... | css/polefitness.css | div, p, h1, h2, h3, h4, h5, h6, span, a {
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
background: black;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
font-family: 'Raleway', sans-serif;
}
a {
text-decoration: none;
color: #ffd990;
cursor: pointer;
}
.navbar {
... | 0.488527 | 0.117775 |
background-image: url(../../../../../packages/img/background.jpg);
background-size: 100%;
background-repeat: repeat;
height: 100%;
color: #e6e6e6;
}
body{
overflow-x: hidden;
user-select:none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
#header .ic... | skoly/oaslany/3/eko/financni-analyza/style.css | background-image: url(../../../../../packages/img/background.jpg);
background-size: 100%;
background-repeat: repeat;
height: 100%;
color: #e6e6e6;
}
body{
overflow-x: hidden;
user-select:none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
#header .ic... | 0.311532 | 0.092852 |
*{
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-appearance: none;
}
#gatsby-focus-wrapper {
background: #eaeaea;
}
header .menu-nav... | src/style/global.css | *{
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-appearance: none;
}
#gatsby-focus-wrapper {
background: #eaeaea;
}
header .menu-nav... | 0.263789 | 0.058993 |
.maze {
border: 5px solid #292929;
display: inline-block;
vertical-align: top;
}
.maze .mazeRow .mazeSpace {
display: inline-block;
border: 5px solid #F8F8F8;
width: 2em;
height: 2em;
overflow: hidden;
line-height: 2em;
font-size: 2em;
text-align: center;
position: relati... | css/robotmazeinterface.css | .maze {
border: 5px solid #292929;
display: inline-block;
vertical-align: top;
}
.maze .mazeRow .mazeSpace {
display: inline-block;
border: 5px solid #F8F8F8;
width: 2em;
height: 2em;
overflow: hidden;
line-height: 2em;
font-size: 2em;
text-align: center;
position: relati... | 0.41561 | 0.290562 |
.__visly_scope_7oadCW5FEe_menu-checkable {
width: 100%;
height: 32px;
background-color: transparent;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 0;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
}
.__visly_scope_7oadC... | src/components/visly/Menu.Selectable.css | .__visly_scope_7oadCW5FEe_menu-checkable {
width: 100%;
height: 32px;
background-color: transparent;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 0;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
}
.__visly_scope_7oadC... | 0.31732 | 0.078184 |
@-moz-document url-prefix("https://www.youtube.com/watch"), url-prefix("http://www.youtube.com/watch") {
/* WIDE VIDEO FOR 1280 */
#body-container #player,
#body-container #player-api {
width: 1000px !important;
height: 600px !important;
max-width: 1000px !important;
max-height:... | data/usercss/106889.user.css | @-moz-document url-prefix("https://www.youtube.com/watch"), url-prefix("http://www.youtube.com/watch") {
/* WIDE VIDEO FOR 1280 */
#body-container #player,
#body-container #player-api {
width: 1000px !important;
height: 600px !important;
max-width: 1000px !important;
max-height:... | 0.234933 | 0.048519 |
@import url('https://fonts.googleapis.com/css?family=Montserrat');
*{
font-family: Montserrat, sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*Header*/
header li:hover{
color: #99000056;
transition: all .3s;
}
header ul li a:hover{
color: rgba(194, 248, 0, 0.945);
t... | public/css/ServiciosRestaurante.css | @import url('https://fonts.googleapis.com/css?family=Montserrat');
*{
font-family: Montserrat, sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*Header*/
header li:hover{
color: #99000056;
transition: all .3s;
}
header ul li a:hover{
color: rgba(194, 248, 0, 0.945);
t... | 0.427038 | 0.076511 |
.interest-points-question .questions-list {
position: absolute;
left: -9999em;
}
.interest-points-padding {
float: left;
margin-bottom: 20px;
max-width: 836px;
background-color: #EBEBEB;
}
.interest-points-outer-wrapper {
position: relative;
float: left;
max-width: 100%px;
margin: 18px;
... | interestPoints/survey/questions/answer/multipleshorttext/assets/css/interestPoints.css | .interest-points-question .questions-list {
position: absolute;
left: -9999em;
}
.interest-points-padding {
float: left;
margin-bottom: 20px;
max-width: 836px;
background-color: #EBEBEB;
}
.interest-points-outer-wrapper {
position: relative;
float: left;
max-width: 100%px;
margin: 18px;
... | 0.252661 | 0.05549 |
body {
font: normal 11px "Lucida Grande", Helvetica, Arial, sans-serif;
background: url(/images/bg.jpg);
margin: 0px auto;
padding: 0px;
color: #eee;
text-align: center;
line-height: 160%;
}
div, img, form, ul {
margin: 0px;
padding: 0px;
border: 0px;
}
small {font-size: 9px;}
div, span, td, .text_l {text-... | public/stylesheets/application.css | body {
font: normal 11px "Lucida Grande", Helvetica, Arial, sans-serif;
background: url(/images/bg.jpg);
margin: 0px auto;
padding: 0px;
color: #eee;
text-align: center;
line-height: 160%;
}
div, img, form, ul {
margin: 0px;
padding: 0px;
border: 0px;
}
small {font-size: 9px;}
div, span, td, .text_l {text-... | 0.128238 | 0.0771 |
@import url(https://fonts.googleapis.com/css?family=Nunito);
html {
height: 100%;
overflow: hidden;
}
body {
margin:0;
padding:0;
perspective: 1px;
transform-style: preserve-3d;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
min-height:100%;
/*background-color: #48484a;*/
}
/*1.1.2018 -... | public/css/home.css | @import url(https://fonts.googleapis.com/css?family=Nunito);
html {
height: 100%;
overflow: hidden;
}
body {
margin:0;
padding:0;
perspective: 1px;
transform-style: preserve-3d;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
min-height:100%;
/*background-color: #48484a;*/
}
/*1.1.2018 -... | 0.398524 | 0.081228 |
.theme-01 .car-slide-one {
background: #8D8D8D;
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
.theme-01 .car-slide-one label {
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
border: 2px solid #8A8A8A;
background: #F6F6F6 none repeat scroll 0% 0%;
}
.theme-01 .c... | src/Presentation/sys/html/css/plugins/car/allsige-car-theme.css | .theme-01 .car-slide-one {
background: #8D8D8D;
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
.theme-01 .car-slide-one label {
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
border: 2px solid #8A8A8A;
background: #F6F6F6 none repeat scroll 0% 0%;
}
.theme-01 .c... | 0.38943 | 0.141222 |
.pell-content,.article-content{
font-family: "LiSong Pro Light", georgia, times, serif;
height: auto;
min-height: 600px;
}
.pell-content:empty:before{
content: "写点什么..";
}
.pell-actionbar{
background-color: transparent;
}
.ant-modal-body{
padding-top: 10px;
}
.pell-content code, .article-content code{
po... | www/src/components/editor.css | .pell-content,.article-content{
font-family: "LiSong Pro Light", georgia, times, serif;
height: auto;
min-height: 600px;
}
.pell-content:empty:before{
content: "写点什么..";
}
.pell-actionbar{
background-color: transparent;
}
.ant-modal-body{
padding-top: 10px;
}
.pell-content code, .article-content code{
po... | 0.293404 | 0.079675 |
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
/*font-family: 'Oswald', sans-serif;*/
}
ul {
padding: 0;
margin: 0;
}
.hide {
display: none !important;
}
.no-select{
-webkit-user-select: none; /* Safari 3.1+ */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: n... | ff.css | * {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
/*font-family: 'Oswald', sans-serif;*/
}
ul {
padding: 0;
margin: 0;
}
.hide {
display: none !important;
}
.no-select{
-webkit-user-select: none; /* Safari 3.1+ */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: n... | 0.380644 | 0.07373 |
*{
margin: 0;
padding: 0;
}
/* Whole Doc */
body{
font-family: sans-serif;
height: 90vh;
background: url(./images/back.jpg);
background-size: cover;
}
/* Our Team */
.team-section{
overflow: hidden;
text-align: center;
padding: 60px;
}
/* Heading */
.team-section h1{
text... | style.css | *{
margin: 0;
padding: 0;
}
/* Whole Doc */
body{
font-family: sans-serif;
height: 90vh;
background: url(./images/back.jpg);
background-size: cover;
}
/* Our Team */
.team-section{
overflow: hidden;
text-align: center;
padding: 60px;
}
/* Heading */
.team-section h1{
text... | 0.457864 | 0.067362 |
* {
box-sizing: border-box;
}
body {
background: #92bde7;
color: #485e74;
line-height: 1.6em;
font-family: sans-serif;
padding: 1em;
}
.container {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
padding: 1em;
}
ul {
list-style: none;
padding: 0;
}
.logo {
text-align: center;
margi... | css/main.css | * {
box-sizing: border-box;
}
body {
background: #92bde7;
color: #485e74;
line-height: 1.6em;
font-family: sans-serif;
padding: 1em;
}
.container {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
padding: 1em;
}
ul {
list-style: none;
padding: 0;
}
.logo {
text-align: center;
margi... | 0.438064 | 0.159348 |
@-moz-document regexp("(http)+s*(\\://)[a-zA-Z0-9\\.\\-\\_]+(/dotAdmin/|/c/|/dotTailLogServlet/)+.*") {
div.layout__content aside.layout__sidebar,
.ui-toolbar.ui-widget.ui-widget-header.ui-corner-all, nav,
accordion-group a.accordion-group__title,
accordion-group a.accordion-group__title.is-active,
accordion-grou... | data/usercss/161573.user.css | @-moz-document regexp("(http)+s*(\\://)[a-zA-Z0-9\\.\\-\\_]+(/dotAdmin/|/c/|/dotTailLogServlet/)+.*") {
div.layout__content aside.layout__sidebar,
.ui-toolbar.ui-widget.ui-widget-header.ui-corner-all, nav,
accordion-group a.accordion-group__title,
accordion-group a.accordion-group__title.is-active,
accordion-grou... | 0.203945 | 0.054099 |
body {
margin: 0 auto;
font-family: "Raleway", "sans-serif";
overflow-x: hidden;
}
/*hero-section*/
.hero {
height: 100vh;
background-image: url("./images/banner.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
color: #fff;
di... | styles.css | body {
margin: 0 auto;
font-family: "Raleway", "sans-serif";
overflow-x: hidden;
}
/*hero-section*/
.hero {
height: 100vh;
background-image: url("./images/banner.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
color: #fff;
di... | 0.476092 | 0.085061 |
.spinner-grow-my {
display: inline-block;
color: rgba(70, 145, 255, 0.75) !important;
width: 5rem;
height: 5rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-g... | public/frontend/src/css/custom.css | .spinner-grow-my {
display: inline-block;
color: rgba(70, 145, 255, 0.75) !important;
width: 5rem;
height: 5rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-g... | 0.257485 | 0.087798 |
body {
margin-top: 50px;
margin-bottom: 20px;
}
.horizontal-menu {
margin: 0;
padding: 0;
display: inline;
}
.horizontal-menu > li {
display: inline-block;
list-style: none;
}
.horizontal-menu > li:not(:first-child):before {
content: " | ";
color: #E5E5E5;
margin-left: 0.3em;
margin-right: ... | RMArt.Web/Styles/Site.css | body {
margin-top: 50px;
margin-bottom: 20px;
}
.horizontal-menu {
margin: 0;
padding: 0;
display: inline;
}
.horizontal-menu > li {
display: inline-block;
list-style: none;
}
.horizontal-menu > li:not(:first-child):before {
content: " | ";
color: #E5E5E5;
margin-left: 0.3em;
margin-right: ... | 0.428233 | 0.086401 |
@media (min-width: 25rem) {
.ga-grid--width\.tiny\:1 > *,
.ga-grid__cell--width\.tiny\:1 {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%; }
.ga-grid--width\.tiny\:2 > *,
.ga-grid__cell--width\.tiny\:2 {
-webkit-flex-bas... | dist/bem/responsive/width.css | @media (min-width: 25rem) {
.ga-grid--width\.tiny\:1 > *,
.ga-grid__cell--width\.tiny\:1 {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%; }
.ga-grid--width\.tiny\:2 > *,
.ga-grid__cell--width\.tiny\:2 {
-webkit-flex-bas... | 0.498047 | 0.041172 |
.jimu-widget-layerlist .dijit-container{
width: 100%;
}
.jimu-widget-layerlist .hidden{
display: none !important;
}
.jimu-widget-layerlist .esri-layer-list__list--root{
overflow-x: hidden;
}
.jimu-widget-layerlist .esri-layer-list{
max-height: initial;
background: transparent;
padding: 0;
... | WebAppBuilderForArcGIS/client/stemapp3d/widgets/LayerList/css/style.css | .jimu-widget-layerlist .dijit-container{
width: 100%;
}
.jimu-widget-layerlist .hidden{
display: none !important;
}
.jimu-widget-layerlist .esri-layer-list__list--root{
overflow-x: hidden;
}
.jimu-widget-layerlist .esri-layer-list{
max-height: initial;
background: transparent;
padding: 0;
... | 0.304869 | 0.043427 |
.row-1 {
background-color: red;
}
/* body {
background: url(../images/bgsimple.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
*/
/* line 9, ../sass/_julfer.scss */
.text-centered {
text-align: center... | themes/proverbs/css/style.css | .row-1 {
background-color: red;
}
/* body {
background: url(../images/bgsimple.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
*/
/* line 9, ../sass/_julfer.scss */
.text-centered {
text-align: center... | 0.250729 | 0.056548 |
.container {
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.container::after {
content: "";
display: table;
clear: both;
}
.row::after {
content: "";
display: table;
clear: both;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
img {
vertical-align: middle;... | frontend/static/assets/css/index.color3.css | .container {
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.container::after {
content: "";
display: table;
clear: both;
}
.row::after {
content: "";
display: table;
clear: both;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
img {
vertical-align: middle;... | 0.450118 | 0.060197 |
html{
background-color: #F5F5F5;
font-weight: normal;
}
body{
font-family: 'Roboto Slab', serif;
line-height: 1.55em;
font-size: 16px;
}
p{
line-height: 1.55em;
}
a{
color: black;
}
.header{
height: 30px;
position: relative;
color: black;
font-size: 15px;
overflow: visible;
z-index: 1;
}
.... | source/msi-group/style.css | html{
background-color: #F5F5F5;
font-weight: normal;
}
body{
font-family: 'Roboto Slab', serif;
line-height: 1.55em;
font-size: 16px;
}
p{
line-height: 1.55em;
}
a{
color: black;
}
.header{
height: 30px;
position: relative;
color: black;
font-size: 15px;
overflow: visible;
z-index: 1;
}
.... | 0.326701 | 0.087681 |
@keyframes linkHover {
from {
background-color: white;
border-color: #333333;
}
to {
background-color: #333333;
border-color: white;
}
}
body {
background-image: url("images/backdrop.jpg");
background-color: #333333;
padding: 0px;
}
h1 {
font-family: "helvetica",sans-serif;
display:inline;
}
h2 {
font... | unit_4/style/style.css | @keyframes linkHover {
from {
background-color: white;
border-color: #333333;
}
to {
background-color: #333333;
border-color: white;
}
}
body {
background-image: url("images/backdrop.jpg");
background-color: #333333;
padding: 0px;
}
h1 {
font-family: "helvetica",sans-serif;
display:inline;
}
h2 {
font... | 0.285571 | 0.078395 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
width: 100%;
max-width: 100%;
display: block;
}
ul {
list-style-type: none;
}
a {
color: inherit;
text-decoration: none;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
.container {
width: 65%;
margin: auto;
}
.container-smal... | public/css/app.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
width: 100%;
max-width: 100%;
display: block;
}
ul {
list-style-type: none;
}
a {
color: inherit;
text-decoration: none;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
.container {
width: 65%;
margin: auto;
}
.container-smal... | 0.409575 | 0.060197 |
* {
padding: 0;
margin: 0;
}
html {
width: 100%;
}
body {
display: none;
background: -webkit-radial-gradient(circle, #eee, #555);
background: -moz-radial-gradient(circle, #eee, #555);
font-family: monospace;
width: 100%;
margin-bottom: 40px;
font-size: 14px;
line-height: 1.5em;
}
/**
* Header s... | css/coffeelint.css | * {
padding: 0;
margin: 0;
}
html {
width: 100%;
}
body {
display: none;
background: -webkit-radial-gradient(circle, #eee, #555);
background: -moz-radial-gradient(circle, #eee, #555);
font-family: monospace;
width: 100%;
margin-bottom: 40px;
font-size: 14px;
line-height: 1.5em;
}
/**
* Header s... | 0.45423 | 0.089574 |
@media print {
.col-p-1, .col-p-2, .col-p-3, .col-p-4, .col-p-5, .col-p-6, .col-p-7, .col-p-8, .col-p-9, .col-p-10, .col-p-11, .col-p-12 {
float: left;
}
.col-p-12 {
width: 100%;
}
.col-p-11 {
width: 91.66666667%;
}
.col-p-10 {
width: 83.33333333%;
}
.col-p-9 {
width: 75%;
}
.col-p-... | static/css/print.css | @media print {
.col-p-1, .col-p-2, .col-p-3, .col-p-4, .col-p-5, .col-p-6, .col-p-7, .col-p-8, .col-p-9, .col-p-10, .col-p-11, .col-p-12 {
float: left;
}
.col-p-12 {
width: 100%;
}
.col-p-11 {
width: 91.66666667%;
}
.col-p-10 {
width: 83.33333333%;
}
.col-p-9 {
width: 75%;
}
.col-p-... | 0.110447 | 0.083479 |
input[type="text"] {
font-size:.85em;
background-color: var(--input-bg-color);
color: var(--text-color);
padding:4px 10px 7px 5px;
float:left;
width:290px;
border:none;
border-bottom:1px solid var(--primary-color);
}
input[type="text"]:focus { outline:none; }
label.textbox_label {
c... | app/AddNewTextbox.css | input[type="text"] {
font-size:.85em;
background-color: var(--input-bg-color);
color: var(--text-color);
padding:4px 10px 7px 5px;
float:left;
width:290px;
border:none;
border-bottom:1px solid var(--primary-color);
}
input[type="text"]:focus { outline:none; }
label.textbox_label {
c... | 0.500488 | 0.109801 |
@-moz-document domain("zh.moegirl.org") {
/*主体*/
.ns-0 div#content,
.ns-0 div#content div.thumb,
div#content,
div#content div.thumb {
background: white;
}
#content {
background: white;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
width: 70%;
border: none;
borde... | styles/moegirl.user.css | @-moz-document domain("zh.moegirl.org") {
/*主体*/
.ns-0 div#content,
.ns-0 div#content div.thumb,
div#content,
div#content div.thumb {
background: white;
}
#content {
background: white;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
width: 70%;
border: none;
borde... | 0.127137 | 0.089853 |
@-moz-document domain(10fastfingers.com) {
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('wo... | data/usercss/165584.user.css | @-moz-document domain(10fastfingers.com) {
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('wo... | 0.27338 | 0.069954 |
/* CSS Document */
* {
margin: 0;
padding: 0;
-webkit-tap-highlight-color: rgba(255,255,255,0);
}
html {
font-size: 62.5%;
position: relative;
min-height: 100% !important;
padding-bottom: 115px;
box-sizing: border-box;
}
body {
background: #f5f5f5;
width: 100%;
max-width: 640px;
margin: 0 auto;
}
body {... | web/css/m/lxs_index.css | /* CSS Document */
* {
margin: 0;
padding: 0;
-webkit-tap-highlight-color: rgba(255,255,255,0);
}
html {
font-size: 62.5%;
position: relative;
min-height: 100% !important;
padding-bottom: 115px;
box-sizing: border-box;
}
body {
background: #f5f5f5;
width: 100%;
max-width: 640px;
margin: 0 auto;
}
body {... | 0.248443 | 0.077483 |
.chat-app-window .user-chats {
background-color: #f2f0f7;
padding: 1rem;
position: relative;
height: calc(100% - 65px - 65px); }
.chat-app-window .user-chats .avatar img {
border: 2px solid #fff; }
.chat-app-window .active-chat {
height: inherit; }
.chat-app-window .active-chat .chat-header {
display: ... | public/assets/admin/css/pages/app-chat-list.css | .chat-app-window .user-chats {
background-color: #f2f0f7;
padding: 1rem;
position: relative;
height: calc(100% - 65px - 65px); }
.chat-app-window .user-chats .avatar img {
border: 2px solid #fff; }
.chat-app-window .active-chat {
height: inherit; }
.chat-app-window .active-chat .chat-header {
display: ... | 0.446495 | 0.036357 |
:root {
--gap: 5px;
--directionButtonSize: 30px;
}
.slider {
box-sizing: border-box;
overflow: hidden;
position: relative;
}
.slider .slider__button {
align-items: center;
border-radius: 50%;
border: 0;
bottom: calc(50% - var(--directionButtonSize) / 2);
cursor: pointer;
display: flex;
height: var(--direc... | src/style.css | :root {
--gap: 5px;
--directionButtonSize: 30px;
}
.slider {
box-sizing: border-box;
overflow: hidden;
position: relative;
}
.slider .slider__button {
align-items: center;
border-radius: 50%;
border: 0;
bottom: calc(50% - var(--directionButtonSize) / 2);
cursor: pointer;
display: flex;
height: var(--direc... | 0.540196 | 0.175962 |
body {
font-family: "Nunito", sans-serif;
color: #484d51;
}
html,
body {
max-height: 100%;
margin: 0;
}
.app-container {
/* position: fixed; */
min-width: 100%;
max-height: 100%;
/* left: 0;
top: 0; */
display: flex;
flex-direction: row;
overflow: hidden;
}
.content-container {
height: 100%... | meteor-react-body/client/main.css | body {
font-family: "Nunito", sans-serif;
color: #484d51;
}
html,
body {
max-height: 100%;
margin: 0;
}
.app-container {
/* position: fixed; */
min-width: 100%;
max-height: 100%;
/* left: 0;
top: 0; */
display: flex;
flex-direction: row;
overflow: hidden;
}
.content-container {
height: 100%... | 0.510496 | 0.081703 |
body {
margin: 0;
font-family: "Open Sans", sans-serif;
-webkit-font-smoothing: antialiased;
font-weight: 300;
line-height: 1.5;
font-size: 1.1rem;
}
/* -------------- FIRST PAGE STYLING --------------- */
.firstPage {
height: 100vh;
background-color: white;
overflow: hidden;
position: relative;... | FemaleHelpdesk/style.css | body {
margin: 0;
font-family: "Open Sans", sans-serif;
-webkit-font-smoothing: antialiased;
font-weight: 300;
line-height: 1.5;
font-size: 1.1rem;
}
/* -------------- FIRST PAGE STYLING --------------- */
.firstPage {
height: 100vh;
background-color: white;
overflow: hidden;
position: relative;... | 0.308919 | 0.079496 |
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
margin: 0;
background: #262626;
width: 100vw;
height: 100vh;
color: #666;
font-family: Arial, sans-serif;
overflow-x: hidden;
}
.wrap {
display: flex;
justify-content: center;
align-items: center;
width:... | src/style.css | html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
margin: 0;
background: #262626;
width: 100vw;
height: 100vh;
color: #666;
font-family: Arial, sans-serif;
overflow-x: hidden;
}
.wrap {
display: flex;
justify-content: center;
align-items: center;
width:... | 0.384565 | 0.083068 |
body.dark {
--c-divider: var(--c-divider-dark);
--c-text: var(--c-text-dark-1);
--c-text-light: var(--c-text-dark-2);
--c-text-lighter: var(--c-text-dark-3);
--c-bg: var(--c-white);
--c-bg-accent: var(--c-white-light);
--code-font-family: var(--font-family-mono);
--code-inline-bg-color: rgba(27, 31, 35,... | dark-theme.css | body.dark {
--c-divider: var(--c-divider-dark);
--c-text: var(--c-text-dark-1);
--c-text-light: var(--c-text-dark-2);
--c-text-lighter: var(--c-text-dark-3);
--c-bg: var(--c-white);
--c-bg-accent: var(--c-white-light);
--code-font-family: var(--font-family-mono);
--code-inline-bg-color: rgba(27, 31, 35,... | 0.439026 | 0.076201 |
Copyright (c) Microsoft Corporation. All rights reserved.
*/
/*
Your use of this file is governed by the following license http://go.microsoft.com/fwlink/?LinkId=392925
*/
.office{
font-family:"Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;
color:rgb(68,68,68);
font-size:13px;
}
.office a{
color:rgb... | SP.SiteCreatorWeb/Scripts/Office.Controls.css | Copyright (c) Microsoft Corporation. All rights reserved.
*/
/*
Your use of this file is governed by the following license http://go.microsoft.com/fwlink/?LinkId=392925
*/
.office{
font-family:"Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;
color:rgb(68,68,68);
font-size:13px;
}
.office a{
color:rgb... | 0.518302 | 0.037468 |
@-moz-document domain("patriots.win"), domain("greatawakening.win") {
html, body, .main-content, .home .container, .search .container, .post-single .container, .profile .container, .page .container, .logs .container, .comment .details a[data-action=minimize] {
background-color: #323232;
}
.comment-parent .title... | data/usercss/177508.user.css | @-moz-document domain("patriots.win"), domain("greatawakening.win") {
html, body, .main-content, .home .container, .search .container, .post-single .container, .profile .container, .page .container, .logs .container, .comment .details a[data-action=minimize] {
background-color: #323232;
}
.comment-parent .title... | 0.221519 | 0.054525 |
@font-face {
font-family: 'en_pixel';
src: url('../lib/font/en_pixel.eot');
/* IE9 Compat Modes */
src: url('../lib/font/en_pixel.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../lib/font/en_pixel.ttf') format('truetype'), /* Safari, Android, iOS */ url('../lib/font/en_pixel.woff') format('woff')... | app/css/main.css | @font-face {
font-family: 'en_pixel';
src: url('../lib/font/en_pixel.eot');
/* IE9 Compat Modes */
src: url('../lib/font/en_pixel.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../lib/font/en_pixel.ttf') format('truetype'), /* Safari, Android, iOS */ url('../lib/font/en_pixel.woff') format('woff')... | 0.28607 | 0.042862 |
*{
margin: 0;
padding: 0;
font-family: sans-serif;
box-sizing: border-box;
}
body{
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
position: absolute;
background-color: #e6e9f0;
}
/* font-family: Source Sans Pro;
background: #282828;
background: linear-gradient(-45de... | Login Page.css | *{
margin: 0;
padding: 0;
font-family: sans-serif;
box-sizing: border-box;
}
body{
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
position: absolute;
background-color: #e6e9f0;
}
/* font-family: Source Sans Pro;
background: #282828;
background: linear-gradient(-45de... | 0.506347 | 0.091301 |
html {
margin: 0;
padding: 0;
height: 100%;
}
body {
margin: 0;
padding: 0;
height: 100%;
}
body {
overscroll-behavior-x: none;
}
.btn{
border-radius:0px;
}
.jumbotron{
margin-left: -20px;
margin-right: -15px;
margin-top: -25px;
}
.jumbotron{
color:#fff;
border-bottom: 1bx solid #... | public/css/style.css | html {
margin: 0;
padding: 0;
height: 100%;
}
body {
margin: 0;
padding: 0;
height: 100%;
}
body {
overscroll-behavior-x: none;
}
.btn{
border-radius:0px;
}
.jumbotron{
margin-left: -20px;
margin-right: -15px;
margin-top: -25px;
}
.jumbotron{
color:#fff;
border-bottom: 1bx solid #... | 0.304042 | 0.069858 |
.row-header{
margin:0px auto;
padding:0px auto;
}
.row-content{
margin:0px auto;
padding:15px 0px 50px 8px;
border:1px ridge;
height:600px;
}
.row-footer{
background-color: #AfAfAf;
margin:0px auto;
padding: 20px 0px 20px 0px;
}
.jumbotron{
padding:70px 20px 70px 20px;
margin:0px auto;
bac... | applications/sportsvilla/static/css/finalstyle.css | .row-header{
margin:0px auto;
padding:0px auto;
}
.row-content{
margin:0px auto;
padding:15px 0px 50px 8px;
border:1px ridge;
height:600px;
}
.row-footer{
background-color: #AfAfAf;
margin:0px auto;
padding: 20px 0px 20px 0px;
}
.jumbotron{
padding:70px 20px 70px 20px;
margin:0px auto;
bac... | 0.210685 | 0.050121 |
.header {
background-image: url("../img/hero-image.png");
background-size: cover;
height: 80vh;
display: flex;
flex-direction: column;
justify-content: center;
}
.card {
box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.header h1 {
font-size: 60px;
padding-bottom: 40px;
}
.cardGroup {... | public/css/index.css | .header {
background-image: url("../img/hero-image.png");
background-size: cover;
height: 80vh;
display: flex;
flex-direction: column;
justify-content: center;
}
.card {
box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.header h1 {
font-size: 60px;
padding-bottom: 40px;
}
.cardGroup {... | 0.488039 | 0.121529 |
* {
box-sizing: border-box;
}
body {
background-image: url("https://i.pinimg.com/originals/e9/04/15/e904152f727d70e777066bd122c7f2dd.gif");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
font-size: 16px;
letter-spacing: 0.1rem;
font-family: -apple-sys... | styles/main.css | * {
box-sizing: border-box;
}
body {
background-image: url("https://i.pinimg.com/originals/e9/04/15/e904152f727d70e777066bd122c7f2dd.gif");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
font-size: 16px;
letter-spacing: 0.1rem;
font-family: -apple-sys... | 0.526343 | 0.170854 |
.movieInformation {
display: flex;
margin: auto;
justify-content: space-between;
width: 940px;
animation: fadein 3s;
}
.movieInformation > div:first-child img {
width: 383px;
height: 574px;
}
.movieInformation .notFound {
object-fit: cover;
}
.movieInformation > div:last-child {
background-color: r... | src/components/MovieContent/index.css | .movieInformation {
display: flex;
margin: auto;
justify-content: space-between;
width: 940px;
animation: fadein 3s;
}
.movieInformation > div:first-child img {
width: 383px;
height: 574px;
}
.movieInformation .notFound {
object-fit: cover;
}
.movieInformation > div:last-child {
background-color: r... | 0.442155 | 0.139016 |
.floatLeft {float:left;}
.floatRight {float:right;}
.clear {clear:both;}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity:... | assets/css/prospects.css | .floatLeft {float:left;}
.floatRight {float:right;}
.clear {clear:both;}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity:... | 0.372505 | 0.295967 |
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=swap");
:root {
--bg-clr: #102432;
--bg-light-color: #152f40;
--text-clr: #ffffff;
--accent-clr: #ffda17;
/* e88e29 df8118 ffda17 */
/*========== Colors ==========*/
--first-color: #ffda17;
--first-color-light: #152f40... | assets/css/styles.css | @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=swap");
:root {
--bg-clr: #102432;
--bg-light-color: #152f40;
--text-clr: #ffffff;
--accent-clr: #ffda17;
/* e88e29 df8118 ffda17 */
/*========== Colors ==========*/
--first-color: #ffda17;
--first-color-light: #152f40... | 0.321034 | 0.090454 |
*{
margin:0px;padding:0px;
}
body{
margin:0 auto;
width:1300px;
}
ul>li{
list-style-type:none;
}
a{
color:#333;
text-decoration:none;
}
a:hover{
color:#e53;
text-decoration:none;
}
.parent{
/* width:1000px;
height:1000px; */
display:flex;
flex-flow:column wrap;
justify-content:space... | boqii/public/css/boqii_login.css | *{
margin:0px;padding:0px;
}
body{
margin:0 auto;
width:1300px;
}
ul>li{
list-style-type:none;
}
a{
color:#333;
text-decoration:none;
}
a:hover{
color:#e53;
text-decoration:none;
}
.parent{
/* width:1000px;
height:1000px; */
display:flex;
flex-flow:column wrap;
justify-content:space... | 0.2819 | 0.047603 |
@-moz-document url-prefix(http://www.tumblr.com/),url-prefix(https://www.tumblr.com/){
#popover_blogs .tab_notice:after{display:none; }
div.l-header .iconic>a{
background-image:url('http://media.tumblr.com/0a921748e15ed0577814ca6330f0b39e/tumblr_inline_narflgKOBX1qkv2pp.png') !important;}
.tab_bar .ic... | data/usercss/104623.user.css | @-moz-document url-prefix(http://www.tumblr.com/),url-prefix(https://www.tumblr.com/){
#popover_blogs .tab_notice:after{display:none; }
div.l-header .iconic>a{
background-image:url('http://media.tumblr.com/0a921748e15ed0577814ca6330f0b39e/tumblr_inline_narflgKOBX1qkv2pp.png') !important;}
.tab_bar .ic... | 0.159446 | 0.057308 |
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
span.apico-black {
background-image: url("../img/ap_icons_black_2x_social.png");
}
span.apico-color {
background-image: url("../img/ap_icons_color_2x_... | assets/css/third-party/social_icons/css_sprite/css/apico-sprites.css | @media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
span.apico-black {
background-image: url("../img/ap_icons_black_2x_social.png");
}
span.apico-color {
background-image: url("../img/ap_icons_color_2x_... | 0.292191 | 0.090013 |
.xo-buttons a, .xo-buttons button {
display: block-inline;
margin: 0 5px 0 0;
background: #e4e4e5 url('../assets/images/admin/bg_button.gif') repeat-x;
border: 1px solid #d6d6d6;
border-top: 1px solid #dedede;
border-left: 1px solid #dedede;
font-family: "Lucida Grande", Tahoma, Arial, Verda... | assets/css/admin.css | .xo-buttons a, .xo-buttons button {
display: block-inline;
margin: 0 5px 0 0;
background: #e4e4e5 url('../assets/images/admin/bg_button.gif') repeat-x;
border: 1px solid #d6d6d6;
border-top: 1px solid #dedede;
border-left: 1px solid #dedede;
font-family: "Lucida Grande", Tahoma, Arial, Verda... | 0.258981 | 0.207395 |
@font-face {
font-family: 'Calibre Regular';
font-style: normal;
font-weight: normal;
src: local('Calibre Regular'), url('CalibreRegular.woff') format('woff');
}
@font-face {
font-family: 'Calibre Regular Italic';
font-style: normal;
font-weight: normal;
src: local('Calibre Regular Italic'), url('CalibreRegularItali... | app/css/test/style.css |
@font-face {
font-family: 'Calibre Regular';
font-style: normal;
font-weight: normal;
src: local('Calibre Regular'), url('CalibreRegular.woff') format('woff');
}
@font-face {
font-family: 'Calibre Regular Italic';
font-style: normal;
font-weight: normal;
src: local('Calibre Regular Italic'), url('CalibreRegularItali... | 0.630344 | 0.092811 |
@charset "UTF-8";
.head {
background: #fafafa;
padding: 4px 0;
}
.head ul {
list-style-type: none;
display: flex;
}
.head .mini-menu {
padding: 0;
}
.head .mini-menu li {
padding: 0 5px;
border-right: 2px solid #a2a2a2;
display: flex;
}
.head .mini-menu li:first-child {
padding-left: 0;
}
.head ... | public/css/index.css | @charset "UTF-8";
.head {
background: #fafafa;
padding: 4px 0;
}
.head ul {
list-style-type: none;
display: flex;
}
.head .mini-menu {
padding: 0;
}
.head .mini-menu li {
padding: 0 5px;
border-right: 2px solid #a2a2a2;
display: flex;
}
.head .mini-menu li:first-child {
padding-left: 0;
}
.head ... | 0.271831 | 0.064535 |
:root {
--skodaGreen: #4AA82E;
--mainShadow: 2px 2px 6px#555555;
}
html, body{
min-height: 100%;
}
body{
position: relative;
}
.overlay{
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
background-color: rgba(0,0,0,0);
}
.fixedButtonCircle{
position: fi... | src/style/style.css | :root {
--skodaGreen: #4AA82E;
--mainShadow: 2px 2px 6px#555555;
}
html, body{
min-height: 100%;
}
body{
position: relative;
}
.overlay{
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
background-color: rgba(0,0,0,0);
}
.fixedButtonCircle{
position: fi... | 0.557845 | 0.207476 |
img {
max-width: 100%;
}
.preview {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media screen... | public/assets/css/product-detail.css | img {
max-width: 100%;
}
.preview {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media screen... | 0.440469 | 0.082586 |
body{
margin:0;
font-family: 'Roboto', sans-serif;
background: #fff;
}
body 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;
outline:none;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-family: 'Bigshot One', cu... | Tanishq_Taco Restaurant/web/css/style.css | body{
margin:0;
font-family: 'Roboto', sans-serif;
background: #fff;
}
body 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;
outline:none;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-family: 'Bigshot One', cu... | 0.270384 | 0.052086 |
Basic Modal Styles
\**************************/
.modal {
/*font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
*/
font-family: "Roboto", sans-serif;
}
.modal__overlay {
position: fixed;
top: 0;
left: 0;
... | public/css/modal-styles.css | Basic Modal Styles
\**************************/
.modal {
/*font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
*/
font-family: "Roboto", sans-serif;
}
.modal__overlay {
position: fixed;
top: 0;
left: 0;
... | 0.425605 | 0.065545 |
header {
margin: 50px 0;
}
.container-fluid {
margin-bottom: 70px;
}
button {
border: 0;
outline: 0;
padding: 15px;
font-size: 15px;
cursor: pointer;
}
.center {
text-align: center;
}
.box {
height: 300px;
border: 1px solid black;
text-align: center;
line-height: 300px;
font-size: 35px;
color: black;
... | css/admin.css | header {
margin: 50px 0;
}
.container-fluid {
margin-bottom: 70px;
}
button {
border: 0;
outline: 0;
padding: 15px;
font-size: 15px;
cursor: pointer;
}
.center {
text-align: center;
}
.box {
height: 300px;
border: 1px solid black;
text-align: center;
line-height: 300px;
font-size: 35px;
color: black;
... | 0.254231 | 0.091261 |
@charset "UTF-8";
/* 对话框样式 */
.modal-content {
border-radius: 2px; }
.modal-backdrop.in {
filter: alpha(opacity=20);
opacity: .2; }
.pagination {
margin: 0; }
.pagination > li > a, .pagination > li > span {
color: #1B95E0; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
bo... | app/static/css/web/reader.css | @charset "UTF-8";
/* 对话框样式 */
.modal-content {
border-radius: 2px; }
.modal-backdrop.in {
filter: alpha(opacity=20);
opacity: .2; }
.pagination {
margin: 0; }
.pagination > li > a, .pagination > li > span {
color: #1B95E0; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
bo... | 0.305179 | 0.083479 |
:root {
--main-color: #073673;
--main-bg-color: rgb(235, 235, 235);
--icono-tema: url("../img/dark_mode_black_24dp.svg");
--fondo-tema: #8882fd;
}
/* Modificaciones generales */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* Estilos */
body {
background-color: var(--main-bg-color);
color: ... | public/css/estilos.css | :root {
--main-color: #073673;
--main-bg-color: rgb(235, 235, 235);
--icono-tema: url("../img/dark_mode_black_24dp.svg");
--fondo-tema: #8882fd;
}
/* Modificaciones generales */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* Estilos */
body {
background-color: var(--main-bg-color);
color: ... | 0.377426 | 0.122209 |
*{
padding: 0;
margin: 0;
}
.navbar{ background:#353a40;}
.nav-link , .navbar-brand{ color: #f4f4f4; cursor: pointer;}
.nav-link{ margin-right: 2em !important;}
.nav-link:hover{ background: #f4f4f4; color: #353a40; }
.navbar-collapse{ justify-content: flex-end;}
.navbar-toggler{ background:#fff !important;}
.font-cla... | UI2/external_style_sheet.css | *{
padding: 0;
margin: 0;
}
.navbar{ background:#353a40;}
.nav-link , .navbar-brand{ color: #f4f4f4; cursor: pointer;}
.nav-link{ margin-right: 2em !important;}
.nav-link:hover{ background: #f4f4f4; color: #353a40; }
.navbar-collapse{ justify-content: flex-end;}
.navbar-toggler{ background:#fff !important;}
.font-cla... | 0.515132 | 0.077797 |
@supports(padding:max(0px)) {
body, header, footer {
padding-left: min(0vmin, env(safe-area-inset-left));
padding-right: min(0vmin, env(safe-area-inset-right));
}
}
html {
width: 100%;
height: 100%;
overflow-y: hidden;
touch-action: none;
font-family: monospace;
}
body {
... | app/assets/styles/index.css | @supports(padding:max(0px)) {
body, header, footer {
padding-left: min(0vmin, env(safe-area-inset-left));
padding-right: min(0vmin, env(safe-area-inset-right));
}
}
html {
width: 100%;
height: 100%;
overflow-y: hidden;
touch-action: none;
font-family: monospace;
}
body {
... | 0.707304 | 0.189934 |
@import url("basic.css");
/* -- page layout ----------------------------------------------------------- */
body {
font-family: Arial, sans-serif;
font-size: 100%;
background-color: #fff;
color: #555;
margin: 0;
padding: 0;
}
div#header {
margin: 10px 0 10px 5px;
}
/* -- tables --------... | doc/_static/nature.css | @import url("basic.css");
/* -- page layout ----------------------------------------------------------- */
body {
font-family: Arial, sans-serif;
font-size: 100%;
background-color: #fff;
color: #555;
margin: 0;
padding: 0;
}
div#header {
margin: 10px 0 10px 5px;
}
/* -- tables --------... | 0.183813 | 0.098425 |
.teach-content {
width: 80% !important;
}
.content-min {
min-height: 17px;
padding-bottom: 0 !important;
}
.title-box-adjust {
padding-left: 0;
padding-bottom: 5px;
}
.news-box-display {
height: 160px !important;
}
.news-box-display .small-box-footer {
padding: 14px 0 !important;
}
.inn... | backend/appengine/static/css/default.css | .teach-content {
width: 80% !important;
}
.content-min {
min-height: 17px;
padding-bottom: 0 !important;
}
.title-box-adjust {
padding-left: 0;
padding-bottom: 5px;
}
.news-box-display {
height: 160px !important;
}
.news-box-display .small-box-footer {
padding: 14px 0 !important;
}
.inn... | 0.338514 | 0.086478 |
body {
background-color: #fff;
border-color: #fff;
color: #7d7d8e;
}
.layout-header {
-webkit-box-shadow: rgba(255, 255, 255, 0.09) 0px 1px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 5px !important;
box-shadow: rgba(255, 255, 255, 0.09) 0px 1px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 5px !important;
}
.m... | assets/admin/css/messenger.css | body {
background-color: #fff;
border-color: #fff;
color: #7d7d8e;
}
.layout-header {
-webkit-box-shadow: rgba(255, 255, 255, 0.09) 0px 1px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 5px !important;
box-shadow: rgba(255, 255, 255, 0.09) 0px 1px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 5px !important;
}
.m... | 0.372049 | 0.062933 |
.tree-table.fullwidth {
display: block;
max-width: 100%;
overflow-x: auto;
}
.tree-table p {
margin-top: -1px;
}
.tree-table p > span {
margin-right: -1px;
border: 1px solid var(--color-table-header-background);
}
.tree-table .account-cell {
display: flex;
flex: 1;
align-items: center;
min-width:... | frontend/css/tree-table.css | .tree-table.fullwidth {
display: block;
max-width: 100%;
overflow-x: auto;
}
.tree-table p {
margin-top: -1px;
}
.tree-table p > span {
margin-right: -1px;
border: 1px solid var(--color-table-header-background);
}
.tree-table .account-cell {
display: flex;
flex: 1;
align-items: center;
min-width:... | 0.520984 | 0.181662 |
#obContainer::-webkit-scrollbar {
width: 6px;
}
#obContainer::-webkit-scrollbar-thumb {
border-radius: 0;
background: #44697E;
}
.popMenu-notificationsContent::-webkit-scrollbar,
.chatConversationHeads::-webkit-scrollbar,
.chatConversationContent::-webkit-scrollbar,
#sideBar textarea::-webkit-scrollbar {
widt... | css/obBase.css | #obContainer::-webkit-scrollbar {
width: 6px;
}
#obContainer::-webkit-scrollbar-thumb {
border-radius: 0;
background: #44697E;
}
.popMenu-notificationsContent::-webkit-scrollbar,
.chatConversationHeads::-webkit-scrollbar,
.chatConversationContent::-webkit-scrollbar,
#sideBar textarea::-webkit-scrollbar {
widt... | 0.312055 | 0.044723 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222;
}
html {
font-size: 1em;
line-height: 1.4;
}
/*
* Remov... | public/offers/dokkan/css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222;
}
html {
font-size: 1em;
line-height: 1.4;
}
/*
* Remov... | 0.245627 | 0.07072 |
section[data-template="/tree/tree"]
{
/* height:750px; */
}
section[data-template="/tree/tree"] ol.tree
{
cursor:grab;
cursor: -webkit-grab;
cursor: -moz-grab;
padding-top:70px !important;
}
section[data-template="/tree/tree"] ol.tree.grabbing
{
cursor:grabbing;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}... | grandcentral/content/template/tree/css/tree.css | section[data-template="/tree/tree"]
{
/* height:750px; */
}
section[data-template="/tree/tree"] ol.tree
{
cursor:grab;
cursor: -webkit-grab;
cursor: -moz-grab;
padding-top:70px !important;
}
section[data-template="/tree/tree"] ol.tree.grabbing
{
cursor:grabbing;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}... | 0.116689 | 0.044764 |
min-height: 100vh;
min-width: 100vw;
background-color: #f2f2f2;
font-family: arial, sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
#checkout form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 1024px;
-webkit-box-s... | app/css/checkout.css | min-height: 100vh;
min-width: 100vw;
background-color: #f2f2f2;
font-family: arial, sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
#checkout form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 1024px;
-webkit-box-s... | 0.312895 | 0.036322 |
body.scoreboard div,
body.scoreboard span,
body.scoreboard td {
background-color: transparent;
}
p, h1, h2, h3, th, td, div, span, li {
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}
h1 {
font-size: 120%;
font-weight: bold;
text-align: center;
}
h2 {
font-size: 100%;
font-weight: bold;... | downloads/tsh_pairings/krzyze2011/tsh.css | body.scoreboard div,
body.scoreboard span,
body.scoreboard td {
background-color: transparent;
}
p, h1, h2, h3, th, td, div, span, li {
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}
h1 {
font-size: 120%;
font-weight: bold;
text-align: center;
}
h2 {
font-size: 100%;
font-weight: bold;... | 0.542379 | 0.105995 |
@-moz-document domain(openstreetmap.org) {
.preset-icon .icon.highway-motorway,.preset-icon .icon.highway-motorway-link {
color: /*[[highway-motorway]]*/;
}
path.stroke.tag-highway-motorway,path.stroke.tag-highway-motorway_link,path.stroke.tag-motorway {
stroke: /*[[highway-motorway]]*/;
}
.preset-icon .... | data/usercss/128803.user.css | @-moz-document domain(openstreetmap.org) {
.preset-icon .icon.highway-motorway,.preset-icon .icon.highway-motorway-link {
color: /*[[highway-motorway]]*/;
}
path.stroke.tag-highway-motorway,path.stroke.tag-highway-motorway_link,path.stroke.tag-motorway {
stroke: /*[[highway-motorway]]*/;
}
.preset-icon .... | 0.283186 | 0.041989 |
@font-face {
font-family: Vazir;
src: url("vazir-font/dist/Vazir-Regular.eot");
src: url("vazir-font/dist/Vazir-Regular.eot?#iefix")
format("embedded-opentype"),
url("vazir-font/dist/Vazir-Regular.woff2") format("woff2"),
url("vazir-font/dist/Vazir-Regular.woff") format("woff"),
url("vazi... | src/assets/vazirfont.css | @font-face {
font-family: Vazir;
src: url("vazir-font/dist/Vazir-Regular.eot");
src: url("vazir-font/dist/Vazir-Regular.eot?#iefix")
format("embedded-opentype"),
url("vazir-font/dist/Vazir-Regular.woff2") format("woff2"),
url("vazir-font/dist/Vazir-Regular.woff") format("woff"),
url("vazi... | 0.261614 | 0.086942 |
.MainContComment{
max-width:640px;
overflow:hidden;
margin:10px auto;
border:#DDD solid 1px;
background:#EFEFEF;
border-radius:5px;
}
.MainContComment .head {
font-size:18px;
line-height:36px;
text-align:center;
background:#999;
color:#FFF;
min-height:36px;
overflow:hidden;
}
.MainContCom... | public/static/member/default/wap/comment_public.css | .MainContComment{
max-width:640px;
overflow:hidden;
margin:10px auto;
border:#DDD solid 1px;
background:#EFEFEF;
border-radius:5px;
}
.MainContComment .head {
font-size:18px;
line-height:36px;
text-align:center;
background:#999;
color:#FFF;
min-height:36px;
overflow:hidden;
}
.MainContCom... | 0.133967 | 0.0402 |
min-height: calc(100vh - 170px);
/* 80px header + 40px footer = 120px */
width: 72%;
margin-left: 14%;
margin-right: 14%;
}
#presentation,
#presentationMobile {
text-align: center;
}
#presentation h1,
#presentationMobile h1 {
font-size: 60px;
/*font-family: 'Montserrat', sans-serif;*/... | css/index.css | min-height: calc(100vh - 170px);
/* 80px header + 40px footer = 120px */
width: 72%;
margin-left: 14%;
margin-right: 14%;
}
#presentation,
#presentationMobile {
text-align: center;
}
#presentation h1,
#presentationMobile h1 {
font-size: 60px;
/*font-family: 'Montserrat', sans-serif;*/... | 0.480235 | 0.081739 |
color: red;
}
.menu li:hover > a, .menu .current-item > a {
text-decoration:none;
}
.menu > ul > li {
display:inline-block;
position:relative;
}
.login {
margin-top: 12px;
}
.menu > ul > li > a {
margin-top: auto;
margin-bottom: auto;
margin-right: 50px;
display:inline-block;
text-sha... | vendor/bootstrap/css/style_navbar.css | color: red;
}
.menu li:hover > a, .menu .current-item > a {
text-decoration:none;
}
.menu > ul > li {
display:inline-block;
position:relative;
}
.login {
margin-top: 12px;
}
.menu > ul > li > a {
margin-top: auto;
margin-bottom: auto;
margin-right: 50px;
display:inline-block;
text-sha... | 0.321673 | 0.068975 |
@charset "utf-8";
/* CSS Document */
/*.botonTab {
float: left;
}*/
/*.botonTab [type=button] { display: none; }*/
.botonTab0,.botonTab,.botonTabSelect{
text-decoration: none;
display:inline-block;
font-size: 17px; /*Aumentamos el tamaño de la fuente */
font-weight: bold; /* Y la ponemos en negrita */
color:... | web/bundles/acmeuser/css/menu/menu_style.css | @charset "utf-8";
/* CSS Document */
/*.botonTab {
float: left;
}*/
/*.botonTab [type=button] { display: none; }*/
.botonTab0,.botonTab,.botonTabSelect{
text-decoration: none;
display:inline-block;
font-size: 17px; /*Aumentamos el tamaño de la fuente */
font-weight: bold; /* Y la ponemos en negrita */
color:... | 0.198297 | 0.062531 |
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
header{
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center;
background-size: 130%;
}
body{
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: 100% 100%;
}
.log... | public/css/style.css | *{
padding: 0;
margin: 0;
box-sizing: border-box;
}
header{
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center;
background-size: 130%;
}
body{
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: 100% 100%;
}
.log... | 0.432543 | 0.088583 |