summaryrefslogtreecommitdiff
path: root/data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css
blob: 8fe78488dd624cf9bd0a4c24dacecc870f07b55c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
* {
  word-wrap: break-word;
  word-break: break-word;
}

html {
  padding: 0;
  margin: 0;
}

body {
  padding: 6px;
  margin: 0;
}

div.entry {
  clear: both;
  margin-bottom: 0.5em;
}

div.person-info {
  position: relative;
  z-index: 1;
  float: left;
  margin-top: 25px !important;
  margin-left: -1em;
  padding: 0 2em 0 0.5em;
  left: 3px;
  width: 6em;
  background: url(Images/nipple.png) top right no-repeat;
  text-align: center;
  color: #777;
  font-size: small;
}

div.person-info img {
  border: 0px;
  margin-bottom: 1ex;
  width: 50px;
  height: auto;
}

div.post {
  position: relative;
  margin-left: 6em;
  padding: 1em;
}

b.cr {
  position: absolute;
  background-image: url(Images/corners.png);
  width: 50px;
  height: 50px;
}
b.tl { top: 0px; left: 0px; background-position: top left; }
b.tr { top: 0px; right: 0px; background-position: top right; }
b.bl { bottom: 0px; left: 0px; background-position: bottom left; }
b.br { bottom: 0px; right: 0px; background-position: bottom right; }

b.vt {
  position: absolute;
  background: url(Images/vertical.png) repeat-y;
  width: 50px;
  height: 100%;
}
b.lt { top: 0px; left: 0px; background-position: top left; }
b.rt { top: 0px; right: 0px; background-position: top right; }

b.hz {
  position: absolute;
  background: url(Images/horizontal.png) repeat-x;
  width: 100%;
  height: 50px;
}
b.to { top: 0px; left: 0px; background-position: top left; }
b.bo { bottom: 0px; left: 0px; background-position: bottom left; }

.post-contents {
  position: relative;
  z-index: 1;
  line-height: 120%;
  padding: 0;
  margin: 0;
}

.post-contents p {
  padding: 0;
  margin: 0;
  padding-top: 0.3em;
}

.post-contents:after {
  display: block;
  clear: both;
}

.post-footer {
  margin-top: 0.5em;
}

.post-footer p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: small;
  text-align: right;
  color: #777;
}

::selection {
  background: #4a90d9;
}