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, 5 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

# Content
1 .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
5 .c {
6 display: inline;
7 white-space: normal;
8 vertical-align: top;
9 background: black;
10 color: yellow;
11 border: 1px solid yellow;
12 margin: 0px;
13 padding-left: 1px;
14 padding-right: 1px;
15 font-family: arial, helvetica, sans-serif;
16 line-height: 7px;
17 font-size: 7px;
18 }