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

Legend:
Removed from v.327  
changed lines
  Added in v.391

  ViewVC Help
Powered by ViewVC 1.1.26