Jump to content

MediaWiki:Common.css: Difference between revisions

trying different stripe color
(did position:fixed break the table somehow?)
(trying different stripe color)
Line 50: Line 50:
.hovertable td.embedded
.hovertable td.embedded
{
{
         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: 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(128, 128, 255, 0.5) 10px, rgba(255, 255, 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);
}
}
.hovertable td.hovertable_descrip
.hovertable td.hovertable_descrip