Last change
on this file since 171 was 171, checked in by alloc, 10 years ago |
Minor webserver files update
|
-
Property svn:executable
set to
*
|
File size:
924 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 | .inventoryButton {
|
---|
46 | color: #00ff00;
|
---|
47 | cursor: pointer;
|
---|
48 | }
|
---|
49 | #playerInventoryDialog {
|
---|
50 | display:none;
|
---|
51 | }
|
---|
52 | .ui-dialog {
|
---|
53 | z-index:1011 !important;
|
---|
54 | }
|
---|
55 | .ui-widget-overlay {
|
---|
56 | z-index:1010 !important;
|
---|
57 | }
|
---|
58 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.