In every category page, the <body> tag contains the class "ns-14" (for namespace #14).
<body class="mediawiki ltr ns-14 ...">
You can leverage this to change the look of category pages only using CSS; for
example,
body.ns-14 #content {
background-color: red; /* or whatever */
}
DanB
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
