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.

98 lines
1.9 KiB

  1. /* BackOffice Common Linked Style Sheet for IE3 - last updated 10-10-97 */
  2. body { background: #FFFFFF;
  3. font-size: 75%; /* K2 and Proxy */
  4. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  5. color: #000000 }
  6. a:link { color: #0000CC; }
  7. a:active { color: #996699; }
  8. a:visited { color: #996699; }
  9. h1 { font-size: 145%;
  10. }
  11. h2 { font-size: 125%;
  12. }
  13. h3 { font-size: 110%;
  14. }
  15. h4 {font-size: 105%;
  16. }
  17. h5 {font-size: 100%;
  18. }
  19. h6 {font-size: 100%;
  20. }
  21. big { font-weight: bold;
  22. font-size: 105%; }
  23. ol { }
  24. ul { }
  25. ol ul { }
  26. li { }
  27. dl { margin-top: 0em }
  28. dt { /* font-weight: bold; */
  29. margin-top: 1em;
  30. /* margin-left: 0em; */ /*for SMS terms*/
  31. /* margin-left: 1.5em */ }
  32. dd { margin-bottom: 0em; /*not currently working*/
  33. margin-left: 1.5em }
  34. dl li { margin-bottom: .7em } /*list item inside a term/def list*/
  35. dl dl { margin-top: 0em;
  36. margin-left: 0em } /*term/def list inside a term/def list*/
  37. p { }
  38. code { font-family: Courier;
  39. font-size: 100%; }
  40. pre { font-family: Courier;
  41. font-size: 100%; }
  42. div dt { margin-left: -2pt; }
  43. hr { margin-bottom: 20pt; } /*IIS specific - preceding copyright*/
  44. table { margin-top: 2pt;
  45. margin-bottom: 10pt;
  46. font-size: 75%;
  47. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  48. color: #000000}
  49. object { margin-top: 0pt;
  50. line-height: 11.3em; }
  51. img { margin-top: -4pt; }
  52. indent { margin-left: 12pt; }
  53. /* MISC. TAGS */
  54. p.proclabel { font-weight: bold;
  55. font-size: 100%;
  56. margin-top: 1.2em } /*procedure heading*/
  57. p.bigfix { margin-top: -11em;
  58. margin-bottom: -11em; } /*paragraph following a list, preceding a procedure*/
  59. p.indent { margin-left: 1.5em }
  60. hr.sms { text-align: left;
  61. margin-bottom: 7pt; } /*SMS specific rule used under procedure title*/
  62. hr.iis { color: black;
  63. margin-bottom: 20pt; } /*IIS specific - preceding copyright*/