home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / XML Shell / SETUP.EXE / {app} / XmlShell.chm / css / help.css
Encoding:
Cascading Style Sheet File  |  2003-05-01  |  2.2 KB  |  182 lines

  1. body
  2. {
  3.     font-family: verdana;
  4.     font-size: 75%;
  5.     background-color: #FFFBF0;
  6.     margin: 10pt;
  7.     line-height: 150%;
  8. }
  9. a
  10. {
  11.     color: blue;
  12.     text-decoration: none;
  13. }
  14. a:hover
  15. {
  16.     text-decoration: underline;
  17. }
  18. h3
  19. {
  20.     font-weight: bold;
  21.     font-size: small ;
  22.     padding-bottom: 5pt;
  23.     border-bottom: 1pt solid black;
  24. }
  25. h4
  26. {
  27.     font-weight: bold;
  28.     font-size: x-small ;
  29.     color: #CC9900;
  30. }
  31. table
  32. {
  33.     margin: 10pt;
  34.     border-top: #000000 1px solid;
  35.     border-bottom: #000000 1px solid;
  36.     border-left: #000000 1px solid;
  37.     border-right: #000000 1px solid;
  38.     font-size: 100%;
  39. }
  40. tr
  41. {
  42.     background-color: #ECECEC;
  43. }
  44. th
  45. {
  46.     background-color: #CDEAEF;
  47.     padding-right: 10px;
  48.     padding-left: 10px;
  49. }
  50. td
  51. {
  52.     padding-right: 10px;
  53.     padding-left: 10px;
  54. }
  55. b
  56. {
  57.     font-size: 90%;
  58. }
  59. dt
  60. {
  61.     font-weight: bold;
  62.     color: #005A9C;
  63.     padding-top: 5pt;
  64. }
  65. .mainTitle
  66. {
  67.     font-family: Arial;
  68.     font-weight: bold;
  69.     font-size: 115% ;
  70.     color: navy;
  71.     background-color: #FFFBF0;
  72.     vertical-align: center;
  73.     margin: 0pt;
  74.     padding-bottom: 1pt;
  75.     border-top: none;
  76.     border-left: none;
  77.     border-right: none;
  78.     border-bottom: 1pt solid navy;
  79. }
  80. .screen
  81. {
  82.     float: right;
  83.     margin: 10pt;
  84. }
  85. .gui
  86. {
  87.     color: #005A9C;
  88.     font-weight: bold;
  89. }
  90. .menu
  91. {
  92.     color: purple;
  93.     font-weight: bold;
  94. }
  95. .command
  96. {
  97.     color: purple;
  98.     font-weight: bold;
  99.     font-style: italic;
  100. }
  101. .key
  102. {
  103.     color: #6699CC;
  104.     font-family: "Lucida Console";
  105. }
  106. .feature
  107. {
  108.     color: #CC00CC;
  109. }
  110. .config
  111. {
  112.     color: #6699CC;
  113. }
  114. .question
  115. {
  116.     color: red;
  117. }
  118. .ans
  119. {
  120.     color: green;
  121.     font-weight: bold;
  122. }
  123. .co
  124. {
  125.     font-style: italic;
  126.     font-weight: 600;
  127.     color: #003399;
  128. }
  129. .app
  130. {
  131.     font-family: Arial;
  132.     color: #379E9E;
  133. }
  134. .indent
  135. {
  136.     margin-left: 1em;
  137. }
  138. .indentfirst
  139. {
  140.     text-indent: 1em;
  141. }
  142. .footer
  143. {
  144.     font: xx-small;
  145.     color: gray;
  146.     text-align: center;
  147.     margin-top: 50pt;
  148.     padding-top: 3pt;
  149.     border-top: 1pt solid gray;
  150.     border-bottom: none;
  151.     border-left: none;
  152.     border-right: none;
  153. }
  154. .odd
  155. {
  156.  
  157.     background-color: #F6F6F6;
  158. }
  159. .pair1st
  160. {
  161.     color: #40407E;
  162.     font-style: italic;
  163.     white-space: nowrap;
  164. }
  165. .new
  166. {
  167.     color: #9F5252;
  168. }
  169. .fix
  170. {
  171.     color: #287F28;
  172. }
  173. .change
  174. {
  175.     color: #727272;
  176. }
  177. .mark
  178. {
  179.     color: #FFFFAA;
  180.     background-color: #5555AA;
  181. }
  182.