Branch (
branchandroot) wrote in
dreamscapes2009-07-27 07:48 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Entry tags:
Tabula Rasa: Basic Boxes, Modish, ColorSide
Theme name/layout: Basic Boxes Green / Tabula Rasa
Author:
branchandroot
Layout info: theme layer
Image info: No images.
Theme name/layout: Modish Scarlet / Tabula Rasa
Author:
branchandroot
Layout info: theme layer
Image info: One background image in header, from stock image site Stock Xchange, permission secured for use in a web template, see CLA.
Theme name/layout: ColorSide Nadeshiko / Tabula Rasa
Author:
branchandroot
Layout info: theme layer
Image info: One background image in header, from stock image site Stock Xchange, permission secured for use in a web template, see CLA.
Theme name/layout: Boxes and Borders Gray / Tabula Rasa
Author:
branchandroot
Layout info: theme layer
Image info: No images.
Theme name/layout: Stepping Stones Purple / Tabula Rasa
Author:
branchandroot
Layout info: theme layer
Image info: No images.
Testing Needs: These have been tested in all required browsers, but I would much appreciate it if they could be double-checked in IE 7 and 8 since I was only able to test those via www.browsershots.org.
Author:
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Layout info: theme layer
Image info: No images.
Theme name/layout: Modish Scarlet / Tabula Rasa
Author:
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Layout info: theme layer
Image info: One background image in header, from stock image site Stock Xchange, permission secured for use in a web template, see CLA.
Theme name/layout: ColorSide Nadeshiko / Tabula Rasa
Author:
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Layout info: theme layer
Image info: One background image in header, from stock image site Stock Xchange, permission secured for use in a web template, see CLA.
Theme name/layout: Boxes and Borders Gray / Tabula Rasa
Author:
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Layout info: theme layer
Image info: No images.
Theme name/layout: Stepping Stones Purple / Tabula Rasa
Author:
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Layout info: theme layer
Image info: No images.
Testing Needs: These have been tested in all required browsers, but I would much appreciate it if they could be double-checked in IE 7 and 8 since I was only able to test those via www.browsershots.org.
Quick look at the first three layouts
===
Theme name/layout: Basic Boxes Green / Tabula Rasa
* one-column, two-columns-right: looks good!
* two-columns-left, three-columns-left, three-columns-sides:
What in the world, IE7? When I load the page initially, the left sidebar hides behind the main content (it's shifted too far to the right, so it ends up right under the entries)
If I resize the window, then it shows up to the left again. (How can this be sane? Ack!)
* three-columns-right: the right most sidebar overlaps the other sidebar (this seems to be true for all
BTW, in all cases the header is narrower than the body. Just double-checking that this is deliberate?
==
Theme name/layout: Modish Scarlet / Tabula Rasa
* one-column, two-columns-left, two-columns-right, three-columns-left, three-columns-sides: looks good!
* three-columns-sides: same sidebar overlapping problem as before
(so clean and pretty :))
===
Theme name/layout: ColorSide Nadeshiko / Tabula Rasa
Ooooh
General notes:
* the navstrip doesn't extend across the entire screen
* userpic may overlap entry text a tiny bit
* one-column, two-columns-left, two-columns-right, three-columns-sides, three-columns-left: looks good!
* three-columns-right: sidebar overlap (hehe, maybe I should stop noting this)
Re: Quick look at the first three layouts
Can you tell if the general sidebar thing is happening in Tabula Rasa Plain, too? If it is, then at least we'll know which style sheet has to be fixed.
Yes, the Basic Boxes header is supposed to be narrower!
I bet the Colorsides navstrip problem is because of where the borders were put; I'll try moving those to #canvas, now that #canvas isn't floated weirdly. And I'll see if the userpic can be edged up a titch more.
Re: Quick look at the first three layouts
Found it when I was looking at http://bugs.dwscoalition.org/show_bug.cgi?id=1432, and I've been poking at it intermittently, but so far have made no progress.
(I'm right now going through http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/, hoping for a clue. I am torn between weeping and tearing my hair out. Oh IE)
Re: Quick look at the first three layouts
Re: Quick look at the first three layouts
Uploaded a screenshot: http://bugs.dwscoalition.org/attachment.cgi?id=1882
Here's the code I used by the way:
#primary, #secondary, #tertiary, body, #canvas {
margin: 0;
padding: 0;
}
Hm, the three-columns-right appears to be affected by the same bug as the two-columns-right, as well, where the modules in #tertiary end up in the middle of the content (but I guess that'll be fixed by the same thing)
(I am wickedly tempted to hide the three-columns-right option until something is worked out, tbh :-))
Re: Quick look at the first three layouts
*looks at css*
*tries not to swear*
I think that IE is screwing up the float order. So it thinks the wrong one comes first and our margins are telling it to float those two columns into the same space. What happens if, instead of the sidebars being floated right in three-columns-left and three-columns-right, we float both tertiary and secondary left, in those? At that point, the margins should make them separate again, no matter how stupid IE is.
Re: Quick look at the first three layouts
http://afunamatata.com/screenshots/3cols-right-float-left.png
I'll see if I can play around with it later, but right now I need to run off to work.
Re: Quick look at the first three layouts
.three-columns-right #tertiary {
margin-left: $*sidebar_width;
}
And it seems to work in IE7 and Firefox, for Modish Scarlet. I am cautiously optimistic; will try in a couple of other layouts.
Re: Quick look at the first three layouts
Re: Quick look at the first three layouts
Re: Boxes and Borders; Stepping Stones
Re: Boxes and Borders; Stepping Stones
I wonder if it's actually the #secondary/#tertiary .inner padding that it needs to stay straight, somehow...
Re: Boxes and Borders; Stepping Stones
*goes to try and find anyone who's figured out how to freaking fix this*
Re: Boxes and Borders; Stepping Stones
float: left; width: 100%; /*asinine IE7 hack to keep left sidebar from sliding under #primary when #canvas is relative*/
Width to be adjusted appropriately if the container has margins. Okay, Basic Boxes and Boxes and Borders should now be clear.
Oh god, how much do I hate IE...
Re: Boxes and Borders; Stepping Stones
(And now I'm thinking of having tips and tricks entries. There are a couple of other things, like making sure margins go on #canvas and not body so it won't interfere with the navstrip, that could go in one of those)
I'll check later! Just about to head to bed. But figure that with those, we're now clear to commit?
Re: Boxes and Borders; Stepping Stones
no subject
Basic Boxes Green
- three-columns-right, overlapping sidebar is still broken
Modish Scarlet
- three-columns-right, overlapping sidebar is fixed
ColorSide Nadeshiko
- three-columns-right, overlapping sidebar is fixed
- rest of the issues look good as well. Note I've only tested in three-columns-right and two-columns-left in IE7
Boxes and Borders; Stepping Stones
one-column, two-columns-right
- looks good
two-columns-left, three-columns-sides, three-columns-left
- the left sidebar is overlaid onto the content
three-columns-right
- #tertiary overlays #secondary
Actually, I suspect that these are the same issue as with Basic Boxes; just that basic boxes had a background, so the content managed to hide the sidebar
Stepping Stones Purple
(ooh I find the overlap on this one interesting!)
* one-column, two-columns-right, two-columns-left, three-columns-sides, three-columns-left, three-columns-right - looks good!
Mmm and I just realized I haven't made sure to test the two-columns-right issue; I assumed everything was broken and forgot to confirm.
no subject
no subject
Ah, and I've just finished some minor updates and edits to these layers, so if you want to grab the copy from the links today, they'll be all fresh and polished.
no subject
And okay! I actually just finished experimenting with converting Basic Boxes into a new layout layer. About to head to bed, but I shall grab the shiny tweaked layouts and finish the rest of it tomorrow! :)
(And then the other stuff in dreamscapes, mwahahha)
no subject
no subject
no subject
I did some tweaks to the margins of the entry-interaction-links, as per http://bugs.dwscoalition.org/show_bug.cgi?id=1595
I also changed some of the stuff to use generate_background_css (the main difference being that if for some reason there's no value set on a variable, it prints out nothing instead of printing out "color: ;")
So now all I'm waiting for is the preview images (which someone will do shortly) YAY \o/
no subject
no subject
no subject
Oh, I've been meaning to ask, will there be a metadata area where we can put things like "inspired by X" or similar? A description field in the header or similar?
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
There's a small issue on the month page: on community journals poster and entry subject aren't separated by any space. Assuming this is not intended, do you want to report and fix it yourself?
You can see what I mean here for example: http://onesongaday.dreamwidth.org/2010/04/
no subject
I won't have time to do this for at least three weeks, so if you have a sec to log and/or fix it, please feel free!
no subject
Icons Page
Here's Basic Boxes looking like the current page to give you an idea: http://system.ninetydegrees.hack.dreamwidth.net/icons
Re: Icons Page