MediaWiki:Common.css: Difference between revisions

From Bomsil TTRPG Setting Wiki
Jump to navigation Jump to search
(Added background gradient for the NPC Stat Block)
 
No edit summary
Line 4: Line 4:
background: linear-gradient(#eeaa99,#ffffdb);
background: linear-gradient(#eeaa99,#ffffdb);


}
tr:nth-child(odd) {
  background: #acffdf;
}
tr:nth-child(even) {
  background: #acacac;
}
}

Revision as of 09:52, 5 December 2023

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

.npc_stat_block { 
background: linear-gradient(#eeaa99,#ffffdb);

}

tr:nth-child(odd) {
  background: #acffdf;
}

tr:nth-child(even) {
  background: #acacac;
}