Difference between revisions of "MediaWiki:Common.css"

From Ōkami Speedrun Wiki
Jump to navigation Jump to search
(Adding rule for highlighting directly-linked table rows)
(No difference)

Revision as of 13:28, 6 June 2021

/* CSS placed here will be applied to all skins */

/* The following has been added by Auride on 6 June 2021 for highlighting
 * directly-linked table rows, mainly for [[Bitfield Table]]: */
tr:target {
	background-color:#ffc;
	box-shadow: 0 2px 8px #667c;
}