|
|
| Line 1: |
Line 1: |
| /* ===========================
| |
| Enderscrolls Vector Skin
| |
| =========================== */
| |
|
| |
|
| /* ---------------------------
| |
| Seitenhintergrund & Text
| |
| ---------------------------- */
| |
| body {
| |
| background-color: #1e1e1e !important; /* dunkelgrau */
| |
| color: #e0e0e0 !important; /* hellgrau */
| |
| font-family: "Verdana", sans-serif;
| |
| }
| |
|
| |
| /* ---------------------------
| |
| Header & Navigation
| |
| ---------------------------- */
| |
| #mw-head, #p-navigation, #p-personal {
| |
| background-color: #2a1e3f !important; /* dunkel-lila */
| |
| border-bottom: 2px solid #6a1b9a; /* Akzentlinie */
| |
| }
| |
|
| |
| #p-navigation a, #p-personal a {
| |
| color: #b39ddb !important; /* hell-lila */
| |
| font-weight: bold;
| |
| text-decoration: none;
| |
| }
| |
|
| |
| #p-navigation a:hover, #p-personal a:hover {
| |
| color: #d1c4e9 !important; /* hellere Akzentfarbe */
| |
| }
| |
|
| |
| /* ---------------------------
| |
| Hauptboxen & Infoboxen
| |
| ---------------------------- */
| |
| .table-infobox, .mw-portlet, .infobox, .navbox, .vertical-navbox {
| |
| background-color: #2b2b2b !important; /* dunkle Box */
| |
| border: 2px solid #6a1b9a !important; /* lila Akzent */
| |
| color: #e0e0e0 !important;
| |
| border-radius: 5px;
| |
| padding: 8px;
| |
| }
| |
|
| |
| /* ---------------------------
| |
| Links & Buttons
| |
| ---------------------------- */
| |
| a, a:visited { color: #b39ddb !important; }
| |
| a:hover { color: #d1c4e9 !important; }
| |
|
| |
| button, .mw-ui-button {
| |
| background-color: #6a1b9a !important;
| |
| color: #e0e0e0 !important;
| |
| border: 1px solid #b39ddb !important;
| |
| border-radius: 3px;
| |
| padding: 2px 6px;
| |
| }
| |
|
| |
| button:hover, .mw-ui-button:hover {
| |
| background-color: #b39ddb !important;
| |
| color: #1e1e1e !important;
| |
| }
| |
|
| |
| /* ---------------------------
| |
| Tabellen
| |
| ---------------------------- */
| |
| table {
| |
| border-collapse: collapse;
| |
| margin-bottom: 1em;
| |
| }
| |
|
| |
| th, td {
| |
| border: 1px solid #6a1b9a !important;
| |
| padding: 4px 8px;
| |
| }
| |
|
| |
| th {
| |
| background-color: #2a1e3f !important;
| |
| color: #b39ddb !important;
| |
| }
| |
|
| |
| td {
| |
| background-color: #2b2b2b !important;
| |
| color: #e0e0e0 !important;
| |
| }
| |
|
| |
| /* ---------------------------
| |
| Überschriften
| |
| ---------------------------- */
| |
| h1, h2, h3, h4, h5, h6 {
| |
| color: #b39ddb !important;
| |
| text-shadow: 1px 1px 2px #1e1e1e;
| |
| }
| |
|
| |
| /* ---------------------------
| |
| Footer
| |
| ---------------------------- */
| |
| #footer {
| |
| background-color: #1e1e1e !important;
| |
| color: #b39ddb !important;
| |
| border-top: 2px solid #6a1b9a;
| |
| }
| |