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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Personal imports, don't use */
/* @import "http://starwars.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css"; */
/* @import "http://community.wikia.com/index.php?title=User:Tm_T/global.css&action=raw&ctype=text/css"; */

/* GO AWAY YOU UNNEEDED, UNWANTED BLOCK OF UNUSEFUL WHITE! (or something along those lines) */
.WikiaPage, .WikiaPage .WikiaPageBackground {
  /* display: none; */
  background: #E0E0E0; /* rgba(255, 255, 255, 0.6) */; /* ...leads to #ECEDEF with current wookieepedia background */
}

/* Kill that ugly background from Userpage Headers */
.WikiaUserPagesHeader {
  background: none;
}

/* Testing with background images */
body.mediawiki, body.background-dynamic.skin-oasis.user-logged.wiki-starwars {
  background: #888 url(https://images2.wikia.nocookie.net/__cb20101213201843/swfanon/images/2/2e/CoruscantWikiBackground.jpg) no-repeat !important;
  background-position: center;
  background-attachment: fixed !important;
  color: #111;
}

header.wds-community-header {
    background-image: none !important;
    background-color: inherit;
}

body.background-dynamic.skin-oasis::after, body.background-dynamic.skin-oasis::before {
    background-image: none;
}

/* To have adaptive width */
/*#WikiaPage {
 *  width: auto;
 *  max-width: 1216px; /* sensible maximum width, adjust to your liking *
 *  float: woohoo-free-space-floating; /* anything else but right/left goes, roight? *
 *  margin-left: auto; /* Was: to have some gap from window edges *
 *  margin-right: auto;
 *}
 */

.WikiaArticle {
  background: #F0F0F0 /* rgba(255, 255, 255, 0.65) */;
  overflow: auto;
  padding: 0 10px;
}

/*.WikiaHeader, #WikiaFooter .toolbar {
 *  width: auto;
 *  min-width: 365px;
 *  max-width: 1226px; /* Following the max-width above, +10 px difference required *
 *  left: 0;
 *  right: 0;
 *  margin-left: auto; /* Was: same gaps as above, but -4 px (4+4=10 here) *
 *  margin-right: auto;
 *}
 */

/* a bit of an override for the footer toolbar from the rules above */
/*.WikiaFooter.float .toolbar {
 *  left: auto !important;
 *}
 */

/*#WikiaMainContent, .wikiamaincontent {
 *  padding: 0 8px;
 *  width: auto; /* use ~whole width *
 *  max-width: 980px;
 *  margin-right: 300px;
 *}
 */

/* #WikiaRail { /* Quick'n'dirty for placing *
 *  position: absolute;
 *  right: 0px;
 *}
 */

/*.oasis-one-column .WikiaMainContent, .oasis-one-column #WikiaMainContent {
 *  max-width: 1200px;
 *  margin-right: 0px;
 *}
 */

/* Hide the sidebar items and unwanted links in the toolbar, more below */
/*#WikiaHeader .GlobalNavigation, #WikiaFooter > h1, #WikiaFooter > a, #WikiaFooter > ul, .LatestPhotosModule, .WikiaActivityModule { display:none; }
*/
/*#WikiaSpotlightsModule { display:none !important; } /* I wonder why _this_ needs force */

.LazyLoadAd { display: none }

/*.WikiaRail { display:none; } /* to hide the sidebar entirely, or what is below to keep only the search */
/*.WikiaRail { 
 * float: none;
 * position: absolute;
 * left: 70%;
 * top: 30px;
 * z-index:999;
 *}
 */
/* Place the search box to some nice spot *
 * #wikiaRail .WikiaSearch { top: 44px; } */

/* Show eraicons with css until we have js to do the placement and all
*  #title-eraicons {
*  display: block !important;
*  text-align: right;
*  width: auto;
*  min-width: 250px;
*  margin-left: 4px;
}*/

/* Show shortcut box on right, goes below eraicons currently
 *#title-shortcut {
 *  display: block !important;
 *  clear: right;
 *  font-size: x-small !important;  zoom is 40% ...why?!
}*/

/** Experimenting with wordmark */
.WikiHeader .wordmark.graphic {
    margin-bottom: -15px;
    margin-top: -15px;
}

.WikiHeader .shadow-mask {
  background: transparent;
}

/* h1.wordmark img { display: none; } */

/*
 *.wordmark.medium.text a { color: transparent; }
 */

/* Separate colours for logged in users */
table.mw-enhanced-rc td a.mw-userlink[title^="User:"], ul.special li a.mw-userlink[title^="User:"] {
  color:#002BB8;
}

/* Testing RC username colouring */
table.mw-enhanced-rc td a[title="User:Tm T"], ul.special li a[title="User:Tm T"] {
  font-weight: bold;
  color:#707478 !important;
}

/*** Totally my personal stuff below */

/* Some border niftyness to infobox */
.WikiaArticle .infobox {
  border: 1px solid #888888 !important; /* I want that infobox border */
/* Firefox needs it's own version for rounded borders */
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
/* So does (older?) WebKit browsers */
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
/* ...when they all should use this, KHTML <3 */
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

#toc, .toc {
  border: 1px solid #A2A1A0;
  border-radius: 0.5em;
}

.toccolours {
  border: 1px solid #A2A1A0;
  background-color: #f2f1f0;
  padding: 5px;
  font-size: 95%;
}

body.mediawiki {
  font-family: sans-serif;
  font-size: medium;
}

.WikiaArticle {
  font-size: medium;
  line-height: 150%;
}

.WikiaArticle a.new:visited {
  color: darkred;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.editsection { display: inline !important; }
.editsection a img { display: none !important; }

/* Reintroduction of figure includes some pointless, bordered outline of white, raaaaarrrggggh!!!1 */
.WikiaArticle .tright, .WikiaArticle .tleft {
  outline: none !important;
}

/* raise those message boxes from the background */
.iumb, .ooumb {
  border: 1px solid #888;
  border-radius: 9px 9px 9px 8px;
  border-width: 0 1px 1px 0;
}

/* Yes, there's links for Watchlist and Recentchanges, but they're placed into void, let's show them */
header#WikiHeader div.hiddenLinks {
 /*  position: relative !important; */
    top: -4.8em !important
 /*  top: 0 !important;
 *  float: right;
 *  margin-top: -8.5em;
 */
}
 

/* Our new language interwiki links in a neat box */
.WikiaArticle #p-lang {
  /* background-color: #F0F0F0; */
  border: 1px solid #D0D0D0;
  margin-bottom: 10px;
  margin-top: 2em;
}

.WikiaArticle #p-lang h5 {
  background-color: #D0D0D0;
  font-weight: bold;
  margin: 0;
  padding: 0 1em;
}

.WikiaArticle #p-lang ul {
  list-style: none inside none;
  margin-left: -1px;
  overflow: auto;
}

.WikiaArticle #p-lang ul li {
  border-left: 1px solid #C0C0C0;
  float: left;
  padding-left: 13px;
  padding-right: 5px;
}

#p-lang li.FA {
  list-style-image: url("http://images.wikia.com/starwars/images/1/10/InterwikiFA.png");
  margin-right: 8px;
}

.spoiler {
  clear:both;
}

#title-eraicons a {
    margin: 0 4px;
    min-width: 24px;
    max-width: 100px;
    display: inline-block;
}

/* Hide those "hot right now somewhere else" ads */
#WikiaAdInContentPlaceHolder.rail-sticky-module {
    display: none;
}

/* I don't need those ads in footer either */
#mixed-content-footer {
    display: none;
}