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 10: Line 10:


/********************************************
/********************************************
  * Light yellow background for draft pages. *
  * Light grey background for draft pages. *
  ********************************************/
  ********************************************/


.ns-100 * #content {
.ns-100 * #content {
     background: #fffff8;
     background: #f8f8f8;
}
}


.ns-100 * #content div.thumb {
.ns-100 * #content div.thumb {
     border-color: #fffff8;
     border-color: #f8f8f8;
}
}


.ns-100 * #mytabs li {
.ns-100 * #mytabs li {
     background: #fffff8;
     background: #f8f8f8;
}
}


.ns-100 * #mytabs li a {
.ns-100 * #mytabs li a {
     background-color: #fffff8;
     background-color: #f8f8f8;
}
}


.ns-100 * #p-cactions li a {
.ns-100 * #p-cactions li a {
     background-color: #fffff8;
     background-color: #f8f8f8;
}
}


.ns-100 * #article-infobox {
.ns-100 * #article-infobox {
     background-color: #ffe !important;
     background-color: #f8f8ff !important;
     border-color: #aa8 !important;
     border-color: #aa8 !important;
}
}


/* </pre> */
/* </pre> */

Revision as of 17:39, 13 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;
}

/********************************************
 * Light grey background for draft pages. *
 ********************************************/

.ns-100 * #content {
    background: #f8f8f8;
}

.ns-100 * #content div.thumb {
    border-color: #f8f8f8;
}

.ns-100 * #mytabs li {
    background: #f8f8f8;
}

.ns-100 * #mytabs li a {
    background-color: #f8f8f8;
}

.ns-100 * #p-cactions li a {
    background-color: #f8f8f8;
}

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

/* </pre> */