source:
trunk/src/map/style/stylesheet.css@
7719
| Last change on this file since 7719 was 7715, checked in by , 16 years ago | |
|---|---|
| File size: 1.1 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 | ||
| [7675] | 25 | #infotop h1 { |
| 26 | font-size: 15px; | |
| 27 | margin-top: 5px; | |
| 28 | } | |
| [7674] | 29 | |
| [7675] | 30 | #infotop h2 { |
| 31 | font-size: 12px; | |
| 32 | margin-top: 0px; | |
| 33 | } | |
| 34 | ||
| 35 | #nodeinfo { | |
| 36 | height: 205px; | |
| 37 | margin-left: 5px; | |
| 38 | } | |
| 39 | #timestamp { | |
| 40 | margin-right: 2px; | |
| 41 | font-size: 12px; | |
| 42 | bottom: 0px; | |
| 43 | text-align: right; | |
| 44 | vertical-align: bottom; | |
| 45 | } | |
| 46 | ||
| 47 | ||
| [7674] | 48 | #infobottom { |
| 49 | border: 2px solid black; | |
| 50 | height: 145px; | |
| 51 | width: 100%; | |
| 52 | margin-top: 5px; | |
| 53 | } | |
| 54 | ||
| [7687] | 55 | #searchbox { |
| 56 | margin-top: 3px; | |
| 57 | border-top: 1px solid gray; | |
| 58 | border-bottom: 1px solid gray; | |
| 59 | height: 25px; | |
| 60 | } | |
| 61 | ||
| 62 | #searchbox input[type=text] { | |
| 63 | width: 85%; | |
| 64 | } | |
| 65 | ||
| 66 | #searchbox input[type=button] { | |
| 67 | width: 15%; | |
| 68 | } | |
| 69 | ||
| 70 | #searchlist { | |
| 71 | overflow: hidden; | |
| 72 | } | |
| 73 | ||
| 74 | #searchlist select { | |
| 75 | width: 100%; | |
| 76 | height: 115px; | |
| 77 | } | |
| 78 | ||
| [7664] | 79 | #navigation { |
| 80 | margin-top: 5px; | |
| 81 | height: 100px; | |
| 82 | width: 750px; | |
| [7673] | 83 | color: red; |
| 84 | } | |
| 85 | ||
| [7675] | 86 | #navigation td { |
| [7673] | 87 | vertical-align: top; |
| 88 | color: red; | |
| [7664] | 89 | } |
Note:
See TracBrowser
for help on using the repository browser.
