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

File Contents

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