该页面(修订版 5)最后由 程龚 12-七月-2022 17:20 修改。

该页面由 程龚 创建于 12-七月-2022 12:05

只有授权的用户才能重命名页面。

只有授权的用户才能删除页面。

页面修订历史记录

版本 修改日期 大小 作者 变更... 变更注释
5 12-七月-2022 17:20 721 bytes 程龚 前一版本
4 12-七月-2022 17:19 715 bytes 程龚 前一版本 | 最新版本
3 12-七月-2022 13:44 710 bytes 程龚 前一版本 | 最新版本
2 12-七月-2022 13:43 702 bytes 程龚 前一版本 | 最新版本
1 12-七月-2022 12:05 175 bytes 程龚 最新版本

链接

传入链接 传出链接
LeftMenu...没有引用页面!

Version management

版本 之间的差异

在第 1 行添加了 21 行
%%add-css
/*hide the default jspwiki logo */
a.logo { border:none; text-indent:-99em;}
a.logo b:before { content:""; }
/* put the new logo, attached to this page */
a.logo {
background: url([LeftMenu/logo-websoft.png]);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 60px;
width: 60px;
/* add a fancy button like effect */
/* box-shadow:0 0 .25em white; */
/* border-radius:2em; */
/* background-color: rgba(255,255,255,0.15); */
}
/%