More Commits
authordavyd <davyd>
Sat, 7 Feb 2004 11:51:52 +0000 (11:51 +0000)
committerdavyd <davyd>
Sat, 7 Feb 2004 11:51:52 +0000 (11:51 +0000)
XMLWriter.py
header.html [new file with mode: 0644]
planet.css
title.png [new file with mode: 0644]
ucc.png [new file with mode: 0644]

index 8a443ba..42e1d18 100644 (file)
@@ -116,6 +116,10 @@ class XHTMLWriter:
                output  +=      '</head>\n'
                output  +=      '<body>\n'
                output  +=      '<div id="header">\n'
+               try:
+                       output  +=      open('header.html').read()
+               except:
+                       pass
                output  +=      '</div>\n'
                output  +=      '<div id="sidebar">\n'
                try:
diff --git a/header.html b/header.html
new file mode 100644 (file)
index 0000000..447ba93
--- /dev/null
@@ -0,0 +1,2 @@
+<img class="title" src="title.png" alt="Planet UCC" />
+<img class="logo" src="ucc.png" alt="UCC Logo" />
index 2ac8cba..9d7f519 100644 (file)
@@ -1,7 +1,29 @@
+DIV#header {
+       position: absolute;
+       top: 0;
+       left: 0;
+       right: 0;
+       height: 75px;
+       background-color: black;
+}
+
+DIV#header img.title {
+       position: absolute;
+       top: 0;
+       left: 2em;
+}
+
+DIV#header img.logo {
+       position: absolute;
+       top: 0;
+       right: 0;
+}
+
 DIV#sidebar {
        position: absolute;
        right: 0.5em;
-       width: 13.5em;
+       width: 195px;
+       top: 130px;
 }
 
 DIV#sidebar h2 {
@@ -32,7 +54,8 @@ DIV#sidebar a:visited {
 }
 
 DIV#items {
-       padding-right: 14em;
+       padding-right: 200px;
+       padding-top: 0.5ex;
 }
 
 DIV#items h1 {
diff --git a/title.png b/title.png
new file mode 100644 (file)
index 0000000..23fd2dc
Binary files /dev/null and b/title.png differ
diff --git a/ucc.png b/ucc.png
new file mode 100644 (file)
index 0000000..71dd104
Binary files /dev/null and b/ucc.png differ

UCC git Repository :: git.ucc.asn.au