--- trunk/static/frey.css 2008/10/28 18:25:34 194 +++ trunk/static/frey.css 2008/10/28 20:46:35 197 @@ -11,3 +11,26 @@ z-index: 20; } +span.frey-popup { + color: #00f; +} + +span.frey-popup:hover span { + position: absolute; + top: 0; + right: 0; + display: block; + z-index: 30; +} + +span.frey-popup span { + display: none; + white-space: pre-wrap; + white-space: -moz-pre-wrap; + white-space: -o-pre-wrap; + font-family: monospace; + color: #000; + background: #eee; + border: 1px solid #aaa; + padding: 1em; +}