diff options
author | Aaron Bentley <aaron.bentley@utoronto.ca> | 2005-12-03 20:53:54 -0500 |
---|---|---|
committer | Aaron Bentley <aaron.bentley@utoronto.ca> | 2005-12-03 20:53:54 -0500 |
commit | 8f4d14c254683a4fcee714ead159c3bef402f2dc (patch) | |
tree | abf52242ea6cd5e7b5dfda0c8b021a3b041e9e16 /beweb | |
parent | b2f3f7b8b832e668e2c2010da7215d1b39592ee3 (diff) | |
download | bugseverywhere-8f4d14c254683a4fcee714ead159c3bef402f2dc.tar.gz |
Added more style to BeWeb
Diffstat (limited to 'beweb')
-rw-r--r-- | beweb/beweb/static/css/style.css | 10 | ||||
-rw-r--r-- | beweb/beweb/static/images/half-spiral.png | bin | 0 -> 1112 bytes | |||
-rw-r--r-- | beweb/beweb/static/images/spiral.png | bin | 0 -> 2120 bytes | |||
-rw-r--r-- | beweb/beweb/templates/master.kid | 2 |
4 files changed, 11 insertions, 1 deletions
diff --git a/beweb/beweb/static/css/style.css b/beweb/beweb/static/css/style.css index 9abc144..858fd74 100644 --- a/beweb/beweb/static/css/style.css +++ b/beweb/beweb/static/css/style.css @@ -67,3 +67,13 @@ body { font-family: "Verdana"; } +#header +{ + background-color: yellow; + color: black; + font-weight: bold; + background-image: url(/static/images/half-spiral.png); + background-position: right center; + background-repeat: no-repeat; + background-color: #ff0; +} diff --git a/beweb/beweb/static/images/half-spiral.png b/beweb/beweb/static/images/half-spiral.png Binary files differnew file mode 100644 index 0000000..cb4b56c --- /dev/null +++ b/beweb/beweb/static/images/half-spiral.png diff --git a/beweb/beweb/static/images/spiral.png b/beweb/beweb/static/images/spiral.png Binary files differnew file mode 100644 index 0000000..b4bcb1e --- /dev/null +++ b/beweb/beweb/static/images/spiral.png diff --git a/beweb/beweb/templates/master.kid b/beweb/beweb/templates/master.kid index 6e254bd..4f44fba 100644 --- a/beweb/beweb/templates/master.kid +++ b/beweb/beweb/templates/master.kid @@ -10,7 +10,7 @@ </head> <body py:match="item.tag=='{http://www.w3.org/1999/xhtml}body'"> -<div>b u g s e v e r y w h e r e</div> +<div id="header">b u g s e v r y w h e r e</div> <div py:if="tg_flash" class="flash" py:content="tg_flash"></div> <div py:replace="item[:]"/> |