Tags:
view all tags
%TOC% %STARTINCLUDE% ---# Appendix C: TWiki CSS _Listing of CSS class names emitted from TWiki core code and standard plugins, for the Dakar release._ ---++ 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. ---++ 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=. 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!) ---+++ 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 | |.twikiEditFormTextField |Form.pm | |.twikiEditFormLabelField |Form.pm | |.twikiEditFormTextAreaField |Form.pm | |.twikiEditFormCheckboxButton |Form.pm | |.twikiEditFormCheckboxField |Form.pm | |.twikiRadioButton |Form.pm | |.twikiEditFormRadioField |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 | |.twikiDiffUnchangedTextContents |RDiff.pm | |.twikiDiffLineNumberHeader |RDiff.pm | |.twikiToc |TWiki.pm | |.twikiTocTitle |TWiki.pm | ---+++ 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 | | |.twikiFormSteps |container around a form, such as the attach form: attach.tmpl | |.twikiFormStep |form row | ---+++ TWiki Styles in topics |.twikiBroadcastMessage |%TWIKIWEB%.TWikiPreferences | ---++ 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/ __Related Topics:__ TWikiSkins, PatternSkin, DeveloperDocumentationCategory, AdminDocumentationCategory %STOPINCLUDE%
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r9
|
r6
<
r5
<
r4
<
r3
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r4 - 2005-03-27
-
TWikiContributor
Home
Site map
Main web
Sandbox web
TWiki web
TWiki Web
User registration
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
User Reference
ATasteOfTWiki
TextFormattingRules
TWikiVariables
FormattedSearch
QuerySearch
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
InterWikis
ManagingUsers
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Account
Log In
Edit
Attach
Copyright © 1999-2025 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
.