MediaWiki:Common.css: Difference between revisions

From The Stargate Omnipedia
mNo edit summary
mNo edit summary
Line 7: Line 7:


#mw-wrapper #mw-body-container #mw-content-text .floatright img { float:right; }
#mw-wrapper #mw-body-container #mw-content-text .floatright img { float:right; }
.content .post #mw-content-text .floatright img { margin:0; padding:0; }
.content .post #mw-content-text .floatright img { float:left; margin:0; padding:0; }

Revision as of 17:15, 10 July 2017

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

.center { text-align:center; margin:0 auto; }

#mw-wrapper #mw-body-container #mw-content-text img { max-width:50%; }
.content .post #mw-content-text img { max-width:100%; }

#mw-wrapper #mw-body-container #mw-content-text .floatright img { float:right; }
.content .post #mw-content-text .floatright img { float:left; margin:0; padding:0; }