Changes for page UX: Standards

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

From version Icon 58.1 Icon
edited by Ecaterina Valica
on 2009/07/29 16:16
Change comment: There is no comment for this version
To version Icon 108.1 Icon
edited by Ecaterina Valica
on 2010/01/12 15:45
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,10 +1,19 @@
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  
3 -== CSS Components ==
5 +(% class="leftMargin" %)
6 +(((
7 +== CSS Standards ==
4 4  
5 -* [[Action Component>>Standards.CssAction]]
9 +* [[Code Style>>CSSCodeStyle]]
10 +* [[CSS API>>CSSAPI]]
11 +** [[Selectors>>CSSAPISelectors]]
12 +)))
6 6  
7 -== Style Standards ==
14 +(% class="left column70" %)
15 +(((
16 +== Visual Elements Standards ==
8 8  
9 9  Style Standards provide a consistent User Experience throughout the application and also serve as a guide book for designers:
10 10  
... ... @@ -11,6 +11,9 @@
11 11  * Images used
12 12  ** [[Icons>>Standards.Icons]]
13 13  *** [[Display of Action Icons>>Standards.ActionIcons]]
23 +*** [[Recommendations>>Standards.IconsRecommendations]]
24 +*** [[Usage Study>>Standards.IconsStudy]]
25 +**** [[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  
34 +* [[Hierarchy>>Standards.Hierarchy]]
35 +* [[QuantitativeDisplay >>Standards.QuantitativeDisplay]]
36 +* [[ItemDisplay>>Standards.ItemDisplay]]
37 +
22 22  * Types of pages
23 - ** Main
24 - ** Section Pages
39 +** Main
40 +** Section Pages
25 25  * Error messages
26 - ** Status bar notification
27 - ** Dialog notifications
42 +** Status bar notification
43 +** Dialog notifications
28 28  * Behavior
45 +)))
46 +
47 +{{html}}
48 +<div class="clearfloats"></div>
49 +{{/html}}
50 +
51 +{{include document="Main.Dashboard"/}}
Icon XWiki.StyleSheetExtension[2]
Code
... ... @@ -1,20 +8,33 @@
1 -hr {
2 -background:transparent none repeat scroll 0 0;
3 -border-color:#DDDDDD;
4 -border-style:dotted none none;
5 -border-width:1px 0 0;
6 -}
7 -
8 8  h6 {
9 -font-size:1px;
10 -font-weight:bold;
11 -color: #ddd;
2 + font-size:1em;
3 + font-weight:bold;
4 + /* color: #888;
5 + border-bottom: 1px dotted #DDDDDD; */
6 + color: #4d4d4d;
7 + border-bottom: 1px solid #4d4d4d;
8 + display:block;
9 + margin-top: 20px;
10 + margin-bottom: 5px;
12 12  }
13 13  
14 14  .showCategory {
15 15   float: left;
16 - margin: 5px;
17 - margin-top: 10px;
15 + margin: 10px;
18 18   padding: 5px;
19 19   border: 1px dotted #DDDDDD;
20 20  }
19 +
20 +.showCategoryName {
21 + font-variant: uppercase;
22 + background-color: #DDDDDD;
23 + color: #fff;
24 + float: right;
25 + padding: 3px;
26 + margin-top: -6px;
27 + margin-right: -6px;
28 +}
29 +
30 +.showCategoryDetails {
31 + font-size: 80%;
32 + color: #ccc;
33 +}
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