]> git.mjollnir.org Git - s9y.git/commitdiff
new template
authorPenny Leach <mjollnir@titania.local>
Sat, 24 Jun 2006 06:05:17 +0000 (18:05 +1200)
committerPenny Leach <mjollnir@titania.local>
Sat, 24 Jun 2006 06:05:17 +0000 (18:05 +1200)
templates/sgn2.0/images/fingers.jpg [new file with mode: 0644]
templates/sgn2.0/images/lying.jpg [new file with mode: 0644]
templates/sgn2.0/images/silhouette.jpg [new file with mode: 0644]
templates/sgn2.0/images/tagline.png [new file with mode: 0644]
templates/sgn2.0/index.tpl [new file with mode: 0644]
templates/sgn2.0/info.txt [new file with mode: 0644]
templates/sgn2.0/style.css [new file with mode: 0644]

diff --git a/templates/sgn2.0/images/fingers.jpg b/templates/sgn2.0/images/fingers.jpg
new file mode 100644 (file)
index 0000000..a4e80b7
Binary files /dev/null and b/templates/sgn2.0/images/fingers.jpg differ
diff --git a/templates/sgn2.0/images/lying.jpg b/templates/sgn2.0/images/lying.jpg
new file mode 100644 (file)
index 0000000..413b507
Binary files /dev/null and b/templates/sgn2.0/images/lying.jpg differ
diff --git a/templates/sgn2.0/images/silhouette.jpg b/templates/sgn2.0/images/silhouette.jpg
new file mode 100644 (file)
index 0000000..818b65b
Binary files /dev/null and b/templates/sgn2.0/images/silhouette.jpg differ
diff --git a/templates/sgn2.0/images/tagline.png b/templates/sgn2.0/images/tagline.png
new file mode 100644 (file)
index 0000000..42ccf1c
Binary files /dev/null and b/templates/sgn2.0/images/tagline.png differ
diff --git a/templates/sgn2.0/index.tpl b/templates/sgn2.0/index.tpl
new file mode 100644 (file)
index 0000000..99131af
--- /dev/null
@@ -0,0 +1,48 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+    <title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
+    <meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
+    <meta name="Powered-By" content="Serendipity v.{$head_version}" />
+    <meta name="description" content="Sometimes trite writings of a girl geek living in Wellington, New Zealand" />
+    <meta name="keywords" content="geek girl, Penny Leach, Wellington, programming, New Zealand" /> 
+    <link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
+    <link rel="alternate"  type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
+    <link rel="alternate"  type="application/x.atom+xml"  title="{$blogTitle} Atom feed"  href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom.xml" />
+{if $entry_id}
+    <link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&amp;entry_id={$entry_id}" />
+{/if}
+
+{serendipity_hookPlugin hook="frontend_header"}
+</head>
+
+<body>
+{serendipity_hookPlugin hook="frontend_header"}
+<table class="wholecontainer" width="700" cellpadding="0" cellspacing="0" align="center" >
+<tr>
+<td colspan="3" class="header"><a href="/"><img src="{$serendipityBaseURL}templates/sgn2.0/images/{$headerimage}" alt="{$headerimagealt}" /></a></td>
+</tr>
+<tr>
+<td colspan="2" class="tagline"><img src="{$serendipityBaseURL}templates/sgn2.0/images/tagline.png" alt="she.geek.nz - infrequently updated" /></td>
+</tr>
+<tr>
+{if $leftSidebarElements > 0}
+<td class="leftsidebar">
+    {serendipity_printSidebar side="left"}
+</td>
+{/if}
+
+<td class="maincontentcontainer">
+{$CONTENT}
+</td>
+{if $rightSidebarElements > 0}
+<td class="rightsidebar">
+    {serendipity_printSidebar side="right"}
+</td>
+{/if}
+</td>
+</tr>
+</table>
+</body>
+</html>
\ No newline at end of file
diff --git a/templates/sgn2.0/info.txt b/templates/sgn2.0/info.txt
new file mode 100644 (file)
index 0000000..abc041a
--- /dev/null
@@ -0,0 +1,3 @@
+Name: she.geek.nz v2.0
+Author: Penny Leach
+Date: 29/06/2006
diff --git a/templates/sgn2.0/style.css b/templates/sgn2.0/style.css
new file mode 100644 (file)
index 0000000..1920599
--- /dev/null
@@ -0,0 +1,137 @@
+body {
+   margin:0px;
+   padding:20px;
+   background-color:#eeeeee;
+}
+td {
+   vertical-align:top;
+   background-color:white;
+}
+body, p, td, th, div {
+   font-family:verdana,arial,helvetica,sans-serif;
+   font-size:10px;
+   color:black;
+}
+.wholecontainer {
+   border:2px solid black;
+}
+.header{
+   margin:0px;
+   padding:0px;
+}
+.tagline {
+   border-top:2px solid black;
+   border-bottom:2px solid black;
+}
+td.leftsidebar {
+   width:180px;
+   padding:0px;
+   margin:0px;
+   background-color:#999999;
+}
+td.maincontentcontainer {
+   width:auto;
+   padding:10px;
+   margin:0px;
+   border-left:2px solid black;
+}
+td.rightsidebar {
+   width:180px;
+   padding:0px;
+   margin:0px;
+}
+
+.leftsidebar .serendipitySideBarItem {
+   padding:10px;
+   padding-bottom:10px;
+   border-bottom:2px solid black;
+   background-color:white;
+}
+
+.rightsidebar .serendipitySideBarItem {
+   padding:10px;
+   padding-bottom:10px;
+   border-bottom:2px solid black;
+}
+
+/*
+ links styles
+*/
+
+a {
+ color:#666666;
+ text-decoration:none;
+}
+a:hover {
+ color:black;
+ text-decoration:underline;
+}
+
+/**
+just don't do it
+*/
+img {
+ border:0px;
+}
+
+h3, h4 {
+  margin: 0;
+  padding: 0;
+}
+
+/*
+ * sidebar
+ */
+.serendipitySideBarTitle {
+ color:#999999;
+ padding-bottom:3px;
+ padding-top:0px;
+ margin-top:0px;
+ border-bottom: 1px dashed #aaaaaa;
+ text-align:left;
+ font-weight:normal;
+ margin-bottom:5px;
+ text-transform:lowercase;
+}
+
+/* 
+ * entry
+ */
+.serendipity_date {
+ color:#999999;
+ font-weight:normal;
+ padding-bottom:3px;
+ padding-top:0px;
+ margin-top:10px;
+ border-bottom: 1px dashed #aaaaaa;
+ width:100%;
+ text-align:right;
+}
+
+.serendipity_title {
+  text-transform:lowercase;
+  font-size:12px;
+  padding-bottom:10px;
+  padding-top:10px;
+}
+.serendipity_entryFooter {
+  padding-bottom:10px;
+  padding-top:10px;    
+  font-size:9px;
+}
+
+.gallery_minus {
+ font-family:courier;
+ font-size:9px;
+}
+
+.gallery_plus {
+ font-family:courier;
+ font-size:9px;
+}
+
+.gallery_plus_grey {
+ font-family:courier;
+ font-size:9px;
+ color:#999999;
+}
\ No newline at end of file