szurubooru/public_html/css/home.css

45 lines
603 B
CSS
Raw Normal View History

2014-09-24 23:24:51 +02:00
#home {
text-align: center;
}
#home h1 {
margin-top: 0;
2014-09-25 11:45:46 +02:00
margin-bottom: 0;
}
#home h1+p {
margin-top: 0;
2014-09-24 23:24:51 +02:00
}
#home .post {
2015-03-13 20:56:12 +01:00
text-align: center;
2014-09-24 23:24:51 +02:00
margin: 0 auto;
display: inline-block;
2014-09-24 23:24:51 +02:00
max-width: 60%;
min-width: 40em;
2014-09-24 23:24:51 +02:00
}
#home .post .left {
display: inline-block;
float: left;
2014-12-07 13:43:15 +01:00
margin-right: 0.5em;
2014-09-24 23:24:51 +02:00
}
#home .post .right {
display: inline-block;
float: right;
2014-12-07 13:43:15 +01:00
margin-left: 0.5em;
2014-09-24 23:24:51 +02:00
}
#home .post-footer,
#home .post-footer img {
vertical-align: middle;
}
#home .post-footer img {
margin-left: 0.5em;
}
#home .version {
opacity: .4;
2014-12-07 13:43:15 +01:00
}
#home .subheader, #home .post-footer {
font-size: 85%;
}