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.

128 lines
2.5 KiB

  1. /* Cascading Style Sheet for IE4.01 last updated 10-16-97 */
  2. body { background: #FFFFFF;
  3. font-size: 75%; /* K2 and Proxy */
  4. /* font-size: 70%; */ /* SMS */
  5. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  6. color: #000000 }
  7. a:link { color: #0000CC; }
  8. a:active { color: #996699; }
  9. a:visited { color: #996699; }
  10. p { margin-top: .6em; margin-bottom: .6em }
  11. p.bigfix { margin-top: -.4em; margin-bottom: 0em;}
  12. p.margin { margin-left: 2em; margin-top: -1.75em;} /*for SMS links*/
  13. p.indent { margin-left: 1.5em }
  14. p.K2 { margin-top: 0em; margin-left: 10pt;}
  15. .le { color: #0000FF; }
  16. /* HEADING TAGS */
  17. h1 { font-size: 145%;
  18. margin-bottom: .5em; }
  19. h2 { font-size: 125%;
  20. margin-top: 1.5em;
  21. margin-bottom: .5em; }
  22. h3 { font-size: 110%;
  23. margin-top: 1.2em;
  24. margin-bottom: .5em; }
  25. h4 {font-size: 105%;
  26. margin-top: 1.2em;
  27. margin-bottom: .5em }
  28. h5 {font-size: 100%;
  29. margin-top: 1.2em;
  30. margin-bottom: .5em }
  31. h6 {font-size: 100%;
  32. margin-top: 1.2em;
  33. margin-bottom: .5em }
  34. big { font-weight: bold;
  35. font-size: 105%; }
  36. p.proclabel { font-weight: bold;
  37. font-size: 100%;
  38. margin-top: 1.2em } /*procedure heading*/
  39. /* LIST TAGS */
  40. ol { margin-top: .6em; margin-bottom: 0em; margin-left: 4em }
  41. ul { margin-top: .6em; margin-bottom: 0em }
  42. ol ul { list-style: disc; margin-top: .6em }
  43. li { margin-bottom: .7em;
  44. margin-left: -2em }
  45. /* TERM AND DEFINITION TAGS */
  46. dl { margin-top: 0em }
  47. dt { /* font-weight: bold; */
  48. margin-top: 1em;
  49. /* margin-left: 0em; */ /*for SMS terms*/
  50. /* margin-left: 1.5em */ }
  51. dd { margin-bottom: 0em; /*not currently working*/
  52. margin-left: 1.5em }
  53. dl li { margin-bottom: .7em } /*list item inside a term/def list*/
  54. dl dl { margin-top: 0em;
  55. margin-left: 0em } /*term/def list inside a term/def list*/
  56. /* TABLE TAGS */
  57. table { font-size: 100%;
  58. margin-top: 1em;
  59. margin-bottom: 1em }
  60. th { text-align: left;
  61. vertical-align: bottom;
  62. background: #dddddd }
  63. th.center { text-align: center }
  64. tr { vertical-align: top }
  65. td { vertical-align: top;
  66. /*background: #eeeeee */} /*not used for K2*/
  67. /* MISC. TAGS */
  68. pre { font-family: Courier;
  69. font-size: 125%;
  70. margin-top: 1.2em;
  71. margin-bottom: 1.5em }
  72. code { font-family: Courier;
  73. font-size: 125%; }
  74. pre code { font-size: 100%; }
  75. hr.sms { color: black; text-align: left } /*SMS specific rule used under procedure title*/
  76. hr.iis { color: black } /*IIS specific - preceding copyright*/