MediaWiki:Common.css: Difference between revisions

From OKOS Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: troubleshooting.tr:nth-child(even) { background-color: #D6EEEE; }")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


troubleshooting.tr:nth-child(even) {
table.troubleshooting {
   background-color: #D6EEEE;
   border: 2px;
}
}

Latest revision as of 16:52, 10 March 2025

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

table.troubleshooting {
  border: 2px;
}