Added crontab for running Planet UCC
[planet-ucc.git] / planet.css
index 2ac8cba..817a661 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: 5em;
 }
 
 DIV#items h1 {
@@ -41,6 +64,7 @@ DIV#items h1 {
        font-size: 1.5em;
        font-family: sans-serif;
        padding: 0.5ex;
+       margin-bottom: 0;
 }
 
 DIV#item {
@@ -55,9 +79,9 @@ DIV#item h2 {
        padding: 0.5ex;
 }
 
-DIV#item a > img {
+DIV#item img {
        border-style: none;
-       padding-left: 0.5ex;
+       padding-left: 1ex;
        padding-right: 0.5ex;
 }
 
@@ -69,6 +93,7 @@ DIV#item img.image {
 
 DIV#item p.body {
        padding: 0.5em;
+       text-align: justify;
 }
 
 DIV#item p.time {

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