Legend Code
5 posters
Page 2 of 2
Page 2 of 2 • 1, 2
Legend Code
First topic message reminder :
Can I please have a code that is like the Forumotion Support navbar and statistics?
A black strip that has each group on it in bigger text like the navbar.
Example:
_________________________________________________________________
Administrators Moderators Engineers Designers Helpers Platinum Members
_________________________________________________________________
Except the strip is black, no brackets or other words other than the groups and the group colors stay the same.
Can I please have a code that is like the Forumotion Support navbar and statistics?
A black strip that has each group on it in bigger text like the navbar.
Example:
_________________________________________________________________
Administrators Moderators Engineers Designers Helpers Platinum Members
_________________________________________________________________
Except the strip is black, no brackets or other words other than the groups and the group colors stay the same.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Legend Code
Bump.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Legend Code
Ok so go to your index_body
find (to the default tempalte) this code:
and remove it. Now search for this code:
and under that (hit enter and paste) add this code:
Save and publish the template.
Now go to your CSS and add the below code:
And this will be outside of the Who Is Online box!
find (to the default tempalte) this code:
|
and remove it. Now search for this code:
|
and under that (hit enter and paste) add this code:
|
Save and publish the template.
Now go to your CSS and add the below code:
- Code:
#LegendS{font-size:0;}
#LegendS:before {
content:" ";
font-size:11px;
font-style:normal;
}
#LegendS b:hover{transition:600ms;border-bottom:3px solid transparent}
#LegendS b {transition:600ms;
font-size: 13px;
font-style: normal;
border-bottom: 3px solid #101010;
margin-left: 10px;
margin-right: 10px;
text-align: center;
}
#LegendS b:after {
content:" ";
font-weight:normal;
}
#LegendS b:last-child:after {content:"";}
And this will be outside of the Who Is Online box!
Last edited by Luffy on January 21st 2016, 1:04 am; edited 1 time in total
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: Legend Code
Thank you very much! Will it still have the background stripe?
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Legend Code
The background stripe? What do you mean? The lines on the top and the bottom?
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: Legend Code
They grey stripe behind the text.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Legend Code
Well in that case, replace this code i sent before:
with this one instead:
|
with this one instead:
|
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!
Page 2 of 2 • 1, 2
Similar topics
» Making a legend code
» How to make group become legend or show in legend?
» When i paste a long code via [code][/code] the page expands
» When I edited a message with a code "code" it adds a space
» help in this code . the effect on code > add button to Put under the colored writing
» How to make group become legend or show in legend?
» When i paste a long code via [code][/code] the page expands
» When I edited a message with a code "code" it adds a space
» help in this code . the effect on code > add button to Put under the colored writing
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum