/[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 212 by dpavlin, Fri Oct 31 17:58:45 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 75  Line 76 
76          margin: 3px;          margin: 3px;
77  }  }
78    
79  .frey-object-browser tr td {  /* Frey::Instrospect */
80    
81    .frey-skip {
82            font-size: 80%;
83            color: #aaa;
84    }
85    
86    .frey-introspect tr th {
87            border-bottom: 1px dashed #ccc;
88    }
89    
90    /* stop header from jumping around because of hover popup */
91    .frey-introspect tr th.p {
92            text-align: left;
93    }
94    
95    .frey-introspect tr td {
96          vertical-align: top;          vertical-align: top;
97  }  }
98    
99  .frey-object-browser tr .m {  .frey-introspect tr td.m {
100          padding-right: 1em;          padding-right: 1em;
101            font-family: monospace;
102  }  }
103    
104  .frey-object-browser tr .a {  .frey-introspect tr .a {
105          border-left: 1px dashed #ccc;          border-left: 1px dashed #ccc;
106          padding-left: 1em;          padding-left: 1em;
107  }  }
108    
109  .frey-object-browser tr td.a {  .frey-introspect tr td.a {
110          text-align: right;          text-align: right;
111            font-family: monospace;
112  }  }
113    
114  /* stop header from jumping around because of hover popup */  .frey-introspect tr td.t {
115  .frey-object-browser tr th.p {          font-family: monospace;
116          text-align: left;          padding-left: 1em;
117  }  }
118    
119    .frey-introspect tr:hover {
120            background: #ffc;
121    }
122    
123    .frey-introspect sup {
124            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 */
159    
160    .frey-dumper {
161            color: #aaa;
162    }
163    
164    .frey-dumper span {
165            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.212  
changed lines
  Added in v.391

  ViewVC Help
Powered by ViewVC 1.1.26