MediaWiki:FFXIWeatherForecast.css: Difference between revisions
From HorizonXI Wiki
Starfox9507 (talk | contribs) No edit summary Tag: Manual revert |
Starfox9507 (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
z-index: 1; | z-index: 1; | ||
} | } | ||
.special-weatherforecast-table tr{ | |||
background-color: rgba(0, 0, 0, 0.3); /* Adjust the opacity here (0.3 means 30% transparent) */ | |||
} | |||
.special-weatherforecast-table tr:nth-child(odd) td{ | .special-weatherforecast-table tr:nth-child(odd) td{ | ||
background-color: #12396c30; | background-color: #12396c30; | ||
} | } |
Revision as of 18:06, 14 September 2024
.special-weatherforecast-table th { position: sticky; top: 0; z-index: 1; } .special-weatherforecast-table tr{ background-color: rgba(0, 0, 0, 0.3); /* Adjust the opacity here (0.3 means 30% transparent) */ } .special-weatherforecast-table tr:nth-child(odd) td{ background-color: #12396c30; }