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.
The forum of the forums
2 posters

    2 Questions: How to make forum opaque? How to center the forum buttons?

    avatar
    dinobot
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    Solved 2 Questions: How to make forum opaque? How to center the forum buttons?

    Post by dinobot April 19th 2012, 10:19 am

    Hello.

    1) What is the CSS code that allows me to set the level of opacity of the forum so I can view the background image of the forum?

    2) My buttons (Index, Calendar FAQ, Members, PMs, etc) at the top of the forum starts from the left to right. How would I make them at the center of the forum?

    An example of both can be viewed here:

    http://thirdlevel.forumotion.com/

    ----

    Thanks.


    Last edited by dinobot on April 19th 2012, 9:10 pm; edited 1 time in total
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

    Post by Sir Chivas™ April 19th 2012, 11:08 am

    Hi, Hello

    ACP >> Display >> Headers & Navigation >> Menu position: Wink
    avatar
    Guest
    Guest


    Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

    Post by Guest April 19th 2012, 3:49 pm

    Sir Chivas gaved you response to the 2nd point.

    For first point, add to CSS Stylesheet:
    Code:
    #wrap{
    background-color: transparent;
    background-image: none;
    }
    or:
    Code:
    #wrap{
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    }
    avatar
    dinobot
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

    Post by dinobot April 19th 2012, 8:59 pm

    Thank you for your responses. For

    Code:
    #wrap{
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    }

    Which number do I edit to change the opacity of the forum?
    avatar
    Guest
    Guest


    Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

    Post by Guest April 19th 2012, 9:02 pm

    0.2 and 20. Be sure, 0.2 from -khtml-opacity, -moz-opacity & opacity means the same as 20 from filter & -ms-filter. Wink
    avatar
    dinobot
    New Member


    Posts : 16
    Reputation : 1
    Language : English

    Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

    Post by dinobot April 19th 2012, 9:09 pm

    thank you!
    avatar
    Guest
    Guest


    Solved Re: 2 Questions: How to make forum opaque? How to center the forum buttons?

    Post by Guest April 19th 2012, 9:11 pm

    You are welcome. Very Happy

      Current date/time is September 23rd 2024, 12:25 am