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

Contents of /no_pager/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show 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 body {
2 font-family: verdana, arial, helvetica, sans-serif ;
3 }
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.9;
14 }
15
16 #debug {
17 width: 20em;
18 height: 10em;
19 overflow: auto;
20 display: none;
21 }
22
23 #debug .hide {
24 float: right;
25 }
26
27 #debug a, #debug_show a {
28 text-decoration: none;
29 }
30
31 #debug_show {
32 position: fixed;
33 background-color: #ff8;
34 right: 0px;
35 bottom: 0px;
36 width: 5ex;
37 height: 2ex;
38 }
39
40 .log-info {
41 }
42
43 .log-debug {
44 font-size: 80%;
45 color: #440;
46 }
47
48 .log-error {
49 color: #f00;
50 }
51
52 /* make search form glued to top of screen */
53
54 #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