123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- /****************************************************************
- ** IBM Confidential
- **
- ** OCO Source Materials
- **
- ** BI and PM: tm1web
- **
- ** (C) Copyright IBM Corp. 2007, 2009, 2011
- **
- ** The source code for this program is not published or otherwise
- ** divested of its trade secrets, irrespective of what has been
- ** deposited with the U.S. Copyright Office.
- *****************************************************************/
- /* ------------------------------------------------
- Styles and images for Web main header area
- ------------------------------------------------ */
- body
- {
- margin: 0px 0px;
- padding: 0px 0px;
- }
- table
- {
- width: 100%;
- }
- /* Disable default selection in Firefox */
- table
- {
- -moz-user-select: none;
- }
- /* -----------------------------
- Top border
- ----------------------------- */
- /* -----------------------------
- Global link area (top right)
- ----------------------------- */
- .globalheader_linkarea
- {
- text-align:right;
- }
- .globalheader_links
- {
- width: 100%;
- text-align: right;
- vertical-align:middle;
- background-image: url(../../images/banner/globalheader_background.png);
- background-repeat: repeat-x;
- }
- /* user name, e.g. value (e.g. "admin") */
- .globalheader_label
- {
- color: #ffffff;
- font-family: Arial;
- font-size: 8pt;
- font-weight: bold;
- vertical-align:bottom;
- padding: 0px 10px 0px 10px;
- }
- /* Global link text */
- .globalheader_link
- {
- color: #ffffff;
- font-family: Arial;
- font-size: 8pt;
- vertical-align:bottom;
- cursor: pointer;
- padding: 0px 10px 0px 10px;
- text-decoration:underline;
- }
- .globalheader_link_over
- {
- color: rgb(255, 153, 0);
- font-family: Arial;
- font-size: 8pt;
- vertical-align:bottom;
- cursor: pointer;
- padding: 0px 10px 0px 10px;
- text-decoration:underline;
- }
- .globalheader_link_separator
- {
- background-image: url(../../images/banner/tool_sep_dot_line_banner.gif);
- background-repeat:no-repeat;
- background-position:bottom;
- }
- /* ----------------------------
- Background image
- ---------------------------- */
- .globalheader_background
- {
- background-image: url(../../images/banner/globalheader_background.png);
- background-repeat: repeat-x;
- width: 100%;
- }
- .globalheader_background td
- {
- white-space: nowrap;
- }
- /* ----------------------------
- Logo area
- ---------------------------- */
- /* Logo image */
- .globalheader_logo
- {
- width: 300px;
- height: 15px;
- background-image: url(../../images/banner/globalheader_logo.gif);
- background-repeat: no-repeat;
- background-position: 0px;
- padding: 0px 0px 0px 0px;
- }
- /* ------------------------------------------------
- End of Styles and images for TM1 Web main header area
- ------------------------------------------------ */
- .bodybkgrnd
- {
- padding-right: 0px;
- padding-left: 0px;
- background-image: url(../../images/blank.gif);
- padding-bottom: 0px;
- margin: 0px;
- padding-top: 0px;
- white-space: nowrap;
- background-color: FFFFFF;
- }
- .splitter
- {
- background-color: #e7e7e7;
- border-left: solid 1px #cccccc;
- border-right: solid 1px #cccccc;
- border-top: 0px;
- border-bottom: 0px;
- z-index: 700;
- width: 8px;
- height: 100%;
- cursor: col-resize;
- }
- .mainToolbar
- {
- white-space:nowrap;
- }
- .logoToolbar
- {
- BACKGROUND-COLOR: 546EAB;
- white-space:nowrap;
- }
-
- .toolbarButton
- {
- BACKGROUND-COLOR: transparent;
- color: 000099;
- font-family: Tahoma, arial;
- font-size: 8pt;
- font-weight: bold;
- border: 0px solid;
- border-top-color: #245DDB;
- border-left-color: #245DDB;
- border-right-color: #245DDB;
- border-bottom-color: #245DDB;
- width: 10%;
- }
- .toolbarButton_on
- {
- background-color: transparent;
- color:6666CC;
- font-family: Tahoma, arial;
- font-size: 8pt;
- font-weight: bold;
- border: 0px solid;
- border-top-color: #FFFFFF;
- border-left-color: #FFFFFF;
- border-right-color: Silver;
- border-bottom-color: Silver;
- }
- .toolbarLabel
- {
- color: white;
- font-family: Tahoma, arial;
- font-size: 8pt;
- font-weight: bold;
- }
|