BiofuelsWikiSkin
Skin customizations for
http://www.biofuelswiki.org/
Configuration
Enable the
BiofuelsWikiDesign by updating your
SitePreferences as instructed.
In
configure, update
$Foswiki::cfg{Plugins}{TablePlugin}{DefaultAttributes} to
tableborder="1" valign="top" headercolor="#C6E144" headerbg="#888888" headerbgsorted="#000000" databg="#444444,#555555" databgsorted="#555555,#666666" tablerules="rows" headerrules="cols"
To change the contents of the different sections of the page (right and left columns, header, and footer), edit
BiofuelsWikiDesign and adjust the definitions for its section.
column-one
column-two
(third column in 3 column designs)
header
footer
Many useful sections are avaialble from
DefaultWidgets; to use them in a column, header, or footer, simply
%INCLUDE% them:
%INCLUDE{"%SYSTEMWEB%.DefaultWidgets" section="widget-search" warn="on"}%
- widget-search
- widget-login
- widget-weblist
- widget-subscribe
- widget-webleftbar
rounded corner sectionals
To create a section of content and style it in the rounded corners bubble brown thingee, wrap your content in a
<div> with a class of
widget and inside of that, another
<div> with a class of
widget-content. You can also use the provided CSS class
widget-header to style its header.
<div class="widget">
<h2 class="widget-header">Header</h2>
<div class="widget-content">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis scelerisque tincidunt tellus, ac posuere orci posuere at. Sed eleifend nibh sollicitudin sapien dignissim in varius ipsum congue. Integer urna metus, blandit a feugiat in, porttitor ac elit. Sed tempus adipiscing dui, sagittis pretium leo blandit eget.
</div>
</div>
To modify the wiki text part of the page, edit
templates/view.biofuelswiki.tmpl.
Installation Instructions
You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.
Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install".
If you have any problems, or if the extension isn't available in
configure, then you can still install manually from the command-line. See
http://foswiki.org/Support/ManuallyInstallingExtensions for more help.
Info