Difference between revisions of "MediaWiki:Common.css"
From SystersWiki
(Created page with "→CSS placed here will be applied to all skins: #timeline .timeline-band-layer-inner { background: magenta; opacity: 0.6; }") |
|||
Line 2: | Line 2: | ||
#timeline | #timeline | ||
− | . | + | element.style { |
− | + | display: block; | |
− | + | background: magenta; | |
− | + | opacity: 0.5; | |
} | } |
Revision as of 11:02, 9 April 2020
/* CSS placed here will be applied to all skins */ #timeline element.style { display: block; background: magenta; opacity: 0.5; }