123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- /********************************
- * Licensed Materials - Property of IBM
- *
- * IBM Cognos Products: cpscrn
- *
- * (C) Copyright IBM Corp. 2005, 2012
- *
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- ********************************/
- #headerBackA11Y{
- background: none repeat-x 0 0;
- background-image: none, -moz-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000));
- background-image: none, -webkit-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, -o-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, -ms-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, linear-gradient(to bottom, #444444 0%, #000000 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );
- zoom: 1;
- background-color: #444444;
- min-height: 35px;
- float: left;
- min-width: 100%;
- }
- #headerBack {
- background: none repeat-x 0 0;
- background-image: none, -moz-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000));
- background-image: none, -webkit-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, -o-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, -ms-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, linear-gradient(to bottom, #444444 0%, #000000 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );
- zoom: 1;
- background-color: #444444;
- min-height: 35px;
- }
- .mainHeader1 {
- background: none no-repeat;
- background-image: none;
- background-position: 220px 0;
- max-height: 35px;
- height: 35px;
- min-width: 838px;
- width: 100%;
- }
- .mainHeader1 tr {
- background-image: url(../../../ps/images/space.gif); /* required for IE in high contrast mode */
- }
- table.mainHeader1 a {
- color: #ffffff;
- }
- .mainHeader1Middle {
- width: 100%;
- text-align: right;
- padding-left: 30px;
- padding-right: 10px;
- vertical-align: inherit;
- }
- .rtl .mainHeader1Middle {
- text-align: left;
- padding-left: 10px;
- padding-right: 30px;
- }
- #ibmLogo {
- background: none no-repeat;
- background-image: url(../../../skins/presentation/branding/ibm-logo-white.gif);
- background-position: 0px 10px;
- height: 15px;
- font-size: 0px;
- padding-right: 16px;
- padding-left: 41px;
- display: ;
- }
- .rtl #ibmLogo {
- background-position: 16px 10px;
- }
- .logo {
- width: 45px;
- height: 16px;
- display: none;
- background-image: none;
- background-image: url(../../../skins/presentation/branding/your_logo_here.gif);
- background-position: top left;
- background-repeat: no-repeat;
- }
- .logoContainer {
- }
- .bannerOptionsButtonNormal {
- padding: 2px;
- cursor: pointer;
- }
- .bannerOptionsButtonOver {
- border: 1px solid #ffffff;
- padding: 1px;
- cursor: pointer;
- }
- .bannerDivider {
- background-image: url(../shared/images/tool_sep_dot_line_banner.gif);
- background-position: top left;
- background-repeat: no-repeat;
- font-size: 0px;
- width: 1px;
- height: 18px;
- }
- .bannerOptions {
- color: #ffffff;
- text-decoration: underline;
- cursor: pointer;
- }
- .headerTitle {
- font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
- padding-left: 16px;
- font-weight: normal;
- color: #ffffff;
- vertical-align: middle;
- white-space: nowrap;
- width: 100%;
- }
- .rtl .headerTitle {
- padding-left: 0px;
- padding-right: 16px;
- }
- .headerBannerLip{
- background-color: #008abf;
- clear: left;
- display: block;
- height: 4px;
- overflow:hidden;
- }
- .userNameContainer {
- padding-right: 8px;
- font-weight: bold;
- color: #ffffff;
- white-space: nowrap;
- }
- .customBannerContainer {
- padding-left: 5px;
- padding-right: 5px;
- white-space: nowrap;
- }
- .refreshContainer {
- padding-left: 3px;
- }
- .personalOptionsContainer {
- padding-left: 5px;
- }
- .homeContainer {
- padding-left: 5px;
- }
- .returnContainer {
- padding-left: 5px;
- }
- .searchEditContainer {
- padding-left: 5px;
- }
- .searchIconContainer {
- padding-left: 3px;
- padding-right: 3px;
- }
- .helpContainer {
- padding-left: 3px;
- padding-right: 5px;
- }
- .dividerContainer {
- padding-left: 2px;
- }
- .authOptionContainer {
- padding-right: 3px;
- white-space: nowrap;
- }
- .appOptionsContainer {
- padding-left: 2px;
- }
|