/[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 394 by dpavlin, Tue Nov 18 01:10:06 2008 UTC revision 588 by dpavlin, Fri Nov 28 15:07:03 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-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,  span.frey-popup span,
40  .frey-popdown code {  span.frey-popup code,
41    span.frey-dropdown code {
42          display: none;  /* hidden by default */          display: none;  /* hidden by default */
43          color: #000;          color: #000;
44          background: #eee;          background: #eee;
45          border: 1px solid #aaa;          border: 1px solid #aaa;
46  }  }
47    
48  .frey-popup:hover span {  span.frey-popup:hover code,
49    span.frey-popup:hover span {
50          position: absolute;          position: absolute;
51          display: block;          display: block;
52          bottom: 1.25em;          bottom: 1.25em;
# Line 51  Line 58 
58          overflow: hidden;          overflow: hidden;
59  }  }
60    
61  .frey-popdown:hover code {  a.frey-dropdown:hover code {
62          position: relative;          position: relative;
63          top: 0;          top: 0;
64          right: 0;          right: 0;
# Line 60  Line 67 
67  }  }
68    
69  .frey-popup code,  .frey-popup code,
70  .frey-popdown code {  .frey-dropdown code {
71          white-space: pre-wrap;          white-space: pre-wrap;
72          font-family: monospace;          font-family: monospace;
73  }  }
# Line 141  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 155  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.394  
changed lines
  Added in v.588

  ViewVC Help
Powered by ViewVC 1.1.26