This is something that I wrote, along with some help with it by User:Elecbullet. He basically showed me that body.page- will allow me to customize stuff, and from there, I used Inspect Element to go on. :D So, here it is.
- Copy this code.
- Go to your wiki's Wikia.css
- Exchange
PAGENAMEfor whatever page you're changing, and all things after :# (which are colors btw) with your own color - Finally, click publish. With any luck, the colors of the page will have changed.
- You can also change anything else by adding another thing in between { }. For instance, you could add something like
display:none;though this would almost definitely break the TOU no matter what you removed, so better to just change the position withfloat:(wherever you want, left right center);. Feel free to modify the note, but do change the version to 1.(whatevs I have it at).(whatever you have yours at) instead of 1.1, and remember to credit me. Thanks!
/* One page .css change, Ver. 1.1
// Anyone can request it, but don't use without permission.
// Credit to Master Ceadeus 27 for this version and all future versions.
//######################################################################
//Usage: Change "PAGENAME to the name of the page you would like to change.
//Then change whatever else you want to style your page.
//It is recommended you use this with PortableCSSPad.*/
body.page-PAGENAME {
background-color:#0000ff;
color:#ffffff;
}
body.page-PAGENAME .WikiaPageContentWrapper {
background-color:#000099;
color:#ffffff
}
body.page-PAGENAME .WikiaUserPagesHeader {
background-color:#1919FF;
color:#ffffff;
}
body.page-PAGENAME div#UserProfileMasthead {
background-color:#0000ff;
color:#ffffff;
}
body.page-PAGENAME div#WikiaUserPagesHeader {
background-color:#000099;
color:#ffffff;
}
body.page-PAGENAME .WikiaUserPagesHeader {
background-color:#000099;
color:#ffffff;
}
body.page-PAGENAME a {
color: #ffffff;
}
body.page-PAGENAME a:link {
color: #ffffff;
}
body.page-PAGENAME section#UserProfileMasthead {
background-color:#0000ff;
color:#ffffff;
}
body.page-PAGENAME .UserProfileMasthead {
background-color:#0000ff;
color:#ffffff;
}
body.page-PAGENAME div#masthead-avatar {
background-color:#0000ff;
}
body.page-PAGENAME div#UserProfileMastheadSearch {
background-color:#0000ff;
color:#FFFFFF;
}
body.page-PAGENAME .UserProfileMastheadSearch {
background-color:#0000ff;
color:#ffffff;
}
body.page-PAGENAME div.masthead-info {
background-color:#0000ff;
color:#ffffff !important;
}
body.page-PAGENAME div.masthead-info-lower {
background-color:#0000ff;
color:#FFFFFF;
}
body.page-PAGENAME div {
background-color:#0000ff;
color:#FFFFFF;
}
body.page-PAGENAME div.tabs-container {
background-color:#000099;
color:#FFFFFF;
}
body.page-PAGENAME hgroup {
background-color:#0000ff;
color:#FFFFFF;
}
body.page-PAGENAME section.FollowedPagesModule {
background-color:#0000ff;
color:#FFFFFF;
}
body.page-PAGENAME .module {
background-color:#000099;
color:#ffffff;
}
body.page-PAGENAME div#WikiaRail {
background-color:#000099;
color:#ffffff;
}
body.page-PAGENAME .WikiaRail {
background-color:#000099;
color:#ffffff;
}
body.page-PAGENAME .grid-2 {
background-color:#000099;
color:#ffffff;
}