MediaWiki:Monobook.css

From Bulbanews, your community Pokémon newspaper.
Revision as of 11:13, 29 April 2005 by Zhen Lin (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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: #ceb;
    background-image: none;
}

#content, #footer, .pBody, #p-cactions li {
    background: #dfc;
    color: #000;
    border-color: #796;
}

hr {
    background: #080;
    color: #080;
    border-color: #080;
}

#preftoc li, #pagehistory li { border: 1px solid #796; }
#preftoc li.selected, #pagehistory li.selected {
    background: #efc;
    border: 1px dashed #5b2;
}
.autocomment { color: #393; }

legend {
    background: #dfc;
}

div.gallerybox div.thumb {
    background: #efc;
    border-color: #796;
}

div.thumb {
    background: #dfc;
    border-color: #dfc;
}
div.thumb div {
    background: #efc;
    border-color: #796;
}
div.thumb div a img {
    background: white;
    border-color: #796;
}

table {
    background: #dfc;
    color: #000;
}

code { background-color: #ceb; }
pre {
    border: 1px dashed #8c6;
    color: #000;
    background: #ceb;
}

a {
    text-decoration: none;
    color: #483;
    background: none;
}
a:visited { color: #483; }
a:active { color: #080; }
a.stub { color: #5c9; }
a.new, #p-personal a.new { color: #d00; }
a.new:visited, #p-personal a.new:visited { color: #d00; }

#bodyContent a.extiw, #bodyContent a.extiw:active { color: #584; }
#bodyContent a.external { color: #584; }

#p-personal li a { color: #080; }
#p-personal li a:hover { color: #080; background: #ceb; }

#p-cactions li.selected {
    border-color: #0f0;
}
#p-cactions li a {
    color: #483;
    background: #dfc;
}
#p-cactions .new a { color: #d00; }

h1, h2, h3, h4, h5, h6 {
    color: #000;
    border-color: #080;
}

ul {
    list-style-type: square;
    list-style-image: none;
}

.portlet ul {
    color: #080;
    list-style-type: square;
    list-style-image: none;
}

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

#catlinks {
    border-color: #efd;
    background: none;
}

/* </pre> */