User:Barek/monobook.css

From Guild Wars Wiki
Jump to navigationJump to search

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.
#WN_GEON { display: none; }

/* Force different color for external links. */
/* This allows external links to stand out   */
/* more clearly from internal wiki links.    */
#bodyContent a.external { color: #005500 }

/* Customize box color alert for new user-talk messages.   */
/* This uses a less obtrusive color than the wiki default. */
.usermessage {
    background-color: #FAF0E6;
    border-color: #8B0000;
}

/* Customize "Save page" button to be another color.       */
/* This acts as a visual confirmation that I am logged in. */
/* If logged in, the button is a custom  color;            */
/* if not logged in, then it's the default gray color      */
INPUT#wpSave {
    background-color:#88ff88;
}

/* improve visibility of some changes */
.firstHeading {
    font-family: serif;
}

.external * {
    z-index: -65535;
}

.portlet, .portlet * {
    z-index: 10;
}