User:Becasita/wikia.css

From Yugipedia
Jump to: navigation, search

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down Ctrl and click the Refresh or Reload button. Firefox: hold down ⇧ Shift while clicking Reload (or press Ctrl+⇧ Shift+R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* Disabling ads. */
#recirculation-rail,    /* Disabling "Trending Fandom Articles" */
#WikiaFooter,           /* Disabling "Around Wikia's network" container. */
#WikiaTopAds,           /* Disabling ads at the Main Page */
.home-top-right-ads
{
    display:none;
}

/* Hide "Add New Page" and "Share" buttons and categories on the page header. */
a[data-tracking="add-new-page"],
#ShareEntryPoint.wds-button.wds-is-squished.wds-is-secondary,
.page-header__categories
{
	display: none !important;
}

/* Extend bottom margin of the main content. */
#WikiaMainContent,      /* On viewing. */
#EditPageEditorWrapper  /* On editing. */
{   /* (Given «#WikiaFooter» is not being displayed, this give it some space to end.) */
    margin-bottom: 15px;
}

/* 100% width on some pages. */
.mw-special-Contributions #WikiaMainContent,/* [[Special:Contributions]]. */
.mw-special-Following #WikiaMainContent,    /* [[Special:Following]]. */
/*.ns-2 :not(.page-bright) #WikiaMainContent, /* User (root). */
.ns-3 #WikiaMainContent,                    /* User talk. */
.ns-828 #WikiaMainContent                   /* Module. */
{
    width: 100%;
}

/* Remove right rail on user talk pages. */
.ns-3 #WikiaRailWrapper
{   /* (Remove "Pages I'm watching" board.) */
    display: none;
}