.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.
Individual topics can have a separate stylesheet by including a property in the topic as follows
Stylesheet: wiki-jwd_olive.css
Note- do not include the virtual directory reference or any quotations. The style sheet referenced is placed in the same directory as the default stylesheets.
To view some styles created by the user community look at our StyleSheetLibrary begun by MurrayRoke
- Q What do I need to do to make CSS overrides have an effect on non-default namespaces? I've tried specifying the full URL for the CSS, '~/override.css', '/override.css' and 'override.css, but none of them have any effect on a page that is part of a non-default namespace
-- DerekLakin
- A This problem only affects virtual directories, i.e localhost/flexwiki/ in which case set the override to '../override.cs' and create a default.htm in the same folder as default.aspx that redirects to /default.aspx/<Your Namespace>.HomePage -- DerekLakin
- Q I'm trying to change my link style so that new links (that have no page associated with them), show up differently than unvisited links that do have pages associated with them. For the life of me I can't figure out which property I have to set in my css file. -- SusanMcCormick
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Click to read this topic1/24/2008 9:08:41 AM - FLWCOM-jwdavidson
Derek Lakin is a C# .NET developer primarily focusing on Windows Forms development and a CoreDeveloper for FlexWiki. Currently employed by "Content Master":http://www.contentmaster.co.uk producing learning material, white papers, and presentations, primarily for "Microsoft":http://www.microsoft.com.
11/20/2007 3:40:12 AM - -90.206.52.15
Derek Lakin is a C# .NET developer primarily focusing on Windows Forms development and a CoreDeveloper for FlexWiki. Currently employed by "Content Master":http://www.contentmaster.co.uk producing learning material, white papers, and presentations, primarily for "Microsoft":http://www.microsoft.com.
11/20/2007 3:40:12 AM - -90.206.52.15
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.
9/24/2008 6:00:10 PM - FLWCOM-jwdavidson
information about how FlexWiki's page borders work and how to go about customizing them
10/1/2008 8:34:19 AM - -66.78.125.235
Paolo Masetti, who is testing FlexWiki.
12/5/2007 2:10:35 PM - -84.222.28.174
Click to read this topic1/24/2008 9:16:04 AM - FLWCOM-jwdavidson
Click to read this topic9/18/2008 3:45:14 PM - FLWCOM-jwdavidson
Paolo Masetti, who is testing FlexWiki.
12/5/2007 2:10:35 PM - -84.222.28.174
Welcome to the home of FlexWiki, a collaboration tool, based on WikiWiki, implemented using Microsoft .NET technologies
This is FlexWiki, an open source wiki engine.
 |
| This site supports the new NoFollow anti-spam initiative. |
Recent Topics
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Definition of WikiWiki on wikipedia.org
7/30/2007 9:11:19 AM - DerekLakin-90.199.71.244
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
An extension to HTML that search engines use to ignore potential LinkSpam.
3/9/2008 4:21:17 PM - FLWCOM-jwdavidson