Assuming your IDE and tomcat is configured
Steps:
1. Go to your IDE.
2. Create a new project.
3. Select (radio button) themes. and click finish
4. deploy it once
5. you will be able to see the folder structure wherein a folder named _diffs is there and it has other folders like css, images and all
Your theme is created. :)
Lets modify some default properties, like giving it a color or changing the font size
go to your custom.css
6. type in this:
.portlet-title {
font-size: 30px;
}
7. Now, go to your browser
8. Add one page
9. Goto Manage Page and select Look and feel
It will show the available themes. you can select your theme and here you go
the theme is there on your page
try adding one portlet. you'll see the changed font size on the portlet-title
No comments:
Post a Comment