MediaWiki:FFXIWeatherForecast.css: Difference between revisions

From HorizonXI Wiki
No edit summary
No edit summary
Line 9: Line 9:


.special-weatherforecast-table tr:nth-child(odd) td{
.special-weatherforecast-table tr:nth-child(odd) td{
     background-color: #12396c30;
     background-color: #12396c80;
}
}

Revision as of 18:07, 14 September 2024



.special-weatherforecast-table th {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  

.special-weatherforecast-table tr:nth-child(odd) td{
    background-color: #12396c80;
}