]> sipb.mit.edu Git - ikiwiki.git/blob - basewiki/style.css
* New pagestats plugin from Enrico, which can generate a table counting
[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 /* Stuff for the RecentChanges table. */
34 tr.changeheader {
35         background: #eee;
36         color: black !important;
37 }
38 tr.changeinfo {
39         background: #eee;
40         color: black !important;
41 }
42 th.changeheader {
43         padding: 1px .3em;
44 }
45 td.changeinfo { 
46         padding: 1px .3em;
47 }
48 td.changetime {
49         white-space: nowrap;
50         padding: 1px .3em;
51 }
52 td.changelog {
53         font-style: italic;
54 }
55
56 /* Used for adding a blog page. */
57 #blogform {
58         padding: 10px 10px;
59         border: 1px solid #aaa;
60         background: #eee;
61         color: black !important;
62 }
63
64 .inlinepage {
65         padding: 10px 10px;
66         border: 1px solid #aaa;
67 }
68
69 #backlinks {
70         margin: 1em 0;
71 }
72
73 #footer {
74         margin: 1em 0;
75 }
76
77 .pageinfo {
78         font-style: italic;
79 }
80
81 /* Used for invalid form fields. */
82 .fb_invalid {
83         color: red;
84         background: white !important;
85 }
86
87 /* Used for required form fields. */
88 .fb_required {
89         font-weight: bold;
90 }
91
92 /* RSS button. */
93 .rssbutton {
94         background: #ff6600;
95         color: white !important;
96         border-left: 1px solid #cc9966;
97         border-top: 1px solid #ccaa99;
98         border-right: 1px solid #993300;
99         border-bottom: 1px solid #331100;
100         padding: 0px 0.5em 0px 0.5em;
101         font-family: helvetica, arial, sans-serif;
102         font-weight: bold;
103         font-size: small;
104         text-decoration: none;
105         margin-top: 1em;
106 }
107 .rssbutton:hover {
108         color: white !important;
109         background: #ff9900;
110 }
111
112 /* Tag cloud. */
113 .pagecloud {
114         float: right;
115         width: 30%;
116         text-align: center;
117 }
118 .smallestPC { font-size: 70%; }
119 .smallPC { font-size: 85%; }
120 .normalPC { font-size: 100%; }
121 .bigPC { font-size: 115%; }
122 .biggestPC { font-size: 130%; }