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.4 by root, Sun Nov 20 05:16:03 2005 UTC

1body { background: white; color: black; } 1body { background: white; color: black; }
2a:link { color: #00f; } 2a:link { color: #00f; }
3a:visited { color: #008; }
3a:hover { color: #800; } 4a:hover { color: #800; }
4a:active { color: #f00; } 5a:active { color: #f00; }
5a:visited:active { color: #f00; }
6a:visited { color: #008; }
7 6
8img { display: block; } 7img { display: block; }
9 8
10.nav { border-spacing: 0px; margin: 10px; padding: 0px; } 9.nav { border-spacing: 0px; margin: 10px; padding: 0px; }
11.nav td { margin: 0px; padding: 0px; border: 0px; } 10.nav td { margin: 0px; padding: 0px; border: 0px; }
36 background: #eee; 35 background: #eee;
37 border: 3px solid yellow; 36 border: 3px solid yellow;
38 border-style: ridge; 37 border-style: ridge;
39 padding: 4px; 38 padding: 4px;
40} 39}
41.map td:hover div > div { display: block; position: absolute; z-index: 1; top: -1px; left: 32px; white-space: pre; } 40.map td:hover div > div {
41 display: block;
42 position: absolute;
43 z-index: 1;
44 top: -1px;
45 left: 32px;
46 white-space: pre;
47 overflow: auto;
48}
42 49
43.tilemap { table-layout: fixed; border: 2px solid #777; border-spacing: 0px; } 50.tilemap { table-layout: fixed; border: 2px solid #777; border-spacing: 0px; }
44.tilemap * { border-style: none; border: 0px; margin: 0px; padding: 0px; } 51.tilemap * { border-style: none; border: 0px; margin: 0px; padding: 0px; }
45 52
46.tilemap td { width: 50px; height: 50px; } 53.tilemap td { width: 50px; height: 50px; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines