modern.css 4.6 KB

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