summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorAndré Glüpker <git@wgmd.de>2018-03-23 22:27:20 +0100
committerAndré Glüpker <git@wgmd.de>2018-03-23 22:27:20 +0100
commit323bbe0161d14c206f27744f0ab46f03cc0e2db1 (patch)
treeee7552179e91f63e5e8c3fad2c509a6984a021e2 /static/style.css
parent0ea316c780569ac7740019fd9c908cf4bce2c49f (diff)
downloadsteam-323bbe0161d14c206f27744f0ab46f03cc0e2db1.tar.gz
steam-323bbe0161d14c206f27744f0ab46f03cc0e2db1.tar.bz2
steam-323bbe0161d14c206f27744f0ab46f03cc0e2db1.zip
Introduce new page with serverinfo
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css71
1 files changed, 71 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 454aedd..2601971 100644
--- a/static/style.css
+++ b/static/style.css
@@ -148,6 +148,77 @@ span.maininfo { font-size: x-small; }
span.steamname { font-size: medium; /* font-family: serif; */ font-weight: bold; width: 110px; word-wrap: break-word; }
img.gameimage { width: 95%; }
+div.server {
+ display: inline-block;
+ width: 450px;
+ min-height: 500px;
+ text-align: center;
+ margin: 2px 5px 2px 5px;
+ padding: 0;
+ overflow: hidden;
+ /* border: 1px solid lightblue; */
+}
+
+div.serverheader {
+ display: inline-block;
+ vertical-align: top;
+ width: 448px;
+ height: 20px;
+ margin: 0;
+ padding-bottom: 5px;
+ overflow: hidden;
+ /* background-color: pink; */
+ /* border: 1px solid pink; */
+}
+
+div.serverdata {
+ display: inline-block;
+ vertical-align: top;
+ width: 440px;
+ height: 478px;
+ margin: 0;
+ padding-bottom: 0;
+ overflow: hidden;
+ overflow-y: auto;
+ /* overflow: scroll; */
+}
+
+a.servername {
+ color: lightblue;
+ font-weight: bold;
+ /* text-decoration: underline; */
+}
+
+ul.server {
+ list-style-type: none;
+ margin: 0 10px 10px 10px;
+ padding: 0;
+ overflow: hidden;
+ /* background-color: #ff00ff; */
+}
+
+li.servermap {
+ float: left;
+ padding: 0 5px;
+}
+
+li.playerinfo {
+ float: right;
+}
+
+table.playerlist {
+ width: 100%;
+ margin: 0 20px 0 20px;
+}
+
+td {
+ text-align: center;
+}
+
+td.name {
+ text-align: left;
+}
+
/***************************************/
/* Colors for different online states: */
/* offline online busy away snooze */