/[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 360 by dpavlin, Sun Nov 16 16:44:20 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 77  Line 80 
80    
81  /* Frey::Instrospect */  /* Frey::Instrospect */
82    
83    .frey-skip {
84            font-size: 80%;
85            color: #aaa;
86    }
87    
88  .frey-introspect tr th {  .frey-introspect tr th {
89          border-bottom: 1px dashed #ccc;          border-bottom: 1px dashed #ccc;
90  }  }
# Line 118  Line 126 
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 */  /* Frey::Dumper */
161    
162  .frey-dumper {  .frey-dumper {

Legend:
Removed from v.360  
changed lines
  Added in v.394

  ViewVC Help
Powered by ViewVC 1.1.26