mirror of
https://github.com/2009scape/2009scape.github.io.git
synced 2024-11-04 10:02:36 +01:00
17 lines
350 B
CSS
17 lines
350 B
CSS
.tableForFame
|
|
{
|
|
font-family: arial, sans-serif;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
.tdForFame, .thForFame
|
|
{
|
|
border: 1px solid seashell;
|
|
text-align: left;
|
|
padding: 8px;
|
|
}
|
|
.trForFame:nth-child(even)
|
|
{
|
|
background-color:seashell;
|
|
}
|