/[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 360 by dpavlin, Sun Nov 16 16:44:20 2008 UTC revision 591 by dpavlin, Fri Nov 28 16:39:37 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,  a.frey-popup code,
40  .frey-popdown code {  span.frey-popup code,
41    span.frey-popup span,
42    a.frey-dropdown code,
43    span.frey-dropdown code {
44          display: none;  /* hidden by default */          display: none;  /* hidden by default */
45          color: #000;          color: #000;
46          background: #eee;          background: #eee;
47          border: 1px solid #aaa;          border: 1px solid #aaa;
48  }  }
49    
50  .frey-popup:hover span {  a.frey-popup:hover code,
51    span.frey-popup:hover code,
52    span.frey-popup:hover span,
53    a.frey-dropdown:hover code,
54    span.frey-dropdown:hover code {
55          position: absolute;          position: absolute;
56          display: block;          display: block;
57          bottom: 1.25em;          bottom: 1.25em;
58          left: 2em;          left: 1.5em;
59    /*
60            right: 1.5em;
61    */
62          z-index: 30;          z-index: 30;
63            overflow: hidden;
64  }  }
65    
66  .frey-popdown:hover code {  a.frey-dropdown:hover code {
67          position: relative;          position: relative;
68          top: 0;          top: 0;
69          right: 0;          right: 0;
# Line 55  Line 71 
71          z-index: 30;          z-index: 30;
72  }  }
73    
74  .frey-popdown code {  .frey-popup code,
75    .frey-dropdown code {
76          white-space: pre-wrap;          white-space: pre-wrap;
         white-space: -moz-pre-wrap;  
         white-space: -o-pre-wrap;  
77          font-family: monospace;          font-family: monospace;
78  }  }
79    
# Line 77  Line 92 
92    
93  /* Frey::Instrospect */  /* Frey::Instrospect */
94    
95    .frey-skip {
96            font-size: 80%;
97            color: #aaa;
98    }
99    
100  .frey-introspect tr th {  .frey-introspect tr th {
101          border-bottom: 1px dashed #ccc;          border-bottom: 1px dashed #ccc;
102  }  }
# Line 118  Line 138 
138          color: #ccc;          color: #ccc;
139  }  }
140    
141    
142  /* fix POD =head parts */  /* fix POD =head parts */
143  a.u {  a.u {
144          text-decoration: none;          text-decoration: none;
145          color: black;          color: black;
146  }  }
147    
148    
149    /* dark background in sync with my vim setup */
150    .frey-source {
151            font-family: monospace;
152            background: #000;
153            color: #fff;
154            padding: 0.5em;
155            white-space: pre-wrap;
156            /* compress lines to preserve memory footprint in browser for rendering */
157            font-size: 90%;
158            line-height: 1.2ex;
159    }
160    
161    .frey-source .keyword { color: #ff6; }
162    .frey-source .core { color: #ff6; }
163    /*
164    .frey-source .word { color: #6f6; }
165    */
166    .frey-source .pod { color: #6ff; }
167    .frey-source .comment { color: #6ff; }
168    
169    .frey-source .symbol { color: #6ff; }
170    .frey-source .single { color: #f6f; }
171    .frey-source .double { color: #f6f; }
172    .frey-source .interpolate { color: #f6f; }
173    
174    .frey-source .line_number { color: #222; }
175    .frey-source .line_number a { color: #444; text-decoration: none; }
176    
177  /* Frey::Dumper */  /* Frey::Dumper */
178    
179  .frey-dumper {  .frey-dumper {

Legend:
Removed from v.360  
changed lines
  Added in v.591

  ViewVC Help
Powered by ViewVC 1.1.26