local changes from server
[prawokultury.git] / prawokultury / static / css / base.css
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 body {
5   font-family: 'Lato', sans-serif;
6   font-size: .625em;
7   background-color: #edece7;
8   background-image: url("/static/img/bg.png");
9   background-repeat: no-repeat;
10   color: #363a3b;
11   margin-top: 0;
12   background-position: 50% 0; }
13
14 a {
15   text-decoration: none;
16   color: #ed7f00; }
17
18 a:hover {
19   text-decoration: underline; }
20
21 img {
22   border: 0; }
23
24 h1 {
25   margin: 0 0 .5em 0;
26   color: #ed7f00;
27   font-size: 2em; }
28
29 .warning {
30   border: 1px solid #ddd;
31   padding: 1em;
32   background: #ffd;
33   font-size: 1.3em; }
34
35 .notice {
36   font-size: 1.3em; }
37
38 .normal {
39   font-size: 1.3em; }
40
41 .sponsor-logos a {
42   margin-bottom: 1.5em; }
43
44 .bios p {
45   clear: left;
46   margin-left: 200px;
47   margin-top: 3em; }
48
49 .bios p img {
50   float: left;
51   margin: 0 -200px 3em -200px;
52   box-shadow: 0 0 1em #777; }