[Plugin: LeagueManager] customization League table
-
Hey people,
does anyone know who to customize the League table (standings).
I did already a lot in the leaguemanager style.css under /*— Standings Table —*/.leaguemanager_widget table.But I can’t realize an alternative background color:
This is how it looks like now:/*— Standings Table —*/
.leaguemanager_widget table.leaguemanager {
background-color: #bac7f2;
height: 200px;
font-size: 0.9em;
line-height: 1.3em;
margin: 0 5px 5px 5px;
padding: 3px;
}
.leaguemanager_widget table.leaguemanager th {
background-color: #d8e0f1;
}
.leaguemanager_widget table.leaguemanager th, .leaguemanager_widget table.leaguemanager td {
padding: 1px 2px 1px 0px;
margin: 0px 5px 5px 5px;
}
/*
.leaguemanager_widget table.leaguemanager tr, .leaguemanager_widget table.leaguemanager tr.alternate {
background-color: #d8e0f1;
}Does anyone know how? I also want to give the whole table a frame with “margin”. Its not working as I have it in my code.
Thanks for helping
- The topic ‘[Plugin: LeagueManager] customization League table’ is closed to new replies.