294c369a0971209b5158f2be5ad197c13cc438d2
[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{clear:both;}
53 .gallery-item{float:left; width:300px;text-align:center;margin-top:2em; p{min-height: 1.25em}}
54 .gallery-image{height:240px; width:300px; display: table-cell; vertical-align:middle;}
55 .gallery-image img{margin: 0 auto;display:block;}
56
57 }
58
59 .questions {
60     li {
61         margin-bottom: 1em;
62     }
63 }