j2html.xml 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cogadmin
  5. (C) Copyright IBM Corp. 2005, 2015
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <css xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  9. /********************************
  10. * Licensed Materials - Property of IBM
  11. *
  12. * IBM Cognos Products: cogadmin
  13. *
  14. * (C) Copyright IBM Corp. 2005, 2013
  15. *
  16. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  17. ********************************/
  18. .popup-tooltip-label {
  19. font-weight: bold;
  20. font-size: 8pt;
  21. color: #31659C;
  22. }
  23. popup-tooltip-a {
  24. font-family: Tahoma;
  25. font-size: 70%;
  26. color: #0000cc;
  27. text-decoration: underline;
  28. }
  29. a.popup-tooltip-a {
  30. text-decoration: underline;
  31. }
  32. .popup-tooltip {
  33. position: absolute;
  34. z-index: 1;
  35. left: 0px;
  36. top: 0px;
  37. border: solid 1px black;
  38. background-color: #EFF3F7;
  39. margin: 0px;
  40. padding: 0px;
  41. }
  42. .button {
  43. border: #cccccc 1px solid;
  44. background-color: #ffffff;
  45. }
  46. .button_hover {
  47. border: #99aacc 1px solid;
  48. background-color: #bec8dc;
  49. }
  50. .button_pressed {
  51. border: #336699 1px solid;
  52. background-color: #bec8dc;
  53. }
  54. /* Command buttons (usually appear in dialog footers) */
  55. .commandButton {
  56. <cssStyles path="/uiSkin/uiElements/form/button/state[@type='default']"/>
  57. font-weight: <skinValue path="/uiSkin/uiElements/body/text/weight"/>;
  58. -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  59. -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  60. box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  61. text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
  62. }
  63. .commandButtonOver {
  64. <cssStyles path="/uiSkin/uiElements/form/button/state[@type='hover']"/>
  65. cursor: pointer;
  66. font-weight: <skinValue path="/uiSkin/uiElements/body/text/weight"/>;
  67. -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  68. -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  69. box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  70. text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
  71. }
  72. .commandButtonDown {
  73. <cssStyles path="/uiSkin/uiElements/form/button/state[@type='pressed']"/>
  74. cursor: pointer;
  75. font-weight: <skinValue path="/uiSkin/uiElements/body/text/weight"/>;
  76. -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  77. -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  78. box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  79. text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
  80. }
  81. .commandButtonInactive {
  82. <cssStyles path="/uiSkin/uiElements/form/button/state[@type='disabled']"/>
  83. cursor: default;
  84. height: 100%;
  85. text-decoration: none;
  86. width: 100%;
  87. font-weight: <skinValue path="/uiSkin/uiElements/body/text/weight"/>;
  88. -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  89. -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  90. box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  91. text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
  92. }
  93. .commandButtonActive {
  94. color: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/text/color"/>;
  95. cursor: pointer;
  96. height: 100%;
  97. text-decoration: none;
  98. width: 100%;
  99. -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  100. -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  101. box-shadow: 0px 1px 1px rgba(0,0,0,0.5), inset 0px 0px 0px #FFFFFF;
  102. text-shadow: 0px -1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
  103. }
  104. .btnAnchor {
  105. color: #000000;
  106. text-decoration: none;
  107. }
  108. .cogstyle-fragmentHeader-main {
  109. padding-top: 0px;
  110. padding-right: 3px;
  111. padding-left: 3px;
  112. margin-bottom: 3px;
  113. width: 100%;
  114. }
  115. .cogstyle-fragmentHeader-title {
  116. height: 24px;
  117. font-size: 11px;
  118. padding-left: 10px;
  119. width: 100%;
  120. white-space: nowrap;
  121. }
  122. .cogstyle-fragmentHeader-titleText {
  123. font-weight: bold;
  124. color: #336699;
  125. }
  126. .cogstyle-toolbar-imageNormal {
  127. <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='default']"/>
  128. cursor: pointer;
  129. }
  130. .cogstyle-toolbar-imageOver {
  131. <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='hover']"/>
  132. cursor: pointer;
  133. }
  134. .cogstyle-toolbar-imageOver:active {
  135. <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='active']"/>
  136. cursor: pointer;
  137. }
  138. .cogstyle-toolbar-imageOverPressed, .cogstyle-toolbar-imagePressed {
  139. <cssStyles path="/uiSkin/uiElements/toolbar/item/state[@type='selected']"/>
  140. cursor: pointer;
  141. }
  142. .cogstyle-breadcrumbs-main {
  143. vertical-align: middle;
  144. padding-left: 0px;
  145. padding-top: 5px;
  146. padding-bottom: 5px;
  147. padding-right: 5px;
  148. }
  149. .cogstyle-breadcrumbs-pathLeafNode {
  150. font-weight: bold;
  151. color: #336699;
  152. white-space: nowrap;
  153. }
  154. .cogstyle-breadcrumbs-pathSeparator {
  155. color: #0000cc;
  156. }
  157. .cogstyle-breadcrumbs-pathLink {
  158. color: #0000cc;
  159. white-space: nowrap;
  160. }
  161. .cogstyle-table-paginations {
  162. float: right;
  163. }
  164. .cogstyle-table-text {
  165. color: <skinValue path="/uiSkin/uiElements/grid/body/row/state/text/color"/>;
  166. }
  167. .cogstyle-table-empty {
  168. text-align: center;
  169. height: 40px;
  170. }
  171. .cogstyle-table-row-selected td {
  172. background-color: #e3e9f3;
  173. border-top: 1px solid #e3e9f3;
  174. border-bottom: 1px solid #e3e9f3;
  175. }
  176. .cogstyle-table-row-default {
  177. background-color: <skinValue path="/uiSkin/uiElements/grid/background/color"/>;
  178. border-top: none;
  179. border-bottom: none;
  180. }
  181. .cogstyle-table-row-alternate {
  182. background-color: <skinValue path="/uiSkin/uiElements/grid/body/row/state[@type='alternate']/background/color"/>;
  183. }
  184. tr.cogstyle-table-row-hilite td {
  185. background-color: #cccccc;
  186. border-top: 1px solid #cccccc;
  187. border-bottom: 1px solid #cccccc;
  188. }
  189. tr.cogstyle-table-row-hilite td.cogstyle-table-row-default {
  190. background-color: <skinValue path="/uiSkin/uiElements/grid/background/color"/>;
  191. border-top: none;
  192. border-bottom: none;
  193. }
  194. tr.cogstyle-table-row-selected td.cogstyle-table-row-default {
  195. background-color: <skinValue path="/uiSkin/uiElements/grid/background/color"/>;
  196. border-top: none;
  197. border-bottom: none;
  198. }
  199. .cogstyle-table-row-separator {
  200. border-bottom: #e7e7e7 1px solid;
  201. }
  202. .cogstyle-table-wrapper {
  203. background-color: <skinValue path="/uiSkin/uiElements/grid/background/color"/>;
  204. overflow: auto;
  205. }
  206. .cogstyle-table {
  207. border: <skinValue path="/uiSkin/uiElements/grid/border/color"/> 1px solid;
  208. border-collapse: collapse;
  209. }
  210. .cogstyle-table-header {
  211. border-bottom: 1px solid <skinValue path="/uiSkin/uiElements/grid/border/color"/>;
  212. text-align: left;
  213. }
  214. .cogstyle-table-header tr {
  215. text-align: left;
  216. <cssStyles path="/uiSkin/uiElements/grid/header"/>
  217. }
  218. .cogstyle-table-header td {
  219. padding: 2px;
  220. height: 25px;
  221. font-weight: <skinValue path="/uiSkin/uiElements/grid/header/text/weight"/>;
  222. color: <skinValue path="/uiSkin/uiElements/grid/header/text/color"/>;
  223. white-space: nowrap;
  224. }
  225. .cogstyle-table-header a {
  226. color: <skinValue path="/uiSkin/uiElements/grid/header/text/color"/>;
  227. text-decoration: none;
  228. }
  229. .cogstyle-table-body {
  230. overflow: auto;
  231. }
  232. .cogstyle-table-body td {
  233. padding: 2px;
  234. color: <skinValue path="/uiSkin/uiElements/grid/body/row/state/text/color"/>;
  235. }
  236. .cogstyle-table-footer {
  237. width: 100%;
  238. }
  239. .cogstyle-table-footer tr {
  240. background-color: <skinValue path="/uiSkin/uiElements/grid/footer/background/color"/>;
  241. border-top: 1px solid <skinValue path="/uiSkin/uiElements/grid/border/color"/>;
  242. }
  243. .cogstyle-table-footer td {
  244. color: <skinValue path="/uiSkin/uiElements/grid/footer/text/color"/>;
  245. font-size: 9px;
  246. padding: 2px 2px 4px;
  247. }
  248. .cogstyle-table-group {
  249. background-color: #e3e9f3;
  250. }
  251. .cogstyle-table-group-title {
  252. font-weight: bold;
  253. color: <skinValue path="/uiSkin/uiElements/grid/body/row/state/text/color"/>;
  254. }
  255. .cogstyle-form-link {
  256. text-decoration: underline;
  257. }
  258. .cogstyle-form-label {
  259. font-weight: bold;
  260. color: <skinValue path="/uiSkin/uiElements/form/label/text/color"/>;
  261. }
  262. .cogstyle-form-text {
  263. color: <skinValue path="/uiSkin/uiElements/body/text/color"/>;
  264. }
  265. .cogstyle-filter-caption {
  266. <cssStyles path="/uiSkin/uiElements/portlet/caption"/>
  267. padding: 5px;
  268. border-width: 0 0 1px 0;
  269. border-style: solid;
  270. }
  271. .cogstyle-filter-caption span {
  272. font-weight: bold;
  273. }
  274. .cogstyle-filter-body {
  275. padding: 5px;
  276. overflow: auto;
  277. }
  278. .cogstyle-filter-body hr {
  279. padding-bottom: 5px;
  280. border-color: <skinValue path="/uiSkin/uiElements/dialog/separator/border/color"/>;
  281. }
  282. .cogstyle-filter-footer {
  283. text-align: center;
  284. padding: 3px;
  285. border-top: 1px solid;
  286. border-color: <skinValue path="/uiSkin/uiElements/dialog/commandBar/border/color"/>;
  287. background-color: <skinValue path="/uiSkin/uiElements/dialog/commandBar/background/color"/>;
  288. }
  289. .cogstyle-sectionpane {
  290. padding-left: 8px;
  291. padding-right: 10px;
  292. width: 100%;
  293. padding-top: 10px;
  294. padding-bottom: 5px;
  295. vertical-align: middle;
  296. }
  297. .cogstyle-sectionpane-title {
  298. font-weight: bold;
  299. color: <skinValue path="/uiSkin/uiElements/form/label/text/color"/>;
  300. padding-right: 5px;
  301. }
  302. .cogstyle-sectionpane-divider {
  303. width: 100%;
  304. }
  305. .cogstyle-sectionpane-divider-line {
  306. background-color: #cccccc;
  307. height: 1px;
  308. width: 100%;
  309. }
  310. .cogstyle-sectionpane-description {
  311. padding-left: 8px;
  312. padding-right: 10px;
  313. width: 100%;
  314. padding-bottom: 10px;
  315. vertical-align: top;
  316. color: <skinValue path="/uiSkin/uiElements/form/label/text/color"/>;
  317. }
  318. .cogstyle-sectionpane-content {
  319. padding-left: 8px;
  320. padding-right: 10px;
  321. width: 100%;
  322. }
  323. .hiddenEntryIcon {
  324. -moz-opacity: 0.4;
  325. opacity: 0.4;
  326. filter: alpha(opacity=40);
  327. }
  328. </css>