aboutsummaryrefslogblamecommitdiffstats
path: root/data/themes/Classic.AdiumMessageStyle/Contents/Resources/main.css
blob: b642b717a02e14b5ed53127d167aea9e9ea3650d (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: red;
  font-weight: bold;
}

.status {
  color: #939373;
}