Default Skin File
DivePort standard skins are located in the DI\Solution\webapps\<diveport>\customization-templates directory.
Copy
# "Default" skin
# Each property in this file corresponds to one or more specific interface
# elements in the product. The end of the property name indicates the type of
# the property. For instance, the property 'titleBarButtonFont' describes the
# font properties associated with the buttons in the title bar. Explanations
# and syntax for each type can be found below. A property can be set to the
# same as another value, as in this example:
# windowBackgroundColor=rgb(255,255,200)
# consoleBackgroundColor=windowBackgroundColor
#
# Image
# This specifies the image filename for an interface element. The filename
# will be searched for in some of the DivePort webdata folders. Examples:
# di-logo.png
#
# BackgroundColor
# This indicates how the background of an interface element is filled in.
# This must be an RGB color value. Examples:
# rgb(200,200,255)
#
# BackgroundImage
# Some areas can have a background image. This image will be tiled if it
# is smaller than the interface element, and will be clipped if it is larger.
# This property contains an image filename. Set the property to the empty
# string to indicate no background image, in which case the BackgroundColor
# is used instead. Examples:
# berries.png
#
# ForegroundColor
# This refers to the foreground color, which is usually the color of the text
# in the interface element. This is also an RGB color value.
#
# Font
# This sets the font properties of a particular interface element. This
# contains a list of font names, some style flags, and a size setting. Each of
# the properties is optional, the defaults are Verdana, plain, and 11. The valid
# style flags are plain, bold, italic, and smallcaps. When more than one font
# name is provided they must be separated by commas. In that case the first one
# available on the browser will be used. Examples:
# Arial bold italic 20
# Times New Roman smallcaps 20
# Baskerville, Georgia, Times New Roman 20
#
# Border
# This sets the border width and color of a particular interface element.
# This contains a width setting and an RGB color value. Both are optional, the
# defaults are 1 and rgb(0,0,0). Using the width 0 indicates no border.
# Examples:
# 0
# 1 rgb(128,128,160)
#
# CSS files found in the 'webdata/diveport/customizations/skincss' directory
# can be included with the skin. Place here a comma-separated list of
# filenames to include. For instance: "my_css.css" or "1.css, 2.css, 3.css"
includeCssFiles=
# The Title Bar is the top-most region of the page, containing the logo (if
# any), the title, and some buttons for infrequently-used features, such as
# "ABOUT" and "MY ACCOUNT".
titleBarBackgroundColor=rgb(0, 127, 186)
titleBarBackgroundImage=
titleBarTitleForegroundColor=rgb(255, 255, 255)
titleBarTitleFont=Georgia, Times New Roman smallcaps 21
titleBarButtonForegroundColor=rgb(255, 255, 255)
titleBarButtonFont=Verdana,sans-serif plain 11
titleBarLogoImage=di-logo.png
# The Logon Dialog is the primary way to log onto DivePort, when web-authentication
# is not in use. These settings do not affect the Logon Portlet:
logonDialogSplashImage=logon-art.png
# The About Dialog is a generic way to provide copyright and version information.
aboutDialogSplashImage=about-art.png
# The Tab Bar comes next and contains the first level of page navigation
# represented as a strip of tabs. Currently the Tab Bar is in DivePort only.
# The background color between the tabs is always titleBarBackgroundColor.
# The background color of a selected tab is always toolBarBackgroundColor.
# The border between and around tabs is always toolBarBorder.
tabBarScrollRightImage=buttons/right.gif
tabBarScrollLeftImage=buttons/left.gif
tabBarCloseTitleBarImage=buttons/close-vertical.gif
tabBarOpenTitleBarImage=buttons/open-vertical.gif
tabBarUnselectedTabBackgroundColor=rgb(255, 255, 255)
tabBarUnselectedTabForegroundColor=rgb(68, 68, 68)
tabBarSelectedTabForegroundColor=rgb(255, 255, 255)
tabBarTabFont=Verdana,sans-serif plain 11
# The Tool Bar comes next in both DivePort (Classic interface style) and NetDiver.
# It contains a set of toolbar buttons for commonly-used actions and also the "LOG OFF" button.
toolBarClipboardCancelImage=buttons/close.gif
toolBarClipboardForegroundColor=rgb(255, 255, 255)
toolBarClipboardFont=Verdana,sans-serif plain 11
toolBarBackgroundColor=rgb(235, 139, 109)
toolBarBorder=1 rgb(71, 71, 72)
toolBarButtonForegroundColor=rgb(255, 255, 255)
toolBarButtonFont=Verdana,sans-serif bold 11
# The Location Bar comes next and describes the current navigation 'location',
# providing context for the page contents underneath. It also contains an icon
# for showing/hiding the Side Bar. Currently the Location Bar is in DivePort
# (Classic interface style) only.
locationBarBackgroundColor=rgb(228, 228, 230)
locationBarForegroundColor=rgb(68, 68, 80)
locationBarHoverForegroundColor=rgb(40, 90, 128)
locationBarBorder=0
locationBarButtonForegroundColor=rgb(30, 108, 167)
locationBarButtonFont=Verdana,sans-serif bold 11
locationBarSideBarImage=sidebar/open.gif
locationBarArrowImage=locationbar/arrow.gif
locationBarPageLockedImage=buttons/locked.gif
locationBarPageUnlockedImage=buttons/unlocked.gif
locationBarPageErrorsImage=buttons/error.gif
locationBarPageLoadingImage=locationbar/loading.gif
# The Simplified Bar appears in place of the tool bar and location bar when
# in a 'simplified' environment.
simplifiedBarBackgroundColor=rgb(228, 228, 230)
simplifiedBarForegroundColor=rgb(68, 68, 68)
simplifiedBarButtonBackgroundColor=rgb(220, 220, 218)
simplifiedBarButtonForegroundColor=rgb(0, 157, 230)
simplifiedBarButtonHoverBackgroundColor=rgb(180,180,163)
simplifiedBarButtonHoverForegroundColor=rgb(0, 180, 255)
simplifiedBarBorder=1 rgb(71, 71, 72)
simplifiedBarFont=Verdana,sans-serif plain 15
simplifiedBarBridgeImage=bridge.png
simplifiedBarBridgeHoverImage=bridge-hover.png
# The Main area is the largest area of the page and is visible at the bottom,
# usually taking up most of the page width. In DivePort this area displays
# the current portal page. Portlets may obscure the Main background color.
# In NetDiver it displays the current window, which takes up the entire Main
# area. For that reason, in NetDiver the mainBackgroundColor is only
# visible when there is no current window.
mainBackgroundColor=rgb(255, 255, 255)
mainBackgroundImage=
# In some DivePort layouts, there are multiple Window objects - one for each portlet, all
# contained within the Main area. In NetDiver, there is only one Window, which
# takes up the entire Main area.
windowBackgroundColor=rgb(255, 255, 255)
windowBackgroundImage=
windowTitleBackgroundColor=rgb(30, 108, 167)
windowTitleForegroundColor=rgb(255, 255, 255)
windowTitleFont=Verdana,sans-serif plain 13
windowBorder=0
windowForegroundColor=rgb(0, 0, 0)
# The Console is sometimes visible to the right of the Main area. It is only
# in NetDiver. The background color between the tabs in the console is always
# mainBackgroundColor. The background color of the selected tab is always
# consoleBackgroundColor. The foreground color of the selected tab is always
# consoleForegroundColor.
consoleBackgroundColor=windowBackgroundColor
consoleBackgroundImage=
consoleTitleBackgroundColor=windowTitleBackgroundColor
consoleTitleForegroundColor=windowTitleForegroundColor
consoleTitleFont=windowTitleFont
consoleBorder=windowBorder
consoleForegroundColor=windowForegroundColor
consoleUnselectedTabBackgroundColor=rgb(170, 170, 170)
consoleUnselectedTabForegroundColor=rgb(0, 0, 0)
consoleTabBorder=1 rgb(128, 128, 128)
# The Side Bar is sometimes visible to the left of the Main area. It is only
# in DivePort (Classic interface style).
sideBarAddPageImage=buttons/add.gif
sideBarBackgroundColor=rgb(236, 248, 255)
sideBarBackgroundImage=
sideBarTitleBackgroundColor=windowTitleBackgroundColor
sideBarTitleForegroundColor=windowTitleForegroundColor
sideBarTitleFont=windowTitleFont
sideBarBorder=3 rgb(228, 228, 230)
sideBarParentPageBackgroundColor=rgb(247, 247, 247)
sideBarCurrentPageGroupBackgroundColor=rgb(228, 169, 151)
sideBarCurrentPageBackgroundColor=rgb(197, 233, 255)
sideBarPinImage=buttons/pin.gif
sideBarCloseImage=sidebar/close.gif
sideBarTreePageOpenImage=sidebar/pageopen.gif
sideBarTreePageClosedImage=sidebar/pageclosed.gif
sideBarChildPageBulletImage=sideBarTreePageClosedImage
sideBarTreePageImage=sidebar/page.gif
sideBarPageFont=Verdana,sans-serif plain 11
sideBarPageForegroundColor=rgb(0, 0, 0)
sideBarSimplifiedPageFont=Verdana,sans-serif plain 14
# "Navigator" is the special kind of Side Bar used in the simplified interface.
navigatorBackgroundColor=rgb(255, 255, 255)
navigatorResizeColor=rgb(228, 228, 230)
navigatorPageFont=Verdana,sans-serif plain 14
navigatorPageForegroundColor=rgb(0, 0, 0)
navigatorHoverColor=rgb(240, 250, 255)
navigatorSelectedColor=rgb(190, 216, 228)
navigatorSelectedBorderColor=rgb(108, 161, 185)
# Dialogs appear in multiple places in the interface
dialogCloseImage=dialog/close.gif
dialogBackgroundColor=rgb(255, 255, 255)
dialogBackgroundImage=
dialogTitleBackgroundColor=windowTitleBackgroundColor
dialogTitleForegroundColor=windowTitleForegroundColor
dialogTitleFont=Verdana,sans-serif plain 13
dialogBorder=1 rgb(128, 140, 150)
dialogForegroundColor=rgb(0, 0, 0)
dialogLinkColor=rgb(0, 127, 186)
# The property sheet widget is used by multiple DivePort portlets
propertySheetOpenImage=propertysheet/open.gif
propertySheetClosedImage=propertysheet/closed.gif
propertySheetEmptyImage=propertysheet/empty.gif
# The Splitter is a vertical line which separates the Console and Window in
# NetDiver. The user can click and drag the splitter to adjust the width of
# the console.
splitterColor=rgb(228, 228, 230)
# The default snap-to-grid setting for user pages (i.e. Self Service):
userPagesDefaultSnapToGridPixels=20
# Stamp grid layout properties
stampGridSidebarTabInactiveColor=rgb(178, 182, 184)
# When a cell is selected, e.g. for pop-up crosslink, it gets highlighted
# in this color. This is in measures, table editor, marker portlet, and anywhere
# .dvp_table_cell_hover (widget_table) is used.
tableCellSelectColor=rgb(94, 173, 210)
# Scrollbars appear in multiple places in the interface. The background
# color represents the color of the 'track' as well as the backgrounds of the
# scroll buttons.
scrollbarBackgroundColor=rgb(240, 250, 255)
scrollbarThumbColor=rgb(168, 201, 217)
scrollbarThumbHoverColor=rgb(126, 191, 221)
scrollbarUpImage=scrollbar/up.gif
scrollbarLeftImage=scrollbar/left.gif
scrollbarRightImage=scrollbar/right.gif
scrollbarDownImage=scrollbar/down.gif
# Elements like pulldowns become outlined when they are focused.
# The best practice is to have focus outlining match hover-related styling
focusOutlineColor=rgb(126, 191, 221)
# Many interface elements in DivePort can be edited using a context menu.
contextMenuButtonImage=buttons/menu.gif
# Menus appear in multiple places in the interface. These properties apply to
# tooltips found in certain legacy portlets like Slide Show.
menuBorder=1 rgb(0, 0, 0)
menuBackgroundColor=rgb(255, 255, 255)
menuForegroundColor=rgb(0, 0, 0)
menuHoverBackgroundColor=rgb(78, 148, 220)
menuHoverForegroundColor=rgb(0, 0, 0)
menuImage=menu/menu.png
menuCheckImage=menu/check.png
menuDotsImage=menu/dots.png
menuBlankImage=menu/blank.png
# These properties apply to most popup menus found in the DivePort interface.
menuSimpleBorder=1 rgb(128, 128, 128)
menuSimpleRadius=5
menuSimpleBackgroundColor=rgb(255, 255, 255)
menuSimpleForegroundColor=rgb(0, 0, 0)
menuSimpleHoverBackgroundColor=rgb(126, 191, 221)
menuSimpleHoverForegroundColor=rgb(0, 0, 0)
menuSimpleItemColor=rgb(192, 192, 255)
iconButtonHoverBackgroundColor=rgb(230, 230, 230)
# Search boxes appear in multiple places in the interface
searchImage=search/search.png
searchResetImage=search/reset.png
searchPlaceholderColor=rgb(160, 160, 160)
# Portlets are the individual content boxes that make up a DivePort page. The
# portletBorder* properties are only used for portlets which are set to have
# a border.
portletUnlockedBorderColor=rgb(255, 140, 0)
portletEditHighlightHoverColor=rgb(255, 210, 130)
portletHighlightBorderColor=rgb(0, 101, 180)
portletForegroundColor=dialogForegroundColor
portletMaximizeImage=buttons/maximize.gif
portletMinimizeImage=buttons/minimize.gif
portletRestoreImage=buttons/restore.gif
portletUnlockedResizeImage=buttons/resize.gif
portletBorderBackgroundColor=dialogBackgroundColor
portletBorderBackgroundImage=dialogBackgroundImage
portletBorderTitleBackgroundColor=dialogTitleBackgroundColor
portletBorderTitleForegroundColor=dialogTitleForegroundColor
portletBorderBorder=dialogBorder
portletBorderTitleFont=dialogTitleFont
portletBorderForegroundColor=portletForegroundColor
portletHighlightHoverColor=rgb(230,245,255)
# Measures portlet specific properties
portletMeasuresBackgroundColor=transparent
portletMeasuresCellFont=Verdana,sans-serif plain 13
portletMeasuresCellColor=rgb(0,0,0)
portletMeasuresHeaderFont=Verdana,sans-serif bold smallcaps 11
portletMeasuresHeaderColor=rgb(0,0,0)
portletMeasuresTotalFont=Verdana,sans-serif bold 13
portletMeasuresTotalColor=rgb(0,0,0)
portletMeasuresHorizontalGridlineBorder=0 rgb(160, 160, 160)
portletMeasuresVerticalGridlineBorder=0 rgb(160, 160, 160)
portletMeasuresColumnVerticalPadding=2
portletMeasuresColumnHorizontalPadding=4
portletMeasuresShowTitles=true
portletMeasuresShowOddRowColoring=true
portletMeasuresEvenRowColor=windowBackgroundColor
portletMeasuresOddRowColor=rgb(239, 239, 239)
portletMeasuresShowTotals=false
# set portletMeasuresChangeDimImage to measures/change_dimension_icon.png
# to display a built-in icon in dimension headers when changing dimensions is enabled
portletMeasuresChangeDimImage=
portletMeasuresChangeDimImageSize=12px
# Matrix portlet specific properties
portletMeasureMatrixCellFont=Verdana,sans-serif plain 13
portletMeasureMatrixCellColor=rgb(0,0,0)
portletMeasureMatrixColumnLabelFont=Verdana,sans-serif bold 13
portletMeasureMatrixColumnLabelColor=portletMeasureMatrixCellColor
portletMeasureMatrixColumnGroupFont=portletMeasureMatrixColumnLabelFont
portletMeasureMatrixColumnGroupColor=portletMeasureMatrixColumnLabelColor
portletMeasureMatrixMeasureFont=portletMeasureMatrixCellFont
portletMeasureMatrixMeasureColor=portletMeasureMatrixCellColor
portletMeasureMatrixCategoryFont=Verdana,sans-serif bold 13
portletMeasureMatrixCategoryColor=portletMeasureMatrixMeasureColor
portletMeasureMatrixRowVerticalPadding=2
portletMeasureMatrixCategoryVerticalPadding=2
portletMeasureMatrixCategoryHorizontalPadding=6
portletMeasureMatrixColumnHorizontalPadding=6
portletMeasureMatrixColumnGroupHorizontalPadding=0
# Analysis portlet specific properties
portletAnalysisAssistImage=analysis/assist-button.png
portletAnalysisAssistButtonColor=rgb(255,255,255)
portletAnalysisAssistButtonBackgroundColor=rgb(4,134,220)
portletAnalysisAssistProgressBackgroundColor=rgb(14,183,14)
portletAnalysisAssistFont=Verdana,sans-serif plain 11
portletAnalysisAssistChartImage=chart/line_icon.png
# Quickview portlet specific properties
portletQuickviewLabelFont=Verdana,sans-serif bold 11
portletQuickviewLabelColor=rgb(0,0,0)
portletQuickviewValueFont=Verdana,sans-serif plain 11
portletQuickviewValueColor=rgb(0,0,0)
portletQuickviewCloseImage=qv/close.gif
portletQuickviewAllValuesImage=qv/all-values.png
portletQuickviewItemBlankBackgroundImage=qv/checks/blank.png
portletQuickviewItemHoverBackgroundImage=qv/checks/hover.png
portletQuickviewItemCheckBackgroundImage=qv/checks/check.png
portletQuickviewFauxDatePickerBackgroundImage=qv/calendar.png
# For paged portlets, these images are used to change pages
portletFirstPageImage=page/first.gif
portletPreviousPageImage=page/previous.gif
portletNextPageImage=page/next.gif
portletLastPageImage=page/last.gif
# Marker portlet specific properties
portletMarkerQuickviewLabelFont=Verdana,sans-serif 11
portletMarkerQuickviewLabelColor=rgb(0,0,0)
portletMarkerQuickviewValueFont=Verdana,sans-serif 11
portletMarkerQuickviewValueColor=rgb(0,0,0)
# Table of Contents portlet specific properties
portletTableOfContentsBackgroundColor=rgb(240, 240, 240)
portletTableOfContentsBackgroundPadding=12
portletTableOfContentsBorderColor=rgb(0, 0, 0)
portletTableOfContentsBorderWidth=1
portletTableOfContentsLeftRightPadding=12
portletTableOfContentsTopBottomPadding=6
portletTableOfContentsRowPadding=6
portletTableOfContentsNumColumns=1
portletTableOfContentsCornerRadius=5
portletTableOfContentsHoverBackgroundColor=rgb(200, 235, 255)
portletTableOfContentsHoverTextColor=rgb(0, 0, 0)
portletTableOfContentsTitleFont=Verdana,sans-serif bold 18pt
portletTableOfContentsTitleColor=rgb(0, 0, 0)
portletTableOfContentsTitleBackgroundColor=rgb(224, 224, 224)
portletTableOfContentsPageFont=Verdana,sans-serif bold 12pt
portletTableOfContentsPageColor=rgb(0, 0, 0)
portletTableOfContentsPageBackgroundColor=rgb(224, 224, 224)
portletTableOfContentsIndentation=18
# Options for title status: clickable, unclickable, hidden
portletTableOfContentsTitleStatus=clickable
# Options for justification: left, center, right
portletTableOfContentsTitleJustification=left
portletTableOfContentsPageJustification=left
# Map Portlet options
portletMapPolygonBorderColor=rgb(0, 0, 0)
portletMapPolygonBorderThickness=1
portletMapPointBorderColor=rgb(0, 0, 0)
portletMapPointBorderThickness=1
# Points don't have to have a measure/value assigned to them - this is what a plain point could look like.
portletMapDefaultPointColor=rgb(255, 255, 255)
portletMapDefaultPointBorderColor=rgb(51, 153, 204)
portletMapDefaultPointBorderThickness=1
# Hover highlight feature appearance options
portletMapHighlightColor=rgba(255, 255, 255, 0.6)
portletMapHighlightBorderColor=rgba(255, 255, 255, 0.6)
portletMapHighlightBorderThickness=1
# Factory Explorer Portlet options
portletFactoryExplorerHoverBorderColor=rgb(0, 0, 0)
portletFactoryExplorerRuleColor=rgb(194, 224, 239)
portletFactoryExplorerRuleBorderColor=rgb(194, 224, 239)
portletFactoryExplorerMeasureColor=rgb(140, 177, 232)
portletFactoryExplorerMeasureBorderColor=rgb(60, 126, 217)
portletFactoryExplorerSourceRuleColor=rgb(255, 255, 255)
portletFactoryExplorerSourceRuleBorderColor=rgb(194, 224, 239)
portletFactoryExplorerDatasetColor=rgb(194, 239, 206)
portletFactoryExplorerDatasetBorderColor=rgb(194, 239, 206)
portletFactoryExplorerTextColor=rgb(0, 0, 0)
portletFactoryExplorerFont=sans-serif 10
portletFactoryExplorerLinkColor=rgb(204, 204, 204)
portletFactoryExplorerDatasetLinkColor=rgb(153, 153, 153)
portletFactoryExplorerHeaderColor=rgb(255, 255, 255)
portletFactoryExplorerRuleUnexpandedChildrenColor=rgb(194, 224, 239)
portletFactoryExplorerRuleExpandedChildrenColor=rgb(255, 255, 255)
portletFactoryExplorerRuleChildrenBorderColor=rgb(117, 147, 163)
portletFactoryExplorerMeasureUnexpandedChildrenColor=rgb(140, 177, 232)
portletFactoryExplorerMeasureExpandedChildrenColor=rgb(255, 255, 255)
portletFactoryExplorerMeasureChildrenBorderColor=rgb(60, 126, 217)
portletFactoryExplorerDatasetUnexpandedChildrenColor=rgb(194, 239, 206)
portletFactoryExplorerDatasetExpandedChildrenColor=rgb(255, 255, 255)
portletFactoryExplorerDatasetChildrenBorderColor=rgb(110, 204, 130)
portletFactoryExplorerTextEnabledColor=rgb(0, 0, 0)
portletFactoryExplorerTextDisabledColor=rgb(204, 204, 204)
portletFactoryExplorerHeaderButtonHoverColor=rgb(245, 245, 245)
# In NetDiver, when the current window is a tabular (or multitab, crosstab,
# etc.) then the following properties apply:
tabularCellBorder=1 rgb(187, 187, 187)
tabularCellThickBorder=2 rgb(0, 0, 0)
tabularCellForegroundColor=windowForegroundColor
tabularCellBackgroundColor=windowBackgroundColor
tabularCellFont=Verdana,sans-serif plain 11
tabularDimensionCellForegroundColor=windowForegroundColor
tabularDimensionCellBackgroundColor=rgb(230, 240, 250)
tabularHeaderCellFont=Verdana,sans-serif bold 11
tabularSelectedCellForegroundColor=rgb(200, 200, 200)
tabularSelectedCellBackgroundColor=rgb(0, 0, 0)
# Chart portlet specific properties
chartTitleFont=Verdana,sans-serif bold 16
portletChartTreemapLabelFont=Verdana,sans-serif 12
portletChartTreemapLabelColor=rgb(255, 255, 255)
chartSubtitleFont=Verdana bold 12
chartAxisFont=Verdana,sans-serif plain 11
# Chart portlet data label specific properties
portletChartDataLabelColor=rgb(50, 50, 50)
# (optional; leave unset to use auto coloring) portletChartDataLabelOnBarColor=
portletChartDataLabelConnectorColor=rgb(100, 100, 100)
portletChartDataLabelBackgroundColor=transparent
# Pie Chart specific properties
portletChartPieShowPercents=false
portletChartPieKeepOriginalSort=false
portletChartPieNumItems=all
portletChartPieMargins=10
portletChartDonutInnerToOuterRatio=0.5
# Waterfall Chart specific properties
portletChartWaterfallDefaultEndLabel=FINAL
portletChartWaterfallTotalsColor=rgb(68, 75, 95)
portletChartWaterfallUpColor=rgb(125, 158, 138)
portletChartWaterfallDownColor=rgb(169, 49, 63)
portletChartWaterfallConnectorColor=rgb(0, 0, 0)
portletChartWaterfallConnectorWidth=2
portletChartWaterfallConnectorDashArray=1,2
portletChartWaterfallConnectorOpacity=0.7
portletChartWaterfallEndLabelWeight=bold
# Arc/Network Chart specific properties
portletChartNetworkNodeDefaultSize=3
portletChartNetworkNodeColor=rgb(68, 68, 68)
portletChartNetworkArcOpacity=0.5
portletChartNetworkMaxArcWeight=100
# OHLC Chart specific properties
portletChartOHLCUpColor=rgb(0, 128, 0)
portletChartOHLCDownColor=rgb(255, 0, 0)
# Candlestick Chart specific properties
portletChartCandlestickUpColor=rgb(255, 255, 255)
portletChartCandlestickDownColor=rgb(0, 0, 0)
portletChartCandlestickBorderColor=rgb(0, 0, 0)
portletChartCandlestickLineColor=rgb(0, 0, 0)
# Box Chart specific properties
portletChartBoxFillColor=rgb(255, 255, 255)
portletChartBoxBorderColor=rgb(0, 0, 0)
portletChartBoxMidLineColor=rgb(0, 0, 0)
portletChartBoxWhiskerColor=rgb(0, 0, 0)
# Calendar Chart specific properties
portletChartCalendarEmptySquareColor=rgb(245, 245, 245)
# Gantt Chart specific properties
portletChartGanttLineColor=rgb(0, 0, 0)
portletChartGanttBarHeight=0.9
# Site Map Portlet properties
portletSiteMapGroupFont=Verdana,sans-serif bold
portletSiteMapPageFont=Verdana,sans-serif
portletSiteMapPageHoverBackgroundColor=rgb(255, 255, 238)
portletSiteMapPageHoverBorder=1 rgb(0, 0, 0)
portletSiteMapIndentSize=10
portletSiteMapHexbinLabelFont=Verdana,sans-serif 12
portletSiteMapHexbinLabelColor=rgb(0, 0, 0)
# This 16-color palette is for ordinal scales.
graphPalette1Color=rgb(47, 133, 173)
graphPalette2Color=rgb(157, 201, 116)
graphPalette3Color=rgb(221, 136, 62)
graphPalette4Color=rgb(232, 221, 129)
graphPalette5Color=rgb(148, 121, 183)
graphPalette6Color=rgb(211, 112, 112)
graphPalette7Color=rgb( 145, 152, 157)
graphPalette8Color=rgb(109, 88, 61)
graphPalette9Color=rgb(221, 170, 204)
graphPalette10Color=rgb(71, 95, 140)
graphPalette11Color=rgb(193, 158, 98)
graphPalette12Color=rgb(103, 74, 122)
graphPalette13Color=rgb(160, 198, 216)
graphPalette14Color=rgb(163, 81, 141)
graphPalette15Color=rgb(41, 98, 107)
graphPalette16Color=rgb(234, 228, 190)
# This 5-color palette is for qualitative scales.
qualitativePalette1Color=rgb(191, 48, 48)
qualitativePalette2Color=rgb(209, 142, 72)
qualitativePalette3Color=rgb(230, 216, 90)
qualitativePalette4Color=rgb(155, 223, 29)
qualitativePalette5Color=rgb(60, 200, 58)
# This image is used in DivePort when loading a new page
pageLoadingImage=working.gif
# These colors are specific to the mobile interface
mobileMenuTabBackgroundColor=rgb(47, 53, 29)
mobileMenuTabForegroundColor=rgb(255, 255, 255)
mobileMenuPageBackgroundColor=rgb(25, 87, 173)
mobileMenuPageForegroundColor=rgb(255, 255, 255)
mobileMenuPageBorder=0
mobileMenuButtonColor=toolBarBackgroundColor
mobileMenuButtonBackgroundImage=radial.png
mobileNavLaunchBackgroundImage=menu-icon.png
mobileLogoutBackgroundImage=logout-icon.png
# Menu portlet specific properties
simplifiedMenuBackgroundColor=rgb(238, 246, 253)
simplifiedMenuItemBorderColor=rgb(184, 184, 184)
simplifiedMenuItemBackgroundColor=rgb(255, 255, 255)
simplifiedMenuItemHoverBackgroundColor=rgb(255, 255, 255)
simplifiedMenuItemFont=Verdana,sans-serif 17
simplifiedMenuItemShadowColor=rgba(0,0,0,0.12)
# For Alexandria
alexandriaUncheckedImage=ext/grid/unchecked.gif
alexandriaCheckedImage=ext/grid/checked.gif
alexandriaAddImage=icons/add.gif
alexandriaDeleteImage=icons/delete.gif
alexandriaEditImage=icons/edit_icon.png
alexandriaSaveImage=icons/save.png
alexandriaRevertImage=icons/revert.gif
alexandriaExclamationImage=icons/exclamation.gif
alexandriaExclamationYieldImage=icons/exclamation-yield.gif
alexandriaPDFImage=actionmenu/pdf.png
alexandriaXLSImage=actionmenu/xls.png
# Panels in the background portlet
portletBackgroundPanelHeaderBackgroundColor=rgb(53, 125, 179)
portletBackgroundPanelBorderColor=rgb(132, 132, 132)
portletBackgroundPanelBackgroundColor=rgb(255, 255, 255)
portletBackgroundPanelHeaderFont=Verdana,sans-serif bold 15
portletBackgroundPanelHeaderTextColor=rgb(255, 255, 255)
portletBackgroundPanelHeaderTextAlign=center
portletBackgroundPanelGradient=true
portletBackgroundPanelHeaderGradient=true
portletBackgroundPanelBorderRadius=5
portletBackgroundPanelBorderThickness=1
portletBackgroundPanelShadowOffset=0
portletBackgroundPanelShadowBlur=5
portletBackgroundPanelShadowColor=rgba(0, 0, 0, 0.2)
# Text in the background portlet
portletBackgroundTextFont=Verdana,sans-serif bold 10pt
portletBackgroundTextColor=rgb(0, 0, 0)
# Rectangles in the background portlet
portletBackgroundRectangleColor=rgb(0, 0, 0)
portletBackgroundRectangleFillColor=transparent
portletBackgroundRectangleThickness=1
portletBackgroundRectangleCorners=0
# inputTable entries also affect the Lookup Manager Portlet
# These are for display in the browser.
inputTableHeaderHighlightColor=rgb(211, 225, 241)
inputTableHeaderTextColor=rgb(0, 0, 0)
inputTableBorderBackgroundColor=rgb(211, 225, 241)
inputTableBorderBorderColor=rgb(153, 188, 232)
inputTableBorderTextColor=rgb(0, 0, 0)
inputTableFooterBackgroundColor=rgb(211, 225, 241)
inputTableFooterTextColor=rgb(0, 0, 0)
# Content (Table Editor) portlet specific properties only used for printing to PDF
portletContentOddRowColor=rgb(239,239,239)
portletContentEvenRowColor=windowBackgroundColor
portletContentCellFont=Verdana plain 13
portletContentCellColor=rgb(0,0,0)
portletContentHeaderFont=Verdana bold smallcaps 11
portletContentHeaderColor=rgb(0,0,0)
portletContentTotalFont=Verdana bold 13
portletContentTotalColor=rgb(0,0,0)
# htmlEditor is used by the hotspots dialog
htmlEditorToolbarBackgroundColor=rgb(211, 225, 241)
# Date Picker properties
datePickerMonthHeaderBackgroundColor=rgb(35, 66, 124)
datePickerMonthHeaderTextColor=rgb(255, 255, 255)
datePickerDayOfWeekHeaderBackgroundColor=rgb(223, 236, 251)
datePickerDayOfWeekHeaderTextColor=rgb(35, 61, 109)
datePickerFooterBackgroundColor=rgb(223, 236, 251)
datePickerInternalBorderColor=rgb(178, 209, 245)
datePickerCellTextColor=rgb(0, 0, 0)
datePickerCellOutsideRangeTextColor=rgb(170, 170, 170)
datePickerCellDisabledBackgroundColor=rgb(238, 238, 238)
datePickerCellDisabledTextColor=rgb(187, 187, 187)
datePickerCellHoverBackgroundColor=rgb(221, 236, 254)
datePickerCellHoverTextColor=rgb(0, 0, 0)
datePickerCellSelectedBackgroundColor=rgb(218, 229, 243)
datePickerCellSelectedBorderColor=rgb(141, 178, 227)
datePickerCellSelectedTextColor=rgb(0, 0, 0)
# Print button in popup dialog
dialogPopupPrintImage=dialog/print.gif