]> git.mjollnir.org Git - s9y.git/commitdiff
default theme from she.geek.nz current
authorPenny Leach <mjollnir@titania.local>
Fri, 26 May 2006 07:43:51 +0000 (19:43 +1200)
committerPenny Leach <penny@catalyst.net.nz>
Mon, 7 Apr 2008 23:45:36 +0000 (11:45 +1200)
templates/sgn/img/background.jpg [new file with mode: 0644]
templates/sgn/img/minus.gif [new file with mode: 0644]
templates/sgn/img/plus.gif [new file with mode: 0644]
templates/sgn/img/plusGrey.gif [new file with mode: 0644]
templates/sgn/img/spacer.gif [new file with mode: 0644]
templates/sgn/img/xml.gif [new file with mode: 0755]
templates/sgn/index.tpl [new file with mode: 0644]
templates/sgn/info.txt [new file with mode: 0644]
templates/sgn/serendipity.css [new file with mode: 0644]

diff --git a/templates/sgn/img/background.jpg b/templates/sgn/img/background.jpg
new file mode 100644 (file)
index 0000000..14e66bf
Binary files /dev/null and b/templates/sgn/img/background.jpg differ
diff --git a/templates/sgn/img/minus.gif b/templates/sgn/img/minus.gif
new file mode 100644 (file)
index 0000000..8f6d232
Binary files /dev/null and b/templates/sgn/img/minus.gif differ
diff --git a/templates/sgn/img/plus.gif b/templates/sgn/img/plus.gif
new file mode 100644 (file)
index 0000000..1842d43
Binary files /dev/null and b/templates/sgn/img/plus.gif differ
diff --git a/templates/sgn/img/plusGrey.gif b/templates/sgn/img/plusGrey.gif
new file mode 100644 (file)
index 0000000..15849c4
Binary files /dev/null and b/templates/sgn/img/plusGrey.gif differ
diff --git a/templates/sgn/img/spacer.gif b/templates/sgn/img/spacer.gif
new file mode 100644 (file)
index 0000000..18c5200
Binary files /dev/null and b/templates/sgn/img/spacer.gif differ
diff --git a/templates/sgn/img/xml.gif b/templates/sgn/img/xml.gif
new file mode 100755 (executable)
index 0000000..28c429d
Binary files /dev/null and b/templates/sgn/img/xml.gif differ
diff --git a/templates/sgn/index.tpl b/templates/sgn/index.tpl
new file mode 100644 (file)
index 0000000..5f0a26a
--- /dev/null
@@ -0,0 +1,67 @@
+{if $is_embedded != true}
+{if $is_xhtml}
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+{else}
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+           "http://www.w3.org/TR/html4/loose.dtd">
+{/if}
+
+<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>
+{else}
+{serendipity_hookPlugin hook="frontend_header"}
+{/if}
+
+{if $is_raw_mode != true}
+<table class="tablemain" cellpadding="0" cellspacing="0" border="0">
+<tr>
+<td class="topemptyleft">&nbsp;</td>
+<td class="vstripetop">&nbsp;</td>
+<td class="topemptyright">&nbsp;</td>
+</tr>
+<tr>
+<td class="hstripe">s h e . g e e k . n z :: infrequently updated</td>
+<td class="emptystripe"></td>
+<td class="hstripe"></td>
+</tr>
+<tr>
+<td class="contentcontainer" align="right">
+<table class="contenttable" border="0">
+<tr>
+<td>{$CONTENT}</td>
+</tr>
+</table>
+</td>
+<td class="vstripemain"> </td>
+<td class="menu">
+{if $rightSidebarElements > 0}
+    {serendipity_printSidebar side="right"}
+{/if}
+</td>
+</tr>
+</table>
+{/if}
+
+{$raw_data}
+
+{if $is_embedded != true}
+</body>
+</html>
+{/if}
diff --git a/templates/sgn/info.txt b/templates/sgn/info.txt
new file mode 100644 (file)
index 0000000..95e247c
--- /dev/null
@@ -0,0 +1,3 @@
+Name: she.geek.nz
+Author: Penny Leach
+Date: 06/06/2005
diff --git a/templates/sgn/serendipity.css b/templates/sgn/serendipity.css
new file mode 100644 (file)
index 0000000..39522aa
--- /dev/null
@@ -0,0 +1,457 @@
+/* HTML Elements */
+
+body {
+  color: #333;
+  background: white;
+  font-family: verdana, arial, sans-serif;
+}
+
+a,
+a:link,
+a:visited {
+  color: #336666;
+  text-decoration: none;
+}
+
+a:active,
+a:hover {
+  color: #669999;
+  text-decoration: none;
+}
+
+img {
+  border: 0;
+}
+
+h3, h4 {
+  margin: 0;
+  padding: 0;
+}
+
+input[type="text"],
+input[type="password"],
+input[type="button"],
+input[type="submit"],
+select,
+textarea {
+  border: 1px #999 solid;
+  background-color: white;
+  color: #333;
+}
+
+input:focus,    input:hover,
+button:focus,   button:hover,
+submit:focus,   submit:hover,
+select:focus,   select:hover,
+textarea:focus, textarea:hover {
+  background-color: #eee;
+}
+
+input.radio,
+input[type="radio"],
+input[type="checkbox"] {
+  border: none;
+}
+
+blockquote {
+  border: 1px #999 dashed;
+  background-image: url(templates/idea/img/quote.gif);
+  background-repeat: no-repeat;
+  background-position: 0.5em 0.5em;
+  padding: 1em;
+  margin: 1em;
+  margin-right: 0;
+}
+
+ul {
+
+}
+
+::-moz-selection {
+  background: #eee;
+}
+
+::selection {
+  background: #eee;
+}
+
+a.homelink1,
+a.homelink1:hover,
+a.homelink1:link,
+a.homelink1:visited {
+  color: #999;
+  text-decoration: none;
+}
+
+a.homelink2,
+a.homelink2:hover,
+a.homelink2:link,
+a.homelink2:visited {
+  color: #999;
+  text-decoration: none;
+}
+
+/* Calendar */
+
+table.serendipity_calendar a,
+table.serendipity_calendar a:link,
+table.serendipity_calendar a:visited {
+  font-weight: bold;
+  font-style: italic;
+}
+
+table.serendipity_calendar a:hover {
+  background: #ccc;
+  color: #003366;
+}
+
+table.serendipity_calendar td {
+  font-size: x-small;
+  padding: 0.2em;
+  text-align: center;
+}
+
+td.serendipity_calendarHeader a,
+td.serendipity_calendarHeader a:link,
+td.serendipity_calendarHeader a:visited,
+td.serendipity_calendarHeader a:hover {
+  color: #003366;
+  font-weight: bold;
+  border: 0;
+  background: white;
+}
+
+/* Sidebars */
+
+#serendipityLeftSideBar,
+#serendipityRightSideBar {
+  display: block;
+  padding: 10px;
+  width: 11em; 
+  vertical-align: top;
+}
+
+.serendipitySideBarTitle {
+  font-size: x-small;
+  color: #666;
+  font-weight: bolder;
+  line-height: 140%;
+  padding: 0.2em;
+  padding-left: 1em;
+  letter-spacing: 0.2em;
+  padding-bottom: 0;
+}
+
+#serendipityRightSideBar * .serendipitySideBarTitle {
+  border-left: 1px #666 dashed;
+}
+
+#serendipityLeftSideBar * .serendipitySideBarTitle {
+  border-right: 1px #666 dashed;
+}
+
+div.serendipitySideBarItem {
+  margin-bottom: 1em;
+  padding-bottom: 1em;
+  border:1px solid black;
+}
+
+.serendipitySideBarContent {
+  color: #333;
+  border-top: 1px #666 dashed;
+  font-size: x-small;
+  padding-top: 0.5em;
+  padding-left: 1em;
+  padding-right: 1em;
+}
+
+#serendipityRightSideBar * .serendipitySideBarContent {
+  border-right: 1px #666 dashed;
+}
+
+#serendipityLeftSideBar * .serendipitySideBarContent {
+  border-left: 1px #666 dashed;
+}
+
+/* Entries */
+
+div.serendipity_Entry_Date {
+  padding-left: 1em;
+}
+
+.serendipity_date {
+  color: #999;
+  font-size: small;
+  font-weight: bold;
+  text-transform: lowercase;
+  margin-bottom: 0.7em;
+  border-bottom: 1px #999 dashed;
+  text-align: right;
+
+/*  background-image: url(templates/idea/img/clock_face_messy_paint_runs.jpg); 
+  background-repeat: no-repeat;
+  background-position: bottom right; */
+  height: 21px;
+/*  padding-right: 60px; */
+  vertical-align: bottom;
+}
+
+.serendipity_title,
+.serendipity_Admin_title {
+  padding-bottom: 0.7em;
+  font-size: medium;
+  font-weight: bold;
+  text-transform: lowercase;
+}
+
+.serendipity_title a,
+.serendipity_title a:hover,
+.serendipity_title a:link,
+.serendipity_title a:visited,
+.serendipity_Admin_title a,
+.serendipity_Admin_title a:hover,
+.serendipity_Admin_title a:link,
+.serendipity_Admin_title a:visited {
+  color: #999;
+  text-decoration: none;
+}
+
+.serendipity_entry,
+.serendipity_admin {
+  font-size: small;
+  font-weight: normal;
+  line-height: 140%;
+  padding-left: 1em;
+}
+
+div.serendipity_entryFooter {
+  padding-top: 1em;
+  margin-bottom: 1em;
+  clear: both;
+  font-size: x-small;
+}
+
+/* Comments */
+
+.serendipity_comment {
+  border-left: double #999 thick;
+  font-size: small;
+  margin-left: 10px;
+  margin-right: 10px;
+  margin-top: 1em;
+  padding: 3px;
+  padding-bottom: 0;
+  overflow: auto;
+}
+
+.serendipity_commentBody {
+  padding-bottom: 1em;
+}
+
+.serendipity_commentsLabel {
+  font-size: small;
+}
+
+.serendipity_commentsTitle {
+  font-size: medium;
+  font-weight: bold;
+  text-transform: uppercase;
+}
+
+/* Admin */
+
+.serendipity_admin td {
+}
+
+/* Misc */
+
+#content {
+  width: 100%; 
+}
+
+/** Embedded images with the s9y image manager **/
+.serendipity_imageComment_center,
+.serendipity_imageComment_left,
+.serendipity_imageComment_right {
+    border: 1px solid black;
+    background-color: #EFEFEF;
+    margin: 3px;
+}
+
+.serendipity_imageComment_center {
+    margin: 0px;
+}
+
+.serendipity_imageComment_left {
+    float: left;
+}
+
+.serendipity_imageComment_right {
+    float: right;
+}
+
+.serendipity_imageComment_img,
+.serendipity_imageComment_img img {
+    margin: 0px;
+    padding: 0px;
+    border: 0px;
+    text-align: center;
+}
+
+.serendipity_imageComment_txt {
+    margin: 0px;
+    padding: 3px;
+    clear: both;
+    font-size: 9pt;
+    text-align: center;
+}
+
+img.serendipity_entryIcon {
+    float: right;
+    border: 0px;
+    padding: 0.3em;
+}
+
+.serendipity_admin_list_item_even {
+}
+
+.serendipity_admin_list_item_uneven {
+    background-color: #eee;
+}
+
+.serendipity_admin_filters {
+    border: 1px dashed;
+    background-color: #FFFFFF;
+    font-size: 10px;
+    margin-bottom: 10px;
+    padding: 2px;
+}
+
+.serendipity_admin_filters_headline {
+    border-bottom: 1px solid;
+}
+
+.serendipity_admin_sortorder {
+    font-size: 10px;
+    text-align: center;
+}
+
+.serendipity_admin_sortorder input,
+.serendipity_admin_sortorder select,
+.serendipity_admin_filters input,
+.serendipity_admin_filters select {
+    font-size: 10px;
+}
+
+.serendipity_comments {
+}
+
+.serendipity_center {
+    margin-left: auto;
+    margin-right: auto;
+    text-align: center;
+}
+
+.serendipity_msg_important {
+    color: red;
+}
+
+.serendipity_msg_notice {
+    color: green;
+}
+
+.serendipity_entry_author_self {
+}
+
+.serendipity_comment_author_self {
+  border-left: double #669999 thick;
+  color: #669999;
+}
+
+
+
+
+
+/* begin she.geek.nz stuff */
+
+body, p, td, div {
+  font-family:arial,verdana,helvetica,sans-serif;
+  font-size:11px;
+}
+
+html, body {
+ margin:0px;
+ padding:0px;
+ height:100%;
+ background: url('templates/sgn/img/background.jpg') no-repeat bottom left fixed;
+}
+
+.tablemain {
+ width:100%;
+ height:100%;
+ margin:0px;
+ padding:0px;
+}
+.emptystripe {
+ background-color:#305582;
+}
+.hstripe {
+ background-color:#305582;
+ font-weight:bold;
+ color:#eeeeee;
+ width:100%;
+ height:20px;
+ padding-left:100px;
+}
+.vstripetop {
+ border-right: #305582 solid 5px;
+ height:20px;
+}
+.vstripemain {
+ border-right: #305582 solid 5px;
+ height:100%;
+
+}
+.topemptyright {
+ width:80px;
+}
+.contentcontainer {
+ height:100%;
+ padding-right:10px;
+ padding-top:10px;
+}
+.contenttable {
+ width:400px;
+ height:100%;
+ border:1px solid black;
+}
+.contenttable td {
+ vertical-align:top;
+ padding-right:5px;
+}
+.menu {
+ width:80px !important;
+ vertical-align:top;
+ padding-top:10px;
+ padding-left:5px;
+ padding-right:5px;
+}
+a {
+ color:#305582;
+ text-decoration:none;
+}
+a:hover {
+ color:black;
+ text-decoration:underline;
+}
+.mono {
+ font-family:courier;
+}
+p,li {
+ line-height:140%;
+}
+div.serendipity_freetag_taglist {
+ background-color:inherit;
+ border:none;
+
+}