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.

75 lines
1.4 KiB

  1. BODY {
  2. margin:0;
  3. overflow:hidden;
  4. background:#ffffff;
  5. padding:10px;
  6. }
  7. TD {
  8. vertical-align:top;
  9. text-align:left;
  10. }
  11. .workarea {
  12. background:#ffffff;
  13. background-image:url('note_watermark.gif');
  14. background-repeat:no-repeat;
  15. background-position:bottom right;
  16. color:#1855C6;
  17. font-family:tahoma;
  18. font-weight:bold;
  19. font-size:8pt;
  20. padding:10px;
  21. padding-left:0px;
  22. border:1px solid activecaption;
  23. }
  24. .action {
  25. padding-bottom:10px;
  26. white-space:nowrap;
  27. }
  28. .glyph {
  29. position:absolute;
  30. top:8; left:15;
  31. height:27px; width:33px;
  32. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mediabar.png', sizingMethod='scale');
  33. }
  34. .titlebarLeft {
  35. background:activecaption;
  36. font-size:0pt;
  37. }
  38. .titlebarRight {
  39. background:activecaption;
  40. font-size:0pt;
  41. }
  42. .title {
  43. color:white;
  44. font-family:tahoma;
  45. font-weight:bold;
  46. font-size:8pt;
  47. vertical-align:middle;
  48. padding-left:40px;
  49. overflow:hidden;
  50. }
  51. A {
  52. color:#1855C6;
  53. text-decoration:none;
  54. }
  55. a:link {
  56. color:#1855C6;
  57. text-decoration:none;
  58. }
  59. a:hover {
  60. color:#428EFF;
  61. text-decoration:underline;
  62. }
  63. LI A {
  64. text-decoration:underline;
  65. }