MediaWiki:Common.css: Difference between revisions

From The Stargate Omnipedia
mNo edit summary
mNo edit summary
 
(26 intermediate revisions by the same user not shown)
Line 3: Line 3:
.center { text-align:center; margin:0 auto; }
.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; }
li .redirect-in-category a.mw-redirect { font-style:normal; }
.content .post .mainentry #mw-content-text img { max-width:100%; }


#mw-wrapper #mw-body-container #mw-content-text .thumbinner img { max-width:100%; }
iframe { height: 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 img.thumbborder { float:none; } /* Little character index pics */
.mw-category { columns: 2 auto; column-count:2; -moz-column-count:2; -webkit-column-count:2; }
 
#mw-wrapper #mw-body-container #mw-content-text .category-banner img { max-width:100%; margin:20px auto; float:none; display: block; } /* Category banners */
 
#mw-wrapper #mw-body-container #mw-content-text .thumbinner img { max-width:100%; } /* Entry secondary images */
 
#mw-wrapper #mw-body-container #mw-content-text img.thumbborder { float:none; margin:0 2px 0 0; padding:0; } /* Little character index pics */

Latest revision as of 17:12, 9 March 2021

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

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

li .redirect-in-category a.mw-redirect { font-style:normal; }

iframe { height: 100%; }

.mw-category { columns: 2 auto; column-count:2; -moz-column-count:2; -webkit-column-count:2; }

#mw-wrapper #mw-body-container #mw-content-text .category-banner img { max-width:100%; margin:20px auto; float:none; display: block; } /* Category banners */

#mw-wrapper #mw-body-container #mw-content-text .thumbinner img { max-width:100%; } /* Entry secondary images */

#mw-wrapper #mw-body-container #mw-content-text img.thumbborder { float:none; margin:0 2px 0 0; padding:0; } /* Little character index pics */