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:
--- /dev/null
+<img class="title" src="title.png" alt="Planet UCC" />
+<img class="logo" src="ucc.png" alt="UCC Logo" />
+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 {
}
DIV#items {
- padding-right: 14em;
+ padding-right: 200px;
+ padding-top: 0.5ex;
}
DIV#items h1 {