Jump to content

MediaWiki:Common.css: Difference between revisions

Agjunakaauttp (talk | contribs)
No edit summary
Agjunakaauttp (talk | contribs)
No edit summary
Tag: Reverted
Line 38: Line 38:
.new:hover {
.new:hover {
     color: darkgreen !important;
     color: darkgreen !important;
}
/* Apply repeating honeycomb image to the top menu */
#mw-header, #mw-head, #mw-panel, .mw-portlet {
    background-image: url('https://poohadventures.skywiki.org/images/poohadventureswiki/2/25/HCOMB02.png?20250202231956');
    background-repeat: repeat;
    background-size: auto; /* Keeps original size for proper tiling */
}
/* Change the main content background to brown */
#content, .mw-body {
    background-color: brown !important;
    color: white !important; /* Ensures readable text */
}
}