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 |
|---|---|---|---|---|
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flexslider a img { outline: none; border: none; }
.flexslider {
margin: 0;
padding: 0;
}
.... | img/Gary_files/slider.css | .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flexslider a img { outline: none; border: none; }
.flexslider {
margin: 0;
padding: 0;
}
.... | 0.455441 | 0.090494 |
a,
a:focus,
a:hover {
color: #fff;
}
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
color: #333;
text-shadow: none; /* Prevent inheritance from `body` */
background-color: #fff;
border: .05rem solid #fff;
}
/*
* Base structure
*/
html,
body {
heigh... | src/main/resources/SLING-INF/apps/fileshare/clientlibs/fileshare/css/fileshare.css | a,
a:focus,
a:hover {
color: #fff;
}
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
color: #333;
text-shadow: none; /* Prevent inheritance from `body` */
background-color: #fff;
border: .05rem solid #fff;
}
/*
* Base structure
*/
html,
body {
heigh... | 0.486332 | 0.060308 |
@import url("panels/MobilePanel/style.css");
@import url("panels/OnScreenPanel/style.css");
#map {
position: relative !important;
background-color: rgb(238, 238, 238);
overflow: hidden;
min-width: 1px;
min-height: 1px;
left: auto !important;
top: auto !important;
right: auto !important;
bottom: auto !... | themes/DashboardTheme/common.css | @import url("panels/MobilePanel/style.css");
@import url("panels/OnScreenPanel/style.css");
#map {
position: relative !important;
background-color: rgb(238, 238, 238);
overflow: hidden;
min-width: 1px;
min-height: 1px;
left: auto !important;
top: auto !important;
right: auto !important;
bottom: auto !... | 0.351645 | 0.061255 |
html {
font-family: 'Nanum Gothic', serif;
font-style: italic;
padding: 0;
color: #353535;
background: rgba(234,234,234,1.0);
display: block;
overflow-x: hidden;
overflow-y: hidden
}
div#preloader {
width: 100%;
height: 100%;
background: rgba(234,234,234,1.0);
z-index: 100... | public/css/main.css | html {
font-family: 'Nanum Gothic', serif;
font-style: italic;
padding: 0;
color: #353535;
background: rgba(234,234,234,1.0);
display: block;
overflow-x: hidden;
overflow-y: hidden
}
div#preloader {
width: 100%;
height: 100%;
background: rgba(234,234,234,1.0);
z-index: 100... | 0.380414 | 0.089335 |
body {
cursor: crosshair;
background-color: black;
color: white;
font-family: serif;
font-size: 16pt;
margin: 5%;
text-indent: 5mm;
text-align: justify;
text-justify: inter-word
}
.clsAchieved {
font-style: italic
}
.firstP {
text-indent: 2mm
}
/* Hiper... | montecristo/www/fijs.css | body {
cursor: crosshair;
background-color: black;
color: white;
font-family: serif;
font-size: 16pt;
margin: 5%;
text-indent: 5mm;
text-align: justify;
text-justify: inter-word
}
.clsAchieved {
font-style: italic
}
.firstP {
text-indent: 2mm
}
/* Hiper... | 0.358915 | 0.05257 |
@import url(https://fonts.googleapis.com/css?family=Dosis:600&subset=latin,latin-ext);@font-face {
font-family: "controls";
src: url("controls.eot");
src: url("controls.eot#iefix") format("embedded-opentype"),
url("controls.woff") format("woff"),
url("controls.ttf") format("truetype"),
url("controls.svg") f... | public/wowslider/engine1/style.css | @import url(https://fonts.googleapis.com/css?family=Dosis:600&subset=latin,latin-ext);@font-face {
font-family: "controls";
src: url("controls.eot");
src: url("controls.eot#iefix") format("embedded-opentype"),
url("controls.woff") format("woff"),
url("controls.ttf") format("truetype"),
url("controls.svg") f... | 0.242834 | 0.069542 |
/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% Free To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITs AND TELL YOUR FRIENDS ABOUT US
=... | public/assets/css/custom.css | /*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% Free To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITs AND TELL YOUR FRIENDS ABOUT US
=... | 0.3512 | 0.067948 |
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
@apply scroll-smooth;
}
pre[class*='language-'] {
@apply p-8 m-0 rounded-xl bg-gray-900 !important;
}
.token:is(.property, .tag, .constant, .symbol, .deleted) {
@apply text-red-400 !important;
}
.token:is(.selector, .attr-name, .string, .char, ... | styles/globals.css | @tailwind base;
@tailwind components;
@tailwind utilities;
html {
@apply scroll-smooth;
}
pre[class*='language-'] {
@apply p-8 m-0 rounded-xl bg-gray-900 !important;
}
.token:is(.property, .tag, .constant, .symbol, .deleted) {
@apply text-red-400 !important;
}
.token:is(.selector, .attr-name, .string, .char, ... | 0.319546 | 0.062732 |
body{
font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Roboto', sans-serif;
}
h1{
color:#333b46;
text-transform: uppercase;
margin-bottom: 30px;
}
h1::after,h2::after,h3::after,h4::after,h5::after,h6::after{
content: '';
display: block;
width: 50px;
height: 3p... | src/AppBundle/Resources/public/css/style.css | body{
font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Roboto', sans-serif;
}
h1{
color:#333b46;
text-transform: uppercase;
margin-bottom: 30px;
}
h1::after,h2::after,h3::after,h4::after,h5::after,h6::after{
content: '';
display: block;
width: 50px;
height: 3p... | 0.358241 | 0.067301 |
@font-face {
font-family: 'Pacifico';
src:url(../fonts/Pacifico.ttf) format('truetype');
}
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;
}
input[type="button"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-mo... | public/css/style.css | @font-face {
font-family: 'Pacifico';
src:url(../fonts/Pacifico.ttf) format('truetype');
}
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;
}
input[type="button"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-mo... | 0.352313 | 0.069038 |
body {
color: #777;
}
.pure-img-responsive {
max-width: 100%;
height: auto;
}
/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transi... | WebContent/css/genericpage.css | body {
color: #777;
}
.pure-img-responsive {
max-width: 100%;
height: auto;
}
/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transi... | 0.419886 | 0.08196 |
img {
width: 400px;
height: 300px;
}
.sub-classic {
flex: 1;
}
header {
background-color: #d35266;
}
body {
font-family: helvetica bold;
}
a {
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: none;
}
h2 a {
text-decoration: none;
color: #fff;
}
h2 a:hover {
text-decoration: ... | style.css | img {
width: 400px;
height: 300px;
}
.sub-classic {
flex: 1;
}
header {
background-color: #d35266;
}
body {
font-family: helvetica bold;
}
a {
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: none;
}
h2 a {
text-decoration: none;
color: #fff;
}
h2 a:hover {
text-decoration: ... | 0.48121 | 0.109753 |
aside.search {
position: relative;
display: flex;
flex-direction: column;
box-sizing: border-box;
margin-left: auto;
width: 400px;
min-width: 400px;
height: 100%;
font-family: "Roboto", sans-serif;
font-size: 16px;
align-content: center;
}
/* search box --------------- */
aside.search .search-box... | src/components/main/searchbar.css | aside.search {
position: relative;
display: flex;
flex-direction: column;
box-sizing: border-box;
margin-left: auto;
width: 400px;
min-width: 400px;
height: 100%;
font-family: "Roboto", sans-serif;
font-size: 16px;
align-content: center;
}
/* search box --------------- */
aside.search .search-box... | 0.409221 | 0.049131 |
.wrap {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: space-around;
-ms-flex-align: space-around;
align-items: space-around;
max-width: 1200px;
margin-left: 15%;
}
.tile {
display: inline-block;
background-size: cover;
position: relative;... | events/sub_events/cyberquest/css/sponsor.css | .wrap {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: space-around;
-ms-flex-align: space-around;
align-items: space-around;
max-width: 1200px;
margin-left: 15%;
}
.tile {
display: inline-block;
background-size: cover;
position: relative;... | 0.461017 | 0.054349 |
*{
margin:0;
padding:0;
box-sizing: border-box;
}
.ring1{
height: 65px;
transform: rotate(45deg);
top: 57px;
left: 5px;
width: 65px;
position: relative;
background-color: #000;
z-index: 1;
opacity: 0.3;
}
.ring2{height: 46px;
transform: rotate(45deg);
top: 50px;
left: -9px;
... | index.css | *{
margin:0;
padding:0;
box-sizing: border-box;
}
.ring1{
height: 65px;
transform: rotate(45deg);
top: 57px;
left: 5px;
width: 65px;
position: relative;
background-color: #000;
z-index: 1;
opacity: 0.3;
}
.ring2{height: 46px;
transform: rotate(45deg);
top: 50px;
left: -9px;
... | 0.41739 | 0.075517 |
.bottom-panel { height: 30px; }
.window-list { font-size: 10pt; spacing: 2px; }
.window-button { padding: 1px; }
.window-button:first-child:ltr { padding-left: 2px; }
.window-button:last-child:rtl { padding-right: 2px; }
.window-button-box { spacing: 4px; }
.window-button > StWidget { -st-natural-width: 18.75em; ... | themes/.local/share/themes/Adapta-Nokto/gnome-shell/extensions/window-list/stylesheet.css | .bottom-panel { height: 30px; }
.window-list { font-size: 10pt; spacing: 2px; }
.window-button { padding: 1px; }
.window-button:first-child:ltr { padding-left: 2px; }
.window-button:last-child:rtl { padding-right: 2px; }
.window-button-box { spacing: 4px; }
.window-button > StWidget { -st-natural-width: 18.75em; ... | 0.590897 | 0.2588 |
@font-face {
font-family: 'WebSymbolsRegular';
src: url('websymbols/websymbols-regular-webfont.eot');
src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('websymbols/websymbols-regular-webfont.woff') format('woff'),
url('websymbols/websymbols-regular... | static/css/homepage.css | @font-face {
font-family: 'WebSymbolsRegular';
src: url('websymbols/websymbols-regular-webfont.eot');
src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('websymbols/websymbols-regular-webfont.woff') format('woff'),
url('websymbols/websymbols-regular... | 0.434221 | 0.056809 |
* { margin: 0; padding: 0; }
body, input, select, textarea { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; }
body { color: #333; background-color: #fff; text-align: center; }
a:link { color:#0060BF; text-decoration: underline; }
a:visited { color:#0060BF; text-decoration: underl... | wwwroot/api/validate/demo/milk/milk.css |
* { margin: 0; padding: 0; }
body, input, select, textarea { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; }
body { color: #333; background-color: #fff; text-align: center; }
a:link { color:#0060BF; text-decoration: underline; }
a:visited { color:#0060BF; text-decoration: underl... | 0.324663 | 0.153962 |
.arlas-timeline .histogram__chart .context .brush .selection,
.arlas-detailed-timeline .histogram__chart .context .brush .selection{
fill: #BDBDBD;
fill-opacity: 0.2;
stroke:none;
}
.arlas-timeline .histogram__description{
font-size: 1em;
font-weight: 300;
display: none;
}
.arlas-timeline .headband_curren... | src/styles/timeline.css | .arlas-timeline .histogram__chart .context .brush .selection,
.arlas-detailed-timeline .histogram__chart .context .brush .selection{
fill: #BDBDBD;
fill-opacity: 0.2;
stroke:none;
}
.arlas-timeline .histogram__description{
font-size: 1em;
font-weight: 300;
display: none;
}
.arlas-timeline .headband_curren... | 0.375821 | 0.138812 |
.card,.card.primary {
box-shadow: 0 1px 2px rgba(0,0,0,.2);
overflow: hidden
}
.card img,.card.alert img,.card.dark img,.card.primary img,.card.success img,.card.warning img,.feed-item img {
width: 100%
}
.footer-nav ul,.view-more-button ul {
list-style-type: none;
list-style-position: outside;
... | css/diply.com.css | .card,.card.primary {
box-shadow: 0 1px 2px rgba(0,0,0,.2);
overflow: hidden
}
.card img,.card.alert img,.card.dark img,.card.primary img,.card.success img,.card.warning img,.feed-item img {
width: 100%
}
.footer-nav ul,.view-more-button ul {
list-style-type: none;
list-style-position: outside;
... | 0.429908 | 0.083404 |
@charset "utf-8";
*, body{
margin:0;
border:0;
padding:0;
}
/*-----HEADER----*/
.header {
top:0px;
width:100%;
height:80px;
position:fixed;
right:0px;
z-index:200;
}
.header-box{
background-color:#FFF;
width:100%;
height:80px;
left:0px;
}
.toggle{
}
.nav a {
display:block;
background: white;... | public/ASSETS FOLDER/buyer tables/assets/style/enquiry.css | @charset "utf-8";
*, body{
margin:0;
border:0;
padding:0;
}
/*-----HEADER----*/
.header {
top:0px;
width:100%;
height:80px;
position:fixed;
right:0px;
z-index:200;
}
.header-box{
background-color:#FFF;
width:100%;
height:80px;
left:0px;
}
.toggle{
}
.nav a {
display:block;
background: white;... | 0.270384 | 0.053453 |
input[type="range"] {
-webkit-appearance: none;
/* Hides the slider so that custom slider can be made */
width: 100%;
/* Specific width is required for Firefox. */
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
}
input[type="range"]:focus {
outline: none;
/* Removes the blue bor... | public/asset/backend/css/forms/sliders.css | input[type="range"] {
-webkit-appearance: none;
/* Hides the slider so that custom slider can be made */
width: 100%;
/* Specific width is required for Firefox. */
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
}
input[type="range"]:focus {
outline: none;
/* Removes the blue bor... | 0.341253 | 0.056236 |
html,
body {
height: 100%;
font-family: "Open Sans", sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
color: #22242b;
font-weight: 600;
}
h1 {
font-size: 70px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 24px;
}
h... | template/css/style.css |
html,
body {
height: 100%;
font-family: "Open Sans", sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
color: #22242b;
font-weight: 600;
}
h1 {
font-size: 70px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 24px;
}
h... | 0.252108 | 0.063802 |
.el-finder {
width: 100%;
min-width: 400px;
background-color: #fff;
/* font:12px trebuchet ms,lucida grande,verdana,sans-serif; */
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border: 1px solid #ccc;
margin: -1px;
}
.el-finder-undocked {
position: absolute;
min-width:... | Avant/avant/war/assets/adminica/styles/plugins/elfinder/elfinder.css | .el-finder {
width: 100%;
min-width: 400px;
background-color: #fff;
/* font:12px trebuchet ms,lucida grande,verdana,sans-serif; */
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border: 1px solid #ccc;
margin: -1px;
}
.el-finder-undocked {
position: absolute;
min-width:... | 0.272702 | 0.061904 |
@media only screen and (min-width: 768px) and (max-width: 959px) {
h1 {font-size: 50px;line-height: 58px;color: #111;}
h2 {font-size: 32px;line-height: 40px;}
h3 {font-size: 28px;line-height: 36px;}
.separator-title{margin-top:0px;margin-bottom:0px;position:relative;}
.separator-title span.separator-subheader{top:18px;... | public/css/media.css | @media only screen and (min-width: 768px) and (max-width: 959px) {
h1 {font-size: 50px;line-height: 58px;color: #111;}
h2 {font-size: 32px;line-height: 40px;}
h3 {font-size: 28px;line-height: 36px;}
.separator-title{margin-top:0px;margin-bottom:0px;position:relative;}
.separator-title span.separator-subheader{top:18px;... | 0.141548 | 0.08292 |
@import url(/open-sans-v27-latin/best-support.css);
:root {
--rbro-primary-text-color: #191919;
--rbro-active-button-color: #191919;
--rbro-mainPanel-bg-color: #3B3B3B;
--rbro-mainPanel-logo-bg-color: #3B3B3B;
--rbro-mainPanel-button-color: #F33198;
--rbro-mainPanel-button-hover-color: #FF63B6;
... | static/reportbro-designer-2.0.0/reportbro.css | @import url(/open-sans-v27-latin/best-support.css);
:root {
--rbro-primary-text-color: #191919;
--rbro-active-button-color: #191919;
--rbro-mainPanel-bg-color: #3B3B3B;
--rbro-mainPanel-logo-bg-color: #3B3B3B;
--rbro-mainPanel-button-color: #F33198;
--rbro-mainPanel-button-hover-color: #FF63B6;
... | 0.325199 | 0.046443 |
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: bold;
src: url('../fonts/Regular/eot/IRANSansWeb_Bold.eot');
src: url('../fonts/Regular/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/Regular/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /*FF39+... | windows/assets/css/style.css | @font-face {
font-family: IRANSans;
font-style: normal;
font-weight: bold;
src: url('../fonts/Regular/eot/IRANSansWeb_Bold.eot');
src: url('../fonts/Regular/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/Regular/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /*FF39+... | 0.228071 | 0.037609 |
body {
font-family: 'Roboto', sans-serif;
width: 100%;
height: 100%;
min-width: 770px;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
.tokkiLoading {width: 85px;}
.tokkiBackground {
background-color: #ff970c;
color: #fff;
}
... | public/css/tokki/web/app.css | body {
font-family: 'Roboto', sans-serif;
width: 100%;
height: 100%;
min-width: 770px;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
.tokkiLoading {width: 85px;}
.tokkiBackground {
background-color: #ff970c;
color: #fff;
}
... | 0.384681 | 0.10325 |
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, p{
font-family: 'Mulish', sans-serif !important;
}
img
{
max-width: 100%;
}
@media screen and (min-width:767px)
{
.main-wrapper
{
dis... | assets/frontend/css/style--0.css | @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, p{
font-family: 'Mulish', sans-serif !important;
}
img
{
max-width: 100%;
}
@media screen and (min-width:767px)
{
.main-wrapper
{
dis... | 0.306112 | 0.068537 |
body {
font-family: 'Raleway';
font-size: 16px;
font-weight: 300;
color: #fff;
line-height: 30px;
text-align: center;
background-color: #222733;
}
strong {
font-weight: 500;
}
a, a:hover, a:focus {
text-decoration: none;
}
h1, h2 {
margin-top: 10px;
font-size: 38px;
... | assets/css/custom.css | body {
font-family: 'Raleway';
font-size: 16px;
font-weight: 300;
color: #fff;
line-height: 30px;
text-align: center;
background-color: #222733;
}
strong {
font-weight: 500;
}
a, a:hover, a:focus {
text-decoration: none;
}
h1, h2 {
margin-top: 10px;
font-size: 38px;
... | 0.22194 | 0.074568 |
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
padding: 0;
margin: 0;
}
body {
font-size: 12px;
font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,... | fast-pay-web-sample-shop/src/main/webapp/pay_files/pay.css | body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
padding: 0;
margin: 0;
}
body {
font-size: 12px;
font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,... | 0.373762 | 0.093099 |
.videoList{
overflow: scroll;
width: 450px;
height: 500px;
background-color: white;
/*background-color:#eee;*/
}
/* right minvideo */
#minVideo.out {
display: block;
position:fixed;
bottom: 0;
right:5px;
width:450px;
z-index: 9;
box-shadow:0px 5px 30px yellow;
}... | samples/dash-if-reference-player/app/css/custom.css | .videoList{
overflow: scroll;
width: 450px;
height: 500px;
background-color: white;
/*background-color:#eee;*/
}
/* right minvideo */
#minVideo.out {
display: block;
position:fixed;
bottom: 0;
right:5px;
width:450px;
z-index: 9;
box-shadow:0px 5px 30px yellow;
}... | 0.29088 | 0.071916 |
html,
body {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #... | web/css/site.css | html,
body {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #... | 0.566498 | 0.112162 |
div.tabbed_editor{
background-color: #194172;
font-size: 13px;
border-left: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
line-height: initial;
}
div.tabbed_editor div.accordion_content{
padding-bottom: 20px;
}
div.tabbed_editor input[type="text"],
div.tabbed_editor input[type="password"... | public/external/pydio/plugins/editor.ajxp_role/rolesEditor.css | div.tabbed_editor{
background-color: #194172;
font-size: 13px;
border-left: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
line-height: initial;
}
div.tabbed_editor div.accordion_content{
padding-bottom: 20px;
}
div.tabbed_editor input[type="text"],
div.tabbed_editor input[type="password"... | 0.364325 | 0.172729 |
.page-aside {
width: 50%;
background-color: #f3f7f9;
-webkit-transition: visibility .1s ease,top .3s ease,left .5s ease,right .5s ease,width .5s;
-o-transition: visibility .1s ease,top .3s ease,left .5s ease,right .5s ease,width .5s;
transition: visibility .1s ease,top .3s ease,left .5s ease,righ... | public/assets/examples/css/apps/travel.css | .page-aside {
width: 50%;
background-color: #f3f7f9;
-webkit-transition: visibility .1s ease,top .3s ease,left .5s ease,right .5s ease,width .5s;
-o-transition: visibility .1s ease,top .3s ease,left .5s ease,right .5s ease,width .5s;
transition: visibility .1s ease,top .3s ease,left .5s ease,righ... | 0.399812 | 0.061255 |
@charset "utf8";
/* imagens da pagina principal*/
ul#fotos_principal li span{
opacity: 0;
color: white;
box-shadow: 1px 1px 1px black;
background-color: rgb(0, 0, 0 .3);
padding: 3px;
}
ul#fotos_principal{
margin: 0 auto;
margin-left: 75px;
padding: 2px;
overflow: hidden;
list-style: none;
margin... | css/imagens11.css | @charset "utf8";
/* imagens da pagina principal*/
ul#fotos_principal li span{
opacity: 0;
color: white;
box-shadow: 1px 1px 1px black;
background-color: rgb(0, 0, 0 .3);
padding: 3px;
}
ul#fotos_principal{
margin: 0 auto;
margin-left: 75px;
padding: 2px;
overflow: hidden;
list-style: none;
margin... | 0.301773 | 0.076201 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | css/style2.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | 0.304145 | 0.061734 |
.titulo-lista > h3{
background-color: #2A313A;
color: #E6E6E6;
}
.contenido-lista{
overflow:auto;
min-width:100px;
min-height: 200px;
width:auto;
max-height:700px;
height: 85vh;
}
.contenido-lista::-webkit-scrollbar{
width: 0px;
}
.modal-header2{
font-size: 30px;
background-color:#f5f5f5;
height: 35px;
... | public/css/dashboard.css | .titulo-lista > h3{
background-color: #2A313A;
color: #E6E6E6;
}
.contenido-lista{
overflow:auto;
min-width:100px;
min-height: 200px;
width:auto;
max-height:700px;
height: 85vh;
}
.contenido-lista::-webkit-scrollbar{
width: 0px;
}
.modal-header2{
font-size: 30px;
background-color:#f5f5f5;
height: 35px;
... | 0.248899 | 0.0643 |
@import url('https://rsms.me/inter/inter.css');
body {
font-family: 'Inter', Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;
font-size: 90%;
max-width: 75vw;
padding: 1.5rem;
line-height: 1.75;
margin: auto;
... | index.css | @import url('https://rsms.me/inter/inter.css');
body {
font-family: 'Inter', Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;
font-size: 90%;
max-width: 75vw;
padding: 1.5rem;
line-height: 1.75;
margin: auto;
... | 0.329284 | 0.101233 |
.editor {
/* All 'dem swatches */
/* Active Line Highlight support */
}
.editor .CodeMirror {
background-color: #292957;
}
.editor .CodeMirror-scroll,
.editor .CodeMirror-dialog {
color: #ececc7;
}
.editor .CodeMirror-gutters {
background-color: transparent;
border-right: 1px solid rgba(67, 7, 122, 0.1);
}
... | styles/index.css | .editor {
/* All 'dem swatches */
/* Active Line Highlight support */
}
.editor .CodeMirror {
background-color: #292957;
}
.editor .CodeMirror-scroll,
.editor .CodeMirror-dialog {
color: #ececc7;
}
.editor .CodeMirror-gutters {
background-color: transparent;
border-right: 1px solid rgba(67, 7, 122, 0.1);
}
... | 0.413596 | 0.078784 |
.onebox{overflow:hidden;*position:relative;width:768px;border:1px solid #ddd;zoom:1;}
.onebox:after{content:'\20';display:block;clear:both;}
.onebox .mt{height:31px;padding-left:10px;background:#F7F7F7;line-height:30px;}
.onebox .mt h2{float:left;font-size:15px;}
.onebox .mt h2 span{font-size:12px;font-family:\5b8b... | src/main/webapp/css/psearch.onebox.css | .onebox{overflow:hidden;*position:relative;width:768px;border:1px solid #ddd;zoom:1;}
.onebox:after{content:'\20';display:block;clear:both;}
.onebox .mt{height:31px;padding-left:10px;background:#F7F7F7;line-height:30px;}
.onebox .mt h2{float:left;font-size:15px;}
.onebox .mt h2 span{font-size:12px;font-family:\5b8b... | 0.220426 | 0.080538 |
.p-dialog-mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
justify-content: center;
align-items: center;
pointer-events: none;
background-color: transparent;
transition-property: background-color;
}
.p-dialog-visible {
display: flex;
}
... | src/components/dialog/Dialog.css | .p-dialog-mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
justify-content: center;
align-items: center;
pointer-events: none;
background-color: transparent;
transition-property: background-color;
}
.p-dialog-visible {
display: flex;
}
... | 0.389198 | 0.052303 |
* {
margin: auto;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
margin: 0;
}
body {
position: relative;
font-family: verdana, "sans-serif";
background: #FFDE00;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;... | assets/scss/main.css | * {
margin: auto;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
margin: 0;
}
body {
position: relative;
font-family: verdana, "sans-serif";
background: #FFDE00;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;... | 0.289673 | 0.057467 |
:root {
--button-height: 13.488vh;
--button-width: 6.1713030746705710102489019033675vw;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: #5f5c5a;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: "Poppins", Arial, Hel... | style.css | :root {
--button-height: 13.488vh;
--button-width: 6.1713030746705710102489019033675vw;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: #5f5c5a;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: "Poppins", Arial, Hel... | 0.466359 | 0.134662 |
body {
color: #000;
background: #F1F0EE !important;
}
.header{
background: #e5e5e5;
max-height: 48px;
}
.header-background {
position: absolute;
background: #e5e5e5;
height: 48px;
width: 100%;
}
.phone-number {
color: #ff6417;
}
.email {
color: #ff6417;
}
.site-title {
c... | public/css/style.css | body {
color: #000;
background: #F1F0EE !important;
}
.header{
background: #e5e5e5;
max-height: 48px;
}
.header-background {
position: absolute;
background: #e5e5e5;
height: 48px;
width: 100%;
}
.phone-number {
color: #ff6417;
}
.email {
color: #ff6417;
}
.site-title {
c... | 0.5083 | 0.122209 |
.piluku-preloader {
/* background-color: lighten(@primary-color,10%); */
/* padding-top: 20%; */
background-color: #2196f3;
display: block;
width: 100%;
height: 100%;
position: fixed;
z-index: 999999999999999;
}
.hidden {
display: none!important;
visibility: hidden!important;
}
.text-center {
text... | platform/src/main/webapp/app/css/loading.css | .piluku-preloader {
/* background-color: lighten(@primary-color,10%); */
/* padding-top: 20%; */
background-color: #2196f3;
display: block;
width: 100%;
height: 100%;
position: fixed;
z-index: 999999999999999;
}
.hidden {
display: none!important;
visibility: hidden!important;
}
.text-center {
text... | 0.45181 | 0.083853 |
.container {
font: 12px Tahoma, Verdana, sans-serif;
margin: 0px; /* originally set at margin: 100px auto */
width: 100%;
}
.container > div {
margin-bottom: 20px;
}
.progress {
height: 28px;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-radius: 10px;
}
.progress > span {
/*position: r... | dlink/dlink_files/progressbar.css | .container {
font: 12px Tahoma, Verdana, sans-serif;
margin: 0px; /* originally set at margin: 100px auto */
width: 100%;
}
.container > div {
margin-bottom: 20px;
}
.progress {
height: 28px;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-radius: 10px;
}
.progress > span {
/*position: r... | 0.342901 | 0.128744 |
@import url('https://fonts.googleapis.com/css?family=Yeon+Sung|ZCOOL+QingKe+HuangYou&display=swap');
@media only screen and (max-width: 600px)
*{
margin: 0;
box-sizing:border-box;
padding: 0;
}
/*---------------------nav bar-----------------*/
#logo{
display: flex;
color:white;
text-align: center;
... | Dance Website/style.css | @import url('https://fonts.googleapis.com/css?family=Yeon+Sung|ZCOOL+QingKe+HuangYou&display=swap');
@media only screen and (max-width: 600px)
*{
margin: 0;
box-sizing:border-box;
padding: 0;
}
/*---------------------nav bar-----------------*/
#logo{
display: flex;
color:white;
text-align: center;
... | 0.111858 | 0.03949 |
body {
background-color: #F0F0F0;
}
.dashboard-container {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
height: 100%;
padding: 40px 50px;
}
.dashboard-container > .user-profile,
.dashboard-container > .filters-options {
display: flex;
align... | web/src/pages/Dashboard/styles.css | body {
background-color: #F0F0F0;
}
.dashboard-container {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
height: 100%;
padding: 40px 50px;
}
.dashboard-container > .user-profile,
.dashboard-container > .filters-options {
display: flex;
align... | 0.283285 | 0.046573 |
.etabs { margin: 0; padding: 0}
.tab {display: inline-block;
zoom: 1;
*display:inline;
margin-right: 5px;
background: url("../images/button_top_bg.png") repeat-x scroll 50% top #f5f3e5;
border: solid 1px #ccc;
border-bottom: none;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-ra... | metashare/static/metashare/css/view_stats.css | .etabs { margin: 0; padding: 0}
.tab {display: inline-block;
zoom: 1;
*display:inline;
margin-right: 5px;
background: url("../images/button_top_bg.png") repeat-x scroll 50% top #f5f3e5;
border: solid 1px #ccc;
border-bottom: none;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-ra... | 0.412648 | 0.219505 |
body {
font-size: .875rem; }
.feather {
width: 16px;
height: 16px;
vertical-align: text-bottom; }
.alert-warning code {
background: #FFF;
padding: 3px 5px;
border-radius: 5px; }
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100;
/* Behind the navbar */
padding: 48px 0 0... | demo/css/demo.css | body {
font-size: .875rem; }
.feather {
width: 16px;
height: 16px;
vertical-align: text-bottom; }
.alert-warning code {
background: #FFF;
padding: 3px 5px;
border-radius: 5px; }
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100;
/* Behind the navbar */
padding: 48px 0 0... | 0.366817 | 0.06492 |
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, foo... | wp-content/themes/metro-creativex/style.css | html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, foo... | 0.328529 | 0.07403 |
h1,h2 {
text-align: center;
}
h1,h2,h3 {
margin-bottom: 1em;
}
p + h3 {
margin-top: 1em;
}
body {
padding: 2em;
background: #990000;
}
a {
color: #CC0000;
}
a:visited {
color: #880000;
}
a:hover {
background-color: #FFF6F6;
}
table#header {
width: 100%;
border-collapse: collap... | public/css/screen.css | h1,h2 {
text-align: center;
}
h1,h2,h3 {
margin-bottom: 1em;
}
p + h3 {
margin-top: 1em;
}
body {
padding: 2em;
background: #990000;
}
a {
color: #CC0000;
}
a:visited {
color: #880000;
}
a:hover {
background-color: #FFF6F6;
}
table#header {
width: 100%;
border-collapse: collap... | 0.451327 | 0.14774 |
html {
font-size: 62.5%
}
@font-face {
font-family: baseCodeRegular;
font-style: normal;
font-weight: 300;
src: url(/fcdesignsystem/1.0.0/fonts/sourcecodepro-regular.ttf) format("truetype"), url(/fcdesignsystem/1.0.0/fonts/sourcecodepro-regular.eot) format("eot"), url(/fcdesignsystem/1.0.0/fonts/sourcecodepro-reg... | examples/public/global.css | html {
font-size: 62.5%
}
@font-face {
font-family: baseCodeRegular;
font-style: normal;
font-weight: 300;
src: url(/fcdesignsystem/1.0.0/fonts/sourcecodepro-regular.ttf) format("truetype"), url(/fcdesignsystem/1.0.0/fonts/sourcecodepro-regular.eot) format("eot"), url(/fcdesignsystem/1.0.0/fonts/sourcecodepro-reg... | 0.316581 | 0.055107 |
:root {
--base-color: #ffffff;
--background-color: #ffffff;
--font-color: #212121;
--font-color--disabled: #21212140;
--font-color--faded: #999999;
--border-color: #f4f4f4;
--border-color--accent: #d2d2d2;
--hover-color: #fafafa;
--icon-color: #888888;
--icon-color--hover: #666666;
--scrollbar-track-co... | static/css/common.css |
:root {
--base-color: #ffffff;
--background-color: #ffffff;
--font-color: #212121;
--font-color--disabled: #21212140;
--font-color--faded: #999999;
--border-color: #f4f4f4;
--border-color--accent: #d2d2d2;
--hover-color: #fafafa;
--icon-color: #888888;
--icon-color--hover: #666666;
--scrollbar-track-co... | 0.335895 | 0.076511 |
.textContentContainer {
height: 100vh;
color: var(--font-dark);
overflow-x: auto;
}
.text-grid {
display: grid;
grid-template-columns: fit-content;
grid-template-rows: 100vh;
align-items: center;
overflow-x: auto;
}
#text-start {
width: 10px;
background-color: transparent;
}
... | client/src/components/TextView/TextContent/TextContent.css | .textContentContainer {
height: 100vh;
color: var(--font-dark);
overflow-x: auto;
}
.text-grid {
display: grid;
grid-template-columns: fit-content;
grid-template-rows: 100vh;
align-items: center;
overflow-x: auto;
}
#text-start {
width: 10px;
background-color: transparent;
}
... | 0.658747 | 0.136005 |
html, body, section, ul, li, nav, a, h1, h2 {
padding: 0;
margin: 0;
outline: none;
text-shadow: none;
box-shadow: none;
border-radius: 0;
text-decoration: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
color: inh... | demos/stylesheet.css | html, body, section, ul, li, nav, a, h1, h2 {
padding: 0;
margin: 0;
outline: none;
text-shadow: none;
box-shadow: none;
border-radius: 0;
text-decoration: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
color: inh... | 0.397471 | 0.079353 |
@charset "UTF-8";
/* CSS Document */
body {
margin:0;
padding:0;
background:#FFF;
font-size:14px;
font-family: 'Roboto', Arial, sans-serif;
color:#363636;
font-weight:300;
}
h1, h2, h3, h4, h5, h6 {
font-weight:900;
margin:1em 0 0.5em;
color:#696969;
}
h1 { font-size:3em;}
h2 { font-size:2.2em;}
h3 { font-s... | public/css/style.css | @charset "UTF-8";
/* CSS Document */
body {
margin:0;
padding:0;
background:#FFF;
font-size:14px;
font-family: 'Roboto', Arial, sans-serif;
color:#363636;
font-weight:300;
}
h1, h2, h3, h4, h5, h6 {
font-weight:900;
margin:1em 0 0.5em;
color:#696969;
}
h1 { font-size:3em;}
h2 { font-size:2.2em;}
h3 { font-s... | 0.154887 | 0.099558 |
.wx-audio-content {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 320px;
height: auto;
padding: 8px 8px;
border: 1px solid rgba(33, 44, 55, 0.3);
/*margin: 0 auto;*/
font-size: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
... | public/static/admin/js/plugins/wx-audio/wx-audio.css | .wx-audio-content {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 320px;
height: auto;
padding: 8px 8px;
border: 1px solid rgba(33, 44, 55, 0.3);
/*margin: 0 auto;*/
font-size: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
... | 0.380068 | 0.059565 |
.ui-jqgrid {position: relative; font-size:11px; font-family:"tahoma","verdana","sans serif";}
.ui-jqgrid body, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family:"tahoma","verdana","sans serif"; font-size:11px;}
.ui-custom-icon { display: block; float: left; height: 14p... | public/phpgrid/jqgrid/css/src/ui.jqgrid.classic.custom.css | .ui-jqgrid {position: relative; font-size:11px; font-family:"tahoma","verdana","sans serif";}
.ui-jqgrid body, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family:"tahoma","verdana","sans serif"; font-size:11px;}
.ui-custom-icon { display: block; float: left; height: 14p... | 0.299617 | 0.05257 |
body{
margin:0;
padding: 0;
min-height: 100%;
position: relative;
cursor: default;
font-family: 'Open Sans', sans-serif;
}
body::after{
content: '';
display: block !important;
height: 120px !important;}
.col-md-4
{
display: block;
background-... | style.css | body{
margin:0;
padding: 0;
min-height: 100%;
position: relative;
cursor: default;
font-family: 'Open Sans', sans-serif;
}
body::after{
content: '';
display: block !important;
height: 120px !important;}
.col-md-4
{
display: block;
background-... | 0.348202 | 0.054676 |
html {
margin-top: 20px;
font-family: Georgia, 'Times New Roman', Times, serif
}
.conversation-container {
margin-top: 5%;
}
.chat-content {
height: 380px;
overflow-y: scroll;
}
.emoji-menu {
bottom: 120px !important; right: 75px !important; left: 70% !important; top: auto !important;
}
#c... | src/styles/style.css | html {
margin-top: 20px;
font-family: Georgia, 'Times New Roman', Times, serif
}
.conversation-container {
margin-top: 5%;
}
.chat-content {
height: 380px;
overflow-y: scroll;
}
.emoji-menu {
bottom: 120px !important; right: 75px !important; left: 70% !important; top: auto !important;
}
#c... | 0.383526 | 0.071721 |
.MuiTableCell-head {
font-size: 16px !important;
background-color: #f6f6f6;
}
.modal-question {
width: 60% !important;
max-width: none !important;
}
.modal {
z-index: 1040 !important;
}
.form-label {
font-weight: 600;
}
.modal-question .modal-body {
padding-left: 6em;
padding-right: 6em;
}
#modal-f... | src/css/admin.css | .MuiTableCell-head {
font-size: 16px !important;
background-color: #f6f6f6;
}
.modal-question {
width: 60% !important;
max-width: none !important;
}
.modal {
z-index: 1040 !important;
}
.form-label {
font-weight: 600;
}
.modal-question .modal-body {
padding-left: 6em;
padding-right: 6em;
}
#modal-f... | 0.327023 | 0.045226 |
@font-face {
font-family: 'NanumGothic';
font-style: normal;
font-weight: 700;
src: url('./nanumgothic/NanumGothic-Regular.eot'), url('./nanumgothic/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'), url('./nanumgothic/NanumGothic-Regular.woff') format('woff'), / url('./nanumgothic/NanumGothic-Regular.tt... | Resource/Fonts/font.css | @font-face {
font-family: 'NanumGothic';
font-style: normal;
font-weight: 700;
src: url('./nanumgothic/NanumGothic-Regular.eot'), url('./nanumgothic/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'), url('./nanumgothic/NanumGothic-Regular.woff') format('woff'), / url('./nanumgothic/NanumGothic-Regular.tt... | 0.163846 | 0.089733 |
@charset "UTF-8";
/*
Css Table of Content
--------------------------
** Typography
--------------------------
** Global
--------------------------
** Breadcumb Area
--------------------------
** Preloader
--------------------------
** Normalize
--------------------------
... | public/assets/css/landing_pages/style.css | @charset "UTF-8";
/*
Css Table of Content
--------------------------
** Typography
--------------------------
** Global
--------------------------
** Breadcumb Area
--------------------------
** Preloader
--------------------------
** Normalize
--------------------------
... | 0.397821 | 0.074534 |
#glt-settings.wrap {
max-width:1300px;
}
#glt-settings.wrap:after {
content:'';
display:block;
clear:both;
}
#glt-footer,
#glt-footer #google_language_translator {
display:none !important;
}
#glt-translate-trigger,
#glt-translate-trigger span {
cursor:pointer;
}
#glt-settings .glt-main-settings h3:be... | assets/css/google-language-translator_css_style.css |
#glt-settings.wrap {
max-width:1300px;
}
#glt-settings.wrap:after {
content:'';
display:block;
clear:both;
}
#glt-footer,
#glt-footer #google_language_translator {
display:none !important;
}
#glt-translate-trigger,
#glt-translate-trigger span {
cursor:pointer;
}
#glt-settings .glt-main-settings h3:be... | 0.265595 | 0.101411 |
:root {
--queryplan-spacing: .5em;
--queryplan-edge-width: 2px;
}
.queryplan {
display: flex;
}
.queryplan-tree {
text-align: center;
position: relative;
padding-top: var(--queryplan-spacing);
border-width: 1px;
}
.queryplan-tree:only-child {
padding-top: 0;
}
.queryplan-tree::before {
content: ''... | ui/views/queryplan/queryplan.css | :root {
--queryplan-spacing: .5em;
--queryplan-edge-width: 2px;
}
.queryplan {
display: flex;
}
.queryplan-tree {
text-align: center;
position: relative;
padding-top: var(--queryplan-spacing);
border-width: 1px;
}
.queryplan-tree:only-child {
padding-top: 0;
}
.queryplan-tree::before {
content: ''... | 0.664431 | 0.162746 |
background-color: transparent;
background-image: none;
position: absolute;
}
#s-f8ec37b5-6adf-425e-97d9-8c54b7ca0e13 > #alignmentBox {
position: relative;
margin: 0 auto;
width: 1366px;
min-width: 1366px;
min-height: 768px;
}
#s-f8ec37b5-6adf-425e-97d9-8c54b7ca0e13 #s-Rectangle_2 {
positio... | public/resources/screens/f8ec37b5-6adf-425e-97d9-8c54b7ca0e13-1456588835954.css | background-color: transparent;
background-image: none;
position: absolute;
}
#s-f8ec37b5-6adf-425e-97d9-8c54b7ca0e13 > #alignmentBox {
position: relative;
margin: 0 auto;
width: 1366px;
min-width: 1366px;
min-height: 768px;
}
#s-f8ec37b5-6adf-425e-97d9-8c54b7ca0e13 #s-Rectangle_2 {
positio... | 0.329392 | 0.052279 |
body {
overflow: hidden;
}
body h1, body h2, body h3, body div {
color: #3c3c3c;
font-family: 'Roboto', sans-serif;
margin: 0px;
}
body, html, #root, #app {
height: 100%;
margin: 0px;
padding: 0px;
width: 100%;
}
.scroll-bar::-webkit-scrollbar {
height: 0px;
width: 0px;
}
.scroll-bar::-webkit-scro... | Dapp/price/css/style.css | body {
overflow: hidden;
}
body h1, body h2, body h3, body div {
color: #3c3c3c;
font-family: 'Roboto', sans-serif;
margin: 0px;
}
body, html, #root, #app {
height: 100%;
margin: 0px;
padding: 0px;
width: 100%;
}
.scroll-bar::-webkit-scrollbar {
height: 0px;
width: 0px;
}
.scroll-bar::-webkit-scro... | 0.409457 | 0.060059 |
html, body, #root, #root > div {
height: 100%;
margin: 0;
box-sizing: border-box;
font-family: Arial;
}
#root > div {
position: relative;
padding: 0px;
}
#toolbar {
position: fixed;
bottom: 0;
height: 24px;
padding: 12px 0;
width: 100%;
border-top: 1px solid #999;
background-color: #CCC;
z... | stories/styles.css | html, body, #root, #root > div {
height: 100%;
margin: 0;
box-sizing: border-box;
font-family: Arial;
}
#root > div {
position: relative;
padding: 0px;
}
#toolbar {
position: fixed;
bottom: 0;
height: 24px;
padding: 12px 0;
width: 100%;
border-top: 1px solid #999;
background-color: #CCC;
z... | 0.440229 | 0.077938 |
a,
aside,
body,
div,
footer,
html,
i,
img,
li,
nav,
p,
section,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 0;
margin: 0;
}
li {
list-style: none;
}
a {
text-decoration: none;
color: #4d4d4d;
}
body {
font-size: 12px;
color: rgb(165, 165, 165);
font-family: Helvetica, Tah... | css/style.css | a,
aside,
body,
div,
footer,
html,
i,
img,
li,
nav,
p,
section,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 0;
margin: 0;
}
li {
list-style: none;
}
a {
text-decoration: none;
color: #4d4d4d;
}
body {
font-size: 12px;
color: rgb(165, 165, 165);
font-family: Helvetica, Tah... | 0.232397 | 0.046184 |
body,
html {
margin: 0;
padding: 0;
height: 100%;
}
* {
box-sizing: border-box;
transition: all 0.3 ease;
}
#wrapper {
width: 500px;
max-width: 90%;
margin: 0 auto;
height: 100%;
max-height: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
box-sizing: ... | demo/style.css | body,
html {
margin: 0;
padding: 0;
height: 100%;
}
* {
box-sizing: border-box;
transition: all 0.3 ease;
}
#wrapper {
width: 500px;
max-width: 90%;
margin: 0 auto;
height: 100%;
max-height: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
box-sizing: ... | 0.269326 | 0.065098 |
html,
body {
font-family: roboto;
}
.header, main, footer {
padding-left: 300px;
}
@media only screen and (max-width : 992px) {
.header, main, footer {
padding-left: 0;
}
}
.custom_input input, .custom_input textarea {
background-color: white !important;
border: 1px solid #26a69... | assets/css/style.css | html,
body {
font-family: roboto;
}
.header, main, footer {
padding-left: 300px;
}
@media only screen and (max-width : 992px) {
.header, main, footer {
padding-left: 0;
}
}
.custom_input input, .custom_input textarea {
background-color: white !important;
border: 1px solid #26a69... | 0.291586 | 0.102215 |
@font-face{
font-family: "Open Sans";
src: url(fonts/OpenSans-Light.ttf);
font-weight:500;
font-style:normal;
}
body {
background-image: url(../img/bg.png);
margin: 0;
padding: 0;
font-family: 'Open Sans', 'sans-serif';
border-top: 4px solid #175387;
}
#header {
background-color: white;
}
.logo {
ov... | assets/src/css/utama.css | @font-face{
font-family: "Open Sans";
src: url(fonts/OpenSans-Light.ttf);
font-weight:500;
font-style:normal;
}
body {
background-image: url(../img/bg.png);
margin: 0;
padding: 0;
font-family: 'Open Sans', 'sans-serif';
border-top: 4px solid #175387;
}
#header {
background-color: white;
}
.logo {
ov... | 0.226441 | 0.09314 |
body{font-size:14px;font-family:Arial, Helvetica, sans-serif;margin:0 auto; font-family:"Arial";}
body,ul,li,h1,h2,h3,h4{margin:0px; padding:0px; border:0px; list-style:none; border:0px;}
a:link{ color:#333; text-decoration:none;}
a:hover{ color:#ff00; text-decoration:underline;}
a:visited{ color:#000; text-decoratio... | tpl/simplebootx/Public/style/science.css | body{font-size:14px;font-family:Arial, Helvetica, sans-serif;margin:0 auto; font-family:"Arial";}
body,ul,li,h1,h2,h3,h4{margin:0px; padding:0px; border:0px; list-style:none; border:0px;}
a:link{ color:#333; text-decoration:none;}
a:hover{ color:#ff00; text-decoration:underline;}
a:visited{ color:#000; text-decoratio... | 0.346762 | 0.071851 |
/* reset style */
* { margin:0; padding:0; word-break:break-all; }
html,body{ height:100%;}
body{ font:12px/1.5em "Arial","宋体",Verdana,Helvetica,sans-serif;text-align:left;background-color:#fff; color:#999; margin:0px;line-height:22px;}
table{ font:12px/1.5em "Arial","宋体",Verdana,Helvetica,sans-serif;text-align:left... | Weiz.TaskManager.HouTai_New/Content/Css/common.css | /* reset style */
* { margin:0; padding:0; word-break:break-all; }
html,body{ height:100%;}
body{ font:12px/1.5em "Arial","宋体",Verdana,Helvetica,sans-serif;text-align:left;background-color:#fff; color:#999; margin:0px;line-height:22px;}
table{ font:12px/1.5em "Arial","宋体",Verdana,Helvetica,sans-serif;text-align:left... | 0.242026 | 0.069763 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Saira+Semi+Condensed:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@400;700&family=Saira+Semi+Condensed:wght@100&display=swap');
/* readable*/
body {
margin: 0 auto;
max-w... | css/site.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Saira+Semi+Condensed:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@400;700&family=Saira+Semi+Condensed:wght@100&display=swap');
/* readable*/
body {
margin: 0 auto;
max-w... | 0.438545 | 0.105856 |
.E_0{
border-bottom:2px solid red ;
border-width: 2px;
display: inline-block;
line-height: 0.85;
}
.E_1{
border-bottom:2px solid blue ;
border-width: 2px;
display: inline-block;
line-height: 0.85;
}
.E_2{
border-bottom:2px solid green ;
border-width: 2px;
display: inline-bloc... | public/css/entities.css | .E_0{
border-bottom:2px solid red ;
border-width: 2px;
display: inline-block;
line-height: 0.85;
}
.E_1{
border-bottom:2px solid blue ;
border-width: 2px;
display: inline-block;
line-height: 0.85;
}
.E_2{
border-bottom:2px solid green ;
border-width: 2px;
display: inline-bloc... | 0.369088 | 0.160661 |
body {
margin: 0px 0px;
padding: 0;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.titleArea {
padding: 10px 25px;
background-color: #203080;
color: #FFFFFF;
}
.titleArea a,
.titleArea a:link,
.titleArea a:visited {
font-family: Arial, Helvetica, sans-serif;
font-s... | oscm-app-vmware-ui/WebContent/style.css | body {
margin: 0px 0px;
padding: 0;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.titleArea {
padding: 10px 25px;
background-color: #203080;
color: #FFFFFF;
}
.titleArea a,
.titleArea a:link,
.titleArea a:visited {
font-family: Arial, Helvetica, sans-serif;
font-s... | 0.353428 | 0.086285 |
.frame-product-img {
background-color: lightgrey;
background-color: none;
white-space: nowrap;
text-align: center;
}
.frame-product-img-helper {
display: inline-block;
height: 100%;
vertical-align: middle;
}
.product-img {
vertical-align: middle;
max-height: 100%;
max-width: 100%... | public/css/img.css | .frame-product-img {
background-color: lightgrey;
background-color: none;
white-space: nowrap;
text-align: center;
}
.frame-product-img-helper {
display: inline-block;
height: 100%;
vertical-align: middle;
}
.product-img {
vertical-align: middle;
max-height: 100%;
max-width: 100%... | 0.558688 | 0.068694 |
@charset "utf-8";
/**
* fengbuy.com
* 2013.06.06
*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;}
ul,li{list-style-type:none;margin:0;padding:0;}
body{background:#fff;f... | public/template/order/css/base.css | @charset "utf-8";
/**
* fengbuy.com
* 2013.06.06
*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;}
ul,li{list-style-type:none;margin:0;padding:0;}
body{background:#fff;f... | 0.242744 | 0.049589 |
.topDiv {
margin-left: 15%;
margin-right: 15%;
}
#titleLogo {
float: left;
}
#icons {
position: relative;
left: 50%;
}
h3 {
font-size: 40px;
font-family: 'Yellowtail', cursive;
position: relative;
bottom: 50px;
}
h1{
clear:both;
font-size: 30px;
font-family: 'Anton', sans-serif;
margin-bottom... | style.css | .topDiv {
margin-left: 15%;
margin-right: 15%;
}
#titleLogo {
float: left;
}
#icons {
position: relative;
left: 50%;
}
h3 {
font-size: 40px;
font-family: 'Yellowtail', cursive;
position: relative;
bottom: 50px;
}
h1{
clear:both;
font-size: 30px;
font-family: 'Anton', sans-serif;
margin-bottom... | 0.278747 | 0.075824 |
.blueSpace{
background:#009baf;
}
/*-- portfolio --*/
.portfolio{
background:#f7f7f7;
}
.item-desc {
background-color: rgba(0,0,0,0.5);
color: white;
position: absolute;
text-transform: uppercase;
text-align: center;
padding: 1em;
z-index: 1;
bottom: 1em;
left: 1em;
right:... | css/style - Copy (2).css | .blueSpace{
background:#009baf;
}
/*-- portfolio --*/
.portfolio{
background:#f7f7f7;
}
.item-desc {
background-color: rgba(0,0,0,0.5);
color: white;
position: absolute;
text-transform: uppercase;
text-align: center;
padding: 1em;
z-index: 1;
bottom: 1em;
left: 1em;
right:... | 0.433981 | 0.121009 |
* {
padding: 0;
margin: 0;
font-size: 35px;
font-family: 'Roboto', sans-serif;
font-weight: 900;
}
* .wishText {
font-size: 40px;
font-family: 'Pacifico', cursive;
animation: wishText 2000ms linear 0s infinite;
}
@keyframes wishText {
0% {
color: #f00;
}
10% {
color: #ff0;
}
20% {
... | assets/css/style.css | * {
padding: 0;
margin: 0;
font-size: 35px;
font-family: 'Roboto', sans-serif;
font-weight: 900;
}
* .wishText {
font-size: 40px;
font-family: 'Pacifico', cursive;
animation: wishText 2000ms linear 0s infinite;
}
@keyframes wishText {
0% {
color: #f00;
}
10% {
color: #ff0;
}
20% {
... | 0.406273 | 0.093512 |
vc-dialog[theme="noire"].vc-dialog-hostMinim {
position: relative;
top: 0 !important;
left: 0 !important;
}
.vc-dialog-minBar {
position: fixed;
z-index: 3000;
right: 0;
bottom: 0;
display: flex;
float: left;
flex-direction: row-reverse;
flex-wrap: wrap-reverse;
}
.vc-dialog-hideMinBar {
display... | src/node/webapp/framework/vcomet/ui/vc-dialog/vc-dialog.css | vc-dialog[theme="noire"].vc-dialog-hostMinim {
position: relative;
top: 0 !important;
left: 0 !important;
}
.vc-dialog-minBar {
position: fixed;
z-index: 3000;
right: 0;
bottom: 0;
display: flex;
float: left;
flex-direction: row-reverse;
flex-wrap: wrap-reverse;
}
.vc-dialog-hideMinBar {
display... | 0.426202 | 0.045543 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
background: #ddeefc;
font-family: 'Lato', sans-serif;
}
.contenedor{
width: 90%;
max-width: 500px;
padding-top: 40px 20px;
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
}
/* Estilos Generales de las Tarjetas */
.tarj... | public/css/estilos.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
background: #ddeefc;
font-family: 'Lato', sans-serif;
}
.contenedor{
width: 90%;
max-width: 500px;
padding-top: 40px 20px;
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
}
/* Estilos Generales de las Tarjetas */
.tarj... | 0.304145 | 0.073132 |
table img {
border: 1px solid #ccc;
}
.group {
padding: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid #aaa;
-webkit-box-shadow: 0px 0px 30px #888888;
moz-box-shadow: 0px 0px 30px #888888;
box-shado... | assets/css/rates.css | table img {
border: 1px solid #ccc;
}
.group {
padding: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid #aaa;
-webkit-box-shadow: 0px 0px 30px #888888;
moz-box-shadow: 0px 0px 30px #888888;
box-shado... | 0.140897 | 0.132571 |
* {
margin: 0;
padding: 0;
font: inherit;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: basel... | static/prod/assets/css/main1iprx6.css | * {
margin: 0;
padding: 0;
font: inherit;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: basel... | 0.348091 | 0.07353 |
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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | home_login/css/login_register.css | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | 0.328529 | 0.059156 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background: #0E0A09 url('../img/texture.png');
color: #E2D5CF;
line-height: 1.3em;
}
a:link {
color: #E2D5CF;
}
a:visited {
color: #... | site/css/screen.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background: #0E0A09 url('../img/texture.png');
color: #E2D5CF;
line-height: 1.3em;
}
a:link {
color: #E2D5CF;
}
a:visited {
color: #... | 0.387922 | 0.140838 |
:root {
--site-theme-color-1: #4079c7;
--site-theme-color-1-hover: #5b90da;
--site-theme-color-1-disabled: #4079c766;
/* --site-theme-color-1: hsl(268, 40%, 63%);
--site-theme-color-1-hover: hsl(268, 40%, 78%); */
--site-theme-color-2: hsl(183, 72%, 79%);
--background-color: hsl(0, 0%, 10%)... | public/css/app.css | :root {
--site-theme-color-1: #4079c7;
--site-theme-color-1-hover: #5b90da;
--site-theme-color-1-disabled: #4079c766;
/* --site-theme-color-1: hsl(268, 40%, 63%);
--site-theme-color-1-hover: hsl(268, 40%, 78%); */
--site-theme-color-2: hsl(183, 72%, 79%);
--background-color: hsl(0, 0%, 10%)... | 0.404037 | 0.100216 |
body {
padding: 0;
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*font-size: 16px;*/
line-height: 1.5;
color: #2f3537; /*Darker*/
background-color: #fff;
}
p, ul{
margin-top: 0;
}
a {
color: #1d66af;
text-decoration: none; }
a:hover {
text-decoration: un... | src/webroot/stylesheets/bgStyle.css | body {
padding: 0;
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*font-size: 16px;*/
line-height: 1.5;
color: #2f3537; /*Darker*/
background-color: #fff;
}
p, ul{
margin-top: 0;
}
a {
color: #1d66af;
text-decoration: none; }
a:hover {
text-decoration: un... | 0.257672 | 0.049704 |
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans:400,400i,700&display=swap');
body {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
* {
box-sizing: border-box;
}
html,
body,
input,
select,
option,
button,
td,
th {
/* font-... | public/index.css | @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans:400,400i,700&display=swap');
body {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
* {
box-sizing: border-box;
}
html,
body,
input,
select,
option,
button,
td,
th {
/* font-... | 0.552057 | 0.100746 |
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, foo... | public/style.css | html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, foo... | 0.427875 | 0.074366 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url('/fonts/open-sans-v23-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/open-sans-v23-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/open-san... | webroot/css/fonts.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url('/fonts/open-sans-v23-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/open-sans-v23-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/open-san... | 0.157558 | 0.035411 |
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
:root {
--smt-primary: #02ACF0;
--smt-secondary: #F4931D;
--smt-tertiary: #262160;
--smt-fourth: #707070;
--smt-fifth: #1877f2;
--smt-sixth: #3D3D3D;
}
body {
background: #eeeeee;
font-family: 'Source... | public/css/app.css | @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
:root {
--smt-primary: #02ACF0;
--smt-secondary: #F4931D;
--smt-tertiary: #262160;
--smt-fourth: #707070;
--smt-fifth: #1877f2;
--smt-sixth: #3D3D3D;
}
body {
background: #eeeeee;
font-family: 'Source... | 0.397471 | 0.141341 |
@font-face {
font-family: 'inconsolata';
src: url('files/inconsolata.woff') format('woff');
font-weight: normal;
font-style: normal;
}
* {
box-sizing: border-box;
}
html {
height: 100%;
}
body {
background-color: #ffffff;
margin: 0px;
height: 100%;
color: #555;
font-family: 'inconsolata';
font-size: 15px... | docs/index.css | @font-face {
font-family: 'inconsolata';
src: url('files/inconsolata.woff') format('woff');
font-weight: normal;
font-style: normal;
}
* {
box-sizing: border-box;
}
html {
height: 100%;
}
body {
background-color: #ffffff;
margin: 0px;
height: 100%;
color: #555;
font-family: 'inconsolata';
font-size: 15px... | 0.362969 | 0.0697 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url('https://www.tumblr.com/login'),
url('https://www.tumblr.com/'),
url('https://www.tumblr.com/register'),
url('http://www.tumblr.com/dashboard'),
url('http://www.tumblr.com/dashboard/'),
url('http://www.tumblr.com/new/blog'),
url('http:/... | data/usercss/56514.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url('https://www.tumblr.com/login'),
url('https://www.tumblr.com/'),
url('https://www.tumblr.com/register'),
url('http://www.tumblr.com/dashboard'),
url('http://www.tumblr.com/dashboard/'),
url('http://www.tumblr.com/new/blog'),
url('http:/... | 0.280616 | 0.115411 |
.te-md-container .CodeMirror {
font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
color: #222;
}
.tui-md-heading1 {
font-size: 24px;
}
.tui-md-heading2 {
font-size: 22px;
}
.tui-md-heading3 {
font-size: 20px;
}
.tui-md... | apps/editor/src/css/md-syntax-highlighting.css | .te-md-container .CodeMirror {
font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
color: #222;
}
.tui-md-heading1 {
font-size: 24px;
}
.tui-md-heading2 {
font-size: 22px;
}
.tui-md-heading3 {
font-size: 20px;
}
.tui-md... | 0.387111 | 0.106272 |
:root {
--color-primary: #a5876a;
--color-secondary: #E1CCB7 !important;
--color-acent: #cebba8;
--color-orange: #ff931e;
--color-black: #636c72;
--font-poppin: 'Poppins', serif;
}
/*Color*/
@font-face {
font-family: "cerebri";
src: url("../font/Cerebri-Sans/CerebriSans-Regular.ttf")... | public/css/contact-us.css | :root {
--color-primary: #a5876a;
--color-secondary: #E1CCB7 !important;
--color-acent: #cebba8;
--color-orange: #ff931e;
--color-black: #636c72;
--font-poppin: 'Poppins', serif;
}
/*Color*/
@font-face {
font-family: "cerebri";
src: url("../font/Cerebri-Sans/CerebriSans-Regular.ttf")... | 0.259826 | 0.134406 |