Difference between revisions of "MediaWiki:Common.css"

From CUGC Wiki
(Add dt styling.)
 
(Set both fore- and background.)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
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 02: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;
}