Last change
on this file since 163 was 163, checked in by alloc, 10 years ago |
fixes
|
-
Property svn:executable
set to
*
|
File size:
736 bytes
|
Line | |
---|
1 | html, body {
|
---|
2 | height: 100%;
|
---|
3 | margin: 0px;
|
---|
4 | padding: 0px;
|
---|
5 | background-color: #230000;
|
---|
6 | }
|
---|
7 | #map {
|
---|
8 | height: 100%;
|
---|
9 | margin: 0px;
|
---|
10 | padding: 0px;
|
---|
11 | background-color: #230000;
|
---|
12 | }
|
---|
13 | #info {
|
---|
14 | background-color: #aaaaaa;
|
---|
15 | position: absolute;
|
---|
16 | bottom: 10px;
|
---|
17 | left: 10px;
|
---|
18 | }
|
---|
19 | .invTable {
|
---|
20 | table-layout: fixed;
|
---|
21 | padding: 0px;
|
---|
22 | margin: 0px;
|
---|
23 | border-collapse: collapse;
|
---|
24 | background-color: #303030;
|
---|
25 | }
|
---|
26 | .invField {
|
---|
27 | width: 60px;
|
---|
28 | height: 42px;
|
---|
29 | padding: 1px 4px;
|
---|
30 | margin: 0px;
|
---|
31 | border: 1px solid gray;
|
---|
32 | background-size: 58px;
|
---|
33 | background-repeat: no-repeat;
|
---|
34 | background-position: center;
|
---|
35 | vertical-align: bottom;
|
---|
36 | text-align: right;
|
---|
37 | font-size: 14pt;
|
---|
38 | color: #ffffff;
|
---|
39 | text-shadow:
|
---|
40 | -1px -1px 0 #000,
|
---|
41 | 1px -1px 0 #000,
|
---|
42 | -1px 1px 0 #000,
|
---|
43 | 1px 1px 0 #000;
|
---|
44 | }
|
---|
45 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.