]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/shamino_com/shamino_com.css
cursor: pointer for toolbar
[SourceForge/phpwiki.git] / themes / shamino_com / shamino_com.css
1 /**
2  * shamino.com style sheet based on the original Wiki
3  *
4  */
5 body {
6     font-family: sans-serif;
7     font-weight: normal;
8     font-style: normal;
9     background-color: #ffffff;
10     position: absolute;
11     top: 0;
12     left: 0;
13     visibility: visible;
14     z-index: auto;
15     margin: 0;
16 }
17
18 hr {
19     height: 0;
20     margin-left: 10px;
21     margin-right: 10px;
22 }
23
24 #content {
25     font-size: 10pt;
26     font-family: sans-serif;
27     font-weight: normal;
28     font-style: normal;
29     background-color: #ffffff;
30     padding: 1em 10px 1em 10px;
31 }
32
33 .wikitext, .wiki, p, form, ul, dd, dl, li, td {
34     /*font-size: 10pt;*/
35     line-height: 150%;
36     color: #111111;
37     margin: 0;
38     padding: 0;
39     list-style-type: none;
40 }
41
42 p, ul {
43     padding: 10px;
44     text-align: justify;
45     background-color: #ffffff;
46 }
47
48 dd {
49     font-size: 9pt;
50     text-align: right;
51     padding: 0;
52     margin: 0;
53     bottom: 0;
54 }
55
56 dl {
57     padding: 0;
58     margin: 0;
59     margin-top: 14px;
60     bottom: 0;
61 }
62
63 li {
64     margin-left: 0;
65     margin-bottom: 0;
66 }
67
68 img {
69     margin: 0;
70     border: 0;
71     padding: 0;
72 }
73
74 table {
75     border: 0;;
76     padding: 0;
77     border-spacing: 0;
78     margin: 0;
79 }
80
81 td, th, tr, tt {
82     padding: 0;
83     margin: 2px;
84     border: 0;
85     border-spacing: 0;
86 }
87
88 input.numeric {
89     text-align: right;
90 }
91
92 input {
93     font-family: sans-serif;
94     font-size: 10pt;
95     font-style: normal;
96     font-weight: normal;
97 }
98
99 textarea {
100     text-decoration: none;
101     font-family: sans-serif;
102     font-size: 10pt;
103     font-style: normal;
104     font-weight: normal;
105 }
106
107 h1, h2, h3, h4 {
108     font-family: 'Lucida Grande', sans-serif;
109     font-weight: normal;
110     font-style: normal;
111     margin: 0;
112     padding: 0;
113     padding-top: 10px;
114     text-decoration: none;
115     text-align: left;
116 }
117
118 a.wiki {
119     font-weight: normal;
120 }
121
122 a:link {
123     font-weight: normal;
124     color: #445566;
125     text-decoration: none
126 }
127
128 a:visited {
129     font-weight: normal;
130     color: #445566;
131     text-decoration: none
132 }
133
134 a:hover {
135     font-weight: normal;
136     color: #445566;
137     text-decoration: underline
138 }
139
140 a:active {
141     font-weight: normal;
142     color: #445566;
143     text-decoration: underline
144 }
145
146 a:focus {
147     font-weight: normal;
148     color: #445566;
149     text-decoration: underline
150 }
151
152 /* generic classes ----------------------------------------------- */
153
154 .tt {
155     font-family: monospace;
156 }
157
158 .strike {
159     text-decoration: line-through;
160 }
161
162 .big {
163     font-size: larger;
164 }
165
166 .align-left {
167     text-align: left;
168 }
169
170 .align-right {
171     text-align: right;
172 }
173
174 .align-center {
175     text-align: center;
176 }
177
178 .top {
179     vertical-align: top;
180 }
181
182 .bottom {
183     vertical-align: bottom;
184 }
185
186 .middle {
187     vertical-align: middle;
188 }
189
190 .baseline {
191     vertical-align: baseline;
192 }
193
194 .nowrap {
195     white-space: nowrap;
196 }
197
198 .fullwidth {
199     width: 100%;
200 }
201
202 /* --------------------------------------------------------------- */
203
204 .main {
205     padding: 0;
206     border: 0;
207     margin: 0;
208 }
209
210 .maintable {
211     padding: 0;
212     border: 0;
213     margin: 0;
214 }
215
216 .menu {
217     font-size: 9pt;
218     padding: 10px;
219     padding-top: 0;
220     border: 0;
221     margin: 0;
222 }
223
224 .box {
225     background-color: #eeeeee;
226     border: 1px solid #dcdcdc;
227     color: #111111;
228     padding: 0;
229     position: absolute;
230 }
231
232 .bar {
233     background-color: #eeeeee;
234     color: #111111;
235     font-weight: bold;
236     padding: 2px 1em 2px 1em;
237 }
238
239 .wikilink {
240     color: #5555CC;
241     text-decoration: none;
242     font-style: normal;
243 }
244
245 .wikinavbar {
246     border-bottom: 1px #999999 solid;
247     padding: 2px;
248     font-size: 8pt;
249 }
250
251 .toolbar {
252     border-top: 1px #999999 solid;
253     padding: 2px;
254     font-size: 8pt;
255 }
256
257 img.toolbar:hover {
258     cursor: pointer;
259 }
260
261 .debug {
262     padding: 2px;
263     margin-left: 10px;
264     font-size: 8pt;
265 }
266
267 .wikinavbar a.wikilink, .toolbar a.wikilink, .editdate, #xhtml-validator a.wikilink {
268     font-size: 8pt;
269 }
270
271 #content a.wiki {
272     font-size: 9pt;
273 }
274
275 .wikiaction {
276     color: #5555CC;
277     text-decoration: none;
278     font-style: normal;
279 }
280
281 .wiki {
282     color: #5555CC;
283     text-decoration: none;
284     font-style: normal;
285 }
286
287 .backlinks {
288     color: #5555CC;
289     text-decoration: none;
290     font-style: normal;
291 }
292
293 /* .header { font-size: x-small; border-top: 1px #999999 solid; padding:10px; padding-top:5px; padding-bottom:5px; } */
294
295 #header {
296     font-size: 8pt;
297     margin-left: 4px;
298 }
299
300 .signin, .signin a.wiki, .signin a.wikiaction {
301     font-size: 8pt;
302 }
303
304 .top {
305     font-size: 75%;
306     margin: 4px;
307 }
308
309 .plugin {
310     margin: 0;
311 }
312
313 div#logo {
314     float: right;
315 }
316
317 /* plugin BoxRight */
318 div.boxright {
319     width: 200px;
320     right: 10px;
321     padding: 0.5em;
322     float: right;
323     border: thin solid #888888;
324 }
325
326 /**
327  * Search Results
328  */
329 .search-context {
330     background: white;
331     font-style: oblique;
332 }
333
334 .search-term {
335     background: yellow;
336     font-weight: normal;
337 }
338
339 /* IncludePage plugin ================================================= */
340
341 .transclusion-title {
342     font-style: oblique;
343     font-size: 0.75em;
344     text-decoration: underline;
345     text-align: right;
346 }
347
348 .transclusion {
349     background: lightgreen;
350     border: thin;
351     border-style: solid;
352     padding-left: 0.8em;
353     padding-right: 0.8em;
354     padding-top: 0;
355     padding-bottom: 0;
356     margin: 0.5ex 0;
357 }
358
359 /* WikicreoleTable, MediawikiTable and RichTable plugins ============== */
360
361 /*
362  * table class="boxed"
363  * will put a border around the table (but not around the cells)
364  *
365  * table class="bordered"
366  * will put a border around the table and the cells
367  *
368  * In both cases, the caption will be bold and centered under the table
369  *
370  * In both cases, the headers (th) will have a "#d8d8d8" background
371  */
372
373 table.boxed, table.bordered, table.bordered th, table.bordered td {
374     border-width: 1px;
375     border-style: solid;
376     border-collapse: collapse;
377     vertical-align: top;
378 }
379
380 table.boxed td, table.bordered td,
381 table.boxed th, table.bordered th {
382     padding-left: 5px;
383     padding-right: 5px;
384     padding-top: 0;
385     padding-bottom: 0;
386 }
387
388 table.boxed caption, table.bordered caption {
389     text-align: center;
390     font-weight: bold;
391     caption-side: bottom;
392     padding-top: 0.8em;
393 }
394
395 table.boxed th, table.bordered th {
396     font-weight: bold;
397     background-color: #d8d8d8;
398 }
399
400 table.sortable th.header {
401     background-image: url(../default/buttons/sort_none.gif);
402     cursor: pointer;
403     background-repeat: no-repeat;
404     background-position: center right;
405     padding-right: 20px;
406 }
407
408 table.sortable th.headerSortUp {
409     background-image: url(../default/buttons/sort_up.gif);
410     cursor: pointer;
411     background-repeat: no-repeat;
412     background-position: center right;
413     padding-right: 20px;
414 }
415
416 table.sortable th.headerSortDown {
417     background-image: url(../default/buttons/sort_down.gif);
418     cursor: pointer;
419     background-repeat: no-repeat;
420     background-position: center right;
421     padding-right: 20px;
422 }