lots of graphics
[prawokultury.git] / prawokultury / static / css / base.css
1 @import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
2 body {
3   font-family: 'Lato', sans-serif;
4   font-size: .625em;
5   background: #edece7;
6   background-image: url("/static/img/bg.png");
7   background-repeat: no-repeat;
8   margin-top: 0;
9   background-position: 50% 0; }
10
11 a {
12   text-decoration: none; }
13
14 a:hover {
15   text-decoration: underline; }