styles.css 925 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. html {
  2. height: 100%;
  3. width: 100%;
  4. overflow: hidden;
  5. }
  6. body {
  7. overflow: hidden;
  8. margin: 0;
  9. padding: 0;
  10. height: 100%;
  11. width: 100%;
  12. font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana, sans-serif;
  13. font-size: 12px;
  14. background: rgb(14, 98, 165);
  15. color: white;
  16. }
  17. #c9-logo, #ace-logo {
  18. padding: 0;
  19. border: none;
  20. }
  21. #editor-container {
  22. position: absolute;
  23. top: 0px;
  24. left: 280px;
  25. bottom: 0px;
  26. right: 0px;
  27. background: white;
  28. }
  29. #controls {
  30. padding: 5px;
  31. }
  32. #controls td {
  33. text-align: right;
  34. }
  35. #controls td + td {
  36. text-align: left;
  37. }
  38. .ace_status-indicator {
  39. color: gray;
  40. position: absolute;
  41. right: 0;
  42. border-left: 1px solid;
  43. }
  44. /* .ace_text-input {
  45. z-index: 10!important;
  46. opacity: 1!important;
  47. background: rgb(84, 0, 255)!important;
  48. color: rgb(255, 255, 255)!important;
  49. width: 10em!important;
  50. }*/