How to add CSS flipback in Announcements (module main) 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

    How to add CSS flipback in Announcements (module main)

    avatar
    thefirstdanshin
    Forumember


    Posts : 63
    Reputation : 1
    Language : English

    In progress How to add CSS flipback in Announcements (module main)

    Post by thefirstdanshin May 3rd 2013, 9:04 am

    how to add a flip back, in my announcements, it looks like this:

    How to add CSS flipback in Announcements (module main) Khj10

    here's the code that i found that does a foldback:

    #bottomribbon_foldback {
    border-color: transparent transparent #dd6265 transparent;
    border-width: 0px 100px 50px;
    border-style: none solid solid solid;
    margin-left: -10px;
    margin-right: -10px;
    }

    want to add it on the top of module main, my site is here: ggpalacetest.forumotion.com
    PunBB version
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51520
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: How to add CSS flipback in Announcements (module main)

    Post by SLGray May 3rd 2013, 9:20 pm

    That code is for the CSS:
    Administration Panel > Display > Colors & Pictures > Colors
    CSS Stylesheet Tab

    I believe there are some missing code. Just the CSS code I believe will not work.

    Could you post the link to the place where you got the code?



    How to add CSS flipback in Announcements (module main) Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    thefirstdanshin
    Forumember


    Posts : 63
    Reputation : 1
    Language : English

    In progress Re: How to add CSS flipback in Announcements (module main)

    Post by thefirstdanshin May 4th 2013, 6:22 am

    soshified.com/forums, in the bottom of the site, click Inspect Element, I didn't want to steal it..