changeset 14:f37430dda970

2007-08-14 17:45:44 by steve Added new theme.,
author steve
date Tue, 14 Aug 2007 17:45:44 +0000
parents a3d2dca6ada3
children b8a289afc783
files themes/copyrighteous/entry.template themes/copyrighteous/index.template themes/copyrighteous/index.xml.template themes/copyrighteous/month.template themes/copyrighteous/month.xml.template themes/copyrighteous/style.css themes/copyrighteous/tags.template themes/copyrighteous/tags.xml.template
diffstat 8 files changed, 347 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/copyrighteous/entry.template	Tue Aug 14 17:45:44 2007 +0000
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="utf-8"?>
+<html>
+<head>
+ <title>copyrighteous: <!-- tmpl_var name='title' --></title>
+ <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='url_prefix' -->style.css">
+</head>
+
+<body>
+<div id='content'>
+<div id='title'>
+<span class="title">
+ <a href="<!-- tmpl_var name='url_prefix' -->">Blog Title</a><br /></span>
+</div>
+<br />
+<div class="blosxomFirstDayDiv">
+<span class="blosxomDate"><!-- tmpl_var name='date' --></span>
+<div class="storybox">
+<p>
+<span class="blosxomTitle"><!-- tmpl_var name='title' --></span>
+
+<div id="story">
+<!-- tmpl_var name='body' -->
+</div>
+Permalink 
+<span class="tags"><!-- tmpl_if name='tags' -->| <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='url_prefix' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --><!-- /tmpl_if --> </span> 
+</div>
+</div>
+</div>
+
+<div id="rightmenu">
+<!-- tmpl_if name='datecloud' -->
+<span class="rightMenu">Archives</span><br />
+<ul>
+<!-- tmpl_loop name='datecloud' -->
+<li><!-- tmpl_var name='year' -->
+<ul>
+<!-- tmpl_loop name='months' -->
+<li><a href="<!-- tmpl_var name='url_prefix' -->archive/<!-- tmpl_var name='year' -->/<!-- tmpl_var name='month' -->/"><!-- tmpl_var name='month' --> (<!-- tmpl_var name='count' -->)</a></li>
+<!-- /tmpl_loop -->
+</ul></li>
+<!-- /tmpl_loop -->
+</ul>
+<!-- /tmpl_if name='datecloud' -->
+    <br />
+	
+<!-- tmpl_if name='tagcloud' -->
+<span class="rightMenu">Tags</span><br />
+<ul>
+<!-- tmpl_loop name='tagcloud' -->
+ <li><a href="<!-- tmpl_var name='url_prefix' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>
+<!-- /tmpl_loop -->
+</ul>
+<!-- /tmpl_if -->
+</div>
+</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/copyrighteous/index.template	Tue Aug 14 17:45:44 2007 +0000
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<html>
+<head>
+ <title>copyrighteous: Blog Title</title>
+  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='url_prefix' -->style.css">
+  <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='url_prefix' -->index.rss" type="application/rss+xml">
+</head>
+
+<body>
+<div id='content'>
+<div id='title'>
+<span class="title">
+ <a href="<!-- tmpl_var name='url_prefix' -->">Blog Title</a><br /></span>
+</div>
+
+<br />
+
+<!-- tmpl_loop name='entries' -->
+
+<div class="blosxomFirstDayDiv">
+<span class="blosxomDate"><!-- tmpl_var name='date' --></span>
+<div class="storybox">
+<p>
+<span class="blosxomTitle"><!-- tmpl_var name='title' --></span>
+
+<div id="story">
+<!-- tmpl_var name='body' -->
+</div>
+<a href="<!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' -->">Permalink</a>
+<span class="tags"><!-- tmpl_if name='tags' -->| <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='url_prefix' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --><!-- /tmpl_if --> </span> 
+</div>
+</div>
+<!-- /tmpl_loop -->
+</div>
+
+
+<div id="rightmenu">
+<!-- tmpl_if name='datecloud' -->
+<span class="rightMenu">Archives</span><br />
+<ul>
+<!-- tmpl_loop name='datecloud' -->
+<li><!-- tmpl_var name='year' -->
+<ul>
+<!-- tmpl_loop name='months' -->
+<li><a href="<!-- tmpl_var name='url_prefix' -->archive/<!-- tmpl_var name='year' -->/<!-- tmpl_var name='month' -->/"><!-- tmpl_var name='month' --> (<!-- tmpl_var name='count' -->)</a></li>
+<!-- /tmpl_loop -->
+</ul></li>
+<!-- /tmpl_loop -->
+</ul>
+<!-- /tmpl_if name='datecloud' -->
+    <br />
+	
+<!-- tmpl_if name='tagcloud' -->
+<span class="rightMenu">Tags</span><br />
+<ul>
+<!-- tmpl_loop name='tagcloud' -->
+ <li><a href="<!-- tmpl_var name='url_prefix' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>
+<!-- /tmpl_loop -->
+</ul>
+<!-- /tmpl_if -->
+</div>
+</body>
+</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/copyrighteous/index.xml.template	Tue Aug 14 17:45:44 2007 +0000
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
+	<channel>
+		<title>Blog Entries</title>
+		<description>Blog Entries</description>
+
+	<!-- tmpl_loop name="entries" -->
+	<item>
+		<title><!-- tmpl_var name="title" escape='html' --></title>
+		<link><!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' --></link>        
+		<guid isPermaLink="true"><!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' --></guid>
+		<description><!-- tmpl_var name="body" escape='html' --></description>
+	</item>
+	<!-- /tmpl_loop -->
+        </channel>
+</rss>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/copyrighteous/month.template	Tue Aug 14 17:45:44 2007 +0000
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<html>
+<head>
+ <title>copyrighteous: Items from <!-- tmpl_var name='month' --> <!-- tmpl_var name='year' --></title>
+  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='url_prefix' -->style.css">
+  <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='month' escape='html' -->.rss" type="application/rss+xml">
+</head>
+
+<body>
+<div id='content'>
+<div id='title'>
+<span class="title">
+ <a href="<!-- tmpl_var name='url_prefix' -->">Blog Title</a><br /></span>
+</div>
+
+<br />
+
+<!-- tmpl_loop name='entries' -->
+
+<div class="blosxomFirstDayDiv">
+<span class="blosxomDate"><!-- tmpl_var name='date' --></span>
+<div class="storybox">
+<p>
+<span class="blosxomTitle"><!-- tmpl_var name='title' --></span>
+
+<div id="story">
+<!-- tmpl_var name='body' -->
+</div>
+<a href="<!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' -->">Permalink</a>
+<span class="tags"><!-- tmpl_if name='tags' -->| <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --><!-- /tmpl_if --> </span> 
+</div>
+</div>
+<!-- /tmpl_loop -->
+</div>
+
+
+<div id="rightmenu">
+<!-- tmpl_if name='datecloud' -->
+<span class="rightMenu">Archives</span><br />
+<ul>
+<!-- tmpl_loop name='datecloud' -->
+<li><!-- tmpl_var name='year' -->
+<ul>
+<!-- tmpl_loop name='months' -->
+<li><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->archive/<!-- tmpl_var name='year' -->/<!-- tmpl_var name='month' -->/"><!-- tmpl_var name='month' --> (<!-- tmpl_var name='count' -->)</a></li>
+<!-- /tmpl_loop -->
+</ul></li>
+<!-- /tmpl_loop -->
+</ul>
+<!-- /tmpl_if name='datecloud' -->
+    <br />
+	
+<!-- tmpl_if name='tagcloud' -->
+<span class="rightMenu">Tags</span><br />
+<ul>
+<!-- tmpl_loop name='tagcloud' -->
+ <li><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>
+<!-- /tmpl_loop -->
+</ul>
+<!-- /tmpl_if -->
+</div>
+</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/copyrighteous/month.xml.template	Tue Aug 14 17:45:44 2007 +0000
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
+	<channel>
+		<title>Entries from <!-- tmpl_var name='month' --> <!-- tmpl_var name='year' --></title>
+		<description>Entries from <!-- tmpl_var name='month' --> <!-- tmpl_var name='year' --></description>
+
+	<!-- tmpl_loop name="entries" -->
+	<item>
+		<title><!-- tmpl_var name="title" escape='html' --></title>
+		<link><!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if --><!-- tmpl_var name='link' --></link>        
+		<guid isPermaLink="true"><!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if --><!-- tmpl_var name='link' --></guid>
+		<description><!-- tmpl_var name="body" escape='html' --></description>
+	</item>
+	<!-- /tmpl_loop -->
+        </channel>
+</rss>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/copyrighteous/style.css	Tue Aug 14 17:45:44 2007 +0000
@@ -0,0 +1,54 @@
+#content {
+float:left;
+width:67%;
+background:#fff;
+margin-right:15px;
+margin-left:15px;
+padding-bottom:50px;
+vertical-align:top;
+}
+
+#rightmenu {
+border-style:dashed;
+border-width: 1px;
+background-color:#ccc;
+vertical-align:top;
+position:absolute;
+right:20px;
+width:172px;
+padding:10px;
+}
+
+#archivelist {
+  padding: 0px;
+}
+
+.storybox {
+border: 1px dashed;
+padding:6px;
+margin-bottom:10px;
+}
+
+#title {border-bottom:2px solid #000;}
+
+body,td { font-family: Verdana,Geneva,Arial,Sans-serif; 
+          font-size: 12px; color: #111111; }
+
+a { text-decoration: none; }
+
+.title { font-size: 20pt; font-weight: bold; color: #666666; }
+
+.title a {
+  text-decoration: none;
+  color: #666666;}
+
+.rightMenu { font-size: 10pt; font-weight: bold; color: #336699; }
+
+.blosxomTitle {font-size: 13pt; font-weight: bold; color: #000000; }
+
+.blosxomTime { text-decoration: italicize; color: #336699; }
+
+img {
+    margin: 2px;
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/copyrighteous/tags.template	Tue Aug 14 17:45:44 2007 +0000
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<html>
+<head>
+ <title>copyrighteous: Items tagged <!-- tmpl_var name='tagname' --></title>
+  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='url_prefix' -->style.css">
+  <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='tagname' escape='html' -->.rss" type="application/rss+xml">
+</head>
+
+<body>
+<div id='content'>
+<div id='title'>
+<span class="title">
+ <a href="<!-- tmpl_var name='url_prefix' -->">Blog Title</a><br /></span>
+</div>
+
+<br />
+
+<!-- tmpl_loop name='entries' -->
+
+<div class="blosxomFirstDayDiv">
+<span class="blosxomDate"><!-- tmpl_var name='date' --></span>
+<div class="storybox">
+<p>
+<span class="blosxomTitle"><!-- tmpl_var name='title' --></span>
+
+<div id="story">
+<!-- tmpl_var name='body' -->
+</div>
+<a href="<!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' -->">Permalink</a>
+<span class="tags"><!-- tmpl_if name='tags' -->| <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --><!-- /tmpl_if --> </span> 
+</div>
+</div>
+<!-- /tmpl_loop -->
+</div>
+
+
+<div id="rightmenu">
+<!-- tmpl_if name='datecloud' -->
+<span class="rightMenu">Archives</span><br />
+<ul>
+<!-- tmpl_loop name='datecloud' -->
+<li><!-- tmpl_var name='year' -->
+<ul>
+<!-- tmpl_loop name='months' -->
+<li><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->archive/<!-- tmpl_var name='year' -->/<!-- tmpl_var name='month' -->/"><!-- tmpl_var name='month' --> (<!-- tmpl_var name='count' -->)</a></li>
+<!-- /tmpl_loop -->
+</ul></li>
+<!-- /tmpl_loop -->
+</ul>
+<!-- /tmpl_if name='datecloud' -->
+    <br />
+	
+<!-- tmpl_if name='tagcloud' -->
+<span class="rightMenu">Tags</span><br />
+<ul>
+<!-- tmpl_loop name='tagcloud' -->
+ <li><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>
+<!-- /tmpl_loop -->
+</ul>
+<!-- /tmpl_if -->
+</div>
+</body>
+</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/copyrighteous/tags.xml.template	Tue Aug 14 17:45:44 2007 +0000
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
+	<channel>
+		<title>Entries tagged <!-- tmpl_var name='tagname' escape='html' --></title>
+		<description>Entries tagged <!-- tmpl_var name='tagname' escape='html' --></description>
+
+	<!-- tmpl_loop name="entries" -->
+	<item>
+		<title><!-- tmpl_var name="title" escape='html' --></title>
+		<link><!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if --><!-- tmpl_var name='link' --></link>        
+		<guid isPermaLink="true"><!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if --><!-- tmpl_var name='link' --></guid>
+		<description><!-- tmpl_var name="body" escape='html' --></description>
+	</item>
+	<!-- /tmpl_loop -->
+        </channel>
+</rss>