/[Frey]/branches/zimbardo/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 /branches/zimbardo/static/frey.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 215 by dpavlin, Fri Oct 31 19:59:16 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: 2em;          left: 1.5em;
49    /*
50            right: 1.5em;
51    */
52          z-index: 30;          z-index: 30;
53            overflow: hidden;
54  }  }
55    
56  .frey-popdown:hover code {  .frey-popdown:hover code {
# Line 55  Line 61 
61          z-index: 30;          z-index: 30;
62  }  }
63    
64    .frey-popup code,
65  .frey-popdown code {  .frey-popdown code {
66          white-space: pre-wrap;          white-space: pre-wrap;
         white-space: -moz-pre-wrap;  
         white-space: -o-pre-wrap;  
67          font-family: monospace;          font-family: monospace;
68  }  }
69    
# Line 75  Line 80 
80          margin: 3px;          margin: 3px;
81  }  }
82    
83  /* Frey::ObjectBrowser */  /* Frey::Instrospect */
84    
85    .frey-skip {
86            font-size: 80%;
87            color: #aaa;
88    }
89    
90  .frey-object-browser tr th {  .frey-introspect tr th {
91          border-bottom: 1px dashed #ccc;          border-bottom: 1px dashed #ccc;
92  }  }
93    
94  /* stop header from jumping around because of hover popup */  /* stop header from jumping around because of hover popup */
95  .frey-object-browser tr th.p {  .frey-introspect tr th.p {
96          text-align: left;          text-align: left;
97  }  }
98    
99  .frey-object-browser tr td {  .frey-introspect tr td {
100          vertical-align: top;          vertical-align: top;
101  }  }
102    
103  .frey-object-browser tr td.m {  .frey-introspect tr td.m {
104          padding-right: 1em;          padding-right: 1em;
105          font-family: monospace;          font-family: monospace;
106  }  }
107    
108  .frey-object-browser tr .a {  .frey-introspect tr .a {
109          border-left: 1px dashed #ccc;          border-left: 1px dashed #ccc;
110          padding-left: 1em;          padding-left: 1em;
111  }  }
112    
113  .frey-object-browser tr td.a {  .frey-introspect tr td.a {
114          text-align: right;          text-align: right;
115          font-family: monospace;          font-family: monospace;
116  }  }
117    
118    .frey-introspect tr td.t {
119            font-family: monospace;
120            padding-left: 1em;
121    }
122    
123    .frey-introspect tr:hover {
124            background: #ffc;
125    }
126    
127    .frey-introspect sup {
128            color: #ccc;
129    }
130    
131    
132  /* fix POD =head parts */  /* fix POD =head parts */
133  a.u {  a.u {
134          text-decoration: none;          text-decoration: none;
135          color: black;          color: black;
136  }  }
137    
138    
139    /* dark background in sync with my vim setup */
140    .frey-source {
141            font-family: monospace;
142            background: #000;
143            color: #fff;
144            padding: 0.5em;
145            white-space: pre-wrap;
146            /* 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; }
152    .frey-source .core { color: #ff6; }
153    /*
154    .frey-source .word { color: #6f6; }
155    */
156    .frey-source .pod { color: #6ff; }
157    .frey-source .comment { color: #6ff; }
158    
159    .frey-source .symbol { color: #6ff; }
160    .frey-source .single { color: #f6f; }
161    .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 */
168    
169    .frey-dumper {
170            color: #aaa;
171    }
172    
173    .frey-dumper span {
174            color: #000;
175    }
176    
177    .frey-dumper ul,
178    .frey-dumper ol {
179            margin-bottom: 0.5em;
180            list-style-position: inside;
181    }
182    
183    .frey-dumper ul > li {
184            list-style: none;
185    }
186    
187    /*
188    .frey-dumper ul:before {
189            content: "{";
190    }
191    
192    .frey-dumper ul:after {
193            content: "}";
194    }
195    
196    .frey-dumper ol:before {
197            content: "(";
198    }
199    
200    .frey-dumper ol:after {
201            content: ")";
202    }
203    */
204    
205    .frey-dumper a.blessed {
206    /*
207            text-decoration: none;
208    */
209            color: #aaa;
210    }
211    
212    .frey-error {
213            border: 3px dashed #f00;
214            background: #ffc;
215            padding: 0.5em;
216    }
217    

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

  ViewVC Help
Powered by ViewVC 1.1.26