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
/* Miniatury */
.thumbdiv {
float:left;
position:relative;
}
.thumbdiv .title {
position:absolute;
padding:2px;
font-size:1.0em;
color:#fff;
background:#000;
border-top:solid 1px #000;
opacity:0.8;
bottom:14px;
left:8px;
right:9px;
}
/* VIEWBOX */
#viewbox {
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
background:#383739;
z-index:2190;
overflow:auto;
}
.vb_wrap {
position:absolute;
padding:10px;
height:20px;
width:20px;
background-image:url(../images/viewbox/ViewBox_bg.png);
background-color:#0f0e0e;
overflow:visible;
z-index:2200;
margin:0 auto;
top:0;
left:0;
border-radius:10px;
box-shadow: 4px 4px 7px #000;
}
.vb_wrap .content {
position:relative;
overflow:visible;
}
.vb_wrap .number {
position:absolute;
top:-32px;
left:1px;
font-size:0.9em;
color:#0c0c0c;
}
.vb_wrap .close {
position:absolute;
top:-40px;
right:-7px;
background:url(../images/viewbox/viewbox_close.png) top left no-repeat;
height:30px;
width:30px;
}
* html .vb_wrap .close {
top:-26px;
right:7px;
}
.vb_wrap .next {
position:absolute;
right:-60px;
background:url(../images/viewbox/ViewBox_next.png) top left no-repeat;
height:50px;
width:50px;
z-index:2190;
}
.vb_wrap .prev {
position:absolute;
left:-59px;
background:url(../images/viewbox/ViewBox_prev.png) top right no-repeat;
height:50px;
width:50px;
z-index:2190;
}
.vb_wrap .close a, .vb_wrap .next a, .vb_wrap .prev a {
display:block;
height:100%;
width:100%;
text-indent:-777em;
outline:none;
}
.vb_wrap h1 {
margin:5px 0px 8px;
padding-bottom:3px;
letter-spacing:1.3px;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
color:#cdcdcd;
border-bottom:solid 1px #7e7e7e;
}
.vb_wrap p {
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
text-align:justify;
color:#e5e5e5;
}
.vb_wrap .text {
position:absolute;
background: url(../images/viewbox/ViewBox_bg.png) top left repeat;
border-top:solid 1px #121212;
bottom:0; left:0;
padding:5px;
width:99%;
z-index:2110;
}
* html .vb_wrap .text {
background-image:none;
background-color:#0f0e0e;
}
.vb_wrap .image {
z-index:2220;
}
.vb_wrap .text h1 {
margin:2px;
padding:1px;
color:#919191;
z-index:2230;
}
.vb_wrap .text .description {
position:relative;
bottom:0px;
left:0px;
padding:2px 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
z-index:2260;
color:#949494;
}