CologneBlue rewrite: kill pageTitle(), pageSubtitle(), printableLink()
[lhc/web/wiklou.git] / skins / cologneblue / screen.css
1 body {
2 margin: 0;
3 padding: 0;
4 color: black;
5 }
6
7 #specialform {
8 display: inline;
9 }
10
11 #content {
12 top: 0;
13 margin: 0;
14 padding: 0;
15 }
16
17 #mw-data-after-content {
18 font-family: Verdana, Arial, sans-serif;
19 color: black;
20 font-size: 8pt;
21 }
22
23 #powersearch {
24 background: #DDEEFF;
25 border-style: solid;
26 border-width: 1px;
27 padding: 2px;
28 }
29
30 #quickbar {
31 width: 140px;
32 top: 18ex;
33 padding: 2px;
34 visibility: visible;
35 z-index: 99;
36 }
37
38 #article, #article td, #article th, #article p {
39 font-family: Verdana, Arial, sans-serif;
40 font-size: 10pt;
41 color: black;
42 }
43
44 #article p {
45 padding-top: 0;
46 padding-bottom: 0;
47 margin-top: 1ex;
48 margin-bottom: 0;
49 }
50
51 p, pre, .mw-code, td, th, li, dd, dt {
52 line-height: 12pt;
53 }
54
55 textarea {
56 overflow: auto;
57 }
58
59 #footer {
60 margin-right: 2%;
61 margin-top: 1em;
62 padding: 4px;
63 font-family: verdana, arial, sans-serif;
64 font-size: 10pt;
65 text-align: center;
66 }
67
68 #footer form {
69 display: inline;
70 }
71
72 #pagestats {
73 font-family: Verdana, Arial, sans-serif;
74 color: black;
75 font-size: 9pt;
76 }
77
78
79
80 #quickbar {
81 font-family: Verdana, Arial, sans-serif;
82 font-size: 8pt;
83 font-weight: bold;
84 line-height: 9.5pt;
85 text-decoration: none;
86 color: black;
87 padding: 0;
88 margin-top: 0;
89 }
90
91 #quickbar a {
92 color: #446688;
93 }
94
95 #quickbar h6 {
96 font-family: Verdana, Arial, sans-serif;
97 font-size: 10pt;
98 font-weight: bold;
99 line-height: 12pt;
100 text-decoration: none;
101 color: #666666;
102 padding: 0;
103 margin-bottom: 2px;
104 margin-top: 6px;
105 }
106
107 #quickbar form {
108 padding: 0;
109 margin-top: 0;
110 }
111
112 h1 {
113 color: #666666;
114 font-family: Verdana, Arial, sans-serif;
115 font-size: 180%;
116 line-height: 21pt;
117 }
118
119 h1 .editsection {
120 font-size: 55.6%;
121 }
122
123 h1#firstHeading {
124 padding-bottom: 0;
125 margin-bottom: 0;
126 }
127
128 #article p.subtitle, #article p.subpages, #article p.tagline {
129 color: #666666;
130 font-size: 11pt;
131 font-weight: bold;
132 padding-top: 0;
133 margin-top: 0;
134 padding-bottom: 1ex;
135 }
136
137 a {
138 color: #223366;
139 }
140
141 a.external {
142 color: #336644;
143 }
144
145 a:visited {
146 color: #8D0749;
147 }
148
149 a.printable {
150 text-decoration: underline;
151 }
152
153 a.stub, #quickbar a.stub {
154 color: #772233;
155 text-decoration: none;
156 }
157
158 a.new, #quickbar a.new {
159 color: #CC2200;
160 }
161
162 h2, h3, h4, h5, h6 {
163 margin-bottom: 0;
164 }
165
166 small {
167 font-size: 75%;
168 }
169
170 input.mw-searchInput {
171 width: 106px;
172 }
173
174 /* Directionality-specific styles */
175 #quickbar { position: absolute; left: 4px; }
176 #article { margin-left: 148px; margin-right: 4px; }
177 #footer { margin-left: 152px; }
178
179
180 #sitetitle, #sitesub, #syslinks, #linkcollection {
181 margin-top: 0;
182 margin-bottom: 0;
183 }
184
185 #sitetitle, #syslinks {
186 color: white;
187 text-transform: uppercase;
188 height: 32pt;
189 }
190 #sitetitle {
191 padding-left: 8px;
192 font-family: Times, serif;
193 font-weight: normal;
194 font-size: 32pt;
195 line-height: 32pt;
196 background-color: #6688AA;
197 }
198 #sitetitle a, #syslinks a {
199 color: white;
200 text-decoration: none;
201 }
202
203 #syslinks {
204 font-family: Verdana, Arial, sans-serif;
205 position: absolute;
206 top: 0;
207 right: 8px;
208 width: 100%;
209 font-size: 8pt;
210 }
211 #syslinks a {
212 font-size: 10pt;
213 }
214 #syslinks span {
215 position: absolute;
216 right: 0;
217 bottom: 0;
218 width: 100%;
219 text-align: right;
220 }
221
222 #sitesub {
223 float: left;
224 margin-left: 8px;
225 font-family: Verdana, Arial, sans-serif;
226 font-size: 9pt;
227 font-weight: bold;
228 color: black;
229 }
230
231 #linkcollection {
232 margin-top: 0.5em;
233 font-size: small;
234 margin-right: 8px;
235 text-align: right;
236 }
237 /* Override text justification (user preference), see bug 31990 */
238 #linkcollection * {
239 text-align: right;
240 }