]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - skins/common/wikistandard.css
MediaWiki 1.17.0
[autoinstalls/mediawiki.git] / skins / common / wikistandard.css
1 #article {
2         padding: 4px;
3 }
4
5 #content {
6         margin: 0;
7         padding: 0;
8 }
9
10 #footer {
11         padding: 4px;
12         font-size: 95%;
13         clear: both;
14 }
15
16 #pagestats {
17         font-size: 9pt;
18 }
19
20 #powersearch {
21         background: #DDEEFF;
22         border-style: solid;
23         border-width: 1px;
24         padding: 2px;
25 }
26
27 #quickbar {
28         width: 140px;
29         height: 100%;
30         padding: 4px;
31         visibility: visible;
32         z-index: 99;
33         font-size: 95%;
34 }
35
36 #topbar {
37         padding: 4px;
38         font-size: 95%;
39 }
40
41 /* Table of contents */
42 .toctoggle, .editsection {
43         font-size: smaller;
44 }
45
46 /* ... */
47 #toolbar {
48         padding: 0px;
49 }
50
51 #infobox {
52         background: #eeeeff;
53         color: black;
54 }
55
56 #editform {
57         margin-top: 1px;
58 }
59
60 a.interwiki, a.external {
61         color: #3366BB;
62 }
63
64 a.printable {
65         text-decoration: underline;
66 }
67
68 a.stub {
69         color: #772233;
70         text-decoration: none;
71 }
72
73 a:visited {
74         color: #5A3696;
75 }
76
77 body {
78         margin: 0px;
79         padding: 4px;
80         color: black;
81 }
82
83 form.inline {
84         display: inline;
85 }
86
87 textarea {
88         overflow: auto;
89 }
90
91 h1.pagetitle {
92         padding-top: 0;
93         margin-top: 0;
94         padding-bottom: 0;
95         margin-bottom: 0;
96         font-size: 150%;
97 }
98
99 h1.pagetitle .editsection {
100         font-size: 66.7%;
101 }
102
103 h2 {
104         font-size: 120%;
105 }
106
107 h2 .editsection {
108         font-size: 83.3%;
109 }
110
111 h2, h3, h4, h5, h6 {
112         margin-bottom: 0;
113 }
114
115 h3 {
116         font-size: 106.25%;
117 }
118
119 h3 .editsection {
120         font-size: 94.1%;
121 }
122
123 h4 {
124         font-size: 103.125%;
125 }
126
127 h4 .editsection {
128         font-size: 97.0%;
129 }
130
131 h5 {
132         font-size: 100%;
133 }
134
135 h5 .editsection {
136         font-size: 100%;
137 }
138
139 h6 {
140         font-size: 95%;
141 }
142
143 h6 .editsection {
144         font-size: 105.3%;
145 }
146
147 hr.sep {
148         color: gray;
149         height: 1px;
150         background-color: gray;
151 }
152
153 p.subpages {
154         font-size: small;
155 }
156
157 p.subtitle {
158         padding-top: 0;
159         margin-top: 0;
160 }
161
162 .catlinks {
163         font-size: small;
164         margin-top: 0;
165         text-align:right;
166 }
167
168 td {
169         empty-cells: show;
170 }
171
172 td.bottom {
173         border-top: 1px solid gray;
174 }
175
176 td.top {
177         border-bottom: 1px solid gray;
178 }