diff --git a/images/preferences/break.png b/images/preferences/break.png deleted file mode 100644 index 3c77274..0000000 Binary files a/images/preferences/break.png and /dev/null differ diff --git a/images/preferences/fade.png b/images/preferences/fade.png deleted file mode 100644 index 638084d..0000000 Binary files a/images/preferences/fade.png and /dev/null differ diff --git a/skin.json b/skin.json index a9b0486..dfd9fcc 100644 --- a/skin.json +++ b/skin.json @@ -95,8 +95,7 @@ "+mediawiki.action.view.redirectPage": "skinStyles/mediawiki.action.view.redirectPage.less", "+mediawiki.notification": "skinStyles/mediawiki.notification.less", "+oojs-ui-core.styles": "skinStyles/ooui.less", - "mediawiki.special": "skinStyles/mediawiki.special.less", - "+mediawiki.special.preferences.styles": "skinStyles/mediawiki.special.preferences.styles.less" + "mediawiki.special": "skinStyles/mediawiki.special.less" } }, "config": { diff --git a/skinStyles/mediawiki.special.preferences.styles.less b/skinStyles/mediawiki.special.preferences.styles.less deleted file mode 100644 index 352426b..0000000 --- a/skinStyles/mediawiki.special.preferences.styles.less +++ /dev/null @@ -1,110 +0,0 @@ -@import 'mediawiki.mixins'; -@import '../variables'; - -/** - * The following code is highly modified from monobook. It would be nice if the - * preftoc id was more human readable like preferences-toc for instance, - * howerver this would require backporting the other skins. - */ -.client-js #preftoc { - /* Tabs */ - width: 100%; - float: left; - clear: both; - margin: 0; - padding: 0; - .background-image('../images/preferences/break.png'); - background-position: bottom left; - background-repeat: no-repeat; - - li { - /* Tab */ - float: left; - margin: 0; - padding: 0; - padding-right: 1px; - height: 2.25em; - white-space: nowrap; - list-style: none none; - .background-image('../images/preferences/break.png'); - background-position: bottom right; - background-repeat: no-repeat; - - &:first-child { - margin-left: 1px; - } - - &.selected { - a { - .background-image('../images/preferences/fade.png'); - background-position: bottom; - background-repeat: repeat-x; - color: @colorText; - } - } - } - - a, - a:active { - display: inline-block; - position: relative; - color: @menu-link-color; - padding: 0.5em; - text-decoration: none; - background-image: none; - font-size: 0.9em; - } - - a:hover, - a:focus { - text-decoration: underline; - } -} - -.client-js #preferences { - float: left; - width: 100%; - margin: 0; - margin-top: -2px; - clear: both; - border: 1px solid @colorGray12; - background-color: @colorGray15; - - fieldset { - border: 0; - border-top: 1px solid @colorGray12; - } - - > fieldset { - border: 0; - padding: 0; - margin: 1em; - - > legend { - display: none; - } - } - - legend { - color: @colorGray5; - } - - td { - padding-left: 0.5em; - padding-right: 0.5em; - } - - div.mw-prefs-buttons { - padding: 1em; - - input { - margin-right: 0.25em; - } - } -} - -.htmlform-tip { - font-size: x-small; - padding: 0.2em 2em; - color: @colorGray5; -}