Jump to content

MediaWiki:Common.css: Difference between revisions

trying to make striping more visible
(maybe this specificity thing will help)
(trying to make striping more visible)
Line 50: Line 50:
.hovertable td.embedded
.hovertable td.embedded
{
{
         background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,0.5) 10px, rgba(255,255,255,0.5) 20px);
         background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(128, 128, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px);
         background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,0.5) 10px, rgba(255,255,255,0.5) 20px);
         background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(128, 128, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px);
}
}
.hovertable td.hovertable_descrip
.hovertable td.hovertable_descrip