DokuWiki

It's better when it's simple

User Tools

Site Tools


template:minimalism

This is an old revision of the document!


Minimalism template

Author:
Zinn
Description:
A minimal and clear looking theme for DokuWiki, focused on sharing your content.
LastUpdate:
2009-10-28
Compatible:
2009-02-14b
Template:
minimal, simple
Screenshot:
screenshot: minimalism_screenshot.png

Download and Install

Use the following URL to download this template:

Refer to template on how to install and use templates in DokuWiki.

Features

This template comes with an easy to use link items builder for header and footer. It supports the syntax for internal and external links by following your global config:target rules.

Additionally the following markers will be replaced:

Input Output
(c) ©
%YEAR% Current year (4 digits)

Configuration

Available template options:

  • Breadcrumbs mode - trace or youarehere
  • Header line - [[about|About me]] · [[misc|Miscellaneous]]
  • Footer line - (c) %YEAR% · [[imprint|Imprint]] · [[http://dokuwiki.org|DokuWiki]]

If you don´t need a feature, just leave that line blank.

Customizing

If you wish to customize some style parts, just create styles/additional.css1) and overwrite the style sheet elements you like.

This template has already predefined styles for the popular tag, cloud, blog and discussion plugin. See styles/plugins.css for further details.

Search Box Problem in Wide Screens

I found that the Search box gets put in an awkward position in wide browser windows, due to the elastic template. I added the following CSS to my “additional.css” to make the template fixed-width, center it, and set the background off a bit:

body {
	background-color: #CCCCCC;

}

.min-wrapper {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 20px 40px 50px 40px;
	width: 720px;
	
}

Hope that helps someone. –Marc Carson (Thanks for the great template! Love the search functionality)

Changelog

  • 2009/09/24 - Initial version

Issue Reporting

  • Setting “tpl»minimalism»header-line” cannot handle Chinese Characters, report by Ryan
1)
This file will not touched on updates
template/minimalism.1267468942.txt.gz · Last modified: 2010-03-01 19:42 by 74.93.99.97

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki