still kind of a stealthy love ninja (
zvi) wrote in
dreamscapes2009-09-22 04:08 pm
Entry tags:
Refried Tablet -- Converted!
Theme name/layout: Refried Classic / Refried Tablet
Author:
zvi
Layout info: Layout, Theme, and Live.
Image info: No images
The info links go to my dreamhack. If you want to test it on your own journal, the layout # on Dreamwidth is 78331. The theme # is 78333.
This got tested when it was CSS, but this is my first conversion, and I'm just not sure it works as expected. If you could take a look at it and tell me if it worked okay, I'd really appreciate it. (If something doesn't work, it's very helpful to get your browser and version number.)
This should work for all column configurations except "none", which returns a giant mess. If you have any ideas about how to get something legible from none, I'd love to hear it.
Author:
Layout info: Layout, Theme, and Live.
Image info: No images
The info links go to my dreamhack. If you want to test it on your own journal, the layout # on Dreamwidth is 78331. The theme # is 78333.
This got tested when it was CSS, but this is my first conversion, and I'm just not sure it works as expected. If you could take a look at it and tell me if it worked okay, I'd really appreciate it. (If something doesn't work, it's very helpful to get your browser and version number.)
This should work for all column configurations except "none", which returns a giant mess. If you have any ideas about how to get something legible from none, I'd love to hear it.

Re: More screenshots
/* add padding to module content because whitespace is good! But we don't need so much on ul and table. */
.module-content { margin: 1em; }
.module-content ul, .module-content table { margin-left: -0.5em; }
/* make lists prettier */
.module-content li { text-align: left; list-style-type: none; list-style-position: inside;}
Now I have to figure out how I should change it up. I may just get rid of the negative space on .module-content ul and .module-content table; I think that should fix it.
Are you using the layout layer I supplied on my journal, or did you copy it over? If you copied, could you try commenting out that specific line and see if that fixes it? Thanks.
Re: More screenshots
.module-content ul, .module-content table { margin-left: -0.5em; }to.module-content ul, .module-content table { margin: 0 0.5em; }, I get better results.Re: More screenshots
Re: More screenshots