MediaWiki:Monobook.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/* edit this file to customize the monobook skin for the entire site */
/* <pre> */
@import url("/w/index.php?title=MediaWiki:Extra.css&action=raw&ctype=text/css");
@import url("/w/index.php?title=MediaWiki:Extra.css&action=raw&ctype=text/css");


Line 7: Line 8:
     font-weight: normal;
     font-weight: normal;
}
}
/********************************************
* Light yellow background for draft pages. *
********************************************/
.ns-100 * #content {
    background: #fffff8;
}
.ns-100 * #content div.thumb {
    border-color: #fffff8;
}
.ns-100 * #mytabs li {
    background: #fffff8;
}
.ns-100 * #mytabs li a {
    background-color: #fffff8;
}
.ns-100 * #p-cactions li a {
    background-color: #fffff8;
}
/* </pre> */