Changes for page UX: Standards

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

From version Icon 21.1 Icon
edited by Ecaterina Valica
on 2009/07/15 16:07
Change comment: There is no comment for this version
To version Icon 30.1 Icon
edited by Ecaterina Valica
on 2009/07/24 15:48
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,13 +2,18 @@
1 -
2 2  {{velocity}}{{html}}#info("This page is a work in progress. Thank you!"){{/html}}{{/velocity}}
3 3  
3 +
4 +== CSS Components ==
5 +
6 +* [[Action>>Standards.CssAction]]
7 +
4 4  == Style Standards ==
5 5  
6 6  * [[Icons>>Standards.Icons]]
11 +** [[LiveTable Actions>>Standards.ActionIcons]]
7 7  * [[Buttons>>Standards.Buttons]]
8 8  
9 9  * [[Links>>Standards.Links]]
10 10  * [[Forms>>Standards.Forms]]
11 -* [[Font>>Standards.Font]]
16 +* [[Colors>>Standards.Colors]]
12 12  * [[Boxes>>Standards.Boxes]] (gray background + 1px border)
13 13  * [[Gray Shades and usage>>Standards]]
Icon XWiki.StyleSheetExtension[0]
Code
... ... @@ -6,11 +6,12 @@
6 6  }
7 7  
8 8  ul.colorsShow li {
9 - width: 70px;
9 + width: 100px;
10 10   height: 20px;
11 11   text-align: center;
12 12   border: 1px solid #ccc;
13 13   float: left;
14 + overflow: hidden;
14 14  }
15 15  
16 16  ul.colorsShow li.dark {
... ... @@ -20,3 +20,12 @@
20 20  ul.colorsShow li.light {
21 21   color: #fff;
22 22  }
24 +
25 +ul.colorsShow li.medium{
26 + color: #ccc;
27 +}
28 +
29 +ul.colorsShow li.empty{
30 + border: 1px solid #fff;
31 + background-color: #fff;
32 +}