Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- body {
- background: #111;
- color: #eee;
- height: 100%;
- width: 100%;
- font-family: sans-serif;
- }
-
- button {
- background: #222;
- color: #eee;
- }
-
- #selector-combat {
- display: none;
- }
-
- .active-button {
-
- }
-
- .inactive-button {
- background: #111;
- }
-
- .compass-button {
- width: 100px;
- height: 100px;
- font-size: 18px;
- }
-
- .action-button {
- width: 100px;
- height: 100px;
- font-size: 18px;
- }
-
- .combat-button {
- width: 100px;
- height: 100px;
- font-size: 18px;
- }
-
- .dialog-button {
- width: 300px;
- height: 75px;
- font-size: 18px;s
- }
-
- #dialog {
- list-style-type: none;
- }
-
- #log {
- background: #222;
- width: 100%;
- height: 100%;
- flex: 3;
- overflow: auto;
- }
-
- #stats {
- float: right;
- flex: 1;
- }
-
- .stat-line {
-
- }
-
- #game-and-stats {
- margin: auto;
- height: 500px;
- width: 700px;
- display: flex;
- }
-
- #footer {
- width: 500px;
- margin: auto;
- }
-
- .selector {
- display: flex;
- }
|