--- a/qmsk/pngtile/static/qmsk.pngtile/map.css Sat Oct 04 16:16:00 2014 +0300
+++ b/qmsk/pngtile/static/qmsk.pngtile/map.css Sat Oct 04 16:47:04 2014 +0300
@@ -1,3 +1,38 @@
+/* Index view */
+.image {
+ position: relative;
+
+ margin-top: 1em;
+
+ border: none;
+ padding: 0;
+
+ width: 640px;
+ height: 320px;
+}
+
+.image a {
+ display: block;
+}
+
+.image .title {
+ position: absolute;
+
+ top: 50%;
+ left: 0px;
+ right: 0px;
+ width: 100%;
+
+ text-align: center;
+ font-size: xx-large;
+ color: white;
+}
+
+.image a:hover .title {
+ text-decoration: underline;
+}
+
+/* Image view */
#map {
overflow: hidden;
position: absolute;