* Add screen-mobile.css with basic mobile styles * Force loading of screen-desktop on IE8- due to lack of @media width support * Add some new divs and a set of spoof cactions for jumping around the page (what's js?) * Replace cactions label with a more descriptive string (was previously set to display:none regardless) * Also add a set of icons for fixed widths for tabs and things (icons-source.svg is the source file for the set, and includes a few others that ultimately weren't used here) Cutoff 850px. Desktop styles should remain unchanged, with mobile remaining stylistically consistent. Change-Id: I737a7447db1e44e0d6abaa4c07813295a5ac73a6
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "MonoBook",
|
|
"author": [
|
|
"Gabriel Wicke",
|
|
"Isarra Yos",
|
|
"..."
|
|
],
|
|
"url": "https://www.mediawiki.org/wiki/Skin:MonoBook",
|
|
"descriptionmsg": "monobook-desc",
|
|
"namemsg": "skinname-monobook",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "skin",
|
|
"requires": {
|
|
"MediaWiki": ">= 1.29.0"
|
|
},
|
|
"ValidSkinNames": {
|
|
"monobook": "MonoBook"
|
|
},
|
|
"SkinOOUIThemes": {
|
|
"monobook": "Apex"
|
|
},
|
|
"MessagesDirs": {
|
|
"MonoBook": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"ResourceModules": {
|
|
"skins.monobook.styles": {
|
|
"targets": [ "desktop", "mobile" ],
|
|
"styles": {
|
|
"resources/screen-common.less": {
|
|
"media": "screen"
|
|
},
|
|
"resources/screen-desktop.css": {
|
|
"media": "screen and (min-width: 851px)"
|
|
},
|
|
"resources/screen-mobile.less": {
|
|
"media": "screen and (max-width: 850px)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "",
|
|
"remoteSkinPath": "MonoBook"
|
|
},
|
|
"ResourceModuleSkinStyles": {
|
|
"monobook": {
|
|
"+mediawiki.action.view.redirectPage": "resources/skinStyles/mediawiki.action.view.redirectPage.css",
|
|
"+mediawiki.special.preferences.styles": "resources/skinStyles/mediawiki.special.preferences.styles.less",
|
|
"+mediawiki.notification": "resources/skinStyles/mediawiki.notification.less",
|
|
"+oojs-ui-core.styles": "resources/skinStyles/ooui.less"
|
|
}
|
|
},
|
|
"AutoloadClasses": {
|
|
"SkinMonoBook": "includes/SkinMonoBook.php",
|
|
"MonoBookTemplate": "includes/MonoBookTemplate.php"
|
|
},
|
|
"manifest_version": 1
|
|
}
|