openkore.css.svn-base
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:3k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. body {
  2. margin: 0px 0px 0px 0px;
  3. font-family: 'Bitstream Vera Sans', Arial, Sans-Serif;
  4. }
  5. img, .img {
  6. border: 0;
  7. }
  8. h1 {
  9. font-size: x-large;
  10. }
  11. h2 {
  12. color: darkgray;
  13. border-bottom: 1px dashed darkgray;
  14. cursor: default;
  15. }
  16. h2:hover {
  17. border-bottom: 1px solid gray;
  18. }
  19. .details_sep {
  20. display: none;
  21. }
  22. #title {
  23. color: white;
  24. background: black;
  25. font-weight: bold;
  26. padding: 3px;
  27. }
  28. #navigation {
  29. background: #8888d0;
  30. }
  31. #navigation a, #navigation li b {
  32. color: white;
  33. text-decoration: none;
  34. padding-left: 12px;
  35. padding-right: 12px;
  36. }
  37. #navigation a {
  38. float: left;
  39. display: block;
  40. }
  41. #navigation a:hover {
  42. background-color: #aaaaf0;
  43. }
  44. #navigation ul {
  45. display: inline;
  46. padding: 0px;
  47. margin: 0;
  48. list-style-type: none;
  49. }
  50. #navigation li {
  51. display: inline;
  52. color: white;
  53. }
  54. #main {
  55. margin: 8px 8px 8px 8px;
  56. }
  57. #footer {
  58. font-size: small;
  59. color: gray;
  60. vertical-align: top;
  61. font-family: 'Bitstream Vera Sans', Tahoma, Verdana, Arial, Sans-Serif;
  62. }
  63. #footer img, #footer .img {
  64. vertical-align: top;
  65. }
  66. #footer ul {
  67. list-style-type: none;
  68. display: inline;
  69. padding: 0;
  70. margin: 0;
  71. float: right;
  72. }
  73. #footer li {
  74. display: inline;
  75. }
  76. .functionIndex, #moduleIndex {
  77. width: 98%;
  78. background: #eeeeee;
  79. border: 1px lightgray solid;
  80. }
  81. .functionIndex th, #moduleIndex th {
  82. color: white;
  83. background: black;
  84. padding-left: 6px;
  85. padding-right: 6px;
  86. text-align: left;
  87. }
  88. .functionIndex tr:hover, #moduleIndex tr:hover {
  89. background: #e0e0ff;
  90. }
  91. .functionIndex td, #moduleIndex td {
  92. padding: 3px;
  93. }
  94. .functionIndex td {
  95. font-family: 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;
  96. font-size: smaller;
  97. }
  98. .functionIndex a, #moduleIndex a {
  99. text-decoration: none;
  100. color: blue;
  101. }
  102. .functionIndex a:visited, #moduleIndex a:visited {
  103. color: darkblue;
  104. }
  105. .functionIndex a:hover, #moduleIndex a:hover {
  106. text-decoration: underline;
  107. color: red;
  108. }
  109. .functionIndex .decl, #moduleIndex .decl {
  110. width: 100%;
  111. }
  112. #moduleIndex {
  113. background: none;
  114. border: none;
  115. }
  116. #moduleIndex .moduleName {
  117. font-weight: bold;
  118. }
  119. #moduleIndex .moduleDesc {
  120. width: 100%;
  121. }
  122. .function .decl {
  123. margin-bottom: 0.2cm;
  124. font-family: 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;
  125. }
  126. .function .params_and_returns {
  127. background: #e4eeff;
  128. padding: 6px;
  129. }
  130. .function .desc {
  131. margin-bottom: 12px;
  132. }
  133. .example {
  134. border: #ffe0bb dotted 1px;
  135. background: #fffde8;
  136. padding: 6px;
  137. overflow: auto;
  138. margin-left: 1.5em;
  139. }
  140. .example .comment {
  141. color: darkblue;
  142. }
  143. dl .example {
  144. margin-left: 0;
  145. }
  146. .moduleIndex a {
  147. text-decoration: none;
  148. }
  149. .moduleIndex a:visited {
  150. color: darkblue;
  151. }
  152. .moduleIndex a:hover {
  153. text-decoration: underline;
  154. }
  155. .note {
  156. padding: 1em;
  157. border: solid 2px #ffdeab;
  158. background: #fff9ec;
  159. margin-bottom: 1em;
  160. }
  161. .note h3 {
  162. padding: 0;
  163. margin: 0;
  164. }
  165. .tip {
  166. padding: 0.35cm;
  167. border: solid 2px #ffdeab;
  168. background: #fff9ec;
  169. margin: 0.3cm;
  170. }
  171. .tip h4 {
  172. padding: 0;
  173. margin: 0;
  174. }
  175. .hashkeys {
  176. background: #ffe5bc;
  177. margin-left: 0.2cm;
  178. padding: 0.2cm;
  179. }
  180. .hashkeys dt {
  181. font-family: 'Bitstream Vera Sans Mono', 'Courier New', Monospace;
  182. font-weight: bold;
  183. }
  184. dd.requires, dd.ensures, dd.invariant {
  185. font-family: 'Bitstream Vera Sans Mono', 'Courier New', Monospace;
  186. font-size: small;
  187. }
  188. .derived {
  189. margin: 1em;
  190. padding: 0.5em;
  191. background: #ffeeee;
  192. border: 1px solid #eedddd;
  193. font-weight: bold;
  194. }