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