Merge "(Bug 38439) Attempt on fixing the suicidal LangObjCache"
[mediawiki.git] / skins / standard / main.css
bloba4b03a872990e0a71670d508c5a56e566ab030fb
1 /**
2 * This style sheet is used by the classic (aka standard) skin
3 */
5 #article {
6 padding: 4px;
9 #content {
10 margin: 0;
11 padding: 0;
14 #footer {
15 padding: 4px;
16 font-size: 95%;
17 clear: both;
20 #pagestats {
21 font-size: 9pt;
24 #powersearch {
25 background: #DDEEFF;
26 border-style: solid;
27 border-width: 1px;
28 padding: 2px;
31 #quickbar {
32 width: 140px;
33 height: 100%;
34 padding: 4px;
35 visibility: visible;
36 z-index: 99;
37 font-size: 95%;
40 #topbar {
41 padding: 4px;
42 font-size: 95%;
45 /* Table of contents */
46 .toctoggle,
47 .editsection {
48 font-size: smaller;
51 /* ... */
52 #toolbar {
53 padding: 0;
56 #infobox {
57 background: #eeeeff;
58 color: black;
61 #editform {
62 margin-top: 1px;
65 a.interwiki,
66 a.external {
67 color: #3366BB;
70 a.printable {
71 text-decoration: underline;
74 a.new {
75 color: #ba0000;
78 a.stub {
79 color: #772233;
80 text-decoration: none;
83 a:visited {
84 color: #5A3696;
87 body {
88 margin: 0;
89 padding: 4px;
90 color: black;
93 form.inline {
94 display: inline;
97 textarea {
98 overflow: auto;
101 h1.pagetitle {
102 padding-top: 0;
103 margin-top: 0;
104 padding-bottom: 0;
105 margin-bottom: 0;
106 font-size: 150%;
109 h1.pagetitle .editsection {
110 font-size: 66.7%;
113 h2 {
114 font-size: 120%;
117 h2 .editsection {
118 font-size: 83.3%;
121 h2, h3, h4, h5, h6 {
122 margin-bottom: 0;
125 h3 {
126 font-size: 106.25%;
129 h3 .editsection {
130 font-size: 94.1%;
133 h4 {
134 font-size: 103.125%;
137 h4 .editsection {
138 font-size: 97.0%;
141 h5 {
142 font-size: 100%;
145 h5 .editsection {
146 font-size: 100%;
149 h6 {
150 font-size: 95%;
153 h6 .editsection {
154 font-size: 105.3%;
157 hr.sep {
158 color: gray;
159 height: 1px;
160 background-color: gray;
163 p.subpages {
164 font-size: small;
167 p.subtitle {
168 padding-top: 0;
169 margin-top: 0;
172 .catlinks {
173 font-size: small;
174 margin-top: 0;
175 text-align:right;
178 td {
179 empty-cells: show;
182 td.bottom {
183 border-top: 1px solid gray;
186 td.top {
187 border-bottom: 1px solid gray;