"Jump to: navigation, search" no longer hidden at the top of pages
Doctologist opened this issue · 6 comments
As noted at this link, this section is no longer hidden by the skin. Additionally, it seems that "new page" or "broken" links no longer display as red but display as yellow/gold.
Hello.
Can you provide a screenshot, please?
I can confirm, that "Jump to: navigation, search" is displayed in the default skin, however I removed it on my wiki be removing lines 148 to 154 from my DarkVectorTemplate.php :
<div id="jump-to-nav" class="mw-jump"> <?php $this->msg( 'jumpto' ) ?> <a href="#mw-head"><?php $this->msg( 'jumptonavigation' ) ?></a><?php $this->msg( 'comma-separator' ) ?> <a href="#p-search"><?php $this->msg( 'jumptosearch' ) ?></a> </div>
As for the the styling of the new page" or "broken" links, you can control that in darkvector.less you may want to get rid of the !important in line 135 or by providing other values in the the a.new and a:visited classes, if necessary enforcing them with !important
OK, could you please also provide MW version? And it'll be great to send a link to Special:Version page of your wiki.
It looks like in the latest MW version some default styles were changed, and now .mw-jump
class items are not hidden anymore.
I've fixed skin styles here: b6b35d1
Please try to install skin again.
Can anybody check, please?