/[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 424 by dpavlin, Tue Nov 18 23:24:10 2008 UTC
# Line 32  Line 32 
32  }  }
33    
34  .frey-popup span,  .frey-popup span,
35    .frey-popup code,
36  .frey-popdown code {  .frey-popdown code {
37          display: none;  /* hidden by default */          display: none;  /* hidden by default */
38          color: #000;          color: #000;
# Line 39  Line 40 
40          border: 1px solid #aaa;          border: 1px solid #aaa;
41  }  }
42    
43    .frey-popup:hover code,
44  .frey-popup:hover span {  .frey-popup:hover span {
45          position: absolute;          position: absolute;
46          display: block;          display: block;
47          bottom: 1.25em;          bottom: 1.25em;
48          left: 1.5em;          left: 1.5em;
49    /*
50          right: 1.5em;          right: 1.5em;
51    */
52          z-index: 30;          z-index: 30;
53          overflow: hidden;          overflow: hidden;
54  }  }
# Line 139  a.u { Line 143  a.u {
143          color: #fff;          color: #fff;
144          padding: 0.5em;          padding: 0.5em;
145          white-space: pre-wrap;          white-space: pre-wrap;
146          line-height: 1ex; /* compress lines to preserve memory footprint in browser for rendering */          /* compress lines to preserve memory footprint in browser for rendering */
147            font-size: 90%;
148            line-height: 1.2ex;
149  }  }
150    
151  .frey-source .keyword { color: #ff6; }  .frey-source .keyword { color: #ff6; }
# Line 153  a.u { Line 159  a.u {
159  .frey-source .symbol { color: #6ff; }  .frey-source .symbol { color: #6ff; }
160  .frey-source .single { color: #f6f; }  .frey-source .single { color: #f6f; }
161  .frey-source .double { color: #f6f; }  .frey-source .double { color: #f6f; }
162    .frey-source .interpolate { color: #f6f; }
163    
164    .frey-source .line_number { color: #222; }
165    .frey-source .line_number a { color: #444; text-decoration: none; }
166    
167  /* Frey::Dumper */  /* Frey::Dumper */
168    

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

  ViewVC Help
Powered by ViewVC 1.1.26