Difference between revisions of "MediaWiki:Common.css"

From Anarchy
Jump to navigation Jump to search
imported>Ivanhoe
imported>Ivanhoe
Line 12: Line 12:
 
.mw-body blockquote {
 
.mw-body blockquote {
 
     max-width: 450px;
 
     max-width: 450px;
 +
    margin: auto;
 +
}
 +
 +
.mw-body references {
 +
    max-width: 500px;
 
     margin: auto;
 
     margin: auto;
 
}
 
}

Revision as of 13:31, 19 August 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;
}