padding between sidebar and header, html in menu header, nav bar colors

Oct 21, 2008 09:25

I'm back again! And I was doing so well this time around, but I'm running into a couple of snafus ( Read more... )

sidebar:backgrounds, sidebar:headers, s2:theme layer, $acct level:paid or perm, css:in layers

Leave a comment

Comments 10

av8rmike October 21 2008, 16:26:00 UTC
1. You can change the colors and options of the nav strip through Customize Journal Settings. Or did you need to set that through the theme layer instead?

2. The HTML is working in your sidebar titles. At least, I see:
I thought html worked and
Seriously, why doesn't this work?

3. Wow, the Hanafuda theme has some weird CSS I've not seen in any other stylesheets. Take out your #content{} line and add this:
#header, #home #header {margin-bottom: 0}

4. According to this, IE6 doesn't support fixed positioning.

Reply

stickykeys633 October 21 2008, 16:43:41 UTC
1. Yeah, I wanted it in my theme layer if at all possible. It's mostly in case I want to share the layout, but I was wondering if it was even possible.

2. Yes, but specifically image tage, a hef tags, and font tags cause a compiling error.

Compile error: line 117, column 19: Unexpected token found. Expecting: [TokenPunct ( ... )

Reply

av8rmike October 21 2008, 16:57:47 UTC
The message may not be intuitive, but the compiler is telling you exactly what's wrong: it doesn't understand what "http" means in this context. It's expecting a semi-colon but getting "http".

117: $title = "LinkyLink";

The compiler reads this as $title = " $title = """LinkyLink""";

Or, the same thing you're doing with your "content" sections. =P

Reply

av8rmike October 21 2008, 17:00:53 UTC
Sorry, I forgot the nav strip settings...

set custom_control_strip_colors = "on_gradient";
set control_strip_bgcolor = "#xxxxxx";
set control_strip_fgcolor = "#xxxxxx";
set control_strip_bordercolor = "#xxxxxx";
set control_strip_linkcolor = "#xxxxxx";

Reply


Leave a comment

Up