]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/shamino_com/shamino_com.css
Use 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 .align-left {
163     text-align: left;
164 }
165
166 .align-right {
167     text-align: right;
168 }
169
170 .align-center {
171     text-align: center;
172 }
173
174 .top {
175     vertical-align: top;
176 }
177
178 .bottom {
179     vertical-align: bottom;
180 }
181
182 .middle {
183     vertical-align: middle;
184 }
185
186 .baseline {
187     vertical-align: baseline;
188 }
189
190 .nowrap {
191     white-space: nowrap;
192 }
193
194 .fullwidth {
195     width: 100%;
196 }
197
198 /* --------------------------------------------------------------- */
199
200 .main {
201     padding: 0;
202     border: 0;
203     margin: 0;
204 }
205
206 .maintable {
207     padding: 0;
208     border: 0;
209     margin: 0;
210 }
211
212 .menu {
213     font-size: 9pt;
214     padding: 10px;
215     padding-top: 0;
216     border: 0;
217     margin: 0;
218 }
219
220 .box {
221     background-color: #eeeeee;
222     border: 1px solid #dcdcdc;
223     color: #111111;
224     padding: 0;
225     position: absolute;
226 }
227
228 .bar {
229     background-color: #eeeeee;
230     color: #111111;
231     font-weight: bold;
232     padding: 2px 1em 2px 1em;
233 }
234
235 .wikilink {
236     color: #5555CC;
237     text-decoration: none;
238     font-style: normal;
239 }
240
241 .wikinavbar {
242     border-bottom: 1px #999999 solid;
243     padding: 2px;
244     font-size: 8pt;
245 }
246
247 .toolbar {
248     border-top: 1px #999999 solid;
249     padding: 2px;
250     font-size: 8pt;
251 }
252
253 .debug {
254     padding: 2px;
255     margin-left: 10px;
256     font-size: 8pt;
257 }
258
259 .wikinavbar a.wikilink, .toolbar a.wikilink, .editdate, #xhtml-validator a.wikilink {
260     font-size: 8pt;
261 }
262
263 #content a.wiki {
264     font-size: 9pt;
265 }
266
267 .wikiaction {
268     color: #5555CC;
269     text-decoration: none;
270     font-style: normal;
271 }
272
273 .wiki {
274     color: #5555CC;
275     text-decoration: none;
276     font-style: normal;
277 }
278
279 .backlinks {
280     color: #5555CC;
281     text-decoration: none;
282     font-style: normal;
283 }
284
285 /* .header { font-size: x-small; border-top: 1px #999999 solid; padding:10px; padding-top:5px; padding-bottom:5px; } */
286
287 #header {
288     font-size: 8pt;
289     margin-left: 4px;
290 }
291
292 .signin, .signin a.wiki, .signin a.wikiaction {
293     font-size: 8pt;
294 }
295
296 .top {
297     font-size: 75%;
298     margin: 4px;
299 }
300
301 .plugin {
302     margin: 0;
303 }
304
305 div#logo {
306     float: right;
307 }
308
309 /* plugin BoxRight */
310 div.boxright {
311     width: 200px;
312     right: 10px;
313     padding: 0.5em;
314     float: right;
315     border: thin solid #888888;
316     padding: 0.5em;
317 }
318
319 /**
320  * Search Results
321  */
322 .search-context {
323     background: white;
324     font-style: oblique;
325 }
326
327 .search-term {
328     background: yellow;
329     font-weight: normal;
330 }
331
332 /* IncludePage plugin ================================================= */
333
334 .transclusion-title {
335     font-style: oblique;
336     font-size: 0.75em;
337     text-decoration: underline;
338     text-align: right;
339 }
340
341 .transclusion {
342     background: lightgreen;
343     border: thin;
344     border-style: solid;
345     padding-left: 0.8em;
346     padding-right: 0.8em;
347     padding-top: 0;
348     padding-bottom: 0;
349     margin: 0.5ex 0;
350 }
351
352 /* WikicreoleTable, MediawikiTable and RichTable plugins ============== */
353
354 /*
355  * table class="boxed"
356  * will put a border around the table (but not around the cells)
357  *
358  * table class="bordered"
359  * will put a border around the table and the cells
360  *
361  * In both cases, the caption will be bold and centered under the table
362  *
363  * In both cases, the headers (th) will have a "#d8d8d8" background
364  */
365
366 table.boxed, table.bordered, table.bordered th, table.bordered td {
367     border-width: 1px;
368     border-style: solid;
369     border-collapse: collapse;
370     vertical-align: top;
371 }
372
373 table.boxed td, table.bordered td,
374 table.boxed th, table.bordered th {
375     padding-left: 5px;
376     padding-right: 5px;
377     padding-top: 0;
378     padding-bottom: 0;
379 }
380
381 table.boxed caption, table.bordered caption {
382     text-align: center;
383     font-weight: bold;
384     caption-side: bottom;
385     padding-top: 0.8em;
386 }
387
388 table.boxed th, table.bordered th {
389     font-weight: bold;
390     background-color: #d8d8d8;
391 }
392