szurubooru/public_html/css/home.css

45 lines
660 B
CSS
Raw Normal View History

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