styles.xml 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0"?>
  2. <office:styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0">
  3. <style:style style:name="Heading" style:family="table-cell" style:parent-style-name="Default">
  4. <style:text-properties fo:color="#000000" fo:font-size="24pt" fo:font-style="normal" fo:font-weight="bold"/>
  5. </style:style>
  6. <style:style style:name="Heading 1" style:family="table-cell" style:parent-style-name="Heading">
  7. <style:text-properties fo:font-size="18pt"/>
  8. </style:style>
  9. <style:style style:name="Heading 2" style:family="table-cell" style:parent-style-name="Heading">
  10. <style:text-properties fo:font-size="12pt"/>
  11. </style:style>
  12. <style:style style:name="Text" style:family="table-cell" style:parent-style-name="Default"/>
  13. <style:style style:name="Note" style:family="table-cell" style:parent-style-name="Text">
  14. <style:table-cell-properties fo:background-color="#ffffcc" fo:border="0.75pt solid #808080"/>
  15. <style:text-properties fo:color="#333333"/>
  16. </style:style>
  17. <style:style style:name="Footnote" style:family="table-cell" style:parent-style-name="Text">
  18. <style:text-properties fo:color="#808080" fo:font-style="italic"/>
  19. </style:style>
  20. <style:style style:name="Hyperlink" style:family="table-cell" style:parent-style-name="Text">
  21. <style:text-properties fo:color="#0000ee" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
  22. </style:style>
  23. <style:style style:name="Status" style:family="table-cell" style:parent-style-name="Default"/>
  24. <style:style style:name="Good" style:family="table-cell" style:parent-style-name="Status">
  25. <style:table-cell-properties fo:background-color="#ccffcc"/>
  26. <style:text-properties fo:color="#006600"/>
  27. </style:style>
  28. <style:style style:name="Neutral" style:family="table-cell" style:parent-style-name="Status">
  29. <style:table-cell-properties fo:background-color="#ffffcc"/>
  30. <style:text-properties fo:color="#996600"/>
  31. </style:style>
  32. <style:style style:name="Bad" style:family="table-cell" style:parent-style-name="Status">
  33. <style:table-cell-properties fo:background-color="#ffcccc"/>
  34. <style:text-properties fo:color="#cc0000"/>
  35. </style:style>
  36. <style:style style:name="Warning" style:family="table-cell" style:parent-style-name="Status">
  37. <style:text-properties fo:color="#cc0000"/>
  38. </style:style>
  39. <style:style style:name="Error" style:family="table-cell" style:parent-style-name="Status">
  40. <style:table-cell-properties fo:background-color="#cc0000"/>
  41. <style:text-properties fo:color="#ffffff" fo:font-weight="bold"/>
  42. </style:style>
  43. <style:style style:name="Accent" style:family="table-cell" style:parent-style-name="Default">
  44. <style:text-properties fo:font-weight="bold"/>
  45. </style:style>
  46. <style:style style:name="Accent 1" style:family="table-cell" style:parent-style-name="Accent">
  47. <style:table-cell-properties fo:background-color="#000000"/>
  48. <style:text-properties fo:color="#ffffff"/>
  49. </style:style>
  50. <style:style style:name="Accent 2" style:family="table-cell" style:parent-style-name="Accent">
  51. <style:table-cell-properties fo:background-color="#808080"/>
  52. <style:text-properties fo:color="#ffffff"/>
  53. </style:style>
  54. <style:style style:name="Accent 3" style:family="table-cell" style:parent-style-name="Accent">
  55. <style:table-cell-properties fo:background-color="#dddddd"/>
  56. </style:style>
  57. <style:style style:name="Result" style:family="table-cell" style:parent-style-name="Default">
  58. <style:text-properties fo:font-weight="bold" fo:font-style="italic" style:text-underline-style="solid"/>
  59. </style:style>
  60. </office:styles>