1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461
|
/**
* oldshared.css
* This file contains CSS settings common to Wikistandard, Nostalgia and
* CologneBlue, the old pre-Monobook skins
*/
/* For clarity, explicitly state some recommendations from
* http://www.w3.org/TR/CSS21/sample.html to make sure the editsection links scale right
*/
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }
h1, h2, h3, h4, h5, h6 {
font-weight: bolder;
}
/* Now the custom parts */
/* Make edit sections (which are inside h# tags) normal-sized */
.editsection {
font-weight: normal;
}
h1 .editsection { font-size: 50%; }
h2 .editsection { font-size: 66.7%; }
h3 .editsection { font-size: 85.5%; }
h5 .editsection { font-size: 120%; }
h6 .editsection { font-size: 133%; }
#footer { clear: both }
/* images */
/* @noflip */
div.floatright {
float: right;
clear: right;
margin: 0 0 1em 1em;
}
/* @noflip */
div.floatright p {
font-style: italic;
}
/* @noflip */
div.floatleft {
float: left;
clear: left;
margin: 0.3em 0.5em 0.5em 0;
}
/* @noflip */
div.floatleft p {
font-style: italic;
}
/* table standards */
table.rimage {
float: right;
margin-left: 1em;
margin-bottom: 1em;
text-align: center;
font-size: smaller;
}
/* thumbnails */
div.thumb {
margin-bottom: .5em;
border-style: solid;
border-color: white;
width: auto;
}
div.thumbinner {
border: 1px solid #ccc;
padding: 3px !important;
background-color: #f9f9f9;
font-size: 94%;
text-align: center;
overflow: hidden;
}
html .thumbimage {
border: 1px solid #ccc;
}
html .thumbcaption {
border: none;
text-align: left;
line-height: 1.4em;
padding: 3px !important;
font-size: 94%;
}
div.magnify {
float: right;
border: none !important;
background: none !important;
}
div.magnify a,
div.magnify img {
display: block;
border: none !important;
background: none !important;
}
/* @noflip */
div.tright {
clear: right;
float: right;
border-width: .5em 0 .8em 1.4em;
}
/* @noflip */
div.tleft {
float: left;
clear: left;
margin-right: .5em;
border-width: .5em 1.4em .8em 0;
}
img.thumbborder {
border: 1px solid #dddddd;
}
/* Page history styling */
/* the auto-generated edit comments */
.autocomment { color: #4b4b4b; }
img { border: none; }
#toc,
.toc {
border: 1px solid #bba;
background-color: #f7f8ff;
padding: 5px;
font-size: 95%;
text-align: center;
}
#toc h2,
.toc h2 {
display: inline;
border: none;
padding: 0;
font-size: 100%;
font-weight: bold;
}
#toc ul,
.toc ul {
list-style-type: none;
list-style-image: none;
padding: 0;
text-align: left;
}
#toc ul ul,
.toc ul ul {
margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
font-size: 94%;
}
.error {
color: red;
font-size: larger;
}
/* preference page with js-genrated toc */
#mw-pref-clear {
clear: both;
}
#preftoc {
float: left;
margin: 1em 1em 1em 1em;
width: 13em;
}
#preftoc li {
border: 1px solid White;
}
#preftoc li.selected {
background-color:#f9f9f9;
border:1px dashed #aaaaaa;
}
#preftoc a,
#preftoc a:active {
display: block;
color: #005189;
}
.mw-prefs-buttons {
clear: left;
float: left;
margin-top: 1em;
}
div.htmlform-tip {
font-size: 94%;
margin-top: 0.4em;
color: #666;
}
fieldset.prefsection {
margin-top: 1em;
}
fieldset.operaprefsection {
margin-left: 15em;
}
/* emulate center */
.center {
width: 100%;
text-align: center;
}
*.center * {
margin-left: auto;
margin-right: auto;
}
/* small for tables and similar */
.small {
font-size: 94%;
}
table.small {
font-size: 100%;
}
/* use this instead of #toc for page content */
.toccolours {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
}
#siteNotice {
border: 1px solid #aaaaaa;
padding-left: 0.5em;
padding-right: 0.5em;
}
.redirectText {
font-size: 150%;
margin: 5px;
}
.sharedUploadNotice {
font-style: italic;
}
span.unpatrolled {
font-weight: bold;
color: red;
}
span.updatedmarker {
color: black;
background-color: #00FF00;
}
div.gallerybox {
width: 150px;
}
span.comment {
font-style: italic;
}
span.changedby {
font-size: 95%;
}
.previewnote {
text-align: center;
color: #cc0000;
}
.editExternally {
border-style: solid;
border-width: 1px;
border-color: gray;
background: #ffffff;
padding: 3px;
margin-top: 0.5em;
float: left;
font-size: small;
text-align: center;
}
.editExternallyHelp {
font-style: italic;
color: gray;
}
li span.deleted {
text-decoration: line-through;
color: #888;
font-style: italic;
}
/* Classes for EXIF data display */
table.mw_metadata {
margin-left: 0.5em;
}
table.mw_metadata caption {
font-weight: bold;
}
table.mw_metadata th {
font-weight: normal;
}
table.mw_metadata td {
padding: 0.1em;
}
table.mw_metadata {
border: none;
border-collapse: collapse;
}
table.mw_metadata td,
table.mw_metadata th {
border: 1px solid #aaaaaa;
padding-left: 4px;
padding-right: 4px;
}
table.mw_metadata th {
background-color: #f9f9f9;
}
table.mw_metadata td {
background-color: #fcfcfc;
}
table.mw_metadata td.spacer {
background: inherit;
border-top: none;
border-bottom: none;
}
table.collapsed tr.collapsable {
display: none;
}
.visualClear {
clear: both;
}
/* Allmessages table */
#allmessagestable th {
background-color: #b2b2ff;
}
#allmessagestable tr.orig {
background-color: #ffe2e2;
}
#allmessagestable tr.new {
background-color: #e2ffe2;
}
#allmessagestable tr.def {
background-color: #f0f0ff;
}
#jump-to-nav {
display: none;
}
div.multipageimagenavbox {
border: solid 1px silver;
padding: 4px;
margin: 1em;
background: #f0f0f0;
}
div.multipageimagenavbox div.thumb {
border: none;
margin-left: 2em;
margin-right: 2em;
}
div.multipageimagenavbox hr {
margin: 6px;
}
table.multipageimage td {
text-align: center;
}
/*
Table pager (e.g. Special:Imagelist)
- remove underlines from the navigation link
- collapse borders
- set the borders to outsets (similar to Special:Allmessages)
- remove line wrapping for all td and th, set background color
- restore line wrapping for the last two table cells (description and size)
*/
.TablePager_nav a {
text-decoration: none;
}
.TablePager {
border-collapse: collapse;
}
.TablePager,
.TablePager td,
.TablePager th {
border: 0.15em solid #777777;
padding: 0 0.15em 0 0.15em;
}
.TablePager th {
background-color: #eeeeff;
}
.TablePager td {
background-color: #ffffff;
}
.TablePager tr:hover td {
background-color: #eeeeff;
}
.imagelist td,
.imagelist th {
white-space: nowrap;
}
.imagelist .TablePager_col_links {
background-color: #eeeeff;
}
.imagelist .TablePager_col_img_description {
white-space: normal;
}
.imagelist th.TablePager_sort {
background-color: #ccccff;
}
.templatesUsed {
margin-top: 1em;
}
.MediaTransformError {
border: thin solid #777;
background-color: #ccc;
padding: 0.1em;
}
.MediaTransformError td {
text-align: center;
vertical-align: middle;
font-size: 90%;
}
form#specialpages {
display: inline;
}
body {
direction: ltr;
unicode-bidi: embed;
background-color: #ffffec;
}
body.ns-0 {
background-color: white;
}
/** RTL specific CSS starts here **/
/**
* Lists:
* The following lines don't have a visible effect on non-Gecko browsers
* They fix a problem with Gecko browsers rendering lists to the right of
* left-floated objects in an RTL layout.
*/
/* @noflip */
html > body.rtl div#article ul {
display: table;
}
/* @noflip */
html > body.rtl div#bodyContent ul#filetoc {
display: block;
}
/* RTL specific CSS ends here **/
|