https://bugzilla.wikimedia.org/show_bug.cgi?id=25402
Summary: The content of MediaWiki:Common.css and
MediaWiki:Monobook.css pages do not override the
default CSS styles specified in main.css.
Product: MediaWiki
Version: 1.17-svn
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: Normal
Component: General/Unknown
AssignedTo: [email protected]
ReportedBy: [email protected]
The content of MediaWiki:Common.css and MediaWiki:Monobook.css pages do not
override the default CSS styles specified in main.css.
The config of css in LocalSetting.php:
panthera w # fgrep -i css LocalSettings.php
$wgAllowUserCss = false;
$wgAllowUserCssPrefs = false;
$wgUseSiteCss = true;
$wgGroupPermissions['sysop']['editusercssjs'] = true;
The source code of page shows a main.css is downloaded after personnal css.
<link rel="stylesheet"
href="/w/load.php?debug=false&lang=fr&modules=mediawiki.legacy.commonPrint%7Cmediawiki.legacy.shared&only=styles&skin=monobook"
/>
<link rel="stylesheet"
href="/w/load.php?debug=false&lang=fr&modules=site&only=styles&skin=monobook&version=20100930T182320Z"
/>
<link rel="stylesheet" href="/w/skins/monobook/main.css?301" media="screen" />
<!--[if lt IE 5.5000]><link rel="stylesheet"
href="/w/skins/monobook/IE50Fixes.css?301" media="screen" /><![endif]-->
<!--[if IE 5.5000]><link rel="stylesheet"
href="/w/skins/monobook/IE55Fixes.css?301" media="screen" /><![endif]-->
<!--[if IE 6]><link rel="stylesheet" href="/w/skins/monobook/IE60Fixes.css?301"
media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="/w/skins/monobook/IE70Fixes.css?301"
media="screen" /><![endif]-->
</head>
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l