profiler.css 4.1 KB

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