implementing "floatright" class
[lhc/web/wiklou.git] / stylesheets / wikistandard.css
1 #article { padding: 4px; }
2 #content { margin: 0; padding: 0; }
3 #footer { padding: 4px;font-size:95%; }
4 #pagestats { font-size: 9pt; }
5 #powersearch {
6 background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
7 }
8 #quickbar { width: 140px; padding: 4px; visibility: visible; z-index:99;font-size:95%;}
9 #topbar { padding: 4px;font-size:95%; }
10 #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; }
11 .bodytext { }
12 a.interwiki, a.external { color: #3366BB; }
13 a.printable { text-decoration: underline; }
14 a.stub { color:#772233; text-decoration:none; }
15 a.stub { color:#772233; text-decoration:none; }
16 body { margin: 0px; padding: 4px; }
17 form.inline { display: inline; }
18 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
19 font-size:150%; }
20 h2 { font-size: 120%; }
21 h2, h3, h4, h5, h6 { margin-bottom: 0;}
22 h3 { font-size: 106.25%; }
23 h4 { font-size: 103.125%; }
24 h5 { font-size: 100%; }
25 h6 { font-size: 95%; }
26 hr.sep { color:gray;height:1px;background-color:gray;}
27 p.subpages { font-size:small;}
28 p.subtitle { padding-top: 0; margin-top: 0;}
29 td.bottom { border-top: 1px solid gray; }
30 td.top { border-bottom: 1px solid gray; }
31 /* images */
32 div.floatright { float:right;margin:0 0 1em 1em; }
33 div.floatright p { font-style: italic; }