/[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 197 by dpavlin, Tue Oct 28 20:46:35 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    }
13    
14    span.frey-popup {
15            color: #00f;
16    }
17    
18    span.frey-popup:hover span {
19            position: absolute;
20          top: 0;          top: 0;
21          left: 0;          right: 0;
22          display: block;          display: block;
23          padding: 3px;          z-index: 30;
         background: #fff;  
         border: #ccc solid 1px;  
         font-size: 80%;  
24  }  }
25    
26    span.frey-popup span {
27            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    }

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

  ViewVC Help
Powered by ViewVC 1.1.26