summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/hyperkitty/css/hyperkitty-message.css
blob: 769dc02f1c64d1ad19c15b4ba42d487dfbb95df3 (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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
/*
 * Message view
 */

.message-header {
    margin-bottom: 3em;
}

.message-header .thread-back {
    display: block;
    padding-top: 38px;
    width: 160px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../img/button_back.png');
    margin-bottom: 1em;
}



/*
 * Thread view
 */

.thread-header {
    /*background-color: #f6f6f6;*/
    /*border-bottom: 1px solid #b3b3b3;*/
    margin-bottom: 6em;
    padding: 0;
}

.thread-header h1,
.message-header h1 {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
}

.thread-header .thread-older,
.thread-header .thread-newer {
    display: block;
    margin-top: 1em;
    padding-top: 38px;
    width: 160px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    color: #aaaaaa;
}
.thread-header .thread-older {
    float: right;
    background-image: url('../img/button_older.png');
}
.thread-header .thread-newer {
    float: left;
    background-image: url('../img/button_newer.png');
}

#olderhread, #newewthread {
    font-size: 70%;
    color: rgb(167, 169, 172);
}

#olderhread {
    float: right;
    margin-top: 2em;
    margin-right: 20px;
}

#thread-overview-info {
    float: right;
}



/*
 * Thread general information column
 */

.days-num {
    font-size: 200%;
    display: inline-block;
}
.days-text {
    font-size: 70%;
    display: inline-block;
    margin-right: 2em;
}

#thread-overview-info form.favorite {
    margin-bottom: 0;
}
#thread-overview-info .favorite a {
    color: rgb(167, 169, 172);
}
#thread-overview-info .favorite a.saved,
#thread-overview-info .favorite a.notsaved {
    /* Will be shown via Javascript */
    display: none;
}

#thread-overview-info .unread {
    margin: 0 2px 0 2px;
}


/* Tags */

#tags {
    color: rgb(167, 169, 172);
    margin-top: 2em;
}

#tag-title {
    color: rgb(77, 77, 77);
    text-transform: uppercase;
}

#tags ul {
    padding: 10px 0;
    margin: 0;
}
#tags ul li {
    padding-left: 0;
}
#tags ul li span {
    margin-left: 5px;
}

#tags .rmtag {
    margin: 0;
    display: inline;
}
#tags .rmtag a {
    visibility: hidden;
    font-size: 125%;
}
#tags:hover .rmtag a {
    visibility: visible;
}
#tags:hover .rmtag a:hover {
    text-decoration: none;
}

#add-tag {
    margin-top: 0.3em;
}


/* Categories */

.thread-header .thread-category {
    text-align: center;
}
.thread-header .thread-category a.label {
    padding: 0.2em 0.4em;
}

/* Participants */

#participants {
    margin-top: 2em;
    color: rgb(167, 169, 172);
}

#participants_title {
    color: rgb(77, 77, 77);
    text-transform: uppercase;
}

#participants ul {
    padding: 0;
    margin: 0;
}

#participants li {
    list-style-type: none;
    margin: 1em 0;
}

#participants img.gravatar {
    width: 20px;
    vertical-align: middle;
}


/* Main section with the whole thread */

/* First email of the thread. */

.email-header {
    position:relative;
    margin-bottom: 1em;
    height: 40px;
}

.email-header .gravatar {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.email-author .name{
    color: rgb(55, 113, 200);
    font-weight: bold;
}
.email-author .rank{
    color: rgb(167, 169, 172);
    font-size: 80%;
    font-weight: bold;
}

.email-first .email-date {
    text-align: right;
}
.email-date .date {
    font-weight: bold;
}
.email-date .time {
    color: rgb(167, 169, 172);
    margin-left: 0.5em;
    border-bottom: 1px dashed rgb(167, 169, 172);
    cursor: help;
}

.sort-mode {
    text-align: right;
}

/* The email thread */
.replies .email {
    border-top: 1px solid rgb(179, 179, 179);
    padding: 1em;
	margin: 20px 0px 20px 0px;
}
.even .email {
    background-color: rgb(246, 246, 246);
}
.odd .email {
    background-color: rgb(238, 238, 238);
}
.temporary .email {
    background-color: rgb(215, 215, 229);
    display: none;
}
.replies .email.unread {
    border-top: 1px solid rgb(100, 100, 100);
    background-color: rgb(214, 214, 214);
}

.email.unread i.unread {
    float: right;
    margin-right: 2em;
}

.email-body {
    white-space: pre;
    overflow: auto;
}
.replies .email-body {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(179, 179, 179);
    padding: 5px;
    min-height: 40px;
    background-color: rgb(255, 255, 255);
}

.email-body span.read-more a,
.email-body span.read-less a {
    float: right;
    padding: 3px 10px 0px 0px;
}

.email-info {
    padding: 0px;
    margin-top: 5px;
}

/* Inline quotes */
.quoted-switch a {
    background-color: #fafafa;
    padding: 0 4px 2px 4px;
    border-left: 2px solid rgb(55, 113, 200);
    font-weight: bold;
    font-size: 115%;
}
.quoted-switch a:hover {
    text-decoration: none;
}
.quoted-text {
    border-left: 2px solid rgb(55, 113, 200);
    padding-left: 0.2em;
}


/*
 * Navigation for unread messages
 */
#unreadnavbar {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    padding-right: 2em;
    display: none;
}
#unreadnavbar>div {
    width: auto;
    padding: 0.2em 1em;
    border: 1px solid #888;
    border-bottom: none;
    background-color: #eee;
}


/*
 * Re-attach threads
 */
.reattach-thread form {
    margin-bottom: 0;
}
.reattach-thread form.search p {
    line-height: 22px;
}
.reattach-thread form.search input {
    margin-left: 3em;
}
.reattach-thread form.search input,
.reattach-thread form.search button {
    font-size: 12px;
    padding: 2px 8px;
}
.reattach-thread form img.ajaxloader {
    margin-left: 1em;
}
.reattach-thread li.manual label {
    display: inline;
}
.reattach-thread li.manual input {
    margin-bottom: 0;
}
.reattach-thread li.manual input[type='text'] {
    width: 22em;
}
.reattach-thread p.buttons {
    margin-top: 2em;
}