Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
MBalbierer (talk | contribs) |
|||
| Line 21: | Line 21: | ||
/* -----------------------------------------------------*/ | /* -----------------------------------------------------*/ | ||
| + | |||
| + | <div style="text-align: center;"> [[#top|[Back to Top]]]</div> | ||
Latest revision as of 13:08, 10 December 2020
/* CSS placed here will be applied to all skins */
/* CSS for Links -----------------------------------------*/
/* A link that has not been visited */
a:link {
color: blue;
}
/* A link that has been visited */
a:visited {
color: blue;
}
/* A link that is hovered on */
a:hover {
color: red;
}
/* A link that is selected */
a:active {
color: green;
}
/* -----------------------------------------------------*/
<div style="text-align: center;"> [[#top|[Back to Top]]]</div>