Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
italics for blockquotes (e.g. legacy example text)
tweaks to link underlines
Line 486: Line 486:
.sp-content a.extiw:visited {
.sp-content a.extiw:visited {
color: inherit;
color: inherit;
/* No external link arrows */
/* No external link arrows, allow space for "underline" */
padding: 0;
padding: .2rem 0;
background-image: -webkit-gradient(linear, left bottom, left top, from(#36c), to(#36c));
background-image: -webkit-gradient(linear, left bottom, left top, from(#36c), to(#36c));
background-image: linear-gradient(to top, #36c, #36c);
background-image: linear-gradient(to top, #36c, #36c);
background-size: 100% .2rem;
background-size: 100% .25rem;
background-position: bottom;
background-position: bottom;
background-repeat: no-repeat;
background-repeat: no-repeat;
Line 499: Line 499:
.sp-content a.external:hover,
.sp-content a.external:hover,
.sp-content a.extiw:hover {
.sp-content a.extiw:hover {
background-size: 100% 1.5rem;
background-size: 100% 100%;
color: #fff;
color: #fff;
text-decoration: none;
text-decoration: none;