This page (revision-5) was last changed on 05-Dec-2022 11:40 by Alexander

This page was created on 13-Sep-2021 15:35 by Alexander

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 05-Dec-2022 11:40 541 bytes Alexander to previous
4 05-Dec-2022 11:37 387 bytes Alexander to previous | to last
3 05-Dec-2022 11:36 535 bytes Alexander to previous | to last
2 02-Dec-2022 14:43 2 bytes Alexander to previous | to last
1 13-Sep-2021 15:35 3 KB Alexander to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 4 lines
%%add-css
/*hide the default jspwiki logo */
a.logo { border:none; text-indent:-99em;}
a.logo b:before { content:""; }
At line 6 added 15 lines
/* put the clean-blue logo, attached to this page */
a.logo {
background: url([LeftMenu/di-plast-logo.png]);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 60px;
width: 180px;
/* add a fancy button like effect */
box-shadow:0 0 .25em white;
border-radius:2em;
background-color: rgba(255,255,255,0.15);
}
/%