comparison templates/static/style-paper.css @ 7725:6a888d491eaf

coal/paper: switch to XHTML 1.1
author Benoit Allard <benoit@aeteurope.nl>
date Thu, 05 Feb 2009 18:15:33 +0100
parents f1111704061e
children 93a9f4a0e361
comparison
equal deleted inserted replaced
7724:fff6e253e1f6 7725:6a888d491eaf
52 52
53 .menu li.active { 53 .menu li.active {
54 font-weight: bold; 54 font-weight: bold;
55 } 55 }
56 56
57 .menu img {
58 width: 75px;
59 height: 90px;
60 border: 0;
61 }
62
57 .menu a { color: black; display: block; } 63 .menu a { color: black; display: block; }
58 64
59 .search { 65 .search {
60 position: absolute; 66 position: absolute;
61 top: .7em; 67 top: .7em;
62 right: 2em; 68 right: 2em;
63 } 69 }
64 70
65 form.search span { 71 form.search div#hint {
66 display: none; 72 display: none;
67 position: absolute; 73 position: absolute;
68 top: 40px; 74 top: 40px;
69 right: 0px; 75 right: 0px;
70 width: 190px; 76 width: 190px;
74 border: 1px solid yellow; 80 border: 1px solid yellow;
75 -moz-border-radius: 5px; /* this works only in camino/firefox */ 81 -moz-border-radius: 5px; /* this works only in camino/firefox */
76 -webkit-border-radius: 5px; /* this is just for Safari */ 82 -webkit-border-radius: 5px; /* this is just for Safari */
77 } 83 }
78 84
79 form.search:hover span { display: block; } 85 form.search:hover div#hint { display: block; }
80 86
81 a { text-decoration:none; } 87 a { text-decoration:none; }
82 .age { white-space:nowrap; } 88 .age { white-space:nowrap; }
83 .date { white-space:nowrap; } 89 .date { white-space:nowrap; }
84 .indexlinks { white-space:nowrap; } 90 .indexlinks { white-space:nowrap; }