MediaWiki:Monobook.css: Difference between revisions

From Bulbanews, your community Pokémon newspaper.
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
     font-size: 100%;
     font-size: 100%;
     font-weight: normal;
     font-weight: normal;
}
body {
    background: #004;
}
}



Revision as of 08:03, 27 April 2005

/* 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");

#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}

body {
    background: #004;
}

/********************************************
 * 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;
}

.ns-100 * #article-infobox {
    background-color: #f8f8f8 !important;
    border-color: #999 !important;
}

/* </pre> */