MediaWiki:Cavendish.css

From MozillaWiki
Revision as of 13:06, 9 May 2006 by Hwaara (talk | contribs) (Adding 3 styles we'll use in our comparison tables at Accessibility/Comparisons.)
Jump to navigation Jump 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.
#mBody a[href ^="ircs://"],
.link-ircs {
    background: url("skins/cavendish/discussionitem_icon.gif")  center right no-repeat;
    padding-right: 18px;
}

/* Styles used for the accessibility tables at Accessibility/Comparisons. */

/* Light-green background color */
.OK {
 background-color: rgb(153, 255, 153);
}

/* Light-yellow background color */
.maybe {
 background-color: rgb(255, 255, 204); 
}

/* "Disabled look"; greyed-out text */
.irrelevant {
 color: rgb(153, 153, 153); 
}