MediaWiki:Common.css: Difference between revisions

From The Stargate Omnipedia
mNo edit summary
mNo edit summary
Line 8: Line 8:
#mw-wrapper #mw-body-container #mw-content-text .thumbinner img { max-width:100%; }
#mw-wrapper #mw-body-container #mw-content-text .thumbinner img { max-width:100%; }
#mw-wrapper #mw-body-container #mw-content-text .banner img { max-width:100%; float:none; margin-left:0; } /* Category banners */
#mw-wrapper #mw-body-container #mw-content-text .banner img { max-width:100%; float:none; margin-left:0; } /* Category banners */
#mw-wrapper #mw-body-container #mw-content-text .thumbborder img { float:none; } /* Little character index pics */
#mw-wrapper #mw-body-container #mw-content-text .thumbborder img { float:left; } /* Little character index pics */

Revision as of 17:39, 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%; float:right; margin:0 0 10px 20px; }
.content .post .mainentry #mw-content-text img { max-width:100%; }

#mw-wrapper #mw-body-container #mw-content-text .thumbinner img { max-width:100%; }
#mw-wrapper #mw-body-container #mw-content-text .banner img { max-width:100%; float:none; margin-left:0; } /* Category banners */
#mw-wrapper #mw-body-container #mw-content-text .thumbborder img { float:left; } /* Little character index pics */