[SimBot-commits] CVS: simbot/templates base.default.tmpl,1.2,1.3
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-10 03:46:36
|
Update of /cvsroot/simbot/simbot/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11109/templates Modified Files: base.default.tmpl Log Message: make the default template a little nicer looking. Index: base.default.tmpl =================================================================== RCS file: /cvsroot/simbot/simbot/templates/base.default.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -p -r1.2 -r1.3 --- base.default.tmpl 9 Aug 2005 01:17:01 -0000 1.2 +++ base.default.tmpl 9 Aug 2005 02:30:49 -0000 1.3 @@ -5,7 +5,22 @@ Copy to base.local.tmpl before editing --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>SimBot » <TMPL_VAR NAME=title></title> +<style type="text/css"> +h1 { + text-shadow: 4px 4px 5px #AAA; + border-bottom: 1px solid #000; + margin-bottom: 0; +} + +#content { margin: 1em 0; } + +#footer { + border-top: 1px solid #000; + margin-top: 0; +} +</style> </head><body> +<h1><TMPL_VAR NAME=title></h1> <div id="content"> <TMPL_VAR NAME=content> </div> |