source: aowow/templates/wowhead/css/Mapper.css

Last change on this file was 170, checked in by maron, 16 years ago
  • Property svn:executable set to *
File size: 859 bytes
Line 
1.mapper
2{
3 position:relative;
4 margin-top:10px;
5 border:3px solid #404040;
6 background-color:black;
7}
8
9.mapper .pin
10{
11 position:absolute;
12 width:1px;
13 height:1px;
14 font-size:1px;
15}
16
17.mapper .pin a
18{
19 position:relative;
20 width:11px;
21 height:11px;
22 left:-5px;
23 top:-5px;
24 background:url(../images/map-pin-yellow.png) no-repeat;
25 display:block;
26}
27
28.mapper .pin-1 a
29{
30 background-image:url(../images/map-pin-green.png);
31}
32
33.mapper .pin-2 a
34{
35 background-image:url(../images/map-pin-red.png);
36}
37
38.mapper .pin-3 a
39{
40 background-image:url(../images/map-pin-blue.png);
41}
42
43.mapper .pin-4 a
44{
45 background-image:url(../images/map-pin-purple.png);
46}
47
48.mapper .glow
49{
50 margin:0 2px;
51 font-size:12px;
52 font-weight:bold;
53 color:white;
54 cursor:default;
55 white-space:nowrap;
56}
57
58.mapper .glow a
59{
60 text-decoration:none;
61}
62
63.mapper .glow a:hover
64{
65 text-decoration:underline;
66}
Note: See TracBrowser for help on using the repository browser.