043d54999f6d5b6b90bc6512c4cbecef1802387e
[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 .warning {
27   border: 1px solid #ddd;
28   padding: 1em;
29   background: #ffd;
30   font-size: 1.3em; }
31
32 .notice {
33   font-size: 1.3em; }
34
35 .normal {
36   font-size: 1.3em; }
37
38 .entry-wrapped .gallery-item {
39   float: left;
40   width: 300px;
41   text-align: center;
42   margin-top: 2em; }
43 .entry-wrapped .gallery-image {
44   height: 240px;
45   width: 300px;
46   display: table-cell;
47   vertical-align: middle; }
48 .entry-wrapped .gallery-image img {
49   margin: 0; }