Table of Contents

Template : TARATASY

Source : https://www.dokuwiki.org/template:taratasy
Tested with Dokuwiki version: Release 2014-09-29b “Hrun”

Personnalisation

Par défaut, c'est la page [[sidebar]] à la racine (il faut la créer, elle n'existe pas par défaut). Peut se changer dans les paramètres de base de Dokuwiki.

Largeur de la page et de la sidebar

Créer le fichier conf\tpl\taratasy\style.ini

Y mettre mles nouvelles valeurs, par exemple

[replacements]
__site_width__  = "95%"

Autre (à traiter)

You can change the width of the content area in the style.ini file in the template's folder

; widths
__site_width__     = "64em"
__sidebar_width__  = "12em"

Is there anyway i can change the blue color to other colors? What css file should I change?

Copy the css/colourblue.css file and rename it to your chosen main colour, e.g. css/colouryellow.css; make your colour changes in this file 1). Then edit the reference to css/colourblue.css in the style.ini file to point to your new colour CSS file.

Look