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)
Removing Background Vote_lcapRemoving Background Voting_barRemoving Background Vote_rcap 
Mr.Easybb (1587)
Removing Background Vote_lcapRemoving Background Voting_barRemoving Background Vote_rcap 
Bloodbath (745)
Removing Background Vote_lcapRemoving Background Voting_barRemoving Background Vote_rcap 
Rukiafan (533)
Removing Background Vote_lcapRemoving Background Voting_barRemoving Background Vote_rcap 
Dom (513)
Removing Background Vote_lcapRemoving Background Voting_barRemoving Background Vote_rcap 
puppycheese (446)
Removing Background Vote_lcapRemoving Background Voting_barRemoving Background Vote_rcap 
pedro (330)
Removing Background Vote_lcapRemoving Background Voting_barRemoving Background Vote_rcap 
Neymar (301)
Removing Background Vote_lcapRemoving Background Voting_barRemoving Background Vote_rcap 
Hitsu (281)
Removing Background Vote_lcapRemoving Background Voting_barRemoving Background Vote_rcap 
Flora (275)
Removing Background Vote_lcapRemoving Background Voting_barRemoving Background Vote_rcap 


Removing Background

avatarYodaHUN
Status : No status yet...

Posts : 20
Join date : 2014-02-24
Mon 24 Feb 2014, 19:00
Hi all!

Is there a way to remove the default chat background with CSS?

Code:
body.chatbox {
  background-image: url('http://oi58.tinypic.com/1ooh03.jpg');
  background-color: black;}

I used this code, but the bacground overwrite it.

https://2img.net/h/oi61.tinypic.com/vsomlt.jpg

And is there a way to wiew the chat in new window mode?
Mr.EasybbMr.Easybb
Status : Love this site, that's why I'm back each day again... lol Samantha's co-owner now. Well deserved!

Posts : 1587
Join date : 2013-01-04
Mon 24 Feb 2014, 20:04
When overwriting anything you must use the !important modifier (I guess you can call it. LG will correct me if I am wrong) Wink


Code:
[panda=css]body.chatbox {
  background-image: url('http://oi58.tinypic.com/1ooh03.jpg')!important;
  background-color: black!important;
}
<!--Though it's important to say you can save space by shorthanding this-->
body.chatbox {
  background:#000 url('http://oi58.tinypic.com/1ooh03.jpg')!important;
}

avatarYodaHUN
Status : No status yet...

Posts : 20
Join date : 2014-02-24
Tue 25 Feb 2014, 08:44
Dont works Sad

May in phpbb 2 version? Because I cannot change it to higher version.
Sponsored content