mediawiki.action.view.metadata: Include the CSS we need, don't rely on shared.css
[lhc/web/wiklou.git] / resources / src / mediawiki.legacy / oldshared.css
index a4e7544..4741074 100644 (file)
@@ -402,10 +402,6 @@ table.mw_metadata td.spacer {
        border-bottom: none;
 }
 
-table.collapsed tr.collapsable {
-       display: none;
-}
-
 .visualClear {
        clear: both;
 }
@@ -452,41 +448,6 @@ 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;
-}
-
 .templatesUsed {
        margin-top: 1em;
 }
@@ -531,7 +492,7 @@ html > body.rtl div#article ul {
 }
 
 /* @noflip */
-html > body.rtl div#bodyContent ul#filetoc {
+html > body.rtl .mw-body ul#filetoc {
        display: block;
 }