Joy (
wide_worlds_joy) wrote in
dreamscapes2009-09-15 04:29 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Entry tags:
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.
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.
Re: Two-column-left
The styling for the top nav is defined in .module-navlinks ul, .module-navlinks li
I have this as the CSS in there now:
font-weight: bold;
font-variant: small-caps;
display: inline;
padding: 1em;
text-align: center;
As opposed to your modified stylesheet which says
font-weight: bold;
display: inline;
padding: 0.2em 1em 0.2em 0.5em;
for the same section.
The padding element seems to be the key.
The secondary module-header you mention above controls the groupings on the sidebar, "filters" "network" "syndicate" and so on.
Re: Two-column-left
Thanks.
Re: Two-column-left
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?
Re: Two-column-left
...yes, and the fact that it goes to a second line.
Nvmd. Just got back from the laundrymat, and I'm eating, so.... sometime later. ;-)