MediaWiki:FFXIWeatherForecast.css: Difference between revisions

From HorizonXI Wiki
(Created page with ".special-weatherforecast-table td{ text-align: center; vertical-align: middle; } .special-weatherforecast-table { position: relative; width: 100%; } .special-weatherforecast-table th { background-color: #ffffff; position: sticky; top: 0; z-index: 1; } .special-weatherforecast-table tr:nth-child(odd) td{ background-color: #12396c30; } .special-weatherforecast-table tr td{ width: 100%; background-color:rgba(0, 0, 0, 0) !imp...")
 
No edit summary
Line 1: Line 1:
.special-weatherforecast-table td{
    text-align: center;
    vertical-align: middle;
}
.special-weatherforecast-table {
.special-weatherforecast-table {
     position: relative;
     position: relative;
Line 18: Line 13:
.special-weatherforecast-table tr:nth-child(odd) td{
.special-weatherforecast-table tr:nth-child(odd) td{
     background-color: #12396c30;
     background-color: #12396c30;
}
.special-weatherforecast-table tr td{
    width: 100%;
    background-color:rgba(0, 0, 0, 0) !important;
}
}

Revision as of 12:57, 14 September 2024

.special-weatherforecast-table {
    position: relative;
    width: 100%;
}

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

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