Change header.
[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         position: absolute;
46         background-image: url("../images/sone.png");
47         width: 80px;
48         height: 80px;
49 }
50
51 #sone #profile.offline .picture {
52         position: absolute;
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 #home-sone {
67         margin-left: 80px;
68         padding-left: 1ex;
69 }
70
71 #sone .nice-name {
72         font-weight: bold;
73 }
74
75 #sone #main {
76         padding: 1em;
77 }
78
79 #sone .post {
80         padding: 1ex 0px;
81         border-bottom: solid 1px #ccc;
82 }
83
84 #sone .post .author {
85         display: inline;
86         font-weight: bold;
87 }
88
89 #sone .post .text {
90         display: inline;
91         white-space: pre-wrap;
92 }
93
94 #sone .post .status-line {
95         clear: both;
96         margin-top: 0.5ex;
97         font-size: 85%;
98 }
99
100 #sone .post .time {
101         display: inline;
102         color: #666;
103 }
104
105 #sone .post .delete {
106         display: inline;
107 }
108
109 #sone .post .delete button {
110         font: inherit;
111         border: 0px;
112         background: none;
113         padding: 0px;
114         color: rgb(28, 131, 191);
115 }
116
117 #sone .post .delete button:hover {
118         font: inherit;
119         border: 0px;
120         background: none;
121         padding: 0px;
122         color: rgb(255, 172, 0);
123         cursor: pointer;
124 }
125
126 #sone .post .delete:before {
127         content: ' ‧ ';
128 }
129
130 #sone .post .replies {
131         clear: both;
132         padding-top: 0.2ex;
133 }
134
135 #sone .post .reply {
136         clear: both;
137         background-color: #f0f0ff;
138         font-size: 85%;
139         margin: 1ex 0px;
140         padding: 1ex;
141 }
142
143 #sone .post .reply .time {
144         float: none;
145         display: inline;
146         color: #666;
147         font-size: inherit;
148 }
149
150 #sone .post .show-reply-form {
151         display: inline;
152 }
153
154 #sone .post .show-reply-form span {
155         color: rgb(28, 131, 191);
156         cursor: pointer;
157         font: inherit;
158 }
159
160 #sone .post .show-reply-form span:hover {
161         color: rgb(255, 172, 0);
162 }
163
164 #sone .post .show-reply-form:before {
165         content: ' ‧ ';
166 }
167
168 #sone .post .reply .status-line .delete {
169         float: none;
170         display: inline;
171 }
172
173 #sone .post .reply .status-line .delete:before {
174         content: ' · ';
175 }
176
177 #sone .post .create-reply {
178         clear: both;
179         background-color: #f0f0ff;
180         padding: 0.5ex;
181 }
182
183 #sone .post .create-reply.light button {
184         display: none;
185 }
186
187 #sone .sone {
188         clear: both;
189         background-color: #f0f0ff;
190         border: 1px solid #ccc;
191         margin-bottom: 0.5ex;
192         padding: 0.5ex;
193 }
194
195 #sone .sone .profile-link {
196         display: block;
197 }
198
199 #sone .sone .short-request-uri {
200         clear: both;
201         float: right;
202 }
203
204 #sone .sone .unknown-marker, #sone .sone .download-marker, #sone .sone .insert-marker, #sone .sone .idle-marker, #sone .sone .modified-marker {
205         display: none;
206 }
207
208 #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 {
209         display: inline;
210         float: right;
211         border: solid 1px #ccc;
212         border-right: none;
213         border-top: none;
214         padding: 0 0.5ex;
215         position: relative;
216         right: -0.5ex;
217         top: -0.5ex
218 }
219
220 #sone .sone .last-update {
221         float: right;
222         display: inline;
223 }
224
225 #sone .sone .modified-marker, #sone .sone .unknown-marker {
226         color: red;
227         font-weight: bold;
228 }
229
230 #sone .sone form {
231         display: inline;
232         border: solid 1px #ccc;
233         border-left: none;
234         border-bottom: none;
235         padding: 0 0.5ex;
236         position: relative;
237         left: -0.5ex;
238         bottom: -0.5ex
239 }
240
241 #sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button {
242         display: inline;
243         color: rgb(28, 131, 191);
244         background: none;
245         border: none;
246         font: inherit;
247         padding: 0px;
248 }
249
250 #sone .sone form.block button:hover, #sone .sone form.unblock button:hover, #sone .sone form.follow button:hover, #sone .sone form.unfollow button:hover {
251         display: inline;
252         color: rgb(255, 172, 0);
253 }
254
255 #sone .sone .spacer {
256         display: inline;
257 }
258
259 #sone #tail .import-key {
260         margin-top: 1em;
261         border-top: solid 1px #ccc;
262         padding-top: 1em;
263         text-align: center;
264         font-size: 85%;
265         color: #888;
266 }
267
268
269 #sone h1 {
270         font-family: inherit;
271         font-size: 200%;
272         font-weight: bold;
273 }
274
275 #sone .error label {
276         color: red;
277         font-weight: bold;
278 }
279
280 #sone input.status-input.default, input.reply-input.default {
281         color: #888;
282 }
283
284 #sone input[type=text].key {
285         width: 130ex;;
286         font-size: 75%;
287 }