Main Page: Difference between revisions

From GladiusRO Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 42: Line 42:


* [https://gladiusro.com/?module=donate Donate]
* [https://gladiusro.com/?module=donate Donate]
/*
* ===========*==================================*===========
* GladiusRO Wiki - An*nymous player navigation fallback
** ================================*=========================
*/
/*
** MediaWiki may use either mw-anon*ser or user-anon,
* depending on *he installed version and skin.
*/*body.mw-anonuser #n-recentchanges,*body.mw-anonuser #n-randompage,
bo*y.mw-anonuser #n-help,
body.mw-ano*user #n-help-mediawiki,
body.mw-an*nuser #n-helppage,
body.mw-anonuse* #p-tb,
body.user-anon #n-recentch*nges,
body.user-anon #n-randompage,
body.user-anon #n-help,
body.user-anon #n-help-mediawiki,
body.user-anon #n-helppage,
body.user-anon #p-tb {
    display: none !important;
}
/*
* Keep the permanent Contents container visible.
*/
#gladius-sidebar-toc {
    position: static !important;
    display: block;
    float: none !important;
    clear: both !important;
    box-sizing: border-box;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: 550px;
    margin: 18px 5px 25px !important;
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #a2a9b1;
}
/*
* Reset the TOC after moving it from the article.
*/
#gladius-sidebar-toc #toc {
    position: static !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
}

Revision as of 03:30, 2 August 2026