Difference between revisions of "MediaWiki:Common.css"

From Anarchy
Jump to navigation Jump to search
imported>Ivanhoe
imported>Ivanhoe
Line 19: Line 19:
 
     margin: auto;
 
     margin: auto;
 
}
 
}
 +
 +
.toc, #toc { display: none; }

Revision as of 18:19, 3 October 2016

/* CSS placed here will be applied to all skins */

div#content a[href ^="https://"].external
 {
    background: center right no-repeat; padding-right: 18px;
}
.mw-body p {    
    max-width: 500px;
    margin: auto;
}

.mw-body blockquote {
    max-width: 450px;
    margin: auto;
}

.mw-body references {
    max-width: 500px;
    margin: auto;
}

.toc, #toc { display: none; }