I'm trying to make the web interface of my various BackupPC servers look
different, to help me remember which one I'm logged into. Having no
experience with cascading style sheets, it took me a long time to figure
this out, so I'm posting in hopes that someone else will benefit.
Here's what I did to change the color of the menu bars in the cgi interface:
1) copy /usr/share/backuppc/image/BackupPC_stnd.css
to
/usr/share/backuppc/image/BackupPC_2.css
2) open BackupPC_2.css in a text editor and replace all occurrences of
'95B8DB' with a 6-digit color code from this page:
http://www.utexas.edu/learn/html/colors.html (Note that I'm using
BackupPC 3.0. If you're using 2.1.2, replace all occurrences of
'99cc33' instead).
3) edit config.pl to set:
$Conf{CgiCSSFile} = 'BackupPC_2.css';
(or you could do it through the web interface if using version 3.0)
4) open or refresh the cgi interface in your web browser.
-Rob
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/