home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / XML Writer 2.12 / XML writer.exe / file0042.bin / helpfiles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-04-14  |  3.2 KB  |  249 lines

  1. /* background color of page */
  2.  
  3. .background
  4.     {
  5.     background-color:#fffedf;
  6. }
  7.  
  8.  
  9.  
  10. /* blue header and text */
  11.  
  12. .header
  13.     {
  14.     background-color:#6284A6;
  15. }
  16.  
  17. .header_text
  18.     {
  19.     color:#fffedf;
  20.     font-size:0.9em;
  21.     font-family:verdana,tahoma,arial,helvetica;
  22.     font-weight:bold;
  23. }
  24.  
  25.  
  26.  
  27. /* headings in body of text */
  28.  
  29. .heading
  30.     {
  31.     color:#000000;
  32.     font-size:0.9em;
  33.     font-family:verdana,tahoma,arial,helvetica;
  34.     font-weight:bold;
  35.     text-decoration:none;
  36. }
  37.  
  38. .sub_heading
  39.     {
  40.     color:#000000;
  41.     font-size:0.77em;
  42.     font-family:verdana,tahoma,arial,helvetica;
  43.     font-weight:bold;
  44. }
  45.  
  46.  
  47.  
  48. /* body text */
  49.  
  50. .main_text
  51. {
  52.     color:#000000;
  53.     font-size:0.77em;
  54.     font-family:verdana,tahoma,arial,helvetica;
  55. }
  56.  
  57. .bold
  58. {
  59.     font-weight:bold;
  60. }
  61.  
  62. .links_to_do
  63. {
  64.     font-weight:bold;
  65.     color:#0000FF;
  66. }
  67.  
  68. .main_text_bold
  69. {
  70.     color:#000000;
  71.     font-weight:bold;
  72.     font-size:0.77em;
  73.     font-family:verdana,tahoma,arial,helvetica;
  74. }
  75.  
  76. .main_text_bold_italic
  77. {
  78.     color:#000000;
  79.     font-weight:bold;
  80.     font-size:0.77em;
  81.     font-style:italic;
  82.     font-family:verdana,tahoma,arial,helvetica;
  83. }
  84.  
  85. .bold_italic
  86. {
  87.     font-weight:bold;
  88.     font-style:italic;
  89. }
  90.  
  91. .code
  92. {
  93.     font-family:courier,courier new;
  94. }
  95.  
  96. .bold_code
  97. {
  98.     font-weight:bold;
  99.     font-family:courier,courier new;
  100. }
  101.  
  102. .list_not_available
  103. {
  104.     color:#DF0029;
  105. }
  106.  
  107. p.list_not_available
  108. {
  109.     color:#DF0029;
  110.     font-size:0.77em;
  111.     font-family:verdana,tahoma,arial,helvetica;
  112. }
  113.  
  114.  
  115.  
  116. /* highlighting */
  117. p.highlight
  118.     {
  119.     background-color:#d9d5ce;
  120.     color:#000000;
  121.     font-size:0.77em;
  122.     font-family:verdana,tahoma,arial,helvetica;
  123. }
  124.  
  125. div.highlight
  126.     {
  127.     background-color:#d9d5ce;
  128. }
  129.  
  130.  
  131.  
  132. /* shortcut properties */
  133.  
  134. .shortcut
  135.     {
  136.     background-color:#d9d5ce;
  137.     color:#000000;
  138.     font-size:0.77em;
  139.     font-family:verdana,tahoma,arial,helvetica;
  140.     font-weight:bold;
  141. }
  142.  
  143. .shortcut_title
  144.     {
  145.     color:#000000;
  146.     font-weight:bold;
  147.     font-size:0.77em;
  148.     font-style:italic;
  149.     font-family:verdana,tahoma,arial,helvetica;
  150. }
  151.  
  152.  
  153.  
  154. /* image or example titles */
  155.  
  156. .example
  157.     {
  158.     color:#000000;
  159.     font-size:0.77em;
  160.     font-family:verdana,tahoma,arial,helvetica;
  161.     font-weight:bold;
  162. }
  163.  
  164.  
  165.  
  166. /* general lists */
  167.  
  168. li.list
  169.     {
  170.     color:#000000;
  171.     list-style-type:disc;
  172. }
  173.  
  174.  
  175.  
  176. /* numeral lists */
  177.  
  178. li.number
  179.     {
  180.     color:#000000;
  181.     list-style-type:decimal;
  182. }
  183.  
  184.  
  185.  
  186. /* related topics headngs */
  187.  
  188. .related_head
  189.     {
  190.     color:#000000;
  191.     font-size:0.77em;
  192.     font-family:verdana,tahoma,arial,helvetica;
  193.     font-weight:bold;
  194. }
  195.  
  196. p.div_related_head
  197.     {
  198.     font-weight:bold;
  199. }
  200.  
  201.  
  202.  
  203. /* general hyperlinks */
  204.  
  205. .link_normal:link
  206. {
  207.     color:#0000FF;
  208.     font-weight:normal;
  209.     text-decoration:underline;
  210. }
  211.  
  212. .link_normal:visited
  213. {
  214.     color:#0000FF;
  215.     font-weight:normal;
  216.     text-decoration:underline;
  217. }
  218.  
  219.  
  220.  
  221. /* expanding paragraph links */
  222.  
  223. a.sub_heading:link
  224. {
  225.     color:#000000;
  226.     font-size:0.77em;
  227.     font-family:verdana,tahoma,arial,helvetica;
  228.     font-weight:bold;
  229.     text-decoration:none;
  230. }
  231.  
  232. a.sub_heading:visited
  233. {
  234.     color:#000000;
  235.     font-size:0.77em;
  236.     font-family:verdana,tahoma,arial,helvetica;
  237.     font-weight:bold;
  238.     text-decoration:none;
  239. }
  240.  
  241. a.sub_heading:hover
  242. {
  243.     color:#0000FF;
  244.     font-size:0.77em;
  245.     font-family:verdana,tahoma,arial,helvetica;
  246.     font-weight:bold;
  247.     text-decoration:none;
  248. }
  249.