source:
trunk/src/map/style/stylesheet.css@
7831
| Last change on this file since 7831 was 7827, checked in by , 16 years ago | |
|---|---|
| File size: 1.5 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 { |
| [7827] | 20 | padding-top: 5px; |
| [7674] | 21 | border: 2px solid black; |
| 22 | height: 243px; | |
| 23 | width: 100%; | |
| [7827] | 24 | font-size: 12px; |
| [7674] | 25 | } |
| 26 | ||
| [7738] | 27 | #clusterlist { |
| 28 | margin-top: 10px; | |
| 29 | overflow: hidden; | |
| 30 | } | |
| 31 | ||
| 32 | #clusterlist select { | |
| 33 | width: 100%; | |
| 34 | height: 130px; | |
| 35 | } | |
| 36 | ||
| [7756] | 37 | #clusterlistselected { |
| 38 | margin-top: 10px; | |
| 39 | overflow: hidden; | |
| 40 | background-color: yellow; | |
| 41 | } | |
| 42 | ||
| 43 | #clusterlistselected select { | |
| 44 | width: 100%; | |
| 45 | height: 130px; | |
| 46 | background-color: yellow; | |
| 47 | } | |
| 48 | ||
| [7675] | 49 | #infotop h1 { |
| [7827] | 50 | font-size: 12px; |
| [7675] | 51 | margin-top: 5px; |
| 52 | } | |
| [7674] | 53 | |
| [7675] | 54 | #infotop h2 { |
| [7827] | 55 | font-size: 10px; |
| [7675] | 56 | margin-top: 0px; |
| 57 | } | |
| 58 | ||
| 59 | #nodeinfo { | |
| [7827] | 60 | height: 200px; |
| [7675] | 61 | margin-left: 5px; |
| 62 | } | |
| [7756] | 63 | |
| [7827] | 64 | #information { |
| 65 | height: 100%; | |
| 66 | overflow: auto; | |
| 67 | } | |
| 68 | ||
| [7675] | 69 | #timestamp { |
| 70 | margin-right: 2px; | |
| 71 | font-size: 12px; | |
| 72 | bottom: 0px; | |
| 73 | text-align: right; | |
| 74 | vertical-align: bottom; | |
| 75 | } | |
| 76 | ||
| 77 | ||
| [7674] | 78 | #infobottom { |
| 79 | border: 2px solid black; | |
| 80 | height: 145px; | |
| 81 | width: 100%; | |
| 82 | margin-top: 5px; | |
| 83 | } | |
| 84 | ||
| [7687] | 85 | #searchbox { |
| 86 | margin-top: 3px; | |
| 87 | border-top: 1px solid gray; | |
| 88 | border-bottom: 1px solid gray; | |
| 89 | height: 25px; | |
| 90 | } | |
| 91 | ||
| 92 | #searchbox input[type=text] { | |
| 93 | width: 85%; | |
| 94 | } | |
| 95 | ||
| 96 | #searchbox input[type=button] { | |
| 97 | width: 15%; | |
| 98 | } | |
| 99 | ||
| 100 | #searchlist { | |
| 101 | overflow: hidden; | |
| 102 | } | |
| 103 | ||
| 104 | #searchlist select { | |
| 105 | width: 100%; | |
| 106 | height: 115px; | |
| 107 | } | |
| 108 | ||
| [7664] | 109 | #navigation { |
| 110 | margin-top: 5px; | |
| 111 | height: 100px; | |
| 112 | width: 750px; | |
| [7673] | 113 | color: red; |
| 114 | } | |
| 115 | ||
| [7675] | 116 | #navigation td { |
| [7673] | 117 | vertical-align: top; |
| 118 | color: red; | |
| [7664] | 119 | } |
Note:
See TracBrowser
for help on using the repository browser.
