]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - 1.33.2/basewiki/style.css
tagging version 1.33.2
[git.ikiwiki.info.git] / 1.33.2 / basewiki / style.css
1 /* ikiwiki style sheet */
3 /* Note that instead of modifying this style sheet, you can instead edit
4  * local.css and use it to override or change settings in this one.
5  */
7 .header {
8         margin: 0;
9         font-size: 22px;
10         font-weight: bold;
11         line-height: 1em;
12         display: block;
13 }
15 .author {
16         margin: 0;
17         font-size: 18px;
18         font-weight: bold;
19         display: block;
20 }
22 .actions ul {
23         margin: 0;
24         padding: 6px;
25         list-style-type: none;
26         border-bottom: 1px solid #000;
27 }
29 .inlinepage .actions ul {
30         border-bottom: 0;
31 }
33 .actions li {
34         display: inline;
35         padding: .2em .4em;
36 }
38 #backlinks {
39         margin: 1em 0;
40 }
42 .tags {
43         clear: both;
44 }
46 div.tags {
47         border-top: 1px solid #000;
48 }
50 #footer {
51         margin: 1em 0;
52 }
54 #searchform {
55         display: inline;
56         float: right;
57 }
59 #editcontent {
60         width: 100%;
61 }      
63 /* Stuff for the RecentChanges table. */
64 tr.changeheader {
65         background: #eee;
66         color: black !important;
67 }
68 tr.changeinfo {
69         background: #eee;
70         color: black !important;
71 }
72 th.changeheader {
73         padding: 1px .3em;
74 }
75 td.changeinfo { 
76         padding: 1px .3em;
77 }
78 td.changetime {
79         white-space: nowrap;
80         padding: 1px .3em;
81 }
82 td.changelog {
83         font-style: italic;
84 }
86 .pagecloud {
87         padding: 10px 10px;
88         border: 1px solid #aaa;
89         background: #eee;
90         color: black !important;
91 }
93 /* Used for adding a blog page. */
94 #blogform {
95         padding: 10px 10px;
96         border: 1px solid #aaa;
97         background: #eee;
98         color: black !important;
99 }
101 .inlinepage {
102         padding: 10px 10px;
103         border: 1px solid #aaa;
106 .pageinfo {
107         clear: both;
108         font-style: italic;
109         display: block;
112 /* Used for invalid form fields. */
113 .fb_invalid {
114         color: red;
115         background: white !important;
118 /* Used for required form fields. */
119 .fb_required {
120         font-weight: bold;
123 /* Orange feed button. */
124 .feedbutton {
125         background: #ff6600;
126         color: white !important;
127         border-left: 1px solid #cc9966;
128         border-top: 1px solid #ccaa99;
129         border-right: 1px solid #993300;
130         border-bottom: 1px solid #331100;
131         padding: 0px 0.5em 0px 0.5em;
132         font-family: helvetica, arial, sans-serif;
133         font-weight: bold;
134         font-size: small;
135         text-decoration: none;
136         margin-top: 1em;
138 .feedbutton:hover {
139         color: white !important;
140         background: #ff9900;
143 /* Tag cloud. */
144 .pagecloud {
145         float: right;
146         width: 30%;
147         text-align: center;
149 .smallestPC { font-size: 70%; }
150 .smallPC { font-size: 85%; }
151 .normalPC { font-size: 100%; }
152 .bigPC { font-size: 115%; }
153 .biggestPC { font-size: 130%; }
155 #sidebar {
156         line-height: 3ex;
157         width: 20ex;
158         float: right;
159         margin-left: 40px;
160         margin-bottom: 40px;
161         padding: 2ex 2ex;
164 .infobox {
165         float: right;
166         margin-left: 2ex;
167         margin-top: 1ex;
168         margin-bottom: 1ex;
169         padding: 1ex 1ex;
170         border: 1px solid #aaa;
173 .notebox {
174         float: right;
175         margin-left: 2ex;
176         margin-top: 1ex;
177         margin-bottom: 1ex;
178         padding: 1ex 1ex;
179         border: 1px solid #aaa;
180         width: 25%
183 /* outlines  */
184 li.L1 {
185         list-style: upper-roman;
187 li.L2 {
188         list-style: decimal;
190 li.L3 {
191         list-style: lower-alpha;
193 li.L4 {
194         list-style: disc;
196 li.L5 {
197         list-style: square;
199 li.L6 {
200         list-style: circle;
202 li.L7 {
203         list-style: lower-roman;
205 li.L8 {
206         list-style: upper-alpha;