wiki-archive/twiki/data/TWiki/PatternSkin.txt

154 lines
10 KiB
Plaintext

%META:TOPICINFO{author="RicardoPereira" date="1170113679" format="1.1" reprev="1.17" version="1.17"}%
%STARTINCLUDE%
---+!! Pattern skin
*<nop>PatternSkin provides a CSS based default look and feel for TWiki - flexible and <nop>W3C-compliant.* Its layout and color scheme are designed to provide a nice, clean and productive _editing environment_. For use in corporate or perhaps in personal websites it should be fairly easy to tune the looks or even create a !PatternSkin-based new skin.
%TOC{title="Page contents"}%
---++ Screenshot
<a href="%ATTACHURL%/patternskin_screenshot_full.png"><img src="%ATTACHURL%/patternskin_screenshot.jpg" style="border:1px solid #eee;" alt="Click for full screen image" width="600" height="130" /></a>
<!--
%SEARCH{ "%TOPIC%" scope="topic" nosearch="on" nototal="on" format="$pattern(.*\| *Screenshot\:[^\|]*\|([^\|]*).*)" }%
<div class="twikiGrayText">Click to view full screenshot</div>-->
---++ Creating your own look
---+++ Template customization
%TWIKIWEB%.PatternSkinCustomization - how to configure page elements
%TOC{"%TWIKIWEB%.PatternSkinCustomization"}%
---+++ Style sheet customization
%TWIKIWEB%.PatternSkinCssCookbook - how to customize the visual style
%TOC{"%TWIKIWEB%.PatternSkinCssCookbook"}%
---++ Supported browsers
!PatternSkin has been tested successfully on the following browsers:
* Windows
* Internet Explorer 6.0, 5.5 (note: Explorer 5.0 is *not* supported: will function but shows visual quirks)
* Mozilla/Firefox
* Mac OS X
* Safari 2.0.3
* Mozilla/Firefox 1.5 (note: Firefox 1.0 will show visual quirks)
* *nix
* Mozilla/Firefox 1.5 (note: Firefox 1.0 will show visual quirks)
---++ Installation
*Note:* You do not need to install anything on the browser to use this skin. The following instructions are for the administrator who installs the skin on the server where TWiki is running.
*Note 2:* !PatternSkin is included with TWiki by default. Use the following instructions only if you are upgrading !PatternSkin.
* Download the ZIP file from the Skin Home page (see below)
* Unzip ==%TOPIC%.zip== in your twiki installation directory
* Test if installed: %SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?skin=pattern
* For skin activation see %TWIKIWEB%.TWikiSkins
---+++ Troubleshooting
If you have set the SKIN variable setting to =pattern= and you still don't see the layout as on the <a href="%ATTACHURL%/patternskin_screenshot_full.png">screenshot</a>, a few settings in may have been disabled.
Check these variables here:
* TWIKILAYOUTURL = %TWIKILAYOUTURL%
* TWIKISTYLEURL = %TWIKISTYLEURL%
* TWIKICOLORSURL = %TWIKICOLORSURL%
* SKIN = %SKIN%
If TWIKILAYOUTURL or TWIKISTYLEURL don't give a value or point to non-existing files, check in %TWIKIWEB%.TWikiPreferences that the following variables do exist and that they are set to on:
<pre>
* %<nop>TWIKIWEB%.PatternSkin settings:
* <nop>Set TWIKILAYOUTURL = %<nop>PUBURLPATH%/%<nop>TWIKIWEB%/PatternSkin/layout.css
* <nop>Set TWIKISTYLEURL = %<nop>PUBURLPATH%/%<nop>TWIKIWEB%/PatternSkin/style.css
* <nop>Set TWIKICOLORSURL = %<nop>PUBURLPATH%/%<nop>TWIKIWEB%/PatternSkin/colors.css
</pre>
*NOTE:* customization of these values should be done in [[%MAINWEB%.TWikiPreferences]]
If this still does not work, contact the administrator who installs skins.
For further troubleshooting and feedback, go to TWiki:Plugins/PatternSkinDev. Report bugs in the [[TWiki:Support/WebHome][Support web]].
---++ Skin Info
| Description: | TWiki's default skin; CSS based, flexible and <nop>W3C-compliant |
| Screenshot: | <a href="%ATTACHURL%/patternskin_screenshot_full.png"><img src="%ATTACHURL%/patternskin_screenshot.jpg" style="border:1px solid #eee;" alt="Click for full screen image" width="600" height="130" /></a> |
| Preview: | [[%SCRIPTURL{view}%/%WEB%/%TOPIC%?skin=pattern][Preview with this skin]] |
| Base Name: | pattern |
| Skin Author: | TWiki:Main/ArthurClemens |
| Skin Version: | 15 Jan 2006 (v2.0.6) |
| History: | <!-- specify latest version first -->&nbsp; |
| 15 Jan 2006: | v.2.0.6 - TWiki 4.1.0 (Edinburgh) RELEASE VERSION |
| 26 Sep 2006: | v.2.0.5 - Fixed form background colors |
| 22 Jul 2006: | v.2.0.4 - Refactored info in colors.css; fixed textarea color |
| 26 Jun 2006: | v.2.0.3 - TWiki 4.0.3 (Dakar) RELEASE VERSION |
| 31 Jan 2006: | v.2.0.0 - TWiki 4.0.0 (Dakar) RELEASE VERSION |
| 28 Aug 2004: | v.1.0.9 - TWiki 3.0 (Cairo) RELEASE VERSION |
| 08 Aug 2004: | Initial version (v1.0.0) |
| Dependencies: | TWiki:Plugins/TwistyContrib (automatically supported by Dakar) |
| Skin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev | %STOPINCLUDE%
| Download: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% |
---++ Related topics
* %TWIKIWEB%.TWikiCss
* %TWIKIWEB%.PatternSkinCss
* %TWIKIWEB%.PatternSkinCssCookbook
* %TWIKIWEB%.PatternSkinCssCookbookCenterPage
* %TWIKIWEB%.PatternSkinCssCookbookEditTableStyle
* %TWIKIWEB%.PatternSkinCssCookbookFonts
* %TWIKIWEB%.PatternSkinCssCookbookNoLeftBar
* %TWIKIWEB%.PatternSkinCssCookbookNoTopBar
* %TWIKIWEB%.PatternSkinCustomization
* %TWIKIWEB%.PatternSkinJavascripts
* %TWIKIWEB%.WebBottomBar
* %TWIKIWEB%.WebLeftBar
* %TWIKIWEB%.WebLeftBarCookbook
* %TWIKIWEB%.WebLeftBarExample
* %TWIKIWEB%.WebLeftBarLogin
* %TWIKIWEB%.WebLeftBarPersonalTemplate
* %TWIKIWEB%.WebLeftBarSearch
* %TWIKIWEB%.WebLeftBarWebsList
* %TWIKIWEB%.WebTopBar
* %TWIKIWEB%.AdminDocumentationCategory
Other skins:
* %TWIKIWEB%.TWikiSkins
* %TWIKIWEB%.TWikiSkinBrowser
---++ Feedback
Leave remarks, suggestions and other feedback in TWiki:Plugins.PatternSkinDev.
%META:FILEATTACHMENT{name="oopsmore_diff_sidebyside.gif" attr="" autoattached="1" comment="" date="1159030472" path="oopsmore_diff_sidebyside.gif" size="1994" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="bullet-down.gif" attr="" autoattached="1" comment="" date="1159030472" path="bullet-down.gif" size="441" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="striped_white.gif" attr="" autoattached="1" comment="" date="1159030474" path="striped_white.gif" size="234" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="gradient_blue.gif" attr="" autoattached="1" comment="" date="1159030473" path="gradient_blue.gif" size="3813" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="background_input.gif" attr="" autoattached="1" comment="" date="1159030472" path="background_input.gif" size="55" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="TWiki_header.gif" attr="" autoattached="1" comment="" date="1159030472" path="TWiki_header.gif" size="18053" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="layout.css" attr="" autoattached="1" comment="" date="1159038567" path="layout.css" size="4952" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="oopsmore_diff_sequential.gif" attr="" autoattached="1" comment="" date="1159030472" path="oopsmore_diff_sequential.gif" size="3464" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="form_gradient.gif" attr="" autoattached="1" comment="" date="1159030471" path="form_gradient.gif" size="4115" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="background_submit.gif" attr="" autoattached="1" comment="" date="1159030473" path="background_submit.gif" size="158" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="background_button.gif" attr="" autoattached="1" comment="" date="1159030474" path="background_button.gif" size="104" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="patternskin_screenshot.jpg" attr="" autoattached="1" comment="" date="1159030474" path="patternskin_screenshot.jpg" size="41406" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="striped_pageshadow.gif" attr="" autoattached="1" comment="" date="1159030470" path="striped_pageshadow.gif" size="234" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="patternskin_screenshot_full.png" attr="" autoattached="1" comment="" date="1159030473" path="patternskin_screenshot_full.png" size="150987" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="TWiki_header.psd" attr="" autoattached="1" comment="" date="1159030471" path="TWiki_header.psd" size="425495" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="style.css" attr="" autoattached="1" comment="" date="1159306534" path="style.css" size="19435" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="print.css" attr="" autoattached="1" comment="" date="1159038573" path="print.css" size="1984" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="striped_gray.gif" attr="" autoattached="1" comment="" date="1159030472" path="striped_gray.gif" size="238" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="striped_yellow.gif" attr="" autoattached="1" comment="" date="1159030474" path="striped_yellow.gif" size="238" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="pattern.js" attr="" autoattached="1" comment="" date="1159030471" path="pattern.js" size="494" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="striped_blue.gif" attr="" autoattached="1" comment="" date="1159030471" path="striped_blue.gif" size="238" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="colors.css" attr="" autoattached="1" comment="" date="1159053978" path="colors.css" size="17464" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="gradient_yellow.gif" attr="" autoattached="1" comment="" date="1159030472" path="gradient_yellow.gif" size="4114" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="bullet-blue.gif" attr="" autoattached="1" comment="" date="1159030470" path="bullet-blue.gif" size="49" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="background_action.gif" attr="" autoattached="1" comment="" date="1159030470" path="background_action.gif" size="104" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="oopsmore_diff_debug.gif" attr="" autoattached="1" comment="" date="1159030473" path="oopsmore_diff_debug.gif" size="3205" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="background_form_element.gif" attr="" autoattached="1" comment="" date="1159030470" path="background_form_element.gif" size="70" user="UnknownUser" version=""}%
%META:REVCOMMENT{ncomments="0"}%