MediaWiki:Monobook.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the MonoBook skin */
/* old-style font */
body, #content h1, #content h2 {
font-family: verdana;
}
/* bring the old user message box colors back! */
.usermessage {
background-color: #ffce7b;
border: 1px solid #ffa500;
}
/* search bar at the top */
#sidebar { display: flex; flex-direction: column; }
#p-search { order: -1; }
/* width improvement */
body.skin--responsive .portlet { width: 11.8em; }
/* user links */
body.skin--responsive #p-personal ul {
background:#FFF;
border:1px solid #AAA;
border-top:none;
line-height:20px;
padding-left: 0;
padding-right:18px;
}
body.skin--responsive #p-personal ul a:hover { text-decoration: underline; }
body.skin-monobook li#pt-login,
body.skin-monobook li#pt-userpage,
body.skin-monobook li#pt-anonuserpage {
background: url(https://www.gamerpedia.me/w/images/User_icon.png) top left no-repeat;
padding-bottom:2px;
padding-top:1px;
line-height:20px;
}