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 |
|---|---|---|---|---|
body {
margin: 0;
padding: 0;
font: 14px/22px "微软雅黑","宋体",Arial;
color: #333;
word-wrap: break-word;
}
div{
display: block;
}
a{
color: #555;
text-decoration: none;
cursor: pointer;
}
html, body {
height: 100%;
}
* {
outline: none;
}
i, cite, em, var, address, dfn {
font-... | web/internshipElves/style/css/delivery.css | body {
margin: 0;
padding: 0;
font: 14px/22px "微软雅黑","宋体",Arial;
color: #333;
word-wrap: break-word;
}
div{
display: block;
}
a{
color: #555;
text-decoration: none;
cursor: pointer;
}
html, body {
height: 100%;
}
* {
outline: none;
}
i, cite, em, var, address, dfn {
font-... | 0.307774 | 0.09426 |
html, body {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
font-size: 12px;
box-sizing: border-box;
}
.page {
position: relative;
height: 100%;
width: 100%;
display: block;
page-break-after: auto;
overflow: hidden;
padding: 30px;
box-sizing: border-box... | app/views/forms/styles/forms.css | html, body {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
font-size: 12px;
box-sizing: border-box;
}
.page {
position: relative;
height: 100%;
width: 100%;
display: block;
page-break-after: auto;
overflow: hidden;
padding: 30px;
box-sizing: border-box... | 0.746601 | 0.091139 |
@charset UTF-8;
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
/* Style Index * /
#0 Reset
#1 Layout Structure
#2 Main header
#3 Mai... | public/assets/css/main-stylesheet.css | @charset UTF-8;
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
/* Style Index * /
#0 Reset
#1 Layout Structure
#2 Main header
#3 Mai... | 0.249722 | 0.064153 |
@charset "utf-8";
@media screen and (max-width: 1199px) {
.cms_case4 li{ width:30%;margin: 1.665%;}
.cms_case4 li.ite_0{ margin-right: 1.665%;}
.cms_case5 ul{ width: 102%;}
.cms_case5 li{ width: 48%;margin: 10px 2% 10px 0;}
.cms_case6 ul,.cms_case7 ul{ width: 102%;}
.cms_case6 li,.cms_... | public/css/change.css | @charset "utf-8";
@media screen and (max-width: 1199px) {
.cms_case4 li{ width:30%;margin: 1.665%;}
.cms_case4 li.ite_0{ margin-right: 1.665%;}
.cms_case5 ul{ width: 102%;}
.cms_case5 li{ width: 48%;margin: 10px 2% 10px 0;}
.cms_case6 ul,.cms_case7 ul{ width: 102%;}
.cms_case6 li,.cms_... | 0.242923 | 0.158272 |
html {
font-family: 'Lora', serif;
color: #333;
}
/* Disable fontboosting */
html * {
max-height:1000000px;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: none;
}
p, h1, h2, h3, h4, h5, h6 {
line-height: 130%;
}
strong {
font-weight: bold;
}
h1 {
font-size: 2rem;
}
p {
margin-botto... | public/css/main.css | html {
font-family: 'Lora', serif;
color: #333;
}
/* Disable fontboosting */
html * {
max-height:1000000px;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: none;
}
p, h1, h2, h3, h4, h5, h6 {
line-height: 130%;
}
strong {
font-weight: bold;
}
h1 {
font-size: 2rem;
}
p {
margin-botto... | 0.410993 | 0.076167 |
width: 100vw;
height: 100vh;
}
.search-volunteers {
margin-top: 2rem;
}
.search-volunteers label {
color: var(--color-text-in-primary);
text-transform: uppercase;
}
.search-volunteers .select-block {
margin-bottom: 1rem;
}
.search-volunteers button {
width: 100%;
height: 3.5rem;
... | styles/partials/page-monitoria.css | width: 100vw;
height: 100vh;
}
.search-volunteers {
margin-top: 2rem;
}
.search-volunteers label {
color: var(--color-text-in-primary);
text-transform: uppercase;
}
.search-volunteers .select-block {
margin-bottom: 1rem;
}
.search-volunteers button {
width: 100%;
height: 3.5rem;
... | 0.567337 | 0.092811 |
@charset "UTF-8";
.clean-boundaries, h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, html body {
margin: 0;
padding: 0; }
.clean-font, * {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.full-window, html, html body, html body section {
width: 100%;
height: 100%; }
body {
font-size: 14px;... | css/main.css | @charset "UTF-8";
.clean-boundaries, h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, html body {
margin: 0;
padding: 0; }
.clean-font, * {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.full-window, html, html body, html body section {
width: 100%;
height: 100%; }
body {
font-size: 14px;... | 0.32029 | 0.075653 |
.main{width:1180px;min-height: 200px;margin:0 auto;overflow:hidden;}
/*----------------------------------main中版面设置---------------------------------------------------------*/
.listWrap{width:100%;}
.listBanner{width:100%;height:194px;background:url(../img/jietuo3.jpg) no-repeat ;}
.listArea{width:1180px;height:194px;}
... | src/css/list.css |
.main{width:1180px;min-height: 200px;margin:0 auto;overflow:hidden;}
/*----------------------------------main中版面设置---------------------------------------------------------*/
.listWrap{width:100%;}
.listBanner{width:100%;height:194px;background:url(../img/jietuo3.jpg) no-repeat ;}
.listArea{width:1180px;height:194px;}
... | 0.170612 | 0.049635 |
.media-viewer-highlight-word {
background-color: #b0bec5;
}
.media-viewer-highlight-morpheme {
background-color: #efebe9;
}
.media-viewer-highlight-gloss {
background-color: #efebe9;
}
.media-viewer-td-style {
border-bottom: 1px solid #b0bec5;
border-left: 1px solid #b0bec5;
border-right: 1px solid #b0bec5;... | app/app/media-viewer/media-viewer.css | .media-viewer-highlight-word {
background-color: #b0bec5;
}
.media-viewer-highlight-morpheme {
background-color: #efebe9;
}
.media-viewer-highlight-gloss {
background-color: #efebe9;
}
.media-viewer-td-style {
border-bottom: 1px solid #b0bec5;
border-left: 1px solid #b0bec5;
border-right: 1px solid #b0bec5;... | 0.416203 | 0.06354 |
#part1{
display: block;
}
.breadtitle{
width: 100%;
color: #708090;
margin: 60px auto;
}
@media screen and (max-width: 576px) {
.breadtitle{
font-size: 15px;
margin: 10px auto;
}
}
.breadtitle>li{
color: #708090;
font-size: 25px;
margin: -10px 30px;
cursor: pointer;
}
@media screen a... | cart/cart.css | #part1{
display: block;
}
.breadtitle{
width: 100%;
color: #708090;
margin: 60px auto;
}
@media screen and (max-width: 576px) {
.breadtitle{
font-size: 15px;
margin: 10px auto;
}
}
.breadtitle>li{
color: #708090;
font-size: 25px;
margin: -10px 30px;
cursor: pointer;
}
@media screen a... | 0.161386 | 0.047802 |
* Bootstrap mixins
*/
/*
* Generic content style
*/
/*
* Various generic helper classes
*/
/* Material shadows */
.mdl-shadow--2dp {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-shadow--3dp {
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14... | assets/css/style.css | * Bootstrap mixins
*/
/*
* Generic content style
*/
/*
* Various generic helper classes
*/
/* Material shadows */
.mdl-shadow--2dp {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-shadow--3dp {
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14... | 0.370567 | 0.109396 |
@-webkit-keyframes rotateblur {
0% {
transform: rotateZ(0deg);
top: 5px;
}
50% {
transform: rotateZ(180deg);
top: -65px;
}
75% {
transform: rotateZ(310deg);
top: 20px;
}
100% {
transform: rotateZ(360deg);
top: 5px;
}
}
@keyframes rotateblur {
0% {
transform: rotate... | css/app/ui.css | @-webkit-keyframes rotateblur {
0% {
transform: rotateZ(0deg);
top: 5px;
}
50% {
transform: rotateZ(180deg);
top: -65px;
}
75% {
transform: rotateZ(310deg);
top: 20px;
}
100% {
transform: rotateZ(360deg);
top: 5px;
}
}
@keyframes rotateblur {
0% {
transform: rotate... | 0.299925 | 0.128088 |
pre {
margin: var(--vb) 0;
padding: 1.25em 1.5em;
overflow: auto;
position: relative;
background-color: #fffafd;
font-family: inherit; /* 1 */
}
.dark pre {
background-color: #322d2f;
}
@media (min-width: 1024px) {
/**
* 1. Increase width so the code container looks wider than the body text, but
... | assets/css/components/code.css | pre {
margin: var(--vb) 0;
padding: 1.25em 1.5em;
overflow: auto;
position: relative;
background-color: #fffafd;
font-family: inherit; /* 1 */
}
.dark pre {
background-color: #322d2f;
}
@media (min-width: 1024px) {
/**
* 1. Increase width so the code container looks wider than the body text, but
... | 0.588298 | 0.163312 |
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, ... | day09/style.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.375706 | 0.099383 |
html{
min-height:100%;/* make sure it is at least as tall as the viewport */
position:relative;
}
body{
margin-left: 30px;
height:100%;
width: 950px;/* force the BODY element to match the height of the HTML element */
}
@font-face {
font-family: 'e-VatteluttuOT', monospace;
src: url... | stylesheets/inscriptions/global.css | html{
min-height:100%;/* make sure it is at least as tall as the viewport */
position:relative;
}
body{
margin-left: 30px;
height:100%;
width: 950px;/* force the BODY element to match the height of the HTML element */
}
@font-face {
font-family: 'e-VatteluttuOT', monospace;
src: url... | 0.725454 | 0.06492 |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
background: #ffffff url('../img/geometry2.png'); /* Background pattern from Subtle Patterns */
font-family: 'Coda', cursive;
}
.con... | css/app.css | html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
background: #ffffff url('../img/geometry2.png'); /* Background pattern from Subtle Patterns */
font-family: 'Coda', cursive;
}
.con... | 0.441191 | 0.108945 |
body {
padding-top: 70px;
}
.btn-margins {
margin-left: 6px;
margin-right: 6px
}
#sidebar .list-group,
#sidebar .list-group-item {
background-color: transparent;
}
.responsive-width {
white-space: normal !important;
word-wrap: break-word;
}
/* for list-groups nested within a list-group-item, re... | theme/static/css/style.css | body {
padding-top: 70px;
}
.btn-margins {
margin-left: 6px;
margin-right: 6px
}
#sidebar .list-group,
#sidebar .list-group-item {
background-color: transparent;
}
.responsive-width {
white-space: normal !important;
word-wrap: break-word;
}
/* for list-groups nested within a list-group-item, re... | 0.540439 | 0.11158 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-alig... | public/css/admin.css | html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-alig... | 0.417034 | 0.073863 |
* {
padding: 0;
margin: 0;
text-align: center;
}
body {
height: 100vh;
}
/*HEADER*/
header {
text-align: center;
height: 100px;
width: 100%;
margin-bottom: 100px;
background-color: lightblue;
position: fixed;
top: 0px;
}
header img {
border-radius: 50%;
width: 100px;
}
header {
disp... | css/main.css |
* {
padding: 0;
margin: 0;
text-align: center;
}
body {
height: 100vh;
}
/*HEADER*/
header {
text-align: center;
height: 100px;
width: 100%;
margin-bottom: 100px;
background-color: lightblue;
position: fixed;
top: 0px;
}
header img {
border-radius: 50%;
width: 100px;
}
header {
disp... | 0.347537 | 0.072276 |
text-align: center;
padding-top: 30px;
}
#b h1 {
text-align: center;
padding-top: 60px;
}
#c h1,
#d h1 {
text-align: center;
padding-top: 55px;
}
body {
display: grid;
grid-template-columns: 240px 240px;
grid-template-rows: 75px 150px 125px 125px 250px 250px 40px;
}
#a {
display: grid;
grid-ro... | css/layout.css | text-align: center;
padding-top: 30px;
}
#b h1 {
text-align: center;
padding-top: 60px;
}
#c h1,
#d h1 {
text-align: center;
padding-top: 55px;
}
body {
display: grid;
grid-template-columns: 240px 240px;
grid-template-rows: 75px 150px 125px 125px 250px 250px 40px;
}
#a {
display: grid;
grid-ro... | 0.411347 | 0.213582 |
.header_content{
height: 30px;
background-color: white;
}
.body_content{
height:400px;
}
.ESPLmodernfooterrow1{
background-color: #2d2d2d;
text-align: center;
padding-top: 30px;
}
.ESPLmodernfooterrow1>div>h5{
text-transform: uppercase;
padding-top: 55px;
font-weight: bold;
}
.ESPLmodernfooterrow1 hr {
m... | css/style_old.css | .header_content{
height: 30px;
background-color: white;
}
.body_content{
height:400px;
}
.ESPLmodernfooterrow1{
background-color: #2d2d2d;
text-align: center;
padding-top: 30px;
}
.ESPLmodernfooterrow1>div>h5{
text-transform: uppercase;
padding-top: 55px;
font-weight: bold;
}
.ESPLmodernfooterrow1 hr {
m... | 0.367951 | 0.067547 |
/*font-family: 'Open Sans', sans-serif;*/
/* font-weight: 400;
line-height: 1;
font-size: 13px;
margin: 0;
padding: 0;
}*/
body, html {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
body{
/*background: #fff url("../images/diagonal.png") repeat scroll center ce... | survey/static/toassets/preset.css | /*font-family: 'Open Sans', sans-serif;*/
/* font-weight: 400;
line-height: 1;
font-size: 13px;
margin: 0;
padding: 0;
}*/
body, html {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
body{
/*background: #fff url("../images/diagonal.png") repeat scroll center ce... | 0.213377 | 0.046703 |
:host {
display: block;
}
.my-box-shadow{
box-shadow: 0px 0px 0px 14px rgba(191,214,248,1);
}
.rangeslider{
margin:20px 0;position:relative;background:rgba(209, 227, 250, 1);-ms-touch-action:none;touch-action:none
}
.rangeslider, .rangeslider .rangeslider__fill{display:block;box-shadow:inset 0 1px 3px rgba(0,0,... | mods/Components/range-slider/src/components/range-slider/range-slider.css | :host {
display: block;
}
.my-box-shadow{
box-shadow: 0px 0px 0px 14px rgba(191,214,248,1);
}
.rangeslider{
margin:20px 0;position:relative;background:rgba(209, 227, 250, 1);-ms-touch-action:none;touch-action:none
}
.rangeslider, .rangeslider .rangeslider__fill{display:block;box-shadow:inset 0 1px 3px rgba(0,0,... | 0.421195 | 0.143248 |
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v12/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B... | main.css | @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v12/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B... | 0.439988 | 0.071267 |
@font-face {
font-family: DMMONO;
src: url("fonts/DMMONO/DMMono-Regular.ttf");
font-family: Nunito;
src: url("fonts/Nunito/Nunito-Regular.ttf");
font-family: Montserrat;
src: url("fonts/montserrat/Montserrat-Medium.ttf");
font-family: Raleway;
src: url("fonts/Raleway/Raleway-Medium.tt... | css/busqueda.css | @font-face {
font-family: DMMONO;
src: url("fonts/DMMONO/DMMono-Regular.ttf");
font-family: Nunito;
src: url("fonts/Nunito/Nunito-Regular.ttf");
font-family: Montserrat;
src: url("fonts/montserrat/Montserrat-Medium.ttf");
font-family: Raleway;
src: url("fonts/Raleway/Raleway-Medium.tt... | 0.310485 | 0.112137 |
%if 0
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
%endif
@import url("chrome://global/skin/");
/* View buttons */
#viewGroup > radio {
list-style-image: ur... | malepoon/themes/linux/pageInfo.css | %if 0
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
%endif
@import url("chrome://global/skin/");
/* View buttons */
#viewGroup > radio {
list-style-image: ur... | 0.329607 | 0.056705 |
body {
position:relative;
background:#f6f6f6;
}
.color1{ background-color: #FFFFFF; }
.color2{ background-color: #00A75D; }
.color3{ background-color: #B60101; }
.color4{ background-color: #213DFD; }
.color5{ background-color: #FF6907; }
.color6{ background-color: #FFD500; }
.... | static/css/styles.css | body {
position:relative;
background:#f6f6f6;
}
.color1{ background-color: #FFFFFF; }
.color2{ background-color: #00A75D; }
.color3{ background-color: #B60101; }
.color4{ background-color: #213DFD; }
.color5{ background-color: #FF6907; }
.color6{ background-color: #FFD500; }
.... | 0.649912 | 0.127381 |
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Slab:ital,wght@0,100;0,400;0,500;0,700;1,200;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
@import url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.3/css/... | style.css | @import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Slab:ital,wght@0,100;0,400;0,500;0,700;1,200;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
@import url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.3/css/... | 0.383757 | 0.089853 |
body {
/*padding-top: 50px;*/
font-family: "Roboto", Corbel, Avenir, "Lucida Grande", "Lucida Sans", sans-serif;
/*font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;*/
}
/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
border: 0;
}
/*
* Sidebar
*/
/*... | web/public/stylesheets/common.css | body {
/*padding-top: 50px;*/
font-family: "Roboto", Corbel, Avenir, "Lucida Grande", "Lucida Sans", sans-serif;
/*font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;*/
}
/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
border: 0;
}
/*
* Sidebar
*/
/*... | 0.40028 | 0.058723 |
* {
box-sizing: border-box;
}
body {
--background: #2a2a2a;
--top: #585858;
--bottom: #585858;
--middle: #6f6f6f;
--hover: #3ec9c9;
/*--normal: #0977ff;*/
--normal: #3cbfcb;
--working: #70C9C6;
--player: white;
font-family: "Overpass", "Avenir", "Helvetica Neue", helvetica, arial, sans-serif;
m... | css/style.css | * {
box-sizing: border-box;
}
body {
--background: #2a2a2a;
--top: #585858;
--bottom: #585858;
--middle: #6f6f6f;
--hover: #3ec9c9;
/*--normal: #0977ff;*/
--normal: #3cbfcb;
--working: #70C9C6;
--player: white;
font-family: "Overpass", "Avenir", "Helvetica Neue", helvetica, arial, sans-serif;
m... | 0.411584 | 0.102709 |
.work_right{
min-height:600px;
}
.select_main{
border-bottom:1px solid #d8d8d8;
width:950px;
}
.select_main_auto{
/*border-bottom:1px solid #d8d8d8;*/
width:950px;
}
.select_main_top{
margin-top:15px;
width:800px;
height:45px;
}
.inteligent_auto_user_set,.intelligent_auto_user_set{
border:0px solid red;
mar... | public/css/workflow/steps/guide.css | .work_right{
min-height:600px;
}
.select_main{
border-bottom:1px solid #d8d8d8;
width:950px;
}
.select_main_auto{
/*border-bottom:1px solid #d8d8d8;*/
width:950px;
}
.select_main_top{
margin-top:15px;
width:800px;
height:45px;
}
.inteligent_auto_user_set,.intelligent_auto_user_set{
border:0px solid red;
mar... | 0.225076 | 0.043793 |
.background_glassyLawnGreen7,
.hover_background_glassyLawnGreen7:hover,
.active_background_glassyLawnGreen7:active:hover {
background: #306200;
background-image: -moz-linear-gradient(top, rgb(44, 89, 0) 0%, rgb(39, 79, 0) 50%, rgb(34, 69, 0) 55%, rgb(48, 98, 0) 100%);
background-image: -webkit-gradient(lin... | widgets/common/assets/gradients/glassy/glassyLawnGreen/glassyLawnGreen7.css | .background_glassyLawnGreen7,
.hover_background_glassyLawnGreen7:hover,
.active_background_glassyLawnGreen7:active:hover {
background: #306200;
background-image: -moz-linear-gradient(top, rgb(44, 89, 0) 0%, rgb(39, 79, 0) 50%, rgb(34, 69, 0) 55%, rgb(48, 98, 0) 100%);
background-image: -webkit-gradient(lin... | 0.495606 | 0.136349 |
.form {
background: rgba(52, 52, 52, 0.81);
padding: 15px;
width: 100%;
border-radius: 4px;
box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}
.tab-group {
list-style: none;
padding: 0;
margin: 0 0 20px 0;
}
.tab-group:after {
content: "";
display: table;
clear: both;
}
.tab-group li a {
display: block;... | public/css/node-menu.css | .form {
background: rgba(52, 52, 52, 0.81);
padding: 15px;
width: 100%;
border-radius: 4px;
box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}
.tab-group {
list-style: none;
padding: 0;
margin: 0 0 20px 0;
}
.tab-group:after {
content: "";
display: table;
clear: both;
}
.tab-group li a {
display: block;... | 0.302597 | 0.094929 |
html,
body {
margin: 0;
width: 100%;
/* limit media query */
min-width: 320px;
height: 100%;
}
html {
font-size: 1em;
}
body {
background-color: black;
font-family: 'Barlow', sans-serif;
line-height: 1.4rem;
color: gray;
/* https://www.smashingmagazine.com/2018/08/scroll-bo... | assets/css/pandemos.css | html,
body {
margin: 0;
width: 100%;
/* limit media query */
min-width: 320px;
height: 100%;
}
html {
font-size: 1em;
}
body {
background-color: black;
font-family: 'Barlow', sans-serif;
line-height: 1.4rem;
color: gray;
/* https://www.smashingmagazine.com/2018/08/scroll-bo... | 0.604866 | 0.066448 |
@namespace ibooks "http://www.apple.com/2011/iBooks";
#textShape-154{
-ibooks-line-hints: textShape-154 p url(../hints/content15-paginated.plist) 15 1;
}
#textShape-46{
-ibooks-line-hints: textShape-46 p url(../hints/content15-paginated.plist) 17 1;
}
#textShape-155{
-ibooks-line-hints: textShape-155 p url(../hints/... | Everyone Can Code-Swift PlaygroundsT-eacher Guide.ibooks/OPS/assets/css/content15-paginated.css | @namespace ibooks "http://www.apple.com/2011/iBooks";
#textShape-154{
-ibooks-line-hints: textShape-154 p url(../hints/content15-paginated.plist) 15 1;
}
#textShape-46{
-ibooks-line-hints: textShape-46 p url(../hints/content15-paginated.plist) 17 1;
}
#textShape-155{
-ibooks-line-hints: textShape-155 p url(../hints/... | 0.471953 | 0.183429 |
body, html {
font-family: 'Open Sans', sans-serif;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
color: #777;
font-weight: 400;
width: 100% !important;
height: 100% !important;
}
h2, h3, h4 {
font-family: 'Raleway', sans-serif;
}
h2 {
text-transform: uppercase;
... | docs/css/style.css | body, html {
font-family: 'Open Sans', sans-serif;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
color: #777;
font-weight: 400;
width: 100% !important;
height: 100% !important;
}
h2, h3, h4 {
font-family: 'Raleway', sans-serif;
}
h2 {
text-transform: uppercase;
... | 0.216177 | 0.048383 |
* {
padding: 0px;
margin: 0px; }
body {
font-family: "Open Sans", "Roboto", Tahoma, arial, sans-serif;
background: #fbfbfb;
font-size: 13px;
color: #3d464d;
font-weight: normal; }
a {
text-decoration: none;
color: #2895F1;
outline: none; }
.a_disabled {
cursor: not-allowed !important;
pointer... | public/styles/dist/styles.css | * {
padding: 0px;
margin: 0px; }
body {
font-family: "Open Sans", "Roboto", Tahoma, arial, sans-serif;
background: #fbfbfb;
font-size: 13px;
color: #3d464d;
font-weight: normal; }
a {
text-decoration: none;
color: #2895F1;
outline: none; }
.a_disabled {
cursor: not-allowed !important;
pointer... | 0.250088 | 0.084682 |
.chui-card {
background-color: #fafafa;
margin: 10px;
-webkit-display: flex;
-webkit-flex-direction: column;
display: flex;
flex-direction: column;
}
.chui-card p {
margin: 0 10px;
}
.chui-card > section {
padding-top: 20px;
padding-bottom: 20px;
}
.chui-height-100 {
height: 100px !important;
}
.chu... | src/css/ios/ui-cards.css | .chui-card {
background-color: #fafafa;
margin: 10px;
-webkit-display: flex;
-webkit-flex-direction: column;
display: flex;
flex-direction: column;
}
.chui-card p {
margin: 0 10px;
}
.chui-card > section {
padding-top: 20px;
padding-bottom: 20px;
}
.chui-height-100 {
height: 100px !important;
}
.chu... | 0.221603 | 0.059129 |
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:400,400i,600,600i,700,700i');
html,
body {
background: #fff;
color: #333;
font-family: 'Open Sans', sans-serif;
}
#container {
margin: auto;
}
#header {
margin-top: 2em;
}
#site-logo {
float: right;
}
#site-title,
a:l... | static/css/crab.css | @import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:400,400i,600,600i,700,700i');
html,
body {
background: #fff;
color: #333;
font-family: 'Open Sans', sans-serif;
}
#container {
margin: auto;
}
#header {
margin-top: 2em;
}
#site-logo {
float: right;
}
#site-title,
a:l... | 0.379493 | 0.111241 |
html, body {
margin: 0;
height: 100%;
overflow: hidden;
}
body {
background-color: #C0C0C0;
font-family: Roboto, 'Droid Sans', Helvetica, sans-serif;
}
.img_container {
height: 100%;
width: 100%;
background: url("jaguar_e-pace.jpeg") no-repeat center;
background-size: contain;
... | app/assets/stylesheets/application.css | html, body {
margin: 0;
height: 100%;
overflow: hidden;
}
body {
background-color: #C0C0C0;
font-family: Roboto, 'Droid Sans', Helvetica, sans-serif;
}
.img_container {
height: 100%;
width: 100%;
background: url("jaguar_e-pace.jpeg") no-repeat center;
background-size: contain;
... | 0.553505 | 0.094594 |
.pocon:nth-child(1){
margin-top: 20px;
border-top: 1px solid #ddd;
}
.pocon:nth-last-child(1){
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
}
.pocon{
width: 1000px;
margin: 0px auto;
box-sizing: border-box;
border: 1px solid #ddd;
border-top: none;
border-bottom: none;
... | public/static/study/css/article.css |
.pocon:nth-child(1){
margin-top: 20px;
border-top: 1px solid #ddd;
}
.pocon:nth-last-child(1){
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
}
.pocon{
width: 1000px;
margin: 0px auto;
box-sizing: border-box;
border: 1px solid #ddd;
border-top: none;
border-bottom: none;
... | 0.31384 | 0.072604 |
@charset "UTF-8";
html {
scroll-behavior: smooth;
}
body {
margin: 0;
}
a {
text-decoration: none;
color: inherit; }
a:hover {
text-decoration: none; }
input {
outline: none;
box-sizing: border-box;
border: none; }
textarea {
outline: none; }
button {
outline: none; }
html, body, div, span,... | public/css/main.css | @charset "UTF-8";
html {
scroll-behavior: smooth;
}
body {
margin: 0;
}
a {
text-decoration: none;
color: inherit; }
a:hover {
text-decoration: none; }
input {
outline: none;
box-sizing: border-box;
border: none; }
textarea {
outline: none; }
button {
outline: none; }
html, body, div, span,... | 0.337859 | 0.092811 |
.kup-danger {
--kup-primary-color: var(--kup-danger-color);
--kup-text-on-primary-color: white;
--kup-primary-color-rgb: var(--kup-danger-color-rgb);
--kup-text-on-primary-color-rgb: 255, 255, 255;
}
.kup-info {
--kup-primary-color: var(--kup-info-color);
--kup-text-on-primary-color: white;
... | packages/ketchup/src/utils/kup-theme/kup-theme.css | .kup-danger {
--kup-primary-color: var(--kup-danger-color);
--kup-text-on-primary-color: white;
--kup-primary-color-rgb: var(--kup-danger-color-rgb);
--kup-text-on-primary-color-rgb: 255, 255, 255;
}
.kup-info {
--kup-primary-color: var(--kup-info-color);
--kup-text-on-primary-color: white;
... | 0.49585 | 0.057758 |
header {
background-color: var(--rocketseat-main-color);
}
.header-content {
align-items: center;
flex-direction: row;
justify-content: space-between;
margin: 0 auto;
max-width: 1070px;
padding: 20px;
}
.header-content a {
color: var(--text-color-whitesmoke);
padding-right: 30px;
}... | css/home-pg/header.css | header {
background-color: var(--rocketseat-main-color);
}
.header-content {
align-items: center;
flex-direction: row;
justify-content: space-between;
margin: 0 auto;
max-width: 1070px;
padding: 20px;
}
.header-content a {
color: var(--text-color-whitesmoke);
padding-right: 30px;
}... | 0.525125 | 0.108708 |
.trytopnav {
height:40px;
overflow:hidden;
min-width:380px;
position:absolute;
width:100%;
top:-1px;
}
div#tryitLeaderboard {
top: 47px;
position: relative;}
.kmars-bar {
background: skyblue;
}
#dragbar{
position:absolute;
cursor: col-resize;
z-index:11;
padding:5px;
}
#shield {
display:... | editor.css | .trytopnav {
height:40px;
overflow:hidden;
min-width:380px;
position:absolute;
width:100%;
top:-1px;
}
div#tryitLeaderboard {
top: 47px;
position: relative;}
.kmars-bar {
background: skyblue;
}
#dragbar{
position:absolute;
cursor: col-resize;
z-index:11;
padding:5px;
}
#shield {
display:... | 0.130965 | 0.060335 |
footer#main {
background: rgb(76, 96, 143) url('../images/footerbg.svg');
background-attachment: fixed;
background-size: 200px;
color: white;
padding: 25px;
width: 100vw;
}
html[data-theme='dark'] footer#main {
background: rgb(30, 41, 68) url('../images/footerbg.svg');
background-attach... | assets/css/footer.css | footer#main {
background: rgb(76, 96, 143) url('../images/footerbg.svg');
background-attachment: fixed;
background-size: 200px;
color: white;
padding: 25px;
width: 100vw;
}
html[data-theme='dark'] footer#main {
background: rgb(30, 41, 68) url('../images/footerbg.svg');
background-attach... | 0.273769 | 0.088151 |
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
}
body {
width: 250px;
padding: 8px;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 14px;
-webkit-font-smoot... | src/popup.css | *,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
}
body {
width: 250px;
padding: 8px;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 14px;
-webkit-font-smoot... | 0.508788 | 0.062245 |
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Pragati+Narrow');
@import url('https://fonts.googleapis.com/css?family=Oswald');
/*<---------BODY---------->*/
main {
overflow-x: hidden;... | src/app/home/home.component.css | @import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Pragati+Narrow');
@import url('https://fonts.googleapis.com/css?family=Oswald');
/*<---------BODY---------->*/
main {
overflow-x: hidden;... | 0.305386 | 0.052425 |
div.form-container {
margin: 0;
padding: 0;
border: 0;
}
p.legend {
margin-bottom: 1em;
}
p.legend em {
color: #C00;
font-style: normal;
}
div.errors, p.errors, span.errors {
margin: 0 0 10px 0;
padding: 5px 10px;
border: #FC6 1px solid;
background-color: #FFC;
}
div.error... | web/css/forms.css | div.form-container {
margin: 0;
padding: 0;
border: 0;
}
p.legend {
margin-bottom: 1em;
}
p.legend em {
color: #C00;
font-style: normal;
}
div.errors, p.errors, span.errors {
margin: 0 0 10px 0;
padding: 5px 10px;
border: #FC6 1px solid;
background-color: #FFC;
}
div.error... | 0.262747 | 0.113089 |
body{
/* background-color: #ffffff; */
height: 100%;
/* font-family: "roboto","helvetica neue",helvetica,arial,sans-serif !important; */
/* background-image: url('../images/background/background1.jpg'); */
}
hr{
margin-top: 0px;
margin-bottom: 0px;
border: 1px solid #F5F5F5;;
}
.heading-title{
content... | assets/css/custom.css | body{
/* background-color: #ffffff; */
height: 100%;
/* font-family: "roboto","helvetica neue",helvetica,arial,sans-serif !important; */
/* background-image: url('../images/background/background1.jpg'); */
}
hr{
margin-top: 0px;
margin-bottom: 0px;
border: 1px solid #F5F5F5;;
}
.heading-title{
content... | 0.217005 | 0.065635 |
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif;
margin: auto;
min-height: 90vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 2rem;
background-color: #101820ff;
}
h1,
p {
font-size: 3em;
te... | src/index.css | body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif;
margin: auto;
min-height: 90vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 2rem;
background-color: #101820ff;
}
h1,
p {
font-size: 3em;
te... | 0.455925 | 0.06148 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: #eee;
}
nav {
display: flex;
justify-content: space-between;
background-color: #fff;
height: 64px;
width: 100%;
}
nav div {
display: flex;
justify-content: center;
align-item... | style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: #eee;
}
nav {
display: flex;
justify-content: space-between;
background-color: #fff;
height: 64px;
width: 100%;
}
nav div {
display: flex;
justify-content: center;
align-item... | 0.488771 | 0.080755 |
.back_main_title .back_title_btn{
display: inline-block;
width: 100px;
height: 28px;
line-height: 28px;
margin-top: 30px;
background-color: #fc6940;
border: 1px solid #fc6940;
border-radius: 4px;
text-align: center;
font-size: 14px;
color: #fff;
}
.back_main_title .back_title... | client/youshang/pages/biddingBack/seller-sendDetail/page.css | .back_main_title .back_title_btn{
display: inline-block;
width: 100px;
height: 28px;
line-height: 28px;
margin-top: 30px;
background-color: #fc6940;
border: 1px solid #fc6940;
border-radius: 4px;
text-align: center;
font-size: 14px;
color: #fff;
}
.back_main_title .back_title... | 0.38549 | 0.062732 |
.pagetation {}
.pageBtnContener {
display: flex;
margin: auto;
justify-content: center;
}
.pageBtn {
flex-grow: 0;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #383838;
margin: 0 5px;
border-radius: 3px;
c... | src/main/webapp/myCss/index.css | .pagetation {}
.pageBtnContener {
display: flex;
margin: auto;
justify-content: center;
}
.pageBtn {
flex-grow: 0;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #383838;
margin: 0 5px;
border-radius: 3px;
c... | 0.364099 | 0.09556 |
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
@font-face {
font-family: 'Abel';
font-style: normal;
font-weight: 400;
src: local('Abel'), local('Abel-Regular'), url(https://fonts.gstatic.com/s/abel/v6/brdGGFwqYJxjg2CD1E9o7g.woff2) format('woff2')... | dev/front/source/css/style.css | [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
@font-face {
font-family: 'Abel';
font-style: normal;
font-weight: 400;
src: local('Abel'), local('Abel-Regular'), url(https://fonts.gstatic.com/s/abel/v6/brdGGFwqYJxjg2CD1E9o7g.woff2) format('woff2')... | 0.410874 | 0.157525 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("makewebgames.com") {
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... | data/usercss/129736.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("makewebgames.com") {
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... | 0.314261 | 0.139954 |
@import url(//fonts.googleapis.com/css?family=Ubuntu:500&subset=latin,latin-ext);
body{
color: #222222;
}
.sidebar {
position: fixed;
top: 0px;
padding-top: 10%;
background-color: #222222;
color: #fff;
}
.sidebar-header {
text-align: center;
margin-bottom: 10px;
}
.sidebar-header .title{
letter-spacing: 3px... | assets/css/style.css | @import url(//fonts.googleapis.com/css?family=Ubuntu:500&subset=latin,latin-ext);
body{
color: #222222;
}
.sidebar {
position: fixed;
top: 0px;
padding-top: 10%;
background-color: #222222;
color: #fff;
}
.sidebar-header {
text-align: center;
margin-bottom: 10px;
}
.sidebar-header .title{
letter-spacing: 3px... | 0.171963 | 0.054929 |
@font-face {
font-family: 'HK Grotesk';
font-style: normal;
font-weight: normal;
src: local('HK Grotesk Regular'), url('/fonts/HKGrotesk-Regular.woff') format('woff');
}
@font-face {
font-family: 'HK Grotesk Legacy';
font-style: normal;
font-weight: normal;
src: local('HK Grotesk Regular Legacy'), url('/fonts/HKGrote... | static/css/HKGrotesk.css | @font-face {
font-family: 'HK Grotesk';
font-style: normal;
font-weight: normal;
src: local('HK Grotesk Regular'), url('/fonts/HKGrotesk-Regular.woff') format('woff');
}
@font-face {
font-family: 'HK Grotesk Legacy';
font-style: normal;
font-weight: normal;
src: local('HK Grotesk Regular Legacy'), url('/fonts/HKGrote... | 0.525856 | 0.05744 |
[v-cloak] {
display: none;
}
*:not(.material-icons) {
font-family: 'Roboto' !important;
font-weight: normal;
}
* {
border: none;
}
html, body {
font-size: 15px;
}
h1, h2, h3, h4, h5, h6, .fw-100 {
/*font-weight: 300 !important;*/
}
.text-muted {
color: #99adc3 !important;
}
a {
text-deco... | public/css/style.css | [v-cloak] {
display: none;
}
*:not(.material-icons) {
font-family: 'Roboto' !important;
font-weight: normal;
}
* {
border: none;
}
html, body {
font-size: 15px;
}
h1, h2, h3, h4, h5, h6, .fw-100 {
/*font-weight: 300 !important;*/
}
.text-muted {
color: #99adc3 !important;
}
a {
text-deco... | 0.427755 | 0.080394 |
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Mochiy+Pop+P+One&family=Poppins:wght@500&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.navbar{
background: black;
height: 10vh;
}
.nav-link{
font-size: 1.5em;
font-weight: 500;
t... | MY_PORTFOLYO.css | @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Mochiy+Pop+P+One&family=Poppins:wght@500&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.navbar{
background: black;
height: 10vh;
}
.nav-link{
font-size: 1.5em;
font-weight: 500;
t... | 0.217171 | 0.070304 |
A { color: #336699 }
BODY { font-family: "verdana", Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
background: #bbbbbb;
margin: 0;
padding: 0;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px }... | dspace-jspui/src/main/webapp/styles.css | A { color: #336699 }
BODY { font-family: "verdana", Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
background: #bbbbbb;
margin: 0;
padding: 0;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px }... | 0.453504 | 0.224247 |
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
letter-spacing: -.022em;
font-synthesis: none;
-moz-font-feature-settings: 'kern';
-webkit-font-smoothing: antialiased;
-moz-osx-... | pages/css/pages.css | body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
letter-spacing: -.022em;
font-synthesis: none;
-moz-font-feature-settings: 'kern';
-webkit-font-smoothing: antialiased;
-moz-osx-... | 0.469277 | 0.107766 |
/* Specifies White Background color */
body {background-color:#FFFFFF; font-family:Verdana, sans-serif; font-size:8pt; color: #000000;}
/* The default style of P is red to alert you that you need to apply a style class, such as Body. */
P { margin-top:6.00pt; margin-bottom:6.00pt;}
BR { font-size:4.00pt; }
/* Use H... | src/Help/styles/minimal.css |
/* Specifies White Background color */
body {background-color:#FFFFFF; font-family:Verdana, sans-serif; font-size:8pt; color: #000000;}
/* The default style of P is red to alert you that you need to apply a style class, such as Body. */
P { margin-top:6.00pt; margin-bottom:6.00pt;}
BR { font-size:4.00pt; }
/* Use H... | 0.537527 | 0.218878 |
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
color: #130101ff;
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
font-size: 15px;
line-height: 1.5;
}
img {
width: 300px;
}
a {
color: #af3e4dff;
}
a:hover {
text-decoration:... | css-portfolio/css/styles.css | html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
color: #130101ff;
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
font-size: 15px;
line-height: 1.5;
}
img {
width: 300px;
}
a {
color: #af3e4dff;
}
a:hover {
text-decoration:... | 0.36139 | 0.05744 |
.header{
display: flex;
flex-direction: row;
height: 10vh;
padding: 0px 10px;
box-shadow:10px 0 5px 5px rgba(0, 0, 0, 0.1);
margin-bottom: 2vh;
}
.logo{
height:100%;
}
.logo:hover{
cursor: pointer;
}
.navigation-header{
display: flex;
flex-direction: row;
justify-content: space-between... | react-ui/src/components/Header/Header.css | .header{
display: flex;
flex-direction: row;
height: 10vh;
padding: 0px 10px;
box-shadow:10px 0 5px 5px rgba(0, 0, 0, 0.1);
margin-bottom: 2vh;
}
.logo{
height:100%;
}
.logo:hover{
cursor: pointer;
}
.navigation-header{
display: flex;
flex-direction: row;
justify-content: space-between... | 0.555435 | 0.107484 |
#navbarHeader {
background: rgba(76, 76, 76, 1);
background: -moz-linear-gradient(-45deg, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 9... | css/style.css | #navbarHeader {
background: rgba(76, 76, 76, 1);
background: -moz-linear-gradient(-45deg, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 9... | 0.352871 | 0.093471 |
@font-face {
font-family: "Teams Assets";
src: url("../fonts/TeamsAssets-Light.woff") format("woff"), url("../fonts/TeamsAssets-Light.woff2") format("woff2");
font-style: normal;
}
.mb {
margin: 0 2rem;
padding: 0.5rem;
}
.tk-no {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
... | TaskManagement/wwwroot/CSS/index.css | @font-face {
font-family: "Teams Assets";
src: url("../fonts/TeamsAssets-Light.woff") format("woff"), url("../fonts/TeamsAssets-Light.woff2") format("woff2");
font-style: normal;
}
.mb {
margin: 0 2rem;
padding: 0.5rem;
}
.tk-no {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
... | 0.423458 | 0.095265 |
display: grid;
grid-template-columns: auto auto;
grid-row-gap: 5px;
row-gap: 5px;
grid-column-gap: 5px;
column-gap: 5px;
margin-bottom: 0.5em;
align-items: center;
justify-items: end;
}
#login form > *:nth-child(2n+1) {
grid-column: 1/2;
}
#login form > *:nth-ch... | Calla-Site/wwwroot/stylesheets/game.css | display: grid;
grid-template-columns: auto auto;
grid-row-gap: 5px;
row-gap: 5px;
grid-column-gap: 5px;
column-gap: 5px;
margin-bottom: 0.5em;
align-items: center;
justify-items: end;
}
#login form > *:nth-child(2n+1) {
grid-column: 1/2;
}
#login form > *:nth-ch... | 0.344995 | 0.230887 |
* eadmin / www.eadmin.com.cn
*
* 全局配置
*/
/**
* ================= 颜色设置 ==================
*/
/**
* ================= 字体设置 ==================
*/
/**
* ================= 通用方法 ==================
*/
@font-face {
font-family: "num";
src: url(../font/num.ttf);
}
/**
* ================= 旋转 ==================
*... | src/css/dark/common/common.css | * eadmin / www.eadmin.com.cn
*
* 全局配置
*/
/**
* ================= 颜色设置 ==================
*/
/**
* ================= 字体设置 ==================
*/
/**
* ================= 通用方法 ==================
*/
@font-face {
font-family: "num";
src: url(../font/num.ttf);
}
/**
* ================= 旋转 ==================
*... | 0.297266 | 0.086942 |
@charset "UTF-8";
/* ---------------------------------
FONT
--------------------------------- */
/* =========== */
@font-face {
font-family: 'Lato';
src: url('./../font/Web-Lato/Lato-Regular.eot');
src: url('./../font/Web-Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
url('./../font/Web-Lato/Lato-Regu... | assets/framwork/gym/framework.css | @charset "UTF-8";
/* ---------------------------------
FONT
--------------------------------- */
/* =========== */
@font-face {
font-family: 'Lato';
src: url('./../font/Web-Lato/Lato-Regular.eot');
src: url('./../font/Web-Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
url('./../font/Web-Lato/Lato-Regu... | 0.09738 | 0.037573 |
body {
height: 99vh;
min-height: 550px;
background-image: url("../images/2frlogo.svg");
background-attachment: fixed;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-color: #336600;
color: gold;
overflow:auto;
}
.body {
height: 99vh;
min-he... | web/css/site1.css | body {
height: 99vh;
min-height: 550px;
background-image: url("../images/2frlogo.svg");
background-attachment: fixed;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-color: #336600;
color: gold;
overflow:auto;
}
.body {
height: 99vh;
min-he... | 0.340047 | 0.115911 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply font-inter text-base antialiased;
}
}
@layer components {
.btn {
@apply inline-flex items-center px-2 py-1 rounded cursor-pointer max-w-full focus:outline-none bg-light-97 text-body font-medium;
}
... | src/style.css | @tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply font-inter text-base antialiased;
}
}
@layer components {
.btn {
@apply inline-flex items-center px-2 py-1 rounded cursor-pointer max-w-full focus:outline-none bg-light-97 text-body font-medium;
}
... | 0.480966 | 0.082623 |
.emph {
color: #ff5503;
font-weight: 500;
}
/* pack func and objclass colors come from hcl(seq(90,360, length.out=4), c=80, l=80)*/
.pack {
color: #AC9CFF; /*#e41a1c*/
font-weight: 500;
}
.func { /*#984ea3;can just use `` instead*/
color: #00CBB6;
font-weight: 500;
}
.objclass {
color: #AAB... | css/sem_old.css | .emph {
color: #ff5503;
font-weight: 500;
}
/* pack func and objclass colors come from hcl(seq(90,360, length.out=4), c=80, l=80)*/
.pack {
color: #AC9CFF; /*#e41a1c*/
font-weight: 500;
}
.func { /*#984ea3;can just use `` instead*/
color: #00CBB6;
font-weight: 500;
}
.objclass {
color: #AAB... | 0.415966 | 0.136234 |
@font-face {
font-family: 'Hand';
src: url("../fonts/Hand_Of_Sean_Demo.ttf");
}
body{
background-color: #FFF!important;
}
body::-webkit-scrollbar{
width: 7px;
}
body::-webkit-scrollbar-thumb{
background: #BC1113;
border-radius: 5px;
}
.navbar-login{
background-color: #17C0EB!important;
color: #FF... | public/css/styles_login.css | @font-face {
font-family: 'Hand';
src: url("../fonts/Hand_Of_Sean_Demo.ttf");
}
body{
background-color: #FFF!important;
}
body::-webkit-scrollbar{
width: 7px;
}
body::-webkit-scrollbar-thumb{
background: #BC1113;
border-radius: 5px;
}
.navbar-login{
background-color: #17C0EB!important;
color: #FF... | 0.140543 | 0.052765 |
body{
padding: 0%;
background: #090F1B;
font-family : sans-serif;
align-items: center;
color: #737A8A;
display: grid;
font-size: 20;
font-weight: 400;
height: 100vh;
justify-items: center;
width:100vw;
overflow: hidden;
}
.complete{
display: grid;
grid-template... | static/style.css | body{
padding: 0%;
background: #090F1B;
font-family : sans-serif;
align-items: center;
color: #737A8A;
display: grid;
font-size: 20;
font-weight: 400;
height: 100vh;
justify-items: center;
width:100vw;
overflow: hidden;
}
.complete{
display: grid;
grid-template... | 0.523664 | 0.136925 |
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
}
body {
margin: 0px;
height: 100%;
font-family: 'Open Sans', sans-serif;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}
button {
height: aut... | src/components/layout.css | -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
}
body {
margin: 0px;
height: 100%;
font-family: 'Open Sans', sans-serif;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}
button {
height: aut... | 0.343782 | 0.075278 |
body{
background-color: white;
}
#wilfrid{
color: black;
font-family:EO-Calibre, sans-serif;
font-size: 20px;
line-height: 30px;
font-weight: 700;
font-style: normal;
}
#row{
margin-top: 50px;
}
#rrow ... | stylle.css | body{
background-color: white;
}
#wilfrid{
color: black;
font-family:EO-Calibre, sans-serif;
font-size: 20px;
line-height: 30px;
font-weight: 700;
font-style: normal;
}
#row{
margin-top: 50px;
}
#rrow ... | 0.282394 | 0.040465 |
.videos{
width:960px;min-height:calc(100% - 212px);margin:0 auto;
}
.video{
width:310px;height:auto;margin:5px;float:left;position: relative;
}
.clear{
clear:both; height: 0; line-height: 0; font-size: 0
}
.video p{
overflow: hidden; white-space:nowrap; text-overflow:c; text-indent:0.5em;color:#fff;pos... | public/static/css/video-list.css | .videos{
width:960px;min-height:calc(100% - 212px);margin:0 auto;
}
.video{
width:310px;height:auto;margin:5px;float:left;position: relative;
}
.clear{
clear:both; height: 0; line-height: 0; font-size: 0
}
.video p{
overflow: hidden; white-space:nowrap; text-overflow:c; text-indent:0.5em;color:#fff;pos... | 0.291384 | 0.092319 |
body {
font-family: 'Roboto', 'Noto Sans', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.3;
letter-spacing: 0.03em;
justify-content: center;
color: black;
display: flex;
align-items: center;
margin: 0px;
margin-right: 0px;
}
h4 {
text-transform: uppercase... | styles.css | body {
font-family: 'Roboto', 'Noto Sans', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.3;
letter-spacing: 0.03em;
justify-content: center;
color: black;
display: flex;
align-items: center;
margin: 0px;
margin-right: 0px;
}
h4 {
text-transform: uppercase... | 0.419053 | 0.06666 |
textarea {
resize: vertical;
}
body {}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
::-webkit-scrollbar-thumb {
background: #169f85;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
background: #17a88b;
}... | public/css/custumCSS.css | textarea {
resize: vertical;
}
body {}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
::-webkit-scrollbar-thumb {
background: #169f85;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
background: #17a88b;
}... | 0.456652 | 0.076201 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
pre {
... | profiles/contrib/social/themes/socialbase/assets/css/base.css | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
pre {
... | 0.38145 | 0.067362 |
body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input{ margin:0; padding:0;}
html { width: 100%; font-family: 'Heiti SC', 'Microsoft YaHei'; font-size: 100px; outline: 0; -webkit-text-size-adjust:none;}
body { width:100%; margin: 0; -webkit-user-select: none; position: relative; background-color:#... | src/style/personal.css | body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input{ margin:0; padding:0;}
html { width: 100%; font-family: 'Heiti SC', 'Microsoft YaHei'; font-size: 100px; outline: 0; -webkit-text-size-adjust:none;}
body { width:100%; margin: 0; -webkit-user-select: none; position: relative; background-color:#... | 0.310172 | 0.056522 |
@import url("https://fonts.googleapis.com/css?family=Raleway");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: "Raleway", Arial, sans-serif;
background-color: #FFFFFF;
}
.text-center {
text-align: center !important;
}
.mt-10 {
margin-top: 1... | css/style.css | @import url("https://fonts.googleapis.com/css?family=Raleway");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: "Raleway", Arial, sans-serif;
background-color: #FFFFFF;
}
.text-center {
text-align: center !important;
}
.mt-10 {
margin-top: 1... | 0.462716 | 0.088781 |
body {
margin:0px;
background-image:none;
position:relative;
left:-20px;
width:377px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u5259 {
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u5260_div {
position:absolute;
... | html/files/_____loadmore/styles.css | body {
margin:0px;
background-image:none;
position:relative;
left:-20px;
width:377px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u5259 {
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u5260_div {
position:absolute;
... | 0.309545 | 0.055285 |
body{
font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;overflow-x:hidden
}
p{
font-size:20px
}
p.small{
font-size:16px
}
a,a.active,a:active,a:focus,a:hover{
color:#18BC9C;outline:0
}
h1,h2,h3,h4,h5,h6{
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:upper... | css/freelancer.min.css | body{
font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;overflow-x:hidden
}
p{
font-size:20px
}
p.small{
font-size:16px
}
a,a.active,a:active,a:focus,a:hover{
color:#18BC9C;outline:0
}
h1,h2,h3,h4,h5,h6{
font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:upper... | 0.121178 | 0.052158 |
@font-face {
font-family: MuiiconSpread;
font-weight: normal;
font-style: normal;
src: url('../fonts/mui-icons-extra.ttf') format('truetype'); /* iOS 4.1- */
}
.mui-icon-extra
{
font-family: MuiiconSpread;
font-weight: normal;
font-style: normal;
line-height: 1;
display: inline-blo... | template/pc/guangxun/src/css_bak_gai1/font.css | @font-face {
font-family: MuiiconSpread;
font-weight: normal;
font-style: normal;
src: url('../fonts/mui-icons-extra.ttf') format('truetype'); /* iOS 4.1- */
}
.mui-icon-extra
{
font-family: MuiiconSpread;
font-weight: normal;
font-style: normal;
line-height: 1;
display: inline-blo... | 0.17971 | 0.069069 |
.cf:before,
.cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
/*
** @0 - Path Toolbar
**/
#path-toolbar-tmpl {
display: none;
}
.toolbar-item {
text-align: center;
cursor: pointer;
display: inline-block;
padding: 8px;
}
.toolbar-item span {
vertical-align: middle;
}
.tool... | src/css/paths.css | .cf:before,
.cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
/*
** @0 - Path Toolbar
**/
#path-toolbar-tmpl {
display: none;
}
.toolbar-item {
text-align: center;
cursor: pointer;
display: inline-block;
padding: 8px;
}
.toolbar-item span {
vertical-align: middle;
}
.tool... | 0.361052 | 0.106598 |
html,
body {
height: 100%;
}
.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 #ddd;
padding-top: 20px;
}
.jumbotron {
... | common/etc/dist/index_files/site.css | html,
body {
height: 100%;
}
.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 #ddd;
padding-top: 20px;
}
.jumbotron {
... | 0.502197 | 0.108236 |
* {
box-sizing: border-box;
outline: none;
margin: 0;
padding: 0;
}
.switcher {
position: fixed;
right: calc(var(--spacing)/ 2 + var(--scrollbar-width,0px));
bottom: var(--spacing);
width: auto;
margin-bottom: 0;
padding: .75rem;
border-radius: 2rem;
box-shadow: var(--ca... | options.css | * {
box-sizing: border-box;
outline: none;
margin: 0;
padding: 0;
}
.switcher {
position: fixed;
right: calc(var(--spacing)/ 2 + var(--scrollbar-width,0px));
bottom: var(--spacing);
width: auto;
margin-bottom: 0;
padding: .75rem;
border-radius: 2rem;
box-shadow: var(--ca... | 0.412412 | 0.13059 |
.Group {
width: 100%;
height: 163px;
object-fit: contain;
}
.Group-11 {
width: 100%;
height: 98px;
object-fit: contain;
}
body{
background:white !important;
}
.colorTitle{
color:#B7B7B7 !important;
font-family: Lato;
}
#event_page_wrap {
background:white !important;
}
a.btn.btn-event-link.btn-lg.... | public/assets/stylesheet/newcustom.css | .Group {
width: 100%;
height: 163px;
object-fit: contain;
}
.Group-11 {
width: 100%;
height: 98px;
object-fit: contain;
}
body{
background:white !important;
}
.colorTitle{
color:#B7B7B7 !important;
font-family: Lato;
}
#event_page_wrap {
background:white !important;
}
a.btn.btn-event-link.btn-lg.... | 0.266644 | 0.128197 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-bl... | public/css/common.css |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-bl... | 0.41478 | 0.053453 |
.form-heading {
margin-left: 20px;
margin-bottom: 10px;
cursor: pointer;
font-weight: 700;
}
.margin-right-10 {
margin-right: 10px;
}
.not-100 {
width: auto!important;
}
.quick-nav-trash {
position: fixed;
z-index: 10103;
bottom: 0;
left: 50%;
margin-top: -230px;
}
.quick-nav-trash .quick-nav-bg ... | assets/css/custom.css | .form-heading {
margin-left: 20px;
margin-bottom: 10px;
cursor: pointer;
font-weight: 700;
}
.margin-right-10 {
margin-right: 10px;
}
.not-100 {
width: auto!important;
}
.quick-nav-trash {
position: fixed;
z-index: 10103;
bottom: 0;
left: 50%;
margin-top: -230px;
}
.quick-nav-trash .quick-nav-bg ... | 0.392453 | 0.072472 |
@font-face {
font-family: "montserratlight";
font-weight: normal;
font-style: normal;
src: url("/fonts/montserrat-light-webfont.woff2") format("woff2"), url("/fonts/montserrat-light-webfont.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: "montserratmedium";
font-weight: normal;
f... | public/css/app.css | @font-face {
font-family: "montserratlight";
font-weight: normal;
font-style: normal;
src: url("/fonts/montserrat-light-webfont.woff2") format("woff2"), url("/fonts/montserrat-light-webfont.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: "montserratmedium";
font-weight: normal;
f... | 0.555435 | 0.093182 |
html,
body {
width: 100%;
height: 100%;
font-size: 20px;
font-family: 'Montserrat', sans-serif;
line-height: 27px;
padding:
}
body {
background-image: url(bg.jpg);
background-size: cover;
margin: 0;
}
body::-webkit-scrollbar {
display: none;
}
/* Стили для шапки сайта */
.head {
... | public/style.css | html,
body {
width: 100%;
height: 100%;
font-size: 20px;
font-family: 'Montserrat', sans-serif;
line-height: 27px;
padding:
}
body {
background-image: url(bg.jpg);
background-size: cover;
margin: 0;
}
body::-webkit-scrollbar {
display: none;
}
/* Стили для шапки сайта */
.head {
... | 0.241042 | 0.063193 |
@font-face{
font-family: HattoriHanzoLight;
src: url('fonts/hattori/hattori_hanzo-webfont.eot');
src: url('fonts/hattori/hattori_hanzo-webfont86d7.eot?iefix') format('eot'), url('fonts/hattori/hattori_hanzo-webfont.woff') format('woff'), url('fonts/hattori/hattori_hanzo-webfont.ttf') format('truetype'), url('fonts/h... | Public/admin/css/style.css | @font-face{
font-family: HattoriHanzoLight;
src: url('fonts/hattori/hattori_hanzo-webfont.eot');
src: url('fonts/hattori/hattori_hanzo-webfont86d7.eot?iefix') format('eot'), url('fonts/hattori/hattori_hanzo-webfont.woff') format('woff'), url('fonts/hattori/hattori_hanzo-webfont.ttf') format('truetype'), url('fonts/h... | 0.139866 | 0.061509 |
h, .h {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-shrink: 0;
-moz-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
-... | css/cartesian.css | h, .h {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-shrink: 0;
-moz-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
-... | 0.281307 | 0.028626 |
@-moz-document url("about:newtab") {
/* Страница визуальных хакладок */
#newtab-vertical-margin{background:url('http://i59.tinypic.com/2rm7b61.jpg')left repeat-y,url('http://i60.tinypic.com/10dw6mo.jpg') right repeat-y,url('http://i62.tinypic.com/2ptqjrc.jpg')top repeat-x,url('http://i58.tinypic.com/x... | data/usercss/119549.user.css | @-moz-document url("about:newtab") {
/* Страница визуальных хакладок */
#newtab-vertical-margin{background:url('http://i59.tinypic.com/2rm7b61.jpg')left repeat-y,url('http://i60.tinypic.com/10dw6mo.jpg') right repeat-y,url('http://i62.tinypic.com/2ptqjrc.jpg')top repeat-x,url('http://i58.tinypic.com/x... | 0.123023 | 0.146636 |
html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.4;
}
body {
color: black;
}
/* Links */
a, a:visited {
color: #2e6bc7;
text-decoration: none;
}
a:hover {
color:#204987;
/*border-bottom:2px solid #919191;*/
text-decoration: underline;
}
/*#head... | css/style.css | html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.4;
}
body {
color: black;
}
/* Links */
a, a:visited {
color: #2e6bc7;
text-decoration: none;
}
a:hover {
color:#204987;
/*border-bottom:2px solid #919191;*/
text-decoration: underline;
}
/*#head... | 0.374905 | 0.099077 |
p {
margin: 10px 0 !important;
}
.login_container {
width: 400px;
margin-top: 50px;
text-align: center;
}
.fa-small {
font-size: 16px !important;
}
.btn-float {
float: left;
margin-right: 10px;
}
.img-small {
width: 180px;
}
a {
border-radius: 5px !important;
}
.card {
borde... | public/css/style.css | p {
margin: 10px 0 !important;
}
.login_container {
width: 400px;
margin-top: 50px;
text-align: center;
}
.fa-small {
font-size: 16px !important;
}
.btn-float {
float: left;
margin-right: 10px;
}
.img-small {
width: 180px;
}
a {
border-radius: 5px !important;
}
.card {
borde... | 0.41052 | 0.172207 |
p {
line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family: "Oxygen", sans-serif;
margin-bottom: 10px;
}
.leftline {
border-left: 1px solid #F4F4F4;
padding-left: 20px;
}
.rightline {
border-right: 1px solid #F4F4F4;
padding-right: 20px;
}
/* Masthead */
.mast... | css/style.css | p {
line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family: "Oxygen", sans-serif;
margin-bottom: 10px;
}
.leftline {
border-left: 1px solid #F4F4F4;
padding-left: 20px;
}
.rightline {
border-right: 1px solid #F4F4F4;
padding-right: 20px;
}
/* Masthead */
.mast... | 0.404743 | 0.116011 |