You might have developed an ADF app with your own cutome Skins/css.
Then you want to access this ADF app as a WSRP portlet in Webcenter portal. By, default, you will loose all your custom skins/css.
If you like to retain your custom Skin/css, please add following information to portlet.xmlfile
<init-param>
<name>org.apache.myfaces.trinidad.skin.id</name>
<value><ID of skin mentioned in trinidad-skin.xml file ></value>
</init-param>
Note: portlet.xml file is generated by JDeveloper when you right click a JSPX and created Portlet.
Reference
http://aboo-oracle.blogspot.in/2012/11/webcenter-portal-skincss-retaining.html