The style.css file contains styles that you can change to adapt the look and feel of the default user interface.
Style name | Description |
---|---|
.pageBody | The main content area in a table layout with two columns: navigator and content. |
.pageBody td | The individual cell in the overall page body layout. |
.pageBodyNavigator | The column that contains the navigator. |
.pageBodyContent | The column that contains the content. |
Style name | Description |
---|---|
.loginPanel | The panel containing the login form. |
.loginTitle | The title on the form. |
.loginText | The instructional text. |
.loginForm | The form that contains the input controls. |
.loginValues | The table that determines the layout of the controls. |
.loginField | The labels used for the logon fields, for example, Name or Password. |
.loginValue | The text input field. |
Style name | Description |
---|---|
.panelContainer | The division panel that contains the list, details or messages. This element is embedded in the pageBodyContent column. |
.panelTitle | The title for the displayed content, for example, My Tasks. |
.panelHelp | The division container that contains the help text and the icon. |
.panelGroup | The division container that contains the command bar and list, details or message. |
Style name | Description |
---|---|
.commandbarHeader | The title above the command bar. |
.commandbar | The division container around the command-bar area. |
Style name | Description |
---|---|
.listHeader | The style used in the header row of the list. |
.list | The table that contains the rows. |
.list tbody td, .list th | Styles for the header row. |
.list thead input, .list tbody input | Check boxes for lists. |
.list tfoot td | Last row entry is the footer information. |
.list tfoot div | The division container around the footer elements. |
.list tfoot input | The input controls in the footer. |
.list a / .list a:visited | For links rendered in the list. |
Style name | Description |
---|---|
.details | The division container around a details panel. |
div.details | Details styles that are embedded in the division container. |
table.details | Details styles that are embedded in the table container. |
td.detailsProperty | The label for a property name. |
td.detailsValue | The text for a property value. |
Style name | Description |
---|---|
.messageData | The division container around a message. |
.messageData table | The table container in which the message is placed. |
.messageDataButton | Button style for Add and Remove buttons in the message form. |
.messageData td / .messageData th | Body and header cells. |
.messageDataOutput | For rendering read-only text. |
.messageDataValidInput | For message values that are valid. |
.messageDataInvalidInput | For message values that are not valid. |
Style name | Description |
---|---|
.tabbedPane | The division container around all of the tabbed panes. |
.tabHeader | The tab header of a tabbed pane. |
.tabHeader ul | Each header is organized in an unordered list. |
.tabHeader li | Each header label is a list item. |
.tabHeader a / .tabHeader a:hover / .tabHeader a.tab | The header label as a link. |
.tabHeader a.selectedTab | The selected tab header. |
.tabPane | The division container that encloses a tabbed pane. |
.tabPane table | A pane is always embedded in a panel grid. This action results in a table container around the pane. |
.tabPane .list th, .tabPane .list tfoot div | Settings for lists on a tabbed pane. |
Style name | Description |
---|---|
.searchPanel | The tabbed pane for a search panel. See also tabbed panes. |
.searchPanelFilter | The table container for a search form. |
.searchLabel | The label for a search form control. |
.searchListBox | The list box control for select options. |
Style name | Description |
---|---|
.errorPage | The tabbed pane for an error page. |
.errorLink / .errorLink a / .errorLink a:visited | Styles uses to render the button links on a page. |
.errorDetails | Tabbed pane with error details. |
.errorDetailsStack | Tabbed pane with an exception stack. |
.errorDetailsStack table / .errorDetailsStack td | The exception stack that is shown as rows in a table. |
.errorDetailsMessage | Text style for error message. |
Style name | Description |
---|---|
.ascending | Style for the list header class when the list is sorted by this column in ascending order. |
.descending | Style for the list header class when the list is sorted by this column in descending order. |
.unsorted | Style for the list header class when the list is not sorted by this column. |
Last updated: Thu Apr 27 14:54:57 2006
(c) Copyright IBM Corporation 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)