Difference between revisions of "MediaWiki:Common.css"

From SystersWiki
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
#timeline
+
.timeline-band-layer-inner {
element.style {
 
    display: block;
 
 
     background: magenta;
 
     background: magenta;
     opacity: 0.5;
+
     opacity: 0.6;
 
}
 
}

Revision as of 12:05, 9 April 2020

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

.timeline-band-layer-inner {
    background: magenta;
    opacity: 0.6;
}