The Legendarium
Mbox Notice
This code no longer works. It only works with the legacy version of FANDOM, and given that the Legendarium has recently been updated to the UCP, it is no longer functional. New code is currently being developed to work with the UCP.

This is a quick guide to allow visitors and long-term users who operate from a desktop to view the legendarium as it was meant to be read. These changes will only apply to you.

Effects

This CSS code will affect only your profile, and only while on this wiki, unless you choose to apply the code globally.

The code will widen the window of the legendarium by removing the side-bar that contains 'Recent Wiki Activity'. It also removes all ads from the page, including the large and intrusive banner on the top of all FANDOM wikis.

(PLANNED) It will also remove all the buttons you find to the left of the search bar at the top of the wiki page. Such buttons are highly irrelevant and certainly do not pertain to the legendarium or even to the regular user experience.

Guide

Step 1

Natigate to your Special:MyPage/common.css. If you are new to this legendarium it should be empty.

Step 2

Hit the 'Create' button on the top right corner of the wiki page.

Step 3

Copy/paste the following code into your newly created file:

/* REMOVE ADS */
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:AdRailRemove/code.css&only=styles";

/* WIDE PAGES + HIDE SIDE BAR */
.WikiaTopAds, .home-top-right-ads, .wikia-ad, .SelfServeUrl,
.WikiaActivityModule, .WikiaFooter, #WikiaArticleBottomAd,
.LatestPhotosModule, .ChatModule, .WikiaAdInContentPlaceHolder,
.WikiaAdInContent, #WikiaNotifications { display:none !important; width: 0px !important; }
 
.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER, .global-footer, .WikiaRail .loaded, { display: none !important; }
 
#WikiaRail { display: none !important; width: 0px !important; }
 
#WikiaMainContent { width: 100% !important; }
 
.WikiaMainContentContainer { margin-right: 0 !important; }

Step 4

Once the code has been pasted into your file, hit the 'Publish' button on your right-hand toolbar.

You're done! Wait for your CSS to refresh, and you should notice the legendarium's window increase in width significantly.

Applying Changes Globally

If you like the changes this CSS code makes, you can have it applied globally to all FANDOM wikis you visit, and not just this legendarium.

If you'd like to apply it globally, follow the same steps as above, but instead of navigating to your legendarium-specific CSS, go to w:Special:MyPage/global.css, which is your global CSS.

All other steps are identical. Note that if you are a previous user of FANDOM you may already have edited your global file, and it may contain some code already.

External Links

  • AdBlock - While this CSS code is meant to block all ads, the only way to ensure all ads are blocked is to use an adblocker.