717
edits
(Try a more traditional link style) Tag: Reverted |
Tag: Undo |
||
Line 38: | Line 38: | ||
ul { | ul { | ||
list-style-image: none; | list-style-image: none; | ||
} | |||
[title], a:link, abbr, abbr[title] { | |||
text-decoration: none; | |||
} | |||
[title]:not(a:link), abbr { | |||
box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 25%); | |||
} | |||
img[title] { | |||
box-shadow: none; | |||
} | |||
.no-decoration, .no-decoration * { | |||
box-shadow: none !important; | |||
text-decoration: none !important; | |||
} | |||
a:link { | |||
color: rgb(91, 154, 170) !important; | |||
transition: background-color 0.5s; | |||
word-break: break-word; | |||
} | |||
.mw-content-container a:link { | |||
text-decoration: underline rgba(91,154,170,25%); | |||
text-decoration-thickness: 2px; | |||
text-underline-offset: 2px; | |||
} | } | ||
Line 49: | Line 75: | ||
.plainlinks a.external::after { | .plainlinks a.external::after { | ||
content: none; | content: none; | ||
} | |||
a:visited, a:focus, a:active { | |||
color: rgb(0, 78, 93) !important; | |||
text-decoration-color: rgba(0,78,93,25%); | |||
} | |||
a:link.new { | |||
color: rgb(200, 123, 150) !important; | |||
text-decoration-color: rgba(200,123,150,25%); | |||
} | |||
[title]:hover::after, [title]:focus::after { | |||
font-family: 'Commissioner', system-ui, sans-serif; | |||
content: attr(title); | |||
font-size: 1.25em; | |||
position: fixed; | |||
bottom: 0; | |||
left: 50%; | |||
transform: translateX(-50%); | |||
max-width: calc(100vw - 2.5em); | |||
padding: 0.75em 1.25em; | |||
margin: 1em; | |||
border-radius: 0.5em; | |||
background-color: #fff; | |||
text-align: center; | |||
text-transform: none; | |||
} | } | ||