/[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 359 by dpavlin, Sun Nov 16 16:37:04 2008 UTC revision 397 by dpavlin, Tue Nov 18 01:45:44 2008 UTC
# Line 32  Line 32 
32  }  }
33    
34  .frey-popup span,  .frey-popup span,
35    .frey-popup code,
36  .frey-popdown code {  .frey-popdown code {
37          display: none;  /* hidden by default */          display: none;  /* hidden by default */
38          color: #000;          color: #000;
# Line 39  Line 40 
40          border: 1px solid #aaa;          border: 1px solid #aaa;
41  }  }
42    
43    .frey-popup:hover code,
44  .frey-popup:hover span {  .frey-popup:hover span {
45          position: absolute;          position: absolute;
46          display: block;          display: block;
47          bottom: 1.25em;          bottom: 1.25em;
48          left: 2em;          left: 1.5em;
49    /*
50            right: 1.5em;
51    */
52          z-index: 30;          z-index: 30;
53            overflow: hidden;
54  }  }
55    
56  .frey-popdown:hover code {  .frey-popdown:hover code {
# Line 55  Line 61 
61          z-index: 30;          z-index: 30;
62  }  }
63    
64    .frey-popup code,
65  .frey-popdown code {  .frey-popdown code {
66          white-space: pre-wrap;          white-space: pre-wrap;
         white-space: -moz-pre-wrap;  
         white-space: -o-pre-wrap;  
67          font-family: monospace;          font-family: monospace;
68  }  }
69    
# Line 77  Line 82 
82    
83  /* Frey::Instrospect */  /* Frey::Instrospect */
84    
85    .frey-skip {
86            font-size: 80%;
87            color: #aaa;
88    }
89    
90  .frey-introspect tr th {  .frey-introspect tr th {
91          border-bottom: 1px dashed #ccc;          border-bottom: 1px dashed #ccc;
92  }  }
# Line 118  Line 128 
128          color: #ccc;          color: #ccc;
129  }  }
130    
131    
132  /* fix POD =head parts */  /* fix POD =head parts */
133  a.u {  a.u {
134          text-decoration: none;          text-decoration: none;
135          color: black;          color: black;
136  }  }
137    
138    
139    /* dark background in sync with my vim setup */
140    .frey-source {
141            font-family: monospace;
142            background: #000;
143            color: #fff;
144            padding: 0.5em;
145            white-space: pre-wrap;
146            line-height: 1ex; /* compress lines to preserve memory footprint in browser for rendering */
147    }
148    
149    .frey-source .keyword { color: #ff6; }
150    .frey-source .core { color: #ff6; }
151    /*
152    .frey-source .word { color: #6f6; }
153    */
154    .frey-source .pod { color: #6ff; }
155    .frey-source .comment { color: #6ff; }
156    
157    .frey-source .symbol { color: #6ff; }
158    .frey-source .single { color: #f6f; }
159    .frey-source .double { color: #f6f; }
160    
161    
162  /* Frey::Dumper */  /* Frey::Dumper */
163    
164  .frey-dumper {  .frey-dumper {
# Line 162  a.u { Line 197  a.u {
197  }  }
198  */  */
199    
200  .frey-dumper a {  .frey-dumper a.blessed {
201  /*  /*
202          text-decoration: none;          text-decoration: none;
203  */  */

Legend:
Removed from v.359  
changed lines
  Added in v.397

  ViewVC Help
Powered by ViewVC 1.1.26