MediaWiki:FFXIWeatherForecast.css: Difference between revisions

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


.special-weatherforecast-table {
.special-weatherforecast-table {
height: 400px;
height: 80vh;
position: relative;
overflow: scroll;
}
}



Revision as of 23:53, 14 September 2024


.special-weatherforecast-table {
	height: 80vh;
	position: relative;
	overflow: scroll;
}

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

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