Wiki source code of Style Standards

Version 106.1 by Ecaterina Valica on 2010/01/12 15:44

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 )))
12
13 (% class="left column70" %)
14 (((
15 == Visual Elements Standards ==
16
17 Style Standards provide a consistent User Experience throughout the application and also serve as a guide book for designers:
18
19 * Images used
20 ** [[Icons>>Standards.Icons]]
21 *** [[Display of Action Icons>>Standards.ActionIcons]]
22 *** [[Recommendations>>Standards.IconsRecommendations]]
23 *** [[Usage Study>>Standards.IconsStudy]]
24 **** [[Delete Icon Usage Study>>Standards.IconsStudyDelete]]
25 * [[Buttons>>Standards.Buttons]]
26
27 * [[Links>>Standards.Links]]
28 * [[Forms>>Standards.Forms]]
29
30 * [[Colors>>Standards.Colors]]
31 * [[Typography>>Standards.Typography]]
32
33 * [[Hierarchy>>Standards.Hierarchy]]
34 * [[QuantitativeDisplay >>Standards.QuantitativeDisplay]]
35 * [[ItemDisplay>>Standards.ItemDisplay]]
36
37 * Types of pages
38 ** Main
39 ** Section Pages
40 * Error messages
41 ** Status bar notification
42 ** Dialog notifications
43 * Behavior
44 )))
45
46 {{html}}
47 <div class="clearfloats"></div>
48 {{/html}}
49
50 {{include document="Main.Dashboard"/}}