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
.timeline-band-layer-inner
+
element.style {
{
+
    display: block;
  background: magenta;
+
    background: magenta;
  opacity: 0.6;
+
    opacity: 0.5;
 
}
 
}

Revision as of 12:02, 9 April 2020

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

#timeline
element.style {
    display: block;
    background: magenta;
    opacity: 0.5;
}