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