MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 40: | Line 40: | ||
} | } | ||
/* | /* Make the top menu brown */ | ||
#mw-header, #mw-head, #mw-panel, .mw-portlet { | #mw-header, #mw-head, #mw-panel, .mw-portlet { | ||
background- | background-color: brown !important; | ||
} | } | ||
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; | |||
} | } |