MediaWiki talk:Common.css

From Strategic Planning
/* To make redirects show up in italics on [[Special:Allpages]]. */
.allpagesredirect a, .watchlistredir a {
font-style:italic;
}

I've found the above useful, we have it on wmf.org and other sites. :) Cbrown1023 talk 00:24, 3 August 2009 (UTC)[reply]

Highlight current reference

Please add the CSS to highlight the selected reference. Platonides 20:41, 27 January 2010 (UTC)[reply]

Find it for me, and I'll be happy to. :) ~Philippe (WMF) 20:42, 27 January 2010 (UTC)[reply]


From en:MediaWiki:Common.css:

/* Highlight clicked reference in blue to help navigation */
ol.references > li:target,
sup.reference:target,
span.citation:target { 
    background-color: #DEF;
}

Platonides 23:23, 27 January 2010 (UTC)[reply]

Done :) ~Philippe (WMF) 23:55, 27 January 2010 (UTC)[reply]
You should have included the content of the <source> tags, not the tags themselves. There are also a couple of } missing, one at the end, closing the a.NavToggle rule, and another closing the ".wikitable caption, .prettytable caption" rule, just before "/* Default skin for navigation boxes */" Platonides 14:45, 29 January 2010 (UTC)[reply]
Done, thanks Platonides. Cbrown1023 talk 14:55, 31 January 2010 (UTC)[reply]