wide_worlds_joy: (Lazy Webmaster)
Joy ([personal profile] wide_worlds_joy) wrote in [site community profile] dreamscapes2009-09-15 04:29 am

Two color styles for Negative

CSS style sheets are here:

http://davensjournal.com/azure.css
http://davensjournal.com/azure-l.css

A sample of this is on my personal journal.

The difference between them? The first has the sidebar on the right, the other has the same sidebar on the left. That's the only difference.

Enjoy them.
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

Re: Two-column-left

[personal profile] ninetydegrees 2009-10-24 08:16 pm (UTC)(link)
Hmmm, no.

Here's what you have in your CSS file:

.module-navlinks ul, .module-navlinks li {
font-weight: bold;
font-variant: small-caps;
display: inline;
padding: 0.2em 2em;
}


Here's what I have in the Azure theme stylesheet:

.module-navlinks ul, .module-navlinks li {
font-variant: small-caps;
padding: .2em 1.1em;
}

I didn't repeat font-weight and display because it's in the default stylesheet so it'll get applied.

I changed the left/right padding to 1.1em because you mentioned it made the links display on two lines.

The code you think I have in the modified stylesheet is from the default stylesheet.

Edit: I may have misunderstood what this comment is about. I think it's in the wrong thread so I'm not sure what you're replying to. Is this about letter-spacing?
Edited 2009-10-24 20:19 (UTC)