Transparent catagory/forum background, chat and so on. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Transparent catagory/forum background, chat and so on.

    medusa
    medusa
    Forumember


    Female Posts : 52
    Reputation : 1
    Language : Danish, English
    Location : Denmark

    Transparent catagory/forum background, chat and so on. Empty Transparent catagory/forum background, chat and so on.

    Post by medusa January 13th 2015, 1:18 pm

    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.
    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 Smile
    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. Smile

    5:
    and the area around the add also has to be semitransparent Smile

    I really hope that some of you people could help me, I would be really really grateful! Smile

    yours
    Medusa


    Last edited by medusa on January 13th 2015, 2:07 pm; edited 1 time in total
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Transparent catagory/forum background, chat and so on. Empty Re: Transparent catagory/forum background, chat and so on.

    Post by _Twisted_Mods_ January 13th 2015, 1:58 pm

    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;
    }
    medusa
    medusa
    Forumember


    Female Posts : 52
    Reputation : 1
    Language : Danish, English
    Location : Denmark

    Transparent catagory/forum background, chat and so on. Empty Re: Transparent catagory/forum background, chat and so on.

    Post by medusa January 13th 2015, 2:24 pm

    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. Smile )

    But I can see that the code should change something with the chat but it hasn't become semitransparent Smile


    and is there way to also make the background around the add to become semi transparent too? or Smile?
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Transparent catagory/forum background, chat and so on. Empty Re: Transparent catagory/forum background, chat and so on.

    Post by _Twisted_Mods_ January 13th 2015, 2:33 pm

    add this

    Code:
    .post{background-color:rgba(0,0,0,0.9)}
    medusa
    medusa
    Forumember


    Female Posts : 52
    Reputation : 1
    Language : Danish, English
    Location : Denmark

    Transparent catagory/forum background, chat and so on. Empty Re: Transparent catagory/forum background, chat and so on.

    Post by medusa January 13th 2015, 2:39 pm

    sadly I can't see what the last code should have changed.
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Transparent catagory/forum background, chat and so on. Empty Re: Transparent catagory/forum background, chat and so on.

    Post by _Twisted_Mods_ January 13th 2015, 2:46 pm

    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;
    }