Former Member
inherit
guest@proboards.com
37510
0
Nov 28, 2024 14:31:36 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 9, 2013 11:50:13 GMT -8
Hi everybody, is it possible to change the background colour of the smiles dropdown only (where you pick them)in the posting area? I don't want anything else to change though I would like the smilies to stand out on a dark background?
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Mar 9, 2013 11:58:14 GMT -8
@jenant, this should do it First part is normal, second part (where it says /* Hover */ is for when you rollover with your mouse)
/* Smiley Background */ .smiley-menu, .smiley-menu ul { border-top-color: #272727; border-right-color: #272727; border-bottom-color: #272727; border-left-color: #272727; box-shadow: 1px 1px 1px #181818; background-color: #111111; }
.smiley-menu li > a { color: #ffffff; }
/* Smiley Background - Hover */ .select_menu_list li:hover > a, .smiley-menu li:hover > a { background-color: #181818; color: #CF5558; border-top: #111111 1px solid; border-left: #111111 1px solid; border-right: #111111 1px solid; border-bottom: #111111 1px solid; }
|
|
Former Member
inherit
guest@proboards.com
37510
0
Nov 28, 2024 14:31:36 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 10, 2013 1:01:01 GMT -8
Hi Stinky Thanks but can't find a smilie section in the style sheet read through all of it too, i can't find it? Do l paste the above code in and where? as i need parrot instructions, frightened of mucking up the style sheet
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Mar 10, 2013 2:02:35 GMT -8
Hi Stinky Thanks but can't find a smilie section in the style sheet read through all of it too, i can't find it? Do l paste the above code in and where? as i need parrot instructions, frightened of mucking up the style sheet Just copy and paste the above code in. I would recommend pasting at the very bottom of the style sheet. I always add custom added CSS to the bottom, it's much easier to find that way, even though I do also add notes/headers to the top (like in the above post /* Smiley Background */ = header)
|
|
Former Member
inherit
guest@proboards.com
37510
0
Nov 28, 2024 14:31:36 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 10, 2013 2:20:48 GMT -8
Thanks so much, it's worked great :-)
|
|