Statistics
| Branch: | Revision:

blinker / firefox.plugin / data / style.css @ a03cd52e

History | View | Annotate | Download (5.458 KB)

1
#gazeLinksInner{
2
        display: block;
3
        height: 300px;
4
        overflow: scroll;
5
        
6
}
7

    
8
.scrollGazeLinks{
9
        height:50px;
10
        display:block;
11
        width: 300px;
12
        color: #000000;
13
        text-align:center;
14
        background-color: #FFFFFF;
15
        border: 1px solid;
16
        box-shadow: 3px 3px 2px;
17
        padding: 5px;
18
        margin-bottom: 5px;
19

    
20
}
21

    
22
.scrollGazeLinksIcon{
23
        font-size: 50px !important;
24
}
25

    
26
.scrollGazeLinks a:link{
27
        color: #000000;
28
}
29

    
30
.scrollGazeLinks a:hover{
31
        color: #000000;
32
}
33

    
34
/*
35
#gazeOption_single{
36
        display:block;
37
        width:300px;
38
        height:50px;
39
        position:absolute;
40
}*/
41

    
42
.gazeLinkGazeOver {
43
        color: #FF000;
44
        background-color: #000000;
45
} 
46

    
47

    
48
#gazeLinks{
49
        z-index: 150001;
50
        /*max-height: 600px;*/
51
        min-width: 100px;
52
        overflow: hidden;                
53

    
54
}
55

    
56
.gazeLink{
57
        font-size:0.5em;
58
        display:block;
59
        width: 300px;
60
        height: 50px;
61
        overflow: hidden;
62
        /*overflow-y: hidden;*/
63
        color: #000000;
64
        background-color: #FFFFFF;
65
        border: 1px solid #000000;
66
        /*box-shadow: 3px 3px 2px;*/
67
        padding: 5px;
68
}
69

    
70
.gazeLink img{
71
        max-height: 45px;
72
        max-width: 280px;
73
}
74

    
75
.gazeLinkName {
76
        font-size:15px;
77
}
78

    
79
.gazeLinkOptionIcon{        
80
        z-index: -1;
81
        font-size: 40px !important;
82
        padding: 5px;
83
}
84

    
85
.gazeLinkOptionIcon.gazeConfirmation{
86
        display: block;
87
        text-align: center;
88
        font-size: 15px !important;
89
        padding: 5px;
90
}
91

    
92
.gazeLinkOption {        
93
        position:absolute;
94
        text-align: center;
95
        display:none;
96
        background-color: #FFFFFF;
97
        border: 1px solid #000000;
98
        /*width: 50px;
99
        height: 50px;*/
100
        z-index: 150003;
101
}
102

    
103
.modeIndicator{
104
        position: fixed;
105
        right: 0px;
106
        top: 0px;
107
        z-index: 120000;
108
        width: 75px;
109
        height: 75px;
110
        font-size: 25px;
111
        display:block;
112
        color:white;
113
        background-image: linear-gradient(#13D1EB, #74D7E5);
114
}
115

    
116
.gazeLinkConfirmation {        
117
        z-index:  150002;
118
        position:absolute;
119
        display:none;
120
        background-color: #FFFFFF;
121
        border: 1px solid #000000;
122
        width: 50px;
123
        height: 50px;
124
}
125

    
126
#leftGazeOption_single{
127
        display: block;
128
        position:absolute;
129
}
130

    
131
#rightGazeOption_single{
132
        display: block;        
133
        position: absolute;
134
}
135

    
136
#notification {
137
        display: none;
138
        z-index: 160000 !important;
139
        padding:10px !important;
140
        position: fixed !important;        
141
        right: 20px !important;
142
        bottom: 20px !important;
143
        width: 300px !important;
144
        height: auto !important;
145
        background-color: #13D1EB !important;
146
        border-radius:10px !important;
147
        color: #FFFFFF !important;        
148
        text-shadow: 2px 2px 4px #000000 !important;
149
}
150

    
151
#notification.table, #notification.tr, #notification.td{
152
        font-family: arial;
153
        color:white;
154
        background-color: #13D1EB !important;
155
        border: 0 !important;
156
}
157

    
158
.notifyjs-wrapper{
159
        z-index: 2147483641;
160

    
161
}
162

    
163
.notif_icon{
164
        
165
        font-size: 60px;
166
        display: inline-table;
167
        vertical-align: middle;
168
        padding-right:10px;
169
}
170

    
171
.notif_text{        
172
        line-height:1em;
173
        width:200px;
174
        display: inline-table;
175
        font-size: 20px;
176
        vertical-align: middle;
177
        /*border: 1px solid #000000;*/
178
        
179
}
180

    
181

    
182
.subtitle{
183
        font-size:12px !important;
184
        font-weight: bold;
185
        position:relative !important;
186
        top: -15px !important;
187
        text-shadow: -1px 0 #13D1EB, 0 1px #13D1EB, 1px 0 #13D1EB, 0 -1px #13D1EB;
188
}
189

    
190
.selectGazeLink{
191
        
192
}
193

    
194
.gazeLink a:link{
195
         color: #000000;
196
}
197
.gazeLink a:visited{
198
         color: #000000;
199
}
200

    
201
.wheelSelector.gazeLinkName{
202

    
203
        font-size: 20px !important;
204
        position: absolute;
205
        top: 175px;
206
        left: 175px;
207
        text-align: center;
208
        line-height: 30px;
209
        overflow: hidden;
210

    
211
}
212

    
213
.wheelSelector.gazeLinkName img{
214
        max-height: 140px;
215
        max-width: 140px;
216
}
217

    
218
.wheelSelector{
219
        color: #FFFFFF;
220
        position: absolute;
221
        display: inline-block;
222
        background-color: #74D7E5;
223
        width: 150px;
224
        height: 150px;
225
        border: 1px solid;
226
        border-radius: 75px;
227
        font-size: 100px;
228
        text-align: center;
229
}
230

    
231
.gazeGestures {
232
        display:none;
233
        position:absolute;
234
        background-color:#13D1EB;
235
        height: calc(100% * 0.25);
236
        width:  calc(100% * 0.25);
237
        z-index: 2147483641; /*on above calibration blackout*/
238
}
239

    
240
#gestureTopLeft {
241
        top:0;
242
        left:0;
243
}
244

    
245
#gestureTopRight {
246
        top:0;
247
        right:0;
248
}
249

    
250
#gestureBottomLeft {
251
        bottom: 0;
252
        left: 0;
253
}
254

    
255
#gestureBottomRight {
256
        bottom:0;
257
        right:0;
258
}
259
        
260

    
261

    
262

    
263
.controlBar {
264
  font-family: arial;
265
  font-size: 25px !important;
266
  top: 30% !important;
267
  width: 100% !important;
268
  background-image: linear-gradient(#13D1EB, #74D7E5) !important;
269
  position: fixed !important;
270
  text-align:center !important;
271
  z-index: 160000 !important;
272
  color:white !important;
273
  left:0px !important;
274
  box-shadow: 5px 5px 3px #444444 !important;
275
  line-height: 1em !important;
276
  /*overflow: hidden;
277
  white-space: nowrap;*/
278
}
279

    
280
.topBarItem {
281
  color: #FFFFFF !important;
282
  border: 1px solid #FFFFFF !important;
283
  background: #74D7E5 !important;
284
  height: 130px !important;
285
  width: 150px !important;
286
  display:inline-block !important;
287
  margin: 10px !important;
288
  font-size: 100px !important;
289
  text-align: center !important;
290
  vertical-align: middle !important;
291
  padding-top:20px !important;
292
  border-radius: 5px !important;
293
  box-shadow: 2px 2px 1px #444444 !important;
294
}
295

    
296

    
297
.wheelSelector a:link{
298
        color: #000000 !important;
299
}
300
.wheelSelector a:visited{
301
        color: #000000 !important;
302
}
303
.wheelSelector a:hover{
304
        color: #FF0000 !important;
305
}
306
.wheelSelector a:active{
307
        color: #FF0000 !important;
308
}
309

    
310
.wheelSelectorIcon{
311
        padding-top:25px;
312
}
313

    
314
body {
315
    overflow-x: hidden;
316
}
317

    
318
.edgeIndicator{
319
        display: block;
320
        position: fixed;
321
        background-color: #13D1EB;
322
        color: #FFFFFF;        
323
}
324

    
325
#leftIndicator{
326
        display:table-cell !important;
327
        vertical-align: middle;
328
        left:0px;
329
        top:0px;
330
        height:100%;
331
        width:20px;
332
}
333

    
334
#rightIndicator{
335
        right:0px;
336
        top:0px;
337
        height:100%;
338
        width:20px;
339
}
340

    
341
#topIndicator{
342
        left:0px;
343
        top:0px;
344
        height:20px;
345
        width:100%;
346
}
347

    
348
#noFocusHider{
349
        left:0px;
350
        top:0px;
351
        background-color: #13D1EB;
352
        display:none;
353
        position:fixed;
354
        width: 100%;
355
        height: 100%;
356
        z-index: 1600000 !important;
357
}