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.

79 lines
3.5 KiB

  1. BODY { font-family:'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif; margin:0; width:100%; height:100%; behavior:url(body.htc); }
  2. TD { vertical-align:top; margin:0; padding:0; }
  3. IMG { filter:chroma(color=white); }
  4. BUTTON SPAN { accelerator:true; text-decoration:underline; }
  5. LABEL SPAN { accelerator:true; text-decoration:underline; }
  6. UL { margin-top:0; margin-bottom:0; }
  7. .FontSizeStandard { font-size:9pt; }
  8. .WorkArea { padding-left:0.5em; width:100%; height:100%; overflow-y:auto; }
  9. .TaskArea { margin-top:1em; }
  10. .InputField { border:'1px solid'; margin-top:1mm; padding:1mm; behavior:url(inputfield.htc); }
  11. .InputRadio { cursor:hand; margin-right:2em; }
  12. .InputCheck { cursor:hand; }
  13. .CheckDesc { margin-left:2em; margin-bottom:2em; }
  14. .Hint { text-decoration:underline; cursor:hand; behavior:url(popup.htc); }
  15. .RadioGroup { margin-top:2em; }
  16. .DescRow { margin-top:1em; border-top:'thin solid'; padding-top:1mm; padding-left:1em; height:8em; }
  17. .ButtonRow { margin-top:1em; border-top:'thin solid'; padding-top:1mm; text-align:right; }
  18. .ButtonRow BUTTON { margin:1mm; }
  19. .StepGroup { margin:1em; }
  20. .Step { margin-bottom:1em; }
  21. .Step LABEL { margin-left:2em; }
  22. .StepText { margin-left:2em; }
  23. .PictureBox { margin-top:1em; height:40mm; overflow-y:auto; border:'thin solid'; }
  24. .PictureBox SPAN { float:left; margin:1mm; }
  25. .UserPict { width:16mm; height:16mm; }
  26. .Selectable { cursor:hand; padding:1px; behavior:url(selectable.htc); }
  27. .HelpText { font-size:9pt; text-align:justify; margin-top:1em; }
  28. .Glossary { border-bottom:'1px dotted'; behavior:url(popup.htc); }
  29. #idRelatedTaskLinks TABLE { cursor:hand; }
  30. #idLearnAboutLinks TABLE { cursor:hand; }
  31. #idTasks DIV { margin-bottom:2em; }
  32. /**
  33. *
  34. * Duplicates from cpwebvw.css defined here just in case we have trouble
  35. * loading res://webvw.dll/cpwebvw.css (so we don't look stupid). These
  36. * are normally overridden by cpwebvw.css.
  37. *
  38. */
  39. .FontHeader1 {font-family:'trebuchet MS'; font-size:16pt; font-weight:normal; font-style:normal}
  40. .FontHeader2 {}
  41. .FontSubHeader1 {font-family:tahoma; font-size:9pt; font-weight:bold; font-style:normal}
  42. .FontSubHeader2 {}
  43. .FontDescription1 {font-family:tahoma; font-size:8pt; font-weight:normal; font-style:normal}
  44. .FontDescription2 {}
  45. .FontPrompt1 {font-family:'trebuchet MS'; font-size:20pt; font-weight:normal; font-style:italic}
  46. .FontPrompt2 {}
  47. .FontPrimaryLink1 {font-family:tahoma; font-size:9pt; font-weight:bold; font-style:normal}
  48. .FontPrimaryLink2 {}
  49. .FontSecondaryLink1 {font-family:tahoma; font-size:8pt; font-weight:normal; font-style:normal}
  50. .FontSecondaryLink2 {}
  51. .ColorHeader1 {color:white}
  52. .ColorHeader2 {}
  53. .ColorPrimaryLink1 {color:#6c8da8}
  54. .ColorPrimaryLink2 {color:#4c6d88}
  55. .ColorSecondaryLink1 {color:#0fa3c4}
  56. .ColorSecondaryLink2 {}
  57. .ColorPrompt1 {color:#bdca9f}
  58. .ColorPrimaryLink1 {color:#6c8da8}
  59. .BackgroundHeader1 {background-color:#8cadc8;}
  60. .BackgroundHeader2 {}
  61. .BackgroundBody1 {background-color:white;}
  62. .DecorationsLink1 {text-decoration:none; cursor:hand}
  63. .AllAvailableSpace {height:100%; width:100%;}
  64. .FullWidth {width:100%}
  65. .FullHeight {height:100%}
  66. .FolderIcon {width:32px; height:32px; cursor:hand;}
  67. A {text-decoration:none; color:default;}
  68. A:hover {text-decoration:underline;}