MediaWiki:Monobook.css
From MI2wiki
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS Placed here will Affect users of the MonoBook skin */
/* background */
body {background: #f6ecff;}
/* User Panel */
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background-image:none; }
#p-personal li a {
color:#000;
text-shadow: 1px 1px #e8ddff;
border-left:1px solid #999;
padding:2px 5px;
margin-right:-11px;
margin-left:-4px;
}
#p-personal li#pt-userpage a {
border-left:0;
margin-left:0;
color:#c262ff;
font-weight:bold;
}
#p-personal li a:hover, #p-personal li.active a:hover {
background-color:#c4a8ff;
-moz-box-shadow:0 0 0.5em 0.1em #c4a8ff;
-webkit-box-shadow:0 0 0.5em 0.1em #c4a8ff;
box-shadow:0 0 0.5em 0.1em #c4a8ff;
text-shadow:#999 1px 1px 1px;
text-decoration:none;
}
#p-personal li#pt-userpage a:hover {
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-left-radius:10px;
border-radius:10px 0 0 10px;
color:white;
}
li#pt-logout a:hover {
background-color:#FFAC93;
-moz-box-shadow:0 0 0.5em 0.1em #FFAC93;
-webkit-box-shadow:0 0 0.5em 0.1em #FFAC93;
box-shadow:0 0 0.5em 0.1em #FFAC93;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-radius:0 10px 10px 0;
text-shadow:#999 1px 1px 1px;
text-decoration:none;
}
/* It contains nothing and deforms the list of links */
li#pt-fbuser {display:none;}
/* Wall, is set to visibility: hidden, and brings up the gap */
#pt-wall-notifications .prehide {display:none;}
#p-personal li#pt-wall-notifications {margin-left:0px;}
#pt-wall-notifications a.wall-notifications-monobook {margin-left:1em;}