# HG changeset patch # User Steve Kemp # Date 1197472627 0 # Node ID 4774e0a2fa1a96a2c50fe5ccee7a639d71459747 # Parent 44401f2b885bc16cb3c223433573cca400517705 Added theme. diff -r 44401f2b885b -r 4774e0a2fa1a themes/blog.steve.org.uk/comment-form.inc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/blog.steve.org.uk/comment-form.inc Wed Dec 12 15:17:07 2007 +0000 @@ -0,0 +1,18 @@ + +

Add A Comment

+
+
+ + + + + + + +
Your Name
Your Name
Your Comment
+ +
+
+
+ diff -r 44401f2b885b -r 4774e0a2fa1a themes/blog.steve.org.uk/comment-loop.inc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/blog.steve.org.uk/comment-loop.inc Wed Dec 12 15:17:07 2007 +0000 @@ -0,0 +1,12 @@ + +

Comments On This Entry

+
+ +
+
+
+
+
+ +
+ diff -r 44401f2b885b -r 4774e0a2fa1a themes/blog.steve.org.uk/entry.template --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/blog.steve.org.uk/entry.template Wed Dec 12 15:17:07 2007 +0000 @@ -0,0 +1,98 @@ + + + + <!-- tmpl_var name='blog_title' -->: <!-- tmpl_var name='title' --> + + + + +
+

+ + + Untitled Blog + +

+ +

+ +
+ + + + + + + + + + + +
+ +
+

About This Site

+

This is a simple concentrating upon Debian & Free Software.

+ +
+ + + + + + +

Archive

+
    + +
  • +
  • + +
+ + + +
+ +
+
+
+
+ +
Tags: .,
+ +
+ + + + +
+ + +

Tags

+ + +
+ + + + + +

+Created by Chronicle v +

+ + + diff -r 44401f2b885b -r 4774e0a2fa1a themes/blog.steve.org.uk/index.template --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/blog.steve.org.uk/index.template Wed Dec 12 15:17:07 2007 +0000 @@ -0,0 +1,107 @@ + + + + <!-- tmpl_var name='blog_title' --> + + + + + + +
+

+ + + Untitled Blog + +

+ +

+ +
+ + + + + + + + + + + +
+ +
+

About This Site

+

This is a simple concentrating upon Debian & Free Software.

+ +
+ + + + + + +

Archive

+
    + +
  • +
  • + +
+ + + +
+ +
+
+
+
+
+ + comments. + + + + Tags: ., + + No tags + +
+
+
+ +

+ +
+ + +

Tags

+ + + +
+ + + +

+Created by Chronicle v +

+ + + diff -r 44401f2b885b -r 4774e0a2fa1a themes/blog.steve.org.uk/month.template --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/blog.steve.org.uk/month.template Wed Dec 12 15:17:07 2007 +0000 @@ -0,0 +1,110 @@ + + + + <!-- tmpl_var name='blog_title' -->: entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --> + + + + + + +
+

+ + + Untitled Blog + +

+ +

+ +
+ + + + + + + + +
+ +
+

About This Site

+

This is a simple concentrating upon Debian & Free Software.

+ +
+ + + + + + +

Archive

+
    + +
  • +
  • + +
+ + + + + +
+

Entries from .

+ + +
+
+ +
+
+ +
+ +
+ +
+
+ + comments. + + + + Tags: ., + + No tags + +
+
+
+ + +
+ + +

Tags

+ + +
+ +

+Created by Chronicle v +

+ + \ No newline at end of file diff -r 44401f2b885b -r 4774e0a2fa1a themes/blog.steve.org.uk/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/blog.steve.org.uk/style.css Wed Dec 12 15:17:07 2007 +0000 @@ -0,0 +1,98 @@ + +body { + padding: 0 10px; + padding-top: 1px; + padding-bottom: 1em; + background-color: white; + color: black; + margin: 0; +} + +div.title { +} + +div.title h1 { + margin: 0px -10px; + padding: 5px 10px 0px 10px; + text-align: center; +} + +div.title a { + color: black !important; + text-decoration: none !important; +} +div.title a:hover { + color: black !important; + text-decoration: none !important; +} + +div.title h2 { + margin: 0 0 1ex 0; + padding: 0; + text-align: right; +} + +/* + * Special markup for weblog entries. + */ +div.entry { + border-left: 1px solid rgb(128, 128, 128); + border-right: 1px solid rgb(128, 128, 128); + border-top: 1px solid rgb(128, 128, 128); + border-bottom: 1px solid rgb(128, 128, 128); + margin: 10px 0px; +} + +div.padding { + padding-top: 15px; + padding-bottom: 15px; +} +div.entry div.body { + padding: 10px 10px; +} + +div.entry .title { + background-color: #eee; + border-bottom: 1px solid rgb(128, 128, 128); + font-weight: bold; + font-size: 120%; + padding: 0.26ex 10px; + +} +div.entry div.date { + text-align: right; + font-weight: bold; + border-bottom: 1px solid black; +} +div.entry div.title a { + color: black !important; + text-decoration: none !important; +} +div.entry div.title a:hover { + color: black !important; + text-decoration: none !important; +} +div.entry div.tags { + border-top: 1px solid rgb(128, 128, 128); + font-family: Verdana, Georgia, Arial, sans-serif; + text-align: right; +} + +ul { + list-style-type: none; + list-style-position: outside; + margin: 0 0 1em 0; + padding: 0; +} + +li { + margin: 1ex; + padding: 0 0 1.25ex 0.75ex; + font-size: 95%; +} + +.box { + border: 1px solid black; + background-color: #eee; + font-size: 80%; +} \ No newline at end of file diff -r 44401f2b885b -r 4774e0a2fa1a themes/blog.steve.org.uk/tags.template --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/blog.steve.org.uk/tags.template Wed Dec 12 15:17:07 2007 +0000 @@ -0,0 +1,122 @@ + + + + <!-- tmpl_var name='blog_title' -->: Entries Tagged <!-- tmpl_var name='tagname' --> + + + + + +
+

+ + + Untitled Blog + +

+ +

+ +
+ + + + + + + + + + + + + + + +
+ +
+

About This Site

+

This is a simple concentrating upon Debian & Free Software.

+ +
+ + + + + + +

Archive

+
    + +
  • +
  • + +
+ + + +
+

Entries tagged "".

+ + + +
+
+ +
+
+ +
+ +
+ +
+
+ + comments. + + + + Tags: ., + +
+
+
+ +

+ + + + +
+ + +

Tags

+ + + +
+ +

+Created by Chronicle v +

+ + + + + + diff -r 44401f2b885b -r 4774e0a2fa1a themes/blog.steve.org.uk/xml.gif Binary file themes/blog.steve.org.uk/xml.gif has changed