szurubooru/public_html/css/core.css

74 lines
946 B
CSS
Raw Normal View History

2014-08-31 23:22:56 +02:00
body {
margin: 0;
padding: 0;
text-align: center;
background: #fff;
2014-09-16 18:51:36 +02:00
color: #555;
2014-08-31 23:22:56 +02:00
font-family: 'Droid Sans', sans-serif;
font-size: 17px;
}
2014-09-07 09:57:01 +02:00
h2 {
font-variant: small-caps;
font-weight: normal;
}
2014-08-31 23:22:56 +02:00
#middle {
padding: 0 2em;
}
#content {
margin: 1.5em 0;
padding: 0;
display: inline-block;
text-align: left;
}
a {
2014-09-16 18:51:36 +02:00
color: #298;
2014-08-31 23:22:56 +02:00
text-decoration: none;
}
a:hover {
2014-09-16 18:51:36 +02:00
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;
}
2014-09-17 11:48:10 +02:00
.big-button.active {
background: #f7fbfc;
color: #8ba !important;
}
.big-button:focus,
.big-button:hover {
background: #f3f7f8;
color: #7a9 !important;
}
2014-09-17 22:37:49 +02:00
#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;
}