MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* =========================== | /* =========================== | ||
Enderscrolls | Enderscrolls Vector Skin | ||
=========================== */ | |||
/* --------------------------- | /* --------------------------- | ||
Seitenhintergrund & Text | |||
---------------------------- */ | ---------------------------- */ | ||
body { | body { | ||
background-color: #1e1e1e !important; | background-color: #1e1e1e !important; /* dunkelgrau */ | ||
color: # | color: #e0e0e0 !important; /* hellgrau */ | ||
font-family: "Verdana", sans-serif; | font-family: "Verdana", sans-serif; | ||
} | } | ||
| Line 16: | Line 15: | ||
Header & Navigation | Header & Navigation | ||
---------------------------- */ | ---------------------------- */ | ||
#mw-head | #mw-head, #p-navigation, #p-personal { | ||
background-color: #2a1e3f !important; /* dunkel-lila */ | |||
border-bottom: 2px solid #6a1b9a; /* Akzentlinie */ | |||
#p-navigation, #p-personal { | |||
background-color: # | |||
border-bottom: 2px solid # | |||
} | } | ||
#p-navigation a, #p-personal a { | #p-navigation a, #p-personal a { | ||
color: # | color: #b39ddb !important; /* hell-lila */ | ||
font-weight: bold; | font-weight: bold; | ||
text-decoration: none; | |||
} | } | ||
#p-navigation a:hover, #p-personal a:hover { | #p-navigation a:hover, #p-personal a:hover { | ||
color: # | color: #d1c4e9 !important; /* hellere Akzentfarbe */ | ||
} | } | ||
/* --------------------------- | /* --------------------------- | ||
Hauptboxen & Infoboxen | |||
---------------------------- */ | ---------------------------- */ | ||
.table-infobox, .mw-portlet, .infobox, .navbox, .vertical-navbox { | |||
color: # | background-color: #2b2b2b !important; /* dunkle Box */ | ||
border: 2px solid #6a1b9a !important; /* lila Akzent */ | |||
color: #e0e0e0 !important; | |||
border-radius: 5px; | |||
padding: 8px; | |||
} | } | ||
a:hover { | /* --------------------------- | ||
Links & Buttons | |||
} | ---------------------------- */ | ||
a, a:visited { color: #b39ddb !important; } | |||
a:hover { color: #d1c4e9 !important; } | |||
button, .mw-ui-button { | button, .mw-ui-button { | ||
background-color: # | background-color: #6a1b9a !important; | ||
color: # | color: #e0e0e0 !important; | ||
border: 1px solid # | border: 1px solid #b39ddb !important; | ||
border-radius: 3px; | border-radius: 3px; | ||
padding: 2px 6px; | padding: 2px 6px; | ||
| Line 56: | Line 56: | ||
button:hover, .mw-ui-button:hover { | button:hover, .mw-ui-button:hover { | ||
background-color: # | background-color: #b39ddb !important; | ||
color: # | 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; | |||
} | } | ||
| Line 64: | Line 87: | ||
---------------------------- */ | ---------------------------- */ | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: # | color: #b39ddb !important; | ||
text-shadow: 1px 1px 2px # | text-shadow: 1px 1px 2px #1e1e1e; | ||
} | } | ||
/* --------------------------- | /* --------------------------- | ||
Footer | |||
---------------------------- */ | ---------------------------- */ | ||
#footer { | |||
background-color: # | background-color: #1e1e1e !important; | ||
color: #b39ddb !important; | |||
color: # | border-top: 2px solid #6a1b9a; | ||
border- | |||
} | } | ||
Revision as of 09:56, 18 September 2025
/* ===========================
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;
}