From e18b94e9a10fe595ccdcf5a57a412b01f2e621e2 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Wed, 4 Nov 2009 06:40:38 -0800 Subject: [PATCH] Removed the var_dump I accidently left in buystrip.php, tried to play with the id => again in the register sidebar, note: john, yah doesnt work appropriately with changing on off of the sidebar registers - modified comments code yet again fixing it all up, #comment *at the top* is now #comment-wrapper Signed-off-by: Philip M. Hofer (Frumph) --- buystrip.php | 2 +- functions.php | 2 +- images/nav/bar/navstyle.css | 25 +++++++++++++++++++++++++ style.css | 10 ++++------ 4 files changed, 31 insertions(+), 8 deletions(-) diff --git a/buystrip.php b/buystrip.php index 1a9bcc3..af61eba 100644 --- a/buystrip.php +++ b/buystrip.php @@ -12,7 +12,7 @@ Templete Author Email: philip@frumph.net - +
diff --git a/functions.php b/functions.php index 20a9c53..42f76d6 100644 --- a/functions.php +++ b/functions.php @@ -728,7 +728,7 @@ add_filter('the_content','insert_comic_feed'); // Register Sidebar and Define Widgets if ( function_exists('register_sidebar') ) { - register_sidebar(array('name'=>'Left Sidebar','before_widget' => ' + register_sidebar(array('name'=>'Left Sidebar', 'before_widget' => '
','after_widget' => '
','before_title' => '

', 'after_title' => '

diff --git a/images/nav/bar/navstyle.css b/images/nav/bar/navstyle.css index 9a2fee5..91a6e7d 100644 --- a/images/nav/bar/navstyle.css +++ b/images/nav/bar/navstyle.css @@ -6,6 +6,20 @@ Style: Default text-align: center; } +.comic_navi_left { + display: inline-block; + float: left; +} + +.comic_navi_center { + display: inline-block; +} + +.comic_navi_right { + display: inline-block; + float: right; +} + .comic_navi { width: 100%; background: #000; @@ -19,7 +33,15 @@ Style: Default .navi-comictitle { padding: 0px 10px; text-align: center; + display: inline-block; } + .navi-comictitle a { + color: #fff; + } + + .navi-comictitle a:hover { + color: #f00; + } .navi { padding: 0 10px; @@ -58,12 +80,15 @@ Style: Default } .navi-buyprint { + display: inline-block; + color: #000; } .navi-buyprint:hover, button .navi-buyprint:hover { } .navi-buyprint-form { + display: inline-block; } .navi-archive, .navi-archives { diff --git a/style.css b/style.css index 29d0ec3..c07c88f 100644 --- a/style.css +++ b/style.css @@ -16,7 +16,7 @@ http://www.opensource.org/licenses/gpl-3.0.html body { margin: 0; font-family: 'Arial', sans-serif; - font-size: 11px; + font-size: 13px; color: #000; } @@ -342,7 +342,6 @@ h3, h3 a { } #comic { - padding: 5px 0; text-align: center; } @@ -583,9 +582,7 @@ a.navi-comments:hover span { #comment-wrapper { margin-top: 5px; - padding: 0 20px; font-size: 12px; - font-family: 'Arial' , sans-serif; } .comment { padding: 2px; @@ -598,8 +595,9 @@ a.navi-comments:hover span { .comment .avatar { - margin: 0 10px 5px 0; + margin: 0 5px 5px 0; float: left; + display: inline-block; } .comment .trackping { @@ -624,7 +622,7 @@ a.navi-comments:hover span { .comment-meta-data { background: #eee; - border-bottom: solid 1px #000; + border-bottom: solid 1px #999; margin: 0; padding: 0; }