Fucd Skin
This skin tries to emulate the look of the corporate design of Freie Universität Berlin, that became the default in 2005.
Basic Settings
- Most webs allow you to set the links on the left like this
- To have a news area in the right-hand column set the variable NEWSTOPIC to the name of a topic. In this topic create headlines using
---+
and ---++
and by writing normal lists. See FucdSkinNewsTopic for an example.
- The skin supports broadcast messages:
- Set BROADCASTMESSAGE =

This is an example broadcast message.

- To set the navigation on the top right use:
- Set BASEHEADERNAVIGATION =
- To set the picture displayed and the associated alternative text use:
- Set BASEIDENTITYPICTUREURL =
- Set BASEIDENTITYPICTURETEXT =
- To set the copyright notice at the bottom use:
- Set COPYRIGHT=2023 FU Berlin
- To set the title of the page, define a variable called PAGETITLE. It will replace the combination of TOPIC, WEB and TWiki
- Set PAGETITLE=Page of the Fucd Skin
Custom CSS
- To use an additional custom CSS file define the variable WEBCSS to point to the CSS
- Set WEBCSS=https://www.mi.fu-berlin.de/wiki/pub/Main/FucdSkin/testwebcss.css
CSS Options
- To remove the top part (picture and such) see the instructions at FucdSkinCleanCSS.
- To disable the breadcrumb:
<style type="text/css">
.baseNavigationToRoot{
display:none;
}
</style>
Internal infos
- Breadcrumb:
view.fucd.tmpl -> topicpathinfo
- Move it back:
view.fucd.tmpl -> %META{"moved"}%
Changelog
- 2008-03-04: Fixed ul symbols.

Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki?
Send feedback