Start annoying.
[prawokultury.git] / prawokultury / static / css / base.scss
1 @import url(http://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: 0;
11     padding: 0;
12     background-position: 50% 0;
13 }
14
15 a {
16     text-decoration: none;
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: #01519a;
30     font-size: 2em;
31 }
32
33 h2 {
34     font-size: 1.2em;
35     color: #01519a;
36 }
37
38 .warning {
39     border: 1px solid #ddd;
40     padding: 1em;
41     background: #ffd;
42     font-size: 1.3em;
43 }
44
45 .notice {
46     font-size: 1.3em;
47 }
48 .normal {
49     font-size: 1.3em;
50 }
51 .entry-wrapped {
52 .gallery-item{float:left; width:300px;text-align:center;margin-top:2em;}
53 .gallery-image{height:240px; width:300px; display: table-cell; vertical-align:middle;}
54 .gallery-image img{margin: 0;}
55
56 }
57
58 .questions {
59     li {
60         margin-bottom: 1em;
61     }
62 }