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.

57 lines
3.9 KiB

  1. BODY {font-family:Tahoma, Arial, sans-serif; font-size:8pt;}
  2. TABLE {font-family:Tahoma, Arial, sans-serif; font-size:8pt;}
  3. INPUT {font-family:Tahoma; font-size:8pt;}
  4. BUTTON {font-family:Tahoma; font-size:8pt;}
  5. H1 {font-family:'Franklin Gothic Medium'; font-size:21pt; font-weight:normal; font-style:normal; margin-top:0.5em; margin-bottom:0.5em;}
  6. H2 {font-family:'Franklin Gothic Medium'; font-size:18pt; font-weight:normal; font-style:normal; margin-top:0.5em; margin-bottom:0.5em;}
  7. H3 {font-family:Tahoma; font-size:8pt; font-weight:bold; font-style:normal; margin:0;}
  8. H4 {font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; margin:0;}
  9. /* Horizontal divider lines */
  10. .HorzLine1 {width:100%; font-size:1pt; border-top:'1px solid'; filter:alpha(style=1 startX=0 finishX=100 opacity=0 finishOpacity=100);}
  11. .HorzLine2 {width:100%; font-size:1pt; border-top:'1px solid'; filter:alpha(style=1 startX=0 finishX=100 opacity=100 finishOpacity=0);}
  12. /* Links are light-blue with underline only on rollover */
  13. A {font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; text-decoration:none; color:#215DC6}
  14. A:hover {text-decoration:underline; color:#428EFF}
  15. A:active {color:#428EFF}
  16. /* Page1 is a white background with black or dark-blue text. Link color is default. */
  17. .Page1 {background-color:white; color:black;}
  18. .Page1 TABLE {color:black}
  19. .Page1 TD {border-color:#215DC6}
  20. .Page1 H1 {color:#7294DF}
  21. .Page1 H2 {color:#7294DF}
  22. .Page1 H3 {color:#215DC6}
  23. .Page1 H4 {color:#215DC6}
  24. .Page1 .HorzLine1 {color:#215DC6}
  25. .Page1 .HorzLine2 {color:#215DC6}
  26. /* Page2 is a blue background with white or light-blue text */
  27. .Page2 {background-color:#6375D6; color:white;}
  28. .Page2 TABLE {color:white}
  29. .Page2 TD {border-color:white}
  30. .Page2 H1 {color:#D6DFF5}
  31. .Page2 H2 {color:#D6DFF5}
  32. .Page2 H3 {color:white}
  33. .Page2 H4 {color:white}
  34. .Page2 A {color:white}
  35. .Page2 A:hover {color:white}
  36. .Page2 A:active {color:white}
  37. .Page2 .HorzLine1 {color:#D6DFF5}
  38. .Page2 .HorzLine2 {color:#D6DFF5}
  39. .CategoryTitle {color:white; height:3em; padding:'0 1em'; font-family:Tahoma; font-size:8pt; font-weight:bold; font-style:normal; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#FF3366CC',EndColorStr='#FF6375D6');}
  40. /* Left pane */
  41. .SecondaryPane {width:200px; font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FF7BA2E7',EndColorStr='#FF6375D6'); color:#000080; background-color:#7BA2E7; display:expression( (document.body.clientWidth > 400) ? 'block' : 'none' );}
  42. .SecondaryPane TABLE {color:#000080;}
  43. /* Used for Related Tasks and Learn About in the left pane */
  44. .LearnAboutBox {border:'1px solid white'; background-color:white; margin-bottom:1em;}
  45. .LearnAboutCaption {height:2em; padding:'0.3em 1em'; font-family:Tahoma; font-size:8pt; font-weight:bold; font-style:normal; color:#215DC6; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#FFFFFFFF',EndColorStr='#FFC6D3F7'); border-bottom:'1px solid #C6D3F7';}
  46. .LearnAboutBody {padding:'1mm 2mm'; font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; background-color:#EEF2FB;}
  47. /* Bullets for lists of links on the "Pick a task" and "What do you want to do?" pages */
  48. UL.TaskList {list-style-type:square; list-style-image:url(taskbullet.gif);}