123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
-
- IBM Cognos Products: cogadmin
-
- (C) Copyright IBM Corp. 2005, 2015
-
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <css xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- /********************************
- * Licensed Materials - Property of IBM
- *
- * IBM Cognos Products: cogadmin
- *
- * (C) Copyright IBM Corp. 2005, 2013
- *
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- ********************************/
- .popup-tooltip-label {
- font-weight: bold;
- font-size: 8pt;
- color: #31659C;
- }
- popup-tooltip-a {
- font-family: Tahoma;
- font-size: 70%;
- color: #0000cc;
- text-decoration: underline;
- }
- a.popup-tooltip-a {
- text-decoration: underline;
- }
- .popup-tooltip {
- position: absolute;
- z-index: 1;
- left: 0px;
- top: 0px;
- border: solid 1px black;
- background-color: #EFF3F7;
- margin: 0px;
- padding: 0px;
- }
- .button {
- border: #cccccc 1px solid;
- background-color: #ffffff;
- }
- .button_hover {
- border: #99aacc 1px solid;
- background-color: #bec8dc;
- }
- .button_pressed {
- border: #336699 1px solid;
- background-color: #bec8dc;
- }
- /* Command buttons (usually appear in dialog footers) */
- .commandButton {
- <cssStyles path="/uiSkin/uiElements/form/button/state[@type='default']"/>
- font-weight: <skinValue path="/uiSkin/uiElements/body/text/weight"/>;
- -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
- }
- .commandButtonOver {
- <cssStyles path="/uiSkin/uiElements/form/button/state[@type='hover']"/>
- cursor: pointer;
- font-weight: <skinValue path="/uiSkin/uiElements/body/text/weight"/>;
- -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
- }
- .commandButtonDown {
- <cssStyles path="/uiSkin/uiElements/form/button/state[@type='pressed']"/>
- cursor: pointer;
- font-weight: <skinValue path="/uiSkin/uiElements/body/text/weight"/>;
- -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
- }
- .commandButtonInactive {
- <cssStyles path="/uiSkin/uiElements/form/button/state[@type='disabled']"/>
- cursor: default;
- height: 100%;
- text-decoration: none;
- width: 100%;
- font-weight: <skinValue path="/uiSkin/uiElements/body/text/weight"/>;
- -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
- }
- .commandButtonActive {
- color: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/text/color"/>;
- cursor: pointer;
- height: 100%;
- text-decoration: none;
- width: 100%;
- -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
- text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
- }
- .btnAnchor {
- color: #000000;
- text-decoration: none;
- }
- .cogstyle-fragmentHeader-main {
- padding-top: 0px;
- padding-right: 3px;
- padding-left: 3px;
- margin-bottom: 3px;
- width: 100%;
- }
- .cogstyle-fragmentHeader-title {
- height: 24px;
- font-size: 11px;
- padding-left: 10px;
- width: 100%;
- white-space: nowrap;
- }
- .cogstyle-fragmentHeader-titleText {
- font-weight: bold;
- color: #336699;
- }
- .cogstyle-toolbar-imageNormal {
- <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='default']"/>
- cursor: pointer;
- }
- .cogstyle-toolbar-imageOver {
- <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='hover']"/>
- cursor: pointer;
- }
- .cogstyle-toolbar-imageOver:active {
- <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='active']"/>
- cursor: pointer;
- }
- .cogstyle-toolbar-imageOverPressed, .cogstyle-toolbar-imagePressed {
- <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='selected']"/>
- cursor: pointer;
- }
- .cogstyle-breadcrumbs-main {
- vertical-align: middle;
- padding-left: 0px;
- padding-top: 5px;
- padding-bottom: 5px;
- padding-right: 5px;
- }
- .cogstyle-breadcrumbs-pathLeafNode {
- font-weight: bold;
- color: #336699;
- white-space: nowrap;
- }
- .cogstyle-breadcrumbs-pathSeparator {
- color: #0000cc;
- }
- .cogstyle-breadcrumbs-pathLink {
- color: #0000cc;
- white-space: nowrap;
- }
- .cogstyle-table-paginations {
- float: right;
- }
- .cogstyle-table-text {
- color: <skinValue path="/uiSkin/uiElements/grid/body/row/state/text/color"/>;
- }
- .cogstyle-table-empty {
- text-align: center;
- height: 40px;
- }
- .cogstyle-table-row-selected td {
- background-color: #e3e9f3;
- border-top: 1px solid #e3e9f3;
- border-bottom: 1px solid #e3e9f3;
- }
- .cogstyle-table-row-default {
- background-color: <skinValue path="/uiSkin/uiElements/grid/background/color"/>;
- border-top: none;
- border-bottom: none;
- }
- .cogstyle-table-row-alternate {
- background-color: <skinValue path="/uiSkin/uiElements/grid/body/row/state[@type='alternate']/background/color"/>;
- }
- tr.cogstyle-table-row-hilite td {
- background-color: #cccccc;
- border-top: 1px solid #cccccc;
- border-bottom: 1px solid #cccccc;
- }
- tr.cogstyle-table-row-hilite td.cogstyle-table-row-default {
- background-color: <skinValue path="/uiSkin/uiElements/grid/background/color"/>;
- border-top: none;
- border-bottom: none;
- }
- tr.cogstyle-table-row-selected td.cogstyle-table-row-default {
- background-color: <skinValue path="/uiSkin/uiElements/grid/background/color"/>;
- border-top: none;
- border-bottom: none;
- }
- .cogstyle-table-row-separator {
- border-bottom: #e7e7e7 1px solid;
- }
- .cogstyle-table-wrapper {
- background-color: <skinValue path="/uiSkin/uiElements/grid/background/color"/>;
- overflow: auto;
- }
- .cogstyle-table {
- border: <skinValue path="/uiSkin/uiElements/grid/border/color"/> 1px solid;
- border-collapse: collapse;
- }
- .cogstyle-table-header {
- border-bottom: 1px solid <skinValue path="/uiSkin/uiElements/grid/border/color"/>;
- text-align: left;
- }
- .cogstyle-table-header tr {
- text-align: left;
- <cssStyles path="/uiSkin/uiElements/grid/header"/>
- }
- .cogstyle-table-header td {
- padding: 2px;
- height: 25px;
- font-weight: <skinValue path="/uiSkin/uiElements/grid/header/text/weight"/>;
- color: <skinValue path="/uiSkin/uiElements/grid/header/text/color"/>;
- white-space: nowrap;
- }
- .cogstyle-table-header a {
- color: <skinValue path="/uiSkin/uiElements/grid/header/text/color"/>;
- text-decoration: none;
- }
- .cogstyle-table-body {
- overflow: auto;
- }
- .cogstyle-table-body td {
- padding: 2px;
- color: <skinValue path="/uiSkin/uiElements/grid/body/row/state/text/color"/>;
- }
- .cogstyle-table-footer {
- width: 100%;
- }
- .cogstyle-table-footer tr {
- background-color: <skinValue path="/uiSkin/uiElements/grid/footer/background/color"/>;
- border-top: 1px solid <skinValue path="/uiSkin/uiElements/grid/border/color"/>;
- }
- .cogstyle-table-footer td {
- color: <skinValue path="/uiSkin/uiElements/grid/footer/text/color"/>;
- font-size: 9px;
- padding: 2px 2px 4px;
- }
- .cogstyle-table-group {
- background-color: #e3e9f3;
- }
- .cogstyle-table-group-title {
- font-weight: bold;
- color: <skinValue path="/uiSkin/uiElements/grid/body/row/state/text/color"/>;
- }
- .cogstyle-form-link {
- text-decoration: underline;
- }
- .cogstyle-form-label {
- font-weight: bold;
- color: <skinValue path="/uiSkin/uiElements/form/label/text/color"/>;
- }
- .cogstyle-form-text {
- color: <skinValue path="/uiSkin/uiElements/body/text/color"/>;
- }
- .cogstyle-filter-caption {
- <cssStyles path="/uiSkin/uiElements/portlet/caption"/>
- padding: 5px;
- border-width: 0 0 1px 0;
- border-style: solid;
- }
- .cogstyle-filter-caption span {
- font-weight: bold;
- }
- .cogstyle-filter-body {
- padding: 5px;
- overflow: auto;
- }
- .cogstyle-filter-body hr {
- padding-bottom: 5px;
- border-color: <skinValue path="/uiSkin/uiElements/dialog/separator/border/color"/>;
- }
- .cogstyle-filter-footer {
- text-align: center;
- padding: 3px;
- border-top: 1px solid;
- border-color: <skinValue path="/uiSkin/uiElements/dialog/commandBar/border/color"/>;
- background-color: <skinValue path="/uiSkin/uiElements/dialog/commandBar/background/color"/>;
- }
- .cogstyle-sectionpane {
- padding-left: 8px;
- padding-right: 10px;
- width: 100%;
- padding-top: 10px;
- padding-bottom: 5px;
- vertical-align: middle;
- }
- .cogstyle-sectionpane-title {
- font-weight: bold;
- color: <skinValue path="/uiSkin/uiElements/form/label/text/color"/>;
- padding-right: 5px;
- }
- .cogstyle-sectionpane-divider {
- width: 100%;
- }
- .cogstyle-sectionpane-divider-line {
- background-color: #cccccc;
- height: 1px;
- width: 100%;
- }
- .cogstyle-sectionpane-description {
- padding-left: 8px;
- padding-right: 10px;
- width: 100%;
- padding-bottom: 10px;
- vertical-align: top;
- color: <skinValue path="/uiSkin/uiElements/form/label/text/color"/>;
- }
- .cogstyle-sectionpane-content {
- padding-left: 8px;
- padding-right: 10px;
- width: 100%;
- }
- .hiddenEntryIcon {
- -moz-opacity: 0.4;
- opacity: 0.4;
- filter: alpha(opacity=40);
- }
- </css>
|