-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
65 lines (51 loc) · 864 Bytes
/
Copy pathstyles.css
File metadata and controls
65 lines (51 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#latest-message {
min-width: 1000px;
max-width: 1000px;
min-height:35px;
margin-bottom: 15px;
}
#game-view {
display: flex;
flex-direction: column;
}
#scene {
display: flex;
flex-direction: column;
border-bottom-style: solid;
border-color: #444;
min-width: 1000px;
max-width: 1000px;
min-height: 150px;
line-height: 1.5em;
}
#game-state-wrapper {
display: flex;
flex-direction: row;
}
#player-state-wrapper {
display: flex;
flex-direction: column;
border-left-style: solid;
border-color: #444;
}
.logback {
color: #444;
}
.user-action {
font-style: italic;
color: #777;
}
.scene-head {
font-weight: bold;
}
#game-log-wrapper {
min-height: 400px;
max-height: 400px;
overflow-y: scroll;
min-width: 400px;
max-width: 400px;
margin-top: 1em;
}
#inventory-list-caption {
margin-left: 1.5em;
}