Wiki source code of Style Standards

Version 107.1 by Ecaterina Valica on 2010/01/12 15:45

Show last authors
1 {{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
2
3 {{velocity}}{{html}}#info("This page is a work in progress. Thank you!"){{/html}}{{/velocity}}
4
5 (% class="leftMargin" %)
6 (((
7 == CSS Standards ==
8
9 * [[Small Form Component>>CssFormSmall]]
10 * [[CSS API>>CSSAPI]]
11 ** [[Selectors>>CSSAPISelectors]]
12 )))
13
14 (% class="left column70" %)
15 (((
16 == Visual Elements Standards ==
17
18 Style Standards provide a consistent User Experience throughout the application and also serve as a guide book for designers:
19
20 * Images used
21 ** [[Icons>>Standards.Icons]]
22 *** [[Display of Action Icons>>Standards.ActionIcons]]
23 *** [[Recommendations>>Standards.IconsRecommendations]]
24 *** [[Usage Study>>Standards.IconsStudy]]
25 **** [[Delete Icon Usage Study>>Standards.IconsStudyDelete]]
26 * [[Buttons>>Standards.Buttons]]
27
28 * [[Links>>Standards.Links]]
29 * [[Forms>>Standards.Forms]]
30
31 * [[Colors>>Standards.Colors]]
32 * [[Typography>>Standards.Typography]]
33
34 * [[Hierarchy>>Standards.Hierarchy]]
35 * [[QuantitativeDisplay >>Standards.QuantitativeDisplay]]
36 * [[ItemDisplay>>Standards.ItemDisplay]]
37
38 * Types of pages
39 ** Main
40 ** Section Pages
41 * Error messages
42 ** Status bar notification
43 ** Dialog notifications
44 * Behavior
45 )))
46
47 {{html}}
48 <div class="clearfloats"></div>
49 {{/html}}
50
51 {{include document="Main.Dashboard"/}}