Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | background-image: url(images/page-base.png?1); |
30 | 30 | } |
31 | 31 | /* Content */ |
32 | | -#content { |
| 32 | +div#content { |
33 | 33 | margin-left: 10em; |
34 | 34 | padding: 1em; |
35 | 35 | background-image: url(images/border.png?1); |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | background-position: bottom left; |
47 | 47 | background-repeat: repeat-x; |
48 | 48 | } |
49 | | -#head-base { |
| 49 | +div#head-base { |
50 | 50 | margin-top: -5em; |
51 | 51 | margin-left: 10em; |
52 | 52 | height: 5em; |
— | — | @@ -53,13 +53,13 @@ |
54 | 54 | background-position: bottom left; |
55 | 55 | background-repeat: repeat-x; |
56 | 56 | } |
57 | | -#head { |
| 57 | +div#head { |
58 | 58 | position: absolute; |
59 | 59 | top: 0; |
60 | 60 | right: 0; |
61 | 61 | width: 100%; |
62 | 62 | } |
63 | | -#head h5 { |
| 63 | +div#head h5 { |
64 | 64 | margin: 0; |
65 | 65 | padding: 0; |
66 | 66 | } |
— | — | @@ -214,20 +214,20 @@ |
215 | 215 | } |
216 | 216 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
217 | 217 | /* @noflip */ |
218 | | - #head div.vectorMenu h5 { |
| 218 | + div#head div.vectorMenu h5 { |
219 | 219 | float: left; |
220 | 220 | background-image: url(images/tab-break.png?1); |
221 | 221 | background-repeat: no-repeat; |
222 | 222 | } |
223 | 223 | /* IGNORED BY IE6 */ |
224 | | - #head div.vectorMenu > h5 { |
| 224 | + div#head div.vectorMenu > h5 { |
225 | 225 | background-image: none; |
226 | 226 | } |
227 | | - #head div.vectorMenu h5 { |
| 227 | + div#head div.vectorMenu h5 { |
228 | 228 | background-position: bottom left; |
229 | 229 | margin-left: -1px; |
230 | 230 | } |
231 | | - #head div.vectorMenu h4 { |
| 231 | + div#head div.vectorMenu h4 { |
232 | 232 | display: inline-block; |
233 | 233 | float: left; |
234 | 234 | font-size: 0.8em; |
— | — | @@ -345,7 +345,7 @@ |
346 | 346 | margin: 0; |
347 | 347 | margin-top: 0.4em; |
348 | 348 | } |
349 | | - #simpleSearch { |
| 349 | + input#simpleSearch { |
350 | 350 | margin-top: 0.5em; |
351 | 351 | position: relative; |
352 | 352 | border: solid 1px #AAAAAA; |
— | — | @@ -354,11 +354,11 @@ |
355 | 355 | background-position: top left; |
356 | 356 | background-repeat: repeat-x; |
357 | 357 | } |
358 | | - #simpleSearch label { |
| 358 | + input#simpleSearch label { |
359 | 359 | font-size: 0.8em; |
360 | 360 | top: 0.25em; |
361 | 361 | } |
362 | | - #simpleSearch input#searchInput { |
| 362 | + input#simpleSearch input#searchInput { |
363 | 363 | margin: 0; |
364 | 364 | border-width: 0; |
365 | 365 | padding: 0.25em; |
— | — | @@ -368,7 +368,7 @@ |
369 | 369 | background-color: transparent; |
370 | 370 | } |
371 | 371 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
372 | | - #simpleSearch button#searchButton { |
| 372 | + input#simpleSearch button#searchButton { |
373 | 373 | margin: 0; |
374 | 374 | padding: 0; |
375 | 375 | width: 1.75em; |
— | — | @@ -381,21 +381,21 @@ |
382 | 382 | background-repeat: no-repeat; |
383 | 383 | } |
384 | 384 | /* IGNORED BY IE6 */ |
385 | | - #simpleSearch > button#searchButton { |
| 385 | + input#simpleSearch > button#searchButton { |
386 | 386 | height: 100%; |
387 | 387 | } |
388 | 388 | /* Panel */ |
389 | | -#panel { |
| 389 | +div#panel { |
390 | 390 | position: absolute; |
391 | 391 | top: 160px; |
392 | 392 | padding-top: 1em; |
393 | 393 | width: 10em; |
394 | 394 | left: 0; |
395 | 395 | } |
396 | | - #panel div.portal { |
| 396 | + div#panel div.portal { |
397 | 397 | padding-bottom: 1.5em; |
398 | 398 | } |
399 | | - #panel div.portal h5 { |
| 399 | + div#panel div.portal h5 { |
400 | 400 | font-weight: normal; |
401 | 401 | color: #444444; |
402 | 402 | padding: 0.25em; |
— | — | @@ -405,7 +405,7 @@ |
406 | 406 | border: none; |
407 | 407 | font-size: 0.75em; |
408 | 408 | } |
409 | | - #panel div.portal div.body { |
| 409 | + div#panel div.portal div.body { |
410 | 410 | margin: 0; |
411 | 411 | padding-top: 0.5em; |
412 | 412 | margin-left: 1.25em; |
— | — | @@ -413,14 +413,14 @@ |
414 | 414 | background-repeat: no-repeat; |
415 | 415 | background-position: top left; |
416 | 416 | } |
417 | | - #panel div.portal div.body ul { |
| 417 | + div#panel div.portal div.body ul { |
418 | 418 | list-style: none; |
419 | 419 | list-style-image: none; |
420 | 420 | list-style-type: none; |
421 | 421 | padding: 0; |
422 | 422 | margin: 0; |
423 | 423 | } |
424 | | - #panel div.portal div.body ul li { |
| 424 | + div#panel div.portal div.body ul li { |
425 | 425 | line-height: 1.125em; |
426 | 426 | padding: 0; |
427 | 427 | padding-bottom: 0.5em; |
— | — | @@ -428,14 +428,14 @@ |
429 | 429 | overflow: hidden; |
430 | 430 | font-size: 0.75em; |
431 | 431 | } |
432 | | - #panel div.portal div.body ul li a { |
| 432 | + div#panel div.portal div.body ul li a { |
433 | 433 | color: #0645ad; |
434 | 434 | } |
435 | | - #panel div.portal div.body ul li a:visited { |
| 435 | + div#panel div.portal div.body ul li a:visited { |
436 | 436 | color: #0b0080; |
437 | 437 | } |
438 | 438 | /* Footer */ |
439 | | -#footer { |
| 439 | +div#footer { |
440 | 440 | margin-left: 10em; |
441 | 441 | margin-top: 0; |
442 | 442 | padding: 0.75em; |
— | — | @@ -443,14 +443,14 @@ |
444 | 444 | background-position: top left; |
445 | 445 | background-repeat: repeat-x; |
446 | 446 | } |
447 | | -#footer ul { |
| 447 | +div#footer ul { |
448 | 448 | list-style: none; |
449 | 449 | list-style-image: none; |
450 | 450 | list-style-type: none; |
451 | 451 | margin: 0; |
452 | 452 | padding: 0; |
453 | 453 | } |
454 | | -#footer ul li { |
| 454 | +div#footer ul li { |
455 | 455 | margin: 0; |
456 | 456 | padding: 0; |
457 | 457 | padding-top: 0.5em; |
— | — | @@ -458,22 +458,22 @@ |
459 | 459 | color: #333333; |
460 | 460 | font-size: 0.7em; |
461 | 461 | } |
462 | | -#footer #footer-icons { |
| 462 | +div#footer div#footer-icons { |
463 | 463 | float: right; |
464 | 464 | } |
465 | 465 | /* @noflip */ |
466 | | -body.ltr #footer #footer-places { |
| 466 | +body.ltr div#footer div#footer-places { |
467 | 467 | float: left; |
468 | 468 | } |
469 | | -#footer #footer-info li { |
| 469 | +div#footer div#footer-info li { |
470 | 470 | line-height: 1.4em; |
471 | 471 | } |
472 | | -#footer #footer-icons li { |
| 472 | +div#footer div#footer-icons li { |
473 | 473 | float: left; |
474 | 474 | margin-left: 0.5em; |
475 | 475 | line-height: 2em; |
476 | 476 | } |
477 | | -#footer #footer-places li { |
| 477 | +div#footer div#footer-places li { |
478 | 478 | float: left; |
479 | 479 | margin-right: 1em; |
480 | 480 | line-height: 2em; |
— | — | @@ -614,7 +614,7 @@ |
615 | 615 | * The following code is slightly modified from monobook |
616 | 616 | * |
617 | 617 | */ |
618 | | -#content { |
| 618 | +div#content { |
619 | 619 | line-height: 1.5em; |
620 | 620 | } |
621 | 621 | #bodyContent { |
— | — | @@ -949,7 +949,7 @@ |
950 | 950 | #jump-to-nav { |
951 | 951 | display: none; |
952 | 952 | } |
953 | | -#contentSub, #contentSub2 { |
| 953 | +div#contentSub, div#contentSub2 { |
954 | 954 | font-size: 84%; |
955 | 955 | line-height: 1.2em; |
956 | 956 | margin: 0 0 1.4em 1em; |
— | — | @@ -991,72 +991,72 @@ |
992 | 992 | font-size: 1.6em; |
993 | 993 | padding-bottom: 0; |
994 | 994 | } |
995 | | -#content a.external, |
996 | | -#content a[href ^="gopher://"] { |
| 995 | +div#content a.external, |
| 996 | +div#content a[href ^="gopher://"] { |
997 | 997 | background: url(images/external-link-ltr-icon.png?2) center right no-repeat; |
998 | 998 | padding: 0 13px 0 0; |
999 | 999 | } |
1000 | | -#content a[href ^="https://"], |
| 1000 | +div#content a[href ^="https://"], |
1001 | 1001 | .link-https { |
1002 | 1002 | background: url(images/lock-icon.png?2) center right no-repeat; |
1003 | 1003 | padding: 0 13px 0 0; |
1004 | 1004 | } |
1005 | | -#content a[href ^="mailto:"], |
| 1005 | +div#content a[href ^="mailto:"], |
1006 | 1006 | .link-mailto { |
1007 | 1007 | background: url(images/mail-icon.png?2) center right no-repeat; |
1008 | 1008 | padding: 0 13px 0 0; |
1009 | 1009 | } |
1010 | | -#content a[href ^="news://"] { |
| 1010 | +div#content a[href ^="news://"] { |
1011 | 1011 | background: url(images/news-icon.png?2) center right no-repeat; |
1012 | 1012 | padding: 0 13px 0 0; |
1013 | 1013 | } |
1014 | | -#content a[href ^="ftp://"], |
| 1014 | +div#content a[href ^="ftp://"], |
1015 | 1015 | .link-ftp { |
1016 | 1016 | background: url(images/file-icon.png?2) center right no-repeat; |
1017 | 1017 | padding: 0 13px 0 0; |
1018 | 1018 | } |
1019 | | -#content a[href ^="irc://"], |
1020 | | -#content a.extiw[href ^="irc://"], |
| 1019 | +div#content a[href ^="irc://"], |
| 1020 | +div#content a.extiw[href ^="irc://"], |
1021 | 1021 | .link-irc { |
1022 | 1022 | background: url(images/talk-icon.png?2) center right no-repeat; |
1023 | 1023 | padding: 0 13px 0 0; |
1024 | 1024 | } |
1025 | | -#content a.external[href $=".ogg"], #content a.external[href $=".OGG"], |
1026 | | -#content a.external[href $=".mid"], #content a.external[href $=".MID"], |
1027 | | -#content a.external[href $=".midi"], #content a.external[href $=".MIDI"], |
1028 | | -#content a.external[href $=".mp3"], #content a.external[href $=".MP3"], |
1029 | | -#content a.external[href $=".wav"], #content a.external[href $=".WAV"], |
1030 | | -#content a.external[href $=".wma"], #content a.external[href $=".WMA"], |
| 1025 | +div#content a.external[href $=".ogg"], div#content a.external[href $=".OGG"], |
| 1026 | +div#content a.external[href $=".mid"], div#content a.external[href $=".MID"], |
| 1027 | +div#content a.external[href $=".midi"], div#content a.external[href $=".MIDI"], |
| 1028 | +div#content a.external[href $=".mp3"], div#content a.external[href $=".MP3"], |
| 1029 | +div#content a.external[href $=".wav"], div#content a.external[href $=".WAV"], |
| 1030 | +div#content a.external[href $=".wma"], div#content a.external[href $=".WMA"], |
1031 | 1031 | .link-audio { |
1032 | 1032 | background: url("images/audio-icon.png?2") center right no-repeat; |
1033 | 1033 | padding: 0 13px 0 0; |
1034 | 1034 | } |
1035 | | -#content a.external[href $=".ogm"], #content a.external[href $=".OGM"], |
1036 | | -#content a.external[href $=".avi"], #content a.external[href $=".AVI"], |
1037 | | -#content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"], |
1038 | | -#content a.external[href $=".mpg"], #content a.external[href $=".MPG"], |
| 1035 | +div#content a.external[href $=".ogm"], div#content a.external[href $=".OGM"], |
| 1036 | +div#content a.external[href $=".avi"], div#content a.external[href $=".AVI"], |
| 1037 | +div#content a.external[href $=".mpeg"], div#content a.external[href $=".MPEG"], |
| 1038 | +div#content a.external[href $=".mpg"], div#content a.external[href $=".MPG"], |
1039 | 1039 | .link-video { |
1040 | 1040 | background: url("images/video-icon.png?2") center right no-repeat; |
1041 | 1041 | padding: 0 13px 0 0; |
1042 | 1042 | } |
1043 | | -#content a.external[href $=".pdf"], #content a.external[href $=".PDF"], |
1044 | | -#content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"], |
1045 | | -#content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"], |
| 1043 | +div#content a.external[href $=".pdf"], div#content a.external[href $=".PDF"], |
| 1044 | +div#content a.external[href *=".pdf#"], div#content a.external[href *=".PDF#"], |
| 1045 | +div#content a.external[href *=".pdf?"], div#content a.external[href *=".PDF?"], |
1046 | 1046 | .link-document { |
1047 | 1047 | background: url("images/document-icon.png?2") center right no-repeat; |
1048 | 1048 | padding: 0 13px 0 0; |
1049 | 1049 | } |
1050 | 1050 | /* Interwiki Styling (Disabled) */ |
1051 | | -#content a.extiw, |
1052 | | -#content a.extiw:active { |
| 1051 | +div#content a.extiw, |
| 1052 | +div#content a.extiw:active { |
1053 | 1053 | color: #36b; |
1054 | 1054 | background: none; |
1055 | 1055 | padding: 0; |
1056 | 1056 | } |
1057 | | -#content a.external { |
| 1057 | +div#content a.external { |
1058 | 1058 | color: #36b; |
1059 | 1059 | } |
1060 | | -#content .printfooter { |
| 1060 | +div#content .printfooter { |
1061 | 1061 | display: none; |
1062 | 1062 | } |
1063 | 1063 | /* Icon for Usernames */ |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | background-image: url(images/page-base.png?1); |
30 | 30 | } |
31 | 31 | /* Content */ |
32 | | -#content { |
| 32 | +div#content { |
33 | 33 | margin-right: 10em; |
34 | 34 | padding: 1em; |
35 | 35 | background-image: url(images/border.png?1); |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | background-position: bottom right; |
47 | 47 | background-repeat: repeat-x; |
48 | 48 | } |
49 | | -#head-base { |
| 49 | +div#head-base { |
50 | 50 | margin-top: -5em; |
51 | 51 | margin-right: 10em; |
52 | 52 | height: 5em; |
— | — | @@ -53,13 +53,13 @@ |
54 | 54 | background-position: bottom right; |
55 | 55 | background-repeat: repeat-x; |
56 | 56 | } |
57 | | -#head { |
| 57 | +div#head { |
58 | 58 | position: absolute; |
59 | 59 | top: 0; |
60 | 60 | left: 0; |
61 | 61 | width: 100%; |
62 | 62 | } |
63 | | -#head h5 { |
| 63 | +div#head h5 { |
64 | 64 | margin: 0; |
65 | 65 | padding: 0; |
66 | 66 | } |
— | — | @@ -214,20 +214,20 @@ |
215 | 215 | } |
216 | 216 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
217 | 217 | /* @noflip */ |
218 | | - #head div.vectorMenu h5 { |
| 218 | + div#head div.vectorMenu h5 { |
219 | 219 | float: left; |
220 | 220 | background-image: url(images/tab-break.png?1); |
221 | 221 | background-repeat: no-repeat; |
222 | 222 | } |
223 | 223 | /* IGNORED BY IE6 */ |
224 | | - #head div.vectorMenu > h5 { |
| 224 | + div#head div.vectorMenu > h5 { |
225 | 225 | background-image: none; |
226 | 226 | } |
227 | | - #head div.vectorMenu h5 { |
| 227 | + div#head div.vectorMenu h5 { |
228 | 228 | background-position: bottom right; |
229 | 229 | margin-right: -1px; |
230 | 230 | } |
231 | | - #head div.vectorMenu h4 { |
| 231 | + div#head div.vectorMenu h4 { |
232 | 232 | display: inline-block; |
233 | 233 | float: right; |
234 | 234 | font-size: 0.8em; |
— | — | @@ -345,7 +345,7 @@ |
346 | 346 | margin: 0; |
347 | 347 | margin-top: 0.4em; |
348 | 348 | } |
349 | | - #simpleSearch { |
| 349 | + input#simpleSearch { |
350 | 350 | margin-top: 0.5em; |
351 | 351 | position: relative; |
352 | 352 | border: solid 1px #AAAAAA; |
— | — | @@ -354,11 +354,11 @@ |
355 | 355 | background-position: top right; |
356 | 356 | background-repeat: repeat-x; |
357 | 357 | } |
358 | | - #simpleSearch label { |
| 358 | + input#simpleSearch label { |
359 | 359 | font-size: 0.8em; |
360 | 360 | top: 0.25em; |
361 | 361 | } |
362 | | - #simpleSearch input#searchInput { |
| 362 | + input#simpleSearch input#searchInput { |
363 | 363 | margin: 0; |
364 | 364 | border-width: 0; |
365 | 365 | padding: 0.25em; |
— | — | @@ -368,7 +368,7 @@ |
369 | 369 | background-color: transparent; |
370 | 370 | } |
371 | 371 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
372 | | - #simpleSearch button#searchButton { |
| 372 | + input#simpleSearch button#searchButton { |
373 | 373 | margin: 0; |
374 | 374 | padding: 0; |
375 | 375 | width: 1.75em; |
— | — | @@ -381,21 +381,21 @@ |
382 | 382 | background-repeat: no-repeat; |
383 | 383 | } |
384 | 384 | /* IGNORED BY IE6 */ |
385 | | - #simpleSearch > button#searchButton { |
| 385 | + input#simpleSearch > button#searchButton { |
386 | 386 | height: 100%; |
387 | 387 | } |
388 | 388 | /* Panel */ |
389 | | -#panel { |
| 389 | +div#panel { |
390 | 390 | position: absolute; |
391 | 391 | top: 160px; |
392 | 392 | padding-top: 1em; |
393 | 393 | width: 10em; |
394 | 394 | right: 0; |
395 | 395 | } |
396 | | - #panel div.portal { |
| 396 | + div#panel div.portal { |
397 | 397 | padding-bottom: 1.5em; |
398 | 398 | } |
399 | | - #panel div.portal h5 { |
| 399 | + div#panel div.portal h5 { |
400 | 400 | font-weight: normal; |
401 | 401 | color: #444444; |
402 | 402 | padding: 0.25em; |
— | — | @@ -405,7 +405,7 @@ |
406 | 406 | border: none; |
407 | 407 | font-size: 0.75em; |
408 | 408 | } |
409 | | - #panel div.portal div.body { |
| 409 | + div#panel div.portal div.body { |
410 | 410 | margin: 0; |
411 | 411 | padding-top: 0.5em; |
412 | 412 | margin-right: 1.25em; |
— | — | @@ -413,14 +413,14 @@ |
414 | 414 | background-repeat: no-repeat; |
415 | 415 | background-position: top right; |
416 | 416 | } |
417 | | - #panel div.portal div.body ul { |
| 417 | + div#panel div.portal div.body ul { |
418 | 418 | list-style: none; |
419 | 419 | list-style-image: none; |
420 | 420 | list-style-type: none; |
421 | 421 | padding: 0; |
422 | 422 | margin: 0; |
423 | 423 | } |
424 | | - #panel div.portal div.body ul li { |
| 424 | + div#panel div.portal div.body ul li { |
425 | 425 | line-height: 1.125em; |
426 | 426 | padding: 0; |
427 | 427 | padding-bottom: 0.5em; |
— | — | @@ -428,14 +428,14 @@ |
429 | 429 | overflow: hidden; |
430 | 430 | font-size: 0.75em; |
431 | 431 | } |
432 | | - #panel div.portal div.body ul li a { |
| 432 | + div#panel div.portal div.body ul li a { |
433 | 433 | color: #0645ad; |
434 | 434 | } |
435 | | - #panel div.portal div.body ul li a:visited { |
| 435 | + div#panel div.portal div.body ul li a:visited { |
436 | 436 | color: #0b0080; |
437 | 437 | } |
438 | 438 | /* Footer */ |
439 | | -#footer { |
| 439 | +div#footer { |
440 | 440 | margin-right: 10em; |
441 | 441 | margin-top: 0; |
442 | 442 | padding: 0.75em; |
— | — | @@ -443,14 +443,14 @@ |
444 | 444 | background-position: top right; |
445 | 445 | background-repeat: repeat-x; |
446 | 446 | } |
447 | | -#footer ul { |
| 447 | +div#footer ul { |
448 | 448 | list-style: none; |
449 | 449 | list-style-image: none; |
450 | 450 | list-style-type: none; |
451 | 451 | margin: 0; |
452 | 452 | padding: 0; |
453 | 453 | } |
454 | | -#footer ul li { |
| 454 | +div#footer ul li { |
455 | 455 | margin: 0; |
456 | 456 | padding: 0; |
457 | 457 | padding-top: 0.5em; |
— | — | @@ -458,22 +458,22 @@ |
459 | 459 | color: #333333; |
460 | 460 | font-size: 0.7em; |
461 | 461 | } |
462 | | -#footer #footer-icons { |
| 462 | +div#footer div#footer-icons { |
463 | 463 | float: left; |
464 | 464 | } |
465 | 465 | /* @noflip */ |
466 | | -body.ltr #footer #footer-places { |
| 466 | +body.ltr div#footer div#footer-places { |
467 | 467 | float: left; |
468 | 468 | } |
469 | | -#footer #footer-info li { |
| 469 | +div#footer div#footer-info li { |
470 | 470 | line-height: 1.4em; |
471 | 471 | } |
472 | | -#footer #footer-icons li { |
| 472 | +div#footer div#footer-icons li { |
473 | 473 | float: right; |
474 | 474 | margin-right: 0.5em; |
475 | 475 | line-height: 2em; |
476 | 476 | } |
477 | | -#footer #footer-places li { |
| 477 | +div#footer div#footer-places li { |
478 | 478 | float: right; |
479 | 479 | margin-left: 1em; |
480 | 480 | line-height: 2em; |
— | — | @@ -614,7 +614,7 @@ |
615 | 615 | * The following code is slightly modified from monobook |
616 | 616 | * |
617 | 617 | */ |
618 | | -#content { |
| 618 | +div#content { |
619 | 619 | line-height: 1.5em; |
620 | 620 | } |
621 | 621 | #bodyContent { |
— | — | @@ -949,7 +949,7 @@ |
950 | 950 | #jump-to-nav { |
951 | 951 | display: none; |
952 | 952 | } |
953 | | -#contentSub, #contentSub2 { |
| 953 | +div#contentSub, div#contentSub2 { |
954 | 954 | font-size: 84%; |
955 | 955 | line-height: 1.2em; |
956 | 956 | margin: 0 1em 1.4em 0; |
— | — | @@ -991,72 +991,72 @@ |
992 | 992 | font-size: 1.6em; |
993 | 993 | padding-bottom: 0; |
994 | 994 | } |
995 | | -#content a.external, |
996 | | -#content a[href ^="gopher://"] { |
| 995 | +div#content a.external, |
| 996 | +div#content a[href ^="gopher://"] { |
997 | 997 | background: url(images/external-link-rtl-icon.png?2) center left no-repeat; |
998 | 998 | padding: 0 0 0 13px; |
999 | 999 | } |
1000 | | -#content a[href ^="https://"], |
| 1000 | +div#content a[href ^="https://"], |
1001 | 1001 | .link-https { |
1002 | 1002 | background: url(images/lock-icon.png?2) center left no-repeat; |
1003 | 1003 | padding: 0 0 0 13px; |
1004 | 1004 | } |
1005 | | -#content a[href ^="mailto:"], |
| 1005 | +div#content a[href ^="mailto:"], |
1006 | 1006 | .link-mailto { |
1007 | 1007 | background: url(images/mail-icon.png?2) center left no-repeat; |
1008 | 1008 | padding: 0 0 0 13px; |
1009 | 1009 | } |
1010 | | -#content a[href ^="news://"] { |
| 1010 | +div#content a[href ^="news://"] { |
1011 | 1011 | background: url(images/news-icon.png?2) center left no-repeat; |
1012 | 1012 | padding: 0 0 0 13px; |
1013 | 1013 | } |
1014 | | -#content a[href ^="ftp://"], |
| 1014 | +div#content a[href ^="ftp://"], |
1015 | 1015 | .link-ftp { |
1016 | 1016 | background: url(images/file-icon.png?2) center left no-repeat; |
1017 | 1017 | padding: 0 0 0 13px; |
1018 | 1018 | } |
1019 | | -#content a[href ^="irc://"], |
1020 | | -#content a.extiw[href ^="irc://"], |
| 1019 | +div#content a[href ^="irc://"], |
| 1020 | +div#content a.extiw[href ^="irc://"], |
1021 | 1021 | .link-irc { |
1022 | 1022 | background: url(images/talk-icon.png?2) center left no-repeat; |
1023 | 1023 | padding: 0 0 0 13px; |
1024 | 1024 | } |
1025 | | -#content a.external[href $=".ogg"], #content a.external[href $=".OGG"], |
1026 | | -#content a.external[href $=".mid"], #content a.external[href $=".MID"], |
1027 | | -#content a.external[href $=".midi"], #content a.external[href $=".MIDI"], |
1028 | | -#content a.external[href $=".mp3"], #content a.external[href $=".MP3"], |
1029 | | -#content a.external[href $=".wav"], #content a.external[href $=".WAV"], |
1030 | | -#content a.external[href $=".wma"], #content a.external[href $=".WMA"], |
| 1025 | +div#content a.external[href $=".ogg"], div#content a.external[href $=".OGG"], |
| 1026 | +div#content a.external[href $=".mid"], div#content a.external[href $=".MID"], |
| 1027 | +div#content a.external[href $=".midi"], div#content a.external[href $=".MIDI"], |
| 1028 | +div#content a.external[href $=".mp3"], div#content a.external[href $=".MP3"], |
| 1029 | +div#content a.external[href $=".wav"], div#content a.external[href $=".WAV"], |
| 1030 | +div#content a.external[href $=".wma"], div#content a.external[href $=".WMA"], |
1031 | 1031 | .link-audio { |
1032 | 1032 | background: url("images/audio-icon.png?2") center left no-repeat; |
1033 | 1033 | padding: 0 0 0 13px; |
1034 | 1034 | } |
1035 | | -#content a.external[href $=".ogm"], #content a.external[href $=".OGM"], |
1036 | | -#content a.external[href $=".avi"], #content a.external[href $=".AVI"], |
1037 | | -#content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"], |
1038 | | -#content a.external[href $=".mpg"], #content a.external[href $=".MPG"], |
| 1035 | +div#content a.external[href $=".ogm"], div#content a.external[href $=".OGM"], |
| 1036 | +div#content a.external[href $=".avi"], div#content a.external[href $=".AVI"], |
| 1037 | +div#content a.external[href $=".mpeg"], div#content a.external[href $=".MPEG"], |
| 1038 | +div#content a.external[href $=".mpg"], div#content a.external[href $=".MPG"], |
1039 | 1039 | .link-video { |
1040 | 1040 | background: url("images/video-icon.png?2") center left no-repeat; |
1041 | 1041 | padding: 0 0 0 13px; |
1042 | 1042 | } |
1043 | | -#content a.external[href $=".pdf"], #content a.external[href $=".PDF"], |
1044 | | -#content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"], |
1045 | | -#content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"], |
| 1043 | +div#content a.external[href $=".pdf"], div#content a.external[href $=".PDF"], |
| 1044 | +div#content a.external[href *=".pdf#"], div#content a.external[href *=".PDF#"], |
| 1045 | +div#content a.external[href *=".pdf?"], div#content a.external[href *=".PDF?"], |
1046 | 1046 | .link-document { |
1047 | 1047 | background: url("images/document-icon.png?2") center left no-repeat; |
1048 | 1048 | padding: 0 0 0 13px; |
1049 | 1049 | } |
1050 | 1050 | /* Interwiki Styling (Disabled) */ |
1051 | | -#content a.extiw, |
1052 | | -#content a.extiw:active { |
| 1051 | +div#content a.extiw, |
| 1052 | +div#content a.extiw:active { |
1053 | 1053 | color: #36b; |
1054 | 1054 | background: none; |
1055 | 1055 | padding: 0; |
1056 | 1056 | } |
1057 | | -#content a.external { |
| 1057 | +div#content a.external { |
1058 | 1058 | color: #36b; |
1059 | 1059 | } |
1060 | | -#content .printfooter { |
| 1060 | +div#content .printfooter { |
1061 | 1061 | display: none; |
1062 | 1062 | } |
1063 | 1063 | /* Icon for Usernames */ |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1677,7 +1677,7 @@ |
1678 | 1678 | * to ensure that client-side caches do not keep obsolete copies of global |
1679 | 1679 | * styles. |
1680 | 1680 | */ |
1681 | | -$wgStyleVersion = '281'; |
| 1681 | +$wgStyleVersion = '282'; |
1682 | 1682 | |
1683 | 1683 | |
1684 | 1684 | # Server-side caching: |