ij_siteschemes
.:.:::...:::. ..:: .:::::.

About this journal
IJ_siteschemes is where everyone involved in designing site schemes for IJ can exchange notes, documents and ideas. Membership is currently moderated, so please leave a comment for branchandroot if you'd like to join in.

September 2015
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

Squeaky [userpic]
New Schemes on the main server

Since there are so many code problems on the testing servers. I have decided to move the new site scheme testing here to the live server. I am not going to publicly announce a beta test until the schemes are a bit better tested. But you can go ahead and start testing immediately.

Please let us know of any CSS changes that you see that need to be made to the dramatic.css or the worksafe.css files.

Comments

Im not sure if it is already set this way, but I can make the entire body a div if that would help

No, the problem is that there are divs in the content of some pages, up at the top, with clear:both in the styling. Which means that, since the sidebar is floated, all the content is pushed down below it. So either five pages have to have their content edited (which I would prefer, but not if it will make updates harder) or else I have to make a workaround for the sidebar styling. I have something that should do it. *rueful* It just makes me twitch because it isn't nearly as foolproof as the first way was.