]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - basewiki/style.css
header can appear more than one time, so is a class, not an id
[git.ikiwiki.info.git] / basewiki / style.css
1 .header {
2         margin: 0;
3         font-size: 22px;
4         font-weight: bold;
5         line-height: 1em;
6 }
8 #actions ul {
9         margin: 0;
10         padding: 6px;
11         list-style-type: none;
12         border-bottom: 1px solid #000;
13 }
15 #actions li {
16         display: inline;
17         padding: .2em .4em;
18 }
20 #searchform {
21         display: inline;
22         float: right;
23 }
25 #content {
26         border-bottom: 1px solid #000;
27 }
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 }
37 .inlinepage {
38         padding: 10px 10px;
39         border: 1px solid #aaa;
40 }
42 #backlinks {
43         margin: 1em 0;
44 }
46 #footer {
47         margin: 1em 0;
48 }
50 #pageinfo {
51         font-style: italic;
52 }
54 /* Used for invalid form fields. */
55 .fb_invalid {
56         color: red;
57         background: white !important;
58 }
60 /* Used for required form fields. */
61 .fb_required {
62         font-weight: bold;
63 }
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 }