]> cgit.babelmonkeys.de Git - socialXMPP.git/blobdiff - css/standard.css
Add title to bubbles
[socialXMPP.git] / css / standard.css
index 1792f53c2166572d35a5d50d642d04791e67c1ab..47fa53ab19551afb2eac4c819845546ce2e49f46 100644 (file)
 .sender {
   color: blue;
 }
+
+.receiver {
+  color: darkred;
+}
+
+.chat {
+  position: fixed;
+  background-color: white;
+  width: 30%;
+  padding: 1em;
+  border: 2px solid;
+}
+
+.chatForm {
+  width: 100%;
+}
+
+.chatTitle {
+  font-size: 15pt;
+  font-weight: bold;
+}