[ADDON] CSS3 Progress Bars (with eyecandy)

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[ADDON] CSS3 Progress Bars (with eyecandy)

Post 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)

Post by Flamingdevastation »

Wait - does it work on your PC?

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by martin123456 »

It works fine on chrome +linux

[ADDON] CSS3 Progress Bars (with eyecandy)

Post 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)

Post 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)

Post 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)

Post 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)

Post 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)

Post by FTH »

Works on my Safari (but Safari for windows, i've not Mac)

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by doktornotor »

Updated to 1.0.3 in the first post.