Difference between revisions of "MediaWiki:Common.css"

From stix
Jump to: navigation, search
Line 9: Line 9:
 
     font-style:italic;
 
     font-style:italic;
 
}
 
}
 
+
#stix-obs {
 +
width:100%;
 +
}
  
 
.img-inline{
 
.img-inline{

Revision as of 11:41, 29 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%;
}

.img-inline{
				display: inline-block;
				max-width: 98%;
				height: auto;
				width: 50%;
				margin: 1%;
}