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.
m (a classic)
mNo edit summary
Line 7: Line 7:
}
}
#toc, .toc, .mw-warning, .toccolours {
#toc, .toc, .mw-warning, .toccolours {
     background-color: #070605;
     background-color: #333;
}
}
.editOptions {
.editOptions {
Line 18: Line 18:
     background-color: #333;
     background-color: #333;
}
}
.pBody {
    background-color: #333;
    color: #d9d9d9;
}
a, a:visited {
    color: #0c95c9;
}
/*the following were taken from mediawiki:fireemblem.css*/
table.wikitable{
table.wikitable{
     color: white;
     color: white;
}
}
table.mw-babel-wrapper {
table.mw-babel-wrapper {
     color: black;
     color: black;
}
}
li.not-patrolled {
li.not-patrolled {
     color: black;
     color: black;
}
}
html .thumbimage{
html .thumbimage{
     background-color: transparent;
     background-color: transparent;
}
}

Revision as of 05:55, 19 January 2019

body {
    background: #111;
}
.mw-body {
    color: #d9d9d9;
    background: #000;
}
#toc, .toc, .mw-warning, .toccolours {
    background-color: #333;
}
.editOptions {
    background-color: #222;
}
.mw-wiki-logo {
    background-image: url(/w/images/8/8f/Fireemblemwiki.png);
}
div.thumbinner {
    background-color: #333;
}
.pBody {
    background-color: #333;
    color: #d9d9d9;
}
a, a:visited {
    color: #0c95c9;
}

/*the following were taken from mediawiki:fireemblem.css*/
table.wikitable{
    color: white;
}
table.mw-babel-wrapper {
    color: black;
}
li.not-patrolled {
    color: black;
}
html .thumbimage{
    background-color: transparent;
}