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