MediaWiki:Vector.css: Difference between revisions

From Enderscrolls
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* Header-Hintergrund */
/* ===========================
  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 {
#mw-head {
     background: linear-gradient(90deg, #140c0c, #962402);
     background: linear-gradient(90deg, #140c0c, #962402);
     color: #fc997c;
     color: #fc997c;
    border-bottom: 3px solid #ffb84d;
}
}


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


/* Links im Header */
#p-navigation a, #p-personal a {
#p-navigation a, #p-personal a {
     color: #fc997c !important;
     color: #fc997c !important;
    font-weight: bold;
}
}
#p-navigation a:hover, #p-personal a:hover {
#p-navigation a:hover, #p-personal a:hover {
     color: #ffffff !important;
     color: #ffffff !important;
}
}


/* Seitenhintergrund */
/* ---------------------------
body {
  Links & Buttons
    background-color: #1e1e1e;
---------------------------- */
    color: #f4f4f4;
a, a:visited {
}
     color: #ffb84d !important;
 
/* Infoboxen & Kategorien */
.table-infobox, .mw-portlet {
    background-color: #2a1e1e;
    border: 2px solid #962402;
     color: #fc997c;
    border-radius: 5px;
    padding: 8px;
}
}


/* Standard-Links */
a, a:visited {
    color: #ffb84d;
}
a:hover {
a:hover {
     color: #ffecb3;
     color: #ffecb3 !important;
}
}


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


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


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

Revision as of 09:48, 18 September 2025

/* ===========================
   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
-------------------------