tm1webtop.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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. /* ------------------------------------------------
  15. Styles and images for Web main header area
  16. ------------------------------------------------ */
  17. body
  18. {
  19. margin: 0px 0px;
  20. padding: 0px 0px;
  21. }
  22. table
  23. {
  24. width: 100%;
  25. }
  26. /* Disable default selection in Firefox */
  27. table
  28. {
  29. -moz-user-select: none;
  30. }
  31. /* -----------------------------
  32. Top border
  33. ----------------------------- */
  34. /* -----------------------------
  35. Global link area (top right)
  36. ----------------------------- */
  37. .globalheader_linkarea
  38. {
  39. text-align:right;
  40. }
  41. .globalheader_links
  42. {
  43. width: 100%;
  44. text-align: right;
  45. vertical-align:middle;
  46. background-image: url(../../images/banner/globalheader_background.png);
  47. background-repeat: repeat-x;
  48. }
  49. /* user name, e.g. value (e.g. "admin") */
  50. .globalheader_label
  51. {
  52. color: #ffffff;
  53. font-family: Arial;
  54. font-size: 8pt;
  55. font-weight: bold;
  56. vertical-align:bottom;
  57. padding: 0px 10px 0px 10px;
  58. }
  59. /* Global link text */
  60. .globalheader_link
  61. {
  62. color: #ffffff;
  63. font-family: Arial;
  64. font-size: 8pt;
  65. vertical-align:bottom;
  66. cursor: pointer;
  67. padding: 0px 10px 0px 10px;
  68. text-decoration:underline;
  69. }
  70. .globalheader_link_over
  71. {
  72. color: rgb(255, 153, 0);
  73. font-family: Arial;
  74. font-size: 8pt;
  75. vertical-align:bottom;
  76. cursor: pointer;
  77. padding: 0px 10px 0px 10px;
  78. text-decoration:underline;
  79. }
  80. .globalheader_link_separator
  81. {
  82. background-image: url(../../images/banner/tool_sep_dot_line_banner.gif);
  83. background-repeat:no-repeat;
  84. background-position:bottom;
  85. }
  86. /* ----------------------------
  87. Background image
  88. ---------------------------- */
  89. .globalheader_background
  90. {
  91. background-image: url(../../images/banner/globalheader_background.png);
  92. background-repeat: repeat-x;
  93. width: 100%;
  94. }
  95. .globalheader_background td
  96. {
  97. white-space: nowrap;
  98. }
  99. /* ----------------------------
  100. Logo area
  101. ---------------------------- */
  102. /* Logo image */
  103. .globalheader_logo
  104. {
  105. width: 300px;
  106. height: 15px;
  107. background-image: url(../../images/banner/globalheader_logo.gif);
  108. background-repeat: no-repeat;
  109. background-position: 0px;
  110. padding: 0px 0px 0px 0px;
  111. }
  112. /* ------------------------------------------------
  113. End of Styles and images for TM1 Web main header area
  114. ------------------------------------------------ */
  115. .bodybkgrnd
  116. {
  117. padding-right: 0px;
  118. padding-left: 0px;
  119. background-image: url(../../images/blank.gif);
  120. padding-bottom: 0px;
  121. margin: 0px;
  122. padding-top: 0px;
  123. white-space: nowrap;
  124. background-color: FFFFFF;
  125. }
  126. .splitter
  127. {
  128. background-color: #e7e7e7;
  129. border-left: solid 1px #cccccc;
  130. border-right: solid 1px #cccccc;
  131. border-top: 0px;
  132. border-bottom: 0px;
  133. z-index: 700;
  134. width: 8px;
  135. height: 100%;
  136. cursor: col-resize;
  137. }
  138. .mainToolbar
  139. {
  140. white-space:nowrap;
  141. }
  142. .logoToolbar
  143. {
  144. BACKGROUND-COLOR: 546EAB;
  145. white-space:nowrap;
  146. }
  147. .toolbarButton
  148. {
  149. BACKGROUND-COLOR: transparent;
  150. color: 000099;
  151. font-family: Tahoma, arial;
  152. font-size: 8pt;
  153. font-weight: bold;
  154. border: 0px solid;
  155. border-top-color: #245DDB;
  156. border-left-color: #245DDB;
  157. border-right-color: #245DDB;
  158. border-bottom-color: #245DDB;
  159. width: 10%;
  160. }
  161. .toolbarButton_on
  162. {
  163. background-color: transparent;
  164. color:6666CC;
  165. font-family: Tahoma, arial;
  166. font-size: 8pt;
  167. font-weight: bold;
  168. border: 0px solid;
  169. border-top-color: #FFFFFF;
  170. border-left-color: #FFFFFF;
  171. border-right-color: Silver;
  172. border-bottom-color: Silver;
  173. }
  174. .toolbarLabel
  175. {
  176. color: white;
  177. font-family: Tahoma, arial;
  178. font-size: 8pt;
  179. font-weight: bold;
  180. }