|
< < | |
| |
|
< < | 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. |
|
> > | |
| 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. |
|
.twikiDiffUnchangedText |
RDiff.pm |
.twikiDiffUnchangedTextContents |
RDiff.pm |
.twikiDiffLineNumberHeader |
RDiff.pm |
|
|
> > |
.twikiDiffDebug |
RDiff.pm |
.twikiDiffDebugRight |
RDiff.pm |
.twikiDiffDebugLeft |
RDiff.pm |
|
|
.twikiToc |
TWiki.pm |
.twikiTocTitle |
TWiki.pm |
TWiki Styles in Plugins |
|
> > |
.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 |
|
| |
|
< < |
|
|
TWiki Styles in Templates |
|
> > |
.twikiPage |
twiki.tmpl |
.twikiMiddleContainer |
twiki.tmpl |
.twikiMain |
twiki.tmpl |
|
|
.twikiFormTable |
formtables.tmpl, form.tmpl |
.twikiFormTableHRow |
formtables.tmpl, form.tmpl |
.twikiFormTableRow |
formtables.tmpl |
|
|
.twikiSubmitDisabled |
|
.twikiInputField |
|
.twikiInputFieldDisabled |
|
|
|
> > |
.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 |
|
|
|
|
|
> > |
.twikiFocus |
Behaviour marker so a field can be given input focus |
|
|
.twikiLeft |
|
.twikiRight |
|
.twikiClear |
|
|
|
.twikiLinkLabel |
|
.twikiFormSteps |
container around a form, such as the attach form: attach.tmpl |
.twikiFormStep |
form row |
|
|
> > |
.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
|
|
TWiki Styles in topics |
|
< < |
|
> > |
|
|
TWiki Styles in Skins
#twikiLogin |
login.pattern.tmpl |
|
|
|
> > | 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. |