Show Changes Show Changes
Edit Edit
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

9/13/2007 3:20:35 PM
-74.15.247.173
9/12/2007 7:44:12 PM
-10.10.192.22
List all versions List all versions

RSS feed for the TestJwd namespace

Related Topics

Style Sheet Override
.
Summary

If you are an administrator of your FlexWiki site, you can change the visual appearance of your site by overriding the CSS styles used for the site. To do this, you need to add a key to your web.config file to indicate the CSS file to use for overrides.

For example:

 <configuration>
    <appSettings>
        <add key="OverrideStylesheet" value="/override.css" />

This will cause all of the pages generated as part of the wiki site to include your override stylesheet after including the standard (wiki.css) file. This means that you redefine styles that are defined in wiki.css to create your own look for your site. This is particularly easy since you only need to specify the properties that you want to override.

For example, you could have a CSS file like this:

 .Main
 {
   BACKGROUND: url(/watermark-mysite.jpeg) white fixed no-repeat center center; 
   border: solid 12px green;
 }


 .Sidebar
 {
   background: green;
 }

This would set the border around your site to be green and add a custom watermark to the content pages.

To view some styles created by the user community look at our StyleSheetLibrary begun by MurrayRoke

Not logged in. Log in

The wiki for all things Objective Design Solutions

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics