MediaWiki:Cavendish.css

From MozillaWiki
Revision as of 16:19, 4 February 2011 by Dria (talk | contribs)
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); 
}

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

/* Used for IRC logs (bug 461619) */
/* Apply to the first column */
.irc-log tr > td:first-child {
    color: #555;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.irc-log tr td {
    border-bottom: 1px solid #DDD;
}

/* Apply to the last column (assuming a 3 col. table) */
.irc-log td + td + td {
    color: #555;
    font-size: 80%;
    vertical-align: top;
}

/* added by dria, feb 2011 */
.roadmapsummary {
    border: solid black 3px;
    margin: 0 auto 10px auto;
    width: 100%;
}

.roadmapsummary td {
    padding: 2px;
}

.roadmapsummaryicon {
    text-align: center;
    vertical-align: middle;
    border-right: solid black 2px;
}

.roadmapsummarytitle {
    font-size: 130%;
    font-weight: bold;
    background: #C00;
}

.roadmapsummarytitle a {
    color: #FFF;
}

.roadmapsummaryowner {
}

.roadmapsummaryupdated {
}

.roadmapsummarystatus {
}

.roadmapsummarydesc {
}