MediaWiki:Common.css: Difference between revisions

reverting stripe width
(adjusting stripe width)
(reverting stripe width)
Line 50: Line 50:
.hovertable td.embedded
.hovertable td.embedded
{
{
         background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(210, 255, 210, 0.5) 40px, rgba(210, 255, 210, 0.5) 40px);
         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: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(210, 255, 210, 0.5) 40px, rgba(210, 255, 210, 0.5) 40px);
         background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(210, 255, 210, 0.5) 15px, rgba(210, 255, 210, 0.5) 15px);
}
}
.hovertable td.hovertable_descrip
.hovertable td.hovertable_descrip