Magellan Linux

Annotation of /trunk/mediawiki/magellan.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations) (download)
Tue Oct 30 22:17:34 2012 UTC (11 years, 6 months ago) by niro
File size: 1112 byte(s)
-initial mediawiki theme for wiki.magellan-linux.de
1 niro 3 diff -Naur mediawiki-1.19.2/resources/Resources.php wiki/resources/Resources.php
2     --- mediawiki-1.19.2/resources/Resources.php 2012-08-31 00:25:35.000000000 +0200
3     +++ wiki/resources/Resources.php 2012-10-30 00:57:07.000000000 +0100
4     @@ -44,6 +44,19 @@
5     'remoteBasePath' => $GLOBALS['wgStylePath'],
6     'localBasePath' => $GLOBALS['wgStyleDirectory'],
7     ),
8     + 'skins.magellan' => array(
9     + 'styles' => array(
10     + 'common/commonElements.css' => array( 'media' => 'screen' ),
11     + 'common/commonContent.css' => array( 'media' => 'screen' ),
12     + 'common/commonInterface.css' => array( 'media' => 'screen' ),
13     + 'magellan/main.css' => array( 'media' => 'screen' ),
14     + 'magellan/magellannavbar.css' => array( 'media' => 'screen' ),
15     + 'magellan/magellan.css' => array( 'media' => 'screen' ),
16     + 'magellan/print.css' => array( 'media' => 'print' ),
17     + ),
18     + 'remoteBasePath' => $GLOBALS['wgStylePath'],
19     + 'localBasePath' => $GLOBALS['wgStyleDirectory'],
20     + ),
21     'skins.nostalgia' => array(
22     'styles' => array( 'nostalgia/screen.css' => array( 'media' => 'screen' ) ),
23     'remoteBasePath' => $GLOBALS['wgStylePath'],