style.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. body, select {
  2. color: #7d7a7a;
  3. font-family: 'trebuchet ms', verdana, sans-serif;
  4. font-size: 13px;
  5. }
  6. a:link, a:visited, a:active {
  7. color: #5F83BA;
  8. text-decoration: none;
  9. }
  10. a:hover {
  11. color: #5f83ba;
  12. text-decoration: underline;
  13. }
  14. img {
  15. border: none;
  16. }
  17. pre,
  18. code {
  19. font-size: 0.8em;
  20. font-family: "lucida console", monospace;
  21. }
  22. pre {
  23. background-color: #f8f8f8;
  24. padding: 10px;
  25. }
  26. select {
  27. font-weight: bold;
  28. }
  29. h2 {
  30. margin: 0.3em 0;
  31. }
  32. .bar {
  33. background-image: url('images/h_bar.gif');
  34. background-repeat: repeat-x;
  35. background-position: bottom right;
  36. }
  37. #header {
  38. height: 50px;
  39. line-height: 30px;
  40. }
  41. #footer {
  42. font-size: 0.75em;
  43. padding-top: 12px;
  44. background-image: url('images/h_bar.gif');
  45. background-repeat: repeat-x;
  46. background-position: top left;
  47. height: 35px;
  48. vertical-align: middle;
  49. clear: both;
  50. }
  51. #logo {
  52. position: absolute;
  53. top: 0px;
  54. right: 0px;
  55. border: none;
  56. }
  57. .badges {
  58. float: right;
  59. }
  60. #left_col, #content {
  61. vertical-align: top;
  62. }
  63. /*
  64. #left_col {
  65. padding: 3px 3px 2em 3px;
  66. margin-top: 2px;
  67. width: 210px;
  68. padding-right: 10px;
  69. background-image: url('images/v_bar.gif');
  70. background-repeat: repeat-y;
  71. background-position: top right;
  72. }
  73. */
  74. #left_col {
  75. padding: 3px 3px 3em 3px;
  76. margin-top: 2px;
  77. width: 120px;
  78. padding-right: 10px;
  79. float: left;
  80. }
  81. #left_col h2 {
  82. font-size: 1.0em;
  83. margin-top: 0.5em;
  84. margin-bottom: 0.25em;
  85. }
  86. #left_col ul {
  87. margin-top: 0.25em;
  88. padding-left: 0px;
  89. margin-left: 0px;
  90. position: fixed;
  91. }
  92. #left_col ul li { list-style-position: inside; }
  93. #left_col iframe { margin-left: 40px; margin-top: 10px; }
  94. #content {
  95. margin-left: 120px;
  96. padding: 1em 1em 1em 2em;
  97. min-width: 800px;
  98. background-image: url('images/v_bar.gif');
  99. background-repeat: repeat-y;
  100. background-position: top left;
  101. }
  102. .message {
  103. margin-top: 1em;
  104. border: 1px dashed #5E83BA;
  105. }
  106. #content li {
  107. margin-top: 0.3em;
  108. vertical-align: top;
  109. }
  110. #content>*>li {
  111. margin-right: 40px; /* keep things in line */
  112. }
  113. #content h2 {
  114. text-align: left;
  115. color: #4A9166;
  116. }
  117. #content h3 {
  118. margin-top: 2em;
  119. }
  120. #content p {
  121. text-align: justify;
  122. }
  123. #content table td,
  124. #content table th {
  125. padding: 0.3em;
  126. }
  127. #content table td.input {
  128. white-space: nowrap;
  129. font-family: "lucida console", monospace;
  130. font-size: 0.8em;
  131. }
  132. #content textarea {
  133. padding: 4px;
  134. width: 100%;
  135. border: 1px dashed #5F83BA;
  136. -moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
  137. -webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
  138. box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
  139. }
  140. #content button {
  141. color: #6d6a6a;
  142. font-family: 'trebuchet ms', verdana, sans-serif;
  143. }
  144. #preview {
  145. float: right;
  146. height: 800px;
  147. min-width: 400px;
  148. width: 60%;
  149. border: 1px solid #666;
  150. margin-left: 1em;
  151. -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
  152. -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
  153. box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
  154. }
  155. table.setup {
  156. border: 1px solid #ccc;
  157. border-collapse: collapse;
  158. }
  159. table.setup td,
  160. table.setup th {
  161. border: 1px solid #ccc;
  162. }
  163. table.setup th {
  164. background-color: #ddd;
  165. }
  166. table.setup td.title {
  167. background-color: #f6f6f6;
  168. }
  169. table.setup td.ok,
  170. table.setup tr:hover td.ok {
  171. background-color: #9e4;
  172. }
  173. table.setup td.failed,
  174. table.setup tr:hover td.failed {
  175. background-color: #f43;
  176. color: white;
  177. }
  178. table.setup td.warning,
  179. table.setup tr:hover td.warning {
  180. background-color: #FCC612;
  181. }
  182. table.setup tr:hover td {
  183. background-color: #EBF1F7;
  184. }
  185. table.setup tr:hover td.title {
  186. background-color: #D0E0F2;
  187. }
  188. input[type="file"] {
  189. width: 30em;
  190. }
  191. /* Method definitions from phpdoc */
  192. .method-definition {
  193. background-image: url('images/h_bar.gif');
  194. background-position: bottom center;
  195. background-repeat: repeat-x;
  196. padding: 10px 10px 20px 10px;
  197. margin-bottom: 1em;
  198. }
  199. .method-title {
  200. color: #5F83BA;
  201. }
  202. .var-name,
  203. .method-name,
  204. .method-title {
  205. font-weight: bold;
  206. }
  207. .var-type,
  208. .method-result {
  209. color: #4A9166;
  210. font-style: italic;
  211. }