User:Dragoniez/Template:UserLink/styles.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
(test)
 
(Dragoniez changed the content model of the page User:Dragoniez/Template:UserLink/styles.css from "CSS" to "Sanitized CSS")
Tag: content model change
(No difference)

Revision as of 04:15, 29 July 2022

.ul-page-exists {
    color: #0645AD;
}

.ul-page-exists:hover {
    text-decoration: underline #0645AD;
}

.ul-page-exists:visited {
    color: #0B0080;
}

.ul-page-exists:visited:hover {
    text-decoration: underline #0B0080;
}

.ul-page-missing {
    color: #BA0000;
}

.ul-page-missing:hover {
    text-decoration: underline #BA0000;
}

.ul-page-missing:visited {
    color: #A55858;
}

.ul-page-missing:visited:hover {
    text-decoration: underline #A55858;
}