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