An updated theme (based on Atticus Finch) for ClassicPress
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.2 KiB

3 years ago
  1. .puc-debug-bar-panel-v4 pre {
  2. margin-top: 0;
  3. }
  4. /* Style the debug data table to match "widefat" table style used by WordPress. */
  5. table.puc-debug-data {
  6. width: 100%;
  7. clear: both;
  8. margin: 0;
  9. border-spacing: 0;
  10. background-color: #f9f9f9;
  11. border-radius: 3px;
  12. border: 1px solid #dfdfdf;
  13. border-collapse: separate;
  14. }
  15. table.puc-debug-data * {
  16. word-wrap: break-word;
  17. }
  18. table.puc-debug-data th {
  19. width: 11em;
  20. padding: 7px 7px 8px;
  21. text-align: left;
  22. font-family: "Georgia", "Times New Roman", "Bitstream Charter", "Times", serif;
  23. font-weight: 400;
  24. font-size: 14px;
  25. line-height: 1.3em;
  26. text-shadow: rgba(255, 255, 255, 0.804) 0 1px 0;
  27. }
  28. table.puc-debug-data td, table.puc-debug-data th {
  29. border-width: 1px 0;
  30. border-style: solid;
  31. border-top-color: #fff;
  32. border-bottom-color: #dfdfdf;
  33. text-transform: none;
  34. }
  35. table.puc-debug-data td {
  36. color: #555;
  37. font-size: 12px;
  38. padding: 4px 7px 2px;
  39. vertical-align: top;
  40. }
  41. .puc-ajax-response {
  42. border: 1px solid #dfdfdf;
  43. border-radius: 3px;
  44. padding: 0.5em;
  45. margin: 5px 0;
  46. background-color: white;
  47. }
  48. .puc-ajax-nonce {
  49. display: none;
  50. }