Like SystemiConnectFri 15 Oct 2021, 04:50
Auto Save MessagesLGforumFri 26 Feb 2021, 13:31
New tutorial questionTheCrowMon 15 Feb 2021, 08:12
Support iOS Emojis (and other platforms)LGforumSun 14 Feb 2021, 01:25
LGforum (2806)
Easy edit of the chatbox colors? Vote_lcapEasy edit of the chatbox colors? Voting_barEasy edit of the chatbox colors? Vote_rcap 
Mr.Easybb (1587)
Easy edit of the chatbox colors? Vote_lcapEasy edit of the chatbox colors? Voting_barEasy edit of the chatbox colors? Vote_rcap 
Bloodbath (745)
Easy edit of the chatbox colors? Vote_lcapEasy edit of the chatbox colors? Voting_barEasy edit of the chatbox colors? Vote_rcap 
Rukiafan (533)
Easy edit of the chatbox colors? Vote_lcapEasy edit of the chatbox colors? Voting_barEasy edit of the chatbox colors? Vote_rcap 
Dom (513)
Easy edit of the chatbox colors? Vote_lcapEasy edit of the chatbox colors? Voting_barEasy edit of the chatbox colors? Vote_rcap 
puppycheese (446)
Easy edit of the chatbox colors? Vote_lcapEasy edit of the chatbox colors? Voting_barEasy edit of the chatbox colors? Vote_rcap 
pedro (330)
Easy edit of the chatbox colors? Vote_lcapEasy edit of the chatbox colors? Voting_barEasy edit of the chatbox colors? Vote_rcap 
Neymar (301)
Easy edit of the chatbox colors? Vote_lcapEasy edit of the chatbox colors? Voting_barEasy edit of the chatbox colors? Vote_rcap 
Hitsu (281)
Easy edit of the chatbox colors? Vote_lcapEasy edit of the chatbox colors? Voting_barEasy edit of the chatbox colors? Vote_rcap 
Flora (275)
Easy edit of the chatbox colors? Vote_lcapEasy edit of the chatbox colors? Voting_barEasy edit of the chatbox colors? Vote_rcap 


Easy edit of the chatbox colors?

avatarTrentIsDope
Status : No status yet...

Posts : 10
Join date : 2013-02-07
Age : 33
Sat 09 Feb 2013, 00:58
I was wondering if there was a way to easily edit the color of the chatbox drop down menu when you right click someones name. If you don't know what I'm talking about, here is a screenshot.



Easy edit of the chatbox colors? KVegRSg

Any help would be appreciated Very Happy
FloraFlora
Status : No status yet...

Posts : 275
Join date : 2011-11-18
Location : USA
Sat 09 Feb 2013, 01:22
Well, colors can be adjusted with some CSS in version 1-6, but that doesn't look like 1-6. What version do you have?
avatarTrentIsDope
Status : No status yet...

Posts : 10
Join date : 2013-02-07
Age : 33
Sat 09 Feb 2013, 01:27
Yeah, it's 1.6

I used a transparency CSS code to remove the rows in the chat. That's probably why it looks a bit different.
avatarTrentIsDope
Status : No status yet...

Posts : 10
Join date : 2013-02-07
Age : 33
Sat 09 Feb 2013, 18:18
Bump, any help would be appreciated.
avatarTrentIsDope
Status : No status yet...

Posts : 10
Join date : 2013-02-07
Age : 33
Sun 10 Feb 2013, 11:48
Okay, nevermind. I just went ahead and made my own code. Here it is for anyone interested.

Code:
[panda=css]#achat_contextmenu {
 background-color: #2e2e2e!important;
 border: 1px solid #ffffff!important;
}
p.contexthead {
  background-color: #ffffff!important;
  box-shadow: inset 0 10px 10px #ffffff!important;
  color: #000000!important;
}


Easy edit of the chatbox colors? ZrhntjH


Now, I edited the code to give the text a little glow to match my site. Here is the code once more if anyone is interested.

Code:
[panda=css]#achat_contextmenu {
 background-color: #2e2e2e!important;
 border: 1px solid #ffffff!important;
}
p.contexthead {
  background-color: #000000!important;
  box-shadow: inset 0 10px 10px #000000!important;
  color: #00ffe6!important;
  text-shadow: 0px 0px 8px #00ffe6!important;
}

Easy edit of the chatbox colors? 3Bn6Lea
avatarTrentIsDope
Status : No status yet...

Posts : 10
Join date : 2013-02-07
Age : 33
Sun 10 Feb 2013, 12:32
I edited the chat button a bit too.

Code:
[panda=css]#avacweb_chat_button {
  right: 29px!important;
  padding: 5px 7px!important;
  color: #00ffe6!important;
  background-color: #000000!important;
  box-shadow: inset 0 10px 10px #000000!important;
  text-shadow: 0px 0px 8px #00ffe6!important;
}

Easy edit of the chatbox colors? QpiOB6U
Sponsored content