MediaWiki talk:Vector.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

font-size for pre

[edit]

Could please someone change the fix for larger font size in pre tags? This one fixes the firefox bug, but the font size is much to large for all browsers without this bug ;). So please have a look at Bug 20706 and use the bugfix provided there. --APPER (talk) 13:16, 5 April 2010 (UTC)[reply]

The fix is:

pre, code, tt {
font-family: monospace, sans-serif;
}

This is used and tested in de.wp and en.wp. --APPER (talk) 22:30, 6 April 2010 (UTC)[reply]

Sorry, but even on de.wp and en.wp, fonts are ways too large when using IE6 View/Text size/larger. --Foroa (talk) 07:52, 7 April 2010 (UTC)[reply]
✓ Done Raymond 08:58, 7 April 2010 (UTC)[reply]
Thank you, but problem not solved for larger fonts. --Foroa (talk) 09:06, 7 April 2010 (UTC)[reply]
I don't see any problems with IE8. Are all fonts too big or only in pre tags? And isn't it normal, that the font is larger, when using "size:larger"? --APPER (talk) 16:18, 7 April 2010 (UTC)[reply]
It is not nomal that, by switching from normal to larger display text size that one needs 2 to 3 times more page scrolls to reed the same article. --Foroa (talk) 16:43, 7 April 2010 (UTC)[reply]

{{editprotected}} Since r69335/r69336 is now live, the code can be removed. Actually, the above code is a catch-all. Better is to replace it with the code below to target only the remaining (bad-behaving) GeSHi text. Even better would be to place this in Common.css, as it effects all skins. Edokter (talk) — 15:40, 5 February 2011 (UTC)[reply]

div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
  font-family: monospace, "Courier New" !important;
}
Moving this request to MediaWiki talk:Common.css. Edokter (talk) — 16:01, 4 May 2011 (UTC)[reply]

Error

[edit]

I don't know if anyone else has this problem but recently I have noticed that the vector skin on here hasn't looked the usual. the skin is all weird. But The other skins work properly. I don't know if its something in MediaWiki:Vector.css or MediaWiki:Vector.js that is causing this problem. Has anyone else had this problem?--Clarkcj12 (talk) 16:21, 12 April 2011 (UTC)[reply]

What looks wrong? Could you upload a screenshot?--DieBuche (talk) 17:27, 12 April 2011 (UTC)[reply]

Edit request on 16 July 2021

[edit]

{{Edit request}} There are 8 warnings on the interface page. أحمدمحمدرمضانسعيد (talk) 10:22, 16 July 2021 (UTC)[reply]

 Not done None are actually relevant. --AntiCompositeNumber (talk) 21:54, 16 February 2022 (UTC)[reply]