Don’t color the separator dot.
[Sone.git] / src / main / resources / static / css / sone.css
1 /* Sone Main CSS File */
2
3 /* first, override some fproxy rules. */
4 #sone .post .reply div,#sone .post .time,#sone .post .delete,#sone .post .show-reply-form
5         {
6         font-size: inherit;
7 }
8
9 #sone form {
10         margin: 0px;
11 }
12
13 /* now for the real stuff. */
14
15 #sone {
16         width: 55em;
17         margin: auto;
18 }
19
20 #sone .hidden {
21         display: none;
22 }
23
24 #sone a, #sone a:link, #sone a:visited {
25         color: rgb(28, 131, 191);
26         font-size: inherit;
27         text-decoration: none;
28 }
29
30 #sone a:active, #sone a:hover {
31         color: rgb(255, 172, 0);
32 }
33
34 #sone #profile {
35         height: 80px;
36         margin-bottom: 1ex;
37 }
38
39 #sone .profile-link {
40         font-weight: bold;
41         color: rgb(28, 131, 191);
42 }
43
44 #sone #profile.online .picture {
45         float: left;
46         background-image: url("../images/sone.png");
47         width: 80px;
48         height: 80px;
49 }
50
51 #sone #profile.offline .picture {
52         float: left;
53         background-image: url("../images/sone-offline.png");
54         width: 80px;
55         height: 80px;
56 }
57
58 #sone #profile.offline .edit-profile-link, #sone #profile.offline .profile-link {
59         display: none;
60 }
61
62 #sone #profile .edit-profile-link {
63         font-size: 85%;
64 }
65
66 #sone .nice-name {
67         font-weight: bold;
68 }
69
70 #sone #main {
71         padding: 1em;
72 }
73
74 #sone .post {
75         padding: 1ex 0px;
76         border-bottom: solid 1px #ccc;
77 }
78
79 #sone .post .author {
80         display: inline;
81         font-weight: bold;
82 }
83
84 #sone .post .text {
85         display: inline;
86         white-space: pre-wrap;
87 }
88
89 #sone .post .status-line {
90         clear: both;
91         margin-top: 0.5ex;
92         font-size: 85%;
93 }
94
95 #sone .post .time {
96         display: inline;
97         color: #666;
98 }
99
100 #sone .post .delete {
101         display: inline;
102 }
103
104 #sone .post .delete button {
105         font: inherit;
106         border: 0px;
107         background: none;
108         padding: 0px;
109         color: rgb(28, 131, 191);
110 }
111
112 #sone .post .delete button:hover {
113         font: inherit;
114         border: 0px;
115         background: none;
116         padding: 0px;
117         color: rgb(255, 172, 0);
118         cursor: pointer;
119 }
120
121 #sone .post .delete:before {
122         content: ' ‧ ';
123 }
124
125 #sone .post .replies {
126         clear: both;
127         padding-top: 0.2ex;
128 }
129
130 #sone .post .reply {
131         clear: both;
132         background-color: #f0f0ff;
133         font-size: 85%;
134         margin: 1ex 0px;
135         padding: 1ex;
136 }
137
138 #sone .post .reply .time {
139         float: none;
140         display: inline;
141         color: #666;
142         font-size: inherit;
143 }
144
145 #sone .post .show-reply-form {
146         display: inline;
147 }
148
149 #sone .post .show-reply-form span {
150         color: rgb(28, 131, 191);
151         cursor: pointer;
152         font: inherit;
153 }
154
155 #sone .post .show-reply-form span:hover {
156         color: rgb(255, 172, 0);
157 }
158
159 #sone .post .show-reply-form:before {
160         content: ' ‧ ';
161 }
162
163 #sone .post .reply .status-line .delete {
164         float: none;
165         display: inline;
166 }
167
168 #sone .post .reply .status-line .delete:before {
169         content: ' · ';
170 }
171
172 #sone .post .create-reply {
173         clear: both;
174         background-color: #f0f0ff;
175         padding: 0.5ex;
176 }
177
178 #sone .post .create-reply.light button {
179         display: none;
180 }
181
182 #sone .sone {
183         clear: both;
184         background-color: #f0f0ff;
185         border: 1px solid #ccc;
186         margin-bottom: 0.5ex;
187         padding: 0.5ex;
188 }
189
190 #sone .sone .profile-link {
191         display: block;
192 }
193
194 #sone .sone .short-request-uri {
195         clear: both;
196         float: right;
197 }
198
199 #sone .sone .unknown-marker, #sone .sone .download-marker, #sone .sone .insert-marker, #sone .sone .idle-marker, #sone .sone .modified-marker {
200         display: none;
201 }
202
203 #sone .sone.unknown .unknown-marker, #sone .sone.idle .idle-marker, #sone .sone.downloading .download-marker, #sone .sone.inserting .insert-marker, #sone .sone.modified .modified-marker {
204         display: inline;
205         float: right;
206         border: solid 1px #ccc;
207         border-right: none;
208         border-top: none;
209         padding: 0 0.5ex;
210         position: relative;
211         right: -0.5ex;
212         top: -0.5ex
213 }
214
215 #sone .sone .last-update {
216         float: right;
217         display: inline;
218 }
219
220 #sone .sone .modified-marker, #sone .sone .unknown-marker {
221         color: red;
222         font-weight: bold;
223 }
224
225 #sone .sone form {
226         display: inline;
227         border: solid 1px #ccc;
228         border-left: none;
229         border-bottom: none;
230         padding: 0 0.5ex;
231         position: relative;
232         left: -0.5ex;
233         bottom: -0.5ex
234 }
235
236 #sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button {
237         display: inline;
238         color: rgb(28, 131, 191);
239         background: none;
240         border: none;
241         font: inherit;
242         padding: 0px;
243 }
244
245 #sone .sone form.block button:hover, #sone .sone form.unblock button:hover, #sone .sone form.follow button:hover, #sone .sone form.unfollow button:hover {
246         display: inline;
247         color: rgb(255, 172, 0);
248 }
249
250 #sone .sone .spacer {
251         display: inline;
252 }
253
254 #sone #tail .import-key {
255         margin-top: 1em;
256         border-top: solid 1px #ccc;
257         padding-top: 1em;
258         text-align: center;
259         font-size: 85%;
260         color: #888;
261 }
262
263
264 #sone h1 {
265         font-family: inherit;
266         font-size: 200%;
267         font-weight: bold;
268 }
269
270 #sone .error label {
271         color: red;
272         font-weight: bold;
273 }
274
275 #sone input.status-input.default, input.reply-input.default {
276         color: #888;
277 }
278
279 #sone input[type=text].key {
280         width: 130ex;;
281         font-size: 75%;
282 }