|
|
| Line 1: |
Line 1: |
| /* ===========================
| |
| Enderscrolls Dark Timeless
| |
| =========================== */
| |
|
| |
|
| /* Seitenhintergrund & Text */
| |
| body {
| |
| background-color: #1e1e1e !important;
| |
| color: #e0e0e0 !important;
| |
| font-family: "Verdana", sans-serif;
| |
| }
| |
|
| |
| /* Hauptinhaltsbereich */
| |
| #content, #mw-content-text {
| |
| background-color: #2b2b2b !important;
| |
| color: #e0e0e0 !important;
| |
| padding: 10px;
| |
| border-radius: 5px;
| |
| }
| |
|
| |
| /* Boxen, Infoboxen, Navboxen */
| |
| .table-infobox, .infobox, .navbox, .vertical-navbox {
| |
| background-color: #2b2b2b !important;
| |
| border: 2px solid #6a1b9a !important;
| |
| color: #e0e0e0 !important;
| |
| border-radius: 5px;
| |
| padding: 8px;
| |
| }
| |
|
| |
| /* Links */
| |
| a, a:visited {
| |
| color: #b39ddb !important;
| |
| text-decoration: none;
| |
| }
| |
| a:hover {
| |
| color: #d1c4e9 !important;
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| /* 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;
| |
| }
| |
|
| |
| /* Buttons */
| |
| 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;
| |
| }
| |
|
| |
| /* Footer */
| |
| #footer {
| |
| background-color: #1e1e1e !important;
| |
| color: #b39ddb !important;
| |
| border-top: 2px solid #6a1b9a;
| |
| }
| |