Difference between revisions of "MediaWiki:Common.css"

From EdTech Help
Line 18: Line 18:
 
.thumbimage {
 
.thumbimage {
 
max-width: 800px ;
 
max-width: 800px ;
max-height: 800px ;
+
max-height: auto ;
 
}
 
}

Revision as of 17:48, 3 December 2019

/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-formedit { display:none!important; }

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, #p-logo-text a, #personal h2 span
{
font-family: 'Linux Libertine','Trebuchet MS', sans-serif;
}
.thumbinner {
border: 2px solid ;
max-width: 800px ;
max-height: 800px ;
}
.center {
padding-bottom: 45px ;
}
.thumbimage {
max-width: 800px ;
max-height: auto ;
}