Modified Campcaster Theme w fixed Header
  • This is a modified theme for Campcaster 1.4 (but it may work on older versions)
    Download the .gz file: http://www.filefactory.com/file/573db4/n/cc14-theme-mod_tar_gz

    I started on this because I wanted the header bar to remain fixed, so while scheduling, browsing, etc, one could always see the time and now playing info. Then I got a little carried away and kept on tweaking it... I was going to upload it sooner, but I had a css bug to squash, and while I looked for that I made several more tweaks to the theme that may or may not work for you. For Example, if you want some of the menu items returned, just (un)comment the nec lines in menu.tpl - or use 'Kompare' or another similar app to compare stylesheets old vs new.

    One fix that you might want to use whether using this theme or not is for the Playlist Re-Order popup. As it is a playlist with ~20 songs cannot be reordered because the popup is a fixed size and the buttons cannot be seen.

    This can be fixed in: /templates/popup/PLAYLIST.arrangeItems.tpl
    add style="width: 510px; height: 100%; overflow: auto" to the top div "container_elements"
    then change the two table widths to 490px

    --------------

    Hope someone finds this useful.
    Ben

    ps - Campcaster team: feel free to use any or all of these tweaks in your next release (o ;
    pps- this is designed for a browser window size of 1024x768. if you will be using a larger window, you can change the scratchpad height in the first tag in the included .css file

    ----------------

    CSS note - included for google Razz

    With the fixed header, I couldn't click on the artists/albums in the browse library section.... it had to do with #nav ul li ul left: -999px
    Took me a while to track this down, but changing it to right -200px solved the problem. hope this helps someone save from wasting as much time as i did.