local changes from server
[prawokultury.git] / prawokultury / static / css / base.scss
1 @import url(//static.mdrn.pl/fonts/Lato-2.010/Lato-Regular.css);
2 @import url(//static.mdrn.pl/fonts/Lato-2.010/Lato-Bold.css);
3 @import url(//static.mdrn.pl/fonts/Lato-2.010/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 }
56
57
58 .bios p {
59     clear: left;
60     margin-left: 200px;
61     margin-top: 3em;
62 }
63 .bios p img {
64     float: left;
65     margin: 0 -200px 3em -200px;
66     box-shadow: 0 0 1em #777;
67 }