source:
trunk/src/map/style/stylesheet.css@
7778
| Last change on this file since 7778 was 7757, checked in by , 16 years ago | |
|---|---|
| File size: 1.4 KB | |
| Rev | Line | |
|---|---|---|
| [7664] | 1 | #mainwrapper { |
| 2 | font-family: Verdana, Serif, Times; | |
| 3 | background-color: white; | |
| 4 | width: 750px; | |
| 5 | } | |
| 6 | ||
| 7 | #mapcanvas { | |
| [7674] | 8 | width: 575px; |
| [7664] | 9 | height: 400px; |
| 10 | float: left; | |
| 11 | } | |
| 12 | ||
| 13 | #infowrapper { | |
| [7674] | 14 | margin-left: 575px; |
| 15 | width: 175px; | |
| [7664] | 16 | height: 400px; |
| 17 | } | |
| 18 | ||
| [7674] | 19 | #infotop { |
| 20 | border: 2px solid black; | |
| 21 | height: 243px; | |
| 22 | width: 100%; | |
| 23 | } | |
| 24 | ||
| [7738] | 25 | #clusterlist { |
| 26 | margin-top: 10px; | |
| 27 | overflow: hidden; | |
| 28 | } | |
| 29 | ||
| 30 | #clusterlist select { | |
| 31 | width: 100%; | |
| 32 | height: 130px; | |
| 33 | } | |
| 34 | ||
| [7756] | 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 | ||
| [7675] | 47 | #infotop h1 { |
| 48 | font-size: 15px; | |
| 49 | margin-top: 5px; | |
| 50 | } | |
| [7674] | 51 | |
| [7675] | 52 | #infotop h2 { |
| 53 | font-size: 12px; | |
| 54 | margin-top: 0px; | |
| 55 | } | |
| 56 | ||
| 57 | #nodeinfo { | |
| 58 | height: 205px; | |
| 59 | margin-left: 5px; | |
| 60 | } | |
| [7756] | 61 | |
| [7675] | 62 | #timestamp { |
| 63 | margin-right: 2px; | |
| 64 | font-size: 12px; | |
| 65 | bottom: 0px; | |
| 66 | text-align: right; | |
| 67 | vertical-align: bottom; | |
| 68 | } | |
| 69 | ||
| 70 | ||
| [7674] | 71 | #infobottom { |
| 72 | border: 2px solid black; | |
| 73 | height: 145px; | |
| 74 | width: 100%; | |
| 75 | margin-top: 5px; | |
| 76 | } | |
| 77 | ||
| [7687] | 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 | ||
| [7664] | 102 | #navigation { |
| 103 | margin-top: 5px; | |
| 104 | height: 100px; | |
| 105 | width: 750px; | |
| [7673] | 106 | color: red; |
| 107 | } | |
| 108 | ||
| [7675] | 109 | #navigation td { |
| [7673] | 110 | vertical-align: top; |
| 111 | color: red; | |
| [7664] | 112 | } |
Note:
See TracBrowser
for help on using the repository browser.
