+add the "comments" field to rss feeds
[lhc/web/wiklou.git] / stylesheets / wikistandard.css
1 @import url("common.css");
2
3 #article { padding: 4px; }
4 #content { margin: 0; padding: 0; }
5 #footer { padding: 4px;font-size:95%; }
6 #pagestats { font-size: 9pt; }
7 #powersearch {
8 background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
9 }
10 #quickbar { width: 140px; padding: 4px; visibility: visible; z-index:99;font-size:95%;}
11 #topbar { padding: 4px;font-size:95%; }
12
13
14 /* Table of contents */
15 .tocindent {
16 margin-left: 2em;
17 }
18 .tocline {
19 margin-bottom: 0px;
20 }
21 .toctoggle, .editsection {
22 font-size: smaller;
23 }
24
25 /* ... */
26 #toolbar { padding:0px; }
27 #infobox { background:#eeeeff;color:black;;}
28 #editform { margin-top:1px; }
29 .bodytext { }
30 a.interwiki, a.external { color: #3366BB; }
31 a.printable { text-decoration: underline; }
32 a.stub { color:#772233; text-decoration:none; }
33 body { margin: 0px; padding: 4px; color: black; }
34 form.inline { display: inline; }
35 textarea { overflow: auto; }
36
37
38 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
39 font-size:150%; }
40 h2 { font-size: 120%; }
41 h2, h3, h4, h5, h6 { margin-bottom: 0;}
42 h3 { font-size: 106.25%; }
43 h4 { font-size: 103.125%; }
44 h5 { font-size: 100%; }
45 h6 { font-size: 95%; }
46 hr.sep { color:gray;height:1px;background-color:gray;}
47 p.subpages { font-size:small;}
48 p.subtitle { padding-top: 0; margin-top: 0;}
49 p.catlinks { font-size:small; margin-top:0; text-align:right;}
50 td { empty-cells:show; }
51 td.bottom { border-top: 1px solid gray; }
52 td.top { border-bottom: 1px solid gray; }
53