Difference between revisions of "MediaWiki:Common.css"

From stix
Jump to: navigation, search
Line 14: Line 14:
  
 
.stix-wiki-img{
 
.stix-wiki-img{
display: inline-block;
+
display: inline-block;
max-height:300px !important;
+
max-height:350px !important;
 +
}
 +
.stix-wiki-img-big{
 +
display: inline-block;
 +
max-height:600px !important;
 
}
 
}

Revision as of 16:04, 30 May 2021

/* CSS placed here will be applied to all skins */
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
    color:green;
    font-weight:bold;
    font-size:150%;
    font-style:italic;
}
#stix-obs {
width:100%;
}

.stix-wiki-img{
	display: inline-block;
	max-height:350px !important;
}
.stix-wiki-img-big{
	display: inline-block;
	max-height:600px !important;
}