home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / winbuilder.7z / Projects / Tools / Iso-Burner.chm / stylesdk.css < prev   
Cascading Style Sheet File  |  2008-10-11  |  8KB  |  594 lines

  1. /* Cascading Style Sheet for Platform SDK Content */
  2.  
  3.  
  4. body
  5. {
  6.     padding: 0px 0px 0px 26px;
  7.     margin-top: 0;
  8.     background: #ffffff;
  9.     color: #000000;
  10.     font-family: Verdana, Arial, Helvetica, sans-serif;
  11.     font-size: 70%;
  12. }
  13.  
  14. div
  15. {
  16.     width: 90%;
  17.     border: 2px solid #999999;
  18.     padding: 4px 8px;
  19.     background: #cccccc;
  20. }
  21.  
  22. h1, h2, h3, h4
  23. {
  24.     font-family: Verdana, Arial, Helvetica, sans-serif;
  25.     margin-left: -26px;
  26. }
  27.  
  28. h1
  29. {
  30.     font-size: 145%;
  31.     margin-top: 1.5em;
  32.     margin-bottom: .5em;
  33. }
  34.  
  35. h2
  36. {
  37.     font-size: 130%;
  38.     margin-top: 1em;
  39.     margin-bottom: .6em;
  40. }
  41.  
  42. h3
  43. {
  44.     font-size: 115%;
  45.     margin-top: 2.5em;
  46.     margin-bottom: .6em;
  47. }
  48.  
  49. h4
  50. {
  51.     font-size: 100%;
  52.     margin-top: 1.5em;
  53.     margin-bottom: 1em;
  54. }
  55.  
  56. ul p, ol p, dl p
  57. {
  58.     margin-left: 0em;
  59. }
  60.  
  61. p
  62. {
  63.     margin-top: .6em;
  64.     margin-bottom: .6em;
  65. }
  66.  
  67. dl
  68. {
  69.     margin-top: 0em;
  70. }
  71.  
  72. dd
  73. {
  74.     margin-bottom: 0em;
  75.     margin-left: 1.9em;
  76. }
  77.  
  78. dt
  79. {
  80.     font-weight: bold;
  81.     margin-top: .6em;
  82. }
  83.  
  84. ul, ol
  85. {
  86.     margin-top: .6em;
  87.     margin-bottom: 0em;
  88. }
  89.  
  90. ol
  91. {
  92.     margin-left: 3.6em;
  93. }
  94.  
  95. ul
  96. {
  97.     list-style-type: disc;
  98.     margin-left: 1.9em;
  99.     margin-bottom: 2em;
  100. }
  101.  
  102. li
  103. {
  104.     margin-bottom: .6em;
  105. }
  106.  
  107. ul ol, ol ol
  108. {
  109.     list-style-type: lower-alpha;
  110. }
  111.  
  112. pre
  113. {
  114.     margin-top: 2em;
  115.     margin-left: 3em;
  116.     margin-bottom: 1em;
  117. }
  118.  
  119. pre, code
  120. {
  121.     font: 100% Courier New, Courier, mono;
  122.     color: #660000;
  123. }
  124.  
  125. table
  126. {
  127.     width: 90%;
  128.     background: #999999;
  129.     margin-top: .6em;
  130.     margin-bottom: .8em;
  131. }
  132.  
  133. th
  134. {
  135.     padding: 10px 8px 10px;
  136.     background: #cccccc;
  137.     text-align: left;
  138.     font-size: 70%;
  139.     vertical-align: bottom;
  140. }
  141.  
  142. td
  143. {
  144.     padding: 4px 8px;
  145.     background: #ffffff;
  146.     vertical-align: top;
  147.     font-size: 70%;
  148. }
  149.  
  150. blockquote
  151. {
  152.     margin-left: 3.8em;
  153.     margin-right: 3.8em;
  154.     margin-top: .6em;
  155.     margin-bottom: .6em;
  156. }
  157.  
  158. sup
  159. {
  160.     text-decoration: none;
  161.     font-size: smaller;
  162. }
  163.  
  164. a:link
  165. {
  166.     color: #0066ff;
  167. }
  168.  
  169. a:visited
  170. {
  171.     color: #996600;
  172. }
  173.  
  174. a:hover
  175. {
  176.     color: #cc9900;
  177. }
  178.  
  179. .label
  180. {
  181.     font-weight: bold;
  182.     margin-top: 1em;
  183.     margin-left: -26px;
  184. }
  185.  
  186. .tl
  187. {
  188.     margin-bottom: .75em;
  189. }
  190.  
  191. .atl
  192. {
  193.     padding-left: 1.5em;
  194.     padding-bottom: .75em;
  195. }
  196.  
  197. .cfe
  198. {
  199.     font-weight: bold;
  200. }
  201.  
  202. .mini
  203. {
  204.     font-size: smaller;
  205. }
  206.  
  207. .dt
  208. {
  209.     margin-bottom: -.6em;
  210. }
  211.  
  212. .indent
  213. {
  214.     margin-left: 1.9em;
  215.     margin-right: 1.9em;
  216. }
  217.  
  218. .product
  219. {
  220.     text-align: right;
  221.     color: #333333;
  222.     font-size: smaller;
  223.     font-style: italic;
  224. }
  225.  
  226.  
  227. .buttonbarshade
  228. {
  229.     position: relative;
  230.     margin: 0;
  231.     left: 10px;
  232.     top: 2;
  233.     width: 100%;
  234.     height: 21px;
  235.     color: Navy;
  236. }
  237.  
  238. .buttonbartable
  239. {
  240.     position: absolute;
  241.     margin: 0;
  242.     left: 0;
  243.     top: 2;
  244.     width: 100%;
  245.     height: 21px;
  246. }
  247.  
  248. table.buttonbartable td, table.buttonbarshade td
  249. {
  250.     background: #ccccff;
  251.     border-left: 2px solid #ffffff;
  252.     margin: 0;
  253.     padding: 3px 0px 4px 0px;
  254.     font-family: Verdana, sans-serif;
  255.     font-size: 9pt;
  256. }
  257.  
  258. table.buttonbartable td.button1
  259. {
  260.     background: #6699ff;
  261.     padding: 0;
  262.     font-weight: bold;
  263.     text-align: center;
  264.     cursor: hand;
  265. }
  266.  
  267. table.buttonbartable td.button2
  268. {
  269.     background: #99cc66;
  270.     font-weight: bold;
  271.     text-align: center;
  272. }
  273.  
  274. table.buttonbartable td.button3
  275. {
  276.     background: #cc9966;
  277.     font-weight: bold;
  278.     text-align: center;
  279. }
  280.  
  281. table.buttonbartable td.runninghead
  282. {
  283.     padding-left: 4px;
  284.     font-style: italic;
  285.     text-align: left;
  286. }
  287.  
  288. table.title
  289. {
  290.     width: 100%;
  291.     margin: 0px 0px 0px 0px;
  292.     background: #ffffff;
  293. }
  294.  
  295. table.title td
  296. {
  297.     padding: 0px 0px 0px 0px;
  298.     background: #CCCCFF;
  299. }
  300.  
  301. .version
  302. {
  303.     text-align: left;
  304.     color: #000000;
  305.     margin-top: 3em;
  306.     margin-left: -26px;
  307.     font-size: smaller;
  308.     font-style: italic;
  309. }
  310.  
  311.  
  312. .lang, .ilang
  313. {
  314.     color: #0000ff;
  315.     font: normal 7pt Arial, Helvetica, sans-serif;
  316. }
  317.  
  318. div.langMenu
  319. {
  320.     position: absolute;
  321.     z-index: 1;
  322.     width: 96pt;
  323.     padding: 8pt;
  324.     visibility: hidden;
  325.     border: 1px solid #000000;
  326.     background: #ffffd0;
  327. }
  328.  
  329. div.langMenu ul
  330. {
  331.     padding-left: 2em;
  332.     margin-left: 0;
  333. }
  334.  
  335. div.filtered
  336. {
  337.     margin: 4pt 0 8pt -26px;
  338.     padding: 4px 4px 8px 26px;
  339.     width: 100%;
  340.     border: 2px solid #aaaacc;
  341.     background: #ffffff;
  342. }
  343.  
  344. div.filtered2
  345. {
  346.     margin: 4pt 0 8pt -26px;
  347.     padding: 4px 4px 8px 26px;
  348.     width: 100%;
  349.     border: none;
  350.     background: #ffffff;
  351. }
  352.  
  353. div.filtered h1, div.filtered h2, div.filtered h3, div.filtered h4
  354. {
  355.     margin-left: -22px;
  356. }
  357.  
  358. div.filtered span.lang
  359. {
  360.     position: relative;
  361.     left: -22px;
  362. }
  363.  
  364.  
  365. div.reftip
  366. {
  367.     position: absolute;
  368.     z-index: 1;
  369.     padding: 8pt;
  370.     visibility: hidden;
  371.     border: 1px solid #000000;
  372.     background: #ffffd0;
  373. }
  374.  
  375. pre.syntax
  376. {
  377.     background: #dddddd;
  378.     padding: 2pt,4pt;
  379.     cursor: text;
  380. }
  381.  
  382. pre.syntax
  383. {
  384.     color: #000000;
  385. }
  386.  
  387. a.synParam
  388. {
  389.     color: #0040ff;
  390.     text-decoration: none;
  391. }
  392.  
  393. a.synParam:hover
  394. {
  395.     text-decoration: underline;
  396. }
  397.  
  398. div.sapop
  399. {
  400.     position: absolute;
  401.     z-index: 1;
  402.     left: 26px;
  403.     width: 100%;
  404.     padding: 10px 10px 10px 36px;
  405.     visibility: hidden;
  406.     border: 1px solid #000000;
  407.     background: #ffffd0;
  408. }
  409.  
  410.  
  411. div.footer
  412. {
  413.     width: 100%;
  414.     border: none;
  415.     background: #ffffff;
  416.     margin-top: 18pt;
  417.     padding-bottom: 12pt;
  418.     color: #228B22;
  419.     text-align: center;
  420.     font-size: 76%;
  421. }
  422.  
  423. .note
  424. {
  425.     margin-left: 14pt;
  426.     margin-right: 12pt;
  427. }
  428.  
  429. .indent1
  430. {
  431.     margin-left: 12pt;
  432. }
  433.  
  434. .indent2
  435. {
  436.     margin-left: 24pt;
  437. }
  438.  
  439. .indent3
  440. {
  441.     margin-left: 36pt;
  442. }
  443.  
  444. p.proch
  445. {
  446.     padding-left: 16px;
  447. }
  448.  
  449. p.proch img
  450. {
  451.     position: relative;
  452.     vertical-align: top;
  453.     left: -18px;
  454.     margin-right: -14px;
  455.     margin-bottom: -18px;
  456. }
  457.  
  458. div.itfBorder
  459. {
  460.     margin: 18pt,0,0,-28pt;
  461.     padding: 0;
  462.     width: 280pt;
  463.     height: 6px;
  464.     border: none;
  465.     background: #ccccff;
  466.     filter: alpha(style=1,startX=0,startY=0,finishX=100,finishY=0,opacity=100,finishOpacity=0);
  467. }
  468.  
  469. div.itf
  470. {
  471.     margin: 0,0,0,-27pt;
  472.     padding: 2pt,4pt;
  473.     width: 280pt;
  474.     border: none;
  475.     background: none;
  476.     font-family: arial, verdana, sans-serif;
  477.     font-size: 10pt;
  478. }
  479.  
  480. div.itf table
  481. {
  482.     margin: 3pt,0,0,0;
  483.     padding: 0;
  484.     width: 280pt;
  485. }
  486.  
  487. td.itficon
  488. {
  489.     margin: 0;
  490.     padding: 0;
  491. }
  492.  
  493. td.itf
  494. {
  495.     margin: 0;
  496.     padding: 2px,0,0,5px;
  497.     font-family: arial, verdana, sans-serif;
  498.     font-size: 8pt;
  499. }
  500.  
  501.  
  502. p.uatshoot
  503. {
  504.     font-weight: bold;
  505.     margin-bottom: .5em;
  506.     margin-top: 1em;
  507. }
  508.  
  509. /***********************************************/
  510. /* these class styles are used for the expanding and collapsing text files (expand function in shared.js)  */
  511.  
  512. #expand
  513. {
  514.     margin-bottom: 0.6em;
  515.     margin-left: 1.5em;
  516.     margin-right: 1.5em;
  517. }
  518.  
  519. a:link.expandToggle, a:visited.expandToggle
  520. {
  521.     color: #000000;
  522.     font-weight: bold;
  523.     text-decoration: none;
  524. }
  525.  
  526. a:hover.expandToggle, a:active.expandToggle
  527. {
  528.     color: #0000FF;
  529. }
  530.  
  531. img.expand
  532. {
  533.     border: none;
  534.     margin-right: 0.5em;
  535.     width: .8em;
  536. }
  537.  
  538. div.expand
  539. {
  540.     margin-left: 1.5em;
  541.     margin-right: 1.5em;
  542.     margin-bottom: 1em;
  543.     display: none;
  544. }
  545.  
  546. ul.widelist li
  547. {
  548.     margin-left: 1.5em;
  549.     margin-top: 1em;
  550.     margin-bottom: 1.5em;
  551. }
  552.  
  553.  
  554. /***********************************************/
  555. /* this class for expand collapse appearing in a table  */
  556.  
  557. table.uatshoot
  558. {
  559.     background-color: #FFFFFF;
  560.     width: 90%;
  561. }
  562.  
  563. table.uatshoot td
  564. {
  565.     padding: 0px 0px 0px 5px;
  566. }
  567.  
  568. a:link.uatshoot, a:visited.uatshoot
  569. {
  570.     color: #000000;
  571.     font-weight: normal;
  572.     text-decoration: none;
  573. }
  574.  
  575. a:hover.uatshoot, a:active.uatshoot
  576. {
  577.     color: #0000FF;
  578.     text-decoration: none;
  579. }
  580.  
  581. p.note, p.tip, p.important, p.caution, p.warning
  582. {
  583.     font-weight: bold;
  584.     clear: both;
  585.     margin-top: 15px;
  586.     margin-bottom: 5px;
  587.     margin-left: -15px;
  588. }
  589.  
  590. img.alert /* for icon images - note, tip, important, caution, warning*/
  591. {
  592.     border: none;
  593. }
  594.