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

From Test Wiki
Jump to navigation Jump to search
(Dragoniez changed the content model of the page User:Dragoniez/Template:UserLink/styles.css from "CSS" to "Sanitized CSS")
Tag: content model change
No edit summary
 
Line 1: Line 1:
.ul-page-exists {
.ul-page-exists a {
     color: #0645AD;
     color: #0645AD;
}
}


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


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


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


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


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


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


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

Latest revision as of 04:25, 29 July 2022

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

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

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

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

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

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

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

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