/[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 359 by dpavlin, Sun Nov 16 16:37:04 2008 UTC revision 1034 by dpavlin, Tue Feb 3 21:24:02 2009 UTC
# Line 18  Line 18 
18          filter: alpha(opacity=100);          filter: alpha(opacity=100);
19  }  }
20    
21    .frey-status-right {
22            position: absolute;
23            right: 0.5em;
24    }
25    
26  /* style areas over which you can hoover */  /* style areas over which you can hoover */
27  .frey-popup,  .frey-popup,
28  .frey-popdown {  .frey-dropdown {
29          color: #00f;          color: #00f;
30          padding: 3px;          padding: 3px;
31  }  }
32    
33  .frey-popup:hover,  .frey-popup:hover,
34  .frey-popdown:hover {  .frey-dropdown:hover {
35          background: #eee;          background: #eee;
36          text-decoration: underline;          text-decoration: underline;
37  }  }
38    
39  .frey-popup span,     a.frey-popup    > code,
40  .frey-popdown code {  span.frey-popup    > code,
41    span.frey-popup    > span,
42       a.frey-dropdown > code,
43    span.frey-dropdown > code {
44          display: none;  /* hidden by default */          display: none;  /* hidden by default */
45          color: #000;          color: #000;
46          background: #eee;          background: #eee;
47          border: 1px solid #aaa;          border: 1px solid #aaa;
48            font-size: 90%;
49  }  }
50    
51  .frey-popup:hover span {     a.frey-popup:hover    > code,
52    span.frey-popup:hover    > code,
53    span.frey-popup:hover    > span,
54       a.frey-dropdown:hover > code,
55    span.frey-dropdown:hover > code {
56          position: absolute;          position: absolute;
57          display: block;          display: block;
58          bottom: 1.25em;          bottom: 1.25em;
59          left: 2em;          left: 1.5em;
60    /*
61            right: 1.5em;
62    */
63          z-index: 30;          z-index: 30;
64            overflow: hidden;
65  }  }
66    
67  .frey-popdown:hover code {  a.frey-dropdown:hover > code {
68          position: relative;          position: relative;
69          top: 0;          top: 0;
70          right: 0;          right: 0;
# Line 55  Line 72 
72          z-index: 30;          z-index: 30;
73  }  }
74    
75  .frey-popdown code {  .frey-popup code,
76    .frey-dropdown code {
77          white-space: pre-wrap;          white-space: pre-wrap;
         white-space: -moz-pre-wrap;  
         white-space: -o-pre-wrap;  
78          font-family: monospace;          font-family: monospace;
79  }  }
80    
# Line 110  Line 126 
126          padding-left: 1em;          padding-left: 1em;
127  }  }
128    
129    .frey-introspect tr td.p {
130            font-size: 80%;
131    }
132    
133    .frey-introspect tr td.p code {
134            font-size: 120%;
135            font-weight: bold;
136    }
137    
138  .frey-introspect tr:hover {  .frey-introspect tr:hover {
139          background: #ffc;          background: #ffc;
140  }  }
# Line 118  Line 143 
143          color: #ccc;          color: #ccc;
144  }  }
145    
146    
147  /* fix POD =head parts */  /* fix POD =head parts */
148  a.u {  a.u {
149          text-decoration: none;          text-decoration: none;
150          color: black;          color: black;
151  }  }
152    
153    
154    /* dark background in sync with my vim setup */
155    .frey-source {
156            font-family: monospace;
157            background: #000;
158            color: #fff;
159            padding: 0.5em;
160            white-space: pre-wrap;
161            /* compress lines to preserve memory footprint in browser for rendering */
162            font-size: 90%;
163            line-height: 1.2ex;
164    }
165    
166    .frey-source .keyword { color: #ff6; }
167    .frey-source .core { color: #ff6; }
168    /*
169    .frey-source .word { color: #6f6; }
170    */
171    .frey-source .pod { color: #6ff; }
172    .frey-source .comment { color: #6ff; }
173    
174    .frey-source .symbol { color: #6ff; }
175    .frey-source .single { color: #f6f; }
176    .frey-source .double { color: #f6f; }
177    .frey-source .interpolate { color: #f6f; }
178    
179    .frey-source .line_number { color: #222; }
180    .frey-source .line_number a { color: #444; text-decoration: none; }
181    
182  /* Frey::Dumper */  /* Frey::Dumper */
183    
184  .frey-dumper {  .frey-dumper {
# Line 162  a.u { Line 217  a.u {
217  }  }
218  */  */
219    
220  .frey-dumper a {  .frey-dumper a.blessed {
221  /*  /*
222          text-decoration: none;          text-decoration: none;
223  */  */
224          color: #aaa;          color: #aaa;
225  }  }
226    
227    .frey-info {
228            background: #ccf;
229            padding: 0.5em;
230    }
231    
232  .frey-error {  .frey-error {
         border: 3px dashed #f00;  
233          background: #ffc;          background: #ffc;
234          padding: 0.5em;          padding: 0.5em;
235  }  }
236    
237    .frey-fatal {
238            border: 3px dashed #f00;
239    }
240    

Legend:
Removed from v.359  
changed lines
  Added in v.1034

  ViewVC Help
Powered by ViewVC 1.1.26