]> git.mjollnir.org Git - s9y.git/commitdiff
template tweaks and new images
authorPenny Leach <mjollnir@titania.local>
Sat, 24 Jun 2006 09:41:13 +0000 (21:41 +1200)
committerPenny Leach <mjollnir@titania.local>
Sat, 24 Jun 2006 09:41:13 +0000 (21:41 +1200)
templates/sgn2.0/images/bankspeninsular.jpg [new file with mode: 0644]
templates/sgn2.0/images/feet.jpg [new file with mode: 0644]
templates/sgn2.0/images/firepoi.jpg [new file with mode: 0644]
templates/sgn2.0/images/firepoifreaky.jpg [new file with mode: 0644]
templates/sgn2.0/images/hair.jpg [new file with mode: 0644]
templates/sgn2.0/index.tpl
templates/sgn2.0/style.css

diff --git a/templates/sgn2.0/images/bankspeninsular.jpg b/templates/sgn2.0/images/bankspeninsular.jpg
new file mode 100644 (file)
index 0000000..1b852d2
Binary files /dev/null and b/templates/sgn2.0/images/bankspeninsular.jpg differ
diff --git a/templates/sgn2.0/images/feet.jpg b/templates/sgn2.0/images/feet.jpg
new file mode 100644 (file)
index 0000000..603dbaa
Binary files /dev/null and b/templates/sgn2.0/images/feet.jpg differ
diff --git a/templates/sgn2.0/images/firepoi.jpg b/templates/sgn2.0/images/firepoi.jpg
new file mode 100644 (file)
index 0000000..1a907d2
Binary files /dev/null and b/templates/sgn2.0/images/firepoi.jpg differ
diff --git a/templates/sgn2.0/images/firepoifreaky.jpg b/templates/sgn2.0/images/firepoifreaky.jpg
new file mode 100644 (file)
index 0000000..461daad
Binary files /dev/null and b/templates/sgn2.0/images/firepoifreaky.jpg differ
diff --git a/templates/sgn2.0/images/hair.jpg b/templates/sgn2.0/images/hair.jpg
new file mode 100644 (file)
index 0000000..299b61b
Binary files /dev/null and b/templates/sgn2.0/images/hair.jpg differ
index 99131afc5626367c5c046d060a6cbe55f9faa6c4..52a9a83298efefbac7b847f983208412a6cabffa 100644 (file)
@@ -21,7 +21,7 @@
 {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>
+<td colspan="3" class="header"><a href="/"><img src="{$serendipityBaseURL}templates/sgn2.0/images/{$headerimage}.jpg" 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>
@@ -41,7 +41,6 @@
     {serendipity_printSidebar side="right"}
 </td>
 {/if}
-</td>
 </tr>
 </table>
 </body>
index 1920599d20b53e160cd9803d12276f22fcf830a4..031c0b5d59166cca5741f9a942628d9e9623941e 100644 (file)
@@ -1,7 +1,7 @@
 body {
    margin:0px;
    padding:20px;
-   background-color:#eeeeee;
+   background-color:#aaa;
 }
 td {
    vertical-align:top;
@@ -10,10 +10,11 @@ td {
 body, p, td, th, div {
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:10px;
-   color:black;
+   color:#222;
 }
 .wholecontainer {
    border:2px solid black;
+   width:700px !important;
 }
 .header{
    margin:0px;
@@ -134,4 +135,13 @@ h3, h4 {
  font-family:courier;
  font-size:9px;
  color:#999999;
+}
+.serendipity_commentBody {
+ padding-bottom:5px;
+}
+.serendipity_comment_source {
+ padding-bottom:10px;
+}
+.serendipity_commentsTitle {
+ font-weight:bold;
 }
\ No newline at end of file