%%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); */
}
/%
*[首页|万维网软件研究组]
*[成员|成员]
*[项目|项目]
*[论著|论著]
*[内部|内部]
*[Home|Websoft]
*[Members|Members]
*[Publications|Publications]
*[GitHub|https://github.com/nju-websoft]
----