Difference between revisions of "MediaWiki:Common.css"

From Cyphers Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Question CAPTCHA: .mw-spcial-CreateAccount .mw-htmlform-field-HTMLInfoField .mw-input { margin-top: 1em; font-weig...")
 
 
Line 2: Line 2:
  
 
/* Question CAPTCHA */
 
/* Question CAPTCHA */
.mw-spcial-CreateAccount .mw-htmlform-field-HTMLInfoField .mw-input {
+
.mw-special-CreateAccount .mw-htmlform-field-HTMLInfoField .mw-input {
 
   margin-top: 1em;
 
   margin-top: 1em;
 
   font-weight: bold;
 
   font-weight: bold;
 
}
 
}

Latest revision as of 18:30, 8 May 2021

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

/* Question CAPTCHA */
.mw-special-CreateAccount .mw-htmlform-field-HTMLInfoField .mw-input {
  margin-top: 1em;
  font-weight: bold;
}