Community Central
Community Central

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.
/* Some modifications I just like to have.
 * There's plenty to do yet
 */

/* Override KHTMLFixes.css, no need to fill that little gap between the content and action tabs above here in CC */
div#column-content {
/*  margin: 0 0 .6em -12.2em; */
  margin: 0 0 0 -12.2em !important;
}

/* Show redirects, this is from [[User:SinisterSamurai/monobook.css]] */
a.mw-redirect {
  color: darkorange;
}

/* Ensure the editbox stays black and so forth */
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, #wpOldTitle:focus, #wpReason:focus, #wpSummary:focus, #searchInput:focus {
  background-color: black;
  color: #BBBBBB;
}

/* Reduce shiny white */
div#content {
  background-color: #F4F4F4;
}

/* ...and sidebar */
.portlet .pBody {
  background-color: #E8ECEF;
  border: 1px solid #808080;
  border-right: 2px solid #808080;
  border-top: 1px solid #CCCCCC;
  border-left: 0;
}

/* border for first tab in case it's "active" */
#p-cactions ul li.selected:first-child {
  border-left: 5px #88C440 solid;
  margin-left: -1px;
  border-top-left-radius: 8px;
}

body, #pt-wall-notifications table {
  background: #D2D1D0;
}

.article-comments-pagination-link-active { font-weight: bold }

/** All below is for overriding stuff from [[MediaWiki:Monobook.css]], the amount of this is ridiculous ): */

#p-logo, #p-logo a, #p-logo a:hover {
    background: url("http://images.wikia.com/central/images/8/89/Wiki-wordmark.png") no-repeat center center transparent !important; /* atleast this doesn't have overblown black edges */
}

body.mediawiki { 
    background-image: none;
    background: #D2D1D0;
}
 
div#content {
    background-color: #F4F4F4;
  /* margin: 56px 50px 0 12.2em; */
    min-width: 235px; /* 800px as minimum? why? */
    border: 5px solid #88c440;
    /* border: 1px solid #888; ...cannot decide if I stand that much green */
    border-width: 0 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

pre {
    border: 1px dashed #88c440;
}

table.toc, #catlinks, ul#filetoc {
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: none; /* just, no */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
    border: 1px solid #888;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -o-border-radius: none;
    -khtml-border-radius: none;
    border-radius: 0;
}

#catlinks {color: #000000}

a, #bodyContent a.external, #bodyContent a[href^="gopher://"] {color: #0b78da;}
a:active {color: #0b78da;}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	overflow: hidden;
}
 
/* THUMB */
div.thumb div {
    background: #FFF;
    border: none;
    color: #222;
}
div.thumb div a img {
    border-color: #C0C0C0;
}
div.tright, div.tleft {
    border: 1px solid #C0C0C0;
}
 
/* ######################### */
/* ##       SIDEBAR       ## */
/* ######################### */
 
.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody {
    background: #F4F4F4;
    border: 2px solid #88c440;
    border-width: 0 2px 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

/* no point having list bullets on these anyway */
.pBody ul {
    list-style: none;
    margin-left: 5px;
}
 
.portlet h5 {
    color: #323130;
}
 
#p-Content_Navigation a, #p-Community a,
#p-tb a, #p-lang a, #p-wikicities-nav a {
    color: #0B78DA;
    font-weight: inherit;
}
 
/* ######################### */
/* ##      PAGETABS       ## */
/* ######################### */
#p-cactions {
    margin: 20px 0 0;
    width: auto; /* why this would need hard-set width? */
   /* z-index: 4; ... and this? */
}

#p-cactions li a {
    background-color: transparent;
    color: #0B78DA;
    -moz-border-radius: 0 0;
    -webkit-border-radius: 0 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

#p-cactions li.selected a {
    background-color: transparent;
    border-color: #88c440;
    border-width: 2px 2px 0;
}

#p-cactions li a:hover {
    background-color: transparent;
    color: #88c440;
    text-decoration: underline;
}

#p-cactions li.selected a:hover { background-color: transparent; }

#p-cactions li {
    background-color: #EEE;
    border-color: #DDE0DB;
    border-width: 1px 1px 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 1px 1px 0.2em;
}

#p-cactions li.selected {
    background: #F4F4F4;
    border-color: #88c440;
    border-width: 2px 2px 0;
    padding: 0 0 0.2em;
}
 
/* ######################### */
/* ##       HEADER        ## */
/* ######################### */
#p-personal li a {
    color: #0B78DA;
}

#p-personal li a:hover {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #88c440;

}
 
/* ######################### */
/* ##       FOOTER        ## */
/* ######################### */
 
div#footer {
    background: #F4F4F4;
    border: 5px solid #88c440;
    border-weight: 0 2px;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0;
    color: #000000;
    margin: 0 2em 1em 17.2em;
    max-width: 1241px;
    padding: 0.4em 11px 0.4em;
    overflow: auto;
}

#f-poweredbyico, #f-copyrightico {
    margin: 0.4em 0
}
 
/* Special:RecentChanges */
.minor {
	color: #000000;
	font-weight: bold;
}
.newpage {
	color: #000000;
	font-weight: bold;
}
.bot {
	color: #000000;
	font-weight: bold;
}
 
/* Special:ListFiles */
.TablePager td {
	background-color: #ebebeb;
	border: 2px solid #325500;
	color: #000000;
}
.TablePager tr: hover td {background-color: #ebebeb;}
.TablePager th {
	background-color: #ebebeb;
	border: 1px solid #325500;
	color: #000000;
}
.TablePager, .TablePager td, .TablePager th {
	border: 1px solid #325500;
	padding: 0 0.15em;
}
.imagelist th.TablePager_sort {background-color: #ebebeb;}
 
/* Special:Preferences */

#preftoc li, #preftoc li.selected {
    border: 1px solid #88c440;
    border-width: 1px 1px 0 1px;
}

#preferences, .prefsection table, .prefsection legend {
    background-color: #F9F9F9;
    border: none; /* borders and yet another borders, excessive */
}
 
/* ######################### */
/* ##   SYSTEM MESSAGES   ## */
/* ######################### */
 
div.noarticletext {
	background: #b4b4b4;
	border-color: #919191;
	color: #000000;
}
.usermessage, .editsimilar {
	background-color: #FFCE7B;
	border: 1px solid #FFA500;
	color: #000000;
	margin: 0.3em 0 1em;
}
 
/* ######################### */
/* ##     FILE PAGES      ## */
/* ######################### */
 
table.mw_metadata td, table.mw_metadata th{
	background-color: transparent;
	color: #FFFFFF;
}
 
/* ##################################### */
/* ##  GALLERY & SLIDESHOW Extension  ## */
/* ##################################### */
 
span.wikia-gallery-add {
	display: none !important; /* inline hard coded */
} 
a.wikia-slideshow-addimage {
	color: #ababab;
}
.wikia-gallery-border-small .thumb .gallery-image-wrapper {
	border-width: 0;
	margin: 1px auto;
}
.wikia-gallery-item .thumb {
	background: #000; repeat scroll 0 0 transparent;
	border: 1px solid grey;
}
.wikia-slideshow-images {
	background: #000000;
	border: 1px solid grey;
}
 
/* ######################### */
/* ##  TABVIEW EXTENSION  ## */
/* ######################### */
 
/*Center the tabs*/
.yui-nav, .yui-nav li {text-align: center;}
 
/*Style of the 'off' tabs */
.yui-navset .yui-nav li.tabOff, .yui-navset .yui-nav li.tabOn {
	background: #ababab;
	padding: 0px 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #020909;
	border-right: 1px solid #020909;
	border-bottom: 0px;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-o-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
}
 
/* Style of the 'on' tab */
.yui-navset .yui-nav li.tabPinned {
	background-color: #0E495D;
	padding: 0 9px;
	border-top: 2px solid #000000;
	border-left: 2px solid #6a8e37;
	border-right: 2px solid #6a8e37;
	border-bottom: 0px;
	box-shadow: inset 0 4px 5px #6a8e37;
	-moz-box-shadow: inset 0 4px 5px #6a8e37;
	-webkit-box-shadow: inset 0 4px 5px #6a8e37;
	-o-box-shadow: inset 0 4px 5px #6a8e37;
	-khtml-box-shadow: inset 0 4px 5px #6a8e37;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-o-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
}
 
/* keep the side padding, but enforce no gap between content area and tabs */
.yui-content {
	margin-top: 0;
	padding-top: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
 
/* ######################### */
/* ##      AjaxPoll       ## */
/* ######################### */
 
.pollAnswerVotes {color: #000000;}
 
/* ######################### */
/* ##       TABLES        ## */
/* ######################### */
 
table {
	color: inherit;
	background-color: transparent;
}
 
/* ############################### */
/* ##	  CUSTOM BUTTONS	## */
/* ############################### */
input.searchButton: hover {
	color: #FFFFFF;
	background: #88c440;
	-moz-box-shadow: 0 0 2px #FFFFFF;
	-webkit-box-shadow: 0 0 2px #FFFFFF;
	-o-box-shadow: 0 0 2px #FFFFFF;
	-ms-box-shadow: 0 0 2px #FFFFFF;
	box-shadow: 0 0 2px #FFFFFF;
}
 
input.goButton: hover {
	color: #FFFFFF;
	background: #88c440;
	-moz-box-shadow: 0 0 2px #FFFFFF;
	-webkit-box-shadow: 0 0 2px #FFFFFF;
	-o-box-shadow: 0 0 2px #FFFFFF;
	-ms-box-shadow: 0 0 2px #FFFFFF;
	box-shadow: 0 0 2px #FFFFFF;
}
 
input.show_changesButton: hover {
	color: #FFFFFF;
	background: #88c440;
	-moz-box-shadow: 0 0 2px #FFFFFF;
	-webkit-box-shadow: 0 0 2px #FFFFFF;
	-o-box-shadow: 0 0 2px #FFFFFF;
	-ms-box-shadow: 0 0 2px #FFFFFF;
	box-shadow: 0 0 2px #FFFFFF;
}
 
input#wpSave: hover, input#wpPreview: hover {
	color: #FFFFFF;
	background: #88c440;
	-moz-box-shadow: 0 0 2px #FFFFFF;
	-webkit-box-shadow: 0 0 2px #FFFFFF;
	-o-box-shadow: 0 0 2px #FFFFFF;
	-ms-box-shadow: 0 0 2px #FFFFFF;
	box-shadow: 0 0 2px #FFFFFF;
} 
 
input[type="button"],
input[type="submit"] {
	padding: 0 0.4em !important; /* main.css has important */
	color: #FFFFFF;
	background: #88c440;
}
 
#searchGoButton {
	color: #FFFFFF;
	background: #88c440;
}
 
#searchSearchButton {
	color: #FFFFF;
	background: #88c440;
}
 
/* Colour code of Recent changes page byte difference indications ...were way too bright */
.mw-plusminus-pos { color: #008816; }
.mw-plusminus-neg { color: #881600; }
 
/* Makes the TOC unwhite, if it needs to be white like the page below, set background transparent instead? */
#toc {
    background-color: #F9F9F9;
}

/* Add a border around blog comments so they do not blend in... or not, that black border is just too much */
.comments li blockquote {
    border: 1px solid #DDD;
    background: #EEE;
}

/* ############################### */
/* ##       per page CSS        ## */
/* ############################### */

/* [[Wikia]] and [[Template: Home]]
.page-Wikia h1.firstHeading, .page-Wikia #siteSub, .page-Wikia #contentSub, .page-Wikia #lastmod {display: none !important;}
.page-Template_Home h1.firstHeading, .page-Template_Home #siteSub, .page-Template_Home #contentSub, .page-Template_Home #lastmod {display: none !important;}
.page-Wikia .templatesUsed {display: none;} * Just to make it a bit less hard to vandalize */