Pattern Skin

CSS based skin with 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.

Screenshot

Click for full screen image

Creating your own look

Template customization

PatternSkinCustomization - how to configure page elements

Style sheet customization

PatternSkinCssCookbook - how to customize the visual style

Changing graphics

The original Photoshop files of the skin graphics (mainly background images) are attached to PatternSkinGraphics .

Hide content in print

Use the hideInPrint class to hide specific content from printing. Example:

<div class="hideInPrint">
This text does not show in print view
</div>

Supported browsers

PatternSkin has been tested successfully on the following browsers:

  • Windows
    • Internet Explorer 8.0, 7.0, 6.0, 5.5
    • Mozilla/Firefox 3.5, 2.0, 1.5
  • Mac OS X
    • Safari 5.0.5, 3.0.2
    • Mozilla/Firefox 3.5, 2.0, 1.5
  • *nix
    • Mozilla/Firefox 1.5

Though not thoroughly tested, PatternSkin works fine with Google Chrome at least from 2013.

Attaching files

With HTML5 capable web browsers, the Attach page of this skin provides a drag and drop feature. You can click the drop area to use a file dialog box. In the dialog box, you can select multiple files at a time. This drag and drop feature uses DropzoneJS JavaScript libary.

drag-and-drop.png
With the other browsers, the Attach page shows a button to pop up a file dialog box. You can select only one file at a time.
choose-file.png
You can upload up to 10 files at a time. File uploading starts when you click the "Uplaod file" button. Before that, you can remove a file from the upload file list by clicking a "Remove file" (on HTML5 capable web browsers) or a removal icon (on HTML5 incapable web browsers).

Specifically, the drag and drop feature works with the following web browsers.

  • Chrome 7+
  • Firefox 4+
  • IE 10+
  • Opera 12+ (Version 12 for Mac OS is disabled because their API is buggy)
  • Safari 6+

In case you want to disable the drag and drop feature with an HTML5 capable browser, you can do it by setting DROPZONEJS_DISABLE "on". To do it at the web level, the following line is to be put on WebPreferences.

 * Set DROPZONEJS_DISABLE = on

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 PatternSkin.zip in your twiki installation directory
  • Test if installed: /cgi-bin/view/Plugins/PatternSkin?skin=pattern
  • For skin activation see TWikiSkins

Troubleshooting

If you have set the SKIN variable setting to pattern and you still don't see the layout as on the screenshot, a few settings in may have been disabled.

Check these variables here:

  • TWIKILAYOUTURL = /p/pub/TWiki06x01/PatternSkin/layout.css
  • TWIKISTYLEURL = /p/pub/TWiki06x01/PatternSkin/style.css
  • TWIKICOLORSURL = /p/pub/TWiki06x01/PatternSkin/colors.css
  • SKIN = tagme, topmenu, pattern

If TWIKILAYOUTURL or TWIKISTYLEURL don't give a value or point to non-existing files, check in TWikiPreferences that the following variables do exist and that they are set to on:

 * %SYSTEMWEB%.PatternSkin settings:
 * Set TWIKILAYOUTURL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/layout.css
 * Set TWIKISTYLEURL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/style.css
 * Set TWIKICOLORSURL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/colors.css

NOTE: customization of these values should be done in Main.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 at TWikibug:PatternSkin.

Skin Info

Copyright: © 2004-2008 TWiki:Main.ArthurClemens
© 2008-2021 TWiki:Main.PeterThoeny
© 2004-2021 TWiki:TWiki.TWikiContributor
Description: TWiki's base skin; CSS based, flexible and W3C-compliant
Base Name: pattern
Skin Version: 2021年03月19日
2021年03月19日: TWikibug:Item7927: Copyright update to 2021
2020年09月17日: TWikibug:Item7848: Change http to https; open external links in new tab
2018年07月05日: TWikibug:Item7841: Copyright update to 2018
2016年01月09日: TWikibug:Item7708: Copyright update to 2016
2015年09月17日: TWikibug:Item7688: Parts of SEARCH results difficult to select
2015年05月14日: TWikibug:Item7652: Fix for dark on dark links in table headers
2015年05月08日: TWikibug:Item7649: Responsive multi-column page layout using CSS
2014年07月17日: TWikibug:Item7534: Show history and other topic actions in read-only skin mode - this requires patching core file viewtopicactionbuttons.tmpl as well
2014年06月18日: TWikibug:Item7520: Context sensitive tooltip help for Jump box and Search box
2014年06月16日: TWikibug:Item7516: edit.pattern.tmpl of PatternSkin refers two invalid JS functions "enableTWikiMandatoryChecks" and "suppressTWikiSaveValidation"
2014年06月12日: TWikibug:Item7514: table header color specification in CSS considered harmful
2014年05月22日: TWikibug:Item7501: DropzoneJSSkin and PatternSkin with DropzoneJSSkin integrated fail to update file with the manage attachment action
2014年05月21日: TWikibug:Item7494: PatternSkin to integrate DropzoneJSSkin
2014年05月15日: TWikibug:Item7492: New hideInPrint CSS class to hide specific content from printing
2014年02月03日: TWikibug:Item7427: Fix for too small or too big font with twikiSubmit class on button tag and the a tag
2013年12月29日: TWikibug:Item7398: Fix for comments in attachment table are center aligned instead of left aligned
2013年10月14日: TWikibug:Item7367: Fix topic info on WebLeftBarPersonalTemplate
2013年10月03日: TWikibug:Item7359: Usability: Hide bookmark table when adding a new bookmark
2013年10月01日: TWikibug:Item7159: "Proportional" is misspelled in locale files and twiki.pattern.tmpl
2013年09月14日: TWikibug:Item7341: Use slightly less vertical space in search result
2013年05月14日: TWikibug:Item7154: Remove very faint gray gradient at top of main window
2013年04月09日: TWikibug:Item7151: Small fix in hidden edit link when in read-only skin mode
2013年03月29日: TWikibug:Item7207: Layout improvements for radio buttons and checkboxes in TWiki Forms
2013年01月23日: TWikibug:Item6977: TWiki.WebLeftBarExample timed out on a large site, which is fixed
2013年01月10日: TWikibug:Item7088: Better help text in bookmark page
2013年01月04日: TWikibug:Item7115: Configurable signatures with profile pictures - updating "Your signature to copy/paste" input field with new SIGNATUREFORMAT setting
2012年10月23日: TWikibug:Item7006: Removing obsolete and unreferenced PatternSkinHeaderArt topic
2012年10月20日: TWikibug:Item7003: Icon bullet lists feature with * icon:name syntax
2012年03月23日: TWikibug:Item6834: Better style in user bookmark menu pulldown preview
2012年01月19日: TWikibug:Item6838: Add Perl logo next to TWiki logo in bottom bar
2012年01月13日: TWikibug:Item6832: Fix for can't upload attachments in Chrome
2011年10月03日: TWikibug:Item6819: Move change TWiki form from edit screen to "more" screen
2011年07月28日: TWikibug:Item6780: Usability: Link to UserList topic instead of TWikiUsers
2011年07月27日: TWikibug:Item6779: Fix for tables rendering too dark in Firefox 4
2011年06月11日: TWikibug:Item6209: Fix for underscores in topic name with WebTopicCreator are not possible -- TWiki:Main.PeterThoeny
2011年05月18日: TWikibug:Item6682: Read-only skin mode with READONLYSKINMODE preferences setting -- TWiki:Main.PeterThoeny
2011年01月03日: TWikibug:Item6628: Minor gradient fix - change main window gradient from pale red to pale gray -- TWiki:Main.PeterThoeny
2010年12月20日: TWikibug:Item6622 - Don't hide non-hidden attachments by default, e.g. toggle state is "show" on initial view -- TWiki:Main.PeterThoeny
2010年11月25日: TWikibug:Item6608 - Reduce the size of H1 and H2 fonts -- TWiki:Main.PeterThoeny
2010年09月24日: TWikibug:Item6544 - fix for Jump box having no help text in IE8 -- TWiki:Main.IanBowles
2010年07月03日: TWikibug:Item6514 - fix for float overlapping the topic action links at bottom if topic is short -- TWiki:Main/PeterThoeny
2010年06月19日: TWikibug:Item6499 - less screeming submit button and cancel button, aligning with color palette of TWiki:Plugins/TopMenuSkin -- TWiki:Main/PeterThoeny
2010年06月12日: TWikibug:Item5335 - conditional signature based on NOAUTOLINK setting, either user Main.FirstLast or [[Main.Firstlast][Firstlast]]; force-linking user name in topic info in case NOAUTOLINK set -- TWiki:Main/PeterThoeny
2010年05月25日: TWikibug:Item6453 - don't use red color in topic action, implies red-links -- TWiki:Main/PeterThoeny and TWiki:Main/SopanShewale
2010年04月28日: TWikibug:Item6416 - fix for only two pages printing in FF 3.6 -- TWiki:Main/PeterThoeny
03 Aug 2008: v.3.0.1 - TWiki 4.2.1 (Edinburgh) RELEASE VERSION
13 Jul 2007: v.3.0.0 - TWiki 4.2.0 (Edinburgh) RELEASE VERSION
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 (included in TWiki distribution)

Related topics

Other skins:

Topic attachments
I Attachment History Action Size Date Who Comment
Unknown file formatmd5 PatternSkin.md5 r57 r56 r55 r54 r53 manage 0.2 K 2021年03月20日 - 02:49 PeterThoeny
Compressed Zip archivetgz PatternSkin.tgz r57 r56 r55 r54 r53 manage 765.4 K 2021年03月20日 - 02:49 PeterThoeny
Compressed Zip archivezip PatternSkin.zip r71 r70 r69 r68 r67 manage 807.6 K 2021年03月20日 - 02:48 PeterThoeny
Unknown file formatext PatternSkin_installer r14 r13 r12 r11 r10 manage 9.0 K 2021年03月20日 - 02:49 PeterThoeny
Edit | Attach | (削除) Watch (削除ここまで) | Print version | History : r88 < r87 < r86 < r85 < r84 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r88 - 2021年03月20日 - PeterThoeny
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.

AltStyle によって変換されたページ (->オリジナル) /