On Friday, April 19, 2024 at 10:00 PM New York time, all OpenWiki Project sites will be undergoing scheduled maintenance for about 2 hours. Expect read-only access and brief periods of downtime.

User:PikaSamus/monobook.css: Difference between revisions

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
mNo edit summary
mNo edit summary
Line 1: Line 1:
body {
    background: #111;
}
.mw-body {
.mw-body {
     color: #fff;
     color: #d9d9d9;
     background: #000;
     background: #000;
}
}
Line 13: Line 16:
}*/
}*/
div.thumbinner {
div.thumbinner {
     background-color: #070605;
     background-color: #333;
}
table.wikitable{
    color: white;
}
 
table.mw-babel-wrapper {
    color: black;
}
 
li.not-patrolled {
    color: black;
}
 
html .thumbimage{
    background-color: transparent;
}
}

Revision as of 05:48, 19 January 2019

body {
    background: #111;
}
.mw-body {
    color: #d9d9d9;
    background: #000;
}
#toc, .toc, .mw-warning, .toccolours {
    background-color: #070605;
}
.editOptions {
    background-color: #222;
}
/*.mw-wiki-logo {
    background-image: url(/w/skins/FireEmblem/images/logo.png?ddec4);
}*/
div.thumbinner {
    background-color: #333;
}
table.wikitable{
    color: white;
}

table.mw-babel-wrapper {
    color: black;
}

li.not-patrolled {
    color: black;
}

html .thumbimage{
    background-color: transparent;
}