diff --git a/css/main.css b/css/main.css index 2037991..695a581 100644 --- a/css/main.css +++ b/css/main.css @@ -39,12 +39,48 @@ body { padding: 4; } +#selectItem { + position: fixed; + border: 1px, solid, black; + border: solid; + border-color: yellow; + background-image: url(../images/infobg.png); + width: 1192; + height: 568; + overflow-y: scroll; + padding: 4; +} + #infoDesc { position: fixed; width: 240; height: 180; font-family: 'Electrolize', sans-serif; - direction: rtl; +} + +#options { + position: fixed; + width: 192; + height: 180; + font-family: 'Electrolize', sans-serif; +} + +.optionslable { + height: 48px; + line-height: 48px; +} + +.ui-spinner { + width: 70; +} + +#options img { + border-top-width: 1px; + border-left-width: 1px; + border-bottom-width: 1px; + border-right-width: 1px; + border-style: solid; + border-color: orange; } #infoDesc h1 { diff --git a/images/items/none.png b/images/items/none.png new file mode 100644 index 0000000..f4a89e3 Binary files /dev/null and b/images/items/none.png differ diff --git a/images/items/stone.png b/images/items/stone.png new file mode 100644 index 0000000..d92d0c5 Binary files /dev/null and b/images/items/stone.png differ diff --git a/images/tiles/lazer0.png b/images/tiles/lazer0.png deleted file mode 100644 index 86013fc..0000000 Binary files a/images/tiles/lazer0.png and /dev/null differ diff --git a/images/tiles/lazer1.png b/images/tiles/lazer1.png deleted file mode 100644 index 637ec0b..0000000 Binary files a/images/tiles/lazer1.png and /dev/null differ diff --git a/images/tiles/quarry10.png b/images/tiles/quarry10.png new file mode 100644 index 0000000..83ee0ed Binary files /dev/null and b/images/tiles/quarry10.png differ diff --git a/images/tiles/spliter10.png b/images/tiles/spliter10.png new file mode 100644 index 0000000..df2c31a Binary files /dev/null and b/images/tiles/spliter10.png differ diff --git a/images/tiles/warehouse10.png b/images/tiles/warehouse10.png index 5c04e3b..6c289a8 100644 Binary files a/images/tiles/warehouse10.png and b/images/tiles/warehouse10.png differ diff --git a/index.html b/index.html index 9774b1c..b8a4632 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,11 @@ + + @@ -35,6 +37,10 @@