-
Notifications
You must be signed in to change notification settings - Fork 0
/
coopia.css
103 lines (85 loc) · 1.74 KB
/
coopia.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
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; } /* UI Bootstrap */
h1, h2, h3, h4, h5 {
font-family: 'distant_galaxyregular';
}
.primary-message {
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: 0;
}
.map-btn {
font-family: 'distant_galaxyregular';
position:absolute;
}
.map-btn.active {
background-color: #AAA;
}
.flow-buttons {
float: right;
width: 40%;
text-align: right;
}
.aid-map {
position: relative;
}
.aid-map-cell {
position: absolute;
opacity: 0.5;
border: 1px #FFF solid;
}
.aid-map-cell-normal {
background-color: #999;
}
.aid-map-cell-wall {
display: none;
background-color: #999;
}
.aid-map-cell-difficult {
background-color: #77F;
}
.aid-los-marker {
border: 1px #FFF solid;
background-color: #333;
position: absolute;
text-align: center;
vertical-align: middle;
border-radius: 50%;
z-index: 5;
}
.aid-object-token {
position: absolute;
text-align: center;
vertical-align: middle;
background-repeat: no-repeat;
}
.aid-los-marker-inner {
margin: 2px;
background-size: 100% 100%;
background-color: #CCC;
text-align: center;
vertical-align: middle;
border-radius: 50%;
border: 1px #FFF solid;
background-position: 50% 50% ;
}
.aid-los-marker:hover, .aid-object-token:hover {
cursor: pointer;
}
.aid-los-marker:active, .aid-object-token:active {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
z-index: 6;
}
.aid-los-marker.aid-visible {
background-color: #0F0;
}
.aid-map-ground {
position: absolute;
background-repeat: no-repeat;
}
.aid-map-tactical {
position: absolute;
}