crunch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

90 line
971 B

  1. body {
  2. background: #111;
  3. color: #eee;
  4. height: 100%;
  5. width: 100%;
  6. font-family: sans-serif;
  7. }
  8. button {
  9. background: #222;
  10. color: #eee;
  11. }
  12. #selector-combat {
  13. display: none;
  14. }
  15. .active-button {
  16. }
  17. .inactive-button {
  18. background: #111;
  19. }
  20. .compass-button {
  21. width: 100px;
  22. height: 100px;
  23. font-size: 18px;
  24. user-select: none;
  25. }
  26. .action-button {
  27. width: 100px;
  28. height: 100px;
  29. font-size: 18px;
  30. user-select: none;
  31. }
  32. .combat-button {
  33. width: 100px;
  34. height: 100px;
  35. font-size: 18px;
  36. user-select: none;
  37. }
  38. .dialog-button {
  39. width: 300px;
  40. height: 75px;
  41. font-size: 18px;
  42. user-select: none;
  43. }
  44. #dialog {
  45. list-style-type: none;
  46. }
  47. #log {
  48. background: #222;
  49. width: 100%;
  50. height: 100%;
  51. flex: 3;
  52. overflow: auto;
  53. }
  54. #stats {
  55. float: right;
  56. flex: 1;
  57. }
  58. .stat-line {
  59. }
  60. #game-and-stats {
  61. margin: auto;
  62. height: 500px;
  63. width: 700px;
  64. display: flex;
  65. }
  66. #footer {
  67. width: 500px;
  68. margin: auto;
  69. }
  70. .selector {
  71. display: flex;
  72. }