5b08be62b4f04180a052410c819af904b3e329f9
[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-top: 0;
11     background-position: 50% 0;
12 }
13
14 a {
15     text-decoration: none;
16 }
17 a:hover {
18     text-decoration: underline;
19 }
20
21 img {
22     border: 0;
23 }
24
25
26 h1 {
27     margin: 0 0 .5em 0;
28     color: #01519a;
29     font-size: 2em;
30 }
31
32 h2 {
33     font-size: 1.2em;
34     color: #01519a;
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 .normal {
48     font-size: 1.3em;
49 }
50 .entry-wrapped {
51 .gallery-item{float:left; width:300px;text-align:center;margin-top:2em;}
52 .gallery-image{height:240px; width:300px; display: table-cell; vertical-align:middle;}
53 .gallery-image img{margin: 0;}
54
55 }
56
57 .questions {
58     li {
59         margin-bottom: 1em;
60     }
61 }