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 17: Line 17:
}
}


#content, .pBody, #p-cactions li {
#content, #footer, .pBody, #p-cactions li {
     background: #004;
     background: #004;
     color: #fff;
     color: #fff;
Line 25: Line 25:
#p-cactions li a {
#p-cactions li a {
     background: #004;
     background: #004;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
}
abbr, acronym, .explain {
    border-color: #fff;
    color: #fff;
}
}



Revision as of 08:23, 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;
}

/*******************************
 * Colour scheme customisation *
 *******************************/

body {
    background: #88a;
}

#content, #footer, .pBody, #p-cactions li {
    background: #004;
    color: #fff;
    border-color: #39c;    
}

#p-cactions li a {
    background: #004;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

abbr, acronym, .explain {
    border-color: #fff;
    color: #fff;
}

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