portlets.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <!--
  2. +========================================================================+
  3. | Licensed Materials - Property of IBM
  4. |
  5. | IBM Cognos Products: BUX
  6. |
  7. | (C) Copyright IBM Corp. 2009, 2013
  8. |
  9. | US Government Users Restricted Rights - Use, duplication or
  10. | disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  11. |
  12. +========================================================================+
  13. --><css>/*
  14. *+------------------------------------------------------------------------+
  15. *| Licensed Materials - Property of IBM
  16. *| IBM Cognos Products: BUX
  17. *| (C) Copyright IBM Corp. 2009, 2022
  18. *|
  19. *| US Government Users Restricted Rights - Use, duplication or
  20. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  21. *+------------------------------------------------------------------------+
  22. */
  23. /* This is a generated file, do not edit */
  24. /* Cognos bridged portlets styles*/
  25. /*layout section*/
  26. .icdUI div[fragmentid] td,th {
  27. padding: 2px;
  28. }
  29. .portlet-table-header td {
  30. padding: 0px !important;
  31. }
  32. .icdUI .portlet-form-field-label {
  33. margin-left: 5px;
  34. }
  35. .icdUI .portlet-form-field {
  36. margin-left: 0px;
  37. }
  38. .icdUI .cognos-form-footer {
  39. margin-top: 10px;
  40. height: 40px;
  41. }
  42. .icdUI .portlet-form-button {
  43. height: 23px;
  44. }
  45. .icdUI .portlet-form-field .portlet-form-button[type] {
  46. min-height: 18px;
  47. }
  48. /*skin section*/
  49. .icdUI .cognos-path {
  50. color: <skinValue path="/uiSkin/uiElements/body/text/color"/>;
  51. }
  52. .icdUI .portlet-table-header {
  53. color: <skinValue path="/uiSkin/uiElements/grid/header/text/color"/>;
  54. font-weight: bold;
  55. background-color: <skinValue path="/uiSkin/uiElements/grid/header/background/color"/>;
  56. background-image: <skinValue path="/uiSkin/uiElements/grid/header/background/image"/>;
  57. }
  58. .icdUI .cognos-path .cognos-anchor,
  59. .icdUI .portlet-table-body .cognos-anchor,
  60. .icdUI .portlet-form-field .cognos-anchor,
  61. .icdUI .portlet-font .cognos-anchor,
  62. .icdUI .portlet-table-text .cognos-anchor,
  63. .icdUI .portlet-table-alternate .cognos-anchor {
  64. font-size: 102%;
  65. color: <skinValue path="/uiSkin/uiElements/body/hyperlink/state[@type='default']/color"/>;
  66. }
  67. .icdUI .portlet-msg-info {
  68. color: <skinValue path="/uiSkin/uiElements/body/text/color"/>;
  69. white-space: normal;
  70. }
  71. .icdUI .portlet-form-field-label {
  72. color: <skinValue path="/uiSkin/uiElements/form/label/text/color"/>;
  73. font-weight: bold;
  74. }
  75. .icdUI .cognos-form-footer {
  76. background-color: transparent;
  77. border: none;
  78. background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='portletFooter']"/>;
  79. background-repeat: repeat-x;
  80. }
  81. .icdUI .cognos-form-footer-area {
  82. background-color: transparent;
  83. }
  84. .icdUI .portlet-form-button {
  85. background-color: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/background/color"/>;
  86. background-image: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/background/image"/>;
  87. background-repeat: repeat-x;
  88. color: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/text/color"/>;
  89. border: 1px solid <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/border/color"/>;
  90. font-size: 1em;
  91. font-weight: bold;
  92. }
  93. .dj_ie .icdUI .portlet-form-button {
  94. padding-top: 2px;
  95. border: 1px solid <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/border/color"/>;
  96. /*This is a work around to a white space between border and background image
  97. which looks to be an IE bug
  98. */
  99. background-color: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/border/color"/>;
  100. }
  101. .icdUI .portlet-form-button:hover {
  102. background-image: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/background/image"/>;
  103. }
  104. .icdUI .portlet-form-field select,
  105. .icdUI .portlet-form-input-field {
  106. background-color: <skinValue path="/uiSkin/uiElements/form/dropDown/background/color"/>;
  107. border: 1px solid <skinValue path="/uiSkin/uiElements/form/textBox/state[@type='default']/border/color"/>;
  108. }
  109. .icdUI .portlet-section-alternate,
  110. .icdUI .portlet-table-alternate {
  111. background-color: <skinValue path="/uiSkin/uiElements/grid/background/color"/>;
  112. }
  113. .icdUI div[fragmentid] hr {
  114. border-color: <skinValue path="/uiSkin/uiElements/grid/border/color"/>;
  115. }
  116. .icdUI div[fragmentid] table[style="border: 1px solid black;"] {
  117. border-color: <skinValue path="/uiSkin/uiElements/grid/border/color"/> !important;
  118. }
  119. .icdUI .cognos-section-background {
  120. background-color: transparent;
  121. }
  122. /* -- A11Y -- */
  123. .dijit_a11y .portlet-form-button {
  124. background-color: #b3b3b3;
  125. border: 1px solid #b3b3b3;
  126. font-size: 1em;
  127. font-weight: bold;
  128. height: 23px;
  129. }
  130. .dijit_a11y .portlet-table-header>th,
  131. .dijit_a11y .portlet-table-header>td {
  132. border-bottom: 1px solid #000000;
  133. }
  134. .dijit_a11y .portlet-menu-item-hover {
  135. font-weight: bold;
  136. }
  137. </css>