Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-03-04 12:11:31 +08:00
父节点 434ede810d
当前提交 e515743774
共有 1 个文件被更改,包括 21 次插入21 次删除

查看文件

@ -1,21 +1,21 @@
# Gongbi Skin # Gongbi Skin
## Install ## Install
1. Download skin to /skin and place files in folder named Gongbi 1. Download skin to /skin and place files in folder named Gongbi
2. add following code to LocalSettings.php: ```wfLoadSkin( 'Gongbi' );``` 2. add following code to LocalSettings.php: `wfLoadSkin( 'Gongbi' );`
3. Navigate to Special:Version of your wiki. 3. Navigate to Special:Version of your wiki.
4. OK! 4. OK!
## Design ## Design
There are 3 resolution ranges for responsive design: There are 3 resolution ranges for responsive design:
1. Width ≤ 768px: mobile design; 1. Width ≤ 768px: mobile design;
2. 768px ≤ width ≤ 1200px: tablet design; and 2. 768px ≤ width ≤ 1200px: tablet design; and
3. Width ≥ 1200px: desktop design. 3. Width ≥ 1200px: desktop design.
## Feature ## Feature
1. Responsive design; 1. Responsive design;
2. TOC on the left. 2. TOC on the left.