MediaWiki:Common.css

From MusiCAD

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.
/* CSS placed here will be applied to all skins */
body, .mw-page-container, catlinks, #mw-panel, #mw-head { 
  background-image: url("/images/yellownotes.jpg"); 
}
body.page-Main_Page #lastmod, 
body.page-Main_Page #siteSub, 
body.page-Main_Page #contentSub, 
body.page-Main_Page h1.firstHeading {
    display: none !important;
}
#inprogress { 
  border-width: 3px 3px 3px 3px;
  border-spacing: 10px;
  border-style: outset outset outset outset;
  border-color: rgb(255, 0, 0);
  border-collapse: separate;
  background-color: rgb(255, 230, 230);
  color:rgb(50, 0, 0);
  padding: 3px 30px 3px 30px;
}
#xxxbtn {
  border-width: 3px 3px 3px 3px;
  border-style: outset outset outset outset;
  border-color: rgb(0, 0, 255);
  background-color: rgb(100, 100, 100);
  padding: 2px 2px 2px 2px;
}
.thumbborder {
  border: 1px solid #00f;
}