specify colour for a:visited so users don't go blind
[lhc/web/wiklou.git] / skins / common / 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%;clear: both; }
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 .toctoggle, .editsection { font-size: smaller; }
16
17 /* ... */
18 #toolbar { padding:0px; }
19 #infobox { background:#eeeeff;color:black;}
20 #editform { margin-top:1px; }
21 a.interwiki, a.external { color: #3366BB; }
22 a.printable { text-decoration: underline; }
23 a.stub { color:#772233; text-decoration:none; }
24 a:visited { color: #9A129A; }
25 body { margin: 0px; padding: 4px; color: black; }
26 form.inline { display: inline; }
27 textarea { overflow: auto; }
28
29
30 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
31 font-size:150%; }
32 h2 { font-size: 120%; }
33 h2, h3, h4, h5, h6 { margin-bottom: 0;}
34 h3 { font-size: 106.25%; }
35 h4 { font-size: 103.125%; }
36 h5 { font-size: 100%; }
37 h6 { font-size: 95%; }
38 hr.sep { color:gray;height:1px;background-color:gray;}
39 p.subpages { font-size:small;}
40 p.subtitle { padding-top: 0; margin-top: 0;}
41 p.catlinks { font-size:small; margin-top:0; text-align:right;}
42 td { empty-cells:show; }
43 td.bottom { border-top: 1px solid gray; }
44 td.top { border-bottom: 1px solid gray; }