MediaWiki:Vector.css: Difference between revisions

Turn down opacity on rainbox bg
(Update table borders)
(Turn down opacity on rainbox bg)
(One intermediate revision by the same user not shown)
Line 500:
.resloc-box + .ambox,.resloc-box + .toc {
margin-top: 10px;
}
 
/* PRIDE MONTH */
.shadow-box::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
background: linear-gradient(45deg, #ff7e5f, #feb47b, #ffdf8e, #a0fe65, #6fd8ff, #8e7aff, #e89cff, #ff55a3);
opacity: 0.33;
}