/[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 156 by dpavlin, Thu Jul 17 17:55:39 2008 UTC revision 212 by dpavlin, Fri Oct 31 17:58:45 2008 UTC
# Line 1  Line 1 
1  .frey-status-line {  .frey-status-line {
2            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          position: fixed;          position: fixed;
11            z-index: 20;
12            opacity: .5;
13            filter: alpha(opacity=50);
14    }
15    
16    .frey-status-line:hover {
17            opacity: 1;
18            filter: alpha(opacity=100);
19    }
20    
21    /* style areas over which you can hoover */
22    .frey-popup,
23    .frey-popdown {
24            color: #00f;
25            padding: 3px;
26    }
27    
28    .frey-popup:hover,
29    .frey-popdown:hover {
30            background: #eee;
31            text-decoration: underline;
32    }
33    
34    .frey-popup span,
35    .frey-popdown code {
36            display: none;  /* hidden by default */
37            color: #000;
38            background: #eee;
39            border: 1px solid #aaa;
40    }
41    
42    .frey-popup:hover span {
43            position: absolute;
44            display: block;
45            bottom: 1.25em;
46            left: 2em;
47            z-index: 30;
48    }
49    
50    .frey-popdown:hover code {
51            position: relative;
52          top: 0;          top: 0;
53          left: 0;          right: 0;
54          display: block;          display: block;
55          padding: 3px;          z-index: 30;
         background: #fff;  
         border: #ccc solid 1px;  
         font-size: 80%;  
56  }  }
57    
58    .frey-popdown code {
59            white-space: pre-wrap;
60            white-space: -moz-pre-wrap;
61            white-space: -o-pre-wrap;
62            font-family: monospace;
63    }
64    
65    /*
66    .frey-popup span {
67            color: #000;
68            background: #eee;
69            border: 1px solid #aaa;
70    }
71    
72    */
73    
74    .frey-popup span ul {
75            margin: 3px;
76    }
77    
78    .frey-object-browser tr td {
79            vertical-align: top;
80    }
81    
82    .frey-object-browser tr .m {
83            padding-right: 1em;
84    }
85    
86    .frey-object-browser tr .a {
87            border-left: 1px dashed #ccc;
88            padding-left: 1em;
89    }
90    
91    .frey-object-browser tr td.a {
92            text-align: right;
93    }
94    
95    /* stop header from jumping around because of hover popup */
96    .frey-object-browser tr th.p {
97            text-align: left;
98    }
99    
100    /* fix POD =head parts */
101    a.u {
102            text-decoration: none;
103            color: black;
104    }

Legend:
Removed from v.156  
changed lines
  Added in v.212

  ViewVC Help
Powered by ViewVC 1.1.26