/[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

Diff of /trunk/static/frey.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 194 by dpavlin, Tue Oct 28 18:25:34 2008 UTC revision 350 by dpavlin, Sun Nov 16 00:37:34 2008 UTC
# Line 9  Line 9 
9          right: 0;          right: 0;
10          position: fixed;          position: fixed;
11          z-index: 20;          z-index: 20;
12            opacity: .5;
13            filter: alpha(opacity=50);
14    }
15    
16    .frey-status-line:hover {
17            opacity: 1;
18            filter: alpha(opacity=100);
19    }
20    
21    /* style areas over which you can hoover */
22    .frey-popup,
23    .frey-popdown {
24            color: #00f;
25            padding: 3px;
26    }
27    
28    .frey-popup:hover,
29    .frey-popdown:hover {
30            background: #eee;
31            text-decoration: underline;
32    }
33    
34    .frey-popup span,
35    .frey-popdown code {
36            display: none;  /* hidden by default */
37            color: #000;
38            background: #eee;
39            border: 1px solid #aaa;
40    }
41    
42    .frey-popup:hover span {
43            position: absolute;
44            display: block;
45            bottom: 1.25em;
46            left: 2em;
47            z-index: 30;
48    }
49    
50    .frey-popdown:hover code {
51            position: relative;
52            top: 0;
53            right: 0;
54            display: block;
55            z-index: 30;
56    }
57    
58    .frey-popdown code {
59            white-space: pre-wrap;
60            white-space: -moz-pre-wrap;
61            white-space: -o-pre-wrap;
62            font-family: monospace;
63    }
64    
65    /*
66    .frey-popup span {
67            color: #000;
68            background: #eee;
69            border: 1px solid #aaa;
70    }
71    
72    */
73    
74    .frey-popup span ul {
75            margin: 3px;
76    }
77    
78    /* Frey::Instrospect */
79    
80    .frey-introspect tr th {
81            border-bottom: 1px dashed #ccc;
82    }
83    
84    /* stop header from jumping around because of hover popup */
85    .frey-introspect tr th.p {
86            text-align: left;
87    }
88    
89    .frey-introspect tr td {
90            vertical-align: top;
91    }
92    
93    .frey-introspect tr td.m {
94            padding-right: 1em;
95            font-family: monospace;
96    }
97    
98    .frey-introspect tr .a {
99            border-left: 1px dashed #ccc;
100            padding-left: 1em;
101    }
102    
103    .frey-introspect tr td.a {
104            text-align: right;
105            font-family: monospace;
106    }
107    
108    .frey-introspect tr td.t {
109            font-family: monospace;
110            padding-left: 1em;
111    }
112    
113    .frey-introspect tr:hover {
114            background: #ffc;
115    }
116    
117    .frey-introspect sup {
118            color: #ccc;
119    }
120    
121    /* fix POD =head parts */
122    a.u {
123            text-decoration: none;
124            color: black;
125    }
126    
127    /* Frey::Dumper */
128    
129    .frey-dumper {
130            color: #aaa;
131    }
132    
133    .frey-dumper span {
134            color: #000;
135    }
136    
137    .frey-dumper ul,
138    .frey-dumper ol {
139            margin-bottom: 0.5em;
140            list-style-position: inside;
141    }
142    
143    .frey-dumper ul > li {
144            list-style: none;
145    }
146    
147    /*
148    .frey-dumper ul:before {
149            content: "{";
150    }
151    
152    .frey-dumper ul:after {
153            content: "}";
154    }
155    
156    .frey-dumper ol:before {
157            content: "(";
158    }
159    
160    .frey-dumper ol:after {
161            content: ")";
162    }
163    */
164    
165    
166    .frey-error {
167            border: 3px dashed #f00;
168            background: #ffc;
169            padding: 0.5em;
170  }  }
171    

Legend:
Removed from v.194  
changed lines
  Added in v.350

  ViewVC Help
Powered by ViewVC 1.1.26