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