0KepOnline / ApacheAutoindex_SporepediaStyle

Sporepedia style for Apache autoindex module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sporepedia Style for Apache autoindex Module

Adds a Sporepedia style for index pages generated by Apache autoindex module. Inspired by Spore game (2008).

Preview

How to install

Place these lines into .htaccess file in the HEAD directory:

IndexOptions \
    FancyIndexing \
    Charset=UTF-8 \
    NameWidth=22 \
    FoldersFirst \
    HTMLTable \

IndexStyleSheet /style_index_head.css

Place this line into .htaccess file in every directory inside the HEAD:

IndexStyleSheet /style_index.css

About

Sporepedia style for Apache autoindex module.

License:MIT License


Languages

Language:CSS 100.0%