diff --git a/Cargo.toml b/Cargo.toml index dfe22a0..4c0bbd5 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,6 @@ tokio = "^0.1.18" tokio-tls = "^0.2.1" native-tls = "^0.2" tokio-reactor = "^0.1.9" -tokio-xmpp = "^1.0.0" -xmpp-parsers = "^0.14.0" url = "^1.7.2" futures = "^0.1.27" sciter-rs = "^0.5.45" diff --git a/dom/chat.css b/dom/chat.css index e69de29..bbef34a 100644 --- a/dom/chat.css +++ b/dom/chat.css @@ -0,0 +1,18 @@ +div.chat { + height: *; + width: *; +} + + +div.chat h2 { + width: *; + text-align: center; + border-bottom: 1px solid #000; + line-height: 0.1em; + margin: 10px 0 20px; +} + +div.chat h2 span { + background:#fff; + padding:0 10px; +} diff --git a/dom/containers.css b/dom/containers.css index a2a120d..eb2092b 100644 --- a/dom/containers.css +++ b/dom/containers.css @@ -124,7 +124,7 @@ div.titlebar > .title { overflow: auto; } -.grid, .news-grid { +.grid { flow:grid(2 1 3, 2 5 3, 2 4 3); @@ -132,7 +132,7 @@ div.titlebar > .title { height: *; } -.grid > div:nth-child(1), .grid > div:nth-child(4), .news-grid > div:nth-child(1), .news-grid > div:nth-child(4) { +.grid > div:nth-child(1), .grid > div:nth-child(4) { height: 80dip; width: *; } @@ -142,11 +142,11 @@ div.titlebar > .title { width: 20dip; } -.grid > div:nth-child(4), .news-grid > div:nth-child(4) { +.grid > div:nth-child(4) { vertical-align: middle; } -.grid > div:nth-child(4) *, .news-grid > div:nth-child(4) * { +.grid > div:nth-child(4) * { text-transform: uppercase; } @@ -164,48 +164,11 @@ div.titlebar > .title { height: *; } -.news-grid > div:nth-child(2), .news-grid > div:nth-child(3) { - height: *; - width: *; -} - -.news-grid > div:nth-child(5) { - width: *; - height: *; - padding: -10dip; -} - .join_server { min-width: 600dip; max-width: 700dip; } -.news_items_container { - width: 400dip; - background-color: #0c151ee6; -} - -.news_items_container > div:nth-child(2) { - aspect: "Emu.render_news_items"; -} - -.news_items_container > div:nth-child(2) > div { - width: *; - height: 60dip; -} - -.news_items_container > div:nth-child(2) > div:nth-child(even) { - background-color: #0c151ee6; -} - -.news_container { - width: 750dip; -} - -.news_container .body { - padding-top: -5dip; -} - .logo { background-image: url(images/RenX_Logo.png); background-position: center; diff --git a/dom/frontpage.htm b/dom/frontpage.htm index 842c4ee..66273ef 100755 --- a/dom/frontpage.htm +++ b/dom/frontpage.htm @@ -1,4 +1,4 @@ - +