/[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 9 by dpavlin, Wed Aug 16 00:29:08 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 {
6            border: 1px solid #ccc;
7            background-color: #ff8;
8            display: block;
9            position: fixed;
10            right: 0px;
11            bottom: 0px;
12            padding: 0.5em;
13            opacity: 0.8;
14  }  }
15  .error {  
16          margin: 0.8em 1.0em; padding: 1.0em;  #debug {
17          background: #ffeeee none; border: solid 1pt #ccbbbb;          width: 20em;
18          -moz-border-radius: 0.4em;          height: 20em;
19            overflow: auto;
20            display: none;
21    }
22    
23    #debug .hide {
24            float: right;
25  }  }
26  .note {  
27          color: #808080;  #debug_show {
28            position: fixed;
29            background-color: #ff8;
30            right: 0px;
31            bottom: 0px;
32            width: 1em;
33            height: 2ex;
34    }
35    
36    #search_form_div {
37            border-bottom: 1px solid #ccc;
38            background-color: #eee;
39            display: block;
40            position: fixed;
41            left: 0px;
42            top: 0px;
43            width: 100%;
44            height: 2em;
45            padding: 0.5em;
46  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26