]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/shamino_com/shamino_com.css
Class "tablesorter" is not needed
[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 .debug {
258     padding: 2px;
259     margin-left: 10px;
260     font-size: 8pt;
261 }
262
263 .wikinavbar a.wikilink, .toolbar a.wikilink, .editdate, #xhtml-validator a.wikilink {
264     font-size: 8pt;
265 }
266
267 #content a.wiki {
268     font-size: 9pt;
269 }
270
271 .wikiaction {
272     color: #5555CC;
273     text-decoration: none;
274     font-style: normal;
275 }
276
277 .wiki {
278     color: #5555CC;
279     text-decoration: none;
280     font-style: normal;
281 }
282
283 .backlinks {
284     color: #5555CC;
285     text-decoration: none;
286     font-style: normal;
287 }
288
289 /* .header { font-size: x-small; border-top: 1px #999999 solid; padding:10px; padding-top:5px; padding-bottom:5px; } */
290
291 #header {
292     font-size: 8pt;
293     margin-left: 4px;
294 }
295
296 .signin, .signin a.wiki, .signin a.wikiaction {
297     font-size: 8pt;
298 }
299
300 .top {
301     font-size: 75%;
302     margin: 4px;
303 }
304
305 .plugin {
306     margin: 0;
307 }
308
309 div#logo {
310     float: right;
311 }
312
313 /* plugin BoxRight */
314 div.boxright {
315     width: 200px;
316     right: 10px;
317     padding: 0.5em;
318     float: right;
319     border: thin solid #888888;
320     padding: 0.5em;
321 }
322
323 /**
324  * Search Results
325  */
326 .search-context {
327     background: white;
328     font-style: oblique;
329 }
330
331 .search-term {
332     background: yellow;
333     font-weight: normal;
334 }
335
336 /* IncludePage plugin ================================================= */
337
338 .transclusion-title {
339     font-style: oblique;
340     font-size: 0.75em;
341     text-decoration: underline;
342     text-align: right;
343 }
344
345 .transclusion {
346     background: lightgreen;
347     border: thin;
348     border-style: solid;
349     padding-left: 0.8em;
350     padding-right: 0.8em;
351     padding-top: 0;
352     padding-bottom: 0;
353     margin: 0.5ex 0;
354 }
355
356 /* WikicreoleTable, MediawikiTable and RichTable plugins ============== */
357
358 /*
359  * table class="boxed"
360  * will put a border around the table (but not around the cells)
361  *
362  * table class="bordered"
363  * will put a border around the table and the cells
364  *
365  * In both cases, the caption will be bold and centered under the table
366  *
367  * In both cases, the headers (th) will have a "#d8d8d8" background
368  */
369
370 table.boxed, table.bordered, table.bordered th, table.bordered td {
371     border-width: 1px;
372     border-style: solid;
373     border-collapse: collapse;
374     vertical-align: top;
375 }
376
377 table.boxed td, table.bordered td,
378 table.boxed th, table.bordered th {
379     padding-left: 5px;
380     padding-right: 5px;
381     padding-top: 0;
382     padding-bottom: 0;
383 }
384
385 table.boxed caption, table.bordered caption {
386     text-align: center;
387     font-weight: bold;
388     caption-side: bottom;
389     padding-top: 0.8em;
390 }
391
392 table.boxed th, table.bordered th {
393     font-weight: bold;
394     background-color: #d8d8d8;
395 }
396
397 table.sortable th.header {
398     background-image: url(../default/images/sort_none.gif);
399     cursor: pointer;
400     background-repeat: no-repeat;
401     background-position: center right;
402     padding-right: 20px;
403 }
404
405 table.sortable th.headerSortUp {
406     background-image: url(../default/images/sort_up.gif);
407     cursor: pointer;
408     background-repeat: no-repeat;
409     background-position: center right;
410     padding-right: 20px;
411 }
412
413 table.sortable th.headerSortDown {
414     background-image: url(../default/images/sort_down.gif);
415     cursor: pointer;
416     background-repeat: no-repeat;
417     background-position: center right;
418     padding-right: 20px;
419 }