Difference between revisions of "MediaWiki:Common.css"

From mx Help Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
 
/** CSS placed here will be applied to all skins */
 
/** CSS placed here will be applied to all skins */
  
.hl { /* blue links */
+
.hl { /* blue links */
color: #093296;
+
  color: #093296;
font-weight: bold;
+
  font-weight: bold;
}
+
}
  
  
.hll { /* blue links actually in mx */
+
.hll { /* blue links actually in mx */
color: #093296;
+
  color: #093296;
font-family: san serif;
+
  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