--- trunk/static/frey.css 2008/10/30 22:35:11 206 +++ trunk/static/frey.css 2008/10/31 17:27:39 211 @@ -9,51 +9,78 @@ right: 0; position: fixed; z-index: 20; + opacity: .5; + filter: alpha(opacity=50); } -.frey-popup { +.frey-status-line:hover { + opacity: 1; + filter: alpha(opacity=100); +} + +/* style areas over which you can hoover */ +.frey-popup, +.frey-popdown { color: #00f; - border: 1px dashed #eee; padding: 3px; } -.frey-popup:hover { +.frey-popup:hover, +.frey-popdown:hover { background: #eee; - border: 1px solid #ccc; + text-decoration: underline; +} + +.frey-popup span, +.frey-popdown code { + display: none; /* hidden by default */ + color: #000; + background: #eee; + border: 1px solid #aaa; } .frey-popup:hover span { + position: absolute; + display: block; + bottom: 1.25em; + left: 2em; + z-index: 30; +} + +.frey-popdown:hover code { position: relative; top: 0; right: 0; display: block; z-index: 30; - background: #eee; } -.frey-popup pre { - display: none; +.frey-popdown code { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; font-family: monospace; } -.frey-popup span { - display: none; /* - padding: 1em; -*/ +.frey-popup span { color: #000; background: #eee; border: 1px solid #aaa; } +*/ + .frey-popup span ul { - margin: 0; + margin: 3px; } .frey-object-browser tr td { vertical-align: top; } +/* fix POD =head parts */ +a.u { + text-decoration: none; + color: black; +}