Changes for page UX: Standards

Last modified by Ecaterina Moraru on 2013/11/13 16:30

From version Icon 71.1 Icon
edited by Ecaterina Valica
on 2009/07/29 16:26
Change comment: There is no comment for this version
To version Icon 103.2 Icon
edited by Ecaterina Valica
on 2010/01/12 15:37
Change comment: Renamed links to Tech.CssIcons following the rename of that page

Summary

Details

Icon Page properties
Content
... ... @@ -1,9 +1,17 @@
1 +{{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
2 +
1 1  {{velocity}}{{html}}#info("This page is a work in progress. Thank you!"){{/html}}{{/velocity}}
2 2  
5 +(% class="leftMargin" %)
6 +(((
3 3  == CSS Components ==
4 4  
5 -* [[Action Component>>Standards.CssAction]]
9 +* [[Small Form Component>>Standards.CssFormSmall]]
10 +* [[Icons Component>>Tech.CssIcons]]
11 +)))
6 6  
13 +(% class="left column70" %)
14 +(((
7 7  == Style Standards ==
8 8  
9 9  Style Standards provide a consistent User Experience throughout the application and also serve as a guide book for designers:
... ... @@ -11,6 +11,9 @@
11 11  * Images used
12 12  ** [[Icons>>Standards.Icons]]
13 13  *** [[Display of Action Icons>>Standards.ActionIcons]]
22 +*** [[Recommendations>>Standards.IconsRecommendations]]
23 +*** [[Usage Study>>Standards.IconsStudy]]
24 +**** [[Delete Icon Usage Study>>Standards.IconsStudyDelete]]
14 14  * [[Buttons>>Standards.Buttons]]
15 15  
16 16  * [[Links>>Standards.Links]]
... ... @@ -19,10 +19,21 @@
19 19  * [[Colors>>Standards.Colors]]
20 20  * [[Typography>>Standards.Typography]]
21 21  
33 +* [[Hierarchy>>Standards.Hierarchy]]
34 +* [[QuantitativeDisplay >>Standards.QuantitativeDisplay]]
35 +* [[ItemDisplay>>Standards.ItemDisplay]]
36 +
22 22  * Types of pages
23 - ** Main
24 - ** Section Pages
38 +** Main
39 +** Section Pages
25 25  * Error messages
26 - ** Status bar notification
27 - ** Dialog notifications
41 +** Status bar notification
42 +** Dialog notifications
28 28  * Behavior
44 +)))
45 +
46 +{{html}}
47 +<div class="clearfloats"></div>
48 +{{/html}}
49 +
50 +{{include document="Main.Dashboard"/}}
Icon XWiki.StyleSheetExtension[2]
Code
... ... @@ -1,9 +2,10 @@
1 -
2 2  h6 {
3 3   font-size:1em;
4 4   font-weight:bold;
5 - color: #888;
6 - border-bottom: 1px dotted #DDDDDD;
4 + /* color: #888;
5 + border-bottom: 1px dotted #DDDDDD; */
6 + color: #4d4d4d;
7 + border-bottom: 1px solid #4d4d4d;
7 7   display:block;
8 8   margin-top: 20px;
9 9   margin-bottom: 5px;
... ... @@ -11,8 +11,7 @@
11 11  
12 12  .showCategory {
13 13   float: left;
14 - margin: 5px;
15 - margin-top: 10px;
15 + margin: 10px;
16 16   padding: 5px;
17 17   border: 1px dotted #DDDDDD;
18 18  }
... ... @@ -23,8 +23,8 @@
23 23   color: #fff;
24 24   float: right;
25 25   padding: 3px;
26 - margin-top: -5px;
27 - margin-right: -5px;
26 + margin-top: -6px;
27 + margin-right: -6px;
28 28  }
29 29  
30 30  .showCategoryDetails {
Name
... ... @@ -1,1 +1,1 @@
1 -Other Styles
1 +Typography Styles
Icon XWiki.StyleSheetExtension[3]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +default
Code
... ... @@ -1,0 +1,12 @@
1 +.left {
2 + float: left;
3 +}
4 +
5 +.leftMargin {
6 + float: left;
7 + margin-right: 40px;
8 +}
9 +
10 +.column70 {
11 + width: 70%;
12 +}
Name
... ... @@ -1,0 +1,1 @@
1 +Grid Styles
Parse content
... ... @@ -1,0 +1,1 @@
1 +Yes
Use this extension
... ... @@ -1,0 +1,1 @@
1 +onDemand