szurubooru/public_html/css/core.css
2014-10-18 18:48:24 +02:00

73 lines
946 B
CSS

body {
margin: 0;
padding: 0;
text-align: center;
background: #fff;
color: #555;
font-family: 'Droid Sans', sans-serif;
font-size: 17px;
}
h2 {
font-variant: small-caps;
font-weight: normal;
}
#middle {
padding: 0 2em;
}
#content {
margin: 1.5em 0;
padding: 0;
display: inline-block;
text-align: left;
}
a {
color: #298;
text-decoration: none;
}
a:hover {
color: #4ba;
}
hr {
margin: 1.5em auto;
height: 1px;
border: 0;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
box-sizing: content-box;
}
.big-button.active {
background: #f7fbfc;
color: #8ba !important;
}
.big-button:focus,
.big-button:hover {
background: #f3f7f8;
color: #7a9 !important;
}
#wait-cover {
display: flex;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.9);
z-index: 100;
}
#wait .spinner {
margin: auto;
}
#wait .spinner .fa {
font-size: 40px;
}