Wiki source code of Style Standards

Version 110.1 by Ecaterina Valica on 2010/02/22 13:53

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