[HELP]Change the Spoiler & Code Layout [????] 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.
4 posters

    [HELP]Change the Spoiler & Code Layout [????]

    The Shuffler
    The Shuffler
    Forumember


    Posts : 49
    Reputation : 1
    Language : English

    Solved [HELP]Change the Spoiler & Code Layout [????]

    Post by The Shuffler Sat 7 Apr - 20:35

    My Question is how can i change the Spoiler Layout & Code Layout That Appear in the same Way. Here is the problem

    [HELP]Change the Spoiler & Code Layout [????] Spoile10

    Is there any way i can code a CSS and make the layout different if so than can you guys help me out with the CSS

    here is my site http://advancedsociety.formyjob.net/

    Thank you for your reading Smile
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3229
    Reputation : 248
    Language : English, Italian, French
    Location : Italy

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by Niko Sat 7 Apr - 20:53

    Hello,

    this is the CSS code to edit (if you are using PhpBB3)
    Code:
    dl.codebox.spoiler {
    background: white;
    }

    Friendly, Mr. Green
    The Shuffler
    The Shuffler
    Forumember


    Posts : 49
    Reputation : 1
    Language : English

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by The Shuffler Sat 7 Apr - 20:59

    Niko! wrote:Hello,

    this is the CSS code to edit (if you are using PhpBB3)
    Code:
    dl.codebox.spoiler {
    background: white;
    }

    Friendly, Mr. Green


    Thanks Alot !
    The Shuffler
    The Shuffler
    Forumember


    Posts : 49
    Reputation : 1
    Language : English

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by The Shuffler Sat 7 Apr - 21:03

    Niko! wrote:Hello,

    this is the CSS code to edit (if you are using PhpBB3)
    Code:
    dl.codebox.spoiler {
    background: white;
    }

    Friendly, Mr. Green

    How about for the " [code] " Code box ?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by SLGray Sat 7 Apr - 21:08

    Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!




    [HELP]Change the Spoiler & Code Layout [????] Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3229
    Reputation : 248
    Language : English, Italian, French
    Location : Italy

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by Niko Sat 7 Apr - 21:10

    This is the code:
    Code:
    dl.codebox {
    background: white;
    }

    Very Happy Very Happy Solved?
    The Shuffler
    The Shuffler
    Forumember


    Posts : 49
    Reputation : 1
    Language : English

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by The Shuffler Sat 7 Apr - 21:18

    Niko! wrote:This is the code:
    Code:
    dl.codebox {
    background: white;
    }

    Very Happy Very Happy Solved?

    No it still shows the "Code" [Code]{/code] box with not my favored choice
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3229
    Reputation : 248
    Language : English, Italian, French
    Location : Italy

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by Niko Sat 7 Apr - 21:22

    Well, you have to edit this code (:
    Code:
    dl.codebox {
    background: white;
    }
    The Shuffler
    The Shuffler
    Forumember


    Posts : 49
    Reputation : 1
    Language : English

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by The Shuffler Sat 7 Apr - 21:29

    Niko! wrote:Well, you have to edit this code (:
    Code:
    dl.codebox {
    background: white;
    }

    this what i put because i dont want it white i want it transparent

    Code:
    dl.codebox {
    background: transparent;
    }
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3229
    Reputation : 248
    Language : English, Italian, French
    Location : Italy

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by Niko Sat 7 Apr - 21:31

    yes... So is it solved? Mr. Green
    The Shuffler
    The Shuffler
    Forumember


    Posts : 49
    Reputation : 1
    Language : English

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by The Shuffler Sat 7 Apr - 21:34

    Niko! wrote:yes... So is it solved? Mr. Green


    thats the problem no Sad
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3229
    Reputation : 248
    Language : English, Italian, French
    Location : Italy

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by Niko Sat 7 Apr - 21:36

    The Shuffler wrote:
    Niko! wrote:yes... So is it solved? Mr. Green


    thats the problem no Sad
    Well, I don't want to do FLOOD, but... Can you write in a few words your problem?
    I didn't understand Question
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by SLGray Sat 7 Apr - 21:40

    Try adding: !important to the code.



    [HELP]Change the Spoiler & Code Layout [????] Slgray10

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


    Male Posts : 47
    Reputation : 1
    Language : English, Indonesian, Java, Netherlands
    Location : Yogyakarta, Indonesia (05)

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by Minorfifth Mon 9 Apr - 9:50

    Niko! wrote:Hello,

    this is the CSS code to edit (if you are using PhpBB3)
    Code:
    dl.codebox.spoiler {
    background: white;
    }

    Friendly, Mr. Green

    Niko! wrote:This is the code:
    Code:
    dl.codebox {
    background: white;
    }

    Very Happy Very Happy Solved?

    for punBB please beu
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3229
    Reputation : 248
    Language : English, Italian, French
    Location : Italy

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by Niko Mon 9 Apr - 14:42

    Hello symphony.roads,
    you must open a new topic to get help (:

    Thanks
    @The shuffler can I have the URL where you want to have this style?
    avatar
    Guest
    Guest


    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by Guest Mon 9 Apr - 16:03

    Try this code:
    Code:
    dl.codebox {
    background-color: transparent!important;
    }
    The Shuffler
    The Shuffler
    Forumember


    Posts : 49
    Reputation : 1
    Language : English

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by The Shuffler Tue 10 Apr - 4:27

    Thanks for The Help ! Solved Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: [HELP]Change the Spoiler & Code Layout [????]

    Post by SLGray Tue 10 Apr - 4:36

    The Shuffler wrote:Thanks for The Help ! Solved Smile

    Topic Solved & Locked




    [HELP]Change the Spoiler & Code Layout [????] Slgray10

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