munch
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

91 rinda
930 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. .compass-button {
  16. width: 100px;
  17. height: 100px;
  18. font-size: 18px;
  19. }
  20. .active-compass-button {
  21. }
  22. .inactive-compass-button {
  23. background: #111;
  24. }
  25. .action-button {
  26. width: 100px;
  27. height: 100px;
  28. font-size: 18px;
  29. }
  30. .active-action-button {
  31. }
  32. .inactive-action-button {
  33. background: #111;
  34. }
  35. .combat-button {
  36. width: 100px;
  37. height: 100px;
  38. font-size: 18px;
  39. }
  40. .active-combat-button {
  41. }
  42. .inactive-combat-button {
  43. background: #111;
  44. }
  45. #log {
  46. background: #222;
  47. width: 100%;
  48. height: 100%;
  49. flex: 3;
  50. }
  51. #stats {
  52. float: right;
  53. flex: 1;
  54. }
  55. .stat-line {
  56. }
  57. #game-and-stats {
  58. margin: auto;
  59. height: 500px;
  60. width: 700px;
  61. display: flex;
  62. }
  63. #footer {
  64. width: 500px;
  65. margin: auto;
  66. }
  67. .selector {
  68. display: flex;
  69. }