szurubooru/public_html/media/css/static-main.css

67 lines
1.1 KiB
CSS
Raw Normal View History

2013-10-21 09:35:06 +02:00
#welcome {
2013-10-19 13:38:20 +02:00
text-align: center;
}
2013-10-21 09:35:06 +02:00
#welcome p {
2013-10-19 13:38:20 +02:00
font-size: small;
2013-10-21 09:35:06 +02:00
margin-top: 0;
2013-10-19 13:38:20 +02:00
}
2013-10-21 09:35:06 +02:00
#welcome p span:not(:last-child):after {
2013-10-19 13:38:20 +02:00
content: '\022C5';
margin: 0 0.5em;
}
2013-10-21 09:35:06 +02:00
#content h1 {
2013-10-19 13:38:20 +02:00
font-size: 26pt;
2013-10-21 09:35:06 +02:00
margin-top: 1em;
margin-bottom: 0;
2013-10-19 13:38:20 +02:00
}
2014-02-16 12:33:31 +01:00
#content .main-wrapper>* {
2013-10-21 09:35:06 +02:00
margin: 0 auto;
2013-10-19 13:38:20 +02:00
width: 70%;
position: relative;
}
2014-02-16 12:33:31 +01:00
@media only screen and (max-width:700px) {
#content .main-wrapper>* {
width: 100%;
}
2013-10-21 09:35:06 +02:00
}
2013-10-19 13:38:20 +02:00
2013-10-21 09:35:06 +02:00
#content .body {
2013-10-19 13:38:20 +02:00
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJElEQVQImWNgYGBgePfu3X8YZoABFA6SIqwS+HXgtANZF7IEAJnGPJE70lLLAAAAAElFTkSuQmCC');
2013-11-10 12:23:59 +01:00
margin-top: 1em;
2013-10-19 13:38:20 +02:00
text-align: center;
}
2013-10-21 09:35:06 +02:00
#content .body img {
2013-10-19 13:38:20 +02:00
max-width: 100%;
margin: 0 auto;
display: block;
}
2013-10-21 09:35:06 +02:00
#content .body a {
2013-10-19 13:38:20 +02:00
display: block;
}
2013-11-10 12:23:59 +01:00
#content .footer {
font-size: small;
color: dimgray;
2014-02-16 12:33:31 +01:00
margin: 0.5em auto 3em auto;
2013-11-10 12:23:59 +01:00
}
#content .footer .left {
float: left;
}
#content .footer .right {
2013-10-19 13:38:20 +02:00
float: right;
}
2013-11-10 12:23:59 +01:00
#content .footer ul {
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
}
#content .footer li {
display: inline;
}
#content .footer li:not(:last-child) a:after {
content: ', ';
2013-10-19 13:38:20 +02:00
}