random fixes
[prawokultury.git] / prawokultury / static / css / base.css
1 @import url(http://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
15 a:hover {
16   text-decoration: underline; }
17
18 img {
19   border: 0; }
20
21 h1 {
22   margin: 0 0 .5em 0;
23   color: #01519a;
24   font-size: 2em; }
25
26 h2 {
27   font-size: 1.2em;
28   color: #01519a; }
29
30 .warning {
31   border: 1px solid #ddd;
32   padding: 1em;
33   background: #ffd;
34   font-size: 1.3em; }
35
36 .notice {
37   font-size: 1.3em; }
38
39 .normal {
40   font-size: 1.3em; }
41
42 .entry-wrapped .gallery-item {
43   float: left;
44   width: 300px;
45   text-align: center;
46   margin-top: 2em; }
47 .entry-wrapped .gallery-image {
48   height: 240px;
49   width: 300px;
50   display: table-cell;
51   vertical-align: middle; }
52 .entry-wrapped .gallery-image img {
53   margin: 0; }
54
55 .questions li {
56   margin-bottom: 1em; }