Difference between revisions of "MediaWiki:Common.css"

From CUGC Wiki
(Make selector specific enough to apply.)
(Set both fore- and background.)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
#mw-content dl dt {
 
#mw-content dl dt {
  font-family: sans-serif;
 
 
   font-weight: bold;
 
   font-weight: bold;
 +
  font-size: 110%;
 +
}
 +
 +
input, textarea {
 +
  color: black;
 +
  background-color: white;
 
}
 
}

Latest revision as of 01:08, 13 March 2019

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

#mw-content dl dt {
  font-weight: bold;
  font-size: 110%;
}

input, textarea {
  color: black;
  background-color: white;
}