/[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 329 by dpavlin, Thu Nov 6 21:32:10 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;
53          left: 2em;          left: 1.5em;
54    /*
55            right: 1.5em;
56    */
57          z-index: 30;          z-index: 30;
58            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 55  Line 66 
66          z-index: 30;          z-index: 30;
67  }  }
68    
69  .frey-popdown code {  .frey-popup code,
70    .frey-dropdown code {
71          white-space: pre-wrap;          white-space: pre-wrap;
         white-space: -moz-pre-wrap;  
         white-space: -o-pre-wrap;  
72          font-family: monospace;          font-family: monospace;
73  }  }
74    
# Line 77  Line 87 
87    
88  /* Frey::Instrospect */  /* Frey::Instrospect */
89    
90    .frey-skip {
91            font-size: 80%;
92            color: #aaa;
93    }
94    
95  .frey-introspect tr th {  .frey-introspect tr th {
96          border-bottom: 1px dashed #ccc;          border-bottom: 1px dashed #ccc;
97  }  }
# Line 118  Line 133 
133          color: #ccc;          color: #ccc;
134  }  }
135    
136    
137  /* fix POD =head parts */  /* fix POD =head parts */
138  a.u {  a.u {
139          text-decoration: none;          text-decoration: none;
140          color: black;          color: black;
141  }  }
142    
143    
144    /* dark background in sync with my vim setup */
145    .frey-source {
146            font-family: monospace;
147            background: #000;
148            color: #fff;
149            padding: 0.5em;
150            white-space: pre-wrap;
151            /* 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; }
157    .frey-source .core { color: #ff6; }
158    /*
159    .frey-source .word { color: #6f6; }
160    */
161    .frey-source .pod { color: #6ff; }
162    .frey-source .comment { color: #6ff; }
163    
164    .frey-source .symbol { color: #6ff; }
165    .frey-source .single { color: #f6f; }
166    .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    
174  .frey-dumper {  .frey-dumper {
# Line 161  a.u { Line 206  a.u {
206          content: ")";          content: ")";
207  }  }
208  */  */
209    
210    .frey-dumper a.blessed {
211    /*
212            text-decoration: none;
213    */
214            color: #aaa;
215    }
216    
217    .frey-error {
218            border: 3px dashed #f00;
219            background: #ffc;
220            padding: 0.5em;
221    }
222    

Legend:
Removed from v.329  
changed lines
  Added in v.588

  ViewVC Help
Powered by ViewVC 1.1.26