ID:277745
 
Whoever designed the best stylesheet for this site wins a BYOND membership!

http://members.byond.com/MUDdev
Chris.Laponsie wrote:
Whoever designed the best stylesheet for this site wins a BYOND membership!

http://members.byond.com/MUDdev

Kinda depends what kind of stylesheet you're looking for, doesn't it?

At the moment I'm pretty much limited to modifying other people's layouts. Changing colors and title images. But I'm good at making pretty pictures. :)
In response to Foomer
Foomer wrote:
Chris.Laponsie wrote:
Whoever designed the best stylesheet for this site wins a BYOND membership!

http://members.byond.com/MUDdev

Kinda depends what kind of stylesheet you're looking for, doesn't it?

At the moment I'm pretty much limited to modifying other people's layouts. Changing colors and title images. But I'm good at making pretty pictures. :)

I honestly don't have anything in particular in mind. I'm going to leave it up to the public to vote on which one they like best I think. I just wanted to see some creative designs.
Advice to entrants: Use -moz-border-radius:0 on the .box, .big_box, .post, and .comment styles to keep boxy boxes. Specify a foreground color for .box and .big_box. If you override the new comment box, don't float it the right; trust me.

Lummox JR
In response to Lummox JR
But wouldn't someone need to already have a membership, or something to run the stylesheet off of?
In response to EGUY
Yeah, I was thinking that when i saw this contest, lol.
In response to EGUY
Actually, no! Thanks to the developer tool bar on Firefox, people can play with CSS all they want, and not have to worry about having a membership.
In response to Jamesburrow
Err... yeah I suppose so. You could save the source of a member's site and edit the css for it offline though.
In response to Danial.Beta
Updating the scoreboard...
Firefox: INF
Internet Explorer: A lot less
In response to Chris.Laponsie
Chris.Laponsie wrote:
Err... yeah I suppose so. You could save the source of a member's site and edit the css for it offline though.

Which is actually how I've been doing it anyway, since I never mastered the use of FireFox CSS live-editing tools. Just save the page somewhere and edit the CSS. Actually you'll probably want to save several pages - main, blog, comments, forum, game-list (which'll be obsolete soon anyway), and so forth.

You can also replace the stylesheet portion of each of those pages with:

<link rel=stylesheet href=stylesheet.css type=text/css>

Then just put your stylesheet information in the stylesheet.css file and it will update all of the pages you have saved.
In response to Foomer
Let me give you the quick rundown, because it's super simple.

1. Install "Web Developer" extension for Firefox.
2. Restart Firefox. Press "Ctrl+Shift+E".
3. Enjoy editing CSS in real time.
4. Thank me later.

Also, to extend your CSS powers, try out the "CSSViewer" extension. It runs horribly slow, but it gives you every bit of CSS information you could ever want on anything you roll your mouse over.
In response to Danial.Beta
Danial.Beta wrote:
Let me give you the quick rundown, because it's super simple.

1. Install "Web Developer" extension for Firefox.
2. Restart Firefox. Press "Ctrl+Shift+E".
3. Enjoy editing CSS in real time.
4. Thank me later.

Also, to extend your CSS powers, try out the "CSSViewer" extension. It runs horribly slow, but it gives you every bit of CSS information you could ever want on anything you roll your mouse over.

I never said I didn't know how to install Firefox addons. :P I've had Web Developer installed and I actively use CSS Viewer, I just never bothered learning how to use Web Developer. Mostly because the extra bar annoys me, and I'm not sure if I can disable it.
In response to Foomer
Of course you can disable the extra bar. Just right click on it and uncheck "Developer Tool Bar". You still get the CSS editor, and all the extras are still in the right click menu. It's the way I use it. It's far more efficient to develop that way. You can be sure that Firefox will render it correctly, and it updates live, so no "ctrl+s>alt+tab>F5". Too bad it doesn't work with IE Tab, despite being impossible, it would be kickin' awesome.
In response to Danial.Beta
Fine, fine, I'm using it now. Happy?

BUT, can you make it keep the CSS while you tour through your site?
In response to Foomer
Very. You're too talented of a designer to be doing things in inefficient ways. We need to producing at peak efficiency so our world will look better... or at least one guild on this site.
In response to Foomer
Foomer wrote:
BUT, can you make it keep the CSS while you tour through your site?

Yeah, the Up/Down arrow will make it sticky. So as you surf it sticks. It's weird to see Google with BYOND's CSS.