== Requirements == 1. BASE 3.18.1 or later. == Introduction == This package adds several skins to BASE. To begin with all skins are disabled. After installation the skins can be enabled from the 'Administrate->Plug-ins & Extensions->Overview' page. The current release contains the followg skins: * '''Gold''': A skin that changes the default grey/blue color combination to golden/red colors. * '''Test server''': A skin that adds a semi-transparent background with the text "Test server" written diagonally across the entire screen. Can be combined with other skins. * '''Server ID''': Adds a notice with the server name + URL to the menu bar. Combine with the Test server skin to make the notice stand out more. Use the 'Extensions ›› Skin options' to change the notice text. For more information see the homepage for this extension http://baseplugins.thep.lu.se/wiki/net.sf.basedb.skincollection == Installation == 1. Download the skin-collection-*.tar.gz file. 2. Unpack the downloaded file to a directory of your choice. 3. Copy the 'skin-collection.jar' file to your BASE plug-ins directory as configured in the base.config[plugins.dir] setting. 4. Go to 'Administrate ›› Plug-ins & Extensions ›› Overview' page. 5. Run the installation wizard and select to install 'skin-collection.jar'. 6. Refresh the page and expand the 'Skins' entry in the tree overview. 7. Try out the different skins by enabling them. Note that it is possible to enable several skins at once, but that some combinations may not make sense. == Compiling == To compile this package you also need: 1. Ant 1.10 2. Java 11 Follow these instructions: 1. Type 'ant' to compile the code and generate the 'skin-collection.jar' file in the project directory. This file can be installed into BASE following the intructions above. 2. Use 'ant package' to create a downloadable tar.gz file. 3. If you create a file called 'build.properties' and enter a the path to the plug-ins directory under the key 'base.plugins', you can simply type 'ant install' to copy the examples to the BASE plug-ins directory.