From: Penny Leach Date: Sat, 24 Jun 2006 09:41:13 +0000 (+1200) Subject: template tweaks and new images X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4dc1bce116cc21fa176253e314da8b4319c5deab;p=s9y.git template tweaks and new images --- diff --git a/templates/sgn2.0/images/bankspeninsular.jpg b/templates/sgn2.0/images/bankspeninsular.jpg new file mode 100644 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 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 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 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 index 0000000..299b61b Binary files /dev/null and b/templates/sgn2.0/images/hair.jpg differ diff --git a/templates/sgn2.0/index.tpl b/templates/sgn2.0/index.tpl index 99131af..52a9a83 100644 --- a/templates/sgn2.0/index.tpl +++ b/templates/sgn2.0/index.tpl @@ -21,7 +21,7 @@ {serendipity_hookPlugin hook="frontend_header"} - + @@ -41,7 +41,6 @@ {serendipity_printSidebar side="right"} {/if} -
{$headerimagealt}{$headerimagealt}
she.geek.nz - infrequently updated
diff --git a/templates/sgn2.0/style.css b/templates/sgn2.0/style.css index 1920599..031c0b5 100644 --- a/templates/sgn2.0/style.css +++ b/templates/sgn2.0/style.css @@ -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