Hi Rebecca, The current Sakai OAE UI allows you to specify one or multiple CSS files that override CSS classes in the main UI. These custom CSS files can be placed anywhere, and should be referenced in the custom_config.js file by adding the following line:
config.skinCSS = ['<linkToCSSFile1>', '<linkToCSSFile2>', …]; This will then automatically be picked up by the UI and the classes defined in these CSS files will be used to override the main CSS classes. Hope that helps, Nicolaas On 5 Oct 2012, at 18:24, Rebecca juanwang wrote: > Hi > > Could you please tell me how to customize the Sakai skin? > I've found there is a dev/skins folder. What's it about? Is it the only > folder I should change? > What's more, if someone want to change my skin into another style in the > future, are there any highly efficient ways or modules he can use? > > > Thanks > > Rebecca Juan Wang > > _______________________________________________ > oae-dev mailing list > oae-dev@collab.sakaiproject.org > http://collab.sakaiproject.org/mailman/listinfo/oae-dev
_______________________________________________ oae-dev mailing list oae-dev@collab.sakaiproject.org http://collab.sakaiproject.org/mailman/listinfo/oae-dev