aa0c01675c23f8ce8c65126dea41e0f516f18ae0
[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; }