bee2f37ac115e653fcc841455170bd9e84fca83f
[prawokultury.git] / prawokultury / static / css / base.scss
1 @import url(//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     color: #ed7f00;
17 }
18 a:hover {
19     text-decoration: underline;
20 }
21
22 img {
23     border: 0;
24 }
25
26
27 h1 {
28     margin: 0 0 .5em 0;
29     color: #ed7f00;
30     font-size: 2em;
31 }
32
33
34 .warning {
35     border: 1px solid #ddd;
36     padding: 1em;
37     background: #ffd;
38     font-size: 1.3em;
39 }
40
41 .notice {
42     font-size: 1.3em;
43 }
44
45 .normal {
46     font-size: 1.3em;
47 }
48
49
50 .sponsor-logos a {
51     margin-bottom: 1.5em;
52 }