ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/overlay.css
Revision: 1.4
Committed: Sun Nov 20 08:58:26 2005 UTC (18 years, 6 months ago) by root
Content type: text/css
Branch: MAIN
CVS Tags: crossfire_datafiles, HEAD
Changes since 1.3: +3 -3 lines
Log Message:
*** empty log message ***

File Contents

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