X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.skinning%2Felements.css;h=366c5a940bd338e7fb9bfe6468d943dec6b94042;hb=f2aa8e40f57f97358408b70a5428babd535d6271;hp=46de7b50855d92359ba40855e5559b009154f61b;hpb=8bb5a6c461c31ee5ce6874548246fc2c520686f6;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.skinning/elements.css b/resources/src/mediawiki.skinning/elements.css index 46de7b5085..366c5a940b 100644 --- a/resources/src/mediawiki.skinning/elements.css +++ b/resources/src/mediawiki.skinning/elements.css @@ -13,7 +13,7 @@ a { background: none; } -a:not( [href] ) { +a:not( [ href ] ) { cursor: pointer; /* Always cursor:pointer even without href */ } @@ -53,33 +53,33 @@ a.new:visited, } /* Interwiki Styling */ -.mw-body a.extiw, -.mw-body a.extiw:active { +.mw-body-content a.extiw, +.mw-body-content a.extiw:active { color: #36b; } -.mw-body a.extiw:visited { +.mw-body-content a.extiw:visited { color: #636; } -.mw-body a.extiw:active { +.mw-body-content a.extiw:active { color: #b63; } /* External links */ -.mw-body a.external { +.mw-body-content a.external { color: #36b; } -.mw-body a.external:visited { +.mw-body-content a.external:visited { color: #636; /* T5112 */ } -.mw-body a.external:active { +.mw-body-content a.external:active { color: #b63; } -.mw-body a.external.free { +.mw-body-content a.external.free { word-wrap: break-word; } @@ -206,8 +206,9 @@ samp, /* * 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 */ - font-family: monospace, 'Courier'; + font-family: monospace, monospace; } code {