ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/common.css
Revision: 1.5
Committed: Sun Nov 20 05:30:11 2005 UTC (18 years, 6 months ago) by root
Content type: text/css
Branch: MAIN
Changes since 1.4: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 body { background: white; color: black; }
2 a:link { color: #00f; }
3 a:visited { color: #008; }
4 a:hover { color: #800; }
5 a:active { color: #f00; }
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 {
41 display: block;
42 position: absolute;
43 z-index: 1;
44 top: -1px;
45 left: 32px;
46 white-space: pre;
47 /* overflow: auto; # makes it impossible to move into the popup... */
48 }
49
50 .tilemap { table-layout: fixed; border: 2px solid #777; border-spacing: 0px; }
51 .tilemap * { border-style: none; border: 0px; margin: 0px; padding: 0px; }
52
53 .tilemap td { width: 50px; height: 50px; }
54 .tilemap img:hover { margin: 2px; width: 46px; height: 46px; opacity: 0.8; }
55
56 .center { vertical-align: middle; }
57 .title { padding-right: 3em; }
58 .big { font-size: 18pt; }
59 .about { font-size: 8pt; }
60 .m { white-space: pre; margin-left: 2em; width: auto; background: #ddd; padding: 2px; border: 1px solid black; }
61 .footer { font-size: 8pt; border-top: 1px solid red; }
62