Guest User

Untitled

a guest
Jul 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. body {
  2. font-family: Lucida,sans-serif;
  3. }
  4.  
  5. h1 {
  6. color: #AA0000;
  7. border-bottom: 1px solid #444;
  8. }
  9.  
  10. h2 { color: #444; }
  11.  
  12. pre {
  13. font-family: "lucida console","monaco","andale mono","bitstream vera sans mono","consolas",monospace;
  14. font-size: 12px;
  15. border-left: 2px solid #777;
  16. padding-left: 1em;
  17. }
  18.  
  19. footer {
  20. font-size: 10px;
  21. }
  22.  
  23. span.key {
  24. color: #449;
  25. font-weight: bold;
  26. width: 120px;
  27. display: inline;
  28. }
  29.  
  30. span.value {
  31. color: #494;
  32. }
  33.  
  34. /* these are for the message boxes */
  35.  
  36. pre.content {
  37. background-color: #eee;
  38. color: #000;
  39. padding: 1em;
  40. margin: 0;
  41. border: 1px solid #aaa;
  42. border-top: 0;
  43. margin-bottom: 1em;
  44. }
  45.  
  46. div.title {
  47. font-family: "lucida console","monaco","andale mono","bitstream vera sans mono","consolas",monospace;
  48. font-size: 12px;
  49. background-color: #aaa;
  50. color: #444;
  51. font-weight: bold;
  52. padding: 3px;
  53. padding-left: 10px;
  54. }
  55.  
  56. pre.content span.nu {
  57. color: #889;
  58. margin-right: 10px;
  59. }
  60.  
  61. pre.error {
  62. background: #334;
  63. color: #ccd;
  64. padding: 1em;
  65. border-top: 1px solid #000;
  66. border-left: 1px solid #000;
  67. border-right: 1px solid #eee;
  68. border-bottom: 1px solid #eee;
  69. }
Add Comment
Please, Sign In to add comment