]> sipb.mit.edu Git - ikiwiki.git/blob - doc/style.css
web commit by joey
[ikiwiki.git] / doc / style.css
1 #header h1 {
2         margin: 0;
3         padding: 2px 0;
4 }
5
6 #actions ul {
7         margin: 0;
8         padding: 2px;
9         list-style-type: none;
10         border-bottom: 1px solid #000;
11 }
12
13 #actions li {
14         display: inline;
15         padding: .2em .4em;
16 }
17
18 #content {
19         border-bottom: 1px solid #000;
20 }
21
22 /* Used for adding a blog page. */
23 #blogform {
24         padding: 10px 10px;
25         border: 1px solid #aaa;
26         color: black !important;;
27         background: #eee;
28 }
29
30 #backlinks {
31         margin: 1em 0;
32 }
33
34 #footer {
35         margin: 1em 0;
36 }
37
38 #pageinfo {
39         font-style: italic;
40 }
41
42 /* Used for invalid form fields. */
43 .fb_invalid {
44         color: red;
45         background: white !important;
46 }
47
48 /* Used for required form fields. */
49 .fb_required {
50         font-weight: bold;
51 }
52
53 /* RSS button. */
54 .rssbutton {
55         background: #ff6600;
56         color: white !important;
57         border-left: 1px solid #cc9966;
58         border-top: 1px solid #ccaa99;
59         border-right: 1px solid #993300;
60         border-bottom: 1px solid #331100;
61         padding: 0px 0.5em 0px 0.5em;
62         font-family: helvetica, arial, sans-serif;
63         font-weight: bold;
64         font-size: small;
65         text-decoration: none;
66         margin-top: 1em;
67 }
68 .rssbutton:hover {
69         color: white !important;
70         background: #ff9900;
71 }