Page 5 of 6

[ADDON] CSS3 Progress Bars (with eyecandy)

Posted: 05 Dec 2011, 08:43
by doktornotor
Maybe Steve Jobs hated progress bars? :lol:

Seriously, you should bug the Chrome upstream, especially if something does not work on a specific platform.

http://www.google.com/support/chrome/bi ... swer=95315

[ADDON] CSS3 Progress Bars (with eyecandy)

Posted: 05 Dec 2011, 10:24
by Flamingdevastation
Wait - does it work on your PC?

[ADDON] CSS3 Progress Bars (with eyecandy)

Posted: 05 Dec 2011, 14:29
by martin123456
It works fine on chrome +linux

[ADDON] CSS3 Progress Bars (with eyecandy)

Posted: 05 Dec 2011, 14:40
by doktornotor
Flamingdevastation wrote:Wait - does it work on your PC?
Yes, it does work perfectly fine on Chrome 15+ both under Windows and Linux, did not bother with testing older ones.

[ADDON] CSS3 Progress Bars (with eyecandy)

Posted: 05 Dec 2011, 15:06
by FTH
Open: includes/functions_forum_goals.php in your install but i don't have this file ?

Edit: sorry i understand why :lol: (that's because i've the old version)

[ADDON] CSS3 Progress Bars (with eyecandy)

Posted: 05 Dec 2011, 15:29
by martin123456
FTH wrote:Open: includes/functions_forum_goals.php in your install but i don't have this file ?

Edit: sorry i understand why :lol: (that's because i've the old version)

i did post it only works on the new version :D

[ADDON] CSS3 Progress Bars (with eyecandy)

Posted: 05 Dec 2011, 16:16
by FTH
Open file styles/prosilver/theme/forum_goal.css

Find :

Code: Select all

background-image:
		-moz-linear-gradient(
		-45deg, 
		rgba(255, 255, 255, .2) 25%, 
		transparent 25%, 
		transparent 50%, 
		rgba(255, 255, 255, .2) 50%, 
		rgba(255, 255, 255, .2) 75%, 
		transparent 75%, 
		transparent
	);
Add after :

Code: Select all

background-image:
		-o-linear-gradient(
		-45deg, 
		rgba(255, 255, 255, .2) 25%, 
		transparent 25%, 
		transparent 50%, 
		rgba(255, 255, 255, .2) 50%, 
		rgba(255, 255, 255, .2) 75%, 
		transparent 75%, 
		transparent
	);
Now stripes works under Opera ;)

[ADDON] CSS3 Progress Bars (with eyecandy)

Posted: 05 Dec 2011, 17:44
by Flamingdevastation
Hmm... Doesn't work for Mac. Well, most people use PC's so I don't have much to worry about. People that do use mac probably use Safari. So there's not really a problem. Thanks alot!

[ADDON] CSS3 Progress Bars (with eyecandy)

Posted: 05 Dec 2011, 17:55
by FTH
Works on my Safari (but Safari for windows, i've not Mac)

[ADDON] CSS3 Progress Bars (with eyecandy)

Posted: 06 Dec 2011, 23:14
by doktornotor
Updated to 1.0.3 in the first post.