Transparent Boxes
4 posters
Page 1 of 1
Transparent Boxes
How do i make Transparent boxes for the Forums/Categories and legend http://gyazo.com/e955d300cf5ed84bd66cef59c781f4cb ??
Example: I want a sleek Transparent glassy overlay on the legend and forums section any ideas? or CSS Codes i can use to achieve this?
Example: I want a sleek Transparent glassy overlay on the legend and forums section any ideas? or CSS Codes i can use to achieve this?
Re: Transparent Boxes
Hello @XenoFalcon,
For the legend try the following.
Go to Administration Panel > Display > Templates > General > index_box
Find :
Replace by :
Save and publish.
I'm not exactly sure what you're looking for, but add the following rule to your stylesheet.
Display > Colors > CSS stylesheet
If it's not what you want, could you provide a better example ?
For the legend try the following.
Go to Administration Panel > Display > Templates > General > index_box
Find :
- Code:
<em>{LEGEND} : {GROUP_LEGEND}</em>
Replace by :
- Code:
<em id="groupLegend">{LEGEND} : {GROUP_LEGEND}</em>
Save and publish.
I'm not exactly sure what you're looking for, but add the following rule to your stylesheet.
Display > Colors > CSS stylesheet
- Code:
#groupLegend {
box-shadow:0 6px 6px rgba(255,255,255,0.5) inset;
padding:3px;
}
If it's not what you want, could you provide a better example ?
Re: Transparent Boxes
Should be under templates. Are you the Founder of the forum your trying to add it to?XenoFalcon wrote:I cannot find it in my Index_box
Re: Transparent Boxes
Yes, Brandon.. I looked under templates in general under index_box i see nothing about legend at all..
Re: Transparent Boxes
Can you provide screenshot of everything in your general templates section? Because it should be there somewhere, for example, this is the url to my test forum's (name has been removed/changed to sudo) view template: nameremovedforsafetypurposes.forumotion.com/admin/index.forum?part=themes&sub=templates&mode=edit_main&t=110&l=main&extended_admin=1&tid=3e1027f780df9a74773f10988932d9ff
So if it is not there, then that is wierd.
-Brandon
So if it is not there, then that is wierd.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Transparent Boxes
Hello,
Go to: Admin Panel > Display > Templates > General > index_box. There it should be. Maybe you went somewhere else!
Luffy
Go to: Admin Panel > Display > Templates > General > index_box. There it should be. Maybe you went somewhere else!
Luffy
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Transparent Boxes
Do you see the rest of the templates? Or you don't see the templates?XenoFalcon wrote:No i went there its not there? ):
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Transparent Boxes
i see all the templates but the legend is not in the Index_box
http://gyazo.com/dbc6123db23f864bac0697bc8b3773ca
See Index_box i dont see anything about legend i scanned it thoroughly
http://gyazo.com/dbc6123db23f864bac0697bc8b3773ca
See Index_box i dont see anything about legend i scanned it thoroughly
Re: Transparent Boxes
I figured that is what you meant actually Ange, by habit when tried to find it myself I went to the viewtopic_body.
Anyway Xeno I am glad you found it, be sure to let everyone know if you run into and problems when editing it, so that someone can help you through it.
Anyway Xeno I am glad you found it, be sure to let everyone know if you run into and problems when editing it, so that someone can help you through it.
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Transparent Boxes
I'm looking at your legend and it doesn't have the ID that it should. Go to your index_body template, and replace this :
by this :
It should be em#groupLegend, but all I see is em :
- Code:
<em>{LEGEND} : {GROUP_LEGEND}</em>
by this :
- Code:
<em id="groupLegend">{LEGEND} : {GROUP_LEGEND}</em>
It should be em#groupLegend, but all I see is em :
Re: Transparent Boxes
Oh Fixed, But not what i wanted... i want a transparent glossy glass overlay on the forums and legend idk how to explain... like a thin glass overlay?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum