1
.annot_link_parent {
2
position: relative;
3
}
4
5
.targeted {
6
outline: #88a solid 3px;
7
}
8
9
#warning, #annotations, #footer, #lightbox_container {
10
border-color: #3696c4;
11
font-size: 0.85em;
12
}
13
14
#lightbox_background.active {
15
width: 100%;
16
background: #7b7d77;
17
background: rgba(85, 87, 83, .7);
18
position: absolute;
19
height: 100%;
20
top: 0;
21
left: 0;
22
z-index: 200;
23
background-image: url(../img/empty.gif);
24
}
25
26
#close_link {
27
position: absolute;
28
color: #fff;
29
right: .5em;
30
top: .2em;
31
}
32
33
#close_link:focus, #close_link:active {
34
color: #f00;
35
background: none;
36
}
37
38
#annotations {}
39
40
#annotations h2 {
...
</html>