From 098be9792ae0db57d59a97b5cb9825f6623803fc Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 10 Feb 2016 22:35:45 +0100 Subject: [PATCH] Removing testing css file --- .../static/webclient/css/evennia.css | 71 ------------------- 1 file changed, 71 deletions(-) delete mode 100644 evennia/web/webclient/static/webclient/css/evennia.css diff --git a/evennia/web/webclient/static/webclient/css/evennia.css b/evennia/web/webclient/static/webclient/css/evennia.css deleted file mode 100644 index e4cc9ac877..0000000000 --- a/evennia/web/webclient/static/webclient/css/evennia.css +++ /dev/null @@ -1,71 +0,0 @@ -/** evennia webclient css (overrides parts of the foundation base) **/ - -html, body { - height: 100%; - background: darkgreen; -} - -#header { - background: yellow; - padding: 5px; -} - -#main { - height: 100%; - width:auto; - background: beige; - padding: 5px; -} - - -.textoutput { - width: 80%; - height: 100%; - overflow: hidden; - background: lightpink; - float: left; - border: 2px solid black; - margin-right: 2px; -} - -#sidepanel { - height: 100%; - width: 100%; - background: red; -} - -.lookoutput { - width: 19%; - height: 50%; - overflow: hidden; - background: lightgreen; - border: 2px solid black; - margin-bottom: 2px; -} - -.contentoutput { - width: 19%; - height: calc(50% - 6px); - overflow: hidden; - background: lightblue; - border: 2px solid black; -} - -/* Input footer */ - -#footer { - padding: 5px; - height: auto; - clear: both; - background: darkgray; - margin-top: 2px; -} - -#input_singleline_field { - width:90%; - visibility: hidden; -} - -#input_multiline_field { - width:90%; -} \ No newline at end of file