/[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 328 by dpavlin, Thu Nov 6 21:14:09 2008 UTC revision 394 by dpavlin, Tue Nov 18 01:10:06 2008 UTC
# Line 43  Line 43 
43          position: absolute;          position: absolute;
44          display: block;          display: block;
45          bottom: 1.25em;          bottom: 1.25em;
46          left: 2em;          left: 1.5em;
47    /*
48            right: 1.5em;
49    */
50          z-index: 30;          z-index: 30;
51            overflow: hidden;
52  }  }
53    
54  .frey-popdown:hover code {  .frey-popdown:hover code {
# Line 55  Line 59 
59          z-index: 30;          z-index: 30;
60  }  }
61    
62    .frey-popup code,
63  .frey-popdown code {  .frey-popdown code {
64          white-space: pre-wrap;          white-space: pre-wrap;
         white-space: -moz-pre-wrap;  
         white-space: -o-pre-wrap;  
65          font-family: monospace;          font-family: monospace;
66  }  }
67    
# Line 77  Line 80 
80    
81  /* Frey::Instrospect */  /* Frey::Instrospect */
82    
83    .frey-skip {
84            font-size: 80%;
85            color: #aaa;
86    }
87    
88  .frey-introspect tr th {  .frey-introspect tr th {
89          border-bottom: 1px dashed #ccc;          border-bottom: 1px dashed #ccc;
90  }  }
# Line 118  Line 126 
126          color: #ccc;          color: #ccc;
127  }  }
128    
129    
130  /* fix POD =head parts */  /* fix POD =head parts */
131  a.u {  a.u {
132          text-decoration: none;          text-decoration: none;
133          color: black;          color: black;
134  }  }
135    
136    
137    /* dark background in sync with my vim setup */
138    .frey-source {
139            font-family: monospace;
140            background: #000;
141            color: #fff;
142            padding: 0.5em;
143            white-space: pre-wrap;
144            line-height: 1ex; /* compress lines to preserve memory footprint in browser for rendering */
145    }
146    
147    .frey-source .keyword { color: #ff6; }
148    .frey-source .core { color: #ff6; }
149    /*
150    .frey-source .word { color: #6f6; }
151    */
152    .frey-source .pod { color: #6ff; }
153    .frey-source .comment { color: #6ff; }
154    
155    .frey-source .symbol { color: #6ff; }
156    .frey-source .single { color: #f6f; }
157    .frey-source .double { color: #f6f; }
158    
159    
160  /* Frey::Dumper */  /* Frey::Dumper */
161    
162  .frey-dumper {  .frey-dumper {
# Line 134  a.u { Line 167  a.u {
167          color: #000;          color: #000;
168  }  }
169    
170  .frey-dumper ul li {  .frey-dumper ul,
171    .frey-dumper ol {
172            margin-bottom: 0.5em;
173          list-style-position: inside;          list-style-position: inside;
174    }
175    
176    .frey-dumper ul > li {
177          list-style: none;          list-style: none;
178  }  }
179    
180    /*
181    .frey-dumper ul:before {
182            content: "{";
183    }
184    
185    .frey-dumper ul:after {
186            content: "}";
187    }
188    
189    .frey-dumper ol:before {
190            content: "(";
191    }
192    
193    .frey-dumper ol:after {
194            content: ")";
195    }
196    */
197    
198    .frey-dumper a.blessed {
199    /*
200            text-decoration: none;
201    */
202            color: #aaa;
203    }
204    
205    .frey-error {
206            border: 3px dashed #f00;
207            background: #ffc;
208            padding: 0.5em;
209    }
210    

Legend:
Removed from v.328  
changed lines
  Added in v.394

  ViewVC Help
Powered by ViewVC 1.1.26