home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / Servis / sambar / _SETUP.1 / webmail_2.css < prev    next >
Cascading Style Sheet File  |  2000-03-17  |  3KB  |  181 lines

  1. BODY {
  2.     margin : 0px 0px 0px 0px;
  3. }
  4.  
  5. /* login template */
  6. BODY.login {
  7.     margin : 0px 0px 0px 0px;
  8.     background-color : Maroon;
  9.     font-family : "MS Serif", "New York", serif;
  10.     color : #FFD977;
  11.     overflow-x : hidden;
  12.     overflow-y : visible;
  13. }
  14.  
  15. .level1 {
  16.     position : absolute;
  17.     z-index : 1;
  18.     visibility : visible;
  19. }
  20.  
  21. .level2 {
  22.     position : absolute;
  23.     z-index : 2;
  24.     visibility : visible;
  25. }
  26.  
  27. .level2i {
  28.     position : absolute;
  29.     z-index : 2;
  30.     visibility : hidden;
  31. }
  32.  
  33. #logo {
  34.     top : 0px;
  35.     left : 0px;
  36.     overflow : hidden;
  37. }
  38.  
  39. #loginbox {
  40.     top : 156px;
  41.     color : #FFD977;
  42.     font-family : Eppley-Thin, sans-serif;
  43.     font-size : 8pt;
  44.     left : 133px;
  45. }
  46.  
  47. #loginboxCT {
  48.     top : 166px;
  49.     color : #FFD977;
  50.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  51.     font-size : 9pt;
  52.     left : 193px;
  53. }
  54.  
  55. #loginErrMsg {
  56.     top : 350px;
  57.     left : 133px;
  58.     width : 374px;
  59.     background-color : #FFD977;
  60.     color : Black;
  61.     layer-background-color : #FFD977;
  62. }
  63.  
  64. #poweredBy {
  65.     top : 430px;
  66.     left : 400px;
  67. }
  68.  
  69. TD.loginfrm {
  70.     color : #FFD977;
  71.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  72.     font-size : 9pt;
  73.  
  74. }
  75.  
  76. SPAN.loginError {
  77.     display : inline;
  78.     font-weight : bold;
  79.     color : #F83428;
  80. }
  81.  
  82. /*webmail template */
  83. TH.navbarMaillist {
  84.     background-color : #FAEDBC;
  85.     color : #003399;
  86.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  87.     font-size : 10pt;
  88.     font-weight : bold;
  89. }
  90. TD.chkunchk { 
  91.     color: #FFD977;
  92.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  93.     font-size : 10pt;
  94. }
  95.  
  96. TD.chkunchk A {
  97.     text-decoration : underline;
  98.     color : #FAEDBC;
  99.     display : inline;
  100. }
  101.  
  102. TD.chkunchk A:HOVER {
  103.     text-decoration : none;
  104.     color : #FFFFBC;
  105.     display : inline;
  106. }
  107.  
  108. TD.navbar {
  109.     color : Maroon;
  110.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  111.     background-color : #FFD977;
  112. }
  113.  
  114. TD.navscore {
  115.     background-color : #FAEDBC;
  116. }
  117.  
  118.  
  119.  
  120.  
  121. /*webmail template, general formating of maillist */
  122. TD.even {
  123.     background-color : #FFD977;
  124.     color : Black;
  125.     font-family : "Lucida Sans Typewriter", "Courier New", monospace;
  126.     font-size : 8pt;
  127. }
  128.  
  129. TD.even A {
  130.     color : #003399;
  131.     text-decoration : underline;
  132.     display : inline;
  133. }
  134.  
  135. TD.even A:HOVER {
  136.     text-decoration : none;
  137. }
  138.  
  139. TD.odd {
  140.     font-family : "Lucida Sans Typewriter", "Courier New", monospace;
  141.     font-size : 8pt;
  142.     background-color : #0C2950;
  143.     color : #FAEDBC;
  144. }
  145.  
  146. TD.odd A {
  147.     color : #FAEDBC;
  148.     text-decoration : underline;
  149.     display : inline;
  150. }
  151.  
  152. TD.odd A:HOVER {
  153.     text-decoration : none;
  154. }
  155.  
  156. TD.filter0 {
  157.     background-color : White;
  158.     color : Black;
  159.     font-family : "Lucida Sans Typewriter", "Courier New", monospace;
  160.     font-size : 8pt;
  161.     font-style : normal;
  162. }
  163.  
  164. TD.filter1 {
  165.     background-color : #A00416;
  166.     color : #F7DB08;
  167.     font-family : "Lucida Sans Typewriter", "Courier New", monospace;
  168.     font-size : 10pt;
  169.     font-style : italic;
  170. }
  171.  
  172. TD.filter1 A {
  173.     color : #FAEDBC;
  174.     text-decoration : underline;
  175.     display : inline;
  176. }
  177.  
  178. TD.filter1 A:HOVER {
  179.     text-decoration : none;
  180. }
  181.