MediaWiki:Cavendish.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Adding 3 styles we'll use in our comparison tables at Accessibility/Comparisons.) |
||
Line 3: | Line 3: | ||
background: url("skins/cavendish/discussionitem_icon.gif") center right no-repeat; | background: url("skins/cavendish/discussionitem_icon.gif") center right no-repeat; | ||
padding-right: 18px; | 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); | |||
} | } |
Revision as of 13:06, 9 May 2006
#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);
}