Tags:
tag this topic
create new tag
view all tags
%STARTINCLUDE% ---+ Appendix C: TWiki CSS _Listing of CSS class names emitted from TWiki core code and standard plugins._ %TOC% ---++ 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, etc. 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 PatternSkin. 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 | |=.twikiAnchorLink= |Render.pm | |=.twikiCheckBox= |Manage.pm | |=.twikiCurrentTopicLink= |Render.pm | |=.twikiCurrentWebHomeLink= |Render.pm | |=.twikiDiffAddedHeader= |RDiff.pm | |=.twikiDiffAddedMarker= |RDiff.pm | |=.twikiDiffAddedText= |RDiff.pm | |=.twikiDiffChangedHeader= |RDiff.pm | |=.twikiDiffChangedText= |RDiff.pm | |=.twikiDiffDebug= |RDiff.pm | |=.twikiDiffDebugLeft= |RDiff.pm | |=.twikiDiffDebugRight= |RDiff.pm | |=.twikiDiffDeletedHeader= |RDiff.pm | |=.twikiDiffDeletedMarker= |RDiff.pm | |=.twikiDiffDeletedText= |RDiff.pm | |=.twikiDiffLineNumberHeader= |RDiff.pm | |=.twikiDiffTable= |RDiff.pm | |=.twikiDiffUnchangedText= |RDiff.pm | |=.twikiDiffUnchangedTextContents= |RDiff.pm | |=.twikiEditFormCheckboxButton= |Form.pm | |=.twikiEditFormCheckboxField= |Form.pm | |=.twikiEditFormDateField= | Form.pm | |=.twikiEditFormError= |Form.pm | |=.twikiEditFormLabelField= |Form.pm | |=.twikiEditFormRadioField= |Form.pm | |=.twikiEditFormTextAreaField= |Form.pm | |=.twikiEditFormTextField= |Form.pm | |=.twikiEmulatedLink= |Preview.pm | |=.twikiFirstCol= |Render.pm | |=.twikiForm= |Render.pm | |=.twikiGrayText= |Manage.pm | |=.twikiHelp= |Changes.pm | |=.twikiLink= |Render.pm | |=.twikiNew= |Changes.pm, Search.pm | |=.twikiNewLink= |Render.pm | |=.twikiRadioButton= |Form.pm | |=.twikiSummary= |Manage.pm | |=.twikiToc= |TWiki.pm | |=.twikiTocTitle= |TWiki.pm | |=.twikiTopRow= |Manage.pm | |=.twikiWebIndent= |TWiki.pm | ---+++ TWiki Styles in Plugins ---++++ 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= | ---+++ 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 | |=.twikiFormTableFooter= |formtables.tmpl | |=.twikiAttachments= |attachtables.tmpl | |=.twikiEditForm= |form.tmpl | |=.twikiSubmit= |Submit button | |=.twikiSubmitDisabled= |Disabled submit button | |=.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 | |=.twikiSelect= | Select dropdown menu | |=.twikiTextarea= | | |=.twikiTextareaRawView= | | |=.twikiButton= | | |=.twikiFocus= |Behavior marker so a field can be given input focus | |=.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 | |=.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= | Behavior marker so a popup-window can be invoked | |=.twikiContentHeader= |container around optional html placed before topic text | |=.twikiContentFooter= |container around optional html placed after topic text | ---+++ TWiki Styles used in =configure= |=#twikiLogin= |CSS.pm | |=.twikiFormSteps= |CSS.pm | |=.twikiFormStep= |CSS.pm | ---+++ TWiki Styles in topics |=.twikiBroadcastMessage= |TWikiPreferences | |=#twikiSearchTable= |WebSearch, WebSearchAdvanced | ---+++ 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. Practical introduction to CSS: http://www.w3.org/Style/LieBos2e/enter/ __Related Topics:__ TWikiSkins, PatternSkin, DeveloperDocumentationCategory, AdminDocumentationCategory %STOPINCLUDE%
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r9
<
r8
<
r7
<
r6
<
r5
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r9 - 2010-06-24
-
TWikiContributor
Log In
or
Register
TWiki Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
User Reference
ATasteOfTWiki
TextFormattingRules
TWikiVariables
FormattedSearch
QuerySearch
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
AdminToolsCategory
InterWikis
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Prenotazioni esami
Laurea Triennale ...
Laurea Triennale
Algebra
Algoritmi
Introduzione agli algoritmi
Algoritmi 1
Algoritmi 2
Algoritmi per la
visualizzazione
Architetture
Prog. sist. digitali
Architetture 2
Basi di Dati
Basi di Dati 1 Inf.
Basi di Dati 1 T.I.
Basi di Dati (I modulo, A-L)
Basi di Dati (I modulo, M-Z)
Basi di Dati 2
Calcolo
Calcolo differenziale
Calcolo integrale
Calcolo delle Probabilitą
Metodi mat. per l'inf. (ex. Logica)
canale AD
canale PZ
Programmazione
Fond. di Programmazione
Metodologie di Programmazione
Prog. di sistemi multicore
Programmazione 2
AD
EO
PZ
Esercitazioni Prog. 2
Lab. Prog. AD
Lab. Prog. EO
Lab. Prog. 2
Prog. a Oggetti
Reti
Arch. di internet
Lab. di prog. di rete
Programmazione Web
Reti di elaboratori
Sistemi operativi
Sistemi Operativi (12 CFU)
Anni precedenti
Sistemi operativi 1
Sistemi operativi 2
Lab. SO 1
Lab. SO 2
Altri corsi
Automi, Calcolabilitą
e Complessitą
Apprendimento Automatico
Economia Aziendale
Elaborazione Immagini
Fisica 2
Grafica 3D
Informatica Giuridica
Laboratorio di Sistemi Interattivi
Linguaggi di Programmazione 3° anno Matematica
Linguaggi e Compilatori
Sistemi Informativi
Tecniche di Sicurezza dei Sistemi
ACSAI ...
ACSAI
Computer Architectures 1
Programming
Laurea Magistrale ...
Laurea Magistrale
Percorsi di studio
Corsi
Algoritmi Avanzati
Algoritmica
Algoritmi e Strutture Dati
Algoritmi per le reti
Architetture degli elaboratori 3
Architetture avanzate e parallele
Autonomous Networking
Big Data Computing
Business Intelligence
Calcolo Intensivo
Complessitą
Computer Systems and Programming
Concurrent Systems
Crittografia
Elaborazione del Linguaggio Naturale
Estrazione inf. dal web
Fisica 3
Gamification Lab
Information Systems
Ingegneria degli Algoritmi
Interazione Multi Modale
Metodi Formali per il Software
Methods in Computer Science Education: Analysis
Methods in Computer Science Education: Design
Prestazioni dei Sistemi di Rete
Prog. avanzata
Internet of Things
Sistemi Centrali
Reti Wireless
Sistemi Biometrici
Sistemi Distribuiti
Sistemi Informativi Geografici
Sistemi operativi 3
Tecniche di Sicurezza basate sui Linguaggi
Teoria della
Dimostrazione
Verifica del software
Visione artificiale
Attivitą complementari
Biologia Computazionale
Design and development of embedded systems for the Internet of Things
Lego Lab
Logic Programming
Pietre miliari della scienza
Prog. di processori multicore
Sistemi per l'interazione locale e remota
Laboratorio di Cyber-Security
Verifica e Validazione di Software Embedded
Altri Webs ...
Altri Webs
Dottorandi
Commissioni
Comm. Didattica
Comm. Didattica_r
Comm. Dottorato
Comm. Erasmus
Comm. Finanziamenti
Comm. Scientifica
Comm Scientifica_r
Corsi esterni
Sistemi Operativi (Matematica)
Perl e Bioperl
ECDL
Fondamenti 1
(NETTUNO)
Tecniche della Programmazione 1° modulo
(NETTUNO)
Seminars in Artificial Intelligence and Robotics: Natural Language Processing
Informatica generale
Primo canale
Secondo canale
II canale A.A. 10-11
Informatica
Informatica per Statistica
Laboratorio di Strumentazione Elettronica e Informatica
Progetti
Nemo
Quis
Remus
TWiki ...
TWiki
Tutto su TWiki
Users
Main
Sandbox
Home
Site map
AA web
AAP web
ACSAI web
AA2021 web
Programming web
AA2021 web
AN web
ASD web
Algebra web
AL web
AA1112 web
AA1213 web
AA1920 web
AA2021 web
MZ web
AA1112 web
AA1213 web
AA1112 web
AA1314 web
AA1415 web
AA1516 web
AA1617 web
AA1819 web
Old web
Algo_par_dis web
Algoreti web
More...
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
Register User
Questo sito usa cookies, usandolo ne accettate la presenza. (
CookiePolicy
)
Torna al
Dipartimento di Informatica
E
dit
A
ttach
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
.