]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/shamino_com/shamino_com.css
Remove redundunt CSS
[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 }
321
322 /**
323  * Search Results
324  */
325 .search-context {
326     background: white;
327     font-style: oblique;
328 }
329
330 .search-term {
331     background: yellow;
332     font-weight: normal;
333 }
334
335 /* IncludePage plugin ================================================= */
336
337 .transclusion-title {
338     font-style: oblique;
339     font-size: 0.75em;
340     text-decoration: underline;
341     text-align: right;
342 }
343
344 .transclusion {
345     background: lightgreen;
346     border: thin;
347     border-style: solid;
348     padding-left: 0.8em;
349     padding-right: 0.8em;
350     padding-top: 0;
351     padding-bottom: 0;
352     margin: 0.5ex 0;
353 }
354
355 /* WikicreoleTable, MediawikiTable and RichTable plugins ============== */
356
357 /*
358  * table class="boxed"
359  * will put a border around the table (but not around the cells)
360  *
361  * table class="bordered"
362  * will put a border around the table and the cells
363  *
364  * In both cases, the caption will be bold and centered under the table
365  *
366  * In both cases, the headers (th) will have a "#d8d8d8" background
367  */
368
369 table.boxed, table.bordered, table.bordered th, table.bordered td {
370     border-width: 1px;
371     border-style: solid;
372     border-collapse: collapse;
373     vertical-align: top;
374 }
375
376 table.boxed td, table.bordered td,
377 table.boxed th, table.bordered th {
378     padding-left: 5px;
379     padding-right: 5px;
380     padding-top: 0;
381     padding-bottom: 0;
382 }
383
384 table.boxed caption, table.bordered caption {
385     text-align: center;
386     font-weight: bold;
387     caption-side: bottom;
388     padding-top: 0.8em;
389 }
390
391 table.boxed th, table.bordered th {
392     font-weight: bold;
393     background-color: #d8d8d8;
394 }
395
396 table.sortable th.header {
397     background-image: url(../default/buttons/sort_none.gif);
398     cursor: pointer;
399     background-repeat: no-repeat;
400     background-position: center right;
401     padding-right: 20px;
402 }
403
404 table.sortable th.headerSortUp {
405     background-image: url(../default/buttons/sort_up.gif);
406     cursor: pointer;
407     background-repeat: no-repeat;
408     background-position: center right;
409     padding-right: 20px;
410 }
411
412 table.sortable th.headerSortDown {
413     background-image: url(../default/buttons/sort_down.gif);
414     cursor: pointer;
415     background-repeat: no-repeat;
416     background-position: center right;
417     padding-right: 20px;
418 }