This page (revision-5) was last changed on 12-Jul-2022 17:20 by 程龚

This page was created on 12-Jul-2022 12:05 by 程龚

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 12-Jul-2022 17:20 721 bytes 程龚 to previous
4 12-Jul-2022 17:19 715 bytes 程龚 to previous | to last
3 12-Jul-2022 13:44 710 bytes 程龚 to previous | to last
2 12-Jul-2022 13:43 702 bytes 程龚 to previous | to last
1 12-Jul-2022 12:05 175 bytes 程龚 to last

Page References

Incoming links Outgoing links
LeftMenu...nobody

Version management

Difference between version and

At line 1 removed 21 lines
%%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); */
}
/%