I'm developing using JSF 2.2 and using PrimeFaces as my framework.
After downloading the customized theme from http://jqueryui.com/themeroller/, what I downloaded was a zip file, the extracted files looked like this:
I tried following a tutorial from http://www.mkyong.com/jsf2/primefaces/create-a-custom-theme-in-primefaces/ but the files doesn't match to his tutorial so I'm not really exactly sure which CSS to use.
After some googling, I found https://osnode.themeroller.com but alias, the server resource seems to be unavailable too.
I also tried implementing into my IDE folder directly, but the CSS didn't follow.
I'm a beginner at JSF so I'm not really sure of the way to implement this. Would really appreciate any alternative ideas to getting this right!
If there are any information that I'm missing in to include in this question, please let me know too.