123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- /****************************************************************
- ** 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.
- *****************************************************************/
- div#ibm-banner {
- width:100%;
- min-width: 838px;
- height:35px;
- overflow: hidden;
- }
- div#ibm-banner table {
- background: url('../../images/banner/banner-background.png') repeat-x 0 0;
- width:100%;
- }
- td#ibm-banner-main {
- background: url('../../images/banner/banner-swoosh.png') no-repeat;
- background-position: 220px 0;
- padding-left:18px;
- height:35px;
- max-height:35px;
- white-space:nowrap;
- }
- span.ibm-banner-product-name {
- display:block;
- float:left;
- color:#fff;
- font-family:Helvetica, Verdana, Tahoma, Arial, sans-serif;
- font-size:0.95em;
- font-weight:normal;
- vertical-align: middle;
- padding-top:2px;
- }
- td#ibm-banner-main img {
- float: left;
- margin-right:5px;
- }
- div#ibm-banner-content{
- float:right;
- margin-left:30px;
- margin-right:20px;
- padding-top:3px;
- white-space:nowrap;
- }
- div#ibm-banner-content ul {
- display: inline;
- margin:0;
- margin-left:60px;
- padding:0;
- }
- div#ibm-banner-content ul li {
- display: inline;
- list-style-type: none;
- padding-left:12px;
- padding-right: 12px;
- white-space:nowrap;
- border-left:solid 1px #fff;
- height:1%;
- }
- div#ibm-banner-content ul li.first {
- padding-left:0;
- border-left:none;
- }
- div#ibm-banner-content ul li a {
- color:#fff;
- font-family:Verdana, Tahoma, Arial, sans-serif;
- font-size:.75em;
- text-decoration:none;
- }
- div#ibm-banner-content ul li a:hover {
- text-decoration:underline;
- }
- span#ibm-banner-welcome{
- color:#fff;
- font-family:Verdana, Tahoma, Arial, sans-serif;
- font-size:.75em;
- display:inline;
- }
- td#ibm-banner-logo {
- padding-right:8px;
- }
|