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.

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

4 posters

Go down

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
The Shuffler
The Shuffler
Forumember

Posts : 49
Reputation : 1
Language : English

Back to top Go down

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
Niko
Niko
Helper
Helper

Male Posts : 3100
Reputation : 244
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

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

Back to top Go down

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 ?
The Shuffler
The Shuffler
Forumember

Posts : 49
Reputation : 1
Language : English

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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?
Niko
Niko
Helper
Helper

Male Posts : 3100
Reputation : 244
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

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
The Shuffler
The Shuffler
Forumember

Posts : 49
Reputation : 1
Language : English

Back to top Go down

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

Male Posts : 3100
Reputation : 244
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

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;
}
The Shuffler
The Shuffler
Forumember

Posts : 49
Reputation : 1
Language : English

Back to top Go down

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

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

yes... So is it solved? Mr. Green
Niko
Niko
Helper
Helper

Male Posts : 3100
Reputation : 244
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

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
The Shuffler
The Shuffler
Forumember

Posts : 49
Reputation : 1
Language : English

Back to top Go down

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
Niko
Niko
Helper
Helper

Male Posts : 3100
Reputation : 244
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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
Minorfifth
Minorfifth
Forumember

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

Back to top Go down

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?
Niko
Niko
Helper
Helper

Male Posts : 3100
Reputation : 244
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

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


Back to top Go down

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

Post by The Shuffler April 10th 2012, 4:27 am

Thanks for The Help ! Solved Smile
The Shuffler
The Shuffler
Forumember

Posts : 49
Reputation : 1
Language : English

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum