fuesch
15 February 2017 @ 12:52 am
I recently made this backup journal on Dreamwidth and was relieved to find out that my layouts work there too. I'm being told that you can also use them on InsaneJournal. All you need to do is put Flexible Squares on your journal with one of the following tutorials:

Dreamwidth
InsaneJournal

There are a few things not yet looking the way they should, so I'll revise my layouts (which will probably be as slow as the current revision, FML) to make them work 100% on Dreamwidth.



If you want to get rid of the 2 extra links in the navheader, here's the CSS for that:

ul.navheader li + li + li + li {
display: none;
}

ul.navheader li + li + li + li + li + li {
display: inline;
}


It's possible that you'll need to change inline to something else. Look for ul.navheader li in the layout and to what display is set there.


Edit: This code does the same thing in a neater way: