--- a/static/style.css Mon Sep 15 01:23:01 2014 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,57 +0,0 @@
-body {
- margin: 0px;
- padding: 0px;
-}
-
-#viewport {
- overflow: hidden;
- position: absolute;
- /* width is specified inline */
-
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
-
- cursor: move;
-
- background-color: #E5E3DF;
-}
-
-#viewport img {
- position: absolute;
- border: none;
-}
-
-/** XXX: doesn't apply? * /
-#substrate {
- position: absolute;
- top: 0px; left: 0px;
-} */
-
-
-.overlay {
- position: absolute;
-
- padding: 15px;
-
- z-index: 1000;
-}
-
-.link {
- color: #000000;
-
- padding: 2px;
-
- background-color: #FFFFFF;
-}
-
-.background {
- z-index: 1;
-
- font-size: xx-large;
-
- text-align: center;
-
- margin: 30%;
-}