Intrasuite Help » CSS

Cascading StyleSheets on Intrasuite 4.1 MyPortal

Intrasuite 4.1 MyPortal CSS-files have been rewritten to fit better Intrasuite themes customization. Most significant changes is more simpler set of StyleSheet’s, CSS2.0 level support and module based thinking on CSS files. MyPortal is no longer “depended from Intrasuite” portal can be loaded without necessary loading whole Intrasuite for example, portal can be loaded to a anothssser browser window.

 

MyPortal CSS are constructed from 3 basic modules which can be extended via themes.

- Tabs system (page tabs)

- Web Parts- Administration

 

Tabs System

Through use of CSS, you can totally style every aspect of your tabs.
Default StyleSheet for tabs is located resources/css/myPortal/winxpPageTabs.css

Please refer to the following diagram for an example of how to reference different parts of the system with CSS.

Web Parts

Default StyleSheet for Web Parts is located resources/css/myPortal/defaultWP.css.
This StyleSheet is for showing classes for basic web parts. When developing themes it’s recommended to create custom XSL for web parts and define new CSS values there when needing more advanced designs. Read more in XSL for web parts page.

 

 

Administration

Default StyleSheet for elements related to myPortal administration are located resources/css/myPortal/.

See also: