|
Last change
on this file since 10925 was 8966, checked in by dennisw, 15 years ago |
|
openlayers_heatmap - toegevoegd, voorbeeld met standaard data
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Date Revision
-
Property svn:mime-type
set to
text/css
|
|
File size:
1.0 KB
|
| Rev | Line | |
|---|
| [8966] | 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;
|
|---|
| 8 | }
|
|---|
| 9 |
|
|---|
| 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;
|
|---|
| 19 | }
|
|---|
| 20 |
|
|---|
| 21 | #header{
|
|---|
| 22 | width:910px;
|
|---|
| 23 | height:100px;
|
|---|
| 24 | background-image:url('../img/header.jpg');
|
|---|
| 25 | padding-top:21px;
|
|---|
| 26 | padding-left:50px;
|
|---|
| 27 | }
|
|---|
| 28 |
|
|---|
| 29 | #content{
|
|---|
| 30 | //background-color:#666;
|
|---|
| 31 | width:300px;
|
|---|
| 32 | float:left;
|
|---|
| 33 | margin-top:20px;
|
|---|
| 34 | margin:10px;
|
|---|
| 35 | }
|
|---|
| 36 |
|
|---|
| 37 | #heatmap{
|
|---|
| 38 | //background-color:#555;
|
|---|
| 39 | width:620px;
|
|---|
| 40 | float:right;
|
|---|
| 41 | //margin:10px;
|
|---|
| 42 | height:466px;
|
|---|
| 43 | }
|
|---|
| 44 |
|
|---|
| 45 | #footer{
|
|---|
| 46 | background-color:#BABABA;
|
|---|
| 47 | height:17px;
|
|---|
| 48 | width:960px;
|
|---|
| 49 | margin:0 auto;
|
|---|
| 50 | clear:both;
|
|---|
| 51 | font-size:12px;
|
|---|
| 52 | color:#666;
|
|---|
| 53 | text-align:center;
|
|---|
| 54 | padding-top:3px;
|
|---|
| 55 | }
|
|---|
| 56 |
|
|---|
| 57 | h1{
|
|---|
| 58 | color:#C20000;
|
|---|
| 59 | margin-bottom:-5px;
|
|---|
| 60 | //text-align:right;
|
|---|
| 61 | //margin-right:5px;
|
|---|
| 62 | border-bottom:1px solid #C20000;
|
|---|
| 63 | }
|
|---|
| 64 |
|
|---|
| 65 | A:link{
|
|---|
| 66 | color:#666;
|
|---|
| 67 | }
|
|---|
| 68 |
|
|---|
| 69 | A:visited{
|
|---|
| 70 | color:#666;
|
|---|
| 71 | }
|
|---|
| 72 |
|
|---|
| 73 | A:active{
|
|---|
| 74 | color:#666;
|
|---|
| 75 | }
|
|---|
| 76 |
|
|---|
| 77 | A:hover{
|
|---|
| 78 | color:#444;
|
|---|
| 79 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.