Userstyles for the forum

Other talk that doesn't fit elsewhere.
This is for General Discussion, not General chat.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Userstyles for the forum

Post by NoQ »

I'm trying to use stylish/userstyles to change forum background color and font color.

Code: Select all

* {
color: #d9d2e7 !Important;
background: #191520 !Important;
border-color: #555555 !Important;
}


a {
color: #9999ff !Important;
}

a:visited {
color: #7777dd !Important;
}
(In fact, i apply this to all websites and make a nice eye-friendly internet). The only problem is that forum and thread icons disappear, because they are implemented as background pictures (not as <img> tag). Is there any elegant way to fix the style i use?
test
Rookie
Rookie
Posts: 16
Joined: 01 Aug 2011, 16:46

Re: Userstyles for the forum

Post by test »

yes please!!!! site makes me blind :augh:
User avatar
lav_coyote25
Professional
Professional
Posts: 3434
Joined: 08 Aug 2006, 23:18

Re: Userstyles for the forum

Post by lav_coyote25 »

test wrote:yes please!!!! site makes me blind :augh:
sunglasses!! makes a world of difference... or welding goggles ... something with a very dark lens. :3 XD
test
Rookie
Rookie
Posts: 16
Joined: 01 Aug 2011, 16:46

Re: Userstyles for the forum

Post by test »

harhar... no but srsly.. the icons are in <dl> tags, revise ur stylesheet
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Userstyles for the forum

Post by NoQ »

sunglasses!!
Yeah, userstyles are certainly a form of sunglasses (:
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA
Contact:

Re: Userstyles for the forum

Post by Zarel »

NoQ wrote:background: #191520 !Important;
If you don't want this to replace the background image, this should be: background-color: #191520 !Important;

I mean, you're trying to change the background color, not replace the entire background, right?
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Userstyles for the forum

Post by NoQ »

This makes sense, but still doesn't work; here's what i get when i do this: :augh:
Attachments
scr.png
User avatar
lav_coyote25
Professional
Professional
Posts: 3434
Joined: 08 Aug 2006, 23:18

Re: Userstyles for the forum

Post by lav_coyote25 »

thats worse than the black and green version of the site after newst went down... :hmm:
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Userstyles for the forum

Post by NoQ »

lav_coyote25 wrote:thats worse than the black and green version of the site after newst went down... :hmm:
I'm working on it :oops:
test
Rookie
Rookie
Posts: 16
Joined: 01 Aug 2011, 16:46

Re: Userstyles for the forum

Post by test »

hey, c00l, that looks a little like anohter site i kno ;)
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA
Contact:

Re: Userstyles for the forum

Post by macuser »

My current job is a web designer. Upload the whole css file and i'll see what I can do. ;)
ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6
User avatar
Ezio
Trained
Trained
Posts: 306
Joined: 24 Apr 2010, 16:42

Re: Userstyles for the forum

Post by Ezio »

seems we have to do it one by one since *{ } change class icon too except there is another way to make sure class icon does not included in * { }, i tried

Code: Select all

html,body,ul,li,navbar,inner {
color: #d9d2e7 !Important;
background-color: #191520;
border-color: #555555 !Important;
}
it seems bit working but really need a lot of tweak, since i haven't figure out why navbar class does not change.

Edit: this one seems working for me except white lines beside each box and on mouse over thread, if i remove dl i can get a changing color when mouse over a thread but barely readable, anyone can fix this?

Code: Select all

html,body,ul,li,wrapper,div,dl {
color: #d9d2e7 !Important;
background-color: #191520;
border-color: #555555 !Important;
}
User avatar
effigy
Regular
Regular
Posts: 1217
Joined: 22 Jan 2010, 03:21
Contact:

Re: Userstyles for the forum

Post by effigy »

whip up a mobile style while you're at guys, mmmk? thanks :)
This is why some features aren't implemented: http://forums.wz2100.net/viewtopic.php?f=30&t=7490&view=unread#p87241
User avatar
driver4
Trained
Trained
Posts: 89
Joined: 27 Apr 2011, 09:01

Re: Userstyles for the forum

Post by driver4 »

This shizznit is bumpin'.
Image
User avatar
lav_coyote25
Professional
Professional
Posts: 3434
Joined: 08 Aug 2006, 23:18

Re: Userstyles for the forum

Post by lav_coyote25 »

driver4 wrote:This shizznit is bumpin'.

yeeeah...ok, sure , fine... ummmm what did he say???? O_o O_o O_o O_o
Post Reply