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)
 
(changing highlight color from yellow to light blue to improve contrast for viewers with tritanopia and achromatopsia)
Line 4: Line 4:
  * directly-linked table rows, mainly for [[Bitfield Table]]: */
  * directly-linked table rows, mainly for [[Bitfield Table]]: */
tr:target {
tr:target {
background-color:#ffc;
background-color:#bcf;
box-shadow: 0 2px 8px #667c;
box-shadow: 0 2px 8px #667c;
}
}

Revision as of 16:52, 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:#bcf;
	box-shadow: 0 2px 8px #667c;
}