Difference between revisions of "MediaWiki:Common.css"

From mx Help Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
/** CSS placed here will be applied to all skins */
 
/** CSS placed here will be applied to all skins */
  
.hl {
+
.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;
 
}
 
}

Revision as of 13:48, 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