Source code of Windows XP (NT5)
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.

50 lines
3.5 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. .HorzLine1 {width:100%; font-size:1pt; border-top:'1px solid'; filter:alpha(style=1 startX=0 finishX=100 opacity=0 finishOpacity=100);}
  10. .HorzLine2 {width:100%; font-size:1pt; border-top:'1px solid'; filter:alpha(style=1 startX=0 finishX=100 opacity=100 finishOpacity=0);}
  11. A {font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; text-decoration:none; color:#215DC6}
  12. A:hover {text-decoration:underline; color:#428EFF}
  13. A:active {color:#428EFF}
  14. .Page1 {background-color:white; color:black;}
  15. .Page1 TABLE {color:black}
  16. .Page1 TD {border-color:#215DC6}
  17. .Page1 H1 {color:#7294DF}
  18. .Page1 H2 {color:#7294DF}
  19. .Page1 H3 {color:#215DC6}
  20. .Page1 H4 {color:#215DC6}
  21. .Page1 .HorzLine1 {color:#215DC6}
  22. .Page1 .HorzLine2 {color:#215DC6}
  23. .Page2 {background-color:#6375D6; color:white;}
  24. .Page2 TABLE {color:white}
  25. .Page2 TD {border-color:white}
  26. .Page2 H1 {color:#D6DFF5}
  27. .Page2 H2 {color:#D6DFF5}
  28. .Page2 H3 {color:white}
  29. .Page2 H4 {color:white}
  30. .Page2 A {color:white}
  31. .Page2 A:hover {color:white}
  32. .Page2 A:active {color:white}
  33. .Page2 .HorzLine1 {color:#D6DFF5}
  34. .Page2 .HorzLine2 {color:#D6DFF5}
  35. .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');}
  36. .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' );}
  37. .SecondaryPane TABLE {color:#000080;}
  38. .LearnAboutBox {border:'1px solid white'; background-color:white; margin-bottom:1em;}
  39. .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';}
  40. .LearnAboutBody {padding:'1mm 2mm'; font-family:Tahoma; font-size:8pt; font-weight:normal; font-style:normal; background-color:#EEF2FB;}
  41. UL.TaskList {list-style-type:square; list-style-image:url(taskbullet.gif);}