source:
src/olheatmap/css/style.css@
9161
Last change on this file since 9161 was 8972, checked in by , 14 years ago | |
---|---|
|
|
File size: 1015 bytes |
Rev | Line | |
---|---|---|
[8972] | 1 | body,html{ |
2 | height:607px; | |
3 | margin:0; | |
4 | padding:0; | |
5 | font-family:Arial,Helvetica,sans-serif; | |
6 | font-size:12px; | |
7 | background-color:#999; | |
[8971] | 8 | } |
9 | ||
[8972] | 10 | #wrapper{ |
11 | background-image:url('../img/bg.jpg'); | |
12 | background-repeat: no-repeat; | |
13 | width:960px; | |
14 | height:100%; | |
15 | margin:0 auto -20px; | |
16 | word-wrap: break-word; | |
17 | border:1px; | |
18 | border-color:black; | |
[8971] | 19 | } |
20 | ||
[8972] | 21 | #header{ |
22 | width:910px; | |
23 | height:100px; | |
24 | background-image:url('../img/header.jpg'); | |
25 | padding-top:21px; | |
26 | padding-left:50px; | |
[8971] | 27 | } |
28 | ||
[8972] | 29 | #content{ |
30 | //background-color:#666; | |
31 | width:300px; | |
32 | float:left; | |
33 | margin-top:20px; | |
34 | margin:10px; | |
[8971] | 35 | } |
36 | ||
[8972] | 37 | #heatmap{ |
38 | //background-color:#555; | |
39 | width:620px; | |
40 | float:right; | |
41 | height:466px; | |
[8971] | 42 | } |
43 | ||
[8972] | 44 | #footer{ |
45 | background-color:#BABABA; | |
46 | height:17px; | |
47 | width:960px; | |
48 | margin:0 auto; | |
49 | clear:both; | |
50 | font-size:12px; | |
51 | color:#666; | |
52 | text-align:center; | |
53 | padding-top:3px; | |
[8971] | 54 | } |
[8972] | 55 | |
56 | h1{ | |
57 | color:#C20000; | |
58 | margin-bottom:-5px; | |
59 | //text-align:right; | |
60 | //margin-right:5px; | |
61 | border-bottom:1px solid #C20000; | |
[8971] | 62 | } |
63 | ||
[8972] | 64 | A:link{ |
65 | color:#666; | |
[8971] | 66 | } |
67 | ||
[8972] | 68 | A:visited{ |
69 | color:#666; | |
[8971] | 70 | } |
71 | ||
[8972] | 72 | A:active{ |
73 | color:#666; | |
[8971] | 74 | } |
75 | ||
[8972] | 76 | A:hover{ |
77 | color:#444; | |
[8971] | 78 | } |
Note:
See TracBrowser
for help on using the repository browser.