A MediaWiki skin that focuses on your content.
It uses the Yahoo's Pure (http://purecss.io) CSS framework.
Clone this repo and then add the following line to your LocalSettings.php
file.
require_once "$IP/skins/filament/filament.php';
Now find the $wgDefaultSkin
variable and set it to filament
.
$wgDefaultSkin = 'filament';
Copyright 2013 WikiWonders
Released under 2-clause BSD