Difference: TWikiCss (1 vs. 7)

Revision 727 Mar 2005 - Main.TWikiContributor

Line: 1 to 1
Deleted:
<
<
 
Changed:
<
<

Appendix C: TWiki CSS

>
>

Appendix C: TWiki CSS

  Listing of CSS class names emitted from TWiki core code and standard plugins, for the Dakar release.
Added:
>
>
 

Who should read this document?

Most html elements generated by TWiki core code now have Cascading Style Sheet (CSS) tags. Skin builders and others who want to change the appearance of the default TWiki installation or any of the skins can use this document to see what styles can be created for these html elements.

Line: 57 to 58
 
.twikiDiffUnchangedText RDiff.pm
.twikiDiffUnchangedTextContents RDiff.pm
.twikiDiffLineNumberHeader RDiff.pm
Added:
>
>
.twikiDiffDebug RDiff.pm
.twikiDiffDebugRight RDiff.pm
.twikiDiffDebugLeft RDiff.pm
 
.twikiToc TWiki.pm
.twikiTocTitle TWiki.pm

TWiki Styles in Plugins

Added:
>
>

TablePlugin

.twikiTable The table
.twikiSortedCol A sorted column
.twikiSortedAscendingCol Sorted column, ascending
.twikiSortedDescendingCol Sorted column, descending
.tableSortIcon The sort icon holder (span)
.twikiFirstCol The first column
.twikiTableEven Even numbered rows
.twikiTableOdd Odd numbered rows
.twikiTableCol + column number Unique column identifier, for instance: twikiTableCol0
.twikiTableRow + type + row number Unique row identifier, for instance: twikiTableRowdataBg0
 
Deleted:
<
<
.twikiTable TablePlugin
.twikiSortedAscendingCol TablePlugin
.twikiSortedDescendingCol TablePlugin
.twikiFirstCol TablePlugin
.twikiTableEven TablePlugin
.twikiTableOdd TablePlugin
 

TWiki Styles in Templates

Added:
>
>
.twikiPage twiki.tmpl
.twikiMiddleContainer twiki.tmpl
.twikiMain twiki.tmpl
 
.twikiFormTable formtables.tmpl, form.tmpl
.twikiFormTableHRow formtables.tmpl, form.tmpl
.twikiFormTableRow formtables.tmpl
Line: 83 to 95
 
.twikiSubmitDisabled  
.twikiInputField  
.twikiInputFieldDisabled  
Added:
>
>
.twikiInputFieldReadOnly  
.twikiInputFieldFocus For Internet Explorer that does not recognize the :focus pseudo class selector
.twikiInputFieldBeforeFocus for use with Javascript: the color of the input text when not clicked in the field
.twikiTextarea  
.twikiTextareaRawView  
 
.twikiButton  
Added:
>
>
.twikiFocus Behaviour marker so a field can be given input focus
 
.twikiLeft  
.twikiRight  
.twikiClear  
Line: 98 to 116
 
.twikiLinkLabel  
.twikiFormSteps container around a form, such as the attach form: attach.tmpl
.twikiFormStep form row
Added:
>
>
.twikiNoBreak no break on whitespace
.twikiMakeVisible For elements that should only be visible with javascript on: default set to hidden, is made visible by javascript. Defaults to inline.
.twikiMakeVisibleInline For span elements that should only be visible with javascript on: default set to hidden, is made visible by javascript.
.twikiMakeVisibleBlock For div elements that should only be visible with javascript on: default set to hidden, is made visible by javascript.
.twikiMakeHidden For elements that should be hidden with javascript on: no default style, is made hidden by javascript.
.twikiFooterNote  
.twikiPopUp Behaviour marker so a popup-window can be invoked
 

TWiki Styles used in configure

#twikiLogin CSS.pm
Line: 106 to 131
 

TWiki Styles in topics

Changed:
<
<
.twikiBroadcastMessage TWikiPreferences
#twikiSearchTable WebSearch, WebSearchAdvanced
>
>
.twikiBroadcastMessage TWikiPreferences
#twikiSearchTable WebSearch, WebSearchAdvanced
 

TWiki Styles in Skins

#twikiLogin login.pattern.tmpl  
Added:
>
>

Reserved Styles

.twikiImage defined in PatternSkin div creates border around enclosed image
.twikiNotification defined in PatternSkin temporary alert, lighter than broadcast message
.twikiUnvisited defined in PatternSkin link style that ignores the visited link state; useful for form links
 

Tips

PatternSkin makes extensive use of CSS in its templates. Read the PatternSkin topic and PatternSkinCss to learn more about creating your own CSS-based skin.

Revision 627 Mar 2005 - Main.TWikiContributor

Line: 1 to 1
 

Appendix C: TWiki CSS

Line: 12 to 12
 

Naming conventions

  1. All TWiki class names have the prefix twiki. So: twikiAlert, twikiToc, etcetera. Remember that CSS class names are case sensitive - TWiki CSS uses lowercase tw.
Deleted:
<
<
  1. TWiki uses class names only (.twikiDiffTable) and no id names (#twikiDiffTable), to allow multiple class names. Class names are written using the dot prefix.
 
  1. If you define your own CSS classes, it is preferable that you do not use the twiki prefix to prevent undesired overriding effects.

A wide range of standard styles are used in the TWiki core code and topics, and more are used in plugins. The following is an exhaustive list of all styles defined by the Pattern skin. For the most part, the names are the only documentation of the purpose of the style. For more information on how these styles are used, read the code (sorry!)

Line: 31 to 30
 
.twikiLink Render.pm
.twikiNewLink Render.pm
.twikiAnchorLink Render.pm
Added:
>
>
.twikiCurrentWebHomeLink Render.pm
.twikiCurrentTopicLink Render.pm
 
.twikiEmulatedLink Preview.pm
.twikiWebIndent TWiki.pm
Added:
>
>
.twikiEditFormDateField Form.pm
 
.twikiEditFormTextField Form.pm
.twikiEditFormLabelField Form.pm
.twikiEditFormTextAreaField Form.pm
Line: 65 to 68
 
.twikiSortedAscendingCol TablePlugin
.twikiSortedDescendingCol TablePlugin
.twikiFirstCol TablePlugin
Added:
>
>
.twikiTableEven TablePlugin
.twikiTableOdd TablePlugin
 

TWiki Styles in Templates

.twikiFormTable formtables.tmpl, form.tmpl
.twikiFormTableHRow formtables.tmpl, form.tmpl
.twikiFormTableRow formtables.tmpl
Added:
>
>
.twikiFormTableFooter formtables.tmpl
 
.twikiAttachments attachtables.tmpl
.twikiEditForm form.tmpl
.twikiSubmit  
Line: 93 to 99
 
.twikiFormSteps container around a form, such as the attach form: attach.tmpl
.twikiFormStep form row
Added:
>
>

TWiki Styles used in configure

#twikiLogin CSS.pm
.twikiFormSteps CSS.pm
.twikiFormStep CSS.pm
 

TWiki Styles in topics

.twikiBroadcastMessage TWikiPreferences
Added:
>
>
#twikiSearchTable WebSearch, WebSearchAdvanced
 
Added:
>
>

TWiki Styles in Skins

#twikiLogin login.pattern.tmpl  
 

Tips

PatternSkin makes extensive use of CSS in its templates. Read the PatternSkin topic and PatternSkinCss to learn more about creating your own CSS-based skin.

Revision 527 Mar 2005 - Main.TWikiContributor

Line: 1 to 1
 

Appendix C: TWiki CSS

Line: 74 to 74
 
.twikiAttachments attachtables.tmpl
.twikiEditForm form.tmpl
.twikiSubmit  
Added:
>
>
.twikiSubmitDisabled  
.twikiInputField  
.twikiInputFieldDisabled  
 
.twikiButton  
.twikiLeft  
.twikiRight  

Revision 427 Mar 2005 - Main.TWikiContributor

Line: 1 to 1
 

Appendix C: TWiki CSS

Line: 87 to 87
 
.twikiSeparator  
.twikiAccessKey  
.twikiLinkLabel  
Added:
>
>
.twikiFormSteps container around a form, such as the attach form: attach.tmpl
.twikiFormStep form row
 

TWiki Styles in topics

Revision 327 Mar 2005 - Main.TWikiContributor

Line: 1 to 1
 
Changed:
<
<

Appendix B: TWiki CSS

>
>

Appendix C: TWiki CSS

 
Changed:
<
<
Listing of CSS class names emitted from TWiki core code and standard plugins, for the 01-Aug-2004 TWiki production release.
>
>
Listing of CSS class names emitted from TWiki core code and standard plugins, for the Dakar release.
 

Who should read this document?

Changed:
<
<
More or less all html elements generated by TWiki core code now have Cascading Style Sheet (CSS) tags. Skin builders and others who want to change the appearance of the default TWiki installation or any of the skins can use this document to see what styles can be created for these html elements.
>
>
Most html elements generated by TWiki core code now have Cascading Style Sheet (CSS) tags. Skin builders and others who want to change the appearance of the default TWiki installation or any of the skins can use this document to see what styles can be created for these html elements.
 

Naming conventions

Changed:
<
<
  1. All TWiki class names have the prefix twiki. So: twikiEditPage, twikiTopicAction, etcetera. Remember that CSS class names are case sensitive - TWiki CSS uses lowercase tw.
  2. TWiki uses class names only (.twikiViewPage) and no id names (#twikiViewPage), to allow multiple class names. Class names are written using the dot prefix.
>
>
  1. All TWiki class names have the prefix twiki. So: twikiAlert, twikiToc, etcetera. Remember that CSS class names are case sensitive - TWiki CSS uses lowercase tw.
  2. TWiki uses class names only (.twikiDiffTable) and no id names (#twikiDiffTable), to allow multiple class names. Class names are written using the dot prefix.
 
  1. If you define your own CSS classes, it is preferable that you do not use the twiki prefix to prevent undesired overriding effects.
Changed:
<
<

CSS classes

>
>
A wide range of standard styles are used in the TWiki core code and topics, and more are used in plugins. The following is an exhaustive list of all styles defined by the Pattern skin. For the most part, the names are the only documentation of the purpose of the style. For more information on how these styles are used, read the code (sorry!)
 
Changed:
<
<

Classes from core code

>
>

TWiki styles in core code

.twikiAlert Client.pm, Form.pm, Statistics.pm
.twikiFirstCol Render.pm
.twikiForm Render.pm
.twikiNew Changes.pm, Search.pm
.twikiHelp Changes.pm
.twikiTopRow Manage.pm
.twikiSummary Manage.pm
.twikiGrayText Manage.pm
.twikiCheckBox Manage.pm
.twikiLink Render.pm
.twikiNewLink Render.pm
.twikiAnchorLink Render.pm
.twikiEmulatedLink Preview.pm
.twikiWebIndent TWiki.pm
 
Deleted:
<
<
.twikiNew Changes.pm
.twikiChangeFormButtonHolder Edit.pm
.twikiChangeFormButton Form.pm
.twikiForm Form.pm
 
.twikiEditFormTextField Form.pm
.twikiEditFormLabelField Form.pm
.twikiEditFormTextAreaField Form.pm
.twikiEditFormCheckboxButton Form.pm
Deleted:
<
<
.twikiEditFormCheckboxButton Form.pm
 
.twikiEditFormCheckboxField Form.pm
Deleted:
<
<
.twikiEditFormRadioField Form.pm
.twikiEditFormError Form.pm
 
.twikiRadioButton Form.pm
Changed:
<
<
.twikiCheckbox Form.pm
>
>
.twikiEditFormRadioField Form.pm
 
.twikiEditFormError Form.pm
Added:
>
>
 
.twikiDiffTable RDiff.pm
.twikiDiffDeletedHeader RDiff.pm
.twikiDiffDeletedMarker RDiff.pm
Line: 44 to 53
 
.twikiDiffChangedHeader RDiff.pm
.twikiDiffChangedText RDiff.pm
.twikiDiffUnchangedText RDiff.pm
Added:
>
>
.twikiDiffUnchangedTextContents RDiff.pm
 
.twikiDiffLineNumberHeader RDiff.pm
Changed:
<
<
.twikiForm Render.pm
.twikiAnchorLink Render.pm
.twikiLink Render.pm
.twikiNewLink Render.pm
.twikiNew Search.pm
.twikiAlert Search.pm
.twikiAlert Statistics.pm
.twikiAlert TWiki.pm
>
>
 
.twikiToc TWiki.pm
.twikiTocTitle TWiki.pm
Changed:
<
<

Classes from Plugins

>
>

TWiki Styles in Plugins

.twikiTable TablePlugin
.twikiSortedAscendingCol TablePlugin
.twikiSortedDescendingCol TablePlugin
.twikiFirstCol TablePlugin

TWiki Styles in Templates

.twikiFormTable formtables.tmpl, form.tmpl
.twikiFormTableHRow formtables.tmpl, form.tmpl
.twikiFormTableRow formtables.tmpl
.twikiAttachments attachtables.tmpl
.twikiEditForm form.tmpl
.twikiSubmit  
.twikiButton  
.twikiLeft  
.twikiRight  
.twikiClear  
.twikiHidden  
.twikiSmall  
.twikiBottomRow  
.twikiSRAuthor  
.twikiSRRev  
.twikiPageForm  
.twikiSeparator  
.twikiAccessKey  
.twikiLinkLabel  
 
Changed:
<
<
TablePlugin
.twikiSortedAscendingCol TablePlugin.pm
.twikiSortedDescendingCol TablePlugin.pm
.twikiFirstCol TablePlugin.pm
>
>

TWiki Styles in topics

 
Changed:
<
<

Going further

>
>
.twikiBroadcastMessage TWikiPreferences
 
Deleted:
<
<
PatternSkin makes fully use of CSS in its templates. Read the PatternSkin topic and PatternSkinCss to learn more about adjusting PatternSkin, or creating your own CSS-based skin.
 
Changed:
<
<
See also: DragonSkin? .
>
>

Tips

PatternSkin makes extensive use of CSS in its templates. Read the PatternSkin topic and PatternSkinCss to learn more about creating your own CSS-based skin.
  Practical introduction to CSS: http://www.w3.org/Style/LieBos2e/enter/
Changed:
<
<
-- TWiki:Main.ArthurClemens - 08 Aug 2004
>
>
Related Topics: TWikiSkins, PatternSkin, DeveloperDocumentationCategory, AdminDocumentationCategory
 
Added:
>
>

Revision 215 Aug 2004 - ArthurClemens

Line: 1 to 1
 

Appendix B: TWiki CSS

Revision 114 Aug 2004 - PeterThoeny

Line: 1 to 1
Added:
>
>

Appendix B: TWiki CSS

Listing of CSS class names emitted from TWiki core code and standard plugins, for the 01-Aug-2004 TWiki production release.

Who should read this document?

More or less all html elements generated by TWiki core code now have Cascading Style Sheet (CSS) tags. Skin builders and others who want to change the appearance of the default TWiki installation or any of the skins can use this document to see what styles can be created for these html elements.

Naming conventions

  1. All TWiki class names have the prefix twiki. So: twikiEditPage, twikiTopicAction, etcetera. Remember that CSS class names are case sensitive - TWiki CSS uses lowercase tw.
  2. TWiki uses class names only (.twikiViewPage) and no id names (#twikiViewPage), to allow multiple class names. Class names are written using the dot prefix.
  3. If you define your own CSS classes, it is preferable that you do not use the twiki prefix to prevent undesired overriding effects.

CSS classes

Classes from core code

.twikiNew Changes.pm
.twikiChangeFormButtonHolder Edit.pm
.twikiChangeFormButton Form.pm
.twikiForm Form.pm
.twikiEditFormTextField Form.pm
.twikiEditFormLabelField Form.pm
.twikiEditFormTextAreaField Form.pm
.twikiEditFormCheckboxButton Form.pm
.twikiEditFormCheckboxButton Form.pm
.twikiEditFormCheckboxField Form.pm
.twikiEditFormRadioField Form.pm
.twikiEditFormError Form.pm
.twikiRadioButton Form.pm
.twikiCheckbox Form.pm
.twikiEditFormError Form.pm
.twikiDiffTable RDiff.pm
.twikiDiffDeletedHeader RDiff.pm
.twikiDiffDeletedMarker RDiff.pm
.twikiDiffDeletedText RDiff.pm
.twikiDiffAddedHeader RDiff.pm
.twikiDiffAddedMarker RDiff.pm
.twikiDiffAddedText RDiff.pm
.twikiDiffChangedHeader RDiff.pm
.twikiDiffChangedText RDiff.pm
.twikiDiffUnchangedText RDiff.pm
.twikiDiffLineNumberHeader RDiff.pm
.twikiForm Render.pm
.twikiAnchorLink Render.pm
.twikiLink Render.pm
.twikiNewLink Render.pm
.twikiNew Search.pm
.twikiAlert Search.pm
.twikiAlert Statistics.pm
.twikiAlert TWiki.pm
.twikiToc TWiki.pm
.twikiTocTitle TWiki.pm

Classes from Plugins

TablePlugin

.twikiSortedAscendingCol TablePlugin.pm
.twikiSortedDescendingCol TablePlugin.pm
.twikiFirstCol TablePlugin.pm

Going further

PatternSkin makes fully use of CSS in its templates. Read the PatternSkin topic and PatternSkinCss to learn more about adjusting PatternSkin, or creating your own CSS-based skin.

See also: DragonSkin? .

Practical introduction to CSS: http://www.w3.org/Style/LieBos2e/enter/

-- TWiki:Main.ArthurClemens - 08 Aug 2004

 
This site is powered by the TWiki collaboration platformCopyright � by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiCss