MediaWiki:Filepage.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here is included on the file description page, also included on File-pages of Commons files on the local wikis */
/* Note that there are many non-Wikimedia / non-Wikipedia local wikis as well that use Commons as their repository! */
/* http://www.mediawiki.org/wiki/InstantCommons. Do not assume any language, direction, environment or Skin here. */
/* Hide TOC on file-pages */
.ns-6 #toc { display: none !important; }
/* Make {{location}} look like part of the info template */
.toccolours.vevent + .toccolours.vcard /*{{location}} directly after {{information}}*/,
.toccolours.vevent + .toccolours.vcard + .toccolours.vcard /*{{location}} after {{location}} after {{information}} (ie. object loc and camera loc)*/,
.toccolours.vcard + .toccolours.vevent /*{{information}} directly after {{location}}*/ {
border-top: 0px;
padding-top: 0px;
margin-top: -8px;
}