munch
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

86 wiersze
888 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. }
  25. .action-button {
  26. width: 100px;
  27. height: 100px;
  28. font-size: 18px;
  29. }
  30. .combat-button {
  31. width: 100px;
  32. height: 100px;
  33. font-size: 18px;
  34. }
  35. .dialog-button {
  36. width: 300px;
  37. height: 75px;
  38. font-size: 18px;s
  39. }
  40. #dialog {
  41. list-style-type: none;
  42. }
  43. #log {
  44. background: #222;
  45. width: 100%;
  46. height: 100%;
  47. flex: 3;
  48. overflow: auto;
  49. }
  50. #stats {
  51. float: right;
  52. flex: 1;
  53. }
  54. .stat-line {
  55. }
  56. #game-and-stats {
  57. margin: auto;
  58. height: 500px;
  59. width: 700px;
  60. display: flex;
  61. }
  62. #footer {
  63. width: 500px;
  64. margin: auto;
  65. }
  66. .selector {
  67. display: flex;
  68. }