From 7e28bbdb57f5aef3b281aa539f74a35028d65c03 Mon Sep 17 00:00:00 2001 From: sD Date: Fri, 20 Mar 2020 22:26:05 +0100 Subject: add ms chat to html --- webAO/styles/master.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'webAO/styles/master.css') diff --git a/webAO/styles/master.css b/webAO/styles/master.css index 243dfba..a8c91f7 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -47,6 +47,11 @@ padding: 1px; } +#header { + position: absolute; + left: 0; +} + #serverdescription_box { display: inline-block; position: fixed; -- cgit From f017aabd3f99730e7e03da12f4efa5938d9ee291 Mon Sep 17 00:00:00 2001 From: sD Date: Fri, 20 Mar 2020 22:34:45 +0100 Subject: simplify the infos at the side --- webAO/styles/master.css | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'webAO/styles/master.css') diff --git a/webAO/styles/master.css b/webAO/styles/master.css index a8c91f7..ee16429 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -1,18 +1,3 @@ -#serverinfo { - margin-top: 75px; - margin-bottom: 0px; - float: left; - font-size:0.6em; -} - -#clientinfo { - margin: 0px; - display: block; - float: left; - clear: both; - font-size:0.6em; -} - .button { padding: 5px; vertical-align: middle; @@ -48,8 +33,12 @@ } #header { + display: block; + float: left; + margin-top: 75px; position: absolute; left: 0; + font-size: 0.8em; } #serverdescription_box { -- cgit From a4d59759108c1ae42b301e8199b55e6aacff5850 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 21 Mar 2020 12:52:16 +0100 Subject: move style to css file --- webAO/styles/master.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webAO/styles/master.css') diff --git a/webAO/styles/master.css b/webAO/styles/master.css index ee16429..5cfc6f3 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -41,6 +41,14 @@ font-size: 0.8em; } +#masterchat { + width: 260px; + height: 260px; + font-size: inherit; + background-color: darkgrey; + color: black; +} + #serverdescription_box { display: inline-block; position: fixed; -- cgit