MediaWiki

MediaWiki:Common.css

From Illustrations in German Translations of Mark Twain's Works

Revision as of 14:07, 8 July 2025 by HMHTEST (talk | contribs) (Created page with "CSS placed here will be applied to all skins: .ausklapp-menublock { border: 1px solid #ccc; padding: 1em; background-color: #fdfdfd; max-width: 500px; border-radius: 6px; } .ausklapp-button { display: block; width: 100%; text-align: left; margin: 0.5em 0; padding: 0.5em; background-color: #0078d7; color: white; border: none; border-radius: 4px; font-weight: bold; cursor: pointer; } .ausklapp-button:hover { background-color: #005a9...")
(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.
/* CSS placed here will be applied to all skins */
.ausklapp-menublock {
  border: 1px solid #ccc;
  padding: 1em;
  background-color: #fdfdfd;
  max-width: 500px;
  border-radius: 6px;
}

.ausklapp-button {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0.5em 0;
  padding: 0.5em;
  background-color: #0078d7;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.ausklapp-button:hover {
  background-color: #005a9e;
}

.ausklapp-button.sub {
  background-color: #3399ff;
  margin-left: 1em;
  font-size: 90%;
}

.ausklapp-inhalt {
  display: none;
  margin-left: 1em;
}

.ausklapp-inhalt.sub {
  margin-left: 2em;
}

.ausklapp-inhalt a {
  display: block;
  margin: 0.3em 0;
  text-decoration: none;
  color: #0078d7;
}

.ausklapp-inhalt a:hover {
  text-decoration: underline;
}