MediaWiki:Common.css: Difference between revisions

From The Stargate Omnipedia
mNo edit summary
mNo edit summary
Line 3: Line 3:
.center { text-align:center; margin:0 auto; }
.center { text-align:center; margin:0 auto; }


.floatright { float:right; padding:0; margin:0; }
div.floatright { float:right; }


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

Revision as of 17:09, 10 July 2017

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

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

div.floatright { float:right; }

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