websheet1.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 2007, 2009, 2011
  9. **
  10. ** The source code for this program is not published or otherwise
  11. ** divested of its trade secrets, irrespective of what has been
  12. ** deposited with the U.S. Copyright Office.
  13. *****************************************************************/
  14. /* Disable default selection in Firefox */
  15. table
  16. {
  17. -moz-user-select: none;
  18. }
  19. .ti_prompt_button
  20. {
  21. font-family: tahoma, arial, monospace;
  22. font-size: 10pt;
  23. font-weight: normal;
  24. cursor: pointer;
  25. background-color: rgb(255, 255, 202);
  26. padding: 1px 5px 1px 5px;
  27. }
  28. .sheet_button
  29. {
  30. font-family: tahoma, arial, monospace;
  31. font-size: 10pt;
  32. background-color: #ECE9D8;
  33. color: Gray;
  34. margin-bottom: 2px;
  35. margin-right: 1px;
  36. font-weight:normal;
  37. cursor:pointer;
  38. padding-right: 5px;
  39. padding-left : 5px;
  40. border-bottom: solid 1px Gray;
  41. border-left: solid 1px Gray;
  42. border-right: solid 1px Gray;
  43. border-top: 0px;
  44. white-space: nowrap;
  45. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ECE9D8, endColorstr=#FBF8F3);
  46. }
  47. .sheet_button_selected
  48. {
  49. background-color: gold;
  50. font-weight:bold;
  51. color: Black;
  52. border-bottom: solid 1px Black;
  53. border-left: solid 1px Black;
  54. border-right: solid 1px Black;
  55. }
  56. .tm1_btn_hyperlink
  57. {
  58. font-family: tahoma, arial, monospace;
  59. font-size: 10pt;
  60. cursor: pointer;
  61. color: #0000FF;
  62. text-decoration: underline;
  63. border: 0;
  64. background-color: transparent;
  65. }
  66. .cell
  67. {
  68. font-family: arial, tahoma, monospace;
  69. font-size: 10pt;
  70. padding-top: 0px;
  71. padding-bottom: 0px;
  72. }
  73. .cell_active
  74. {
  75. border: 2px solid;
  76. border-top-color: #D2D0D0;
  77. border-left-color: #D2D0D0;
  78. border-right-color: #A7A6A6;
  79. border-bottom-color: #A7A6A6;
  80. }
  81. .cell_comment
  82. {
  83. background-image:url(../../images/cell_comment.gif);
  84. background-repeat: no-repeat;
  85. background-position: right top;
  86. }
  87. .cell_comment_popup
  88. {
  89. position: absolute;
  90. top: 0px;
  91. left: 0px;
  92. color: Black;
  93. margin: 0;
  94. background: lightyellow;
  95. border: 1 solid;
  96. border-color: #505050;
  97. font-family: tahoma, Arial, monospace;
  98. font-size: 8pt;
  99. padding-left: 5px;
  100. padding-top: 2px;
  101. padding-bottom: 2px;
  102. padding-right: 5px;
  103. white-space: nowrap;
  104. z-index: 9999;
  105. }
  106. .entry_field
  107. {
  108. position: absolute;
  109. visibility: hidden;
  110. font-family: tahoma, arial, monospace;
  111. font-size: 8pt;
  112. font-weight: 400;
  113. }
  114. /*** used ***/
  115. .entry_txtAreaField
  116. {
  117. position: absolute;
  118. visibility: hidden;
  119. font-family: Tahoma, arial, monospace;
  120. font-size: 8pt;
  121. font-weight: 400;
  122. }
  123. .toolbar
  124. {
  125. height: 27px;
  126. background-image: url(../../images/toolbar-bkgrnd.png);
  127. background-color: Transparent;
  128. white-space: normal;
  129. }
  130. .bottombar
  131. {
  132. height: 25px;
  133. background-image: url(../../images/toolbar-bkgrnd.png);
  134. background-color: Transparent;
  135. white-space: normal;
  136. }
  137. .pagination_div
  138. {
  139. background-image: url(../../images/toolbar-bkgrnd.png);
  140. background-color: Transparent;
  141. white-space: normal;
  142. }
  143. .tbi_hide, .tbi_show
  144. {
  145. position: absolute;
  146. top: 2px;
  147. }
  148. .tbi_hide
  149. {
  150. visibility: hidden;
  151. }
  152. .tbi_show
  153. {
  154. visibility: visible;
  155. }
  156. .tbLabel
  157. {
  158. position: absolute;
  159. top: 15px;
  160. cursor: default;
  161. font-family: Tahoma;
  162. font-size: 8pt;
  163. font-weight: bold;
  164. }
  165. .ExportLoopDimensionsOption
  166. {
  167. font-family: Tahoma, arial, monospace;
  168. font-size: 8pt;
  169. font-weight: bold;
  170. }
  171. .excelControl
  172. {
  173. color:windowtext;
  174. font-size:8.0pt;
  175. font-weight:400;
  176. font-style:normal;
  177. text-decoration:none;
  178. font-family:Tahoma, sans-serif;
  179. }
  180. .Chart_Error
  181. {
  182. font-family: tahoma, arial, monospace;
  183. font-size: 8pt;
  184. background-color: white;
  185. border: 0;
  186. color: Red;
  187. margin-bottom: 2px;
  188. margin-right: 1px;
  189. font-weight:normal;
  190. }
  191. .validationbtn
  192. {
  193. position: absolute;
  194. top: 0px;
  195. left: 0px;
  196. padding-bottom: 0px;
  197. padding-top: 3px;
  198. padding-left: 0px;
  199. padding-right: 3px;
  200. background-color: CCCCCC;
  201. z-index: 701;
  202. BACKGROUND-IMAGE : url(../../images/downArrow1.gif);
  203. BACKGROUND-REPEAT : no-repeat;
  204. background-position: center center;
  205. }
  206. .ValidationDlg
  207. {
  208. font-family: tahoma, arial, monospace;
  209. font-size: 8pt;
  210. font-weight:normal;
  211. }
  212. .listmenu
  213. {
  214. font-family: tahoma, arial, monospace;
  215. font-size: 8pt;
  216. font-weight:normal;
  217. /*z-index: 701;*/
  218. background-color: #ffffff;
  219. }
  220. .listmenu_sel
  221. {
  222. background-color: rgb(196, 217, 231);
  223. }
  224. .picklistbtn
  225. {
  226. position: absolute;
  227. top: 0px;
  228. left: 0px;
  229. padding-bottom: 0px;
  230. padding-top: 3px;
  231. padding-left: 0px;
  232. padding-right: 3px;
  233. background-color: CCCCCC;
  234. z-index: 701;
  235. BACKGROUND-IMAGE : url(../../images/downArrow1.gif);
  236. BACKGROUND-REPEAT : no-repeat;
  237. background-position: center center;
  238. }
  239. .picklisttab
  240. {
  241. background-color: #ffffff;
  242. border: gray 1px solid;
  243. position: absolute;
  244. }
  245. .picklistdiv
  246. {
  247. overflow: auto;
  248. background-color: #ffffff;
  249. position: relative;
  250. padding-bottom: 0px;
  251. padding-top: 0px;
  252. padding-left: 0px;
  253. padding-right: 0px;
  254. z-index: 701;
  255. }
  256. /***Sandbox dropdownlist ***/
  257. .ddl
  258. {
  259. position: absolute;
  260. top: 0px;
  261. }
  262. .checkableControlTable
  263. {
  264. table-layout: fixed;
  265. padding-top: 2px;
  266. }
  267. .checkableControlCell
  268. {
  269. padding-left: 3px;
  270. width: 15px;
  271. }
  272. .labelControl
  273. {
  274. padding: 2px 3px;
  275. }