style.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. @font-face {
  2. font-family: 'Ubuntu';
  3. font-style: normal;
  4. font-weight: normal;
  5. src: local('Ubuntu'), local('Ubuntu-Regular'),
  6. url('?__debugger__=yes&cmd=resource&f=ubuntu.ttf') format('truetype');
  7. }
  8. body, input { font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
  9. 'Verdana', sans-serif; color: #000; text-align: center;
  10. margin: 1em; padding: 0; font-size: 15px; }
  11. h1, h2, h3 { font-family: 'Ubuntu', 'Lucida Grande', 'Lucida Sans Unicode',
  12. 'Geneva', 'Verdana', sans-serif; font-weight: normal; }
  13. input { background-color: #fff; margin: 0; text-align: left;
  14. outline: none !important; }
  15. a { color: #11557C; }
  16. a:hover { color: #177199; }
  17. pre, code, table.source,
  18. textarea { font-family: 'Consolas', 'Monaco', 'Bitstream Vera Sans Mono',
  19. monospace; font-size: 14px; }
  20. div.debugger { text-align: left; padding: 12px; margin: auto;
  21. background-color: white; }
  22. h1 { font-size: 36px; margin: 0 0 0.3em 0; }
  23. div.detail p { margin: 0 0 8px 13px; font-size: 14px; white-space: pre-wrap; }
  24. div.explanation { margin: 20px 13px; font-size: 15px; color: #555; }
  25. div.footer { font-size: 13px; text-align: right; margin: 30px 0;
  26. color: #86989B; }
  27. h2 { font-size: 16px; margin: 1.3em 0 0.0 0; padding: 9px;
  28. background-color: #11557C; color: white; }
  29. h2 em, h3 em { font-style: normal; color: #A5D6D9; font-weight: normal; }
  30. div.traceback, div.plain { border: 1px solid #ddd; margin: 0 0 1em 0; padding: 10px; }
  31. div.plain p { margin: 0; }
  32. div.plain textarea,
  33. div.plain pre { margin: 10px 0 0 0; padding: 4px;
  34. background-color: #E8EFF0; border: 1px solid #D3E7E9; }
  35. div.plain textarea { width: 99%; height: 300px; }
  36. div.traceback h3 { font-size: 1em; margin: 0 0 0.8em 0; }
  37. div.traceback ul { list-style: none; margin: 0; padding: 0 0 0 1em; }
  38. div.traceback h4 { font-size: 13px; font-weight: normal; margin: 0.7em 0 0.1em 0; }
  39. div.traceback pre { margin: 0; padding: 5px 0 3px 15px;
  40. background-color: #E8EFF0; border: 1px solid #D3E7E9; }
  41. div.traceback pre,
  42. div.box table.source { white-space: pre-wrap; /* css-3 should we be so lucky... */
  43. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  44. white-space: -pre-wrap; /* Opera 4-6 ?? */
  45. white-space: -o-pre-wrap; /* Opera 7 ?? */
  46. word-wrap: break-word; /* Internet Explorer 5.5+ */
  47. _white-space: pre; /* IE only hack to re-specify in
  48. addition to word-wrap */ }
  49. div.traceback pre:hover { background-color: #DDECEE; color: black; cursor: pointer; }
  50. div.traceback blockquote { margin: 1em 0 0 0; padding: 0; }
  51. div.traceback img { float: right; padding: 2px; margin: -3px 2px 0 0; display: none; }
  52. div.traceback img:hover { background-color: #ddd; cursor: pointer;
  53. border-color: #BFDDE0; }
  54. div.traceback pre:hover img { display: block; }
  55. div.traceback cite.filename { font-style: normal; color: #3B666B; }
  56. pre.console { border: 1px solid #ccc; background: white!important;
  57. color: black; padding: 5px!important;
  58. margin: 3px 0 0 0!important; cursor: default!important;
  59. max-height: 400px; overflow: auto; }
  60. pre.console form { color: #555; }
  61. pre.console input { background-color: transparent; color: #555;
  62. width: 90%; font-family: 'Consolas', 'Deja Vu Sans Mono',
  63. 'Bitstream Vera Sans Mono', monospace; font-size: 14px;
  64. border: none!important; }
  65. span.string { color: #30799B; }
  66. span.number { color: #9C1A1C; }
  67. span.help { color: #3A7734; }
  68. span.object { color: #485F6E; }
  69. span.extended { opacity: 0.5; }
  70. span.extended:hover { opacity: 1; }
  71. a.toggle { text-decoration: none; background-repeat: no-repeat;
  72. background-position: center center;
  73. background-image: url(?__debugger__=yes&cmd=resource&f=more.png); }
  74. a.toggle:hover { background-color: #444; }
  75. a.open { background-image: url(?__debugger__=yes&cmd=resource&f=less.png); }
  76. pre.console div.traceback,
  77. pre.console div.box { margin: 5px 10px; white-space: normal;
  78. border: 1px solid #11557C; padding: 10px;
  79. font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
  80. 'Verdana', sans-serif; }
  81. pre.console div.box h3,
  82. pre.console div.traceback h3 { margin: -10px -10px 10px -10px; padding: 5px;
  83. background: #11557C; color: white; }
  84. pre.console div.traceback pre:hover { cursor: default; background: #E8EFF0; }
  85. pre.console div.traceback pre.syntaxerror { background: inherit; border: none;
  86. margin: 20px -10px -10px -10px;
  87. padding: 10px; border-top: 1px solid #BFDDE0;
  88. background: #E8EFF0; }
  89. pre.console div.noframe-traceback pre.syntaxerror { margin-top: -10px; border: none; }
  90. pre.console div.box pre.repr { padding: 0; margin: 0; background-color: white; border: none; }
  91. pre.console div.box table { margin-top: 6px; }
  92. pre.console div.box pre { border: none; }
  93. pre.console div.box pre.help { background-color: white; }
  94. pre.console div.box pre.help:hover { cursor: default; }
  95. pre.console table tr { vertical-align: top; }
  96. div.console { border: 1px solid #ccc; padding: 4px; background-color: #fafafa; }
  97. div.box table.source { border-collapse: collapse; width: 100%; background: #E8EFF0 }
  98. div.box table.source td { border-top: 1px solid #E8EFF0; padding: 4px 0 4px 10px; }
  99. div.box table.source td.lineno { color: #999; padding-right: 10px; width: 1px; }
  100. div.box table.source tr.in-frame { background-color: white; }
  101. div.box table.source tr.current { background-color: #EEF7F8; color: #23707E; }
  102. div.sourceview { max-height: 400px; overflow: auto; border: 1px solid #ccc; }