{ "name": "Timeless", "version": "0.6", "author": "Isarra Yos", "url": "https://www.mediawiki.org/wiki/Skin:Timeless", "descriptionmsg": "timeless-desc", "namemsg": "skinname-timeless", "license-name": "GPL-2.0+", "type": "skin", "ValidSkinNames": { "timeless": "Timeless" }, "MessagesDirs": { "Timeless": [ "i18n" ] }, "ResourceModules": { "skins.timeless": { "position": "top", "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" } } }, "skins.timeless.misc": { "position": "top", "styles": [ "resources/screen-misc.less" ] }, "skins.timeless.js": { "position": "bottom", "scripts": [ "resources/main.js" ] }, "skins.timeless.mobile": { "position": "bottom", "scripts": [ "resources/libraries/jquery.mobile.custom.js", "resources/mobile.js" ] } }, "ResourceFileModulePaths": { "localBasePath": "", "remoteSkinPath": "Timeless" }, "AutoloadClasses": { "SkinTimeless": "Timeless.skin.php", "TimelessTemplate": "TimelessTemplate.php" }, "manifest_version": 1 }