MediaWiki:Cavendish.css

From MozillaWiki
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
#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: 5px;
}

.roadmapsummaryicon {
    border-right: solid black 2px;
}

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

.roadmapsummarytitle a {
    color: #FFF;
    text-decoration: none;
}

.roadmapsummaryowner {
    border-right: solid black 1px;
    border-bottom: solid black 1px;
}

.roadmapsummaryupdated {
    border-right: solid black 1px;
    border-bottom: solid black 1px;
    width: 30%;
}

.roadmapsummarystatus {
    border-bottom: solid black 1px;
    width: 20%;
}

.roadmapsummarydesc {
    font-size: 90%;
    font-style: italic;
}

code {
    font-size: 125%;
}

dt {
    text-transform: none;
}

.catlinks {
    border: solid #AAA 1px;
    background: #DDD;
    font-size: 80%;
    padding: 3px 8px 3px 8px;
}

.catlinks a {
    color: #333;
}

td.P1 {
    background: #CFC;
}

td.P2 {
    background: #CFF;
}

td.P3 {
    background: #CCF;
}

/* Added by dria, May 17, 2011 */
.featureinfobox {
    width: 100%;
    border-collapse: collapse;
    border: solid black 1px;
    font-size: 90%;
}

.featureinfobox td {
   padding: 0px 4px 0px 4px;
}

.featurename {
    background: #000;
    color: #FFF;
    padding: 20px 0px 5px 0px;
    font-weight: bold; 
    font-size: 130%;
}

.featuretarget {
    background: #000;
    color: #FFF; 
    font-weight: bold; 
    font-size: 130%;
}

.featurelabel {
    font-weight: bold; 
    background: #CCC;
    border: solid grey 1px;
}

.featurevalue {
   border: solid grey 1px;
}

.Healthy {
    background: #CFC;
}

.Blocked {
    background: #FFC;
}

.Risk {
    background: #FCC;
}

.fullwidth-table-header {
    background: #DDD;
    font-weight: bold;
}

.tocbody {
    width: 500px;
}

#localnav {
    max-width: 100%;
    width: 500px;
}

/* Added by dria, June 22, 2011 */
.formlabel {
    text-align: left;
    vertical-align: top;
    font-size: 90%;
    width: 200px;
    min-width: 200px;
    font-weight: bold;
}

.formlabelrequired {
    text-align: left;
    vertical-align: top;
    font-size: 90%;
    width: 200px;
    min-width: 200px;
    font-weight: bold;
    color: #D00;
}

.querytable {
    background: #FFF;
    border: 1px solid #666;
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
    font-size: 90%;
}
.querytable td {
    border: 1px solid #BBB;
    padding: 2px 4px;
    text-align: left;
    vertical-align: top;
}

.querytable td.header {
    background: #DDD;
    border: 1px solid #BBB;
    font-weight: bold;
    text-align: left;
}

#header h1 {z-index: auto;}

td.P1 {
    background: #CFC;
}

td.P2 {
    background: #CFF;
}

td.P3 {
    background: #CCF;
}

.OK {
    background: #CFC;
}

.Blocked {
    background: #FFC;
}

.risk {
    background: #FCC;
}

.progress {
    background: #FFC;
}

.Complete {
    background: #CFC;
}

.Assigned {
    background: #9FF;
}

.yes {
    background: #CFC;
}

.maybe {
    background: #FFC;
}

.no {
    background: #FCC;
}

.refreshbutton {
    border: solid #8A8 2px;
    background: #DFD;
    text-align: center;
    padding: 5px;
    margin: 10px 5px 10px 0px;
    width: 250px;
    font-size: 120%;
    font-weight: bold;
}

.refreshbutton a {
    color: #000;
}

/* added alisonw 2014-05-01 re bug 522180 */
/* updated ckoehler 2014-05-01 UTC */
#header ul li.new a {color: red;}