new layout

Published June 23, 2006
Advertisement
I was bored so I redid the layout. It's awful I know, but I'm no webdesigner.

EDIT: now with fancy-pants schedule-o-meter
Previous Entry Boredom
Next Entry urgh
0 likes 9 comments

Comments

Ravuya
It looks awful in the black theme.
June 23, 2006 09:49 AM
baldurk
the obvious solution is not to use the black theme.

yeh, I'll get on that. It's still work in progress :P.
EDIT: I've changed as much as I can (the CSS). Everything else is image'd and I can't change it.
June 23, 2006 09:51 AM
mindrot
i rather like the colors. looks like my alpha website -- www.mind-rot.com/alpha
then my lame webdesign friend went and pwned me with flash at the base domain *sigh*
June 23, 2006 10:05 AM
Ravuya
It looks slightly better in the black theme now.

I'm not a big fan of the centered "Ravuya Dictionary Administrator.." line.
June 23, 2006 10:29 AM
baldurk
Quote:Original post by Ravuya
It looks slightly better in the black theme now.

I'm not a big fan of the centered "Ravuya Dictionary Administrator.." line.


Yeh it's not so great, I'll see if something can be tweaked. It uses the same class as a <td> that I want centred so I might not be able to.
June 23, 2006 11:49 AM
Ravuya
How did you do the shadows on the schedule boxes? Reminds me of early-90s hypercard stacks, which is totally retro-awesome.
June 28, 2006 08:36 AM
baldurk
magic!

No, the schedule boxes are inside the shadows, but they are set to position: relative and left: -5px and top: -5px so that they overlap the shadow box's top left corner.
June 28, 2006 09:50 AM
Ravuya
Fascinating. I don't know jack shit about CSS. Are they two separate classes? Like shadow and regular box?
June 28, 2006 01:31 PM
Ravuya
Ah ha, I got it to work. [grin]

.boxshadow {
	background: black;
	border: 1px solid black;
}

.box {
	position: relative;
	left: -5px;
	top: -5px;
	border: 4px solid gray;
	background: white;
}


Stylish! Thanks. I'll have to rip it off somewhere.
June 28, 2006 01:39 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement