/[jquery]/jquery/jquery-log.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 /jquery/jquery-log.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40 - (show annotations)
Fri Aug 18 17:13:13 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/css
File size: 652 byte(s)
split jquery stuff in own dir
1
2 .jql {
3 border: 1px solid #ccc;
4 background-color: #ff8;
5 display: block;
6 position: fixed;
7 right: 0px;
8 bottom: 0px;
9 padding: 0px;
10 opacity: 0.9;
11 }
12
13 #jql {
14 width: 20em;
15 height: 10em;
16 display: none;
17 }
18
19 #jql-bar a, #jql-show a {
20 text-decoration: none;
21 }
22
23 #jql-show {
24 position: fixed;
25 display: block;
26 background-color: #ff8;
27 right: 0px;
28 bottom: 0px;
29 }
30
31 #jql-bar {
32 background-color: #ffc;
33 border-bottom: 1px solid #ccc;
34 height: 1em;
35 }
36
37 #jql-log {
38 padding: 0.5em;
39 overflow: auto;
40 height: 8em;
41 }
42
43 .jql-info {
44 }
45
46 .jql-debug {
47 font-size: 80%;
48 color: #440;
49 background-color: #cfc;
50 }
51
52 .jql-error {
53 color: #f00;
54 background-color: #fcc;
55 }
56

  ViewVC Help
Powered by ViewVC 1.1.26