Difference between revisions of "MediaWiki:Common.css"

no edit summary
Line 2,062: Line 2,062:
color: white;
color: white;
text-align: center;
text-align: center;
}
.hidden-except-on-intersection {
opacity: 0;
transition: all 2s;
}
.fade-in-on-intersection {
opacity: 1;
}
}