I searched userstyles.org but nothing turns up.
My first ham-fisted attempt is below. The stylish plugin for Firefox makes it easy to apply user styles.
- Removed the right-hand 'boxes'
- Question list expands for widescreens
- Removed uservoice link -- you have it bookmarked, right?
- Made the answer count box colors more pleasing to my eyes, answered questions stand out more
- [new 22aug2008] Keep #fff body background, makes this style usable pretty much throughout site.
Wishlist: Redirect the logo to an image with replaced colors - I'd prefer not to be stuck w/ a white background. Also, am I the only one repulsed by the orange-into grey gradient? The midtones are vomit.
Please post your own styles.
body {
background-color: #fff !important;
}
#header {
margin-top: 5px !important;
border: 0 !important;
}
.module {
display: none !important;
}
.question {
margin: 0 !important;
width: 100% !important;
}
#mainbar {
width: 100% !important;
}
.container {
width: 98% !important;
}
.betamessage-top {
display: none !important;
}
.votes {
padding: 10px !important;
}
.status {
background-color: #07c !important;
padding: 10px !important;
}
.status.answered-accepted {
color: #363 !important;
background-color: #7c0 !important;
}
.answered-accepted strong {
color: #363 !important;
}
