summaryrefslogtreecommitdiff
path: root/www/wiki/skins/Timeless/skin.json
blob: 0bee55ea8fae728c48d39e0517be5cae66b106d8 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
	"name": "Timeless",
	"version": "0.8.1",
	"author": "Isarra Yos",
	"url": "https://www.mediawiki.org/wiki/Skin:Timeless",
	"descriptionmsg": "timeless-desc",
	"namemsg": "skinname-timeless",
	"license-name": "GPL-2.0-or-later",
	"type": "skin",
	"ValidSkinNames": {
		"timeless": "Timeless"
	},
	"MessagesDirs": {
		"Timeless": [
			"i18n"
		]
	},
	"ResourceModules": {
		"skins.timeless": {
			"targets": [ "desktop", "mobile" ],
			"class": "ResourceLoaderSkinModule",
			"styles": {
				"resources/libraries/normalise.css": {
					"media": "screen"
				},
				"resources/forms.less": {
					"media": "screen"
				},
				"resources/screen-common.less": {
					"media": "screen"
				},
				"resources/screen-desktop.less": {
					"media": "screen and (min-width: 851px)"
				},
				"resources/screen-desktop-full.less": {
					"media": "screen and (min-width: 1340px)"
				},
				"resources/screen-desktop-mid.less": {
					"media": "screen and (min-width: 1100px) and (max-width: 1339px)"
				},
				"resources/screen-desktop-small.less": {
					"media": "screen and (min-width: 851px) and (max-width: 1099px)"
				},
				"resources/screen-mobile.less": {
					"media": "screen and (max-width: 850px)"
				},
				"resources/print.css": {
					"media": "print"
				}
			},
			"@NOTE": "Remember to also update variables.less if you change the width cutoffs here. screen-misc.less and mobile.js may also need updating."
		},
		"skins.timeless.misc": {
			"targets": [ "desktop", "mobile" ],
			"styles": [
				"resources/screen-misc.less"
			]
		},
		"skins.timeless.js": {
			"targets": [ "desktop", "mobile" ],
			"scripts": [
				"resources/main.js"
			]
		},
		"skins.timeless.mobile": {
			"targets": [ "desktop", "mobile" ],
			"scripts": [
				"resources/mobile.js"
			]
		}
	},
	"ResourceFileModulePaths": {
		"localBasePath": "",
		"remoteSkinPath": "Timeless"
	},
	"ResourceModuleSkinStyles": {
		"timeless": {
			"+oojs-ui-core.styles": "resources/ooui.less",
			"+ext.echo.styles.badge": "resources/extensions/Echo.less",
			"+ext.visualEditor.core": "resources/extensions/VisualEditor.core.less",
			"+ext.visualEditor.desktopArticleTarget.noscript": "resources/extensions/VisualEditor.article.less"
		}
	},
	"AutoloadClasses": {
		"SkinTimeless": "SkinTimeless.php",
		"TimelessTemplate": "TimelessTemplate.php"
	},
	"manifest_version": 1
}