ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/common.css
Revision: 1.1
Committed: Sun Nov 20 05:02:58 2005 UTC (18 years, 6 months ago) by root
Content type: text/css
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 body { background: white; color: black; }
2     a { color: blue; }
3     a:hover { color: #800; }
4     a:active { color: #f00; }
5     a:visited { color: #008; }
6    
7     img { display: block; }
8    
9     .nav { border-spacing: 0px; margin: 10px; padding: 0px; }
10     .nav td { margin: 0px; padding: 0px; border: 0px; }
11     .thumb { border: 3px solid yellow; padding: 0px; }
12     .tile { border: 3px solid blue; }
13     .tile:hover { border: 3px solid yellow; }
14    
15     .map {
16     table-layout: fixed;
17     border: 2px solid #777;
18     border-spacing: 0px;
19     background-position: 0px 0px;
20     background-repeat: no-repeat;
21     }
22     .map tr { width: 32px; height: 32px; border-style: none; margin: 0px; padding: 0px; }
23    
24     .map td { width: 32px; height: 32px; border-style: none; margin: 0px; padding: 0px; }
25     .map td:hover { border: 3px solid yellow; border-style: ridge; }
26    
27     .map td > div { position: relative; display: inline; }
28    
29     .map div > div {
30     display: none;
31     position: absolute;
32     min-width: 40em;
33     font-size: 8pt;
34     border: 0px;
35     background: #eee;
36     border: 3px solid yellow;
37     border-style: ridge;
38     padding: 4px;
39     }
40     .map td:hover div > div { display: block; position: absolute; z-index: 1; top: -1px; left: 32px; white-space: pre; }
41    
42     .tilemap { table-layout: fixed; border: 2px solid #777; border-spacing: 0px; }
43     .tilemap * { border-style: none; border: 0px; margin: 0px; padding: 0px; }
44    
45     .tilemap td { width: 50px; height: 50px; }
46     .tilemap img:hover { margin: 2px; width: 46px; height: 46px; opacity: 0.8; }
47    
48     .center { vertical-align: middle; }
49     .title { padding-right: 3em; }
50     .big { font-size: 18pt; }
51     .about { font-size: 8pt; }
52     .m { white-space: pre; margin-left: 2em; width: auto; background: #ddd; padding: 2px; border: 1px solid black; }
53     .footer { font-size: 8pt; border-top: 1px solid red; }
54