MediaWiki:Sidebar: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<style>
/* unvisited link */
a:link {
    color: #000000;
    text-decoration:none;
}
a:visited {
    color: #000000;
    text-decoration:none;
}
a:hover {
    color: #000000;
    text-decoration:none;
    font-family:impact;
}
a:active {
    color: #000000;
    text-decoration:none;
}
</style>
* navigation
* navigation
** mainpage|mainpage-description
** mainpage|mainpage-description

Revision as of 20:23, 9 February 2015

<style> /* unvisited link */ a:link {

   color: #000000;
   text-decoration:none;

} a:visited {

   color: #000000;
   text-decoration:none;

} a:hover {

   color: #000000;
   text-decoration:none;
   font-family:impact;

} a:active {

   color: #000000;
   text-decoration:none;

} </style>