20,299
edits
(added external link icon overrides) |
(added .mpg to known video suffixes) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Hide the '?' button at top-right of some pages */ | |||
#mw-indicator-mw-helplink { display: none; } | |||
/* Fix the sidebar in place when scrolling, as long as we are not on a small screen (e.g. a phone) */ | /* Fix the sidebar in place when scrolling, as long as we are not on a small screen (e.g. a phone) */ | ||
@media (min-device-width:481px) | @media (min-device-width:481px) | ||
| Line 105: | Line 108: | ||
div#content a.external[href$=".mov" i], | div#content a.external[href$=".mov" i], | ||
div#content a.external[href$=".mp4" i], | div#content a.external[href$=".mp4" i], | ||
div#content a.external[href$=".mpg" i], | |||
div#content a.external[href$=".wmv" i] | div#content a.external[href$=".wmv" i] | ||
{ | { | ||