564730283b411d4bf844f458035d07f5cf89a813
[prawokultury.git] / prawokultury / static / css / base.scss
1 @import url(//static.mdrn.pl/fonts/Lato2OFLWeb/Lato/Lato-Regular.css);
2 @import url(//static.mdrn.pl/fonts/Lato2OFLWeb/Lato/Lato-Bold.css);
3 @import url(//static.mdrn.pl/fonts/Lato2OFLWeb/Lato/Lato-Italic.css);
4
5
6 body {
7     font-family: 'Lato', sans-serif;
8     font-size: .625em;
9     background-color: #edece7;
10     background-image: url('/static/img/bg.png');
11     background-repeat: no-repeat;
12     color: #363a3b;
13     margin-top: 0;
14     background-position: 50% 0;
15 }
16
17 a {
18     text-decoration: none;
19     color: #ed7f00;
20 }
21 a:hover {
22     text-decoration: underline;
23 }
24
25 img {
26     border: 0;
27 }
28
29
30 h1 {
31     margin: 0 0 .5em 0;
32     color: #ed7f00;
33     font-size: 2em;
34 }
35
36
37 .warning {
38     border: 1px solid #ddd;
39     padding: 1em;
40     background: #ffd;
41     font-size: 1.3em;
42 }
43
44 .notice {
45     font-size: 1.3em;
46 }
47
48 .normal {
49     font-size: 1.3em;
50 }
51
52
53 .sponsor-logos a {
54     margin-bottom: 1.5em;
55 }