309 lines
8.2 KiB
Plaintext
309 lines
8.2 KiB
Plaintext
head 1.6;
|
|
access;
|
|
symbols;
|
|
locks; strict;
|
|
comment @# @;
|
|
|
|
|
|
1.6
|
|
date 2007.01.16.04.11.58; author TWikiContributor; state Exp;
|
|
branches;
|
|
next 1.5;
|
|
|
|
1.5
|
|
date 2006.06.25.16.26.26; author TWikiContributor; state Exp;
|
|
branches;
|
|
next 1.4;
|
|
|
|
1.4
|
|
date 2006.04.01.05.55.11; author TWikiContributor; state Exp;
|
|
branches;
|
|
next 1.3;
|
|
|
|
1.3
|
|
date 2006.02.01.12.01.18; author TWikiContributor; state Exp;
|
|
branches;
|
|
next 1.2;
|
|
|
|
1.2
|
|
date 2004.08.15.22.12.34; author ArthurClemens; state Exp;
|
|
branches;
|
|
next 1.1;
|
|
|
|
1.1
|
|
date 2004.08.14.08.21.40; author PeterThoeny; state Exp;
|
|
branches;
|
|
next ;
|
|
|
|
|
|
desc
|
|
@none
|
|
@
|
|
|
|
|
|
1.6
|
|
log
|
|
@buildrelease
|
|
@
|
|
text
|
|
@%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.0" version="6"}%
|
|
%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 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 |
|
|
|.twikiCurrentWebHomeLink |Render.pm |
|
|
|.twikiCurrentTopicLink |Render.pm |
|
|
|.twikiEmulatedLink |Preview.pm |
|
|
|.twikiWebIndent |TWiki.pm |
|
|
|
|
|.twikiEditFormDateField | Form.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 |
|
|
|.twikiTableEven |TablePlugin |
|
|
|.twikiTableOdd |TablePlugin |
|
|
|
|
---+++ TWiki Styles in Templates
|
|
|
|
|.twikiFormTable |formtables.tmpl, form.tmpl |
|
|
|.twikiFormTableHRow |formtables.tmpl, form.tmpl |
|
|
|.twikiFormTableRow |formtables.tmpl |
|
|
|.twikiFormTableFooter |formtables.tmpl |
|
|
|.twikiAttachments |attachtables.tmpl |
|
|
|.twikiEditForm |form.tmpl |
|
|
|.twikiSubmit | |
|
|
|.twikiSubmitDisabled | |
|
|
|.twikiInputField | |
|
|
|.twikiInputFieldDisabled | |
|
|
|.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 used in =configure=
|
|
|#twikiLogin |CSS.pm |
|
|
|.twikiFormSteps |CSS.pm |
|
|
|.twikiFormStep |CSS.pm |
|
|
|
|
---+++ TWiki Styles in topics
|
|
|
|
|.twikiBroadcastMessage |%TWIKIWEB%.TWikiPreferences |
|
|
|#twikiSearchTable |%TWIKIWEB%.WebSearch, %TWIKIWEB%.WebSearchAdvanced |
|
|
|
|
---+++ 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.
|
|
|
|
Practical introduction to CSS: http://www.w3.org/Style/LieBos2e/enter/
|
|
|
|
__Related Topics:__ TWikiSkins, PatternSkin, DeveloperDocumentationCategory, AdminDocumentationCategory
|
|
|
|
%STOPINCLUDE%
|
|
@
|
|
|
|
|
|
1.5
|
|
log
|
|
@buildrelease
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.0" version="5"}%
|
|
a14 1
|
|
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.
|
|
d33 2
|
|
d38 1
|
|
d64 1
|
|
d71 2
|
|
d79 1
|
|
d102 5
|
|
d110 1
|
|
d112 2
|
|
@
|
|
|
|
|
|
1.4
|
|
log
|
|
@buildrelease
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.0" version="4"}%
|
|
d77 3
|
|
@
|
|
|
|
|
|
1.3
|
|
log
|
|
@buildrelease
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.0" version="3"}%
|
|
d14 3
|
|
a16 3
|
|
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.
|
|
d90 2
|
|
@
|
|
|
|
|
|
1.2
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="ArthurClemens" date="1092607954" format="1.0" version="1.2"}%
|
|
d4 1
|
|
a4 1
|
|
---# Appendix B: TWiki CSS
|
|
d6 1
|
|
a6 1
|
|
_Listing of CSS class names emitted from TWiki core code and standard plugins, for the 01-Aug-2004 TWiki production release._
|
|
d10 1
|
|
a10 1
|
|
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.
|
|
d14 2
|
|
a15 2
|
|
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=.
|
|
1 TWiki uses class names only (.twikiViewPage) and no id names (#twikiViewPage), to allow multiple class names. Class names are written using the dot prefix.
|
|
d18 1
|
|
a18 1
|
|
---++ CSS classes
|
|
d20 16
|
|
a35 1
|
|
---+++ Classes from core code
|
|
a36 4
|
|
|.twikiNew |Changes.pm |
|
|
|.twikiChangeFormButtonHolder |Edit.pm |
|
|
|.twikiChangeFormButton |Form.pm |
|
|
|.twikiForm |Form.pm |
|
|
a40 1
|
|
|.twikiEditFormCheckboxButton |Form.pm |
|
|
d42 1
|
|
d45 1
|
|
a45 3
|
|
|.twikiRadioButton |Form.pm |
|
|
|.twikiCheckbox |Form.pm |
|
|
|.twikiEditFormError |Form.pm |
|
|
d56 1
|
|
d58 1
|
|
a58 8
|
|
|.twikiForm |Render.pm |
|
|
|.twikiAnchorLink |Render.pm |
|
|
|.twikiLink |Render.pm |
|
|
|.twikiNewLink |Render.pm |
|
|
|.twikiNew |Search.pm |
|
|
|.twikiAlert |Search.pm |
|
|
|.twikiAlert |Statistics.pm |
|
|
|.twikiAlert |TWiki.pm |
|
|
d62 28
|
|
a89 1
|
|
---+++ Classes from Plugins
|
|
d91 1
|
|
a91 4
|
|
*[[TablePlugin]]*
|
|
|.twikiSortedAscendingCol |!TablePlugin.pm |
|
|
|.twikiSortedDescendingCol |!TablePlugin.pm |
|
|
|.twikiFirstCol |!TablePlugin.pm |
|
|
d93 1
|
|
a93 1
|
|
---++ Going further
|
|
a94 1
|
|
!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.
|
|
d96 2
|
|
a97 1
|
|
See also: DragonSkin.
|
|
d101 2
|
|
a102 1
|
|
-- TWiki:Main.ArthurClemens - 08 Aug 2004
|
|
a103 1
|
|
|
|
@
|
|
|
|
|
|
1.1
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="PeterThoeny" date="1092471700" format="1.0" version="1.1"}%
|
|
@
|