summaryrefslogtreecommitdiffstats
path: root/roles/lists/files/var/lib/mlmmj/static/css/fripost.css
blob: 197eee66a1a09bbef41f6880656a0df9926dfe2e (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
html, body {
  height: 100%;
  max-width: 1024px;
}
#wrap {
  min-height: 100%;
  height: auto;
  margin: -1.6em auto;
  padding: 1.6em 0;
  width: 100%;
}
#main {
  margin: 0 15px;
  padding: 0;
  width: auto;
}
#header, #footer {
  margin: 0 15px;
  height: 1.5em;
  overflow: hidden;
  padding: 0;
}
#header {
  border-bottom: 1px solid #c0c0c0;
}
#footer {
  border-top: 1px solid #c0c0c0;
}
h1.msg.subject {
  margin-bottom: 1.5ex;
}
.msg.header {
  width: auto;
  padding: 0;
  margin-bottom: 2ex;
}
.msg.header table {
  margin: 10px;
}
.msg.header table tr td:first-child {
  font-weight: bold;
  padding-right: 1ex;
}
.msg.body pre {
  background: none;
  border: none;
  padding: 0 10px;
}
.dummy {
  list-style: none;
  font-style: italic;
  color: gray;
}
.msg.footer {
  margin-top: 1ex;
  padding: 10px;
}
.msg.footer > ul {
  margin-bottom: 0;
}
#main ul.index {
  margin: 2ex 0;
}