<
From version < 26.2 >
edited by Silvia Macovei
on 2011/04/07
To version < 28.3 >
edited by kayasaman
on 2012/02/06
>
Change comment: Added comment

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.SilviaRusu
1 +XWiki.kayasaman
Content
... ... @@ -28,7 +28,7 @@
28 28  A Skin can be used at different levels:
29 29  * For the entire XWiki Enterprise instance. If no Skin is set at other levels, the pages will use the global instance Skin
30 30  * For a space inside the XWiki Enterprise instance. It has a higher priority than the instance level Skin
31 -* For a specific user. It has a higher priority than the space level Skin. Click [[here>>Features.Skins#HChangingtheSkinforauser]] for more details
31 +* For a specific user. It has a higher priority than the space level Skin. Click [[here>>#HChangingtheSkinforauser]] for more details
32 32  * For other custom levels that can be created by modifying the Velocity templates inside the Skin (for example, a Skin can be set for a specific page, for a specific group of users and so on)
33 33  
34 34  == Changing the Skin ==
XWiki.DocumentSheetBinding[0]
XWiki.XWikiComments[3]
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.kayasaman
Comment
... ... @@ -1,0 +1,47 @@
1 +Can someone give an example of changing the style??
2 +
3 +I currently have this in the filesystem:
4 +
5 +{{code language="none"}}
6 +body#body,
7 +#allviewpanels .accordionTabContentBox{background-image: url( ../../images/colors/gray/H4x4-GRAY.png); }
8 +
9 +body#body #xwikimaincontainer,
10 +body.hideright #xwikimaincontainer,
11 +body#body.hideright #xwikimaincontainerinner,
12 +body.importbody #xwikimaincontainerinner,
13 +body.exportbody #xwikimaincontainerinner,
14 +body.adminbody #xwikimaincontainerinner,
15 +body.hidelefthideright #xwikimaincontainerinner,
16 +body#body.hidelefthideright #xwikimaincontainerinner
17 +{ background-image :url( ../../images/colors/bg/gpl-red.png) ; }
18 +
19 +#xwikimaincontainerinner,
20 +body#body.editbody #xwikimaincontainerinner,
21 +body#body.eportbody #xwikimaincontainer,
22 +body#body.importbody #xwikimaincontainer,
23 +body#body.adminbody #xwikimaincontainer,
24 +body#body.hidelefthideright #xwikimaincontainer,
25 +body#body.hideleft #xwikimaincontainer,
26 +body#body.editbody #xwikimaincontainer
27 + { background-image :url( ../../images/colors/bg/gpl_right-red.png) ;}
28 +
29 +body#body.editbody #globallinks,
30 +#globallinks,
31 +#rightPanels,
32 +#editPanels.panels{ background-image: url( ../../images/colors/bg/gpl-red.png);}
33 +
34 +#company { background-image: url( ../../images/colors/bg/gpl-red.png); }
35 +
36 +{{/code}}
37 +
38 +and would like to add it to the Skin document instead....
39 +
40 +
41 +How do I do it?
42 +
43 +
44 +Adding directly into "Style" causes UI to break!
45 +
46 +
47 +Thanks.
Date
... ... @@ -1,0 +1,1 @@
1 +2012-02-06 15:30:02.379

Get Connected