Changes for page Improvements

Last modified by Ecaterina Moraru on 2013/11/13 12:47

From version 64.1
edited by Ecaterina Valica
on 2009/05/11 16:27
Change comment: There is no comment for this version
To version 65.1
edited by Ecaterina Valica
on 2009/05/11 16:52
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[1]
Code
... ... @@ -14,3 +14,33 @@
14 14   background: transparent url($xwiki.getSkinFile("icons/silk/shape_square.gif")) top left no-repeat;
15 15  }
16 16  
17 +
18 +body, h1 span{
19 +color: red;
20 +}
21 +.primaryButton{
22 + background:transparent url($xwiki.getSkinFile(images/buttons3.png)) repeat-x scroll right top;
23 + border:1px solid #8F908E;
24 + color:#FFFFFF;
25 + display:inline;
26 + line-height:1.35em !important;
27 + margin:0 !important;
28 + min-height:24px !important;
29 + white-space:nowrap;
30 +}
31 +.primaryButton:hover {
32 + background:transparent url($xwiki.getSkinFile(images/buttons3.png)) repeat-x scroll right 25%;
33 + border-color:#94AD12;
34 + color:#333333;
35 +}
36 +.secondaryButton{
37 + background-color:transparent;
38 + color:#00007E;
39 + padding: 0;
40 + border: 0;
41 + margin-left: 10px;
42 + font-weight: normal;
43 +}
44 +.secondaryButton:hover {
45 + border-bottom: 1px solid #00007E;
46 +}