Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

kogakure/moinmoin-theme-kaijin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maintenance

MoinMoin Kaijin (japanese “ash and dust”) Theme

This theme is based on the “modern” theme, copyrighted 2003-2005 by Nir Soffer and Thomas Waldmann.

The FamFam Silk Icons are licenced under a Creative Commons Attribution 2.5 License.

Kaijin is licenced under a Creative Commons Attribution-Noncommercial-Share Alike 2.0 Germany Licence.

This Theme was created by Stefan Imhoff.

No warranty!

Installation

  1. Place the folder kaijin with its contents in your htdocs directory:

    /htdocs/kaijin/css/…
                 /images/…
    
  2. Place the file kaijin.py in the theme directory:

    /MoinMoin/theme/kaijin.py
    

Optional

If you would like to use some FamFam Silk Icons instead of the modern Icons you need to do following steps:

  1. Replace the folder img in the kaijin folder with the img folder from OPTIONAL.

    /htdocs/kaijin/img
    
  2. Copy config.py to:

    /MoinMoin/config.py
    
  3. Copy __init__.py to:

    /MoinMoin/theme/__init__.py
    

Customizing

If you want to customize this theme, most action takes place in screen.css.

To increase the font-size replace body { font-size: 75%; } with your size. 75% is 12px base font size. 14px would be 87.5% base font size.