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.

400 lines
11 KiB

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