diff --git a/css/main.css b/css/main.css index 03dc56b..7ec1359 100644 --- a/css/main.css +++ b/css/main.css @@ -71,6 +71,27 @@ body { border-color: gray; } +#money { + position: fixed; + font-family: 'Electrolize', sans-serif; + font-size: 22px; + width: 1200; + height: 42px; + line-height: 42px; + text-align: center; + background-image: url(../images/moneybg.png); +} + +body { + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Safari */ + -khtml-user-select: none; /* Konqueror HTML */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ + user-select: none; /* Non-prefixed version, currently + supported by Chrome and Opera */ +} + .buildtile { width: 48; height: 48; diff --git a/images/items/money.png b/images/items/money.png new file mode 100644 index 0000000..7e7365f Binary files /dev/null and b/images/items/money.png differ diff --git a/images/moneybg.png b/images/moneybg.png new file mode 100644 index 0000000..8b7eddb Binary files /dev/null and b/images/moneybg.png differ diff --git a/index.html b/index.html index 8eae7bd..17bab15 100644 --- a/index.html +++ b/index.html @@ -32,9 +32,11 @@