/[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 397 by dpavlin, Tue Nov 18 01:45:44 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 143  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 157  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.397  
changed lines
  Added in v.473

  ViewVC Help
Powered by ViewVC 1.1.26