summaryrefslogtreecommitdiff
path: root/skins/Parabola/skin.json
blob: dc04491e75b77d6d73cc8e1af2e394be2421c91f (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": "Parabola",
	"author": [ "Parabola Hackers, based on Pierre Schmitz (derivative work)" ],
	"url": "https://www.parabola.nu",
	"description": "MediaWiki skin based on Arch (the GNU/Linux distribution) and MonoBook",
	"license-name": "GPL-2.0+",
	"type": "skin",
	"ValidSkinNames": {
		"parabola": "Parabola"
	},
	"SkinOOUIThemes": {
		"parabola": "Apex"
	},
	"ResourceModules": {
		"skins.parabola.styles": {
			"position": "top",
			"styles": {
				"main.css": {
					"media": "screen"
				},
				"navbar.css": {
					"media": "screen"
				},
				"parabola.css": {
					"media": "screen"
				},
				"print.css": {
					"media": "print"
				}
			}
		}
	},
	"ResourceFileModulePaths": {
		"localBasePath": "",
		"remoteSkinPath": "Parabola"
	},
	"AutoloadClasses": {
		"Skin": "Skin.php",
		"Template": "Template.php"
	},
	"manifest_version": 1
}