Bookshelf comes with several default themes when viewing a book.
Example viewing a book in standard theme
Theme can be set from properties of the book.
The best way to create a new theme is by downloading existing theme, make changes to it and upload it.
Theme location on the file system.
/intranet/bookshelf/themes/
1. Download one of the existing themes (default, minimalist, classic or standard) 2. Make changes in main.css and background image 3. Rename the folder accordingly 4. Upload on the same location as the rest of the theme 5. Add new theme array in config.php
$cfg_bookshelf_themes = array( "classic", "default", "minimalist", "standard", "mynewtheme" );
Discussion