MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 9: | Line 9: | ||
a:visited { | a:visited { | ||
color: blue; | color: blue; | ||
} | |||
a.external{ | |||
color: blue; | |||
} | |||
a.external:visited { | |||
color: blue; | |||
} | } | ||
Revision as of 10:44, 17 January 2024
/* CSS placed here will be applied to all skins */
/* unvisited link */
a:link {
color: blue;
}
/* visited link */
a:visited {
color: blue;
}
a.external{
color: blue;
}
a.external:visited {
color: blue;
}