rhithwir (
syntheid) wrote in
dreamscapes2009-09-22 07:47 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Tabula Rasa: Indexed
Theme name/layout: INDEXED / Tabula Rasa
Author:
syntheid
Layout info: "Spot Color" theme WIP preview.
CSS:
Image info: Layout currently only uses small bullets that I made, everything else is just CSS.
I'd like suggestions on things to do with the navlinks? I'm not real happy with how they are now, since I have them at fixed width and at small resolutions (namely, 800x600), they'll overlap with the pagetitle text (Recent Entries/Reading/etc. on the right), and for navigation reasons I like keeping the pagetitle visible. Or does this seem like not a problem? Someone also suggested putting separators in between the menu items, but that would make the text even longer.
Also anything else you can think of in particular that might be a problem? Like if there are obvious ways to eliminate the bits of non-fluid code I still have. Still working on eliminating duplicate/messy code in the CSS, but hopefully this is a bit more readable than my first draft.
Author:
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Layout info: "Spot Color" theme WIP preview.
CSS:
Image info: Layout currently only uses small bullets that I made, everything else is just CSS.
I'd like suggestions on things to do with the navlinks? I'm not real happy with how they are now, since I have them at fixed width and at small resolutions (namely, 800x600), they'll overlap with the pagetitle text (Recent Entries/Reading/etc. on the right), and for navigation reasons I like keeping the pagetitle visible. Or does this seem like not a problem? Someone also suggested putting separators in between the menu items, but that would make the text even longer.
Also anything else you can think of in particular that might be a problem? Like if there are obvious ways to eliminate the bits of non-fluid code I still have. Still working on eliminating duplicate/messy code in the CSS, but hopefully this is a bit more readable than my first draft.
no subject
I think it's caused by border-left: 300px solid transparent;.
no subject
no subject
no subject
no subject
no subject
#secondary {
float: left;
width: 200px;
margin-left: -350px;
margin-top: -150px;
}
it looks fine.
no subject
no subject
It's much better and it fixed other alignment issues too.
Other issues I noticed:
The right border of the the separation/space between entries is not really aligned with the same border on the entry box.
The navigation items (Recent Entrie, Archive, etc.) are not vertically aligned. The page title is, though.
On the Month page, the month selector/navigation element is half outside the month box and the previous and next entries are above and below it instead of on the left/on the right (unless it's on purpose?).
no subject
I'm glad that fixed some of it, though.
Looking at the other issues... the right border not being aligned seems to be issue of using em instead of px. In some resolutions it seems to be unaligned. I'll have to see if there's a better way I can code that.
On the navigation items, can you screencap? I'm not sure exactly what you mean.
And no, that's definitely not meant to look like that, it was an oversight on my part, thank you. :)
no subject
no subject
no subject
no subject
Just looked through my records, and I can't seem to find yours on file. Let me know if I just missed it!
no subject
no subject
no subject
no subject
no subject
no subject