xhprof.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /* Copyright (c) 2009 Facebook
  2. *
  3. * Licensed under the Apache License, Version 2.0 (the "License");
  4. * you may not use this file except in compliance with the License.
  5. * You may obtain a copy of the License at
  6. *
  7. * http://www.apache.org/licenses/LICENSE-2.0
  8. *
  9. * Unless required by applicable law or agreed to in writing, software
  10. * distributed under the License is distributed on an "AS IS" BASIS,
  11. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. * See the License for the specific language governing permissions and
  13. * limitations under the License.
  14. */
  15. td.sorted {
  16. color:#0000FF;
  17. }
  18. td.vbar, th.vbar {
  19. text-align: right;
  20. border-left:
  21. solid 1px #bdc7d8;
  22. }
  23. td.vbbar, th.vbar {
  24. text-align: right;
  25. border-left:
  26. solid 1px #bdc7d8;
  27. color:blue;
  28. }
  29. /* diff reports: display regressions in red */
  30. td.vrbar {
  31. text-align: right;
  32. border-left:solid 1px #bdc7d8;
  33. color:red;
  34. }
  35. /* diff reports: display improvements in green */
  36. td.vgbar {
  37. text-align: right;
  38. border-left: solid 1px #bdc7d8;
  39. color:green;
  40. }
  41. td.vwbar, th.vwbar {
  42. text-align: right;
  43. border-left: solid 1px white;
  44. }
  45. td.vwlbar, th.vwlbar {
  46. text-align: left;
  47. border-left: solid 1px white;
  48. }
  49. p.blue {
  50. color:blue
  51. }
  52. .bubble {
  53. background-color:#C3D9FF
  54. }
  55. ul.xhprof_actions {
  56. float: right;
  57. padding-left: 16px;
  58. list-style-image: none;
  59. list-style-type: none;
  60. margin:10px 10px 10px 3em;
  61. position:relative;
  62. }
  63. ul.xhprof_actions li {
  64. border-bottom:1px solid #D8DFEA;
  65. }
  66. ul.xhprof_actions li a:hover {
  67. background:#3B5998 none repeat scroll 0 0;
  68. color:#FFFFFF;
  69. }