Wiki source code of Special CSS Classes

Version 2.1 by Sergiu Dumitriu on 2010/12/28

Show last authors
1 = Special CSS Classes =
2 XWiki has some special classes that are used in certain conditions to assure consistency and enhance functionality. The following classes are defined for [[Colibri Skin>>extensions:Extension.Colibri Skin]]:
3
4 {{toc /}}
5
6 == A. General classes ==
7
8 * **##.hidden##**
9 use to 'display: none' elements
10
11 * **##.invisible##**
12 use to 'visibility: hidden' elements
13
14 * **##.clearfloats##**
15 use to clear floats when using floated containers, in order to keep the parent's layout correct
16
17 * **##.separator##**
18 use to contain separators ( {{html}}·{{/html}} , | )
19 used in #document-info and blog .entry-footer
20
21 * **##.itemCount##**
22 use to contain numeric values that describe quantitative information about an item
23 used in #docExtraTabs, #document-info, .blog-category-level
24 example: Comments (1)
25
26 * **##.icon##**
27 use for icon buttons
28 used in .icon.rss in 'Quick Links' panel
29
30 * **##.loading##**
31 sets an animated GIF as being the background image (center aligned) of the element
32 generally used on Ajax requests in order to express the loading status
33 example of usage: on loading each of the Annotations, Comments, Attachments, History and Informations tabs
34
35 * **##.column##** + (**##.full##** | **##.half##** | **##.third##**)
36 classes for generic (1|2|3) column layout
37
38 == B. Classes used for Form elements ==
39
40 === B1. Buttons containers ===
41
42 * **##.buttonwrapper##**
43 use as an external container for buttons (required for Toucan skin)
44
45 * **##.buttonwrapper .button##**
46 use .button on input, a to display as buttons
47
48 * **##.secondary.button##**
49 use for secondary actions, like ##cancel##
50
51 === B2. Behavior classnames ===
52
53 * **##.withTip##**
54 introduced in [[XWIKI-4163>>http://jira.xwiki.org/jira/browse/XWIKI-4163]]
55 description: automatically hides and reinserts the default text for input fields, acting as a tip.
56
57 * **##.suggestDocuments##**
58 introduced in [[XWIKI-5301>>http://jira.xwiki.org/jira/browse/XWIKI-5301]]
59 description: all input fields with classname suggestDocuments will receive an autocomplete control suggesting document names.
60
61 * **##.suggestSpaces##**
62 introduced in [[XWIKI-5657>>http://jira.xwiki.org/jira/browse/XWIKI-5301]] (XWiki 2.6 RC2)
63 description: all input fields with classname suggestSpaces will receive an autocomplete control suggesting space names.
64
65 * **##.suggestUsers##**
66 introduced in [[XWIKI-5649>>http://jira.xwiki.org/jira/browse/XWIKI-5649]] (XWiki 2.6 RC2)
67 description: all input fields with classname suggestUsers will receive an autocomplete control suggesting document names of documents that contains user objects
68
69 * **##.suggestGroups##**
70 introduced in [[XWIKI-5649>>http://jira.xwiki.org/jira/browse/XWIKI-5649]] (XWiki 2.6 RC2)
71 description: all input fields with classname suggestGroups will receive an autocomplete control suggesting document names of documents that contains group objects
72
73 * **##.suggested##**
74 description: blocks normal browser autocomplete and initializes the suggest object early instead of waiting for the field to be focused (if the suggests is declared on focus).
75
76 * **##.maximizable##**
77 introduced in [[XWIKI-5660>>http://jira.xwiki.org/jira/browse/XWIKI-5660]] (XWiki 2.6 RC2)
78 description: offers a link for users to maximize the element on which this classname is applied, making it possible to view that element in fullscreen mode. {{warning}}needs to be used together with a skinx call to the ##uicomponents/widgets/fullScreen.js## script{{/warning}}
79
80 == Further References ==
81
82 * XWiki's structure is defined in templates that generate specific layout classes (.main, #mainContentArea, etc)
83 ** [[XWiki CSS Layout>>http://platform.xwiki.org/xwiki/bin/view/AdminGuide/CSSLayout]] //(outdated)//
84 * XWiki provides by default a [[list of Skins>>http://platform.xwiki.org/xwiki/bin/view/Features/Skins]], each with it's own characteristics
85 ** [[XWiki Albatross CSS Files>>http://platform.xwiki.org/xwiki/bin/view/AdminGuide/CSS+files]] //(deprecated)//
86
87 * When writing CSS code for XWiki there are some [[code style rules>>http://dev.xwiki.org/xwiki/bin/view/Community/XhtmlCssCodeStyle]] that need to be followed in order to assure consistency and quality.

Get Connected