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 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)
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 08:07 pm (UTC)(link)
Aha, that's why. I swiped the text from one of thefulcrum's test posts on LJ because there were a lot of styling elements there ad I didn't have time to write my own. I will definitely change that entry once customizations are done.

Would it be possible to have a list inside a table, and not have bullets? (And of course, cellspacing and cellpadding!)

No need; like I said, it's easier to have colors separate for someone who just wants to try out different colors -they just look for Images and colors ad replace that part. Makes perfect sense. Is it possible to have two people submit the same layout as a theme layer? Because I'm sure I saw it at [site community profile] dreamscapes. Yes, here.

Nesting I will definitely need for a future post listing art supplies, references and stock photos I use. I figure if I make myself post (somewhat) regularly, I might actually (gasp!) improve my skills. :)
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

[personal profile] aidadesigns 2012-01-15 08:30 pm (UTC)(link)
That's good then; it's always a good thing to have more choices rather than less.

I think I've reached my final questions before I try my hand at custom layers and themes for the other edit:

- I just added some differently styled ordered lists from W3schools, but they all show as the same type. Is there something in the css that's causing that? - How would I reduce the line spacing for lists?

I think that's it, at least for the time being. :crosses fingers:
aidadesigns: Ginger tabby painted in watercolor, head closeup (Default)

Re: sorry i keep doing that orz

[personal profile] aidadesigns 2012-01-15 08:47 pm (UTC)(link)
Well dang it, Dreamwidth! OK, I'll have to keep that in a document somewhere. Perhaps I'll make a "styled elements" private post from where I can copy these codes. :(

Or, would I be able to add that to the css box and then apply to individual lists as needed?
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.