• 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

    https://www.ads-software.com/extend/plugins/leaguemanager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • that only edits the “sidebar” which you can find at the widges-page. i need to know how i can customize the extended standings page.

    i found some usefull options in in the global options of the league-pluignpage (only colours) but there are no more option to customize more of the extended standings-table, like fonts etc.

    did you found any way to do this just let me/us know ??

    Thread Starter romedius33

    (@romedius33)

    Yes, I solved it (other rather got it solved):

    .alternate td {
    background-color: #000000 !important;
    }

    write this somewhere in your css then you get all the other lines in your tables in black (for another color: change the #000000 to whatever you want)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: LeagueManager] customization League table’ is closed to new replies.