source: binary-improvements/webserver/css/style.css@ 229

Last change on this file since 229 was 179, checked in by alloc, 10 years ago

Webserver files

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1html, 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
53.ui-dialog {
54 z-index:1011 !important;
55}
56.ui-widget-overlay {
57 z-index:1010 !important;
58}
59
60.control-reloadtiles a,
61.control-reloadtiles a:hover {
62 padding: 1px 5px 1px 5px;
63 width: auto;
64}
65
66.control-coordinates {
67 box-shadow: 0 1px 5px rgba(0,0,0,0.4);
68 background: #fff;
69 border-radius: 5px;
70 padding: 6px 10px 6px 6px;
71 color: #333;
72}
73
Note: See TracBrowser for help on using the repository browser.