Spoiler box.
+2
Mike
HyperActive
6 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Spoiler box.
Hello,
Can anyone tell me how to change the border of the code box?...
and the background of it, like i would like the border and the background to both be transparent.
Thanks in advance, hope someone responds.
Can anyone tell me how to change the border of the code box?...
and the background of it, like i would like the border and the background to both be transparent.
Thanks in advance, hope someone responds.
Last edited by LiMiTz on December 16th 2011, 9:50 pm; edited 2 times in total
Re: Spoiler box.
Go to css:
- Code:
.codebox { background: none !important;
border: none !important}
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Spoiler box.
Thanks for helping, but not quite, it still shows the background black and the border red.
Any suggestions?
Any suggestions?
Re: Spoiler box.
Link to where it's being used?
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Spoiler box.
I Don't think you can see, because it's locked to the members. But i will provide a screenshot for you.
- Spoiler:
Re: Spoiler box.
that's spoiler... not code...
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Spoiler box.
i cant tell what that is, but we will need to see it on the page.
So may be open a board to guest and post what you mean in a post and give us the link so we can see it.
So may be open a board to guest and post what you mean in a post and give us the link so we can see it.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Spoiler box.
CSS Code:
- Code:
table.spoiler{
border-color: transparent !important;
background: transparent !important;
}
td.spoiler_closed hidden{
border-color: transparent !important;
background: transparent !important;
}
td.spoiler_content{
border-color: transparent !important;
background: transparent !important;
}
Guest- Guest
Re: Spoiler box.
Gassy wrote:CSS Code:
- Code:
table.spoiler{
border-color: transparent !important;
background: transparent !important;
}
td.spoiler_closed hidden{
border-color: transparent !important;
background: transparent !important;
}
td.spoiler_content{
border-color: transparent !important;
background: transparent !important;
}
Yes, thank you very much it worked. But how do i change the border of the spoiler when it is closed.
- Spoiler:
- Like this
Re: Spoiler box.
Add also:
- Code:
td.spoiler_closed{
border-color: transparent !important;
background: transparent !important;
}
Guest- Guest
Re: Spoiler box.
Thank you so much, it works. Now one more question, not really sure if i should make a new post of it,
but now i want to do the same exact thing to the code box. But i would like a black border, and the background still transparent.
Thanks In Advance.
but now i want to do the same exact thing to the code box. But i would like a black border, and the background still transparent.
Thanks In Advance.
Re: Spoiler box.
Thanks it worked!
but i promise this is the last question.
Thanks for your help, i just need help with this last thing...
how can i make the border of the code box bigger or fatter.
Thanks in advance again. You are a big help to me.
but i promise this is the last question.
Thanks for your help, i just need help with this last thing...
how can i make the border of the code box bigger or fatter.
Thanks in advance again. You are a big help to me.
Re: Spoiler box.
Thank You to everyone who helped.
and
Thank you Gassy for the codes.
You were a huge help to me.
Thanks again.
Edited*: And also thank you for replying immediately.
-Locked-
and
Thank you Gassy for the codes.
You were a huge help to me.
Thanks again.
Edited*: And also thank you for replying immediately.
-Locked-
Last edited by LiMiTz on December 16th 2011, 9:51 pm; edited 1 time in total
Re: Spoiler box.
One curious question.
Can you possibly make the spoiler and the codes box small by width?
Same height, but can i control the width size?
Thanks in advance again.
Can you possibly make the spoiler and the codes box small by width?
Same height, but can i control the width size?
Thanks in advance again.
Re: Spoiler box.
Yes you can just put this in the codes you got on this topic and change width 95% until it fits your needs.
hope it helps.
- Code:
width: 95%;
hope it helps.
Re: Spoiler box.
Hi,
Is this solved?
Is this solved?
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: Spoiler box.
Umm, not yet. I Just need to get the code to make the width of the code box and the spoiler box smaller.
Thanks in advance.
Thanks in advance.
Re: Spoiler box.
LiMiTz wrote:Nope, didn't work.
But i appreciate your help.
then why is this marked solved?
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Spoiler box.
This?
- Code:
td.code{
margin-left: 15px !important;
margin-right: 15px !important;
}
Guest- Guest
Re: Spoiler box.
well i suggest LiMiTz answers this post and removes the solved icon if it is not yet solved, If not then it will be consider solved, locked and moved to archives.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Spoiler box.
Hmm, kirk, it's strange but a lot of people mark their topics solved, when the topics isn't solved.
Guest- Guest
Re: Spoiler box.
Gassy wrote:This?Note: you can edit the values, but take sure that the values need to be the same.
- Code:
td.code{
margin-left: 15px !important;
margin-right: 15px !important;
}
That didn't work either
Am I doing something wrong here? because there is like 4 codes in this topic, but yet non work...
kirk wrote:LiMiTz wrote:Nope, didn't work.
But i appreciate your help.
then why is this marked solved?
Sorry guys for not answering, i had a family thing, so anyways, the reason it's solved, is because it was solved, but then i had another question.... but i dont know how to take the icon off. it shows 2 icons, Complete and Solved.
Re: Spoiler box.
Gassy wrote:Hmm, kirk, it's strange but a lot of people mark their topics solved, when the topics isn't solved.
yeah i know, then others have them solved and dont say or mark anything.
That why members should always read forum rules first...
what can you do thats what us staff are for, I guess i can ask Mario to make a reminder announcement, i mean the last thing i want to do is have to warn people for something as silly as this, but if everyone did it that would be a disaster.. but it's usually not that many, comes and goes in waves i guess?
LiMiTz wrote:
Sorry guys for not answering, i had a family thing, so anyways, the reason it's solved, is because it was solved, but then i had another question.... but i dont know how to take the icon off. it shows 2 icons, Complete and Solved.
You chose to show none if it is not solved.
And if you have another question it would be best to search it first and if you cant find the results you need then start another topic,
Because it can get confusing sometimes when you start adding more questions to one thread, then if the answer is giving it wont show up in the search either because it's now under a different title withing the same thread as the first question.
So if this is solved say so, i will lock and archive this thread, Then just a start a new thread if you do not find the answer to your next question.
Thanx
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Page 1 of 2 • 1, 2
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum