############################################################################### # Copyright (c) 2003, 2004 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html # # Contributors: # IBM Corporation - initial API and implementation ############################################################################### ! Alternative style file for SWT presentation ! General properties that can only be specified in a shared style ! file because they apply to the whole presentation. ! Background color of all presentation ! ------------------------------------ bg = #rrggbb hex ! Color for presentation title ! ----------------------------- title.fg = #rrggbb hex ! Backgournd Image for presentation title ! ---------------------------------------- title.image = title.image.repeat = true/false ! Flag to display the Home Page using custom layout. Default is true. ! ---------------------------------------- home-page-custom-layout = true/false ! Home Page settings ! ------------------ ! The home page layout supports all customization that is supported by a Page, ! except what is specified under Subtitle, Description and Fonts. ! In addition, the following customizations applies only to home page: ! Color for home page link description (default is UI forms TITLE color, which is ! a system color) ! ------------------------------------- .hover-text.fg = #rrggbb hex ! Default icons for links in the navigation bar which is added to each page ! ------------------------------------------------------------------------- .small-link-icon = .small-hover-icon = ! Icon for a given link in the Home Page, and its corresponding link in ! the navigation bar ! ---------------------------------------------------------------------- ..link-icon = ..hover-icon = ..small-link-icon = ..small-hover-icon = ! Page settings ! ------------- ! Note: in any of the page settings, if the is ommitted and the ! property starts with a ".", then this property applies to this whole page, ! and to any page that inherits the properties of this page. So in effect, ! this property becomes like a shared property. ! Flag to display link description in a given page. Default is true. .show-link-description = true/false .show-link-description = true/false ! Flag to display Root page navigation links in a given page. Default is true. .show-home-page-navigation = true/false .show-home-page-navigation = true/false ! Layout: ! ------- ! Number of columns in this page or group. .layout.ncolumns = ..layout.ncolumns = ! vertical/horizantal spacing of all objects in a given page or group. ..layout.vspacing = ..layout.hspacing = ! Number of columns/rows an element spans in its group or page. ..layout.colspan = ..layout.rowspan = ! Icons: ! ------ ! default icon/hover icon used for all links in the page. .link-icon = .hover-icon = ! icon/hover icon for specific link/Image link. ..link-icon = ..hover-icon = ! Sub Title: ! ---------- ! The path of the child Text element that will be used as subtitle of this page. ! (Can only be a child Text element) .subtitle-id = ! The style id of the direct child Text element that will be used as subtitle of any page. ! It would be used if a specific id has not been specified at the page. ! (Can only be a child Text element) subtitle-style-id =