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