Li (
chiming) wrote in
dreamwidthlayouts2012-01-15 02:11 am
Entry tags:
- color: aqua,
- color: black,
- color: blue,
- color: brown,
- color: gray,
- color: green,
- color: orange,
- color: pink,
- color: purple,
- color: red,
- color: tan,
- feature: 2 columns,
- feature: comment pages,
- feature: fluid width,
- feature: header,
- style: tabula rasa,
- tested in: chrome,
- tested in: firefox,
- tested in: internet explorer,
- tested in: safari,
- theme: light on dark,
- type: full layout
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.
Title: Abstractia
Features: all column options, fluid width, header, comment pages


(more colors available)
Notes for tweaking the official style back to its original form are here.

no subject
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
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. :)
no subject
If you would like the bullets to not show up, your best bet is probably inline styles. <ul style="list-style-type:none">
The lack of ability to nest is definitely a problem and I'll fix it when I make it a theme. ♥
no subject
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:
sorry i keep doing that orz
The type declaration has been deprecated, so use CSS instead.
<ol style="list-style-type: lower-latin">
like that.
Re: sorry i keep doing that orz
Or, would I be able to add that to the css box and then apply to individual lists as needed?