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