Difference between revisions of "MediaWiki:Common.css"

From Ovalkwiki
Jump to navigation Jump to 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; } /* Co...")
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:


/* ConfirmEdit QuestyCaptcha -- on Create Account */
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }
.htmlform-tip + .mw-htmlform-field-HTMLInfoField {  
    color:red;
    margin-top: 1em;
}
 
.htmlform-tip + .mw-htmlform-field-HTMLInfoField div.mw-input {
    margin-top: 1em;
}


/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
label[for=wpCaptchaWord] {
     color:green;
     color:red;
     font-weight:bold;
}
     font-size:150%;
 
     font-style:italic;
div#toc {
     float: left;
     margin-right: 20px;
     margin-bottom: 20px;
}
}

Latest revision as of 21:28, 28 May 2020

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

/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { 
    color:red;
    margin-top: 1em;
}

.htmlform-tip + .mw-htmlform-field-HTMLInfoField div.mw-input { 
    margin-top: 1em;
}

/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
    color:red;
}

div#toc {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}