Important note on account security
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with importScript or iusc, take note that this causes you to dynamically load a remote script, which could be changed by others. The code will be executed when you preview this page.

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Edge: Press Ctrl-Shift-Del, select Cached data and files, and click Clear
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Fanon skin */

.ns-112 .WikiaHeader,
.ns-113 .WikiaHeader,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaHeader,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaHeader,
.ns-112 .WikiaBarWrapper,
.ns-113 .WikiaBarWrapper,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarWrapper,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarWrapper { 
  background-color: #1C5CA5;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #053871), color-stop(50%, #3380D8), color-stop(100%, #053871));
  background-image: -moz-linear-gradient(left, #053871 0, #3380D8 50%, #053871 100%);
}

.ns-112 .GlobalNavigation > li > a,
.ns-112 .GlobalNavigation > li:last-child > span > span > a,
.ns-113 .GlobalNavigation > li > a, .ns-113 .GlobalNavigation > li:last-child > span > span > a,
body.page-The_Sims_Wiki_Fanon_Portal .GlobalNavigation > li > a,
body.page-The_Sims_Wiki_talk_Fanon_Portal .GlobalNavigation > li > a,
body.page-The_Sims_Wiki_Fanon_Portal .GlobalNavigation > li:last-child > span > span > a,
body.page-The_Sims_Wiki_talk_Fanon_Portal .GlobalNavigation > li:last-child > span > span > a,
.ns-112 .WikiaHeader li.start-a-wiki, .ns-113 .WikiaHeader li.start-a-wiki,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaHeader li.start-a-wiki,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaHeader li.start-a-wiki {
  border-left: 1px solid #5B99DF;
}

.ns-112 .WikiaBarWrapper .toolbar .tools>li,
.ns-113 .WikiaBarWrapper .toolbar .tools>li,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li {
  border-left: 1px solid #5B99DF;
}

.ns-112 .WikiaBarWrapper .toolbar .tools>li:first-child,
.ns-113 .WikiaBarWrapper .toolbar .tools>li:first-child,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li:first-child,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarWrapper .toolbar .tools>li:first-child {
  border: 0;
}

.ns-112 .WikiaBarCollapseWrapper,
.ns-113 .WikiaBarCollapseWrapper,
body.page-The_Sims_Wiki_Fanon_Portal .WikiaBarCollapseWrapper,
body.page-The_Sims_Wiki_talk_Fanon_Portal .WikiaBarCollapseWrapper {
  background-color: #053871;
}

/* IRC-style Chat */
.Chat {line-height:1.2em; word-wrap:break-word;}
.Chat .avatar {display:none;}
.Chat li {padding:2px 3px; min-height:0;}
.Chat ul {margin:10px;}
.Chat .username {display:inline;}
.Chat .username:before {content:'<';}
.Chat .username:after {content: '>';}
.Chat .you {background:#f0f0f0;}
.Chat .time {float:left; margin-right:3px; font-size: inherit; color:#333;}
.Chat .time:before {content:'[';}
.Chat .time:after {content:']';}
.Chat .inline-alert {text-align:left; padding:2px 3px; font-weight:normal; font-size:13px; line-height:1.2em;}
.Chat .inline-alert:before, .Chat .inline-alert:after {content:none;}
.Chat .continued {top:0; margin-bottom:0;}
.Chat .continued .username {display:inline;}
.Chat .continued .time {display:block;}