| Line | |
|---|
| 1 | #mainwrapper {
|
|---|
| 2 | font-family: Verdana, Serif, Times;
|
|---|
| 3 | background-color: white;
|
|---|
| 4 | width: 750px;
|
|---|
| 5 | }
|
|---|
| 6 |
|
|---|
| 7 | #mapcanvas {
|
|---|
| 8 | width: 575px;
|
|---|
| 9 | height: 400px;
|
|---|
| 10 | float: left;
|
|---|
| 11 | }
|
|---|
| 12 |
|
|---|
| 13 | #infowrapper {
|
|---|
| 14 | margin-left: 575px;
|
|---|
| 15 | width: 175px;
|
|---|
| 16 | height: 400px;
|
|---|
| 17 | }
|
|---|
| 18 |
|
|---|
| 19 | #infotop {
|
|---|
| 20 | border: 2px solid black;
|
|---|
| 21 | height: 243px;
|
|---|
| 22 | width: 100%;
|
|---|
| 23 | }
|
|---|
| 24 |
|
|---|
| 25 | #clusterlist {
|
|---|
| 26 | margin-top: 10px;
|
|---|
| 27 | overflow: hidden;
|
|---|
| 28 | }
|
|---|
| 29 |
|
|---|
| 30 | #clusterlist select {
|
|---|
| 31 | width: 100%;
|
|---|
| 32 | height: 130px;
|
|---|
| 33 | }
|
|---|
| 34 |
|
|---|
| 35 | #clusterlistselected {
|
|---|
| 36 | margin-top: 10px;
|
|---|
| 37 | overflow: hidden;
|
|---|
| 38 | background-color: yellow;
|
|---|
| 39 | }
|
|---|
| 40 |
|
|---|
| 41 | #clusterlistselected select {
|
|---|
| 42 | width: 100%;
|
|---|
| 43 | height: 130px;
|
|---|
| 44 | background-color: yellow;
|
|---|
| 45 | }
|
|---|
| 46 |
|
|---|
| 47 | #infotop h1 {
|
|---|
| 48 | font-size: 15px;
|
|---|
| 49 | margin-top: 5px;
|
|---|
| 50 | }
|
|---|
| 51 |
|
|---|
| 52 | #infotop h2 {
|
|---|
| 53 | font-size: 12px;
|
|---|
| 54 | margin-top: 0px;
|
|---|
| 55 | }
|
|---|
| 56 |
|
|---|
| 57 | #nodeinfo {
|
|---|
| 58 | height: 205px;
|
|---|
| 59 | margin-left: 5px;
|
|---|
| 60 | }
|
|---|
| 61 |
|
|---|
| 62 | #timestamp {
|
|---|
| 63 | margin-right: 2px;
|
|---|
| 64 | font-size: 12px;
|
|---|
| 65 | bottom: 0px;
|
|---|
| 66 | text-align: right;
|
|---|
| 67 | vertical-align: bottom;
|
|---|
| 68 | }
|
|---|
| 69 |
|
|---|
| 70 |
|
|---|
| 71 | #infobottom {
|
|---|
| 72 | border: 2px solid black;
|
|---|
| 73 | height: 145px;
|
|---|
| 74 | width: 100%;
|
|---|
| 75 | margin-top: 5px;
|
|---|
| 76 | }
|
|---|
| 77 |
|
|---|
| 78 | #searchbox {
|
|---|
| 79 | margin-top: 3px;
|
|---|
| 80 | border-top: 1px solid gray;
|
|---|
| 81 | border-bottom: 1px solid gray;
|
|---|
| 82 | height: 25px;
|
|---|
| 83 | }
|
|---|
| 84 |
|
|---|
| 85 | #searchbox input[type=text] {
|
|---|
| 86 | width: 85%;
|
|---|
| 87 | }
|
|---|
| 88 |
|
|---|
| 89 | #searchbox input[type=button] {
|
|---|
| 90 | width: 15%;
|
|---|
| 91 | }
|
|---|
| 92 |
|
|---|
| 93 | #searchlist {
|
|---|
| 94 | overflow: hidden;
|
|---|
| 95 | }
|
|---|
| 96 |
|
|---|
| 97 | #searchlist select {
|
|---|
| 98 | width: 100%;
|
|---|
| 99 | height: 115px;
|
|---|
| 100 | }
|
|---|
| 101 |
|
|---|
| 102 | #navigation {
|
|---|
| 103 | margin-top: 5px;
|
|---|
| 104 | height: 100px;
|
|---|
| 105 | width: 750px;
|
|---|
| 106 | color: red;
|
|---|
| 107 | }
|
|---|
| 108 |
|
|---|
| 109 | #navigation td {
|
|---|
| 110 | vertical-align: top;
|
|---|
| 111 | color: red;
|
|---|
| 112 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.