Questions and answers on how to customize the default look of TWiki for your own needs, using style sheets. For configuring page elements, see PatternSkinCustomization.
PatternSkin uses 3 style sheets (attached to PatternSkin):
When customizing your TWiki installation, you can either choose to completely rewrite all css styles, or to selectively override some styles. The latter option is by far less time consuming, but all depends on your graphical wishes.
Have a look at PatternSkinColorSettings.
* Set TWIKILAYOUTURL = %PUBURLPATH%/%TWIKIWEB%/YourNewTopic/layout.css * Set TWIKISTYLEURL = %PUBURLPATH%/%TWIKIWEB%/YourNewTopic/style.css * Set TWIKICOLORSURL = %PUBURLPATH%/%TWIKIWEB%/YourNewTopic/colors.css
With CSS you cannot remove already defined classes, you can only add to it, or overwrite existing styles.
Overriding default CSS is done with 3 variables: USERLAYOUTURL
, USERSTYLEURL
, USERCOLORSURL
.
TWIKIXXXURL
variables): * Set USERLAYOUTURL = %PUBURLPATH%/%TWIKIWEB%/YourNewTopic/layout.css * Set USERSTYLEURL = %PUBURLPATH%/%TWIKIWEB%/YourNewTopic/style.css * Set USERCOLORSURL = %PUBURLPATH%/%TWIKIWEB%/YourNewTopic/colors.css
* Set USERSTYLEURL = %PUBURLPATH%/%TWIKIWEB%/YourNewTopic/style.css
Instead of setting these variables in TWiki.TWikiPreferences, you can set these in your home topic, or in any other topic. Setting style URL variables in:
User styles are always loaded after TWiki styles.
The rest of this topic shows examples of small CSS changes.
See example at: PatternSkinCssCookbookNoLeftBar
See example at: PatternSkinCssCookbookFonts
See example at: PatternSkinCssCookbookNoTopBar
See example at: PatternSkinCssCookbookCenterPage
See example at: PatternSkinCssCookbookCenterPageBorder
See example at: PatternSkinCssCookbookEditTableStyle
See PatternSkinCss for documentation of PatternSkin CSS classes
Topic PatternSkinCssCookbook . { View | History | Side-by-side | r4 < r3 < r2 < r1 | More } |
Revision r4 - 16 Jan 2007 - 04:11 - TWikiContributor
|
This site is powered by the TWiki collaboration platform.
All material on this collaboration platform is the property of the contributing authors. All material marked as authored by Eben Moglen is available under the license terms CC-BY-SA version 4. |