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

Annotation of /no_pager/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (hide annotations)
Fri Aug 18 10:25:10 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/css
File size: 622 byte(s)
debug is now by default closed and opaque, cleanup css
1 dpavlin 9 body {
2     font-family: verdana, arial, helvetica, sans-serif ;
3     }
4    
5 dpavlin 29 .debug {
6 dpavlin 25 border: 1px solid #ccc;
7     background-color: #ff8;
8     display: block;
9     position: fixed;
10     right: 0px;
11     bottom: 0px;
12 dpavlin 29 padding: 0.5em;
13     opacity: 0.8;
14     }
15    
16     #debug {
17 dpavlin 25 width: 20em;
18     height: 20em;
19     overflow: auto;
20 dpavlin 29 display: none;
21 dpavlin 25 }
22    
23     #debug .hide {
24     float: right;
25     }
26    
27 dpavlin 27 #debug_show {
28     position: fixed;
29     background-color: #ff8;
30     right: 0px;
31     bottom: 0px;
32     width: 1em;
33     height: 2ex;
34     }
35    
36 dpavlin 25 #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     }

  ViewVC Help
Powered by ViewVC 1.1.26