login.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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. html, body {
  15. background-color: #E2E9EF;
  16. margin: 0;
  17. padding: 0;
  18. height: 99%;
  19. color: #474749;
  20. font-size: 11px;
  21. font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  22. scrollbar-base-color: #333;
  23. scrollbar-arrow-color: #464646;
  24. scrollbar-darkshadow-color: #9FABBB;
  25. scrollbar-track-color: #F2F5F7;
  26. scrollbar-face-color: #E8EBF0;
  27. scrollbar-shadow-color: #CED6E1;
  28. scrollbar-highlight-color: #F3F5F7;
  29. scrollbar-3dlight-color: #C4CEDB;
  30. }
  31. input.field, select.field {
  32. border-style: solid;
  33. border-width: 1px;
  34. border-color: #9FABBB;
  35. background-color: #FFFFFF;
  36. color: #464646;
  37. font-size: 11px;
  38. font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  39. padding-left: 4px;
  40. }
  41. /* ------------------- START: LOGIN SPECIFIC STYLES ------------------- */
  42. #loginBody {
  43. background-position: center;
  44. background-repeat: no-repeat;
  45. }
  46. div#loginBoxWithShadow {
  47. position:absolute; left:50%; top:50%; width:275px; height:420px; z-index:1;
  48. margin-left:-138px;
  49. margin-top: -195px;
  50. }
  51. #loginBox {
  52. font-size: 11px;
  53. FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  54. color: black;
  55. padding:0px;
  56. position: absolute;
  57. border: solid 1px #808080;
  58. text-align:left;
  59. position: absolute; left: 0; right: 16px; top: 0; bottom: 0;
  60. background:#fff;
  61. -moz-opacity:0.85;
  62. -khtml-opacity: 0.85;
  63. opacity: 0.85;
  64. filter:alpha(opacity=85);
  65. }
  66. /* Firefox and IE7 only */
  67. html>body #loginBox {
  68. padding: 12px;
  69. }
  70. #loginBoxInner {
  71. width: 100%;
  72. height: 100%;
  73. padding: 0;
  74. }
  75. /* IE6 only */
  76. * html body #loginBoxInner {
  77. padding:12px;
  78. background:#fff;
  79. }
  80. /* IE6 only */
  81. * #loginBoxInner input {
  82. position: relative;
  83. z-index: 1;
  84. }
  85. /* IE6 only */
  86. * #loginBoxInner a {
  87. position: relative;
  88. z-index: 1;
  89. }
  90. /* IE6 only */
  91. * #loginBoxInner button {
  92. position: relative;
  93. z-index: 1;
  94. }
  95. /* Firefox and IE7 only */
  96. html>body #loginBox {
  97. /*background-image:url(../../images/loginpanel3.png);*/
  98. }
  99. #loginBox a {
  100. color:blue;
  101. }
  102. div#loginCopyright {
  103. font-size: 9px;
  104. }
  105. div#loginTitle {
  106. font-family:Tahoma;
  107. font-size:13px;
  108. font-weight:bold;
  109. text-align:left;
  110. }
  111. .loginInput {
  112. border: 1px solid #9FABBB;
  113. FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  114. font-size: 10px;
  115. float: none;
  116. text-align:left;
  117. }
  118. #loginButton {
  119. font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  120. font-size: 11px;
  121. }
  122. .loginShadowTop {
  123. position: absolute; right: 0; top: 0; width: 16px; height: 30px;
  124. overflow: hidden;
  125. }
  126. /* Firefox and IE7 only */
  127. html>body .loginShadowTop {
  128. background-image:url(../../images/login_shadow_right_top.png);
  129. }
  130. .loginShadowMiddle {
  131. position: absolute; right: 0; top: 30px; width: 16px; bottom: 30px;
  132. overflow: hidden;
  133. }
  134. /* Firefox and IE7 only */
  135. html>body .loginShadowMiddle {
  136. background-image:url(../../images/login_shadow_right_side.png);
  137. background-repeat:repeat-y;
  138. }
  139. .loginShadowBottom {
  140. position: absolute; right: 0; bottom: 0; width: 16px; height: 30px;
  141. overflow: hidden;
  142. }
  143. /* Firefox and IE7 only */
  144. html>body .loginShadowBottom {
  145. background-image:url(../../images/login_shadow_right_bottom.png);
  146. }
  147. .loginShadowInner {
  148. width: 16px;
  149. }
  150. .textTop { vertical-align:text-top; }
  151. .textBottom { vertical-align:text-bottom; }
  152. /* ------------------- END: LOGIN SPECIFIC STYLES ------------------- */