diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-19 18:02:57 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-19 18:02:57 +0200 |
commit | 4950c2edf9601bd12b2fd77c33b6e34d3a625f61 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /skins/common/commonInterface.css | |
parent | 49ba0a37faeda3645b7c5ad3a35afc7708666118 (diff) | |
download | mediawiki-4950c2edf9601bd12b2fd77c33b6e34d3a625f61.tar mediawiki-4950c2edf9601bd12b2fd77c33b6e34d3a625f61.tar.gz mediawiki-4950c2edf9601bd12b2fd77c33b6e34d3a625f61.tar.bz2 mediawiki-4950c2edf9601bd12b2fd77c33b6e34d3a625f61.tar.xz mediawiki-4950c2edf9601bd12b2fd77c33b6e34d3a625f61.zip |
Prepare for mw 1.27
Diffstat (limited to 'skins/common/commonInterface.css')
-rw-r--r-- | skins/common/commonInterface.css | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/skins/common/commonInterface.css b/skins/common/commonInterface.css deleted file mode 100644 index 7eca070..0000000 --- a/skins/common/commonInterface.css +++ /dev/null @@ -1,68 +0,0 @@ -/** - * MediaWiki style sheet for common core styles on interfaces - * - * Styles for the Monobook/Vector pattern of laying out common interfaces. - * These ids/classes are not built into the system, - * they are outputted by the actual MonoBook/Vector code by convention. - */ - -/* Categories */ -.catlinks { - border: 1px solid #aaa; - background-color: #f9f9f9; - padding: 5px; - margin-top: 1em; - clear: both; -} - -/* User Message */ -.usermessage { - background-color: #ffce7b; - border: 1px solid #ffa500; - color: black; - font-weight: bold; - margin: 2em 0 1em; - padding: .5em 1em; - vertical-align: middle; -} - -/* Site Notice (includes notices from CentralNotice extension) */ -#siteNotice { - position: relative; - text-align: center; - margin: 0; -} -#localNotice { - margin-bottom: 0.9em; -} - -/* First h1 */ -.firstHeading, -#firstHeading { - margin-bottom: .1em; - /* These two rules hack around bug 2013 (fix for more limited bug 11325). - * When bug 2013 is fixed properly, they should be removed. */ - line-height: 1.2em; - padding-bottom: 0; -} - -/* Sub-navigation */ -#siteSub { - display: none; -} -#jump-to-nav { - /* Negate #contentSub's margin and replicate it so that the jump to links don't affect the spacing */ - margin-top: -1.4em; - margin-bottom: 1.4em -} -#contentSub, #contentSub2 { - font-size: 84%; - line-height: 1.2em; - margin: 0 0 1.4em 1em; - color: #545454; - width: auto; -} -span.subpages { - display: block; -} - |