szurubooru/public_html/css/core.css

44 lines
535 B
CSS
Raw Normal View History

2014-08-31 23:22:56 +02:00
body {
margin: 0;
padding: 0;
text-align: center;
background: #fff;
color: #000;
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 {
color: #6a2;
text-decoration: none;
}
a:hover {
color: #7b3;
}
hr {
margin: 1.5em auto;
height: 1px;
border: 0;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
box-sizing: content-box;
}