
|
[dokuwiki]
||
[Date Prev]
[05-2006 Date Index]
[Date Next]
||
[Thread Prev]
[05-2006 Thread Index]
[Thread Next]
[dokuwiki] Re: Spider Joe problems (was Formal declaration...)
- From: Ben Coburn <btcoburn@xxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Tue, 9 May 2006 14:06:36 -0700
Your template should (probably) not include the stylesheets
"/spiders/lib/tpl/spiderjoe/layout.css" and
"/spiders/lib/tpl/spiderjoe/design.css" directly. These will be merged
into Dokuwiki's css output read from "/spiders/lib/exe/css.php".
A tip about adding css files to a new template. Don't edit "design.css"
or other files directly. Add a line at the end on the stylesheet list
in "style.ini". Then make changes in that file. This keeps your changes
in one place and should make upgrading the built in css easier.
For example, add "extra.css = screen" then override "design.css" styles
there by duplicating the css selectors in "extra.css". This works
because the last style the browser reads is is the one it uses, and
because "extra.css" will be added at the end of the css generated by
Dokuwiki.
Regards, Ben Coburn
-------------------
silicodon.net
-------------------
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|

|