Merge branch 'master' of github.com:fnp/prawokultury
[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-color: #edece7;
6   background-image: url("/static/img/bg.png");
7   background-repeat: no-repeat;
8   color: #363a3b;
9   margin-top: 0;
10   background-position: 50% 0; }
11
12 a {
13   text-decoration: none; }
14
15 a:hover {
16   text-decoration: underline; }
17
18 h1 {
19   margin: 0 0 .5em 0;
20   color: #01519a;
21   font-size: 2em; }