Your public web site can look as awesome as Tighty.TV's public web site
Answer
The Cablecast Public Site allows for basic customization through the Cablecast Web User Interface. If these customizations aren't enough, you can modify the site further using Cascading Style Sheets (or CSS). Your own CSS can be placed in the Custom.css file found in either C:\TRMS\Web\Cablecast\Public\StyleSheets\ or D:\TRMS\Web\Cablecast\Public\StyleSheets\ on your Cablecast server.
Additional Information
Here is the CSS that is being used on Tighty.TV:
/* This css file allows you to override any element in the public site without modifying the original files. */ #copyright { display:none; } #top { background-color:white; width:960px; } #SiteLogo { padding-left:10px; padding-top:5px; } #NavBar { padding-top:4px; width:960px; } #NavBar li a:hover { color:#3192c8; background-color:#ffc214; } #menu { background-color:#5f5f61; color:white; } #SmallSchedule a { color:white; } #main { color:#727274; width:731px; } #main a { color:#3192C8; } #main a:hover { background-color:white; } .player { width:720px; height:400px; margin-left:40px; }
