mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
docs: update documentation on WSSerachFront extension
This commit is contained in:
parent
ff8e8c4ea4
commit
4b671569d2
|
@ -63,6 +63,7 @@ Name | Grade | Version | Last updated
|
|||
[UploadWizard](https://www.mediawiki.org/wiki/Extension:UploadWizard) | C | N/A | N/A
|
||||
[VisualEditor](https://www.mediawiki.org/wiki/Extension:VisualEditor) | A | REL1_35 `cc3466a` | 2021-08-04
|
||||
[WikiEditor](https://www.mediawiki.org/wiki/Extension:WikiEditor) | B | REL1_35 `e18315e` | 2021-08-11
|
||||
[WSSearchFront](https://www.mediawiki.org/wiki/Extension:WSSearchFront) | B | 3.5.4 `c27ebcb5` | 2021-11-23
|
||||
|
||||
Some of the field are tagged as N/A because the information was not tracked before.
|
||||
If you are interested in adding skinstyles, please check out [this page on the wiki](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/wiki/Adding-extension-SkinStyles)!
|
||||
|
|
|
@ -571,7 +571,7 @@
|
|||
|
||||
"+mmv": "skinStyles/extensions/MultimediaViewer/mmv.less",
|
||||
|
||||
"+ext.WSSearchFront.module": "skinStyles/extensions/WSSearchFront/ext.WSSearchFront.less"
|
||||
"+ext.WSSearchFront.module": "skinStyles/extensions/WSSearchFront/ext.WSSearchFront.module.less"
|
||||
}
|
||||
},
|
||||
"config_prefix": "wgCitizen",
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/*
|
||||
* Citizen
|
||||
*
|
||||
* SkinStyles for Extension:WSSearch
|
||||
* Module: ext.WSSearchFront.module
|
||||
* Version: 3.5.4 c27ebcb5
|
||||
*
|
||||
* Date: 2021-11-23
|
||||
*/
|
||||
|
||||
:root {
|
||||
--tint-1: var( --background-color-framed );
|
||||
--border-1: 1px solid var( --background-color-framed--active );
|
Loading…
Reference in a new issue