EasyTimer
[web/altusmetrum] / local.css
1 /* Embedded Moose local.css for use with ikiwiki
2  * Written by Josh Triplett <josh@freedesktop.org>
3  * Some ideas from the Debian lighttpd index.html page. */
4
5 body { background: #e7e7e7; }
6
7 #content { background: #ffffff; margin: 10px 0px; border: 2px solid #c0c0c0; padding: 10px; font-family: sans-serif;}
8
9 .header {
10     border: 0px;
11     padding: 10px;
12     color: #ffffff;
13     font-family: sans-serif;
14     font-size: 24px;
15     background: #888888;
16     background-image: url(../logos/altusmetrum-oneline.svg);
17     background-repeat: no-repeat;
18     background-position: 97% 50%;
19     border: 0px;
20     height: 64px;
21     line-height: 64px
22 }
23
24 .header a {
25     margin-right: 1ex;
26     color: #ffffff;
27     font-family: sans-serif;
28 }
29
30 .actions { display:none; }
31
32 .pagedate {
33     border: none;
34     font-family: sans-serif;
35     background: #888888;
36     background-image: url(../logos/altusmetrum-64.svg);
37     background-repeat: no-repeat;
38     background-position: center center;
39     height: 72px;
40     line-height: 50px;
41 }