/[Frey]/trunk/static/frey.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/static/frey.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 202 - (show annotations)
Tue Oct 28 22:33:25 2008 UTC (15 years, 6 months ago) by dpavlin
File MIME type: text/css
File size: 716 byte(s)
provide more visual clues which areas are hoverable
(and this produce popup dumps) and fix markup

1 .frey-status-line {
2 border-top: 1px solid #aaa;
3 color: #444;
4 background-color: #eee;
5 font-size: 80%;
6 padding: 2px;
7 bottom: 0;
8 left: 0;
9 right: 0;
10 position: fixed;
11 z-index: 20;
12 }
13
14 .frey-popup {
15 color: #00f;
16 border: 1px dashed #eee;
17 padding: 3px;
18 }
19
20 .frey-popup:hover {
21 background: #eee;
22 border: 1px solid #ccc;
23 }
24
25 .frey-popup:hover span {
26 position: relative;
27 top: 0;
28 right: 0;
29 display: block;
30 z-index: 30;
31 background: #eee;
32 }
33
34 .frey-popup span {
35 display: none;
36 white-space: pre-wrap;
37 white-space: -moz-pre-wrap;
38 white-space: -o-pre-wrap;
39 font-family: monospace;
40 color: #000;
41 background: #eee;
42 border: 1px solid #aaa;
43 padding: 1em;
44 }
45
46 .frey-object-browser tr td {
47 vertical-align: top;
48 }
49

  ViewVC Help
Powered by ViewVC 1.1.26