|
Cookbook /
NetstreamsSkin<< Maguila | Skins | Neutral >> (test page) Summary:A skin entirely based on editable skin sections with a desktop-application like menu and php generated css files wich allows one to use a simple colorscheme.
Version:
Prerequisites:
Status:Experimental
Questions answered by this recipe
DescriptionA skin entirely based on editable skin sections with a desktop-application like menu and php generated css files wich allows one to use a simple colorscheme. Tryout a demo on http://test.netstreams.org/skin. Login/Password is Author/test or Admin/test. September 27, 2008 - The above demo url yields a 404 error. Installation
CustomizationSkin SectionsYou can show/hide skin sections either by markup or via page text variables. Using ptv's allows to set a value for the entire site, a group or a page. Group setting overwrite site settings, page settings overwrite group settings. The values are:
List of Skin Sections:
1) not enabled CSSColorschemeTo create your own colorscheme, copy the docs/netsreams/netstreams_colorscheme.php to local/netstreams_colorscheme.php and change it to your needs. Additional css files
CSS Template:
<?php
return<<<EOF
//your css definitions here, example:
a { color:$CS_baseA }
EOF;
?>
NotesThis is a experimental release. Suggestions and bug reports are very welcome. Release NotesInitial release: See AlsoContributorsComments |