aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
blob: 790e6ab915967cf8032f385f26198c75cd21995e (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
body {
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 18px;
}

section {
  padding: 1ex;
}

.composer-actions {
  text-align: right;
}

.ssb-post img {
  max-width: 100%;
}

.nav-bar {
  background-color: #039;
  padding-left: 1em;
}

.nav-bar a {
  color: #ed0;
}

.search-input {
  color: #efd;
  background-color: transparent;
  border: 1px solid black;
  font-size: inherit;
}

.paginate {
  padding-left: 1ex;
}

footer {
  font-size: smaller;
  text-align: center;
  color: #999;
  padding: 1ex;
}

.ssb-avatar-image {
  width: 2em;
  height: 2em;
  vertical-align: top;
}

.ssb-feed .ssb-avatar-image {
  width: 4em;
  height: 4em;
}

h3.feed-name {
  padding: 0;
  margin: 0;
}

textarea {
  font: inherit;
  width: 100%;
}

pre {
  white-space: pre-wrap;
}

.ssb-id {
  font-size: .7em;
  color: #777;
}

.ssb-timestamp {
  font-size: smaller;
}

.msg-header {
  margin-bottom: .25ex;
}

.recps {
  font-size: smaller;
}

.ssb-msgs {
  border-spacing: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.msg-left,
.msg-main,
.msg-right {
  border-top: 1px solid #ddd;
  padding: .5ex;
}

td {
  vertical-align: top;
}

.msg-main {
  width: 100%;
}

.feed-name {
  padding: .75ex;
}

.msg-left .ssb-avatar-image {
  margin-left: .25em;
  background-color: #efd;
}