From 426bb9ea99e7ec1a136fceee6f585c95de5851c1 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Thu, 10 Sep 2009 23:49:31 +0800 Subject: [PATCH] version 0.2 prep... need to be more diligent about my commits --- _activity_feed.php | 71 +++++++++++++++++++++++++++++----------------- main.css | 27 +++++++++++------- theme.php | 3 +- 3 files changed, 62 insertions(+), 39 deletions(-) diff --git a/_activity_feed.php b/_activity_feed.php index 98284e4..158a38c 100644 --- a/_activity_feed.php +++ b/_activity_feed.php @@ -27,8 +27,9 @@ get_feed_domain() == $this->config->item('base_url')): ?> - -
+ +
+

get_human_date()?>

I posted this at amdavidson.me

@@ -37,8 +38,8 @@ get_feed_domain() == 'twitter.com'): ?> - - + +

get_human_date()?>

-

#$1", preg_replace('/\@([a-zA-Z0-9_]{1,15})?/', "@$1", $item->get_title())); ?>

+

#$1", preg_replace('/\@([a-zA-Z0-9_]{1,15})?/', "@$1", $item->get_title())); ?>

By @

@@ -60,7 +61,8 @@ get_feed_domain() == 'vimeo.com'): ?> - + +

get_human_date()?>

@@ -74,7 +76,8 @@ get_feed_domain() == 'youtube.com'): ?> - + +

get_human_date()?>

I favorited a video on YouTube

@@ -82,39 +85,52 @@ get_feed_domain() == 'flickr.com'): ?> - + +

get_human_date()?>

I posted a photo to Flickr

-
-

get_title()?>

-
get_content()?>
+

get_title()?>

+ +
get_content()?>
get_feed_domain() == 'delicious.com'): ?> - + +

get_human_date()?>

I saved a link to Delicious

get_title()?>

-

get_content())?>

+ + + get_feed_domain() == 'pinboard.in'): ?> + +
+
+

get_human_date()?>

+

I saved a link to Pinboard

+

get_title()?>

+ get_feed_domain() == 'last.fm'): ?> - + +

get_human_date()?>

I loved this track on last.fm

-
+
+ item_data['artist']?> - item_data['track_title']?> +
get_feed_domain() == 'amdavidson.com'): ?> - + +

get_human_date()?>

I posted this at AMDavidson.com

@@ -124,17 +140,19 @@ get_feed_domain() == 'andr3w.net'): ?> - -
-

get_human_date()?>

-

I posted this at andr3w.net

-

- get_title()?>

-

get_content()), 150)?>

+ +
+
+

get_human_date()?>

+

I posted this at andr3w.net

+

+ get_title()?>

+

get_content()), 150)?>

get_feed_domain() == 'andromi.info'): ?> - + +

get_human_date()?>

I posted this at Andromi.info

@@ -146,6 +164,7 @@ +

get_human_date()?>

diff --git a/main.css b/main.css index e28a4ea..0035504 100644 --- a/main.css +++ b/main.css @@ -34,25 +34,28 @@ body { } #header { - width: 500px; + width: 600px; margin: 0 auto; text-align: center; margin-bottom: 50px; } #footer { - width: 500px; + width: 600px; margin: 25px auto 10px auto; text-align: center; } #activity { - width: 500px; - margin: 0px auto 25px auto; + width: 600px; + margin-top: 0px; + margin-bottom: 25px; + margin-left:auto; + margin-right:auto; } #static { - width: 500px; + width: 600px; margin: 0 auto; margin-bottom: 50px; } @@ -60,12 +63,19 @@ body { /* Classed Blocks */ div.pagination { - width: 500px; + width: 600px; margin: 0 auto; text-align: center; padding-bottom: 15px; } +div.type { + width: 70px; + margin: 0px; + float: left; + text-align: right; +} + div.item { width: 500px; margin: 20px auto 40px auto; @@ -81,12 +91,9 @@ div.photo { div.video { width: 450px; - margin: 0 auto; - text-align: center; } div.caption { - text-align: center; margin: 10px auto 5px auto; width: 450px; } @@ -95,7 +102,6 @@ div.albumart { height:100px; width:100px; float:left; - text-align:center; } div.songtext { @@ -131,7 +137,6 @@ p.content { text-transform: lowercase; line-height: 1.2em; font-size: 1em; - margin-left:50px; } p.date { diff --git a/theme.php b/theme.php index 0d4c461..5162d91 100644 --- a/theme.php +++ b/theme.php @@ -23,8 +23,7 @@

simply helvetica

After being thouroughly disappointed by the themes available for the very neat SweetCron software, I decided to code my own.

-

I'm no expert in design, nor am I even very well versed in it. This is my attempt at a very simple, typography based design. The sole font used on the page is Helvetica and it's my first time ever trying to pay careful attention to the typography of my designs, rather than just the font face.

-

I'm sure things will change here as I fumble my way through creating a cohesive design. As things do change though, I'll be updating this page, with new versions.

+

I'm no expert in design, nor am I even very well versed in it. I'm sure things will change here as I fumble my way through creating a cohesive design. As things do change though, I'll be updating this page with new versions.

I'm chosing to license it as GPL3, so feel free to use it, and change it around and do whatever you'd like, as long as you license your theme similarly.

If you do end up using this theme, please email me, it'd be great to hear that someone else got something out of it. theme@amdavidson.me