added --hyperestraier switch, which turns on search support
[ikiwiki] / basewiki / style.css
1 #header h1 {
2         margin: 0;
3         padding: 0 0;
4 }
5
6 #actions ul {
7         margin: 0;
8         padding: 6px;
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 #searchform {
19         display: inline;
20         float: right;
21 }
22
23 #content {
24         border-bottom: 1px solid #000;
25 }
26
27 /* Used for adding a blog page. */
28 #blogform {
29         padding: 10px 10px;
30         border: 1px solid #aaa;
31         background: #eee;
32         color: black !important;
33 }
34
35 #backlinks {
36         margin: 1em 0;
37 }
38
39 #footer {
40         margin: 1em 0;
41 }
42
43 #pageinfo {
44         font-style: italic;
45 }
46
47 /* Used for invalid form fields. */
48 .fb_invalid {
49         color: red;
50         background: white !important;
51 }
52
53 /* Used for required form fields. */
54 .fb_required {
55         font-weight: bold;
56 }
57
58 /* RSS button. */
59 .rssbutton {
60         background: #ff6600;
61         color: white !important;
62         border-left: 1px solid #cc9966;
63         border-top: 1px solid #ccaa99;
64         border-right: 1px solid #993300;
65         border-bottom: 1px solid #331100;
66         padding: 0px 0.5em 0px 0.5em;
67         font-family: helvetica, arial, sans-serif;
68         font-weight: bold;
69         font-size: small;
70         text-decoration: none;
71         margin-top: 1em;
72 }
73 .rssbutton:hover {
74         color: white !important;
75         background: #ff9900;
76 }