/[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 379 by dpavlin, Sun Nov 16 16:44:20 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 {

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

  ViewVC Help
Powered by ViewVC 1.1.26