From: Penny Leach Date: Sat, 24 Jun 2006 06:05:17 +0000 (+1200) Subject: new template X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e88f1ee22294c0649d87a76152f812b820e161d4;p=s9y.git new template --- diff --git a/templates/sgn2.0/images/fingers.jpg b/templates/sgn2.0/images/fingers.jpg new file mode 100644 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 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 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 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 index 0000000..99131af --- /dev/null +++ b/templates/sgn2.0/index.tpl @@ -0,0 +1,48 @@ + + + + {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} + + + + + + + +{if $entry_id} + +{/if} + +{serendipity_hookPlugin hook="frontend_header"} + + + +{serendipity_hookPlugin hook="frontend_header"} + + + + + + + + +{if $leftSidebarElements > 0} + +{/if} + + +{if $rightSidebarElements > 0} + +{/if} + + +
{$headerimagealt}
she.geek.nz - infrequently updated
+{$CONTENT} +
+ + \ No newline at end of file diff --git a/templates/sgn2.0/info.txt b/templates/sgn2.0/info.txt new file mode 100644 index 0000000..abc041a --- /dev/null +++ b/templates/sgn2.0/info.txt @@ -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 index 0000000..1920599 --- /dev/null +++ b/templates/sgn2.0/style.css @@ -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