diff --git a/static/anonkun.css b/static/anonkun.css index 0d7cc28..0e1f217 100644 --- a/static/anonkun.css +++ b/static/anonkun.css @@ -1,14 +1,30 @@ -#questBody { - height: 100%; +#header { position: fixed; - padding-left: 10px; - padding-right: 32%; + top: 0; + left: 0; + width: 100%; + list-style-type: none; + margin: 0; + padding: 0; + background-color: #dddddd; +} + +#header li { + display: inline; +} + +#header a { + font-size: 14px; +} + +#content { + display: flex; overflow: auto; } -.chat { - display: flex; - flex-direction: column; +#questBody { + padding-left: 10px; + padding-right: 32%; } #chatPane { @@ -17,6 +33,8 @@ right: 0; position: fixed; padding-right: 20px; + display: flex; + flex-direction: column; } #chatWindow { @@ -28,6 +46,8 @@ #messageBox { padding-bottom: 10px; width: 100%; + display: flex; + flex-direction: column; } #messageTextarea { diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..7edbae1 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,14 @@ + + +
+Username rules: