ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/common.css
(Generate patch)

Comparing cfmaps/common.css (file contents):
Revision 1.3 by root, Sun Nov 20 05:08:10 2005 UTC vs.
Revision 1.13 by root, Fri Oct 23 05:01:02 2009 UTC

1body { background: white; color: black; } 1body { background: white; color: black; }
2
2a:link { color: #00f; } 3a:link { color: #00f; }
4a:visited { color: #008; }
3a:hover { color: #800; } 5a:hover { color: #800; }
4a:active { color: #f00; } 6a:active { color: #f00; }
5a:visited:active { color: #f00; }
6a:visited { color: #008; }
7 7
8img { display: block; } 8img { display: block; }
9 9
10.nav { border-spacing: 0px; margin: 10px; padding: 0px; } 10.nav { border-spacing: 0px; margin: 10px; padding: 0px; }
11.nav td { margin: 0px; padding: 0px; border: 0px; } 11.nav td { margin: 0px; padding: 0px; border: 0px; }
15 15
16.map { 16.map {
17 table-layout: fixed; 17 table-layout: fixed;
18 border: 2px solid #777; 18 border: 2px solid #777;
19 border-spacing: 0px; 19 border-spacing: 0px;
20 border-collapse: separate;
20 background-position: 0px 0px; 21 background-position: 0px 0px;
21 background-repeat: no-repeat; 22 background-repeat: no-repeat;
22} 23}
23.map tr { width: 32px; height: 32px; border-style: none; margin: 0px; padding: 0px; } 24.map tr { width: 32px; height: 32px; margin: 0px; padding: 0px; }
24 25
25.map td { width: 32px; height: 32px; border-style: none; margin: 0px; padding: 0px; } 26.map td { width: 32px; height: 32px; margin: 0px; padding: 0px; border: 0px; }
27.map td > div { padding: 3px; width: 26px; height: 26px; position: relative; }
26.map td:hover { border: 3px solid yellow; border-style: ridge; } 28.map td > div:hover { padding: 0px; border: 3px solid yellow; border-style: ridge; }
27 29
28.map td > div { position: relative; display: inline; } 30.c { display: none; }
29 31
30.map div > div { 32.map div > div {
31 display: none; 33 display: none;
32 position: absolute; 34 position: absolute;
33 min-width: 40em; 35 min-width: 40em;
34 font-size: 8pt; 36 font-size: 8pt;
37 line-height: 100%;
35 border: 0px; 38 border: 0px;
36 background: #eee; 39 background: #eee;
37 border: 3px solid yellow; 40 border: 3px solid yellow;
38 border-style: ridge; 41 border-style: ridge;
39 padding: 4px; 42 padding: 4px;
40} 43}
41.map td:hover div > div { display: block; position: absolute; z-index: 1; top: -1px; left: 32px; white-space: pre; } 44.map td:hover div > div {
45 display: block;
46 position: absolute;
47 z-index: 1;
48 top: -3px;
49 left: 29px;
50 white-space: pre;
51/* overflow: auto; # makes it impossible to move into the popup... */
52}
42 53
43.tilemap { table-layout: fixed; border: 2px solid #777; border-spacing: 0px; } 54.tilemap { table-layout: fixed; border: 2px solid #777; border-spacing: 0px; background: #faa; }
44.tilemap * { border-style: none; border: 0px; margin: 0px; padding: 0px; } 55.tilemap * { border-style: none; border: 0px; margin: 0px; padding: 0px; }
45 56
46.tilemap td { width: 50px; height: 50px; } 57.tilemap td { width: 50px; height: 50px; }
47.tilemap img:hover { margin: 2px; width: 46px; height: 46px; opacity: 0.8; } 58.tilemap img:hover { margin: 2px; width: 46px; height: 46px; opacity: 0.8; }
48 59
49.center { vertical-align: middle; } 60.center { vertical-align: middle; }
50.title { padding-right: 3em; } 61.title { padding-right: 3em; }
51.big { font-size: 18pt; } 62.big { font-size: 18pt; }
52.about { font-size: 8pt; } 63.about { font-size: 8pt; }
53.m { white-space: pre; margin-left: 2em; width: auto; background: #ddd; padding: 2px; border: 1px solid black; } 64.m { white-space: pre; margin-left: 32px; width: auto; background: #ddd; padding: 2px; border: 1px solid black; }
65.i { white-space: pre; margin-left: 32px; width: auto; background: #ddd; padding: 2px; border: 1px solid black; font-size: 50%; }
54.footer { font-size: 8pt; border-top: 1px solid red; } 66.footer { font-size: 8pt; border-top: 1px solid red; }
55 67
68.mapthumb { display: inline; max-height: 1em; }
69

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines