Add HOSTALIASES post.
[blog.git] / 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  * Editted by W. Trevor King <wking@drexel.edu> to support:
6  *   - Sidebars
7  *   - <code>
8  */
9
10 body { background: #e7e7e7; }
11
12 #content { background: #ffffff; margin: 10px 0px; border: 2px solid #c0c0c0; padding: 10px; font-family: sans-serif;}
13
14 .header { background: #4b6983; border: 2px solid #7590ae; padding: 10px; color: #ffffff; font-family: sans-serif;}
15 .header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;}
16
17 .actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;}
18 #footer { border: none; font-family: sans-serif;}
19
20 .scaled {
21   width: 100%;
22   height: auto;
23 }
24
25 .sidebar {
26   border: solid;
27   border-width: 1px;
28   padding: 0;
29   margin-top: 15px;
30   border: 1px solid;
31   border-color: #aaa;
32   background: #eee;
33   width: 18ex;
34 }
35
36 .sidebar ul {
37   margin-left: 0;
38   padding: 0;
39   list-style-type: none;
40 }
41
42 .sidebar ul ul {
43   padding-left: 1em;
44 }
45
46 .sidebar .pagecloud {
47     float: none;
48     width: auto;
49     margin-bottom: 1em;
50 }
51
52 #sidebar {
53   border: solid;
54   border-width: 1px;
55   padding: 0ex 2ex;
56   margin-top: 15px;
57   border: 1px solid;
58   border-color: #aaa;
59   background: #eee;
60   width: 18ex;
61 }
62
63 #sidebar ul {
64   margin-left: 0;
65   padding: 0;
66   list-style-type: none;
67 }
68
69 #sidebar ul ul {
70   padding-left: 1em;
71 }
72
73 #sidebar .pagecloud {
74   float: none;
75   width: auto;
76   margin-bottom: 1em;
77 }
78
79 code {
80   color: gray;
81   font-family: monospace;
82 }