MediaWiki:Cavendish.css: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Adding 3 styles we'll use in our comparison tables at Accessibility/Comparisons.)
(Adding style used by Template:Amo)
Line 20: Line 20:
.irrelevant {
.irrelevant {
  color: rgb(153, 153, 153);  
  color: rgb(153, 153, 153);  
}
/* Used by Template:Amo, appearing on most Update: pages */
ul.selectable li.selected {
    font-weight: bold;
}
}

Revision as of 03:18, 30 April 2007

#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); 
}

/* Used by Template:Amo, appearing on most Update: pages */
ul.selectable li.selected {
    font-weight: bold;
}