|
[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: "Martin Tschofen" <martin.tschofen@xxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Tue, 9 May 2006 20:43:36 -0500
Joe,
I'd recommend you'd do what the others already suggested:
Start over with the new wiki. Use the style.ini file to setup your own
style sheets. Then look at the lower part where most of the color
values are defined and set them up as you need them.
Then it's time to address your specific look and feel issues:
Border around your logo:
img {border-width:0}
Font-sizes try: body{font-size:76%} that's the default, up it and see
what happens
Section margins:
Once you have setup the default add:
h1, h2, h3, h4, h5 {margin-left:0; }
div.level1, div.level2, div.level3, div.level4, div.level5{margin-left:0}
You'll have to adjust the headings individually to match yours
For the TOC link colors change it in the style.ini
Or override div.dokuwiki a.toc
Hope that is a start. Let us know once you've got it changed over to
the new way and have additional issue...martin
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|