MediaWiki:Common.css: Difference between revisions

adjusting stripe opacity and color
(adjusting stripe opacity and color)
(adjusting stripe opacity and color)
Line 50: Line 50:
.hovertable td.embedded
.hovertable td.embedded
{
{
         background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(230, 230, 255, 1) 20px, rgba(230, 230, 255, 1) 20px);
         background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0, 0, 255, 0.2) 20px, rgba(0, 0, 255, 0.2) 20px);
         background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(230, 230, 255, 1) 20px, rgba(230, 230, 255, 1) 20px);
         background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0, 0, 255, 0.2) 20px, rgba(0, 0, 255, 0.2) 20px);
}
}
.hovertable td.hovertable_descrip
.hovertable td.hovertable_descrip