We have no wfRunHooks() anymore
[BeagleSkin.git] / main.css
blobb3b92fa81c97468b96f3f071216f547bd3920175
1 body {
2 color: #444;
3 background: #fff url(title_bg.png) 0 -80px repeat-x;
4 position: relative;
5 margin: 40px;
6 font-family: trebuchet ms,luxi sans,sans-serif;
7 font-size: 96%;
8 text-align: center;
10 h1 img, h2 img, h3 img, h4 img
12 margin-right: 6px;
13 vertical-align: middle;
15 h1, h2, h3, h4, h5 {
16 color: #222;
17 clear: both;
19 #content-body > h2 {
20 margin-top: 3em;
22 #content-body > h2:first-child {
23 margin-top: 0;
25 a {
26 text-decoration: none;
28 a:link {
29 color: #66e;
31 a:visited {
32 color: #a6a;
34 a:active {
35 color: #fff !important;
36 background-color: #f50;
38 a:hover {
39 color: #f50;
40 text-decoration: underline;
42 a img {
43 border: 0;
44 vertical-align: middle;
46 div.floatright, div.tright, table.floatright {
47 clear: right;
48 float: right;
49 position: relative;
50 margin: 0 1em 0.5em 0;
51 border: 0
53 div.floatleft, div.tleft, table.floatleft {
54 float: left;
55 position: relative;
56 margin: 0 1em 0.5em 0;
57 border: 0
59 .img-inset {
60 float:left;
61 padding: 0 1em 0.5em 0;
63 .img-alone {
64 display: block;
65 margin: 0.75em auto;
66 text-align: center;
67 border: 2px solid transparent;
69 .img-leader {
70 float: left;
71 margin-right: 12px;
73 a:hover > .img-alone {
74 border: 2px solid #f50;
76 .clear {
77 border: 0;
78 clear: both;
80 hr.dotted {
81 border-bottom: 1px dotted #ccc;
83 .spacing {
84 margin: 1em auto;
86 .spacing-2 {
87 margin: 2em auto;
89 #header {
90 width: 255px;
91 position: relative;
92 margin: 0 auto;
94 #header h1 {
95 text-indent: -200em;
96 width: 255px;
97 height: 130px;
98 margin: 0;
101 .nav-bottom {
102 list-style: none;
103 font-size: 0.8em;
105 .nav-bottom li {
106 display: inline;
107 margin: 0;
108 padding: 7px;
111 #article-info {
112 font-size: 0.6em;
115 #nav-top, #nav-bottom {
116 clear: both;
117 text-align: center;
118 list-style-type: none;
120 #nav-top li, #nav-bottom li {
121 margin: 0;
122 display: inline;
124 #nav-top li a, #nav-bottom li a {
125 padding: 8px 12px;
126 text-decoration: none;
127 border-left: 1px dotted #ccc;
129 #nav-top li:first-child a, #nav-bottom li:first-child a {
130 border: 0;
132 #nav-top {
133 margin: 0;
134 padding: 0.5em;
135 border: 1px solid #ccc;
136 background-color: #f6f6f6;
137 -moz-border-radius: 2.5px;
139 #content {
140 text-align: left;
141 margin: 0 auto;
142 width: 760px;
143 line-height: 1.7em;
145 .with-sidebar #content {
146 background: transparent url(divider-vert.png) 540px 0 repeat-y;
148 .with-sidebar #content-body {
149 width: 510px;
150 float: left;
151 padding-right: 50px;
153 #sidebar {
154 float: left;
155 width: 200px;
156 font-size: small;
158 #sidebar h2 {
159 font-size: small;
160 margin: 1.5em 0 0.5em 0;
162 #sidebar h2:first-child {
163 margin-top: 0;
165 #sidebar ul {
166 margin: 0;
167 padding: 0;
168 padding-left: 20px;
169 line-height: 1.25em;
171 #sidebar ul > li {
172 margin: 0;
174 .summary {
175 font-weight: bold;
177 .split-half {
178 vertical-align: top;
179 width: 46%;
180 float: left;
181 padding: 1em 2% 1em;
183 .split-third {
184 vertical-align: top;
185 width: 29.333%;
186 float: left;
187 padding: 1em 2% 1em;
189 .split-tosize {
190 vertical-align: top;
191 float: left;
192 padding: 1em 2% 1em;
194 .split-half:first-child {
195 padding-top: 0;
197 .thumbcaption {
198 text-align: center;
200 ul#supported-items {
201 margin: 0 0 0 1em;
202 padding: 0;
203 list-style: none;
204 line-height: normal;
206 ul#supported-items > li {
207 float: left;
208 font-weight: bold;
209 width: 50%;
210 font-size: small;
211 margin-bottom: 1em;
213 ul#supported-items > li > img {
214 vertical-align: middle;
215 position: relative;
216 bottom: 2px;
218 ul#supported-items > li > ul {
219 margin: 0;
220 padding: 0 0 0 1em;
222 ul#supported-items > li > ul > li {
223 font-weight: normal;
224 float: left;
225 list-style: none;
226 padding-left: 6pt;
227 color: #999;
228 font-size: smaller;
230 span.nowrap {
231 white-space: nowrap;
233 ul > li {
234 margin-left: 2em;
236 .img-box {
237 text-align: center;
239 .img-box strong {
241 .urlexpansion, .printfooter, #toc {
242 display: none;
244 div.editsection {
245 margin-bottom: -5em;
246 font-size: 0.8em;
248 textarea {
249 width: 100%;
251 pre {
252 font-size: 1.2em;
254 .mw-indicators {
255 float: left;
256 margin-right: 2em;