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 |
|---|---|---|---|---|
.container {
height: calc(100vh - 20px); /* subtract padding */
width: calc(100vw - 320px); /* subtract info panel and padding */
background-color: rgba(0, 0, 0, 0.65);
backdrop-filter: blur(3px);
padding: 10px;
color: #f6f6f4;
font-family: "Rubik", sans-serif;
border-right: 1px solid rgba(0, 0, 0, 0.15... | client/src/components/Settings/styles.css | .container {
height: calc(100vh - 20px); /* subtract padding */
width: calc(100vw - 320px); /* subtract info panel and padding */
background-color: rgba(0, 0, 0, 0.65);
backdrop-filter: blur(3px);
padding: 10px;
color: #f6f6f4;
font-family: "Rubik", sans-serif;
border-right: 1px solid rgba(0, 0, 0, 0.15... | 0.542621 | 0.135289 |
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;400;900&display=swap');
.App {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
height: 100%;
margin: auto;
font-size: 22px;
font-family: 'Prompt', sans-serif;
}
@media (min-width: 100px) {
.Ap... | src/App.css | @import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;400;900&display=swap');
.App {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
height: 100%;
margin: auto;
font-size: 22px;
font-family: 'Prompt', sans-serif;
}
@media (min-width: 100px) {
.Ap... | 0.343012 | 0.068944 |
@media screen and (min-width: 1366px) and (max-width: 1919px) {
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1197px) {
.hero-style-2 .slick-prev,
.hero-style-2 .slick-next {
top: 60%;
}
.hero .slick-prev,
.hero .slick-next {
display: none !important;
}
.hero-style-1.hero-style-... | public/website/css/responsive.css |
@media screen and (min-width: 1366px) and (max-width: 1919px) {
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1197px) {
.hero-style-2 .slick-prev,
.hero-style-2 .slick-next {
top: 60%;
}
.hero .slick-prev,
.hero .slick-next {
display: none !important;
}
.hero-style-1.hero-style-... | 0.266357 | 0.07056 |
body {
font-family:Arial;
margin:0;
padding:0px;
}
.extender {
height:1px;
clear:both;
}
#header_bg {
height : 80px;
background : #b00 url(/images/application/bg_pattern.png) repeat;
}
#header {
width : 980px;
height : 80px;
margin:0 auto;
}
#header_link {
color : #fff;
h... | public/stylesheets/rtl/application.css | body {
font-family:Arial;
margin:0;
padding:0px;
}
.extender {
height:1px;
clear:both;
}
#header_bg {
height : 80px;
background : #b00 url(/images/application/bg_pattern.png) repeat;
}
#header {
width : 980px;
height : 80px;
margin:0 auto;
}
#header_link {
color : #fff;
h... | 0.276593 | 0.108685 |
body {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(65deg, #759fc6, #ff8d7e, #ffb14b, #759fc6);
}
body .box {
width: 500px;
height: 500px;
position: relative;
max-width: 100vw;
max-height: 100vw;
box-shadow: 0 20px 20px 0 rg... | animation-master/animation199/stylesheets/style.css | body {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(65deg, #759fc6, #ff8d7e, #ffb14b, #759fc6);
}
body .box {
width: 500px;
height: 500px;
position: relative;
max-width: 100vw;
max-height: 100vw;
box-shadow: 0 20px 20px 0 rg... | 0.406155 | 0.04982 |
.avia-button-wrap{display:inline-block;}
.avia-button{
color:#777;
border-color: #e1e1e1;
background-color: #f8f8f8;
}
body div .avia-button{
border-radius: 3px;
font-size: 12px;
text-decoration: none;
display:inline-block;
border-bottom-style: solid;
border-bottom-width: 1px;
line-height: 1.2em;
position: relative... | assets/css/gridbuttons.css | .avia-button-wrap{display:inline-block;}
.avia-button{
color:#777;
border-color: #e1e1e1;
background-color: #f8f8f8;
}
body div .avia-button{
border-radius: 3px;
font-size: 12px;
text-decoration: none;
display:inline-block;
border-bottom-style: solid;
border-bottom-width: 1px;
line-height: 1.2em;
position: relative... | 0.341912 | 0.041793 |
html,
body {
margin: 0;
font-size: 100%;
font-family: 'Varela Round', sans-serif;
background: #fff;
}
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.5s all;
font-family: 'Varela Round', sans-serif;
}
... | css/style.css | html,
body {
margin: 0;
font-size: 100%;
font-family: 'Varela Round', sans-serif;
background: #fff;
}
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.5s all;
font-family: 'Varela Round', sans-serif;
}
... | 0.294824 | 0.059401 |
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 100;
src: local(''),
url('../fonts/noto-sans-kr-v13-latin_korean-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/noto-sans-kr-v13-latin_korean-100.woff') format('woff');... | assets/css/font-noto-sans-kr.css | @font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 100;
src: local(''),
url('../fonts/noto-sans-kr-v13-latin_korean-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/noto-sans-kr-v13-latin_korean-100.woff') format('woff');... | 0.234056 | 0.038107 |
body{
background-color:skyblue;
margin:0px;
padding-left: 2%;
padding-right: 2%;
}
#body-1{
margin: 0px;
}
#header{
background-color: slategray;
padding-top: 15px;
padding-bottom: 0.5px;
font-weight: 50px;
font-size: large;
margin-top:-22px;
color: white;
border: 1p... | styling.css | body{
background-color:skyblue;
margin:0px;
padding-left: 2%;
padding-right: 2%;
}
#body-1{
margin: 0px;
}
#header{
background-color: slategray;
padding-top: 15px;
padding-bottom: 0.5px;
font-weight: 50px;
font-size: large;
margin-top:-22px;
color: white;
border: 1p... | 0.351422 | 0.094929 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap');
html, body {
background: #F7F7F2;
background-attachment: local;
background-image: url("/assets/img/BG.png");
background-repeat: repeat-x;
background-size: 300px 200px;
font-family: 'Roboto', sans-serif;
height: 100%;
m... | hosted/style.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap');
html, body {
background: #F7F7F2;
background-attachment: local;
background-image: url("/assets/img/BG.png");
background-repeat: repeat-x;
background-size: 300px 200px;
font-family: 'Roboto', sans-serif;
height: 100%;
m... | 0.326593 | 0.078325 |
@font-face{
font-family: "font-01";
src: url(../_fonts/the_next_font.ttf)
}
#interface{
width: 1000px;
height: 990px;
margin: 0px auto 0px auto;
}
.slider{
margin: 0;
padding: 0;
display: block;
height: 293px;
width: 100pw;
margin: auto;
margin-left: 0px;
margin-top:... | rent-a-car/_css/estilo.css | @font-face{
font-family: "font-01";
src: url(../_fonts/the_next_font.ttf)
}
#interface{
width: 1000px;
height: 990px;
margin: 0px auto 0px auto;
}
.slider{
margin: 0;
padding: 0;
display: block;
height: 293px;
width: 100pw;
margin: auto;
margin-left: 0px;
margin-top:... | 0.351756 | 0.093223 |
.item-star {
display: inline-block;
color: rgb(255, 102, 0);
width: 20px;
text-align: center;
font-size: 13.5px;
}
.item-upvote {
display: inline-block;
color: #828282;
background: url("/upvote-arrow.png") no-repeat;
background-position: center;
text-align: center;
width: 20px;
height: 10px;
... | styles/components/item.css | .item-star {
display: inline-block;
color: rgb(255, 102, 0);
width: 20px;
text-align: center;
font-size: 13.5px;
}
.item-upvote {
display: inline-block;
color: #828282;
background: url("/upvote-arrow.png") no-repeat;
background-position: center;
text-align: center;
width: 20px;
height: 10px;
... | 0.380068 | 0.077973 |
div.form-repeat {
border: 1px dashed black;
padding: 3px;
}
input#upload_to_table {
display: none;
}
pre.pack-display {
white-space: pre-wrap;
margin: 5px;
padding: 5px;
border: 1px dotted grey;
}
pre.js-code-display {
margin: 5px;
padding: 5px;
border: 1px dotted grey;
}
#footer {
margin: 5em 0;
... | packages/server/public/saltcorn.css | div.form-repeat {
border: 1px dashed black;
padding: 3px;
}
input#upload_to_table {
display: none;
}
pre.pack-display {
white-space: pre-wrap;
margin: 5px;
padding: 5px;
border: 1px dotted grey;
}
pre.js-code-display {
margin: 5px;
padding: 5px;
border: 1px dotted grey;
}
#footer {
margin: 5em 0;
... | 0.326486 | 0.103115 |
@media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
posi... | sass/4-layout/_footer.css | @media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
posi... | 0.395484 | 0.060446 |
html,
body {
margin: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
body {
background: #80CBC4;
}
@font-face {
font-family: font;
src: url('../fonts/HKGrotesk-Regular.eot');
src: url('../fonts/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/HKGrotesk-Re... | public/version_history/v0/stylesheets/stylesheet.css | html,
body {
margin: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
body {
background: #80CBC4;
}
@font-face {
font-family: font;
src: url('../fonts/HKGrotesk-Regular.eot');
src: url('../fonts/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/HKGrotesk-Re... | 0.516352 | 0.057071 |
@font-face {
font-family: 'Press Start 2P';
font-style: normal;
font-weight: 400;
src: url('fonts/PressStart2Play.eot');
src: url('fonts/PressStart2Play.eot?iefix') format('eot'),
url('fonts/PressStart2Play.woff') format('woff'),
url('fonts/PressStart2Play.ttf') format('truetype');
}
... | pacman-canvas-de.css | @font-face {
font-family: 'Press Start 2P';
font-style: normal;
font-weight: 400;
src: url('fonts/PressStart2Play.eot');
src: url('fonts/PressStart2Play.eot?iefix') format('eot'),
url('fonts/PressStart2Play.woff') format('woff'),
url('fonts/PressStart2Play.ttf') format('truetype');
}
... | 0.192995 | 0.052473 |
body {
font-family: 'Ubuntu';
color: rgb(71, 71, 71);
margin: 0;
}
.main{
display: block;
width: 100%;
background: rgb(57,162,219);
background: linear-gradient(321deg, rgba(57,162,219,1) 0%, rgba(162,219,250,1) 40%, rgba(102,222,147,1) 100%);
padding: 100px 100px 0 100px;
}
.title{
display: block;
margin-to... | public/template/css/pdf_style.css | body {
font-family: 'Ubuntu';
color: rgb(71, 71, 71);
margin: 0;
}
.main{
display: block;
width: 100%;
background: rgb(57,162,219);
background: linear-gradient(321deg, rgba(57,162,219,1) 0%, rgba(162,219,250,1) 40%, rgba(102,222,147,1) 100%);
padding: 100px 100px 0 100px;
}
.title{
display: block;
margin-to... | 0.181372 | 0.080647 |
.admonition {
overflow-x: scroll;
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
text-align: left;
}
.admonition.note {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.admonition.warning {
color: #c09853;
backgrou... | docs/archive/v2.0.0-rc3/css/extra.css | .admonition {
overflow-x: scroll;
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
text-align: left;
}
.admonition.note {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.admonition.warning {
color: #c09853;
backgrou... | 0.461745 | 0.11304 |
body {
background: #232C31;
font-family: 'Hammersmith One', sans-serif;
}
.container {
background: #4F5353;
width: 540px;
height: 600px;
padding: 25px;
padding-bottom: 50px;
margin: 0 auto;
margin-top: 50px;
border-radius: 25px;
}
#first-menu {
/* display: none; */
text-align: center;
margin... | src/style.css | body {
background: #232C31;
font-family: 'Hammersmith One', sans-serif;
}
.container {
background: #4F5353;
width: 540px;
height: 600px;
padding: 25px;
padding-bottom: 50px;
margin: 0 auto;
margin-top: 50px;
border-radius: 25px;
}
#first-menu {
/* display: none; */
text-align: center;
margin... | 0.315947 | 0.067639 |
Forces backgrounds to span full width,
even if there is horizontal scrolling.
Increase this if your layout is wider.
Note: IE6 works fine without this fix.
*/
body {
min-width: 960px;
}
/* Containers
----------------------------------------------------------------------------------------------------*/
.con... | assets/css/grid.css | Forces backgrounds to span full width,
even if there is horizontal scrolling.
Increase this if your layout is wider.
Note: IE6 works fine without this fix.
*/
body {
min-width: 960px;
}
/* Containers
----------------------------------------------------------------------------------------------------*/
.con... | 0.246987 | 0.092319 |
::selection {
background-color: #db92f6;
color: white;
}
a {
color: #b27bd9;
}
a:hover {
text-decoration: underline;
/* filter: invert(1); */
}
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
ba... | client/src/index.css | ::selection {
background-color: #db92f6;
color: white;
}
a {
color: #b27bd9;
}
a:hover {
text-decoration: underline;
/* filter: invert(1); */
}
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
ba... | 0.473901 | 0.079531 |
body {
background: #e5e6e7 ;
font-family: Tahoma, "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
line-height: 1.42857143;
color:#555 ;
padding-top: 46px; /* 46px for header */
}
body.n_activated, body.n_live {
padding-top: 92px; /* 46px for header & top bar */
}
a {
color: #20a5b8;
... | assets/css/style.rtl.css |
body {
background: #e5e6e7 ;
font-family: Tahoma, "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
line-height: 1.42857143;
color:#555 ;
padding-top: 46px; /* 46px for header */
}
body.n_activated, body.n_live {
padding-top: 92px; /* 46px for header & top bar */
}
a {
color: #20a5b8;
... | 0.292191 | 0.059292 |
@CHARSET "UTF-8";
#psne-sidemenu-end {
margin-bottom: 44px;
padding-top: 50px;
padding-bottom: 50px;
}
#psne-side-menu-overlay-container {
position: fixed;
width: 0;
height: 0;
z-index: 200
}
.menu-open #psne-side-menu-overlay-container {
display: block;
left: 0;
top: 0;
width: 100... | css/sidemenu.css | @CHARSET "UTF-8";
#psne-sidemenu-end {
margin-bottom: 44px;
padding-top: 50px;
padding-bottom: 50px;
}
#psne-side-menu-overlay-container {
position: fixed;
width: 0;
height: 0;
z-index: 200
}
.menu-open #psne-side-menu-overlay-container {
display: block;
left: 0;
top: 0;
width: 100... | 0.249813 | 0.060391 |
.pesbarimg {
border-radius: 10px;
position: relative;
text-align: center;
color: white;
}
.rownormal {
margin-right: -15px !important;
margin-left: -15px !important;
}
.row {
margin-right: 0px;
margin-left: 0px;
}
.pa5{
margin-top:5px;
}
.pesbar {
display: inline-block !important;
vertical-alig... | assets/css/style.css | .pesbarimg {
border-radius: 10px;
position: relative;
text-align: center;
color: white;
}
.rownormal {
margin-right: -15px !important;
margin-left: -15px !important;
}
.row {
margin-right: 0px;
margin-left: 0px;
}
.pa5{
margin-top:5px;
}
.pesbar {
display: inline-block !important;
vertical-alig... | 0.457137 | 0.169956 |
.colorTip{
/* This class is assigned to the color tip span by jQuery */
display:none;
position:absolute;
left:50%;
top:-30px;
padding:6px;
background-color:white;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
line-height:1;
text-decoration:none;
text-align:center;
text-sh... | public/assets/css/qrtip-1.0-jquery.css | .colorTip{
/* This class is assigned to the color tip span by jQuery */
display:none;
position:absolute;
left:50%;
top:-30px;
padding:6px;
background-color:white;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
line-height:1;
text-decoration:none;
text-align:center;
text-sh... | 0.249264 | 0.056652 |
body {
font-family: Verdana, Geneva, sans-serif;
}
.btn-primary{
border:1px solid #9b9a9a;-webkit-box-shadow: #337c5f 0px 2px 2px ;-moz-box-shadow: #337c5f 0px 2px 2px ; box-shadow: #337c5f 0px 2px 2px ; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:20px;font-family:arial, helve... | web/css/documents.css | body {
font-family: Verdana, Geneva, sans-serif;
}
.btn-primary{
border:1px solid #9b9a9a;-webkit-box-shadow: #337c5f 0px 2px 2px ;-moz-box-shadow: #337c5f 0px 2px 2px ; box-shadow: #337c5f 0px 2px 2px ; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:20px;font-family:arial, helve... | 0.377885 | 0.157525 |
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*#34af23
* Made By MaterializeCSS.com
*/
@media only screen and (max-width: 600px) {
#navZap{
background-color: #055f55 !important;
}
#tituloResponsivo{
display: none !important;
}
#titulo{
font-size: 3... | css/style.css | * Use this file to override Materialize files so you can update
* the core Materialize files in the future
*#34af23
* Made By MaterializeCSS.com
*/
@media only screen and (max-width: 600px) {
#navZap{
background-color: #055f55 !important;
}
#tituloResponsivo{
display: none !important;
}
#titulo{
font-size: 3... | 0.346984 | 0.074399 |
body,dd,dl,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,ol,p,select,td,textarea,th,ul{margin:0;padding:0}
body{font-family:'微软雅黑',Arial,Helvetica,sans-serif;font-size:14px;margin:0 auto;background-color:#fff;color:#333;}
@media all and (min-width:750px){body{width:750px;margin-right:auto;margin-left:auto}}
.clearfix... | frontend/web/approve/css/style.css | body,dd,dl,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,ol,p,select,td,textarea,th,ul{margin:0;padding:0}
body{font-family:'微软雅黑',Arial,Helvetica,sans-serif;font-size:14px;margin:0 auto;background-color:#fff;color:#333;}
@media all and (min-width:750px){body{width:750px;margin-right:auto;margin-left:auto}}
.clearfix... | 0.211824 | 0.050028 |
html,
body {
height: 100%;
width: 100%;
margin: 0;
overflow-x: hidden;
background-color: rgb(236, 238, 241);
font-family: sans-serif;
}
nav {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.already-have-an-account {
position: absolute;
top: 0;
right: 50px;
display: flex;
flex-direct... | index.css | html,
body {
height: 100%;
width: 100%;
margin: 0;
overflow-x: hidden;
background-color: rgb(236, 238, 241);
font-family: sans-serif;
}
nav {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.already-have-an-account {
position: absolute;
top: 0;
right: 50px;
display: flex;
flex-direct... | 0.606615 | 0.070208 |
:root {
--primary-clr: #1c1d22;
--bg: #1c1d22;
--neutral-clr: #fff;
--light-blue: #007bff;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body,
h1,
h2,
h3,
p {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
color: var(--neutral-clr);
}
.nav... | style.css | :root {
--primary-clr: #1c1d22;
--bg: #1c1d22;
--neutral-clr: #fff;
--light-blue: #007bff;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body,
h1,
h2,
h3,
p {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
color: var(--neutral-clr);
}
.nav... | 0.453504 | 0.105464 |
.rmagic * {
box-sizing: border-box
}
.rmagic {
display: block;
float: left;
width: 90%;
max-width: 1100px;
margin: 5px 10% 0 5%;
color: #555d66;
/*font-size: 12px;*/
position: relative;
}
.rmagic a {
text-decoration: none;
vertical-align: middle;
outline: 0px;
box-... | 2021/CVE-2021-24862/vultarget/custom-registration-form-builder-with-submission-manager/admin/css/style_rm_admin.css |
.rmagic * {
box-sizing: border-box
}
.rmagic {
display: block;
float: left;
width: 90%;
max-width: 1100px;
margin: 5px 10% 0 5%;
color: #555d66;
/*font-size: 12px;*/
position: relative;
}
.rmagic a {
text-decoration: none;
vertical-align: middle;
outline: 0px;
box-... | 0.361841 | 0.082033 |
.overlay, .elements {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
position: absolute;
width: 768px;
height: 640px;
}
span {
background-size: cover;
}
.a1 {
background-image: url('../images/map/A1.pn... | packages/react-app/src/components/MapOverlay.css | .overlay, .elements {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
position: absolute;
width: 768px;
height: 640px;
}
span {
background-size: cover;
}
.a1 {
background-image: url('../images/map/A1.pn... | 0.271638 | 0.442998 |
body {
background: #ffffff;
color: #000;
}
/* Loader Settings */
.loader-wrap {
background: white !important;
}
.pin:after {
color: rgb(4 4 4 / 75%);
}
/* Menu Settings */
.main-header:before {
background: #f9f9f9;
opacity: 1;
}
.menu-button-text {
color: rgb(0, 0, 0);
}
.header-social li a , .f... | css/light/light.css | body {
background: #ffffff;
color: #000;
}
/* Loader Settings */
.loader-wrap {
background: white !important;
}
.pin:after {
color: rgb(4 4 4 / 75%);
}
/* Menu Settings */
.main-header:before {
background: #f9f9f9;
opacity: 1;
}
.menu-button-text {
color: rgb(0, 0, 0);
}
.header-social li a , .f... | 0.516595 | 0.091544 |
:root {
/*pallete*/
--colone: #2d2d2a;
--coltwo: #353831;
--colthree: #38423b;
--colfour: #20fc8f;
--colfive: #d6fff6;
/*other vars*/
--sidebarsize: 250px;
--msidebarsize: 0px;
}
html {
scroll-behavior: smooth;
}
/*
*page Components
*/
.mIntro{
#margin-left: var(--msidebarsize);
padding-top:... | src/components/MStyles.css | :root {
/*pallete*/
--colone: #2d2d2a;
--coltwo: #353831;
--colthree: #38423b;
--colfour: #20fc8f;
--colfive: #d6fff6;
/*other vars*/
--sidebarsize: 250px;
--msidebarsize: 0px;
}
html {
scroll-behavior: smooth;
}
/*
*page Components
*/
.mIntro{
#margin-left: var(--msidebarsize);
padding-top:... | 0.376279 | 0.125574 |
body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.app-title {
text-align: center;
padding: 10px;
font-weight: 600;
font-size: 20px;
}
.outer-border {
position: relative;
padding-top: 0px;
border: 1px solid #f6f6f6;
border-top: 60px solid #f6f6f6;... | style.css | body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.app-title {
text-align: center;
padding: 10px;
font-weight: 600;
font-size: 20px;
}
.outer-border {
position: relative;
padding-top: 0px;
border: 1px solid #f6f6f6;
border-top: 60px solid #f6f6f6;... | 0.388618 | 0.077483 |
@import url(https://fonts.googleapis.com/css?family={font_name}:700);
* {
box-sizing: border-box;
}
/* Make sure it fits the entire browser source size */
html, body {
height: 100%;
overflow: hidden;
}
/* Static Body Styles */
body {
font-weight: 700;
line-height: 1.5em;
}
/* Custom Body Styles */
body {... | custom chat/styles.css | @import url(https://fonts.googleapis.com/css?family={font_name}:700);
* {
box-sizing: border-box;
}
/* Make sure it fits the entire browser source size */
html, body {
height: 100%;
overflow: hidden;
}
/* Static Body Styles */
body {
font-weight: 700;
line-height: 1.5em;
}
/* Custom Body Styles */
body {... | 0.581541 | 0.137764 |
input.CDCalendar_icon {
background:#fff url(http://p15.qhimg.com/t01e94709749feffaa0.png) 98% -84px no-repeat;
padding-right: 30px;
}
.CDCalendar_bounding_box {
position: relative;
color: #404040;
font: 12px/1.5 Arial;
z-index: 10000;
}
.CDCalendar_bounding_box .CDC_container {
background-co... | modules/JC.DCalendar/0.1/res/default/style.css | input.CDCalendar_icon {
background:#fff url(http://p15.qhimg.com/t01e94709749feffaa0.png) 98% -84px no-repeat;
padding-right: 30px;
}
.CDCalendar_bounding_box {
position: relative;
color: #404040;
font: 12px/1.5 Arial;
z-index: 10000;
}
.CDCalendar_bounding_box .CDC_container {
background-co... | 0.465145 | 0.140248 |
.iosSlider {
position: relative;
top: 0;
left: 0;
overflow: hidden;
margin:auto 0 15px;
height:300px;
width:100%;
}
.iosSlider .slider {
width: 100%;
}
.iosSlider .slider .slide {
width: 100%;
height: 100%;
padding: 0 0 0 0;
position: relative;
}
.iosSlider img
{
... | frontend/plugin/feature/css/slideshow.css | .iosSlider {
position: relative;
top: 0;
left: 0;
overflow: hidden;
margin:auto 0 15px;
height:300px;
width:100%;
}
.iosSlider .slider {
width: 100%;
}
.iosSlider .slider .slide {
width: 100%;
height: 100%;
padding: 0 0 0 0;
position: relative;
}
.iosSlider img
{
... | 0.478529 | 0.130147 |
@font-face {
font-family: "Open Sans Bold";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrilli... | style.css | @font-face {
font-family: "Open Sans Bold";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrilli... | 0.384912 | 0.147065 |
.box{
width: 1100px;
height: auto;
/*background-color: #eaeaea;*/
margin: 0 auto;
display:flex;
justify-content: space-between;
}
.left{
width: 69%;
height: auto;
/*background-color:skyblue;*/
border: 1px solid #e5e5e5;
padding:20px;
box-sizing: border-box;
box-shadow:0px 14px 15px 0px #8d8d... | css/box.css | .box{
width: 1100px;
height: auto;
/*background-color: #eaeaea;*/
margin: 0 auto;
display:flex;
justify-content: space-between;
}
.left{
width: 69%;
height: auto;
/*background-color:skyblue;*/
border: 1px solid #e5e5e5;
padding:20px;
box-sizing: border-box;
box-shadow:0px 14px 15px 0px #8d8d... | 0.193147 | 0.050494 |
.document-viewer-wrapper {
display: inline-block;
margin: 20px;
float: right;
position: relative;
border-radius: 5px;
}
.document-viewer-outer {
position: relative;
background: #fff;
border: 1px solid #dadada;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
}
.document-viewer {
padding: 10px 20px;
}
.docum... | bkpsiteantigo/solo/client/plugins/document-viewer/css/style.css | .document-viewer-wrapper {
display: inline-block;
margin: 20px;
float: right;
position: relative;
border-radius: 5px;
}
.document-viewer-outer {
position: relative;
background: #fff;
border: 1px solid #dadada;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
}
.document-viewer {
padding: 10px 20px;
}
.docum... | 0.419886 | 0.095687 |
@font-face {
/* font-family: 'AmstelvarAlpha';
src: url('AmstelvarAlpha-VF.ttf') format("truetype-variations");
font-weight: 28 250; */
/* font-stretch: 60% 402%; */
font-family: 'narkiss_text';
src:url('../assets/NarkissText-VF.ttf') format("truetype-variations"),
url('../assets/narkisstext-vf-webfont... | css/style.css | @font-face {
/* font-family: 'AmstelvarAlpha';
src: url('AmstelvarAlpha-VF.ttf') format("truetype-variations");
font-weight: 28 250; */
/* font-stretch: 60% 402%; */
font-family: 'narkiss_text';
src:url('../assets/NarkissText-VF.ttf') format("truetype-variations"),
url('../assets/narkisstext-vf-webfont... | 0.344443 | 0.046378 |
:root {
--grey-l4: #f7f7f7;
--grey-l3: #dedede;
--grey-l2: #c6c6c6;
--grey-l1: #adadad;
--grey:#959595;
--grey-d1: #7c7c7c;
--grey-d2: #646464;
--grey-d3: #4b4b4b;
--grey-d4: #333333;
--link-color: #428bca;
--active-color: #38849e;
--text-dark: #333333;
--text-grey: #646464;
--text-light:... | static/css/main.css | :root {
--grey-l4: #f7f7f7;
--grey-l3: #dedede;
--grey-l2: #c6c6c6;
--grey-l1: #adadad;
--grey:#959595;
--grey-d1: #7c7c7c;
--grey-d2: #646464;
--grey-d3: #4b4b4b;
--grey-d4: #333333;
--link-color: #428bca;
--active-color: #38849e;
--text-dark: #333333;
--text-grey: #646464;
--text-light:... | 0.408631 | 0.100967 |
.clientProfile-container {
height: 105vh;
background: var(--background-secondary);
}
.clientProfile-profileCard {
padding-top: 15px !important;
position: relative;
background: var(--background-main) !important;
color: var(--text-primary) !important;
}
#clientProfile-avatar {
width: 180px;
height: 180p... | Client-app/src/components/ClientProfile/ClientProfile.css | .clientProfile-container {
height: 105vh;
background: var(--background-secondary);
}
.clientProfile-profileCard {
padding-top: 15px !important;
position: relative;
background: var(--background-main) !important;
color: var(--text-primary) !important;
}
#clientProfile-avatar {
width: 180px;
height: 180p... | 0.433022 | 0.051797 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;1,200&display=swap');
:root {
--cor1: #8d6e25;
--cor2: #EFF0ED;
--cor3: white;
--cor4: black;
--fonte-titu... | style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;1,200&display=swap');
:root {
--cor1: #8d6e25;
--cor2: #EFF0ED;
--cor3: white;
--cor4: black;
--fonte-titu... | 0.321247 | 0.090615 |
.app-list-item a,
.list a,
a,
body,
html {
color: #505862;
}
body,
html,
li,
p,
ul {
padding: 0;
margin: 0;
}
.mask,
.navbar {
background: #A3A3A3;
/* background-color: #fff; */
/* color: black; */
}
.app-list,
.comp,
.nav-list li {
text-align: center;
}
.dropdown-menu .icon,
.userImg,
a img {
vertical-... | paas-ce/paas/paas/static/home/css/index.min.css | .app-list-item a,
.list a,
a,
body,
html {
color: #505862;
}
body,
html,
li,
p,
ul {
padding: 0;
margin: 0;
}
.mask,
.navbar {
background: #A3A3A3;
/* background-color: #fff; */
/* color: black; */
}
.app-list,
.comp,
.nav-list li {
text-align: center;
}
.dropdown-menu .icon,
.userImg,
a img {
vertical-... | 0.29747 | 0.053725 |
* { margin: 0; padding: 0 }
/* Is this portable? */
html {
background-color: white;
width: 100%;
height: 100%;
}
body {
background: #fefefe;
color: #333;
text-align: left;
min-height: 100vh;
position: relative;
-webkit-text-size-adjust: 100%;
-webkit-font-feature-settings: "kern" 1, "liga" 0;
-... | datafiles/static/hackage.css |
* { margin: 0; padding: 0 }
/* Is this portable? */
html {
background-color: white;
width: 100%;
height: 100%;
}
body {
background: #fefefe;
color: #333;
text-align: left;
min-height: 100vh;
position: relative;
-webkit-text-size-adjust: 100%;
-webkit-font-feature-settings: "kern" 1, "liga" 0;
-... | 0.312055 | 0.099034 |
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
#content:after, #global-header .header-wrapper .header-global .site-search:after, #global-header form#search .content:after, #footer .footer-categories:after,... | app/static/stylesheets/property-view-2-0.css | @-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
#content:after, #global-header .header-wrapper .header-global .site-search:after, #global-header form#search .content:after, #footer .footer-categories:after,... | 0.346652 | 0.053083 |
body{
line-height: 1.3 !important;
}
.ais-refinement-list--header.ais-header{
font-weight: bold !important;
}
.ais-root ais-refinement-list .ais-root__collapsible{
margin-top:1em;
}
.filter_title {
margin-top:10%;
text-transform:capitalize !important;
}
.ais-refinement-list--item{
margin-top: ... | css/custom.css | body{
line-height: 1.3 !important;
}
.ais-refinement-list--header.ais-header{
font-weight: bold !important;
}
.ais-root ais-refinement-list .ais-root__collapsible{
margin-top:1em;
}
.filter_title {
margin-top:10%;
text-transform:capitalize !important;
}
.ais-refinement-list--item{
margin-top: ... | 0.215929 | 0.110711 |
.ecco{
font-size: 14px;
line-height: 20px;
}
.fig{
margin-bottom:15px;
float:left;
}
#text-explorable {
position: relative;
margin: 10px;
font-size: 14px;
line-height: 1;
font-family: 'Roboto Mono', monospace;
}
.exp-btn {
width: 200px;
height: 50px;
}
.layer-activations-t... | assets/ecco-styles.css | .ecco{
font-size: 14px;
line-height: 20px;
}
.fig{
margin-bottom:15px;
float:left;
}
#text-explorable {
position: relative;
margin: 10px;
font-size: 14px;
line-height: 1;
font-family: 'Roboto Mono', monospace;
}
.exp-btn {
width: 200px;
height: 50px;
}
.layer-activations-t... | 0.317215 | 0.186058 |
#setfooterprod{
min-height: 78vh;
background-color: rgba(246,246,242,0.9);
}
#titleprod{
position:relative;
margin-top: 10px;
font-weight: 700;
font-size: 40px;
color: black;
}
#finaltexts{
font-weight: 500;
color:white;
}
/*return dashboard inventory button*/
#returndashinv{
position: relative;
... | frontend/pos-final/src/pages/product/prod.css | #setfooterprod{
min-height: 78vh;
background-color: rgba(246,246,242,0.9);
}
#titleprod{
position:relative;
margin-top: 10px;
font-weight: 700;
font-size: 40px;
color: black;
}
#finaltexts{
font-weight: 500;
color:white;
}
/*return dashboard inventory button*/
#returndashinv{
position: relative;
... | 0.294418 | 0.067026 |
* {
box-sizing: border-box;
}
html {
height: 100%;
min-height: 100%;
background-color: #0a2540;
}
body {
font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
padding: 0;
margin: 0;
font-size: 15px;
line-... | public/style.css |
* {
box-sizing: border-box;
}
html {
height: 100%;
min-height: 100%;
background-color: #0a2540;
}
body {
font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
padding: 0;
margin: 0;
font-size: 15px;
line-... | 0.544075 | 0.116689 |
| --------------------------------------------------------
| TABLE OF CSS CONTENT
| --------------------------------------------------------
| Pricing Style CSS BOF
| Responsive Style CSS BOF
*/
/* Note:
- yit is a standard prefix of our profile name (yankee infoweb theme)
- This file include all pricing with variat... | public/css/shortcodes/yit-pricing.css | | --------------------------------------------------------
| TABLE OF CSS CONTENT
| --------------------------------------------------------
| Pricing Style CSS BOF
| Responsive Style CSS BOF
*/
/* Note:
- yit is a standard prefix of our profile name (yankee infoweb theme)
- This file include all pricing with variat... | 0.418578 | 0.100525 |
@import url("Variable.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
background: #eafafc;
display: flex;
align-items: center;
justify-content: cente... | Assets/css/LoginStyle.css | @import url("Variable.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
background: #eafafc;
display: flex;
align-items: center;
justify-content: cente... | 0.27474 | 0.072308 |
figa{
color:red;
}
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... | application/views/css/style.css | figa{
color:red;
}
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... | 0.326164 | 0.137851 |
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
figure.snip0015 {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
overflow: hidden;
margin: 10px;
min-width: 220px;
max-width: auto;
max-height: 500px;
width: auto;
background: #000000;
text-... | public/css/imagetext.css | @import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
figure.snip0015 {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
overflow: hidden;
margin: 10px;
min-width: 220px;
max-width: auto;
max-height: 500px;
width: auto;
background: #000000;
text-... | 0.352871 | 0.07024 |
.navbar .brand {
float: right;
}
/* line 9, ../sass/custom.scss */
.jumbotron {
background-image: url("/static/img/banner.png");
background-size: cover;
background-position: 0% 0%;
height: 334px;
margin-bottom: -60px;
font-size: 21px;
line-height: 1.3em;
text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 0 0 ... | static/css/custom.css | .navbar .brand {
float: right;
}
/* line 9, ../sass/custom.scss */
.jumbotron {
background-image: url("/static/img/banner.png");
background-size: cover;
background-position: 0% 0%;
height: 334px;
margin-bottom: -60px;
font-size: 21px;
line-height: 1.3em;
text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 0 0 ... | 0.206094 | 0.073032 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("lichess.org") {
.grey .is2d cg-board,
#top div.color_demo.grey
{
background-image: url("https://cdn.discordapp.com/attachments/664869553976901657/704368271033630770/unknown.png") !important;
}
piece.pawn.black { background-im... | data/usercss/182884.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("lichess.org") {
.grey .is2d cg-board,
#top div.color_demo.grey
{
background-image: url("https://cdn.discordapp.com/attachments/664869553976901657/704368271033630770/unknown.png") !important;
}
piece.pawn.black { background-im... | 0.521471 | 0.180395 |
.oh-main {
padding-top: 30px;
padding-bottom: 56px;
background-color: #f8fbfb;
}
.breadcrumbs {
margin: -10px 0 15px 0;
padding: 0;
list-style: none;
overflow: hidden;
color: #888;
}
.breadcrumbs li {
position: relative;
float: left;
margin-right: 20px;
}
.breadcrumbs li a... | open-hackathon-client/src/client/static/css/oh.site.team.css | .oh-main {
padding-top: 30px;
padding-bottom: 56px;
background-color: #f8fbfb;
}
.breadcrumbs {
margin: -10px 0 15px 0;
padding: 0;
list-style: none;
overflow: hidden;
color: #888;
}
.breadcrumbs li {
position: relative;
float: left;
margin-right: 20px;
}
.breadcrumbs li a... | 0.552781 | 0.096919 |
html, body {
width: 100%;
}
@media (min-width: 769px) {
html, body {
height: 100%;
overflow: hidden;
}
}
*, *:after, *:before {
box-sizing: border-box;
outline: none
}
.rel, *, *:after, *:before {
position: relative
}
/*--MAIN--*/
main {
display: block;
width: 100%;
height: 100%;
padd... | EIDAS-Sources-1.4.5-MDSL/EIDAS-Node/src/main/webapp/resource/skin0/css/custom.css | html, body {
width: 100%;
}
@media (min-width: 769px) {
html, body {
height: 100%;
overflow: hidden;
}
}
*, *:after, *:before {
box-sizing: border-box;
outline: none
}
.rel, *, *:after, *:before {
position: relative
}
/*--MAIN--*/
main {
display: block;
width: 100%;
height: 100%;
padd... | 0.31563 | 0.037644 |
#ie-alert-overlay {
width:100%;
height:100%;
background-image:url(bg.png);
position: fixed;
top: 0;
left: 0;
z-index: 999999;
}
* html #ie-alert-overlay { /* fixed position hack for IE6 */
position: absolute;
}
/*
Modal Box
*/
#ie-alert-panel {
width: 600px;
height:aut... | iealert/style_dev.css | #ie-alert-overlay {
width:100%;
height:100%;
background-image:url(bg.png);
position: fixed;
top: 0;
left: 0;
z-index: 999999;
}
* html #ie-alert-overlay { /* fixed position hack for IE6 */
position: absolute;
}
/*
Modal Box
*/
#ie-alert-panel {
width: 600px;
height:aut... | 0.160858 | 0.092033 |
@media (max-width: 1200px) {
/*navigation*/
.navigation .main-navigation .main-menu>nav>ul>.menu-item>a{
padding: 0 10px;
}
.cruise-grid .cruise-grid-wrapper .cruise-grid-caption .time .departure{
text-align: right;
float: right;
justify-content: flex-end;
}
.mb-lg-20 {
margin-bottom: 20px;
}
.... | public/assets/css/responsive.css | @media (max-width: 1200px) {
/*navigation*/
.navigation .main-navigation .main-menu>nav>ul>.menu-item>a{
padding: 0 10px;
}
.cruise-grid .cruise-grid-wrapper .cruise-grid-caption .time .departure{
text-align: right;
float: right;
justify-content: flex-end;
}
.mb-lg-20 {
margin-bottom: 20px;
}
.... | 0.14774 | 0.03843 |
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
... | projetoLMS/lms/LMSbasico/curriculo/static/css/cascatacss.css | /**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
... | 0.697609 | 0.177597 |
.font-small{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.font-medium{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.font-large{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
/* Type Combobox */
.font-small select{
font-family: Arial, Helvetica, sans-serif;
... | public/css/customefont.css | .font-small{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.font-medium{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.font-large{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
/* Type Combobox */
.font-small select{
font-family: Arial, Helvetica, sans-serif;
... | 0.223547 | 0.064212 |
.custom-ul{
margin-top: 20px;
}
.custom-ul li {
padding: 8px 10px;
list-style-type: circle;
height: 50px;
}
.custom-ul2 li {
padding: 8px 10px;
list-style-type: circle;
height: 50px;
}
span.select2-selection.select2-selection--multiple {
width: 340px !important;
border: none;
}
.cus... | public/css/custom.css | .custom-ul{
margin-top: 20px;
}
.custom-ul li {
padding: 8px 10px;
list-style-type: circle;
height: 50px;
}
.custom-ul2 li {
padding: 8px 10px;
list-style-type: circle;
height: 50px;
}
span.select2-selection.select2-selection--multiple {
width: 340px !important;
border: none;
}
.cus... | 0.388502 | 0.093554 |
* {font-family: Helvetica, Arial, sans-serif;}
body {margin: 0;}
a{
color: #19232D;
transition: color .3s ease-in;
-webkit-transition: color .3s ease-in;
-moz-transition: color .3s ease-in;
}
a:hover {
color: #F98639;
transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
-moz-transitio... | css/main.css | * {font-family: Helvetica, Arial, sans-serif;}
body {margin: 0;}
a{
color: #19232D;
transition: color .3s ease-in;
-webkit-transition: color .3s ease-in;
-moz-transition: color .3s ease-in;
}
a:hover {
color: #F98639;
transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
-moz-transitio... | 0.237576 | 0.057918 |
body {
line-height: 145%;
}
/* Headings */
h1 {
font-size:2.75em;
margin-bottom: 15px;
line-height: 100%;
}
h2 {
font-size:2.25em;
margin-bottom: 10px;
line-height: 100%;
}
h3 {
font-size:1.5em;
margin-bottom: 10px;
line-height: 100%;
}
h4 {
font-size:1.25em;
margin-bottom: 10px;
line-height: 100%;
}
h5... | webroot/features/templates/js_impacto/wright/css/typography.css |
body {
line-height: 145%;
}
/* Headings */
h1 {
font-size:2.75em;
margin-bottom: 15px;
line-height: 100%;
}
h2 {
font-size:2.25em;
margin-bottom: 10px;
line-height: 100%;
}
h3 {
font-size:1.5em;
margin-bottom: 10px;
line-height: 100%;
}
h4 {
font-size:1.25em;
margin-bottom: 10px;
line-height: 100%;
}
h5... | 0.377196 | 0.116312 |
@charset "UTF-8";
@font-face {
font-family: 'Nunito-Regular';
src: url("../fonts/Nunito-Regular.eot");
src: local("☺"), url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.ttf") format("truetype"), url("../fonts/Nunito-Regular.svg") format("svg"); }
@font-face {
font-family: 'Nunit... | public/client/css_old/application.css | @charset "UTF-8";
@font-face {
font-family: 'Nunito-Regular';
src: url("../fonts/Nunito-Regular.eot");
src: local("☺"), url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.ttf") format("truetype"), url("../fonts/Nunito-Regular.svg") format("svg"); }
@font-face {
font-family: 'Nunit... | 0.344333 | 0.066934 |
#content .scene.shopList ul.tabs li.waiting {color: orange;}
#content .scene.shopList ul.tabs li.pending {color: red;}
#content .scene.shopList ul.tabs li.complete {color: green;}
#content .scene.shopList ul.items > li {min-height: 75px;}
#content .scene.shopList ul.items > li dl.info dt.price {display: none;}
#conten... | src/www/css/lib/desktop/s-shop.css | #content .scene.shopList ul.tabs li.waiting {color: orange;}
#content .scene.shopList ul.tabs li.pending {color: red;}
#content .scene.shopList ul.tabs li.complete {color: green;}
#content .scene.shopList ul.items > li {min-height: 75px;}
#content .scene.shopList ul.items > li dl.info dt.price {display: none;}
#conten... | 0.156105 | 0.093637 |
body
{
font-family: cantarell, sans-serif;
}
.synopsis, .classsynopsis
{
/* tango:aluminium 1/2 */
background: #eeeeec;
background: rgba(238, 238, 236, 0.5);
border: solid 1px rgb(238, 238, 236);
padding: 0.5em;
}
.programlisting
{
/* tango:sky blue 0/1 */
/* fallback for no rgba support */
background... | arm-linux-ulibc-4.8.5/usr/share/gtk-doc/html/gobject/style.css | body
{
font-family: cantarell, sans-serif;
}
.synopsis, .classsynopsis
{
/* tango:aluminium 1/2 */
background: #eeeeec;
background: rgba(238, 238, 236, 0.5);
border: solid 1px rgb(238, 238, 236);
padding: 0.5em;
}
.programlisting
{
/* tango:sky blue 0/1 */
/* fallback for no rgba support */
background... | 0.429908 | 0.104158 |
.nav-top {
background: #4c4646;
color: #fff;
overflow: hidden;
font-size: 1.8rem;
height: 80px;
line-height: 80px;
}
.nav-top nav {
margin: 0 auto;
width: 1000px;
}
.nav-top .logo {
float: left;
margin-left: 20px;
font-size: 2.8rem;
}
.nav-menu {
margin-right: 100px;
float: right;
... | Apps/Home/View/Public/css/style.css | .nav-top {
background: #4c4646;
color: #fff;
overflow: hidden;
font-size: 1.8rem;
height: 80px;
line-height: 80px;
}
.nav-top nav {
margin: 0 auto;
width: 1000px;
}
.nav-top .logo {
float: left;
margin-left: 20px;
font-size: 2.8rem;
}
.nav-menu {
margin-right: 100px;
float: right;
... | 0.21892 | 0.045692 |
:root {
/* General color definitions */
--btcpay-brand-light: #CEDC21;
--btcpay-brand-medium: #51B13E;
--btcpay-brand-dark: #137547;
--btcpay-brand-darker: #0F3B21;
--btcpay-brand-darkest: #05120a;
--btcpay-color-white: #fff;
--btcpay-color-black: #000;
--btcpay-color-neutral-100: #f8f9fa;
... | BTCPayServer/wwwroot/main/themes/classic.css | :root {
/* General color definitions */
--btcpay-brand-light: #CEDC21;
--btcpay-brand-medium: #51B13E;
--btcpay-brand-dark: #137547;
--btcpay-brand-darker: #0F3B21;
--btcpay-brand-darkest: #05120a;
--btcpay-color-white: #fff;
--btcpay-color-black: #000;
--btcpay-color-neutral-100: #f8f9fa;
... | 0.453746 | 0.057998 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
margin: 0 auto;
font-family: sans-serif;
}
.scroll-hidden {
overflow: hidden;
}
button:hover {
cursor: pointer;
background-color: #73E831;
}
ul {
list-style-type: none;
}
.container {
background: linear-gradient(#0e0d0d, #dcc31e);
wi... | src/styles/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
margin: 0 auto;
font-family: sans-serif;
}
.scroll-hidden {
overflow: hidden;
}
button:hover {
cursor: pointer;
background-color: #73E831;
}
ul {
list-style-type: none;
}
.container {
background: linear-gradient(#0e0d0d, #dcc31e);
wi... | 0.493164 | 0.087019 |
@-webkit-keyframes animatetop {
from {
top: -300px;
transform: scale(0, 0);
opacity: 0;
}
to {
top: 0;
transform: scale(1, 1);
opacity: 1;
}
}
@keyframes animatetop {
from {
top: -300px;
transform: scale(0, 0);
opacity: 0;
}
to {
top: 0;
transform: scale(1, 1);
opacity: 1;
}
}
/* Declin... | tvlModalPopup-inlineCSS.css | @-webkit-keyframes animatetop {
from {
top: -300px;
transform: scale(0, 0);
opacity: 0;
}
to {
top: 0;
transform: scale(1, 1);
opacity: 1;
}
}
@keyframes animatetop {
from {
top: -300px;
transform: scale(0, 0);
opacity: 0;
}
to {
top: 0;
transform: scale(1, 1);
opacity: 1;
}
}
/* Declin... | 0.273866 | 0.107204 |
* {
margin: 0;
padding: 0;
}
* a { text-decoration: none; }
* li { list-style-type: none; }
body {
background-color: #FFF;
}
/*
=== HEADER ===
*/
#header {
padding: 1px 10px;
font-family: Trebuchet MS, Arial;
background-color: #262324;
overflow: hidden;
height: 75px;
}
/*
--- logo ---
*/
#logo {
margin-top: ... | css/general.css | * {
margin: 0;
padding: 0;
}
* a { text-decoration: none; }
* li { list-style-type: none; }
body {
background-color: #FFF;
}
/*
=== HEADER ===
*/
#header {
padding: 1px 10px;
font-family: Trebuchet MS, Arial;
background-color: #262324;
overflow: hidden;
height: 75px;
}
/*
--- logo ---
*/
#logo {
margin-top: ... | 0.249813 | 0.07333 |
*{
margin: 0;
padding: 0;
}
.img-fluid{
max-width: 100%;
height: 100%;
display: block;
}
body{
font-size: 14px;
columns: #333;
background-color: #fff;
letter-spacing: 1px;
text-align: center;
}
#contact_card ul {
display: flex;
position: relative;
overflow: aut... | css/style.css | *{
margin: 0;
padding: 0;
}
.img-fluid{
max-width: 100%;
height: 100%;
display: block;
}
body{
font-size: 14px;
columns: #333;
background-color: #fff;
letter-spacing: 1px;
text-align: center;
}
#contact_card ul {
display: flex;
position: relative;
overflow: aut... | 0.480479 | 0.082549 |
@font-face {
font-family: 'bebas_neuebold';
src: url('../fonts/bebasneue_bold/bebasneue_bold-webfont.eot');
src: url('../fonts/bebasneue_bold/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/bebasneue_bold/bebasneue_bold-webfont.woff2') format('woff2'),
url('.... | css/site.css | @font-face {
font-family: 'bebas_neuebold';
src: url('../fonts/bebasneue_bold/bebasneue_bold-webfont.eot');
src: url('../fonts/bebasneue_bold/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/bebasneue_bold/bebasneue_bold-webfont.woff2') format('woff2'),
url('.... | 0.281504 | 0.069007 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.ad-border {
display: block;
position: relative;
padding: 29px;
}
body {
hyphens: auto !important;
margin: 0 auto;
hyphens: auto;
-webkit-hyphens: auto;
-webkit-font-smoothing... | assets/css/classic-ads/ad-dark-mode.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.ad-border {
display: block;
position: relative;
padding: 29px;
}
body {
hyphens: auto !important;
margin: 0 auto;
hyphens: auto;
-webkit-hyphens: auto;
-webkit-font-smoothing... | 0.294114 | 0.157817 |
.fc-green {
color: #252525 !important;
}
.fc-red {
color: #E74C3C;
}
.fc-blue {
color: #64c8d2;
}
.fc-white {
color: #FFFFFF !important;
}
.fc-orange {
color: #ff6e0a;
}
.fc-yellow {
color: #f4d03f;
}
.bg-light-grey {
background-color: #F5F5F5;
}
.td-none {
text-decoration: none;
}
.t-sans {
fon... | src/layouts/css/fcss.css | .fc-green {
color: #252525 !important;
}
.fc-red {
color: #E74C3C;
}
.fc-blue {
color: #64c8d2;
}
.fc-white {
color: #FFFFFF !important;
}
.fc-orange {
color: #ff6e0a;
}
.fc-yellow {
color: #f4d03f;
}
.bg-light-grey {
background-color: #F5F5F5;
}
.td-none {
text-decoration: none;
}
.t-sans {
fon... | 0.501953 | 0.209652 |
@-moz-document url(http://www.jam-graffiti.com/non-pic-css/download/css-party.html) {
* {
line-height: 1.618;
}
body {
margin: 0;
padding: 0 12px;
background-color: #FFF;
color: #000;
}
h6, h5 {
font-weight: normal;
}
h6 {
color: rgb(180, 45, 135);
text-shadow: 1px 0px 0px #999;
letter-spacing: 1px;
fo... | data/usercss/82733.user.css | @-moz-document url(http://www.jam-graffiti.com/non-pic-css/download/css-party.html) {
* {
line-height: 1.618;
}
body {
margin: 0;
padding: 0 12px;
background-color: #FFF;
color: #000;
}
h6, h5 {
font-weight: normal;
}
h6 {
color: rgb(180, 45, 135);
text-shadow: 1px 0px 0px #999;
letter-spacing: 1px;
fo... | 0.231701 | 0.071397 |
article, aside, footer, header, nav, section {
display: block;
}
/* GLOBAL STYLES */
*, *:before, *:after {
box-sizing: inherit;
}
/* CUSTOM PROPERTIES */
:root {
/* font-family */
--ff-body: 'Roboto', sans-serif;
--ff-heading: "Playfair Display", Georgia, "Times New Roman", serif;
--ff-heading-sec: 'Roboto', s... | public/stylesheets/style.css | article, aside, footer, header, nav, section {
display: block;
}
/* GLOBAL STYLES */
*, *:before, *:after {
box-sizing: inherit;
}
/* CUSTOM PROPERTIES */
:root {
/* font-family */
--ff-body: 'Roboto', sans-serif;
--ff-heading: "Playfair Display", Georgia, "Times New Roman", serif;
--ff-heading-sec: 'Roboto', s... | 0.294012 | 0.058804 |
* {
box-sizing: border-box;
}
body {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
margin: 0;
}
.header {
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 3em;
color: rgb(68, 68, 68);
text-shadow: 2px 2px 5px rgba(138, 138... | css/styles.css | * {
box-sizing: border-box;
}
body {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
margin: 0;
}
.header {
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 3em;
color: rgb(68, 68, 68);
text-shadow: 2px 2px 5px rgba(138, 138... | 0.658747 | 0.133669 |
@charset "IBM437";
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
background-color: transparent;
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-te... | home/css/main-yellow.css | @charset "IBM437";
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
background-color: transparent;
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-te... | 0.303525 | 0.044494 |
@font-face {
font-family: 'roboto_light';
src: url('../fonts/roboto/light/Roboto-Light-webfont.eot');
src: url('../fonts/roboto/light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto/light/Roboto-Light-webfont.woff') format('woff'),
url('../fonts/roboto/l... | styles/fontMap.css | @font-face {
font-family: 'roboto_light';
src: url('../fonts/roboto/light/Roboto-Light-webfont.eot');
src: url('../fonts/roboto/light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto/light/Roboto-Light-webfont.woff') format('woff'),
url('../fonts/roboto/l... | 0.2676 | 0.042068 |
.search-form {
padding: 20px 20px 10px;
margin-top: 10px;
background: var(--white-color);
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
#search-2 form label {
width: 100%;
display: flex;
flex-wrap: nowrap;
border: 1px solid #ccc;
}
#search-2 form input[type="search"] {
padding-left: ... | holidays/css/sidebar.css | .search-form {
padding: 20px 20px 10px;
margin-top: 10px;
background: var(--white-color);
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
#search-2 form label {
width: 100%;
display: flex;
flex-wrap: nowrap;
border: 1px solid #ccc;
}
#search-2 form input[type="search"] {
padding-left: ... | 0.272411 | 0.072933 |
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | css/main.css |
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | 0.591133 | 0.09556 |
body
{
overflow-x: hidden;
background-color:black;
font-family: 'Poppins', sans-serif;
}
/**
* important: keep position fixed, you can however use top:0 instead of bottom:0
* if you want to make it stick to the top of the browser
*/
.scroll
{
position: fixed;
bottom: 0;
left: 0;
}
html,
... | src/jInvertScroll.css | body
{
overflow-x: hidden;
background-color:black;
font-family: 'Poppins', sans-serif;
}
/**
* important: keep position fixed, you can however use top:0 instead of bottom:0
* if you want to make it stick to the top of the browser
*/
.scroll
{
position: fixed;
bottom: 0;
left: 0;
}
html,
... | 0.579757 | 0.115511 |
* {
/* width: 100%; */
padding: 0;
margin: 0;
}
body {
background-color: #aec2ff;
}
#header {
width: 90%;
margin: 0 auto;
}
#header-img {
height: 100%;
float: left;
margin-left: 80px;
}
/* #nav */
#nav li {
float: right;
list-style: none;
font-size: 1.4rem;
font-... | css/style.css | * {
/* width: 100%; */
padding: 0;
margin: 0;
}
body {
background-color: #aec2ff;
}
#header {
width: 90%;
margin: 0 auto;
}
#header-img {
height: 100%;
float: left;
margin-left: 80px;
}
/* #nav */
#nav li {
float: right;
list-style: none;
font-size: 1.4rem;
font-... | 0.422028 | 0.107813 |
@charset "UTF-8";
:root {
--primary: #627b86;
--primary-txt: #fff;
--accent: grey;
--accent-txt: #fff;
--base: #FFF;
--base-text: #424242;
--base-secondary-text: #636363;
--link-secondary-text: #424242;
--darken-1: rgba(0, 0, 0, .125);
--darken-2: rgba(0, 0, 0, .25);
--darken-3: rgba(0, 0, 0, .5);... | static/theme.css | @charset "UTF-8";
:root {
--primary: #627b86;
--primary-txt: #fff;
--accent: grey;
--accent-txt: #fff;
--base: #FFF;
--base-text: #424242;
--base-secondary-text: #636363;
--link-secondary-text: #424242;
--darken-1: rgba(0, 0, 0, .125);
--darken-2: rgba(0, 0, 0, .25);
--darken-3: rgba(0, 0, 0, .5);... | 0.386763 | 0.059346 |
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.chat_close_icon {
cursor:pointer;
color: #fff;
font-size:16px;
position: absolute;
right: 12px;
z-index: 9;
}
.chat_on {
position: fixed;
z-index: 10;
width: 45px;
height: 45px;
r... | public/css/style.css | -webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.chat_close_icon {
cursor:pointer;
color: #fff;
font-size:16px;
position: absolute;
right: 12px;
z-index: 9;
}
.chat_on {
position: fixed;
z-index: 10;
width: 45px;
height: 45px;
r... | 0.327561 | 0.046943 |
@charset "utf-8";
/* CSS Document */
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
/* OVERALL ASPECT */
body {
background-color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 16px;
color: #555;
-webkit-font-smoothing: antialiased;... | public/wp-content/themes/cambia/style.css | @charset "utf-8";
/* CSS Document */
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
/* OVERALL ASPECT */
body {
background-color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 16px;
color: #555;
-webkit-font-smoothing: antialiased;... | 0.30549 | 0.064065 |
@keyframes comeTo {
0% {
transform: perspective(500px) translate3d(0, 0, -90000px);
}
50% {
transform: translate3d(0, 0, 600px);
}
100% {
transform: translate3d(0, 0, 0px);
}
}
.calculator-container {
width: 100%;
height: 100%;
display: flex;
justify-cont... | src/app/calculator/calculator.component.css | @keyframes comeTo {
0% {
transform: perspective(500px) translate3d(0, 0, -90000px);
}
50% {
transform: translate3d(0, 0, 600px);
}
100% {
transform: translate3d(0, 0, 0px);
}
}
.calculator-container {
width: 100%;
height: 100%;
display: flex;
justify-cont... | 0.566498 | 0.218732 |
body,
html {
width: 100%;
height: 100%;
font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
font-family: "Inter", sans-serif;
}
p,
p1,
p2,
p3,
p4 {
font-family: "Inter", sans-serif;
}
.sm {
font-size: 0.75rem;
}
.rg {
font-size: 1rem;
}
.md {
font-size: 1.2rem;
}
.lg {
font-size: 1.5rem;
}
... | src/App.css | body,
html {
width: 100%;
height: 100%;
font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
font-family: "Inter", sans-serif;
}
p,
p1,
p2,
p3,
p4 {
font-family: "Inter", sans-serif;
}
.sm {
font-size: 0.75rem;
}
.rg {
font-size: 1rem;
}
.md {
font-size: 1.2rem;
}
.lg {
font-size: 1.5rem;
}
... | 0.482185 | 0.111773 |
@-moz-keyframes me {
0% { -moz-transform: rotate(5deg) translate( 5px, 0px); }
25% { -moz-transform: rotate(5deg) translate(-5px, -14px); }
50% { -moz-transform: rotate(5deg) translate( 5px, 0px); }
75% { -moz-transform: rotate(5deg) translate(-5px, -14px); }
100% { -moz-transform: rotate(5... | assets/moz_keyframes.css | @-moz-keyframes me {
0% { -moz-transform: rotate(5deg) translate( 5px, 0px); }
25% { -moz-transform: rotate(5deg) translate(-5px, -14px); }
50% { -moz-transform: rotate(5deg) translate( 5px, 0px); }
75% { -moz-transform: rotate(5deg) translate(-5px, -14px); }
100% { -moz-transform: rotate(5... | 0.434461 | 0.209126 |
@-moz-document domain("app.elchatto.com")
{
.bg-pr3
{
background-color: #060606;
}
.bg-white
{
background-color: #0c0c0c;
}
.prim2
{
color: #50565d;
}
.bg-gray4
{
background-color: #020202;
}
.b--sec5 {
border-color: #424242;
}
... | data/usercss/169633.user.css | @-moz-document domain("app.elchatto.com")
{
.bg-pr3
{
background-color: #060606;
}
.bg-white
{
background-color: #0c0c0c;
}
.prim2
{
color: #50565d;
}
.bg-gray4
{
background-color: #020202;
}
.b--sec5 {
border-color: #424242;
}
... | 0.11742 | 0.04679 |
body {
background: #111111;
margin: 0;
padding: 0;
color: #fff;
width: 100%;
font-family: Helvetica, Arial;
}
#modal_wrapper {
width: 100%;
position: relative;
}
#modal_content {
width: 100%;
padding: 0;
}
#modal_content h1 {
margin: 0 0 12px 0;
padding: 0;
font-weight: normal;
backgrou... | app/assets/stylesheets/caboose_store/modal.css | body {
background: #111111;
margin: 0;
padding: 0;
color: #fff;
width: 100%;
font-family: Helvetica, Arial;
}
#modal_wrapper {
width: 100%;
position: relative;
}
#modal_content {
width: 100%;
padding: 0;
}
#modal_content h1 {
margin: 0 0 12px 0;
padding: 0;
font-weight: normal;
backgrou... | 0.41834 | 0.062331 |
/* viewport */
div.dhtmlx_winviewport {
position: absolute;
/* border: #909090 1px dashed; */
overflow: hidden;
}
/* main container */
div.dhtmlx_window_active {
position: absolute;
overflow: hidden;
}
div.dhtmlx_window_inactive {
position: absolute;
overflow: hidden;
}
/* content cover */
div.... | assets/dhtmlx36/dhtmlxWindows/codebase/dhtmlxwindows.css |
/* viewport */
div.dhtmlx_winviewport {
position: absolute;
/* border: #909090 1px dashed; */
overflow: hidden;
}
/* main container */
div.dhtmlx_window_active {
position: absolute;
overflow: hidden;
}
div.dhtmlx_window_inactive {
position: absolute;
overflow: hidden;
}
/* content cover */
div.... | 0.26218 | 0.03605 |
@media (max-width: 1000px) {
.navbar-header {
float: none;
}
.navbar-left,
.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-fixed-top {
... | booking/Web/css/schedule.css | @media (max-width: 1000px) {
.navbar-header {
float: none;
}
.navbar-left,
.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-fixed-top {
... | 0.365683 | 0.084304 |
.wm-color-three, .wm-colorhover-three:hover,.wm-header-three .wm-stripinfo li,.wm-header-three .wm-login-section li a,.wm-header-three .wm-megamenu li h4,.wm-footer-three .wm-footer-widget-title h2,
.widget_contact_form form input[type="submit"],.wm_widget_navlist ul li a:before,.wm_widget_navlist ul li:hover a,.course... | public/css/color-three.css | .wm-color-three, .wm-colorhover-three:hover,.wm-header-three .wm-stripinfo li,.wm-header-three .wm-login-section li a,.wm-header-three .wm-megamenu li h4,.wm-footer-three .wm-footer-widget-title h2,
.widget_contact_form form input[type="submit"],.wm_widget_navlist ul li a:before,.wm_widget_navlist ul li:hover a,.course... | 0.414543 | 0.046616 |
.btn-get-started {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
/* display: inline-block; */
padding: 10px 28px;
border-radius: 4px;
transition: 0.5s;
color: #fff;
background: #35c5a3;
}
.btn-get-starte... | public/assets/css/dialog.css | .btn-get-started {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
/* display: inline-block; */
padding: 10px 28px;
border-radius: 4px;
transition: 0.5s;
color: #fff;
background: #35c5a3;
}
.btn-get-starte... | 0.430866 | 0.073596 |