User:Jack Phoenix/refreshed.css

From Brickipedia, the LEGO Wiki

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/**
 * Ensure that avatars do not overlap with quoted text.
 * This should be pushed to upstream, but before doing that, we need to figure out
 * a way to handle the (default) case, i.e. no SocialProfile and thus no avatars.
 * This looks /acceptable/ even then, but the default (no max-width/max-width is
 * de facto 100%) looks _better_.
 * For Brickimedia, this isn't an issue because SP is installed here, avatars are
 * always guaranteed to be available and all that jazz.
 */
.mw-special-WikiForum blockquote {
	max-width: 85%;
}

/* Alignment fix for nested quotes */
.mw-special-WikiForum blockquote > blockquote {
	margin-top: -25px;
}

/* DO NOT WANT! */
li#pt-logout {
	display: none;
}