Custom
Table of Contents

Customized Links

Classes:

In wiki use:

[[span class="blacklink" style="font-size:150%"]]URL[[/span]]
/* Customized Links */
.blacklink a {
    color: #000000;
    font-weight: normal;
    font-size: 100%;

}
.blacklink a:hover {
    color: #881c1c;
    font-weight: normal;
    font-size: 100%;

}

.undeclink a {
    text-decoration: none;
}
.undeclink a:hover {
    color: #000000
    text-decoration: underline;
}

.blackundeclink a {
    color: #000000;
    font-weight: normal;
    font-size: 100%;
    text-decoration: none;
}
.blackundeclink a:hover {
    color: #881c1c;
    font-weight: normal;
    font-size: 100%;
    text-decoration: underline;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License