/[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 391 by dpavlin, Tue Nov 18 00:54:50 2008 UTC revision 473 by dpavlin, Thu Nov 20 11:56:41 2008 UTC
# Line 18  Line 18 
18          filter: alpha(opacity=100);          filter: alpha(opacity=100);
19  }  }
20    
21    .frey-status-line .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-popdown {
# Line 32  Line 37 
37  }  }
38    
39  .frey-popup span,  .frey-popup span,
40    .frey-popup code,
41  .frey-popdown code {  .frey-popdown code {
42          display: none;  /* hidden by default */          display: none;  /* hidden by default */
43          color: #000;          color: #000;
# Line 39  Line 45 
45          border: 1px solid #aaa;          border: 1px solid #aaa;
46  }  }
47    
48    .frey-popup:hover code,
49  .frey-popup:hover span {  .frey-popup:hover span {
50          position: absolute;          position: absolute;
51          display: block;          display: block;
52          bottom: 1.25em;          bottom: 1.25em;
53          left: 1.5em;          left: 1.5em;
54    /*
55          right: 1.5em;          right: 1.5em;
56    */
57          z-index: 30;          z-index: 30;
58          overflow: hidden;          overflow: hidden;
59  }  }
# Line 139  a.u { Line 148  a.u {
148          color: #fff;          color: #fff;
149          padding: 0.5em;          padding: 0.5em;
150          white-space: pre-wrap;          white-space: pre-wrap;
151          line-height: 1ex; /* compress lines to preserve memory footprint in browser for rendering */          /* compress lines to preserve memory footprint in browser for rendering */
152            font-size: 90%;
153            line-height: 1.2ex;
154  }  }
155    
156  .frey-source .keyword { color: #ff6; }  .frey-source .keyword { color: #ff6; }
# Line 153  a.u { Line 164  a.u {
164  .frey-source .symbol { color: #6ff; }  .frey-source .symbol { color: #6ff; }
165  .frey-source .single { color: #f6f; }  .frey-source .single { color: #f6f; }
166  .frey-source .double { color: #f6f; }  .frey-source .double { color: #f6f; }
167    .frey-source .interpolate { color: #f6f; }
168    
169    .frey-source .line_number { color: #222; }
170    .frey-source .line_number a { color: #444; text-decoration: none; }
171    
172  /* Frey::Dumper */  /* Frey::Dumper */
173    

Legend:
Removed from v.391  
changed lines
  Added in v.473

  ViewVC Help
Powered by ViewVC 1.1.26