banner.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. div#ibm-banner {
  15. width:100%;
  16. min-width: 838px;
  17. height:35px;
  18. overflow: hidden;
  19. }
  20. div#ibm-banner table {
  21. background: url('../../images/banner/banner-background.png') repeat-x 0 0;
  22. width:100%;
  23. }
  24. td#ibm-banner-main {
  25. background: url('../../images/banner/banner-swoosh.png') no-repeat;
  26. background-position: 220px 0;
  27. padding-left:18px;
  28. height:35px;
  29. max-height:35px;
  30. white-space:nowrap;
  31. }
  32. span.ibm-banner-product-name {
  33. display:block;
  34. float:left;
  35. color:#fff;
  36. font-family:Helvetica, Verdana, Tahoma, Arial, sans-serif;
  37. font-size:0.95em;
  38. font-weight:normal;
  39. vertical-align: middle;
  40. padding-top:2px;
  41. }
  42. td#ibm-banner-main img {
  43. float: left;
  44. margin-right:5px;
  45. }
  46. div#ibm-banner-content{
  47. float:right;
  48. margin-left:30px;
  49. margin-right:20px;
  50. padding-top:3px;
  51. white-space:nowrap;
  52. }
  53. div#ibm-banner-content ul {
  54. display: inline;
  55. margin:0;
  56. margin-left:60px;
  57. padding:0;
  58. }
  59. div#ibm-banner-content ul li {
  60. display: inline;
  61. list-style-type: none;
  62. padding-left:12px;
  63. padding-right: 12px;
  64. white-space:nowrap;
  65. border-left:solid 1px #fff;
  66. height:1%;
  67. }
  68. div#ibm-banner-content ul li.first {
  69. padding-left:0;
  70. border-left:none;
  71. }
  72. div#ibm-banner-content ul li a {
  73. color:#fff;
  74. font-family:Verdana, Tahoma, Arial, sans-serif;
  75. font-size:.75em;
  76. text-decoration:none;
  77. }
  78. div#ibm-banner-content ul li a:hover {
  79. text-decoration:underline;
  80. }
  81. span#ibm-banner-welcome{
  82. color:#fff;
  83. font-family:Verdana, Tahoma, Arial, sans-serif;
  84. font-size:.75em;
  85. display:inline;
  86. }
  87. td#ibm-banner-logo {
  88. padding-right:8px;
  89. }