/upload/develop/dbg_header.php

http://torrentpier2.googlecode.com/ · PHP · 81 lines · 67 code · 14 blank · 0 comment · 0 complexity · 51d744337b29b7c52042c6777a2593a9 MD5 · raw file

  1. <style type="text/css">
  2. <!--
  3. .lineTD, .codeTD {
  4. vertical-align: top;
  5. background-color: #FFFFCC;
  6. font-weight: normal;
  7. font-size: 12px;
  8. font-family: "Courier New", Courier, monospace;
  9. }
  10. .lineTD {
  11. text-align: right;
  12. color: #666666;
  13. }
  14. .codeTD {
  15. background-color: #FFFFFF;
  16. }
  17. .lineNum {
  18. border-bottom: 1px solid #FFFFFF;
  19. }
  20. .lineErr {
  21. background-color: red;
  22. color: white;
  23. border-bottom-color: #FFFFFF;
  24. }
  25. .codeLine {
  26. border-bottom: 1px solid #FFFFFF;
  27. }
  28. .codeErr {
  29. cursor: pointer;
  30. background-color: #E4EFEE;
  31. border-bottom-color: #FFFFFF;
  32. }
  33. .errTABLE {
  34. border: 2px groove #FF4500;
  35. margin: 10px;
  36. background: #FFF5EE;
  37. }
  38. .errRepTD {
  39. font-size:12px;
  40. font-family: "Courier New", Courier, monospace;
  41. }
  42. .errType {
  43. font-weight: bold;
  44. padding-left: 30px;
  45. }
  46. .errInfo {
  47. font-size:13px;
  48. font-family: "Courier New", Courier, monospace;
  49. padding-right: 30px;
  50. }
  51. .errTip {
  52. font-size:10px;
  53. }
  54. .errFile {
  55. color:#696969;
  56. }
  57. .errFileCritical {
  58. color: #FF4500;
  59. font-weight:bold;
  60. letter-spacing:1px;
  61. }
  62. .traceBody {
  63. font-size:13px;
  64. font-family: "Courier New", Courier, monospace;
  65. }
  66. -->
  67. </style>