Thor
Head Administrator
Runboard developer
Registered: 01-2003
Location: RB machine room
Posts: 4995
Karma: 232 (+275/-43)
|
Reply | Quote
|
|
New feature: customize clickable smiley grid via CSS
Two new CSS classes for that:
.msgform_clickable_smiley_box_h { font-family: verdana,arial,helvetica,sans-serif; font-size: 12px; font-weight: bold; }
.msgform_clickable_smiley_box_b { border-width: 1px 1px 1px 1px;}
First is for the header (reading Clickable smilies), second is for the actual grid.
Enjoy!
|
7/22/2003, 4:53 pm
|
Link to post
Email Thor
PM Thor
ICQ
Yahoo
Blog
|
RainbowWarriorDan
Regular poster
Registered: 05-2003
Location: Manchester, UK
Posts: 201
Karma: 0 (+0/-0)
|
Reply | Quote
|
|
Re: New feature: customize clickable smiley grid via CSS
Nice, thats keeping it much neater, but can you make it so theres like 10 smillies in the Clickable Table, and a link under it with "More Smillies" that will open a new window with all the smillies? That would keep it much neater i really need that feature if its possible. Perhaps a check box wich will assign it to the pop-up, Check it to be in the pop-up, uncheck for in the main table??? PLEASE thor i need this Thanks loads.
---
Rainbow Warrior Dan, Gameshow Networks owner and Founder. Keep an eye out for new communites for Gameshows soon!!!
|
7/22/2003, 4:59 pm
|
Link to post
Email RainbowWarriorDan
PM RainbowWarriorDan
|
Thor
Head Administrator
Runboard developer
Registered: 01-2003
Location: RB machine room
Posts: 4995
Karma: 232 (+275/-43)
|
Reply | Quote
|
|
Re: New feature: customize clickable smiley grid via CSS
Yeah it's a good idea... can you post it to feature requests please.
|
7/22/2003, 5:00 pm
|
Link to post
Email Thor
PM Thor
ICQ
Yahoo
Blog
|
Iansgirl
Registered: 03-2003
Location: Mi Vida Loca
Posts: 1794
Karma: 26 (+41/-15)
|
Reply | Quote
|
|
Re: New feature: customize clickable smiley grid via CSS
Okay I am slow with the CSS I did my font that is all...I am fine with the grid the way it is how do I change the Back Round color??? Sorry I am slow with this stuff...Changing my Font was a Miracle.
|
7/22/2003, 5:14 pm
|
Link to post
PM Iansgirl
AIM
MSN
Yahoo
Blog
|
spouzic
A Posting Machine
Runboard user emeritus
Registered: 04-2003
Location: Hell
Posts: 2803
Karma: 1 (+104/-103)
|
Reply | Quote
|
|
Re: New feature: customize clickable smiley grid via CSS
you would add to the second one something like this:
background-color: blue;
Where blue can be any 6 digit color code number or any predefined color. (red, green, black)
-Christina
|
7/22/2003, 5:50 pm
|
Link to post
Email spouzic
PM spouzic
AIM
MSN
Yahoo
Blog
|
Orbular Rift
Registered user
Registered: 07-2003
Location: Canada, eh?
Posts: 4
Karma: 0 (+0/-0)
|
Reply | Quote
|
|
Re: New feature: customize clickable smiley grid via CSS
Is it possible to put borders around the smilies? Like the choose a post icon smilies? I tried this (cut the first line in two so it wouldn't stretch the message):
.msgform_clickable_smiley_box_h { border-width: 2px 2px 2px 2px; border-color: #000000; font-family:
verdana,arial,helvetica,sans-serif; font-size: 12px; font-weight: bold; }
.msgform_clickable_smiley_box_b { border-width: 2px 2px 2px 2px; border-color: #000000; }
But that didn't change anything. Can I make borders around the smilies or is that not possible for them right now? I want to be able to separate the smilies
View Smilies Grid
|
7/23/2003, 4:02 am
|
Link to post
Email Orbular Rift
PM Orbular Rift
|
Thor
Head Administrator
Runboard developer
Registered: 01-2003
Location: RB machine room
Posts: 4995
Karma: 232 (+275/-43)
|
Reply | Quote
|
|
Re: New feature: customize clickable smiley grid via CSS
Hmm in Mozilla it works... Can you please report that to bugs'n'fixes.
|
7/23/2003, 8:55 am
|
Link to post
Email Thor
PM Thor
ICQ
Yahoo
Blog
|
Iansgirl
Registered: 03-2003
Location: Mi Vida Loca
Posts: 1794
Karma: 26 (+41/-15)
|
Reply | Quote
|
|
Re: New feature: customize clickable smiley grid via CSS
Please help me...What am I doing wrong...This is what is in my CSS section....
.msgform_clickable_smiley_box_h { font-family: Bradley Hand ITC ; font-size: 18px; font-weight: bold; }
.msgform_clickable_smiley_box_b { border-width: 3px 3px 3px 3px;}
background-color: #CCCCCC;}
Only thing that cahnged is the font that says clickable smileys....The grid and the Back Round color nothing happend. What am I doing wrong??
THank You
|
7/23/2003, 4:43 pm
|
Link to post
PM Iansgirl
AIM
MSN
Yahoo
Blog
|
Thor
Head Administrator
Runboard developer
Registered: 01-2003
Location: RB machine room
Posts: 4995
Karma: 232 (+275/-43)
|
Reply | Quote
|
|
Re: New feature: customize clickable smiley grid via CSS
I never seen that kind of font before, you sure it's standart?
|
7/23/2003, 7:26 pm
|
Link to post
Email Thor
PM Thor
ICQ
Yahoo
Blog
|
spouzic
A Posting Machine
Runboard user emeritus
Registered: 04-2003
Location: Hell
Posts: 2803
Karma: 1 (+104/-103)
|
Reply | Quote
|
|
Re: New feature: customize clickable smiley grid via CSS
3px 3px;}<<<----you have an extra } take that bracket out.
background-color: #CCCCCC;}
3px 3px; background-color: #CCCCCC;}
-Christina
|
7/23/2003, 7:34 pm
|
Link to post
Email spouzic
PM spouzic
AIM
MSN
Yahoo
Blog
|