Added more style to BeWeb
authorAaron Bentley <aaron.bentley@utoronto.ca>
Sun, 4 Dec 2005 01:53:54 +0000 (20:53 -0500)
committerAaron Bentley <aaron.bentley@utoronto.ca>
Sun, 4 Dec 2005 01:53:54 +0000 (20:53 -0500)
beweb/beweb/static/css/style.css
beweb/beweb/static/images/half-spiral.png [new file with mode: 0644]
beweb/beweb/static/images/spiral.png [new file with mode: 0644]
beweb/beweb/templates/master.kid

index 9abc1447bb4f31ba15a1c79d642d25d652803a99..858fd742f7dc805bf94b4b0342acf97cc0e58a70 100644 (file)
@@ -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
new file mode 100644 (file)
index 0000000..cb4b56c
Binary files /dev/null and b/beweb/beweb/static/images/half-spiral.png differ
diff --git a/beweb/beweb/static/images/spiral.png b/beweb/beweb/static/images/spiral.png
new file mode 100644 (file)
index 0000000..b4bcb1e
Binary files /dev/null and b/beweb/beweb/static/images/spiral.png differ
index 6e254bdc9dae61bfc9468e567f4ae08b0a3ae576..4f44fbae1de35979d6686956bcd53a84ddd9cb46 100644 (file)
@@ -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[:]"/>