/[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 31 - (hide annotations)
Fri Aug 18 11:57:20 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/css
File size: 814 byte(s)
fix
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 dpavlin 30 opacity: 0.9;
14 dpavlin 29 }
15    
16     #debug {
17 dpavlin 25 width: 20em;
18 dpavlin 30 height: 10em;
19 dpavlin 25 overflow: auto;
20 dpavlin 29 display: none;
21 dpavlin 25 }
22    
23     #debug .hide {
24     float: right;
25     }
26    
27 dpavlin 30 #debug a, #debug_show a {
28     text-decoration: none;
29     }
30    
31 dpavlin 27 #debug_show {
32     position: fixed;
33     background-color: #ff8;
34     right: 0px;
35     bottom: 0px;
36 dpavlin 30 width: 5ex;
37 dpavlin 27 height: 2ex;
38     }
39    
40 dpavlin 30 .log-info {
41     }
42    
43     .log-debug {
44     font-size: 80%;
45     color: #440;
46     }
47    
48     .log-error {
49     color: #f00;
50 dpavlin 31 }
51 dpavlin 30
52 dpavlin 31 /* make search form glued to top of screen */
53    
54 dpavlin 25 #search_form_div {
55     border-bottom: 1px solid #ccc;
56     background-color: #eee;
57     display: block;
58     position: fixed;
59     left: 0px;
60     top: 0px;
61     width: 100%;
62     height: 2em;
63     padding: 0.5em;
64     }

  ViewVC Help
Powered by ViewVC 1.1.26