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.

78 lines
2.0 KiB

  1. /* last updated 01/16/01 - RWF */
  2. /* Added Table.nested margin nested tables -- 02/26/01 */
  3. body { font-size: 70%;
  4. font-family: Verdana, Arial, MS Sans Serif;
  5. margin-left: 0em;
  6. padding-left: 1.5em; }
  7. H1 { font-size: 150%; }
  8. H2 { font-size: 125%; }
  9. H3 { font-size: 100%; }
  10. p { margin-top: .5em; margin-bottom: .75em; }
  11. p.procLabel { font-weight: bold; }
  12. p.note { margin-bottom: 0em; }
  13. p.important { margin-bottom: 0em; }
  14. p.caution { margin-bottom: 0em; }
  15. p.warning { margin-bottom: 0em; }
  16. p.relTopics { margin-left: 1.5em; margin-top: -1.7em; margin-bottom: 1em; }
  17. ul { margin-top: 0em; margin-left: 1.5em; list-style-type: disc; }
  18. ul li { margin-top: .25em; }
  19. ol { margin-top: 1em; margin-left: 2em; }
  20. table { font-size: 100%; border-collapse: collapse; }
  21. th { text-align:left; border-style: solid; border-width: 1px; border-bottom-width: 2px; }
  22. td { border-style: solid; border-width: 1px; }
  23. dt { margin-top: 1em; }
  24. dd { margin-left: 1.5em; }
  25. img.shortcut { border: none; margin-right: 0.5em; }
  26. /* Styles used for expand/collapse information */
  27. div.expand { margin-left: 1.5em; display: block !important; }
  28. img.expand { margin-left: 1.5em; display: none !important; }
  29. /* Styles used for (not) printing thumbnails */
  30. span.webOnly {display:none !important; }
  31. span.printonly { display:inline !important; }
  32. /* Styles used for Previous/Next navigation */
  33. #nav { display:none; }
  34. #text { overflow:visible; }
  35. /* Testing to see if this removes underline and color from bookmarks */
  36. H1 a:link { text-decoration: none; }
  37. H2 a:link { text-decoration: none; }
  38. H3 a:link { text-decoration: none; }
  39. dt a:link { text-decoration: none; }
  40. a:link, a:visited { color: #000000; text-decoration: underline; }
  41. /* Indent this tag to match the online display */
  42. p.indent { margin-left: 1.3em; }
  43. p.indent2 { margin-left: 3.5em; }
  44. TABLE.nested
  45. {
  46. MARGIN-LEFT: .5em;
  47. MARGIN-RIGHT: .5em;
  48. MARGIN-TOP: .25em;
  49. MARGIN-BOTTOM: .25em;
  50. }