MediaWiki:Group-user.css

From bg3.wiki
Revision as of 17:38, 6 August 2024 by Taylan (talk | contribs)
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect registered users only */

/*
 * The following are to revert some CSS in MW:Vector.css, related to making
 * room for and displaying ads.
 *
 * There doesn't seem to be a way to load CSS only for not-logged-in users.
 */

#p-Special,
#p-tb {
	display: block;
}

#firstHeading {
	margin-top: 0;
	padding-bottom: 0;
	max-width: unset;
}

/* Only there for non-logged-in users, for whom the toolbox is hidden. */
#n-Upload-file {
	display: none;
}