156fdda61064bbf2029236317e4375ef6dd5b44d
[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: 0;
10   padding: 0;
11   background-position: 50% 0; }
12
13 a {
14   text-decoration: none; }
15
16 a:hover {
17   text-decoration: underline; }
18
19 img {
20   border: 0; }
21
22 h1 {
23   margin: 0 0 0.5em 0;
24   color: #01519a;
25   font-size: 2em; }
26
27 h2 {
28   font-size: 1.2em;
29   color: #01519a; }
30
31 .warning {
32   border: 1px solid #dddddd;
33   padding: 1em;
34   background: #ffd;
35   font-size: 1.3em; }
36
37 .notice {
38   font-size: 1.3em; }
39
40 .normal {
41   font-size: 1.3em; }
42
43 .entry-wrapped .gallery {
44   clear: both; }
45 .entry-wrapped .gallery-item {
46   float: left;
47   width: 300px;
48   text-align: center;
49   margin-top: 2em; }
50   .entry-wrapped .gallery-item p {
51     min-height: 1.25em; }
52 .entry-wrapped .gallery-image {
53   height: 240px;
54   width: 300px;
55   display: table-cell;
56   vertical-align: middle; }
57 .entry-wrapped .gallery-image img {
58   margin: 0 auto;
59   display: block; }
60
61 .questions li {
62   margin-bottom: 1em; }