summaryrefslogtreecommitdiff
path: root/skins/ArchLinux/skin.json
blob: e45a8341205909c2e7c4816863c15c7f32d8c73c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
	"name": "ArchLinux",
	"author": [ "Pierre Schmitz" ],
	"url": "https://www.parabola.nu",
	"description": "MediaWiki skin based on MonoBook, customized for Parabola",
	"license-name": "GPL-2.0+",
	"type": "skin",
	"ValidSkinNames": {
		"archlinux": "ArchLinux"
	},
	"SkinOOUIThemes": {
		"archlinux": "Apex"
	},
	"ResourceModules": {
		"skins.archlinux.styles": {
			"position": "top",
			"styles": {
				"main.css": {
					"media": "screen"
				},
				"archnavbar.css": {
					"media": "screen"
				},
				"arch.css": {
					"media": "screen"
				},
				"print.css": {
					"media": "print"
				}
			}
		}
	},
	"ResourceFileModulePaths": {
		"localBasePath": "",
		"remoteSkinPath": "ArchLinux"
	},
	"AutoloadClasses": {
		"SkinArchLinux": "SkinArchLinux.php",
		"ArchLinuxTemplate": "ArchLinuxTemplate.php"
	},
	"manifest_version": 1
}