szurubooru/public_html/css/core.css

96 lines
1.3 KiB
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;
overflow-y: scroll;
2014-08-31 23:22:56 +02:00
}
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;
position: relative;
2014-08-31 23:22:56 +02:00
}
#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
2014-09-18 17:57:16 +02:00
.big-button {
color: #aaa;
}
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: absolute;
2014-09-17 22:37:49 +02:00
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
min-height: 25em;
background: rgba(255, 255, 255, 0.7);
2014-09-17 22:37:49 +02:00
z-index: 100;
}
#wait .spinner {
margin: auto;
padding: 1em 2em;
box-shadow: 0 0 1em 1em rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.5);
color: #888;
2014-09-17 22:37:49 +02:00
}
#wait .spinner .fa {
font-size: 42px;
}
#wait p {
font-size: 15px;
}
.pagination-target .spinner {
display: none;
color: #888;
text-align: center;
}
.pagination-target .spinner .fa {
font-size: 28px;
2014-09-17 22:37:49 +02:00
}