Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Deleted: | ||||||||
< < | ||||||||
PatternSkin CSS Cookbook | ||||||||
Line: 7 to 6 | ||||||||
Changed: | ||||||||
< < | Introduction | |||||||
> > | First Read: How to modify PatternSkin styles | |||||||
PatternSkin uses 3 style sheets (attached to PatternSkin):
| ||||||||
Line: 16 to 15 | ||||||||
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. | ||||||||
Added: | ||||||||
> > | Changing the color schemeHave a look at PatternSkinColorSettings. | |||||||
When you need lots of graphic changes: Rewriting CSS
| ||||||||
Line: 26 to 28 | ||||||||
| ||||||||
Changed: | ||||||||
< < | When you need small adjustments: Adding to existing CSS | |||||||
> > | When you need to make small adjustments: Adding to existing 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 .
| ||||||||
Line: 77 to 79 | ||||||||
Setting EditTablePlugin stylesSee example at: PatternSkinCssCookbookEditTableStyle | ||||||||
Added: | ||||||||
> > |
Style sheet documentationSee PatternSkinCss for documentation of PatternSkin CSS classes |