From 9cb1fcba82027daa21eb457f1b2912ee02e5c7eb Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 14 Dec 2008 09:39:10 -0500 Subject: Major design and code overhaul I don't know, a lot of stuffses happened that I don't quite remember anymore. Goodness, that's not good. --- theme/archive.tpl | 33 ++-------------------- theme/css/blog.php | 13 +++++++++ theme/css/bubbles.css | 9 +++--- theme/css/website.css | 74 +++++++++++++++++++++++++++++++++++++++---------- theme/footer.tpl | 43 +++++----------------------- theme/header.tpl | 46 +++++++++++++++++++++++++++++- theme/pollIndex.tpl | 17 ++++++++++-- theme/post.tpl | 2 +- theme/quotes/browse.tpl | 18 +++++++----- theme/quotes/header.tpl | 47 ------------------------------- 10 files changed, 158 insertions(+), 144 deletions(-) delete mode 100644 theme/quotes/header.tpl (limited to 'theme') diff --git a/theme/archive.tpl b/theme/archive.tpl index b06aad9..1a73af2 100755 --- a/theme/archive.tpl +++ b/theme/archive.tpl @@ -1,37 +1,8 @@ +

+

- -
- - -
-

- - - -

- - - - - - -  » - -
-
- - |
- - -


- diff --git a/theme/css/blog.php b/theme/css/blog.php index b4b80d0..bef21dd 100644 --- a/theme/css/blog.php +++ b/theme/css/blog.php @@ -91,6 +91,13 @@ div.entry { font: 75%/150% Arial, "Trebuchet MS", Tahoma; } +div.entry ol, +div.entry ul, +a[name|="comment"]+div.bubble ol, +a[name|="comment"]+div.bubble ul { + margin-left: 3em; +} + +

+ -
+
+ +
+
+
+
+ +
+
+
+
diff --git a/theme/pollIndex.tpl b/theme/pollIndex.tpl index 18b3c43..ced43cf 100755 --- a/theme/pollIndex.tpl +++ b/theme/pollIndex.tpl @@ -17,8 +17,19 @@ Welcome to the Poll of the Week! Feel free to vote on these! You can review old ones and also comment on them if you're logged in using the links below!

-

    + + -
  • - Week of
  • + > - +
    QuestionWeek
    + +

    + + Previous + + + + Next + +

    diff --git a/theme/post.tpl b/theme/post.tpl index 3314d4e..a2342be 100755 --- a/theme/post.tpl +++ b/theme/post.tpl @@ -55,7 +55,7 @@
on - + diff --git a/theme/quotes/browse.tpl b/theme/quotes/browse.tpl index 7b4312a..2880dfb 100755 --- a/theme/quotes/browse.tpl +++ b/theme/quotes/browse.tpl @@ -2,16 +2,20 @@ -

+

-# -+ -() -- -[X] +

+ # + + + () + - + [X] -

+
+ + +

diff --git a/theme/quotes/header.tpl b/theme/quotes/header.tpl deleted file mode 100644 index 620a4d0..0000000 --- a/theme/quotes/header.tpl +++ /dev/null @@ -1,47 +0,0 @@ - -- cgit 1.4.1