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

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

  ViewVC Help
Powered by ViewVC 1.1.26