Difference between revisions 124314 and 124315 on gomwiki

/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
 * Styling for the 2015 redesigned Main Page
 */

/* Hide stuff from Main Page (do not copy to Common.css) */
.page-Wikipedia_Main_Page_2015_redesign h1.firstHeading,
.page-Wikipedia_Main_Page_2015_redesign #mp-enable,
.page-Wikipedia_Main_Page_2015_redesign #siteSub,
.page-Wikipedia_Main_Page_2015_redesign #contentSub,
.page-Wikipedia_Main_Page_2015_redesign #catlinks {
    display: none;
}

/* Move TFA image to right (temporary hack) */
#mp-tfa-img {
    float: right !important;
    margin: 0.5em 0 0.4em 0.9em !important;
}

/**
 * Start of Main Page styling. Positional layout CSS is inline.
 */

/* Set maximum width */
#mw-content-text {
    margin: 0 auto;
    max-width: 125em;
(contracted; show full)        float: none !important;
        width: auto !important;
    }
    #mp-topbanner-left,
    .mp-margin-left {
        margin-left: 0 !important;
    }        
}