Jump to content

MediaWiki:Common.css: Difference between revisions

Agjunakaauttp (talk | contribs)
No edit summary
Tag: Reverted
Agjunakaauttp (talk | contribs)
No edit summary
Tag: Reverted
Line 40: Line 40:
}
}


/* Apply repeating honeycomb image to the top menu */
/* Make the top menu brown */
#mw-header, #mw-head, #mw-panel, .mw-portlet {
#mw-header, #mw-head, #mw-panel, .mw-portlet {
     background-image: url('https://poohadventures.skywiki.org/images/poohadventureswiki/2/25/HCOMB02.png?20250202231956');
     background-color: brown !important;
    background-repeat: repeat;
    background-size: auto; /* Keeps original size for proper tiling */
}
}


Line 51: Line 49:
     background-color: brown !important;
     background-color: brown !important;
     color: white !important; /* Ensures readable text */
     color: white !important; /* Ensures readable text */
}
/* Adjust the sidebar links for visibility */
.mw-portlet a {
    color: white !important; /* Changes menu link color */
}
/* Change hover effect for better readability */
.mw-portlet a:hover {
    color: lightgray !important;
}
}