X-Git-Url: http://cgit.babelmonkeys.de/?p=xmppchat.git;a=blobdiff_plain;f=style.css;fp=style.css;h=32b7afca6065c4a53aeba941cb94ff94c0b22d5c;hp=d56f2aebd7c072f353ead64db5cd4fa392155040;hb=ca57ec7f2f9247c44a572e5e85926eaed6a277f9;hpb=dc7d1f18950078b98d3ba8fe8f6918df09818d5f diff --git a/style.css b/style.css index d56f2ae..32b7afc 100644 --- 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%; +}