|
Cookbook /
CleanSimpleSummary: This is a Clean & Simple skin, previously named Choice. I have improved it.
Version: 1.0
Prerequisites: Nothing else required.
Status: New
Maintainer: Cameron Walker
Categories: Skin
Discussion: CleanSimple-Talk?
Questions answered by this recipe
DescriptionThis is a Clean & Simple skin. Download
InstallationPlace this skin folder into the skins folder of your PmWiki setup. ConfigurationEdit the CSS & template file directly.
/* Insert
display: none;
into #nav, if you do not wish to display the nav tab options up in the top corner of the template.
*/
#nav {
margin: 0.3em 0;
width: 100%;
padding: 2px 0;
/* display: none; */
}
In config.php - removal of the pmwiki logo is acheived by this
## $PageLogoUrl is the URL for a logo image -- you can change this
## to your own logo if you wish.
$PageLogoUrl = "";
UsageNotesThe original skin for this was Choice. It didn't look so clean, so I tidied it up, improved it and did my best. All credit remains to the original author of Choice, it is a great template/skin, it just needed some modifications to become a clean, simple, refined PmWiki Skin. Change log / Release notes
See alsoContributorsCommentsSee discussion at CleanSimple-Talk? User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |