User:TBloemink/global.css

From Meta, a Wikimedia project coordination wiki

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.
.mw-redirect:hover { color: orange; }
 
/* #centralNotice { display: none; } */
 
.mw-editsection {float: right !important;}
 
/* Uitgebreide bijdragen-balk */
#contributions-footer-box {
    display: block !important;
}
 
.usermessage {
   background-color: red;
   border-color: #000000;
   color: white;
   font-weight: bold;
   margin: 2em 0em 1em 0em;
   padding: 0.5em 1em;
   vertical-align: middle;
   -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em;
   text-align: center; }
 
.postedit {
        display: none;
}
 
.mw-rollback-link a{
   color: red; 
   font-weight: bold;
   font-family: verdana, sans-serif;
}