Advertisement
Guest User

Xmind defaultStyles.xml

a guest
Jun 29th, 2013
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <xmap-styles xmlns:fo="http://www.w3.org/1999/XSL/Format"
  3. xmlns:svg="http://www.w3.org/2000/svg"
  4. xmlns="urn:xmind:xmap:xmlns:style:2.0">
  5. <automatic-styles>
  6. <style type="topic" id="centralTopic" name="Central Topic (Default)">
  7. <topic-properties fo:font-weight="bold" fo:color="#4c4c4c"
  8. fo:font-family="$system$" fo:font-style="normal"
  9. fo:font-size="18pt" fo:text-decoration="none"
  10. shape-class="org.xmind.topicShape.roundedRect"
  11. shape-corner="8pt" svg:fill="#97cbff" fo:margin-left="22pt"
  12. fo:margin-right="22pt" fo:margin-top="14pt" fo:margin-bottom="14pt"
  13. line-class="org.xmind.branchConnection.straight"
  14. line-color="#808080" multi-line-colors="none" line-corner="8pt"
  15. line-width="1pt" spacing-major="20pt" spacing-minor="10pt"/>
  16. </style>
  17. <style type="topic" id="mainTopic" name="Main Topic (Default)">
  18. <topic-properties fo:font-weight="normal" fo:color="#303030"
  19. fo:font-family="$system$" fo:font-style="normal"
  20. fo:font-size="13pt" fo:text-decoration="none"
  21. shape-class="org.xmind.topicShape.roundedRect"
  22. shape-corner="5pt" svg:fill="#ffffff" fo:margin-left="6pt"
  23. fo:margin-right="6pt" fo:margin-top="6pt" fo:margin-bottom="6pt"
  24. line-class="org.xmind.branchConnection.roundedElbow"
  25. line-color="#808080" multi-line-colors="none" line-corner="4pt"
  26. line-width="1pt" spacing-major="8pt" spacing-minor="1pt"/>
  27. </style>
  28. <style type="topic" id="subTopic" name="Subtopic (Default)">
  29. <topic-properties fo:font-weight="normal" fo:color="#000000"
  30. fo:font-family="$system$" fo:font-style="normal"
  31. fo:font-size="10pt" fo:text-decoration="none"
  32. shape-class="org.xmind.topicShape.underline"
  33. shape-corner="3pt" svg:fill="#f0f0f0" fo:margin-left="4pt"
  34. fo:margin-right="4pt" fo:margin-top="1pt" fo:margin-bottom="1pt"
  35. line-class="org.xmind.branchConnection.roundedElbow"
  36. line-color="#808080" multi-line-colors="none" line-corner="4pt"
  37. line-width="1pt" spacing-major="8pt" spacing-minor="1pt"/>
  38. </style>
  39. <style type="topic" id="floatingTopic" name="Floating Topic (Default)">
  40. <topic-properties fo:font-weight="normal" fo:color="#303030"
  41. fo:font-family="$system$" fo:font-style="normal"
  42. fo:font-size="13pt" fo:text-decoration="none"
  43. shape-class="org.xmind.topicShape.roundedRect"
  44. shape-corner="8pt" svg:fill="#ffffff" fo:margin-left="6pt"
  45. fo:margin-right="6pt" fo:margin-top="6pt" fo:margin-bottom="6pt"
  46. line-class="org.xmind.branchConnection.roundedElbow"
  47. line-color="#808080" multi-line-colors="none" line-corner="4pt"
  48. line-width="1pt" spacing-major="8pt" spacing-minor="1pt"/>
  49. </style>
  50. <style type="topic" id="summaryTopic" name="Summary Topic (Default)">
  51. <topic-properties fo:font-weight="normal" fo:color="#404040"
  52. fo:font-family="$system$" fo:font-style="normal"
  53. fo:font-size="9pt" fo:text-decoration="none"
  54. shape-class="org.xmind.topicShape.rect"
  55. shape-corner="5pt" svg:fill="#f0f0d0" fo:margin-left="4pt"
  56. fo:margin-right="4pt" fo:margin-top="4pt" fo:margin-bottom="4pt"
  57. line-class="org.xmind.branchConnection.roundedElbow"
  58. line-color="#808080" multi-line-colors="none" line-corner="4pt"
  59. line-width="1pt" spacing-major="8pt" spacing-minor="1pt"/>
  60. </style>
  61. <style type="boundary" id="boundary" name="Boundary (Default)">
  62. <boundary-properties shape-class="org.xmind.boundaryShape.roundedRect"
  63. shape-corner="8pt" svg:fill="#ffffff" line-color="#afafaf"
  64. line-width="3pt" line-pattern="dash" svg:opacity=".5"
  65. fo:font-family="$system$" fo:font-weight="false" fo:color="#707070"
  66. fo:font-style="false" fo:font-size="9pt" fo:text-decoration="none"/>
  67. </style>
  68. <style type="relationship" id="relationship" name="Relationship (Default)">
  69. <relationship-properties shape-class="org.xmind.relationshipShape.curved"
  70. line-color="#0068cf" line-width="3pt" line-pattern="dot"
  71. arrow-begin-class="org.xmind.arrowShape.none"
  72. arrow-end-class="org.xmind.arrowShape.normal"
  73. fo:font-family="$system$" fo:font-weight="false" fo:color="#707070"
  74. fo:font-style="false" fo:font-size="9pt" fo:text-decoration="none"/>
  75. </style>
  76. <style type="summary" id="summary" name="Summary (Default)">
  77. <summary-properties shape-class="org.xmind.summaryShape.curly"
  78. line-color="#808080" line-width="2" line-pattern="solid" line-corner="5"/>
  79. </style>
  80. <style type="map" id="map" name="Map (Default)">
  81. <map-properties svg:fill="#f3f4f9" svg:opacity=".6"/>
  82. </style>
  83. </automatic-styles>
  84. </xmap-styles>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement