chiming: (Default)
Li ([personal profile] chiming) wrote in [community profile] dreamwidthlayouts2012-01-15 02:11 am

Layout: Abstractia

THIS LAYOUT IS NOW OFFICIAL! /noisemaker

Title: Abstractia
Features: all column options, fluid width, header, comment pages



(more colors available)


Live Preview

Notes for tweaking the official style back to its original form are here.

All feedback completely welcome. I kind of hope to make this into an official layout.
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 05:59 pm (UTC)(link)
Also, if it means anything, I have a 22" monitor, with 1920x1080 resolution.
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 06:10 pm (UTC)(link)
OK, cleared it and saved it. It is now completely empty.
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 06:12 pm (UTC)(link)
Cleared and saved css, cleared theme layer but didn't compile it; the window is blank though.
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 06:15 pm (UTC)(link)
Compiled with no errors.

(Though I'd really like to have tags and mood together, and I even submitted a request for it to DW; that's why I even started trying to do it in a theme layer. But I'm going to follow you first.)
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 06:18 pm (UTC)(link)
If possible, just the mood. But I don't think I'd mind if it was all metadata. Well, maybe except crossposts. But it's just that I want as much control over placement of elements.
(deleted comment)
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 06:16 pm (UTC)(link)
Theme applied; Custom layer Edited Entry.
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 06:19 pm (UTC)(link)
Unchecked "use layout stylesheet", pasted the css and saved.
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 06:31 pm (UTC)(link)
It worked. :) There are still many things I want to change because I want the layout to look like something between what you did, and wiring's layout. But here's what I want to change now:

I need more padding between the tags and .page-read .poster, .page-network .poster, because right now it's too close to the tags. I presume I'd need o fix its margin and/or padding. Ideally, I want it to be to the right of the userpic, as shown here: http://aidadesigns.dreamwidth.org/read?s2id=665976

I much prefer your entry borders and entry backgrounds, but I want the fonts and link styles of the other Motion edit. I also want their ordered, unordered and definition lists and tables, but your blockquote.

And finally, where exactly did I make mistakes? Because copy/pasting is great, but I'd like to understand what I did wrong so I don't repeat that mistake in my other journals.

In any case, thank you so much for all the patience and hand-holding!
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 07:20 pm (UTC)(link)
It's almost there, but not quite: just removing clear: both throws poster to the right of the entry, adding float: left puts it to the right of the userpic, but pushes the entry text to the right. Any ideas?

I will leave tags where they are at the moment, but it's good to know it's possible if I want to try it later.

As for the lists, can I have them go back to the defaults? You have the style set to square, which I dislike, and I want to be able to nest the lists. I tried them before, but I couldn't get the numbered uppercase and lowercase lists to show up. I'll add them back to my test post for, well, testing.

I also need more space in the tables; right now the table I have here is all squeezed together. Also, it has bullets, which I don't want.

As for the CSS, I must admit I'm more used to having colors together with other selectors, but I understand it makes more sense to keep them separate for a multi-colored theme. I'm just having some trouble finding the fonts and their colors to change.

Yeah, probably just a question of posting at the same time, and missing edits within a fraction of a second. :)
rainfall: A girl stands in the midst of fallen leaves. You can't see her face. (Default)

[personal profile] rainfall 2012-01-15 07:52 pm (UTC)(link)
First, for the bullets: Those are there because you have a list inside your table.

This is the source code when I view source:



Additionally, the "spacing" and "padding" declarations aren't going to work. You want "cellspacing" and "cellpadding".

If you look for "square" and just delete the lines that refer to them, it'll go back to bullets. The nesting problem is caused by removing all the padding and margins on them. In the finished version, I won't be "resetting" so many things.

And yeah, sorry for doing the colors that way. I think I'm gonna work it up as a real theme layer now and that should solve a lot of the remaining problems. ♥
Edited 2012-01-15 19:55 (UTC)

(no subject)

[personal profile] aidadesigns - 2012-01-15 20:07 (UTC) - Expand

(no subject)

[personal profile] aidadesigns - 2012-01-15 20:30 (UTC) - Expand
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 06:36 pm (UTC)(link)
I just noticed you don't have .page-read .poster, .page-network .poster but #canvas #content #primary .entry .entry-poster, #canvas #content #comments .comment .comment-poster and changing margin: 0 0 1em 0; to margin: 1em 0 1em 0; didn't make any difference. Would adding padding change it?
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 07:04 pm (UTC)(link)
Actually adding padding: 1em 0 1em 0; to that did work, but I'll take your advice since you have more experience in this than I do.