content stringlengths 6 1.05M |
|---|
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
body {
font-family: 'Lato', sans-serif;
}
a {
text-decoration: none;
}
.center {
text-align: center;
}
|
body,
header,
section,
footer,
article,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
label,
p,
fieldset,
nav,
ul,
li,
a,
span,
strong,
em {
margin: 0;
padding: 0;
border: 0;
}
div,
h1,
h3,
h4,
h5,
h6,
header,
footer,
body,
section,
nav,
article,
aside {
display: block;
}
.clearfix {
zoom: 1;
}
.clearfix:after {
c... |
/******************************************
Version: 1.0
/****************************************** */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.address-item {
width: 30%;
}
.header_style_01 .navbar-light .navbar-nav>li a {
padding: 10px 12px;
font-si... |
/*
Error: Undefined variable: "$default_color".
on line 19 of categories.scss
14: &::after {
15: clear: both;
16: }
17: &,
18: a {
19: color: $default_color;
20: }
21: .m__cat-item {
22: width: 20%;
23: text-align: center;
24: float: left;
Backtrace:
categories.scss:19
C:/Ruby2... |
.backdrop {
background: #00000000;
}
#root, html, body{
height: 100%;
}
hr {
margin-top: 2em;
margin-bottom: 2em;
}
.image-container{
text-align: center;
margin-bottom: 1em;
}
.unthrottled-heading {
}
a {
text-decoration: none;
color: inherit
}
blockquote {
background: #f9f9f9;
border-left: 10... |
body {
background-color: darkgrey;
}
.navbar {
background-color: lightgray;
}
.card {
border: 1px solid white;
padding: 5px;
margin: 5px;
background-color: lightgrey;
}
|
.advanced-search { display: none; padding: 1em; }
.advanced-search h3 { text-align: center; }
.newest-announcements { padding: 1em; background: white; }
.announcement-thumb { max-width: 80px; }
.announcement-title { font-size: 1.2em; font-weight: 700; margin: 1em 0.5em;}
.announcement-category { margin: 0.5em 0.5em;}
... |
.uik-loading {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
.uik-loading__text {
font-size: 1rem;
line-height: 1;
color: var(--text);
text-align: center;
width: 100%;
margin-top: 20px;
}
.uik-loading__spinner {
width: 40px;
height: ... |
/*Color palette:
white;
blue;
cyan;
*/
body{
background-color: blue;
}
img{
height: 40rem;
width: 40rem;
border-radius: 30px;
}
p{
text-decoration: underline;
font-size: 20px;
margin-bottom: 1.5em;
line-height: 1.4em;
color: black;
}
form{
margin-left... |
/* purgecss start ignore */
@tailwind base;
@tailwind components;
/* purgecss end ignore */
@tailwind utilities;
@import '~leaflet/dist/leaflet.css';
.leaflet-container {
height: 70vh;
width: 100%;
}
|
.btn, button {
@apply
inline-block
text-tertiary-dark
text-center
bg-primary
no-underline
px-5
py-3
text-lg
rounded-xl
transition;
&:hover,
&:focus {
@apply bg-primary-light text-tertiary-dark cursor-pointer;
}
}
.btn--alt {
@apply bg-transparent border-4 border... |
.whiteframe-8dp-login{
background-color: #F2FCE2;
padding-bottom: 20px;
}
.errorTextFormat{
font-size: 14px;
font-weight:bold;
line-height: 14px;
color:red;
margin-top:-21px;
margin-bottom:15px;
}
|
@charset "utf-8";
/*
[Table of contents]
1. Header
1.1 Top Bar
*/
* {
margin: 0px;
padding: 0px;
}
[class*="col-md-"] {
float: none !important;
display: inline-block;
margin: 0px -4px 0px 0px;
vertical-align: top;
}
/* Header */
#mainheader {
float: left;
width: 100%;
}
/* Top... |
/* Position and sizing of (default) burger button */
.bm-burger-button {
position: fixed;
width: 36px;
height: 30px;
left: 36px;
top: 36px;
}
/* Color/shape of burger icon bars */
.bm-burger-bars {
background: #373a47;
}
/* Color/shape of burger icon bars on hover*/
.bm-burge... |
/* ==UserStyle==
@name Turn off "sharelines" on all sites
@namespace USO Archive
@author kyleholtan
@description `2014 redesigns at the <a href="http://www.latimes.com/about/pressreleases/la-mediagroup-20140505-story.html">Los Angeles Times</a> and <a href="http://www.chicagotribune.com/about/... |
.comment {
color: red;
font-style: italic;
}
.demo-container {
max-width: 1600px;
width: calc(100% - 16px);
margin: 0 auto;
}
.demo-content {
border-radius: 2px;
padding: 1rem;
margin-bottom: 2rem;
box-shadow: 0 0 1rem #ccc;
}
.demo-list {
max-width: 80%;
list-style: none;
display: flex;
fle... |
.project-body {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
background: url("../assets/images/Background.jpg") no-repeat center center
fixed;
background-size: cover;
max-height: 3800px;
}
.page-header {
margin-top: 70px;
font-family: "Roboto Slab", serif;
... |
.App {
text-align: center;
}
.AppTitle {
font-size: 2em;
text-align: left;
padding: 1em;
}
.User {
display: inline;
float: right;
cursor: pointer;
width: 2em;
height: 2em;
position: relative;
margin-right: 1em;
}
.User:hover .UserDrop {
display: inline-block;
font-size: 0.5em;
width: 5em;... |
@import url("https://fonts.googleapis.com/css?family=Roboto:400|Sansita");
body {
margin: 0;
padding: 0;
background: #e5e5e5 !important;
font-family: "Roboto", sans-serif !important;
font-size: 100%; }
::-webkit-scrollbar {
width: 7px;
margin-left: 100%; }
::-webkit-scrollbar-thumb {
background: #fff;... |
.treeview,
.treeview ul {
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.treeview {
margin: 0 0 0 1em;
}
.treeview ul {
margin-top: 0.5em;
}
.treeview li {
margin: 0;
padding: 0.2em 0 0.2em 1em;
position: relative;
}
.treeview:after,
.treeview li ul:after {
content: "";
width: 1px;
backg... |
#A2D {
position:fixed;
width:100%;
height:100%;
overflow:auto;
border:none;
top:0;
left:0;
z-index:99999;
}
#A2D.hidden {
display:none;
}
#A2D_WINDOW {
display: flex;
flex-direction: column;
height: 100%;
}
#A2D.hidden #A2D_WINDOW {
visibility: hidden;
opacity: 0;
transition: vis... |
*{
background-color: #e0ebeb;
}
.container {
width: 1200px;
margin: 0 auto;
align-content: center;
margin-top: 2em;
margin-bottom: 3em;
}
.color{
background-color: rgba(0,255,128,0.7);
}
.resolucao {
width: 40em;
margin-left: 1.7em;
height: 35em;
}
.color-info{
background-color... |
/*# sourceMappingURL=blank-page.css.map */
|
.remoteView {
position: relative;
min-width: 320px;
min-height: 160px;
max-height: 100%;
width:100%;
z-index: 1;
}
#selfView {
position: relative;
padding:0px;
width: 100%;
max-width:100%;
margin-right:auto;
margin-left:auto;
}
.hidden {
display: none
}
.show {
display: block
}
|
.sticky { background:#9cf }
.pagelinks a, #jse-cfg, #go {
font-family:monospace;
cursor:pointer;
text-align:center
}
.pagelinks {
margin-bottom:5px;
margin-top:5px
}
.pagelinks a {
background:#9cf;
border:1px #000 solid;
}
#results, #pages, #total { text-align:right } |
@import '../../marketplace.css';
.mainWrapper {
width: calc(100% - 48px);
max-width: 720px;
margin: 24px auto;
@media (--viewportMedium) {
max-width: 650px;
width: calc(100% - 72px);
margin: 72px auto 36px auto;
}
} |
.img-circle {
border-radius: 50%
}
.img-responsive {
display: block;
max-width: 100%;
height: auto
}
.img-center {
margin-left: auto !important;
margin-right: auto !important;
}
.reveal section img.profile {
background-color: white;
border: initial;
padding: 0.25rem;
max-width: 320px;
}
.revea... |
@import url("https://rsms.me/inter/inter.css");
@tailwind base;
@tailwind components;
@tailwind utilities;
@media print {
:root {
font-size: 10pt;
}
}
|
/*
Uses falt UI colors @see [RU Palette]{@link https://flatuicolors.com/palette/ru}
*/
body {
font-size: 16px;
font-family: sans-serif;
margin: 0;
padding: 0;
background-color: #a2f3fd;
}
#root {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: cen... |
body {
background-color: black;
color:white;
text-align: center;
}
.cell {
width: 40px;
height: 40px;
text-align: center;
font-size: 1.5em;
}
.food{
color: rgb(238, 49, 49);
}
h2{
height: 40px;
color: greenyellow;
}
.wall {
width: auto;
height: 40px;
color: rgb(255, 234, 45);
border: 1p... |
#cart-item-container {
width: 100%;
padding: 16px;
margin: 4px;
border-radius: 5px;
background: #fff;
}
#cart-item-header {
width: 100%;
display: flex;
justify-content: space-between;
margin-bottom: 16px;
}
#cart-item-header strong{
color: #eb3f5b
}
#cart-item-footer {
display: flex;
align-it... |
@charset "utf-8";
/* 初始化 */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, v... |
/* the backgound color is applied */
* {
background-color: rgb(194, 204, 211);
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/* this style applies to all childrens color */
:root {
--firs... |
@import "../../styles/general.css";
.Container {
width: 1106px;
margin: 0 auto;
}
|
.accordion {
border: 1px solid hsl(0, 0%, 82%);
border-radius: .3em;
box-shadow: 0 1px 2px hsl(0, 0%, 82%);
}
.accordion > * + * {
border-top: 1px solid hsl(0, 0%, 82%);
}
.accordion-control {
color: hsl(0, 0%, 13%);
display: block;
font-size: 1rem;
font-weight: normal;
margin: 0;
... |
/* vDesk.Controls.Cell */
.Calendar .Cell {
cursor: pointer;
}
.Calendar .Cell:hover {
text-shadow: 0px 0px 3px #FFCF32;
box-shadow: inset 0px 0px 10px #FFCF32;
}
.Calendar .Cell.Selected {
background-color: #FFCF32;
}
.Calendar .Cell.Now {
background-color: #3BD8F7;
}
.Calendar .Cell.Outer {
... |
ormat" type="xlf:AttrType_reformat" use="optional"/>
<xsd:attribute default="default" ref="xml:space" use="optional"/>
<xsd:attribute name="datatype" type="xlf:AttrType_datatype" use="optional"/>
<xsd:attribute name="phase-name" type="xsd:string" use="optional"/>
<xsd:attribute name="restype... |
.title {
font-size: calc(10px + 4vmin);
height: 10vh;
width: 70vw;
display: flex;
justify-content: left;
align-items: center;
padding-left: 5vw;
white-space: nowrap;
overflow: hidden;
color: rgb(77, 194, 77);
}
|
.ripple-demo {
display: inline-block;
box-shadow: 0px 0px 2px rgba(5, 29, 99, 0.1);
cursor: default;
user-select: none;
margin: 1em;
padding: calc(1em / 2);
overflow: hidden;
max-width: 500px;
outline: none;
position: relative;
}
|
.lobby {
border-bottom: 1px solid #d3d6da;
margin: 1em;
padding: 0.5em 0;
}
.lobby-opponent {
font-size: 1.33em;
font-weight: 600;
}
.lobby-status {
color: #878a8c;
} |
/* ==UserStyle==
@name admitad v.1
@namespace USO Archive
@author foxss
@description `Перемещает ссылки на блог и форум на видимое место11.03.2017 поддержка изминений на сайте`
@version 20201103.16.7
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document ... |
body{
background-color:white ;
}
nav , nav a{
font-weight:400;
}
.btttn button{
padding:5px;
}
.heading{
height:90vh;
width:100%;
background-image:linear-gradient(to bottom, rgba(157, 14, 14, 0), rgba(8, 0, 0, 0.7)) , url("/images/header8.jpg");
background-size: cover;
background-position: ... |
/*
colors
#00aeb5;
*/
/* Global Reset */
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-size: 62.5%;
}
body {
font-family: 'Lato', sans-serif;
line-height: 1.6;
background: #fff;
}
.container {
background-color: #00AEB5;
padding: 4rem... |
/* Box Model Hack */
* {
box-sizing: border-box;
}
/* Clear fix hack */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clear {
clear: both;
}
/*******************... |
a:visited {
}
|
.container { max-width: 800px; }
.header, .footer { margin-top: 6rem; text-align: center; }
.centered { text-align: center; }
h6 { font-weight: bold; }
h1 sup { color: #33C3F0; }
|
/* CSS declarations go here */
body {
padding: 1em 0;
background: url(https://unsplash.it/1440/900?random) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
li.checked {
text-decoration: line-through;
font-... |
#word{
position: relative;
z-index: 9999999999999;
height: auto;
background-color: white;
border: black solid 1px;
display: none;
}
.click_work{
padding-bottom: 2px;
font-weight:lighter;
font-size: 13px;
cursor:pointer;/*鼠标放上变成小手*/
}
.click_hover{
color: orange;
background... |
html, body {
}
body {
background-color: white;
/*margin-top: 50px;*/
}
.topPanel{
}
.gameCanvas{
}
|
/*BlogPostTemplate.module.css*/
.blogpost { padding : 1rem; }
.blogpost h1 { margin : 0; }
|
#re {
color: #61bc47;
}
body{
background: #61bc47;
}
.text-center text-primary{
background: #61bc47;
}
#re.h2{
color: #61bc47;
} |
.version.index /* version checker */
{
color: #00000D;
background-color: #17C03D;
}
#muse_css_mq
{
background-color: #FFFFFF;
}
#page
{
z-index: 1;
width: 380px;
min-height: 678px;
background-image: none;
border-width: 0px;
border-color: #000000;
background-color: transparent;
}
#pu7066
{
width: 0.01px;
... |
.App {
text-align: center;
/*background: #fffce6;*/
}
.logo {
float: left;
}
.App-header {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
}
.App-link {
color: #61dafb;
}
.grid-container{
display: grid;
gr... |
body {
margin: 0px;
background-color: #000;
font-size: 0.9em;
font-family: "Garrison Sans", "Trebuchet MS", arial;
color: #fff;
}
a:link {
color: #fff;
text-decoration: none;
}
a:visited {
color: #fff;
text-decoration: none;
}
a:hover {
color: #ff0000;
text-decoration:... |
html, body {
margin: auto;
height: 50%;
width: 50%;
padding-top: 20px;
/* The html and body elements cannot have any padding or margin. */
}
body {
background-image: url(/image/a.png);
}
h1,h2,h3,h4,h5 {
text-align: center;
}
h1 {
color:#bc0000;
font-size:45px;
font-weight: bold;
}
h1 small {
color:#FF0000;
... |
/*
* {
margin: 0;
padding: 0;
border: 1px solid red;
}
*/
html {
height: 100%;
display: block;
background-color: whitesmoke;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body {
margin: 0 10%;
}
.container {
display: flex;
flex-direction: column;
margin: 10px auto;
... |
.soc-buttons {
display: inline-block;
margin-left: 10px;
}
.soc-buttons:hover {
cursor: pointer;
}
|
* {
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
background-color: aliceblue;
}
.bghello {
background-color:rgba(199, 210, 251, 0.1);
}
.hello {
margin: 10px 15px 0px;
padding: 10px;
text-align: center;
color: navy;
}
h... |
#addSceneDiv {
padding: 20px;
}
#sceneName {
padding: 20px;
width: 100%;
height: 81px;
background: inherit;
background-color: inherit;
background-color: rgba(255, 255, 255, 1);
box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: rgba(204, 204, 204, ... |
.show{
border:1px solid red;
}
.testxxx{
}
.body{
margin:0 20px;
/* width:1920px; */
}
div#allContent{
/* max-width:1440px; */
margin:0 auto;
}
br{
margin-bottom:3px;
}
.boldWord{
font-weight:bold !important;
}
.success_bg{
background-color: #d6e9c6 !important;
}
H1,h2,h3,h4{
display:inline;
fon... |
.about-me-card-container {
width: 100%;
height: 100%;
padding: 1em;
background-color: white;
box-shadow: 5px 10px 10px #888888;
border-radius: 5px;
}
.about-me-card {
width: 100%;
height: 100%;
}
.about-me-card > div > p > .gatsby-resp-image-wrapper {
width: 1.25em;
display: i... |
@import '../../../components/variables.css';
@import '../../../components/ComponentUI/drop-box.css';
.root {
& .wrapperLoadingFetchingDesignData {
height: 50px;
display: block;
&[data-show="false"] {
display: none;
}
&[data-view-mode="true"] {
display: none;
}
& .wrapperInside... |
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#canvas {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
svg {
background: rgb(245, 245, 245);
}
text {
font: Microsoft YaHei;
pointer-events: none;
user-select: none;
}
.link {
st... |
/* TeamX Stylesheet */
/* Dont edit unless you know what you are doing! */
/* Version: 1.0 */
/* Imports */ /* You can add more to this list as needed. */
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts... |
/*
* Content
*/
body.content {
width: 100%;
height: 100%;
overflow-x: hidden;
}
/* Search form */
input::-webkit-input-placeholder, ::-webkit-input-placeholder {
color: #a5a5a5;
}
input:-moz-placeholder, :-moz-placeholder {
color: #a5a5a5;
}
#umap-ui-container textarea {
height: 100px;
mar... |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* html {
font-size: 18px;
color: #fff;
} */
body {
min-height: 100vh;
background-color: white;
}
/* #FFEFD5
#FFE1A8
#E26D5C
#723D46
#472D30 */
/* .App {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height... |
/* generales */
html, body {font-family: 'Ubuntu', sans-serif;color:#77777b;}
ul {list-style-type:none;padding:0;}
/* links */
a {color:#af1d35;}
a:hover {color:#000;}
/* menu */
.navbar {min-height:30px;margin-bottom:0;border:none;background:#af1d35 url(../img/fondo-menu.gif) left bottom repeat-x;border-radius:0;}
.... |
/*!
* Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
html,
body {
height: 100%;
width: 100%;
}
body {
font-family: 'Merriweather... |
body {
font-family: 'Open Sans', sans-serif;
color: #777;
padding-bottom: 20px;
background-color: #f7f7f7;
min-width: 720px;
}
h1, h3 {
font-family: 'Quicksand', sans-serif;
}
.page-header {
border-color: #ddd;
}
.btn.btn-default,
.btn.btn-default:focus {
color: #fff;
background-color: #62c0cb;
border-colo... |
.pp-container {
max-width: 540px;
}
.slider-max-width {
width: 100%;
} |
.root {
width: 53%;
margin-right: 2%;
height: calc(100% - 320px);
display: inline-block;
position: relative;
float: right;
} |
#head {
background-color: #C83B3E;
height: 70px;
margin: 0px;
text-align: left;
padding: 10px;
color: white;
}
#logo {
max-height: 70%;
padding-top: 10px;
padding-left: 30px;
}
#user {
max-height: 60%;
margin-top: 10px;
margin-right: 20px;
float: right;
}
#nav {
background-color: #EDD094;... |
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.editor-wrapper {
position: absolute;
top: 9rem;
width: 100%;
bottom: 0;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 0;
overflow-y: auto;
overflow-x: hidden;
}
.ProseMir... |
body {
background-color: #2c2c2c;
background-size: cover;
}
.tic {
margin: 0 auto;
}
h1 {
margin-top: 100px;
font-size: 60px;
font-weight: bold;
color: whitesmoke;
text-align: center;
padding-top: 15px;
margin-bottom: 50px;
}
.box {
width: 150px;
height: 150px;
bor... |
html * { padding:0; margin:0; }
body * * { padding:0; }
body { font:small sans-serif; background: #eee; }
h1 { font-weight:normal; }
h1 a { color: inherit; text-decoration: none; }
h2 { margin-bottom:.8em; font-weight: normal; }
h2 span { font-size:80%; color:#666; font-weight:normal; }
h3 { margin:1em 0 .5em 0; }
h4 ... |
* {
font-family: "Open Sans", arial;
font-weight: lighter;
box-sizing: border-box;
}
h1, h2{ padding: 0; margin: 0; }
.container {
display: flex;
flex-wrap: wrap;
padding: 20px;
margin: -20px 0 0 -20px;
}
.card, .placeholderCard {
flex-grow: 1;
flex-shrink: 1;
min-width: 250px;
max-width: calc(50%... |
.catBox {
background-color: #e2efff !important;
position: relative;
border-radius: 10px;
padding: 20px 20px 20px 20px;
object-fit: contain;
z-index: 0;
}
.ButtonRaw {
position: relative;
border-radius: 10px;
object-fit: contain;
}
.cattributes {
padding: 25px;
background-co... |
.main {
width: 100%;
}
.main__img {
-webkit-transition: all 0.5s;
transition: all 0.5s;
height: 50vh;
border-radius: 10%;
display: block;
max-width: 100%;
margin: 0 auto;
}
.main__img--gone {
height: 0;
}
.main__imgContainer {
height: 50vh;
}
.main__title {
text-transform: uppercase;
color: ... |
#order-secondary-actions {
display: flex;
}
.btngroup.taxjar {
position: relative;
}
.btngroup.taxjar .spinner {
position: absolute;
top: 0;
right: -29px;
}
|
.grid-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 20px;
padding: 1rem;
background-color: #aaaaaa;
}
.ace_editor {
width: inherit !important;
height: calc(100vh - 75px) !important;
}
button:focus {
outline: none;
}
.code-open,
.code-close {
box-shadow: 5px;
border:... |
/***************************************************************************
Layout & Master Styling
***************************************************************************/
body {
padding-top: 51px;
}
header .login {
line-height: 49px;
text-align: right;
font-size: 0.85em;
}
footer {
text-align: center;... |
.leaflet-container {
cursor: default;
height: 400px;
margin: 1em auto;
}
.coords {
font-size: large;
text-align: center;
}
|
.Expense {}
button{
margin: 4px;
} |
@charset "utf-8";
/* CSS Document */
.popup
{
position: fixed;
width: 100%;
opacity: 0.9;
top:0px;
min-height:200px;
height:100%;
z-index: 100;
background: #FFFFFF;
font-size: 20px;
text-align: center;
display:none;
}
#login_form
{
position:absolute;
width:200px;
top:100px;
left... |
/* 初始化样式开始 */
*{
margin: 0;
padding: 0;
}
li{
list-style: none;
}
a{
color: #757575;
text-decoration: none;
}
a:hover{
color: #ff6700;
}
body{
font-size: 12px;
font-family: "微软雅黑";
background: #f5f5f5;
}
.w{
width: 1226px;
margin: 0 auto;
}
.fl{
float: left;
}
.fr{
fl... |
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&display=swap');
*{
margin: 0;
box-sizing: border-box;
}
body {
font-family: 'Roboto','Helvetica Neue', sans-serif;
color: #222;
}
.title {
color: #ff0000;
font-size: 1.5rem;
text-transform: uppercase;
font-weight: normal;
} |
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@700&family=Niconne&family=Tangerine:wght@700&display=swap');
@media (min-width: 360px) and (max-width: 736px){
body{
background-color: rgb(165, 154... |
.container {
max-width: 1024px;
margin: auto;
font-family: 'Prompt', sans-serif;
}
|
#abc{color:#aaa;} |
:root {
--mainbg: #00398f;
--mid: #0553c9;
--light: #0066ff;
--maintext: #7ec1ff;
}
::selection {
background-color: var(--bright-turquoise);
color: var(--outer-space);
}
body {
display: block;
/* Sans Serif font stack is implemented to ... |
.layout_gridview .wrapper {
padding-right: 2px !important;
padding-left: 2px !important;
}
.layout_gridview .panel-body {
height: 350px !important;
}
.layout_gridview .panel-footer {
height: 125px !important;
}
.layout_gridview .panel-footer .outofstock {
margin-top:10px;
display: block;
}
.layout_gridv... |
/*This is my personalized CSS stylesheet
1. Selecting all the tags (i.e. h1 or p)
2. Selecting id's
3. Creating classes
*/
.newSectionColor {
color: #9966ff !important;
}
#new_section {
background-image: url("img/profile.jpg") ;
} |
.titulo a{
font-family: "Raleway", Arial, sans-serif;
letter-spacing: 5px;
font-size: 270%;
display: inline;
color:#FFFFFF;
}
.titulo a:hover{
color:#014702;
letter-spacing: 9px;
}
body {
font-size: 140%;
font-family: "Open Sans", sans-serif;
}
header{
background-color: #17882c;
bord... |
.arrangeButton:hover,
.arrangeButton:focus {
cursor: pointer;
}
.arrangeContainer {
position: absolute;
left: 50%;
bottom: 100%;
z-index: 100;
}
.arrange {
background-color: var(--primary-font-color);
border: 1px solid #000;
border-radius: 4px;
color: var(--secondary-background-color);
display: fl... |
/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
}
/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {... |
/*
Theme Name: ddl-Theme
Description: A lightweight Bootstrap theme for a small blog.
Author: Drew D. Lenhart
Author URI: https://www.drewlenhart.com
Version: 1.1
Tags: responsive, white, black, bootstrap, jquery
*/
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
body {
background-color: #E3E3E... |
/* ==UserStyle==
@name Tumblr Menu Icons: Supernatural
@namespace USO Archive
@author osikcarolina
@description `No ImageShack.`
@version 20121027.11.26
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix(http://www.tumblr.com/),url-prefix(h... |
body {
height: 100%;
/* nb_background: Number of backgrounds you have*/
/* rotation_time: Duration between each rotation*/
--nb_backgrounds: 167;
--rotation_time:45s;
animation: background_rotation calc(var(--nb_backgrounds) * var(--rotation_time)) linear 0s infinite;
}
@keyframes background_rotati... |
.Panel{
font-family: -apple-system, ".SFNSText-Regular", "San Francisco", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
color: rgb(68, 68, 68);
-webkit-font-smoothing: antialiased;
font-weight: 300;
... |
/* ==UserStyle==
@name original nagesh
@namespace USO Archive
@author BenLubar
@description `100% all original nagesh. Now with -75% less eyes!`
@version 20140619.0.9
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain(what.thedailywtf.com) {
[data-use... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.