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