]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - basewiki/style.css
web commit by joey: git support!
[git.ikiwiki.info.git] / basewiki / style.css
1 #header h1 {
2         margin: 0;
3 }
5 #actions ul {
6         margin: 0;
7         padding: 6px;
8         list-style-type: none;
9         border-bottom: 1px solid #000;
10 }
12 #actions li {
13         display: inline;
14         padding: .2em .4em;
15 }
17 #searchform {
18         display: inline;
19         float: right;
20 }
22 #content {
23         border-bottom: 1px solid #000;
24 }
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 }
34 .inlinepage {
35         padding: 10px 10px;
36         border: 1px solid #aaa;
37 }
39 #backlinks {
40         margin: 1em 0;
41 }
43 #footer {
44         margin: 1em 0;
45 }
47 #pageinfo {
48         font-style: italic;
49 }
51 /* Used for invalid form fields. */
52 .fb_invalid {
53         color: red;
54         background: white !important;
55 }
57 /* Used for required form fields. */
58 .fb_required {
59         font-weight: bold;
60 }
62 /* RSS button. */
63 .rssbutton {
64         background: #ff6600;
65         color: white !important;
66         border-left: 1px solid #cc9966;
67         border-top: 1px solid #ccaa99;
68         border-right: 1px solid #993300;
69         border-bottom: 1px solid #331100;
70         padding: 0px 0.5em 0px 0.5em;
71         font-family: helvetica, arial, sans-serif;
72         font-weight: bold;
73         font-size: small;
74         text-decoration: none;
75         margin-top: 1em;
76 }
77 .rssbutton:hover {
78         color: white !important;
79         background: #ff9900;
80 }