]> git.0d.be Git - empathy.git/blobdiff - data/themes/Classic.AdiumMessageStyle/Contents/Resources/main.css
add timestamp to classic style
[empathy.git] / data / themes / Classic.AdiumMessageStyle / Contents / Resources / main.css
index b642b717a02e14b5ed53127d167aea9e9ea3650d..0f074333d1d3f2e4be847867dd4e23975c278d4d 100644 (file)
@@ -23,10 +23,62 @@ body {
 }
 
 .mention .sender {
-  color: red;
+  color: #8b2323;
   font-weight: bold;
 }
 
 .status {
   color: #939373;
 }
+
+a {
+  color: #4682b4;
+}
+
+.message.action {
+  color: #8b2323;
+  font-style: italic;
+}
+
+.message.action .sender {
+  display: none;
+}
+
+.message.action .actionMessageUserName {
+  display: inline;
+}
+
+div.message.action span.message::before {
+  content: " * ";
+}
+
+.message.action .actionMessageBody::before,
+.message.action .actionMessageBody::after {
+  content: " ";
+}
+
+::selection {
+  background: #4a90d9;
+}
+
+div.message {
+  padding: 0.3ex 0;
+  line-height: 130%;
+}
+
+span.timestamp {
+  color: black;
+  opacity: 0.2;
+  position: absolute;
+  right: 2px;
+  font-size: small;
+  -webkit-transition: all .2s ease-in-out;
+  border-radius: 3px;
+}
+
+span.timestamp:hover {
+  opacity: 0.8;
+  background: #666;
+  color: #eee;
+  z-index: 1000;
+}