CSS
uPortal uses CSS to visually format and style the page markup.
uPortal 3.1 Skin CSS
/* This CSS is linked from the theme (universality.xsl) and imports other CSS files. * This setup aids performance, since it makes a single http request. * With this setup, you can add your own CSS files to the import list and not have to alter the markup or XSL. * If you add additional CSS files to be imported, be sure to add them to the bottom of the list in the Custom CSS section. * This will ensure that your CSS will have the final override. */ /* * Universality theme CSS * ====================== */ /* For printing of portal pages. Common to all skins using the universality theme. */ @import url("../common/css/print.min.css"); /* For layout of portal pages (in tandem with FSS fluid.layout.css). Common to all skins using the universality theme. */ @import url("../common/css/layout.min.css"); /* * uportal3 skin CSS * ====================== */ /* Support for legacy uPortal css classes. */ @import url("uportal3_legacy.min.css"); /* Default jqueryui css */ @import url("/ResourceServingWebapp/rs/jqueryui/1.6rc6/theme/smoothness/ui.all.min.css"); /* uPortal jqueryui override css */ @import url("jquery.min.css"); /* Visual style for the portal. Built and formatted as a Fluid Skinning System theme. */ @import url("fluid.theme.uportal3.min.css"); /* Visual style for portlet content. An extension of the uportal3 skin. */ @import url("uportal3_portlet.min.css"); /* Overrides specific to IE6. */ @import url("uportal3_ie6override.min.css"); /* * Custom CSS * ====================== */ /* Add your CSS files here. */