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.

no subject
I've tried the last few versions, and I'm looking forward to this being official.
I'm currently testing with a two column, left sidebar setup, no extra customizations at the moment. I'm using Flock 2.5.2, based on Firefox 3.5, Mac.
I noticed on the module-tags_multilevel, some of my tags disappear right off the side of the browser. Do you want a screenshot? Or is it visible to you?
I'm going to use this layout/theme for a bit and really check it out.
no subject
no subject
I'll test it more with Opera and Safari.
no subject
More screenshots
Safari 4.0.3:
I'll take a look at the whole layout/theme in the coming days.
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
Content side extra space
Top is Firefox 3.5.3, middle is Safari 4.0.3, and bottom is Flock 2.5.2, Mac.
The same is true of Opera. I just didn't have enough screen space. :)
Again, I haven't made any changes in the wizard interface - I just installed the layer/theme, and started using it.
Re: Content side extra space
.two-columns-left .entry .header, .three-columns-left .entry .header { margin-right: 105px; }.two-columns-left .entry .poster, .three-columns-left .entry .poster { margin-right: 105px; }
Re: Content side extra space
Re: Content side extra space
Re: Content side extra space
The Profile module
The usual browsers are Safari 4.0.3, Opera 10, Flock 2.5.2, and Firefox 3.5.3 on Mac.
Opera is the only one screencapped as logged out.
Three Columns on either side setup. Gap between header and sidebar on right
Re: Three Columns on either side setup. Gap between header and sidebar on right
Re: The Profile module
margin-top: 1em;
margin-left: 0em;
}
Can you see if margin-top of .5em is enough for you, actually? I'm not having a problem with FF 3.0 on Linux, and it looks a little weird to me now, actually. Is the spacing different than you see on other styles?
Re: Three Columns on either side setup. Gap between header and sidebar on right
.three-columns-sides #tertiary .inner:first-child, .three-columns-left #tertiary .inner:first-child, .three-columns-right #tertiary .inner:first-child { padding-top: 0em; }Does that fix it?
Re: The Profile module
Re: Three Columns on either side setup. Gap between header and sidebar on right
Refried Tablet
It might only show up on my browsers. I can't post screenshots right now, I will during the week, Monday most likely.