| Code:
|
|
{L_MODERATOR}: {MODERATORS}
|
| Code:
|
|
Moderators: <a href="profile.php?mode=viewprofile&u=8">Joe Smith</a>
|
| Code:
|
|
<span class="gensmall">{L_MODERATOR}: {MODERATORS}</span>
|
| Code:
|
/* default link colors */
a:link {
color:Red;
text-decoration:underline;
}
a:visited {
color:Red;
text-decoration:underline;
}
a:hover {
color:Red;
text-decoration:none;
}
/* customized link colors */
.gensmall {
font-family: Verdana, Arial;
font-size: 12px;
color: #666666;
}
a.gensmall:link {
color:Green;
text-decoration:underline;
}
a.gensmall:visited {
color:Green;
text-decoration:underline;
}
a.gensmall:hover {
color:Green;
text-decoration:none;
}
|