Difference between revisions of "MediaWiki:Common.css"

From mx Help Wiki
Jump to: navigation, search
 
(2 intermediate revisions by one 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 */
  
.hlght {
+
.hl { /* blue links */
color: #093296;
+
  color: #093296;
font-weight: bold;
+
  font-weight: bold;
}
+
}
 +
 
 +
 
 +
.hll { /* blue links actually in mx */
 +
  color: #093296;
 +
  font-family: san serif;
 +
}

Latest revision as of 13:49, 28 December 2006

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

 .hl { /* blue links */
  color: #093296;
  font-weight: bold;
 }


 .hll { /* blue links actually in mx */
  color: #093296;
  font-family: san serif;
 }
Personal tools