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.

360 lines
9.4 KiB

  1. /* Style sheet optimized for IE4x - Last updated 6/8/99 */
  2. body { color: #000000;
  3. background: #FFFFFF;
  4. font-size: 70%;
  5. font-family: Verdana, Arial, Sans Serif; }
  6. a:link, a:visited { color: "#0000FF"; text-decoration:"underline";}
  7. a:active, a:hover { color: "#FF0000"; cursor:hand; text-decoration:"underline";}
  8. h1
  9. { font-size: 125%;
  10. margin-bottom:" .5em"; clear:both; }
  11. h2
  12. { font-size: 110%;
  13. margin-top: "1.5em";
  14. margin-bottom:" .5em"; clear:both; }
  15. h3
  16. { font-size: 100%;
  17. margin-top: "1.2em";
  18. margin-bottom: ".5em"; clear:both; }
  19. h4
  20. { font-size: 100%;
  21. margin-top: "1.2em";
  22. margin-bottom: ".5em"; clear:both; }
  23. h5
  24. { font-size: 100%;
  25. margin-top: "1.2em";
  26. margin-bottom: ".5em"; clear:both; }
  27. p
  28. { margin-top:" .6em";
  29. margin-bottom: ".6em"; }
  30. ol
  31. { margin-top: ".5em";
  32. margin-bottom: 0;
  33. margin-left: "2.1em";
  34. padding-left: "0em";
  35. margin-right:"2.1em" }
  36. ul
  37. { margin-top: ".6em";
  38. margin-bottom: 0;
  39. list-style-type: disc;
  40. margin-left: "1.5em";
  41. padding-left: "0em";
  42. margin-right: "1.5em"; }
  43. li
  44. { margin-bottom: ".7em"; clear:both; }
  45. dd
  46. { margin-bottom: 0;
  47. margin-left: "1.5em"; }
  48. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  49. /* Keywords, functions, and anything else the user must enter exactly as shown are bold--add "font-weight: bold;" to the dt tag */
  50. /* Variables, book titles, and placeholders the user must provide are italic--add "font-style: italic;" to the dt tag */
  51. /* pre-defined arguments are bold and italic--add "font-weight: bold;" and "font-style: italic;" to the dt tag */
  52. dt
  53. { margin-top: "1em"; }
  54. pre
  55. { margin-top: ".5em";
  56. margin-bottom: ".5em"; }
  57. code
  58. { font-family: Courier New;
  59. font-size: "1.1em"; }
  60. table
  61. { font-size: 100%;
  62. margin-top: "1em";
  63. margin-bottom: "1em";
  64. padding: "2"; }
  65. th
  66. { text-align: left;
  67. background: #DDDDDD;
  68. vertical-align: bottom;}
  69. tr
  70. { vertical-align: top; }
  71. td
  72. { background: #EEEEEE;
  73. vertical-align: top; }
  74. /**** extended class styles ************************/
  75. /* */
  76. /* add comment tags to disable the style */
  77. p.indent { margin-left: "2em"; } /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
  78. p.indent2 { margin-left: "3.5em"; } /* this class style is used to indent text a second level under the first indent */
  79. p.proclabel { font-size: 100%;
  80. font-weight: bold; clear: both; }
  81. p.uatshoot { font-weight: bold; margin-bottom: "-.5em"; margin-top: "1em"; }
  82. /***********************************************/
  83. /* these class styles are used for the expanding and collapsing text files (expand function in shared.js) */
  84. #expand {margin-bottom: "0.6em"; margin-left: "1.5em"; margin-right: "1.5em";}
  85. a:link.expandToggle, a:visited.expandToggle {color:"#000000"; font-weight: bold; text-decoration:none;}
  86. a:hover.expandToggle, a:active.expandToggle {color:"#0000FF";}
  87. img.expand { border: none; margin-right: "0.5em"; width:".8em";}
  88. div.expand { margin-left: "1.5em"; margin-right: "1.5em";margin-bottom: "1em"; display:none;}
  89. /***********************************************/
  90. /* this class for expand collapse appearing in a table */
  91. table.uatshoot {background-color: #FFFFFF; width: 90% }
  92. table.uatshoot td { padding: 0px 0px 0px 5px }
  93. a:link.uatshoot, a:visited.uatshoot {color:"#000000"; font-weight: normal; text-decoration:none;}
  94. a:hover.uatshoot, a:active.uatshoot {color:"#0000FF"; text-decoration: none }
  95. /*******************************************/
  96. /* these classes are for thumbnail art */
  97. a:link img.thumbnail {border-color: "#0000FF";}
  98. a:active img.thumbnail { border-color: "#FF0000";}
  99. a:hover img.thumbnail {border-color: "#FF0000";}
  100. img.thumbnail {vertical-align: top; margin-left: 0;
  101. width:90; border-width:1;}
  102. div.thumbnail {float:left; width: 105; margin-top: "1em"; margin-bottom: "-0.3em";
  103. clear: both; }
  104. /*********************************************/
  105. /* this class style is used for the navigation tree in MMC */
  106. p.navTree { margin-top:" .2em"; }
  107. ul.navTree { list-style-type: none; }
  108. li.branch { margin-top:" -.5em"; margin-bottom: ".6em";}
  109. a.where {} /* use for the expand <a> tag */
  110. /***************************************************************/
  111. /* these class styles are used for <span> tags simulating buttons & their div */
  112. #buttonMenu { padding: 0.5em 0.3em 0.1em 0.3em;
  113. padding-left:6px;
  114. border-bottom: thin solid #999999;
  115. background: #BBBBBB;
  116. vertical-align:top;
  117. z-index:2;
  118. visibility:visible;
  119. left:0; top:0;
  120. text-align:left;
  121. margin:"0 1em 0 0";
  122. position:absolute;
  123. width: "100%";
  124. }
  125. a:link.button, a:visited.button, span.button {
  126. border-top-color: #EEEEEE ;
  127. border-left-color: #EEEEEE ;
  128. border-bottom-color: #666666 ;
  129. border-right-color: #666666 ;
  130. background-color: #DDDDDD ;
  131. color:#0000FF;
  132. text-decoration: "none";
  133. text-align: "center";
  134. font-weight: "bold" ;
  135. height:"1.5em"; width:"17px"; cursor:"hand";
  136. border-style: "solid"; border-width: 1;
  137. }
  138. a:active.button, a:hover.button {
  139. border-top-color: #666666 ;
  140. border-left-color: #666666 ;
  141. border-bottom-color: #EEEEEE ;
  142. border-right-color: #EEEEEE;
  143. background-color: #FFFFFF;
  144. text-decoration: "none";
  145. text-align: "center";
  146. font-weight: "bold" ;
  147. height:"1.5em"; width:"17px"; cursor:"hand";
  148. border-style: "solid"; border-width: 1;
  149. }
  150. /* The following span is used to display
  151. items that have no entries - AMS */
  152. span.buttoninactive {background: #C0C0C0;
  153. border: 1 solid #eeeeee;
  154. height: 1.4em;
  155. width: 1.4em;
  156. text-align: center;
  157. font-weight: bold;
  158. color: #808080;
  159. vertical-align:top;
  160. cursor: default;
  161. }
  162. #list { padding:.4em 0.3em 100% 0.3em;
  163. overflow:auto;
  164. line-height:0.4em;
  165. height:100%; width: "100%";
  166. z-index:1;
  167. left:0; top:0;
  168. text-align:left;
  169. margin:0;
  170. position:absolute;
  171. margin-left:"1em"; line-height:100%;
  172. }
  173. p.marker { font-weight:bold;
  174. margin-top: "2em";
  175. color:#000000;
  176. font-size:"110%";
  177. }
  178. /************************************************/
  179. /* class styles reserved for mouseover/mouseout DHTML */
  180. .cold {}
  181. .hot {}
  182. /**********************************************************************/
  183. /* ID styles reserved for <a> tags calling OCX's within HTML Help by creating OBJECTS */
  184. #wPopup {}
  185. a:link#wPopup, a:visited#wPopup {color: "#006600";}
  186. a:hover#wPopup, a:active#wPopup {color: "#FF0000";}
  187. img.popup {border: none; margin-right: "0.5em"; vertical-align:middle;}
  188. #shortcut {}
  189. img.shortcut {border: none; margin-right: "0.5em"; vertical-align:middle;}
  190. #specLoc {}
  191. #relTopics {}
  192. img.relTopics { border: none;}
  193. p.relTopics { margin-left: "1.5em"; margin-top: "-1.7em"; margin-bottom: "1em";}
  194. p.relTopics img {vertical-align:top;} /* img is class=alert */
  195. #altLoc {}
  196. p.note,p.tip, p.important, p.caution, p.warning
  197. { font-weight:bold; clear:both;
  198. margin-top:"1em";
  199. margin-bottom:"-.25em"; }
  200. img.alert {border:none;} /* for icon images - note, tip, important, caution, warning*/
  201. /***********************************/
  202. /* Style for print only functionality used with external URL link coUA_print.css*/
  203. span.printOnly {display:none }
  204. /***********************************/
  205. /* Styles for checklists */
  206. .userData {behavior:url(#default#userdata); } /*sets persistance*/
  207. #checklist {width:100%; text-align:left; margin:"0.3em 0em";}
  208. #checklist li {text-indent:"0.2em";}
  209. /*********************************/
  210. /* these classes are for previous next navigation */
  211. a:hover.navbar, a:active.navbar {} /* text in nav */
  212. a:link.navbar, a:visited.navbar {}
  213. #nav { left:0; top:0px;
  214. text-align:left;
  215. margin:0;
  216. position:absolute;
  217. padding-bottom: 1px; padding-top: 3px;
  218. padding-right:6px; padding-left:5px;
  219. align:top;
  220. visibility:hidden;
  221. z-index:1; }
  222. #text { left:0; top:0px;
  223. margin:0;
  224. position:absolute;
  225. padding:10px;
  226. overflow:auto;
  227. height:100%;
  228. z-index:1;
  229. background-repeat:no-repeat;
  230. background-position: bottom right;
  231. background-attachment:fixed; }
  232. /***************************************************/
  233. /* STYLES USED IN THE WEB DELIVERABLE ONLY */
  234. /***********************************/
  235. /* links */
  236. #wPopupWeb {}
  237. a:link#wPopupWeb {color: "#006600";}
  238. a:hover#wPopupWeb {color: "#FF0000";}
  239. a:active#wPopupWeb {color: "#FF0000";}
  240. a:visited#wPopupWeb {color: "#006600";}
  241. #shortcutWeb {}
  242. #specLocWeb {}
  243. #relTopicsWeb {}
  244. #altLocWeb {}
  245. /***********************************/
  246. /* popups */
  247. div.popup { visibility:hidden; z-index:3;
  248. position:absolute;
  249. top:200; left:200;
  250. width:"250"; padding:"6px";
  251. background-color:#FFFFCC;
  252. border-style: solid;
  253. border-width: 1;
  254. border-color: #666666;
  255. }