MediaWiki:Cavendish.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 52: | Line 52: | ||
margin: 0 auto 10px auto; | margin: 0 auto 10px auto; | ||
width: 100%; | width: 100%; | ||
border-collapse: collapse; | |||
} | } | ||
Revision as of 16:20, 4 February 2011
#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%;
border-collapse: collapse;
}
.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 {
}