diff --git a/PatternSkin/data/System/PatternSkin.txt b/PatternSkin/data/System/PatternSkin.txt index fe64b16a92..79402e3916 100644 --- a/PatternSkin/data/System/PatternSkin.txt +++ b/PatternSkin/data/System/PatternSkin.txt @@ -57,17 +57,17 @@ The original Photoshop files of the skin graphics (mainly background images) are If you have set the SKIN [[preference 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 [[%SYSTEMWEB%.PreferenceSettings][preference settings]] here: - * TWIKILAYOUTURL = %TWIKILAYOUTURL% - * TWIKISTYLEURL = %TWIKISTYLEURL% - * TWIKICOLORSURL = %TWIKICOLORSURL% + * FOSWIKI_LAYOUT_URL = %FOSWIKI_LAYOUT_URL% + * FOSWIKI_STYLE_URL = %FOSWIKI_STYLE_URL% + * FOSWIKI_COLORS_URL = %FOSWIKI_COLORS_URL% * SKIN = %SKIN% -If TWIKILAYOUTURL or TWIKISTYLEURL don't give a value or point to non-existing files, check in %SYSTEMWEB%.DefaultPreferences and in %USERSWEB%.SitePreferences that the following preferences do exist and that they are set to on: +If FOSWIKI_LAYOUT_URL or FOSWIKI_STYLE_URL don't give a value or point to non-existing files, check in %SYSTEMWEB%.DefaultPreferences and in %USERSWEB%.SitePreferences that the following preferences 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
+      * Set FOSWIKI_LAYOUT_URL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/layout.css
+      * Set FOSWIKI_STYLE_URL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/style.css
+      * Set FOSWIKI_COLORS_URL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/colors.css
 
*NOTE:* customization of these values should be done in [[%USERSWEB%.SitePreferences]] diff --git a/PatternSkin/data/System/PatternSkinCssCookbook.txt b/PatternSkin/data/System/PatternSkinCssCookbook.txt index 14830d6aa2..b85a7618b4 100644 --- a/PatternSkin/data/System/PatternSkinCssCookbook.txt +++ b/PatternSkin/data/System/PatternSkinCssCookbook.txt @@ -23,9 +23,9 @@ Have a look at PatternSkinColorSettings. * Attach 3 new style sheets to the topic * Point the CSS [[%SYSTEMWEB%.PreferenceSettings][preference settings]] in [[%SYSTEMWEB%.DefaultPreferences]] or [[%USERSWEB%.SitePreferences]] to your new files:
-      * Set TWIKILAYOUTURL = %PUBURLPATH%/%SYSTEMWEB%/YourNewTopic/layout.css
-      * Set TWIKISTYLEURL = %PUBURLPATH%/%SYSTEMWEB%/YourNewTopic/style.css
-      * Set TWIKICOLORSURL = %PUBURLPATH%/%SYSTEMWEB%/YourNewTopic/colors.css
+      * Set FOSWIKI_LAYOUT_URL = %PUBURLPATH%/%SYSTEMWEB%/YourNewTopic/layout.css
+      * Set FOSWIKI_STYLE_URL = %PUBURLPATH%/%SYSTEMWEB%/YourNewTopic/style.css
+      * Set FOSWIKI_COLORS_URL = %PUBURLPATH%/%SYSTEMWEB%/YourNewTopic/colors.css
  
---+++ When you need to make small adjustments: Adding to existing CSS diff --git a/PatternSkin/pub/System/PatternSkin/style.css b/PatternSkin/pub/System/PatternSkin/style.css index 8511379316..dff1d390e0 100644 --- a/PatternSkin/pub/System/PatternSkin/style.css +++ b/PatternSkin/pub/System/PatternSkin/style.css @@ -582,7 +582,7 @@ a.twikiLinkInHeaderRight { #twikiLogo img { margin:0; padding:0; - border:0px; + border:0px; } .twikiNoBreak { white-space:nowrap; @@ -612,7 +612,6 @@ a.twikiLinkInHeaderRight { border-width:1px 0 0 0; border-style:solid; } -#patternBottomBarContents {} #patternWebBottomBar { font-size:94%; /*S2*/ line-height:125%; diff --git a/PatternSkin/templates/css.pattern.tmpl b/PatternSkin/templates/css.pattern.tmpl index cc6da94765..4d514ff94c 100644 --- a/PatternSkin/templates/css.pattern.tmpl +++ b/PatternSkin/templates/css.pattern.tmpl @@ -12,9 +12,9 @@ %TMPL:P{"leftbardimensions"}% %TMPL:P{"styles:skin"}%%TMPL:P{"styles:dynamic"}%