forked from cdanis/urzas-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
director.css
104 lines (85 loc) · 1.32 KB
/
director.css
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
body, select, input, textarea {
font-size: 20px;
font-family: 'Roboto';
}
.header {
position: absolute;
right: 20px;
top: 20px;
}
#user-pic {
background-repeat: no-repeat;
width: 40px;
height: 40px;
background-size: cover;
border-radius: 20px;
display: inline-block;
vertical-align: middle;
}
select, div {
margin: 20px;
}
.header div {
margin: 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: 20px ! important;
}
.gamestate {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.player {
display: inline-block;
}
input[type=number] {
width: 4em;
}
#chyron_single {
width: 20em;
}
.counter {
display: flex;
flex-direction: column;
align-items: center;
}
.button {
font-size: 16px;
padding: 5px 15px;
border: 1px solid #555;
border-radius: 3px;
margin: 5px;
user-select: none;
cursor: pointer;
}
.player_data {
flex-grow: 1;
}
.gamewins_controls {
display: flex;
flex-direction: column;
align-items: center;
}
input.poison {
width: 3em;
}
textarea {
vertical-align: top;
}
input, textarea {
padding: 10px;
}
.featured {
display: flex;
justify-content: space-between;
align-items: center;
}
.featured .button, header .button {
display: inline-block;
}
.instructions {
font-size: 75%;
padding-left: 1em;
}