--- trunk/static/frey.css 2008/11/16 16:44:20 360 +++ trunk/static/frey.css 2008/11/17 18:42:51 380 @@ -57,8 +57,6 @@ .frey-popdown code { white-space: pre-wrap; - white-space: -moz-pre-wrap; - white-space: -o-pre-wrap; font-family: monospace; } @@ -77,6 +75,11 @@ /* Frey::Instrospect */ +.frey-skip { + font-size: 80%; + color: #aaa; +} + .frey-introspect tr th { border-bottom: 1px dashed #ccc; } @@ -118,12 +121,37 @@ color: #ccc; } + /* fix POD =head parts */ a.u { text-decoration: none; color: black; } + +/* dark background in sync with my vim setup */ +.frey-source { + font-family: monospace; + background: #000; + color: #fff; + padding: 0.5em; + white-space: pre-wrap; + line-height: 1ex; /* compress lines to preserve memory footprint in browser for rendering */ +} + +.frey-source .keyword { color: #ff6; } +.frey-source .core { color: #ff6; } +/* +.frey-source .word { color: #6f6; } +*/ +.frey-source .pod { color: #6ff; } +.frey-source .comment { color: #6ff; } + +.frey-source .symbol { color: #6ff; } +.frey-source .single { color: #f6f; } +.frey-source .double { color: #f6f; } + + /* Frey::Dumper */ .frey-dumper {