Difference between revisions of "MediaWiki:Common.css"
From Geohashing
(list bugfix) |
m |
||
(2 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 */ | ||
ul{list-style:outside disc;} | ul{list-style:outside disc;} | ||
+ | ul ul{list-style:outside circle;} | ||
+ | ul ul ul{list-style:outside square;} | ||
+ | .lightlinks a, .lightlinks a.external{color: #ff0;} |
Latest revision as of 18:07, 18 November 2024
/* CSS placed here will be applied to all skins */ ul{list-style:outside disc;} ul ul{list-style:outside circle;} ul ul ul{list-style:outside square;} .lightlinks a, .lightlinks a.external{color: #ff0;}