User:YvonneDHBW/common.css

From semantic-hub.io
Revision as of 16:31, 12 April 2026 by YvonneDHBW (talk | contribs) (Created page with "body { background-color: #f5f7fa; font-family: Arial, sans-serif; } Überschriften: h1, h2, h3 { color: #2c3e50; } Links: a { color: #3498db; } Inhalt breiter machen: .mw-body { max-width: 1200px; margin: auto; } Sidebar ausblenden: #mw-panel { display: none; }")
(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.
body {
    background-color: #f5f7fa;
    font-family: Arial, sans-serif;
}

/* Überschriften */
h1, h2, h3 {
    color: #2c3e50;
}

/* Links */
a {
    color: #3498db;
}

/* Inhalt breiter machen */
.mw-body {
    max-width: 1200px;
    margin: auto;
}

/* Sidebar ausblenden */
#mw-panel {
    display: none;
}