Re: [xwiki-users] contentcontainerinner background

2008-03-11 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Benjamin, Vincent,

Thanks for your answers.

Please, forgive me if I am missing something obvious (I am on the road 
plugging in here and there :-) ... How to I apply a skin to a page? I've 
tried by adding a XWiki.XWikiSkins object to each page I want to be 
displayed with a given skin but it doesn't work for me.

Thanks!!

Ricardo

Vincent Massol wrote:
> You can also replace the css used in the Admin > Preferences > Skin. 
> There's a field for it.
>
> This it's easy to create a custom css file and do an import of the 
> style.css inside.
>
> Thanks
> -Vincent

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] contentcontainerinner background

2008-03-10 Thread Vincent Massol
You can also replace the css used in the Admin > Preferences > Skin.  
There's a field for it.


This it's easy to create a custom css file and do an import of the  
style.css inside.


Thanks
-Vincent

On Mar 10, 2008, at 2:36 PM, Benjamin Leung wrote:


Hi Ricardo,

Once you've created a custom skin, you can go to Administration- 
>SpacePref-> select a space and change the skin is uses.


Other than creating a whole new set of CSS files to make a new skin,  
you can create a xwiki skin page and add the customization within  
that skin page.  Checkout this page: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins


You can import a css using

@import "/xwiki/skins/toucan/style.css";

Ben

On Sun, Mar 9, 2008 at 7:33 PM, [Ricardo Rodriguez] Your EPEC  
Network ICT Team <[EMAIL PROTECTED]> wrote:

Hi,

Working with XWiki 1.3 and Albatross skin I've successfully changed  
the

background of the inner content container by editing colorsblack.css
this way...

.content #contentcontainerinner, .contenthideright  
#contentcontainerinner {

background-image:url(MyBackGroundImage.png);
background-position:right top;
background-repeat:no-repeat;
}

My challenge now is to be able to set a different background on per
space basis.

By googling on this topic, I've found a number of reference using
JavaScript to dynamically change CSS.

Please, is this the path I must follow in this case or could I find
other alternative in XWiki? Thanks!

Best,

Ricardo

--
Ricardo Rodríguez
Your EPEC Network ICT Team

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] contentcontainerinner background

2008-03-10 Thread Benjamin Leung
Hi Ricardo,

Once you've created a custom skin, you can go to Administration->SpacePref->
select a space and change the skin is uses.

Other than creating a whole new set of CSS files to make a new skin, you can
create a xwiki skin page and add the customization within that skin page.
Checkout this page:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins

You can import a css using

@import "/xwiki/skins/toucan/style.css";

Ben

On Sun, Mar 9, 2008 at 7:33 PM, [Ricardo Rodriguez] Your EPEC Network ICT
Team <[EMAIL PROTECTED]> wrote:

> Hi,
>
> Working with XWiki 1.3 and Albatross skin I've successfully changed the
> background of the inner content container by editing colorsblack.css
> this way...
>
> .content #contentcontainerinner, .contenthideright #contentcontainerinner
> {
> background-image:url(MyBackGroundImage.png);
> background-position:right top;
> background-repeat:no-repeat;
> }
>
> My challenge now is to be able to set a different background on per
> space basis.
>
> By googling on this topic, I've found a number of reference using
> JavaScript to dynamically change CSS.
>
> Please, is this the path I must follow in this case or could I find
> other alternative in XWiki? Thanks!
>
> Best,
>
> Ricardo
>
> --
> Ricardo Rodríguez
> Your EPEC Network ICT Team
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] contentcontainerinner background

2008-03-09 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi,

Working with XWiki 1.3 and Albatross skin I've successfully changed the 
background of the inner content container by editing colorsblack.css 
this way...

.content #contentcontainerinner, .contenthideright #contentcontainerinner {
background-image:url(MyBackGroundImage.png);
background-position:right top;
background-repeat:no-repeat;
}

My challenge now is to be able to set a different background on per 
space basis.

By googling on this topic, I've found a number of reference using 
JavaScript to dynamically change CSS.

Please, is this the path I must follow in this case or could I find 
other alternative in XWiki? Thanks!

Best,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users