]> sipb.mit.edu Git - ikiwiki.git/blob - basewiki/style.css
web commit by WillThompson: Safety of arbitrary regexen
[ikiwiki.git] / 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 #backlinks {
35         margin: 1em 0;
36 }
37
38 #footer {
39         margin: 1em 0;
40 }
41
42 #pageinfo {
43         font-style: italic;
44 }
45
46 /* Used for invalid form fields. */
47 .fb_invalid {
48         color: red;
49         background: white !important;
50 }
51
52 /* Used for required form fields. */
53 .fb_required {
54         font-weight: bold;
55 }
56
57 /* RSS button. */
58 .rssbutton {
59         background: #ff6600;
60         color: white !important;
61         border-left: 1px solid #cc9966;
62         border-top: 1px solid #ccaa99;
63         border-right: 1px solid #993300;
64         border-bottom: 1px solid #331100;
65         padding: 0px 0.5em 0px 0.5em;
66         font-family: helvetica, arial, sans-serif;
67         font-weight: bold;
68         font-size: small;
69         text-decoration: none;
70         margin-top: 1em;
71 }
72 .rssbutton:hover {
73         color: white !important;
74         background: #ff9900;
75 }