Difference between revisions of "MediaWiki:Common.css"

From stix
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: ConfirmEdit QuestyCaptcha -- on Create Account: .htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; } /* Conf...")
 
Line 8: Line 8:
 
     font-size:150%;
 
     font-size:150%;
 
     font-style:italic;
 
     font-style:italic;
 +
}
 +
 +
 +
.img-inline{
 +
    display: inline-block;
 +
    border: 1px solid #ECEDE8;
 +
    margin: 10px 10px;
 +
    overflow: hidden;
 +
    height: 300px;
 +
    vertical-align: top;
 
}
 
}

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


.img-inline{
    display: inline-block;
    border: 1px solid #ECEDE8;
    margin: 10px 10px;
    overflow: hidden;
    height: 300px;
    vertical-align: top;
}