Difference between revisions of "MediaWiki:Common.css"

From Catznip
Jump to navigation Jump to search
Line 2: Line 2:
  
 
span.rlvacmd {
 
span.rlvacmd {
font-size: .2em;
+
  font-family: Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace;
 +
  font-weight:bold;
 +
  color:#000076;
 +
}
 +
span.rlvacmd.param {
 +
  color:#1B2F11;
 +
  cursor:help;
 +
}
 +
span.rlvacmd.opt {
 +
  background-color:#F5E7A2;
 +
  cursor:help;
 +
}
 +
span.rlvacmd.type {
 +
  color:#591D35;
 +
  cursor:help;
 
}
 
}

Revision as of 18:12, 7 January 2014

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

span.rlvacmd {
   font-family: Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace;
   font-weight:bold;
   color:#000076;
}
span.rlvacmd.param {
   color:#1B2F11;
   cursor:help;
}
span.rlvacmd.opt {
   background-color:#F5E7A2;
   cursor:help;
}
span.rlvacmd.type {
   color:#591D35;
   cursor:help;
}