]> git.babelmonkeys.de Git - xmppchat.git/blobdiff - style.css
Support for private messages
[xmppchat.git] / style.css
index d56f2aebd7c072f353ead64db5cd4fa392155040..32b7afca6065c4a53aeba941cb94ff94c0b22d5c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -85,3 +85,30 @@ html, body {
 .server {
        color: green;
 }
+
+.bubble {
+       position: fixed;
+       width: 30%;
+       height: 30%;
+       right: 0px;
+       margin-right: 15%;
+       top: 2em;
+       background-color: white;
+       color: black;
+}
+
+.bubble a {
+       color: pink;
+       position: absolute;
+       right: 0px;
+       bottom: -1.5em;
+}
+
+.bubbleChat {
+       height: 100%;
+       overflow: auto;
+}
+
+.bubbleForm {
+       width: 90%;
+}