Ignore:
Timestamp:
11/08/08 13:16:17 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB in release branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCss.txt

    r11 r463  
    77 
    88!PatternSkin uses 4 stylesheets: 
    9    * [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/layout.css][layout.css]]: positioning of block elements on the page 
    10    * [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/style.css][style.css]]: margins, paddings, borders, font sizes 
    11    * [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/colors.css][colors.css]]: text colors, background colors, border colors 
    12    * [[%PUBURLPATH%/%TWIKIWEB%/PatternSkin/print.css][print.css]]: optimalizations for printed page 
     9   * [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/layout.css][layout.css]]: positioning of block elements on the page 
     10   * [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/style.css][style.css]]: margins, paddings, borders, font sizes 
     11   * [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/colors.css][colors.css]]: text colors, background colors, border colors 
     12   * [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/print.css][print.css]]: optimalizations for printed page 
    1313    
    1414If you want to learn how to create your own look or skin based on !PatternSkin, read further in PatternSkin. 
     
    5555      * #patternMainContents - holder of patternTop, patternTopic, twikiForm, twikiAttachments, etc. 
    5656      * #patternTopBar - top bar area 
    57       * #patternTopBarContents - header art / logo; contains topic %TWIKIWEB%.WebTopBar 
     57      * #patternTopBarContents - header art / logo; contains topic %SYSTEMWEB%.WebTopBar 
    5858      * #patternBottomBar - bottom bar area 
    5959      * #patternBottomBarContents - copyright 
     
    6363   * View 
    6464      * .patternContent - container around .patternTopic in =view.pattern.tmpl= only; to be able to give .twikiAttachments and .twikiForm a different appearance when they are not enclosed by it, for example the personal data form on the user pages (where the user form is positioned outside, above the topic text) 
    65       * .patternTopBarLogo - logo position in patternTopBar (topic %TWIKIWEB%.WebTopBar) 
     65      * .patternTopBarLogo - logo position in patternTopBar (topic %SYSTEMWEB%.WebTopBar) 
    6666      * .patternTopBarOverlay - striped white image background 
    6767      * .patternTopic - TWiki topic text 
Note: See TracChangeset for help on using the changeset viewer.