MediaWiki:Citizen.css

From Global Knowledge Compendium of Traditional Crafts and Artisanal Techniques
Revision as of 20:26, 20 June 2025 by CompUser (talk | contribs) (Created page with "Ensure category links stay within the content container: #catlinks { max-width: 100%; margin: 2em auto 1em auto; padding: 0 1em; font-size: 0.9em; color: #555; } body.skin-citizen #catlinks { position: relative; display: block; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* Ensure category links stay within the content container */
#catlinks {
  max-width: 100%;
  margin: 2em auto 1em auto;
  padding: 0 1em;
  font-size: 0.9em;
  color: #555;
}

body.skin-citizen #catlinks {
  position: relative;
  display: block;
}