c7b6eac18a4e4827da21245e0368e934ae0f1bb7
[lhc/web/wiklou.git] / skins / common / cologneblue.css
1 body {
2 margin: 0px;
3 padding: 0px;
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 #topbar {
24 padding: 0px;
25 }
26
27 #powersearch {
28 background: #DDEEFF;
29 border-style: solid;
30 border-width: 1px;
31 padding: 2px;
32 }
33
34 #quickbar {
35 width: 140px;
36 top: 18ex;
37 padding: 2px;
38 visibility: visible;
39 z-index: 99;
40 }
41
42 #article, #article td, #article th, #article p {
43 font-family: Verdana, Arial, sans-serif;
44 font-size: 10pt;
45 color: black;
46 }
47
48 #article p {
49 padding-top: 0;
50 padding-bottom: 0;
51 margin-top: 1ex;
52 margin-bottom: 0;
53 }
54
55 p, pre, td, th, li, dd, dt {
56 line-height: 12pt;
57 }
58
59 textarea {
60 overflow: auto;
61 }
62
63 #footer {
64 padding: 4px;
65 }
66
67 #footer form {
68 display: inline;
69 }
70
71 #sitetitle {
72 font-family: Times, serif;
73 color: white;
74 font-weight: normal;
75 font-size: 32pt;
76 line-height: 32pt;
77 }
78
79 td.top {
80 background-color: #6688AA;
81 color: white;
82 margin-top: 4px;
83 margin-bottom: 4px;
84 padding-top: 0;
85 padding-bottom: 0;
86 text-transform: uppercase;
87 font-family: Verdana, Arial, sans-serif;
88 font-size: 8pt;
89 }
90
91 td.top a {
92 font-family: Verdana, Arial, sans-serif;
93 background-color: #6688AA;
94 color: white;
95 text-decoration: none;
96 font-size: 10pt;
97 }
98
99 td.bottom {
100 font-family: Verdana, Arial, sans-serif;
101 font-size: 10pt;
102 padding: 0;
103 }
104
105 #pagestats {
106 font-family: Verdana, Arial, sans-serif;
107 color: black;
108 font-size: 9pt;
109 }
110
111 #sitesub {
112 font-family: Verdana, Arial, sans-serif;
113 font-size: 9pt; font-weight: bold;
114 color: black;
115 padding-top: 0;
116 }
117
118 #quickbar {
119 font-family: Verdana, Arial, sans-serif;
120 font-size: 8pt;
121 font-weight: bold;
122 line-height: 9.5pt;
123 text-decoration: none;
124 color: black;
125 padding: 0;
126 margin-top: 0;
127 }
128
129 #quickbar a {
130 color: #446688;
131 }
132
133 #quickbar h6 {
134 font-family: Verdana, Arial, sans-serif;
135 font-size: 10pt;
136 font-weight: bold;
137 line-height: 12pt;
138 text-decoration: none;
139 color: #666666;
140 padding: 0;
141 margin-bottom: 2px;
142 margin-top: 6px;
143 }
144
145 #quickbar form {
146 padding: 0;
147 margin-top: 0;
148 }
149
150 h1 {
151 color: #666666;
152 font-family: Verdana, Arial, sans-serif;
153 font-size: 180%;
154 line-height: 21pt;
155 }
156
157 h1 .editsection {
158 font-size: 55.6%;
159 }
160
161 h1.pagetitle {
162 padding-bottom: 0;
163 margin-bottom: 0;
164 }
165
166 #article p.subtitle {
167 color: #666666;
168 font-size: 11pt;
169 font-weight: bold;
170 padding-top: 0;
171 margin-top: 0;
172 padding-bottom: 1ex;
173 }
174
175 a {
176 color: #223366;
177 }
178
179 a.external {
180 color: #336644;
181 }
182
183 a:visited {
184 color: #8D0749;
185 }
186
187 a.printable {
188 text-decoration: underline;
189 }
190
191 a.stub, #quickbar a.stub {
192 color: #772233;
193 text-decoration: none;
194 }
195
196 a.new, #quickbar a.new {
197 color: #CC2200;
198 }
199
200 h2, h3, h4, h5, h6 {
201 margin-bottom: 0;
202 }
203
204 small {
205 font-size: 75%;
206 }
207
208 input.mw-searchInput {
209 width: 106px;
210 }