/lib/ace/demo/styles.css

https://code.google.com/p/corewars/ · CSS · 43 lines · 37 code · 6 blank · 0 comment · 0 complexity · 9213c1d102ad2ba0aae76339da4ec881 MD5 · raw file

  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. #logo {
  18. padding: 15px;
  19. margin-left: 65px;
  20. }
  21. #editor {
  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. }