MediaWiki:Vector.css

From Enderscrolls
Revision as of 09:48, 18 September 2025 by Elo (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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ===========================
   Enderscrolls / Minecraft Fan-Wiki Styles
   Vector Skin
   =========================== */

/* ---------------------------
   Body & Seitenhintergrund
---------------------------- */
body {
    background-color: #1e1e1e !important;
    color: #f4f4f4 !important;
    font-family: "Verdana", sans-serif;
}

/* ---------------------------
   Header & Navigation
---------------------------- */
#mw-head {
    background: linear-gradient(90deg, #140c0c, #962402);
    color: #fc997c;
    border-bottom: 3px solid #ffb84d;
}

#p-navigation, #p-personal {
    background-color: #962402 !important;
    border-bottom: 2px solid #ffb84d;
}

#p-navigation a, #p-personal a {
    color: #fc997c !important;
    font-weight: bold;
}

#p-navigation a:hover, #p-personal a:hover {
    color: #ffffff !important;
}

/* ---------------------------
   Links & Buttons
---------------------------- */
a, a:visited {
    color: #ffb84d !important;
}

a:hover {
    color: #ffecb3 !important;
}

button, .mw-ui-button {
    background-color: #962402 !important;
    color: #fc997c !important;
    border: 1px solid #ffb84d !important;
    border-radius: 3px;
    padding: 2px 6px;
}

button:hover, .mw-ui-button:hover {
    background-color: #ffb84d !important;
    color: #140c0c !important;
}

/* ---------------------------
   Überschriften
---------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #ffb84d !important;
    text-shadow: 1px 1px 2px #140c0c;
}

/* ---------------------------
   Infoboxen, Portlets & Boxen
---------------------------- */
.table-infobox, .mw-portlet, .infobox, .navbox, .vertical-navbox {
    background-color: #2a1e1e !important;
    border: 2px solid #962402 !important;
    color: #fc997c !important;
    border-radius: 5px;
    padding: 8px;
}

/* ---------------------------
   Tabellen
-------------------------