template.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <html>
  2. <head>
  3. <title>Haxe API Documentation</title>
  4. <script type="text/javascript">
  5. <!--
  6. function toggle(id) {
  7. var e = document.getElementById(id);
  8. e.isopen = !e.isopen;
  9. e.style.display = e.isopen?"block":"none";
  10. return false;
  11. }
  12. -->
  13. </script>
  14. <style type="text/css">
  15. body {
  16. text-align: center;
  17. font-family: Trebuchet MS, sans-serif;
  18. background-color : #7D7E86;
  19. }
  20. .document {
  21. width : 800px;
  22. position : relative;
  23. margin : 10px auto 5px auto;
  24. border : solid 2px #CFD0D4;
  25. text-align : justify;
  26. background-color: #F6FAFD;
  27. }
  28. .title {
  29. font-size: 35;
  30. font-weight: bold;
  31. text-align: center;
  32. background-color : #FFD473;
  33. color : white;
  34. }
  35. ul.entry {
  36. list-style-type: circle;
  37. font-weight : bold;
  38. margin-left : 30px;
  39. }
  40. .package_content {
  41. display : none;
  42. }
  43. a {
  44. color : #FFBB00;
  45. font-weight : bold;
  46. text-decoration : none;
  47. }
  48. a:hover {
  49. color : #FFAE00;
  50. text-decoration : underline;
  51. }
  52. a.package {
  53. color : black;
  54. }
  55. .index {
  56. margin-left : 10px;
  57. }
  58. .kwd {
  59. color : #00A;
  60. }
  61. .classname {
  62. font-size : 30;
  63. font-weight : bold;
  64. margin-left : 10px;
  65. margin-bottom : 20px;
  66. }
  67. .classdoc {
  68. border : 1px dashed #666;
  69. margin-left : 20px;
  70. margin-right : 20px;
  71. padding : 5 5 5 5;
  72. }
  73. .importmod, .extends, .implements, .typedef, .platforms {
  74. margin-left: 20px;
  75. color : #777;
  76. }
  77. dd {
  78. margin : 0 20 20 40;
  79. font-size : 12pt;
  80. color : #444;
  81. }
  82. dt {
  83. margin-left : 20px;
  84. margin-bottom : 5px;
  85. text-align : left;
  86. font-size : 10pt;
  87. font-family: Courier New, monospace;
  88. }
  89. </style>
  90. </head>
  91. <body>
  92. <div class="document">
  93. <div class="title">Haxe API Documentation</div>
  94. <data/>
  95. </div>
  96. </body>
  97. </html>