Log in

View Full Version : Show Thread Enhancements - WCF - Enhanced Avatar +Shadow


LifesGreatestGift
01-13-2012, 11:00 PM
Pretty self explanatory. Most people probably already know how to do this but for those who don't... :)

Just makes the avatars look a little nicer. Feel free to edit/style to fit your needs.

Add the following code to additional.css
a.postuseravatar img,.primary img{border:1px solid #D5D5D5;background:white;padding:4px;-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);box-shadow:0px 2px 2px rgba(0,0,0,0.1);border-image:initial;}
a.postuseravatar img:hover,.primary img:hover{border:1px solid #7D7D7D;-moz-box-shadow:0px 0px 5px #999;-webkit-box-shadow:0px 0px 5px #999;box-shadow:0px 0px 5px #999;}

Enjoy!

http://i293.photobucket.com/albums/mm71/smallvilleproject/demo-avatar-shadow.png

Robru
01-14-2012, 09:01 AM
Thanks for sharing this :)

Dr.osamA
01-14-2012, 10:26 AM
Thank you
installed

keep it up bro

Merenguista
01-14-2012, 12:11 PM
it does'nt work for me :(

LifesGreatestGift
01-14-2012, 03:22 PM
it does'nt work for me :(

Link to forum so I can see the code.

[CLICK INSTALL]

too_cool_3
01-14-2012, 07:26 PM
Simple, yet effective. Thanks LifesGreatestGift ;) (tagged, will download and try out shortly)

Strategos
01-15-2012, 12:19 AM
Wow nice CSS. Thank you very much!

bulldog51981
01-15-2012, 08:09 PM
The hoover works, but I'm not getting the border around the avatar. I am using a dark theme, so the white border should be easy to see. On hoover, the glowing white shows up, but that's it. Any ideas?

http://www.stlxr.com

LifesGreatestGift
01-17-2012, 03:59 AM
The hoover works, but I'm not getting the border around the avatar. I am using a dark theme, so the white border should be easy to see. On hoover, the glowing white shows up, but that's it. Any ideas?

http://www.stlxr.com

i do not see the
background:white;padding:4px;
at all when reviewing the CSS for your avatars.

You have a dark site so you will first need to fix why the css isnt displaying (didnt paste the code exact as-is in additional.css?) then you will need to change a few colors to blend it with your style.

blake247
01-17-2012, 05:32 AM
Nice mod...thanks!

zeus_r6
01-18-2012, 04:36 PM
The black line border around the avatars doesn't show up in IE but does in FF, but it still looks good with the extra white border

Robert8
01-21-2012, 09:55 AM
Nice and working fine with 4.1.10!!! :up:

garybrun
01-22-2012, 10:28 AM
Working fine.
Simple mod... but effective.
Thank you

nero9
01-22-2012, 10:53 PM
This type of simple mods give you a richer look. keep post this type of mods

Thank u very Much !

Boofo
01-23-2012, 12:50 AM
Nice work, sir. ;)

prandah
01-24-2012, 08:29 AM
work like charm :D
mark installed :D

Robru
01-24-2012, 08:41 AM
Indeed... Perfect mod!! :)

Roadtech9563
01-25-2012, 01:15 PM
Very nice, thanks... :D

Megaboost
01-25-2012, 02:53 PM
I find that changing the padding size to 0.5 instead of 4 works better with the darker background themes.

This is a Great Tweak!

thecore762
01-26-2012, 06:21 AM
Nice work there!
Really looks good with my dark template :)

thecore762
01-27-2012, 03:17 AM
BTW I am having little issues with the padding.
When I mouse over things start moving.

Sample: http://www.47r-squad.com/general-discussion/6-47-ronin-forum-rules.html

illusioNtEk
01-27-2012, 02:04 PM
where is the download link?

LifesGreatestGift
01-27-2012, 09:30 PM
lol. read the post. all the instructions are there.

thecore762
01-28-2012, 04:25 AM
lol. read the post. all the instructions are there.

?

Anyways, is it possible for me to fix the above *post before the other guy*

LifesGreatestGift
01-28-2012, 04:32 AM
It 'moves' because your avatars are not centered.

Bisha
01-28-2012, 02:37 PM
nice one

thecore762
01-28-2012, 07:38 PM
It 'moves' because your avatars are not centered.

I see, is there an easy fix for that?

prandah
01-30-2012, 08:53 PM
not work with postbit ?

AURFSCAN
01-30-2012, 09:58 PM
not work with postbit ?


postbit, just with shadow




.postbit .postuseravatarlink img {

-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.4);-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.4);box-shadow:3px 3px 3px rgba(0,0,0,0.4);border-image:initial;

}

Winter Sonata
02-03-2012, 07:02 PM
works as it should be :)


thanks!

Emeralda
02-11-2012, 12:30 PM
Rawr, looks great, I used the shadows as the default for avatars. Now, how to make it so it would be slightly bigger or/and darker on the right and bottom?

AURFSCAN
02-11-2012, 06:41 PM
Rawr, looks great, I used the shadows as the default for avatars. Now, how to make it so it would be slightly bigger or/and darker on the right and bottom?


change all instances of rgba(0,0,0,0.1) in code to eg. rgba(0,0,0,0.4), rgba(0,0,0,0.6) etc

Emeralda
02-11-2012, 08:27 PM
change all instances of rgba(0,0,0,0.1) in code to eg. rgba(0,0,0,0.4), rgba(0,0,0,0.6) etc

I'm using this: a.postuseravatar img,.primary img{border:1px solid #7D7D7D;-moz-box-shadow:0px 0px 5px #999;-webkit-box-shadow:0px 0px 5px #999;box-shadow:0px 0px 5px #999;} and there's no rgba there >.<

safakuygur
02-13-2012, 02:18 AM
very good thanks

Trevor Matthews
03-03-2012, 10:13 PM
Hi

I have just edited the additional.css file but the shadow does not appear in Firefox.
It does appear in Internet Explorer.
Anything I can do to correct it?

HHelp1
04-06-2012, 11:22 PM
not working here :(

egclive
04-24-2012, 03:25 PM
Install instructions i cant figure it out.

faisaly.com
04-25-2012, 12:13 AM
Simple if your using a lighter style... you can go to styles and templates/search templates enter in the box additional.css , search in all styles , search titles only, then select the additional.css for the style you want to add the code to the bottom of the window... I can't help with any of the rgb colors and shadows cuz i use a dark style...

Maybe someone with a dark style that has a nice setup in this code will share it with us....

egclive
04-26-2012, 05:32 PM
theres no save button on additional css

ringnews24
12-16-2012, 01:58 PM
Thanks, it does as it says, brilliant.

datoneer
01-20-2013, 08:35 PM
I have changed postbit to horizontal and now doesn't work

Cusski
01-22-2013, 11:37 AM
Rawr, looks great, I used the shadows as the default for avatars. Now, how to make it so it would be slightly bigger or/and darker on the right and bottom?


a.postuseravatar img,.primary img{border:1px solid #D5D5D5;background:white;padding:2px;-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);box-shadow:5px 5px 5px rgba(0,0,0,0.5);border-image:initial;}
a.postuseravatar img:hover,.primary img:hover{border:1px solid #7D7D7D;-moz-box-shadow:0px 0px 5px #999;-webkit-box-shadow:0px 0px 5px #999;box-shadow:5px 5px 5px #999;}