You are herecaduceus
caduceus
Why I get these ideas out of nowhere, I dunno...
...well, to be honest it's something I've wanted to actually redo for a while. The Caduceus site, I mean.
Here's the main page that I've already shown before, and the actual journal part. The purpose of the journal will be for Jon and I to write in-character things about Ryshy and Alexsei, to help us flesh out how we'll separate them from Exalted's Creation and into Eskarne (my original setting for the Anthegenia Cycle, and yes, also the name I gave the Great Bird in Reborn Again. It means "Mercy".)
For the user profiles, I ended up using a nifty Nucleus plugin for customizable profiles. Even if there'll only ever be two users for the Caduceus, I just had to get it done *right*. ^^;
I went through a few different and interesting blog software and CMSs before settling back with Nucleus, one of my staple favorites:
More reason to hate CSS!
I've been working on a layout -- and I mean a very SIMPLE layout -- for the new Caduceus site. I had everything done, more or less, but then discovered that the top banner (which was a centered image) was always shifting a few pixels to the left compared to the splash page.
Yeah, so it's just a few pixels, who cares, right? ... I do! D:
So I raged for a while (all last night, in fact) trying to figure out the issue, when it finally struck me just a few minutes ago. It's the *scrollbar*. The scrollbar was messing up the centering for short pages. x.x So I followed the advice I found here and put in a
html { overflow-y: scroll; }
in the CSS to force a scrollbar all the time. Gah~ I really do hate CSS, have I said that before? n.n