aboutsummaryrefslogblamecommitdiffstats
path: root/data/themes/Classic.AdiumMessageStyle/Contents/Resources/main.css
blob: a127f6ca926aa45a6d1a6ae920360234a106c2c6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                         
                 


                   
                 


                   
                 


                  
                 





                    



                 





















                                           
* {
  word-wrap: break-word;
  word-break: break-word;
}

html {
  padding: 0;
  margin: 0;
}

body {
  padding: 6px;
  margin: 0;
  color: #2e3436;
}

.incoming .sender {
  color: #4a708b;
}

.outgoing .sender {
  color: #2e8b57;
}

.mention .sender {
  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: " ";
}