Useful links

Aug 17, 2015

User defined styles


Users can now add their own styles.

Category: Software updates
Posted by: JasonDavies

The scripts form can now be used to add user defined styles.

Any styles defined by the use will be added to every web-page, after the style sheets defined by the UniversalLeagueManager. This will enable a user to enhance their websites as they feel fit.

For example, to make the players stats line that the cursor is on go red, just insert the following:

<style>
table.table-playerstats tr:hover {background-color:red;}
</style>