Powered by Foswiki, The Free and Open Source Wiki
Main > CD2005
Foswiki webs: Main | System | Sandbox  
Changes | Index | Search | Go

Skin CD 2005

An alternative skin that conforms mostly to the FU CD. To enable the skin use

    • Set SKIN = CD2005

and set the following variables:

  • To set the navigation bar in the top right corner use SERVICENAME:
    • Set SERVICENAVI =
  • To set images in the light gray bar use LOGOS:
    • Set LOGOS =
  • To have a news aread in the right-hand column set the variable NEWSTOPIC to the name of a topic:
    • Set NEWSTOPIC =
  • To define the navigation in the light blue bar set NAVIGATIONINFO:
    • Set NAVIGATIONINFO =

The lefthand side navigation is set (as in all other Webs, too) using the WebLeftBar-topic.

For a complete example of how to use the CD 2005 see the Contest-Web.

To drop the header image (LOGOS) you can use the following style:

<style type="text/css">
body {
background: #ffffff url() top repeat-x;
}
div#NavigationInfo {
  display:none;
}
#baseIdentity{
  display:none;
}
#NavigationInfo{
  display:none;
}
#baseNavigationContainer {
  top: 124px;
}
#baseHeader {
  height: 75px;
}
li {
  padding: 0px;
  margin: 0px;
}
ul {
  padding: 0px;
  margin: 0px;
}
</style>

Comments

 

Parents: WebHome
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback