fork download
  1. #footer-logo, #footer-legal {
  2. display: none;
  3. }
  4.  
  5. #input {
  6. background: #eee url('http://a...content-available-to-author-only...r.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=7');
  7. }
  8.  
  9. #input-area {
  10. background: #eee url('http://a...content-available-to-author-only...r.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=7');
  11. box-shadow: 0 2px 5px #222;
  12. }
  13.  
  14. #input-area .button, #sidebar .button, #input-area .tag, #sidebar .tag {
  15. background-color: #455667;
  16. box-shadow: none;
  17. color: #fff;
  18. text-shadow: 0 -1px 0 #455667;
  19. }
  20.  
  21. #roomname {
  22. font-family: Verdana, sans-serif;
  23. }
  24.  
  25. #sidebar {
  26. background: #eee url('http://a...content-available-to-author-only...r.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=7');
  27. box-shadow: 0 2px 5px #222;
  28. color: #000;
  29. text-shadow: 0 1px 0 #f6f6f6;
  30. }
  31.  
  32. #toggle-favorite {
  33. display: none;
  34. }
  35.  
  36. .button, .tag {
  37. background: #eee url('http://a...content-available-to-author-only...r.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=7');
  38. border: none;
  39. border-radius: 0;
  40. box-shadow: 0 2px 5px #122334;
  41. color: #000;
  42. font-family: inherit;
  43. text-shadow: 0 1px 0 #f6f6f6;
  44. }
  45.  
  46. .catchup-marker {
  47. border-top: none;
  48. }
  49.  
  50. .ignored {
  51. display: none;
  52. }
  53.  
  54. .messages {
  55. background: none;
  56. }
  57.  
  58. .mine {
  59. background-color: #dfdfdf ;
  60. }
  61.  
  62. .monologue {
  63. background: #eee url('http://a...content-available-to-author-only...r.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=7');
  64. border-radius: 0;
  65. box-shadow: 0 2px 5px #222;
  66. color: #000;
  67. margin-top: -3px;
  68. padding-top: 0;
  69. text-shadow: 0 1px 0 #e9e9e9;
  70. }
  71.  
  72. .signature .avatar {
  73. position: relative;
  74. top: 2px;
  75. }
  76.  
  77. .username {
  78. font-size: 10px;
  79. }
  80.  
  81. a, .more {
  82. color: #455667;
  83. }
  84.  
  85. a:hover, .more:hover {
  86. color: #233445;
  87. }
  88.  
  89. body {
  90. -webkit-font-smoothing: antialias;
  91. background: #677889 url('http://a...content-available-to-author-only...r.it/whitenoise-361x370.png?background=4ea6ca00&noise=626262&density=74&opacity=30');
  92. font-family: Verdana, sans-serif;
  93. font-size: 12px;
  94. text-rendering: optimizeLegibility;
  95. }
  96.  
  97.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Traceback (most recent call last):
  File "/usr/lib/python3.2/py_compile.py", line 119, in compile
    optimize=optimize)
  File "./prog.py", line 2
    display: none;
    ^
IndentationError: unexpected indent

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.2/py_compile.py", line 123, in compile
    raise py_exc
py_compile.PyCompileError: Sorry: IndentationError: unexpected indent (prog.py, line 2)
stdout
Standard output is empty