/[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 310 by dpavlin, Wed Nov 5 19:57:49 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 75  Line 78 
78          margin: 3px;          margin: 3px;
79  }  }
80    
81  /* Frey::ObjectBrowser */  /* Frey::Instrospect */
82    
83    .frey-skip {
84            font-size: 80%;
85            color: #aaa;
86    }
87    
88  .frey-object-browser tr th {  .frey-introspect tr th {
89          border-bottom: 1px dashed #ccc;          border-bottom: 1px dashed #ccc;
90  }  }
91    
92  /* stop header from jumping around because of hover popup */  /* stop header from jumping around because of hover popup */
93  .frey-object-browser tr th.p {  .frey-introspect tr th.p {
94          text-align: left;          text-align: left;
95  }  }
96    
97  .frey-object-browser tr td {  .frey-introspect tr td {
98          vertical-align: top;          vertical-align: top;
99  }  }
100    
101  .frey-object-browser tr td.m {  .frey-introspect tr td.m {
102          padding-right: 1em;          padding-right: 1em;
103          font-family: monospace;          font-family: monospace;
104  }  }
105    
106  .frey-object-browser tr .a {  .frey-introspect tr .a {
107          border-left: 1px dashed #ccc;          border-left: 1px dashed #ccc;
108          padding-left: 1em;          padding-left: 1em;
109  }  }
110    
111  .frey-object-browser tr td.a {  .frey-introspect tr td.a {
112          text-align: right;          text-align: right;
113          font-family: monospace;          font-family: monospace;
114  }  }
115    
116  .frey-object-browser tr td.t {  .frey-introspect tr td.t {
117          font-family: monospace;          font-family: monospace;
118          padding-left: 1em;          padding-left: 1em;
119  }  }
120    
121  .frey-object-browser tr:hover {  .frey-introspect tr:hover {
122          background: #ffc;          background: #ffc;
123  }  }
124    
125  .frey-object-browser sup {  .frey-introspect sup {
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 */
161    
162    .frey-dumper {
163            color: #aaa;
164    }
165    
166    .frey-dumper span {
167            color: #000;
168    }
169    
170    .frey-dumper ul,
171    .frey-dumper ol {
172            margin-bottom: 0.5em;
173            list-style-position: inside;
174    }
175    
176    .frey-dumper ul > li {
177            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.310  
changed lines
  Added in v.394

  ViewVC Help
Powered by ViewVC 1.1.26