presentation.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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. /*Banner ***included in tm1webtop.css***/
  15. .globalheader_link
  16. {
  17. color: #ffffff;
  18. font-family: Arial;
  19. font-size: 8pt;
  20. font-weight: bold;
  21. vertical-align:bottom;
  22. cursor: pointer;
  23. padding: 0px 10px 0px 10px;
  24. text-decoration:underline;
  25. }
  26. .globalheader_background
  27. {
  28. background-image: url(../../images/skins/presentation/banner/globalheader_background.png);
  29. background-repeat: repeat-x;
  30. width: 100%;
  31. }
  32. .globalheader_links
  33. {
  34. width: 100%;
  35. text-align: right;
  36. vertical-align:middle;
  37. background-image: url(../../images/skins/presentation/banner/globalheader_background.png);
  38. background-repeat: repeat-x;
  39. }
  40. .globalheader_logo
  41. {
  42. width: 300px;
  43. height: 14px;
  44. background-image: url(../../images/skins/presentation/banner/globalheader_logo.gif);
  45. background-repeat: no-repeat;
  46. background-position: 0px;
  47. padding: 0px 0px 0px 0px;
  48. }
  49. /*Tab bar ***included in tm1webstyle.css***/
  50. .tab_bar
  51. {
  52. position: absolute;
  53. top: 0px;
  54. overflow: hidden;
  55. height: 27px;
  56. border: 0px;
  57. background-image: url(../../images/skins/presentation/tabs/tabbbar-background.png);
  58. background-repeat:repeat-x;
  59. }
  60. .tab_button_left
  61. {
  62. background-image: url(../../images/skins/presentation/tabs/tab-inactive-lt-blank.gif);
  63. background-repeat: no-repeat;
  64. width:27px;
  65. }
  66. .tab_button_center
  67. {
  68. background-image: url(../../images/skins/presentation/tabs/tab-inactive-cntr.gif);
  69. background-repeat: repeat-x;
  70. }
  71. .tab_button_right
  72. {
  73. background-image: url(../../images/skins/presentation/tabs/tab-inactive-rt-blank.gif);
  74. background-repeat: no-repeat;
  75. width:27px;
  76. }
  77. .chart_tab_button_right
  78. {
  79. background-image: url(../../images/skins/presentation/tabs/tab-inactive-rt-short.gif);
  80. background-repeat: no-repeat;
  81. width:14px;
  82. }
  83. .tab_button_text
  84. {
  85. cursor: pointer;
  86. vertical-align: middle;
  87. margin-left: 3px;
  88. padding-top: 3px;
  89. font-weight:normal;
  90. text-decoration:underline;
  91. color:#000000;
  92. }
  93. .tab_button_text_selected
  94. {
  95. font-weight: bold;
  96. color:#000000;
  97. text-decoration:none;
  98. }
  99. .tab_button_left_selected
  100. {
  101. background-image: url(../../images/skins/presentation/tabs/tab-active-lt-blank.gif);
  102. background-repeat: no-repeat;
  103. width:27px;
  104. }
  105. .tab_button_center_selected
  106. {
  107. background-image: url(../../images/skins/presentation/tabs/tab-active-cntr.gif);
  108. background-repeat: repeat-x;
  109. }
  110. .tab_button_right_selected
  111. {
  112. background-image: url(../../images/skins/presentation/tabs/tab-active-rt-blank.gif);
  113. background-repeat: no-repeat;
  114. width:27px;
  115. }
  116. .chart_tab_button_right_selected
  117. {
  118. background-image: url(../../images/skins/presentation/tabs/tab-active-rt-short.gif);
  119. background-repeat: no-repeat;
  120. width:14px;
  121. }
  122. /*Dialog ***included in ElementSelector.css***/
  123. .titlebar
  124. {
  125. position: absolute;
  126. left: 0px;
  127. top: 0px;
  128. height: 20px;
  129. width: 100%;
  130. background-color: #336699;
  131. border: #134679 1px solid;
  132. }
  133. .titletext
  134. {
  135. font-weight: bold;
  136. margin-left: 3px;
  137. color: #ffffff;
  138. }
  139. /*Menu ***included in tm1webstyle.css***/
  140. .menu
  141. {
  142. border: #003399 1px solid;
  143. background-color: #ffffff;
  144. position: absolute;
  145. top: 0px;
  146. left: 0px;
  147. padding-bottom: 0px;
  148. padding-top: 0px;
  149. padding-left: 0px;
  150. padding-right: 0px;
  151. z-index: 701;
  152. font-size: 100%;
  153. }
  154. .subMenu
  155. {
  156. z-index: 702;
  157. }
  158. .menuItem
  159. {
  160. cursor:pointer;
  161. color: #000000;
  162. height: 20px;
  163. background-color: #ffffff;
  164. font-size: 8pt;
  165. font-family: Tahoma, Arial;
  166. font-weight: bold;
  167. }
  168. .menuItemSeparator
  169. {
  170. border-bottom: #c0c0c0 1px solid;
  171. }
  172. .menuItemWithPopup
  173. {
  174. background-image:url(../../images/right.gif);
  175. background-repeat: no-repeat;
  176. background-position: right;
  177. background-color: transparent;
  178. }
  179. .menuItemWithDisabledPopup
  180. {
  181. background-image:url(../../images/right_disabled.gif);
  182. background-repeat: no-repeat;
  183. background-position: right;
  184. background-color: transparent;
  185. }
  186. .menuItemDisabled
  187. {
  188. color:Gray;
  189. cursor:auto;
  190. }
  191. .menuItemHeader
  192. {
  193. border: 0px;
  194. text-align:center;
  195. padding-right: 2px;
  196. padding-left: 3px;
  197. background-color:#e7e7e7;
  198. }
  199. .menuItemBody
  200. {
  201. border: 0px;
  202. padding-left: 2px;
  203. padding-right:15px;
  204. padding-top: 3px;
  205. padding-bottom: 3px;
  206. text-decoration:underline;
  207. }
  208. .menuItemBodyWithPopup
  209. {
  210. background-image:url(../../images/right.gif);
  211. background-repeat: no-repeat;
  212. background-position: right;
  213. background-color: transparent;
  214. }
  215. .menuItemHeaderSelected
  216. {
  217. background-color: #e3e9f3;
  218. }
  219. .menuItemBodySelected
  220. {
  221. color: #000000;
  222. background-color: #e3e9f3;
  223. }