Add analytics
[bus.git] / busui / owa / modules / base / css / owa.overlay.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
#owa_overlay {
        position: fixed;
        top:10px;
        right:0px; 
        padding:3px; 
        margin: 0px; 
        background-color:#ffffff;
        border: 2px solid orange;
        border-right:0px; 
        opacity: 1; 
        z-index: 100; 
        width:auto; 
        vertical-align: bottom;
        font-family: sans-serif;
        font-size: 14px;
}
 
 
#owa_overlay_logo {background-image:url('../i/owa_logo_72w.jpg'); width:62px;height:35px; float:left; padding-right:10px; margin-right:5px;}
.owa_overlay_control {vertical-align:middle; height:auto; float:left; padding:0 10px 0 10px; border-left:1px solid #9f9f9f; font-weight: bold; color: #9f9f9f; font-family: sans-serif;}
.active {color: #FF8C00;}
div.owa_overlay_control:hover {
        color:#FF8C00;
}
 
div.jGrowl div.jGrowl-notification {
        font-size: 24px;
}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-notification div.close {
        background-color:#303030;
        opacity: 0.7;
}
 
div.jGrowl div.jGrowl-notification div.header {
        font-size: 16px;
}
 
body > div.jGrowl.center {
        top:                            0px;
        width:                          50%;
        left:                           25%;
}
 
#owa-latest-click {
        background-color: red; 
        padding: 5px; 
        color: white;
        display: none;
        font-size: 10px;
        font-weight: bold;
        position: absolute;
}
 
.owa-click-marker {
        background-color: red;
        width:5px;
        height:5px;
        
}
 
#owa-cursor {
        position:absolute; 
        z-index:99;
}
 
#owa-overlay-status {
        font-size:10px;
        color: #9f9f9f;
        margin-top:5px;
        padding:6px;
        font-family: sans-serif;
}
 
#owa_overlay_hidden {
        position:fixed;
        top:10px;
        right:0px;
        background-image:url('../i/owa_logo_72w.jpg'); width:70px;height:35px;
        border: 2px solid orange;
        border-right:0px;
}