-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
100 lines (81 loc) · 1.2 KB
/
style.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
*:not(h1) { font: 11px sans-serif; }
i { font-style: italic; }
b { font-style: oblique; }
ul {
list-style-type: none;
}
button {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius:4px;
background-color: #fff;
border-width: 1px;
border-style: solid;
border-color: #bbb;
text-decoration: none;
cursor: pointer;
}
button:hover {
background-color: #eee;
}
#statusbar {
position: relative;
height: 150px;
padding: 20px;
}
#rejectbox {
position: absolute;
right: 2px;
top: 2px;
}
#pregame {
font-style: oblique;
color: #777;
}
#prompt {
position: absolute;
bottom: 2px;
left: 30%;
right: 30%;
}
#game {
position: absolute;
top: 2px;
left: 0;
}
#players {
width: 200px;
position: absolute;
top: 2px;
right: 0;
}
.highlight { background: #ccc }
.message {
word-wrap: break-word;
word-break: break-all;
width: 600px;
height: 25px:
}
.teamSelect {
background-color: #eee;
opacity: .3;
}
.light, .mission{
border: 1px solid #ccc;
}
.mission {
width: 25px;
height: 25px;
text-align: center;
vertical-align: middle;
}
.resist {
color: #00c;
border-color: #00c;
background-color: #9cf;
}
.spies {
color: #c00;
border-color: #c00;
background-color: #fcc;
}