MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus WiiDatabase Wiki
Zur Navigation springenZur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
ICON (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
ICON (Diskussion | Beiträge) Hässlichen Fake-Button um Lizenzbild entfernt |
||
| (7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 2: | Zeile 2: | ||
background: #4B9DBC url(https://wiki.wiidatabase.de/images/0/09/Wiki-bg.png) 0 0; |
background: #4B9DBC url(https://wiki.wiidatabase.de/images/0/09/Wiki-bg.png) 0 0; |
||
background-repeat: repeat; |
background-repeat: repeat; |
||
} |
|||
#globalWrapper { |
|||
background-image: url(https://wiki.wiidatabase.de/images/0/09/Wiki-bg.png) !important; |
|||
} |
} |
||
| Zeile 16: | Zeile 20: | ||
} |
} |
||
#footer { |
|||
background-color: transparent; |
background-color: transparent; |
||
border-top: 0; |
border-top: 0; |
||
| Zeile 22: | Zeile 26: | ||
} |
} |
||
#f- |
#f-copyrightico .cdx-button { |
||
padding: 0; |
|||
min-height: 0; |
|||
gap: 0; |
|||
border: 0; |
|||
} |
|||
#f-list > li, #f-list > li > a { |
|||
color: #fff; |
color: #fff; |
||
} |
|||
#f-list > li > a:hover { |
|||
color: #000; |
|||
background-color: #fff; |
|||
text-decoration: none; |
|||
} |
} |
||
Aktuelle Version vom 24. Dezember 2024, 22:57 Uhr
body {
background: #4B9DBC url(https://wiki.wiidatabase.de/images/0/09/Wiki-bg.png) 0 0;
background-repeat: repeat;
}
#globalWrapper {
background-image: url(https://wiki.wiidatabase.de/images/0/09/Wiki-bg.png) !important;
}
#p-personal li a {
color: #fff;
}
#p-personal li a:hover {
color: #000;
}
.portlet > h3 {
color: #fff;
}
#footer {
background-color: transparent;
border-top: 0;
border-bottom: 0;
}
#f-copyrightico .cdx-button {
padding: 0;
min-height: 0;
gap: 0;
border: 0;
}
#f-list > li, #f-list > li > a {
color: #fff;
}
#f-list > li > a:hover {
color: #000;
background-color: #fff;
text-decoration: none;
}