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
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 April 7th 2012, 8:35 pm

    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 : 3283
    Reputation : 254
    Language : English, Italian, French
    Location : Italy

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

    Post by Niko April 7th 2012, 8:53 pm

    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 April 7th 2012, 8:59 pm

    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 April 7th 2012, 9:03 pm

    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 : 51554
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray April 7th 2012, 9:08 pm

    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 : 3283
    Reputation : 254
    Language : English, Italian, French
    Location : Italy

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

    Post by Niko April 7th 2012, 9:10 pm

    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 April 7th 2012, 9:18 pm

    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 : 3283
    Reputation : 254
    Language : English, Italian, French
    Location : Italy

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

    Post by Niko April 7th 2012, 9:22 pm

    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 April 7th 2012, 9:29 pm

    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 : 3283
    Reputation : 254
    Language : English, Italian, French
    Location : Italy

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

    Post by Niko April 7th 2012, 9:31 pm

    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 April 7th 2012, 9:34 pm

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


    thats the problem no Sad
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3283
    Reputation : 254
    Language : English, Italian, French
    Location : Italy

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

    Post by Niko April 7th 2012, 9:36 pm

    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 : 51554
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray April 7th 2012, 9:40 pm

    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 April 9th 2012, 9:50 am

    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 : 3283
    Reputation : 254
    Language : English, Italian, French
    Location : Italy

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

    Post by Niko April 9th 2012, 2:42 pm

    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 April 9th 2012, 4:03 pm

    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 April 10th 2012, 4:27 am

    Thanks for The Help ! Solved Smile
    SLGray
    SLGray
    Administrator
    Administrator


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

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

    Post by SLGray April 10th 2012, 4:36 am

    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.

      Current date/time is November 11th 2024, 9:56 pm