Print: Hide accessibility jump links and cookie statement

Hide the accessibility jump navigation links when printing
Also only show the last modified and copyright footer info and hide
all the footer 'places' links by default.

Bug: T250232
Bug: T136786
Change-Id: I039b523d009ddb4f5948dff456ef2845a93439fa
This commit is contained in:
Derk-Jan Hartman 2020-08-15 11:15:26 +02:00
parent c50bc303d8
commit 32b7602e04
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,13 @@
.mw-jump-link {
display: none;
}
#f-list > li {
display: none;
}
#f-list > #copyright,
#f-list > #credits,
#f-list > #lastmod {
display: block;
}

View file

@ -48,6 +48,9 @@
},
"resources/screen-desktop.css": {
"media": "screen"
},
"resources/print-common.less": {
"media": "print"
}
}
},
@ -74,6 +77,9 @@
},
"resources/screen-mobile.less": {
"media": "screen and (max-width: 550px)"
},
"resources/print-common.less": {
"media": "print"
}
}
},