]> sipb.mit.edu Git - ikiwiki.git/blob - basewiki/style.css
* Patch from Dr. Zini to add link() and backlink() to globlists. This allows
[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 #editcontent {
30         width: 100%;
31 }      
32
33 /* Used for adding a blog page. */
34 #blogform {
35         padding: 10px 10px;
36         border: 1px solid #aaa;
37         background: #eee;
38         color: black !important;
39 }
40
41 .inlinepage {
42         padding: 10px 10px;
43         border: 1px solid #aaa;
44 }
45
46 #backlinks {
47         margin: 1em 0;
48 }
49
50 #footer {
51         margin: 1em 0;
52 }
53
54 #pageinfo {
55         font-style: italic;
56 }
57
58 /* Used for invalid form fields. */
59 .fb_invalid {
60         color: red;
61         background: white !important;
62 }
63
64 /* Used for required form fields. */
65 .fb_required {
66         font-weight: bold;
67 }
68
69 /* RSS button. */
70 .rssbutton {
71         background: #ff6600;
72         color: white !important;
73         border-left: 1px solid #cc9966;
74         border-top: 1px solid #ccaa99;
75         border-right: 1px solid #993300;
76         border-bottom: 1px solid #331100;
77         padding: 0px 0.5em 0px 0.5em;
78         font-family: helvetica, arial, sans-serif;
79         font-weight: bold;
80         font-size: small;
81         text-decoration: none;
82         margin-top: 1em;
83 }
84 .rssbutton:hover {
85         color: white !important;
86         background: #ff9900;
87 }