[SimBot-commits] CVS: simbot/templates/css .cvsignore,NONE,1.1 main.default.css,NONE,1.1
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-11 15:25:49
|
Update of /cvsroot/simbot/simbot/templates/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19971/templates/css Added Files: .cvsignore main.default.css Log Message: - bold and underline now work in the irc log - colors simply need to be added to the css and they'll work too - httpd will now happily serve CSS files in the templates/css directory. They should be named similarly to templates, so a request for main.css will use main.local.css if it exists, otherwise it'll use main.default.css. - Moved the CSS from the base template to an external file. --- NEW FILE: .cvsignore --- *.local.css --- NEW FILE: main.default.css --- /* SimBot default stylesheet Copy to main.local.css before editing */ h1 { text-shadow: 4px 4px 5px #AAA; border-bottom: 1px solid #000; margin-bottom: 0; } #footer { border-top: 1px solid #000; margin-top: 0; } #content { margin: 1em 0; } /* IRC LOG STYLES */ .ts { color: #777; font-size: 90%; margin-right: .5em; } span.nick { color: #006; font-weight: bold; } .row { padding: .1em 0 .1em 10em; text-indent: -9em; } .row.kicked { color: #500; } .bold { font-weight: bold; } .uline { text-decoration: underline; } .reverse { color: #FFF; background-color: #000; } |