Transparent catagory/forum background, chat and so on.
2 posters
Page 1 of 1
Transparent catagory/forum background, chat and so on.
Hallo all.
Yes I do know that there have been a lot of topics about this subject and I have tried some of their methods, but so far I haven't found any code which did work or was relevant for my problem.(maybe I just looked at the wrong topics I don't know)
this is my RPG forum : http://newworld.danskforum.net/
1:
I would really like to have all of the "filling" or background of the forums/categories to be transparent, because then it would look nicer.
2:
I also would like to have a SEMI transparent chat, where the messages pops up and the memberlist on the chat, I have marked it on the picture with red. But only semi transparent
3:
Also the surrounding area of the reply box, I don't know if it looks best as fully transparent or only semi, so I might need both codes.
4:
I would love to if the background of the widgets could also get semi transparent.
5:
and the area around the add also has to be semitransparent
I really hope that some of you people could help me, I would be really really grateful!
yours
Medusa
Yes I do know that there have been a lot of topics about this subject and I have tried some of their methods, but so far I haven't found any code which did work or was relevant for my problem.(maybe I just looked at the wrong topics I don't know)
this is my RPG forum : http://newworld.danskforum.net/
1:
I would really like to have all of the "filling" or background of the forums/categories to be transparent, because then it would look nicer.
- Picture example:
2:
I also would like to have a SEMI transparent chat, where the messages pops up and the memberlist on the chat, I have marked it on the picture with red. But only semi transparent
- Picture example:
3:
Also the surrounding area of the reply box, I don't know if it looks best as fully transparent or only semi, so I might need both codes.
- Picture example:
4:
I would love to if the background of the widgets could also get semi transparent.
5:
and the area around the add also has to be semitransparent
I really hope that some of you people could help me, I would be really really grateful!
yours
Medusa
Last edited by medusa on Tue 13 Jan 2015 - 14:07; edited 1 time in total
Re: Transparent catagory/forum background, chat and so on.
- Code:
#content-container .row1,#content-container .row2,#content-container table{background-color:rgba(0,0,0,0.2)}
#chatbox_members,#quick_reply{background-color: transparent;}
#chatbox_top html, #chatbox_top body {
background-color: background-color:rgba(0,0,0,0.4) !important;
}
Re: Transparent catagory/forum background, chat and so on.
Thanks, the code works for the forums and such.
(Is there maybe a way where it only the forum and not the posts and profile, which is transparent? If there is not, then it is okay. )
But I can see that the code should change something with the chat but it hasn't become semitransparent
and is there way to also make the background around the add to become semi transparent too? or ?
(Is there maybe a way where it only the forum and not the posts and profile, which is transparent? If there is not, then it is okay. )
But I can see that the code should change something with the chat but it hasn't become semitransparent
and is there way to also make the background around the add to become semi transparent too? or ?
Re: Transparent catagory/forum background, chat and so on.
add this
- Code:
.post{background-color:rgba(0,0,0,0.9)}
Re: Transparent catagory/forum background, chat and so on.
sadly I can't see what the last code should have changed.
Re: Transparent catagory/forum background, chat and so on.
you have to leave the other code i gave u
- Code:
.post{background-color:rgba(0,0,0,0.9)}
#content-container .row1,#content-container .row2,#content-container table{background-color:rgba(0,0,0,0.2)}
#chatbox_members,#quick_reply{background-color: transparent;}
#chatbox_top html, #chatbox_top body {
background-color: background-color:rgba(0,0,0,0.4) !important;
}
Similar topics
» Remove my forum catagory?
» FORUM CATAGORY ICON PROBLEM
» transparent background
» Transparent Background
» Transparent background
» FORUM CATAGORY ICON PROBLEM
» transparent background
» Transparent Background
» Transparent background
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum