Difference between revisions of "MediaWiki:Common.css"

From GATE
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
/* make the Cite extension list of references look smaller and highlight clicked reference in blue */
 +
ol.references { font-size: 90%; }
 +
ol.references li:target { background-color: #ddeeff; }
 +
sup.reference:target { background-color: #ddeeff; }

Revision as of 09:31, 11 July 2017

/* CSS placed here will be applied to all skins */
/* make the Cite extension list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 90%; }
ol.references li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }