/[jquery]/no_pager/style.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 /no_pager/style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 27 by dpavlin, Thu Aug 17 22:51:56 2006 UTC revision 29 by dpavlin, Fri Aug 18 10:25:10 2006 UTC
# Line 1  Line 1 
1  body {  body {
2          font-family: verdana, arial, helvetica, sans-serif ;          font-family: verdana, arial, helvetica, sans-serif ;
         font-size: 10pt ;  
3  }  }
 .box {  
         margin: 0.8em 1.0em; padding: 0.5em 1.0em;  
         background: #eeeeff none; border: solid 1pt #bbbbcc;  
         -moz-border-radius: 0.4em;  
 }  
 .cluster {  
         margin: 0.8em 1.0em; padding: 0em 1.0em;  
         border: solid 1pt #bbbbcc;  
         -moz-border-radius: 0.4em;  
4    
5  }  .debug {
 .error {  
         margin: 0.8em 1.0em; padding: 1.0em;  
         background: #ffeeee none; border: solid 1pt #ccbbbb;  
         -moz-border-radius: 0.4em;  
 }  
 .note {  
         color: #808080;  
 }  
   
 #debug {  
6          border: 1px solid #ccc;          border: 1px solid #ccc;
7          background-color: #ff8;          background-color: #ff8;
8          display: block;          display: block;
9          position: fixed;          position: fixed;
10          right: 0px;          right: 0px;
11          bottom: 0px;          bottom: 0px;
12            padding: 0.5em;
13            opacity: 0.8;
14    }
15    
16    #debug {
17          width: 20em;          width: 20em;
18          height: 20em;          height: 20em;
         padding: 0.5em;  
19          overflow: auto;          overflow: auto;
20            display: none;
21  }  }
22    
23  #debug .hide {  #debug .hide {
# Line 40  body { Line 25  body {
25  }  }
26    
27  #debug_show {  #debug_show {
         display: none;  
28          position: fixed;          position: fixed;
29          background-color: #ff8;          background-color: #ff8;
30          right: 0px;          right: 0px;

Legend:
Removed from v.27  
changed lines
  Added in v.29

  ViewVC Help
Powered by ViewVC 1.1.26