Post by Simpsons Rule on Dec 7, 2003 18:15:41 GMT -5
This is to give the names of your admins and /or Global Moderators a style seperate from the names of your other members on your forum. It goes in all of your Headers.
Part 1, do no edit it:
<style>
Part 2, this is the part which changes the admin names. You add code where the X is.
.adminuser:link,.adminuser:visited,.adminuser:hover {
X
}
Part 2, this is the part which changes the Global Moderator names. You add code where the X is.
.gmoduser:link,.gmoduser:visited,.gmoduser:hover
{
X
}
Ok, where the X is. This is where you need to enter what you want to change the names to, below is a list of options you have:
text-decoration: *;
Where the * is, you can use the following:
none
underline
overline
line-through
font-size: 10px;
You can just increase, or decrease the 10px until you get the size of font you like.
color: *;
Where the * is, put the color you want the font to be.
font-weight: *;
Where the star is, this is the weight of the font, eg, bold. You can use:
normal
bold
lighter
bolder
font-style: *;
Where the star is, this is the style of the font, eg, italic. You can use:
normal
italic
oblique
Glow
filter:glow(color=red, strength=2); height: 1;
Change the red, for the color you want the glow text to glow and change the 2 to the strength you want the glow to be For the width, you may need to increase or decrease the width
Shadow
filter: shadow(color=red, direction=0); width: 1;
Change the red, for the color you want the glow text to glow and change the 0 for the direction, in degrees, you want it to face., these are the values:
0=top
45=top right
90=right
135=bottom right
180=bottom
225=bottom left
270=left
215=top left
For the width, you may need to increase or decrease the width
NOTE: I highly recommend against using Glow Or Shadow.
Part 4, do not edit this part:
</style>
Part 5, put all the code in your headers.
So, if i wanted my admin names to who up as bold and red, and my Global Moderator names to show up blue and italic, this is the code i would use:
<style>
.adminuser:link,.adminuser:visited,.adminuser:hover
{
color: FF0000; font-weight: bold;
}
.gmoduser:link,.gmoduser:visited,.gmoduser:hover
{
color: 0000FF; font-style: italic;
}
</style>
So...that may have seemed a little hard to understand at first. Trust me, it's not.
<style>
.adminuser:link,.adminuser:visited,.adminuser:hover
{
color: FF0000; font-weight: bold;
}
.gmoduser:link,.gmoduser:visited,.gmoduser:hover
{
color: 0000FF; font-style: italic;
}
</style>
You only edit the red parts. Add the glow code, shadow code, etc to the red area. The code goes in all of your Headers.
Part 1, do no edit it:
<style>
Part 2, this is the part which changes the admin names. You add code where the X is.
.adminuser:link,.adminuser:visited,.adminuser:hover {
X
}
Part 2, this is the part which changes the Global Moderator names. You add code where the X is.
.gmoduser:link,.gmoduser:visited,.gmoduser:hover
{
X
}
Ok, where the X is. This is where you need to enter what you want to change the names to, below is a list of options you have:
text-decoration: *;
Where the * is, you can use the following:
none
underline
overline
line-through
font-size: 10px;
You can just increase, or decrease the 10px until you get the size of font you like.
color: *;
Where the * is, put the color you want the font to be.
font-weight: *;
Where the star is, this is the weight of the font, eg, bold. You can use:
normal
bold
lighter
bolder
font-style: *;
Where the star is, this is the style of the font, eg, italic. You can use:
normal
italic
oblique
Glow
filter:glow(color=red, strength=2); height: 1;
Change the red, for the color you want the glow text to glow and change the 2 to the strength you want the glow to be For the width, you may need to increase or decrease the width
Shadow
filter: shadow(color=red, direction=0); width: 1;
Change the red, for the color you want the glow text to glow and change the 0 for the direction, in degrees, you want it to face., these are the values:
0=top
45=top right
90=right
135=bottom right
180=bottom
225=bottom left
270=left
215=top left
For the width, you may need to increase or decrease the width
NOTE: I highly recommend against using Glow Or Shadow.
Part 4, do not edit this part:
</style>
Part 5, put all the code in your headers.
So, if i wanted my admin names to who up as bold and red, and my Global Moderator names to show up blue and italic, this is the code i would use:
<style>
.adminuser:link,.adminuser:visited,.adminuser:hover
{
color: FF0000; font-weight: bold;
}
.gmoduser:link,.gmoduser:visited,.gmoduser:hover
{
color: 0000FF; font-style: italic;
}
</style>
So...that may have seemed a little hard to understand at first. Trust me, it's not.
<style>
.adminuser:link,.adminuser:visited,.adminuser:hover
{
color: FF0000; font-weight: bold;
}
.gmoduser:link,.gmoduser:visited,.gmoduser:hover
{
color: 0000FF; font-style: italic;
}
</style>
You only edit the red parts. Add the glow code, shadow code, etc to the red area. The code goes in all of your Headers.