Last change
on this file since 9222 was 9214, checked in by dennisw, 13 years ago |
Some work on site. Messing with django queries, trying to get a nice json for filterlist.
|
File size:
1.4 KB
|
Line | |
---|
1 | body,html{
|
---|
2 | height:100%;
|
---|
3 | width:100%;
|
---|
4 | margin:0;
|
---|
5 | padding:0;
|
---|
6 | font-family:Arial,Helvetica,sans-serif;
|
---|
7 | font-size:12px;
|
---|
8 | background-color:#999;
|
---|
9 | }
|
---|
10 |
|
---|
11 | #heatmap{
|
---|
12 | position:absolute;
|
---|
13 | height:100%;
|
---|
14 | width:100%;
|
---|
15 | top:0px;
|
---|
16 | bottom:0px;
|
---|
17 | left:0px;
|
---|
18 | right:0px;
|
---|
19 | }
|
---|
20 |
|
---|
21 | #container{
|
---|
22 | position:absolute;
|
---|
23 | left:50%;
|
---|
24 | margin-left:-400px;
|
---|
25 | top:-2px;
|
---|
26 | width:800px;
|
---|
27 | background-color:#FFF;
|
---|
28 | border:2px solid #BA0000;
|
---|
29 | z-index:1;
|
---|
30 | }
|
---|
31 |
|
---|
32 | #header{
|
---|
33 | width:100%-10px;
|
---|
34 |
|
---|
35 | top:0px;
|
---|
36 | background-color:#BA0000;
|
---|
37 | padding-left:5px;
|
---|
38 | padding-right:5px;
|
---|
39 | text-align:center;
|
---|
40 | font-size:18px;
|
---|
41 | color:white;
|
---|
42 | }
|
---|
43 |
|
---|
44 | #menu{
|
---|
45 | width:100%-10px;
|
---|
46 | background-color:#BA0000;
|
---|
47 | padding-left:5px;
|
---|
48 | padding-right:5px;
|
---|
49 | text-align:center;
|
---|
50 | font-size:14px;
|
---|
51 | color:white;
|
---|
52 | }
|
---|
53 |
|
---|
54 | #info{
|
---|
55 | width:100%-10px;
|
---|
56 | display:none;
|
---|
57 | padding:5px;
|
---|
58 | }
|
---|
59 |
|
---|
60 | #filter{
|
---|
61 | width:100%-10px;
|
---|
62 | display:none;
|
---|
63 | padding:5px;
|
---|
64 | }
|
---|
65 |
|
---|
66 | #filter_text{
|
---|
67 | height:100%;
|
---|
68 | width:570px;
|
---|
69 | overflow:hidden;
|
---|
70 | float:left;
|
---|
71 | }
|
---|
72 |
|
---|
73 | #filter_list{
|
---|
74 | padding:5px;
|
---|
75 | width:200px;
|
---|
76 | border-left: 1px solid #BA0000;
|
---|
77 | float:right;
|
---|
78 | margin-bottom:5px;
|
---|
79 | }
|
---|
80 |
|
---|
81 | #node_list{
|
---|
82 | position:absolute;
|
---|
83 | left:-2px;
|
---|
84 | bottom:-2px;
|
---|
85 | width:200px;
|
---|
86 | background-color:#FFF;
|
---|
87 | border:2px solid #BA0000;
|
---|
88 | z-index:1;
|
---|
89 | padding:5px;
|
---|
90 | font-size:10px;
|
---|
91 | }
|
---|
92 |
|
---|
93 | h1{
|
---|
94 | color:#C20000;
|
---|
95 | }
|
---|
96 |
|
---|
97 | A:link{
|
---|
98 | color:#FFF;
|
---|
99 | padding-left:8px;
|
---|
100 | }
|
---|
101 |
|
---|
102 | A:visited{
|
---|
103 | color:#FFF;
|
---|
104 | }
|
---|
105 |
|
---|
106 | A:active{
|
---|
107 | color:#FFF;
|
---|
108 | }
|
---|
109 |
|
---|
110 | A:hover{
|
---|
111 | color:#DDD;
|
---|
112 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.