Ignore:
Timestamp:
11/24/08 01:10:49 (4 years ago)
Author:
KennethLavrsen
Message:

Item221: Updated more TWiki:Codev links and fixing general TWiki strings
now that I have to closely read the topics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SeeSkin/data/TWiki/SeeSkin.txt

    r498 r898  
    33---+!! SeeSkin 
    44 
    5 ...is a wholly Cascading Style Sheets -based skin for TWiki. It strives to find the right balance between simplicity, a pleasing appearance, and sound structural foundation -- a clean separation of content and display logic. It should look good in modern browsers while remaining completely accessible to older ones. 
     5...is a wholly Cascading Style Sheets -based skin for Foswiki. It strives to find the right balance between simplicity, a pleasing appearance, and sound structural foundation -- a clean separation of content and display logic. It should look good in modern browsers while remaining completely accessible to older ones. 
    66 
    77<div class="inset"> %TOC% </div> 
     
    1010 
    1111        1. unpack the archive from twiki-root. 
    12                 1. if you use the TWiki web for your plugins, move =*/Plugins/*= to =*/TWiki/*= 
     12                1. if you use the System web for your plugins, move =*/Plugins/*= to =*/System/*= 
    1313        2. if you don't already have it, add the =savemulti= script to =$twiki/bin/.htaccess= 
    1414        3. Edit %SYSTEMWEB%.DefaultPreferences, or %USERSWEB%.SitePreferences, or WebPreferences, or your <nop>UserName topic and add the following: 
     
    3131---+++ Making %Webs% work 
    3232 
    33 Edit WebPreferences in each of your webs and add INLINESTYLE to customise on a per-web basis. The following settings work out of the box for the TWiki, Plugins, and Sandbox webs.  
     33Edit WebPreferences in each of your webs and add INLINESTYLE to customise on a per-web basis. The following settings work out of the box for the System, Plugins, and Sandbox webs.  
    3434 
    35 *TWiki:* 
     35*System:* 
    3636<verbatim> 
    3737%PLUGINWEB%.SeeSkin per-web preferences 
     
    6262---+++ Going beyond 
    6363 
    64 EXTernal STYLEsheet is where 90% of magic happens. It is advisable to make a copy and use that for tweaking. This way future upgrades won't clobber your hard work inadvertantly. [[http://www.bradsoft.com/topstyle/index.asp][TopStyle]] is an excellent CSS editor for Windows. See TWiki:Codev/CssResources for tools on other platforms, along with many other good learning resources. 
     64EXTernal STYLEsheet is where 90% of magic happens. It is advisable to make a copy and use that for tweaking. This way future upgrades won't clobber your hard work inadvertantly. [[http://www.bradsoft.com/topstyle/index.asp][TopStyle]] is an excellent CSS editor for Windows. See Foswiki:Development:CssResources for tools on other platforms, along with many other good learning resources. 
    6565 
    6666For inspiration and a solid demonstration of how dramatically you can change a site "simply" by editing the stylesheet there is no better place to visit than the [[http://csszengarden.com/][CSS Zen Garden]]. 
Note: See TracChangeset for help on using the changeset viewer.