MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
transition: background-color 1s ease; | transition: background-color 1s ease; | ||
display: block; | display: block; | ||
} | |||
#mw-panel { | |||
display: block; | |||
} | } | ||
Revision as of 15:54, 21 December 2023
/* CSS placed here will affect registered users only */
body {
background-color: white;
transition: background-color 1s ease;
}
/* Mediawiki horizontal navigation styles */
#mw-head {
background-color: white;
transition: background-color 1s ease;
display: block;
}
#mw-panel {
display: block;
}