X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.skinning%2Felements.css;h=301024df9e4ada7b770a2d55957e54bc837355e2;hb=e9edf8e6ac3ef0b31b5d68957bdf1e40fb7e5012;hp=58fd500d063efec7c6101f4563e2f3fdd10ff4b1;hpb=962529515d74517bd936bcb4546cecb5d28cdd91;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.skinning/elements.css b/resources/src/mediawiki.skinning/elements.css index 58fd500d06..301024df9e 100644 --- a/resources/src/mediawiki.skinning/elements.css +++ b/resources/src/mediawiki.skinning/elements.css @@ -13,9 +13,7 @@ a { background: none; } -/* Support: Firefox 57 - it can't parse `rule[ attr ]` and the LESS compiler doesn't */ -/* strip whitespace inside the :not() (T180138) */ -a:not( [href] ) { /* stylelint-disable-line selector-attribute-brackets-space-inside */ +a:not( [ href ] ) { cursor: pointer; /* Always cursor:pointer even without href */ } @@ -49,6 +47,21 @@ a.new, color: #ba0000; } +/* self links */ +a.mw-selflink { + color: inherit; + font-weight: bold; + text-decoration: inherit; +} +a.mw-selflink:hover { + cursor: inherit; + text-decoration: inherit; +} +a.mw-selflink:active, +a.mw-selflink:visited { + color: inherit; +} + a.new:visited, #p-personal a.new:visited { color: #a55858; @@ -205,11 +218,7 @@ tt, kbd, samp, .mw-code { - /* - * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari. - * Specifying any valid, second value will trigger correct behavior without forcing a different font. - * See T176636 - */ + /* Support: Blink, Gecko, Webkit; enable unified font sizes for monospace font. T176636 */ font-family: monospace, monospace; }