/[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

Annotation of /trunk/static/frey.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 199 - (hide annotations)
Tue Oct 28 21:47:18 2008 UTC (15 years, 6 months ago) by dpavlin
File MIME type: text/css
File size: 589 byte(s)
dump roles and some attribute design (well, aligment at least...)
1 dpavlin 156 .frey-status-line {
2 dpavlin 194 border-top: 1px solid #aaa;
3     color: #444;
4     background-color: #eee;
5     font-size: 80%;
6     padding: 2px;
7     bottom: 0;
8     left: 0;
9     right: 0;
10 dpavlin 121 position: fixed;
11 dpavlin 194 z-index: 20;
12 dpavlin 121 }
13    
14 dpavlin 198 .frey-popup {
15 dpavlin 197 color: #00f;
16     }
17    
18 dpavlin 198 .frey-popup:hover span {
19     position: relative;
20 dpavlin 197 top: 0;
21     right: 0;
22     display: block;
23     z-index: 30;
24     }
25    
26 dpavlin 198 .frey-popup span {
27 dpavlin 197 display: none;
28     white-space: pre-wrap;
29     white-space: -moz-pre-wrap;
30     white-space: -o-pre-wrap;
31     font-family: monospace;
32     color: #000;
33     background: #eee;
34     border: 1px solid #aaa;
35     padding: 1em;
36     }
37 dpavlin 199
38     .frey-object-browser tr td {
39     vertical-align: top;
40     }
41    

  ViewVC Help
Powered by ViewVC 1.1.26