haxelib.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. /* structure */
  2. body {
  3. margin : 0;
  4. padding : 0;
  5. text-align: center;
  6. font-family : "trebuchet ms",sans-serif;
  7. font-size : 10.5pt;
  8. background : #FFFFFF url("http://haxe.org/img/haxe/bg_main.gif") repeat-x;
  9. }
  10. .page {
  11. margin: 10px auto 10px auto;
  12. padding : 5px;
  13. width : 750px;
  14. background-color : #FFFFFF;
  15. border : 1px solid #AAA;
  16. -moz-border-radius : 10px;
  17. }
  18. .menu {
  19. text-align : left;
  20. float : left;
  21. width : 150px;
  22. }
  23. .content {
  24. text-align : left;
  25. float : left;
  26. width : 600px;
  27. }
  28. .clear {
  29. clear : both;
  30. }
  31. /* style */
  32. a, a:visited {
  33. color : #C35700;
  34. text-decoration : none;
  35. }
  36. a:hover {
  37. text-decoration : underline;
  38. }
  39. h1 {
  40. text-align : center;
  41. margin-top : 20px;
  42. }
  43. h1 a, h1 a:hover, h1 a:visited {
  44. color : #C35700;
  45. text-decoration : none;
  46. }
  47. .content p {
  48. text-align : justify;
  49. margin : 0px;
  50. padding : 0px 10px 0px 10px;
  51. }
  52. .menu ul {
  53. list-style : none;
  54. margin : 5px;
  55. padding : 0px;
  56. }
  57. .versions .date, .versions .project, .versions .name {
  58. display : inline;
  59. }
  60. .versions ul, .projects ul {
  61. list-style : circle;
  62. margin : 25px;
  63. padding : 0px;
  64. }
  65. .date {
  66. color : #555;
  67. font-size : 12px;
  68. }
  69. .versions .name {
  70. font-weight : bold;
  71. }
  72. .versions .download {
  73. float : right;
  74. margin-top : -22px;
  75. margin-right : 30px;
  76. }
  77. .download {
  78. padding : 2px 4px 2px 4px;
  79. background-color : #eee;
  80. display : inline;
  81. }
  82. .download a {
  83. color : #555;
  84. font-size : 12px;
  85. text-decoration : none;
  86. }
  87. .download a:visited {
  88. color : #555;
  89. }
  90. .versions .comments {
  91. margin-right : 40px;
  92. margin-left : 10px;
  93. margin-bottom : 5px;
  94. text-align : justify;
  95. }
  96. .pinfos .description {
  97. padding : 10px;
  98. }
  99. .pinfos .download {
  100. margin : 200px;
  101. }
  102. .label {
  103. color : #555;
  104. width : 80px;
  105. float : left;
  106. }
  107. .tags a {
  108. margin-right : 5px;
  109. }
  110. form {
  111. margin-left : 5px;
  112. margin-top : 5px;
  113. }
  114. input {
  115. width : 80px;
  116. }
  117. /* documentation */
  118. .api .title {
  119. font-size: 35;
  120. font-weight: bold;
  121. text-align: center;
  122. background-color : #FFD473;
  123. color : white;
  124. }
  125. .api ul.entry {
  126. list-style-type: disc;
  127. margin-left : 30px;
  128. padding-left : 0px;
  129. }
  130. .api .package_content {
  131. display : none;
  132. }
  133. .api a {
  134. text-decoration : none;
  135. }
  136. .api a:hover {
  137. text-decoration : underline;
  138. }
  139. .api a.package {
  140. color : black;
  141. }
  142. .api .index {
  143. }
  144. .api .kwd {
  145. color : #09598A;
  146. font-weight : bold;
  147. }
  148. .api .classname {
  149. font-size : 30;
  150. font-weight : bold;
  151. }
  152. .api .classdoc {
  153. border : 1px dashed #666;
  154. margin-left : 20px;
  155. margin-right : 20px;
  156. padding : 5 5 5 5;
  157. }
  158. .api .importmod, .api .extends, .api .implements, .api .typedef, .api .platforms {
  159. color : #777;
  160. }
  161. .api dd {
  162. margin-top : 10px;
  163. font-size : 12pt;
  164. color : #444;
  165. }
  166. .api dt {
  167. margin-left : 20px;
  168. margin-bottom : 5px;
  169. text-align : left;
  170. }