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

Comparing cfmaps/overlay.css (file contents):
Revision 1.1 by root, Sun Nov 20 08:04:19 2005 UTC vs.
Revision 1.3 by root, Sun Nov 20 08:30:37 2005 UTC

1.map .exit > div { padding: 0px; border: 3px dashed #0f0; } 1.map .exit > div { padding: 0px; border: 3px dashed #0f0; }
2.map .npc > div { padding: 0px; border: 3px dashed #f00; }
2.map .fishy > div { padding: 0px; border: 3px dashed #f0f; } 3.map .fishy > div { padding: 0px; border: 3px dashed #f0f; }
3 4
4.c { 5.c {
5 display: inline; 6 display: inline;
7 white-space: normal;
8 vertical-align: top;
6 background: black; 9 background: black;
7 color: yellow; 10 color: yellow;
8 border: 1px solid white; 11 border: 1px solid yellow;
9 margin: 0px; 12 margin: 0px;
10 width: auto;
11 padding-left: 2px; 13 padding-left: 1px;
12 padding-right: 2px; 14 padding-right: 1px;
13 height: 10px;
14 font-family: arial, helvetica, sans-serif; 15 font-family: arial, helvetica, sans-serif;
16 line-height: 7px;
15 font-size: 8px; 17 font-size: 7px;
16} 18}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines