layout tweaks
authordavyd <davyd>
Mon, 3 May 2004 16:50:47 +0000 (16:50 +0000)
committerdavyd <davyd>
Mon, 3 May 2004 16:50:47 +0000 (16:50 +0000)
Changelog
XHTMLWriter.py
feedlist
footer.html
planet.css

index ebcf42f..d044af4 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+2004-05-04
+==========
+ * planet.css
+ * XHTMLWriter.py
+   Layout tweaks.
+
 2004-04-28
 ==========
  * update-planet
index 93aa9de..b9cfcba 100644 (file)
@@ -24,9 +24,9 @@ class XHTMLWriter:
                        output += '<a class="image" href="%s"><img class="image" src="%s" alt="%s" /></a>\n' % (item.imageLink, item.imageURL, item.blogName)
                output  +=      '(<a href="%s">%s</a>)\n' % (item.itemURL ,time.strftime('posted on %A %B %d, %Y at %H:%M AWST', time.localtime(item.itemDate)))
                output  +=      '</p>\n'
-               output  +=      '<p class="body">\n'
+               output  +=      '<div class="itembody">\n'
                output  +=      item.contents
-               output  +=      '\n</p>\n'
+               output  +=      '\n</div>\n'
                output  +=      '</div>\n'
                return output
        
index a7e3373..f773136 100644 (file)
--- a/feedlist
+++ b/feedlist
@@ -39,3 +39,4 @@ Adrian Woodley                http://www.diskworld.com.au/blog/adrian/index.rss
 Chris Harris           http://www.diskworld.com.au/blog/chris/index.rss
 Chris Grubb            http://www.livejournal.com/users/maelstrm/data/rss
 Michael Grubb          http://www.livejournal.com/users/grubbmr/data/rss
+Chris Gorham           http://www.livejournal.com/users/kadeton/data/rss
index d1d646e..b6b9654 100644 (file)
@@ -2,5 +2,5 @@
  Planet UCC &copy; 2004, Davyd Madeley
  &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br />
  Written to be <a href="http://www.w3c.org/">specifications compliant</a>.<br />
- <a href="mailto:[email protected]">[email protected]</a>
+ Email the Planet Master &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;
 </p>
index ea0c89d..edab35f 100644 (file)
@@ -46,6 +46,7 @@
        border-width: 1pt;
        margin: 0;
        padding: 0.5ex;
+       background-color: #e0e0e0;
 }
 
 .sidebar a {
        padding-top: 70px;
 }
 
+body {
+       margin-left: 0;
+}
+
 .items h1 {
        background-color: black;
        color: white;
        font-size: 1.5em;
        font-family: sans-serif;
        padding: 0.5ex;
+       padding-left: 0.5em;
        margin-bottom: 0;
 }
 
 .item {
        padding: 0.5em;
+       margin-left: 0.5em;
 }
 
 .item h2 {
-       background-color: #dddddd;
-       color: black;
+       background-color: black;
+       color: white;
        font-size: 1em;
        font-family: sans-serif;
        padding: 0.5ex;
+       margin-bottom: 0;
+       border-top-style: solid;
+       border-left-style: solid;
+       border-right-style: solid;
+       border-color: black;
+       border-width: 1pt;
 }
 
 .item h2 a {
        text-decoration: none;
-       color: black;
+       color: white;
 }
 .item h2 a:visited {
        text-decoration: none;
-       color: black;
+       color: white;
 }
 
 .item img {
        padding: 0em;
 }
 
-.item p.body {
-       padding: 0.5em;
+.itembody {
+       padding: 1.5em;
        text-align: justify;
+       background-color: #e0e0e0;
+       margin-top: -1pt;
+       border-left-style: solid;
+       border-bottom-style: solid;
+       border-right-style: solid;
+       border-color: black;
+       border-width: 1pt;
 }
 
 .item p.time {
        color: #999999;
+       background-color: #e0e0e0;
+       margin-bottom: 0;
+       margin-top: -1pt;
+       padding: 1ex;
+       border-left-style: solid;
+       border-right-style: solid;
+       border-color: black;
+       border-width: 1pt;
 }
 
 .item a {

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