MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 12: | Line 12: | ||
#mw-panel { | #mw-panel { | ||
display: none; | display: none; | ||
} | |||
.vector-body { | |||
padding-top: 5%; | |||
} | } | ||
Revision as of 08:01, 19 February 2024
/* 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: none;
}
.vector-body {
padding-top: 5%;
}