css support
[ikiwiki] / basewiki / 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         background: #eee;
27 }
28
29 #backlinks {
30         margin: 1em 0;
31 }
32
33 #footer {
34         margin: 1em 0;
35 }
36
37 #pageinfo {
38         font-style: italic;
39 }
40
41 /* Used for invalid form fields. */
42 .fb_invalid {
43         color: red;
44 }
45
46 /* Used for required form fields. */
47 .fb_required {
48         fornt-style: bold;
49 }
50
51 /* RSS button. */
52 .rssbutton {
53         background: #ff6600;
54         color: white !important;
55         border-left: 1px solid #cc9966;
56         border-top: 1px solid #ccaa99;
57         border-right: 1px solid #993300;
58         border-bottom: 1px solid #331100;
59         padding: 0px 0.5em 0px 0.5em;
60         font-family: helvetica, arial, sans-serif;
61         font-weight: bold;
62         font-size: small;
63         text-decoration: none;
64         margin-top: 1em;
65 }
66 .rssbutton:hover {
67         background: #ff9900;
68 }