/[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 27 - (show annotations)
Thu Aug 17 22:51:56 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/css
File size: 1019 byte(s)
debug_show div when debug is hidden
1 body {
2 font-family: verdana, arial, helvetica, sans-serif ;
3 font-size: 10pt ;
4 }
5 .box {
6 margin: 0.8em 1.0em; padding: 0.5em 1.0em;
7 background: #eeeeff none; border: solid 1pt #bbbbcc;
8 -moz-border-radius: 0.4em;
9 }
10 .cluster {
11 margin: 0.8em 1.0em; padding: 0em 1.0em;
12 border: solid 1pt #bbbbcc;
13 -moz-border-radius: 0.4em;
14
15 }
16 .error {
17 margin: 0.8em 1.0em; padding: 1.0em;
18 background: #ffeeee none; border: solid 1pt #ccbbbb;
19 -moz-border-radius: 0.4em;
20 }
21 .note {
22 color: #808080;
23 }
24
25 #debug {
26 border: 1px solid #ccc;
27 background-color: #ff8;
28 display: block;
29 position: fixed;
30 right: 0px;
31 bottom: 0px;
32 width: 20em;
33 height: 20em;
34 padding: 0.5em;
35 overflow: auto;
36 }
37
38 #debug .hide {
39 float: right;
40 }
41
42 #debug_show {
43 display: none;
44 position: fixed;
45 background-color: #ff8;
46 right: 0px;
47 bottom: 0px;
48 width: 1em;
49 height: 2ex;
50 }
51
52 #search_form_div {
53 border-bottom: 1px solid #ccc;
54 background-color: #eee;
55 display: block;
56 position: fixed;
57 left: 0px;
58 top: 0px;
59 width: 100%;
60 height: 2em;
61 padding: 0.5em;
62 }

  ViewVC Help
Powered by ViewVC 1.1.26