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 |
|---|---|---|---|---|
.row {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
width: 100%; }
@media screen and (min-width: 320px) {
.col-xs-1 {
width: 10%; }
.offset-xs-1 {
margin-left: 10%; }
.col-xs-2 {
width: 20%; }
.offset-xs-2 {
margin-left: 20%; }
.col-xs-3 {
... | styles/flex-grid.css | .row {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
width: 100%; }
@media screen and (min-width: 320px) {
.col-xs-1 {
width: 10%; }
.offset-xs-1 {
margin-left: 10%; }
.col-xs-2 {
width: 20%; }
.offset-xs-2 {
margin-left: 20%; }
.col-xs-3 {
... | 0.503662 | 0.098036 |
@font-face { font-family: 'robotoblack'; src: url('../fonts/roboto/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-black-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'robotobold'; src: url('../fonts/roboto/roboto-bold-webfont.woff2') format... | program_assets/mastercss/design-lastone.css | @font-face { font-family: 'robotoblack'; src: url('../fonts/roboto/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-black-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'robotobold'; src: url('../fonts/roboto/roboto-bold-webfont.woff2') format... | 0.241132 | 0.044494 |
.single-product-wrap:hover {
padding: 0 !important;
margin: 0 !important;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 6px 0px rgba(158, 158, 158, 0.51);
}
.single-product-wrap:hover .add-actions.action__overplay {... | public/assets/client/css/custom.css | .single-product-wrap:hover {
padding: 0 !important;
margin: 0 !important;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 6px 0px rgba(158, 158, 158, 0.51);
}
.single-product-wrap:hover .add-actions.action__overplay {... | 0.344774 | 0.086825 |
:root {
--blue-color: #8BCBC8;
--icing-color: #DAE9E4;
--orange-color: #FDAE84;
--sakura-color: #ECC7C0;
--cranberry-color: #3C2E3D;
}
#MAIN-CONTAINER{
display: flex;
flex-wrap: nowrap;
background-color: var(--cranberry-color);
flex-direction: column;
height: 100vh;
width: 100vw;
flex... | css/adoption.css | :root {
--blue-color: #8BCBC8;
--icing-color: #DAE9E4;
--orange-color: #FDAE84;
--sakura-color: #ECC7C0;
--cranberry-color: #3C2E3D;
}
#MAIN-CONTAINER{
display: flex;
flex-wrap: nowrap;
background-color: var(--cranberry-color);
flex-direction: column;
height: 100vh;
width: 100vw;
flex... | 0.367951 | 0.10923 |
.align-input {
background: 0 0;
display: block;
height: 50px;
position: relative;
vertical-align: middle;
width: 50px;
}
.align-input .align-input-hline,
.align-input .align-input-vline {
background: #dfe0e6;
}
.align-input .align-input-hline {
height: 2px;
width: 7px;
position: absolute;
}
.alig... | dist/css/inputs.css | .align-input {
background: 0 0;
display: block;
height: 50px;
position: relative;
vertical-align: middle;
width: 50px;
}
.align-input .align-input-hline,
.align-input .align-input-vline {
background: #dfe0e6;
}
.align-input .align-input-hline {
height: 2px;
width: 7px;
position: absolute;
}
.alig... | 0.586404 | 0.105579 |
outline: none;
border-bottom: 1px solid white;
}
#container #oppo {
position: absolute;
left:0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
display: none;
height: 170px;
}
#container img {
height: 150px;
position: absolute;
bottom: 10px;
border-radius: 50%;
background: none;
transition: all 0.2s;
}
#cont... | games/Roshambo/roshambo.css | outline: none;
border-bottom: 1px solid white;
}
#container #oppo {
position: absolute;
left:0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
display: none;
height: 170px;
}
#container img {
height: 150px;
position: absolute;
bottom: 10px;
border-radius: 50%;
background: none;
transition: all 0.2s;
}
#cont... | 0.29209 | 0.065635 |
body
{
font-family: Roboto,sans-serif;
display: flex;
align-items: center;
justify-content: center;
}
.presentationArea {
height: 480px;
width: 848px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
overflow: hidden;
position: relative;
box-sha... | main.css | body
{
font-family: Roboto,sans-serif;
display: flex;
align-items: center;
justify-content: center;
}
.presentationArea {
height: 480px;
width: 848px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
overflow: hidden;
position: relative;
box-sha... | 0.319865 | 0.057865 |
@font-face {
font-family: 'Lato';
font-weight: 100;
src: url("../fonts/Lato-Hairline.ttf"); }
@font-face {
font-family: 'Lato';
font-weight: 100;
font-style: italic;
src: url("../fonts/Lato-HairlineItalic.ttf"); }
/* End Lato Hariline */
/* Lato Light */
@font-face {
font-family: 'Lato';
font-weight: ... | frontend/web/src/fonts.css | @font-face {
font-family: 'Lato';
font-weight: 100;
src: url("../fonts/Lato-Hairline.ttf"); }
@font-face {
font-family: 'Lato';
font-weight: 100;
font-style: italic;
src: url("../fonts/Lato-HairlineItalic.ttf"); }
/* End Lato Hariline */
/* Lato Light */
@font-face {
font-family: 'Lato';
font-weight: ... | 0.222278 | 0.034262 |
:host(:not([hidden])) {
display: inline-block;
}
/* this line is also included from the Button.css, but keep it here in case we start using it for automatic IE11 compilation */
:host([disabled]) {
pointer-events: none;
}
:host([design="Positive"][pressed]),
:host([design="Positive"][pressed][focused]),
:host([desig... | packages/main/src/themes/ToggleButton.css | :host(:not([hidden])) {
display: inline-block;
}
/* this line is also included from the Button.css, but keep it here in case we start using it for automatic IE11 compilation */
:host([disabled]) {
pointer-events: none;
}
:host([design="Positive"][pressed]),
:host([design="Positive"][pressed][focused]),
:host([desig... | 0.481941 | 0.111483 |
html, body, figure, img, div, input, textarea, p, h1, h2, h3, h4, h5, h6, ul, li, a, main
{
margin:0;
padding:0;
box-sizing:0;
list-style:none;
text-decoration:none;
}
.container{
width: 90%;
max-width: 1125px;
margin: auto;
padding: 30px;
}
.linha{
display: flex;
flex-wrap... | style.css | html, body, figure, img, div, input, textarea, p, h1, h2, h3, h4, h5, h6, ul, li, a, main
{
margin:0;
padding:0;
box-sizing:0;
list-style:none;
text-decoration:none;
}
.container{
width: 90%;
max-width: 1125px;
margin: auto;
padding: 30px;
}
.linha{
display: flex;
flex-wrap... | 0.181118 | 0.049245 |
@font-face {
font-family: fredericka;
src: url(fonts/FrederickatheGreat-Regular.ttf);
}
@font-face {
font-family: londrina;
src: url(fonts/LondrinaShadow-Regular.ttf);
}
@font-face {
font-family: benchnine;
src: url(fonts/BenchNine-Light.ttf);
}
@font-face {
font-family: benchnine-bold;
... | yentinglo.net/home.css | @font-face {
font-family: fredericka;
src: url(fonts/FrederickatheGreat-Regular.ttf);
}
@font-face {
font-family: londrina;
src: url(fonts/LondrinaShadow-Regular.ttf);
}
@font-face {
font-family: benchnine;
src: url(fonts/BenchNine-Light.ttf);
}
@font-face {
font-family: benchnine-bold;
... | 0.479504 | 0.055797 |
* {
margin: 0;
padding: 0; }
body {
font-size: 12px;
font-family: 'Arial', sans-serif; }
ul {
list-style-type: none; }
a {
text-decoration: none !important;
outline: none !important; }
h1, h2, h3, h4 {
margin: 0;
padding: 0; }
@media (min-width: 768px) {
.container {
width: 750px; } }
@medi... | public/frontend/css/style.css | * {
margin: 0;
padding: 0; }
body {
font-size: 12px;
font-family: 'Arial', sans-serif; }
ul {
list-style-type: none; }
a {
text-decoration: none !important;
outline: none !important; }
h1, h2, h3, h4 {
margin: 0;
padding: 0; }
@media (min-width: 768px) {
.container {
width: 750px; } }
@medi... | 0.249447 | 0.067056 |
@-moz-document url("https://toyhou.se/"), url-prefix("https://toyhou.se/~browse/feed"), url-prefix("https://toyhou.se/~browse/popular"), url-prefix("https://toyhou.se/~library") {
:root {
/* Change the URL in quotes to whatever you want the bg to be. */
--bg: url(https://64.media.tumblr.com/7b5c14ffd8a639b9... | data/usercss/195478.user.css | @-moz-document url("https://toyhou.se/"), url-prefix("https://toyhou.se/~browse/feed"), url-prefix("https://toyhou.se/~browse/popular"), url-prefix("https://toyhou.se/~library") {
:root {
/* Change the URL in quotes to whatever you want the bg to be. */
--bg: url(https://64.media.tumblr.com/7b5c14ffd8a639b9... | 0.538741 | 0.171581 |
@-moz-document url-prefix('http://thecolorless.net/chat') {
/* --------------------------------------------------------------
Reset default browser CSS.
Based on work by <NAME>er:
http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
h... | data/usercss/38635.user.css | @-moz-document url-prefix('http://thecolorless.net/chat') {
/* --------------------------------------------------------------
Reset default browser CSS.
Based on work by <NAME>er:
http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
h... | 0.205057 | 0.044806 |
.navbar {
position: fixed;
width: 100%;
height: 72px;
box-shadow: 0 1px 10px rgba(0,0,0,.2);
padding: 0 2rem;
z-index: 10;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
top: 0;
le... | public/css/admin.css | .navbar {
position: fixed;
width: 100%;
height: 72px;
box-shadow: 0 1px 10px rgba(0,0,0,.2);
padding: 0 2rem;
z-index: 10;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
top: 0;
le... | 0.42931 | 0.087994 |
*{margin:0; padding:0;}
body{font:12px Microsoft YaHei; color:#525050;background:#f7f7f7; overflow-x:hidden; position:relative;}
a, input{text-decoration:none; outline:none;}
img, input{border:0 none;}
li{list-style:none; vertical-align:top;}
em, i{font-style:normal;}
.w1200{width:1200px; margin:0 auto;}
.w1240{... | public/static/module/index/platform/css/header.css | *{margin:0; padding:0;}
body{font:12px Microsoft YaHei; color:#525050;background:#f7f7f7; overflow-x:hidden; position:relative;}
a, input{text-decoration:none; outline:none;}
img, input{border:0 none;}
li{list-style:none; vertical-align:top;}
em, i{font-style:normal;}
.w1200{width:1200px; margin:0 auto;}
.w1240{... | 0.28577 | 0.055875 |
body {
font-family: 'Latin Modern Roman', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, STFangSong, "华文仿宋", FangSong, "仿宋", serif;
}
pre,
code {
font-family: 'Latin Modern Mono', Consolas, "Liberation Mono", Menlo, Courier, "PingFang HK", "蘋方-港", "PingFang TC", "蘋方-繁", "PingFang SC... | export-css/two-column-latexish/preview.css | body {
font-family: 'Latin Modern Roman', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, STFangSong, "华文仿宋", FangSong, "仿宋", serif;
}
pre,
code {
font-family: 'Latin Modern Mono', Consolas, "Liberation Mono", Menlo, Courier, "PingFang HK", "蘋方-港", "PingFang TC", "蘋方-繁", "PingFang SC... | 0.496826 | 0.160595 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.at/search"),
url-prefix("http://www.google.com/search"),
url-prefix("http://www.google.de/search"),
url-prefix("https://www.google.com/") {
/* Coded by G.r.@.c.K 6/30/09 */
/* Modyfied by Darimeto 11/8/10 */
/* ---... | data/usercss/30976.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.at/search"),
url-prefix("http://www.google.com/search"),
url-prefix("http://www.google.de/search"),
url-prefix("https://www.google.com/") {
/* Coded by G.r.@.c.K 6/30/09 */
/* Modyfied by Darimeto 11/8/10 */
/* ---... | 0.278944 | 0.115661 |
* {
box-sizing: border-box;
}
html,
body,
main {
height: 100%;
}
/*------------------------------------*\
Social Bar
\*------------------------------------*/
.social-bar {
width: 100%;
height: auto;
padding: 6px;
background-color: #FEAFBD;
color: pink;
text-align: center;
whi... | home/css/style.css | * {
box-sizing: border-box;
}
html,
body,
main {
height: 100%;
}
/*------------------------------------*\
Social Bar
\*------------------------------------*/
.social-bar {
width: 100%;
height: auto;
padding: 6px;
background-color: #FEAFBD;
color: pink;
text-align: center;
whi... | 0.499268 | 0.116462 |
/*position: absolute;*/
/*right: 0;*/
/*bottom: 0;*/
/*left: 0;*/
/*padding: 1rem;*/
/*background-color: #efefef;*/
/*text-align: center;*/
/*}*/
.navbar {
margin-bottom: 0;
border-radius: 0;
}
.project-page {
margin-top: 10px;
padding: 10px;
border-top: 1px solid #0275... | urdu_tts/static/css/style.css | /*position: absolute;*/
/*right: 0;*/
/*bottom: 0;*/
/*left: 0;*/
/*padding: 1rem;*/
/*background-color: #efefef;*/
/*text-align: center;*/
/*}*/
.navbar {
margin-bottom: 0;
border-radius: 0;
}
.project-page {
margin-top: 10px;
padding: 10px;
border-top: 1px solid #0275... | 0.445771 | 0.071721 |
@font-face {
font-family: 'cp-am-icons';
src: url('images/addons/cp_addons_manager/fonts/cp_icons.eot');
src: url('images/addons/cp_addons_manager/fonts/cp_icons.eot#iefix') format('embedded-opentype'),
url('images/addons/cp_addons_manager/fonts/cp_icons.ttf') format('truetype'),
url('imag... | design/backend/css/addons/cp_addons_manager/cp_icons.css | @font-face {
font-family: 'cp-am-icons';
src: url('images/addons/cp_addons_manager/fonts/cp_icons.eot');
src: url('images/addons/cp_addons_manager/fonts/cp_icons.eot#iefix') format('embedded-opentype'),
url('images/addons/cp_addons_manager/fonts/cp_icons.ttf') format('truetype'),
url('imag... | 0.277277 | 0.084304 |
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5),
to(#f9f9f9) );
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f... | src/main/webapp/static/css/progress.css | .progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5),
to(#f9f9f9) );
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f... | 0.318273 | 0.107625 |
@-moz-document domain("lifeclips.jp") {
/****************************
コンテンツ・画像の非表示
:必要な項目はId名・class名を/*~*/(半角)でくくるか、削除してください。
*****************************/
/*[[option]]*/
div.new_title.no-title /* タイトル未入力の「No Title」*/{
font-size: 0px !important; padding: 15px 10px 0 0!important;}
header .menu{ mar... | data/usercss/107347.user.css | @-moz-document domain("lifeclips.jp") {
/****************************
コンテンツ・画像の非表示
:必要な項目はId名・class名を/*~*/(半角)でくくるか、削除してください。
*****************************/
/*[[option]]*/
div.new_title.no-title /* タイトル未入力の「No Title」*/{
font-size: 0px !important; padding: 15px 10px 0 0!important;}
header .menu{ mar... | 0.134349 | 0.069164 |
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
* {
margin: 0;
padding: 0;
font-family: 'Titillium Web', sans-serif;
}
body, html {
width: 100%;
height: 100%;
}
.section-form {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-... | resources/assets/css/recovery.css | @import url('https://fonts.googleapis.com/css?family=Titillium+Web');
* {
margin: 0;
padding: 0;
font-family: 'Titillium Web', sans-serif;
}
body, html {
width: 100%;
height: 100%;
}
.section-form {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-... | 0.350866 | 0.093637 |
margin: auto;
width: 962px;
}
#register_container #cart_contents .warning_message
{
background: none;
}
#title_section td {
vertical-align: middle;
}
#title_section {
font-size: 1.75em;
}
#title {
font-size: 0.915em;
}
td#register_wrapper {
background: url("../images/pieces/reg_mode.png") no-re... | css/register.css | margin: auto;
width: 962px;
}
#register_container #cart_contents .warning_message
{
background: none;
}
#title_section td {
vertical-align: middle;
}
#title_section {
font-size: 1.75em;
}
#title {
font-size: 0.915em;
}
td#register_wrapper {
background: url("../images/pieces/reg_mode.png") no-re... | 0.279337 | 0.105349 |
:root {
--purple95: hsl(270, 50%, 95%);
--purple90: hsl(270, 50%, 90%);
--purple85: hsl(270, 50%, 85%);
--purple80: hsl(270, 50%, 80%);
--purple75: hsl(270, 50%, 75%);
--purple70: hsl(270, 50%, 70%);
--purple65: hsl(270, 50%, 65%);
--purple60: hsl(270, 50%, 60%);
--purple55: hsl(270,... | src/components/common.css | :root {
--purple95: hsl(270, 50%, 95%);
--purple90: hsl(270, 50%, 90%);
--purple85: hsl(270, 50%, 85%);
--purple80: hsl(270, 50%, 80%);
--purple75: hsl(270, 50%, 75%);
--purple70: hsl(270, 50%, 70%);
--purple65: hsl(270, 50%, 65%);
--purple60: hsl(270, 50%, 60%);
--purple55: hsl(270,... | 0.398641 | 0.177383 |
.threejs-brain-container {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
}
.threejs-brain-container button,
.threejs-brain-container... | inst/htmlwidgets/lib/dipterixThreeBrain-1.0.1/dipterix.css | .threejs-brain-container {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
}
.threejs-brain-container button,
.threejs-brain-container... | 0.608943 | 0.065009 |
*{
margin: 0px;
padding: 0px;
}
.clr{
clear: both;
}
.body{
font-family: Arial;
font-size: 11px;
}
h1{
color: white;
font-family: Arial;
}
.main{
max-width: 100%;
margin: auto;
}
.top{
max-width: 100%;
height: 52px;
background-color:black;
}
.top-left{
float:left;
max-width:30%;
height:52px;
... | Layout-Home.css | *{
margin: 0px;
padding: 0px;
}
.clr{
clear: both;
}
.body{
font-family: Arial;
font-size: 11px;
}
h1{
color: white;
font-family: Arial;
}
.main{
max-width: 100%;
margin: auto;
}
.top{
max-width: 100%;
height: 52px;
background-color:black;
}
.top-left{
float:left;
max-width:30%;
height:52px;
... | 0.41478 | 0.067332 |
* {
padding: 0;
margin: 0;
}
.header {
background-color: #3c3a39;
padding: 12px 24px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.navbar {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
}
.brand {
color: whi... | style.css | * {
padding: 0;
margin: 0;
}
.header {
background-color: #3c3a39;
padding: 12px 24px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.navbar {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
}
.brand {
color: whi... | 0.565899 | 0.096578 |
html body {
height: 100%;
}
body {
background-color: #fff;
overflow: scroll;
}
body, button, dl,dt,div,footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
margin: 0;
padding: 0;
outline: none;
}
* {
position: relative;
box-s... | public/front/css/investment-strategy/theme.css | html body {
height: 100%;
}
body {
background-color: #fff;
overflow: scroll;
}
body, button, dl,dt,div,footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
margin: 0;
padding: 0;
outline: none;
}
* {
position: relative;
box-s... | 0.358465 | 0.041559 |
@-moz-document domain("reddit.com") {
#header {
border-bottom: 5px solid #98c0ea;
padding-left:75px;
}
#sr-header-area {
display: none;
}
#header-bottom-left {
height:70px
}
#header-img.default-header {
margin-left: 15px;
}
.content, body.with-listing-chooser.listing-chooser-col... | data/usercss/105443.user.css | @-moz-document domain("reddit.com") {
#header {
border-bottom: 5px solid #98c0ea;
padding-left:75px;
}
#sr-header-area {
display: none;
}
#header-bottom-left {
height:70px
}
#header-img.default-header {
margin-left: 15px;
}
.content, body.with-listing-chooser.listing-chooser-col... | 0.241042 | 0.058319 |
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
/* Margin bottom for footer height */
background: #fff;
col... | css/style.css | *, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
/* Margin bottom for footer height */
background: #fff;
col... | 0.379953 | 0.069132 |
cause other problems */
/* Dialog Content */
/* Search Checkboxes */
/* Dialog Chrome */
/* Tooltips and hovers in dialogs */
/* Edit Response HUDs - should come above modal dialog stuff. */
.clear_float:before,
.clear_float:after {
content: " ";
display: table;
}
.clear_float:after {
clear: both;
}
div.ccm-style... | concrete/css/build/core/style-customizer.css | cause other problems */
/* Dialog Content */
/* Search Checkboxes */
/* Dialog Chrome */
/* Tooltips and hovers in dialogs */
/* Edit Response HUDs - should come above modal dialog stuff. */
.clear_float:before,
.clear_float:after {
content: " ";
display: table;
}
.clear_float:after {
clear: both;
}
div.ccm-style... | 0.261897 | 0.052014 |
html {
font-size: 20px;
}
html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
border: 0;
padding: 0;
font... | public/css/lib/common.css |
html {
font-size: 20px;
}
html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
border: 0;
padding: 0;
font... | 0.40157 | 0.067454 |
.about-container .introduction {
display: flex;
justify-content: space-around;
gap: 20px;
width: 100%;
}
.about-container .introduction .intro-card {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
padding: 10px;
max-width: 200px;
width: 100%;
text-... | about-me.css | .about-container .introduction {
display: flex;
justify-content: space-around;
gap: 20px;
width: 100%;
}
.about-container .introduction .intro-card {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
padding: 10px;
max-width: 200px;
width: 100%;
text-... | 0.454472 | 0.090856 |
.jcarousel-skin-tango .jcarousel-container {
background: url(../images/bg-carousel-news.jpg);
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
width: 545px;
padding: 0px 30px;
}
#degustation-produits .jcarousel-skin-tango .jcaro... | web/site/css/skin.css | .jcarousel-skin-tango .jcarousel-container {
background: url(../images/bg-carousel-news.jpg);
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
width: 545px;
padding: 0px 30px;
}
#degustation-produits .jcarousel-skin-tango .jcaro... | 0.423816 | 0.068787 |
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
.svg-container {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 100%; /* aspect ratio */
vertical-align: top;
overflow: hidden;
}
.svg-content-responsive {
display: inline-block;
position: absolute;... | style.css | @import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
.svg-container {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 100%; /* aspect ratio */
vertical-align: top;
overflow: hidden;
}
.svg-content-responsive {
display: inline-block;
position: absolute;... | 0.334481 | 0.089137 |
.btn{
font-family: 'Muli', sans-serif;
}
body{
font-family: 'Muli', sans-serif;
}
h1,h2,h3,h4,h5,h6{
color: #000;
font-family: 'Muli', sans-serif;
}
p{
color: #666;
font-family: 'Muli', sans-serif;
font-weight: 400;
}
p.lead{
color: #fff;
}
ul{
list-style: none;
padding: 0;
m... | public/css/tenant-profile.css | .btn{
font-family: 'Muli', sans-serif;
}
body{
font-family: 'Muli', sans-serif;
}
h1,h2,h3,h4,h5,h6{
color: #000;
font-family: 'Muli', sans-serif;
}
p{
color: #666;
font-family: 'Muli', sans-serif;
font-weight: 400;
}
p.lead{
color: #fff;
}
ul{
list-style: none;
padding: 0;
m... | 0.353986 | 0.049245 |
.shelf-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 85%;
min-height: 600px; }
.shelf-container-header {
width: 100%;
margin-bottom: 10px; }
.shelf-container-header .products-found {
float: left;
margin: 0;... | src/components/Shelf/style.css | .shelf-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 85%;
min-height: 600px; }
.shelf-container-header {
width: 100%;
margin-bottom: 10px; }
.shelf-container-header .products-found {
float: left;
margin: 0;... | 0.304869 | 0.041404 |
@font-face {
font-family: Calibri;
src: url(../Fuentes/CALIBRI.TTF);
}
body {
background-color: #fff;
color: #333;
font-size: .85em;
margin: 0;
width: 100%;
background-image: url(../Images/frontpage/frontpage-32.png);
background-size:100% 100%;
}
header {
width: 100%;
bo... | Resources/Styles/Generales.css | @font-face {
font-family: Calibri;
src: url(../Fuentes/CALIBRI.TTF);
}
body {
background-color: #fff;
color: #333;
font-size: .85em;
margin: 0;
width: 100%;
background-image: url(../Images/frontpage/frontpage-32.png);
background-size:100% 100%;
}
header {
width: 100%;
bo... | 0.295433 | 0.074366 |
.blogs {
position: inherit;
width: inherit;
font-size: 100%;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.treeHeader, .treeHeaderCurrent {
color: black;
font-weight: bold;
text-decoration: none;
}
.treeHeaderCurrent {
color: black;
font-weight: bold;
}
.treeHeaderOutline {
color: bla... | specialpurpose/portal/webapp/portal/images/css/blog.css | .blogs {
position: inherit;
width: inherit;
font-size: 100%;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.treeHeader, .treeHeaderCurrent {
color: black;
font-weight: bold;
text-decoration: none;
}
.treeHeaderCurrent {
color: black;
font-weight: bold;
}
.treeHeaderOutline {
color: bla... | 0.436742 | 0.108519 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waiting+for+the+Sunrise&display=swap');
body {
background-color: #7fc3ccc4;
}
/* CONTAINERS */
.tuto... | assets/css/tutorial.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waiting+for+the+Sunrise&display=swap');
body {
background-color: #7fc3ccc4;
}
/* CONTAINERS */
.tuto... | 0.482429 | 0.248181 |
*
{
margin: 0px;
padding: 0px;
} /*limpando formatações*/
body
{
background: #e6e6e6;
} /*background*/
#principal
{
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 12px;
} /*definindo a div mãe, onde entra todas as divs*/
#menu
{
font-size: 1.5em;
color: #FFF;
background-color... | site-de-receitas/estilo.css | *
{
margin: 0px;
padding: 0px;
} /*limpando formatações*/
body
{
background: #e6e6e6;
} /*background*/
#principal
{
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 12px;
} /*definindo a div mãe, onde entra todas as divs*/
#menu
{
font-size: 1.5em;
color: #FFF;
background-color... | 0.136752 | 0.119871 |
display: inline-block !important;
} */
/* .normal-heading {
display: inline;
} */
/* .first-subheading {
margin-top: 0 !important;
} */
/* .heading-two-link {
margin-top: 3rem;
} */
.link-icon {
margin-left: 1rem;
}
.back-to-toc {
float: right;
margin-top: 1rem;
margin-right: 1rem;
... | docs/css/stylemanualstyles.css | display: inline-block !important;
} */
/* .normal-heading {
display: inline;
} */
/* .first-subheading {
margin-top: 0 !important;
} */
/* .heading-two-link {
margin-top: 3rem;
} */
.link-icon {
margin-left: 1rem;
}
.back-to-toc {
float: right;
margin-top: 1rem;
margin-right: 1rem;
... | 0.386648 | 0.076891 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
color: #414042;
background-color: #E7E9E9;
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-size: 21px;
line-height: 1.6;
}
.guns-dont-kill-people {
width: 95%;
max-width: 760px;
margin-right: auto;
mar... | Felinesoft.UmbracoCodeFirst.QuizDemo/Content/stylesheet.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
color: #414042;
background-color: #E7E9E9;
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-size: 21px;
line-height: 1.6;
}
.guns-dont-kill-people {
width: 95%;
max-width: 760px;
margin-right: auto;
mar... | 0.436622 | 0.072374 |
html{overflow-y: scroll}
body{margin:0 0 0 0}
.fnt_12{font-size:12}
.fnt_16{font-size:16}
.fnts_25{font-size:25}
.vtop{vertical-align: top}
.cg_f15{color:grey; font-size:15}
.cg_pt21{color:grey; padding-top:21}
.f15_cw{font-size:15; color:white;}
.unselectable{
user-select: none;
-ms-user-select: none;
-moz... | P_sets/styles.css | html{overflow-y: scroll}
body{margin:0 0 0 0}
.fnt_12{font-size:12}
.fnt_16{font-size:16}
.fnts_25{font-size:25}
.vtop{vertical-align: top}
.cg_f15{color:grey; font-size:15}
.cg_pt21{color:grey; padding-top:21}
.f15_cw{font-size:15; color:white;}
.unselectable{
user-select: none;
-ms-user-select: none;
-moz... | 0.299617 | 0.080394 |
html
{
width: 100%;
height: 100%;
}
/**
* Body
*/
body
{
width: 100%;
height: 100%;
font-size: 16px;
line-height: 1.5;
background-color: #ffffff;
}
/**
* About
*/
#about
{
margin: 3.0em auto;
overflow: hidden;
font: ... | curvedtext-1.4/stylesheets/demo.css | html
{
width: 100%;
height: 100%;
}
/**
* Body
*/
body
{
width: 100%;
height: 100%;
font-size: 16px;
line-height: 1.5;
background-color: #ffffff;
}
/**
* About
*/
#about
{
margin: 3.0em auto;
overflow: hidden;
font: ... | 0.546254 | 0.110088 |
@media only screen and (max-width:920px){
.box{
width: 700px;
margin: auto;
padding: 10px;
border: 3px solid burlywood;
border-radius: 2px;
}
.questionBox{
width: 650px;
margin: auto;
border: 6px inset rgb(184, 115, 94);
}... | public/css/questions.css | @media only screen and (max-width:920px){
.box{
width: 700px;
margin: auto;
padding: 10px;
border: 3px solid burlywood;
border-radius: 2px;
}
.questionBox{
width: 650px;
margin: auto;
border: 6px inset rgb(184, 115, 94);
}... | 0.276397 | 0.077973 |
:root {
--ff-primary: "Roboto Mono";
--fs-hero: 32px;
--fs-section-headline: 20px;
--fs-navigation: 35px;
--fs-body: 18px;
--c-primary: #a0191e;
--c-text: #000105;
--c-secondary: #000105;
--c-secondary-accent: white;
--header-height: 55px;
--header-width: 100%;
--c-header: #c4c4c4;
--c-linear:... | src/pages/contact/contact.css | :root {
--ff-primary: "Roboto Mono";
--fs-hero: 32px;
--fs-section-headline: 20px;
--fs-navigation: 35px;
--fs-body: 18px;
--c-primary: #a0191e;
--c-text: #000105;
--c-secondary: #000105;
--c-secondary-accent: white;
--header-height: 55px;
--header-width: 100%;
--c-header: #c4c4c4;
--c-linear:... | 0.460046 | 0.13201 |
:root{
--theme-color: #CC9933;
--theme-redish: #CB4C33;
--theme-brown: #b59972;
--theme-darkbrown: #3d201a;
}
.testimony-flex .testimony-box img{
width: 100px;
height: 100px;
border-radius: 50%;
}
.testimonial-section .tag, .testimonial-section .caption{
text-align: center;
}
.testimony-bo... | css/testimonial.css | :root{
--theme-color: #CC9933;
--theme-redish: #CB4C33;
--theme-brown: #b59972;
--theme-darkbrown: #3d201a;
}
.testimony-flex .testimony-box img{
width: 100px;
height: 100px;
border-radius: 50%;
}
.testimonial-section .tag, .testimonial-section .caption{
text-align: center;
}
.testimony-bo... | 0.509276 | 0.176175 |
h1 {
font-family: 'Titillium Web', sans-serif;
font-weight: 500;
}
h2 {
font-family: 'Droid Serif', serif;
font-size: 20px;
opacity: 0.8;
}
h3 {
font-family: 'Titillium Web', sans-serif;
font-size: 16px;
opacity: 0.8;
}
img {
width: 200px;
height: 200px;
}
ul li {
list-style-... | css/style.css | h1 {
font-family: 'Titillium Web', sans-serif;
font-weight: 500;
}
h2 {
font-family: 'Droid Serif', serif;
font-size: 20px;
opacity: 0.8;
}
h3 {
font-family: 'Titillium Web', sans-serif;
font-size: 16px;
opacity: 0.8;
}
img {
width: 200px;
height: 200px;
}
ul li {
list-style-... | 0.478041 | 0.106737 |
.main-page-container {
height: 100%;
}
.main-content-container {
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.browse-content-container {
width: 80%;
display: flex;
margin-bottom: 80px;
flex-direction: column;
justify-content: flex-start;
... | src/view/static/css/browse.css | .main-page-container {
height: 100%;
}
.main-content-container {
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.browse-content-container {
width: 80%;
display: flex;
margin-bottom: 80px;
flex-direction: column;
justify-content: flex-start;
... | 0.282592 | 0.054702 |
.feed-wrapper {position: relative;}
.sidebar {position: relative; z-index: 2;}
.container noscript h1 {text-align: center; font-weight: bold; text-transform: uppercase; color: #a33; padding: 1em 0 .5em; font-size: 3.25em;}
.container noscript p { font-size: 2em; color: #666; font-weight: bold; text-align: justify; let... | stylesheets/my-screen.css | .feed-wrapper {position: relative;}
.sidebar {position: relative; z-index: 2;}
.container noscript h1 {text-align: center; font-weight: bold; text-transform: uppercase; color: #a33; padding: 1em 0 .5em; font-size: 3.25em;}
.container noscript p { font-size: 2em; color: #666; font-weight: bold; text-align: justify; let... | 0.45302 | 0.20266 |
html,
body {
height: 100%;
}
body {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
background-... | static/css/login.css | html,
body {
height: 100%;
}
body {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
background-... | 0.459561 | 0.065336 |
@media only screen and (min-width: 981px) {
.inheritme {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
}
}
/*^^^ Class to center child elements vertically ^^^*/
a {
color: black;
}
a:hover... | mp.css | @media only screen and (min-width: 981px) {
.inheritme {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
}
}
/*^^^ Class to center child elements vertically ^^^*/
a {
color: black;
}
a:hover... | 0.229794 | 0.058831 |
html, body{
font-size: 100%;
font-family:'PT Sans', sans-serif;
background:#ffffff;
margin:0px!important;
}
p{
margin:0;
font-size:14px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Josefin Sans', sans-serif;
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover,.agileits-banner-grid{
text-... | css/style.css | html, body{
font-size: 100%;
font-family:'PT Sans', sans-serif;
background:#ffffff;
margin:0px!important;
}
p{
margin:0;
font-size:14px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Josefin Sans', sans-serif;
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover,.agileits-banner-grid{
text-... | 0.291787 | 0.037468 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@600&display=swap');
html,
body {
margin: 0;
padding: 0;
width: 100%;
outline: none !important;
background: #fffffff5;
font-family: "Montserrat", sans-ser... | src/style.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@600&display=swap');
html,
body {
margin: 0;
padding: 0;
width: 100%;
outline: none !important;
background: #fffffff5;
font-family: "Montserrat", sans-ser... | 0.46563 | 0.100304 |
.editorpane {
-fx-background-color: rgb(200, 200, 200);
}
.editortext {
-fx-font-size: 18;
-fx-font-family: monospaced;
}
.tab-label {
-fx-font-size: 18;
-fx-font-family: Verdana;
}
.tab-pane > .tab-header-area > .headers-region > .tab {
/* if outer border should be 10 radius */
-fx-backgroun... | plugins/pluginCore/src/main/resources/default.css | .editorpane {
-fx-background-color: rgb(200, 200, 200);
}
.editortext {
-fx-font-size: 18;
-fx-font-family: monospaced;
}
.tab-label {
-fx-font-size: 18;
-fx-font-family: Verdana;
}
.tab-pane > .tab-header-area > .headers-region > .tab {
/* if outer border should be 10 radius */
-fx-backgroun... | 0.471467 | 0.129926 |
button,
hr,
input {
overflow: visible;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
progress,
sub,
sup {
vertical-align: baseline;
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
he... | css/main.css |
button,
hr,
input {
overflow: visible;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
progress,
sub,
sup {
vertical-align: baseline;
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
he... | 0.462716 | 0.076511 |
position: relative;
}
.carousel_destaques {
position: relative;
height: 170px;
}
.lista_dest {
width: 20000em;
position: absolute;
list-style: none;
margin: 0;
padding: 0;
}
.item_dest {
float: left;
}
#carousel_dest_left{
position: absolute;
left: -18px;
top: 67px;
}
#carousel_dest_rig... | wordpress/wp-content/themes/ufpel-2016/modulos/02-moduloDestaque/estilo.css | position: relative;
}
.carousel_destaques {
position: relative;
height: 170px;
}
.lista_dest {
width: 20000em;
position: absolute;
list-style: none;
margin: 0;
padding: 0;
}
.item_dest {
float: left;
}
#carousel_dest_left{
position: absolute;
left: -18px;
top: 67px;
}
#carousel_dest_rig... | 0.373304 | 0.074635 |
body, #settings {
background-color: darkgray;
font: 15px Arial, sans-serif;
}
tbody > tr > td:nth-child(1) {
color: #d62d20;
}
tbody > tr > td:nth-child(2) {
color: #0057e7;
}
tbody > tr > td:nth-child(3) {
color: #008744;
}
#logo {
vertical-align: middle;
width: 100px;
}
#titleWrap {
... | src/css/tabCommander.css | body, #settings {
background-color: darkgray;
font: 15px Arial, sans-serif;
}
tbody > tr > td:nth-child(1) {
color: #d62d20;
}
tbody > tr > td:nth-child(2) {
color: #0057e7;
}
tbody > tr > td:nth-child(3) {
color: #008744;
}
#logo {
vertical-align: middle;
width: 100px;
}
#titleWrap {
... | 0.38168 | 0.141875 |
.text-s{
color: white;
}
.text-s:hover{
text-decoration:none;
color: black;
}
#main{
padding-bottom: 15px;
}
.comment-line{
margin-right: 1px;
}
.logo{
max-height: 50px;
max-width: 50px;
}
.lp-alert{
margin-left: 40px;
padding: 20px;
}
.coba-alert{
display: none;
}
.c-textarea{
resize: none;
}
.c-textarea... | asset/css/user-style.css | .text-s{
color: white;
}
.text-s:hover{
text-decoration:none;
color: black;
}
#main{
padding-bottom: 15px;
}
.comment-line{
margin-right: 1px;
}
.logo{
max-height: 50px;
max-width: 50px;
}
.lp-alert{
margin-left: 40px;
padding: 20px;
}
.coba-alert{
display: none;
}
.c-textarea{
resize: none;
}
.c-textarea... | 0.337968 | 0.067855 |
/*
=====================================================================================
通用弹层对话框样式
=====================================================================================
*/
.dlayer-layer {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 999999;
background-colo... | assets/css/src/dialog.css | /*
=====================================================================================
通用弹层对话框样式
=====================================================================================
*/
.dlayer-layer {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 999999;
background-colo... | 0.398758 | 0.120103 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url('/fonts/roboto/roboto-v27-latin-100.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/roboto/roboto-v27-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto/ro... | resources/fecss/fonts/roboto.css | @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url('/fonts/roboto/roboto-v27-latin-100.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/roboto/roboto-v27-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto/ro... | 0.194291 | 0.035511 |
@font-face {
src: url(../fonts/Gotham-Bold.otf);
font-family: Gotham-Bold;
}
@font-face {
src: url(../fonts/Gotham-Rounded-Light.otf);
font-family: Gotham-Light;
}
@font-face {
src: url(../fonts/HelveticaNeue-Bold.otf);
font-family: Helvetica-Bold;
}
@font-face {
src: url(../fonts/HelveticaNeue-Light.o... | assets/css/styles.css | @font-face {
src: url(../fonts/Gotham-Bold.otf);
font-family: Gotham-Bold;
}
@font-face {
src: url(../fonts/Gotham-Rounded-Light.otf);
font-family: Gotham-Light;
}
@font-face {
src: url(../fonts/HelveticaNeue-Bold.otf);
font-family: Helvetica-Bold;
}
@font-face {
src: url(../fonts/HelveticaNeue-Light.o... | 0.347759 | 0.066691 |
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
padding: 0;
margin: 0;
}
body {
font-family: 'Raleway', Arial, Helvetica, sans-serif;
height: 60vh;
... | rockpaper/style.css | @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
padding: 0;
margin: 0;
}
body {
font-family: 'Raleway', Arial, Helvetica, sans-serif;
height: 60vh;
... | 0.454714 | 0.061933 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
:root {
--main-color: #222;
}
#start,
#produkte,
#ueberuns,
#kontakt,
#infos {
min-height: 100vh;
}
h1,
h2 {
... | style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
:root {
--main-color: #222;
}
#start,
#produkte,
#ueberuns,
#kontakt,
#infos {
min-height: 100vh;
}
h1,
h2 {
... | 0.447219 | 0.108095 |
@import '@opentrons/components';
@import '../../styles/spacing.css';
.gallery_main {
@apply --aspect-4-3;
}
.gallery_image_container {
@apply --aspect-item;
@apply --center-children;
}
.gallery_thumbnail_row {
display: flex;
justify-content: center;
width: 100%;
margin-top: var(--spacing-5);
}
.galler... | labware-library/src/components/labware-ui/styles.css | @import '@opentrons/components';
@import '../../styles/spacing.css';
.gallery_main {
@apply --aspect-4-3;
}
.gallery_image_container {
@apply --aspect-item;
@apply --center-children;
}
.gallery_thumbnail_row {
display: flex;
justify-content: center;
width: 100%;
margin-top: var(--spacing-5);
}
.galler... | 0.310485 | 0.083106 |
.header {
padding-left: px2rem(22);
padding-right: px2rem(22);
display: flex;
height: px2rem(100);
border-bottom: 1px solid #eee;
align-items: center;
.title {
flex: 1;
text-align: center;
}
.addBtn {
background: #ff4c41;
color: #fff;
padding: 5px;
margin: 5px;
border-radiu... | src/component/addressPicker/editModalContent/style.css | .header {
padding-left: px2rem(22);
padding-right: px2rem(22);
display: flex;
height: px2rem(100);
border-bottom: 1px solid #eee;
align-items: center;
.title {
flex: 1;
text-align: center;
}
.addBtn {
background: #ff4c41;
color: #fff;
padding: 5px;
margin: 5px;
border-radiu... | 0.532668 | 0.170715 |
.masonry-with-columns {
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-height: 1000px; }
.masonry-with-columns div {
flex: 1 0 auto;
background: #00997B;
color: white;
margin: 0 1rem 1rem 0;
text-align: center;
font-weight: 900;
font-size: 2rem;... | Client/src/pages/Masonry.css | .masonry-with-columns {
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-height: 1000px; }
.masonry-with-columns div {
flex: 1 0 auto;
background: #00997B;
color: white;
margin: 0 1rem 1rem 0;
text-align: center;
font-weight: 900;
font-size: 2rem;... | 0.373304 | 0.072867 |
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,... | apps/taskmaster/styles.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,... | 0.291888 | 0.068756 |
section#sample.sample001 .messageView,
section#sample.sample002 .messageView {
position: relative;
width: 700px;
height: 320px;
margin: 80px auto 20px;
cursor: pointer;
}
section#sample.sample001 .messageView .mv-contents,
section#sample.sample002 .messageView .mv-contents {
padding: 80px 0 0 0;
}
section#s... | app/css/sample.css | section#sample.sample001 .messageView,
section#sample.sample002 .messageView {
position: relative;
width: 700px;
height: 320px;
margin: 80px auto 20px;
cursor: pointer;
}
section#sample.sample001 .messageView .mv-contents,
section#sample.sample002 .messageView .mv-contents {
padding: 80px 0 0 0;
}
section#s... | 0.377655 | 0.061283 |
html {
font-family: "Google Sans", "Roboto", sans-serif;
background: #f5f5f5;
}
body {
margin: 0;
text-align: center;
}
.material-icons {
position: relative;
top: 2px;
font-size: 1em;
}
a {
color: #1e88e5
}
.title {
box-sizing: border-box;
text-align: left;
padding: 15px 20px;
margin-top: 10px;
font-siz... | style.css | html {
font-family: "Google Sans", "Roboto", sans-serif;
background: #f5f5f5;
}
body {
margin: 0;
text-align: center;
}
.material-icons {
position: relative;
top: 2px;
font-size: 1em;
}
a {
color: #1e88e5
}
.title {
box-sizing: border-box;
text-align: left;
padding: 15px 20px;
margin-top: 10px;
font-siz... | 0.255251 | 0.100525 |
.header_block {
background-color: #6e9936;
}
a, label {
color: #4f7f2a;
}
a:hover {
color: #f75342;
}
#main_nav a, #randomquote a {
color: #ffffff;
}
#main_nav a:hover, #randomquote a:hover {
color: #dddddd;
}
.fileUploadProgressBar {
background-color: #6e9936;
}
.alternate_row {
margin-... | public/template/vr_green/css/style.css |
.header_block {
background-color: #6e9936;
}
a, label {
color: #4f7f2a;
}
a:hover {
color: #f75342;
}
#main_nav a, #randomquote a {
color: #ffffff;
}
#main_nav a:hover, #randomquote a:hover {
color: #dddddd;
}
.fileUploadProgressBar {
background-color: #6e9936;
}
.alternate_row {
margin-... | 0.180179 | 0.118717 |
.h5p-dialogcards .h5p-dialogcards-title p:first-child,
.h5p-dialogcards .h5p-dialogcards-card-text-area p:first-child {
margin-top: 0;
}
.h5p-dialogcards .h5p-dialogcards-title p:last-child,
.h5p-dialogcards .h5p-dialogcards-card-text-area p:last-child {
margin-bottom: 0;
}
.h5p-dialogcards .h5p-dialogcards-title... | player/public/fixture-stories/H5P_Course/content/H5P.Dialogcards-1.5/css/dialogcards.css | .h5p-dialogcards .h5p-dialogcards-title p:first-child,
.h5p-dialogcards .h5p-dialogcards-card-text-area p:first-child {
margin-top: 0;
}
.h5p-dialogcards .h5p-dialogcards-title p:last-child,
.h5p-dialogcards .h5p-dialogcards-card-text-area p:last-child {
margin-bottom: 0;
}
.h5p-dialogcards .h5p-dialogcards-title... | 0.448668 | 0.042603 |
.container {
margin: 0 auto;
padding: 0 1%;
box-sizing: border-box;
min-width: 320px;
max-width: 960px;
/* main width */ }
.container::after {
content: "";
display: block;
clear: both; }
html {
margin: 0;
padding: 0; }
body {
font-family: Tahoma, Arial, Sans-Serif;
background-color: ... | src/css/style.css | .container {
margin: 0 auto;
padding: 0 1%;
box-sizing: border-box;
min-width: 320px;
max-width: 960px;
/* main width */ }
.container::after {
content: "";
display: block;
clear: both; }
html {
margin: 0;
padding: 0; }
body {
font-family: Tahoma, Arial, Sans-Serif;
background-color: ... | 0.331012 | 0.076442 |
@-moz-document domain('tradera.com') {
body, #site-main, .site-main, .bp .bg-white, .slim-header { background-color: #111 !important; }
body, p, a, h1, h2, h3, h4, h5, h6, div, form { color: #fff !important; }
/**:not(svg) { color: #fff !important; }*/
.bp .bg-gray-100 { background-color: #282828 !important; ... | data/usercss/194491.user.css | @-moz-document domain('tradera.com') {
body, #site-main, .site-main, .bp .bg-white, .slim-header { background-color: #111 !important; }
body, p, a, h1, h2, h3, h4, h5, h6, div, form { color: #fff !important; }
/**:not(svg) { color: #fff !important; }*/
.bp .bg-gray-100 { background-color: #282828 !important; ... | 0.312475 | 0.064183 |
html,body
{
width: 100%;
height: auto;
min-height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif;;
}
p, div, a {
font-family: "Helvetica Neue", "Helvetica", "Liberation S... | app/styles/zzz.css | html,body
{
width: 100%;
height: auto;
min-height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif;;
}
p, div, a {
font-family: "Helvetica Neue", "Helvetica", "Liberation S... | 0.446253 | 0.09611 |
margin-left: auto;
margin-right: auto;
width: 1000px;
text-align: center;
}
h1 {
font-family: '<NAME>amma 2', cursive;
font-size: 70px;
color: darkblue;
margin-bottom: 10px;
}
h2 {
font-family: '<NAME> 2', cursive;
font-size: 40px;
color: steelblue;
margin-top: 0px;
}
body {
text-align: c... | portfolio/src/main/webapp/style.css | margin-left: auto;
margin-right: auto;
width: 1000px;
text-align: center;
}
h1 {
font-family: '<NAME>amma 2', cursive;
font-size: 70px;
color: darkblue;
margin-bottom: 10px;
}
h2 {
font-family: '<NAME> 2', cursive;
font-size: 40px;
color: steelblue;
margin-top: 0px;
}
body {
text-align: c... | 0.348534 | 0.126219 |
.navbar-default {
background-color: #222222;
margin-bottom: 0; }
.navbar {
border-radius: 0; }
.navbar .navbar-brand {
padding: 7px 18px 7px 7px; }
.navbar .more {
display: none; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .... | css/public.css | .navbar-default {
background-color: #222222;
margin-bottom: 0; }
.navbar {
border-radius: 0; }
.navbar .navbar-brand {
padding: 7px 18px 7px 7px; }
.navbar .more {
display: none; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .... | 0.326808 | 0.050518 |
body {
font-family: Garamond;
height: 100%;
background: #8e9eab;
/*background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);*/
/*background: linear-gradient(to left, #eef2f3, #8e9eab);*/
background: -webkit-linear-gradient(to right, #eef2f3, #c8d0d3);
background: linear-gradient(to l... | lipchat-chatbot/css/styles.css | body {
font-family: Garamond;
height: 100%;
background: #8e9eab;
/*background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);*/
/*background: linear-gradient(to left, #eef2f3, #8e9eab);*/
background: -webkit-linear-gradient(to right, #eef2f3, #c8d0d3);
background: linear-gradient(to l... | 0.3512 | 0.091544 |
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* Fluid typography
This is simply a mapping function:
size = min + (max - min) * (100vw - min_width) / (max_width - mi... | style.css | @import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* Fluid typography
This is simply a mapping function:
size = min + (max - min) * (100vw - min_width) / (max_width - mi... | 0.281208 | 0.126111 |
*:before
*:after{
box-sizing: border-box;
}
*{
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
}
body{
background: #fff;
font-family: 'Poppins', sans-serif;
background-size: cover;
}
.container{
width: 80%;
margin: 80px auto;
}
.contain... | course6.css | *:before
*:after{
box-sizing: border-box;
}
*{
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
}
body{
background: #fff;
font-family: 'Poppins', sans-serif;
background-size: cover;
}
.container{
width: 80%;
margin: 80px auto;
}
.contain... | 0.485844 | 0.07072 |
#search {float:right;margin-top:27px;background:#dfdfdf;height:37px;overflow:hidden}
#search input{
width:178px;
font-size:12px;
color:#838383;
padding:10px 10px 11px;
margin:0;
outline:none;
resize:none;
position:relative;
background:none;
-webkit-background-clip:padding-box;
height:16px;
... | punch/templates/css/forms.css | #search {float:right;margin-top:27px;background:#dfdfdf;height:37px;overflow:hidden}
#search input{
width:178px;
font-size:12px;
color:#838383;
padding:10px 10px 11px;
margin:0;
outline:none;
resize:none;
position:relative;
background:none;
-webkit-background-clip:padding-box;
height:16px;
... | 0.17515 | 0.048182 |
@-moz-document regexp("^https?://otakustream\\.tv/anime/[^/]+/[^/]+(/.*)?$"), regexp("^https?://otakustream\\.tv/movie/[^/]+(/.*)?$") {
/*
OtakuStream Theater Mode
< https://userstyles.org/styles/173868 >
Author: <NAME> < https://userstyles.org/users/375638 >
Version: 1.0.20190729
License: CC BY-SA
*/
bo... | data/usercss/173868.user.css | @-moz-document regexp("^https?://otakustream\\.tv/anime/[^/]+/[^/]+(/.*)?$"), regexp("^https?://otakustream\\.tv/movie/[^/]+(/.*)?$") {
/*
OtakuStream Theater Mode
< https://userstyles.org/styles/173868 >
Author: <NAME> < https://userstyles.org/users/375638 >
Version: 1.0.20190729
License: CC BY-SA
*/
bo... | 0.474144 | 0.05621 |
body {
font-size: 18px;
background-color:#444444;
color: #ffffff;
}
section {
min-height: 4rem;
border-bottom: 1px solid white;
margin-bottom: 1rem;
padding-bottom: 1rem;
}
section.preview {
background-color: white;
color: #444444;
position: relative;
height: 80px;
}
#prev... | WebApp/data/css/ledapp.css | body {
font-size: 18px;
background-color:#444444;
color: #ffffff;
}
section {
min-height: 4rem;
border-bottom: 1px solid white;
margin-bottom: 1rem;
padding-bottom: 1rem;
}
section.preview {
background-color: white;
color: #444444;
position: relative;
height: 80px;
}
#prev... | 0.583085 | 0.095856 |
@-moz-document domain("theoldreader.com") {
/*header */
.navbar-default .navbar-nav > .open > a,
.dropdown .open
{
background-color: #222 !important;
}
.dropdown-menu>li>a
{
color: #fff !important;
}
.navbar-fixed-top
{
border-bottom-color: #000 !important;
background-color: #252525 !i... | data/usercss/151427.user.css | @-moz-document domain("theoldreader.com") {
/*header */
.navbar-default .navbar-nav > .open > a,
.dropdown .open
{
background-color: #222 !important;
}
.dropdown-menu>li>a
{
color: #fff !important;
}
.navbar-fixed-top
{
border-bottom-color: #000 !important;
background-color: #252525 !i... | 0.124399 | 0.04714 |
----------------------------------------------------------------------*/
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, ... | public/themes/ipress/css/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, ... | 0.221687 | 0.108614 |
html, body, .wrapper {
height: 100%;
}
.main-header {
z-index: 2;
}
#search-nav {
max-width: 60% !important;
width: 60% !important;
}
.sidebar .nav>.nav-item a p {
color: #ffffff !important;
}
.sidebar .nav-collapse li a {
margin-bottom: 3px!important;
padding: 5px 5px!important;
}
.sidebar.s... | theme/static/assets/css/surface.css | html, body, .wrapper {
height: 100%;
}
.main-header {
z-index: 2;
}
#search-nav {
max-width: 60% !important;
width: 60% !important;
}
.sidebar .nav>.nav-item a p {
color: #ffffff !important;
}
.sidebar .nav-collapse li a {
margin-bottom: 3px!important;
padding: 5px 5px!important;
}
.sidebar.s... | 0.32306 | 0.093512 |
.homepage_wrap {
width: 100%;
height: 520px;
background: url(http://y.photo.qq.com/img?s=hvm43XuUI&l=y.jpg);
background-repeat:no-repeat;
background-size: 100% 100%;
position: relative;
}
.homepage_wrap .homepage_content {
width: 100%;
height: 520px;
position: absolute;
left: 0;
right: 0;
top: 0... | hobbyStudy-web/src/main/webapp/styles/css/leader.css | .homepage_wrap {
width: 100%;
height: 520px;
background: url(http://y.photo.qq.com/img?s=hvm43XuUI&l=y.jpg);
background-repeat:no-repeat;
background-size: 100% 100%;
position: relative;
}
.homepage_wrap .homepage_content {
width: 100%;
height: 520px;
position: absolute;
left: 0;
right: 0;
top: 0... | 0.423816 | 0.042802 |
@import url("https://fonts.googleapis.com/css?family=Indie+Flower&display=swap");
body {
font-family: "Indie Flower", cursive, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
color: #50250c;
overflow-x: hidden;
min-width: 360px;
}
.dark {
backgroun... | src/css/main.css | @import url("https://fonts.googleapis.com/css?family=Indie+Flower&display=swap");
body {
font-family: "Indie Flower", cursive, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
color: #50250c;
overflow-x: hidden;
min-width: 360px;
}
.dark {
backgroun... | 0.337968 | 0.062875 |
div#thediff {
padding-right: 10px;
max-width: 100%;
}
.diff-header {
top: 0px;
position: sticky;
background: white;
}
.diff .line-no, .diff .code {
font-family: Inconsolata, Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 13px;
}
td.code {
width: 101ch; /* per-side m... | webdiff/static/css/style.css | div#thediff {
padding-right: 10px;
max-width: 100%;
}
.diff-header {
top: 0px;
position: sticky;
background: white;
}
.diff .line-no, .diff .code {
font-family: Inconsolata, Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 13px;
}
td.code {
width: 101ch; /* per-side m... | 0.446736 | 0.236461 |
display: none;
position: fixed;
width: 100%;
z-index: 1000;
}
.slicknav_menu {
position: fixed;
width: 100%;
top: 0;
} .slicknav_menu li{
padding-top: 1px;
}
.slicknav_nav .row {
height: 100px; /* 段数によって変える */
margin-right: 0px;
margin-left: 0px;
}
.slicknav_nav .col-block {
... | chat-html/assets/css/room/room.css | display: none;
position: fixed;
width: 100%;
z-index: 1000;
}
.slicknav_menu {
position: fixed;
width: 100%;
top: 0;
} .slicknav_menu li{
padding-top: 1px;
}
.slicknav_nav .row {
height: 100px; /* 段数によって変える */
margin-right: 0px;
margin-left: 0px;
}
.slicknav_nav .col-block {
... | 0.248808 | 0.079782 |
@media only screen and (max-width: 2499px) {
.hide-xlg {
display: none !important; } }
@media only screen and (max-width: 1599px) {
.hide-lg {
display: none !important; } }
@media only screen and (max-width: 991px) {
.hide-md {
display: none !important; } }
@media only screen and (max-width: 767px)... | src/components/search-bar/index.css | @media only screen and (max-width: 2499px) {
.hide-xlg {
display: none !important; } }
@media only screen and (max-width: 1599px) {
.hide-lg {
display: none !important; } }
@media only screen and (max-width: 991px) {
.hide-md {
display: none !important; } }
@media only screen and (max-width: 767px)... | 0.245899 | 0.076788 |
.socialblue--sky .layout--with-complementary.sidebar-left > .region--complementary {
z-index: 10;
}
.socialblue--sky .region--secondary-navigation {
width: 100%;
padding: 0;
}
.socialblue--sky.path-user .region--hero, .socialblue--sky.path-group .region--hero {
max-width: 100%;
padding: 0;
}
.socialblue--s... | profiles/contrib/social/themes/socialblue/assets/css/layout--sky.css | .socialblue--sky .layout--with-complementary.sidebar-left > .region--complementary {
z-index: 10;
}
.socialblue--sky .region--secondary-navigation {
width: 100%;
padding: 0;
}
.socialblue--sky.path-user .region--hero, .socialblue--sky.path-group .region--hero {
max-width: 100%;
padding: 0;
}
.socialblue--s... | 0.555435 | 0.071267 |
*{
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
}
body {
font-family: 'PT Sans Caption',"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-size: 3vh;
}
nav ul{
margin-right: 20px;
}
nav ul li{
/* display: inline-block; */
line-height: 40px;
/* margin: 0 5px;... | style.css | *{
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
}
body {
font-family: 'PT Sans Caption',"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-size: 3vh;
}
nav ul{
margin-right: 20px;
}
nav ul li{
/* display: inline-block; */
line-height: 40px;
/* margin: 0 5px;... | 0.307878 | 0.041696 |
.topnav {
background-color: rgb(248, 248, 248);
width: 100%;
height: 40px;
}
/* 左边浮动 */
.topnav-left {
float: left;
}
/* 左边定位图标 */
.topnav-left img {
float: left;
margin-top: 10px;
height: 16px;
}
/* 左边文字 */
.topnav-left span {
float: left;
line-height: 40px;
color: rgb(102, 102, 102);
margin-righ... | css/index.css | .topnav {
background-color: rgb(248, 248, 248);
width: 100%;
height: 40px;
}
/* 左边浮动 */
.topnav-left {
float: left;
}
/* 左边定位图标 */
.topnav-left img {
float: left;
margin-top: 10px;
height: 16px;
}
/* 左边文字 */
.topnav-left span {
float: left;
line-height: 40px;
color: rgb(102, 102, 102);
margin-righ... | 0.305283 | 0.065366 |
background-image: url('../images/BG1.png');
background-size:cover;
width: 100%;
height: 570px;
color: white;
text-align: center;
margin: 0px;
}
#startBrand{
padding-top: 20px;
background-color: #e8535a;
width: 400px;
height: 250px;
position: absolute;
right: 22%;
... | public/css/hp.css | background-image: url('../images/BG1.png');
background-size:cover;
width: 100%;
height: 570px;
color: white;
text-align: center;
margin: 0px;
}
#startBrand{
padding-top: 20px;
background-color: #e8535a;
width: 400px;
height: 250px;
position: absolute;
right: 22%;
... | 0.222531 | 0.090293 |
@import 'dialog.css';
:root {
--bg-color: #eee;
--ui-bg-color: #ccc;
--panel-bg-color: #fff;
}
*, *:before, *:after {
box-sizing: border-box;
margin: 0;
}
body {
background-color: var(--bg-color);
font-family: sans-serif;
}
/************************
* Fonts and icons
************************/
@font-... | public/css/style.css | @import 'dialog.css';
:root {
--bg-color: #eee;
--ui-bg-color: #ccc;
--panel-bg-color: #fff;
}
*, *:before, *:after {
box-sizing: border-box;
margin: 0;
}
body {
background-color: var(--bg-color);
font-family: sans-serif;
}
/************************
* Fonts and icons
************************/
@font-... | 0.200479 | 0.063366 |
body,div,section,a,h1,h2,h3,h4,h5,img,hr{
margin: 0;
padding: 0;
}
body {
width: 100%;
height: 100%;
}
img {
max-width: 100%;
/* max-height: 100%; */
}
.loading {
position: relative;
width: 100vw;
height: 100vh;
background-color: #0000004f;
}
.spinner {
width: 60px;
h... | css/index.css | body,div,section,a,h1,h2,h3,h4,h5,img,hr{
margin: 0;
padding: 0;
}
body {
width: 100%;
height: 100%;
}
img {
max-width: 100%;
/* max-height: 100%; */
}
.loading {
position: relative;
width: 100vw;
height: 100vh;
background-color: #0000004f;
}
.spinner {
width: 60px;
h... | 0.459804 | 0.074064 |