MediaWiki:Common.css: Difference between revisions

adjusting stripe width and color
(reverting stripe width)
(adjusting stripe width and color)
Line 50: Line 50:
.hovertable td.embedded
.hovertable td.embedded
{
{
         background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(210, 255, 210, 0.5) 15px, rgba(210, 255, 210, 0.5) 15px);
         background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(210, 210, 255, 0.5) 20px, rgba(210, 210, 255, 0.5) 20px);
         background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(210, 255, 210, 0.5) 15px, rgba(210, 255, 210, 0.5) 15px);
         background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(210, 210, 255, 0.5) 20px, rgba(210, 210, 255, 0.5) 20px);
}
}
.hovertable td.hovertable_descrip
.hovertable td.hovertable_descrip