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