profiler.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. .anbu
  2. {
  3. font-family:Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  4. font-size:14px !important;
  5. background-color:#222 !important;
  6. position:fixed !important;
  7. bottom:0 !important;
  8. right:0 !important;
  9. width:100%;
  10. z-index: 9999 !important;
  11. }
  12. .anbu-tabs
  13. {
  14. margin:0 !important;
  15. padding:0 !important;
  16. overflow:hidden !important;
  17. }
  18. .anbu-tabs li
  19. {
  20. display:inline;
  21. }
  22. .anbu-tabs a, .anbu-tabs a:visited
  23. {
  24. color:#aaa !important;
  25. text-transform:uppercase !important;
  26. font-weight:bold !important;
  27. display:inline-block;
  28. text-decoration:none !important;
  29. font-size:0.8em !important;
  30. padding: 0.8em 2em 0.7em 2em !important;
  31. -webkit-transition-property:color, background-color;
  32. -webkit-transition-duration: 0.7s, 0.2s;
  33. -webkit-transition-timing-function: ease-in, ease-in;
  34. -moz-transition-property:color, background-color;
  35. -moz-transition-duration: 0.7s, 0.2s;
  36. -moz-transition-timing-function: ease-in, ease-in;
  37. -ms-transition-property:color, background-color;
  38. -ms-transition-duration: 0.7s, 0.2s;
  39. -ms-transition-timing-function: ease-in, ease-in;
  40. -o-transition-property:color, background-color;
  41. -o-transition-duration: 0.7s, 0.2s;
  42. -o-transition-timing-function: ease-in, ease-in;
  43. transition-property:color, background-color;
  44. transition-duration: 0.7s, 0.2s;
  45. transition-timing-function: ease-in, ease-in;
  46. }
  47. #anbu-closed-tabs a, #anbu-closed-tabs a:visited
  48. {
  49. padding: 0.85em 1.2em 0.85em 1.2em !important;
  50. }
  51. .anbu-tabs a:hover
  52. {
  53. background-color:#333 !important;
  54. color:#fff !important;
  55. }
  56. .anbu-tabs a.anbu-active-tab
  57. {
  58. color:#fff !important;
  59. background-color:#333 !important;
  60. }
  61. .anbu a:focus
  62. {
  63. outline:none !important;
  64. }
  65. .anbu-tabs a:active
  66. {
  67. background-color:#111 !important;
  68. }
  69. .anbu-tabs li.anbu-tab-right
  70. {
  71. float:right !important;
  72. }
  73. .anbu-tabs li.anbu-tab-right a, .anbu-tabs li.anbu-tab-right a:visited
  74. {
  75. padding: 0.86em 2em 0.7em 2em !important;
  76. }
  77. #anbu-closed-tabs
  78. {
  79. display:none;
  80. }
  81. .anbu-window
  82. {
  83. display:none;
  84. }
  85. .anbu-content-area
  86. {
  87. background-color: #fff !important;
  88. background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
  89. background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  90. background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  91. background-image: -ms-linear-gradient(top, #eeeeee, #ffffff);
  92. background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  93. background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
  94. height:14em;
  95. margin-top:6px !important;
  96. overflow-x:hidden !important;
  97. overflow-y:auto !important;
  98. }
  99. .anbu-table table
  100. {
  101. margin:0 !important;
  102. padding:0 !important;
  103. font-size:0.9em !important;
  104. border:0 !important;
  105. border-collapse:collapse !important;
  106. width:100% !important;
  107. background-color:#fff !important;
  108. }
  109. .anbu-table pre
  110. {
  111. margin:0 !important;
  112. }
  113. .anbu-table tr
  114. {
  115. border-bottom:1px solid #ccc !important;
  116. }
  117. .anbu-table tr:first-child
  118. {
  119. border:0 !important;
  120. }
  121. .anbu-table th
  122. {
  123. background-color:#555 !important;
  124. color:#fff !important;
  125. text-transform:uppercase !important;
  126. }
  127. .anbu-table th, .anbu-table td
  128. {
  129. text-align:left !important;
  130. padding:0.4em 1em !important;
  131. margin:0 !important;
  132. }
  133. .anbu-table td
  134. {
  135. vertical-align:top !important;
  136. }
  137. .anbu-table-first
  138. {
  139. background-color:#eee !important;
  140. border-right:1px solid #ccc !important;
  141. width:10% !important;
  142. }
  143. span.anbu-count
  144. {
  145. margin-left:0.5em !important;
  146. background-color:#555 !important;
  147. display:inline-block !important;
  148. padding:0.1em 0.5em 0.2em 0.5em !important;
  149. color:#eee !important;
  150. text-shadow:0 0 4px #000 !important;
  151. -webkit-border-radius: 1px;
  152. -moz-border-radius: 1px;
  153. border-radius: 1px;
  154. -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  155. }
  156. .anbu-empty
  157. {
  158. display:block !important;
  159. padding:1em !important;
  160. text-align:center !important;
  161. font-style:italic !important;
  162. color:#ccc !important;
  163. margin:1em !important;
  164. text-shadow:0 1px 0px #fff !important;
  165. }
  166. .anbu pre
  167. {
  168. overflow-x: auto;
  169. white-space: pre-wrap;
  170. white-space: -moz-pre-wrap !important;
  171. white-space: -pre-wrap;
  172. white-space: -o-pre-wrap;
  173. word-wrap: break-word;
  174. }