local changes from server
[prawokultury.git] / prawokultury / static / css / base.scss
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
5
6 body {
7     font-family: 'Lato', sans-serif;
8     font-size: .625em;
9     background-color: #edece7;
10     background-image: url('/static/img/bg.png');
11     background-repeat: no-repeat;
12     color: #363a3b;
13     margin: 0;
14     padding: 0;
15     background-position: 50% 0;
16 }
17
18 a {
19     text-decoration: none;
20 }
21 a:hover {
22     text-decoration: underline;
23 }
24
25 img {
26     border: 0;
27 }
28
29
30 h1 {
31     margin: 0 0 .5em 0;
32     color: #01519a;
33     font-size: 2em;
34 }
35
36 h2 {
37     font-size: 1.2em;
38     color: #01519a;
39 }
40
41 .warning {
42     border: 1px solid #ddd;
43     padding: 1em;
44     background: #ffd;
45     font-size: 1.3em;
46 }
47
48 .notice {
49     font-size: 1.3em;
50 }
51 .normal {
52     font-size: 1.3em;
53 }
54 .entry-wrapped {
55 .gallery{clear:both;}
56 .gallery-item{float:left; width:300px;text-align:center;margin-top:2em; p{min-height: 1.25em}}
57 .gallery-image{height:240px; width:300px; display: table-cell; vertical-align:middle;}
58 .gallery-image img{margin: 0 auto;display:block;}
59
60 }
61
62 .questions {
63     li {
64         margin-bottom: 1em;
65     }
66 }