|
|
| (5 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* Header-Hintergrund */
| |
| #mw-head {
| |
| background: linear-gradient(90deg, #140c0c, #962402);
| |
| color: #fc997c;
| |
| }
| |
|
| |
|
| /* Hauptnavigation */
| |
| #p-navigation, #p-personal {
| |
| background-color: #962402;
| |
| border-bottom: 3px solid #fc997c;
| |
| }
| |
|
| |
| /* Links im Header */
| |
| #p-navigation a, #p-personal a {
| |
| color: #fc997c !important;
| |
| }
| |
| #p-navigation a:hover, #p-personal a:hover {
| |
| color: #ffffff !important;
| |
| }
| |
|
| |
| /* Seitenhintergrund */
| |
| body {
| |
| background-color: #1e1e1e;
| |
| color: #f4f4f4;
| |
| }
| |
|
| |
| /* 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 {
| |
| color: #ffecb3;
| |
| }
| |
|
| |
| /* Buttons */
| |
| button, .mw-ui-button {
| |
| background-color: #962402;
| |
| color: #fc997c;
| |
| border: 1px solid #ffb84d;
| |
| }
| |
| button:hover, .mw-ui-button:hover {
| |
| background-color: #ffb84d;
| |
| color: #140c0c;
| |
| }
| |
|
| |
| /* Überschriften */
| |
| h1, h2, h3, h4, h5, h6 {
| |
| color: #ffb84d;
| |
| text-shadow: 1px 1px 2px #140c0c;
| |
| }
| |
|
| |
| /* Tabellen */
| |
| table {
| |
| border-collapse: collapse;
| |
| }
| |
| th, td {
| |
| border: 1px solid #962402;
| |
| padding: 4px 8px;
| |
| }
| |