Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
544 B

  1. /* EXTERNAL STYLE SHEET FOR BRANDING ELEMENTS */
  2. .divBranding
  3. {
  4. position:absolute;
  5. left:20%;
  6. top:70%;
  7. width:80%;
  8. height:30%;
  9. text-align:right;
  10. z-index:-1
  11. }
  12. /*
  13. WORKAROUND FOR IE5 BUG:
  14. The following style attributes were removed from .divBranding:
  15. padding-left:2%;
  16. padding-right:2%;
  17. */
  18. .tblBranding
  19. {
  20. position:relative;
  21. width:100%;
  22. height:100%;
  23. }
  24. .tdBranding
  25. {
  26. text-align:right;
  27. font-family:Trebuchet MS;
  28. line-height:95%;
  29. color:#FEF4D7;
  30. letter-spacing:-1.5pt;
  31. visibility:Visible;
  32. }