Runboard.com
Слава Україні!
Lost? Hover on Bookmarks!
Runboard Extra! The Runboard Directory Runboard Knowledge Base

Welcome to Runboard Support, the place to find help with your Runboard user account or message board.

If you can't find the answer you need with our search feature, ask here, and a member of staff will respond to you personally.

Chat room Runboard Knowledge Base (wiki) Search Facebook Twitter

runboard.com       You are not logged in.

Page:  1  2 

 
Fwench Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster

Registered: 04-2010
Location: Hades
Posts: 62
Karma: 4 (+4/-0)
Reply | Quote
Halloween skin


Hey all!
First of all I'd like to give kudos to Skokey for designing this superb skin and pull my hat off to Lesigner girl for codding it! LOVE IT!

I have one miner problem with it though: upon trying to post a reply I noticed that a lot of the smilies are out of the smiley box. I expect I need to resize the smiley box but this is where I need your help, where and how do I do that? emoticon


Thank you!

---
Everyone needs to believe in something. I believe I'll have another Tequila!
10/18/2010, 8:21 am Link to post Email Fwench   PM Fwench Blog
 
Fwench Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster

Registered: 04-2010
Location: Hades
Posts: 62
Karma: 4 (+4/-0)
Reply | Quote
Re: Halloween skin


I'm guessing it's somewhere in there: ???


td.ak_subject_posticon_icons_td { border: 0; }
.msgform_clickable_smiley_box_h { border: 0; border-collapse: collapse; }
.smileyhead {
  background: url(http://rbbt.net/skins/SnL/halloween/barsm.jpg) left top repeat-x;
  color: #b2b2b4; line-height: 16px; vertical-align: middle;
  border: solid #000; border-width: 2px 2px 0 2px; }
.msgform_clickable_smiley_box_b td {
  border: 1px solid #000; }
.msgform_clickable_smiley_box_b {
   width: 100%; border: 1px solid #000; }

---
Everyone needs to believe in something. I believe I'll have another Tequila!
10/18/2010, 8:25 am Link to post Email Fwench   PM Fwench Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: Halloween skin


Hey Fwench emoticon

It sounds like you could use a scrolling smiley box, and a narrower subject line and message box. Follow that link for the first part, then adjust the width here in your CSS for the 2nd part:

/* POSTING AREA */
.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea{
    width: 475px; border: 1px solid #000; background: #b2b2b4;
}


Edit: Sorry, I'm half asleep. Thank you for the compliment, and I'll be sure to let Skokey how much you love his design. emoticon

Last edited by Lesigner Girl, 10/18/2010, 10:04 am


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
10/18/2010, 10:03 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Fwench Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster

Registered: 04-2010
Location: Hades
Posts: 62
Karma: 4 (+4/-0)
Reply | Quote
Re: Halloween skin


All done, thank you! emoticon Liking the smiley box like that.

It's not just me who loves the Halloween skin emoticon

---
Everyone needs to believe in something. I believe I'll have another Tequila!
10/18/2010, 12:01 pm Link to post Email Fwench   PM Fwench Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: Halloween skin


You're welcome, Fwench. emoticon Looking good! emoticon



Edit cuz I can't speel.

Last edited by Lesigner Girl, 10/18/2010, 12:40 pm


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
10/18/2010, 12:02 pm Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Erika Profile
Live feed
Blog
Friends
Miscellaneous info




Registered: 06-2003
Location: Runboard Staff
Posts: 3896
Karma: 184 (+192/-8)
Reply | Quote
Re:


Speel..emoticon Ahh she needs coffee. Poor Lesa, been working her socks off. :hug:

---
Runboard Support
List Your Board
TCC <closed right now>
BotY Winner 2012
10/19/2010, 8:34 pm Link to post PM Erika
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: Halloween skin


Nothing like today, though. emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
10/20/2010, 12:00 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
MagnoliaShirl Profile
Live feed
Blog
Friends
Miscellaneous info

Registered user

Registered: 10-2005
Location: Bluefield, VA
Posts: 16
Karma: 0 (+0/-0)
Reply | Quote
Re: Halloween skin


I have a question if one of you guys wouldn't mind...

I have inserted a smiley scrollbar and it's working perfectly for the "Reply" part. The problem I'm running into is in the "Post New Message" box.

Can you direct me how to change the Post New screen dimensions to match those of the Reply to a message screen? The New Message area is smaller and my smilies are still outside the margins. I hope that makes sense.

I can add an admin to take a look to see what I mean...
10/3/2011, 4:26 pm Link to post Email MagnoliaShirl   PM MagnoliaShirl Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: Halloween skin


Hi Shirl,

The "Submit" button is causing that difference. On the reply screen, it says "Submit reply," and on the new topic screen, it says "Submit new topic," which makes that column wider on the new topic screen.

The solution is to define a width for that column that is wide enough to accommodate the "Submit new topic" button. Since there is nothing defined for that column now, you'll need to add it to your CSS.

Where it says this:

/* POSTING AREA */
.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea{
    width:300px; border: 1px solid #000; background: #b2b2b4;
}


Add the part in bold:

/* POSTING AREA */
.ak_msgform_subject_left_td, .ak_msgform_message_left_td {
  width: 100px;
}

.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea{
    width:300px; border: 1px solid #000; background: #b2b2b4;
}


I didn't test the width on that, so you may need to change it until you find a good width.

In addition to that, you may want to define a smaller width for the input and textarea, by editing the last "width" where it says 300px in the CSS posted above.

and/or...

You can also define a narrower width for the smiley scrollbox, by editing the width for .smileyhead and .smileytable in your CSS.

Last edited by Lesigner Girl, 10/3/2011, 11:20 pm


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
10/3/2011, 11:19 pm Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
MagnoliaShirl Profile
Live feed
Blog
Friends
Miscellaneous info

Registered user

Registered: 10-2005
Location: Bluefield, VA
Posts: 16
Karma: 0 (+0/-0)
Reply | Quote
Re: Halloween skin


That helped somewhat, thank you! Can you tell me where I would change the background color for the Post New smiley box? I'd like to make it lighter. Some of my smilies are breaking up on the dark background.

I played around with some of the codes before asking, but I kept changing the colors of other things. lol
10/4/2011, 1:44 pm Link to post Email MagnoliaShirl   PM MagnoliaShirl Blog
 


Add a reply

Page:  1  2 



You are not logged in (login)