Fixed bug that cause ResourceLoader to generate mediaWiki.loader.implement calls...
[mediawiki.git] / skins / common / wikistandard.css
blob62050922869fabb9b6b3074b244cb0d6bedb55d9
1 #article {
2 padding: 4px;
5 #content {
6 margin: 0;
7 padding: 0;
10 #footer {
11 padding: 4px;
12 font-size: 95%;
13 clear: both;
16 #pagestats {
17 font-size: 9pt;
20 #powersearch {
21 background: #DDEEFF;
22 border-style: solid;
23 border-width: 1px;
24 padding: 2px;
27 #quickbar {
28 width: 140px;
29 height: 100%;
30 padding: 4px;
31 visibility: visible;
32 z-index: 99;
33 font-size: 95%;
36 #topbar {
37 padding: 4px;
38 font-size: 95%;
41 /* Table of contents */
42 .toctoggle, .editsection {
43 font-size: smaller;
46 /* ... */
47 #toolbar {
48 padding: 0px;
51 #infobox {
52 background: #eeeeff;
53 color: black;
56 #editform {
57 margin-top: 1px;
60 a.interwiki, a.external {
61 color: #3366BB;
64 a.printable {
65 text-decoration: underline;
68 a.stub {
69 color: #772233;
70 text-decoration: none;
73 a:visited {
74 color: #5A3696;
77 body {
78 margin: 0px;
79 padding: 4px;
80 color: black;
83 form.inline {
84 display: inline;
87 textarea {
88 overflow: auto;
91 h1.pagetitle {
92 padding-top: 0;
93 margin-top: 0;
94 padding-bottom: 0;
95 margin-bottom: 0;
96 font-size: 150%;
99 h1.pagetitle .editsection {
100 font-size: 66.7%;
103 h2 {
104 font-size: 120%;
107 h2 .editsection {
108 font-size: 83.3%;
111 h2, h3, h4, h5, h6 {
112 margin-bottom: 0;
115 h3 {
116 font-size: 106.25%;
119 h3 .editsection {
120 font-size: 94.1%;
123 h4 {
124 font-size: 103.125%;
127 h4 .editsection {
128 font-size: 97.0%;
131 h5 {
132 font-size: 100%;
135 h5 .editsection {
136 font-size: 100%;
139 h6 {
140 font-size: 95%;
143 h6 .editsection {
144 font-size: 105.3%;
147 hr.sep {
148 color: gray;
149 height: 1px;
150 background-color: gray;
153 p.subpages {
154 font-size: small;
157 p.subtitle {
158 padding-top: 0;
159 margin-top: 0;
162 .catlinks {
163 font-size: small;
164 margin-top: 0;
165 text-align:right;
168 td {
169 empty-cells: show;
172 td.bottom {
173 border-top: 1px solid gray;
176 td.top {
177 border-bottom: 1px solid gray;