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.

707 lines
8.9 KiB

  1. body
  2. {
  3. font-family: Tahoma, Verdana, Arial;
  4. font-size: .7em;
  5. }
  6. table
  7. {
  8. font-size: 100%;
  9. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  10. }
  11. input, select, textarea
  12. {
  13. font-family: Tahoma, Verdana, Arial;
  14. font-size: 100%;
  15. }
  16. a
  17. {
  18. color: #00319C;
  19. font-size: 100%;
  20. text-decoration: none;
  21. }
  22. a:hover
  23. {
  24. color: #0099FF;
  25. font-size: 100%;
  26. text-decoration: underline;
  27. }
  28. h1
  29. {
  30. font-size: 150%;
  31. margin-bottom: 5px;
  32. }
  33. h2
  34. {
  35. color: #00319c;
  36. font-family: Verdana;
  37. font-size: 14;
  38. }
  39. .serviceDetailOuterTable
  40. {
  41. background-color: #9999cc;
  42. }
  43. .accessPointTable
  44. {
  45. background-color: #e0dfed;
  46. }
  47. .space_cell
  48. {
  49. width:10px
  50. }
  51. .expand_cell
  52. {
  53. width:15px
  54. }
  55. .headerFrame
  56. {
  57. background-color: #003063;
  58. color: #FFFFFF;
  59. }
  60. .contextFrame
  61. {
  62. font-family: Verdana;
  63. font-size: 11pt;
  64. font-weight: bold;
  65. background-color: #CFCFCF;
  66. color: #000000;
  67. }
  68. .explorerFrame
  69. {
  70. background-color: #ECECEC;
  71. }
  72. .menubar
  73. {
  74. background-color: #43659C;
  75. color: #FFFFFF;
  76. font-weight: bold;
  77. }
  78. .menubarHighlight
  79. {
  80. background-color: #7C9ACE;
  81. }
  82. .viewFrame
  83. {
  84. background-color: #FFFFFF;
  85. color: #FFFFFF;
  86. }
  87. .tabBegin
  88. {
  89. background-image: url(../images/tab-l.gif);
  90. border-bottom: solid 1px #639ace;
  91. width: 4px;
  92. }
  93. .tab
  94. {
  95. background-image: url(../images/tab-m.gif);
  96. padding-top: 7px;
  97. padding-bottom: 3px;
  98. width: 150px;
  99. border-bottom: solid 1px #639ace;
  100. }
  101. .tabEnd
  102. {
  103. background-image: url(../images/tab-r.gif);
  104. border-bottom: solid 1px #639ace;
  105. width: 4px;
  106. }
  107. .tabBeginSelected
  108. {
  109. background-image: url(../images/tab-ls.gif);
  110. width: 4px;
  111. }
  112. .tabSelected
  113. {
  114. background-image: url(../images/tab-ms.gif);
  115. background-color: #F7F7F7;
  116. padding-top: 5px;
  117. padding-bottom: 5px;
  118. text-align: center;
  119. width: 150px;
  120. }
  121. .tabEndSelected
  122. {
  123. background-image: url(../images/tab-rs.gif);
  124. width: 4px;
  125. }
  126. .tabGap
  127. {
  128. border-bottom: solid 1px #639ace;
  129. }
  130. .tabPage
  131. {
  132. border-left: solid 1px #639ace;
  133. border-right: solid 1px #639ace;
  134. border-bottom: solid 1px #639ace;
  135. background-color: #F7F7F7;
  136. padding-left: 10px;
  137. padding-right: 10px;
  138. padding-top: 15px;
  139. padding-bottom: 10px;
  140. color: #000000;
  141. }
  142. .tag
  143. {
  144. font-weight: bold;
  145. color: #001F3F;
  146. }
  147. .tableHeader
  148. {
  149. font-weight: bold;
  150. background-color: #7C9ACE;
  151. color: #FFFFFF;
  152. border-bottom: solid 1px #639ACE;
  153. }
  154. .tableItem
  155. {
  156. border-bottom: solid 1px #C0D0EE;
  157. color: #000000;
  158. }
  159. .tableAlternatingItem
  160. {
  161. background-color: #DEE6ED;
  162. color: #000000;
  163. }
  164. .tableEditItem
  165. {
  166. background-color: #F4E4AE;
  167. color: #000000;
  168. }
  169. .tableFooter
  170. {
  171. border-top: solid 1px #DEE6ED;
  172. border-bottom: solid 1px #DEE6ED;
  173. color: #000000;
  174. }
  175. .contextMenu
  176. {
  177. position: absolute;
  178. border: solid 1px gray;
  179. background-color: #FCFDF8;
  180. border-collapse: collapse;
  181. padding: 1px;
  182. table-layout: fixed;
  183. filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#CCCCCC', Positive='true');
  184. }
  185. .menuSeparator
  186. {
  187. background-color: #FCFDF8;
  188. background-image: url(../images/shading.gif);
  189. background-repeat: repeat-y;
  190. color: #000000;
  191. padding-left: 28px;
  192. height: 20px;
  193. }
  194. .menuSeparator HR
  195. {
  196. color: #C3C4BF;
  197. height: 1px;
  198. }
  199. .menuItem
  200. {
  201. cursor: default;
  202. color: black;
  203. background-color: #FFFFFF;
  204. background-image: url(../images/shading.gif);
  205. background-repeat: repeat-y;
  206. padding-top: 2px;
  207. padding-left: 5px;
  208. padding-right: 10px;
  209. height: 20px;
  210. }
  211. .menuItemHover
  212. {
  213. cursor: default;
  214. color: black;
  215. border: solid 1px #639ACE;
  216. background-color: #F0F8FF;
  217. padding-top: 1px;
  218. padding-left: 4px;
  219. padding-right: 9px;
  220. height: 20px;
  221. }
  222. .sectionHeader
  223. {
  224. background-color: #CFCFCF;
  225. color: #00319C;
  226. padding-left: 10px;
  227. top: 0px;
  228. }
  229. .section
  230. {
  231. font-family: Verdana;
  232. font-size: 10pt;
  233. font-weight: bold;
  234. background-color: #CFCFCF;
  235. color: #000000;
  236. text-decoration: none;
  237. }
  238. .section:hover
  239. {
  240. font-family: Verdana;
  241. font-size: 10pt;
  242. font-weight: bold;
  243. background-color: #7C9ACE;
  244. color: #FFFFFF;
  245. text-decoration: underline;
  246. }
  247. .subsection
  248. {
  249. font-family: Verdana;
  250. font-size: 7pt;
  251. text-decoration: none;
  252. color: #FFFFFF;
  253. }
  254. .breadcrumb
  255. {
  256. font-family: Verdana;
  257. font-size: 7pt;
  258. text-decoration: none;
  259. color: #00319C;
  260. }
  261. .breadcrumb:hover
  262. {
  263. font-family: Verdana;
  264. font-size: 7pt;
  265. text-decoration: underline;
  266. color: #00319C;
  267. }
  268. .helpBlock
  269. {
  270. color: #000000;
  271. }
  272. .tabHelpBlock
  273. {
  274. color: #000000;
  275. }
  276. .welcomeBox
  277. {
  278. border: solid 2px #739ACE;
  279. background-color: #F7F7F7;
  280. color: #FFFFFF;
  281. }
  282. .welcomeBox TH
  283. {
  284. font-weight: bold;
  285. background-color: #739ACE;
  286. color: #FFFFFF;
  287. text-align: left;
  288. padding-left: 15px;
  289. padding-right: 15px;
  290. padding-top: 5px;
  291. padding-bottom: 5px;
  292. }
  293. .welcomeBox TD
  294. {
  295. text-align: left;
  296. padding-left: 15px;
  297. padding-right: 15px;
  298. padding-top: 10px;
  299. padding-bottom: 10px;
  300. color: #000000;
  301. }
  302. .welcomeBox A
  303. {
  304. font-weight: bold;
  305. }
  306. .boxed
  307. {
  308. border: solid 1px #639ace;
  309. background-color: #F7F7F7;
  310. padding: 10px;
  311. width: 100%;
  312. }
  313. .button
  314. {
  315. font-size: 100%;
  316. margin: 1px;
  317. }
  318. .header
  319. {
  320. font-weight: bold;
  321. color: #001F3F;
  322. }
  323. .lightHeader
  324. {
  325. color: #001F3F;
  326. }
  327. .menu_head
  328. {
  329. color : #000000;
  330. font-weight : bolder;
  331. font-size : 10px;
  332. }
  333. .menu_cell_border
  334. {
  335. background-color : #F3F3F3;
  336. border-right : solid 1px #639ACE;
  337. }
  338. A.navbold
  339. {
  340. color : #00319c;
  341. text-decoration : none;
  342. line-height : 12px;
  343. font-weight : bold;
  344. }
  345. .boldBlue
  346. {
  347. font-weight: bold;
  348. color: #00319c;
  349. padding-bottom: 4px;
  350. }
  351. .pager
  352. {
  353. font-family: tahoma;
  354. font-size: 8pt;
  355. }
  356. .pager A
  357. {
  358. padding: 2px;
  359. text-decoration: none;
  360. color: #639ACE;
  361. }
  362. .pager SPAN
  363. {
  364. background-color: #639ACE;
  365. padding: 2px;
  366. color: #FFFFFF;
  367. border: solid 1px #639ACE;
  368. }
  369. .lGrayBFont
  370. {
  371. font-weight: bold;
  372. color: #6f6f6f;
  373. }
  374. .lGrayBG
  375. {
  376. background-color: #F3F3F3;
  377. }
  378. .lBlueBG
  379. {
  380. background-color: #c9dff4;
  381. }
  382. .orangeBG
  383. {
  384. background-color: orange;
  385. }
  386. .footer
  387. {
  388. color: White;
  389. background-color: #639ACE;
  390. padding-left: 10px;
  391. padding-right: 10px;
  392. }
  393. .sectionblock
  394. {
  395. border: solid 1px #639ACE;
  396. background-color: #F7F7F7;
  397. }
  398. .tabseparator
  399. {
  400. text-align: center;
  401. border-bottom: solid 1px #639ACE;
  402. background-color: #ffffff;
  403. }
  404. .footer
  405. {
  406. background-color: #639ACE;
  407. color: #ffffff;
  408. }
  409. .selected
  410. {
  411. background: #7C9ACE;
  412. border: solid 1px #43659C;
  413. padding: 1px;
  414. cursor: hand;
  415. color: #F0F8FF;
  416. }
  417. .notselected
  418. {
  419. margin: 2px;
  420. padding: 1px;
  421. }
  422. .node
  423. {
  424. padding: 2px;
  425. cursor: hand;
  426. color: #00319c;
  427. }
  428. .error
  429. {
  430. color: red;
  431. }
  432. /*
  433. *************************
  434. * HELP SYSTEM STYLES
  435. *************************
  436. */
  437. td
  438. {
  439. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  440. }
  441. .pportal
  442. {
  443. margin-left: 40px;
  444. font-size: 130%;
  445. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  446. color: #000000;
  447. font-weight: bold;
  448. }
  449. .clsTocHead
  450. {
  451. color:#000000;
  452. font-weight: bold;
  453. text-decoration: none;
  454. margin-top : 5px;
  455. margin-bottom : 5px;
  456. }
  457. .jumpstart
  458. {
  459. color: #3366CC;
  460. }
  461. .jumpstart:hover
  462. {
  463. color: #3366CC;
  464. }
  465. .jumpstart:visited
  466. {
  467. color: #666666;
  468. }
  469. .owsnav
  470. {
  471. color: #3366CC;
  472. font-size: 90%;
  473. }
  474. .owsnav:hover
  475. {
  476. color: #3366CC;
  477. font-size: 90%;
  478. }
  479. .owsnav:visited
  480. {
  481. color: #3366CC;
  482. font-size: 90%;
  483. }
  484. .clsTocItem
  485. {
  486. margin-top :5px;
  487. margin-bottom :5px;
  488. }
  489. pre
  490. {
  491. font-size: 100%;
  492. margin-left: 14px;
  493. margin-right: 14px;
  494. }
  495. code
  496. {
  497. font-family: lucida console, lucida typewriter, courier new, courier, monospace;
  498. color: #000099;
  499. font-size: 115%;
  500. }
  501. .to
  502. {
  503. font-size: 110%;
  504. font-weight: bold;
  505. color: #000099;
  506. }
  507. .L2
  508. {
  509. text-indent: 20px;
  510. list-style:circle
  511. }
  512. .L3
  513. {
  514. text-indent: 40px;
  515. }
  516. .navtabe
  517. {
  518. margin-left: 25px;
  519. }
  520. .portal
  521. {
  522. font-size: 110%;
  523. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  524. color: #000000;
  525. font-weight: bold;
  526. }
  527. .TOCmenu
  528. {
  529. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  530. color:#000000;
  531. }
  532. .content
  533. {
  534. font-size: 100%;
  535. text-align: bottom;
  536. }
  537. .action
  538. {
  539. list-style:circle
  540. }
  541. .footer1
  542. {
  543. font-size: 80%;
  544. text-align: center;
  545. }
  546. ol
  547. {
  548. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  549. }
  550. ul
  551. {
  552. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  553. }
  554. dl
  555. {
  556. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  557. }
  558. ol ul
  559. {
  560. list-style: disc;
  561. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  562. }
  563. ul ul
  564. {
  565. list-style: disc;
  566. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  567. }
  568. ol ol
  569. {
  570. font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  571. }
  572. li
  573. {
  574. margin-top:10px;
  575. margin-bottom:3px;
  576. }
  577. h3
  578. {
  579. color: #386BCC;
  580. font-size: 120%;
  581. }
  582. h4
  583. {
  584. font-size: 100%;
  585. }
  586. h5
  587. {
  588. font-size: 90%;
  589. margin-bottom:6px
  590. }
  591. div.children
  592. {
  593. display: block;
  594. padding-left: 25px;
  595. margin-top : 5px;
  596. margin-bottom:5px;
  597. }