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.

85 lines
1.7 KiB

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