67115d29ca2dbddecdb4bcb5446b4e727eea1586
[prawokultury.git] / prawokultury / static / css / base.scss
1 @import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
2
3 body {
4     font-family: 'Lato', sans-serif;
5     font-size: .625em;
6     background-color: #edece7;
7     background-image: url('/static/img/bg.png');
8     background-repeat: no-repeat;
9     color: #363a3b;
10     margin-top: 0;
11     background-position: 50% 0;
12 }
13
14 a {
15     text-decoration: none;
16 }
17 a:hover {
18     text-decoration: underline;
19 }
20
21 img {
22     border: 0;
23 }
24
25
26 h1 {
27     margin: 0 0 .5em 0;
28     color: #01519a;
29     font-size: 2em;
30 }
31
32
33 .warning {
34     border: 1px solid #ddd;
35     padding: 1em;
36     background: #ffd;
37     font-size: 1.3em;
38 }
39
40 .notice {
41     font-size: 1.3em;
42 }