JBoss.orgCommunity Documentation

Customize CLV template's style

1. Go to Sites explorer portlet --> Sites management drive --> MySite/css folder.

2. Create a new CSS document which contains your stylesheet for the portal and the page layout. You can use any name for this document and put a priority number.

Note

This document should contain ONLY one stylesheet for THIS template. If you have another template, you should create a new CSS document.

/* ... */
.ACustomizedCLVTemplate {
/* ... */

}

.ListContents {
/* ... */

}

/* ... */

3. Export the document and now you have an XML file.

Please check out this tutorial to know how to import this XML into the database.