-
Notifications
You must be signed in to change notification settings - Fork 3
/
bgeigie_viewer_inline.css
143 lines (121 loc) · 2.31 KB
/
bgeigie_viewer_inline.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
.bv_btnW
{
font-family: Futura,Futura-Medium,'Futura Medium','Futura ND Medium','Futura Std Medium','Futura Md BT','Century Gothic','Segoe UI',Helvetica,Arial,sans-serif;
color: #000000;
font-size: 12px;
background: #FFFFFF;
padding: 2px 10px 2px 10px;
border: solid #000000 1px;
text-decoration: none;
-webkit-border-radius: 3;
-moz-border-radius: 3;
border-radius: 3px;
white-space: nowrap;
}
.bv_btnW:hover
{
background: #EFEFEF;
text-decoration: none;
}
.bv_hline
{
overflow: hidden;
text-align: center;
}
.bv_hline:before, .bv_hline:after
{
background-color: #000;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}
.bv_hline:before
{
right: 0.5em;
margin-left: -50%;
}
.bv_hline:after
{
left: 0.5em;
margin-right: -50%;
}
.bv_FuturaFont
{
font-size: 100%;
font-family: Futura,Futura-Medium,'Futura Medium','Futura ND Medium','Futura Std Medium','Futura Md BT','Century Gothic','Segoe UI',Helvetica,Arial,sans-serif;
}
#bv_bvPanelQuery
{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
padding: 10px 0px 20px 20px;
border: 0px solid #999;
font-size: 80%;
background-color: rgba(255, 255, 255, 0.85);
}
#bv_bvPanel
{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
padding: 10px 0px 20px 20px;
border: 0px solid #999;
font-size: 80%;
background-color: rgba(255, 255, 255, 0.85);
}
.bv_bvPanelVisible
{
visibility: visible;
z-index: 7;
width: 357px;
height: 450px;
overflow: visible;
}
.bv_bvPanelHidden
{
visibility: hidden;
z-index: -9000;
width: 0px;
height: 0px;
overflow: hidden;
display:none;
}
#bv_transferBar
{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
padding:10px 0px 20px 20px;
border: 0px;
background-color: rgba(255, 255, 255, 0.75);
font-size: 80%;
}
.bv_transferBarVisible
{
visibility: visible;
z-index: 8;
width: 276px;
height: 286px;
overflow: visible;
}
.bv_transferBarHidden
{
visibility: hidden;
z-index: -9000;
width: 0px;
height: 0px;
overflow: hidden;
}